[
  {
    "path": "Build XBMC4Gamers Update Test Build.bat",
    "content": ":: Copyright of Rocky5 Forums & JCRocky5 Twitter 2016\n:: Please don't re-release this as your own, if you make a better tool then I don't mind :-)\n\n@Echo off\nSetLocal EnableDelayedExpansion\nMode con:cols=100 lines=10\nColor 0B\ntitle XBMC4Gamers Builder\n\n:: Set date and time\nSet d=%DATE:~0,2%/%DATE:~3,2%/%DATE:~6,4%\nSet t=%TIME:~0,2%:%TIME:~3,2%\nSet d=%d: =0%\nSet t=%t: =0%\n\n:Start\nSet \"foldername=update-files\"\nSet \"output_zip=XBMC4Gamers-test-build.zip\"\nSet /p \"version=\"<version.txt\n\ntitle XBMC4Gamers Test Builder ^(Test^) - %version%\n\nSet /p \"buildTSV=\"<RC.txt\nif \"%buildTSV%\"==\"true\" (\n\ttitle XBMC4Gamers Test Builder ^(Release^) - %version%\n\tEcho timestamp=%d% %t%>\"%USERPROFILE%\\Desktop\\New Downloader Builder\\Downloader Builder\\gamers_tb_timestamp\"\n\tEcho version=%version%>\"%USERPROFILE%\\Desktop\\New Downloader Builder\\Downloader Builder\\gamers_tb_version\"\n)\n\n:: Prepare files\ncls\nEcho: & Echo: & Echo: & Echo   Preparing files & Echo    - Cleaning and copying file\n(\n\tAttrib /s -r -h -s \"desktop.ini\"\n\tAttrib /s -r -h -s \"Thumbs.db\"\n\tDel /Q /S \"desktop.ini\"\n\tDel /Q /S \"Thumbs.db\"\n\tXCopy /s /e /i /h /r /y \"Mod Files\" \"%foldername%\"\n\tdel /q \"%foldername%\\system\\userdata\\profiles.xml\"\n\tdel /q \"%foldername%\\system\\userdata\\guisettings.xml\"\n)>nul 2>&1\n\ncls\nEcho: & Echo: & Echo: & Echo   Processing additional files & Echo    - Adding info to language files\n(\n\tREM Update language files\n\tfor /f \"tokens=*\" %%a in ('dir /b \"%foldername%\\skins\\Profile\\language\"') do (\n\t\tCall Other\\Tools\\repl.bat \"XBMC4Gamers 0.0.000\" \"XBMC4Gamers Test Build %version%\" L < \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\" >\"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\"\n\t\tDel \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\"\n\t\trename \"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\" \"strings.po\"\n\t\t\n\t\tCall Other\\Tools\\repl.bat \"XBMC4Gamers datetime\" \"[CR]Test Build %version%: %d% - %t%\" L < \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\" >\"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\"\n\t\tDel \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\"\n\t\trename \"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\" \"strings.po\"\n\n\t\tCall Other\\Tools\\repl.bat \"build type\" \"Test_Build\" L < \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\" >\"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\"\n\t\tDel \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\"\n\t\trename \"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\" \"strings.po\"\n\t)\n)>nul 2>&1\n\n\tIf not exist \"%foldername%\\system\\SystemInfo\" MD \"%foldername%\\system\\SystemInfo\"\n\tEcho    - Processing changelog.txt\n\tCall Other\\Tools\\repl.bat \"\t\" \"\" L < \"changes.txt\" >\"%foldername%\\system\\SystemInfo\\changes.txt\"\n\n(\n\tXCopy /s /e /i /h /r /y \"%foldername%\\skins\\Profile\\language\\\" \"%foldername%\\skins\\Add User\\language\\\"\n\tdel /Q /S \"%foldername%\\*.bat\"\n\tdel /Q /S \"%foldername%\\empty.file\"\n\tCD %foldername%\\\n\tdel /Q \"Changes.txt\"\n)>nul 2>&1\n\ncls\nEcho: & Echo: & Echo: & Echo   Creating archives\n\t:: Create archive\n\tEcho    - Building %foldername%.zip\n\t\"C:\\Program Files\\7-Zip\\7z.exe\" a \"..\\Other\\update build\\updater\\Update Files\\%foldername%.zip\" \"*\" -mx=7 -r -y>nul 2>&1\n\tEcho    - Generating MD5Hash for %foldername%.zip\n\t\"..\\Other\\Tools\\md5.exe\" -l \"..\\Other\\update build\\updater\\Update Files\\%foldername%.zip\">\"..\\Other\\update build\\updater\\Update Files\\md5hash.bin\"\n\tfor /f \"usebackq\" %%b in (\"..\\Other\\update build\\updater\\Update Files\\md5hash.bin\") do (\n\t\techo %%b>\"..\\Other\\update build\\updater\\Update Files\\md5hash.bin\"\n\t)\n\tEcho    - Building %output_zip%\n\t\"C:\\Program Files\\7-Zip\\7z.exe\" a \"..\\%output_zip%\" \"..\\Other\\update build\\*\" -mx=7 -r -y>nul 2>&1\n \n (   \n\tcd ..\\\n\trd /q /s \"Other\\update build\\updater\\Update Files\"\n\trd /q /s \"update-files\"\n)>nul 2>&1\n\ncls\ntitle XBMC4Gamers Test Builder ^(Test^) - %version% Complete\nEcho: & Echo: & Echo: & Echo:\nEcho  Current version: xbmc4gamers test build %version%\ntimeout /t 15 >NUL"
  },
  {
    "path": "Build XBMC4Gamers Updater.bat",
    "content": ":: Copyright of Rocky5 Forums & JCRocky5 Twitter 2016\n:: Please don't re-release this as your own, if you make a better tool then I don't mind :-)\n\n@Echo off\nSetLocal EnableDelayedExpansion\nMode con:cols=100 lines=10\nColor 0B\ntitle XBMC4Gamers Builder\n\n:: Set date and time\nSet d=%DATE:~0,2%/%DATE:~3,2%/%DATE:~6,4%\nSet t=%TIME:~0,2%:%TIME:~3,2%\nSet d=%d: =0%\nSet t=%t: =0%\n\n:: Variables\nSet \"foldername=update-files\"\nSet \"output_zip=XBMC4Gamers-update-files.zip\"\nSet /p \"version=\"<version.txt\n\ntitle XBMC4Gamers Update Builder ^(Test^) - %version%\n\nSet /p \"buildTSV=\"<RC.txt\nif \"%buildTSV%\"==\"true\" (\n\ttitle XBMC4Gamers Update Builder ^(Release^) - %version%\n\tEcho timestamp=%d% %t%>\"%USERPROFILE%\\Desktop\\New Downloader Builder\\Downloader Builder\\gamers_u_timestamp\"\n\tEcho version=%version%>\"%USERPROFILE%\\Desktop\\New Downloader Builder\\Downloader Builder\\gamers_u_version\"\n)\n\n:: Prepare files\ncls\nEcho: & Echo: & Echo: & Echo   Preparing files & Echo    - Cleaning and copying file\n(\n\tAttrib /s -r -h -s \"desktop.ini\"\n\tAttrib /s -r -h -s \"Thumbs.db\"\n\tDel /Q /S \"desktop.ini\"\n\tDel /Q /S \"Thumbs.db\"\n\tXCopy /s /e /i /h /r /y \"Mod Files\" \"%foldername%\"\n\tdel /q \"%foldername%\\system\\userdata\\profiles.xml\"\n\tdel /q \"%foldername%\\system\\userdata\\guisettings.xml\"\n)>nul 2>&1\n\ncls\nEcho: & Echo: & Echo: & Echo   Processing additional files & Echo    - Adding info to language files\n(\n\tREM Update language files\n\tfor /f \"tokens=*\" %%a in ('dir /b \"%foldername%\\skins\\Profile\\language\"') do (\n\t\tCall Other\\Tools\\repl.bat \"XBMC4Gamers 0.0.000\" \"XBMC4Gamers Stable Build %version%\" L < \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\" >\"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\"\n\t\tDel \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\"\n\t\trename \"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\" \"strings.po\"\n\t\t\n\t\tCall Other\\Tools\\repl.bat \"XBMC4Gamers datetime\" \"[CR]Stable Build %version%: %d% - %t%\" L < \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\" >\"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\"\n\t\tDel \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\"\n\t\trename \"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\" \"strings.po\"\n\n\t\tCall Other\\Tools\\repl.bat \"build type\" \"Stable_Build\" L < \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\" >\"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\"\n\t\tDel \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\"\n\t\trename \"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\" \"strings.po\"\n\t)\n)>nul 2>&1\n\n\tIf not exist \"%foldername%\\system\\SystemInfo\" MD \"%foldername%\\system\\SystemInfo\"\n\tEcho    - Processing changelog.txt\n\tCall Other\\Tools\\repl.bat \"\t\" \"\" L < \"changes.txt\" >\"%foldername%\\system\\SystemInfo\\changes.txt\"\n\n(\n\tXCopy /s /e /i /h /r /y \"%foldername%\\skins\\Profile\\language\\\" \"%foldername%\\skins\\Add User\\language\\\"\n\tdel /Q /S \"%foldername%\\*.bat\"\n\tdel /Q /S \"%foldername%\\empty.file\"\n\tCD %foldername%\\\n\tdel /Q \"Changes.txt\"\n)>nul 2>&1\n\ncls\nEcho: & Echo: & Echo: & Echo   Creating archives\n\t:: Create archive\n\tEcho    - Building %foldername%.zip\n\t\"C:\\Program Files\\7-Zip\\7z.exe\" a \"..\\Other\\update build\\updater\\Update Files\\%foldername%.zip\" \"*\" -mx=7 -r -y>nul 2>&1\n\tEcho    - Generating MD5Hash for %foldername%.zip\n\t\"..\\Other\\Tools\\md5.exe\" -l \"..\\Other\\update build\\updater\\Update Files\\%foldername%.zip\">\"..\\Other\\update build\\updater\\Update Files\\md5hash.bin\"\n\tfor /f \"usebackq\" %%b in (\"..\\Other\\update build\\updater\\Update Files\\md5hash.bin\") do (\n\t\techo %%b>\"..\\Other\\update build\\updater\\Update Files\\md5hash.bin\"\n\t)\n\tEcho    - Building %output_zip%\n\t\"C:\\Program Files\\7-Zip\\7z.exe\" a \"..\\%output_zip%\" \"..\\Other\\update build\\*\" -mx=7 -r -y>nul 2>&1\n \n (   \n\tcd ..\\\n\trd /q /s \"Other\\update build\\updater\\Update Files\"\n\trd /q /s \"update-files\"\n)>nul 2>&1\n\ncls\ntitle XBMC4Gamers Update Builder ^(Test^) - %version% Complete\nEcho: & Echo: & Echo: & Echo:\nEcho  Current version: xbmc4gamers %version%\ntimeout /t 15 >NUL"
  },
  {
    "path": "Build XBMC4Gamers Updater.sh",
    "content": "#!/bin/bash\n\nFOLDER_NAME=\"update-files\"\nOUTPUT_ZIP=\"XBMC4Gamers-update-files.zip\"\nVERSION=$(cat version.txt)\n\nred=`tput setaf 1`\ngreen=`tput setaf 2`\nyellow=`tput setaf 3`\nblue=`tput setaf 4`\nmagenta=`tput setaf 5`\ncyan=`tput setaf 6`\nwhite=`tput setaf 7`\n\nreset=`tput sgr0`\n\necho \"#############################################\"\necho \"#\"\necho \"# Welcome to the ${blue}XBMC4Gamers${reset} updater script.\"\necho \"#\"\necho \"# Shell script by:\"\necho \"#     ${blue}Dominic Hock (Subtixx)${reset}\"\necho \"#\"\necho \"# XBMC4Gamers Version:\"\necho \"#     ${blue}$VERSION${reset}\"\necho \"#\"\necho \"#############################################\"\n\necho \"${green}Building XBMC4Gamers...${reset}\"\n\necho \"${green}Copying XBMC4Gamers mod files...${reset}\"\n\ncp -a \"./Mod Files/.\" \"./update-files/\"\ncp \"./changes.txt\" \"./update-files/system/SystemInfo/changes.txt\"\n\nrm \"./update-files/system/UserData/profiles.xml\"\n\necho \"${green}Setting variables...${reset}\"\n\nif [ ! -e \"./update-files/skins/Profile/language/English/strings.po\" ]; then\n    echo \"${red}ERROR: Place a fresh copy of XBMC into this folder and try again.${reset}\"\n    rm -r \"./XBMC\"\n    exit 1\nfi\n\nsed -i \"s/0.0.000/$VERSION/g\" \"./update-files/skins/Profile/language/English/strings.po\"\n\nif [ ! -d \"./update-files/skins/Manage Profiles\" ]; then\n    mkdir \"./update-files/skins/Manage Profiles\"\nfi\n\nif [ ! -d \"./update-files/skins/DVD2Xbox Skin\" ]; then\n    mkdir \"./update-files/skins/DVD2Xbox Skin\"\nfi\n\ncp \"./update-files/skins/Profile/language/English/strings.po\" \"./update-files/skins/Manage Profiles/language/English/strings.po\"\ncp \"./update-files/skins/Profile/language/English/strings.po\" \"./update-files/skins/DVD2Xbox Skin/language/English/strings.po\"\n\n# cp \"Source/default.xbe\" \"./update-files/default.xbe\"\n\n# Create zip file\necho \"${green}Creating zip file...${reset}\"\n\n7z a -tzip -mx=7 -r -y \"./Other/update build/updater/Update Files/update-files.zip\" \"*\" -mx=7 -r -y\n7z a -tzip -mx=7 -r -y \"./XBMC4Gamers-update-files.zip\" \"../Other/update build/*\"\n\nrm \"./Other/update build/updater/Update Files/update-files.zip\"\nrm -r \"update-files\"\n\necho \"${green}Done!${reset}\""
  },
  {
    "path": "Build XBMC4Gamers.bat",
    "content": ":: Copyright of Rocky5 Forums & JCRocky5 Twitter 2016\r\n:: Please don't re-release this as your own, if you make a better tool then I don't mind :-)\r\n\r\n@Echo off\r\nSetLocal EnableDelayedExpansion\r\nMode con:cols=100 lines=10\r\nColor 0B\r\ntitle XBMC4Gamers Builder\r\n\r\n:: Set date and time\r\nSet d=%DATE:~0,2%/%DATE:~3,2%/%DATE:~6,4%\r\nSet t=%TIME:~0,2%:%TIME:~3,2%\r\nSet d=%d: =0%\r\nSet t=%t: =0%\r\n\r\nREM Set foldername based on existing directories\r\nif exist \"XBMC\" (\r\n    Set \"foldername=XBMC\"\r\n) else if exist \"Build\" (\r\n    Set \"foldername=Build\"\r\n) else (\r\n    Echo Error: place a fresh copy of XBMC next to this batch file and try again.\r\n    timeout /t 5\r\n    Exit /b\r\n)\r\n\r\n:Start\r\nSet /p \"version=\"<version.txt\r\n\r\ntitle XBMC4Gamers Builder - %version%\r\ncls\r\nEcho: & Echo: & Echo: & Echo   Preparing files & Echo   Please wait...\r\n(\r\n    REM Clean up files\r\n    Attrib /s -r -h -s \"desktop.ini\"\r\n    Attrib /s -r -h -s \"Thumbs.db\"\r\n    Del /Q /S \"desktop.ini\"\r\n    Del /Q /S \"Thumbs.db\"\r\n    rd /q /s \"%foldername%\\plugins\"\r\n    rd /q /s \"%foldername%\\sounds\"\r\n    rd /q /s \"%foldername%\\userdata\"\r\n    rd /q /s \"%foldername%\\visualisations\"\r\n    rd /q /s \"%foldername%\\web\"\r\n    rd /q /s \"%foldername%\\system\\keymaps\"\r\n    rd /q /s \"%foldername%\\system\\cdrip\"\r\n    rd /q /s \"%foldername%\\system\\scrapers\"\r\n    rd /q /s \"%foldername%\\system\\players\\mplayer\\codecs\"\r\n    rd /q /s \"%foldername%\\scripts\"\r\n    rd /q /s \"%foldername%\\skin\"\r\n    rd /q /s \"%foldername%\\screensavers\"\r\n    del /q \"%foldername%\\system\\filezilla server.xml\"\r\n    del /q \"%foldername%\\copying.txt\"\r\n    del /q \"%foldername%\\keymapping.txt\"\r\n    del /q \"%foldername%\\media\\icon.png\"\r\n    del /q \"%foldername%\\media\\Splash_2007.png\"\r\n    del /q \"%foldername%\\media\\Splash_2008.png\"\r\n    del /q \"%foldername%\\media\\weather.rar\"\r\n    move \"%foldername%\\media\" \"%foldername%\\system\\\"\r\n    move \"%foldername%\\language\" \"%foldername%\\system\\\"\r\n    move \"%foldername%\\screenshots\" \"%foldername%\\system\\\"\r\n    move \"%foldername%\\UserData\" \"%foldername%\\system\\\"\r\n    XCopy /s /e /i /h /r /y \"Mod Files\" \"%foldername%\"\r\n\r\n    REM Update language files\r\n    for /f \"tokens=*\" %%a in ('dir /b \"%foldername%\\skins\\Profile\\language\"') do (\r\n        Call Other\\Tools\\repl.bat \"XBMC4Gamers 0.0.000\" \"XBMC4Gamers Stable Build %version%\" L < \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\" >\"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\"\r\n        Del \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\"\r\n        rename \"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\" \"strings.po\"\r\n        \r\n        Call Other\\Tools\\repl.bat \"XBMC4Gamers datetime\" \"[CR]Stable Build %version%: %d% - %t%\" L < \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\" >\"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\"\r\n        Del \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\"\r\n        rename \"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\" \"strings.po\"\r\n\r\n        Call Other\\Tools\\repl.bat \"build type\" \"Stable_Build\" L < \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\" >\"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\"\r\n        Del \"%foldername%\\skins\\Profile\\language\\%%a\\strings.po\"\r\n        rename \"%foldername%\\skins\\Profile\\language\\%%a\\strings.tmp\" \"strings.po\"\r\n    )\r\n\r\n    MD \"%foldername%\\system\\SystemInfo\"\r\n    Call Other\\Tools\\repl.bat \" \" \"\" L < \"changes.txt\" >\"%foldername%\\system\\SystemInfo\\changes.txt\"\r\n    XCopy /s /e /i /h /r /y \"%foldername%\\skins\\Profile\\language\\\" \"%foldername%\\skins\\Add User\\language\\\"\r\n\r\n    del /Q \"%foldername%\\Changes.txt\"\r\n    del /Q /S \"%foldername%\\*.bat\"\r\n    del /Q /S \"%foldername%\\empty.file\"\r\n    ren \"%foldername%\" \"XBMC4Gamers\"\r\n)>nul 2>&1\r\n\r\ncls\r\ntitle XBMC4Gamers Builder - %version% Complete\r\nEcho: & Echo: & Echo: & Echo   Done...\r\ntimeout /t 3 >NUL"
  },
  {
    "path": "Build XBMC4Gamers.sh",
    "content": "#!/bin/bash\nVERSION=$(cat version.txt)\n\nred=`tput setaf 1`\ngreen=`tput setaf 2`\nyellow=`tput setaf 3`\nblue=`tput setaf 4`\nmagenta=`tput setaf 5`\ncyan=`tput setaf 6`\nwhite=`tput setaf 7`\n\nreset=`tput sgr0`\n\n# Create array of all folders we want to remove\nREMOVE_FILES=(./XBMC/plugins \\\n    ./XBMC/sounds\\ \n    ./XBMC/userdata\\ \n    ./XBMC/visualisations\\ \n    ./XBMC/web\\ \n    ./XBMC/system/keymaps\\ \n    ./XBMC/system/cdrip\\ \n    ./XBMC/system/scrapers\\ \n    ./XBMC/system/players/mplayer/codecs\\ \n    ./XBMC/scripts\\ \n    ./XBMC/skin \\\n    ./XBMC/screensavers \\\n    \"./XBMC/system/filezilla server.xml\" \\\n    ./XBMC/copying.txt \\\n    ./XBMC/keymapping.txt \\\n    ./XBMC/media/icon.png \\\n    ./XBMC/media/Splash_2007.png \\\n    ./XBMC/media/Splash_2008.png \\\n    ./XBMC/media/weather.rar)\n\nCOPY_SYSTEM_FILES=(./XBMC/media \\\n    ./XBMC/language \\\n    ./XBMC/screenshots \\\n    ./XBMC/UserData)\n\necho \"#############################################\"\necho \"#\"\necho \"# Welcome to the ${blue}XBMC4Gamers${reset} build script.\"\necho \"#\"\necho \"# Shell script by:\"\necho \"#     ${blue}Dominic Hock (Subtixx)${reset}\"\necho \"#\"\necho \"# XBMC4Gamers Version:\"\necho \"#     ${blue}$VERSION${reset}\"\necho \"#\"\necho \"#############################################\"\n\n# Check for XBMC folder and XBMC/system folder existance\nif [ ! -d \"./XBMC\" ]; then\n    echo \"${red}ERROR: Place a fresh copy of XBMC into this folder and try again.${reset}\"\n    exit 1\nfi\n\nif [ ! -d \"./XBMC/system\" ]; then\n    echo \"${red}ERROR: Place a fresh copy of XBMC into this folder and try again.${reset}\"\n    exit 1\nfi\n\necho \"${green}Building XBMC4Gamers...${reset}\"\n\necho \"${green}Removing unneeded files...${reset}\"\n# Remove all files we don't need\nfor i in \"${REMOVE_FILES[@]}\"\ndo\n    if [ -e \"$i\" ]; then\n        echo \"Removing $i\"\n        rm -r \"$i\"\n    fi\ndone\n\necho \"${green}Copying system files...${reset}\"\nfor i in \"${COPY_SYSTEM_FILES[@]}\"\ndo\n    if [ -e \"$i\" ]; then\n        echo \"Copying $i\"\n        cp -a \"$i\" \"./XBMC/system/\"\n    fi\ndone\n\necho \"${green}Copying XBMC4Gamers mod files...${reset}\"\n\ncp -a \"./Mod Files/.\" \"./XBMC/\"\ncp \"./changes.txt\" \"./XBMC/system/SystemInfo/changes.txt\"\n\necho \"${green}Setting variables...${reset}\"\n\nif [ ! -e \"./XBMC/skins/Profile/language/English/strings.po\" ]; then\n    echo \"${red}ERROR: Place a fresh copy of XBMC into this folder and try again.${reset}\"\n    rm -r \"./XBMC\"\n    exit 1\nfi\n\nsed -i \"s/0.0.000/$VERSION/g\" \"./XBMC/skins/Profile/language/English/strings.po\"\n\nif [ ! -d \"./XBMC/skins/Manage Profiles\" ]; then\n    mkdir -p \"./XBMC/skins/Manage Profiles/language/English\"\nfi\n\nif [ ! -d \"./XBMC/skins/DVD2Xbox Skin\" ]; then\n    mkdir -p \"./XBMC/skins/DVD2Xbox Skin/language/English\"\nfi\n\ncp \"./XBMC/skins/Profile/language/English/strings.po\" \"./XBMC/skins/Manage Profiles/language/English/strings.po\"\ncp \"./XBMC/skins/Profile/language/English/strings.po\" \"./XBMC/skins/DVD2Xbox Skin/language/English/strings.po\"\n\n# cp \"Source/default.xbe\" \"./XBMC/default.xbe\"\n\nmv \"./XBMC\" \"./XBMC4Gamers\"\n\necho \"${green}Done!${reset}\""
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    {one line to give the program's name and a brief idea of what it does.}\n    Copyright (C) {year}  {name of author}\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    {project}  Copyright (C) {year}  {fullname}\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>.\n"
  },
  {
    "path": "Mod Files/skins/Add User/colors/defaults.xml",
    "content": "<colors>\n\t<!-- XBMC4Gamers v2.2+ 000 -->\n\t<!-- ------ -->\n\t<!-- Home Screen -->\n\t<!-- diffuse if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.home.underlay.diffuse\">FFFFFFFF</color>\n\t<color name=\"colour.home.random.underlay.diffuse\">FF424542</color>\n\t<color name=\"colour.home.button.focus.diffuse\">FF0A9ECE</color>\n\t<color name=\"colour.home.button.nofocus.diffuse\">FFADAAAD</color>\n\t<color name=\"colour.home.button.abutton.diffuse\">FFFFFFFF</color>\n\t<color name=\"colour.home.guides.focus.diffuse\">FF424542</color>\n\t<color name=\"colour.home.guides.nofocus.diffuse\">50424542</color>\n\t<!-- labels -->\n\t<color name=\"colour.home.label.title\">FF424542</color>\n\t<color name=\"colour.home.label.title2\">FFFFFFFF</color>\n\t<color name=\"colour.home.label.shadow\">10000000</color>\n\t<color name=\"colour.home.label.randoms\">FF424542</color>\n\t<color name=\"colour.home.label.synopsis\">FF424542</color>\n\t<color name=\"colour.home.label.synopsis2\">FFFFFFFF</color>\n\t<!-- buttons -->\n\t<color name=\"colour.home.button.focus\">FFFFFFFF</color>\n\t<color name=\"colour.home.button.nofocus\">FF5C5C5C</color>\n\t<!-- Loading -->\n\t<!-- diffuse if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.loading.diffuse\">FFFFFFFF</color>\n\t<!-- Dialogs -->\n\t<!-- diffuse if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.dialog.diffuse.main\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.main.overlay\">FFCECFCE</color>\n\t<color name=\"colour.dialog.diffuse.header\">FF424542</color>\n\t<color name=\"colour.dialog.diffuse.filemanager.focus.left\">FF0A9ECE</color>\n\t<color name=\"colour.dialog.diffuse.filemanager.focus.right\">FF145C45</color>\n\t<color name=\"colour.dialog.diffuse.button.focus\">FF0A9ECE</color>\n\t<color name=\"colour.dialog.diffuse.button.nofocus\">FFADAAAD</color>\n\t<color name=\"colour.dialog.diffuse.progress.underlay\">FF262626</color>\n\t<color name=\"colour.dialog.diffuse.progress.bar\">FF0A9ECE</color>\n\t<color name=\"colour.dialog.diffuse.scroll.indicator\">FF0A9ECE</color>\n\t<color name=\"colour.dialog.diffuse.a_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.b_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.back_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.black_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.dpad_down_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.dpad_left_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.dpad_left_right_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.dpad_right_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.dpad_up_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.dpad_up_down_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.l_stick_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.l_trigger\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.r_stick_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.r_trigger\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.start_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.white_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.x_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.y_button\">FFFFFFFF</color>\n\t<!-- labels -->\n\t<color name=\"colour.dialog.label\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.label.context\">FF5C5C5C</color>\n\t<color name=\"colour.dialog.label.disabled\">FF7A7C7D</color>\n\t<color name=\"colour.dialog.label.header\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.label.nofocus\">FF424542</color>\n\t<color name=\"colour.dialog.label.selected\">FFD61F2C</color>\n\t<color name=\"colour.dialog.label.info.text\">FF424542</color>\n\t<!-- buttons -->\n\t<color name=\"colour.dialog.button.focus\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.button.nofocus\">FF5C5C5C</color>\n\t<color name=\"colour.dialog.button.disabled\">FF7A7C7D</color>\n\t<!-- Synopsis window -->\n\t<!-- buttons -->\n\t<color name=\"colour.synopsis.diffuse.button.focus\">FFFFFFFF</color>\n\t<color name=\"colour.synopsis.diffuse.button.nofocus\">FFFFFFFF</color>\n\t<!-- labels -->\n\t<color name=\"colour.synopsis.label.info\">FFFFFFFF</color>\n\t<color name=\"colour.synopsis.label.info.alt\">BFFFFFFF</color>\n\t<color name=\"colour.synopsis.label.info.shadow\">80000000</color>\n\t<color name=\"colour.synopsis.label.selected\">60FFFFFF</color>\n\t<!-- Volume/kaitoast/seek -->\n\t<!-- diffuse if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.dialog.volumekaitoast.diffuse.main\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.volumekaitoast.diffuse.icon\">FF424542</color>\n\t<color name=\"colour.dialog.volumekaitoast.diffuse.progress.nib\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.volumekaitoast.diffuse.progress.underlay\">FF262626</color>\n\t<color name=\"colour.dialog.volumekaitoast.diffuse.progress.bar\">FF0A9ECE</color>\n\t<!-- labels -->\n\t<color name=\"colour.dialog.volumekaitoast.label\">FF424542</color>\n\t<color name=\"colour.dialog.volumekaitoast.label.header\">FF424542</color>\n\t<!-- Keyboard/Numbpad -->\n\t<!-- labels -->\n\t<color name=\"colour.dialog.keyboardnumpad.keys\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.keyboardnumpad.keys.nofocus\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.keyboardnumpad.keys.disabled\">FF5C5C5C</color>\n\t<color name=\"colour.dialog.keyboardnumpad.label\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.keyboardnumpad.label.disabled\">50FFFFFF</color>\n\t<color name=\"colour.dialog.keyboardnumpad.label.header\">FFF5F5F5</color>\n\t<!-- Default/General -->\n\t<!-- labels default -->\n\t<color name=\"colour.default.label\">FFFFFFFF</color>\n\t<color name=\"colour.default.label.disabled\">FF424542</color>\n\t<color name=\"colour.default.label.nofocus\">FF424542</color>\n\t<color name=\"colour.default.label.shadow\">FF000000</color>\n\t<color name=\"colour.default.label.selected\">FF399EDA</color>\n\t<!-- diffuse general if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.general.diffuse.main\">FFFFFFFF</color>\n\t<color name=\"colour.general.diffuse.main.overlay\">FFCECFCE</color>\n\t<color name=\"colour.general.diffuse.header\">FF424542</color>\n\t<color name=\"colour.general.diffuse.quick.change\">FFFFFFFF</color>\n\t<color name=\"colour.general.diffuse.button.focus\">FF0A9ECE</color>\n\t<color name=\"colour.general.diffuse.button.nofocus\">FFADAAAD</color>\n\t<!-- labels general -->\n\t<color name=\"colour.general.label\">FFFFFFFF</color>\n\t<color name=\"colour.general.label.context\">FF5C5C5C</color>\n\t<color name=\"colour.general.label.header\">FFFFFFFF</color>\n\t<color name=\"colour.general.label.nofocus\">FF424542</color>\n\t<color name=\"colour.general.label.shadow\">FF000000</color>\n\t<color name=\"colour.general.label.selected\">FFFFFFFF</color>\n\t<color name=\"colour.general.label.info.text\">FF424542</color>\n\t<!-- buttons general -->\n\t<color name=\"colour.general.button.focus\">FFFFFFFF</color>\n\t<color name=\"colour.general.button.nofocus\">FF5C5C5C</color>\n\t<!-- Settings -->\n\t<!-- diffuse if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.settings.diffuse.main\">FFFFFFFF</color>\n\t<color name=\"colour.settings.diffuse.main.overlay\">FFCECFCE</color>\n\t<color name=\"colour.settings.diffuse.header\">FF424542</color>\n\t<!-- These are for the manage profiles skin -->\n\t<color name=\"colour.settings.diffuse.button.focus\">FF0A9ECE</color>\n\t<color name=\"colour.settings.diffuse.button.nofocus\">FFADAAAD</color>\n\t<!-- end -->\n\t<color name=\"colour.settings.diffuse.root.focus\">FF0A9ECE</color>\n\t<color name=\"colour.settings.diffuse.root.nofocus\">FFADAAAD</color>\n\t<color name=\"colour.settings.diffuse.category.focus\">FF0A9ECE</color>\n\t<color name=\"colour.settings.diffuse.category.nofocus\">FFADAAAD</color>\n\t<!-- labels -->\n\t<color name=\"colour.settings.label\">FFFFFFFF</color>\n\t<color name=\"colour.settings.label2\">FF5C5C5C</color>\n\t<color name=\"colour.settings.label.context\">FF5C5C5C</color>\n\t<color name=\"colour.settings.label.disabled\">FF8C8C8C</color>\n\t<color name=\"colour.settings.label.header\">FFFFFFFF</color>\n\t<color name=\"colour.settings.label.nofocus\">FF424542</color>\n\t<color name=\"colour.settings.label.selected\">FF399EDA</color>\n\t<color name=\"colour.settings.label.info.text\">FF424542</color>\n\t<!-- buttons -->\n\t<color name=\"colour.settings.button.focus\">FFFFFFFF</color>\n\t<color name=\"colour.settings.button.nofocus\">FF5C5C5C</color>\n\t<color name=\"colour.settings.button.category.focus\">FFFFFFFF</color>\n\t<color name=\"colour.settings.button.category.nofocus\">FF5C5C5C</color>\n\t<!-- Context buttons (bottom of screen) -->\n\t<!-- diffuse if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.context.diffuse.a_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.b_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.back_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.black_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.dpad_down_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.dpad_left_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.dpad_left_right_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.dpad_right_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.dpad_up_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.dpad_up_down_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.l_stick_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.l_trigger\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.r_stick_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.r_trigger\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.start_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.white_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.x_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.y_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.underlay\">FFFFFFFF</color>\n\t<!-- labels -->\n\t<color name=\"colour.context.buttons.label\">FF5C5C5C</color>\n\t<!-- Other screen -->\n\t<!-- labels -->\n\t<color name=\"colour.startup.button.label\">FFFFFFFF</color>\n\t<color name=\"colour.variables.logo\">FFFFFFFF</color>\n\t<color name=\"colour.playercontrol.label\">FFF5F5F5</color>\n\t<color name=\"colour.playercontrol.label2\">FF737373</color>\n\t<!-- View files -->\n\t<!-- View 50 -->\n\t<color name=\"colour.view50.label\">FFFFFFFF</color>\n\t<color name=\"colour.view50.label2\">FF333333</color>\n\t<color name=\"colour.view50.shadow\">4D000000</color>\n\t<!-- View 51 -->\n\t<color name=\"colour.view51.label\">FFFFFFFF</color>\n\t<color name=\"colour.view51.label2\">FF333333</color>\n\t<color name=\"colour.view51.shadow\">4D000000</color>\n\t<!-- View 52 -->\n\t<color name=\"colour.view52.label\">FFFFFFFF</color>\n\t<color name=\"colour.view52.label2\">FF333333</color>\n\t<color name=\"colour.view52.shadow\">4D000000</color>\n\t<!-- View 53 -->\n\t<color name=\"colour.view53.label\">FFFFFFFF</color>\n\t<color name=\"colour.view53.label2\">FF333333</color>\n\t<color name=\"colour.view53.shadow\">4D000000</color>\n\t<!-- View 54 -->\n\t<color name=\"colour.view54.label\">FFFFFFFF</color>\n\t<color name=\"colour.view54.shadow\">4D000000</color>\n\t<color name=\"colour.view54.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view54.info.label\">FFFFFFFF</color>\n\t<color name=\"colour.view54.info.synopsis\">FFFFFFFF</color>\n\t<!-- View 55 -->\n\t<color name=\"colour.view55.label\">FFFFFFFF</color>\n\t<color name=\"colour.view55.shadow\">4D000000</color>\n\t<color name=\"colour.view55.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view55.info.label\">FFFFFFFF</color>\n\t<color name=\"colour.view55.info.synopsis\">FFFFFFFF</color>\n\t<!-- View 56 -->\n\t<color name=\"colour.view56.label\">FFFFFFFF</color>\n\t<color name=\"colour.view56.label2\">FFFFFFFF</color>\n\t<color name=\"colour.view56.shadow\">4D000000</color>\n\t<color name=\"colour.view56.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view56.info.label\">FFFFFFFF</color>\n\t<!-- View 57 -->\n\t<color name=\"colour.view57.label\">FFFFFFFF</color>\n\t<color name=\"colour.view57.shadow\">4D000000</color>\n\t<color name=\"colour.view57.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view57.info.label\">FFFFFFFF</color>\n\t<color name=\"colour.view57.info.synopsis\">FFFFFFFF</color>\n\t<!-- View 58 -->\n\t<color name=\"colour.view58.label\">FF333333</color>\n\t<color name=\"colour.view58.label2\">FF333333</color>\n\t<color name=\"colour.view58.shadow\">4D000000</color>\n\t<color name=\"colour.view58.info.label\">FF333333</color>\n\t<color name=\"colour.view58.info.label2\">FF333333</color>\n\t<!-- View 59 -->\n\t<color name=\"colour.view59.label\">FFFFFFFF</color>\n\t<color name=\"colour.view59.label2\">FF333333</color>\n\t<color name=\"colour.view59.shadow\">4D000000</color>\n\t<!-- View 60 -->\n\t<color name=\"colour.view60.label\">FFFFFFFF</color>\n\t<color name=\"colour.view60.label2\">FF333333</color>\n\t<color name=\"colour.view60.shadow\">4D000000</color>\n\t<!-- View 61 -->\n\t<color name=\"colour.view61.label\">FFFFFFFF</color>\n\t<color name=\"colour.view61.label2\">FFFFFFFF</color>\n\t<color name=\"colour.view61.shadow\">4D000000</color>\n\t<color name=\"colour.view61.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view61.info.label\">FFFFFFFF</color>\n\t<color name=\"colour.view61.info.synopsis\">FFFFFFFF</color>\n\t<color name=\"colour.view61.info.star\">FFFFFFFF</color>\n\t<color name=\"colour.view61.info.star.alt\">60101010</color>\n\t<color name=\"colour.view61.list.focus.diffuse\">FFFFFFFF</color>\n\t<!-- View 62 -->\n\t<color name=\"colour.view62.label\">FFFFFFFF</color>\n\t<color name=\"colour.view62.label2\">FF333333</color>\n\t<color name=\"colour.view62.shadow\">4D000000</color>\n\t<!-- View 63 -->\n\t<color name=\"colour.view63.label\">FFFFFFFF</color>\n\t<color name=\"colour.view63.label2\">FF333333</color>\n\t<color name=\"colour.view63.shadow\">4D000000</color>\n\t<!-- View 64 -->\n\t<color name=\"colour.view64.label\">FFFFFFFF</color>\n\t<color name=\"colour.view64.label2\">FF333333</color>\n\t<color name=\"colour.view64.shadow\">4D000000</color>\n\t<!-- View 65 -->\n\t<color name=\"colour.view65.label\">FFFFFFFF</color>\n\t<color name=\"colour.view65.label2\">FF333333</color>\n\t<color name=\"colour.view65.shadow\">4D000000</color>\n\t<!-- View 66 -->\n\t<color name=\"colour.view66.label\">FFFFFFFF</color>\n\t<color name=\"colour.view66.label2\">FF333333</color>\n\t<color name=\"colour.view66.shadow\">4D000000</color>\n\t<color name=\"colour.view66.info.label\">FFFFFFFF</color>\n\t<!-- View 67 -->\n\t<color name=\"colour.view67.label\">FFFFFFFF</color>\n\t<color name=\"colour.view67.label2\">FF333333</color>\n\t<color name=\"colour.view67.shadow\">4D000000</color>\n\t<!-- View 68 -->\n\t<color name=\"colour.view68.label\">FFFFFFFF</color>\n\t<color name=\"colour.view68.label2\">FF333333</color>\n\t<color name=\"colour.view68.shadow\">4D000000</color>\n\t<!-- View 69 -->\n\t<color name=\"colour.view69.label\">FFFFFFFF</color>\n\t<color name=\"colour.view69.shadow\">4D000000</color>\n\t<color name=\"colour.view69.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view69.info.label\">FFFFFFFF</color>\n\t<color name=\"colour.view69.info.synopsis\">FFFFFFFF</color>\n\t<!-- View 70 -->\n\t<color name=\"colour.view70.label\">FFFFFFFF</color>\n\t<color name=\"colour.view70.label2\">FF333333</color>\n\t<color name=\"colour.view70.shadow\">4D000000</color>\n\t<!-- View 71 -->\n\t<color name=\"colour.view71.label\">FFFFFFFF</color>\n\t<color name=\"colour.view71.shadow\">4D000000</color>\n\t<color name=\"colour.view71.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view71.info.label\">FFFFFFFF</color>\n\t<color name=\"colour.view71.info.synopsis\">FFFFFFFF</color>\n\t<!-- View 72 -->\n\t<color name=\"colour.view72.label\">FFFFFFFF</color>\n\t<color name=\"colour.view72.label2\">FFFFFFFF</color>\n\t<color name=\"colour.view72.shadow\">4D000000</color>\n\t<color name=\"colour.view72.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view72.info.label\">FFFFFFFF</color>\n\t<color name=\"colour.view72.info.star\">FFFFFFFF</color>\n\t<color name=\"colour.view72.info.star.alt\">60101010</color>\n\t<color name=\"colour.view72.info.synopsis\">FFFFFFFF</color>\n\t<color name=\"colour.view72.list.focus.diffuse\">FFFFFFFF</color>\n\t<!-- View 73 -->\n\t<color name=\"colour.view73.label\">FFFFFFFF</color>\n\t<color name=\"colour.view73.label2\">FF333333</color>\n\t<color name=\"colour.view73.shadow\">4D000000</color>\n\t<!-- View 74 -->\n\t<color name=\"colour.view74.label\">FFFFFFFF</color>\n\t<color name=\"colour.view74.shadow\">4D000000</color>\n\t<color name=\"colour.view74.info.back\">FFFFFFFF</color>\n\t<color name=\"colour.view74.info.back.label\">FF333333</color>\n\t<color name=\"colour.view74.info.back.images\">FF333333</color>\n\t<color name=\"colour.view74.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view74.info.label\">FFFFFFFF</color>\n\t<color name=\"colour.view74.info.synopsis\">FFFFFFFF</color>\n\t<!-- View 75 -->\n\t<color name=\"colour.view75.text\">FF424542</color>\n\t<color name=\"colour.view75.icons\">FF424542</color>\n\t<color name=\"colour.view75.info.star\">FF424542</color>\n\t<color name=\"colour.view75.info.star.alt\">60424542</color>\n\t<color name=\"colour.view75.shadow\">30000000</color>\n\t<color name=\"colour.view75.underlay.diffuse\">FFFFFFFF</color>\n</colors>"
  },
  {
    "path": "Mod Files/skins/Add User/language/English/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: Rocky5 XBMC4Xbox forums\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Rocky5\\n\"\n\"Language-Team: Rocky5\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: en\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\n## DO NOT TRANSLATE (start)\n\n## version\nmsgctxt \"#31000\"\nmsgid \"XBMC4Gamers 0.0.000\"\nmsgstr \"\"\n\nmsgctxt \"#31001\"\nmsgid \"build type\"\nmsgstr \"\"\n\nmsgctxt \"#31002\"\nmsgid \"XBMC4Gamers datetime\"\nmsgstr \"\"\n\n##  DO NOT TRANSLATE (end)\n\n## Custom_logoff.xml - 31011 to 31015\nmsgctxt \"#31011\"\nmsgid \"logging off\"\nmsgstr \"\"\n\nmsgctxt \"#31012\"\nmsgid \"Would you like to log out?\"\nmsgstr \"\"\n\n## Custom_Menu_Loader.xml - 31016 to 31020\nmsgctxt \"#31016\"\nmsgid \"loading\"\nmsgstr \"\"\n\nmsgctxt \"#31017\"\nmsgid \"[B]Kiosk Mode[/B][CR]Profile is locked[CR]Press (A) to logout\"\nmsgstr \"\"\n\n## Custom_Skin_Settings.xml - 31021 to 31034\nmsgctxt \"#31021\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31022\"\nmsgid \"General Toggles\"\nmsgstr \"\"\n\nmsgctxt \"#31023\"\nmsgid \"Home Screen\"\nmsgstr \"\"\n\nmsgctxt \"#31024\"\nmsgid \"Login\"\nmsgstr \"\"\n\nmsgctxt \"#31025\"\nmsgid \"Quick Change Menu\"\nmsgstr \"\"\n\nmsgctxt \"#31026\"\nmsgid \"Debug\"\nmsgstr \"\"\n\nmsgctxt \"#31027\"\nmsgid \"Startup Options\"\nmsgstr \"\"\n\n## General Toggles - Custom_Skin_Settings.xml - 31035 to 31058\nmsgctxt \"#31035\"\nmsgid \"Disable time overlay\"\nmsgstr \"\"\n\nmsgctxt \"#31036\"\nmsgid \"Hide context buttons at the bottom of the screen\"\nmsgstr \"\"\n\nmsgctxt \"#31037\"\nmsgid \"Enable a custom button on the options dialog\"\nmsgstr \"\"\n\nmsgctxt \"#31038\"\nmsgid \"Label\"\nmsgstr \"\"\n\nmsgctxt \"#31039\"\nmsgid \"XBE/Script path\"\nmsgstr \"\"\n\nmsgctxt \"#31040\"\nmsgid \"Enable custom xbmc4gamers logo colour\"\nmsgstr \"\"\n\nmsgctxt \"#31041\"\nmsgid \"Custom hex value\"\nmsgstr \"\"\n\nmsgctxt \"#31042\"\nmsgid \"Audio navigation sound options:\"\nmsgstr \"\"\n\nmsgctxt \"#31043\"\nmsgid \"Hide played overlay on poster views\"\nmsgstr \"\"\n\nmsgctxt \"#31044\"\nmsgid \"Show reload skin and logout context buttons\"\nmsgstr \"\"\n\nmsgctxt \"#31045\"\nmsgid \"Hide trainer overlay on poster views\"\nmsgstr \"\"\n\nmsgctxt \"#31046\"\nmsgid \"Enable night mode\"\nmsgstr \"\"\n\nmsgctxt \"#31047\"\nmsgid \"Hide scrolling letter\"\nmsgstr \"\"\n\nmsgctxt \"#31048\"\nmsgid \"Change theme\"\nmsgstr \"\"\n\nmsgctxt \"#31049\"\nmsgid \"Uninstall themes\"\nmsgstr \"\"\n\nmsgctxt \"#31050\"\nmsgid \"Random theme\"\nmsgstr \"\"\n\nmsgctxt \"#31051\"\nmsgid \"Reset\"\nmsgstr \"\"\n\nmsgctxt \"#31052\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31053\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31054\"\nmsgid \"Use screensaver fanart in background (DL required)\"\nmsgstr \"\"\n\nmsgctxt \"#31055\"\nmsgid \"Use non blurred fanart\"\nmsgstr \"\"\n\nmsgctxt \"#31056\"\nmsgid \"Change splash\"\nmsgstr \"\"\n\nmsgctxt \"#31057\"\nmsgid \"Disable theme custom navigation sounds\"\nmsgstr \"\"\n\nmsgctxt \"#31058\"\nmsgid \"Use cached thumbnails\"\nmsgstr \"\"\n\n## Quick Change Menu - Custom_Skin_Settings.xml - 31059 to 31060\nmsgctxt \"#31059\"\nmsgid \"Enable additional sources\"\nmsgstr \"\"\n\nmsgctxt \"#31060\"\nmsgid \"Select source\"\nmsgstr \"\"\n\n## Login - Custom_Skin_Settings.xml - 31061 to 31068\nmsgctxt \"#31061\"\nmsgid \"Enable login screen\"\nmsgstr \"\"\n\nmsgctxt \"#31062\"\nmsgid \"Enable debug information\"\nmsgstr \"\"\n\nmsgctxt \"#31063\"\nmsgid \"Enable profile lock\"\nmsgstr \"\"\n\nmsgctxt \"#31064\"\nmsgid \"Enabling this setting will lock this profile if [B]Kiosk Mode[/B] is enabled\"\nmsgstr \"\"\n\nmsgctxt \"#31065\"\nmsgid \"Hide profile image on startup\"\nmsgstr \"\"\n\n## Scripts - Custom_Skin_Settings.xml - 31069 to 31075\nmsgctxt \"#31069\"\nmsgid \"Run the most commonly used scripts\"\nmsgstr \"\"\n\nmsgctxt \"#31070\"\nmsgid \"View Log Files\"\nmsgstr \"\"\n\nmsgctxt \"#31071\"\nmsgid \"Change Debug Modes\"\nmsgstr \"\"\n\nmsgctxt \"#31072\"\nmsgid \"Reset All XBMC4Gamers Options\"\nmsgstr \"\"\n\n## Home Window - Custom_Skin_Settings.xml - 31076 to 31085\nmsgctxt \"#31076\"\nmsgid \"Current Home Window:\"\nmsgstr \"\"\n\nmsgctxt \"#31077\"\nmsgid \"Applications\"\nmsgstr \"\"\n\nmsgctxt \"#31078\"\nmsgid \"Emulators\"\nmsgstr \"\"\n\nmsgctxt \"#31079\"\nmsgid \"Games\"\nmsgstr \"\"\n\nmsgctxt \"#31080\"\nmsgid \"Homebrew\"\nmsgstr \"\"\n\nmsgctxt \"#31081\"\nmsgid \"Home Screen\"\nmsgstr \"\"\n\n## Startup Options - Custom_Skin_Settings.xml - 31086 to 31100\nmsgctxt \"#31086\"\nmsgid \"Enable intro video\"\nmsgstr \"\"\n\nmsgctxt \"#31087\"\nmsgid \"Enable audio playlist\"\nmsgstr \"\"\n\nmsgctxt \"#31088\"\nmsgid \"[B]Generate[/B] random playlist\"\nmsgstr \"\"\n\nmsgctxt \"#31089\"\nmsgid \"Custom playlist\"\nmsgstr \"\"\n\nmsgctxt \"#31090\"\nmsgid \"View Options\"\nmsgstr \"\"\n\nmsgctxt \"#31091\"\nmsgid \"Use theme playlist\"\nmsgstr \"\"\n\nmsgctxt \"#31092\"\nmsgid \"Enable random select\"\nmsgstr \"\"\n\nmsgctxt \"#31093\"\nmsgid \"Select File\"\nmsgstr \"\"\n\nmsgctxt \"#31094\"\nmsgid \"If no file is selected/found it defaults to [B]Q:/intro.mp4[/B] or [B]Q:/system/intros/[/B]\"\nmsgstr \"\"\n\n## DialogKeyboard.xml - 310101 to 31105\nmsgctxt \"#31101\"\nmsgid \"6 digit hex colour code (0-F)\"\nmsgstr \"\"\n\nmsgctxt \"#31102\"\nmsgid \"Cursor Left\"\nmsgstr \"\"\n\nmsgctxt \"#31103\"\nmsgid \"Cursor Right\"\nmsgstr \"\"\n\n## Includes_Context_Buttons.xml - 31106 to 31140\nmsgctxt \"#31106\"\nmsgid \"Select\"\nmsgstr \"\"\n\nmsgctxt \"#31107\"\nmsgid \"Game\"\nmsgstr \"\"\n\nmsgctxt \"#31108\"\nmsgid \"Back\"\nmsgstr \"\"\n\nmsgctxt \"#31109\"\nmsgid \"Media Controls\"\nmsgstr \"\"\n\nmsgctxt \"#31110\"\nmsgid \"Synopsis\"\nmsgstr \"\"\n\nmsgctxt \"#31111\"\nmsgid \"Add to Playlist\"\nmsgstr \"\"\n\nmsgctxt \"#31112\"\nmsgid \"Remove from Playlist\"\nmsgstr \"\"\n\nmsgctxt \"#31113\"\nmsgid \"Context menu\"\nmsgstr \"\"\n\nmsgctxt \"#31114\"\nmsgid \"Options\"\nmsgstr \"\"\n\nmsgctxt \"#31115\"\nmsgid \"Favourites\"\nmsgstr \"\"\n\nmsgctxt \"#31116\"\nmsgid \"Clear Cache\"\nmsgstr \"\"\n\nmsgctxt \"#31117\"\nmsgid \"Exit Playlist Menu\"\nmsgstr \"\"\n\nmsgctxt \"#31118\"\nmsgid \"Enter Playlist Menu\"\nmsgstr \"\"\n\nmsgctxt \"#31119\"\nmsgid \"Quick Change\"\nmsgstr \"\"\n\nmsgctxt \"#31120\"\nmsgid \"Launch Disc\"\nmsgstr \"\"\n\nmsgctxt \"#31121\"\nmsgid \"View Settings\"\nmsgstr \"\"\n\nmsgctxt \"#31122\"\nmsgid \"Playlist Settings\"\nmsgstr \"\"\n\nmsgctxt \"#31123\"\nmsgid \"Log Out\"\nmsgstr \"\"\n\nmsgctxt \"#31124\"\nmsgid \"Reload Skin\"\nmsgstr \"\"\n\nmsgctxt \"#31125\"\nmsgid \"Recents\"\nmsgstr \"\"\n\nmsgctxt \"#31126\"\nmsgid \"Launch\"\nmsgstr \"\"\n\nmsgctxt \"#31127\"\nmsgid \"Last Played/Randoms\"\nmsgstr \"\"\n\n## Custom_View_Options.xml - 31141 to 31150\nmsgctxt \"#31141\"\nmsgid \"Sort: Descending\"\nmsgstr \"\"\n\nmsgctxt \"#31142\"\nmsgid \"Sort: Ascending\"\nmsgstr \"\"\n\nmsgctxt \"#31143\"\nmsgid \"Close\"\nmsgstr \"\"\n\nmsgctxt \"#31144\"\nmsgid \"Search & Sort\"\nmsgstr \"\"\n\nmsgctxt \"#31145\"\nmsgid \"View Options\"\nmsgstr \"\"\n\nmsgctxt \"#31146\"\nmsgid \"Switch View\"\nmsgstr \"\"\n\n## Settings.xml - 31151 to 31165\nmsgctxt \"#31151\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31152\"\nmsgid \"Region  Screensavers  Display\"\nmsgstr \"\"\n\nmsgctxt \"#31153\"\nmsgid \"Playback  Video Playback Resolution\"\nmsgstr \"\"\n\nmsgctxt \"#31154\"\nmsgid \"Trainer path  Game scanning  Dashboard path\"\nmsgstr \"\"\n\nmsgctxt \"#31155\"\nmsgid \"Static IP  DHCP\"\nmsgstr \"\"\n\nmsgctxt \"#31156\"\nmsgid \"Output  Power saving  Autorun\"\nmsgstr \"\"\n\nmsgctxt \"#31157\"\nmsgid \"Playback\"\nmsgstr \"\"\n\nmsgctxt \"#31158\"\nmsgid \"Copy  Move  Rename  Delete\"\nmsgstr \"\"\n\nmsgctxt \"#31159\"\nmsgid \"Applications  DLC  Mods  Update\"\nmsgstr \"\"\n\nmsgctxt \"#31160\"\nmsgid \"Toggles  Scripts  Startup playlist\"\nmsgstr \"\"\n\nmsgctxt \"#31161\"\nmsgid \"Temps  HDD Info  Hardware Info\"\nmsgstr \"\"\n\nmsgctxt \"#31162\"\nmsgid \"XBMC4Gamers Options\"\nmsgstr \"\"\n\n## SettingsCategory.xml - 31166 to 31170\nmsgctxt \"#31166\"\nmsgid \"\"\nmsgstr \"\"\n\n## Startup Options - Custom_Skin_Settings.xml\nmsgctxt \"#31171\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31172\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31173\"\nmsgid \"Enable kiosk mode\"\nmsgstr \"\"\n\n## SettingsScreenCalibration.xml - 31176 to 31178\nmsgctxt \"#31176\"\nmsgid \"Get spinning disc to have as little wobble as possible.\"\nmsgstr \"\"\n\n## Startup.xml - 31179 to 31185\nmsgctxt \"#31179\"\nmsgid \"loading\"\nmsgstr \"\"\n\nmsgctxt \"#31180\"\nmsgid \"Initialising please wait...\"\nmsgstr \"\"\n\nmsgctxt \"#31181\"\nmsgid \"Error has occurred. Please send me a copy of your [B]\"xbmc.log\"[/B] file, or try restarting the xbox.\"\nmsgstr \"\"\n\n## View files - 31186 to 31209\nmsgctxt \"#31186\"\nmsgid \"Played 0 times\"\nmsgstr \"\"\n\nmsgctxt \"#31187\"\nmsgid \"Played\"\nmsgstr \"\"\n\nmsgctxt \"#31188\"\nmsgid \"time\"\nmsgstr \"\"\n\nmsgctxt \"#31189\"\nmsgid \"times\"\nmsgstr \"\"\n\nmsgctxt \"#31190\"\nmsgid \"Game Info\"\nmsgstr \"\"\n\nmsgctxt \"#31191\"\nmsgid \"0 times\"\nmsgstr \"\"\n\nmsgctxt \"#31192\"\nmsgid \"This game has been played\"\nmsgstr \"\"\n\nmsgctxt \"#31193\"\nmsgid \"Used space\"\nmsgstr \"\"\n\nmsgctxt \"#31194\"\nmsgid \"Game location\"\nmsgstr \"\"\n\n## FileBrowser.xml - 31210 to 31212\nmsgctxt \"#31210\"\nmsgid \"Page\"\nmsgstr \"\"\n\nmsgctxt \"#31211\"\nmsgid \"Items\"\nmsgstr \"\"\n\n## Manage Profiles Strings - 31500 to 31519\nmsgctxt \"#31500\"\nmsgid \"Adjust your screen size\"\nmsgstr \"\"\n\nmsgctxt \"#31501\"\nmsgid \"Individual save directories for each profile\"\nmsgstr \"\"\n\nmsgctxt \"#31502\"\nmsgid \"Setup Birthday dates.\"\nmsgstr \"\"\n\nmsgctxt \"#31503\"\nmsgid \"Welcome. [CR]In this menu you will be able to set up to 5 different birthdays. [CR]These will show on the login-screen when the date arrives.\"\nmsgstr \"\"\n\nmsgctxt \"#31504\"\nmsgid \"Enable intro video\"\nmsgstr \"\"\n\nmsgctxt \"#31505\"\nmsgid \"Other Options\"\nmsgstr \"\"\n\nmsgctxt \"#31506\"\nmsgid \"Context Menu\"\nmsgstr \"\"\n\n## LoginScreen.xml - 31520 to 31529\nmsgctxt \"#31520\"\nmsgid \"Load Profile\"\nmsgstr \"\"\n\nmsgctxt \"#31521\"\nmsgid \"Context Menu\"\nmsgstr \"\"\n\nmsgctxt \"#31522\"\nmsgid \"Kiosk Mode Enabled\"\nmsgstr \"\"\n\nmsgctxt \"#31523\"\nmsgid \"Welcome to XBMC4Gamers\"\nmsgstr \"\"\n\nmsgctxt \"#31524\"\nmsgid \"Who is using the controller?\"\nmsgstr \"\"\n\n## File Manager.xml - 31530 to 31540\nmsgctxt \"#31530\"\nmsgid \"Highlight\"\nmsgstr \"\"\n\nmsgctxt \"#31531\"\nmsgid \"Normal Mode\"\nmsgstr \"\"\n\nmsgctxt \"#31532\"\nmsgid \"Compact Mode\"\nmsgstr \"\"\n\n## Custom_Dialog_Quick_Change.xml - 31541 to 31550\nmsgctxt \"#31541\"\nmsgid \"applications\"\nmsgstr \"\"\n\nmsgctxt \"#31542\"\nmsgid \"emulators\"\nmsgstr \"\"\n\nmsgctxt \"#31543\"\nmsgid \"games\"\nmsgstr \"\"\n\nmsgctxt \"#31544\"\nmsgid \"homebrew\"\nmsgstr \"\"\n\n## Home.xml - 31560 to 31580\nmsgctxt \"#31560\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31561\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31562\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31563\"\nmsgid \"Randoms:\"\nmsgstr \"\"\n\nmsgctxt \"#31564\"\nmsgid \"Close Home\"\nmsgstr \"\"\n\n## Home Window - Custom_Skin_Settings.xml - 31600 to 31669\nmsgctxt \"#31600\"\nmsgid \"Notice\"\nmsgstr \"\"\n\nmsgctxt \"#31012\"\nmsgid \"Would you like to log out?\"\nmsgstr \"\"\n\nmsgctxt \"#31601\"\nmsgid \"Custom Button\"\nmsgstr \"\"\n\nmsgctxt \"#31602\"\nmsgid \"Name\"\nmsgstr \"\"\n\nmsgctxt \"#31603\"\nmsgid \"Leave blank to use the selected source.[CR]Additionally you can separate search items with a comma.[CR]Example: Games,Applications,F:\\\\Games Alt\"\nmsgstr \"\"\n\nmsgctxt \"#31604\"\nmsgid \"Search Entries\"\nmsgstr \"\"\n\nmsgctxt \"#31605\"\nmsgid \"Open on selection\"\nmsgstr \"\"\n\nmsgctxt \"#31606\"\nmsgid \"Warning\"\nmsgstr \"\"\n\nmsgctxt \"#31607\"\nmsgid \"This will reset all XBMC4Gamers options.[CR]Main settings are not reset.\"\nmsgstr \"\"\n\nmsgctxt \"#31608\"\nmsgid \"Settings reset, will now reload the profile[CR]to complete the process.\"\nmsgstr \"\"\n\nmsgctxt \"#31609\"\nmsgid \"RSS feed is theme dependant\"\nmsgstr \"\"\n\nmsgctxt \"#31610\"\nmsgid \"Hide home screen RSS feed\"\nmsgstr \"\"\n\nmsgctxt \"#31611\"\nmsgid \"Previous theme used custom item values.[CR]Home screen is being refreshed.\"\nmsgstr \"\"\n\nmsgctxt \"#31612\"\nmsgid \"Home content is being refreshed.\"\nmsgstr \"\"\n\nmsgctxt \"#31613\"\nmsgid \"Preview\"\nmsgstr \"\"\n\nmsgctxt \"#31614\"\nmsgid \"Drive Space\"\nmsgstr \"\"\n\nmsgctxt \"#31615\"\nmsgid \"Detailed\"\nmsgstr \"\"\n\nmsgctxt \"#31616\"\nmsgid \"Standard\"\nmsgstr \"\"\n\nmsgctxt \"#31617\"\nmsgid \"Custom\"\nmsgstr \"\"\n\nmsgctxt \"#31618\"\nmsgid \"Screenshots\"\nmsgstr \"\"\n\nmsgctxt \"#31619\"\nmsgid \"Preview\"\nmsgstr \"\"\n\nmsgctxt \"#31620\"\nmsgid \"Extended Info\"\nmsgstr \"\"\n\nmsgctxt \"#31621\"\nmsgid \"Fanart\"\nmsgstr \"\"\n\nmsgctxt \"#31622\"\nmsgid \"Resources\"\nmsgstr \"\"\n\nmsgctxt \"#31623\"\nmsgid \"Enable or Disable Views\"\nmsgstr \"\"\n\n## Other Options - Custom_Skin_Settings.xml - 31670 to 31700\nmsgctxt \"#31670\"\nmsgid \"Configure the wallpaper/rendering dimensions, and quality settings.\"\nmsgstr \"\"\n\nmsgctxt \"#31671\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31672\"\nmsgid \"Wallpaper Settings\"\nmsgstr \"\"\n\nmsgctxt \"#31673\"\nmsgid \"Width\"\nmsgstr \"\"\n\nmsgctxt \"#31674\"\nmsgid \"Height\"\nmsgstr \"\"\n\nmsgctxt \"#31675\"\nmsgid \"Quality (0 - 100)\"\nmsgstr \"\"\n\nmsgctxt \"#31676\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31677\"\nmsgid \"\"\nmsgstr \"\""
  },
  {
    "path": "Mod Files/skins/Add User/language/German/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: Rocky5 XBMC4Xbox forums\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Rocky5\\n\"\n\"Language-Team: jamal2367\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: de\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\n## DO NOT TRANSLATE (start)\n\n## version\nmsgctxt \"#31000\"\nmsgid \"XBMC4Gamers 0.0.000\"\nmsgstr \"\"\n\nmsgctxt \"#31001\"\nmsgid \"build type\"\nmsgstr \"\"\n\nmsgctxt \"#31002\"\nmsgid \"XBMC4Gamers datetime\"\nmsgstr \"\"\n\n##  DO NOT TRANSLATE (end)\n\n## Custom_logoff.xml - 31011 to 31015\nmsgctxt \"#31011\"\nmsgid \"logging off\"\nmsgstr \"abmelden\"\n\nmsgctxt \"#31012\"\nmsgid \"Would you like to log out?\"\nmsgstr \"Mchten Sie sich abmelden?\"\n\n## Custom_Menu_Loader.xml - 31016 to 31020\nmsgctxt \"#31016\"\nmsgid \"loading\"\nmsgstr \"laden\"\n\nmsgctxt \"#31017\"\nmsgid \"[B]Kiosk Mode[/B][CR]Profile is locked[CR]Press (A) to logout\"\nmsgstr \"[B]Kiosk-Modus[/B][CR]Profil ist gesperrt[CR]Drcken Sie (A) zum Abmelden\"\n\n## Custom_Skin_Settings.xml - 31021 to 31034\nmsgctxt \"#31021\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31022\"\nmsgid \"General Toggles\"\nmsgstr \"Allgemeine Schaltflchen\"\n\nmsgctxt \"#31023\"\nmsgid \"Home Screen\"\nmsgstr \"Startbildschirm\"\n\nmsgctxt \"#31024\"\nmsgid \"Login\"\nmsgstr \"Anmeldung\"\n\nmsgctxt \"#31025\"\nmsgid \"Quick Change Menu\"\nmsgstr \"Schnellwechsel-Men\"\n\nmsgctxt \"#31026\"\nmsgid \"Debug\"\nmsgstr \"Debug\"\n\nmsgctxt \"#31027\"\nmsgid \"Startup Options\"\nmsgstr \"Startoptionen\"\n\n## General Toggles - Custom_Skin_Settings.xml - 31035 to 31058\nmsgctxt \"#31035\"\nmsgid \"Disable time overlay\"\nmsgstr \"Zeit-Overlay deaktivieren\"\n\nmsgctxt \"#31036\"\nmsgid \"Hide context buttons at the bottom of the screen\"\nmsgstr \"Kontextschaltflchen am unteren Rand des Bildschirms ausblenden\"\n\nmsgctxt \"#31037\"\nmsgid \"Enable a custom button on the options dialog\"\nmsgstr \"Eine benutzerdefinierte Schaltflche im Optionsdialog aktivieren\"\n\nmsgctxt \"#31038\"\nmsgid \"Label\"\nmsgstr \"Bezeichnung\"\n\nmsgctxt \"#31039\"\nmsgid \"XBE/Script path\"\nmsgstr \"XBE-/Skriptpfad\"\n\nmsgctxt \"#31040\"\nmsgid \"Enable custom xbmc4gamers logo colour\"\nmsgstr \"Benutzerdefinierte XBMC4Gamers-Logo-Farbe aktivieren\"\n\nmsgctxt \"#31041\"\nmsgid \"Custom hex value\"\nmsgstr \"Benutzerdefinierter HEX-Wert\"\n\nmsgctxt \"#31042\"\nmsgid \"Audio navigation sound options:\"\nmsgstr \"Audio-Navigationssound-Optionen:\"\n\nmsgctxt \"#31043\"\nmsgid \"Hide played overlay on poster views\"\nmsgstr \"Abgespieltes Overlay in Posteransichten ausblenden\"\n\nmsgctxt \"#31044\"\nmsgid \"Show reload skin and logout context buttons\"\nmsgstr \"Skin neu laden und Ausloggen-Kontextschaltflchen anzeigen\"\n\nmsgctxt \"#31045\"\nmsgid \"Hide trainer overlay on poster views\"\nmsgstr \"Trainer-Overlay in Posteransichten ausblenden\"\n\nmsgctxt \"#31046\"\nmsgid \"Enable night mode\"\nmsgstr \"Nachtmodus aktivieren\"\n\nmsgctxt \"#31047\"\nmsgid \"Hide scrolling letter\"\nmsgstr \"Laufschrift ausblenden\"\n\nmsgctxt \"#31048\"\nmsgid \"Change theme\"\nmsgstr \"Design ndern\"\n\nmsgctxt \"#31049\"\nmsgid \"Uninstall themes\"\nmsgstr \"Designs deinstallieren\"\n\nmsgctxt \"#31050\"\nmsgid \"Random theme\"\nmsgstr \"Zuflliges Design\"\n\nmsgctxt \"#31051\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31052\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31053\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31054\"\nmsgid \"Use screensaver fanart in background (DL required)\"\nmsgstr \"Bildschirmschoner-Fanart im Hintergrund verwenden (DL erforderlich)\"\n\nmsgctxt \"#31055\"\nmsgid \"Use non blurred fanart\"\nmsgstr \"Keine unscharfe Fanart verwenden\"\n\nmsgctxt \"#31056\"\nmsgid \"Change splash\"\nmsgstr \"Splash ndern\"\n\nmsgctxt \"#31057\"\nmsgid \"Disable theme custom navigation sounds\"\nmsgstr \"Themeneigene Navigationsgerusche deaktivieren\"\n\nmsgctxt \"#31058\"\nmsgid \"Use cached thumbnails\"\nmsgstr \"Zwischengespeicherte Thumbnails\"\n\n## Quick Change Menu - Custom_Skin_Settings.xml - 31059 to 31060\nmsgctxt \"#31059\"\nmsgid \"Enable additional sources\"\nmsgstr \"Zustzliche Quellen aktivieren\"\n\nmsgctxt \"#31060\"\nmsgid \"Select source\"\nmsgstr \"Quelle auswhlen\"\n\n## Login - Custom_Skin_Settings.xml - 31061 to 31068\nmsgctxt \"#31061\"\nmsgid \"Enable Login Screen\"\nmsgstr \"Anmeldebildschirm aktivieren\"\n\nmsgctxt \"#31062\"\nmsgid \"Enable debug information\"\nmsgstr \"Debug-Informationen aktivieren\"\n\nmsgctxt \"#31063\"\nmsgid \"Enable profile lock\"\nmsgstr \"Profilsperre einschalten\"\n\nmsgctxt \"#31064\"\nmsgid \"Enabling this setting will lock this profile if [B]Kiosk Mode[/B] is enabled\"\nmsgstr \"Wenn Sie diese Einstellung aktivieren, wird dieses Profil gesperrt, wenn der [B]Kioskmodus[/B] aktiviert ist.\"\n\nmsgctxt \"#31065\"\nmsgid \"Hide profile image on startup\"\nmsgstr \"Profilbild beim Starten ausblenden\"\n\n## Scripts - Custom_Skin_Settings.xml - 31069 to 31075\nmsgctxt \"#31069\"\nmsgid \"Run the most commonly used scripts\"\nmsgstr \"Das am hufigsten verwendete Skript ausfhren\"\n\nmsgctxt \"#31070\"\nmsgid \"View Log Files\"\nmsgstr \"Log-Dateien anzeigen\"\n\nmsgctxt \"#31071\"\nmsgid \"Change Debug Modes\"\nmsgstr \"Debug-Modi ndern\"\n\nmsgctxt \"#31072\"\nmsgid \"Reset All XBMC4Gamers Options\"\nmsgstr \"Alle XBMC4Gamers Optionen zurcksetzen\"\n\n## Home Window - Custom_Skin_Settings.xml - 31076 to 31085\nmsgctxt \"#31076\"\nmsgid \"Current Home Window:\"\nmsgstr \"Aktuelles Startbildschirm-Fenster:\"\n\nmsgctxt \"#31077\"\nmsgid \"Applications\"\nmsgstr \"Anwendungen\"\n\nmsgctxt \"#31078\"\nmsgid \"Emulators\"\nmsgstr \"Emulatoren\"\n\nmsgctxt \"#31079\"\nmsgid \"Games\"\nmsgstr \"Spiele\"\n\nmsgctxt \"#31080\"\nmsgid \"Homebrew\"\nmsgstr \"Homebrew\"\n\nmsgctxt \"#31081\"\nmsgid \"Home Screen\"\nmsgstr \"Startbildschirm\"\n\n## Startup Options - Custom_Skin_Settings.xml - 31086 to 31100\nmsgctxt \"#31086\"\nmsgid \"Enable intro video\"\nmsgstr \"Intro-Video aktivieren\"\n\nmsgctxt \"#31087\"\nmsgid \"Enable audio playlist\"\nmsgstr \"Audio-Wiedergabeliste aktivieren\"\n\nmsgctxt \"#31088\"\nmsgid \"[B]Generate[/B] random playlist\"\nmsgstr \"[B]Erzeuge[/B] zufllige Wiedergabeliste\"\n\nmsgctxt \"#31089\"\nmsgid \"Custom playlist\"\nmsgstr \"Benutzerdefinierte Wiedergabeliste\"\n\nmsgctxt \"#31090\"\nmsgid \"View Options\"\nmsgstr \"Optionen anzeigen\"\n\nmsgctxt \"#31091\"\nmsgid \"Use theme playlist\"\nmsgstr \"Themenwiedergabeliste verwenden\"\n\nmsgctxt \"#31092\"\nmsgid \"Enable Random Select\"\nmsgstr \"Zufallsauswahl aktivieren\"\n\nmsgctxt \"#31093\"\nmsgid \"Select File\"\nmsgstr \"Datei auswhlen\"\n\nmsgctxt \"#31094\"\nmsgid \"If no file is selected/found it defaults to [B]Q:/intro.mp4[/B] or [B]Q:/system/intros/[/B]\"\nmsgstr \"Wenn keine Datei ausgewhlt oder gefunden wird, wird standardmig [B]Q:/intro.mp4[/B] oder [B]Q:/system/intros/[/B] verwendet.\"\n\n## DialogKeyboard.xml - 310101 to 31105\nmsgctxt \"#31101\"\nmsgid \"6 digit hex colour code (0-F)\"\nmsgstr \"6-stelliger HEX-Farbcode (0-F)\"\n\nmsgctxt \"#31102\"\nmsgid \"Cursor Left\"\nmsgstr \"Links\"\n\nmsgctxt \"#31103\"\nmsgid \"Cursor Right\"\nmsgstr \"Rechts\"\n\n## Includes_Context_Buttons.xml - 31106 to 31140\nmsgctxt \"#31106\"\nmsgid \"Select\"\nmsgstr \"Auswhlen\"\n\nmsgctxt \"#31107\"\nmsgid \"Game\"\nmsgstr \"Spiel\"\n\nmsgctxt \"#31108\"\nmsgid \"Back\"\nmsgstr \"Zurck\"\n\nmsgctxt \"#31109\"\nmsgid \"Media Controls\"\nmsgstr \"Mediensteuerungen\"\n\nmsgctxt \"#31110\"\nmsgid \"Synopsis\"\nmsgstr \"Kurzbeschreibung\"\n\nmsgctxt \"#31111\"\nmsgid \"Add to Playlist\"\nmsgstr \"Zur Wiedergabeliste hinzufgen\"\n\nmsgctxt \"#31112\"\nmsgid \"Remove from Playlist\"\nmsgstr \"Aus Wiedergabeliste entfernen\"\n\nmsgctxt \"#31113\"\nmsgid \"Context menu\"\nmsgstr \"Kontextmen\"\n\nmsgctxt \"#31114\"\nmsgid \"Options\"\nmsgstr \"Optionen\"\n\nmsgctxt \"#31115\"\nmsgid \"Favourites\"\nmsgstr \"Favoriten\"\n\nmsgctxt \"#31116\"\nmsgid \"Clear Cache\"\nmsgstr \"Cache leeren\"\n\nmsgctxt \"#31117\"\nmsgid \"Exit Playlist Menu\"\nmsgstr \"Wiedergabelisten-Men verlassen\"\n\nmsgctxt \"#31118\"\nmsgid \"Enter Playlist Menu\"\nmsgstr \"Wiedergabelisten-Men ffnen\"\n\nmsgctxt \"#31119\"\nmsgid \"Quick Change\"\nmsgstr \"Schneller Wechsel\"\n\nmsgctxt \"#31120\"\nmsgid \"Launch Disc\"\nmsgstr \"Disk starten\"\n\nmsgctxt \"#31121\"\nmsgid \"View Settings\"\nmsgstr \"Einstellungen anzeigen\"\n\nmsgctxt \"#31122\"\nmsgid \"Playlist Settings\"\nmsgstr \"Einstellungen der Wiedergabeliste\"\n\nmsgctxt \"#31123\"\nmsgid \"Log Out\"\nmsgstr \"Abmelden\"\n\nmsgctxt \"#31124\"\nmsgid \"Reload Skin\"\nmsgstr \"Skin neu laden\"\n\nmsgctxt \"#31125\"\nmsgid \"Recents\"\nmsgstr \"Krzlich\"\n\nmsgctxt \"#31126\"\nmsgid \"Launch\"\nmsgstr \"Starten\"\n\nmsgctxt \"#31127\"\nmsgid \"Last Played/Randoms\"\nmsgstr \"Zuletzt gespielt/Randomisierung\"\n\n## Custom_View_Options.xml - 31141 to 31150\nmsgctxt \"#31141\"\nmsgid \"Sort: Descending\"\nmsgstr \"Sortieren: Absteigend\"\n\nmsgctxt \"#31142\"\nmsgid \"Sort: Ascending\"\nmsgstr \"Sortieren: Aufsteigend\"\n\nmsgctxt \"#31143\"\nmsgid \"Close\"\nmsgstr \"Schlieen\"\n\nmsgctxt \"#31144\"\nmsgid \"Search & Sort\"\nmsgstr \"Suchen & Sortieren\"\n\nmsgctxt \"#31145\"\nmsgid \"View Options\"\nmsgstr \"Optionen anzeigen\"\n\nmsgctxt \"#31146\"\nmsgid \"Switch View\"\nmsgstr \"Ansicht wechseln\"\n\n## Settings.xml - 31151 to 31165\nmsgctxt \"#31151\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31152\"\nmsgid \"Region  Screensavers  Display\"\nmsgstr \"Region  Bildschirmschoner  Anzeige\"\n\nmsgctxt \"#31153\"\nmsgid \"Playback  Video Playback Resolution\"\nmsgstr \"Wiedergabe  Auflsung der Videowiedergabe\"\n\nmsgctxt \"#31154\"\nmsgid \"Trainer path  Game scanning  Dashboard path\"\nmsgstr \"Trainer-Pfad  Spiel-Scan  Dashboard-Pfad\"\n\nmsgctxt \"#31155\"\nmsgid \"Static IP  DHCP\"\nmsgstr \"Statische IP  DHCP\"\n\nmsgctxt \"#31156\"\nmsgid \"Output  Power saving  Autorun\"\nmsgstr \"Ausgabe  Energiesparen  Autostart\"\n\nmsgctxt \"#31157\"\nmsgid \"Playback\"\nmsgstr \"Wiedergabe\"\n\nmsgctxt \"#31158\"\nmsgid \"Copy  Move  Rename  Delete\"\nmsgstr \"Kopieren  Verschieben  Umbenennen  Lschen\"\n\nmsgctxt \"#31159\"\nmsgid \"Applications  DLC  Mods  Update\"\nmsgstr \"Anwendungen  DLC  Mods  Aktualisierung\"\n\nmsgctxt \"#31160\"\nmsgid \"Toggles  Scripts  Startup playlist\"\nmsgstr \"Schaltflchen  Skripte  Wiedergabeliste fr den Start\"\n\nmsgctxt \"#31161\"\nmsgid \"Temps  HDD Info  Hardware Info\"\nmsgstr \"Temperaturen  HDD-Infos  Hardware-Infos\"\n\nmsgctxt \"#31162\"\nmsgid \"XBMC4Gamers Options\"\nmsgstr \"XBMC4Gamers Optionen\"\n\n## SettingsCategory.xml - 31166 to 31170\nmsgctxt \"#31166\"\nmsgid \"\"\nmsgstr \"\"\n\n## SettingsProfile.xml - 31171 to 31175\nmsgctxt \"#31171\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31172\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31173\"\nmsgid \"Enable kiosk mode\"\nmsgstr \"Kiosk-Modus aktivieren\"\n\n## SettingsScreenCalibration.xml - 31176 to 31178\nmsgctxt \"#31176\"\nmsgid \"Get spinning disc to have as little wobble as possible.\"\nmsgstr \"Achte darauf, dass die rotierende Disk mglichst wenig schwingt.\"\n\n## Startup.xml - 31179 to 31185\nmsgctxt \"#31179\"\nmsgid \"loading\"\nmsgstr \"laden\"\n\nmsgctxt \"#31180\"\nmsgid \"Initialising please wait...\"\nmsgstr \"Initialisierung bitte warten...\"\n\nmsgctxt \"#31181\"\nmsgid \"Error has occurred. Please send me a copy of your [B]\"xbmc.log\"[/B] file, or try restarting the xbox.\"\nmsgstr \"Ein Fehler ist aufgetreten. Bitte sende mir eine Kopie der [B]\"xbmc.log\"[/B] Datei, oder versuchen Sie, die Xbox neu zu starten.\"\n\n## View files - 31186 to 31209\nmsgctxt \"#31186\"\nmsgid \"Played 0 times\"\nmsgstr \"0 Mal gespielt\"\n\nmsgctxt \"#31187\"\nmsgid \"Played\"\nmsgstr \" \"\n\nmsgctxt \"#31188\"\nmsgid \"time\"\nmsgstr \"Mal gespielt\"\n\nmsgctxt \"#31189\"\nmsgid \"times\"\nmsgstr \"Mal gespielt\"\n\nmsgctxt \"#31190\"\nmsgid \"Game Info\"\nmsgstr \"Spiel-Informationen\"\n\nmsgctxt \"#31191\"\nmsgid \"0 times\"\nmsgstr \"0 Mal\"\n\nmsgctxt \"#31192\"\nmsgid \"This game has been played\"\nmsgstr \"Dieses Spiel wurde bereits gespielt\"\n\nmsgctxt \"#31193\"\nmsgid \"Used space\"\nmsgstr \"Genutzter Speicher\"\n\nmsgctxt \"#31194\"\nmsgid \"Game location\"\nmsgstr \"Ort des Spiels\"\n\n## FileBrowser.xml - 31210 to 31212\nmsgctxt \"#31210\"\nmsgid \"Page\"\nmsgstr \"Seite\"\n\nmsgctxt \"#31211\"\nmsgid \"Items\"\nmsgstr \"Eintrge\"\n\n## Manage Profiles Strings - 31500 to 31519\nmsgctxt \"#31500\"\nmsgid \"Adjust your screen size\"\nmsgstr \"Bildschirmgre anpassen\"\n\nmsgctxt \"#31501\"\nmsgid \"Individual save directories for each profile\"\nmsgstr \"Individuelle Speicherverzeichnisse fr jedes Profil\"\n\nmsgctxt \"#31502\"\nmsgid \"Setup Birthday dates.\"\nmsgstr \"Geburtstagsdaten einrichten.\"\n\nmsgctxt \"#31503\"\nmsgid \"Welcome. [CR]In this menu you will be able to set up to 5 different birthdays. [CR]These will show on the login-screen when the date arrives.\"\nmsgstr \"Willkommen. [CR]In diesem Men knnen bis zu 5 verschiedene Geburtstage eingestellt werden. [CR]Diese werden auf dem Anmeldebildschirm angezeigt, wenn das Datum erreicht ist.\"\n\nmsgctxt \"#31504\"\nmsgid \"Enable intro video\"\nmsgstr \"Intro-Video aktivieren\"\n\nmsgctxt \"#31505\"\nmsgid \"Other Options\"\nmsgstr \"Andere Optionen\"\n\nmsgctxt \"#31506\"\nmsgid \"Context Menu\"\nmsgstr \"Kontextmen\"\n\n## LoginScreen.xml - 31520 to 31529\nmsgctxt \"#31520\"\nmsgid \"Load Profile\"\nmsgstr \"Profil laden\"\n\nmsgctxt \"#31521\"\nmsgid \"Context Menu\"\nmsgstr \"Kontextmen\"\n\nmsgctxt \"#31522\"\nmsgid \"Kiosk Mode Enabled\"\nmsgstr \"Kiosk-Modus aktiviert\"\n\nmsgctxt \"#31523\"\nmsgid \"Welcome to XBMC4Gamers\"\nmsgstr \"Willkommen bei XBMC4Gamers\"\n\nmsgctxt \"#31524\"\nmsgid \"Who is using the controller?\"\nmsgstr \"Wer verwendet den Controller?\"\n\n## File Manager.xml - 31530 to 31540\nmsgctxt \"#31530\"\nmsgid \"Highlight\"\nmsgstr \"Highlight\"\n\nmsgctxt \"#31531\"\nmsgid \"Normal Mode\"\nmsgstr \"Normaler Modus\"\n\nmsgctxt \"#31532\"\nmsgid \"Compact Mode\"\nmsgstr \"Kompakter Modus\"\n\n## Custom_Dialog_Quick_Change.xml - 31541 to 31550\nmsgctxt \"#31541\"\nmsgid \"applications\"\nmsgstr \"anwendungen\"\n\nmsgctxt \"#31542\"\nmsgid \"emulators\"\nmsgstr \"emulatoren\"\n\nmsgctxt \"#31543\"\nmsgid \"games\"\nmsgstr \"spiele\"\n\nmsgctxt \"#31544\"\nmsgid \"homebrew\"\nmsgstr \"homebrew\"\n\n## Home.xml - 31560 to 31580\nmsgctxt \"#31560\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31561\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31562\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31563\"\nmsgid \"Randoms:\"\nmsgstr \"Zufllig\"\n\nmsgctxt \"#31564\"\nmsgid \"Close Home\"\nmsgstr \"Startbildschirm schlieen\"\n\n## Home Window - Custom_Skin_Settings.xml - 31600 to 31669\nmsgctxt \"#31600\"\nmsgid \"Notice\"\nmsgstr \"Hinweis\"\n\nmsgctxt \"#31601\"\nmsgid \"Custom Button\"\nmsgstr \"Benutzerdefinierte Schaltflche\"\n\nmsgctxt \"#31602\"\nmsgid \"Name\"\nmsgstr \"Name\"\n\nmsgctxt \"#31603\"\nmsgid \"Leave blank to use the selected source.[CR]Additionally you can separate search items with a comma.[CR]Example: Games,Applications,F:\\\\Games Alt\"\nmsgstr \"Lassen Sie das Feld leer, um die ausgewhlte Quelle zu verwenden.[CR]Zustzlich knnen Sie Suchbegriffe mit einem Komma trennen.[CR]Beispiel: Spiele,Anwendungen,F:\\Spiele Alt\"\n\nmsgctxt \"#31604\"\nmsgid \"Search Entries\"\nmsgstr \"Eintrge suchen\"\n\nmsgctxt \"#31605\"\nmsgid \"Open on selection\"\nmsgstr \"Bei Auswahl ffnen\"\n\nmsgctxt \"#31606\"\nmsgid \"Warning\"\nmsgstr \"Warnung\"\n\nmsgctxt \"#31607\"\nmsgid \"This will reset all XBMC4Gamers options.[CR]Main settings are not reset.\"\nmsgstr \"Dies setzt alle XBMC4Gamers Optionen zurck.[CR]Die Haupteinstellungen werden nicht zurckgesetzt.\"\n\nmsgctxt \"#31608\"\nmsgid \"Settings reset, will now reload the profile[CR]to complete the process.\"\nmsgstr \"Einstellungen zurckgesetzt, ldt nun das Profil[CR]neu, um den Vorgang abzuschlieen.\"\n\nmsgctxt \"#31609\"\nmsgid \"RSS feed is theme dependant\"\nmsgstr \"Der RSS-Feed ist themenabhngig\"\n\nmsgctxt \"#31610\"\nmsgid \"Hide home screen RSS feed\"\nmsgstr \"RSS-Feed der Startseite ausblenden\"\n\nmsgctxt \"#31611\"\nmsgid \"Previous theme used custom item values.[CR]Home screen is being refreshed.\"\nmsgstr \"Benutzerdefinierte Werte im alten Thema.[CR]Startbildschirm wird aktualisiert.\"\n\nmsgctxt \"#31612\"\nmsgid \"Home content is being refreshed.\"\nmsgstr \"Inhalte der Startseite werden aktualisiert.\"\n\nmsgctxt \"#31613\"\nmsgid \"Preview\"\nmsgstr \"Vorschau\"\n\nmsgctxt \"#31614\"\nmsgid \"Drive Space\"\nmsgstr \"Festplattenspeicher\"\n\nmsgctxt \"#31615\"\nmsgid \"Detailed\"\nmsgstr \"Detailliert\"\n\nmsgctxt \"#31616\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#31617\"\nmsgid \"Custom\"\nmsgstr \"Individuell\"\n\nmsgctxt \"#31618\"\nmsgid \"Screenshots\"\nmsgstr \"Screenshots\"\n\nmsgctxt \"#31619\"\nmsgid \"Preview\"\nmsgstr \"Vorschau\"\n\nmsgctxt \"#31620\"\nmsgid \"Extended Info\"\nmsgstr \"Erweiterte Informationen\"\n\nmsgctxt \"#31621\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#31622\"\nmsgid \"Resources\"\nmsgstr \"Ressourcen\"\n\nmsgctxt \"#31623\"\nmsgid \"Enable or Disable Views\"\nmsgstr \"Ansichten aktivieren oder deaktivieren\"\n\n## Other Options - Custom_Skin_Settings.xml - 31670 to 31700\nmsgctxt \"#31670\"\nmsgid \"Configure the wallpaper/rendering dimensions, and quality settings.\"\nmsgstr \"Konfigurieren Sie die Hintergrundbild-/Rendering-Dimensionen und Qualittseinstellungen.\"\n\nmsgctxt \"#31671\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31672\"\nmsgid \"Wallpaper Settings\"\nmsgstr \"Hintergrundbild-Einstellungen\"\n\nmsgctxt \"#31673\"\nmsgid \"Width\"\nmsgstr \"Breite\"\n\nmsgctxt \"#31674\"\nmsgid \"Height\"\nmsgstr \"Hhe\"\n\nmsgctxt \"#31675\"\nmsgid \"Quality (0 - 100)\"\nmsgstr \"Qualitt (0 - 100)\"\n\nmsgctxt \"#31051\"\nmsgid \"Reset\"\nmsgstr \"Zurcksetzen\"\n\nmsgctxt \"#31677\"\nmsgid \"\"\nmsgstr \"\""
  },
  {
    "path": "Mod Files/skins/Add User/language/Italian/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: Rocky5 XBMC4Xbox forums\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Rocky5\\n\"\n\"Language-Team: Italian XGekoX\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: it\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\n## DO NOT TRANSLATE (start)\n\n## version\nmsgctxt \"#31000\"\nmsgid \"XBMC4Gamers 0.0.000\"\nmsgstr \"\"\n\nmsgctxt \"#31001\"\nmsgid \"build type\"\nmsgstr \"\"\n\nmsgctxt \"#31002\"\nmsgid \"XBMC4Gamers datetime\"\nmsgstr \"\"\n\n##  DO NOT TRANSLATE (end)\n\n## Custom_logoff.xml - 31011 to 31015\nmsgctxt \"#31011\"\nmsgid \"logging off\"\nmsgstr \"disconnessione\"\n\nmsgctxt \"#31012\"\nmsgid \"Would you like to log out?\"\nmsgstr \"Vuoi disconnetterti?\"\n\n## Custom_Menu_Loader.xml - 31016 to 31020\nmsgctxt \"#31016\"\nmsgid \"loading\"\nmsgstr \"caricamento\"\n\nmsgctxt \"#31017\"\nmsgid \"[B]Kiosk Mode[/B][CR]Profile is locked[CR]Press (A) to logout\"\nmsgstr \"[B]Modalit Kiosk[/B][CR]profilo bloccato[CR]Premi (A) per uscire\"\n\n## Custom_Skin_Settings.xml - 31021 to 31034\nmsgctxt \"#31021\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31022\"\nmsgid \"General Toggles\"\nmsgstr \"Generale\"\n\nmsgctxt \"#31023\"\nmsgid \"Home Screen\"\nmsgstr \"Schermata Principale\"\n\nmsgctxt \"#31024\"\nmsgid \"Login\"\nmsgstr \"Accesso\"\n\nmsgctxt \"#31025\"\nmsgid \"Quick Change Menu\"\nmsgstr \"Men Rapido\"\n\nmsgctxt \"#31026\"\nmsgid \"Debug\"\nmsgstr \"\"\n\nmsgctxt \"#31027\"\nmsgid \"Startup Options\"\nmsgstr \"Opzioni di Avvio\"\n\n## General Toggles - Custom_Skin_Settings.xml - 31035 to 31058\nmsgctxt \"#31035\"\nmsgid \"Disable time overlay\"\nmsgstr \"Nascondi orario\"\n\nmsgctxt \"#31036\"\nmsgid \"Hide context buttons at the bottom of the screen\"\nmsgstr \"Nascondi i pulsanti contestuali nella parte inferiore dello schermo\"\n\nmsgctxt \"#31037\"\nmsgid \"Enable a custom button on the options dialog\"\nmsgstr \"Abilita un pulsante personalizzato nella finestra delle opzioni\"\n\nmsgctxt \"#31038\"\nmsgid \"Label\"\nmsgstr \"Etichetta\"\n\nmsgctxt \"#31039\"\nmsgid \"XBE/Script path\"\nmsgstr \"Percorso XBE/Script\"\n\nmsgctxt \"#31040\"\nmsgid \"Enable custom xbmc4gamers logo colour\"\nmsgstr \"Abilita colore logo xbmc4gamers personalizzato\"\n\nmsgctxt \"#31041\"\nmsgid \"Custom hex value\"\nmsgstr \"Valore hex personalizzato\"\n\nmsgctxt \"#31042\"\nmsgid \"Audio navigation sound options:\"\nmsgstr \"Opzioni suoni di navigazione:\"\n\nmsgctxt \"#31043\"\nmsgid \"Hide played overlay on poster views\"\nmsgstr \"Nascondi contatore giochi avviati in visuale poster\"\n\nmsgctxt \"#31044\"\nmsgid \"Show reload skin and logout context buttons\"\nmsgstr \"Mostra i pulsanti ricarica della skin e disconnessione\"\n\nmsgctxt \"#31045\"\nmsgid \"Hide trainer overlay on poster views\"\nmsgstr \"Nascondi trainer in visuale poster\"\n\nmsgctxt \"#31046\"\nmsgid \"Enable night mode\"\nmsgstr \"Abilita modalit notturna\"\n\nmsgctxt \"#31047\"\nmsgid \"Hide scrolling letter\"\nmsgstr \"Disabilita scorrimento lettere\"\n\nmsgctxt \"#31048\"\nmsgid \"Change theme\"\nmsgstr \"Cambia tema\"\n\nmsgctxt \"#31049\"\nmsgid \"Uninstall themes\"\nmsgstr \"Disinstalla temi\"\n\nmsgctxt \"#31050\"\nmsgid \"Random theme\"\nmsgstr \"Tema casuale\"\n\nmsgctxt \"#31051\"\nmsgid \"Reset\"\nmsgstr \"Ripristina\"\n\nmsgctxt \"#31052\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31053\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31054\"\nmsgid \"Use screensaver fanart in background (DL required)\"\nmsgstr \"Utilizza la fanart del salvaschermo in background (DL richiesto)\"\n\nmsgctxt \"#31055\"\nmsgid \"Use none blurred fanart\"\nmsgstr \"Non utilizzare fanart sfocate\"\n\nmsgctxt \"#31056\"\nmsgid \"Change splash\"\nmsgstr \"Cambia immagine di avvio\"\n\nmsgctxt \"#31057\"\nmsgid \"Disable theme custom navigation sounds\"\nmsgstr \"Disabilita suoni di navigazione personalizzati del tema\"\n\nmsgctxt \"#31058\"\nmsgid \"Use cached thumbnails\"\nmsgstr \"Usa miniature memorizzate nella cache\"\n\n## Quick Change Menu - Custom_Skin_Settings.xml - 31059 to 31060\nmsgctxt \"#31059\"\nmsgid \"Enable additional sources\"\nmsgstr \"Abilita sorgente aggiuntiva\"\n\nmsgctxt \"#31060\"\nmsgid \"Select source\"\nmsgstr \"Seleziona fonte\"\n\n## Login - Custom_Skin_Settings.xml - 31061 to 31068\nmsgctxt \"#31061\"\nmsgid \"Enable Login Screen\"\nmsgstr \"Abilita schermata di accesso\"\n\nmsgctxt \"#31062\"\nmsgid \"Enable debug information\"\nmsgstr \"Abilita informazioni di debug\"\n\nmsgctxt \"#31063\"\nmsgid \"Enable profile lock\"\nmsgstr \"Abilita blocco profilo\"\n\nmsgctxt \"#31064\"\nmsgid \"Enabling this setting will lock this profile if [B]Kiosk Mode[/B] is enabled\"\nmsgstr \"L'attivazione bloccher questo profilo se la [B]Modalit Chiosco[/B]  abilitata\"\n\nmsgctxt \"#31065\"\nmsgid \"Hide profile image on startup\"\nmsgstr \"Nascondi l'immagine del profilo all'avvio\"\n\n## Scripts - Custom_Skin_Settings.xml - 31069 to 31075\nmsgctxt \"#31069\"\nmsgid \"Run the most commonly used scripts\"\nmsgstr \"Esegui script pi utilizzato\"\n\nmsgctxt \"#31070\"\nmsgid \"View Log Files\"\nmsgstr \"Visualizza file di registro\"\n\nmsgctxt \"#31071\"\nmsgid \"Change Debug Modes\"\nmsgstr \"Cambia modalit di debug\"\n\nmsgctxt \"#31072\"\nmsgid \"Reset All XBMC4Gamers Options\"\nmsgstr \"Ripristina tutte le opzioni di XBMC4Gamers\"\n\n## Home Window - Custom_Skin_Settings.xml - 31076 to 31085\nmsgctxt \"#31076\"\nmsgid \"Current Home Window:\"\nmsgstr \"Schermata principale corrente\"\n\nmsgctxt \"#31077\"\nmsgid \"Applications\"\nmsgstr \"Applicazioni\"\n\nmsgctxt \"#31078\"\nmsgid \"Emulators\"\nmsgstr \"Emulatori\"\n\nmsgctxt \"#31079\"\nmsgid \"Games\"\nmsgstr \"Giochi\"\n\nmsgctxt \"#31080\"\nmsgid \"Homebrew\"\nmsgstr \"\"\n\nmsgctxt \"#31081\"\nmsgid \"Home Screen\"\nmsgstr \"Schermata Home\"\n\n## Startup Options - Custom_Skin_Settings.xml - 31086 to 31100\nmsgctxt \"#31086\"\nmsgid \"Enable intro video\"\nmsgstr \"Abilita video di avvio\"\n\nmsgctxt \"#31087\"\nmsgid \"Enable audio playlist\"\nmsgstr \"Abilita playlist audio\"\n\nmsgctxt \"#31088\"\nmsgid \"[B]Generate[/B] random playlist\"\nmsgstr \"[B]Genera[/B] playlist casuale\"\n\nmsgctxt \"#31089\"\nmsgid \"Custom playlist\"\nmsgstr \"Playlist personalizzata\"\n\nmsgctxt \"#31090\"\nmsgid \"View Options\"\nmsgstr \"Opzioni Visuale\"\n\nmsgctxt \"#31091\"\nmsgid \"Use theme playlist\"\nmsgstr \"Usa playlist tema\"\n\nmsgctxt \"#31092\"\nmsgid \"Enable Random Select\"\nmsgstr \"Abilita Selezione Casuale\"\n\nmsgctxt \"#31093\"\nmsgid \"Select File\"\nmsgstr \"Seleziona il file\"\n\nmsgctxt \"#31094\"\nmsgid \"If no file is selected/found it defaults to [B]Q:/intro.mp4[/B] or [B]Q:/system/intros/[/B]\"\nmsgstr \"Se non viene selezionato/trovato alcun file, il valore predefinito  [B]Q:/intro.mp4[/B] o [B]Q:/system/intros/[/B]\"\n\n## DialogKeyboard.xml - 310101 to 31105\nmsgctxt \"#31101\"\nmsgid \"6 digit hex colour code (0-F)\"\nmsgstr \"Codice colore esadecimale a 6 cifre (0-F)\"\n\nmsgctxt \"#31102\"\nmsgid \"Cursor Left\"\nmsgstr \"Sinistra\"\n\nmsgctxt \"#31103\"\nmsgid \"Cursor Right\"\nmsgstr \"Destra\"\n\n## Includes_Context_Buttons.xml - 31106 to 31140\nmsgctxt \"#31106\"\nmsgid \"Select\"\nmsgstr \"Seleziona\"\n\nmsgctxt \"#31107\"\nmsgid \"Game\"\nmsgstr \"Gioco\"\n\nmsgctxt \"#31108\"\nmsgid \"Back\"\nmsgstr \"Indietro\"\n\nmsgctxt \"#31109\"\nmsgid \"Media Controls\"\nmsgstr \"Controlli Media\"\n\nmsgctxt \"#31110\"\nmsgid \"Synopsis\"\nmsgstr \"\"\n\nmsgctxt \"#31111\"\nmsgid \"Add to Playlist\"\nmsgstr \"Aggiungi alla Playlist\"\n\nmsgctxt \"#31112\"\nmsgid \"Remove from Playlist\"\nmsgstr \"Rimuovi dalla Playlist\"\n\nmsgctxt \"#31113\"\nmsgid \"Context menu\"\nmsgstr \"Men Contestuale\"\n\nmsgctxt \"#31114\"\nmsgid \"Options\"\nmsgstr \"Opzioni\"\n\nmsgctxt \"#31115\"\nmsgid \"Favourites\"\nmsgstr \"Preferiti\"\n\nmsgctxt \"#31116\"\nmsgid \"Clear Cache\"\nmsgstr \"Pulisci Cache\"\n\nmsgctxt \"#31117\"\nmsgid \"Exit Playlist Menu\"\nmsgstr \"Esci dal Menu Playlist\"\n\nmsgctxt \"#31118\"\nmsgid \"Enter Playlist Menu\"\nmsgstr \"Entra nel Menu Playlist\"\n\nmsgctxt \"#31119\"\nmsgid \"Quick Change\"\nmsgstr \"Cambio Veloce\"\n\nmsgctxt \"#31120\"\nmsgid \"Launch Disc\"\nmsgstr \"Avvia Disco\"\n\nmsgctxt \"#31121\"\nmsgid \"View Settings\"\nmsgstr \"Impostazioni Visuale\"\n\nmsgctxt \"#31122\"\nmsgid \"Playlist Settings\"\nmsgstr \"Impostazioni Playlist\"\n\nmsgctxt \"#31123\"\nmsgid \"Log Out\"\nmsgstr \"Disconnetti\"\n\nmsgctxt \"#31124\"\nmsgid \"Reload Skin\"\nmsgstr \"Ricarica Skin\"\n\nmsgctxt \"#31125\"\nmsgid \"Recents\"\nmsgstr \"Recenti\"\n\nmsgctxt \"#31126\"\nmsgid \"Launch\"\nmsgstr \"Avvia\"\n\nmsgctxt \"#31127\"\nmsgid \"Last Played/Randoms\"\nmsgstr \"Ultimo giocato/casuale\"\n\n## Custom_View_Options.xml - 31141 to 31150\nmsgctxt \"#31141\"\nmsgid \"Sort: Descending\"\nmsgstr \"Ordine: Decrescente\"\n\nmsgctxt \"#31142\"\nmsgid \"Sort: Ascending\"\nmsgstr \"Ordine: Crescente\"\n\nmsgctxt \"#31143\"\nmsgid \"Close\"\nmsgstr \"Chiudi\"\n\nmsgctxt \"#31144\"\nmsgid \"Search & Sort\"\nmsgstr \"Cerca & Ordina\"\n\nmsgctxt \"#31145\"\nmsgid \"View Options\"\nmsgstr \"Opzioni Visuale\"\n\nmsgctxt \"#31146\"\nmsgid \"Switch View\"\nmsgstr \"Cambia Visuale\"\n\n## Settings.xml - 31151 to 31165\nmsgctxt \"#31151\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31152\"\nmsgid \"Region  Screensavers  Display\"\nmsgstr \"Regione  Salvaschermo  Schermo\"\n\nmsgctxt \"#31153\"\nmsgid \"Playback  Video Playback Resolution\"\nmsgstr \"Riproduzione  Risoluzione Video\"\n\nmsgctxt \"#31154\"\nmsgid \"Trainer path  Game scanning  Dashboard path\"\nmsgstr \"Cartella trainer  Analisi gioco  Percorso dashboard\"\n\nmsgctxt \"#31155\"\nmsgid \"Static IP  DHCP\"\nmsgstr \"IP Statico  DHCP\"\n\nmsgctxt \"#31156\"\nmsgid \"Output  Power saving  Autorun\"\nmsgstr \"Uscita  Risparmio energetico  Avvio automatico\"\n\nmsgctxt \"#31157\"\nmsgid \"Playback\"\nmsgstr \"Riproduzione\"\n\nmsgctxt \"#31158\"\nmsgid \"Copy  Move  Rename  Delete\"\nmsgstr \"Copia  Sposta  Rinomina  Cancella\"\n\nmsgctxt \"#31159\"\nmsgid \"Applications  DLC  Mods  Update\"\nmsgstr \"Applicazioni DLC  Mod  Aggiornamenti\"\n\nmsgctxt \"#31160\"\nmsgid \"Toggles  Scripts  Startup playlist\"\nmsgstr \"Opzioni  Script  Playlist\"\n\nmsgctxt \"#31161\"\nmsgid \"Temps  HDD Info  Hardware Info\"\nmsgstr \"Temperature  Info HDD  Info Hardware\"\n\nmsgctxt \"#31162\"\nmsgid \"XBMC4Gamers Options\"\nmsgstr \"Opzioni XBMC4Gamers\"\n\n## SettingsCategory.xml - 31166 to 31170\nmsgctxt \"#31166\"\nmsgid \"\"\nmsgstr \"\"\n\n## SettingsProfile.xml - 31171 to 31175\nmsgctxt \"#31171\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31172\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31173\"\nmsgid \"Enable kiosk mode\"\nmsgstr \"Attiva modalit chiosco\"\n\n## SettingsScreenCalibration.xml - 31176 to 31178\nmsgctxt \"#31176\"\nmsgid \"Get spinning disc to have as little wobble as possible.\"\nmsgstr \"Fai girare il disco per ridurre al minimo le vibbrazioni.\"\n\n## Startup.xml - 31179 to 31185\nmsgctxt \"#31179\"\nmsgid \"loading\"\nmsgstr \"caricamento\"\n\nmsgctxt \"#31180\"\nmsgid \"Initialising please wait...\"\nmsgstr \"Inizializzazione attendere...\"\n\nmsgctxt \"#31181\"\nmsgid \"Error has occurred. Please send me a copy of your [B]\"xbmc.log\"[/B] file, or try restarting the xbox.\"\nmsgstr \"Si  verificato un errore. Per favore mandami una copia del tuo file [B]\"xbmc.log\"[/B], o prova a riavviare la Xbox.\"\n\n## View files - 31186 to 31209\nmsgctxt \"#31186\"\nmsgid \"Played 0 times\"\nmsgstr \"Avviato 0 volte\"\n\nmsgctxt \"#31187\"\nmsgid \"Played\"\nmsgstr \"Avviato\"\n\nmsgctxt \"#31188\"\nmsgid \"time\"\nmsgstr \"volta\"\n\nmsgctxt \"#31189\"\nmsgid \"times\"\nmsgstr \"volte\"\n\nmsgctxt \"#31190\"\nmsgid \"Game Info\"\nmsgstr \"Info Gioco\"\n\nmsgctxt \"#31191\"\nmsgid \"0 volte\"\nmsgstr \"\"\n\nmsgctxt \"#31192\"\nmsgid \"This game has been played\"\nmsgstr \"Questo gioco  stato avviato\"\n\nmsgctxt \"#31193\"\nmsgid \"Used space\"\nmsgstr \"Spazio utilizzato\"\n\nmsgctxt \"#31194\"\nmsgid \"Game location\"\nmsgstr \"Posizione gioco\"\n\n## FileBrowser.xml - 31210 to 31212\nmsgctxt \"#31210\"\nmsgid \"Page\"\nmsgstr \"Pagina\"\n\nmsgctxt \"#31211\"\nmsgid \"Items\"\nmsgstr \"Elementi\"\n\n## Manage Profiles Strings - 31500 to 31519\nmsgctxt \"#31500\"\nmsgid \"Adjust your screen size\"\nmsgstr \"Regolare le dimensioni dello schermo\"\n\nmsgctxt \"#31501\"\nmsgid \"Individual save directories for each profile\"\nmsgstr \"Cartelle di salvataggio individuali per ciascun profilo\"\n\nmsgctxt \"#31502\"\nmsgid \"Setup Birthday dates.\"\nmsgstr \"Imposta le date di compleanno.\"\n\nmsgctxt \"#31503\"\nmsgid \"Welcome. [CR]In this menu you will be able to set up to 5 different birthdays. [CR]These will show on the login-screen when the date arrives.\"\nmsgstr \"Benvenuto. [CR]In questo menu potrai impostare fino a 5 compleanni differenti. [CR]Questi verranno visualizzati nella schermata di accesso nelle date indicate.\"\n\nmsgctxt \"#31504\"\nmsgid \"Enable intro video\"\nmsgstr \"Abilita introduzione video\"\n\nmsgctxt \"#31505\"\nmsgid \"Other Options\"\nmsgstr \"Altre Opzioni\"\n\nmsgctxt \"#31506\"\nmsgid \"Context Menu\"\nmsgstr \"Men Contestuale\"\n\n## LoginScreen.xml - 31520 to 31529\nmsgctxt \"#31520\"\nmsgid \"Load Profile\"\nmsgstr \"Carica Profilo\"\n\nmsgctxt \"#31521\"\nmsgid \"Context Menu\"\nmsgstr \"Men\"\n\nmsgctxt \"#31522\"\nmsgid \"Kiosk Mode Enabled\"\nmsgstr \"Modalit Chiosco Attivata\"\n\nmsgctxt \"#31523\"\nmsgid \"Welcome to XBMC4Gamers\"\nmsgstr \"Benvenuto in XBMC4Gamers\"\n\nmsgctxt \"#31524\"\nmsgid \"Who is using the controller?\"\nmsgstr \"Chi sta usando il controller?\"\n\n## File Manager.xml - 31530 to 31540\nmsgctxt \"#31530\"\nmsgid \"Highlight\"\nmsgstr \"Seleziona\"\n\nmsgctxt \"#31531\"\nmsgid \"Normal Mode\"\nmsgstr \"Visuale Estesa\"\n\nmsgctxt \"#31532\"\nmsgid \"Compact Mode\"\nmsgstr \"Visuale Compatta\"\n\n## Custom_Dialog_Quick_Change.xml - 31541 to 31550\nmsgctxt \"#31541\"\nmsgid \"applications\"\nmsgstr \"applicazioni\"\n\nmsgctxt \"#31542\"\nmsgid \"emulators\"\nmsgstr \"emulatori\"\n\nmsgctxt \"#31543\"\nmsgid \"games\"\nmsgstr \"giochi\"\n\nmsgctxt \"#31544\"\nmsgid \"homebrew\"\nmsgstr \"\"\n\n## Home.xml - 31560 to 31580\nmsgctxt \"#31560\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31561\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31562\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31563\"\nmsgid \"Randoms:\"\nmsgstr \"Casuale:\"\n\nmsgctxt \"#31564\"\nmsgid \"Close Home\"\nmsgstr \"Chiudi schermata principale\"\n\n## Home Window - Custom_Skin_Settings.xml - 31600 to 31669\nmsgctxt \"#31600\"\nmsgid \"Notice\"\nmsgstr \"Avviso\"\n\nmsgctxt \"#31601\"\nmsgid \"Custom Button\"\nmsgstr \"Pulsante personalizzato\"\n\nmsgctxt \"#31602\"\nmsgid \"Name\"\nmsgstr \"Nome\"\n\nmsgctxt \"#31603\"\nmsgid \"Leave blank to use the selected source.[CR]Additionally you can separate search items with a comma.[CR]Example: Games,Applications,F:\\\\Games Alt\"\nmsgstr \"Lascia vuoto per utilizzare la fonte selezionata.[CR]Inoltre, puoi separare gli elementi di ricerca con una virgola.[CR]Esempio: Giochi,Applicazioni,F:\\Giochi Alt\"\n\nmsgctxt \"#31604\"\nmsgid \"Search Entries\"\nmsgstr \"Cerca voci\"\n\nmsgctxt \"#31605\"\nmsgid \"Open on selection\"\nmsgstr \"Apri alla selezione\"\n\nmsgctxt \"#31606\"\nmsgid \"Warning\"\nmsgstr \"Attenzione\"\n\nmsgctxt \"#31607\"\nmsgid \"This will reset all XBMC4Gamers options.[CR]Main settings are not reset.\"\nmsgstr \"Questo reimposter tutte le opzioni di XBMC4Gamers.[CR]Le impostazioni principali non verranno ripristinate.\"\n\nmsgctxt \"#31608\"\nmsgid \"Settings reset, will now reload the profile[CR]to complete the process.\"\nmsgstr \"Opzioni reimpostate, ora verr ricaricato il profilo[CR]per completare il processo.\"\n\nmsgctxt \"#31609\"\nmsgid \"RSS feed is theme dependant\"\nmsgstr \"Il feed RSS dipende dal tema\"\n\nmsgctxt \"#31610\"\nmsgid \"Hide home screen RSS feed\"\nmsgstr \"Nascondi il feed RSS nella schermata principale\"\n\nmsgctxt \"#31611\"\nmsgid \"Previous theme used custom item values.[CR]Home screen is being refreshed.\"\nmsgstr \"Valori personalizzati nel vecchio tema.[CR]Schermata iniziale in aggiornamento.\"\n\nmsgctxt \"#31612\"\nmsgid \"Home content is being refreshed.\"\nmsgstr \"Contenuto schermata Home in aggiornamento.\"\n\nmsgctxt \"#31613\"\nmsgid \"Preview\"\nmsgstr \"Anteprima\"\n\nmsgctxt \"#31614\"\nmsgid \"Drive Space\"\nmsgstr \"Spazio Disco\"\n\nmsgctxt \"#31615\"\nmsgid \"Detailed\"\nmsgstr \"Dettagliato\"\n\nmsgctxt \"#31616\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#31617\"\nmsgid \"Custom\"\nmsgstr \"Personalizzato\"\n\nmsgctxt \"#31618\"\nmsgid \"Screenshots\"\nmsgstr \"Screenshot\"\n\nmsgctxt \"#31619\"\nmsgid \"Preview\"\nmsgstr \"Anteprima\"\n\nmsgctxt \"#31620\"\nmsgid \"Extended Info\"\nmsgstr \"Informazioni Estese\"\n\nmsgctxt \"#31621\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#31622\"\nmsgid \"Resources\"\nmsgstr \"Risorse\"\n\nmsgctxt \"#31623\"\nmsgid \"Enable or Disable Views\"\nmsgstr \"Abilitare o disabilitare le viste\"\n\n## Other Options - Custom_Skin_Settings.xml - 31670 to 31700\nmsgctxt \"#31670\"\nmsgid \"Configure the wallpaper/rendering dimensions, and quality settings.\"\nmsgstr \"Configura le dimensioni dello sfondo/rendering e le impostazioni di qualit.\"\n\nmsgctxt \"#31671\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31672\"\nmsgid \"Wallpaper Settings\"\nmsgstr \"Impostazioni Sfondo\"\n\nmsgctxt \"#31673\"\nmsgid \"Width\"\nmsgstr \"Larghezza\"\n\nmsgctxt \"#31674\"\nmsgid \"Height\"\nmsgstr \"Altezza\"\n\nmsgctxt \"#31675\"\nmsgid \"Quality (0 - 100)\"\nmsgstr \"Qualit (0 - 100)\"\n\nmsgctxt \"#31676\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31677\"\nmsgid \"\"\nmsgstr \"\""
  },
  {
    "path": "Mod Files/skins/Add User/skin.xml",
    "content": "<skin>\n\t<version>2.2</version>\n\t<effectslowdown>.75</effectslowdown>\n\t<debugging>false</debugging>\n\t<credits>\n\t\t<skinname>Add User</skinname>\n\t\t<name>Rocky5</name>\n\t</credits>\n</skin>"
  },
  {
    "path": "Mod Files/skins/Add User/sounds/default/sounds.xml",
    "content": "<!-- This file contains the mapping of actions to sounds                    -->\n<!-- The <actions> section contains global mapping                          -->\n<!-- To map a action to a sound, add a block like this to <actions>:        -->\n<!--    <action>                                                            -->\n<!--      <name>left</name>                                                 -->\n<!--      <file>cursor.wav</file>                                           -->\n<!--    </action>                                                           -->\n<!-- Where <name> specifies the action to map a sound to and <file> the wav -->\n<!-- file to play when the action occurs.                                   -->\n<!-- Valid entries for <name> can be found at                               -->\n<!-- http://manual.xboxmediacenter.de/wakka.php?wakka=KeyMappingXML&v=6gu   -->\n<!-- Also window specific sound can be played                               -->\n<!-- To map a sound to a window, add a block like this to <windows>:        -->\n<!--    <window>                                                            -->\n<!--      <name>infodialog</name>                                           -->\n<!--      <activate>notify.wav</activate>                                   -->\n<!--      <deactivate>out.wav</deactivate>                                  -->\n<!--    </window>                                                           -->\n<!-- Where <name> specifies the window to map a sound to                    -->\n<!-- <activate> and <deactivate> are the events a sound can be mapped to    -->\n<!-- by setting the file to play.                                           -->\n<!-- Valid entries for <name> can be found at                               -->\n<!-- http://manual.xboxmediacenter.de/wakka.php?wakka=WindowList&v=13k6     -->\n<!-- Note: Only wav files are supported                                     -->\n<sounds>\n\t<actions>\n\t\t<action>\n\t\t\t<name>left</name>\n\t\t\t<file>cursor.wav</file>\n\t\t</action>\n\t\t<action>\n\t\t\t<name>right</name>\n\t\t\t<file>cursor.wav</file>\n\t\t</action>\n\t\t<action>\n\t\t\t<name>up</name>\n\t\t\t<file>cursor.wav</file>\n\t\t</action>\n\t\t<action>\n\t\t\t<name>down</name>\n\t\t\t<file>cursor.wav</file>\n\t\t</action>\n\t\t<action>\n\t\t\t<name>select</name>\n\t\t\t<file>click.wav</file>\n\t\t</action>\n\t\t<action>\n\t\t\t<name>parentdir</name>\n\t\t\t<file>back.wav</file>\n\t\t</action>\n\t\t<action>\n\t\t\t<name>previousmenu</name>\n\t\t\t<file>back.wav</file>\n\t\t</action>\n\t\t<action>\n\t\t\t<name>screenshot</name>\n\t\t\t<file>shutter.wav</file>\n\t\t</action>\n\t</actions>\n\t<windows>\n\t\t<window>\n\t\t\t<name>infodialog</name>\n\t\t\t<!-- <activate>notify.wav</activate> -->\n\t\t\t<!-- <deactivate>out.wav</deactivate> -->\n\t\t</window>\n\t\t<window>\n\t\t\t<name>startup</name>\n\t\t\t<activate>\n\t\t\t\t\t\t</activate>\n\t\t</window>\n\t</windows>\n</sounds>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Custom_BirthdayMenu.xml",
    "content": "<window type=\"dialog\" id=\"1115\">\n\t<defaultcontrol always=\"true\">9001</defaultcontrol>\n\t<include>dialogeffect</include>\n\t<controls>\n\t\t<control type=\"textbox\">\n\t\t\t<left>0</left>\n\t\t\t<top>170</top>\n\t\t\t<width>1280</width>\n\t\t\t<height>300</height>\n\t\t\t<font>size_18</font>\n\t\t\t<textcolor>colour.general.label.info.text</textcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<align>center</align>\n\t\t\t<label>$LOCALIZE[31503]</label>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"100\" time=\"0\">WindowOpen</animation>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<left>410</left>\n\t\t\t<top>255</top>\n\t\t\t<control type=\"grouplist\" id=\"9001\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>280</width>\n\t\t\t\t<height>210</height>\n\t\t\t\t<itemgap>-1</itemgap>\n\t\t\t\t<onleft>9000</onleft>\n\t\t\t\t<onright>9002</onright>\n\t\t\t\t<onup>9001</onup>\n\t\t\t\t<ondown>9001</ondown>\n\t\t\t\t<control type=\"radiobutton\" id=\"1\">\n\t\t\t\t\t<include>Birthday.Buttons</include>\n\t\t\t\t\t<label>Birthday 1      $INFO[Skin.String(BirthdayDate1)] $INFO[Skin.String(BirthdayMonth1)]</label>\n\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1,)</onclick>\n\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,)</onclick>\n\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1selected,)</onclick>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(EnabledBirthday1)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(EnabledBirthday1)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"2\">\n\t\t\t\t\t<include>Birthday.Buttons</include>\n\t\t\t\t\t<label>Birthday 2      $INFO[Skin.String(BirthdayDate2)] $INFO[Skin.String(BirthdayMonth2)]</label>\n\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2,)</onclick>\n\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,)</onclick>\n\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2selected,)</onclick>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(EnabledBirthday2)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(EnabledBirthday2)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"3\">\n\t\t\t\t\t<include>Birthday.Buttons</include>\n\t\t\t\t\t<label>Birthday 3      $INFO[Skin.String(BirthdayDate3)] $INFO[Skin.String(BirthdayMonth3)]</label>\n\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3,)</onclick>\n\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,)</onclick>\n\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3selected,)</onclick>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(EnabledBirthday3)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(EnabledBirthday3)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"4\">\n\t\t\t\t\t<include>Birthday.Buttons</include>\n\t\t\t\t\t<label>Birthday 4      $INFO[Skin.String(BirthdayDate4)] $INFO[Skin.String(BirthdayMonth4)]</label>\n\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4,)</onclick>\n\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,)</onclick>\n\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4selected,)</onclick>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(EnabledBirthday4)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(EnabledBirthday4)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"5\">\n\t\t\t\t\t<include>Birthday.Buttons</include>\n\t\t\t\t\t<label>Birthday 5        $INFO[Skin.String(BirthdayDate5)] $INFO[Skin.String(BirthdayMonth5)]</label>\n\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5,)</onclick>\n\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,)</onclick>\n\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5selected,)</onclick>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(EnabledBirthday5)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(EnabledBirthday5)</selected>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Birthday 1 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>ControlGroup(9001).HasFocus(1)) + Skin.HasSetting(EnabledBirthday1)</visible>\n\t\t\t\t<!-- Months -->\n\t\t\t\t<control type=\"grouplist\" id=\"9002\">\n\t\t\t\t\t<left>290</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>70</width>\n\t\t\t\t\t<height>206</height>\n\t\t\t\t\t<itemgap>-1</itemgap>\n\t\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t\t<onright>9003</onright>\n\t\t\t\t\t<onup>9002</onup>\n\t\t\t\t\t<ondown>9002</ondown>\n\t\t\t\t\t<control type=\"button\" id=\"10\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[51]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1,Jan)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"11\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[52]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1,Feb)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"12\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[53]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1,Mar)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"13\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[54]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1,Apr)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"14\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[55]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1,May)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"15\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[56]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1,Jun)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"16\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[57]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1,Jul)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"17\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[58]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1,Aug)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"18\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[59]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1,Sep)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"19\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[60]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1,Oct)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"20\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[61]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1,Nov)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"21\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[62]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1,Dec)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth1selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<!-- Days -->\n\t\t\t\t<control type=\"grouplist\" id=\"9003\">\n\t\t\t\t\t<left>370</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>70</width>\n\t\t\t\t\t<height>206</height>\n\t\t\t\t\t<itemgap>-1</itemgap>\n\t\t\t\t\t<onleft>9002</onleft>\n\t\t\t\t\t<onright>9001</onright>\n\t\t\t\t\t<onup>9003</onup>\n\t\t\t\t\t<ondown>9003</ondown>\n\t\t\t\t\t<visible>Skin.String(BirthdayMonth1selected,1)</visible>\n\t\t\t\t\t<control type=\"button\" id=\"30\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"31\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,2)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"32\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12313]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,3)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"33\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12314]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,4)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"34\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12315]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,5)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"35\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12316]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,6)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"36\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12317]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,7)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"37\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12318]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,8)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"38\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12319]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,9)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"39\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12310]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,10)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"40\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,11)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"41\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12312]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,12)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"42\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12313]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,13)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"43\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12314]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,14)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"44\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12315]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,15)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"45\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12316]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,16)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"46\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12317]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,17)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"47\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12318]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,18)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"48\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12319]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,19)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"49\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12310]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,20)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"50\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,21)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"51\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12312]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,22)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"52\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12313]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,23)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"53\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12314]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,24)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"54\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12315]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,25)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"55\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12316]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,26)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"56\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12317]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,27)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"57\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12318]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,28)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"58\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12319]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,29)</onclick>\n\t\t\t\t\t\t<visible>!SubString(Skin.String(BirthdayMonth1),Feb)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"59\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12313]$LOCALIZE[12310]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,30)</onclick>\n\t\t\t\t\t\t<visible>!SubString(Skin.String(BirthdayMonth1),Feb)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"60\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12313]$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate1,31)</onclick>\n\t\t\t\t\t\t<visible>!SubString(Skin.String(BirthdayMonth1),Feb) + !SubString(Skin.String(BirthdayMonth1),Apr) + !SubString(Skin.String(BirthdayMonth1),Jun) + !SubString(Skin.String(BirthdayMonth1),Sep) + !SubString(Skin.String(BirthdayMonth1),Nov)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Birthday 2 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>ControlGroup(9001).HasFocus(2)) + Skin.HasSetting(EnabledBirthday2)</visible>\n\t\t\t\t<!-- Months -->\n\t\t\t\t<control type=\"grouplist\" id=\"9002\">\n\t\t\t\t\t<left>290</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>70</width>\n\t\t\t\t\t<height>206</height>\n\t\t\t\t\t<itemgap>-1</itemgap>\n\t\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t\t<onright>9003</onright>\n\t\t\t\t\t<onup>9002</onup>\n\t\t\t\t\t<ondown>9002</ondown>\n\t\t\t\t\t<control type=\"button\" id=\"10\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[51]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2,Jan)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"11\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[52]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2,Feb)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"12\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[53]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2,Mar)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"13\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[54]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2,Apr)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"14\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[55]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2,May)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"15\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[56]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2,Jun)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"16\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[57]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2,Jul)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"17\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[58]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2,Aug)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"18\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[59]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2,Sep)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"19\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[60]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2,Oct)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"20\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[61]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2,Nov)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"21\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[62]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2,Dec)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth2selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<!-- Days -->\n\t\t\t\t<control type=\"grouplist\" id=\"9003\">\n\t\t\t\t\t<left>370</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>70</width>\n\t\t\t\t\t<height>206</height>\n\t\t\t\t\t<itemgap>-1</itemgap>\n\t\t\t\t\t<onleft>9002</onleft>\n\t\t\t\t\t<onright>9001</onright>\n\t\t\t\t\t<onup>9003</onup>\n\t\t\t\t\t<ondown>9003</ondown>\n\t\t\t\t\t<visible>Skin.String(BirthdayMonth2selected,1)</visible>\n\t\t\t\t\t<control type=\"button\" id=\"30\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"31\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,2)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"32\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12313]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,3)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"33\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12314]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,4)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"34\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12315]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,5)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"35\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12316]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,6)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"36\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12317]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,7)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"37\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12318]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,8)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"38\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12319]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,9)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"39\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12310]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,10)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"40\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,11)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"41\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12312]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,12)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"42\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12313]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,13)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"43\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12314]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,14)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"44\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12315]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,15)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"45\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12316]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,16)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"46\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12317]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,17)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"47\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12318]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,18)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"48\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12319]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,19)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"49\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12310]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,20)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"50\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,21)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"51\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12312]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,22)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"52\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12313]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,23)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"53\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12314]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,24)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"54\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12315]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,25)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"55\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12316]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,26)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"56\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12317]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,27)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"57\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12318]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,28)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"58\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12319]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,29)</onclick>\n\t\t\t\t\t\t<visible>!SubString(Skin.String(BirthdayMonth2),Feb)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"59\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12313]$LOCALIZE[12310]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,30)</onclick>\n\t\t\t\t\t\t<visible>!SubString(Skin.String(BirthdayMonth2),Feb)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"60\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12313]$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate2,31)</onclick>\n\t\t\t\t\t\t<visible>!SubString(Skin.String(BirthdayMonth2),Feb) + !SubString(Skin.String(BirthdayMonth2),Apr) + !SubString(Skin.String(BirthdayMonth2),Jun) + !SubString(Skin.String(BirthdayMonth2),Sep) + !SubString(Skin.String(BirthdayMonth2),Nov)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Birthday 3 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>ControlGroup(9001).HasFocus(3)) + Skin.HasSetting(EnabledBirthday3)</visible>\n\t\t\t\t<!-- Months -->\n\t\t\t\t<control type=\"grouplist\" id=\"9002\">\n\t\t\t\t\t<left>290</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>70</width>\n\t\t\t\t\t<height>206</height>\n\t\t\t\t\t<itemgap>-1</itemgap>\n\t\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t\t<onright>9003</onright>\n\t\t\t\t\t<onup>9002</onup>\n\t\t\t\t\t<ondown>9002</ondown>\n\t\t\t\t\t<control type=\"button\" id=\"10\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[51]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3,Jan)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"11\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[52]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3,Feb)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"12\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[53]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3,Mar)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"13\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[54]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3,Apr)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"14\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[55]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3,May)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"15\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[56]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3,Jun)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"16\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[57]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3,Jul)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"17\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[58]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3,Aug)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"18\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[59]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3,Sep)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"19\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[60]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3,Oct)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"20\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[61]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3,Nov)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"21\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[62]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3,Dec)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth3selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<!-- Days -->\n\t\t\t\t<control type=\"grouplist\" id=\"9003\">\n\t\t\t\t\t<left>370</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>70</width>\n\t\t\t\t\t<height>206</height>\n\t\t\t\t\t<itemgap>-1</itemgap>\n\t\t\t\t\t<onleft>9002</onleft>\n\t\t\t\t\t<onright>9001</onright>\n\t\t\t\t\t<onup>9003</onup>\n\t\t\t\t\t<ondown>9003</ondown>\n\t\t\t\t\t<visible>Skin.String(BirthdayMonth3selected,1)</visible>\n\t\t\t\t\t<control type=\"button\" id=\"30\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"31\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,2)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"32\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12313]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,3)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"33\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12314]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,4)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"34\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12315]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,5)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"35\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12316]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,6)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"36\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12317]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,7)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"37\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12318]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,8)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"38\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12319]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,9)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"39\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12310]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,10)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"40\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,11)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"41\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12312]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,12)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"42\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12313]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,13)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"43\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12314]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,14)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"44\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12315]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,15)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"45\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12316]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,16)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"46\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12317]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,17)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"47\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12318]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,18)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"48\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12319]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,19)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"49\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12310]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,20)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"50\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,21)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"51\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12312]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,22)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"52\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12313]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,23)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"53\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12314]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,24)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"54\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12315]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,25)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"55\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12316]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,26)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"56\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12317]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,27)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"57\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12318]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,28)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"58\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12319]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,29)</onclick>\n\t\t\t\t\t\t<visible>!SubString(Skin.String(BirthdayMonth3),Feb)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"59\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12313]$LOCALIZE[12310]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,30)</onclick>\n\t\t\t\t\t\t<visible>!SubString(Skin.String(BirthdayMonth3),Feb)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"60\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12313]$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate3,31)</onclick>\n\t\t\t\t\t\t<visible>!SubString(Skin.String(BirthdayMonth3),Feb) + !SubString(Skin.String(BirthdayMonth3),Apr) + !SubString(Skin.String(BirthdayMonth3),Jun) + !SubString(Skin.String(BirthdayMonth3),Sep) + !SubString(Skin.String(BirthdayMonth3),Nov)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Birthday 4 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>ControlGroup(9001).HasFocus(4)) + Skin.HasSetting(EnabledBirthday4)</visible>\n\t\t\t\t<!-- Months -->\n\t\t\t\t<control type=\"grouplist\" id=\"9002\">\n\t\t\t\t\t<left>290</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>70</width>\n\t\t\t\t\t<height>206</height>\n\t\t\t\t\t<itemgap>-1</itemgap>\n\t\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t\t<onright>9003</onright>\n\t\t\t\t\t<onup>9002</onup>\n\t\t\t\t\t<ondown>9002</ondown>\n\t\t\t\t\t<control type=\"button\" id=\"10\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[51]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4,Jan)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"11\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[52]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4,Feb)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"12\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[53]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4,Mar)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"13\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[54]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4,Apr)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"14\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[55]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4,May)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"15\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[56]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4,Jun)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"16\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[57]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4,Jul)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"17\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[58]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4,Aug)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"18\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[59]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4,Sep)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"19\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[60]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4,Oct)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"20\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[61]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4,Nov)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"21\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[62]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4,Dec)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth4selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<!-- Days -->\n\t\t\t\t<control type=\"grouplist\" id=\"9003\">\n\t\t\t\t\t<left>370</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>70</width>\n\t\t\t\t\t<height>206</height>\n\t\t\t\t\t<itemgap>-1</itemgap>\n\t\t\t\t\t<onleft>9002</onleft>\n\t\t\t\t\t<onright>9001</onright>\n\t\t\t\t\t<onup>9003</onup>\n\t\t\t\t\t<ondown>9003</ondown>\n\t\t\t\t\t<visible>Skin.String(BirthdayMonth4selected,1)</visible>\n\t\t\t\t\t<control type=\"button\" id=\"30\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"31\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,2)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"32\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12313]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,3)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"33\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12314]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,4)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"34\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12315]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,5)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"35\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12316]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,6)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"36\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12317]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,7)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"37\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12318]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,8)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"38\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12319]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,9)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"39\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12310]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,10)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"40\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,11)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"41\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12312]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,12)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"42\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12313]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,13)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"43\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12314]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,14)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"44\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12315]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,15)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"45\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12316]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,16)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"46\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12317]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,17)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"47\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12318]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,18)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"48\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12319]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,19)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"49\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12310]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,20)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"50\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,21)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"51\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12312]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,22)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"52\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12313]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,23)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"53\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12314]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,24)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"54\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12315]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,25)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"55\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12316]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,26)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"56\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12317]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,27)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"57\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12318]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,28)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"58\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12319]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,29)</onclick>\n\t\t\t\t\t\t<visible>!SubString(Skin.String(BirthdayMonth4),Feb)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"59\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12313]$LOCALIZE[12310]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,30)</onclick>\n\t\t\t\t\t\t<visible>!SubString(Skin.String(BirthdayMonth4),Feb)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"60\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12313]$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate4,31)</onclick>\n\t\t\t\t\t\t<visible>!SubString(Skin.String(BirthdayMonth4),Feb) + !SubString(Skin.String(BirthdayMonth4),Apr) + !SubString(Skin.String(BirthdayMonth4),Jun) + !SubString(Skin.String(BirthdayMonth4),Sep) + !SubString(Skin.String(BirthdayMonth4),Nov)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Birthday 5 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>ControlGroup(9001).HasFocus(5)) + Skin.HasSetting(EnabledBirthday5)</visible>\n\t\t\t\t<!-- Months -->\n\t\t\t\t<control type=\"grouplist\" id=\"9002\">\n\t\t\t\t\t<left>290</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>70</width>\n\t\t\t\t\t<height>206</height>\n\t\t\t\t\t<itemgap>-1</itemgap>\n\t\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t\t<onright>9003</onright>\n\t\t\t\t\t<onup>9002</onup>\n\t\t\t\t\t<ondown>9002</ondown>\n\t\t\t\t\t<control type=\"button\" id=\"10\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[51]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5,Jan)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"11\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[52]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5,Feb)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"12\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[53]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5,Mar)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"13\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[54]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5,Apr)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"14\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[55]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5,May)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"15\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[56]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5,Jun)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"16\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[57]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5,Jul)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"17\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[58]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5,Aug)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"18\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[59]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5,Sep)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"19\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[60]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5,Oct)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"20\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[61]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5,Nov)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"21\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[62]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5,Dec)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayMonth5selected,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<!-- Days -->\n\t\t\t\t<control type=\"grouplist\" id=\"9003\">\n\t\t\t\t\t<left>370</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>70</width>\n\t\t\t\t\t<height>206</height>\n\t\t\t\t\t<itemgap>-1</itemgap>\n\t\t\t\t\t<onleft>9002</onleft>\n\t\t\t\t\t<onright>9001</onright>\n\t\t\t\t\t<onup>9003</onup>\n\t\t\t\t\t<ondown>9003</ondown>\n\t\t\t\t\t<visible>Skin.String(BirthdayMonth5selected,1)</visible>\n\t\t\t\t\t<control type=\"button\" id=\"30\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,1)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"31\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,2)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"32\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12313]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,3)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"33\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12314]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,4)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"34\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12315]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,5)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"35\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12316]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,6)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"36\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12317]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,7)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"37\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12318]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,8)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"38\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12319]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,9)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"39\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12310]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,10)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"40\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,11)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"41\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12312]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,12)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"42\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12313]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,13)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"43\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12314]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,14)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"44\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12315]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,15)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"45\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12316]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,16)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"46\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12317]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,17)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"47\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12318]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,18)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"48\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12311]$LOCALIZE[12319]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,19)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"49\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12310]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,20)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"50\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,21)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"51\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12312]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,22)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"52\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12313]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,23)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"53\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12314]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,24)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"54\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12315]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,25)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"55\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12316]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,26)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"56\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12317]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,27)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"57\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12318]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,28)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"58\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12312]$LOCALIZE[12319]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,29)</onclick>\n\t\t\t\t\t\t<visible>!SubString(Skin.String(BirthdayMonth5),Feb)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"59\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12313]$LOCALIZE[12310]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,30)</onclick>\n\t\t\t\t\t\t<visible>!SubString(Skin.String(BirthdayMonth5),Feb)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"60\">\n\t\t\t\t\t\t<include>Birthday.Month.Date.Buttons</include>\n\t\t\t\t\t\t<label>$LOCALIZE[12313]$LOCALIZE[12311]</label>\n\t\t\t\t\t\t<onclick>Skin.SetString(BirthdayDate5,31)</onclick>\n\t\t\t\t\t\t<visible>!SubString(Skin.String(BirthdayMonth5),Feb) + !SubString(Skin.String(BirthdayMonth5),Apr) + !SubString(Skin.String(BirthdayMonth5),Jun) + !SubString(Skin.String(BirthdayMonth5),Sep) + !SubString(Skin.String(BirthdayMonth5),Nov)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Custom_Dialog_Options.xml",
    "content": "<window type=\"dialog\" id=\"1112\">\n\t<defaultcontrol always=\"true\">9003</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>270</left>\n\t\t\t\t<top>80</top>\n\t\t\t\t<width>740</width>\n\t\t\t\t<height>560</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\options\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>286</left>\n\t\t\t\t<top>99</top>\n\t\t\t\t<width>709</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\options\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>313</left>\n\t\t\t\t<top>107</top>\n\t\t\t\t<width>731</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t<label>$LOCALIZE[33063]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>10</left>\n\t\t\t\t<bottom>0</bottom>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<animation effect=\"fade\" end=\"70\" condition=\"true\">Conditional</animation>\n\t\t\t\t<textcolor>colour.dialog.label</textcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31000]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<right>10</right>\n\t\t\t\t<bottom>0</bottom>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<animation effect=\"fade\" end=\"70\" condition=\"true\">Conditional</animation>\n\t\t\t\t<textcolor>colour.dialog.label</textcolor>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[system.kernelversion] kernel</label>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>286</left>\n\t\t\t\t<top>568</top>\n\t\t\t\t<width>708</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\B_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- X Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.x_button\">pad_buttons\\dialogs\\x_button.png</texture>\n\t\t\t\t\t<visible>Player.HasAudio</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[250]</label>\n\t\t\t\t\t<visible>Player.HasAudio</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Black Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.black_button\">pad_buttons\\dialogs\\black_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31116]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>185</top>\n\t\t\t\t<width>160</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.scroll.indicator\" flipy=\"true\">windows\\options\\glow.png</texture>\n\t\t\t\t<animation type=\"Conditional\" condition=\"true\" loop=\"true\" reversable=\"false\">\n\t\t\t\t\t<effect type=\"fade\" start=\"25\" end=\"75\" time=\"1000\" tween=\"cubic\" easing=\"inout\" delay=\"2000\"/>\n\t\t\t\t\t<effect type=\"fade\" start=\"75\" end=\"25\" time=\"1000\" tween=\"cubic\" easing=\"inout\" delay=\"5000\"/>\n\t\t\t\t</animation>\n\t\t\t\t<visible>integergreaterthan(Container(9003).NumItems,7)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>525</top>\n\t\t\t\t<width>160</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.scroll.indicator\">windows\\options\\glow.png</texture>\n\t\t\t\t<animation type=\"Conditional\" condition=\"true\" loop=\"true\" reversable=\"false\">\n\t\t\t\t\t<effect type=\"fade\" start=\"25\" end=\"75\" time=\"1000\" tween=\"cubic\" easing=\"inout\" delay=\"2000\"/>\n\t\t\t\t\t<effect type=\"fade\" start=\"75\" end=\"25\" time=\"1000\" tween=\"cubic\" easing=\"inout\" delay=\"5000\"/>\n\t\t\t\t</animation>\n\t\t\t\t<visible>integergreaterthan(Container(9003).NumItems,7)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"list\" id=\"9003\">\n\t\t\t\t<left>370</left>\n\t\t\t\t<top>195</top>\n\t\t\t\t<width>200</width>\n\t\t\t\t<height>350</height>\n\t\t\t\t<onleft>-</onleft>\n\t\t\t\t<onright>-</onright>\n\t\t\t\t<onup>9003</onup>\n\t\t\t\t<ondown>9003</ondown>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scrolltime>0</scrolltime>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,150\" time=\"0\" condition=\"StringCompare(Container(9003).NumItems,1)\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,125\" time=\"0\" condition=\"StringCompare(Container(9003).NumItems,2)\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,100\" time=\"0\" condition=\"StringCompare(Container(9003).NumItems,3)\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,75\" time=\"0\" condition=\"StringCompare(Container(9003).NumItems,4)\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,50\" time=\"0\" condition=\"StringCompare(Container(9003).NumItems,5)\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,25\" time=\"0\" condition=\"StringCompare(Container(9003).NumItems,6)\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,0\" time=\"0\" condition=\"StringCompare(Container(9003).NumItems,7)\">Conditional</animation>\n\t\t\t\t<itemlayout height=\"50\" width=\"200\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.button.nofocus\">windows\\options\\button_no_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[listitem.Label][/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"50\" width=\"200\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.button.focus\">windows\\options\\button_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[listitem.Label][/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t\t<content>\n\t\t\t\t\t<item id=\"1\">\n\t\t\t\t\t\t<label>$LOCALIZE[705]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1112)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(NetworkSettings)</onclick>\n\t\t\t\t\t\t<visible>Skin.HasSetting(kioskmode)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"2\">\n\t\t\t\t\t\t<label>$LOCALIZE[5]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1112,true)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(Settings)</onclick>\n\t\t\t\t\t\t<visible>Skin.HasSetting(kioskmode)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"3\">\n\t\t\t\t\t\t<label>$LOCALIZE[13313]</label>\n\t\t\t\t\t\t<onclick>RestartApp</onclick>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"4\">\n\t\t\t\t\t\t<label>$LOCALIZE[13013]</label>\n\t\t\t\t\t\t<onclick>Reboot</onclick>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"5\">\n\t\t\t\t\t\t<label>$LOCALIZE[13005]</label>\n\t\t\t\t\t\t<onclick>Shutdown</onclick>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>650</left>\n\t\t\t\t<top>190</top>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,11\" time=\"0\" condition=\"!SubString(System.Freespace(F),MB)\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,11\" time=\"0\" condition=\"!SubString(System.Freespace(G),MB)\">Conditional</animation>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>IP Address label</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t\t<label>[UPPERCASE]$LOCALIZE[705][/UPPERCASE]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>IP Address</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>25</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$INFO[Network.IPAddress]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Internet state</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>45</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$INFO[System.InternetState]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<top>75</top>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Current Profile</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t\t<label>[UPPERCASE]$LOCALIZE[20093][/UPPERCASE]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Profile</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>25</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$INFO[System.ProfileName]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<top>130</top>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Drive Space</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t\t<label>[UPPERCASE]$LOCALIZE[31614][/UPPERCASE]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Space</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>25</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$INFO[System.Freespace(C)]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Space</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>45</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$INFO[System.Freespace(E)]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Space</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>65</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$INFO[System.Freespace(F)]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t\t<visible>SubString(System.Freespace(F),MB)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Space</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>85</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$INFO[System.Freespace(G)]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t\t<visible>SubString(System.Freespace(G),MB)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<top>245</top>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-22\" time=\"0\" condition=\"!SubString(System.Freespace(F),MB)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-22\" time=\"0\" condition=\"!SubString(System.Freespace(G),MB)\">Conditional</animation>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>System Info</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t\t<label>[UPPERCASE]$LOCALIZE[10007][/UPPERCASE]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>RAM</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>25</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$LOCALIZE[158]: $INFO[System.FreeMemory]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>CPU Temp</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>45</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$LOCALIZE[22011] $INFO[System.CPUTemperature]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>CPU Temp</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>65</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$LOCALIZE[22010] $INFO[System.GPUTemperature]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Custom_Menu_Loader.xml",
    "content": "<window id=\"1114\">\n\t<defaultcontrol always=\"true\">1</defaultcontrol>\n\t<controls>\n\t\t<control type=\"button\" id=\"1\">\n\t\t\t<left>-500</left>\n\t\t\t<onfocus>ReplaceWindow(Profiles)</onfocus>\n\t\t\t<visible>Skin.HasSetting(kioskmode)</visible>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"300\" time=\"0\">Focus</animation>\n\t\t</control>\n\t\t<control type=\"button\" id=\"1\">\n\t\t\t<left>-500</left>\n\t\t\t<onclick>System.LogOff</onclick>\n\t\t\t<visible>!Skin.HasSetting(kioskmode)</visible>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"300\" time=\"0\">Focus</animation>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"70\" delay=\"0\" time=\"300\" condition=\"!Skin.HasSetting(kioskmode)\">WindowOpen</animation>\n\t\t\t<animation effect=\"fade\" start=\"70\" end=\"100\" delay=\"0\" time=\"100\" condition=\"!Skin.HasSetting(kioskmode)\">WindowClose</animation>\n\t\t\t<include>Global.Backgrounds</include>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Startup.Window.Profile</include>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"300\" condition=\"!Skin.HasSetting(kioskmode)\">WindowOpen</animation>\n\t\t\t<animation effect=\"fade\" start=\"20\" end=\"100\" time=\"0\" condition=\"!Skin.HasSetting(kioskmode)\">WindowClose</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"300\" condition=\"Skin.HasSetting(kioskmode)\">WindowClose</animation>\n\t\t</control>\n\t\t<include>Startup.Window.Info</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Custom_logoff.xml",
    "content": "<window id=\"1113\">\n\t<defaultcontrol always=\"true\">1</defaultcontrol>\n\t<controls>\n\t\t<include>Global.Backgrounds</include>\n\t\t<control type=\"group\">\n\t\t\t<animation effect=\"fade\" time=\"300\">WindowOpen</animation>\n\t\t\t<include>Startup.Window.Profile</include>\n\t\t</control>\n\t\t<!-- <include>Startup.Window.Info</include> -->\n\t\t<control type=\"button\" id=\"1\">\n\t\t\t<left>-5000</left>\n\t\t\t<top>0</top>\n\t\t\t<width>0</width>\n\t\t\t<height>0</height>\n\t\t\t<label>-</label>\n\t\t\t<font>-</font>\n\t\t\t<onfocus>dialog.close(all,true)</onfocus>\n\t\t\t<onfocus>system.logoff</onfocus>\n\t\t\t<texturenofocus>-</texturenofocus>\n\t\t\t<texturefocus>-</texturefocus>\n\t\t\t<enable>System.HasLoginScreen</enable>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"1000\" time=\"0\">Focus</animation>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Dates_SubString_Workaround/Includes_SubString_Workaround_Apr.xml",
    "content": "<includes>\n\t<include name=\"Apr\">\n\t\t<!-- used to workout every bloody damn day in the year! because SubString doesn't work with $INFO labels! -->\n\t\t<!-- Structure Date Month for every one bar USA and Canada :/ -->\n\t\t<!-- April -->\n\t\t<control type=\"group\">\n\t\t\t<visible>!SubString(System.Date,10 Apr) + !SubString(System.Date,11 Apr) + !SubString(System.Date,12 Apr) + !SubString(System.Date,13 Apr) + !SubString(System.Date,14 Apr) + !SubString(System.Date,15 Apr) + !SubString(System.Date,16 Apr) + !SubString(System.Date,17 Apr) + !SubString(System.Date,18 Apr) + !SubString(System.Date,19 Apr) + !SubString(System.Date,21 Apr) + !SubString(System.Date,22 Apr) + !SubString(System.Date,23 Apr) + !SubString(System.Date,24 Apr) + !SubString(System.Date,25 Apr) + !SubString(System.Date,26 Apr) + !SubString(System.Date,27 Apr) + !SubString(System.Date,28 Apr) + !SubString(System.Date,29 Apr) + !SubString(System.Date,31 Apr)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,1 Apr) + StringCompare(Skin.String(BirthdayDate1),1) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,1 Apr) + StringCompare(Skin.String(BirthdayDate2),1) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,1 Apr) + StringCompare(Skin.String(BirthdayDate3),1) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,1 Apr) + StringCompare(Skin.String(BirthdayDate4),1) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,1 Apr) + StringCompare(Skin.String(BirthdayDate5),1) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,2 Apr) + StringCompare(Skin.String(BirthdayDate1),2) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,2 Apr) + StringCompare(Skin.String(BirthdayDate2),2) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,2 Apr) + StringCompare(Skin.String(BirthdayDate3),2) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,2 Apr) + StringCompare(Skin.String(BirthdayDate4),2) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,2 Apr) + StringCompare(Skin.String(BirthdayDate5),2) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,3 Apr) + StringCompare(Skin.String(BirthdayDate1),3) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,3 Apr) + StringCompare(Skin.String(BirthdayDate2),3) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,3 Apr) + StringCompare(Skin.String(BirthdayDate3),3) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,3 Apr) + StringCompare(Skin.String(BirthdayDate4),3) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,3 Apr) + StringCompare(Skin.String(BirthdayDate5),3) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,4 Apr) + StringCompare(Skin.String(BirthdayDate1),4) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,4 Apr) + StringCompare(Skin.String(BirthdayDate2),4) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,4 Apr) + StringCompare(Skin.String(BirthdayDate3),4) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,4 Apr) + StringCompare(Skin.String(BirthdayDate4),4) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,4 Apr) + StringCompare(Skin.String(BirthdayDate5),4) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,5 Apr) + StringCompare(Skin.String(BirthdayDate1),5) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,5 Apr) + StringCompare(Skin.String(BirthdayDate2),5) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,5 Apr) + StringCompare(Skin.String(BirthdayDate3),5) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,5 Apr) + StringCompare(Skin.String(BirthdayDate4),5) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,5 Apr) + StringCompare(Skin.String(BirthdayDate5),5) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,6 Apr) + StringCompare(Skin.String(BirthdayDate1),6) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,6 Apr) + StringCompare(Skin.String(BirthdayDate2),6) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,6 Apr) + StringCompare(Skin.String(BirthdayDate3),6) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,6 Apr) + StringCompare(Skin.String(BirthdayDate4),6) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,6 Apr) + StringCompare(Skin.String(BirthdayDate5),6) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,7 Apr) + StringCompare(Skin.String(BirthdayDate1),7) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,7 Apr) + StringCompare(Skin.String(BirthdayDate2),7) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,7 Apr) + StringCompare(Skin.String(BirthdayDate3),7) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,7 Apr) + StringCompare(Skin.String(BirthdayDate4),7) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,7 Apr) + StringCompare(Skin.String(BirthdayDate5),7) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,8 Apr) + StringCompare(Skin.String(BirthdayDate1),8) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,8 Apr) + StringCompare(Skin.String(BirthdayDate2),8) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,8 Apr) + StringCompare(Skin.String(BirthdayDate3),8) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,8 Apr) + StringCompare(Skin.String(BirthdayDate4),8) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,8 Apr) + StringCompare(Skin.String(BirthdayDate5),8) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,9 Apr) + StringCompare(Skin.String(BirthdayDate1),9) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,9 Apr) + StringCompare(Skin.String(BirthdayDate2),9) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,9 Apr) + StringCompare(Skin.String(BirthdayDate3),9) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,9 Apr) + StringCompare(Skin.String(BirthdayDate4),9) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,9 Apr) + StringCompare(Skin.String(BirthdayDate5),9) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,10 Apr) + StringCompare(Skin.String(BirthdayDate1),10) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,10 Apr) + StringCompare(Skin.String(BirthdayDate2),10) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,10 Apr) + StringCompare(Skin.String(BirthdayDate3),10) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,10 Apr) + StringCompare(Skin.String(BirthdayDate4),10) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,10 Apr) + StringCompare(Skin.String(BirthdayDate5),10) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,11 Apr) + StringCompare(Skin.String(BirthdayDate1),11) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,11 Apr) + StringCompare(Skin.String(BirthdayDate2),11) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,11 Apr) + StringCompare(Skin.String(BirthdayDate3),11) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,11 Apr) + StringCompare(Skin.String(BirthdayDate4),11) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,11 Apr) + StringCompare(Skin.String(BirthdayDate5),11) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,12 Apr) + StringCompare(Skin.String(BirthdayDate1),12) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,12 Apr) + StringCompare(Skin.String(BirthdayDate2),12) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,12 Apr) + StringCompare(Skin.String(BirthdayDate3),12) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,12 Apr) + StringCompare(Skin.String(BirthdayDate4),12) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,12 Apr) + StringCompare(Skin.String(BirthdayDate5),12) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,13 Apr) + StringCompare(Skin.String(BirthdayDate1),13) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,13 Apr) + StringCompare(Skin.String(BirthdayDate2),13) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,13 Apr) + StringCompare(Skin.String(BirthdayDate3),13) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,13 Apr) + StringCompare(Skin.String(BirthdayDate4),13) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,13 Apr) + StringCompare(Skin.String(BirthdayDate5),13) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,14 Apr) + StringCompare(Skin.String(BirthdayDate1),14) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,14 Apr) + StringCompare(Skin.String(BirthdayDate2),14) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,14 Apr) + StringCompare(Skin.String(BirthdayDate3),14) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,14 Apr) + StringCompare(Skin.String(BirthdayDate4),14) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,14 Apr) + StringCompare(Skin.String(BirthdayDate5),14) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,15 Apr) + StringCompare(Skin.String(BirthdayDate1),15) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,15 Apr) + StringCompare(Skin.String(BirthdayDate2),15) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,15 Apr) + StringCompare(Skin.String(BirthdayDate3),15) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,15 Apr) + StringCompare(Skin.String(BirthdayDate4),15) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,15 Apr) + StringCompare(Skin.String(BirthdayDate5),15) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,16 Apr) + StringCompare(Skin.String(BirthdayDate1),16) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,16 Apr) + StringCompare(Skin.String(BirthdayDate2),16) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,16 Apr) + StringCompare(Skin.String(BirthdayDate3),16) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,16 Apr) + StringCompare(Skin.String(BirthdayDate4),16) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,16 Apr) + StringCompare(Skin.String(BirthdayDate5),16) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,17 Apr) + StringCompare(Skin.String(BirthdayDate1),17) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,17 Apr) + StringCompare(Skin.String(BirthdayDate2),17) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,17 Apr) + StringCompare(Skin.String(BirthdayDate3),17) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,17 Apr) + StringCompare(Skin.String(BirthdayDate4),17) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,17 Apr) + StringCompare(Skin.String(BirthdayDate5),17) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,18 Apr) + StringCompare(Skin.String(BirthdayDate1),18) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,18 Apr) + StringCompare(Skin.String(BirthdayDate2),18) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,18 Apr) + StringCompare(Skin.String(BirthdayDate3),18) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,18 Apr) + StringCompare(Skin.String(BirthdayDate4),18) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,18 Apr) + StringCompare(Skin.String(BirthdayDate5),18) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,19 Apr) + StringCompare(Skin.String(BirthdayDate1),19) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,19 Apr) + StringCompare(Skin.String(BirthdayDate2),19) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,19 Apr) + StringCompare(Skin.String(BirthdayDate3),19) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,19 Apr) + StringCompare(Skin.String(BirthdayDate4),19) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,19 Apr) + StringCompare(Skin.String(BirthdayDate5),19) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,20 Apr) + StringCompare(Skin.String(BirthdayDate1),20) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,20 Apr) + StringCompare(Skin.String(BirthdayDate2),20) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,20 Apr) + StringCompare(Skin.String(BirthdayDate3),20) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,20 Apr) + StringCompare(Skin.String(BirthdayDate4),20) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,20 Apr) + StringCompare(Skin.String(BirthdayDate5),20) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,21 Apr) + StringCompare(Skin.String(BirthdayDate1),21) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,21 Apr) + StringCompare(Skin.String(BirthdayDate2),21) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,21 Apr) + StringCompare(Skin.String(BirthdayDate3),21) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,21 Apr) + StringCompare(Skin.String(BirthdayDate4),21) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,21 Apr) + StringCompare(Skin.String(BirthdayDate5),21) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,22 Apr) + StringCompare(Skin.String(BirthdayDate1),22) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,22 Apr) + StringCompare(Skin.String(BirthdayDate2),22) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,22 Apr) + StringCompare(Skin.String(BirthdayDate3),22) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,22 Apr) + StringCompare(Skin.String(BirthdayDate4),22) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,22 Apr) + StringCompare(Skin.String(BirthdayDate5),22) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,23 Apr) + StringCompare(Skin.String(BirthdayDate1),23) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,23 Apr) + StringCompare(Skin.String(BirthdayDate2),23) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,23 Apr) + StringCompare(Skin.String(BirthdayDate3),23) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,23 Apr) + StringCompare(Skin.String(BirthdayDate4),23) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,23 Apr) + StringCompare(Skin.String(BirthdayDate5),23) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,24 Apr) + StringCompare(Skin.String(BirthdayDate1),24) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,24 Apr) + StringCompare(Skin.String(BirthdayDate2),24) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,24 Apr) + StringCompare(Skin.String(BirthdayDate3),24) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,24 Apr) + StringCompare(Skin.String(BirthdayDate4),24) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,24 Apr) + StringCompare(Skin.String(BirthdayDate5),24) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,25 Apr) + StringCompare(Skin.String(BirthdayDate1),25) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,25 Apr) + StringCompare(Skin.String(BirthdayDate2),25) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,25 Apr) + StringCompare(Skin.String(BirthdayDate3),25) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,25 Apr) + StringCompare(Skin.String(BirthdayDate4),25) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,25 Apr) + StringCompare(Skin.String(BirthdayDate5),25) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,26 Apr) + StringCompare(Skin.String(BirthdayDate1),26) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,26 Apr) + StringCompare(Skin.String(BirthdayDate2),26) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,26 Apr) + StringCompare(Skin.String(BirthdayDate3),26) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,26 Apr) + StringCompare(Skin.String(BirthdayDate4),26) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,26 Apr) + StringCompare(Skin.String(BirthdayDate5),26) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,27 Apr) + StringCompare(Skin.String(BirthdayDate1),27) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,27 Apr) + StringCompare(Skin.String(BirthdayDate2),27) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,27 Apr) + StringCompare(Skin.String(BirthdayDate3),27) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,27 Apr) + StringCompare(Skin.String(BirthdayDate4),27) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,27 Apr) + StringCompare(Skin.String(BirthdayDate5),27) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,28 Apr) + StringCompare(Skin.String(BirthdayDate1),28) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,28 Apr) + StringCompare(Skin.String(BirthdayDate2),28) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,28 Apr) + StringCompare(Skin.String(BirthdayDate3),28) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,28 Apr) + StringCompare(Skin.String(BirthdayDate4),28) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,28 Apr) + StringCompare(Skin.String(BirthdayDate5),28) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,29 Apr) + StringCompare(Skin.String(BirthdayDate1),29) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,29 Apr) + StringCompare(Skin.String(BirthdayDate2),29) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,29 Apr) + StringCompare(Skin.String(BirthdayDate3),29) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,29 Apr) + StringCompare(Skin.String(BirthdayDate4),29) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,29 Apr) + StringCompare(Skin.String(BirthdayDate5),29) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,30 Apr) + StringCompare(Skin.String(BirthdayDate1),30) + StringCompare(Skin.String(BirthdayMonth1),Apr)] | [SubString(System.Date,30 Apr) + StringCompare(Skin.String(BirthdayDate2),30) + StringCompare(Skin.String(BirthdayMonth2),Apr)] | [SubString(System.Date,30 Apr) + StringCompare(Skin.String(BirthdayDate3),30) + StringCompare(Skin.String(BirthdayMonth3),Apr)] | [SubString(System.Date,30 Apr) + StringCompare(Skin.String(BirthdayDate4),30) + StringCompare(Skin.String(BirthdayMonth4),Apr)] | [SubString(System.Date,30 Apr) + StringCompare(Skin.String(BirthdayDate5),30) + StringCompare(Skin.String(BirthdayMonth5),Apr)]</visible>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Dates_SubString_Workaround/Includes_SubString_Workaround_Aug.xml",
    "content": "<includes>\n\t<include name=\"Aug\">\n\t\t<!-- used to workout every bloody damn day in the year! because SubString doesn't work with $INFO labels! -->\n\t\t<!-- Structure Date Month for every one bar USA and Canada :/ -->\n\t\t<!-- August -->\n\t\t<control type=\"group\">\n\t\t\t<visible>!SubString(System.Date,10 Aug) + !SubString(System.Date,11 Aug) + !SubString(System.Date,12 Aug) + !SubString(System.Date,13 Aug) + !SubString(System.Date,14 Aug) + !SubString(System.Date,15 Aug) + !SubString(System.Date,16 Aug) + !SubString(System.Date,17 Aug) + !SubString(System.Date,18 Aug) + !SubString(System.Date,19 Aug) + !SubString(System.Date,21 Aug) + !SubString(System.Date,22 Aug) + !SubString(System.Date,23 Aug) + !SubString(System.Date,24 Aug) + !SubString(System.Date,25 Aug) + !SubString(System.Date,26 Aug) + !SubString(System.Date,27 Aug) + !SubString(System.Date,28 Aug) + !SubString(System.Date,29 Aug) + !SubString(System.Date,31 Aug)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,1 Aug) + StringCompare(Skin.String(BirthdayDate1),1) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,1 Aug) + StringCompare(Skin.String(BirthdayDate2),1) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,1 Aug) + StringCompare(Skin.String(BirthdayDate3),1) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,1 Aug) + StringCompare(Skin.String(BirthdayDate4),1) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,1 Aug) + StringCompare(Skin.String(BirthdayDate5),1) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,2 Aug) + StringCompare(Skin.String(BirthdayDate1),2) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,2 Aug) + StringCompare(Skin.String(BirthdayDate2),2) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,2 Aug) + StringCompare(Skin.String(BirthdayDate3),2) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,2 Aug) + StringCompare(Skin.String(BirthdayDate4),2) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,2 Aug) + StringCompare(Skin.String(BirthdayDate5),2) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,3 Aug) + StringCompare(Skin.String(BirthdayDate1),3) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,3 Aug) + StringCompare(Skin.String(BirthdayDate2),3) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,3 Aug) + StringCompare(Skin.String(BirthdayDate3),3) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,3 Aug) + StringCompare(Skin.String(BirthdayDate4),3) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,3 Aug) + StringCompare(Skin.String(BirthdayDate5),3) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,4 Aug) + StringCompare(Skin.String(BirthdayDate1),4) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,4 Aug) + StringCompare(Skin.String(BirthdayDate2),4) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,4 Aug) + StringCompare(Skin.String(BirthdayDate3),4) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,4 Aug) + StringCompare(Skin.String(BirthdayDate4),4) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,4 Aug) + StringCompare(Skin.String(BirthdayDate5),4) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,5 Aug) + StringCompare(Skin.String(BirthdayDate1),5) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,5 Aug) + StringCompare(Skin.String(BirthdayDate2),5) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,5 Aug) + StringCompare(Skin.String(BirthdayDate3),5) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,5 Aug) + StringCompare(Skin.String(BirthdayDate4),5) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,5 Aug) + StringCompare(Skin.String(BirthdayDate5),5) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,6 Aug) + StringCompare(Skin.String(BirthdayDate1),6) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,6 Aug) + StringCompare(Skin.String(BirthdayDate2),6) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,6 Aug) + StringCompare(Skin.String(BirthdayDate3),6) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,6 Aug) + StringCompare(Skin.String(BirthdayDate4),6) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,6 Aug) + StringCompare(Skin.String(BirthdayDate5),6) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,7 Aug) + StringCompare(Skin.String(BirthdayDate1),7) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,7 Aug) + StringCompare(Skin.String(BirthdayDate2),7) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,7 Aug) + StringCompare(Skin.String(BirthdayDate3),7) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,7 Aug) + StringCompare(Skin.String(BirthdayDate4),7) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,7 Aug) + StringCompare(Skin.String(BirthdayDate5),7) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,8 Aug) + StringCompare(Skin.String(BirthdayDate1),8) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,8 Aug) + StringCompare(Skin.String(BirthdayDate2),8) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,8 Aug) + StringCompare(Skin.String(BirthdayDate3),8) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,8 Aug) + StringCompare(Skin.String(BirthdayDate4),8) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,8 Aug) + StringCompare(Skin.String(BirthdayDate5),8) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,9 Aug) + StringCompare(Skin.String(BirthdayDate1),9) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,9 Aug) + StringCompare(Skin.String(BirthdayDate2),9) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,9 Aug) + StringCompare(Skin.String(BirthdayDate3),9) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,9 Aug) + StringCompare(Skin.String(BirthdayDate4),9) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,9 Aug) + StringCompare(Skin.String(BirthdayDate5),9) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,10 Aug) + StringCompare(Skin.String(BirthdayDate1),10) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,10 Aug) + StringCompare(Skin.String(BirthdayDate2),10) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,10 Aug) + StringCompare(Skin.String(BirthdayDate3),10) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,10 Aug) + StringCompare(Skin.String(BirthdayDate4),10) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,10 Aug) + StringCompare(Skin.String(BirthdayDate5),10) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,11 Aug) + StringCompare(Skin.String(BirthdayDate1),11) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,11 Aug) + StringCompare(Skin.String(BirthdayDate2),11) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,11 Aug) + StringCompare(Skin.String(BirthdayDate3),11) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,11 Aug) + StringCompare(Skin.String(BirthdayDate4),11) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,11 Aug) + StringCompare(Skin.String(BirthdayDate5),11) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,12 Aug) + StringCompare(Skin.String(BirthdayDate1),12) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,12 Aug) + StringCompare(Skin.String(BirthdayDate2),12) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,12 Aug) + StringCompare(Skin.String(BirthdayDate3),12) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,12 Aug) + StringCompare(Skin.String(BirthdayDate4),12) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,12 Aug) + StringCompare(Skin.String(BirthdayDate5),12) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,13 Aug) + StringCompare(Skin.String(BirthdayDate1),13) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,13 Aug) + StringCompare(Skin.String(BirthdayDate2),13) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,13 Aug) + StringCompare(Skin.String(BirthdayDate3),13) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,13 Aug) + StringCompare(Skin.String(BirthdayDate4),13) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,13 Aug) + StringCompare(Skin.String(BirthdayDate5),13) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,14 Aug) + StringCompare(Skin.String(BirthdayDate1),14) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,14 Aug) + StringCompare(Skin.String(BirthdayDate2),14) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,14 Aug) + StringCompare(Skin.String(BirthdayDate3),14) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,14 Aug) + StringCompare(Skin.String(BirthdayDate4),14) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,14 Aug) + StringCompare(Skin.String(BirthdayDate5),14) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,15 Aug) + StringCompare(Skin.String(BirthdayDate1),15) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,15 Aug) + StringCompare(Skin.String(BirthdayDate2),15) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,15 Aug) + StringCompare(Skin.String(BirthdayDate3),15) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,15 Aug) + StringCompare(Skin.String(BirthdayDate4),15) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,15 Aug) + StringCompare(Skin.String(BirthdayDate5),15) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,16 Aug) + StringCompare(Skin.String(BirthdayDate1),16) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,16 Aug) + StringCompare(Skin.String(BirthdayDate2),16) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,16 Aug) + StringCompare(Skin.String(BirthdayDate3),16) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,16 Aug) + StringCompare(Skin.String(BirthdayDate4),16) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,16 Aug) + StringCompare(Skin.String(BirthdayDate5),16) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,17 Aug) + StringCompare(Skin.String(BirthdayDate1),17) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,17 Aug) + StringCompare(Skin.String(BirthdayDate2),17) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,17 Aug) + StringCompare(Skin.String(BirthdayDate3),17) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,17 Aug) + StringCompare(Skin.String(BirthdayDate4),17) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,17 Aug) + StringCompare(Skin.String(BirthdayDate5),17) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,18 Aug) + StringCompare(Skin.String(BirthdayDate1),18) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,18 Aug) + StringCompare(Skin.String(BirthdayDate2),18) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,18 Aug) + StringCompare(Skin.String(BirthdayDate3),18) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,18 Aug) + StringCompare(Skin.String(BirthdayDate4),18) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,18 Aug) + StringCompare(Skin.String(BirthdayDate5),18) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,19 Aug) + StringCompare(Skin.String(BirthdayDate1),19) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,19 Aug) + StringCompare(Skin.String(BirthdayDate2),19) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,19 Aug) + StringCompare(Skin.String(BirthdayDate3),19) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,19 Aug) + StringCompare(Skin.String(BirthdayDate4),19) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,19 Aug) + StringCompare(Skin.String(BirthdayDate5),19) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,20 Aug) + StringCompare(Skin.String(BirthdayDate1),20) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,20 Aug) + StringCompare(Skin.String(BirthdayDate2),20) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,20 Aug) + StringCompare(Skin.String(BirthdayDate3),20) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,20 Aug) + StringCompare(Skin.String(BirthdayDate4),20) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,20 Aug) + StringCompare(Skin.String(BirthdayDate5),20) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,21 Aug) + StringCompare(Skin.String(BirthdayDate1),21) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,21 Aug) + StringCompare(Skin.String(BirthdayDate2),21) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,21 Aug) + StringCompare(Skin.String(BirthdayDate3),21) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,21 Aug) + StringCompare(Skin.String(BirthdayDate4),21) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,21 Aug) + StringCompare(Skin.String(BirthdayDate5),21) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,22 Aug) + StringCompare(Skin.String(BirthdayDate1),22) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,22 Aug) + StringCompare(Skin.String(BirthdayDate2),22) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,22 Aug) + StringCompare(Skin.String(BirthdayDate3),22) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,22 Aug) + StringCompare(Skin.String(BirthdayDate4),22) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,22 Aug) + StringCompare(Skin.String(BirthdayDate5),22) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,23 Aug) + StringCompare(Skin.String(BirthdayDate1),23) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,23 Aug) + StringCompare(Skin.String(BirthdayDate2),23) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,23 Aug) + StringCompare(Skin.String(BirthdayDate3),23) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,23 Aug) + StringCompare(Skin.String(BirthdayDate4),23) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,23 Aug) + StringCompare(Skin.String(BirthdayDate5),23) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,24 Aug) + StringCompare(Skin.String(BirthdayDate1),24) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,24 Aug) + StringCompare(Skin.String(BirthdayDate2),24) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,24 Aug) + StringCompare(Skin.String(BirthdayDate3),24) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,24 Aug) + StringCompare(Skin.String(BirthdayDate4),24) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,24 Aug) + StringCompare(Skin.String(BirthdayDate5),24) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,25 Aug) + StringCompare(Skin.String(BirthdayDate1),25) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,25 Aug) + StringCompare(Skin.String(BirthdayDate2),25) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,25 Aug) + StringCompare(Skin.String(BirthdayDate3),25) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,25 Aug) + StringCompare(Skin.String(BirthdayDate4),25) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,25 Aug) + StringCompare(Skin.String(BirthdayDate5),25) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,26 Aug) + StringCompare(Skin.String(BirthdayDate1),26) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,26 Aug) + StringCompare(Skin.String(BirthdayDate2),26) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,26 Aug) + StringCompare(Skin.String(BirthdayDate3),26) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,26 Aug) + StringCompare(Skin.String(BirthdayDate4),26) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,26 Aug) + StringCompare(Skin.String(BirthdayDate5),26) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,27 Aug) + StringCompare(Skin.String(BirthdayDate1),27) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,27 Aug) + StringCompare(Skin.String(BirthdayDate2),27) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,27 Aug) + StringCompare(Skin.String(BirthdayDate3),27) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,27 Aug) + StringCompare(Skin.String(BirthdayDate4),27) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,27 Aug) + StringCompare(Skin.String(BirthdayDate5),27) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,28 Aug) + StringCompare(Skin.String(BirthdayDate1),28) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,28 Aug) + StringCompare(Skin.String(BirthdayDate2),28) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,28 Aug) + StringCompare(Skin.String(BirthdayDate3),28) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,28 Aug) + StringCompare(Skin.String(BirthdayDate4),28) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,28 Aug) + StringCompare(Skin.String(BirthdayDate5),28) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,29 Aug) + StringCompare(Skin.String(BirthdayDate1),29) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,29 Aug) + StringCompare(Skin.String(BirthdayDate2),29) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,29 Aug) + StringCompare(Skin.String(BirthdayDate3),29) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,29 Aug) + StringCompare(Skin.String(BirthdayDate4),29) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,29 Aug) + StringCompare(Skin.String(BirthdayDate5),29) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,30 Aug) + StringCompare(Skin.String(BirthdayDate1),30) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,30 Aug) + StringCompare(Skin.String(BirthdayDate2),30) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,30 Aug) + StringCompare(Skin.String(BirthdayDate3),30) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,30 Aug) + StringCompare(Skin.String(BirthdayDate4),30) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,30 Aug) + StringCompare(Skin.String(BirthdayDate5),30) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,31 Aug) + StringCompare(Skin.String(BirthdayDate1),31) + StringCompare(Skin.String(BirthdayMonth1),Aug)] | [SubString(System.Date,31 Aug) + StringCompare(Skin.String(BirthdayDate2),31) + StringCompare(Skin.String(BirthdayMonth2),Aug)] | [SubString(System.Date,31 Aug) + StringCompare(Skin.String(BirthdayDate3),31) + StringCompare(Skin.String(BirthdayMonth3),Aug)] | [SubString(System.Date,31 Aug) + StringCompare(Skin.String(BirthdayDate4),31) + StringCompare(Skin.String(BirthdayMonth4),Aug)] | [SubString(System.Date,31 Aug) + StringCompare(Skin.String(BirthdayDate5),31) + StringCompare(Skin.String(BirthdayMonth5),Aug)]</visible>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Dates_SubString_Workaround/Includes_SubString_Workaround_Dec.xml",
    "content": "<includes>\n\t<include name=\"Dec\">\n\t\t<!-- used to workout every bloody damn day in the year! because SubString doesn't work with $INFO labels! -->\n\t\t<!-- Structure Date Month for every one bar USA and Canada :/ -->\n\t\t<!-- December -->\n\t\t<control type=\"group\">\n\t\t\t<visible>!SubString(System.Date,10 Dec) + !SubString(System.Date,11 Dec) + !SubString(System.Date,12 Dec) + !SubString(System.Date,13 Dec) + !SubString(System.Date,14 Dec) + !SubString(System.Date,15 Dec) + !SubString(System.Date,16 Dec) + !SubString(System.Date,17 Dec) + !SubString(System.Date,18 Dec) + !SubString(System.Date,19 Dec) + !SubString(System.Date,21 Dec) + !SubString(System.Date,22 Dec) + !SubString(System.Date,23 Dec) + !SubString(System.Date,24 Dec) + !SubString(System.Date,25 Dec) + !SubString(System.Date,26 Dec) + !SubString(System.Date,27 Dec) + !SubString(System.Date,28 Dec) + !SubString(System.Date,29 Dec) + !SubString(System.Date,31 Dec)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,1 Dec) + StringCompare(Skin.String(BirthdayDate1),1) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,1 Dec) + StringCompare(Skin.String(BirthdayDate2),1) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,1 Dec) + StringCompare(Skin.String(BirthdayDate3),1) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,1 Dec) + StringCompare(Skin.String(BirthdayDate4),1) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,1 Dec) + StringCompare(Skin.String(BirthdayDate5),1) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,2 Dec) + StringCompare(Skin.String(BirthdayDate1),2) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,2 Dec) + StringCompare(Skin.String(BirthdayDate2),2) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,2 Dec) + StringCompare(Skin.String(BirthdayDate3),2) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,2 Dec) + StringCompare(Skin.String(BirthdayDate4),2) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,2 Dec) + StringCompare(Skin.String(BirthdayDate5),2) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,3 Dec) + StringCompare(Skin.String(BirthdayDate1),3) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,3 Dec) + StringCompare(Skin.String(BirthdayDate2),3) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,3 Dec) + StringCompare(Skin.String(BirthdayDate3),3) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,3 Dec) + StringCompare(Skin.String(BirthdayDate4),3) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,3 Dec) + StringCompare(Skin.String(BirthdayDate5),3) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,4 Dec) + StringCompare(Skin.String(BirthdayDate1),4) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,4 Dec) + StringCompare(Skin.String(BirthdayDate2),4) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,4 Dec) + StringCompare(Skin.String(BirthdayDate3),4) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,4 Dec) + StringCompare(Skin.String(BirthdayDate4),4) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,4 Dec) + StringCompare(Skin.String(BirthdayDate5),4) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,5 Dec) + StringCompare(Skin.String(BirthdayDate1),5) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,5 Dec) + StringCompare(Skin.String(BirthdayDate2),5) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,5 Dec) + StringCompare(Skin.String(BirthdayDate3),5) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,5 Dec) + StringCompare(Skin.String(BirthdayDate4),5) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,5 Dec) + StringCompare(Skin.String(BirthdayDate5),5) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,6 Dec) + StringCompare(Skin.String(BirthdayDate1),6) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,6 Dec) + StringCompare(Skin.String(BirthdayDate2),6) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,6 Dec) + StringCompare(Skin.String(BirthdayDate3),6) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,6 Dec) + StringCompare(Skin.String(BirthdayDate4),6) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,6 Dec) + StringCompare(Skin.String(BirthdayDate5),6) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,7 Dec) + StringCompare(Skin.String(BirthdayDate1),7) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,7 Dec) + StringCompare(Skin.String(BirthdayDate2),7) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,7 Dec) + StringCompare(Skin.String(BirthdayDate3),7) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,7 Dec) + StringCompare(Skin.String(BirthdayDate4),7) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,7 Dec) + StringCompare(Skin.String(BirthdayDate5),7) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,8 Dec) + StringCompare(Skin.String(BirthdayDate1),8) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,8 Dec) + StringCompare(Skin.String(BirthdayDate2),8) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,8 Dec) + StringCompare(Skin.String(BirthdayDate3),8) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,8 Dec) + StringCompare(Skin.String(BirthdayDate4),8) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,8 Dec) + StringCompare(Skin.String(BirthdayDate5),8) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,9 Dec) + StringCompare(Skin.String(BirthdayDate1),9) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,9 Dec) + StringCompare(Skin.String(BirthdayDate2),9) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,9 Dec) + StringCompare(Skin.String(BirthdayDate3),9) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,9 Dec) + StringCompare(Skin.String(BirthdayDate4),9) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,9 Dec) + StringCompare(Skin.String(BirthdayDate5),9) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,10 Dec) + StringCompare(Skin.String(BirthdayDate1),10) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,10 Dec) + StringCompare(Skin.String(BirthdayDate2),10) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,10 Dec) + StringCompare(Skin.String(BirthdayDate3),10) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,10 Dec) + StringCompare(Skin.String(BirthdayDate4),10) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,10 Dec) + StringCompare(Skin.String(BirthdayDate5),10) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,11 Dec) + StringCompare(Skin.String(BirthdayDate1),11) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,11 Dec) + StringCompare(Skin.String(BirthdayDate2),11) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,11 Dec) + StringCompare(Skin.String(BirthdayDate3),11) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,11 Dec) + StringCompare(Skin.String(BirthdayDate4),11) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,11 Dec) + StringCompare(Skin.String(BirthdayDate5),11) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,12 Dec) + StringCompare(Skin.String(BirthdayDate1),12) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,12 Dec) + StringCompare(Skin.String(BirthdayDate2),12) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,12 Dec) + StringCompare(Skin.String(BirthdayDate3),12) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,12 Dec) + StringCompare(Skin.String(BirthdayDate4),12) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,12 Dec) + StringCompare(Skin.String(BirthdayDate5),12) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,13 Dec) + StringCompare(Skin.String(BirthdayDate1),13) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,13 Dec) + StringCompare(Skin.String(BirthdayDate2),13) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,13 Dec) + StringCompare(Skin.String(BirthdayDate3),13) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,13 Dec) + StringCompare(Skin.String(BirthdayDate4),13) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,13 Dec) + StringCompare(Skin.String(BirthdayDate5),13) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,14 Dec) + StringCompare(Skin.String(BirthdayDate1),14) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,14 Dec) + StringCompare(Skin.String(BirthdayDate2),14) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,14 Dec) + StringCompare(Skin.String(BirthdayDate3),14) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,14 Dec) + StringCompare(Skin.String(BirthdayDate4),14) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,14 Dec) + StringCompare(Skin.String(BirthdayDate5),14) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,15 Dec) + StringCompare(Skin.String(BirthdayDate1),15) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,15 Dec) + StringCompare(Skin.String(BirthdayDate2),15) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,15 Dec) + StringCompare(Skin.String(BirthdayDate3),15) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,15 Dec) + StringCompare(Skin.String(BirthdayDate4),15) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,15 Dec) + StringCompare(Skin.String(BirthdayDate5),15) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,16 Dec) + StringCompare(Skin.String(BirthdayDate1),16) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,16 Dec) + StringCompare(Skin.String(BirthdayDate2),16) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,16 Dec) + StringCompare(Skin.String(BirthdayDate3),16) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,16 Dec) + StringCompare(Skin.String(BirthdayDate4),16) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,16 Dec) + StringCompare(Skin.String(BirthdayDate5),16) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,17 Dec) + StringCompare(Skin.String(BirthdayDate1),17) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,17 Dec) + StringCompare(Skin.String(BirthdayDate2),17) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,17 Dec) + StringCompare(Skin.String(BirthdayDate3),17) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,17 Dec) + StringCompare(Skin.String(BirthdayDate4),17) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,17 Dec) + StringCompare(Skin.String(BirthdayDate5),17) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,18 Dec) + StringCompare(Skin.String(BirthdayDate1),18) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,18 Dec) + StringCompare(Skin.String(BirthdayDate2),18) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,18 Dec) + StringCompare(Skin.String(BirthdayDate3),18) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,18 Dec) + StringCompare(Skin.String(BirthdayDate4),18) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,18 Dec) + StringCompare(Skin.String(BirthdayDate5),18) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,19 Dec) + StringCompare(Skin.String(BirthdayDate1),19) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,19 Dec) + StringCompare(Skin.String(BirthdayDate2),19) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,19 Dec) + StringCompare(Skin.String(BirthdayDate3),19) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,19 Dec) + StringCompare(Skin.String(BirthdayDate4),19) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,19 Dec) + StringCompare(Skin.String(BirthdayDate5),19) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,20 Dec) + StringCompare(Skin.String(BirthdayDate1),20) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,20 Dec) + StringCompare(Skin.String(BirthdayDate2),20) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,20 Dec) + StringCompare(Skin.String(BirthdayDate3),20) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,20 Dec) + StringCompare(Skin.String(BirthdayDate4),20) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,20 Dec) + StringCompare(Skin.String(BirthdayDate5),20) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,21 Dec) + StringCompare(Skin.String(BirthdayDate1),21) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,21 Dec) + StringCompare(Skin.String(BirthdayDate2),21) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,21 Dec) + StringCompare(Skin.String(BirthdayDate3),21) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,21 Dec) + StringCompare(Skin.String(BirthdayDate4),21) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,21 Dec) + StringCompare(Skin.String(BirthdayDate5),21) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,22 Dec) + StringCompare(Skin.String(BirthdayDate1),22) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,22 Dec) + StringCompare(Skin.String(BirthdayDate2),22) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,22 Dec) + StringCompare(Skin.String(BirthdayDate3),22) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,22 Dec) + StringCompare(Skin.String(BirthdayDate4),22) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,22 Dec) + StringCompare(Skin.String(BirthdayDate5),22) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,23 Dec) + StringCompare(Skin.String(BirthdayDate1),23) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,23 Dec) + StringCompare(Skin.String(BirthdayDate2),23) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,23 Dec) + StringCompare(Skin.String(BirthdayDate3),23) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,23 Dec) + StringCompare(Skin.String(BirthdayDate4),23) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,23 Dec) + StringCompare(Skin.String(BirthdayDate5),23) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,24 Dec) + StringCompare(Skin.String(BirthdayDate1),24) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,24 Dec) + StringCompare(Skin.String(BirthdayDate2),24) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,24 Dec) + StringCompare(Skin.String(BirthdayDate3),24) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,24 Dec) + StringCompare(Skin.String(BirthdayDate4),24) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,24 Dec) + StringCompare(Skin.String(BirthdayDate5),24) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,25 Dec) + StringCompare(Skin.String(BirthdayDate1),25) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,25 Dec) + StringCompare(Skin.String(BirthdayDate2),25) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,25 Dec) + StringCompare(Skin.String(BirthdayDate3),25) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,25 Dec) + StringCompare(Skin.String(BirthdayDate4),25) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,25 Dec) + StringCompare(Skin.String(BirthdayDate5),25) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,26 Dec) + StringCompare(Skin.String(BirthdayDate1),26) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,26 Dec) + StringCompare(Skin.String(BirthdayDate2),26) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,26 Dec) + StringCompare(Skin.String(BirthdayDate3),26) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,26 Dec) + StringCompare(Skin.String(BirthdayDate4),26) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,26 Dec) + StringCompare(Skin.String(BirthdayDate5),26) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,27 Dec) + StringCompare(Skin.String(BirthdayDate1),27) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,27 Dec) + StringCompare(Skin.String(BirthdayDate2),27) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,27 Dec) + StringCompare(Skin.String(BirthdayDate3),27) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,27 Dec) + StringCompare(Skin.String(BirthdayDate4),27) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,27 Dec) + StringCompare(Skin.String(BirthdayDate5),27) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,28 Dec) + StringCompare(Skin.String(BirthdayDate1),28) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,28 Dec) + StringCompare(Skin.String(BirthdayDate2),28) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,28 Dec) + StringCompare(Skin.String(BirthdayDate3),28) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,28 Dec) + StringCompare(Skin.String(BirthdayDate4),28) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,28 Dec) + StringCompare(Skin.String(BirthdayDate5),28) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,29 Dec) + StringCompare(Skin.String(BirthdayDate1),29) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,29 Dec) + StringCompare(Skin.String(BirthdayDate2),29) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,29 Dec) + StringCompare(Skin.String(BirthdayDate3),29) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,29 Dec) + StringCompare(Skin.String(BirthdayDate4),29) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,29 Dec) + StringCompare(Skin.String(BirthdayDate5),29) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,30 Dec) + StringCompare(Skin.String(BirthdayDate1),30) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,30 Dec) + StringCompare(Skin.String(BirthdayDate2),30) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,30 Dec) + StringCompare(Skin.String(BirthdayDate3),30) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,30 Dec) + StringCompare(Skin.String(BirthdayDate4),30) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,30 Dec) + StringCompare(Skin.String(BirthdayDate5),30) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,31 Dec) + StringCompare(Skin.String(BirthdayDate1),31) + StringCompare(Skin.String(BirthdayMonth1),Dec)] | [SubString(System.Date,31 Dec) + StringCompare(Skin.String(BirthdayDate2),31) + StringCompare(Skin.String(BirthdayMonth2),Dec)] | [SubString(System.Date,31 Dec) + StringCompare(Skin.String(BirthdayDate3),31) + StringCompare(Skin.String(BirthdayMonth3),Dec)] | [SubString(System.Date,31 Dec) + StringCompare(Skin.String(BirthdayDate4),31) + StringCompare(Skin.String(BirthdayMonth4),Dec)] | [SubString(System.Date,31 Dec) + StringCompare(Skin.String(BirthdayDate5),31) + StringCompare(Skin.String(BirthdayMonth5),Dec)]</visible>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Dates_SubString_Workaround/Includes_SubString_Workaround_Feb.xml",
    "content": "<includes>\n\t<include name=\"Feb\">\n\t\t<!-- used to workout every bloody damn day in the year! because SubString doesn't work with $INFO labels! -->\n\t\t<!-- Structure Date Month for every one bar USA and Canada :/ -->\n\t\t<!-- February -->\n\t\t<control type=\"group\">\n\t\t\t<visible>!SubString(System.Date,10 Feb) + !SubString(System.Date,11 Feb) + !SubString(System.Date,12 Feb) + !SubString(System.Date,13 Feb) + !SubString(System.Date,14 Feb) + !SubString(System.Date,15 Feb) + !SubString(System.Date,16 Feb) + !SubString(System.Date,17 Feb) + !SubString(System.Date,18 Feb) + !SubString(System.Date,19 Feb) + !SubString(System.Date,21 Feb) + !SubString(System.Date,22 Feb) + !SubString(System.Date,23 Feb) + !SubString(System.Date,24 Feb) + !SubString(System.Date,25 Feb) + !SubString(System.Date,26 Feb) + !SubString(System.Date,27 Feb) + !SubString(System.Date,28 Feb) + !SubString(System.Date,29 Feb) + !SubString(System.Date,31 Feb)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,1 Feb) + StringCompare(Skin.String(BirthdayDate1),1) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,1 Feb) + StringCompare(Skin.String(BirthdayDate2),1) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,1 Feb) + StringCompare(Skin.String(BirthdayDate3),1) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,1 Feb) + StringCompare(Skin.String(BirthdayDate4),1) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,1 Feb) + StringCompare(Skin.String(BirthdayDate5),1) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,2 Feb) + StringCompare(Skin.String(BirthdayDate1),2) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,2 Feb) + StringCompare(Skin.String(BirthdayDate2),2) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,2 Feb) + StringCompare(Skin.String(BirthdayDate3),2) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,2 Feb) + StringCompare(Skin.String(BirthdayDate4),2) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,2 Feb) + StringCompare(Skin.String(BirthdayDate5),2) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,3 Feb) + StringCompare(Skin.String(BirthdayDate1),3) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,3 Feb) + StringCompare(Skin.String(BirthdayDate2),3) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,3 Feb) + StringCompare(Skin.String(BirthdayDate3),3) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,3 Feb) + StringCompare(Skin.String(BirthdayDate4),3) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,3 Feb) + StringCompare(Skin.String(BirthdayDate5),3) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,4 Feb) + StringCompare(Skin.String(BirthdayDate1),4) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,4 Feb) + StringCompare(Skin.String(BirthdayDate2),4) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,4 Feb) + StringCompare(Skin.String(BirthdayDate3),4) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,4 Feb) + StringCompare(Skin.String(BirthdayDate4),4) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,4 Feb) + StringCompare(Skin.String(BirthdayDate5),4) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,5 Feb) + StringCompare(Skin.String(BirthdayDate1),5) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,5 Feb) + StringCompare(Skin.String(BirthdayDate2),5) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,5 Feb) + StringCompare(Skin.String(BirthdayDate3),5) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,5 Feb) + StringCompare(Skin.String(BirthdayDate4),5) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,5 Feb) + StringCompare(Skin.String(BirthdayDate5),5) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,6 Feb) + StringCompare(Skin.String(BirthdayDate1),6) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,6 Feb) + StringCompare(Skin.String(BirthdayDate2),6) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,6 Feb) + StringCompare(Skin.String(BirthdayDate3),6) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,6 Feb) + StringCompare(Skin.String(BirthdayDate4),6) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,6 Feb) + StringCompare(Skin.String(BirthdayDate5),6) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,7 Feb) + StringCompare(Skin.String(BirthdayDate1),7) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,7 Feb) + StringCompare(Skin.String(BirthdayDate2),7) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,7 Feb) + StringCompare(Skin.String(BirthdayDate3),7) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,7 Feb) + StringCompare(Skin.String(BirthdayDate4),7) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,7 Feb) + StringCompare(Skin.String(BirthdayDate5),7) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,8 Feb) + StringCompare(Skin.String(BirthdayDate1),8) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,8 Feb) + StringCompare(Skin.String(BirthdayDate2),8) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,8 Feb) + StringCompare(Skin.String(BirthdayDate3),8) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,8 Feb) + StringCompare(Skin.String(BirthdayDate4),8) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,8 Feb) + StringCompare(Skin.String(BirthdayDate5),8) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,9 Feb) + StringCompare(Skin.String(BirthdayDate1),9) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,9 Feb) + StringCompare(Skin.String(BirthdayDate2),9) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,9 Feb) + StringCompare(Skin.String(BirthdayDate3),9) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,9 Feb) + StringCompare(Skin.String(BirthdayDate4),9) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,9 Feb) + StringCompare(Skin.String(BirthdayDate5),9) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,10 Feb) + StringCompare(Skin.String(BirthdayDate1),10) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,10 Feb) + StringCompare(Skin.String(BirthdayDate2),10) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,10 Feb) + StringCompare(Skin.String(BirthdayDate3),10) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,10 Feb) + StringCompare(Skin.String(BirthdayDate4),10) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,10 Feb) + StringCompare(Skin.String(BirthdayDate5),10) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,11 Feb) + StringCompare(Skin.String(BirthdayDate1),11) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,11 Feb) + StringCompare(Skin.String(BirthdayDate2),11) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,11 Feb) + StringCompare(Skin.String(BirthdayDate3),11) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,11 Feb) + StringCompare(Skin.String(BirthdayDate4),11) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,11 Feb) + StringCompare(Skin.String(BirthdayDate5),11) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,12 Feb) + StringCompare(Skin.String(BirthdayDate1),12) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,12 Feb) + StringCompare(Skin.String(BirthdayDate2),12) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,12 Feb) + StringCompare(Skin.String(BirthdayDate3),12) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,12 Feb) + StringCompare(Skin.String(BirthdayDate4),12) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,12 Feb) + StringCompare(Skin.String(BirthdayDate5),12) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,13 Feb) + StringCompare(Skin.String(BirthdayDate1),13) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,13 Feb) + StringCompare(Skin.String(BirthdayDate2),13) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,13 Feb) + StringCompare(Skin.String(BirthdayDate3),13) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,13 Feb) + StringCompare(Skin.String(BirthdayDate4),13) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,13 Feb) + StringCompare(Skin.String(BirthdayDate5),13) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,14 Feb) + StringCompare(Skin.String(BirthdayDate1),14) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,14 Feb) + StringCompare(Skin.String(BirthdayDate2),14) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,14 Feb) + StringCompare(Skin.String(BirthdayDate3),14) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,14 Feb) + StringCompare(Skin.String(BirthdayDate4),14) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,14 Feb) + StringCompare(Skin.String(BirthdayDate5),14) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,15 Feb) + StringCompare(Skin.String(BirthdayDate1),15) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,15 Feb) + StringCompare(Skin.String(BirthdayDate2),15) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,15 Feb) + StringCompare(Skin.String(BirthdayDate3),15) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,15 Feb) + StringCompare(Skin.String(BirthdayDate4),15) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,15 Feb) + StringCompare(Skin.String(BirthdayDate5),15) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,16 Feb) + StringCompare(Skin.String(BirthdayDate1),16) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,16 Feb) + StringCompare(Skin.String(BirthdayDate2),16) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,16 Feb) + StringCompare(Skin.String(BirthdayDate3),16) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,16 Feb) + StringCompare(Skin.String(BirthdayDate4),16) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,16 Feb) + StringCompare(Skin.String(BirthdayDate5),16) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,17 Feb) + StringCompare(Skin.String(BirthdayDate1),17) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,17 Feb) + StringCompare(Skin.String(BirthdayDate2),17) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,17 Feb) + StringCompare(Skin.String(BirthdayDate3),17) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,17 Feb) + StringCompare(Skin.String(BirthdayDate4),17) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,17 Feb) + StringCompare(Skin.String(BirthdayDate5),17) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,18 Feb) + StringCompare(Skin.String(BirthdayDate1),18) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,18 Feb) + StringCompare(Skin.String(BirthdayDate2),18) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,18 Feb) + StringCompare(Skin.String(BirthdayDate3),18) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,18 Feb) + StringCompare(Skin.String(BirthdayDate4),18) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,18 Feb) + StringCompare(Skin.String(BirthdayDate5),18) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,19 Feb) + StringCompare(Skin.String(BirthdayDate1),19) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,19 Feb) + StringCompare(Skin.String(BirthdayDate2),19) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,19 Feb) + StringCompare(Skin.String(BirthdayDate3),19) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,19 Feb) + StringCompare(Skin.String(BirthdayDate4),19) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,19 Feb) + StringCompare(Skin.String(BirthdayDate5),19) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,20 Feb) + StringCompare(Skin.String(BirthdayDate1),20) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,20 Feb) + StringCompare(Skin.String(BirthdayDate2),20) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,20 Feb) + StringCompare(Skin.String(BirthdayDate3),20) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,20 Feb) + StringCompare(Skin.String(BirthdayDate4),20) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,20 Feb) + StringCompare(Skin.String(BirthdayDate5),20) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,21 Feb) + StringCompare(Skin.String(BirthdayDate1),21) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,21 Feb) + StringCompare(Skin.String(BirthdayDate2),21) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,21 Feb) + StringCompare(Skin.String(BirthdayDate3),21) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,21 Feb) + StringCompare(Skin.String(BirthdayDate4),21) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,21 Feb) + StringCompare(Skin.String(BirthdayDate5),21) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,22 Feb) + StringCompare(Skin.String(BirthdayDate1),22) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,22 Feb) + StringCompare(Skin.String(BirthdayDate2),22) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,22 Feb) + StringCompare(Skin.String(BirthdayDate3),22) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,22 Feb) + StringCompare(Skin.String(BirthdayDate4),22) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,22 Feb) + StringCompare(Skin.String(BirthdayDate5),22) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,23 Feb) + StringCompare(Skin.String(BirthdayDate1),23) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,23 Feb) + StringCompare(Skin.String(BirthdayDate2),23) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,23 Feb) + StringCompare(Skin.String(BirthdayDate3),23) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,23 Feb) + StringCompare(Skin.String(BirthdayDate4),23) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,23 Feb) + StringCompare(Skin.String(BirthdayDate5),23) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,24 Feb) + StringCompare(Skin.String(BirthdayDate1),24) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,24 Feb) + StringCompare(Skin.String(BirthdayDate2),24) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,24 Feb) + StringCompare(Skin.String(BirthdayDate3),24) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,24 Feb) + StringCompare(Skin.String(BirthdayDate4),24) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,24 Feb) + StringCompare(Skin.String(BirthdayDate5),24) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,25 Feb) + StringCompare(Skin.String(BirthdayDate1),25) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,25 Feb) + StringCompare(Skin.String(BirthdayDate2),25) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,25 Feb) + StringCompare(Skin.String(BirthdayDate3),25) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,25 Feb) + StringCompare(Skin.String(BirthdayDate4),25) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,25 Feb) + StringCompare(Skin.String(BirthdayDate5),25) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,26 Feb) + StringCompare(Skin.String(BirthdayDate1),26) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,26 Feb) + StringCompare(Skin.String(BirthdayDate2),26) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,26 Feb) + StringCompare(Skin.String(BirthdayDate3),26) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,26 Feb) + StringCompare(Skin.String(BirthdayDate4),26) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,26 Feb) + StringCompare(Skin.String(BirthdayDate5),26) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,27 Feb) + StringCompare(Skin.String(BirthdayDate1),27) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,27 Feb) + StringCompare(Skin.String(BirthdayDate2),27) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,27 Feb) + StringCompare(Skin.String(BirthdayDate3),27) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,27 Feb) + StringCompare(Skin.String(BirthdayDate4),27) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,27 Feb) + StringCompare(Skin.String(BirthdayDate5),27) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,28 Feb) + StringCompare(Skin.String(BirthdayDate1),28) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,28 Feb) + StringCompare(Skin.String(BirthdayDate2),28) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,28 Feb) + StringCompare(Skin.String(BirthdayDate3),28) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,28 Feb) + StringCompare(Skin.String(BirthdayDate4),28) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,28 Feb) + StringCompare(Skin.String(BirthdayDate5),28) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,29 Feb) + StringCompare(Skin.String(BirthdayDate1),29) + StringCompare(Skin.String(BirthdayMonth1),Feb)] | [SubString(System.Date,29 Feb) + StringCompare(Skin.String(BirthdayDate2),29) + StringCompare(Skin.String(BirthdayMonth2),Feb)] | [SubString(System.Date,29 Feb) + StringCompare(Skin.String(BirthdayDate3),29) + StringCompare(Skin.String(BirthdayMonth3),Feb)] | [SubString(System.Date,29 Feb) + StringCompare(Skin.String(BirthdayDate4),29) + StringCompare(Skin.String(BirthdayMonth4),Feb)] | [SubString(System.Date,29 Feb) + StringCompare(Skin.String(BirthdayDate5),29) + StringCompare(Skin.String(BirthdayMonth5),Feb)]</visible>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Dates_SubString_Workaround/Includes_SubString_Workaround_Jan.xml",
    "content": "<includes>\n\t<include name=\"Jan\">\n\t\t<!-- used to workout every bloody damn day in the year! because SubString doesn't work with $INFO labels! -->\n\t\t<!-- Structure Date Month for every one bar USA and Canada :/ -->\n\t\t<!-- January -->\n\t\t<control type=\"group\">\n\t\t\t<visible>!SubString(System.Date,10 Jan) + !SubString(System.Date,11 Jan) + !SubString(System.Date,12 Jan) + !SubString(System.Date,13 Jan) + !SubString(System.Date,14 Jan) + !SubString(System.Date,15 Jan) + !SubString(System.Date,16 Jan) + !SubString(System.Date,17 Jan) + !SubString(System.Date,18 Jan) + !SubString(System.Date,19 Jan) + !SubString(System.Date,21 Jan) + !SubString(System.Date,22 Jan) + !SubString(System.Date,23 Jan) + !SubString(System.Date,24 Jan) + !SubString(System.Date,25 Jan) + !SubString(System.Date,26 Jan) + !SubString(System.Date,27 Jan) + !SubString(System.Date,28 Jan) + !SubString(System.Date,29 Jan) + !SubString(System.Date,31 Jan)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,1 Jan) + StringCompare(Skin.String(BirthdayDate1),1) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,1 Jan) + StringCompare(Skin.String(BirthdayDate2),1) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,1 Jan) + StringCompare(Skin.String(BirthdayDate3),1) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,1 Jan) + StringCompare(Skin.String(BirthdayDate4),1) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,1 Jan) + StringCompare(Skin.String(BirthdayDate5),1) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,2 Jan) + StringCompare(Skin.String(BirthdayDate1),2) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,2 Jan) + StringCompare(Skin.String(BirthdayDate2),2) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,2 Jan) + StringCompare(Skin.String(BirthdayDate3),2) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,2 Jan) + StringCompare(Skin.String(BirthdayDate4),2) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,2 Jan) + StringCompare(Skin.String(BirthdayDate5),2) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,3 Jan) + StringCompare(Skin.String(BirthdayDate1),3) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,3 Jan) + StringCompare(Skin.String(BirthdayDate2),3) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,3 Jan) + StringCompare(Skin.String(BirthdayDate3),3) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,3 Jan) + StringCompare(Skin.String(BirthdayDate4),3) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,3 Jan) + StringCompare(Skin.String(BirthdayDate5),3) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,4 Jan) + StringCompare(Skin.String(BirthdayDate1),4) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,4 Jan) + StringCompare(Skin.String(BirthdayDate2),4) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,4 Jan) + StringCompare(Skin.String(BirthdayDate3),4) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,4 Jan) + StringCompare(Skin.String(BirthdayDate4),4) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,4 Jan) + StringCompare(Skin.String(BirthdayDate5),4) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,5 Jan) + StringCompare(Skin.String(BirthdayDate1),5) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,5 Jan) + StringCompare(Skin.String(BirthdayDate2),5) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,5 Jan) + StringCompare(Skin.String(BirthdayDate3),5) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,5 Jan) + StringCompare(Skin.String(BirthdayDate4),5) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,5 Jan) + StringCompare(Skin.String(BirthdayDate5),5) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,6 Jan) + StringCompare(Skin.String(BirthdayDate1),6) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,6 Jan) + StringCompare(Skin.String(BirthdayDate2),6) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,6 Jan) + StringCompare(Skin.String(BirthdayDate3),6) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,6 Jan) + StringCompare(Skin.String(BirthdayDate4),6) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,6 Jan) + StringCompare(Skin.String(BirthdayDate5),6) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,7 Jan) + StringCompare(Skin.String(BirthdayDate1),7) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,7 Jan) + StringCompare(Skin.String(BirthdayDate2),7) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,7 Jan) + StringCompare(Skin.String(BirthdayDate3),7) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,7 Jan) + StringCompare(Skin.String(BirthdayDate4),7) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,7 Jan) + StringCompare(Skin.String(BirthdayDate5),7) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,8 Jan) + StringCompare(Skin.String(BirthdayDate1),8) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,8 Jan) + StringCompare(Skin.String(BirthdayDate2),8) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,8 Jan) + StringCompare(Skin.String(BirthdayDate3),8) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,8 Jan) + StringCompare(Skin.String(BirthdayDate4),8) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,8 Jan) + StringCompare(Skin.String(BirthdayDate5),8) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,9 Jan) + StringCompare(Skin.String(BirthdayDate1),9) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,9 Jan) + StringCompare(Skin.String(BirthdayDate2),9) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,9 Jan) + StringCompare(Skin.String(BirthdayDate3),9) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,9 Jan) + StringCompare(Skin.String(BirthdayDate4),9) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,9 Jan) + StringCompare(Skin.String(BirthdayDate5),9) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,10 Jan) + StringCompare(Skin.String(BirthdayDate1),10) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,10 Jan) + StringCompare(Skin.String(BirthdayDate2),10) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,10 Jan) + StringCompare(Skin.String(BirthdayDate3),10) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,10 Jan) + StringCompare(Skin.String(BirthdayDate4),10) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,10 Jan) + StringCompare(Skin.String(BirthdayDate5),10) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,11 Jan) + StringCompare(Skin.String(BirthdayDate1),11) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,11 Jan) + StringCompare(Skin.String(BirthdayDate2),11) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,11 Jan) + StringCompare(Skin.String(BirthdayDate3),11) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,11 Jan) + StringCompare(Skin.String(BirthdayDate4),11) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,11 Jan) + StringCompare(Skin.String(BirthdayDate5),11) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,12 Jan) + StringCompare(Skin.String(BirthdayDate1),12) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,12 Jan) + StringCompare(Skin.String(BirthdayDate2),12) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,12 Jan) + StringCompare(Skin.String(BirthdayDate3),12) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,12 Jan) + StringCompare(Skin.String(BirthdayDate4),12) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,12 Jan) + StringCompare(Skin.String(BirthdayDate5),12) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,13 Jan) + StringCompare(Skin.String(BirthdayDate1),13) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,13 Jan) + StringCompare(Skin.String(BirthdayDate2),13) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,13 Jan) + StringCompare(Skin.String(BirthdayDate3),13) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,13 Jan) + StringCompare(Skin.String(BirthdayDate4),13) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,13 Jan) + StringCompare(Skin.String(BirthdayDate5),13) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,14 Jan) + StringCompare(Skin.String(BirthdayDate1),14) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,14 Jan) + StringCompare(Skin.String(BirthdayDate2),14) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,14 Jan) + StringCompare(Skin.String(BirthdayDate3),14) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,14 Jan) + StringCompare(Skin.String(BirthdayDate4),14) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,14 Jan) + StringCompare(Skin.String(BirthdayDate5),14) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,15 Jan) + StringCompare(Skin.String(BirthdayDate1),15) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,15 Jan) + StringCompare(Skin.String(BirthdayDate2),15) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,15 Jan) + StringCompare(Skin.String(BirthdayDate3),15) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,15 Jan) + StringCompare(Skin.String(BirthdayDate4),15) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,15 Jan) + StringCompare(Skin.String(BirthdayDate5),15) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,16 Jan) + StringCompare(Skin.String(BirthdayDate1),16) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,16 Jan) + StringCompare(Skin.String(BirthdayDate2),16) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,16 Jan) + StringCompare(Skin.String(BirthdayDate3),16) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,16 Jan) + StringCompare(Skin.String(BirthdayDate4),16) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,16 Jan) + StringCompare(Skin.String(BirthdayDate5),16) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,17 Jan) + StringCompare(Skin.String(BirthdayDate1),17) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,17 Jan) + StringCompare(Skin.String(BirthdayDate2),17) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,17 Jan) + StringCompare(Skin.String(BirthdayDate3),17) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,17 Jan) + StringCompare(Skin.String(BirthdayDate4),17) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,17 Jan) + StringCompare(Skin.String(BirthdayDate5),17) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,18 Jan) + StringCompare(Skin.String(BirthdayDate1),18) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,18 Jan) + StringCompare(Skin.String(BirthdayDate2),18) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,18 Jan) + StringCompare(Skin.String(BirthdayDate3),18) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,18 Jan) + StringCompare(Skin.String(BirthdayDate4),18) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,18 Jan) + StringCompare(Skin.String(BirthdayDate5),18) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,19 Jan) + StringCompare(Skin.String(BirthdayDate1),19) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,19 Jan) + StringCompare(Skin.String(BirthdayDate2),19) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,19 Jan) + StringCompare(Skin.String(BirthdayDate3),19) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,19 Jan) + StringCompare(Skin.String(BirthdayDate4),19) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,19 Jan) + StringCompare(Skin.String(BirthdayDate5),19) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,20 Jan) + StringCompare(Skin.String(BirthdayDate1),20) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,20 Jan) + StringCompare(Skin.String(BirthdayDate2),20) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,20 Jan) + StringCompare(Skin.String(BirthdayDate3),20) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,20 Jan) + StringCompare(Skin.String(BirthdayDate4),20) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,20 Jan) + StringCompare(Skin.String(BirthdayDate5),20) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,21 Jan) + StringCompare(Skin.String(BirthdayDate1),21) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,21 Jan) + StringCompare(Skin.String(BirthdayDate2),21) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,21 Jan) + StringCompare(Skin.String(BirthdayDate3),21) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,21 Jan) + StringCompare(Skin.String(BirthdayDate4),21) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,21 Jan) + StringCompare(Skin.String(BirthdayDate5),21) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,22 Jan) + StringCompare(Skin.String(BirthdayDate1),22) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,22 Jan) + StringCompare(Skin.String(BirthdayDate2),22) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,22 Jan) + StringCompare(Skin.String(BirthdayDate3),22) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,22 Jan) + StringCompare(Skin.String(BirthdayDate4),22) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,22 Jan) + StringCompare(Skin.String(BirthdayDate5),22) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,23 Jan) + StringCompare(Skin.String(BirthdayDate1),23) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,23 Jan) + StringCompare(Skin.String(BirthdayDate2),23) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,23 Jan) + StringCompare(Skin.String(BirthdayDate3),23) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,23 Jan) + StringCompare(Skin.String(BirthdayDate4),23) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,23 Jan) + StringCompare(Skin.String(BirthdayDate5),23) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,24 Jan) + StringCompare(Skin.String(BirthdayDate1),24) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,24 Jan) + StringCompare(Skin.String(BirthdayDate2),24) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,24 Jan) + StringCompare(Skin.String(BirthdayDate3),24) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,24 Jan) + StringCompare(Skin.String(BirthdayDate4),24) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,24 Jan) + StringCompare(Skin.String(BirthdayDate5),24) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,25 Jan) + StringCompare(Skin.String(BirthdayDate1),25) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,25 Jan) + StringCompare(Skin.String(BirthdayDate2),25) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,25 Jan) + StringCompare(Skin.String(BirthdayDate3),25) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,25 Jan) + StringCompare(Skin.String(BirthdayDate4),25) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,25 Jan) + StringCompare(Skin.String(BirthdayDate5),25) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,26 Jan) + StringCompare(Skin.String(BirthdayDate1),26) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,26 Jan) + StringCompare(Skin.String(BirthdayDate2),26) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,26 Jan) + StringCompare(Skin.String(BirthdayDate3),26) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,26 Jan) + StringCompare(Skin.String(BirthdayDate4),26) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,26 Jan) + StringCompare(Skin.String(BirthdayDate5),26) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,27 Jan) + StringCompare(Skin.String(BirthdayDate1),27) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,27 Jan) + StringCompare(Skin.String(BirthdayDate2),27) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,27 Jan) + StringCompare(Skin.String(BirthdayDate3),27) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,27 Jan) + StringCompare(Skin.String(BirthdayDate4),27) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,27 Jan) + StringCompare(Skin.String(BirthdayDate5),27) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,28 Jan) + StringCompare(Skin.String(BirthdayDate1),28) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,28 Jan) + StringCompare(Skin.String(BirthdayDate2),28) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,28 Jan) + StringCompare(Skin.String(BirthdayDate3),28) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,28 Jan) + StringCompare(Skin.String(BirthdayDate4),28) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,28 Jan) + StringCompare(Skin.String(BirthdayDate5),28) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<top>320</top>\n\t\t\t<label>\"29\"</label>\n\t\t\t<visible>[SubString(System.Date,29 Jan) + StringCompare(Skin.String(BirthdayDate1),29) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,29 Jan) + StringCompare(Skin.String(BirthdayDate2),29) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,29 Jan) + StringCompare(Skin.String(BirthdayDate3),29) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,29 Jan) + StringCompare(Skin.String(BirthdayDate4),29) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,29 Jan) + StringCompare(Skin.String(BirthdayDate5),29) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,30 Jan) + StringCompare(Skin.String(BirthdayDate1),30) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,30 Jan) + StringCompare(Skin.String(BirthdayDate2),30) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,30 Jan) + StringCompare(Skin.String(BirthdayDate3),30) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,30 Jan) + StringCompare(Skin.String(BirthdayDate4),30) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,30 Jan) + StringCompare(Skin.String(BirthdayDate5),30) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,31 Jan) + StringCompare(Skin.String(BirthdayDate1),31) + StringCompare(Skin.String(BirthdayMonth1),Jan)] | [SubString(System.Date,31 Jan) + StringCompare(Skin.String(BirthdayDate2),31) + StringCompare(Skin.String(BirthdayMonth2),Jan)] | [SubString(System.Date,31 Jan) + StringCompare(Skin.String(BirthdayDate3),31) + StringCompare(Skin.String(BirthdayMonth3),Jan)] | [SubString(System.Date,31 Jan) + StringCompare(Skin.String(BirthdayDate4),31) + StringCompare(Skin.String(BirthdayMonth4),Jan)] | [SubString(System.Date,31 Jan) + StringCompare(Skin.String(BirthdayDate5),31) + StringCompare(Skin.String(BirthdayMonth5),Jan)]</visible>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Dates_SubString_Workaround/Includes_SubString_Workaround_Jul.xml",
    "content": "<includes>\n\t<include name=\"Jul\">\n\t\t<!-- used to workout every bloody damn day in the year! because SubString doesn't work with $INFO labels! -->\n\t\t<!-- Structure Date Month for every one bar USA and Canada :/ -->\n\t\t<!-- July -->\n\t\t<control type=\"group\">\n\t\t\t<visible>!SubString(System.Date,10 Jul) + !SubString(System.Date,11 Jul) + !SubString(System.Date,12 Jul) + !SubString(System.Date,13 Jul) + !SubString(System.Date,14 Jul) + !SubString(System.Date,15 Jul) + !SubString(System.Date,16 Jul) + !SubString(System.Date,17 Jul) + !SubString(System.Date,18 Jul) + !SubString(System.Date,19 Jul) + !SubString(System.Date,21 Jul) + !SubString(System.Date,22 Jul) + !SubString(System.Date,23 Jul) + !SubString(System.Date,24 Jul) + !SubString(System.Date,25 Jul) + !SubString(System.Date,26 Jul) + !SubString(System.Date,27 Jul) + !SubString(System.Date,28 Jul) + !SubString(System.Date,29 Jul) + !SubString(System.Date,31 Jul)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,1 Jul) + StringCompare(Skin.String(BirthdayDate1),1) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,1 Jul) + StringCompare(Skin.String(BirthdayDate2),1) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,1 Jul) + StringCompare(Skin.String(BirthdayDate3),1) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,1 Jul) + StringCompare(Skin.String(BirthdayDate4),1) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,1 Jul) + StringCompare(Skin.String(BirthdayDate5),1) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,2 Jul) + StringCompare(Skin.String(BirthdayDate1),2) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,2 Jul) + StringCompare(Skin.String(BirthdayDate2),2) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,2 Jul) + StringCompare(Skin.String(BirthdayDate3),2) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,2 Jul) + StringCompare(Skin.String(BirthdayDate4),2) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,2 Jul) + StringCompare(Skin.String(BirthdayDate5),2) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,3 Jul) + StringCompare(Skin.String(BirthdayDate1),3) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,3 Jul) + StringCompare(Skin.String(BirthdayDate2),3) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,3 Jul) + StringCompare(Skin.String(BirthdayDate3),3) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,3 Jul) + StringCompare(Skin.String(BirthdayDate4),3) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,3 Jul) + StringCompare(Skin.String(BirthdayDate5),3) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,4 Jul) + StringCompare(Skin.String(BirthdayDate1),4) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,4 Jul) + StringCompare(Skin.String(BirthdayDate2),4) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,4 Jul) + StringCompare(Skin.String(BirthdayDate3),4) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,4 Jul) + StringCompare(Skin.String(BirthdayDate4),4) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,4 Jul) + StringCompare(Skin.String(BirthdayDate5),4) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,5 Jul) + StringCompare(Skin.String(BirthdayDate1),5) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,5 Jul) + StringCompare(Skin.String(BirthdayDate2),5) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,5 Jul) + StringCompare(Skin.String(BirthdayDate3),5) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,5 Jul) + StringCompare(Skin.String(BirthdayDate4),5) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,5 Jul) + StringCompare(Skin.String(BirthdayDate5),5) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,6 Jul) + StringCompare(Skin.String(BirthdayDate1),6) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,6 Jul) + StringCompare(Skin.String(BirthdayDate2),6) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,6 Jul) + StringCompare(Skin.String(BirthdayDate3),6) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,6 Jul) + StringCompare(Skin.String(BirthdayDate4),6) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,6 Jul) + StringCompare(Skin.String(BirthdayDate5),6) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,7 Jul) + StringCompare(Skin.String(BirthdayDate1),7) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,7 Jul) + StringCompare(Skin.String(BirthdayDate2),7) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,7 Jul) + StringCompare(Skin.String(BirthdayDate3),7) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,7 Jul) + StringCompare(Skin.String(BirthdayDate4),7) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,7 Jul) + StringCompare(Skin.String(BirthdayDate5),7) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,8 Jul) + StringCompare(Skin.String(BirthdayDate1),8) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,8 Jul) + StringCompare(Skin.String(BirthdayDate2),8) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,8 Jul) + StringCompare(Skin.String(BirthdayDate3),8) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,8 Jul) + StringCompare(Skin.String(BirthdayDate4),8) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,8 Jul) + StringCompare(Skin.String(BirthdayDate5),8) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,9 Jul) + StringCompare(Skin.String(BirthdayDate1),9) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,9 Jul) + StringCompare(Skin.String(BirthdayDate2),9) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,9 Jul) + StringCompare(Skin.String(BirthdayDate3),9) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,9 Jul) + StringCompare(Skin.String(BirthdayDate4),9) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,9 Jul) + StringCompare(Skin.String(BirthdayDate5),9) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,10 Jul) + StringCompare(Skin.String(BirthdayDate1),10) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,10 Jul) + StringCompare(Skin.String(BirthdayDate2),10) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,10 Jul) + StringCompare(Skin.String(BirthdayDate3),10) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,10 Jul) + StringCompare(Skin.String(BirthdayDate4),10) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,10 Jul) + StringCompare(Skin.String(BirthdayDate5),10) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,11 Jul) + StringCompare(Skin.String(BirthdayDate1),11) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,11 Jul) + StringCompare(Skin.String(BirthdayDate2),11) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,11 Jul) + StringCompare(Skin.String(BirthdayDate3),11) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,11 Jul) + StringCompare(Skin.String(BirthdayDate4),11) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,11 Jul) + StringCompare(Skin.String(BirthdayDate5),11) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,12 Jul) + StringCompare(Skin.String(BirthdayDate1),12) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,12 Jul) + StringCompare(Skin.String(BirthdayDate2),12) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,12 Jul) + StringCompare(Skin.String(BirthdayDate3),12) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,12 Jul) + StringCompare(Skin.String(BirthdayDate4),12) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,12 Jul) + StringCompare(Skin.String(BirthdayDate5),12) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,13 Jul) + StringCompare(Skin.String(BirthdayDate1),13) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,13 Jul) + StringCompare(Skin.String(BirthdayDate2),13) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,13 Jul) + StringCompare(Skin.String(BirthdayDate3),13) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,13 Jul) + StringCompare(Skin.String(BirthdayDate4),13) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,13 Jul) + StringCompare(Skin.String(BirthdayDate5),13) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,14 Jul) + StringCompare(Skin.String(BirthdayDate1),14) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,14 Jul) + StringCompare(Skin.String(BirthdayDate2),14) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,14 Jul) + StringCompare(Skin.String(BirthdayDate3),14) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,14 Jul) + StringCompare(Skin.String(BirthdayDate4),14) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,14 Jul) + StringCompare(Skin.String(BirthdayDate5),14) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,15 Jul) + StringCompare(Skin.String(BirthdayDate1),15) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,15 Jul) + StringCompare(Skin.String(BirthdayDate2),15) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,15 Jul) + StringCompare(Skin.String(BirthdayDate3),15) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,15 Jul) + StringCompare(Skin.String(BirthdayDate4),15) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,15 Jul) + StringCompare(Skin.String(BirthdayDate5),15) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,16 Jul) + StringCompare(Skin.String(BirthdayDate1),16) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,16 Jul) + StringCompare(Skin.String(BirthdayDate2),16) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,16 Jul) + StringCompare(Skin.String(BirthdayDate3),16) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,16 Jul) + StringCompare(Skin.String(BirthdayDate4),16) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,16 Jul) + StringCompare(Skin.String(BirthdayDate5),16) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,17 Jul) + StringCompare(Skin.String(BirthdayDate1),17) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,17 Jul) + StringCompare(Skin.String(BirthdayDate2),17) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,17 Jul) + StringCompare(Skin.String(BirthdayDate3),17) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,17 Jul) + StringCompare(Skin.String(BirthdayDate4),17) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,17 Jul) + StringCompare(Skin.String(BirthdayDate5),17) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,18 Jul) + StringCompare(Skin.String(BirthdayDate1),18) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,18 Jul) + StringCompare(Skin.String(BirthdayDate2),18) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,18 Jul) + StringCompare(Skin.String(BirthdayDate3),18) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,18 Jul) + StringCompare(Skin.String(BirthdayDate4),18) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,18 Jul) + StringCompare(Skin.String(BirthdayDate5),18) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,19 Jul) + StringCompare(Skin.String(BirthdayDate1),19) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,19 Jul) + StringCompare(Skin.String(BirthdayDate2),19) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,19 Jul) + StringCompare(Skin.String(BirthdayDate3),19) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,19 Jul) + StringCompare(Skin.String(BirthdayDate4),19) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,19 Jul) + StringCompare(Skin.String(BirthdayDate5),19) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,20 Jul) + StringCompare(Skin.String(BirthdayDate1),20) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,20 Jul) + StringCompare(Skin.String(BirthdayDate2),20) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,20 Jul) + StringCompare(Skin.String(BirthdayDate3),20) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,20 Jul) + StringCompare(Skin.String(BirthdayDate4),20) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,20 Jul) + StringCompare(Skin.String(BirthdayDate5),20) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,21 Jul) + StringCompare(Skin.String(BirthdayDate1),21) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,21 Jul) + StringCompare(Skin.String(BirthdayDate2),21) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,21 Jul) + StringCompare(Skin.String(BirthdayDate3),21) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,21 Jul) + StringCompare(Skin.String(BirthdayDate4),21) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,21 Jul) + StringCompare(Skin.String(BirthdayDate5),21) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,22 Jul) + StringCompare(Skin.String(BirthdayDate1),22) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,22 Jul) + StringCompare(Skin.String(BirthdayDate2),22) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,22 Jul) + StringCompare(Skin.String(BirthdayDate3),22) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,22 Jul) + StringCompare(Skin.String(BirthdayDate4),22) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,22 Jul) + StringCompare(Skin.String(BirthdayDate5),22) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,23 Jul) + StringCompare(Skin.String(BirthdayDate1),23) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,23 Jul) + StringCompare(Skin.String(BirthdayDate2),23) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,23 Jul) + StringCompare(Skin.String(BirthdayDate3),23) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,23 Jul) + StringCompare(Skin.String(BirthdayDate4),23) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,23 Jul) + StringCompare(Skin.String(BirthdayDate5),23) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,24 Jul) + StringCompare(Skin.String(BirthdayDate1),24) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,24 Jul) + StringCompare(Skin.String(BirthdayDate2),24) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,24 Jul) + StringCompare(Skin.String(BirthdayDate3),24) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,24 Jul) + StringCompare(Skin.String(BirthdayDate4),24) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,24 Jul) + StringCompare(Skin.String(BirthdayDate5),24) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,25 Jul) + StringCompare(Skin.String(BirthdayDate1),25) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,25 Jul) + StringCompare(Skin.String(BirthdayDate2),25) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,25 Jul) + StringCompare(Skin.String(BirthdayDate3),25) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,25 Jul) + StringCompare(Skin.String(BirthdayDate4),25) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,25 Jul) + StringCompare(Skin.String(BirthdayDate5),25) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,26 Jul) + StringCompare(Skin.String(BirthdayDate1),26) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,26 Jul) + StringCompare(Skin.String(BirthdayDate2),26) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,26 Jul) + StringCompare(Skin.String(BirthdayDate3),26) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,26 Jul) + StringCompare(Skin.String(BirthdayDate4),26) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,26 Jul) + StringCompare(Skin.String(BirthdayDate5),26) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,27 Jul) + StringCompare(Skin.String(BirthdayDate1),27) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,27 Jul) + StringCompare(Skin.String(BirthdayDate2),27) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,27 Jul) + StringCompare(Skin.String(BirthdayDate3),27) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,27 Jul) + StringCompare(Skin.String(BirthdayDate4),27) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,27 Jul) + StringCompare(Skin.String(BirthdayDate5),27) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,28 Jul) + StringCompare(Skin.String(BirthdayDate1),28) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,28 Jul) + StringCompare(Skin.String(BirthdayDate2),28) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,28 Jul) + StringCompare(Skin.String(BirthdayDate3),28) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,28 Jul) + StringCompare(Skin.String(BirthdayDate4),28) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,28 Jul) + StringCompare(Skin.String(BirthdayDate5),28) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,29 Jul) + StringCompare(Skin.String(BirthdayDate1),29) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,29 Jul) + StringCompare(Skin.String(BirthdayDate2),29) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,29 Jul) + StringCompare(Skin.String(BirthdayDate3),29) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,29 Jul) + StringCompare(Skin.String(BirthdayDate4),29) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,29 Jul) + StringCompare(Skin.String(BirthdayDate5),29) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,30 Jul) + StringCompare(Skin.String(BirthdayDate1),30) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,30 Jul) + StringCompare(Skin.String(BirthdayDate2),30) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,30 Jul) + StringCompare(Skin.String(BirthdayDate3),30) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,30 Jul) + StringCompare(Skin.String(BirthdayDate4),30) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,30 Jul) + StringCompare(Skin.String(BirthdayDate5),30) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,31 Jul) + StringCompare(Skin.String(BirthdayDate1),31) + StringCompare(Skin.String(BirthdayMonth1),Jul)] | [SubString(System.Date,31 Jul) + StringCompare(Skin.String(BirthdayDate2),31) + StringCompare(Skin.String(BirthdayMonth2),Jul)] | [SubString(System.Date,31 Jul) + StringCompare(Skin.String(BirthdayDate3),31) + StringCompare(Skin.String(BirthdayMonth3),Jul)] | [SubString(System.Date,31 Jul) + StringCompare(Skin.String(BirthdayDate4),31) + StringCompare(Skin.String(BirthdayMonth4),Jul)] | [SubString(System.Date,31 Jul) + StringCompare(Skin.String(BirthdayDate5),31) + StringCompare(Skin.String(BirthdayMonth5),Jul)]</visible>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Dates_SubString_Workaround/Includes_SubString_Workaround_Jun.xml",
    "content": "<includes>\n\t<include name=\"June\">\n\t\t<!-- used to workout every bloody damn day in the year! because SubString doesn't work with $INFO labels! -->\n\t\t<!-- Structure Date Month for every one bar USA and Canada :/ -->\n\t\t<!-- June -->\n\t\t<control type=\"group\">\n\t\t\t<visible>!SubString(System.Date,10 Jun) + !SubString(System.Date,11 Jun) + !SubString(System.Date,12 Jun) + !SubString(System.Date,13 Jun) + !SubString(System.Date,14 Jun) + !SubString(System.Date,15 Jun) + !SubString(System.Date,16 Jun) + !SubString(System.Date,17 Jun) + !SubString(System.Date,18 Jun) + !SubString(System.Date,19 Jun) + !SubString(System.Date,21 Jun) + !SubString(System.Date,22 Jun) + !SubString(System.Date,23 Jun) + !SubString(System.Date,24 Jun) + !SubString(System.Date,25 Jun) + !SubString(System.Date,26 Jun) + !SubString(System.Date,27 Jun) + !SubString(System.Date,28 Jun) + !SubString(System.Date,29 Jun) + !SubString(System.Date,31 Jun)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,1 Jun) + StringCompare(Skin.String(BirthdayDate1),1) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,1 Jun) + StringCompare(Skin.String(BirthdayDate2),1) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,1 Jun) + StringCompare(Skin.String(BirthdayDate3),1) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,1 Jun) + StringCompare(Skin.String(BirthdayDate4),1) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,1 Jun) + StringCompare(Skin.String(BirthdayDate5),1) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,2 Jun) + StringCompare(Skin.String(BirthdayDate1),2) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,2 Jun) + StringCompare(Skin.String(BirthdayDate2),2) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,2 Jun) + StringCompare(Skin.String(BirthdayDate3),2) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,2 Jun) + StringCompare(Skin.String(BirthdayDate4),2) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,2 Jun) + StringCompare(Skin.String(BirthdayDate5),2) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,3 Jun) + StringCompare(Skin.String(BirthdayDate1),3) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,3 Jun) + StringCompare(Skin.String(BirthdayDate2),3) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,3 Jun) + StringCompare(Skin.String(BirthdayDate3),3) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,3 Jun) + StringCompare(Skin.String(BirthdayDate4),3) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,3 Jun) + StringCompare(Skin.String(BirthdayDate5),3) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,4 Jun) + StringCompare(Skin.String(BirthdayDate1),4) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,4 Jun) + StringCompare(Skin.String(BirthdayDate2),4) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,4 Jun) + StringCompare(Skin.String(BirthdayDate3),4) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,4 Jun) + StringCompare(Skin.String(BirthdayDate4),4) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,4 Jun) + StringCompare(Skin.String(BirthdayDate5),4) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,5 Jun) + StringCompare(Skin.String(BirthdayDate1),5) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,5 Jun) + StringCompare(Skin.String(BirthdayDate2),5) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,5 Jun) + StringCompare(Skin.String(BirthdayDate3),5) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,5 Jun) + StringCompare(Skin.String(BirthdayDate4),5) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,5 Jun) + StringCompare(Skin.String(BirthdayDate5),5) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,6 Jun) + StringCompare(Skin.String(BirthdayDate1),6) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,6 Jun) + StringCompare(Skin.String(BirthdayDate2),6) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,6 Jun) + StringCompare(Skin.String(BirthdayDate3),6) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,6 Jun) + StringCompare(Skin.String(BirthdayDate4),6) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,6 Jun) + StringCompare(Skin.String(BirthdayDate5),6) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,7 Jun) + StringCompare(Skin.String(BirthdayDate1),7) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,7 Jun) + StringCompare(Skin.String(BirthdayDate2),7) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,7 Jun) + StringCompare(Skin.String(BirthdayDate3),7) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,7 Jun) + StringCompare(Skin.String(BirthdayDate4),7) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,7 Jun) + StringCompare(Skin.String(BirthdayDate5),7) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,8 Jun) + StringCompare(Skin.String(BirthdayDate1),8) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,8 Jun) + StringCompare(Skin.String(BirthdayDate2),8) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,8 Jun) + StringCompare(Skin.String(BirthdayDate3),8) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,8 Jun) + StringCompare(Skin.String(BirthdayDate4),8) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,8 Jun) + StringCompare(Skin.String(BirthdayDate5),8) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,9 Jun) + StringCompare(Skin.String(BirthdayDate1),9) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,9 Jun) + StringCompare(Skin.String(BirthdayDate2),9) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,9 Jun) + StringCompare(Skin.String(BirthdayDate3),9) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,9 Jun) + StringCompare(Skin.String(BirthdayDate4),9) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,9 Jun) + StringCompare(Skin.String(BirthdayDate5),9) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,10 Jun) + StringCompare(Skin.String(BirthdayDate1),10) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,10 Jun) + StringCompare(Skin.String(BirthdayDate2),10) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,10 Jun) + StringCompare(Skin.String(BirthdayDate3),10) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,10 Jun) + StringCompare(Skin.String(BirthdayDate4),10) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,10 Jun) + StringCompare(Skin.String(BirthdayDate5),10) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,11 Jun) + StringCompare(Skin.String(BirthdayDate1),11) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,11 Jun) + StringCompare(Skin.String(BirthdayDate2),11) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,11 Jun) + StringCompare(Skin.String(BirthdayDate3),11) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,11 Jun) + StringCompare(Skin.String(BirthdayDate4),11) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,11 Jun) + StringCompare(Skin.String(BirthdayDate5),11) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,12 Jun) + StringCompare(Skin.String(BirthdayDate1),12) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,12 Jun) + StringCompare(Skin.String(BirthdayDate2),12) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,12 Jun) + StringCompare(Skin.String(BirthdayDate3),12) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,12 Jun) + StringCompare(Skin.String(BirthdayDate4),12) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,12 Jun) + StringCompare(Skin.String(BirthdayDate5),12) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,13 Jun) + StringCompare(Skin.String(BirthdayDate1),13) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,13 Jun) + StringCompare(Skin.String(BirthdayDate2),13) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,13 Jun) + StringCompare(Skin.String(BirthdayDate3),13) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,13 Jun) + StringCompare(Skin.String(BirthdayDate4),13) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,13 Jun) + StringCompare(Skin.String(BirthdayDate5),13) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,14 Jun) + StringCompare(Skin.String(BirthdayDate1),14) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,14 Jun) + StringCompare(Skin.String(BirthdayDate2),14) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,14 Jun) + StringCompare(Skin.String(BirthdayDate3),14) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,14 Jun) + StringCompare(Skin.String(BirthdayDate4),14) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,14 Jun) + StringCompare(Skin.String(BirthdayDate5),14) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,15 Jun) + StringCompare(Skin.String(BirthdayDate1),15) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,15 Jun) + StringCompare(Skin.String(BirthdayDate2),15) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,15 Jun) + StringCompare(Skin.String(BirthdayDate3),15) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,15 Jun) + StringCompare(Skin.String(BirthdayDate4),15) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,15 Jun) + StringCompare(Skin.String(BirthdayDate5),15) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,16 Jun) + StringCompare(Skin.String(BirthdayDate1),16) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,16 Jun) + StringCompare(Skin.String(BirthdayDate2),16) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,16 Jun) + StringCompare(Skin.String(BirthdayDate3),16) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,16 Jun) + StringCompare(Skin.String(BirthdayDate4),16) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,16 Jun) + StringCompare(Skin.String(BirthdayDate5),16) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,17 Jun) + StringCompare(Skin.String(BirthdayDate1),17) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,17 Jun) + StringCompare(Skin.String(BirthdayDate2),17) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,17 Jun) + StringCompare(Skin.String(BirthdayDate3),17) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,17 Jun) + StringCompare(Skin.String(BirthdayDate4),17) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,17 Jun) + StringCompare(Skin.String(BirthdayDate5),17) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,18 Jun) + StringCompare(Skin.String(BirthdayDate1),18) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,18 Jun) + StringCompare(Skin.String(BirthdayDate2),18) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,18 Jun) + StringCompare(Skin.String(BirthdayDate3),18) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,18 Jun) + StringCompare(Skin.String(BirthdayDate4),18) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,18 Jun) + StringCompare(Skin.String(BirthdayDate5),18) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,19 Jun) + StringCompare(Skin.String(BirthdayDate1),19) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,19 Jun) + StringCompare(Skin.String(BirthdayDate2),19) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,19 Jun) + StringCompare(Skin.String(BirthdayDate3),19) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,19 Jun) + StringCompare(Skin.String(BirthdayDate4),19) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,19 Jun) + StringCompare(Skin.String(BirthdayDate5),19) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,20 Jun) + StringCompare(Skin.String(BirthdayDate1),20) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,20 Jun) + StringCompare(Skin.String(BirthdayDate2),20) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,20 Jun) + StringCompare(Skin.String(BirthdayDate3),20) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,20 Jun) + StringCompare(Skin.String(BirthdayDate4),20) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,20 Jun) + StringCompare(Skin.String(BirthdayDate5),20) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,21 Jun) + StringCompare(Skin.String(BirthdayDate1),21) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,21 Jun) + StringCompare(Skin.String(BirthdayDate2),21) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,21 Jun) + StringCompare(Skin.String(BirthdayDate3),21) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,21 Jun) + StringCompare(Skin.String(BirthdayDate4),21) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,21 Jun) + StringCompare(Skin.String(BirthdayDate5),21) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,22 Jun) + StringCompare(Skin.String(BirthdayDate1),22) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,22 Jun) + StringCompare(Skin.String(BirthdayDate2),22) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,22 Jun) + StringCompare(Skin.String(BirthdayDate3),22) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,22 Jun) + StringCompare(Skin.String(BirthdayDate4),22) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,22 Jun) + StringCompare(Skin.String(BirthdayDate5),22) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,23 Jun) + StringCompare(Skin.String(BirthdayDate1),23) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,23 Jun) + StringCompare(Skin.String(BirthdayDate2),23) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,23 Jun) + StringCompare(Skin.String(BirthdayDate3),23) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,23 Jun) + StringCompare(Skin.String(BirthdayDate4),23) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,23 Jun) + StringCompare(Skin.String(BirthdayDate5),23) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,24 Jun) + StringCompare(Skin.String(BirthdayDate1),24) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,24 Jun) + StringCompare(Skin.String(BirthdayDate2),24) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,24 Jun) + StringCompare(Skin.String(BirthdayDate3),24) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,24 Jun) + StringCompare(Skin.String(BirthdayDate4),24) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,24 Jun) + StringCompare(Skin.String(BirthdayDate5),24) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,25 Jun) + StringCompare(Skin.String(BirthdayDate1),25) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,25 Jun) + StringCompare(Skin.String(BirthdayDate2),25) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,25 Jun) + StringCompare(Skin.String(BirthdayDate3),25) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,25 Jun) + StringCompare(Skin.String(BirthdayDate4),25) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,25 Jun) + StringCompare(Skin.String(BirthdayDate5),25) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,26 Jun) + StringCompare(Skin.String(BirthdayDate1),26) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,26 Jun) + StringCompare(Skin.String(BirthdayDate2),26) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,26 Jun) + StringCompare(Skin.String(BirthdayDate3),26) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,26 Jun) + StringCompare(Skin.String(BirthdayDate4),26) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,26 Jun) + StringCompare(Skin.String(BirthdayDate5),26) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,27 Jun) + StringCompare(Skin.String(BirthdayDate1),27) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,27 Jun) + StringCompare(Skin.String(BirthdayDate2),27) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,27 Jun) + StringCompare(Skin.String(BirthdayDate3),27) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,27 Jun) + StringCompare(Skin.String(BirthdayDate4),27) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,27 Jun) + StringCompare(Skin.String(BirthdayDate5),27) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,28 Jun) + StringCompare(Skin.String(BirthdayDate1),28) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,28 Jun) + StringCompare(Skin.String(BirthdayDate2),28) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,28 Jun) + StringCompare(Skin.String(BirthdayDate3),28) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,28 Jun) + StringCompare(Skin.String(BirthdayDate4),28) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,28 Jun) + StringCompare(Skin.String(BirthdayDate5),28) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,29 Jun) + StringCompare(Skin.String(BirthdayDate1),29) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,29 Jun) + StringCompare(Skin.String(BirthdayDate2),29) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,29 Jun) + StringCompare(Skin.String(BirthdayDate3),29) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,29 Jun) + StringCompare(Skin.String(BirthdayDate4),29) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,29 Jun) + StringCompare(Skin.String(BirthdayDate5),29) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,30 Jun) + StringCompare(Skin.String(BirthdayDate1),30) + StringCompare(Skin.String(BirthdayMonth1),Jun)] | [SubString(System.Date,30 Jun) + StringCompare(Skin.String(BirthdayDate2),30) + StringCompare(Skin.String(BirthdayMonth2),Jun)] | [SubString(System.Date,30 Jun) + StringCompare(Skin.String(BirthdayDate3),30) + StringCompare(Skin.String(BirthdayMonth3),Jun)] | [SubString(System.Date,30 Jun) + StringCompare(Skin.String(BirthdayDate4),30) + StringCompare(Skin.String(BirthdayMonth4),Jun)] | [SubString(System.Date,30 Jun) + StringCompare(Skin.String(BirthdayDate5),30) + StringCompare(Skin.String(BirthdayMonth5),Jun)]</visible>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Dates_SubString_Workaround/Includes_SubString_Workaround_Mar.xml",
    "content": "<includes>\n\t<include name=\"Mar\">\n\t\t<!-- used to workout every bloody damn day in the year! because SubString doesn't work with $INFO labels! -->\n\t\t<!-- Structure Date Month for every one bar USA and Canada :/ -->\n\t\t<!-- March -->\n\t\t<control type=\"group\">\n\t\t\t<visible>!SubString(System.Date,10 Mar) + !SubString(System.Date,11 Mar) + !SubString(System.Date,12 Mar) + !SubString(System.Date,13 Mar) + !SubString(System.Date,14 Mar) + !SubString(System.Date,15 Mar) + !SubString(System.Date,16 Mar) + !SubString(System.Date,17 Mar) + !SubString(System.Date,18 Mar) + !SubString(System.Date,19 Mar) + !SubString(System.Date,21 Mar) + !SubString(System.Date,22 Mar) + !SubString(System.Date,23 Mar) + !SubString(System.Date,24 Mar) + !SubString(System.Date,25 Mar) + !SubString(System.Date,26 Mar) + !SubString(System.Date,27 Mar) + !SubString(System.Date,28 Mar) + !SubString(System.Date,29 Mar) + !SubString(System.Date,31 Mar)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,1 Mar) + StringCompare(Skin.String(BirthdayDate1),1) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,1 Mar) + StringCompare(Skin.String(BirthdayDate2),1) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,1 Mar) + StringCompare(Skin.String(BirthdayDate3),1) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,1 Mar) + StringCompare(Skin.String(BirthdayDate4),1) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,1 Mar) + StringCompare(Skin.String(BirthdayDate5),1) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,2 Mar) + StringCompare(Skin.String(BirthdayDate1),2) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,2 Mar) + StringCompare(Skin.String(BirthdayDate2),2) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,2 Mar) + StringCompare(Skin.String(BirthdayDate3),2) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,2 Mar) + StringCompare(Skin.String(BirthdayDate4),2) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,2 Mar) + StringCompare(Skin.String(BirthdayDate5),2) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,3 Mar) + StringCompare(Skin.String(BirthdayDate1),3) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,3 Mar) + StringCompare(Skin.String(BirthdayDate2),3) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,3 Mar) + StringCompare(Skin.String(BirthdayDate3),3) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,3 Mar) + StringCompare(Skin.String(BirthdayDate4),3) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,3 Mar) + StringCompare(Skin.String(BirthdayDate5),3) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,4 Mar) + StringCompare(Skin.String(BirthdayDate1),4) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,4 Mar) + StringCompare(Skin.String(BirthdayDate2),4) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,4 Mar) + StringCompare(Skin.String(BirthdayDate3),4) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,4 Mar) + StringCompare(Skin.String(BirthdayDate4),4) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,4 Mar) + StringCompare(Skin.String(BirthdayDate5),4) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,5 Mar) + StringCompare(Skin.String(BirthdayDate1),5) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,5 Mar) + StringCompare(Skin.String(BirthdayDate2),5) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,5 Mar) + StringCompare(Skin.String(BirthdayDate3),5) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,5 Mar) + StringCompare(Skin.String(BirthdayDate4),5) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,5 Mar) + StringCompare(Skin.String(BirthdayDate5),5) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,6 Mar) + StringCompare(Skin.String(BirthdayDate1),6) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,6 Mar) + StringCompare(Skin.String(BirthdayDate2),6) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,6 Mar) + StringCompare(Skin.String(BirthdayDate3),6) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,6 Mar) + StringCompare(Skin.String(BirthdayDate4),6) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,6 Mar) + StringCompare(Skin.String(BirthdayDate5),6) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,7 Mar) + StringCompare(Skin.String(BirthdayDate1),7) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,7 Mar) + StringCompare(Skin.String(BirthdayDate2),7) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,7 Mar) + StringCompare(Skin.String(BirthdayDate3),7) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,7 Mar) + StringCompare(Skin.String(BirthdayDate4),7) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,7 Mar) + StringCompare(Skin.String(BirthdayDate5),7) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,8 Mar) + StringCompare(Skin.String(BirthdayDate1),8) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,8 Mar) + StringCompare(Skin.String(BirthdayDate2),8) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,8 Mar) + StringCompare(Skin.String(BirthdayDate3),8) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,8 Mar) + StringCompare(Skin.String(BirthdayDate4),8) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,8 Mar) + StringCompare(Skin.String(BirthdayDate5),8) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,9 Mar) + StringCompare(Skin.String(BirthdayDate1),9) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,9 Mar) + StringCompare(Skin.String(BirthdayDate2),9) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,9 Mar) + StringCompare(Skin.String(BirthdayDate3),9) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,9 Mar) + StringCompare(Skin.String(BirthdayDate4),9) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,9 Mar) + StringCompare(Skin.String(BirthdayDate5),9) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,10 Mar) + StringCompare(Skin.String(BirthdayDate1),10) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,10 Mar) + StringCompare(Skin.String(BirthdayDate2),10) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,10 Mar) + StringCompare(Skin.String(BirthdayDate3),10) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,10 Mar) + StringCompare(Skin.String(BirthdayDate4),10) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,10 Mar) + StringCompare(Skin.String(BirthdayDate5),10) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,11 Mar) + StringCompare(Skin.String(BirthdayDate1),11) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,11 Mar) + StringCompare(Skin.String(BirthdayDate2),11) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,11 Mar) + StringCompare(Skin.String(BirthdayDate3),11) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,11 Mar) + StringCompare(Skin.String(BirthdayDate4),11) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,11 Mar) + StringCompare(Skin.String(BirthdayDate5),11) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,12 Mar) + StringCompare(Skin.String(BirthdayDate1),12) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,12 Mar) + StringCompare(Skin.String(BirthdayDate2),12) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,12 Mar) + StringCompare(Skin.String(BirthdayDate3),12) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,12 Mar) + StringCompare(Skin.String(BirthdayDate4),12) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,12 Mar) + StringCompare(Skin.String(BirthdayDate5),12) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,13 Mar) + StringCompare(Skin.String(BirthdayDate1),13) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,13 Mar) + StringCompare(Skin.String(BirthdayDate2),13) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,13 Mar) + StringCompare(Skin.String(BirthdayDate3),13) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,13 Mar) + StringCompare(Skin.String(BirthdayDate4),13) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,13 Mar) + StringCompare(Skin.String(BirthdayDate5),13) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,14 Mar) + StringCompare(Skin.String(BirthdayDate1),14) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,14 Mar) + StringCompare(Skin.String(BirthdayDate2),14) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,14 Mar) + StringCompare(Skin.String(BirthdayDate3),14) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,14 Mar) + StringCompare(Skin.String(BirthdayDate4),14) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,14 Mar) + StringCompare(Skin.String(BirthdayDate5),14) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,15 Mar) + StringCompare(Skin.String(BirthdayDate1),15) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,15 Mar) + StringCompare(Skin.String(BirthdayDate2),15) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,15 Mar) + StringCompare(Skin.String(BirthdayDate3),15) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,15 Mar) + StringCompare(Skin.String(BirthdayDate4),15) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,15 Mar) + StringCompare(Skin.String(BirthdayDate5),15) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,16 Mar) + StringCompare(Skin.String(BirthdayDate1),16) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,16 Mar) + StringCompare(Skin.String(BirthdayDate2),16) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,16 Mar) + StringCompare(Skin.String(BirthdayDate3),16) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,16 Mar) + StringCompare(Skin.String(BirthdayDate4),16) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,16 Mar) + StringCompare(Skin.String(BirthdayDate5),16) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,17 Mar) + StringCompare(Skin.String(BirthdayDate1),17) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,17 Mar) + StringCompare(Skin.String(BirthdayDate2),17) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,17 Mar) + StringCompare(Skin.String(BirthdayDate3),17) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,17 Mar) + StringCompare(Skin.String(BirthdayDate4),17) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,17 Mar) + StringCompare(Skin.String(BirthdayDate5),17) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,18 Mar) + StringCompare(Skin.String(BirthdayDate1),18) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,18 Mar) + StringCompare(Skin.String(BirthdayDate2),18) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,18 Mar) + StringCompare(Skin.String(BirthdayDate3),18) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,18 Mar) + StringCompare(Skin.String(BirthdayDate4),18) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,18 Mar) + StringCompare(Skin.String(BirthdayDate5),18) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,19 Mar) + StringCompare(Skin.String(BirthdayDate1),19) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,19 Mar) + StringCompare(Skin.String(BirthdayDate2),19) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,19 Mar) + StringCompare(Skin.String(BirthdayDate3),19) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,19 Mar) + StringCompare(Skin.String(BirthdayDate4),19) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,19 Mar) + StringCompare(Skin.String(BirthdayDate5),19) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,20 Mar) + StringCompare(Skin.String(BirthdayDate1),20) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,20 Mar) + StringCompare(Skin.String(BirthdayDate2),20) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,20 Mar) + StringCompare(Skin.String(BirthdayDate3),20) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,20 Mar) + StringCompare(Skin.String(BirthdayDate4),20) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,20 Mar) + StringCompare(Skin.String(BirthdayDate5),20) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,21 Mar) + StringCompare(Skin.String(BirthdayDate1),21) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,21 Mar) + StringCompare(Skin.String(BirthdayDate2),21) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,21 Mar) + StringCompare(Skin.String(BirthdayDate3),21) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,21 Mar) + StringCompare(Skin.String(BirthdayDate4),21) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,21 Mar) + StringCompare(Skin.String(BirthdayDate5),21) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,22 Mar) + StringCompare(Skin.String(BirthdayDate1),22) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,22 Mar) + StringCompare(Skin.String(BirthdayDate2),22) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,22 Mar) + StringCompare(Skin.String(BirthdayDate3),22) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,22 Mar) + StringCompare(Skin.String(BirthdayDate4),22) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,22 Mar) + StringCompare(Skin.String(BirthdayDate5),22) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,23 Mar) + StringCompare(Skin.String(BirthdayDate1),23) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,23 Mar) + StringCompare(Skin.String(BirthdayDate2),23) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,23 Mar) + StringCompare(Skin.String(BirthdayDate3),23) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,23 Mar) + StringCompare(Skin.String(BirthdayDate4),23) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,23 Mar) + StringCompare(Skin.String(BirthdayDate5),23) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,24 Mar) + StringCompare(Skin.String(BirthdayDate1),24) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,24 Mar) + StringCompare(Skin.String(BirthdayDate2),24) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,24 Mar) + StringCompare(Skin.String(BirthdayDate3),24) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,24 Mar) + StringCompare(Skin.String(BirthdayDate4),24) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,24 Mar) + StringCompare(Skin.String(BirthdayDate5),24) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,25 Mar) + StringCompare(Skin.String(BirthdayDate1),25) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,25 Mar) + StringCompare(Skin.String(BirthdayDate2),25) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,25 Mar) + StringCompare(Skin.String(BirthdayDate3),25) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,25 Mar) + StringCompare(Skin.String(BirthdayDate4),25) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,25 Mar) + StringCompare(Skin.String(BirthdayDate5),25) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,26 Mar) + StringCompare(Skin.String(BirthdayDate1),26) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,26 Mar) + StringCompare(Skin.String(BirthdayDate2),26) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,26 Mar) + StringCompare(Skin.String(BirthdayDate3),26) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,26 Mar) + StringCompare(Skin.String(BirthdayDate4),26) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,26 Mar) + StringCompare(Skin.String(BirthdayDate5),26) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,27 Mar) + StringCompare(Skin.String(BirthdayDate1),27) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,27 Mar) + StringCompare(Skin.String(BirthdayDate2),27) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,27 Mar) + StringCompare(Skin.String(BirthdayDate3),27) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,27 Mar) + StringCompare(Skin.String(BirthdayDate4),27) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,27 Mar) + StringCompare(Skin.String(BirthdayDate5),27) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,28 Mar) + StringCompare(Skin.String(BirthdayDate1),28) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,28 Mar) + StringCompare(Skin.String(BirthdayDate2),28) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,28 Mar) + StringCompare(Skin.String(BirthdayDate3),28) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,28 Mar) + StringCompare(Skin.String(BirthdayDate4),28) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,28 Mar) + StringCompare(Skin.String(BirthdayDate5),28) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,29 Mar) + StringCompare(Skin.String(BirthdayDate1),29) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,29 Mar) + StringCompare(Skin.String(BirthdayDate2),29) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,29 Mar) + StringCompare(Skin.String(BirthdayDate3),29) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,29 Mar) + StringCompare(Skin.String(BirthdayDate4),29) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,29 Mar) + StringCompare(Skin.String(BirthdayDate5),29) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,30 Mar) + StringCompare(Skin.String(BirthdayDate1),30) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,30 Mar) + StringCompare(Skin.String(BirthdayDate2),30) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,30 Mar) + StringCompare(Skin.String(BirthdayDate3),30) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,30 Mar) + StringCompare(Skin.String(BirthdayDate4),30) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,30 Mar) + StringCompare(Skin.String(BirthdayDate5),30) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,31 Mar) + StringCompare(Skin.String(BirthdayDate1),31) + StringCompare(Skin.String(BirthdayMonth1),Mar)] | [SubString(System.Date,31 Mar) + StringCompare(Skin.String(BirthdayDate2),31) + StringCompare(Skin.String(BirthdayMonth2),Mar)] | [SubString(System.Date,31 Mar) + StringCompare(Skin.String(BirthdayDate3),31) + StringCompare(Skin.String(BirthdayMonth3),Mar)] | [SubString(System.Date,31 Mar) + StringCompare(Skin.String(BirthdayDate4),31) + StringCompare(Skin.String(BirthdayMonth4),Mar)] | [SubString(System.Date,31 Mar) + StringCompare(Skin.String(BirthdayDate5),31) + StringCompare(Skin.String(BirthdayMonth5),Mar)]</visible>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Dates_SubString_Workaround/Includes_SubString_Workaround_May.xml",
    "content": "<includes>\n\t<include name=\"May\">\n\t\t<!-- used to workout every bloody damn day in the year! because SubString doesn't work with $INFO labels! -->\n\t\t<!-- Structure Date Month for every one bar USA and Canada :/ -->\n\t\t<!-- May -->\n\t\t<control type=\"group\">\n\t\t\t<visible>!SubString(System.Date,10 May) + !SubString(System.Date,11 May) + !SubString(System.Date,12 May) + !SubString(System.Date,13 May) + !SubString(System.Date,14 May) + !SubString(System.Date,15 May) + !SubString(System.Date,16 May) + !SubString(System.Date,17 May) + !SubString(System.Date,18 May) + !SubString(System.Date,19 May) + !SubString(System.Date,21 May) + !SubString(System.Date,22 May) + !SubString(System.Date,23 May) + !SubString(System.Date,24 May) + !SubString(System.Date,25 May) + !SubString(System.Date,26 May) + !SubString(System.Date,27 May) + !SubString(System.Date,28 May) + !SubString(System.Date,29 May) + !SubString(System.Date,31 May)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,1 May) + StringCompare(Skin.String(BirthdayDate1),1) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,1 May) + StringCompare(Skin.String(BirthdayDate2),1) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,1 May) + StringCompare(Skin.String(BirthdayDate3),1) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,1 May) + StringCompare(Skin.String(BirthdayDate4),1) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,1 May) + StringCompare(Skin.String(BirthdayDate5),1) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,2 May) + StringCompare(Skin.String(BirthdayDate1),2) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,2 May) + StringCompare(Skin.String(BirthdayDate2),2) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,2 May) + StringCompare(Skin.String(BirthdayDate3),2) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,2 May) + StringCompare(Skin.String(BirthdayDate4),2) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,2 May) + StringCompare(Skin.String(BirthdayDate5),2) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,3 May) + StringCompare(Skin.String(BirthdayDate1),3) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,3 May) + StringCompare(Skin.String(BirthdayDate2),3) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,3 May) + StringCompare(Skin.String(BirthdayDate3),3) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,3 May) + StringCompare(Skin.String(BirthdayDate4),3) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,3 May) + StringCompare(Skin.String(BirthdayDate5),3) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,4 May) + StringCompare(Skin.String(BirthdayDate1),4) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,4 May) + StringCompare(Skin.String(BirthdayDate2),4) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,4 May) + StringCompare(Skin.String(BirthdayDate3),4) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,4 May) + StringCompare(Skin.String(BirthdayDate4),4) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,4 May) + StringCompare(Skin.String(BirthdayDate5),4) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,5 May) + StringCompare(Skin.String(BirthdayDate1),5) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,5 May) + StringCompare(Skin.String(BirthdayDate2),5) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,5 May) + StringCompare(Skin.String(BirthdayDate3),5) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,5 May) + StringCompare(Skin.String(BirthdayDate4),5) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,5 May) + StringCompare(Skin.String(BirthdayDate5),5) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,6 May) + StringCompare(Skin.String(BirthdayDate1),6) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,6 May) + StringCompare(Skin.String(BirthdayDate2),6) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,6 May) + StringCompare(Skin.String(BirthdayDate3),6) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,6 May) + StringCompare(Skin.String(BirthdayDate4),6) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,6 May) + StringCompare(Skin.String(BirthdayDate5),6) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,7 May) + StringCompare(Skin.String(BirthdayDate1),7) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,7 May) + StringCompare(Skin.String(BirthdayDate2),7) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,7 May) + StringCompare(Skin.String(BirthdayDate3),7) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,7 May) + StringCompare(Skin.String(BirthdayDate4),7) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,7 May) + StringCompare(Skin.String(BirthdayDate5),7) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,8 May) + StringCompare(Skin.String(BirthdayDate1),8) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,8 May) + StringCompare(Skin.String(BirthdayDate2),8) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,8 May) + StringCompare(Skin.String(BirthdayDate3),8) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,8 May) + StringCompare(Skin.String(BirthdayDate4),8) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,8 May) + StringCompare(Skin.String(BirthdayDate5),8) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,9 May) + StringCompare(Skin.String(BirthdayDate1),9) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,9 May) + StringCompare(Skin.String(BirthdayDate2),9) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,9 May) + StringCompare(Skin.String(BirthdayDate3),9) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,9 May) + StringCompare(Skin.String(BirthdayDate4),9) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,9 May) + StringCompare(Skin.String(BirthdayDate5),9) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,10 May) + StringCompare(Skin.String(BirthdayDate1),10) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,10 May) + StringCompare(Skin.String(BirthdayDate2),10) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,10 May) + StringCompare(Skin.String(BirthdayDate3),10) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,10 May) + StringCompare(Skin.String(BirthdayDate4),10) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,10 May) + StringCompare(Skin.String(BirthdayDate5),10) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,11 May) + StringCompare(Skin.String(BirthdayDate1),11) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,11 May) + StringCompare(Skin.String(BirthdayDate2),11) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,11 May) + StringCompare(Skin.String(BirthdayDate3),11) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,11 May) + StringCompare(Skin.String(BirthdayDate4),11) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,11 May) + StringCompare(Skin.String(BirthdayDate5),11) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,12 May) + StringCompare(Skin.String(BirthdayDate1),12) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,12 May) + StringCompare(Skin.String(BirthdayDate2),12) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,12 May) + StringCompare(Skin.String(BirthdayDate3),12) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,12 May) + StringCompare(Skin.String(BirthdayDate4),12) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,12 May) + StringCompare(Skin.String(BirthdayDate5),12) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,13 May) + StringCompare(Skin.String(BirthdayDate1),13) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,13 May) + StringCompare(Skin.String(BirthdayDate2),13) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,13 May) + StringCompare(Skin.String(BirthdayDate3),13) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,13 May) + StringCompare(Skin.String(BirthdayDate4),13) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,13 May) + StringCompare(Skin.String(BirthdayDate5),13) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,14 May) + StringCompare(Skin.String(BirthdayDate1),14) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,14 May) + StringCompare(Skin.String(BirthdayDate2),14) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,14 May) + StringCompare(Skin.String(BirthdayDate3),14) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,14 May) + StringCompare(Skin.String(BirthdayDate4),14) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,14 May) + StringCompare(Skin.String(BirthdayDate5),14) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,15 May) + StringCompare(Skin.String(BirthdayDate1),15) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,15 May) + StringCompare(Skin.String(BirthdayDate2),15) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,15 May) + StringCompare(Skin.String(BirthdayDate3),15) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,15 May) + StringCompare(Skin.String(BirthdayDate4),15) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,15 May) + StringCompare(Skin.String(BirthdayDate5),15) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,16 May) + StringCompare(Skin.String(BirthdayDate1),16) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,16 May) + StringCompare(Skin.String(BirthdayDate2),16) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,16 May) + StringCompare(Skin.String(BirthdayDate3),16) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,16 May) + StringCompare(Skin.String(BirthdayDate4),16) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,16 May) + StringCompare(Skin.String(BirthdayDate5),16) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,17 May) + StringCompare(Skin.String(BirthdayDate1),17) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,17 May) + StringCompare(Skin.String(BirthdayDate2),17) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,17 May) + StringCompare(Skin.String(BirthdayDate3),17) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,17 May) + StringCompare(Skin.String(BirthdayDate4),17) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,17 May) + StringCompare(Skin.String(BirthdayDate5),17) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,18 May) + StringCompare(Skin.String(BirthdayDate1),18) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,18 May) + StringCompare(Skin.String(BirthdayDate2),18) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,18 May) + StringCompare(Skin.String(BirthdayDate3),18) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,18 May) + StringCompare(Skin.String(BirthdayDate4),18) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,18 May) + StringCompare(Skin.String(BirthdayDate5),18) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,19 May) + StringCompare(Skin.String(BirthdayDate1),19) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,19 May) + StringCompare(Skin.String(BirthdayDate2),19) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,19 May) + StringCompare(Skin.String(BirthdayDate3),19) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,19 May) + StringCompare(Skin.String(BirthdayDate4),19) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,19 May) + StringCompare(Skin.String(BirthdayDate5),19) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,20 May) + StringCompare(Skin.String(BirthdayDate1),20) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,20 May) + StringCompare(Skin.String(BirthdayDate2),20) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,20 May) + StringCompare(Skin.String(BirthdayDate3),20) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,20 May) + StringCompare(Skin.String(BirthdayDate4),20) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,20 May) + StringCompare(Skin.String(BirthdayDate5),20) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,21 May) + StringCompare(Skin.String(BirthdayDate1),21) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,21 May) + StringCompare(Skin.String(BirthdayDate2),21) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,21 May) + StringCompare(Skin.String(BirthdayDate3),21) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,21 May) + StringCompare(Skin.String(BirthdayDate4),21) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,21 May) + StringCompare(Skin.String(BirthdayDate5),21) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,22 May) + StringCompare(Skin.String(BirthdayDate1),22) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,22 May) + StringCompare(Skin.String(BirthdayDate2),22) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,22 May) + StringCompare(Skin.String(BirthdayDate3),22) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,22 May) + StringCompare(Skin.String(BirthdayDate4),22) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,22 May) + StringCompare(Skin.String(BirthdayDate5),22) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,23 May) + StringCompare(Skin.String(BirthdayDate1),23) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,23 May) + StringCompare(Skin.String(BirthdayDate2),23) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,23 May) + StringCompare(Skin.String(BirthdayDate3),23) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,23 May) + StringCompare(Skin.String(BirthdayDate4),23) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,23 May) + StringCompare(Skin.String(BirthdayDate5),23) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,24 May) + StringCompare(Skin.String(BirthdayDate1),24) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,24 May) + StringCompare(Skin.String(BirthdayDate2),24) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,24 May) + StringCompare(Skin.String(BirthdayDate3),24) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,24 May) + StringCompare(Skin.String(BirthdayDate4),24) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,24 May) + StringCompare(Skin.String(BirthdayDate5),24) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,25 May) + StringCompare(Skin.String(BirthdayDate1),25) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,25 May) + StringCompare(Skin.String(BirthdayDate2),25) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,25 May) + StringCompare(Skin.String(BirthdayDate3),25) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,25 May) + StringCompare(Skin.String(BirthdayDate4),25) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,25 May) + StringCompare(Skin.String(BirthdayDate5),25) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,26 May) + StringCompare(Skin.String(BirthdayDate1),26) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,26 May) + StringCompare(Skin.String(BirthdayDate2),26) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,26 May) + StringCompare(Skin.String(BirthdayDate3),26) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,26 May) + StringCompare(Skin.String(BirthdayDate4),26) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,26 May) + StringCompare(Skin.String(BirthdayDate5),26) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,27 May) + StringCompare(Skin.String(BirthdayDate1),27) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,27 May) + StringCompare(Skin.String(BirthdayDate2),27) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,27 May) + StringCompare(Skin.String(BirthdayDate3),27) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,27 May) + StringCompare(Skin.String(BirthdayDate4),27) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,27 May) + StringCompare(Skin.String(BirthdayDate5),27) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,28 May) + StringCompare(Skin.String(BirthdayDate1),28) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,28 May) + StringCompare(Skin.String(BirthdayDate2),28) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,28 May) + StringCompare(Skin.String(BirthdayDate3),28) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,28 May) + StringCompare(Skin.String(BirthdayDate4),28) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,28 May) + StringCompare(Skin.String(BirthdayDate5),28) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,29 May) + StringCompare(Skin.String(BirthdayDate1),29) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,29 May) + StringCompare(Skin.String(BirthdayDate2),29) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,29 May) + StringCompare(Skin.String(BirthdayDate3),29) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,29 May) + StringCompare(Skin.String(BirthdayDate4),29) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,29 May) + StringCompare(Skin.String(BirthdayDate5),29) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,30 May) + StringCompare(Skin.String(BirthdayDate1),30) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,30 May) + StringCompare(Skin.String(BirthdayDate2),30) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,30 May) + StringCompare(Skin.String(BirthdayDate3),30) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,30 May) + StringCompare(Skin.String(BirthdayDate4),30) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,30 May) + StringCompare(Skin.String(BirthdayDate5),30) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,31 May) + StringCompare(Skin.String(BirthdayDate1),31) + StringCompare(Skin.String(BirthdayMonth1),May)] | [SubString(System.Date,31 May) + StringCompare(Skin.String(BirthdayDate2),31) + StringCompare(Skin.String(BirthdayMonth2),May)] | [SubString(System.Date,31 May) + StringCompare(Skin.String(BirthdayDate3),31) + StringCompare(Skin.String(BirthdayMonth3),May)] | [SubString(System.Date,31 May) + StringCompare(Skin.String(BirthdayDate4),31) + StringCompare(Skin.String(BirthdayMonth4),May)] | [SubString(System.Date,31 May) + StringCompare(Skin.String(BirthdayDate5),31) + StringCompare(Skin.String(BirthdayMonth5),May)]</visible>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Dates_SubString_Workaround/Includes_SubString_Workaround_Nov.xml",
    "content": "<includes>\n\t<include name=\"Nov\">\n\t\t<!-- used to workout every bloody damn day in the year! because SubString doesn't work with $INFO labels! -->\n\t\t<!-- Structure Date Month for every one bar USA and Canada :/ -->\n\t\t<!-- November -->\n\t\t<control type=\"group\">\n\t\t\t<visible>!SubString(System.Date,10 Nov) + !SubString(System.Date,11 Nov) + !SubString(System.Date,12 Nov) + !SubString(System.Date,13 Nov) + !SubString(System.Date,14 Nov) + !SubString(System.Date,15 Nov) + !SubString(System.Date,16 Nov) + !SubString(System.Date,17 Nov) + !SubString(System.Date,18 Nov) + !SubString(System.Date,19 Nov) + !SubString(System.Date,21 Nov) + !SubString(System.Date,22 Nov) + !SubString(System.Date,23 Nov) + !SubString(System.Date,24 Nov) + !SubString(System.Date,25 Nov) + !SubString(System.Date,26 Nov) + !SubString(System.Date,27 Nov) + !SubString(System.Date,28 Nov) + !SubString(System.Date,29 Nov) + !SubString(System.Date,31 Nov)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,1 Nov) + StringCompare(Skin.String(BirthdayDate1),1) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,1 Nov) + StringCompare(Skin.String(BirthdayDate2),1) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,1 Nov) + StringCompare(Skin.String(BirthdayDate3),1) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,1 Nov) + StringCompare(Skin.String(BirthdayDate4),1) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,1 Nov) + StringCompare(Skin.String(BirthdayDate5),1) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,2 Nov) + StringCompare(Skin.String(BirthdayDate1),2) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,2 Nov) + StringCompare(Skin.String(BirthdayDate2),2) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,2 Nov) + StringCompare(Skin.String(BirthdayDate3),2) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,2 Nov) + StringCompare(Skin.String(BirthdayDate4),2) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,2 Nov) + StringCompare(Skin.String(BirthdayDate5),2) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,3 Nov) + StringCompare(Skin.String(BirthdayDate1),3) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,3 Nov) + StringCompare(Skin.String(BirthdayDate2),3) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,3 Nov) + StringCompare(Skin.String(BirthdayDate3),3) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,3 Nov) + StringCompare(Skin.String(BirthdayDate4),3) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,3 Nov) + StringCompare(Skin.String(BirthdayDate5),3) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,4 Nov) + StringCompare(Skin.String(BirthdayDate1),4) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,4 Nov) + StringCompare(Skin.String(BirthdayDate2),4) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,4 Nov) + StringCompare(Skin.String(BirthdayDate3),4) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,4 Nov) + StringCompare(Skin.String(BirthdayDate4),4) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,4 Nov) + StringCompare(Skin.String(BirthdayDate5),4) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,5 Nov) + StringCompare(Skin.String(BirthdayDate1),5) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,5 Nov) + StringCompare(Skin.String(BirthdayDate2),5) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,5 Nov) + StringCompare(Skin.String(BirthdayDate3),5) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,5 Nov) + StringCompare(Skin.String(BirthdayDate4),5) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,5 Nov) + StringCompare(Skin.String(BirthdayDate5),5) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,6 Nov) + StringCompare(Skin.String(BirthdayDate1),6) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,6 Nov) + StringCompare(Skin.String(BirthdayDate2),6) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,6 Nov) + StringCompare(Skin.String(BirthdayDate3),6) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,6 Nov) + StringCompare(Skin.String(BirthdayDate4),6) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,6 Nov) + StringCompare(Skin.String(BirthdayDate5),6) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,7 Nov) + StringCompare(Skin.String(BirthdayDate1),7) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,7 Nov) + StringCompare(Skin.String(BirthdayDate2),7) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,7 Nov) + StringCompare(Skin.String(BirthdayDate3),7) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,7 Nov) + StringCompare(Skin.String(BirthdayDate4),7) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,7 Nov) + StringCompare(Skin.String(BirthdayDate5),7) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,8 Nov) + StringCompare(Skin.String(BirthdayDate1),8) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,8 Nov) + StringCompare(Skin.String(BirthdayDate2),8) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,8 Nov) + StringCompare(Skin.String(BirthdayDate3),8) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,8 Nov) + StringCompare(Skin.String(BirthdayDate4),8) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,8 Nov) + StringCompare(Skin.String(BirthdayDate5),8) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,9 Nov) + StringCompare(Skin.String(BirthdayDate1),9) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,9 Nov) + StringCompare(Skin.String(BirthdayDate2),9) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,9 Nov) + StringCompare(Skin.String(BirthdayDate3),9) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,9 Nov) + StringCompare(Skin.String(BirthdayDate4),9) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,9 Nov) + StringCompare(Skin.String(BirthdayDate5),9) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,10 Nov) + StringCompare(Skin.String(BirthdayDate1),10) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,10 Nov) + StringCompare(Skin.String(BirthdayDate2),10) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,10 Nov) + StringCompare(Skin.String(BirthdayDate3),10) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,10 Nov) + StringCompare(Skin.String(BirthdayDate4),10) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,10 Nov) + StringCompare(Skin.String(BirthdayDate5),10) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,11 Nov) + StringCompare(Skin.String(BirthdayDate1),11) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,11 Nov) + StringCompare(Skin.String(BirthdayDate2),11) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,11 Nov) + StringCompare(Skin.String(BirthdayDate3),11) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,11 Nov) + StringCompare(Skin.String(BirthdayDate4),11) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,11 Nov) + StringCompare(Skin.String(BirthdayDate5),11) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,12 Nov) + StringCompare(Skin.String(BirthdayDate1),12) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,12 Nov) + StringCompare(Skin.String(BirthdayDate2),12) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,12 Nov) + StringCompare(Skin.String(BirthdayDate3),12) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,12 Nov) + StringCompare(Skin.String(BirthdayDate4),12) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,12 Nov) + StringCompare(Skin.String(BirthdayDate5),12) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,13 Nov) + StringCompare(Skin.String(BirthdayDate1),13) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,13 Nov) + StringCompare(Skin.String(BirthdayDate2),13) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,13 Nov) + StringCompare(Skin.String(BirthdayDate3),13) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,13 Nov) + StringCompare(Skin.String(BirthdayDate4),13) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,13 Nov) + StringCompare(Skin.String(BirthdayDate5),13) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,14 Nov) + StringCompare(Skin.String(BirthdayDate1),14) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,14 Nov) + StringCompare(Skin.String(BirthdayDate2),14) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,14 Nov) + StringCompare(Skin.String(BirthdayDate3),14) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,14 Nov) + StringCompare(Skin.String(BirthdayDate4),14) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,14 Nov) + StringCompare(Skin.String(BirthdayDate5),14) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,15 Nov) + StringCompare(Skin.String(BirthdayDate1),15) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,15 Nov) + StringCompare(Skin.String(BirthdayDate2),15) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,15 Nov) + StringCompare(Skin.String(BirthdayDate3),15) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,15 Nov) + StringCompare(Skin.String(BirthdayDate4),15) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,15 Nov) + StringCompare(Skin.String(BirthdayDate5),15) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,16 Nov) + StringCompare(Skin.String(BirthdayDate1),16) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,16 Nov) + StringCompare(Skin.String(BirthdayDate2),16) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,16 Nov) + StringCompare(Skin.String(BirthdayDate3),16) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,16 Nov) + StringCompare(Skin.String(BirthdayDate4),16) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,16 Nov) + StringCompare(Skin.String(BirthdayDate5),16) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,17 Nov) + StringCompare(Skin.String(BirthdayDate1),17) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,17 Nov) + StringCompare(Skin.String(BirthdayDate2),17) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,17 Nov) + StringCompare(Skin.String(BirthdayDate3),17) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,17 Nov) + StringCompare(Skin.String(BirthdayDate4),17) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,17 Nov) + StringCompare(Skin.String(BirthdayDate5),17) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,18 Nov) + StringCompare(Skin.String(BirthdayDate1),18) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,18 Nov) + StringCompare(Skin.String(BirthdayDate2),18) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,18 Nov) + StringCompare(Skin.String(BirthdayDate3),18) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,18 Nov) + StringCompare(Skin.String(BirthdayDate4),18) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,18 Nov) + StringCompare(Skin.String(BirthdayDate5),18) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,19 Nov) + StringCompare(Skin.String(BirthdayDate1),19) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,19 Nov) + StringCompare(Skin.String(BirthdayDate2),19) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,19 Nov) + StringCompare(Skin.String(BirthdayDate3),19) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,19 Nov) + StringCompare(Skin.String(BirthdayDate4),19) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,19 Nov) + StringCompare(Skin.String(BirthdayDate5),19) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,20 Nov) + StringCompare(Skin.String(BirthdayDate1),20) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,20 Nov) + StringCompare(Skin.String(BirthdayDate2),20) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,20 Nov) + StringCompare(Skin.String(BirthdayDate3),20) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,20 Nov) + StringCompare(Skin.String(BirthdayDate4),20) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,20 Nov) + StringCompare(Skin.String(BirthdayDate5),20) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,21 Nov) + StringCompare(Skin.String(BirthdayDate1),21) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,21 Nov) + StringCompare(Skin.String(BirthdayDate2),21) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,21 Nov) + StringCompare(Skin.String(BirthdayDate3),21) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,21 Nov) + StringCompare(Skin.String(BirthdayDate4),21) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,21 Nov) + StringCompare(Skin.String(BirthdayDate5),21) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,22 Nov) + StringCompare(Skin.String(BirthdayDate1),22) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,22 Nov) + StringCompare(Skin.String(BirthdayDate2),22) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,22 Nov) + StringCompare(Skin.String(BirthdayDate3),22) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,22 Nov) + StringCompare(Skin.String(BirthdayDate4),22) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,22 Nov) + StringCompare(Skin.String(BirthdayDate5),22) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,23 Nov) + StringCompare(Skin.String(BirthdayDate1),23) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,23 Nov) + StringCompare(Skin.String(BirthdayDate2),23) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,23 Nov) + StringCompare(Skin.String(BirthdayDate3),23) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,23 Nov) + StringCompare(Skin.String(BirthdayDate4),23) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,23 Nov) + StringCompare(Skin.String(BirthdayDate5),23) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,24 Nov) + StringCompare(Skin.String(BirthdayDate1),24) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,24 Nov) + StringCompare(Skin.String(BirthdayDate2),24) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,24 Nov) + StringCompare(Skin.String(BirthdayDate3),24) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,24 Nov) + StringCompare(Skin.String(BirthdayDate4),24) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,24 Nov) + StringCompare(Skin.String(BirthdayDate5),24) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,25 Nov) + StringCompare(Skin.String(BirthdayDate1),25) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,25 Nov) + StringCompare(Skin.String(BirthdayDate2),25) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,25 Nov) + StringCompare(Skin.String(BirthdayDate3),25) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,25 Nov) + StringCompare(Skin.String(BirthdayDate4),25) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,25 Nov) + StringCompare(Skin.String(BirthdayDate5),25) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,26 Nov) + StringCompare(Skin.String(BirthdayDate1),26) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,26 Nov) + StringCompare(Skin.String(BirthdayDate2),26) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,26 Nov) + StringCompare(Skin.String(BirthdayDate3),26) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,26 Nov) + StringCompare(Skin.String(BirthdayDate4),26) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,26 Nov) + StringCompare(Skin.String(BirthdayDate5),26) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,27 Nov) + StringCompare(Skin.String(BirthdayDate1),27) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,27 Nov) + StringCompare(Skin.String(BirthdayDate2),27) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,27 Nov) + StringCompare(Skin.String(BirthdayDate3),27) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,27 Nov) + StringCompare(Skin.String(BirthdayDate4),27) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,27 Nov) + StringCompare(Skin.String(BirthdayDate5),27) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,28 Nov) + StringCompare(Skin.String(BirthdayDate1),28) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,28 Nov) + StringCompare(Skin.String(BirthdayDate2),28) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,28 Nov) + StringCompare(Skin.String(BirthdayDate3),28) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,28 Nov) + StringCompare(Skin.String(BirthdayDate4),28) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,28 Nov) + StringCompare(Skin.String(BirthdayDate5),28) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,29 Nov) + StringCompare(Skin.String(BirthdayDate1),29) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,29 Nov) + StringCompare(Skin.String(BirthdayDate2),29) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,29 Nov) + StringCompare(Skin.String(BirthdayDate3),29) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,29 Nov) + StringCompare(Skin.String(BirthdayDate4),29) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,29 Nov) + StringCompare(Skin.String(BirthdayDate5),29) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,30 Nov) + StringCompare(Skin.String(BirthdayDate1),30) + StringCompare(Skin.String(BirthdayMonth1),Nov)] | [SubString(System.Date,30 Nov) + StringCompare(Skin.String(BirthdayDate2),30) + StringCompare(Skin.String(BirthdayMonth2),Nov)] | [SubString(System.Date,30 Nov) + StringCompare(Skin.String(BirthdayDate3),30) + StringCompare(Skin.String(BirthdayMonth3),Nov)] | [SubString(System.Date,30 Nov) + StringCompare(Skin.String(BirthdayDate4),30) + StringCompare(Skin.String(BirthdayMonth4),Nov)] | [SubString(System.Date,30 Nov) + StringCompare(Skin.String(BirthdayDate5),30) + StringCompare(Skin.String(BirthdayMonth5),Nov)]</visible>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Dates_SubString_Workaround/Includes_SubString_Workaround_Oct.xml",
    "content": "<includes>\n\t<include name=\"Oct\">\n\t\t<!-- used to workout every bloody damn day in the year! because SubString doesn't work with $INFO labels! -->\n\t\t<!-- Structure Date Month for every one bar USA and Canada :/ -->\n\t\t<!-- October -->\n\t\t<control type=\"group\">\n\t\t\t<visible>!SubString(System.Date,10 Oct) + !SubString(System.Date,11 Oct) + !SubString(System.Date,12 Oct) + !SubString(System.Date,13 Oct) + !SubString(System.Date,14 Oct) + !SubString(System.Date,15 Oct) + !SubString(System.Date,16 Oct) + !SubString(System.Date,17 Oct) + !SubString(System.Date,18 Oct) + !SubString(System.Date,19 Oct) + !SubString(System.Date,21 Oct) + !SubString(System.Date,22 Oct) + !SubString(System.Date,23 Oct) + !SubString(System.Date,24 Oct) + !SubString(System.Date,25 Oct) + !SubString(System.Date,26 Oct) + !SubString(System.Date,27 Oct) + !SubString(System.Date,28 Oct) + !SubString(System.Date,29 Oct) + !SubString(System.Date,31 Oct)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,1 Oct) + StringCompare(Skin.String(BirthdayDate1),1) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,1 Oct) + StringCompare(Skin.String(BirthdayDate2),1) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,1 Oct) + StringCompare(Skin.String(BirthdayDate3),1) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,1 Oct) + StringCompare(Skin.String(BirthdayDate4),1) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,1 Oct) + StringCompare(Skin.String(BirthdayDate5),1) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,2 Oct) + StringCompare(Skin.String(BirthdayDate1),2) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,2 Oct) + StringCompare(Skin.String(BirthdayDate2),2) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,2 Oct) + StringCompare(Skin.String(BirthdayDate3),2) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,2 Oct) + StringCompare(Skin.String(BirthdayDate4),2) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,2 Oct) + StringCompare(Skin.String(BirthdayDate5),2) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,3 Oct) + StringCompare(Skin.String(BirthdayDate1),3) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,3 Oct) + StringCompare(Skin.String(BirthdayDate2),3) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,3 Oct) + StringCompare(Skin.String(BirthdayDate3),3) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,3 Oct) + StringCompare(Skin.String(BirthdayDate4),3) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,3 Oct) + StringCompare(Skin.String(BirthdayDate5),3) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,4 Oct) + StringCompare(Skin.String(BirthdayDate1),4) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,4 Oct) + StringCompare(Skin.String(BirthdayDate2),4) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,4 Oct) + StringCompare(Skin.String(BirthdayDate3),4) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,4 Oct) + StringCompare(Skin.String(BirthdayDate4),4) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,4 Oct) + StringCompare(Skin.String(BirthdayDate5),4) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,5 Oct) + StringCompare(Skin.String(BirthdayDate1),5) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,5 Oct) + StringCompare(Skin.String(BirthdayDate2),5) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,5 Oct) + StringCompare(Skin.String(BirthdayDate3),5) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,5 Oct) + StringCompare(Skin.String(BirthdayDate4),5) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,5 Oct) + StringCompare(Skin.String(BirthdayDate5),5) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,6 Oct) + StringCompare(Skin.String(BirthdayDate1),6) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,6 Oct) + StringCompare(Skin.String(BirthdayDate2),6) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,6 Oct) + StringCompare(Skin.String(BirthdayDate3),6) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,6 Oct) + StringCompare(Skin.String(BirthdayDate4),6) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,6 Oct) + StringCompare(Skin.String(BirthdayDate5),6) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,7 Oct) + StringCompare(Skin.String(BirthdayDate1),7) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,7 Oct) + StringCompare(Skin.String(BirthdayDate2),7) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,7 Oct) + StringCompare(Skin.String(BirthdayDate3),7) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,7 Oct) + StringCompare(Skin.String(BirthdayDate4),7) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,7 Oct) + StringCompare(Skin.String(BirthdayDate5),7) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,8 Oct) + StringCompare(Skin.String(BirthdayDate1),8) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,8 Oct) + StringCompare(Skin.String(BirthdayDate2),8) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,8 Oct) + StringCompare(Skin.String(BirthdayDate3),8) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,8 Oct) + StringCompare(Skin.String(BirthdayDate4),8) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,8 Oct) + StringCompare(Skin.String(BirthdayDate5),8) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,9 Oct) + StringCompare(Skin.String(BirthdayDate1),9) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,9 Oct) + StringCompare(Skin.String(BirthdayDate2),9) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,9 Oct) + StringCompare(Skin.String(BirthdayDate3),9) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,9 Oct) + StringCompare(Skin.String(BirthdayDate4),9) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,9 Oct) + StringCompare(Skin.String(BirthdayDate5),9) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,10 Oct) + StringCompare(Skin.String(BirthdayDate1),10) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,10 Oct) + StringCompare(Skin.String(BirthdayDate2),10) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,10 Oct) + StringCompare(Skin.String(BirthdayDate3),10) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,10 Oct) + StringCompare(Skin.String(BirthdayDate4),10) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,10 Oct) + StringCompare(Skin.String(BirthdayDate5),10) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,11 Oct) + StringCompare(Skin.String(BirthdayDate1),11) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,11 Oct) + StringCompare(Skin.String(BirthdayDate2),11) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,11 Oct) + StringCompare(Skin.String(BirthdayDate3),11) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,11 Oct) + StringCompare(Skin.String(BirthdayDate4),11) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,11 Oct) + StringCompare(Skin.String(BirthdayDate5),11) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,12 Oct) + StringCompare(Skin.String(BirthdayDate1),12) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,12 Oct) + StringCompare(Skin.String(BirthdayDate2),12) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,12 Oct) + StringCompare(Skin.String(BirthdayDate3),12) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,12 Oct) + StringCompare(Skin.String(BirthdayDate4),12) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,12 Oct) + StringCompare(Skin.String(BirthdayDate5),12) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,13 Oct) + StringCompare(Skin.String(BirthdayDate1),13) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,13 Oct) + StringCompare(Skin.String(BirthdayDate2),13) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,13 Oct) + StringCompare(Skin.String(BirthdayDate3),13) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,13 Oct) + StringCompare(Skin.String(BirthdayDate4),13) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,13 Oct) + StringCompare(Skin.String(BirthdayDate5),13) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,14 Oct) + StringCompare(Skin.String(BirthdayDate1),14) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,14 Oct) + StringCompare(Skin.String(BirthdayDate2),14) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,14 Oct) + StringCompare(Skin.String(BirthdayDate3),14) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,14 Oct) + StringCompare(Skin.String(BirthdayDate4),14) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,14 Oct) + StringCompare(Skin.String(BirthdayDate5),14) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,15 Oct) + StringCompare(Skin.String(BirthdayDate1),15) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,15 Oct) + StringCompare(Skin.String(BirthdayDate2),15) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,15 Oct) + StringCompare(Skin.String(BirthdayDate3),15) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,15 Oct) + StringCompare(Skin.String(BirthdayDate4),15) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,15 Oct) + StringCompare(Skin.String(BirthdayDate5),15) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,16 Oct) + StringCompare(Skin.String(BirthdayDate1),16) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,16 Oct) + StringCompare(Skin.String(BirthdayDate2),16) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,16 Oct) + StringCompare(Skin.String(BirthdayDate3),16) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,16 Oct) + StringCompare(Skin.String(BirthdayDate4),16) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,16 Oct) + StringCompare(Skin.String(BirthdayDate5),16) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,17 Oct) + StringCompare(Skin.String(BirthdayDate1),17) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,17 Oct) + StringCompare(Skin.String(BirthdayDate2),17) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,17 Oct) + StringCompare(Skin.String(BirthdayDate3),17) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,17 Oct) + StringCompare(Skin.String(BirthdayDate4),17) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,17 Oct) + StringCompare(Skin.String(BirthdayDate5),17) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,18 Oct) + StringCompare(Skin.String(BirthdayDate1),18) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,18 Oct) + StringCompare(Skin.String(BirthdayDate2),18) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,18 Oct) + StringCompare(Skin.String(BirthdayDate3),18) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,18 Oct) + StringCompare(Skin.String(BirthdayDate4),18) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,18 Oct) + StringCompare(Skin.String(BirthdayDate5),18) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,19 Oct) + StringCompare(Skin.String(BirthdayDate1),19) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,19 Oct) + StringCompare(Skin.String(BirthdayDate2),19) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,19 Oct) + StringCompare(Skin.String(BirthdayDate3),19) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,19 Oct) + StringCompare(Skin.String(BirthdayDate4),19) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,19 Oct) + StringCompare(Skin.String(BirthdayDate5),19) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,20 Oct) + StringCompare(Skin.String(BirthdayDate1),20) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,20 Oct) + StringCompare(Skin.String(BirthdayDate2),20) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,20 Oct) + StringCompare(Skin.String(BirthdayDate3),20) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,20 Oct) + StringCompare(Skin.String(BirthdayDate4),20) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,20 Oct) + StringCompare(Skin.String(BirthdayDate5),20) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,21 Oct) + StringCompare(Skin.String(BirthdayDate1),21) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,21 Oct) + StringCompare(Skin.String(BirthdayDate2),21) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,21 Oct) + StringCompare(Skin.String(BirthdayDate3),21) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,21 Oct) + StringCompare(Skin.String(BirthdayDate4),21) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,21 Oct) + StringCompare(Skin.String(BirthdayDate5),21) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,22 Oct) + StringCompare(Skin.String(BirthdayDate1),22) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,22 Oct) + StringCompare(Skin.String(BirthdayDate2),22) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,22 Oct) + StringCompare(Skin.String(BirthdayDate3),22) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,22 Oct) + StringCompare(Skin.String(BirthdayDate4),22) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,22 Oct) + StringCompare(Skin.String(BirthdayDate5),22) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,23 Oct) + StringCompare(Skin.String(BirthdayDate1),23) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,23 Oct) + StringCompare(Skin.String(BirthdayDate2),23) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,23 Oct) + StringCompare(Skin.String(BirthdayDate3),23) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,23 Oct) + StringCompare(Skin.String(BirthdayDate4),23) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,23 Oct) + StringCompare(Skin.String(BirthdayDate5),23) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,24 Oct) + StringCompare(Skin.String(BirthdayDate1),24) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,24 Oct) + StringCompare(Skin.String(BirthdayDate2),24) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,24 Oct) + StringCompare(Skin.String(BirthdayDate3),24) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,24 Oct) + StringCompare(Skin.String(BirthdayDate4),24) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,24 Oct) + StringCompare(Skin.String(BirthdayDate5),24) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,25 Oct) + StringCompare(Skin.String(BirthdayDate1),25) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,25 Oct) + StringCompare(Skin.String(BirthdayDate2),25) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,25 Oct) + StringCompare(Skin.String(BirthdayDate3),25) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,25 Oct) + StringCompare(Skin.String(BirthdayDate4),25) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,25 Oct) + StringCompare(Skin.String(BirthdayDate5),25) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,26 Oct) + StringCompare(Skin.String(BirthdayDate1),26) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,26 Oct) + StringCompare(Skin.String(BirthdayDate2),26) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,26 Oct) + StringCompare(Skin.String(BirthdayDate3),26) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,26 Oct) + StringCompare(Skin.String(BirthdayDate4),26) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,26 Oct) + StringCompare(Skin.String(BirthdayDate5),26) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,27 Oct) + StringCompare(Skin.String(BirthdayDate1),27) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,27 Oct) + StringCompare(Skin.String(BirthdayDate2),27) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,27 Oct) + StringCompare(Skin.String(BirthdayDate3),27) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,27 Oct) + StringCompare(Skin.String(BirthdayDate4),27) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,27 Oct) + StringCompare(Skin.String(BirthdayDate5),27) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,28 Oct) + StringCompare(Skin.String(BirthdayDate1),28) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,28 Oct) + StringCompare(Skin.String(BirthdayDate2),28) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,28 Oct) + StringCompare(Skin.String(BirthdayDate3),28) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,28 Oct) + StringCompare(Skin.String(BirthdayDate4),28) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,28 Oct) + StringCompare(Skin.String(BirthdayDate5),28) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,29 Oct) + StringCompare(Skin.String(BirthdayDate1),29) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,29 Oct) + StringCompare(Skin.String(BirthdayDate2),29) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,29 Oct) + StringCompare(Skin.String(BirthdayDate3),29) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,29 Oct) + StringCompare(Skin.String(BirthdayDate4),29) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,29 Oct) + StringCompare(Skin.String(BirthdayDate5),29) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,30 Oct) + StringCompare(Skin.String(BirthdayDate1),30) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,30 Oct) + StringCompare(Skin.String(BirthdayDate2),30) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,30 Oct) + StringCompare(Skin.String(BirthdayDate3),30) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,30 Oct) + StringCompare(Skin.String(BirthdayDate4),30) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,30 Oct) + StringCompare(Skin.String(BirthdayDate5),30) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,31 Oct) + StringCompare(Skin.String(BirthdayDate1),31) + StringCompare(Skin.String(BirthdayMonth1),Oct)] | [SubString(System.Date,31 Oct) + StringCompare(Skin.String(BirthdayDate2),31) + StringCompare(Skin.String(BirthdayMonth2),Oct)] | [SubString(System.Date,31 Oct) + StringCompare(Skin.String(BirthdayDate3),31) + StringCompare(Skin.String(BirthdayMonth3),Oct)] | [SubString(System.Date,31 Oct) + StringCompare(Skin.String(BirthdayDate4),31) + StringCompare(Skin.String(BirthdayMonth4),Oct)] | [SubString(System.Date,31 Oct) + StringCompare(Skin.String(BirthdayDate5),31) + StringCompare(Skin.String(BirthdayMonth5),Oct)]</visible>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Dates_SubString_Workaround/Includes_SubString_Workaround_Sep.xml",
    "content": "<includes>\n\t<include name=\"Sep\">\n\t\t<!-- used to workout every bloody damn day in the year! because SubString doesn't work with $INFO labels! -->\n\t\t<!-- Structure Date Month for every one bar USA and Canada :/ -->\n\t\t<!-- September -->\n\t\t<control type=\"group\">\n\t\t\t<visible>!SubString(System.Date,10 Sep) + !SubString(System.Date,11 Sep) + !SubString(System.Date,12 Sep) + !SubString(System.Date,13 Sep) + !SubString(System.Date,14 Sep) + !SubString(System.Date,15 Sep) + !SubString(System.Date,16 Sep) + !SubString(System.Date,17 Sep) + !SubString(System.Date,18 Sep) + !SubString(System.Date,19 Sep) + !SubString(System.Date,21 Sep) + !SubString(System.Date,22 Sep) + !SubString(System.Date,23 Sep) + !SubString(System.Date,24 Sep) + !SubString(System.Date,25 Sep) + !SubString(System.Date,26 Sep) + !SubString(System.Date,27 Sep) + !SubString(System.Date,28 Sep) + !SubString(System.Date,29 Sep) + !SubString(System.Date,31 Sep)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,1 Sep) + StringCompare(Skin.String(BirthdayDate1),1) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,1 Sep) + StringCompare(Skin.String(BirthdayDate2),1) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,1 Sep) + StringCompare(Skin.String(BirthdayDate3),1) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,1 Sep) + StringCompare(Skin.String(BirthdayDate4),1) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,1 Sep) + StringCompare(Skin.String(BirthdayDate5),1) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,2 Sep) + StringCompare(Skin.String(BirthdayDate1),2) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,2 Sep) + StringCompare(Skin.String(BirthdayDate2),2) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,2 Sep) + StringCompare(Skin.String(BirthdayDate3),2) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,2 Sep) + StringCompare(Skin.String(BirthdayDate4),2) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,2 Sep) + StringCompare(Skin.String(BirthdayDate5),2) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,3 Sep) + StringCompare(Skin.String(BirthdayDate1),3) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,3 Sep) + StringCompare(Skin.String(BirthdayDate2),3) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,3 Sep) + StringCompare(Skin.String(BirthdayDate3),3) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,3 Sep) + StringCompare(Skin.String(BirthdayDate4),3) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,3 Sep) + StringCompare(Skin.String(BirthdayDate5),3) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,4 Sep) + StringCompare(Skin.String(BirthdayDate1),4) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,4 Sep) + StringCompare(Skin.String(BirthdayDate2),4) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,4 Sep) + StringCompare(Skin.String(BirthdayDate3),4) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,4 Sep) + StringCompare(Skin.String(BirthdayDate4),4) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,4 Sep) + StringCompare(Skin.String(BirthdayDate5),4) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,5 Sep) + StringCompare(Skin.String(BirthdayDate1),5) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,5 Sep) + StringCompare(Skin.String(BirthdayDate2),5) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,5 Sep) + StringCompare(Skin.String(BirthdayDate3),5) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,5 Sep) + StringCompare(Skin.String(BirthdayDate4),5) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,5 Sep) + StringCompare(Skin.String(BirthdayDate5),5) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,6 Sep) + StringCompare(Skin.String(BirthdayDate1),6) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,6 Sep) + StringCompare(Skin.String(BirthdayDate2),6) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,6 Sep) + StringCompare(Skin.String(BirthdayDate3),6) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,6 Sep) + StringCompare(Skin.String(BirthdayDate4),6) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,6 Sep) + StringCompare(Skin.String(BirthdayDate5),6) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,7 Sep) + StringCompare(Skin.String(BirthdayDate1),7) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,7 Sep) + StringCompare(Skin.String(BirthdayDate2),7) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,7 Sep) + StringCompare(Skin.String(BirthdayDate3),7) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,7 Sep) + StringCompare(Skin.String(BirthdayDate4),7) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,7 Sep) + StringCompare(Skin.String(BirthdayDate5),7) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,8 Sep) + StringCompare(Skin.String(BirthdayDate1),8) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,8 Sep) + StringCompare(Skin.String(BirthdayDate2),8) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,8 Sep) + StringCompare(Skin.String(BirthdayDate3),8) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,8 Sep) + StringCompare(Skin.String(BirthdayDate4),8) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,8 Sep) + StringCompare(Skin.String(BirthdayDate5),8) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>birthday</include>\n\t\t\t\t<visible>[SubString(System.Date,9 Sep) + StringCompare(Skin.String(BirthdayDate1),9) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,9 Sep) + StringCompare(Skin.String(BirthdayDate2),9) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,9 Sep) + StringCompare(Skin.String(BirthdayDate3),9) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,9 Sep) + StringCompare(Skin.String(BirthdayDate4),9) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,9 Sep) + StringCompare(Skin.String(BirthdayDate5),9) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,10 Sep) + StringCompare(Skin.String(BirthdayDate1),10) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,10 Sep) + StringCompare(Skin.String(BirthdayDate2),10) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,10 Sep) + StringCompare(Skin.String(BirthdayDate3),10) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,10 Sep) + StringCompare(Skin.String(BirthdayDate4),10) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,10 Sep) + StringCompare(Skin.String(BirthdayDate5),10) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,11 Sep) + StringCompare(Skin.String(BirthdayDate1),11) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,11 Sep) + StringCompare(Skin.String(BirthdayDate2),11) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,11 Sep) + StringCompare(Skin.String(BirthdayDate3),11) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,11 Sep) + StringCompare(Skin.String(BirthdayDate4),11) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,11 Sep) + StringCompare(Skin.String(BirthdayDate5),11) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,12 Sep) + StringCompare(Skin.String(BirthdayDate1),12) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,12 Sep) + StringCompare(Skin.String(BirthdayDate2),12) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,12 Sep) + StringCompare(Skin.String(BirthdayDate3),12) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,12 Sep) + StringCompare(Skin.String(BirthdayDate4),12) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,12 Sep) + StringCompare(Skin.String(BirthdayDate5),12) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,13 Sep) + StringCompare(Skin.String(BirthdayDate1),13) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,13 Sep) + StringCompare(Skin.String(BirthdayDate2),13) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,13 Sep) + StringCompare(Skin.String(BirthdayDate3),13) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,13 Sep) + StringCompare(Skin.String(BirthdayDate4),13) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,13 Sep) + StringCompare(Skin.String(BirthdayDate5),13) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,14 Sep) + StringCompare(Skin.String(BirthdayDate1),14) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,14 Sep) + StringCompare(Skin.String(BirthdayDate2),14) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,14 Sep) + StringCompare(Skin.String(BirthdayDate3),14) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,14 Sep) + StringCompare(Skin.String(BirthdayDate4),14) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,14 Sep) + StringCompare(Skin.String(BirthdayDate5),14) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,15 Sep) + StringCompare(Skin.String(BirthdayDate1),15) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,15 Sep) + StringCompare(Skin.String(BirthdayDate2),15) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,15 Sep) + StringCompare(Skin.String(BirthdayDate3),15) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,15 Sep) + StringCompare(Skin.String(BirthdayDate4),15) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,15 Sep) + StringCompare(Skin.String(BirthdayDate5),15) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,16 Sep) + StringCompare(Skin.String(BirthdayDate1),16) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,16 Sep) + StringCompare(Skin.String(BirthdayDate2),16) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,16 Sep) + StringCompare(Skin.String(BirthdayDate3),16) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,16 Sep) + StringCompare(Skin.String(BirthdayDate4),16) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,16 Sep) + StringCompare(Skin.String(BirthdayDate5),16) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,17 Sep) + StringCompare(Skin.String(BirthdayDate1),17) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,17 Sep) + StringCompare(Skin.String(BirthdayDate2),17) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,17 Sep) + StringCompare(Skin.String(BirthdayDate3),17) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,17 Sep) + StringCompare(Skin.String(BirthdayDate4),17) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,17 Sep) + StringCompare(Skin.String(BirthdayDate5),17) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,18 Sep) + StringCompare(Skin.String(BirthdayDate1),18) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,18 Sep) + StringCompare(Skin.String(BirthdayDate2),18) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,18 Sep) + StringCompare(Skin.String(BirthdayDate3),18) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,18 Sep) + StringCompare(Skin.String(BirthdayDate4),18) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,18 Sep) + StringCompare(Skin.String(BirthdayDate5),18) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,19 Sep) + StringCompare(Skin.String(BirthdayDate1),19) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,19 Sep) + StringCompare(Skin.String(BirthdayDate2),19) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,19 Sep) + StringCompare(Skin.String(BirthdayDate3),19) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,19 Sep) + StringCompare(Skin.String(BirthdayDate4),19) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,19 Sep) + StringCompare(Skin.String(BirthdayDate5),19) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,20 Sep) + StringCompare(Skin.String(BirthdayDate1),20) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,20 Sep) + StringCompare(Skin.String(BirthdayDate2),20) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,20 Sep) + StringCompare(Skin.String(BirthdayDate3),20) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,20 Sep) + StringCompare(Skin.String(BirthdayDate4),20) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,20 Sep) + StringCompare(Skin.String(BirthdayDate5),20) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,21 Sep) + StringCompare(Skin.String(BirthdayDate1),21) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,21 Sep) + StringCompare(Skin.String(BirthdayDate2),21) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,21 Sep) + StringCompare(Skin.String(BirthdayDate3),21) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,21 Sep) + StringCompare(Skin.String(BirthdayDate4),21) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,21 Sep) + StringCompare(Skin.String(BirthdayDate5),21) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,22 Sep) + StringCompare(Skin.String(BirthdayDate1),22) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,22 Sep) + StringCompare(Skin.String(BirthdayDate2),22) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,22 Sep) + StringCompare(Skin.String(BirthdayDate3),22) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,22 Sep) + StringCompare(Skin.String(BirthdayDate4),22) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,22 Sep) + StringCompare(Skin.String(BirthdayDate5),22) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,23 Sep) + StringCompare(Skin.String(BirthdayDate1),23) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,23 Sep) + StringCompare(Skin.String(BirthdayDate2),23) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,23 Sep) + StringCompare(Skin.String(BirthdayDate3),23) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,23 Sep) + StringCompare(Skin.String(BirthdayDate4),23) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,23 Sep) + StringCompare(Skin.String(BirthdayDate5),23) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,24 Sep) + StringCompare(Skin.String(BirthdayDate1),24) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,24 Sep) + StringCompare(Skin.String(BirthdayDate2),24) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,24 Sep) + StringCompare(Skin.String(BirthdayDate3),24) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,24 Sep) + StringCompare(Skin.String(BirthdayDate4),24) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,24 Sep) + StringCompare(Skin.String(BirthdayDate5),24) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,25 Sep) + StringCompare(Skin.String(BirthdayDate1),25) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,25 Sep) + StringCompare(Skin.String(BirthdayDate2),25) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,25 Sep) + StringCompare(Skin.String(BirthdayDate3),25) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,25 Sep) + StringCompare(Skin.String(BirthdayDate4),25) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,25 Sep) + StringCompare(Skin.String(BirthdayDate5),25) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,26 Sep) + StringCompare(Skin.String(BirthdayDate1),26) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,26 Sep) + StringCompare(Skin.String(BirthdayDate2),26) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,26 Sep) + StringCompare(Skin.String(BirthdayDate3),26) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,26 Sep) + StringCompare(Skin.String(BirthdayDate4),26) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,26 Sep) + StringCompare(Skin.String(BirthdayDate5),26) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,27 Sep) + StringCompare(Skin.String(BirthdayDate1),27) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,27 Sep) + StringCompare(Skin.String(BirthdayDate2),27) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,27 Sep) + StringCompare(Skin.String(BirthdayDate3),27) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,27 Sep) + StringCompare(Skin.String(BirthdayDate4),27) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,27 Sep) + StringCompare(Skin.String(BirthdayDate5),27) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,28 Sep) + StringCompare(Skin.String(BirthdayDate1),28) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,28 Sep) + StringCompare(Skin.String(BirthdayDate2),28) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,28 Sep) + StringCompare(Skin.String(BirthdayDate3),28) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,28 Sep) + StringCompare(Skin.String(BirthdayDate4),28) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,28 Sep) + StringCompare(Skin.String(BirthdayDate5),28) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,29 Sep) + StringCompare(Skin.String(BirthdayDate1),29) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,29 Sep) + StringCompare(Skin.String(BirthdayDate2),29) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,29 Sep) + StringCompare(Skin.String(BirthdayDate3),29) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,29 Sep) + StringCompare(Skin.String(BirthdayDate4),29) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,29 Sep) + StringCompare(Skin.String(BirthdayDate5),29) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>birthday</include>\n\t\t\t<visible>[SubString(System.Date,30 Sep) + StringCompare(Skin.String(BirthdayDate1),30) + StringCompare(Skin.String(BirthdayMonth1),Sep)] | [SubString(System.Date,30 Sep) + StringCompare(Skin.String(BirthdayDate2),30) + StringCompare(Skin.String(BirthdayMonth2),Sep)] | [SubString(System.Date,30 Sep) + StringCompare(Skin.String(BirthdayDate3),30) + StringCompare(Skin.String(BirthdayMonth3),Sep)] | [SubString(System.Date,30 Sep) + StringCompare(Skin.String(BirthdayDate4),30) + StringCompare(Skin.String(BirthdayMonth4),Sep)] | [SubString(System.Date,30 Sep) + StringCompare(Skin.String(BirthdayDate5),30) + StringCompare(Skin.String(BirthdayMonth5),Sep)]</visible>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Defaults.xml",
    "content": "<includes>\n\t<default type=\"image\">\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<texture>-</texture>\n\t\t<colorkey>0</colorkey>\n\t</default>\n\t<default type=\"label\">\n\t\t<left>80</left>\n\t\t<top>60</top>\n\t\t<label>-</label>\n\t\t<font>size_23</font>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<selectedcolor>colour.default.label.selected</selectedcolor>\n\t</default>\n\t<default type=\"fadelabel\">\n\t\t<left>80</left>\n\t\t<top>60</top>\n\t\t<font>size_23</font>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<selectedcolor>colour.default.label.selected</selectedcolor>\n\t</default>\n\t<default type=\"button\">\n\t\t<left>300</left>\n\t\t<top>200</top>\n\t\t<width>300</width>\n\t\t<height>42</height>\n\t\t<texturefocus>button-focus2.png</texturefocus>\n\t\t<texturenofocus>button-nofocus.png</texturenofocus>\n\t\t<font>size_20</font>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<textoffsetx>7</textoffsetx>\n\t\t<aligny>center</aligny>\n\t\t<pulseonselect>no</pulseonselect>\n\t</default>\n\t<default type=\"togglebutton\">\n\t\t<left>140</left>\n\t\t<top>167</top>\n\t\t<width>20</width>\n\t\t<height>20</height>\n\t\t<texturefocus>scroll-up-focus.png</texturefocus>\n\t\t<texturenofocus>scroll-up.png</texturenofocus>\n\t\t<alttexturefocus>scroll-down-focus.png</alttexturefocus>\n\t\t<alttexturenofocus>scroll-down.png</alttexturenofocus>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<label>-</label>\n\t\t<font>size_23</font>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<pulseonselect>no</pulseonselect>\n\t</default>\n\t<default type=\"textbox\">\n\t\t<left>220</left>\n\t\t<top>220</top>\n\t\t<width>410</width>\n\t\t<height>215</height>\n\t\t<spinwidth>18</spinwidth>\n\t\t<spinheight>16</spinheight>\n\t\t<spinposx>410</spinposx>\n\t\t<spinposy>305</spinposy>\n\t\t<spincolor>colour.default.label.nofocus</spincolor>\n\t\t<spinfont>size_13</spinfont>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<textureup>scroll-up.png</textureup>\n\t\t<texturedown>scroll-down.png</texturedown>\n\t\t<textureupfocus>scroll-up-focus.png</textureupfocus>\n\t\t<texturedownfocus>scroll-down-focus.png</texturedownfocus>\n\t\t<font>size_23</font>\n\t</default>\n\t<default type=\"progress\">\n\t\t<left>100</left>\n\t\t<top>325</top>\n\t\t<texturebg border=\"4,0,4,0\">ProgressBack.png</texturebg>\n\t\t<lefttexture>-</lefttexture>\n\t\t<midtexture border=\"4,0,4,0\">ProgressFront.png</midtexture>\n\t\t<righttexture>-</righttexture>\n\t\t<overlaytexture>-</overlaytexture>\n\t</default>\n\t<default type=\"spincontrol\">\n\t\t<left>330</left>\n\t\t<top>126</top>\n\t\t<textureup>scroll-up-2.png</textureup>\n\t\t<texturedown>scroll-down-2.png</texturedown>\n\t\t<textureupfocus>scroll-up-focus-2.png</textureupfocus>\n\t\t<texturedownfocus>scroll-down-focus-2.png</texturedownfocus>\n\t\t<align>right</align>\n\t\t<width>33</width>\n\t\t<height>22</height>\n\t\t<font>size_23</font>\n\t\t<reverse>yes</reverse>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<subtype>text</subtype>\n\t\t<textoffsetx>-5</textoffsetx>\n\t\t<textoffsety>0</textoffsety>\n\t\t<aligny>-</aligny>\n\t\t<pulseonselect>no</pulseonselect>\n\t</default>\n\t<default type=\"spincontrolex\">\n\t\t<left>530</left>\n\t\t<top>160</top>\n\t\t<width>300</width>\n\t\t<height>42</height>\n\t\t<spinwidth>25</spinwidth>\n\t\t<spinheight>25</spinheight>\n\t\t<texturefocus>button-focus2.png</texturefocus>\n\t\t<texturenofocus>-</texturenofocus>\n\t\t<textureup>scroll-up-2.png</textureup>\n\t\t<texturedown>scroll-down-2.png</texturedown>\n\t\t<textureupfocus>scroll-up-focus-2.png</textureupfocus>\n\t\t<texturedownfocus>scroll-down-focus-2.png</texturedownfocus>\n\t\t<font>size_23</font>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<textoffsetx>7</textoffsetx>\n\t\t<aligny>center</aligny>\n\t\t<reverse>yes</reverse>\n\t\t<pulseonselect>no</pulseonselect>\n\t</default>\n\t<default type=\"radiobutton\">\n\t\t<left>300</left>\n\t\t<top>200</top>\n\t\t<width>300</width>\n\t\t<height>42</height>\n\t\t<radiowidth>50</radiowidth>\n\t\t<radioheight>25</radioheight>\n\t\t<textureradioon>radiobutton-focus.png</textureradioon>\n\t\t<textureradiooff>radiobutton-nofocus.png</textureradiooff>\n\t\t<texturefocus>button-focus2.png</texturefocus>\n\t\t<texturenofocus>button-nofocus.png</texturenofocus>\n\t\t<label>215</label>\n\t\t<font>size_20</font>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<textoffsetx>7</textoffsetx>\n\t\t<aligny>center</aligny>\n\t\t<pulseonselect>no</pulseonselect>\n\t</default>\n\t<default type=\"selectbutton\">\n\t\t<left>490</left>\n\t\t<top>335</top>\n\t\t<width>300</width>\n\t\t<height>50</height>\n\t\t<label>-</label>\n\t\t<font>size_20</font>\n\t\t<texturefocus>-</texturefocus>\n\t\t<texturenofocus>-</texturenofocus>\n\t\t<texturebg>button-focus2.png</texturebg>\n\t\t<textureleft>scroll-left.png</textureleft>\n\t\t<textureleftfocus>scroll-left-focus.png</textureleftfocus>\n\t\t<textureright>scroll-right.png</textureright>\n\t\t<texturerightfocus>scroll-right-focus.png</texturerightfocus>\n\t\t<font>size_23</font>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<aligny>center</aligny>\n\t</default>\n\t<default type=\"slider\">\n\t\t<controloffsetx>75</controloffsetx>\n\t\t<controloffsety>0</controloffsety>\n\t</default>\n\t<default type=\"sliderex\">\n\t\t<height>35</height>\n\t\t<textoffsetx>7</textoffsetx>\n\t\t<aligny>center</aligny>\n\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t<sliderwidth>150</sliderwidth>\n\t\t<sliderheight>20</sliderheight>\n\t\t<texturesliderbar>osd_slider_bg.png</texturesliderbar>\n\t\t<textureslidernib>osd_slider_nibNF.png</textureslidernib>\n\t\t<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>\n\t\t<font>size_20</font>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t</default>\n\t<default type=\"mover\">\n\t\t<left>60</left>\n\t\t<top>192</top>\n\t\t<texturefocus>button-focus2.png</texturefocus>\n\t\t<texturenofocus>button-nofocus.png</texturenofocus>\n\t</default>\n\t<default type=\"resize\">\n\t\t<left>60</left>\n\t\t<top>192</top>\n\t\t<texturefocus>button-focus2.png</texturefocus>\n\t\t<texturenofocus>button-nofocus.png</texturenofocus>\n\t</default>\n\t<default type=\"edit\">\n\t\t<left>300</left>\n\t\t<top>200</top>\n\t\t<width>300</width>\n\t\t<height>42</height>\n\t\t<texturefocus>button-focus2.png</texturefocus>\n\t\t<texturenofocus>button-nofocus.png</texturenofocus>\n\t\t<font>size_20</font>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<textoffsetx>7</textoffsetx>\n\t\t<aligny>center</aligny>\n\t\t<pulseonselect>no</pulseonselect>\n\t</default>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogBusy.xml",
    "content": "<window id=\"138\">\n\t<controls>\n\t\t<include>Loading.Busy</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogButtonMenu.xml",
    "content": "<window type=\"buttonMenu\" id=\"111\">\n\t<defaultcontrol always=\"true\">4</defaultcontrol>\n\t<onload>Dialog.Close(111,true)</onload>\n\t<controls>\n\t\t<control type=\"button\" id=\"4\">\n\t\t\t<description>Log Off xbmc</description>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogContextMenu.xml",
    "content": "<window id=\"106\">\n\t<defaultcontrol always=\"false\">1000</defaultcontrol>\n\t<include>Context.Menu.OpenClose</include>\n\t<onload condition=\"!Skin.HasSetting(kioskmode) | [Window.IsActive(29) + StringCompare(ListItem.Label,Add User)]\">Dialog.Close(106,true)</onload>\n\t<onload condition=\"!Skin.HasSetting(kioskmode) + ListItem.IsFolder\">Dialog.Close(106,true)</onload>\n\t<controls>\n\t\t<include>Context.Menu.Buttons</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogGamepad.xml",
    "content": "<window id=\"110\">\n\t<defaultcontrol>0</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<description>background image</description>\n\t\t\t\t<left>326</left>\n\t\t\t\t<top>252</top>\n\t\t\t\t<width>628</width>\n\t\t\t\t<height>215</height>\n\t\t\t\t<texture>windows\\dialogs\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<description>Heading Background</description>\n\t\t\t\t<left>339</left>\n\t\t\t\t<top>259</top>\n\t\t\t\t<width>602</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<texture>windows\\dialogs\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"1\">\n\t\t\t\t<description>heading label</description>\n\t\t\t\t<left>370</left>\n\t\t\t\t<top>269</top>\n\t\t\t\t<width>540</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<label>13406</label>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"2\">\n\t\t\t\t<description>dialog line 1</description>\n\t\t\t\t<left>370</left>\n\t\t\t\t<top>324</top>\n\t\t\t\t<width>540</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.dialog.label</textcolor>\n\t\t\t\t<label>-</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"3\">\n\t\t\t\t<description>dialog line 2</description>\n\t\t\t\t<left>370</left>\n\t\t\t\t<top>356</top>\n\t\t\t\t<width>540</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.dialog.label</textcolor>\n\t\t\t\t<label>-</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"4\">\n\t\t\t\t<description>dialog line 3</description>\n\t\t\t\t<left>370</left>\n\t\t\t\t<top>380</top>\n\t\t\t\t<width>540</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.dialog.label</textcolor>\n\t\t\t\t<label>-</label>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogKaiToast.xml",
    "content": "<window id=\"107\">\n\t<animation effect=\"slide\" start=\"0,-50\" end=\"0,0\" delay=\"0\" time=\"350\" tween=\"sine\">WindowOpen</animation>\n\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-50\" delay=\"500\" time=\"250\" tween=\"sine\">WindowClose</animation>\n\t<controls>\n\t\t<control type=\"image\">\n\t\t\t<left>415</left>\n\t\t\t<top>0</top>\n\t\t\t<width>450</width>\n\t\t\t<height>70</height>\n\t\t\t<colordiffuse>104_diffuse</colordiffuse>\n\t\t\t<texture colordiffuse=\"colour.dialog.volumekaitoast.diffuse.main\">windows\\volume\\underlay.png</texture>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<left>450</left>\n\t\t\t<control type=\"image\" id=\"400\">\n\t\t\t\t<description>avatar</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>8</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture>defaulticoninfo.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\" id=\"403\">\n\t\t\t\t<description>avatar</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>8</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>false</visible>\n\t\t\t\t<texture>defaulticoninfo.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\" id=\"404\">\n\t\t\t\t<description>avatar</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>8</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>false</visible>\n\t\t\t\t<texture>defaulticonwarning.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\" id=\"405\">\n\t\t\t\t<description>avatar</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>8</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>false</visible>\n\t\t\t\t<texture>defaulticonerror.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"fadelabel\" id=\"401\">\n\t\t\t\t<description>Line 1 Label</description>\n\t\t\t\t<left>50</left>\n\t\t\t\t<top>8</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<scrollout>false</scrollout>\n\t\t\t\t<pauseatend>200</pauseatend>\n\t\t\t\t<textcolor>colour.dialog.volumekaitoast.label</textcolor>\n\t\t\t</control>\n\t\t\t<control type=\"fadelabel\" id=\"402\">\n\t\t\t\t<description>Line 2 Label</description>\n\t\t\t\t<left>50</left>\n\t\t\t\t<top>29</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<scrollout>false</scrollout>\n\t\t\t\t<pauseatend>200</pauseatend>\n\t\t\t\t<textcolor>colour.dialog.volumekaitoast.label</textcolor>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogKeyboard.xml",
    "content": "<window id=\"103\">\n\t<defaultcontrol always=\"true\">49</defaultcontrol>\n\t<onunload>Skin.Reset(hex_entry)</onunload>\n\t<onload condition=\"Skin.HasSetting(kb_symbols_enabled)\">Symbols</onload>\n\t<onload condition=\"Skin.HasSetting(kb_symbols_enabled)\">Skin.Reset(kb_symbols_enabled)</onload>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<!-- Normal keyboard -->\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<visible>!Skin.HasSetting(hex_entry)</visible>\n\t\t\t<control type=\"button\" id=\"120\">\n\t\t\t\t<description>Fake button to set a skin toggle</description>\n\t\t\t\t<left>-1000</left>\n\t\t\t\t<onfocus>SetFocus(99)</onfocus>\n\t\t\t\t<onfocus>Symbols</onfocus>\n\t\t\t\t<onfocus>Skin.ToggleSetting(kb_symbols_enabled)</onfocus>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>280</top>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>440</height>\n\t\t\t\t<texture colordiffuse=\"FBFFFFFF\">windows\\keyboard\\back.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"311\">\n\t\t\t\t<description>dialog Heading</description>\n\t\t\t\t<left>13</left>\n\t\t\t\t<top>286</top>\n\t\t\t\t<width>1254</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label.header</textcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>13</left>\n\t\t\t\t<top>327</top>\n\t\t\t\t<width>1254</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<colordiffuse>BBFFFFFF</colordiffuse>\n\t\t\t\t<texture border=\"5\">windows\\keyboard\\text_box.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"310\">\n\t\t\t\t<description>Edit Text</description>\n\t\t\t\t<left>13</left>\n\t\t\t\t<top>327</top>\n\t\t\t\t<width>1254</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<visible>!Skin.HasSetting(hex_entry)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\" id=\"99\">\n\t\t\t\t<!-- left column -->\n\t\t\t\t<control type=\"togglebutton\" id=\"304\">\n\t\t\t\t\t<description>Symbols button</description>\n\t\t\t\t\t<left>13</left>\n\t\t\t\t\t<top>390</top>\n\t\t\t\t\t<width>156</width>\n\t\t\t\t\t<height>61</height>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onleft>302</onleft>\n\t\t\t\t\t<onright>49</onright>\n\t\t\t\t\t<onup>303</onup>\n\t\t\t\t\t<ondown>305</ondown>\n\t\t\t\t\t<onfocus>SetFocus(49)</onfocus>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textoffsetx>30</textoffsetx>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus>windows\\keyboard\\symbols-nofocus-toggle-off.png</texturenofocus>\n\t\t\t\t\t<texturefocus>windows\\keyboard\\symbols-focus-toggle-off.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t<alttexturenofocus>windows\\keyboard\\symbols-nofocus-toggle-on.png</alttexturenofocus>\n\t\t\t\t\t<alttexturefocus>windows\\keyboard\\symbols-focus-toggle-on.png</alttexturefocus>\n\t\t\t\t</control>\n\t\t\t\t<!-- Label so it fits correctly -->\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>9</left>\n\t\t\t\t\t<top>388</top>\n\t\t\t\t\t<width>100</width>\n\t\t\t\t\t<height>61</height>\n\t\t\t\t\t<label>20180</label>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"305\">\n\t\t\t\t\t<description>previous button</description>\n\t\t\t\t\t<left>13</left>\n\t\t\t\t\t<top>453</top>\n\t\t\t\t\t<width>156</width>\n\t\t\t\t\t<height>124</height>\n\t\t\t\t\t<onleft>306</onleft>\n\t\t\t\t\t<onright>81</onright>\n\t\t\t\t\t<onup>304</onup>\n\t\t\t\t\t<ondown>303</ondown>\n\t\t\t\t\t<onfocus>SetFocus(49)</onfocus>\n\t\t\t\t\t<label>31102</label>\n\t\t\t\t\t<textoffsety>80</textoffsety>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus>windows\\keyboard\\previous-nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus>windows\\keyboard\\previous-focus.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"togglebutton\" id=\"303\">\n\t\t\t\t\t<description>CAPS LOCK button</description>\n\t\t\t\t\t<left>13</left>\n\t\t\t\t\t<top>579</top>\n\t\t\t\t\t<width>156</width>\n\t\t\t\t\t<height>123</height>\n\t\t\t\t\t<onleft>300</onleft>\n\t\t\t\t\t<onright>307</onright>\n\t\t\t\t\t<onup>305</onup>\n\t\t\t\t\t<ondown>304</ondown>\n\t\t\t\t\t<onfocus>SetFocus(49)</onfocus>\n\t\t\t\t\t<label>20179</label>\n\t\t\t\t\t<textoffsety>80</textoffsety>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus>windows\\keyboard\\caps-nofocus-toggle-off.png</texturenofocus>\n\t\t\t\t\t<texturefocus>windows\\keyboard\\caps-focus-toggle-off.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t<alttexturenofocus>windows\\keyboard\\caps-nofocus-toggle-on.png</alttexturenofocus>\n\t\t\t\t\t<alttexturefocus>windows\\keyboard\\caps-focus-toggle-on.png</alttexturefocus>\n\t\t\t\t</control>\n\t\t\t\t<!-- Right column -->\n\t\t\t\t<control type=\"togglebutton\" id=\"302\">\n\t\t\t\t\t<description>SHIFT button</description>\n\t\t\t\t\t<left>1111</left>\n\t\t\t\t\t<top>390</top>\n\t\t\t\t\t<width>156</width>\n\t\t\t\t\t<height>61</height>\n\t\t\t\t\t<onleft>48</onleft>\n\t\t\t\t\t<onright>304</onright>\n\t\t\t\t\t<onup>300</onup>\n\t\t\t\t\t<ondown>306</ondown>\n\t\t\t\t\t<onfocus>SetFocus(49)</onfocus>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus>windows\\keyboard\\shift-nofocus-toggle-off.png</texturenofocus>\n\t\t\t\t\t<texturefocus>windows\\keyboard\\shift-focus-toggle-off.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t<alttexturenofocus>windows\\keyboard\\shift-nofocus-toggle-on.png</alttexturenofocus>\n\t\t\t\t\t<alttexturefocus>windows\\keyboard\\shift-focus-toggle-on.png</alttexturefocus>\n\t\t\t\t</control>\n\t\t\t\t<!-- Label so it fits correctly -->\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>1171</left>\n\t\t\t\t\t<top>388</top>\n\t\t\t\t\t<width>100</width>\n\t\t\t\t\t<height>61</height>\n\t\t\t\t\t<label>20178</label>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"306\">\n\t\t\t\t\t<description>next button</description>\n\t\t\t\t\t<left>1111</left>\n\t\t\t\t\t<top>453</top>\n\t\t\t\t\t<width>156</width>\n\t\t\t\t\t<height>124</height>\n\t\t\t\t\t<onleft>80</onleft>\n\t\t\t\t\t<onright>305</onright>\n\t\t\t\t\t<onup>302</onup>\n\t\t\t\t\t<ondown>300</ondown>\n\t\t\t\t\t<onfocus>SetFocus(49)</onfocus>\n\t\t\t\t\t<label>31103</label>\n\t\t\t\t\t<textoffsety>80</textoffsety>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus>windows\\keyboard\\next-nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus>windows\\keyboard\\next-focus.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"300\">\n\t\t\t\t\t<description>DONE button</description>\n\t\t\t\t\t<left>1111</left>\n\t\t\t\t\t<top>579</top>\n\t\t\t\t\t<width>156</width>\n\t\t\t\t\t<height>123</height>\n\t\t\t\t\t<onleft>8</onleft>\n\t\t\t\t\t<onright>303</onright>\n\t\t\t\t\t<onup>306</onup>\n\t\t\t\t\t<ondown>302</ondown>\n\t\t\t\t\t<onfocus>SetFocus(49)</onfocus>\n\t\t\t\t\t<label>20177</label>\n\t\t\t\t\t<textoffsety>80</textoffsety>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus>windows\\keyboard\\done-nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus>windows\\keyboard\\done-focus.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<!-- Lower row -->\n\t\t\t\t<control type=\"button\" id=\"307\">\n\t\t\t\t\t<description>IP Input button</description>\n\t\t\t\t\t<left>171</left>\n\t\t\t\t\t<top>642</top>\n\t\t\t\t\t<width>186</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<!-- <onleft>303</onleft> -->\n\t\t\t\t\t<onleft>8</onleft>\n\t\t\t\t\t<onright>32</onright>\n\t\t\t\t\t<onup>90</onup>\n\t\t\t\t\t<ondown>49</ondown>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<!-- Label so it fits correctly -->\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>171</left>\n\t\t\t\t\t<top>638</top>\n\t\t\t\t\t<width>186</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<label>1006</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"32\">\n\t\t\t\t\t<description>SPACE button</description>\n\t\t\t\t\t<left>359</left>\n\t\t\t\t\t<top>642</top>\n\t\t\t\t\t<width>562</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<onleft>307</onleft>\n\t\t\t\t\t<onright>8</onright>\n\t\t\t\t\t<onup>66</onup>\n\t\t\t\t\t<ondown>53</ondown>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus>windows\\keyboard\\spacebar_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus>windows\\keyboard\\spacebar_focus.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<!-- Label so it fits correctly -->\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>356</left>\n\t\t\t\t\t<top>638</top>\n\t\t\t\t\t<width>276</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<label>20182</label>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"8\">\n\t\t\t\t\t<description>BACKSPACE button</description>\n\t\t\t\t\t<left>923</left>\n\t\t\t\t\t<top>642</top>\n\t\t\t\t\t<width>186</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<onleft>32</onleft>\n\t\t\t\t\t<!-- <onright>300</onright> -->\n\t\t\t\t\t<onright>307</onright>\n\t\t\t\t\t<onup>102</onup>\n\t\t\t\t\t<ondown>48</ondown>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\backspace_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\backspace_focus.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<!-- Label so it fits correctly -->\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>861</left>\n\t\t\t\t\t<top>638</top>\n\t\t\t\t\t<width>176</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<label>20181</label>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t</control>\n\t\t\t\t<!-- Top row 1 > 0 -->\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>171</left>\n\t\t\t\t\t<top>390</top>\n\t\t\t\t\t<control type=\"button\" id=\"49\">\n\t\t\t\t\t\t<description>'1' button</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<!-- <onleft>304</onleft> -->\n\t\t\t\t\t\t<onleft>48</onleft>\n\t\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t\t<onup>307</onup>\n\t\t\t\t\t\t<ondown>81</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"50\">\n\t\t\t\t\t\t<description>'2' button</description>\n\t\t\t\t\t\t<left>94</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>49</onleft>\n\t\t\t\t\t\t<onright>51</onright>\n\t\t\t\t\t\t<onup>307</onup>\n\t\t\t\t\t\t<ondown>87</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"51\">\n\t\t\t\t\t\t<description>'3' button</description>\n\t\t\t\t\t\t<left>188</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>50</onleft>\n\t\t\t\t\t\t<onright>52</onright>\n\t\t\t\t\t\t<onup>32</onup>\n\t\t\t\t\t\t<ondown>69</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"52\">\n\t\t\t\t\t\t<description>'4' button</description>\n\t\t\t\t\t\t<left>282</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>51</onleft>\n\t\t\t\t\t\t<onright>53</onright>\n\t\t\t\t\t\t<onup>32</onup>\n\t\t\t\t\t\t<ondown>82</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"53\">\n\t\t\t\t\t\t<description>'5' button</description>\n\t\t\t\t\t\t<left>376</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>52</onleft>\n\t\t\t\t\t\t<onright>54</onright>\n\t\t\t\t\t\t<onup>32</onup>\n\t\t\t\t\t\t<ondown>84</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"54\">\n\t\t\t\t\t\t<description>'6' button</description>\n\t\t\t\t\t\t<left>470</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>53</onleft>\n\t\t\t\t\t\t<onright>55</onright>\n\t\t\t\t\t\t<onup>32</onup>\n\t\t\t\t\t\t<ondown>89</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"55\">\n\t\t\t\t\t\t<description>'7' button</description>\n\t\t\t\t\t\t<left>564</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>54</onleft>\n\t\t\t\t\t\t<onright>56</onright>\n\t\t\t\t\t\t<onup>32</onup>\n\t\t\t\t\t\t<ondown>85</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"56\">\n\t\t\t\t\t\t<description>'8' button</description>\n\t\t\t\t\t\t<left>658</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>55</onleft>\n\t\t\t\t\t\t<onright>57</onright>\n\t\t\t\t\t\t<onup>32</onup>\n\t\t\t\t\t\t<ondown>73</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"57\">\n\t\t\t\t\t\t<description>'9' button</description>\n\t\t\t\t\t\t<left>752</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>56</onleft>\n\t\t\t\t\t\t<onright>48</onright>\n\t\t\t\t\t\t<onup>8</onup>\n\t\t\t\t\t\t<ondown>79</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"48\">\n\t\t\t\t\t\t<description>'0' button</description>\n\t\t\t\t\t\t<left>846</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>57</onleft>\n\t\t\t\t\t\t<!-- <onright>302</onright> -->\n\t\t\t\t\t\t<onright>49</onright>\n\t\t\t\t\t\t<onup>8</onup>\n\t\t\t\t\t\t<ondown>80</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<!-- row 2 qwertyuiop -->\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>171</left>\n\t\t\t\t\t<top>453</top>\n\t\t\t\t\t<control type=\"button\" id=\"81\">\n\t\t\t\t\t\t<description>'Q' button</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<!-- <onleft>305</onleft> -->\n\t\t\t\t\t\t<onleft>80</onleft>\n\t\t\t\t\t\t<onright>87</onright>\n\t\t\t\t\t\t<onup>49</onup>\n\t\t\t\t\t\t<ondown>65</ondown>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"87\">\n\t\t\t\t\t\t<description>'W' button</description>\n\t\t\t\t\t\t<left>94</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>81</onleft>\n\t\t\t\t\t\t<onright>69</onright>\n\t\t\t\t\t\t<onup>50</onup>\n\t\t\t\t\t\t<ondown>83</ondown>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"69\">\n\t\t\t\t\t\t<description>'E' button</description>\n\t\t\t\t\t\t<left>188</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>87</onleft>\n\t\t\t\t\t\t<onright>82</onright>\n\t\t\t\t\t\t<onup>51</onup>\n\t\t\t\t\t\t<ondown>68</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"82\">\n\t\t\t\t\t\t<description>'R' button</description>\n\t\t\t\t\t\t<left>282</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>69</onleft>\n\t\t\t\t\t\t<onright>84</onright>\n\t\t\t\t\t\t<onup>52</onup>\n\t\t\t\t\t\t<ondown>70</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"84\">\n\t\t\t\t\t\t<description>'T' button</description>\n\t\t\t\t\t\t<left>376</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>82</onleft>\n\t\t\t\t\t\t<onright>89</onright>\n\t\t\t\t\t\t<onup>53</onup>\n\t\t\t\t\t\t<ondown>71</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"89\">\n\t\t\t\t\t\t<description>'Y' button</description>\n\t\t\t\t\t\t<left>470</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>84</onleft>\n\t\t\t\t\t\t<onright>85</onright>\n\t\t\t\t\t\t<onup>54</onup>\n\t\t\t\t\t\t<ondown>72</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"85\">\n\t\t\t\t\t\t<description>'U' button</description>\n\t\t\t\t\t\t<left>564</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>89</onleft>\n\t\t\t\t\t\t<onright>73</onright>\n\t\t\t\t\t\t<onup>55</onup>\n\t\t\t\t\t\t<ondown>74</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"73\">\n\t\t\t\t\t\t<description>'I' button</description>\n\t\t\t\t\t\t<left>658</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>85</onleft>\n\t\t\t\t\t\t<onright>79</onright>\n\t\t\t\t\t\t<onup>56</onup>\n\t\t\t\t\t\t<ondown>75</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"79\">\n\t\t\t\t\t\t<description>'O' button</description>\n\t\t\t\t\t\t<left>752</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>73</onleft>\n\t\t\t\t\t\t<onright>80</onright>\n\t\t\t\t\t\t<onup>57</onup>\n\t\t\t\t\t\t<ondown>76</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"80\">\n\t\t\t\t\t\t<description>'P' button</description>\n\t\t\t\t\t\t<left>846</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>79</onleft>\n\t\t\t\t\t\t<!-- <onright>306</onright> -->\n\t\t\t\t\t\t<onright>81</onright>\n\t\t\t\t\t\t<onup>48</onup>\n\t\t\t\t\t\t<ondown>103</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<!-- row 3 asdfghjkl -->\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>171</left>\n\t\t\t\t\t<top>516</top>\n\t\t\t\t\t<control type=\"button\" id=\"65\">\n\t\t\t\t\t\t<description>'A' button</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<!-- <onleft>305</onleft> -->\n\t\t\t\t\t\t<onleft>103</onleft>\n\t\t\t\t\t\t<onright>83</onright>\n\t\t\t\t\t\t<onup>81</onup>\n\t\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"83\">\n\t\t\t\t\t\t<description>'S' button</description>\n\t\t\t\t\t\t<left>94</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>65</onleft>\n\t\t\t\t\t\t<onright>68</onright>\n\t\t\t\t\t\t<onup>87</onup>\n\t\t\t\t\t\t<ondown>88</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"68\">\n\t\t\t\t\t\t<description>'D' button</description>\n\t\t\t\t\t\t<left>188</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>83</onleft>\n\t\t\t\t\t\t<onright>70</onright>\n\t\t\t\t\t\t<onup>69</onup>\n\t\t\t\t\t\t<ondown>67</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"70\">\n\t\t\t\t\t\t<description>'F' button</description>\n\t\t\t\t\t\t<left>282</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>68</onleft>\n\t\t\t\t\t\t<onright>71</onright>\n\t\t\t\t\t\t<onup>82</onup>\n\t\t\t\t\t\t<ondown>86</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"71\">\n\t\t\t\t\t\t<description>'G' button</description>\n\t\t\t\t\t\t<left>376</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>70</onleft>\n\t\t\t\t\t\t<onright>72</onright>\n\t\t\t\t\t\t<onup>84</onup>\n\t\t\t\t\t\t<ondown>66</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"72\">\n\t\t\t\t\t\t<description>'H' button</description>\n\t\t\t\t\t\t<left>470</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>71</onleft>\n\t\t\t\t\t\t<onright>74</onright>\n\t\t\t\t\t\t<onup>89</onup>\n\t\t\t\t\t\t<ondown>78</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"74\">\n\t\t\t\t\t\t<description>'J' button</description>\n\t\t\t\t\t\t<left>564</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>72</onleft>\n\t\t\t\t\t\t<onright>75</onright>\n\t\t\t\t\t\t<onup>85</onup>\n\t\t\t\t\t\t<ondown>77</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"75\">\n\t\t\t\t\t\t<description>'K' button</description>\n\t\t\t\t\t\t<left>658</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>74</onleft>\n\t\t\t\t\t\t<onright>76</onright>\n\t\t\t\t\t\t<onup>73</onup>\n\t\t\t\t\t\t<ondown>100</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"76\">\n\t\t\t\t\t\t<description>'L' button</description>\n\t\t\t\t\t\t<left>752</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>75</onleft>\n\t\t\t\t\t\t<onright>103</onright>\n\t\t\t\t\t\t<onup>79</onup>\n\t\t\t\t\t\t<ondown>101</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"103\">\n\t\t\t\t\t\t<description>Custom button there is a double Symbols so it changes back properly</description>\n\t\t\t\t\t\t<left>846</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>76</onleft>\n\t\t\t\t\t\t<!-- <onright>306</onright> -->\n\t\t\t\t\t\t<onright>65</onright>\n\t\t\t\t\t\t<onup>80</onup>\n\t\t\t\t\t\t<ondown>102</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<label>'</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<onclick>SendClick(103,75)</onclick>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(kb_symbols_enabled)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<!-- row 2 zxcvbnm -->\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>171</left>\n\t\t\t\t\t<top>579</top>\n\t\t\t\t\t<control type=\"button\" id=\"90\">\n\t\t\t\t\t\t<description>'Z' button</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<!-- <onleft>303</onleft> -->\n\t\t\t\t\t\t<onleft>102</onleft>\n\t\t\t\t\t\t<onright>88</onright>\n\t\t\t\t\t\t<onup>65</onup>\n\t\t\t\t\t\t<ondown>307</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"88\">\n\t\t\t\t\t\t<description>'X' button</description>\n\t\t\t\t\t\t<left>94</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>90</onleft>\n\t\t\t\t\t\t<onright>67</onright>\n\t\t\t\t\t\t<onup>83</onup>\n\t\t\t\t\t\t<ondown>307</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"67\">\n\t\t\t\t\t\t<description>'C' button</description>\n\t\t\t\t\t\t<left>188</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>88</onleft>\n\t\t\t\t\t\t<onright>86</onright>\n\t\t\t\t\t\t<onup>68</onup>\n\t\t\t\t\t\t<ondown>32</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"86\">\n\t\t\t\t\t\t<description>'V' button</description>\n\t\t\t\t\t\t<left>282</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>67</onleft>\n\t\t\t\t\t\t<onright>66</onright>\n\t\t\t\t\t\t<onup>70</onup>\n\t\t\t\t\t\t<ondown>32</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"66\">\n\t\t\t\t\t\t<description>'B' button</description>\n\t\t\t\t\t\t<left>376</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>86</onleft>\n\t\t\t\t\t\t<onright>78</onright>\n\t\t\t\t\t\t<onup>71</onup>\n\t\t\t\t\t\t<ondown>32</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"78\">\n\t\t\t\t\t\t<description>'N' button</description>\n\t\t\t\t\t\t<left>470</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>66</onleft>\n\t\t\t\t\t\t<onright>77</onright>\n\t\t\t\t\t\t<onup>72</onup>\n\t\t\t\t\t\t<ondown>32</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"77\">\n\t\t\t\t\t\t<description>'M' button</description>\n\t\t\t\t\t\t<left>564</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>78</onleft>\n\t\t\t\t\t\t<onright>100</onright>\n\t\t\t\t\t\t<onup>74</onup>\n\t\t\t\t\t\t<ondown>32</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"100\">\n\t\t\t\t\t\t<description>Custom button there is a double Symbols so it changes back properly</description>\n\t\t\t\t\t\t<left>658</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>77</onleft>\n\t\t\t\t\t\t<onright>101</onright>\n\t\t\t\t\t\t<onup>75</onup>\n\t\t\t\t\t\t<ondown>32</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<label>,</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<onclick>SendClick(103,77)</onclick>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(kb_symbols_enabled)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"101\">\n\t\t\t\t\t\t<description>Custom button there is a double Symbols so it changes back properly</description>\n\t\t\t\t\t\t<left>752</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>100</onleft>\n\t\t\t\t\t\t<onright>102</onright>\n\t\t\t\t\t\t<onup>76</onup>\n\t\t\t\t\t\t<ondown>8</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<label>.</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<onclick>SendClick(103,78)</onclick>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(kb_symbols_enabled)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"102\">\n\t\t\t\t\t\t<description>Custom button there is a double Symbols so it changes back properly</description>\n\t\t\t\t\t\t<left>846</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>101</onleft>\n\t\t\t\t\t\t<!-- <onright>300</onright> -->\n\t\t\t\t\t\t<onright>90</onright>\n\t\t\t\t\t\t<onup>103</onup>\n\t\t\t\t\t\t<ondown>8</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<label>/</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<onclick>SendClick(103,81)</onclick>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(kb_symbols_enabled)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<!-- Hex code entry keyboard -->\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>245</left>\n\t\t\t<top>140</top>\n\t\t\t<visible>Skin.HasSetting(hex_entry)</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>240</left>\n\t\t\t\t<top>40</top>\n\t\t\t\t<width>300</width>\n\t\t\t\t<height>320</height>\n\t\t\t\t<texture colordiffuse=\"FBFFFFFF\" border=\"40\">windows\\keyboard\\back.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>95</top>\n\t\t\t\t<width>260</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<colordiffuse>BBFFFFFF</colordiffuse>\n\t\t\t\t<texture border=\"5\">windows\\keyboard\\text_box.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>dialog Heading</description>\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>50</top>\n\t\t\t\t<width>260</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<font>home_12</font>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label.header</textcolor>\n\t\t\t\t<label>[B]$LOCALIZE[31101][/B]</label>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"310\">\n\t\t\t\t<description>Edit Text</description>\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>93</top>\n\t\t\t\t<width>260</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<info>Skin.String(Background_Custom_Color)</info>\n\t\t\t\t<visible>Skin.HasSetting(hex_entry)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>65</left>\n\t\t\t\t<top>140</top>\n\t\t\t\t<control type=\"button\" id=\"300\">\n\t\t\t\t\t<description>DONE button</description>\n\t\t\t\t\t<left>200</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>80</height>\n\t\t\t\t\t<label>20177</label>\n\t\t\t\t\t<onleft>-</onleft>\n\t\t\t\t\t<onright>48</onright>\n\t\t\t\t\t<onup>-</onup>\n\t\t\t\t\t<ondown>8</ondown>\n\t\t\t\t\t<angle>90</angle>\n\t\t\t\t\t<textwidth>80</textwidth>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_15</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"8\">\n\t\t\t\t\t<description>BACKSPACE button</description>\n\t\t\t\t\t<left>200</left>\n\t\t\t\t\t<top>81</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>117</height>\n\t\t\t\t\t<label>20181</label>\n\t\t\t\t\t<onleft>-</onleft>\n\t\t\t\t\t<onright>56</onright>\n\t\t\t\t\t<onup>300</onup>\n\t\t\t\t\t<ondown>-</ondown>\n\t\t\t\t\t<angle>90</angle>\n\t\t\t\t\t<textwidth>100</textwidth>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_15</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"48\">\n\t\t\t\t\t<description>'0' button</description>\n\t\t\t\t\t<left>250</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>300</onleft>\n\t\t\t\t\t<onright>49</onright>\n\t\t\t\t\t<onup>-</onup>\n\t\t\t\t\t<ondown>52</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"49\">\n\t\t\t\t\t<description>'1' button</description>\n\t\t\t\t\t<left>300</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>48</onleft>\n\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t<onup>-</onup>\n\t\t\t\t\t<ondown>53</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"50\">\n\t\t\t\t\t<description>'2' button</description>\n\t\t\t\t\t<left>350</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>49</onleft>\n\t\t\t\t\t<onright>51</onright>\n\t\t\t\t\t<onup>-</onup>\n\t\t\t\t\t<ondown>54</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"51\">\n\t\t\t\t\t<description>'3' button</description>\n\t\t\t\t\t<left>400</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>50</onleft>\n\t\t\t\t\t<onright>-</onright>\n\t\t\t\t\t<onup>-</onup>\n\t\t\t\t\t<ondown>55</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"52\">\n\t\t\t\t\t<description>'4' button</description>\n\t\t\t\t\t<left>250</left>\n\t\t\t\t\t<top>50</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>300</onleft>\n\t\t\t\t\t<onright>53</onright>\n\t\t\t\t\t<onup>48</onup>\n\t\t\t\t\t<ondown>56</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"53\">\n\t\t\t\t\t<description>'5' button</description>\n\t\t\t\t\t<left>300</left>\n\t\t\t\t\t<top>50</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>52</onleft>\n\t\t\t\t\t<onright>54</onright>\n\t\t\t\t\t<onup>49</onup>\n\t\t\t\t\t<ondown>57</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"54\">\n\t\t\t\t\t<description>'6' button</description>\n\t\t\t\t\t<left>350</left>\n\t\t\t\t\t<top>50</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>53</onleft>\n\t\t\t\t\t<onright>55</onright>\n\t\t\t\t\t<onup>50</onup>\n\t\t\t\t\t<ondown>65</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"55\">\n\t\t\t\t\t<description>'7' button</description>\n\t\t\t\t\t<left>400</left>\n\t\t\t\t\t<top>50</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>54</onleft>\n\t\t\t\t\t<onright>-</onright>\n\t\t\t\t\t<onup>51</onup>\n\t\t\t\t\t<ondown>66</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"56\">\n\t\t\t\t\t<description>'8' button</description>\n\t\t\t\t\t<left>250</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>8</onleft>\n\t\t\t\t\t<onright>57</onright>\n\t\t\t\t\t<onup>52</onup>\n\t\t\t\t\t<ondown>67</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"57\">\n\t\t\t\t\t<description>'9' button</description>\n\t\t\t\t\t<left>300</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>56</onleft>\n\t\t\t\t\t<onright>65</onright>\n\t\t\t\t\t<onup>53</onup>\n\t\t\t\t\t<ondown>68</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"65\">\n\t\t\t\t\t<description>'A' button</description>\n\t\t\t\t\t<left>350</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>57</onleft>\n\t\t\t\t\t<onright>66</onright>\n\t\t\t\t\t<onup>54</onup>\n\t\t\t\t\t<ondown>69</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"66\">\n\t\t\t\t\t<description>'B' button</description>\n\t\t\t\t\t<left>400</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>65</onleft>\n\t\t\t\t\t<onright>-</onright>\n\t\t\t\t\t<onup>55</onup>\n\t\t\t\t\t<ondown>70</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"67\">\n\t\t\t\t\t<description>'C' button</description>\n\t\t\t\t\t<left>250</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>8</onleft>\n\t\t\t\t\t<onright>68</onright>\n\t\t\t\t\t<onup>56</onup>\n\t\t\t\t\t<ondown>-</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"68\">\n\t\t\t\t\t<description>'D' button</description>\n\t\t\t\t\t<left>300</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>67</onleft>\n\t\t\t\t\t<onright>69</onright>\n\t\t\t\t\t<onup>57</onup>\n\t\t\t\t\t<ondown>-</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"69\">\n\t\t\t\t\t<description>'E' button</description>\n\t\t\t\t\t<left>350</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>68</onleft>\n\t\t\t\t\t<onright>70</onright>\n\t\t\t\t\t<onup>65</onup>\n\t\t\t\t\t<ondown>-</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"70\">\n\t\t\t\t\t<description>'F' button</description>\n\t\t\t\t\t<left>400</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>69</onleft>\n\t\t\t\t\t<onright>-</onright>\n\t\t\t\t\t<onup>66</onup>\n\t\t\t\t\t<ondown>-</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogMuteBug.xml",
    "content": "<window id=\"113\">\n\t<defaultcontrol>-</defaultcontrol>\n\t<controls>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogNetworkSetup.xml",
    "content": "<window id=\"128\">\n\t<defaultcontrol>10</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>240</left>\n\t\t\t<top>145</top>\n\t\t\t<control type=\"image\">\n\t\t\t\t<description>background image</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>800</width>\n\t\t\t\t<height>430</height>\n\t\t\t\t<texture border=\"20,20,20,20\">thumbnofo.png</texture>\n\t\t\t\t<bordersize>30</bordersize>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"2\">\n\t\t\t\t<description>heading label</description>\n\t\t\t\t<left>40</left>\n\t\t\t\t<top>35</top>\n\t\t\t\t<width>720</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>1007</label>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label.header</textcolor>\n\t\t\t</control>\n\t\t\t<control type=\"spincontrolex\" id=\"10\">\n\t\t\t\t<description>Protocol SpinControl</description>\n\t\t\t\t<left>40</left>\n\t\t\t\t<top>85</top>\n\t\t\t\t<height>35</height>\n\t\t\t\t<width>720</width>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<textoffsetx>12</textoffsetx>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<reverse>yes</reverse>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>1008</label>\n\t\t\t\t<onup>18</onup>\n\t\t\t\t<ondown>11</ondown>\n\t\t\t\t<onleft>10</onleft>\n\t\t\t\t<onright>10</onright>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"11\">\n\t\t\t\t<description>Server Address Button</description>\n\t\t\t\t<left>40</left>\n\t\t\t\t<top>125</top>\n\t\t\t\t<width>565</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<textoffsetx>12</textoffsetx>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>-</label>\n\t\t\t\t<onup>10</onup>\n\t\t\t\t<onleft>12</onleft>\n\t\t\t\t<onright>12</onright>\n\t\t\t\t<ondown>16</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"12\">\n\t\t\t\t<description>Server Browse Button</description>\n\t\t\t\t<left>610</left>\n\t\t\t\t<top>125</top>\n\t\t\t\t<width>150</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<textoffsetx>12</textoffsetx>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>1024</label>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<onup>10</onup>\n\t\t\t\t<onleft>11</onleft>\n\t\t\t\t<onright>11</onright>\n\t\t\t\t<ondown>16</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"16\">\n\t\t\t\t<description>Remote path Button</description>\n\t\t\t\t<left>40</left>\n\t\t\t\t<top>165</top>\n\t\t\t\t<width>720</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<textoffsetx>12</textoffsetx>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>-</label>\n\t\t\t\t<onup>11</onup>\n\t\t\t\t<onleft>16</onleft>\n\t\t\t\t<onright>16</onright>\n\t\t\t\t<ondown>13</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"13\">\n\t\t\t\t<description>Port Button</description>\n\t\t\t\t<left>40</left>\n\t\t\t\t<top>205</top>\n\t\t\t\t<width>720</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<textoffsetx>12</textoffsetx>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>1013</label>\n\t\t\t\t<onup>16</onup>\n\t\t\t\t<onleft>13</onleft>\n\t\t\t\t<onright>13</onright>\n\t\t\t\t<ondown>14</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"14\">\n\t\t\t\t<description>Username Button</description>\n\t\t\t\t<left>40</left>\n\t\t\t\t<top>245</top>\n\t\t\t\t<width>720</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<textoffsetx>12</textoffsetx>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>1014</label>\n\t\t\t\t<onup>13</onup>\n\t\t\t\t<onleft>14</onleft>\n\t\t\t\t<onright>14</onright>\n\t\t\t\t<ondown>15</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"15\">\n\t\t\t\t<description>Password Button</description>\n\t\t\t\t<left>40</left>\n\t\t\t\t<top>285</top>\n\t\t\t\t<width>720</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<textoffsetx>12</textoffsetx>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>15052</label>\n\t\t\t\t<onup>14</onup>\n\t\t\t\t<onleft>15</onleft>\n\t\t\t\t<onright>15</onright>\n\t\t\t\t<ondown>18</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"18\">\n\t\t\t\t<description>Ok Button</description>\n\t\t\t\t<left>195</left>\n\t\t\t\t<top>350</top>\n\t\t\t\t<width>200</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<texturenofocus border=\"3\">button-nofocus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\">button-focus2.png</texturefocus>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>186</label>\n\t\t\t\t<onup>15</onup>\n\t\t\t\t<onleft>19</onleft>\n\t\t\t\t<onright>19</onright>\n\t\t\t\t<ondown>10</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"19\">\n\t\t\t\t<description>Cancel Button</description>\n\t\t\t\t<left>405</left>\n\t\t\t\t<top>350</top>\n\t\t\t\t<width>200</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<texturenofocus border=\"3\">button-nofocus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\">button-focus2.png</texturefocus>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>222</label>\n\t\t\t\t<onup>15</onup>\n\t\t\t\t<onleft>18</onleft>\n\t\t\t\t<onright>18</onright>\n\t\t\t\t<ondown>10</ondown>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogNumeric.xml",
    "content": "<window id=\"109\">\n\t<defaultcontrol always=\"true\">21</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>495</left>\n\t\t\t<top>165</top>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>290</width>\n\t\t\t\t<height>385</height>\n\t\t\t\t<texture colordiffuse=\"FBFFFFFF\" border=\"40\">windows\\keyboard\\back.png</texture>\n\t\t\t\t<bordersize>30</bordersize>\n\t\t\t</control>\n\t\t\t<control type=\"fadelabel\" id=\"1\">\n\t\t\t\t<description>dialog Heading</description>\n\t\t\t\t<left>45</left>\n\t\t\t\t<top>35</top>\n\t\t\t\t<width>200</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label.header</textcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scrollout>false</scrollout>\n\t\t\t\t<pauseatend>2000</pauseatend>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>45</left>\n\t\t\t\t<top>85</top>\n\t\t\t\t<width>200</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<colordiffuse>BBFFFFFF</colordiffuse>\n\t\t\t\t<texture border=\"5\">windows\\keyboard\\text_box.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"4\">\n\t\t\t\t<description>Edit Text</description>\n\t\t\t\t<left>50</left>\n\t\t\t\t<top>85</top>\n\t\t\t\t<width>190</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.label</focusedcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>45</left>\n\t\t\t\t<top>140</top>\n\t\t\t\t<control type=\"button\" id=\"11\">\n\t\t\t\t\t<description>1 button</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12311</label>\n\t\t\t\t\t<onleft>23</onleft>\n\t\t\t\t\t<onright>12</onright>\n\t\t\t\t\t<onup>20</onup>\n\t\t\t\t\t<ondown>14</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"12\">\n\t\t\t\t\t<description>2 button</description>\n\t\t\t\t\t<left>50</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12312</label>\n\t\t\t\t\t<onleft>11</onleft>\n\t\t\t\t\t<onright>13</onright>\n\t\t\t\t\t<onup>10</onup>\n\t\t\t\t\t<ondown>15</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"13\">\n\t\t\t\t\t<description>3 button</description>\n\t\t\t\t\t<left>100</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12313</label>\n\t\t\t\t\t<onleft>12</onleft>\n\t\t\t\t\t<onright>23</onright>\n\t\t\t\t\t<onup>22</onup>\n\t\t\t\t\t<ondown>16</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"23\">\n\t\t\t\t\t<description>Backspace button</description>\n\t\t\t\t\t<left>150</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>98</height>\n\t\t\t\t\t<textwidth>94</textwidth>\n\t\t\t\t\t<font>home_15</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>20181</label>\n\t\t\t\t\t<angle>270</angle>\n\t\t\t\t\t<onleft>13</onleft>\n\t\t\t\t\t<onright>11</onright>\n\t\t\t\t\t<onup>21</onup>\n\t\t\t\t\t<ondown>21</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"14\">\n\t\t\t\t\t<description>4 button</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>50</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12314</label>\n\t\t\t\t\t<onleft>23</onleft>\n\t\t\t\t\t<onright>15</onright>\n\t\t\t\t\t<onup>11</onup>\n\t\t\t\t\t<ondown>17</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"15\">\n\t\t\t\t\t<description>5 button</description>\n\t\t\t\t\t<left>50</left>\n\t\t\t\t\t<top>50</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12315</label>\n\t\t\t\t\t<onleft>14</onleft>\n\t\t\t\t\t<onright>16</onright>\n\t\t\t\t\t<onup>12</onup>\n\t\t\t\t\t<ondown>18</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"16\">\n\t\t\t\t\t<description>6 button</description>\n\t\t\t\t\t<left>100</left>\n\t\t\t\t\t<top>50</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12316</label>\n\t\t\t\t\t<onleft>15</onleft>\n\t\t\t\t\t<onright>23</onright>\n\t\t\t\t\t<onup>13</onup>\n\t\t\t\t\t<ondown>19</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"17\">\n\t\t\t\t\t<description>7 button</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12317</label>\n\t\t\t\t\t<onleft>21</onleft>\n\t\t\t\t\t<onright>18</onright>\n\t\t\t\t\t<onup>14</onup>\n\t\t\t\t\t<ondown>20</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"18\">\n\t\t\t\t\t<description>8 button</description>\n\t\t\t\t\t<left>50</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12318</label>\n\t\t\t\t\t<onleft>17</onleft>\n\t\t\t\t\t<onright>19</onright>\n\t\t\t\t\t<onup>15</onup>\n\t\t\t\t\t<ondown>10</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"19\">\n\t\t\t\t\t<description>9 button</description>\n\t\t\t\t\t<left>100</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12319</label>\n\t\t\t\t\t<onleft>18</onleft>\n\t\t\t\t\t<onright>21</onright>\n\t\t\t\t\t<onup>16</onup>\n\t\t\t\t\t<ondown>22</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"21\">\n\t\t\t\t\t<description>Done button</description>\n\t\t\t\t\t<left>150</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>98</height>\n\t\t\t\t\t<textwidth>94</textwidth>\n\t\t\t\t\t<font>home_15</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>20177</label>\n\t\t\t\t\t<angle>270</angle>\n\t\t\t\t\t<onleft>19</onleft>\n\t\t\t\t\t<onright>17</onright>\n\t\t\t\t\t<onup>23</onup>\n\t\t\t\t\t<ondown>23</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"20\">\n\t\t\t\t\t<description>prev button</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textwidth>40</textwidth>\n\t\t\t\t\t<label>&lt;&lt;</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<onleft>21</onleft>\n\t\t\t\t\t<onright>10</onright>\n\t\t\t\t\t<onup>17</onup>\n\t\t\t\t\t<ondown>11</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"10\">\n\t\t\t\t\t<description>0 button</description>\n\t\t\t\t\t<left>50</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12310</label>\n\t\t\t\t\t<onleft>20</onleft>\n\t\t\t\t\t<onright>22</onright>\n\t\t\t\t\t<onup>18</onup>\n\t\t\t\t\t<ondown>12</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"22\">\n\t\t\t\t\t<description>next button</description>\n\t\t\t\t\t<left>100</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textwidth>40</textwidth>\n\t\t\t\t\t<label>&gt;&gt;</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<onleft>10</onleft>\n\t\t\t\t\t<onright>21</onright>\n\t\t\t\t\t<onup>19</onup>\n\t\t\t\t\t<ondown>13</ondown>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogOK.xml",
    "content": "<window id=\"2002\">\n\t<defaultcontrol always=\"true\">10</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog.Instant</include>\n\t\t<control type=\"image\">\n\t\t\t<description>background image</description>\n\t\t\t<left>276</left>\n\t\t\t<top>235</top>\n\t\t\t<width>728</width>\n\t\t\t<height>249</height>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\main.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<description>Heading Background</description>\n\t\t\t<left>291</left>\n\t\t\t<top>243</top>\n\t\t\t<width>698</width>\n\t\t\t<height>60</height>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\header.png</texture>\n\t\t</control>\n\t\t<control type=\"label\" id=\"1\">\n\t\t\t<description>heading label</description>\n\t\t\t<left>320</left>\n\t\t\t<top>253</top>\n\t\t\t<width>638</width>\n\t\t\t<height>40</height>\n\t\t\t<font>size_28</font>\n\t\t\t<align>left</align>\n\t\t\t<aligy>center</aligy>\n\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"2\">\n\t\t\t<description>dialog line 1</description>\n\t\t\t<left>320</left>\n\t\t\t<top>310</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"3\">\n\t\t\t<description>dialog line 2</description>\n\t\t\t<left>320</left>\n\t\t\t<top>345</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"4\">\n\t\t\t<description>dialog line 3</description>\n\t\t\t<left>320</left>\n\t\t\t<top>380</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<right>322</right>\n\t\t\t<top>420</top>\n\t\t\t<width>300</width>\n\t\t\t<height>36</height>\n\t\t\t<label>186</label>\n\t\t\t<itemgap>10</itemgap>\n\t\t\t<orientation>Horizontal</orientation>\n\t\t\t<align>right</align>\n\t\t\t<control type=\"button\" id=\"10\">\n\t\t\t\t<description>OK button</description>\n\t\t\t\t<width min=\"100\" max=\"300\">auto</width>\n\t\t\t\t<height>36</height>\n\t\t\t\t<label>186</label>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t<onleft>10</onleft>\n\t\t\t\t<onright>10</onright>\n\t\t\t\t<onup>10</onup>\n\t\t\t\t<ondown>10</ondown>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogOverlay.xml",
    "content": "<window id=\"148\">\n\t<zorder>20</zorder>\n\t<controls>\n\t\t<include>Window.Header</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogProgress.xml",
    "content": "<window id=\"101\">\n\t<defaultcontrol always=\"true\">10</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog.Instant</include>\n\t\t<control type=\"image\">\n\t\t\t<description>background image</description>\n\t\t\t<left>276</left>\n\t\t\t<top>235</top>\n\t\t\t<width>728</width>\n\t\t\t<height>249</height>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\main.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<description>Heading Background</description>\n\t\t\t<left>291</left>\n\t\t\t<top>243</top>\n\t\t\t<width>698</width>\n\t\t\t<height>60</height>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\header.png</texture>\n\t\t</control>\n\t\t<control type=\"progress\">\n\t\t\t<description>Progressbar</description>\n\t\t\t<left>320</left>\n\t\t\t<top>426</top>\n\t\t\t<width>430</width>\n\t\t\t<height>23</height>\n\t\t\t<info>System.Progressbar</info>\n\t\t\t<texturebg colordiffuse=\"colour.dialog.diffuse.progress.underlay\">windows\\dialogs\\progressbackalt.png</texturebg>\n\t\t\t<midtexture border=\"5,0,5,0\" colordiffuse=\"colour.dialog.diffuse.progress.bar\">windows\\dialogs\\progressfrontalt.png</midtexture>\n\t\t\t<lefttexture colordiffuse=\"colour.dialog.diffuse.progress.underlay\">windows\\dialogs\\progressleftalt.png</lefttexture>\n\t\t\t<righttexture colordiffuse=\"colour.dialog.diffuse.progress.underlay\">windows\\dialogs\\progressrightalt.png</righttexture>\n\t\t\t<overlaytexture colordiffuse=\"colour.dialog.diffuse.progress.underlay\">-</overlaytexture>\n\t\t\t<!-- <animation effect=\"slide\" start=\"0,0\" end=\"74,0\" time=\"75\" delay=\"75\" condition=\"!IsEmpty(Skin.String(DisableCancel))\">Conditional</animation> -->\n\t\t\t<visible>IsEmpty(Skin.String(DisableProgress)) | StringCompare(System.Progressbar, 0)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<description>Progress Label</description>\n\t\t\t<left>760</left>\n\t\t\t<top>426</top>\n\t\t\t<width>60</width>\n\t\t\t<height>20</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<label>$INFO[System.Progressbar,,%]</label>\n\t\t\t<!-- <animation effect=\"slide\" start=\"0,0\" end=\"74,0\" time=\"75\" delay=\"75\" condition=\"!IsEmpty(Skin.String(DisableCancel))\">Conditional</animation> -->\n\t\t</control>\n\t\t<control type=\"label\" id=\"1\">\n\t\t\t<description>heading label</description>\n\t\t\t<left>320</left>\n\t\t\t<top>253</top>\n\t\t\t<width>638</width>\n\t\t\t<height>40</height>\n\t\t\t<font>size_28</font>\n\t\t\t<align>left</align>\n\t\t\t<aligy>center</aligy>\n\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"2\">\n\t\t\t<description>dialog line 1</description>\n\t\t\t<left>320</left>\n\t\t\t<top>310</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_28</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"3\">\n\t\t\t<description>dialog line 2</description>\n\t\t\t<left>320</left>\n\t\t\t<top>345</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"4\">\n\t\t\t<description>dialog line 3</description>\n\t\t\t<left>320</left>\n\t\t\t<top>380</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<right>322</right>\n\t\t\t<top>420</top>\n\t\t\t<width>300</width>\n\t\t\t<height>36</height>\n\t\t\t<label>186</label>\n\t\t\t<itemgap>10</itemgap>\n\t\t\t<orientation>Horizontal</orientation>\n\t\t\t<align>right</align>\n\t\t\t<control type=\"button\" id=\"10\">\n\t\t\t\t<description>Cancel button</description>\n\t\t\t\t<width min=\"100\" max=\"300\">auto</width>\n\t\t\t\t<height>36</height>\n\t\t\t\t<label>222</label>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t<onleft>10</onleft>\n\t\t\t\t<onright>10</onright>\n\t\t\t\t<onup>10</onup>\n\t\t\t\t<ondown>10</ondown>\n\t\t\t\t<visible>!Window.IsActive(2999) + IsEmpty(Skin.String(DisableCancel))</visible>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogScriptInfo.xml",
    "content": "<window type=\"dialog\" id=\"2004\">\n\t<defaultcontrol always=\"true\">61</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>52</left>\n\t\t\t\t<top>51</top>\n\t\t\t\t<width>1176</width>\n\t\t\t\t<height>618</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\generic\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>77</left>\n\t\t\t\t<top>70</top>\n\t\t\t\t<width>1126</width>\n\t\t\t\t<height>60</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\generic\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>heading label used to bold and upper-case</description>\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>70</top>\n\t\t\t\t<width>1126</width>\n\t\t\t\t<height>60</height>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<font>size_24</font>\n\t\t\t\t<label>Script: $INFO[Control.GetLabel(1)]</label>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"1\">\n\t\t\t\t<description>heading label</description>\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>75</top>\n\t\t\t\t<width>1105</width>\n\t\t\t\t<height>50</height>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<font>size_24</font>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t<visible>false</visible>\n\t\t\t</control>\n\t\t\t<control type=\"textbox\" id=\"5\">\n\t\t\t\t<description>textarea</description>\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>128</top>\n\t\t\t\t<width>1100</width>\n\t\t\t\t<height>520</height>\n\t\t\t\t<font>size_16</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t<pagecontrol>61</pagecontrol>\n\t\t\t</control>\n\t\t\t<!-- Scroll bar fails to work due to the scrolltime being set to 200 :-/ -->\n\t\t\t<control type=\"scrollbar\" id=\"61\">\n\t\t\t\t<left>1193</left>\n\t\t\t\t<top>130</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>517</height>\n\t\t\t\t<include>Fake.ScrollBar.Vertical</include>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogSeekBar.xml",
    "content": "<window id=\"115\">\n\t<defaultcontrol>1</defaultcontrol>\n\t<!-- Uses 104 colours as they share the same look and assets -->\n\t<visible>Player.Seeking | Player.DisplayAfterSeek | Player.Forwarding | Player.Rewinding</visible>\n\t<controls>\n\t\t<!-- Player Controls are visible -->\n\t\t<control type=\"group\">\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,87\" delay=\"0\" time=\"250\" tween=\"Quadratic\" easing=\"out\" condition=\"Skin.HasSetting(newplayer_large_artwork)\">Conditional</animation>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>452</left>\n\t\t\t\t<top>119</top>\n\t\t\t\t<control type=\"slider\" id=\"401\">\n\t\t\t\t\t<description>Seek Slider</description>\n\t\t\t\t\t<left>1</left>\n\t\t\t\t\t<top>-2</top>\n\t\t\t\t\t<width>373</width>\n\t\t\t\t\t<height>10</height>\n\t\t\t\t\t<colordiffuse>colour.dialog.volumekaitoast.diffuse.progress.nib</colordiffuse>\n\t\t\t\t\t<texturesliderbar>seekslider.png</texturesliderbar>\n\t\t\t\t\t<textureslidernib>slider_nibFO.png</textureslidernib>\n\t\t\t\t\t<textureslidernibfocus>slider_nibFO.png</textureslidernibfocus>\n\t\t\t\t\t<visible>Window.IsActive(114) + !Skin.HasSetting(OldPlayerControls)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<animation effect=\"slide\" start=\"0,-50\" end=\"0,0\" delay=\"10\" time=\"250\" tween=\"Quadratic\" easing=\"out\">WindowOpen</animation>\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-50\" delay=\"170\" time=\"250\" tween=\"Quadratic\" easing=\"out\">WindowClose</animation>\n\t\t\t<visible>!Window.IsActive(114)</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>425</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>430</width>\n\t\t\t\t<height>50</height>\n\t\t\t\t<texture border=\"20\" colordiffuse=\"colour.dialog.volumekaitoast.diffuse.main\">windows\\volume\\underlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"progress\" id=\"29999\">\n\t\t\t\t<description>Progressbar</description>\n\t\t\t\t<left>450</left>\n\t\t\t\t<top>25</top>\n\t\t\t\t<width>380</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<info>Player.Progress</info>\n\t\t\t\t<texturebg colordiffuse=\"colour.dialog.volumekaitoast.diffuse.progress.underlay\">windows\\volume\\progress_back.png</texturebg>\n\t\t\t\t<midtexture border=\"5,0,5,0\" colordiffuse=\"colour.dialog.volumekaitoast.diffuse.progress.bar\">windows\\volume\\progress_bar.png</midtexture>\n\t\t\t\t<lefttexture colordiffuse=\"colour.dialog.volumekaitoast.diffuse.progress.underlay\">windows\\volume\\progress_left.png</lefttexture>\n\t\t\t\t<righttexture colordiffuse=\"colour.dialog.volumekaitoast.diffuse.progress.underlay\">windows\\volume\\progress_right.png</righttexture>\n\t\t\t\t<overlaytexture colordiffuse=\"colour.dialog.volumekaitoast.diffuse.progress.underlay\">-</overlaytexture>\n\t\t\t</control>\n\t\t\t<control type=\"slider\" id=\"401\">\n\t\t\t\t<description>Seek Slider</description>\n\t\t\t\t<left>455</left>\n\t\t\t\t<top>25</top>\n\t\t\t\t<width>370</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<colordiffuse>colour.dialog.volumekaitoast.diffuse.progress.nib</colordiffuse>\n\t\t\t\t<texturesliderbar>seekslider.png</texturesliderbar>\n\t\t\t\t<textureslidernib>slider_nibFO.png</textureslidernib>\n\t\t\t\t<textureslidernibfocus>slider_nibFO.png</textureslidernibfocus>\n\t\t\t\t<onup>1</onup>\n\t\t\t\t<ondown>1</ondown>\n\t\t\t\t<onleft>1</onleft>\n\t\t\t\t<onright>1</onright>\n\t\t\t\t<visible>Player.Seeking</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>Seeking Label</description>\n\t\t\t\t<left>340</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>600</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.volumekaitoast.label.header</textcolor>\n\t\t\t\t<font>mono_13</font>\n\t\t\t\t<label>[UPPERCASE]$LOCALIZE[773][/UPPERCASE]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>Elapsed Time Label</description>\n\t\t\t\t<left>440</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<font>mono_13</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.volumekaitoast.label</textcolor>\n\t\t\t\t<info>Player.SeekTime</info>\n\t\t\t\t<visible>Player.Seeking</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>Elapsed Time Label</description>\n\t\t\t\t<left>440</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<font>mono_13</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.volumekaitoast.label</textcolor>\n\t\t\t\t<info>Player.Time</info>\n\t\t\t\t<visible>!Player.Seeking</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>Elapsed Time Label</description>\n\t\t\t\t<left>770</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<font>mono_13</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.volumekaitoast.label</textcolor>\n\t\t\t\t<info>Player.Duration</info>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogSelect.xml",
    "content": "<window type=\"window\" id=\"2000\">\n\t<defaultcontrol always=\"true\">3</defaultcontrol>\n\t<onunload>Skin.Reset(SelectPreviewMode)</onunload>\n\t<onunload>Skin.Reset(SelectSplash)</onunload>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>270</left>\n\t\t\t\t<top>80</top>\n\t\t\t\t<width>740</width>\n\t\t\t\t<height>560</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\select_browser\\main.png</texture>\n\t\t\t\t<animation effect=\"zoom\" start=\"270,80,740,560\" end=\"120,80,1040,560\" time=\"0\" condition=\"Skin.HasSetting(SelectPreviewMode) | Window.IsVisible(1901)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>286</left>\n\t\t\t\t<top>99</top>\n\t\t\t\t<width>709</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\select_browser\\header.png</texture>\n\t\t\t\t<animation effect=\"zoom\" start=\"286,99,709,61\" end=\"142,99,996,61\" time=\"0\" condition=\"Skin.HasSetting(SelectPreviewMode) | Window.IsVisible(1901)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"1\">\n\t\t\t\t<description>Heading label</description>\n\t\t\t\t<left>313</left>\n\t\t\t\t<top>107</top>\n\t\t\t\t<width>731</width>\n\t\t\t\t<height>37</height>\n\t\t\t\t<!-- Had to use includes to do this -->\n\t\t\t\t<include condition=\"Skin.HasSetting(ArtworkInstallerHeader)\">Dialog.Select.Font.AWI</include>\n\t\t\t\t<include condition=\"!Skin.HasSetting(ArtworkInstallerHeader)\">Dialog.Select.Font</include>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-144,0\" time=\"0\" condition=\"Skin.HasSetting(SelectPreviewMode) | Window.IsVisible(1901)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>828</left>\n\t\t\t\t<top>392</top>\n\t\t\t\t<width>155</width>\n\t\t\t\t<height>155</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture>$INFO[ListItem.Icon]</texture>\n\t\t\t\t<visible>!Skin.HasSetting(SelectPreviewMode) + !Window.IsVisible(1901)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"largeimage\">\n\t\t\t\t<description>Themes splashes</description>\n\t\t\t\t<left>681</left>\n\t\t\t\t<top>170</top>\n\t\t\t\t<width>448</width>\n\t\t\t\t<height>378</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture>Special://skin\\extras\\themes\\splashes\\thumbs\\$INFO[Container(3).ListItem.Label].jpg</texture>\n\t\t\t\t<fadetime>200</fadetime>\n\t\t\t\t<visible>Window.IsVisible(1111) + Skin.HasSetting(SelectSplash)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"largeimage\">\n\t\t\t\t<description>Themes previews</description>\n\t\t\t\t<left>681</left>\n\t\t\t\t<top>170</top>\n\t\t\t\t<width>448</width>\n\t\t\t\t<height>378</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture>Special://skin\\extras\\themes\\previews\\$INFO[Container(3).ListItem.Label].jpg</texture>\n\t\t\t\t<fadetime>200</fadetime>\n\t\t\t\t<visible>Window.IsVisible(1111) + !Skin.HasSetting(SelectSplash)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"largeimage\">\n\t\t\t\t<description>urldownloader themes</description>\n\t\t\t\t<left>681</left>\n\t\t\t\t<top>170</top>\n\t\t\t\t<width>448</width>\n\t\t\t\t<height>378</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture>Special://skin\\extras\\urldownloader themes\\previews\\$INFO[Container(3).ListItem.Label].jpg</texture>\n\t\t\t\t<fadetime>200</fadetime>\n\t\t\t\t<visible>Window.IsVisible(1901)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>360</left>\n\t\t\t\t<top>565</top>\n\t\t\t\t<width>561</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>StringCompare(Container(6).NumItems,0)</visible>\n\t\t\t\t<control type=\"list\" id=\"3\">\n\t\t\t\t\t<description>button area</description>\n\t\t\t\t\t<left>305</left>\n\t\t\t\t\t<top>170</top>\n\t\t\t\t\t<width>670</width>\n\t\t\t\t\t<height>378</height>\n\t\t\t\t\t<onup>3</onup>\n\t\t\t\t\t<ondown>3</ondown>\n\t\t\t\t\t<onleft>60</onleft>\n\t\t\t\t\t<onright>9000</onright>\n\t\t\t\t\t<pagecontrol>60</pagecontrol>\n\t\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-144,0\" time=\"0\" condition=\"Skin.HasSetting(SelectPreviewMode) | Window.IsVisible(1901)\">Conditional</animation>\n\t\t\t\t\t<itemlayout condition=\"Control.IsVisible(5) + Skin.HasSetting(SelectPreviewMode)\" height=\"42\" width=\"510\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>510</width>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<width>490</width>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"Control.IsVisible(5) + Skin.HasSetting(SelectPreviewMode)\" height=\"42\" width=\"510\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>510</width>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<width>490</width>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t<itemlayout condition=\"!Control.IsVisible(5) + !Skin.HasSetting(SelectPreviewMode)\" height=\"42\" width=\"670\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>670</width>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<width>653</width>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"!Control.IsVisible(5) + !Skin.HasSetting(SelectPreviewMode)\" height=\"42\" width=\"670\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>670</width>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<width>653</width>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"60\">\n\t\t\t\t\t<left>301</left>\n\t\t\t\t\t<top>170</top>\n\t\t\t\t\t<width>4</width>\n\t\t\t\t\t<height>376</height>\n\t\t\t\t\t<onright>3</onright>\n\t\t\t\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t\t\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\n\t\t\t\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\n\t\t\t\t\t<textureslidernib>-</textureslidernib>\n\t\t\t\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t\t\t\t<showonepage>false</showonepage>\n\t\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"40\" end=\"100\" time=\"100\">Focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"40\" time=\"100\" condition=\"!Control.HasFocus(60)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-144,0\" time=\"0\" condition=\"Skin.HasSetting(SelectPreviewMode) | Window.IsVisible(1901)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>number of files in list text label</description>\n\t\t\t\t\t<right>295</right>\n\t\t\t\t\t<bottom>105</bottom>\n\t\t\t\t\t<width>550</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$INFO[Container(3).CurrentItem]/$INFO[Container(3).NumItems]</label>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"75\" time=\"300\">Visible</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"75\" end=\"0\" time=\"0\">Hidden</animation>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"144,0\" time=\"0\" condition=\"Skin.HasSetting(SelectPreviewMode) | Window.IsVisible(1901)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- This is for or4gins theme & additional themes in the future -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>StringCompare(Container(3).NumItems,0)</visible>\n\t\t\t\t<control type=\"list\" id=\"6\">\n\t\t\t\t\t<description>button area</description>\n\t\t\t\t\t<left>305</left>\n\t\t\t\t\t<top>170</top>\n\t\t\t\t\t<width>670</width>\n\t\t\t\t\t<height>372</height>\n\t\t\t\t\t<onup>3</onup>\n\t\t\t\t\t<ondown>3</ondown>\n\t\t\t\t\t<onleft>61</onleft>\n\t\t\t\t\t<onright>9000</onright>\n\t\t\t\t\t<pagecontrol>61</pagecontrol>\n\t\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t\t<itemlayout height=\"62\" width=\"670\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>670</width>\n\t\t\t\t\t\t\t<height>60</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<posy>5</posy>\n\t\t\t\t\t\t\t<posx>5</posx>\n\t\t\t\t\t\t\t<width>50</width>\n\t\t\t\t\t\t\t<height>50</height>\n\t\t\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t\t\t<texture>$INFO[Listitem.Icon]</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>65</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>60</height>\n\t\t\t\t\t\t\t<width>585</width>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-10\" time=\"0\" condition=\"!IsEmpty(ListItem.Label2)\">Conditional</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>65</left>\n\t\t\t\t\t\t\t<top>12</top>\n\t\t\t\t\t\t\t<height>60</height>\n\t\t\t\t\t\t\t<width>585</width>\n\t\t\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t\t<animation effect=\"fade\" start=\"50\" end=\"50\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"62\" width=\"670\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>670</width>\n\t\t\t\t\t\t\t<height>60</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<posy>5</posy>\n\t\t\t\t\t\t\t<posx>5</posx>\n\t\t\t\t\t\t\t<width>50</width>\n\t\t\t\t\t\t\t<height>50</height>\n\t\t\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t\t\t<texture>$INFO[Listitem.Icon]</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>65</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>60</height>\n\t\t\t\t\t\t\t<width>585</width>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-10\" time=\"0\" condition=\"!IsEmpty(ListItem.Label2)\">Conditional</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>65</left>\n\t\t\t\t\t\t\t<top>12</top>\n\t\t\t\t\t\t\t<height>60</height>\n\t\t\t\t\t\t\t<width>585</width>\n\t\t\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t\t<animation effect=\"fade\" start=\"50\" end=\"50\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"61\">\n\t\t\t\t\t<left>301</left>\n\t\t\t\t\t<top>170</top>\n\t\t\t\t\t<width>4</width>\n\t\t\t\t\t<height>371</height>\n\t\t\t\t\t<onright>6</onright>\n\t\t\t\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t\t\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\n\t\t\t\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\n\t\t\t\t\t<textureslidernib>-</textureslidernib>\n\t\t\t\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t\t\t\t<showonepage>false</showonepage>\n\t\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"40\" end=\"100\" time=\"100\">Focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"40\" time=\"100\" condition=\"!Control.HasFocus(61)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>number of files in list text label</description>\n\t\t\t\t\t<right>295</right>\n\t\t\t\t\t<bottom>105</bottom>\n\t\t\t\t\t<width>550</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$INFO[Container(6).CurrentItem]/$INFO[Container(6).NumItems]</label>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"75\" time=\"300\">Visible</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"75\" end=\"0\" time=\"0\">Hidden</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"5\">\n\t\t\t\t<description>OK button</description>\n\t\t\t\t<left>828</left>\n\t\t\t\t<top>170</top>\n\t\t\t\t<width>155</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<onup>3</onup>\n\t\t\t\t<label>186</label>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<disabledcolor>colour.dialog.button.disabled</disabledcolor>\n\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogTextViewer.xml",
    "content": "<window type=\"dialog\" id=\"147\">\n\t<defaultcontrol always=\"true\">61</defaultcontrol>\n\t<include>Dialog.Effect.Zoom.Fast</include>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-30\" time=\"0\" condition=\"Window.IsActive(4)\">WindowOpen</animation>\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-30\" time=\"0\" condition=\"Window.IsActive(4)\">Windowclose</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>60</top>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>660</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\generic\\main.png</texture>\n\t\t\t\t<visible>Window.IsActive(4)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>!Window.IsActive(4)</visible>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>720</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\generic\\main.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>28</left>\n\t\t\t\t\t<top>24</top>\n\t\t\t\t\t<width>1224</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\generic\\header.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>heading label used to upper-case</description>\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>23</top>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>mono_27</font>\n\t\t\t\t\t<label>[UPPERCASE]$INFO[Control.GetLabel(1)][/UPPERCASE]</label>\n\t\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"1\">\n\t\t\t\t\t<description>heading label</description>\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>23</top>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>mono_27</font>\n\t\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t\t<visible>false</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"textbox\" id=\"5\">\n\t\t\t\t<description>textarea</description>\n\t\t\t\t<left>40</left>\n\t\t\t\t<top>84</top>\n\t\t\t\t<width>1185</width>\n\t\t\t\t<height>612</height>\n\t\t\t\t<font>mono_15</font>\n\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>top</aligny>\n\t\t\t\t<pagecontrol>61</pagecontrol>\n\t\t\t\t<autoscroll delay=\"15000\" time=\"1000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t</control>\n\t\t\t<!-- Scroll bar fails to work due to the scrolltime being set to 200 :-/ -->\n\t\t\t<control type=\"scrollbar\" id=\"61\">\n\t\t\t\t<left>1235</left>\n\t\t\t\t<top>130</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>517</height>\n\t\t\t\t<include>Fake.ScrollBar.Vertical</include>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogVolumeBar.xml",
    "content": "<window id=\"104\">\n\t<defaultcontrol>1</defaultcontrol>\n\t<include>Dialog.Effect</include>\n\t<controls>\n\t\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/DialogYesNo.xml",
    "content": "<window id=\"100\">\n\t<defaultcontrol always=\"true\">10</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog.Instant</include>\n\t\t<control type=\"image\">\n\t\t\t<description>background image</description>\n\t\t\t<left>276</left>\n\t\t\t<top>235</top>\n\t\t\t<width>728</width>\n\t\t\t<height>249</height>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\main.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<description>Heading Background</description>\n\t\t\t<left>291</left>\n\t\t\t<top>243</top>\n\t\t\t<width>698</width>\n\t\t\t<height>60</height>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\header.png</texture>\n\t\t</control>\n\t\t<control type=\"label\" id=\"1\">\n\t\t\t<description>heading label</description>\n\t\t\t<left>320</left>\n\t\t\t<top>253</top>\n\t\t\t<width>638</width>\n\t\t\t<height>40</height>\n\t\t\t<font>size_28</font>\n\t\t\t<align>left</align>\n\t\t\t<aligy>center</aligy>\n\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"2\">\n\t\t\t<description>dialog line 1</description>\n\t\t\t<left>320</left>\n\t\t\t<top>310</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"3\">\n\t\t\t<description>dialog line 2</description>\n\t\t\t<left>320</left>\n\t\t\t<top>345</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"4\">\n\t\t\t<description>dialog line 3</description>\n\t\t\t<left>320</left>\n\t\t\t<top>380</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<right>322</right>\n\t\t\t<top>420</top>\n\t\t\t<width>500</width>\n\t\t\t<height>36</height>\n\t\t\t<label>186</label>\n\t\t\t<itemgap>10</itemgap>\n\t\t\t<orientation>Horizontal</orientation>\n\t\t\t<align>right</align>\n\t\t\t<control type=\"button\" id=\"11\">\n\t\t\t\t<description>Yes button</description>\n\t\t\t\t<width min=\"100\" max=\"300\">auto</width>\n\t\t\t\t<height>36</height>\n\t\t\t\t<label>186</label>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t<onleft>10</onleft>\n\t\t\t\t<onright>10</onright>\n\t\t\t\t<onup>11</onup>\n\t\t\t\t<ondown>11</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"10\">\n\t\t\t\t<description>No button</description>\n\t\t\t\t<width min=\"100\" max=\"300\">auto</width>\n\t\t\t\t<height>36</height>\n\t\t\t\t<label>222</label>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t<onleft>11</onleft>\n\t\t\t\t<onright>11</onright>\n\t\t\t\t<onup>10</onup>\n\t\t\t\t<ondown>10</ondown>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/FileBrowser.xml",
    "content": "<window id=\"126\">\n\t<defaultcontrol always=\"true\">450</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>270</left>\n\t\t\t\t<top>80</top>\n\t\t\t\t<width>740</width>\n\t\t\t\t<height>560</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\select_browser\\main.png</texture>\n\t\t\t\t<animation effect=\"zoom\" start=\"270,80,740,560\" end=\"120,80,1040,560\" time=\"100\" condition=\"Control.IsVisible(451)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>286</left>\n\t\t\t\t<top>99</top>\n\t\t\t\t<width>709</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\select_browser\\header.png</texture>\n\t\t\t\t<animation effect=\"zoom\" start=\"286,99,709,61\" end=\"142,99,996,61\" time=\"100\" condition=\"Control.IsVisible(451)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"411\">\n\t\t\t\t<description>Heading label</description>\n\t\t\t\t<left>313</left>\n\t\t\t\t<top>107</top>\n\t\t\t\t<width>731</width>\n\t\t\t\t<height>37</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-144,0\" time=\"100\" condition=\"Control.IsVisible(451)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>828</left>\n\t\t\t\t<top>392</top>\n\t\t\t\t<width>155</width>\n\t\t\t\t<height>155</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture>$INFO[ListItem.Icon]</texture>\n\t\t\t\t<visible>!Control.IsVisible(451)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>number of files in list text label</description>\n\t\t\t\t<right>295</right>\n\t\t\t\t<bottom>105</bottom>\n\t\t\t\t<width>550</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>false</scroll>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<label>$INFO[Container(450).CurrentItem]/$INFO[Container(450).NumItems]</label>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"75\" time=\"300\">Visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"75\" end=\"0\" time=\"0\">Hidden</animation>\n\t\t\t\t<visible>!Control.IsVisible(451)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>681</left>\n\t\t\t\t<top>220</top>\n\t\t\t\t<width>448</width>\n\t\t\t\t<height>328</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture>$INFO[ListItem.Icon]</texture>\n\t\t\t\t<visible>Control.IsVisible(451)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"412\">\n\t\t\t\t<description>path</description>\n\t\t\t\t<left>295</left>\n\t\t\t\t<bottom>105</bottom>\n\t\t\t\t<width>550</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>false</scroll>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"75\" time=\"300\">Visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"75\" end=\"0\" time=\"0\">Hidden</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-144,0\" time=\"100\" condition=\"Control.IsVisible(451)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>number of files in list text label</description>\n\t\t\t\t<right>295</right>\n\t\t\t\t<bottom>105</bottom>\n\t\t\t\t<width>550</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>false</scroll>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<label>$INFO[Container(451).CurrentItem]/$INFO[Container(451).NumItems]</label>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"75\" time=\"300\">Visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"75\" end=\"0\" time=\"0\">Hidden</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"144,0\" time=\"100\" condition=\"Control.IsVisible(451)\">Conditional</animation>\n\t\t\t\t<visible>Control.IsVisible(451)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>360</left>\n\t\t\t\t<top>560</top>\n\t\t\t\t<width>561</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"list\" id=\"450\">\n\t\t\t\t<description>button area</description>\n\t\t\t\t<left>295</left>\n\t\t\t\t<top>170</top>\n\t\t\t\t<width>520</width>\n\t\t\t\t<height>378</height>\n\t\t\t\t<onup>450</onup>\n\t\t\t\t<ondown>450</ondown>\n\t\t\t\t<onleft>60</onleft>\n\t\t\t\t<onright>9000</onright>\n\t\t\t\t<pagecontrol>60</pagecontrol>\n\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t<animation effect=\"slide\" start=\"-144,0\" end=\"0,0\" time=\"100\" condition=\"!Control.IsVisible(451)\">Conditional</animation>\n\t\t\t\t<itemlayout height=\"42\" width=\"520\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>520</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>500</width>\n\t\t\t\t\t\t<textoffsety>5</textoffsety>\n\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"42\" width=\"520\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>520</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>500</width>\n\t\t\t\t\t\t<textoffsety>5</textoffsety>\n\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-144,0\" time=\"100\" condition=\"Control.IsVisible(451)\">Conditional</animation>\n\t\t\t\t<control type=\"panel\" id=\"451\">\n\t\t\t\t\t<description>button area</description>\n\t\t\t\t\t<left>295</left>\n\t\t\t\t\t<top>170</top>\n\t\t\t\t\t<width>520</width>\n\t\t\t\t\t<height>378</height>\n\t\t\t\t\t<onup>451</onup>\n\t\t\t\t\t<ondown>451</ondown>\n\t\t\t\t\t<onleft>60</onleft>\n\t\t\t\t\t<onright>9000</onright>\n\t\t\t\t\t<pagecontrol>60</pagecontrol>\n\t\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t\t<itemlayout height=\"42\" width=\"520\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>520</width>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<width>500</width>\n\t\t\t\t\t\t\t<textoffsety>5</textoffsety>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"42\" width=\"520\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>520</width>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<width>500</width>\n\t\t\t\t\t\t\t<textoffsety>5</textoffsety>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"60\">\n\t\t\t\t\t<left>291</left>\n\t\t\t\t\t<top>170</top>\n\t\t\t\t\t<width>4</width>\n\t\t\t\t\t<height>376</height>\n\t\t\t\t\t<onright>450</onright>\n\t\t\t\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t\t\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\n\t\t\t\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\n\t\t\t\t\t<textureslidernib>-</textureslidernib>\n\t\t\t\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t\t\t\t<showonepage>false</showonepage>\n\t\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"40\" time=\"100\" condition=\"!Control.HasFocus(60)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\" id=\"9000\">\n\t\t\t\t<left>829</left>\n\t\t\t\t<top>170</top>\n\t\t\t\t<visible>!Control.IsVisible(451)</visible>\n\t\t\t\t<control type=\"button\" id=\"413\">\n\t\t\t\t\t<description>OK button</description>\n\t\t\t\t\t<onleft>450</onleft>\n\t\t\t\t\t<onright>450</onright>\n\t\t\t\t\t<onup>415</onup>\n\t\t\t\t\t<ondown>414</ondown>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>155</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<label>186</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.button.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"414\">\n\t\t\t\t\t<description>Cancel button</description>\n\t\t\t\t\t<onleft>450</onleft>\n\t\t\t\t\t<onright>450</onright>\n\t\t\t\t\t<onup>413</onup>\n\t\t\t\t\t<ondown>415</ondown>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>45</top>\n\t\t\t\t\t<width>155</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<label>222</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.button.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"415\">\n\t\t\t\t\t<description>Create folder button</description>\n\t\t\t\t\t<onleft>450</onleft>\n\t\t\t\t\t<onright>450</onright>\n\t\t\t\t\t<onup>414</onup>\n\t\t\t\t\t<ondown>413</ondown>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>90</top>\n\t\t\t\t\t<width>155</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<label>119</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.button.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\" id=\"9000\">\n\t\t\t\t<left>741</left>\n\t\t\t\t<top>170</top>\n\t\t\t\t<control type=\"button\" id=\"413\">\n\t\t\t\t\t<description>OK button</description>\n\t\t\t\t\t<onleft>450</onleft>\n\t\t\t\t\t<onright>414</onright>\n\t\t\t\t\t<onup>-</onup>\n\t\t\t\t\t<ondown>-</ondown>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>155</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<label>186</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.button.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t\t<animation effect=\"slide\" start=\"88,0,155,40\" end=\"0,0,155,40\" time=\"100\">Visible</animation>\n\t\t\t\t\t<visible>Control.IsVisible(451)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"414\">\n\t\t\t\t\t<description>Cancel button</description>\n\t\t\t\t\t<onleft>413</onleft>\n\t\t\t\t\t<onright>-</onright>\n\t\t\t\t\t<onup>-</onup>\n\t\t\t\t\t<ondown>-</ondown>\n\t\t\t\t\t<left>175</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>155</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<label>222</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.button.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t\t<animation effect=\"slide\" start=\"-88,45,155,40\" end=\"0,0,155,40\" time=\"100\">Visible</animation>\n\t\t\t\t\t<visible>Control.IsVisible(451)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/FileManager.xml",
    "content": "<window id=\"3\">\n\t<defaultcontrol>20</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<include>Global.Backgrounds</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>52</left>\n\t\t\t\t<top>51</top>\n\t\t\t\t<width>1176</width>\n\t\t\t\t<height>618</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\file manager\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>74</top>\n\t\t\t\t<width>565</width>\n\t\t\t\t<height>50</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main.overlay\">windows\\file manager\\main_overlay.png</texture>\n\t\t\t\t<visible>Control.HasFocus(21)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>110</left>\n\t\t\t\t<top>84</top>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture>pad_buttons\\dialogs\\dpad_right_button.png</texture>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"50\" time=\"0\" condition=\"Control.HasFocus(21)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"103\">\n\t\t\t\t<left>150</left>\n\t\t\t\t<top>84</top>\n\t\t\t\t<width>490</width>\n\t\t\t\t<height>27</height>\n\t\t\t\t<font>size_27</font>\n\t\t\t\t<textcolor>colour.dialog.label.nofocus</textcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"50\" time=\"0\" condition=\"Control.HasFocus(21)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"101\">\n\t\t\t\t<description>current directory text label left</description>\n\t\t\t\t<left>105</left>\n\t\t\t\t<top>150</top>\n\t\t\t\t<width>1070</width>\n\t\t\t\t<height>27</height>\n\t\t\t\t<font>size_27</font>\n\t\t\t\t<textcolor>colour.dialog.label.nofocus</textcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<visible>Control.HasFocus(20)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<right>85</right>\n\t\t\t\t<bottom>85</bottom>\n\t\t\t\t<width>500</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<scroll>false</scroll>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>[B]($INFO[Container(20).NumItems])[/B] $LOCALIZE[31211] - $LOCALIZE[31210] [B]($INFO[Container(20).CurrentPage]/$INFO[Container(20).NumPages])[/B]</label>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"50\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t<visible>Control.HasFocus(20)</visible>\n\t\t\t</control>\n\t\t\t<include condition=\"Skin.HasSetting(File_Manager_Compact_Mode)\">FileManager.Compact_Mode_Left</include>\n\t\t\t<include condition=\"!Skin.HasSetting(File_Manager_Compact_Mode)\">FileManager.Normal_Mode_Left</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>640</left>\n\t\t\t\t<top>74</top>\n\t\t\t\t<width>565</width>\n\t\t\t\t<height>50</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main.overlay\">windows\\file manager\\main_overlay.png</texture>\n\t\t\t\t<visible>Control.HasFocus(20)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>1135</left>\n\t\t\t\t<top>85</top>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture>pad_buttons\\dialogs\\dpad_left_button.png</texture>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"50\" time=\"0\" condition=\"Control.HasFocus(20)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"104\">\n\t\t\t\t<right>150</right>\n\t\t\t\t<top>84</top>\n\t\t\t\t<width>490</width>\n\t\t\t\t<height>27</height>\n\t\t\t\t<font>size_27</font>\n\t\t\t\t<textcolor>colour.dialog.label.nofocus</textcolor>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"50\" time=\"0\" condition=\"Control.HasFocus(20)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"102\">\n\t\t\t\t<description>current directory text label right</description>\n\t\t\t\t<left>105</left>\n\t\t\t\t<top>150</top>\n\t\t\t\t<width>1070</width>\n\t\t\t\t<height>27</height>\n\t\t\t\t<font>size_27</font>\n\t\t\t\t<textcolor>colour.dialog.label.nofocus</textcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<visible>Control.HasFocus(21)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<right>85</right>\n\t\t\t\t<bottom>85</bottom>\n\t\t\t\t<width>500</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<scroll>false</scroll>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>[B]($INFO[Container(21).NumItems])[/B] $LOCALIZE[31211] - $LOCALIZE[31210] [B]($INFO[Container(21).CurrentPage]/$INFO[Container(21).NumPages])[/B]</label>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"50\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t<visible>Control.HasFocus(21)</visible>\n\t\t\t</control>\n\t\t\t<include condition=\"Skin.HasSetting(File_Manager_Compact_Mode)\">FileManager.Compact_Mode_Right</include>\n\t\t\t<include condition=\"!Skin.HasSetting(File_Manager_Compact_Mode)\">FileManager.Normal_Mode_Right</include>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>52</left>\n\t\t\t\t<top>580</top>\n\t\t\t\t<width>1176</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- Y Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.y_button\">pad_buttons\\dialogs\\y_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31530]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- White Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.white_button\">pad_buttons\\dialogs\\white_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31521]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- Black Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.black_button\">pad_buttons\\dialogs\\black_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31531]</label>\n\t\t\t\t\t<visible>Skin.HasSetting(File_Manager_Compact_Mode)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31532]</label>\n\t\t\t\t\t<visible>!Skin.HasSetting(File_Manager_Compact_Mode)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"button\" id=\"9006\">\n\t\t\t<left>-5000</left>\n\t\t\t<top>0</top>\n\t\t\t<onfocus>Skin.Reset(File_Manager_Compact_Mode)</onfocus>\n\t\t\t<onfocus>SetFocus(20)</onfocus>\n\t\t\t<onfocus>ActivateWindow(3)</onfocus>\n\t\t\t<visible>Skin.HasSetting(File_Manager_Compact_Mode)</visible>\n\t\t</control>\n\t\t<control type=\"button\" id=\"9006\">\n\t\t\t<left>-5000</left>\n\t\t\t<top>0</top>\n\t\t\t<onfocus>Skin.SetBool(File_Manager_Compact_Mode)</onfocus>\n\t\t\t<onfocus>SetFocus(20)</onfocus>\n\t\t\t<onfocus>ActivateWindow(3)</onfocus>\n\t\t\t<visible>!Skin.HasSetting(File_Manager_Compact_Mode)</visible>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Font.xml",
    "content": "<fonts>\n\t<fontset id=\"default\" unicode=\"True\">\n\t\t<font>\n\t\t\t<name>size_13</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>13</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_14</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>14</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_15</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>15</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_16</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>16</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_17</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>17</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_18</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>18</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_19</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>19</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_20</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>20</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_21</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>21</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_21_bold</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>21</size>\n\t\t\t<style>bold</style>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_22</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>22</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_23</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>23</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_24</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>24</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_27</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>27</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_28</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>28</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_30</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>30</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_35</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>35</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_40</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>40</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_50</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>50</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_200</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>200</size>\n\t\t</font>\n\t\t<!-- the fonts below can't be removed. they are used by the debug overlay and the textviewer -->\n\t\t<font>\n\t\t\t<name>mono_13</name>\n\t\t\t<filename>monofont-medium.ttf</filename>\n\t\t\t<size>13</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>mono_15</name>\n\t\t\t<filename>monofont-medium.ttf</filename>\n\t\t\t<size>15</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>mono_16</name>\n\t\t\t<filename>monofont-bold.ttf</filename>\n\t\t\t<size>16</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>mono_27</name>\n\t\t\t<filename>monofont-bold.ttf</filename>\n\t\t\t<size>27</size>\n\t\t</font>\n\t\t<!-- home screen & downloader -->\n\t\t<font>\n\t\t\t<name>home_12</name>\n\t\t\t<filename>home.ttf</filename>\n\t\t\t<size>12</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>home_15</name>\n\t\t\t<filename>home.ttf</filename>\n\t\t\t<size>15</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>home_19</name>\n\t\t\t<filename>home.ttf</filename>\n\t\t\t<size>19</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>home_20</name>\n\t\t\t<filename>home.ttf</filename>\n\t\t\t<size>20</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>home_40</name>\n\t\t\t<filename>home.ttf</filename>\n\t\t\t<size>40</size>\n\t\t</font>\n\t</fontset>\n</fonts>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Home.xml",
    "content": "<window id=\"0\">\n\t<defaultcontrol always=\"true\">1</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<control type=\"group\">\n\t\t\t<!-- dummy group so setting is placed inside the guisettings.xml upon load. -->\n\t\t\t<visible>Skin.HasSetting(UseProfiles)</visible>\n\t\t</control>\n\t\t<include>Global.Backgrounds</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Includes.xml",
    "content": "<includes>\n\t<include file=\"defaults.xml\"/>\n\t<include file=\"includes_events.xml\"/>\n\t<include file=\"Includes_View_Options.xml\"/>\n\t<include file=\"Includes_Variables.xml\"/>\n\t<constant name=\"FanartCrossfadeTime\">300</constant>\n\t<constant name=\"ThumbCrossfadeTime\">10</constant>\n\t<include name=\"1280x720\">\n\t\t<width>1280</width>\n\t\t<height>720</height>\n\t</include>\n\t<include name=\"Context.Buttons.Text.Align\">\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,3\" time=\"0\" condition=\"true\">Conditional</animation>\n\t</include>\n\t<include name=\"Global.Backgrounds\">\n\t\t<control type=\"image\">\n\t\t\t<include>1280x720</include>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture>Special://skin\\backgrounds\\default\\$VAR[Backgrounds]</texture>\n\t\t\t<visible>StringCompare(skin.string(background_image),) + StringCompare(skin.string(Background_Custom_Color),)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<include>1280x720</include>\n\t\t\t<texture>background diffuse.jpg</texture>\n\t\t\t<colordiffuse>$VAR[Custom_BG_Colour]</colordiffuse>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<visible>!StringCompare(skin.string(Background_Custom_Color),)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<include>1280x720</include>\n\t\t\t<texture>$INFO[skin.string(background_image)]</texture>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<!-- <include>Animated.Login.Wallpaper.Effect</include> -->\n\t\t\t<visible>!StringCompare(skin.string(background_image),)</visible>\n\t\t</control>\n\t</include>\n\t<include name=\"Kiosk.Mode.Secret.Code\">\n\t\t<!-- Secret Passcode -->\n\t\t<control type=\"button\" id=\"19\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>52</onback>\n\t\t\t<onleft>52</onleft>\n\t\t\t<onright>52</onright>\n\t\t\t<onup>20</onup>\n\t\t\t<ondown>52</ondown>\n\t\t</control>\n\t\t<control type=\"button\" id=\"20\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>52</onback>\n\t\t\t<onleft>52</onleft>\n\t\t\t<onright>52</onright>\n\t\t\t<onup>21</onup>\n\t\t\t<ondown>52</ondown>\n\t\t</control>\n\t\t<control type=\"button\" id=\"21\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>52</onback>\n\t\t\t<onleft>52</onleft>\n\t\t\t<onright>52</onright>\n\t\t\t<onup>52</onup>\n\t\t\t<ondown>22</ondown>\n\t\t</control>\n\t\t<control type=\"button\" id=\"22\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>52</onback>\n\t\t\t<onleft>52</onleft>\n\t\t\t<onright>52</onright>\n\t\t\t<onup>52</onup>\n\t\t\t<ondown>23</ondown>\n\t\t</control>\n\t\t<control type=\"button\" id=\"23\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>52</onback>\n\t\t\t<onleft>24</onleft>\n\t\t\t<onright>52</onright>\n\t\t\t<onup>52</onup>\n\t\t\t<ondown>52</ondown>\n\t\t</control>\n\t\t<control type=\"button\" id=\"24\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>52</onback>\n\t\t\t<onleft>25</onleft>\n\t\t\t<onright>52</onright>\n\t\t\t<onup>52</onup>\n\t\t\t<ondown>52</ondown>\n\t\t</control>\n\t\t<control type=\"button\" id=\"25\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>52</onback>\n\t\t\t<onleft>52</onleft>\n\t\t\t<onright>26</onright>\n\t\t\t<onup>52</onup>\n\t\t\t<ondown>52</ondown>\n\t\t</control>\n\t\t<control type=\"button\" id=\"26\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>52</onback>\n\t\t\t<onleft>52</onleft>\n\t\t\t<onright>27</onright>\n\t\t\t<onup>52</onup>\n\t\t\t<ondown>52</ondown>\n\t\t</control>\n\t\t<control type=\"button\" id=\"27\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>52</onback>\n\t\t\t<onclick>RunScript(Special://scripts\\XBMC4Gamers\\Utilities\\Edit Mode.py,1)</onclick>\n\t\t\t<onclick>SetFocus(51)</onclick>\n\t\t\t<onleft>52</onleft>\n\t\t\t<onright>52</onright>\n\t\t\t<onup>52</onup>\n\t\t\t<ondown>52</ondown>\n\t\t</control>\n\t</include>\n\t<include name=\"Loading.Busy\">\n\t\t<include>Behind.Dialog.FadeOut</include>\n\t\t<control type=\"multiimage\">\n\t\t\t<left>608</left>\n\t\t\t<top>328</top>\n\t\t\t<width>64</width>\n\t\t\t<height>64</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<colordiffuse>colour.loading.diffuse</colordiffuse>\n\t\t\t<imagepath>loading</imagepath>\n\t\t\t<timeperimage>24</timeperimage>\n\t\t\t<fadetime>5</fadetime>\n\t\t\t<loop>yes</loop>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"200\" time=\"250\">WindowOpen</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"0\">WindowClose</animation>\n\t\t</control>\n\t</include>\n\t<include name=\"Behind.Dialog.FadeOut\">\n\t\t<control type=\"image\">\n\t\t\t<include>1280x720</include>\n\t\t\t<texture>black-back.png</texture>\n\t\t\t<animation effect=\"fade\" time=\"200\">WindowOpen</animation>\n\t\t\t<animation effect=\"fade\" delay=\"200\" time=\"100\">WindowClose</animation>\n\t\t\t<animation effect=\"fade\" time=\"200\">Visible</animation>\n\t\t\t<animation effect=\"fade\" delay=\"200\" time=\"100\">Hidden</animation>\n\t\t</control>\n\t</include>\n\t<include name=\"Behind.Dialog\">\n\t\t<control type=\"image\">\n\t\t\t<include>1280x720</include>\n\t\t\t<texture>black-back.png</texture>\n\t\t\t<include>Dialog.Effect</include>\n\t\t</control>\n\t</include>\n\t<include name=\"Behind.Dialog.Instant\">\n\t\t<control type=\"image\">\n\t\t\t<include>1280x720</include>\n\t\t\t<texture>black-back.png</texture>\n\t\t</control>\n\t</include>\n\t<include name=\"Behind.Dialog.Context\">\n\t\t<control type=\"image\">\n\t\t\t<left>-840</left>\n\t\t\t<top>-660</top>\n\t\t\t<width>2024</width>\n\t\t\t<height>2024</height>\n\t\t\t<texture>black-back.png</texture>\n\t\t\t<include>Dialog.Effect</include>\n\t\t</control>\n\t</include>\n\t<include name=\"Startup.Window.Profile\">\n\t\t<control type=\"image\">\n\t\t\t<left>547</left>\n\t\t\t<top>238</top>\n\t\t\t<width>186</width>\n\t\t\t<height>186</height>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<colordiffuse>80000000</colordiffuse>\n\t\t\t<texture>windows\\login\\user_thumb_overlay.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>547</left>\n\t\t\t<top>238</top>\n\t\t\t<width>186</width>\n\t\t\t<height>186</height>\n\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t<texture diffuse=\"windows\\login\\user_thumb_diffuse.png\" fallback=\"unknown-user.png\">$INFO[system.profilethumb]</texture>\n\t\t</control>\n\t</include>\n\t<include name=\"Startup.Window.Info\">\n\t\t<control type=\"image\">\n\t\t\t<left>625</left>\n\t\t\t<top>500</top>\n\t\t\t<width>30</width>\n\t\t\t<height>30</height>\n\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t<colordiffuse>8FFFFFFF</colordiffuse>\n\t\t\t<texture>windows\\login\\busy.png</texture>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" time=\"500\" condition=\"Window.IsActive(2999)\">WindowOpen</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"100\" condition=\"Window.IsActive(1114)\">WindowClose</animation>\n\t\t\t<!-- <animation effect=\"slide\" end=\"0,-140\" time=\"0\" condition=\"Skin.HasSetting(HideProfilePic)\">Conditional</animation> -->\n\t\t\t<animation effect=\"rotate\" end=\"360\" time=\"500\" center=\"auto\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t<visible>Skin.HasSetting(kioskmode)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>620</left>\n\t\t\t<top>495</top>\n\t\t\t<width>40</width>\n\t\t\t<height>40</height>\n\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t<colordiffuse>FFFFFFFF</colordiffuse>\n\t\t\t<texture>windows\\login\\error.png</texture>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" time=\"0\" delay=\"90000\">WindowOpen</animation>\n\t\t\t<!-- <animation effect=\"slide\" end=\"0,-140\" time=\"0\" condition=\"Skin.HasSetting(HideProfilePic)\">Conditional</animation> -->\n\t\t\t<visible>Skin.HasSetting(kioskmode)</visible>\n\t\t</control>\n\t\t<control type=\"textbox\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<include>1280x720</include>\n\t\t\t<font>size_50</font>\n\t\t\t<textcolor>FFFFFFFF</textcolor>\n\t\t\t<shadowcolor>80000000</shadowcolor>\n\t\t\t<scroll>false</scroll>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>$LOCALIZE[31017]</label>\n\t\t\t<visible>!Skin.HasSetting(kioskmode) + Window.IsActive(1114)</visible>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"300\" time=\"200\">WindowOpen</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"100\">WindowClose</animation>\n\t\t</control>\n\t</include>\n\t<include name=\"Window.Header\">\n\t\t<control type=\"group\">\n\t\t\t<visible>!Window.IsActive(11) + !Window.IsActive(29) + !Window.IsActive(2999) + !Window.IsActive(1113) + !Window.IsActive(1114)</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>24</left>\n\t\t\t\t<top>11</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<colordiffuse>50000000</colordiffuse>\n\t\t\t\t<texture>icon_xbmc4gamers.png</texture>\n\t\t\t\t<animation effect=\"fade\" start=\"20\" end=\"20\" delay=\"0\" time=\"200\" reversible=\"false\" condition=\"Window.IsActive(2006)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>23</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<colordiffuse>$VAR[Custom_Gamers_Logo_Colour]</colordiffuse>\n\t\t\t\t<texture>icon_xbmc4gamers.png</texture>\n\t\t\t\t<animation effect=\"fade\" start=\"20\" end=\"20\" delay=\"0\" time=\"200\" reversible=\"false\" condition=\"Window.IsActive(2006)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<right>15</right>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>300</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>$INFO[System.Time]</label>\n\t\t\t\t<textcolor>colour.general.label</textcolor>\n\t\t\t\t<shadowcolor>A0000000</shadowcolor>\n\t\t\t\t<visible>!Skin.HasSetting(DisplayTime)</visible>\n\t\t\t\t<animation effect=\"fade\" start=\"20\" end=\"20\" delay=\"0\" time=\"200\" reversible=\"false\" condition=\"Window.IsActive(2006)\">Conditional</animation>\n\t\t\t</control>\n\t\t</control>\n\t</include>\n\t<include name=\"Login.Screen.Stuff\">\n\t\t<control type=\"group\">\n\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"0\">WindowOpen</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>547</left>\n\t\t\t\t<top>238</top>\n\t\t\t\t<width>186</width>\n\t\t\t\t<height>186</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<colordiffuse>80000000</colordiffuse>\n\t\t\t\t<texture background=\"true\">windows\\login\\user_thumb_overlay.png</texture>\n\t\t\t\t<animation effect=\"zoom\" start=\"529,218,196,196\" end=\"549,238,186,186\" time=\"250\" delay=\"100\" center=\"auto\" easing=\"out\" tween=\"Circle\">WindowClose</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>547</left>\n\t\t\t\t<top>238</top>\n\t\t\t\t<width>186</width>\n\t\t\t\t<height>186</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"windows\\login\\user_thumb_diffuse.png\" fallback=\"$INFO[system.profilethumb]\">$INFO[ListItem.Thumb]</texture>\n\t\t\t\t<animation effect=\"zoom\" start=\"529,218,196,196\" end=\"549,238,186,186\" time=\"250\" delay=\"100\" center=\"auto\" easing=\"out\" tween=\"Circle\">WindowClose</animation>\n\t\t\t</control>\n\t\t</control>\n\t</include>\n\t<include name=\"Login.Screen.Background.Stuff\">\n\t\t<control type=\"group\">\n\t\t\t<include>Global.Backgrounds</include>\n\t\t</control>\n\t\t<!-- Snow effect at winter time -->\n\t\t<include condition=\"System.Date(12-20,1-1)\">snow</include>\n\t\t<!-- Halloween -->\n\t\t<include condition=\"System.Date(10-24,11-1)\">halloween</include>\n\t\t<!-- Had to add the exact date for each year :/ damn Easter! -->\n\t\t<include condition=\"StringCompare(System.Date,Sun, Mar 31 2024)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 31 Mar 2024)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 20 2025)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 20 Apr 2025)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 5 2026)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 5 Apr 2026)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Mar 28 2027)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 28 Mar 2027)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 16 2028)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 16 Apr 2028)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 1 2029)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 1 Apr 2029)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 21 2030)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 21 Apr 2030)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 13 2031)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 13 Apr 2031)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Mar 28 2032)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 28 Mar 2032)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 17 2033)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 17 Apr 2033)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 9 2034)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 9 Apr 2034)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Mar 25 2035)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 25 Mar 2035)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 13 2036)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 13 Apr 2036)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 5 2037)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 5 Apr 2037)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 25 2038)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 25 Apr 2038)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 10 2039)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 10 Apr 2039)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 1 2040)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 1 Apr 2040)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 21 2041)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 21 Apr 2041)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 06 2042)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 06 Apr 2042)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 29 2043)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 29 Apr 2043)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, Apr 17 2044)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 17 Apr 2044)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 9 Apr 2045)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 25 Mar 2046)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 14 Apr 2047)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 5 Apr 2048)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 18 Apr 2049)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 10 Apr 2050)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 26 Mar 2051)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 14 Apr 2052)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 6 Apr 2053)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 29 Mar 2054)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 18 Apr 2055)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 2 Apr 2056)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 22 Apr 2057)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 14 Apr 2058)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 30 Mar 2059)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 18 Apr 2060)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 10 Apr 2061)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 26 Mar 2062)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 15 Apr 2063)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 6 Apr 2064)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 29 Mar 2065)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 11 Apr 2066)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 3 Apr 2067)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 22 Apr 2068)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 14 Apr 2069)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 30 Mar 2070)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 19 Apr 2071)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 10 Apr 2072)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 2 Apr 2073)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 14 Apr 2074)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 6 Apr 2075)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 28 Mar 2076)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 17 Apr 2077)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 9 Apr 2078)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 25 Mar 2079)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 13 Apr 2080)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 5 Apr 2081)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 18 Apr 2082)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 10 Apr 2083)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 25 Mar 2084)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 13 Apr 2085)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 29 Mar 2086)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 18 Apr 2087)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 2 Apr 2088)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 22 Apr 2089)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 14 Apr 2090)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 30 Mar 2091)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 19 Apr 2092)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 11 Apr 2093)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 3 Apr 2094)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 16 Apr 2095)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 7 Apr 2096)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 29 Mar 2097)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 11 Apr 2098)\">easter</include>\n\t\t<include condition=\"StringCompare(System.Date,Sun, 3 Apr 2099)\">easter</include>\n\t\t<!-- birthdays -->\n\t\t<include condition=\"SubString(System.Date,Jan)\" file=\"Dates_SubString_Workaround/Includes_SubString_Workaround_Jan.xml\">Jan</include>\n\t\t<include condition=\"SubString(System.Date,Feb)\" file=\"Dates_SubString_Workaround/Includes_SubString_Workaround_Feb.xml\">Feb</include>\n\t\t<include condition=\"SubString(System.Date,Mar)\" file=\"Dates_SubString_Workaround/Includes_SubString_Workaround_Mar.xml\">Mar</include>\n\t\t<include condition=\"SubString(System.Date,Apr)\" file=\"Dates_SubString_Workaround/Includes_SubString_Workaround_Apr.xml\">Apr</include>\n\t\t<include condition=\"SubString(System.Date,May)\" file=\"Dates_SubString_Workaround/Includes_SubString_Workaround_May.xml\">May</include>\n\t\t<include condition=\"SubString(System.Date,Jun)\" file=\"Dates_SubString_Workaround/Includes_SubString_Workaround_Jun.xml\">Jun</include>\n\t\t<include condition=\"SubString(System.Date,Jul)\" file=\"Dates_SubString_Workaround/Includes_SubString_Workaround_Jul.xml\">Jul</include>\n\t\t<include condition=\"SubString(System.Date,Aug)\" file=\"Dates_SubString_Workaround/Includes_SubString_Workaround_Aug.xml\">Aug</include>\n\t\t<include condition=\"SubString(System.Date,Sep)\" file=\"Dates_SubString_Workaround/Includes_SubString_Workaround_Sep.xml\">Sep</include>\n\t\t<include condition=\"SubString(System.Date,Oct)\" file=\"Dates_SubString_Workaround/Includes_SubString_Workaround_Oct.xml\">Oct</include>\n\t\t<include condition=\"SubString(System.Date,Nov)\" file=\"Dates_SubString_Workaround/Includes_SubString_Workaround_Nov.xml\">Nov</include>\n\t\t<include condition=\"SubString(System.Date,Dec)\" file=\"Dates_SubString_Workaround/Includes_SubString_Workaround_Dec.xml\">Dec</include>\n\t\t<!-- Fade effect -->\n\t\t<!-- <control type=\"image\"> -->\n\t\t<!-- <left>0</left> -->\n\t\t<!-- <top>0</top> -->\n\t\t<!-- <width>1280</width> -->\n\t\t<!-- <height>720</height> -->\n\t\t<!-- <aspectratio>stretch</aspectratio> -->\n\t\t<!-- <texture background=\"true\" flipy=\"true\">windows\\login\\fade.png</texture> -->\n\t\t<!-- <animation effect=\"fade\" start=\"0\" end=\"0\" time=\"0\">WindowClose</animation> -->\n\t\t<!-- <animation type=\"WindowOpen\" reversible=\"false\"> -->\n\t\t<!-- <effect type=\"zoom\" start=\"1280,720\" end=\"1280,720\" time=\"1000\" center=\"auto\" easing=\"out\" tween=\"Circle\"/> -->\n\t\t<!-- <effect type=\"slide\" start=\"0,0\" end=\"0,720\" time=\"1000\"/> -->\n\t\t<!-- </animation> -->\n\t\t<!-- <visible>!Skin.HasSetting(LoginFade) + !Window.Previous(1113) + Window.Previous(1116)</visible> -->\n\t\t<!-- </control> -->\n\t\t<!-- <control type=\"image\"> -->\n\t\t<!-- <left>0</left> -->\n\t\t<!-- <top>0</top> -->\n\t\t<!-- <width>1280</width> -->\n\t\t<!-- <height>720</height> -->\n\t\t<!-- <aspectratio>stretch</aspectratio> -->\n\t\t<!-- <texture background=\"true\">windows\\login\\fade.png</texture> -->\n\t\t<!-- <animation effect=\"fade\" start=\"0\" end=\"0\" time=\"0\">WindowOpen</animation> -->\n\t\t<!-- <animation type=\"WindowClose\" reversible=\"false\"> -->\n\t\t<!-- <effect type=\"zoom\" start=\"1280,720\" end=\"1280,720\" time=\"1000\" center=\"auto\" easing=\"out\" tween=\"Circle\"/> -->\n\t\t<!-- <effect type=\"slide\" start=\"0,-720\" end=\"0,0\" time=\"1000\"/> -->\n\t\t<!-- </animation> -->\n\t\t<!-- <visible>!Skin.HasSetting(LoginFade) + !Window.Next(2900) + !Window.Next(2999)</visible> -->\n\t\t<!-- </control> -->\n\t</include>\n\t<include name=\"Context.Menu.Buttons\">\n\t\t<include>Behind.Dialog.Context</include>\n\t\t<control type=\"image\" id=\"997\">\n\t\t\t<description>background top image</description>\n\t\t\t<left>0</left>\n\t\t\t<top>-30</top>\n\t\t\t<width>390</width>\n\t\t\t<height>30</height>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">contextmenu_top.png</texture>\n\t\t</control>\n\t\t<control type=\"image\" id=\"999\">\n\t\t\t<description>background image</description>\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>390</width>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">contextmenu_middle.png</texture>\n\t\t</control>\n\t\t<control type=\"image\" id=\"998\">\n\t\t\t<description>background bottom image</description>\n\t\t\t<left>0</left>\n\t\t\t<width>390</width>\n\t\t\t<height>30</height>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">contextmenu_bottom.png</texture>\n\t\t</control>\n\t\t<control type=\"button\" id=\"1000\">\n\t\t\t<description>button template</description>\n\t\t\t<left>30</left>\n\t\t\t<top>30</top>\n\t\t\t<width>330</width>\n\t\t\t<height>35</height>\n\t\t\t<textoffsety>3</textoffsety>\n\t\t\t<onup>1000</onup>\n\t\t\t<font>size_20</font>\n\t\t\t<align>center</align>\n\t\t\t<aligny>top</aligny>\n\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\options\\button_focus.png</texturefocus>\n\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\options\\button_no_focus.png</texturenofocus>\n\t\t</control>\n\t</include>\n\t<include name=\"CommonOptionsMenuBack\">\n\t\t<include>VisibleFadeEffect</include>\n\t\t<visible allowhiddenfocus=\"true\">ControlGroup(9000).HasFocus | ControlGroup(9001).HasFocus</visible>\n\t\t<left>75</left>\n\t\t<top>200</top>\n\t\t<width>330</width>\n\t\t<height>420</height>\n\t\t<control type=\"image\">\n\t\t\t<description>background image</description>\n\t\t\t<left>0</left>\n\t\t\t<top>-50</top>\n\t\t\t<width>330</width>\n\t\t\t<height>420</height>\n\t\t\t<texture>subback.png</texture>\n\t\t</control>\n\t</include>\n\t<include name=\"Birthday.Month.Date.Buttons\">\n\t\t<width>70</width>\n\t\t<height>42</height>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t<texturenofocus>button-nofocus.png</texturenofocus>\n\t</include>\n\t<include name=\"Birthday.Buttons\">\n\t\t<width>280</width>\n\t\t<height>42</height>\n\t\t<align>left</align>\n\t\t<aligny>center</aligny>\n\t\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t<texturenofocus>button-nofocus.png</texturenofocus>\n\t</include>\n\t<include name=\"Button.Common.Values\">\n\t\t<height>44</height>\n\t\t<width>280</width>\n\t\t<font>size_20</font>\n\t\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t\t<align>left</align>\n\t\t<aligny>center</aligny>\n\t\t<textoffsetx>10</textoffsetx>\n\t\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t<pulseonselect>true</pulseonselect>\n\t</include>\n\t<include name=\"Button.Settings.Options.Values\">\n\t\t<description>Default Category Button</description>\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<height>40</height>\n\t\t<width>200</width>\n\t\t<textoffsetx>0</textoffsetx>\n\t\t<textoffsety>8</textoffsety>\n\t\t<font>size_18</font>\n\t\t<align>center</align>\n\t\t<aligny>top</aligny>\n\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t<shadowcolor>-</shadowcolor>\n\t\t<texturefocus colordiffuse=\"colour.general.diffuse.button.focus\">windows\\options\\button_focus.png</texturefocus>\n\t\t<texturenofocus colordiffuse=\"colour.general.diffuse.button.nofocus\">windows\\options\\button_no_focus.png</texturenofocus>\n\t</include>\n\t<include name=\"Button.Settings.Category.Values_Alt\">\n\t\t<description>Default Category Button</description>\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<height>60</height>\n\t\t<width>775</width>\n\t\t<font>size_28</font>\n\t\t<align>left</align>\n\t\t<aligny>center</aligny>\n\t\t<textoffsetx>44</textoffsetx>\n\t\t<textoffsety>15</textoffsety>\n\t\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t</include>\n\t<include name=\"Button.SkinSettings.Category.Button.Values\">\n\t\t<description>Default Button</description>\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<height>60</height>\n\t\t<width>775</width>\n\t\t<font>size_20</font>\n\t\t<align>left</align>\n\t\t<aligny>top</aligny>\n\t\t<textoffsetx>44</textoffsetx>\n\t\t<textoffsety>15</textoffsety>\n\t\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t</include>\n\t<include name=\"Button.SkinSettings.Category.Button.Values_Alt\">\n\t\t<description>Default Button</description>\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<height>60</height>\n\t\t<width>775</width>\n\t\t<font>size_20</font>\n\t\t<align>left</align>\n\t\t<aligny>center</aligny>\n\t\t<textoffsetx>44</textoffsetx>\n\t\t<textoffsety>15</textoffsety>\n\t\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t</include>\n\t<include name=\"Button.SkinSettings.Category.Textbox.Values\">\n\t\t<description>Default Textbox</description>\n\t\t<height>60</height>\n\t\t<width>707</width>\n\t\t<align>left</align>\n\t\t<aligny>center</aligny>\n\t\t<font>size_20</font>\n\t\t<align>left</align>\n\t\t<aligny>center</aligny>\n\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"44,0\" time=\"10\" condition=\"true\">Conditional</animation>\n\t</include>\n\t<include name=\"Button.SkinSettings.Category.RadioButton.Values\">\n\t\t<description>Default RadioButton</description>\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<height>60</height>\n\t\t<width>775</width>\n\t\t<radioposx>669</radioposx>\n\t\t<radioposy>0</radioposy>\n\t\t<radiowidth>73</radiowidth>\n\t\t<radioheight>25</radioheight>\n\t\t<font>size_20</font>\n\t\t<align>left</align>\n\t\t<aligny>top</aligny>\n\t\t<textoffsetx>44</textoffsetx>\n\t\t<textoffsety>15</textoffsety>\n\t\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t</include>\n\t<include name=\"Button.SkinSettings.Category.RadioButton.Values_Alt\">\n\t\t<description>Default RadioButton</description>\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<height>60</height>\n\t\t<width>775</width>\n\t\t<radioposx>669</radioposx>\n\t\t<radioposy>0</radioposy>\n\t\t<radiowidth>73</radiowidth>\n\t\t<radioheight>25</radioheight>\n\t\t<font>size_20</font>\n\t\t<align>left</align>\n\t\t<aligny>center</aligny>\n\t\t<textoffsetx>44</textoffsetx>\n\t\t<textoffsety>15</textoffsety>\n\t\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t</include>\n\t<include name=\"FileManager.Compact_Mode_Left\">\n\t\t<control type=\"panel\" id=\"20\">\n\t\t\t<left>105</left>\n\t\t\t<top>195</top>\n\t\t\t<width>535</width>\n\t\t\t<height>360</height>\n\t\t\t<onleft>30</onleft>\n\t\t\t<onright>21</onright>\n\t\t\t<onup>20</onup>\n\t\t\t<ondown>20</ondown>\n\t\t\t<viewtype label=\"535\">list</viewtype>\n\t\t\t<pagecontrol>30</pagecontrol>\n\t\t\t<scrolltime>200</scrolltime>\n\t\t\t<itemlayout height=\"45\" width=\"535\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>35</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>50</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>450</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>438</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>90</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t</control>\n\t\t\t</itemlayout>\n\t\t\t<focusedlayout height=\"45\" width=\"535\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>535</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<texture border=\"5\" colordiffuse=\"colour.dialog.diffuse.filemanager.focus.left\">windows\\file manager\\button_focus.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>35</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>50</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>450</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>438</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>90</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t</control>\n\t\t\t</focusedlayout>\n\t\t</control>\n\t</include>\n\t<include name=\"FileManager.Compact_Mode_Right\">\n\t\t<control type=\"panel\" id=\"21\">\n\t\t\t<left>640</left>\n\t\t\t<top>195</top>\n\t\t\t<width>535</width>\n\t\t\t<height>360</height>\n\t\t\t<onleft>20</onleft>\n\t\t\t<onright>-</onright>\n\t\t\t<onup>21</onup>\n\t\t\t<ondown>21</ondown>\n\t\t\t<viewtype label=\"535\">list</viewtype>\n\t\t\t<pagecontrol>31</pagecontrol>\n\t\t\t<scrolltime>200</scrolltime>\n\t\t\t<itemlayout height=\"45\" width=\"535\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>35</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>50</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>390</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>438</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>90</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t</control>\n\t\t\t</itemlayout>\n\t\t\t<focusedlayout height=\"45\" width=\"535\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>535</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<texture border=\"5\" colordiffuse=\"colour.dialog.diffuse.filemanager.focus.right\">windows\\file manager\\button_focus_alt.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>35</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>50</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>390</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>438</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>90</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t</control>\n\t\t\t</focusedlayout>\n\t\t</control>\n\t</include>\n\t<include name=\"FileManager.Normal_Mode_Left\">\n\t\t<control type=\"panel\" id=\"20\">\n\t\t\t<left>105</left>\n\t\t\t<top>195</top>\n\t\t\t<width>1070</width>\n\t\t\t<height>360</height>\n\t\t\t<onleft>30</onleft>\n\t\t\t<onright>21</onright>\n\t\t\t<onup>20</onup>\n\t\t\t<ondown>20</ondown>\n\t\t\t<viewtype label=\"535\">list</viewtype>\n\t\t\t<pagecontrol>30</pagecontrol>\n\t\t\t<scrolltime>200</scrolltime>\n\t\t\t<visible allowhiddenfocus=\"true\">Control.HasFocus(20)</visible>\n\t\t\t<itemlayout height=\"45\" width=\"1070\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>35</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>60</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>460</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_21</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>790</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>250</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_21</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t</control>\n\t\t\t</itemlayout>\n\t\t\t<focusedlayout height=\"45\" width=\"1070\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>1070</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<texture border=\"5\" colordiffuse=\"colour.dialog.diffuse.filemanager.focus.left\">windows\\file manager\\button_focus.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>35</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>60</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>460</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_21</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>790</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>250</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_21</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t</control>\n\t\t\t</focusedlayout>\n\t\t</control>\n\t</include>\n\t<include name=\"FileManager.Normal_Mode_Right\">\n\t\t<control type=\"panel\" id=\"21\">\n\t\t\t<left>105</left>\n\t\t\t<top>195</top>\n\t\t\t<width>1070</width>\n\t\t\t<height>360</height>\n\t\t\t<onleft>20</onleft>\n\t\t\t<onright>-</onright>\n\t\t\t<onup>21</onup>\n\t\t\t<ondown>21</ondown>\n\t\t\t<viewtype label=\"535\">list</viewtype>\n\t\t\t<pagecontrol>31</pagecontrol>\n\t\t\t<scrolltime>200</scrolltime>\n\t\t\t<visible allowhiddenfocus=\"true\">Control.HasFocus(21)</visible>\n\t\t\t<itemlayout height=\"45\" width=\"1070\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>35</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>60</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>460</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_21</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>790</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>250</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_21</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t</control>\n\t\t\t</itemlayout>\n\t\t\t<focusedlayout height=\"45\" width=\"1070\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>1070</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<texture border=\"5\" colordiffuse=\"colour.dialog.diffuse.filemanager.focus.right\">windows\\file manager\\button_focus_alt.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>35</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>60</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>460</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_21</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>790</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>250</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_21</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t</control>\n\t\t\t</focusedlayout>\n\t\t</control>\n\t</include>\n\t<include name=\"LoginView\">\n\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"120\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"Quadratic\" time=\"500\"/>\n\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"500\"/>\n\t\t</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" delay=\"0\">WindowClose</animation>\n\t</include>\n\t<include name=\"Dialog.Effect\">\n\t\t<animation effect=\"fade\" time=\"200\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" time=\"200\">WindowClose</animation>\n\t</include>\n\t<include name=\"Dialog.Effect.Fast\">\n\t\t<animation effect=\"fade\" time=\"100\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" time=\"100\">WindowClose</animation>\n\t</include>\n\t<include name=\"Dialog.Effect.Slow\">\n\t\t<animation effect=\"fade\" time=\"300\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" time=\"300\">WindowClose</animation>\n\t</include>\n\t<include name=\"Dialog.Effect.Zoom.Fast\">\n\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"120\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"Quadratic\" time=\"200\"/>\n\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"200\"/>\n\t\t</animation>\n\t\t<animation type=\"WindowClose\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"100\" end=\"120\" center=\"640,360\" easing=\"in\" tween=\"Quadratic\" time=\"100\"/>\n\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"100\"/>\n\t\t</animation>\n\t</include>\n\t<include name=\"Context.Menu.OpenClose\">\n\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"120\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"Quadratic\" time=\"200\"/>\n\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"200\"/>\n\t\t</animation>\n\t\t<animation type=\"WindowClose\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"100\" end=\"120\" center=\"640,360\" easing=\"in\" tween=\"Quadratic\" time=\"100\"/>\n\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"100\"/>\n\t\t</animation>\n\t</include>\n\t<include name=\"View.Visible.Effect\">\n\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"120\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"Quadratic\" time=\"200\"/>\n\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"200\"/>\n\t\t</animation>\n\t\t<animation type=\"WindowClose\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"100\" end=\"120\" center=\"640,360\" easing=\"in\" tween=\"Quadratic\" time=\"100\"/>\n\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"100\"/>\n\t\t</animation>\n\t</include>\n\t<include name=\"Animated.Login.Wallpaper.Effect\">\n\t\t<animation effect=\"zoom\" start=\"110\" end=\"120\" center=\"auto\" time=\"12500\" tween=\"sine\" easing=\"inout\" pulse=\"true\" condition=\"System.IdleTime(60)\">Conditional</animation>\n\t\t<animation effect=\"slide\" start=\"-20,-20\" end=\"20,20\" time=\"8500\" tween=\"sine\" easing=\"inout\" pulse=\"true\" condition=\"System.IdleTime(60)\">Conditional</animation>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Includes_Events.xml",
    "content": "<includes>\n\t<include name=\"birthday\">\n\t\t<!-- Birthday -->\n\t\t<control type=\"image\">\n\t\t\t<left>120</left>\n\t\t\t<top>30</top>\n\t\t\t<width>200</width>\n\t\t\t<height>90</height>\n\t\t\t<texture>windows\\login\\birthday\\happy_birthday_banner.png</texture>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<animation type=\"Conditional\" condition=\"true\" reversible=\"true\" loop=\"true\">\n\t\t\t\t<effect type=\"zoom\" tween=\"sine\" easing=\"out\" start=\"0,0,200,90\" end=\"0,0,240,100\" center=\"auto\" delay=\"5000\" time=\"500\"/>\n\t\t\t\t<effect type=\"zoom\" tween=\"sine\" easing=\"out\" start=\"0,0,240,100\" end=\"0,0,200,90\" center=\"auto\" delay=\"5500\" time=\"500\"/>\n\t\t\t\t<effect type=\"zoom\" tween=\"sine\" easing=\"out\" start=\"0,0,200,90\" end=\"0,0,240,100\" center=\"auto\" delay=\"6000\" time=\"500\"/>\n\t\t\t\t<effect type=\"zoom\" tween=\"sine\" easing=\"out\" start=\"0,0,240,100\" end=\"0,0,200,90\" center=\"auto\" delay=\"6500\" time=\"500\"/>\n\t\t\t\t<effect type=\"zoom\" tween=\"sine\" easing=\"out\" start=\"0,0,200,90\" end=\"0,0,240,100\" center=\"auto\" delay=\"7000\" time=\"500\"/>\n\t\t\t\t<effect type=\"zoom\" tween=\"sine\" easing=\"out\" start=\"0,0,240,100\" end=\"0,0,200,90\" center=\"auto\" delay=\"7500\" time=\"500\"/>\n\t\t\t</animation>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>340</top>\n\t\t\t<width>295</width>\n\t\t\t<height>436</height>\n\t\t\t<texture>windows\\login\\birthday\\balloons.png</texture>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<animation type=\"Conditional\" condition=\"true\" reversible=\"true\" loop=\"true\">\n\t\t\t\t<effect type=\"slide\" tween=\"sine\" easing=\"inout\" start=\"0,0\" end=\"0,-40\" time=\"2000\"/>\n\t\t\t\t<effect type=\"slide\" tween=\"sine\" easing=\"inout\" start=\"0,0\" end=\"0,40\" delay=\"2000\" time=\"2000\"/>\n\t\t\t</animation>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>985</left>\n\t\t\t<top>340</top>\n\t\t\t<width>295</width>\n\t\t\t<height>436</height>\n\t\t\t<texture flipx=\"true\">windows\\login\\birthday\\balloons.png</texture>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<animation type=\"Conditional\" condition=\"true\" reversible=\"true\" loop=\"true\">\n\t\t\t\t<effect type=\"slide\" tween=\"sine\" easing=\"inout\" start=\"0,0\" end=\"0,-40\" time=\"3000\"/>\n\t\t\t\t<effect type=\"slide\" tween=\"sine\" easing=\"inout\" start=\"0,0\" end=\"0,40\" delay=\"2500\" time=\"2000\"/>\n\t\t\t</animation>\n\t\t</control>\n\t</include>\n\t<include name=\"easter\">\n\t\t<control type=\"group\">\n\t\t\t<control type=\"multiimage\">\n\t\t\t\t<left>-512</left>\n\t\t\t\t<top>470</top>\n\t\t\t\t<width>256</width>\n\t\t\t\t<height>256</height>\n\t\t\t\t<visible>true</visible>\n\t\t\t\t<imagepath>windows/login/rabbit</imagepath>\n\t\t\t\t<timeperimage>45</timeperimage>\n\t\t\t\t<fadetime>0</fadetime>\n\t\t\t\t<pauseatend>0</pauseatend>\n\t\t\t\t<randomize>false</randomize>\n\t\t\t\t<loop>yes</loop>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<animation type=\"Conditional\" condition=\"true\" reversible=\"false\" loop=\"true\">\n\t\t\t\t\t<effect type=\"slide\" start=\"-512\" end=\"2304\" delay=\"8000\" time=\"12000\"/>\n\t\t\t\t\t<effect type=\"zoom\" end=\"-100,100\" center=\"auto\" delay=\"23000\" time=\"0\"/>\n\t\t\t\t\t<effect type=\"slide\" start=\"-512\" end=\"2304\" delay=\"23000\" time=\"12000\"/>\n\t\t\t\t</animation>\n\t\t\t</control>\n\t\t</control>\n\t</include>\n\t<include name=\"halloween\">\n\t\t<control type=\"group\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>720</height>\n\t\t\t\t<texture background=\"false\">windows\\login\\halloween\\background.jpg</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t</control>\n\t\t\t<control type=\"multiimage\">\n\t\t\t\t<left>50</left>\n\t\t\t\t<top>80</top>\n\t\t\t\t<width>256</width>\n\t\t\t\t<height>256</height>\n\t\t\t\t<visible>true</visible>\n\t\t\t\t<imagepath>windows/login/halloween/spider</imagepath>\n\t\t\t\t<timeperimage>40</timeperimage>\n\t\t\t\t<fadetime>2</fadetime>\n\t\t\t\t<pauseatend>0</pauseatend>\n\t\t\t\t<randomize>false</randomize>\n\t\t\t\t<loop>yes</loop>\n\t\t\t\t<colordiffuse>FF000000</colordiffuse>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t</control>\n\t\t</control>\n\t</include>\n\t<include name=\"dust\">\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>-100</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"0\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"8000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>200</left>\n\t\t\t<animation effect=\"rotate\" start=\"10\" end=\"60\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"1000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"1300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"1500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>600</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"2000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"2300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"2500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>-100</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"7000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"7300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"16300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"7500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"21500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>200</left>\n\t\t\t<animation effect=\"rotate\" start=\"10\" end=\"60\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"5000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"13000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"5300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"5500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"19500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>600</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"6000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"6300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"6500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"20500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>-150</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"4000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"12000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"4300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"13300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"4500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"18500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>150</left>\n\t\t\t<animation effect=\"rotate\" start=\"10\" end=\"60\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"5000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"13000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"5300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"5500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"19500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>420</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"7000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"7300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"16300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"7500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"21500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>-180</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"2000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"2300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"2500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"16500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>200</left>\n\t\t\t<animation effect=\"rotate\" start=\"10\" end=\"60\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"3000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"3300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"12300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"3500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"17500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>510</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"4000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"12000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"4300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"13300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"4500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"18500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>200</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"0\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"8000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>400</left>\n\t\t\t<animation effect=\"rotate\" start=\"10\" end=\"60\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"1000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"1300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"1500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>600</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"2000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"2300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"2500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"16500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>900</left>\n\t\t\t<animation effect=\"rotate\" end=\"40\" time=\"12000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"3000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"3300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"12300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"3500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"17500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>900</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"1000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>600</left>\n\t\t\t<animation effect=\"rotate\" start=\"10\" end=\"60\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"1000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"1300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"1500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>700</left>\n\t\t\t<animation effect=\"rotate\" end=\"40\" time=\"12000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"3000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"3300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"12300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"3500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"17500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>600</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"0\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"8000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>800</left>\n\t\t\t<animation effect=\"rotate\" start=\"10\" end=\"60\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"1000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"1300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"1500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>-100</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"2000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"2300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"2500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"16500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>200</left>\n\t\t\t<animation effect=\"rotate\" end=\"40\" time=\"12000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"3000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"3300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"12300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"3500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"17500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>600</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"0\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"8000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>700</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"2000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"2300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"2500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"16500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>400</left>\n\t\t\t<animation effect=\"rotate\" end=\"40\" time=\"12000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"3000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"3300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"12300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"3500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"17500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>300</left>\n\t\t\t<animation effect=\"rotate\" end=\"30\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"0\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"8000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>900</left>\n\t\t\t<animation effect=\"rotate\" start=\"10\" end=\"60\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"1000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"1300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"1500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>200</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"2000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"2300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"4000\" delay=\"11300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"2500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"16500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>-100</left>\n\t\t\t<animation effect=\"rotate\" end=\"40\" time=\"12000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"3000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"3300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"12300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\dust\\dust.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"3500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"17500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t</include>\n\t<!-- Snow images -->\n\t<include name=\"snow\">\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>-100</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"0\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"8000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>200</left>\n\t\t\t<animation effect=\"rotate\" start=\"10\" end=\"60\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"1000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"1300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"1500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>600</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"2000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"2300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"2500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>-100</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"7000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"7300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"16300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"7500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"21500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>200</left>\n\t\t\t<animation effect=\"rotate\" start=\"10\" end=\"60\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"5000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"13000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"5300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"5500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"19500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>600</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"6000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"6300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"6500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"20500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>-150</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"4000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"12000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"4300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"13300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"4500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"18500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>150</left>\n\t\t\t<animation effect=\"rotate\" start=\"10\" end=\"60\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"5000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"13000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"5300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"5500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"19500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>420</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"7000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"7300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"16300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"7500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"21500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>-180</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"2000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"2300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"2500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"16500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>200</left>\n\t\t\t<animation effect=\"rotate\" start=\"10\" end=\"60\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"3000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"3300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"12300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"3500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"17500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>510</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"4000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"12000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"4300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"13300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"4500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"18500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>200</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"0\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"8000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>400</left>\n\t\t\t<animation effect=\"rotate\" start=\"10\" end=\"60\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"1000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"1300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"1500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>600</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"2000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"2300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"2500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"16500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>900</left>\n\t\t\t<animation effect=\"rotate\" end=\"40\" time=\"12000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"3000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"3300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"12300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"3500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"17500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>900</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"1000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>600</left>\n\t\t\t<animation effect=\"rotate\" start=\"10\" end=\"60\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"1000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"1300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"1500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>700</left>\n\t\t\t<animation effect=\"rotate\" end=\"40\" time=\"12000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"3000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"3300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"12300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"3500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"17500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>600</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"0\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"8000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>800</left>\n\t\t\t<animation effect=\"rotate\" start=\"10\" end=\"60\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"1000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"1300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"1500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>-100</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"2000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"2300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"2500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"16500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>200</left>\n\t\t\t<animation effect=\"rotate\" end=\"40\" time=\"12000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"3000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"3300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"12300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"3500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"17500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>600</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"0\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"8000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>700</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"2000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"2300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"2500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"16500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>400</left>\n\t\t\t<animation effect=\"rotate\" end=\"40\" time=\"12000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"3000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"3300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"12300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"3500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"17500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>300</left>\n\t\t\t<animation effect=\"rotate\" end=\"30\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"0\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"8000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"14500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>900</left>\n\t\t\t<animation effect=\"rotate\" start=\"10\" end=\"60\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"1000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"9000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"1300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"1500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"15500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>200</left>\n\t\t\t<animation effect=\"rotate\" end=\"20\" time=\"9000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"2000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"10000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"2300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"4000\" delay=\"11300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow2.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"2500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"16500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>-100</left>\n\t\t\t<animation effect=\"rotate\" end=\"40\" time=\"12000\" delay=\"300\" condition=\"true\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>100</left>\n\t\t\t\t<top>-100</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"9000\" delay=\"3000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-20,0\" time=\"3200\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"11000\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>-80</top>\n\t\t\t\t<width>15</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow3.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"10000\" delay=\"3300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"40,0\" end=\"-30,0\" time=\"4000\" delay=\"200\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"12300\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>-110</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<texture>windows\\login\\snow\\snow.png</texture>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,920\" time=\"15000\" delay=\"3500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"20,0\" end=\"-60,0\" time=\"5300\" delay=\"300\" reversible=\"false\" condition=\"true\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"17500\" reversible=\"false\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t\t<colordiffuse>C2FFFFFF</colordiffuse>\n\t\t\t</control>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Includes_Variables.xml",
    "content": "<includes>\n\t<variable name=\"Backgrounds\">\n\t\t<value condition=\"IsEmpty(skin.string(background_color))\">0.jpg</value>\n\t\t<value condition=\"!IsEmpty(skin.string(background_color))\">$INFO[skin.string(background_color)]</value>\n\t</variable>\n\t<variable name=\"Custom_BG_Colour\">\n\t\t<value>FF$INFO[skin.string(Background_Custom_Color)]</value>\n\t</variable>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Includes_View_Options.xml",
    "content": "<includes>\n\t<include name=\"View_Options\">\n\t\t<control type=\"button\" id=\"9001\">\n\t\t\t<left>-500</left>\n\t\t\t<top>0</top>\n\t\t\t<width>0</width>\n\t\t\t<height>0</height>\n\t\t\t<onfocus>SetFocus(52)</onfocus>\n\t\t\t<visible>!Skin.HasSetting(kioskmode)</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<visible allowhiddenfocus=\"true\">ControlGroup(9000).HasFocus() | Control.HasFocus(9001)</visible>\n\t\t\t<include>Behind.Dialog.FadeOut</include>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<top>-360</top>\n\t\t\t<visible allowhiddenfocus=\"true\">ControlGroup(9000).HasFocus() | Control.HasFocus(9001)</visible>\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,320\" time=\"200\">Visible</animation>\n\t\t\t<animation effect=\"slide\" start=\"0,320\" end=\"0,0\" time=\"200\">Hidden</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>304.5</left>\n\t\t\t\t<top>31</top>\n\t\t\t\t<width>672</width>\n\t\t\t\t<height>321</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture>windows\\generic\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>304.5</left>\n\t\t\t\t<top>297</top>\n\t\t\t\t<width>672</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>5</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t\t<include>Context.Buttons.Text.Align</include>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t\t<include>Context.Buttons.Text.Align</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Backgrounds -->\n\t\t\t<control type=\"panel\" id=\"9001\">\n\t\t\t\t<left>349.5</left>\n\t\t\t\t<top>53</top>\n\t\t\t\t<width>671</width>\n\t\t\t\t<height>230</height>\n\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t<onright>9001</onright>\n\t\t\t\t<onup>-</onup>\n\t\t\t\t<ondown>-</ondown>\n\t\t\t\t<onback>52</onback>\n\t\t\t\t<itemlayout height=\"57\" width=\"118\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t<width>100</width>\n\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t<texture>$INFO[listitem.actualicon]</texture>\n\t\t\t\t\t\t<bordertexture>windows/generic/header.png</bordertexture>\n\t\t\t\t\t\t<bordersize>3</bordersize>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"57\" width=\"118\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t<width>100</width>\n\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t<texture>$INFO[listitem.actualicon]</texture>\n\t\t\t\t\t\t<bordersize>3</bordersize>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t<width>100</width>\n\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t<texture border=\"7,7,7,7\">windows\\generic\\button_focus_alt.png</texture>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t\t<content>\n\t\t\t\t\t<item id=\"300\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick condition=\"StringCompare(System.memory(total),64MB)\">SetWallpaper(Background_Image, 720, 405, 100)</onclick>\n\t\t\t\t\t\t<onclick condition=\"!StringCompare(System.memory(total),64MB)\">SetWallpaper(Background_Image, 953, 536, 100)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\hdd.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"301\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(hex_entry)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Color)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\custom_color.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"302\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Color)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\reset.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"304\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(profilewalls)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\profilewalls_disabled.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(profilewalls)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"303\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(profilewalls)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\profilewalls_enabled.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(profilewalls)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Backgrounds -->\n\t\t\t\t\t<item id=\"310\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(Background_Color,1.jpg)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\1.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"311\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(Background_Color,2.jpg)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\2.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"312\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(Background_Color,3.jpg)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\3.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"313\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(Background_Color,4.jpg)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\4.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"314\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(Background_Color,5.jpg)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\5.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"315\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(Background_Color,6.jpg)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\6.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"316\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(Background_Color,7.jpg)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\7.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"317\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(Background_Color,8.jpg)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\8.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"318\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(Background_Color,9.jpg)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\9.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"319\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(Background_Color,10.jpg)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\10.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"320\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(Background_Color,11.jpg)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\11.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"321\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(Background_Color,12.jpg)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\12.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"322\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(Background_Color,13.jpg)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\13.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"323\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(Background_Color,14.jpg)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\14.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"324\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>CleanWallpaper</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetString(Background_Color,15.jpg)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Image)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\15.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/LoginScreen.xml",
    "content": "<window id=\"29\">\n\t<defaultcontrol always=\"true\">52</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<onload>RunScript(Special://scripts\\XBMC4Gamers\\Utilities\\Edit Mode.py)</onload>\n\t<!-- Setup empty string with default values -->\n\t<onload condition=\"StringCompare(System.memory(total),64MB) + StringCompare(Skin.String(WallpaperWidth),)\">Skin.SetString(WallpaperWidth,720)</onload>\n\t<onload condition=\"StringCompare(System.memory(total),64MB) + StringCompare(Skin.String(WallpaperHeight),)\">Skin.SetString(WallpaperHeight,405)</onload>\n\t<onload condition=\"!StringCompare(System.memory(total),64MB) + StringCompare(Skin.String(WallpaperWidth),)\">Skin.SetString(WallpaperWidth,953)</onload>\n\t<onload condition=\"!StringCompare(System.memory(total),64MB) + StringCompare(Skin.String(WallpaperHeight),)\">Skin.SetString(WallpaperHeight,536)</onload>\n\t<onload condition=\"StringCompare(Skin.String(WallpaperQuality),)\">ReloadAdvancedSettings</onload>\n\t<onload condition=\"StringCompare(Skin.String(WallpaperQuality),)\">Skin.SetString(WallpaperQuality,100)</onload>\n\t<controls>\n\t\t<include>Kiosk.Mode.Secret.Code</include>\n\t\t<include>Login.Screen.Background.Stuff</include>\n\t\t<control type=\"image\">\n\t\t\t<include>1280x720</include>\n\t\t\t<texture>Q:\\system\\UserData\\Profiles\\$INFO[Container(52).ListItem.Label]\\Thumbnails\\Wallpapers\\login.jpg</texture>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<!-- <include>Animated.Login.Wallpaper.Effect</include> -->\n\t\t\t<visible>!Skin.HasSetting(profilewalls)</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<animation effect=\"fade\" start=\"30\" end=\"100\" time=\"1000\" condition=\"!System.IdleTime(61)\">Conditional</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"30\" time=\"1000\" condition=\"System.IdleTime(61)\">Conditional</animation>\n\t\t\t<!-- Profile List -->\n\t\t\t<control type=\"fixedlist\" id=\"52\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>230</top>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>720</height>\n\t\t\t\t<onleft>52</onleft>\n\t\t\t\t<onright>52</onright>\n\t\t\t\t<onup>9000</onup>\n\t\t\t\t<ondown>-</ondown>\n\t\t\t\t<viewtype>list</viewtype>\n\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t<focusposition>2</focusposition>\n\t\t\t\t<include condition=\"!Window.Previous(1113) + !Window.Previous(1116)\">LoginView</include>\n\t\t\t\t<animation effect=\"zoom\" start=\"100\" end=\"102\" center=\"auto\" time=\"2000\" tween=\"sine\" easing=\"inout\" pulse=\"true\" condition=\"[Control.HasFocus(19) | Control.HasFocus(20) | Control.HasFocus(21) | Control.HasFocus(22) | Control.HasFocus(23) | Control.HasFocus(24) | Control.HasFocus(25) | Control.HasFocus(26) | Control.HasFocus(27)]\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"2,4\" time=\"500\" tween=\"sine\" easing=\"inout\" pulse=\"true\" condition=\"[Control.HasFocus(19) | Control.HasFocus(20) | Control.HasFocus(21) | Control.HasFocus(22) | Control.HasFocus(23) | Control.HasFocus(24) | Control.HasFocus(25) | Control.HasFocus(26) | Control.HasFocus(27)]\">Conditional</animation>ion>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"100\">WindowClose</animation>\n\t\t\t\t<itemlayout height=\"256\" width=\"256\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>60</left>\n\t\t\t\t\t\t<top>32</top>\n\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t<height>136</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<colordiffuse>40000000</colordiffuse>\n\t\t\t\t\t\t<texture background=\"false\">windows\\login\\user_thumb_overlay.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>60</left>\n\t\t\t\t\t\t<top>32</top>\n\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t<height>136</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t<colordiffuse>50FFFFFF</colordiffuse>\n\t\t\t\t\t\t<texture background=\"false\" diffuse=\"windows\\login\\user_thumb_diffuse.png\" fallback=\"unknown-user.png\">$INFO[listitem.Icon]</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>200</top>\n\t\t\t\t\t\t<width>246</width>\n\t\t\t\t\t\t<height>16</height>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t<textcolor>50708090</textcolor>\n\t\t\t\t\t\t<shadowcolor>50000000</shadowcolor>\n\t\t\t\t\t\t<label>$INFO[listitem.Label]</label>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"256\" width=\"256\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>35</left>\n\t\t\t\t\t\t<top>8</top>\n\t\t\t\t\t\t<width>186</width>\n\t\t\t\t\t\t<height>186</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<colordiffuse>80000000</colordiffuse>\n\t\t\t\t\t\t<texture background=\"false\">windows\\login\\user_thumb_overlay.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>35</left>\n\t\t\t\t\t\t<top>8</top>\n\t\t\t\t\t\t<width>186</width>\n\t\t\t\t\t\t<height>186</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t<texture background=\"false\" diffuse=\"windows\\login\\user_thumb_diffuse.png\" fallback=\"unknown-user.png\">$INFO[listitem.Icon]</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>8</left>\n\t\t\t\t\t\t<top>195</top>\n\t\t\t\t\t\t<width>246</width>\n\t\t\t\t\t\t<height>16</height>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t\t<textcolor>FFFFFFFF</textcolor>\n\t\t\t\t\t\t<selectedcolor>FFFFFFFF</selectedcolor>\n\t\t\t\t\t\t<shadowcolor>50000000</shadowcolor>\n\t\t\t\t\t\t<label>$INFO[listitem.Label]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>8</left>\n\t\t\t\t\t\t<top>225</top>\n\t\t\t\t\t\t<width>246</width>\n\t\t\t\t\t\t<height>16</height>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t<textcolor>80FFFFFF</textcolor>\n\t\t\t\t\t\t<selectedcolor>80FFFFFF</selectedcolor>\n\t\t\t\t\t\t<shadowcolor>30000000</shadowcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.label2]</label>\n\t\t\t\t\t\t<visible>!StringCompare(ListItem.label,Add User)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" time=\"700\">WindowOpen</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"300\">WindowClose</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-30\" time=\"100\">Hidden</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,-30\" end=\"0,0\" time=\"100\" delay=\"100\">Visible</animation>\n\t\t\t\t<visible>!Window.IsActive(1112)</visible>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>30</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>28</height>\n\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<textcolor>FFFFFFFF</textcolor>\n\t\t\t\t\t<shadowcolor>50000000</shadowcolor>\n\t\t\t\t\t<label>$LOCALIZE[31523]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>55</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>28</height>\n\t\t\t\t\t<font>size_22</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<textcolor>80FFFFFF</textcolor>\n\t\t\t\t\t<shadowcolor>30000000</shadowcolor>\n\t\t\t\t\t<label>$LOCALIZE[31524]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" time=\"700\">WindowOpen</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"300\">WindowClose</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,30\" time=\"100\">Hidden</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,30\" end=\"0,0\" time=\"100\" delay=\"100\">Visible</animation>\n\t\t\t\t<visible>!Window.IsActive(1112)</visible>\n\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<bottom>3</bottom>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<itemgap>5</itemgap>\n\t\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<!-- White Button -->\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<width>22</width>\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<colordiffuse>80FFFFFF</colordiffuse>\n\t\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t\t<texture>pad_buttons\\login\\white_button.png</texture>\n\t\t\t\t\t\t<visible>Skin.HasSetting(kioskmode)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>80FFFFFF</textcolor>\n\t\t\t\t\t\t<shadowcolor>30000000</shadowcolor>\n\t\t\t\t\t\t<label>$LOCALIZE[31521]</label>\n\t\t\t\t\t\t<visible>Skin.HasSetting(kioskmode)</visible>\n\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- Start Button -->\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<width>22</width>\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<colordiffuse>80FFFFFF</colordiffuse>\n\t\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t\t<texture>pad_buttons\\login\\start_button.png</texture>\n\t\t\t\t\t\t<visible>Skin.HasSetting(kioskmode)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>80FFFFFF</textcolor>\n\t\t\t\t\t\t<shadowcolor>30000000</shadowcolor>\n\t\t\t\t\t\t<label>$LOCALIZE[33069]</label>\n\t\t\t\t\t\t<visible>Skin.HasSetting(kioskmode)</visible>\n\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- Black Button -->\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<width>22</width>\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<colordiffuse>80FFFFFF</colordiffuse>\n\t\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t\t<texture>pad_buttons\\login\\black_button.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>80FFFFFF</textcolor>\n\t\t\t\t\t\t<shadowcolor>30000000</shadowcolor>\n\t\t\t\t\t\t<label>$LOCALIZE[31114]</label>\n\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<right>10</right>\n\t\t\t\t\t<bottom>0</bottom>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<textcolor>80FFFFFF</textcolor>\n\t\t\t\t\t<shadowcolor>30000000</shadowcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[31522]</label>\n\t\t\t\t\t<visible>!Skin.HasSetting(kioskmode)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<include>Login.Screen.Stuff</include>\n\t\t<include>View_Options</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/ProfileSettings.xml",
    "content": "<window id=\"130\">\n\t<defaultcontrol>7</defaultcontrol>\n\t<onload condition=\"StringCompare(Control.GetLabel(1000),Add User)\">Dialog.Close(130,true)</onload>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>270</left>\n\t\t\t\t<top>180</top>\n\t\t\t\t<width>740</width>\n\t\t\t\t<height>360</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\select_browser\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>286</left>\n\t\t\t\t<top>192</top>\n\t\t\t\t<width>709</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\select_browser\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"1\">\n\t\t\t\t<description>Heading label</description>\n\t\t\t\t<left>313</left>\n\t\t\t\t<top>200</top>\n\t\t\t\t<width>731</width>\n\t\t\t\t<height>37</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[20067]</label>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>270</left>\n\t\t\t\t<top>483</top>\n\t\t\t\t<width>740</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t\t<visible>!StringCompare(Container(450).NumItems,0)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t\t<visible>!StringCompare(Container(450).NumItems,0)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"image\" id=\"2\">\n\t\t\t\t<left>675</left>\n\t\t\t\t<top>263</top>\n\t\t\t\t<width>305</width>\n\t\t\t\t<height>140</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture>unknown-user.png</texture>\n\t\t\t</control>\n\t\t\t<!-- Content List -->\n\t\t\t<control type=\"grouplist\" id=\"5\">\n\t\t\t\t<left>300</left>\n\t\t\t\t<top>263</top>\n\t\t\t\t<width>365</width>\n\t\t\t\t<height>210</height>\n\t\t\t\t<onleft>5</onleft>\n\t\t\t\t<onright>5</onright>\n\t\t\t\t<onup>28</onup>\n\t\t\t\t<ondown>28</ondown>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<aligny>centre</aligny>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"7\">\n\t\t\t\t<description>Default Button</description>\n\t\t\t\t<height>40</height>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.settings.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.settings.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"8\">\n\t\t\t\t<description>Default Button</description>\n\t\t\t\t<height>40</height>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.settings.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.settings.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"28\">\n\t\t\t\t<description>Yes button</description>\n\t\t\t\t<left>300</left>\n\t\t\t\t<top>363</top>\n\t\t\t\t<width>180</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<label>[UPPERCASE]$LOCALIZE[186][/UPPERCASE]</label>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.settings.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.settings.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t<onleft>29</onleft>\n\t\t\t\t<onright>29</onright>\n\t\t\t\t<onup>5</onup>\n\t\t\t\t<ondown>5</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"29\">\n\t\t\t\t<description>No button</description>\n\t\t\t\t<left>485</left>\n\t\t\t\t<top>363</top>\n\t\t\t\t<width>180</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<label>[UPPERCASE]$LOCALIZE[222][/UPPERCASE]</label>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.settings.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.settings.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t<onleft>28</onleft>\n\t\t\t\t<onright>28</onright>\n\t\t\t\t<onup>5</onup>\n\t\t\t\t<ondown>5</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>dialog line 2</description>\n\t\t\t\t<left>675</left>\n\t\t\t\t<top>420</top>\n\t\t\t\t<width>305</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>center</align>\n\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t<label>[B]$LOCALIZE[20070][/B]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"1001\">\n\t\t\t\t<description>dialog line 2</description>\n\t\t\t\t<left>675</left>\n\t\t\t\t<top>445</top>\n\t\t\t\t<width>305</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t<label>-</label>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Settings.xml",
    "content": "<window id=\"4\">\n\t<defaultcontrol>50</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<include>Global.Backgrounds</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>201</left>\n\t\t\t\t<top>81</top>\n\t\t\t\t<width>878</width>\n\t\t\t\t<height>558</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.main\">windows\\settings\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>219</left>\n\t\t\t\t<top>99</top>\n\t\t\t\t<width>842</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.header\">windows\\settings\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>250</left>\n\t\t\t\t<top>110</top>\n\t\t\t\t<width>780</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.settings.label.header</textcolor>\n\t\t\t\t<label>$LOCALIZE[5]</label>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>250</left>\n\t\t\t\t<top>568</top>\n\t\t\t\t<width>780</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t\t<include>Context.Buttons.Text.Align</include>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\B_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t\t<include>Context.Buttons.Text.Align</include>\n\t\t\t\t</control>\n\t\t\t\t<!-- Black Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.black_button\">pad_buttons\\dialogs\\Black_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[33073]</label>\n\t\t\t\t\t<include>Context.Buttons.Text.Align</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Content List -->\n\t\t\t<control type=\"list\" id=\"50\">\n\t\t\t\t<left>250</left>\n\t\t\t\t<top>180</top>\n\t\t\t\t<width>780</width>\n\t\t\t\t<height>370</height>\n\t\t\t\t<onleft>-</onleft>\n\t\t\t\t<onright>-</onright>\n\t\t\t\t<onup>50</onup>\n\t\t\t\t<ondown>50</ondown>\n\t\t\t\t<viewtype>list</viewtype>\n\t\t\t\t<pagecontrol>80</pagecontrol>\n\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t<itemlayout height=\"74\" width=\"796\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>-2</top>\n\t\t\t\t\t\t<width>780</width>\n\t\t\t\t\t\t<height>76</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.root.nofocus\">windows\\settings\\button_no_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>4</left>\n\t\t\t\t\t\t<top>4</top>\n\t\t\t\t\t\t<width>64</width>\n\t\t\t\t\t\t<height>64</height>\n\t\t\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.Icon]</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>88</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>655</width>\n\t\t\t\t\t\t<height>23</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>$INFO[listitem.Label]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>88</left>\n\t\t\t\t\t\t<top>39</top>\n\t\t\t\t\t\t<width>655</width>\n\t\t\t\t\t\t<height>23</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.label2]</label>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"74\" width=\"780\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>-2</top>\n\t\t\t\t\t\t<width>780</width>\n\t\t\t\t\t\t<height>76</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.root.focus\">windows\\settings\\button_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>4</left>\n\t\t\t\t\t\t<top>4</top>\n\t\t\t\t\t\t<width>64</width>\n\t\t\t\t\t\t<height>64</height>\n\t\t\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.Icon]</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>88</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>655</width>\n\t\t\t\t\t\t<height>23</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t\t<textcolor>colour.settings.button.focus</textcolor>\n\t\t\t\t\t\t<selectedcolor>colour.settings.button.focus</selectedcolor>\n\t\t\t\t\t\t<label>$INFO[listitem.Label]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>88</left>\n\t\t\t\t\t\t<top>39</top>\n\t\t\t\t\t\t<width>655</width>\n\t\t\t\t\t\t<height>23</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<textcolor>colour.settings.button.focus</textcolor>\n\t\t\t\t\t\t<selectedcolor>colour.settings.button.focus</selectedcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.label2]</label>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t\t<content>\n\t\t\t\t\t<item>\n\t\t\t\t\t\t<label>213</label>\n\t\t\t\t\t\t<label2>$LOCALIZE[31500]</label2>\n\t\t\t\t\t\t<onclick>ActivateWindow(guicalibration)</onclick>\n\t\t\t\t\t\t<icon>thumbs\\Calibrate.png</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item>\n\t\t\t\t\t\t<label>480</label>\n\t\t\t\t\t\t<label2>$LOCALIZE[31152]</label2>\n\t\t\t\t\t\t<onclick>ActivateWindow(AppearanceSettings)</onclick>\n\t\t\t\t\t\t<icon>thumbs\\Appearance.png</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item>\n\t\t\t\t\t\t<label>7</label>\n\t\t\t\t\t\t<label2>$LOCALIZE[31158]</label2>\n\t\t\t\t\t\t<onclick>ActivateWindow(FileManager)</onclick>\n\t\t\t\t\t\t<icon>thumbs\\FileManager.png</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item>\n\t\t\t\t\t\t<label>705</label>\n\t\t\t\t\t\t<label2>$LOCALIZE[31155]</label2>\n\t\t\t\t\t\t<onclick>ActivateWindow(NetworkSettings)</onclick>\n\t\t\t\t\t\t<icon>thumbs\\Network.png</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item>\n\t\t\t\t\t\t<label>13000</label>\n\t\t\t\t\t\t<label2>$LOCALIZE[31156]</label2>\n\t\t\t\t\t\t<onclick>ActivateWindow(SystemSettings)</onclick>\n\t\t\t\t\t\t<icon>thumbs\\Settings.png</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item>\n\t\t\t\t\t\t<label>138</label>\n\t\t\t\t\t\t<label2>$LOCALIZE[31161]</label2>\n\t\t\t\t\t\t<onclick>ActivateWindow(SystemInfo)</onclick>\n\t\t\t\t\t\t<icon>thumbs\\SystemInfo.png</icon>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"80\">\n\t\t\t\t<left>1030</left>\n\t\t\t\t<top>180</top>\n\t\t\t\t<width>4</width>\n\t\t\t\t<height>370</height>\n\t\t\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t\t\t<texturesliderbar border=\"2,2,2,2\">scrollbar_bar_focus-vertical.png</texturesliderbar>\n\t\t\t\t<texturesliderbarfocus border=\"2,2,2,2\">scrollbar_bar_focus-vertical.png</texturesliderbarfocus>\n\t\t\t\t<textureslidernib>-</textureslidernib>\n\t\t\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t\t\t<onleft>50</onleft>\n\t\t\t\t<ondown>-</ondown>\n\t\t\t\t<showonepage>false</showonepage>\n\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"20\" time=\"100\" condition=\"!Control.HasFocus(80)\">Conditional</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"20\" end=\"100\" time=\"100\">Focus</animation>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/SettingsCategory.xml",
    "content": "<window id=\"12\">\n\t<defaultcontrol>3</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<include>Global.Backgrounds</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>50</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>1180</width>\n\t\t\t\t<height>610</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.main\">windows\\settings_categories\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>75</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>570</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.main.overlay\">windows\\settings_categories\\main_overlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>580</top>\n\t\t\t\t<width>775</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\" id=\"3\">\n\t\t\t\t<description>button area</description>\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>510</height>\n\t\t\t\t<itemgap>4</itemgap>\n\t\t\t\t<onleft>5</onleft>\n\t\t\t\t<onright>5</onright>\n\t\t\t\t<onup>3</onup>\n\t\t\t\t<ondown>3</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\" id=\"5\">\n\t\t\t\t<description>control area</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>775</width>\n\t\t\t\t<height>445</height>\n\t\t\t\t<itemgap>4</itemgap>\n\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t<onleft>3</onleft>\n\t\t\t\t<onright>-</onright>\n\t\t\t\t<onup>5</onup>\n\t\t\t\t<ondown>5</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t<left>1190</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>4</width>\n\t\t\t\t<height>445</height>\n\t\t\t\t<include>Fake.ScrollBar.Vertical</include>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"10\">\n\t\t\t\t<include>Button.Settings.Category.Values_Alt</include>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"7\">\n\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t</control>\n\t\t\t<control type=\"radiobutton\" id=\"8\">\n\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t</control>\n\t\t\t<control type=\"spincontrolex\" id=\"9\">\n\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"2\">\n\t\t\t\t<description>Fake Label so we can pass it value down to the one above</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>0</width>\n\t\t\t\t<height>0</height>\n\t\t\t\t<font>-</font>\n\t\t\t\t<visible>false</visible>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/SettingsProfile.xml",
    "content": "<window id=\"34\">\n\t<defaultcontrol always=\"true\">2</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<include>Global.Backgrounds</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>201</left>\n\t\t\t\t<top>81</top>\n\t\t\t\t<width>878</width>\n\t\t\t\t<height>558</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.main\">windows\\generic\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>219</left>\n\t\t\t\t<top>99</top>\n\t\t\t\t<width>842</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.header\">windows\\generic\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>250</left>\n\t\t\t\t<top>110</top>\n\t\t\t\t<width>769</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.settings.label.header</textcolor>\n\t\t\t\t<label>Add User</label>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>250</left>\n\t\t\t\t<top>568</top>\n\t\t\t\t<width>780</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t\t<include>Context.Buttons.Text.Align</include>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t\t<include>Context.Buttons.Text.Align</include>\n\t\t\t\t</control>\n\t\t\t\t<!-- D-Pad Right Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.dpad_right_button\">pad_buttons\\dialogs\\dpad_right_button.png</texture>\n\t\t\t\t\t<visible>Control.HasFocus(2)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31505]</label>\n\t\t\t\t\t<include>Context.Buttons.Text.Align</include>\n\t\t\t\t\t<visible>Control.HasFocus(2)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- White Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.white_button\">pad_buttons\\dialogs\\white_button.png</texture>\n\t\t\t\t\t<visible>Control.HasFocus(2)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31506]</label>\n\t\t\t\t\t<include>Context.Buttons.Text.Align</include>\n\t\t\t\t\t<visible>Control.HasFocus(2)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Start Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.start_button\">pad_buttons\\dialogs\\start_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[5]</label>\n\t\t\t\t\t<include>Context.Buttons.Text.Align</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Content List -->\n\t\t\t<control type=\"list\" id=\"2\">\n\t\t\t\t<left>250</left>\n\t\t\t\t<top>180</top>\n\t\t\t\t<width>769</width>\n\t\t\t\t<height>370</height>\n\t\t\t\t<onleft>-</onleft>\n\t\t\t\t<onright>9000</onright>\n\t\t\t\t<onup>2</onup>\n\t\t\t\t<ondown>2</ondown>\n\t\t\t\t<onback>system.logoff</onback>\n\t\t\t\t<viewtype>list</viewtype>\n\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t<visible allowhiddenfocus=\"true\">Control.HasFocus(2)</visible>\n\t\t\t\t<itemlayout height=\"74\" width=\"796\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t\t<width>769</width>\n\t\t\t\t\t\t<height>74</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.button.nofocus\">windows\\generic\\button_no_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>4</left>\n\t\t\t\t\t\t<top>4</top>\n\t\t\t\t\t\t<width>64</width>\n\t\t\t\t\t\t<height>64</height>\n\t\t\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t\t\t<texture background=\"false\" fallback=\"unknown-user.png\">$INFO[listitem.Icon]</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>88</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>644</width>\n\t\t\t\t\t\t<height>23</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>$INFO[listitem.Label]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>88</left>\n\t\t\t\t\t\t<top>41</top>\n\t\t\t\t\t\t<width>644</width>\n\t\t\t\t\t\t<height>23</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.label2]</label>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"74\" width=\"769\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>769</width>\n\t\t\t\t\t\t<height>74</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture>windows\\generic\\windows_button_no_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>1</top>\n\t\t\t\t\t\t<width>769</width>\n\t\t\t\t\t\t<height>72</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.button.focus\">windows\\generic\\button_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>4</left>\n\t\t\t\t\t\t<top>4</top>\n\t\t\t\t\t\t<width>64</width>\n\t\t\t\t\t\t<height>64</height>\n\t\t\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t\t\t<texture background=\"false\" fallback=\"unknown-user.png\">$INFO[listitem.Icon]</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>88</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>644</width>\n\t\t\t\t\t\t<height>23</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t\t<textcolor>colour.settings.button.focus</textcolor>\n\t\t\t\t\t\t<selectedcolor>colour.settings.button.focus</selectedcolor>\n\t\t\t\t\t\t<label>$INFO[listitem.Label]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>88</left>\n\t\t\t\t\t\t<top>41</top>\n\t\t\t\t\t\t<width>644</width>\n\t\t\t\t\t\t<height>23</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<textcolor>colour.settings.button.focus</textcolor>\n\t\t\t\t\t\t<selectedcolor>colour.settings.button.focus</selectedcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.label2]</label>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>55</left>\n\t\t\t<top>55</top>\n\t\t\t<visible allowhiddenfocus=\"true\">!Window.IsActive(1115) + !Control.HasFocus(2)</visible>\n\t\t\t<control type=\"grouplist\" id=\"9000\">\n\t\t\t\t<left>305</left>\n\t\t\t\t<top>200</top>\n\t\t\t\t<width>570</width>\n\t\t\t\t<height>250</height>\n\t\t\t\t<onleft>-</onleft>\n\t\t\t\t<onright>-</onright>\n\t\t\t\t<onup>-</onup>\n\t\t\t\t<ondown>-</ondown>\n\t\t\t\t<onback>2</onback>\n\t\t\t\t<itemgap>1</itemgap>\n\t\t\t\t<scrolltime>0</scrolltime>\n\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t<control type=\"textbox\" id=\"9001\">\n\t\t\t\t\t<left>595</left>\n\t\t\t\t\t<top>455</top>\n\t\t\t\t\t<width>570</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<label></label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"9003\">\n\t\t\t\t\t<description>Birthdays Button</description>\n\t\t\t\t\t<left>595</left>\n\t\t\t\t\t<top>515</top>\n\t\t\t\t\t<width>570</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<label>  $LOCALIZE[31502]</label>\n\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t\t<texturefocus border=\"5\" colordiffuse=\"colour.settings.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus border=\"5\" colordiffuse=\"colour.settings.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<onclick>ActivateWindow(1115)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"9004\">\n\t\t\t\t\t<description>Intro Button</description>\n\t\t\t\t\t<left>595</left>\n\t\t\t\t\t<top>515</top>\n\t\t\t\t\t<width>570</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<label>  $LOCALIZE[31504]</label>\n\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t\t<texturefocus border=\"5\" colordiffuse=\"colour.settings.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus border=\"5\" colordiffuse=\"colour.settings.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(introenabled)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(introenabled)</selected>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/SettingsScreenCalibration.xml",
    "content": "<window id=\"11\">\n\t<defaultcontrol always=\"true\">8</defaultcontrol>\n\t<controls>\n\t\t<control type=\"image\">\n\t\t\t<left>-50</left>\n\t\t\t<top>-50</top>\n\t\t\t<width>1380</width>\n\t\t\t<height>820</height>\n\t\t\t<texture>windows\\settings\\calibrate.png</texture>\n\t\t</control>\n\t\t<control type=\"mover\" id=\"8\">\n\t\t\t<description>top left mover</description>\n\t\t\t<texturefocus>calibrate-topleft-focus.png</texturefocus>\n\t\t\t<texturenofocus>calibrate-topleft.png</texturenofocus>\n\t\t</control>\n\t\t<control type=\"mover\" id=\"9\">\n\t\t\t<description>right bottom mover</description>\n\t\t\t<texturefocus>calibrate-bottomright-focus.png</texturefocus>\n\t\t\t<texturenofocus>calibrate-bottomright.png</texturenofocus>\n\t\t</control>\n\t\t<control type=\"resize\" id=\"10\">\n\t\t\t<description>pixel aspect ratio box</description>\n\t\t\t<texturefocus>calibrate-pixelratio-focus.png</texturefocus>\n\t\t\t<texturenofocus>calibrate-pixelratio.png</texturenofocus>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<left>240</left>\n\t\t\t<top>40</top>\n\t\t\t<control type=\"label\" id=\"2\">\n\t\t\t\t<description>coordinates label</description>\n\t\t\t\t<left>20</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>750</width>\n\t\t\t\t<label>-</label>\n\t\t\t\t<align>center</align>\n\t\t\t\t<font>size_23</font>\n\t\t\t\t<textcolor>colour.settings.label</textcolor>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"3\">\n\t\t\t\t<description>help information</description>\n\t\t\t\t<left>20</left>\n\t\t\t\t<top>40</top>\n\t\t\t\t<width>750</width>\n\t\t\t\t<label>-</label>\n\t\t\t\t<align>center</align>\n\t\t\t\t<font>size_23</font>\n\t\t\t\t<textcolor>colour.settings.label</textcolor>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>help information</description>\n\t\t\t\t<left>20</left>\n\t\t\t\t<top>70</top>\n\t\t\t\t<width>750</width>\n\t\t\t\t<label>$LOCALIZE[31176]</label>\n\t\t\t\t<align>center</align>\n\t\t\t\t<font>size_23</font>\n\t\t\t\t<textcolor>colour.settings.label</textcolor>\n\t\t\t\t<visible>Control.HasFocus(10)</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>519</left>\n\t\t\t<top>239</top>\n\t\t\t<width>242</width>\n\t\t\t<height>242</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture>gamedisc.png</texture>\n\t\t\t<visible>Control.HasFocus(10)</visible>\n\t\t\t<animation effect=\"rotate\" start=\"0\" end=\"-360\" center=\"auto\" time=\"5000\" loop=\"true\" condition=\"true\">conditional</animation>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>519</left>\n\t\t\t<top>239</top>\n\t\t\t<width>242</width>\n\t\t\t<height>242</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture>gamedisc.png</texture>\n\t\t\t<colordiffuse>60FFFFFF</colordiffuse>\n\t\t\t<visible>!Control.HasFocus(10)</visible>\n\t\t\t<animation effect=\"rotate\" start=\"0\" end=\"-360\" center=\"auto\" time=\"5000\" loop=\"true\" condition=\"true\">conditional</animation>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<description>Control Info</description>\n\t\t\t<left>0</left>\n\t\t\t<top>620</top>\n\t\t\t<width>1280</width>\n\t\t\t<height>80</height>\n\t\t\t<itemgap>10</itemgap>\n\t\t\t<orientation>Horizontal</orientation>\n\t\t\t<align>center</align>\n\t\t\t<!-- A Button -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>32</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t<height>32</height>\n\t\t\t\t<font>size_19</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t<label>$LOCALIZE[209]</label>\n\t\t\t</control>\n\t\t\t<!-- B Button -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>32</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t<height>32</height>\n\t\t\t\t<font>size_19</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/SettingsSystemInfo.xml",
    "content": "<window id=\"7\">\n\t<defaultcontrol>95</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t<include>Global.Backgrounds</include>\n\t\t<control type=\"group\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>201</left>\n\t\t\t\t<top>81</top>\n\t\t\t\t<width>878</width>\n\t\t\t\t<height>558</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.main\">windows\\settings\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>219</left>\n\t\t\t\t<top>99</top>\n\t\t\t\t<width>842</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.header\">windows\\settings\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>250</left>\n\t\t\t\t<top>110</top>\n\t\t\t\t<width>780</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.settings.label.header</textcolor>\n\t\t\t\t<label>138</label>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>250</left>\n\t\t\t\t<top>568</top>\n\t\t\t\t<width>780</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>Back</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<control type=\"grouplist\" id=\"9000\">\n\t\t\t\t<description>button area</description>\n\t\t\t\t<left>250</left>\n\t\t\t\t<top>200</top>\n\t\t\t\t<width max=\"230\">auto</width>\n\t\t\t\t<height max=\"461\">auto</height>\n\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t<onleft>9000</onleft>\n\t\t\t\t<onright>9000</onright>\n\t\t\t\t<onup>9000</onup>\n\t\t\t\t<ondown>9000</ondown>\n\t\t\t\t<control type=\"button\" id=\"95\">\n\t\t\t\t\t<description>Button Default Values</description>\n\t\t\t\t\t<width>160</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.root.focus\">windows\\settings\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.root.nofocus\">windows\\settings\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<label>20037</label>\n\t\t\t\t\t<onfocus>SendClick(9000,95)</onfocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"98\">\n\t\t\t\t\t<description>Button Hardware</description>\n\t\t\t\t\t<width>160</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.root.focus\">windows\\settings\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.root.nofocus\">windows\\settings\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<label>13281</label>\n\t\t\t\t\t<onfocus>SendClick(9000,98)</onfocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"92\">\n\t\t\t\t\t<description>Button HDD</description>\n\t\t\t\t\t<width>160</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.root.focus\">windows\\settings\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.root.nofocus\">windows\\settings\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<label>13275</label>\n\t\t\t\t\t<onfocus>SendClick(9000,92)</onfocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"96\">\n\t\t\t\t\t<description>Button Network</description>\n\t\t\t\t\t<width>160</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.root.focus\">windows\\settings\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.root.nofocus\">windows\\settings\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<label>13279</label>\n\t\t\t\t\t<onfocus>SendClick(9000,96)</onfocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"94\">\n\t\t\t\t\t<description>Button Storage</description>\n\t\t\t\t\t<width>160</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.root.focus\">windows\\settings\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.root.nofocus\">windows\\settings\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<label>13277</label>\n\t\t\t\t\t<onfocus>SendClick(9000,94)</onfocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"97\">\n\t\t\t\t\t<description>Button Video</description>\n\t\t\t\t\t<width>160</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.root.focus\">windows\\settings\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.root.nofocus\">windows\\settings\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<label>13280</label>\n\t\t\t\t\t<onfocus>SendClick(9000,97)</onfocus>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>440</left>\n\t\t\t\t<top>155</top>\n\t\t\t\t<control type=\"label\" id=\"2\">\n\t\t\t\t\t<description>Label 2</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"3\">\n\t\t\t\t\t<description>Label 3</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>65</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"4\">\n\t\t\t\t\t<description>Label 4</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>95</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"5\">\n\t\t\t\t\t<description>Label 5</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>125</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"6\">\n\t\t\t\t\t<description>Label 6</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>155</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"7\">\n\t\t\t\t\t<description>Label 7</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>185</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"8\">\n\t\t\t\t\t<description>Label 8</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>215</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"9\">\n\t\t\t\t\t<description>Label 9</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>245</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"10\">\n\t\t\t\t\t<description>Label 10</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>275</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"11\">\n\t\t\t\t\t<description>Label 11</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>305</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"52\">\n\t\t\t\t<description>XBMC XBE BUILD Version</description>\n\t\t\t\t<right>229</right>\n\t\t\t\t<bottom>100</bottom>\n\t\t\t\t<width>800</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"25\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/Startup.xml",
    "content": "<window id=\"2999\">\n\t<!-- Run the main script -->\n\t<onload>RunScript(Special://scripts\\XBMC4Gamers\\default.py)</onload>\n\t<defaultcontrol always=\"true\">1</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<include>Global.Backgrounds</include>\n\t\t<include>Startup.Window.Profile</include>\n\t\t<include>Startup.Window.Info</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Add User/xml/VideoFullScreen.xml",
    "content": "<window id=\"2005\">\n\t<defaultcontrol>-</defaultcontrol>\n\t<controls>\n\t\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Check files.bat",
    "content": "@Echo off\nSetlocal enabledelayedexpansion\n\nSet \"Skin1=Profile\"\nSet \"Skin2=Add User\"\n\nEcho:\nEcho !Skin1! Skin:\nEcho:\nfor /f \"Tokens=*\" %%a in ('dir /b \"!Skin1!\\xml\\*.xml\"') do (\n    Set \"File1=!Skin1!\\xml\\%%a\"\n    Set \"File2=Check\\!Skin1!\\xml\\%%a\"\n    if exist \"!File2!\" (\n\t\tfc \"!File1!\" \"!File2!\" >nul\n\t\tif errorlevel 1 (\n\t\t\tEcho   Different:\n\t\t\tEcho     !File2!\n\t\t)\n\t)\n)\nEcho:\nEcho:\nEcho !Skin2! Skin:\nEcho:\nfor /f \"Tokens=*\" %%a in ('dir /b \"!Skin2!\\xml\\*.xml\"') do (\n    Set \"File1=!Skin2!\\xml\\%%a\"\n    Set \"File2=Check\\!Skin2!\\xml\\%%a\"\n    if exist \"!File2!\" (\n\t\tfc \"!File1!\" \"!File2!\" >nul\n\t\tif errorlevel 1 (\n\t\t\tEcho   Different:\n\t\t\tEcho     !File2!\n\t\t)\n\t)\n)\nEcho:\nEcho:\npause\n"
  },
  {
    "path": "Mod Files/skins/Copy to other profile.bat",
    "content": "@Echo off\r\n\r\nSet \"ProfileSkin=%CD%\\Profile\"\r\nSet \"MasterSkin=%CD%\\Add User\"\r\n\r\nEcho colors\\Defaults.xml\r\nCopy /Y \"%ProfileSkin%\\colors\\Defaults.xml\"\t\t\t\t\t\t\t\"%MasterSkin%\\colors\\\" >Nul\r\nREM Echo xml\\Custom_Dialog_Options.xml\r\nREM Copy /Y \"%ProfileSkin%\\xml\\Custom_Dialog_Options.xml\"\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\Defaults.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\Defaults.xml\"\t\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\DialogContextMenu.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\DialogContextMenu.xml\"\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\DialogBusy.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\DialogBusy.xml\"\t\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\DialogGamepad.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\DialogGamepad.xml\"\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\DialogKaiToast.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\DialogKaiToast.xml\"\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\DialogKeyboard.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\DialogKeyboard.xml\"\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho DialogMuteBug.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\DialogMuteBug.xml\"\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho DialogNetworkSetup.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\DialogNetworkSetup.xml\"\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho DialogNumeric.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\DialogNumeric.xml\"\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\DialogOK.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\DialogOK.xml\"\t\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\DialogProgress.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\DialogProgress.xml\"\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nREM Echo xml\\DialogOverlay.xml\r\nREM Copy /Y \"%ProfileSkin%\\xml\\DialogOverlay.xml\"\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\DialogScriptInfo.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\DialogScriptInfo.xml\"\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\DialogSeekBar.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\DialogSeekBar.xml\"\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\DialogSelect.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\DialogSelect.xml\"\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\DialogTextViewer.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\DialogTextViewer.xml\"\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\DialogYesNo.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\DialogYesNo.xml\"\t\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\FileBrowser.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\FileBrowser.xml\"\t\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\FileManager.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\FileManager.xml\"\t\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\Font.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\Font.xml\"\t\t\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\Pointer.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\Pointer.xml\"\t\t\t\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\SettingsCategory.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\SettingsCategory.xml\"\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\SettingsScreenCalibration.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\SettingsScreenCalibration.xml\"\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho xml\\SettingsSystemInfo.xml\r\nCopy /Y \"%ProfileSkin%\\xml\\SettingsSystemInfo.xml\"\t\t\t\t\t\"%MasterSkin%\\xml\\\" >Nul\r\nEcho language\\\r\nXCopy /s /e /i /h /r /y \"%ProfileSkin%\\language\\\"\t\t\t\t\t\"%MasterSkin%\\language\" >Nul\r\n\r\ntimeout /t 2"
  },
  {
    "path": "Mod Files/skins/Profile/colors/defaults.xml",
    "content": "<colors>\n\t<!-- XBMC4Gamers v2.2+ 000 -->\n\t<!-- ------ -->\n\t<!-- Home Screen -->\n\t<!-- diffuse if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.home.underlay.diffuse\">FFFFFFFF</color>\n\t<color name=\"colour.home.random.underlay.diffuse\">FF424542</color>\n\t<color name=\"colour.home.button.focus.diffuse\">FF0A9ECE</color>\n\t<color name=\"colour.home.button.nofocus.diffuse\">FFADAAAD</color>\n\t<color name=\"colour.home.button.abutton.diffuse\">FFFFFFFF</color>\n\t<color name=\"colour.home.guides.focus.diffuse\">FF424542</color>\n\t<color name=\"colour.home.guides.nofocus.diffuse\">50424542</color>\n\t<!-- labels -->\n\t<color name=\"colour.home.label.title\">FF424542</color>\n\t<color name=\"colour.home.label.title2\">FFFFFFFF</color>\n\t<color name=\"colour.home.label.shadow\">10000000</color>\n\t<color name=\"colour.home.label.randoms\">FF424542</color>\n\t<color name=\"colour.home.label.synopsis\">FF424542</color>\n\t<color name=\"colour.home.label.synopsis2\">FFFFFFFF</color>\n\t<!-- buttons -->\n\t<color name=\"colour.home.button.focus\">FFFFFFFF</color>\n\t<color name=\"colour.home.button.nofocus\">FF5C5C5C</color>\n\t<!-- Loading -->\n\t<!-- diffuse if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.loading.diffuse\">FFFFFFFF</color>\n\t<!-- Dialogs -->\n\t<!-- diffuse if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.dialog.diffuse.main\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.main.overlay\">FFCECFCE</color>\n\t<color name=\"colour.dialog.diffuse.header\">FF424542</color>\n\t<color name=\"colour.dialog.diffuse.filemanager.focus.left\">FF0A9ECE</color>\n\t<color name=\"colour.dialog.diffuse.filemanager.focus.right\">FF145C45</color>\n\t<color name=\"colour.dialog.diffuse.button.focus\">FF0A9ECE</color>\n\t<color name=\"colour.dialog.diffuse.button.nofocus\">FFADAAAD</color>\n\t<color name=\"colour.dialog.diffuse.progress.underlay\">FF262626</color>\n\t<color name=\"colour.dialog.diffuse.progress.bar\">FF0A9ECE</color>\n\t<color name=\"colour.dialog.diffuse.scroll.indicator\">FF0A9ECE</color>\n\t<color name=\"colour.dialog.diffuse.a_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.b_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.back_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.black_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.dpad_down_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.dpad_left_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.dpad_left_right_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.dpad_right_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.dpad_up_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.dpad_up_down_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.l_stick_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.l_trigger\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.r_stick_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.r_trigger\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.start_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.white_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.x_button\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.diffuse.y_button\">FFFFFFFF</color>\n\t<!-- labels -->\n\t<color name=\"colour.dialog.label\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.label.context\">FF5C5C5C</color>\n\t<color name=\"colour.dialog.label.disabled\">FF7A7C7D</color>\n\t<color name=\"colour.dialog.label.header\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.label.nofocus\">FF424542</color>\n\t<color name=\"colour.dialog.label.selected\">FFD61F2C</color>\n\t<color name=\"colour.dialog.label.info.text\">FF424542</color>\n\t<!-- buttons -->\n\t<color name=\"colour.dialog.button.focus\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.button.nofocus\">FF5C5C5C</color>\n\t<color name=\"colour.dialog.button.disabled\">FF7A7C7D</color>\n\t<!-- Synopsis window -->\n\t<!-- buttons -->\n\t<color name=\"colour.synopsis.diffuse.button.focus\">FFFFFFFF</color>\n\t<color name=\"colour.synopsis.diffuse.button.nofocus\">FFFFFFFF</color>\n\t<!-- labels -->\n\t<color name=\"colour.synopsis.label.info\">FFFFFFFF</color>\n\t<color name=\"colour.synopsis.label.info.alt\">BFFFFFFF</color>\n\t<color name=\"colour.synopsis.label.info.shadow\">80000000</color>\n\t<color name=\"colour.synopsis.label.selected\">60FFFFFF</color>\n\t<!-- Volume/kaitoast/seek -->\n\t<!-- diffuse if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.dialog.volumekaitoast.diffuse.main\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.volumekaitoast.diffuse.icon\">FF424542</color>\n\t<color name=\"colour.dialog.volumekaitoast.diffuse.progress.nib\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.volumekaitoast.diffuse.progress.underlay\">FF262626</color>\n\t<color name=\"colour.dialog.volumekaitoast.diffuse.progress.bar\">FF0A9ECE</color>\n\t<!-- labels -->\n\t<color name=\"colour.dialog.volumekaitoast.label\">FF424542</color>\n\t<color name=\"colour.dialog.volumekaitoast.label.header\">FF424542</color>\n\t<!-- Keyboard/Numbpad -->\n\t<!-- labels -->\n\t<color name=\"colour.dialog.keyboardnumpad.keys\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.keyboardnumpad.keys.nofocus\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.keyboardnumpad.keys.disabled\">FF5C5C5C</color>\n\t<color name=\"colour.dialog.keyboardnumpad.label\">FFFFFFFF</color>\n\t<color name=\"colour.dialog.keyboardnumpad.label.disabled\">50FFFFFF</color>\n\t<color name=\"colour.dialog.keyboardnumpad.label.header\">FFF5F5F5</color>\n\t<!-- Default/General -->\n\t<!-- labels default -->\n\t<color name=\"colour.default.label\">FFFFFFFF</color>\n\t<color name=\"colour.default.label.disabled\">FF424542</color>\n\t<color name=\"colour.default.label.nofocus\">FF424542</color>\n\t<color name=\"colour.default.label.shadow\">FF000000</color>\n\t<color name=\"colour.default.label.selected\">FF399EDA</color>\n\t<!-- diffuse general if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.general.diffuse.main\">FFFFFFFF</color>\n\t<color name=\"colour.general.diffuse.main.overlay\">FFCECFCE</color>\n\t<color name=\"colour.general.diffuse.header\">FF424542</color>\n\t<color name=\"colour.general.diffuse.quick.change\">FFFFFFFF</color>\n\t<color name=\"colour.general.diffuse.button.focus\">FF0A9ECE</color>\n\t<color name=\"colour.general.diffuse.button.nofocus\">FFADAAAD</color>\n\t<!-- labels general -->\n\t<color name=\"colour.general.label\">FFFFFFFF</color>\n\t<color name=\"colour.general.label.context\">FF5C5C5C</color>\n\t<color name=\"colour.general.label.header\">FFFFFFFF</color>\n\t<color name=\"colour.general.label.nofocus\">FF424542</color>\n\t<color name=\"colour.general.label.shadow\">FF000000</color>\n\t<color name=\"colour.general.label.selected\">FFFFFFFF</color>\n\t<color name=\"colour.general.label.info.text\">FF424542</color>\n\t<!-- buttons general -->\n\t<color name=\"colour.general.button.focus\">FFFFFFFF</color>\n\t<color name=\"colour.general.button.nofocus\">FF5C5C5C</color>\n\t<!-- Settings -->\n\t<!-- diffuse if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.settings.diffuse.main\">FFFFFFFF</color>\n\t<color name=\"colour.settings.diffuse.main.overlay\">FFCECFCE</color>\n\t<color name=\"colour.settings.diffuse.header\">FF424542</color>\n\t<!-- These are for the manage profiles skin -->\n\t<color name=\"colour.settings.diffuse.button.focus\">FF0A9ECE</color>\n\t<color name=\"colour.settings.diffuse.button.nofocus\">FFADAAAD</color>\n\t<!-- end -->\n\t<color name=\"colour.settings.diffuse.root.focus\">FF0A9ECE</color>\n\t<color name=\"colour.settings.diffuse.root.nofocus\">FFADAAAD</color>\n\t<color name=\"colour.settings.diffuse.category.focus\">FF0A9ECE</color>\n\t<color name=\"colour.settings.diffuse.category.nofocus\">FFADAAAD</color>\n\t<!-- labels -->\n\t<color name=\"colour.settings.label\">FFFFFFFF</color>\n\t<color name=\"colour.settings.label2\">FF5C5C5C</color>\n\t<color name=\"colour.settings.label.context\">FF5C5C5C</color>\n\t<color name=\"colour.settings.label.disabled\">FF8C8C8C</color>\n\t<color name=\"colour.settings.label.header\">FFFFFFFF</color>\n\t<color name=\"colour.settings.label.nofocus\">FF424542</color>\n\t<color name=\"colour.settings.label.selected\">FF399EDA</color>\n\t<color name=\"colour.settings.label.info.text\">FF424542</color>\n\t<!-- buttons -->\n\t<color name=\"colour.settings.button.focus\">FFFFFFFF</color>\n\t<color name=\"colour.settings.button.nofocus\">FF5C5C5C</color>\n\t<color name=\"colour.settings.button.category.focus\">FFFFFFFF</color>\n\t<color name=\"colour.settings.button.category.nofocus\">FF5C5C5C</color>\n\t<!-- Context buttons (bottom of screen) -->\n\t<!-- diffuse if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.context.diffuse.a_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.b_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.back_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.black_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.dpad_down_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.dpad_left_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.dpad_left_right_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.dpad_right_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.dpad_up_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.dpad_up_down_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.l_stick_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.l_trigger\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.r_stick_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.r_trigger\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.start_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.white_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.x_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.y_button\">FFFFFFFF</color>\n\t<color name=\"colour.context.diffuse.underlay\">FFFFFFFF</color>\n\t<!-- labels -->\n\t<color name=\"colour.context.buttons.label\">FF5C5C5C</color>\n\t<!-- Other screen -->\n\t<!-- labels -->\n\t<color name=\"colour.startup.button.label\">FFFFFFFF</color>\n\t<color name=\"colour.variables.logo\">FFFFFFFF</color>\n\t<color name=\"colour.playercontrol.label\">FFF5F5F5</color>\n\t<color name=\"colour.playercontrol.label2\">FF737373</color>\n\t<!-- View files -->\n\t<!-- View 50 -->\n\t<color name=\"colour.view50.label\">FFFFFFFF</color>\n\t<color name=\"colour.view50.label2\">FF333333</color>\n\t<color name=\"colour.view50.shadow\">4D000000</color>\n\t<!-- View 51 -->\n\t<color name=\"colour.view51.label\">FFFFFFFF</color>\n\t<color name=\"colour.view51.label2\">FF333333</color>\n\t<color name=\"colour.view51.shadow\">4D000000</color>\n\t<!-- View 52 -->\n\t<color name=\"colour.view52.label\">FFFFFFFF</color>\n\t<color name=\"colour.view52.label2\">FF333333</color>\n\t<color name=\"colour.view52.shadow\">4D000000</color>\n\t<!-- View 53 -->\n\t<color name=\"colour.view53.label\">FFFFFFFF</color>\n\t<color name=\"colour.view53.label2\">FF333333</color>\n\t<color name=\"colour.view53.shadow\">4D000000</color>\n\t<!-- View 54 -->\n\t<color name=\"colour.view54.label\">FFFFFFFF</color>\n\t<color name=\"colour.view54.shadow\">4D000000</color>\n\t<color name=\"colour.view54.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view54.info.label\">FFFFFFFF</color>\n\t<color name=\"colour.view54.info.synopsis\">FFFFFFFF</color>\n\t<!-- View 55 -->\n\t<color name=\"colour.view55.label\">FFFFFFFF</color>\n\t<color name=\"colour.view55.shadow\">4D000000</color>\n\t<color name=\"colour.view55.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view55.info.label\">FFFFFFFF</color>\n\t<color name=\"colour.view55.info.synopsis\">FFFFFFFF</color>\n\t<!-- View 56 -->\n\t<color name=\"colour.view56.label\">FFFFFFFF</color>\n\t<color name=\"colour.view56.label2\">FFFFFFFF</color>\n\t<color name=\"colour.view56.shadow\">4D000000</color>\n\t<color name=\"colour.view56.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view56.info.label\">FFFFFFFF</color>\n\t<!-- View 57 -->\n\t<color name=\"colour.view57.label\">FFFFFFFF</color>\n\t<color name=\"colour.view57.shadow\">4D000000</color>\n\t<color name=\"colour.view57.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view57.info.label\">FFFFFFFF</color>\n\t<color name=\"colour.view57.info.synopsis\">FFFFFFFF</color>\n\t<!-- View 58 -->\n\t<color name=\"colour.view58.label\">FF333333</color>\n\t<color name=\"colour.view58.label2\">FF333333</color>\n\t<color name=\"colour.view58.shadow\">4D000000</color>\n\t<color name=\"colour.view58.info.label\">FF333333</color>\n\t<color name=\"colour.view58.info.label2\">FF333333</color>\n\t<!-- View 59 -->\n\t<color name=\"colour.view59.label\">FFFFFFFF</color>\n\t<color name=\"colour.view59.label2\">FF333333</color>\n\t<color name=\"colour.view59.shadow\">4D000000</color>\n\t<!-- View 60 -->\n\t<color name=\"colour.view60.label\">FFFFFFFF</color>\n\t<color name=\"colour.view60.label2\">FF333333</color>\n\t<color name=\"colour.view60.shadow\">4D000000</color>\n\t<!-- View 61 -->\n\t<color name=\"colour.view61.label\">FFFFFFFF</color>\n\t<color name=\"colour.view61.label2\">FFFFFFFF</color>\n\t<color name=\"colour.view61.shadow\">4D000000</color>\n\t<color name=\"colour.view61.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view61.info.label\">FFFFFFFF</color>\n\t<color name=\"colour.view61.info.synopsis\">FFFFFFFF</color>\n\t<color name=\"colour.view61.info.star\">FFFFFFFF</color>\n\t<color name=\"colour.view61.info.star.alt\">60101010</color>\n\t<color name=\"colour.view61.list.focus.diffuse\">FFFFFFFF</color>\n\t<!-- View 62 -->\n\t<color name=\"colour.view62.label\">FFFFFFFF</color>\n\t<color name=\"colour.view62.label2\">FF333333</color>\n\t<color name=\"colour.view62.shadow\">4D000000</color>\n\t<!-- View 63 -->\n\t<color name=\"colour.view63.label\">FFFFFFFF</color>\n\t<color name=\"colour.view63.label2\">FF333333</color>\n\t<color name=\"colour.view63.shadow\">4D000000</color>\n\t<!-- View 64 -->\n\t<color name=\"colour.view64.label\">FFFFFFFF</color>\n\t<color name=\"colour.view64.label2\">FF333333</color>\n\t<color name=\"colour.view64.shadow\">4D000000</color>\n\t<!-- View 65 -->\n\t<color name=\"colour.view65.label\">FFFFFFFF</color>\n\t<color name=\"colour.view65.label2\">FF333333</color>\n\t<color name=\"colour.view65.shadow\">4D000000</color>\n\t<!-- View 66 -->\n\t<color name=\"colour.view66.label\">FFFFFFFF</color>\n\t<color name=\"colour.view66.label2\">FF333333</color>\n\t<color name=\"colour.view66.shadow\">4D000000</color>\n\t<color name=\"colour.view66.info.label\">FFFFFFFF</color>\n\t<!-- View 67 -->\n\t<color name=\"colour.view67.label\">FFFFFFFF</color>\n\t<color name=\"colour.view67.label2\">FF333333</color>\n\t<color name=\"colour.view67.shadow\">4D000000</color>\n\t<!-- View 68 -->\n\t<color name=\"colour.view68.label\">FFFFFFFF</color>\n\t<color name=\"colour.view68.label2\">FF333333</color>\n\t<color name=\"colour.view68.shadow\">4D000000</color>\n\t<!-- View 69 -->\n\t<color name=\"colour.view69.label\">FFFFFFFF</color>\n\t<color name=\"colour.view69.shadow\">4D000000</color>\n\t<color name=\"colour.view69.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view69.info.label\">FFFFFFFF</color>\n\t<color name=\"colour.view69.info.synopsis\">FFFFFFFF</color>\n\t<!-- View 70 -->\n\t<color name=\"colour.view70.label\">FFFFFFFF</color>\n\t<color name=\"colour.view70.label2\">FF333333</color>\n\t<color name=\"colour.view70.shadow\">4D000000</color>\n\t<!-- View 71 -->\n\t<color name=\"colour.view71.label\">FFFFFFFF</color>\n\t<color name=\"colour.view71.shadow\">4D000000</color>\n\t<color name=\"colour.view71.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view71.info.label\">FFFFFFFF</color>\n\t<color name=\"colour.view71.info.synopsis\">FFFFFFFF</color>\n\t<!-- View 72 -->\n\t<color name=\"colour.view72.label\">FFFFFFFF</color>\n\t<color name=\"colour.view72.label2\">FFFFFFFF</color>\n\t<color name=\"colour.view72.shadow\">4D000000</color>\n\t<color name=\"colour.view72.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view72.info.label\">FFFFFFFF</color>\n\t<color name=\"colour.view72.info.star\">FFFFFFFF</color>\n\t<color name=\"colour.view72.info.star.alt\">60101010</color>\n\t<color name=\"colour.view72.info.synopsis\">FFFFFFFF</color>\n\t<color name=\"colour.view72.list.focus.diffuse\">FFFFFFFF</color>\n\t<!-- View 73 -->\n\t<color name=\"colour.view73.label\">FFFFFFFF</color>\n\t<color name=\"colour.view73.label2\">FF333333</color>\n\t<color name=\"colour.view73.shadow\">4D000000</color>\n\t<!-- View 74 -->\n\t<color name=\"colour.view74.label\">FFFFFFFF</color>\n\t<color name=\"colour.view74.shadow\">4D000000</color>\n\t<color name=\"colour.view74.info.back\">FFFFFFFF</color>\n\t<color name=\"colour.view74.info.back.label\">FF333333</color>\n\t<color name=\"colour.view74.info.back.images\">FF333333</color>\n\t<color name=\"colour.view74.info.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view74.info.label\">FFFFFFFF</color>\n\t<color name=\"colour.view74.info.synopsis\">FFFFFFFF</color>\n\t<!-- View 75 -->\n\t<color name=\"colour.view75.text\">FF424542</color>\n\t<color name=\"colour.view75.icons\">FF424542</color>\n\t<color name=\"colour.view75.info.star\">FF424542</color>\n\t<color name=\"colour.view75.info.star.alt\">60424542</color>\n\t<color name=\"colour.view75.shadow\">30000000</color>\n\t<color name=\"colour.view75.underlay.diffuse\">FFFFFFFF</color>\n</colors>"
  },
  {
    "path": "Mod Files/skins/Profile/colors/night.xml",
    "content": "<colors>\n\t<!-- XBMC4Gamers v2.2+ 000 -->\n\t<!-- ------ -->\n\t<!-- Home Screen -->\n\t<color name=\"colour.home.underlay.diffuse\">FF1E1E1E</color>\n\t<color name=\"colour.home.random.underlay.diffuse\">FF1E1E1E</color>\n\t<color name=\"colour.home.button.focus.diffuse\">FF065f7C</color>\n\t<color name=\"colour.home.button.nofocus.diffuse\">FF2A2929</color>\n\t<color name=\"colour.home.guides.focus.diffuse\">FF065f7C</color>\n\t<color name=\"colour.home.guides.nofocus.diffuse\">502A2929</color>\n\t<!-- labels -->\n\t<color name=\"colour.home.label.title\">FFFFFFFF</color>\n\t<color name=\"colour.home.label.shadow\">50000000</color>\n\t<color name=\"colour.home.label.randoms\">FFA4A4A4</color>\n\t<color name=\"colour.home.label.synopsis\">FFDADADA</color>\n\t<color name=\"colour.home.label.synopsis2\">FFA4A4A4</color>\n\t<!-- buttons -->\n\t<color name=\"colour.home.button.nofocus\">FF666666</color>\n\t<!-- Dialogs -->\n\t<!-- diffuse if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.dialog.diffuse.main\">FF3C3C3C</color>\n\t<color name=\"colour.dialog.diffuse.main.overlay\">FF4C4C4D</color>\n\t<color name=\"colour.dialog.diffuse.header\">FF2A2929</color>\n\t<color name=\"colour.dialog.diffuse.filemanager.focus.left\">FF065f7C</color>\n\t<color name=\"colour.dialog.diffuse.button.focus\">FF065f7C</color>\n\t<color name=\"colour.dialog.diffuse.button.nofocus\">FF2A2929</color>\n\t<color name=\"colour.dialog.diffuse.progress.bar\">FFD9D9D9</color>\n\t<color name=\"colour.dialog.diffuse.scroll.indicator\">FF065f7C</color>\n\t<!-- labels -->\n\t<color name=\"colour.dialog.label.context\">FFC7C7C7</color>\n\t<color name=\"colour.dialog.label.disabled\">FF666666</color>\n\t<color name=\"colour.dialog.label.header\">FFC7C7C7</color>\n\t<color name=\"colour.dialog.label.nofocus\">FFC7C7C7</color>\n\t<color name=\"colour.dialog.label.selected\">FF399EDA</color>\n\t<color name=\"colour.dialog.label.info.text\">FFC7C7C7</color>\n\t<!-- buttons -->\n\t<color name=\"colour.dialog.button.nofocus\">FFC7C7C7</color>\n\t<color name=\"colour.dialog.button.disabled\">FF666666</color>\n\t<!-- Volume/kaitoast/seek -->\n\t<!-- diffuse if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.dialog.volumekaitoast.diffuse.main\">FF3C3C3C</color>\n\t<color name=\"colour.dialog.volumekaitoast.diffuse.icon\">FFC7C7C7</color>\n\t<color name=\"colour.dialog.volumekaitoast.diffuse.progress.bar\">FFD9D9D9</color>\n\t<!-- labels -->\n\t<color name=\"colour.dialog.volumekaitoast.label\">FFC7C7C7</color>\n\t<color name=\"colour.dialog.volumekaitoast.label.header\">FFC7C7C7</color>\n\t<!-- Default/General -->\n\t<!-- labels default -->\n\t<color name=\"colour.default.label\">FFC7C7C7</color>\n\t<color name=\"colour.default.label.disabled\">FF666666</color>\n\t<!-- diffuse general if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.general.diffuse.main\">FF3C3C3C</color>\n\t<color name=\"colour.general.diffuse.main.overlay\">FF4C4C4D</color>\n\t<color name=\"colour.general.diffuse.header\">FF2A2929</color>\n\t<color name=\"colour.general.diffuse.button.focus\">FF065f7C</color>\n\t<color name=\"colour.general.diffuse.button.nofocus\">FF2A2929</color>\n\t<!-- labels general -->\n\t<color name=\"colour.general.label\">FFC7C7C7</color>\n\t<color name=\"colour.general.label.context\">FFC7C7C7</color>\n\t<color name=\"colour.general.label.header\">FFC7C7C7</color>\n\t<color name=\"colour.general.label.selected\">FF399EDA</color>\n\t<color name=\"colour.general.label.info.text\">FFC7C7C7</color>\n\t<!-- buttons general -->\n\t<color name=\"colour.general.button.nofocus\">FFC7C7C7</color>\n\t<!-- Settings -->\n\t<!-- diffuse if using custom image set as FFFFFFFF -->\n\t<color name=\"colour.settings.diffuse.main\">FF3C3C3C</color>\n\t<color name=\"colour.settings.diffuse.main.overlay\">FF4C4C4D</color>\n\t<color name=\"colour.settings.diffuse.header\">FF2A2929</color>\n\t<color name=\"colour.settings.diffuse.root.focus\">FF065f7C</color>\n\t<color name=\"colour.settings.diffuse.root.nofocus\">FF676767</color>\n\t<color name=\"colour.settings.diffuse.category.focus\">FF065f7C</color>\n\t<color name=\"colour.settings.diffuse.category.nofocus\">FF2A2929</color>\n\t<!-- labels -->\n\t<color name=\"colour.settings.label2\">FFC7C7C7</color>\n\t<color name=\"colour.settings.label.context\">FFC7C7C7</color>\n\t<color name=\"colour.settings.label.disabled\">FF666666</color>\n\t<color name=\"colour.settings.label.header\">FFC7C7C7</color>\n\t<color name=\"colour.settings.label.info.text\">FFC7C7C7</color>\n\t<!-- buttons -->\n\t<color name=\"colour.settings.button.nofocus\">FFC7C7C7</color>\n\t<color name=\"colour.settings.button.category.nofocus\">FFC7C7C7</color>\n\t<!-- Context buttons (bottom of screen) -->\n\t<!-- labels -->\n\t<color name=\"colour.context.buttons.label\">FFC7C7C7</color>\n\t<!-- Other screen -->\n\t<!-- labels -->\n\t<color name=\"colour.variables.logo\">FFC7C7C7</color>\n\t<!-- View files -->\n\t<!-- View 75 -->\n\t<color name=\"colour.view75.text\">FFFFFFFF</color>\n\t<color name=\"colour.view75.icons\">FFFFFFFF</color>\n\t<color name=\"colour.view75.info.star\">FFFFFFFF</color>\n\t<color name=\"colour.view75.info.star.alt\">60FFFFFF</color>\n\t<color name=\"colour.view75.shadow\">50000000</color>\n\t<color name=\"colour.view75.underlay.diffuse\">FF1E1E1E</color>\n</colors>"
  },
  {
    "path": "Mod Files/skins/Profile/extras/themes/playlists/empty.file",
    "content": ""
  },
  {
    "path": "Mod Files/skins/Profile/language/English/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: Rocky5 XBMC4Xbox forums\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Rocky5\\n\"\n\"Language-Team: Rocky5\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: en\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\n## DO NOT TRANSLATE (start)\n\n## version\nmsgctxt \"#31000\"\nmsgid \"XBMC4Gamers 0.0.000\"\nmsgstr \"\"\n\nmsgctxt \"#31001\"\nmsgid \"build type\"\nmsgstr \"\"\n\nmsgctxt \"#31002\"\nmsgid \"XBMC4Gamers datetime\"\nmsgstr \"\"\n\n##  DO NOT TRANSLATE (end)\n\n## Custom_logoff.xml - 31011 to 31015\nmsgctxt \"#31011\"\nmsgid \"logging off\"\nmsgstr \"\"\n\nmsgctxt \"#31012\"\nmsgid \"Would you like to log out?\"\nmsgstr \"\"\n\n## Custom_Menu_Loader.xml - 31016 to 31020\nmsgctxt \"#31016\"\nmsgid \"loading\"\nmsgstr \"\"\n\nmsgctxt \"#31017\"\nmsgid \"[B]Kiosk Mode[/B][CR]Profile is locked[CR]Press (A) to logout\"\nmsgstr \"\"\n\n## Custom_Skin_Settings.xml - 31021 to 31034\nmsgctxt \"#31021\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31022\"\nmsgid \"General Toggles\"\nmsgstr \"\"\n\nmsgctxt \"#31023\"\nmsgid \"Home Screen\"\nmsgstr \"\"\n\nmsgctxt \"#31024\"\nmsgid \"Login\"\nmsgstr \"\"\n\nmsgctxt \"#31025\"\nmsgid \"Quick Change Menu\"\nmsgstr \"\"\n\nmsgctxt \"#31026\"\nmsgid \"Debug\"\nmsgstr \"\"\n\nmsgctxt \"#31027\"\nmsgid \"Startup Options\"\nmsgstr \"\"\n\n## General Toggles - Custom_Skin_Settings.xml - 31035 to 31058\nmsgctxt \"#31035\"\nmsgid \"Disable time overlay\"\nmsgstr \"\"\n\nmsgctxt \"#31036\"\nmsgid \"Hide context buttons at the bottom of the screen\"\nmsgstr \"\"\n\nmsgctxt \"#31037\"\nmsgid \"Enable a custom button on the options dialog\"\nmsgstr \"\"\n\nmsgctxt \"#31038\"\nmsgid \"Label\"\nmsgstr \"\"\n\nmsgctxt \"#31039\"\nmsgid \"XBE/Script path\"\nmsgstr \"\"\n\nmsgctxt \"#31040\"\nmsgid \"Enable custom xbmc4gamers logo colour\"\nmsgstr \"\"\n\nmsgctxt \"#31041\"\nmsgid \"Custom hex value\"\nmsgstr \"\"\n\nmsgctxt \"#31042\"\nmsgid \"Audio navigation sound options:\"\nmsgstr \"\"\n\nmsgctxt \"#31043\"\nmsgid \"Hide played overlay on poster views\"\nmsgstr \"\"\n\nmsgctxt \"#31044\"\nmsgid \"Show reload skin and logout context buttons\"\nmsgstr \"\"\n\nmsgctxt \"#31045\"\nmsgid \"Hide trainer overlay on poster views\"\nmsgstr \"\"\n\nmsgctxt \"#31046\"\nmsgid \"Enable night mode\"\nmsgstr \"\"\n\nmsgctxt \"#31047\"\nmsgid \"Hide scrolling letter\"\nmsgstr \"\"\n\nmsgctxt \"#31048\"\nmsgid \"Change theme\"\nmsgstr \"\"\n\nmsgctxt \"#31049\"\nmsgid \"Uninstall themes\"\nmsgstr \"\"\n\nmsgctxt \"#31050\"\nmsgid \"Random theme\"\nmsgstr \"\"\n\nmsgctxt \"#31051\"\nmsgid \"Reset\"\nmsgstr \"\"\n\nmsgctxt \"#31052\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31053\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31054\"\nmsgid \"Use screensaver fanart in background (DL required)\"\nmsgstr \"\"\n\nmsgctxt \"#31055\"\nmsgid \"Use non blurred fanart\"\nmsgstr \"\"\n\nmsgctxt \"#31056\"\nmsgid \"Change splash\"\nmsgstr \"\"\n\nmsgctxt \"#31057\"\nmsgid \"Disable theme custom navigation sounds\"\nmsgstr \"\"\n\nmsgctxt \"#31058\"\nmsgid \"Use cached thumbnails\"\nmsgstr \"\"\n\n## Quick Change Menu - Custom_Skin_Settings.xml - 31059 to 31060\nmsgctxt \"#31059\"\nmsgid \"Enable additional sources\"\nmsgstr \"\"\n\nmsgctxt \"#31060\"\nmsgid \"Select source\"\nmsgstr \"\"\n\n## Login - Custom_Skin_Settings.xml - 31061 to 31068\nmsgctxt \"#31061\"\nmsgid \"Enable login screen\"\nmsgstr \"\"\n\nmsgctxt \"#31062\"\nmsgid \"Enable debug information\"\nmsgstr \"\"\n\nmsgctxt \"#31063\"\nmsgid \"Enable profile lock\"\nmsgstr \"\"\n\nmsgctxt \"#31064\"\nmsgid \"Enabling this setting will lock this profile if [B]Kiosk Mode[/B] is enabled\"\nmsgstr \"\"\n\nmsgctxt \"#31065\"\nmsgid \"Hide profile image on startup\"\nmsgstr \"\"\n\n## Scripts - Custom_Skin_Settings.xml - 31069 to 31075\nmsgctxt \"#31069\"\nmsgid \"Run the most commonly used scripts\"\nmsgstr \"\"\n\nmsgctxt \"#31070\"\nmsgid \"View Log Files\"\nmsgstr \"\"\n\nmsgctxt \"#31071\"\nmsgid \"Change Debug Modes\"\nmsgstr \"\"\n\nmsgctxt \"#31072\"\nmsgid \"Reset All XBMC4Gamers Options\"\nmsgstr \"\"\n\n## Home Window - Custom_Skin_Settings.xml - 31076 to 31085\nmsgctxt \"#31076\"\nmsgid \"Current Home Window:\"\nmsgstr \"\"\n\nmsgctxt \"#31077\"\nmsgid \"Applications\"\nmsgstr \"\"\n\nmsgctxt \"#31078\"\nmsgid \"Emulators\"\nmsgstr \"\"\n\nmsgctxt \"#31079\"\nmsgid \"Games\"\nmsgstr \"\"\n\nmsgctxt \"#31080\"\nmsgid \"Homebrew\"\nmsgstr \"\"\n\nmsgctxt \"#31081\"\nmsgid \"Home Screen\"\nmsgstr \"\"\n\n## Startup Options - Custom_Skin_Settings.xml - 31086 to 31100\nmsgctxt \"#31086\"\nmsgid \"Enable intro video\"\nmsgstr \"\"\n\nmsgctxt \"#31087\"\nmsgid \"Enable audio playlist\"\nmsgstr \"\"\n\nmsgctxt \"#31088\"\nmsgid \"[B]Generate[/B] random playlist\"\nmsgstr \"\"\n\nmsgctxt \"#31089\"\nmsgid \"Custom playlist\"\nmsgstr \"\"\n\nmsgctxt \"#31090\"\nmsgid \"View Options\"\nmsgstr \"\"\n\nmsgctxt \"#31091\"\nmsgid \"Use theme playlist\"\nmsgstr \"\"\n\nmsgctxt \"#31092\"\nmsgid \"Enable random select\"\nmsgstr \"\"\n\nmsgctxt \"#31093\"\nmsgid \"Select File\"\nmsgstr \"\"\n\nmsgctxt \"#31094\"\nmsgid \"If no file is selected/found it defaults to [B]Q:/intro.mp4[/B] or [B]Q:/system/intros/[/B]\"\nmsgstr \"\"\n\n## DialogKeyboard.xml - 310101 to 31105\nmsgctxt \"#31101\"\nmsgid \"6 digit hex colour code (0-F)\"\nmsgstr \"\"\n\nmsgctxt \"#31102\"\nmsgid \"Cursor Left\"\nmsgstr \"\"\n\nmsgctxt \"#31103\"\nmsgid \"Cursor Right\"\nmsgstr \"\"\n\n## Includes_Context_Buttons.xml - 31106 to 31140\nmsgctxt \"#31106\"\nmsgid \"Select\"\nmsgstr \"\"\n\nmsgctxt \"#31107\"\nmsgid \"Game\"\nmsgstr \"\"\n\nmsgctxt \"#31108\"\nmsgid \"Back\"\nmsgstr \"\"\n\nmsgctxt \"#31109\"\nmsgid \"Media Controls\"\nmsgstr \"\"\n\nmsgctxt \"#31110\"\nmsgid \"Synopsis\"\nmsgstr \"\"\n\nmsgctxt \"#31111\"\nmsgid \"Add to Playlist\"\nmsgstr \"\"\n\nmsgctxt \"#31112\"\nmsgid \"Remove from Playlist\"\nmsgstr \"\"\n\nmsgctxt \"#31113\"\nmsgid \"Context menu\"\nmsgstr \"\"\n\nmsgctxt \"#31114\"\nmsgid \"Options\"\nmsgstr \"\"\n\nmsgctxt \"#31115\"\nmsgid \"Favourites\"\nmsgstr \"\"\n\nmsgctxt \"#31116\"\nmsgid \"Clear Cache\"\nmsgstr \"\"\n\nmsgctxt \"#31117\"\nmsgid \"Exit Playlist Menu\"\nmsgstr \"\"\n\nmsgctxt \"#31118\"\nmsgid \"Enter Playlist Menu\"\nmsgstr \"\"\n\nmsgctxt \"#31119\"\nmsgid \"Quick Change\"\nmsgstr \"\"\n\nmsgctxt \"#31120\"\nmsgid \"Launch Disc\"\nmsgstr \"\"\n\nmsgctxt \"#31121\"\nmsgid \"View Settings\"\nmsgstr \"\"\n\nmsgctxt \"#31122\"\nmsgid \"Playlist Settings\"\nmsgstr \"\"\n\nmsgctxt \"#31123\"\nmsgid \"Log Out\"\nmsgstr \"\"\n\nmsgctxt \"#31124\"\nmsgid \"Reload Skin\"\nmsgstr \"\"\n\nmsgctxt \"#31125\"\nmsgid \"Recents\"\nmsgstr \"\"\n\nmsgctxt \"#31126\"\nmsgid \"Launch\"\nmsgstr \"\"\n\nmsgctxt \"#31127\"\nmsgid \"Last Played/Randoms\"\nmsgstr \"\"\n\n## Custom_View_Options.xml - 31141 to 31150\nmsgctxt \"#31141\"\nmsgid \"Sort: Descending\"\nmsgstr \"\"\n\nmsgctxt \"#31142\"\nmsgid \"Sort: Ascending\"\nmsgstr \"\"\n\nmsgctxt \"#31143\"\nmsgid \"Close\"\nmsgstr \"\"\n\nmsgctxt \"#31144\"\nmsgid \"Search & Sort\"\nmsgstr \"\"\n\nmsgctxt \"#31145\"\nmsgid \"View Options\"\nmsgstr \"\"\n\nmsgctxt \"#31146\"\nmsgid \"Switch View\"\nmsgstr \"\"\n\n## Settings.xml - 31151 to 31165\nmsgctxt \"#31151\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31152\"\nmsgid \"Region  Screensavers  Display\"\nmsgstr \"\"\n\nmsgctxt \"#31153\"\nmsgid \"Playback  Video Playback Resolution\"\nmsgstr \"\"\n\nmsgctxt \"#31154\"\nmsgid \"Trainer path  Game scanning  Dashboard path\"\nmsgstr \"\"\n\nmsgctxt \"#31155\"\nmsgid \"Static IP  DHCP\"\nmsgstr \"\"\n\nmsgctxt \"#31156\"\nmsgid \"Output  Power saving  Autorun\"\nmsgstr \"\"\n\nmsgctxt \"#31157\"\nmsgid \"Playback\"\nmsgstr \"\"\n\nmsgctxt \"#31158\"\nmsgid \"Copy  Move  Rename  Delete\"\nmsgstr \"\"\n\nmsgctxt \"#31159\"\nmsgid \"Applications  DLC  Mods  Update\"\nmsgstr \"\"\n\nmsgctxt \"#31160\"\nmsgid \"Toggles  Scripts  Startup playlist\"\nmsgstr \"\"\n\nmsgctxt \"#31161\"\nmsgid \"Temps  HDD Info  Hardware Info\"\nmsgstr \"\"\n\nmsgctxt \"#31162\"\nmsgid \"XBMC4Gamers Options\"\nmsgstr \"\"\n\n## SettingsCategory.xml - 31166 to 31170\nmsgctxt \"#31166\"\nmsgid \"\"\nmsgstr \"\"\n\n## Startup Options - Custom_Skin_Settings.xml\nmsgctxt \"#31171\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31172\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31173\"\nmsgid \"Enable kiosk mode\"\nmsgstr \"\"\n\n## SettingsScreenCalibration.xml - 31176 to 31178\nmsgctxt \"#31176\"\nmsgid \"Get spinning disc to have as little wobble as possible.\"\nmsgstr \"\"\n\n## Startup.xml - 31179 to 31185\nmsgctxt \"#31179\"\nmsgid \"loading\"\nmsgstr \"\"\n\nmsgctxt \"#31180\"\nmsgid \"Initialising please wait...\"\nmsgstr \"\"\n\nmsgctxt \"#31181\"\nmsgid \"Error has occurred. Please send me a copy of your [B]\"xbmc.log\"[/B] file, or try restarting the xbox.\"\nmsgstr \"\"\n\n## View files - 31186 to 31209\nmsgctxt \"#31186\"\nmsgid \"Played 0 times\"\nmsgstr \"\"\n\nmsgctxt \"#31187\"\nmsgid \"Played\"\nmsgstr \"\"\n\nmsgctxt \"#31188\"\nmsgid \"time\"\nmsgstr \"\"\n\nmsgctxt \"#31189\"\nmsgid \"times\"\nmsgstr \"\"\n\nmsgctxt \"#31190\"\nmsgid \"Game Info\"\nmsgstr \"\"\n\nmsgctxt \"#31191\"\nmsgid \"0 times\"\nmsgstr \"\"\n\nmsgctxt \"#31192\"\nmsgid \"This game has been played\"\nmsgstr \"\"\n\nmsgctxt \"#31193\"\nmsgid \"Used space\"\nmsgstr \"\"\n\nmsgctxt \"#31194\"\nmsgid \"Game location\"\nmsgstr \"\"\n\n## FileBrowser.xml - 31210 to 31212\nmsgctxt \"#31210\"\nmsgid \"Page\"\nmsgstr \"\"\n\nmsgctxt \"#31211\"\nmsgid \"Items\"\nmsgstr \"\"\n\n## Manage Profiles Strings - 31500 to 31519\nmsgctxt \"#31500\"\nmsgid \"Adjust your screen size\"\nmsgstr \"\"\n\nmsgctxt \"#31501\"\nmsgid \"Individual save directories for each profile\"\nmsgstr \"\"\n\nmsgctxt \"#31502\"\nmsgid \"Setup Birthday dates.\"\nmsgstr \"\"\n\nmsgctxt \"#31503\"\nmsgid \"Welcome. [CR]In this menu you will be able to set up to 5 different birthdays. [CR]These will show on the login-screen when the date arrives.\"\nmsgstr \"\"\n\nmsgctxt \"#31504\"\nmsgid \"Enable intro video\"\nmsgstr \"\"\n\nmsgctxt \"#31505\"\nmsgid \"Other Options\"\nmsgstr \"\"\n\nmsgctxt \"#31506\"\nmsgid \"Context Menu\"\nmsgstr \"\"\n\n## LoginScreen.xml - 31520 to 31529\nmsgctxt \"#31520\"\nmsgid \"Load Profile\"\nmsgstr \"\"\n\nmsgctxt \"#31521\"\nmsgid \"Context Menu\"\nmsgstr \"\"\n\nmsgctxt \"#31522\"\nmsgid \"Kiosk Mode Enabled\"\nmsgstr \"\"\n\nmsgctxt \"#31523\"\nmsgid \"Welcome to XBMC4Gamers\"\nmsgstr \"\"\n\nmsgctxt \"#31524\"\nmsgid \"Who is using the controller?\"\nmsgstr \"\"\n\n## File Manager.xml - 31530 to 31540\nmsgctxt \"#31530\"\nmsgid \"Highlight\"\nmsgstr \"\"\n\nmsgctxt \"#31531\"\nmsgid \"Normal Mode\"\nmsgstr \"\"\n\nmsgctxt \"#31532\"\nmsgid \"Compact Mode\"\nmsgstr \"\"\n\n## Custom_Dialog_Quick_Change.xml - 31541 to 31550\nmsgctxt \"#31541\"\nmsgid \"applications\"\nmsgstr \"\"\n\nmsgctxt \"#31542\"\nmsgid \"emulators\"\nmsgstr \"\"\n\nmsgctxt \"#31543\"\nmsgid \"games\"\nmsgstr \"\"\n\nmsgctxt \"#31544\"\nmsgid \"homebrew\"\nmsgstr \"\"\n\n## Home.xml - 31560 to 31580\nmsgctxt \"#31560\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31561\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31562\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31563\"\nmsgid \"Randoms:\"\nmsgstr \"\"\n\nmsgctxt \"#31564\"\nmsgid \"Close Home\"\nmsgstr \"\"\n\n## Home Window - Custom_Skin_Settings.xml - 31600 to 31669\nmsgctxt \"#31600\"\nmsgid \"Notice\"\nmsgstr \"\"\n\nmsgctxt \"#31012\"\nmsgid \"Would you like to log out?\"\nmsgstr \"\"\n\nmsgctxt \"#31601\"\nmsgid \"Custom Button\"\nmsgstr \"\"\n\nmsgctxt \"#31602\"\nmsgid \"Name\"\nmsgstr \"\"\n\nmsgctxt \"#31603\"\nmsgid \"Leave blank to use the selected source.[CR]Additionally you can separate search items with a comma.[CR]Example: Games,Applications,F:\\\\Games Alt\"\nmsgstr \"\"\n\nmsgctxt \"#31604\"\nmsgid \"Search Entries\"\nmsgstr \"\"\n\nmsgctxt \"#31605\"\nmsgid \"Open on selection\"\nmsgstr \"\"\n\nmsgctxt \"#31606\"\nmsgid \"Warning\"\nmsgstr \"\"\n\nmsgctxt \"#31607\"\nmsgid \"This will reset all XBMC4Gamers options.[CR]Main settings are not reset.\"\nmsgstr \"\"\n\nmsgctxt \"#31608\"\nmsgid \"Settings reset, will now reload the profile[CR]to complete the process.\"\nmsgstr \"\"\n\nmsgctxt \"#31609\"\nmsgid \"RSS feed is theme dependant\"\nmsgstr \"\"\n\nmsgctxt \"#31610\"\nmsgid \"Hide home screen RSS feed\"\nmsgstr \"\"\n\nmsgctxt \"#31611\"\nmsgid \"Previous theme used custom item values.[CR]Home screen is being refreshed.\"\nmsgstr \"\"\n\nmsgctxt \"#31612\"\nmsgid \"Home content is being refreshed.\"\nmsgstr \"\"\n\nmsgctxt \"#31613\"\nmsgid \"Preview\"\nmsgstr \"\"\n\nmsgctxt \"#31614\"\nmsgid \"Drive Space\"\nmsgstr \"\"\n\nmsgctxt \"#31615\"\nmsgid \"Detailed\"\nmsgstr \"\"\n\nmsgctxt \"#31616\"\nmsgid \"Standard\"\nmsgstr \"\"\n\nmsgctxt \"#31617\"\nmsgid \"Custom\"\nmsgstr \"\"\n\nmsgctxt \"#31618\"\nmsgid \"Screenshots\"\nmsgstr \"\"\n\nmsgctxt \"#31619\"\nmsgid \"Preview\"\nmsgstr \"\"\n\nmsgctxt \"#31620\"\nmsgid \"Extended Info\"\nmsgstr \"\"\n\nmsgctxt \"#31621\"\nmsgid \"Fanart\"\nmsgstr \"\"\n\nmsgctxt \"#31622\"\nmsgid \"Resources\"\nmsgstr \"\"\n\nmsgctxt \"#31623\"\nmsgid \"Enable or Disable Views\"\nmsgstr \"\"\n\n## Other Options - Custom_Skin_Settings.xml - 31670 to 31700\nmsgctxt \"#31670\"\nmsgid \"Configure the wallpaper/rendering dimensions, and quality settings.\"\nmsgstr \"\"\n\nmsgctxt \"#31671\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31672\"\nmsgid \"Wallpaper Settings\"\nmsgstr \"\"\n\nmsgctxt \"#31673\"\nmsgid \"Width\"\nmsgstr \"\"\n\nmsgctxt \"#31674\"\nmsgid \"Height\"\nmsgstr \"\"\n\nmsgctxt \"#31675\"\nmsgid \"Quality (0 - 100)\"\nmsgstr \"\"\n\nmsgctxt \"#31676\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31677\"\nmsgid \"\"\nmsgstr \"\""
  },
  {
    "path": "Mod Files/skins/Profile/language/German/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: Rocky5 XBMC4Xbox forums\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Rocky5\\n\"\n\"Language-Team: jamal2367\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: de\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\n## DO NOT TRANSLATE (start)\n\n## version\nmsgctxt \"#31000\"\nmsgid \"XBMC4Gamers 0.0.000\"\nmsgstr \"\"\n\nmsgctxt \"#31001\"\nmsgid \"build type\"\nmsgstr \"\"\n\nmsgctxt \"#31002\"\nmsgid \"XBMC4Gamers datetime\"\nmsgstr \"\"\n\n##  DO NOT TRANSLATE (end)\n\n## Custom_logoff.xml - 31011 to 31015\nmsgctxt \"#31011\"\nmsgid \"logging off\"\nmsgstr \"abmelden\"\n\nmsgctxt \"#31012\"\nmsgid \"Would you like to log out?\"\nmsgstr \"Mchten Sie sich abmelden?\"\n\n## Custom_Menu_Loader.xml - 31016 to 31020\nmsgctxt \"#31016\"\nmsgid \"loading\"\nmsgstr \"laden\"\n\nmsgctxt \"#31017\"\nmsgid \"[B]Kiosk Mode[/B][CR]Profile is locked[CR]Press (A) to logout\"\nmsgstr \"[B]Kiosk-Modus[/B][CR]Profil ist gesperrt[CR]Drcken Sie (A) zum Abmelden\"\n\n## Custom_Skin_Settings.xml - 31021 to 31034\nmsgctxt \"#31021\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31022\"\nmsgid \"General Toggles\"\nmsgstr \"Allgemeine Schaltflchen\"\n\nmsgctxt \"#31023\"\nmsgid \"Home Screen\"\nmsgstr \"Startbildschirm\"\n\nmsgctxt \"#31024\"\nmsgid \"Login\"\nmsgstr \"Anmeldung\"\n\nmsgctxt \"#31025\"\nmsgid \"Quick Change Menu\"\nmsgstr \"Schnellwechsel-Men\"\n\nmsgctxt \"#31026\"\nmsgid \"Debug\"\nmsgstr \"Debug\"\n\nmsgctxt \"#31027\"\nmsgid \"Startup Options\"\nmsgstr \"Startoptionen\"\n\n## General Toggles - Custom_Skin_Settings.xml - 31035 to 31058\nmsgctxt \"#31035\"\nmsgid \"Disable time overlay\"\nmsgstr \"Zeit-Overlay deaktivieren\"\n\nmsgctxt \"#31036\"\nmsgid \"Hide context buttons at the bottom of the screen\"\nmsgstr \"Kontextschaltflchen am unteren Rand des Bildschirms ausblenden\"\n\nmsgctxt \"#31037\"\nmsgid \"Enable a custom button on the options dialog\"\nmsgstr \"Eine benutzerdefinierte Schaltflche im Optionsdialog aktivieren\"\n\nmsgctxt \"#31038\"\nmsgid \"Label\"\nmsgstr \"Bezeichnung\"\n\nmsgctxt \"#31039\"\nmsgid \"XBE/Script path\"\nmsgstr \"XBE-/Skriptpfad\"\n\nmsgctxt \"#31040\"\nmsgid \"Enable custom xbmc4gamers logo colour\"\nmsgstr \"Benutzerdefinierte XBMC4Gamers-Logo-Farbe aktivieren\"\n\nmsgctxt \"#31041\"\nmsgid \"Custom hex value\"\nmsgstr \"Benutzerdefinierter HEX-Wert\"\n\nmsgctxt \"#31042\"\nmsgid \"Audio navigation sound options:\"\nmsgstr \"Audio-Navigationssound-Optionen:\"\n\nmsgctxt \"#31043\"\nmsgid \"Hide played overlay on poster views\"\nmsgstr \"Abgespieltes Overlay in Posteransichten ausblenden\"\n\nmsgctxt \"#31044\"\nmsgid \"Show reload skin and logout context buttons\"\nmsgstr \"Skin neu laden und Ausloggen-Kontextschaltflchen anzeigen\"\n\nmsgctxt \"#31045\"\nmsgid \"Hide trainer overlay on poster views\"\nmsgstr \"Trainer-Overlay in Posteransichten ausblenden\"\n\nmsgctxt \"#31046\"\nmsgid \"Enable night mode\"\nmsgstr \"Nachtmodus aktivieren\"\n\nmsgctxt \"#31047\"\nmsgid \"Hide scrolling letter\"\nmsgstr \"Laufschrift ausblenden\"\n\nmsgctxt \"#31048\"\nmsgid \"Change theme\"\nmsgstr \"Design ndern\"\n\nmsgctxt \"#31049\"\nmsgid \"Uninstall themes\"\nmsgstr \"Designs deinstallieren\"\n\nmsgctxt \"#31050\"\nmsgid \"Random theme\"\nmsgstr \"Zuflliges Design\"\n\nmsgctxt \"#31051\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31052\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31053\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31054\"\nmsgid \"Use screensaver fanart in background (DL required)\"\nmsgstr \"Bildschirmschoner-Fanart im Hintergrund verwenden (DL erforderlich)\"\n\nmsgctxt \"#31055\"\nmsgid \"Use non blurred fanart\"\nmsgstr \"Keine unscharfe Fanart verwenden\"\n\nmsgctxt \"#31056\"\nmsgid \"Change splash\"\nmsgstr \"Splash ndern\"\n\nmsgctxt \"#31057\"\nmsgid \"Disable theme custom navigation sounds\"\nmsgstr \"Themeneigene Navigationsgerusche deaktivieren\"\n\nmsgctxt \"#31058\"\nmsgid \"Use cached thumbnails\"\nmsgstr \"Zwischengespeicherte Thumbnails\"\n\n## Quick Change Menu - Custom_Skin_Settings.xml - 31059 to 31060\nmsgctxt \"#31059\"\nmsgid \"Enable additional sources\"\nmsgstr \"Zustzliche Quellen aktivieren\"\n\nmsgctxt \"#31060\"\nmsgid \"Select source\"\nmsgstr \"Quelle auswhlen\"\n\n## Login - Custom_Skin_Settings.xml - 31061 to 31068\nmsgctxt \"#31061\"\nmsgid \"Enable Login Screen\"\nmsgstr \"Anmeldebildschirm aktivieren\"\n\nmsgctxt \"#31062\"\nmsgid \"Enable debug information\"\nmsgstr \"Debug-Informationen aktivieren\"\n\nmsgctxt \"#31063\"\nmsgid \"Enable profile lock\"\nmsgstr \"Profilsperre einschalten\"\n\nmsgctxt \"#31064\"\nmsgid \"Enabling this setting will lock this profile if [B]Kiosk Mode[/B] is enabled\"\nmsgstr \"Wenn Sie diese Einstellung aktivieren, wird dieses Profil gesperrt, wenn der [B]Kioskmodus[/B] aktiviert ist.\"\n\nmsgctxt \"#31065\"\nmsgid \"Hide profile image on startup\"\nmsgstr \"Profilbild beim Starten ausblenden\"\n\n## Scripts - Custom_Skin_Settings.xml - 31069 to 31075\nmsgctxt \"#31069\"\nmsgid \"Run the most commonly used scripts\"\nmsgstr \"Das am hufigsten verwendete Skript ausfhren\"\n\nmsgctxt \"#31070\"\nmsgid \"View Log Files\"\nmsgstr \"Log-Dateien anzeigen\"\n\nmsgctxt \"#31071\"\nmsgid \"Change Debug Modes\"\nmsgstr \"Debug-Modi ndern\"\n\nmsgctxt \"#31072\"\nmsgid \"Reset All XBMC4Gamers Options\"\nmsgstr \"Alle XBMC4Gamers Optionen zurcksetzen\"\n\n## Home Window - Custom_Skin_Settings.xml - 31076 to 31085\nmsgctxt \"#31076\"\nmsgid \"Current Home Window:\"\nmsgstr \"Aktuelles Startbildschirm-Fenster:\"\n\nmsgctxt \"#31077\"\nmsgid \"Applications\"\nmsgstr \"Anwendungen\"\n\nmsgctxt \"#31078\"\nmsgid \"Emulators\"\nmsgstr \"Emulatoren\"\n\nmsgctxt \"#31079\"\nmsgid \"Games\"\nmsgstr \"Spiele\"\n\nmsgctxt \"#31080\"\nmsgid \"Homebrew\"\nmsgstr \"Homebrew\"\n\nmsgctxt \"#31081\"\nmsgid \"Home Screen\"\nmsgstr \"Startbildschirm\"\n\n## Startup Options - Custom_Skin_Settings.xml - 31086 to 31100\nmsgctxt \"#31086\"\nmsgid \"Enable intro video\"\nmsgstr \"Intro-Video aktivieren\"\n\nmsgctxt \"#31087\"\nmsgid \"Enable audio playlist\"\nmsgstr \"Audio-Wiedergabeliste aktivieren\"\n\nmsgctxt \"#31088\"\nmsgid \"[B]Generate[/B] random playlist\"\nmsgstr \"[B]Erzeuge[/B] zufllige Wiedergabeliste\"\n\nmsgctxt \"#31089\"\nmsgid \"Custom playlist\"\nmsgstr \"Benutzerdefinierte Wiedergabeliste\"\n\nmsgctxt \"#31090\"\nmsgid \"View Options\"\nmsgstr \"Optionen anzeigen\"\n\nmsgctxt \"#31091\"\nmsgid \"Use theme playlist\"\nmsgstr \"Themenwiedergabeliste verwenden\"\n\nmsgctxt \"#31092\"\nmsgid \"Enable Random Select\"\nmsgstr \"Zufallsauswahl aktivieren\"\n\nmsgctxt \"#31093\"\nmsgid \"Select File\"\nmsgstr \"Datei auswhlen\"\n\nmsgctxt \"#31094\"\nmsgid \"If no file is selected/found it defaults to [B]Q:/intro.mp4[/B] or [B]Q:/system/intros/[/B]\"\nmsgstr \"Wenn keine Datei ausgewhlt oder gefunden wird, wird standardmig [B]Q:/intro.mp4[/B] oder [B]Q:/system/intros/[/B] verwendet.\"\n\n## DialogKeyboard.xml - 310101 to 31105\nmsgctxt \"#31101\"\nmsgid \"6 digit hex colour code (0-F)\"\nmsgstr \"6-stelliger HEX-Farbcode (0-F)\"\n\nmsgctxt \"#31102\"\nmsgid \"Cursor Left\"\nmsgstr \"Links\"\n\nmsgctxt \"#31103\"\nmsgid \"Cursor Right\"\nmsgstr \"Rechts\"\n\n## Includes_Context_Buttons.xml - 31106 to 31140\nmsgctxt \"#31106\"\nmsgid \"Select\"\nmsgstr \"Auswhlen\"\n\nmsgctxt \"#31107\"\nmsgid \"Game\"\nmsgstr \"Spiel\"\n\nmsgctxt \"#31108\"\nmsgid \"Back\"\nmsgstr \"Zurck\"\n\nmsgctxt \"#31109\"\nmsgid \"Media Controls\"\nmsgstr \"Mediensteuerungen\"\n\nmsgctxt \"#31110\"\nmsgid \"Synopsis\"\nmsgstr \"Kurzbeschreibung\"\n\nmsgctxt \"#31111\"\nmsgid \"Add to Playlist\"\nmsgstr \"Zur Wiedergabeliste hinzufgen\"\n\nmsgctxt \"#31112\"\nmsgid \"Remove from Playlist\"\nmsgstr \"Aus Wiedergabeliste entfernen\"\n\nmsgctxt \"#31113\"\nmsgid \"Context menu\"\nmsgstr \"Kontextmen\"\n\nmsgctxt \"#31114\"\nmsgid \"Options\"\nmsgstr \"Optionen\"\n\nmsgctxt \"#31115\"\nmsgid \"Favourites\"\nmsgstr \"Favoriten\"\n\nmsgctxt \"#31116\"\nmsgid \"Clear Cache\"\nmsgstr \"Cache leeren\"\n\nmsgctxt \"#31117\"\nmsgid \"Exit Playlist Menu\"\nmsgstr \"Wiedergabelisten-Men verlassen\"\n\nmsgctxt \"#31118\"\nmsgid \"Enter Playlist Menu\"\nmsgstr \"Wiedergabelisten-Men ffnen\"\n\nmsgctxt \"#31119\"\nmsgid \"Quick Change\"\nmsgstr \"Schneller Wechsel\"\n\nmsgctxt \"#31120\"\nmsgid \"Launch Disc\"\nmsgstr \"Disk starten\"\n\nmsgctxt \"#31121\"\nmsgid \"View Settings\"\nmsgstr \"Einstellungen anzeigen\"\n\nmsgctxt \"#31122\"\nmsgid \"Playlist Settings\"\nmsgstr \"Einstellungen der Wiedergabeliste\"\n\nmsgctxt \"#31123\"\nmsgid \"Log Out\"\nmsgstr \"Abmelden\"\n\nmsgctxt \"#31124\"\nmsgid \"Reload Skin\"\nmsgstr \"Skin neu laden\"\n\nmsgctxt \"#31125\"\nmsgid \"Recents\"\nmsgstr \"Krzlich\"\n\nmsgctxt \"#31126\"\nmsgid \"Launch\"\nmsgstr \"Starten\"\n\nmsgctxt \"#31127\"\nmsgid \"Last Played/Randoms\"\nmsgstr \"Zuletzt gespielt/Randomisierung\"\n\n## Custom_View_Options.xml - 31141 to 31150\nmsgctxt \"#31141\"\nmsgid \"Sort: Descending\"\nmsgstr \"Sortieren: Absteigend\"\n\nmsgctxt \"#31142\"\nmsgid \"Sort: Ascending\"\nmsgstr \"Sortieren: Aufsteigend\"\n\nmsgctxt \"#31143\"\nmsgid \"Close\"\nmsgstr \"Schlieen\"\n\nmsgctxt \"#31144\"\nmsgid \"Search & Sort\"\nmsgstr \"Suchen & Sortieren\"\n\nmsgctxt \"#31145\"\nmsgid \"View Options\"\nmsgstr \"Optionen anzeigen\"\n\nmsgctxt \"#31146\"\nmsgid \"Switch View\"\nmsgstr \"Ansicht wechseln\"\n\n## Settings.xml - 31151 to 31165\nmsgctxt \"#31151\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31152\"\nmsgid \"Region  Screensavers  Display\"\nmsgstr \"Region  Bildschirmschoner  Anzeige\"\n\nmsgctxt \"#31153\"\nmsgid \"Playback  Video Playback Resolution\"\nmsgstr \"Wiedergabe  Auflsung der Videowiedergabe\"\n\nmsgctxt \"#31154\"\nmsgid \"Trainer path  Game scanning  Dashboard path\"\nmsgstr \"Trainer-Pfad  Spiel-Scan  Dashboard-Pfad\"\n\nmsgctxt \"#31155\"\nmsgid \"Static IP  DHCP\"\nmsgstr \"Statische IP  DHCP\"\n\nmsgctxt \"#31156\"\nmsgid \"Output  Power saving  Autorun\"\nmsgstr \"Ausgabe  Energiesparen  Autostart\"\n\nmsgctxt \"#31157\"\nmsgid \"Playback\"\nmsgstr \"Wiedergabe\"\n\nmsgctxt \"#31158\"\nmsgid \"Copy  Move  Rename  Delete\"\nmsgstr \"Kopieren  Verschieben  Umbenennen  Lschen\"\n\nmsgctxt \"#31159\"\nmsgid \"Applications  DLC  Mods  Update\"\nmsgstr \"Anwendungen  DLC  Mods  Aktualisierung\"\n\nmsgctxt \"#31160\"\nmsgid \"Toggles  Scripts  Startup playlist\"\nmsgstr \"Schaltflchen  Skripte  Wiedergabeliste fr den Start\"\n\nmsgctxt \"#31161\"\nmsgid \"Temps  HDD Info  Hardware Info\"\nmsgstr \"Temperaturen  HDD-Infos  Hardware-Infos\"\n\nmsgctxt \"#31162\"\nmsgid \"XBMC4Gamers Options\"\nmsgstr \"XBMC4Gamers Optionen\"\n\n## SettingsCategory.xml - 31166 to 31170\nmsgctxt \"#31166\"\nmsgid \"\"\nmsgstr \"\"\n\n## SettingsProfile.xml - 31171 to 31175\nmsgctxt \"#31171\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31172\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31173\"\nmsgid \"Enable kiosk mode\"\nmsgstr \"Kiosk-Modus aktivieren\"\n\n## SettingsScreenCalibration.xml - 31176 to 31178\nmsgctxt \"#31176\"\nmsgid \"Get spinning disc to have as little wobble as possible.\"\nmsgstr \"Achte darauf, dass die rotierende Disk mglichst wenig schwingt.\"\n\n## Startup.xml - 31179 to 31185\nmsgctxt \"#31179\"\nmsgid \"loading\"\nmsgstr \"laden\"\n\nmsgctxt \"#31180\"\nmsgid \"Initialising please wait...\"\nmsgstr \"Initialisierung bitte warten...\"\n\nmsgctxt \"#31181\"\nmsgid \"Error has occurred. Please send me a copy of your [B]\"xbmc.log\"[/B] file, or try restarting the xbox.\"\nmsgstr \"Ein Fehler ist aufgetreten. Bitte sende mir eine Kopie der [B]\"xbmc.log\"[/B] Datei, oder versuchen Sie, die Xbox neu zu starten.\"\n\n## View files - 31186 to 31209\nmsgctxt \"#31186\"\nmsgid \"Played 0 times\"\nmsgstr \"0 Mal gespielt\"\n\nmsgctxt \"#31187\"\nmsgid \"Played\"\nmsgstr \" \"\n\nmsgctxt \"#31188\"\nmsgid \"time\"\nmsgstr \"Mal gespielt\"\n\nmsgctxt \"#31189\"\nmsgid \"times\"\nmsgstr \"Mal gespielt\"\n\nmsgctxt \"#31190\"\nmsgid \"Game Info\"\nmsgstr \"Spiel-Informationen\"\n\nmsgctxt \"#31191\"\nmsgid \"0 times\"\nmsgstr \"0 Mal\"\n\nmsgctxt \"#31192\"\nmsgid \"This game has been played\"\nmsgstr \"Dieses Spiel wurde bereits gespielt\"\n\nmsgctxt \"#31193\"\nmsgid \"Used space\"\nmsgstr \"Genutzter Speicher\"\n\nmsgctxt \"#31194\"\nmsgid \"Game location\"\nmsgstr \"Ort des Spiels\"\n\n## FileBrowser.xml - 31210 to 31212\nmsgctxt \"#31210\"\nmsgid \"Page\"\nmsgstr \"Seite\"\n\nmsgctxt \"#31211\"\nmsgid \"Items\"\nmsgstr \"Eintrge\"\n\n## Manage Profiles Strings - 31500 to 31519\nmsgctxt \"#31500\"\nmsgid \"Adjust your screen size\"\nmsgstr \"Bildschirmgre anpassen\"\n\nmsgctxt \"#31501\"\nmsgid \"Individual save directories for each profile\"\nmsgstr \"Individuelle Speicherverzeichnisse fr jedes Profil\"\n\nmsgctxt \"#31502\"\nmsgid \"Setup Birthday dates.\"\nmsgstr \"Geburtstagsdaten einrichten.\"\n\nmsgctxt \"#31503\"\nmsgid \"Welcome. [CR]In this menu you will be able to set up to 5 different birthdays. [CR]These will show on the login-screen when the date arrives.\"\nmsgstr \"Willkommen. [CR]In diesem Men knnen bis zu 5 verschiedene Geburtstage eingestellt werden. [CR]Diese werden auf dem Anmeldebildschirm angezeigt, wenn das Datum erreicht ist.\"\n\nmsgctxt \"#31504\"\nmsgid \"Enable intro video\"\nmsgstr \"Intro-Video aktivieren\"\n\nmsgctxt \"#31505\"\nmsgid \"Other Options\"\nmsgstr \"Andere Optionen\"\n\nmsgctxt \"#31506\"\nmsgid \"Context Menu\"\nmsgstr \"Kontextmen\"\n\n## LoginScreen.xml - 31520 to 31529\nmsgctxt \"#31520\"\nmsgid \"Load Profile\"\nmsgstr \"Profil laden\"\n\nmsgctxt \"#31521\"\nmsgid \"Context Menu\"\nmsgstr \"Kontextmen\"\n\nmsgctxt \"#31522\"\nmsgid \"Kiosk Mode Enabled\"\nmsgstr \"Kiosk-Modus aktiviert\"\n\nmsgctxt \"#31523\"\nmsgid \"Welcome to XBMC4Gamers\"\nmsgstr \"Willkommen bei XBMC4Gamers\"\n\nmsgctxt \"#31524\"\nmsgid \"Who is using the controller?\"\nmsgstr \"Wer verwendet den Controller?\"\n\n## File Manager.xml - 31530 to 31540\nmsgctxt \"#31530\"\nmsgid \"Highlight\"\nmsgstr \"Highlight\"\n\nmsgctxt \"#31531\"\nmsgid \"Normal Mode\"\nmsgstr \"Normaler Modus\"\n\nmsgctxt \"#31532\"\nmsgid \"Compact Mode\"\nmsgstr \"Kompakter Modus\"\n\n## Custom_Dialog_Quick_Change.xml - 31541 to 31550\nmsgctxt \"#31541\"\nmsgid \"applications\"\nmsgstr \"anwendungen\"\n\nmsgctxt \"#31542\"\nmsgid \"emulators\"\nmsgstr \"emulatoren\"\n\nmsgctxt \"#31543\"\nmsgid \"games\"\nmsgstr \"spiele\"\n\nmsgctxt \"#31544\"\nmsgid \"homebrew\"\nmsgstr \"homebrew\"\n\n## Home.xml - 31560 to 31580\nmsgctxt \"#31560\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31561\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31562\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31563\"\nmsgid \"Randoms:\"\nmsgstr \"Zufllig\"\n\nmsgctxt \"#31564\"\nmsgid \"Close Home\"\nmsgstr \"Startbildschirm schlieen\"\n\n## Home Window - Custom_Skin_Settings.xml - 31600 to 31669\nmsgctxt \"#31600\"\nmsgid \"Notice\"\nmsgstr \"Hinweis\"\n\nmsgctxt \"#31601\"\nmsgid \"Custom Button\"\nmsgstr \"Benutzerdefinierte Schaltflche\"\n\nmsgctxt \"#31602\"\nmsgid \"Name\"\nmsgstr \"Name\"\n\nmsgctxt \"#31603\"\nmsgid \"Leave blank to use the selected source.[CR]Additionally you can separate search items with a comma.[CR]Example: Games,Applications,F:\\\\Games Alt\"\nmsgstr \"Lassen Sie das Feld leer, um die ausgewhlte Quelle zu verwenden.[CR]Zustzlich knnen Sie Suchbegriffe mit einem Komma trennen.[CR]Beispiel: Spiele,Anwendungen,F:\\Spiele Alt\"\n\nmsgctxt \"#31604\"\nmsgid \"Search Entries\"\nmsgstr \"Eintrge suchen\"\n\nmsgctxt \"#31605\"\nmsgid \"Open on selection\"\nmsgstr \"Bei Auswahl ffnen\"\n\nmsgctxt \"#31606\"\nmsgid \"Warning\"\nmsgstr \"Warnung\"\n\nmsgctxt \"#31607\"\nmsgid \"This will reset all XBMC4Gamers options.[CR]Main settings are not reset.\"\nmsgstr \"Dies setzt alle XBMC4Gamers Optionen zurck.[CR]Die Haupteinstellungen werden nicht zurckgesetzt.\"\n\nmsgctxt \"#31608\"\nmsgid \"Settings reset, will now reload the profile[CR]to complete the process.\"\nmsgstr \"Einstellungen zurckgesetzt, ldt nun das Profil[CR]neu, um den Vorgang abzuschlieen.\"\n\nmsgctxt \"#31609\"\nmsgid \"RSS feed is theme dependant\"\nmsgstr \"Der RSS-Feed ist themenabhngig\"\n\nmsgctxt \"#31610\"\nmsgid \"Hide home screen RSS feed\"\nmsgstr \"RSS-Feed der Startseite ausblenden\"\n\nmsgctxt \"#31611\"\nmsgid \"Previous theme used custom item values.[CR]Home screen is being refreshed.\"\nmsgstr \"Benutzerdefinierte Werte im alten Thema.[CR]Startbildschirm wird aktualisiert.\"\n\nmsgctxt \"#31612\"\nmsgid \"Home content is being refreshed.\"\nmsgstr \"Inhalte der Startseite werden aktualisiert.\"\n\nmsgctxt \"#31613\"\nmsgid \"Preview\"\nmsgstr \"Vorschau\"\n\nmsgctxt \"#31614\"\nmsgid \"Drive Space\"\nmsgstr \"Festplattenspeicher\"\n\nmsgctxt \"#31615\"\nmsgid \"Detailed\"\nmsgstr \"Detailliert\"\n\nmsgctxt \"#31616\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#31617\"\nmsgid \"Custom\"\nmsgstr \"Individuell\"\n\nmsgctxt \"#31618\"\nmsgid \"Screenshots\"\nmsgstr \"Screenshots\"\n\nmsgctxt \"#31619\"\nmsgid \"Preview\"\nmsgstr \"Vorschau\"\n\nmsgctxt \"#31620\"\nmsgid \"Extended Info\"\nmsgstr \"Erweiterte Informationen\"\n\nmsgctxt \"#31621\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#31622\"\nmsgid \"Resources\"\nmsgstr \"Ressourcen\"\n\nmsgctxt \"#31623\"\nmsgid \"Enable or Disable Views\"\nmsgstr \"Ansichten aktivieren oder deaktivieren\"\n\n## Other Options - Custom_Skin_Settings.xml - 31670 to 31700\nmsgctxt \"#31670\"\nmsgid \"Configure the wallpaper/rendering dimensions, and quality settings.\"\nmsgstr \"Konfigurieren Sie die Hintergrundbild-/Rendering-Dimensionen und Qualittseinstellungen.\"\n\nmsgctxt \"#31671\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31672\"\nmsgid \"Wallpaper Settings\"\nmsgstr \"Hintergrundbild-Einstellungen\"\n\nmsgctxt \"#31673\"\nmsgid \"Width\"\nmsgstr \"Breite\"\n\nmsgctxt \"#31674\"\nmsgid \"Height\"\nmsgstr \"Hhe\"\n\nmsgctxt \"#31675\"\nmsgid \"Quality (0 - 100)\"\nmsgstr \"Qualitt (0 - 100)\"\n\nmsgctxt \"#31051\"\nmsgid \"Reset\"\nmsgstr \"Zurcksetzen\"\n\nmsgctxt \"#31677\"\nmsgid \"\"\nmsgstr \"\""
  },
  {
    "path": "Mod Files/skins/Profile/language/Italian/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: Rocky5 XBMC4Xbox forums\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: Rocky5\\n\"\n\"Language-Team: Italian XGekoX\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: it\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\n## DO NOT TRANSLATE (start)\n\n## version\nmsgctxt \"#31000\"\nmsgid \"XBMC4Gamers 0.0.000\"\nmsgstr \"\"\n\nmsgctxt \"#31001\"\nmsgid \"build type\"\nmsgstr \"\"\n\nmsgctxt \"#31002\"\nmsgid \"XBMC4Gamers datetime\"\nmsgstr \"\"\n\n##  DO NOT TRANSLATE (end)\n\n## Custom_logoff.xml - 31011 to 31015\nmsgctxt \"#31011\"\nmsgid \"logging off\"\nmsgstr \"disconnessione\"\n\nmsgctxt \"#31012\"\nmsgid \"Would you like to log out?\"\nmsgstr \"Vuoi disconnetterti?\"\n\n## Custom_Menu_Loader.xml - 31016 to 31020\nmsgctxt \"#31016\"\nmsgid \"loading\"\nmsgstr \"caricamento\"\n\nmsgctxt \"#31017\"\nmsgid \"[B]Kiosk Mode[/B][CR]Profile is locked[CR]Press (A) to logout\"\nmsgstr \"[B]Modalit Kiosk[/B][CR]profilo bloccato[CR]Premi (A) per uscire\"\n\n## Custom_Skin_Settings.xml - 31021 to 31034\nmsgctxt \"#31021\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31022\"\nmsgid \"General Toggles\"\nmsgstr \"Generale\"\n\nmsgctxt \"#31023\"\nmsgid \"Home Screen\"\nmsgstr \"Schermata Principale\"\n\nmsgctxt \"#31024\"\nmsgid \"Login\"\nmsgstr \"Accesso\"\n\nmsgctxt \"#31025\"\nmsgid \"Quick Change Menu\"\nmsgstr \"Men Rapido\"\n\nmsgctxt \"#31026\"\nmsgid \"Debug\"\nmsgstr \"\"\n\nmsgctxt \"#31027\"\nmsgid \"Startup Options\"\nmsgstr \"Opzioni di Avvio\"\n\n## General Toggles - Custom_Skin_Settings.xml - 31035 to 31058\nmsgctxt \"#31035\"\nmsgid \"Disable time overlay\"\nmsgstr \"Nascondi orario\"\n\nmsgctxt \"#31036\"\nmsgid \"Hide context buttons at the bottom of the screen\"\nmsgstr \"Nascondi i pulsanti contestuali nella parte inferiore dello schermo\"\n\nmsgctxt \"#31037\"\nmsgid \"Enable a custom button on the options dialog\"\nmsgstr \"Abilita un pulsante personalizzato nella finestra delle opzioni\"\n\nmsgctxt \"#31038\"\nmsgid \"Label\"\nmsgstr \"Etichetta\"\n\nmsgctxt \"#31039\"\nmsgid \"XBE/Script path\"\nmsgstr \"Percorso XBE/Script\"\n\nmsgctxt \"#31040\"\nmsgid \"Enable custom xbmc4gamers logo colour\"\nmsgstr \"Abilita colore logo xbmc4gamers personalizzato\"\n\nmsgctxt \"#31041\"\nmsgid \"Custom hex value\"\nmsgstr \"Valore hex personalizzato\"\n\nmsgctxt \"#31042\"\nmsgid \"Audio navigation sound options:\"\nmsgstr \"Opzioni suoni di navigazione:\"\n\nmsgctxt \"#31043\"\nmsgid \"Hide played overlay on poster views\"\nmsgstr \"Nascondi contatore giochi avviati in visuale poster\"\n\nmsgctxt \"#31044\"\nmsgid \"Show reload skin and logout context buttons\"\nmsgstr \"Mostra i pulsanti ricarica della skin e disconnessione\"\n\nmsgctxt \"#31045\"\nmsgid \"Hide trainer overlay on poster views\"\nmsgstr \"Nascondi trainer in visuale poster\"\n\nmsgctxt \"#31046\"\nmsgid \"Enable night mode\"\nmsgstr \"Abilita modalit notturna\"\n\nmsgctxt \"#31047\"\nmsgid \"Hide scrolling letter\"\nmsgstr \"Disabilita scorrimento lettere\"\n\nmsgctxt \"#31048\"\nmsgid \"Change theme\"\nmsgstr \"Cambia tema\"\n\nmsgctxt \"#31049\"\nmsgid \"Uninstall themes\"\nmsgstr \"Disinstalla temi\"\n\nmsgctxt \"#31050\"\nmsgid \"Random theme\"\nmsgstr \"Tema casuale\"\n\nmsgctxt \"#31051\"\nmsgid \"Reset\"\nmsgstr \"Ripristina\"\n\nmsgctxt \"#31052\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31053\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31054\"\nmsgid \"Use screensaver fanart in background (DL required)\"\nmsgstr \"Utilizza la fanart del salvaschermo in background (DL richiesto)\"\n\nmsgctxt \"#31055\"\nmsgid \"Use none blurred fanart\"\nmsgstr \"Non utilizzare fanart sfocate\"\n\nmsgctxt \"#31056\"\nmsgid \"Change splash\"\nmsgstr \"Cambia immagine di avvio\"\n\nmsgctxt \"#31057\"\nmsgid \"Disable theme custom navigation sounds\"\nmsgstr \"Disabilita suoni di navigazione personalizzati del tema\"\n\nmsgctxt \"#31058\"\nmsgid \"Use cached thumbnails\"\nmsgstr \"Usa miniature memorizzate nella cache\"\n\n## Quick Change Menu - Custom_Skin_Settings.xml - 31059 to 31060\nmsgctxt \"#31059\"\nmsgid \"Enable additional sources\"\nmsgstr \"Abilita sorgente aggiuntiva\"\n\nmsgctxt \"#31060\"\nmsgid \"Select source\"\nmsgstr \"Seleziona fonte\"\n\n## Login - Custom_Skin_Settings.xml - 31061 to 31068\nmsgctxt \"#31061\"\nmsgid \"Enable Login Screen\"\nmsgstr \"Abilita schermata di accesso\"\n\nmsgctxt \"#31062\"\nmsgid \"Enable debug information\"\nmsgstr \"Abilita informazioni di debug\"\n\nmsgctxt \"#31063\"\nmsgid \"Enable profile lock\"\nmsgstr \"Abilita blocco profilo\"\n\nmsgctxt \"#31064\"\nmsgid \"Enabling this setting will lock this profile if [B]Kiosk Mode[/B] is enabled\"\nmsgstr \"L'attivazione bloccher questo profilo se la [B]Modalit Chiosco[/B]  abilitata\"\n\nmsgctxt \"#31065\"\nmsgid \"Hide profile image on startup\"\nmsgstr \"Nascondi l'immagine del profilo all'avvio\"\n\n## Scripts - Custom_Skin_Settings.xml - 31069 to 31075\nmsgctxt \"#31069\"\nmsgid \"Run the most commonly used scripts\"\nmsgstr \"Esegui script pi utilizzato\"\n\nmsgctxt \"#31070\"\nmsgid \"View Log Files\"\nmsgstr \"Visualizza file di registro\"\n\nmsgctxt \"#31071\"\nmsgid \"Change Debug Modes\"\nmsgstr \"Cambia modalit di debug\"\n\nmsgctxt \"#31072\"\nmsgid \"Reset All XBMC4Gamers Options\"\nmsgstr \"Ripristina tutte le opzioni di XBMC4Gamers\"\n\n## Home Window - Custom_Skin_Settings.xml - 31076 to 31085\nmsgctxt \"#31076\"\nmsgid \"Current Home Window:\"\nmsgstr \"Schermata principale corrente\"\n\nmsgctxt \"#31077\"\nmsgid \"Applications\"\nmsgstr \"Applicazioni\"\n\nmsgctxt \"#31078\"\nmsgid \"Emulators\"\nmsgstr \"Emulatori\"\n\nmsgctxt \"#31079\"\nmsgid \"Games\"\nmsgstr \"Giochi\"\n\nmsgctxt \"#31080\"\nmsgid \"Homebrew\"\nmsgstr \"\"\n\nmsgctxt \"#31081\"\nmsgid \"Home Screen\"\nmsgstr \"Schermata Home\"\n\n## Startup Options - Custom_Skin_Settings.xml - 31086 to 31100\nmsgctxt \"#31086\"\nmsgid \"Enable intro video\"\nmsgstr \"Abilita video di avvio\"\n\nmsgctxt \"#31087\"\nmsgid \"Enable audio playlist\"\nmsgstr \"Abilita playlist audio\"\n\nmsgctxt \"#31088\"\nmsgid \"[B]Generate[/B] random playlist\"\nmsgstr \"[B]Genera[/B] playlist casuale\"\n\nmsgctxt \"#31089\"\nmsgid \"Custom playlist\"\nmsgstr \"Playlist personalizzata\"\n\nmsgctxt \"#31090\"\nmsgid \"View Options\"\nmsgstr \"Opzioni Visuale\"\n\nmsgctxt \"#31091\"\nmsgid \"Use theme playlist\"\nmsgstr \"Usa playlist tema\"\n\nmsgctxt \"#31092\"\nmsgid \"Enable Random Select\"\nmsgstr \"Abilita Selezione Casuale\"\n\nmsgctxt \"#31093\"\nmsgid \"Select File\"\nmsgstr \"Seleziona il file\"\n\nmsgctxt \"#31094\"\nmsgid \"If no file is selected/found it defaults to [B]Q:/intro.mp4[/B] or [B]Q:/system/intros/[/B]\"\nmsgstr \"Se non viene selezionato/trovato alcun file, il valore predefinito  [B]Q:/intro.mp4[/B] o [B]Q:/system/intros/[/B]\"\n\n## DialogKeyboard.xml - 310101 to 31105\nmsgctxt \"#31101\"\nmsgid \"6 digit hex colour code (0-F)\"\nmsgstr \"Codice colore esadecimale a 6 cifre (0-F)\"\n\nmsgctxt \"#31102\"\nmsgid \"Cursor Left\"\nmsgstr \"Sinistra\"\n\nmsgctxt \"#31103\"\nmsgid \"Cursor Right\"\nmsgstr \"Destra\"\n\n## Includes_Context_Buttons.xml - 31106 to 31140\nmsgctxt \"#31106\"\nmsgid \"Select\"\nmsgstr \"Seleziona\"\n\nmsgctxt \"#31107\"\nmsgid \"Game\"\nmsgstr \"Gioco\"\n\nmsgctxt \"#31108\"\nmsgid \"Back\"\nmsgstr \"Indietro\"\n\nmsgctxt \"#31109\"\nmsgid \"Media Controls\"\nmsgstr \"Controlli Media\"\n\nmsgctxt \"#31110\"\nmsgid \"Synopsis\"\nmsgstr \"\"\n\nmsgctxt \"#31111\"\nmsgid \"Add to Playlist\"\nmsgstr \"Aggiungi alla Playlist\"\n\nmsgctxt \"#31112\"\nmsgid \"Remove from Playlist\"\nmsgstr \"Rimuovi dalla Playlist\"\n\nmsgctxt \"#31113\"\nmsgid \"Context menu\"\nmsgstr \"Men Contestuale\"\n\nmsgctxt \"#31114\"\nmsgid \"Options\"\nmsgstr \"Opzioni\"\n\nmsgctxt \"#31115\"\nmsgid \"Favourites\"\nmsgstr \"Preferiti\"\n\nmsgctxt \"#31116\"\nmsgid \"Clear Cache\"\nmsgstr \"Pulisci Cache\"\n\nmsgctxt \"#31117\"\nmsgid \"Exit Playlist Menu\"\nmsgstr \"Esci dal Menu Playlist\"\n\nmsgctxt \"#31118\"\nmsgid \"Enter Playlist Menu\"\nmsgstr \"Entra nel Menu Playlist\"\n\nmsgctxt \"#31119\"\nmsgid \"Quick Change\"\nmsgstr \"Cambio Veloce\"\n\nmsgctxt \"#31120\"\nmsgid \"Launch Disc\"\nmsgstr \"Avvia Disco\"\n\nmsgctxt \"#31121\"\nmsgid \"View Settings\"\nmsgstr \"Impostazioni Visuale\"\n\nmsgctxt \"#31122\"\nmsgid \"Playlist Settings\"\nmsgstr \"Impostazioni Playlist\"\n\nmsgctxt \"#31123\"\nmsgid \"Log Out\"\nmsgstr \"Disconnetti\"\n\nmsgctxt \"#31124\"\nmsgid \"Reload Skin\"\nmsgstr \"Ricarica Skin\"\n\nmsgctxt \"#31125\"\nmsgid \"Recents\"\nmsgstr \"Recenti\"\n\nmsgctxt \"#31126\"\nmsgid \"Launch\"\nmsgstr \"Avvia\"\n\nmsgctxt \"#31127\"\nmsgid \"Last Played/Randoms\"\nmsgstr \"Ultimo giocato/casuale\"\n\n## Custom_View_Options.xml - 31141 to 31150\nmsgctxt \"#31141\"\nmsgid \"Sort: Descending\"\nmsgstr \"Ordine: Decrescente\"\n\nmsgctxt \"#31142\"\nmsgid \"Sort: Ascending\"\nmsgstr \"Ordine: Crescente\"\n\nmsgctxt \"#31143\"\nmsgid \"Close\"\nmsgstr \"Chiudi\"\n\nmsgctxt \"#31144\"\nmsgid \"Search & Sort\"\nmsgstr \"Cerca & Ordina\"\n\nmsgctxt \"#31145\"\nmsgid \"View Options\"\nmsgstr \"Opzioni Visuale\"\n\nmsgctxt \"#31146\"\nmsgid \"Switch View\"\nmsgstr \"Cambia Visuale\"\n\n## Settings.xml - 31151 to 31165\nmsgctxt \"#31151\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31152\"\nmsgid \"Region  Screensavers  Display\"\nmsgstr \"Regione  Salvaschermo  Schermo\"\n\nmsgctxt \"#31153\"\nmsgid \"Playback  Video Playback Resolution\"\nmsgstr \"Riproduzione  Risoluzione Video\"\n\nmsgctxt \"#31154\"\nmsgid \"Trainer path  Game scanning  Dashboard path\"\nmsgstr \"Cartella trainer  Analisi gioco  Percorso dashboard\"\n\nmsgctxt \"#31155\"\nmsgid \"Static IP  DHCP\"\nmsgstr \"IP Statico  DHCP\"\n\nmsgctxt \"#31156\"\nmsgid \"Output  Power saving  Autorun\"\nmsgstr \"Uscita  Risparmio energetico  Avvio automatico\"\n\nmsgctxt \"#31157\"\nmsgid \"Playback\"\nmsgstr \"Riproduzione\"\n\nmsgctxt \"#31158\"\nmsgid \"Copy  Move  Rename  Delete\"\nmsgstr \"Copia  Sposta  Rinomina  Cancella\"\n\nmsgctxt \"#31159\"\nmsgid \"Applications  DLC  Mods  Update\"\nmsgstr \"Applicazioni DLC  Mod  Aggiornamenti\"\n\nmsgctxt \"#31160\"\nmsgid \"Toggles  Scripts  Startup playlist\"\nmsgstr \"Opzioni  Script  Playlist\"\n\nmsgctxt \"#31161\"\nmsgid \"Temps  HDD Info  Hardware Info\"\nmsgstr \"Temperature  Info HDD  Info Hardware\"\n\nmsgctxt \"#31162\"\nmsgid \"XBMC4Gamers Options\"\nmsgstr \"Opzioni XBMC4Gamers\"\n\n## SettingsCategory.xml - 31166 to 31170\nmsgctxt \"#31166\"\nmsgid \"\"\nmsgstr \"\"\n\n## SettingsProfile.xml - 31171 to 31175\nmsgctxt \"#31171\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31172\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31173\"\nmsgid \"Enable kiosk mode\"\nmsgstr \"Attiva modalit chiosco\"\n\n## SettingsScreenCalibration.xml - 31176 to 31178\nmsgctxt \"#31176\"\nmsgid \"Get spinning disc to have as little wobble as possible.\"\nmsgstr \"Fai girare il disco per ridurre al minimo le vibbrazioni.\"\n\n## Startup.xml - 31179 to 31185\nmsgctxt \"#31179\"\nmsgid \"loading\"\nmsgstr \"caricamento\"\n\nmsgctxt \"#31180\"\nmsgid \"Initialising please wait...\"\nmsgstr \"Inizializzazione attendere...\"\n\nmsgctxt \"#31181\"\nmsgid \"Error has occurred. Please send me a copy of your [B]\"xbmc.log\"[/B] file, or try restarting the xbox.\"\nmsgstr \"Si  verificato un errore. Per favore mandami una copia del tuo file [B]\"xbmc.log\"[/B], o prova a riavviare la Xbox.\"\n\n## View files - 31186 to 31209\nmsgctxt \"#31186\"\nmsgid \"Played 0 times\"\nmsgstr \"Avviato 0 volte\"\n\nmsgctxt \"#31187\"\nmsgid \"Played\"\nmsgstr \"Avviato\"\n\nmsgctxt \"#31188\"\nmsgid \"time\"\nmsgstr \"volta\"\n\nmsgctxt \"#31189\"\nmsgid \"times\"\nmsgstr \"volte\"\n\nmsgctxt \"#31190\"\nmsgid \"Game Info\"\nmsgstr \"Info Gioco\"\n\nmsgctxt \"#31191\"\nmsgid \"0 volte\"\nmsgstr \"\"\n\nmsgctxt \"#31192\"\nmsgid \"This game has been played\"\nmsgstr \"Questo gioco  stato avviato\"\n\nmsgctxt \"#31193\"\nmsgid \"Used space\"\nmsgstr \"Spazio utilizzato\"\n\nmsgctxt \"#31194\"\nmsgid \"Game location\"\nmsgstr \"Posizione gioco\"\n\n## FileBrowser.xml - 31210 to 31212\nmsgctxt \"#31210\"\nmsgid \"Page\"\nmsgstr \"Pagina\"\n\nmsgctxt \"#31211\"\nmsgid \"Items\"\nmsgstr \"Elementi\"\n\n## Manage Profiles Strings - 31500 to 31519\nmsgctxt \"#31500\"\nmsgid \"Adjust your screen size\"\nmsgstr \"Regolare le dimensioni dello schermo\"\n\nmsgctxt \"#31501\"\nmsgid \"Individual save directories for each profile\"\nmsgstr \"Cartelle di salvataggio individuali per ciascun profilo\"\n\nmsgctxt \"#31502\"\nmsgid \"Setup Birthday dates.\"\nmsgstr \"Imposta le date di compleanno.\"\n\nmsgctxt \"#31503\"\nmsgid \"Welcome. [CR]In this menu you will be able to set up to 5 different birthdays. [CR]These will show on the login-screen when the date arrives.\"\nmsgstr \"Benvenuto. [CR]In questo menu potrai impostare fino a 5 compleanni differenti. [CR]Questi verranno visualizzati nella schermata di accesso nelle date indicate.\"\n\nmsgctxt \"#31504\"\nmsgid \"Enable intro video\"\nmsgstr \"Abilita introduzione video\"\n\nmsgctxt \"#31505\"\nmsgid \"Other Options\"\nmsgstr \"Altre Opzioni\"\n\nmsgctxt \"#31506\"\nmsgid \"Context Menu\"\nmsgstr \"Men Contestuale\"\n\n## LoginScreen.xml - 31520 to 31529\nmsgctxt \"#31520\"\nmsgid \"Load Profile\"\nmsgstr \"Carica Profilo\"\n\nmsgctxt \"#31521\"\nmsgid \"Context Menu\"\nmsgstr \"Men\"\n\nmsgctxt \"#31522\"\nmsgid \"Kiosk Mode Enabled\"\nmsgstr \"Modalit Chiosco Attivata\"\n\nmsgctxt \"#31523\"\nmsgid \"Welcome to XBMC4Gamers\"\nmsgstr \"Benvenuto in XBMC4Gamers\"\n\nmsgctxt \"#31524\"\nmsgid \"Who is using the controller?\"\nmsgstr \"Chi sta usando il controller?\"\n\n## File Manager.xml - 31530 to 31540\nmsgctxt \"#31530\"\nmsgid \"Highlight\"\nmsgstr \"Seleziona\"\n\nmsgctxt \"#31531\"\nmsgid \"Normal Mode\"\nmsgstr \"Visuale Estesa\"\n\nmsgctxt \"#31532\"\nmsgid \"Compact Mode\"\nmsgstr \"Visuale Compatta\"\n\n## Custom_Dialog_Quick_Change.xml - 31541 to 31550\nmsgctxt \"#31541\"\nmsgid \"applications\"\nmsgstr \"applicazioni\"\n\nmsgctxt \"#31542\"\nmsgid \"emulators\"\nmsgstr \"emulatori\"\n\nmsgctxt \"#31543\"\nmsgid \"games\"\nmsgstr \"giochi\"\n\nmsgctxt \"#31544\"\nmsgid \"homebrew\"\nmsgstr \"\"\n\n## Home.xml - 31560 to 31580\nmsgctxt \"#31560\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31561\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31562\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31563\"\nmsgid \"Randoms:\"\nmsgstr \"Casuale:\"\n\nmsgctxt \"#31564\"\nmsgid \"Close Home\"\nmsgstr \"Chiudi schermata principale\"\n\n## Home Window - Custom_Skin_Settings.xml - 31600 to 31669\nmsgctxt \"#31600\"\nmsgid \"Notice\"\nmsgstr \"Avviso\"\n\nmsgctxt \"#31601\"\nmsgid \"Custom Button\"\nmsgstr \"Pulsante personalizzato\"\n\nmsgctxt \"#31602\"\nmsgid \"Name\"\nmsgstr \"Nome\"\n\nmsgctxt \"#31603\"\nmsgid \"Leave blank to use the selected source.[CR]Additionally you can separate search items with a comma.[CR]Example: Games,Applications,F:\\\\Games Alt\"\nmsgstr \"Lascia vuoto per utilizzare la fonte selezionata.[CR]Inoltre, puoi separare gli elementi di ricerca con una virgola.[CR]Esempio: Giochi,Applicazioni,F:\\Giochi Alt\"\n\nmsgctxt \"#31604\"\nmsgid \"Search Entries\"\nmsgstr \"Cerca voci\"\n\nmsgctxt \"#31605\"\nmsgid \"Open on selection\"\nmsgstr \"Apri alla selezione\"\n\nmsgctxt \"#31606\"\nmsgid \"Warning\"\nmsgstr \"Attenzione\"\n\nmsgctxt \"#31607\"\nmsgid \"This will reset all XBMC4Gamers options.[CR]Main settings are not reset.\"\nmsgstr \"Questo reimposter tutte le opzioni di XBMC4Gamers.[CR]Le impostazioni principali non verranno ripristinate.\"\n\nmsgctxt \"#31608\"\nmsgid \"Settings reset, will now reload the profile[CR]to complete the process.\"\nmsgstr \"Opzioni reimpostate, ora verr ricaricato il profilo[CR]per completare il processo.\"\n\nmsgctxt \"#31609\"\nmsgid \"RSS feed is theme dependant\"\nmsgstr \"Il feed RSS dipende dal tema\"\n\nmsgctxt \"#31610\"\nmsgid \"Hide home screen RSS feed\"\nmsgstr \"Nascondi il feed RSS nella schermata principale\"\n\nmsgctxt \"#31611\"\nmsgid \"Previous theme used custom item values.[CR]Home screen is being refreshed.\"\nmsgstr \"Valori personalizzati nel vecchio tema.[CR]Schermata iniziale in aggiornamento.\"\n\nmsgctxt \"#31612\"\nmsgid \"Home content is being refreshed.\"\nmsgstr \"Contenuto schermata Home in aggiornamento.\"\n\nmsgctxt \"#31613\"\nmsgid \"Preview\"\nmsgstr \"Anteprima\"\n\nmsgctxt \"#31614\"\nmsgid \"Drive Space\"\nmsgstr \"Spazio Disco\"\n\nmsgctxt \"#31615\"\nmsgid \"Detailed\"\nmsgstr \"Dettagliato\"\n\nmsgctxt \"#31616\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#31617\"\nmsgid \"Custom\"\nmsgstr \"Personalizzato\"\n\nmsgctxt \"#31618\"\nmsgid \"Screenshots\"\nmsgstr \"Screenshot\"\n\nmsgctxt \"#31619\"\nmsgid \"Preview\"\nmsgstr \"Anteprima\"\n\nmsgctxt \"#31620\"\nmsgid \"Extended Info\"\nmsgstr \"Informazioni Estese\"\n\nmsgctxt \"#31621\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#31622\"\nmsgid \"Resources\"\nmsgstr \"Risorse\"\n\nmsgctxt \"#31623\"\nmsgid \"Enable or Disable Views\"\nmsgstr \"Abilitare o disabilitare le viste\"\n\n## Other Options - Custom_Skin_Settings.xml - 31670 to 31700\nmsgctxt \"#31670\"\nmsgid \"Configure the wallpaper/rendering dimensions, and quality settings.\"\nmsgstr \"Configura le dimensioni dello sfondo/rendering e le impostazioni di qualit.\"\n\nmsgctxt \"#31671\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31672\"\nmsgid \"Wallpaper Settings\"\nmsgstr \"Impostazioni Sfondo\"\n\nmsgctxt \"#31673\"\nmsgid \"Width\"\nmsgstr \"Larghezza\"\n\nmsgctxt \"#31674\"\nmsgid \"Height\"\nmsgstr \"Altezza\"\n\nmsgctxt \"#31675\"\nmsgid \"Quality (0 - 100)\"\nmsgstr \"Qualit (0 - 100)\"\n\nmsgctxt \"#31676\"\nmsgid \"\"\nmsgstr \"\"\n\nmsgctxt \"#31677\"\nmsgid \"\"\nmsgstr \"\""
  },
  {
    "path": "Mod Files/skins/Profile/skin.xml",
    "content": "<skin>\n\t<version>2.2</version>\n\t<effectslowdown>.75</effectslowdown>\n\t<debugging>false</debugging>\n\t<showscantimes>false</showscantimes>\n\t<credits>\n\t\t<skinname>Profile</skinname>\n\t\t<name>Rocky5</name>\n\t</credits>\n</skin>"
  },
  {
    "path": "Mod Files/skins/Profile/sounds/default/sounds.xml",
    "content": "<!-- This file contains the mapping of actions to sounds                    -->\n<!-- The <actions> section contains global mapping                          -->\n<!-- To map a action to a sound, add a block like this to <actions>:        -->\n<!--    <action>                                                            -->\n<!--      <name>left</name>                                                 -->\n<!--      <file>cursor.wav</file>                                           -->\n<!--    </action>                                                           -->\n<!-- Where <name> specifies the action to map a sound to and <file> the wav -->\n<!-- file to play when the action occurs.                                   -->\n<!-- Valid entries for <name> can be found at                               -->\n<!-- http://manual.xboxmediacenter.de/wakka.php?wakka=KeyMappingXML&v=6gu   -->\n<!-- Also window specific sound can be played                               -->\n<!-- To map a sound to a window, add a block like this to <windows>:        -->\n<!--    <window>                                                            -->\n<!--      <name>infodialog</name>                                           -->\n<!--      <activate>notify.wav</activate>                                   -->\n<!--      <deactivate>out.wav</deactivate>                                  -->\n<!--    </window>                                                           -->\n<!-- Where <name> specifies the window to map a sound to                    -->\n<!-- <activate> and <deactivate> are the events a sound can be mapped to    -->\n<!-- by setting the file to play.                                           -->\n<!-- Valid entries for <name> can be found at                               -->\n<!-- http://manual.xboxmediacenter.de/wakka.php?wakka=WindowList&v=13k6     -->\n<!-- Note: Only wav files are supported                                     -->\n<sounds>\n\t<actions>\n\t\t<action>\n\t\t\t<name>left</name>\n\t\t\t<file>cursor.wav</file>\n\t\t</action>\n\t\t<action>\n\t\t\t<name>right</name>\n\t\t\t<file>cursor.wav</file>\n\t\t</action>\n\t\t<action>\n\t\t\t<name>up</name>\n\t\t\t<file>cursor.wav</file>\n\t\t</action>\n\t\t<action>\n\t\t\t<name>down</name>\n\t\t\t<file>cursor.wav</file>\n\t\t</action>\n\t\t<action>\n\t\t\t<name>select</name>\n\t\t\t<file>click.wav</file>\n\t\t</action>\n\t\t<action>\n\t\t\t<name>parentdir</name>\n\t\t\t<file>back.wav</file>\n\t\t</action>\n\t\t<action>\n\t\t\t<name>previousmenu</name>\n\t\t\t<file>back.wav</file>\n\t\t</action>\n\t\t<action>\n\t\t\t<name>screenshot</name>\n\t\t\t<file>shutter.wav</file>\n\t\t</action>\n\t</actions>\n\t<windows>\n\t\t<window>\n\t\t\t<name>infodialog</name>\n\t\t\t<!-- <activate>notify.wav</activate> -->\n\t\t\t<!-- <deactivate>out.wav</deactivate> -->\n\t\t</window>\n\t\t<window>\n\t\t\t<name>startup</name>\n\t\t\t<activate>\n\t\t\t\t\t\t</activate>\n\t\t</window>\n\t</windows>\n</sounds>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/Custom_Dialog_Options.xml",
    "content": "<window type=\"dialog\" id=\"1112\">\n\t<defaultcontrol always=\"true\">9003</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>270</left>\n\t\t\t\t<top>80</top>\n\t\t\t\t<width>740</width>\n\t\t\t\t<height>560</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\options\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>286</left>\n\t\t\t\t<top>99</top>\n\t\t\t\t<width>709</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\options\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>313</left>\n\t\t\t\t<top>107</top>\n\t\t\t\t<width>731</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t<label>$LOCALIZE[33063]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>10</left>\n\t\t\t\t<bottom>0</bottom>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<animation effect=\"fade\" end=\"70\" condition=\"true\">Conditional</animation>\n\t\t\t\t<textcolor>colour.dialog.label</textcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31000]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<right>10</right>\n\t\t\t\t<bottom>0</bottom>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<animation effect=\"fade\" end=\"70\" condition=\"true\">Conditional</animation>\n\t\t\t\t<textcolor>colour.dialog.label</textcolor>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[system.kernelversion] kernel</label>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>286</left>\n\t\t\t\t<top>568</top>\n\t\t\t\t<width>708</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- X Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.x_button\">pad_buttons\\dialogs\\x_button.png</texture>\n\t\t\t\t\t<visible>Player.HasAudio</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[250]</label>\n\t\t\t\t\t<visible>Player.HasAudio</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Black Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.black_button\">pad_buttons\\dialogs\\black_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31116]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>185</top>\n\t\t\t\t<width>160</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.scroll.indicator\" flipy=\"true\">windows\\options\\glow.png</texture>\n\t\t\t\t<animation type=\"Conditional\" condition=\"true\" loop=\"true\" reversable=\"false\">\n\t\t\t\t\t<effect type=\"fade\" start=\"25\" end=\"75\" time=\"1000\" tween=\"cubic\" easing=\"inout\" delay=\"2000\"/>\n\t\t\t\t\t<effect type=\"fade\" start=\"75\" end=\"25\" time=\"1000\" tween=\"cubic\" easing=\"inout\" delay=\"5000\"/>\n\t\t\t\t</animation>\n\t\t\t\t<visible>integergreaterthan(Container(9003).NumItems,7)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>390</left>\n\t\t\t\t<top>525</top>\n\t\t\t\t<width>160</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.scroll.indicator\">windows\\options\\glow.png</texture>\n\t\t\t\t<animation type=\"Conditional\" condition=\"true\" loop=\"true\" reversable=\"false\">\n\t\t\t\t\t<effect type=\"fade\" start=\"25\" end=\"75\" time=\"1000\" tween=\"cubic\" easing=\"inout\" delay=\"2000\"/>\n\t\t\t\t\t<effect type=\"fade\" start=\"75\" end=\"25\" time=\"1000\" tween=\"cubic\" easing=\"inout\" delay=\"5000\"/>\n\t\t\t\t</animation>\n\t\t\t\t<visible>integergreaterthan(Container(9003).NumItems,7)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"list\" id=\"9003\">\n\t\t\t\t<left>370</left>\n\t\t\t\t<top>195</top>\n\t\t\t\t<width>200</width>\n\t\t\t\t<height>350</height>\n\t\t\t\t<onleft>-</onleft>\n\t\t\t\t<onright>-</onright>\n\t\t\t\t<onup>9003</onup>\n\t\t\t\t<ondown>9003</ondown>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scrolltime>0</scrolltime>\n\t\t\t\t<!-- This is done because lists don't support auto centre. -->\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,150\" time=\"0\" condition=\"StringCompare(Container(9003).NumItems,1)\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,125\" time=\"0\" condition=\"StringCompare(Container(9003).NumItems,2)\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,100\" time=\"0\" condition=\"StringCompare(Container(9003).NumItems,3)\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,75\" time=\"0\" condition=\"StringCompare(Container(9003).NumItems,4)\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,50\" time=\"0\" condition=\"StringCompare(Container(9003).NumItems,5)\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,25\" time=\"0\" condition=\"StringCompare(Container(9003).NumItems,6)\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,0\" time=\"0\" condition=\"StringCompare(Container(9003).NumItems,7)\">Conditional</animation>\n\t\t\t\t<itemlayout height=\"50\" width=\"200\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.button.nofocus\">windows\\options\\button_no_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<!-- <include>Dialog.Options.Button.Text.Offset</include> -->\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[listitem.Label][/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"50\" width=\"200\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.button.focus\">windows\\options\\button_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<!-- <include>Dialog.Options.Button.Text.Offset</include> -->\n\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[listitem.Label][/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t\t<content>\n\t\t\t\t\t<item id=\"1\">\n\t\t\t\t\t\t<label>$INFO[Skin.String(Custom_Button_Name1)]</label>\n\t\t\t\t\t\t<onclick>RunXBE($INFO[Skin.String(Custom_Button_Path1)])</onclick>\n\t\t\t\t\t\t<onclick>RunScript($INFO[Skin.String(Custom_Button_Path1)])</onclick>\n\t\t\t\t\t\t<visible>!StringCompare(Skin.String(Custom_Button_Path1),)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"2\">\n\t\t\t\t\t\t<label>$INFO[Skin.String(Custom_Button_Name2)]</label>\n\t\t\t\t\t\t<onclick>RunXBE($INFO[Skin.String(Custom_Button_Path2)])</onclick>\n\t\t\t\t\t\t<onclick>RunScript($INFO[Skin.String(Custom_Button_Path2)])</onclick>\n\t\t\t\t\t\t<visible>!StringCompare(Skin.String(Custom_Button_Path2),)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"3\">\n\t\t\t\t\t\t<label>$INFO[Skin.String(Custom_Button_Name3)]</label>\n\t\t\t\t\t\t<onclick>RunXBE($INFO[Skin.String(Custom_Button_Path3)])</onclick>\n\t\t\t\t\t\t<onclick>RunScript($INFO[Skin.String(Custom_Button_Path3)])</onclick>\n\t\t\t\t\t\t<visible>!StringCompare(Skin.String(Custom_Button_Path3),)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"4\">\n\t\t\t\t\t\t<label>$LOCALIZE[31125]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1112)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1102)</onclick>\n\t\t\t\t\t\t<visible>!Window.IsActive(29) + !Skin.HasSetting(kioskmode) | !Window.IsActive(29) + !Window.IsActive(Programs) | System.GetBool(mygames.gamesaltsynpsisbutton)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"5\">\n\t\t\t\t\t\t<label>$LOCALIZE[1036]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1112,true)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(Favourites)</onclick>\n\t\t\t\t\t\t<visible>Window.IsActive(Home) | Window.IsActive(Programs)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"6\">\n\t\t\t\t\t\t<label>$LOCALIZE[20315]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1112,true)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(GameSaves)</onclick>\n\t\t\t\t\t\t<visible>Window.IsActive(Programs) + Skin.HasSetting(kioskmode)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"7\">\n\t\t\t\t\t\t<label>$LOCALIZE[705]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1112)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(NetworkSettings)</onclick>\n\t\t\t\t\t\t<visible>Window.IsActive(29) + Skin.HasSetting(kioskmode)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"8\">\n\t\t\t\t\t\t<label>$LOCALIZE[5]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1112,true)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(Settings)</onclick>\n\t\t\t\t\t\t<visible>Skin.HasSetting(kioskmode)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"9\">\n\t\t\t\t\t\t<label>$LOCALIZE[20126]</label>\n\t\t\t\t\t\t<onclick>SetFocus(9006)</onclick>\n\t\t\t\t\t\t<visible>System.HasLoginScreen</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"9\">\n\t\t\t\t\t\t<label>$LOCALIZE[13313]</label>\n\t\t\t\t\t\t<onclick>RestartApp</onclick>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"10\">\n\t\t\t\t\t\t<label>$LOCALIZE[13013]</label>\n\t\t\t\t\t\t<onclick>Reboot</onclick>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"11\">\n\t\t\t\t\t\t<label>$LOCALIZE[13005]</label>\n\t\t\t\t\t\t<onclick>Shutdown</onclick>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>650</left>\n\t\t\t\t<top>190</top>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,11\" time=\"0\" condition=\"!SubString(System.Freespace(F),MB)\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,11\" time=\"0\" condition=\"!SubString(System.Freespace(G),MB)\">Conditional</animation>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>IP Address label</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t\t<label>[UPPERCASE]$LOCALIZE[705][/UPPERCASE]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>IP Address</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>25</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$INFO[Network.IPAddress]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Internet state</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>45</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$INFO[System.InternetState]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<top>75</top>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Current Profile</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t\t<label>[UPPERCASE]$LOCALIZE[20093][/UPPERCASE]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Profile</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>25</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$INFO[System.ProfileName]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<top>130</top>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Drive Space</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t\t<label>[UPPERCASE]$LOCALIZE[31614][/UPPERCASE]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Space</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>25</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$INFO[System.Freespace(C)]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Space</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>45</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$INFO[System.Freespace(E)]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Space</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>65</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$INFO[System.Freespace(F)]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t\t<visible>SubString(System.Freespace(F),MB)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Space</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>85</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$INFO[System.Freespace(G)]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t\t<visible>SubString(System.Freespace(G),MB)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<top>245</top>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-22\" time=\"0\" condition=\"!SubString(System.Freespace(F),MB)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-22\" time=\"0\" condition=\"!SubString(System.Freespace(G),MB)\">Conditional</animation>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>System Info</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t\t<label>[UPPERCASE]$LOCALIZE[10007][/UPPERCASE]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>RAM</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>25</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$LOCALIZE[158]: $INFO[System.FreeMemory]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>CPU Temp</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>45</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$LOCALIZE[22011] $INFO[System.CPUTemperature]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>CPU Temp</description>\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>65</top>\n\t\t\t\t\t\t<width>380</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t\t<label>$LOCALIZE[22010] $INFO[System.GPUTemperature]</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<visible>Control.HasFocus(9005) | Control.HasFocus(9006)</visible>\n\t\t\t<include>Behind.Dialog</include>\n\t\t\t<control type=\"group\">\n\t\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<description>background image</description>\n\t\t\t\t\t<left>407</left>\n\t\t\t\t\t<top>290</top>\n\t\t\t\t\t<width>466</width>\n\t\t\t\t\t<height>140</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\main.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<description>Heading Background</description>\n\t\t\t\t\t<left>417</left>\n\t\t\t\t\t<top>294</top>\n\t\t\t\t\t<width>446</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\header.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>heading label</description>\n\t\t\t\t\t<left>387</left>\n\t\t\t\t\t<top>303</top>\n\t\t\t\t\t<width>506</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<font>size_28</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligy>center</aligy>\n\t\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31012]</label>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t<left>407</left>\n\t\t\t\t\t<top>370</top>\n\t\t\t\t\t<width>466</width>\n\t\t\t\t\t<height>200</height>\n\t\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t\t<onback>9003</onback>\n\t\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligy>center</aligy>\n\t\t\t\t\t<control type=\"button\" id=\"9005\">\n\t\t\t\t\t\t<description>Yes button</description>\n\t\t\t\t\t\t<onleft>4</onleft>\n\t\t\t\t\t\t<onright>4</onright>\n\t\t\t\t\t\t<onup>-</onup>\n\t\t\t\t\t\t<ondown>-</ondown>\n\t\t\t\t\t\t<height>36</height>\n\t\t\t\t\t\t<width min=\"100\" max=\"300\">auto</width>\n\t\t\t\t\t\t<label>107</label>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<onclick>Dialog.Close(all,true)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1116)</onclick>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"9006\">\n\t\t\t\t\t\t<description>No button</description>\n\t\t\t\t\t\t<onleft>5</onleft>\n\t\t\t\t\t\t<onright>5</onright>\n\t\t\t\t\t\t<onup>-</onup>\n\t\t\t\t\t\t<ondown>-</ondown>\n\t\t\t\t\t\t<height>36</height>\n\t\t\t\t\t\t<width min=\"100\" max=\"300\">auto</width>\n\t\t\t\t\t\t<label>106</label>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<onclick>SetFocus(9003)</onclick>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/Custom_Dialog_Quick_Change.xml",
    "content": "<window id=\"1115\" type=\"dialog\">\n\t<defaultcontrol always=\"true\">9000</defaultcontrol>\n\t<controls>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>1280</width>\n\t\t\t<height>720</height>\n\t\t\t<texture>black-back.png</texture>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<include>Dialog.Effect</include>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<animation effect=\"slide\" end=\"0,200\" start=\"0,0\" time=\"100\">WindowClose</animation>\n\t\t\t<animation delay=\"100\" effect=\"slide\" end=\"0,0\" start=\"0,200\" time=\"100\">WindowOpen</animation>\n\t\t\t<control id=\"9000\" type=\"wraplist\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>640</top>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>50</height>\n\t\t\t\t<onleft>-</onleft>\n\t\t\t\t<onright>-</onright>\n\t\t\t\t<onup>50</onup>\n\t\t\t\t<ondown>-</ondown>\n\t\t\t\t<scrolltime>0</scrolltime>\n\t\t\t\t<focusposition>0</focusposition>\n\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t<itemlayout height=\"50\" width=\"1280\">\n\t\t\t\t\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"50\" width=\"1280\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t\t<height>50</height>\n\t\t\t\t\t\t<texture border=\"5\" colordiffuse=\"colour.general.diffuse.quick.change\">pad_buttons\\underlay.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>heading label</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t\t<height>50</height>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>size_28</font>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t\t<content>\n\t\t\t\t\t<item id=\"0\">\n\t\t\t\t\t\t<label>[UPPERCASE]Applications[/UPPERCASE]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1115)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1,Applications)</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"1\">\n\t\t\t\t\t\t<label>[UPPERCASE]Demos[/UPPERCASE]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1115)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1,Demos)</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"2\">\n\t\t\t\t\t\t<label>[UPPERCASE]Emulators[/UPPERCASE]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1115)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1,Emulators)</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"3\">\n\t\t\t\t\t\t<label>[UPPERCASE]Game ISOs[/UPPERCASE]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1115)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1,Game ISOs)</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"4\">\n\t\t\t\t\t\t<label>[UPPERCASE]Games[/UPPERCASE]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1115)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1,Games)</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"5\">\n\t\t\t\t\t\t<label>[UPPERCASE]Homebrew[/UPPERCASE]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1115)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1,Homebrew)</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"6\">\n\t\t\t\t\t\t<label>[UPPERCASE]Movies[/UPPERCASE]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1115)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1,Movies)</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"7\">\n\t\t\t\t\t\t<label>[UPPERCASE]Other Games[/UPPERCASE]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1115)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1,Other Games)</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"8\">\n\t\t\t\t\t\t<label>[UPPERCASE]TV Shows[/UPPERCASE]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1115)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1,TV Shows)</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"9\">\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[Skin.String(CustomQuickChange1)][/UPPERCASE]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1115)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1,$INFO[Skin.String(CustomQuickChange1)])</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomQuickChange1Enabled) + String.IsEmpty($INFO[Skin.String(CustomQuickChange1)])</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"10\">\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[Skin.String(CustomQuickChange2)][/UPPERCASE]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1115)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1,$INFO[Skin.String(CustomQuickChange2)])</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomQuickChange2Enabled) + String.IsEmpty($INFO[Skin.String(CustomQuickChange2)])</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"11\">\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[Skin.String(CustomQuickChange3)][/UPPERCASE]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1115)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1,$INFO[Skin.String(CustomQuickChange3)])</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomQuickChange3Enabled) + String.IsEmpty($INFO[Skin.String(CustomQuickChange3)])</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"12\">\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[Skin.String(CustomQuickChange4)][/UPPERCASE]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1115)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1,$INFO[Skin.String(CustomQuickChange4)])</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomQuickChange4Enabled) + String.IsEmpty($INFO[Skin.String(CustomQuickChange4)])</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"13\">\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[Skin.String(CustomQuickChange5)][/UPPERCASE]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1115)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1,$INFO[Skin.String(CustomQuickChange5)])</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomQuickChange5Enabled) + String.IsEmpty($INFO[Skin.String(CustomQuickChange5)])</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"14\">\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[Skin.String(CustomQuickChange6)][/UPPERCASE]</label>\n\t\t\t\t\t\t<onclick>Dialog.Close(1115)</onclick>\n\t\t\t\t\t\t<onclick>ActivateWindow(1,$INFO[Skin.String(CustomQuickChange6)])</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomQuickChange6Enabled) + String.IsEmpty($INFO[Skin.String(CustomQuickChange6)])</visible>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>20</left>\n\t\t\t\t<top>650</top>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.dpad_left_button\">pad_buttons\\dpad_left_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>1220</left>\n\t\t\t\t<top>650</top>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.dpad_right_button\">pad_buttons\\dpad_right_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<animation condition=\"Skin.HasSetting(HideContextBar)\" effect=\"slide\" end=\"0,30\" start=\"0,0\" time=\"100\">WindowClose</animation>\n\t\t\t<animation condition=\"Skin.HasSetting(HideContextBar)\" delay=\"100\" effect=\"slide\" end=\"0,0\" start=\"0,30\" time=\"100\">WindowOpen</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<bottom>0</bottom>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture>pad_buttons\\underlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>10</left>\n\t\t\t\t<bottom>0</bottom>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.a_button\">pad_buttons\\a_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width max=\"250\" min=\"10\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31106]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.b_button\">pad_buttons\\b_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width max=\"250\" min=\"10\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/Custom_Game_Information.xml",
    "content": "<window type=\"dialog\" id=\"1101\">\n\t<defaultcontrol always=\"true\">8000</defaultcontrol>\n\t<onload>AlarmClock(AutoScroll_Synopsis_Thumbs,Control.Move(14,-1),00:20,silent,loop)</onload>\n\t<onunload>CancelAlarm(AutoScroll_Synopsis_Thumbs,silent)</onunload>\n\t<controls>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>1280</width>\n\t\t\t<height>720</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<colordiffuse>FFFFFFFF</colordiffuse>\n\t\t\t<texture background=\"false\">$INFO[ListItem.Synopsis_Resources]artwork\\fanart-blur.jpg</texture>\n\t\t\t<include>Animated.Fanart.Effect</include>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>1280</width>\n\t\t\t<height>720</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<colordiffuse>CCFFFFFF</colordiffuse>\n\t\t\t<texture background=\"false\" diffuse=\"windows\\synopsis\\back_diffuse.png\">windows\\synopsis\\black-back.png</texture>\n\t\t\t<!-- <animation effect=\"fade\" start=\"0\" end=\"100\" time=\"500\" delay=\"0\">WindowOpen</animation> -->\n\t\t\t<!-- <animation effect=\"fade\" start=\"100\" end=\"0\" time=\"100\" delay=\"0\">WindowClose</animation> -->\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Information.Window</include>\n\t\t\t<!-- Images -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<!-- <animation effect=\"slide\" start=\"-600,0\" end=\"0,0\" time=\"400\" delay=\"300\">WindowOpen</animation> -->\n\t\t\t\t<!-- <animation effect=\"slide\" start=\"0,0\" end=\"-600,0\" time=\"200\" delay=\"0\">WindowClose</animation> -->\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Control.HasFocus(8002) | Control.HasFocus(8003) | Control.HasFocus(8004) | Player.HasVideo\">Conditional</animation>\n\t\t\t\t<control type=\"wraplist\" id=\"14\">\n\t\t\t\t\t<left>53</left>\n\t\t\t\t\t<top>143</top>\n\t\t\t\t\t<width>288</width>\n\t\t\t\t\t<height>431</height>\n\t\t\t\t\t<scrolltime>350</scrolltime>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>0</preloaditems>\n\t\t\t\t\t<!-- <animation effect=\"rotatex\" start=\"3\" end=\"-3\" time=\"1500\" condition=\"true\" pulse=\"true\" tween=\"sine\" easing=\"inout\">Conditional</animation> -->\n\t\t\t\t\t<itemlayout height=\"431\" width=\"288\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>288</width>\n\t\t\t\t\t\t\t<height>431</height>\n\t\t\t\t\t\t\t<texture background=\"false\" diffuse=\"windows\\synopsis\\poster_diffuse.png\" fallback=\"no_poster.jpg\">$INFO[ListItem.Thumb]</texture>\n\t\t\t\t\t\t\t<aspectratio align=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"431\" width=\"288\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>288</width>\n\t\t\t\t\t\t\t<height>431</height>\n\t\t\t\t\t\t\t<texture background=\"false\" diffuse=\"windows\\synopsis\\poster_diffuse.png\" fallback=\"no_poster.jpg\">$INFO[ListItem.Thumb]</texture>\n\t\t\t\t\t\t\t<aspectratio align=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t<content>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<thumb>$INFO[ListItem.Synopsis_Resources]artwork\\synopsis.jpg</thumb>\n\t\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<thumb>$INFO[ListItem.Synopsis_Resources]artwork\\alt_synopsis.jpg</thumb>\n\t\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t</content>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<!-- <animation effect=\"slide\" start=\"900,0\" end=\"0,0\" time=\"400\" delay=\"300\">WindowOpen</animation> -->\n\t\t\t\t<!-- <animation effect=\"slide\" start=\"0,0\" end=\"900,0\" time=\"200\" delay=\"0\">WindowClose</animation> -->\n\t\t\t\t<!-- Screenshots and video preview -->\n\t\t\t\t<control type=\"multiimage\" id=\"8004\">\n\t\t\t\t\t<description>Screenshots window</description>\n\t\t\t\t\t<left>515</left>\n\t\t\t\t\t<top>205</top>\n\t\t\t\t\t<width>580</width>\n\t\t\t\t\t<height>326</height>\n\t\t\t\t\t<imagepath border=\"5\" diffuse=\"windows\\synopsis\\artwork_diffuse.png\">$INFO[listitem.Synopsis_Resources]screenshots</imagepath>\n\t\t\t\t\t<timeperimage>5000</timeperimage>\n\t\t\t\t\t<fadetime>1000</fadetime>\n\t\t\t\t\t<pauseatend>0</pauseatend>\n\t\t\t\t\t<randomize>false</randomize>\n\t\t\t\t\t<loop>yes</loop>\n\t\t\t\t\t<aspectratio scalediffuse=\"true\">keep</aspectratio>\n\t\t\t\t\t<animation effect=\"zoom\" start=\"515,205,580,326\" end=\"230,130,820,460\" time=\"0\" delay=\"0\" condition=\"Control.HasFocus(8003) | Control.HasFocus(8004)\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(8000).HasFocus(3)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Fanart images -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<description>Fanart Image Thumb</description>\n\t\t\t\t\t<left>440</left>\n\t\t\t\t\t<top>153</top>\n\t\t\t\t\t<width>729</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<texture diffuse=\"windows\\synopsis\\artwork_diffuse.png\">$INFO[ListItem.Synopsis_Resources]artwork\\fanart_thumb.jpg</texture>\n\t\t\t\t\t<aspectratio scalediffuse=\"true\">stretch</aspectratio>\n\t\t\t\t\t<visible>ControlGroup(8000).HasFocus(5) + !Control.HasFocus(8002)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<description>Fanart Image Thumb</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>720</height>\n\t\t\t\t\t<texture>$INFO[ListItem.Synopsis_Resources]artwork\\fanart.jpg</texture>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<visible>ControlGroup(8000).HasFocus(5) + Control.HasFocus(8002)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t<left>380</left>\n\t\t\t\t\t<top>143</top>\n\t\t\t\t\t<width>850</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.synopsis.label.info.alt</textcolor>\n\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t<label>You are running low on Memory. ($INFO[system.memory(free)])[CR][CR]The system may crash if I try playing video.</label>\n\t\t\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" time=\"200\" delay=\"100\">Visible</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" delay=\"0\">Hidden</animation>\n\t\t\t\t\t<visible>Control.HasFocus(4) + !IntegerGreaterThan(system.memory(free_no_mb),10) + IntegerGreaterThan(system.memory(free_no_mb),5) + !IsEmpty(ListItem.Synopsis_Preview) + !Player.HasVideo + !Player.HasAudio</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t<left>380</left>\n\t\t\t\t\t<top>143</top>\n\t\t\t\t\t<width>850</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.synopsis.label.info.alt</textcolor>\n\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t<label>You are running really low on Memory. ($INFO[system.memory(free)])[CR][CR]The system will crash if I try playing video.[CR][CR]You can try reloading the skin (press Left stick in)[CR]or restarting the dashboard.</label>\n\t\t\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" time=\"200\" delay=\"100\">Visible</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" delay=\"0\">Hidden</animation>\n\t\t\t\t\t<visible>Control.HasFocus(4) + !IntegerGreaterThan(system.memory(free_no_mb),5) + !IsEmpty(ListItem.Synopsis_Preview) + !Player.HasVideo + !Player.HasAudio</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"videowindow\">\n\t\t\t\t\t<description>video preview window</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>40</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>640</height>\n\t\t\t\t\t<visible>Control.HasFocus(4)</visible>\n\t\t\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" time=\"230\" delay=\"230\" condition=\"Player.HasVideo\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<!-- Synopsis overview section -->\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>380</left>\n\t\t\t\t\t<top>84</top>\n\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t<!-- <animation effect=\"fade\" start=\"100\" end=\"0\" time=\"100\">WindowClose</animation> -->\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" delay=\"0\" condition=\"ControlGroup(8000).HasFocus(4) + Player.HasVideo\">Conditional</animation>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" delay=\"0\" condition=\"Control.HasFocus(8002) | Control.HasFocus(8003) | Control.HasFocus(8004)\">Conditional</animation>\n\t\t\t\t\t\t<!-- Title -->\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>850</width>\n\t\t\t\t\t\t\t<height>24</height>\n\t\t\t\t\t\t\t<font>home_40</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<visible>IsEmpty(ListItem.Synopsis_AltName)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>850</width>\n\t\t\t\t\t\t\t<height>24</height>\n\t\t\t\t\t\t\t<font>home_40</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Synopsis_AltName]</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_AltName)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<!-- Multi info labels -->\n\t\t\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>33</top>\n\t\t\t\t\t\t\t<width>850</width>\n\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t<itemgap>5</itemgap>\n\t\t\t\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t<font>home_12</font>\n\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<label>[B]Rated[/B]</label>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_ESRB)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width min=\"10\" max=\"700\">auto</width>\n\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t<font>home_12</font>\n\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info.alt</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<label>$INFO[ListItem.Synopsis_ESRB]</label>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_ESRB)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width min=\"5\" max=\"20\">auto</width>\n\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t<font>home_12</font>\n\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<label>|</label>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t<font>home_12</font>\n\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<label>[B]Year[/B]</label>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_ESRB)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t<font>home_12</font>\n\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info.alt</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Year]</label>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width min=\"5\" max=\"20\">auto</width>\n\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t<font>home_12</font>\n\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<label>|</label>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_TitleID)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t<font>home_12</font>\n\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<label>[B]ID[/B]</label>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_TitleID)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t<font>home_12</font>\n\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info.alt</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<label>$INFO[ListItem.Synopsis_TitleID]</label>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_TitleID)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t<!-- <animation effect=\"fade\" start=\"100\" end=\"0\" time=\"100\">WindowClose</animation> -->\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" delay=\"0\" condition=\"ControlGroup(8000).HasFocus(4) + Player.HasVideo\">Conditional</animation>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" delay=\"0\" condition=\"ControlGroup(8000).HasFocus(3) | ControlGroup(8000).HasFocus(5) | Control.HasFocus(8002) | Control.HasFocus(8003) | Control.HasFocus(8004)\">Conditional</animation>\n\t\t\t\t\t\t<!-- Ratings ESRB -->\n\t\t\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>55</top>\n\t\t\t\t\t\t\t<width>850</width>\n\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<colordiffuse>colour.synopsis.label.info</colordiffuse>\n\t\t\t\t\t\t\t\t<texture>synopsis icons\\medium_rating_alt.png</texture>\n\t\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-2.5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info.alt</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Rating]</label>\n\t\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width min=\"5\" max=\"20\">auto</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<label>|</label>\n\t\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-37.5,0\" time=\"0\" condition=\"IsEmpty(ListItem.Synopsis_Rating)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_ESRB_Descriptors)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width min=\"10\" max=\"760\">auto</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info.alt</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<label>$INFO[ListItem.Synopsis_ESRB_Descriptors]</label>\n\t\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-5,0\" time=\"0\" condition=\"true\">Conditional</animation>>\n\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-37.5,0\" time=\"0\" condition=\"IsEmpty(ListItem.Synopsis_Rating)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_ESRB_Descriptors)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<!-- Star rating -->\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>84</top>\n\t\t\t\t\t\t\t<width>150</width>\n\t\t\t\t\t\t\t<height>21</height>\n\t\t\t\t\t\t\t<colordiffuse>60000000</colordiffuse>\n\t\t\t\t\t\t\t<texture>windows\\synopsis\\ratings\\10.png</texture>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>84</top>\n\t\t\t\t\t\t\t<width>150</width>\n\t\t\t\t\t\t\t<height>21</height>\n\t\t\t\t\t\t\t<colordiffuse>colour.synopsis.label.info</colordiffuse>\n\t\t\t\t\t\t\t<texture>windows\\synopsis\\ratings\\$INFO[ListItem.Synopsis_Rating].png</texture>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" delay=\"0\" condition=\"ControlGroup(8000).HasFocus(4) + !IntegerGreaterThan(system.memory(free_no_mb),10) | ControlGroup(8000).HasFocus(4) + Player.HasVideo\">Conditional</animation>\n\t\t\t\t\t\t\t<!-- Synopsis -->\n\t\t\t\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t\t\t\t<description>Synopsis Description alt</description>\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>115</top>\n\t\t\t\t\t\t\t\t<width>850</width>\n\t\t\t\t\t\t\t\t<height>351</height>\n\t\t\t\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t\t\t\t<align>justify</align>\n\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info.alt</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t\t\t\t\t<pagecontrol>60</pagecontrol>\n\t\t\t\t\t\t\t\t<autoscroll delay=\"10000\" time=\"1000\" repeat=\"10000\" condition=\"ControlGroup(8000).HasFocus()\">Conditional</autoscroll>\n\t\t\t\t\t\t\t\t<label>$VAR[SynopsisCheck]</label>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Overview) + [ControlGroup(8000).HasFocus(1) | ControlGroup(8000).HasFocus(4)]</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<!-- Full info synopsis -->\n\t\t\t\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t\t\t\t<description>Synopsis Description alt</description>\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>115</top>\n\t\t\t\t\t\t\t\t<width>850</width>\n\t\t\t\t\t\t\t\t<height>203</height>\n\t\t\t\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t\t\t\t<align>justify</align>\n\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info.alt</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t\t\t\t\t<pagecontrol>60</pagecontrol>\n\t\t\t\t\t\t\t\t<autoscroll delay=\"10000\" time=\"1000\" repeat=\"10000\" condition=\"ControlGroup(8000).HasFocus()\">Conditional</autoscroll>\n\t\t\t\t\t\t\t\t<label>$VAR[SynopsisCheck]</label>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Overview) + ControlGroup(8000).HasFocus(2)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"scrollbar\" id=\"60\">\n\t\t\t\t\t\t\t\t<left>855</left>\n\t\t\t\t\t\t\t\t<top>120</top>\n\t\t\t\t\t\t\t\t<width>4</width>\n\t\t\t\t\t\t\t\t<height>198</height>\n\t\t\t\t\t\t\t\t<onright>60</onright>\n\t\t\t\t\t\t\t\t<onleft>8000</onleft>\n\t\t\t\t\t\t\t\t<onback>8000</onback>\n\t\t\t\t\t\t\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t\t\t\t\t\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\n\t\t\t\t\t\t\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\n\t\t\t\t\t\t\t\t<textureslidernib>-</textureslidernib>\n\t\t\t\t\t\t\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t\t\t\t\t\t\t<showonepage>false</showonepage>\n\t\t\t\t\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"20\" end=\"100\" time=\"100\">Focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"20\" time=\"100\" condition=\"!Control.HasFocus(60)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>ControlGroup(8000).HasFocus(2)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t\t<visible>ControlGroup(8000).HasFocus(2)</visible>\n\t\t\t\t\t\t\t\t<!-- Lower info -->\n\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t<description>Synopsis Year label</description>\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>330</top>\n\t\t\t\t\t\t\t\t\t<width>115</width>\n\t\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info</textcolor>\n\t\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t\t<label>[B]Genre[/B]</label>\n\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t<description>Synopsis Year label</description>\n\t\t\t\t\t\t\t\t\t<left>115</left>\n\t\t\t\t\t\t\t\t\t<top>330</top>\n\t\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info.alt</textcolor>\n\t\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Genre]</label>\n\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-30\" time=\"0\" delay=\"0\" condition=\"IsEmpty(ListItem.Synopsis_Genre)\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t\t<description>Synopsis Developer label</description>\n\t\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t\t<top>360</top>\n\t\t\t\t\t\t\t\t\t\t<width>115</width>\n\t\t\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info</textcolor>\n\t\t\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t\t\t<label>[B]Developer[/B]</label>\n\t\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Developer)</visible>\n\t\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t\t<description>Synopsis Developer label</description>\n\t\t\t\t\t\t\t\t\t\t<left>115</left>\n\t\t\t\t\t\t\t\t\t\t<top>360</top>\n\t\t\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info.alt</textcolor>\n\t\t\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Developer]</label>\n\t\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Developer)</visible>\n\t\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-30\" time=\"0\" delay=\"0\" condition=\"IsEmpty(ListItem.Synopsis_Genre)\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-30\" time=\"0\" delay=\"0\" condition=\"IsEmpty(ListItem.Synopsis_Developer)\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t\t<description>Synopsis Publisher label</description>\n\t\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t\t<top>390</top>\n\t\t\t\t\t\t\t\t\t\t<width>115</width>\n\t\t\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info</textcolor>\n\t\t\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t\t\t<label>[B]Publisher[/B]</label>\n\t\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Publisher)</visible>\n\t\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t\t<description>Synopsis Publisher label</description>\n\t\t\t\t\t\t\t\t\t\t<left>115</left>\n\t\t\t\t\t\t\t\t\t\t<top>390</top>\n\t\t\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info.alt</textcolor>\n\t\t\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Publisher]</label>\n\t\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Publisher)</visible>\n\t\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-30\" time=\"0\" delay=\"0\" condition=\"IsEmpty(ListItem.Synopsis_Genre)\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-30\" time=\"0\" delay=\"0\" condition=\"IsEmpty(ListItem.Synopsis_Developer)\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-30\" time=\"0\" delay=\"0\" condition=\"IsEmpty(ListItem.Synopsis_Publisher)\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t\t<description>Synopsis Features label</description>\n\t\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t\t<top>420</top>\n\t\t\t\t\t\t\t\t\t\t<width>115</width>\n\t\t\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info</textcolor>\n\t\t\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t\t\t<label>[B]Features[/B]</label>\n\t\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Features_General)</visible>\n\t\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t\t<description>Synopsis General Features label</description>\n\t\t\t\t\t\t\t\t\t\t<left>115</left>\n\t\t\t\t\t\t\t\t\t\t<top>420</top>\n\t\t\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info.alt</textcolor>\n\t\t\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Features_General]</label>\n\t\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Features_General)</visible>\n\t\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-30\" time=\"0\" delay=\"0\" condition=\"IsEmpty(ListItem.Synopsis_Genre)\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-30\" time=\"0\" delay=\"0\" condition=\"IsEmpty(ListItem.Synopsis_Developer)\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-30\" time=\"0\" delay=\"0\" condition=\"IsEmpty(ListItem.Synopsis_Publisher)\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-30\" time=\"0\" delay=\"0\" condition=\"IsEmpty(ListItem.Synopsis_Features_General)\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t\t<description>Synopsis Online label</description>\n\t\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t\t<top>450</top>\n\t\t\t\t\t\t\t\t\t\t<width>115</width>\n\t\t\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info</textcolor>\n\t\t\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t\t\t<label>[B]Online[/B]</label>\n\t\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Features_Online)</visible>\n\t\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t\t<description>Synopsis Online Features label</description>\n\t\t\t\t\t\t\t\t\t\t<left>115</left>\n\t\t\t\t\t\t\t\t\t\t<top>450</top>\n\t\t\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.info.alt</textcolor>\n\t\t\t\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Features_Online]</label>\n\t\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Features_Online)</visible>\n\t\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t<!-- <animation effect=\"fade\" start=\"100\" end=\"0\" time=\"100\">WindowClose</animation> -->\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Control.HasFocus(8002) | Control.HasFocus(8003) | Control.HasFocus(8004) | Player.HasVideo\">Conditional</animation>\n\t\t\t\t\t\t<top>510</top>\n\t\t\t\t\t\t<control type=\"grouplist\" id=\"8000\">\n\t\t\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width min=\"440\" max=\"850\">auto</width>\n\t\t\t\t\t\t\t<height>47</height>\n\t\t\t\t\t\t\t<onup>60</onup>\n\t\t\t\t\t\t\t<itemgap>18</itemgap>\n\t\t\t\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<!-- Buttons -->\n\t\t\t\t\t\t\t<control type=\"button\" id=\"1\">\n\t\t\t\t\t\t\t\t<description>Play button</description>\n\t\t\t\t\t\t\t\t<width>90</width>\n\t\t\t\t\t\t\t\t<height>47</height>\n\t\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texturefocus diffuse=\"windows\\synopsis\\button_diffuse.png\" colordiffuse=\"colour.synopsis.diffuse.button.focus\">windows\\synopsis\\icon_play_fo.jpg</texturefocus>\n\t\t\t\t\t\t\t\t<texturenofocus diffuse=\"windows\\synopsis\\button_diffuse.png\" colordiffuse=\"colour.synopsis.diffuse.button.nofocus\">windows\\synopsis\\icon_play.jpg</texturenofocus>\n\t\t\t\t\t\t\t\t<onclick>Dialog.Close(1101)</onclick>\n\t\t\t\t\t\t\t\t<onclick>$INFO[ListItem.Path,,default.xbe]</onclick>\n\t\t\t\t\t\t\t\t<onback>SetFocus(14,0)</onback>\n\t\t\t\t\t\t\t\t<onback>Dialog.Close(1101)</onback>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"button\" id=\"2\">\n\t\t\t\t\t\t\t\t<description>Full info</description>\n\t\t\t\t\t\t\t\t<width>90</width>\n\t\t\t\t\t\t\t\t<height>47</height>\n\t\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texturefocus diffuse=\"windows\\synopsis\\button_diffuse.png\" colordiffuse=\"colour.synopsis.diffuse.button.focus\">windows\\synopsis\\icon_info_fo.jpg</texturefocus>\n\t\t\t\t\t\t\t\t<texturenofocus diffuse=\"windows\\synopsis\\button_diffuse.png\" colordiffuse=\"colour.synopsis.diffuse.button.nofocus\">windows\\synopsis\\icon_info.jpg</texturenofocus>\n\t\t\t\t\t\t\t\t<onback>SetFocus(14,0)</onback>\n\t\t\t\t\t\t\t\t<onback>Dialog.Close(1101)</onback>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_AltName)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"button\" id=\"3\">\n\t\t\t\t\t\t\t\t<description>Screenshots</description>\n\t\t\t\t\t\t\t\t<width>90</width>\n\t\t\t\t\t\t\t\t<height>47</height>\n\t\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texturefocus diffuse=\"windows\\synopsis\\button_diffuse.png\" colordiffuse=\"colour.synopsis.diffuse.button.focus\">windows\\synopsis\\icon_pictures_fo.jpg</texturefocus>\n\t\t\t\t\t\t\t\t<texturenofocus diffuse=\"windows\\synopsis\\button_diffuse.png\" colordiffuse=\"colour.synopsis.diffuse.button.nofocus\">windows\\synopsis\\icon_pictures.jpg</texturenofocus>\n\t\t\t\t\t\t\t\t<onclick>SetFocus(8003)</onclick>\n\t\t\t\t\t\t\t\t<onback>SetFocus(14,0)</onback>\n\t\t\t\t\t\t\t\t<onback>Dialog.Close(1101)</onback>\n\t\t\t\t\t\t\t\t<onup>SetFocus(8003)</onup>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Screenshot)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"button\" id=\"4\">\n\t\t\t\t\t\t\t\t<description>Synopsis video</description>\n\t\t\t\t\t\t\t\t<onleft condition=\"Player.HasVideo\">4</onleft>\n\t\t\t\t\t\t\t\t<onright condition=\"Player.HasVideo\">4</onright>\n\t\t\t\t\t\t\t\t<ondown condition=\"Player.HasVideo\">Stop</ondown>\n\t\t\t\t\t\t\t\t<onback condition=\"Player.HasVideo\">Stop</onback>\n\t\t\t\t\t\t\t\t<onback condition=\"!Player.HasVideo\">SetFocus(14,0)</onback>\n\t\t\t\t\t\t\t\t<onback condition=\"!Player.HasVideo\">Dialog.Close(1101)</onback>\n\t\t\t\t\t\t\t\t<width>90</width>\n\t\t\t\t\t\t\t\t<height>47</height>\n\t\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texturefocus diffuse=\"windows\\synopsis\\button_diffuse.png\" colordiffuse=\"colour.synopsis.diffuse.button.focus\">windows\\synopsis\\icon_video_fo.jpg</texturefocus>\n\t\t\t\t\t\t\t\t<texturenofocus diffuse=\"windows\\synopsis\\button_diffuse.png\" colordiffuse=\"colour.synopsis.diffuse.button.nofocus\">windows\\synopsis\\icon_video.jpg</texturenofocus>\n\t\t\t\t\t\t\t\t<onclick>SetFocus(8001)</onclick>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Preview)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"button\" id=\"5\">\n\t\t\t\t\t\t\t\t<description>Artwork</description>\n\t\t\t\t\t\t\t\t<width>90</width>\n\t\t\t\t\t\t\t\t<height>47</height>\n\t\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texturefocus diffuse=\"windows\\synopsis\\button_diffuse.png\" colordiffuse=\"colour.synopsis.diffuse.button.focus\">windows\\synopsis\\icon_artwork_fo.jpg</texturefocus>\n\t\t\t\t\t\t\t\t<texturenofocus diffuse=\"windows\\synopsis\\button_diffuse.png\" colordiffuse=\"colour.synopsis.diffuse.button.nofocus\">windows\\synopsis\\icon_artwork.jpg</texturenofocus>\n\t\t\t\t\t\t\t\t<onclick>SetFocus(8002)</onclick>\n\t\t\t\t\t\t\t\t<onback>SetFocus(14,0)</onback>\n\t\t\t\t\t\t\t\t<onback>Dialog.Close(1101)</onback>\n\t\t\t\t\t\t\t\t<onup>SetFocus(8002)</onup>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Fanart)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"fadelabel\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>50</top>\n\t\t\t\t\t\t\t<width>850</width>\n\t\t\t\t\t\t\t<height>24</height>\n\t\t\t\t\t\t\t<font>home_15</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[518]</label>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Path]</label>\n\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.selected</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t\t<scrollout>false</scrollout>\n\t\t\t\t\t\t\t<scrollspeed>0</scrollspeed>\n\t\t\t\t\t\t\t<pauseatend>5000</pauseatend>\n\t\t\t\t\t\t\t<visible>ControlGroup(8000).HasFocus(1)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"fadelabel\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>50</top>\n\t\t\t\t\t\t\t<width>850</width>\n\t\t\t\t\t\t\t<height>24</height>\n\t\t\t\t\t\t\t<font>home_15</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31620]</label>\n\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.selected</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t\t<scrollout>false</scrollout>\n\t\t\t\t\t\t\t<scrollspeed>0</scrollspeed>\n\t\t\t\t\t\t\t<pauseatend>5000</pauseatend>\n\t\t\t\t\t\t\t<visible>ControlGroup(8000).HasFocus(2)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"fadelabel\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>50</top>\n\t\t\t\t\t\t\t<width>850</width>\n\t\t\t\t\t\t\t<height>24</height>\n\t\t\t\t\t\t\t<font>home_15</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31618]</label>\n\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.selected</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t\t<scrollout>false</scrollout>\n\t\t\t\t\t\t\t<scrollspeed>0</scrollspeed>\n\t\t\t\t\t\t\t<pauseatend>5000</pauseatend>\n\t\t\t\t\t\t\t<visible>ControlGroup(8000).HasFocus(3)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"fadelabel\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>50</top>\n\t\t\t\t\t\t\t<width>850</width>\n\t\t\t\t\t\t\t<height>24</height>\n\t\t\t\t\t\t\t<font>home_15</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31619]</label>\n\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.selected</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t\t<scrollout>false</scrollout>\n\t\t\t\t\t\t\t<scrollspeed>0</scrollspeed>\n\t\t\t\t\t\t\t<pauseatend>5000</pauseatend>\n\t\t\t\t\t\t\t<visible>ControlGroup(8000).HasFocus(4)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"fadelabel\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>50</top>\n\t\t\t\t\t\t\t<width>850</width>\n\t\t\t\t\t\t\t<height>24</height>\n\t\t\t\t\t\t\t<font>home_15</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31621]</label>\n\t\t\t\t\t\t\t<textcolor>colour.synopsis.label.selected</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.synopsis.label.info.shadow</shadowcolor>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t\t<scrollout>false</scrollout>\n\t\t\t\t\t\t\t<scrollspeed>0</scrollspeed>\n\t\t\t\t\t\t\t<pauseatend>5000</pauseatend>\n\t\t\t\t\t\t\t<visible>ControlGroup(8000).HasFocus(5)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Fake buttons for video playback -->\n\t\t\t<control type=\"button\" id=\"8001\">\n\t\t\t\t<description>Fake button</description>\n\t\t\t\t<left>-1000</left>\n\t\t\t\t<width>0</width>\n\t\t\t\t<height>0</height>\n\t\t\t\t<onfocus>SetFocus(8000,4)</onfocus>\n\t\t\t\t<visible>!IntegerGreaterThan(system.memory(free_no_mb),10) + !Player.HasVideo</visible>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"8001\">\n\t\t\t\t<description>Fake button</description>\n\t\t\t\t<left>-1000</left>\n\t\t\t\t<width>0</width>\n\t\t\t\t<height>0</height>\n\t\t\t\t<onfocus>PlayMedia($INFO[ListItem.Synopsis_Resources]media\\preview.mp4)</onfocus>\n\t\t\t\t<onfocus>SetFocus(8000,4)</onfocus>\n\t\t\t\t<visible>IntegerGreaterThan(system.memory(free_no_mb),10) | Player.HasVideo</visible>\n\t\t\t</control>\n\t\t\t<!-- Fake button so fanart goes fullscreen -->\n\t\t\t<control type=\"button\" id=\"8002\">\n\t\t\t\t<description>Fake button</description>\n\t\t\t\t<left>-1000</left>\n\t\t\t\t<width>0</width>\n\t\t\t\t<height>0</height>\n\t\t\t\t<ondown>SetFocus(8000,5)</ondown>\n\t\t\t\t<onback>SetFocus(8000,5)</onback>\n\t\t\t</control>\n\t\t\t<!-- Fake buttons to force the screenshot window -->\n\t\t\t<control type=\"button\" id=\"8003\">\n\t\t\t\t<description>Fake button</description>\n\t\t\t\t<left>-1000</left>\n\t\t\t\t<width>0</width>\n\t\t\t\t<height>0</height>\n\t\t\t\t<ondown>SetFocus(8000,3)</ondown>\n\t\t\t\t<onback>SetFocus(8000,3)</onback>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/Custom_Menu_Loader.xml",
    "content": "<window id=\"1114\">\n\t<defaultcontrol always=\"true\">1</defaultcontrol>\n\t<!-- Run random script if enabled and disable the updatedb settings -->\n\t<onload condition=\"!Skin.HasSetting(AdultProfile) + Skin.HasSetting(Random_Game)\">Skin.SetBool(run_random_script,true)</onload>\n\t<onload condition=\"!Skin.HasSetting(AdultProfile) + Skin.HasSetting(UpdateDB)\">Skin.Reset(UpdateDB)</onload>\n\t<!-- Load windows outside the script -->\n\t<onload condition=\"!StringCompare(Skin.String(HomeWindowSource),Home) + Window.Previous(1)\">ActivateWindow(Programs,$INFO[skin.String(HomeWindow)])</onload>\n\t<onload condition=\"StringCompare(Skin.String(HomeWindowSource),Home) + Window.Previous(1)\">ActivateWindow(Home)</onload>\n\t<!-- Start music if enabled -->\n\t<onunload condition=\"!Skin.HasSetting(AdultProfile) + !Skin.HasSetting(UseThemePlaylist) + Skin.HasSetting(Use_Startup_Playback) + !Skin.HasSetting(AdultProfile) + !Player.HasAudio\">PlayMedia($INFO[Skin.String(Startup_Playback_Path)])</onunload>\n\t<onunload condition=\"!Skin.HasSetting(AdultProfile) + Skin.HasSetting(UseThemePlaylist) + Skin.HasSetting(Use_Startup_Playback) + !Skin.HasSetting(AdultProfile) + !Player.HasAudio\">PlayMedia(Special://skin\\extras\\themes\\playlists\\$INFO[Skin.CurrentTheme].m3u)</onunload>\n\t<controls>\n\t\t<control type=\"button\" id=\"1\">\n\t\t\t<left>-5000</left>\n\t\t\t<onclick condition=\"Skin.HasSetting(AdultProfile) + !Skin.HasSetting(kioskmode)\">System.LogOff</onclick>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"100\" time=\"100\">Focus</animation>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"70\" delay=\"0\" time=\"300\" condition=\"Skin.HasSetting(AdultProfile)\">WindowOpen</animation>\n\t\t\t<animation effect=\"fade\" start=\"70\" end=\"100\" delay=\"0\" time=\"100\" condition=\"Skin.HasSetting(AdultProfile)\">WindowClose</animation>\n\t\t\t<include>Global.Backgrounds</include>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include condition=\"!Window.Previous(1)\">Startup.Window.Profile</include>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"300\" condition=\"Skin.HasSetting(AdultProfile) + !Skin.HasSetting(kioskmode)\">WindowOpen</animation>\n\t\t\t<animation effect=\"fade\" start=\"20\" end=\"100\" time=\"100\" condition=\"Skin.HasSetting(AdultProfile) + !Skin.HasSetting(kioskmode)\">WindowClose</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"300\" condition=\"Skin.HasSetting(kioskmode)\">WindowClose</animation>\n\t\t</control>\n\t\t<include condition=\"!Window.Previous(1)\">Startup.Window.Info</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/Custom_Recents.xml",
    "content": "<window type=\"dialog\" id=\"1102\">\n\t<defaultcontrol always=\"true\">9002</defaultcontrol>\n\t<onunload>FlushTextureCache</onunload>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>270</left>\n\t\t\t\t<top>180</top>\n\t\t\t\t<width>740</width>\n\t\t\t\t<height>360</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\select_browser\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>286</left>\n\t\t\t\t<top>192</top>\n\t\t\t\t<width>709</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\select_browser\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"1\">\n\t\t\t\t<description>Heading label</description>\n\t\t\t\t<left>313</left>\n\t\t\t\t<top>200</top>\n\t\t\t\t<width>731</width>\n\t\t\t\t<height>37</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31125]</label>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>270</left>\n\t\t\t\t<top>483</top>\n\t\t\t\t<width>740</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t\t<visible>!StringCompare(Container(9002).NumItems,0)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t\t<visible>!StringCompare(Container(9002).NumItems,0)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>825</left>\n\t\t\t\t<top>263</top>\n\t\t\t\t<width>159</width>\n\t\t\t\t<height>208</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture fallback=\"defaultprogram.png\">$INFO[Container(9002).ListItem.Icon]</texture>\n\t\t\t\t<visible>!StringCompare(Container(9002).CurrentItem,0)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>StringCompare(Container(9002).CurrentItem,0)</visible>\n\t\t\t\t<!-- No items found -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>300</left>\n\t\t\t\t\t<top>263</top>\n\t\t\t\t\t<width>515</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>310</left>\n\t\t\t\t\t<top>263</top>\n\t\t\t\t\t<width>495</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[504]</label>\n\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"list\" id=\"9002\">\n\t\t\t\t<left>300</left>\n\t\t\t\t<top>263</top>\n\t\t\t\t<width>515</width>\n\t\t\t\t<height>210</height>\n\t\t\t\t<onup>9002</onup>\n\t\t\t\t<ondown>9002</ondown>\n\t\t\t\t<onleft>60</onleft>\n\t\t\t\t<pagecontrol>60</pagecontrol>\n\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t<itemlayout height=\"42\" width=\"515\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>515</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>495</width>\n\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"42\" width=\"515\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>515</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>495</width>\n\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t<selectedcolor>colour.dialog.button.nofocus</selectedcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t\t<content>\n\t\t\t\t\t<item id=\"1\">\n\t\t\t\t\t\t<icon>$INFO[Window(Programs).Property(RecentPlayed.1.Poster)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(Programs).Property(RecentPlayed.1.Title)]</label>\n\t\t\t\t\t\t<onclick>$INFO[Window(Programs).Property(RecentPlayed.1.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(Programs).Property(RecentPlayed.1.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"2\">\n\t\t\t\t\t\t<icon>$INFO[Window(Programs).Property(RecentPlayed.2.Poster)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(Programs).Property(RecentPlayed.2.Title)]</label>\n\t\t\t\t\t\t<onclick>$INFO[Window(Programs).Property(RecentPlayed.2.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(Programs).Property(RecentPlayed.2.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"3\">\n\t\t\t\t\t\t<icon>$INFO[Window(Programs).Property(RecentPlayed.3.Poster)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(Programs).Property(RecentPlayed.3.Title)]</label>\n\t\t\t\t\t\t<onclick>$INFO[Window(Programs).Property(RecentPlayed.3.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(Programs).Property(RecentPlayed.3.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"4\">\n\t\t\t\t\t\t<icon>$INFO[Window(Programs).Property(RecentPlayed.4.Poster)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(Programs).Property(RecentPlayed.4.Title)]</label>\n\t\t\t\t\t\t<onclick>$INFO[Window(Programs).Property(RecentPlayed.4.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(Programs).Property(RecentPlayed.4.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"5\">\n\t\t\t\t\t\t<icon>$INFO[Window(Programs).Property(RecentPlayed.5.Poster)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(Programs).Property(RecentPlayed.5.Title)]</label>\n\t\t\t\t\t\t<onclick>$INFO[Window(Programs).Property(RecentPlayed.5.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(Programs).Property(RecentPlayed.5.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"6\">\n\t\t\t\t\t\t<icon>$INFO[Window(Programs).Property(RecentPlayed.6.Poster)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(Programs).Property(RecentPlayed.6.Title)]</label>\n\t\t\t\t\t\t<onclick>$INFO[Window(Programs).Property(RecentPlayed.6.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(Programs).Property(RecentPlayed.6.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"7\">\n\t\t\t\t\t\t<icon>$INFO[Window(Programs).Property(RecentPlayed.7.Poster)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(Programs).Property(RecentPlayed.7.Title)]</label>\n\t\t\t\t\t\t<onclick>$INFO[Window(Programs).Property(RecentPlayed.7.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(Programs).Property(RecentPlayed.7.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"8\">\n\t\t\t\t\t\t<icon>$INFO[Window(Programs).Property(RecentPlayed.8.Poster)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(Programs).Property(RecentPlayed.8.Title)]</label>\n\t\t\t\t\t\t<onclick>$INFO[Window(Programs).Property(RecentPlayed.8.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(Programs).Property(RecentPlayed.8.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"9\">\n\t\t\t\t\t\t<icon>$INFO[Window(Programs).Property(RecentPlayed.9.Poster)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(Programs).Property(RecentPlayed.9.Title)]</label>\n\t\t\t\t\t\t<onclick>$INFO[Window(Programs).Property(RecentPlayed.9.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(Programs).Property(RecentPlayed.9.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"10\">\n\t\t\t\t\t\t<icon>$INFO[Window(Programs).Property(RecentPlayed.10.Poster)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(Programs).Property(RecentPlayed.10.Title)]</label>\n\t\t\t\t\t\t<onclick>$INFO[Window(Programs).Property(RecentPlayed.10.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(Programs).Property(RecentPlayed.10.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"60\">\n\t\t\t\t<left>296</left>\n\t\t\t\t<top>263</top>\n\t\t\t\t<width>4</width>\n\t\t\t\t<height>208</height>\n\t\t\t\t<onright>9002</onright>\n\t\t\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\n\t\t\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\n\t\t\t\t<textureslidernib>-</textureslidernib>\n\t\t\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t\t\t<showonepage>false</showonepage>\n\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"40\" end=\"100\" time=\"100\">Focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"40\" time=\"100\" condition=\"!Control.HasFocus(60)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>number of files in list text label</description>\n\t\t\t\t<right>295</right>\n\t\t\t\t<bottom>197</bottom>\n\t\t\t\t<width>200</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>false</scroll>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<label>$INFO[Container(9002).CurrentItem]/$INFO[Container(9002).NumItems]</label>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"75\" time=\"300\">Visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"75\" end=\"0\" time=\"0\">Hidden</animation>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/Custom_Toggle_Views.xml",
    "content": "<window type=\"dialog\" id=\"1117\">\n\t<defaultcontrol always=\"true\">9100</defaultcontrol>\n\t<include>Dialog.Effect.Zoom.Fast</include>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<top>140</top>\n\t\t\t<control type=\"button\" id=\"9110\">\n\t\t\t\t<left>-1000</left>\n\t\t\t\t<onfocus>SetFocus(9101,0)</onfocus>\n\t\t\t\t<visible>Control.HasFocus(1)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"9110\">\n\t\t\t\t<left>-1000</left>\n\t\t\t\t<onfocus>SetFocus(9102)</onfocus>\n\t\t\t\t<visible>Control.HasFocus(2)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"9110\">\n\t\t\t\t<left>-1000</left>\n\t\t\t\t<onfocus>SetFocus(9103)</onfocus>\n\t\t\t\t<visible>Control.HasFocus(3)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>201</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>878</width>\n\t\t\t\t<height>440</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\generic\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>220</left>\n\t\t\t\t<top>15</top>\n\t\t\t\t<width>230</width>\n\t\t\t\t<height>410</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main.overlay\">windows\\generic\\main_overlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>450</left>\n\t\t\t\t<top>375</top>\n\t\t\t\t<width>610</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\" id=\"9100\">\n\t\t\t\t<description>button area</description>\n\t\t\t\t<left>220</left>\n\t\t\t\t<top>45</top>\n\t\t\t\t<width max=\"230\">auto</width>\n\t\t\t\t<height max=\"410\">auto</height>\n\t\t\t\t<itemgap>5</itemgap>\n\t\t\t\t<onright>9110</onright>\n\t\t\t\t<onback>50</onback>\n\t\t\t\t<align>top</align>\n\t\t\t\t<control type=\"button\" id=\"1\">\n\t\t\t\t\t<description>Views</description>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>230</width>\n\t\t\t\t\t<textoffsetx>24</textoffsetx>\n\t\t\t\t\t<textoffsety>0</textoffsety>\n\t\t\t\t\t<font>size_22</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[31615]</label>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"2\">\n\t\t\t\t\t<description>Views</description>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>230</width>\n\t\t\t\t\t<textoffsetx>24</textoffsetx>\n\t\t\t\t\t<textoffsety>0</textoffsety>\n\t\t\t\t\t<font>size_22</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[31622]</label>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"3\">\n\t\t\t\t\t<description>Views</description>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>230</width>\n\t\t\t\t\t<textoffsetx>24</textoffsetx>\n\t\t\t\t\t<textoffsety>0</textoffsety>\n\t\t\t\t\t<font>size_22</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[31616]</label>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Detailed Views -->\n\t\t\t<control type=\"panel\" id=\"9101\">\n\t\t\t\t<visible>ControlGroup(9100).HasFocus(1)</visible>\n\t\t\t\t<left>460</left>\n\t\t\t\t<top>40</top>\n\t\t\t\t<width>620</width>\n\t\t\t\t<height>320</height>\n\t\t\t\t<onleft>9100</onleft>\n\t\t\t\t<onback>9100</onback>\n\t\t\t\t<itemlayout height=\"97\" width=\"147\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t<width>137</width>\n\t\t\t\t\t\t<height>71</height>\n\t\t\t\t\t\t<texture>$INFO[listitem.actualicon]</texture>\n\t\t\t\t\t\t<bordertexture colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows/generic/header.png</bordertexture>\n\t\t\t\t\t\t<bordersize>3</bordersize>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>73</top>\n\t\t\t\t\t\t<width>147</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"97\" width=\"147\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t<width>137</width>\n\t\t\t\t\t\t<height>71</height>\n\t\t\t\t\t\t<texture>$INFO[listitem.actualicon]</texture>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>73</top>\n\t\t\t\t\t\t<width>147</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>2.5</left>\n\t\t\t\t\t\t<top>2.5</top>\n\t\t\t\t\t\t<width>142</width>\n\t\t\t\t\t\t<height>76</height>\n\t\t\t\t\t\t<texture border=\"5,5,5,5\">windows\\generic\\button_focus_alt.png</texture>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t\t<content>\n\t\t\t\t\t<item id=\"300\">\n\t\t\t\t\t\t<label>$VAR[View71_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View71_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\71.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"301\">\n\t\t\t\t\t\t<label>$VAR[View57_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View57_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\57.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"302\">\n\t\t\t\t\t\t<label>$VAR[View75_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View75_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\75.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"303\">\n\t\t\t\t\t\t<label>$VAR[View56_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View56_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\56.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"304\">\n\t\t\t\t\t\t<label>$VAR[View54_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View54_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\54.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"305\">\n\t\t\t\t\t\t<label>$VAR[View61_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View61_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\61.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"306\">\n\t\t\t\t\t\t<label>$VAR[View72_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View72_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\72.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"307\">\n\t\t\t\t\t\t<label>$VAR[View74_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View74_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\74.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"308\">\n\t\t\t\t\t\t<label>$VAR[View55_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View55_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\55.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"309\">\n\t\t\t\t\t\t<label>$VAR[View69_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View69_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\69.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<!-- Resources Views -->\n\t\t\t<control type=\"panel\" id=\"9102\">\n\t\t\t\t<visible>ControlGroup(9100).HasFocus(2)</visible>\n\t\t\t\t<left>460</left>\n\t\t\t\t<top>40</top>\n\t\t\t\t<width>620</width>\n\t\t\t\t<height>320</height>\n\t\t\t\t<onleft>9100</onleft>\n\t\t\t\t<onback>9100</onback>\n\t\t\t\t<itemlayout height=\"97\" width=\"147\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t<width>137</width>\n\t\t\t\t\t\t<height>71</height>\n\t\t\t\t\t\t<texture>$INFO[listitem.actualicon]</texture>\n\t\t\t\t\t\t<bordertexture colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows/generic/header.png</bordertexture>\n\t\t\t\t\t\t<bordersize>3</bordersize>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>73</top>\n\t\t\t\t\t\t<width>147</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"97\" width=\"147\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t<width>137</width>\n\t\t\t\t\t\t<height>71</height>\n\t\t\t\t\t\t<texture>$INFO[listitem.actualicon]</texture>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>73</top>\n\t\t\t\t\t\t<width>147</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>2.5</left>\n\t\t\t\t\t\t<top>2.5</top>\n\t\t\t\t\t\t<width>142</width>\n\t\t\t\t\t\t<height>76</height>\n\t\t\t\t\t\t<texture border=\"5,5,5,5\">windows\\generic\\button_focus_alt.png</texture>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t\t<content>\n\t\t\t\t\t<item id=\"320\">\n\t\t\t\t\t\t<label>$VAR[View53_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View53_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\53.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"321\">\n\t\t\t\t\t\t<label>$VAR[View58_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View58_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\58.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"322\">\n\t\t\t\t\t\t<label>$VAR[View62_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View62_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\62.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"323\">\n\t\t\t\t\t\t<label>$VAR[View63_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View63_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\63.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"324\">\n\t\t\t\t\t\t<label>$VAR[View64_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View64_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\64.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"325\">\n\t\t\t\t\t\t<label>$VAR[View65_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View65_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\65.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"326\">\n\t\t\t\t\t\t<label>$VAR[View68_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View68_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\68.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<!-- Standard Views -->\n\t\t\t<control type=\"panel\" id=\"9103\">\n\t\t\t\t<visible>ControlGroup(9100).HasFocus(3)</visible>\n\t\t\t\t<left>460</left>\n\t\t\t\t<top>40</top>\n\t\t\t\t<width>620</width>\n\t\t\t\t<height>320</height>\n\t\t\t\t<onleft>9100</onleft>\n\t\t\t\t<onback>9100</onback>\n\t\t\t\t<itemlayout height=\"97\" width=\"147\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t<width>137</width>\n\t\t\t\t\t\t<height>71</height>\n\t\t\t\t\t\t<texture>$INFO[listitem.actualicon]</texture>\n\t\t\t\t\t\t<bordertexture colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows/generic/header.png</bordertexture>\n\t\t\t\t\t\t<bordersize>3</bordersize>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>73</top>\n\t\t\t\t\t\t<width>147</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"97\" width=\"147\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t<width>137</width>\n\t\t\t\t\t\t<height>71</height>\n\t\t\t\t\t\t<texture>$INFO[listitem.actualicon]</texture>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>73</top>\n\t\t\t\t\t\t<width>147</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>2.5</left>\n\t\t\t\t\t\t<top>2.5</top>\n\t\t\t\t\t\t<width>142</width>\n\t\t\t\t\t\t<height>76</height>\n\t\t\t\t\t\t<texture border=\"5,5,5,5\">windows\\generic\\button_focus_alt.png</texture>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t\t<content>\n\t\t\t\t\t<!-- <item id=\"340\"> -->\n\t\t\t\t\t<!-- <label>$VAR[View50_Condition]</label> -->\n\t\t\t\t\t<!-- <onclick>Skin.ToggleSetting(View50_Disabled)</onclick><onclick>Skin.SetBool(RefershViews)</onclick> -->\n\t\t\t\t\t<!-- <icon>windows\\programs\\views\\50.jpg</icon> -->\n\t\t\t\t\t<!-- </item> -->\n\t\t\t\t\t<item id=\"341\">\n\t\t\t\t\t\t<label>$VAR[View51_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View51_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\51.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"342\">\n\t\t\t\t\t\t<label>$VAR[View52_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View52_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\52.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"343\">\n\t\t\t\t\t\t<label>$VAR[View70_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View70_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\70.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"344\">\n\t\t\t\t\t\t<label>$VAR[View59_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View59_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\59.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"345\">\n\t\t\t\t\t\t<label>$VAR[View60_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View60_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\60.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"346\">\n\t\t\t\t\t\t<label>$VAR[View66_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View66_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\66.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"347\">\n\t\t\t\t\t\t<label>$VAR[View67_Condition]</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(View67_Disabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(RefershViews)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\67.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/Custom_XBMC4Gamers_Options.xml",
    "content": "<window id=\"1111\">\n\t<defaultcontrol always=\"true\">9000</defaultcontrol>\n\t<onload>Skin.Reset(HomeSettings)</onload>\n\t<onload condition=\"StringCompare(Skin.String(NavSoundMode),)\">Skin.SetString(NavSoundMode,$LOCALIZE[305])</onload>\n\t<onunload condition=\"Skin.HasSetting(RefershViews)\">RunScript(Special://scripts/XBMC4Gamers/Utilities/XML Builder.py,2)</onunload>\n\t<onunload condition=\"Skin.HasSetting(RefershViews)\">Skin.Reset(RefershViews)</onunload>\n\t<onunload condition=\"Skin.HasSetting(RefershHome)\">RunScript(Special://Scripts/XBMC4Gamers/Utilities/Dialogs.py,\"Skin.Reset(RefershHome)\",\"ok\",\"$LOCALIZE[31600]\",\"\",\"$LOCALIZE[31612]\",\"\",\"\",\"\",RunScript(Special://scripts/XBMC4Gamers/Utilities/Parse Programs DB.py,refresh_home),\"yes\")</onunload>\n\t<controls>\n\t\t<include>Global.Backgrounds</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>50</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>1180</width>\n\t\t\t\t<height>610</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.main\">windows\\settings_categories\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>75</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>570</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.main.overlay\">windows\\settings_categories\\main_overlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>580</top>\n\t\t\t\t<width>775</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\" id=\"9000\">\n\t\t\t\t<description>control area</description>\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>520</height>\n\t\t\t\t<onleft>-</onleft>\n\t\t\t\t<onright>9001</onright>\n\t\t\t\t<onup>9000</onup>\n\t\t\t\t<ondown>9000</ondown>\n\t\t\t\t<itemgap>4</itemgap>\n\t\t\t\t<control type=\"button\" id=\"1\">\n\t\t\t\t\t<label>$LOCALIZE[31022]</label>\n\t\t\t\t\t<include>Button.Settings.Category.Values_Alt</include>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"2\">\n\t\t\t\t\t<label>$LOCALIZE[31023]</label>\n\t\t\t\t\t<include>Button.Settings.Category.Values_Alt</include>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"4\">\n\t\t\t\t\t<label>$LOCALIZE[31505]</label>\n\t\t\t\t\t<include>Button.Settings.Category.Values_Alt</include>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"5\">\n\t\t\t\t\t<label>$LOCALIZE[247]</label>\n\t\t\t\t\t<include>Button.Settings.Category.Values_Alt</include>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"6\">\n\t\t\t\t\t<label>$LOCALIZE[31027]</label>\n\t\t\t\t\t<include>Button.Settings.Category.Values_Alt</include>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"7\">\n\t\t\t\t\t<label>$LOCALIZE[21895]</label>\n\t\t\t\t\t<include>Button.Settings.Category.Values_Alt</include>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"8\">\n\t\t\t\t\t<label>$LOCALIZE[31026]</label>\n\t\t\t\t\t<include>Button.Settings.Category.Values_Alt</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- General Toggles -->\n\t\t\t<control type=\"grouplist\" id=\"9001\">\n\t\t\t\t<description>control area</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>775</width>\n\t\t\t\t<height>445</height>\n\t\t\t\t<itemgap>4</itemgap>\n\t\t\t\t<onleft>9000</onleft>\n\t\t\t\t<onright>-</onright>\n\t\t\t\t<onup>9001</onup>\n\t\t\t\t<ondown>9001</ondown>\n\t\t\t\t<pagecontrol>80</pagecontrol>\n\t\t\t\t<visible>ControlGroup(9000).HasFocus(1)</visible>\n\t\t\t\t<control type=\"radiobutton\" id=\"12\">\n\t\t\t\t\t<description>Time Display</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31035]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(DisplayTime)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(DisplayTime)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"20\">\n\t\t\t\t\t<description>Custom Launcher Toggle</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31037]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(Custom_Button)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(Custom_Button)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"21\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(Custom_Button_Name1,), Skin.Reset(Custom_Button_Path1)]         $LOCALIZE[31051]     [/ONCLICK] [ONCLICK Skin.SetString(Custom_Button_Name1)]     $LOCALIZE[31038]: [COLOR=colour.settings.label2]$INFO[Skin.String(Custom_Button_Name1)][/COLOR]     [/ONCLICK] [ONCLICK Skin.SetFile(Custom_Button_Path1,.xbe|.py)]     $LOCALIZE[31039]: [COLOR=colour.settings.label2]$INFO[Skin.String(Custom_Button_Path1)][/COLOR]     [/ONCLICK]</label>\n\t\t\t\t\t<visible>Skin.HasSetting(Custom_Button)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"22\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(Custom_Button_Name2,), Skin.Reset(Custom_Button_Path2)]         $LOCALIZE[31051]     [/ONCLICK] [ONCLICK Skin.SetString(Custom_Button_Name2)]     $LOCALIZE[31038]: [COLOR=colour.settings.label2]$INFO[Skin.String(Custom_Button_Name2)][/COLOR]     [/ONCLICK] [ONCLICK Skin.SetFile(Custom_Button_Path2,.xbe|.py)]     $LOCALIZE[31039]: [COLOR=colour.settings.label2]$INFO[Skin.String(Custom_Button_Path2)][/COLOR]     [/ONCLICK]</label>\n\t\t\t\t\t<visible>Skin.HasSetting(Custom_Button)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"23\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(Custom_Button_Name3,), Skin.Reset(Custom_Button_Path3)]         $LOCALIZE[31051]     [/ONCLICK] [ONCLICK Skin.SetString(Custom_Button_Name3)]     $LOCALIZE[31038]: [COLOR=colour.settings.label2]$INFO[Skin.String(Custom_Button_Name3)][/COLOR]     [/ONCLICK] [ONCLICK Skin.SetFile(Custom_Button_Path3,.xbe|.py,Special://scripts/XBMC4Gamers Extras/)]     $LOCALIZE[31039]: [COLOR=colour.settings.label2]$INFO[Skin.String(Custom_Button_Path3)][/COLOR]     [/ONCLICK]</label>\n\t\t\t\t\t<visible>Skin.HasSetting(Custom_Button)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"25\">\n\t\t\t\t\t<description>XBMC4Gamers Logo Colour Toggle</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31040]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(EnabledXBMC4GamersLogoColour)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(EnabledXBMC4GamersLogoColour)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"26\">\n\t\t\t\t\t<description>Colour Type</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  $LOCALIZE[31041]</label>\n\t\t\t\t\t<label2>[COLOR=$VAR[Custom_Gamers_Logo_Colour]]$INFO[Skin.String(XBMC4GamersLogoColour)][/COLOR]</label2>\n\t\t\t\t\t<onclick>Skin.Reset(XBMC4GamersLogoColour)</onclick>\n\t\t\t\t\t<onclick>Skin.SetBool(hex_entry)</onclick>\n\t\t\t\t\t<onclick>Skin.SetString(XBMC4GamersLogoColour)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(EnabledXBMC4GamersLogoColour)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"27\">\n\t\t\t\t\t<description>Context Buttons Toggle</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31036]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(HideContextBar)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(HideContextBar)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"28\">\n\t\t\t\t\t<description>Hide RSS feed info</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Textbox.Values</include>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]$LOCALIZE[31609][/COLOR]</label>\n\t\t\t\t\t<!-- <visible>!system.getbool(lookandfeel.enablerssfeeds)</visible> -->\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"29\">\n\t\t\t\t\t<description>Hide RSS feed</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31610]</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Toggle RSS.py)</onclick>\n\t\t\t\t\t<selected>!system.getbool(lookandfeel.enablerssfeeds)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"30\">\n\t\t\t\t\t<description>Hide Played Overlay</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31043]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(HidePlayedIndicator)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(HidePlayedIndicator)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"31\">\n\t\t\t\t\t<description>Hide Scroll Label</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31047]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(HideScrollLabel)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(HideScrollLabel)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"32\">\n\t\t\t\t\t<description>Hide Trainer Overlay</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31045]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(HideTrainerIndicator)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(HideTrainerIndicator)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"33\">\n\t\t\t\t\t<description>Hide some context buttons toggle</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31044]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(HideContextButtons)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(HideContextButtons)</selected>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Home Window -->\n\t\t\t<control type=\"grouplist\" id=\"9001\">\n\t\t\t\t<description>control area</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>775</width>\n\t\t\t\t<height>445</height>\n\t\t\t\t<itemgap>4</itemgap>\n\t\t\t\t<onleft>9000</onleft>\n\t\t\t\t<onright>-</onright>\n\t\t\t\t<onup>9001</onup>\n\t\t\t\t<ondown>9001</ondown>\n\t\t\t\t<pagecontrol>80</pagecontrol>\n\t\t\t\t<visible>ControlGroup(9000).HasFocus(2)</visible>\n\t\t\t\t<control type=\"textbox\" id=\"500\">\n\t\t\t\t\t<include>Button.SkinSettings.Category.Textbox.Values</include>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]$LOCALIZE[31076] [B]$INFO[Skin.String(HomeWindow_name)][/B][/COLOR]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"501\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.Reset(Random_Game), Skin.SetString(HomeWindow,Home), Skin.SetString(HomeWindowSource,Home), Skin.SetString(HomeWindow_name,$LOCALIZE[31081]), Skin.SetBool(RefershHome)]         $LOCALIZE[31081]     [/ONCLICK] [ONCLICK Skin.SetString(HomeWindow,Applications), Skin.SetString(HomeWindowSource,Programs), Skin.SetString(HomeWindow_name,$LOCALIZE[31077]), Skin.Reset(RefershHome)]     $LOCALIZE[31077]     [/ONCLICK] [ONCLICK Skin.SetString(HomeWindow,Emulators), Skin.SetString(HomeWindowSource,Programs), Skin.SetString(HomeWindow_name,$LOCALIZE[31078]), Skin.Reset(RefershHome)]     $LOCALIZE[31078]     [/ONCLICK] [ONCLICK Skin.SetString(HomeWindow,Games), Skin.SetString(HomeWindowSource,Programs), Skin.SetString(HomeWindow_name,$LOCALIZE[31079]), Skin.Reset(RefershHome)]     $LOCALIZE[31079]     [/ONCLICK] [ONCLICK Skin.SetString(HomeWindow,Homebrew), Skin.SetString(HomeWindowSource,Programs), Skin.SetString(HomeWindow_name,$LOCALIZE[31080]), Skin.Reset(RefershHome)]     $LOCALIZE[31080]     [/ONCLICK] [ONCLICK Skin.SetString(HomeWindow,Root), Skin.SetString(HomeWindowSource,Programs), Skin.SetString(HomeWindow_name,$LOCALIZE[20108]), Skin.Reset(RefershHome)]     $LOCALIZE[20108]     [/ONCLICK] [ONCLICK Skin.Reset(HomeWindow), Skin.SetString(HomeWindow), Skin.SetString(HomeWindow_name,$INFO[Skin.String(HomeWindow)]), Skin.SetString(HomeWindowSource,Programs), Skin.Reset(RefershHome)]     $LOCALIZE[20190]     [/ONCLICK]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"502\">\n\t\t\t\t\t<description>Show home settings buttons</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[10000] $LOCALIZE[10004]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(HomeSettings)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(HomeSettings)</selected>\n\t\t\t\t\t<visible>StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"503\">\n\t\t\t\t\t<description>Hide some context buttons toggle</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>   $LOCALIZE[31058]</label>\n\t\t\t\t\t<onclick>Skin.SetBool(RefershHome)</onclick>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(UseCachedThumbs)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(UseCachedThumbs)</selected>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"504\">\n\t\t\t\t\t<description>Hide some context buttons toggle</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>   Update Cached Thumbnails</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts\\XBMC4Gamers Extras\\Clean Program Thumbs\\resources\\lib\\default.py,1,0)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + Skin.HasSetting(UseCachedThumbs) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"505\">\n\t\t\t\t\t<description>Hide some context buttons toggle</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>   $LOCALIZE[31055]</label>\n\t\t\t\t\t<onclick>Skin.SetBool(RefershHome)</onclick>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(UseNoBlurredFanart)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(UseNoBlurredFanart)</selected>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"506\">\n\t\t\t\t\t<description>Hide some context buttons toggle</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>   $LOCALIZE[31054]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(UseFanartFolder)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(UseFanartFolder)</selected>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"507\">\n\t\t\t\t\t<description>Disable Stock Home Buttons</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>   $LOCALIZE[24021] $LOCALIZE[31077]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(DisableHome4)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(DisableHome4)</selected>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"508\">\n\t\t\t\t\t<description>Disable Stock Home Buttons</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>   $LOCALIZE[24021] $LOCALIZE[31078]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(DisableHome3)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(DisableHome3)</selected>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"509\">\n\t\t\t\t\t<description>Disable Stock Home Buttons</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>   $LOCALIZE[24021] $LOCALIZE[31079]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(DisableHome1)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(DisableHome1)</selected>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"510\">\n\t\t\t\t\t<description>Disable Stock Home Buttons</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>   $LOCALIZE[24021] $LOCALIZE[31080]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(DisableHome2)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(DisableHome2)</selected>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"511\">\n\t\t\t\t\t<description>Custom Home Search Entry</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>   $LOCALIZE[31601] 1:</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(CustomHomeButton1Enabled)</onclick>\n\t\t\t\t\t<onclick>Skin.SetBool(RefershHome)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(CustomHomeButton1Enabled)</selected>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"521\">\n\t\t\t\t\t<description>Custom Home Search Entry variable</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>     $LOCALIZE[31605]</label>\n\t\t\t\t\t<label2>[COLOR=colour.settings.label2]$INFO[Skin.String(CustomHomeButton1Source)][/COLOR]</label2>\n\t\t\t\t\t<onclick>Skin.Reset(CustomHomeButton1Source)</onclick>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Parse Sources.py,CustomHomeButton1Source,CustomHomeButton1Name)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + Skin.HasSetting(CustomHomeButton1Enabled) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"522\">\n\t\t\t\t\t<description>Search perams info</description>\n\t\t\t\t\t<height>80</height>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Textbox.Values</include>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]$LOCALIZE[31603][/COLOR]</label>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + Skin.HasSetting(CustomHomeButton1Enabled) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"523\">\n\t\t\t\t\t<description>Custom Home Search Entry variable</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>     $LOCALIZE[31604]</label>\n\t\t\t\t\t<label2>[COLOR=colour.settings.label2]$INFO[Skin.String(CustomHomeButton1Search)][/COLOR]</label2>\n\t\t\t\t\t<onclick>Skin.SetString(CustomHomeButton1Search)</onclick>\n\t\t\t\t\t<onclick>Skin.SetBool(RefershHome)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + Skin.HasSetting(CustomHomeButton1Enabled) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"524\">\n\t\t\t\t\t<description>Custom Home Search Entry</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>   $LOCALIZE[31601] 2:</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(CustomHomeButton2Enabled)</onclick>\n\t\t\t\t\t<onclick>Skin.SetBool(RefershHome)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(CustomHomeButton2Enabled)</selected>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"526\">\n\t\t\t\t\t<description>Custom Home Search Entry variable</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>     $LOCALIZE[31605]</label>\n\t\t\t\t\t<label2>[COLOR=colour.settings.label2]$INFO[Skin.String(CustomHomeButton2Source)][/COLOR]</label2>\n\t\t\t\t\t<onclick>Skin.Reset(CustomHomeButton2Source)</onclick>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Parse Sources.py,CustomHomeButton2Source,CustomHomeButton2Name)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + Skin.HasSetting(CustomHomeButton2Enabled) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"527\">\n\t\t\t\t\t<description>Search perams info</description>\n\t\t\t\t\t<height>80</height>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Textbox.Values</include>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]$LOCALIZE[31603][/COLOR]</label>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + Skin.HasSetting(CustomHomeButton2Enabled) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"528\">\n\t\t\t\t\t<description>Custom Home Search Entry variable</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>     $LOCALIZE[31604]</label>\n\t\t\t\t\t<label2>[COLOR=colour.settings.label2]$INFO[Skin.String(CustomHomeButton2Search)][/COLOR]</label2>\n\t\t\t\t\t<onclick>Skin.SetString(CustomHomeButton2Search)</onclick>\n\t\t\t\t\t<onclick>Skin.SetBool(RefershHome)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + Skin.HasSetting(CustomHomeButton2Enabled) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"529\">\n\t\t\t\t\t<description>Custom Home Search Entry</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>   $LOCALIZE[31601] 3:</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(CustomHomeButton3Enabled)</onclick>\n\t\t\t\t\t<onclick>Skin.SetBool(RefershHome)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(CustomHomeButton3Enabled)</selected>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"531\">\n\t\t\t\t\t<description>Custom Home Search Entry variable</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>     $LOCALIZE[31605]</label>\n\t\t\t\t\t<label2>[COLOR=colour.settings.label2]$INFO[Skin.String(CustomHomeButton3Source)][/COLOR]</label2>\n\t\t\t\t\t<onclick>Skin.Reset(CustomHomeButton3Source)</onclick>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Parse Sources.py,CustomHomeButton3Source,CustomHomeButton3Name)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + Skin.HasSetting(CustomHomeButton3Enabled) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"532\">\n\t\t\t\t\t<description>Search perams info</description>\n\t\t\t\t\t<height>80</height>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Textbox.Values</include>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]$LOCALIZE[31603][/COLOR]</label>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + Skin.HasSetting(CustomHomeButton3Enabled) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"533\">\n\t\t\t\t\t<description>Custom Home Search Entry variable</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>     $LOCALIZE[31604]</label>\n\t\t\t\t\t<label2>[COLOR=colour.settings.label2]$INFO[Skin.String(CustomHomeButton3Search)][/COLOR]</label2>\n\t\t\t\t\t<onclick>Skin.SetString(CustomHomeButton3Search)</onclick>\n\t\t\t\t\t<onclick>Skin.SetBool(RefershHome)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + Skin.HasSetting(CustomHomeButton3Enabled) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"534\">\n\t\t\t\t\t<description>Custom Home Search Entry</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>   $LOCALIZE[31601] 4:</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(CustomHomeButton4Enabled)</onclick>\n\t\t\t\t\t<onclick>Skin.SetBool(RefershHome)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(CustomHomeButton4Enabled)</selected>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"536\">\n\t\t\t\t\t<description>Custom Home Search Entry variable</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>     $LOCALIZE[31605]</label>\n\t\t\t\t\t<label2>[COLOR=colour.settings.label2]$INFO[Skin.String(CustomHomeButton4Source)][/COLOR]</label2>\n\t\t\t\t\t<onclick>Skin.Reset(CustomHomeButton4Source)</onclick>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Parse Sources.py,CustomHomeButton4Source,CustomHomeButton4Name)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + Skin.HasSetting(CustomHomeButton4Enabled) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"537\">\n\t\t\t\t\t<description>Search perams info</description>\n\t\t\t\t\t<height>80</height>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Textbox.Values</include>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]$LOCALIZE[31603][/COLOR]</label>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + Skin.HasSetting(CustomHomeButton4Enabled) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"538\">\n\t\t\t\t\t<description>Custom Home Search Entry variable</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>     $LOCALIZE[31604]</label>\n\t\t\t\t\t<label2>[COLOR=colour.settings.label2]$INFO[Skin.String(CustomHomeButton4Search)][/COLOR]</label2>\n\t\t\t\t\t<onclick>Skin.SetString(CustomHomeButton4Search)</onclick>\n\t\t\t\t\t<onclick>Skin.SetBool(RefershHome)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(HomeSettings) + Skin.HasSetting(CustomHomeButton4Enabled) + StringCompare(Skin.String(HomeWindow),Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"559\">\n\t\t\t\t\t<description>Home Window Label</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Textbox.Values</include>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]$LOCALIZE[31025][/COLOR]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"560\">\n\t\t\t\t\t<description>Custom Quick Change Entry</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31059] 1</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(CustomQuickChange1Enabled)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(CustomQuickChange1Enabled)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"561\">\n\t\t\t\t\t<description>Custom Quick Change Entry variable</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  $LOCALIZE[31060]</label>\n\t\t\t\t\t<label2>[COLOR=colour.settings.label2]$INFO[Skin.String(CustomQuickChange1)][/COLOR]</label2>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Parse Sources.py,CustomQuickChange1)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomQuickChange1Enabled)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"562\">\n\t\t\t\t\t<description>Custom Quick Change Entry</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31059] 2</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(CustomQuickChange2Enabled)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(CustomQuickChange2Enabled)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"563\">\n\t\t\t\t\t<description>Custom Quick Change Entry variable</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  $LOCALIZE[31060]</label>\n\t\t\t\t\t<label2>[COLOR=colour.settings.label2]$INFO[Skin.String(CustomQuickChange2)][/COLOR]</label2>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Parse Sources.py,CustomQuickChange2)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomQuickChange2Enabled)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"564\">\n\t\t\t\t\t<description>Custom Quick Change Entry</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31059] 3</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(CustomQuickChange3Enabled)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(CustomQuickChange3Enabled)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"565\">\n\t\t\t\t\t<description>Custom Quick Change Entry variable</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  $LOCALIZE[31060]</label>\n\t\t\t\t\t<label2>[COLOR=colour.settings.label2]$INFO[Skin.String(CustomQuickChange3)][/COLOR]</label2>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Parse Sources.py,CustomQuickChange3)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomQuickChange3Enabled)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"566\">\n\t\t\t\t\t<description>Custom Quick Change Entry</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31059] 4</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(CustomQuickChange4Enabled)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(CustomQuickChange4Enabled)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"567\">\n\t\t\t\t\t<description>Custom Quick Change Entry variable</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  $LOCALIZE[31060]</label>\n\t\t\t\t\t<label2>[COLOR=colour.settings.label2]$INFO[Skin.String(CustomQuickChange4)][/COLOR]</label2>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Parse Sources.py,CustomQuickChange4)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomQuickChange4Enabled)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"568\">\n\t\t\t\t\t<description>Custom Quick Change Entry</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31059] 5</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(CustomQuickChange5Enabled)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(CustomQuickChange5Enabled)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"569\">\n\t\t\t\t\t<description>Custom Quick Change Entry variable</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  $LOCALIZE[31060]</label>\n\t\t\t\t\t<label2>[COLOR=colour.settings.label2]$INFO[Skin.String(CustomQuickChange5)][/COLOR]</label2>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Parse Sources.py,CustomQuickChange5)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomQuickChange5Enabled)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"570\">\n\t\t\t\t\t<description>Custom Quick Change Entry</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31059] 6</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(CustomQuickChange6Enabled)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(CustomQuickChange6Enabled)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"571\">\n\t\t\t\t\t<description>Custom Quick Change Entry variable</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  $LOCALIZE[31060]</label>\n\t\t\t\t\t<label2>[COLOR=colour.settings.label2]$INFO[Skin.String(CustomQuickChange6)][/COLOR]</label2>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Parse Sources.py,CustomQuickChange6)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomQuickChange6Enabled)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Other Options -->\n\t\t\t<control type=\"grouplist\" id=\"9001\">\n\t\t\t\t<description>control area</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>775</width>\n\t\t\t\t<height>445</height>\n\t\t\t\t<itemgap>4</itemgap>\n\t\t\t\t<onleft>9000</onleft>\n\t\t\t\t<onright>-</onright>\n\t\t\t\t<onup>9001</onup>\n\t\t\t\t<ondown>9001</ondown>\n\t\t\t\t<pagecontrol>80</pagecontrol>\n\t\t\t\t<visible>ControlGroup(9000).HasFocus(4)</visible>\n\t\t\t\t<control type=\"button\" id=\"200\">\n\t\t\t\t\t<description>View toggles</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31623]</label>\n\t\t\t\t\t<onclick>ActivateWindow(1117)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"205\">\n\t\t\t\t\t<description>Enable navigation sounds on playback</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Textbox.Values</include>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]$LOCALIZE[31042] $INFO[Skin.String(NavSoundMode)][/COLOR]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"206\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK DisableNavSounds(), Skin.SetString(NavSoundMode,$LOCALIZE[13106])]         $LOCALIZE[24021]     [/ONCLICK] [ONCLICK EnableNavSounds(), Skin.SetString(NavSoundMode,$LOCALIZE[305])]     $LOCALIZE[24022]     [/ONCLICK] [ONCLICK NavSoundsDuringPlayback(), Skin.SetString(NavSoundMode,$LOCALIZE[21370])]     $LOCALIZE[21370]     [/ONCLICK]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"211\">\n\t\t\t\t\t<description>Wallpaper settings info</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Textbox.Values</include>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]$LOCALIZE[31670][/COLOR]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"212\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(WallpaperWidth,720), Skin.SetString(WallpaperHeight,405), Skin.SetString(WallpaperQuality,100)]         $LOCALIZE[31051]     [/ONCLICK] [ONCLICK Skin.SetNumeric(WallpaperWidth)]     $LOCALIZE[31673]: $INFO[Skin.String(WallpaperWidth)]     [/ONCLICK] [ONCLICK Skin.SetNumeric(WallpaperHeight)]     $LOCALIZE[31674]: $INFO[Skin.String(WallpaperHeight)]     [/ONCLICK] [ONCLICK Skin.SetNumeric(WallpaperQuality)]     $LOCALIZE[31675]: $INFO[Skin.String(WallpaperQuality)]     [/ONCLICK]</label>\n\t\t\t\t\t<visible>StringCompare(System.memory(total),64MB)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"213\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(WallpaperWidth,953), Skin.SetString(WallpaperHeight,536), Skin.SetString(WallpaperQuality,100)]         $LOCALIZE[31051]     [/ONCLICK] [ONCLICK Skin.SetNumeric(WallpaperWidth)]     $LOCALIZE[31673]: $INFO[Skin.String(WallpaperWidth)]     [/ONCLICK] [ONCLICK Skin.SetNumeric(WallpaperHeight)]     $LOCALIZE[31674]: $INFO[Skin.String(WallpaperHeight)]     [/ONCLICK] [ONCLICK Skin.SetNumeric(WallpaperQuality)]     $LOCALIZE[31675]: $INFO[Skin.String(WallpaperQuality)]     [/ONCLICK]</label>\n\t\t\t\t\t<visible>!StringCompare(System.memory(total),64MB)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Scripts -->\n\t\t\t<control type=\"grouplist\" id=\"9001\">\n\t\t\t\t<description>control area</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>775</width>\n\t\t\t\t<height>445</height>\n\t\t\t\t<itemgap>4</itemgap>\n\t\t\t\t<onleft>9000</onleft>\n\t\t\t\t<onright>-</onright>\n\t\t\t\t<onup>9001</onup>\n\t\t\t\t<ondown>9001</ondown>\n\t\t\t\t<pagecontrol>80</pagecontrol>\n\t\t\t\t<visible>ControlGroup(9000).HasFocus(5)</visible>\n\t\t\t\t<control type=\"button\" id=\"310\">\n\t\t\t\t\t<description>Scripts Menu</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[247] $LOCALIZE[33061] &gt;</label>\n\t\t\t\t\t<onclick>ActivateWindow(Scripts)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"314\">\n\t\t\t\t\t<description>Scripts run</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Textbox.Values</include>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]$LOCALIZE[31069][/COLOR]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"315\">\n\t\t\t\t\t<description>480p Game Loaders</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  480p Game Loaders</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts\\XBMC4Gamers Extras\\480p Game Loaders\\default.py)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"320\">\n\t\t\t\t\t<description>Clear Cache</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  Clear Cache</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Clear Cache.py)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<!-- <control type=\"button\" id=\"325\"> -->\n\t\t\t\t<!-- <description>Clean Database</description> -->\n\t\t\t\t<!-- <include>Button.SkinSettings.Category.Button.Values_Alt</include> -->\n\t\t\t\t<!-- <label>  Clean Programs Database</label> -->\n\t\t\t\t<!-- <onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Clean Programs Database.py)</onclick> -->\n\t\t\t\t<!-- </control> -->\n\t\t\t\t<control type=\"button\" id=\"330\">\n\t\t\t\t\t<description>Remove Empty Save Folders</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  Clean Save Folders</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts\\XBMC4Gamers Extras\\Remove Empty Save Folders\\default.py)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"335\">\n\t\t\t\t\t<description>ThumbCleaner: Clean thumbnails, removed none used thumbnails.</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  Clean Thumbnails</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts\\XBMC4Gamers Extras\\Clean Program Thumbs\\resources\\lib\\default.py)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"336\">\n\t\t\t\t\t<description>Database Updater</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  Database Maintenance</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Database Maintenance.py)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"340\">\n\t\t\t\t\t<description>File Patcher</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  File Patcher (Widescreen Patches etc...)</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts\\XBMC4Gamers Extras\\File Patcher\\default.py)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"345\">\n\t\t\t\t\t<description>Rip game with DVD2Xbox</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  Rip Game Disc to HDD with DVD2Xbox</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts\\XBMC4Gamers\\DVD2Xbox\\default.py)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"350\">\n\t\t\t\t\t<description>Text viewer</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  View Text Based Files</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Text Reader.py,1,)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"355\">\n\t\t\t\t\t<description>Xbox Games Artwork Installer</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  Xbox Games Artwork Installer</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts\\XBMC4Gamers Extras\\Run Artwork Installer\\default.py)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"360\">\n\t\t\t\t\t<description>XISO to HDD Installer</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  XISO to HDD Installer</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts\\XBMC4Gamers Extras\\XISO to HDD Installer\\default.py)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Startup Options -->\n\t\t\t<control type=\"grouplist\" id=\"9001\">\n\t\t\t\t<description>control area</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>775</width>\n\t\t\t\t<height>445</height>\n\t\t\t\t<itemgap>4</itemgap>\n\t\t\t\t<onleft>9000</onleft>\n\t\t\t\t<onright>-</onright>\n\t\t\t\t<onup>9001</onup>\n\t\t\t\t<ondown>9001</ondown>\n\t\t\t\t<pagecontrol>80</pagecontrol>\n\t\t\t\t<visible>ControlGroup(9000).HasFocus(6)</visible>\n\t\t\t\t<control type=\"radiobutton\" id=\"600\">\n\t\t\t\t\t<description>Toggle login screen</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31061]</label>\n\t\t\t\t\t<onclick>Skin.Reset(RandomTheme)</onclick>\n\t\t\t\t\t<onclick>ToggleLogin()</onclick>\n\t\t\t\t\t<selected>System.HasLoginScreen</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"601\">\n\t\t\t\t\t<description>Kiosk Mode</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31173]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(kioskmode)</onclick>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Edit Mode.py,1)</onclick>\n\t\t\t\t\t<selected>!Skin.HasSetting(kioskmode)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"602\">\n\t\t\t\t\t<description>Hide Profile Pic</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31065]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(HideProfilePic)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(HideProfilePic)</selected>\n\t\t\t\t\t<visible>!System.HasLoginScreen</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"603\">\n\t\t\t\t\t<description>Advanced Stuff</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Textbox.Values</include>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]$LOCALIZE[31064][/COLOR]</label>\n\t\t\t\t\t<visible>System.HasLoginScreen</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"604\">\n\t\t\t\t\t<description>Adult Profile</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31063]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(AdultProfile)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(AdultProfile)</selected>\n\t\t\t\t\t<visible>System.HasLoginScreen</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"605\">\n\t\t\t\t\t<description>Startup Random</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31092]: $INFO[skin.String(HomeWindow)]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(Random_Game)</onclick>\n\t\t\t\t\t<onclick>Skin.SetBool(run_random_script,false)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(Random_Game)</selected>\n\t\t\t\t\t<enable>!StringCompare(Skin.String(HomeWindow),Root) + !StringCompare(Skin.String(HomeWindow),Home)</enable>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"620\">\n\t\t\t\t\t<description>Startup Playback creation</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[10500] &gt;</label>\n\t\t\t\t\t<onclick>ActivateWindow(501)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"621\">\n\t\t\t\t\t<description>Startup Playback</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31087]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(Use_Startup_Playback)</onclick>\n\t\t\t\t\t<onclick>Skin.Reset(Show_Generate_Playlist)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(Use_Startup_Playback)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"622\">\n\t\t\t\t\t<description>Startup Playback Path</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  $LOCALIZE[31089]</label>\n\t\t\t\t\t<label2>[COLOR=colour.settings.label2]$INFO[Skin.String(Startup_Playback_Path)][/COLOR]</label2>\n\t\t\t\t\t<onclick>Skin.SetFile(Startup_Playback_Path,.m3u,Special://profile\\playlists\\music\\)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(Use_Startup_Playback)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"623\">\n\t\t\t\t\t<description>Startup Playback Themes</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>  $LOCALIZE[31091]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(UseThemePlaylist)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(UseThemePlaylist)</selected>\n\t\t\t\t\t<visible>Skin.HasSetting(Use_Startup_Playback)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"625\">\n\t\t\t\t\t<description>Startup Playback</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>  $LOCALIZE[31088]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(Show_Generate_Playlist)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(Show_Generate_Playlist)</selected>\n\t\t\t\t\t<visible>Skin.HasSetting(Use_Startup_Playback)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"626\">\n\t\t\t\t\t<description>Startup Playback Path</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>     $LOCALIZE[31088]</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Generate Random Playlist.py)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t\t<onclick>Skin.Reset(UseThemePlaylist)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(Show_Generate_Playlist) + Skin.HasSetting(Use_Startup_Playback)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"627\">\n\t\t\t\t\t<description>Search perams info</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Textbox.Values</include>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]$LOCALIZE[409]: E:\\Music\\, F:\\Music\\, G:\\Music\\[/COLOR]</label>\n\t\t\t\t\t<visible>Skin.HasSetting(Show_Generate_Playlist)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"628\">\n\t\t\t\t\t<description>Startup Playback Custom Paths</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>     $LOCALIZE[573] $LOCALIZE[31604]</label>\n\t\t\t\t\t<label2>$INFO[Skin.String(MusicPaths)]</label2>\n\t\t\t\t\t<onclick>Skin.SetString(MusicPaths)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(Show_Generate_Playlist) + Skin.HasSetting(Use_Startup_Playback)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"629\">\n\t\t\t\t\t<description>Search perams info</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Textbox.Values</include>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]$LOCALIZE[409]: mp3, wma, ogg, m4a[/COLOR]</label>\n\t\t\t\t\t<visible>Skin.HasSetting(Show_Generate_Playlist)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"630\">\n\t\t\t\t\t<description>Startup Playback Custom Paths</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>     $LOCALIZE[10510] $LOCALIZE[31604]</label>\n\t\t\t\t\t<label2>$INFO[Skin.String(MusicExtPaths)]</label2>\n\t\t\t\t\t<onclick>Skin.SetString(MusicExtPaths)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(Show_Generate_Playlist) + Skin.HasSetting(Use_Startup_Playback)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"632\">\n\t\t\t\t\t<description>Enable Intro</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31086]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(introenabled)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(introenabled)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"633\">\n\t\t\t\t\t<description>Intro info</description>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Textbox.Values</include>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]$LOCALIZE[31094][/COLOR]</label>\n\t\t\t\t\t<visible>Skin.HasSetting(introenabled)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"634\">\n\t\t\t\t\t<description>Intor Custom File</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>  $LOCALIZE[31093]</label>\n\t\t\t\t\t<label2>[COLOR=colour.settings.label2]$INFO[Skin.String(intro_file)][/COLOR]</label2>\n\t\t\t\t\t<onclick>Skin.Reset(intro_file)</onclick>\n\t\t\t\t\t<onclick>Skin.SetFile(intro_file,.mp4)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(introenabled)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Theme Options -->\n\t\t\t<control type=\"grouplist\" id=\"9001\">\n\t\t\t\t<description>control area</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>775</width>\n\t\t\t\t<height>445</height>\n\t\t\t\t<itemgap>4</itemgap>\n\t\t\t\t<onleft>9000</onleft>\n\t\t\t\t<onright>-</onright>\n\t\t\t\t<onup>9001</onup>\n\t\t\t\t<ondown>9001</ondown>\n\t\t\t\t<pagecontrol>80</pagecontrol>\n\t\t\t\t<visible>ControlGroup(9000).HasFocus(7)</visible>\n\t\t\t\t<control type=\"button\" id=\"405\">\n\t\t\t\t\t<description>Change Theme Splash</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31056]</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Splash Selector.py)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"406\">\n\t\t\t\t\t<description>Change Theme</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31048]</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Apply Theme.py,select,nothing)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"407\">\n\t\t\t\t\t<description>theme sounds toggle</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31057]</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(disablethemesounds)</onclick>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Apply Theme.py,toggle,$INFO[Skin.CurrentTheme])</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(disablethemesounds)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"408\">\n\t\t\t\t\t<description>night mode toggle</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31046]</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Apply Theme.py,toggle,night)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t\t<selected>StringCompare(Skin.CurrentTheme,night)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"409\">\n\t\t\t\t\t<description>Random Theme Selection</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31050]</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Apply Theme.py,random,nothing)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"435\">\n\t\t\t\t\t<description>Uninstall Theme</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31049]</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Uninstall Theme.py)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Debug -->\n\t\t\t<control type=\"grouplist\" id=\"9001\">\n\t\t\t\t<description>control area</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>775</width>\n\t\t\t\t<height>445</height>\n\t\t\t\t<itemgap>4</itemgap>\n\t\t\t\t<onleft>9000</onleft>\n\t\t\t\t<onright>-</onright>\n\t\t\t\t<onup>9001</onup>\n\t\t\t\t<ondown>9001</ondown>\n\t\t\t\t<pagecontrol>80</pagecontrol>\n\t\t\t\t<visible>ControlGroup(9000).HasFocus(8)</visible>\n\t\t\t\t<control type=\"button\" id=\"700\">\n\t\t\t\t\t<description>Debug Modes</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31071]</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Debug Modes.py,true)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"705\">\n\t\t\t\t\t<description>Reset Settings</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31072]</label>\n\t\t\t\t\t<onclick>RunScript(Special://Scripts/XBMC4Gamers/Utilities/Dialogs.py,\"Skin.ResetSettings\",\"yesno\",\"$LOCALIZE[31606]\",\"\",\"$LOCALIZE[31607]\",\"\",\"$LOCALIZE[222]\",\"Reset\",RunScript(Special://Scripts/XBMC4Gamers/Utilities/Dialogs.py,\"\",\"ok\",\"$LOCALIZE[31606]\",\"\",\"$LOCALIZE[31608]\",\"\",\"\",\"\",\"LoadProfile($INFO[System.ProfileName])\",\"yes\"),\"yes\")</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"710\">\n\t\t\t\t\t<description>Text viewer</description>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>$LOCALIZE[31070]</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers/Utilities/Text Reader.py,2,)</onclick>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"80\">\n\t\t\t\t<left>1190</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>4</width>\n\t\t\t\t<height>445</height>\n\t\t\t\t<include>Fake.ScrollBar.Vertical</include>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/Custom_logoff.xml",
    "content": "<window id=\"1116\">\n\t<defaultcontrol always=\"true\">1</defaultcontrol>\n\t<controls>\n\t\t<include>Global.Backgrounds</include>\n\t\t<!-- <control type=\"image\"> -->\n\t\t<!-- <left>0</left> -->\n\t\t<!-- <top>0</top> -->\n\t\t<!-- <width>1280</width> -->\n\t\t<!-- <height>720</height> -->\n\t\t<!-- <aspectratio>stretch</aspectratio> -->\n\t\t<!-- <texture background=\"true\">windows\\login\\fade.png</texture> -->\n\t\t<!-- <animation type=\"WindowOpen\" reversible=\"false\"> -->\n\t\t<!-- <effect type=\"zoom\" start=\"1280,720\" end=\"1280,720\" time=\"1000\" center=\"auto\" easing=\"out\" tween=\"Circle\"/> -->\n\t\t<!-- <effect type=\"slide\" start=\"0,-720\" end=\"0,0\" time=\"1000\" delay=\"0\"/> -->\n\t\t<!-- </animation> -->\n\t\t<!-- <visible>!Skin.HasSetting(LoginFade)</visible> -->\n\t\t<!-- </control> -->\n\t\t<control type=\"group\">\n\t\t\t<animation effect=\"fade\" time=\"300\">WindowOpen</animation>\n\t\t\t<include>Startup.Window.Profile</include>\n\t\t</control>\n\t\t<include>Startup.Window.Info</include>\n\t\t<control type=\"button\" id=\"1\">\n\t\t\t<left>-5000</left>\n\t\t\t<top>0</top>\n\t\t\t<width>0</width>\n\t\t\t<height>0</height>\n\t\t\t<label>-</label>\n\t\t\t<font>-</font>\n\t\t\t<onfocus>dialog.close(all,true)</onfocus>\n\t\t\t<onfocus>system.logoff</onfocus>\n\t\t\t<texturenofocus>-</texturenofocus>\n\t\t\t<texturefocus>-</texturefocus>\n\t\t\t<enable>System.HasLoginScreen</enable>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"1300\" time=\"0\">Focus</animation>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/Defaults.xml",
    "content": "<includes>\n\t<default type=\"image\">\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<texture>-</texture>\n\t\t<colorkey>0</colorkey>\n\t</default>\n\t<default type=\"label\">\n\t\t<left>80</left>\n\t\t<top>60</top>\n\t\t<label>-</label>\n\t\t<font>size_23</font>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<selectedcolor>colour.default.label.selected</selectedcolor>\n\t</default>\n\t<default type=\"fadelabel\">\n\t\t<left>80</left>\n\t\t<top>60</top>\n\t\t<font>size_23</font>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<selectedcolor>colour.default.label.selected</selectedcolor>\n\t</default>\n\t<default type=\"button\">\n\t\t<left>300</left>\n\t\t<top>200</top>\n\t\t<width>300</width>\n\t\t<height>42</height>\n\t\t<texturefocus>button-focus2.png</texturefocus>\n\t\t<texturenofocus>button-nofocus.png</texturenofocus>\n\t\t<font>size_20</font>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<textoffsetx>7</textoffsetx>\n\t\t<aligny>center</aligny>\n\t\t<pulseonselect>no</pulseonselect>\n\t</default>\n\t<default type=\"togglebutton\">\n\t\t<left>140</left>\n\t\t<top>167</top>\n\t\t<width>20</width>\n\t\t<height>20</height>\n\t\t<texturefocus>scroll-up-focus.png</texturefocus>\n\t\t<texturenofocus>scroll-up.png</texturenofocus>\n\t\t<alttexturefocus>scroll-down-focus.png</alttexturefocus>\n\t\t<alttexturenofocus>scroll-down.png</alttexturenofocus>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<label>-</label>\n\t\t<font>size_23</font>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<pulseonselect>no</pulseonselect>\n\t</default>\n\t<default type=\"textbox\">\n\t\t<left>220</left>\n\t\t<top>220</top>\n\t\t<width>410</width>\n\t\t<height>215</height>\n\t\t<spinwidth>18</spinwidth>\n\t\t<spinheight>16</spinheight>\n\t\t<spinposx>410</spinposx>\n\t\t<spinposy>305</spinposy>\n\t\t<spincolor>colour.default.label.nofocus</spincolor>\n\t\t<spinfont>size_13</spinfont>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<textureup>scroll-up.png</textureup>\n\t\t<texturedown>scroll-down.png</texturedown>\n\t\t<textureupfocus>scroll-up-focus.png</textureupfocus>\n\t\t<texturedownfocus>scroll-down-focus.png</texturedownfocus>\n\t\t<font>size_23</font>\n\t</default>\n\t<default type=\"progress\">\n\t\t<left>100</left>\n\t\t<top>325</top>\n\t\t<texturebg border=\"4,0,4,0\">ProgressBack.png</texturebg>\n\t\t<lefttexture>-</lefttexture>\n\t\t<midtexture border=\"4,0,4,0\">ProgressFront.png</midtexture>\n\t\t<righttexture>-</righttexture>\n\t\t<overlaytexture>-</overlaytexture>\n\t</default>\n\t<default type=\"spincontrol\">\n\t\t<left>330</left>\n\t\t<top>126</top>\n\t\t<textureup>scroll-up-2.png</textureup>\n\t\t<texturedown>scroll-down-2.png</texturedown>\n\t\t<textureupfocus>scroll-up-focus-2.png</textureupfocus>\n\t\t<texturedownfocus>scroll-down-focus-2.png</texturedownfocus>\n\t\t<align>right</align>\n\t\t<width>33</width>\n\t\t<height>22</height>\n\t\t<font>size_23</font>\n\t\t<reverse>yes</reverse>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<subtype>text</subtype>\n\t\t<textoffsetx>-5</textoffsetx>\n\t\t<textoffsety>0</textoffsety>\n\t\t<aligny>-</aligny>\n\t\t<pulseonselect>no</pulseonselect>\n\t</default>\n\t<default type=\"spincontrolex\">\n\t\t<left>530</left>\n\t\t<top>160</top>\n\t\t<width>300</width>\n\t\t<height>42</height>\n\t\t<spinwidth>25</spinwidth>\n\t\t<spinheight>25</spinheight>\n\t\t<texturefocus>button-focus2.png</texturefocus>\n\t\t<texturenofocus>-</texturenofocus>\n\t\t<textureup>scroll-up-2.png</textureup>\n\t\t<texturedown>scroll-down-2.png</texturedown>\n\t\t<textureupfocus>scroll-up-focus-2.png</textureupfocus>\n\t\t<texturedownfocus>scroll-down-focus-2.png</texturedownfocus>\n\t\t<font>size_23</font>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<textoffsetx>7</textoffsetx>\n\t\t<aligny>center</aligny>\n\t\t<reverse>yes</reverse>\n\t\t<pulseonselect>no</pulseonselect>\n\t</default>\n\t<default type=\"radiobutton\">\n\t\t<left>300</left>\n\t\t<top>200</top>\n\t\t<width>300</width>\n\t\t<height>42</height>\n\t\t<radiowidth>50</radiowidth>\n\t\t<radioheight>25</radioheight>\n\t\t<textureradioon>radiobutton-focus.png</textureradioon>\n\t\t<textureradiooff>radiobutton-nofocus.png</textureradiooff>\n\t\t<texturefocus>button-focus2.png</texturefocus>\n\t\t<texturenofocus>button-nofocus.png</texturenofocus>\n\t\t<label>215</label>\n\t\t<font>size_20</font>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<textoffsetx>7</textoffsetx>\n\t\t<aligny>center</aligny>\n\t\t<pulseonselect>no</pulseonselect>\n\t</default>\n\t<default type=\"selectbutton\">\n\t\t<left>490</left>\n\t\t<top>335</top>\n\t\t<width>300</width>\n\t\t<height>50</height>\n\t\t<label>-</label>\n\t\t<font>size_20</font>\n\t\t<texturefocus>-</texturefocus>\n\t\t<texturenofocus>-</texturenofocus>\n\t\t<texturebg>button-focus2.png</texturebg>\n\t\t<textureleft>scroll-left.png</textureleft>\n\t\t<textureleftfocus>scroll-left-focus.png</textureleftfocus>\n\t\t<textureright>scroll-right.png</textureright>\n\t\t<texturerightfocus>scroll-right-focus.png</texturerightfocus>\n\t\t<font>size_23</font>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<aligny>center</aligny>\n\t</default>\n\t<default type=\"slider\">\n\t\t<controloffsetx>75</controloffsetx>\n\t\t<controloffsety>0</controloffsety>\n\t</default>\n\t<default type=\"sliderex\">\n\t\t<height>35</height>\n\t\t<textoffsetx>7</textoffsetx>\n\t\t<aligny>center</aligny>\n\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t<sliderwidth>150</sliderwidth>\n\t\t<sliderheight>20</sliderheight>\n\t\t<texturesliderbar>osd_slider_bg.png</texturesliderbar>\n\t\t<textureslidernib>osd_slider_nibNF.png</textureslidernib>\n\t\t<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>\n\t\t<font>size_20</font>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t</default>\n\t<default type=\"mover\">\n\t\t<left>60</left>\n\t\t<top>192</top>\n\t\t<texturefocus>button-focus2.png</texturefocus>\n\t\t<texturenofocus>button-nofocus.png</texturenofocus>\n\t</default>\n\t<default type=\"resize\">\n\t\t<left>60</left>\n\t\t<top>192</top>\n\t\t<texturefocus>button-focus2.png</texturefocus>\n\t\t<texturenofocus>button-nofocus.png</texturenofocus>\n\t</default>\n\t<default type=\"edit\">\n\t\t<left>300</left>\n\t\t<top>200</top>\n\t\t<width>300</width>\n\t\t<height>42</height>\n\t\t<texturefocus>button-focus2.png</texturefocus>\n\t\t<texturenofocus>button-nofocus.png</texturenofocus>\n\t\t<font>size_20</font>\n\t\t<textcolor>colour.default.label.nofocus</textcolor>\n\t\t<focusedcolor>colour.default.label</focusedcolor>\n\t\t<disabledcolor>colour.default.label.disabled</disabledcolor>\n\t\t<textoffsetx>7</textoffsetx>\n\t\t<aligny>center</aligny>\n\t\t<pulseonselect>no</pulseonselect>\n\t</default>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogBusy.xml",
    "content": "<window id=\"138\">\n\t<controls>\n\t\t<include>Loading.Busy</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogButtonMenu.xml",
    "content": "<window type=\"buttonMenu\" id=\"111\">\n\t<defaultcontrol always=\"true\">4</defaultcontrol>\n\t<controls>\n\t\t<control type=\"button\" id=\"4\">\n\t\t\t<description>Log Off xbmc</description>\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>0</width>\n\t\t\t<height>0</height>\n\t\t\t<texturefocus>-</texturefocus>\n\t\t\t<texturenofocus>-</texturenofocus>\n\t\t\t<onfocus>dialog.close(111,true)</onfocus>\n\t\t\t<onfocus>ActivateWindow(1112)</onfocus>\n\t\t\t<onup>1</onup>\n\t\t\t<ondown>1</ondown>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogContextMenu.xml",
    "content": "<window id=\"106\">\n\t<defaultcontrol always=\"false\">1000</defaultcontrol>\n\t<include>Context.Menu.OpenClose</include>\n\t<onload condition=\"!Skin.HasSetting(kioskmode) | [Window.IsActive(29) + StringCompare(ListItem.Label,Add User)]\">Dialog.Close(106,true)</onload>\n\t<onload condition=\"!Skin.HasSetting(kioskmode) + ListItem.IsFolder\">Dialog.Close(106,true)</onload>\n\t<controls>\n\t\t<include>Context.Menu.Buttons</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogFavourites.xml",
    "content": "<window type=\"dialog\" id=\"134\">\n\t<defaultcontrol always=\"true\">450</defaultcontrol>\n\t<onunload>FlushTextureCache</onunload>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>270</left>\n\t\t\t\t<top>180</top>\n\t\t\t\t<width>740</width>\n\t\t\t\t<height>360</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\select_browser\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>286</left>\n\t\t\t\t<top>192</top>\n\t\t\t\t<width>709</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\select_browser\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"1\">\n\t\t\t\t<description>Heading label</description>\n\t\t\t\t<left>313</left>\n\t\t\t\t<top>200</top>\n\t\t\t\t<width>731</width>\n\t\t\t\t<height>37</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[1036]</label>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>270</left>\n\t\t\t\t<top>483</top>\n\t\t\t\t<width>740</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t\t<visible>!StringCompare(Container(450).NumItems,0)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t\t<visible>!StringCompare(Container(450).NumItems,0)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- White Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.white_button\">pad_buttons\\dialogs\\white_button.png</texture>\n\t\t\t\t\t<visible>Skin.HasSetting(kioskmode) + !StringCompare(Container(450).NumItems,0)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31113]</label>\n\t\t\t\t\t<visible>Skin.HasSetting(kioskmode) + !StringCompare(Container(450).NumItems,0)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>825</left>\n\t\t\t\t<top>263</top>\n\t\t\t\t<width>159</width>\n\t\t\t\t<height>208</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture fallback=\"defaultprogram.png\">$INFO[Container(450).ListItem.Icon]</texture>\n\t\t\t\t<visible>!StringCompare(Container(450).CurrentItem,0)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>StringCompare(Container(450).CurrentItem,0)</visible>\n\t\t\t\t<!-- No items found -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>300</left>\n\t\t\t\t\t<top>263</top>\n\t\t\t\t\t<width>515</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>310</left>\n\t\t\t\t\t<top>263</top>\n\t\t\t\t\t<width>495</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[504]</label>\n\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Content List -->\n\t\t\t<control type=\"list\" id=\"450\">\n\t\t\t\t<left>300</left>\n\t\t\t\t<top>263</top>\n\t\t\t\t<width>515</width>\n\t\t\t\t<height>210</height>\n\t\t\t\t<onup>450</onup>\n\t\t\t\t<ondown>450</ondown>\n\t\t\t\t<onleft>60</onleft>\n\t\t\t\t<pagecontrol>60</pagecontrol>\n\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t<itemlayout height=\"42\" width=\"515\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>515</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>495</width>\n\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"42\" width=\"515\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>515</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>495</width>\n\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t<selectedcolor>colour.dialog.button.nofocus</selectedcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"60\">\n\t\t\t\t<left>296</left>\n\t\t\t\t<top>263</top>\n\t\t\t\t<width>4</width>\n\t\t\t\t<height>208</height>\n\t\t\t\t<onright>450</onright>\n\t\t\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\n\t\t\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\n\t\t\t\t<textureslidernib>-</textureslidernib>\n\t\t\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t\t\t<showonepage>false</showonepage>\n\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"40\" end=\"100\" time=\"100\">Focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"40\" time=\"100\" condition=\"!Control.HasFocus(60)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>number of files in list text label</description>\n\t\t\t\t<right>295</right>\n\t\t\t\t<bottom>197</bottom>\n\t\t\t\t<width>200</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>false</scroll>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<label>$INFO[Container(450).CurrentItem]/$INFO[Container(450).NumItems]</label>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"75\" time=\"300\">Visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"75\" end=\"0\" time=\"0\">Hidden</animation>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogGamepad.xml",
    "content": "<window id=\"110\">\n\t<defaultcontrol>0</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<description>background image</description>\n\t\t\t\t<left>326</left>\n\t\t\t\t<top>252</top>\n\t\t\t\t<width>628</width>\n\t\t\t\t<height>215</height>\n\t\t\t\t<texture>windows\\dialogs\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<description>Heading Background</description>\n\t\t\t\t<left>339</left>\n\t\t\t\t<top>259</top>\n\t\t\t\t<width>602</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<texture>windows\\dialogs\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"1\">\n\t\t\t\t<description>heading label</description>\n\t\t\t\t<left>370</left>\n\t\t\t\t<top>269</top>\n\t\t\t\t<width>540</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<label>13406</label>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"2\">\n\t\t\t\t<description>dialog line 1</description>\n\t\t\t\t<left>370</left>\n\t\t\t\t<top>324</top>\n\t\t\t\t<width>540</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.dialog.label</textcolor>\n\t\t\t\t<label>-</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"3\">\n\t\t\t\t<description>dialog line 2</description>\n\t\t\t\t<left>370</left>\n\t\t\t\t<top>356</top>\n\t\t\t\t<width>540</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.dialog.label</textcolor>\n\t\t\t\t<label>-</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"4\">\n\t\t\t\t<description>dialog line 3</description>\n\t\t\t\t<left>370</left>\n\t\t\t\t<top>380</top>\n\t\t\t\t<width>540</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.dialog.label</textcolor>\n\t\t\t\t<label>-</label>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogKaiToast.xml",
    "content": "<window id=\"107\">\n\t<animation effect=\"slide\" start=\"0,-50\" end=\"0,0\" delay=\"0\" time=\"350\" tween=\"sine\">WindowOpen</animation>\n\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-50\" delay=\"500\" time=\"250\" tween=\"sine\">WindowClose</animation>\n\t<controls>\n\t\t<control type=\"image\">\n\t\t\t<left>415</left>\n\t\t\t<top>0</top>\n\t\t\t<width>450</width>\n\t\t\t<height>70</height>\n\t\t\t<colordiffuse>104_diffuse</colordiffuse>\n\t\t\t<texture colordiffuse=\"colour.dialog.volumekaitoast.diffuse.main\">windows\\volume\\underlay.png</texture>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<left>450</left>\n\t\t\t<control type=\"image\" id=\"400\">\n\t\t\t\t<description>avatar</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>8</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture>defaulticoninfo.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\" id=\"403\">\n\t\t\t\t<description>avatar</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>8</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>false</visible>\n\t\t\t\t<texture>defaulticoninfo.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\" id=\"404\">\n\t\t\t\t<description>avatar</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>8</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>false</visible>\n\t\t\t\t<texture>defaulticonwarning.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\" id=\"405\">\n\t\t\t\t<description>avatar</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>8</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>false</visible>\n\t\t\t\t<texture>defaulticonerror.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"fadelabel\" id=\"401\">\n\t\t\t\t<description>Line 1 Label</description>\n\t\t\t\t<left>50</left>\n\t\t\t\t<top>8</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<scrollout>false</scrollout>\n\t\t\t\t<pauseatend>200</pauseatend>\n\t\t\t\t<textcolor>colour.dialog.volumekaitoast.label</textcolor>\n\t\t\t</control>\n\t\t\t<control type=\"fadelabel\" id=\"402\">\n\t\t\t\t<description>Line 2 Label</description>\n\t\t\t\t<left>50</left>\n\t\t\t\t<top>29</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<scrollout>false</scrollout>\n\t\t\t\t<pauseatend>200</pauseatend>\n\t\t\t\t<textcolor>colour.dialog.volumekaitoast.label</textcolor>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogKeyboard.xml",
    "content": "<window id=\"103\">\n\t<defaultcontrol always=\"true\">49</defaultcontrol>\n\t<onunload>Skin.Reset(hex_entry)</onunload>\n\t<onload condition=\"Skin.HasSetting(kb_symbols_enabled)\">Symbols</onload>\n\t<onload condition=\"Skin.HasSetting(kb_symbols_enabled)\">Skin.Reset(kb_symbols_enabled)</onload>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<!-- Normal keyboard -->\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<visible>!Skin.HasSetting(hex_entry)</visible>\n\t\t\t<control type=\"button\" id=\"120\">\n\t\t\t\t<description>Fake button to set a skin toggle</description>\n\t\t\t\t<left>-1000</left>\n\t\t\t\t<onfocus>SetFocus(99)</onfocus>\n\t\t\t\t<onfocus>Symbols</onfocus>\n\t\t\t\t<onfocus>Skin.ToggleSetting(kb_symbols_enabled)</onfocus>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>280</top>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>440</height>\n\t\t\t\t<texture colordiffuse=\"FBFFFFFF\">windows\\keyboard\\back.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"311\">\n\t\t\t\t<description>dialog Heading</description>\n\t\t\t\t<left>13</left>\n\t\t\t\t<top>286</top>\n\t\t\t\t<width>1254</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label.header</textcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>13</left>\n\t\t\t\t<top>327</top>\n\t\t\t\t<width>1254</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<colordiffuse>BBFFFFFF</colordiffuse>\n\t\t\t\t<texture border=\"5\">windows\\keyboard\\text_box.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"310\">\n\t\t\t\t<description>Edit Text</description>\n\t\t\t\t<left>13</left>\n\t\t\t\t<top>327</top>\n\t\t\t\t<width>1254</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<visible>!Skin.HasSetting(hex_entry)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\" id=\"99\">\n\t\t\t\t<!-- left column -->\n\t\t\t\t<control type=\"togglebutton\" id=\"304\">\n\t\t\t\t\t<description>Symbols button</description>\n\t\t\t\t\t<left>13</left>\n\t\t\t\t\t<top>390</top>\n\t\t\t\t\t<width>156</width>\n\t\t\t\t\t<height>61</height>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onleft>302</onleft>\n\t\t\t\t\t<onright>49</onright>\n\t\t\t\t\t<onup>303</onup>\n\t\t\t\t\t<ondown>305</ondown>\n\t\t\t\t\t<onfocus>SetFocus(49)</onfocus>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textoffsetx>30</textoffsetx>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus>windows\\keyboard\\symbols-nofocus-toggle-off.png</texturenofocus>\n\t\t\t\t\t<texturefocus>windows\\keyboard\\symbols-focus-toggle-off.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t<alttexturenofocus>windows\\keyboard\\symbols-nofocus-toggle-on.png</alttexturenofocus>\n\t\t\t\t\t<alttexturefocus>windows\\keyboard\\symbols-focus-toggle-on.png</alttexturefocus>\n\t\t\t\t</control>\n\t\t\t\t<!-- Label so it fits correctly -->\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>9</left>\n\t\t\t\t\t<top>388</top>\n\t\t\t\t\t<width>100</width>\n\t\t\t\t\t<height>61</height>\n\t\t\t\t\t<label>20180</label>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"305\">\n\t\t\t\t\t<description>previous button</description>\n\t\t\t\t\t<left>13</left>\n\t\t\t\t\t<top>453</top>\n\t\t\t\t\t<width>156</width>\n\t\t\t\t\t<height>124</height>\n\t\t\t\t\t<onleft>306</onleft>\n\t\t\t\t\t<onright>81</onright>\n\t\t\t\t\t<onup>304</onup>\n\t\t\t\t\t<ondown>303</ondown>\n\t\t\t\t\t<onfocus>SetFocus(49)</onfocus>\n\t\t\t\t\t<label>31102</label>\n\t\t\t\t\t<textoffsety>80</textoffsety>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus>windows\\keyboard\\previous-nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus>windows\\keyboard\\previous-focus.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"togglebutton\" id=\"303\">\n\t\t\t\t\t<description>CAPS LOCK button</description>\n\t\t\t\t\t<left>13</left>\n\t\t\t\t\t<top>579</top>\n\t\t\t\t\t<width>156</width>\n\t\t\t\t\t<height>123</height>\n\t\t\t\t\t<onleft>300</onleft>\n\t\t\t\t\t<onright>307</onright>\n\t\t\t\t\t<onup>305</onup>\n\t\t\t\t\t<ondown>304</ondown>\n\t\t\t\t\t<onfocus>SetFocus(49)</onfocus>\n\t\t\t\t\t<label>20179</label>\n\t\t\t\t\t<textoffsety>80</textoffsety>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus>windows\\keyboard\\caps-nofocus-toggle-off.png</texturenofocus>\n\t\t\t\t\t<texturefocus>windows\\keyboard\\caps-focus-toggle-off.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t<alttexturenofocus>windows\\keyboard\\caps-nofocus-toggle-on.png</alttexturenofocus>\n\t\t\t\t\t<alttexturefocus>windows\\keyboard\\caps-focus-toggle-on.png</alttexturefocus>\n\t\t\t\t</control>\n\t\t\t\t<!-- Right column -->\n\t\t\t\t<control type=\"togglebutton\" id=\"302\">\n\t\t\t\t\t<description>SHIFT button</description>\n\t\t\t\t\t<left>1111</left>\n\t\t\t\t\t<top>390</top>\n\t\t\t\t\t<width>156</width>\n\t\t\t\t\t<height>61</height>\n\t\t\t\t\t<onleft>48</onleft>\n\t\t\t\t\t<onright>304</onright>\n\t\t\t\t\t<onup>300</onup>\n\t\t\t\t\t<ondown>306</ondown>\n\t\t\t\t\t<onfocus>SetFocus(49)</onfocus>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus>windows\\keyboard\\shift-nofocus-toggle-off.png</texturenofocus>\n\t\t\t\t\t<texturefocus>windows\\keyboard\\shift-focus-toggle-off.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t<alttexturenofocus>windows\\keyboard\\shift-nofocus-toggle-on.png</alttexturenofocus>\n\t\t\t\t\t<alttexturefocus>windows\\keyboard\\shift-focus-toggle-on.png</alttexturefocus>\n\t\t\t\t</control>\n\t\t\t\t<!-- Label so it fits correctly -->\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>1171</left>\n\t\t\t\t\t<top>388</top>\n\t\t\t\t\t<width>100</width>\n\t\t\t\t\t<height>61</height>\n\t\t\t\t\t<label>20178</label>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"306\">\n\t\t\t\t\t<description>next button</description>\n\t\t\t\t\t<left>1111</left>\n\t\t\t\t\t<top>453</top>\n\t\t\t\t\t<width>156</width>\n\t\t\t\t\t<height>124</height>\n\t\t\t\t\t<onleft>80</onleft>\n\t\t\t\t\t<onright>305</onright>\n\t\t\t\t\t<onup>302</onup>\n\t\t\t\t\t<ondown>300</ondown>\n\t\t\t\t\t<onfocus>SetFocus(49)</onfocus>\n\t\t\t\t\t<label>31103</label>\n\t\t\t\t\t<textoffsety>80</textoffsety>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus>windows\\keyboard\\next-nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus>windows\\keyboard\\next-focus.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"300\">\n\t\t\t\t\t<description>DONE button</description>\n\t\t\t\t\t<left>1111</left>\n\t\t\t\t\t<top>579</top>\n\t\t\t\t\t<width>156</width>\n\t\t\t\t\t<height>123</height>\n\t\t\t\t\t<onleft>8</onleft>\n\t\t\t\t\t<onright>303</onright>\n\t\t\t\t\t<onup>306</onup>\n\t\t\t\t\t<ondown>302</ondown>\n\t\t\t\t\t<onfocus>SetFocus(49)</onfocus>\n\t\t\t\t\t<label>20177</label>\n\t\t\t\t\t<textoffsety>80</textoffsety>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus>windows\\keyboard\\done-nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus>windows\\keyboard\\done-focus.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<!-- Lower row -->\n\t\t\t\t<control type=\"button\" id=\"307\">\n\t\t\t\t\t<description>IP Input button</description>\n\t\t\t\t\t<left>171</left>\n\t\t\t\t\t<top>642</top>\n\t\t\t\t\t<width>186</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<!-- <onleft>303</onleft> -->\n\t\t\t\t\t<onleft>8</onleft>\n\t\t\t\t\t<onright>32</onright>\n\t\t\t\t\t<onup>90</onup>\n\t\t\t\t\t<ondown>49</ondown>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<!-- Label so it fits correctly -->\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>171</left>\n\t\t\t\t\t<top>638</top>\n\t\t\t\t\t<width>186</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<label>1006</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"32\">\n\t\t\t\t\t<description>SPACE button</description>\n\t\t\t\t\t<left>359</left>\n\t\t\t\t\t<top>642</top>\n\t\t\t\t\t<width>562</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<onleft>307</onleft>\n\t\t\t\t\t<onright>8</onright>\n\t\t\t\t\t<onup>66</onup>\n\t\t\t\t\t<ondown>53</ondown>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus>windows\\keyboard\\spacebar_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus>windows\\keyboard\\spacebar_focus.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<!-- Label so it fits correctly -->\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>356</left>\n\t\t\t\t\t<top>638</top>\n\t\t\t\t\t<width>276</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<label>20182</label>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"8\">\n\t\t\t\t\t<description>BACKSPACE button</description>\n\t\t\t\t\t<left>923</left>\n\t\t\t\t\t<top>642</top>\n\t\t\t\t\t<width>186</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<onleft>32</onleft>\n\t\t\t\t\t<!-- <onright>300</onright> -->\n\t\t\t\t\t<onright>307</onright>\n\t\t\t\t\t<onup>102</onup>\n\t\t\t\t\t<ondown>48</ondown>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\backspace_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\backspace_focus.png</texturefocus>\n\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<!-- Label so it fits correctly -->\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>861</left>\n\t\t\t\t\t<top>638</top>\n\t\t\t\t\t<width>176</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<label>20181</label>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t</control>\n\t\t\t\t<!-- Top row 1 > 0 -->\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>171</left>\n\t\t\t\t\t<top>390</top>\n\t\t\t\t\t<control type=\"button\" id=\"49\">\n\t\t\t\t\t\t<description>'1' button</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<!-- <onleft>304</onleft> -->\n\t\t\t\t\t\t<onleft>48</onleft>\n\t\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t\t<onup>307</onup>\n\t\t\t\t\t\t<ondown>81</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"50\">\n\t\t\t\t\t\t<description>'2' button</description>\n\t\t\t\t\t\t<left>94</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>49</onleft>\n\t\t\t\t\t\t<onright>51</onright>\n\t\t\t\t\t\t<onup>307</onup>\n\t\t\t\t\t\t<ondown>87</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"51\">\n\t\t\t\t\t\t<description>'3' button</description>\n\t\t\t\t\t\t<left>188</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>50</onleft>\n\t\t\t\t\t\t<onright>52</onright>\n\t\t\t\t\t\t<onup>32</onup>\n\t\t\t\t\t\t<ondown>69</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"52\">\n\t\t\t\t\t\t<description>'4' button</description>\n\t\t\t\t\t\t<left>282</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>51</onleft>\n\t\t\t\t\t\t<onright>53</onright>\n\t\t\t\t\t\t<onup>32</onup>\n\t\t\t\t\t\t<ondown>82</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"53\">\n\t\t\t\t\t\t<description>'5' button</description>\n\t\t\t\t\t\t<left>376</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>52</onleft>\n\t\t\t\t\t\t<onright>54</onright>\n\t\t\t\t\t\t<onup>32</onup>\n\t\t\t\t\t\t<ondown>84</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"54\">\n\t\t\t\t\t\t<description>'6' button</description>\n\t\t\t\t\t\t<left>470</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>53</onleft>\n\t\t\t\t\t\t<onright>55</onright>\n\t\t\t\t\t\t<onup>32</onup>\n\t\t\t\t\t\t<ondown>89</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"55\">\n\t\t\t\t\t\t<description>'7' button</description>\n\t\t\t\t\t\t<left>564</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>54</onleft>\n\t\t\t\t\t\t<onright>56</onright>\n\t\t\t\t\t\t<onup>32</onup>\n\t\t\t\t\t\t<ondown>85</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"56\">\n\t\t\t\t\t\t<description>'8' button</description>\n\t\t\t\t\t\t<left>658</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>55</onleft>\n\t\t\t\t\t\t<onright>57</onright>\n\t\t\t\t\t\t<onup>32</onup>\n\t\t\t\t\t\t<ondown>73</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"57\">\n\t\t\t\t\t\t<description>'9' button</description>\n\t\t\t\t\t\t<left>752</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>56</onleft>\n\t\t\t\t\t\t<onright>48</onright>\n\t\t\t\t\t\t<onup>8</onup>\n\t\t\t\t\t\t<ondown>79</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"48\">\n\t\t\t\t\t\t<description>'0' button</description>\n\t\t\t\t\t\t<left>846</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>57</onleft>\n\t\t\t\t\t\t<!-- <onright>302</onright> -->\n\t\t\t\t\t\t<onright>49</onright>\n\t\t\t\t\t\t<onup>8</onup>\n\t\t\t\t\t\t<ondown>80</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<!-- row 2 qwertyuiop -->\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>171</left>\n\t\t\t\t\t<top>453</top>\n\t\t\t\t\t<control type=\"button\" id=\"81\">\n\t\t\t\t\t\t<description>'Q' button</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<!-- <onleft>305</onleft> -->\n\t\t\t\t\t\t<onleft>80</onleft>\n\t\t\t\t\t\t<onright>87</onright>\n\t\t\t\t\t\t<onup>49</onup>\n\t\t\t\t\t\t<ondown>65</ondown>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"87\">\n\t\t\t\t\t\t<description>'W' button</description>\n\t\t\t\t\t\t<left>94</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>81</onleft>\n\t\t\t\t\t\t<onright>69</onright>\n\t\t\t\t\t\t<onup>50</onup>\n\t\t\t\t\t\t<ondown>83</ondown>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"69\">\n\t\t\t\t\t\t<description>'E' button</description>\n\t\t\t\t\t\t<left>188</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>87</onleft>\n\t\t\t\t\t\t<onright>82</onright>\n\t\t\t\t\t\t<onup>51</onup>\n\t\t\t\t\t\t<ondown>68</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"82\">\n\t\t\t\t\t\t<description>'R' button</description>\n\t\t\t\t\t\t<left>282</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>69</onleft>\n\t\t\t\t\t\t<onright>84</onright>\n\t\t\t\t\t\t<onup>52</onup>\n\t\t\t\t\t\t<ondown>70</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"84\">\n\t\t\t\t\t\t<description>'T' button</description>\n\t\t\t\t\t\t<left>376</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>82</onleft>\n\t\t\t\t\t\t<onright>89</onright>\n\t\t\t\t\t\t<onup>53</onup>\n\t\t\t\t\t\t<ondown>71</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"89\">\n\t\t\t\t\t\t<description>'Y' button</description>\n\t\t\t\t\t\t<left>470</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>84</onleft>\n\t\t\t\t\t\t<onright>85</onright>\n\t\t\t\t\t\t<onup>54</onup>\n\t\t\t\t\t\t<ondown>72</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"85\">\n\t\t\t\t\t\t<description>'U' button</description>\n\t\t\t\t\t\t<left>564</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>89</onleft>\n\t\t\t\t\t\t<onright>73</onright>\n\t\t\t\t\t\t<onup>55</onup>\n\t\t\t\t\t\t<ondown>74</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"73\">\n\t\t\t\t\t\t<description>'I' button</description>\n\t\t\t\t\t\t<left>658</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>85</onleft>\n\t\t\t\t\t\t<onright>79</onright>\n\t\t\t\t\t\t<onup>56</onup>\n\t\t\t\t\t\t<ondown>75</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"79\">\n\t\t\t\t\t\t<description>'O' button</description>\n\t\t\t\t\t\t<left>752</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>73</onleft>\n\t\t\t\t\t\t<onright>80</onright>\n\t\t\t\t\t\t<onup>57</onup>\n\t\t\t\t\t\t<ondown>76</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"80\">\n\t\t\t\t\t\t<description>'P' button</description>\n\t\t\t\t\t\t<left>846</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>79</onleft>\n\t\t\t\t\t\t<!-- <onright>306</onright> -->\n\t\t\t\t\t\t<onright>81</onright>\n\t\t\t\t\t\t<onup>48</onup>\n\t\t\t\t\t\t<ondown>103</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<!-- row 3 asdfghjkl -->\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>171</left>\n\t\t\t\t\t<top>516</top>\n\t\t\t\t\t<control type=\"button\" id=\"65\">\n\t\t\t\t\t\t<description>'A' button</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<!-- <onleft>305</onleft> -->\n\t\t\t\t\t\t<onleft>103</onleft>\n\t\t\t\t\t\t<onright>83</onright>\n\t\t\t\t\t\t<onup>81</onup>\n\t\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"83\">\n\t\t\t\t\t\t<description>'S' button</description>\n\t\t\t\t\t\t<left>94</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>65</onleft>\n\t\t\t\t\t\t<onright>68</onright>\n\t\t\t\t\t\t<onup>87</onup>\n\t\t\t\t\t\t<ondown>88</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"68\">\n\t\t\t\t\t\t<description>'D' button</description>\n\t\t\t\t\t\t<left>188</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>83</onleft>\n\t\t\t\t\t\t<onright>70</onright>\n\t\t\t\t\t\t<onup>69</onup>\n\t\t\t\t\t\t<ondown>67</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"70\">\n\t\t\t\t\t\t<description>'F' button</description>\n\t\t\t\t\t\t<left>282</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>68</onleft>\n\t\t\t\t\t\t<onright>71</onright>\n\t\t\t\t\t\t<onup>82</onup>\n\t\t\t\t\t\t<ondown>86</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"71\">\n\t\t\t\t\t\t<description>'G' button</description>\n\t\t\t\t\t\t<left>376</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>70</onleft>\n\t\t\t\t\t\t<onright>72</onright>\n\t\t\t\t\t\t<onup>84</onup>\n\t\t\t\t\t\t<ondown>66</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"72\">\n\t\t\t\t\t\t<description>'H' button</description>\n\t\t\t\t\t\t<left>470</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>71</onleft>\n\t\t\t\t\t\t<onright>74</onright>\n\t\t\t\t\t\t<onup>89</onup>\n\t\t\t\t\t\t<ondown>78</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"74\">\n\t\t\t\t\t\t<description>'J' button</description>\n\t\t\t\t\t\t<left>564</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>72</onleft>\n\t\t\t\t\t\t<onright>75</onright>\n\t\t\t\t\t\t<onup>85</onup>\n\t\t\t\t\t\t<ondown>77</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"75\">\n\t\t\t\t\t\t<description>'K' button</description>\n\t\t\t\t\t\t<left>658</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>74</onleft>\n\t\t\t\t\t\t<onright>76</onright>\n\t\t\t\t\t\t<onup>73</onup>\n\t\t\t\t\t\t<ondown>100</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"76\">\n\t\t\t\t\t\t<description>'L' button</description>\n\t\t\t\t\t\t<left>752</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>75</onleft>\n\t\t\t\t\t\t<onright>103</onright>\n\t\t\t\t\t\t<onup>79</onup>\n\t\t\t\t\t\t<ondown>101</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"103\">\n\t\t\t\t\t\t<description>Custom button there is a double Symbols so it changes back properly</description>\n\t\t\t\t\t\t<left>846</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>76</onleft>\n\t\t\t\t\t\t<!-- <onright>306</onright> -->\n\t\t\t\t\t\t<onright>65</onright>\n\t\t\t\t\t\t<onup>80</onup>\n\t\t\t\t\t\t<ondown>102</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<label>'</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<onclick>SendClick(103,75)</onclick>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(kb_symbols_enabled)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<!-- row 2 zxcvbnm -->\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>171</left>\n\t\t\t\t\t<top>579</top>\n\t\t\t\t\t<control type=\"button\" id=\"90\">\n\t\t\t\t\t\t<description>'Z' button</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<!-- <onleft>303</onleft> -->\n\t\t\t\t\t\t<onleft>102</onleft>\n\t\t\t\t\t\t<onright>88</onright>\n\t\t\t\t\t\t<onup>65</onup>\n\t\t\t\t\t\t<ondown>307</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"88\">\n\t\t\t\t\t\t<description>'X' button</description>\n\t\t\t\t\t\t<left>94</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>90</onleft>\n\t\t\t\t\t\t<onright>67</onright>\n\t\t\t\t\t\t<onup>83</onup>\n\t\t\t\t\t\t<ondown>307</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"67\">\n\t\t\t\t\t\t<description>'C' button</description>\n\t\t\t\t\t\t<left>188</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>88</onleft>\n\t\t\t\t\t\t<onright>86</onright>\n\t\t\t\t\t\t<onup>68</onup>\n\t\t\t\t\t\t<ondown>32</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"86\">\n\t\t\t\t\t\t<description>'V' button</description>\n\t\t\t\t\t\t<left>282</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>67</onleft>\n\t\t\t\t\t\t<onright>66</onright>\n\t\t\t\t\t\t<onup>70</onup>\n\t\t\t\t\t\t<ondown>32</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"66\">\n\t\t\t\t\t\t<description>'B' button</description>\n\t\t\t\t\t\t<left>376</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>86</onleft>\n\t\t\t\t\t\t<onright>78</onright>\n\t\t\t\t\t\t<onup>71</onup>\n\t\t\t\t\t\t<ondown>32</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"78\">\n\t\t\t\t\t\t<description>'N' button</description>\n\t\t\t\t\t\t<left>470</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>66</onleft>\n\t\t\t\t\t\t<onright>77</onright>\n\t\t\t\t\t\t<onup>72</onup>\n\t\t\t\t\t\t<ondown>32</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"77\">\n\t\t\t\t\t\t<description>'M' button</description>\n\t\t\t\t\t\t<left>564</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>78</onleft>\n\t\t\t\t\t\t<onright>100</onright>\n\t\t\t\t\t\t<onup>74</onup>\n\t\t\t\t\t\t<ondown>32</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Skin.Reset(kb_symbols_enabled)</onclick>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"100\">\n\t\t\t\t\t\t<description>Custom button there is a double Symbols so it changes back properly</description>\n\t\t\t\t\t\t<left>658</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>77</onleft>\n\t\t\t\t\t\t<onright>101</onright>\n\t\t\t\t\t\t<onup>75</onup>\n\t\t\t\t\t\t<ondown>32</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<label>,</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<onclick>SendClick(103,77)</onclick>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(kb_symbols_enabled)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"101\">\n\t\t\t\t\t\t<description>Custom button there is a double Symbols so it changes back properly</description>\n\t\t\t\t\t\t<left>752</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>100</onleft>\n\t\t\t\t\t\t<onright>102</onright>\n\t\t\t\t\t\t<onup>76</onup>\n\t\t\t\t\t\t<ondown>8</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<label>.</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<onclick>SendClick(103,78)</onclick>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(kb_symbols_enabled)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"button\" id=\"102\">\n\t\t\t\t\t\t<description>Custom button there is a double Symbols so it changes back properly</description>\n\t\t\t\t\t\t<left>846</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>92</width>\n\t\t\t\t\t\t<height>61</height>\n\t\t\t\t\t\t<onleft>101</onleft>\n\t\t\t\t\t\t<!-- <onright>300</onright> -->\n\t\t\t\t\t\t<onright>90</onright>\n\t\t\t\t\t\t<onup>103</onup>\n\t\t\t\t\t\t<ondown>8</ondown>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<label>/</label>\n\t\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<onclick>SendClick(103,81)</onclick>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<onclick>Symbols</onclick>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(kb_symbols_enabled)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<!-- Hex code entry keyboard -->\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>245</left>\n\t\t\t<top>140</top>\n\t\t\t<visible>Skin.HasSetting(hex_entry)</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>240</left>\n\t\t\t\t<top>40</top>\n\t\t\t\t<width>300</width>\n\t\t\t\t<height>320</height>\n\t\t\t\t<texture colordiffuse=\"FBFFFFFF\" border=\"40\">windows\\keyboard\\back.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>95</top>\n\t\t\t\t<width>260</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<colordiffuse>BBFFFFFF</colordiffuse>\n\t\t\t\t<texture border=\"5\">windows\\keyboard\\text_box.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>dialog Heading</description>\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>50</top>\n\t\t\t\t<width>260</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<font>home_12</font>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label.header</textcolor>\n\t\t\t\t<label>[B]$LOCALIZE[31101][/B]</label>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"310\">\n\t\t\t\t<description>Edit Text</description>\n\t\t\t\t<left>260</left>\n\t\t\t\t<top>93</top>\n\t\t\t\t<width>260</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<info>Skin.String(Background_Custom_Color)</info>\n\t\t\t\t<visible>Skin.HasSetting(hex_entry)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>65</left>\n\t\t\t\t<top>140</top>\n\t\t\t\t<control type=\"button\" id=\"300\">\n\t\t\t\t\t<description>DONE button</description>\n\t\t\t\t\t<left>200</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>80</height>\n\t\t\t\t\t<label>20177</label>\n\t\t\t\t\t<onleft>-</onleft>\n\t\t\t\t\t<onright>48</onright>\n\t\t\t\t\t<onup>-</onup>\n\t\t\t\t\t<ondown>8</ondown>\n\t\t\t\t\t<angle>90</angle>\n\t\t\t\t\t<textwidth>80</textwidth>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_15</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"8\">\n\t\t\t\t\t<description>BACKSPACE button</description>\n\t\t\t\t\t<left>200</left>\n\t\t\t\t\t<top>81</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>117</height>\n\t\t\t\t\t<label>20181</label>\n\t\t\t\t\t<onleft>-</onleft>\n\t\t\t\t\t<onright>56</onright>\n\t\t\t\t\t<onup>300</onup>\n\t\t\t\t\t<ondown>-</ondown>\n\t\t\t\t\t<angle>90</angle>\n\t\t\t\t\t<textwidth>100</textwidth>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_15</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"48\">\n\t\t\t\t\t<description>'0' button</description>\n\t\t\t\t\t<left>250</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>300</onleft>\n\t\t\t\t\t<onright>49</onright>\n\t\t\t\t\t<onup>-</onup>\n\t\t\t\t\t<ondown>52</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"49\">\n\t\t\t\t\t<description>'1' button</description>\n\t\t\t\t\t<left>300</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>48</onleft>\n\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t<onup>-</onup>\n\t\t\t\t\t<ondown>53</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"50\">\n\t\t\t\t\t<description>'2' button</description>\n\t\t\t\t\t<left>350</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>49</onleft>\n\t\t\t\t\t<onright>51</onright>\n\t\t\t\t\t<onup>-</onup>\n\t\t\t\t\t<ondown>54</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"51\">\n\t\t\t\t\t<description>'3' button</description>\n\t\t\t\t\t<left>400</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>50</onleft>\n\t\t\t\t\t<onright>-</onright>\n\t\t\t\t\t<onup>-</onup>\n\t\t\t\t\t<ondown>55</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"52\">\n\t\t\t\t\t<description>'4' button</description>\n\t\t\t\t\t<left>250</left>\n\t\t\t\t\t<top>50</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>300</onleft>\n\t\t\t\t\t<onright>53</onright>\n\t\t\t\t\t<onup>48</onup>\n\t\t\t\t\t<ondown>56</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"53\">\n\t\t\t\t\t<description>'5' button</description>\n\t\t\t\t\t<left>300</left>\n\t\t\t\t\t<top>50</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>52</onleft>\n\t\t\t\t\t<onright>54</onright>\n\t\t\t\t\t<onup>49</onup>\n\t\t\t\t\t<ondown>57</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"54\">\n\t\t\t\t\t<description>'6' button</description>\n\t\t\t\t\t<left>350</left>\n\t\t\t\t\t<top>50</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>53</onleft>\n\t\t\t\t\t<onright>55</onright>\n\t\t\t\t\t<onup>50</onup>\n\t\t\t\t\t<ondown>65</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"55\">\n\t\t\t\t\t<description>'7' button</description>\n\t\t\t\t\t<left>400</left>\n\t\t\t\t\t<top>50</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>54</onleft>\n\t\t\t\t\t<onright>-</onright>\n\t\t\t\t\t<onup>51</onup>\n\t\t\t\t\t<ondown>66</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"56\">\n\t\t\t\t\t<description>'8' button</description>\n\t\t\t\t\t<left>250</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>8</onleft>\n\t\t\t\t\t<onright>57</onright>\n\t\t\t\t\t<onup>52</onup>\n\t\t\t\t\t<ondown>67</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"57\">\n\t\t\t\t\t<description>'9' button</description>\n\t\t\t\t\t<left>300</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>56</onleft>\n\t\t\t\t\t<onright>65</onright>\n\t\t\t\t\t<onup>53</onup>\n\t\t\t\t\t<ondown>68</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"65\">\n\t\t\t\t\t<description>'A' button</description>\n\t\t\t\t\t<left>350</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>57</onleft>\n\t\t\t\t\t<onright>66</onright>\n\t\t\t\t\t<onup>54</onup>\n\t\t\t\t\t<ondown>69</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"66\">\n\t\t\t\t\t<description>'B' button</description>\n\t\t\t\t\t<left>400</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>65</onleft>\n\t\t\t\t\t<onright>-</onright>\n\t\t\t\t\t<onup>55</onup>\n\t\t\t\t\t<ondown>70</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"67\">\n\t\t\t\t\t<description>'C' button</description>\n\t\t\t\t\t<left>250</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>8</onleft>\n\t\t\t\t\t<onright>68</onright>\n\t\t\t\t\t<onup>56</onup>\n\t\t\t\t\t<ondown>-</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"68\">\n\t\t\t\t\t<description>'D' button</description>\n\t\t\t\t\t<left>300</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>67</onleft>\n\t\t\t\t\t<onright>69</onright>\n\t\t\t\t\t<onup>57</onup>\n\t\t\t\t\t<ondown>-</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"69\">\n\t\t\t\t\t<description>'E' button</description>\n\t\t\t\t\t<left>350</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>68</onleft>\n\t\t\t\t\t<onright>70</onright>\n\t\t\t\t\t<onup>65</onup>\n\t\t\t\t\t<ondown>-</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"70\">\n\t\t\t\t\t<description>'F' button</description>\n\t\t\t\t\t<left>400</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<onleft>69</onleft>\n\t\t\t\t\t<onright>-</onright>\n\t\t\t\t\t<onup>66</onup>\n\t\t\t\t\t<ondown>-</ondown>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogMediaSource.xml",
    "content": "<window id=\"129\">\n\t<defaultcontrol>10</defaultcontrol>\n\t<include>Dialog.Effect.Zoom.Fast</include>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"image\">\n\t\t\t<left>270</left>\n\t\t\t<top>80</top>\n\t\t\t<width>740</width>\n\t\t\t<height>560</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\select_browser\\main.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>286</left>\n\t\t\t<top>99</top>\n\t\t\t<width>709</width>\n\t\t\t<height>61</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\select_browser\\header.png</texture>\n\t\t</control>\n\t\t<control type=\"label\" id=\"2\">\n\t\t\t<description>heading label</description>\n\t\t\t<left>313</left>\n\t\t\t<top>107</top>\n\t\t\t<width>731</width>\n\t\t\t<height>37</height>\n\t\t\t<font>size_28</font>\n\t\t\t<scroll>true</scroll>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>305</left>\n\t\t\t<top>170</top>\n\t\t\t<width>670</width>\n\t\t\t<height>30</height>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<font>size_20</font>\n\t\t\t<label>1021</label>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t</control>\n\t\t<control type=\"list\" id=\"10\">\n\t\t\t<left>305</left>\n\t\t\t<top>210</top>\n\t\t\t<width>510</width>\n\t\t\t<height>252</height>\n\t\t\t<onup>9001</onup>\n\t\t\t<onleft>9000</onleft>\n\t\t\t<onright>9000</onright>\n\t\t\t<ondown>12</ondown>\n\t\t\t<pagecontrol>-</pagecontrol>\n\t\t\t<scrolltime>200</scrolltime>\n\t\t\t<itemlayout height=\"42\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>550</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>530</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<info>ListItem.Label</info>\n\t\t\t\t</control>\n\t\t\t</itemlayout>\n\t\t\t<focusedlayout height=\"42\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>550</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>530</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<info>ListItem.Label</info>\n\t\t\t\t</control>\n\t\t\t</focusedlayout>\n\t\t</control>\n\t\t<control type=\"group\" id=\"9000\">\n\t\t\t<left>830</left>\n\t\t\t<top>210</top>\n\t\t\t<control type=\"button\" id=\"11\">\n\t\t\t\t<description>Browse Button</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>150</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<label>1024</label>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t<onup>9001</onup>\n\t\t\t\t<onleft>10</onleft>\n\t\t\t\t<onright>10</onright>\n\t\t\t\t<ondown>13</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"13\">\n\t\t\t\t<description>Add Path Button</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>45</top>\n\t\t\t\t<width>150</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<label>15019</label>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t<onup>11</onup>\n\t\t\t\t<onleft>10</onleft>\n\t\t\t\t<onright>10</onright>\n\t\t\t\t<ondown>14</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"14\">\n\t\t\t\t<description>Remove Path Button</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>90</top>\n\t\t\t\t<width>150</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<label>1210</label>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t<onup>13</onup>\n\t\t\t\t<onleft>10</onleft>\n\t\t\t\t<onright>10</onright>\n\t\t\t\t<ondown>12</ondown>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<description>Name label</description>\n\t\t\t<left>305</left>\n\t\t\t<top>472</top>\n\t\t\t<width>670</width>\n\t\t\t<height>30</height>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<font>size_20</font>\n\t\t\t<label>1022</label>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t</control>\n\t\t<control type=\"button\" id=\"12\">\n\t\t\t<description>Name Button</description>\n\t\t\t<left>305</left>\n\t\t\t<top>512</top>\n\t\t\t<width>670</width>\n\t\t\t<height>40</height>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<onup>10</onup>\n\t\t\t<onleft>12</onleft>\n\t\t\t<onright>19</onright>\n\t\t\t<ondown>9001</ondown>\n\t\t\t<label>-</label>\n\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t<disabledcolor>colour.dialog.label.disabled</disabledcolor>\n\t\t\t<font>size_20</font>\n\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t</control>\n\t\t<control type=\"group\" id=\"9001\">\n\t\t\t<left>475</left>\n\t\t\t<top>566</top>\n\t\t\t<control type=\"button\" id=\"18\">\n\t\t\t\t<description>Ok Button</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>155</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<disabledcolor>colour.dialog.label.disabled</disabledcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t<label>186</label>\n\t\t\t\t<onup>12</onup>\n\t\t\t\t<onleft>20</onleft>\n\t\t\t\t<onright>19</onright>\n\t\t\t\t<ondown>10</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"19\">\n\t\t\t\t<description>Cancel Button</description>\n\t\t\t\t<left>175</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>155</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<disabledcolor>colour.dialog.label.disabled</disabledcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t<label>222</label>\n\t\t\t\t<onup>12</onup>\n\t\t\t\t<onleft>18</onleft>\n\t\t\t\t<onright>20</onright>\n\t\t\t\t<ondown>10</ondown>\n\t\t\t</control>\n\t\t\t<!-- Disabled as there is no movie support in this skin -->\n\t\t\t<control type=\"button.\" id=\"20\">\n\t\t\t\t<description>Set Content Button</description>\n\t\t\t\t<left>350</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>155</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<disabledcolor>colour.dialog.label.disabled</disabledcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t<label>20333</label>\n\t\t\t\t<onup>12</onup>\n\t\t\t\t<onleft>19</onleft>\n\t\t\t\t<onright>18</onright>\n\t\t\t\t<ondown>10</ondown>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogMuteBug.xml",
    "content": "<window id=\"113\">\n\t<defaultcontrol>-</defaultcontrol>\n\t<controls>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogNetworkSetup.xml",
    "content": "<window id=\"128\">\n\t<defaultcontrol>10</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>240</left>\n\t\t\t<top>145</top>\n\t\t\t<control type=\"image\">\n\t\t\t\t<description>background image</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>800</width>\n\t\t\t\t<height>430</height>\n\t\t\t\t<texture border=\"20,20,20,20\">thumbnofo.png</texture>\n\t\t\t\t<bordersize>30</bordersize>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"2\">\n\t\t\t\t<description>heading label</description>\n\t\t\t\t<left>40</left>\n\t\t\t\t<top>35</top>\n\t\t\t\t<width>720</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>1007</label>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label.header</textcolor>\n\t\t\t</control>\n\t\t\t<control type=\"spincontrolex\" id=\"10\">\n\t\t\t\t<description>Protocol SpinControl</description>\n\t\t\t\t<left>40</left>\n\t\t\t\t<top>85</top>\n\t\t\t\t<height>35</height>\n\t\t\t\t<width>720</width>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<textoffsetx>12</textoffsetx>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<reverse>yes</reverse>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>1008</label>\n\t\t\t\t<onup>18</onup>\n\t\t\t\t<ondown>11</ondown>\n\t\t\t\t<onleft>10</onleft>\n\t\t\t\t<onright>10</onright>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"11\">\n\t\t\t\t<description>Server Address Button</description>\n\t\t\t\t<left>40</left>\n\t\t\t\t<top>125</top>\n\t\t\t\t<width>565</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<textoffsetx>12</textoffsetx>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>-</label>\n\t\t\t\t<onup>10</onup>\n\t\t\t\t<onleft>12</onleft>\n\t\t\t\t<onright>12</onright>\n\t\t\t\t<ondown>16</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"12\">\n\t\t\t\t<description>Server Browse Button</description>\n\t\t\t\t<left>610</left>\n\t\t\t\t<top>125</top>\n\t\t\t\t<width>150</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<textoffsetx>12</textoffsetx>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>1024</label>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<onup>10</onup>\n\t\t\t\t<onleft>11</onleft>\n\t\t\t\t<onright>11</onright>\n\t\t\t\t<ondown>16</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"16\">\n\t\t\t\t<description>Remote path Button</description>\n\t\t\t\t<left>40</left>\n\t\t\t\t<top>165</top>\n\t\t\t\t<width>720</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<textoffsetx>12</textoffsetx>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>-</label>\n\t\t\t\t<onup>11</onup>\n\t\t\t\t<onleft>16</onleft>\n\t\t\t\t<onright>16</onright>\n\t\t\t\t<ondown>13</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"13\">\n\t\t\t\t<description>Port Button</description>\n\t\t\t\t<left>40</left>\n\t\t\t\t<top>205</top>\n\t\t\t\t<width>720</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<textoffsetx>12</textoffsetx>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>1013</label>\n\t\t\t\t<onup>16</onup>\n\t\t\t\t<onleft>13</onleft>\n\t\t\t\t<onright>13</onright>\n\t\t\t\t<ondown>14</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"14\">\n\t\t\t\t<description>Username Button</description>\n\t\t\t\t<left>40</left>\n\t\t\t\t<top>245</top>\n\t\t\t\t<width>720</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<textoffsetx>12</textoffsetx>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>1014</label>\n\t\t\t\t<onup>13</onup>\n\t\t\t\t<onleft>14</onleft>\n\t\t\t\t<onright>14</onright>\n\t\t\t\t<ondown>15</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"15\">\n\t\t\t\t<description>Password Button</description>\n\t\t\t\t<left>40</left>\n\t\t\t\t<top>285</top>\n\t\t\t\t<width>720</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<textoffsetx>12</textoffsetx>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>15052</label>\n\t\t\t\t<onup>14</onup>\n\t\t\t\t<onleft>15</onleft>\n\t\t\t\t<onright>15</onright>\n\t\t\t\t<ondown>18</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"18\">\n\t\t\t\t<description>Ok Button</description>\n\t\t\t\t<left>195</left>\n\t\t\t\t<top>350</top>\n\t\t\t\t<width>200</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<texturenofocus border=\"3\">button-nofocus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\">button-focus2.png</texturefocus>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>186</label>\n\t\t\t\t<onup>15</onup>\n\t\t\t\t<onleft>19</onleft>\n\t\t\t\t<onright>19</onright>\n\t\t\t\t<ondown>10</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"19\">\n\t\t\t\t<description>Cancel Button</description>\n\t\t\t\t<left>405</left>\n\t\t\t\t<top>350</top>\n\t\t\t\t<width>200</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<texturenofocus border=\"3\">button-nofocus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\">button-focus2.png</texturefocus>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>222</label>\n\t\t\t\t<onup>15</onup>\n\t\t\t\t<onleft>18</onleft>\n\t\t\t\t<onright>18</onright>\n\t\t\t\t<ondown>10</ondown>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogNumeric.xml",
    "content": "<window id=\"109\">\n\t<defaultcontrol always=\"true\">21</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<left>495</left>\n\t\t\t<top>165</top>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>290</width>\n\t\t\t\t<height>385</height>\n\t\t\t\t<texture colordiffuse=\"FBFFFFFF\" border=\"40\">windows\\keyboard\\back.png</texture>\n\t\t\t\t<bordersize>30</bordersize>\n\t\t\t</control>\n\t\t\t<control type=\"fadelabel\" id=\"1\">\n\t\t\t\t<description>dialog Heading</description>\n\t\t\t\t<left>45</left>\n\t\t\t\t<top>35</top>\n\t\t\t\t<width>200</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label.header</textcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scrollout>false</scrollout>\n\t\t\t\t<pauseatend>2000</pauseatend>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>45</left>\n\t\t\t\t<top>85</top>\n\t\t\t\t<width>200</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<colordiffuse>BBFFFFFF</colordiffuse>\n\t\t\t\t<texture border=\"5\">windows\\keyboard\\text_box.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"4\">\n\t\t\t\t<description>Edit Text</description>\n\t\t\t\t<left>50</left>\n\t\t\t\t<top>85</top>\n\t\t\t\t<width>190</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.label</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.label</focusedcolor>\n\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.label.disabled</disabledcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>45</left>\n\t\t\t\t<top>140</top>\n\t\t\t\t<control type=\"button\" id=\"11\">\n\t\t\t\t\t<description>1 button</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12311</label>\n\t\t\t\t\t<onleft>23</onleft>\n\t\t\t\t\t<onright>12</onright>\n\t\t\t\t\t<onup>20</onup>\n\t\t\t\t\t<ondown>14</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"12\">\n\t\t\t\t\t<description>2 button</description>\n\t\t\t\t\t<left>50</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12312</label>\n\t\t\t\t\t<onleft>11</onleft>\n\t\t\t\t\t<onright>13</onright>\n\t\t\t\t\t<onup>10</onup>\n\t\t\t\t\t<ondown>15</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"13\">\n\t\t\t\t\t<description>3 button</description>\n\t\t\t\t\t<left>100</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12313</label>\n\t\t\t\t\t<onleft>12</onleft>\n\t\t\t\t\t<onright>23</onright>\n\t\t\t\t\t<onup>22</onup>\n\t\t\t\t\t<ondown>16</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"23\">\n\t\t\t\t\t<description>Backspace button</description>\n\t\t\t\t\t<left>150</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>98</height>\n\t\t\t\t\t<textwidth>94</textwidth>\n\t\t\t\t\t<font>home_15</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>20181</label>\n\t\t\t\t\t<angle>270</angle>\n\t\t\t\t\t<onleft>13</onleft>\n\t\t\t\t\t<onright>11</onright>\n\t\t\t\t\t<onup>21</onup>\n\t\t\t\t\t<ondown>21</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"14\">\n\t\t\t\t\t<description>4 button</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>50</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12314</label>\n\t\t\t\t\t<onleft>23</onleft>\n\t\t\t\t\t<onright>15</onright>\n\t\t\t\t\t<onup>11</onup>\n\t\t\t\t\t<ondown>17</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"15\">\n\t\t\t\t\t<description>5 button</description>\n\t\t\t\t\t<left>50</left>\n\t\t\t\t\t<top>50</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12315</label>\n\t\t\t\t\t<onleft>14</onleft>\n\t\t\t\t\t<onright>16</onright>\n\t\t\t\t\t<onup>12</onup>\n\t\t\t\t\t<ondown>18</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"16\">\n\t\t\t\t\t<description>6 button</description>\n\t\t\t\t\t<left>100</left>\n\t\t\t\t\t<top>50</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12316</label>\n\t\t\t\t\t<onleft>15</onleft>\n\t\t\t\t\t<onright>23</onright>\n\t\t\t\t\t<onup>13</onup>\n\t\t\t\t\t<ondown>19</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"17\">\n\t\t\t\t\t<description>7 button</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12317</label>\n\t\t\t\t\t<onleft>21</onleft>\n\t\t\t\t\t<onright>18</onright>\n\t\t\t\t\t<onup>14</onup>\n\t\t\t\t\t<ondown>20</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"18\">\n\t\t\t\t\t<description>8 button</description>\n\t\t\t\t\t<left>50</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12318</label>\n\t\t\t\t\t<onleft>17</onleft>\n\t\t\t\t\t<onright>19</onright>\n\t\t\t\t\t<onup>15</onup>\n\t\t\t\t\t<ondown>10</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"19\">\n\t\t\t\t\t<description>9 button</description>\n\t\t\t\t\t<left>100</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12319</label>\n\t\t\t\t\t<onleft>18</onleft>\n\t\t\t\t\t<onright>21</onright>\n\t\t\t\t\t<onup>16</onup>\n\t\t\t\t\t<ondown>22</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"21\">\n\t\t\t\t\t<description>Done button</description>\n\t\t\t\t\t<left>150</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>98</height>\n\t\t\t\t\t<textwidth>94</textwidth>\n\t\t\t\t\t<font>home_15</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>20177</label>\n\t\t\t\t\t<angle>270</angle>\n\t\t\t\t\t<onleft>19</onleft>\n\t\t\t\t\t<onright>17</onright>\n\t\t\t\t\t<onup>23</onup>\n\t\t\t\t\t<ondown>23</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"20\">\n\t\t\t\t\t<description>prev button</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textwidth>40</textwidth>\n\t\t\t\t\t<label>&lt;&lt;</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<onleft>21</onleft>\n\t\t\t\t\t<onright>10</onright>\n\t\t\t\t\t<onup>17</onup>\n\t\t\t\t\t<ondown>11</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"10\">\n\t\t\t\t\t<description>0 button</description>\n\t\t\t\t\t<left>50</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<label>12310</label>\n\t\t\t\t\t<onleft>20</onleft>\n\t\t\t\t\t<onright>22</onright>\n\t\t\t\t\t<onup>18</onup>\n\t\t\t\t\t<ondown>12</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"22\">\n\t\t\t\t\t<description>next button</description>\n\t\t\t\t\t<left>100</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>48</width>\n\t\t\t\t\t<height>48</height>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textwidth>40</textwidth>\n\t\t\t\t\t<label>&gt;&gt;</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.keyboardnumpad.keys.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.keyboardnumpad.keys</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.keyboardnumpad.keys.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\">windows\\keyboard\\keys_nofocus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\">windows\\keyboard\\keys_focus.png</texturefocus>\n\t\t\t\t\t<onleft>10</onleft>\n\t\t\t\t\t<onright>21</onright>\n\t\t\t\t\t<onup>19</onup>\n\t\t\t\t\t<ondown>13</ondown>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogOK.xml",
    "content": "<window id=\"2002\">\n\t<defaultcontrol always=\"true\">10</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog.Instant</include>\n\t\t<control type=\"image\">\n\t\t\t<description>background image</description>\n\t\t\t<left>276</left>\n\t\t\t<top>235</top>\n\t\t\t<width>728</width>\n\t\t\t<height>249</height>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\main.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<description>Heading Background</description>\n\t\t\t<left>291</left>\n\t\t\t<top>243</top>\n\t\t\t<width>698</width>\n\t\t\t<height>60</height>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\header.png</texture>\n\t\t</control>\n\t\t<control type=\"label\" id=\"1\">\n\t\t\t<description>heading label</description>\n\t\t\t<left>320</left>\n\t\t\t<top>253</top>\n\t\t\t<width>638</width>\n\t\t\t<height>40</height>\n\t\t\t<font>size_28</font>\n\t\t\t<align>left</align>\n\t\t\t<aligy>center</aligy>\n\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"2\">\n\t\t\t<description>dialog line 1</description>\n\t\t\t<left>320</left>\n\t\t\t<top>310</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"3\">\n\t\t\t<description>dialog line 2</description>\n\t\t\t<left>320</left>\n\t\t\t<top>345</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"4\">\n\t\t\t<description>dialog line 3</description>\n\t\t\t<left>320</left>\n\t\t\t<top>380</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<right>322</right>\n\t\t\t<top>420</top>\n\t\t\t<width>300</width>\n\t\t\t<height>36</height>\n\t\t\t<label>186</label>\n\t\t\t<itemgap>10</itemgap>\n\t\t\t<orientation>Horizontal</orientation>\n\t\t\t<align>right</align>\n\t\t\t<control type=\"button\" id=\"10\">\n\t\t\t\t<description>OK button</description>\n\t\t\t\t<width min=\"100\" max=\"300\">auto</width>\n\t\t\t\t<height>36</height>\n\t\t\t\t<label>186</label>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t<onleft>10</onleft>\n\t\t\t\t<onright>10</onright>\n\t\t\t\t<onup>10</onup>\n\t\t\t\t<ondown>10</ondown>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogOverlay.xml",
    "content": "<window id=\"148\">\n\t<zorder>20</zorder>\n\t<controls>\n\t\t<include>Window.Header</include>\n\t\t<include>Global.Overlay</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogProgress.xml",
    "content": "<window id=\"101\">\n\t<defaultcontrol always=\"true\">10</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog.Instant</include>\n\t\t<control type=\"image\">\n\t\t\t<description>background image</description>\n\t\t\t<left>276</left>\n\t\t\t<top>235</top>\n\t\t\t<width>728</width>\n\t\t\t<height>249</height>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\main.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<description>Heading Background</description>\n\t\t\t<left>291</left>\n\t\t\t<top>243</top>\n\t\t\t<width>698</width>\n\t\t\t<height>60</height>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\header.png</texture>\n\t\t</control>\n\t\t<control type=\"progress\">\n\t\t\t<description>Progressbar</description>\n\t\t\t<left>320</left>\n\t\t\t<top>426</top>\n\t\t\t<width>430</width>\n\t\t\t<height>23</height>\n\t\t\t<info>System.Progressbar</info>\n\t\t\t<texturebg colordiffuse=\"colour.dialog.diffuse.progress.underlay\">windows\\dialogs\\progressbackalt.png</texturebg>\n\t\t\t<midtexture border=\"5,0,5,0\" colordiffuse=\"colour.dialog.diffuse.progress.bar\">windows\\dialogs\\progressfrontalt.png</midtexture>\n\t\t\t<lefttexture colordiffuse=\"colour.dialog.diffuse.progress.underlay\">windows\\dialogs\\progressleftalt.png</lefttexture>\n\t\t\t<righttexture colordiffuse=\"colour.dialog.diffuse.progress.underlay\">windows\\dialogs\\progressrightalt.png</righttexture>\n\t\t\t<overlaytexture colordiffuse=\"colour.dialog.diffuse.progress.underlay\">-</overlaytexture>\n\t\t\t<!-- <animation effect=\"slide\" start=\"0,0\" end=\"74,0\" time=\"75\" delay=\"75\" condition=\"!IsEmpty(Skin.String(DisableCancel))\">Conditional</animation> -->\n\t\t\t<visible>IsEmpty(Skin.String(DisableProgress)) | StringCompare(System.Progressbar, 0)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<description>Progress Label</description>\n\t\t\t<left>760</left>\n\t\t\t<top>426</top>\n\t\t\t<width>60</width>\n\t\t\t<height>20</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<label>$INFO[System.Progressbar,,%]</label>\n\t\t\t<!-- <animation effect=\"slide\" start=\"0,0\" end=\"74,0\" time=\"75\" delay=\"75\" condition=\"!IsEmpty(Skin.String(DisableCancel))\">Conditional</animation> -->\n\t\t</control>\n\t\t<control type=\"label\" id=\"1\">\n\t\t\t<description>heading label</description>\n\t\t\t<left>320</left>\n\t\t\t<top>253</top>\n\t\t\t<width>638</width>\n\t\t\t<height>40</height>\n\t\t\t<font>size_28</font>\n\t\t\t<align>left</align>\n\t\t\t<aligy>center</aligy>\n\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"2\">\n\t\t\t<description>dialog line 1</description>\n\t\t\t<left>320</left>\n\t\t\t<top>310</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_28</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"3\">\n\t\t\t<description>dialog line 2</description>\n\t\t\t<left>320</left>\n\t\t\t<top>345</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"4\">\n\t\t\t<description>dialog line 3</description>\n\t\t\t<left>320</left>\n\t\t\t<top>380</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<right>322</right>\n\t\t\t<top>420</top>\n\t\t\t<width>300</width>\n\t\t\t<height>36</height>\n\t\t\t<label>186</label>\n\t\t\t<itemgap>10</itemgap>\n\t\t\t<orientation>Horizontal</orientation>\n\t\t\t<align>right</align>\n\t\t\t<control type=\"button\" id=\"10\">\n\t\t\t\t<description>Cancel button</description>\n\t\t\t\t<width min=\"100\" max=\"300\">auto</width>\n\t\t\t\t<height>36</height>\n\t\t\t\t<label>222</label>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t<onleft>10</onleft>\n\t\t\t\t<onright>10</onright>\n\t\t\t\t<onup>10</onup>\n\t\t\t\t<ondown>10</ondown>\n\t\t\t\t<visible>!Window.IsActive(2999) + IsEmpty(Skin.String(DisableCancel))</visible>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogScriptInfo.xml",
    "content": "<window type=\"dialog\" id=\"2004\">\n\t<defaultcontrol always=\"true\">61</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>52</left>\n\t\t\t\t<top>51</top>\n\t\t\t\t<width>1176</width>\n\t\t\t\t<height>618</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\generic\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>77</left>\n\t\t\t\t<top>70</top>\n\t\t\t\t<width>1126</width>\n\t\t\t\t<height>60</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\generic\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>heading label used to bold and upper-case</description>\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>70</top>\n\t\t\t\t<width>1126</width>\n\t\t\t\t<height>60</height>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<font>size_24</font>\n\t\t\t\t<label>Script: $INFO[Control.GetLabel(1)]</label>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"1\">\n\t\t\t\t<description>heading label</description>\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>75</top>\n\t\t\t\t<width>1105</width>\n\t\t\t\t<height>50</height>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<font>size_24</font>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t<visible>false</visible>\n\t\t\t</control>\n\t\t\t<control type=\"textbox\" id=\"5\">\n\t\t\t\t<description>textarea</description>\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>128</top>\n\t\t\t\t<width>1100</width>\n\t\t\t\t<height>520</height>\n\t\t\t\t<font>size_16</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t<pagecontrol>61</pagecontrol>\n\t\t\t</control>\n\t\t\t<!-- Scroll bar fails to work due to the scrolltime being set to 200 :-/ -->\n\t\t\t<control type=\"scrollbar\" id=\"61\">\n\t\t\t\t<left>1193</left>\n\t\t\t\t<top>130</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>517</height>\n\t\t\t\t<include>Fake.ScrollBar.Vertical</include>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogSeekBar.xml",
    "content": "<window id=\"115\">\n\t<defaultcontrol>1</defaultcontrol>\n\t<!-- Uses 104 colours as they share the same look and assets -->\n\t<visible>Player.Seeking | Player.DisplayAfterSeek | Player.Forwarding | Player.Rewinding</visible>\n\t<controls>\n\t\t<!-- Player Controls are visible -->\n\t\t<control type=\"group\">\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,87\" delay=\"0\" time=\"250\" tween=\"Quadratic\" easing=\"out\" condition=\"Skin.HasSetting(newplayer_large_artwork)\">Conditional</animation>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>452</left>\n\t\t\t\t<top>119</top>\n\t\t\t\t<control type=\"slider\" id=\"401\">\n\t\t\t\t\t<description>Seek Slider</description>\n\t\t\t\t\t<left>1</left>\n\t\t\t\t\t<top>-2</top>\n\t\t\t\t\t<width>373</width>\n\t\t\t\t\t<height>10</height>\n\t\t\t\t\t<colordiffuse>colour.dialog.volumekaitoast.diffuse.progress.nib</colordiffuse>\n\t\t\t\t\t<texturesliderbar>seekslider.png</texturesliderbar>\n\t\t\t\t\t<textureslidernib>slider_nibFO.png</textureslidernib>\n\t\t\t\t\t<textureslidernibfocus>slider_nibFO.png</textureslidernibfocus>\n\t\t\t\t\t<visible>Window.IsActive(114) + !Skin.HasSetting(OldPlayerControls)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<animation effect=\"slide\" start=\"0,-50\" end=\"0,0\" delay=\"10\" time=\"250\" tween=\"Quadratic\" easing=\"out\">WindowOpen</animation>\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-50\" delay=\"170\" time=\"250\" tween=\"Quadratic\" easing=\"out\">WindowClose</animation>\n\t\t\t<visible>!Window.IsActive(114)</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>425</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>430</width>\n\t\t\t\t<height>50</height>\n\t\t\t\t<texture border=\"20\" colordiffuse=\"colour.dialog.volumekaitoast.diffuse.main\">windows\\volume\\underlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"progress\" id=\"29999\">\n\t\t\t\t<description>Progressbar</description>\n\t\t\t\t<left>450</left>\n\t\t\t\t<top>25</top>\n\t\t\t\t<width>380</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<info>Player.Progress</info>\n\t\t\t\t<texturebg colordiffuse=\"colour.dialog.volumekaitoast.diffuse.progress.underlay\">windows\\volume\\progress_back.png</texturebg>\n\t\t\t\t<midtexture border=\"5,0,5,0\" colordiffuse=\"colour.dialog.volumekaitoast.diffuse.progress.bar\">windows\\volume\\progress_bar.png</midtexture>\n\t\t\t\t<lefttexture colordiffuse=\"colour.dialog.volumekaitoast.diffuse.progress.underlay\">windows\\volume\\progress_left.png</lefttexture>\n\t\t\t\t<righttexture colordiffuse=\"colour.dialog.volumekaitoast.diffuse.progress.underlay\">windows\\volume\\progress_right.png</righttexture>\n\t\t\t\t<overlaytexture colordiffuse=\"colour.dialog.volumekaitoast.diffuse.progress.underlay\">-</overlaytexture>\n\t\t\t</control>\n\t\t\t<control type=\"slider\" id=\"401\">\n\t\t\t\t<description>Seek Slider</description>\n\t\t\t\t<left>455</left>\n\t\t\t\t<top>25</top>\n\t\t\t\t<width>370</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<colordiffuse>colour.dialog.volumekaitoast.diffuse.progress.nib</colordiffuse>\n\t\t\t\t<texturesliderbar>seekslider.png</texturesliderbar>\n\t\t\t\t<textureslidernib>slider_nibFO.png</textureslidernib>\n\t\t\t\t<textureslidernibfocus>slider_nibFO.png</textureslidernibfocus>\n\t\t\t\t<onup>1</onup>\n\t\t\t\t<ondown>1</ondown>\n\t\t\t\t<onleft>1</onleft>\n\t\t\t\t<onright>1</onright>\n\t\t\t\t<visible>Player.Seeking</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>Seeking Label</description>\n\t\t\t\t<left>340</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>600</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.volumekaitoast.label.header</textcolor>\n\t\t\t\t<font>mono_13</font>\n\t\t\t\t<label>[UPPERCASE]$LOCALIZE[773][/UPPERCASE]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>Elapsed Time Label</description>\n\t\t\t\t<left>440</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<font>mono_13</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.volumekaitoast.label</textcolor>\n\t\t\t\t<info>Player.SeekTime</info>\n\t\t\t\t<visible>Player.Seeking</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>Elapsed Time Label</description>\n\t\t\t\t<left>440</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<font>mono_13</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.volumekaitoast.label</textcolor>\n\t\t\t\t<info>Player.Time</info>\n\t\t\t\t<visible>!Player.Seeking</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>Elapsed Time Label</description>\n\t\t\t\t<left>770</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<font>mono_13</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.volumekaitoast.label</textcolor>\n\t\t\t\t<info>Player.Duration</info>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogSelect.xml",
    "content": "<window type=\"window\" id=\"2000\">\n\t<defaultcontrol always=\"true\">3</defaultcontrol>\n\t<onunload>Skin.Reset(SelectPreviewMode)</onunload>\n\t<onunload>Skin.Reset(SelectSplash)</onunload>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>270</left>\n\t\t\t\t<top>80</top>\n\t\t\t\t<width>740</width>\n\t\t\t\t<height>560</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\select_browser\\main.png</texture>\n\t\t\t\t<animation effect=\"zoom\" start=\"270,80,740,560\" end=\"120,80,1040,560\" time=\"0\" condition=\"Skin.HasSetting(SelectPreviewMode) | Window.IsVisible(1901)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>286</left>\n\t\t\t\t<top>99</top>\n\t\t\t\t<width>709</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\select_browser\\header.png</texture>\n\t\t\t\t<animation effect=\"zoom\" start=\"286,99,709,61\" end=\"142,99,996,61\" time=\"0\" condition=\"Skin.HasSetting(SelectPreviewMode) | Window.IsVisible(1901)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"1\">\n\t\t\t\t<description>Heading label</description>\n\t\t\t\t<left>313</left>\n\t\t\t\t<top>107</top>\n\t\t\t\t<width>731</width>\n\t\t\t\t<height>37</height>\n\t\t\t\t<!-- Had to use includes to do this -->\n\t\t\t\t<include condition=\"Skin.HasSetting(ArtworkInstallerHeader)\">Dialog.Select.Font.AWI</include>\n\t\t\t\t<include condition=\"!Skin.HasSetting(ArtworkInstallerHeader)\">Dialog.Select.Font</include>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-144,0\" time=\"0\" condition=\"Skin.HasSetting(SelectPreviewMode) | Window.IsVisible(1901)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>828</left>\n\t\t\t\t<top>392</top>\n\t\t\t\t<width>155</width>\n\t\t\t\t<height>155</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture>$INFO[ListItem.Icon]</texture>\n\t\t\t\t<visible>!Skin.HasSetting(SelectPreviewMode) + !Window.IsVisible(1901)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"largeimage\">\n\t\t\t\t<description>Themes splashes</description>\n\t\t\t\t<left>681</left>\n\t\t\t\t<top>170</top>\n\t\t\t\t<width>448</width>\n\t\t\t\t<height>378</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture>Special://skin\\extras\\themes\\splashes\\thumbs\\$INFO[Container(3).ListItem.Label].jpg</texture>\n\t\t\t\t<fadetime>200</fadetime>\n\t\t\t\t<visible>Window.IsVisible(1111) + Skin.HasSetting(SelectSplash)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"largeimage\">\n\t\t\t\t<description>Themes previews</description>\n\t\t\t\t<left>681</left>\n\t\t\t\t<top>170</top>\n\t\t\t\t<width>448</width>\n\t\t\t\t<height>378</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture>Special://skin\\extras\\themes\\previews\\$INFO[Container(3).ListItem.Label].jpg</texture>\n\t\t\t\t<fadetime>200</fadetime>\n\t\t\t\t<visible>Window.IsVisible(1111) + !Skin.HasSetting(SelectSplash)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"largeimage\">\n\t\t\t\t<description>urldownloader themes</description>\n\t\t\t\t<left>681</left>\n\t\t\t\t<top>170</top>\n\t\t\t\t<width>448</width>\n\t\t\t\t<height>378</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture>Special://skin\\extras\\urldownloader themes\\previews\\$INFO[Container(3).ListItem.Label].jpg</texture>\n\t\t\t\t<fadetime>200</fadetime>\n\t\t\t\t<visible>Window.IsVisible(1901)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>360</left>\n\t\t\t\t<top>565</top>\n\t\t\t\t<width>561</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>StringCompare(Container(6).NumItems,0)</visible>\n\t\t\t\t<control type=\"list\" id=\"3\">\n\t\t\t\t\t<description>button area</description>\n\t\t\t\t\t<left>305</left>\n\t\t\t\t\t<top>170</top>\n\t\t\t\t\t<width>670</width>\n\t\t\t\t\t<height>378</height>\n\t\t\t\t\t<onup>3</onup>\n\t\t\t\t\t<ondown>3</ondown>\n\t\t\t\t\t<onleft>60</onleft>\n\t\t\t\t\t<onright>9000</onright>\n\t\t\t\t\t<pagecontrol>60</pagecontrol>\n\t\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-144,0\" time=\"0\" condition=\"Skin.HasSetting(SelectPreviewMode) | Window.IsVisible(1901)\">Conditional</animation>\n\t\t\t\t\t<itemlayout condition=\"Control.IsVisible(5) + Skin.HasSetting(SelectPreviewMode)\" height=\"42\" width=\"510\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>510</width>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<width>490</width>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"Control.IsVisible(5) + Skin.HasSetting(SelectPreviewMode)\" height=\"42\" width=\"510\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>510</width>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<width>490</width>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t<itemlayout condition=\"!Control.IsVisible(5) + !Skin.HasSetting(SelectPreviewMode)\" height=\"42\" width=\"670\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>670</width>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<width>653</width>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"!Control.IsVisible(5) + !Skin.HasSetting(SelectPreviewMode)\" height=\"42\" width=\"670\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>670</width>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<width>653</width>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"60\">\n\t\t\t\t\t<left>301</left>\n\t\t\t\t\t<top>170</top>\n\t\t\t\t\t<width>4</width>\n\t\t\t\t\t<height>376</height>\n\t\t\t\t\t<onright>3</onright>\n\t\t\t\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t\t\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\n\t\t\t\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\n\t\t\t\t\t<textureslidernib>-</textureslidernib>\n\t\t\t\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t\t\t\t<showonepage>false</showonepage>\n\t\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"40\" end=\"100\" time=\"100\">Focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"40\" time=\"100\" condition=\"!Control.HasFocus(60)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-144,0\" time=\"0\" condition=\"Skin.HasSetting(SelectPreviewMode) | Window.IsVisible(1901)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>number of files in list text label</description>\n\t\t\t\t\t<right>295</right>\n\t\t\t\t\t<bottom>105</bottom>\n\t\t\t\t\t<width>550</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$INFO[Container(3).CurrentItem]/$INFO[Container(3).NumItems]</label>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"75\" time=\"300\">Visible</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"75\" end=\"0\" time=\"0\">Hidden</animation>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"144,0\" time=\"0\" condition=\"Skin.HasSetting(SelectPreviewMode) | Window.IsVisible(1901)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- This is for or4gins theme & additional themes in the future -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>StringCompare(Container(3).NumItems,0)</visible>\n\t\t\t\t<control type=\"list\" id=\"6\">\n\t\t\t\t\t<description>button area</description>\n\t\t\t\t\t<left>305</left>\n\t\t\t\t\t<top>170</top>\n\t\t\t\t\t<width>670</width>\n\t\t\t\t\t<height>372</height>\n\t\t\t\t\t<onup>3</onup>\n\t\t\t\t\t<ondown>3</ondown>\n\t\t\t\t\t<onleft>61</onleft>\n\t\t\t\t\t<onright>9000</onright>\n\t\t\t\t\t<pagecontrol>61</pagecontrol>\n\t\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t\t<itemlayout height=\"62\" width=\"670\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>670</width>\n\t\t\t\t\t\t\t<height>60</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<posy>5</posy>\n\t\t\t\t\t\t\t<posx>5</posx>\n\t\t\t\t\t\t\t<width>50</width>\n\t\t\t\t\t\t\t<height>50</height>\n\t\t\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t\t\t<texture>$INFO[Listitem.Icon]</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>65</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>60</height>\n\t\t\t\t\t\t\t<width>585</width>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-10\" time=\"0\" condition=\"!IsEmpty(ListItem.Label2)\">Conditional</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>65</left>\n\t\t\t\t\t\t\t<top>12</top>\n\t\t\t\t\t\t\t<height>60</height>\n\t\t\t\t\t\t\t<width>585</width>\n\t\t\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t\t<animation effect=\"fade\" start=\"50\" end=\"50\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"62\" width=\"670\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>670</width>\n\t\t\t\t\t\t\t<height>60</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<posy>5</posy>\n\t\t\t\t\t\t\t<posx>5</posx>\n\t\t\t\t\t\t\t<width>50</width>\n\t\t\t\t\t\t\t<height>50</height>\n\t\t\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t\t\t<texture>$INFO[Listitem.Icon]</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>65</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>60</height>\n\t\t\t\t\t\t\t<width>585</width>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-10\" time=\"0\" condition=\"!IsEmpty(ListItem.Label2)\">Conditional</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>65</left>\n\t\t\t\t\t\t\t<top>12</top>\n\t\t\t\t\t\t\t<height>60</height>\n\t\t\t\t\t\t\t<width>585</width>\n\t\t\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t\t<animation effect=\"fade\" start=\"50\" end=\"50\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"61\">\n\t\t\t\t\t<left>301</left>\n\t\t\t\t\t<top>170</top>\n\t\t\t\t\t<width>4</width>\n\t\t\t\t\t<height>371</height>\n\t\t\t\t\t<onright>6</onright>\n\t\t\t\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t\t\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\n\t\t\t\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\n\t\t\t\t\t<textureslidernib>-</textureslidernib>\n\t\t\t\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t\t\t\t<showonepage>false</showonepage>\n\t\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"40\" end=\"100\" time=\"100\">Focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"40\" time=\"100\" condition=\"!Control.HasFocus(61)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>number of files in list text label</description>\n\t\t\t\t\t<right>295</right>\n\t\t\t\t\t<bottom>105</bottom>\n\t\t\t\t\t<width>550</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$INFO[Container(6).CurrentItem]/$INFO[Container(6).NumItems]</label>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"75\" time=\"300\">Visible</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"75\" end=\"0\" time=\"0\">Hidden</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"5\">\n\t\t\t\t<description>OK button</description>\n\t\t\t\t<left>828</left>\n\t\t\t\t<top>170</top>\n\t\t\t\t<width>155</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<onup>3</onup>\n\t\t\t\t<label>186</label>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<disabledcolor>colour.dialog.button.disabled</disabledcolor>\n\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogTextViewer.xml",
    "content": "<window type=\"dialog\" id=\"147\">\n\t<defaultcontrol always=\"true\">61</defaultcontrol>\n\t<include>Dialog.Effect.Zoom.Fast</include>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-30\" time=\"0\" condition=\"Window.IsActive(4)\">WindowOpen</animation>\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-30\" time=\"0\" condition=\"Window.IsActive(4)\">Windowclose</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>60</top>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>660</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\generic\\main.png</texture>\n\t\t\t\t<visible>Window.IsActive(4)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>!Window.IsActive(4)</visible>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>720</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\generic\\main.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>28</left>\n\t\t\t\t\t<top>24</top>\n\t\t\t\t\t<width>1224</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\generic\\header.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>heading label used to upper-case</description>\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>23</top>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>mono_27</font>\n\t\t\t\t\t<label>[UPPERCASE]$INFO[Control.GetLabel(1)][/UPPERCASE]</label>\n\t\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"1\">\n\t\t\t\t\t<description>heading label</description>\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>23</top>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>mono_27</font>\n\t\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t\t<visible>false</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"textbox\" id=\"5\">\n\t\t\t\t<description>textarea</description>\n\t\t\t\t<left>40</left>\n\t\t\t\t<top>84</top>\n\t\t\t\t<width>1185</width>\n\t\t\t\t<height>612</height>\n\t\t\t\t<font>mono_15</font>\n\t\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>top</aligny>\n\t\t\t\t<pagecontrol>61</pagecontrol>\n\t\t\t\t<autoscroll delay=\"15000\" time=\"1000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t</control>\n\t\t\t<!-- Scroll bar fails to work due to the scrolltime being set to 200 :-/ -->\n\t\t\t<control type=\"scrollbar\" id=\"61\">\n\t\t\t\t<left>1235</left>\n\t\t\t\t<top>130</top>\n\t\t\t\t<width>10</width>\n\t\t\t\t<height>517</height>\n\t\t\t\t<include>Fake.ScrollBar.Vertical</include>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogVolumeBar.xml",
    "content": "<window id=\"104\">\n\t<defaultcontrol>1</defaultcontrol>\n\t<controls>\n\t\t<control type=\"group\">\n\t\t\t<visible>!StringCompare(System.Profilename,Manage Profiles) + !Window.IsActive(114)</visible>\n\t\t\t<animation effect=\"slide\" start=\"0,-50\" end=\"0,0\" delay=\"0\" time=\"350\" tween=\"sine\">WindowOpen</animation>\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-50\" delay=\"500\" time=\"250\" tween=\"sine\">WindowClose</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>525</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>230</width>\n\t\t\t\t<height>50</height>\n\t\t\t\t<colordiffuse>104_diffuse</colordiffuse>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.volumekaitoast.diffuse.main\">windows\\volume\\underlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>545</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<colordiffuse>colour.dialog.volumekaitoast.diffuse.icon</colordiffuse>\n\t\t\t\t<texture>$VAR[VolumeIconVar]</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>705</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>45</width>\n\t\t\t\t<height>37</height>\n\t\t\t\t<font>mono_13</font>\n\t\t\t\t<textcolor>colour.dialog.volumekaitoast.label</textcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[Control.GetLabel(29999),,%]</label>\n\t\t\t</control>\n\t\t\t<control type=\"progress\" id=\"29999\">\n\t\t\t\t<description>Progressbar</description>\n\t\t\t\t<left>575</left>\n\t\t\t\t<top>15</top>\n\t\t\t\t<width>130</width>\n\t\t\t\t<height>10</height>\n\t\t\t\t<info>Player.Volume</info>\n\t\t\t\t<texturebg colordiffuse=\"colour.dialog.volumekaitoast.diffuse.progress.underlay\">windows\\volume\\progress_back.png</texturebg>\n\t\t\t\t<midtexture border=\"5,0,5,0\" colordiffuse=\"colour.dialog.volumekaitoast.diffuse.progress.bar\">windows\\volume\\progress_bar.png</midtexture>\n\t\t\t\t<lefttexture colordiffuse=\"colour.dialog.volumekaitoast.diffuse.progress.underlay\">windows\\volume\\progress_left.png</lefttexture>\n\t\t\t\t<righttexture colordiffuse=\"colour.dialog.volumekaitoast.diffuse.progress.underlay\">windows\\volume\\progress_right.png</righttexture>\n\t\t\t\t<overlaytexture>-</overlaytexture>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/DialogYesNo.xml",
    "content": "<window id=\"100\">\n\t<defaultcontrol always=\"true\">10</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog.Instant</include>\n\t\t<control type=\"image\">\n\t\t\t<description>background image</description>\n\t\t\t<left>276</left>\n\t\t\t<top>235</top>\n\t\t\t<width>728</width>\n\t\t\t<height>249</height>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\main.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<description>Heading Background</description>\n\t\t\t<left>291</left>\n\t\t\t<top>243</top>\n\t\t\t<width>698</width>\n\t\t\t<height>60</height>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\header.png</texture>\n\t\t</control>\n\t\t<control type=\"label\" id=\"1\">\n\t\t\t<description>heading label</description>\n\t\t\t<left>320</left>\n\t\t\t<top>253</top>\n\t\t\t<width>638</width>\n\t\t\t<height>40</height>\n\t\t\t<font>size_28</font>\n\t\t\t<align>left</align>\n\t\t\t<aligy>center</aligy>\n\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"2\">\n\t\t\t<description>dialog line 1</description>\n\t\t\t<left>320</left>\n\t\t\t<top>310</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"3\">\n\t\t\t<description>dialog line 2</description>\n\t\t\t<left>320</left>\n\t\t\t<top>345</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"label\" id=\"4\">\n\t\t\t<description>dialog line 3</description>\n\t\t\t<left>320</left>\n\t\t\t<top>380</top>\n\t\t\t<width>638</width>\n\t\t\t<height>80</height>\n\t\t\t<font>size_20</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.dialog.label.info.text</textcolor>\n\t\t\t<wrapmultiline>false</wrapmultiline>\n\t\t\t<label>-</label>\n\t\t\t<scroll>true</scroll>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<right>322</right>\n\t\t\t<top>420</top>\n\t\t\t<width>500</width>\n\t\t\t<height>36</height>\n\t\t\t<label>186</label>\n\t\t\t<itemgap>10</itemgap>\n\t\t\t<orientation>Horizontal</orientation>\n\t\t\t<align>right</align>\n\t\t\t<control type=\"button\" id=\"11\">\n\t\t\t\t<description>Yes button</description>\n\t\t\t\t<width min=\"100\" max=\"300\">auto</width>\n\t\t\t\t<height>36</height>\n\t\t\t\t<label>186</label>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t<onleft>10</onleft>\n\t\t\t\t<onright>10</onright>\n\t\t\t\t<onup>11</onup>\n\t\t\t\t<ondown>11</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"10\">\n\t\t\t\t<description>No button</description>\n\t\t\t\t<width min=\"100\" max=\"300\">auto</width>\n\t\t\t\t<height>36</height>\n\t\t\t\t<label>222</label>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<align>center</align>\n\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t<onleft>11</onleft>\n\t\t\t\t<onright>11</onright>\n\t\t\t\t<onup>10</onup>\n\t\t\t\t<ondown>10</ondown>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/FileBrowser.xml",
    "content": "<window id=\"126\">\n\t<defaultcontrol always=\"true\">450</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>270</left>\n\t\t\t\t<top>80</top>\n\t\t\t\t<width>740</width>\n\t\t\t\t<height>560</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\select_browser\\main.png</texture>\n\t\t\t\t<animation effect=\"zoom\" start=\"270,80,740,560\" end=\"120,80,1040,560\" time=\"100\" condition=\"Control.IsVisible(451)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>286</left>\n\t\t\t\t<top>99</top>\n\t\t\t\t<width>709</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\select_browser\\header.png</texture>\n\t\t\t\t<animation effect=\"zoom\" start=\"286,99,709,61\" end=\"142,99,996,61\" time=\"100\" condition=\"Control.IsVisible(451)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"411\">\n\t\t\t\t<description>Heading label</description>\n\t\t\t\t<left>313</left>\n\t\t\t\t<top>107</top>\n\t\t\t\t<width>731</width>\n\t\t\t\t<height>37</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-144,0\" time=\"100\" condition=\"Control.IsVisible(451)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>828</left>\n\t\t\t\t<top>392</top>\n\t\t\t\t<width>155</width>\n\t\t\t\t<height>155</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture>$INFO[ListItem.Icon]</texture>\n\t\t\t\t<visible>!Control.IsVisible(451)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>number of files in list text label</description>\n\t\t\t\t<right>295</right>\n\t\t\t\t<bottom>105</bottom>\n\t\t\t\t<width>550</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>false</scroll>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<label>$INFO[Container(450).CurrentItem]/$INFO[Container(450).NumItems]</label>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"75\" time=\"300\">Visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"75\" end=\"0\" time=\"0\">Hidden</animation>\n\t\t\t\t<visible>!Control.IsVisible(451)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>681</left>\n\t\t\t\t<top>220</top>\n\t\t\t\t<width>448</width>\n\t\t\t\t<height>328</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture>$INFO[ListItem.Icon]</texture>\n\t\t\t\t<visible>Control.IsVisible(451)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"412\">\n\t\t\t\t<description>path</description>\n\t\t\t\t<left>295</left>\n\t\t\t\t<bottom>105</bottom>\n\t\t\t\t<width>550</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>false</scroll>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"75\" time=\"300\">Visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"75\" end=\"0\" time=\"0\">Hidden</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-144,0\" time=\"100\" condition=\"Control.IsVisible(451)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>number of files in list text label</description>\n\t\t\t\t<right>295</right>\n\t\t\t\t<bottom>105</bottom>\n\t\t\t\t<width>550</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>false</scroll>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<label>$INFO[Container(451).CurrentItem]/$INFO[Container(451).NumItems]</label>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"75\" time=\"300\">Visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"75\" end=\"0\" time=\"0\">Hidden</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"144,0\" time=\"100\" condition=\"Control.IsVisible(451)\">Conditional</animation>\n\t\t\t\t<visible>Control.IsVisible(451)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>360</left>\n\t\t\t\t<top>560</top>\n\t\t\t\t<width>561</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"list\" id=\"450\">\n\t\t\t\t<description>button area</description>\n\t\t\t\t<left>295</left>\n\t\t\t\t<top>170</top>\n\t\t\t\t<width>520</width>\n\t\t\t\t<height>378</height>\n\t\t\t\t<onup>450</onup>\n\t\t\t\t<ondown>450</ondown>\n\t\t\t\t<onleft>60</onleft>\n\t\t\t\t<onright>9000</onright>\n\t\t\t\t<pagecontrol>60</pagecontrol>\n\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t<animation effect=\"slide\" start=\"-144,0\" end=\"0,0\" time=\"100\" condition=\"!Control.IsVisible(451)\">Conditional</animation>\n\t\t\t\t<itemlayout height=\"42\" width=\"520\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>520</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>500</width>\n\t\t\t\t\t\t<textoffsety>5</textoffsety>\n\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"42\" width=\"520\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>520</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>500</width>\n\t\t\t\t\t\t<textoffsety>5</textoffsety>\n\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-144,0\" time=\"100\" condition=\"Control.IsVisible(451)\">Conditional</animation>\n\t\t\t\t<control type=\"panel\" id=\"451\">\n\t\t\t\t\t<description>button area</description>\n\t\t\t\t\t<left>295</left>\n\t\t\t\t\t<top>170</top>\n\t\t\t\t\t<width>520</width>\n\t\t\t\t\t<height>378</height>\n\t\t\t\t\t<onup>451</onup>\n\t\t\t\t\t<ondown>451</ondown>\n\t\t\t\t\t<onleft>60</onleft>\n\t\t\t\t\t<onright>9000</onright>\n\t\t\t\t\t<pagecontrol>60</pagecontrol>\n\t\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t\t<itemlayout height=\"42\" width=\"520\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>520</width>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<width>500</width>\n\t\t\t\t\t\t\t<textoffsety>5</textoffsety>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"42\" width=\"520\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>520</width>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<width>500</width>\n\t\t\t\t\t\t\t<textoffsety>5</textoffsety>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"60\">\n\t\t\t\t\t<left>291</left>\n\t\t\t\t\t<top>170</top>\n\t\t\t\t\t<width>4</width>\n\t\t\t\t\t<height>376</height>\n\t\t\t\t\t<onright>450</onright>\n\t\t\t\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t\t\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\n\t\t\t\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\n\t\t\t\t\t<textureslidernib>-</textureslidernib>\n\t\t\t\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t\t\t\t<showonepage>false</showonepage>\n\t\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"40\" time=\"100\" condition=\"!Control.HasFocus(60)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\" id=\"9000\">\n\t\t\t\t<left>829</left>\n\t\t\t\t<top>170</top>\n\t\t\t\t<visible>!Control.IsVisible(451)</visible>\n\t\t\t\t<control type=\"button\" id=\"413\">\n\t\t\t\t\t<description>OK button</description>\n\t\t\t\t\t<onleft>450</onleft>\n\t\t\t\t\t<onright>450</onright>\n\t\t\t\t\t<onup>415</onup>\n\t\t\t\t\t<ondown>414</ondown>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>155</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<label>186</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.button.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"414\">\n\t\t\t\t\t<description>Cancel button</description>\n\t\t\t\t\t<onleft>450</onleft>\n\t\t\t\t\t<onright>450</onright>\n\t\t\t\t\t<onup>413</onup>\n\t\t\t\t\t<ondown>415</ondown>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>45</top>\n\t\t\t\t\t<width>155</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<label>222</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.button.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"415\">\n\t\t\t\t\t<description>Create folder button</description>\n\t\t\t\t\t<onleft>450</onleft>\n\t\t\t\t\t<onright>450</onright>\n\t\t\t\t\t<onup>414</onup>\n\t\t\t\t\t<ondown>413</ondown>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>90</top>\n\t\t\t\t\t<width>155</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<label>119</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.button.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\" id=\"9000\">\n\t\t\t\t<left>741</left>\n\t\t\t\t<top>170</top>\n\t\t\t\t<control type=\"button\" id=\"413\">\n\t\t\t\t\t<description>OK button</description>\n\t\t\t\t\t<onleft>450</onleft>\n\t\t\t\t\t<onright>414</onright>\n\t\t\t\t\t<onup>-</onup>\n\t\t\t\t\t<ondown>-</ondown>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>155</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<label>186</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.button.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t\t<animation effect=\"slide\" start=\"88,0,155,40\" end=\"0,0,155,40\" time=\"100\">Visible</animation>\n\t\t\t\t\t<visible>Control.IsVisible(451)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"414\">\n\t\t\t\t\t<description>Cancel button</description>\n\t\t\t\t\t<onleft>413</onleft>\n\t\t\t\t\t<onright>-</onright>\n\t\t\t\t\t<onup>-</onup>\n\t\t\t\t\t<ondown>-</ondown>\n\t\t\t\t\t<left>175</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>155</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<label>222</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<disabledcolor>colour.dialog.button.disabled</disabledcolor>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t\t<animation effect=\"slide\" start=\"-88,45,155,40\" end=\"0,0,155,40\" time=\"100\">Visible</animation>\n\t\t\t\t\t<visible>Control.IsVisible(451)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/FileManager.xml",
    "content": "<window id=\"3\">\n\t<defaultcontrol>20</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<include>Global.Backgrounds</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>52</left>\n\t\t\t\t<top>51</top>\n\t\t\t\t<width>1176</width>\n\t\t\t\t<height>618</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\file manager\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>74</top>\n\t\t\t\t<width>565</width>\n\t\t\t\t<height>50</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main.overlay\">windows\\file manager\\main_overlay.png</texture>\n\t\t\t\t<visible>Control.HasFocus(21)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>110</left>\n\t\t\t\t<top>84</top>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture>pad_buttons\\dialogs\\dpad_right_button.png</texture>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"50\" time=\"0\" condition=\"Control.HasFocus(21)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"103\">\n\t\t\t\t<left>150</left>\n\t\t\t\t<top>84</top>\n\t\t\t\t<width>490</width>\n\t\t\t\t<height>27</height>\n\t\t\t\t<font>size_27</font>\n\t\t\t\t<textcolor>colour.dialog.label.nofocus</textcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"50\" time=\"0\" condition=\"Control.HasFocus(21)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"101\">\n\t\t\t\t<description>current directory text label left</description>\n\t\t\t\t<left>105</left>\n\t\t\t\t<top>150</top>\n\t\t\t\t<width>1070</width>\n\t\t\t\t<height>27</height>\n\t\t\t\t<font>size_27</font>\n\t\t\t\t<textcolor>colour.dialog.label.nofocus</textcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<visible>Control.HasFocus(20)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<right>85</right>\n\t\t\t\t<bottom>85</bottom>\n\t\t\t\t<width>500</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<scroll>false</scroll>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>[B]($INFO[Container(20).NumItems])[/B] $LOCALIZE[31211] - $LOCALIZE[31210] [B]($INFO[Container(20).CurrentPage]/$INFO[Container(20).NumPages])[/B]</label>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"50\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t<visible>Control.HasFocus(20)</visible>\n\t\t\t</control>\n\t\t\t<include condition=\"Skin.HasSetting(File_Manager_Compact_Mode)\">FileManager.Compact_Mode_Left</include>\n\t\t\t<include condition=\"!Skin.HasSetting(File_Manager_Compact_Mode)\">FileManager.Normal_Mode_Left</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>640</left>\n\t\t\t\t<top>74</top>\n\t\t\t\t<width>565</width>\n\t\t\t\t<height>50</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main.overlay\">windows\\file manager\\main_overlay.png</texture>\n\t\t\t\t<visible>Control.HasFocus(20)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>1135</left>\n\t\t\t\t<top>85</top>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture>pad_buttons\\dialogs\\dpad_left_button.png</texture>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"50\" time=\"0\" condition=\"Control.HasFocus(20)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"104\">\n\t\t\t\t<right>150</right>\n\t\t\t\t<top>84</top>\n\t\t\t\t<width>490</width>\n\t\t\t\t<height>27</height>\n\t\t\t\t<font>size_27</font>\n\t\t\t\t<textcolor>colour.dialog.label.nofocus</textcolor>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"50\" time=\"0\" condition=\"Control.HasFocus(20)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"102\">\n\t\t\t\t<description>current directory text label right</description>\n\t\t\t\t<left>105</left>\n\t\t\t\t<top>150</top>\n\t\t\t\t<width>1070</width>\n\t\t\t\t<height>27</height>\n\t\t\t\t<font>size_27</font>\n\t\t\t\t<textcolor>colour.dialog.label.nofocus</textcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<visible>Control.HasFocus(21)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<right>85</right>\n\t\t\t\t<bottom>85</bottom>\n\t\t\t\t<width>500</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<scroll>false</scroll>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>[B]($INFO[Container(21).NumItems])[/B] $LOCALIZE[31211] - $LOCALIZE[31210] [B]($INFO[Container(21).CurrentPage]/$INFO[Container(21).NumPages])[/B]</label>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"50\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t<visible>Control.HasFocus(21)</visible>\n\t\t\t</control>\n\t\t\t<include condition=\"Skin.HasSetting(File_Manager_Compact_Mode)\">FileManager.Compact_Mode_Right</include>\n\t\t\t<include condition=\"!Skin.HasSetting(File_Manager_Compact_Mode)\">FileManager.Normal_Mode_Right</include>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>52</left>\n\t\t\t\t<top>580</top>\n\t\t\t\t<width>1176</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- Y Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.y_button\">pad_buttons\\dialogs\\y_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31530]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- White Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.white_button\">pad_buttons\\dialogs\\white_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31521]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- Black Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.black_button\">pad_buttons\\dialogs\\black_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31531]</label>\n\t\t\t\t\t<visible>Skin.HasSetting(File_Manager_Compact_Mode)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31532]</label>\n\t\t\t\t\t<visible>!Skin.HasSetting(File_Manager_Compact_Mode)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"button\" id=\"9006\">\n\t\t\t<left>-5000</left>\n\t\t\t<top>0</top>\n\t\t\t<onfocus>Skin.Reset(File_Manager_Compact_Mode)</onfocus>\n\t\t\t<onfocus>SetFocus(20)</onfocus>\n\t\t\t<onfocus>ActivateWindow(3)</onfocus>\n\t\t\t<visible>Skin.HasSetting(File_Manager_Compact_Mode)</visible>\n\t\t</control>\n\t\t<control type=\"button\" id=\"9006\">\n\t\t\t<left>-5000</left>\n\t\t\t<top>0</top>\n\t\t\t<onfocus>Skin.SetBool(File_Manager_Compact_Mode)</onfocus>\n\t\t\t<onfocus>SetFocus(20)</onfocus>\n\t\t\t<onfocus>ActivateWindow(3)</onfocus>\n\t\t\t<visible>!Skin.HasSetting(File_Manager_Compact_Mode)</visible>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/Font.xml",
    "content": "<fonts>\n\t<fontset id=\"default\" unicode=\"True\">\n\t\t<font>\n\t\t\t<name>size_13</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>13</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_14</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>14</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_15</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>15</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_16</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>16</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_17</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>17</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_18</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>18</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_19</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>19</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_20</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>20</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_21</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>21</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_21_bold</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>21</size>\n\t\t\t<style>bold</style>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_22</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>22</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_23</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>23</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_24</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>24</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_27</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>27</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_28</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>28</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_30</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>30</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_35</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>35</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_40</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>40</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_50</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>50</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>size_200</name>\n\t\t\t<filename>default.ttf</filename>\n\t\t\t<size>200</size>\n\t\t</font>\n\t\t<!-- the fonts below can't be removed. they are used by the debug overlay and the textviewer -->\n\t\t<font>\n\t\t\t<name>mono_13</name>\n\t\t\t<filename>monofont-medium.ttf</filename>\n\t\t\t<size>13</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>mono_15</name>\n\t\t\t<filename>monofont-medium.ttf</filename>\n\t\t\t<size>15</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>mono_16</name>\n\t\t\t<filename>monofont-bold.ttf</filename>\n\t\t\t<size>16</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>mono_27</name>\n\t\t\t<filename>monofont-bold.ttf</filename>\n\t\t\t<size>27</size>\n\t\t</font>\n\t\t<!-- home screen & downloader -->\n\t\t<font>\n\t\t\t<name>home_12</name>\n\t\t\t<filename>home.ttf</filename>\n\t\t\t<size>12</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>home_15</name>\n\t\t\t<filename>home.ttf</filename>\n\t\t\t<size>15</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>home_19</name>\n\t\t\t<filename>home.ttf</filename>\n\t\t\t<size>19</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>home_20</name>\n\t\t\t<filename>home.ttf</filename>\n\t\t\t<size>20</size>\n\t\t</font>\n\t\t<font>\n\t\t\t<name>home_40</name>\n\t\t\t<filename>home.ttf</filename>\n\t\t\t<size>40</size>\n\t\t</font>\n\t</fontset>\n</fonts>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/Home.xml",
    "content": "<window id=\"0\">\n\t<defaultcontrol always=\"true\">1</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<onload condition=\"!StringCompare(Skin.String(HomeWindowSource),Home)\">ActivateWindow(1)</onload>\n\t<onload condition=\"Skin.HasSetting(HomeReloadCustoms)\">RunScript(Special://scripts\\XBMC4Gamers\\Utilities\\Parse Programs DB.py,refresh_media)</onload>\n\t<onload condition=\"Skin.HasSetting(HomeReloadCustoms)\">Skin.Reset(HomeReloadCustoms)</onload>\n\t<onunload>CancelAlarm(AutoScroll_Lastplayed,silent)</onunload>\n\t<onunload>CancelAlarm(AutoScroll_Randoms,silent)</onunload>\n\t<onunload>CancelAlarm(AutoScroll_Thumbs,silent)</onunload>\n\t<controls>\n\t\t<include>Home.Includes</include>\n\t\t<include>Window.Footer</include>\n\t\t<!-- Fake button to load the programs menu -->\n\t\t<control type=\"button\" id=\"8100\">\n\t\t\t<left>-1000</left>\n\t\t\t<onfocus>ActivateWindow(Programs,Root)</onfocus>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/Includes.xml",
    "content": "<includes>\n\t<!-- _Defaults.xml -->\n\t<include file=\"defaults.xml\"/>\n\t<include file=\"Includes_Custom_Views.xml\"/>\n\t<include file=\"Includes_URLDownloader.xml\"/>\n\t<include file=\"Includes_Theme_Override.xml\"/>\n\t<constant name=\"FanartCrossfadeTime\">300</constant>\n\t<constant name=\"ThumbCrossfadeTime\">200</constant>\n\t<include name=\"1280x720\">\n\t\t<width>1280</width>\n\t\t<height>720</height>\n\t</include>\n\t<include name=\"Global.Overlay\">\n\t\t<!-- <control type=\"largeimage\"> -->\n\t\t<!-- <include>1280x720</include> -->\n\t\t<!-- <aspectratio scalediffuse=\"false\">stretch</aspectratio> -->\n\t\t<!-- <colordiffuse>30FFFFFF</colordiffuse> -->\n\t\t<!-- <texture>shadowmask.png</texture> -->\n\t\t<!-- </control> -->\n\t\t<!-- <control type=\"largeimage\"> -->\n\t\t<!-- <include>1280x720</include> -->\n\t\t<!-- <aspectratio scalediffuse=\"false\">stretch</aspectratio> -->\n\t\t<!-- <colordiffuse>30FFFFFF</colordiffuse> -->\n\t\t<!-- <texture>shadowmask_alt.png</texture> -->\n\t\t<!-- </control> -->\n\t\t<!-- <control type=\"largeimage\"> -->\n\t\t<!-- <include>1280x720</include> -->\n\t\t<!-- <aspectratio scalediffuse=\"false\">stretch</aspectratio> -->\n\t\t<!-- <colordiffuse>30FFFFFF</colordiffuse> -->\n\t\t<!-- <texture>shadowmask1.png</texture> -->\n\t\t<!-- </control> -->\n\t</include>\n\t<include name=\"Global.Backgrounds\">\n\t\t<control type=\"image\">\n\t\t\t<include>1280x720</include>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture>$INFO[skin.string(background_image)]</texture>\n\t\t\t<visible>!StringCompare(skin.string(background_image),)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<include>1280x720</include>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<colordiffuse>$VAR[Custom_BG_Colour]</colordiffuse>\n\t\t\t<texture>background diffuse.jpg</texture>\n\t\t\t<visible>!StringCompare(skin.string(Background_Custom_Color),)</visible>\n\t\t</control>\n\t</include>\n\t<include name=\"Fanart\">\n\t\t<control type=\"group\">\n\t\t\t<visible>Skin.HasSetting(fanartenabled) + !Window.IsVisible(3000)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>!Skin.HasSetting(higherfanart) + !Skin.HasSetting(fadedfanart)</visible>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<include>1280x720</include>\n\t\t\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"fanart_diffuse.png\">$VAR[View_Fanart]</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(system.memory(free_no_mb),2)</visible>\n\t\t\t\t\t<include>Animated.Fanart.Effect</include>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<include>1280x720</include>\n\t\t\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"fanart_diffuse_fog.png\">$VAR[View_Fanart_Fog]</texture>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(customfanartfog)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Skin.HasSetting(higherfanart) + !Skin.HasSetting(fadedfanart)</visible>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<include>1280x720</include>\n\t\t\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"fanart_diffuse_high.png\">$VAR[View_Fanart]</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(system.memory(free_no_mb),2)</visible>\n\t\t\t\t\t<include>Animated.Fanart.Effect</include>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<include>1280x720</include>\n\t\t\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"fanart_diffuse_high_fog.png\">$VAR[View_Fanart_Fog]</texture>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(customfanartfog)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Skin.HasSetting(fadedfanart)</visible>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<include>1280x720</include>\n\t\t\t\t\t<colordiffuse>30FFFFFF</colordiffuse>\n\t\t\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"fanart_diffuse_faded.png\">$VAR[View_Fanart]</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(system.memory(free_no_mb),2)</visible>\n\t\t\t\t\t<include>Animated.Fanart.Effect</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</include>\n\t<include name=\"Fanart.FullScreen\">\n\t\t<control type=\"group\">\n\t\t\t<visible>Skin.HasSetting(fanartenabled) + IntegerGreaterThan(system.memory(free_no_mb),2) + !Window.IsVisible(3000)</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<include>1280x720</include>\n\t\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\">$VAR[View_Fanart]</texture>\n\t\t\t\t<visible>!Skin.HasSetting(fadedfanart)</visible>\n\t\t\t\t<include>Animated.Fanart.Effect</include>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<include>1280x720</include>\n\t\t\t\t<colordiffuse>30FFFFFF</colordiffuse>\n\t\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"fanart_diffuse_faded.png\">$VAR[View_Fanart]</texture>\n\t\t\t\t<visible>Skin.HasSetting(fadedfanart)</visible>\n\t\t\t\t<include>Animated.Fanart.Effect</include>\n\t\t\t</control>\n\t\t</control>\n\t</include>\n\t<include name=\"Loading.Busy\">\n\t\t<include>Behind.Dialog.FadeOut</include>\n\t\t<control type=\"multiimage\">\n\t\t\t<left>608</left>\n\t\t\t<top>328</top>\n\t\t\t<width>64</width>\n\t\t\t<height>64</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<colordiffuse>colour.loading.diffuse</colordiffuse>\n\t\t\t<imagepath>loading</imagepath>\n\t\t\t<timeperimage>24</timeperimage>\n\t\t\t<fadetime>5</fadetime>\n\t\t\t<loop>yes</loop>\n\t\t\t<visible>Window.IsActive(1100)</visible>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"200\" time=\"250\">WindowOpen</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"0\">WindowClose</animation>\n\t\t</control>\n\t\t<control type=\"multiimage\">\n\t\t\t<left>608</left>\n\t\t\t<top>328</top>\n\t\t\t<width>64</width>\n\t\t\t<height>64</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<colordiffuse>colour.loading.diffuse</colordiffuse>\n\t\t\t<imagepath>loading</imagepath>\n\t\t\t<timeperimage>24</timeperimage>\n\t\t\t<fadetime>5</fadetime>\n\t\t\t<loop>yes</loop>\n\t\t\t<visible>Window.IsActive(138)</visible>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"200\" time=\"250\">WindowOpen</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"0\">WindowClose</animation>\n\t\t</control>\n\t</include>\n\t<include name=\"Behind.Dialog.FadeOut\">\n\t\t<control type=\"image\">\n\t\t\t<include>1280x720</include>\n\t\t\t<texture>black-back.png</texture>\n\t\t\t<animation effect=\"fade\" time=\"200\">WindowOpen</animation>\n\t\t\t<animation effect=\"fade\" delay=\"200\" time=\"100\">WindowClose</animation>\n\t\t\t<animation effect=\"fade\" time=\"200\">Visible</animation>\n\t\t\t<animation effect=\"fade\" delay=\"200\" time=\"100\">Hidden</animation>\n\t\t</control>\n\t</include>\n\t<include name=\"Behind.Dialog\">\n\t\t<control type=\"image\">\n\t\t\t<include>1280x720</include>\n\t\t\t<texture>black-back.png</texture>\n\t\t\t<include>Dialog.Effect</include>\n\t\t</control>\n\t</include>\n\t<include name=\"Behind.Dialog.Instant\">\n\t\t<control type=\"image\">\n\t\t\t<include>1280x720</include>\n\t\t\t<texture>black-back.png</texture>\n\t\t</control>\n\t</include>\n\t<include name=\"Behind.Dialog.Context\">\n\t\t<control type=\"image\">\n\t\t\t<left>-840</left>\n\t\t\t<top>-360</top>\n\t\t\t<width>2024</width>\n\t\t\t<height>2024</height>\n\t\t\t<texture>black-back.png</texture>\n\t\t\t<include>Dialog.Effect</include>\n\t\t</control>\n\t</include>\n\t<include name=\"Dialog.Select.Font.AWI\">\n\t\t<font>size_22</font>\n\t</include>\n\t<include name=\"Dialog.Select.Font\">\n\t\t<font>size_28</font>\n\t</include>\n\t<include name=\"Startup.Window.Profile\">\n\t\t<control type=\"image\">\n\t\t\t<left>547</left>\n\t\t\t<top>238</top>\n\t\t\t<width>186</width>\n\t\t\t<height>186</height>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<colordiffuse>80000000</colordiffuse>\n\t\t\t<texture>windows\\login\\user_thumb_overlay.png</texture>\n\t\t\t<visible>System.HasLoginScreen | [!System.HasLoginScreen + !Skin.HasSetting(HideProfilePic)]</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>547</left>\n\t\t\t<top>238</top>\n\t\t\t<width>186</width>\n\t\t\t<height>186</height>\n\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t<texture diffuse=\"windows\\login\\user_thumb_diffuse.png\" fallback=\"unknown-user.png\">$INFO[system.profilethumb]</texture>\n\t\t\t<visible>System.HasLoginScreen | [!System.HasLoginScreen + !Skin.HasSetting(HideProfilePic)]</visible>\n\t\t</control>\n\t</include>\n\t<include name=\"Startup.Window.Info\">\n\t\t<control type=\"image\">\n\t\t\t<left>625</left>\n\t\t\t<top>500</top>\n\t\t\t<width>30</width>\n\t\t\t<height>30</height>\n\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t<colordiffuse>8FFFFFFF</colordiffuse>\n\t\t\t<texture>windows\\login\\busy.png</texture>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" time=\"500\" condition=\"Window.IsActive(2999)\">WindowOpen</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"100\" condition=\"Window.IsActive(1114)\">WindowClose</animation>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" time=\"100\" delay=\"0\">Visible</animation>\n\t\t\t<!-- <animation effect=\"slide\" end=\"0,-140\" time=\"0\" condition=\"Skin.HasSetting(HideProfilePic)\">Conditional</animation> -->\n\t\t\t<animation effect=\"rotate\" end=\"360\" time=\"500\" center=\"auto\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t\t<visible>!Skin.HasSetting(AdultProfile) + !Skin.HasSetting(UpdateDB)</visible>\n\t\t</control>\n\t\t<!-- <control type=\"image\"> -->\n\t\t<!-- <left>620</left> -->\n\t\t<!-- <top>495</top> -->\n\t\t<!-- <width>40</width> -->\n\t\t<!-- <height>40</height> -->\n\t\t<!-- <aspectratio scalediffuse=\"false\">keep</aspectratio> -->\n\t\t<!-- <colordiffuse>FFFFFFFF</colordiffuse> -->\n\t\t<!-- <texture>windows\\login\\error.png</texture> -->\n\t\t<!-- <animation effect=\"fade\" start=\"0\" end=\"100\" time=\"0\" delay=\"90000\">WindowOpen</animation> -->\n\t\t<!-- <animation effect=\"fade\" start=\"0\" end=\"100\" time=\"0\" delay=\"90000\">Visible</animation> -->\n\t\t<!-- <animation effect=\"slide\" end=\"0,-140\" time=\"0\" condition=\"Skin.HasSetting(HideProfilePic)\">Conditional</animation> -->\n\t\t<!-- <visible>!Skin.HasSetting(AdultProfile) + !Skin.HasSetting(UpdateDB)</visible> -->\n\t\t<!-- </control> -->\n\t\t<control type=\"textbox\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<include>1280x720</include>\n\t\t\t<font>size_50</font>\n\t\t\t<textcolor>FFFFFFFF</textcolor>\n\t\t\t<shadowcolor>80000000</shadowcolor>\n\t\t\t<scroll>false</scroll>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>$LOCALIZE[31017]</label>\n\t\t\t<visible>!Skin.HasSetting(kioskmode) + Skin.HasSetting(AdultProfile) + Window.IsActive(1114)</visible>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"300\" time=\"200\">WindowOpen</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"100\">WindowClose</animation>\n\t\t</control>\n\t</include>\n\t<include name=\"Window.Header\">\n\t\t<control type=\"group\">\n\t\t\t<visible>!Window.IsActive(11) + !Window.IsActive(29) + !Window.IsActive(2999) + !Window.IsActive(1113) + !Window.IsActive(1114) + !Window.IsActive(2006) + !Window.IsActive(2007) + !Window.IsActive(2900) + !Window.IsActive(2005)</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>24</left>\n\t\t\t\t<top>11</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<colordiffuse>50000000</colordiffuse>\n\t\t\t\t<texture>icon_xbmc4gamers.png</texture>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"200\" time=\"200\" reversible=\"false\" condition=\"System.HasMediaDVD\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"200\" time=\"200\" reversible=\"false\" condition=\"!System.HasMediaDVD\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"20\" end=\"20\" delay=\"0\" time=\"200\" reversible=\"false\" condition=\"Window.IsActive(2006)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>23</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<colordiffuse>$VAR[Custom_Gamers_Logo_Colour]</colordiffuse>\n\t\t\t\t<texture>icon_xbmc4gamers.png</texture>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"200\" time=\"200\" reversible=\"false\" condition=\"System.HasMediaDVD\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"200\" time=\"200\" reversible=\"false\" condition=\"!System.HasMediaDVD\">Conditional</animation>\n\t\t\t\t<animation effect=\"fade\" start=\"20\" end=\"20\" delay=\"0\" time=\"200\" reversible=\"false\" condition=\"Window.IsActive(2006)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>74</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>$INFO[System.DVDLabel]</label>\n\t\t\t\t<textcolor>colour.general.label</textcolor>\n\t\t\t\t<shadowcolor>A0000000</shadowcolor>\n\t\t\t\t<animation type=\"Hidden\" reversible=\"false\">\n\t\t\t\t\t<effect type=\"zoom\" start=\"74,5,640,20\" end=\"74,5,0,20\" time=\"200\" center=\"0,5\"/>\n\t\t\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"150\"/>\n\t\t\t\t</animation>\n\t\t\t\t<animation type=\"Visible\" reversible=\"false\">\n\t\t\t\t\t<effect type=\"zoom\" start=\"74,5,0,20\" end=\"74,5,640,20\" delay=\"700\" time=\"150\" center=\"0,5\"/>\n\t\t\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" delay=\"700\" time=\"200\"/>\n\t\t\t\t</animation>\n\t\t\t\t<visible>System.HasMediaDVD + !Window.IsVisible(2006)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>-63</left>\n\t\t\t\t<top>-63</top>\n\t\t\t\t<width>134</width>\n\t\t\t\t<height>134</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture>gamedisc_small_shadow.png</texture>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-105,-105\" delay=\"100\" time=\"400\" reversible=\"false\">Hidden</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"-105,-105\" end=\"0,0\" delay=\"100\" time=\"500\" reversible=\"false\">Visible</animation>\n\t\t\t\t<animation effect=\"rotate\" start=\"0\" end=\"-360\" center=\"auto\" time=\"2000\" loop=\"true\" condition=\"System.HasMediaDVD\">Conditional</animation>\n\t\t\t\t<visible>System.HasMediaDVD + !Window.IsVisible(2006)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>-60</left>\n\t\t\t\t<top>-60</top>\n\t\t\t\t<width>128</width>\n\t\t\t\t<height>128</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture diffuse=\"gamedisc_small_diffuse.png\" fallback=\"gamedisc.png\">Special://skin\\extras\\disc artwork\\$INFO[System.DVDTitleid].jpg</texture>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-105,-105\" delay=\"100\" time=\"400\" reversible=\"false\">Hidden</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"-105,-105\" end=\"0,0\" delay=\"100\" time=\"500\" reversible=\"false\">Visible</animation>\n\t\t\t\t<animation effect=\"rotate\" start=\"0\" end=\"-360\" center=\"auto\" time=\"2000\" loop=\"true\" condition=\"System.HasMediaDVD\">Conditional</animation>\n\t\t\t\t<visible>System.HasMediaDVD + !Window.IsVisible(2006)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<right>15</right>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>300</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<font>home_20</font>\n\t\t\t\t<label>$INFO[System.Time]</label>\n\t\t\t\t<textcolor>colour.general.label</textcolor>\n\t\t\t\t<shadowcolor>A0000000</shadowcolor>\n\t\t\t\t<visible>!Skin.HasSetting(DisplayTime)</visible>\n\t\t\t\t<animation effect=\"fade\" start=\"20\" end=\"20\" delay=\"0\" time=\"200\" reversible=\"false\" condition=\"Window.IsActive(2006)\">Conditional</animation>\n\t\t\t</control>\n\t\t</control>\n\t</include>\n\t<include name=\"Window.Footer\">\n\t\t<include>Context_Buttons</include>\n\t\t<control type=\"group\">\n\t\t\t<visible>Container.Scrolling + !Skin.HasSetting(HideScrollLabel)</visible>\n\t\t\t<animation effect=\"fade\" time=\"100\" delay=\"2000\">Visible</animation>\n\t\t\t<animation effect=\"fade\" time=\"100\">Hidden</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<include>1280x720</include>\n\t\t\t\t<texture>black-back.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>600</left>\n\t\t\t\t<top>320</top>\n\t\t\t\t<width>80</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<texture border=\"20,10,20,10\" colordiffuse=\"colour.dialog.volumekaitoast.diffuse.main\">windows\\volume\\underlay_alt.png</texture>\n\t\t\t\t<!-- <animation effect=\"fade\" start=\"90\" end=\"90\" delay=\"0\" time=\"0\" condition=\"true\">Conditional</animation> -->\n\t\t\t\t<!-- <animation effect=\"slide\" start=\"0,0\" end=\"0,90\" delay=\"100\" time=\"200\">Visible</animation> -->\n\t\t\t\t<!-- <animation effect=\"slide\" start=\"0,90\" end=\"0,0\" delay=\"100\" time=\"100\">Hidden</animation> -->\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>600</left>\n\t\t\t\t<top>320</top>\n\t\t\t\t<width>80</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>[B]$INFO[ListItem.SortLetter][/B]</label>\n\t\t\t\t<textcolor>colour.dialog.volumekaitoast.label</textcolor>\n\t\t\t\t<font>size_50</font>\n\t\t\t\t<!-- <animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"300\" time=\"100\">Visible</animation> -->\n\t\t\t\t<!-- <animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"100\">Hidden</animation> -->\n\t\t\t</control>\n\t\t</control>\n\t</include>\n\t<include name=\"Fake.ScrollBar.Vertical\">\n\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\n\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\n\t\t<textureslidernib>-</textureslidernib>\n\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t<ondown>-</ondown>\n\t\t<showonepage>true</showonepage>\n\t\t<orientation>vertical</orientation>\n\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"40\" time=\"100\" condition=\"!Control.HasFocus(90)\">Conditional</animation>\n\t\t<animation reversible=\"false\" effect=\"fade\" start=\"40\" end=\"100\" time=\"100\">Focus</animation>\n\t</include>\n\t<include name=\"Fake.ScrollBar.Horizontal\">\n\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t<texturesliderbar border=\"16,2,16,2\">scrollbar_bar-vertical.png</texturesliderbar>\n\t\t<texturesliderbarfocus border=\"16,2,16,2\">scrollbar_bar-vertical.png</texturesliderbarfocus>\n\t\t<textureslidernib>-</textureslidernib>\n\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t<ondown>-</ondown>\n\t\t<showonepage>true</showonepage>\n\t\t<orientation>horizontal</orientation>\n\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"40\" time=\"100\" condition=\"!Control.HasFocus(90)\">Conditional</animation>\n\t\t<animation reversible=\"false\" effect=\"fade\" start=\"40\" end=\"100\" time=\"100\">Focus</animation>\n\t</include>\n\t<include name=\"View.ScrollBar.Vertical\">\n\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\n\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\n\t\t<textureslidernib>-</textureslidernib>\n\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t<ondown>-</ondown>\n\t\t<showonepage>true</showonepage>\n\t\t<orientation>vertical</orientation>\n\t\t<visible allowhiddenfocus=\"true\">Control.HasFocus(90)</visible>\n\t\t<animation reversible=\"true\" effect=\"fade\" start=\"0\" end=\"60\" delay=\"\" time=\"300\">visible</animation>\n\t\t<animation reversible=\"true\" effect=\"fade\" start=\"60\" end=\"0\" delay=\"\" time=\"300\">hidden</animation>\n\t</include>\n\t<include name=\"View.ScrollBar.Horizontal\">\n\t\t<left>150</left>\n\t\t<bottom>40</bottom>\n\t\t<width>980</width>\n\t\t<height>8</height>\n\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t<texturesliderbar border=\"16,2,16,2\">scrollbar_bar-vertical.png</texturesliderbar>\n\t\t<texturesliderbarfocus border=\"16,2,16,2\">scrollbar_bar-vertical.png</texturesliderbarfocus>\n\t\t<textureslidernib>-</textureslidernib>\n\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t<ondown>-</ondown>\n\t\t<showonepage>true</showonepage>\n\t\t<orientation>horizontal</orientation>\n\t\t<visible allowhiddenfocus=\"true\">Control.HasFocus(90)</visible>\n\t\t<animation reversible=\"true\" effect=\"fade\" start=\"0\" end=\"60\" delay=\"\" time=\"300\">visible</animation>\n\t\t<animation reversible=\"true\" effect=\"fade\" start=\"60\" end=\"0\" delay=\"\" time=\"300\">hidden</animation>\n\t</include>\n\t<include name=\"Context.Menu.Buttons\">\n\t\t<include>Behind.Dialog.Context</include>\n\t\t<control type=\"image\" id=\"997\">\n\t\t\t<description>background top image</description>\n\t\t\t<left>0</left>\n\t\t\t<top>-30</top>\n\t\t\t<width>390</width>\n\t\t\t<height>30</height>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">contextmenu_top.png</texture>\n\t\t</control>\n\t\t<control type=\"image\" id=\"999\">\n\t\t\t<description>background image</description>\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>390</width>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">contextmenu_middle.png</texture>\n\t\t</control>\n\t\t<control type=\"image\" id=\"998\">\n\t\t\t<description>background bottom image</description>\n\t\t\t<left>0</left>\n\t\t\t<width>390</width>\n\t\t\t<height>30</height>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">contextmenu_bottom.png</texture>\n\t\t</control>\n\t\t<control type=\"button\" id=\"1000\">\n\t\t\t<description>button template</description>\n\t\t\t<left>30</left>\n\t\t\t<top>30</top>\n\t\t\t<width>330</width>\n\t\t\t<height>35</height>\n\t\t\t<textoffsety>3</textoffsety>\n\t\t\t<onup>1000</onup>\n\t\t\t<font>size_20</font>\n\t\t\t<align>center</align>\n\t\t\t<aligny>top</aligny>\n\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\options\\button_focus.png</texturefocus>\n\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\options\\button_no_focus.png</texturenofocus>\n\t\t</control>\n\t</include>\n\t<include name=\"Trainers.Settings.Dialog\">\n\t\t<control type=\"image\">\n\t\t\t<left>290</left>\n\t\t\t<top>100</top>\n\t\t\t<width>700</width>\n\t\t\t<height>520</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\select_browser\\main.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>304</left>\n\t\t\t<top>118</top>\n\t\t\t<width>671</width>\n\t\t\t<height>60</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\select_browser\\header.png</texture>\n\t\t</control>\n\t\t<control type=\"label\" id=\"1\">\n\t\t\t<description>Heading label</description>\n\t\t\t<left>323</left>\n\t\t\t<top>123</top>\n\t\t\t<width>633</width>\n\t\t\t<height>40</height>\n\t\t\t<font>size_28</font>\n\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>$LOCALIZE[12015]</label>\n\t\t</control>\n\t\t<control type=\"label\" id=\"3\">\n\t\t\t<description>No Settings Label</description>\n\t\t\t<left>314</left>\n\t\t\t<top>100</top>\n\t\t\t<width>641</width>\n\t\t\t<height>520</height>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>12016</label>\n\t\t\t<font>size_20</font>\n\t\t\t<textcolor>colour.dialog.label.disabled</textcolor>\n\t\t</control>\n\t\t<control type=\"grouplist\" id=\"5\">\n\t\t\t<description>control area</description>\n\t\t\t<left>330</left>\n\t\t\t<top>185</top>\n\t\t\t<width>620</width>\n\t\t\t<height>360</height>\n\t\t\t<itemgap>5</itemgap>\n\t\t\t<pagecontrol>-</pagecontrol>\n\t\t\t<onleft>28</onleft>\n\t\t\t<onright>28</onright>\n\t\t\t<onup>28</onup>\n\t\t\t<ondown>28</ondown>\n\t\t</control>\n\t\t<control type=\"radiobutton\" id=\"8\">\n\t\t\t<description>Default RadioButton</description>\n\t\t\t<height>35</height>\n\t\t\t<font>size_20</font>\n\t\t\t<textoffsety>2</textoffsety>\n\t\t\t<aligny>top</aligny>\n\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t<disabledcolor>colour.dialog.button.nofocus</disabledcolor>\n\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t</control>\n\t\t<control type=\"spincontrolex\" id=\"9\">\n\t\t\t<description>Default spincontrolex</description>\n\t\t\t<height>35</height>\n\t\t\t<font>size_20</font>\n\t\t\t<textoffsety>-2</textoffsety>\n\t\t\t<aligny>top</aligny>\n\t\t\t<reverse>yes</reverse>\n\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t<disabledcolor>colour.dialog.button.nofocus</disabledcolor>\n\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<description>Control Info</description>\n\t\t\t<left>286</left>\n\t\t\t<top>555</top>\n\t\t\t<width>700</width>\n\t\t\t<height>80</height>\n\t\t\t<itemgap>10</itemgap>\n\t\t\t<orientation>Horizontal</orientation>\n\t\t\t<align>center</align>\n\t\t\t<control type=\"button\" id=\"28\">\n\t\t\t\t<description>Ok Button</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>155</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<disabledcolor>colour.dialog.button.nofocus</disabledcolor>\n\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t<label>186</label>\n\t\t\t\t<onleft>29</onleft>\n\t\t\t\t<onright>29</onright>\n\t\t\t\t<onup>5</onup>\n\t\t\t\t<ondown>5</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"29\">\n\t\t\t\t<description>Cancel Button</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>155</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<disabledcolor>colour.dialog.button.nofocus</disabledcolor>\n\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t\t<label>222</label>\n\t\t\t\t<onleft>28</onleft>\n\t\t\t\t<onright>28</onright>\n\t\t\t\t<onup>5</onup>\n\t\t\t\t<ondown>5</ondown>\n\t\t\t</control>\n\t\t</control>\n\t</include>\n\t<include name=\"Common.View.Layout\">\n\t\t<left>415</left>\n\t\t<top>105</top>\n\t\t<width>770</width>\n\t\t<height>420</height>\n\t\t<onleft>9000</onleft>\n\t\t<onright>9000</onright>\n\t\t<onup>50</onup>\n\t\t<ondown>50</ondown>\n\t\t<viewtype>list</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>200</scrolltime>\n\t\t<orientation>vertical</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout height=\"60\" width=\"770\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>770</width>\n\t\t\t\t<height>60</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.button.nofocus\">windows\\settings\\button_no_focus.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>8</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>755</width>\n\t\t\t\t<height>23</height>\n\t\t\t\t<align>left</align>\n\t\t\t\t<font>size_24</font>\n\t\t\t\t<textcolor>colour.general.button.nofocus</textcolor>\n\t\t\t\t<selectedcolor>colour.general.label.selected</selectedcolor>\n\t\t\t\t<label>$INFO[listitem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>8</left>\n\t\t\t\t<top>30</top>\n\t\t\t\t<width>755</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<align>left</align>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<textcolor>colour.general.button.nofocus</textcolor>\n\t\t\t\t<selectedcolor>colour.general.label.selected</selectedcolor>\n\t\t\t\t<label> $INFO[ListItem.label2]</label>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"60\" width=\"770\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>770</width>\n\t\t\t\t<height>60</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.button.nofocus\">windows\\settings\\button_no_focus.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>1</top>\n\t\t\t\t<width>770</width>\n\t\t\t\t<height>60</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.button.focus\">windows\\settings\\button_focus.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>8</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>755</width>\n\t\t\t\t<height>23</height>\n\t\t\t\t<align>left</align>\n\t\t\t\t<font>size_24</font>\n\t\t\t\t<textcolor>colour.general.button.focus</textcolor>\n\t\t\t\t<selectedcolor>colour.general.label.selected</selectedcolor>\n\t\t\t\t<label>$INFO[listitem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>8</left>\n\t\t\t\t<top>30</top>\n\t\t\t\t<width>755</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<align>left</align>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<textcolor>colour.general.button.focus</textcolor>\n\t\t\t\t<selectedcolor>colour.general.label.selected</selectedcolor>\n\t\t\t\t<label> $INFO[ListItem.label2]</label>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</include>\n\t<include name=\"Synopsis.Loader\">\n\t\t<!-- Y button for synopsis non kiosk mode -->\n\t\t<control type=\"button\" id=\"9099\">\n\t\t\t<left>-500</left>\n\t\t\t<onfocus>SetFocus(50)</onfocus>\n\t\t\t<onfocus>ActivateWindow(1102)</onfocus>\n\t\t\t<visible>!System.GetBool(mygames.gamesaltsynpsisbutton) + Skin.HasSetting(kioskmode)</visible>\n\t\t</control>\n\t\t<control type=\"button\" id=\"9099\">\n\t\t\t<left>-500</left>\n\t\t\t<onfocus>SetFocus(50)</onfocus>\n\t\t\t<onfocus>YButtonFullOverview(ListItem.FileNameAndPath)</onfocus>\n\t\t\t<visible>System.GetBool(mygames.gamesaltsynpsisbutton) + SubString(ListItem.FolderPath,.xbe,right) + Skin.HasSetting(kioskmode)</visible>\n\t\t</control>\n\t\t<control type=\"button\" id=\"9099\">\n\t\t\t<left>-500</left>\n\t\t\t<onfocus>SetFocus(50)</onfocus>\n\t\t\t<onfocus>ActivateWindow(1102)</onfocus>\n\t\t\t<visible>System.GetBool(mygames.gamesaltsynpsisbutton) + !SubString(ListItem.FolderPath,.xbe,right) + Skin.HasSetting(kioskmode)</visible>\n\t\t</control>\n\t\t<!-- synopsis kiosk mode -->\n\t\t<control type=\"button\" id=\"9099\">\n\t\t\t<left>-500</left>\n\t\t\t<onfocus>SetFocus(19)</onfocus>\n\t\t\t<visible>!SubString(ListItem.FolderPath,.xbe,right) + !Skin.HasSetting(kioskmode)</visible>\n\t\t</control>\n\t\t<control type=\"button\" id=\"9099\">\n\t\t\t<left>-500</left>\n\t\t\t<onfocus>SetFocus(50)</onfocus>\n\t\t\t<visible>!System.GetBool(mygames.gamesaltsynpsisbutton) + SubString(ListItem.FolderPath,.xbe,right) + !Skin.HasSetting(kioskmode)</visible>\n\t\t</control>\n\t\t<control type=\"button\" id=\"9099\">\n\t\t\t<left>-500</left>\n\t\t\t<onfocus>SetFocus(50)</onfocus>\n\t\t\t<onfocus>YButtonFullOverview(ListItem.FileNameAndPath)</onfocus>\n\t\t\t<visible>System.GetBool(mygames.gamesaltsynpsisbutton) + SubString(ListItem.FolderPath,.xbe,right) + !Skin.HasSetting(kioskmode)</visible>\n\t\t</control>\n\t</include>\n\t<include name=\"Common.Options.Menu.Back\">\n\t\t<include>VisibleFadeEffect</include>\n\t\t<visible allowhiddenfocus=\"true\">ControlGroup(9000).HasFocus | ControlGroup(9001).HasFocus</visible>\n\t\t<left>80</left>\n\t\t<top>200</top>\n\t\t<width>330</width>\n\t\t<height>375</height>\n\t\t<control type=\"image\">\n\t\t\t<description>background image</description>\n\t\t\t<left>0</left>\n\t\t\t<top>-49</top>\n\t\t\t<width>330</width>\n\t\t\t<height>375</height>\n\t\t\t<texture>subback.png</texture>\n\t\t</control>\n\t</include>\n\t<include name=\"Button.Common.Values\">\n\t\t<height>44</height>\n\t\t<width>280</width>\n\t\t<font>size_20</font>\n\t\t<textcolor>colour.general.button.nofocus</textcolor>\n\t\t<focusedcolor>colour.general.button.focus</focusedcolor>\n\t\t<shadowcolor>colour.general.label.shadow</shadowcolor>\n\t\t<align>left</align>\n\t\t<aligny>center</aligny>\n\t\t<textoffsetx>10</textoffsetx>\n\t\t<texturefocus border=\"5\" colordiffuse=\"colour.general.diffuse.button.focus\">button-focus2.png</texturefocus>\n\t\t<texturenofocus>-</texturenofocus>\n\t\t<pulseonselect>true</pulseonselect>\n\t</include>\n\t<include name=\"Button.Settings.Options.Values\">\n\t\t<description>Default Category Button</description>\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<height>40</height>\n\t\t<width>200</width>\n\t\t<textoffsetx>0</textoffsetx>\n\t\t<textoffsety>8</textoffsety>\n\t\t<font>size_18</font>\n\t\t<align>center</align>\n\t\t<aligny>top</aligny>\n\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t<shadowcolor>-</shadowcolor>\n\t\t<texturefocus colordiffuse=\"colour.general.diffuse.button.focus\">windows\\options\\button_focus.png</texturefocus>\n\t\t<texturenofocus colordiffuse=\"colour.general.diffuse.button.nofocus\">windows\\options\\button_no_focus.png</texturenofocus>\n\t</include>\n\t<include name=\"Button.Settings.Category.Values_Alt\">\n\t\t<description>Default Category Button</description>\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<height>60</height>\n\t\t<width>775</width>\n\t\t<font>size_28</font>\n\t\t<align>left</align>\n\t\t<aligny>center</aligny>\n\t\t<textoffsetx>44</textoffsetx>\n\t\t<textoffsety>15</textoffsety>\n\t\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t</include>\n\t<include name=\"Button.SkinSettings.Category.Button.Values\">\n\t\t<description>Default Button</description>\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<height>60</height>\n\t\t<width>775</width>\n\t\t<font>size_20</font>\n\t\t<align>left</align>\n\t\t<aligny>top</aligny>\n\t\t<textoffsetx>44</textoffsetx>\n\t\t<textoffsety>15</textoffsety>\n\t\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t</include>\n\t<include name=\"Button.SkinSettings.Category.Button.Values_Alt\">\n\t\t<description>Default Button</description>\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<height>60</height>\n\t\t<width>775</width>\n\t\t<font>size_20</font>\n\t\t<align>left</align>\n\t\t<aligny>center</aligny>\n\t\t<textoffsetx>44</textoffsetx>\n\t\t<textoffsety>15</textoffsety>\n\t\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t</include>\n\t<include name=\"Button.SkinSettings.Category.Textbox.Values\">\n\t\t<description>Default Textbox</description>\n\t\t<height>60</height>\n\t\t<width>707</width>\n\t\t<align>left</align>\n\t\t<aligny>center</aligny>\n\t\t<font>size_20</font>\n\t\t<align>left</align>\n\t\t<aligny>center</aligny>\n\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"44,0\" time=\"10\" condition=\"true\">Conditional</animation>\n\t</include>\n\t<include name=\"Button.SkinSettings.Category.RadioButton.Values\">\n\t\t<description>Default RadioButton</description>\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<height>60</height>\n\t\t<width>775</width>\n\t\t<radioposx>669</radioposx>\n\t\t<radioposy>0</radioposy>\n\t\t<radiowidth>73</radiowidth>\n\t\t<radioheight>25</radioheight>\n\t\t<font>size_20</font>\n\t\t<align>left</align>\n\t\t<aligny>top</aligny>\n\t\t<textoffsetx>44</textoffsetx>\n\t\t<textoffsety>15</textoffsety>\n\t\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t</include>\n\t<include name=\"Button.SkinSettings.Category.RadioButton.Values_Alt\">\n\t\t<description>Default RadioButton</description>\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<height>60</height>\n\t\t<width>775</width>\n\t\t<radioposx>669</radioposx>\n\t\t<radioposy>0</radioposy>\n\t\t<radiowidth>73</radiowidth>\n\t\t<radioheight>25</radioheight>\n\t\t<font>size_20</font>\n\t\t<align>left</align>\n\t\t<aligny>center</aligny>\n\t\t<textoffsetx>44</textoffsetx>\n\t\t<textoffsety>15</textoffsety>\n\t\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t</include>\n\t<include name=\"Dialog.Options.Button.Text.Offset\">\n\t\t<textoffsety>7</textoffsety>\n\t</include>\n\t<include name=\"Settings.Root.Button.Values\">\n\t\t<itemlayout height=\"74\" width=\"780\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>-2</top>\n\t\t\t\t<width>780</width>\n\t\t\t\t<height>72</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.root.nofocus\">windows\\settings\\button_no_focus.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>4</left>\n\t\t\t\t<top>4</top>\n\t\t\t\t<width>64</width>\n\t\t\t\t<height>64</height>\n\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.Icon]</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>88</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>655</width>\n\t\t\t\t<height>23</height>\n\t\t\t\t<align>left</align>\n\t\t\t\t<font>size_24</font>\n\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t<label>$INFO[listitem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>88</left>\n\t\t\t\t<top>39</top>\n\t\t\t\t<width>655</width>\n\t\t\t\t<height>23</height>\n\t\t\t\t<align>left</align>\n\t\t\t\t<font>size_19</font>\n\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t<label>$INFO[ListItem.label2]</label>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"74\" width=\"780\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>780</width>\n\t\t\t\t<height>72</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.root.focus\">windows\\settings\\button_focus.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>4</left>\n\t\t\t\t<top>4</top>\n\t\t\t\t<width>64</width>\n\t\t\t\t<height>64</height>\n\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.Icon]</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>88</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>655</width>\n\t\t\t\t<height>23</height>\n\t\t\t\t<align>left</align>\n\t\t\t\t<font>size_24</font>\n\t\t\t\t<textcolor>colour.settings.button.focus</textcolor>\n\t\t\t\t<selectedcolor>colour.settings.label.selected</selectedcolor>\n\t\t\t\t<label>$INFO[listitem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>88</left>\n\t\t\t\t<top>39</top>\n\t\t\t\t<width>655</width>\n\t\t\t\t<height>23</height>\n\t\t\t\t<align>left</align>\n\t\t\t\t<font>size_19</font>\n\t\t\t\t<textcolor>colour.settings.button.focus</textcolor>\n\t\t\t\t<selectedcolor>colour.settings.label.selected</selectedcolor>\n\t\t\t\t<label>$INFO[ListItem.label2]</label>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</include>\n\t<include name=\"FileManager.Compact_Mode_Left\">\n\t\t<control type=\"panel\" id=\"20\">\n\t\t\t<left>105</left>\n\t\t\t<top>195</top>\n\t\t\t<width>535</width>\n\t\t\t<height>360</height>\n\t\t\t<onleft>30</onleft>\n\t\t\t<onright>21</onright>\n\t\t\t<onup>20</onup>\n\t\t\t<ondown>20</ondown>\n\t\t\t<viewtype label=\"535\">list</viewtype>\n\t\t\t<pagecontrol>30</pagecontrol>\n\t\t\t<scrolltime>200</scrolltime>\n\t\t\t<itemlayout height=\"45\" width=\"535\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>35</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>50</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>450</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>438</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>90</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t</control>\n\t\t\t</itemlayout>\n\t\t\t<focusedlayout height=\"45\" width=\"535\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>535</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<texture border=\"5\" colordiffuse=\"colour.dialog.diffuse.filemanager.focus.left\">windows\\file manager\\button_focus.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>35</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>50</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>450</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>438</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>90</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t</control>\n\t\t\t</focusedlayout>\n\t\t</control>\n\t</include>\n\t<include name=\"FileManager.Compact_Mode_Right\">\n\t\t<control type=\"panel\" id=\"21\">\n\t\t\t<left>640</left>\n\t\t\t<top>195</top>\n\t\t\t<width>535</width>\n\t\t\t<height>360</height>\n\t\t\t<onleft>20</onleft>\n\t\t\t<onright>-</onright>\n\t\t\t<onup>21</onup>\n\t\t\t<ondown>21</ondown>\n\t\t\t<viewtype label=\"535\">list</viewtype>\n\t\t\t<pagecontrol>31</pagecontrol>\n\t\t\t<scrolltime>200</scrolltime>\n\t\t\t<itemlayout height=\"45\" width=\"535\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>35</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>50</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>390</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>438</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>90</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t</control>\n\t\t\t</itemlayout>\n\t\t\t<focusedlayout height=\"45\" width=\"535\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>535</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<texture border=\"5\" flipx=\"true\" colordiffuse=\"colour.dialog.diffuse.filemanager.focus.right\">windows\\file manager\\button_focus_alt.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>35</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>50</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>390</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>438</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>90</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t</control>\n\t\t\t</focusedlayout>\n\t\t</control>\n\t</include>\n\t<include name=\"FileManager.Normal_Mode_Left\">\n\t\t<control type=\"panel\" id=\"20\">\n\t\t\t<left>105</left>\n\t\t\t<top>195</top>\n\t\t\t<width>1070</width>\n\t\t\t<height>360</height>\n\t\t\t<onleft>30</onleft>\n\t\t\t<onright>21</onright>\n\t\t\t<onup>20</onup>\n\t\t\t<ondown>20</ondown>\n\t\t\t<viewtype label=\"535\">list</viewtype>\n\t\t\t<pagecontrol>30</pagecontrol>\n\t\t\t<scrolltime>200</scrolltime>\n\t\t\t<visible allowhiddenfocus=\"true\">Control.HasFocus(20)</visible>\n\t\t\t<itemlayout height=\"45\" width=\"1070\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>35</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>60</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>460</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_21</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>790</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>250</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_21</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t</control>\n\t\t\t</itemlayout>\n\t\t\t<focusedlayout height=\"45\" width=\"1070\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>1070</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<texture border=\"5\" colordiffuse=\"colour.dialog.diffuse.filemanager.focus.left\">windows\\file manager\\button_focus.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>35</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>60</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>460</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_21</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>790</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>250</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_21</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t</control>\n\t\t\t</focusedlayout>\n\t\t</control>\n\t</include>\n\t<include name=\"FileManager.Normal_Mode_Right\">\n\t\t<control type=\"panel\" id=\"21\">\n\t\t\t<left>105</left>\n\t\t\t<top>195</top>\n\t\t\t<width>1070</width>\n\t\t\t<height>360</height>\n\t\t\t<onleft>20</onleft>\n\t\t\t<onright>-</onright>\n\t\t\t<onup>21</onup>\n\t\t\t<ondown>21</ondown>\n\t\t\t<viewtype label=\"535\">list</viewtype>\n\t\t\t<pagecontrol>31</pagecontrol>\n\t\t\t<scrolltime>200</scrolltime>\n\t\t\t<visible allowhiddenfocus=\"true\">Control.HasFocus(21)</visible>\n\t\t\t<itemlayout height=\"45\" width=\"1070\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>35</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>60</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>460</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_21</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>790</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>250</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_21</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t</control>\n\t\t\t</itemlayout>\n\t\t\t<focusedlayout height=\"45\" width=\"1070\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>1070</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<texture border=\"5\" colordiffuse=\"colour.dialog.diffuse.filemanager.focus.right\">windows\\file manager\\button_focus_alt.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>35</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>60</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>460</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_21</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>790</left>\n\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t<width>250</width>\n\t\t\t\t\t<height>45</height>\n\t\t\t\t\t<font>size_21</font>\n\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t</control>\n\t\t\t</focusedlayout>\n\t\t</control>\n\t</include>\n\t<include name=\"Kiosk.Mode.Secret.Code\">\n\t\t<!-- Secret Passcode -->\n\t\t<control type=\"button\" id=\"19\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>50</onback>\n\t\t\t<onup>20</onup>\n\t\t\t<onleft>50</onleft>\n\t\t\t<onright>50</onright>\n\t\t\t<ondown>50</ondown>\n\t\t\t<onback>50</onback>\n\t\t</control>\n\t\t<control type=\"button\" id=\"20\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>50</onback>\n\t\t\t<onup>21</onup>\n\t\t\t<onleft>50</onleft>\n\t\t\t<onright>50</onright>\n\t\t\t<ondown>50</ondown>\n\t\t\t<onback>50</onback>\n\t\t</control>\n\t\t<control type=\"button\" id=\"21\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>50</onback>\n\t\t\t<ondown>22</ondown>\n\t\t\t<onleft>50</onleft>\n\t\t\t<onright>50</onright>\n\t\t\t<onup>50</onup>\n\t\t\t<onback>50</onback>\n\t\t</control>\n\t\t<control type=\"button\" id=\"22\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>50</onback>\n\t\t\t<ondown>23</ondown>\n\t\t\t<onleft>50</onleft>\n\t\t\t<onright>50</onright>\n\t\t\t<onup>50</onup>\n\t\t\t<onback>50</onback>\n\t\t</control>\n\t\t<control type=\"button\" id=\"23\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>50</onback>\n\t\t\t<onleft>24</onleft>\n\t\t\t<onright>50</onright>\n\t\t\t<onup>50</onup>\n\t\t\t<ondown>50</ondown>\n\t\t\t<onback>50</onback>\n\t\t</control>\n\t\t<control type=\"button\" id=\"24\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>50</onback>\n\t\t\t<onleft>25</onleft>\n\t\t\t<onright>50</onright>\n\t\t\t<onup>50</onup>\n\t\t\t<ondown>50</ondown>\n\t\t\t<onback>50</onback>\n\t\t</control>\n\t\t<control type=\"button\" id=\"25\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>50</onback>\n\t\t\t<onright>26</onright>\n\t\t\t<onleft>50</onleft>\n\t\t\t<onup>50</onup>\n\t\t\t<ondown>50</ondown>\n\t\t\t<onback>50</onback>\n\t\t</control>\n\t\t<control type=\"button\" id=\"26\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>50</onback>\n\t\t\t<onright>27</onright>\n\t\t\t<onleft>50</onleft>\n\t\t\t<onup>50</onup>\n\t\t\t<ondown>50</ondown>\n\t\t\t<onback>50</onback>\n\t\t</control>\n\t\t<control type=\"button\" id=\"27\">\n\t\t\t<description>Secret Code Button</description>\n\t\t\t<left>-5000</left>\n\t\t\t<label>-</label>\n\t\t\t<onback>50</onback>\n\t\t\t<onclick>RunScript(Special://scripts\\XBMC4Gamers\\Utilities\\Edit Mode.py,1)</onclick>\n\t\t\t<onclick>Skin.Reset(AdultProfile)</onclick>\n\t\t\t<onleft>50</onleft>\n\t\t\t<onright>50</onright>\n\t\t\t<onup>50</onup>\n\t\t\t<ondown>50</ondown>\n\t\t\t<onback>50</onback>\n\t\t</control>\n\t</include>\n\t<include name=\"Dialog.Effect\">\n\t\t<animation effect=\"fade\" time=\"200\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" time=\"200\">WindowClose</animation>\n\t</include>\n\t<include name=\"Dialog.Effect.Fast\">\n\t\t<animation effect=\"fade\" time=\"100\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" time=\"100\">WindowClose</animation>\n\t</include>\n\t<include name=\"Dialog.Effect.Slow\">\n\t\t<animation effect=\"fade\" time=\"300\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" time=\"300\">WindowClose</animation>\n\t</include>\n\t<include name=\"Dialog.Effect.Zoom.Fast\">\n\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"120\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"Quadratic\" time=\"200\"/>\n\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"200\"/>\n\t\t</animation>\n\t\t<animation type=\"WindowClose\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"100\" end=\"120\" center=\"640,360\" easing=\"in\" tween=\"Quadratic\" time=\"100\"/>\n\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"100\"/>\n\t\t</animation>\n\t</include>\n\t<include name=\"Game.Views\">\n\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"115\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"Quadratic\" time=\"400\"/>\n\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"400\"/>\n\t\t</animation>\n\t\t<animation type=\"WindowClose\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"100\" end=\"115\" center=\"640,360\" easing=\"in\" tween=\"Quadratic\" time=\"200\"/>\n\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"200\"/>\n\t\t</animation>\n\t\t<!-- <animation type=\"Hidden\" reversible=\"false\"> -->\n\t\t<!-- <effect type=\"zoom\" start=\"100\" end=\"120\" center=\"640,360\" easing=\"in\" tween=\"Quadratic\" time=\"200\"/> -->\n\t\t<!-- <effect type=\"fade\" start=\"100\" end=\"0\" time=\"200\"/> -->\n\t\t<!-- </animation> -->\n\t\t<!-- <animation type=\"Visible\" reversible=\"false\"> -->\n\t\t<!-- <effect type=\"zoom\" start=\"120\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"Quadratic\" time=\"100\"/> -->\n\t\t<!-- <effect type=\"fade\" start=\"0\" end=\"100\" time=\"100\"/> -->\n\t\t<!-- </animation> -->\n\t\t<animation effect=\"zoom\" start=\"100\" end=\"102\" center=\"auto\" time=\"2000\" tween=\"sine\" easing=\"inout\" pulse=\"true\" condition=\"!Skin.HasSetting(kioskmode) + [Control.HasFocus(19) | Control.HasFocus(20) | Control.HasFocus(21) | Control.HasFocus(22) | Control.HasFocus(23) | Control.HasFocus(24) | Control.HasFocus(25) | Control.HasFocus(26) | Control.HasFocus(27)]\">Conditional</animation>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"2,4\" time=\"500\" tween=\"sine\" easing=\"inout\" pulse=\"true\" condition=\"!Skin.HasSetting(kioskmode) + [Control.HasFocus(19) | Control.HasFocus(20) | Control.HasFocus(21) | Control.HasFocus(22) | Control.HasFocus(23) | Control.HasFocus(24) | Control.HasFocus(25) | Control.HasFocus(26) | Control.HasFocus(27)]\">Conditional</animation>ion>\n\t<!-- <animation effect=\"fade\" start=\"100\" end=\"75\" time=\"100\" tween=\"Quadratic\" easing=\"inout\" condition=\"!Skin.HasSetting(kioskmode) + [Control.HasFocus(19) | Control.HasFocus(20) | Control.HasFocus(21) | Control.HasFocus(22) | Control.HasFocus(23) | Control.HasFocus(24) | Control.HasFocus(25) | Control.HasFocus(26) | Control.HasFocus(27)]\">Conditional</animation> -->\n\t\t<!-- <animation effect=\"zoom\" start=\"105\" end=\"100\" time=\"100\" center=\"640,360\" tween=\"Quadratic\" easing=\"inout\" condition=\"!Window.IsVisible(106)\">Conditional</animation> -->\n\t</include>\n\t<include name=\"Information.Window\">\n\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"120\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"Quadratic\" time=\"400\"/>\n\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"400\"/>\n\t\t</animation>\n\t\t<animation type=\"WindowClose\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"100\" end=\"120\" center=\"640,360\" easing=\"in\" tween=\"Quadratic\" time=\"300\"/>\n\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"300\"/>\n\t\t</animation>\n\t</include>\n\t<include name=\"Context.Menu.OpenClose\">\n\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"120\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"Quadratic\" time=\"200\"/>\n\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"200\"/>\n\t\t</animation>\n\t\t<animation type=\"WindowClose\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"100\" end=\"120\" center=\"640,360\" easing=\"in\" tween=\"Quadratic\" time=\"100\"/>\n\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"100\"/>\n\t\t</animation>\n\t</include>\n\t<include name=\"View.Visible.Effect\">\n\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"120\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"Quadratic\" time=\"200\"/>\n\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"200\"/>\n\t\t</animation>\n\t\t<animation type=\"WindowClose\" reversible=\"false\">\n\t\t\t<effect type=\"zoom\" start=\"100\" end=\"120\" center=\"640,360\" easing=\"in\" tween=\"Quadratic\" time=\"100\"/>\n\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"100\"/>\n\t\t</animation>\n\t</include>\n\t<include name=\"Animated.Fanart.Effect\">\n\t\t<animation effect=\"zoom\" start=\"110\" end=\"120\" center=\"auto\" time=\"12500\" tween=\"sine\" easing=\"inout\" pulse=\"true\" condition=\"Skin.HasSetting(AnimatedFanart)\">Conditional</animation>\n\t\t<animation effect=\"slide\" start=\"-20,-20\" end=\"20,20\" time=\"8500\" tween=\"sine\" easing=\"inout\" pulse=\"true\" condition=\"Skin.HasSetting(AnimatedFanart)\">Conditional</animation>ion>\n</include>\n\t<!-- View_Options.xml -->\n\t<include name=\"Panel.Values\">\n\t\t<left>460</left>\n\t\t<top>40</top>\n\t\t<width>620</width>\n\t\t<height>320</height>\n\t\t<onleft>9000</onleft>\n\t\t<onright>9000</onright>\n\t\t<onup>9001</onup>\n\t\t<ondown>9001</ondown>\n\t\t<onback>50</onback>\n\t\t<itemlayout height=\"80\" width=\"147\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>137</width>\n\t\t\t\t<height>71</height>\n\t\t\t\t<texture>$INFO[listitem.actualicon]</texture>\n\t\t\t\t<bordertexture colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows/generic/header.png</bordertexture>\n\t\t\t\t<bordersize>3</bordersize>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"80\" width=\"147\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>137</width>\n\t\t\t\t<height>71</height>\n\t\t\t\t<texture>$INFO[listitem.actualicon]</texture>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>2.5</left>\n\t\t\t\t<top>2.5</top>\n\t\t\t\t<width>142</width>\n\t\t\t\t<height>76</height>\n\t\t\t\t<texture border=\"5,5,5,5\">windows\\generic\\button_focus_alt.png</texture>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</include>\n\t<include name=\"Panel.Views.Values\">\n\t\t<left>461.4</left>\n\t\t<top>40</top>\n\t\t<width>585</width>\n\t\t<height>40</height>\n\t\t<onleft>9000</onleft>\n\t\t<onright>9000</onright>\n\t\t<onup>9001</onup>\n\t\t<ondown>9002</ondown>\n\t\t<onback>50</onback>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"96.3,0\" time=\"0\" condition=\"![Skin.HasSetting(CustomViewtype_id_80) | Skin.HasSetting(CustomViewtype_id_81) | Skin.HasSetting(CustomViewtype_id_82) | Skin.HasSetting(CustomViewtype_id_83) | Skin.HasSetting(CustomViewtype_id_84) | Skin.HasSetting(CustomViewtype_id_85) | Skin.HasSetting(CustomViewtype_id_86) | Skin.HasSetting(CustomViewtype_id_87) | Skin.HasSetting(CustomViewtype_id_88) | Skin.HasSetting(CustomViewtype_id_89)]\">Conditional</animation>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"96.3,0\" time=\"0\" condition=\"Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(View71_Disabled) + Skin.HasSetting(View57_Disabled) + Skin.HasSetting(View75_Disabled) + Skin.HasSetting(View56_Disabled) + Skin.HasSetting(View54_Disabled) + Skin.HasSetting(View61_Disabled) + Skin.HasSetting(View72_Disabled) + Skin.HasSetting(View74_Disabled) + Skin.HasSetting(View55_Disabled) + Skin.HasSetting(View69_Disabled)\">Conditional</animation>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"96.3,0\" time=\"0\" condition=\"!Skin.HasSetting(_resourcesenabled)\">Conditional</animation>\n\t\t<itemlayout height=\"40\" width=\"192.6\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width min=\"80\" max=\"190\">auto</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture border=\"5\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texture>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>2.5</top>\n\t\t\t\t<width min=\"80\" max=\"185\">auto</width>\n\t\t\t\t<height>32</height>\n\t\t\t\t<font>size_19</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"40\" width=\"192.6\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width min=\"80\" max=\"190\">auto</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture border=\"5\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texture>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>2.5</top>\n\t\t\t\t<width min=\"80\" max=\"185\">auto</width>\n\t\t\t\t<height>32</height>\n\t\t\t\t<font>size_19</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>2.5</left>\n\t\t\t\t<top>2.5</top>\n\t\t\t\t<width min=\"80\" max=\"195\">auto</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<texture border=\"5\">windows\\generic\\button_focus_alt.png</texture>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</include>\n\t<include name=\"Panel.Alt.Values\">\n\t\t<left>460</left>\n\t\t<top>80</top>\n\t\t<width>620</width>\n\t\t<height>280</height>\n\t\t<onup>9001</onup>\n\t\t<ondown>-</ondown>\n\t\t<onleft>9000</onleft>\n\t\t<onright>-</onright>\n\t\t<onback>9001</onback>\n\t\t<itemlayout height=\"80\" width=\"147\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>137</width>\n\t\t\t\t<height>71</height>\n\t\t\t\t<texture>$INFO[listitem.actualicon]</texture>\n\t\t\t\t<bordertexture colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows/generic/header.png</bordertexture>\n\t\t\t\t<bordersize>3</bordersize>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"80\" width=\"147\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>137</width>\n\t\t\t\t<height>71</height>\n\t\t\t\t<texture>$INFO[listitem.actualicon]</texture>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>2.5</left>\n\t\t\t\t<top>2.5</top>\n\t\t\t\t<width>142</width>\n\t\t\t\t<height>76</height>\n\t\t\t\t<texture border=\"5,5,5,5\">windows\\generic\\button_focus_alt.png</texture>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</include>\n\t<include name=\"View_Options\">\n\t\t<control type=\"group\">\n\t\t\t<visible>Control.HasFocus(9010) | ControlGroup(9000).HasFocus() | Control.HasFocus(9001) | Control.HasFocus(9002)</visible>\n\t\t\t<include>Behind.Dialog</include>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<top>-460</top>\n\t\t\t<visible allowhiddenfocus=\"true\">Control.HasFocus(9010) | ControlGroup(9000).HasFocus() | Control.HasFocus(9001) | Control.HasFocus(9002)</visible>\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,440\" time=\"250\">Visible</animation>\n\t\t\t<animation effect=\"slide\" start=\"0,440\" end=\"0,0\" time=\"100\">Hidden</animation>\n\t\t\t<!-- Fake button so 9000, 0 is always focused if button 102 has focus, fixes issues with focusing on hidden items -->\n\t\t\t<control type=\"button\" id=\"9010\">\n\t\t\t\t<left>-1000</left>\n\t\t\t\t<onfocus>SetFocus(9001,0)</onfocus>\n\t\t\t\t<visible>Control.HasFocus(102)</visible>\n\t\t\t</control>\n\t\t\t<!-- Fake button acts normal when not focuses on button 102 -->\n\t\t\t<control type=\"button\" id=\"9010\">\n\t\t\t\t<left>-1000</left>\n\t\t\t\t<onfocus>SetFocus(9001)</onfocus>\n\t\t\t\t<visible>!Control.HasFocus(102)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>201</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>878</width>\n\t\t\t\t<height>440</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\generic\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>220</left>\n\t\t\t\t<top>15</top>\n\t\t\t\t<width>230</width>\n\t\t\t\t<height>410</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main.overlay\">windows\\generic\\main_overlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>450</left>\n\t\t\t\t<top>375</top>\n\t\t\t\t<width>610</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\" id=\"9000\">\n\t\t\t\t<description>button area</description>\n\t\t\t\t<left>220</left>\n\t\t\t\t<top>15</top>\n\t\t\t\t<width max=\"230\">auto</width>\n\t\t\t\t<height max=\"410\">auto</height>\n\t\t\t\t<itemgap>5</itemgap>\n\t\t\t\t<onleft>-</onleft>\n\t\t\t\t<onright>9010</onright>\n\t\t\t\t<onback>50</onback>\n\t\t\t\t<align>center</align>\n\t\t\t\t<control type=\"button\" id=\"100\">\n\t\t\t\t\t<description>Backgrounds</description>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>230</width>\n\t\t\t\t\t<textoffsetx>24</textoffsetx>\n\t\t\t\t\t<textoffsety>0</textoffsety>\n\t\t\t\t\t<font>size_22</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[33068]</label>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"101\">\n\t\t\t\t\t<description>Views</description>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>230</width>\n\t\t\t\t\t<textoffsetx>24</textoffsetx>\n\t\t\t\t\t<textoffsety>0</textoffsety>\n\t\t\t\t\t<font>size_22</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[31146]</label>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"102\">\n\t\t\t\t\t<description>View Settings</description>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>230</width>\n\t\t\t\t\t<textoffsetx>24</textoffsetx>\n\t\t\t\t\t<textoffsety>0</textoffsety>\n\t\t\t\t\t<font>size_22</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[31145]</label>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"3\">\n\t\t\t\t\t<description>Sort by button</description>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>230</width>\n\t\t\t\t\t<textoffsetx>24</textoffsetx>\n\t\t\t\t\t<textoffsety>0</textoffsety>\n\t\t\t\t\t<font>size_22</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[103]</label>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<visible>true</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"togglebutton\" id=\"4\">\n\t\t\t\t\t<description>Sort asc</description>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>230</width>\n\t\t\t\t\t<textoffsetx>24</textoffsetx>\n\t\t\t\t\t<textoffsety>0</textoffsety>\n\t\t\t\t\t<font>size_22</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[31141]</label>\n\t\t\t\t\t<altlabel>$LOCALIZE[31142]</altlabel>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<alttexturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows/settings_categories/button_focus.png</alttexturefocus>\n\t\t\t\t\t<alttexturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows/settings_categories/button_no_focus.png</alttexturenofocus>\n\t\t\t\t\t<usealttexture>Container.SortDirection(Ascending)</usealttexture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"edit\" id=\"19\">\n\t\t\t\t\t<description>Filter</description>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>230</width>\n\t\t\t\t\t<textoffsetx>24</textoffsetx>\n\t\t\t\t\t<textoffsety>0</textoffsety>\n\t\t\t\t\t<font>size_22</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>137</label>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Backgrounds -->\n\t\t\t<control type=\"panel\" id=\"9001\">\n\t\t\t\t<visible>ControlGroup(9000).HasFocus(100)</visible>\n\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t<include>Panel.Values</include>\n\t\t\t\t<content>\n\t\t\t\t\t<item id=\"200\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.SetBool(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)])</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\hdd.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"201\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.SetBool(hex_entry)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Custom_Color, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\custom_color.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"202\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\0.jpg)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\reset.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"203\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(AltTextColour)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\text_color.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(AltTextColour)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"203\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(AltTextColour)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\text_color_alt.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(AltTextColour)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Backgrounds -->\n\t\t\t\t\t<item id=\"210\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\1.jpg)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\1.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"211\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\2.jpg)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\2.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"212\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\3.jpg)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\3.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"213\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\4.jpg)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\4.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"214\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\5.jpg)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\5.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"215\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\6.jpg)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\6.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"216\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\7.jpg)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\7.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"217\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\8.jpg)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\8.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"218\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\9.jpg)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\9.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"219\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\10.jpg)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\10.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"220\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\11.jpg)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\11.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"221\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\12.jpg)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\12.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"222\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\13.jpg)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\13.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"223\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\14.jpg)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\14.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"224\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\15.jpg)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\background thumbs\\15.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<control type=\"panel\" id=\"9001\">\n\t\t\t\t<visible>ControlGroup(9000).HasFocus(101)</visible>\n\t\t\t\t<include>Panel.Views.Values</include>\n\t\t\t\t<content>\n\t\t\t\t\t<item id=\"295\">\n\t\t\t\t\t\t<label>$LOCALIZE[31615]</label>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + ![Skin.HasSetting(View71_Disabled) + Skin.HasSetting(View57_Disabled) + Skin.HasSetting(View75_Disabled) + Skin.HasSetting(View56_Disabled) + Skin.HasSetting(View54_Disabled) + Skin.HasSetting(View61_Disabled) + Skin.HasSetting(View72_Disabled) + Skin.HasSetting(View74_Disabled) + Skin.HasSetting(View55_Disabled) + Skin.HasSetting(View69_Disabled)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"296\">\n\t\t\t\t\t\t<label>$LOCALIZE[31616]</label>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"297\">\n\t\t\t\t\t\t<label>$LOCALIZE[31617]</label>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_80) | Skin.HasSetting(CustomViewtype_id_81) | Skin.HasSetting(CustomViewtype_id_82) | Skin.HasSetting(CustomViewtype_id_83) | Skin.HasSetting(CustomViewtype_id_84) | Skin.HasSetting(CustomViewtype_id_85) | Skin.HasSetting(CustomViewtype_id_86) | Skin.HasSetting(CustomViewtype_id_87) | Skin.HasSetting(CustomViewtype_id_88) | Skin.HasSetting(CustomViewtype_id_89)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<!-- Detailed Views -->\n\t\t\t<control type=\"panel\" id=\"9002\">\n\t\t\t\t<visible>Container(9001).HasFocus(295)</visible>\n\t\t\t\t<pagecontrol>91</pagecontrol>\n\t\t\t\t<include>Panel.Alt.Values</include>\n\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t<content>\n\t\t\t\t\t<item id=\"300\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(71)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\71.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View71_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"301\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(57)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\57.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View57_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"302\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(75)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\75.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View75_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"303\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(56)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\56.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View56_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"304\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(54)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\54.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View54_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"305\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(61)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\61.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View61_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"306\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(72)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\72.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View72_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"307\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(74)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\74.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View74_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"308\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(55)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\55.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View55_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"309\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(69)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\69.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View69_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<!-- Resources and Standard Views -->\n\t\t\t<control type=\"panel\" id=\"9002\">\n\t\t\t\t<visible>Container(9001).HasFocus(296)</visible>\n\t\t\t\t<pagecontrol>91</pagecontrol>\n\t\t\t\t<include>Panel.Alt.Values</include>\n\t\t\t\t<content>\n\t\t\t\t\t<item id=\"320\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(50)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\50.jpg</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"321\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(51)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\51.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View51_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"323\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(52)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\52.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View52_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"324\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(70)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\70.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View70_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"325\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(53)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\53.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View53_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"326\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(58)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\58.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View58_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"327\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(59)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\59.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View59_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"328\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(60)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\60.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View60_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"329\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(66)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\66.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View66_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"330\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(67)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\67.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View67_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"331\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(62)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\62.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View62_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"332\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(63)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\63.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View63_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"333\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(64)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\64.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View64_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"334\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(65)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\65.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View65_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"335\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(68)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\68.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(View68_Disabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<!-- Custom Views -->\n\t\t\t<control type=\"panel\" id=\"9002\">\n\t\t\t\t<visible>Container(9001).HasFocus(297)</visible>\n\t\t\t\t<pagecontrol>91</pagecontrol>\n\t\t\t\t<include>Panel.Alt.Values</include>\n\t\t\t\t<content>\n\t\t\t\t\t<item id=\"360\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(80)</onclick>\n\t\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_80_JPG)]</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_80)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"361\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(81)</onclick>\n\t\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_81_JPG)]</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_81)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"362\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(82)</onclick>\n\t\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_82_JPG)]</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_82)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"363\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(83)</onclick>\n\t\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_83_JPG)]</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_83)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"364\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(84)</onclick>\n\t\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_84_JPG)]</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_84)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"365\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(85)</onclick>\n\t\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_85_JPG)]</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_85)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"366\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(86)</onclick>\n\t\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_86_JPG)]</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_86)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"367\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(87)</onclick>\n\t\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_87_JPG)]</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_87)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"368\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(88)</onclick>\n\t\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_88_JPG)]</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_88)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"369\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(89)</onclick>\n\t\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_89_JPG)]</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_89)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<!-- View Specific Options -->\n\t\t\t<control type=\"panel\" id=\"9001\">\n\t\t\t\t<visible>ControlGroup(9000).HasFocus(102)</visible>\n\t\t\t\t<include>Panel.Values</include>\n\t\t\t\t<content>\n\t\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t\t<!-- Toggle Resources mode on and off -->\n\t\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t\t<item id=\"400\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(_resourcesenabled)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\_resources_disabled.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Reset the view to 50 if resource a views is in use (they are all separate now makes my life easier) -->\n\t\t\t\t\t<item id=\"400\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(_resourcesenabled)</onclick>\n\t\t\t\t\t\t<onclick>Container.SetViewMode(50)</onclick>\n\t\t\t\t\t\t<onclick>CleanViewsDB</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(fanartenabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(fanartblur)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(fadedfanart)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\_resources_enabled.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t\t<!-- Fanart isn't visible on view 55 (banners view) -->\n\t\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t\t<!-- Disabled when clicked enabled normal fanart -->\n\t\t\t\t\t<item id=\"401\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.SetBool(fanartenabled)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\fanart_disabled.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(_resourcesenabled) + !Skin.HasSetting(fanartenabled)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Normal when clicked enabled faded fanart -->\n\t\t\t\t\t<item id=\"401\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.SetBool(fadedfanart)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\fanart.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(fanartenabled) + !Skin.HasSetting(fadedfanart)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Faded when clicked resets to disabled -->\n\t\t\t\t\t<item id=\"401\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(fanartenabled)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(fadedfanart)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\fanart_faded.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(fadedfanart)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t\t<!-- Resources enabled Fanart buttons -->\n\t\t\t\t\t<!-- Disabled on 55, 57, 61, 69, 71 & 72 -->\n\t\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t\t<!-- Disabled when clicked enabled normal fanart -->\n\t\t\t\t\t<item id=\"401\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.SetBool(fanartenabled)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\fanart_disabled.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + !Skin.HasSetting(fanartenabled) + ![StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Normal when clicked enabled blurred fanart -->\n\t\t\t\t\t<item id=\"401\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.SetBool(fanartblur)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\fanart.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(fanartenabled) + !Skin.HasSetting(fanartblur) + !Skin.HasSetting(fadedfanart) + ![StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Blurred when clicked enabled faded fanart -->\n\t\t\t\t\t<item id=\"401\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.SetBool(fadedfanart)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(fanartblur)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\fanart_blur.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(fanartblur) + !Skin.HasSetting(fadedfanart) + ![StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Faded when clicked enabled blurred faded -->\n\t\t\t\t\t<item id=\"401\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.SetBool(fanartblur)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\fanart_faded.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(fadedfanart) + !Skin.HasSetting(fanartblur) + ![StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Blurred faded when clicked resets to disabled -->\n\t\t\t\t\t<item id=\"401\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(fanartblur)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(fadedfanart)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(fanartenabled)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\fanart_faded_blur.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(fadedfanart) + Skin.HasSetting(fanartblur) + ![StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t\t<!-- Resources enabled Fanart buttons -->\n\t\t\t\t\t<!-- Enabled on 55, 57, 61, 69, 71 & 72 -->\n\t\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t\t<!-- Disabled when clicked enabled normal fanart -->\n\t\t\t\t\t<item id=\"401\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.SetBool(fanartenabled)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\fanart_disabled.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + !Skin.HasSetting(fanartenabled) + [StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Normal when clicked enabled blurred fanart -->\n\t\t\t\t\t<item id=\"401\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(fanartblur)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(fadedfanart)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(fanartenabled)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\fanart.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(fanartenabled) + [StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t\t<!-- Fanart fog -->\n\t\t\t\t\t<!-- Disabled on 54, 55, 56, 57, 61, 71 & 75 -->\n\t\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t\t<item id=\"403\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(customfanartfog)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\fanart_fog_disabled.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(fanartenabled) + !Skin.HasSetting(customfanartfog) + !Skin.HasSetting(fadedfanart) + ![StringCompare(Container.Viewmode,view54) | StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view56) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view75)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Disabled on 54, 55, 56, 57, 61, 71, 72, 73, 74 & 75 -->\n\t\t\t\t\t<item id=\"403\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(customfanartfog)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\fanart_fog.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(fanartenabled) + Skin.HasSetting(customfanartfog) + !Skin.HasSetting(fadedfanart) + ![StringCompare(Container.Viewmode,view54) | StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view56) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72) | StringCompare(Container.Viewmode,view74) | StringCompare(Container.Viewmode,view75)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Disabled on 54, 55, 56, 57, 61, 71, 72, 73, 74 & 75 -->\n\t\t\t\t\t<item id=\"404\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(higherfanart)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\fanart_alt_disabled.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(fanartenabled) + !Skin.HasSetting(higherfanart) + !Skin.HasSetting(fadedfanart) + ![StringCompare(Container.Viewmode,view54) | StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view56) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72) | StringCompare(Container.Viewmode,view74) | StringCompare(Container.Viewmode,view75)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Disabled on 54, 55, 56, 57, 61, 71, 72, 73, 74 & 75 -->\n\t\t\t\t\t<item id=\"404\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(higherfanart)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\fanart_alt.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(fanartenabled) + Skin.HasSetting(higherfanart) + !Skin.HasSetting(fadedfanart) + ![StringCompare(Container.Viewmode,view54) | StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view56) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72) | StringCompare(Container.Viewmode,view74) | StringCompare(Container.Viewmode,view75)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Animated Fanart toggle -->\n\t\t\t\t\t<item id=\"405\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.SetBool(AnimatedFanart)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\animated_Fanart_off.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(fanartenabled) + !Skin.HasSetting(AnimatedFanart) + ![StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"405\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(AnimatedFanart)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\animated_Fanart_on.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(fanartenabled) + Skin.HasSetting(AnimatedFanart) + ![StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Enabled on view 71 -->\n\t\t\t\t\t<item id=\"411\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(fanartposters)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\71_alt.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(fanartposters) + StringCompare(Container.Viewmode,view71)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Enabled on view 71 -->\n\t\t\t\t\t<item id=\"411\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(fanartposters)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\views\\71.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(fanartposters) + StringCompare(Container.Viewmode,view71)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Enabled on view 71 -->\n\t\t\t\t\t<item id=\"412\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(multiimagefanartpostersview)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\enable_fanart_view_multiimage.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(multiimagefanartpostersview) + Skin.HasSetting(fanartposters) + StringCompare(Container.Viewmode,view71)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Enabled on view 71 -->\n\t\t\t\t\t<item id=\"412\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(multiimagefanartpostersview)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\disable_fanart_view_multiimage.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(multiimagefanartpostersview) + Skin.HasSetting(fanartposters) + StringCompare(Container.Viewmode,view71)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Enabled on view 57 -->\n\t\t\t\t\t<item id=\"412\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.ToggleSetting(multiimagefanartview)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\enable_fanart_view_multiimage.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(multiimagefanartview) + StringCompare(Container.Viewmode,view57)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Enabled on view 57 -->\n\t\t\t\t\t<item id=\"412\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(multiimagefanartview)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\disable_fanart_view_multiimage.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(multiimagefanartview) + StringCompare(Container.Viewmode,view57)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Disabled on 55, 56, 57, 58, 61, 69 ,72 ,73, 74 & 75 -->\n\t\t\t\t\t<item id=\"413\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.SetBool(hidefoldernames)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\both_labels.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(hidefoldernames) + !Skin.HasSetting(hidegamenames)+ !StringCompare(Container.Viewmode,view54) + ![StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view56) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view58) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view69) | StringCompare(Container.Viewmode,view72) | StringCompare(Container.Viewmode,view74) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view75)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Disabled on 54, 55, 56, 57, 58, 61, 69, 71 ,72 ,73, 74 & 75 -->\n\t\t\t\t\t<item id=\"413\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.reset(hidefoldernames)</onclick>\n\t\t\t\t\t\t<onclick>Skin.SetBool(hidegamenames)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\folder_labels.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(hidefoldernames) + ![StringCompare(Container.Viewmode,view54) | StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view56) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view58) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view69) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72) | StringCompare(Container.Viewmode,view74) | StringCompare(Container.Viewmode,view75)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Disabled on 54, 55, 56, 57, 58, 61, 69, 71 ,72 ,73, 74 & 75 -->\n\t\t\t\t\t<item id=\"413\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(hidefoldernames)</onclick>\n\t\t\t\t\t\t<onclick>Skin.Reset(hidegamenames)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\game_labels.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(hidegamenames) + ![StringCompare(Container.Viewmode,view54) | StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view56) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view58) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view69) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72) | StringCompare(Container.Viewmode,view74) | StringCompare(Container.Viewmode,view75)]</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Enabled on view 52 -->\n\t\t\t\t\t<item id=\"414\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.SetBool(hideloginborder)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\hide_login_border.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(hideloginborder) + StringCompare(Container.Viewmode,view52)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Enabled on view 52 -->\n\t\t\t\t\t<item id=\"414\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(hideloginborder)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\show_login_border.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(hideloginborder) + StringCompare(Container.Viewmode,view52)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Enabled on view 58 -->\n\t\t\t\t\t<item id=\"415\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.SetBool(hidecdartwork)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\show_listcd.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(hidecdartwork) + StringCompare(Container.Viewmode,view58)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Enabled on view 58 -->\n\t\t\t\t\t<item id=\"415\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(hidecdartwork)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\hide_listcd.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(hidecdartwork) + StringCompare(Container.Viewmode,view58)</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Folder Fanart -->\n\t\t\t\t\t<!-- Enabled on folders only -->\n\t\t\t\t\t<item id=\"426\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.SetBool(showfolderfanart)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\show_folder_fanart.jpg</icon>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(showfolderfanart) + ListItem.isFolder</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<!-- Enabled on folders only -->\n\t\t\t\t\t<item id=\"426\">\n\t\t\t\t\t\t<label>-</label>\n\t\t\t\t\t\t<onclick>Skin.Reset(showfolderfanart)</onclick>\n\t\t\t\t\t\t<icon>windows\\programs\\hide_folder_fanart.jpg</icon>\n\t\t\t\t\t\t<visible>Skin.HasSetting(showfolderfanart) + ListItem.isFolder</visible>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t<left>1051</left>\n\t\t\t\t<top>40</top>\n\t\t\t\t<width>4</width>\n\t\t\t\t<height>360</height>\n\t\t\t\t<include>Fake.ScrollBar.Vertical</include>\n\t\t\t\t<visible>ControlGroup(9000).HasFocus(100)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"91\">\n\t\t\t\t<left>1051</left>\n\t\t\t\t<top>40</top>\n\t\t\t\t<width>4</width>\n\t\t\t\t<height>360</height>\n\t\t\t\t<include>Fake.ScrollBar.Vertical</include>\n\t\t\t\t<visible>ControlGroup(9000).HasFocus(101)</visible>\n\t\t\t</control>\n\t\t</control>\n\t</include>\n\t<!-- Variables.xml -->\n\t<variable name=\"Backgrounds\">\n\t\t<value condition=\"IsEmpty(skin.string(background_color)) + StringCompare(Skin.CurrentTheme,skindefault)\">default\\0.jpg</value>\n\t\t<value condition=\"!IsEmpty(skin.string(background_color)) + StringCompare(Skin.CurrentTheme,skindefault)\">default\\$INFO[skin.string(background_color)]</value>\n\t\t<value condition=\"IsEmpty(skin.string(background_color)) + !StringCompare(Skin.CurrentTheme,skindefault)\">$INFO[Skin.CurrentTheme]\\0.jpg</value>\n\t\t<value condition=\"!IsEmpty(skin.string(background_color)) + !StringCompare(Skin.CurrentTheme,skindefault)\">$INFO[Skin.CurrentTheme]\\$INFO[skin.string(background_color)]</value>\n\t</variable>\n\t<variable name=\"Alt_Label_Colour\">\n\t\t<!-- all other windows -->\n\t\t<value condition=\"!Skin.HasSetting(AltTextColour) + !Window.IsVisible(7) + !Window.IsVisible(2999)\">colour.$INFO[Container.Viewmode].label</value>\n\t\t<value condition=\"Skin.HasSetting(AltTextColour) + !Window.IsVisible(7) + !Window.IsVisible(2999)\">colour.$INFO[Container.Viewmode].label2</value>\n\t\t<!-- system info window -->\n\t\t<value condition=\"!Skin.HasSetting(AltTextColour) + Window.IsVisible(7)\">7_label</value>\n\t\t<value condition=\"Skin.HasSetting(AltTextColour) + Window.IsVisible(7)\">7_label_alt</value>\n\t</variable>\n\t<variable name=\"Custom_BG_Colour\">\n\t\t<value>FF$INFO[skin.string(Background_Custom_Color)]</value>\n\t</variable>\n\t<variable name=\"Custom_Gamers_Logo_Colour\">\n\t\t<value condition=\"Skin.HasSetting(EnabledXBMC4GamersLogoColour)\">FF$INFO[skin.string(XBMC4GamersLogoColour)]</value>\n\t\t<value condition=\"!Skin.HasSetting(EnabledXBMC4GamersLogoColour)\">colour.variables.logo</value>\n\t</variable>\n\t<variable name=\"VolumeIconVar\">\n\t\t<value condition=\"Player.Muted\">windows\\volume\\mute.png</value>\n\t\t<value condition=\"IntegerGreaterThan(Control.GetLabel(29999),66)\">windows\\volume\\volume.png</value>\n\t\t<value condition=\"IntegerGreaterThan(Control.GetLabel(29999),33)\">windows\\volume\\volume2.png</value>\n\t\t<value condition=\"player.passthrough\">windows\\volume\\volume.png</value>\n\t\t<value>windows\\volume\\volume1.png</value>\n\t</variable>\n\t<variable name=\"HomeMultiimage\">\n\t\t<value condition=\"Skin.HasSetting(UseFanartFolder)\">Q:\\system\\screensavers\\fanart</value>\n\t\t<value>windows\\home\\multiimages</value>\n\t</variable>\n\t<variable name=\"SynopsisCheck\">\n\t\t<value condition=\"System.GetBool(mygames.gamesaltsynpsisbutton)\">$INFO[Window(10001).Property(Synopsis_Overview_Full_Alt)]</value>\n\t\t<value>$INFO[ListItem.Property(Synopsis_Overview_Full)]</value>\n\t</variable>\n\t<variable name=\"View_Fanart\">\n\t\t<value condition=\"ListItem.IsFolder + Skin.HasSetting(showfolderfanart)\">$INFO[skin.string(FolderFanartPath)]\\$INFO[ListItem.Label].jpg</value>\n\t\t<!-- resources disabled -->\n\t\t<value condition=\"!ListItem.IsFolder + !Skin.HasSetting(_resourcesenabled)\">$INFO[listitem.Path,,]fanart.jpg</value>\n\t\t<!-- resources enabled -->\n\t\t<value condition=\"!ListItem.IsFolder + !IsEmpty(listitem.Synopsis_Fanart) + !Skin.HasSetting(fanartblur)\">$INFO[listitem.Synopsis_Resources]artwork\\fanart.jpg</value>\n\t\t<value condition=\"!ListItem.IsFolder + !IsEmpty(listitem.Synopsis_Fanart) + Skin.HasSetting(fanartblur)\">$INFO[listitem.Synopsis_Resources]artwork\\fanart-blur.jpg</value>\n\t\t<!-- <value condition=\"!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Fanart) + !Skin.HasSetting(fanartblur)\">no_fanart.jpg</value> -->\n\t\t<!-- <value condition=\"!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Fanart) + Skin.HasSetting(fanartblur)\">no_fanart_blur.jpg</value> -->\n\t</variable>\n\t<variable name=\"View_Fanart_Fog\">\n\t\t<value condition=\"ListItem.IsFolder + Skin.HasSetting(showfolderfanart) + Skin.HasSetting(customfanartfog)\">$INFO[skin.string(FolderFanartPath)]\\$INFO[ListItem.Label]_fog.jpg</value>\n\t\t<!-- resources enabled -->\n\t\t<value condition=\"!ListItem.IsFolder + !IsEmpty(listitem.Synopsis_Fanart) + Skin.HasSetting(customfanartfog)\">$INFO[listitem.Synopsis_Resources]artwork\\fog.jpg</value>\n\t\t<value condition=\"!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Fanart) + Skin.HasSetting(customfanartfog)\">no_fog.jpg</value>\n\t</variable>\n\t<!-- <variable name=\"View50_Condition\"> -->\n\t<!-- <value condition=\"Skin.HasSetting(View50_Disabled)\">Disabled</value> -->\n\t<!-- <value>Enabled</value> -->\n\t<!-- </variable> -->\n\t<variable name=\"View51_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View51_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View52_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View52_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View53_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View53_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View54_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View54_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View55_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View55_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View56_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View56_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View57_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View57_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View58_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View58_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View59_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View59_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View60_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View60_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View61_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View61_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View62_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View62_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View63_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View63_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View64_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View64_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View65_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View65_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View66_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View66_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View67_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View67_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View68_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View68_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View69_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View69_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View70_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View70_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View71_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View71_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View72_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View72_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View74_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View74_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View75_Condition\">\n\t\t<value condition=\"Skin.HasSetting(View75_Disabled)\">$LOCALIZE[13106]</value>\n\t\t<value>$LOCALIZE[305]</value>\n\t</variable>\n\t<variable name=\"View50_Thumbs\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t\t<value>poster.jpg</value>\n\t</variable>\n\t<variable name=\"View51_Thumbs\">\n\t\t<!-- <value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value> -->\n\t\t<value>poster.jpg</value>\n\t</variable>\n\t<variable name=\"View55_Fanart\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">fanart.jpg</value>\n\t\t<value>fanart_thumb.jpg</value>\n\t</variable>\n\t<variable name=\"View56_Thumbs\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t\t<value>poster.jpg</value>\n\t</variable>\n\t<variable name=\"View57_Fanart\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">fanart.jpg</value>\n\t\t<value>fanart.jpg</value>\n\t</variable>\n\t<variable name=\"View58_Thumbs\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t\t<value>poster.jpg</value>\n\t</variable>\n\t<variable name=\"View59_Thumbs\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t\t<value>poster.jpg</value>\n\t</variable>\n\t<variable name=\"View60_Thumbs\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t\t<value>poster.jpg</value>\n\t</variable>\n\t<variable name=\"View61_Thumbs\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t\t<value>poster.jpg</value>\n\t</variable>\n\t<variable name=\"View61_Fanart\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">fanart.jpg</value>\n\t\t<value>fanart_thumb.jpg</value>\n\t</variable>\n\t<variable name=\"View66_Thumbs\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t\t<value>poster.jpg</value>\n\t</variable>\n\t<variable name=\"View67_Thumbs\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t\t<value>poster.jpg</value>\n\t</variable>\n\t<variable name=\"View69_Thumbs\">\n\t\t<!-- <value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value> -->\n\t\t<value>poster.jpg</value>\n\t</variable>\n\t<variable name=\"View71_Thumbs\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t\t<value>poster.jpg</value>\n\t</variable>\n\t<variable name=\"View71_Fanart\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">fanart.jpg</value>\n\t\t<value>fanart_thumb.jpg</value>\n\t</variable>\n\t<variable name=\"View72_Thumbs\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t\t<value>poster.jpg</value>\n\t</variable>\n\t<variable name=\"View73_Thumbs\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t\t<value>poster.jpg</value>\n\t</variable>\n\t<variable name=\"View74_Thumbs\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t\t<value>poster.jpg</value>\n\t</variable>\n\t<variable name=\"View75_Thumbs\">\n\t\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t\t<value>poster.jpg</value>\n\t</variable>\n\t<include name=\"Home.LastPlayed.Layout\">\n\t\t<left>60</left>\n\t\t<top>345</top>\n\t\t<width>145</width>\n\t\t<height>40</height>\n\t\t<onleft>9000</onleft>\n\t\t<onright>9000</onright>\n\t\t<onup>1</onup>\n\t\t<ondown>8001</ondown>\n\t\t<onback>1</onback>\n\t\t<viewtype label=\"home\">biglist</viewtype>\n\t\t<scrolltime>0</scrolltime>\n\t\t<focusposition>0</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<include>Home.LastPlayed.Anims</include>\n\t\t<itemlayout/>\n\t\t<focusedlayout height=\"40\" width=\"145\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<height>40</height>\n\t\t\t\t<width>145</width>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.home.button.nofocus.diffuse\">windows\\home\\lastplayed_button_nofo.png</texture>\n\t\t\t\t<animation effect=\"fade\" start=\"10\" end=\"10\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t<visible>!Control.HasFocus(9000)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<height>39</height>\n\t\t\t\t<width>145</width>\n\t\t\t\t<font>home_19</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.home.button.nofocus</textcolor>\n\t\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE]$LOCALIZE[518][/UPPERCASE]</label>\n\t\t\t\t<animation effect=\"fade\" start=\"10\" end=\"10\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t<visible>!Control.HasFocus(9000)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<height>40</height>\n\t\t\t\t<width>145</width>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.home.button.focus.diffuse\">windows\\home\\lastplayed_button_fo.png</texture>\n\t\t\t\t<visible>Control.HasFocus(9000)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<height>39</height>\n\t\t\t\t<width>145</width>\n\t\t\t\t<font>home_19</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.home.button.focus</textcolor>\n\t\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE]$LOCALIZE[518][/UPPERCASE]</label>\n\t\t\t\t<visible>Control.HasFocus(9000)</visible>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</include>\n\t<include name=\"Home.Random.Layout\">\n\t\t<left>360</left>\n\t\t<top>483</top>\n\t\t<width>920</width>\n\t\t<height>188</height>\n\t\t<onleft>-</onleft>\n\t\t<onright>-</onright>\n\t\t<onup>8000</onup>\n\t\t<onback>1</onback>\n\t\t<viewtype label=\"home\">biglist</viewtype>\n\t\t<scrolltime>180</scrolltime>\n\t\t<focusposition>0</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<animation effect=\"slide\" start=\"946\" end=\"0\" delay=\"200\" time=\"400\" easing=\"out\" tween=\"Back\">WindowOpen</animation>\n\t\t<include>Home.Randoms.Anims</include>\n\t\t<itemlayout height=\"188\" width=\"151\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>138</width>\n\t\t\t\t<height>184</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture>windows\\home\\poster_shadow_nofocus.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>119</width>\n\t\t\t\t<height>168</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"windows\\home\\diffuse.png\">$INFO[listitem.ActualIcon]</texture>\n\t\t\t\t<fadetime>200</fadetime>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"188\" width=\"165\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>138</width>\n\t\t\t\t<height>184</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture>windows\\home\\poster_shadow_nofocus.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>119</width>\n\t\t\t\t<height>168</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"windows\\home\\diffuse.png\">$INFO[listitem.ActualIcon]</texture>\n\t\t\t\t<fadetime>200</fadetime>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</include>\n\t<!-- Source buttons values -->\n\t<include name=\"Home.Layout.Top.Buttons\">\n\t\t<height>30</height>\n\t\t<width min=\"90\" max=\"200\">auto</width>\n\t\t<font>home_15</font>\n\t\t<align>center</align>\n\t\t<aligny>top</aligny>\n\t\t<textoffsety>4</textoffsety>\n\t\t<focusedcolor>colour.home.button.focus</focusedcolor>\n\t\t<textcolor>colour.home.button.nofocus</textcolor>\n\t\t<texturefocus border=\"5,5,5,5\" colordiffuse=\"colour.home.button.focus.diffuse\">windows\\home\\button_fo.png</texturefocus>\n\t\t<texturenofocus border=\"5,5,5,5\" colordiffuse=\"colour.home.button.nofocus.diffuse\">windows\\home\\button_nofo.png</texturenofocus>\n\t</include>\n\t<!-- Animations -->\n\t<include name=\"Home.Underlay.Anims\">\n\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"0\" time=\"200\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"50\" time=\"100\">WindowClose</animation>\n\t</include>\n\t<include name=\"Home.Fanart.Anims\">\n\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"500\" time=\"300\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"0\">WindowClose</animation>\n\t</include>\n\t<include name=\"Home.RSS.Anims\">\n\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"600\" time=\"600\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"30\">WindowClose</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"100\" delay=\"0\" time=\"0\">Visible</animation>\n\t</include>\n\t<include name=\"Home.RSS.Fade.Anims\">\n\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"100\" time=\"300\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"50\">WindowClose</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"100\" delay=\"0\" time=\"0\">Visible</animation>\n\t</include>\n\t<include name=\"Home.LastPlayed.Anims\">\n\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"500\" time=\"300\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"150\">WindowClose</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"100\" delay=\"0\" time=\"0\">Visible</animation>\n\t</include>\n\t<include name=\"Home.Randoms.Anims\">\n\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"0\" time=\"300\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"50\">WindowClose</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"100\" delay=\"0\" time=\"0\">Visible</animation>\n\t</include>\n\t<include name=\"Home.Includes\">\n\t\t<control type=\"group\">\n\t\t\t<visible>Window.Next(Programs) | Window.Next(Settings)</visible>\n\t\t\t<include>Global.Backgrounds</include>\n\t\t</control>\n\t\t<control type=\"multiimage\">\n\t\t\t<include>1280x720</include>\n\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t<fadetime>2000</fadetime>\n\t\t\t<colordiffuse>FFFFFFFF</colordiffuse>\n\t\t\t<timeperimage>5000</timeperimage>\n\t\t\t<pauseatend>10000</pauseatend>\n\t\t\t<randomize>true</randomize>\n\t\t\t<loop>true</loop>\n\t\t\t<imagepath background=\"true\">$VAR[HomeMultiimage]</imagepath>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"200\" time=\"200\">WindowOpen</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"100\">WindowClose</animation>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"0\" time=\"400\">visible</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"100\">hidden</animation>\n\t\t\t<visible>ControlGroup(1).HasFocus(110) | IsEmpty(Container(9000).ListItem.Label)</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<visible>!ControlGroup(1).HasFocus(110)</visible>\n\t\t\t<control type=\"largeimage\">\n\t\t\t\t<include>1280x720</include>\n\t\t\t\t<aspectratio aligny=\"top\">scale</aspectratio>\n\t\t\t\t<fadetime>500</fadetime>\n\t\t\t\t<texture>$INFO[Container(9000).ListItem.thumb]</texture>\n\t\t\t\t<include>Home.Fanart.Anims</include>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<include>1280x720</include>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.home.underlay.diffuse\">windows\\home\\underlay.png</texture>\n\t\t\t\t<include>Home.Underlay.Anims</include>\n\t\t\t</control>\n\t\t\t<!-- RSS feed -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-20\" time=\"100\" condition=\"!Skin.HasSetting(HideContextBar) + !Window.IsActive(1112)\">Conditional</animation>\n\t\t\t\t<visible>system.getbool(lookandfeel.enablerssfeeds)</visible>\n\t\t\t\t<control type=\"rss\" id=\"500\">\n\t\t\t\t\t<description>rss feed</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>692</top>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_12</font>\n\t\t\t\t\t<urlset>1</urlset>\n\t\t\t\t\t<headlinecolor>colour.home.label.title</headlinecolor>\n\t\t\t\t\t<titlecolor>colour.home.label.title</titlecolor>\n\t\t\t\t\t<textcolor>colour.home.label.title</textcolor>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"75\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<include>Home.RSS.Anims</include>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>648</top>\n\t\t\t\t\t<height>72</height>\n\t\t\t\t\t<width>100</width>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.home.underlay.diffuse\">windows\\home\\rss_fade_right.png</texture>\n\t\t\t\t\t<include>Home.RSS.Fade.Anims</include>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<right>0</right>\n\t\t\t\t\t<top>648</top>\n\t\t\t\t\t<height>72</height>\n\t\t\t\t\t<width>100</width>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.home.underlay.diffuse\">windows\\home\\rss_fade_left.png</texture>\n\t\t\t\t\t<include>Home.RSS.Fade.Anims</include>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>37</left>\n\t\t\t\t\t<top>691</top>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<width>20</width>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture>windows\\home\\rss.png</texture>\n\t\t\t\t\t<include>Home.RSS.Anims</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"textbox\">\n\t\t\t\t<left>60</left>\n\t\t\t\t<top>70</top>\n\t\t\t\t<width>500</width>\n\t\t\t\t<height>170</height>\n\t\t\t\t<font>home_40</font>\n\t\t\t\t<align>bottom</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.home.label.title</textcolor>\n\t\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE][B]$INFO[Container(9000).ListItem.label][/B][/UPPERCASE]</label>\n\t\t\t\t<autoscroll delay=\"10000\" time=\"1000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t<include>Home.LastPlayed.Anims</include>\n\t\t\t</control>\n\t\t\t<control type=\"textbox\">\n\t\t\t\t<left>60</left>\n\t\t\t\t<top>260</top>\n\t\t\t\t<width>500</width>\n\t\t\t\t<height>78</height>\n\t\t\t\t<font>home_12</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>top</aligny>\n\t\t\t\t<textcolor>colour.home.label.synopsis</textcolor>\n\t\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t\t<label>[B]$INFO[Container(9000).ListItem.label2][/B]</label>\n\t\t\t\t<autoscroll delay=\"10000\" time=\"1000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t<include>Home.LastPlayed.Anims</include>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>60</left>\n\t\t\t\t<top>400</top>\n\t\t\t\t<width>145</width>\n\t\t\t\t<height>17</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.home.guides.nofocus.diffuse\">windows\\home\\guides\\$INFO[Container(9000).NumItems]\\back.png</texture>\n\t\t\t\t<include>Home.LastPlayed.Anims</include>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>60</left>\n\t\t\t\t<top>400</top>\n\t\t\t\t<width>145</width>\n\t\t\t\t<height>17</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.home.guides.focus.diffuse\">windows\\home\\guides\\$INFO[Container(9000).NumItems]\\$INFO[Container(9000).ListItem(0).Property(Guide)]</texture>\n\t\t\t\t<include>Home.LastPlayed.Anims</include>\n\t\t\t</control>\n\t\t</control>\n\t\t<include>Home.List.Contents</include>\n\t\t<!-- Random item focus here so they appear in the correct order -->\n\t\t<control type=\"group\">\n\t\t\t<include>Home.Underlay.Anims</include>\n\t\t\t<!-- window open animation workaround when id 110 has focus on load -->\n\t\t\t<animation effect=\"slide\" start=\"0\" end=\"0,1000\" delay=\"0\" time=\"0\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>70</left>\n\t\t\t\t<top>468</top>\n\t\t\t\t<width>450</width>\n\t\t\t\t<height>228</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.home.random.underlay.diffuse\">windows\\home\\random_back.png</texture>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Home.Randoms.Anims</include>\n\t\t\t<!-- window open animation workaround when id 110 has focus on load -->\n\t\t\t<animation effect=\"slide\" start=\"0\" end=\"0,1000\" delay=\"0\" time=\"0\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t\t<control type=\"largeimage\">\n\t\t\t\t<left>70</left>\n\t\t\t\t<top>468</top>\n\t\t\t\t<width>450</width>\n\t\t\t\t<height>228</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t<colordiffuse>10FFFFFF</colordiffuse>\n\t\t\t\t<texture diffuse=\"windows\\home\\random_fanart_diffuse.png\">$INFO[Container(9001).ListItem.thumb]</texture>\n\t\t\t\t<visible>Control.HasFocus(9001)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>60</left>\n\t\t\t\t<top>438</top>\n\t\t\t\t<width>188</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>home_19</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>top</aligny>\n\t\t\t\t<textcolor>colour.home.label.randoms</textcolor>\n\t\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t\t<label>$LOCALIZE[31563]</label>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>-58</left>\n\t\t\t\t<top>473</top>\n\t\t\t\t<width>152</width>\n\t\t\t\t<height>204</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture>windows\\home\\poster_shadow_focus.png</texture>\n\t\t\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t\t\t<effect type=\"zoom\" start=\"85,473,0,204\" end=\"-58,473,152,204\" center=\"85,473\" delay=\"450\" time=\"120\"/>\n\t\t\t\t\t<effect type=\"slide\" start=\"0\" end=\"133\" delay=\"460\" time=\"120\"/>\n\t\t\t\t</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0\" end=\"133\" delay=\"0\" time=\"0\">WindowClose</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>-53</left>\n\t\t\t\t<top>478</top>\n\t\t\t\t<width>133</width>\n\t\t\t\t<height>188</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"windows\\home\\diffuse.png\">$INFO[Container(9001).ListItem.ActualIcon]</texture>\n\t\t\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t\t\t<effect type=\"zoom\" start=\"80,478,0,188\" end=\"-53,478,133,188\" center=\"80,478\" delay=\"450\" time=\"120\"/>\n\t\t\t\t\t<effect type=\"slide\" start=\"0\" end=\"133\" delay=\"460\" time=\"120\"/>\n\t\t\t\t</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0\" end=\"133\" delay=\"0\" time=\"0\">WindowClose</animation>\n\t\t\t</control>\n\t\t\t<control type=\"textbox\">\n\t\t\t\t<left>224</left>\n\t\t\t\t<top>478</top>\n\t\t\t\t<width>246</width>\n\t\t\t\t<height>50</height>\n\t\t\t\t<font>home_19</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.home.label.title2</textcolor>\n\t\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE][B]$INFO[Container(9001).ListItem.Label][/B][/UPPERCASE]</label>\n\t\t\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t\t\t<effect type=\"zoom\" start=\"224,478,0,50\" end=\"224,478,246,50\" center=\"224,478\" delay=\"580\" time=\"150\"/>\n\t\t\t\t</animation>\n\t\t\t</control>\n\t\t\t<control type=\"textbox\">\n\t\t\t\t<left>224</left>\n\t\t\t\t<top>538</top>\n\t\t\t\t<width>246</width>\n\t\t\t\t<height>125</height>\n\t\t\t\t<font>home_12</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.home.label.synopsis2</textcolor>\n\t\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t\t<label>[B]$INFO[Container(9001).ListItem.Label2][/B]</label>\n\t\t\t\t<visible>!Control.HasFocus(9001)</visible>\n\t\t\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t\t\t<effect type=\"zoom\" start=\"224,538,0,125\" end=\"224,538,246,125\" center=\"224,478\" delay=\"580\" time=\"150\"/>\n\t\t\t\t</animation>\n\t\t\t</control>\n\t\t\t<control type=\"textbox\">\n\t\t\t\t<left>224</left>\n\t\t\t\t<top>538</top>\n\t\t\t\t<width>246</width>\n\t\t\t\t<height>86</height>\n\t\t\t\t<font>home_12</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.home.label.synopsis2</textcolor>\n\t\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t\t<label>[B]$INFO[Container(9001).ListItem.Label2][/B]</label>\n\t\t\t\t<visible>Control.HasFocus(9001)</visible>\n\t\t\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t\t\t<effect type=\"zoom\" start=\"224,538,0,86\" end=\"224,538,246,86\" center=\"224,478\" delay=\"580\" time=\"150\"/>\n\t\t\t\t</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>224</left>\n\t\t\t\t<top>638</top>\n\t\t\t\t<width>22</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<fadetime>200</fadetime>\n\t\t\t\t<texture background=\"true\" colordiffuse=\"colour.home.button.abutton.diffuse\">windows\\home\\a_button.png</texture>\n\t\t\t\t<visible>Control.HasFocus(9001)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>254</left>\n\t\t\t\t<top>637</top>\n\t\t\t\t<width>230</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>home_19</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.home.label.title2</textcolor>\n\t\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t\t<label>$LOCALIZE[518]</label>\n\t\t\t\t<visible>Control.HasFocus(9001)</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<!-- Source buttons -->\n\t\t<control type=\"grouplist\" id=\"1\">\n\t\t\t<description>button area</description>\n\t\t\t<left>0</left>\n\t\t\t<top>40</top>\n\t\t\t<width>1280</width>\n\t\t\t<height>60</height>\n\t\t\t<itemgap>4</itemgap>\n\t\t\t<onup>-</onup>\n\t\t\t<ondown>8001</ondown>\n\t\t\t<onleft>1</onleft>\n\t\t\t<onright>1</onright>\n\t\t\t<onback>8100</onback>\n\t\t\t<align>center</align>\n\t\t\t<animation effect=\"slide\" start=\"0,-100\" end=\"0,0\" delay=\"0\" time=\"200\">WindowOpen</animation>\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-100\" delay=\"0\" time=\"200\">WindowClose</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"Control.HasFocus(9000) | Control.HasFocus(9001)\">Conditional</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"System.IdleTime(5)\">Conditional</animation>\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-100\" delay=\"0\" time=\"250\" condition=\"System.IdleTime(8) + ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t\t<orientation>horizontal</orientation>\n\t\t\t<control type=\"button\" id=\"100\">\n\t\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t\t<label>[UPPERCASE]$LOCALIZE[31079][/UPPERCASE]</label>\n\t\t\t\t<ondown condition=\"Skin.HasSetting(LastPlayedGames)\">8005</ondown>\n\t\t\t\t<ondown condition=\"Skin.HasSetting(RandomGames)\">8006</ondown>\n\t\t\t\t<onclick>ActivateWindow(Programs,Games,return)</onclick>\n\t\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t\t\t<visible>!Skin.HasSetting(DisableHome1) + [Skin.HasSetting(LastPlayedGames) | Skin.HasSetting(RandomGames)]</visible>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"101\">\n\t\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t\t<label>[UPPERCASE]$LOCALIZE[31080][/UPPERCASE]</label>\n\t\t\t\t<ondown condition=\"Skin.HasSetting(LastPlayedBrews)\">8005</ondown>\n\t\t\t\t<ondown condition=\"Skin.HasSetting(RandomBrews)\">8006</ondown>\n\t\t\t\t<onclick>ActivateWindow(Programs,Homebrew,return)</onclick>\n\t\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t\t\t<visible>!Skin.HasSetting(DisableHome2) + [Skin.HasSetting(LastPlayedBrews) | Skin.HasSetting(RandomBrews)]</visible>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"102\">\n\t\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t\t<label>[UPPERCASE]$LOCALIZE[31078][/UPPERCASE]</label>\n\t\t\t\t<ondown condition=\"Skin.HasSetting(LastPlayedEmus)\">8005</ondown>\n\t\t\t\t<ondown condition=\"Skin.HasSetting(RandomEmus)\">8006</ondown>\n\t\t\t\t<onclick>ActivateWindow(Programs,Emulators,return)</onclick>\n\t\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t\t\t<visible>!Skin.HasSetting(DisableHome3) + [Skin.HasSetting(LastPlayedEmus) | Skin.HasSetting(RandomEmus)]</visible>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"103\">\n\t\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t\t<label>[UPPERCASE]$LOCALIZE[31077][/UPPERCASE]</label>\n\t\t\t\t<ondown condition=\"Skin.HasSetting(LastPlayedApps)\">8005</ondown>\n\t\t\t\t<ondown condition=\"Skin.HasSetting(RandomApps)\">8006</ondown>\n\t\t\t\t<onclick>ActivateWindow(Programs,Applications,return)</onclick>\n\t\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t\t\t<visible>!Skin.HasSetting(DisableHome4) + [Skin.HasSetting(LastPlayedApps) | Skin.HasSetting(RandomApps)]</visible>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"104\">\n\t\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t\t<label>[UPPERCASE]$INFO[Skin.String(CustomHomeButton1Name)][/UPPERCASE]</label>\n\t\t\t\t<ondown condition=\"Skin.HasSetting(LastPlayedcustom1)\">8005</ondown>\n\t\t\t\t<ondown condition=\"Skin.HasSetting(Randomcustom1)\">8006</ondown>\n\t\t\t\t<onclick>ActivateWindow(Programs,$INFO[Skin.String(CustomHomeButton1Source)],return)</onclick>\n\t\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t\t\t<visible>Skin.HasSetting(CustomHomeButton1Enabled)</visible>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"105\">\n\t\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t\t<label>[UPPERCASE]$INFO[Skin.String(CustomHomeButton2Name)][/UPPERCASE]</label>\n\t\t\t\t<ondown condition=\"Skin.HasSetting(LastPlayedcustom2)\">8005</ondown>\n\t\t\t\t<ondown condition=\"Skin.HasSetting(Randomcustom2)\">8006</ondown>\n\t\t\t\t<onclick>ActivateWindow(Programs,$INFO[Skin.String(CustomHomeButton2Source)],return)</onclick>\n\t\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t\t\t<visible>Skin.HasSetting(CustomHomeButton2Enabled)</visible>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"106\">\n\t\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t\t<label>[UPPERCASE]$INFO[Skin.String(CustomHomeButton3Name)][/UPPERCASE]</label>\n\t\t\t\t<ondown condition=\"Skin.HasSetting(LastPlayedcustom3)\">8005</ondown>\n\t\t\t\t<ondown condition=\"Skin.HasSetting(Randomcustom3)\">8006</ondown>\n\t\t\t\t<onclick>ActivateWindow(Programs,$INFO[Skin.String(CustomHomeButton3Source)],return)</onclick>\n\t\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t\t\t<visible>Skin.HasSetting(CustomHomeButton3Enabled)</visible>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"107\">\n\t\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t\t<label>[UPPERCASE]$INFO[Skin.String(CustomHomeButton4Name)][/UPPERCASE]</label>\n\t\t\t\t<ondown condition=\"Skin.HasSetting(LastPlayedcustom4)\">8005</ondown>\n\t\t\t\t<ondown condition=\"Skin.HasSetting(Randomcustom4)\">8006</ondown>\n\t\t\t\t<onclick>ActivateWindow(Programs,$INFO[Skin.String(CustomHomeButton4Source)],return)</onclick>\n\t\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t\t\t<visible>Skin.HasSetting(CustomHomeButton4Enabled)</visible>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"110\">\n\t\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t\t<label>[UPPERCASE]$LOCALIZE[31564][/UPPERCASE]</label>\n\t\t\t\t<focusedcolor>1_sidebar_labels_fo</focusedcolor>\n\t\t\t\t<textcolor>1_sidebar_labels_nofo</textcolor>\n\t\t\t\t<onclick>ActivateWindow(Programs,Root)</onclick>\n\t\t\t\t<visible>Skin.HasSetting(DisableHome1) + Skin.HasSetting(DisableHome2) + Skin.HasSetting(DisableHome3) + Skin.HasSetting(DisableHome4) + ![Skin.HasSetting(CustomHomeButton1Enabled) | Skin.HasSetting(CustomHomeButton2Enabled) | Skin.HasSetting(CustomHomeButton3Enabled) | Skin.HasSetting(CustomHomeButton4Enabled)]</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<!-- Fake buttons so I can toggle the movements of the last played items if not focused -->\n\t\t<!-- Visible if last played is empty and will focus the sources list -->\n\t\t<control type=\"button\" id=\"8000\">\n\t\t\t<left>-1000</left>\n\t\t\t<onfocus>Setfocus(8007)</onfocus>\n\t\t\t<visible>[ControlGroup(1).HasFocus(100) + !Skin.HasSetting(LastPlayedGames)] | [ControlGroup(1).HasFocus(101) + !Skin.HasSetting(LastPlayedBrews)] | [ControlGroup(1).HasFocus(102) + !Skin.HasSetting(LastPlayedEmus)] | [ControlGroup(1).HasFocus(103) + !Skin.HasSetting(LastPlayedApps)] | [ControlGroup(1).HasFocus(104) + !Skin.HasSetting(LastPlayedcustom1)] | [ControlGroup(1).HasFocus(105) + !Skin.HasSetting(LastPlayedcustom2)] | [ControlGroup(1).HasFocus(106) + !Skin.HasSetting(LastPlayedcustom3)] | [ControlGroup(1).HasFocus(107) + !Skin.HasSetting(LastPlayedcustom7)]</visible>\n\t\t</control>\n\t\t<!-- Visible if last played is not empty and will focus last played list -->\n\t\t<control type=\"button\" id=\"8000\">\n\t\t\t<left>-1000</left>\n\t\t\t<onfocus>Setfocus(8005)</onfocus>\n\t\t\t<visible>[ControlGroup(1).HasFocus(100) + Skin.HasSetting(LastPlayedGames)] | [ControlGroup(1).HasFocus(101) + Skin.HasSetting(LastPlayedBrews)] | [ControlGroup(1).HasFocus(102) + Skin.HasSetting(LastPlayedEmus)] | [ControlGroup(1).HasFocus(103) + Skin.HasSetting(LastPlayedApps)] | [ControlGroup(1).HasFocus(104) + Skin.HasSetting(LastPlayedcustom1)] | [ControlGroup(1).HasFocus(105) + Skin.HasSetting(LastPlayedcustom2)] | [ControlGroup(1).HasFocus(106) + Skin.HasSetting(LastPlayedcustom3)] | [ControlGroup(1).HasFocus(107) + Skin.HasSetting(LastPlayedcustom7)]</visible>\n\t\t</control>\n\t\t<!-- Visible if randoms list is visible and focus it -->\n\t\t<control type=\"button\" id=\"8001\">\n\t\t\t<left>-1000</left>\n\t\t\t<onfocus>Setfocus(8006)</onfocus>\n\t\t\t<visible>[ControlGroup(1).HasFocus(100) + Skin.HasSetting(RandomGames)] | [ControlGroup(1).HasFocus(101) + Skin.HasSetting(RandomBrews)] | [ControlGroup(1).HasFocus(102) + Skin.HasSetting(RandomEmus)] | [ControlGroup(1).HasFocus(103) + Skin.HasSetting(RandomApps)] | [ControlGroup(1).HasFocus(104) + Skin.HasSetting(Randomcustom1)] | [ControlGroup(1).HasFocus(105) + Skin.HasSetting(Randomcustom2)] | [ControlGroup(1).HasFocus(106) + Skin.HasSetting(Randomcustom3)] | [ControlGroup(1).HasFocus(107) + Skin.HasSetting(Randomcustom7)]</visible>\n\t\t</control>\n\t\t<!-- Visible if last played is empty and will focus the randoms list -->\n\t\t<control type=\"button\" id=\"8001\">\n\t\t\t<left>-1000</left>\n\t\t\t<onfocus>Setfocus(8006)</onfocus>\n\t\t\t<visible>[ControlGroup(1).HasFocus(100) + !Skin.HasSetting(LastPlayedGames)] | [ControlGroup(1).HasFocus(101) + !Skin.HasSetting(LastPlayedBrews)] | [ControlGroup(1).HasFocus(102) + !Skin.HasSetting(LastPlayedEmus)] | [ControlGroup(1).HasFocus(103) + !Skin.HasSetting(LastPlayedApps)] | [ControlGroup(1).HasFocus(104) + !Skin.HasSetting(LastPlayedcustom1)] | [ControlGroup(1).HasFocus(105) + !Skin.HasSetting(LastPlayedcustom2)] | [ControlGroup(1).HasFocus(106) + !Skin.HasSetting(LastPlayedcustom3)] | [ControlGroup(1).HasFocus(107) + !Skin.HasSetting(LastPlayedcustom7)]</visible>\n\t\t</control>\n\t\t<!-- Focus last played control -->\n\t\t<control type=\"button\" id=\"8005\">\n\t\t\t<left>-1000</left>\n\t\t\t<onfocus>Setfocus(9000)</onfocus>\n\t\t\t<onfocus>CancelAlarm(AutoScroll_Thumbs,silent)</onfocus>\n\t\t</control>\n\t\t<!-- Focus random control -->\n\t\t<control type=\"button\" id=\"8006\">\n\t\t\t<left>-1000</left>\n\t\t\t<onfocus>Setfocus(9001)</onfocus>\n\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t</control>\n\t\t<!-- Focus source list -->\n\t\t<control type=\"button\" id=\"8007\">\n\t\t\t<left>-1000</left>\n\t\t\t<onfocus>Setfocus(1)</onfocus>\n\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t</control>\n\t</include>\n\t<include name=\"Home.List.Contents\">\n\t\t<!-- Games last played-->\n\t\t<control type=\"list\" id=\"9000\">\n\t\t\t<include>Home.LastPlayed.Layout</include>\n\t\t\t<visible>ControlGroup(1).HasFocus(100)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"1\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.1.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.1.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.1.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.1.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.1.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.1.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.1.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">01.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.1.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.1.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"2\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.2.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.2.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.2.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.2.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.2.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.2.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.2.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">02.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.2.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.2.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"3\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.3.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.3.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.3.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.3.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.3.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.3.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.3.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">03.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.3.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.3.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"4\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.4.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.4.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.4.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.4.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.4.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.4.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.4.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">04.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.4.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.4.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"5\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.5.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.5.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.5.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.5.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.5.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.5.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.5.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">05.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.5.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.5.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"6\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.6.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.6.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.6.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.6.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.6.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.6.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.6.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">06.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.6.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.6.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"7\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.7.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.7.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.7.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.7.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.7.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.7.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.7.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">07.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.7.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.7.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"8\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.8.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.8.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.8.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.8.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.8.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.8.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.8.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">08.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.8.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.8.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"9\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.9.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.9.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.9.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.9.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.9.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.9.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.9.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">09.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.9.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.9.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"10\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.10.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.10.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.10.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.10.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.10.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.10.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.10.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">10.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.10.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.10.Title))</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Games Random -->\n\t\t<control type=\"fixedlist\" id=\"9001\">\n\t\t\t<include>Home.Random.Layout</include>\n\t\t\t<visible>ControlGroup(1).HasFocus(100)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"1\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.1.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.1.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.1.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.1.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.1.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.1.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.1.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.1.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.1.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"2\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.2.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.2.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.2.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.2.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.2.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.2.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.2.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.2.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.2.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"3\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.3.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.3.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.3.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.3.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.3.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.3.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.3.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.3.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.3.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"4\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.4.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.4.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.4.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.4.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.4.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.4.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.4.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.4.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.4.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"5\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.5.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.5.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.5.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.5.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.5.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.5.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.5.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.5.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.5.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"6\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.6.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.6.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.6.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.6.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.6.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.6.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.6.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.6.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.6.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"7\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.7.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.7.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.7.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.7.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.7.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.7.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.7.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.7.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.7.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"8\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.8.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.8.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.8.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.8.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.8.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.8.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.8.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.8.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.8.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"9\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.9.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.9.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.9.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.9.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.9.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.9.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.9.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.9.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.9.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"10\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.10.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.10.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.10.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.10.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.10.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.10.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.10.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.10.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.10.Title))</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Brews last played-->\n\t\t<control type=\"list\" id=\"9000\">\n\t\t\t<include>Home.LastPlayed.Layout</include>\n\t\t\t<visible>ControlGroup(1).HasFocus(101)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"1\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.1.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.1.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.1.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.1.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.1.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.1.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.1.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">01.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.1.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.1.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"2\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.2.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.2.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.2.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.2.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.2.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.2.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.2.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">02.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.2.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.2.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"3\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.3.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.3.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.3.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.3.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.3.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.3.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.3.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">03.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.3.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.3.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"4\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.4.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.4.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.4.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.4.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.4.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.4.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.4.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">04.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.4.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.4.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"5\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.5.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.5.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.5.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.5.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.5.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.5.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.5.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">05.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.5.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.5.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"6\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.6.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.6.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.6.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.6.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.6.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.6.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.6.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">06.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.6.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.6.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"7\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.7.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.7.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.7.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.7.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.7.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.7.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.7.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">07.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.7.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.7.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"8\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.8.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.8.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.8.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.8.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.8.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.8.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.8.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">08.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.8.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.8.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"9\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.9.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.9.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.9.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.9.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.9.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.9.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.9.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">09.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.9.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.9.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"10\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.10.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.10.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.10.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.10.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.10.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.10.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.10.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">10.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.10.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.10.Title))</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Brews Random -->\n\t\t<control type=\"fixedlist\" id=\"9001\">\n\t\t\t<include>Home.Random.Layout</include>\n\t\t\t<visible>ControlGroup(1).HasFocus(101)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"1\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.1.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.1.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.1.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.1.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.1.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.1.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.1.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.1.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.1.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"2\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.2.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.2.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.2.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.2.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.2.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.2.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.2.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.2.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.2.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"3\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.3.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.3.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.3.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.3.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.3.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.3.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.3.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.3.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.3.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"4\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.4.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.4.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.4.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.4.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.4.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.4.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.4.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.4.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.4.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"5\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.5.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.5.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.5.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.5.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.5.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.5.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.5.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.5.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.5.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"6\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.6.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.6.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.6.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.6.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.6.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.6.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.6.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.6.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.6.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"7\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.7.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.7.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.7.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.7.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.7.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.7.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.7.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.7.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.7.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"8\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.8.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.8.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.8.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.8.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.8.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.8.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.8.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.8.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.8.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"9\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.9.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.9.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.9.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.9.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.9.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.9.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.9.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.9.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.9.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"10\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.10.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.10.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.10.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.10.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.10.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.10.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.10.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.10.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.10.Title))</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Emus last played-->\n\t\t<control type=\"list\" id=\"9000\">\n\t\t\t<include>Home.LastPlayed.Layout</include>\n\t\t\t<visible>ControlGroup(1).HasFocus(102)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"1\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.1.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.1.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.1.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.1.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.1.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.1.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.1.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">01.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.1.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.1.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"2\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.2.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.2.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.2.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.2.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.2.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.2.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.2.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">02.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.2.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.2.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"3\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.3.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.3.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.3.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.3.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.3.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.3.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.3.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">03.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.3.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.3.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"4\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.4.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.4.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.4.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.4.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.4.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.4.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.4.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">04.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.4.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.4.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"5\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.5.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.5.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.5.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.5.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.5.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.5.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.5.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">05.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.5.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.5.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"6\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.6.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.6.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.6.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.6.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.6.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.6.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.6.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">06.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.6.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.6.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"7\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.7.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.7.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.7.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.7.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.7.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.7.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.7.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">07.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.7.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.7.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"8\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.8.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.8.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.8.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.8.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.8.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.8.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.8.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">08.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.8.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.8.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"9\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.9.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.9.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.9.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.9.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.9.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.9.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.9.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">09.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.9.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.9.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"10\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.10.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.10.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.10.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.10.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.10.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.10.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.10.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">10.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.10.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.10.Title))</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Emus Random -->\n\t\t<control type=\"fixedlist\" id=\"9001\">\n\t\t\t<include>Home.Random.Layout</include>\n\t\t\t<visible>ControlGroup(1).HasFocus(102)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"1\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.1.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.1.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.1.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.1.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.1.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.1.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.1.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.1.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.1.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"2\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.2.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.2.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.2.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.2.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.2.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.2.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.2.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.2.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.2.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"3\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.3.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.3.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.3.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.3.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.3.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.3.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.3.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.3.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.3.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"4\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.4.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.4.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.4.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.4.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.4.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.4.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.4.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.4.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.4.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"5\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.5.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.5.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.5.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.5.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.5.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.5.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.5.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.5.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.5.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"6\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.6.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.6.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.6.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.6.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.6.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.6.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.6.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.6.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.6.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"7\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.7.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.7.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.7.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.7.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.7.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.7.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.7.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.7.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.7.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"8\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.8.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.8.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.8.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.8.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.8.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.8.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.8.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.8.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.8.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"9\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.9.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.9.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.9.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.9.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.9.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.9.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.9.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.9.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.9.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"10\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.10.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.10.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.10.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.10.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.10.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.10.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.10.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.10.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.10.Title))</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Apps last played-->\n\t\t<control type=\"list\" id=\"9000\">\n\t\t\t<include>Home.LastPlayed.Layout</include>\n\t\t\t<visible>ControlGroup(1).HasFocus(103)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"1\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.1.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.1.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.1.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.1.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.1.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.1.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.1.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">01.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.1.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.1.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"2\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.2.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.2.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.2.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.2.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.2.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.2.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.2.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">02.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.2.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.2.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"3\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.3.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.3.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.3.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.3.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.3.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.3.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.3.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">03.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.3.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.3.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"4\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.4.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.4.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.4.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.4.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.4.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.4.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.4.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">04.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.4.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.4.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"5\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.5.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.5.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.5.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.5.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.5.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.5.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.5.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">05.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.5.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.5.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"6\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.6.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.6.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.6.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.6.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.6.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.6.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.6.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">06.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.6.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.6.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"7\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.7.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.7.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.7.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.7.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.7.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.7.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.7.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">07.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.7.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.7.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"8\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.8.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.8.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.8.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.8.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.8.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.8.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.8.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">08.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.8.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.8.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"9\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.9.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.9.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.9.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.9.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.9.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.9.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.9.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">09.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.9.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.9.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"10\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.10.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.10.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.10.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.10.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.10.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.10.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.10.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">10.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.10.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.10.Title))</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Apps Random -->\n\t\t<control type=\"fixedlist\" id=\"9001\">\n\t\t\t<include>Home.Random.Layout</include>\n\t\t\t<visible>ControlGroup(1).HasFocus(103)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"1\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.1.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.1.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.1.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.1.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.1.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.1.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.1.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.1.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.1.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"2\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.2.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.2.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.2.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.2.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.2.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.2.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.2.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.2.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.2.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"3\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.3.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.3.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.3.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.3.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.3.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.3.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.3.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.3.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.3.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"4\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.4.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.4.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.4.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.4.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.4.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.4.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.4.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.4.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.4.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"5\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.5.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.5.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.5.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.5.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.5.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.5.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.5.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.5.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.5.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"6\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.6.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.6.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.6.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.6.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.6.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.6.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.6.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.6.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.6.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"7\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.7.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.7.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.7.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.7.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.7.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.7.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.7.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.7.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.7.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"8\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.8.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.8.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.8.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.8.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.8.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.8.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.8.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.8.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.8.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"9\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.9.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.9.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.9.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.9.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.9.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.9.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.9.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.9.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.9.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"10\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.10.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.10.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.10.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.10.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.10.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.10.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.10.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.10.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.10.Title))</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Custom1 last played-->\n\t\t<control type=\"list\" id=\"9000\">\n\t\t\t<include>Home.LastPlayed.Layout</include>\n\t\t\t<visible>ControlGroup(1).HasFocus(104)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"1\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.1.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.1.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.1.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.1.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.1.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.1.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.1.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">01.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.1.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.1.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"2\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.2.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.2.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.2.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.2.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.2.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.2.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.2.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">02.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.2.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.2.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"3\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.3.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.3.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.3.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.3.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.3.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.3.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.3.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">03.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.3.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.3.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"4\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.4.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.4.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.4.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.4.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.4.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.4.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.4.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">04.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.4.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.4.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"5\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.5.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.5.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.5.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.5.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.5.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.5.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.5.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">05.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.5.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.5.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"6\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.6.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.6.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.6.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.6.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.6.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.6.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.6.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">06.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.6.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.6.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"7\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.7.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.7.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.7.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.7.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.7.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.7.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.7.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">07.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.7.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.7.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"8\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.8.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.8.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.8.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.8.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.8.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.8.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.8.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">08.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.8.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.8.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"9\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.9.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.9.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.9.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.9.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.9.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.9.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.9.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">09.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.9.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.9.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"10\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.10.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.10.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.10.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.10.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.10.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.10.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.10.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">10.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.10.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.10.Title))</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Custom1 Random -->\n\t\t<control type=\"fixedlist\" id=\"9001\">\n\t\t\t<include>Home.Random.Layout</include>\n\t\t\t<visible>ControlGroup(1).HasFocus(104)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"1\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.1.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.1.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.1.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.1.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.1.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.1.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.1.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.1.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.1.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"2\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.2.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.2.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.2.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.2.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.2.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.2.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.2.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.2.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.2.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"3\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.3.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.3.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.3.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.3.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.3.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.3.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.3.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.3.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.3.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"4\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.4.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.4.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.4.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.4.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.4.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.4.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.4.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.4.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.4.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"5\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.5.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.5.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.5.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.5.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.5.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.5.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.5.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.5.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.5.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"6\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.6.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.6.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.6.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.6.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.6.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.6.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.6.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.6.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.6.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"7\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.7.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.7.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.7.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.7.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.7.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.7.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.7.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.7.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.7.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"8\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.8.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.8.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.8.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.8.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.8.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.8.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.8.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.8.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.8.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"9\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.9.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.9.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.9.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.9.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.9.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.9.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.9.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.9.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.9.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"10\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.10.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.10.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.10.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.10.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.10.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.10.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.10.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.10.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.10.Title))</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Custom2 last played-->\n\t\t<control type=\"list\" id=\"9000\">\n\t\t\t<include>Home.LastPlayed.Layout</include>\n\t\t\t<visible>ControlGroup(1).HasFocus(105)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"1\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.1.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.1.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.1.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.1.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.1.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.1.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.1.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">01.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.1.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.1.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"2\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.2.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.2.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.2.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.2.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.2.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.2.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.2.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">02.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.2.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.2.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"3\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.3.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.3.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.3.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.3.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.3.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.3.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.3.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">03.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.3.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.3.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"4\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.4.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.4.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.4.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.4.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.4.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.4.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.4.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">04.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.4.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.4.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"5\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.5.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.5.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.5.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.5.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.5.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.5.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.5.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">05.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.5.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.5.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"6\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.6.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.6.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.6.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.6.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.6.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.6.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.6.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">06.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.6.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.6.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"7\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.7.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.7.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.7.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.7.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.7.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.7.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.7.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">07.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.7.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.7.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"8\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.8.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.8.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.8.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.8.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.8.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.8.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.8.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">08.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.8.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.8.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"9\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.9.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.9.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.9.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.9.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.9.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.9.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.9.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">09.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.9.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.9.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"10\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.10.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.10.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.10.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.10.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.10.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.10.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.10.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">10.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.10.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.10.Title))</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Custom2 Random -->\n\t\t<control type=\"fixedlist\" id=\"9001\">\n\t\t\t<include>Home.Random.Layout</include>\n\t\t\t<visible>ControlGroup(1).HasFocus(105)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"1\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.1.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.1.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.1.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.1.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.1.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.1.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.1.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.1.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.1.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"2\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.2.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.2.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.2.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.2.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.2.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.2.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.2.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.2.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.2.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"3\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.3.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.3.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.3.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.3.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.3.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.3.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.3.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.3.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.3.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"4\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.4.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.4.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.4.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.4.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.4.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.4.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.4.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.4.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.4.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"5\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.5.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.5.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.5.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.5.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.5.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.5.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.5.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.5.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.5.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"6\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.6.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.6.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.6.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.6.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.6.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.6.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.6.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.6.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.6.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"7\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.7.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.7.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.7.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.7.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.7.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.7.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.7.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.7.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.7.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"8\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.8.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.8.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.8.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.8.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.8.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.8.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.8.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.8.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.8.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"9\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.9.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.9.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.9.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.9.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.9.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.9.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.9.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.9.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.9.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"10\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.10.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.10.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.10.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.10.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.10.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.10.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.10.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.10.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.10.Title))</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Custom3 last played-->\n\t\t<control type=\"list\" id=\"9000\">\n\t\t\t<include>Home.LastPlayed.Layout</include>\n\t\t\t<visible>ControlGroup(1).HasFocus(106)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"1\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.1.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.1.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.1.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.1.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.1.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.1.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.1.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">01.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.1.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.1.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"2\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.2.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.2.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.2.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.2.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.2.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.2.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.2.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">02.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.2.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.2.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"3\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.3.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.3.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.3.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.3.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.3.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.3.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.3.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">03.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.3.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.3.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"4\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.4.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.4.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.4.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.4.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.4.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.4.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.4.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">04.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.4.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.4.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"5\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.5.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.5.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.5.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.5.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.5.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.5.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.5.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">05.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.5.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.5.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"6\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.6.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.6.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.6.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.6.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.6.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.6.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.6.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">06.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.6.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.6.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"7\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.7.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.7.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.7.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.7.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.7.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.7.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.7.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">07.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.7.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.7.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"8\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.8.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.8.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.8.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.8.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.8.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.8.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.8.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">08.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.8.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.8.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"9\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.9.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.9.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.9.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.9.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.9.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.9.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.9.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">09.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.9.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.9.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"10\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.10.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.10.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.10.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.10.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.10.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.10.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.10.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">10.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.10.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.10.Title))</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Custom3 Random -->\n\t\t<control type=\"fixedlist\" id=\"9001\">\n\t\t\t<include>Home.Random.Layout</include>\n\t\t\t<visible>ControlGroup(1).HasFocus(106)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"1\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.1.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.1.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.1.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.1.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.1.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.1.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.1.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.1.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.1.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"2\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.2.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.2.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.2.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.2.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.2.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.2.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.2.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.2.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.2.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"3\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.3.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.3.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.3.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.3.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.3.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.3.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.3.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.3.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.3.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"4\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.4.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.4.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.4.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.4.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.4.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.4.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.4.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.4.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.4.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"5\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.5.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.5.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.5.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.5.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.5.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.5.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.5.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.5.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.5.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"6\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.6.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.6.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.6.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.6.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.6.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.6.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.6.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.6.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.6.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"7\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.7.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.7.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.7.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.7.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.7.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.7.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.7.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.7.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.7.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"8\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.8.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.8.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.8.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.8.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.8.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.8.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.8.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.8.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.8.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"9\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.9.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.9.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.9.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.9.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.9.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.9.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.9.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.9.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.9.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"10\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.10.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.10.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.10.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.10.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.10.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.10.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.10.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.10.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.10.Title))</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Custom4 last played-->\n\t\t<control type=\"list\" id=\"9000\">\n\t\t\t<include>Home.LastPlayed.Layout</include>\n\t\t\t<visible>ControlGroup(1).HasFocus(107)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"1\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.1.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.1.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.1.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.1.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.1.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.1.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.1.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">01.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.1.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.1.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"2\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.2.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.2.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.2.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.2.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.2.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.2.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.2.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">02.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.2.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.2.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"3\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.3.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.3.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.3.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.3.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.3.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.3.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.3.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">03.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.3.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.3.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"4\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.4.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.4.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.4.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.4.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.4.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.4.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.4.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">04.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.4.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.4.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"5\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.5.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.5.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.5.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.5.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.5.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.5.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.5.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">05.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.5.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.5.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"6\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.6.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.6.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.6.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.6.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.6.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.6.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.6.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">06.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.6.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.6.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"7\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.7.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.7.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.7.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.7.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.7.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.7.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.7.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">07.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.7.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.7.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"8\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.8.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.8.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.8.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.8.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.8.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.8.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.8.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">08.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.8.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.8.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"9\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.9.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.9.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.9.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.9.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.9.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.9.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.9.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">09.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.9.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.9.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"10\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.10.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.10.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.10.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.10.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.10.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.10.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.10.LargePoster)]</property>\n\t\t\t\t\t<property name=\"Guide\">10.png</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.10.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.10.Title))</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Custom4 Random -->\n\t\t<control type=\"fixedlist\" id=\"9001\">\n\t\t\t<include>Home.Random.Layout</include>\n\t\t\t<visible>ControlGroup(1).HasFocus(107)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"1\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.1.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.1.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.1.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.1.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.1.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.1.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.1.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.1.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.1.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"2\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.2.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.2.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.2.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.2.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.2.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.2.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.2.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.2.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.2.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"3\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.3.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.3.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.3.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.3.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.3.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.3.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.3.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.3.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.3.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"4\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.4.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.4.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.4.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.4.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.4.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.4.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.4.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.4.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.4.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"5\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.5.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.5.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.5.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.5.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.5.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.5.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.5.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.5.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.5.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"6\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.6.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.6.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.6.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.6.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.6.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.6.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.6.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.6.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.6.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"7\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.7.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.7.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.7.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.7.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.7.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.7.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.7.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.7.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.7.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"8\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.8.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.8.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.8.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.8.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.8.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.8.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.8.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.8.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.8.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"9\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.9.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.9.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.9.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.9.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.9.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.9.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.9.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.9.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.9.Title))</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"10\">\n\t\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.10.Poster)]</icon>\n\t\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.10.Title)]</label>\n\t\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.10.Synopsis)]</label2>\n\t\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.10.Fanart)]</thumb>\n\t\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.10.FanartThumb)]</property>\n\t\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.10.PosterThumb)]</property>\n\t\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.10.LargePoster)]</property>\n\t\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.10.XBEPath)]</onclick>\n\t\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.10.Title))</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t</include>\n\t<!-- Context_Buttons.xml -->\n\t<include name=\"Context_Buttons\">\n\t\t<control type=\"group\">\n\t\t\t<visible>[Window.IsActive(0) + !System.IdleTime(8) | !ControlGroup(1).HasFocus(110)] + !Skin.HasSetting(HideContextBar) + !Window.IsActive(1112) + !Window.IsActive(129) + !Window.IsActive(134)</visible>\n\t\t\t<animation effect=\"slide\" start=\"0,30\" end=\"0,0\" time=\"100\" delay=\"100\" condition=\"Window.Next(4) | Window.Previous(4) | Window.Previous(35) | Window.Previous(2006)\">WindowOpen</animation>\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,30\" time=\"100\" condition=\"Window.Next(4) | Window.Previous(4) | Window.Next(2006)\">WindowClosed</animation>\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,30\" time=\"100\">Hidden</animation>\n\t\t\t<animation effect=\"slide\" start=\"0,30\" end=\"0,0\" time=\"100\" delay=\"100\">Visible</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<bottom>0</bottom>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.underlay\">pad_buttons\\underlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>10</left>\n\t\t\t\t<bottom>0</bottom>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.a_button\">pad_buttons\\a_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31106]</label>\n\t\t\t\t\t<visible>!Window.IsActive(Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31106]</label>\n\t\t\t\t\t<visible>Window.IsActive(Home) + ControlGroup(1).HasFocus</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31126]</label>\n\t\t\t\t\t<visible>Window.IsActive(Home) + !ControlGroup(1).HasFocus</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.b_button\">pad_buttons\\b_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>StringCompare(Skin.String(HomeWindowSource),Home) | !IsEmpty(Container.FolderName)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t\t<visible>!ControlGroup(1).HasFocus + StringCompare(Skin.String(HomeWindowSource),Home) | !IsEmpty(Container.FolderName)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31564]</label>\n\t\t\t\t\t<visible>Window.IsActive(Home) + ControlGroup(1).HasFocus</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- X Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.x_button\">pad_buttons\\x_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>!Window.IsActive(Home) | [Window.IsActive(Home) + Player.HasMedia]</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31109]</label>\n\t\t\t\t\t<visible>Player.HasMedia</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>590</label>\n\t\t\t\t\t<visible>!Player.HasMedia + !Window.IsActive(Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Y Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.y_button\">pad_buttons\\y_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>!Window.IsActive(Home) + Skin.HasSetting(kioskmode)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.y_button\">pad_buttons\\y_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>!Window.IsActive(Home) + System.GetBool(mygames.gamesaltsynpsisbutton) + SubString(ListItem.FolderPath,.xbe,right) + !Skin.HasSetting(kioskmode)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31110]</label>\n\t\t\t\t\t<visible>!Window.IsActive(Home) + System.GetBool(mygames.gamesaltsynpsisbutton) + SubString(ListItem.FolderPath,.xbe,right)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31125]</label>\n\t\t\t\t\t<visible>!Window.IsActive(Home) + System.GetBool(mygames.gamesaltsynpsisbutton) + !SubString(ListItem.FolderPath,.xbe,right) + Skin.HasSetting(kioskmode)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31125]</label>\n\t\t\t\t\t<visible>!Window.IsActive(Home) + !System.GetBool(mygames.gamesaltsynpsisbutton) + Skin.HasSetting(kioskmode)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- White Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.white_button\">pad_buttons\\white_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>!Window.IsActive(Home) + Skin.HasSetting(kioskmode)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31113]</label>\n\t\t\t\t\t<visible>!Window.IsActive(Home) + Skin.HasSetting(kioskmode)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.white_button\">pad_buttons\\white_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>!Window.IsActive(Home) + !Skin.HasSetting(kioskmode) + SubString(ListItem.FolderPath,.xbe,right)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31113]</label>\n\t\t\t\t\t<visible>!Window.IsActive(Home) + !Skin.HasSetting(kioskmode) + SubString(ListItem.FolderPath,.xbe,right)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Black Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.black_button\">pad_buttons\\black_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31114]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- Back Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.back_button\">pad_buttons\\back_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>!Window.IsActive(134) + !Window.IsActive(1115)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31119]</label>\n\t\t\t\t\t<visible>!Window.IsActive(134) + !Window.IsActive(1115) + !Window.IsActive(Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[184]</label>\n\t\t\t\t\t<visible>Window.IsActive(Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Start Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.start_button\">pad_buttons\\start_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>System.HasMediaDVD</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31120]</label>\n\t\t\t\t\t<visible>System.HasMediaDVD</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- DPad Buttons -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.dpad_up_button\">pad_buttons\\dpad_up_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>![Control.IsVisible(54) | Control.IsVisible(55) | Control.IsVisible(58) | Control.IsVisible(61) | Control.IsVisible(72)] + Skin.HasSetting(kioskmode) + !Window.IsActive(Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.dpad_left_button\">pad_buttons\\dpad_left_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>[Control.IsVisible(54) | Control.IsVisible(55) | Control.IsVisible(58) | Control.IsVisible(61) | Control.IsVisible(72)] + Skin.HasSetting(kioskmode) + !Window.IsActive(Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31121]</label>\n\t\t\t\t\t<visible>Skin.HasSetting(kioskmode) + !Window.IsActive(Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31122]</label>\n\t\t\t\t\t<visible>Window.IsActive(500) + Skin.HasSetting(kioskmode) + !Window.IsActive(Home)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.dpad_down_button\">pad_buttons\\dpad_down_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>Window.IsActive(Home) + ControlGroup(1).HasFocus + !ControlGroup(1).HasFocus(110)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31127]</label>\n\t\t\t\t\t<visible>Window.IsActive(Home) + ControlGroup(1).HasFocus + !ControlGroup(1).HasFocus(110)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- L Stick Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.l_stick_button\">pad_buttons\\l_stick_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>Skin.HasSetting(HideContextButtons)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31124]</label>\n\t\t\t\t\t<visible>Skin.HasSetting(HideContextButtons)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- R Stick Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.r_stick_button\">pad_buttons\\r_stick_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>System.HasLoginScreen + Skin.HasSetting(HideContextButtons)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31123]</label>\n\t\t\t\t\t<visible>System.HasLoginScreen + Skin.HasSetting(HideContextButtons)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/Includes_Custom_Views.xml",
    "content": "<includes>\n\t<include name=\"Custom Views\">\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/LoginScreen.xml",
    "content": "<window id=\"29\">\n\t<defaultcontrol>52</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<control type=\"image\">\n\t\t\t<description>background image</description>\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>1280</width>\n\t\t\t<height>720</height>\n\t\t\t<texture>dialogback.png</texture>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/MusicOSD.xml",
    "content": "<window type=\"dialog\" id=\"120\">\n\t<defaultcontrol>-</defaultcontrol>\n\t<onload condition=\"!Skin.HasSetting(HideMusicInfo)\">Skin.SetBool(HideMusicInfo)</onload>\n\t<onload condition=\"Skin.HasSetting(HideMusicInfo)\">Skin.Reset(HideMusicInfo)</onload>\n\t<onload>Dialog.Close(120,true)</onload>\n\t<controls>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/MusicOSDVisSettings.xml",
    "content": "<window id=\"121\">\n\t<defaultcontrol>2</defaultcontrol>\n\t<onload condition=\"!Skin.HasSetting(kioskmode)\">Dialog.Close(121,true)</onload>\n\t<include>Dialog.Effect</include>\n\t<controls>\n\t\t<control type=\"image\">\n\t\t\t<description>background image</description>\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>1280</width>\n\t\t\t<height>720</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture>visualistation_osd_back.png</texture>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<top>90</top>\n\t\t\t<control type=\"label\" id=\"2\">\n\t\t\t\t<description>heading label</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<font>mono_27</font>\n\t\t\t\t<textcolor>FFF5F5F5</textcolor>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\" id=\"5\">\n\t\t\t\t<description>control area</description>\n\t\t\t\t<left>110</left>\n\t\t\t\t<top>60</top>\n\t\t\t\t<width>1060</width>\n\t\t\t\t<height>440</height>\n\t\t\t\t<itemgap>5</itemgap>\n\t\t\t\t<pagecontrol>60</pagecontrol>\n\t\t\t\t<onleft>5</onleft>\n\t\t\t\t<onright>5</onright>\n\t\t\t\t<onup>5</onup>\n\t\t\t\t<ondown>5</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"7\">\n\t\t\t\t<description>Default Button</description>\n\t\t\t\t<height>35</height>\n\t\t\t\t<font>mono_16</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>FFFFFFFF</textcolor>\n\t\t\t\t<focusedcolor>FFFFFFFF</focusedcolor>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t</control>\n\t\t\t<control type=\"radiobutton\" id=\"8\">\n\t\t\t\t<description>Default RadioButton</description>\n\t\t\t\t<height>35</height>\n\t\t\t\t<font>mono_16</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>FFFFFFFF</textcolor>\n\t\t\t\t<focusedcolor>FFFFFFFF</focusedcolor>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t</control>\n\t\t\t<control type=\"spincontrolex\" id=\"9\">\n\t\t\t\t<description>Default spincontrolex</description>\n\t\t\t\t<height>35</height>\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\n\t\t\t\t<font>mono_16</font>\n\t\t\t\t<textcolor>FFFFFFFF</textcolor>\n\t\t\t\t<focusedcolor>FFFFFFFF</focusedcolor>\n\t\t\t\t<reverse>yes</reverse>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/MusicVisualisation.xml",
    "content": "<window id=\"2006\">\n\t<defaultcontrol>-</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<include>Dialog.Effect</include>\n\t<controls>\n\t\t<control type=\"visualisation\" id=\"2\">\n\t\t\t<description>visualisation</description>\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>1280</width>\n\t\t\t<height>720</height>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<visible>![Window.IsVisible(121) | Window.IsVisible(122)] + !Skin.HasSetting(HideMusicInfo) + !System.IdleTime(300)</visible>\n\t\t\t<animation effect=\"fade\" time=\"200\">Visible</animation>\n\t\t\t<animation effect=\"fade\" time=\"100\">Hidden</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<description>overlay</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>720</height>\n\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t<texture>visualistation_osd_back.png</texture>\n\t\t\t</control>\n\t\t\t<!-- Information -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<top>205</top>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>Title label</description>\n\t\t\t\t\t<left>410</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>140</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<label>$LOCALIZE[369]</label>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>80FFFFFF</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>Song Title label</description>\n\t\t\t\t\t<left>570</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>700</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<label fallback=\"Unknown\">$INFO[MusicPlayer.Title]</label>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>white</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>Artist label</description>\n\t\t\t\t\t<left>410</left>\n\t\t\t\t\t<top>65</top>\n\t\t\t\t\t<width>140</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<label>$LOCALIZE[557]</label>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>80FFFFFF</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>Song Artist label</description>\n\t\t\t\t\t<left>570</left>\n\t\t\t\t\t<top>65</top>\n\t\t\t\t\t<width>700</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<label fallback=\"Unknown\">$INFO[MusicPlayer.Artist]</label>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>white</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>Album label</description>\n\t\t\t\t\t<left>410</left>\n\t\t\t\t\t<top>95</top>\n\t\t\t\t\t<width>140</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<label>$LOCALIZE[558]</label>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>80FFFFFF</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>Song Album label</description>\n\t\t\t\t\t<left>570</left>\n\t\t\t\t\t<top>95</top>\n\t\t\t\t\t<width>700</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<label fallback=\"Unknown\">$INFO[MusicPlayer.Album]</label>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>white</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>Track label</description>\n\t\t\t\t\t<left>410</left>\n\t\t\t\t\t<top>125</top>\n\t\t\t\t\t<width>140</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<label>$LOCALIZE[554]</label>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>80FFFFFF</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>Track count label</description>\n\t\t\t\t\t<left>570</left>\n\t\t\t\t\t<top>125</top>\n\t\t\t\t\t<width>700</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<label>$INFO[musicplayer.Playlistposition]$INFO[musicplayer.Playlistlength, / ]</label>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t<textcolor>white</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>locked visualisation preset</description>\n\t\t\t\t\t<left>410</left>\n\t\t\t\t\t<top>155</top>\n\t\t\t\t\t<width>140</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<label>$LOCALIZE[13388]</label>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>80FFFFFF</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>locked visualisation preset</description>\n\t\t\t\t\t<left>570</left>\n\t\t\t\t\t<top>155</top>\n\t\t\t\t\t<width>700</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<label>$INFO[Visualisation.Preset]</label>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<visible>!Visualisation.Locked</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>locked visualisation preset</description>\n\t\t\t\t\t<left>570</left>\n\t\t\t\t\t<top>155</top>\n\t\t\t\t\t<width>700</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<label>$LOCALIZE[20166] - $INFO[Visualisation.Preset]</label>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>80FFFFFF</textcolor>\n\t\t\t\t\t<visible>Visualisation.Locked</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Next playing info -->\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>Next label</description>\n\t\t\t\t\t<left>570</left>\n\t\t\t\t\t<top>215</top>\n\t\t\t\t\t<width>300</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<label>$LOCALIZE[209]</label>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>80FFFFFF</textcolor>\n\t\t\t\t\t<visible>MusicPlayer.HasNext</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>Title label</description>\n\t\t\t\t\t<left>410</left>\n\t\t\t\t\t<top>245</top>\n\t\t\t\t\t<width>140</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<label>$LOCALIZE[369]</label>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>80FFFFFF</textcolor>\n\t\t\t\t\t<visible>MusicPlayer.HasNext</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<description>Next Song Title label</description>\n\t\t\t\t\t<left>570</left>\n\t\t\t\t\t<top>245</top>\n\t\t\t\t\t<width>700</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<label fallback=\"Unknown\">$INFO[MusicPlayer.offset(1).Title]</label>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t<textcolor>white</textcolor>\n\t\t\t\t\t<visible>MusicPlayer.HasNext</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Cover -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<description>cover image underlay image</description>\n\t\t\t\t\t<left>100</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>310</width>\n\t\t\t\t\t<height>310</height>\n\t\t\t\t\t<texture>visualistation_osd_back.png</texture>\n\t\t\t\t\t<aspectratio aligny=\"bottom\" align=\"center\">stretch</aspectratio>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<description>cover image</description>\n\t\t\t\t\t<left>105</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>300</width>\n\t\t\t\t\t<height>300</height>\n\t\t\t\t\t<info>MusicPlayer.cover</info>\n\t\t\t\t\t<aspectratio aligny=\"bottom\" align=\"center\">stretch</aspectratio>\n\t\t\t\t\t<fadetime>250</fadetime>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>100</left>\n\t\t\t\t\t<bottom>50</bottom>\n\t\t\t\t\t<width>1080</width>\n\t\t\t\t\t<label>$INFO[MusicPlayer.Time]$INFO[Player.Duration, / ]</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<font>home_40</font>\n\t\t\t\t\t<textcolor>white</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"progress\">\n\t\t\t\t\t<description>Progressbar</description>\n\t\t\t\t\t<left>100</left>\n\t\t\t\t\t<bottom>14</bottom>\n\t\t\t\t\t<width>1080</width>\n\t\t\t\t\t<height>6</height>\n\t\t\t\t\t<info>Player.Progress</info>\n\t\t\t\t\t<texturebg>new player\\progress_underlay.png</texturebg>\n\t\t\t\t\t<midtexture border=\"1,1,1,1\">new player\\progress_overlay.png</midtexture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- OSD controls -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>1000</left>\n\t\t\t\t<top>500</top>\n\t\t\t\t<width>180</width>\n\t\t\t\t<height>180</height>\n\t\t\t\t<texture>visualistation_osd.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<colordiffuse>1DFFFFFF</colordiffuse>\n\t\t\t\t<visible>!Player.Paused</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>1000</left>\n\t\t\t\t<top>500</top>\n\t\t\t\t<width>180</width>\n\t\t\t\t<height>180</height>\n\t\t\t\t<texture>visualistation_osd_alt.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<colordiffuse>1DFFFFFF</colordiffuse>\n\t\t\t\t<visible>Player.Paused</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<visible>![Window.IsVisible(121) | Window.IsVisible(122)] + Skin.HasSetting(HideMusicInfo) + !System.IdleTime(300)</visible>\n\t\t\t<animation effect=\"fade\" time=\"200\">Visible</animation>\n\t\t\t<animation effect=\"fade\" time=\"100\">Hidden</animation>\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,0\" time=\"0\" condition=\"Substring(Control.GetLabel(8000),bottom)\">conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-661\" time=\"0\" condition=\"Substring(Control.GetLabel(8000),top)\">conditional</animation>\n\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<bottom>30</bottom>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>24</height>\n\t\t\t\t\t<itemgap>5</itemgap>\n\t\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<!-- A Button -->\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>24</width>\n\t\t\t\t\t\t<height>24</height>\n\t\t\t\t\t\t<colordiffuse>30FFFFFF</colordiffuse>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture>visualistation_osd_a_button.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width min=\"40\" max=\"400\">auto</width>\n\t\t\t\t\t\t<height>24</height>\n\t\t\t\t\t\t<font>home_20</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>30FFFFFF</textcolor>\n\t\t\t\t\t\t<label>[UPPERCASE]$LOCALIZE[478][/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t<left>15</left>\n\t\t\t\t\t<bottom>5</bottom>\n\t\t\t\t\t<width>1260</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<description>Song Title label</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>auto</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<label fallback=\"Unknown\">$INFO[MusicPlayer.Title]</label>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<font>home_19</font>\n\t\t\t\t\t\t<textcolor>30FFFFFF</textcolor>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,0\" time=\"0\" condition=\"Substring(Control.GetLabel(8000),bottom)\">conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-628\" time=\"0\" condition=\"Substring(Control.GetLabel(8000),top)\">conditional</animation>\n\t\t\t\t<!-- OSD controls -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>1195</left>\n\t\t\t\t\t<top>633</top>\n\t\t\t\t\t<width>80</width>\n\t\t\t\t\t<height>80</height>\n\t\t\t\t\t<texture>visualistation_osd.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<colordiffuse>10FFFFFF</colordiffuse>\n\t\t\t\t\t<visible>!Player.Paused</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>1195</left>\n\t\t\t\t\t<top>633</top>\n\t\t\t\t\t<width>80</width>\n\t\t\t\t\t<height>80</height>\n\t\t\t\t\t<texture>visualistation_osd_alt.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<colordiffuse>10FFFFFF</colordiffuse>\n\t\t\t\t\t<visible>Player.Paused</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- this label is used so I can move elements about the screen as animations dont work :/ -->\n\t\t\t<control type=\"fadelabel\" id=\"8000\">\n\t\t\t\t<width>100</width>\n\t\t\t\t<label>bottom</label>\n\t\t\t\t<label>top</label>\n\t\t\t\t<scrollspeed>100</scrollspeed>\n\t\t\t\t<pauseatend>60000</pauseatend>\n\t\t\t\t<animation effect=\"fade\" start=\"0\" end=\"0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/MyGameSaves.xml",
    "content": "<window id=\"35\">\n\t<defaultcontrol always=\"true\">50</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<include>Global.Backgrounds</include>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>270</left>\n\t\t\t\t<top>130</top>\n\t\t\t\t<width>740</width>\n\t\t\t\t<height>460</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\select_browser\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>286</left>\n\t\t\t\t<top>146</top>\n\t\t\t\t<width>709</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\select_browser\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"1\">\n\t\t\t\t<description>Heading label</description>\n\t\t\t\t<left>313</left>\n\t\t\t\t<top>156</top>\n\t\t\t\t<width>731</width>\n\t\t\t\t<height>37</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[20315]</label>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>270</left>\n\t\t\t\t<top>520</top>\n\t\t\t\t<width>740</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t\t<visible>!StringCompare(Container(50).NumItems,0)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t\t<visible>!StringCompare(Container(50).NumItems,0)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- White Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.white_button\">pad_buttons\\dialogs\\white_button.png</texture>\n\t\t\t\t\t<visible>!StringCompare(Container(50).NumItems,0)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31113]</label>\n\t\t\t\t\t<visible>!StringCompare(Container(50).NumItems,0)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>825</left>\n\t\t\t\t<top>279</top>\n\t\t\t\t<width>159</width>\n\t\t\t\t<height>159</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture>$INFO[Container(50).ListItem.Icon]</texture>\n\t\t\t\t<visible>!StringCompare(Container(50).CurrentItem,0)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>825</left>\n\t\t\t\t<top>440</top>\n\t\t\t\t<width>159</width>\n\t\t\t\t<height>32</height>\n\t\t\t\t<font>size_16</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>top</aligny>\n\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t<label>[UPPERCASE]$LOCALIZE[146] $LOCALIZE[20334][CR]$LOCALIZE[560]: $INFO[ListItem.Label2][/UPPERCASE]</label>\n\t\t\t\t<visible>!StringCompare(Container(50).NumItems,0) + ListItem.IsFolder</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>825</left>\n\t\t\t\t<top>440</top>\n\t\t\t\t<width>159</width>\n\t\t\t\t<height>32</height>\n\t\t\t\t<font>size_16</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>top</aligny>\n\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t<label>[UPPERCASE]$LOCALIZE[146] $LOCALIZE[20331][CR]$LOCALIZE[560]: $INFO[ListItem.Label2][/UPPERCASE]</label>\n\t\t\t\t<visible>!StringCompare(Container(50).NumItems,0) + !ListItem.IsFolder</visible>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>StringCompare(Container(50).CurrentItem,0)</visible>\n\t\t\t\t<!-- No items found -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>300</left>\n\t\t\t\t\t<top>213</top>\n\t\t\t\t\t<width>515</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>310</left>\n\t\t\t\t\t<top>213</top>\n\t\t\t\t\t<width>495</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[504]</label>\n\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Content List -->\n\t\t\t<control type=\"list\" id=\"50\">\n\t\t\t\t<left>300</left>\n\t\t\t\t<top>213</top>\n\t\t\t\t<width>515</width>\n\t\t\t\t<height>294</height>\n\t\t\t\t<onup>50</onup>\n\t\t\t\t<ondown>50</ondown>\n\t\t\t\t<onleft>60</onleft>\n\t\t\t\t<pagecontrol>60</pagecontrol>\n\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t<itemlayout height=\"42\" width=\"515\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>515</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>495</width>\n\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"42\" width=\"515\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>515</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<width>495</width>\n\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t<selectedcolor>colour.dialog.button.nofocus</selectedcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"60\">\n\t\t\t\t<left>296</left>\n\t\t\t\t<top>213</top>\n\t\t\t\t<width>4</width>\n\t\t\t\t<height>293</height>\n\t\t\t\t<onright>50</onright>\n\t\t\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\n\t\t\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\n\t\t\t\t<textureslidernib>-</textureslidernib>\n\t\t\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t\t\t<showonepage>false</showonepage>\n\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"40\" end=\"100\" time=\"100\">Focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"40\" time=\"100\" condition=\"!Control.HasFocus(60)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>number of files in list text label</description>\n\t\t\t\t<right>295</right>\n\t\t\t\t<bottom>152</bottom>\n\t\t\t\t<width>200</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>false</scroll>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<label>$INFO[Container(50).CurrentItem]/$INFO[Container(50).NumItems]</label>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"75\" time=\"300\">Visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"75\" end=\"0\" time=\"0\">Hidden</animation>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/MyMusicPlaylist.xml",
    "content": "<window id=\"500\">\n\t<defaultcontrol always=\"true\">50</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<include>Global.Backgrounds</include>\n\t\t<control type=\"group\">\n\t\t\t<include>View.Visible.Effect</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>55</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>1170</width>\n\t\t\t\t<height>610</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.main\">windows\\settings_categories\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>80</left>\n\t\t\t\t<top>75</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>450</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.main.overlay\">windows\\settings_categories\\main_overlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>80</left>\n\t\t\t\t<top>75</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>76</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.header\">windows\\settings\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>80</left>\n\t\t\t\t<top>95</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>center</align>\n\t\t\t\t<textcolor>colour.general.label.header</textcolor>\n\t\t\t\t<label>$LOCALIZE[247]</label>\n\t\t\t\t<visible>Window.IsActive(20)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>80</left>\n\t\t\t\t<top>95</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>center</align>\n\t\t\t\t<textcolor>colour.general.label.header</textcolor>\n\t\t\t\t<label>$LOCALIZE[559]</label>\n\t\t\t\t<visible>Window.IsActive(500)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>80</left>\n\t\t\t\t<top>95</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>center</align>\n\t\t\t\t<textcolor>colour.general.label.header</textcolor>\n\t\t\t\t<label>$LOCALIZE[2]</label>\n\t\t\t\t<visible>Window.IsActive(501)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>80</left>\n\t\t\t\t<top>568</top>\n\t\t\t\t<width min=\"100\" max=\"1120\">auto</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"200\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"200\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- Y Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.y_button\">pad_buttons\\dialogs\\y_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>Window.IsVisible(500) | Window.IsVisible(501)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"200\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31111]</label>\n\t\t\t\t\t<visible>Window.IsVisible(501)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"200\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31112]</label>\n\t\t\t\t\t<visible>Window.IsVisible(500)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- White Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.white_button\">pad_buttons\\dialogs\\white_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"200\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31113]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- Black Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.black_button\">pad_buttons\\dialogs\\black_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>Window.IsVisible(500) | Window.IsVisible(501)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"200\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31117]</label>\n\t\t\t\t\t<visible>Window.IsVisible(500)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"200\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31118]</label>\n\t\t\t\t\t<visible>Window.IsVisible(501)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>80</left>\n\t\t\t\t<top>151</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>375</height>\n\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.Icon]</texture>\n\t\t\t</control>\n\t\t\t<!-- Content List -->\n\t\t\t<control type=\"list\" id=\"50\">\n\t\t\t\t<include>Common.View.Layout</include>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t<left>1190</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>4</width>\n\t\t\t\t<height>420</height>\n\t\t\t\t<include>Fake.ScrollBar.Vertical</include>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Common.Options.Menu.Back</include>\n\t\t\t<control type=\"group\" id=\"9000\">\n\t\t\t\t<control type=\"button\" id=\"2\">\n\t\t\t\t\t<description>View As button</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<include>Button.Common.Values</include>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t<onup>22</onup>\n\t\t\t\t\t<ondown>20</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"20\">\n\t\t\t\t\t<description>Shuffle button</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>45</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<include>Button.Common.Values</include>\n\t\t\t\t\t<label>191</label>\n\t\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t<onup>2</onup>\n\t\t\t\t\t<ondown>26</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"26\">\n\t\t\t\t\t<description>Repeat button</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>90</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<include>Button.Common.Values</include>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t<onup>20</onup>\n\t\t\t\t\t<ondown>21</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"21\">\n\t\t\t\t\t<description>Save button</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>135</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<label>190</label>\n\t\t\t\t\t<include>Button.Common.Values</include>\n\t\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t<onup>26</onup>\n\t\t\t\t\t<ondown>22</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"22\">\n\t\t\t\t\t<description>Clear button</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>180</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<label>192</label>\n\t\t\t\t\t<onclick>ReplaceWindow(music)</onclick>\n\t\t\t\t\t<include>Button.Common.Values</include>\n\t\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t<onup>21</onup>\n\t\t\t\t\t<ondown>2</ondown>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<include>ScrollOffsetLabel</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/MyMusicSongs.xml",
    "content": "<window id=\"502\">\n\t<defaultcontrol always=\"true\">50</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<views>50</views>\n\t<controls>\n\t\t<include>Global.Backgrounds</include>\n\t\t<control type=\"group\">\n\t\t\t<include>View.Visible.Effect</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>55</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>1170</width>\n\t\t\t\t<height>610</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.main\">windows\\settings_categories\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>80</left>\n\t\t\t\t<top>75</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>450</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.main.overlay\">windows\\settings_categories\\main_overlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>80</left>\n\t\t\t\t<top>75</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>76</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.header\">windows\\settings\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>80</left>\n\t\t\t\t<top>95</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>center</align>\n\t\t\t\t<textcolor>colour.general.label.header</textcolor>\n\t\t\t\t<label>$LOCALIZE[247]</label>\n\t\t\t\t<visible>Window.IsActive(20)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>80</left>\n\t\t\t\t<top>95</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>center</align>\n\t\t\t\t<textcolor>colour.general.label.header</textcolor>\n\t\t\t\t<label>$LOCALIZE[559]</label>\n\t\t\t\t<visible>Window.IsActive(500)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>80</left>\n\t\t\t\t<top>95</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>center</align>\n\t\t\t\t<textcolor>colour.general.label.header</textcolor>\n\t\t\t\t<label>$LOCALIZE[2]</label>\n\t\t\t\t<visible>Window.IsActive(501)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>80</left>\n\t\t\t\t<top>568</top>\n\t\t\t\t<width min=\"100\" max=\"1120\">auto</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"200\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"200\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- Y Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.y_button\">pad_buttons\\dialogs\\y_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>Window.IsVisible(500) | Window.IsVisible(501)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"200\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31111]</label>\n\t\t\t\t\t<visible>Window.IsVisible(501)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"200\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31112]</label>\n\t\t\t\t\t<visible>Window.IsVisible(500)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- White Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.white_button\">pad_buttons\\dialogs\\white_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"200\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31113]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- Black Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.black_button\">pad_buttons\\dialogs\\black_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>Window.IsVisible(500) | Window.IsVisible(501)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"200\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31117]</label>\n\t\t\t\t\t<visible>Window.IsVisible(500)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"200\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31118]</label>\n\t\t\t\t\t<visible>Window.IsVisible(501)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>80</left>\n\t\t\t\t<top>151</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>375</height>\n\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.Icon]</texture>\n\t\t\t</control>\n\t\t\t<!-- Content List -->\n\t\t\t<control type=\"list\" id=\"50\">\n\t\t\t\t<include>Common.View.Layout</include>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t<left>1190</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>4</width>\n\t\t\t\t<height>420</height>\n\t\t\t\t<include>Fake.ScrollBar.Vertical</include>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Common.Options.Menu.Back</include>\n\t\t\t<control type=\"group\" id=\"9000\">\n\t\t\t\t<control type=\"button\" id=\"2\">\n\t\t\t\t\t<description>View As button</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<include>Button.Common.Values</include>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t<onup>16</onup>\n\t\t\t\t\t<ondown>3</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"3\">\n\t\t\t\t\t<description>Sort by button</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>45</top>\n\t\t\t\t\t<width>270</width>\n\t\t\t\t\t<include>Button.Common.Values</include>\n\t\t\t\t\t<label>103</label>\n\t\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t\t<onright>4</onright>\n\t\t\t\t\t<onup>2</onup>\n\t\t\t\t\t<ondown>99</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<description>NoFocus Background for Sort Direction Toggle</description>\n\t\t\t\t\t<left>275</left>\n\t\t\t\t\t<top>47</top>\n\t\t\t\t\t<width>40</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<texture border=\"5\">button-focus2.png</texture>\n\t\t\t\t\t<visible>Control.HasFocus(4)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"togglebutton\" id=\"4\">\n\t\t\t\t\t<description>Sort asc</description>\n\t\t\t\t\t<left>285</left>\n\t\t\t\t\t<top>58</top>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<texturefocus>scroll-up.png</texturefocus>\n\t\t\t\t\t<texturenofocus>scroll-up.png</texturenofocus>\n\t\t\t\t\t<alttexturefocus>scroll-down.png</alttexturefocus>\n\t\t\t\t\t<alttexturenofocus>scroll-down.png</alttexturenofocus>\n\t\t\t\t\t<onleft>3</onleft>\n\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t<onup>2</onup>\n\t\t\t\t\t<ondown>99</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"99\">\n\t\t\t\t\t<description>Library button</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>90</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<label>$LOCALIZE[29800]</label>\n\t\t\t\t\t<onclick>ReplaceWindow(MusicFiles)</onclick>\n\t\t\t\t\t<selected>Window.IsVisible(MusicLibrary)</selected>\n\t\t\t\t\t<include>Button.Common.Values</include>\n\t\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t<onup>3</onup>\n\t\t\t\t\t<ondown>8</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"8\">\n\t\t\t\t\t<description>Search</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>135</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<include>Button.Common.Values</include>\n\t\t\t\t\t<label>137</label>\n\t\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t<onup>99</onup>\n\t\t\t\t\t<ondown>19</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"19\">\n\t\t\t\t\t<description>Filter</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>180</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<include>Button.Common.Values</include>\n\t\t\t\t\t<label>587</label>\n\t\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t<onup>8</onup>\n\t\t\t\t\t<ondown>16</ondown>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"16\">\n\t\t\t\t\t<description>PartyMode</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>225</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<include>Button.Common.Values</include>\n\t\t\t\t\t<label>589</label>\n\t\t\t\t\t<onleft>9001</onleft>\n\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t<onup>19</onup>\n\t\t\t\t\t<ondown>2</ondown>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<include>ScrollOffsetLabel</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/MyPrograms.xml",
    "content": "<window id=\"1\">\n\t<defaultcontrol always=\"true\">50</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<onload condition=\"Skin.HasSetting(run_random_script)\">RunScript(Special://scripts/XBMC4Gamers/Utilities/Random Select.py)</onload>\n\t<views>50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,74,75</views>\n\t<controls>\n\t\t<include condition=\"!Skin.HasSetting(kioskmode)\">Kiosk.Mode.Secret.Code</include>\n\t\t<include>Synopsis.Loader</include>\n\t\t<include>Global.Backgrounds</include>\n\t\t<control type=\"group\">\n\t\t\t<visible>!Window.IsActive(1101)</visible>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"100\" delay=\"400\">hidden</animation>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"0\" time=\"100\">visible</animation>\n\t\t\t<!-- Detailed_54_Text_List ID = 54 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(54) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart.FullScreen</include>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<include>1280x720</include>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\54\\black-back.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<!-- Fake list top -->\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>160</top>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t<label>$INFO[ListItem(-5).Label]</label>\n\t\t\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>185</top>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t<label>$INFO[ListItem(-4).Label]</label>\n\t\t\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>210</top>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t<label>$INFO[ListItem(-3).Label]</label>\n\t\t\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>235</top>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t<label>$INFO[ListItem(-2).Label]</label>\n\t\t\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>260</top>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t<label>$INFO[ListItem(-1).Label]</label>\n\t\t\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>287.5</top>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_28</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE][B]$INFO[ListItem.Label][/B][/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view54.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view54.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<!-- dummy label (spacer)  -->\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t\t\t\t<font>size_13</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view54.info.label</textcolor>\n\t\t\t\t\t\t\t<label/>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view54.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view54.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view54.info.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view54.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view54.info.icons\">synopsis icons\\medium_rating.png</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating) + !IsEmpty(ListItem.Synopsis_AltName)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view54.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Rating]  [/UPPERCASE]</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view54.info.icons\">synopsis icons\\medium_genre.png</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view54.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view54.info.icons\">synopsis icons\\medium_date.png</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view54.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Year][/UPPERCASE]</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>60</top>\n\t\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t\t<height>82</height>\n\t\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t\t<textcolor>colour.view54.info.synopsis</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t\t<align>justify</align>\n\t\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t\t\t\t\t<animation effect=\"fade\" end=\"95\" condition=\"true\">conditional</animation>\n\t\t\t\t\t\t<autoscroll delay=\"8000\" time=\"2000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<!-- Fake list bottom -->\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-75\" time=\"0\" condition=\"IsEmpty(ListItem.Synopsis_Overview)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-25\" time=\"0\" condition=\"ListItem.IsFolder\">Conditional</animation>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t<top>430</top>\n\t\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem(1).Label]</label>\n\t\t\t\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t<top>455</top>\n\t\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem(2).Label]</label>\n\t\t\t\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t<top>480</top>\n\t\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem(3).Label]</label>\n\t\t\t\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t<top>505</top>\n\t\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem(4).Label]</label>\n\t\t\t\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t<top>530</top>\n\t\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem(5).Label]</label>\n\t\t\t\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t<top>555</top>\n\t\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem(6).Label]</label>\n\t\t\t\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t\t\t\t<visible>IsEmpty(ListItem.Synopsis_Overview)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t<top>580</top>\n\t\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem(7).Label]</label>\n\t\t\t\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t\t\t\t<visible>IsEmpty(ListItem.Synopsis_Overview)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t<top>605</top>\n\t\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem(8).Label]</label>\n\t\t\t\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t\t\t\t<visible>IsEmpty(ListItem.Synopsis_Overview)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t<top>630</top>\n\t\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem(7).Label]</label>\n\t\t\t\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t\t\t\t<visible>IsEmpty(ListItem.Synopsis_Overview) + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"wraplist\" id=\"54\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>287.5</top>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>145</height>\n\t\t\t\t\t<onleft>9000</onleft>\n\t\t\t\t\t<onright>90</onright>\n\t\t\t\t\t<onup>54</onup>\n\t\t\t\t\t<ondown>54</ondown>\n\t\t\t\t\t<viewtype label=\"view54\">bigwrap</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>100</scrolltime>\n\t\t\t\t\t<focusposition>5</focusposition>\n\t\t\t\t\t<preloaditems>0</preloaditems>\n\t\t\t\t\t<itemlayout height=\"25\" width=\"1200\">\n\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"30\" width=\"1200\">\n\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<right>10</right>\n\t\t\t\t\t<top>160</top>\n\t\t\t\t\t<width>10</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<onleft>54</onleft>\n\t\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t\t<include>View.ScrollBar.Vertical</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Detailed_55_Banners_Panel ID = 55 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(55) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>55</left>\n\t\t\t\t\t<top>55</top>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>1170</width>\n\t\t\t\t\t\t<height>620</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\">views\\55\\underlay.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>580</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>10</width>\n\t\t\t\t\t\t<height>620</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" border=\"2,2,2,2\">views\\55\\scrollbar_bar_back.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- fanart -->\n\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t<left>595</left>\n\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t<width>570</width>\n\t\t\t\t\t\t<height>321</height>\n\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture fallback=\"no_fanart.jpg\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View55_Fanart]</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t<left>595</left>\n\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t<width>570</width>\n\t\t\t\t\t\t<height>321</height>\n\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture fallback=\"no_fanart.jpg\">$VAR[View_Fanart]</texture>\n\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- game info -->\n\t\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t\t<left>595</left>\n\t\t\t\t\t\t<top>325</top>\n\t\t\t\t\t\t<width>570</width>\n\t\t\t\t\t\t<height>35</height>\n\t\t\t\t\t\t<font>size_22</font>\n\t\t\t\t\t\t<textcolor>colour.view55.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t\t<left>595</left>\n\t\t\t\t\t\t<top>360</top>\n\t\t\t\t\t\t<width>570</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view55.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view55.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<!-- dummy label (spacer)  -->\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t\t\t\t<font>size_13</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view55.info.label</textcolor>\n\t\t\t\t\t\t\t<label/>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view55.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view55.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view55.info.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view55.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view55.info.icons\">synopsis icons\\medium_rating.png</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating) + !IsEmpty(ListItem.Synopsis_AltName)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view55.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Rating]  [/UPPERCASE]</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view55.info.icons\">synopsis icons\\medium_date.png</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view55.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Year][/UPPERCASE]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t\t<left>595</left>\n\t\t\t\t\t\t<top>390</top>\n\t\t\t\t\t\t<width>570</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view55.info.icons\">synopsis icons\\medium_genre.png</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view55.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t\t<left>595</left>\n\t\t\t\t\t\t<top>420</top>\n\t\t\t\t\t\t<width>570</width>\n\t\t\t\t\t\t<height>196</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>colour.view55.info.synopsis</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t\t\t\t<align>justify</align>\n\t\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t\t\t\t\t<autoscroll delay=\"8000\" time=\"5000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"list\" id=\"55\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t<width>570</width>\n\t\t\t\t\t\t<height>610</height>\n\t\t\t\t\t\t<onleft>9000</onleft>\n\t\t\t\t\t\t<onright>90</onright>\n\t\t\t\t\t\t<onup>55</onup>\n\t\t\t\t\t\t<ondown>55</ondown>\n\t\t\t\t\t\t<viewtype label=\"view55\">biglist</viewtype>\n\t\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t\t<itemlayout height=\"122\" width=\"570\">\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>10</top>\n\t\t\t\t\t\t\t\t<width>100</width>\n\t\t\t\t\t\t\t\t<height>100</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<bordersize>1</bordersize>\n\t\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t<left>120</left>\n\t\t\t\t\t\t\t\t<top>10</top>\n\t\t\t\t\t\t\t\t<width>420</width>\n\t\t\t\t\t\t\t\t<height>100</height>\n\t\t\t\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t\t\t\t<textcolor>colour.view55.info.label</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t\t\t\t<wrapmultiline>true</wrapmultiline>\n\t\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>570</width>\n\t\t\t\t\t\t\t\t<height>107</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_banner.png</texture>\n\t\t\t\t\t\t\t\t<bordersize>5</bordersize>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>570</width>\n\t\t\t\t\t\t\t\t<height>107</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\banner.png</texture>\n\t\t\t\t\t\t\t\t<bordersize>5</bordersize>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</itemlayout>\n\t\t\t\t\t\t<focusedlayout height=\"122\" width=\"570\">\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>10</top>\n\t\t\t\t\t\t\t\t<width>100</width>\n\t\t\t\t\t\t\t\t<height>100</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<bordersize>1</bordersize>\n\t\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t<left>120</left>\n\t\t\t\t\t\t\t\t<top>10</top>\n\t\t\t\t\t\t\t\t<width>420</width>\n\t\t\t\t\t\t\t\t<height>100</height>\n\t\t\t\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t\t\t\t<textcolor>colour.view55.info.label</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t\t\t\t<wrapmultiline>true</wrapmultiline>\n\t\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>570</width>\n\t\t\t\t\t\t\t\t<height>107</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_banner.png</texture>\n\t\t\t\t\t\t\t\t<bordersize>5</bordersize>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>570</width>\n\t\t\t\t\t\t\t\t<height>107</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\banner.png</texture>\n\t\t\t\t\t\t\t\t<bordersize>5</bordersize>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>570</width>\n\t\t\t\t\t\t\t\t<height>120</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" border=\"5\">views\\55\\poster-border.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t\t<left>580</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>8</width>\n\t\t\t\t\t\t<height>620</height>\n\t\t\t\t\t\t<onleft>55</onleft>\n\t\t\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t\t\t<texturesliderbackground>-</texturesliderbackground>\n\t\t\t\t\t\t<include>View.ScrollBar.Vertical</include>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Detailed_56_Synopsis_Posters_Carousel ID = 56 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(56) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart.FullScreen</include>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<include>1280x720</include>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<colordiffuse>FDFFFFFF</colordiffuse>\n\t\t\t\t\t<texture>views\\56\\black-back.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"fixedlist\" id=\"56\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>241</top>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>242</height>\n\t\t\t\t\t<onleft>56</onleft>\n\t\t\t\t\t<onright>56</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view56\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>3</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout height=\"241\" width=\"171.4\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View56_Thumbs]</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"241\" width=\"171.4\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-14.3,-21,200,283\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,171.4,241\" start=\"-14.3,-21,200,283\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-14.3,-21,200,283\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,171.4,241\" start=\"-14.3,-21,200,283\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-14.3,-21,200,283\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,171.4,241\" start=\"-14.3,-21,200,283\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View56_Thumbs]</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-14.3,-21,200,283\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,171.4,241\" start=\"-14.3,-21,200,283\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">views\\56\\poster-border.png</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-16.3,-23,204,287\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>20</top>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>135</height>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<textcolor>colour.view56.label</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>bottom</aligny>\n\t\t\t\t\t<label>[UPPERCASE][B]$INFO[ListItem.Label][/B][/UPPERCASE]</label>\n\t\t\t\t\t<autoscroll delay=\"8000\" time=\"171.40\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>170</top>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view56.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view56.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- dummy label (spacer)  -->\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t\t\t<font>size_13</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t\t\t\t<label/>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view56.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view56.info.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view56.info.icons\">synopsis icons\\medium_rating.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating) + !IsEmpty(ListItem.Synopsis_AltName)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Rating]  [/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view56.info.icons\">synopsis icons\\medium_genre.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view56.info.icons\">synopsis icons\\medium_date.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Year][/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>526</top>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>165</height>\n\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t<textcolor>colour.view56.label2</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t\t\t\t<autoscroll delay=\"8000\" time=\"5000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>56</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Detailed_57_Fanarts ID = 57 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(57) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t<include>1280x720</include>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<fadetime>300</fadetime>\n\t\t\t\t\t\t<texture>$INFO[ListItem.Synopsis_Resources]artwork\\$VAR[View57_Fanart]</texture>\n\t\t\t\t\t\t<include>Animated.Fanart.Effect</include>\n\t\t\t\t\t\t<visible>Skin.HasSetting(fanartenabled)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"multiimage\">\n\t\t\t\t\t\t<include>1280x720</include>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t<fadetime>1000</fadetime>\n\t\t\t\t\t\t<timeperimage>7000</timeperimage>\n\t\t\t\t\t\t<pauseatend>0</pauseatend>\n\t\t\t\t\t\t<randomize>true</randomize>\n\t\t\t\t\t\t<loop>true</loop>\n\t\t\t\t\t\t<imagepath>$INFO[ListItem.Synopsis_Resources]screenshots</imagepath>\n\t\t\t\t\t\t<visible>Skin.HasSetting(multiimagefanartview) + System.IdleTime(15)</visible>\n\t\t\t\t\t\t<include>Animated.Fanart.Effect</include>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"200\" delay=\"0\">VisibleChange</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t<include>Game.Views</include>\n\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-25\" time=\"100\" condition=\"!Skin.HasSetting(HideContextBar) + !Window.IsActive(1112)\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"true\" effect=\"slide\" start=\"0,0\" end=\"0,-140\" time=\"250\" delay=\"0\" condition=\"Control.HasFocus(57) + System.IdleTime(4) + !Control.HasFocus(90) + !Window.IsVisible(106)\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"true\" effect=\"slide\" start=\"0,0\" end=\"0,-35\" time=\"100\" delay=\"0\" condition=\"Control.HasFocus(90)\">Conditional</animation>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<animation reversible=\"true\" effect=\"slide\" start=\"0,0\" end=\"0,10\" time=\"250\" delay=\"0\" condition=\"Control.HasFocus(57) + System.IdleTime(4) + !Control.HasFocus(90) + !Window.IsVisible(106)\">Conditional</animation>\n\t\t\t\t\t\t\t<animation reversible=\"true\" effect=\"slide\" start=\"0,0\" end=\"0,10\" time=\"100\" delay=\"0\" condition=\"Control.HasFocus(90)\">Conditional</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-3</left>\n\t\t\t\t\t\t\t\t<bottom>-160</bottom>\n\t\t\t\t\t\t\t\t<width>1286</width>\n\t\t\t\t\t\t\t\t<height>500</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\57\\info_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>36</left>\n\t\t\t\t\t\t\t\t<bottom>67</bottom>\n\t\t\t\t\t\t\t\t<width>164</width>\n\t\t\t\t\t\t\t\t<height>218</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">views\\57\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>42</left>\n\t\t\t\t\t\t\t\t<bottom>80</bottom>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>200</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\57\\poster_diffuse.png\">$INFO[listitem.Thumb]</texture>\n\t\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>42</left>\n\t\t\t\t\t\t\t\t<bottom>80</bottom>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>200</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\57\\poster_diffuse.png\">$INFO[ListItem().Synopsis_Resources]artwork\\poster.jpg</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t\t<bottom>-33</bottom>\n\t\t\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t\t\t<height>100</height>\n\t\t\t\t\t\t\t<font>size_40</font>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view57.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Control.HasFocus(57) + System.IdleTime(4) + !Control.HasFocus(90) + !Window.IsVisible(106)</visible>\n\t\t\t\t\t\t\t<animation reversible=\"true\" effect=\"fade\" start=\"0\" end=\"100\" time=\"250\" delay=\"150\" condition=\"Control.HasFocus(57) + System.IdleTime(4)\">Conditional</animation>\n\t\t\t\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t\t\t<bottom>-15</bottom>\n\t\t\t\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view57.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view57.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<!-- dummy label (spacer)  -->\n\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t\t\t\t\t\t<font>size_13</font>\n\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t<textcolor>colour.view57.info.label</textcolor>\n\t\t\t\t\t\t\t\t\t<label/>\n\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view57.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t<textcolor>colour.view57.info.label</textcolor>\n\t\t\t\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view57.info.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_PlayerCount)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t<textcolor>colour.view57.info.label</textcolor>\n\t\t\t\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view57.info.icons\">synopsis icons\\medium_rating.png</texture>\n\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating) + !IsEmpty(ListItem.Synopsis_AltName)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t<textcolor>colour.view57.info.label</textcolor>\n\t\t\t\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Rating]  [/UPPERCASE]</label>\n\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view57.info.icons\">synopsis icons\\medium_genre.png</texture>\n\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t\t\t<width min=\"5\" max=\"800\">auto</width>\n\t\t\t\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t<textcolor>colour.view57.info.label</textcolor>\n\t\t\t\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view57.info.icons\">synopsis icons\\medium_date.png</texture>\n\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t<textcolor>colour.view57.info.label</textcolor>\n\t\t\t\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Year][/UPPERCASE]</label>\n\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t\t\t<bottom>-374</bottom>\n\t\t\t\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t\t\t\t<height>360</height>\n\t\t\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t\t\t<textcolor>colour.view57.info.synopsis</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<align>justify</align>\n\t\t\t\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t\t\t\t\t\t\t<autoscroll delay=\"8000\" time=\"2000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<include>Game.Views</include>\n\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-25\" time=\"100\" condition=\"!Skin.HasSetting(HideContextBar) + !Window.IsActive(1112)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"true\" effect=\"slide\" start=\"0,0\" end=\"0,-35\" time=\"100\" delay=\"0\" condition=\"Control.HasFocus(90)\">Conditional</animation>\n\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t<animation reversible=\"true\" effect=\"slide\" start=\"0,0\" end=\"0,10\" time=\"100\" delay=\"0\" condition=\"Control.HasFocus(90)\">Conditional</animation>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>-3</left>\n\t\t\t\t\t\t\t<bottom>-160</bottom>\n\t\t\t\t\t\t\t<width>1286</width>\n\t\t\t\t\t\t\t<height>500</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture>views\\57\\info_shadow.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>36</left>\n\t\t\t\t\t\t\t<bottom>67</bottom>\n\t\t\t\t\t\t\t<width>164</width>\n\t\t\t\t\t\t\t<height>218</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\">views\\57\\poster_shadow.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>42</left>\n\t\t\t\t\t\t\t<bottom>80</bottom>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>200</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\57\\poster_diffuse.png\">$INFO[listitem.Icon]</texture>\n\t\t\t\t\t\t\t<visible>IsEmpty(ListItem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t<bottom>-33</bottom>\n\t\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t\t<height>100</height>\n\t\t\t\t\t\t<font>size_40</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t\t<textcolor>colour.view57.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"list\" id=\"57\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>720</height>\n\t\t\t\t\t<onleft>57</onleft>\n\t\t\t\t\t<onright>57</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view57\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>2</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>0</preloaditems>\n\t\t\t\t\t<itemlayout height=\"290\" width=\"414\">\n\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"290\" width=\"414\">\n\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>57</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Detailed_61_Synopsis_List_FanartThumb ID = 61 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(61) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<include>1280x720</include>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t\t\t<colordiffuse>30FFFFFF</colordiffuse>\n\t\t\t\t\t<texture diffuse=\"views\\61\\fanart_diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\poster_small_blurred.jpg</texture>\n\t\t\t\t\t<visible>Skin.HasSetting(fanartenabled)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"list\" id=\"61\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>494</width>\n\t\t\t\t\t<height>520</height>\n\t\t\t\t\t<onleft>9000</onleft>\n\t\t\t\t\t<onright>90</onright>\n\t\t\t\t\t<onup>61</onup>\n\t\t\t\t\t<ondown>61</ondown>\n\t\t\t\t\t<viewtype label=\"view61\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout height=\"52\" width=\"494\">\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>70</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view61.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>$INFO[listitem.Synopsis_Year]</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>70</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view61.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label> - </label>\n\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>90</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>354</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<textcolor>colour.view61.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>449</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>40</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view61.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>$INFO[listitem.Synopsis_Rating]</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Rating)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>449</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>40</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view61.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label> - </label>\n\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Rating)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"52\" width=\"494\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>494</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view61.list.focus.diffuse\">views\\61\\listfo.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>70</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view61.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>$INFO[listitem.Synopsis_Year]</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>70</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view61.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label> - </label>\n\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>90</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>354</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<textcolor>colour.view61.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>449</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>40</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view61.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>$INFO[listitem.Synopsis_Rating]</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Rating)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>449</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>40</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view61.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label> - </label>\n\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Rating)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>561</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>177</width>\n\t\t\t\t\t<height>260</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\61\\diffuse_poster.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>561</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>177</width>\n\t\t\t\t\t<height>260</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\61\\diffuse_poster.png\">$INFO[ListItem.Icon]</texture>\n\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>561</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>177</width>\n\t\t\t\t\t<height>260</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\61\\diffuse_poster.png\">$INFO[ListItem.Icon]</texture>\n\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>561</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>177</width>\n\t\t\t\t\t<height>260</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\61\\diffuse_poster.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View61_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>765</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>462</width>\n\t\t\t\t\t<height>260</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\61\\diffuse_fanart.png\">no_screenshots.jpg</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>765</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>462</width>\n\t\t\t\t\t<height>260</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\61\\diffuse_fanart.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View61_Fanart]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t<left>562</left>\n\t\t\t\t\t<top>382</top>\n\t\t\t\t\t<width>666</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view61.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view61.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- dummy label (spacer)  -->\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t\t\t<font>size_13</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view61.info.label</textcolor>\n\t\t\t\t\t\t<label/>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view61.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view61.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view61.info.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view61.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view61.info.icons\">synopsis icons\\medium_genre.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view61.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre][/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<!-- Star ratings and ESRB rating -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>562</left>\n\t\t\t\t\t<top>428</top>\n\t\t\t\t\t<width>150</width>\n\t\t\t\t\t<height>21</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.view61.info.star.alt\">windows\\synopsis\\ratings\\10.png</texture>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>562</left>\n\t\t\t\t\t<top>428</top>\n\t\t\t\t\t<width>150</width>\n\t\t\t\t\t<height>21</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.view61.info.star\">windows\\synopsis\\ratings\\$INFO[listitem.Synopsis_Rating].png</texture>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>725</left>\n\t\t\t\t\t<top>428</top>\n\t\t\t\t\t<width>503</width>\n\t\t\t\t\t<height>21</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.view61.info.label</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t\t<label>[UPPERCASE]$INFO[listitem.Synopsis_ESRB_Descriptors][/UPPERCASE]</label>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_ESRB_Descriptors)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Synopsis -->\n\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t<left>562</left>\n\t\t\t\t\t<top>470</top>\n\t\t\t\t\t<width>666</width>\n\t\t\t\t\t<height>150</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<align>justify</align>\n\t\t\t\t\t<textcolor>colour.view61.info.synopsis</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t\t<autoscroll delay=\"10000\" time=\"1000\" repeat=\"10000\" condition=\"ControlGroup(9001).HasFocus(10)\">Conditional</autoscroll>\n\t\t\t\t\t<label>$INFO[listitem.Synopsis_Overview]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>90</onup>\n\t\t\t\t\t<left>545</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>7</width>\n\t\t\t\t\t<height>520</height>\n\t\t\t\t\t<onleft>61</onleft>\n\t\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t\t<include>View.ScrollBar.Vertical</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Detailed_69_LG_TV ID = 69 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(69) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart</include>\n\t\t\t\t<!-- <animation effect=\"slide\" start=\"0,0\" end=\"0,-20\" time=\"100\" condition=\"Control.HasFocus(90)\">Conditional</animation> -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>433</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>227</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" border=\"10,10,10,10\">views\\69\\lg_thumb_underlay.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"fixedlist\" id=\"69\">\n\t\t\t\t\t<animation effect=\"zoom\" reversable=\"true\" start=\"0\" end=\"80\" time=\"0\" condition=\"Control.IsVisible(69)\">Conditional</animation>\n\t\t\t\t\t<left>424</left>\n\t\t\t\t\t<top>563</top>\n\t\t\t\t\t<width>1186</width>\n\t\t\t\t\t<height>300</height>\n\t\t\t\t\t<onleft>69</onleft>\n\t\t\t\t\t<onright>69</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view69\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>210</scrolltime>\n\t\t\t\t\t<focusposition>1</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout height=\"300\" width=\"156\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>20</top>\n\t\t\t\t\t\t\t<width>144</width>\n\t\t\t\t\t\t\t<height>200</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>20</top>\n\t\t\t\t\t\t\t<width>144</width>\n\t\t\t\t\t\t\t<height>200</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>20</top>\n\t\t\t\t\t\t\t<width>144</width>\n\t\t\t\t\t\t\t<height>200</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>20</top>\n\t\t\t\t\t\t\t<width>144</width>\n\t\t\t\t\t\t\t<height>200</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View69_Thumbs]</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"300\" width=\"150\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>-16</left>\n\t\t\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t\t\t<width>172</width>\n\t\t\t\t\t\t\t<height>242</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">views\\69\\poster-border.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>-17</left>\n\t\t\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t\t\t<width>174</width>\n\t\t\t\t\t\t\t<height>242</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t<bordersize>4</bordersize>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>-17</left>\n\t\t\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t\t\t<width>174</width>\n\t\t\t\t\t\t\t<height>242</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t<bordersize>4</bordersize>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>-17</left>\n\t\t\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t\t\t<width>174</width>\n\t\t\t\t\t\t\t<height>242</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keeo</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t<bordersize>4</bordersize>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>-17</left>\n\t\t\t\t\t\t\t<top>-1</top>\n\t\t\t\t\t\t\t<width>174</width>\n\t\t\t\t\t\t\t<height>242</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View69_Thumbs]</texture>\n\t\t\t\t\t\t\t<bordersize>4</bordersize>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>720</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\69\\lg_blur_underlay.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t<left>15</left>\n\t\t\t\t\t<top>445</top>\n\t\t\t\t\t<width>385</width>\n\t\t\t\t\t<height>80</height>\n\t\t\t\t\t<font>size_30</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>bottom</aligny>\n\t\t\t\t\t<textcolor>colour.view69.label</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view69.shadow</shadowcolor>\n\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t<autoscroll delay=\"8000\" time=\"2000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t<left>15</left>\n\t\t\t\t\t<top>530</top>\n\t\t\t\t\t<width>380</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view69.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view69.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- dummy label (spacer)  -->\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t\t\t<font>size_13</font>\n\t\t\t\t\t\t<textcolor>colour.view69.info.label</textcolor>\n\t\t\t\t\t\t<label/>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view69.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view69.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view69.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view69.info.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view69.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view69.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t<left>15</left>\n\t\t\t\t\t<top>550</top>\n\t\t\t\t\t<width>380</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view69.info.icons\">synopsis icons\\medium_genre.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view69.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view69.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view69.info.icons\">synopsis icons\\medium_esrb.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_ESRB_Descriptors)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view69.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view69.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[listitem.Synopsis_ESRB_Descriptors][/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_ESRB_Descriptors)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t<left>15</left>\n\t\t\t\t\t<top>570</top>\n\t\t\t\t\t<width>380</width>\n\t\t\t\t\t<height>75</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<textcolor>colour.view69.info.synopsis</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view69.shadow</shadowcolor>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t\t\t\t<autoscroll delay=\"8000\" time=\"5000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>69</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Detailed_71_Large_Posters ID = 71 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(71) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<include>1280x720</include>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t\t\t<colordiffuse>30FFFFFF</colordiffuse>\n\t\t\t\t\t<texture diffuse=\"views\\71\\fanart_diffuse.png\">$INFO[ListItem.Synopsis_Resources]artwork\\poster_small_blurred.jpg</texture>\n\t\t\t\t\t<visible>Skin.HasSetting(fanartenabled)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<visible>!Skin.HasSetting(fanartposters)</visible>\n\t\t\t\t\t<!-- On Previous -->\n\t\t\t\t\t<control type=\"group\" id=\"7101\">\n\t\t\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t\t\t<animation effect=\"slide\" end=\"0,0\" reversible=\"false\" time=\"250\">Hidden</animation>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t\t\t\t<left>1312</left>\n\t\t\t\t\t\t\t<top>160</top>\n\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-266,0\" end=\"0,0\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-266,0\" end=\"0,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(3).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(3).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(3).IsFolder + IsEmpty(Container(71).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(3).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(3).IsFolder + IsEmpty(Container(71).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t\t\t\t<left>1046</left>\n\t\t\t\t\t\t\t<top>160</top>\n\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-266,0\" end=\"0,0\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-266,0\" end=\"0,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(2).IsFolder + IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(2).IsFolder + IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>118</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">views\\71\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-108,0\" time=\"100\">visible</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-108,0\" time=\"100\">hidden</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t\t\t\t<left>780</left>\n\t\t\t\t\t\t\t<top>160</top>\n\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"480,120,320,480\" end=\"780,160,266,400\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"480,120,320,480\" end=\"780,160,266,400\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>118</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">views\\71\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t\t\t\t<left>480</left>\n\t\t\t\t\t\t\t<top>120</top>\n\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t<height>480</height>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-780,0\" end=\"0,0\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-780,0\" end=\"0,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>480</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>480</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>480</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>480</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- On Next -->\n\t\t\t\t\t<control type=\"group\" id=\"7102\">\n\t\t\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t\t\t<animation effect=\"slide\" end=\"0,0\" reversible=\"false\" time=\"250\">Hidden</animation>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t\t\t\t<left>1312</left>\n\t\t\t\t\t\t\t<top>160</top>\n\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-266,0\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-266,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(2).IsFolder + IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(2).IsFolder + IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t\t\t\t<left>1046</left>\n\t\t\t\t\t\t\t<top>160</top>\n\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-266,0\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-266,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>118</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">views\\71\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"150\" delay=\"100\">visible</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"150\" delay=\"100\">hidden</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t\t\t\t<left>780</left>\n\t\t\t\t\t\t\t<top>160</top>\n\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"780,160,266,400\" end=\"480,120,320,480\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"780,160,266,400\" end=\"480,120,320,480\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>118</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">views\\71\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t\t\t\t<left>480</left>\n\t\t\t\t\t\t\t<top>120</top>\n\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t<height>480</height>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-780,0\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-780,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>480</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>480</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(-1).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>480</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(-1).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(-1).IsFolder + IsEmpty(Container(71).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>480</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(-1).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(-1).IsFolder + IsEmpty(Container(71).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- Static -->\n\t\t\t\t\t<control type=\"group\" id=\"7100\">\n\t\t\t\t\t\t<visible>!Control.IsVisible(7101) + !Control.IsVisible(7102)</visible>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-500</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>0</width>\n\t\t\t\t\t\t\t<height>0</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>0</width>\n\t\t\t\t\t\t\t\t<height>0</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(3).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>1046</left>\n\t\t\t\t\t\t\t<top>160</top>\n\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(2).IsFolder + IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(2).IsFolder + IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>780</left>\n\t\t\t\t\t\t\t<top>160</top>\n\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>266</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>118</width>\n\t\t\t\t\t\t\t\t<height>400</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">views\\71\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t\t<visible>!Control.IsVisible(5001) + !Control.IsVisible(5002)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"150\" delay=\"100\">visible</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"150\" delay=\"100\">hidden</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>480</left>\n\t\t\t\t\t\t\t<top>120</top>\n\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t<height>480</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>480</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>480</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>480</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>480</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-500</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>0</width>\n\t\t\t\t\t\t\t<height>0</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>0</width>\n\t\t\t\t\t\t\t\t<height>0</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(-1).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<!-- Fanart items view -->\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<visible>Skin.HasSetting(fanartposters)</visible>\n\t\t\t\t\t<!-- On Previous -->\n\t\t\t\t\t<control type=\"group\" id=\"7103\">\n\t\t\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t\t\t<animation effect=\"slide\" end=\"0,0\" reversible=\"false\" time=\"250\">Hidden</animation>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t\t\t\t<left>1829</left>\n\t\t\t\t\t\t\t<top>178</top>\n\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-649,0\" end=\"0,0\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-649,0\" end=\"0,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">no_fanart.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(2).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(2).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(2).IsFolder + IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(2).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(2).IsFolder + IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">views\\71\\fanart_shadow.png</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-649,0\" end=\"0,0\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-649,0\" end=\"0,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t\t\t\t<left>1180</left>\n\t\t\t\t\t\t\t<top>178</top>\n\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"480,155,730,410\" end=\"1180,178,649,365\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"480,155,730,410\" end=\"1180,178,649,365\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">no_fanart.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">views\\71\\fanart_shadow.png</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t\t\t\t<left>480</left>\n\t\t\t\t\t\t\t<top>155</top>\n\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-1180,0\" end=\"0,0\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-1180,0\" end=\"0,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">no_fanart.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- On Next -->\n\t\t\t\t\t<control type=\"group\" id=\"7104\">\n\t\t\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t\t\t<animation effect=\"slide\" end=\"0,0\" reversible=\"false\" time=\"250\">Hidden</animation>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t\t\t\t<left>1829</left>\n\t\t\t\t\t\t\t<top>178</top>\n\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-649,0\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-649,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">no_fanart.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">views\\71\\fanart_shadow.png</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-649,0\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-649,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t\t\t\t<left>1180</left>\n\t\t\t\t\t\t\t<top>178</top>\n\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"1180,178,649,365\" end=\"480,155,730,410\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"1180,178,649,365\" end=\"480,155,730,410\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">no_fanart.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">views\\71\\fanart_shadow.png</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t\t\t\t<left>480</left>\n\t\t\t\t\t\t\t<top>155</top>\n\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-1180,0\" time=\"250\">visible</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-1180,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">no_fanart.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(-1).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(-1).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(-1).IsFolder + IsEmpty(Container(71).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(-1).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(-1).IsFolder + IsEmpty(Container(71).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- Static -->\n\t\t\t\t\t<control type=\"group\" id=\"5700\">\n\t\t\t\t\t\t<visible>!Control.IsVisible(7103) + !Control.IsVisible(7104)</visible>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>1180</left>\n\t\t\t\t\t\t\t<top>178</top>\n\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">no_fanart.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>649</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>365</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">views\\71\\fanart_shadow.png</texture>\n\t\t\t\t\t\t\t\t<visible>!Control.IsVisible(5001) + !Control.IsVisible(5002)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"150\" delay=\"100\">visible</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"150\" delay=\"100\">hidden</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>480</left>\n\t\t\t\t\t\t\t<top>155</top>\n\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">no_fanart.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"multiimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<fadetime>2000</fadetime>\n\t\t\t\t\t\t\t\t<colordiffuse>FFFFFFFF</colordiffuse>\n\t\t\t\t\t\t\t\t<timeperimage>5000</timeperimage>\n\t\t\t\t\t\t\t\t<pauseatend>10000</pauseatend>\n\t\t\t\t\t\t\t\t<randomize>true</randomize>\n\t\t\t\t\t\t\t\t<loop>true</loop>\n\t\t\t\t\t\t\t\t<imagepath diffuse=\"views\\71\\diffuse_alt.png\">$INFO[ListItem.Synopsis_Resources]screenshots</imagepath>\n\t\t\t\t\t\t\t\t<visible>Skin.HasSetting(multiimagefanartpostersview) + !IsEmpty(ListItem.Synopsis_Resources) + System.IdleTime(15)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"400\" delay=\"0\">visible</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" delay=\"0\">hidden</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-800</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>730</width>\n\t\t\t\t\t\t\t\t<height>410</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(-1).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<visible>![Control.IsVisible(7101) | Control.IsVisible(7102)] + ![Control.IsVisible(7103) | Control.IsVisible(7104)]</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"250\" delay=\"400\">visible</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"0\" time=\"0\" delay=\"0\">hidden</animation>\n\t\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t<top>120</top>\n\t\t\t\t\t\t<width>400</width>\n\t\t\t\t\t\t<height>185</height>\n\t\t\t\t\t\t<font>size_30</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>bottom</aligny>\n\t\t\t\t\t\t<textcolor>colour.view71.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE][B]$INFO[ListItem.Label][/B][/UPPERCASE]</label>\n\t\t\t\t\t\t<autoscroll delay=\"8000\" time=\"2000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t<top>305</top>\n\t\t\t\t\t\t<width>400</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view71.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view71.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<!-- dummy label (spacer)  -->\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t\t\t\t<font>size_13</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view71.info.label</textcolor>\n\t\t\t\t\t\t\t<label/>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view71.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view71.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view71.info.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"220\">auto</width>\n\t\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view71.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view71.info.icons\">synopsis icons\\medium_rating.png</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating) + !IsEmpty(ListItem.Synopsis_AltName)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view71.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Rating]  [/UPPERCASE]</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view71.info.icons\">synopsis icons\\medium_date.png</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view71.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Year][/UPPERCASE]</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t<top>330</top>\n\t\t\t\t\t\t<width>400</width>\n\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Resources) + !IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>16</width>\n\t\t\t\t\t\t\t<height>16</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view71.info.icons\">synopsis icons\\small_genre.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t<font>size_13</font>\n\t\t\t\t\t\t\t<textcolor>colour.view71.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t\t<left>40</left>\n\t\t\t\t\t\t<top>355</top>\n\t\t\t\t\t\t<width>400</width>\n\t\t\t\t\t\t<height>235</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>colour.view71.info.synopsis</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t<align>justify</align>\n\t\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t\t\t\t\t<autoscroll delay=\"8000\" time=\"2000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-20\" time=\"0\" condition=\"IsEmpty(ListItem.Synopsis_Genre)\">Conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"list\" id=\"71\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>720</height>\n\t\t\t\t\t<onleft>71</onleft>\n\t\t\t\t\t<onright>71</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view71\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>2</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>0</preloaditems>\n\t\t\t\t\t<itemlayout height=\"290\" width=\"414\">\n\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"290\" width=\"414\">\n\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>71</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Detailed_72_Synopsis_Info_List ID = 72 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(72) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<include>1280x720</include>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t\t\t<colordiffuse>30FFFFFF</colordiffuse>\n\t\t\t\t\t<texture diffuse=\"views\\72\\fanart_diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\poster_small_blurred.jpg</texture>\n\t\t\t\t\t<visible>Skin.HasSetting(fanartenabled)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"list\" id=\"72\">\n\t\t\t\t\t<left>400</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>840</width>\n\t\t\t\t\t<height>367</height>\n\t\t\t\t\t<onleft>9000</onleft>\n\t\t\t\t\t<onright>90</onright>\n\t\t\t\t\t<onup>72</onup>\n\t\t\t\t\t<ondown>72</ondown>\n\t\t\t\t\t<viewtype label=\"view72\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout height=\"52\" width=\"840\">\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>70</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view72.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>$INFO[listitem.Synopsis_Year]</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>70</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view72.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label> - </label>\n\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>90</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>700</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<textcolor>colour.view72.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>795</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>40</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view72.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>$INFO[listitem.Synopsis_Rating]</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Rating)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>795</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>40</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view72.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label> - </label>\n\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Rating)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"52\" width=\"840\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>840</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view72.list.focus.diffuse\">views\\72\\listfo.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>70</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view72.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>$INFO[listitem.Synopsis_Year]</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>70</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view72.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label> - </label>\n\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>90</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>700</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<textcolor>colour.view72.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>795</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>40</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view72.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label>$INFO[listitem.Synopsis_Rating]</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Rating)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>795</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>40</width>\n\t\t\t\t\t\t\t<height>52</height>\n\t\t\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<textcolor>colour.view72.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t\t<label> - </label>\n\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Rating)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>340</width>\n\t\t\t\t\t<height>499</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\72\\diffuse_poster.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>340</width>\n\t\t\t\t\t<height>499</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\72\\diffuse_poster.png\">$INFO[ListItem.Icon]</texture>\n\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>340</width>\n\t\t\t\t\t<height>499</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\72\\diffuse_poster.png\">$INFO[ListItem.Icon]</texture>\n\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<width>340</width>\n\t\t\t\t\t<height>499</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\72\\diffuse_poster.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View72_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Star ratings and ESRB rating -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>400</left>\n\t\t\t\t\t<top>473</top>\n\t\t\t\t\t<width>107</width>\n\t\t\t\t\t<height>15</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.view72.info.star.alt\">windows\\synopsis\\ratings\\10.png</texture>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>400</left>\n\t\t\t\t\t<top>473</top>\n\t\t\t\t\t<width>107</width>\n\t\t\t\t\t<height>15</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.view72.info.star\">windows\\synopsis\\ratings\\$INFO[listitem.Synopsis_Rating].png</texture>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t<left>515</left>\n\t\t\t\t\t<top>470</top>\n\t\t\t\t\t<width>723</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view72.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view72.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- dummy label (spacer)  -->\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t\t\t<font>size_13</font>\n\t\t\t\t\t\t<textcolor>colour.view72.info.label</textcolor>\n\t\t\t\t\t\t<label/>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view72.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view72.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view72.info.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view72.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view72.info.icons\">synopsis icons\\medium_genre.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view72.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view72.info.icons\">synopsis icons\\medium_esrb.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_ESRB_Descriptors)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view72.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[listitem.Synopsis_ESRB_Descriptors][/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_ESRB_Descriptors)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<!-- Synopsis -->\n\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t<left>400</left>\n\t\t\t\t\t<top>493</top>\n\t\t\t\t\t<width>840</width>\n\t\t\t\t\t<height>104</height>\n\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t<align>justify</align>\n\t\t\t\t\t<textcolor>colour.view72.info.synopsis</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t\t<autoscroll delay=\"10000\" time=\"1000\" repeat=\"10000\" condition=\"ControlGroup(9001).HasFocus(10)\">Conditional</autoscroll>\n\t\t\t\t\t<label>$INFO[listitem.Synopsis_Overview]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>90</onup>\n\t\t\t\t\t<top>100</top>\n\t\t\t\t\t<left>1247</left>\n\t\t\t\t\t<height>367</height>\n\t\t\t\t\t<width>7</width>\n\t\t\t\t\t<onleft>72</onleft>\n\t\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t\t<include>View.ScrollBar.Vertical</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Detailed_74_Netflix ID = 74 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(74) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart.FullScreen</include>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<include>1280x720</include>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\74\\black-back.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<top>420</top>\n\t\t\t\t\t<!-- On previous -->\n\t\t\t\t\t<control type=\"group\" id=\"7401\">\n\t\t\t\t\t\t<visible>Container(74).OnPrevious</visible>\n\t\t\t\t\t\t<animation effect=\"slide\" end=\"0,0\" reversible=\"false\" time=\"250\">Hidden</animation>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-102</left>\n\t\t\t\t\t\t\t<top>-45</top>\n\t\t\t\t\t\t\t<visible>Container(74).OnPrevious</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"0\" time=\"0\">Visible</animation>\n\t\t\t\t\t\t\t<animation type=\"Hidden\" reversible=\"false\">\n\t\t\t\t\t\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"250\"/>\n\t\t\t\t\t\t\t\t<effect type=\"slide\" start=\"0,0\" end=\"164,0\" time=\"250\"/>\n\t\t\t\t\t\t\t</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(0).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(0).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(0).IsFolder + IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(0).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(0).IsFolder + IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>64</left>\n\t\t\t\t\t\t\t<top>-45</top>\n\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t<visible>Container(74).OnPrevious</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"64,-45,192,269\" end=\"788,0,128,179\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(1).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(1).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(1).IsFolder + IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(1).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(1).IsFolder + IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>788</left>\n\t\t\t\t\t\t\t<visible>Container(74).OnPrevious</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"138,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t\t\t\t<top>177</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>5</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(2).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(2).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(2).IsFolder + IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(2).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(2).IsFolder + IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>926</left>\n\t\t\t\t\t\t\t<visible>Container(74).OnPrevious</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"138,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t\t\t\t<top>177</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>5</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(3).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(3).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(3).IsFolder + IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(3).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(3).IsFolder + IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>1064</left>\n\t\t\t\t\t\t\t<visible>Container(74).OnPrevious</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"138,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t\t\t\t<top>177</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>5</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(4).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(4).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(4).IsFolder + IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(4).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(4).IsFolder + IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>1202</left>\n\t\t\t\t\t\t\t<visible>Container(74).OnPrevious</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"138,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t\t\t\t<top>177</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>5</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(5).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(5).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(5).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(5).IsFolder + IsEmpty(Container(74).ListItem(5).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(5).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(5).IsFolder + IsEmpty(Container(74).ListItem(5).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- On Next -->\n\t\t\t\t\t<control type=\"group\" id=\"7402\">\n\t\t\t\t\t\t<visible>Container(74).OnNext</visible>\n\t\t\t\t\t\t<animation effect=\"slide\" end=\"0,0\" reversible=\"false\" time=\"250\">Hidden</animation>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>64</left>\n\t\t\t\t\t\t\t<top>-45</top>\n\t\t\t\t\t\t\t<visible>Container(74).OnNext</visible>\n\t\t\t\t\t\t\t<animation type=\"Hidden\" reversible=\"false\">\n\t\t\t\t\t\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"250\"/>\n\t\t\t\t\t\t\t\t<effect type=\"slide\" start=\"0,0\" end=\"-164,0\" time=\"250\"/>\n\t\t\t\t\t\t\t</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(-1).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(-1).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(-1).IsFolder + IsEmpty(Container(74).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(-1).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(-1).IsFolder + IsEmpty(Container(74).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>788</left>\n\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t<visible>Container(74).OnNext</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"788,0,128,179\" end=\"64,-45,192,269\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(0).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(0).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(0).IsFolder + IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(0).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(0).IsFolder + IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>926</left>\n\t\t\t\t\t\t\t<visible>Container(74).OnNext</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-138,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t\t\t\t<top>177</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>5</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(1).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(1).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(1).IsFolder + IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(1).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(1).IsFolder + IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>1064</left>\n\t\t\t\t\t\t\t<visible>Container(74).OnNext</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-138,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t\t\t\t<top>177</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>5</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(2).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(2).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(2).IsFolder + IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(2).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(2).IsFolder + IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>1202</left>\n\t\t\t\t\t\t\t<visible>Container(74).OnNext</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-138,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t\t\t\t<top>177</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>5</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(3).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(3).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(3).IsFolder + IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(3).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(3).IsFolder + IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>1340</left>\n\t\t\t\t\t\t\t<visible>Container(74).OnNext</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-138,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t\t\t\t<top>177</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>5</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(4).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(4).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(4).IsFolder + IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(4).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(4).IsFolder + IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>1478</left>\n\t\t\t\t\t\t\t<visible>Container(74).OnNext</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-138,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t\t\t\t<top>177</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>5</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(5).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(5).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(5).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(5).IsFolder + IsEmpty(Container(74).ListItem(5).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(5).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(5).IsFolder + IsEmpty(Container(74).ListItem(5).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- Static -->\n\t\t\t\t\t<control type=\"group\" id=\"7400\">\n\t\t\t\t\t\t<visible>!Control.IsVisible(7401) + !Control.IsVisible(7402)</visible>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>64</left>\n\t\t\t\t\t\t\t<top>-45</top>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-46,0\" time=\"250\" delay=\"0\" condition=\"!IsEmpty(Container(74).ListItem(0).Synopsis_Resources) + !Container(74).ListItem.IsFolder + Control.HasFocus(74) + System.IdleTime(2)\">Conditional</animation>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-2</left>\n\t\t\t\t\t\t\t\t<top>-2</top>\n\t\t\t\t\t\t\t\t<width>196</width>\n\t\t\t\t\t\t\t\t<height>273</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view74.info.back\" diffuse=\"views\\74\\diffuse.png\">views\\74\\poster-border.png</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-2,-2,196,273\" end=\"-2,-2,251,273\" time=\"250\" delay=\"0\" condition=\"!IsEmpty(Container(74).ListItem(0).Synopsis_Resources) + !Container(74).ListItem.IsFolder + Control.HasFocus(74) + System.IdleTime(2)\">Conditional</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"56,0\" time=\"250\" delay=\"0\" condition=\"!IsEmpty(Container(74).ListItem(0).Synopsis_Resources) + !Container(74).ListItem.IsFolder + Control.HasFocus(74) + System.IdleTime(2)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>135</left>\n\t\t\t\t\t\t\t\t\t<top>22</top>\n\t\t\t\t\t\t\t\t\t<width>58</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view74.info.back.images\">views\\74\\rating.png</texture>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t<left>135</left>\n\t\t\t\t\t\t\t\t\t<top>47</top>\n\t\t\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t\t\t<width>58</width>\n\t\t\t\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t<textcolor>colour.view74.info.back.label</textcolor>\n\t\t\t\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Synopsis_Rating][/UPPERCASE]</label>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>135</left>\n\t\t\t\t\t\t\t\t\t<top>113</top>\n\t\t\t\t\t\t\t\t\t<width>58</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view74.info.back.images\">views\\74\\date.png</texture>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t<left>135</left>\n\t\t\t\t\t\t\t\t\t<top>138</top>\n\t\t\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t\t\t<width>58</width>\n\t\t\t\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t<textcolor>colour.view74.info.back.label</textcolor>\n\t\t\t\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Synopsis_Year][/UPPERCASE]</label>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>135</left>\n\t\t\t\t\t\t\t\t\t<top>204</top>\n\t\t\t\t\t\t\t\t\t<width>58</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view74.info.back.images\">views\\74\\playercount.png</texture>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t<left>135</left>\n\t\t\t\t\t\t\t\t\t<top>229</top>\n\t\t\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t\t\t<width>58</width>\n\t\t\t\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t<textcolor>colour.view74.info.back.label</textcolor>\n\t\t\t\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Synopsis_PlayerCount][/UPPERCASE]</label>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(0).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(0).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(0).IsFolder + IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>192</width>\n\t\t\t\t\t\t\t\t<height>269</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(0).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(0).IsFolder + IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>788</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t\t\t\t<top>177</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>5</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(1).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(1).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(1).IsFolder + IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(1).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(1).IsFolder + IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>926</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t\t\t\t<top>177</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>5</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(2).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(2).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(2).IsFolder + IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(2).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(2).IsFolder + IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>1064</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t\t\t\t<top>177</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>5</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(3).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(3).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(3).IsFolder + IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(3).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(3).IsFolder + IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>1202</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t\t\t\t<top>177</top>\n\t\t\t\t\t\t\t\t<width>138</width>\n\t\t\t\t\t\t\t\t<height>5</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(4).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(4).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>Container(74).ListItem(4).IsFolder + IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>128</width>\n\t\t\t\t\t\t\t\t<height>179</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(4).icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Container(74).ListItem(4).IsFolder + IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t<left>64</left>\n\t\t\t\t\t\t<top>-120</top>\n\t\t\t\t\t\t<visible>Container(74).Scrolling</visible>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"0\" end=\"80\" delay=\"600\" time=\"600\">Visible</animation>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"80\" end=\"0\" delay=\"0\" time=\"200\">hidden</animation>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>1216</width>\n\t\t\t\t\t\t\t<height>100</height>\n\t\t\t\t\t\t\t<font>size_30</font>\n\t\t\t\t\t\t\t<textcolor>colour.view74.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view74.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>[B]$INFO[Container(74).ListItem(0).Label][/B]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t<visible>!Control.IsVisible(7401) + !Control.IsVisible(7402)</visible>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"180\" time=\"300\">Visible</animation>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"0\">Hidden</animation>\n\t\t\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t\t\t<left>276</left>\n\t\t\t\t\t\t\t<top>-70</top>\n\t\t\t\t\t\t\t<width>502</width>\n\t\t\t\t\t\t\t<height>100</height>\n\t\t\t\t\t\t\t<font>size_30</font>\n\t\t\t\t\t\t\t<textcolor>colour.view74.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view74.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>bottom</aligny>\n\t\t\t\t\t\t\t<label>[B]$INFO[Container(74).ListItem(0).Label][/B]</label>\n\t\t\t\t\t\t\t<autoscroll delay=\"4000\" time=\"2000\" repeat=\"8000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t\t\t<left>276</left>\n\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t<width>502</width>\n\t\t\t\t\t\t\t<height>40</height>\n\t\t\t\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view74.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view74.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<!-- dummy label (spacer)  -->\n\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t\t\t\t\t<font>size_13</font>\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t<textcolor>colour.view74.info.label</textcolor>\n\t\t\t\t\t\t\t\t<label/>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view74.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t<textcolor>colour.view74.info.label</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.view74.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view74.info.icons\">synopsis icons\\medium_genre.png</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t<textcolor>colour.view74.info.label</textcolor>\n\t\t\t\t\t\t\t\t<shadowcolor>colour.view74.shadow</shadowcolor>\n\t\t\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t\t\t<left>276</left>\n\t\t\t\t\t\t\t<top>54</top>\n\t\t\t\t\t\t\t<width>502</width>\n\t\t\t\t\t\t\t<height>172</height>\n\t\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t\t<textcolor>colour.view74.info.synopsis</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view74.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>justify</align>\n\t\t\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t\t\t\t\t\t<autoscroll delay=\"8000\" time=\"2000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"wraplist\" id=\"74\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t\t<height>720</height>\n\t\t\t\t\t\t<onleft>74</onleft>\n\t\t\t\t\t\t<onright>74</onright>\n\t\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t\t<viewtype label=\"view74\">biglist</viewtype>\n\t\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t\t<focusposition>0</focusposition>\n\t\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t\t<preloaditems>3</preloaditems>\n\t\t\t\t\t\t<itemlayout height=\"290\" width=\"414\">\n\t\t\t\t</itemlayout>\n\t\t\t\t\t\t<focusedlayout height=\"290\" width=\"414\">\n\t\t\t\t</focusedlayout>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t\t<onup>74</onup>\n\t\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Detailed_75_HomeScreen ID = 75 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(75) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart.FullScreen</include>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<include>1280x720</include>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.view75.underlay.diffuse\">views\\75\\underlay.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t<left>45</left>\n\t\t\t\t\t<top>40</top>\n\t\t\t\t\t<width>640</width>\n\t\t\t\t\t<height>100</height>\n\t\t\t\t\t<font>size_40</font>\n\t\t\t\t\t<align>bottom</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t\t\t<label>[UPPERCASE][B]$INFO[ListItem.label][/B][/UPPERCASE]</label>\n\t\t\t\t\t<autoscroll delay=\"5000\" time=\"1000\" repeat=\"5000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,95\" time=\"0\" condition=\"ListItem.IsFolder\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<!-- Multi info labels -->\n\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t<left>45</left>\n\t\t\t\t\t<top>135</top>\n\t\t\t\t\t<width>780</width>\n\t\t\t\t\t<height>30</height>\n\t\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t\t\t\t<label>$INFO[listitem.Synopsis_Year]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[B]|[/B]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t\t\t\t<label>Rated  $INFO[listitem.Synopsis_ESRB]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_ESRB)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[B]|[/B]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_ESRB)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t\t\t\t<label>ID  $INFO[listitem.Synopsis_TitleID]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_TitleID)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<!-- Star ratings and ESRB rating -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>45</left>\n\t\t\t\t\t<top>170</top>\n\t\t\t\t\t<width>150</width>\n\t\t\t\t\t<height>21</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.view75.info.star.alt\">windows\\synopsis\\ratings\\10.png</texture>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources) + ![StringCompare(listitem.Synopsis_Rating,0) |  IsEmpty(listitem.Synopsis_Rating)]</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>45</left>\n\t\t\t\t\t<top>170</top>\n\t\t\t\t\t<width>150</width>\n\t\t\t\t\t<height>21</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.view75.info.star\">windows\\synopsis\\ratings\\$INFO[listitem.Synopsis_Rating].png</texture>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources) + ![StringCompare(listitem.Synopsis_Rating,0) |  IsEmpty(listitem.Synopsis_Rating)]</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t<left>200</left>\n\t\t\t\t\t<top>170</top>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-35\" time=\"0\" condition=\"IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-155,0\" time=\"0\" condition=\"IsEmpty(listitem.Synopsis_Rating)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-155,0\" time=\"0\" condition=\"!IsEmpty(listitem.Synopsis_Resources) + StringCompare(listitem.Synopsis_Rating,0)\">Conditional</animation>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>21</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view75.icons\">synopsis icons\\medium_rating_alt.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating) + !StringCompare(listitem.Synopsis_Rating,0)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Rating]  [/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating) + !StringCompare(listitem.Synopsis_Rating,0)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>21</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view75.icons\">synopsis icons\\medium_played.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>21</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view75.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>22</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>21</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view75.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>20</width>\n\t\t\t\t\t\t<height>21</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view75.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>45</left>\n\t\t\t\t\t<top>205</top>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t\t\t<label>[UPPERCASE][B]$INFO[ListItem.Synopsis_Genre][/B][/UPPERCASE]</label>\n\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t<left>45</left>\n\t\t\t\t\t<top>230</top>\n\t\t\t\t\t<width>600</width>\n\t\t\t\t\t<height>145</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t\t\t\t<autoscroll delay=\"10000\" time=\"1000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t</control>\n\t\t\t\t<!-- It's a fixed list because for some reason if I use a wraplist and I add a certain amount of sources the animations reverse for folders :/ -->\n\t\t\t\t<control type=\"panel\" id=\"75\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>446</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>260</height>\n\t\t\t\t\t<onleft>75</onleft>\n\t\t\t\t\t<onright>75</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view75\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>0</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0\" end=\"521.4\" time=\"0\" condition=\"stringcompare(Container(75).NumItems,1)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0\" end=\"434.5\" time=\"0\" condition=\"stringcompare(Container(75).NumItems,2)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0\" end=\"347.6\" time=\"0\" condition=\"stringcompare(Container(75).NumItems,3)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0\" end=\"260.7\" time=\"0\" condition=\"stringcompare(Container(75).NumItems,4)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0\" end=\"173.8\" time=\"0\" condition=\"stringcompare(Container(75).NumItems,5)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0\" end=\"86.9\" time=\"0\" condition=\"stringcompare(Container(75).NumItems,6)\">Conditional</animation>\n\t\t\t\t\t<itemlayout height=\"260\" width=\"174\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>38</left>\n\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t<width>169</width>\n\t\t\t\t\t\t\t<height>227</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture>views\\75\\poster_shadow.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>44</left>\n\t\t\t\t\t\t\t<top>10</top>\n\t\t\t\t\t\t\t<width>148</width>\n\t\t\t\t\t\t\t<height>210</height>\n\t\t\t\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\75\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>44</left>\n\t\t\t\t\t\t\t<top>10</top>\n\t\t\t\t\t\t\t<width>148</width>\n\t\t\t\t\t\t\t<height>210</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\75\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View75_Thumbs]</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"260\" width=\"174\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>38</left>\n\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t<width>169</width>\n\t\t\t\t\t\t\t<height>227</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture>views\\75\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"38,5,169,227\" end=\"31,-7.5,186,252\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"31,-7.5,186,252\" end=\"38,5,169,227\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>44</left>\n\t\t\t\t\t\t\t<top>10</top>\n\t\t\t\t\t\t\t<width>148</width>\n\t\t\t\t\t\t\t<height>210</height>\n\t\t\t\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\75\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"44,10,148,210\" end=\"38,0,160,230\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"38,0,160,230\" end=\"44,10,148,210\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>44</left>\n\t\t\t\t\t\t\t<top>10</top>\n\t\t\t\t\t\t\t<width>148</width>\n\t\t\t\t\t\t\t<height>210</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\75\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View75_Thumbs]</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"44,10,148,210\" end=\"38,0,160,230\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"38,0,160,230\" end=\"44,10,148,210\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>30</left>\n\t\t\t\t\t\t\t<top>-2</top>\n\t\t\t\t\t\t\t<width>174</width>\n\t\t\t\t\t\t\t<height>233</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture colordiffuse=\"colour.view75.icons\">views\\75\\poster-border.png</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"30,-2,174,233\" end=\"24,-13,188,256\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"24,-13,188,256\" end=\"30,-2,174,233\" time=\"120\" condition=\"!Control.HasFocus(75)\">Conditional</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Control.HasFocus(75)\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>75</onup>\n\t\t\t\t\t<bottom condition=\"!Skin.HasSetting(HideContextBar)\">35</bottom>\n\t\t\t\t\t<bottom>20</bottom>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Resources_53_Rectangles_Carousel ID = 53 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(53) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart</include>\n\t\t\t\t<control type=\"fixedlist\" id=\"53\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>410</top>\n\t\t\t\t\t<width>1380</width>\n\t\t\t\t\t<height>430</height>\n\t\t\t\t\t<onleft>53</onleft>\n\t\t\t\t\t<onright>53</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view53\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>2</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"180\" width=\"320\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-160</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>310</width>\n\t\t\t\t\t\t\t\t<height>170</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">no_thumb.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>310</width>\n\t\t\t\t\t\t\t\t<height>170</height>\n\t\t\t\t\t\t\t\t<aspectratio aligny=\"center\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>8</left>\n\t\t\t\t\t\t\t\t<top>8</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"180\" width=\"320\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-160</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>310</width>\n\t\t\t\t\t\t\t\t<height>170</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">no_thumb.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>310</width>\n\t\t\t\t\t\t\t\t<height>170</height>\n\t\t\t\t\t\t\t\t<aspectratio aligny=\"center\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>310</width>\n\t\t\t\t\t\t\t\t<height>170</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\thumb.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>8</left>\n\t\t\t\t\t\t\t\t<top>8</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"180\" width=\"320\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-160</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>180</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">no_thumb.jpg</texture>\n\t\t\t\t\t\t\t\t<bordersize>2</bordersize>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>180</height>\n\t\t\t\t\t\t\t\t<aspectratio aligny=\"center\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<bordersize>2</bordersize>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>180</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\" border=\"5\">views\\53\\poster-border.png</texture>\n\t\t\t\t\t\t\t\t<bordersize>2</bordersize>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>8</left>\n\t\t\t\t\t\t\t\t<top>8</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"180\" width=\"320\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-160</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>180</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">no_thumb.jpg</texture>\n\t\t\t\t\t\t\t\t<bordersize>2</bordersize>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>180</height>\n\t\t\t\t\t\t\t\t<aspectratio aligny=\"center\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<bordersize>2</bordersize>\n\t\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>180</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\thumb.jpg</texture>\n\t\t\t\t\t\t\t\t<bordersize>2</bordersize>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t\t\t<height>180</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\" border=\"5\">views\\53\\poster-border.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>8</left>\n\t\t\t\t\t\t\t\t<top>8</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<bottom>79</bottom>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>36</height>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view53.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>640</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>30</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view53.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[31186]</label>\n\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,0) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>640</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>30</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view53.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,1) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>640</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>30</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view53.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>53</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Resources_58_List_CDs_Posters ID = 58 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(58) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart</include>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>100</left>\n\t\t\t\t\t<top>595</top>\n\t\t\t\t\t<width>1080</width>\n\t\t\t\t\t<height>12</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<colordiffuse>FF000000</colordiffuse>\n\t\t\t\t\t<texture>views\\58\\listview_shadow.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(Container.NumItems,4)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>110</left>\n\t\t\t\t\t<top>595</top>\n\t\t\t\t\t<width>340</width>\n\t\t\t\t\t<height>12</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<colordiffuse>FF000000</colordiffuse>\n\t\t\t\t\t<texture>views\\58\\listview_shadow.png</texture>\n\t\t\t\t\t<visible>!IntegerGreaterThan(Container.NumItems,4)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>120</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>450</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_poster.jpg</texture>\n\t\t\t\t\t<bordertexture border=\"5\">views\\58\\poster-border.png</bordertexture>\n\t\t\t\t\t<bordersize>5</bordersize>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"list\" id=\"58\">\n\t\t\t\t\t<left>440</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>740</width>\n\t\t\t\t\t<height>450</height>\n\t\t\t\t\t<onleft>9000</onleft>\n\t\t\t\t\t<onright>90</onright>\n\t\t\t\t\t<onup>58</onup>\n\t\t\t\t\t<ondown>58</ondown>\n\t\t\t\t\t<viewtype label=\"view58\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout condition=\"!Skin.HasSetting(hidecdartwork) + !ListItem.IsFolder\" height=\"90\" width=\"720\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>720</width>\n\t\t\t\t\t\t\t<height>90</height>\n\t\t\t\t\t\t\t<texture background=\"true\" border=\"5\">views\\58\\listnf.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t<top>10</top>\n\t\t\t\t\t\t\t<width>70</width>\n\t\t\t\t\t\t\t<height>70</height>\n\t\t\t\t\t\t\t<texture background=\"true\">no_cd_small.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t<top>10</top>\n\t\t\t\t\t\t\t<width>70</width>\n\t\t\t\t\t\t\t<height>70</height>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\58\\CD_diffuse_listview.png\">$INFO[listitem.Synopsis_Resources]artwork\\cd_small.jpg</texture>\n\t\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>90</left>\n\t\t\t\t\t\t\t<top>10</top>\n\t\t\t\t\t\t\t<width>620</width>\n\t\t\t\t\t\t\t<height>45</height>\n\t\t\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t\t\t<textcolor>colour.view58.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>90</left>\n\t\t\t\t\t\t\t<top>55</top>\n\t\t\t\t\t\t\t<width>620</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>colour.view58.info.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31187] $LOCALIZE[31191]</label>\n\t\t\t\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + StringCompare(ListItem.ProgramCount,0) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>90</left>\n\t\t\t\t\t\t\t<top>55</top>\n\t\t\t\t\t\t\t<width>620</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>colour.view58.info.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + StringCompare(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>90</left>\n\t\t\t\t\t\t\t<top>55</top>\n\t\t\t\t\t\t\t<width>620</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>colour.view58.info.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + IntegerGreaterThan(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>680</left>\n\t\t\t\t\t\t\t<top>50</top>\n\t\t\t\t\t\t\t<width>30</width>\n\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<itemlayout condition=\"Skin.HasSetting(hidecdartwork) | ListItem.IsFolder\" height=\"90\" width=\"720\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>720</width>\n\t\t\t\t\t\t\t<height>90</height>\n\t\t\t\t\t\t\t<texture background=\"true\" border=\"5\">views\\58\\listnf.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>20</left>\n\t\t\t\t\t\t\t<top>10</top>\n\t\t\t\t\t\t\t<width>690</width>\n\t\t\t\t\t\t\t<height>45</height>\n\t\t\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t\t\t<textcolor>colour.view58.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>20</left>\n\t\t\t\t\t\t\t<top>55</top>\n\t\t\t\t\t\t\t<width>690</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>colour.view58.info.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31187] $LOCALIZE[31191]</label>\n\t\t\t\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + StringCompare(ListItem.ProgramCount,0) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>20</left>\n\t\t\t\t\t\t\t<top>55</top>\n\t\t\t\t\t\t\t<width>690</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>colour.view58.info.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + StringCompare(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>20</left>\n\t\t\t\t\t\t\t<top>55</top>\n\t\t\t\t\t\t\t<width>690</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>colour.view58.info.label2</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + IntegerGreaterThan(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>680</left>\n\t\t\t\t\t\t\t<top>50</top>\n\t\t\t\t\t\t\t<width>30</width>\n\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"!Skin.HasSetting(hidecdartwork) + !ListItem.IsFolder\" height=\"90\" width=\"720\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>720</width>\n\t\t\t\t\t\t\t<height>90</height>\n\t\t\t\t\t\t\t<texture background=\"true\" border=\"5\">views\\58\\thumbfo.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>680</left>\n\t\t\t\t\t\t\t<top>50</top>\n\t\t\t\t\t\t\t<width>30</width>\n\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t<top>10</top>\n\t\t\t\t\t\t\t<width>70</width>\n\t\t\t\t\t\t\t<height>70</height>\n\t\t\t\t\t\t\t<texture background=\"true\">no_cd_small.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t<top>10</top>\n\t\t\t\t\t\t\t<width>70</width>\n\t\t\t\t\t\t\t<height>70</height>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\58\\CD_diffuse_listview.png\">$INFO[listitem.Synopsis_Resources]artwork\\cd_small.jpg</texture>\n\t\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t<animation effect=\"rotate\" start=\"0\" end=\"-360\" center=\"auto\" time=\"6000\" loop=\"true\" condition=\"System.IdleTime(3)\">Conditional</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>90</left>\n\t\t\t\t\t\t\t<top>10</top>\n\t\t\t\t\t\t\t<width>620</width>\n\t\t\t\t\t\t\t<height>45</height>\n\t\t\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t\t\t<textcolor>colour.view58.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>90</left>\n\t\t\t\t\t\t\t<top>55</top>\n\t\t\t\t\t\t\t<width>620</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>colour.view58.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31187] $LOCALIZE[31191]</label>\n\t\t\t\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + StringCompare(ListItem.ProgramCount,0) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>90</left>\n\t\t\t\t\t\t\t<top>55</top>\n\t\t\t\t\t\t\t<width>620</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>colour.view58.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + StringCompare(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>90</left>\n\t\t\t\t\t\t\t<top>55</top>\n\t\t\t\t\t\t\t<width>620</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>colour.view58.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + IntegerGreaterThan(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t<focusedlayout condition=\"Skin.HasSetting(hidecdartwork) | ListItem.IsFolder\" height=\"90\" width=\"720\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>720</width>\n\t\t\t\t\t\t\t<height>90</height>\n\t\t\t\t\t\t\t<texture background=\"true\" border=\"5\">views\\58\\thumbfo.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>680</left>\n\t\t\t\t\t\t\t<top>50</top>\n\t\t\t\t\t\t\t<width>30</width>\n\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>20</left>\n\t\t\t\t\t\t\t<top>10</top>\n\t\t\t\t\t\t\t<width>690</width>\n\t\t\t\t\t\t\t<height>45</height>\n\t\t\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t\t\t<textcolor>colour.view58.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>20</left>\n\t\t\t\t\t\t\t<top>55</top>\n\t\t\t\t\t\t\t<width>690</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>colour.view58.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31187] $LOCALIZE[31191]</label>\n\t\t\t\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + StringCompare(ListItem.ProgramCount,0) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>20</left>\n\t\t\t\t\t\t\t<top>55</top>\n\t\t\t\t\t\t\t<width>690</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>colour.view58.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + StringCompare(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<left>20</left>\n\t\t\t\t\t\t\t<top>55</top>\n\t\t\t\t\t\t\t<width>690</width>\n\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>colour.view58.info.label</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + IntegerGreaterThan(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<!-- Poster and Icon images -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>120</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>450</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<bordertexture>-</bordertexture>\n\t\t\t\t\t<bordersize>5</bordersize>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<visible>!Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>120</left>\n\t\t\t\t\t\t<top>150</top>\n\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t<height>450</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t<bordertexture>-</bordertexture>\n\t\t\t\t\t\t<bordersize>5</bordersize>\n\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>120</left>\n\t\t\t\t\t\t<top>150</top>\n\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t<height>450</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t<bordertexture>-</bordertexture>\n\t\t\t\t\t\t<bordersize>5</bordersize>\n\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>120</left>\n\t\t\t\t\t\t<top>150</top>\n\t\t\t\t\t\t<width>320</width>\n\t\t\t\t\t\t<height>450</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View58_Thumbs]</texture>\n\t\t\t\t\t\t<bordertexture>-</bordertexture>\n\t\t\t\t\t\t<bordersize>5</bordersize>\n\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<left>1160</left>\n\t\t\t\t\t<top>150</top>\n\t\t\t\t\t<width>8</width>\n\t\t\t\t\t<height>450</height>\n\t\t\t\t\t<onleft>58</onleft>\n\t\t\t\t\t<include>View.ScrollBar.Vertical</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Resources_62_Slanted_Cases_3D ID = 62 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(62) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart</include>\n\t\t\t\t<control type=\"fixedlist\" id=\"62\">\n\t\t\t\t\t<left>-295</left>\n\t\t\t\t\t<top>340</top>\n\t\t\t\t\t<width>1700</width>\n\t\t\t\t\t<height>462</height>\n\t\t\t\t\t<onleft>62</onleft>\n\t\t\t\t\t<onright>62</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view62\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>2</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout height=\"290\" width=\"414\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t<width>149</width>\n\t\t\t\t\t\t\t<height>264</height>\n\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t<width>149</width>\n\t\t\t\t\t\t\t<height>264</height>\n\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"290\" width=\"414\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>33</left>\n\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t<width>149</width>\n\t\t\t\t\t\t\t<height>264</height>\n\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"33,5,149,264\" end=\"23,-31,169,304\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"33,5,149,264\" start=\"23,-31,169,304\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t<left>33</left>\n\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t<width>149</width>\n\t\t\t\t\t\t\t<height>264</height>\n\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"33,5,149,264\" end=\"23,-31,169,304\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"33,5,149,264\" start=\"23,-31,169,304\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>615</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>36</height>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view62.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>645</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<itemgap>5</itemgap>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames)\">Conditional</animation>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view62.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>$LOCALIZE[31186]</label>\n\t\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view62.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,1)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view62.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view62.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>- Has Trainer</label>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>62</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Resources_63_Open_Cases_3D ID = 63 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(63) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart</include>\n\t\t\t\t<control type=\"fixedlist\" id=\"63\">\n\t\t\t\t\t<left>-295</left>\n\t\t\t\t\t<top>340</top>\n\t\t\t\t\t<width>1700</width>\n\t\t\t\t\t<height>462</height>\n\t\t\t\t\t<onleft>63</onleft>\n\t\t\t\t\t<onright>63</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view63\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>2</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout height=\"290\" width=\"414\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t<width>149</width>\n\t\t\t\t\t\t\t<height>264</height>\n\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\">no_opencase.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t<width>149</width>\n\t\t\t\t\t\t\t<height>264</height>\n\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\opencase.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"290\" width=\"414\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>33</left>\n\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t<width>149</width>\n\t\t\t\t\t\t\t<height>264</height>\n\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\">no_opencase.png</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"33,5,149,264\" end=\"23,-31,169,304\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"33,5,149,264\" start=\"23,-31,169,304\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t<left>33</left>\n\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t<width>149</width>\n\t\t\t\t\t\t\t<height>264</height>\n\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\opencase.png</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"33,5,149,264\" end=\"23,-31,169,304\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"33,5,149,264\" start=\"23,-31,169,304\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>615</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>36</height>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view63.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>645</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<itemgap>5</itemgap>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames)\">Conditional</animation>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view63.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>$LOCALIZE[31186]</label>\n\t\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view63.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,1)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view63.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view63.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>- Has Trainer</label>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>63</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Resources_64_Dual_Cases_3D ID = 64 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(64) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart</include>\n\t\t\t\t<control type=\"fixedlist\" id=\"64\">\n\t\t\t\t\t<left>-295</left>\n\t\t\t\t\t<top>320</top>\n\t\t\t\t\t<width>1700</width>\n\t\t\t\t\t<height>462</height>\n\t\t\t\t\t<onleft>64</onleft>\n\t\t\t\t\t<onright>64</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view64\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>2</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout height=\"290\" width=\"414\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>-33</left>\n\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t<width>280</width>\n\t\t\t\t\t\t\t<height>280</height>\n\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\">no_dual3d.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t<left>-33</left>\n\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t<width>280</width>\n\t\t\t\t\t\t\t<height>280</height>\n\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\dual3d.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"290\" width=\"414\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>-33</left>\n\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t<width>280</width>\n\t\t\t\t\t\t\t<height>280</height>\n\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\">no_dual3d.png</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-33,5,280,280\" end=\"-84,-84,384,384\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"-33,5,280,280\" start=\"-84,-84,384,384\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t<left>-33</left>\n\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t<width>280</width>\n\t\t\t\t\t\t\t<height>280</height>\n\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\dual3d.png</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-33,5,280,280\" end=\"-84,-84,384,384\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"-33,5,280,280\" start=\"-84,-84,384,384\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>615</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>36</height>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view64.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>645</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<itemgap>5</itemgap>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames)\">Conditional</animation>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view64.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>$LOCALIZE[31186]</label>\n\t\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view64.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,1)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view64.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view64.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>- Has Trainer</label>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>64</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Resources_65_Slanted_Cases_3D_Carousel ID = 65 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(65) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart</include>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t<!-- On previous -->\n\t\t\t\t\t<control type=\"group\" id=\"6501\">\n\t\t\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t\t\t<animation effect=\"slide\" end=\"0,0\" reversible=\"false\" time=\"250\">Hidden</animation>\n\t\t\t\t\t\t<left>60</left>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"0\" time=\"0\">Visible</animation>\n\t\t\t\t\t\t\t<animation type=\"Hidden\" reversible=\"false\">\n\t\t\t\t\t\t\t\t<effect type=\"fade\" start=\"1\" end=\"100\" time=\"250\"/>\n\t\t\t\t\t\t\t\t<effect type=\"slide\" start=\"0,0\" end=\"120,0\" time=\"250\"/>\n\t\t\t\t\t\t\t</animation>\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-3).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"120,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>120</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-2).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"120,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>240</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-1).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"360,340,141,249\" end=\"486,280,188,327\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>360</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(0).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"486,280,188,327\" end=\"660,340,141,249\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>486</left>\n\t\t\t\t\t\t\t<top>280</top>\n\t\t\t\t\t\t\t<width>188</width>\n\t\t\t\t\t\t\t<height>327</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>188</width>\n\t\t\t\t\t\t\t\t<height>327</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>188</width>\n\t\t\t\t\t\t\t\t<height>327</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(1).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"120,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>660</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(2).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"120,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>780</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(3).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t\t\t\t<animation type=\"Hidden\" reversible=\"false\">\n\t\t\t\t\t\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"250\"/>\n\t\t\t\t\t\t\t\t<effect type=\"slide\" start=\"0,0\" end=\"120,0\" time=\"250\"/>\n\t\t\t\t\t\t\t</animation>\n\t\t\t\t\t\t\t<left>900</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(4).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- On Next -->\n\t\t\t\t\t<control type=\"group\" id=\"6502\">\n\t\t\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t\t\t<animation effect=\"slide\" end=\"0,0\" reversible=\"false\" time=\"250\">Hidden</animation>\n\t\t\t\t\t\t<left>60</left>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t\t\t\t<animation type=\"Hidden\" reversible=\"false\">\n\t\t\t\t\t\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"250\"/>\n\t\t\t\t\t\t\t\t<effect type=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\"/>\n\t\t\t\t\t\t\t</animation>\n\t\t\t\t\t\t\t<left>120</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-4).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>240</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-3).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>360</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-2).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"486,280,188,327\" end=\"360,340,141,249\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>486</left>\n\t\t\t\t\t\t\t<top>280</top>\n\t\t\t\t\t\t\t<width>188</width>\n\t\t\t\t\t\t\t<height>327</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>188</width>\n\t\t\t\t\t\t\t\t<height>327</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>188</width>\n\t\t\t\t\t\t\t\t<height>327</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-1).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"660,340,141,249\" end=\"486,280,188,327\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>660</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(0).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>780</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(1).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>900</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(2).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"0\" time=\"0\">Visible</animation>\n\t\t\t\t\t\t\t<animation type=\"Hidden\" reversible=\"false\">\n\t\t\t\t\t\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"250\"/>\n\t\t\t\t\t\t\t\t<effect type=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\"/>\n\t\t\t\t\t\t\t</animation>\n\t\t\t\t\t\t\t<left>1020</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(3).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- Static -->\n\t\t\t\t\t<control type=\"group\" id=\"6500\">\n\t\t\t\t\t\t<left>60</left>\n\t\t\t\t\t\t<visible>!Control.IsVisible(6501) + !Control.IsVisible(6502)</visible>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-500</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>0</width>\n\t\t\t\t\t\t\t<height>0</height>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>0</width>\n\t\t\t\t\t\t\t\t<height>0</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-4).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>120</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-3).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>240</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-2).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>360</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-1).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>486</left>\n\t\t\t\t\t\t\t<top>280</top>\n\t\t\t\t\t\t\t<width>188</width>\n\t\t\t\t\t\t\t<height>327</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>188</width>\n\t\t\t\t\t\t\t\t<height>327</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>188</width>\n\t\t\t\t\t\t\t\t<height>327</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(0).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>660</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(1).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>780</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(2).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t\t\t\t<left>900</left>\n\t\t\t\t\t\t\t<top>340</top>\n\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>249</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(3).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-500</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>0</width>\n\t\t\t\t\t\t\t<height>0</height>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>0</width>\n\t\t\t\t\t\t\t\t<height>0</height>\n\t\t\t\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[Container(65).ListItem(4).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>605</top>\n\t\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t\t<height>36</height>\n\t\t\t\t\t\t<font>size_40</font>\n\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view65.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>640</top>\n\t\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t\t<itemgap>5</itemgap>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view65.shadow</shadowcolor>\n\t\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31186]</label>\n\t\t\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view65.shadow</shadowcolor>\n\t\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,1)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view65.shadow</shadowcolor>\n\t\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view65.shadow</shadowcolor>\n\t\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>- Has Trainer</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(ListItem.overlay)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"wraplist\" id=\"65\">\n\t\t\t\t\t<left>-295</left>\n\t\t\t\t\t<top>320</top>\n\t\t\t\t\t<width>1700</width>\n\t\t\t\t\t<height>471</height>\n\t\t\t\t\t<onleft>65</onleft>\n\t\t\t\t\t<onright>65</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view65\">bigwrap</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>2</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout height=\"290\" width=\"414\">\n\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"290\" width=\"414\">\n\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>65</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Resources_68_CDs_Fixed ID = 68 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(68) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart</include>\n\t\t\t\t<control type=\"fixedlist\" id=\"68\">\n\t\t\t\t\t<left>190</left>\n\t\t\t\t\t<top>260</top>\n\t\t\t\t\t<width>1310</width>\n\t\t\t\t\t<height>480</height>\n\t\t\t\t\t<onleft>68</onleft>\n\t\t\t\t\t<onright>68</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view68\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>100</scrolltime>\n\t\t\t\t\t<focusposition>0</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout height=\"200\" width=\"144\">\n\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t<left>-150</left>\n\t\t\t\t\t\t\t<top>195</top>\n\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t<height>136</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\">no_cd.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t<left>-150</left>\n\t\t\t\t\t\t\t<top>195</top>\n\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t<height>136</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\cd.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image.\">\n\t\t\t\t\t\t\t<left>-150</left>\n\t\t\t\t\t\t\t<top>335</top>\n\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t<height>136</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" flipy=\"true\" diffuse=\"views\\68\\cd_diffuse_cdview.png\">no_cd.png</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"largeimage.\">\n\t\t\t\t\t\t\t<left>-150</left>\n\t\t\t\t\t\t\t<top>335</top>\n\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t<height>136</height>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" flipy=\"true\" diffuse=\"views\\68\\cd_diffuse_cdview.png\">$INFO[listitem.Synopsis_Resources]artwork\\cd_small.jpg</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"385\" width=\"265\"></focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>37</left>\n\t\t\t\t\t<top>260</top>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t<top>100</top>\n\t\t\t\t\t\t<width>275</width>\n\t\t\t\t\t\t<height>275</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\">no_cd.png</texture>\n\t\t\t\t\t\t<animation effect=\"rotate\" start=\"0\" end=\"-360\" center=\"auto\" time=\"15000\" loop=\"true\" condition=\"true\">conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t<top>100</top>\n\t\t\t\t\t\t<width>275</width>\n\t\t\t\t\t\t<height>275</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\cd.png</texture>\n\t\t\t\t\t\t<animation effect=\"rotate\" start=\"0\" end=\"-360\" center=\"auto\" time=\"15000\" loop=\"true\" condition=\"true\">conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>280</left>\n\t\t\t\t\t\t<top>353</top>\n\t\t\t\t\t\t<width>1030</width>\n\t\t\t\t\t\t<height>36</height>\n\t\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view68.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames)\">Conditional</animation>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames)\">Conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t\t<left>280</left>\n\t\t\t\t\t\t<top>383</top>\n\t\t\t\t\t\t<width>1030</width>\n\t\t\t\t\t\t<height>36</height>\n\t\t\t\t\t\t<itemgap>5</itemgap>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames)\">Conditional</animation>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames)\">Conditional</animation>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view68.shadow</shadowcolor>\n\t\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31186]</label>\n\t\t\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view68.shadow</shadowcolor>\n\t\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,1)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view68.shadow</shadowcolor>\n\t\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>colour.view68.shadow</shadowcolor>\n\t\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>- Has Trainer</label>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- Flipped images -->\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t<top>385</top>\n\t\t\t\t\t\t<width>275</width>\n\t\t\t\t\t\t<height>275</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" flipy=\"true\" diffuse=\"views\\68\\cd_diffuse_cdview_focus.png\">$INFO[listitem.Synopsis_Resources]artwork\\cd_small.jpg</texture>\n\t\t\t\t\t\t<animation effect=\"rotate\" start=\"0\" end=\"360\" center=\"auto\" time=\"15000\" loop=\"true\" condition=\"true\">conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>68</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Standard_50_Posters_Carousel ID = 50 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(50) + ![Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart</include>\n\t\t\t\t<control type=\"fixedlist\" id=\"50\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>303</top>\n\t\t\t\t\t<width>1380</width>\n\t\t\t\t\t<height>460</height>\n\t\t\t\t\t<onleft>50</onleft>\n\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view50\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>3</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"283\" width=\"200\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-60</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"283\" width=\"200\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-60</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,30,25,25\" end=\"-10,-5,30,30\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,30,25,25\" start=\"-10,-5,30,30\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,30,25,25\" end=\"-10,-5,30,30\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,30,25,25\" start=\"-10,-5,30,30\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\" border=\"5\">views\\50\\poster-border.png</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-20,-42,240,340\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"283\" width=\"200\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-60</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View50_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"283\" width=\"200\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-60</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View50_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,30,25,25\" end=\"-10,-5,30,30\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,30,25,25\" start=\"-10,-5,30,30\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,30,25,25\" end=\"-10,-5,30,30\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,30,25,25\" start=\"-10,-5,30,30\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\" border=\"5\">views\\50\\poster-border.png</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-20,-42,240,340\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<bottom>64</bottom>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>36</height>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view50.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>50</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Standard_51_Posters_Carousel_Small ID = 51 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(51) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart</include>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<animation effect=\"zoom\" reversable=\"true\" start=\"0\" end=\"80\" time=\"0\" condition=\"Control.IsVisible(51)\">Conditional</animation>\n\t\t\t\t\t<control type=\"fixedlist\" id=\"51\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>460</top>\n\t\t\t\t\t\t<width>1700</width>\n\t\t\t\t\t\t<height>460</height>\n\t\t\t\t\t\t<onleft>51</onleft>\n\t\t\t\t\t\t<onright>51</onright>\n\t\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t\t<viewtype label=\"view51\">biglist</viewtype>\n\t\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t\t<focusposition>4</focusposition>\n\t\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"283\" width=\"200\">\n\t\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t\t<left>-100</left>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</itemlayout>\n\t\t\t\t\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"283\" width=\"200\">\n\t\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t\t<left>-100</left>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,30,25,25\" end=\"-10,-5,30,30\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,30,25,25\" start=\"-10,-5,30,30\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,30,25,25\" end=\"-10,-5,30,30\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,30,25,25\" start=\"-10,-5,30,30\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\" border=\"5\">views\\50\\poster-border.png</texture>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-20,-42,240,340\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"283\" width=\"200\">\n\t\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t\t<left>-100</left>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View51_Thumbs]</texture>\n\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</itemlayout>\n\t\t\t\t\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"283\" width=\"200\">\n\t\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t\t<left>-100</left>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View51_Thumbs]</texture>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,30,25,25\" end=\"-10,-5,30,30\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,30,25,25\" start=\"-10,-5,30,30\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,30,25,25\" end=\"-10,-5,30,30\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,30,25,25\" start=\"-10,-5,30,30\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\" border=\"5\">views\\50\\poster-border.png</texture>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-20,-42,240,340\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<bottom>64</bottom>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>36</height>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view51.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>51</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Standard_52_Squares_Carousel ID = 52 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(52) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Fanart</include>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<control type=\"fixedlist\" id=\"52\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>355</top>\n\t\t\t\t\t<width>1380</width>\n\t\t\t\t\t<height>460</height>\n\t\t\t\t\t<onleft>52</onleft>\n\t\t\t\t\t<onright>52</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view52\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>3</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"428\" width=\"216\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-116</left>\n\t\t\t\t\t\t\t<top>20</top>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>7</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>204</width>\n\t\t\t\t\t\t\t\t<height>204</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\">no_loginIcon.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>7</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>204</width>\n\t\t\t\t\t\t\t\t<height>204</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>8</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"428\" width=\"216\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-116</left>\n\t\t\t\t\t\t\t<top>20</top>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>7</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>204</width>\n\t\t\t\t\t\t\t\t<height>204</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\">no_loginIcon.jpg</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"7,5,204,204\" end=\"3,1,212,212\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"7,5,204,204\" start=\"3,1,212,212\" time=\"200\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>7</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>204</width>\n\t\t\t\t\t\t\t\t<height>204</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"7,5,204,204\" end=\"3,1,212,212\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"7,5,204,204\" start=\"3,1,212,212\" time=\"200\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>8</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,8,25,25\" end=\"2,0,30,30\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,8,25,25\" start=\"2,0,30,30\" time=\"200\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>7</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>204</width>\n\t\t\t\t\t\t\t\t<height>204</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\" border=\"5\">views\\52\\poster-border.png</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"2,0,214,214\" end=\"-2,-4,222,222\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(hideloginborder)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"428\" width=\"216\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-116</left>\n\t\t\t\t\t\t\t<top>20</top>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>7</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>204</width>\n\t\t\t\t\t\t\t\t<height>204</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\">no_loginIcon.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>7</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>204</width>\n\t\t\t\t\t\t\t\t<height>204</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>7</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>204</width>\n\t\t\t\t\t\t\t\t<height>204</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\52\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>8</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"428\" width=\"216\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-116</left>\n\t\t\t\t\t\t\t<top>20</top>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>7</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>204</width>\n\t\t\t\t\t\t\t\t<height>204</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\">no_loginIcon.jpg</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"7,5,204,204\" end=\"3,1,212,212\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"7,5,204,204\" start=\"3,1,212,212\" time=\"200\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>7</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>204</width>\n\t\t\t\t\t\t\t\t<height>204</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"7,5,204,204\" end=\"3,1,212,212\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"7,5,204,204\" start=\"3,1,212,212\" time=\"200\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t\t\t\t<left>7</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>204</width>\n\t\t\t\t\t\t\t\t<height>204</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\52\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\poster.jpg</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"7,5,204,204\" end=\"3,1,212,212\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"7,5,204,204\" start=\"3,1,212,212\" time=\"200\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>8</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,8,25,25\" end=\"2,0,30,30\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,8,25,25\" start=\"2,0,30,30\" time=\"200\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>7</left>\n\t\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t\t<width>204</width>\n\t\t\t\t\t\t\t\t<height>204</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\" border=\"5\">views\\52\\poster-border.png</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"2,0,214,214\" end=\"-2,-4,222,222\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(hideloginborder)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<bottom>79</bottom>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>36</height>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view52.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>640</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>30</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view52.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[31186]</label>\n\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,0) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>640</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>30</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view52.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,1) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>640</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>30</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view52.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>52</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Standard_59_Posters_Gap_Carousel ID = 59 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(59) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart</include>\n\t\t\t\t<control type=\"fixedlist\" id=\"59\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>320</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>460</height>\n\t\t\t\t\t<onleft>59</onleft>\n\t\t\t\t\t<onright>59</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view59\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>1</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"290\" width=\"414\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>125.5</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t\t\t<top>286</top>\n\t\t\t\t\t\t\t\t<width>220</width>\n\t\t\t\t\t\t\t\t<height>7</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t\t\t\t<texture background=\"true\">views\\59\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>33</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"290\" width=\"414\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>125.5</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t\t\t<top>286</top>\n\t\t\t\t\t\t\t\t<width>220</width>\n\t\t\t\t\t\t\t\t<height>7</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">views\\59\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-10,286,220,7\" end=\"-28,290,256,8\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"-10,286,220,7\" start=\"-28,290,256,8\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,35,25,25\" end=\"-5,3,30,30\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,35,25,25\" start=\"-5,3,30,30\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,55,25,25\" end=\"-5,26,30,30\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,55,25,25\" start=\"-5,26,30,30\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"290\" width=\"414\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>125.5</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t\t\t<top>286</top>\n\t\t\t\t\t\t\t\t<width>220</width>\n\t\t\t\t\t\t\t\t<height>7</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t\t\t\t<texture background=\"true\">views\\59\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View59_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>33</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"290\" width=\"414\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>125.5</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t\t\t<top>286</top>\n\t\t\t\t\t\t\t\t<width>220</width>\n\t\t\t\t\t\t\t\t<height>7</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">views\\59\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-10,286,220,7\" end=\"-28,290,256,8\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"-10,286,220,7\" start=\"-28,290,256,8\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View59_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,35,25,25\" end=\"-5,3,30,30\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,35,25,25\" start=\"-5,3,30,30\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,55,25,25\" end=\"-5,26,30,30\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,55,25,25\" start=\"-5,26,30,30\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<bottom>59</bottom>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>36</height>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view59.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>59</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Standard_60_Posters_Gap_Carousel_Small ID = 60 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(60) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart</include>\n\t\t\t\t<control type=\"fixedlist\" id=\"60\">\n\t\t\t\t\t<animation effect=\"zoom\" reversable=\"true\" start=\"0\" end=\"81\" time=\"0\" condition=\"Control.IsVisible(60)\">Conditional</animation>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>472</top>\n\t\t\t\t\t<width>1700</width>\n\t\t\t\t\t<height>460</height>\n\t\t\t\t\t<onleft>60</onleft>\n\t\t\t\t\t<onright>60</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view60\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>2</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"290\" width=\"414\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-138.5</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t\t\t<top>286</top>\n\t\t\t\t\t\t\t\t<width>220</width>\n\t\t\t\t\t\t\t\t<height>7</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t\t\t\t<texture background=\"true\">views\\59\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>33</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"290\" width=\"414\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-138.5</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t\t\t<top>286</top>\n\t\t\t\t\t\t\t\t<width>220</width>\n\t\t\t\t\t\t\t\t<height>7</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">views\\59\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-10,286,220,7\" end=\"-28,290,256,8\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"-10,286,220,7\" start=\"-28,290,256,8\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,35,25,25\" end=\"-5,3,30,30\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,35,25,25\" start=\"-5,3,30,30\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,55,25,25\" end=\"-5,26,30,30\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,55,25,25\" start=\"-5,26,30,30\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"290\" width=\"414\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-138.5</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t\t\t<top>286</top>\n\t\t\t\t\t\t\t\t<width>220</width>\n\t\t\t\t\t\t\t\t<height>7</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t\t\t\t<texture background=\"true\">views\\59\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View59_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>33</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"290\" width=\"414\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-138.5</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t\t\t<top>286</top>\n\t\t\t\t\t\t\t\t<width>220</width>\n\t\t\t\t\t\t\t\t<height>7</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">views\\59\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-10,286,220,7\" end=\"-28,290,256,8\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"-10,286,220,7\" start=\"-28,290,256,8\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>7</top>\n\t\t\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View59_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,35,25,25\" end=\"-5,3,30,30\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,35,25,25\" start=\"-5,3,30,30\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,55,25,25\" end=\"-5,26,30,30\" time=\"100\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,55,25,25\" start=\"-5,26,30,30\" time=\"100\">unfocus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<bottom>59</bottom>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>36</height>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view60.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>60</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Standard_66_PS4_Lower ID = 66 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(66) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart</include>\n\t\t\t\t<control type=\"fixedlist\" id=\"66\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>360</top>\n\t\t\t\t\t<width>1380</width>\n\t\t\t\t\t<height>430</height>\n\t\t\t\t\t<onleft>66</onleft>\n\t\t\t\t\t<onright>66</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view66\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>2</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"147\" width=\"149\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-86</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>3</left>\n\t\t\t\t\t\t\t\t<top>90</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>141</height>\n\t\t\t\t\t\t\t\t<aspectratio aligny=\"middle\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\66\\diffuse.png\">no_loginIcon.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>92</top>\n\t\t\t\t\t\t\t\t<width>137</width>\n\t\t\t\t\t\t\t\t<height>137</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio aligny=\"middle\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\66\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"147\" width=\"149\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-86</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>3</left>\n\t\t\t\t\t\t\t\t<top>90</top>\n\t\t\t\t\t\t\t\t<width>141</width>\n\t\t\t\t\t\t\t\t<height>141</height>\n\t\t\t\t\t\t\t\t<aspectratio aligny=\"middle\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\66\\diffuse.png\">no_loginIcon.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>92</top>\n\t\t\t\t\t\t\t\t<width>137</width>\n\t\t\t\t\t\t\t\t<height>137</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio aligny=\"middle\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\66\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>92</top>\n\t\t\t\t\t\t\t\t<width>137</width>\n\t\t\t\t\t\t\t\t<height>137</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio aligny=\"middle\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\66\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>92</top>\n\t\t\t\t\t\t\t\t<width>137</width>\n\t\t\t\t\t\t\t\t<height>137</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio aligny=\"middle\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\66\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View66_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"286\" width=\"258\">\n\t\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>212</left>\n\t\t\t\t\t<top>360</top>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>8</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>240</width>\n\t\t\t\t\t\t<height>286</height>\n\t\t\t\t\t\t<aspectratio aligny=\"top\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t<texture diffuse=\"views\\66\\diffuse_large.png\">no_loginIcon.jpg</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>13</left>\n\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t<width>230</width>\n\t\t\t\t\t\t<height>276</height>\n\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t<aspectratio aligny=\"top\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\66\\diffuse_large.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>13</left>\n\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t<width>230</width>\n\t\t\t\t\t\t\t<height>276</height>\n\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t<aspectratio aligny=\"top\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\66\\diffuse_large.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>13</left>\n\t\t\t\t\t\t\t<top>5</top>\n\t\t\t\t\t\t\t<width>230</width>\n\t\t\t\t\t\t\t<height>276</height>\n\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t<aspectratio aligny=\"top\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\66\\diffuse_large.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View66_Thumbs]</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>13</left>\n\t\t\t\t\t\t<top>250</top>\n\t\t\t\t\t\t<width>230</width>\n\t\t\t\t\t\t<height>31</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\66\\diffuse_name_underlay.png\">views\\66\\name_underlay.png</texture>\n\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>210</left>\n\t\t\t\t\t\t<top>253</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(66).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(66).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator) + !ListItem.IsFolder</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>20</left>\n\t\t\t\t\t\t<top>253</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(66).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(66).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator) + !ListItem.IsFolder</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>13</left>\n\t\t\t\t\t\t<top>250</top>\n\t\t\t\t\t\t<width>230</width>\n\t\t\t\t\t\t<height>31</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>colour.view66.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view66.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>[UPPERCASE]$LOCALIZE[31186][/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,0) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !ListItem.IsFolder\">Conditional</animation>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + ListItem.IsFolder\">Conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>13</left>\n\t\t\t\t\t\t<top>250</top>\n\t\t\t\t\t\t<width>230</width>\n\t\t\t\t\t\t<height>31</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>colour.view66.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view66.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>[UPPERCASE]$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]][/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !ListItem.IsFolder\">Conditional</animation>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + ListItem.IsFolder\">Conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>13</left>\n\t\t\t\t\t\t<top>250</top>\n\t\t\t\t\t\t<width>230</width>\n\t\t\t\t\t\t<height>31</height>\n\t\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t\t<textcolor>colour.view66.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view66.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>[UPPERCASE]$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]][/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !ListItem.IsFolder\">Conditional</animation>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + ListItem.IsFolder\">Conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>270</left>\n\t\t\t\t\t\t<top>240</top>\n\t\t\t\t\t\t<width>1040</width>\n\t\t\t\t\t\t<height>36</height>\n\t\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view66.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !ListItem.IsFolder\">Conditional</animation>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + ListItem.IsFolder\">Conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>66</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Standard_67_Fixed_Poster ID = 67 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(67) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart</include>\n\t\t\t\t<control type=\"fixedlist\" id=\"67\">\n\t\t\t\t\t<left>275</left>\n\t\t\t\t\t<top>260</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>480</height>\n\t\t\t\t\t<onleft>67</onleft>\n\t\t\t\t\t<onright>67</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view67\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>130</scrolltime>\n\t\t\t\t\t<focusposition>0</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"190\" width=\"144\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-109</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-4</left>\n\t\t\t\t\t\t\t\t<top>331</top>\n\t\t\t\t\t\t\t\t<width>143</width>\n\t\t\t\t\t\t\t\t<height>8</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\67\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\67\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>2</left>\n\t\t\t\t\t\t\t\t<top>165</top>\n\t\t\t\t\t\t\t\t<width>18</width>\n\t\t\t\t\t\t\t\t<height>18</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>2</left>\n\t\t\t\t\t\t\t\t<top>165</top>\n\t\t\t\t\t\t\t\t<width>18</width>\n\t\t\t\t\t\t\t\t<height>18</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,15\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"190\" width=\"144\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-109</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-4</left>\n\t\t\t\t\t\t\t\t<top>331</top>\n\t\t\t\t\t\t\t\t<width>143</width>\n\t\t\t\t\t\t\t\t<height>8</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\67\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\67\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>2</left>\n\t\t\t\t\t\t\t\t<top>165</top>\n\t\t\t\t\t\t\t\t<width>18</width>\n\t\t\t\t\t\t\t\t<height>18</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>2</left>\n\t\t\t\t\t\t\t\t<top>165</top>\n\t\t\t\t\t\t\t\t<width>18</width>\n\t\t\t\t\t\t\t\t<height>18</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,15\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"190\" width=\"144\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-109</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-4</left>\n\t\t\t\t\t\t\t\t<top>331</top>\n\t\t\t\t\t\t\t\t<width>143</width>\n\t\t\t\t\t\t\t\t<height>8</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\67\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\67\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View67_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>2</left>\n\t\t\t\t\t\t\t\t<top>165</top>\n\t\t\t\t\t\t\t\t<width>18</width>\n\t\t\t\t\t\t\t\t<height>18</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>2</left>\n\t\t\t\t\t\t\t\t<top>165</top>\n\t\t\t\t\t\t\t\t<width>18</width>\n\t\t\t\t\t\t\t\t<height>18</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,15\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"190\" width=\"144\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-109</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-4</left>\n\t\t\t\t\t\t\t\t<top>331</top>\n\t\t\t\t\t\t\t\t<width>143</width>\n\t\t\t\t\t\t\t\t<height>8</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>views\\67\\listview_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture diffuse=\"views\\67\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>145</top>\n\t\t\t\t\t\t\t\t<width>136</width>\n\t\t\t\t\t\t\t\t<height>190</height>\n\t\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View67_Thumbs]</texture>\n\t\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>2</left>\n\t\t\t\t\t\t\t\t<top>165</top>\n\t\t\t\t\t\t\t\t<width>18</width>\n\t\t\t\t\t\t\t\t<height>18</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>2</left>\n\t\t\t\t\t\t\t\t<top>165</top>\n\t\t\t\t\t\t\t\t<width>18</width>\n\t\t\t\t\t\t\t\t<height>18</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,15\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>37</left>\n\t\t\t\t\t<top>260</top>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>-20</left>\n\t\t\t\t\t\t<top>380</top>\n\t\t\t\t\t\t<width>295</width>\n\t\t\t\t\t\t<height>11</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<colordiffuse>FF000000</colordiffuse>\n\t\t\t\t\t\t<texture>views\\67\\listview_shadow.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>275</width>\n\t\t\t\t\t\t<height>385</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture diffuse=\"views\\67\\diffuse_large.png\">no_poster.jpg</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>275</width>\n\t\t\t\t\t\t<height>385</height>\n\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse_large.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>275</width>\n\t\t\t\t\t\t<height>385</height>\n\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse_large.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>275</width>\n\t\t\t\t\t\t\t<height>385</height>\n\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse_large.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>275</width>\n\t\t\t\t\t\t\t<height>385</height>\n\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse_large.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>275</width>\n\t\t\t\t\t\t\t<height>385</height>\n\t\t\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse_large.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View67_Thumbs]</texture>\n\t\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>280</left>\n\t\t\t\t\t\t<top>353</top>\n\t\t\t\t\t\t<width>1030</width>\n\t\t\t\t\t\t<height>36</height>\n\t\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view67.shadow</shadowcolor>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>40</top>\n\t\t\t\t\t\t<width>35</width>\n\t\t\t\t\t\t<height>35</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>40</top>\n\t\t\t\t\t\t<width>35</width>\n\t\t\t\t\t\t<height>35</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,30\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>67</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Standard_70_Squares_Carousel_Alt ID = 70 -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.IsVisible(70) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t\t\t\t<include>Game.Views</include>\n\t\t\t\t<include>Fanart</include>\n\t\t\t\t<control type=\"fixedlist\" id=\"70\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>375</top>\n\t\t\t\t\t<width>1380</width>\n\t\t\t\t\t<height>460</height>\n\t\t\t\t\t<onleft>70</onleft>\n\t\t\t\t\t<onright>70</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view70\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>2</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"428\" width=\"322\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-96.5</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t\t\t<top>213</top>\n\t\t\t\t\t\t\t\t<width>205</width>\n\t\t\t\t\t\t\t\t<height>14</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t\t\t\t<texture background=\"true\">views\\70\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>185</width>\n\t\t\t\t\t\t\t\t<height>185</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\70\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>38</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"428\" width=\"322\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-96.5</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t\t\t<top>213</top>\n\t\t\t\t\t\t\t\t<width>205</width>\n\t\t\t\t\t\t\t\t<height>14</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">views\\70\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-10,213,205,14\" end=\"-27.5,5,240,14\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"-10,213,205,14\" start=\"-27.5,5,240,14\" time=\"200\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>185</width>\n\t\t\t\t\t\t\t\t<height>185</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\70\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,35,185,185\" end=\"-17.5,0,220,220\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,35,185,185\" start=\"-17.5,0,220,220\" time=\"200\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>38</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,38,25,25\" end=\"-13,4,30,30\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,38,25,25\" start=\"-13,4,30,30\" time=\"200\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"428\" width=\"322\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-96.5</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t\t\t<top>213</top>\n\t\t\t\t\t\t\t\t<width>205</width>\n\t\t\t\t\t\t\t\t<height>14</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t\t\t\t<texture background=\"true\">views\\70\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>185</width>\n\t\t\t\t\t\t\t\t<height>185</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\70\\diffuse.png\">no_loginIcon.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>185</width>\n\t\t\t\t\t\t\t\t<height>185</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\70\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>185</width>\n\t\t\t\t\t\t\t\t<height>185</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\70\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\poster.jpg</texture>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"428\" width=\"322\">\n\t\t\t\t\t\t<control type=\"group\">\n\t\t\t\t\t\t\t<left>-96.5</left>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t\t\t\t<top>213</top>\n\t\t\t\t\t\t\t\t<width>205</width>\n\t\t\t\t\t\t\t\t<height>14</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\">views\\70\\poster_shadow.png</texture>\n\t\t\t\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-10,213,205,14\" end=\"-27.5,5,240,14\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"-10,213,205,14\" start=\"-27.5,5,240,14\" time=\"200\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>185</width>\n\t\t\t\t\t\t\t\t<height>185</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\70\\diffuse.png\">no_loginIcon.jpg</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,35,185,185\" end=\"-17.5,0,220,220\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,35,185,185\" start=\"-17.5,0,220,220\" time=\"200\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>185</width>\n\t\t\t\t\t\t\t\t<height>185</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\70\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,35,185,185\" end=\"-17.5,0,220,220\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,35,185,185\" start=\"-17.5,0,220,220\" time=\"200\">unfocus</animation>\n\t\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t\t<top>35</top>\n\t\t\t\t\t\t\t\t<width>185</width>\n\t\t\t\t\t\t\t\t<height>185</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\70\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\poster.jpg</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,35,185,185\" end=\"-17.5,0,220,220\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,35,185,185\" start=\"-17.5,0,220,220\" time=\"200\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t\t\t<top>38</top>\n\t\t\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,38,25,25\" end=\"-13,4,30,30\" time=\"200\">focus</animation>\n\t\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,38,25,25\" start=\"-13,4,30,30\" time=\"200\">unfocus</animation>\n\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<bottom>79</bottom>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>36</height>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view70.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>640</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>30</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view70.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[31186]</label>\n\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,0) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>640</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>30</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view70.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,1) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>640</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>30</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view70.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t\t<onup>70</onup>\n\t\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Custom views -->\n\t\t\t<include>Custom Views</include>\n\t\t</control>\n\t\t<include>Window.Footer</include>\n\t\t<include condition=\"Skin.HasSetting(kioskmode)\">View_Options</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/MyScripts.xml",
    "content": "<window id=\"20\">\n\t<defaultcontrol always=\"true\">50</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<views>50</views>\n\t<controls>\n\t\t<include>Global.Backgrounds</include>\n\t\t<control type=\"group\">\n\t\t\t<include>View.Visible.Effect</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>55</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>1170</width>\n\t\t\t\t<height>610</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.main\">windows\\settings_categories\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>75</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>570</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.main.overlay\">windows\\settings_categories\\main_overlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>75</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>76</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.header\">windows\\settings\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>95</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>center</align>\n\t\t\t\t<textcolor>colour.general.label.header</textcolor>\n\t\t\t\t<label>$LOCALIZE[247]</label>\n\t\t\t\t<visible>Window.IsActive(20)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>95</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>center</align>\n\t\t\t\t<textcolor>colour.general.label.header</textcolor>\n\t\t\t\t<label>$LOCALIZE[559]</label>\n\t\t\t\t<visible>Window.IsActive(500)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>95</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>center</align>\n\t\t\t\t<textcolor>colour.general.label.header</textcolor>\n\t\t\t\t<label>$LOCALIZE[2]</label>\n\t\t\t\t<visible>Window.IsActive(501)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>568</top>\n\t\t\t\t<width min=\"100\" max=\"775\">auto</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- Y Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.y_button\">pad_buttons\\dialogs\\y_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>Window.IsVisible(500) | Window.IsVisible(501)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31111]</label>\n\t\t\t\t\t<visible>Window.IsVisible(501)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31112]</label>\n\t\t\t\t\t<visible>Window.IsVisible(500)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- White Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.white_button\">pad_buttons\\dialogs\\white_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31113]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- Black Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.black_button\">pad_buttons\\dialogs\\black_button.png</texture>\n\t\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t\t<visible>Window.IsVisible(500) | Window.IsVisible(501)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31117]</label>\n\t\t\t\t\t<visible>Window.IsVisible(500)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.general.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31118]</label>\n\t\t\t\t\t<visible>Window.IsVisible(501)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>170</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>410</height>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<texture background=\"false\">$INFO[listitem.Icon]</texture>\n\t\t\t</control>\n\t\t\t<!-- Content List -->\n\t\t\t<control type=\"list\" id=\"50\">\n\t\t\t\t<include>Common.View.Layout</include>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t<left>1190</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>4</width>\n\t\t\t\t<height>420</height>\n\t\t\t\t<include>Fake.ScrollBar.Vertical</include>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/PlayerControls.xml",
    "content": "<window type=\"dialog\" id=\"114\">\n\t<defaultcontrol always=\"true\">9001</defaultcontrol>\n\t<controls>\n\t\t<include>Behind.Dialog.FadeOut</include>\n\t\t<control type=\"button\" id=\"9001\">\n\t\t\t<left>-500</left>\n\t\t\t<onfocus>dialog.close(114,true)</onfocus>\n\t\t\t<visible>!Player.HasMedia</visible>\n\t\t</control>\n\t\t<control type=\"button\" id=\"9001\">\n\t\t\t<left>-500</left>\n\t\t\t<onfocus>Dialog.Close(1112,true)</onfocus>\n\t\t\t<onfocus>Dialog.Close(114,true)</onfocus>\n\t\t\t<onfocus>ActivateWindow(2006)</onfocus>\n\t\t\t<visible>Player.HasMedia + Window.IsActive(1112)</visible>\n\t\t</control>\n\t\t<control type=\"button\" id=\"9001\">\n\t\t\t<left>-500</left>\n\t\t\t<onfocus>SetFocus(603)</onfocus>\n\t\t\t<visible>Player.HasMedia</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<left>452</left>\n\t\t\t<top>0</top>\n\t\t\t<visible>Player.HasAudio + !Window.IsActive(1112)</visible>\n\t\t\t<animation effect=\"slide\" start=\"0,-301\" end=\"0,0\" delay=\"10\" time=\"250\" tween=\"Quadratic\" easing=\"out\">WindowOpen</animation>\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-115\" delay=\"170\" time=\"250\" tween=\"Quadratic\" easing=\"out\">WindowClose</animation>\n\t\t\t<!-- Bottom Overlay Information -->\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>119</top>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,87\" delay=\"0\" time=\"250\" tween=\"Quadratic\" easing=\"out\" condition=\"Skin.HasSetting(newplayer_large_artwork)\">Conditional</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,-119\" end=\"0,0\" delay=\"260\" time=\"900\" tween=\"Bounce\" easing=\"out\" condition=\"!Skin.HasSetting(newplayer_large_artwork)\">WindowOpen</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-98\" delay=\"70\" time=\"240\" tween=\"Quadratic\" easing=\"out\" condition=\"!Skin.HasSetting(newplayer_large_artwork)\">WindowClose</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,-155\" end=\"0,0\" delay=\"260\" time=\"900\" tween=\"Bounce\" easing=\"out\" condition=\"Skin.HasSetting(newplayer_large_artwork)\">WindowOpen</animation>\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-155\" delay=\"0\" time=\"200\" tween=\"Quadratic\" easing=\"out\" condition=\"Skin.HasSetting(newplayer_large_artwork)\">WindowClose</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>-92</top>\n\t\t\t\t\t<width>375</width>\n\t\t\t\t\t<height>150</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"new player\\player_lower_underlay_diffuse.png\">new player\\player_lower_underlay.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>-92</top>\n\t\t\t\t\t<width>375</width>\n\t\t\t\t\t<height>150</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"middle\">scale</aspectratio>\n\t\t\t\t\t<texture diffuse=\"new player\\player_lower_underlay_diffuse.png\">$INFO[musicplayer.cover]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>375</width>\n\t\t\t\t\t<height>58</height>\n\t\t\t\t\t<texture>new player\\player_lower_underlay.png</texture>\n\t\t\t\t\t<colordiffuse>F1FFFFFF</colordiffuse>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"progress\">\n\t\t\t\t\t<description>Progressbar Current Playing</description>\n\t\t\t\t\t<left>1</left>\n\t\t\t\t\t<top>-2</top>\n\t\t\t\t\t<width>373</width>\n\t\t\t\t\t<height>5</height>\n\t\t\t\t\t<info>Player.Progress</info>\n\t\t\t\t\t<texturebg>new player\\progress_underlay.png</texturebg>\n\t\t\t\t\t<midtexture border=\"1,1,1,1\">new player\\progress_overlay.png</midtexture>\n\t\t\t\t\t<lefttexture>-</lefttexture>\n\t\t\t\t\t<righttexture>-</righttexture>\n\t\t\t\t\t<overlaytexture>-</overlaytexture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>310</left>\n\t\t\t\t\t<top>30</top>\n\t\t\t\t\t<width>50</width>\n\t\t\t\t\t<height>14</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>right</align>\n\t\t\t\t\t<textcolor>colour.playercontrol.label</textcolor>\n\t\t\t\t\t<label>$INFO[Player.Duration(mm:ss)]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- Labels -->\n\t\t\t\t<control type=\"fadelabel\">\n\t\t\t\t\t<left>15</left>\n\t\t\t\t\t<top>9</top>\n\t\t\t\t\t<width>343</width>\n\t\t\t\t\t<height>14</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.playercontrol.label</textcolor>\n\t\t\t\t\t<label>[B]$INFO[MusicPlayer.Album][/B]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"fadelabel\">\n\t\t\t\t\t<left>15</left>\n\t\t\t\t\t<top>30</top>\n\t\t\t\t\t<width>300</width>\n\t\t\t\t\t<height>14</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.playercontrol.label</textcolor>\n\t\t\t\t\t<label>$INFO[MusicPlayer.Title]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Upper Overlay -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>375</width>\n\t\t\t\t<height>119</height>\n\t\t\t\t<texture>new player\\upper_overlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>56</left>\n\t\t\t\t<top>9</top>\n\t\t\t\t<width>2</width>\n\t\t\t\t<height>96</height>\n\t\t\t\t<texture>new player\\player_sepirator.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>316</left>\n\t\t\t\t<top>9</top>\n\t\t\t\t<width>2</width>\n\t\t\t\t<height>96</height>\n\t\t\t\t<texture>new player\\player_sepirator.png</texture>\n\t\t\t</control>\n\t\t\t<!-- Buttons -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>88</left>\n\t\t\t\t<top>15</top>\n\t\t\t\t<width>196</width>\n\t\t\t\t<height>85</height>\n\t\t\t\t<texture>new player\\player_underlay.png</texture>\n\t\t\t</control>\n\t\t\t<!-- Volume Button -->\n\t\t\t<control type=\"button\" id=\"601\">\n\t\t\t\t<left>95</left>\n\t\t\t\t<top>35</top>\n\t\t\t\t<width>48</width>\n\t\t\t\t<height>48</height>\n\t\t\t\t<label>-</label>\n\t\t\t\t<texturefocus>-</texturefocus>\n\t\t\t\t<texturenofocus>-</texturenofocus>\n\t\t\t\t<onclick>-</onclick>\n\t\t\t\t<onleft>605</onleft>\n\t\t\t\t<onright>602</onright>\n\t\t\t\t<onup>VolumeUp</onup>\n\t\t\t\t<ondown>VolumeDown</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"progress\" id=\"29999\">\n\t\t\t\t<description>Hidden Progressbar Volume</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>0</width>\n\t\t\t\t<height>0</height>\n\t\t\t\t<info>Player.Volume</info>\n\t\t\t\t<texturebg>-</texturebg>\n\t\t\t\t<midtexture>-</midtexture>\n\t\t\t\t<lefttexture>-</lefttexture>\n\t\t\t\t<righttexture>-</righttexture>\n\t\t\t\t<overlaytexture>-</overlaytexture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>-7</left>\n\t\t\t\t<top>48</top>\n\t\t\t\t<top>48</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_13</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<textcolor>colour.playercontrol.label2</textcolor>\n\t\t\t\t<label>[B]$INFO[Control.GetLabel(29999),,%][/B]</label>\n\t\t\t\t<!-- <visible>Control.HasFocus(601)</visible> -->\n\t\t\t\t<animation effect=\"rotate\" end=\"-90\" center=\"auto\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>25</top>\n\t\t\t\t<width>17</width>\n\t\t\t\t<height>17</height>\n\t\t\t\t<texture>new player\\arrow.png</texture>\n\t\t\t\t<visible>Control.HasFocus(601)</visible>\n\t\t\t\t<animation type=\"Conditional\" condition=\"true\" loop=\"true\" reversable=\"false\">\n\t\t\t\t\t<effect type=\"slide\" start=\"0,0\" end=\"0,-12\" time=\"1000\" tween=\"Quadratic\" easing=\"out\" delay=\"3000\"/>\n\t\t\t\t\t<effect type=\"slide\" start=\"0,0\" end=\"0,12\" time=\"1000\" tween=\"Quadratic\" easing=\"out\" delay=\"3500\"/>\n\t\t\t\t</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>74</top>\n\t\t\t\t<width>17</width>\n\t\t\t\t<height>17</height>\n\t\t\t\t<texture flipy=\"true\">new player\\arrow.png</texture>\n\t\t\t\t<visible>Control.HasFocus(601)</visible>\n\t\t\t\t<animation type=\"Conditional\" condition=\"true\" loop=\"true\" reversable=\"false\">\n\t\t\t\t\t<effect type=\"slide\" start=\"0,0\" end=\"0,12\" time=\"1000\" tween=\"Quadratic\" easing=\"out\" delay=\"3000\"/>\n\t\t\t\t\t<effect type=\"slide\" start=\"0,0\" end=\"0,-12\" time=\"1000\" tween=\"Quadratic\" easing=\"out\" delay=\"3500\"/>\n\t\t\t\t</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>26</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>9</width>\n\t\t\t\t<height>99</height>\n\t\t\t\t<texture>new player\\progress_volume_underlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"progress\">\n\t\t\t\t<description>Progressbar</description>\n\t\t\t\t<left>-16</left>\n\t\t\t\t<top>58</top>\n\t\t\t\t<width>92</width>\n\t\t\t\t<height>3</height>\n\t\t\t\t<info>Player.Volume</info>\n\t\t\t\t<texturebg>new player\\progress_volume_percent_back.png</texturebg>\n\t\t\t\t<lefttexture>-</lefttexture>\n\t\t\t\t<midtexture>new player\\progress_volume_percent.png</midtexture>\n\t\t\t\t<righttexture>-</righttexture>\n\t\t\t\t<overlaytexture>-</overlaytexture>\n\t\t\t\t<visible>true</visible>\n\t\t\t\t<animation effect=\"rotate\" end=\"90\" center=\"auto\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<!-- Previous Button -->\n\t\t\t<control type=\"button\" id=\"602\">\n\t\t\t\t<left>95</left>\n\t\t\t\t<top>35</top>\n\t\t\t\t<width>48</width>\n\t\t\t\t<height>48</height>\n\t\t\t\t<label>-</label>\n\t\t\t\t<texturefocus>new player\\prev_fo.png</texturefocus>\n\t\t\t\t<texturenofocus>new player\\prev_nfo.png</texturenofocus>\n\t\t\t\t<onclick>XBMC.PlayerControl(Previous)</onclick>\n\t\t\t\t<onleft>601</onleft>\n\t\t\t\t<onright>603</onright>\n\t\t\t\t<onup>-</onup>\n\t\t\t\t<ondown>-</ondown>\n\t\t\t</control>\n\t\t\t<!-- Play Button -->\n\t\t\t<control type=\"button\" id=\"603\">\n\t\t\t\t<left>148</left>\n\t\t\t\t<top>21</top>\n\t\t\t\t<width>76</width>\n\t\t\t\t<height>76</height>\n\t\t\t\t<label>-</label>\n\t\t\t\t<texturefocus>-</texturefocus>\n\t\t\t\t<texturenofocus>-</texturenofocus>\n\t\t\t\t<onclick>XBMC.PlayerControl(Play)</onclick>\n\t\t\t\t<onleft>602</onleft>\n\t\t\t\t<onright>604</onright>\n\t\t\t\t<onup>-</onup>\n\t\t\t\t<ondown>613</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>148</left>\n\t\t\t\t<top>21</top>\n\t\t\t\t<width>76</width>\n\t\t\t\t<height>76</height>\n\t\t\t\t<texture>new player\\pause_fo.png</texture>\n\t\t\t\t<visible>Control.HasFocus(603) + !Control.HasFocus(613) + !Player.Paused</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>148</left>\n\t\t\t\t<top>21</top>\n\t\t\t\t<width>76</width>\n\t\t\t\t<height>76</height>\n\t\t\t\t<texture>new player\\pause_nfo.png</texture>\n\t\t\t\t<visible>!Control.HasFocus(603) + !Control.HasFocus(613) + !Player.Paused</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>148</left>\n\t\t\t\t<top>21</top>\n\t\t\t\t<width>76</width>\n\t\t\t\t<height>76</height>\n\t\t\t\t<texture>new player\\play_fo.png</texture>\n\t\t\t\t<visible>Control.HasFocus(603) + !Control.HasFocus(613) + Player.Paused</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>148</left>\n\t\t\t\t<top>21</top>\n\t\t\t\t<width>76</width>\n\t\t\t\t<height>76</height>\n\t\t\t\t<texture>new player\\play_nfo.png</texture>\n\t\t\t\t<visible>!Control.HasFocus(603) + !Control.HasFocus(613) + Player.Paused</visible>\n\t\t\t</control>\n\t\t\t<!-- Next Button -->\n\t\t\t<control type=\"button\" id=\"604\">\n\t\t\t\t<left>229</left>\n\t\t\t\t<top>35</top>\n\t\t\t\t<width>48</width>\n\t\t\t\t<height>48</height>\n\t\t\t\t<label>-</label>\n\t\t\t\t<texturefocus>new player\\next_fo.png</texturefocus>\n\t\t\t\t<texturenofocus>new player\\next_nfo.png</texturenofocus>\n\t\t\t\t<onclick>XBMC.PlayerControl(Next)</onclick>\n\t\t\t\t<onleft>603</onleft>\n\t\t\t\t<onright>9002</onright>\n\t\t\t\t<onup>-</onup>\n\t\t\t\t<ondown>-</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"group\" id=\"9002\">\n\t\t\t\t<!-- Visualisation Button -->\n\t\t\t\t<control type=\"button\" id=\"605\">\n\t\t\t\t\t<left>334</left>\n\t\t\t\t\t<top>30</top>\n\t\t\t\t\t<width>22</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<texturefocus>new player\\music_visualisation-fo.png</texturefocus>\n\t\t\t\t\t<texturenofocus>new player\\music_visualisation-nf.png</texturenofocus>\n\t\t\t\t\t<onclick>ActivateWindow(121)</onclick>\n\t\t\t\t\t<onup>607</onup>\n\t\t\t\t\t<ondown>606</ondown>\n\t\t\t\t\t<onleft>604</onleft>\n\t\t\t\t\t<onright>-</onright>\n\t\t\t\t\t<visible>Window.IsActive(2006)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Shuffle Button -->\n\t\t\t\t<control type=\"button\" id=\"605\">\n\t\t\t\t\t<left>332</left>\n\t\t\t\t\t<top>30</top>\n\t\t\t\t\t<width>28</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<texturefocus>new player\\shuffle_fo.png</texturefocus>\n\t\t\t\t\t<texturenofocus>-</texturenofocus>\n\t\t\t\t\t<onclick>XBMC.PlayerControl(Random)</onclick>\n\t\t\t\t\t<onup>607</onup>\n\t\t\t\t\t<ondown>606</ondown>\n\t\t\t\t\t<onleft>604</onleft>\n\t\t\t\t\t<onright>-</onright>\n\t\t\t\t\t<visible>!Window.IsActive(2006)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>332</left>\n\t\t\t\t\t<top>30</top>\n\t\t\t\t\t<width>28</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture>new player\\shuffle_off.png</texture>\n\t\t\t\t\t<visible>!Playlist.IsRandom + !Control.HasFocus(605) + !Window.IsActive(2006)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>332</left>\n\t\t\t\t\t<top>30</top>\n\t\t\t\t\t<width>28</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture>new player\\shuffle_on.png</texture>\n\t\t\t\t\t<visible>Playlist.IsRandom + !Control.HasFocus(605) + !Window.IsActive(2006)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Repeat Button -->\n\t\t\t\t<control type=\"button\" id=\"606\">\n\t\t\t\t\t<left>332</left>\n\t\t\t\t\t<top>62</top>\n\t\t\t\t\t<width>28</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<texturefocus>-</texturefocus>\n\t\t\t\t\t<texturenofocus>-</texturenofocus>\n\t\t\t\t\t<onclick>XBMC.PlayerControl(Repeat)</onclick>\n\t\t\t\t\t<onup>605</onup>\n\t\t\t\t\t<ondown>607</ondown>\n\t\t\t\t\t<onleft>604</onleft>\n\t\t\t\t\t<onright>-</onright>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>332</left>\n\t\t\t\t\t<top>62</top>\n\t\t\t\t\t<width>28</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture>new player\\repeat_track.png</texture>\n\t\t\t\t\t<visible>Playlist.IsRepeatOne + !Control.HasFocus(606)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>332</left>\n\t\t\t\t\t<top>62</top>\n\t\t\t\t\t<width>28</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture>new player\\repeat_track_fo.png</texture>\n\t\t\t\t\t<visible>Playlist.IsRepeatOne + Control.HasFocus(606)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>332</left>\n\t\t\t\t\t<top>62</top>\n\t\t\t\t\t<width>28</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture>new player\\repeat_all.png</texture>\n\t\t\t\t\t<visible>Playlist.IsRepeat + !Playlist.IsRepeatOne + !Control.HasFocus(606)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>332</left>\n\t\t\t\t\t<top>62</top>\n\t\t\t\t\t<width>28</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture>new player\\repeat_all_fo.png</texture>\n\t\t\t\t\t<visible>Playlist.IsRepeat + !Playlist.IsRepeatOne + Control.HasFocus(606)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>332</left>\n\t\t\t\t\t<top>62</top>\n\t\t\t\t\t<width>28</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture>new player\\repeat_off_fo.png</texture>\n\t\t\t\t\t<visible>!Playlist.IsRepeat + !Playlist.IsRepeatOne + Control.HasFocus(606)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>332</left>\n\t\t\t\t\t<top>62</top>\n\t\t\t\t\t<width>28</width>\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<texture>new player\\repeat_off.png</texture>\n\t\t\t\t\t<visible>!Playlist.IsRepeat + !Playlist.IsRepeatOne + !Control.HasFocus(606)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Toggle Artwork Size -->\n\t\t\t\t<control type=\"button\" id=\"607\">\n\t\t\t\t\t<left>333</left>\n\t\t\t\t\t<top>99</top>\n\t\t\t\t\t<width>24</width>\n\t\t\t\t\t<height>15</height>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<texturefocus>new player\\toggle_artwork_fo.png</texturefocus>\n\t\t\t\t\t<texturenofocus>new player\\toggle_artwork_nfo.png</texturenofocus>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(newplayer_large_artwork)</onclick>\n\t\t\t\t\t<onup>606</onup>\n\t\t\t\t\t<ondown>605</ondown>\n\t\t\t\t\t<onleft>604</onleft>\n\t\t\t\t\t<onright>-</onright>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Stop Button -->\n\t\t\t<control type=\"button\" id=\"613\">\n\t\t\t\t<left>148</left>\n\t\t\t\t<top>21</top>\n\t\t\t\t<width>76</width>\n\t\t\t\t<height>76</height>\n\t\t\t\t<label>-</label>\n\t\t\t\t<texturefocus>-</texturefocus>\n\t\t\t\t<texturenofocus>-</texturenofocus>\n\t\t\t\t<onclick>XBMC.PlayerControl(Stop)</onclick>\n\t\t\t\t<onclick>dialog.close(114,false)</onclick>\n\t\t\t\t<onleft>602</onleft>\n\t\t\t\t<onright>604</onright>\n\t\t\t\t<onup>603</onup>\n\t\t\t\t<ondown>-</ondown>\n\t\t\t\t<visible/>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>148</left>\n\t\t\t\t<top>21</top>\n\t\t\t\t<width>76</width>\n\t\t\t\t<height>76</height>\n\t\t\t\t<texture>new player\\stop_fo.png</texture>\n\t\t\t\t<visible>Control.HasFocus(613)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>139</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>94</width>\n\t\t\t\t<height>95</height>\n\t\t\t\t<texture flipy=\"false\">new player\\play_indicator.png</texture>\n\t\t\t\t<visible>Control.HasFocus(613)</visible>\n\t\t\t\t<animation type=\"Conditional\" condition=\"Control.HasFocus(613)\" loop=\"true\" reversable=\"false\">\n\t\t\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"1000\" delay=\"1500\"/>\n\t\t\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"1700\"/>\n\t\t\t\t</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>139</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>94</width>\n\t\t\t\t<height>95</height>\n\t\t\t\t<texture flipy=\"true\">new player\\play_indicator.png</texture>\n\t\t\t\t<visible>Control.HasFocus(603)</visible>\n\t\t\t\t<animation type=\"Conditional\" condition=\"Control.HasFocus(603)\" loop=\"true\" reversable=\"false\">\n\t\t\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"1000\" delay=\"1500\"/>\n\t\t\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"1000\" delay=\"2000\"/>\n\t\t\t\t</animation>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/Settings.xml",
    "content": "<window id=\"4\">\n\t<defaultcontrol>50</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<include>Global.Backgrounds</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>201</left>\n\t\t\t\t<top>81</top>\n\t\t\t\t<width>878</width>\n\t\t\t\t<height>558</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.main\">windows\\settings\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>219</left>\n\t\t\t\t<top>99</top>\n\t\t\t\t<width>842</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.header\">windows\\settings\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>250</left>\n\t\t\t\t<top>110</top>\n\t\t\t\t<width>780</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.settings.label.header</textcolor>\n\t\t\t\t<label>$LOCALIZE[5]</label>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>250</left>\n\t\t\t\t<top>568</top>\n\t\t\t\t<width>780</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- Black Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.black_button\">pad_buttons\\dialogs\\black_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[33073]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- Content List -->\n\t\t\t<control type=\"list\" id=\"50\">\n\t\t\t\t<left>250</left>\n\t\t\t\t<top>180</top>\n\t\t\t\t<width>780</width>\n\t\t\t\t<height>370</height>\n\t\t\t\t<onleft>-</onleft>\n\t\t\t\t<onright>-</onright>\n\t\t\t\t<onup>50</onup>\n\t\t\t\t<ondown>50</ondown>\n\t\t\t\t<viewtype>list</viewtype>\n\t\t\t\t<pagecontrol>80</pagecontrol>\n\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t<include>Settings.Root.Button.Values</include>\n\t\t\t\t<content>\n\t\t\t\t\t<item id=\"1\">\n\t\t\t\t\t\t<label>$LOCALIZE[31162]</label>\n\t\t\t\t\t\t<label2>$LOCALIZE[31160]</label2>\n\t\t\t\t\t\t<onclick>ActivateWindow(1111)</onclick>\n\t\t\t\t\t\t<icon>thumbs\\SkinSettings.png</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"2\">\n\t\t\t\t\t\t<label>Downloader</label>\n\t\t\t\t\t\t<label2>$LOCALIZE[31159]</label2>\n\t\t\t\t\t\t<onclick>ActivateWindow(1901)</onclick>\n\t\t\t\t\t\t<icon>thumbs\\downloader.png</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"3\">\n\t\t\t\t\t\t<label>480</label>\n\t\t\t\t\t\t<label2>$LOCALIZE[31152]</label2>\n\t\t\t\t\t\t<onclick>ActivateWindow(AppearanceSettings)</onclick>\n\t\t\t\t\t\t<icon>thumbs\\Appearance.png</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"4\">\n\t\t\t\t\t\t<label>7</label>\n\t\t\t\t\t\t<label2>$LOCALIZE[31158]</label2>\n\t\t\t\t\t\t<onclick>ActivateWindow(FileManager)</onclick>\n\t\t\t\t\t\t<icon>thumbs\\FileManager.png</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"5\">\n\t\t\t\t\t\t<label>2</label>\n\t\t\t\t\t\t<label2>$LOCALIZE[31157]</label2>\n\t\t\t\t\t\t<onclick>ActivateWindow(MusicSettings)</onclick>\n\t\t\t\t\t\t<icon>thumbs\\Music.png</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"6\">\n\t\t\t\t\t\t<label>705</label>\n\t\t\t\t\t\t<label2>$LOCALIZE[31155]</label2>\n\t\t\t\t\t\t<onclick>ActivateWindow(NetworkSettings)</onclick>\n\t\t\t\t\t\t<icon>thumbs\\Network.png</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"7\">\n\t\t\t\t\t\t<label>0</label>\n\t\t\t\t\t\t<label2>$LOCALIZE[31154]</label2>\n\t\t\t\t\t\t<onclick>ActivateWindow(ProgramsSettings)</onclick>\n\t\t\t\t\t\t<icon>thumbs\\Programs.png</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"8\">\n\t\t\t\t\t\t<label>13000</label>\n\t\t\t\t\t\t<label2>$LOCALIZE[31156]</label2>\n\t\t\t\t\t\t<onclick>ActivateWindow(SystemSettings)</onclick>\n\t\t\t\t\t\t<icon>thumbs\\Settings.png</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"9\">\n\t\t\t\t\t\t<label>138</label>\n\t\t\t\t\t\t<label2>$LOCALIZE[31161]</label2>\n\t\t\t\t\t\t<onclick>ActivateWindow(SystemInfo)</onclick>\n\t\t\t\t\t\t<icon>thumbs\\SystemInfo.png</icon>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"10\">\n\t\t\t\t\t\t<label>157</label>\n\t\t\t\t\t\t<label2>$LOCALIZE[31153]</label2>\n\t\t\t\t\t\t<onclick>ActivateWindow(VideosSettings)</onclick>\n\t\t\t\t\t\t<icon>thumbs\\Videos.png</icon>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"80\">\n\t\t\t\t<left>1030</left>\n\t\t\t\t<top>180</top>\n\t\t\t\t<width>4</width>\n\t\t\t\t<height>370</height>\n\t\t\t\t<include>Fake.ScrollBar.Vertical</include>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/SettingsCategory.xml",
    "content": "<window id=\"12\">\n\t<defaultcontrol>3</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<include>Global.Backgrounds</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>50</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>1180</width>\n\t\t\t\t<height>610</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.main\">windows\\settings_categories\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>75</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>570</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.main.overlay\">windows\\settings_categories\\main_overlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>580</top>\n\t\t\t\t<width>775</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\" id=\"3\">\n\t\t\t\t<description>button area</description>\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>510</height>\n\t\t\t\t<itemgap>4</itemgap>\n\t\t\t\t<onleft>5</onleft>\n\t\t\t\t<onright>5</onright>\n\t\t\t\t<onup>3</onup>\n\t\t\t\t<ondown>3</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\" id=\"5\">\n\t\t\t\t<description>control area</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>775</width>\n\t\t\t\t<height>445</height>\n\t\t\t\t<itemgap>4</itemgap>\n\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t<onleft>3</onleft>\n\t\t\t\t<onright>-</onright>\n\t\t\t\t<onup>5</onup>\n\t\t\t\t<ondown>5</ondown>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t<left>1190</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>4</width>\n\t\t\t\t<height>445</height>\n\t\t\t\t<include>Fake.ScrollBar.Vertical</include>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"10\">\n\t\t\t\t<include>Button.Settings.Category.Values_Alt</include>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"7\">\n\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t</control>\n\t\t\t<control type=\"radiobutton\" id=\"8\">\n\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t</control>\n\t\t\t<control type=\"spincontrolex\" id=\"9\">\n\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"2\">\n\t\t\t\t<description>Fake Label so we can pass it value down to the one above</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>0</width>\n\t\t\t\t<height>0</height>\n\t\t\t\t<font>-</font>\n\t\t\t\t<visible>false</visible>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/SettingsScreenCalibration.xml",
    "content": "<window id=\"11\">\n\t<defaultcontrol always=\"true\">8</defaultcontrol>\n\t<controls>\n\t\t<control type=\"image\">\n\t\t\t<left>-50</left>\n\t\t\t<top>-50</top>\n\t\t\t<width>1380</width>\n\t\t\t<height>820</height>\n\t\t\t<texture>windows\\settings\\calibrate.png</texture>\n\t\t</control>\n\t\t<control type=\"mover\" id=\"8\">\n\t\t\t<description>top left mover</description>\n\t\t\t<texturefocus>calibrate-topleft-focus.png</texturefocus>\n\t\t\t<texturenofocus>calibrate-topleft.png</texturenofocus>\n\t\t</control>\n\t\t<control type=\"mover\" id=\"9\">\n\t\t\t<description>right bottom mover</description>\n\t\t\t<texturefocus>calibrate-bottomright-focus.png</texturefocus>\n\t\t\t<texturenofocus>calibrate-bottomright.png</texturenofocus>\n\t\t</control>\n\t\t<control type=\"resize\" id=\"10\">\n\t\t\t<description>pixel aspect ratio box</description>\n\t\t\t<texturefocus>calibrate-pixelratio-focus.png</texturefocus>\n\t\t\t<texturenofocus>calibrate-pixelratio.png</texturenofocus>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<left>240</left>\n\t\t\t<top>40</top>\n\t\t\t<control type=\"label\" id=\"2\">\n\t\t\t\t<description>coordinates label</description>\n\t\t\t\t<left>20</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>750</width>\n\t\t\t\t<label>-</label>\n\t\t\t\t<align>center</align>\n\t\t\t\t<font>size_23</font>\n\t\t\t\t<textcolor>colour.settings.label</textcolor>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"3\">\n\t\t\t\t<description>help information</description>\n\t\t\t\t<left>20</left>\n\t\t\t\t<top>40</top>\n\t\t\t\t<width>750</width>\n\t\t\t\t<label>-</label>\n\t\t\t\t<align>center</align>\n\t\t\t\t<font>size_23</font>\n\t\t\t\t<textcolor>colour.settings.label</textcolor>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>help information</description>\n\t\t\t\t<left>20</left>\n\t\t\t\t<top>70</top>\n\t\t\t\t<width>750</width>\n\t\t\t\t<label>$LOCALIZE[31176]</label>\n\t\t\t\t<align>center</align>\n\t\t\t\t<font>size_23</font>\n\t\t\t\t<textcolor>colour.settings.label</textcolor>\n\t\t\t\t<visible>Control.HasFocus(10)</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>519</left>\n\t\t\t<top>239</top>\n\t\t\t<width>242</width>\n\t\t\t<height>242</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture>gamedisc.png</texture>\n\t\t\t<visible>Control.HasFocus(10)</visible>\n\t\t\t<animation effect=\"rotate\" start=\"0\" end=\"-360\" center=\"auto\" time=\"5000\" loop=\"true\" condition=\"true\">conditional</animation>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>519</left>\n\t\t\t<top>239</top>\n\t\t\t<width>242</width>\n\t\t\t<height>242</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture>gamedisc.png</texture>\n\t\t\t<colordiffuse>60FFFFFF</colordiffuse>\n\t\t\t<visible>!Control.HasFocus(10)</visible>\n\t\t\t<animation effect=\"rotate\" start=\"0\" end=\"-360\" center=\"auto\" time=\"5000\" loop=\"true\" condition=\"true\">conditional</animation>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<description>Control Info</description>\n\t\t\t<left>0</left>\n\t\t\t<top>620</top>\n\t\t\t<width>1280</width>\n\t\t\t<height>80</height>\n\t\t\t<itemgap>10</itemgap>\n\t\t\t<orientation>Horizontal</orientation>\n\t\t\t<align>center</align>\n\t\t\t<!-- A Button -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>32</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t<height>32</height>\n\t\t\t\t<font>size_19</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t<label>$LOCALIZE[209]</label>\n\t\t\t</control>\n\t\t\t<!-- B Button -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>32</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t<height>32</height>\n\t\t\t\t<font>size_19</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/SettingsSystemInfo.xml",
    "content": "<window id=\"7\">\n\t<defaultcontrol>95</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t<include>Global.Backgrounds</include>\n\t\t<control type=\"group\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>201</left>\n\t\t\t\t<top>81</top>\n\t\t\t\t<width>878</width>\n\t\t\t\t<height>558</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.main\">windows\\settings\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>219</left>\n\t\t\t\t<top>99</top>\n\t\t\t\t<width>842</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.header\">windows\\settings\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>250</left>\n\t\t\t\t<top>110</top>\n\t\t\t\t<width>780</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<textcolor>colour.settings.label.header</textcolor>\n\t\t\t\t<label>138</label>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>250</left>\n\t\t\t\t<top>568</top>\n\t\t\t\t<width>780</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>Back</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<control type=\"grouplist\" id=\"9000\">\n\t\t\t\t<description>button area</description>\n\t\t\t\t<left>250</left>\n\t\t\t\t<top>200</top>\n\t\t\t\t<width max=\"230\">auto</width>\n\t\t\t\t<height max=\"461\">auto</height>\n\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t<onleft>9000</onleft>\n\t\t\t\t<onright>9000</onright>\n\t\t\t\t<onup>9000</onup>\n\t\t\t\t<ondown>9000</ondown>\n\t\t\t\t<control type=\"button\" id=\"95\">\n\t\t\t\t\t<description>Button Default Values</description>\n\t\t\t\t\t<width>160</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.root.focus\">windows\\settings\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.root.nofocus\">windows\\settings\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<label>20037</label>\n\t\t\t\t\t<onfocus>SendClick(9000,95)</onfocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"98\">\n\t\t\t\t\t<description>Button Hardware</description>\n\t\t\t\t\t<width>160</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.root.focus\">windows\\settings\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.root.nofocus\">windows\\settings\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<label>13281</label>\n\t\t\t\t\t<onfocus>SendClick(9000,98)</onfocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"92\">\n\t\t\t\t\t<description>Button HDD</description>\n\t\t\t\t\t<width>160</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.root.focus\">windows\\settings\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.root.nofocus\">windows\\settings\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<label>13275</label>\n\t\t\t\t\t<onfocus>SendClick(9000,92)</onfocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"96\">\n\t\t\t\t\t<description>Button Network</description>\n\t\t\t\t\t<width>160</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.root.focus\">windows\\settings\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.root.nofocus\">windows\\settings\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<label>13279</label>\n\t\t\t\t\t<onfocus>SendClick(9000,96)</onfocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"94\">\n\t\t\t\t\t<description>Button Storage</description>\n\t\t\t\t\t<width>160</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.root.focus\">windows\\settings\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.root.nofocus\">windows\\settings\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<label>13277</label>\n\t\t\t\t\t<onfocus>SendClick(9000,94)</onfocus>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"97\">\n\t\t\t\t\t<description>Button Video</description>\n\t\t\t\t\t<width>160</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.settings.button.focus</focusedcolor>\n\t\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<texturefocus colordiffuse=\"colour.settings.diffuse.root.focus\">windows\\settings\\button_focus.png</texturefocus>\n\t\t\t\t\t<texturenofocus colordiffuse=\"colour.settings.diffuse.root.nofocus\">windows\\settings\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<label>13280</label>\n\t\t\t\t\t<onfocus>SendClick(9000,97)</onfocus>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>440</left>\n\t\t\t\t<top>155</top>\n\t\t\t\t<control type=\"label\" id=\"2\">\n\t\t\t\t\t<description>Label 2</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"3\">\n\t\t\t\t\t<description>Label 3</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>65</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"4\">\n\t\t\t\t\t<description>Label 4</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>95</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"5\">\n\t\t\t\t\t<description>Label 5</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>125</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"6\">\n\t\t\t\t\t<description>Label 6</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>155</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"7\">\n\t\t\t\t\t<description>Label 7</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>185</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"8\">\n\t\t\t\t\t<description>Label 8</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>215</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"9\">\n\t\t\t\t\t<description>Label 9</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>245</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"10\">\n\t\t\t\t\t<description>Label 10</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>275</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\" id=\"11\">\n\t\t\t\t\t<description>Label 11</description>\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>305</top>\n\t\t\t\t\t<width>610</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"52\">\n\t\t\t\t<description>XBMC XBE BUILD Version</description>\n\t\t\t\t<right>229</right>\n\t\t\t\t<bottom>100</bottom>\n\t\t\t\t<width>800</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"25\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/SlideShow.xml",
    "content": "<window id=\"2007\">\n\t<controls>\n\t\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/Startup.xml",
    "content": "<window id=\"2999\">\n\t<!-- Onload when window opens -->\n\t<onload>RunScript(Special://scripts\\XBMC4Gamers\\default.py)</onload>\n\t<!-- Onunload when window closes -->\n\t<onunload condition=\"!Skin.HasSetting(AdultProfile) + !StringCompare(Skin.String(HomeWindowSource),Home)\">RunScript(Special://scripts\\XBMC4Gamers\\Utilities\\Parse Programs DB.py,refresh_recents)</onunload>\n\t<onunload condition=\"!Skin.HasSetting(AdultProfile) + StringCompare(Skin.String(HomeWindowSource),Home)\">RunScript(Special://scripts\\XBMC4Gamers\\Utilities\\Parse Programs DB.py,refresh_home_gotohome)</onunload>\n\t<defaultcontrol always=\"true\">1</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<controls>\n\t\t<include>Global.Backgrounds</include>\n\t\t<!-- <control type=\"image\"> -->\n\t\t<!-- <left>0</left> -->\n\t\t<!-- <top>0</top> -->\n\t\t<!-- <width>1280</width> -->\n\t\t<!-- <height>720</height> -->\n\t\t<!-- <aspectratio>stretch</aspectratio> -->\n\t\t<!-- <texture background=\"true\" flipy=\"true\">windows\\login\\fade.png</texture> -->\n\t\t<!-- <animation effect=\"fade\" start=\"0\" end=\"0\" time=\"0\">WindowClose</animation> -->\n\t\t<!-- <animation type=\"WindowOpen\" reversible=\"false\"> -->\n\t\t<!-- <effect type=\"zoom\" start=\"1280,720\" end=\"1280,720\" time=\"1000\" center=\"auto\" easing=\"out\" tween=\"Circle\"/> -->\n\t\t<!-- <effect type=\"slide\" start=\"0,0\" end=\"0,720\" time=\"1000\" delay=\"0\"/> -->\n\t\t<!-- </animation> -->\n\t\t<!-- <visible>System.HasLoginScreen + !Skin.HasSetting(LoginFade)</visible> -->\n\t\t<!-- </control> -->\n\t\t<include>Startup.Window.Profile</include>\n\t\t<include>Startup.Window.Info</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/TrainerSettings.xml",
    "content": "<window id=\"127\">\n\t<defaultcontrol>9</defaultcontrol>\n\t<include>Dialog.Effect</include>\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<include>Trainers.Settings.Dialog</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/VideoFullScreen.xml",
    "content": "<window id=\"2005\">\n\t<defaultcontrol>-</defaultcontrol>\n\t<controls>\n\t\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/VisualisationPresetList.xml",
    "content": "<window id=\"122\">\n\t<defaultcontrol>2</defaultcontrol>\n\t<onload condition=\"!Skin.HasSetting(kioskmode)\">Dialog.Close(122,true)</onload>\n\t<include>Dialog.Effect</include>\n\t<controls>\n\t\t<control type=\"image\">\n\t\t\t<description>background image</description>\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>1280</width>\n\t\t\t<height>720</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture>visualistation_osd_back.png</texture>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<top>90</top>\n\t\t\t<control type=\"label\" id=\"3\">\n\t\t\t\t<description>heading label</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<font>mono_27</font>\n\t\t\t\t<label>$LOCALIZE[12015]</label>\n\t\t\t\t<textcolor>FFF5F5F5</textcolor>\n\t\t\t</control>\n\t\t\t<control type=\"label\" id=\"4\">\n\t\t\t\t<description>no presets label</description>\n\t\t\t\t<left>190</left>\n\t\t\t\t<top>60</top>\n\t\t\t\t<width>900</width>\n\t\t\t\t<height>320</height>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<font>mono_16</font>\n\t\t\t\t<label>13389</label>\n\t\t\t\t<textcolor>FFFFFFFF</textcolor>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>number of files/pages in list text label</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>520</top>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>mono_16</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<textcolor>FFF5F5F5</textcolor>\n\t\t\t\t<label>($INFO[Container(2).NumItems])($INFO[Container(2).CurrentPage]/$INFO[Container(2).NumPages])</label>\n\t\t\t\t<!-- <animation effect=\"fade\" start=\"75\" end=\"75\" condition=\"true\">Conditional</animation> -->\n\t\t\t</control>\n\t\t\t<control type=\"list\" id=\"2\">\n\t\t\t\t<left>110</left>\n\t\t\t\t<top>60</top>\n\t\t\t\t<width>1060</width>\n\t\t\t\t<height>440</height>\n\t\t\t\t<onleft>PageUp</onleft>\n\t\t\t\t<onright>PageDown</onright>\n\t\t\t\t<onup>2</onup>\n\t\t\t\t<ondown>2</ondown>\n\t\t\t\t<pagecontrol>61</pagecontrol>\n\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t<itemlayout height=\"40\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>1060</width>\n\t\t\t\t\t\t<height>35</height>\n\t\t\t\t\t\t<texture border=\"5\">button-nofocus.png</texture>\n\t\t\t\t\t\t<!-- <animation effect=\"fade\" start=\"75\" end=\"75\" condition=\"true\">Conditional</animation> -->\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>1040</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>mono_16</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>FFFFFFFF</textcolor>\n\t\t\t\t\t\t<selectedcolor>orange</selectedcolor>\n\t\t\t\t\t\t<info>ListItem.Label</info>\n\t\t\t\t\t\t<!-- <animation effect=\"fade\" start=\"75\" end=\"75\" condition=\"true\">Conditional</animation> -->\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"40\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>1060</width>\n\t\t\t\t\t\t<height>35</height>\n\t\t\t\t\t\t<texture border=\"5\">button-focus2.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>1040</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>mono_16</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>FFFFFFFF</textcolor>\n\t\t\t\t\t\t<selectedcolor>orange</selectedcolor>\n\t\t\t\t\t\t<info>ListItem.Label</info>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/_Script_DialogBusy.xml",
    "content": "<window type=\"dialog\" id=\"1100\">\n\t<controls>\n\t\t<include>Loading.Busy</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/_Script_URLDownloader.xml",
    "content": "<window type=\"window\" id=\"1901\">\n\t<defaultcontrol always=\"true\">1</defaultcontrol>\n\t<onload>RunScript(Special://urldownloader\\ForceUpdate.py)</onload>\n\t<onload>ActivateWindow(1100)</onload>\n\t<controls>\n\t\t<!-- Background Images -->\n\t\t<include>Global.Backgrounds</include>\n\t\t<include>ContextButtonsSettings</include>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/custom views/Information.txt",
    "content": "Here is where you place your custom view to be auto added to gamers.\n\nI added support for 10 custom views the following names are supported under xml\\custom views\\.\n\nCustomViewtype_id_80.xml\nCustomViewtype_id_81.xml\nCustomViewtype_id_82.xml\nCustomViewtype_id_83.xml\nCustomViewtype_id_84.xml\nCustomViewtype_id_85.xml\nCustomViewtype_id_86.xml\nCustomViewtype_id_87.xml\nCustomViewtype_id_88.xml\nCustomViewtype_id_89.xml\n\nyou will need a .jpg with the same name as above or they wont be added.\n\n\nWhen making you custom view you will need to name the includes custom_id_** (** is 80 - 90) or they wont be usable.\n\n\nYou will need to use your own colours when it comes to labels etc... you can use the following \"Q:\\system\\color.xml\" or you can use hex values (8 long)\n\n"
  },
  {
    "path": "Mod Files/skins/Profile/xml/custom views/_global/CustomViewtype_id_example.xml",
    "content": "<includes>\n\t<include name=\"custom_id_80\">\n\t\t<control type=\"group\">\n\t\t\t<visible>Control.IsVisible(80) + ![Control.IsVisible(50) | Window.IsVisible(134) | Window.IsVisible(1101) | Window.IsVisible(3000)]</visible>\n\t\t\t<include>Game.Views</include>\n\t\t\t<include>Fanart.FullScreen</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<include>1280x720</include>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<colordiffuse>7DFFFFFF</colordiffuse>\n\t\t\t\t<texture>views\\56\\black-back.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-10\" time=\"100\" condition=\"!Skin.HasSetting(HideContextBar) + !Window.IsActive(1112)\">Conditional</animation>\n\t\t\t\t<control type=\"fixedlist\" id=\"80\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<top>280</top>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>460</height>\n\t\t\t\t\t<onleft>80</onleft>\n\t\t\t\t\t<onright>80</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view80\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>3</focusposition>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"241\" width=\"171.4\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"241\" width=\"171.4\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\poster.jpg</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"241\" width=\"171.4\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-14.3,-21,200,283\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,171.4,241\" start=\"-14.3,-21,200,283\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-14.3,-21,200,283\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,171.4,241\" start=\"-14.3,-21,200,283\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\" border=\"5\">views\\56\\poster-border.png</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-16.3,-23,204,287\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"241\" width=\"171.4\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-14.3,-21,200,283\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,171.4,241\" start=\"-14.3,-21,200,283\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-14.3,-21,200,283\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,171.4,241\" start=\"-14.3,-21,200,283\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\poster.jpg</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-14.3,-21,200,283\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,171.4,241\" start=\"-14.3,-21,200,283\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>171.4</width>\n\t\t\t\t\t\t\t<height>241</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">views\\56\\poster-border.png</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-16.3,-23,204,287\" time=\"120\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>120</top>\n\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t<height>140</height>\n\t\t\t\t\t<font>size_50</font>\n\t\t\t\t\t<textcolor>colour.view56.label</textcolor>\n\t\t\t\t\t<shadowcolor>50000000</shadowcolor>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>bottom</aligny>\n\t\t\t\t\t<label>[UPPERCASE][B]$INFO[ListItem.Label][/B][/UPPERCASE]</label>\n\t\t\t\t\t<autoscroll delay=\"8000\" time=\"171.40\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<bottom>130</bottom>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<colordiffuse>colour.view56.info.icons</colordiffuse>\n\t\t\t\t\t\t<texture>synopsis icons\\medium_trainer.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<colordiffuse>colour.view56.info.icons</colordiffuse>\n\t\t\t\t\t\t<texture>synopsis icons\\medium_trained.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- dummy label (spacer)  -->\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t\t\t<font>size_13</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t\t\t\t<label/>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<colordiffuse>colour.view56.info.icons</colordiffuse>\n\t\t\t\t\t\t<texture>synopsis icons\\medium_played.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<colordiffuse>colour.view56.info.icons</colordiffuse>\n\t\t\t\t\t\t<texture>synopsis icons\\medium_playercount.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<colordiffuse>colour.view56.info.icons</colordiffuse>\n\t\t\t\t\t\t<texture>synopsis icons\\medium_rating.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating) + !IsEmpty(ListItem.Synopsis_AltName)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Rating]  [/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<colordiffuse>colour.view56.info.icons</colordiffuse>\n\t\t\t\t\t\t<texture>synopsis icons\\medium_genre.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<colordiffuse>colour.view56.info.icons</colordiffuse>\n\t\t\t\t\t\t<texture>synopsis icons\\medium_date.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Year][/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<bottom>30</bottom>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>110</height>\n\t\t\t\t\t<font>size_15</font>\n\t\t\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t\t\t<shadowcolor>50000000</shadowcolor>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t\t\t\t<autoscroll delay=\"8000\" time=\"5000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t\t<onup>56</onup>\n\t\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t\t</control>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/custom views/_global/CustomViewtype_id_example2.xml",
    "content": "<includes>\n\t<include name=\"custom_id_81\">\n\t\t<control type=\"group\">\n\t\t\t<visible>Control.IsVisible(81) + ![Control.IsVisible(50) | Window.IsVisible(134) | Window.IsVisible(1101) | Window.IsVisible(3000)]</visible>\n\t\t\t<include>Game.Views</include>\n\t\t\t<include>Fanart.FullScreen</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<include>1280x720</include>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t<texture>views\\56\\black-back.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-10\" time=\"100\" condition=\"!Skin.HasSetting(HideContextBar) + !Window.IsActive(1112)\">Conditional</animation>\n\t\t\t\t<control type=\"panel\" id=\"81\">\n\t\t\t\t\t<left>47</left>\n\t\t\t\t\t<top>60</top>\n\t\t\t\t\t<width>1230</width>\n\t\t\t\t\t<height>660</height>\n\t\t\t\t\t<onleft>81</onleft>\n\t\t\t\t\t<onright>81</onright>\n\t\t\t\t\t<onup>9000</onup>\n\t\t\t\t\t<ondown>90</ondown>\n\t\t\t\t\t<viewtype label=\"view81\">biglist</viewtype>\n\t\t\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t\t\t<scrolltime>230</scrolltime>\n\t\t\t\t\t<focusposition>0</focusposition>\n\t\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t\t<preloaditems>3</preloaditems>\n\t\t\t\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"315\" width=\"246\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>201</width>\n\t\t\t\t\t\t\t<height>270</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"false\" diffuse=\"views\\56\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>201</width>\n\t\t\t\t\t\t\t<height>270</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"false\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>201</width>\n\t\t\t\t\t\t\t<height>270</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[ListItem.Thumb]</texture>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"315\" width=\"246\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>201</width>\n\t\t\t\t\t\t\t<height>270</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"false\" diffuse=\"views\\56\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,201,270\" end=\"-11,-13,223,296\" time=\"120\" tween=\"back\" easing=\"out\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,201,270\" start=\"-11,-13,223,296\" time=\"120\" tween=\"back\" easing=\"in\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>201</width>\n\t\t\t\t\t\t\t<height>270</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"false\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,201,270\" end=\"-11,-13,223,296\" time=\"120\" tween=\"back\" easing=\"out\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,201,270\" start=\"-11,-13,223,296\" time=\"120\" tween=\"back\" easing=\"in\">unfocus</animation>\n\t\t\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>201</width>\n\t\t\t\t\t\t\t<height>270</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"false\" diffuse=\"views\\56\\diffuse.png\">$INFO[ListItem.Thumb]</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,201,270\" end=\"-11,-13,223,296\" time=\"120\" tween=\"back\" easing=\"out\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,201,270\" start=\"-11,-13,223,296\" time=\"120\" tween=\"back\" easing=\"in\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<width>201</width>\n\t\t\t\t\t\t\t<height>270</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<texture background=\"false\" diffuse=\"views\\56\\diffuse.png\">views\\56\\poster-border.png</texture>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,201,270\" end=\"-11,-13,223,296\" time=\"120\" tween=\"back\" easing=\"out\">focus</animation>\n\t\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</include>\n</includes>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/includes/Context_Buttons.xml",
    "content": "<!-- Context_Buttons.xml -->\n<include name=\"Context_Buttons\">\n\t<control type=\"group\">\n\t\t<visible>[Window.IsActive(0) + !System.IdleTime(8) | !ControlGroup(1).HasFocus(110)] + !Skin.HasSetting(HideContextBar) + !Window.IsActive(1112) + !Window.IsActive(129) + !Window.IsActive(134)</visible>\n\t\t<animation effect=\"slide\" start=\"0,30\" end=\"0,0\" time=\"100\" delay=\"100\" condition=\"Window.Next(4) | Window.Previous(4) | Window.Previous(35) | Window.Previous(2006)\">WindowOpen</animation>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,30\" time=\"100\" condition=\"Window.Next(4) | Window.Previous(4) | Window.Next(2006)\">WindowClosed</animation>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,30\" time=\"100\">Hidden</animation>\n\t\t<animation effect=\"slide\" start=\"0,30\" end=\"0,0\" time=\"100\" delay=\"100\">Visible</animation>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<bottom>0</bottom>\n\t\t\t<width>1280</width>\n\t\t\t<height>30</height>\n\t\t\t<texture colordiffuse=\"colour.context.diffuse.underlay\">pad_buttons\\underlay.png</texture>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<description>Control Info</description>\n\t\t\t<left>10</left>\n\t\t\t<bottom>0</bottom>\n\t\t\t<width>1280</width>\n\t\t\t<height>25</height>\n\t\t\t<itemgap>10</itemgap>\n\t\t\t<orientation>Horizontal</orientation>\n\t\t\t<!-- A Button -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<width>22</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.a_button\">pad_buttons\\a_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31106]</label>\n\t\t\t\t<visible>!Window.IsActive(Home)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31106]</label>\n\t\t\t\t<visible>Window.IsActive(Home) + ControlGroup(1).HasFocus</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31126]</label>\n\t\t\t\t<visible>Window.IsActive(Home) + !ControlGroup(1).HasFocus</visible>\n\t\t\t</control>\n\t\t\t<!-- B Button -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<width>22</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.b_button\">pad_buttons\\b_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>StringCompare(Skin.String(HomeWindowSource),Home) | !IsEmpty(Container.FolderName)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t<visible>!ControlGroup(1).HasFocus + StringCompare(Skin.String(HomeWindowSource),Home) | !IsEmpty(Container.FolderName)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31564]</label>\n\t\t\t\t<visible>Window.IsActive(Home) + ControlGroup(1).HasFocus</visible>\n\t\t\t</control>\n\t\t\t<!-- X Button -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<width>22</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.x_button\">pad_buttons\\x_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>!Window.IsActive(Home) | [Window.IsActive(Home) + Player.HasMedia]</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31109]</label>\n\t\t\t\t<visible>Player.HasMedia</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>590</label>\n\t\t\t\t<visible>!Player.HasMedia + !Window.IsActive(Home)</visible>\n\t\t\t</control>\n\t\t\t<!-- Y Button -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<width>22</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.y_button\">pad_buttons\\y_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>!Window.IsActive(Home) + Skin.HasSetting(kioskmode)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<width>22</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.y_button\">pad_buttons\\y_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>!Window.IsActive(Home) + System.GetBool(mygames.gamesaltsynpsisbutton) + SubString(ListItem.FolderPath,.xbe,right) + !Skin.HasSetting(kioskmode)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31110]</label>\n\t\t\t\t<visible>!Window.IsActive(Home) + System.GetBool(mygames.gamesaltsynpsisbutton) + SubString(ListItem.FolderPath,.xbe,right)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31125]</label>\n\t\t\t\t<visible>!Window.IsActive(Home) + System.GetBool(mygames.gamesaltsynpsisbutton) + !SubString(ListItem.FolderPath,.xbe,right) + Skin.HasSetting(kioskmode)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31125]</label>\n\t\t\t\t<visible>!Window.IsActive(Home) + !System.GetBool(mygames.gamesaltsynpsisbutton) + Skin.HasSetting(kioskmode)</visible>\n\t\t\t</control>\n\t\t\t<!-- White Button -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<width>22</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.white_button\">pad_buttons\\white_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>!Window.IsActive(Home) + Skin.HasSetting(kioskmode)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31113]</label>\n\t\t\t\t<visible>!Window.IsActive(Home) + Skin.HasSetting(kioskmode)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<width>22</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.white_button\">pad_buttons\\white_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>!Window.IsActive(Home) + !Skin.HasSetting(kioskmode) + SubString(ListItem.FolderPath,.xbe,right)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31113]</label>\n\t\t\t\t<visible>!Window.IsActive(Home) + !Skin.HasSetting(kioskmode) + SubString(ListItem.FolderPath,.xbe,right)</visible>\n\t\t\t</control>\n\t\t\t<!-- Black Button -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<width>22</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.black_button\">pad_buttons\\black_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31114]</label>\n\t\t\t</control>\n\t\t\t<!-- Back Button -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<width>22</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.back_button\">pad_buttons\\back_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>!Window.IsActive(134) + !Window.IsActive(1115)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31119]</label>\n\t\t\t\t<visible>!Window.IsActive(134) + !Window.IsActive(1115) + !Window.IsActive(Home)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[184]</label>\n\t\t\t\t<visible>Window.IsActive(Home)</visible>\n\t\t\t</control>\n\t\t\t<!-- Start Button -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<width>22</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.start_button\">pad_buttons\\start_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>System.HasMediaDVD</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31120]</label>\n\t\t\t\t<visible>System.HasMediaDVD</visible>\n\t\t\t</control>\n\t\t\t<!-- DPad Buttons -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<width>22</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.dpad_up_button\">pad_buttons\\dpad_up_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>![Control.IsVisible(54) | Control.IsVisible(55) | Control.IsVisible(58) | Control.IsVisible(61) | Control.IsVisible(72)] + Skin.HasSetting(kioskmode) + !Window.IsActive(Home)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<width>22</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.dpad_left_button\">pad_buttons\\dpad_left_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>[Control.IsVisible(54) | Control.IsVisible(55) | Control.IsVisible(58) | Control.IsVisible(61) | Control.IsVisible(72)] + Skin.HasSetting(kioskmode) + !Window.IsActive(Home)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31121]</label>\n\t\t\t\t<visible>Skin.HasSetting(kioskmode) + !Window.IsActive(Home)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31122]</label>\n\t\t\t\t<visible>Window.IsActive(500) + Skin.HasSetting(kioskmode) + !Window.IsActive(Home)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<width>22</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.dpad_down_button\">pad_buttons\\dpad_down_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>Window.IsActive(Home) + ControlGroup(1).HasFocus + !ControlGroup(1).HasFocus(110)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31127]</label>\n\t\t\t\t<visible>Window.IsActive(Home) + ControlGroup(1).HasFocus + !ControlGroup(1).HasFocus(110)</visible>\n\t\t\t</control>\n\t\t\t<!-- L Stick Button -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<width>22</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.l_stick_button\">pad_buttons\\l_stick_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>Skin.HasSetting(HideContextButtons)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31124]</label>\n\t\t\t\t<visible>Skin.HasSetting(HideContextButtons)</visible>\n\t\t\t</control>\n\t\t\t<!-- R Stick Button -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<width>22</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<texture colordiffuse=\"colour.context.diffuse.r_stick_button\">pad_buttons\\r_stick_button.png</texture>\n\t\t\t\t<aspectratio>keep</aspectratio>\n\t\t\t\t<visible>System.HasLoginScreen + Skin.HasSetting(HideContextButtons)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t\t<height>22</height>\n\t\t\t\t<font>size_14</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.context.buttons.label</textcolor>\n\t\t\t\t<label>$LOCALIZE[31123]</label>\n\t\t\t\t<visible>System.HasLoginScreen + Skin.HasSetting(HideContextButtons)</visible>\n\t\t\t</control>\n\t\t</control>\n\t</control>\n</include>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/includes/Home.xml",
    "content": "<include name=\"Home.LastPlayed.Layout\">\n\t<left>60</left>\n\t<top>345</top>\n\t<width>145</width>\n\t<height>40</height>\n\t<onleft>9000</onleft>\n\t<onright>9000</onright>\n\t<onup>1</onup>\n\t<ondown>8001</ondown>\n\t<onback>1</onback>\n\t<viewtype label=\"home\">biglist</viewtype>\n\t<scrolltime>0</scrolltime>\n\t<focusposition>0</focusposition>\n\t<orientation>horizontal</orientation>\n\t<include>Home.LastPlayed.Anims</include>\n\t<itemlayout/>\n\t<focusedlayout height=\"40\" width=\"145\">\n\t\t<control type=\"image\">\n\t\t\t<height>40</height>\n\t\t\t<width>145</width>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.home.button.nofocus.diffuse\">windows\\home\\lastplayed_button_nofo.png</texture>\n\t\t\t<animation effect=\"fade\" start=\"10\" end=\"10\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t<visible>!Control.HasFocus(9000)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<height>39</height>\n\t\t\t<width>145</width>\n\t\t\t<font>home_19</font>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.home.button.nofocus</textcolor>\n\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE]$LOCALIZE[518][/UPPERCASE]</label>\n\t\t\t<animation effect=\"fade\" start=\"10\" end=\"10\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t<visible>!Control.HasFocus(9000)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<height>40</height>\n\t\t\t<width>145</width>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.home.button.focus.diffuse\">windows\\home\\lastplayed_button_fo.png</texture>\n\t\t\t<visible>Control.HasFocus(9000)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<height>39</height>\n\t\t\t<width>145</width>\n\t\t\t<font>home_19</font>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.home.button.focus</textcolor>\n\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE]$LOCALIZE[518][/UPPERCASE]</label>\n\t\t\t<visible>Control.HasFocus(9000)</visible>\n\t\t</control>\n\t</focusedlayout>\n</include>\n<include name=\"Home.Random.Layout\">\n\t<left>360</left>\n\t<top>483</top>\n\t<width>920</width>\n\t<height>188</height>\n\t<onleft>-</onleft>\n\t<onright>-</onright>\n\t<onup>8000</onup>\n\t<onback>1</onback>\n\t<viewtype label=\"home\">biglist</viewtype>\n\t<scrolltime>180</scrolltime>\n\t<focusposition>0</focusposition>\n\t<orientation>horizontal</orientation>\n\t<preloaditems>2</preloaditems>\n\t<animation effect=\"slide\" start=\"946\" end=\"0\" delay=\"200\" time=\"400\" easing=\"out\" tween=\"Back\">WindowOpen</animation>\n\t<include>Home.Randoms.Anims</include>\n\t<itemlayout height=\"188\" width=\"151\">\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>138</width>\n\t\t\t<height>184</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture>windows\\home\\poster_shadow_nofocus.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>5</left>\n\t\t\t<top>5</top>\n\t\t\t<width>119</width>\n\t\t\t<height>168</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture background=\"true\" diffuse=\"windows\\home\\diffuse.png\">$INFO[listitem.ActualIcon]</texture>\n\t\t\t<fadetime>200</fadetime>\n\t\t</control>\n\t</itemlayout>\n\t<focusedlayout height=\"188\" width=\"165\">\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>138</width>\n\t\t\t<height>184</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture>windows\\home\\poster_shadow_nofocus.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>5</left>\n\t\t\t<top>5</top>\n\t\t\t<width>119</width>\n\t\t\t<height>168</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture background=\"true\" diffuse=\"windows\\home\\diffuse.png\">$INFO[listitem.ActualIcon]</texture>\n\t\t\t<fadetime>200</fadetime>\n\t\t</control>\n\t</focusedlayout>\n</include>\n<!-- Source buttons values -->\n<include name=\"Home.Layout.Top.Buttons\">\n\t<height>30</height>\n\t<width min=\"90\" max=\"200\">auto</width>\n\t<font>home_15</font>\n\t<align>center</align>\n\t<aligny>top</aligny>\n\t<textoffsety>4</textoffsety>\n\t<focusedcolor>colour.home.button.focus</focusedcolor>\n\t<textcolor>colour.home.button.nofocus</textcolor>\n\t<texturefocus border=\"5,5,5,5\" colordiffuse=\"colour.home.button.focus.diffuse\">windows\\home\\button_fo.png</texturefocus>\n\t<texturenofocus border=\"5,5,5,5\" colordiffuse=\"colour.home.button.nofocus.diffuse\">windows\\home\\button_nofo.png</texturenofocus>\n</include>\n<!-- Animations -->\n<include name=\"Home.Underlay.Anims\">\n\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"0\" time=\"200\">WindowOpen</animation>\n\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"50\" time=\"100\">WindowClose</animation>\n</include>\n<include name=\"Home.Fanart.Anims\">\n\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"500\" time=\"300\">WindowOpen</animation>\n\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"0\">WindowClose</animation>\n</include>\n<include name=\"Home.RSS.Anims\">\n\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"600\" time=\"600\">WindowOpen</animation>\n\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"30\">WindowClose</animation>\n\t<animation effect=\"fade\" start=\"100\" end=\"100\" delay=\"0\" time=\"0\">Visible</animation>\n</include>\n<include name=\"Home.RSS.Fade.Anims\">\n\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"100\" time=\"300\">WindowOpen</animation>\n\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"50\">WindowClose</animation>\n\t<animation effect=\"fade\" start=\"100\" end=\"100\" delay=\"0\" time=\"0\">Visible</animation>\n</include>\n<include name=\"Home.LastPlayed.Anims\">\n\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"500\" time=\"300\">WindowOpen</animation>\n\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"150\">WindowClose</animation>\n\t<animation effect=\"fade\" start=\"100\" end=\"100\" delay=\"0\" time=\"0\">Visible</animation>\n</include>\n<include name=\"Home.Randoms.Anims\">\n\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"0\" time=\"300\">WindowOpen</animation>\n\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"50\">WindowClose</animation>\n\t<animation effect=\"fade\" start=\"100\" end=\"100\" delay=\"0\" time=\"0\">Visible</animation>\n</include>\n<include name=\"Home.Includes\">\n\t<control type=\"group\">\n\t\t<visible>Window.Next(Programs) | Window.Next(Settings)</visible>\n\t\t<include>Global.Backgrounds</include>\n\t</control>\n\t<control type=\"multiimage\">\n\t\t<include>1280x720</include>\n\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t<fadetime>2000</fadetime>\n\t\t<colordiffuse>FFFFFFFF</colordiffuse>\n\t\t<timeperimage>5000</timeperimage>\n\t\t<pauseatend>10000</pauseatend>\n\t\t<randomize>true</randomize>\n\t\t<loop>true</loop>\n\t\t<imagepath background=\"true\">$VAR[HomeMultiimage]</imagepath>\n\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"200\" time=\"200\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"100\">WindowClose</animation>\n\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"0\" time=\"400\">visible</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"100\">hidden</animation>\n\t\t<visible>ControlGroup(1).HasFocus(110) | IsEmpty(Container(9000).ListItem.Label)</visible>\n\t</control>\n\t<control type=\"group\">\n\t\t<visible>!ControlGroup(1).HasFocus(110)</visible>\n\t\t<control type=\"largeimage\">\n\t\t\t<include>1280x720</include>\n\t\t\t<aspectratio aligny=\"top\">scale</aspectratio>\n\t\t\t<fadetime>500</fadetime>\n\t\t\t<texture>$INFO[Container(9000).ListItem.thumb]</texture>\n\t\t\t<include>Home.Fanart.Anims</include>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<include>1280x720</include>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.home.underlay.diffuse\">windows\\home\\underlay.png</texture>\n\t\t\t<include>Home.Underlay.Anims</include>\n\t\t</control>\n\t\t<!-- RSS feed -->\n\t\t<control type=\"group\">\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-20\" time=\"100\" condition=\"!Skin.HasSetting(HideContextBar) + !Window.IsActive(1112)\">Conditional</animation>\n\t\t\t<visible>system.getbool(lookandfeel.enablerssfeeds)</visible>\n\t\t\t<control type=\"rss\" id=\"500\">\n\t\t\t\t<description>rss feed</description>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>692</top>\n\t\t\t\t<height>25</height>\n\t\t\t\t<width>1280</width>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<font>home_12</font>\n\t\t\t\t<urlset>1</urlset>\n\t\t\t\t<headlinecolor>colour.home.label.title</headlinecolor>\n\t\t\t\t<titlecolor>colour.home.label.title</titlecolor>\n\t\t\t\t<textcolor>colour.home.label.title</textcolor>\n\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"75\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t<include>Home.RSS.Anims</include>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>648</top>\n\t\t\t\t<height>72</height>\n\t\t\t\t<width>100</width>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.home.underlay.diffuse\">windows\\home\\rss_fade_right.png</texture>\n\t\t\t\t<include>Home.RSS.Fade.Anims</include>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<right>0</right>\n\t\t\t\t<top>648</top>\n\t\t\t\t<height>72</height>\n\t\t\t\t<width>100</width>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.home.underlay.diffuse\">windows\\home\\rss_fade_left.png</texture>\n\t\t\t\t<include>Home.RSS.Fade.Anims</include>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>37</left>\n\t\t\t\t<top>691</top>\n\t\t\t\t<height>20</height>\n\t\t\t\t<width>20</width>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture>windows\\home\\rss.png</texture>\n\t\t\t\t<include>Home.RSS.Anims</include>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"textbox\">\n\t\t\t<left>60</left>\n\t\t\t<top>70</top>\n\t\t\t<width>500</width>\n\t\t\t<height>170</height>\n\t\t\t<font>home_40</font>\n\t\t\t<align>bottom</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.home.label.title</textcolor>\n\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE][B]$INFO[Container(9000).ListItem.label][/B][/UPPERCASE]</label>\n\t\t\t<autoscroll delay=\"10000\" time=\"1000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t<include>Home.LastPlayed.Anims</include>\n\t\t</control>\n\t\t<control type=\"textbox\">\n\t\t\t<left>60</left>\n\t\t\t<top>260</top>\n\t\t\t<width>500</width>\n\t\t\t<height>78</height>\n\t\t\t<font>home_12</font>\n\t\t\t<align>left</align>\n\t\t\t<aligny>top</aligny>\n\t\t\t<textcolor>colour.home.label.synopsis</textcolor>\n\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t<label>[B]$INFO[Container(9000).ListItem.label2][/B]</label>\n\t\t\t<autoscroll delay=\"10000\" time=\"1000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t<include>Home.LastPlayed.Anims</include>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>60</left>\n\t\t\t<top>400</top>\n\t\t\t<width>145</width>\n\t\t\t<height>17</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.home.guides.nofocus.diffuse\">windows\\home\\guides\\$INFO[Container(9000).NumItems]\\back.png</texture>\n\t\t\t<include>Home.LastPlayed.Anims</include>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>60</left>\n\t\t\t<top>400</top>\n\t\t\t<width>145</width>\n\t\t\t<height>17</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.home.guides.focus.diffuse\">windows\\home\\guides\\$INFO[Container(9000).NumItems]\\$INFO[Container(9000).ListItem(0).Property(Guide)]</texture>\n\t\t\t<include>Home.LastPlayed.Anims</include>\n\t\t</control>\n\t</control>\n\t<include>Home.List.Contents</include>\n\t<!-- Random item focus here so they appear in the correct order -->\n\t<control type=\"group\">\n\t\t<include>Home.Underlay.Anims</include>\n\t\t<!-- window open animation workaround when id 110 has focus on load -->\n\t\t<animation effect=\"slide\" start=\"0\" end=\"0,1000\" delay=\"0\" time=\"0\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t<control type=\"image\">\n\t\t\t<left>70</left>\n\t\t\t<top>468</top>\n\t\t\t<width>450</width>\n\t\t\t<height>228</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.home.random.underlay.diffuse\">windows\\home\\random_back.png</texture>\n\t\t</control>\n\t</control>\n\t<control type=\"group\">\n\t\t<include>Home.Randoms.Anims</include>\n\t\t<!-- window open animation workaround when id 110 has focus on load -->\n\t\t<animation effect=\"slide\" start=\"0\" end=\"0,1000\" delay=\"0\" time=\"0\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t<control type=\"largeimage\">\n\t\t\t<left>70</left>\n\t\t\t<top>468</top>\n\t\t\t<width>450</width>\n\t\t\t<height>228</height>\n\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t<colordiffuse>10FFFFFF</colordiffuse>\n\t\t\t<texture diffuse=\"windows\\home\\random_fanart_diffuse.png\">$INFO[Container(9001).ListItem.thumb]</texture>\n\t\t\t<visible>Control.HasFocus(9001)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>60</left>\n\t\t\t<top>438</top>\n\t\t\t<width>188</width>\n\t\t\t<height>20</height>\n\t\t\t<font>home_19</font>\n\t\t\t<align>left</align>\n\t\t\t<aligny>top</aligny>\n\t\t\t<textcolor>colour.home.label.randoms</textcolor>\n\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t<label>$LOCALIZE[31563]</label>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>-58</left>\n\t\t\t<top>473</top>\n\t\t\t<width>152</width>\n\t\t\t<height>204</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture>windows\\home\\poster_shadow_focus.png</texture>\n\t\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t\t<effect type=\"zoom\" start=\"85,473,0,204\" end=\"-58,473,152,204\" center=\"85,473\" delay=\"450\" time=\"120\"/>\n\t\t\t\t<effect type=\"slide\" start=\"0\" end=\"133\" delay=\"460\" time=\"120\"/>\n\t\t\t</animation>\n\t\t\t<animation effect=\"slide\" start=\"0\" end=\"133\" delay=\"0\" time=\"0\">WindowClose</animation>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>-53</left>\n\t\t\t<top>478</top>\n\t\t\t<width>133</width>\n\t\t\t<height>188</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture background=\"true\" diffuse=\"windows\\home\\diffuse.png\">$INFO[Container(9001).ListItem.ActualIcon]</texture>\n\t\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t\t<effect type=\"zoom\" start=\"80,478,0,188\" end=\"-53,478,133,188\" center=\"80,478\" delay=\"450\" time=\"120\"/>\n\t\t\t\t<effect type=\"slide\" start=\"0\" end=\"133\" delay=\"460\" time=\"120\"/>\n\t\t\t</animation>\n\t\t\t<animation effect=\"slide\" start=\"0\" end=\"133\" delay=\"0\" time=\"0\">WindowClose</animation>\n\t\t</control>\n\t\t<control type=\"textbox\">\n\t\t\t<left>224</left>\n\t\t\t<top>478</top>\n\t\t\t<width>246</width>\n\t\t\t<height>50</height>\n\t\t\t<font>home_19</font>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.home.label.title2</textcolor>\n\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE][B]$INFO[Container(9001).ListItem.Label][/B][/UPPERCASE]</label>\n\t\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t\t<effect type=\"zoom\" start=\"224,478,0,50\" end=\"224,478,246,50\" center=\"224,478\" delay=\"580\" time=\"150\"/>\n\t\t\t</animation>\n\t\t</control>\n\t\t<control type=\"textbox\">\n\t\t\t<left>224</left>\n\t\t\t<top>538</top>\n\t\t\t<width>246</width>\n\t\t\t<height>125</height>\n\t\t\t<font>home_12</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.home.label.synopsis2</textcolor>\n\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t<label>[B]$INFO[Container(9001).ListItem.Label2][/B]</label>\n\t\t\t<visible>!Control.HasFocus(9001)</visible>\n\t\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t\t<effect type=\"zoom\" start=\"224,538,0,125\" end=\"224,538,246,125\" center=\"224,478\" delay=\"580\" time=\"150\"/>\n\t\t\t</animation>\n\t\t</control>\n\t\t<control type=\"textbox\">\n\t\t\t<left>224</left>\n\t\t\t<top>538</top>\n\t\t\t<width>246</width>\n\t\t\t<height>86</height>\n\t\t\t<font>home_12</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.home.label.synopsis2</textcolor>\n\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t<label>[B]$INFO[Container(9001).ListItem.Label2][/B]</label>\n\t\t\t<visible>Control.HasFocus(9001)</visible>\n\t\t\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t\t\t<effect type=\"zoom\" start=\"224,538,0,86\" end=\"224,538,246,86\" center=\"224,478\" delay=\"580\" time=\"150\"/>\n\t\t\t</animation>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>224</left>\n\t\t\t<top>638</top>\n\t\t\t<width>22</width>\n\t\t\t<height>22</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<fadetime>200</fadetime>\n\t\t\t<texture background=\"true\" colordiffuse=\"colour.home.button.abutton.diffuse\">windows\\home\\a_button.png</texture>\n\t\t\t<visible>Control.HasFocus(9001)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>254</left>\n\t\t\t<top>637</top>\n\t\t\t<width>230</width>\n\t\t\t<height>22</height>\n\t\t\t<font>home_19</font>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.home.label.title2</textcolor>\n\t\t\t<shadowcolor>colour.home.label.shadow</shadowcolor>\n\t\t\t<label>$LOCALIZE[518]</label>\n\t\t\t<visible>Control.HasFocus(9001)</visible>\n\t\t</control>\n\t</control>\n\t<!-- Source buttons -->\n\t<control type=\"grouplist\" id=\"1\">\n\t\t<description>button area</description>\n\t\t<left>0</left>\n\t\t<top>40</top>\n\t\t<width>1280</width>\n\t\t<height>60</height>\n\t\t<itemgap>4</itemgap>\n\t\t<onup>-</onup>\n\t\t<ondown>8001</ondown>\n\t\t<onleft>1</onleft>\n\t\t<onright>1</onright>\n\t\t<onback>8100</onback>\n\t\t<align>center</align>\n\t\t<animation effect=\"slide\" start=\"0,-100\" end=\"0,0\" delay=\"0\" time=\"200\">WindowOpen</animation>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-100\" delay=\"0\" time=\"200\">WindowClose</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"Control.HasFocus(9000) | Control.HasFocus(9001)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"System.IdleTime(5)\">Conditional</animation>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-100\" delay=\"0\" time=\"250\" condition=\"System.IdleTime(8) + ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t<orientation>horizontal</orientation>\n\t\t<control type=\"button\" id=\"100\">\n\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t<label>[UPPERCASE]$LOCALIZE[31079][/UPPERCASE]</label>\n\t\t\t<ondown condition=\"Skin.HasSetting(LastPlayedGames)\">8005</ondown>\n\t\t\t<ondown condition=\"Skin.HasSetting(RandomGames)\">8006</ondown>\n\t\t\t<onclick>ActivateWindow(Programs,Games,return)</onclick>\n\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t\t<visible>!Skin.HasSetting(DisableHome1) + [Skin.HasSetting(LastPlayedGames) | Skin.HasSetting(RandomGames)]</visible>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t</control>\n\t\t<control type=\"button\" id=\"101\">\n\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t<label>[UPPERCASE]$LOCALIZE[31080][/UPPERCASE]</label>\n\t\t\t<ondown condition=\"Skin.HasSetting(LastPlayedBrews)\">8005</ondown>\n\t\t\t<ondown condition=\"Skin.HasSetting(RandomBrews)\">8006</ondown>\n\t\t\t<onclick>ActivateWindow(Programs,Homebrew,return)</onclick>\n\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t\t<visible>!Skin.HasSetting(DisableHome2) + [Skin.HasSetting(LastPlayedBrews) | Skin.HasSetting(RandomBrews)]</visible>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t</control>\n\t\t<control type=\"button\" id=\"102\">\n\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t<label>[UPPERCASE]$LOCALIZE[31078][/UPPERCASE]</label>\n\t\t\t<ondown condition=\"Skin.HasSetting(LastPlayedEmus)\">8005</ondown>\n\t\t\t<ondown condition=\"Skin.HasSetting(RandomEmus)\">8006</ondown>\n\t\t\t<onclick>ActivateWindow(Programs,Emulators,return)</onclick>\n\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t\t<visible>!Skin.HasSetting(DisableHome3) + [Skin.HasSetting(LastPlayedEmus) | Skin.HasSetting(RandomEmus)]</visible>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t</control>\n\t\t<control type=\"button\" id=\"103\">\n\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t<label>[UPPERCASE]$LOCALIZE[31077][/UPPERCASE]</label>\n\t\t\t<ondown condition=\"Skin.HasSetting(LastPlayedApps)\">8005</ondown>\n\t\t\t<ondown condition=\"Skin.HasSetting(RandomApps)\">8006</ondown>\n\t\t\t<onclick>ActivateWindow(Programs,Applications,return)</onclick>\n\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t\t<visible>!Skin.HasSetting(DisableHome4) + [Skin.HasSetting(LastPlayedApps) | Skin.HasSetting(RandomApps)]</visible>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t</control>\n\t\t<control type=\"button\" id=\"104\">\n\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t<label>[UPPERCASE]$INFO[Skin.String(CustomHomeButton1Name)][/UPPERCASE]</label>\n\t\t\t<ondown condition=\"Skin.HasSetting(LastPlayedcustom1)\">8005</ondown>\n\t\t\t<ondown condition=\"Skin.HasSetting(Randomcustom1)\">8006</ondown>\n\t\t\t<onclick>ActivateWindow(Programs,$INFO[Skin.String(CustomHomeButton1Source)],return)</onclick>\n\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t\t<visible>Skin.HasSetting(CustomHomeButton1Enabled)</visible>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t</control>\n\t\t<control type=\"button\" id=\"105\">\n\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t<label>[UPPERCASE]$INFO[Skin.String(CustomHomeButton2Name)][/UPPERCASE]</label>\n\t\t\t<ondown condition=\"Skin.HasSetting(LastPlayedcustom2)\">8005</ondown>\n\t\t\t<ondown condition=\"Skin.HasSetting(Randomcustom2)\">8006</ondown>\n\t\t\t<onclick>ActivateWindow(Programs,$INFO[Skin.String(CustomHomeButton2Source)],return)</onclick>\n\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t\t<visible>Skin.HasSetting(CustomHomeButton2Enabled)</visible>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t</control>\n\t\t<control type=\"button\" id=\"106\">\n\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t<label>[UPPERCASE]$INFO[Skin.String(CustomHomeButton3Name)][/UPPERCASE]</label>\n\t\t\t<ondown condition=\"Skin.HasSetting(LastPlayedcustom3)\">8005</ondown>\n\t\t\t<ondown condition=\"Skin.HasSetting(Randomcustom3)\">8006</ondown>\n\t\t\t<onclick>ActivateWindow(Programs,$INFO[Skin.String(CustomHomeButton3Source)],return)</onclick>\n\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t\t<visible>Skin.HasSetting(CustomHomeButton3Enabled)</visible>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t</control>\n\t\t<control type=\"button\" id=\"107\">\n\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t<label>[UPPERCASE]$INFO[Skin.String(CustomHomeButton4Name)][/UPPERCASE]</label>\n\t\t\t<ondown condition=\"Skin.HasSetting(LastPlayedcustom4)\">8005</ondown>\n\t\t\t<ondown condition=\"Skin.HasSetting(Randomcustom4)\">8006</ondown>\n\t\t\t<onclick>ActivateWindow(Programs,$INFO[Skin.String(CustomHomeButton4Source)],return)</onclick>\n\t\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t\t\t<visible>Skin.HasSetting(CustomHomeButton4Enabled)</visible>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"20\" time=\"250\" condition=\"ControlGroup(1).HasFocus(110)\">Conditional</animation>\n\t\t</control>\n\t\t<control type=\"button\" id=\"110\">\n\t\t\t<include>Home.Layout.Top.Buttons</include>\n\t\t\t<label>[UPPERCASE]$LOCALIZE[31564][/UPPERCASE]</label>\n\t\t\t<focusedcolor>1_sidebar_labels_fo</focusedcolor>\n\t\t\t<textcolor>1_sidebar_labels_nofo</textcolor>\n\t\t\t<onclick>ActivateWindow(Programs,Root)</onclick>\n\t\t\t<visible>Skin.HasSetting(DisableHome1) + Skin.HasSetting(DisableHome2) + Skin.HasSetting(DisableHome3) + Skin.HasSetting(DisableHome4) + ![Skin.HasSetting(CustomHomeButton1Enabled) | Skin.HasSetting(CustomHomeButton2Enabled) | Skin.HasSetting(CustomHomeButton3Enabled) | Skin.HasSetting(CustomHomeButton4Enabled)]</visible>\n\t\t</control>\n\t</control>\n\t<!-- Fake buttons so I can toggle the movements of the last played items if not focused -->\n\t<!-- Visible if last played is empty and will focus the sources list -->\n\t<control type=\"button\" id=\"8000\">\n\t\t<left>-1000</left>\n\t\t<onfocus>Setfocus(8007)</onfocus>\n\t\t<visible>[ControlGroup(1).HasFocus(100) + !Skin.HasSetting(LastPlayedGames)] | [ControlGroup(1).HasFocus(101) + !Skin.HasSetting(LastPlayedBrews)] | [ControlGroup(1).HasFocus(102) + !Skin.HasSetting(LastPlayedEmus)] | [ControlGroup(1).HasFocus(103) + !Skin.HasSetting(LastPlayedApps)] | [ControlGroup(1).HasFocus(104) + !Skin.HasSetting(LastPlayedcustom1)] | [ControlGroup(1).HasFocus(105) + !Skin.HasSetting(LastPlayedcustom2)] | [ControlGroup(1).HasFocus(106) + !Skin.HasSetting(LastPlayedcustom3)] | [ControlGroup(1).HasFocus(107) + !Skin.HasSetting(LastPlayedcustom7)]</visible>\n\t</control>\n\t<!-- Visible if last played is not empty and will focus last played list -->\n\t<control type=\"button\" id=\"8000\">\n\t\t<left>-1000</left>\n\t\t<onfocus>Setfocus(8005)</onfocus>\n\t\t<visible>[ControlGroup(1).HasFocus(100) + Skin.HasSetting(LastPlayedGames)] | [ControlGroup(1).HasFocus(101) + Skin.HasSetting(LastPlayedBrews)] | [ControlGroup(1).HasFocus(102) + Skin.HasSetting(LastPlayedEmus)] | [ControlGroup(1).HasFocus(103) + Skin.HasSetting(LastPlayedApps)] | [ControlGroup(1).HasFocus(104) + Skin.HasSetting(LastPlayedcustom1)] | [ControlGroup(1).HasFocus(105) + Skin.HasSetting(LastPlayedcustom2)] | [ControlGroup(1).HasFocus(106) + Skin.HasSetting(LastPlayedcustom3)] | [ControlGroup(1).HasFocus(107) + Skin.HasSetting(LastPlayedcustom7)]</visible>\n\t</control>\n\t<!-- Visible if randoms list is visible and focus it -->\n\t<control type=\"button\" id=\"8001\">\n\t\t<left>-1000</left>\n\t\t<onfocus>Setfocus(8006)</onfocus>\n\t\t<visible>[ControlGroup(1).HasFocus(100) + Skin.HasSetting(RandomGames)] | [ControlGroup(1).HasFocus(101) + Skin.HasSetting(RandomBrews)] | [ControlGroup(1).HasFocus(102) + Skin.HasSetting(RandomEmus)] | [ControlGroup(1).HasFocus(103) + Skin.HasSetting(RandomApps)] | [ControlGroup(1).HasFocus(104) + Skin.HasSetting(Randomcustom1)] | [ControlGroup(1).HasFocus(105) + Skin.HasSetting(Randomcustom2)] | [ControlGroup(1).HasFocus(106) + Skin.HasSetting(Randomcustom3)] | [ControlGroup(1).HasFocus(107) + Skin.HasSetting(Randomcustom7)]</visible>\n\t</control>\n\t<!-- Visible if last played is empty and will focus the randoms list -->\n\t<control type=\"button\" id=\"8001\">\n\t\t<left>-1000</left>\n\t\t<onfocus>Setfocus(8006)</onfocus>\n\t\t<visible>[ControlGroup(1).HasFocus(100) + !Skin.HasSetting(LastPlayedGames)] | [ControlGroup(1).HasFocus(101) + !Skin.HasSetting(LastPlayedBrews)] | [ControlGroup(1).HasFocus(102) + !Skin.HasSetting(LastPlayedEmus)] | [ControlGroup(1).HasFocus(103) + !Skin.HasSetting(LastPlayedApps)] | [ControlGroup(1).HasFocus(104) + !Skin.HasSetting(LastPlayedcustom1)] | [ControlGroup(1).HasFocus(105) + !Skin.HasSetting(LastPlayedcustom2)] | [ControlGroup(1).HasFocus(106) + !Skin.HasSetting(LastPlayedcustom3)] | [ControlGroup(1).HasFocus(107) + !Skin.HasSetting(LastPlayedcustom7)]</visible>\n\t</control>\n\t<!-- Focus last played control -->\n\t<control type=\"button\" id=\"8005\">\n\t\t<left>-1000</left>\n\t\t<onfocus>Setfocus(9000)</onfocus>\n\t\t<onfocus>CancelAlarm(AutoScroll_Thumbs,silent)</onfocus>\n\t</control>\n\t<!-- Focus random control -->\n\t<control type=\"button\" id=\"8006\">\n\t\t<left>-1000</left>\n\t\t<onfocus>Setfocus(9001)</onfocus>\n\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t</control>\n\t<!-- Focus source list -->\n\t<control type=\"button\" id=\"8007\">\n\t\t<left>-1000</left>\n\t\t<onfocus>Setfocus(1)</onfocus>\n\t\t<onfocus>AlarmClock(AutoScroll_Thumbs,Control.Move(9000,1),00:10,silent,loop)</onfocus>\n\t</control>\n</include>\n<include name=\"Home.List.Contents\">\n\t<!-- Games last played-->\n\t<control type=\"list\" id=\"9000\">\n\t\t<include>Home.LastPlayed.Layout</include>\n\t\t<visible>ControlGroup(1).HasFocus(100)</visible>\n\t\t<content>\n\t\t\t<item id=\"1\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.1.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.1.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.1.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.1.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.1.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.1.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.1.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">01.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.1.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.1.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"2\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.2.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.2.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.2.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.2.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.2.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.2.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.2.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">02.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.2.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.2.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"3\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.3.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.3.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.3.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.3.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.3.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.3.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.3.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">03.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.3.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.3.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"4\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.4.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.4.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.4.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.4.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.4.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.4.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.4.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">04.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.4.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.4.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"5\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.5.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.5.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.5.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.5.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.5.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.5.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.5.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">05.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.5.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.5.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"6\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.6.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.6.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.6.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.6.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.6.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.6.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.6.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">06.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.6.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.6.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"7\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.7.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.7.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.7.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.7.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.7.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.7.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.7.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">07.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.7.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.7.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"8\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.8.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.8.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.8.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.8.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.8.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.8.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.8.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">08.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.8.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.8.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"9\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.9.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.9.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.9.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.9.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.9.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.9.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.9.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">09.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.9.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.9.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"10\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedGames.10.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedGames.10.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedGames.10.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedGames.10.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedGames.10.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedGames.10.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedGames.10.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">10.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedGames.10.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedGames.10.Title))</visible>\n\t\t\t</item>\n\t\t</content>\n\t</control>\n\t<!-- Games Random -->\n\t<control type=\"fixedlist\" id=\"9001\">\n\t\t<include>Home.Random.Layout</include>\n\t\t<visible>ControlGroup(1).HasFocus(100)</visible>\n\t\t<content>\n\t\t\t<item id=\"1\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.1.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.1.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.1.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.1.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.1.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.1.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.1.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.1.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.1.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"2\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.2.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.2.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.2.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.2.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.2.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.2.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.2.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.2.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.2.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"3\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.3.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.3.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.3.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.3.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.3.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.3.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.3.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.3.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.3.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"4\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.4.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.4.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.4.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.4.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.4.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.4.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.4.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.4.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.4.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"5\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.5.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.5.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.5.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.5.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.5.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.5.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.5.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.5.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.5.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"6\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.6.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.6.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.6.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.6.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.6.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.6.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.6.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.6.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.6.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"7\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.7.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.7.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.7.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.7.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.7.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.7.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.7.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.7.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.7.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"8\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.8.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.8.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.8.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.8.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.8.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.8.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.8.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.8.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.8.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"9\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.9.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.9.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.9.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.9.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.9.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.9.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.9.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.9.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.9.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"10\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomGames.10.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomGames.10.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomGames.10.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomGames.10.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomGames.10.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomGames.10.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomGames.10.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomGames.10.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomGames.10.Title))</visible>\n\t\t\t</item>\n\t\t</content>\n\t</control>\n\t<!-- Brews last played-->\n\t<control type=\"list\" id=\"9000\">\n\t\t<include>Home.LastPlayed.Layout</include>\n\t\t<visible>ControlGroup(1).HasFocus(101)</visible>\n\t\t<content>\n\t\t\t<item id=\"1\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.1.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.1.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.1.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.1.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.1.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.1.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.1.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">01.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.1.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.1.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"2\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.2.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.2.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.2.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.2.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.2.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.2.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.2.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">02.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.2.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.2.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"3\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.3.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.3.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.3.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.3.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.3.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.3.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.3.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">03.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.3.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.3.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"4\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.4.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.4.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.4.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.4.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.4.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.4.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.4.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">04.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.4.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.4.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"5\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.5.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.5.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.5.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.5.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.5.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.5.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.5.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">05.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.5.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.5.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"6\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.6.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.6.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.6.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.6.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.6.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.6.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.6.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">06.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.6.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.6.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"7\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.7.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.7.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.7.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.7.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.7.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.7.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.7.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">07.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.7.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.7.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"8\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.8.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.8.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.8.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.8.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.8.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.8.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.8.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">08.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.8.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.8.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"9\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.9.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.9.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.9.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.9.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.9.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.9.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.9.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">09.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.9.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.9.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"10\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedBrews.10.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedBrews.10.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedBrews.10.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedBrews.10.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedBrews.10.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedBrews.10.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedBrews.10.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">10.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedBrews.10.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedBrews.10.Title))</visible>\n\t\t\t</item>\n\t\t</content>\n\t</control>\n\t<!-- Brews Random -->\n\t<control type=\"fixedlist\" id=\"9001\">\n\t\t<include>Home.Random.Layout</include>\n\t\t<visible>ControlGroup(1).HasFocus(101)</visible>\n\t\t<content>\n\t\t\t<item id=\"1\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.1.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.1.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.1.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.1.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.1.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.1.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.1.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.1.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.1.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"2\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.2.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.2.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.2.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.2.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.2.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.2.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.2.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.2.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.2.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"3\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.3.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.3.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.3.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.3.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.3.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.3.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.3.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.3.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.3.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"4\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.4.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.4.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.4.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.4.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.4.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.4.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.4.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.4.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.4.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"5\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.5.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.5.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.5.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.5.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.5.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.5.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.5.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.5.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.5.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"6\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.6.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.6.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.6.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.6.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.6.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.6.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.6.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.6.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.6.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"7\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.7.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.7.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.7.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.7.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.7.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.7.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.7.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.7.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.7.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"8\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.8.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.8.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.8.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.8.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.8.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.8.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.8.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.8.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.8.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"9\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.9.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.9.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.9.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.9.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.9.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.9.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.9.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.9.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.9.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"10\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomBrews.10.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomBrews.10.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomBrews.10.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomBrews.10.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomBrews.10.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomBrews.10.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomBrews.10.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomBrews.10.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomBrews.10.Title))</visible>\n\t\t\t</item>\n\t\t</content>\n\t</control>\n\t<!-- Emus last played-->\n\t<control type=\"list\" id=\"9000\">\n\t\t<include>Home.LastPlayed.Layout</include>\n\t\t<visible>ControlGroup(1).HasFocus(102)</visible>\n\t\t<content>\n\t\t\t<item id=\"1\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.1.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.1.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.1.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.1.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.1.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.1.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.1.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">01.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.1.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.1.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"2\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.2.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.2.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.2.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.2.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.2.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.2.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.2.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">02.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.2.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.2.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"3\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.3.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.3.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.3.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.3.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.3.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.3.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.3.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">03.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.3.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.3.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"4\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.4.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.4.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.4.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.4.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.4.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.4.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.4.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">04.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.4.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.4.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"5\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.5.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.5.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.5.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.5.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.5.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.5.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.5.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">05.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.5.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.5.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"6\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.6.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.6.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.6.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.6.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.6.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.6.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.6.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">06.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.6.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.6.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"7\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.7.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.7.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.7.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.7.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.7.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.7.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.7.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">07.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.7.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.7.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"8\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.8.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.8.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.8.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.8.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.8.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.8.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.8.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">08.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.8.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.8.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"9\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.9.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.9.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.9.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.9.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.9.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.9.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.9.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">09.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.9.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.9.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"10\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedEmus.10.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedEmus.10.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedEmus.10.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedEmus.10.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedEmus.10.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedEmus.10.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedEmus.10.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">10.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedEmus.10.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedEmus.10.Title))</visible>\n\t\t\t</item>\n\t\t</content>\n\t</control>\n\t<!-- Emus Random -->\n\t<control type=\"fixedlist\" id=\"9001\">\n\t\t<include>Home.Random.Layout</include>\n\t\t<visible>ControlGroup(1).HasFocus(102)</visible>\n\t\t<content>\n\t\t\t<item id=\"1\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.1.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.1.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.1.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.1.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.1.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.1.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.1.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.1.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.1.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"2\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.2.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.2.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.2.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.2.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.2.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.2.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.2.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.2.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.2.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"3\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.3.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.3.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.3.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.3.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.3.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.3.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.3.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.3.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.3.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"4\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.4.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.4.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.4.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.4.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.4.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.4.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.4.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.4.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.4.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"5\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.5.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.5.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.5.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.5.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.5.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.5.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.5.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.5.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.5.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"6\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.6.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.6.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.6.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.6.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.6.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.6.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.6.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.6.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.6.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"7\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.7.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.7.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.7.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.7.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.7.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.7.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.7.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.7.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.7.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"8\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.8.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.8.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.8.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.8.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.8.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.8.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.8.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.8.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.8.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"9\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.9.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.9.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.9.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.9.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.9.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.9.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.9.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.9.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.9.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"10\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomEmus.10.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomEmus.10.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomEmus.10.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomEmus.10.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomEmus.10.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomEmus.10.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomEmus.10.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomEmus.10.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomEmus.10.Title))</visible>\n\t\t\t</item>\n\t\t</content>\n\t</control>\n\t<!-- Apps last played-->\n\t<control type=\"list\" id=\"9000\">\n\t\t<include>Home.LastPlayed.Layout</include>\n\t\t<visible>ControlGroup(1).HasFocus(103)</visible>\n\t\t<content>\n\t\t\t<item id=\"1\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.1.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.1.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.1.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.1.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.1.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.1.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.1.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">01.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.1.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.1.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"2\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.2.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.2.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.2.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.2.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.2.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.2.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.2.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">02.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.2.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.2.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"3\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.3.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.3.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.3.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.3.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.3.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.3.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.3.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">03.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.3.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.3.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"4\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.4.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.4.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.4.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.4.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.4.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.4.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.4.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">04.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.4.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.4.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"5\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.5.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.5.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.5.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.5.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.5.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.5.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.5.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">05.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.5.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.5.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"6\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.6.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.6.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.6.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.6.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.6.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.6.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.6.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">06.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.6.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.6.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"7\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.7.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.7.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.7.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.7.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.7.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.7.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.7.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">07.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.7.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.7.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"8\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.8.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.8.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.8.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.8.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.8.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.8.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.8.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">08.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.8.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.8.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"9\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.9.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.9.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.9.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.9.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.9.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.9.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.9.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">09.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.9.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.9.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"10\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedApps.10.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedApps.10.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedApps.10.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedApps.10.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedApps.10.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedApps.10.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedApps.10.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">10.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedApps.10.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedApps.10.Title))</visible>\n\t\t\t</item>\n\t\t</content>\n\t</control>\n\t<!-- Apps Random -->\n\t<control type=\"fixedlist\" id=\"9001\">\n\t\t<include>Home.Random.Layout</include>\n\t\t<visible>ControlGroup(1).HasFocus(103)</visible>\n\t\t<content>\n\t\t\t<item id=\"1\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.1.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.1.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.1.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.1.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.1.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.1.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.1.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.1.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.1.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"2\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.2.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.2.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.2.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.2.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.2.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.2.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.2.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.2.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.2.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"3\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.3.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.3.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.3.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.3.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.3.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.3.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.3.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.3.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.3.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"4\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.4.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.4.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.4.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.4.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.4.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.4.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.4.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.4.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.4.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"5\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.5.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.5.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.5.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.5.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.5.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.5.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.5.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.5.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.5.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"6\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.6.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.6.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.6.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.6.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.6.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.6.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.6.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.6.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.6.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"7\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.7.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.7.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.7.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.7.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.7.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.7.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.7.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.7.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.7.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"8\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.8.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.8.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.8.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.8.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.8.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.8.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.8.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.8.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.8.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"9\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.9.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.9.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.9.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.9.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.9.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.9.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.9.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.9.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.9.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"10\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomApps.10.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomApps.10.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomApps.10.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomApps.10.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomApps.10.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomApps.10.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomApps.10.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomApps.10.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomApps.10.Title))</visible>\n\t\t\t</item>\n\t\t</content>\n\t</control>\n\t<!-- Custom1 last played-->\n\t<control type=\"list\" id=\"9000\">\n\t\t<include>Home.LastPlayed.Layout</include>\n\t\t<visible>ControlGroup(1).HasFocus(104)</visible>\n\t\t<content>\n\t\t\t<item id=\"1\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.1.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.1.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.1.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.1.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.1.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.1.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.1.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">01.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.1.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.1.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"2\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.2.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.2.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.2.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.2.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.2.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.2.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.2.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">02.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.2.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.2.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"3\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.3.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.3.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.3.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.3.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.3.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.3.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.3.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">03.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.3.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.3.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"4\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.4.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.4.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.4.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.4.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.4.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.4.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.4.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">04.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.4.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.4.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"5\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.5.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.5.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.5.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.5.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.5.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.5.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.5.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">05.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.5.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.5.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"6\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.6.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.6.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.6.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.6.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.6.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.6.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.6.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">06.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.6.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.6.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"7\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.7.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.7.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.7.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.7.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.7.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.7.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.7.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">07.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.7.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.7.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"8\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.8.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.8.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.8.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.8.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.8.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.8.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.8.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">08.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.8.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.8.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"9\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.9.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.9.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.9.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.9.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.9.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.9.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.9.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">09.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.9.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.9.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"10\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom1.10.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom1.10.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom1.10.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom1.10.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.10.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom1.10.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom1.10.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">10.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom1.10.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom1.10.Title))</visible>\n\t\t\t</item>\n\t\t</content>\n\t</control>\n\t<!-- Custom1 Random -->\n\t<control type=\"fixedlist\" id=\"9001\">\n\t\t<include>Home.Random.Layout</include>\n\t\t<visible>ControlGroup(1).HasFocus(104)</visible>\n\t\t<content>\n\t\t\t<item id=\"1\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.1.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.1.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.1.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.1.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.1.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.1.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.1.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.1.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.1.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"2\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.2.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.2.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.2.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.2.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.2.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.2.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.2.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.2.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.2.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"3\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.3.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.3.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.3.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.3.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.3.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.3.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.3.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.3.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.3.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"4\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.4.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.4.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.4.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.4.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.4.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.4.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.4.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.4.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.4.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"5\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.5.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.5.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.5.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.5.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.5.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.5.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.5.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.5.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.5.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"6\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.6.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.6.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.6.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.6.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.6.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.6.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.6.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.6.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.6.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"7\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.7.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.7.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.7.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.7.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.7.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.7.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.7.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.7.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.7.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"8\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.8.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.8.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.8.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.8.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.8.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.8.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.8.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.8.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.8.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"9\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.9.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.9.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.9.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.9.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.9.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.9.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.9.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.9.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.9.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"10\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom1.10.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom1.10.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom1.10.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom1.10.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom1.10.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom1.10.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom1.10.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom1.10.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom1.10.Title))</visible>\n\t\t\t</item>\n\t\t</content>\n\t</control>\n\t<!-- Custom2 last played-->\n\t<control type=\"list\" id=\"9000\">\n\t\t<include>Home.LastPlayed.Layout</include>\n\t\t<visible>ControlGroup(1).HasFocus(105)</visible>\n\t\t<content>\n\t\t\t<item id=\"1\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.1.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.1.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.1.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.1.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.1.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.1.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.1.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">01.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.1.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.1.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"2\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.2.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.2.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.2.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.2.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.2.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.2.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.2.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">02.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.2.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.2.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"3\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.3.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.3.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.3.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.3.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.3.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.3.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.3.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">03.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.3.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.3.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"4\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.4.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.4.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.4.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.4.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.4.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.4.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.4.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">04.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.4.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.4.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"5\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.5.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.5.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.5.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.5.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.5.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.5.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.5.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">05.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.5.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.5.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"6\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.6.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.6.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.6.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.6.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.6.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.6.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.6.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">06.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.6.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.6.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"7\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.7.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.7.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.7.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.7.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.7.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.7.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.7.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">07.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.7.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.7.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"8\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.8.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.8.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.8.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.8.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.8.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.8.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.8.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">08.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.8.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.8.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"9\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.9.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.9.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.9.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.9.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.9.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.9.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.9.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">09.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.9.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.9.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"10\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom2.10.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom2.10.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom2.10.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom2.10.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.10.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom2.10.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom2.10.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">10.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom2.10.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom2.10.Title))</visible>\n\t\t\t</item>\n\t\t</content>\n\t</control>\n\t<!-- Custom2 Random -->\n\t<control type=\"fixedlist\" id=\"9001\">\n\t\t<include>Home.Random.Layout</include>\n\t\t<visible>ControlGroup(1).HasFocus(105)</visible>\n\t\t<content>\n\t\t\t<item id=\"1\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.1.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.1.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.1.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.1.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.1.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.1.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.1.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.1.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.1.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"2\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.2.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.2.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.2.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.2.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.2.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.2.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.2.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.2.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.2.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"3\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.3.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.3.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.3.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.3.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.3.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.3.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.3.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.3.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.3.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"4\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.4.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.4.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.4.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.4.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.4.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.4.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.4.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.4.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.4.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"5\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.5.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.5.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.5.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.5.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.5.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.5.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.5.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.5.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.5.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"6\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.6.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.6.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.6.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.6.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.6.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.6.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.6.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.6.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.6.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"7\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.7.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.7.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.7.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.7.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.7.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.7.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.7.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.7.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.7.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"8\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.8.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.8.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.8.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.8.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.8.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.8.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.8.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.8.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.8.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"9\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.9.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.9.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.9.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.9.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.9.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.9.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.9.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.9.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.9.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"10\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom2.10.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom2.10.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom2.10.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom2.10.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom2.10.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom2.10.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom2.10.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom2.10.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom2.10.Title))</visible>\n\t\t\t</item>\n\t\t</content>\n\t</control>\n\t<!-- Custom3 last played-->\n\t<control type=\"list\" id=\"9000\">\n\t\t<include>Home.LastPlayed.Layout</include>\n\t\t<visible>ControlGroup(1).HasFocus(106)</visible>\n\t\t<content>\n\t\t\t<item id=\"1\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.1.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.1.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.1.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.1.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.1.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.1.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.1.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">01.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.1.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.1.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"2\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.2.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.2.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.2.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.2.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.2.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.2.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.2.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">02.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.2.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.2.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"3\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.3.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.3.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.3.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.3.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.3.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.3.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.3.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">03.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.3.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.3.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"4\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.4.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.4.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.4.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.4.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.4.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.4.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.4.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">04.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.4.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.4.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"5\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.5.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.5.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.5.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.5.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.5.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.5.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.5.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">05.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.5.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.5.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"6\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.6.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.6.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.6.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.6.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.6.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.6.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.6.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">06.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.6.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.6.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"7\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.7.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.7.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.7.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.7.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.7.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.7.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.7.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">07.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.7.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.7.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"8\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.8.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.8.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.8.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.8.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.8.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.8.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.8.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">08.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.8.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.8.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"9\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.9.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.9.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.9.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.9.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.9.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.9.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.9.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">09.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.9.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.9.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"10\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom3.10.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom3.10.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom3.10.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom3.10.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.10.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom3.10.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom3.10.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">10.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom3.10.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom3.10.Title))</visible>\n\t\t\t</item>\n\t\t</content>\n\t</control>\n\t<!-- Custom3 Random -->\n\t<control type=\"fixedlist\" id=\"9001\">\n\t\t<include>Home.Random.Layout</include>\n\t\t<visible>ControlGroup(1).HasFocus(106)</visible>\n\t\t<content>\n\t\t\t<item id=\"1\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.1.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.1.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.1.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.1.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.1.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.1.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.1.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.1.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.1.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"2\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.2.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.2.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.2.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.2.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.2.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.2.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.2.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.2.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.2.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"3\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.3.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.3.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.3.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.3.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.3.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.3.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.3.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.3.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.3.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"4\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.4.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.4.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.4.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.4.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.4.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.4.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.4.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.4.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.4.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"5\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.5.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.5.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.5.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.5.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.5.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.5.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.5.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.5.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.5.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"6\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.6.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.6.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.6.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.6.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.6.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.6.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.6.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.6.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.6.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"7\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.7.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.7.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.7.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.7.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.7.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.7.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.7.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.7.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.7.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"8\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.8.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.8.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.8.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.8.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.8.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.8.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.8.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.8.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.8.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"9\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.9.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.9.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.9.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.9.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.9.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.9.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.9.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.9.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.9.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"10\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom3.10.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom3.10.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom3.10.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom3.10.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom3.10.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom3.10.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom3.10.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom3.10.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom3.10.Title))</visible>\n\t\t\t</item>\n\t\t</content>\n\t</control>\n\t<!-- Custom4 last played-->\n\t<control type=\"list\" id=\"9000\">\n\t\t<include>Home.LastPlayed.Layout</include>\n\t\t<visible>ControlGroup(1).HasFocus(107)</visible>\n\t\t<content>\n\t\t\t<item id=\"1\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.1.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.1.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.1.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.1.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.1.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.1.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.1.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">01.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.1.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.1.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"2\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.2.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.2.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.2.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.2.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.2.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.2.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.2.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">02.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.2.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.2.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"3\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.3.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.3.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.3.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.3.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.3.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.3.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.3.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">03.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.3.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.3.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"4\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.4.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.4.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.4.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.4.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.4.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.4.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.4.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">04.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.4.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.4.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"5\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.5.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.5.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.5.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.5.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.5.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.5.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.5.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">05.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.5.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.5.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"6\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.6.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.6.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.6.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.6.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.6.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.6.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.6.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">06.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.6.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.6.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"7\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.7.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.7.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.7.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.7.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.7.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.7.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.7.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">07.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.7.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.7.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"8\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.8.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.8.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.8.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.8.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.8.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.8.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.8.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">08.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.8.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.8.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"9\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.9.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.9.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.9.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.9.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.9.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.9.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.9.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">09.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.9.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.9.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"10\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(LastPlayedCustom4.10.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(LastPlayedCustom4.10.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(LastPlayedCustom4.10.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(LastPlayedCustom4.10.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.10.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(LastPlayedCustom4.10.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(LastPlayedCustom4.10.LargePoster)]</property>\n\t\t\t\t<property name=\"Guide\">10.png</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(LastPlayedCustom4.10.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(LastPlayedCustom4.10.Title))</visible>\n\t\t\t</item>\n\t\t</content>\n\t</control>\n\t<!-- Custom4 Random -->\n\t<control type=\"fixedlist\" id=\"9001\">\n\t\t<include>Home.Random.Layout</include>\n\t\t<visible>ControlGroup(1).HasFocus(107)</visible>\n\t\t<content>\n\t\t\t<item id=\"1\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.1.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.1.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.1.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.1.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.1.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.1.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.1.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.1.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.1.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"2\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.2.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.2.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.2.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.2.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.2.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.2.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.2.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.2.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.2.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"3\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.3.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.3.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.3.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.3.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.3.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.3.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.3.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.3.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.3.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"4\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.4.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.4.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.4.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.4.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.4.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.4.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.4.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.4.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.4.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"5\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.5.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.5.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.5.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.5.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.5.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.5.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.5.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.5.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.5.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"6\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.6.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.6.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.6.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.6.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.6.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.6.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.6.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.6.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.6.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"7\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.7.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.7.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.7.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.7.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.7.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.7.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.7.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.7.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.7.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"8\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.8.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.8.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.8.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.8.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.8.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.8.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.8.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.8.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.8.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"9\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.9.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.9.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.9.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.9.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.9.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.9.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.9.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.9.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.9.Title))</visible>\n\t\t\t</item>\n\t\t\t<item id=\"10\">\n\t\t\t\t<icon>$INFO[Window(Home).Property(RandomCustom4.10.Poster)]</icon>\n\t\t\t\t<label>$INFO[Window(Home).Property(RandomCustom4.10.Title)]</label>\n\t\t\t\t<label2>$INFO[Window(Home).Property(RandomCustom4.10.Synopsis)]</label2>\n\t\t\t\t<thumb>$INFO[Window(Home).Property(RandomCustom4.10.Fanart)]</thumb>\n\t\t\t\t<property name=\"FanartThumb\">$INFO[Window(Home).Property(RandomCustom4.10.FanartThumb)]</property>\n\t\t\t\t<property name=\"PosterThumb\">$INFO[Window(Home).Property(RandomCustom4.10.PosterThumb)]</property>\n\t\t\t\t<property name=\"LargePoster\">$INFO[Window(Home).Property(RandomCustom4.10.LargePoster)]</property>\n\t\t\t\t<onclick>$INFO[Window(Home).Property(RandomCustom4.10.XBEPath)]</onclick>\n\t\t\t\t<visible>!IsEmpty(Window(Home).Property(RandomCustom4.10.Title))</visible>\n\t\t\t</item>\n\t\t</content>\n\t</control>\n</include>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/includes/Variables.xml",
    "content": "<!-- Variables.xml -->\n<variable name=\"Backgrounds\">\n\t<value condition=\"IsEmpty(skin.string(background_color)) + StringCompare(Skin.CurrentTheme,skindefault)\">default\\0.jpg</value>\n\t<value condition=\"!IsEmpty(skin.string(background_color)) + StringCompare(Skin.CurrentTheme,skindefault)\">default\\$INFO[skin.string(background_color)]</value>\n\t<value condition=\"IsEmpty(skin.string(background_color)) + !StringCompare(Skin.CurrentTheme,skindefault)\">$INFO[Skin.CurrentTheme]\\0.jpg</value>\n\t<value condition=\"!IsEmpty(skin.string(background_color)) + !StringCompare(Skin.CurrentTheme,skindefault)\">$INFO[Skin.CurrentTheme]\\$INFO[skin.string(background_color)]</value>\n</variable>\n<variable name=\"Alt_Label_Colour\">\n\t<!-- all other windows -->\n\t<value condition=\"!Skin.HasSetting(AltTextColour) + !Window.IsVisible(7) + !Window.IsVisible(2999)\">colour.$INFO[Container.Viewmode].label</value>\n\t<value condition=\"Skin.HasSetting(AltTextColour) + !Window.IsVisible(7) + !Window.IsVisible(2999)\">colour.$INFO[Container.Viewmode].label2</value>\n\t<!-- system info window -->\n\t<value condition=\"!Skin.HasSetting(AltTextColour) + Window.IsVisible(7)\">7_label</value>\n\t<value condition=\"Skin.HasSetting(AltTextColour) + Window.IsVisible(7)\">7_label_alt</value>\n</variable>\n<variable name=\"Custom_BG_Colour\">\n\t<value>FF$INFO[skin.string(Background_Custom_Color)]</value>\n</variable>\n<variable name=\"Custom_Gamers_Logo_Colour\">\n\t<value condition=\"Skin.HasSetting(EnabledXBMC4GamersLogoColour)\">FF$INFO[skin.string(XBMC4GamersLogoColour)]</value>\n\t<value condition=\"!Skin.HasSetting(EnabledXBMC4GamersLogoColour)\">colour.variables.logo</value>\n</variable>\n<variable name=\"VolumeIconVar\">\n\t<value condition=\"Player.Muted\">windows\\volume\\mute.png</value>\n\t<value condition=\"IntegerGreaterThan(Control.GetLabel(29999),66)\">windows\\volume\\volume.png</value>\n\t<value condition=\"IntegerGreaterThan(Control.GetLabel(29999),33)\">windows\\volume\\volume2.png</value>\n\t<value condition=\"player.passthrough\">windows\\volume\\volume.png</value>\n\t<value>windows\\volume\\volume1.png</value>\n</variable>\n<variable name=\"HomeMultiimage\">\n\t<value condition=\"Skin.HasSetting(UseFanartFolder)\">Q:\\system\\screensavers\\fanart</value>\n\t<value>windows\\home\\multiimages</value>\n</variable>\n<variable name=\"SynopsisCheck\">\n\t<value condition=\"System.GetBool(mygames.gamesaltsynpsisbutton)\">$INFO[Window(10001).Property(Synopsis_Overview_Full_Alt)]</value>\n\t<value>$INFO[ListItem.Property(Synopsis_Overview_Full)]</value>\n</variable>\n<variable name=\"View_Fanart\">\n\t<value condition=\"ListItem.IsFolder + Skin.HasSetting(showfolderfanart)\">$INFO[skin.string(FolderFanartPath)]\\$INFO[ListItem.Label].jpg</value>\n\t<!-- resources disabled -->\n\t<value condition=\"!ListItem.IsFolder + !Skin.HasSetting(_resourcesenabled)\">$INFO[listitem.Path,,]fanart.jpg</value>\n\t<!-- resources enabled -->\n\t<value condition=\"!ListItem.IsFolder + !IsEmpty(listitem.Synopsis_Fanart) + !Skin.HasSetting(fanartblur)\">$INFO[listitem.Synopsis_Resources]artwork\\fanart.jpg</value>\n\t<value condition=\"!ListItem.IsFolder + !IsEmpty(listitem.Synopsis_Fanart) + Skin.HasSetting(fanartblur)\">$INFO[listitem.Synopsis_Resources]artwork\\fanart-blur.jpg</value>\n\t<!-- <value condition=\"!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Fanart) + !Skin.HasSetting(fanartblur)\">no_fanart.jpg</value> -->\n\t<!-- <value condition=\"!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Fanart) + Skin.HasSetting(fanartblur)\">no_fanart_blur.jpg</value> -->\n</variable>\n<variable name=\"View_Fanart_Fog\">\n\t<value condition=\"ListItem.IsFolder + Skin.HasSetting(showfolderfanart) + Skin.HasSetting(customfanartfog)\">$INFO[skin.string(FolderFanartPath)]\\$INFO[ListItem.Label]_fog.jpg</value>\n\t<!-- resources enabled -->\n\t<value condition=\"!ListItem.IsFolder + !IsEmpty(listitem.Synopsis_Fanart) + Skin.HasSetting(customfanartfog)\">$INFO[listitem.Synopsis_Resources]artwork\\fog.jpg</value>\n\t<value condition=\"!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Fanart) + Skin.HasSetting(customfanartfog)\">no_fog.jpg</value>\n</variable>\n<!-- <variable name=\"View50_Condition\"> -->\n<!-- <value condition=\"Skin.HasSetting(View50_Disabled)\">Disabled</value> -->\n<!-- <value>Enabled</value> -->\n<!-- </variable> -->\n<variable name=\"View51_Condition\">\n\t<value condition=\"Skin.HasSetting(View51_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View52_Condition\">\n\t<value condition=\"Skin.HasSetting(View52_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View53_Condition\">\n\t<value condition=\"Skin.HasSetting(View53_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View54_Condition\">\n\t<value condition=\"Skin.HasSetting(View54_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View55_Condition\">\n\t<value condition=\"Skin.HasSetting(View55_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View56_Condition\">\n\t<value condition=\"Skin.HasSetting(View56_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View57_Condition\">\n\t<value condition=\"Skin.HasSetting(View57_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View58_Condition\">\n\t<value condition=\"Skin.HasSetting(View58_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View59_Condition\">\n\t<value condition=\"Skin.HasSetting(View59_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View60_Condition\">\n\t<value condition=\"Skin.HasSetting(View60_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View61_Condition\">\n\t<value condition=\"Skin.HasSetting(View61_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View62_Condition\">\n\t<value condition=\"Skin.HasSetting(View62_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View63_Condition\">\n\t<value condition=\"Skin.HasSetting(View63_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View64_Condition\">\n\t<value condition=\"Skin.HasSetting(View64_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View65_Condition\">\n\t<value condition=\"Skin.HasSetting(View65_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View66_Condition\">\n\t<value condition=\"Skin.HasSetting(View66_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View67_Condition\">\n\t<value condition=\"Skin.HasSetting(View67_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View68_Condition\">\n\t<value condition=\"Skin.HasSetting(View68_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View69_Condition\">\n\t<value condition=\"Skin.HasSetting(View69_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View70_Condition\">\n\t<value condition=\"Skin.HasSetting(View70_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View71_Condition\">\n\t<value condition=\"Skin.HasSetting(View71_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View72_Condition\">\n\t<value condition=\"Skin.HasSetting(View72_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View74_Condition\">\n\t<value condition=\"Skin.HasSetting(View74_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View75_Condition\">\n\t<value condition=\"Skin.HasSetting(View75_Disabled)\">$LOCALIZE[13106]</value>\n\t<value>$LOCALIZE[305]</value>\n</variable>\n<variable name=\"View50_Thumbs\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t<value>poster.jpg</value>\n</variable>\n<variable name=\"View51_Thumbs\">\n\t<!-- <value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value> -->\n\t<value>poster.jpg</value>\n</variable>\n<variable name=\"View55_Fanart\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">fanart.jpg</value>\n\t<value>fanart_thumb.jpg</value>\n</variable>\n<variable name=\"View56_Thumbs\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t<value>poster.jpg</value>\n</variable>\n<variable name=\"View57_Fanart\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">fanart.jpg</value>\n\t<value>fanart.jpg</value>\n</variable>\n<variable name=\"View58_Thumbs\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t<value>poster.jpg</value>\n</variable>\n<variable name=\"View59_Thumbs\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t<value>poster.jpg</value>\n</variable>\n<variable name=\"View60_Thumbs\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t<value>poster.jpg</value>\n</variable>\n<variable name=\"View61_Thumbs\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t<value>poster.jpg</value>\n</variable>\n<variable name=\"View61_Fanart\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">fanart.jpg</value>\n\t<value>fanart_thumb.jpg</value>\n</variable>\n<variable name=\"View66_Thumbs\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t<value>poster.jpg</value>\n</variable>\n<variable name=\"View67_Thumbs\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t<value>poster.jpg</value>\n</variable>\n<variable name=\"View69_Thumbs\">\n\t<!-- <value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value> -->\n\t<value>poster.jpg</value>\n</variable>\n<variable name=\"View71_Thumbs\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t<value>poster.jpg</value>\n</variable>\n<variable name=\"View71_Fanart\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">fanart.jpg</value>\n\t<value>fanart_thumb.jpg</value>\n</variable>\n<variable name=\"View72_Thumbs\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t<value>poster.jpg</value>\n</variable>\n<variable name=\"View73_Thumbs\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t<value>poster.jpg</value>\n</variable>\n<variable name=\"View74_Thumbs\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t<value>poster.jpg</value>\n</variable>\n<variable name=\"View75_Thumbs\">\n\t<value condition=\"!StringCompare(System.memory(total),64MB) + System.GetBool(mygames.games128mbartwork)\">synopsis.jpg</value>\n\t<value>poster.jpg</value>\n</variable>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/includes/View_Options.xml",
    "content": "<!-- View_Options.xml -->\n<include name=\"Panel.Values\">\n\t<left>460</left>\n\t<top>40</top>\n\t<width>620</width>\n\t<height>320</height>\n\t<onleft>9000</onleft>\n\t<onright>9000</onright>\n\t<onup>9001</onup>\n\t<ondown>9001</ondown>\n\t<onback>50</onback>\n\t<itemlayout height=\"80\" width=\"147\">\n\t\t<control type=\"image\">\n\t\t\t<left>5</left>\n\t\t\t<top>5</top>\n\t\t\t<width>137</width>\n\t\t\t<height>71</height>\n\t\t\t<texture>$INFO[listitem.actualicon]</texture>\n\t\t\t<bordertexture colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows/generic/header.png</bordertexture>\n\t\t\t<bordersize>3</bordersize>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t</control>\n\t</itemlayout>\n\t<focusedlayout height=\"80\" width=\"147\">\n\t\t<control type=\"image\">\n\t\t\t<left>5</left>\n\t\t\t<top>5</top>\n\t\t\t<width>137</width>\n\t\t\t<height>71</height>\n\t\t\t<texture>$INFO[listitem.actualicon]</texture>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>2.5</left>\n\t\t\t<top>2.5</top>\n\t\t\t<width>142</width>\n\t\t\t<height>76</height>\n\t\t\t<texture border=\"5,5,5,5\">windows\\generic\\button_focus_alt.png</texture>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t</control>\n\t</focusedlayout>\n</include>\n<include name=\"Panel.Views.Values\">\n\t<left>461.4</left>\n\t<top>40</top>\n\t<width>585</width>\n\t<height>40</height>\n\t<onleft>9000</onleft>\n\t<onright>9000</onright>\n\t<onup>9001</onup>\n\t<ondown>9002</ondown>\n\t<onback>50</onback>\n\t<animation effect=\"slide\" start=\"0,0\" end=\"96.3,0\" time=\"0\" condition=\"![Skin.HasSetting(CustomViewtype_id_80) | Skin.HasSetting(CustomViewtype_id_81) | Skin.HasSetting(CustomViewtype_id_82) | Skin.HasSetting(CustomViewtype_id_83) | Skin.HasSetting(CustomViewtype_id_84) | Skin.HasSetting(CustomViewtype_id_85) | Skin.HasSetting(CustomViewtype_id_86) | Skin.HasSetting(CustomViewtype_id_87) | Skin.HasSetting(CustomViewtype_id_88) | Skin.HasSetting(CustomViewtype_id_89)]\">Conditional</animation>\n\t<animation effect=\"slide\" start=\"0,0\" end=\"96.3,0\" time=\"0\" condition=\"Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(View71_Disabled) + Skin.HasSetting(View57_Disabled) + Skin.HasSetting(View75_Disabled) + Skin.HasSetting(View56_Disabled) + Skin.HasSetting(View54_Disabled) + Skin.HasSetting(View61_Disabled) + Skin.HasSetting(View72_Disabled) + Skin.HasSetting(View74_Disabled) + Skin.HasSetting(View55_Disabled) + Skin.HasSetting(View69_Disabled)\">Conditional</animation>\n\t<animation effect=\"slide\" start=\"0,0\" end=\"96.3,0\" time=\"0\" condition=\"!Skin.HasSetting(_resourcesenabled)\">Conditional</animation>\n\t<itemlayout height=\"40\" width=\"192.6\">\n\t\t<control type=\"image\">\n\t\t\t<left>5</left>\n\t\t\t<top>5</top>\n\t\t\t<width min=\"80\" max=\"190\">auto</width>\n\t\t\t<height>30</height>\n\t\t\t<texture border=\"5\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texture>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>5</left>\n\t\t\t<top>2.5</top>\n\t\t\t<width min=\"80\" max=\"185\">auto</width>\n\t\t\t<height>32</height>\n\t\t\t<font>size_19</font>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t</control>\n\t</itemlayout>\n\t<focusedlayout height=\"40\" width=\"192.6\">\n\t\t<control type=\"image\">\n\t\t\t<left>5</left>\n\t\t\t<top>5</top>\n\t\t\t<width min=\"80\" max=\"190\">auto</width>\n\t\t\t<height>30</height>\n\t\t\t<texture border=\"5\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texture>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>5</left>\n\t\t\t<top>2.5</top>\n\t\t\t<width min=\"80\" max=\"185\">auto</width>\n\t\t\t<height>32</height>\n\t\t\t<font>size_19</font>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>2.5</left>\n\t\t\t<top>2.5</top>\n\t\t\t<width min=\"80\" max=\"195\">auto</width>\n\t\t\t<height>35</height>\n\t\t\t<texture border=\"5\">windows\\generic\\button_focus_alt.png</texture>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t</control>\n\t</focusedlayout>\n</include>\n<include name=\"Panel.Alt.Values\">\n\t<left>460</left>\n\t<top>80</top>\n\t<width>620</width>\n\t<height>280</height>\n\t<onup>9001</onup>\n\t<ondown>-</ondown>\n\t<onleft>9000</onleft>\n\t<onright>-</onright>\n\t<onback>9001</onback>\n\t<itemlayout height=\"80\" width=\"147\">\n\t\t<control type=\"image\">\n\t\t\t<left>5</left>\n\t\t\t<top>5</top>\n\t\t\t<width>137</width>\n\t\t\t<height>71</height>\n\t\t\t<texture>$INFO[listitem.actualicon]</texture>\n\t\t\t<bordertexture colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows/generic/header.png</bordertexture>\n\t\t\t<bordersize>3</bordersize>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t</control>\n\t</itemlayout>\n\t<focusedlayout height=\"80\" width=\"147\">\n\t\t<control type=\"image\">\n\t\t\t<left>5</left>\n\t\t\t<top>5</top>\n\t\t\t<width>137</width>\n\t\t\t<height>71</height>\n\t\t\t<texture>$INFO[listitem.actualicon]</texture>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>2.5</left>\n\t\t\t<top>2.5</top>\n\t\t\t<width>142</width>\n\t\t\t<height>76</height>\n\t\t\t<texture border=\"5,5,5,5\">windows\\generic\\button_focus_alt.png</texture>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t</control>\n\t</focusedlayout>\n</include>\n<include name=\"View_Options\">\n\t<control type=\"group\">\n\t\t<visible>Control.HasFocus(9010) | ControlGroup(9000).HasFocus() | Control.HasFocus(9001) | Control.HasFocus(9002)</visible>\n\t\t<include>Behind.Dialog</include>\n\t</control>\n\t<control type=\"group\">\n\t\t<top>-460</top>\n\t\t<visible allowhiddenfocus=\"true\">Control.HasFocus(9010) | ControlGroup(9000).HasFocus() | Control.HasFocus(9001) | Control.HasFocus(9002)</visible>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,440\" time=\"250\">Visible</animation>\n\t\t<animation effect=\"slide\" start=\"0,440\" end=\"0,0\" time=\"100\">Hidden</animation>\n\t\t<!-- Fake button so 9000, 0 is always focused if button 102 has focus, fixes issues with focusing on hidden items -->\n\t\t<control type=\"button\" id=\"9010\">\n\t\t\t<left>-1000</left>\n\t\t\t<onfocus>SetFocus(9001,0)</onfocus>\n\t\t\t<visible>Control.HasFocus(102)</visible>\n\t\t</control>\n\t\t<!-- Fake button acts normal when not focuses on button 102 -->\n\t\t<control type=\"button\" id=\"9010\">\n\t\t\t<left>-1000</left>\n\t\t\t<onfocus>SetFocus(9001)</onfocus>\n\t\t\t<visible>!Control.HasFocus(102)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>201</left>\n\t\t\t<top>0</top>\n\t\t\t<width>878</width>\n\t\t\t<height>440</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\generic\\main.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>220</left>\n\t\t\t<top>15</top>\n\t\t\t<width>230</width>\n\t\t\t<height>410</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main.overlay\">windows\\generic\\main_overlay.png</texture>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<description>Control Info</description>\n\t\t\t<left>450</left>\n\t\t\t<top>375</top>\n\t\t\t<width>610</width>\n\t\t\t<height>80</height>\n\t\t\t<itemgap>10</itemgap>\n\t\t\t<orientation>Horizontal</orientation>\n\t\t\t<align>center</align>\n\t\t\t<!-- A Button -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>32</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t<height>32</height>\n\t\t\t\t<font>size_19</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t</control>\n\t\t\t<!-- B Button -->\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>32</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t<height>32</height>\n\t\t\t\t<font>size_19</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"grouplist\" id=\"9000\">\n\t\t\t<description>button area</description>\n\t\t\t<left>220</left>\n\t\t\t<top>15</top>\n\t\t\t<width max=\"230\">auto</width>\n\t\t\t<height max=\"410\">auto</height>\n\t\t\t<itemgap>5</itemgap>\n\t\t\t<onleft>-</onleft>\n\t\t\t<onright>9010</onright>\n\t\t\t<onback>50</onback>\n\t\t\t<align>center</align>\n\t\t\t<control type=\"button\" id=\"100\">\n\t\t\t\t<description>Backgrounds</description>\n\t\t\t\t<height>50</height>\n\t\t\t\t<width>230</width>\n\t\t\t\t<textoffsetx>24</textoffsetx>\n\t\t\t\t<textoffsety>0</textoffsety>\n\t\t\t\t<font>size_22</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[33068]</label>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"101\">\n\t\t\t\t<description>Views</description>\n\t\t\t\t<height>50</height>\n\t\t\t\t<width>230</width>\n\t\t\t\t<textoffsetx>24</textoffsetx>\n\t\t\t\t<textoffsety>0</textoffsety>\n\t\t\t\t<font>size_22</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31146]</label>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"102\">\n\t\t\t\t<description>View Settings</description>\n\t\t\t\t<height>50</height>\n\t\t\t\t<width>230</width>\n\t\t\t\t<textoffsetx>24</textoffsetx>\n\t\t\t\t<textoffsety>0</textoffsety>\n\t\t\t\t<font>size_22</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31145]</label>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t</control>\n\t\t\t<control type=\"button\" id=\"3\">\n\t\t\t\t<description>Sort by button</description>\n\t\t\t\t<height>50</height>\n\t\t\t\t<width>230</width>\n\t\t\t\t<textoffsetx>24</textoffsetx>\n\t\t\t\t<textoffsety>0</textoffsety>\n\t\t\t\t<font>size_22</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[103]</label>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t\t<visible>true</visible>\n\t\t\t</control>\n\t\t\t<control type=\"togglebutton\" id=\"4\">\n\t\t\t\t<description>Sort asc</description>\n\t\t\t\t<height>50</height>\n\t\t\t\t<width>230</width>\n\t\t\t\t<textoffsetx>24</textoffsetx>\n\t\t\t\t<textoffsety>0</textoffsety>\n\t\t\t\t<font>size_22</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31141]</label>\n\t\t\t\t<altlabel>$LOCALIZE[31142]</altlabel>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t\t<alttexturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows/settings_categories/button_focus.png</alttexturefocus>\n\t\t\t\t<alttexturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows/settings_categories/button_no_focus.png</alttexturenofocus>\n\t\t\t\t<usealttexture>Container.SortDirection(Ascending)</usealttexture>\n\t\t\t</control>\n\t\t\t<control type=\"edit\" id=\"19\">\n\t\t\t\t<description>Filter</description>\n\t\t\t\t<height>50</height>\n\t\t\t\t<width>230</width>\n\t\t\t\t<textoffsetx>24</textoffsetx>\n\t\t\t\t<textoffsety>0</textoffsety>\n\t\t\t\t<font>size_22</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>137</label>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t\t\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n\t\t\t</control>\n\t\t</control>\n\t\t<!-- Backgrounds -->\n\t\t<control type=\"panel\" id=\"9001\">\n\t\t\t<visible>ControlGroup(9000).HasFocus(100)</visible>\n\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t<include>Panel.Values</include>\n\t\t\t<content>\n\t\t\t\t<item id=\"200\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.SetBool(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)])</onclick>\n\t\t\t\t\t<icon>windows\\programs\\hdd.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"201\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.SetBool(hex_entry)</onclick>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Custom_Color, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Background_Custom_Color)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\custom_color.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"202\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\0.jpg)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\reset.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"203\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(AltTextColour)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\text_color.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(AltTextColour)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"203\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(AltTextColour)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\text_color_alt.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(AltTextColour)</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Backgrounds -->\n\t\t\t\t<item id=\"210\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\1.jpg)</onclick>\n\t\t\t\t\t<onclick>Skin.Reset(Background_Custom_Color)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\background thumbs\\1.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"211\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\2.jpg)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\background thumbs\\2.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"212\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\3.jpg)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\background thumbs\\3.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"213\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\4.jpg)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\background thumbs\\4.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"214\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\5.jpg)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\background thumbs\\5.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"215\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\6.jpg)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\background thumbs\\6.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"216\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\7.jpg)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\background thumbs\\7.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"217\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\8.jpg)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\background thumbs\\8.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"218\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\9.jpg)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\background thumbs\\9.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"219\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\10.jpg)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\background thumbs\\10.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"220\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\11.jpg)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\background thumbs\\11.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"221\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\12.jpg)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\background thumbs\\12.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"222\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\13.jpg)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\background thumbs\\13.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"223\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\14.jpg)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\background thumbs\\14.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"224\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(custom_wallpaper_set)</onclick>\n\t\t\t\t\t<onclick>SetWallpaper(Background_Image, $INFO[Skin.String(WallpaperWidth)], $INFO[Skin.String(WallpaperHeight)], $INFO[Skin.String(WallpaperQuality)], Q:\\skins\\Profile\\backgrounds\\$INFO[Skin.CurrentTheme]\\15.jpg)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\background thumbs\\15.jpg</icon>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<control type=\"panel\" id=\"9001\">\n\t\t\t<visible>ControlGroup(9000).HasFocus(101)</visible>\n\t\t\t<include>Panel.Views.Values</include>\n\t\t\t<content>\n\t\t\t\t<item id=\"295\">\n\t\t\t\t\t<label>$LOCALIZE[31615]</label>\n\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + ![Skin.HasSetting(View71_Disabled) + Skin.HasSetting(View57_Disabled) + Skin.HasSetting(View75_Disabled) + Skin.HasSetting(View56_Disabled) + Skin.HasSetting(View54_Disabled) + Skin.HasSetting(View61_Disabled) + Skin.HasSetting(View72_Disabled) + Skin.HasSetting(View74_Disabled) + Skin.HasSetting(View55_Disabled) + Skin.HasSetting(View69_Disabled)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"296\">\n\t\t\t\t\t<label>$LOCALIZE[31616]</label>\n\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t<icon>-</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"297\">\n\t\t\t\t\t<label>$LOCALIZE[31617]</label>\n\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_80) | Skin.HasSetting(CustomViewtype_id_81) | Skin.HasSetting(CustomViewtype_id_82) | Skin.HasSetting(CustomViewtype_id_83) | Skin.HasSetting(CustomViewtype_id_84) | Skin.HasSetting(CustomViewtype_id_85) | Skin.HasSetting(CustomViewtype_id_86) | Skin.HasSetting(CustomViewtype_id_87) | Skin.HasSetting(CustomViewtype_id_88) | Skin.HasSetting(CustomViewtype_id_89)</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Detailed Views -->\n\t\t<control type=\"panel\" id=\"9002\">\n\t\t\t<visible>Container(9001).HasFocus(295)</visible>\n\t\t\t<pagecontrol>91</pagecontrol>\n\t\t\t<include>Panel.Alt.Values</include>\n\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t<content>\n\t\t\t\t<item id=\"300\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(71)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\71.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View71_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"301\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(57)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\57.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View57_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"302\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(75)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\75.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View75_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"303\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(56)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\56.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View56_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"304\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(54)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\54.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View54_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"305\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(61)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\61.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View61_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"306\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(72)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\72.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View72_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"307\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(74)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\74.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View74_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"308\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(55)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\55.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View55_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"309\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(69)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\69.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View69_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Resources and Standard Views -->\n\t\t<control type=\"panel\" id=\"9002\">\n\t\t\t<visible>Container(9001).HasFocus(296)</visible>\n\t\t\t<pagecontrol>91</pagecontrol>\n\t\t\t<include>Panel.Alt.Values</include>\n\t\t\t<content>\n\t\t\t\t<item id=\"320\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(50)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\50.jpg</icon>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"321\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(51)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\51.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View51_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"323\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(52)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\52.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View52_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"324\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(70)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\70.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View70_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"325\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(53)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\53.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t<visible>!Skin.HasSetting(View53_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"326\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(58)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\58.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t<visible>!Skin.HasSetting(View58_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"327\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(59)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\59.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View59_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"328\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(60)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\60.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View60_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"329\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(66)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\66.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View66_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"330\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(67)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\67.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(View67_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"331\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(62)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\62.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t<visible>!Skin.HasSetting(View62_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"332\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(63)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\63.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t<visible>!Skin.HasSetting(View63_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"333\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(64)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\64.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t<visible>!Skin.HasSetting(View64_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"334\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(65)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\65.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t<visible>!Skin.HasSetting(View65_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"335\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(68)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\68.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t\t<visible>!Skin.HasSetting(View68_Disabled)</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- Custom Views -->\n\t\t<control type=\"panel\" id=\"9002\">\n\t\t\t<visible>Container(9001).HasFocus(297)</visible>\n\t\t\t<pagecontrol>91</pagecontrol>\n\t\t\t<include>Panel.Alt.Values</include>\n\t\t\t<content>\n\t\t\t\t<item id=\"360\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(80)</onclick>\n\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_80_JPG)]</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_80)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"361\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(81)</onclick>\n\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_81_JPG)]</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_81)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"362\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(82)</onclick>\n\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_82_JPG)]</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_82)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"363\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(83)</onclick>\n\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_83_JPG)]</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_83)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"364\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(84)</onclick>\n\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_84_JPG)]</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_84)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"365\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(85)</onclick>\n\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_85_JPG)]</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_85)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"366\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(86)</onclick>\n\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_86_JPG)]</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_86)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"367\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(87)</onclick>\n\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_87_JPG)]</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_87)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"368\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(88)</onclick>\n\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_88_JPG)]</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_88)</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"369\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Container.SetViewMode(89)</onclick>\n\t\t\t\t\t<icon>$INFO[Skin.String(CustomViewtype_id_89_JPG)]</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(CustomViewtype_id_89)</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<!-- View Specific Options -->\n\t\t<control type=\"panel\" id=\"9001\">\n\t\t\t<visible>ControlGroup(9000).HasFocus(102)</visible>\n\t\t\t<include>Panel.Values</include>\n\t\t\t<content>\n\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t<!-- Toggle Resources mode on and off -->\n\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t<item id=\"400\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(_resourcesenabled)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\_resources_disabled.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Reset the view to 50 if resource a views is in use (they are all separate now makes my life easier) -->\n\t\t\t\t<item id=\"400\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(_resourcesenabled)</onclick>\n\t\t\t\t\t<onclick>Container.SetViewMode(50)</onclick>\n\t\t\t\t\t<onclick>CleanViewsDB</onclick>\n\t\t\t\t\t<onclick>Skin.Reset(fanartenabled)</onclick>\n\t\t\t\t\t<onclick>Skin.Reset(fanartblur)</onclick>\n\t\t\t\t\t<onclick>Skin.Reset(fadedfanart)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\_resources_enabled.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t<!-- Fanart isn't visible on view 55 (banners view) -->\n\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t<!-- Disabled when clicked enabled normal fanart -->\n\t\t\t\t<item id=\"401\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.SetBool(fanartenabled)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\fanart_disabled.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(_resourcesenabled) + !Skin.HasSetting(fanartenabled)</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Normal when clicked enabled faded fanart -->\n\t\t\t\t<item id=\"401\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.SetBool(fadedfanart)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\fanart.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(fanartenabled) + !Skin.HasSetting(fadedfanart)</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Faded when clicked resets to disabled -->\n\t\t\t\t<item id=\"401\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(fanartenabled)</onclick>\n\t\t\t\t\t<onclick>Skin.Reset(fadedfanart)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\fanart_faded.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(fadedfanart)</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t<!-- Resources enabled Fanart buttons -->\n\t\t\t\t<!-- Disabled on 55, 57, 61, 69, 71 & 72 -->\n\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t<!-- Disabled when clicked enabled normal fanart -->\n\t\t\t\t<item id=\"401\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.SetBool(fanartenabled)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\fanart_disabled.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + !Skin.HasSetting(fanartenabled) + ![StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Normal when clicked enabled blurred fanart -->\n\t\t\t\t<item id=\"401\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.SetBool(fanartblur)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\fanart.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(fanartenabled) + !Skin.HasSetting(fanartblur) + !Skin.HasSetting(fadedfanart) + ![StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Blurred when clicked enabled faded fanart -->\n\t\t\t\t<item id=\"401\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.SetBool(fadedfanart)</onclick>\n\t\t\t\t\t<onclick>Skin.Reset(fanartblur)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\fanart_blur.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(fanartblur) + !Skin.HasSetting(fadedfanart) + ![StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Faded when clicked enabled blurred faded -->\n\t\t\t\t<item id=\"401\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.SetBool(fanartblur)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\fanart_faded.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(fadedfanart) + !Skin.HasSetting(fanartblur) + ![StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Blurred faded when clicked resets to disabled -->\n\t\t\t\t<item id=\"401\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(fanartblur)</onclick>\n\t\t\t\t\t<onclick>Skin.Reset(fadedfanart)</onclick>\n\t\t\t\t\t<onclick>Skin.Reset(fanartenabled)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\fanart_faded_blur.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(fadedfanart) + Skin.HasSetting(fanartblur) + ![StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t<!-- Resources enabled Fanart buttons -->\n\t\t\t\t<!-- Enabled on 55, 57, 61, 69, 71 & 72 -->\n\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t<!-- Disabled when clicked enabled normal fanart -->\n\t\t\t\t<item id=\"401\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.SetBool(fanartenabled)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\fanart_disabled.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + !Skin.HasSetting(fanartenabled) + [StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Normal when clicked enabled blurred fanart -->\n\t\t\t\t<item id=\"401\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(fanartblur)</onclick>\n\t\t\t\t\t<onclick>Skin.Reset(fadedfanart)</onclick>\n\t\t\t\t\t<onclick>Skin.Reset(fanartenabled)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\fanart.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(fanartenabled) + [StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t<!-- Fanart fog -->\n\t\t\t\t<!-- Disabled on 54, 55, 56, 57, 61, 71 & 75 -->\n\t\t\t\t<!-- ------------------------------------------------ -->\n\t\t\t\t<item id=\"403\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(customfanartfog)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\fanart_fog_disabled.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(fanartenabled) + !Skin.HasSetting(customfanartfog) + !Skin.HasSetting(fadedfanart) + ![StringCompare(Container.Viewmode,view54) | StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view56) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view75)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Disabled on 54, 55, 56, 57, 61, 71, 72, 73, 74 & 75 -->\n\t\t\t\t<item id=\"403\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(customfanartfog)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\fanart_fog.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(fanartenabled) + Skin.HasSetting(customfanartfog) + !Skin.HasSetting(fadedfanart) + ![StringCompare(Container.Viewmode,view54) | StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view56) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72) | StringCompare(Container.Viewmode,view74) | StringCompare(Container.Viewmode,view75)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Disabled on 54, 55, 56, 57, 61, 71, 72, 73, 74 & 75 -->\n\t\t\t\t<item id=\"404\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(higherfanart)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\fanart_alt_disabled.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(fanartenabled) + !Skin.HasSetting(higherfanart) + !Skin.HasSetting(fadedfanart) + ![StringCompare(Container.Viewmode,view54) | StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view56) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72) | StringCompare(Container.Viewmode,view74) | StringCompare(Container.Viewmode,view75)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Disabled on 54, 55, 56, 57, 61, 71, 72, 73, 74 & 75 -->\n\t\t\t\t<item id=\"404\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(higherfanart)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\fanart_alt.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(fanartenabled) + Skin.HasSetting(higherfanart) + !Skin.HasSetting(fadedfanart) + ![StringCompare(Container.Viewmode,view54) | StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view56) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72) | StringCompare(Container.Viewmode,view74) | StringCompare(Container.Viewmode,view75)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Animated Fanart toggle -->\n\t\t\t\t<item id=\"405\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.SetBool(AnimatedFanart)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\animated_Fanart_off.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(fanartenabled) + !Skin.HasSetting(AnimatedFanart) + ![StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<item id=\"405\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(AnimatedFanart)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\animated_Fanart_on.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(fanartenabled) + Skin.HasSetting(AnimatedFanart) + ![StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Enabled on view 71 -->\n\t\t\t\t<item id=\"411\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(fanartposters)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\71_alt.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(fanartposters) + StringCompare(Container.Viewmode,view71)</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Enabled on view 71 -->\n\t\t\t\t<item id=\"411\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(fanartposters)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\views\\71.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(fanartposters) + StringCompare(Container.Viewmode,view71)</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Enabled on view 71 -->\n\t\t\t\t<item id=\"412\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(multiimagefanartpostersview)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\enable_fanart_view_multiimage.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(multiimagefanartpostersview) + Skin.HasSetting(fanartposters) + StringCompare(Container.Viewmode,view71)</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Enabled on view 71 -->\n\t\t\t\t<item id=\"412\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(multiimagefanartpostersview)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\disable_fanart_view_multiimage.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(multiimagefanartpostersview) + Skin.HasSetting(fanartposters) + StringCompare(Container.Viewmode,view71)</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Enabled on view 57 -->\n\t\t\t\t<item id=\"412\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(multiimagefanartview)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\enable_fanart_view_multiimage.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(multiimagefanartview) + StringCompare(Container.Viewmode,view57)</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Enabled on view 57 -->\n\t\t\t\t<item id=\"412\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(multiimagefanartview)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\disable_fanart_view_multiimage.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(multiimagefanartview) + StringCompare(Container.Viewmode,view57)</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Disabled on 55, 56, 57, 58, 61, 69 ,72 ,73, 74 & 75 -->\n\t\t\t\t<item id=\"413\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.SetBool(hidefoldernames)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\both_labels.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(hidefoldernames) + !Skin.HasSetting(hidegamenames)+ !StringCompare(Container.Viewmode,view54) + ![StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view56) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view58) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view69) | StringCompare(Container.Viewmode,view72) | StringCompare(Container.Viewmode,view74) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view75)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Disabled on 54, 55, 56, 57, 58, 61, 69, 71 ,72 ,73, 74 & 75 -->\n\t\t\t\t<item id=\"413\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.reset(hidefoldernames)</onclick>\n\t\t\t\t\t<onclick>Skin.SetBool(hidegamenames)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\folder_labels.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(hidefoldernames) + ![StringCompare(Container.Viewmode,view54) | StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view56) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view58) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view69) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72) | StringCompare(Container.Viewmode,view74) | StringCompare(Container.Viewmode,view75)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Disabled on 54, 55, 56, 57, 58, 61, 69, 71 ,72 ,73, 74 & 75 -->\n\t\t\t\t<item id=\"413\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(hidefoldernames)</onclick>\n\t\t\t\t\t<onclick>Skin.Reset(hidegamenames)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\game_labels.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(hidegamenames) + ![StringCompare(Container.Viewmode,view54) | StringCompare(Container.Viewmode,view55) | StringCompare(Container.Viewmode,view56) | StringCompare(Container.Viewmode,view57) | StringCompare(Container.Viewmode,view58) | StringCompare(Container.Viewmode,view61) | StringCompare(Container.Viewmode,view69) | StringCompare(Container.Viewmode,view71) | StringCompare(Container.Viewmode,view72) | StringCompare(Container.Viewmode,view74) | StringCompare(Container.Viewmode,view75)]</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Enabled on view 52 -->\n\t\t\t\t<item id=\"414\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.SetBool(hideloginborder)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\hide_login_border.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(hideloginborder) + StringCompare(Container.Viewmode,view52)</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Enabled on view 52 -->\n\t\t\t\t<item id=\"414\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(hideloginborder)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\show_login_border.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(hideloginborder) + StringCompare(Container.Viewmode,view52)</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Enabled on view 58 -->\n\t\t\t\t<item id=\"415\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.SetBool(hidecdartwork)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\show_listcd.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(hidecdartwork) + StringCompare(Container.Viewmode,view58)</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Enabled on view 58 -->\n\t\t\t\t<item id=\"415\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(hidecdartwork)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\hide_listcd.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(hidecdartwork) + StringCompare(Container.Viewmode,view58)</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Folder Fanart -->\n\t\t\t\t<!-- Enabled on folders only -->\n\t\t\t\t<item id=\"426\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.SetBool(showfolderfanart)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\show_folder_fanart.jpg</icon>\n\t\t\t\t\t<visible>!Skin.HasSetting(showfolderfanart) + ListItem.isFolder</visible>\n\t\t\t\t</item>\n\t\t\t\t<!-- Enabled on folders only -->\n\t\t\t\t<item id=\"426\">\n\t\t\t\t\t<label>-</label>\n\t\t\t\t\t<onclick>Skin.Reset(showfolderfanart)</onclick>\n\t\t\t\t\t<icon>windows\\programs\\hide_folder_fanart.jpg</icon>\n\t\t\t\t\t<visible>Skin.HasSetting(showfolderfanart) + ListItem.isFolder</visible>\n\t\t\t\t</item>\n\t\t\t</content>\n\t\t</control>\n\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t<left>1051</left>\n\t\t\t<top>40</top>\n\t\t\t<width>4</width>\n\t\t\t<height>360</height>\n\t\t\t<include>Fake.ScrollBar.Vertical</include>\n\t\t\t<visible>ControlGroup(9000).HasFocus(100)</visible>\n\t\t</control>\n\t\t<control type=\"scrollbar\" id=\"91\">\n\t\t\t<left>1051</left>\n\t\t\t<top>40</top>\n\t\t\t<width>4</width>\n\t\t\t<height>360</height>\n\t\t\t<include>Fake.ScrollBar.Vertical</include>\n\t\t\t<visible>ControlGroup(9000).HasFocus(101)</visible>\n\t\t</control>\n\t</control>\n</include>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/includes/_Defaults.xml",
    "content": "<!-- _Defaults.xml -->\n<include file=\"defaults.xml\"/>\n<include file=\"Includes_Custom_Views.xml\"/>\n<include file=\"Includes_URLDownloader.xml\"/>\n<include file=\"Includes_Theme_Override.xml\"/>\n<constant name=\"FanartCrossfadeTime\">300</constant>\n<constant name=\"ThumbCrossfadeTime\">200</constant>\n<include name=\"1280x720\">\n\t<width>1280</width>\n\t<height>720</height>\n</include>\n<include name=\"Global.Overlay\">\n\t<!-- <control type=\"largeimage\"> -->\n\t<!-- <include>1280x720</include> -->\n\t<!-- <aspectratio scalediffuse=\"false\">stretch</aspectratio> -->\n\t<!-- <colordiffuse>30FFFFFF</colordiffuse> -->\n\t<!-- <texture>shadowmask.png</texture> -->\n\t<!-- </control> -->\n\t<!-- <control type=\"largeimage\"> -->\n\t<!-- <include>1280x720</include> -->\n\t<!-- <aspectratio scalediffuse=\"false\">stretch</aspectratio> -->\n\t<!-- <colordiffuse>30FFFFFF</colordiffuse> -->\n\t<!-- <texture>shadowmask_alt.png</texture> -->\n\t<!-- </control> -->\n\t<!-- <control type=\"largeimage\"> -->\n\t<!-- <include>1280x720</include> -->\n\t<!-- <aspectratio scalediffuse=\"false\">stretch</aspectratio> -->\n\t<!-- <colordiffuse>30FFFFFF</colordiffuse> -->\n\t<!-- <texture>shadowmask1.png</texture> -->\n\t<!-- </control> -->\n</include>\n<include name=\"Global.Backgrounds\">\n\t<control type=\"image\">\n\t\t<include>1280x720</include>\n\t\t<aspectratio>stretch</aspectratio>\n\t\t<texture>$INFO[skin.string(background_image)]</texture>\n\t\t<visible>!StringCompare(skin.string(background_image),)</visible>\n\t</control>\n\t<control type=\"image\">\n\t\t<include>1280x720</include>\n\t\t<aspectratio>stretch</aspectratio>\n\t\t<colordiffuse>$VAR[Custom_BG_Colour]</colordiffuse>\n\t\t<texture>background diffuse.jpg</texture>\n\t\t<visible>!StringCompare(skin.string(Background_Custom_Color),)</visible>\n\t</control>\n</include>\n<include name=\"Fanart\">\n\t<control type=\"group\">\n\t\t<visible>Skin.HasSetting(fanartenabled) + !Window.IsVisible(3000)</visible>\n\t\t<control type=\"group\">\n\t\t\t<visible>!Skin.HasSetting(higherfanart) + !Skin.HasSetting(fadedfanart)</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<include>1280x720</include>\n\t\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"fanart_diffuse.png\">$VAR[View_Fanart]</texture>\n\t\t\t\t<visible>IntegerGreaterThan(system.memory(free_no_mb),2)</visible>\n\t\t\t\t<include>Animated.Fanart.Effect</include>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<include>1280x720</include>\n\t\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"fanart_diffuse_fog.png\">$VAR[View_Fanart_Fog]</texture>\n\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(customfanartfog)</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<visible>Skin.HasSetting(higherfanart) + !Skin.HasSetting(fadedfanart)</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<include>1280x720</include>\n\t\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"fanart_diffuse_high.png\">$VAR[View_Fanart]</texture>\n\t\t\t\t<visible>IntegerGreaterThan(system.memory(free_no_mb),2)</visible>\n\t\t\t\t<include>Animated.Fanart.Effect</include>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<include>1280x720</include>\n\t\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"fanart_diffuse_high_fog.png\">$VAR[View_Fanart_Fog]</texture>\n\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + Skin.HasSetting(customfanartfog)</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<visible>Skin.HasSetting(fadedfanart)</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<include>1280x720</include>\n\t\t\t\t<colordiffuse>30FFFFFF</colordiffuse>\n\t\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"fanart_diffuse_faded.png\">$VAR[View_Fanart]</texture>\n\t\t\t\t<visible>IntegerGreaterThan(system.memory(free_no_mb),2)</visible>\n\t\t\t\t<include>Animated.Fanart.Effect</include>\n\t\t\t</control>\n\t\t</control>\n\t</control>\n</include>\n<include name=\"Fanart.FullScreen\">\n\t<control type=\"group\">\n\t\t<visible>Skin.HasSetting(fanartenabled) + IntegerGreaterThan(system.memory(free_no_mb),2) + !Window.IsVisible(3000)</visible>\n\t\t<control type=\"image\">\n\t\t\t<include>1280x720</include>\n\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<texture background=\"true\">$VAR[View_Fanart]</texture>\n\t\t\t<visible>!Skin.HasSetting(fadedfanart)</visible>\n\t\t\t<include>Animated.Fanart.Effect</include>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<include>1280x720</include>\n\t\t\t<colordiffuse>30FFFFFF</colordiffuse>\n\t\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<texture background=\"true\" diffuse=\"fanart_diffuse_faded.png\">$VAR[View_Fanart]</texture>\n\t\t\t<visible>Skin.HasSetting(fadedfanart)</visible>\n\t\t\t<include>Animated.Fanart.Effect</include>\n\t\t</control>\n\t</control>\n</include>\n<include name=\"Loading.Busy\">\n\t<include>Behind.Dialog.FadeOut</include>\n\t<control type=\"multiimage\">\n\t\t<left>608</left>\n\t\t<top>328</top>\n\t\t<width>64</width>\n\t\t<height>64</height>\n\t\t<aspectratio>stretch</aspectratio>\n\t\t<colordiffuse>colour.loading.diffuse</colordiffuse>\n\t\t<imagepath>loading</imagepath>\n\t\t<timeperimage>24</timeperimage>\n\t\t<fadetime>5</fadetime>\n\t\t<loop>yes</loop>\n\t\t<visible>Window.IsActive(1100)</visible>\n\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"200\" time=\"250\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"0\">WindowClose</animation>\n\t</control>\n\t<control type=\"multiimage\">\n\t\t<left>608</left>\n\t\t<top>328</top>\n\t\t<width>64</width>\n\t\t<height>64</height>\n\t\t<aspectratio>stretch</aspectratio>\n\t\t<colordiffuse>colour.loading.diffuse</colordiffuse>\n\t\t<imagepath>loading</imagepath>\n\t\t<timeperimage>24</timeperimage>\n\t\t<fadetime>5</fadetime>\n\t\t<loop>yes</loop>\n\t\t<visible>Window.IsActive(138)</visible>\n\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"200\" time=\"250\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"0\">WindowClose</animation>\n\t</control>\n</include>\n<include name=\"Behind.Dialog.FadeOut\">\n\t<control type=\"image\">\n\t\t<include>1280x720</include>\n\t\t<texture>black-back.png</texture>\n\t\t<animation effect=\"fade\" time=\"200\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" delay=\"200\" time=\"100\">WindowClose</animation>\n\t\t<animation effect=\"fade\" time=\"200\">Visible</animation>\n\t\t<animation effect=\"fade\" delay=\"200\" time=\"100\">Hidden</animation>\n\t</control>\n</include>\n<include name=\"Behind.Dialog\">\n\t<control type=\"image\">\n\t\t<include>1280x720</include>\n\t\t<texture>black-back.png</texture>\n\t\t<include>Dialog.Effect</include>\n\t</control>\n</include>\n<include name=\"Behind.Dialog.Instant\">\n\t<control type=\"image\">\n\t\t<include>1280x720</include>\n\t\t<texture>black-back.png</texture>\n\t</control>\n</include>\n<include name=\"Behind.Dialog.Context\">\n\t<control type=\"image\">\n\t\t<left>-840</left>\n\t\t<top>-360</top>\n\t\t<width>2024</width>\n\t\t<height>2024</height>\n\t\t<texture>black-back.png</texture>\n\t\t<include>Dialog.Effect</include>\n\t</control>\n</include>\n<include name=\"Dialog.Select.Font.AWI\">\n\t<font>size_22</font>\n</include>\n<include name=\"Dialog.Select.Font\">\n\t<font>size_28</font>\n</include>\n<include name=\"Startup.Window.Profile\">\n\t<control type=\"image\">\n\t\t<left>547</left>\n\t\t<top>238</top>\n\t\t<width>186</width>\n\t\t<height>186</height>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<colordiffuse>80000000</colordiffuse>\n\t\t<texture>windows\\login\\user_thumb_overlay.png</texture>\n\t\t<visible>System.HasLoginScreen | [!System.HasLoginScreen + !Skin.HasSetting(HideProfilePic)]</visible>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>547</left>\n\t\t<top>238</top>\n\t\t<width>186</width>\n\t\t<height>186</height>\n\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t<texture diffuse=\"windows\\login\\user_thumb_diffuse.png\" fallback=\"unknown-user.png\">$INFO[system.profilethumb]</texture>\n\t\t<visible>System.HasLoginScreen | [!System.HasLoginScreen + !Skin.HasSetting(HideProfilePic)]</visible>\n\t</control>\n</include>\n<include name=\"Startup.Window.Info\">\n\t<control type=\"image\">\n\t\t<left>625</left>\n\t\t<top>500</top>\n\t\t<width>30</width>\n\t\t<height>30</height>\n\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t<colordiffuse>8FFFFFFF</colordiffuse>\n\t\t<texture>windows\\login\\busy.png</texture>\n\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" time=\"500\" condition=\"Window.IsActive(2999)\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"100\" condition=\"Window.IsActive(1114)\">WindowClose</animation>\n\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" time=\"100\" delay=\"0\">Visible</animation>\n\t\t<!-- <animation effect=\"slide\" end=\"0,-140\" time=\"0\" condition=\"Skin.HasSetting(HideProfilePic)\">Conditional</animation> -->\n\t\t<animation effect=\"rotate\" end=\"360\" time=\"500\" center=\"auto\" loop=\"true\" condition=\"true\">Conditional</animation>\n\t\t<visible>!Skin.HasSetting(AdultProfile) + !Skin.HasSetting(UpdateDB)</visible>\n\t</control>\n\t<!-- <control type=\"image\"> -->\n\t<!-- <left>620</left> -->\n\t<!-- <top>495</top> -->\n\t<!-- <width>40</width> -->\n\t<!-- <height>40</height> -->\n\t<!-- <aspectratio scalediffuse=\"false\">keep</aspectratio> -->\n\t<!-- <colordiffuse>FFFFFFFF</colordiffuse> -->\n\t<!-- <texture>windows\\login\\error.png</texture> -->\n\t<!-- <animation effect=\"fade\" start=\"0\" end=\"100\" time=\"0\" delay=\"90000\">WindowOpen</animation> -->\n\t<!-- <animation effect=\"fade\" start=\"0\" end=\"100\" time=\"0\" delay=\"90000\">Visible</animation> -->\n\t<!-- <animation effect=\"slide\" end=\"0,-140\" time=\"0\" condition=\"Skin.HasSetting(HideProfilePic)\">Conditional</animation> -->\n\t<!-- <visible>!Skin.HasSetting(AdultProfile) + !Skin.HasSetting(UpdateDB)</visible> -->\n\t<!-- </control> -->\n\t<control type=\"textbox\">\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<include>1280x720</include>\n\t\t<font>size_50</font>\n\t\t<textcolor>FFFFFFFF</textcolor>\n\t\t<shadowcolor>80000000</shadowcolor>\n\t\t<scroll>false</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>$LOCALIZE[31017]</label>\n\t\t<visible>!Skin.HasSetting(kioskmode) + Skin.HasSetting(AdultProfile) + Window.IsActive(1114)</visible>\n\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"300\" time=\"200\">WindowOpen</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"100\">WindowClose</animation>\n\t</control>\n</include>\n<include name=\"Window.Header\">\n\t<control type=\"group\">\n\t\t<visible>!Window.IsActive(11) + !Window.IsActive(29) + !Window.IsActive(2999) + !Window.IsActive(1113) + !Window.IsActive(1114) + !Window.IsActive(2006) + !Window.IsActive(2007) + !Window.IsActive(2900) + !Window.IsActive(2005)</visible>\n\t\t<control type=\"image\">\n\t\t\t<left>24</left>\n\t\t\t<top>11</top>\n\t\t\t<width>25</width>\n\t\t\t<height>25</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<colordiffuse>50000000</colordiffuse>\n\t\t\t<texture>icon_xbmc4gamers.png</texture>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"200\" time=\"200\" reversible=\"false\" condition=\"System.HasMediaDVD\">Conditional</animation>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"200\" time=\"200\" reversible=\"false\" condition=\"!System.HasMediaDVD\">Conditional</animation>\n\t\t\t<animation effect=\"fade\" start=\"20\" end=\"20\" delay=\"0\" time=\"200\" reversible=\"false\" condition=\"Window.IsActive(2006)\">Conditional</animation>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>23</left>\n\t\t\t<top>10</top>\n\t\t\t<width>25</width>\n\t\t\t<height>25</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<colordiffuse>$VAR[Custom_Gamers_Logo_Colour]</colordiffuse>\n\t\t\t<texture>icon_xbmc4gamers.png</texture>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"200\" time=\"200\" reversible=\"false\" condition=\"System.HasMediaDVD\">Conditional</animation>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"200\" time=\"200\" reversible=\"false\" condition=\"!System.HasMediaDVD\">Conditional</animation>\n\t\t\t<animation effect=\"fade\" start=\"20\" end=\"20\" delay=\"0\" time=\"200\" reversible=\"false\" condition=\"Window.IsActive(2006)\">Conditional</animation>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>74</left>\n\t\t\t<top>10</top>\n\t\t\t<width>640</width>\n\t\t\t<height>20</height>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<font>home_20</font>\n\t\t\t<label>$INFO[System.DVDLabel]</label>\n\t\t\t<textcolor>colour.general.label</textcolor>\n\t\t\t<shadowcolor>A0000000</shadowcolor>\n\t\t\t<animation type=\"Hidden\" reversible=\"false\">\n\t\t\t\t<effect type=\"zoom\" start=\"74,5,640,20\" end=\"74,5,0,20\" time=\"200\" center=\"0,5\"/>\n\t\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"150\"/>\n\t\t\t</animation>\n\t\t\t<animation type=\"Visible\" reversible=\"false\">\n\t\t\t\t<effect type=\"zoom\" start=\"74,5,0,20\" end=\"74,5,640,20\" delay=\"700\" time=\"150\" center=\"0,5\"/>\n\t\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" delay=\"700\" time=\"200\"/>\n\t\t\t</animation>\n\t\t\t<visible>System.HasMediaDVD + !Window.IsVisible(2006)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>-63</left>\n\t\t\t<top>-63</top>\n\t\t\t<width>134</width>\n\t\t\t<height>134</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture>gamedisc_small_shadow.png</texture>\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-105,-105\" delay=\"100\" time=\"400\" reversible=\"false\">Hidden</animation>\n\t\t\t<animation effect=\"slide\" start=\"-105,-105\" end=\"0,0\" delay=\"100\" time=\"500\" reversible=\"false\">Visible</animation>\n\t\t\t<animation effect=\"rotate\" start=\"0\" end=\"-360\" center=\"auto\" time=\"2000\" loop=\"true\" condition=\"System.HasMediaDVD\">Conditional</animation>\n\t\t\t<visible>System.HasMediaDVD + !Window.IsVisible(2006)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>-60</left>\n\t\t\t<top>-60</top>\n\t\t\t<width>128</width>\n\t\t\t<height>128</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture diffuse=\"gamedisc_small_diffuse.png\" fallback=\"gamedisc.png\">Special://skin\\extras\\disc artwork\\$INFO[System.DVDTitleid].jpg</texture>\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-105,-105\" delay=\"100\" time=\"400\" reversible=\"false\">Hidden</animation>\n\t\t\t<animation effect=\"slide\" start=\"-105,-105\" end=\"0,0\" delay=\"100\" time=\"500\" reversible=\"false\">Visible</animation>\n\t\t\t<animation effect=\"rotate\" start=\"0\" end=\"-360\" center=\"auto\" time=\"2000\" loop=\"true\" condition=\"System.HasMediaDVD\">Conditional</animation>\n\t\t\t<visible>System.HasMediaDVD + !Window.IsVisible(2006)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<right>15</right>\n\t\t\t<top>10</top>\n\t\t\t<width>300</width>\n\t\t\t<height>20</height>\n\t\t\t<align>right</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<font>home_20</font>\n\t\t\t<label>$INFO[System.Time]</label>\n\t\t\t<textcolor>colour.general.label</textcolor>\n\t\t\t<shadowcolor>A0000000</shadowcolor>\n\t\t\t<visible>!Skin.HasSetting(DisplayTime)</visible>\n\t\t\t<animation effect=\"fade\" start=\"20\" end=\"20\" delay=\"0\" time=\"200\" reversible=\"false\" condition=\"Window.IsActive(2006)\">Conditional</animation>\n\t\t</control>\n\t</control>\n</include>\n<include name=\"Window.Footer\">\n\t<include>Context_Buttons</include>\n\t<control type=\"group\">\n\t\t<visible>Container.Scrolling + !Skin.HasSetting(HideScrollLabel)</visible>\n\t\t<animation effect=\"fade\" time=\"100\" delay=\"2000\">Visible</animation>\n\t\t<animation effect=\"fade\" time=\"100\">Hidden</animation>\n\t\t<control type=\"image\">\n\t\t\t<include>1280x720</include>\n\t\t\t<texture>black-back.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>600</left>\n\t\t\t<top>320</top>\n\t\t\t<width>80</width>\n\t\t\t<height>80</height>\n\t\t\t<texture border=\"20,10,20,10\" colordiffuse=\"colour.dialog.volumekaitoast.diffuse.main\">windows\\volume\\underlay_alt.png</texture>\n\t\t\t<!-- <animation effect=\"fade\" start=\"90\" end=\"90\" delay=\"0\" time=\"0\" condition=\"true\">Conditional</animation> -->\n\t\t\t<!-- <animation effect=\"slide\" start=\"0,0\" end=\"0,90\" delay=\"100\" time=\"200\">Visible</animation> -->\n\t\t\t<!-- <animation effect=\"slide\" start=\"0,90\" end=\"0,0\" delay=\"100\" time=\"100\">Hidden</animation> -->\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>600</left>\n\t\t\t<top>320</top>\n\t\t\t<width>80</width>\n\t\t\t<height>80</height>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>[B]$INFO[ListItem.SortLetter][/B]</label>\n\t\t\t<textcolor>colour.dialog.volumekaitoast.label</textcolor>\n\t\t\t<font>size_50</font>\n\t\t\t<!-- <animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"300\" time=\"100\">Visible</animation> -->\n\t\t\t<!-- <animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"100\">Hidden</animation> -->\n\t\t</control>\n\t</control>\n</include>\n<include name=\"Fake.ScrollBar.Vertical\">\n\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\n\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\n\t<textureslidernib>-</textureslidernib>\n\t<textureslidernibfocus>-</textureslidernibfocus>\n\t<ondown>-</ondown>\n\t<showonepage>true</showonepage>\n\t<orientation>vertical</orientation>\n\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"40\" time=\"100\" condition=\"!Control.HasFocus(90)\">Conditional</animation>\n\t<animation reversible=\"false\" effect=\"fade\" start=\"40\" end=\"100\" time=\"100\">Focus</animation>\n</include>\n<include name=\"Fake.ScrollBar.Horizontal\">\n\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t<texturesliderbar border=\"16,2,16,2\">scrollbar_bar-vertical.png</texturesliderbar>\n\t<texturesliderbarfocus border=\"16,2,16,2\">scrollbar_bar-vertical.png</texturesliderbarfocus>\n\t<textureslidernib>-</textureslidernib>\n\t<textureslidernibfocus>-</textureslidernibfocus>\n\t<ondown>-</ondown>\n\t<showonepage>true</showonepage>\n\t<orientation>horizontal</orientation>\n\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"40\" time=\"100\" condition=\"!Control.HasFocus(90)\">Conditional</animation>\n\t<animation reversible=\"false\" effect=\"fade\" start=\"40\" end=\"100\" time=\"100\">Focus</animation>\n</include>\n<include name=\"View.ScrollBar.Vertical\">\n\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\n\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\n\t<textureslidernib>-</textureslidernib>\n\t<textureslidernibfocus>-</textureslidernibfocus>\n\t<ondown>-</ondown>\n\t<showonepage>true</showonepage>\n\t<orientation>vertical</orientation>\n\t<visible allowhiddenfocus=\"true\">Control.HasFocus(90)</visible>\n\t<animation reversible=\"true\" effect=\"fade\" start=\"0\" end=\"60\" delay=\"\" time=\"300\">visible</animation>\n\t<animation reversible=\"true\" effect=\"fade\" start=\"60\" end=\"0\" delay=\"\" time=\"300\">hidden</animation>\n</include>\n<include name=\"View.ScrollBar.Horizontal\">\n\t<left>150</left>\n\t<bottom>40</bottom>\n\t<width>980</width>\n\t<height>8</height>\n\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t<texturesliderbar border=\"16,2,16,2\">scrollbar_bar-vertical.png</texturesliderbar>\n\t<texturesliderbarfocus border=\"16,2,16,2\">scrollbar_bar-vertical.png</texturesliderbarfocus>\n\t<textureslidernib>-</textureslidernib>\n\t<textureslidernibfocus>-</textureslidernibfocus>\n\t<ondown>-</ondown>\n\t<showonepage>true</showonepage>\n\t<orientation>horizontal</orientation>\n\t<visible allowhiddenfocus=\"true\">Control.HasFocus(90)</visible>\n\t<animation reversible=\"true\" effect=\"fade\" start=\"0\" end=\"60\" delay=\"\" time=\"300\">visible</animation>\n\t<animation reversible=\"true\" effect=\"fade\" start=\"60\" end=\"0\" delay=\"\" time=\"300\">hidden</animation>\n</include>\n<include name=\"Context.Menu.Buttons\">\n\t<include>Behind.Dialog.Context</include>\n\t<control type=\"image\" id=\"997\">\n\t\t<description>background top image</description>\n\t\t<left>0</left>\n\t\t<top>-30</top>\n\t\t<width>390</width>\n\t\t<height>30</height>\n\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">contextmenu_top.png</texture>\n\t</control>\n\t<control type=\"image\" id=\"999\">\n\t\t<description>background image</description>\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<width>390</width>\n\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">contextmenu_middle.png</texture>\n\t</control>\n\t<control type=\"image\" id=\"998\">\n\t\t<description>background bottom image</description>\n\t\t<left>0</left>\n\t\t<width>390</width>\n\t\t<height>30</height>\n\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">contextmenu_bottom.png</texture>\n\t</control>\n\t<control type=\"button\" id=\"1000\">\n\t\t<description>button template</description>\n\t\t<left>30</left>\n\t\t<top>30</top>\n\t\t<width>330</width>\n\t\t<height>35</height>\n\t\t<textoffsety>3</textoffsety>\n\t\t<onup>1000</onup>\n\t\t<font>size_20</font>\n\t\t<align>center</align>\n\t\t<aligny>top</aligny>\n\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t<shadowcolor>-</shadowcolor>\n\t\t<texturefocus colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\options\\button_focus.png</texturefocus>\n\t\t<texturenofocus colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\options\\button_no_focus.png</texturenofocus>\n\t</control>\n</include>\n<include name=\"Trainers.Settings.Dialog\">\n\t<control type=\"image\">\n\t\t<left>290</left>\n\t\t<top>100</top>\n\t\t<width>700</width>\n\t\t<height>520</height>\n\t\t<aspectratio>stretch</aspectratio>\n\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\select_browser\\main.png</texture>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>304</left>\n\t\t<top>118</top>\n\t\t<width>671</width>\n\t\t<height>60</height>\n\t\t<aspectratio>stretch</aspectratio>\n\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\select_browser\\header.png</texture>\n\t</control>\n\t<control type=\"label\" id=\"1\">\n\t\t<description>Heading label</description>\n\t\t<left>323</left>\n\t\t<top>123</top>\n\t\t<width>633</width>\n\t\t<height>40</height>\n\t\t<font>size_28</font>\n\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t<shadowcolor>-</shadowcolor>\n\t\t<align>left</align>\n\t\t<aligny>center</aligny>\n\t\t<label>$LOCALIZE[12015]</label>\n\t</control>\n\t<control type=\"label\" id=\"3\">\n\t\t<description>No Settings Label</description>\n\t\t<left>314</left>\n\t\t<top>100</top>\n\t\t<width>641</width>\n\t\t<height>520</height>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>12016</label>\n\t\t<font>size_20</font>\n\t\t<textcolor>colour.dialog.label.disabled</textcolor>\n\t</control>\n\t<control type=\"grouplist\" id=\"5\">\n\t\t<description>control area</description>\n\t\t<left>330</left>\n\t\t<top>185</top>\n\t\t<width>620</width>\n\t\t<height>360</height>\n\t\t<itemgap>5</itemgap>\n\t\t<pagecontrol>-</pagecontrol>\n\t\t<onleft>28</onleft>\n\t\t<onright>28</onright>\n\t\t<onup>28</onup>\n\t\t<ondown>28</ondown>\n\t</control>\n\t<control type=\"radiobutton\" id=\"8\">\n\t\t<description>Default RadioButton</description>\n\t\t<height>35</height>\n\t\t<font>size_20</font>\n\t\t<textoffsety>2</textoffsety>\n\t\t<aligny>top</aligny>\n\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t<disabledcolor>colour.dialog.button.nofocus</disabledcolor>\n\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t</control>\n\t<control type=\"spincontrolex\" id=\"9\">\n\t\t<description>Default spincontrolex</description>\n\t\t<height>35</height>\n\t\t<font>size_20</font>\n\t\t<textoffsety>-2</textoffsety>\n\t\t<aligny>top</aligny>\n\t\t<reverse>yes</reverse>\n\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t<disabledcolor>colour.dialog.button.nofocus</disabledcolor>\n\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t</control>\n\t<control type=\"grouplist\">\n\t\t<description>Control Info</description>\n\t\t<left>286</left>\n\t\t<top>555</top>\n\t\t<width>700</width>\n\t\t<height>80</height>\n\t\t<itemgap>10</itemgap>\n\t\t<orientation>Horizontal</orientation>\n\t\t<align>center</align>\n\t\t<control type=\"button\" id=\"28\">\n\t\t\t<description>Ok Button</description>\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>155</width>\n\t\t\t<height>35</height>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t<disabledcolor>colour.dialog.button.nofocus</disabledcolor>\n\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t<label>186</label>\n\t\t\t<onleft>29</onleft>\n\t\t\t<onright>29</onright>\n\t\t\t<onup>5</onup>\n\t\t\t<ondown>5</ondown>\n\t\t</control>\n\t\t<control type=\"button\" id=\"29\">\n\t\t\t<description>Cancel Button</description>\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>155</width>\n\t\t\t<height>35</height>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t<disabledcolor>colour.dialog.button.nofocus</disabledcolor>\n\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texturenofocus>\n\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texturefocus>\n\t\t\t<label>222</label>\n\t\t\t<onleft>28</onleft>\n\t\t\t<onright>28</onright>\n\t\t\t<onup>5</onup>\n\t\t\t<ondown>5</ondown>\n\t\t</control>\n\t</control>\n</include>\n<include name=\"Common.View.Layout\">\n\t<left>415</left>\n\t<top>105</top>\n\t<width>770</width>\n\t<height>420</height>\n\t<onleft>9000</onleft>\n\t<onright>9000</onright>\n\t<onup>50</onup>\n\t<ondown>50</ondown>\n\t<viewtype>list</viewtype>\n\t<pagecontrol>90</pagecontrol>\n\t<scrolltime>200</scrolltime>\n\t<orientation>vertical</orientation>\n\t<preloaditems>2</preloaditems>\n\t<itemlayout height=\"60\" width=\"770\">\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>-1</top>\n\t\t\t<width>770</width>\n\t\t\t<height>60</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.general.diffuse.button.nofocus\">windows\\settings\\button_no_focus.png</texture>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>8</left>\n\t\t\t<top>0</top>\n\t\t\t<width>755</width>\n\t\t\t<height>23</height>\n\t\t\t<align>left</align>\n\t\t\t<font>size_24</font>\n\t\t\t<textcolor>colour.general.button.nofocus</textcolor>\n\t\t\t<selectedcolor>colour.general.label.selected</selectedcolor>\n\t\t\t<label>$INFO[listitem.Label]</label>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>8</left>\n\t\t\t<top>30</top>\n\t\t\t<width>755</width>\n\t\t\t<height>20</height>\n\t\t\t<align>left</align>\n\t\t\t<font>size_18</font>\n\t\t\t<textcolor>colour.general.button.nofocus</textcolor>\n\t\t\t<selectedcolor>colour.general.label.selected</selectedcolor>\n\t\t\t<label> $INFO[ListItem.label2]</label>\n\t\t</control>\n\t</itemlayout>\n\t<focusedlayout height=\"60\" width=\"770\">\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>770</width>\n\t\t\t<height>60</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.general.diffuse.button.nofocus\">windows\\settings\\button_no_focus.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>1</top>\n\t\t\t<width>770</width>\n\t\t\t<height>60</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.general.diffuse.button.focus\">windows\\settings\\button_focus.png</texture>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>8</left>\n\t\t\t<top>0</top>\n\t\t\t<width>755</width>\n\t\t\t<height>23</height>\n\t\t\t<align>left</align>\n\t\t\t<font>size_24</font>\n\t\t\t<textcolor>colour.general.button.focus</textcolor>\n\t\t\t<selectedcolor>colour.general.label.selected</selectedcolor>\n\t\t\t<label>$INFO[listitem.Label]</label>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>8</left>\n\t\t\t<top>30</top>\n\t\t\t<width>755</width>\n\t\t\t<height>20</height>\n\t\t\t<align>left</align>\n\t\t\t<font>size_18</font>\n\t\t\t<textcolor>colour.general.button.focus</textcolor>\n\t\t\t<selectedcolor>colour.general.label.selected</selectedcolor>\n\t\t\t<label> $INFO[ListItem.label2]</label>\n\t\t</control>\n\t</focusedlayout>\n</include>\n<include name=\"Synopsis.Loader\">\n\t<!-- Y button for synopsis non kiosk mode -->\n\t<control type=\"button\" id=\"9099\">\n\t\t<left>-500</left>\n\t\t<onfocus>SetFocus(50)</onfocus>\n\t\t<onfocus>ActivateWindow(1102)</onfocus>\n\t\t<visible>!System.GetBool(mygames.gamesaltsynpsisbutton) + Skin.HasSetting(kioskmode)</visible>\n\t</control>\n\t<control type=\"button\" id=\"9099\">\n\t\t<left>-500</left>\n\t\t<onfocus>SetFocus(50)</onfocus>\n\t\t<onfocus>YButtonFullOverview(ListItem.FileNameAndPath)</onfocus>\n\t\t<visible>System.GetBool(mygames.gamesaltsynpsisbutton) + SubString(ListItem.FolderPath,.xbe,right) + Skin.HasSetting(kioskmode)</visible>\n\t</control>\n\t<control type=\"button\" id=\"9099\">\n\t\t<left>-500</left>\n\t\t<onfocus>SetFocus(50)</onfocus>\n\t\t<onfocus>ActivateWindow(1102)</onfocus>\n\t\t<visible>System.GetBool(mygames.gamesaltsynpsisbutton) + !SubString(ListItem.FolderPath,.xbe,right) + Skin.HasSetting(kioskmode)</visible>\n\t</control>\n\t<!-- synopsis kiosk mode -->\n\t<control type=\"button\" id=\"9099\">\n\t\t<left>-500</left>\n\t\t<onfocus>SetFocus(19)</onfocus>\n\t\t<visible>!SubString(ListItem.FolderPath,.xbe,right) + !Skin.HasSetting(kioskmode)</visible>\n\t</control>\n\t<control type=\"button\" id=\"9099\">\n\t\t<left>-500</left>\n\t\t<onfocus>SetFocus(50)</onfocus>\n\t\t<visible>!System.GetBool(mygames.gamesaltsynpsisbutton) + SubString(ListItem.FolderPath,.xbe,right) + !Skin.HasSetting(kioskmode)</visible>\n\t</control>\n\t<control type=\"button\" id=\"9099\">\n\t\t<left>-500</left>\n\t\t<onfocus>SetFocus(50)</onfocus>\n\t\t<onfocus>YButtonFullOverview(ListItem.FileNameAndPath)</onfocus>\n\t\t<visible>System.GetBool(mygames.gamesaltsynpsisbutton) + SubString(ListItem.FolderPath,.xbe,right) + !Skin.HasSetting(kioskmode)</visible>\n\t</control>\n</include>\n<include name=\"Common.Options.Menu.Back\">\n\t<include>VisibleFadeEffect</include>\n\t<visible allowhiddenfocus=\"true\">ControlGroup(9000).HasFocus | ControlGroup(9001).HasFocus</visible>\n\t<left>80</left>\n\t<top>200</top>\n\t<width>330</width>\n\t<height>375</height>\n\t<control type=\"image\">\n\t\t<description>background image</description>\n\t\t<left>0</left>\n\t\t<top>-49</top>\n\t\t<width>330</width>\n\t\t<height>375</height>\n\t\t<texture>subback.png</texture>\n\t</control>\n</include>\n<include name=\"Button.Common.Values\">\n\t<height>44</height>\n\t<width>280</width>\n\t<font>size_20</font>\n\t<textcolor>colour.general.button.nofocus</textcolor>\n\t<focusedcolor>colour.general.button.focus</focusedcolor>\n\t<shadowcolor>colour.general.label.shadow</shadowcolor>\n\t<align>left</align>\n\t<aligny>center</aligny>\n\t<textoffsetx>10</textoffsetx>\n\t<texturefocus border=\"5\" colordiffuse=\"colour.general.diffuse.button.focus\">button-focus2.png</texturefocus>\n\t<texturenofocus>-</texturenofocus>\n\t<pulseonselect>true</pulseonselect>\n</include>\n<include name=\"Button.Settings.Options.Values\">\n\t<description>Default Category Button</description>\n\t<left>0</left>\n\t<top>0</top>\n\t<height>40</height>\n\t<width>200</width>\n\t<textoffsetx>0</textoffsetx>\n\t<textoffsety>8</textoffsety>\n\t<font>size_18</font>\n\t<align>center</align>\n\t<aligny>top</aligny>\n\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t<shadowcolor>-</shadowcolor>\n\t<texturefocus colordiffuse=\"colour.general.diffuse.button.focus\">windows\\options\\button_focus.png</texturefocus>\n\t<texturenofocus colordiffuse=\"colour.general.diffuse.button.nofocus\">windows\\options\\button_no_focus.png</texturenofocus>\n</include>\n<include name=\"Button.Settings.Category.Values_Alt\">\n\t<description>Default Category Button</description>\n\t<left>0</left>\n\t<top>0</top>\n\t<height>60</height>\n\t<width>775</width>\n\t<font>size_28</font>\n\t<align>left</align>\n\t<aligny>center</aligny>\n\t<textoffsetx>44</textoffsetx>\n\t<textoffsety>15</textoffsety>\n\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n</include>\n<include name=\"Button.SkinSettings.Category.Button.Values\">\n\t<description>Default Button</description>\n\t<left>0</left>\n\t<top>0</top>\n\t<height>60</height>\n\t<width>775</width>\n\t<font>size_20</font>\n\t<align>left</align>\n\t<aligny>top</aligny>\n\t<textoffsetx>44</textoffsetx>\n\t<textoffsety>15</textoffsety>\n\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n</include>\n<include name=\"Button.SkinSettings.Category.Button.Values_Alt\">\n\t<description>Default Button</description>\n\t<left>0</left>\n\t<top>0</top>\n\t<height>60</height>\n\t<width>775</width>\n\t<font>size_20</font>\n\t<align>left</align>\n\t<aligny>center</aligny>\n\t<textoffsetx>44</textoffsetx>\n\t<textoffsety>15</textoffsety>\n\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n</include>\n<include name=\"Button.SkinSettings.Category.Textbox.Values\">\n\t<description>Default Textbox</description>\n\t<height>60</height>\n\t<width>707</width>\n\t<align>left</align>\n\t<aligny>center</aligny>\n\t<font>size_20</font>\n\t<align>left</align>\n\t<aligny>center</aligny>\n\t<textcolor>colour.settings.label.info.text</textcolor>\n\t<animation effect=\"slide\" start=\"0,0\" end=\"44,0\" time=\"10\" condition=\"true\">Conditional</animation>\n</include>\n<include name=\"Button.SkinSettings.Category.RadioButton.Values\">\n\t<description>Default RadioButton</description>\n\t<left>0</left>\n\t<top>0</top>\n\t<height>60</height>\n\t<width>775</width>\n\t<radioposx>669</radioposx>\n\t<radioposy>0</radioposy>\n\t<radiowidth>73</radiowidth>\n\t<radioheight>25</radioheight>\n\t<font>size_20</font>\n\t<align>left</align>\n\t<aligny>top</aligny>\n\t<textoffsetx>44</textoffsetx>\n\t<textoffsety>15</textoffsety>\n\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n</include>\n<include name=\"Button.SkinSettings.Category.RadioButton.Values_Alt\">\n\t<description>Default RadioButton</description>\n\t<left>0</left>\n\t<top>0</top>\n\t<height>60</height>\n\t<width>775</width>\n\t<radioposx>669</radioposx>\n\t<radioposy>0</radioposy>\n\t<radiowidth>73</radiowidth>\n\t<radioheight>25</radioheight>\n\t<font>size_20</font>\n\t<align>left</align>\n\t<aligny>center</aligny>\n\t<textoffsetx>44</textoffsetx>\n\t<textoffsety>15</textoffsety>\n\t<textcolor>colour.settings.button.category.nofocus</textcolor>\n\t<focusedcolor>colour.settings.button.category.focus</focusedcolor>\n\t<disabledcolor>colour.settings.label.disabled</disabledcolor>\n\t<texturefocus colordiffuse=\"colour.settings.diffuse.category.focus\">windows\\settings_categories\\button_focus.png</texturefocus>\n\t<texturenofocus colordiffuse=\"colour.settings.diffuse.category.nofocus\">windows\\settings_categories\\button_no_focus.png</texturenofocus>\n</include>\n<include name=\"Dialog.Options.Button.Text.Offset\">\n\t<textoffsety>7</textoffsety>\n</include>\n<include name=\"Settings.Root.Button.Values\">\n\t<itemlayout height=\"74\" width=\"780\">\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>-2</top>\n\t\t\t<width>780</width>\n\t\t\t<height>72</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.settings.diffuse.root.nofocus\">windows\\settings\\button_no_focus.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>4</left>\n\t\t\t<top>4</top>\n\t\t\t<width>64</width>\n\t\t\t<height>64</height>\n\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t<texture background=\"true\">$INFO[listitem.Icon]</texture>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>88</left>\n\t\t\t<top>0</top>\n\t\t\t<width>655</width>\n\t\t\t<height>23</height>\n\t\t\t<align>left</align>\n\t\t\t<font>size_24</font>\n\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t<label>$INFO[listitem.Label]</label>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>88</left>\n\t\t\t<top>39</top>\n\t\t\t<width>655</width>\n\t\t\t<height>23</height>\n\t\t\t<align>left</align>\n\t\t\t<font>size_19</font>\n\t\t\t<textcolor>colour.settings.button.nofocus</textcolor>\n\t\t\t<label>$INFO[ListItem.label2]</label>\n\t\t</control>\n\t</itemlayout>\n\t<focusedlayout height=\"74\" width=\"780\">\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>780</width>\n\t\t\t<height>72</height>\n\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t<texture colordiffuse=\"colour.settings.diffuse.root.focus\">windows\\settings\\button_focus.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>4</left>\n\t\t\t<top>4</top>\n\t\t\t<width>64</width>\n\t\t\t<height>64</height>\n\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t<texture background=\"true\">$INFO[listitem.Icon]</texture>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>88</left>\n\t\t\t<top>0</top>\n\t\t\t<width>655</width>\n\t\t\t<height>23</height>\n\t\t\t<align>left</align>\n\t\t\t<font>size_24</font>\n\t\t\t<textcolor>colour.settings.button.focus</textcolor>\n\t\t\t<selectedcolor>colour.settings.label.selected</selectedcolor>\n\t\t\t<label>$INFO[listitem.Label]</label>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>88</left>\n\t\t\t<top>39</top>\n\t\t\t<width>655</width>\n\t\t\t<height>23</height>\n\t\t\t<align>left</align>\n\t\t\t<font>size_19</font>\n\t\t\t<textcolor>colour.settings.button.focus</textcolor>\n\t\t\t<selectedcolor>colour.settings.label.selected</selectedcolor>\n\t\t\t<label>$INFO[ListItem.label2]</label>\n\t\t</control>\n\t</focusedlayout>\n</include>\n<include name=\"FileManager.Compact_Mode_Left\">\n\t<control type=\"panel\" id=\"20\">\n\t\t<left>105</left>\n\t\t<top>195</top>\n\t\t<width>535</width>\n\t\t<height>360</height>\n\t\t<onleft>30</onleft>\n\t\t<onright>21</onright>\n\t\t<onup>20</onup>\n\t\t<ondown>20</ondown>\n\t\t<viewtype label=\"535\">list</viewtype>\n\t\t<pagecontrol>30</pagecontrol>\n\t\t<scrolltime>200</scrolltime>\n\t\t<itemlayout height=\"45\" width=\"535\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>35</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>50</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>450</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_19</font>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>438</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>90</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"45\" width=\"535\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>535</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<texture border=\"5\" colordiffuse=\"colour.dialog.diffuse.filemanager.focus.left\">windows\\file manager\\button_focus.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>35</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>50</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>450</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_19</font>\n\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>438</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>90</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n</include>\n<include name=\"FileManager.Compact_Mode_Right\">\n\t<control type=\"panel\" id=\"21\">\n\t\t<left>640</left>\n\t\t<top>195</top>\n\t\t<width>535</width>\n\t\t<height>360</height>\n\t\t<onleft>20</onleft>\n\t\t<onright>-</onright>\n\t\t<onup>21</onup>\n\t\t<ondown>21</ondown>\n\t\t<viewtype label=\"535\">list</viewtype>\n\t\t<pagecontrol>31</pagecontrol>\n\t\t<scrolltime>200</scrolltime>\n\t\t<itemlayout height=\"45\" width=\"535\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>35</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>50</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>390</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_19</font>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>438</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>90</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"45\" width=\"535\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>535</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<texture border=\"5\" flipx=\"true\" colordiffuse=\"colour.dialog.diffuse.filemanager.focus.right\">windows\\file manager\\button_focus_alt.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>35</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>50</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>390</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_19</font>\n\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>438</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>90</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n</include>\n<include name=\"FileManager.Normal_Mode_Left\">\n\t<control type=\"panel\" id=\"20\">\n\t\t<left>105</left>\n\t\t<top>195</top>\n\t\t<width>1070</width>\n\t\t<height>360</height>\n\t\t<onleft>30</onleft>\n\t\t<onright>21</onright>\n\t\t<onup>20</onup>\n\t\t<ondown>20</ondown>\n\t\t<viewtype label=\"535\">list</viewtype>\n\t\t<pagecontrol>30</pagecontrol>\n\t\t<scrolltime>200</scrolltime>\n\t\t<visible allowhiddenfocus=\"true\">Control.HasFocus(20)</visible>\n\t\t<itemlayout height=\"45\" width=\"1070\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>35</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>60</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>460</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_21</font>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>790</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>250</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_21</font>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"45\" width=\"1070\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>1070</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<texture border=\"5\" colordiffuse=\"colour.dialog.diffuse.filemanager.focus.left\">windows\\file manager\\button_focus.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>35</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>60</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>460</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_21</font>\n\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>790</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>250</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_21</font>\n\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n</include>\n<include name=\"FileManager.Normal_Mode_Right\">\n\t<control type=\"panel\" id=\"21\">\n\t\t<left>105</left>\n\t\t<top>195</top>\n\t\t<width>1070</width>\n\t\t<height>360</height>\n\t\t<onleft>20</onleft>\n\t\t<onright>-</onright>\n\t\t<onup>21</onup>\n\t\t<ondown>21</ondown>\n\t\t<viewtype label=\"535\">list</viewtype>\n\t\t<pagecontrol>31</pagecontrol>\n\t\t<scrolltime>200</scrolltime>\n\t\t<visible allowhiddenfocus=\"true\">Control.HasFocus(21)</visible>\n\t\t<itemlayout height=\"45\" width=\"1070\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>35</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>60</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>460</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_21</font>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>790</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>250</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_21</font>\n\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"45\" width=\"1070\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>1070</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<texture border=\"5\" colordiffuse=\"colour.dialog.diffuse.filemanager.focus.right\">windows\\file manager\\button_focus_alt.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>35</width>\n\t\t\t\t<height>35</height>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>60</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>460</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_21</font>\n\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>790</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>250</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_21</font>\n\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t<selectedcolor>colour.dialog.label.selected</selectedcolor>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n</include>\n<include name=\"Kiosk.Mode.Secret.Code\">\n\t<!-- Secret Passcode -->\n\t<control type=\"button\" id=\"19\">\n\t\t<description>Secret Code Button</description>\n\t\t<left>-5000</left>\n\t\t<label>-</label>\n\t\t<onback>50</onback>\n\t\t<onup>20</onup>\n\t\t<onleft>50</onleft>\n\t\t<onright>50</onright>\n\t\t<ondown>50</ondown>\n\t\t<onback>50</onback>\n\t</control>\n\t<control type=\"button\" id=\"20\">\n\t\t<description>Secret Code Button</description>\n\t\t<left>-5000</left>\n\t\t<label>-</label>\n\t\t<onback>50</onback>\n\t\t<onup>21</onup>\n\t\t<onleft>50</onleft>\n\t\t<onright>50</onright>\n\t\t<ondown>50</ondown>\n\t\t<onback>50</onback>\n\t</control>\n\t<control type=\"button\" id=\"21\">\n\t\t<description>Secret Code Button</description>\n\t\t<left>-5000</left>\n\t\t<label>-</label>\n\t\t<onback>50</onback>\n\t\t<ondown>22</ondown>\n\t\t<onleft>50</onleft>\n\t\t<onright>50</onright>\n\t\t<onup>50</onup>\n\t\t<onback>50</onback>\n\t</control>\n\t<control type=\"button\" id=\"22\">\n\t\t<description>Secret Code Button</description>\n\t\t<left>-5000</left>\n\t\t<label>-</label>\n\t\t<onback>50</onback>\n\t\t<ondown>23</ondown>\n\t\t<onleft>50</onleft>\n\t\t<onright>50</onright>\n\t\t<onup>50</onup>\n\t\t<onback>50</onback>\n\t</control>\n\t<control type=\"button\" id=\"23\">\n\t\t<description>Secret Code Button</description>\n\t\t<left>-5000</left>\n\t\t<label>-</label>\n\t\t<onback>50</onback>\n\t\t<onleft>24</onleft>\n\t\t<onright>50</onright>\n\t\t<onup>50</onup>\n\t\t<ondown>50</ondown>\n\t\t<onback>50</onback>\n\t</control>\n\t<control type=\"button\" id=\"24\">\n\t\t<description>Secret Code Button</description>\n\t\t<left>-5000</left>\n\t\t<label>-</label>\n\t\t<onback>50</onback>\n\t\t<onleft>25</onleft>\n\t\t<onright>50</onright>\n\t\t<onup>50</onup>\n\t\t<ondown>50</ondown>\n\t\t<onback>50</onback>\n\t</control>\n\t<control type=\"button\" id=\"25\">\n\t\t<description>Secret Code Button</description>\n\t\t<left>-5000</left>\n\t\t<label>-</label>\n\t\t<onback>50</onback>\n\t\t<onright>26</onright>\n\t\t<onleft>50</onleft>\n\t\t<onup>50</onup>\n\t\t<ondown>50</ondown>\n\t\t<onback>50</onback>\n\t</control>\n\t<control type=\"button\" id=\"26\">\n\t\t<description>Secret Code Button</description>\n\t\t<left>-5000</left>\n\t\t<label>-</label>\n\t\t<onback>50</onback>\n\t\t<onright>27</onright>\n\t\t<onleft>50</onleft>\n\t\t<onup>50</onup>\n\t\t<ondown>50</ondown>\n\t\t<onback>50</onback>\n\t</control>\n\t<control type=\"button\" id=\"27\">\n\t\t<description>Secret Code Button</description>\n\t\t<left>-5000</left>\n\t\t<label>-</label>\n\t\t<onback>50</onback>\n\t\t<onclick>RunScript(Special://scripts\\XBMC4Gamers\\Utilities\\Edit Mode.py,1)</onclick>\n\t\t<onclick>Skin.Reset(AdultProfile)</onclick>\n\t\t<onleft>50</onleft>\n\t\t<onright>50</onright>\n\t\t<onup>50</onup>\n\t\t<ondown>50</ondown>\n\t\t<onback>50</onback>\n\t</control>\n</include>\n<include name=\"Dialog.Effect\">\n\t<animation effect=\"fade\" time=\"200\">WindowOpen</animation>\n\t<animation effect=\"fade\" time=\"200\">WindowClose</animation>\n</include>\n<include name=\"Dialog.Effect.Fast\">\n\t<animation effect=\"fade\" time=\"100\">WindowOpen</animation>\n\t<animation effect=\"fade\" time=\"100\">WindowClose</animation>\n</include>\n<include name=\"Dialog.Effect.Slow\">\n\t<animation effect=\"fade\" time=\"300\">WindowOpen</animation>\n\t<animation effect=\"fade\" time=\"300\">WindowClose</animation>\n</include>\n<include name=\"Dialog.Effect.Zoom.Fast\">\n\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t<effect type=\"zoom\" start=\"120\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"Quadratic\" time=\"200\"/>\n\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"200\"/>\n\t</animation>\n\t<animation type=\"WindowClose\" reversible=\"false\">\n\t\t<effect type=\"zoom\" start=\"100\" end=\"120\" center=\"640,360\" easing=\"in\" tween=\"Quadratic\" time=\"100\"/>\n\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"100\"/>\n\t</animation>\n</include>\n<include name=\"Game.Views\">\n\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t<effect type=\"zoom\" start=\"115\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"Quadratic\" time=\"400\"/>\n\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"400\"/>\n\t</animation>\n\t<animation type=\"WindowClose\" reversible=\"false\">\n\t\t<effect type=\"zoom\" start=\"100\" end=\"115\" center=\"640,360\" easing=\"in\" tween=\"Quadratic\" time=\"200\"/>\n\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"200\"/>\n\t</animation>\n\t<!-- <animation type=\"Hidden\" reversible=\"false\"> -->\n\t<!-- <effect type=\"zoom\" start=\"100\" end=\"120\" center=\"640,360\" easing=\"in\" tween=\"Quadratic\" time=\"200\"/> -->\n\t<!-- <effect type=\"fade\" start=\"100\" end=\"0\" time=\"200\"/> -->\n\t<!-- </animation> -->\n\t<!-- <animation type=\"Visible\" reversible=\"false\"> -->\n\t<!-- <effect type=\"zoom\" start=\"120\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"Quadratic\" time=\"100\"/> -->\n\t<!-- <effect type=\"fade\" start=\"0\" end=\"100\" time=\"100\"/> -->\n\t<!-- </animation> -->\n\t<animation effect=\"zoom\" start=\"100\" end=\"102\" center=\"auto\" time=\"2000\" tween=\"sine\" easing=\"inout\" pulse=\"true\" condition=\"!Skin.HasSetting(kioskmode) + [Control.HasFocus(19) | Control.HasFocus(20) | Control.HasFocus(21) | Control.HasFocus(22) | Control.HasFocus(23) | Control.HasFocus(24) | Control.HasFocus(25) | Control.HasFocus(26) | Control.HasFocus(27)]\">Conditional</animation>\n\t<animation effect=\"slide\" start=\"0,0\" end=\"2,4\" time=\"500\" tween=\"sine\" easing=\"inout\" pulse=\"true\" condition=\"!Skin.HasSetting(kioskmode) + [Control.HasFocus(19) | Control.HasFocus(20) | Control.HasFocus(21) | Control.HasFocus(22) | Control.HasFocus(23) | Control.HasFocus(24) | Control.HasFocus(25) | Control.HasFocus(26) | Control.HasFocus(27)]\">Conditional</animation>ion>\n\t<!-- <animation effect=\"fade\" start=\"100\" end=\"75\" time=\"100\" tween=\"Quadratic\" easing=\"inout\" condition=\"!Skin.HasSetting(kioskmode) + [Control.HasFocus(19) | Control.HasFocus(20) | Control.HasFocus(21) | Control.HasFocus(22) | Control.HasFocus(23) | Control.HasFocus(24) | Control.HasFocus(25) | Control.HasFocus(26) | Control.HasFocus(27)]\">Conditional</animation> -->\n\t<!-- <animation effect=\"zoom\" start=\"105\" end=\"100\" time=\"100\" center=\"640,360\" tween=\"Quadratic\" easing=\"inout\" condition=\"!Window.IsVisible(106)\">Conditional</animation> -->\n</include>\n<include name=\"Information.Window\">\n\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t<effect type=\"zoom\" start=\"120\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"Quadratic\" time=\"400\"/>\n\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"400\"/>\n\t</animation>\n\t<animation type=\"WindowClose\" reversible=\"false\">\n\t\t<effect type=\"zoom\" start=\"100\" end=\"120\" center=\"640,360\" easing=\"in\" tween=\"Quadratic\" time=\"300\"/>\n\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"300\"/>\n\t</animation>\n</include>\n<include name=\"Context.Menu.OpenClose\">\n\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t<effect type=\"zoom\" start=\"120\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"Quadratic\" time=\"200\"/>\n\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"200\"/>\n\t</animation>\n\t<animation type=\"WindowClose\" reversible=\"false\">\n\t\t<effect type=\"zoom\" start=\"100\" end=\"120\" center=\"640,360\" easing=\"in\" tween=\"Quadratic\" time=\"100\"/>\n\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"100\"/>\n\t</animation>\n</include>\n<include name=\"View.Visible.Effect\">\n\t<animation type=\"WindowOpen\" reversible=\"false\">\n\t\t<effect type=\"zoom\" start=\"120\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"Quadratic\" time=\"200\"/>\n\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"200\"/>\n\t</animation>\n\t<animation type=\"WindowClose\" reversible=\"false\">\n\t\t<effect type=\"zoom\" start=\"100\" end=\"120\" center=\"640,360\" easing=\"in\" tween=\"Quadratic\" time=\"100\"/>\n\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"100\"/>\n\t</animation>\n</include>\n<include name=\"Animated.Fanart.Effect\">\n\t<animation effect=\"zoom\" start=\"110\" end=\"120\" center=\"auto\" time=\"12500\" tween=\"sine\" easing=\"inout\" pulse=\"true\" condition=\"Skin.HasSetting(AnimatedFanart)\">Conditional</animation>\n\t<animation effect=\"slide\" start=\"-20,-20\" end=\"20,20\" time=\"8500\" tween=\"sine\" easing=\"inout\" pulse=\"true\" condition=\"Skin.HasSetting(AnimatedFanart)\">Conditional</animation>ion>\n</include>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Detailed_54_Text_List.xml",
    "content": "<!-- Detailed_54_Text_List ID = 54 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(54) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart.FullScreen</include>\n\t<control type=\"image\">\n\t\t<include>1280x720</include>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<texture>views\\54\\black-back.png</texture>\n\t</control>\n\t<!-- Fake list top -->\n\t<control type=\"label\">\n\t\t<left>40</left>\n\t\t<top>160</top>\n\t\t<width>1200</width>\n\t\t<height>25</height>\n\t\t<font>size_17</font>\n\t\t<align>left</align>\n\t\t<textcolor>colour.view54.label</textcolor>\n\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t<label>$INFO[ListItem(-5).Label]</label>\n\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>40</left>\n\t\t<top>185</top>\n\t\t<width>1200</width>\n\t\t<height>25</height>\n\t\t<font>size_17</font>\n\t\t<align>left</align>\n\t\t<textcolor>colour.view54.label</textcolor>\n\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t<label>$INFO[ListItem(-4).Label]</label>\n\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>40</left>\n\t\t<top>210</top>\n\t\t<width>1200</width>\n\t\t<height>25</height>\n\t\t<font>size_17</font>\n\t\t<align>left</align>\n\t\t<textcolor>colour.view54.label</textcolor>\n\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t<label>$INFO[ListItem(-3).Label]</label>\n\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>40</left>\n\t\t<top>235</top>\n\t\t<width>1200</width>\n\t\t<height>25</height>\n\t\t<font>size_17</font>\n\t\t<align>left</align>\n\t\t<textcolor>colour.view54.label</textcolor>\n\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t<label>$INFO[ListItem(-2).Label]</label>\n\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>40</left>\n\t\t<top>260</top>\n\t\t<width>1200</width>\n\t\t<height>25</height>\n\t\t<font>size_17</font>\n\t\t<align>left</align>\n\t\t<textcolor>colour.view54.label</textcolor>\n\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t<label>$INFO[ListItem(-1).Label]</label>\n\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t</control>\n\t<control type=\"group\">\n\t\t<left>40</left>\n\t\t<top>287.5</top>\n\t\t<control type=\"label\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>1200</width>\n\t\t\t<height>30</height>\n\t\t\t<font>size_28</font>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE][B]$INFO[ListItem.Label][/B][/UPPERCASE]</label>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<description>Control Info</description>\n\t\t\t<left>0</left>\n\t\t\t<top>30</top>\n\t\t\t<width>1200</width>\n\t\t\t<height>40</height>\n\t\t\t<itemgap>0</itemgap>\n\t\t\t<align>left</align>\n\t\t\t<orientation>horizontal</orientation>\n\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture colordiffuse=\"colour.view54.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture colordiffuse=\"colour.view54.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t\t</control>\n\t\t\t<!-- dummy label (spacer)  -->\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<height>28</height>\n\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t<font>size_13</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view54.info.label</textcolor>\n\t\t\t\t<label/>\n\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture colordiffuse=\"colour.view54.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<height>28</height>\n\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view54.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture colordiffuse=\"colour.view54.info.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<height>28</height>\n\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view54.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture colordiffuse=\"colour.view54.info.icons\">synopsis icons\\medium_rating.png</texture>\n\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating) + !IsEmpty(ListItem.Synopsis_AltName)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<height>28</height>\n\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view54.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Rating]  [/UPPERCASE]</label>\n\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture colordiffuse=\"colour.view54.info.icons\">synopsis icons\\medium_genre.png</texture>\n\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<height>28</height>\n\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view54.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture colordiffuse=\"colour.view54.info.icons\">synopsis icons\\medium_date.png</texture>\n\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<height>28</height>\n\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view54.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Year][/UPPERCASE]</label>\n\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"textbox\">\n\t\t\t<left>0</left>\n\t\t\t<top>60</top>\n\t\t\t<width>1200</width>\n\t\t\t<height>82</height>\n\t\t\t<font>size_14</font>\n\t\t\t<textcolor>colour.view54.info.synopsis</textcolor>\n\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t<align>justify</align>\n\t\t\t<aligny>top</aligny>\n\t\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t\t<animation effect=\"fade\" end=\"95\" condition=\"true\">conditional</animation>\n\t\t\t<autoscroll delay=\"8000\" time=\"2000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t</control>\n\t</control>\n\t<!-- Fake list bottom -->\n\t<control type=\"group\">\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-75\" time=\"0\" condition=\"IsEmpty(ListItem.Synopsis_Overview)\">Conditional</animation>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-25\" time=\"0\" condition=\"ListItem.IsFolder\">Conditional</animation>\n\t\t<control type=\"label\">\n\t\t\t<left>40</left>\n\t\t\t<top>430</top>\n\t\t\t<width>1200</width>\n\t\t\t<height>25</height>\n\t\t\t<font>size_17</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t<label>$INFO[ListItem(1).Label]</label>\n\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>40</left>\n\t\t\t<top>455</top>\n\t\t\t<width>1200</width>\n\t\t\t<height>25</height>\n\t\t\t<font>size_17</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t<label>$INFO[ListItem(2).Label]</label>\n\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>40</left>\n\t\t\t<top>480</top>\n\t\t\t<width>1200</width>\n\t\t\t<height>25</height>\n\t\t\t<font>size_17</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t<label>$INFO[ListItem(3).Label]</label>\n\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>40</left>\n\t\t\t<top>505</top>\n\t\t\t<width>1200</width>\n\t\t\t<height>25</height>\n\t\t\t<font>size_17</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t<label>$INFO[ListItem(4).Label]</label>\n\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>40</left>\n\t\t\t<top>530</top>\n\t\t\t<width>1200</width>\n\t\t\t<height>25</height>\n\t\t\t<font>size_17</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t<label>$INFO[ListItem(5).Label]</label>\n\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>40</left>\n\t\t\t<top>555</top>\n\t\t\t<width>1200</width>\n\t\t\t<height>25</height>\n\t\t\t<font>size_17</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t<label>$INFO[ListItem(6).Label]</label>\n\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t<visible>IsEmpty(ListItem.Synopsis_Overview)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>40</left>\n\t\t\t<top>580</top>\n\t\t\t<width>1200</width>\n\t\t\t<height>25</height>\n\t\t\t<font>size_17</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t<label>$INFO[ListItem(7).Label]</label>\n\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t<visible>IsEmpty(ListItem.Synopsis_Overview)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>40</left>\n\t\t\t<top>605</top>\n\t\t\t<width>1200</width>\n\t\t\t<height>25</height>\n\t\t\t<font>size_17</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t<label>$INFO[ListItem(8).Label]</label>\n\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t<visible>IsEmpty(ListItem.Synopsis_Overview)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>40</left>\n\t\t\t<top>630</top>\n\t\t\t<width>1200</width>\n\t\t\t<height>25</height>\n\t\t\t<font>size_17</font>\n\t\t\t<align>left</align>\n\t\t\t<textcolor>colour.view54.label</textcolor>\n\t\t\t<shadowcolor>colour.view54.shadow</shadowcolor>\n\t\t\t<label>$INFO[ListItem(7).Label]</label>\n\t\t\t<animation effect=\"fade\" end=\"40\" condition=\"true\">conditional</animation>\n\t\t\t<visible>IsEmpty(ListItem.Synopsis_Overview) + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t</control>\n\t</control>\n\t<control type=\"wraplist\" id=\"54\">\n\t\t<left>40</left>\n\t\t<top>287.5</top>\n\t\t<width>1200</width>\n\t\t<height>145</height>\n\t\t<onleft>9000</onleft>\n\t\t<onright>90</onright>\n\t\t<onup>54</onup>\n\t\t<ondown>54</ondown>\n\t\t<viewtype label=\"view54\">bigwrap</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>100</scrolltime>\n\t\t<focusposition>5</focusposition>\n\t\t<preloaditems>0</preloaditems>\n\t\t<itemlayout height=\"25\" width=\"1200\">\n\t\t\t\t</itemlayout>\n\t\t<focusedlayout height=\"30\" width=\"1200\">\n\t\t\t\t</focusedlayout>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<right>10</right>\n\t\t<top>160</top>\n\t\t<width>10</width>\n\t\t<height>400</height>\n\t\t<onleft>54</onleft>\n\t\t<orientation>vertical</orientation>\n\t\t<include>View.ScrollBar.Vertical</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Detailed_55_Banners_Panel.xml",
    "content": "<!-- Detailed_55_Banners_Panel ID = 55 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(55) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<control type=\"group\">\n\t\t<left>55</left>\n\t\t<top>55</top>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>1170</width>\n\t\t\t<height>620</height>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<texture background=\"true\">views\\55\\underlay.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>580</left>\n\t\t\t<top>0</top>\n\t\t\t<width>10</width>\n\t\t\t<height>620</height>\n\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t<texture background=\"true\" border=\"2,2,2,2\">views\\55\\scrollbar_bar_back.png</texture>\n\t\t</control>\n\t\t<!-- fanart -->\n\t\t<control type=\"largeimage\">\n\t\t\t<left>595</left>\n\t\t\t<top>5</top>\n\t\t\t<width>570</width>\n\t\t\t<height>321</height>\n\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<texture fallback=\"no_fanart.jpg\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View55_Fanart]</texture>\n\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t</control>\n\t\t<control type=\"largeimage\">\n\t\t\t<left>595</left>\n\t\t\t<top>5</top>\n\t\t\t<width>570</width>\n\t\t\t<height>321</height>\n\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<texture fallback=\"no_fanart.jpg\">$VAR[View_Fanart]</texture>\n\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t</control>\n\t\t<!-- game info -->\n\t\t<control type=\"textbox\">\n\t\t\t<left>595</left>\n\t\t\t<top>325</top>\n\t\t\t<width>570</width>\n\t\t\t<height>35</height>\n\t\t\t<font>size_22</font>\n\t\t\t<textcolor>colour.view55.label</textcolor>\n\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<description>Control Info</description>\n\t\t\t<left>595</left>\n\t\t\t<top>360</top>\n\t\t\t<width>570</width>\n\t\t\t<height>40</height>\n\t\t\t<itemgap>0</itemgap>\n\t\t\t<align>left</align>\n\t\t\t<orientation>horizontal</orientation>\n\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture colordiffuse=\"colour.view55.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture colordiffuse=\"colour.view55.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t\t</control>\n\t\t\t<!-- dummy label (spacer)  -->\n\t\t\t<control type=\"label\">\n\t\t\t\t<height>28</height>\n\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t<font>size_13</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view55.info.label</textcolor>\n\t\t\t\t<label/>\n\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture colordiffuse=\"colour.view55.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<height>28</height>\n\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view55.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture colordiffuse=\"colour.view55.info.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<height>28</height>\n\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view55.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture colordiffuse=\"colour.view55.info.icons\">synopsis icons\\medium_rating.png</texture>\n\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating) + !IsEmpty(ListItem.Synopsis_AltName)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<height>28</height>\n\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view55.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Rating]  [/UPPERCASE]</label>\n\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture colordiffuse=\"colour.view55.info.icons\">synopsis icons\\medium_date.png</texture>\n\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<height>28</height>\n\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view55.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Year][/UPPERCASE]</label>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<description>Control Info</description>\n\t\t\t<left>595</left>\n\t\t\t<top>390</top>\n\t\t\t<width>570</width>\n\t\t\t<height>40</height>\n\t\t\t<itemgap>0</itemgap>\n\t\t\t<align>left</align>\n\t\t\t<orientation>horizontal</orientation>\n\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>25</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture colordiffuse=\"colour.view55.info.icons\">synopsis icons\\medium_genre.png</texture>\n\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<height>28</height>\n\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t<font>size_17</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view55.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"textbox\">\n\t\t\t<left>595</left>\n\t\t\t<top>420</top>\n\t\t\t<width>570</width>\n\t\t\t<height>196</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>colour.view55.info.synopsis</textcolor>\n\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t<align>justify</align>\n\t\t\t<aligny>top</aligny>\n\t\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t\t<autoscroll delay=\"8000\" time=\"5000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t</control>\n\t\t<control type=\"list\" id=\"55\">\n\t\t\t<left>5</left>\n\t\t\t<top>5</top>\n\t\t\t<width>570</width>\n\t\t\t<height>610</height>\n\t\t\t<onleft>9000</onleft>\n\t\t\t<onright>90</onright>\n\t\t\t<onup>55</onup>\n\t\t\t<ondown>55</ondown>\n\t\t\t<viewtype label=\"view55\">biglist</viewtype>\n\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t<scrolltime>230</scrolltime>\n\t\t\t<orientation>vertical</orientation>\n\t\t\t<preloaditems>2</preloaditems>\n\t\t\t<itemlayout height=\"122\" width=\"570\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>10</top>\n\t\t\t\t\t<width>100</width>\n\t\t\t\t\t<height>100</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<bordersize>1</bordersize>\n\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>120</left>\n\t\t\t\t\t<top>10</top>\n\t\t\t\t\t<width>420</width>\n\t\t\t\t\t<height>100</height>\n\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t<textcolor>colour.view55.info.label</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t<wrapmultiline>true</wrapmultiline>\n\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>570</width>\n\t\t\t\t\t<height>107</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_banner.png</texture>\n\t\t\t\t\t<bordersize>5</bordersize>\n\t\t\t\t\t<visible>!ListItem.IsFolder + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>570</width>\n\t\t\t\t\t<height>107</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\banner.png</texture>\n\t\t\t\t\t<bordersize>5</bordersize>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t</itemlayout>\n\t\t\t<focusedlayout height=\"122\" width=\"570\">\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>10</top>\n\t\t\t\t\t<width>100</width>\n\t\t\t\t\t<height>100</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<bordersize>1</bordersize>\n\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>120</left>\n\t\t\t\t\t<top>10</top>\n\t\t\t\t\t<width>420</width>\n\t\t\t\t\t<height>100</height>\n\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t<textcolor>colour.view55.info.label</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view55.shadow</shadowcolor>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t\t\t<wrapmultiline>true</wrapmultiline>\n\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>570</width>\n\t\t\t\t\t<height>107</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_banner.png</texture>\n\t\t\t\t\t<bordersize>5</bordersize>\n\t\t\t\t\t<visible>!ListItem.IsFolder + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>570</width>\n\t\t\t\t\t<height>107</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\banner.png</texture>\n\t\t\t\t\t<bordersize>5</bordersize>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>570</width>\n\t\t\t\t\t<height>120</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" border=\"5\">views\\55\\poster-border.png</texture>\n\t\t\t\t</control>\n\t\t\t</focusedlayout>\n\t\t</control>\n\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t<left>580</left>\n\t\t\t<top>0</top>\n\t\t\t<width>8</width>\n\t\t\t<height>620</height>\n\t\t\t<onleft>55</onleft>\n\t\t\t<orientation>vertical</orientation>\n\t\t\t<texturesliderbackground>-</texturesliderbackground>\n\t\t\t<include>View.ScrollBar.Vertical</include>\n\t\t</control>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Detailed_56_Posters_Carousel.xml",
    "content": "<!-- Detailed_56_Synopsis_Posters_Carousel ID = 56 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(56) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart.FullScreen</include>\n\t<control type=\"image\">\n\t\t<include>1280x720</include>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<colordiffuse>FDFFFFFF</colordiffuse>\n\t\t<texture>views\\56\\black-back.png</texture>\n\t</control>\n\t<control type=\"fixedlist\" id=\"56\">\n\t\t<left>40</left>\n\t\t<top>241</top>\n\t\t<width>1200</width>\n\t\t<height>242</height>\n\t\t<onleft>56</onleft>\n\t\t<onright>56</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view56\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<focusposition>3</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout height=\"241\" width=\"171.4\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>171.4</width>\n\t\t\t\t<height>241</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>171.4</width>\n\t\t\t\t<height>241</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>171.4</width>\n\t\t\t\t<height>241</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>171.4</width>\n\t\t\t\t<height>241</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View56_Thumbs]</texture>\n\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"241\" width=\"171.4\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>171.4</width>\n\t\t\t\t<height>241</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-14.3,-21,200,283\" time=\"120\">focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,171.4,241\" start=\"-14.3,-21,200,283\" time=\"120\">unfocus</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>171.4</width>\n\t\t\t\t<height>241</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-14.3,-21,200,283\" time=\"120\">focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,171.4,241\" start=\"-14.3,-21,200,283\" time=\"120\">unfocus</animation>\n\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>171.4</width>\n\t\t\t\t<height>241</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-14.3,-21,200,283\" time=\"120\">focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,171.4,241\" start=\"-14.3,-21,200,283\" time=\"120\">unfocus</animation>\n\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>171.4</width>\n\t\t\t\t<height>241</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View56_Thumbs]</texture>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-14.3,-21,200,283\" time=\"120\">focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,171.4,241\" start=\"-14.3,-21,200,283\" time=\"120\">unfocus</animation>\n\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>171.4</width>\n\t\t\t\t<height>241</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\56\\diffuse.png\">views\\56\\poster-border.png</texture>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,171.4,241\" end=\"-16.3,-23,204,287\" time=\"120\">focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n\t<control type=\"textbox\">\n\t\t<left>40</left>\n\t\t<top>20</top>\n\t\t<width>1200</width>\n\t\t<height>135</height>\n\t\t<font>size_35</font>\n\t\t<textcolor>colour.view56.label</textcolor>\n\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t<align>center</align>\n\t\t<aligny>bottom</aligny>\n\t\t<label>[UPPERCASE][B]$INFO[ListItem.Label][/B][/UPPERCASE]</label>\n\t\t<autoscroll delay=\"8000\" time=\"171.40\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t</control>\n\t<control type=\"grouplist\">\n\t\t<description>Control Info</description>\n\t\t<left>40</left>\n\t\t<top>170</top>\n\t\t<width>1200</width>\n\t\t<height>40</height>\n\t\t<itemgap>0</itemgap>\n\t\t<align>center</align>\n\t\t<orientation>horizontal</orientation>\n\t\t<visible>!ListItem.IsFolder</visible>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view56.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view56.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t</control>\n\t\t<!-- dummy label (spacer)  -->\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t<font>size_13</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t<label/>\n\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view56.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_15</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view56.info.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_15</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view56.info.icons\">synopsis icons\\medium_rating.png</texture>\n\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating) + !IsEmpty(ListItem.Synopsis_AltName)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_15</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Rating]  [/UPPERCASE]</label>\n\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view56.info.icons\">synopsis icons\\medium_genre.png</texture>\n\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_15</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view56.info.icons\">synopsis icons\\medium_date.png</texture>\n\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_15</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view56.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Year][/UPPERCASE]</label>\n\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t</control>\n\t</control>\n\t<control type=\"textbox\">\n\t\t<left>40</left>\n\t\t<top>526</top>\n\t\t<width>1200</width>\n\t\t<height>165</height>\n\t\t<font>size_17</font>\n\t\t<textcolor>colour.view56.label2</textcolor>\n\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t<align>center</align>\n\t\t<aligny>top</aligny>\n\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t<autoscroll delay=\"8000\" time=\"5000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>56</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Detailed_57_Fanarts.xml",
    "content": "<!-- Detailed_57_Fanarts ID = 57 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(57) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<control type=\"group\">\n\t\t<visible>!ListItem.IsFolder</visible>\n\t\t<control type=\"largeimage\">\n\t\t\t<include>1280x720</include>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<fadetime>300</fadetime>\n\t\t\t<texture>$INFO[ListItem.Synopsis_Resources]artwork\\$VAR[View57_Fanart]</texture>\n\t\t\t<include>Animated.Fanart.Effect</include>\n\t\t\t<visible>Skin.HasSetting(fanartenabled)</visible>\n\t\t</control>\n\t\t<control type=\"multiimage\">\n\t\t\t<include>1280x720</include>\n\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t<fadetime>1000</fadetime>\n\t\t\t<timeperimage>7000</timeperimage>\n\t\t\t<pauseatend>0</pauseatend>\n\t\t\t<randomize>true</randomize>\n\t\t\t<loop>true</loop>\n\t\t\t<imagepath>$INFO[ListItem.Synopsis_Resources]screenshots</imagepath>\n\t\t\t<visible>Skin.HasSetting(multiimagefanartview) + System.IdleTime(15)</visible>\n\t\t\t<include>Animated.Fanart.Effect</include>\n\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"200\" delay=\"0\">VisibleChange</animation>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<include>Game.Views</include>\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-25\" time=\"100\" condition=\"!Skin.HasSetting(HideContextBar) + !Window.IsActive(1112)\">Conditional</animation>\n\t\t\t<animation reversible=\"true\" effect=\"slide\" start=\"0,0\" end=\"0,-140\" time=\"250\" delay=\"0\" condition=\"Control.HasFocus(57) + System.IdleTime(4) + !Control.HasFocus(90) + !Window.IsVisible(106)\">Conditional</animation>\n\t\t\t<animation reversible=\"true\" effect=\"slide\" start=\"0,0\" end=\"0,-35\" time=\"100\" delay=\"0\" condition=\"Control.HasFocus(90)\">Conditional</animation>\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation reversible=\"true\" effect=\"slide\" start=\"0,0\" end=\"0,10\" time=\"250\" delay=\"0\" condition=\"Control.HasFocus(57) + System.IdleTime(4) + !Control.HasFocus(90) + !Window.IsVisible(106)\">Conditional</animation>\n\t\t\t\t<animation reversible=\"true\" effect=\"slide\" start=\"0,0\" end=\"0,10\" time=\"100\" delay=\"0\" condition=\"Control.HasFocus(90)\">Conditional</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-3</left>\n\t\t\t\t\t<bottom>-160</bottom>\n\t\t\t\t\t<width>1286</width>\n\t\t\t\t\t<height>500</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\57\\info_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>36</left>\n\t\t\t\t\t<bottom>67</bottom>\n\t\t\t\t\t<width>164</width>\n\t\t\t\t\t<height>218</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">views\\57\\poster_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>42</left>\n\t\t\t\t\t<bottom>80</bottom>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>200</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\57\\poster_diffuse.png\">$INFO[listitem.Thumb]</texture>\n\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>42</left>\n\t\t\t\t\t<bottom>80</bottom>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>200</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\57\\poster_diffuse.png\">$INFO[ListItem().Synopsis_Resources]artwork\\poster.jpg</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>40</left>\n\t\t\t\t<bottom>-33</bottom>\n\t\t\t\t<width>1200</width>\n\t\t\t\t<height>100</height>\n\t\t\t\t<font>size_40</font>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>top</aligny>\n\t\t\t\t<textcolor>colour.view57.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t<label>[B][UPPERCASE]$INFO[ListItem.Label][/UPPERCASE][/B]</label>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Control.HasFocus(57) + System.IdleTime(4) + !Control.HasFocus(90) + !Window.IsVisible(106)</visible>\n\t\t\t\t<animation reversible=\"true\" effect=\"fade\" start=\"0\" end=\"100\" time=\"250\" delay=\"150\" condition=\"Control.HasFocus(57) + System.IdleTime(4)\">Conditional</animation>\n\t\t\t\t<control type=\"grouplist\">\n\t\t\t\t\t<description>Control Info</description>\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<bottom>-15</bottom>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>30</height>\n\t\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view57.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view57.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<!-- dummy label (spacer)  -->\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t\t\t<font>size_13</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view57.info.label</textcolor>\n\t\t\t\t\t\t<label/>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view57.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view57.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view57.info.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_PlayerCount)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view57.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view57.info.icons\">synopsis icons\\medium_rating.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating) + !IsEmpty(ListItem.Synopsis_AltName)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view57.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Rating]  [/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view57.info.icons\">synopsis icons\\medium_genre.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"800\">auto</width>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view57.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view57.info.icons\">synopsis icons\\medium_date.png</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>28</height>\n\t\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t\t<font>size_17</font>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view57.info.label</textcolor>\n\t\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Year][/UPPERCASE]</label>\n\t\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t<left>40</left>\n\t\t\t\t\t<bottom>-374</bottom>\n\t\t\t\t\t<width>1200</width>\n\t\t\t\t\t<height>360</height>\n\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t<textcolor>colour.view57.info.synopsis</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t\t\t<align>justify</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t\t\t\t<autoscroll delay=\"8000\" time=\"2000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</control>\n\t<control type=\"group\">\n\t\t<include>Game.Views</include>\n\t\t<visible>ListItem.IsFolder</visible>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-25\" time=\"100\" condition=\"!Skin.HasSetting(HideContextBar) + !Window.IsActive(1112)\">Conditional</animation>\n\t\t<animation reversible=\"true\" effect=\"slide\" start=\"0,0\" end=\"0,-35\" time=\"100\" delay=\"0\" condition=\"Control.HasFocus(90)\">Conditional</animation>\n\t\t<control type=\"group\">\n\t\t\t<animation reversible=\"true\" effect=\"slide\" start=\"0,0\" end=\"0,10\" time=\"100\" delay=\"0\" condition=\"Control.HasFocus(90)\">Conditional</animation>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>-3</left>\n\t\t\t\t<bottom>-160</bottom>\n\t\t\t\t<width>1286</width>\n\t\t\t\t<height>500</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture>views\\57\\info_shadow.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>36</left>\n\t\t\t\t<bottom>67</bottom>\n\t\t\t\t<width>164</width>\n\t\t\t\t<height>218</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\">views\\57\\poster_shadow.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>42</left>\n\t\t\t\t<bottom>80</bottom>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>200</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\57\\poster_diffuse.png\">$INFO[listitem.Icon]</texture>\n\t\t\t\t<visible>IsEmpty(ListItem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>40</left>\n\t\t\t<bottom>-33</bottom>\n\t\t\t<width>1200</width>\n\t\t\t<height>100</height>\n\t\t\t<font>size_40</font>\n\t\t\t<align>left</align>\n\t\t\t<aligny>top</aligny>\n\t\t\t<textcolor>colour.view57.label</textcolor>\n\t\t\t<shadowcolor>colour.view57.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t</control>\n\t</control>\n\t<control type=\"list\" id=\"57\">\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<width>1280</width>\n\t\t<height>720</height>\n\t\t<onleft>57</onleft>\n\t\t<onright>57</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view57\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<focusposition>2</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>0</preloaditems>\n\t\t<itemlayout height=\"290\" width=\"414\">\n\t\t\t\t</itemlayout>\n\t\t<focusedlayout height=\"290\" width=\"414\">\n\t\t\t\t</focusedlayout>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>57</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Detailed_61_List_FanartThumb.xml",
    "content": "<!-- Detailed_61_Synopsis_List_FanartThumb ID = 61 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(61) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<control type=\"largeimage\">\n\t\t<include>1280x720</include>\n\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t<colordiffuse>30FFFFFF</colordiffuse>\n\t\t<texture diffuse=\"views\\61\\fanart_diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\poster_small_blurred.jpg</texture>\n\t\t<visible>Skin.HasSetting(fanartenabled)</visible>\n\t</control>\n\t<control type=\"list\" id=\"61\">\n\t\t<left>40</left>\n\t\t<top>100</top>\n\t\t<width>494</width>\n\t\t<height>520</height>\n\t\t<onleft>9000</onleft>\n\t\t<onright>90</onright>\n\t\t<onup>61</onup>\n\t\t<ondown>61</ondown>\n\t\t<viewtype label=\"view61\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<orientation>vertical</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout height=\"52\" width=\"494\">\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view61.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t<label>$INFO[listitem.Synopsis_Year]</label>\n\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view61.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t<label> - </label>\n\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>354</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<textcolor>colour.view61.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>449</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view61.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t<label>$INFO[listitem.Synopsis_Rating]</label>\n\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Rating)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>449</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view61.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t<label> - </label>\n\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Rating)</visible>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"52\" width=\"494\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>494</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<texture colordiffuse=\"colour.view61.list.focus.diffuse\">views\\61\\listfo.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view61.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t<label>$INFO[listitem.Synopsis_Year]</label>\n\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view61.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t<label> - </label>\n\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>354</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<textcolor>colour.view61.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>449</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view61.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t<label>$INFO[listitem.Synopsis_Rating]</label>\n\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Rating)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>449</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view61.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t\t<label> - </label>\n\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Rating)</visible>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>561</left>\n\t\t<top>100</top>\n\t\t<width>177</width>\n\t\t<height>260</height>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<texture diffuse=\"views\\61\\diffuse_poster.png\">no_poster.jpg</texture>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>561</left>\n\t\t<top>100</top>\n\t\t<width>177</width>\n\t\t<height>260</height>\n\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t<texture background=\"true\" diffuse=\"views\\61\\diffuse_poster.png\">$INFO[ListItem.Icon]</texture>\n\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>561</left>\n\t\t<top>100</top>\n\t\t<width>177</width>\n\t\t<height>260</height>\n\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t<texture background=\"true\" diffuse=\"views\\61\\diffuse_poster.png\">$INFO[ListItem.Icon]</texture>\n\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>561</left>\n\t\t<top>100</top>\n\t\t<width>177</width>\n\t\t<height>260</height>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t<texture background=\"true\" diffuse=\"views\\61\\diffuse_poster.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View61_Thumbs]</texture>\n\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>765</left>\n\t\t<top>100</top>\n\t\t<width>462</width>\n\t\t<height>260</height>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<texture diffuse=\"views\\61\\diffuse_fanart.png\">no_screenshots.jpg</texture>\n\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>765</left>\n\t\t<top>100</top>\n\t\t<width>462</width>\n\t\t<height>260</height>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t<texture background=\"true\" diffuse=\"views\\61\\diffuse_fanart.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View61_Fanart]</texture>\n\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t</control>\n\t<control type=\"grouplist\">\n\t\t<description>Control Info</description>\n\t\t<left>562</left>\n\t\t<top>382</top>\n\t\t<width>666</width>\n\t\t<height>40</height>\n\t\t<itemgap>0</itemgap>\n\t\t<align>left</align>\n\t\t<orientation>horizontal</orientation>\n\t\t<visible>!ListItem.IsFolder</visible>\n\t\t<control type=\"image\">\n\t\t\t<width>25</width>\n\t\t\t<height>25</height>\n\t\t\t<texture colordiffuse=\"colour.view61.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<width>25</width>\n\t\t\t<height>25</height>\n\t\t\t<texture colordiffuse=\"colour.view61.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t</control>\n\t\t<!-- dummy label (spacer)  -->\n\t\t<control type=\"label\">\n\t\t\t<height>28</height>\n\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t<font>size_13</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view61.info.label</textcolor>\n\t\t\t<label/>\n\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<width>25</width>\n\t\t\t<height>25</height>\n\t\t\t<texture colordiffuse=\"colour.view61.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>28</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_17</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view61.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<width>25</width>\n\t\t\t<height>25</height>\n\t\t\t<texture colordiffuse=\"colour.view61.info.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>28</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_17</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view61.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<width>25</width>\n\t\t\t<height>25</height>\n\t\t\t<texture colordiffuse=\"colour.view61.info.icons\">synopsis icons\\medium_genre.png</texture>\n\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>28</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_17</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view61.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre][/UPPERCASE]</label>\n\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t</control>\n\t</control>\n\t<!-- Star ratings and ESRB rating -->\n\t<control type=\"image\">\n\t\t<left>562</left>\n\t\t<top>428</top>\n\t\t<width>150</width>\n\t\t<height>21</height>\n\t\t<texture colordiffuse=\"colour.view61.info.star.alt\">windows\\synopsis\\ratings\\10.png</texture>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>562</left>\n\t\t<top>428</top>\n\t\t<width>150</width>\n\t\t<height>21</height>\n\t\t<texture colordiffuse=\"colour.view61.info.star\">windows\\synopsis\\ratings\\$INFO[listitem.Synopsis_Rating].png</texture>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>725</left>\n\t\t<top>428</top>\n\t\t<width>503</width>\n\t\t<height>21</height>\n\t\t<font>size_18</font>\n\t\t<align>left</align>\n\t\t<aligny>center</aligny>\n\t\t<textcolor>colour.view61.info.label</textcolor>\n\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t<label>[UPPERCASE]$INFO[listitem.Synopsis_ESRB_Descriptors][/UPPERCASE]</label>\n\t\t<visible>!IsEmpty(listitem.Synopsis_ESRB_Descriptors)</visible>\n\t</control>\n\t<!-- Synopsis -->\n\t<control type=\"textbox\">\n\t\t<left>562</left>\n\t\t<top>470</top>\n\t\t<width>666</width>\n\t\t<height>150</height>\n\t\t<font>size_18</font>\n\t\t<align>justify</align>\n\t\t<textcolor>colour.view61.info.synopsis</textcolor>\n\t\t<shadowcolor>colour.view61.shadow</shadowcolor>\n\t\t<autoscroll delay=\"10000\" time=\"1000\" repeat=\"10000\" condition=\"ControlGroup(9001).HasFocus(10)\">Conditional</autoscroll>\n\t\t<label>$INFO[listitem.Synopsis_Overview]</label>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>90</onup>\n\t\t<left>545</left>\n\t\t<top>100</top>\n\t\t<width>7</width>\n\t\t<height>520</height>\n\t\t<onleft>61</onleft>\n\t\t<orientation>vertical</orientation>\n\t\t<include>View.ScrollBar.Vertical</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Detailed_69_LG_TV.xml",
    "content": "<!-- Detailed_69_LG_TV ID = 69 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(69) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart</include>\n\t<!-- <animation effect=\"slide\" start=\"0,0\" end=\"0,-20\" time=\"100\" condition=\"Control.HasFocus(90)\">Conditional</animation> -->\n\t<control type=\"image\">\n\t\t<left>0</left>\n\t\t<top>433</top>\n\t\t<width>1280</width>\n\t\t<height>227</height>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<texture background=\"true\" border=\"10,10,10,10\">views\\69\\lg_thumb_underlay.png</texture>\n\t</control>\n\t<control type=\"fixedlist\" id=\"69\">\n\t\t<animation effect=\"zoom\" reversable=\"true\" start=\"0\" end=\"80\" time=\"0\" condition=\"Control.IsVisible(69)\">Conditional</animation>\n\t\t<left>424</left>\n\t\t<top>563</top>\n\t\t<width>1186</width>\n\t\t<height>300</height>\n\t\t<onleft>69</onleft>\n\t\t<onright>69</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view69\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>210</scrolltime>\n\t\t<focusposition>1</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout height=\"300\" width=\"156\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>20</top>\n\t\t\t\t<width>144</width>\n\t\t\t\t<height>200</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>20</top>\n\t\t\t\t<width>144</width>\n\t\t\t\t<height>200</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>20</top>\n\t\t\t\t<width>144</width>\n\t\t\t\t<height>200</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>20</top>\n\t\t\t\t<width>144</width>\n\t\t\t\t<height>200</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View69_Thumbs]</texture>\n\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"300\" width=\"150\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>-16</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>172</width>\n\t\t\t\t<height>242</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">views\\69\\poster-border.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>-17</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>174</width>\n\t\t\t\t<height>242</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t<bordersize>4</bordersize>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>-17</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>174</width>\n\t\t\t\t<height>242</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t<bordersize>4</bordersize>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>-17</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>174</width>\n\t\t\t\t<height>242</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keeo</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t<bordersize>4</bordersize>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>-17</left>\n\t\t\t\t<top>-1</top>\n\t\t\t\t<width>174</width>\n\t\t\t\t<height>242</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\69\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View69_Thumbs]</texture>\n\t\t\t\t<bordersize>4</bordersize>\n\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<width>1280</width>\n\t\t<height>720</height>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<texture>views\\69\\lg_blur_underlay.png</texture>\n\t</control>\n\t<control type=\"textbox\">\n\t\t<left>15</left>\n\t\t<top>445</top>\n\t\t<width>385</width>\n\t\t<height>80</height>\n\t\t<font>size_30</font>\n\t\t<align>left</align>\n\t\t<aligny>bottom</aligny>\n\t\t<textcolor>colour.view69.label</textcolor>\n\t\t<shadowcolor>colour.view69.shadow</shadowcolor>\n\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t<autoscroll delay=\"8000\" time=\"2000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t</control>\n\t<control type=\"grouplist\">\n\t\t<description>Control Info</description>\n\t\t<left>15</left>\n\t\t<top>530</top>\n\t\t<width>380</width>\n\t\t<height>20</height>\n\t\t<itemgap>0</itemgap>\n\t\t<align>left</align>\n\t\t<orientation>horizontal</orientation>\n\t\t<visible>!ListItem.IsFolder</visible>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view69.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view69.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t</control>\n\t\t<!-- dummy label (spacer)  -->\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t<font>size_13</font>\n\t\t\t<textcolor>colour.view69.info.label</textcolor>\n\t\t\t<label/>\n\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view69.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_15</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view69.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view69.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view69.info.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_15</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view69.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view69.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t</control>\n\t</control>\n\t<control type=\"grouplist\">\n\t\t<description>Control Info</description>\n\t\t<left>15</left>\n\t\t<top>550</top>\n\t\t<width>380</width>\n\t\t<height>20</height>\n\t\t<itemgap>0</itemgap>\n\t\t<align>left</align>\n\t\t<orientation>horizontal</orientation>\n\t\t<visible>!ListItem.IsFolder</visible>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view69.info.icons\">synopsis icons\\medium_genre.png</texture>\n\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_15</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view69.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view69.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view69.info.icons\">synopsis icons\\medium_esrb.png</texture>\n\t\t\t<visible>!IsEmpty(listitem.Synopsis_ESRB_Descriptors)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_15</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view69.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view69.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[listitem.Synopsis_ESRB_Descriptors][/UPPERCASE]</label>\n\t\t\t<visible>!IsEmpty(listitem.Synopsis_ESRB_Descriptors)</visible>\n\t\t</control>\n\t</control>\n\t<control type=\"textbox\">\n\t\t<left>15</left>\n\t\t<top>570</top>\n\t\t<width>380</width>\n\t\t<height>75</height>\n\t\t<font>size_15</font>\n\t\t<textcolor>colour.view69.info.synopsis</textcolor>\n\t\t<shadowcolor>colour.view69.shadow</shadowcolor>\n\t\t<align>left</align>\n\t\t<aligny>top</aligny>\n\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t<autoscroll delay=\"8000\" time=\"5000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>69</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Detailed_71_Large_Posters.xml",
    "content": "<!-- Detailed_71_Large_Posters ID = 71 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(71) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<control type=\"largeimage\">\n\t\t<include>1280x720</include>\n\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t<colordiffuse>30FFFFFF</colordiffuse>\n\t\t<texture diffuse=\"views\\71\\fanart_diffuse.png\">$INFO[ListItem.Synopsis_Resources]artwork\\poster_small_blurred.jpg</texture>\n\t\t<visible>Skin.HasSetting(fanartenabled)</visible>\n\t</control>\n\t<control type=\"group\">\n\t\t<visible>!Skin.HasSetting(fanartposters)</visible>\n\t\t<!-- On Previous -->\n\t\t<control type=\"group\" id=\"7101\">\n\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t<animation effect=\"slide\" end=\"0,0\" reversible=\"false\" time=\"250\">Hidden</animation>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t<left>1312</left>\n\t\t\t\t<top>160</top>\n\t\t\t\t<width>266</width>\n\t\t\t\t<height>400</height>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-266,0\" end=\"0,0\" time=\"250\">visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-266,0\" end=\"0,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(3).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(3).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(3).IsFolder + IsEmpty(Container(71).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(3).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(3).IsFolder + IsEmpty(Container(71).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t<left>1046</left>\n\t\t\t\t<top>160</top>\n\t\t\t\t<width>266</width>\n\t\t\t\t<height>400</height>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-266,0\" end=\"0,0\" time=\"250\">visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-266,0\" end=\"0,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(2).IsFolder + IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(2).IsFolder + IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>118</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">views\\71\\poster_shadow.png</texture>\n\t\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-108,0\" time=\"100\">visible</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-108,0\" time=\"100\">hidden</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t<left>780</left>\n\t\t\t\t<top>160</top>\n\t\t\t\t<width>266</width>\n\t\t\t\t<height>400</height>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"480,120,320,480\" end=\"780,160,266,400\" time=\"250\">visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"480,120,320,480\" end=\"780,160,266,400\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>118</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">views\\71\\poster_shadow.png</texture>\n\t\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"250\">visible</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"250\">hidden</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t<left>480</left>\n\t\t\t\t<top>120</top>\n\t\t\t\t<width>320</width>\n\t\t\t\t<height>480</height>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-780,0\" end=\"0,0\" time=\"250\">visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-780,0\" end=\"0,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>480</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>480</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>480</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>480</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<!-- On Next -->\n\t\t<control type=\"group\" id=\"7102\">\n\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t<animation effect=\"slide\" end=\"0,0\" reversible=\"false\" time=\"250\">Hidden</animation>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t<left>1312</left>\n\t\t\t\t<top>160</top>\n\t\t\t\t<width>266</width>\n\t\t\t\t<height>400</height>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-266,0\" time=\"250\">visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-266,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(2).IsFolder + IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(2).IsFolder + IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t<left>1046</left>\n\t\t\t\t<top>160</top>\n\t\t\t\t<width>266</width>\n\t\t\t\t<height>400</height>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-266,0\" time=\"250\">visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-266,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>118</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">views\\71\\poster_shadow.png</texture>\n\t\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"150\" delay=\"100\">visible</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"150\" delay=\"100\">hidden</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t<left>780</left>\n\t\t\t\t<top>160</top>\n\t\t\t\t<width>266</width>\n\t\t\t\t<height>400</height>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"780,160,266,400\" end=\"480,120,320,480\" time=\"250\">visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"780,160,266,400\" end=\"480,120,320,480\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>118</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">views\\71\\poster_shadow.png</texture>\n\t\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"250\">visible</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"250\">hidden</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t<left>480</left>\n\t\t\t\t<top>120</top>\n\t\t\t\t<width>320</width>\n\t\t\t\t<height>480</height>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-780,0\" time=\"250\">visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-780,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>480</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>480</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(-1).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>480</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(-1).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(-1).IsFolder + IsEmpty(Container(71).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>480</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(-1).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(-1).IsFolder + IsEmpty(Container(71).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<!-- Static -->\n\t\t<control type=\"group\" id=\"7100\">\n\t\t\t<visible>!Control.IsVisible(7101) + !Control.IsVisible(7102)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-500</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>0</width>\n\t\t\t\t<height>0</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>0</width>\n\t\t\t\t\t<height>0</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(3).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>1046</left>\n\t\t\t\t<top>160</top>\n\t\t\t\t<width>266</width>\n\t\t\t\t<height>400</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(2).IsFolder + IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(2).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(2).IsFolder + IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>780</left>\n\t\t\t\t<top>160</top>\n\t\t\t\t<width>266</width>\n\t\t\t\t<height>400</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>266</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>118</width>\n\t\t\t\t\t<height>400</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">views\\71\\poster_shadow.png</texture>\n\t\t\t\t\t<visible>!Control.IsVisible(5001) + !Control.IsVisible(5002)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"150\" delay=\"100\">visible</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"150\" delay=\"100\">hidden</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>480</left>\n\t\t\t\t<top>120</top>\n\t\t\t\t<width>320</width>\n\t\t\t\t<height>480</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>480</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>480</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>480</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>480</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-500</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>0</width>\n\t\t\t\t<height>0</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>0</width>\n\t\t\t\t\t<height>0</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse.png\">$INFO[Container(71).ListItem(-1).Synopsis_Resources]artwork\\$VAR[View71_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(71).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</control>\n\t<!-- Fanart items view -->\n\t<control type=\"group\">\n\t\t<visible>Skin.HasSetting(fanartposters)</visible>\n\t\t<!-- On Previous -->\n\t\t<control type=\"group\" id=\"7103\">\n\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t<animation effect=\"slide\" end=\"0,0\" reversible=\"false\" time=\"250\">Hidden</animation>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t<left>1829</left>\n\t\t\t\t<top>178</top>\n\t\t\t\t<width>649</width>\n\t\t\t\t<height>365</height>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-649,0\" end=\"0,0\" time=\"250\">visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-649,0\" end=\"0,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">no_fanart.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(2).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(2).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(2).IsFolder + IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(2).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(2).IsFolder + IsEmpty(Container(71).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">views\\71\\fanart_shadow.png</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-649,0\" end=\"0,0\" time=\"250\">visible</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-649,0\" end=\"0,0\" time=\"250\">hidden</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t<left>1180</left>\n\t\t\t\t<top>178</top>\n\t\t\t\t<width>649</width>\n\t\t\t\t<height>365</height>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"480,155,730,410\" end=\"1180,178,649,365\" time=\"250\">visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"480,155,730,410\" end=\"1180,178,649,365\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">no_fanart.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">views\\71\\fanart_shadow.png</texture>\n\t\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"250\">visible</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"250\">hidden</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(71).OnPrevious</visible>\n\t\t\t\t<left>480</left>\n\t\t\t\t<top>155</top>\n\t\t\t\t<width>730</width>\n\t\t\t\t<height>410</height>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-1180,0\" end=\"0,0\" time=\"250\">visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"-1180,0\" end=\"0,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>730</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">no_fanart.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>730</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>730</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>730</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<!-- On Next -->\n\t\t<control type=\"group\" id=\"7104\">\n\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t<animation effect=\"slide\" end=\"0,0\" reversible=\"false\" time=\"250\">Hidden</animation>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t<left>1829</left>\n\t\t\t\t<top>178</top>\n\t\t\t\t<width>649</width>\n\t\t\t\t<height>365</height>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-649,0\" time=\"250\">visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-649,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">no_fanart.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">views\\71\\fanart_shadow.png</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-649,0\" time=\"250\">visible</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-649,0\" time=\"250\">hidden</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t<left>1180</left>\n\t\t\t\t<top>178</top>\n\t\t\t\t<width>649</width>\n\t\t\t\t<height>365</height>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"1180,178,649,365\" end=\"480,155,730,410\" time=\"250\">visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"1180,178,649,365\" end=\"480,155,730,410\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">no_fanart.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">views\\71\\fanart_shadow.png</texture>\n\t\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"250\">visible</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"250\">hidden</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(71).OnNext</visible>\n\t\t\t\t<left>480</left>\n\t\t\t\t<top>155</top>\n\t\t\t\t<width>730</width>\n\t\t\t\t<height>410</height>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-1180,0\" time=\"250\">visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-1180,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>730</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">no_fanart.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>730</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(-1).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>730</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(-1).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(-1).IsFolder + IsEmpty(Container(71).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>730</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(-1).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(-1).IsFolder + IsEmpty(Container(71).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<!-- Static -->\n\t\t<control type=\"group\" id=\"5700\">\n\t\t\t<visible>!Control.IsVisible(7103) + !Control.IsVisible(7104)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>1180</left>\n\t\t\t\t<top>178</top>\n\t\t\t\t<width>649</width>\n\t\t\t\t<height>365</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">no_fanart.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>649</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(1).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(1).IsFolder + IsEmpty(Container(71).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>365</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">views\\71\\fanart_shadow.png</texture>\n\t\t\t\t\t<visible>!Control.IsVisible(5001) + !Control.IsVisible(5002)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"150\" delay=\"100\">visible</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"150\" delay=\"100\">hidden</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>480</left>\n\t\t\t\t<top>155</top>\n\t\t\t\t<width>730</width>\n\t\t\t\t<height>410</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>730</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\71\\diffuse_alt.png\">no_fanart.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>730</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>730</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t<visible>Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>730</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"center\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(0).Icon]</texture>\n\t\t\t\t\t<visible>!Container(71).ListItem(0).IsFolder + IsEmpty(Container(71).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>730</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<fadetime>2000</fadetime>\n\t\t\t\t\t<colordiffuse>FFFFFFFF</colordiffuse>\n\t\t\t\t\t<timeperimage>5000</timeperimage>\n\t\t\t\t\t<pauseatend>10000</pauseatend>\n\t\t\t\t\t<randomize>true</randomize>\n\t\t\t\t\t<loop>true</loop>\n\t\t\t\t\t<imagepath diffuse=\"views\\71\\diffuse_alt.png\">$INFO[ListItem.Synopsis_Resources]screenshots</imagepath>\n\t\t\t\t\t<visible>Skin.HasSetting(multiimagefanartpostersview) + !IsEmpty(ListItem.Synopsis_Resources) + System.IdleTime(15)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"400\" delay=\"0\">visible</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" delay=\"0\">hidden</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-800</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>730</width>\n\t\t\t\t<height>410</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>730</width>\n\t\t\t\t\t<height>410</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\71\\diffuse_alt.png\">$INFO[Container(71).ListItem(-1).Synopsis_Resources]artwork\\$VAR[View71_Fanart]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</control>\n\t<control type=\"group\">\n\t\t<visible>![Control.IsVisible(7101) | Control.IsVisible(7102)] + ![Control.IsVisible(7103) | Control.IsVisible(7104)]</visible>\n\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"100\" time=\"250\" delay=\"400\">visible</animation>\n\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"0\" time=\"0\" delay=\"0\">hidden</animation>\n\t\t<control type=\"textbox\">\n\t\t\t<left>40</left>\n\t\t\t<top>120</top>\n\t\t\t<width>400</width>\n\t\t\t<height>185</height>\n\t\t\t<font>size_30</font>\n\t\t\t<align>left</align>\n\t\t\t<aligny>bottom</aligny>\n\t\t\t<textcolor>colour.view71.label</textcolor>\n\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE][B]$INFO[ListItem.Label][/B][/UPPERCASE]</label>\n\t\t\t<autoscroll delay=\"8000\" time=\"2000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<description>Control Info</description>\n\t\t\t<left>40</left>\n\t\t\t<top>305</top>\n\t\t\t<width>400</width>\n\t\t\t<height>40</height>\n\t\t\t<itemgap>0</itemgap>\n\t\t\t<align>left</align>\n\t\t\t<orientation>horizontal</orientation>\n\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture colordiffuse=\"colour.view71.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture colordiffuse=\"colour.view71.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t\t</control>\n\t\t\t<!-- dummy label (spacer)  -->\n\t\t\t<control type=\"label\">\n\t\t\t\t<height>22</height>\n\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t<font>size_13</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view71.info.label</textcolor>\n\t\t\t\t<label/>\n\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture colordiffuse=\"colour.view71.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<height>22</height>\n\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t<font>size_16</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view71.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture colordiffuse=\"colour.view71.info.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<height>22</height>\n\t\t\t\t<width min=\"5\" max=\"220\">auto</width>\n\t\t\t\t<font>size_16</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view71.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture colordiffuse=\"colour.view71.info.icons\">synopsis icons\\medium_rating.png</texture>\n\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating) + !IsEmpty(ListItem.Synopsis_AltName)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<height>22</height>\n\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t<font>size_16</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view71.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Rating]  [/UPPERCASE]</label>\n\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture colordiffuse=\"colour.view71.info.icons\">synopsis icons\\medium_date.png</texture>\n\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<height>22</height>\n\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t<font>size_16</font>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view71.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Year][/UPPERCASE]</label>\n\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Year)</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<description>Control Info</description>\n\t\t\t<left>40</left>\n\t\t\t<top>330</top>\n\t\t\t<width>400</width>\n\t\t\t<height>40</height>\n\t\t\t<itemgap>0</itemgap>\n\t\t\t<align>left</align>\n\t\t\t<orientation>horizontal</orientation>\n\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Resources) + !IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>16</width>\n\t\t\t\t<height>16</height>\n\t\t\t\t<texture colordiffuse=\"colour.view71.info.icons\">synopsis icons\\small_genre.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t<font>size_13</font>\n\t\t\t\t<textcolor>colour.view71.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"textbox\">\n\t\t\t<left>40</left>\n\t\t\t<top>355</top>\n\t\t\t<width>400</width>\n\t\t\t<height>235</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>colour.view71.info.synopsis</textcolor>\n\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t<align>justify</align>\n\t\t\t<aligny>top</aligny>\n\t\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t\t<autoscroll delay=\"8000\" time=\"2000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-20\" time=\"0\" condition=\"IsEmpty(ListItem.Synopsis_Genre)\">Conditional</animation>\n\t\t</control>\n\t</control>\n\t<control type=\"list\" id=\"71\">\n\t\t<left>0</left>\n\t\t<top>0</top>\n\t\t<width>1280</width>\n\t\t<height>720</height>\n\t\t<onleft>71</onleft>\n\t\t<onright>71</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view71\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<focusposition>2</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>0</preloaditems>\n\t\t<itemlayout height=\"290\" width=\"414\">\n\t\t\t\t</itemlayout>\n\t\t<focusedlayout height=\"290\" width=\"414\">\n\t\t\t\t</focusedlayout>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>71</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Detailed_72_Info_List.xml",
    "content": "<!-- Detailed_72_Synopsis_Info_List ID = 72 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(72) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<control type=\"largeimage\">\n\t\t<include>1280x720</include>\n\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t<fadetime>FanartCrossfadeTime</fadetime>\n\t\t<colordiffuse>30FFFFFF</colordiffuse>\n\t\t<texture diffuse=\"views\\72\\fanart_diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\poster_small_blurred.jpg</texture>\n\t\t<visible>Skin.HasSetting(fanartenabled)</visible>\n\t</control>\n\t<control type=\"list\" id=\"72\">\n\t\t<left>400</left>\n\t\t<top>100</top>\n\t\t<width>840</width>\n\t\t<height>367</height>\n\t\t<onleft>9000</onleft>\n\t\t<onright>90</onright>\n\t\t<onup>72</onup>\n\t\t<ondown>72</ondown>\n\t\t<viewtype label=\"view72\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<orientation>vertical</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout height=\"52\" width=\"840\">\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view72.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t<label>$INFO[listitem.Synopsis_Year]</label>\n\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view72.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t<label> - </label>\n\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>700</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<textcolor>colour.view72.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>795</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view72.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t<label>$INFO[listitem.Synopsis_Rating]</label>\n\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Rating)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>795</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view72.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t<label> - </label>\n\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Rating)</visible>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"52\" width=\"840\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>840</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<texture colordiffuse=\"colour.view72.list.focus.diffuse\">views\\72\\listfo.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view72.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t<label>$INFO[listitem.Synopsis_Year]</label>\n\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view72.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t<label> - </label>\n\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>700</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_20</font>\n\t\t\t\t<textcolor>colour.view72.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>795</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view72.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t<label>$INFO[listitem.Synopsis_Rating]</label>\n\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Rating)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>795</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>40</width>\n\t\t\t\t<height>52</height>\n\t\t\t\t<font>size_18</font>\n\t\t\t\t<align>center</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<textcolor>colour.view72.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t\t<label> - </label>\n\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Rating)</visible>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>40</left>\n\t\t<top>100</top>\n\t\t<width>340</width>\n\t\t<height>499</height>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<texture diffuse=\"views\\72\\diffuse_poster.png\">no_poster.jpg</texture>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>40</left>\n\t\t<top>100</top>\n\t\t<width>340</width>\n\t\t<height>499</height>\n\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t<texture background=\"true\" diffuse=\"views\\72\\diffuse_poster.png\">$INFO[ListItem.Icon]</texture>\n\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>40</left>\n\t\t<top>100</top>\n\t\t<width>340</width>\n\t\t<height>499</height>\n\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t<texture background=\"true\" diffuse=\"views\\72\\diffuse_poster.png\">$INFO[ListItem.Icon]</texture>\n\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>40</left>\n\t\t<top>100</top>\n\t\t<width>340</width>\n\t\t<height>499</height>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t<texture background=\"true\" diffuse=\"views\\72\\diffuse_poster.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View72_Thumbs]</texture>\n\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t</control>\n\t<!-- Star ratings and ESRB rating -->\n\t<control type=\"image\">\n\t\t<left>400</left>\n\t\t<top>473</top>\n\t\t<width>107</width>\n\t\t<height>15</height>\n\t\t<texture colordiffuse=\"colour.view72.info.star.alt\">windows\\synopsis\\ratings\\10.png</texture>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>400</left>\n\t\t<top>473</top>\n\t\t<width>107</width>\n\t\t<height>15</height>\n\t\t<texture colordiffuse=\"colour.view72.info.star\">windows\\synopsis\\ratings\\$INFO[listitem.Synopsis_Rating].png</texture>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t</control>\n\t<control type=\"grouplist\">\n\t\t<description>Control Info</description>\n\t\t<left>515</left>\n\t\t<top>470</top>\n\t\t<width>723</width>\n\t\t<height>20</height>\n\t\t<itemgap>0</itemgap>\n\t\t<align>left</align>\n\t\t<orientation>horizontal</orientation>\n\t\t<visible>!ListItem.IsFolder</visible>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view72.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view72.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t</control>\n\t\t<!-- dummy label (spacer)  -->\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t<font>size_13</font>\n\t\t\t<textcolor>colour.view72.info.label</textcolor>\n\t\t\t<label/>\n\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view72.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_15</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view72.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view72.info.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_15</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view72.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view72.info.icons\">synopsis icons\\medium_genre.png</texture>\n\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_15</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view72.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>20</height>\n\t\t\t<texture colordiffuse=\"colour.view72.info.icons\">synopsis icons\\medium_esrb.png</texture>\n\t\t\t<visible>!IsEmpty(listitem.Synopsis_ESRB_Descriptors)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_15</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view72.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[listitem.Synopsis_ESRB_Descriptors][/UPPERCASE]</label>\n\t\t\t<visible>!IsEmpty(listitem.Synopsis_ESRB_Descriptors)</visible>\n\t\t</control>\n\t</control>\n\t<!-- Synopsis -->\n\t<control type=\"textbox\">\n\t\t<left>400</left>\n\t\t<top>493</top>\n\t\t<width>840</width>\n\t\t<height>104</height>\n\t\t<font>size_17</font>\n\t\t<align>justify</align>\n\t\t<textcolor>colour.view72.info.synopsis</textcolor>\n\t\t<shadowcolor>colour.view72.shadow</shadowcolor>\n\t\t<autoscroll delay=\"10000\" time=\"1000\" repeat=\"10000\" condition=\"ControlGroup(9001).HasFocus(10)\">Conditional</autoscroll>\n\t\t<label>$INFO[listitem.Synopsis_Overview]</label>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>90</onup>\n\t\t<top>100</top>\n\t\t<left>1247</left>\n\t\t<height>367</height>\n\t\t<width>7</width>\n\t\t<onleft>72</onleft>\n\t\t<orientation>vertical</orientation>\n\t\t<include>View.ScrollBar.Vertical</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Detailed_74_Netflix.xml",
    "content": "<!-- Detailed_74_Netflix ID = 74 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(74) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart.FullScreen</include>\n\t<control type=\"image\">\n\t\t<include>1280x720</include>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<texture>views\\74\\black-back.png</texture>\n\t</control>\n\t<control type=\"group\">\n\t\t<top>420</top>\n\t\t<!-- On previous -->\n\t\t<control type=\"group\" id=\"7401\">\n\t\t\t<visible>Container(74).OnPrevious</visible>\n\t\t\t<animation effect=\"slide\" end=\"0,0\" reversible=\"false\" time=\"250\">Hidden</animation>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-102</left>\n\t\t\t\t<top>-45</top>\n\t\t\t\t<visible>Container(74).OnPrevious</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"0\" time=\"0\">Visible</animation>\n\t\t\t\t<animation type=\"Hidden\" reversible=\"false\">\n\t\t\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"250\"/>\n\t\t\t\t\t<effect type=\"slide\" start=\"0,0\" end=\"164,0\" time=\"250\"/>\n\t\t\t\t</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>192</width>\n\t\t\t\t\t<height>269</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>192</width>\n\t\t\t\t\t<height>269</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(0).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>192</width>\n\t\t\t\t\t<height>269</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(0).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(0).IsFolder + IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>192</width>\n\t\t\t\t\t<height>269</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(0).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(0).IsFolder + IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>64</left>\n\t\t\t\t<top>-45</top>\n\t\t\t\t<width>192</width>\n\t\t\t\t<height>269</height>\n\t\t\t\t<visible>Container(74).OnPrevious</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"64,-45,192,269\" end=\"788,0,128,179\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>192</width>\n\t\t\t\t\t<height>269</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>192</width>\n\t\t\t\t\t<height>269</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(1).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>192</width>\n\t\t\t\t\t<height>269</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(1).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(1).IsFolder + IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>192</width>\n\t\t\t\t\t<height>269</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(1).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(1).IsFolder + IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>788</left>\n\t\t\t\t<visible>Container(74).OnPrevious</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"138,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t<top>177</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>5</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(2).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(2).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(2).IsFolder + IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(2).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(2).IsFolder + IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>926</left>\n\t\t\t\t<visible>Container(74).OnPrevious</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"138,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t<top>177</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>5</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(3).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(3).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(3).IsFolder + IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(3).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(3).IsFolder + IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>1064</left>\n\t\t\t\t<visible>Container(74).OnPrevious</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"138,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t<top>177</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>5</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(4).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(4).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(4).IsFolder + IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(4).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(4).IsFolder + IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>1202</left>\n\t\t\t\t<visible>Container(74).OnPrevious</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"138,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t<top>177</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>5</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(5).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(5).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(5).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(5).IsFolder + IsEmpty(Container(74).ListItem(5).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(5).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(5).IsFolder + IsEmpty(Container(74).ListItem(5).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<!-- On Next -->\n\t\t<control type=\"group\" id=\"7402\">\n\t\t\t<visible>Container(74).OnNext</visible>\n\t\t\t<animation effect=\"slide\" end=\"0,0\" reversible=\"false\" time=\"250\">Hidden</animation>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>64</left>\n\t\t\t\t<top>-45</top>\n\t\t\t\t<visible>Container(74).OnNext</visible>\n\t\t\t\t<animation type=\"Hidden\" reversible=\"false\">\n\t\t\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"250\"/>\n\t\t\t\t\t<effect type=\"slide\" start=\"0,0\" end=\"-164,0\" time=\"250\"/>\n\t\t\t\t</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>192</width>\n\t\t\t\t\t<height>269</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>192</width>\n\t\t\t\t\t<height>269</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(-1).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>192</width>\n\t\t\t\t\t<height>269</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(-1).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(-1).IsFolder + IsEmpty(Container(74).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>192</width>\n\t\t\t\t\t<height>269</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(-1).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(-1).IsFolder + IsEmpty(Container(74).ListItem(-1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>788</left>\n\t\t\t\t<width>128</width>\n\t\t\t\t<height>179</height>\n\t\t\t\t<visible>Container(74).OnNext</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"788,0,128,179\" end=\"64,-45,192,269\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(0).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(0).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(0).IsFolder + IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(0).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(0).IsFolder + IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>926</left>\n\t\t\t\t<visible>Container(74).OnNext</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-138,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t<top>177</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>5</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(1).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(1).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(1).IsFolder + IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(1).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(1).IsFolder + IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>1064</left>\n\t\t\t\t<visible>Container(74).OnNext</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-138,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t<top>177</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>5</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(2).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(2).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(2).IsFolder + IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(2).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(2).IsFolder + IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>1202</left>\n\t\t\t\t<visible>Container(74).OnNext</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-138,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t<top>177</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>5</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(3).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(3).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(3).IsFolder + IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(3).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(3).IsFolder + IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>1340</left>\n\t\t\t\t<visible>Container(74).OnNext</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-138,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t<top>177</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>5</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(4).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(4).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(4).IsFolder + IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(4).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(4).IsFolder + IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>1478</left>\n\t\t\t\t<visible>Container(74).OnNext</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-138,0\" time=\"250\">hidden</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t<top>177</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>5</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(5).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(5).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(5).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(5).IsFolder + IsEmpty(Container(74).ListItem(5).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(5).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(5).IsFolder + IsEmpty(Container(74).ListItem(5).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<!-- Static -->\n\t\t<control type=\"group\" id=\"7400\">\n\t\t\t<visible>!Control.IsVisible(7401) + !Control.IsVisible(7402)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>64</left>\n\t\t\t\t<top>-45</top>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-46,0\" time=\"250\" delay=\"0\" condition=\"!IsEmpty(Container(74).ListItem(0).Synopsis_Resources) + !Container(74).ListItem.IsFolder + Control.HasFocus(74) + System.IdleTime(2)\">Conditional</animation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-2</left>\n\t\t\t\t\t<top>-2</top>\n\t\t\t\t\t<width>196</width>\n\t\t\t\t\t<height>273</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.view74.info.back\" diffuse=\"views\\74\\diffuse.png\">views\\74\\poster-border.png</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-2,-2,196,273\" end=\"-2,-2,251,273\" time=\"250\" delay=\"0\" condition=\"!IsEmpty(Container(74).ListItem(0).Synopsis_Resources) + !Container(74).ListItem.IsFolder + Control.HasFocus(74) + System.IdleTime(2)\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"56,0\" time=\"250\" delay=\"0\" condition=\"!IsEmpty(Container(74).ListItem(0).Synopsis_Resources) + !Container(74).ListItem.IsFolder + Control.HasFocus(74) + System.IdleTime(2)\">Conditional</animation>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>135</left>\n\t\t\t\t\t\t<top>22</top>\n\t\t\t\t\t\t<width>58</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view74.info.back.images\">views\\74\\rating.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>135</left>\n\t\t\t\t\t\t<top>47</top>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<width>58</width>\n\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view74.info.back.label</textcolor>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Synopsis_Rating][/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>135</left>\n\t\t\t\t\t\t<top>113</top>\n\t\t\t\t\t\t<width>58</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view74.info.back.images\">views\\74\\date.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>135</left>\n\t\t\t\t\t\t<top>138</top>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<width>58</width>\n\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view74.info.back.label</textcolor>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Synopsis_Year][/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>135</left>\n\t\t\t\t\t\t<top>204</top>\n\t\t\t\t\t\t<width>58</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t<texture colordiffuse=\"colour.view74.info.back.images\">views\\74\\playercount.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>135</left>\n\t\t\t\t\t\t<top>229</top>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<width>58</width>\n\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.view74.info.back.label</textcolor>\n\t\t\t\t\t\t<label>[UPPERCASE]$INFO[ListItem.Synopsis_PlayerCount][/UPPERCASE]</label>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>192</width>\n\t\t\t\t\t<height>269</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>192</width>\n\t\t\t\t\t<height>269</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(0).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>192</width>\n\t\t\t\t\t<height>269</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(0).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(0).IsFolder + IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>192</width>\n\t\t\t\t\t<height>269</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(0).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(0).IsFolder + IsEmpty(Container(74).ListItem(0).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>788</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t<top>177</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>5</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(1).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(1).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(1).IsFolder + IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(1).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(1).IsFolder + IsEmpty(Container(74).ListItem(1).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>926</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t<top>177</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>5</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(2).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(2).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(2).IsFolder + IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(2).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(2).IsFolder + IsEmpty(Container(74).ListItem(2).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>1064</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t<top>177</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>5</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(3).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(3).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(3).IsFolder + IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(3).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(3).IsFolder + IsEmpty(Container(74).ListItem(3).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>1202</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-5</left>\n\t\t\t\t\t<top>177</top>\n\t\t\t\t\t<width>138</width>\n\t\t\t\t\t<height>5</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\74\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\74\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).ListItem(4).Synopsis_Resources]artwork\\$VAR[View74_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(4).icon]</texture>\n\t\t\t\t\t<visible>Container(74).ListItem(4).IsFolder + IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>128</width>\n\t\t\t\t\t<height>179</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\74\\diffuse.png\">$INFO[Container(74).listitem(4).icon]</texture>\n\t\t\t\t\t<visible>!Container(74).ListItem(4).IsFolder + IsEmpty(Container(74).ListItem(4).Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<left>64</left>\n\t\t\t<top>-120</top>\n\t\t\t<visible>Container(74).Scrolling</visible>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"80\" delay=\"600\" time=\"600\">Visible</animation>\n\t\t\t<animation effect=\"fade\" start=\"80\" end=\"0\" delay=\"0\" time=\"200\">hidden</animation>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>1216</width>\n\t\t\t\t<height>100</height>\n\t\t\t\t<font>size_30</font>\n\t\t\t\t<textcolor>colour.view74.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view74.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>[B]$INFO[Container(74).ListItem(0).Label][/B]</label>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<visible>!Control.IsVisible(7401) + !Control.IsVisible(7402)</visible>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"180\" time=\"300\">Visible</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"0\">Hidden</animation>\n\t\t\t<control type=\"textbox\">\n\t\t\t\t<left>276</left>\n\t\t\t\t<top>-70</top>\n\t\t\t\t<width>502</width>\n\t\t\t\t<height>100</height>\n\t\t\t\t<font>size_30</font>\n\t\t\t\t<textcolor>colour.view74.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view74.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>bottom</aligny>\n\t\t\t\t<label>[B]$INFO[Container(74).ListItem(0).Label][/B]</label>\n\t\t\t\t<autoscroll delay=\"4000\" time=\"2000\" repeat=\"8000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>276</left>\n\t\t\t\t<top>30</top>\n\t\t\t\t<width>502</width>\n\t\t\t\t<height>40</height>\n\t\t\t\t<itemgap>0</itemgap>\n\t\t\t\t<align>left</align>\n\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>20</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.view74.info.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>20</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.view74.info.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- dummy label (spacer)  -->\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t\t\t<font>size_13</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.view74.info.label</textcolor>\n\t\t\t\t\t<label/>\n\t\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>20</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.view74.info.icons\">synopsis icons\\medium_played.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.view74.info.label</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view74.shadow</shadowcolor>\n\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>20</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<texture colordiffuse=\"colour.view74.info.icons\">synopsis icons\\medium_genre.png</texture>\n\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<height>22</height>\n\t\t\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.view74.info.label</textcolor>\n\t\t\t\t\t<shadowcolor>colour.view74.shadow</shadowcolor>\n\t\t\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Genre]  [/UPPERCASE]</label>\n\t\t\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"textbox\">\n\t\t\t\t<left>276</left>\n\t\t\t\t<top>54</top>\n\t\t\t\t<width>502</width>\n\t\t\t\t<height>172</height>\n\t\t\t\t<font>size_16</font>\n\t\t\t\t<textcolor>colour.view74.info.synopsis</textcolor>\n\t\t\t\t<shadowcolor>colour.view74.shadow</shadowcolor>\n\t\t\t\t<align>justify</align>\n\t\t\t\t<aligny>top</aligny>\n\t\t\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t\t\t<autoscroll delay=\"8000\" time=\"2000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"wraplist\" id=\"74\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>1280</width>\n\t\t\t<height>720</height>\n\t\t\t<onleft>74</onleft>\n\t\t\t<onright>74</onright>\n\t\t\t<onup>9000</onup>\n\t\t\t<ondown>90</ondown>\n\t\t\t<viewtype label=\"view74\">biglist</viewtype>\n\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t<scrolltime>230</scrolltime>\n\t\t\t<focusposition>0</focusposition>\n\t\t\t<orientation>horizontal</orientation>\n\t\t\t<preloaditems>3</preloaditems>\n\t\t\t<itemlayout height=\"290\" width=\"414\">\n\t\t\t\t</itemlayout>\n\t\t\t<focusedlayout height=\"290\" width=\"414\">\n\t\t\t\t</focusedlayout>\n\t\t</control>\n\t\t<control type=\"scrollbar\" id=\"90\">\n\t\t\t<onup>74</onup>\n\t\t\t<include>View.ScrollBar.Horizontal</include>\n\t\t</control>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Detailed_75_HomeScreen.xml",
    "content": "<!-- Detailed_75_HomeScreen ID = 75 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(75) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart.FullScreen</include>\n\t<control type=\"image\">\n\t\t<include>1280x720</include>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<texture colordiffuse=\"colour.view75.underlay.diffuse\">views\\75\\underlay.png</texture>\n\t</control>\n\t<control type=\"textbox\">\n\t\t<left>45</left>\n\t\t<top>40</top>\n\t\t<width>640</width>\n\t\t<height>100</height>\n\t\t<font>size_40</font>\n\t\t<align>bottom</align>\n\t\t<aligny>center</aligny>\n\t\t<textcolor>colour.view75.text</textcolor>\n\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t<label>[UPPERCASE][B]$INFO[ListItem.label][/B][/UPPERCASE]</label>\n\t\t<autoscroll delay=\"5000\" time=\"1000\" repeat=\"5000\" condition=\"true\">Conditional</autoscroll>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,95\" time=\"0\" condition=\"ListItem.IsFolder\">Conditional</animation>\n\t</control>\n\t<!-- Multi info labels -->\n\t<control type=\"grouplist\">\n\t\t<left>45</left>\n\t\t<top>135</top>\n\t\t<width>780</width>\n\t\t<height>30</height>\n\t\t<itemgap>10</itemgap>\n\t\t<orientation>Horizontal</orientation>\n\t\t<control type=\"label\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t<height>20</height>\n\t\t\t<font>size_15</font>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t<label>$INFO[listitem.Synopsis_Year]</label>\n\t\t\t<visible>!IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t<height>20</height>\n\t\t\t<font>size_15</font>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t<label>[B]|[/B]</label>\n\t\t\t<visible>!IsEmpty(listitem.Synopsis_Year)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t<height>20</height>\n\t\t\t<font>size_15</font>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t<label>Rated  $INFO[listitem.Synopsis_ESRB]</label>\n\t\t\t<visible>!IsEmpty(listitem.Synopsis_ESRB)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width min=\"5\" max=\"10\">auto</width>\n\t\t\t<height>20</height>\n\t\t\t<font>size_15</font>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t<label>[B]|[/B]</label>\n\t\t\t<visible>!IsEmpty(listitem.Synopsis_ESRB)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width min=\"10\" max=\"250\">auto</width>\n\t\t\t<height>20</height>\n\t\t\t<font>size_15</font>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t<label>ID  $INFO[listitem.Synopsis_TitleID]</label>\n\t\t\t<visible>!IsEmpty(listitem.Synopsis_TitleID)</visible>\n\t\t</control>\n\t</control>\n\t<!-- Star ratings and ESRB rating -->\n\t<control type=\"image\">\n\t\t<left>45</left>\n\t\t<top>170</top>\n\t\t<width>150</width>\n\t\t<height>21</height>\n\t\t<texture colordiffuse=\"colour.view75.info.star.alt\">windows\\synopsis\\ratings\\10.png</texture>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<visible>!IsEmpty(listitem.Synopsis_Resources) + ![StringCompare(listitem.Synopsis_Rating,0) |  IsEmpty(listitem.Synopsis_Rating)]</visible>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>45</left>\n\t\t<top>170</top>\n\t\t<width>150</width>\n\t\t<height>21</height>\n\t\t<texture colordiffuse=\"colour.view75.info.star\">windows\\synopsis\\ratings\\$INFO[listitem.Synopsis_Rating].png</texture>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<visible>!IsEmpty(listitem.Synopsis_Resources) + ![StringCompare(listitem.Synopsis_Rating,0) |  IsEmpty(listitem.Synopsis_Rating)]</visible>\n\t</control>\n\t<control type=\"grouplist\">\n\t\t<description>Control Info</description>\n\t\t<left>200</left>\n\t\t<top>170</top>\n\t\t<width>1200</width>\n\t\t<height>40</height>\n\t\t<itemgap>0</itemgap>\n\t\t<align>left</align>\n\t\t<orientation>horizontal</orientation>\n\t\t<visible>!ListItem.IsFolder</visible>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-35\" time=\"0\" condition=\"IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-155,0\" time=\"0\" condition=\"IsEmpty(listitem.Synopsis_Rating)\">Conditional</animation>\n\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-155,0\" time=\"0\" condition=\"!IsEmpty(listitem.Synopsis_Resources) + StringCompare(listitem.Synopsis_Rating,0)\">Conditional</animation>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>21</height>\n\t\t\t<texture colordiffuse=\"colour.view75.icons\">synopsis icons\\medium_rating_alt.png</texture>\n\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating) + !StringCompare(listitem.Synopsis_Rating,0)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_15</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_Rating]  [/UPPERCASE]</label>\n\t\t\t<visible>!IsEmpty(ListItem.Synopsis_Rating) + !StringCompare(listitem.Synopsis_Rating,0)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>21</height>\n\t\t\t<texture colordiffuse=\"colour.view75.icons\">synopsis icons\\medium_played.png</texture>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_15</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.ProgramCount]  [/UPPERCASE]</label>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>21</height>\n\t\t\t<texture colordiffuse=\"colour.view75.icons\">synopsis icons\\medium_playercount.png</texture>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<height>22</height>\n\t\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t\t<font>size_15</font>\n\t\t\t<aligny>center</aligny>\n\t\t\t<textcolor>colour.view75.text</textcolor>\n\t\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t\t<label>[UPPERCASE] $INFO[ListItem.Synopsis_PlayerCount]  [/UPPERCASE]</label>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>21</height>\n\t\t\t<texture colordiffuse=\"colour.view75.icons\">synopsis icons\\medium_trainer.png</texture>\n\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayHasTrainer.png)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>0</top>\n\t\t\t<width>20</width>\n\t\t\t<height>21</height>\n\t\t\t<texture colordiffuse=\"colour.view75.icons\">synopsis icons\\medium_trained.png</texture>\n\t\t\t<visible>!IsEmpty(listitem.overlay) + StringCompare(listitem.overlay,OverlayTrained.png)</visible>\n\t\t</control>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>45</left>\n\t\t<top>205</top>\n\t\t<height>22</height>\n\t\t<width min=\"5\" max=\"400\">auto</width>\n\t\t<font>size_15</font>\n\t\t<aligny>center</aligny>\n\t\t<textcolor>colour.view75.text</textcolor>\n\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t<label>[UPPERCASE][B]$INFO[ListItem.Synopsis_Genre][/B][/UPPERCASE]</label>\n\t\t<visible>!IsEmpty(ListItem.Synopsis_Genre)</visible>\n\t</control>\n\t<control type=\"textbox\">\n\t\t<left>45</left>\n\t\t<top>230</top>\n\t\t<width>600</width>\n\t\t<height>145</height>\n\t\t<font>size_14</font>\n\t\t<align>left</align>\n\t\t<aligny>top</aligny>\n\t\t<textcolor>colour.view75.text</textcolor>\n\t\t<shadowcolor>colour.view75.shadow</shadowcolor>\n\t\t<label>$INFO[ListItem.Synopsis_Overview]</label>\n\t\t<autoscroll delay=\"10000\" time=\"1000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\n\t</control>\n\t<!-- It's a fixed list because for some reason if I use a wraplist and I add a certain amount of sources the animations reverse for folders :/ -->\n\t<control type=\"panel\" id=\"75\">\n\t\t<left>0</left>\n\t\t<top>446</top>\n\t\t<width>1280</width>\n\t\t<height>260</height>\n\t\t<onleft>75</onleft>\n\t\t<onright>75</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view75\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<focusposition>0</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<animation effect=\"slide\" start=\"0\" end=\"521.4\" time=\"0\" condition=\"stringcompare(Container(75).NumItems,1)\">Conditional</animation>\n\t\t<animation effect=\"slide\" start=\"0\" end=\"434.5\" time=\"0\" condition=\"stringcompare(Container(75).NumItems,2)\">Conditional</animation>\n\t\t<animation effect=\"slide\" start=\"0\" end=\"347.6\" time=\"0\" condition=\"stringcompare(Container(75).NumItems,3)\">Conditional</animation>\n\t\t<animation effect=\"slide\" start=\"0\" end=\"260.7\" time=\"0\" condition=\"stringcompare(Container(75).NumItems,4)\">Conditional</animation>\n\t\t<animation effect=\"slide\" start=\"0\" end=\"173.8\" time=\"0\" condition=\"stringcompare(Container(75).NumItems,5)\">Conditional</animation>\n\t\t<animation effect=\"slide\" start=\"0\" end=\"86.9\" time=\"0\" condition=\"stringcompare(Container(75).NumItems,6)\">Conditional</animation>\n\t\t<itemlayout height=\"260\" width=\"174\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>38</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>169</width>\n\t\t\t\t<height>227</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture>views\\75\\poster_shadow.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>44</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>148</width>\n\t\t\t\t<height>210</height>\n\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\75\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>44</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>148</width>\n\t\t\t\t<height>210</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\75\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View75_Thumbs]</texture>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"260\" width=\"174\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>38</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>169</width>\n\t\t\t\t<height>227</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture>views\\75\\poster_shadow.png</texture>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"38,5,169,227\" end=\"31,-7.5,186,252\" time=\"120\">focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"31,-7.5,186,252\" end=\"38,5,169,227\" time=\"120\">unfocus</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>44</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>148</width>\n\t\t\t\t<height>210</height>\n\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\75\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"44,10,148,210\" end=\"38,0,160,230\" time=\"120\">focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"38,0,160,230\" end=\"44,10,148,210\" time=\"120\">unfocus</animation>\n\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>44</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>148</width>\n\t\t\t\t<height>210</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\75\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View75_Thumbs]</texture>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"44,10,148,210\" end=\"38,0,160,230\" time=\"120\">focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"38,0,160,230\" end=\"44,10,148,210\" time=\"120\">unfocus</animation>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>30</left>\n\t\t\t\t<top>-2</top>\n\t\t\t\t<width>174</width>\n\t\t\t\t<height>233</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.view75.icons\">views\\75\\poster-border.png</texture>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"30,-2,174,233\" end=\"24,-13,188,256\" time=\"120\">focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"24,-13,188,256\" end=\"30,-2,174,233\" time=\"120\" condition=\"!Control.HasFocus(75)\">Conditional</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Control.HasFocus(75)\">unfocus</animation>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>75</onup>\n\t\t<bottom condition=\"!Skin.HasSetting(HideContextBar)\">35</bottom>\n\t\t<bottom>20</bottom>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Resources_53_Rectangles_Carousel.xml",
    "content": "<!-- Resources_53_Rectangles_Carousel ID = 53 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(53) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart</include>\n\t<control type=\"fixedlist\" id=\"53\">\n\t\t<left>0</left>\n\t\t<top>410</top>\n\t\t<width>1380</width>\n\t\t<height>430</height>\n\t\t<onleft>53</onleft>\n\t\t<onright>53</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view53\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<focusposition>2</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"180\" width=\"320\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-160</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>310</width>\n\t\t\t\t\t<height>170</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">no_thumb.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>310</width>\n\t\t\t\t\t<height>170</height>\n\t\t\t\t\t<aspectratio aligny=\"center\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>8</left>\n\t\t\t\t\t<top>8</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"180\" width=\"320\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-160</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>310</width>\n\t\t\t\t\t<height>170</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">no_thumb.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>310</width>\n\t\t\t\t\t<height>170</height>\n\t\t\t\t\t<aspectratio aligny=\"center\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>310</width>\n\t\t\t\t\t<height>170</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\thumb.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>8</left>\n\t\t\t\t\t<top>8</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"180\" width=\"320\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-160</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>180</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">no_thumb.jpg</texture>\n\t\t\t\t\t<bordersize>2</bordersize>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>180</height>\n\t\t\t\t\t<aspectratio aligny=\"center\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<bordersize>2</bordersize>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>180</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\" border=\"5\">views\\53\\poster-border.png</texture>\n\t\t\t\t\t<bordersize>2</bordersize>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>8</left>\n\t\t\t\t\t<top>8</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"180\" width=\"320\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-160</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>180</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">no_thumb.jpg</texture>\n\t\t\t\t\t<bordersize>2</bordersize>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>180</height>\n\t\t\t\t\t<aspectratio aligny=\"center\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<bordersize>2</bordersize>\n\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>180</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\thumb.jpg</texture>\n\t\t\t\t\t<bordersize>2</bordersize>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>320</width>\n\t\t\t\t\t<height>180</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\53\\diffuse.png\" border=\"5\">views\\53\\poster-border.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>8</left>\n\t\t\t\t\t<top>8</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<bottom>79</bottom>\n\t\t<width>1280</width>\n\t\t<height>36</height>\n\t\t<font>size_35</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view53.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<top>640</top>\n\t\t<width>1280</width>\n\t\t<height>30</height>\n\t\t<font>size_15</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view53.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>$LOCALIZE[31186]</label>\n\t\t<visible>StringCompare(ListItem.ProgramCount,0) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<top>640</top>\n\t\t<width>1280</width>\n\t\t<height>30</height>\n\t\t<font>size_15</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view53.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t<visible>StringCompare(ListItem.ProgramCount,1) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<top>640</top>\n\t\t<width>1280</width>\n\t\t<height>30</height>\n\t\t<font>size_15</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view53.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>53</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Resources_58_List_CDs_Posters.xml",
    "content": "<!-- Resources_58_List_CDs_Posters ID = 58 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(58) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart</include>\n\t<control type=\"image\">\n\t\t<left>100</left>\n\t\t<top>595</top>\n\t\t<width>1080</width>\n\t\t<height>12</height>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<colordiffuse>FF000000</colordiffuse>\n\t\t<texture>views\\58\\listview_shadow.png</texture>\n\t\t<visible>IntegerGreaterThan(Container.NumItems,4)</visible>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>110</left>\n\t\t<top>595</top>\n\t\t<width>340</width>\n\t\t<height>12</height>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<colordiffuse>FF000000</colordiffuse>\n\t\t<texture>views\\58\\listview_shadow.png</texture>\n\t\t<visible>!IntegerGreaterThan(Container.NumItems,4)</visible>\n\t</control>\n\t<control type=\"image\">\n\t\t<left>120</left>\n\t\t<top>150</top>\n\t\t<width>320</width>\n\t\t<height>450</height>\n\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t<texture background=\"true\">no_poster.jpg</texture>\n\t\t<bordertexture border=\"5\">views\\58\\poster-border.png</bordertexture>\n\t\t<bordersize>5</bordersize>\n\t</control>\n\t<control type=\"list\" id=\"58\">\n\t\t<left>440</left>\n\t\t<top>150</top>\n\t\t<width>740</width>\n\t\t<height>450</height>\n\t\t<onleft>9000</onleft>\n\t\t<onright>90</onright>\n\t\t<onup>58</onup>\n\t\t<ondown>58</ondown>\n\t\t<viewtype label=\"view58\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout condition=\"!Skin.HasSetting(hidecdartwork) + !ListItem.IsFolder\" height=\"90\" width=\"720\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>720</width>\n\t\t\t\t<height>90</height>\n\t\t\t\t<texture background=\"true\" border=\"5\">views\\58\\listnf.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>10</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>70</height>\n\t\t\t\t<texture background=\"true\">no_cd_small.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>10</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>70</height>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\58\\CD_diffuse_listview.png\">$INFO[listitem.Synopsis_Resources]artwork\\cd_small.jpg</texture>\n\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + !ListItem.IsFolder</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>620</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_35</font>\n\t\t\t\t<textcolor>colour.view58.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>620</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>colour.view58.info.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31187] $LOCALIZE[31191]</label>\n\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + StringCompare(ListItem.ProgramCount,0) + !ListItem.IsFolder</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>620</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>colour.view58.info.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + StringCompare(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>620</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>colour.view58.info.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + IntegerGreaterThan(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>680</left>\n\t\t\t\t<top>50</top>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<itemlayout condition=\"Skin.HasSetting(hidecdartwork) | ListItem.IsFolder\" height=\"90\" width=\"720\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>720</width>\n\t\t\t\t<height>90</height>\n\t\t\t\t<texture background=\"true\" border=\"5\">views\\58\\listnf.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>20</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>690</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_35</font>\n\t\t\t\t<textcolor>colour.view58.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>20</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>690</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>colour.view58.info.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31187] $LOCALIZE[31191]</label>\n\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + StringCompare(ListItem.ProgramCount,0) + !ListItem.IsFolder</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>20</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>690</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>colour.view58.info.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + StringCompare(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>20</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>690</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>colour.view58.info.label2</textcolor>\n\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + IntegerGreaterThan(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>680</left>\n\t\t\t\t<top>50</top>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout condition=\"!Skin.HasSetting(hidecdartwork) + !ListItem.IsFolder\" height=\"90\" width=\"720\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>720</width>\n\t\t\t\t<height>90</height>\n\t\t\t\t<texture background=\"true\" border=\"5\">views\\58\\thumbfo.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>680</left>\n\t\t\t\t<top>50</top>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>10</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>70</height>\n\t\t\t\t<texture background=\"true\">no_cd_small.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>10</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>70</width>\n\t\t\t\t<height>70</height>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\58\\CD_diffuse_listview.png\">$INFO[listitem.Synopsis_Resources]artwork\\cd_small.jpg</texture>\n\t\t\t\t<visible>Skin.HasSetting(_resourcesenabled) + !ListItem.IsFolder</visible>\n\t\t\t\t<animation effect=\"rotate\" start=\"0\" end=\"-360\" center=\"auto\" time=\"6000\" loop=\"true\" condition=\"System.IdleTime(3)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>620</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_35</font>\n\t\t\t\t<textcolor>colour.view58.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>620</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>colour.view58.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31187] $LOCALIZE[31191]</label>\n\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + StringCompare(ListItem.ProgramCount,0) + !ListItem.IsFolder</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>620</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>colour.view58.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + StringCompare(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>90</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>620</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>colour.view58.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + IntegerGreaterThan(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t\t<focusedlayout condition=\"Skin.HasSetting(hidecdartwork) | ListItem.IsFolder\" height=\"90\" width=\"720\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>720</width>\n\t\t\t\t<height>90</height>\n\t\t\t\t<texture background=\"true\" border=\"5\">views\\58\\thumbfo.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>680</left>\n\t\t\t\t<top>50</top>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>20</left>\n\t\t\t\t<top>10</top>\n\t\t\t\t<width>690</width>\n\t\t\t\t<height>45</height>\n\t\t\t\t<font>size_35</font>\n\t\t\t\t<textcolor>colour.view58.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>20</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>690</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>colour.view58.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31187] $LOCALIZE[31191]</label>\n\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + StringCompare(ListItem.ProgramCount,0) + !ListItem.IsFolder</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>20</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>690</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>colour.view58.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + StringCompare(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<left>20</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>690</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>colour.view58.info.label</textcolor>\n\t\t\t\t<shadowcolor>colour.view58.shadow</shadowcolor>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t<visible>!StringCompare(ListItem.Label,Music) + !StringCompare(ListItem.Label,..) + IntegerGreaterThan(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n\t<!-- Poster and Icon images -->\n\t<control type=\"image\">\n\t\t<left>120</left>\n\t\t<top>150</top>\n\t\t<width>320</width>\n\t\t<height>450</height>\n\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t<bordertexture>-</bordertexture>\n\t\t<bordersize>5</bordersize>\n\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t<visible>!Skin.HasSetting(_resourcesenabled)</visible>\n\t</control>\n\t<control type=\"group\">\n\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t<control type=\"image\">\n\t\t\t<left>120</left>\n\t\t\t<top>150</top>\n\t\t\t<width>320</width>\n\t\t\t<height>450</height>\n\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t<bordertexture>-</bordertexture>\n\t\t\t<bordersize>5</bordersize>\n\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>120</left>\n\t\t\t<top>150</top>\n\t\t\t<width>320</width>\n\t\t\t<height>450</height>\n\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t<texture background=\"true\">$INFO[listitem.icon]</texture>\n\t\t\t<bordertexture>-</bordertexture>\n\t\t\t<bordersize>5</bordersize>\n\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>120</left>\n\t\t\t<top>150</top>\n\t\t\t<width>320</width>\n\t\t\t<height>450</height>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View58_Thumbs]</texture>\n\t\t\t<bordertexture>-</bordertexture>\n\t\t\t<bordersize>5</bordersize>\n\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t</control>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<left>1160</left>\n\t\t<top>150</top>\n\t\t<width>8</width>\n\t\t<height>450</height>\n\t\t<onleft>58</onleft>\n\t\t<include>View.ScrollBar.Vertical</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Resources_62_Slanted_Cases_3D.xml",
    "content": "<!-- Resources_62_Slanted_Cases_3D ID = 62 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(62) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart</include>\n\t<control type=\"fixedlist\" id=\"62\">\n\t\t<left>-295</left>\n\t\t<top>340</top>\n\t\t<width>1700</width>\n\t\t<height>462</height>\n\t\t<onleft>62</onleft>\n\t\t<onright>62</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view62\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<focusposition>2</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout height=\"290\" width=\"414\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>149</width>\n\t\t\t\t<height>264</height>\n\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"largeimage\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>149</width>\n\t\t\t\t<height>264</height>\n\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"290\" width=\"414\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>33</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>149</width>\n\t\t\t\t<height>264</height>\n\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"33,5,149,264\" end=\"23,-31,169,304\" time=\"100\">focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"33,5,149,264\" start=\"23,-31,169,304\" time=\"100\">unfocus</animation>\n\t\t\t</control>\n\t\t\t<control type=\"largeimage\">\n\t\t\t\t<left>33</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>149</width>\n\t\t\t\t<height>264</height>\n\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"33,5,149,264\" end=\"23,-31,169,304\" time=\"100\">focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"33,5,149,264\" start=\"23,-31,169,304\" time=\"100\">unfocus</animation>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<top>615</top>\n\t\t<width>1280</width>\n\t\t<height>36</height>\n\t\t<font>size_35</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view62.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames)\">Conditional</animation>\n\t</control>\n\t<control type=\"grouplist\">\n\t\t<left>0</left>\n\t\t<top>645</top>\n\t\t<width>1280</width>\n\t\t<itemgap>5</itemgap>\n\t\t<align>center</align>\n\t\t<orientation>horizontal</orientation>\n\t\t<visible>!ListItem.IsFolder</visible>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames)\">Conditional</animation>\n\t\t<control type=\"label\">\n\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t<height>30</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t<shadowcolor>colour.view62.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>$LOCALIZE[31186]</label>\n\t\t\t<visible>StringCompare(ListItem.ProgramCount,0)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t<height>30</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t<shadowcolor>colour.view62.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t<visible>StringCompare(ListItem.ProgramCount,1)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t<height>30</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t<shadowcolor>colour.view62.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t<height>30</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t<shadowcolor>colour.view62.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>- Has Trainer</label>\n\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t</control>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>62</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Resources_63_Open_Cases_3D.xml",
    "content": "<!-- Resources_63_Open_Cases_3D ID = 63 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(63) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart</include>\n\t<control type=\"fixedlist\" id=\"63\">\n\t\t<left>-295</left>\n\t\t<top>340</top>\n\t\t<width>1700</width>\n\t\t<height>462</height>\n\t\t<onleft>63</onleft>\n\t\t<onright>63</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view63\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<focusposition>2</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout height=\"290\" width=\"414\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>149</width>\n\t\t\t\t<height>264</height>\n\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\">no_opencase.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"largeimage\">\n\t\t\t\t<left>5</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>149</width>\n\t\t\t\t<height>264</height>\n\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\opencase.png</texture>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"290\" width=\"414\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>33</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>149</width>\n\t\t\t\t<height>264</height>\n\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\">no_opencase.png</texture>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"33,5,149,264\" end=\"23,-31,169,304\" time=\"100\">focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"33,5,149,264\" start=\"23,-31,169,304\" time=\"100\">unfocus</animation>\n\t\t\t</control>\n\t\t\t<control type=\"largeimage\">\n\t\t\t\t<left>33</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>149</width>\n\t\t\t\t<height>264</height>\n\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\opencase.png</texture>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"33,5,149,264\" end=\"23,-31,169,304\" time=\"100\">focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"33,5,149,264\" start=\"23,-31,169,304\" time=\"100\">unfocus</animation>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<top>615</top>\n\t\t<width>1280</width>\n\t\t<height>36</height>\n\t\t<font>size_35</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view63.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames)\">Conditional</animation>\n\t</control>\n\t<control type=\"grouplist\">\n\t\t<left>0</left>\n\t\t<top>645</top>\n\t\t<width>1280</width>\n\t\t<itemgap>5</itemgap>\n\t\t<align>center</align>\n\t\t<orientation>horizontal</orientation>\n\t\t<visible>!ListItem.IsFolder</visible>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames)\">Conditional</animation>\n\t\t<control type=\"label\">\n\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t<height>30</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t<shadowcolor>colour.view63.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>$LOCALIZE[31186]</label>\n\t\t\t<visible>StringCompare(ListItem.ProgramCount,0)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t<height>30</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t<shadowcolor>colour.view63.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t<visible>StringCompare(ListItem.ProgramCount,1)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t<height>30</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t<shadowcolor>colour.view63.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t<height>30</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t<shadowcolor>colour.view63.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>- Has Trainer</label>\n\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t</control>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>63</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Resources_64_Dual_Cases_3D.xml",
    "content": "<!-- Resources_64_Dual_Cases_3D ID = 64 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(64) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart</include>\n\t<control type=\"fixedlist\" id=\"64\">\n\t\t<left>-295</left>\n\t\t<top>320</top>\n\t\t<width>1700</width>\n\t\t<height>462</height>\n\t\t<onleft>64</onleft>\n\t\t<onright>64</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view64\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<focusposition>2</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout height=\"290\" width=\"414\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>-33</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>280</width>\n\t\t\t\t<height>280</height>\n\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\">no_dual3d.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"largeimage\">\n\t\t\t\t<left>-33</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>280</width>\n\t\t\t\t<height>280</height>\n\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\dual3d.png</texture>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"290\" width=\"414\">\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>-33</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>280</width>\n\t\t\t\t<height>280</height>\n\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\">no_dual3d.png</texture>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-33,5,280,280\" end=\"-84,-84,384,384\" time=\"100\">focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"-33,5,280,280\" start=\"-84,-84,384,384\" time=\"100\">unfocus</animation>\n\t\t\t</control>\n\t\t\t<control type=\"largeimage\">\n\t\t\t\t<left>-33</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>280</width>\n\t\t\t\t<height>280</height>\n\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\dual3d.png</texture>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-33,5,280,280\" end=\"-84,-84,384,384\" time=\"100\">focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"-33,5,280,280\" start=\"-84,-84,384,384\" time=\"100\">unfocus</animation>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<top>615</top>\n\t\t<width>1280</width>\n\t\t<height>36</height>\n\t\t<font>size_35</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view64.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames)\">Conditional</animation>\n\t</control>\n\t<control type=\"grouplist\">\n\t\t<left>0</left>\n\t\t<top>645</top>\n\t\t<width>1280</width>\n\t\t<itemgap>5</itemgap>\n\t\t<align>center</align>\n\t\t<orientation>horizontal</orientation>\n\t\t<visible>!ListItem.IsFolder</visible>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames)\">Conditional</animation>\n\t\t<control type=\"label\">\n\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t<height>30</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t<shadowcolor>colour.view64.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>$LOCALIZE[31186]</label>\n\t\t\t<visible>StringCompare(ListItem.ProgramCount,0)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t<height>30</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t<shadowcolor>colour.view64.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t<visible>StringCompare(ListItem.ProgramCount,1)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t<height>30</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t<shadowcolor>colour.view64.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1)</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t<height>30</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t<shadowcolor>colour.view64.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>- Has Trainer</label>\n\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t</control>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>64</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Resources_65_Slanted_Cases_3D_Carousel.xml",
    "content": "<!-- Resources_65_Slanted_Cases_3D_Carousel ID = 65 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(65) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart</include>\n\t<control type=\"group\">\n\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t<!-- On previous -->\n\t\t<control type=\"group\" id=\"6501\">\n\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t<animation effect=\"slide\" end=\"0,0\" reversible=\"false\" time=\"250\">Hidden</animation>\n\t\t\t<left>60</left>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"0\" time=\"0\">Visible</animation>\n\t\t\t\t<animation type=\"Hidden\" reversible=\"false\">\n\t\t\t\t\t<effect type=\"fade\" start=\"1\" end=\"100\" time=\"250\"/>\n\t\t\t\t\t<effect type=\"slide\" start=\"0,0\" end=\"120,0\" time=\"250\"/>\n\t\t\t\t</animation>\n\t\t\t\t<left>0</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-3).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"120,0\" time=\"250\">hidden</animation>\n\t\t\t\t<left>120</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-2).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"120,0\" time=\"250\">hidden</animation>\n\t\t\t\t<left>240</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-1).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"360,340,141,249\" end=\"486,280,188,327\" time=\"250\">hidden</animation>\n\t\t\t\t<left>360</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(0).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"486,280,188,327\" end=\"660,340,141,249\" time=\"250\">hidden</animation>\n\t\t\t\t<left>486</left>\n\t\t\t\t<top>280</top>\n\t\t\t\t<width>188</width>\n\t\t\t\t<height>327</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>188</width>\n\t\t\t\t\t<height>327</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>188</width>\n\t\t\t\t\t<height>327</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(1).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"120,0\" time=\"250\">hidden</animation>\n\t\t\t\t<left>660</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(2).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"120,0\" time=\"250\">hidden</animation>\n\t\t\t\t<left>780</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(3).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(65).OnPrevious</visible>\n\t\t\t\t<animation type=\"Hidden\" reversible=\"false\">\n\t\t\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"250\"/>\n\t\t\t\t\t<effect type=\"slide\" start=\"0,0\" end=\"120,0\" time=\"250\"/>\n\t\t\t\t</animation>\n\t\t\t\t<left>900</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(4).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<!-- On Next -->\n\t\t<control type=\"group\" id=\"6502\">\n\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t<animation effect=\"slide\" end=\"0,0\" reversible=\"false\" time=\"250\">Hidden</animation>\n\t\t\t<left>60</left>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t<animation type=\"Hidden\" reversible=\"false\">\n\t\t\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"250\"/>\n\t\t\t\t\t<effect type=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\"/>\n\t\t\t\t</animation>\n\t\t\t\t<left>120</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-4).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t<left>240</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-3).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t<left>360</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-2).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"486,280,188,327\" end=\"360,340,141,249\" time=\"250\">hidden</animation>\n\t\t\t\t<left>486</left>\n\t\t\t\t<top>280</top>\n\t\t\t\t<width>188</width>\n\t\t\t\t<height>327</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>188</width>\n\t\t\t\t\t<height>327</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>188</width>\n\t\t\t\t\t<height>327</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-1).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"660,340,141,249\" end=\"486,280,188,327\" time=\"250\">hidden</animation>\n\t\t\t\t<left>660</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(0).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t<left>780</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(1).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t<left>900</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(2).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>Container(65).OnNext</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"0\" time=\"0\">Visible</animation>\n\t\t\t\t<animation type=\"Hidden\" reversible=\"false\">\n\t\t\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"250\"/>\n\t\t\t\t\t<effect type=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\"/>\n\t\t\t\t</animation>\n\t\t\t\t<left>1020</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(3).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<!-- Static -->\n\t\t<control type=\"group\" id=\"6500\">\n\t\t\t<left>60</left>\n\t\t\t<visible>!Control.IsVisible(6501) + !Control.IsVisible(6502)</visible>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-500</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>0</width>\n\t\t\t\t<height>0</height>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>0</width>\n\t\t\t\t\t<height>0</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-4).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t<left>120</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-3).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t<left>240</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-2).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t<left>360</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(-1).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t<left>486</left>\n\t\t\t\t<top>280</top>\n\t\t\t\t<width>188</width>\n\t\t\t\t<height>327</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>188</width>\n\t\t\t\t\t<height>327</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>188</width>\n\t\t\t\t\t<height>327</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(0).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t<left>660</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(1).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t<left>780</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(2).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"-120,0\" time=\"250\">hidden</animation>\n\t\t\t\t<left>900</left>\n\t\t\t\t<top>340</top>\n\t\t\t\t<width>141</width>\n\t\t\t\t<height>249</height>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">no_icon.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>249</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(3).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-500</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>0</width>\n\t\t\t\t<height>0</height>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>0</width>\n\t\t\t\t\t<height>0</height>\n\t\t\t\t\t<aspectratio align=\"\" aligny=\"bottom\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[Container(65).ListItem(4).Synopsis_Resources]artwork\\icon.png</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>0</left>\n\t\t\t<top>605</top>\n\t\t\t<width>1280</width>\n\t\t\t<height>36</height>\n\t\t\t<font>size_40</font>\n\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t<shadowcolor>colour.view65.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<left>0</left>\n\t\t\t<top>640</top>\n\t\t\t<width>1280</width>\n\t\t\t<itemgap>5</itemgap>\n\t\t\t<align>center</align>\n\t\t\t<orientation>horizontal</orientation>\n\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t<shadowcolor>colour.view65.shadow</shadowcolor>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31186]</label>\n\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,0)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t<shadowcolor>colour.view65.shadow</shadowcolor>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,1)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t<shadowcolor>colour.view65.shadow</shadowcolor>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t<shadowcolor>colour.view65.shadow</shadowcolor>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>- Has Trainer</label>\n\t\t\t\t<visible>!IsEmpty(ListItem.overlay)</visible>\n\t\t\t</control>\n\t\t</control>\n\t</control>\n\t<control type=\"wraplist\" id=\"65\">\n\t\t<left>-295</left>\n\t\t<top>320</top>\n\t\t<width>1700</width>\n\t\t<height>471</height>\n\t\t<onleft>65</onleft>\n\t\t<onright>65</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view65\">bigwrap</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<focusposition>2</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout height=\"290\" width=\"414\">\n\t\t\t</itemlayout>\n\t\t<focusedlayout height=\"290\" width=\"414\">\n\t\t\t</focusedlayout>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>65</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Resources_68_CDs_Fixed.xml",
    "content": "<!-- Resources_68_CDs_Fixed ID = 68 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(68) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart</include>\n\t<control type=\"fixedlist\" id=\"68\">\n\t\t<left>190</left>\n\t\t<top>260</top>\n\t\t<width>1310</width>\n\t\t<height>480</height>\n\t\t<onleft>68</onleft>\n\t\t<onright>68</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view68\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>100</scrolltime>\n\t\t<focusposition>0</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout height=\"200\" width=\"144\">\n\t\t\t<control type=\"largeimage\">\n\t\t\t\t<left>-150</left>\n\t\t\t\t<top>195</top>\n\t\t\t\t<width>136</width>\n\t\t\t\t<height>136</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\">no_cd.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"largeimage\">\n\t\t\t\t<left>-150</left>\n\t\t\t\t<top>195</top>\n\t\t\t\t<width>136</width>\n\t\t\t\t<height>136</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\cd.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image.\">\n\t\t\t\t<left>-150</left>\n\t\t\t\t<top>335</top>\n\t\t\t\t<width>136</width>\n\t\t\t\t<height>136</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" flipy=\"true\" diffuse=\"views\\68\\cd_diffuse_cdview.png\">no_cd.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"largeimage.\">\n\t\t\t\t<left>-150</left>\n\t\t\t\t<top>335</top>\n\t\t\t\t<width>136</width>\n\t\t\t\t<height>136</height>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" flipy=\"true\" diffuse=\"views\\68\\cd_diffuse_cdview.png\">$INFO[listitem.Synopsis_Resources]artwork\\cd_small.jpg</texture>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"385\" width=\"265\"></focusedlayout>\n\t</control>\n\t<control type=\"group\">\n\t\t<left>37</left>\n\t\t<top>260</top>\n\t\t<control type=\"image\">\n\t\t\t<left>-10</left>\n\t\t\t<top>100</top>\n\t\t\t<width>275</width>\n\t\t\t<height>275</height>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<texture background=\"true\">no_cd.png</texture>\n\t\t\t<animation effect=\"rotate\" start=\"0\" end=\"-360\" center=\"auto\" time=\"15000\" loop=\"true\" condition=\"true\">conditional</animation>\n\t\t</control>\n\t\t<control type=\"largeimage\">\n\t\t\t<left>-10</left>\n\t\t\t<top>100</top>\n\t\t\t<width>275</width>\n\t\t\t<height>275</height>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<texture background=\"true\">$INFO[listitem.Synopsis_Resources]artwork\\cd.png</texture>\n\t\t\t<animation effect=\"rotate\" start=\"0\" end=\"-360\" center=\"auto\" time=\"15000\" loop=\"true\" condition=\"true\">conditional</animation>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>280</left>\n\t\t\t<top>353</top>\n\t\t\t<width>1030</width>\n\t\t\t<height>36</height>\n\t\t\t<font>size_35</font>\n\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t<shadowcolor>colour.view68.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames)\">Conditional</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames)\">Conditional</animation>\n\t\t</control>\n\t\t<control type=\"grouplist\">\n\t\t\t<left>280</left>\n\t\t\t<top>383</top>\n\t\t\t<width>1030</width>\n\t\t\t<height>36</height>\n\t\t\t<itemgap>5</itemgap>\n\t\t\t<align>left</align>\n\t\t\t<orientation>horizontal</orientation>\n\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames)\">Conditional</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames)\">Conditional</animation>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t<shadowcolor>colour.view68.shadow</shadowcolor>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31186]</label>\n\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,0)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t<shadowcolor>colour.view68.shadow</shadowcolor>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t\t\t<visible>StringCompare(ListItem.ProgramCount,1)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t<shadowcolor>colour.view68.shadow</shadowcolor>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<width min=\"0\" max=\"640\">auto</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t\t<shadowcolor>colour.view68.shadow</shadowcolor>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>- Has Trainer</label>\n\t\t\t\t<visible>!IsEmpty(listitem.overlay)</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<!-- Flipped images -->\n\t\t<control type=\"image\">\n\t\t\t<left>-10</left>\n\t\t\t<top>385</top>\n\t\t\t<width>275</width>\n\t\t\t<height>275</height>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<texture background=\"true\" flipy=\"true\" diffuse=\"views\\68\\cd_diffuse_cdview_focus.png\">$INFO[listitem.Synopsis_Resources]artwork\\cd_small.jpg</texture>\n\t\t\t<animation effect=\"rotate\" start=\"0\" end=\"360\" center=\"auto\" time=\"15000\" loop=\"true\" condition=\"true\">conditional</animation>\n\t\t</control>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>68</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>\n"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Standard_50_Posters_Carousel.xml",
    "content": "<!-- Standard_50_Posters_Carousel ID = 50 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(50) + ![Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart</include>\n\t<control type=\"fixedlist\" id=\"50\">\n\t\t<left>0</left>\n\t\t<top>303</top>\n\t\t<width>1380</width>\n\t\t<height>460</height>\n\t\t<onleft>50</onleft>\n\t\t<onright>50</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view50\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<focusposition>3</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"283\" width=\"200\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-60</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>30</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>30</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"283\" width=\"200\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-60</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>30</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,30,25,25\" end=\"-10,-5,30,30\" time=\"120\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,30,25,25\" start=\"-10,-5,30,30\" time=\"120\">unfocus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>30</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,30,25,25\" end=\"-10,-5,30,30\" time=\"120\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,30,25,25\" start=\"-10,-5,30,30\" time=\"120\">unfocus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\" border=\"5\">views\\50\\poster-border.png</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-20,-42,240,340\" time=\"120\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"283\" width=\"200\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-60</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View50_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>30</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>30</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"283\" width=\"200\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-60</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View50_Thumbs]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>30</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,30,25,25\" end=\"-10,-5,30,30\" time=\"120\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,30,25,25\" start=\"-10,-5,30,30\" time=\"120\">unfocus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>30</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,30,25,25\" end=\"-10,-5,30,30\" time=\"120\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,30,25,25\" start=\"-10,-5,30,30\" time=\"120\">unfocus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(50).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\" border=\"5\">views\\50\\poster-border.png</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-20,-42,240,340\" time=\"120\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<bottom>64</bottom>\n\t\t<width>1280</width>\n\t\t<height>36</height>\n\t\t<font>size_35</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view50.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>50</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Standard_51_Posters_Carousel_Small.xml",
    "content": "<!-- Standard_51_Posters_Carousel_Small ID = 51 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(51) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart</include>\n\t<control type=\"group\">\n\t\t<animation effect=\"zoom\" reversable=\"true\" start=\"0\" end=\"80\" time=\"0\" condition=\"Control.IsVisible(51)\">Conditional</animation>\n\t\t<control type=\"fixedlist\" id=\"51\">\n\t\t\t<left>0</left>\n\t\t\t<top>460</top>\n\t\t\t<width>1700</width>\n\t\t\t<height>460</height>\n\t\t\t<onleft>51</onleft>\n\t\t\t<onright>51</onright>\n\t\t\t<onup>9000</onup>\n\t\t\t<ondown>90</ondown>\n\t\t\t<viewtype label=\"view51\">biglist</viewtype>\n\t\t\t<pagecontrol>90</pagecontrol>\n\t\t\t<scrolltime>230</scrolltime>\n\t\t\t<focusposition>4</focusposition>\n\t\t\t<orientation>horizontal</orientation>\n\t\t\t<preloaditems>2</preloaditems>\n\t\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"283\" width=\"200\">\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>-100</left>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</itemlayout>\n\t\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"283\" width=\"200\">\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>-100</left>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,30,25,25\" end=\"-10,-5,30,30\" time=\"120\">focus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,30,25,25\" start=\"-10,-5,30,30\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,30,25,25\" end=\"-10,-5,30,30\" time=\"120\">focus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,30,25,25\" start=\"-10,-5,30,30\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\" border=\"5\">views\\50\\poster-border.png</texture>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-20,-42,240,340\" time=\"120\">focus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</focusedlayout>\n\t\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"283\" width=\"200\">\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>-100</left>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View51_Thumbs]</texture>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</itemlayout>\n\t\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"283\" width=\"200\">\n\t\t\t\t<control type=\"group\">\n\t\t\t\t\t<left>-100</left>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View51_Thumbs]</texture>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-15,-37,230,330\" time=\"120\">focus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,0,200,283\" start=\"-15,-37,230,330\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,30,25,25\" end=\"-10,-5,30,30\" time=\"120\">focus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,30,25,25\" start=\"-10,-5,30,30\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>5</left>\n\t\t\t\t\t\t<top>30</top>\n\t\t\t\t\t\t<width>25</width>\n\t\t\t\t\t\t<height>25</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,30,25,25\" end=\"-10,-5,30,30\" time=\"120\">focus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,30,25,25\" start=\"-10,-5,30,30\" time=\"120\">unfocus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(51).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>200</width>\n\t\t\t\t\t\t<height>283</height>\n\t\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\50\\diffuse.png\" border=\"5\">views\\50\\poster-border.png</texture>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,0,200,283\" end=\"-20,-42,240,340\" time=\"120\">focus</animation>\n\t\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t\t\t</control>\n\t\t\t\t</control>\n\t\t\t</focusedlayout>\n\t\t</control>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<bottom>64</bottom>\n\t\t<width>1280</width>\n\t\t<height>36</height>\n\t\t<font>size_35</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view51.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>51</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Standard_52_Squares_Carousel.xml",
    "content": "<!-- Standard_52_Squares_Carousel ID = 52 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(52) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Fanart</include>\n\t<include>Game.Views</include>\n\t<control type=\"fixedlist\" id=\"52\">\n\t\t<left>0</left>\n\t\t<top>355</top>\n\t\t<width>1380</width>\n\t\t<height>460</height>\n\t\t<onleft>52</onleft>\n\t\t<onright>52</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view52\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<focusposition>3</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"428\" width=\"216\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-116</left>\n\t\t\t\t<top>20</top>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>7</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>204</width>\n\t\t\t\t\t<height>204</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\">no_loginIcon.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>7</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>204</width>\n\t\t\t\t\t<height>204</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>8</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"428\" width=\"216\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-116</left>\n\t\t\t\t<top>20</top>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>7</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>204</width>\n\t\t\t\t\t<height>204</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\">no_loginIcon.jpg</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"7,5,204,204\" end=\"3,1,212,212\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"7,5,204,204\" start=\"3,1,212,212\" time=\"200\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>7</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>204</width>\n\t\t\t\t\t<height>204</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"7,5,204,204\" end=\"3,1,212,212\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"7,5,204,204\" start=\"3,1,212,212\" time=\"200\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>8</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,8,25,25\" end=\"2,0,30,30\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,8,25,25\" start=\"2,0,30,30\" time=\"200\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>7</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>204</width>\n\t\t\t\t\t<height>204</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\" border=\"5\">views\\52\\poster-border.png</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"2,0,214,214\" end=\"-2,-4,222,222\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(hideloginborder)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"428\" width=\"216\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-116</left>\n\t\t\t\t<top>20</top>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>7</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>204</width>\n\t\t\t\t\t<height>204</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\">no_loginIcon.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>7</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>204</width>\n\t\t\t\t\t<height>204</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>7</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>204</width>\n\t\t\t\t\t<height>204</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\52\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>8</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"428\" width=\"216\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-116</left>\n\t\t\t\t<top>20</top>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>7</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>204</width>\n\t\t\t\t\t<height>204</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\">no_loginIcon.jpg</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"7,5,204,204\" end=\"3,1,212,212\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"7,5,204,204\" start=\"3,1,212,212\" time=\"200\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>7</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>204</width>\n\t\t\t\t\t<height>204</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"7,5,204,204\" end=\"3,1,212,212\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"7,5,204,204\" start=\"3,1,212,212\" time=\"200\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"largeimage\">\n\t\t\t\t\t<left>7</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>204</width>\n\t\t\t\t\t<height>204</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\52\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\poster.jpg</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"7,5,204,204\" end=\"3,1,212,212\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"7,5,204,204\" start=\"3,1,212,212\" time=\"200\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>8</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,8,25,25\" end=\"2,0,30,30\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,8,25,25\" start=\"2,0,30,30\" time=\"200\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>7</left>\n\t\t\t\t\t<top>5</top>\n\t\t\t\t\t<width>204</width>\n\t\t\t\t\t<height>204</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\52\\diffuse.png\" border=\"5\">views\\52\\poster-border.png</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"2,0,214,214\" end=\"-2,-4,222,222\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\">unfocus</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(hideloginborder)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<bottom>79</bottom>\n\t\t<width>1280</width>\n\t\t<height>36</height>\n\t\t<font>size_35</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view52.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<top>640</top>\n\t\t<width>1280</width>\n\t\t<height>30</height>\n\t\t<font>size_15</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view52.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>$LOCALIZE[31186]</label>\n\t\t<visible>StringCompare(ListItem.ProgramCount,0) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<top>640</top>\n\t\t<width>1280</width>\n\t\t<height>30</height>\n\t\t<font>size_15</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view52.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t<visible>StringCompare(ListItem.ProgramCount,1) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<top>640</top>\n\t\t<width>1280</width>\n\t\t<height>30</height>\n\t\t<font>size_15</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view52.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>52</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Standard_59_Posters_Gap_Carousel.xml",
    "content": "<!-- Standard_59_Posters_Gap_Carousel ID = 59 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(59) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart</include>\n\t<control type=\"fixedlist\" id=\"59\">\n\t\t<left>0</left>\n\t\t<top>320</top>\n\t\t<width>1280</width>\n\t\t<height>460</height>\n\t\t<onleft>59</onleft>\n\t\t<onright>59</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view59\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<focusposition>1</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"290\" width=\"414\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>125.5</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t<top>286</top>\n\t\t\t\t\t<width>220</width>\n\t\t\t\t\t<height>7</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t<texture background=\"true\">views\\59\\poster_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>33</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"290\" width=\"414\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>125.5</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t<top>286</top>\n\t\t\t\t\t<width>220</width>\n\t\t\t\t\t<height>7</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">views\\59\\poster_shadow.png</texture>\n\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-10,286,220,7\" end=\"-28,290,256,8\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"-10,286,220,7\" start=\"-28,290,256,8\" time=\"100\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,35,25,25\" end=\"-5,3,30,30\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,35,25,25\" start=\"-5,3,30,30\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,55,25,25\" end=\"-5,26,30,30\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,55,25,25\" start=\"-5,26,30,30\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"290\" width=\"414\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>125.5</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t<top>286</top>\n\t\t\t\t\t<width>220</width>\n\t\t\t\t\t<height>7</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t<texture background=\"true\">views\\59\\poster_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View59_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>33</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"290\" width=\"414\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>125.5</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t<top>286</top>\n\t\t\t\t\t<width>220</width>\n\t\t\t\t\t<height>7</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">views\\59\\poster_shadow.png</texture>\n\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-10,286,220,7\" end=\"-28,290,256,8\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"-10,286,220,7\" start=\"-28,290,256,8\" time=\"100\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View59_Thumbs]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,35,25,25\" end=\"-5,3,30,30\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,35,25,25\" start=\"-5,3,30,30\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,55,25,25\" end=\"-5,26,30,30\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,55,25,25\" start=\"-5,26,30,30\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<bottom>59</bottom>\n\t\t<width>1280</width>\n\t\t<height>36</height>\n\t\t<font>size_35</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view59.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>59</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Standard_60_Posters_Gap_Carousel_Small.xml",
    "content": "<!-- Standard_60_Posters_Gap_Carousel_Small ID = 60 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(60) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart</include>\n\t<control type=\"fixedlist\" id=\"60\">\n\t\t<animation effect=\"zoom\" reversable=\"true\" start=\"0\" end=\"81\" time=\"0\" condition=\"Control.IsVisible(60)\">Conditional</animation>\n\t\t<left>0</left>\n\t\t<top>472</top>\n\t\t<width>1700</width>\n\t\t<height>460</height>\n\t\t<onleft>60</onleft>\n\t\t<onright>60</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view60\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<focusposition>2</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"290\" width=\"414\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-138.5</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t<top>286</top>\n\t\t\t\t\t<width>220</width>\n\t\t\t\t\t<height>7</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t<texture background=\"true\">views\\59\\poster_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>33</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"290\" width=\"414\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-138.5</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t<top>286</top>\n\t\t\t\t\t<width>220</width>\n\t\t\t\t\t<height>7</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">views\\59\\poster_shadow.png</texture>\n\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-10,286,220,7\" end=\"-28,290,256,8\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"-10,286,220,7\" start=\"-28,290,256,8\" time=\"100\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,35,25,25\" end=\"-5,3,30,30\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,35,25,25\" start=\"-5,3,30,30\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,55,25,25\" end=\"-5,26,30,30\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,55,25,25\" start=\"-5,26,30,30\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"290\" width=\"414\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-138.5</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t<top>286</top>\n\t\t\t\t\t<width>220</width>\n\t\t\t\t\t<height>7</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t<texture background=\"true\">views\\59\\poster_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View59_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>33</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"290\" width=\"414\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-138.5</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t<top>286</top>\n\t\t\t\t\t<width>220</width>\n\t\t\t\t\t<height>7</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">views\\59\\poster_shadow.png</texture>\n\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-10,286,220,7\" end=\"-28,290,256,8\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"-10,286,220,7\" start=\"-28,290,256,8\" time=\"100\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>7</top>\n\t\t\t\t\t<width>200</width>\n\t\t\t\t\t<height>283</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\59\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View59_Thumbs]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,7,200,283\" end=\"-17,-36,234,330\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,7,200,283\" start=\"-17,-36,234,330\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,35,25,25\" end=\"-5,3,30,30\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,35,25,25\" start=\"-5,3,30,30\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>10</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"10,55,25,25\" end=\"-5,26,30,30\" time=\"100\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"10,55,25,25\" start=\"-5,26,30,30\" time=\"100\">unfocus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,23\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(59).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<bottom>59</bottom>\n\t\t<width>1280</width>\n\t\t<height>36</height>\n\t\t<font>size_35</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view60.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>60</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Standard_66_PS4_Lower.xml",
    "content": "<!-- Standard_66_PS4_Lower ID = 66 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(66) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart</include>\n\t<control type=\"fixedlist\" id=\"66\">\n\t\t<left>0</left>\n\t\t<top>360</top>\n\t\t<width>1380</width>\n\t\t<height>430</height>\n\t\t<onleft>66</onleft>\n\t\t<onright>66</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view66\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<focusposition>2</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"147\" width=\"149\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-86</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>3</left>\n\t\t\t\t\t<top>90</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>141</height>\n\t\t\t\t\t<aspectratio aligny=\"middle\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\66\\diffuse.png\">no_loginIcon.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>92</top>\n\t\t\t\t\t<width>137</width>\n\t\t\t\t\t<height>137</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio aligny=\"middle\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\66\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>!Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"147\" width=\"149\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-86</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>3</left>\n\t\t\t\t\t<top>90</top>\n\t\t\t\t\t<width>141</width>\n\t\t\t\t\t<height>141</height>\n\t\t\t\t\t<aspectratio aligny=\"middle\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\66\\diffuse.png\">no_loginIcon.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>92</top>\n\t\t\t\t\t<width>137</width>\n\t\t\t\t\t<height>137</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio aligny=\"middle\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\66\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>!Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>92</top>\n\t\t\t\t\t<width>137</width>\n\t\t\t\t\t<height>137</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio aligny=\"middle\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\66\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>92</top>\n\t\t\t\t\t<width>137</width>\n\t\t\t\t\t<height>137</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio aligny=\"middle\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\66\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View66_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout height=\"286\" width=\"258\">\n\t\t\t\t\t\t</focusedlayout>\n\t</control>\n\t<control type=\"group\">\n\t\t<left>212</left>\n\t\t<top>360</top>\n\t\t<control type=\"image\">\n\t\t\t<left>8</left>\n\t\t\t<top>0</top>\n\t\t\t<width>240</width>\n\t\t\t<height>286</height>\n\t\t\t<aspectratio aligny=\"top\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t<texture diffuse=\"views\\66\\diffuse_large.png\">no_loginIcon.jpg</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>13</left>\n\t\t\t<top>5</top>\n\t\t\t<width>230</width>\n\t\t\t<height>276</height>\n\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t<aspectratio aligny=\"top\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t<texture background=\"true\" diffuse=\"views\\66\\diffuse_large.png\">$INFO[listitem.icon]</texture>\n\t\t\t<visible>!Skin.HasSetting(_resourcesenabled)</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>13</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>230</width>\n\t\t\t\t<height>276</height>\n\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t<aspectratio aligny=\"top\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\66\\diffuse_large.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>13</left>\n\t\t\t\t<top>5</top>\n\t\t\t\t<width>230</width>\n\t\t\t\t<height>276</height>\n\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t<aspectratio aligny=\"top\" scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\66\\diffuse_large.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View66_Thumbs]</texture>\n\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>13</left>\n\t\t\t<top>250</top>\n\t\t\t<width>230</width>\n\t\t\t<height>31</height>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<texture background=\"true\" diffuse=\"views\\66\\diffuse_name_underlay.png\">views\\66\\name_underlay.png</texture>\n\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>210</left>\n\t\t\t<top>253</top>\n\t\t\t<width>25</width>\n\t\t\t<height>25</height>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(66).OnScrollNext\">Conditional</animation>\n\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(66).OnScrollPrevious\">Conditional</animation>\n\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator) + !ListItem.IsFolder</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>20</left>\n\t\t\t<top>253</top>\n\t\t\t<width>25</width>\n\t\t\t<height>25</height>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(66).OnScrollNext\">Conditional</animation>\n\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(66).OnScrollPrevious\">Conditional</animation>\n\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator) + !ListItem.IsFolder</visible>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>13</left>\n\t\t\t<top>250</top>\n\t\t\t<width>230</width>\n\t\t\t<height>31</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>colour.view66.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view66.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>[UPPERCASE]$LOCALIZE[31186][/UPPERCASE]</label>\n\t\t\t<visible>StringCompare(ListItem.ProgramCount,0) + !ListItem.IsFolder</visible>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !ListItem.IsFolder\">Conditional</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + ListItem.IsFolder\">Conditional</animation>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>13</left>\n\t\t\t<top>250</top>\n\t\t\t<width>230</width>\n\t\t\t<height>31</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>colour.view66.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view66.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>[UPPERCASE]$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]][/UPPERCASE]</label>\n\t\t\t<visible>StringCompare(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !ListItem.IsFolder\">Conditional</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + ListItem.IsFolder\">Conditional</animation>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>13</left>\n\t\t\t<top>250</top>\n\t\t\t<width>230</width>\n\t\t\t<height>31</height>\n\t\t\t<font>size_15</font>\n\t\t\t<textcolor>colour.view66.info.label</textcolor>\n\t\t\t<shadowcolor>colour.view66.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<align>center</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>[UPPERCASE]$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]][/UPPERCASE]</label>\n\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1) + !ListItem.IsFolder</visible>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !ListItem.IsFolder\">Conditional</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + ListItem.IsFolder\">Conditional</animation>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>270</left>\n\t\t\t<top>240</top>\n\t\t\t<width>1040</width>\n\t\t\t<height>36</height>\n\t\t\t<font>size_35</font>\n\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t<shadowcolor>colour.view66.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !ListItem.IsFolder\">Conditional</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + ListItem.IsFolder\">Conditional</animation>\n\t\t</control>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>66</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Standard_67_Fixed_Poster.xml",
    "content": "<!-- Standard_67_Fixed_Poster ID = 67 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(67) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart</include>\n\t<control type=\"fixedlist\" id=\"67\">\n\t\t<left>275</left>\n\t\t<top>260</top>\n\t\t<width>1280</width>\n\t\t<height>480</height>\n\t\t<onleft>67</onleft>\n\t\t<onright>67</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view67\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>130</scrolltime>\n\t\t<focusposition>0</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"190\" width=\"144\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-109</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-4</left>\n\t\t\t\t\t<top>331</top>\n\t\t\t\t\t<width>143</width>\n\t\t\t\t\t<height>8</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\67\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\67\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>2</left>\n\t\t\t\t\t<top>165</top>\n\t\t\t\t\t<width>18</width>\n\t\t\t\t\t<height>18</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>2</left>\n\t\t\t\t\t<top>165</top>\n\t\t\t\t\t<width>18</width>\n\t\t\t\t\t<height>18</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,15\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"190\" width=\"144\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-109</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-4</left>\n\t\t\t\t\t<top>331</top>\n\t\t\t\t\t<width>143</width>\n\t\t\t\t\t<height>8</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\67\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\67\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>2</left>\n\t\t\t\t\t<top>165</top>\n\t\t\t\t\t<width>18</width>\n\t\t\t\t\t<height>18</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>2</left>\n\t\t\t\t\t<top>165</top>\n\t\t\t\t\t<width>18</width>\n\t\t\t\t\t<height>18</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,15\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"190\" width=\"144\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-109</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-4</left>\n\t\t\t\t\t<top>331</top>\n\t\t\t\t\t<width>143</width>\n\t\t\t\t\t<height>8</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\67\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\67\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View67_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>2</left>\n\t\t\t\t\t<top>165</top>\n\t\t\t\t\t<width>18</width>\n\t\t\t\t\t<height>18</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>2</left>\n\t\t\t\t\t<top>165</top>\n\t\t\t\t\t<width>18</width>\n\t\t\t\t\t<height>18</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,15\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"190\" width=\"144\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-109</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-4</left>\n\t\t\t\t\t<top>331</top>\n\t\t\t\t\t<width>143</width>\n\t\t\t\t\t<height>8</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>views\\67\\listview_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture diffuse=\"views\\67\\diffuse.png\">no_poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>145</top>\n\t\t\t\t\t<width>136</width>\n\t\t\t\t\t<height>190</height>\n\t\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View67_Thumbs]</texture>\n\t\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>2</left>\n\t\t\t\t\t<top>165</top>\n\t\t\t\t\t<width>18</width>\n\t\t\t\t\t<height>18</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>2</left>\n\t\t\t\t\t<top>165</top>\n\t\t\t\t\t<width>18</width>\n\t\t\t\t\t<height>18</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,15\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n\t<control type=\"group\">\n\t\t<left>37</left>\n\t\t<top>260</top>\n\t\t<control type=\"image\">\n\t\t\t<left>-20</left>\n\t\t\t<top>380</top>\n\t\t\t<width>295</width>\n\t\t\t<height>11</height>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<colordiffuse>FF000000</colordiffuse>\n\t\t\t<texture>views\\67\\listview_shadow.png</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>-10</left>\n\t\t\t<top>0</top>\n\t\t\t<width>275</width>\n\t\t\t<height>385</height>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<texture diffuse=\"views\\67\\diffuse_large.png\">no_poster.jpg</texture>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>-10</left>\n\t\t\t<top>0</top>\n\t\t\t<width>275</width>\n\t\t\t<height>385</height>\n\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse_large.png\">$INFO[listitem.icon]</texture>\n\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t<visible>ListItem.IsFolder</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>-10</left>\n\t\t\t<top>0</top>\n\t\t\t<width>275</width>\n\t\t\t<height>385</height>\n\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse_large.png\">$INFO[listitem.icon]</texture>\n\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t<visible>!ListItem.IsFolder</visible>\n\t\t</control>\n\t\t<control type=\"group\">\n\t\t\t<visible>Skin.HasSetting(_resourcesenabled)</visible>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>-10</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>275</width>\n\t\t\t\t<height>385</height>\n\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse_large.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t<visible>ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>-10</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>275</width>\n\t\t\t\t<height>385</height>\n\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t<aspectratio scalediffuse=\"false\">keep</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse_large.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t<visible>!ListItem.IsFolder + IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>-10</left>\n\t\t\t\t<top>0</top>\n\t\t\t\t<width>275</width>\n\t\t\t\t<height>385</height>\n\t\t\t\t<fadetime>ThumbCrossfadeTime</fadetime>\n\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t<texture background=\"true\" diffuse=\"views\\67\\diffuse_large.png\">$INFO[listitem.Synopsis_Resources]artwork\\$VAR[View67_Thumbs]</texture>\n\t\t\t\t<visible>!IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"label\">\n\t\t\t<left>280</left>\n\t\t\t<top>353</top>\n\t\t\t<width>1030</width>\n\t\t\t<height>36</height>\n\t\t\t<font>size_35</font>\n\t\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t\t<shadowcolor>colour.view67.shadow</shadowcolor>\n\t\t\t<scroll>true</scroll>\n\t\t\t<align>left</align>\n\t\t\t<aligny>center</aligny>\n\t\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>40</top>\n\t\t\t<width>35</width>\n\t\t\t<height>35</height>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<texture>overlay-watched.png</texture>\n\t\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,0)</visible>\n\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t<visible>!Skin.HasSetting(HidePlayedIndicator)</visible>\n\t\t</control>\n\t\t<control type=\"image\">\n\t\t\t<left>0</left>\n\t\t\t<top>40</top>\n\t\t\t<width>35</width>\n\t\t\t<height>35</height>\n\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t<animation reversible=\"false\" effect=\"slide\" start=\"0,0\" end=\"0,30\" time=\"0\" condition=\"!Skin.HasSetting(HidePlayedIndicator) + IntegerGreaterThan(ListItem.ProgramCount,0)\">Conditional</animation>\n\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollNext\">Conditional</animation>\n\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Container(67).OnScrollPrevious\">Conditional</animation>\n\t\t\t<visible>!Skin.HasSetting(HideTrainerIndicator)</visible>\n\t\t</control>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>67</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/skins/Profile/xml/views/Standard_70_Squares_Carousel_Alt.xml",
    "content": "<!-- Standard_70_Squares_Carousel_Alt ID = 70 -->\n<control type=\"group\">\n\t<visible>Control.IsVisible(70) + ![Control.IsVisible(50) | Window.IsActive(1101)]</visible>\n\t<include>Game.Views</include>\n\t<include>Fanart</include>\n\t<control type=\"fixedlist\" id=\"70\">\n\t\t<left>0</left>\n\t\t<top>375</top>\n\t\t<width>1380</width>\n\t\t<height>460</height>\n\t\t<onleft>70</onleft>\n\t\t<onright>70</onright>\n\t\t<onup>9000</onup>\n\t\t<ondown>90</ondown>\n\t\t<viewtype label=\"view70\">biglist</viewtype>\n\t\t<pagecontrol>90</pagecontrol>\n\t\t<scrolltime>230</scrolltime>\n\t\t<focusposition>2</focusposition>\n\t\t<orientation>horizontal</orientation>\n\t\t<preloaditems>2</preloaditems>\n\t\t<itemlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"428\" width=\"322\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-96.5</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t<top>213</top>\n\t\t\t\t\t<width>205</width>\n\t\t\t\t\t<height>14</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t<texture background=\"true\">views\\70\\poster_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>185</width>\n\t\t\t\t\t<height>185</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\70\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>38</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout condition=\"!Skin.HasSetting(_resourcesenabled)\" height=\"428\" width=\"322\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-96.5</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t<top>213</top>\n\t\t\t\t\t<width>205</width>\n\t\t\t\t\t<height>14</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">views\\70\\poster_shadow.png</texture>\n\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-10,213,205,14\" end=\"-27.5,5,240,14\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"-10,213,205,14\" start=\"-27.5,5,240,14\" time=\"200\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>185</width>\n\t\t\t\t\t<height>185</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\70\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,35,185,185\" end=\"-17.5,0,220,220\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,35,185,185\" start=\"-17.5,0,220,220\" time=\"200\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>38</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,38,25,25\" end=\"-13,4,30,30\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,38,25,25\" start=\"-13,4,30,30\" time=\"200\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t\t<itemlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"428\" width=\"322\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-96.5</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t<top>213</top>\n\t\t\t\t\t<width>205</width>\n\t\t\t\t\t<height>14</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t<texture background=\"true\">views\\70\\poster_shadow.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>185</width>\n\t\t\t\t\t<height>185</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\70\\diffuse.png\">no_loginIcon.jpg</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>185</width>\n\t\t\t\t\t<height>185</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\70\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>185</width>\n\t\t\t\t\t<height>185</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\70\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\poster.jpg</texture>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</itemlayout>\n\t\t<focusedlayout condition=\"Skin.HasSetting(_resourcesenabled)\" height=\"428\" width=\"322\">\n\t\t\t<control type=\"group\">\n\t\t\t\t<left>-96.5</left>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>-10</left>\n\t\t\t\t\t<top>213</top>\n\t\t\t\t\t<width>205</width>\n\t\t\t\t\t<height>14</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture background=\"true\">views\\70\\poster_shadow.png</texture>\n\t\t\t\t\t<colordiffuse>F0FFFFFF</colordiffuse>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"-10,213,205,14\" end=\"-27.5,5,240,14\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"-10,213,205,14\" start=\"-27.5,5,240,14\" time=\"200\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>185</width>\n\t\t\t\t\t<height>185</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\70\\diffuse.png\">no_loginIcon.jpg</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,35,185,185\" end=\"-17.5,0,220,220\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,35,185,185\" start=\"-17.5,0,220,220\" time=\"200\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>185</width>\n\t\t\t\t\t<height>185</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\70\\diffuse.png\">$INFO[listitem.icon]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,35,185,185\" end=\"-17.5,0,220,220\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,35,185,185\" start=\"-17.5,0,220,220\" time=\"200\">unfocus</animation>\n\t\t\t\t\t<visible>IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>35</top>\n\t\t\t\t\t<width>185</width>\n\t\t\t\t\t<height>185</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">scale</aspectratio>\n\t\t\t\t\t<texture background=\"true\" diffuse=\"views\\70\\diffuse.png\">$INFO[listitem.Synopsis_Resources]artwork\\poster.jpg</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"0,35,185,185\" end=\"-17.5,0,220,220\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"0,35,185,185\" start=\"-17.5,0,220,220\" time=\"200\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>5</left>\n\t\t\t\t\t<top>38</top>\n\t\t\t\t\t<width>25</width>\n\t\t\t\t\t<height>25</height>\n\t\t\t\t\t<aspectratio scalediffuse=\"false\">stretch</aspectratio>\n\t\t\t\t\t<texture>$INFO[listitem.overlay]</texture>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" start=\"5,38,25,25\" end=\"-13,4,30,30\" time=\"200\">focus</animation>\n\t\t\t\t\t<animation reversible=\"false\" effect=\"zoom\" end=\"5,38,25,25\" start=\"-13,4,30,30\" time=\"200\">unfocus</animation>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</focusedlayout>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<bottom>79</bottom>\n\t\t<width>1280</width>\n\t\t<height>36</height>\n\t\t<font>size_35</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view70.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<top>640</top>\n\t\t<width>1280</width>\n\t\t<height>30</height>\n\t\t<font>size_15</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view70.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>$LOCALIZE[31186]</label>\n\t\t<visible>StringCompare(ListItem.ProgramCount,0) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<top>640</top>\n\t\t<width>1280</width>\n\t\t<height>30</height>\n\t\t<font>size_15</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view70.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31188]]</label>\n\t\t<visible>StringCompare(ListItem.ProgramCount,1) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t</control>\n\t<control type=\"label\">\n\t\t<left>0</left>\n\t\t<top>640</top>\n\t\t<width>1280</width>\n\t\t<height>30</height>\n\t\t<font>size_15</font>\n\t\t<textcolor>$VAR[Alt_Label_Colour]</textcolor>\n\t\t<shadowcolor>colour.view70.shadow</shadowcolor>\n\t\t<scroll>true</scroll>\n\t\t<align>center</align>\n\t\t<aligny>center</aligny>\n\t\t<label>$LOCALIZE[31187] $INFO[ListItem.ProgramCount,, $LOCALIZE[31189]]</label>\n\t\t<visible>IntegerGreaterThan(ListItem.ProgramCount,1) + !IsEmpty(listitem.Synopsis_Resources)</visible>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidefoldernames) + !IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"0\" condition=\"Skin.HasSetting(hidegamenames) + IsEmpty(listitem.Synopsis_Resources)\">Conditional</animation>\n\t</control>\n\t<control type=\"scrollbar\" id=\"90\">\n\t\t<onup>70</onup>\n\t\t<include>View.ScrollBar.Horizontal</include>\n\t</control>\n</control>"
  },
  {
    "path": "Mod Files/system/UserData/LCD.xml",
    "content": "<lcd>\r\n\t\t<navigation>\r\n\t\t\t\t<line>$INFO[System.CurrentWindow]</line>\r\n\t\t\t\t<line>$INFO[System.CurrentControl]</line>\r\n\t\t\t\t<line>Freemem: $INFO[System.FreeMemory]</line>\r\n\t\t\t\t<line>$INFO[System.ScreenWidth]x$INFO[System.ScreenHeight] $INFO[System.ScreenMode]</line>\r\n\t\t</navigation>\r\n\t\t<music>\r\n\t\t\t\t<line>$INFO[LCD.PlayIcon] $INFO[Player.Time]/$INFO[Player.Duration]</line>\r\n\t\t\t\t<line>$INFO[MusicPlayer.Title]</line>\r\n\t\t\t\t<line>$INFO[MusicPlayer.Artist]</line>\r\n\t\t\t\t<line>$INFO[MusicPlayer.Album] ($INFO[MusicPlayer.Year])</line>\r\n\t\t</music>\r\n\t\t<video>\r\n\t\t\t\t<line>$INFO[LCD.PlayIcon] $INFO[Player.Time]/$INFO[Player.Duration]</line>\r\n\t\t\t\t<line>$INFO[VideoPlayer.Title]</line>\r\n\t\t\t\t<line>$INFO[VideoPlayer.Genre]</line>\r\n\t\t\t\t<line>$INFO[LCD.ProgressBar]</line>\r\n\t\t\t\t<line>Freemem: $INFO[System.FreeMemory]</line>\r\n\t\t</video>\r\n\t\t<general>\r\n\t\t\t\t<line>XBMC4Gamers running.</line>\r\n\t\t\t\t<line>$INFO[System.Time] $INFO[System.Date]</line>\r\n\t\t\t\t<line>Freemem: $INFO[System.FreeMemory]</line>\r\n\t\t\t\t<line>$INFO[System.ScreenWidth]x$INFO[System.ScreenHeight] $INFO[System.ScreenMode]</line>\r\n\t\t</general>\r\n\t\t<screensaver>\r\n\t\t\t\t<line>$INFO[System.CurrentWindow]</line>\r\n\t\t\t\t<line>$INFO[LCD.TimeWide21]</line>\r\n\t\t\t\t<line>$INFO[LCD.TimeWide22]</line>\r\n\t\t\t\t<line>Freemem: $INFO[System.FreeMemory]</line>\r\n\t\t</screensaver>\r\n\t\t<xbelaunch>\r\n\t\t\t\t<line>\r\n\t\t\t\t</line>\r\n\t\t\t\t<line>Playing</line>\r\n\t\t\t\t<line>$INFO[System.LaunchXBE]</line>\r\n\t\t</xbelaunch>\r\n</lcd>"
  },
  {
    "path": "Mod Files/system/UserData/RssFeeds.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<rssfeeds>\n  <!-- RSS feeds. To have multiple feeds, just add a feed to the set. You can also have multiple sets. \t!-->\n  <!-- To use different sets in your skin, each must be called from skin with a unique id.             \t!-->\n  <set id=\"1\">\n    <feed updateinterval=\"30\">http://feeds.feedburner.com/xbmc4xbox</feed>\n  </set>\n</rssfeeds>\n"
  },
  {
    "path": "Mod Files/system/UserData/advancedsettings.xml",
    "content": "<advancedsettings>\r\n\t<loglevel hide=\"true\">-1</loglevel>\r\n\t<nodvdrom>false</nodvdrom>\r\n\t<splash>true</splash>\r\n\t<images>\r\n\t\t<_resources>\r\n\t\t\t<banner>448x84</banner>\r\n\t\t\t<cd>256x256</cd>\r\n\t\t\t<cd_small>64x64</cd_small>\r\n\t\t\t<cdposter>200x283</cdposter>\r\n\t\t\t<dual3d>256x256</dual3d>\r\n\t\t\t<fanart>640x360</fanart>\r\n\t\t\t<fanart_blur>220x124</fanart_blur>\r\n\t\t\t<fanart_thumb>360x203</fanart_thumb>\r\n\t\t\t<fog>8x8</fog>\r\n\t\t\t<icon>149x263</icon>\r\n\t\t\t<opencase>149x263</opencase>\r\n\t\t\t<poster>200x283</poster>\r\n\t\t\t<poster_small>64x91</poster_small>\r\n\t\t\t<synopsis>362x512</synopsis>\r\n\t\t\t<thumb>227x129</thumb>\r\n\t\t</_resources>\r\n\t</images>\r\n\t<pictures>\r\n\t\t<screenshotpath>Q:\\system\\Screenshots\\</screenshotpath>\r\n\t</pictures>\r\n</advancedsettings>"
  },
  {
    "path": "Mod Files/system/UserData/guisettings.xml",
    "content": "<settings>\r\n\t\t<mymusic>\r\n\t\t\t\t<playlist>\r\n\t\t\t\t\t\t<repeat>true</repeat>\r\n\t\t\t\t\t\t<shuffle>true</shuffle>\r\n\t\t\t\t</playlist>\r\n\t\t</mymusic>\r\n\t\t<myvideos>\r\n\t\t\t\t<startwindow>10024</startwindow>\r\n\t\t\t\t<stackvideomode>0</stackvideomode>\r\n\t\t\t\t<defaultlibview pathversion=\"1\">\r\n\t\t\t\t</defaultlibview>\r\n\t\t\t\t<watchmode>0</watchmode>\r\n\t\t\t\t<flatten>false</flatten>\r\n\t\t\t\t<playlist>\r\n\t\t\t\t\t\t<repeat>false</repeat>\r\n\t\t\t\t\t\t<shuffle>false</shuffle>\r\n\t\t\t\t</playlist>\r\n\t\t\t\t<cleanstrings>false</cleanstrings>\r\n\t\t\t\t<extractflags>false</extractflags>\r\n\t\t\t\t<extractthumb>false</extractthumb>\r\n\t\t\t\t<treatstackasfile>true</treatstackasfile>\r\n\t\t</myvideos>\r\n\t\t<general>\r\n\t\t\t\t<systemtotaluptime>0</systemtotaluptime>\r\n\t\t\t\t<httpapibroadcastport>8278</httpapibroadcastport>\r\n\t\t\t\t<httpapibroadcastlevel>0</httpapibroadcastlevel>\r\n\t\t</general>\r\n\t\t<viewstates>\r\n\t\t\t<programs>\r\n\t\t\t\t<viewmode>65586</viewmode>\r\n\t\t\t\t<sortmethod>2</sortmethod>\r\n\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t</programs>\r\n\t\t</viewstates>\r\n\t\t<defaultvideosettings>\r\n\t\t\t\t<interlacemethod>0</interlacemethod>\r\n\t\t\t\t<filmgrain>0.000000</filmgrain>\r\n\t\t\t\t<noisereduction>0.000000</noisereduction>\r\n\t\t\t\t<postprocess>false</postprocess>\r\n\t\t\t\t<sharpness>0.000000</sharpness>\r\n\t\t\t\t<viewmode>0</viewmode>\r\n\t\t\t\t<zoomamount>1.000000</zoomamount>\r\n\t\t\t\t<pixelratio>1.000000</pixelratio>\r\n\t\t\t\t<volumeamplification>0.000000</volumeamplification>\r\n\t\t\t\t<outputtoallspeakers>false</outputtoallspeakers>\r\n\t\t\t\t<showsubtitles>true</showsubtitles>\r\n\t\t\t\t<brightness>50.000000</brightness>\r\n\t\t\t\t<contrast>50.000000</contrast>\r\n\t\t\t\t<gamma>20.000000</gamma>\r\n\t\t\t\t<audiodelay>0.000000</audiodelay>\r\n\t\t\t\t<subtitledelay>0.000000</subtitledelay>\r\n\t\t</defaultvideosettings>\r\n\t\t<audiooutput>\r\n\t\t\t\t<aacpassthrough>false</aacpassthrough>\r\n\t\t\t\t<ac3passthrough>false</ac3passthrough>\r\n\t\t\t\t<downmixmultichannel>true</downmixmultichannel>\r\n\t\t\t\t<dtspassthrough>false</dtspassthrough>\r\n\t\t\t\t<mode>0</mode>\r\n\t\t</audiooutput>\r\n\t\t<autodetect>\r\n\t\t\t\t<nickname>---</nickname>\r\n\t\t\t\t<onoff>false</onoff>\r\n\t\t\t\t<popupinfo>true</popupinfo>\r\n\t\t\t\t<senduserpw>true</senduserpw>\r\n\t\t</autodetect>\r\n\t\t<autorun>\r\n\t\t\t\t<cdda>false</cdda>\r\n\t\t\t\t<dvd>false</dvd>\r\n\t\t\t\t<music>false</music>\r\n\t\t\t\t<pictures>false</pictures>\r\n\t\t\t\t<vcd>false</vcd>\r\n\t\t\t\t<video>false</video>\r\n\t\t\t\t<xbox>false</xbox>\r\n\t\t</autorun>\r\n\t\t<cache>\r\n\t\t\t\t<harddisk>256</harddisk>\r\n\t\t</cache>\r\n\t\t<cacheaudio>\r\n\t\t\t\t<dvdrom>256</dvdrom>\r\n\t\t\t\t<internet>256</internet>\r\n\t\t\t\t<lan>256</lan>\r\n\t\t</cacheaudio>\r\n\t\t<cacheunknown>\r\n\t\t\t\t<internet>1024</internet>\r\n\t\t</cacheunknown>\r\n\t\t<cachevideo>\r\n\t\t\t\t<dvdrom>1024</dvdrom>\r\n\t\t\t\t<internet>1024</internet>\r\n\t\t\t\t<lan>1024</lan>\r\n\t\t</cachevideo>\r\n\t\t<debug>\r\n\t\t\t\t<screenshotpath pathversion=\"1\">Special://xbmc/system/Screenshots/</screenshotpath>\r\n\t\t\t\t<showloginfo>false</showloginfo>\r\n\t\t</debug>\r\n\t\t<dvdplayercache>\r\n\t\t\t\t<audio>384</audio>\r\n\t\t\t\t<audiotime>8</audiotime>\r\n\t\t\t\t<video>1024</video>\r\n\t\t\t\t<videotime>8</videotime>\r\n\t\t</dvdplayercache>\r\n\t\t<filelists>\r\n\t\t\t\t<allowfiledeletion>true</allowfiledeletion>\r\n\t\t\t\t<ignorethewhensorting>true</ignorethewhensorting>\r\n\t\t\t\t<showaddsourcebuttons>false</showaddsourcebuttons>\r\n\t\t\t\t<showextensions>true</showextensions>\r\n\t\t\t\t<showhidden>false</showhidden>\r\n\t\t\t\t<showparentdiritems>false</showparentdiritems>\r\n\t\t\t\t<unrollarchives>false</unrollarchives>\r\n\t\t</filelists>\r\n\t\t<harddisk>\r\n\t\t\t\t<aamlevel>0</aamlevel>\r\n\t\t\t\t<apmlevel>0</apmlevel>\r\n\t\t\t\t<remoteplayspindown>0</remoteplayspindown>\r\n\t\t\t\t<remoteplayspindowndelay>20</remoteplayspindowndelay>\r\n\t\t\t\t<remoteplayspindownminduration>20</remoteplayspindownminduration>\r\n\t\t\t\t<spindowntime>0</spindowntime>\r\n\t\t</harddisk>\r\n\t\t<locale>\r\n\t\t\t\t<charset>DEFAULT</charset>\r\n\t\t\t\t<country>UK (24h)</country>\r\n\t\t\t\t<date>\r\n\t\t\t\t</date>\r\n\t\t\t\t<language>english</language>\r\n\t\t\t\t<time>\r\n\t\t\t\t</time>\r\n\t\t\t\t<timeserver>true</timeserver>\r\n\t\t\t\t<timeserveraddress>pool.ntp.org</timeserveraddress>\r\n\t\t\t\t<timezone>25</timezone>\r\n\t\t\t\t<usedst>true</usedst>\r\n\t\t</locale>\r\n\t\t<lookandfeel>\r\n\t\t\t\t<enablemouse>false</enablemouse>\r\n\t\t\t\t<enablerssfeeds>true</enablerssfeeds>\r\n\t\t\t\t<font>Default</font>\r\n\t\t\t\t<skin>Add User</skin>\r\n\t\t\t\t<skincolors>default</skincolors>\r\n\t\t\t\t<skintheme>default</skintheme>\r\n\t\t\t\t<skinzoom>0</skinzoom>\r\n\t\t\t\t<soundskin>default</soundskin>\r\n\t\t\t\t<startupwindow>10000</startupwindow>\r\n\t\t</lookandfeel>\r\n\t\t<masterlock>\r\n\t\t\t\t<enableshutdown>true</enableshutdown>\r\n\t\t\t\t<lockcode>-</lockcode>\r\n\t\t\t\t<maxretries>3</maxretries>\r\n\t\t\t\t<startuplock>false</startuplock>\r\n\t\t</masterlock>\r\n\t\t<musicplayer>\r\n\t\t\t\t<autoplaynextitem>true</autoplaynextitem>\r\n\t\t\t\t<crossfade>4</crossfade>\r\n\t\t\t\t<crossfadealbumtracks>true</crossfadealbumtracks>\r\n\t\t\t\t<defaultplayer>2</defaultplayer>\r\n\t\t\t\t<outputtoallspeakers>false</outputtoallspeakers>\r\n\t\t\t\t<queuebydefault>false</queuebydefault>\r\n\t\t\t\t<replaygainavoidclipping>false</replaygainavoidclipping>\r\n\t\t\t\t<replaygainnogainpreamp>89</replaygainnogainpreamp>\r\n\t\t\t\t<replaygainpreamp>89</replaygainpreamp>\r\n\t\t\t\t<replaygaintype>0</replaygaintype>\r\n\t\t\t\t<visualisation>milkdrop.vis</visualisation>\r\n\t\t</musicplayer>\r\n\t\t<mygames>\r\n\t\t\t\t<fastscrolling>true</fastscrolling>\r\n\t\t\t\t<slowgameparsing>false</slowgameparsing>\r\n\t\t</mygames>\r\n\t\t<myprograms>\r\n\t\t\t\t<autoffpatch>false</autoffpatch>\r\n\t\t\t\t<dashboard>Special:\\\\xbmc\\default.xbe</dashboard>\r\n\t\t\t\t<gameautoregion>false</gameautoregion>\r\n\t\t\t\t<ntscmode>0</ntscmode>\r\n\t\t\t\t<trainerpath>Q:\\system\\trainers\\</trainerpath>\r\n\t\t\t\t<usedashpath>true</usedashpath>\r\n\t\t</myprograms>\r\n\t\t<network>\r\n\t\t\t\t<assignment>0</assignment>\r\n\t\t\t\t<bandwidth>0</bandwidth>\r\n\t\t\t\t<dns>8.8.8.8</dns>\r\n\t\t\t\t<gateway>192.168.0.1</gateway>\r\n\t\t\t\t<httpproxyport>8080</httpproxyport>\r\n\t\t\t\t<ipaddress>192.168.0.6</ipaddress>\r\n\t\t\t\t<subnet>255.255.255.0</subnet>\r\n\t\t\t\t<usehttpproxy>false</usehttpproxy>\r\n\t\t</network>\r\n\t\t<postprocessing>\r\n\t\t\t\t<auto>true</auto>\r\n\t\t\t\t<autobrightnesscontrastlevels>false</autobrightnesscontrastlevels>\r\n\t\t\t\t<dering>false</dering>\r\n\t\t\t\t<enable>false</enable>\r\n\t\t\t\t<horizontaldeblocking>false</horizontaldeblocking>\r\n\t\t\t\t<horizontaldeblocklevel>0</horizontaldeblocklevel>\r\n\t\t\t\t<verticaldeblocking>false</verticaldeblocking>\r\n\t\t\t\t<verticaldeblocklevel>0</verticaldeblocklevel>\r\n\t\t</postprocessing>\r\n\t\t<screensaver>\r\n\t\t\t\t<dimlevel>20</dimlevel>\r\n\t\t\t\t<mode>Planestate.xbs</mode>\r\n\t\t\t\t<slideshowpath pathversion=\"1\">F:\\Pictures\\</slideshowpath>\r\n\t\t\t\t<time>10</time>\r\n\t\t\t\t<usedimonpause>false</usedimonpause>\r\n\t\t\t\t<usemusicvisinstead>false</usemusicvisinstead>\r\n\t\t</screensaver>\r\n\t\t<services>\r\n\t\t\t\t<escontinuousdelay>25</escontinuousdelay>\r\n\t\t\t\t<esenabled>true</esenabled>\r\n\t\t\t\t<esinitialdelay>750</esinitialdelay>\r\n\t\t\t\t<esmaxclients>20</esmaxclients>\r\n\t\t\t\t<esport>9777</esport>\r\n\t\t\t\t<esportrange>10</esportrange>\r\n\t\t\t\t<ftpautofatx>true</ftpautofatx>\r\n\t\t\t\t<ftpserver>true</ftpserver>\r\n\t\t\t\t<ftpserverpassword>xbox</ftpserverpassword>\r\n\t\t\t\t<ftpserveruser>xbox</ftpserveruser>\r\n\t\t\t\t<upnprenderer>false</upnprenderer>\r\n\t\t\t\t<upnpserver>false</upnpserver>\r\n\t\t\t\t<webserver>false</webserver>\r\n\t\t\t\t<webserverport>80</webserverport>\r\n\t\t\t\t<webserverusername>xbmc</webserverusername>\r\n\t\t</services>\r\n\t\t<videoplayer>\r\n\t\t\t\t<allcodecs>false</allcodecs>\r\n\t\t\t\t<calibrate />\r\n\t\t\t\t<defaultplayer>1</defaultplayer>\r\n\t\t\t\t<displayresolution>1</displayresolution>\r\n\t\t\t\t<errorinaspect>3.000000</errorinaspect>\r\n\t\t\t\t<fast>false</fast>\r\n\t\t\t\t<flicker>0</flicker>\r\n\t\t\t\t<framerateconversions>0</framerateconversions>\r\n\t\t\t\t<rendermethod>3</rendermethod>\r\n\t\t\t\t<resumeautomatically>2</resumeautomatically>\r\n\t\t\t\t<skiploopfilter>0</skiploopfilter>\r\n\t\t\t\t<soften>false</soften>\r\n\t\t</videoplayer>\r\n\t\t<videooutput>\r\n\t\t\t\t<aspect>0</aspect>\r\n\t\t\t\t<hd1080i>false</hd1080i>\r\n\t\t\t\t<hd480p>true</hd480p>\r\n\t\t\t\t<hd720p>true</hd720p>\r\n\t\t</videooutput>\r\n\t\t<videoscreen>\r\n\t\t\t\t<flickerfilter>1</flickerfilter>\r\n\t\t\t\t<guicalibration />\r\n\t\t\t\t<resolution>10</resolution>\r\n\t\t\t\t<soften>false</soften>\r\n\t\t</videoscreen>\r\n\t\t<skinsettings>\r\n\t\t</skinsettings>\r\n</settings>"
  },
  {
    "path": "Mod Files/system/UserData/profiles.xml",
    "content": "<profiles>\r\n\t\t<lastloaded>0</lastloaded>\r\n\t\t<useloginscreen>true</useloginscreen>\r\n\t\t<profile>\r\n\t\t\t\t<name>Add User</name>\r\n\t\t\t\t<directory pathversion=\"1\">special://masterprofile/</directory>\r\n\t\t\t\t<thumbnail pathversion=\"1\">special://masterprofile/Thumbnails/Profiles/AddUser.tbn</thumbnail>\r\n\t\t\t\t<hasdatabases>true</hasdatabases>\r\n\t\t\t\t<canwritedatabases>true</canwritedatabases>\r\n\t\t\t\t<hassources>true</hassources>\r\n\t\t\t\t<canwritesources>true</canwritesources>\r\n\t\t\t\t<useavpacksettings>false</useavpacksettings>\r\n\t\t\t\t<lockaddonmanager>false</lockaddonmanager>\r\n\t\t\t\t<locksettings>false</locksettings>\r\n\t\t\t\t<lockfiles>false</lockfiles>\r\n\t\t\t\t<lockmusic>false</lockmusic>\r\n\t\t\t\t<lockvideo>false</lockvideo>\r\n\t\t\t\t<lockpictures>false</lockpictures>\r\n\t\t\t\t<lockprograms>false</lockprograms>\r\n\t\t\t\t<lockmode>0</lockmode>\r\n\t\t\t\t<lockcode>-</lockcode>\r\n\t\t\t\t<lastdate>Has Never Logged In</lastdate>\r\n\t\t</profile>\r\n</profiles>"
  },
  {
    "path": "Mod Files/system/UserData/sources.xml",
    "content": "<sources>\r\n\t\t<programs>\r\n\t\t\t\t<default pathversion=\"1\">\r\n\t\t\t\t</default>\r\n\t\t\t\t<source>\r\n\t\t\t\t\t\t<name>Applications</name>\r\n\t\t\t\t\t\t<path pathversion=\"1\">C:\\Applications\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">E:\\Applications\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">F:\\Applications\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">G:\\Applications\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">C:\\Apps\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">E:\\Apps\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">F:\\Apps\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">G:\\Apps\\</path>\r\n\t\t\t\t</source>\r\n\t\t\t\t<source>\r\n\t\t\t\t\t\t<name>Demos</name>\r\n\t\t\t\t\t\t<path pathversion=\"1\">E:\\Demos\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">F:\\Demos\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">G:\\Demos\\</path>\r\n\t\t\t\t</source>\r\n\t\t\t\t<source>\r\n\t\t\t\t\t\t<name>Emulators</name>\r\n\t\t\t\t\t\t<path pathversion=\"1\">E:\\Emulators\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">F:\\Emulators\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">G:\\Emulators\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">E:\\Emus\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">F:\\Emus\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">G:\\Emus\\</path>\r\n\t\t\t\t</source>\r\n\t\t\t\t<source>\r\n\t\t\t\t\t\t<name>Homebrew</name>\r\n\t\t\t\t\t\t<path pathversion=\"1\">E:\\Homebrew\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">F:\\Homebrew\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">G:\\Homebrew\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">E:\\Ports\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">F:\\Ports\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">G:\\Ports\\</path>\r\n\t\t\t\t</source>\r\n\t\t\t\t<source>\r\n\t\t\t\t\t\t<name>Games</name>\r\n\t\t\t\t\t\t<path pathversion=\"1\">E:\\Games\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">F:\\Games\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">G:\\Games\\</path>\r\n\t\t\t\t</source>\r\n\t\t</programs>\r\n\t\t<video>\r\n\t\t\t\t<default pathversion=\"1\">\r\n\t\t\t\t</default>\r\n\t\t</video>\r\n\t\t<music>\r\n\t\t\t\t<default pathversion=\"1\">\r\n\t\t\t\t</default>\r\n\t\t\t\t<source>\r\n\t\t\t\t\t\t<name>Music</name>\r\n\t\t\t\t\t\t<path pathversion=\"1\">E:\\Music\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">F:\\Music\\</path>\r\n\t\t\t\t\t\t<path pathversion=\"1\">G:\\Music\\</path>\r\n\t\t\t\t</source>\r\n\t\t</music>\r\n\t\t<pictures>\r\n\t\t\t\t<default pathversion=\"1\">\r\n\t\t\t\t</default>\r\n\t\t</pictures>\r\n\t\t<files>\r\n\t\t\t\t<default pathversion=\"1\">\r\n\t\t\t\t</default>\r\n\t\t</files>\r\n</sources>"
  },
  {
    "path": "Mod Files/system/UserData/visualisations/MilkDrop.xml",
    "content": "<visualisation>\r\n\t\t<PresetPackFolder>Milkdrop</PresetPackFolder>\r\n\t\t<PresetPack>WA51-presets(265).zip</PresetPack>\r\n\t\t<EnableRating>false</EnableRating>\r\n\t\t<InstaScan>false</InstaScan>\r\n\t\t<HardCutsDisabled>true</HardCutsDisabled>\r\n\t\t<TexSize>1024</TexSize>\r\n\t\t<MeshSize>32</MeshSize>\r\n\t\t<BlendTimeAuto>8.000000</BlendTimeAuto>\r\n\t\t<TimeBetweenPresets>59.000000</TimeBetweenPresets>\r\n\t\t<TimeBetweenPresetsRand>59.000000</TimeBetweenPresetsRand>\r\n\t\t<HardCutLoudnessThresh>2.500000</HardCutLoudnessThresh>\r\n\t\t<HardCutHalflife>60.000000</HardCutHalflife>\r\n\t\t<MaxFPS>60</MaxFPS>\r\n\t\t<HoldPreset>0</HoldPreset>\r\n\t\t<CurrentPreset>115</CurrentPreset>\r\n\t\t<Stereo3d>false</Stereo3d>\r\n\t\t<LeftEyeCol>FF000000</LeftEyeCol>\r\n\t\t<RightEyeCol>00FFFF00</RightEyeCol>\r\n</visualisation>"
  },
  {
    "path": "Mod Files/system/UserData/visualisations/Saville.xml",
    "content": "<visualisation>\n\t<presets>saville\\presets.zip</presets>\n\t<currentpreset>1</currentpreset>\n</visualisation>\n"
  },
  {
    "path": "Mod Files/system/UserData/visualisations/Spectrum.xml",
    "content": "<visualisation>\n\t<presets>spectrum\\presets.zip</presets>\n\t<currentpreset>0</currentpreset>\n</visualisation>\n"
  },
  {
    "path": "Mod Files/system/UserData/visualisations/Vortex.xml",
    "content": "<visualisation>\n\t<TimeBetweenPresets>5.000000</TimeBetweenPresets>\n\t<TimeBetweenPresetsRand>5.000000</TimeBetweenPresetsRand>\n\t<HoldPreset>0</HoldPreset>\n\t<CurrentPreset>35</CurrentPreset>\n\t<RandomPresets>true</RandomPresets>\n\t<UseAlbumArt>true</UseAlbumArt>\n\t<EnableTransitions>true</EnableTransitions>\n</visualisation>\n"
  },
  {
    "path": "Mod Files/system/UserData/visualisations/fountain.xml",
    "content": "<visualisation>\n\t<!-- maximum number of particles to diplay on screen at once (this affects framerate) -->\n\t<MaxParticles>750</MaxParticles>\n\n\t<!-- number of frequency bars that the visualization is based on -->\n\t<bars>12</bars>\n\n\t<!-- frequency scale can be log or linear -->\n\t<freqscale>log</freqscale>\n\n\t<!-- frequency range (in Hz) -->\n\t<freqmin>200</freqmin>\n\t<freqmax>22050</freqmax>\n\n\t<!-- level range (in dB - 0dB refers to a sine wave at minimum possible level, 96dB is highest possible) -->\n\t<levelmin>0</levelmin>\n\t<levelmax>96</levelmax>\n\n\t<!-- if this is true, the particle systems will be cycled in order -->\n\t<!-- if this is false, a random system will be chosen at the beginning of each song -->\n\t<!-- (this parameter is only effective if you have more than 3 systems) -->\n\t<CycleParticleSystems>true</CycleParticleSystems>\n\n\t<!-- Particle Systems -->\n\t<!-- You can have up to 64 of these sections. (Any above that will be ignored) -->\n\t<ParticleSystem>\n\t\t<!-- speed to rotate (set this to 0 to disable rotation) -->\n\t\t<RotationSpeed>0.01</RotationSpeed>\n\n\t\t<!-- sensitivity to rotation direction changes (set to a value above 1 to disable changes) -->\n\t\t<RotationSensitivity>0.15</RotationSensitivity>\n\t\t\n\t\t<!-- frequency bar that affects rotation to release (valid values are 1 through whatever you set for the bars tag) -->\n\t\t<RotationBar>6</RotationBar>\n\t\t\n\t\t<!-- Color is stored in HSV (Hue Saturation Value) Format -->\n\t\t<Color>\n\t\t\t<Hue>\n\t\t\t\t<!-- hue min, max, modifier, and variation are all set in degrees (0 - 360) -->\n\t\t\t\t<!-- min hue for the particles -->\n\t\t\t\t<Min>0.0</Min>\n\n\t\t\t\t<!-- max hue for the particles -->\n\t\t\t\t<Max>360.0></Max>\n\n\t\t\t\t<!-- speed at which hue will shift on its own -->\n\t\t\t\t<ShiftRate>0.1</ShiftRate>\n\n\t\t\t\t<!-- how much to allow music to affect particle color -->\n\t\t\t\t<!-- basically this is the maximum that the music could adjust the hue -->\n\t\t\t\t<!-- of a given particle positively or negatively -->\n\t\t\t\t<!-- hint (if you disable shift rate and variation, this setting can -->\n\t\t\t\t<!-- serve as an immediately obvious single bar spectrum) -->\n\t\t\t\t<Modifier>360.0</Modifier>\n\t\t\t\t\t\t\t\t\n\t\t\t\t<!-- How much the hue of a given particle can be randomly offset. -->\n\t\t\t\t<!-- This allows for some color variation on even a steady tone. -->\n\t\t\t\t<Variation>45.0</Variation>\n\n\t\t\t\t<!-- frequency bar that affects hue -->\n\t\t\t\t<Bar>6</Bar>\n\t\t\t</Hue>\n\t\t\t<Saturation>\n\t\t\t\t<!-- saturation min, max, modifier, and variation should be set between 0 and 1 -->\n\t\t\t\t<Min>1.0</Min>\n\t\t\t\t<Max>1.0></Max>\n\t\t\t\t<ShiftRate>0.0</ShiftRate>\n\t\t\t\t<Modifier>0.0</Modifier>\n\t\t\t\t<Bar>6</Bar>\n\t\t\t</Saturation>\n\t\t\t<Value>\n\t\t\t\t<!-- value min, max, modifier, and variation should be set between 0 and 1 -->\n\t\t\t\t<Min>0.2</Min>\n\t\t\t\t<Max>0.6></Max>\n\t\t\t\t<ShiftRate>0.005</ShiftRate>\n\t\t\t\t<Modifier>0.0</Modifier>\n\t\t\t\t<Variation>0.3</Variation>\n\t\t\t\t<Bar>6</Bar>\n\t\t\t</Value>\n\t\t</Color>\n\t\t\n\t\t<!-- Whether particles encounter air resistance -->\n\t\t<AirResistance>true</AirResistance>\n\n\t\t<!-- Number of particles to release together -->\n\t\t<NumToRelease>4</NumToRelease>\n\n\t\t<!-- how much to allow music to affect number of particles to release -->\n\t\t<!-- set this to 0 to disable it -->\n\t\t<NumToReleaseModifier>2</NumToReleaseModifier>\n\n\t\t<!-- frequency bar that affects num to release (valid values are 1 through whatever you set for the bars tag) -->\n\t\t<NumToReleaseBar>2</NumToReleaseBar>\n\n\t\t<!-- How long particles live before disappearing -->\n\t\t<LifeCycle>3.0</LifeCycle>\n\n\t\t<!-- How long to wait between particle releases -->\n\t\t<ReleaseInterval>0.0</ReleaseInterval>\n\n\t\t<!-- Size of the particles -->\n\t\t<Size>0.4</Size>\n\n\t\t<!-- Acceleration of the particles -->\n\t\t<VelocityVar>1.5</VelocityVar>\n\n\t\t<!-- position from which the particles emerge (0,0,0 is the center of the screen) -->\n\t\t<Position>\n\t\t\t<X>0.01</X>\n\t\t\t<Y>0.01</Y>\n\t\t\t<Z>0</Z>\n\t\t\t\n\t\t\t<!-- amount music affects position. Set this to 0 to disable it. -->\n\t\t\t<Modifier>0</Modifier>\n\n\t\t\t<!--The ModificationMode tag affects how modifications are calculated. -->\n\t\t\t<!--Possible values are linear and exponential. If set to linear, changes are simply -->\n\t\t\t<!--multiplied by the modifier. If set to exponential, changes are raised to -->\n\t\t\t<!--the power of the modifier.-->\n\t\t\t<ModificationMode>linear</ModificationMode>\n\n\t\t\t<!-- The invert tag control's how audio changes affect world. -->\n\t\t\t<!-- If invert is set to false, smaller changes have larger impacts and vice versa, -->\n\t\t\t<!-- so less dynamic music should appear to create a more random visualisation -->\n\t\t\t<!-- while more dynamic music stick closer to your predefined settings. -->\n\t\t\t<Invert>false</Invert>\n\n\t\t\t<!-- The mode tag also controls how audio changes affect world. -->\n\t\t\t<!-- If mode is set to \"difference\", changes are dynamics based (i.e. the amount -->\n\t\t\t<!-- of change between the current sample and the previous sample determines how much to -->\n\t\t\t<!-- vary the visualization. -->\n\t\t\t<!-- If mode is set to \"level\", the level of the current sample determines how much to -->\n\t\t\t<!-- vary the visualization. -->\n\t\t\t<!-- The third option, \"both, combines the two previous methods. -->\n\t\t\t<Mode>both</Mode>\n\n\t\t\t<!-- the vis is backed by a frequency spectrum. Use the settings below to tell -->\n\t\t\t<!-- which bar affects position x, y, and z respectively. -->\n\t\t\t<!-- Valid values are 1 through whatever you set in the bars tag -->\n\t\t\t<XBar>1</XBar>\n\t\t\t<YBar>2</YBar>\n\t\t\t<ZBar>3</ZBar>\n\t\t</Position>\n\n\t\t<!-- direction and speed at which the particles emerge -->\n\t\t<Velocity>\n\t\t\t<X>-1.0</X>\n\t\t\t<Y>1.0</Y>\n\t\t\t<Z>0.0</Z>\n\n\t\t\t<Modifier>4</Modifier>\n\t\t\t<ModificationMode>exponential</ModificationMode>\n\n\t\t\t<Invert>false</Invert>\n\t\t\t<Mode>both</Mode>\n\n\t\t\t<XBar>4</XBar>\n\t\t\t<YBar>5</YBar>\n\t\t\t<ZBar>6</ZBar>\n\t\t</Velocity>\n\n\t\t<!-- direction and speed of gravity -->\n\t\t<Gravity>\n\t\t\t<X>0</X>\n\t\t\t<Y>0</Y>\n\t\t\t<Z>-15.0</Z>\n\n\t\t\t<Modifier>0</Modifier>\n\t\t\t<ModificationMode>linear</ModificationMode>\n\n\t\t\t<Invert>false</Invert>\n\t\t\t<Mode>both</Mode>\n\n\t\t\t<XBar>7</XBar>\n\t\t\t<YBar>8</YBar>\n\t\t\t<ZBar>9</ZBar>\n\t\t</Gravity>\n\n\t\t<!-- direction and speed of any wind that would affect the particles -->\n\t\t<Wind>\n\t\t\t<X>1.0</X>\n\t\t\t<Y>-1.0</Y>\n\t\t\t<Z>0.0</Z>\n\n\t\t\t<Modifier>2</Modifier>\n\t\t\t<ModificationMode>linear</ModificationMode>\n\n\t\t\t<Invert>false</Invert>\n\t\t\t<Mode>both</Mode>\n\n\t\t\t<XBar>10</XBar>\n\t\t\t<YBar>11</YBar>\n\t\t\t<ZBar>12</ZBar>\n\t\t</Wind>\n\t</ParticleSystem>\n\t<ParticleSystem>\n\t\t<RotationSpeed>0.01</RotationSpeed>\n\t\t<RotationSensitivity>0.15</RotationSensitivity>\n\t\t<Color>\n\t\t\t<Hue>\n\t\t\t\t<Min>0.0</Min>\n\t\t\t\t<Max>360.0></Max>\n\t\t\t\t<Variation>45.0</Variation>\n\t\t\t\t<ShiftRate>0.1</ShiftRate>\n\t\t\t\t<Modifier>360.0</Modifier>\n\t\t\t</Hue>\n\t\t\t<Saturation>\n\t\t\t\t<Min>1.0</Min>\n\t\t\t\t<Max>1.0></Max>\n\t\t\t\t<ShiftRate>0.0</ShiftRate>\n\t\t\t\t<Modifier>0.0</Modifier>\n\t\t\t</Saturation>\n\t\t\t<Value>\n\t\t\t\t<Min>0.2</Min>\n\t\t\t\t<Max>0.6></Max>\n\t\t\t\t<ShiftRate>0.005</ShiftRate>\n\t\t\t\t<Modifier>0.3</Modifier>\n\t\t\t</Value>\n\t\t</Color>\n\t\t<AirResistance>false</AirResistance>\n\t\t<NumToRelease>25</NumToRelease>\n\t\t<NumToReleaseModifier>1</NumToReleaseModifier>\n\t\t<LifeCycle>4.0</LifeCycle>\n\t\t<ReleaseInterval>0.1</ReleaseInterval>\n\t\t<Size>1</Size>\n\t\t<VelocityVar>2.0</VelocityVar>\n\t\t<Position>\n\t\t\t<X>0.01</X>\n\t\t\t<Y>0.01</Y>\n\t\t\t<Z>0.01</Z>\n\t\t\t<Modifier>500</Modifier>\n\t\t</Position>\n\t\t<Velocity>\n\t\t\t<X>0.1</X>\n\t\t\t<Y>0</Y>\n\t\t\t<Z>0</Z>\n\t\t\t<Modifier>100</Modifier>\n\t\t</Velocity>\n\t\t<Gravity>\n\t\t\t<X>0</X>\n\t\t\t<Y>0</Y>\n\t\t\t<Z>0</Z>\n\t\t\t<Modifier>0</Modifier>\n\t\t</Gravity>\n\t\t<Wind>\n\t\t\t<X>-0.1</X>\n\t\t\t<Y>0.0</Y>\n\t\t\t<Z>0.0</Z>\n\t\t\t<Modifier>100</Modifier>\n\t\t</Wind>\n\t</ParticleSystem>\n</visualisation>"
  },
  {
    "path": "Mod Files/system/UserData/visualisations/g-force.xml",
    "content": "<visualisation>\n\n <!-- amount to delay visualisation (range 0..31) -->\n <syncdelay>0</syncdelay>\n\n <!-- resolution of G-Force -->\n <width>360</width>\n <height>288</height>\n <ColorMapsFolder>G-Force\\ColorMaps.zip</ColorMapsFolder>\n <DeltaFieldsFolder>G-Force\\DeltaFields.zip</DeltaFieldsFolder>\n <ParticlesFolder>G-Force\\Particles.zip</ParticlesFolder>\n <WaveShapesFolder>G-Force\\WaveShapes.zip</WaveShapesFolder>\n\n</visualisation>\n"
  },
  {
    "path": "Mod Files/system/UserData/visualisations/goom.xml",
    "content": "<visualisation>\n\n <!-- amount to delay visualisation (range 0..31) -->\n <syncdelay>0</syncdelay>\n\n <!-- resolution of Goom -->\n <width>360</width>\n <height>288</height>\n\n</visualisation>\n"
  },
  {
    "path": "Mod Files/system/UserData/visualisations/starburst.xml",
    "content": "<visualisation>\n\n <!-- amount to delay spectrum (range 0..255) -->\n <syncdelay>15</syncdelay>\n\n <!-- number of frequency bars to display -->\n <bars>40</bars>\n\n <!-- what the bars represent (options are: \"average\" and \"peak\" levels in that frequency range)-->\n <levels>peak</levels>\n\n <!-- frequency scale can be log or linear -->\n <freqscale>linear</freqscale>\n\n <!-- fraction of actual rise amount to do at one time (range 0.01..1) -->\n <risespeed>0.5</risespeed>\n\n <!-- fraction of actual fall amount to do at one time (range 0.01..1) -->\n <fallspeed>0.5</fallspeed>\n\n <!-- enable A/B/C-weighting of the data (options are: \"A\", \"B\", \"C\", or \"none\") -->\n <weight>none</weight>\n\n <!-- combine channels in to one? -->\n <mixchannels>true</mixchannels>\n\n <!-- show peaks separately? -->\n <showpeaks>true</showpeaks>\n\n <!-- speed of the decay of peaks in dB/frame (range 0.01..4) -->\n <peakdecayspeed>0.3</peakdecayspeed>\n\n <!-- frequency range (in Hz) -->\n <freqmin>80</freqmin>\n <freqmax>18000</freqmax>\n\n <!-- level range (in dB - 0dB refers to a sine wave at minimum possible level, 96dB is highest possible) -->\n <levelmin>20</levelmin>\n <levelmax>90</levelmax>\n\n <!-- Initial Color (Color when bar is lowest) (Red Green Blue Alpha) -->\n <initialcolorR>255</initialcolorR>\n <initialcolorG>50</initialcolorG>\n <initialcolorB>50</initialcolorB>\n <initialcolorA>255</initialcolorA>\n\n <!-- Final Color (Color when bar is Highest) (Red Green Blue Alpha) -->\n <finalcolorR>255</finalcolorR>\n <finalcolorG>255</finalcolorG>\n <finalcolorB>50</finalcolorB>\n <finalcolorA>255</finalcolorA>\n \n <!-- This is the radius to start the bar from (default 0 is the center of the screen) -->\n <startradius>10</startradius>\n \n <!-- -->\n <minbar>20</minbar>\n\n <!-- This is the speed at which to spin the vis (number of seconds per full rotation (ie the higher the number the slower the rotation)) (0 for no rotation)-->\n <spinrate>5</spinrate>\n\n\n\n</visualisation>\n"
  },
  {
    "path": "Mod Files/system/backups/advancedsettings.xml",
    "content": "<advancedsettings>\r\n\t<!-- <loglevel hide=\"false\">-1</loglevel> -->\r\n\t<nodvdrom>false</nodvdrom>\r\n\t<splash>true</splash>\r\n\t<images>\r\n\t\t<_resources>\r\n\t\t\t<banner>448x84</banner>\r\n\t\t\t<cd>256x256</cd>\r\n\t\t\t<cd_small>64x64</cd_small>\r\n\t\t\t<cdposter>200x283</cdposter>\r\n\t\t\t<dual3d>256x256</dual3d>\r\n\t\t\t<fanart>640x360</fanart>\r\n\t\t\t<fanart_blur>220x124</fanart_blur>\r\n\t\t\t<fanart_thumb>360x203</fanart_thumb>\r\n\t\t\t<fog>8x8</fog>\r\n\t\t\t<icon>149x263</icon>\r\n\t\t\t<opencase>149x263</opencase>\r\n\t\t\t<poster>200x283</poster>\r\n\t\t\t<poster_small>64x91</poster_small>\r\n\t\t\t<synopsis>362x512</synopsis>\r\n\t\t\t<thumb>227x129</thumb>\r\n\t\t</_resources>\r\n\t</images>\r\n\t<pictures>\r\n\t\t<screenshotpath>Q:\\system\\Screenshots\\</screenshotpath>\r\n\t</pictures>\r\n</advancedsettings>"
  },
  {
    "path": "Mod Files/system/backups/filezilla server.xml",
    "content": "<FileZillaServer>\r\n\t\t<Settings>\r\n\t\t\t\t<Item name=\"Initial Welcome Message\" type=\"string\">Welcome to XBOX FileZilla (XBMC) version: %v http://sourceforge.net/pr</Item>\r\n\t\t\t\t<Item name=\"Admin port\" type=\"numeric\">21</Item>\r\n\t\t\t\t<Item name=\"Serverport\" type=\"numeric\">21</Item>\r\n\t\t\t\t<Item name=\"Enable logging\" type=\"numeric\">0</Item>\r\n\t\t\t\t<Item name=\"Logfile type\" type=\"numeric\">1</Item>\r\n\t\t\t\t<!-- <Item name=\"Download Speedlimit\" type=\"numeric\">102400</Item> -->\r\n\t\t\t\t<!-- <Item name=\"Upload Speedlimit\" type=\"numeric\">102400</Item> -->\r\n\t\t\t\t<!-- <Item name=\"Buffer Size\" type=\"numeric\">8192</Item> -->\r\n\t\t</Settings>\r\n\t\t<XBFileZilla>\r\n\t\t\t\t<FreeSpace>\r\n\t\t\t\t\t\t<Drive>\r\n\t\t\t\t\t\t\t\t<Name>c:</Name>\r\n\t\t\t\t\t\t\t\t<Minimum>10</Minimum>\r\n\t\t\t\t\t\t\t\t<Display>1</Display>\r\n\t\t\t\t\t\t</Drive>\r\n\t\t\t\t\t\t<Drive>\r\n\t\t\t\t\t\t\t\t<Name>e:</Name>\r\n\t\t\t\t\t\t\t\t<Minimum>200</Minimum>\r\n\t\t\t\t\t\t\t\t<Display>1</Display>\r\n\t\t\t\t\t\t</Drive>\r\n\t\t\t\t\t\t<Drive>\r\n\t\t\t\t\t\t\t\t<Name>f:</Name>\r\n\t\t\t\t\t\t\t\t<Minimum>500</Minimum>\r\n\t\t\t\t\t\t\t\t<Display>1</Display>\r\n\t\t\t\t\t\t</Drive>\r\n\t\t\t\t\t\t<Drive>\r\n\t\t\t\t\t\t\t\t<Name>g:</Name>\r\n\t\t\t\t\t\t\t\t<Minimum>500</Minimum>\r\n\t\t\t\t\t\t\t\t<Display>1</Display>\r\n\t\t\t\t\t\t</Drive>\r\n\t\t\t\t</FreeSpace>\r\n\t\t</XBFileZilla>\r\n\t\t<Users>\r\n\t\t\t\t<User Name=\"xbox\">\r\n\t\t\t\t\t\t<Option Name=\"Pass\">3a3417f5f20a03a98973689887fb72a2</Option>\r\n\t\t\t\t\t\t<Option Name=\"Group\" />\r\n\t\t\t\t\t\t<Option Name=\"Resolve Shortcuts\">0</Option>\r\n\t\t\t\t\t\t<Option Name=\"Relative\">0</Option>\r\n\t\t\t\t\t\t<Option Name=\"Bypass server userlimit\">1</Option>\r\n\t\t\t\t\t\t<Option Name=\"User Limit\">0</Option>\r\n\t\t\t\t\t\t<Option Name=\"IP Limit\">0</Option>\r\n\t\t\t\t\t\t<Permissions>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"/\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"C:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"D:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"E:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"F:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"G:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"R:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"P:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"S:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"V:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"W:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"A:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"B:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"H:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"I:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"Q:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"X:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"Y:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t\t\t<Permission Dir=\"Z:\\\">\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileRead\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileWrite\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"FileAppend\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirCreate\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirDelete\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirList\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"DirSubdirs\">1</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"IsHome\">0</Option>\r\n\t\t\t\t\t\t\t\t\t\t<Option Name=\"AutoCreate\">0</Option>\r\n\t\t\t\t\t\t\t\t</Permission>\r\n\t\t\t\t\t\t</Permissions>\r\n\t\t\t\t\t\t<SpeedLimits DlType=\"1\" DlLimit=\"10\" UlType=\"1\" UlLimit=\"10\" ServerDlLimitBypass=\"1\" ServerUlLimitBypass=\"1\">\r\n\t\t\t\t\t\t\t\t<Download />\r\n\t\t\t\t\t\t\t\t<Upload />\r\n\t\t\t\t\t\t</SpeedLimits>\r\n\t\t\t\t</User>\r\n\t\t</Users>\r\n</FileZillaServer>"
  },
  {
    "path": "Mod Files/system/backups/guisettings.xml",
    "content": "<settings>\r\n\t\t<mymusic>\r\n\t\t\t\t<playlist>\r\n\t\t\t\t\t\t<repeat>true</repeat>\r\n\t\t\t\t\t\t<shuffle>true</shuffle>\r\n\t\t\t\t</playlist>\r\n\t\t</mymusic>\r\n\t\t<myvideos>\r\n\t\t\t\t<startwindow>10024</startwindow>\r\n\t\t\t\t<stackvideomode>0</stackvideomode>\r\n\t\t\t\t<defaultlibview pathversion=\"1\">\r\n\t\t\t\t</defaultlibview>\r\n\t\t\t\t<watchmode>0</watchmode>\r\n\t\t\t\t<flatten>false</flatten>\r\n\t\t\t\t<playlist>\r\n\t\t\t\t\t\t<repeat>false</repeat>\r\n\t\t\t\t\t\t<shuffle>false</shuffle>\r\n\t\t\t\t</playlist>\r\n\t\t\t\t<cleanstrings>false</cleanstrings>\r\n\t\t\t\t<extractflags>false</extractflags>\r\n\t\t\t\t<extractthumb>false</extractthumb>\r\n\t\t\t\t<treatstackasfile>true</treatstackasfile>\r\n\t\t</myvideos>\r\n\t\t<general>\r\n\t\t\t\t<systemtotaluptime>0</systemtotaluptime>\r\n\t\t\t\t<httpapibroadcastport>8278</httpapibroadcastport>\r\n\t\t\t\t<httpapibroadcastlevel>0</httpapibroadcastlevel>\r\n\t\t</general>\r\n\t\t<viewstates>\r\n\t\t\t<programs>\r\n\t\t\t\t<viewmode>65586</viewmode>\r\n\t\t\t\t<sortmethod>2</sortmethod>\r\n\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t</programs>\r\n\t\t</viewstates>\r\n\t\t<defaultvideosettings>\r\n\t\t\t\t<interlacemethod>0</interlacemethod>\r\n\t\t\t\t<filmgrain>0.000000</filmgrain>\r\n\t\t\t\t<noisereduction>0.000000</noisereduction>\r\n\t\t\t\t<postprocess>false</postprocess>\r\n\t\t\t\t<sharpness>0.000000</sharpness>\r\n\t\t\t\t<viewmode>0</viewmode>\r\n\t\t\t\t<zoomamount>1.000000</zoomamount>\r\n\t\t\t\t<pixelratio>1.000000</pixelratio>\r\n\t\t\t\t<volumeamplification>0.000000</volumeamplification>\r\n\t\t\t\t<outputtoallspeakers>false</outputtoallspeakers>\r\n\t\t\t\t<showsubtitles>true</showsubtitles>\r\n\t\t\t\t<brightness>50.000000</brightness>\r\n\t\t\t\t<contrast>50.000000</contrast>\r\n\t\t\t\t<gamma>20.000000</gamma>\r\n\t\t\t\t<audiodelay>0.000000</audiodelay>\r\n\t\t\t\t<subtitledelay>0.000000</subtitledelay>\r\n\t\t</defaultvideosettings>\r\n\t\t<audiooutput>\r\n\t\t\t\t<aacpassthrough>false</aacpassthrough>\r\n\t\t\t\t<ac3passthrough>false</ac3passthrough>\r\n\t\t\t\t<downmixmultichannel>true</downmixmultichannel>\r\n\t\t\t\t<dtspassthrough>false</dtspassthrough>\r\n\t\t\t\t<mode>0</mode>\r\n\t\t</audiooutput>\r\n\t\t<autodetect>\r\n\t\t\t\t<nickname>---</nickname>\r\n\t\t\t\t<onoff>false</onoff>\r\n\t\t\t\t<popupinfo>true</popupinfo>\r\n\t\t\t\t<senduserpw>true</senduserpw>\r\n\t\t</autodetect>\r\n\t\t<autorun>\r\n\t\t\t\t<cdda>false</cdda>\r\n\t\t\t\t<dvd>false</dvd>\r\n\t\t\t\t<music>false</music>\r\n\t\t\t\t<pictures>false</pictures>\r\n\t\t\t\t<vcd>false</vcd>\r\n\t\t\t\t<video>false</video>\r\n\t\t\t\t<xbox>false</xbox>\r\n\t\t</autorun>\r\n\t\t<cache>\r\n\t\t\t\t<harddisk>256</harddisk>\r\n\t\t</cache>\r\n\t\t<cacheaudio>\r\n\t\t\t\t<dvdrom>256</dvdrom>\r\n\t\t\t\t<internet>256</internet>\r\n\t\t\t\t<lan>256</lan>\r\n\t\t</cacheaudio>\r\n\t\t<cacheunknown>\r\n\t\t\t\t<internet>1024</internet>\r\n\t\t</cacheunknown>\r\n\t\t<cachevideo>\r\n\t\t\t\t<dvdrom>1024</dvdrom>\r\n\t\t\t\t<internet>1024</internet>\r\n\t\t\t\t<lan>1024</lan>\r\n\t\t</cachevideo>\r\n\t\t<debug>\r\n\t\t\t\t<screenshotpath pathversion=\"1\">Special://xbmc/system/Screenshots/</screenshotpath>\r\n\t\t\t\t<showloginfo>false</showloginfo>\r\n\t\t</debug>\r\n\t\t<dvdplayercache>\r\n\t\t\t\t<audio>384</audio>\r\n\t\t\t\t<audiotime>8</audiotime>\r\n\t\t\t\t<video>1024</video>\r\n\t\t\t\t<videotime>8</videotime>\r\n\t\t</dvdplayercache>\r\n\t\t<filelists>\r\n\t\t\t\t<allowfiledeletion>true</allowfiledeletion>\r\n\t\t\t\t<ignorethewhensorting>true</ignorethewhensorting>\r\n\t\t\t\t<showaddsourcebuttons>false</showaddsourcebuttons>\r\n\t\t\t\t<showextensions>true</showextensions>\r\n\t\t\t\t<showhidden>false</showhidden>\r\n\t\t\t\t<showparentdiritems>false</showparentdiritems>\r\n\t\t\t\t<unrollarchives>false</unrollarchives>\r\n\t\t</filelists>\r\n\t\t<harddisk>\r\n\t\t\t\t<aamlevel>0</aamlevel>\r\n\t\t\t\t<apmlevel>0</apmlevel>\r\n\t\t\t\t<remoteplayspindown>0</remoteplayspindown>\r\n\t\t\t\t<remoteplayspindowndelay>20</remoteplayspindowndelay>\r\n\t\t\t\t<remoteplayspindownminduration>20</remoteplayspindownminduration>\r\n\t\t\t\t<spindowntime>0</spindowntime>\r\n\t\t</harddisk>\r\n\t\t<locale>\r\n\t\t\t\t<charset>DEFAULT</charset>\r\n\t\t\t\t<country>UK (24h)</country>\r\n\t\t\t\t<date>\r\n\t\t\t\t</date>\r\n\t\t\t\t<language>english</language>\r\n\t\t\t\t<time>\r\n\t\t\t\t</time>\r\n\t\t\t\t<timeserver>true</timeserver>\r\n\t\t\t\t<timeserveraddress>pool.ntp.org</timeserveraddress>\r\n\t\t\t\t<timezone>25</timezone>\r\n\t\t\t\t<usedst>true</usedst>\r\n\t\t</locale>\r\n\t\t<lookandfeel>\r\n\t\t\t\t<enablemouse>false</enablemouse>\r\n\t\t\t\t<enablerssfeeds>true</enablerssfeeds>\r\n\t\t\t\t<font>Default</font>\r\n\t\t\t\t<skin>Add User</skin>\r\n\t\t\t\t<skincolors>default</skincolors>\r\n\t\t\t\t<skintheme>default</skintheme>\r\n\t\t\t\t<skinzoom>0</skinzoom>\r\n\t\t\t\t<soundskin>default</soundskin>\r\n\t\t\t\t<startupwindow>10000</startupwindow>\r\n\t\t</lookandfeel>\r\n\t\t<masterlock>\r\n\t\t\t\t<enableshutdown>true</enableshutdown>\r\n\t\t\t\t<lockcode>-</lockcode>\r\n\t\t\t\t<maxretries>3</maxretries>\r\n\t\t\t\t<startuplock>false</startuplock>\r\n\t\t</masterlock>\r\n\t\t<musicplayer>\r\n\t\t\t\t<autoplaynextitem>true</autoplaynextitem>\r\n\t\t\t\t<crossfade>4</crossfade>\r\n\t\t\t\t<crossfadealbumtracks>true</crossfadealbumtracks>\r\n\t\t\t\t<defaultplayer>2</defaultplayer>\r\n\t\t\t\t<outputtoallspeakers>false</outputtoallspeakers>\r\n\t\t\t\t<queuebydefault>false</queuebydefault>\r\n\t\t\t\t<replaygainavoidclipping>false</replaygainavoidclipping>\r\n\t\t\t\t<replaygainnogainpreamp>89</replaygainnogainpreamp>\r\n\t\t\t\t<replaygainpreamp>89</replaygainpreamp>\r\n\t\t\t\t<replaygaintype>0</replaygaintype>\r\n\t\t\t\t<visualisation>milkdrop.vis</visualisation>\r\n\t\t</musicplayer>\r\n\t\t<mygames>\r\n\t\t\t\t<fastscrolling>true</fastscrolling>\r\n\t\t\t\t<slowgameparsing>false</slowgameparsing>\r\n\t\t</mygames>\r\n\t\t<myprograms>\r\n\t\t\t\t<autoffpatch>false</autoffpatch>\r\n\t\t\t\t<dashboard>Special:\\\\xbmc\\default.xbe</dashboard>\r\n\t\t\t\t<gameautoregion>false</gameautoregion>\r\n\t\t\t\t<ntscmode>0</ntscmode>\r\n\t\t\t\t<trainerpath>Q:\\system\\trainers\\</trainerpath>\r\n\t\t\t\t<usedashpath>true</usedashpath>\r\n\t\t</myprograms>\r\n\t\t<network>\r\n\t\t\t\t<assignment>0</assignment>\r\n\t\t\t\t<bandwidth>0</bandwidth>\r\n\t\t\t\t<dns>8.8.8.8</dns>\r\n\t\t\t\t<gateway>192.168.0.1</gateway>\r\n\t\t\t\t<httpproxyport>8080</httpproxyport>\r\n\t\t\t\t<ipaddress>192.168.0.6</ipaddress>\r\n\t\t\t\t<subnet>255.255.255.0</subnet>\r\n\t\t\t\t<usehttpproxy>false</usehttpproxy>\r\n\t\t</network>\r\n\t\t<postprocessing>\r\n\t\t\t\t<auto>true</auto>\r\n\t\t\t\t<autobrightnesscontrastlevels>false</autobrightnesscontrastlevels>\r\n\t\t\t\t<dering>false</dering>\r\n\t\t\t\t<enable>false</enable>\r\n\t\t\t\t<horizontaldeblocking>false</horizontaldeblocking>\r\n\t\t\t\t<horizontaldeblocklevel>0</horizontaldeblocklevel>\r\n\t\t\t\t<verticaldeblocking>false</verticaldeblocking>\r\n\t\t\t\t<verticaldeblocklevel>0</verticaldeblocklevel>\r\n\t\t</postprocessing>\r\n\t\t<screensaver>\r\n\t\t\t\t<dimlevel>20</dimlevel>\r\n\t\t\t\t<mode>Planestate.xbs</mode>\r\n\t\t\t\t<slideshowpath pathversion=\"1\">F:\\Pictures\\</slideshowpath>\r\n\t\t\t\t<time>10</time>\r\n\t\t\t\t<usedimonpause>false</usedimonpause>\r\n\t\t\t\t<usemusicvisinstead>false</usemusicvisinstead>\r\n\t\t</screensaver>\r\n\t\t<services>\r\n\t\t\t\t<escontinuousdelay>25</escontinuousdelay>\r\n\t\t\t\t<esenabled>true</esenabled>\r\n\t\t\t\t<esinitialdelay>750</esinitialdelay>\r\n\t\t\t\t<esmaxclients>20</esmaxclients>\r\n\t\t\t\t<esport>9777</esport>\r\n\t\t\t\t<esportrange>10</esportrange>\r\n\t\t\t\t<ftpautofatx>true</ftpautofatx>\r\n\t\t\t\t<ftpserver>true</ftpserver>\r\n\t\t\t\t<ftpserverpassword>xbox</ftpserverpassword>\r\n\t\t\t\t<ftpserveruser>xbox</ftpserveruser>\r\n\t\t\t\t<upnprenderer>false</upnprenderer>\r\n\t\t\t\t<upnpserver>false</upnpserver>\r\n\t\t\t\t<webserver>false</webserver>\r\n\t\t\t\t<webserverport>80</webserverport>\r\n\t\t\t\t<webserverusername>xbmc</webserverusername>\r\n\t\t</services>\r\n\t\t<videoplayer>\r\n\t\t\t\t<allcodecs>false</allcodecs>\r\n\t\t\t\t<calibrate />\r\n\t\t\t\t<defaultplayer>1</defaultplayer>\r\n\t\t\t\t<displayresolution>1</displayresolution>\r\n\t\t\t\t<errorinaspect>3.000000</errorinaspect>\r\n\t\t\t\t<fast>false</fast>\r\n\t\t\t\t<flicker>0</flicker>\r\n\t\t\t\t<framerateconversions>0</framerateconversions>\r\n\t\t\t\t<rendermethod>3</rendermethod>\r\n\t\t\t\t<resumeautomatically>2</resumeautomatically>\r\n\t\t\t\t<skiploopfilter>0</skiploopfilter>\r\n\t\t\t\t<soften>false</soften>\r\n\t\t</videoplayer>\r\n\t\t<videooutput>\r\n\t\t\t\t<aspect>0</aspect>\r\n\t\t\t\t<hd1080i>false</hd1080i>\r\n\t\t\t\t<hd480p>true</hd480p>\r\n\t\t\t\t<hd720p>true</hd720p>\r\n\t\t</videooutput>\r\n\t\t<videoscreen>\r\n\t\t\t\t<flickerfilter>1</flickerfilter>\r\n\t\t\t\t<guicalibration />\r\n\t\t\t\t<resolution>10</resolution>\r\n\t\t\t\t<soften>false</soften>\r\n\t\t</videoscreen>\r\n\t\t<skinsettings>\r\n\t\t</skinsettings>\r\n</settings>"
  },
  {
    "path": "Mod Files/system/colors.xml",
    "content": "<colors>\n\t<color name=\"aliceblue\">fff0f8ff</color>\n\t<color name=\"antiquewhite\">fffaebd7</color>\n\t<color name=\"aqua\">ff00ffff</color>\n\t<color name=\"aquamarine\">ff7fffd4</color>\n\t<color name=\"azure\">fff0ffff</color>\n\t<color name=\"beige\">fff5f5dc</color>\n\t<color name=\"bisque\">ffffe4c4</color>\n\t<color name=\"black\">ff000000</color>\n\t<color name=\"blanchedalmond\">ffffebcd</color>\n\t<color name=\"blue\">ff0000ff</color>\n\t<color name=\"blueviolet\">ff8a2be2</color>\n\t<color name=\"brown\">ffa52a2a</color>\n\t<color name=\"burlywood\">ffdeb887</color>\n\t<color name=\"cadetblue\">ff5f9ea0</color>\n\t<color name=\"chartreuse\">ff7fff00</color>\n\t<color name=\"chocolate\">ffd2691e</color>\n\t<color name=\"coral\">ffff7f50</color>\n\t<color name=\"cornflowerblue\">ff6495ed</color>\n\t<color name=\"cornsilk\">fffff8dc</color>\n\t<color name=\"crimson\">ffdc143c</color>\n\t<color name=\"cyan\">ff00ffff</color>\n\t<color name=\"darkblue\">ff00008b</color>\n\t<color name=\"darkcyan\">ff008b8b</color>\n\t<color name=\"darkgoldenrod\">ffb8860b</color>\n\t<color name=\"darkgray\">ffa9a9a9</color>\n\t<color name=\"darkgreen\">ff006400</color>\n\t<color name=\"darkkhaki\">ffbdb76b</color>\n\t<color name=\"darkmagenta\">ff8b008b</color>\n\t<color name=\"darkolivegreen\">ff556b2f</color>\n\t<color name=\"darkorange\">ffff8c00</color>\n\t<color name=\"darkorchid\">ff9932cc</color>\n\t<color name=\"darkred\">ff8b0000</color>\n\t<color name=\"darksalmon\">ffe9967a</color>\n\t<color name=\"darkseagreen\">ff8fbc8f</color>\n\t<color name=\"darkslateblue\">ff483d8b</color>\n\t<color name=\"darkslategray\">ff2f4f4f</color>\n\t<color name=\"darkturquoise\">ff00ced1</color>\n\t<color name=\"darkviolet\">ff9400d3</color>\n\t<color name=\"deeppink\">ffff1493</color>\n\t<color name=\"deepskyblue\">ff00bfff</color>\n\t<color name=\"dimgray\">ff696969</color>\n\t<color name=\"dodgerblue\">ff1e90ff</color>\n\t<color name=\"firebrick\">ffb22222</color>\n\t<color name=\"floralwhite\">fffffaf0</color>\n\t<color name=\"forestgreen\">ff228b22</color>\n\t<color name=\"fuchsia\">ffff00ff</color>\n\t<color name=\"gainsboro\">ffdcdcdc</color>\n\t<color name=\"ghostwhite\">fff8f8ff</color>\n\t<color name=\"gold\">ffffd700</color>\n\t<color name=\"goldenrod\">ffdaa520</color>\n\t<color name=\"gray\">ff808080</color>\n\t<color name=\"green\">ff008000</color>\n\t<color name=\"greenyellow\">ffadff2f</color>\n\t<color name=\"honeydew\">fff0fff0</color>\n\t<color name=\"hotpink\">ffff69b4</color>\n\t<color name=\"indianred \">ffcd5c5c</color>\n\t<color name=\"indigo  \">ff4b0082</color>\n\t<color name=\"ivory\">fffffff0</color>\n\t<color name=\"khaki\">fff0e68c</color>\n\t<color name=\"lavender\">ffe6e6fa</color>\n\t<color name=\"lavenderblush\">fffff0f5</color>\n\t<color name=\"lawngreen\">ff7cfc00</color>\n\t<color name=\"lemonchiffon\">fffffacd</color>\n\t<color name=\"lightblue\">ffadd8e6</color>\n\t<color name=\"lightcoral\">fff08080</color>\n\t<color name=\"lightcyan\">ffe0ffff</color>\n\t<color name=\"lightgoldenrodyellow\">fffafad2</color>\n\t<color name=\"lightgrey\">ffd3d3d3</color>\n\t<color name=\"lightgreen\">ff90ee90</color>\n\t<color name=\"lightpink\">ffffb6c1</color>\n\t<color name=\"lightsalmon\">ffffa07a</color>\n\t<color name=\"lightseagreen\">ff20b2aa</color>\n\t<color name=\"lightskyblue\">ff87cefa</color>\n\t<color name=\"lightslategray\">ff778899</color>\n\t<color name=\"lightsteelblue\">ffb0c4de</color>\n\t<color name=\"lightyellow\">ffffffe0</color>\n\t<color name=\"lime\">ff00ff00</color>\n\t<color name=\"limegreen\">ff32cd32</color>\n\t<color name=\"linen\">fffaf0e6</color>\n\t<color name=\"magenta\">ffff00ff</color>\n\t<color name=\"maroon\">ff800000</color>\n\t<color name=\"mediumaquamarine\">ff66cdaa</color>\n\t<color name=\"mediumblue\">ff0000cd</color>\n\t<color name=\"mediumorchid\">ffba55d3</color>\n\t<color name=\"mediumpurple\">ff9370d8</color>\n\t<color name=\"mediumseagreen\">ff3cb371</color>\n\t<color name=\"mediumslateblue\">ff7b68ee</color>\n\t<color name=\"mediumspringgreen\">ff00fa9a</color>\n\t<color name=\"mediumturquoise\">ff48d1cc</color>\n\t<color name=\"mediumvioletred\">ffc71585</color>\n\t<color name=\"midnightblue\">ff191970</color>\n\t<color name=\"mintcream\">fff5fffa</color>\n\t<color name=\"mistyrose\">ffffe4e1</color>\n\t<color name=\"moccasin\">ffffe4b5</color>\n\t<color name=\"navajowhite\">ffffdead</color>\n\t<color name=\"navy\">ff000080</color>\n\t<color name=\"oldlace\">fffdf5e6</color>\n\t<color name=\"olive\">ff808000</color>\n\t<color name=\"olivedrab\">ff6b8e23</color>\n\t<color name=\"orange\">ffffa500</color>\n\t<color name=\"orangered\">ffff4500</color>\n\t<color name=\"orchid\">ffda70d6</color>\n\t<color name=\"palegoldenrod\">ffeee8aa</color>\n\t<color name=\"palegreen\">ff98fb98</color>\n\t<color name=\"paleturquoise\">ffafeeee</color>\n\t<color name=\"palevioletred\">ffd87093</color>\n\t<color name=\"papayawhip\">ffffefd5</color>\n\t<color name=\"peachpuff\">ffffdab9</color>\n\t<color name=\"peru\">ffcd853f</color>\n\t<color name=\"pink\">ffffc0cb</color>\n\t<color name=\"plum\">ffdda0dd</color>\n\t<color name=\"powderblue\">ffb0e0e6</color>\n\t<color name=\"purple\">ff800080</color>\n\t<color name=\"red\">ffff0000</color>\n\t<color name=\"rosybrown\">ffbc8f8f</color>\n\t<color name=\"royalblue\">ff4169e1</color>\n\t<color name=\"saddlebrown\">ff8b4513</color>\n\t<color name=\"salmon\">fffa8072</color>\n\t<color name=\"sandybrown\">fff4a460</color>\n\t<color name=\"seagreen\">ff2e8b57</color>\n\t<color name=\"seashell\">fffff5ee</color>\n\t<color name=\"sienna\">ffa0522d</color>\n\t<color name=\"silver\">ffc0c0c0</color>\n\t<color name=\"skyblue\">ff87ceeb</color>\n\t<color name=\"slateblue\">ff6a5acd</color>\n\t<color name=\"slategray\">ff708090</color>\n\t<color name=\"snow\">fffffafa</color>\n\t<color name=\"springgreen\">ff00ff7f</color>\n\t<color name=\"steelblue\">ff4682b4</color>\n\t<color name=\"tan\">ffd2b48c</color>\n\t<color name=\"teal\">ff008080</color>\n\t<color name=\"thistle\">ffd8bfd8</color>\n\t<color name=\"tomato\">ffff6347</color>\n\t<color name=\"turquoise\">ff40e0d0</color>\n\t<color name=\"violet\">ffee82ee</color>\n\t<color name=\"wheat\">fff5deb3</color>\n\t<color name=\"white\">ffffffff</color>\n\t<color name=\"whitesmoke\">fff5f5f5</color>\n\t<color name=\"yellow\">ffffff00</color>\n\t<color name=\"yellowgreen\">ff9acd32</color>\n</colors>\n"
  },
  {
    "path": "Mod Files/system/intros/add video files here",
    "content": ""
  },
  {
    "path": "Mod Files/system/keymaps/Enabled",
    "content": " "
  },
  {
    "path": "Mod Files/system/keymaps/gamepad.xml",
    "content": "<keymap>\r\n\t<_Script_URLDownloader>\r\n\t\t<gamepad>\r\n\t\t\t<white>XBMC.RunScript(Special://xbmc/system/scripts/urldownloader/ForceUpdate.py)</white>\r\n\t\t</gamepad>\r\n\t</_Script_URLDownloader>\r\n\t<Custom_Dialog_Options>\r\n\t\t<gamepad>\r\n\t\t\t<black>XBMC.RunScript(Special://xbmc/system/scripts/XBMC4Gamers/Utilities/Clear Cache.py)</black>\r\n\t\t</gamepad>\r\n\t</Custom_Dialog_Options>\r\n\t<FileManager>\r\n\t\t<gamepad>\r\n\t\t\t<black>XBMC.SetFocus(9006)</black>\r\n\t\t</gamepad>\r\n\t</FileManager>\r\n\t<MyPrograms>\r\n\t\t<gamepad>\r\n\t\t\t<black>XBMC.ActivateWindow(1112)</black>\r\n\t\t\t<back>XBMC.ActivateWindow(1115)</back>\r\n\t\t\t<Y>SetFocus(9099)</Y>\r\n\t\t\t<X>RandomSelect()</X>\r\n\t\t</gamepad>\r\n\t</MyPrograms>\r\n\t<Settings>\r\n\t\t<gamepad>\r\n\t\t\t<black>XBMC.RunScript(Special://xbmc/system/scripts/XBMC4Gamers/Utilities/Text Reader.py,0,Special://root/system/SystemInfo/changes.txt)</black>\r\n\t\t</gamepad>\r\n\t</Settings>\r\n\t<Profiles>\r\n\t\t<gamepad>\r\n\t\t\t<back>Highlight</back>\r\n\t\t\t<start>ActivateWindow(Settings)</start>\r\n\t\t\t<rightthumbbutton>Highlight</rightthumbbutton>\r\n\t\t</gamepad>\r\n\t</Profiles>\r\n\t<global>\r\n\t\t<gamepad>\r\n\t\t\t<A>Select</A>\r\n\t\t\t<B>Back</B>\r\n\t\t\t<X>XBMC.ReplaceWindow(PlayerControls)</X>\r\n\t\t\t<Y/>\r\n\t\t\t<white>ContextMenu</white>\r\n\t\t\t<black/>\r\n\t\t\t<start>XBMC.PlayDVD()</start>\r\n\t\t\t<back>PreviousMenu</back>\r\n\t\t\t<dpadleft>Left</dpadleft>\r\n\t\t\t<dpadright>Right</dpadright>\r\n\t\t\t<dpadup>Up</dpadup>\r\n\t\t\t<dpaddown>Down</dpaddown>\r\n\t\t\t<leftthumbbutton>RunScript(Special://root/system/scripts/XBMC4Gamers/Utilities/XML Builder.py,1)</leftthumbbutton>\r\n\t\t\t<rightthumbbutton>XBMC.ActivateWindow(ShutdownMenu)</rightthumbbutton>\r\n\t\t\t<leftanalogtrigger>ScrollUp</leftanalogtrigger>\r\n\t\t\t<rightanalogtrigger>ScrollDown</rightanalogtrigger>\r\n\t\t\t<rightthumbstickleft>AnalogSeekBack</rightthumbstickleft>\r\n\t\t\t<rightthumbstickright>AnalogSeekForward</rightthumbstickright>\r\n\t\t\t<rightthumbstickup>VolumeUp</rightthumbstickup>\r\n\t\t\t<rightthumbstickdown>VolumeDown</rightthumbstickdown>\r\n\t\t</gamepad>\r\n\t</global>\r\n\t<LoginScreen>\r\n\t\t<gamepad>\r\n\t\t\t<rightthumbbutton>XBMC.SetFocus(19)</rightthumbbutton>\r\n\t\t\t<start>SetFocus(9001)</start>\r\n\t\t\t<black>XBMC.ActivateWindow(1112)</black>\r\n\t\t</gamepad>\r\n\t</LoginScreen>\r\n\t<Home>\r\n\t\t<gamepad>\r\n\t\t\t<back>RunScript(Special://root/system/scripts/XBMC4Gamers/Utilities/Parse Programs DB.py,refresh_randoms)</back>\r\n\t\t\t<black>XBMC.ActivateWindow(1112)</black>\r\n\t\t</gamepad>\r\n\t</Home>\r\n\t<MyFiles>\r\n\t\t<gamepad>\r\n\t\t\t<Y>Highlight</Y>\r\n\t\t</gamepad>\r\n\t</MyFiles>\r\n\t<MyMusicPlaylist>\r\n\t\t<gamepad>\r\n\t\t\t<Y>Delete</Y>\r\n\t\t\t<black>Back</black>\r\n\t\t</gamepad>\r\n\t</MyMusicPlaylist>\r\n\t<MyMusicPlaylistEditor>\r\n\t\t<gamepad>\r\n\t\t\t<Y>Queue</Y>\r\n\t\t</gamepad>\r\n\t</MyMusicPlaylistEditor>\r\n\t<MyMusicFiles>\r\n\t\t<gamepad>\r\n\t\t\t<Y>Queue</Y>\r\n\t\t\t<black>Playlist</black>\r\n\t\t</gamepad>\r\n\t</MyMusicFiles>\r\n\t<MyMusicLibrary>\r\n\t\t<gamepad>\r\n\t\t\t<Y>Queue</Y>\r\n\t\t\t<black>Playlist</black>\r\n\t\t</gamepad>\r\n\t</MyMusicLibrary>\r\n\t<FullscreenVideo>\r\n\t\t<gamepad>\r\n\t\t\t<A>Pause</A>\r\n\t\t\t<B>Stop</B>\r\n\t\t\t<Y>AspectRatio</Y>\r\n\t\t\t<black>CodecInfo</black>\r\n\t\t\t<white>Info</white>\r\n\t\t\t<back>SmallStepBack</back>\r\n\t\t\t<start>OSD</start>\r\n\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t\t<dpadleft>StepBack</dpadleft>\r\n\t\t\t<dpadright>StepForward</dpadright>\r\n\t\t\t<dpadup>BigStepForward</dpadup>\r\n\t\t\t<dpaddown>BigStepBack</dpaddown>\r\n\t\t</gamepad>\r\n\t</FullscreenVideo>\r\n\t<FullscreenInfo>\r\n\t\t<gamepad>\r\n\t\t\t<start>OSD</start>\r\n\t\t\t<black>CodecInfo</black>\r\n\t\t\t<white>Back</white>\r\n\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t</gamepad>\r\n\t</FullscreenInfo>\r\n\t<PlayerControls>\r\n\t\t<gamepad>\r\n\t\t\t<X>Back</X>\r\n\t\t</gamepad>\r\n\t</PlayerControls>\r\n\t<Visualisation>\r\n\t\t<gamepad>\r\n\t\t\t<A>XBMC.ActivateWindow(120)</A>\r\n\t\t\t<B>back</B>\r\n\t\t\t<X>LockPreset</X>\r\n\t\t\t<Y>highlight</Y>\r\n\t\t\t<black>XBMC.ActivateWindow(121)</black>\r\n\t\t\t<white>XBMC.ActivateWindow(122)</white>\r\n\t\t\t<start>highlight</start>\r\n\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t\t<dpadleft>SkipPrevious</dpadleft>\r\n\t\t\t<dpadright>SkipNext</dpadright>\r\n\t\t\t<dpadup>Pause</dpadup>\r\n\t\t\t<dpaddown>Stop</dpaddown>\r\n\t\t</gamepad>\r\n\t</Visualisation>\r\n\t<MusicOSD>\r\n\t\t<gamepad>\r\n\t\t\t<start>Back</start>\r\n\t\t\t<black>CodecInfo</black>\r\n\t\t\t<white>Info</white>\r\n\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t</gamepad>\r\n\t</MusicOSD>\r\n\t<VisualisationSettings>\r\n\t\t<gamepad>\r\n\t\t\t<start>Back</start>\r\n\t\t\t<leftanalogtrigger>ScrollUp</leftanalogtrigger>\r\n\t\t\t<rightanalogtrigger>ScrollDown</rightanalogtrigger>\r\n\t\t</gamepad>\r\n\t</VisualisationSettings>\r\n\t<VisualisationPresetList>\r\n\t\t<gamepad>\r\n\t\t\t<start>Back</start>\r\n\t\t\t<Y>Back</Y>\r\n\t\t\t<leftanalogtrigger>ScrollUp</leftanalogtrigger>\r\n\t\t\t<rightanalogtrigger>ScrollDown</rightanalogtrigger>\r\n\t\t</gamepad>\r\n\t</VisualisationPresetList>\r\n\t<SlideShow>\r\n\t\t<gamepad>\r\n\t\t\t<A>Pause</A>\r\n\t\t\t<B>Stop</B>\r\n\t\t\t<Y>Rotate</Y>\r\n\t\t\t<X>ZoomNormal</X>\r\n\t\t\t<black>CodecInfo</black>\r\n\t\t\t<white>Info</white>\r\n\t\t\t<righttrigger>NextPicture</righttrigger>\r\n\t\t\t<lefttrigger>PreviousPicture</lefttrigger>\r\n\t\t\t<dpadleft>PreviousPicture</dpadleft>\r\n\t\t\t<dpadright>NextPicture</dpadright>\r\n\t\t\t<dpadup>ZoomIn</dpadup>\r\n\t\t\t<dpaddown>ZoomOut</dpaddown>\r\n\t\t\t<leftthumbstick>AnalogMove</leftthumbstick>\r\n\t\t\t<back>Stop</back>\r\n\t\t</gamepad>\r\n\t</SlideShow>\r\n\t<ScreenCalibration>\r\n\t\t<gamepad>\r\n\t\t\t<!-- <leftthumbstick>AnalogMove</leftthumbstick> -->\r\n\t\t\t<A>NextCalibration</A>\r\n\t\t\t<black>ResetCalibration</black>\r\n\t\t\t<white>NextResolution</white>\r\n\t\t</gamepad>\r\n\t</ScreenCalibration>\r\n\t<GUICalibration>\r\n\t\t<gamepad>\r\n\t\t\t<!-- <leftthumbstick>AnalogMove</leftthumbstick> -->\r\n\t\t\t<A>NextCalibration</A>\r\n\t\t\t<black>ResetCalibration</black>\r\n\t\t</gamepad>\r\n\t</GUICalibration>\r\n\t<VideoOSD>\r\n\t\t<gamepad>\r\n\t\t\t<start>Back</start>\r\n\t\t\t<black>CodecInfo</black>\r\n\t\t\t<white>Info</white>\r\n\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t</gamepad>\r\n\t</VideoOSD>\r\n\t<VideoMenu>\r\n\t\t<gamepad>\r\n\t\t\t<Y>AspectRatio</Y>\r\n\t\t\t<B>Stop</B>\r\n\t\t\t<start>OSD</start>\r\n\t\t\t<white>Info</white>\r\n\t\t\t<black>CodecInfo</black>\r\n\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t</gamepad>\r\n\t</VideoMenu>\r\n\t<OSDVideoSettings>\r\n\t\t<gamepad>\r\n\t\t\t<X/>\r\n\t\t\t<Y>AspectRatio</Y>\r\n\t\t\t<start>Back</start>\r\n\t\t\t<black>CodecInfo</black>\r\n\t\t\t<white>Info</white>\r\n\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t</gamepad>\r\n\t</OSDVideoSettings>\r\n\t<OSDAudioSettings>\r\n\t\t<gamepad>\r\n\t\t\t<X/>\r\n\t\t\t<Y>AspectRatio</Y>\r\n\t\t\t<start>Back</start>\r\n\t\t\t<black>CodecInfo</black>\r\n\t\t\t<white>Info</white>\r\n\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t</gamepad>\r\n\t</OSDAudioSettings>\r\n\t<VideoBookmarks>\r\n\t\t<gamepad>\r\n\t\t\t<X/>\r\n\t\t\t<Y>Delete</Y>\r\n\t\t\t<start>Back</start>\r\n\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t</gamepad>\r\n\t</VideoBookmarks>\r\n\t<MyVideoLibrary>\r\n\t\t<gamepad>\r\n\t\t\t<black>Delete</black>\r\n\t\t</gamepad>\r\n\t</MyVideoLibrary>\r\n\t<MyVideoFiles>\r\n\t\t<gamepad>\r\n\t\t\t<Y>Queue</Y>\r\n\t\t\t<black>Playlist</black>\r\n\t\t</gamepad>\r\n\t</MyVideoFiles>\r\n\t<MyVideoPlaylist>\r\n\t\t<gamepad>\r\n\t\t\t<Y>Delete</Y>\r\n\t\t\t<black>Back</black>\r\n\t\t</gamepad>\r\n\t</MyVideoPlaylist>\r\n\t<VirtualKeyboard>\r\n\t\t<gamepad>\r\n\t\t\t<start>Enter</start>\r\n\t\t\t<B>Back</B>\r\n\t\t\t<X>BackSpace</X>\r\n\t\t\t<Y>SendClick(103,32)</Y>\r\n\t\t\t<white>SetFocus(120)</white>\r\n\t\t\t<black>SendClick(103,302)</black>\r\n\t\t\t<leftthumbbutton>SendClick(103,303)</leftthumbbutton>\r\n\t\t\t<lefttrigger>CursorLeft</lefttrigger>\r\n\t\t\t<righttrigger>CursorRight</righttrigger>\r\n\t\t</gamepad>\r\n\t</VirtualKeyboard>\r\n\t<ContextMenu>\r\n\t\t<gamepad>\r\n\t\t\t<white>Back</white>\r\n\t\t</gamepad>\r\n\t</ContextMenu>\r\n\t<Scripts>\r\n\t\t<gamepad>\r\n\t\t\t<black>info</black>\r\n\t\t</gamepad>\r\n\t</Scripts>\r\n\t<NumericInput>\r\n\t\t<gamepad>\r\n\t\t\t<B>Back</B>\r\n\t\t\t<X>BackSpace</X>\r\n\t\t\t<start>Enter</start>\r\n\t\t\t<lefttrigger>SkipPrevious</lefttrigger>\r\n\t\t\t<righttrigger>SkipNext</righttrigger>\r\n\t\t</gamepad>\r\n\t</NumericInput>\r\n\t<GamepadInput>\r\n\t\t<gamepad>\r\n\t\t\t<start>Stop</start>\r\n\t\t\t<!-- Enter Password -->\r\n\t\t</gamepad>\r\n\t</GamepadInput>\r\n\t<LockSettings>\r\n\t\t<gamepad>\r\n\t\t\t<start>Back</start>\r\n\t\t</gamepad>\r\n\t</LockSettings>\r\n\t<ProfileSettings>\r\n\t\t<gamepad>\r\n\t\t\t<start>Back</start>\r\n\t\t</gamepad>\r\n\t</ProfileSettings>\r\n\t<PictureInfo>\r\n\t\t<gamepad>\r\n\t\t\t<dpadleft>PreviousPicture</dpadleft>\r\n\t\t\t<dpadright>NextPicture</dpadright>\r\n\t\t</gamepad>\r\n\t</PictureInfo>\r\n</keymap>"
  },
  {
    "path": "Mod Files/system/language/Bulgarian/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n\n<!-- Possible values for <charsets>                     -->\n<!-- ==============================                     -->\n<!--                                                    -->\n<!-- ISO-Charsets:                                      -->\n<!-- ISO-8859-1 - Western Europe (ISO)                  -->\n<!-- ISO-8859-2 - Central Europe (ISO)                  -->\n<!-- ISO-8859-3 - South Europe (ISO)                    -->\n<!-- ISO-8859-4 - Baltic (ISO)                          -->\n<!-- ISO-8859-5 - Cyrillic (ISO)                        -->\n<!-- ISO-8859-6 - Arabic (ISO)                          -->\n<!-- ISO-8859-7 - Greek (ISO)                           -->\n<!-- ISO-8859-8 - Hebrew (ISO)                          -->\n<!-- ISO-8859-9 - Turkish (ISO)                         -->\n<!--                                                    -->\n<!-- Windows Charsets:                                  -->\n<!-- CP1250 - Central Europe (Windows)                  -->\n<!-- CP1251 - Cyrillic (Windows)                        -->\n<!-- CP1252 - Western Europe (Windows)                  -->\n<!-- CP1253 - Greek (Windows)                           -->\n<!-- CP1254 - Turkish (Windows)                         -->\n<!-- CP1255 - Hebrew (Windows)                          -->\n<!-- CP1256 - Arabic (Windows)                          -->\n<!-- CP1257 - Baltic (Windows)                          -->\n<!-- CP1258 - Vietnamesse (Windows)                     -->\n<!-- CP874  - Thai (Windows)                            -->\n<!-- CP949  - Korean                                    -->\n<!--                                                    -->\n<!-- Others:                                            -->\n<!-- GBK        - Chinese Simplified (GBK)              -->\n<!-- BIG5       - Chinese Traditional (Big5)            -->\n<!-- BIG5-HKSCS - Hong Kong (Big5-HKSCS)                -->\n<!-- SHIFT_JIS  - Japanese (Shift-JIS)                  -->\n<!--                                                    -->\n<!-- Link: (Country-Codepage comparison)                -->\n<!-- http://www.science.co.il/Language/Locale-Codes.asp -->\n<!--                                                    -->\n<!-- Possible values for <dvd>                          -->\n<!-- =========================                          -->\n<!-- Language codes expected are two character          -->\n<!-- codes as defined in ISO639.                        -->\n<!--                                                    -->\n<!-- Link:                                              -->\n<!-- http://etext.virginia.edu/tei/iso639.html          -->\n\n\n\n<language locale=\"bgr\">\n  <charsets>\n    <gui>CP1251</gui>\n    <subtitle>CP1251</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>bg</menu>\n    <audio>bg</audio>\n    <subtitle>bg</subtitle>\n  </dvd>\n\n  <regions>\n    <region name=\"Bulgaria\" locale=\"BGR\">\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY 'г.'</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kph</speedunit>\n    </region>\n  </regions>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/Bulgarian/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Bulgarian (http://www.transifex.com/projects/p/xbmc4xbox/language/bg/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: bg\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Програми\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Снимки\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Музика\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Видео\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"ТВ Справочник\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Настройки\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Файлов диспечер\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Времето\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"медиен център XBMC\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"понеделник\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"вторник\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"сряда\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"четвъртък\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"петък\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"събота\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"неделя\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"януари\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"февруари\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"март\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"април\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"май\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"юни\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"юли\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"август\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"септември\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"октомври\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"ноември\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"декември\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"пон.\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"втор.\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"ср.\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"четв.\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"пет.\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"съб.\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"нед.\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"януари\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"февруари\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"март\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"април\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"май\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"юни\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"юли\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"август\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"септември\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"октомври\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"ноември\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"декември\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Изглед: Автоматичен\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Изглед: Автоматичен (едър)\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Изглед: Икони\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Изглед: Списък\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Сканиране\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Сортиране: Име\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Сортиране: Дата\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Сортиране: Размер\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Не\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Да\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Слайдшоу\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Създай миниатюри\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Създай миниатюри\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Преки пътища\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"На пауза\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Копирай\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Премести\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Изтрий\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Преименувай\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Нова папка\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Потвърдете копирането на файла\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Потвърдете преместването на файла\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Потвърдете изтриването на файла?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Да бъдат ли копирани файловете?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Да бъдат ли преместени файловете?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Изтриване на файловете? (Необратимо е!)\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Състояние\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Обекти\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Основни\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Слайдшоу\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Инф. за системата\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Екран\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Албуми\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Артисти\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Песни\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Жанрове\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Плейлисти\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Търсене\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Информация за системата\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Температури:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"ЦПУ:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"ГПУ:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Време:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Текущ:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Компилация:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Мрежа:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Тип:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Статичен\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC адрес\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP адрес\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Връзка:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Половин дуплекс\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Пълен дуплекс\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Памет\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Диск\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Свободни\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Видео\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Свободна памет\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Без връзка\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Свободни\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Не е наличен\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Дисковото устройство е отворено\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Четене\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Няма диск\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Има диск\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Облици\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Включи FTP сървър\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Включи интернет време\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Резолюция\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Синхронизирай честотата на екрана с видеото\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Дата на издаване\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Режим за видеото във формат 4:3\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Настроения\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Стилове\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Песен\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Времетраене\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Избери албум\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Аудио записи\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Преглед\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Обнови\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Търсене на албум\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"Добре\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Не е намерен албум!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Избери всички\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Сканиране за информация\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Запиши\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Разбъркани\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Изчисти\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Сканирай\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Търсене...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Не е намерена информация!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Изберете филм:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Изискване на инф. от %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Зареждане на детайлите за филма\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Лозунг\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Резюме\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Гласове:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Участници\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Сюжет\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Възпроизведи\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Следващ\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Предишен\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Калибриране на потребителския интерфейс...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Видео калибратор...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"По-меко\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Приближаване\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Пикселно съотношение\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD устройство\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Моля, поставете диск\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Отдалечен споделен ресурс\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Няма връзка с мрежа\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Отказ\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Скорост\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Тестови модели за калибриране...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Търси имената на песните от аудио CD-та във freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Разбъркай реда на песните при зареждане на плейлист\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Спиране въртенето на твърдия диск след\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Видео филтри\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Без\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Toчков\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Линеарен\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Анизотропен\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussian cubic\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Намаляване\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Увеличаване\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Изчисти плейлиста след приключване\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Автоматично възпроизвеждане DVD-Video\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Автоматично възпроизвеждане VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Автоматично възпроизвеждане Audio-CD\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Автоматично възпроизвеждане Xbox игри\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Автоматично възпроизвеждане видео\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Автоматично възпроизвеждане музика\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Автоматично възпроизвеждане снимки\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Скриптове\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Език\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"музика\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Визуализация\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Изберете целева папка\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Изходящо стерео до всички говорители\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Брой на каналите\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- Приемник с DTS\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Изтегляне на информация за диска\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Грешка\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Прочитай информацията от етикетите\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Отваряне\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Изчакване за започване...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Резултат от скриптовете\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Разреши контролирането на XBMC чрез HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Запис\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Спри записа\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Подредба: Аудио запис\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Подредба: Време\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Сортиране : Заглавие\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Подредба: Артист\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Подредба: Албум\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Топ 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Компенсиране на overscan горе вляво\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Компенсиране на overscan долу вдясно\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Позициониране на субтитрите\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Регулиране съотношението на пиксели\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Ползвайте стрелките, за да промените overscan-а (в %-ти)\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Преместете лентата, за да промените позицията на субтитрите\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Променете правоъгълника, така че да стане идеален квадрат\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Настройките не могат да бъдат заредени\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Ще бъдат ползвани стандартните настройки\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Моля, проверете XML файловете\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Намерени са %i  елемента\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Резултат от търсенето\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Не са открити елементи\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Филтър за след обработка\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Субтитри\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Шрифт\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Размер\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Обхват на динамичната компресия\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"видео\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Аудио\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Преглед за субтитри\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Създай отметка\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Изчисти отметките\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Отместване на звука\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Отметки\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Закъснение\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Език\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Включена\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Нередуващи\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Автоматична дообработка\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Вертикален разблокиращ филтър\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Хоризонтален разблокиращ филтър\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Атоматично осветяване/контраст\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Звънене\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=авто)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Почистване на базата от данни\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Подготвяне...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Грешка в базата от данни\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Търсене на песни...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Почистването приключи успешно\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Почистване на песни...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Възникна грешка при почистването на песните\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Почистване на артисти...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Възникна грешка при почистването на артистите\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Почистване на жанрове...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Възникна грешка при почистването на жанровете\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Почистване на пътища...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Възникна грешка при почистването на пътищата\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Почистване на албуми...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Възникна грешка при почистването на албумите\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Записване на промените...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Възникна грешка при записването на промените\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Може да отнеме известно време...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Компресиране на базата от данни...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Възникна грешка при компресирането на базата от данни\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Желаете ли библиотеката да бъде почистена?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Почистване на библиотеката...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Старт\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Конвертиране честотата на кадрите\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Аудио изход\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Аналогов\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Цифров\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Различни артисти\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"От диск\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Филми\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Честота на кадрите (настройки)\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Актьори\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Година\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"програми\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Изкл.\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Затъмняване\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Черен\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Матрицата пътеки\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Активирай скрийнсейвъра след\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Скрийнсейвър\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Брояч за автоматично изключване\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Всички албуми\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Наскоро добавени албуми\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Скрийнсейвър\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Рекурсивно слайдшоу\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Степен на затъмняване от скрийнсейвъра\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Подредба: Файл\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Dolby Digital (AC3) приемник\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Сортиране: Име\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Сортиране: Година\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Сортиране: Рейтинг\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Заглавия\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Гръмотевични бури\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Частично\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Предимно\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Слънчево\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Облачно\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Сняг\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Дъжд\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Слаб\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"Преди обяд\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"След обяд\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Превалявания\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Слаба\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Променливо\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Вятър\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Силен\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Ясно с малко облаци\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Ясно\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Облачно\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Ранен\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Преваляване\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Вихрушки\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Мин\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Среден\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Макс\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Мъгла\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Мараня\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Изберете локация\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Интервал за обновяване на информацията \"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Единици за температура\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Единици за скорост\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Време\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Температура\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Усеща се като\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV индекс\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Вятър\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Оросяване\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Влажност\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"От\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"на\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Стандартни\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Свързване с метеорологичната услуга\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Сваляне на информация за:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Данните за времето не могат да бъдат свалени\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Ръчно\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Няма отзиви за албума\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Сваляне на миниатюра...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Не е налична\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Изглед: Големи икони\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Включи библиотека\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Изтрий инф. за албума\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Изтрий инф. за диска\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Изберете\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Не е открита информация за албума\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Не е открита информация за диска\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Диск\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Поставете правилният CD/DVD диск\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Моля, въведете следното CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Подредба: DVD№\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Няма кеш\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Премахване на филм от библиотеката\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Наистина ли желаете премахването на: \\\"%s\\\"?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Сменяем диск\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Отваряне на файл\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Кеш\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Харддиск\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Локална мрежа\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Интернет\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Видео\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Аудио\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Автоматично възпроизвеждане\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Включено\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Колони\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Адрес от 1-ви ред\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Адрес от 2-ри ред\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Адрес от 3-ти ред\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Адрес от 4-ти ред\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Редове\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Режим\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Превключи изгледа\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Субтитри\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Аудио поток\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[активен]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Субтитри\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Подсветка\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Яркост\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Контраст\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Гама\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Тип\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Преместете лентата, за да промените позицията на OSD\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Позиция на OSD\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Заслуги\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Изкл.\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Само музика\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Музика и видео\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Плейлистът не може да бъде зареден\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Облик и език\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Изглед\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Аудио настройки\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Относно XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Изтрий албума\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Повтори\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Повтори веднъж\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Повтори папката\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Възпроизвеждай автоматично следващата песен\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Ползвай големи икони\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Преоразмеряване VobSubs\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Допълнителни опции (Само за експерти!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Пълна звукова височина\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Възпроизвеждай видеото в резолюцията на графичния интерфейс\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Калибриране\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Показвай разширенията на файловете\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Сортиране: Тип\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Свързването с интернет услугата за търсене не е възможно\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Свалянето на информация за албума се провали\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Търсене на имена на албуми...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Отвори\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Зает\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Празен\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Зареждане на информация от файлове...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Подредба: Употреба\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Включи визуализации\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Разреши смяната на видео режима\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"При стартиране отваряй\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Начален екран\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Ръчни настройки\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Жанр\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Направи складиланите архиви с един прозрачен файл\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Наскоро възпроизвеждани албуми\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Стартиране\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Стартирай в...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Редактирай XBE заглавие\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Компилации\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Премахни източника\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Превключи към...\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Изберете плейлист\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Нов плейлист...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Добави към плейлиста\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Добавяне към библиотеката\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Въведете заглавие\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Грешка: Името се дублира\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Изберете жанр\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Нов жанр\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Ръчно допълнение\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Въведете жанр\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Изглед: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Списък\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Икони\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Голям списък\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Големи икони\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Широк\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Голям широк\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Икони на албуми\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD икони\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Информация\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Аудио извод (устройство)\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Декодиращо устройство\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Няма биография за артиста\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Смесвай многоканалното аудио до два стерео канала\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Подредба: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Име\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Дата\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Размер\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Запис№\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Време\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Заглавие\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Артист\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Албум\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Плейлист\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Файл\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Година\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Рейтинг\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Тип\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Употреба\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Артист на албум\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Брой гледания\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Последно гледан на\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Коментар\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Дата на добавяне\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Стандартно\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Студио\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Път\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Държава\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"В процес\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Посока на сортиране\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Метод на сортиране\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Изглед (режим)\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Различен изглед за отделните папки\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Възходящ\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Низходящ\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Редактиране на плейлиста\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Филтър\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Отказ от режим \\\"Парти\\\"\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Режим \\\"Парти\\\"\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Случаен\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Изкл.\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Едно\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Всички\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Изкл.\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Повтори: Изкл.\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Повтори: Веднъж\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Повтори: Всички\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Извличане на музика от аудио диск\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Средно\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Стандартно\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Изключително\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Постоянен битрейт\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Извличане...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Към:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Извличането не е възможно\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"Не е зададен CDDA път при извличане.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Извличане на аудио записа\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Въведете номер\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Аудио CD-та\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Енкодер\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Качество\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Битрейт\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Добави номера на песента\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Всички песни на\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Изглед (режим)\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Нормален\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Приближаване\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Разтягане до 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Разтягане 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Разтягане до 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Оригинален размер\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Персонално\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Възпроизведи отново\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Настрой входен режим\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"С нива от песните\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"С нива от албумите\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"PreAmp Level - Replay gained files\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"PreAmp Level - Non replay gained files\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Avoid clipping on replay gained files\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Изрязване на черните ленти\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Трябва да се разопакова голям файл. Да се изпълни ли?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Премахни от библиотеката\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Изнасяне на видео библиотека\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Внасяне на видео библиотека\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Внасяне\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Изнасяне\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Преглед за библиотека\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Години\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Обнови библиотеката\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Показвай дебъг инф.\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Преглед за изпълним файлове\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Преглед за плейлист\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Преглед за папка\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Информация за песента\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Усилване на звука\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Изберете папка за изнасянето\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Файлът вече не е наличен.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Да бъде ли премахнат от библиотеката?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Преглед за скрипт\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Степен на компресиране\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Почистване на библиотеката\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Премахване на стари песни от библиотеката\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Пътят е бил сканиран преди\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Мрежа\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"HTTP proxy host\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"HTTP proxy порт\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Ползвай HTTP прокси сървър за достъп до интернет\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"HTTP proxy потребителско име\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"HTTP proxy парола\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Интернет Протокол (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Избран е невалиден порт. Стойността може да е между 1 и 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP прокси\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Задаване\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Автоматично (DHCP) [динамично конфигуриране]\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Ръчно (Статично)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Подразбиране (Табло)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP address\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Netmask\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Default gateway\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS server\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Запиши и рестартирай\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Избран е невалиден адрес. Стойността трябва да е AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"с числа между 0 и 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Промените не са записани. Продължаване без записване?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Уеб сървър\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP сървър\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Интернет време\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"Web сървър порт\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Сървър за интернет време\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Запиши и приложи\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"Web сървър парола\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Без парола\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Кодова таблица\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Стил\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Цвят\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Нормален\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Удебелен\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Наклонен\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Удебелен и наклонен\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Бял\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Жълт\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Файлове\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Няма сканирана информация за този изглед\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Моля, изключете режима \\\"Библиотека\\\"\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Възникна грешка при зареждането на снимка\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Редактиране на пътя\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Огледален образ\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Сигурни ли сте?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Премахване на източник\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Добави препратка към програма\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Редактиране на пътя до програмата\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Редактирай името на програмата\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Редактирай дълбочина на пътя\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Изглед: Голям списък\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Жълт\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Бял\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Син\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Светло син\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Жълто-зелен\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Синьо-зелен\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Светло сив\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Сив\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Грешка %i: споделеното не е налично\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Атоматичен FATX limiter\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Аудио извод\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Преход\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Папка за слайдшоу\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Мрежови интерфейс\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Име на безжична мрежа (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Парола на безжична мрежа\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Сигурност на безжична мрежа\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Запиши и приложи настройките на мрежовия интерфейс\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Без шифроване\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Прилагане на настройките. Моля, изчакайте.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Мрежовият интерфейс е рестартиран успешно.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Мрежовият интерфейс не стартира успешно.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Интерфейсът е изключен\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Мрежовият интерфейс е изключен успешно.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Име на безжичната мрежа (ESSID)\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Сървър на събития\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Разреши на програми от компютъра да контролират XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Порт\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Порт (диапазон)\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Разреши на програми от други компютри да контролират XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Първоначално забавяне преди отчитане на повторения (мс)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Интервал между повторенията (мс)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Максимален брой клиенти\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Интернет достъп\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Въвели сте невалиден номер на порта\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Валидни са портовете в диапазона 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Валидни са портовете в диапазона 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Скрийнсейвър предварителен преглед\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Не може да бъде осъществена връзка\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC не може да се свърже към мястото от мрежата.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Вероятна причина е липса на връзка към мрежата.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Желаете ли да бъде добавено, въпреки това?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP адрес\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Добавяне на място от мрежата\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Протокол\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Адрес на сървъра\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Име на сървъра\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Отдалечен път\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Споделена папка\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Порт\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Потребителско име\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Преглед за мрежови сървър\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Въведете мрежовия адрес на сървъра\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Въведете път на сървъра\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Въведете номер на порта\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Въведете потребителско име\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Добавяне източник на %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Въведете път или прегледайте за медийни файлове.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Въведете име за медийния източник.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Преглед за нов споделен ресурс\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Преглед\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Извличането на информация за папката не е възможно.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Добави източник\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Редактирай източника\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Редактиране източника на %s\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Въведете нов етикет\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Преглед за снимка\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Преглед за папка със снимки\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Добави място от мрежата...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Преглед за файл\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Подменю\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Бутони в подменюто\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Любими\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"ВЪНШНИ ПРОГРАМИ\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"ВЪНШНИ ПРОГРАМИ\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"ВЪНШНИ ПРОГРАМИ\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Зареждане на директория\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Извлечени са %i елемента\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Извлечени са %i от %i елемента\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Програми\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Задай картинка на добавка\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Настройки на добавка\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Точки за достъп\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Други...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"Web сървър потребителско име\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Настройки на скрипта\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Единични\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB клиент\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Работна група\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Стандартно потребителско име\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Стандартна парола\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS сървър\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Монтиране на SMB споделени ресурси\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Премахни\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Музика\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Видео\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"снимки\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Файлове\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Музика и видео \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Музика и снимки\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Музика и файлове\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Видео и снимки\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Видео и файлове\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Снимки и файлове\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Музика, видео и снимки\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Музика, видео, снимки и файлове\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Изключено\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Файлове. музика и видео\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Файлове, снимки и музика\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Файлове, снимки и видео\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Музика и програми\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Видео и програми\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Снимки и програми\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Музика, видео, снимки и програми\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Програми, видео и музика\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Програми, снимки и музика\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Програми, снимки и видео\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP потребителско име\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP парола\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Паролата настроена успешно\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Автоматично откриване\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Система за автоматично откриване\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Nickname\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Изискай свързване\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Изпрати FTP потребител и парола\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Ping интервал\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Желаете ли да се свъжете към автоматично откриваща система?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Обяви тези услуги към други системи чрез Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Задаено аудио устройство\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Задайте устройство, което да декодира звука\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Плаващи\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"и\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Замръзване\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Късно\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Изолирано\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Дъжд с гръмотевици\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Гръм\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Слънце\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Тежък\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"в\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \" \"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Околността\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Лед\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Кристали\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Спокойно\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"с\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"ветровито\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"ръми\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Гръмотевична буря\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Ръмеж\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Мъгливо\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Градушка\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"Г-Буря\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"Г-Дъжд\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"\\\"Приспиване\\\" на екрана при бездействие\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Времетраене\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Неуспешно изпълнен скрипт! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"LCD тип\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Начален\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Програми\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Снимки\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Диспечер на файлове\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Настройки\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Музика\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Видео\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Информация за системата\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Настройки - Основни\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Настройки - Екран\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Настройки - Изглед - Калибриране на интерфейса\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Настройки - Видео - Калибриране на екрана\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Настройки - Снимки\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Настройки - Програми\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Настройки - Времето\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Настройки - Музика\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Настройки - Система\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Настройки - Видео\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Настройки - Мрежа\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Настройки - Изглед\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Скриптове\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Видео/Плейлисти\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Настройки - Профили\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Да/Без Диалог\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Диалог развитие\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Търсене на субтитри...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Търсене или кеширане на субтитри...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"прекратяване\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"буфериране\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Отваряне на поток\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Музика/Плейлист\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Музика/Файлове\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Музика/Библиотека\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Редактор на плейлисти\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Топ 100 на песните\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Топ 100 на албумите\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Програми\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Настройване\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Прогноза за времето\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Мрежови игри\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Разширения\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Системна информация\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Музика - Библиотека\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Възпроизвежда - Музика\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Възпроизвежда - Видео\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Инф. за албума\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Инф. за филма\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Изберете диалог\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Музика / Информация\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Диалог OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Видео / Информация\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Скриптове / Информация\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Видео на цял екран\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Аудио визуализация\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Диалог подреждане на файлове\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Пресъздаване на индекса...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Към прозореца с музика\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Към прозореца с видео\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Опресни тренажор списък\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Тренажор\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Няма намерени тренажори\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Тренажор Настройки\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Всички регистрирани тренажори липсват. Опреснете списъка\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Автоматично възобновяване от последната позиция\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Не\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Да\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Питай\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Започни отначало\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Възобнови от %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Валидиране на съществуващите тренажори...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Добре\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Заключено! Въведете код...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Въведете парола\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Въведете главен код\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Въведете код за отключване\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"или натиснете \\\"C\\\" за отказ\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Въведете комбинация от бутони с геймпада и\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"натиснете Старт или Назад за отказ\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Заключване\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Отключване\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Нулирай заключването\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Премахни заключването\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Парола от цифри\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Комбинация от бутони на геймпад\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Текстова парола\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Въведете нова парола\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Въведете отново паролата\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Неправилна парола,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"оставащи опита: \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Въведените пароли не съвпадат.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Достъпът е забранен\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Достигнахте лимита на опитите за отключване.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Системата сега ще се изключи.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Заключен елемент\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Реактивирай заключването\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Смени заключването\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Източник на заключването\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Не е въведена парола. Опитайте отново.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Заключване с код\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Изключи системата ако се достигне лимита на опитите за отключване с код\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Главният код не е валиден!\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Моля, въведете валиден главен код!\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Настройки и управление на файловете\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Направи по подразбиране за всички филми\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Всички предходни стойности ще бъдат нулирани\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Показвай всяка снимка за\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Ползвай ефект на мащабиране\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Възпроизведи NTSC видео на PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Възпроизведи PAL видео на NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Възпроизведи NTSC видео на PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12 часов часовник\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24 часов часовник\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Ден/Месец\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Месец/Ден\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Системата работи от\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Минути\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Часа\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Дни\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Общо е работила\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Времето\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Скрийнсейвър\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Система\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Пряко спиране въртенето на твърдия диск\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Само видео\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Закъснение\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Минимално времетраене на файл\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Изключване\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Табло\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Ползвай свой път към табло\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Действие на функцията за изключване\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Изход от XBMC\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Хиберниране\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Суспендиране\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Изход от XBMC\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Рестартиране\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Минимизирай\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Действие на бутона \\\"Изключване\\\"\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Активна ли е друга сесия? Вероятно чрез SSH.\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Монтиран сменяем твърд диск\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Опасно отстраняване на устройство\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Успешно отстранено устройство\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Свързан е джойстик\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Откачен е джойстик\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Филтър за трептене\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"По избор на драйвъра (изисква рестарт)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Вертикална синхронизация\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Изключена\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Вкл. при възпроизвеждане\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Винаги включено\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Тест и прилагане на резолюцията\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Запазване на резолюцията?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Желаете ли да запазите тази резолюция?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Висококачествено увеличение на размера и запазване на пропорциите\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Изключено\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Само за съдържание със SD качество\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Винаги включен\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Метод \"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU ниво на Upscaling с високо качество\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU Студийно ниво на цветна конверсия\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Затъмняване на останалите екрани\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Изключено\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Затъмнени екрани\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Открити са активни връзки!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Ако продължите е възможно да загубите възможността за контрол\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \" на XBMC. Наистина ли желаете да спрете сървъра за събития?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Промяна на режима \\\"Apple дистанционно\\\"?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Ако в момента ползвате \\\"Apple дистанционно\\\" да контролирате\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC променянето на настройките ще повлияе\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"възможностите за контролиране. Желаете да продължите?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD ключ:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD темп:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD модел:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD фирмуер:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD модел:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD серия:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD фирмуер:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD парола:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD lock state:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Subnet маска\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Gateway\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Основен DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Инициализиране неуспешно\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Геймпад\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Клавиатура\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Мишка\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Глава/Микрофон\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Единица памет\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"IR-Remote\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Порт за контролера\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Никога\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Незабавно\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"След %i секунди\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Дата на инсталиране на диска:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Брой цикли вкл./изкл. на диска:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Профили\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Изтриване на профил \\\"%s\\\"?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Последно зареден профил:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Непознат\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Презапиши\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Аларма\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Интервал на алармите (в минути)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Активна, аларма в %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Аларма!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Прекъсната с %im%is оставащи\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Търси субтитри в RAR архиви\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Преглед за субтитри...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Премести елемента\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Премести елемента тук\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Отказ от местенето\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Хардуер:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"ЦПУ натоварване:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Свързани сте, но няма наличен DNS.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Твърд диск\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Памет\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Стандартен\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Мрежа\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Видео\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Хардуер\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Операционна с-ма:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"ЦПУ честота:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Открит BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Видео енкодер:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Резолюция на екрана:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox версия:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox сериен номер:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox производител:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Modchip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Аудио/Видео кабел:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Видео & XBE регион:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD район:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Интернет:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Наличен\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Не е наличен. Проверете настройките на мрежата.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Xbox Live ключ:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Целева температура\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Скорост на вентилатора\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Автоматично контролиране на температурата\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Замени скоростта на вентилатора\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Шрифт\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Включи обръщане на двупосочен низ\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Показвай RSS емисиите\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Показвай елемент за връщане към родителската директория\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Шаблон за именуване на песните\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Желаете ли системата да бъде рестартирана?\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"Вместо само XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Ефект приближаване\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Плуващ ефект\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Намаляване на черните ленти\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Рестартиране\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Плавен преход между песните [Crossfade]\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Пресъздай миниатюрите\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Рекурсивни миниатюри\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Вид слайдшоу\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Рекурсивно слайдшоу\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Разбъркай\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Стерео\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Само ляв\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Само десен\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Включи поддръжката на караоке\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Прозрачност на фона\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Прозрачност на картина\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Аудио/Видео закъснение\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Караоке\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s не е намерен\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Грешка при отварянето на %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"%s не може да бъде зареден\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Грешка: Няма достатъчно памет\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Премести нагоре\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Премести надолу\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Редактирай етикета\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Направи стандартен\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Премахни бутона\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Преден LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Преден LED цвят\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Остави както е\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Зелен\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Оранжев\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Червен\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Цикъл\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Изключи LED при възпроизвеждане\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Информация за филма\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Сложи на опашката\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Търси в IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Сканирай за ново съдържание\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"В момента свири...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Информация за албума\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Анализиране\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Спри сканирането\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Метод за рендване\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Ниско качество пикселни шейдъри\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Хардуерни пластове\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Високо качество пикселни шейдъри\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Възпроизведи елемента\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Задай миниатюра за артиста\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Генерирай миниатюрите автоматично\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Включи гласа\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Включи устройството\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Сила на звука\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Стандартен изглед\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Стандартна яркост\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Стандартен контраст\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Стандартна гама\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Възобнови видеото\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Гласова маска - Порт 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Гласова маска - Порт 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Гласова маска - Порт 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Гласова маска - Порт 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Преход базиран на времето\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Шаблон за именуване на песните - отдясно на екрана\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Шаблон\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Няма достъпни настроени\\nза тази визуализация\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Няма достъпни настройки\\nза тази визуализация\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Отвори/Затвори\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Използване на визуализация при възпроизвеждане на аудио\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Изчисли размера\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Изчисляване размера на папката\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Видео - настройки\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Аудио и субтитри - настройки\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Включи субтитрите\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Кратки пътища\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Игнорирай членуването при сортиране (напр. \\\"the\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Плавен преход само за песните от един и същ албум\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Преглед за %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Покажи позицията на песента\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Изчисти стандартните\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Възобнови\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Миниатюра\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Инф. за миниатюрата\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s шаблони\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(потребителски рейтинг от IMDb)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Топ 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Свързване с Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Минимална скорост на вентилатора\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Сваляне\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Добави и артисти, които участват само в компилации\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Метод за рендване\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Автоматично откриване\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Основни шейдъри (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Допълнителни шейдъри (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Софтуерно\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Безопасно премахване\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Започни слайдшоу тук\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Запомни за този път\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Ползвай елементи от пикселния буфер\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Метод за Аудио/Видео синхронизиране\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Аудио честота\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Видео честота (пропуск/дублиране на звука)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Видео честота (пресегмент. на звука)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Раксимално количество мостри (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Качество на пресегментиране\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Ниско(бързо)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Средно\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Високо\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Наистина високо(бави!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Синхронизирай видеото към честотата на обновяване на екрана\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple дистанционно\"\n\nmsgctxt \"#13601\"\nmsgid \"Use MCE/Universal Remote\"\nmsgstr \"Режим\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Стартиране на XBMC с дистанционно\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Време на закъснение поредица\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Изключено\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Стандарт\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Универсално дистанционно\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Универсално дистанционно (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Apple дистанционно - грешка\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Поддръжката на Apple Remote може да се включи.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Групиране\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Разгрупиране\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Сваляне файла на плейлиста...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Сваляне на списъка с потоци...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Анализиране на списъка на потоци...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Свалянето на списъка с потоци се провали\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Свалянето файла на плейлиста се провали\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Папка с игри\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Автопревключване на миниатюри, когато\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Автопревключване на изглед с миниатюри\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Ползвай големи икони\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Превключване, когато\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Проценти\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Няма файлове и поне една миниатюра\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Поне един файл и миниатюра\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Процент от миниатюрите\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Преглед на настройките\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Промяна на код на областта 1 (или град)\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Промяна на код на областта 2 (или град)\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Промяна на код на областта 3 (или град)\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Библиотека\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Без ТВ\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Въведете най-близкия голям град\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Видео/Аудио/DVD кеш - Харддиск\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Видео кеш - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Локална мрежа\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Интернет\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Аудио кеш - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Локална мрежа\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Интернет\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD кеш  - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Локална мрежа\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Услуги\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Мрежовите настройки са променени\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"За промяна на мрежовите настройки е необходимо\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"рестартиране на XBMC.  Желаете ли да рестартирате сега?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"След обработка\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Изключване и при възпроизвеждане\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i мин\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i сек\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i мс\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Формат на часа\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Формат на датата\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Филтри за интерфейса\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Ползвай сканиране на заден фон\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Спри сканирането\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Невъзможно, докато тече сканиране за информация\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Зърнест ефект\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Търси миниатюри в отдалечени споделени ресурси\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Непознат тип кеш - интернет\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Автоматичен\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Въведете потребителско име за\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Дата и час\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Задайте дата\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Задайте час\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Въведете часа в 24-ов формат ЧЧ:ММ\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Въведете датата в формат ДД/ММ/ГГГГ\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Въведете IP адрес\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Прилагане на настройките сега?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Приложи настройките сега\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Разреши преименуването и триенето на файлове\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Задайте часови пояс\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Ползвай лятното часово време\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Добави към любимите\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Премахни от любимите\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Цвят\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Часови пояс на държава\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Часови пояс\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Списъци с файлове\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Показвай EXIF информацията от снимките\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Ползвай прозорец на цял екран вместо целия екран\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"При избиране добавяй песните към опашката\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Автоматично възпроизвеждане на аудио CD\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Възпроизвеждане\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD-та\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Възпроизвеждай DVD-тата автоматично \"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Шрифт за текстови субтитри\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Международни\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Кодировка\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Дебъгване\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Сигурност\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Входни устройства\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Пестене на енергия\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Премахни\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Игри\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Добави\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Парола\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Библиотека\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"База от данни\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Всички албуми\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Всички артисти\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Всички песни\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Всички жанрове\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Буфериране...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Звуци при навигиране\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"От облика\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Тема\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Стандартна тема\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Подаване на песни към Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.fm потребител\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.fm парола\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Невъзможност за здрависване: заспиване...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Мола опреснете XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Лоша оторизация: Проверете име и парола\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Свързан\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Не сте свързан\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Подаване на интервал %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Кеширани %i песни\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Подаване...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Подаване in %i секунди\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Възпроизведи чрез...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Използвай гладко А/В синхонизиране\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"При изглед с миниатюри скрий имената на файловете\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Възпроизведи в режим \\\"Парти\\\"\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Подаване на песни към Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Libre.fm потребител\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Libre.fm парола\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Scrobbler\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Подай Last.fm радио към Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Свързване към Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Избиране на станция...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Търсене на подобни изпълнители...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Търсене на подобни етикети...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Вашият профил (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Пълни етикет\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Топ изпълнители за етикет %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Топ албуми за етикет %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Топ песни за етикет %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Слушай етикет %name% Last.fm радио\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Подобни изпълнители като %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Топ %name% албуми\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Топ %name% песни\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Топ %name% етикети\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Най-големи фенове на %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Слушай %name% фенове Last.fm радио\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Слушай %name% подобни изпълнители Last.fm радио\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Топ изпълнители за потребител %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Топ албуми за потребител %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Топ песни за потребител %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Приятели на потребител %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Съседи на потребител %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Седмична диаграма на изпълнител %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Седмична диаграма на албум %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Седмична диаграма на песен %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Слушай %name%те съседи Last.fm радио\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Слушай %name%'s лично Last.fm радио\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Слушай %name%'s любими песни Last.fm радио\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Получаване на лист от Last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Не мога да получа лист от Last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Въведете име на изпълнител, за да намеря свързани\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Въведете етикет за да намеря подобни\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Песни наскоро слушани %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Слушай %name%те препоръчителни Last.fm радио\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Топ етикети за потребител %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Желаете ли да добавите текущата песен към любимите?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Желаете ли да забраните текущата песен?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Добавено към любимите: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Не мога да добавя '%s' към любимите.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Забранен: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Не мога да забраня '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Песента наскоро е заредена от %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Песента наскоро е забранена то %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Премахване от любими\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Премахване от Забранени\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Желаете ли да премахнете тази песен от любимите?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Желаете ли да премахнете тази песен от Забранени?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Пътят не е намерен или не е валиден\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Свързването с мрежовия сървър е невъзможно\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Не са намерени сървъри\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Workgroup не е намерена\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Отваряне на източник с няколко пътя\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Път:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Основни\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Конфигуриране на аудио хардуер...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Интернет търсене\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Плейър\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Възпроизведи медия от диск\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Въведете ново заглавие\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Въведете името на филма\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Въведете името на профила\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Въведете името на албума\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Въведете името на плейлиста\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Въведете ново име за файла\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Въведете име на папката\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Въведете директория\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Налични опции: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Въведете низ за търсене\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Без\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Автоматично избиране\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Деинтерлейсинг\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (inverted)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Interlaced handling\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Отказване...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Въведете името на артиста\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Възпроизвеждането се провали\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Възпроизвеждането на един или повече елемента се провали.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Въведете стойност\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Проверете дневника за детайли.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Режим \\\"Парти\\\" е прекратен.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Няма съвпадаща песен в библиотеката.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Не мога да инициализирам библиотеката.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Базата от данни не може да се отвори.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Песни от базата от данни не могат да бъдат намерени.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Плейлист в режим \\\"Парти\\\"\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Всички видеа\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Неизгледани\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Изгледани\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Маркирай като гледан\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Маркирай като негледан\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Редактирай заглавието\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Ползвай NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Ползвай само NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Ползвай само NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Ползвай само PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"За 60hz игри\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Операцията е прекратена\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Копирането се провали\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Копирането на поне един файл се провали\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Преместването се провали\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Преместването на поне един файл се провали\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Изтриването се провали\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Изтриването на поне един файл се провали\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Метод за видео мащабиране\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Nearest neighbour\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (software)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (software)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (software)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"(VDPAU)Времева\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"(VDPAU)Времева/Пространствена\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)Намаляване на шума\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)Острота\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Обратен Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Пост обработка\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Изобразяване време за заспиване\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Превключи на канал\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Папка за извлечената музика\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Ползвай външен DVD плейър\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Външен DVD плейър\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Папка за Trainers\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Папка за снимките на екрана\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Папка за плейлистите\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Записи\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Снимки на екрана\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Ползвай XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Музикални плейлисти\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Видео плейлисти\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Желаете ли играта да бъде стартирана?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Подредба: Плейлист\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Отдалечена миниатюра\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Текуща миниатюра\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Локална миниатюра\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Без миниатюра\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Избор на миниатюра\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Конфликт\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Сканирай за нови\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Сканирай всички\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Район\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Обобщение\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Заключи прозореца на музиката\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Заключи прозореца на видео файловете\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Заключи прозореца на снимките\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Заключване за програми, запазвания & скриптове\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Заключи диспечера на файлове\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Заключи настройките\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Започни наново\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Вход в главния режим\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Изход от главния режим\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Да бъде ли създаден профилът \\\"%s\\\"?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Начало с нови настройки\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Най-добрите налични\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Автопревключване между 16x9 и 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Третирай групираните файлове като отделни\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Внимание\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Напуснахте главния режим\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Влязохте в главния режим\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com миниатюра\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Премахни миниатюрата\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Добави профил...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Изискай инф. за всеки албум\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Медийна информация\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Отделно\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Споделено с главния профил\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Споделено с главния профил (само за четене)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Копирай стандартните\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Картинка на профила\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Настройки за заключване\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Редактирай профила\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Заключване на профила\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Папката не може да бъде създадена\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Папка на профила\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Начало с нови медийни източници\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Уверете се, че в избраната папка може да се\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"записва и името на папката е валидно\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"MPAA рейтинг\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Въведете кода за заключване\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Искай кода при стартиране\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Настройки на облика\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- не е зададена препратка -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Включи анимациите\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Изключи RSS при възпроизвеждане на музика\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Включи клавишните комбинации\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Показвай програмите в главното меню\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Показвай инф. за текущия музикален файл\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Показвай текущите метеорологични условия\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Показвай инф. за системна\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Покажи достъпно дисково пространство C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Покажи достъпно дисково пространство E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Информация за времето\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Свободно място на диска\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Въведете име на съществуващ споделен ресурс\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Код за заключване\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Зареди профила\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Име на профила\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Медийни източници\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Въведете кода за заключване на профила\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Екран за влизане\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Изтегляне на инф. за албума\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Изтегляне на инф. за албум\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Не може да се извлича от CD докато се възпроизвежда\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Заключващ код и настройки\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Въвеждането на заключващия код да включва главния режим\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"или копиране на стандартните?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Да бъдат ли записани промените на профила?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Намерени са стари настройки.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Желаете ли да ги ползвате?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Намерени са стари медийни източници.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Отделно (заключено)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Основна\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- Увеличаване\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP настройки\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Автоматично стартиране на UPnP клиента\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Последно влизане: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"До сега не сте се влизали\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Профил %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Влизане / Изберете профил\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Заключване на екрана за влизане\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Кодът за заключване не е валиден.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Трябва да зададете кода за заключване.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Желаете ли да го зададете сега?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Зареждане на информация за програмата\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Започва парти!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Правилно\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Смесване на напитките\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Пълнене на чашите\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Влезли сте като\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Излезте\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Към в основната папка\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Вълна\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Вълна (обърната)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Смесване\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Рестартирай видеото\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Редактирай мястото в мрежата\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Премахни мястото в мрежата\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Желаете ли папката да бъде сканирана?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Карта с памет\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Монтирана е карта с памет\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Монтирането на картата с памет не е възможно\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"На порт %i, слот %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Заключи скрийнсейвъра\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Задай\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Потребител\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Въведете парола за\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Брояч за изключване\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Интервал за изкл (минути)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Стартирано е изключване след %i мин\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Изключване след 30 минути\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Изключване след 60 минути\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Изключване след 120 минути\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Изключване с брояч\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Прекъсни брояча за изключване\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Заключи настройките за %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Преглед...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Обобщение\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Памет\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Твърд диск\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Мрежа\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Видео\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Хардуер\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Общо\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"В употреба\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"от\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Заключването не се поддържа\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Отключено\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Заключено\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Замразено\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Изисква ресет\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Седмица\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Линия\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windows мрежа (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP сървър\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP сървър\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"DAAP - споделена музика от iTunes\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP сървър\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Показвай инф. за текущото видео\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Завършено\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Символи\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Backspace\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Space\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Презареди облика\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Ротирай снимките въз основа на EXIF информацията\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"За ТВ Сериали ползвай изглед с плакати\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Моля, изчакайте\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Архивирам EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Архивирам BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Превъртай автоматично текста на сюжета и отзивите\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Персонален\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Включи дебъг дневника (за отстраняване на грешки)\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Сваляй допълнителна инф. при обновяване на библиотеката\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Инфо сайт по подразбиране\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Смени източника на инф.\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Изнасяне на музикалната библиотека\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Внасяне на музикална библиотека\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Не е намерен артист!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Свалянето на информация за артист се провали\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Започва парти! (видео)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Смесване на напитките (видео)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Пълнене на чашите (видео)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV сървър (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV сървър (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV client\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Директория на уеб сървъра (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Директория на уеб сървъра (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Записването не е възможно в папка:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Желаете ли да се пропусне (прескочи)?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS емисия\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Непознат. Моля добавете MD5 от xbmc.log в BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Вторичен DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP сървър:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Направи нова папка\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Затъмни LCD при възпроизвеждане\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Непознат или вграден (защитен)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Затъмни LCD на пауза\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Превключи LED на вкл ако на пауза\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Видео - Библиотека\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Запазени игри\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Сортиране: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Свали запазени\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Запази игри инсталирани на HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Неуспешно сваляне на запазена игра\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Избери запазена игра за сваляне и инсталация\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Не е намерено онлайн запазване за конкретната игра\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Иди на запазени игри\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Запазени игри\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Възпроизведи част...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Нулиране на калибровката\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Калибровката на %s ще бъде нулирана\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"на стойности по подразбиране.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Преглед за цел\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Ползвай имената на папките за търсения\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Файл\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Ползвай имената на файловете или папките за търсения?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Задай съдържание\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Папка\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Рекурсивно търсене за съдържание?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Отключи източници\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Актьор\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Филм\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Режисьор\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Желаете ли всички елементи от този път да\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"този път в библиотеката?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Филми\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"ТВ Сериали\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Директорията съдържа\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Сканирай автоматично\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Рекурсивно сканиране\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"като\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Режисьори\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Не са намерени видео файлове в този път!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"гласа\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Инф. за ТВ Сериал\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Инф. за епизода\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Зареждане на детайлите за ТВ Сериал\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Изтегляне на справочник за епизода\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Зареждане на инф. за епизодите в директорията\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Изберете ТВ Сериал:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Въведете името на ТВ Сериал\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Сезон %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Епизод\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Епизоди\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Зареждане детайлите за епизода\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Премахни епизода от библиотеката\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Премахни ТВ Сериал от библиотеката\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"ТВ Сериал\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Сюжет на епизод\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Всички сезони\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Без изгледаните\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Код на продукта\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Показвай сюжета за неизгледаните\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Сюжетът няма да бъде видим, докато не изгледате видеото *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Миниатюра за сезона\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Картина на сезона\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Сезон\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Сваляне на информация за филм\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Неопределено съдържание\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Оригинално заглавие\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Обнови инф. за ТВ Сериал\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Обновяване на инф. за всички епизоди?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Избраната папка съдържа един ТВ Сериал\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Изключи избраната папка от сканирането\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Специални\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Автоматично изтегляне на обложка за сезона\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Избраната папка съдържа едно видео\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Препратка към ТВ Сериал\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Премахни препратката към ТВ Сериал\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Наскоро добавени филми\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Наскоро добавени епизоди\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Студиа\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Музикални клипове\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Наскоро добавени музикални клипове\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Музикален клип\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Премахни музикалния клип от библиотеката\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Инф. за музикалния клип\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Зареждане на инф. за музикалния клип\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Смесено\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Отиди в албуми по артист\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Отиди в албум\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Възпроизведи песента\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Отиди на музикални клипове от албум\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Отиди на музикални клипове от артист\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Възпроизведи музикален клип\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Сваляй миниатюри за актьорите при добавяне в библиотеката\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Миниатюра на актьора\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Премахни отметката на епизода\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Задай отметка за епизода\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Настройки за извличане на инф.\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Сваляне на информация за музикален клип\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Сваляне на информация за ТВ Сериал\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Трейлър\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Обединено\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Опростени ТВ ШОУ\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Свали плакат\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Покажи плакат във видео и музикална библиотека\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Сканиране за ново съдържание\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Излъчен на\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Сценарист\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Почистване на имена на файлове и папки\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Никога\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Ако е само един сезон\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Винаги\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Има трейлър\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Грешно\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Фанарт слайдшоу\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Изнасяне в един единствен файл или в отделни\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"файлове (по един за всеки елемент)?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Един файл\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Отделни\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Изнасяне на миниатюри и фанарт?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Презаписване на старите файлове?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Изключи пътя от обновявания на библиотеката\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Извличай миниатюри и инф. за видео файловете\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Поредици\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Изнасяне миниатюрите на актьорите?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Изберете фанарт\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Локален фанарт\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Без фанарт\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Текущ фанарт\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Отдалечен фанарт\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Промяна на съдържанието\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Да се обнови ли информацията за\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"всеки елемент от този път?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Фанарт\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Намерена е локална информация.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Игнориране и обновяване от интернет?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Информацията не може да бъде свалена\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Желаете ли сканирането да продължи?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Държави\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Групирай филмите в поредици\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Показвай скритите папки и файлове\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox клиент\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"ВНИМАНИЕ: TuxBox устройството е в записващ режим!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Потокът ще бъде спрян!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Превключването към \\\"%s\\\" се провали!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Желаете ли да започне предаването на потока?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Свързване към: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox устройство\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Добави споделен медиен ресурс...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Споделяй видео и музикалната библиотека чрез UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Редактирай споделения медиен ресурс\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Премахни споделения медиен ресурс\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Потребителска папка за субтитри\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Премести и промени папката за субтитри\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Включи мишка\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Просвирвай звуците при навигиране и по време на възпроизвеждане\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Миниатюри\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Задължителен район за DVD плейъра\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Видео извод\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Формат на видеото\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Нормален\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox (4:3)\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Широкоекранен\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Включи 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Включи 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Включи 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Въведете име на новия плейлист\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Показвай бутон \\\"Добави източник\\\" в списъка с файлове\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Включи лентите за плъзгане\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Ползвай филтрирането (за гледани/негледани) като превключвач във видео библиотеката\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Отвори\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Управление на акустиката\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Бърз\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Тих\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Разреши ползването на персонален фон\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Управление нивото на консумирана енергия (HDD)\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Висока мощност\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Ниска мощност\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Висока готовност \"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Ниска готовност\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Файлове по-големи от 4GB не могат да бъдат кеширани\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Глава\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Висококачествен pixel shader v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Включи определен плейлист при стартиране\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Ползвай tween анимации\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"съдържа\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"не съдържа\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"е\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"не е\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"започва с\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"свършва на\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"по-голямо от\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"по-малко от\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"след\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"преди\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"в последния\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"не в последния\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Източник на инф.\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Стандартен източник за филмите\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Стандартен източник за ТВ Сериали\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Инфо сайт за Музикално видео по подразбиране\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Включи резервиране базирано на езика на Инфо сайта\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Инфо сайт настройки\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Многоезичен\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Търсене на следната стойност\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Правила за \\\"умния\\\" плейлист\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Елемент съвпада когато\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Ново правило...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Елементите трябва да отговарят на\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"всички правила\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"едно или повече правила\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Ограничи до\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Без ограничения\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Подреди по\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"възходящ ред\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"низходящ ред\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Редактиране на \\\"умен\\\" плейлист\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Име на плейлиста\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Намери елемети, за които е вярно:\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Редактиране\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i елемента\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Нов \\\"умен\\\" плейлист...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"устройство %c\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Редактирай правилата на режим \\\"Парти\\\"\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Начална папка\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Брой гледани\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Заглавие на епизода\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Видео резолюция\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Аудио канали\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Видео кодек\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Аудио кодек\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Език на аудиото\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Език на субтитрите\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Дистанционното ми емулира клавиатура\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Име на файла\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Път до файла\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Размер на файла\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Дата/Час на файла\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Слайд индекс\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Резолюция\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Коментар\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Цветен/Черно-бял\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"JPEG процес\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Дата/Час\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Описание\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Производител на апарата\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Модел на апарата\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF коментар\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Апертура\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Фокусна дължина\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Фокусно разстояние\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Експонация\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Време за експонация\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Exposure bias\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Режим на експозиция\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Използвана светкавица\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Баланс на бялото\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Източник на светлината\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Метричен режим\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Цифрово увеличение\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD ширина\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS ширина\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS дължина\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS височина\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Ориентация\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Допълнителни категории\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Ключови думи\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Заглавие\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Автор\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Титул\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Специални инструкции\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Категория\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Подпис\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Заглавие на подписа\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Заслуга\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Източник\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Авторско право\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Име на обекта\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Град\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Област\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Държава\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Оригинална Tx Reference\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Дата на създаване\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Авторско право флаг\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Код на държавата\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Референтни услуги\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Разреши контролирането на XBMC чрез UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Пропускай интрото преди DVD меню (ако е възможно)\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Извлечена музика\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Изискай информация за всички артисти\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Сваляне на информация за албум\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Сваляне на информация за артист\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Биография\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Дискография\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Търсене на артист\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Изберете артист\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Информация за артиста\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Инструменти\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Роден\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Формиран\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Теми\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Разпуснат\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Починал\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Активни години\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Label\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Роден/Формиран\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Обновявай библиотеката при всяко стартиране\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Винаги опреснявай библиотеката във фонов режим\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS наставка\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"Включване на редакция на заключителни листи\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Забавен с: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Напред с: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Отместване на субтитрите\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL доставчик:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL рендър:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL версия:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"МБ температура:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"ЦПУ температура:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Налична памет\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Данни за профил\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Затъмняване при пауза\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Всички записи\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"По заглавие\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"По група\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Канали на живо\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Записи по заглавие\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Справочник\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Позволени грешки в съотношението (%)\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Показвай и видео файлове в списъците със снимки\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Шрифт\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Размер\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Цвят\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Кодова таблица\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Изнасяне на караоке текстовете като HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Изнасяне на караоке текстовете като CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Внасяне на караоке текстове...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Показвай автоматично прозореца за избор на песен\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Изнасяне на караоке текстовете...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Въведи номер на песен\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"бяло/зелено\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"бяло/червено\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"бяло/синьо\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"черно/бяло\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Добавка за Времето\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- Настройка на добавка\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Активирай телетекста\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Част %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Буфериране... %i байта\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Спиране\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Изпълнява се\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Активен е външен плейър\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Натиснете \\\"Добре\\\" за спиране на плейъра\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Натисни \\\"Добре\\\", когато възпроизвеждането свърши\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Добавка\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Конфигурация\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Изключи\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Включи\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Добавка не може да бъде конфигурирана\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Режим \\\"Библиотека\\\"\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY клавиатура\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Активен е режимът \\\"Декодиране на звука от устройство\\\"\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Прилагане настройки на филтър за трептене за игри\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Качество на трейлърите\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Поток\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Свали\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Свали и възпроизведи\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Свали и запиши\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Днес\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Утре\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Записване\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Копиране\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Сваляй в\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Търсене продължителност\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Къса\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Дълга\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Ползвай DVD плейър, вместо обикновения\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Запитване за сваляне, преди възпроизвеждане на видео\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Клипове\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Рестартирайте добавката за активиране\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Тази вечер\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Утре вечер\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Условия\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Валеж\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Преваляване\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Влажност\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Усеща се като\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Наблюдавани\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Отклонение от нормалното\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Изгрев\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Залез\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Детайли\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Перспектива\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Поток от обложки\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Преведи текста\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Списък карта %s категория\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 Часа\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Карти\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Всеки час\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Уикенд\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s ден\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Аларма\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Тревоги\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Изберете си\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Проверка\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Конфигурирай\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Сезони\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Ползване на\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Гледане на\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Слушай\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Показване на\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Настройване на\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Изключи...\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Меню\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Възпроизведи\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Настройки\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Редактор\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Относно вашия\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Рейтинг\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Фон\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Фонове\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Персонален фон\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Персонални фонове\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Покажи Readme\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Покажи дневника на промените\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Версията на \\\"%s\\\" изисква\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC ревизия %s или по-нова.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Моля, обновете XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Няма намерени данни!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Следваща страница\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Харесвам\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Мразя\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Файлът е в група. Моля, изберете от къде да бъде възпроизведен.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Път до скрипт\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Включи персоналните скрипт бутони\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Catalan/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\n<language locale=\"cat\">\n  <charsets>\n    <gui unicodefont=\"false\">CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n  <dvd>\n    <menu>ca</menu>\n    <audio>ca</audio>\n    <subtitle>ca</subtitle>\n  </dvd>\n  <regions>\n    <region name=\"Cataluña\" locale=\"ES\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D / MMMM / YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n  <regions>\n    <region name=\"Principat d’Andorra\" locale=\"ES\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D / MMMM / YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n  </regions>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/Catalan/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Catalan (http://www.transifex.com/projects/p/xbmc4xbox/language/ca/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: ca\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programes\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Imatges\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Vídeos\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"Guia TV\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Configuració\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Gestor de fitxers\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"El Temps\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc media center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Dilluns\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Dimarts\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Dimecres\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Dijous\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Divendres\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Dissabte\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Diumenge\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Gener\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Febrer\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Març\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"Abril\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Maig\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Juny\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Juliol\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"Agost\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"Setembre\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Octubre\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"Novembre\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"Desembre\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"dl\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"dt\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"dc\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"dj\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"dv\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"ds\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"dg\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"gen.\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"febr.\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"març\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"abr.\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"maig\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"juny\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"jul.\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"ag.\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"set.\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"oct.\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"nov.\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"des.\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Vista: Auto\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Vista: Auto gran\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Vista: Icones\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Vista: Llista\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Escaneja\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Ordena per: Nom\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Ordena per: Data\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Ordena per: Mida\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"No\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Sí\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Presentació amb diapositives\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Crea miniatures\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Crea miniatures\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Dreceres\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"En pausa\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Copia\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Mou\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Elimina\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Canvia el nom\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Carpeta nova\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Confirma copiar el fitxer\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Confirma moure el fitxer\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Confirma eliminar el fitxer\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Voleu copiar els fitxers?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Voleu moure els fitxers?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Voleu eliminar els fitxers? - L'eliminació dels fitxers no es pot desfer.\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Estat\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Objectes\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"General\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Presentació amb diapositives\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Informació del sistema\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Pantalla\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Àlbums\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Artistes\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Cançons\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Gèneres\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Llistes de reproducció\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Cerca\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Informació del sistema\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperatures:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Hora:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Actual:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Muntatge:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Xarxa:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Tipus:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Estàtica\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"Adreça MAC\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"Adreça IP\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Enllaç:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Half duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Full duplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Emmagatzematge\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Unitat\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Lliure\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Memòria lliure\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Sense enllaç\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Lliure\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"No disponible\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Safata oberta\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"S'està llegint\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Sense disc\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disc present\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Pell\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Activar Servidor FTP\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Activar sincr. Horaria de Internet\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Resolució\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Ajusta la pantalla per que coincideixi amb la freqüència d'actualització del vídeo\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Data de llançament\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Mostra vídeos 4:3 com\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Estats d'ànim\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Estils\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Cançó\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Duració\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Selecioneu un àlbum\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Pistes\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Ressenya\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Refresca\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"S'està cercant l'àlbum\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"D'acord\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"No s'han trobat àlbums\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Selecciona-ho tot\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"S'està escanejant la informació dels suports\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Desa\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Ordre aleatori\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Neteja\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Cerca\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"S'està cercant...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"No s'ha trobat la informació\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Seleccioneu la pel·lícula:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"S'està consultant la informació %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"S'estan carregant els detalls de la pel·lícula\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Lema\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Argument\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Vots:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Repartiment\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Trama\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Reprodueix\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Següent\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Anterior\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Calibrar la interfície d'usuari...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Calibració del vídeo...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Suavitzar\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Quantitat de zoom\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Relació d'aspecte\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"Unitat de DVD\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Inseriu un disc\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Recurs compartit remot\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"La xarxa no està connectada\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Cancel·la\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Velocitat\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Prova de patrons...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Cerca els noms de les pistes dels CD d'àudio a freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Llista de reproducció aleatòria al carregar\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Temps d'aturada del disc dur\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Filtres de vídeo\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Cap\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Punt\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Lineal\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotròpic\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussià cúbic\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Minificació\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Magnificació\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Buida la llista de reproducció al finalitzar\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Autoexecutar DVD-Video\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Autoexecutar VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Autoexecutar Audio-CD\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Autoexecutar XBOX Games\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Autoexecutar Videos\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Autoexecutar Música\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Autoexecutar Imatges\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Visualitzacions\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Seleccioneu el directori de destí\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"- Sortida Estèreo a tots els altaveus\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Número de canals\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- Activar Sortida DTS\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"S'està obtenint la informació del CD\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"S'ha produït un error\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Habilita la lectura d'etiquetes\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"S'està obrint\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"S'està esperant per començar...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Sortida dels scripts\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Permet el control de l'XBMC a través d'HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Grava\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Atura la gravació\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Ordena per: Pista\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Ordena per: Temps\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Ordena per: Títol\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Ordena per: Artista\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Ordena per: Àlbum\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"100 millors\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Compensació cantonada superior esquerra\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Compensació cantonada inferior dreta\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Posició dels subtítols\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Ajust de la relació del pixel\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Ajusteu la fletxa per canviar la quantitat d'overscan\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Ajusteu la barra per canviar la posició dels subtítols\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Ajusteu el rectangle fins que sigui un quadrat perfecte\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"No s'ha pogut carregar la configuració\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"S'està utilitzant la configuració per defecte\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Comproveu els fitxers XML\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"S'han trobat %i elements\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Resultats de la cerca\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"No hi ha resultats\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Filtre Postprocés\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Subtítols\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Font\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"Tamany\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Compressió del rang dinàmic\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Àudio\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Cerca subtítols\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Crea una adreça d'interès\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Esborra les adreces d'interès\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Desplaçament d'àudio\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Adreces d'interès\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Retard\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Habilitat\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"No entrellaçat\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Postprocés Automàtic\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Filtre Desbloqueig Vertical\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Filtre Desbloqueig Horitzontal\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Auto contrast/brillantor\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"S'està netejant la base de dades\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"S'està preparant...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"S'ha produït un error a la base de dades\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"S'estan cercant cançons...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"S'ha netejat la base de dades correctament\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"S'estan netejant les cançons...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"S'ha produït un error netejant les cançons\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"S'estan netejant els artistes...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"S'ha produït un error esborrant els artistes\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"S'estan netejant els gèneres...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"S'ha produït un error netejant els gèneres\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"S'estan netejant els directoris...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"S'ha produït un error netejant els camins\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"S'estan netejant els àlbums...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"S'ha produït un error netejant els àlbums\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"S'estan escrivint els canvis...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"S'ha produït un error escrivint els canvis\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Es possible que trigui una estona...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"S'està comprimint la base de dades...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"S'ha produït un error comprimint la base de dades\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Voleu netejar la biblioteca?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Neteja la biblioteca...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Inicia\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Conversió de les imatges per segon\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Sortida d'Àudio\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analògic\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digital\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Diversos artistes\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Reprodueix el disc\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Pel·lícules\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Ajusteu les imatges per segon\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Actors\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Any\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programes\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Inactiu\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Atenua\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Negre\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix trails\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Temps per al salvapantalles\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Mode de l'estalvi de pantalla\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Funció de temporització de l'apagada\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Tots els àlbums\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Àlbums afegits recentment\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Estalvi de pantalla\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Presentació R.\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Nivell d'atenuació de l'estalvi de pantalla\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Ordena per: Fitxer\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Activar Sortida AC3 5.1\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Ordena per: Nom\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Ordena per: Any\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Ordena per: Valoració\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Títol\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Tempestes\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Parcialment\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Principalment\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Assolellat\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Ennuvolat\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Neu\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Pluja\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Clar\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"AM\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"PM\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Pluges\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Poc\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Dispersos\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Vent\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Fort\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Serè\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Clar\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Núvols\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"d'hora\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Ruixat\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Ruixats\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Baix\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Mitjà\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Alt\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Boira\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Boirina\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Seleccioneu una ubicació\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Temps d'actualització\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Unitats de temperatura\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Unitats de velocitat\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"El temps\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temperatura\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Sen. tèrmica\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"Índex UV\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Vent\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Rosada\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Humitat\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"Des de\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"fins\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Per defecte\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"S'està accedint al servei meteorològic\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"S'està obtenint el temps per:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"No s'ha pogut obtenir la informació meteorològica\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manual\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"No hi ha ressenya per aquest àlbum\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"S'està baixant la miniatura...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"No disponible\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Vista: Icones grans\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Els meus Videos/Gèneres\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Esborra la informació de l'àlbum\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Esborra la informació del CD\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Seleccioneu\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"No s'ha trobat la informació de l'àlbum.\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"No s'ha trobat la informació del CD.\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disc\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Inseriu un CD/DVD vàlid\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Insereixi el següent CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Ordena per: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Sense memòria cau\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Elimina la pel·lícula de la biblioteca\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Esteu segur que voleu eliminar '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Disc extraïble\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"S'està obrint el fitxer\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Cache\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Disc Dur\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Xarxa local\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Àudio\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Executa automàticament els suports\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Habilitat\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Columnes\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Adreça fila 1\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Adreça fila 2\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Adreça fila 3\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Adreça fila 4\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Files\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Mode\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Canviar vista\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Subtítols\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Flux d'àudio\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[actiu]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Subtítol\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Retroil·luminació\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Brillantor\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Contrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Tipus\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Moveu la barra per a canviar la posició del OSD\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Posició de l'OSD\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Crèdits\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Inactiu\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Només música\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Música i vídeo\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"No s'ha pogut carregar la llista de reproducció\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Aparença i idioma\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Aparença\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Opcions d'àudio\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Quant a l'XBMC\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"Àlbum\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Elimina l'àlbum\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Repeteix\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Repeteix una\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Repeteix la carpeta\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Reprodueix la cançó següent de forma automàtica\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Utilitza icones grans\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Redimensiona els subtítols VOB\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Opcions avançades (Només experts!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Overall audio headroom\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Reescala els vídeos a la resolució de l'entorn (GUI)\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Calibratge\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Mostra les extensions de fitxer\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Ordena per: Tipus\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"No s'ha pogut connectar al servei de cerca en línia\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Descarrega de la informació de l'àlbum fallida\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"S'està cercant el nom dels àlbums...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Obre\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Ocupat\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Buit\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"S'està carregant la informació multimèdia des de els fitxers\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Ordena per: Ús\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Activar Visualitzacions\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Habilita el canvi de mode de vídeo\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Pantalla d'inici\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Pantalla principal\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Manual de configuració\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Gènere\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Fés arxius amb un de transparent\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Àlbums reproduïts recentment\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Executa\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Executa en...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Edita Fitxer XBE\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Recopilacions\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Elimina la font\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Canvia el suport\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Seleccioneu la llista de reproducció\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Nova llista de reproducció...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Afegeix a la llista de reproducció\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Afegeix manualment a la biblioteca\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Inseriu el títol\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Error: títol duplicat\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Seleccioneu gènere\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Nou gènere\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Addició manual\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Inseriu el gènere\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Vista: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Llista\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Icones\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Llista gran\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Icones grans\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Ample\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Ample gran\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Icones d'àlbum\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Icones de DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Informació del suport\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Dispositiu de sortida d'àudio\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Dispositiu de sortida Passthrough\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"No hi ha biografia d'aquest artista\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Mescla l'àudio multicanal a estèreo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Ordena per: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Nom\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Data\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Mida\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Pista\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Temps\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Títol\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Artista\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Àlbum\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Llista de reproducció\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Fitxer\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Any\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Valoració\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Tipus\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Ús\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Artista de l'àlbum\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Núm. reproduccions\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Darrera reproducció\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Comentari\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Data d'addició\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Per defecte\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Estudi\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Camí\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"País\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"En curs\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Direcció d'ordenació\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Mètode d'ordenació\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Mode de visualització\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Recorda les vistes per les diferents carpetes\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Ascendent\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Descendent\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Edita la llista de reproducció\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filtre\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Cancel·la el mode festa\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Mode de festa\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Aleatori\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Inactiu\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Una\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Totes\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Inactiu\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Repetir: Inactiu\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Repetir: Una\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Repetir: Totes\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Extreu el CD d'àudio\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Mitjà\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Estàndard\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Extrem\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Taxa de bits constant\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"S'està extraient...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"A:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"No es pot extreure el CD o la pista\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDARipPath no està definit.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Extreu la pista d'àudio\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Introduïu el número\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Els CD d'àudio\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Codificador\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Qualitat\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Taxa de bits\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Inclou el número de pista\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Totes les cançons de\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Mode de visualització\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zoom\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Adaptar a 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Adaptar 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Adaptar a 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Mida original\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Personalitzat\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay Gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Mode Replay Gain\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Utilitza el volum de la pista\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Utilitza el volum de l'àlbum\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Nivell PreAmpli - Fitxers Replay Gained\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Nivell PreAmpli - Fitxers NO Replay Gained\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Evitar retallades (clipping) en fitxers Replay Gained\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Elimina les vores negres\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Es necessita descomprimir un fitxer gran. Voleu continuar?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Elimina de la biblioteca\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Exporta la biblioteca de vídeo\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Importa la biblioteca de vídeo\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"S'està important\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"S'està exportant\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Cerca la biblioteca\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Anys\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Actualitza la biblioteca\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Mostra la informació de depuració\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Cerca l'executable\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Cerca la llista de reproducció\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Cerca la carpeta\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Informació de la cançó\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Amplificació del volum\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Trieu la carpeta d'exportació\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Aquest fitxer ja no està disponible.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Voleu eliminar-lo de la biblioteca?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Cerca l'script\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Nivell de compressió\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"S'està netejant la biblioteca\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"S'estan eliminant les cançons velles de la biblioteca\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Aquest camí ha estat escanejat amb anterioritat\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Xarxa\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Adreça del Proxy HTTP\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"- Port del Proxy HTTP\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Utilitza un servidor proxy HTTP per accedir a internet\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"XLink Kai XTag\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"XLink Kai Password\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Protocol d'Internet (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"El port especificat no és vàlid. El valor ha d'estar entre 1 i 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"Proxy HTTP\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"Asignació\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automàtica (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manual (Estàtica)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Per defecte (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- Adreça IP\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Màscara de subxarxa\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Porta d'enllaç\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- Servidor DNS\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Desa i reinicia\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"La direcció especificada no és vàlida. El valor ha de ser AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"amb números entre 0 i 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Els canvis no s'han desat. Voleu continuar sense desar-los?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Servidor Web\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"Servidor FTP\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Servidors Horaris de Internet\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Port Servidor Web\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"- Adreça Servidor Horari\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Desa i aplica\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Password del Servidor Web\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Sense contrasenya\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"Caràcters\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Estil\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Color\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Negreta\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Cursiva\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Negreta Cursiva\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Blanc\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Groc\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Fitxers\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"No hi ha informació per aquesta vista\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Desactiveu el mode biblioteca\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"S'ha produït un error al carregar la imatge\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Edita el camí\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Imatge del mirall\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Esteu segur?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"S'està eliminant la font\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Afegeix un enllaç del programa\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Edita el camí del programa\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Edita el nom del programa\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Edita la profunditat del camí\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Vista: Llista gran\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Groc\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Blanc\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Blau\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Verd brillant\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Groc verd\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Cian\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Gris clar\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Gris\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Error %i: recurs compartit no disponible\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Limitador Auto Fatx\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Sortida d'àudio\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"S'està cercant\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Carpeta de les diapositives\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Interfície de xarxa\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Desa i aplica la configuració de la interfície de xarxa\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Sense xifrat\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"S'està aplicant la configuració de la interfície de xarxa. Si us plau, espereu.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"La interfície de xarxa s'ha reiniciat correctament.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"La interfície de xarxa no s'ha iniciar correctament.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Interfície desactivada\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"La interfície de xarxa s'ha desactivat correctament.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Nom de la xarxa sense fils (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Permet que els programes d'aquest equip controlin l'XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Rang de ports\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Permet que els programes d'altres equips controlin l'XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Retard de repetició inicial (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Retard de repetició continu (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Número màxim de clients\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Accés a internet\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"El número de port introduït no és vàlid\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"El rang de ports vàlid és 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"El rang de ports vàlid és 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Previsualitza Salvapantalles\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"No s'ha pogut connectar\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"L'XBMC no ha pogut connectar amb la ubicació de xarxa.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Podria ser degut a que la xarxa no estigui connectada.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Voleu afegir-lo de totes maneres?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"Adreça IP\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Afegeix una ubicació de xarxa\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protocol\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Adreça del servidor\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Nom del servidor\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Camí d'accés remot\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Carpeta compartida\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Nom d'usuari\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Cerca un servidor de xarxa\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Introduïu l'adreça de xarxa del servidor\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Introduïu el camí al servidor\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Introduïu el número de port\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Introduïu el nom d'usuari\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Afegeix la font %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Introduïu els camins o cerqueu les ubicacions dels medis.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Introduïu un nom per la font.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Cerca un recurs compartit nou\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Navega\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"No s'ha pogut recuperar la informació del directori.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Afegeix una font\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Edita la font\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Edita la font %s\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Introduïu la nova etiqueta\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Cerca una imatge\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Cerca la carpeta d'imatges\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Afegeix una ubicació de xarxa...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Cerca un fitxer\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Submenú\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Habilita els botons del submenú\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Preferits\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"S'està carregant el directori\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"S'han obtingut %i elements\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"S'han obtingut %i de %i elements\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Punts d'accés\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Altres...\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Cofiguració de l'script\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Individual\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"Client SMB\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Grup de treball\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Nom d'usuari per defecte\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Contrasenya per defecte\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"Servidor WINS\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Munta els recursos compartits per SMB\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Elimina\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Imatges\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Fitxers\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Música i vídeo\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Música i imatges\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Música i fitxers\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Vídeo i imatges\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Vídeo i fitxers\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Imatges i fitxers\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Música, vídeo i imatges\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Música, vídeo, imatges i fitxers\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Desactivat\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Fitxers, música i vídeo\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Fitxers, imatges i música\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Fitxers, imatges i vídeo\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Música i programes\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Vídeo i programes\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Imatges i programes\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Música, vídeo, imatges i programes\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programes, vídeo i música\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programes, imatges i música\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programes, imatges i vídeo\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"Nom d'usuari FTP\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"Contrasenya usuari FTP\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Contrasenya FTP enmagatzemada correctament\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Autodetecció\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Autodetecció d'XBOX\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Nom de pila (nick)\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Pregunta al connectar\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Envia usuari i contrasenya FTP\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Interval de Ping\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Vols connectar-te a la XBOX autodetectada?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Anuncia aquests serveis a altres sistemes a través de Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Dispositiu d'àudio personalitzat\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Dispositiu passthrough personalitzat\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Neu acumulada\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"i\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Gelant\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Tard\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Aïllat\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Tempesta amb trons\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Trons\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Sol\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Forta\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"a/en\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"el/la\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Proximitats\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Gel\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Cristalls\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Calma\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"amb\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"ventós\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Tempesta elèctrica\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Plugim\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Boirós\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Grans\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Activa l'estalvi d'energia de la pantalla quan estigui inactiu\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Temps d'execució\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"L'script ha fallat : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Tipus de LCD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Inici\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programes\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Imatges\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Gestor de fitxers\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Configuració\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Vídeos\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Informació del sistema\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Configuració - General\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Configuració - Pantalla\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Configuració - Aparença - Calibració de la interfície gràfica d'usuari\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Configuració - Vídeos - Calibració de la pantalla\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Configuració - Imatges\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Configuració - Programes\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Configuració - El temps\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Configuració - Música\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Configuració - Sistema\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Configuració - Vídeos\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Configuració - Xarxa\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Configuració - Aparença\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Vídeos/Llista de reproducció\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Configuració - Perfils\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Si/no diàleg\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Progrés del diàleg\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"S'estan cercant els subtítols...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"S'estan cercant o posant a la memòria cau els subtítols...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"s'està finalitzant\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"S'està emplenant la memòria intermèdia\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"S'està obrint el flux de dades\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Música/Llista de reproducció\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Música/Fitxers\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Música/Biblioteca\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Editor de la llista de reproducció\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Les 100 millors cançons\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Els 100 millors àlbums\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programes\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Configuració\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Predicció del temps\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Joc en xarxa\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Extensions\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Informació del sistema\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Música - Biblioteca\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Música - Reproduïnt\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Vídeo - Reproduïnt\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Informació de l'àlbum\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Informació de la pel·lícula\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Seleccionar diàleg\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Música/Informació\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Diàleg OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Vídeos/Informació\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Scripts/Informació\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Vídeo en pantalla completa\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Visualitzacions d'àudio\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Diàleg Apilar Fitxers\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Reconstruir l'índex...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Torna a la finestra de música\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Torna a la finestra de vídeos\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Actualitça llista de Trainers\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"No s'han trobat Trainers\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Opcions del Trainer\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Trainer registrats perduts. Actualitza primer.\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Autocontinua desde la darrera posició\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"No\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Sí\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Pregunta\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Comença des del principi\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Reprèn des de %s\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"D'acord\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Bloquejat! Introduïu el codi...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Introduïu la contrasenya\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Introduïu el codi mestre\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Introduïu el codi de desbloqueig\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"o premeu C per cancel·lar\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Introduïu la combinació de botons del gamepad i\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"pulsi Start, o Back para cancel·lar\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Establiu el bloqueig\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Desbloca\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Reinicieu el bloqueig\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Treieu el bloqueig\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Contrasenya numèrica\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Combinació de botons del gamepad\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Contrasenya alfanumèrica\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Introduïu la nova contrasenya\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Confirmeu la nova contrasenya\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Contrasenya incorrecta,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"re-intents restants \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Les contrasenyes introduïdes no coincideixen.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Accés denegat\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"S'ha excedit el límit d'intents.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"La XBOX s'apagarà ara.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Element bloquejat\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Reactiva el bloqueig\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Canvia el bloqueig\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Bloquejar Recurs\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"La contrasenya intorduïda està en blanc. Intenteu-ho de nou.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Bloqueig mestre\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Apaga el sistema si s'excedeix el màxim d'intents del bloqueig mestre\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Codi mestre no vàlid\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Introduïu un codi mestre vàlid\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Configuració i gestor de fitxers\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Marca per defecte per totes les pel·lícules\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Això restablirà tots els valors guardats prèviament\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Mostra cada imatge durant\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Utilitza els efectes pan i zoom\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Reprodueix vídeos NTSC en modes PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Reprodueix vídeos PAL en modes NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Reprodueix vídeos NTSC en PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"Rellotge de 12 hores\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"Rellotge de 24 hores\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Dia/Mes\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Mes/Dia\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Activitat del sistema des de\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Minuts\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Hores\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Dies\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Temps total d'activitat\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"El temps\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Estalvi de pantalla\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"OSD a pantalla completa\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Sistema\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Atura el disc dur immediatament\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Només vídeo\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Retard\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Durada mínima del fitxer\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Atura\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Funció d'aturada\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Surt\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Hiberna\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Atura temporalment\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Surt\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Reinicia\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Acció del botó d'arrencada\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Hi ha una altra sessió activa, potser a través de ssh?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"S'ha muntat un disc dur extraïble\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"La extracció del dispositiu no és segura\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"El dispositiu s'ha extret amb èxit\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"S'ha connectat un joystick\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"S'ha desconnectat el joystick\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Filtre de parpelleig\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Permet triar al dispositiu (requereix reiniciar)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Vertical blank sync\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Desactivat\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Habilitat durant la reproducció de vídeo\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Sempre habilitat\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Prova i aplica la resolució\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Voleu desar la resolució?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Reescalat d'alta qualitat\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Desactivat\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Habilitat per el contingut SD\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Sempre habilitat\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Mètode de reescalat\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicúbic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"Nivell d'escalat de VDPAU HQ\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Enfosqueix les altres pantalles\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Desactivat\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Enfosqueix les pantalles\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"S'han detectat les connexions actives\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Si continueu, pot ser que no sigueu capaç de controlar l'XBMC\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"Esteu segur que voleu aturar el servidor d'esdeveniments?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Canviar el mode de l'Apple Remote?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Si actualment està utilitzant l'Apple Remote per controlar\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"l'XBMC, el canvi d'aquesta configuració pot afectar la seva capacitat\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"per continuar el seu control. Voleu continuar?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"Clau HDD:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"Temp. HDD:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"Model DVD:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"Firmware DVD:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"Model HDD:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"Serial HDD:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"Firmware HDD:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"Contrasenya HDD:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"Estat bloqueig HDD:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Màscara de subxarxa\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Passarel·la\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"DNS primari\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Inici fallat\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"GamePads al port:\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Teclat al port:\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Ratolí al port: \"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Cascos/Micro al port:\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"MemoryStick al port:\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"IR-Remote al port:\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Mai\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Immediatament\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Després de %i segons\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Data d'instal·lació del disc dur:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Comptador de cicles d'energia del disc dur:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Perfils\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Voleu suprimir el perfil '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Últim perfil carregat:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Desconegut\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Sobreescriure\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Alarma de rellotge\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Interval de l'alarma de rellotge (en minuts)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Iniciada, alarma en %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarma!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Cancel·lat amb %im%està fora\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Cerqueu els subtítols en els fitxers RAR\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Cerqueu els subtítols...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Mou l'element\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Mou l'element aquí\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Cancel·la moure\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Maquinari:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Ús de la CPU:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Connectat, però les DNS no estan disponibles.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Disc dur\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Emmagatzematge\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Per defecte\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Xarxa\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Maquinari\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Sistema operatiu:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Velocitat de la CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"BIOS detectada:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Codificador de vídeo:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Resolució de la pantalla:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox Version:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox Serial Number:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Fabricant XBOX:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"ModChip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Cable A/V:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Regió Video & XBE\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"Regió del DVD:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Connectat\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"No està connectat. Comproveu la configuració de xarxa.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Clau XBLIVE:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Temperatura màxima\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Velocitat del ventilador\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Control automàtic de temperatura\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Fan speed override\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"Font de la Pell (Skin)\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Habilita invertir les cadenes bidireccionals\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Mostra les notíces dels canals RSS\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Show parent folder items\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Track naming template\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Voleu reiniciar els sistema\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"en lloc de l'XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Efecte de zoom\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Efecte flotant\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Reducció de les bandes negres\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Reinicieu\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Fon entre cançons\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Regenera les miniatures\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Miniatures recursives\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Veure la presentació de diapositives\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Presentació de diapositives recursiva\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Aleatori\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Estèreo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Només esquerra\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Només dreta\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Habilita el suport de karaoke\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Transparència del fons\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Transparència del primer pla\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Retard A/V\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s no s'ha trobat\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Hi ha un error obrint %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"No s'ha pogut carregar %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Error: Sense memòria\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Mou amunt\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Mou avall\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Edita l'etiqueta\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Marca com a predeterminat\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Suprimeix el botó\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"LED frontal\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Color del LED frontal\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Deixa com està\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Verd\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Taronja\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Vermell\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Cicle\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Apaga el LED en reproduir\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Informació de la pel·lícula\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Afegeix l'element a la cua\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Cerca a IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Cerca continguts nous\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Reproduir ara...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Informació de l'àlbum\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Scan item to library\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Atura la cerca\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Mètode de renderitzat\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Ombrejat de píxels de baixa qualitat\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Superposicions per maquinari\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Ombrejat de píxels d'alta qualitat\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Reprodueix l'element\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Estableix la miniatura de l'artista\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Genera les miniatures automàticament\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Habilita la veu\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Habilita el dispositiu\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Volum\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Mode de visualització per defecte\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Brillantor per defecte\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Contrast per defecte\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Gamma per defecte\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Reprèn el vídeo\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Màscara de veu - Port 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Màscara de veu - Port 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Màscara de veu - Port 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Màscara de veu - Port 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Utilitza cerca basada en temps\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Track naming template - right\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Predefinit\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"No hi han ajustos predetermintats\\nper aquesta visulització\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"No hi han ajustos disponibles\\nper aquesta visulització\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Expulsa/Carrega\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Usar Visualització al reproduïr audio\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Calcula la mida\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"S'està calculant la mida de la carpeta\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Configuracions de vídeo\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Configuracions de l'àudio i dels subtítols\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Habilita els subtítols\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Dreceres\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ignora els articles quan s'estigui ordenant (p.e. \\\"the\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Fon entre cançons en el mateix àlbum\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Cerca %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Mostra la posició de la pista\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Clear default\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Reprèn\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Obtén la miniatura\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Informació de la imatge\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s predefinits\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(Valoració d'usuaris d'IMDb)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"250 millors\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Connecta't a Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Velocitat mínima del ventilador\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"S'està baixant\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Inclou els artistes que només apareixen en les compilacions\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Mètode de renderitzat\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Detecció automàtica\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Ombrejats bàsics (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Ombrejats avançats (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Programari\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Treu de forma segura\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Comença la presentació aquí\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Recorda aquest camí\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Utilitza objectes de memòria intermèdia de píxels\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Mètode de sincronització d'A/V\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Rellotge d'àudio\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Rellotge del vídeo (Drop/Dupe àudio)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Rellotge del vídeo (Remostreja l'àudio)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Qualitat del remostreig\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Baix (ràpid)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Mitja\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Alt\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Molt alt (lent)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Sync playback to display\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple remote\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Permet l'inici de l'XBMC amb el control remot\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Temps de retard de la seqüència\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Desactivat\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Estàndard\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Comandament a distància universal\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Multi Remote (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Error del'Apple Remote\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Agrupa\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Desagrupa\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"S'està baixant el fitxer de la llista de reproducció...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"S'està baixant el llistat de fluxos...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"S'està analitzant el llistat de fluxos...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"La descarrega de la llista de streams ha fallat\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"La descarrega del fitxer de llistes ha fallat\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Directori dels jocs\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Canvia automàticament a les miniatures segons\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Habilita l'autoconmutació en la vista de caràtules\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Utilitza icones grans\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Canvi segons\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Percentatge\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Sense fitxers i almenys una miniatura\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Almenys un fitxer i una miniatura\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Percentatge de les miniatures\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Mostra les opcions\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Canvia el codi d'àrea 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Canvia el codi d'àrea 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Canvia el codi d'àrea 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Biblioteca\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Sense TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Introduïu la ciutat propera més gran\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video/Audio/DVD Cache - Disc Dur\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Memòria cau del vídeo - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"              - Xarxa Local\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"              - Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Memòria cau de l'àudio - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"              - Xarxa Local\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"              - Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"Memòria cau del DVD - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"              - Xarxa Local\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Serveis\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"La configuració de xarxa ha canviat\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"és necessari reiniciar l'XBMC per canviar la seva\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"configuració de xarxa. Voleu reiniciar ara?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Postprocesat\"\n\nmsgctxt \"#14042\"\nmsgid \"Internet connection bandwidth limitation\"\nmsgstr \"Adreça IP del motor\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Apaga mentre s'està reproduïnt\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i seg\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Format de l'hora\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Format de la data\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Filtres GUI\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Utilitza la exploració en segon plà\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Atura l'exploració\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"No es possible mentre s'explora la informació dels medis\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Efecte Gra\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Cerca miniatures en recursos remots\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Tipus de memòria cau desconeguda - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Introduïu el nom d'usuari per\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Data i hora\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Establiu la data\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Establiu l'hora\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Introduïu l'hora en format 24 hores HH:MM\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Introduïu la data en format DD/MM/YYYY\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Introduïu la adreça IP\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Voleu aplicar aquesta configuració ara?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Aplica els canvis ara\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Permet canviar el nom i esborrar fitxers\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Establiu la zona horària\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Utilitza l'horari d'estiu\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Afegeix a preferits\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Elimina de preferits\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"País de la zona horària\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Zona horària\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Llistes de fitxers\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Mostra la informació EXIF de la imatge\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Use a fullscreen window rather than true fullscreen\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Posa les cançons a la cua al seleccionar-les\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Reproducció\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVDs\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Reprodueix els DVD de forma automàtica\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Font to use for text subtitles\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Internacional\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Joc de caràcters\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Depuració\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Seguretat\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Dispositius d'entrada\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Estalvi d'energia\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Suprimeix\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Jocs\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Afegeix\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Contrasenya\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Biblioteca\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Base de dades\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Tots els àlbums\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Tots els artistes\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Totes les cançons\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Tots els gèneres\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"S'està omplint la memòria intermèdia...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Sons de navegació\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Aparença per defecte\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"Tema de pell (skin)\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Tema per defecte\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Envia cançons a Last.FM\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Nom usuari Last.FM\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Contrasenya Last.FM\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Imposible negociar: dormint...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Si us plau, actualitza XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Mala autorització: Comprova nom d'usuari i contrasenya\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Connectat\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"No està connectat\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Envia Interval %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Cachejades %i Cançons\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Enviant...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Enviant en %i segons\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Reprodueix utilitzant...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Utilitza Sincronització A/V suau\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Oculta els noms dels fitxers en la vista de miniatures\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Reprodueix en mode festa\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Envia Last.FM Radio to Last.FM\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Connectant a Last.FM...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Buscant emissores...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Buscant artistes similars...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Buscant etiquetes similars.\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Perfil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Etiquetes globals\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Artistes Top per etiqueta %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Albums Top per etiqueta %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Pistes top per etiqueta %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Escolta etiqueta %name% last.fm radio\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Artistes similars per %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Principals %name% àlbums\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Principals %name% pistes\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Principals %name% etiquetes\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Grans fans de %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Escolta els %name% fans\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Escolta artistes similars de %name% \"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Principals artistes d'usuaris de %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Principals àlbums d'usuaris de %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Principals pistes d'usuaris de %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Amics d'usuaris de %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Veïns d'usuaris de %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Taula d'artistes semanal %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Taula d'àlbums semanal %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Taula de pistes semanal %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Escolta  veïns de %name%\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Escolta  personal %name%\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Escolta  les més estimades de %name%\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Obtenint de last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"No puc obtenir de last.fm\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Entra un nom d'artista per trobar de similars\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Entra una etiqueta per trobar-ne de similars\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Pistes recentment escoltades per %name%\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Path not found or invalid\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"No s'ha pogut connectar al servidor de xarxa\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"No s'han trobat servidors\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"No s'ha trobat el grup de treball\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"S'està obrint una font multi-camí\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Camí:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"General\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Configurar hardware audio\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Cerca a internet\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Reproductor\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Reprodueix el contingut multimèdia desde el disc\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Introduïu el nou títol\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Introduïu el nom de la pel·lícula\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Introduïu el nom del perfil\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Introduïu el nom de l'àlbum\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Introduïu el nom de la llista de reproducció\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Introduïu el nou nom de fitxer\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Introduïu nom de la carpeta\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Introduïu el directori\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Opcions disponibles: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Introduïu la cadena de cerca\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Cap\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Selecció automàtica\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Desentrellaçat\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (invertit)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Manejador Entrellaçat\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Cancel·lant\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Introduïu el nom de l'artista\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"La reproducció ha fallat\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Un o més ítems no s'han pogut reproduir.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Introduïu el valor\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Comproveu el fitxer de registre per obtenir més detalls.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Mode festa abortat.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Sense cançons coincidents a la biblioteca\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"No puc inicialitzar BD\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"No s'ha pogut obrir la base de dades.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"No s'han pogut obtenir les cançons de la base de dades.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Llista de reproducció del mode festa\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Tots els vídeos\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"No visualitzats\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Visualitzats\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Marca com a visualitzat\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Marca com a no visualitzat\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Edita el títol\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Utilitza NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Utilitza només NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Utilitza només NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Utilitza només PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Per Jocs a 60hz \"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Operation was aborted\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Copy failed\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Failed to copy at least one file\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Move failed\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Failed to move at least one file\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Delete failed\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Failed to delete at least one file\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Mètode d'escalat de vídeo\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Veí més proper\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilineal\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (programari)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (programari)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (programari)\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU) Reducció de soroll\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU) Nitidesa\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Telecine invers\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Postprocessament\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Display sleep timeout\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Canvia al canal\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Carpeta de la música desada\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Utilitza un reproductor de DVD extern\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Reproductor de DVD extern\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Carpeta dels trainers\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Carpeta de les captures de pantalla\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Carpeta de les llistes de reproducció\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Enregistraments\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Captures de pantalla\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Utilitza l'XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Llistes de reproducció de música\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Llistes de reproducció de vídeo\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Voleu iniciar el joc?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Ordena per: Llista de reproducció\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Miniatura remota\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Miniatura actual\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Miniatura local\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Sense miniatura\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Trieu una miniatura\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Conflicte\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Escaneja els nous\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Escaneja-ho tot\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Regió\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Resum\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Bloqueja la finestra de música\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Bloqueja la finestra de vídeos\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Bloqueja la finestra d'imatges\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Bloqueja secció de programes i scripts\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Bloqueja el gestor de fitxers\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Bloqueja la configuració\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Comença a cero\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Entra en mode mestre\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Surt del mode mestre\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Voleu crear el perfil '%s'?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Comença amb opcions a cero\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"El millor disponible\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Canvia automàticament entre 16x9 i 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Tracta els fitxers agrupats com un sol fitxer\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Precaució\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Falta el mode mestre\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"S'ha entrat en mode mestre\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Miniatura de Allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Elimina la miniatura\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Afegeix un perfil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Consulta la informació per tots els àlbums\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Informació del suport\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Separa\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Comparteix per defecte\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Comparteix per defecte (només lectura)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Copia per defecte\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Imatge del perfil\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Bloqueja les preferències\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Edita el perfil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Perfil de bloqueig\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"No s'ha pogut crear la carpeta\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Directori del perfil\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Comença amb recursos multimedia a cero \"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Assegureu-vos que es pot escriure a la carpeta seleccionada\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"i el nou nom de directori és vàlid\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Valoració MPAA\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Introduïu el codi mestre de bloqueig\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Pregunta pel codi mestre al iniciar\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Paràmetres de l'aparença\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- sense enllaç establert -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Habilita les animacions\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Desactiva l'RSS durant la música\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Habilita els botons d'accés directe\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Mostra els programes al menú principal\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Mosta la informació de la música\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Mostra la informació del temps\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Mostra la informació del temps\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Mostra espai disponible C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Mostra espai disponible E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Informació del temps\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Espai lliure de la unitat\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Entra el nom de un recurs compartit existent\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Bloqueja el codi\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Carrega el perfil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Nom del perfil\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Recursos multimedia\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Introduïu el codi de bloqueig del perfil\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Pantalla d'autenticació\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Fetching album info\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Fetching info for album\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"No es pot extreure el CD o la pista mentre s'està reproduïnt desde el CD\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Codi mestre i opcions\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Intorduïnt el codi mestre de bloqueig sempre habilita el mode mestre\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"o copia del defecte?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Voleu desar els canvis al perfil?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"S'han trobat opcions velles.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Voleu utilitzar-les?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"S'han trobat recursos multimedia vells.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Separat (bloquejat)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Arrel\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"Zoom Pell\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP settings\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Autostart UPnP client\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Última autenticació: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Mai autenticat\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Perfil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Autenticació d'usuari / Seleccioneu un perfil\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Utilitzeu el bloqueig a la pantalla d'autenticació\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Codi de bloqueig invàlid.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Això requeix entrar un codi mestre.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Voleu entrar-lo ara?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"S'està carregant la informació del programa\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"A la Festa!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Cert\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Barrejant begudes\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Omplint gots\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Autenticat com a\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Desconnecta\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Anar a l'arrel\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Trama\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Trama (invertida)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Mescla\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Reinicia el vídeo\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Edita la localització de xarxa\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Esborra la localització de xarxa\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Voleu revisar el directori?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Unitat de memòria\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"S'ha muntat la unitat de memòria\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"No s'ha pogut muntar la unitat de memòria\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"En el port %i, slot %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Bloqueja l'estalvi de pantalla\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Estableix\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Nom d'usuari\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Introduïu la contrasenya per\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Interval d'apagada\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Interval d'apagada (en minuts)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Iniciat, apaga en %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Apaga en 30 minuts\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Apaga en 60 minuts\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Apaga en 120 minuts\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Temps d'apagada personalitzat\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Cancel·la el temps d'apagada\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Bloqueja les preferències per %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Explora...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Resum de la informació\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Informació del emmagatzematge\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Informació del disc dur\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Informació del DVD-ROM\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Informació de la xarxa\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Informació del vídeo\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Informació del programari\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Utilitzat\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"de\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Locking not supported\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Sense bloqueig\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Bloquejat\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Frozen\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Requereix reinici\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Setmana\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Línia\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Xarxa de Windows (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"Servidor XBMSP\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"Servidor FTP\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"Música compartida d'iTunes (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"Servidor UPnP\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Mostra la informació del vídeo\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Fet\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Majúscules\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Fixació de majúscules\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Símbols\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Retrocés\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Espai\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Actualitza l'aparença\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Gira les imatges utilitzant la informació EXIF\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Use poster view styles for TV shows\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Si us plau, espereu\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Enable auto scrolling for plot & review\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Personalitzat\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Enable debug logging\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Download additional information during updates\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Change scraper\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Exporta la biblioteca de música\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Importa la biblioteca de música\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"No s'ha trobat l'artista\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Downloading artist info failed\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Party on! (videos)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Mixing drinks (videos)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Filling glasses (videos)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"Servidor WebDAV (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"Servidor WebDAV (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"Client de MythTV\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Directori del servidor web (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Directori dels servidor web (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"No s'ha pogut escriure a la carpeta:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Do you want to skip and proceed?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"Canal RSS\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"DNS secundari\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"Servidor DHCP:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Crea una carpeta\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Unknown or onboard (protected)\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Vídeos - Biblioteca\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Ordena per: ID\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Play part...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Calibration reset\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"This will reset the calibration values for %s\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Browse for destination\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Use folder names for lookups\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Fitxer\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Use file or folder names in lookups?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Set content\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Carpeta\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Look for content recursively?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Unlock sources\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Actor\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Pel·lícula\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Director\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Do you want to remove all items within\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Pel·lícules\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"Sèries de TV\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Aquest directori conté\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Run automated scan\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Scan recursively\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"com\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Directors\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"No video files found in this path!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"vots\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Informació de sèrie de TV\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Informació de l'episodi\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Carregant detalls del programa de TV\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Fetching episode guide\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Loading info for episodes in directory\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Seleccioneu un programa de TV:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Enter the TV show name\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Temporada %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Episodi\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Episodis\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Loading episode details\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Remove episode from library\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Eliminar programa de TV de la biblioteca\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Sèrie de TV\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Episode plot\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Totes les temporades\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Amaga els ja vistos\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Prod code\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Show plot for unwatched items\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Hidden to prevent spoilers *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Set season thumb\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Imatge de la temporada\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Temporada\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"S'està baixant la informació de la pel·lícula\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Unassign content\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Títol original\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Actualitzar informació del programa de TV\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Refresh info for all episodes?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"La carpeta seleccionada conté un únic programa de TV\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Exclude selected folder from scans\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Especials\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Selected folder contains a single video\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Enllaçar a programa de TV\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Eliminar enllaç a programa de TV\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Recently added movies\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Recently added episodes\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Studios\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Music videos\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Recently added music videos\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Music video\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Remove music video from library\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Music video information\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Loading music video information S'està carregant\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Mixed\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Go to albums by artist\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Go to album\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Reprodueix la cançó\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Go to music videos from album\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Go to music videos by artist\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Play music video\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Download actor thumbnails when adding to library\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Set actor thumb\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Elimina l'adreça d'interès de l'episodi \"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Set episode bookmark\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Scraper settings\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"S'està baixant la informació del videoclip\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"S'està baixant la informació del programa de televisió\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Trailer\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Flatten\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"S'està cercant nou contingut\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Emés per primera vegada\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Escriptor\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Mai\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Si només hi ha una temporada\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Sempre\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Té trailer\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Fals\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Fanart slideshow\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Export to a single file or separate\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"files per entry?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Un sol fitxer\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Separat\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Export thumbnails and fanart?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Overwrite old files?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Exclude path from library updates\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Extract thumbnails and video information\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Sets\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Export actor thumbs?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Trieu un fanart\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Fanart local\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Sense fanart\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Fanart actual\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Fanart remot\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Canvia el contingut\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Do you want to refresh info for all\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"items within this path?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"S'ha trobat la informació emmagatzemada localment.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ignore and refresh from internet?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"No s'ha pogut baixar la informació\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Would you like to continue scanning?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Països\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Agrupa les pel·lícules en col·leccions\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Mostra els fitxers i directoris ocults\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"Client de TuxBox\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"WARNING: Target TuxBox device is in recording-mode!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"El flux s'aturarà!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Zap to channel: %s failed!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Esteu segur que voleu començar el flux?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"S'està connectant a: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"Unitat de TuxBox\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Afegeix recurs compartit...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Comparteix les biblioteques de vídeo i música a través de UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Edita recurs compartit\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Elimina recurs compartit\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Movie & alternate subtitle directory\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Reprodueix els sons de navegació durant la reproducció\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Miniatura\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Força la regió del reproductor DVD\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Sortida de vídeo\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Aspecte del vídeo\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Widescreen\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Habilita 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Habilita 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Habilita 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Introduïu el nom de la nova llista de reproducció\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Mostra els botons \\\"Afegeix font\\\" en les llistes de fitxers\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Habilita les barres de desplaçament\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Make watched filtering a toggle in video library\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Obre\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Acoustic management level\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Ràpid\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Silenciós\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Habilita el fons personalitzat\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Power management level\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"High power\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Low power\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"High standby\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Low standby\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Unable to cache files bigger than 4GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Capítol\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"High quality pixel shader v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Habilita la llista de reproducció al inicialitzar\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Use tween animations\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"conté\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"no conté\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"és\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"no és\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"comença amb\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"acaba amb\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"més gran que\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"inferior a\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"després\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"abans\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"a la última\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"no a la última\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Scrapers\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Default movie scraper\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Default tvshow scraper\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Multilingüe\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Value to match\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Regla de llista de reproducció intel·ligent\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Match items where\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Regla nova...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Els elements han de coincidir\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"totes les regles\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"una o més de les regles\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Limita a\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Sense límit\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Ordena per\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"ascendent\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"descendent\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Edita la llista de reproducció intel·ligent\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Nom de la llista de reproducció\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Cerca elements que\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Edita\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i elements\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Nova llista de reproducció intel·ligent...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c Unitat\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Edita les regles del mode festa\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Carpeta principal\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Visualitzacions\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Títol de l'episodi\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Resolució del vídeo\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Canals d'àudio\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Còdec de vídeo\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Còdec d'àudio\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Idioma de l'àudio\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Idioma dels subtítols\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"El control remot envia pulsacions de teclat\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Nom del fitxer\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Cami del fitxer\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Mida del fitxer\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Data/Hora fitxer\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Índex de diapositives\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Resolució\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Comentari\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Color - B/N\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Processat JPEG\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Data/Hora\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Descripció\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Marca càmera\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Model càmera\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Comentari EXIF\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Microprogramari\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Obertura\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Longitud focal\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Distància focal\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Exposició\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Temps exposició\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Compensació d'exposició\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Mode exposició\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Flaix disparat\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Balanç blancs\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Font de llum\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Mode mesura\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Zoom digital\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Amplada del CCD\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"Latitud GPS\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"Longitud GPS\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Altitud GPS\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orientació\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Categories suplementaries\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Paraules clau\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Títol\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Autor\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Titular\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Instruccions especials\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Categoria\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Línia d'autor\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Títol de la línia d'autor\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Crèdit\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Font\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Avís dels drets d'autor\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Nom de l'objecte\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Ciutat\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Estat\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"País\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Referència Tx original\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Data de creació\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Codi del país\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Servei de referència\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Permet el control de l'XBMC a través de UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Intenta ometre la introducció d'abans del menú del DVD\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Música desada\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Consulta la informació per a tots els artistes\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"S'està baixant la informació de l'àlbum\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"S'està baixant la informació de l'artista\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biografia\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Discografia\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"S'està buscant l'artista\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Seleccioneu artista\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Informació de l'artista\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instruments\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Nascut\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Format\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Temes\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Separat\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Mort\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Anys d'activitat\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Etiqueta\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Nascut / Formació\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Actualitza la biblioteca a l'arrancada\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Retardat en: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Avançat en: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Òfset dels subtítols\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"Proveïdor OpenGL:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"Renderitzador OpenGL renderer:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"Versió OpenGL:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"Temperatura de la MB:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Temperatura de la CPU:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Memòria total\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Informació del perfil\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Utilitza l'atenuació si està en pausa durant la reproducció de vídeo\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Tots els enregistraments\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Per títol\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Per grup\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Canals en directe\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Enregistraments per títol\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Guia\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Mostra els fitxers de vídeo en llistats\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Font\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Exporta els títols del karaoke com a HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Exporta els títols del karaoke com a CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Importa els títols del karaoke\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Mostra el selector de cançons de forma automàtica\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Exporta els títols del karaoke\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Introduïu el número de cançó\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"blanc/verd\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"blanc/vermell\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"blanc/blau\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"negre/blanc\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Activa el teletext\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Part %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"S'està emplenant la memòria intermèdia amb %i bytes\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"S'està aturant\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"S'està executant\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Reproductor extern activat\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Feu clic a «D'acord» per finalitzar el reproductor\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Feu clic a «D'acord» quan la reproducció hagi finalitzat\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Complement\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Configura\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Desactiva\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Habilita\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Aquest complement no es pot configurar\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Mode biblioteca\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"Teclat QWERTY\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Passthrough Audio in use\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Filtre anti-parpalleig (AutoFlicker patch)\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Qualitat del trailer\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Flux\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Baixar\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Baixar i reproduir\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Baixar i desar\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Avui\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Demà\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"S'està desant\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"S'està copiant\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Establiu el directori de descàrrega\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Cerca durada\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Curt\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Llarg\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Utilitza el reproductor de DVD en lloc del reproductor per defecte\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Pregunta si es vol baixar el vídeo abans de reproduir-lo\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Clips\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Aquesta nit\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Demà a la nit\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Condició\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Precipitació\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Precipitació\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Humit\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Feels\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Observed\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Sortida del normal\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Sortida del sol\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Posta de sol\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Detalls\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Outlook\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Coverflow\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Tradueix el text\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Map list %s category\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 Hores\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Mapes\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Cada hora\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Cap de setmana\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s dia\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Alerta\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Alertes\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Choose Your\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Comprova\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Configureu el\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Estacions\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Utilitza el teu\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Mira\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Escolta\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"View your\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Configureu el\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Potència\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Menú\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Reprodueix el\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Opcions\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Editor\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Quant a\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Classificació\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Fons\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Fons\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Fons personalitzat\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Fons personalitzats\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Veure el Lleguiu-me\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Veure el registre de canvis\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Aquesta versió de %s requereix una\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"revisió de l'XBMC s% o superior per a funcionar.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Actualitzeu l'XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"No s'han trobat dades\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Pàgina següent\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"M'agrada\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"No m'agrada\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Aquest fitxer està agrupat, seleccioneu la part que desitgeu reproduir.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Camí a l'script\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Habilita el botó d'scripts personalitzats\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Chinese (Simple)/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\n<language locale=\"chs\">\n  <charsets>\n    <gui unicodefont=\"true\">CP936</gui>\n    <subtitle>CP936</subtitle>\n  </charsets>\n  <dvd>\n    <menu>zh</menu>\n    <audio>zh</audio>\n    <subtitle>zh</subtitle>\n  </dvd>\n  <regions>\n    <region name=\"Beijing (12h)\" locale=\"china\">\n      <dateshort>YYYY-M-D</dateshort>\n      <datelong>YYYY'年'M'月'D'日' DDDD</datelong>\n      <time symbolAM=\"上午\" symbolPM=\"下午\">xx h:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n    <region name=\"Beijing (24h)\" locale=\"china\">\n      <dateshort>YYYY-M-D</dateshort>\n      <datelong>YYYY'年'M'月'D'日' DDDD</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n  </regions>\n</language>"
  },
  {
    "path": "Mod Files/system/language/Chinese (Simple)/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Chinese (Simple) (http://www.transifex.com/projects/p/xbmc4xbox/language/zh/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: zh\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"程序\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"图片\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"音乐\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"视频\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"节目预告\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"系统设置\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"文件管理\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"天气\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"XBMC媒体中心\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"星期一\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"星期二\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"星期三\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"星期四\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"星期五\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"星期六\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"星期日\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"一月\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"二月\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"三月\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"四月\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"五月\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"六月\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"七月\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"八月\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"九月\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"十月\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"十一月\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"十二月\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"星期一\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"星期二\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"星期三\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"星期四\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"星期五\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"星期六\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"星期日\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"一月\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"二月\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"三月\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"四月\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"五月\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"六月\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"七月\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"八月\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"九月\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"十月\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"十一月\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"十二月\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"显示：自动\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"显示：自动大图标\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"显示：图标\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"显示：列表\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"扫描\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"排序：名称\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"排序：日期\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"排序：大小\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"否\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"是\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"幻灯片播放\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"创建缩略图册\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"创建缩略图\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"快捷方式\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"暂停\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"复制\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"移动\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"删除\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"重命名\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"新文件夹\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"确认复制文件\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"确认移动文件\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"确认删除文件\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"复制这些文件？\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"移动这些文件？\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"删除这些文件？\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"状态\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"对象\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"常用\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"幻灯片播放\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"系统信息\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"显示器\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"专辑\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"艺人\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"歌曲\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"类型\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"播放列表\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"查找\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"系统信息\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"温度：\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU：\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU：\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"时间：\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"当前：\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"版本：\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"网络：\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"类型：\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"手动(静态分配)\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"自动(动态分配)\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"网卡物理地址(MAC)\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP 地址\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"连接：\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"半双工\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"全双工\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"存储器\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"驱动器\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"空闲\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"视频\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"空闲内存\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"无连接\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"空闲\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"无效的\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"光驱开启\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"读取中\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"无盘\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"当前光盘\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"皮肤\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"启用 FTP 服务器\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"分辨率\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"调整显示器刷新率适应视频\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"发行时间\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"将 4:3 视频显示为\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"音调\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"风格\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"歌曲\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"持续时间\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"选择专辑\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"音轨\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"评论\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"刷新\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"查找专辑\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"确定\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"没有找到专辑！\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"全部选择\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"查找媒体信息\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"保存\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"乱序播放\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"清除\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"查找\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"查找...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"没有发现信息！\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"选择视频：\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"读取%s信息\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"载入视频详细资料\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"标语\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"大纲\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"得票：\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"演员表\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"剧情简介\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"播放\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"下一首\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"上一首\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"界面校准\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"屏幕校准\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"柔化\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"缩放\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"画面宽高比\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD 驱动器\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"请放入光盘\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"远程共享\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"网络未连接\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"取消\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"速度\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"测试图案...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"从 freedb.org 获取音乐 CD 信息\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"载入播放列表时打乱顺序\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"关闭硬盘 空闲时间(分)\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"视频滤镜\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"无\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"点\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"线性\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"非等方性\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"梅花多重取样\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"三维锐化\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"缩小\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"放大\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"播放完成后清除列表\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"脚本\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"语言\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"音乐\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"视觉效果\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"选择目标目录\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"双声道时输出到所有扬声器\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"通道数\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- DTS 数字音效\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"获取 CD 信息\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"错误\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"启用音乐文件标签信息读取\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"开始\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast 网络音乐台\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"等待开始...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"脚本输出\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"允许通过 HTTP 控制 XBMC\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"录音\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"停止录音\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"排序：音轨\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"排序：时间\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"排序：标题\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"排序：艺人\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"排序：专辑\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"前100排名榜\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"左上角过扫描补偿\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"右下角过扫描补偿\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"字幕位置\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"画面纵横比调整\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"移动箭头改变过扫描补偿边框\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"移动横线改变字幕位置\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"调整屏幕中央的方框为长宽相等的完美正方形\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"不能读取设置\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"使用默认预设值\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"请检查 .xml 文件\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"找到%i条\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"查找结果\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"无结果\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"后处理滤镜\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"字幕\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"字体\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- 尺寸\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"动态范围压缩\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"视频\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"音频\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"字幕浏览\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"创建书签\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"清除书签\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"声音延迟\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"书签\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- AAC 数字音效\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- MP1 数字音效\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- MP2 数字音效\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- MP3 数字音效\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"延迟\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"语言\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"开启\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"反交错(隔行变逐行)\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- 自动后处理\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- 垂直区块滤波器\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- 水平区块滤波器\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- 自动亮度/对比度调节\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- 消除压缩带来的画面瑕疵\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=自动)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"清理资料库\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"准备中...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"资料库错误！\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"搜寻歌曲...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"成功清理资料库！\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"清理歌曲...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"清理歌曲错误！\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"清理艺人信息...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"清理艺人信息错误！\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"清理类型信息...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"清理类型信息错误！\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"清理路径信息...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"清理路径信息错误！\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"清理专辑...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"清理专辑错误！\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"写入更新中...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"写入错误！\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"这需要一些时间...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"压缩资料库中...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"压缩资料库错误！\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"要清理资料库吗？\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"清理资料库...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"开始\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"帧数转换\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"音频输出\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"模拟\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"数码\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"群星\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"播放光盘\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"电影\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"调整帧数\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"演员\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"年份\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"程序\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"关\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"昏暗\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"全黑\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"骇客任务\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"屏保空闲时间\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"屏幕保护模式\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"自动关机功能计时器\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"全部专辑\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"新加的专辑\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"屏幕保护\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"幻灯全部目录\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"屏幕保护画面亮度衰减级别\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"排序：文件\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- AC3 数字音效\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"排序：名字\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"排序：年份\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"排序：评分\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"标题\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"雷雨\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"局部\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"大部分\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"晴朗\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"阴\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"雪\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"雨\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"细\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"上午\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"下午\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"阵雨\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"少数\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"短时有\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"风\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"强烈\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"转晴\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"晴\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"云\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"提早\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"阵雨\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"飘雪\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"低\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"中\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"高\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"雾\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"薄雾\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"位置选择\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"刷新时间\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"温度单位\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"速度单位\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"天气\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"温度\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"体感温度\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"紫外线\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"风\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"露点\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"湿度\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"风向\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"风速\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"默认\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"访问天气服务\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"取得天气数据：\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"不能获得天气数据\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"手动查询\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"此专辑无评论\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"下载缩略图...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"不可用\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"显示：大图标\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"低\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"删除专辑信息\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"删除 CD 信息\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"选择\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"找不到专辑信息。\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"找不到 CD 信息！\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"光盘\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"请放入正确的 CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"请放入下一张 CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"排序：DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"无缓存\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"从资料库中移除影片\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"确定移除'%s'？\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"移动磁盘\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"打开文件\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"缓存\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"硬盘\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"网络\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"互联网\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"视频\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"音频\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"自动播放媒体\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"液晶屏设置\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"开启\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"列\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"第 1 行位置\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"第 2 行位置\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"第 3 行位置\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"第 4 行位置\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"行\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"模式\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"选择显示\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"字幕\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"音频流\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[启用]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"字幕\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"背光\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"亮度\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"对比度\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"伽码\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"类型\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"移动条块来改变 OSD 位置\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"OSD 位置\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"改机者\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"改机芯片\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"关\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"只有音乐\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"音乐和视频\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"不能读取播放列表\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"皮肤和语言\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"用户界面\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"音频设置\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"关于 XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"删除专辑\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"重复\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"重复单首\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"重复整个目录\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"自动播放下一首歌曲\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- 使用大图标\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Vobsubs 字幕缩放\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"高级选项(适合专家！)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"总体音量\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"以桌面的分辨率播放视频\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"校准\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"显示扩展文件名\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"排序：类型\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"无法连接到在线搜索服务\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"下载专辑信息失败...\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"寻找专辑名...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"开启\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"忙\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"空\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"从文件中载入媒体信息...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"排序：使用次数\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"开启可视化效果\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"启用视频模式自动切换\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"启动界面\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"主界面\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"设置界面\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"风格\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"最近播放的专辑\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"运行\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"运行方式\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"编辑软件标题\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"合辑\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"移除源\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"切换媒体\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"选择播放列表\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"新的播放列表...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"添加到播放列表\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"手工添加到资料库\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"输入标题\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"错误：重复标题\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"选择类型\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"新的类型\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"手工添加\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"输入类型\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"显示：%s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"列表\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"图标\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"大列表\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"大图标\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"宽幅\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"大宽幅\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"专辑图标\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD 图标\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"媒体信息\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"音频输出设备\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"直通输出设备\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"此艺人没有传记\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"多声道音频声道缩减混音成立体声\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"排序：%s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"名称\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"日期\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"大小\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"音轨\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"时长\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"标题\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"艺人\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"专辑\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"播放列表\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"标签\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"文件\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"年份\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"评价\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"类型\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"使用次数\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"专辑艺人\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"播放次数\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"最后播放\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"注释\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"加入日期\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"默认\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"制作公司\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"路径\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"国家\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"排序方向\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"排序方法\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"显示模式\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"记住每个文件夹的显示模式\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"升序\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"降序\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"编辑播放列表\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"过滤\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"取消舞会模式\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"舞会模式\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"随机\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"关\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"单首\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"全部\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"关\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"重复：关闭\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"重复：单首\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"重复：所有\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"压缩音乐 CD\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"中等\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"标准\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"极好\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"固定码率\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"压缩...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"储存到：\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"不能压缩 CD 或音轨\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CD 压缩路径没有设置\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"压缩音轨\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"请输入序号\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"音乐 CD\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"编码器\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"质量\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"码率\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"包括音轨序号\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"所有歌曲\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"显示模式\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"正常\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"满屏\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"拉伸为 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"宽屏\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"拉伸为 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"原始大小\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"自定义\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"回放增益\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"回放增益音量调整\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"使用音轨增益等级\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"使用专辑增益等级\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"音量 - 重复播放的文件\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"音量 - 不重复播放的文件\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"播放增益时忽略消波失真\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"裁剪黑边\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"需要解压一个大文件，是否继续？\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"从资料库中移除\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"导出视频库\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"导入视频库\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"导入中\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"导出中\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"浏览资料库\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"年份\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"更新资料库\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"显示调试信息\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"浏览可执行文件\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"浏览播放列表\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"浏览文件夹\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"歌曲信息\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"音量放大\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"选择导出文件夹\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"此文件已不可用\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"要从资料库移除吗？\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"浏览脚本\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"清理资料库\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"清除资料库中的旧歌曲\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"当前路径曾被扫瞄过\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"网络\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- 服务器\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"使用 HTTP 代理服务器访问互联网\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"网络地址(IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"无效端口！必须在 1 至 65535 之间。\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP 代理\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- 分配方式\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"自动(动态分配)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"手动(静态分配)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"默认(Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP 地址\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- 子网掩码\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- 默认网关\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS 服务器\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"保存和重启\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"无效地址！正确格式为：AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"从 0 到 255 之间的数字\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"修改未保存，继续且不保存吗？\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Web 服务器\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP 服务器\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- 端口\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"保存和应用\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- 密码\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"无密码\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- 字符集\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- 字形\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- 颜色\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"常规\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"粗体\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"斜体\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"粗斜体\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"白色\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"黄色\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"文件\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"当前视图无信息\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"请关闭资料库模式\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"图像载入错误\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"编辑路径\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"镜像图像\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"确定？\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"移除共享\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"新增程序连接\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"编辑程序路径\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"编辑程序名称\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"编辑路径深度\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"显示：大列表\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"黄色\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"白色\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"蓝色\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"亮绿\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"翠绿\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"青色\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"浅灰\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"灰色\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"错误 %i：不能共享\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- FTP 服务器限定工作在 FATX 格式\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"音频输出\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"搜索中\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"幻灯图片目录\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"网卡\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- 无线网络名 (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- 无线网加密方式\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- 无线网安全\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"保存和应用网卡设置\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"不加密\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"应用网卡设置，请稍等.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"网卡重启完成.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"网卡无法重启.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"网卡停用\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"网卡停用完成.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"无线网络名 (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"允许本机程序控制 XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"端口\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"端口范围\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"允许异地程序控制 XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"初始重复等待时间(ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"持续等待时间(ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"最大客户端数\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"互联网访问\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"输入了无效端口\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"有效端口范围是 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"有效端口范围是 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"屏幕保护预览\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"无法连接\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC 无法连接到该网上邻居！\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"这可能是由于网络没有连接。\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"可以用其他方式来添加它吗？\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP 地址\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"添加网上邻居\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"协议\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"服务器地址\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"服务器名称\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"远程路径\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"共享文件夹\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"端口\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"用户名\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"网络服务器\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"输入服务器网络地址\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"输入服务器远程路径\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"输入端口号\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"输入用户名\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"添加%s目录\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"输入或选择目录。\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"为该目录命名。\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"浏览目录\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"浏览\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"无法获得目录信息。\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"添加目录\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"编辑目录\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"编辑%s目录\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"输入新的标签\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"选择图像文件\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"选择图像目录\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"添加网上邻居...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"浏览文件\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"子菜单\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"启用子菜单按钮\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"收藏夹\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"视频插件\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"音乐插件\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"图片插件\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"载入目录\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"检索%i项目\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"检索%i在%i项目\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"程序插件\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"设置插件缩略图\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"插件设置\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"接入点\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"其它...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- 用户名\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"脚本设置\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"单曲\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB 共享设置\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"工作组\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"默认账号\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"默认密码\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS-服务器\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"安装 SMB 共享\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"移除\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"音乐\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"视频\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"图片\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"文件\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"音乐和视频 \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"音乐和图片\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"音乐和文件\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"视频和图片\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"视频和文件\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"图片和文件\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"音乐和视频和图片\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"音乐和视频和图片和文件\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"停用\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"文件和音乐和视频\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"文件和图片和音乐\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"文件和图片和视频\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"音乐和程序\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"视频和程序\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"图片和程序\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"音乐和视频和图片和程序\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"程序和视频和音乐\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"程序和图片和音乐\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"程序和图片和视频\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP 账号\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP 密码\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"用户密码设置成功！\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"自动检测\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"自动检测系统\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"昵称\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"确认连接\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"发送 FTP 用户名和密码\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Ping 间隔\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"是否连接到自动发现的系统？\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"通过 Zeroconf 协议发布这些服务\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"自定义音频设备\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"自定义直通输出设备\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"漂流\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"和\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"结冰\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"晚间\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"局部\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"雷阵雨\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"雷\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"阴沉\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"暴\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"在\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"这\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"区域性\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"冰\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"清澈\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"无风\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"和\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"风\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"小雨\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"雷雨\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"毛毛雨\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"雾\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"悬浮物\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"雷雨\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"雷阵雨\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"空闲时显示器休眠\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"影片长度\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"脚本错误！：%s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"启用 LCD/VFD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"首页\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"程序\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"图片\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"文件管理\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"系统设置\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"音乐\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"视频\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"系统信息\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"设置->常用\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"设置->屏幕\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"设置->用户界面->界面校准\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"设置->视频->屏幕校准\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"设置->图片\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"设置->程序\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"设置->天气\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"设置->音乐\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"设置->系统设置\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"设置->视频\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"设置->网络设置\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"设置->用户界面\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"脚本\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"视频/播放列表\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"设置->用户配置\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"\\\"是/否\\\"对话框\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"进度对话框\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"查找字幕...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"缓存字幕...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"结束\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"正在缓存中\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"打开流\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"音乐/播放列表\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"音乐/文件\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"音乐/资料库\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"播放列表编辑\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"歌曲100排行榜\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"专辑100排行榜\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"程序\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"系统设置\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"天气预报\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"网络游戏\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"功能扩展\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"系统信息\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"音乐 - 资料库\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"正在播放 - 音乐\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"正在播放 - 视频\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"专辑信息\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"视频信息\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"选择\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"音乐/信息\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"确认\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"视频/信息\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"脚本/信息\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"全屏视频\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"音频可视化效果\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"文件堆叠\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"重新生成索引...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"返回到音乐窗口\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"返回到视频窗口\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"更新金手指列表\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"金手指\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"没有找到金手指\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"金手指设置\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"所有金手指信息丢失，请更新金手指列表！\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"从上次中断处继续播放\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"否\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"是\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"询问\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"从头开始播放\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"从 %s 处继续播放\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"正在验证金手指...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"已锁定！输入密码...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"输入密码\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"输入管理员密码\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"输入解锁密码\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"或按 C 取消\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"输入 XBOX 手柄按键顺序，然后\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"按 Start 确认，或按 Back 取消\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"设置锁定\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"解除锁定\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"重新锁定\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"移除锁定\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"数字密码\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"手柄按键组合\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"全文字密码\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"输入新密码\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"确认新密码\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"密码不正确，\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"重试次数\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"输入密码不正确！\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"拒绝读取\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"已达密码重试次数限制！\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"系统将立刻关闭！\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"拒绝访问\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"重新上锁\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"更改锁定\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"共享锁定\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"密码不能为空，请重试！\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"主机锁定\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"超过重试次数就关机\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"管理员密码错误\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"请输入正确的管理员密码\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"系统设置和文件管理\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"作为所有视频的默认设置\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"将要初始化所有配置\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"每幅图片显示时间\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"使用移动和缩放特效\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"在 PAL 制式播放 NTSC 视频\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"在 NTSC 制式播放 PAL 视频\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"以 PAL60 制式播放 NTSC 视频\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12小时制\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24小时制\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"日/月\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"月/日\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"系统开机时间\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"分钟\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"小时\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"天\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"累计开机时间\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"天气\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"屏幕保护\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"全屏 OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"系统设置\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"立即关闭硬盘\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"只有视频\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- 延迟\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- 最小影音文件时长\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"关机\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"使用自定义 Dashboard 路径\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"自动关机功能\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"退出\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"休眠\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"待机\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"退出\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"重启\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"最小化\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"电源按钮作用\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"是否有通过SSH连接的会话存在？\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"挂接移动存储器\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"不安全的移除设备\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"成功移除设备\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"游戏手柄插入\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"游戏手柄拔出\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"闪烁过滤\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"使用驱动选择(需要重启)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"垂直空白同步\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"停用\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"只在视频播放时开启\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"总是开启\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"测试 & 应用分辨率\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"保存此分辨率?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"是否保存此分辨率?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"高品质倍线\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"关闭\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"普通清晰度内容时打开\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"始终打开\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"倍线方式\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU 高品质倍线等级\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU 演播室级色彩转换\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"其他显示器空白显示\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"禁止\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"空白显示\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"检测到活动连接！\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"如果你处理，你将不再能控制你的\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"XBMC，你是否确认要停止远程控制？\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"改变 Apple 遥控器的模式？\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"如果你现在正在使用 Apple 遥控器\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"控制 XBMC，修改这些设置将影响对\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"系统的控制。你确认要处理吗？\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"硬盘密匙：\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"硬盘温度：\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD 型号：\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD 固件版本：\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"硬盘型号：\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"硬盘序列号：\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"硬盘固件版本：\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"硬盘密码：\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"硬盘锁定状态：\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"子网掩码\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"网关地址\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"首选 DNS 服务器地址\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"初始化失败\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"游戏手柄\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"键盘\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"鼠标\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"耳麦\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"记忆卡\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"遥控器\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"控制器端口\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"从不\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"立即\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"隔%i秒以后\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"硬盘安装日期：\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"硬盘运转周期：\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"用户配置\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"删除用户配置'%s'？\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"最近载入的用户配置：\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"未知\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"覆盖\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"闹铃\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"闹铃间隔(分钟)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"闹铃启动，倒计时%i分钟。\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"响铃！\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"闹铃取消，剩余%i分%i秒。\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"搜索 RAR 文件中的字幕\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"浏览字幕文件...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"移动该项目\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"将项目移动至此\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"取消移动\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"硬件：\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"CPU 使用：\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"已经连接，但没有有效的 DNS！\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"硬盘\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"存储器\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"默认\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"网络\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"视频\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"硬件\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"操作系统：\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"CPU 速度：\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"BIOS 型号：\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"视频芯片：\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"屏幕分辨率：\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox 版本：\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox 序列号：\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox 生产商：\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"改机芯片：\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V 线：\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"视频&游戏区域：\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD 区域：\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"互联网：\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"已经连接到互联网\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"无法联网，请检查网络设置！\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"XBLIVE 钥匙：\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"目标温度\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"风扇转速\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"自动控温\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"指定风扇转速\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"皮肤字体\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"开启转换双向字串\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"显示 RSS 新闻\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"显示上级目录图标\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"音轨命名参数\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"你想重新启动系统\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"以重新启动 XBMC 吗？\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"放缩效果\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"漂浮效果\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"缩小黑边\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"重启\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"歌曲淡入淡出\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"创建缩略图\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"循环缩略图\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"开始幻灯播放图片\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"循环幻灯播放图片\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"随机播放\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"立体声\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"左声道\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"右声道\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"开启卡拉OK支持\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"背景透明度\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"前景透明度\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"影音延迟\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"卡拉OK\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s未找到\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"打开%s时发生错误\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"无法载入%s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"错误：内存不足\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"上移\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"下移\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"编辑标签\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"设为默认\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"移除按键\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"面板 LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"面板 LED 颜色\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"默认\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"绿色\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"橙色\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"红色\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"循环\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"当播放时关闭 LED\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"视频信息\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"加入播放列表\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"查询互联网电影数据库...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"扫描新的内容\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"正在播放...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"专辑信息\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"扫瞄项目到数据库\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"停止扫瞄\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"渲染方式\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"低品质像素着色器\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"硬件覆盖\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"高品质像素着色器\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"播放项目\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"设置艺人缩略图\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"自动获取缩略图\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"开启语音\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"启用装置\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"音量\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"默认显示方式\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"默认亮度数值\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"默认对比度数值\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"默认伽码数值\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"从上次中断处继续播放\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"语音特效 - 端口 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"语音特效 - 端口 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"语音特效 - 端口 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"语音特效 - 端口 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"使用时间搜寻\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"音轨命名模板\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"预设\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"该可视化效果没有预设\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"该可视化效果没有设置\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"弹出/载入\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"播放音乐时启用可视化效果\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"计算大小\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"计算文件夹大小\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"视频设置\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"声音和字幕设置\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"启用字幕\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"快捷方式\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"排序时忽略冠词（如 \\\"the\\\"）\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"同一专辑内歌曲淡入淡出\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"浏览%s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"显示音轨位置\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"清除默认\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"继续播放\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"取得缩略图\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"图片信息\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s 预设\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(IMDb 用户评价)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"排行榜前 250：\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"收听 last.fm 电台\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"风扇最低转速\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"正在下载\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"包含只在合辑中出现的艺术家\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"渲染模式\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"自动检测\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"基本着色(ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"高级着色(GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"软件着色\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"安全移除\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU 硬解码\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"开始幻灯片播放\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"记住此目录\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"使用象素缓冲对象\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"影音同步方式\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"音频时钟\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"视频时钟(丢弃/重复音频)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"视频时钟(重采样音频)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"最高重采样率(%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"重采样质量\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"低（快）\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"中\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"高\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"极高（慢）\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"同步回放显示\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple 遥控器\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"允许用遥控器启动 XBMC\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"序列延时\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"关闭\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"标准\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"通用遥控器\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"万能遥控器(Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Apple 遥控器错误\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"不能打开 Apple 遥控器支持.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"视频堆叠\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"关闭堆叠\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"下载播放列表...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"下载流媒体列表...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"分析流媒体列表...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"流媒体列表下载失败\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"播放列表下载失败\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"游戏目录\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"自动切换为图标显示条件\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"允许自动切换为图标显示\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- 使用大图标\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- 条件\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- 百分比\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"没有文件且至少有一个图标\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"至少有一个文件和一个图标\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"图标所占百分比\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"浏览设置\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"改变地区码 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"改变地区码 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"改变地区码 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"资料库\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"无电视\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"输入最近的城市\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"视频/音频/DVD 缓存 - 硬盘\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"视频缓存 - DVD 驱动器\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- 局域网\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- 互联网\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"音频缓存 - DVD 驱动器\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- 局域网\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- 互联网\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD 缓存 - DVD 驱动器\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- 局域网\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"服务\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"网络设置已改变\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC 需要重启改变你的网络设置。\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"你想现在就重启吗？\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"后置处理\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- 播放时关机\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i分\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i秒\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i毫秒\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i%%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%ikbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%ikb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"时间显示格式\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"日期显示格式\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"图形界面滤镜\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"使用后台搜寻\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"停止搜寻\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"无法搜寻媒体信息\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"电影胶片效果\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"搜索远端共享的缩略图\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"未知类型文件缓冲 - 互联网\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"自动\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"输入用户名\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"日期和时间\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"设置日期\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"设置时间\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"输入24小时格式时间(时:分)\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"输入日期(日/月/年)\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"输入 IP 地址\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"确定要设置这些参数吗？\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"应用设置\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"允许重命名和删除文件\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"设置时区\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"使用夏令制时间\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"添加到收藏夹\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"从收藏夹移除\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"皮肤颜色\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"时区-国家\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"时区\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"文件列表\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"显示 EXIF 图片信息\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"使用全屏窗口而非真正全屏显示\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"选中歌曲加入播放列表\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"自动播放音乐 CD\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"播放\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"自动播放 DVD\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"文本字幕字体\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"界面语言\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"字符集\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"调试\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"安全\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"输入设备\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"省电模式\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"删除\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"游戏\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"添加\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"密码\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"资料库\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"数据库\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* 所有专辑\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* 所有艺人\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* 所有歌曲\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* 所有类型\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"缓冲中...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"导航音效\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"皮肤预设\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"皮肤主题\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"缺省主题\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"将歌曲提交到 Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.fm 用户名\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.fm 密码\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"无法连接：休眠中...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"请升级 XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"无法通过认证：检查帐号和密码\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"连接\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"无法连接\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"上传进度%i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"已缓存%i首歌曲\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"上传中...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"上传剩余%i秒\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"打开方式...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"使用平滑的影音同步\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"缩略图显示时隐藏文件名\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"通过合作模式玩\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"将歌曲提交到 Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Libre.fm 用户名\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Libre.fm 密码\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"歌曲提交\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"将 Last.fm 节目提交到 Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"连接到 Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"选择电台...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"寻找相似的艺人...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"寻找相似的标记...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"你的用户配置（%name%）\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"所有排行\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"%name% 艺人排行\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"%name% 专辑排行\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"%name% 歌曲排行\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"收听 %name% Last.fm\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"%name% 同类型艺人\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"%name% 专辑排行\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"%name% 歌曲排行\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"%name% 标签排行\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"%name% 最爱歌迷\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"收听 %name% 在 Last.fm 的歌迷\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"收听 %name% 在 Last.fm 的同类型艺人\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"%name% 艺人排行\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"%name% 专辑排行\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"%name% 歌曲排行\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"%name% 好友\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"%name% 同好\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"%name% 艺人周排行\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"%name% 专辑周排行\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"%name% 歌曲周排行\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"收听 %name% 在 Last.fm 的同好\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"收听 %name% 的个人 Last.fm\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"收听 %name% 在 Last.fm 的最爱\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"正在从 Last.fm 获取列表\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"不能从 Last.fm 获取列表...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"输入艺人名来寻找相关资料\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"输入标签名来寻找相关资料\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"%name% 最近听过的歌曲\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"收听 %name% 在 Last.fm 的推荐\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"%name% 的排行\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"你想把目前歌曲加入你的最爱吗？\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"你想封锁目前的歌曲吗？\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"加入你的最爱歌曲：'%s'\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"不能加入 '%s' 到你的最爱\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"已被封禁：'%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"不能封禁 '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"%name% 最近喜好的歌曲\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"%name% 最近封锁的歌曲\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"从最爱中移除\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"解除封锁\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"您想从你的最爱移除这首歌曲吗？\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"你想解除封锁这首歌曲吗？\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"路径错误或无法找到！\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"无法连接服务器！\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"没有找到服务器！\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"没有找到工作组！\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"打开多个源路径\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"路径：\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"常用\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"互联网查询\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"高级设置\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"播放碟片\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"输入新标题\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"输入视频名称\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"输入配置名称\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"输入专辑名称\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"输入播放列表名称\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"输入新的文件名\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"输入文件夹名称\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"输入目录\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"可使用选项：%A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"输入查询字符串\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"关闭\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"自动选择\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"去交错\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"抖动\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"抖动(倒转)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"交错设置\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"取消中...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"输入艺人名字\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"播放失败\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"一个或多个项目播放失败！\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"输入数据\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"详情请查看日志文件。\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"取消舞会模式！\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"资料库中没有符合条件的歌曲！\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"无法初始化资料库！\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"无法打开资料库！\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"无法从资料库获取歌曲文件！\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"舞会模式播放列表\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"所有视频文件\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"未观看的\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"已观看的\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"标记为已观看\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"标记为未观看\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"编辑标题\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"使用 NTSC-M 和 NTSC-J 制式\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"只使用 NTSC-M 制式\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"只使用 NTSC-J 制式\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"只使用 PAL-60 制式\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"60hz 游戏设置\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"操作被中断\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"复制文件失败\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"部分文件复制失败\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"移动文件失败\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"部分文件移动失败\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"删除文件失败\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"部分文件删除失败\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"视频扫描方式\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"最近邻\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"双线性\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"双三次\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"正弦8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"双三次（软件）\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos（软件）\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"正弦（软件）\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"时间平滑\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"时间/空间平滑\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"（VDPAU）降噪\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"（VDPAU）锐化\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"帧率逆转换\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"显示睡眠时间\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"切换到频道\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"音乐保存目录\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"使用外部 DVD 播放程序\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"外部 DVD 播放程序\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"金手指目录\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"屏幕抓图目录\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"播放列表目录\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"录音\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"屏幕抓图\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"使用 XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"音乐播放列表\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"视频播放列表\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"你要执行该游戏？\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"排序：播放列表\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"远程缩略图\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"当前缩略图\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"本地缩略图\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"无缩略图\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"选择缩略图\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"冲突\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"扫描新的\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"扫描全部\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"区域\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"摘要\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"锁定音乐部分\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"锁定视频部分\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"锁定图片部分\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"锁定程序与脚本部分\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"锁定文件管理\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"锁定系统设置\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"重新设置\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"进入管理员模式\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"离开管理员模式\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"创建用户配置'%s'？\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"应用新的设置开始\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"最适合模式\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"自动切换 16x9 与 4x3 模式\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"视堆叠文件为单一文件\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"注意\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"已离开管理员模式\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"已进入管理员模式\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com 缩略图\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"移除缩略图\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"新加入用户配置...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"下载所有专辑的讯息\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"媒体讯息\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"分离的\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"共用预设值\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"共用预设值(只读)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"复制预设值\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"用户配置图片\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"锁定偏好设置\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"编辑用户配置\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"锁定用户配置\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"无法建立目录\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"用户配置目录\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"启动时刷新媒体来源\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"请确定选择的目录是可写入的\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"且是有效的目录名称\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"MPAA评分\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"输入管理员密码\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"在开机时询问管理员密码\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"桌面设置\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- 无连结设置 -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"启用桌面动画效果\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"播放音乐时关闭 RSS\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"启用快捷方式\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"在主界面中显示程序菜单\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"显示音乐讯息\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"显示天气预报\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"显示系统信息\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"显示可用的磁盘空间 C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"显示可用的磁盘空间 E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"天气预报\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"可用的磁盘空间\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"输入一个已有的共享名称\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"密码\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"载入用户配置\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"用户配置名称\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"媒体来源\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"用户配置密码\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"登录窗口\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"抓取专辑讯息\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"正在取得专辑讯息\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"当 CD 播放时不能抓取该 CD\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"管理员密码与设置\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"输入管理员密码后，始终启用管理员模式\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"或是从预设值中复制？\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"保存变更到用户配置文件？\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"发现旧设置值\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"你要使用吗？\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"发现旧媒体来源\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"分离的(锁定)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"根目录\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"皮肤缩放\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP 客户端\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"自动启动 UPnP 客户端\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"上次登录：%s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"从未登录\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"用户配置%i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"用户登录/选择用户配置\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"在登录窗口中使用锁定\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"密码无效\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"需先设置管理员锁定\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"你现在要设置吗？\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"载入程序讯息\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"启动舞会模式！\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"真实\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"混合饮料\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"填入玻璃\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"登录\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"注销\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"转到根目录\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"交织\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"交织(倒转)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"混合\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"从头播放视频\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"编辑网络位置\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"移除网络位置\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"你想扫描这个目录吗？\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"记忆卡\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"记忆卡已插入\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"找不到记忆卡\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"在%i端口，第%i槽\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"锁定屏幕保护\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"设置\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"用户名\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"键入密码\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"自动关机定时器\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"自动关机定时(分钟)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"启动自动关机在%i分钟后\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"30分钟后自动关机\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"60分钟后自动关机\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"120分钟后自动关机\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"自定义自动关机时间\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"取消自动关机\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"锁定设置文件%s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"浏览...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"系统摘要信息\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"存储设备信息\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"硬盘驱动器信息\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"光盘驱动器信息\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"网络设备信息\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"视频设备信息\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"硬件设备信息\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"总计\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"已使用\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"中\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"不支持锁定\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"没有上锁\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"已经上锁\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"已冻结\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"需要重新启动\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"周\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"生产线\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windows 网络(SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP 服务器\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP 服务器\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"ITunes 音乐共享(DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP 媒体服务器\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"显示视频信息\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"完成\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"上档\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"大写\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"符号\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"退格\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"空格\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"重载桌面皮肤\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"根据 EXIF 信息旋转图片\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"使用海报模式显示剧集\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"请稍候...\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"备份 EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"备份 BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"启用剧情和评论自动滚动\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"自定义\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"显示除错信息\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"资料库更新时下载附加信息\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"默认音乐信息服务\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"改变刮削器\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"导出音乐资料库\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"导入音乐资料库\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"未找到艺人!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"下载艺人信息失败\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"舞会模式！(视频)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"鸡尾酒(视频)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"填入玻璃(视频)\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"WEB服务器目录(HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"WEB服务器目录(HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"无法写入文件夹：\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"你要跳过并继续吗？\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS 信源\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"未知 BIOS，请把 xbmc.log 中 MD5 部分加到 BiosIDs.ini\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"备用 DNS 服务器地址\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP 服务器：\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"新建文件夹\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"播放时关闭 LCD 背光\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"未知或板载(保护状态)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"暂停时关闭 LCD 背光\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"暂停时打开 LED\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"视频 - 资料库\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"游戏存档\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"排序：标签\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"下载存档\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"把游戏存档存放在硬盘上\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"下载游戏存档失败！\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"选择需要下载和安装的游戏存档\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"没有当前游戏所对应的存档文件\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"切换到游戏存档\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"游戏存档\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"分段播放...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"重新校准\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"这个操作会重新校准%s的配置\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"还原为初时配置\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"选择指定位置\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"以文件夹名来查找\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"文件\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"用文件夹名或文件名进行查找？\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"设置内容\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"文件夹\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"是否嵌套查找？\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"取消源锁定\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"演员\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"影片\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"导演\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"是否从XBMC资料库中移除\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"所有位于该路径的项目？\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"电影\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"剧集\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"该目录包含\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"运行自动扫描\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"嵌套查找\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"饰演\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"导演\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"该目录下无视频文件！\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"票数\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"剧集信息\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"分集信息\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"下载剧集详细介绍\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"取得分集介绍\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"下载分集信息到资料库\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"选择剧集：\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"输入剧集名\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"第%i季\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"集\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"分集\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"下载分集详细介绍\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"从资料库移除分集\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"从资料库移除剧集\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"剧集\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"剧情\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* 整季\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"隐藏已观看的\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"序列号\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"显示未观看影片的剧情介绍\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* 未观看之前隐藏 *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"设置季缩略图\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"季图片\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"季\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"下载影片信息\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"不指定内容\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"刷新剧集信息\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"刷新所有分集信息？\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"被选文件夹包含单个电视剧集\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"扫描时排除文件夹\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"特别\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"自动获取季缩略图\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"被选文件夹包含单个视频\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"链接到电视剧集\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"移除到电视剧集的链接\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"最近加入的影片\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"最近加入的剧集\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"制作公司\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"音乐电视\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"最近加入的音乐电视\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"音乐电视\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"从资料库移除音乐电视\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"音乐电视信息\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"载入音乐电视信息\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"混合\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"按艺人进入专辑\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"进入专辑\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"播放歌曲\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"从专辑进入音乐电视\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"按艺人进入音乐电视\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"播放音乐电视\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"加入资料库时下载演员缩略图\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"设置演员缩略图\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"移除分集书签\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"设置分集书签\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"刮削器设置\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"下载音乐电视信息\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"下载剧集信息\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"预告片\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"简捷查看\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"简捷查看剧集\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"获取同人画\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"在影音库和中显示同人画\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"扫描新内容\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"最初发表\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"编剧\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"自动显示整齐的文件和目录名\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"从不\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"如果只有一季\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"总是\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"有预告片\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"假\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"幻灯播放同人画\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"导出到单个文件或多个文件\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"每个文件项目数？\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"单个文件\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"多文件\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"导出缩略图和同人画？\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"覆盖原文件？\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"资料库更新时排除的路径\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"提取缩略图和媒体标识\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"影片集\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"设置影片集缩略图\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"导出演员缩略图？\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"选择同人画\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"本地同人画\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"无同人画\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"当前同人画\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"远程同人画\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"更新内容\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"要刷新此目录下的所有项目吗？\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"同人画\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"发现本地存储的信息。\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"忽略并从互联网刷新吗？\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"无法下载信息\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"服务器不可用。\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"要继续扫描吗？\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"国家\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"显示隐藏文件和目录\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox 客户端\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"警告：目标 TuxBox 设备正处于录制模式！\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"流媒体将会被停止！\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"切换频道：%s 失败！\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"确认是否开始流媒体传输？\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"正在连接：%s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox 设备\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"添加共享媒体...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"通过 UPnP 共享视频和音乐库\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"编辑媒体共享\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"移除媒体共享\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"字幕目录\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"视频和相关字幕目录\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"使用鼠标\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"在播放媒体文件时播放导航声效\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"缩略图\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"强制 DVD 播放器区码\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"视频输出\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"视频模式\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"一般\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"信箱模式\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"宽屏幕\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"开启 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"开启 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"开启 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"输入新播放列表的名称\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"在文件列表中显示“添加目录”按钮\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"启用滚动条\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"视频资料库使用浏览过滤按钮\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"打开\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"噪音管理\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"快速\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"安静\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"启用自定义背景\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"电源管理\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"高功率\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"低功率\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"高待机\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"低待机\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"缓存档不能超过4GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"章\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"高品质像素着色器 V2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"启用启动时自动播放播放列表\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"使用 Tween 动画效果\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"包含\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"未包含\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"是\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"不是\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"开始于\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"中止于\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"大于\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"小于\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"之后\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"之前\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"最后\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"非最后\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"刮削器\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"默认电影刮削器\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"默认剧集刮削器\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"默认音乐电视刮削器\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"启用基于刮削器语言的回送\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- 设置\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"多语言\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"等于\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"智能播放列表规则\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"符合条件的歌曲在\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"新规则...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"歌曲必须满足\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"所有条件\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"一条或多条规则\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"限制\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"无限制\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"排序\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"升序\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"降序\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"编辑智能播放列表\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"播放列表名称\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"查找满足条件的歌曲\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"编辑\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i首歌曲\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"新的智能播放列表...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c磁盘\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"编辑舞会模式规则\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Home文件夹\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"观看次数\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"插曲标题\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"视频分辨率\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"音频声道数\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"视频编码\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"音频编码\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"对白语言\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"字幕语言\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"摇控器发送键盘按键\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"- 编辑\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"文件名称\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"文件路径\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"文件大小\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"文件日期/时间\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"幻灯片索引\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"解析度\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"评论\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"彩色/黑白\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"JPEG 影像处理\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"拍摄时间\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"描述\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"制造厂商\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"相机型号\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF 注释\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"固件\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"光圈值\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"镜头焦长\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"焦点距离\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"曝光\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"曝光时间\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"曝光倾向\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"曝光模式\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"闪光灯\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"白平衡\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"光源\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"测光模式\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO 感光值\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"数位变焦\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD 宽度\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS 纬度\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS 经度\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS 高度\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"方位\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"补充类别\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"关键字\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"说明\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"作者\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"标题\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"特别指令\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"类别\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"署名报导\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"署名报导标题\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"信用\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"来源\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"版权条款\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"物件名称\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"城市\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"州\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"国家\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"原始的 Tx 引用\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"日期建立\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"版权标志\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"国家代码\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"参考服务\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"允许通过 UPnP 控制 XBMC\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"尝试略过介绍直接跳至 DVD 菜单\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"保存音乐\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"查询所有艺人信息\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"下载专辑信息\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"下载艺人信息\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"传记\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"唱片分类\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"搜索艺人\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"选择艺人\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"艺人信息\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"乐器\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"创建时间\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"成型时间\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"风格\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"解散时间\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"死亡时间\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"活跃年代\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"标签\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"创建/成型\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"在启动时更新资料库\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"总是在后台更新资料库\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS 后缀\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"延迟：%2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"提前：%2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"字幕位置\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL 提供商：\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL 渲染器：\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL 版本：\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"主板温度：\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU 温度：\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"可用内存\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"用户配置数据\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"视频播放暂停时画面变暗\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"所有记录\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"标题\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"组\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"直播频道\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"录音的标题\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"节目表\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"为减少黑边允许高宽比误差\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"在列表中显示视频文件\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX 提供商：\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Direct3D 版本：\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"字体\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- 尺寸\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- 颜色\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- 字符集\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"卡拉OK标题导出为 HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"卡拉OK标题导出为 CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"导入卡拉OK标题...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"自动显示歌曲选择\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"导出卡拉OK标题...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"输入歌曲编号\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"白/绿\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"白/红\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"白/兰\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"黑/白\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"开启图文字幕\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"片段 %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"缓存 %i 字节\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"停止\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"运行\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"外部播放器激活\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"点 OK 关闭播放器\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"播放完毕时点 OK\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"扩展功能\"\n\nmsgctxt \"#24001\"\nmsgid \"Plugins\"\nmsgstr \"扩展功能\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"设置\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"禁用\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"启用\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"此扩展功能不可设置\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"资料库模式\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY 键盘\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"音频直通输出启用中\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"自动开启游戏抗闪烁过滤\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"预告片质量Trailer quality\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"媒体流\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"下载\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"下载 & 播放\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"下载 & 保存\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"今天\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"明天\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"保存\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"拷贝\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"设置下载目录\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"短\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"长\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"用DVD player代替常规播放器\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"播放视频前揭示是否先下载\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"片断\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"重启以启用插件\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"今晚\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"明晚\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"状况\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"降雨量\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"降雨\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"潮湿\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"感觉\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"观测值\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"偏离正常值\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"日出\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"日落\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"详细资料\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"天气趋势\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"流动封面\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"翻译文本\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"地图列表 %s 分类\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 小时\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"地图\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"每小时\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"周末\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s 天\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"提醒\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"提醒\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"选择您的\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"查看您的\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"配置您的\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"季节\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"使用您的\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"观看您的\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"聆听您的\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"浏览您的\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"配置您的\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"电源控制\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"菜单\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"播放您的\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"选项\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"编辑\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"关于您的\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"星级\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"桌面背景\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"桌面背景集\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"自定义桌面背景\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"自定义桌面背景集\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"浏览自述文件\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"浏览更新记录\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"运行此版本的 %s 需要\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC为 %s 或更高版本。\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"请升级XBMC。\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"未找到数据！\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"下一页\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"爱\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"恨\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"这是一个堆叠文件，请选择要播放的片段。\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"脚本目录\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"启用自定义脚本按钮\"\n"
  },
  {
    "path": "Mod Files/system/language/Chinese (Traditional)/langinfo.xml",
    "content": "﻿<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<language locale=\"cht\">\n  <charsets>\n    <gui unicodefont=\"true\">CP950</gui>\n    <subtitle>CP950</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>zh</menu>\n    <audio>zh</audio>\n    <subtitle>zh</subtitle>\n  </dvd>\n\n  <regions>\n    <region name=\"台北 (12h)\" locale=\"china\"> \n      <dateshort>YYYY/MM/DD</dateshort> \n      <datelong>YYYY年M月D日 DDDD</datelong> \n      <time symbolAM=\"上午\" symbolPM=\"下午\">xx h:mm:ss</time> \n      <tempunit>C</tempunit> \n      <speedunit>kmh</speedunit> \n    </region> \n    <region name=\"台北 (24h)\" locale=\"china\"> \n      <dateshort>YYYY/MM/DD</dateshort> \n      <datelong>YYYY年M月D日 DDDD</datelong> \n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time> \n      <tempunit>C</tempunit> \n      <speedunit>kmh</speedunit> \n    </region>\n  </regions>\n\n  <sorttokens>\n    <token>The</token>\n  </sorttokens>\n</language>"
  },
  {
    "path": "Mod Files/system/language/Chinese (Traditional)/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Chinese (Traditional) (http://www.transifex.com/projects/p/xbmc4xbox/language/zh_TW/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: zh_TW\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"程式\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"圖片\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"音樂\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"視訊\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"電視節目指南\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"系統設定\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"檔案總管\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"天氣\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc 媒體中心\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"星期一\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"星期二\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"星期三\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"星期四\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"星期五\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"星期六\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"星期日\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"一月\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"二月\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"三月\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"四月\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"五月\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"六月\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"七月\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"八月\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"九月\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"十月\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"十一月\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"十二月\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"週一\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"週二\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"週三\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"週四\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"週五\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"週六\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"週日\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"1月\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"2月\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"3月\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"4月\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"5月\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"6月\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"7月\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"8月\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"9月\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"10月\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"11月\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"12月\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"顯示：自動\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"顯示：自動大圖示\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"顯示：圖示\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"顯示：列表\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"掃描\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"排序：名稱\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"排序：日期\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"排序：大小\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"否\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"是\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"播放圖片\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"建立縮圖\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"建立縮圖\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"捷徑\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"已暫停\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"複製\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"移動\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"刪除\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"重新命名\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"新資料夾\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"確認複製檔案\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"確認移動檔案\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"確認刪除檔案？\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"要複製這些檔案嗎？\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"要移動些檔案嗎？\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"要刪除這些檔案嗎？ - 刪除後將無法復原！\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"狀態\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"項目\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"一般設定\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"播放圖片\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"系統資訊\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"顯示器\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"專輯\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"演出者\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"歌曲\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"類別\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"播放列表\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"搜尋\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"系統資訊\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"溫度：\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU：\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU：\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"時間：\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"目前：\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"版本：\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"網路：\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"類型：\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"靜態（手動指定）\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP（自動分配）\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"網卡位址（MAC）\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP 位址\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"連接：\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"半雙工\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"全雙工\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"儲存裝置\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"裝置\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"可用\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"視訊\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"可用記憶體\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"未連接\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"可用\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"沒有\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"托盤開啟\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"讀取中\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"無光碟\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"光碟介紹\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"佈景主題\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"啟用 FTP 伺服器\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"自動與網路時間同步\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"解析度\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"調整視訊更新頻率以符合視訊\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"發行日期\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"播放 4:3 視訊的方式\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"情境\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"風格\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"歌曲\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"持續時間\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"選擇專輯\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"音軌\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"評論\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"重新整理\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"正在搜尋專輯\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"確定\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"找不到專輯！\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"全選\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"正在搜尋媒體資訊\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"儲存\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"隨機\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"清除\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"掃描\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"搜尋中…\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"找不到資訊！\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"選擇電影：\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"正在查詢 %s 的資訊\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"載入電影詳細資料\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"標語\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"大綱\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"得票:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"演員\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"簡介\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"播放\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"下一項目\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"上一項目\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"使用者界面校正…\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"視訊校正…\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"柔化\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"縮放\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"畫面比率\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"光碟機\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"請放入光碟\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"遠端共享\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"網路未連線\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"取消\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"速度\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"測試圖案…\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"在 freedb 查詢音樂 CD 資訊\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"隨機播放列表\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"硬碟省電模式\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"視訊濾鏡\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"無\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"點\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"條紋\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"非等方性\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"梅花多重取樣\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"三維銳化\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"縮小\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"放大\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"播放完成後清除列表\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"腳本\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"語言\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"音樂\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"視覺效果\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"選擇目的目錄\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"雙聲道時輸出到所有喇叭\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"通道數\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- DTS 數位音效\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"獲取 CD 資訊\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"錯誤\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"啟用檔案標籤讀取\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"開始\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast 網路音樂\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"準備開始…\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"腳本輸出\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"允許通過 HTTP 控制 XBMC\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"錄音\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"停止錄音\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"排序：音軌\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"排序：時間\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"排序：標題\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"排序：演出者\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"排序：專輯\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"排行前 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"左上角位置\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"右下角位置\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"字幕位置\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"畫面比例調整\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"設定角落位置\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"改變字幕位置\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"調整成正方形\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"無法讀取設定\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"回復為預設值\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"請檢查 .xml 檔案\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"找到 %i 個項目\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"搜尋結果\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"無結果\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"後處理濾鏡\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"字幕設定\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"字型\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- 大小\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"動態範圍壓縮\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"視訊\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"音效\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"字幕流覽\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"建立書籤\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"清除書籤\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"音效延遲\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"書籤\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"延遲\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"語言\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"啟用\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"非交錯掃描\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- 自動後處理\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- 垂直方塊濾鏡\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- 水平方塊濾鏡\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- 自動亮度/對比\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- 消除雜訊\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=自動)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"正在清除資料庫\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"準備中…\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"資料庫錯誤！\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"正在搜尋歌曲…\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"成功清除資料庫！\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"正在清除歌曲…\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"清除歌曲錯誤！\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"正在清除演出者…\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"清除演出者時錯誤！\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"清除類別…\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"清除類別錯誤！\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"清除路徑…\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"清除路徑錯誤！\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"清除專輯…\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"清除專輯錯誤！\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"寫入變更中…\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"寫入錯誤！\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"這需要一些時間…\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"正在壓縮資料庫…\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"壓縮資料庫錯誤！\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"你確定要清除資料庫嗎？\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"清除資料庫…\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"開始\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"調整畫面頻率\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"音效輸出\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"類比\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"數位\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"多位演出者\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"播放光碟\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"電影\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"調整畫面頻率\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"演員\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"年份\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"程式\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"關閉\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"陰暗\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"全黑\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix trails\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"螢幕保護時間\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"螢幕保護模式\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"待機時間\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"全部專輯\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"最近加入的專輯\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"螢幕保護\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"循環播放圖片\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"螢幕保護的亮度\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"排序：檔案\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- AC3 數位音效\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"排序：名稱\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"排序：年份\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"排序：評等\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"標題\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"雷雨\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"局部\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"大部分\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"晴朗\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"陰\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"雪\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"雨\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"細\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"上午\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"下午\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"陣雨\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"少數\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"間歇性\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"風\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"強烈\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"轉晴\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"晴\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"雲\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"提早\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"陣雨\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"飄雪\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"低\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"中\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"高\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"霧\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"霾\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"選擇位置\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"更新時間\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"溫度單位\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"速度單位\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"天氣\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"溫度\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"體感溫度\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"紫外線\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"風\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"露點\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"濕度\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"風向\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"風速\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"預設值\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"前往天氣伺服器\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"取得天氣資料：\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"無法取得天氣資料\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"手動\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"此專輯無評論\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"正在下載縮略圖…\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"無法使用\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"顯示：大圖示\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"刪除專輯資訊\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"刪除 CD 資訊\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"選擇\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"找不到專輯資訊\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"找不到 CD 資訊\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"光碟\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"請放入正確的光碟\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"請放入下一張光碟\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"排序：DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"無緩衝區\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"從資料庫中移除影片\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"確定要移除 '%s' 嗎？\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"隨身碟\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"正在開啟檔案\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"緩衝區\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"硬碟\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"區域網路\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"網際網路\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"視訊\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"音效\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"自動播放媒體\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"液晶電視\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"啟用\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"列\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"第 1 列位址\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"第 2 列位址\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"第 3 列位址\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"第 4 列位址\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"行\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"模式\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"選擇顯示\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"字幕\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"聲道\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[啟用]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"字幕\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"背光\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"亮度\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"對比\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"伽瑪值\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"類型\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"移動播放工具列位置\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"播放工具列位置\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"工作人員\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"改機晶片\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"關閉\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"只有音樂\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"音樂 & 視訊\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"無法讀取播放列表\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"播放工具列\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"佈景主題 & 語言\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"外觀\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"音效設定\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"關於 XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"刪除專輯\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"重複\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"重複一次\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"重複資料夾\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"自動播放下一首歌項目\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- 使用大圖示\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Vobsubs 字幕比例\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"進階選項(專家適用!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"總音量\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"以桌面的解析度播放視訊\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"校正\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"顯示副檔名\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"排序：類型\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"無法連線到線上搜尋伺服器\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"下載專輯資訊失敗\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"搜尋專輯名稱…\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"打開\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"忙碌\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"空的\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"正在從檔案載入媒體資訊…\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"排序：使用次數\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"啟用 視覺效果\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"啟用 切換視訊模式\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"啟動界面\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"主界面\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"手動設定\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"類別\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"最近播放的專輯\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"執行\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"執行方式…\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"編輯遊戲標題\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"編輯\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"移除來源\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"切換媒體\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"選擇播放列表\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"新增播放列表…\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"加入播放列表\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"手動加入資料庫\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"輸入標題\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"錯誤：重複的標題\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"選擇類別\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"新類別\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"手動加入\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"輸入類別\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"顯示：%s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"列表\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"圖示\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"大列表\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"大圖示\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"寬幅\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"大寬幅\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"專輯圖示\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD 圖示\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"媒體資訊\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"音效輸出裝置\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"通過輸出裝置\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"此演出者沒有傳記\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"混合多聲道輸出為雙聲道\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"排序：%s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"名稱\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"日期\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"大小\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"音軌\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"時間\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"標題\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"演出者\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"專輯\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"播放列表\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"標籤\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"檔案\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"年份\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"評等\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"類型\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"使用數\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"專輯演出者\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"播放次數\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"最近播放\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"評論\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"加入日期\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"預設\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"製作公司\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"路徑\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"國家\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"進度\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"排序方向\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"排序方法\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"顯示模式\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"記住不同資料夾的顯示模式\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"升冪\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"降冪\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"編輯播放列表\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"過濾\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"取消派對模式\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"派對模式\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"隨機\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"關閉\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"單首\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"全部\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"關閉\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"重複：關閉\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"重複：單首\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"重複：全部\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"擷取音樂 CD\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"中等\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"標準\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"最高\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"指定頻率\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"擷取中…\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"儲存到：\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"無法擷取 CD 或音軌\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDA 擷取路徑未設定。\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"擷取音軌\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"輸入數字\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"音樂 CD 擷取\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"編碼器\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"品質\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"頻率\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"包括音軌編號\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"所有歌曲\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"顯示模式\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"一般\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"填滿螢幕(無黑邊)\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"4:3 畫面\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"14:9 畫面\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"16:9 畫面\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"原始大小\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"自訂\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"重覆播放\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"重覆播放模式\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"依曲目重覆播放\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"依專輯重覆播放\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"音量 - 重覆播放的檔案\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"音量 - 不重覆播放的檔案\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"重覆播放時忽略消波失真\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"修剪黑邊\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"需要解開一個大檔案，是否繼續？\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"從資料庫中移除\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"匯出視訊資料庫\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"匯入視訊資料庫\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"正在匯入\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"正在匯出\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"影片資料庫\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"年份\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"更新資料庫\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"顯示除錯資訊\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"瀏覽可執行檔\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"瀏覽播放列表\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"瀏覽資料夾\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"歌曲資訊\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"音量放大\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"選擇匯出資料夾\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"這個檔案已經無法使用。\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"你要將它從資料庫移除嗎？\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"流覽腳本\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"壓縮等級\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"清除音樂資料庫\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"移除音樂資料庫舊歌曲\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"目前路徑曾經搜尋過\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"網路設定\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- 伺服器\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"啟用 HTTP 代理伺服器\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"網路位址(IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"無效的連接埠，數值必須是 1 至 65535。\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP 代理伺服器\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- 分配\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"自動(動態分配)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"手動(靜態分配)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"預設(原廠系統)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP 位址\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- 子網路遮罩\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- 預設閘道\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS 伺服器\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"儲存 & 重新啟動\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"無效位址。數值必須是 AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"必須是 0 至 255。\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"改變未儲存. 不儲存就離開嗎？\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Web 伺服器\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP 伺服器\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"網路時間\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- 埠號\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"時間伺服器主機\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"儲存 & 套用\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- 密碼\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"無密碼\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- 編碼\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- 效果\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- 顏色\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"標準\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"粗體\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"斜體\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"粗斜體\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"白色\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"黃色\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"檔案\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"目前顯示無已搜尋資訊\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"切換到檔案顯示\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"圖像載入錯誤\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"編輯路徑\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"映像\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"你確定嗎？\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"移除來源\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"新增程式連結\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"編輯程式路徑\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"編輯程式名稱\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"編輯路徑深度\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"顯示：大列表\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"黃色\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"白色\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"藍色\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"亮綠\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"翠綠\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"青色\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"保留\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"保留\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"錯誤 %i：無法共享\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- 自動 FATX 限定\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"音效輸出\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"搜尋中\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"圖片資料夾\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"網路界面\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- 無線網路帳號(ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- 無線網路密碼\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- 無線網路安全\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"儲存並套用網路界面設定\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"沒有加密\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"套用網路界面設定，請稍候。\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"順利重新啟動網路界面。\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"無法順利啟動網路界面。\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"關閉網路界面\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"順利關閉網路界面。\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"無線網路帳號(ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"允許這個系統的程式控制XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"遠端伺服器埠號\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"遠端伺服器埠號範圍\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"允許其他電腦連接\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"初步重複延遲(毫秒)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"連續重複延遲(毫秒)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"最大客戶端數\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"網際網路訪問\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"輸入不合法的連接埠\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"合法的連接埠範圍是 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"合法的連接埠範圍是 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"螢幕保護預覽\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"無法連線\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC 無法連線到網路。\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"這可能是由於網路沒有連線。\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"可以用其他方式來新增它嗎？\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP 位址\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"新增網路位置\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"協定\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"伺服器位址\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"伺服器名稱\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"遠端路徑\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"共享資料夾\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"連接埠\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"帳號\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"瀏覽網路伺服器\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"輸入伺服器網路位址\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"輸入伺服器遠端路徑\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"輸入埠號\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"輸入帳號\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"新增 %s 來源\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"輸入或選擇媒體位置。\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"為該媒體來源命名。\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"瀏覽目錄\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"瀏覽\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"無法獲得目錄資訊。\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"新增來源\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"編輯來源\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"編輯 %s 來源\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"輸入新標籤\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"瀏覽圖像\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"瀏覽圖像資料夾\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"新增網路位置…\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"瀏覽檔案\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"子選單\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"啟用 子選單按鈕\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"我的最愛\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"視訊外掛\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"音樂外掛\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"圖片外掛\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"載入目錄\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"檢索 %i 項目\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"檢索 %i 在 %i 項目\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"程式外掛\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"設定外掛縮圖\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"外掛設定\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"無線網路橋接器\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"其他…\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- 伺服器帳號\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"腳本設定\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"單曲\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB 客戶端\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"工作群組\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"預設帳號\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"預設密碼\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS 伺服器\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"掛載 SMB 分享\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"移除\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"音樂\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"視訊\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"圖片\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"檔案\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"音樂 & 視訊 \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"音樂 & 圖片\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"音樂 & 檔案\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"視訊 & 圖片\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"視訊 & 檔案\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"圖片 & 檔案\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"音樂 & 視訊 & 圖片\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"音樂 & 視訊 & 圖片 & 檔案\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"停用\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"檔案 & 音樂 & 視訊\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"檔案 & 圖片 & 音樂\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"檔案 & 圖片 & 視訊\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"音樂 & 程式\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"視訊 & 程式\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"圖片 & 程式\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"音樂 & 視訊 & 圖片 & 程式\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"程式 & 視訊 & 音樂\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"程式 & 圖片 & 音樂\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"程式 & 圖片 & 視訊\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP 帳號\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP 密碼\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"帳號和密碼設定成功\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"自動偵測\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"自動偵測系統\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"暱稱\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"詢問連線\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"發送 FTP 帳號和密碼\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"連線品質\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"是否連線到自動偵測到的系統?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"透過 Zeroconf 自動發佈這些服務到其他系統\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"自訂音效裝置\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"自訂直通輸出設備\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"移動\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"有\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"結冰\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"睌間\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"局部\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"雷陣雨\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"雷\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"晴\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"大\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"在\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"這\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"區域性\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"冰\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"冰霜\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"無風\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"有\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"風\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"細雨\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"雷雨\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"毛雨\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"霧\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"花\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"雷雨\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"雷陣雨\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"閒置時顯示器休眠\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"視訊時間\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"腳本錯誤！：%s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"啟用 LCD/VFD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"首頁\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"程式\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"圖片\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"檔案管理員\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"系統設定\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"音樂\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"視訊\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"系統資訊\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"設定 - 一般\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"設定 - 螢幕\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"設定 - 佈景主題 - 界面校正\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"設定 - 視訊 - 螢幕校正\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"設定 - 圖片\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"設定 - 程式\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"設定 - 天氣\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"設定 - 音樂\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"設定 - 系統\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"設定 - 視訊\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"設定 - 網路\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"設定 - 佈景主題\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"腳本\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"視訊/播放列表\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"設定 - 使用者設定檔\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"確認對話框\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"進度對話框\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"正在尋找字幕…\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"正在尋找或者快取字幕…\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"結束中\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"緩衝中\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"打開串流媒體\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"音樂/播放列表\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"音樂/檔案\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"音樂/資料庫\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"播放列表編輯\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"排行前100歌曲\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"排行前100專輯\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"程式\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"系統設定\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"天氣預報\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"網路遊戲\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"擴充功能\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"系統資訊\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"音樂 - 資料庫\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"現正播放 - 音樂\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"現在播放 - 視訊\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"專輯資訊\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"電影資訊\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"選擇\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"音樂/資訊\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"確認\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"視訊/資訊\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"腳本/資訊\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"全螢幕視訊\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"音效視覺效果\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"檔案堆疊\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"重建目錄索引…\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"返回音樂視窗\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"返回視訊視窗\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"更新金手指列表\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"金手指\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"找不到金手指\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"金手指設定\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"所有金手指的紀錄遺失. 請更新金手指列表\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"從上次中斷處播放\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"否\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"是\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"詢問\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"從頭開始播放\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"從 %s 開始播放\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"確認金手指檔案…\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"←\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"確定\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"已鎖定！ 輸入密碼…\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"輸入密碼\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"輸入管理員密碼\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"輸入解鎖密碼\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"或按 C 取消\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"輸入手把按鍵組合並且\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"按 Start 確認, 或按 Back 取消\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"設定鎖定\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"解除鎖定\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"重設鎖定\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"移除鎖定\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"數字密碼\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"手把按鍵組合\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"文字密碼\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"輸入新密碼\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"確認新密碼\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"密碼不正確，\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"重試次數 \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"輸入的密碼不正確。\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"拒絕讀取\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"已達密碼重試次數限制。\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"系統將要立刻關閉.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"項目被鎖定\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"重新上鎖\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"更改鎖定\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"來源鎖定\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"密碼不能空白，請重試。\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"管理員密碼\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"超過重試次數就關機\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"管理員密碼錯誤！\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"請輸入正確的管理員密碼！\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"系統設定和檔案管理員\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"設定為影片的預設值\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"將重設之前的設定\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"顯示各個圖像\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"使用移動和縮放特效\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"在 PAL 模式播放 NTSC 視訊\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"在 NTSC 模式播放 PAL 視訊\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"以 PAL60 模式播放 NTSC 視訊\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12小時制\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24小時制\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"日/月\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"月/日\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"系統已運作時間\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"分鐘\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"小時\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"天\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"累計運作時間\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"天氣\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"螢幕保護\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"全螢幕畫面調整\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"系統設定\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"立即關閉硬碟\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"只有視訊\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- 延遲\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- 最小媒體檔案長度\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"關機\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"原廠系統\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"使用自訂原廠系統路徑\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"預設關機模式\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"退出\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"休眠\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"待機\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"離開\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"重新啟動\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"最小化\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"電源按鈕作用\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"是否有透過 ssh 連接的會話存在？\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"掛載行動碟\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"不安全的移除裝置\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"順利的移除裝置\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"手把連接\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"手把沒有連接\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"閃爍過濾\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"讓驅動選擇(必須重新啟動)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"垂直空白同步\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"停用\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"啟用 在視訊播放時\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"強制啟用\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"測試解析度\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"儲存此解析度？\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"是否儲存此解析度?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"高品質軟體升頻\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"停用\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"在480解析度時啟用\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"始終啟用\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"升頻方式\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU 硬體解碼\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU 高品質倍線等級\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU 視聽室等級色彩轉換\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"顯示空白\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"停用\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"空白顯示\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"主動偵測連接！\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"如果繼續此操作，你也許會再也不能控制\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"XBMC。你是否確定停止事件伺服器？\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"更改 Apple 遙控器模式？\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"如果你正使用 Apple 遙控器來控制\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC，更改此設定可能會影響到你\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"繼續控制它，你要繼續嗎？\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"硬碟金鑰:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"硬碟溫度:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"光碟機型號:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"光碟機韌體:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"硬碟型號:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"硬碟序號:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"硬碟韌體:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"硬碟密碼:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"硬碟鎖狀態:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"子網路遮罩\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"閘道位址\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"主要的 DNS 位址\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"無法讀取資訊\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"手把\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"鍵盤\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"滑鼠\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"耳機/麥克風\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"記憶卡\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"遙控器\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"控制器埠號\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"從不\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"立即\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"隔 %i 秒之後\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"硬碟安裝日期：\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"硬碟運轉週期：\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"設定檔\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"要刪除設定檔 '%s' 嗎？\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"最近載入的設定檔：\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"未知\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"覆蓋\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"鬧鈴\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"鬧鈴間隔(分鐘)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"鬧鈴啟動，倒數計時 %i 分鐘\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"響鈴！\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"鬧鈴取消, 剩下%i分%i秒\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"掃瞄 RAR 檔案中的字幕\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"瀏覽字幕...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"移動該項目\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"將項目移動至此\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"取消移動\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"硬體：\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"CPU 使用率：\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"已連線，但是 DNS 無法使用。\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"硬碟\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"光碟機\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"儲存裝置\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"預設\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"網路\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"視訊\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"硬體\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"作業系統：\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"CPU 速度：\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"BIOS 型號:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"視訊晶片：\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"螢幕解析度：\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox 版本:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox 序號:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox 製造商:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"改機晶片:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"影音端子：\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"視訊 & 遊戲區碼:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD 區碼：\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"網際網路：\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"已連線\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"無法連線，請檢查網路設定。\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Xbox Live 金鑰:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"目標溫度\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"風扇轉速\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"自動控溫\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"指定風扇轉速\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- 字型\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"啟用 轉換雙向字串\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"啟用 RSS 新聞顯示\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"隱藏上層資料夾項目\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"音軌命名參數\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"你要將系統重新啟動\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"以重新啟動 XBMC 嗎？\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"縮放效果\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"浮動效果\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"縮小黑邊\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"重新啟動\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"淡入淡出\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"建立縮略圖\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"重覆縮略圖\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"觀看圖片\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"重覆圖片\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"隨機\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"立體聲\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"左聲道\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"右聲道\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"啟用 卡拉OK 支援\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"背景透明度\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"前景透明度\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"影音延遲\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"卡拉OK\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s 找不到\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"打開 %s 發生錯誤\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"無法載入 %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"錯誤：記憶體不足\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"上移\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"下移\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"編輯標籤\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"設為預設值\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"移除按鍵\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"狀態顯示燈\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"顯示燈顏色\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"讓它為\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"綠色\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"橙色\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"紅色\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"循環\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"當播放時關閉顯示燈\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"電影資訊\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"佇列項目\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"搜尋 IMDb 資訊…\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"掃描新內容\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"現正播放…\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"專輯資訊\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"掃描項目到資料庫\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"停止掃描\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"補償方式\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"低品質像素著色器\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"硬體重疊\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"高品質像素著色器\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"播放項目\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"設定演出者縮圖\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"建立縮圖\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"啟用語音\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"啟動裝置\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"音量\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"預設顯示模式\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"預設亮度\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"預設對比\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"預設伽瑪值\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"接續播放本片\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"語音特效 - 第 1 埠\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"語音特效 - 第 2 埠\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"語音特效 - 第 3 埠\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"語音特效 - 第 4 埠\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"使用時間搜尋\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"音軌命名格式\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"預設\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"沒有預設\\n該視覺效果\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"沒有設定\\n該視覺效果\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"托盤開/關\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"撥放音效時使用視覺效果\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"計算大小\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"計算資料夾大小\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"視訊設定\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"音效和字幕設定\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"啟用字幕\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"捷徑\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"排序時忽略符號\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"專輯音軌淡入淡出\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"瀏覽 %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"顯示音軌位置\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"清除預設值\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"恢復\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"取得縮圖\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"圖片資訊\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s 預設\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(IMDb 用戶評價)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"排名前250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"收聽 Last.FM\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"最低風扇轉速\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"下載中\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"隱藏只在編輯出現的演出者\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"渲染模式\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"自動檢測\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"基本著色(ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"高級著色(GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"軟體著色\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"托盤開啓\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU 硬體解碼\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"開始幻燈片播放\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"記住此路徑\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"使用像素緩衝物件\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"影音同步方式\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"音效為主\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"視訊為主(放棄/重複音效)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"視訊為主(重新取樣音效)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"最高重取樣速率(%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"重取樣品質\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"低(快)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"中\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"高\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"極高(慢!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"同步重播顯示\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple 遙控器\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"允許用遙控器啟動 XBMC\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"序列延遲時間\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"關閉\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"標準\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"通用遙控器\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"萬能遙控器(Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Apple 遙控器錯誤\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Apple 遙控器支援啟用. \"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"堆疊開啟\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"堆疊關閉\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"正在下載播放列表檔案…\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"下載串流媒體列表…\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"分析串流媒體列表…\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"下載串流媒體列表失敗\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"下載播放列表檔案失敗\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"遊戲目錄\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"自動切換為縮圖顯示\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"啟用 自動切換為縮圖顯示\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- 使用大圖示\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- 條件\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- 百分比\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"沒有檔案且最少有一個縮圖\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"最少有一個檔案和縮圖\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"縮圖所占比例\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"瀏覽設定\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"改變區碼 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"改變區碼 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"改變區碼 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"資料庫\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"無電視\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"輸入最近的城市\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"視訊/音效/光碟緩衝區 - 硬碟\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"視訊緩衝區 - 光碟機\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"視訊緩衝區 - 區域網路\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"視訊緩衝區 - 網際網路\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"音效緩衝區 - 光碟機\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"音效緩衝區 - 區域網路\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"音效緩衝區 - 網際網路\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"光碟緩衝區 - 光碟機\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"光碟緩衝區 - 區域網路\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"服務\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"網路設定已改變\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC 需要重新啟動以改變你的\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"網路設定。 你要現在重新啟動嗎？\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"後置處理\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- 播放時關機\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i 分\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i 秒\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i 毫秒\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"時間格式\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"日期格式\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"畫面濾鏡\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"使用背景搜尋\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"停止搜尋\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"無法搜尋媒體資訊\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"膠片顆粒濾鏡\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"搜尋遠端共享的縮圖\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"未知類型緩衝區 - 網際網路\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"自動\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"輸入帳號\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"日期 & 時間\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"設定日期\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"設定時間\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"輸入時間 時:分\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"輸入日期 日/月/年\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"輸入 IP 位址\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"現在套用這些設定嗎？\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"現在套用改變\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"允許重新命名和刪除檔案\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"設定時區\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"使用日光節約時間\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"加入我的最愛\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"從我的最愛中移除\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- 桌面顏色\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"時區國家\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"時區\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"檔案列表\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"顯示 EXIF 圖片資訊\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"使用全螢幕視窗而非真正全螢幕\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"選中歌曲加入播放清單\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"自動播放音樂 CD\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"播放\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"自動播放 DVD\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"文字字幕檔字型\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"介面語言\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"字元集\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"除錯\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"安全\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"輸入裝置\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"省電模式\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"移除\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"遊戲\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"新增\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"密碼\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"瀏覽\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"資料庫\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* 所有專輯\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* 所有演出者\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* 所有歌曲\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* 所有類別\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"緩衝中…\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"導覽音效\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"佈景主題預設\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- 主題\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"預設主題\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"上傳歌曲資訊到 Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.fm 帳號\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.fm 密碼\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"無法連線: 休息中…\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"請更新 XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"無法通過認證: 檢查帳號和密碼\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"已連線\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"無法連線\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"上傳進度%i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"已快取%i首歌曲\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"上傳中…\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"上傳剩餘%i秒\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"播放方式…\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"使用平滑的影音同步\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"顯示縮圖時隱藏檔案名稱\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"派對模式播放\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"將歌曲提交到 Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Libre.fm 帳號\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Libre.fm 密碼\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"提交歌曲\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"上傳電台到 Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"連線到 Last.fm…\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"選擇電台…\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"尋找同類型藝人…\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"尋找同類型標籤…\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"我的設定檔(%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"所有排行\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"%name% 藝人排行\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"%name% 專輯排行\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"%name% 歌曲排行\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"收聽 %name% 在 Last.fm 廣播\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"%name% 同類型藝人\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"%name% 專輯排行\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"%name% 歌曲排行\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"%name% 標籤排行\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"%name% 頭號歌迷\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"收聽 %name% 的歌迷在 Last.fm 廣播\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"收聽 %name% 的同類型藝人在 Last.fm 廣播\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"%name% 藝人排行\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"%name% 專輯排行\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"%name% 歌曲排行\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"%name% 好友\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"%name% 同好\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"%name% 藝人週排行\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"%name% 專輯週排行\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"%name% 歌曲週排行\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"收聽 %name% 的同好在 Last.fm 廣播\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"收聽 %name% 的個人在 Last.fm 廣播\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"收聽 %name% 的最愛在 Last.fm 廣播\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"從 Last.fm 獲取目錄…\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"無法從 Last.fm 獲取目錄…\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"輸入藝人名稱尋找相關資訊\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"輸入標籤名稱尋找相關資訊\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"%name% 最近聽過的歌曲\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"收聽 %name% 的推薦在 Last.fm 廣播\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"%name% 的排行\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"你想把目前歌曲加入你的最愛嗎?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"你想封鎖目前的歌曲嗎?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"加入你的最愛歌曲: '%s'\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"不能加入 '%s' 到你的最愛\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"被封鎖: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"不能封鎖 '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"%name% 最近喜好的歌曲\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"%name% 最近封鎖的歌曲\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"從最愛中移除\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"解除封鎖\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"你想從你的最愛移除這首歌曲嗎?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"你想解除封鎖這首歌曲嗎?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"路徑錯誤或無效\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"無法連線到網路伺服器\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"找不到伺服器\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"找不到工作群組\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"打開多個來源路徑\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"路徑：\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"一般設定\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"網路查詢\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"播放設定\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"播放光碟\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"輸入新標題\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"輸入電影名稱\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"輸入設定檔名稱\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"輸入專輯名稱\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"輸入播放列表名稱\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"輸入新檔案名稱\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"輸入資料夾名稱\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"輸入目錄\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"可用選項： %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"輸入搜尋字串\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"關閉\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"自動選擇\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"非交錯掃描\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"抖動\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"抖動(倒轉)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"交錯式掃描\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"取消中…\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"輸入演出者名稱\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"播放失敗\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"一個或多個項目播放失敗。\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"輸入資料\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"詳情請查看日誌檔。\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"取消派對模式。\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"資料庫歌曲檔案不符。\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"無法重建資料庫.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"無法打開資料庫。\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"無法從資料庫取得歌曲檔案。\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"派對模式播放列表\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"所有視訊\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"未看過的\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"已看過的\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"標記成已看過\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"標記成未看過\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"編輯標題\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"使用 NTSC-M & NTSC-J 模式\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"只用 NTSC-M 模式\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"只用 NTSC-J 模式\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"只用 PAL-60 模式\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"60hz 遊戲設定\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"操作被取消\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"無法複製\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"至少一個檔案無法複製\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"無法搬移\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"至少一個檔案無法搬移\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"無法刪除\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"至少一個檔案無法刪除\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"視訊縮放方式\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Nearest neighbour\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"二元直線\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"雙立方\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic(軟體)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos(軟體)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc(軟體)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"(VDPAU)時間平滑\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"(VDPAU)時間/空間平滑\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)降噪\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)銳化\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"填補為逐行信號\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"視訊後處理\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"顯示休眠逾時\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"切換到頻道\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"音樂 CD 擷取資料夾\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"使用其他 DVD 播放程式\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"其他 DVD 播放程式\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"金手指資料夾\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"螢幕擷圖資料夾\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"播放列表資料夾\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"錄音\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"螢幕擷圖\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"使用 XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"音樂播放列表\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"視訊播放列表\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"你要執行該遊戲？\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"排序： 播放列表\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"遠端的縮圖\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"目前縮圖\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"本地縮圖\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"無縮圖\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"選擇縮略圖\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"衝突\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"掃描新加入\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"掃描全部\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"區域\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"摘要\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"鎖定音樂視窗\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"鎖定視訊視窗\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"鎖定圖片視窗\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"鎖定程式, 存檔 & 腳本視窗\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"鎖定檔案管理員\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"鎖定系統設定\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"重新設定\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"進入管理員模式\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"離開管理員模式\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"要建立設定檔 '%s'嗎？\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"重回原先設定\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"最適合模式\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"自動切換 16x9 與 4x3 模式\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"視堆疊檔案為單一檔案\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"注意\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"已離開管理員模式\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"已進入管理員模式\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com 縮圖\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"移除縮略圖\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"新增設定檔…\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"查詢所有專輯的資訊\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"媒體資訊\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"各別的\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"共用預設值\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"共用預設值(唯讀)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"複製預設值\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"設定檔圖片\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"鎖定偏好設定\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"編輯設定檔\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"設定檔鎖定\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"無法建立資料夾\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"設定檔目錄\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"以新媒體來源啟動\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"確定選擇的資料夾是可寫入的\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"而且是有效的資料夾名稱\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"MPAA 分級\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"輸入管理員密碼\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"啟動時詢問管理員密碼\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"佈景主題設定\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- 無連結設定 -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"啟用 桌面動畫效果\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"播放音樂時關閉 RSS 新聞顯示\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"啟用捷徑\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"顯示程式在主選單\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"顯示音樂資訊\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"顯示天氣資訊\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"顯示系統資訊\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"顯示可用的硬碟空間 C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"顯示可用的硬碟空間 E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"天氣資訊\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"可用裝置空間\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"輸入一個現有分享的名稱\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"密碼\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"載入設定檔\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"設定檔名稱\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"媒體來源\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"輸入設定檔密碼\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"登錄畫面\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"取得專輯資訊\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"正在取得專輯資訊\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"當 CD 播放時不能擷取該 CD\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"管理員密碼與鎖定\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"輸入管理員密碼後，永遠啟用管理員模式\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"或是從預設值中複製？\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"儲存預設檔變更？\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"發現舊的設定值\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"你要使用嗎？\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"發現舊媒體來源\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"各別的(鎖定)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"根目錄\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- 桌面縮放\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP 設定\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"自動開啟 UPnP 客戶端\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"上次登入： %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"從未登入\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"設定檔 %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"使用者登入/選擇設定檔\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"在登入畫面中使用鎖定\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"密碼無效\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"需先設定管理員密碼。\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"你現在要設定嗎？\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"載入程式資訊\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"派對模式！\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"真實\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Mixing drinks\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Filling glasses\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"登入\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"登出\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"跳至根目錄\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"交織\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"交織(倒轉)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"混合\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"重新播放視訊\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"編輯網路位置\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"移除網路位置\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"你想掃描這個資料夾？\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"記憶卡\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"記憶卡已插入\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"找不到記憶卡\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"在第%i埠，第%i槽\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"鎖定螢幕保護程式\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"設定\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"帳號\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"輸入密碼\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"自動定時關機\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"自動定時關機(分鐘)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"啓動，在%i分鐘後自動關機\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"30分鐘後自動關機\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"60分鐘後自動關機\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"120分鐘後自動關機\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"自訂關機時間\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"取消自動關機\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"鎖定偏好設定檔 %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"瀏覽…\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"基本資訊\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"儲存裝置資訊\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"硬碟資訊\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"光碟機資訊\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"網路資訊\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"視訊資訊\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"硬體資訊\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"總計\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"使用\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"中\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"不支援鎖定\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"未鎖定\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"鎖定\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"凍結\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"要求重新設定\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"週\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"生產線\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windows 網路(SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP 伺服器\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP 伺服器\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"ITunes 音樂分享(DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP 伺服器\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"顯示視訊資訊\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"完成\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"轉換\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"大寫\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"符號\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"退格\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"空格\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"重新載入佈景主題\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"根據 EXIF 資訊旋轉圖片\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"使用海報模式顯示電視劇\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"請稍候\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"備份 EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"備份 BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"啟用 劇情和評論自動捲動\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"自訂\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"啟用除錯記錄\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"取得專輯資訊加入資料庫\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"預設站台\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"更換站台\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"匯出音樂資料庫\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"匯入音樂資料庫\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"找不到演出者！\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"下載演出者資訊失敗\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"派對模式！(視訊)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Mixing drinks (視訊)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Filling glasses (視訊)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV 伺服器 (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV 伺服器 (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV 客戶端\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Web 伺服器目錄(HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Web 伺服器目錄(HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"無法寫入資料夾：\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"你要跳過並繼續嗎？\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS Feed\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"未知 BIOS, 請把 xbmc.log 中 MD5 部分加到 BiosIDs.ini\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"次要的 DNS 位址\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP 伺服器：\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"新建資料夾\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"播放時關閉液晶螢幕背光\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"未知或內建(寫入保護)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"暫停時關閉液晶螢幕背光\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"暫停時打開顯示燈\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"視訊 - 資料庫\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"遊戲存檔\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"排序：標籤\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"下載存檔\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"遊戲存檔儲存在硬碟\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"下載遊戲存檔失敗\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"選擇要下載和安裝的遊戲存檔\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"線上找不到該遊戲存檔\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"跳至遊戲存檔\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"遊戲存檔\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"播放部分的…\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"重設螢幕校正\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"重設螢幕校正值為 %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"還原為預設值\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"瀏覽目的\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"以資料夾名稱搜尋\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"檔案\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"以檔案或資料夾名稱來搜尋？\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"設定內容\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"資料夾\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"循環尋找內容？\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"解除來源鎖定\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"演員\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"電影\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"導演\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"你要從資料庫中\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"移除此路徑內所有項目?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"電影\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"電視劇\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"此目錄包含\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"執行自動掃描\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"循環掃描\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"以\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"導演\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"此路徑無視訊檔！\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"票數\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"電視劇資訊\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"影集資訊\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"正在載入電視劇詳細介紹\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"取得影集介紹\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"載入影集情報至資料庫\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"選擇電視劇：\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"輸入電視劇名稱\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"第%i季\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"集\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"影集\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"載入影集詳細介紹\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"從資料庫移除影集\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"從資料庫移除電視劇\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"電視劇\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"劇情\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* 整季\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"隱藏觀看\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"產品編號\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"非觀看項目隱藏圖示\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* 隱藏防止被破壞 *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"設定影集縮圖\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"影集圖像\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"季\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"載入電影資訊\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"不指定內容\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"原始標題\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"重新整理電視劇資訊\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"重新整理所有影集資訊？\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"選擇的資料夾包含單一個電視劇\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"將選擇的資料夾排除搜尋\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"特別\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"自動擷取影集的縮圖\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"選擇的資料夾包含一個視訊\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"連結到電視劇\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"移除電視劇連結\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"最近新增的電影\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"最近加入的影集\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"影片製作公司\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"音樂影片\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"最近加入的音樂影片\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"音樂影片\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"從資料庫移除音樂影片\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"音樂影片資訊\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"載入音樂影片資訊\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"混合\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"依演出者跳至專輯\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"進入專輯\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"播放歌曲\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"從專輯跳至音樂影片\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"依演出者跳至音樂影片\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"播放音樂影片\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"自動擷取演員的縮圖\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"設定演員縮圖\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"移除影集書籤\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"設定影集書籤\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"站台設定\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"正在下載音樂影片資訊\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"正在下載電視劇資訊\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"預告片\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"連續播放\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"自動連續播放影集\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"取得同人作品\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"顯示同人作品在視訊和音樂資料庫\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"掃描新的內容\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"首播\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"編劇\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"清理檔案名稱\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"從不\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"如果只有一季\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"總是\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"有預告片\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"錯誤\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Fanart 幻燈秀\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"匯出成單一或多個檔案\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"每檔案的項目數？\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"單一檔案\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"多個檔案\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"要匯出縮略圖和 Fanart 嗎？\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"覆蓋原檔案?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"資料庫更新時排除的路徑\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"提取縮略圖和媒體標識\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"影片集\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"設定影片集縮略圖\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"匯出演員縮略圖\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"選擇 Fanart\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"本地 Fanart\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"無 Fanart\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"目前的 Fanart\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"遠端的 Fanart\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"更新內容\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"要更新此目錄下的所有專案嗎？\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"項目在這個路徑？\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"找到本地的資料。\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"要忽略並從網際網路更新嗎？\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"無法下載資料\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"你要繼續掃描嗎？\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"國家\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"按同系列電影分組\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"顯示隱藏的檔案和目錄\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox 客戶端\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"警告：目標 TuxBox 裝置在錄影模式！\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"串流即將停止！\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"切換頻道：%s 失敗！\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"你確定要開始串流？\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"連線到：%s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox 裝置\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"加入媒體共享…\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"透過 UPnP 分享影片和音樂\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"編輯媒體共享\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"移除媒體共享\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"自訂字幕資料夾\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"電影和替代字幕資料夾\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"啟用 滑鼠\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"在播放媒體時播放導覽音效\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"縮略圖\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"強制 DVD 播放器區碼\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"視訊輸出\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"視訊模式\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"一般\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"填滿螢幕(有黑邊)\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"寬螢幕\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"開啟 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"開啟 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"開啟 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"輸入新播放列表的名稱\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"在檔案列表中顯示\\\"新增來源\\\"的按鈕\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"啟用 頁面捲軸\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"視訊資料庫使用瀏覽過濾按鈕\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"打開\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"噪音管理\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"快速\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"安靜\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"啟用 自訂背景\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"電源管理\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"高功率\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"低功率\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"高待機\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"低待機\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"無法快取超過 4GB 的檔案\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"章節\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"高品質像素著色器 V2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"啟用 啟動時播放列表\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"使用 Tween 動畫效果\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"包含\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"未包含\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"是\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"不是\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"開始於\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"結束於\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"大於\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"小於\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"之後\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"之前\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"在最近\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"非最近\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"網路站台\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"預設電影站台\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"預設電視站台\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"預設音樂影片站台\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"啟用 當地語系支援\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- 設定\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"多語言\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"符合條件\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"智慧播放列表規則\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"匹配項目\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"新規則…\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"項目必須符合\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"所有規則\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"一個或更多規則\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"限制\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"無限制\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"排序方式\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"升幂\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"降幂\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"編輯智慧播放列表\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"播放列表名稱\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"尋找項目\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"編輯\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i 個項目\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"新的智慧播放列表…\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c 裝置\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"編輯派對模式規則\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"主目錄\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"觀看次數\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"片名\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"影片解析度\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"音效聲道數\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"影片編碼\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"音效編碼\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"對白語言\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"字幕語言\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"遙控器發送鍵盤按鍵\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"檔案名稱\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"檔案路徑\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"檔案大小\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"檔案日期/時間\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"幻燈片索引\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"解析度\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"評論\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"彩色/黑白\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"JPEG 影像處理\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"日期/時間\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"描述\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"製造廠商\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"相機型號\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"註解\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"韌體\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"光圈值\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"鏡頭焦長\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"焦點距離\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"曝光\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"曝光時間\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"曝光傾向\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"曝光模式\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"閃光燈\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"白平衡\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"光源\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"測光模式\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO 感光值\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"數位變焦\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD 寬度\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS 緯度\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS 經度\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS 高度\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"方位\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"補充類別\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"關鍵字\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"說明\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"作者\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"標題\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"特別附註\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"類別\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"署名報導\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"署名報導標題\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"信用\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"來源\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"版權條款\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"物件名稱\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"城市\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"州\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"國家\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"原始的 Tx 引用\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"建立日期\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"版權標誌\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"國家代碼\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"參考服務\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"允許通過 UPnP 控制 XBMC\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"嘗試略過廣告直接跳至 DVD 選單\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"擷取音樂 CD\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"查詢所有演出者的資訊\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"正在下載專輯資訊\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"正在下載演出者資訊\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"經歷\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"作品\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"搜尋演出者\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"選擇演出者\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"演出者資訊\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"樂器\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"出生\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"出道\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"主題\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"解散\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"死亡\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"活躍\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"標籤\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"出生/出道\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"在啟動時更新資料庫\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"總是在幕後更新資料庫\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS 的尾碼\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"延遲：%2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"提前：%2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"字幕位移\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL 廠商：\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL 算繪器：\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL 版本：\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB 温度：\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU 温度：\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"總記憶體\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"簡介資料\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"暫停視訊播放時啟用陰暗效果\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"所有記錄\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"標題\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"群組\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"現場直播\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"錄音的標題\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"節目表\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"為減少黑邊允許高寬比誤差\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"在清單中顯示視訊檔\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX 廠商:\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Direct3D 版本:\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"字型\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- 大小\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- 顏色\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- 編碼\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"匯出卡拉OK 標題為 HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"匯出卡拉OK 標題為 CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"匯入卡拉OK 標題…\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"自動顯示歌曲選單\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"匯出卡拉OK 標題…\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"輸入歌曲號碼\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"白/綠\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"白/紅\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"白/藍\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"黑/白\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"氣象外掛程式\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- 外掛程式設定\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"使用電傳文訊\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"片段 %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"已緩衝 %i Bytes\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"正在停止\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"正在執行\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"外部播放機啟動\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"點選「確定」關閉播放機\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"播放完畢時點選「確定」\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"附加元件\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"設定\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"停用\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"啟用\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"這個附加元件不能被設定\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"資料庫模式\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY 鍵盤\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"音效直通輸出啟用中\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"遊戲套用閃爍過濾\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"預告片品質\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"媒體流\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"下載\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"下載 & 播放\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"下載 & 儲存\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"今天\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"明天\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"儲存中\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"複製中\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"設定下載目錄\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"搜尋持續時間\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"短\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"長\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"用 DVD player 代替預設播放機\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"播放視訊前詢間是否先下載\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"片斷\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"重新啟動以啟用外掛程式\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"今晚\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"明晚\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"狀況\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"降雨量\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"降雨\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"潮濕\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"感覺\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"觀測值\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"偏離正常值\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"日出\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"日落\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"詳細資料\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"氣象趨勢\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"流動封面\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"翻譯文字\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"地圖列表 %s 分類\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 小時\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"地圖\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"每小時\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"週末\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s 天\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"提醒\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"提醒\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"選擇你的\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"查看你的\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"設定你的\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"季節\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"使用你的\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"觀看你的\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"聆聽你的\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"流覽你的\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"設定你的\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"電源控制\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"選單\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"播放你的\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"選項\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"編輯\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"關於你的\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"星級\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"桌面背景\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"桌面背景集\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"自訂桌面背景\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"自訂桌面背景集\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"流覽說明檔\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"流覽更新記錄\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"運行此版本的 %s 需要\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC 為 %s 或更高版本。\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"請更新 XBMC。\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"未找到資料！\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"下一頁\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"喜歡\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"討厭\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"這是一個堆疊檔，請選擇要播放的片段。\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"腳本路徑\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"啟用自訂腳本按鈕\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Croatian/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<language locale=\"hr\">\n  <charsets>\n    <gui unicodefont=\"false\">CP1250</gui>\n    <subtitle>CP1250</subtitle>\n  </charsets>\n  <dvd>\n    <menu>hr</menu>\n    <audio>hr</audio>\n    <subtitle>hr</subtitle>\n  </dvd>\n  <regions>\n    <region name=\"CRO\" locale=\"HR\">\n      <dateshort>YYYY-MM-DD</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n  </regions>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/Croatian/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Croatian (http://www.transifex.com/projects/p/xbmc4xbox/language/hr/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: hr\\n\"\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\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programi\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Slike\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Glazba\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Video\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"TV vodič\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Postavke\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Upravitelj datoteka\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Vrijeme\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"XBMC medijski centar\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Ponedjeljak\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Utorak\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Srijeda\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Četvrtak\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Petak\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Subota\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Nedjelja\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Siječanj\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Veljača\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Ožujak\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"Travanj\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Svibanj\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Lipanj\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Srpanj\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"Kolovoz\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"Rujan\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Listopad\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"Studeni\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"Prosinac\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Pon\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Uto\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Sri\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Čet\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Pet\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Sub\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Ned\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Sij\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Velj\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Ožu\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Tra\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"Svi\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Lip\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Srp\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Kol\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Ruj\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Lis\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Stu\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Pro\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Prikaz: Automatski\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Prikaz: Automatski uvećano\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Prikaz: Ikone\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Prikaz: Popis\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Pretraži\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Razvrstaj po: Nazivu\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Razvrstaj po: Datumu\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Razvrstaj po: Veličini\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Ne\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Da\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Slikovna prezentacija\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Stvori minijature\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Stvori minijature\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Prečaci\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Pauzirano\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Kopiraj\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Premjesti\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Obriši\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Preimenuj\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Nova mapa\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Potvrdi kopiranje datoteke\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Potvrdi premještanje datoteke\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Potvrdi brisanje datoteke\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Kopiraj ove datoteke?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Premjesti ove datoteke?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Obriši ove datoteke? - Obrisane datoteke nije moguće vratiti!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Stanje\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Objekti\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Općenito\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Slikovna prezentacija\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Informacije sustava\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Zaslon\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albumi\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Izvođači\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Pjesme\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Žanrovi\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Popisi izvođenja\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Pretraživanje\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Informacije sustava\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperature:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Vrijeme:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Trenutno:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Izgradnja:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Mreža:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Vrsta dodatka:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statična\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC adresa\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP adresa\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Mreža: \"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Jednosmjerno\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Obosmjerno\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Pohrana\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Uređaj\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Slobodno\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Slobodna memorija\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Niste povezani\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Slobodno\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Nedostupno\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Ladica otvorena\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Čitanje\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Nema diska\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disk je dostupan\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Presvlaka\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Omogući FTP Server\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Omogući Internet Vremensku Sinkronizaciju\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Razlučivost\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Prilagodi osvježavanje zaslona brzini osvježavanja videa\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Datum izdavanja\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Prikaži 4:3 video snimke kao\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Raspoloženja\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Stilovi\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Pjesma\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Trajanje\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Odaberi album\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Pjesme\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Recenzije\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Osvježi\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Pretraživanje albuma\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"U redu\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Albumi nisu pronađeni!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Odaberi sve\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Pretraživanje informacija medija\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Spremi\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Naizmjenično\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Očisti\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Pretraži\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Pretraživanje...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Nema pronađenih informacija!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Odaberi film:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Pretraživanje %s informacije\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Učitavanje pojedinosti filma\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Redak oznake\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Prikaz kratkog sadržaja\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Glasovi:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Uloge\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Kratak sadržaj\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Reprodukcija\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Sljedeće\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Prijašnje\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Kalibrirajte korisničko sučelje...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Kalibracija slike...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Mekanije\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Razina zumiranja\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Omjer slike - ručno postavljanje\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD pogon\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Umetnite disk!\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Udaljeno dijeljenje\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Mreža nije povezana\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Poništi\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Brzina\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Testni uzorci...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Potraži nazive pjesama glazbenih CD-a na freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Izmješaj popis izvođenja pri učitavanju\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Vrijeme isključivanja HDD\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Video filtri\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Nijedan\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Točka\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Linearno\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anizotropno\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gausova kocka\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Smanjenje\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Uvećanje\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Očisti popis izvođenja na završetku\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Samopokreni DVD-Video\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Samopokreni VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Samopokreni Audio-CD\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Samopokreni XBOX Igre\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Samopokreni Videos\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Samopokreni Glazbu\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Samopokreni Slike\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Skripte\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Jezik\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Glazba\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Vizualizacije\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Odaberi odredišni direktorij\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Prebaci Stereo na sve Zvučnike\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Broj kanala\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- DTS Sposoban Prijamnik\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Preuzimanje CD informacija\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Greška\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Omogući čitanje oznaka\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Otvaranje\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Čekanje pokretanja...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Izlaz skripti\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Dopusti upravljanje XBMC-om putem HTTP-a\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Snimaj\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Zaustavi snimanje\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Razvrstaj po: Pjesmi\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Razvrstaj po: Vremenu\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Razvrstaj po: Nazivu\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Razvrstaj po: Izvođaču\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Razvrstaj po: Albumu\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Top 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Kompenzacija obrezivanja na gornjem-lijevom kutu\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Kompenzacija obrezivanja na donjem-desnom rubu\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Položaj podnaslova\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Ugađanje omjera piksela\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Pomakni strelicu za izmjenu veličine obrezivanja videa\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Pomaknite traku za promjenu položaja podnaslova\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Namjestite pravokutnik tako da bude pravilan kvadrat\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Nemoguće učitavanje postavki\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Korištenje zadanih postavki \"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Provjerite .xml datoteke\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Pronađeno %i stavki\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Rezultati pretrage\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Nema rezultata\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Filter Postprocesiranja\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Podnaslovi\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Slova\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Veličina\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Dinamički opseg kompresije\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Zvuk\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Potražite podnaslove\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Napravi zabilješku\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Obriši zabilješke\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Pomak zvuka \"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Zabilješke\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Odgoda\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Jezik\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Omogućeno\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Non-interleaved\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Automatsko Postprocesiranje\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Vertikalni Filter Deblokiranja\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Horizontalni Filter Deblokiranja\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Auto Osvjetljenje/Kontrast\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Izazovno\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=automatski)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Čišćenje baze podataka\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Pripremanje...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Greška baze podataka\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Pretraživanje pjesama...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Baza podataka je uspješno očišćena\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Čišćenje pjesama...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Greška pri čišćenju pjesama\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Čišćenje izvođača...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Greška pri čišćenju izvođača\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Čišćenje žanrova...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Greška pri čišćenju žanrova\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Čišćenje putanja...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Greška pri čišćenju putanja\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Čišćenje albuma...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Greška pri čišćenju albuma\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Zapisujem promjene...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Greška pri zapisivanju promjena\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Ovo može potrajati neko vrijeme...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Sažimanje baze podataka...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Greška pri sažimanju baze podataka\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Želite li očistiti zbirku?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Čišćenje zbirke...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Pokreni\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Pretvorba sličica\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Audio Izlaz\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analogno\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digitalno\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Srodni izvođači\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Optički disk\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Filmovi\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Prilagodi broj sličica\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Glumci\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Godina\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programi\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Isključi\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Zatamnjenje\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Crno\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix tragovi\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Trajanje čuvara zaslona \"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Odaberi čuvara zaslona\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Vremenski zadano isključivanje\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Svi albumi\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Nedavno dodani albumi\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Čuvar zaslona\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Nasum. slikovna prezentacija\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Razina zatamnjenja čuvara zaslona\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Razvrstaj po: Datotekama\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- AC3 Sposoban Prijamnik\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Razvrstaj po: Nazivu\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Razvrstaj po: Godini\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Razvrstaj po: Ocjeni\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Naslov\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Grmljavinsko nevrijeme\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Djelomično\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Pretežno\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Sunčano\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Oblačno\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Snijeg\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Kiša\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Slab(a)\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"Prijepodne\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"Poslijepodne\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Pljuskovi\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Malo\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Raspršeno\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Vjetar\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Jak\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Prosječno\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Vedro\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Oblačno\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Rani\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Pljusak\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Naleti vjetra\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Slabi\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Umjeren\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Jak\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Magla\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Izmaglica\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Odaberi lokaciju\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Vrijeme osvježavanja\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Temperaturne jedinice\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Jedinice brzine\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Vrijeme\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temperatura\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Kao da je\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV indeks\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Vjetar\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Točka rošenja\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Vlažnost\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"Od\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"prema\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Uobičajeno\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Pristupanje usluzi vremenske prognoze\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Preuzimanje vremenske prognoze za:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Nemoguće preuzimanje informacija vremenske prognoze\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Ručno\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Nema recenzije za ovaj album\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Preuzimanje minijatura...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Nije dostupno\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Prikaz: Velike ikone\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Obriši informacije albuma\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Obriši CD informacije\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Odaberi\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Nema pronađenih informacija albuma.\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Nema pronađenih CD informacija.\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disk\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Umetni ispravan CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Umetni slijedeći CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Razvrstaj po: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Nema predmemorije\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Ukloni film iz zbirke\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Sigurno želite ukloniti '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Prijenosni uređaj\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Otvaranje datoteke\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Cache\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Tvrdi disk\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Lokalna mreža\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Zvuk\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Automatski pokreni medij\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Omogućeno\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Stupci\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"1. redak adrese\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"2. redak adrese\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"3. redak adrese\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"4. redak adrese\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Redci\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Način\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Promjeni prikaz\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Podnaslovi\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Zvučni zapis\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[aktivno]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Podnaslov\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Pozadinsko osvjetljenje\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Svjetlina\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Kontrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gama\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Vrsta\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Pomaknite traku za promjenu OSD položaja\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"OSD položaj\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Zasluge\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modčip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Isključi\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Samo glazba\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Glazba i Video\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Nemoguće učitavanje popisa izvođenja\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Presvlaka i jezik\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Izgled\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Mogućnosti zvuka\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"O XBMC\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"Album\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Obriši album\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Ponovi\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Ponovi jednom\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Ponovi mapu\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Reproduciraj sljedeću pjesmu automatski\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Koristi velike ikone\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Promjena veličine VobSubsa\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Napredne mogućnosti (samo iskusni korisnici!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Cijelokupno zvučno pojačanje\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Promijeni video u GUI razlučivosti\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Kalibracija\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Prikaži datotečne nastavke\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Razvrstaj po: Vrsti\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Nemoguće povezivanje na online uslugu pretraživanja\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Neuspjelo preuzimanje informacija albuma\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Tražim nazive albuma...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Otvori\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Zauzeto\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Prazno\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Učitavanje informacija medija iz datoteka...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Razvrstaj po: Upotrebi\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Omogući Vizualizacije\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Omogući video način promjene\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Početni prozor\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Glavni prozor\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Ručne postavke\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Izvođač\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Označi arhive s jednom datotekom prozirne\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Nedavno reproducirani albumi\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Pokreni\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Pokreni u...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Izmjeni XBE naslov\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Kompilacije\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Ukloni izvor\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Promijeni medij\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Odaberi popis izvođenja\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Novi popis izvođenja...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Dodaj u popis izvođenja\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Ručno dodaj u zbirku\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Upišite naslov\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Greška: Dvostruk naslov\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Oaberite žanr\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Novi žanr\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Ručno dodavanje\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Upišite žanr\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Prikaz: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Popis\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Ikone\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Veliki popis\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Velike ikone\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Široko\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Vrlo široko\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Ikone albuma\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD ikone\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Informacije medija\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Izlazni uređaj zvuka\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Izravni izlazni uređaj\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Nema životopisa za ovog izvođača\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Spoji višekanalne zvukove u stereo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Razvrstaj po: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Nazivu\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Datumu\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Veličina\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Pjesmi\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Trajanju\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Naslovu\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Izvođaču\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Albumu\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Popisu izvođenja\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Datoteka\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Godina\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Ocjena\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Vrsta\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Korištenje\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Izvođač albuma\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Broj reprodukcija\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Posljednja reprodukcija\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Komentar\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Datumu dodavanja\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Zadano\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Studio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Putanja\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Zemlja\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"U tijeku\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Smjer razvrstavanja\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Način razvrstavanja\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Način prikaza\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Zapamti prikaze za različite mape\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Rastući\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Padajući\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Uredi popis izvođenja\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filter\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Poništi Party način\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Party način\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Naizmjenično\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Isključi\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Jednom\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Sve\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Isključi\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Ponovi: Isključeno\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Ponovi: Jednom\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Ponovi: Sve\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Ripanje glazbenog CD-a\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Srednje\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Standardno\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Ekstremno\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Nepromjenjiva brzina prijenosa\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Ripanje...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"U:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Nemoguće ripanje CD-a ili pjesme\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDA putanja ripanja nije postavljena.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Ripanje zvučni stavki\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Upiši broj\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Glazbeni CD\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Enkôder\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Kvaliteta\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Brzina prijenosa\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Uključi broj stavki\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Sve pjesme od\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Način prikaza\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normalan\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zumiranje\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Raširi na 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Raširi na 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Raširi na 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Izvorna veličina\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Prilagođeno\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay Gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Replay Gain Mode\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Koristi razine pjesama\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Koristi razine albuma\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"PreAmp Nivo - Replay Gained Files\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"PreAmp Nivo - Non Replay Gained Files\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Spriječi zastajkivanje na Replay Gained Files\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Izreži crne obrube\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Potrebno je raspakirati veliku datoteku. Želite li nastaviti?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Ukloni iz zbirke\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Izvezi videoteku\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Uvezi videoteku\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Uvoženje\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Izvoženje\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Pregledaj zbirku\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Godine\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Ažuriraj zbirku\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Prikaži informacije otklanjanja greške\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Pregledaj izvršne datoteke\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Pregledaj popis izvođenja\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Pregledaj mapu\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Informacije pjesme\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Pojačavanje glasnoće zvuka\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Odaberite mapu izvoza\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Ova datoteka više nije dostupna.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Želite li ih ukloniti iz popisa izvođenja?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Potraži skriptu\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Razina sažimanja\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Čišćenje popisa izvođenja\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Uklanjanje starih pjesama iz popisa izvođenja\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Ova putanja je već prije pretražena\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Mreža\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"HTTP Proxy Host\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"HTTP Proxy Port\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Koristi HTTP proxy poslužitelj za pristup Internetu\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"XLink Kai XTag\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"XLink Kai Zaporka\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internet protokol (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Određen je netočan ulaz. Vrijednost mora biti između 1 i 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP proxy\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"Zadaci\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automatski (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Ručno (Statično)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Zadani (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP Addresa\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Netmaska\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Zadani Gateway\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS Server\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Spremi i ponovno pokreni\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Određena je netočna adresa. Vrijednost mora biti AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"sa brojevima između 0 i 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Promjene nisu spremljene. Nastavi bez spremanja?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Web poslužitelj\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP poslužitelj\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Internet Vrijeme\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"Web Server Ulaz\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Time Server Host\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Spremi i primijeni\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"Web Server Zaporka\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Bez lozinke\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Znakovi\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Stil\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Boja\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normalno\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Podebljano\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Koso\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Podebljano koso\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Bijelo\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Žuto\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Datoteke\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Nema pronađenih informacija za taj prikaz\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Molimo, isključite prikaz popisa izvođenja\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Greška pri učitavanju slike\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Uredi putanju\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Zrcalna slika\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Jeste li sigurni?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Uklanjanje izvora\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Dodaj poveznicu programa\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Uredi putanju programa\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Uredi naziv programa\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Uredi dubinu putanje\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Prikaz: Veliki popis\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Žuta\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Bijela\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Plava\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Blijedo zeleno\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Žuto zelena\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Svijetlo plava\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Svijetlo siva\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Siva\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Greška %i: dijeljenje nije dostupno\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Auto Fatx Limiter\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Zvučni izlaz\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Pretraživanje\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Mapa slikovne prezentacije\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Mrežno sučelje\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Spremi i primijeni postavke mrežnog sučelja\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Bez enkripcije\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Primjenjivanje postavki mrežnog sučelja. Pričekajte molim.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Mrežno sučelje je uspješno ponovno pokrenuto.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Mrežno sučelje nije pokrenuto uspješno\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Sučelje je onemogućeno\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Mrežno sučelje je uspješno onemogućeno.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Naziv bežične mreže (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Dopusti programima na ovom sustavu da upravljaju XBMC-om\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Ulaz\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Raspon ulaza\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Dopusti programima na drugim sustavima da upravljaju XBMC-om\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Početno vrijeme ponavljanja (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Neprekidno vrijeme ponavljanja (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Maksimalan broj klijenta\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Internet pristup\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Nevaljan broj ulaza je unesen\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Valjani raspon ulaza je 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Valjani raspon ulaza je 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Pregled Čuvara Zaslona\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Nemoguće povezivanje\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC se nije mogao povezati na mrežnu lokaciju.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Razlog ovome je najvjerojatnije problem s mrežom.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Želite li ju ipak dodati?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP adresa\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Dodaj mrežnu lokaciju\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protokol\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Adresa poslužitelja\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Naziv poslužitelja\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Udaljena putanja\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Dijeljena mapa\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Ulaz\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Korisničko ime\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Potraži mrežni poslužitelj\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Upišite mrežnu adresu poslužitelja\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Upišite putanju na poslužitelju\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Upišite broj ulaza\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Upišite korisničko ime\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Dodaj %s izvor\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Upišite putanje ili potražite lokacije medija.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Upišite naziv za ovaj izvor medija.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Pregledaj nova dijeljenja\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Pregledaj\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Nemoguće je preuzeti informacije direktorija\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Dodaj izvor\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Uredi izvor\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Uredi %s izvor\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Upišite novu oznaku\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Potraži sliku\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Potraži mapu slika\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Dodaj mrežnu lokaciju...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Potraži datoteku\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Podizbornik\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Omogući tipke podizbornika\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Omiljeni\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Video Dodaci\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Glazbeni Dodaci\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Slikovni Dodaci\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Učitavam direktorij\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Preuzeto %i stavki\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Preuzeto %i od %i stavki\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Programski Dodaci\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Postavi Thumb za Dodatake\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Postavke Dodataka\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Pristupne točke\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Ostalo...\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Postavke skripte\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Singlovi\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB klijent\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Workgroup\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Zadano korisničko ime\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Zadana lozinka\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS poslužitelj\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Montiraj SMB dijeljenje\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Ukloni\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Glazba\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Slike\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Datoteke\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Glazba i Video \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Glazba i Slike\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Glazba i Datoteke\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Video i Slike\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Video i Datoteke\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Slike i Datoteke\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Glazba i Video i Slike\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Glazba i Video i Slike i Datoteke\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Onemogućen\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Datoteke i Glazba i Video\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Datoteke i Slike i Glazba\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Datoteke i Slike i Video\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Glazba i Programi\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Video i Programi\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Slike i Programi\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Glazba i Video i Slike i Programi\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programi i Video i Glazba\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programi i Slike i Glazba\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programi i Slike i Video\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP Korisničko Ime\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP Zaporka\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Zaporka je uspješno namještena\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Autodetkcija\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Xbox Autodetekcija\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Nadimak\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Pitaj za spojit se\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Šalji FTP Korisnika i Zaporku\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Ping Interval\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Želiš li se spojiti na autodetektirani Xbox?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Najavi ove usluge ostalim sustavima putem Zeroconfa\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Prilagođeni zvučni uređaj\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Prilagođeni izlazni uređaj\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Poledica\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"i\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Smrzavanje\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Kasno\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Izolirani\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Oluje\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Grom\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Sunce\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Teško\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"u\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"i\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Okolina\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Led\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Kristali\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Mirno\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"sa\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"vjetrovito\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"rositi\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Oluja\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Sipiti\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Maglovito\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Zrna\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Postavi zaslon na 'spavanje' kada se ne koristi\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Trajanje\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Greška skripte! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Tip LCDa\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Početno\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programi\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Slike\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Upravitelj datoteka\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Postavke\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Glazba\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Video\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Informacije sustava\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Postavke - Općenito\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Postavke - Zaslon\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Postavke - Izgled - GUI kalibracija\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Postavke - Video - Kalibracija zaslona\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Postavke - Slike\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Postavke - Programi\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Postavke - Vrijeme\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Postavke - Glazba\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Postavke - Sustav\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Postavke - Video\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Postavke - Mreža\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Postavke - Izgled\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Skripte\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Video/Popis izvođenja\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Postavke - Profili\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Da/ne dijalog\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Napredak dijalog\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Pretraživanje podnaslova...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Pretraživanje ili stvaranje predmemorije podnaslova... \"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"otkazivanje\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"međuspremanje\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Otvaranje streama\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Glazba/Popis izvođenja\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Glazba/Datoteke\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Glazba/Fonoteka\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Uređivač popisa izvođenja\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Top 100 pjesama\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Top 100 albuma\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programi\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Podešavanje\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Vremenska prognoza\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Mrežno igranje\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Proširenja\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Informacije sustava\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Glazba - fonoteka\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Sada se reproducira - Glazba\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Sada se reproducira - Video\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Informacije albuma\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Informacije filma\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Odaberi dijalog\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Glazba/Informacije\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Dijalog ILI\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Video/Informacije\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Skripte/Informacije\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Cijelozaslonski video\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Audio vizualizacije\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Filestacking dijalog\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Obnovi indeks...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Vrati se na prozor glazbe\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Vrati se na prozor videa\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Obnovi trainer listu\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Nisu pronađeni traineri\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Postavke Trainera\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Svi registrirani traineri nedostaju. Obnovi listu\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Auto nastavi sa zadnje pozicije\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Ne\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Da\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Pitaj\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Pokreni ispočetka\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Nastavi od %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Uvažujem postojeće trainere...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"U redu\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Zaključano! Upišite kôd...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Upiši lozinku\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Upiši glavni kôd\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Upišite kôd otključavanja\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"ili pritisnite C za prekid\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Pritisnite kombinaciju tipki gamepad kontrolera\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"stisni Start, ili Natrag za Prekid\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Postavi ključ\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Otključaj\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Ponovno postavi ključ\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Ukloni ključ\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Brojčana lozinka\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Kombinacija tipki Gamepad kontrolera\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Lozinka cijelog teksta\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Upišite novu lozinku\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Ponovo upišite novu lozinku\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Netočna lozinka,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"preostalo pokušaja\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Upisane lozinke se ne podudaraju.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Pristup zabranjen\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Broj unosa lozinke je promašen.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Xbox će se sada ugasiti.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Stavka zaključana\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Reaktiviraj ključ\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Promijeni ključ\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Izvor ključa\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Upis lozinke je prazan. Pokušajte ponovno.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Glavni ključ\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Isključi sustav ako je broj unosa glavnog ključa promašen.\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Glavni ključ nije važeći!\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Upišite valjani glavni ključ\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Postavke i Upravitelja datoteka\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Postavi kao zadano za sve Filmove\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Ovo će poništiti sve prijašnje spremljene vrijednosti\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Vrijeme prikaza svake slike\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Koristi efekte obrezivanja i zumiranja slike\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Pokreni NTSC video u Pal režimu\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Pokreni PAL video u NTSC režimu\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Pokreni NTSC video u PAL60 režimu\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12 satno vrijeme\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24 satno vrijeme\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Dan/Mjesec\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Mjesec/Dan\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Sustav pokrenut\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Minuta\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Sati\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Dani\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Ukupno pokrenut\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Vrijeme\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Čuvar zaslona\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"OSD cijelog zaslona\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Sustav\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Trenutno HDD isključivanje\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Samo video\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Odgoda\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Minimalno trajanje datoteke\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Isključi\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Koristi Svoju putanju za Dashboard\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Funkcija isključivanja\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Izlaz\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Hibernacija\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Suspenzija\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Izlaz\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Ponovno pokretanje\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Radnja tipke uključivanja\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Je li neka druga sesija aktivna, možda preko ssh?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Montiran prijenosni uređaj\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Nesigurno uklanjanje uređaja \"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Uspješno uklanjanje uređaja\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick spojen\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick odspojen\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Flicker filter\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Neka upravljački program odabere (ponovno pokrenite)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Vertikalni blank sync\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Onemogućeno\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Omogućeno tijekom video reprodukcije\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Uvijek omogućeno\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Isprobaj i primijeni razlučivost\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Spremi razlučivost?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Visoko kvalitetan upscale\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Onemogućeno\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Omogućeno za SD sadržaje\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Uvijek je omogućeno\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Upscale metoda\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bikubno\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU HQ Upscaling razina\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Zacrni ostale zaslone\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Onemogućeno\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Zacrni zaslone\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Aktivne veze su otkrivene!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Ukoliko nastavite, možda više nećete moći upravljati XBMC-om\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"Sigurno želite zaustaviti poslužitelj događaja?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Promijeni način rada Apple daljinskog upravljača?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Ukoliko koristite Apple daljinski upravljač, za upravljanje\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC-om, promjena ove postavke mogla bi utjecati\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"na mogućnost upravljanja. Želite li nastaviti?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD Ključ:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD Temp:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD Model:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD Firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD Model:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD Serijski br:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD Firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD Zaporka:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD Lock Stanje:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Maska ​​podmreže\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Pristupnik\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Primarni DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Neuspješna Inicijalizacija\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Kontroler\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Tipkovnica\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Miš\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Naglavni/Mikrofon\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"MemoryŠtapić\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"IR-Daljinski\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Ulaz Kontrolera\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Nikada\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Odmah\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Poslije %i sek.\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"HDD datum instaliranja:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"HDD naponski zbroj ciklusa:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profili\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Obriši profil '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Zadnji učitani profil:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Nepoznato\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Prepiši\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Alarm sata\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Interval alarma sata (u minutama)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Pokrenuto, alarm u %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarm!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Poništeno sa %im%je ostalo\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Traži podnaslove u RAR-u\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Traži podnaslove...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Premjesti stavke\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Premjesti stavke ovdje\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Poništi premještanje\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardver:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Korištenje procesora:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Povezan, ali DNS nije dostupan.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Tvrdi disk\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Pohrana\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Zadano\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Mreža\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Hardver\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Operativni sustav:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Brzina procesora:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Otkriven BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Video enkôder:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Razlučivost zaslona:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox Verzija:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox Serijski Broj:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox Proizvođač:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"ModČip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V kabel:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Video & XBE Regija:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD regija:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Povezan\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Nije povezan. Provjerite mrežne postavke.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"XBLIVE Ključ:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Ciljana temperatura\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Brzina ventilatora\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Automatska kontrola temperature\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Veća brzina ventilatora\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"Slova Kože\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Omogući flipping bi-directional stringa\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Omogući RSS kanale\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Prikaži stavke nadređene mape\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Predložak imenovanja pjesama\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Želite li ponovo pokrenuti vaš sustav\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"umjesto samo XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Efekt zumiranja\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Plutajući efekt (float)\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Redukcija crnih obruba\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Ponovno pokreni\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Pretapanje između pjesama\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Obnovi minijature\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Rekurzivne minijature\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Pogledaj slikovnu prezentaciju\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Rekurzivna slikovna prezentacija\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Nasumce\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Samo lijevi\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Samo desni\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Omogući karaoke podršku\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Pozadinska prozirnost\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Prednja prozirnost\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Slika/Zvuk odmak\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s nije pronađen\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Greška kod otvaranja %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Ne mogu učitati %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Greška: Premalo memorije\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Pomakni gore\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Pomakni dolje\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Uredi oznaku\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Učini zadanim\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Ukloni tipku\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Prednji LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Boja Prednjeg LEDa\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Ostavi kako je\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Zeleno\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Narančasto\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Crveno\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Okreći\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Isključi LED pri reprodukciji\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Informacije filma\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Označi stavku\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Pretraži na IMDb-u...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Pretraži novi sadržaj\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Sada Igra...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Informacije albuma\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Pretraži stavke u zbirci\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Zaustavi pretraživanje\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Način prikazivanja\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Niska kvaliteta piksel shadera\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Nadgledanje hardvera\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Visoka kvaliteta piksel shadera\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Reproduciraj stavku\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Postavi minijaturu glumca\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Automatski generiraj minijaturu\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Omogući glas\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Omogući uređaj\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Glasnoća zvuka\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Zadani prikaz\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Zadana svjetlina\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Zadani kontrast\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Zadana gama\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Nastavi video\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Maska glasa - Ulaz 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Maska glasa - Ulaz 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Maska glasa - Ulaz 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Maska glasa - Ulaz 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Koristi vremensko premotavanje\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Predložak imenovanja pjesama - desno\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Predlošci\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Nema dostupne postavke\\nza ovu vizualizaciju\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Nema postavki\\nza ovu vizualizaciju\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Izbaci/Ubaci\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Koristi Vizualizacije kod sviranja Glazbe\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Izračunaj veličinu\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Izračunavam veličinu mape\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Video postavke\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Postavke podnaslova i zvuka\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Omogući podnaslove\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Prečaci\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Zanemari izraze pri razvrstavnju (npr. \\\"the\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Pretapaj pjesame unutar istog albuma\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Pretraži %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Prikaži položaj pjesme\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Očisti zadano\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Nastavi\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Nabavi minijauru\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Informacije slike\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s predlošci\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(IMDb ocjene korisnika)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250:\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Idi na Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Minimalna brzina ventilatora\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Preuzimanje\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Uključi izvođače koji se pojavljuju samo na kompilacijama\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Način prikazivanja\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Automatsko otkrivanje\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Osnovni shaderi (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Napredni shaderi (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Softver\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Sigurno ukloni\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Pokreni ovdje slikovnu prezentaciju\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Zapamti za ovu putanju\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Koristi piksel međuspremnik objekta \"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Način usklađivanja Zvuka/Slike\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Frekvencija zvuka\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Video frekvencija (Drop/Dupe audio)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Video frekvencija (normalizacija zvuka)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Kvaliteta normalizacije\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Nisko (brzo)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Srednje\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Visoko\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Vrlo visoko (sporo!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Uskladi reprodukciju prikaza\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple daljinski upravljač\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Omogući pokretanje XBMC-a koristeći daljinski upravljač\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Redoslijed vremena kašnjenja\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Onemogućeno\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standardno\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Univerzalni daljinski upravljač\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Multifunkcijski daljinski upravljač (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Greška Apple daljinskog upravljača\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Složi\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Razbacaj\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Preuzimanje datoteke popisa izvođenja...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Preuzimanje popisa izvođenja streama...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Raščlanjivanje popisa streama...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Neuspjelo preuzimanje popisa streama\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Neuspjelo preuzimanje popisa izvođenja\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Direktorij igara\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Automatski promijeni na minijature\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Omogući automatsku promijenu na prikaz minijatura\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Koristi velike ikone\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Promijeni prema\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Postotku\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Nema datoteka i barem jedne minijature\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Barem jedna datoteka i minijatura\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Postotak minijatura\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Mogućnosti prikaza\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Promijeni kôd zone 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Promijeni kôd zone 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Promijeni kôd zone 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Zbirka\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Nema Televizije\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Upiši najbliži veći grad\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video/Audio/DVD Cache - Tvrdi disk\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Video predmemorija - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalna Mreža\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Zvučna predmemorija - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalna Mreža\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD predmemorija - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalna Mreža\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Usluge\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Mrežne postavke promijenjene\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC zahtijeva ponovno pokretanje zbog promjene\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"mrežnih postavki. Želite li odmah ponovno pokrenuti?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Post Procesuiranje\"\n\nmsgctxt \"#14042\"\nmsgid \"Internet connection bandwidth limitation\"\nmsgstr \"IP Addresa Enginea\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Isključi tijekom reprodukcije\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i sek\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i msek\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Format vremena\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Format datuma\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"GUI filtri\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Koristi pozadinsko pretraživanje\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Zaustavi pretraživanje\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Nije moguće pri pretraživanju informacija medija\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Efekt zrnatosti slike\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Pretraži minijature na udaljenim lokacijama\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Nepoznata vrsta predmemorije  - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Automatski\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Upiši korisničko ime za\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Datum i Vrijeme\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Postavi datum\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Postavi vrijeme\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Upiši vrijeme u 24-satnom formatu HH:MM\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Upiši datum u formatu DD/MM/YYYY\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Upiši IP adresu\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Primijeni ove promjene odmah?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Primijeni promjene odmah\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Dopusti preimenovanje i brisanje datoteka\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Postavi vremensku zonu\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Koristi ljetno/zimsko računanje vremena\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Dodaj u omiljene\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Ukloni iz omiljenih\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"Boje Koža\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Vremenska zona države\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Vremenska zona\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Popis datoteka\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Prikaži EXIF informacije slika\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Radije koristi cijelozaslonski prozor nego cijelozaslonski prikaz\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Stavi u red čekanja pjesmu po odabiru \"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Reprodukcija\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Automatski reproduciraj DVD\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Slova koja će koristiti podnaslovi\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Međunarodno\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Skup znakova\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Otklanjanje greške\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Sigurnost\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Ulazni uređaji\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Ušteda energije\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Ukloni\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Igre\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Dodaj\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Lozinka\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Zbirka\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Baza podataka\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Svi albumi\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Svi izvođači\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Sve pjesme\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Svi žanrovi\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Međupohranjivanje...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Zvukovi navigacije\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Zadana presvlaka\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"Tema Kože\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Zadana tema\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.FM\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Dostavi pjesme na Last.FM\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.FM Korisničko Ime\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.FM Zaporka\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Nemogu se rukovati: spavam...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Molim te Obnovi XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Loša autorizacija: Provjeri korisničko ime i zaporku\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Povezan\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Nije povezan\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Dostavi Interval %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Cached %i Pjesme\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Dostavljam...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Dostavljam u %i secs\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Reproduciraj koristeći...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Koristi Glatku A/V Sinkronizaciju\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Sakrij nazive datoteka u prikazu minijatura\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Reproduciraj u Party načinu\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Dostavi Last.FM Radio Last.FMu\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Spajam se na Last.FM...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Odabirem stanicu...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Traži sličbe izvođače...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Traži sliče oznake...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Tvoj Profil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Sveukupne top oznake\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Top izvođači za oznaku %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Top albumi za oznaku %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Top stvari za oznaku %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Slušaj oznaku %name% Last.FM radio\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Slični izvođači kao %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Top %name% albumi\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Top %name% stvari\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Top %name% oznake\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Najveći obožavalac %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Slušaj %name% obožavalac Last.FM radio\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Slušaj %name% slične izvođače Last.FM radia\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Top izvođači za korisnika %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Top albumi za korisnika %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Top stvari za korisnika %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Prijatelji korisnika %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Susjedi korisnika %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Tjedna Ljestvica za %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Tjedna ljestvica albuma za %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Tjedna ljestvica stvari za %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Slušaj %name%'s susjedov Last.FM radio\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Slušaj %name%'s privatni Last.FM radio\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Slušaj %name%'s voljene stvari sa Last.FM radia\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Dobivam listu sa Last.FM...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Nemogu dobiti listu sa Last.FM...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Upiši ime izvođača i pronađi slične\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Upiši ime oznake i pronađi slične\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Nedavno slušane stvari po %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Slušaj %name%'s preporuke Last.FM radia\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Top oznake korisnika %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Želiš li dodati trenutnu stvar voljenim stvarima?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Želiš li zabraniti trenutnu stvar?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Dodano tvojim voljenim stvarima: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Nemogu dodati '%s' tvojim voljenim stvarima.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Zabranjeno: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Nemogu zabraniti '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Nedavne Stvari obožavane od %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Stvari nedavno zabranjene od %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Makni iz vojenih stvari\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Dozvoli\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Dali želiš maknuti ovu stvar i voljenih stvari?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Dali želiš dozvoliti ovu stvar?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Putanja nije pronađena ili je neispravna\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Ne mogu se povezati s mrežnim poslužiteljem\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Nema pronađenih poslužitelja\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Workgroup nije pronađen\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Otvaranje višestrukih izvora\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Putanja:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Općenito\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Podesi Audio Sklopovlje...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Internet pretraživanje\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Reproduktor\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Pokreni medij sa diska\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Upiši novi naslov\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Upiši naslov filma\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Upiši naziv profila\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Upiši naslov albuma\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Upiši naziv popisa izvođenja\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Upiši naziv datoteke\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Upiši naziv mape\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Upiši direktorij\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Dostupne mogućnosti: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Upišite zahtjev za pretraživanje\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Ništa\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Automatski odabir\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Deinterlace\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (obrnut)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Interlaced Upravljanje\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Poništavanje...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Upiši naziv izvođača\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Neuspjela reprodukcija\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Neuspješno reproduciranje jedne ili više stavki\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Upiši vrijednost\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Provjeri datoteku zapisa za više pojedinosti.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Party način prekinut.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Nema podudarajućih pjesama u zbirci.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Nemogu započeti bazu podataka.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Nemoguće otvaranje baze podataka.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Nemoguće preuzimanje pjesmama iz baze podataka.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Party način popisa izvođenja\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Sav video\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Neodgledano\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Pogledano\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Označi kao pogledano\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Označi kao neodgledano\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Uredi naslov\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Koristi NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Koristi samo NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Koristi samo NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Koristi samo PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Za 60hz Igre\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Radnja je prekinuta\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Kopiranje neuspješno\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Neuspješno kopiranje barem jedne datoteke\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Neuspješno premještanje\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Neuspješno premještanje barem jedne datoteke\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Neuspješno brisanje\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Neuspješno brisanje barem jedne datoteke\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Način povećanja videa\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Najbliži susjed\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinearno\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bikubno\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bikubno (softverski)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (softverski)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (softverski)\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU) smanjenje šuma\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU) oštrina\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Inverzno TV film\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Dodatna obrada\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Prikaži odbrojavanje vremena stanja spavanja\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Prebaci na program\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Mapa spremljene glazbe\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Koristi vanjski DVD reproduktor\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Vanjski DVD reproduktor\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Mapa vodiča\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Mapa snimaka zaslona\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Mapa popisa izvođenja\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Snimke\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Snimke zaslona\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Koristi XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Glazbeni popisi izvođenja\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Video popisi izvođenja\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Želiš li pokrenuti igru?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Razvrstaj po: Popisu izvođeanja\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Udaljena minijatura\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Trenutna minijatura\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Lokalna minijatura\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Bez minijatura\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Odaberi minijaturu\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Sukob\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Pretraži novo\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Pretraži sve\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Regija\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Sažetak\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Zaključaj prozor glazbe\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Zaključaj video prozor\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Zaključaj prozor slika\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Zaključaj programe, igr. snimke & prozor skripti\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Zaključaj upravitelja datoteka\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Zaključaj postavke\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Ponovno pokreni\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Uđi u 'Glavni način'\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Napusti 'Glavni način'\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Napravi profil '%s' ?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Pokreni s novim postavkama\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Najbolje dostupno\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Automatski promjeni između 16x9 i 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Tretiraj spojene datoteke kao jednu datoteku\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Oprez\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Napusti 'Glavni način'\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Ušli ste u 'Glavni način'\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com minijatura\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Ukloni minijaturu\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Dodaj profil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Potraži informacije za sve albume\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Informacije medija\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Odvojeno\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Dijeli sa zadanim\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Dijeli sa zadanim (samo za čitanje)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Kopiraj zadano\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Slika profila\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Zaključaj osobitosti\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Uredi profil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Zaključaj profil\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Ne mogu napraviti mapu\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Direktorij profila\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Pokreni sa svježim izvorima medija\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Budite sigurni da se u odabranoj mapi može pisati\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"i da je novi naziv mape valjan\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"MPAA ocjena:\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Upišite glavni kôd ključa\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Pitaj za glavni kôd ključa pri pokretanju\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Postavke presvlake\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- poveznica nije postavljena -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Omogući animacije\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Onemogući RSS kanale pri sviranju\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Omogući tipke prečaca\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Prikaži programe u glavnom izborniku\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Prikaži informacije glazbe\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Prikaži informacije vremenske prognoze\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Prikaži informacije sustava\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Prikaži Dostupni Diskovni Prostor na C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Prikaži Dostupni Diskovni Prostor na E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Informacije vremenske prognoze\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Slobodan prostor na disku\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Upište naziv postojećeg djeljenja\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Kôd ključa\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Učitaj profil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Naziv profila\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Izvori medija\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Upišite kôd ključa profila\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Zaslon prijave\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Preuzimanje informacije albuma\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Preuzimanje informacije za album\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Nemoguće ripanje CD-a ili pjesme tijekom reprodukcije CD-a\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Glavni kôd ključa i postavke\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Upisivanje kôda glavnog ključa uvijek omogućuje glavni način\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"ili kopira iz zadanog?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Spremi promjene u profil?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Pronađene su starije postavke.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Želite li ih koristiti?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Stari izvori medija su pronađeni.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Odvoji (zaključano)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Root\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"Zoom Kože\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP postavke\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Automatski pokreni UPnP klijent\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Zadnja prijava: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Nikad se niste prijavili\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Korisnička prijava / Odabir profila\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Koristi ključ za prijavu\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Nevažeći kôd ključa.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Ovo zahtijeva glavni ključ za postavljanje.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Želite li ga odmah postaviti?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Učitavam informacije postavljanja\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Zabava!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Istina\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Mješanje pića\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Punim čaše\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Prijavljen kao\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Odjavi se\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Idi na 'root'\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Satkano\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Satkano (okrenuto)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Uklopi\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Ponovno pokreni video\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Uredi mrežnu lokaciju\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Ukloni mrežnu lokaciju\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Želite li pretražiti mapu?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Memorijska jedinica\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Memorijska jedinica montirana\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Nemoguće montiranje memorijske jedinice\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"U ulazu %i, utor %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Zaključaj čuvara zaslona\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Postavi\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Korisničko ime\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Upiši lozinku za\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Zakazano samoisključivanje\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Interval samoisključivanja (u minutama)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Pokrenuto, isključivanje za %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Isključivanje za 30 minuta\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Isključivanje za 60 minuta\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Isključivanje za 120 minuta\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Samoisključivanje susatava\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Prekini samoisključivanje\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Zaključaj osobitosti za %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Pregledaj...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Osnovne informacije\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Informacije pohrane\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Informacije tvrdog diska\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"DVD-ROM informacije\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Informacije mreže\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Video informacije\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Informacije hardvera\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Ukupno\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Korišteno\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"od\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Zaključavanje nije podržano\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Nije zaključano\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Zaključano\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Smrznuto\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Potrebno je vraćanje na početno\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Tjedan\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Linija\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windows mreža (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP poslužitelj\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP poslužitelj\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes dijeljenje glazbe (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP poslužitelj\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Prikaži video informacije\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Završeno\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Velika slova\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Simboli\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Backspace\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Space\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Ponovo učitaj presvlaku\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Okreni pomoću EXIF informacije\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Koristi izgled prikaza postera za TV serije\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Molim, pričekajte!\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Spremam EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Spremam BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Omogući automatsko pomicanje za kratak sadržaj i recenziju\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Prilagođeno\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Omogući zapisivanje otklanjanja grešaka\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Preuzmi dodatne informacije tijekom ažuriranja\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Promjeni skupljača\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Izvezi fonoteku\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Uvezi fonoteku\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Nijedan izvođač nije pronađen! \"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Neuspjelo preuzimanje informacija izvođača\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Party on! (video)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Miješanje pića (video)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Punjenje čaša (video)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV poslužitelj (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV poslužitelj (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV klijent\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Direktorij web poslužitelja (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Direktorij web poslužitelja (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Nemoguće zapisivanje u mapu:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Želite li preskočiti i nastaviti?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS kanal\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Nepoznato. Molim te dodaj MD5 sa xbmc.log u BiosIDs.ini\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Sekundarni DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP poslužitelj:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Napravi novu mapu\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Zamagli LCD pri Sviranju/igranju\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Nepoznato ili na ploči (zaštićeno)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Zamagli LCD kod Pauze\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Upali LED kod Pauze\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Video - Videoteka\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Snimke Igara\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Razvrstaj po: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Skini snimke\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Snimke Igara instalirane na Tvrdom Disku\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Greška pri skidanju Snimki Igara\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Odaberi Snimke Igara i Skini i Instaliraj\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Nema Online snimki igara za odabranu igru\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Idi na Snimke Igara\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Snimke Igara\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Reproduciraj dio...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Vrati kalibraciju na početno\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Ovo će vratiti vrijednost kalibracije za %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"na zadanu vrijednost.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Pregledaj odredište\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Koristi nazive mapa za pretraživanja\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Datoteka\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Koristi nazive datoteka ili mapa za pretraživanja?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Postavi sadržaj\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Mapa\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Pretraži rekurzivno sadržaj?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Otključaj izvore\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Glumac\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Redatelj\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Želite li ukloniti sve stavke unutar\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"putanje u Biblioteci?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Filmovi\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"TV serije\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Ovaj direktorij sadrži\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Pokreni automatsko pretraživanje\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Pretraži rekurzivno\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"kao\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Redatelji\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Nema pronađenih video datoteka u ovoj putanji!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"glasova\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Informacije TV serije\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Informacije epizode\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Učitavanje pojedinosti TV serije\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Preuzimam EPG vodič epizode\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Učitavanje informacije za epizode u direktoriju\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Odaberite TV seriju:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Upišite naziv TV serije\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Sezona %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Epizoda\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Epizode\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Učitavanje pojedinosti epizode\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Ukloni epizodu iz zbirke\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Ukloni TV emisjiu iz zbirke\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"TV serija\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Kratak sadržaj epizode\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Sve sezone\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Sakrij pogledano\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Kôd proizvoda\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Prikaži kratak sadržaj neodgledanih stavki\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Kratak sadržaj sakriven *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Postavi minijaturu sezone\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Slika sezone\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Sezona\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Preuzimanje informacija filma\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Nepotpisan sadržaj\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Izvoran naslov\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Osvježi informacije TV serije\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Osvježi informacije za sve epizode?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Odabrana mapa sadrži jednu TV emisjiu\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Isključi odabranu mapu iz pretraživanja\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Posebno\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Automatski uzmi sličice za sezone\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Odabrana mapa sadrži jednu video snimku\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Poveznica na TV seriju\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Ukloni poveznicu na TV seriju\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Nedavno dodani filmovi\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Nedavno dodane epizode\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Studiji\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Glazbeni spotovi\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Nedavno dodani glazbeni spotovi\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Glazbeni spot\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Odstrani glazbeni spot iz zbirke\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Informacije glazbenog spota\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Učitavam informacije glazbenog spota\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Izmješano\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Idi na album po izvođaču\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Idi na album\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Sviraj pjesmu\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Idi na glazbeni spot iz albuma\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Idi na glazbeni spot po izvođaču\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Reproduciraj glazbeni spot\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Preuzmi minijaturu glumca pri dodavanju u zbirku\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Postavi minijaturu glumca\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Ukloni zabilješku epizode\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Postavi zabilješku epizode\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Postavke skupljača\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Preuzimanje informacija glazbenog spota\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Preuzimanje informacija TV serije\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Najava filma\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Poravnaj\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Pretraživanje novog sadržaja\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Prvo emitiranje\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Pisac\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Nikada\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Ako je samo jedna sezona \"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Uvijek\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Ima najavu filma\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Nesipravan\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Slikovna prezentacija slike omota\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Izvezi u jednu datoteku ili odvojene\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"datoteke po zapisu?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Jedna datoteka\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Odvojene datoteke\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Izvezi minijature i slike omota?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Prepiši preko starih datoteka?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Isključi putanju iz ažuriranja zbirke\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Izdvoji minijature i video informacije\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Kolekcije\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Izvezi minijature glumaca?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Odaberi sliku omota\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Lokalna slika omota\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Bez slike omota\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Trenutna slika omota\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Udaljena slika omota\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Promijeni sadržaj\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Želite li osvježiti informacije za sve\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"stavke unutar ove putanje?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Slika omota\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Pronađene lokalne pohranjene informacije\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Zanemari i osvježi s Interneta?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Informacije se ne mogu preuzeti\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Želite li nastaviti pretraživanje?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Zemlje\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Grupiraj filmove u kolekcije\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Prikaži skrivene datoteke i mape\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox klijent\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"UPOZORENJE: Odabrani TuxBox uređaj je u modu-snimanja\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Stream će biti zaustavljen!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Spoji u program %s Neuspjelo!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Sigurno želite pokrenuti stream?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Povezivanje na: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox uređaj\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Dodaj dijeljenje medija...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Dijeli video i glazbene zbirke putem UPnP-a\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Uredi dijeljenje medija\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Odstrani dijeljenje medija\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Vlastiti Direktorij Titlova\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Film i alternativni direktorij podnaslova\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Omogući Miš\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Reproduciraj zvukove navigacije prilikom reprodukcije medija\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Minijature\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Prisili regiju DVD reproduktora\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Video izlaz\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Omjer slike\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normalan\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Widescreen\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Omogući 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Omogući 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Omogući 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Upiši naziv novog popisa izvođenja\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Prikaži \\\"Dodaj izvor\\\" tipke u popisu datoteka\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Omogući kliznu traku\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Uključi filtriranje odgledanog u video zbirci\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Otvori\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Razina zvučnog upravljanja\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Brza\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Tiha\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Omogući prilagođenu pozadinu\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Razina upravljanja energijom\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Velika snaga\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Mala snaga\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Visoko stanje mirovanja\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Nisko stanje mirovanja\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Nemoguće učitati u predmemoriju dat. veću od 4 gb\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Poglavlje\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Visoko kvalitetni pixel shader V2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Omogući popis izvođenja prilikom pokretanja\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Koristi između animacije\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"sadrži\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"ne sadrži\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"je\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"nije\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"počinje sa\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"završava sa\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"veće od\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"manje od\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"poslije\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"prije\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"u zadnjem\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"nije u zadnjem\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Skupljači\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Zadani filmski skupljač\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Zadani skupljač TV serije\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Višejezični\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Vrijednost podudaranja\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Pravila pametnog popisa izvođenja\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Upari stavke gdje\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Novo pravilo...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Stavke se moraju podudarati\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"sa svim pravilima\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"sa jednim ili više pravila\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Ograniči na\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Nema ograničenja\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Razvrstaj po\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"rastući\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"padajući\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Uredi pametni popis izvođenja\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Naziv popis izvođenja\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Pronađi stavke koje\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Uredi\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i stavki\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Novi pametni popis izvođenja...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c Pogon\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Uredi Party način pravila\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Osobna mapa\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Pogledano puta\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Naslov epizode\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Video razlučivost\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Broj zvučnih kanala\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Video kôdek\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Zvučni kôdek\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Jezik zvuka\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Jezik podnaslova\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Daljinski upravljač šalje tipkanje tipkovnice\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Naziv datoteke\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Putanja datoteke\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Veličina datoteke\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Datum/Vrijeme datoteke\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Indeks slikovne prezentacije\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Razlučivost\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Komentar\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Boja/Crno-bijelo\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"JPEG proces\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Datum/Vrijeme\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Opis\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Proizvođač kamere\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Model kamere\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF komentar\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmver\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Raspon leće\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Duljina fokusa\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Udaljenost fokusa\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Ekspozicija\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Vrijeme ekspozicije\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Nagib ekspozicije\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Način ekspozicije\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Korištena bljeskalica\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Balans bijele boje\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Izvor svijetla\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Način mjerenja\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Digitalno zumiranje\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Širina CCDa\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"Širina GPS-a\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"Dužina GPS-a\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Visina GPS-a\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orijentacija\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Dodatne kategorije\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Ključne riječi\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Naslov\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Autor\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Glavni naslov\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Posebne upute\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Kategorija\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Potpis autora\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Ime potpisa autora\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Zasluge\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Izvor\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Napomena autorkog prava\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Naziv objekta\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Grad\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Država\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Zemlja\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Izvorna preporuka teksta\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Datum nastanka\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Zastava Autorskog Prava\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Kôd zemlje\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Preporučena usluga\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Omogući upravljanje XBMC-om putem UPnP-a\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Pokušaj preskočiti uvod prije DVD izbornika\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Spremljena glazba\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Upit informacija za sve izvođače\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Preuzimanje informacija albuma\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Preuzimanje informacije izvođača\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Životopis\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Diskografija\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Pretraživanje izvođača\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Odabir izvođača\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Informacije izvođača\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instrumenti\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Rođen/a\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Osnovan\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Teme\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Raspušten\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Preminuo/la\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Godina aktivni\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Naslov\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Rođen/osnovan\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Ažuriraj zbirku pri pokretanju\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Uvijek ažuriraj biblioteku u pozadini\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Odgođeno za: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Sprijeda za: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Pomak podnaslova\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL proizvođač: \"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL prikaz:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL inačica:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB temperatura:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Temperatura procesora:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Ukupna memorija\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Podaci profila\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Zatamni zaslon ako je pauzirana video reprodukcija\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Sve snimke\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Po nazivu\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Po grupi\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"TV programi\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Snimanja prema naslovu\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"EPG vodič\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Prikaži video datoteke u popisima\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Slova\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Izvezi karaoke naslove kao HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Izvezi karaoke naslove kao CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Uvezi karaoke naslove...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Prikaži automatski odabir pjesme\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Izvezi karaoke naslove...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Unesi broj pjesme\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"bijelo/zeleno\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"bijelo/crveno\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"bijelo/plavo\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"crno/bijelo\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Uključi teletekst\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Dio %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Međupohranjivanje %i bajtova\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Zaustavljanje\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Pokrenut\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Vanjski reproduktor aktivan\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Klikni 'U redu' za isključivanje reproduktora\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Klikni 'U redu' kada se reprodukcija završi\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Dodatak\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Prilagodi\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Onemogući\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Omogući\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Ovaj dodatak se ne može prilagoditi\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Način zbirke\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY tipkovnica\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Zvučni izlazni uređaj se korist\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Omogući Flicker Filter postavke prema Igri\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Kvaliteta najave\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Stream\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Preuzmi\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Preuzmi i reproduciraj\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Preuzmi i spremi\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Danas\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Sutra\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Spremanje\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Kopiranje\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Odredi direktorij preuzimanja\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Trajanje pretrage\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Kratko\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Dugo\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Koristiti DVD reproduktor umjesto uobičajenog\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Pitaj za preuzimanje prije reprodukcije videa\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Isječci\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Večeras\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Sutra navečer\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Stanje\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Padaline\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Oborina\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Vlažnost\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Osjeća se\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Promatrano\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Odstupanje od normalnog\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Izlazak sunca\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Zalazak sunca\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Pojedinosti\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Prognoza\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Protok slika omota\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Prevedi tekst\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"%s postotak kategorija u popisu karata\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 sati\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Karte\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Satno\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Vikend\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s dan\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Upozorenje\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Upozorenja\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Odaberite vaš\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Provjeri\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Prilagodi\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Sezone\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Koristite svoje\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Gledajte svoje\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Poslušajte\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Pregledajte svoje\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Prilagodi\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Uključi\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Izbornik\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Reproduciraj\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Mogućnosti\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Urednik\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"O vama\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Ocjenjivanje zvjezdicama\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Pozadina\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Pozadine\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Prilagođena pozadina\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Prilagođene pozadine\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Pogledaj 'Readme' datoteku\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Pogledaj zapisa promjena\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Ova inačica %s zahtijeva\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC revizije %s ili noviji za pokretanje.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Molimo, ažurirajte XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Nema pronađenih podataka!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Sljedeća stranica\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Volim\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Mrzim\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Ova datoteka je složena, odaberite dio od kojeg želite reproducirati.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Putanja do skripte\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Omogući tipku prilagođene skripte\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Czech/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<language locale=\"czech\">\n  <charsets>\n    <gui>CP1250</gui>\n    <subtitle>CP1250</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>cs</menu>\n    <audio>cs</audio>\n    <subtitle>cs</subtitle>\n  </dvd>\n\n  <regions>\n    <region name=\"CZ\" locale=\"CZE\">\n      <dateshort>D.M.YYYY</dateshort>\n      <datelong>D. MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n  </regions>\n\n  <sorttokens>\n    <token>The</token>\n  </sorttokens>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/Czech/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Czech (http://www.transifex.com/projects/p/xbmc4xbox/language/cs/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: cs\\n\"\n\"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programy\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Obrázky\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Hudba\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Videa\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"Televizní program\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Nastavení\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Správce souborů\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Počasí\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"Multimediální centrum XBMC\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Pondělí\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Úterý\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Středa\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Čtvrtek\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Pátek\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Sobota\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Neděle\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"ledna\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"února\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"března\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"dubna\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"května\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"června\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"července\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"srpna\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"září\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"října\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"listopadu\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"prosince\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Po\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Út\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"St\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Čt\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Pá\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"So\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Ne\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"led\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"úno\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"bře\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"dub\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"kvě\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"čer\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"čec\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"srp\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"zář\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"říj\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"lis\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"pro\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Pohled: automatický\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Pohled: automatický (velké)\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Pohled: ikony\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Pohled: seznam\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Vyhledat\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Řazení: název\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Řazení: datum\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Řazení: velikost\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Ne\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Ano\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Promítání\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Vytvořit náhledy\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Vytvořit náhledy\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Zkratky\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Pozastaveno\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Kopírovat\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Přesunout\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Odstranit\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Přejmenovat\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Nová složka\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Potvrzení kopírování\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Potvrzení přesunutí\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Potvrzení odstranění\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Opravdu si přejete vybrané soubory zkopírovat?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Opravdu si přejete vybrané soubory přesunout?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Opravdu si přejete vybrané soubory nevratně odstranit?\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Stav\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Objekty\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Hlavní\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Promítání\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Systémové informace\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Zobrazení\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Alba\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Umělci\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Skladby\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Žánry\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Seznamy stop\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Hledat\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Systémové informace\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Teploty:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"Procesor:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"Grafická karta:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Čas:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Současný:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Sestavení:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Síť:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Typ:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statická\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC adresa\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP adresa\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Linka:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Poloviční duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Plný duplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Úložiště\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Disk\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Volné\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Volná paměť\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Nepřipojeno\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Volné\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Nedostupné\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Vysunout disk\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Načítání\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Žádný disk\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disk přítomen\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Motiv\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"FTP Server:\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Rozlišení\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Přizpůsobit obnovovací frekvenci obrazovky videu\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Datum vydání\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Zobrazovat 4:3 videa jako\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Nálady\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Styly\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Skladba\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Doba trvání\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Vybrat album\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Stopy\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Recenze\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Obnovit\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Vyhledávám album\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Žádná alba nebyla nalezena.\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Vybrat vše\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Probíhá získávání informací o médiu\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Uložit\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Zamíchat\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Vyprázdnit\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Vyhledat\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Vyhledávám...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Žádné informace nenalezeny.\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Vyberte film:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Získávám informace o %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Načítám podrobnosti k filmu\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Ve zkratce\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Děj filmu\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Počet hlasů\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Obsazení\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Děj\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Přehrát\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Další\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Předchozí\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Kalibrace uživatelského rozhraní...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Kalibrace obrazu...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Rozmazání\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Přiblížení\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Poměr stran\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"Mechanika DVD\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Vložte prosím disk\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Vzdálené sdílení\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Síť není připojena\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Zrušit\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Rychlost\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Testovací vzory...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Vyhledat názvy zvukových stop CD z freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Při načtení seznamu stop přehrávat skladby náhodně\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Čas uspání HDD\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Filtry videa\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Žádné\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Bodové\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Lineární\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotropní\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussovsko Kubické\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Zmenšení\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Zvětšení\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Vymazat seznam stop po dokončení přehrávání\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Skripty\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Jazyk\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Hudba\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Vizualizace\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Vyberte cílový adresář\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Přehrávat stereo zvuk ze všech reproduktorů\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Počet kanálů\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- DTS kompatibilní receiver\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Stahuji informace o CD\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Chyba\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Povolit čtení značek\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Otevírám\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Čeká se na spuštění...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Výstup skriptů\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Povolit ovládání XBMC přes HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Nahrávat\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Zastavit nahrávání\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Řazení: stopa\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Řazení: čas\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Řazení: název\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Řazení: umělec\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Řazení: album\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Nejlepších 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Nastavení levého horního okraje\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Nastavení pravého dolního okraje\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Umístění titulků\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Přizpůsobení poměru stran\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Posunutím šipky nastavte okraj obrazovky\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Posunutím přímky nastavte umístění titulků\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Nastavte strany tak, aby vznikl čtverec\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Nelze načíst nastavení\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Používám výchozí nastavení\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Zkontrolujte prosím XML soubory\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Nalezeno %i položek\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Výsledek hledání\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Nenalezeny žádné výsledky\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Postprocessing filtr\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Titulky\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Písmo\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Velikost\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Zvýšení hlasitosti\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Zvuk\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Vyhledat titulky\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Vytvořit záložku\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Vymazat záložky\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Posun zvuku\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Záložky\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- AAC kompatibilní receiver\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- MP1 kompatibilní receiver\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- MP2 kompatibilní receiver\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- MP3 kompatibilní receiver\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Zpoždění\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Jazyk\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Povoleno\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Neprokládané\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Automatický postprocessing\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Odstranění vertikál. bloků\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Odstranění horizont. bloků\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Přizpůsobení jasu/kontrastu\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=automaticky)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Čistím databázi\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Probíhá příprava...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Chyba databáze\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Vyhledávám skladby...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Čištění databáze úspěšně dokončeno\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Čistím skladby...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Chyba při čištění skladeb\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Čistím umělce...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Chyba při čištění umělců\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Čistím žánry...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Chyba při čistění žánrů\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Čistím cesty...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Chyba při čištění cest\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Čistím alba...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Chyba při čištění alb\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Zapisuji změny...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Chyba při zápisu změn\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Tento proces může nějakou dobu trvat...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Komprimuji databázi...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Chyba při kompresi databáze\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Přejete si vyčistit knihovnu?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Vyčistit knihovnu...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Spustit\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Převod rychlosti snímků\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Zvukový výstup\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analogový\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digitální\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Různí umělci\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Přehrát disk\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Filmy\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Přizpůsobit rychlost snímků\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Herci\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Rok\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programy\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Vypnuto\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Ztmavení\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Černá obrazovka\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Kód Matrixu\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Čas spuštění spořiče\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Režim spořiče obrazovky\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Vypnout systém při nečinnosti\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Všechna alba\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Nedávno přidaná alba\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Spořič obrazovky\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Celková prezentace\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Úroveň ztmavení spořiče obrazovky\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Řazení: soubor\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- AC3 kompatibilní reciever\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Řazení: název\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Řazení: rok\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Řazení: hodnocení\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Název\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Bouřky\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Částečně\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Převážně\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Slunečno\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Zamračeno\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Sníh\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Déšť\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Lehký(é)\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"dop.\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"odp.\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Přeháňky\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Ojedinělé\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Místy\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Vítr\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Silný\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Skoro jasno\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Jasno\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Oblačno\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Ranní\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Přeháňky\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Sněhové přeháňky\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Nízké\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Střední\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Vysoké\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Mlha\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Opar\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Vyberte umístění\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Obnovovací čas\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Jednotky teploty\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Jednotky rychlosti\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Počasí\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Teplota\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"je cítit jako\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV index\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Vítr\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Rosný bod\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Vlhkost\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"Z\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"rychlostí\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Výchozí\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Připojuji se ke službě počasí\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Získávám počasí pro:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Nelze získat informace o počasí\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Ručně\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Žádná recenze alba není k dispozici\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Stahuji náhled...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Není k dispozici\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Pohled: velké ikony\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Smazat informace o albu\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Smazat informace o CD\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Vybrat\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Nebyly nalezeny žádné informace o albu\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Nebyly nalezeny žádné informace o CD\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disk\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Vložte správné CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Vložte prosím CD/DVD s označením\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Řazení: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Bez vyrovnávací paměti\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Odstranit film z knihovny\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Opravdu si přejete odstranit '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Odpojitelný disk\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Otevírám soubor\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Mezipaměť\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"HDD\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Místní síť\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Zvuk\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Automaticky přehrávat média\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Povoleno\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Sloupce\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Adresa 1. řádku\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Adresa 2. řádku\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Adresa 3. řádku\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Adresa 4. řádku\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Počet řádků\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Režim\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Přepnout pohled\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Titulky\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Zvukový proud\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[aktivní]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Titulky\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Podsvícení\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Jas\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Kontrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gama\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Typ\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Posunutím jezdce změníte umístění OSD\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Umístění OSD\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Zásluhy\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Vypnuto\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Pouze hudbu\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Hudbu a Video\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Nelze načíst seznam stop\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Motiv a Jazyk\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Vzhled\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Možnosti zvuku\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"O XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Smazat album\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Opakovat\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Opakovat jednou\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Opakovat složku\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Automaticky přehrávat následující skladbu\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Používat velké ikony\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Velikost Vobsubs\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Pokročilá nastavení (Pouze pro experty!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Celková hlasitost\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Přepočítávat videa do rozlišení grafického rozhraní\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Kalibrace\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Zobrazovat přípony souborů\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Řazení: typ\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Nelze se připojit ke službě online vyhledávání\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Stahování informací o albu selhalo\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Vyhledávám názvy alb...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Otevřena\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Zaneprázdněna\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Prázdná\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Nahrávám informace ze souborů...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Řazení: využití\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Zobrazovat vizualizace\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Povolit přepínání režimu videa\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Po spuštění zobrazit\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Úvodní obrazovka\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Manuální nastavení\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Žánr\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Nedávno hraná alba\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Spustit\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Spustit v...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Upravit název XBE\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Kompilace\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Odstranit zdroj\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Přepnout média\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Vybrat seznam stop\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Nový seznam stop...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Přidat do seznamu stop\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Ručně přidat do knihovny\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Zadejte název\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Chyba: duplicitní název\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Vyberte žánr\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Nový žánr\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Ruční přidání\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Zadejte žánr\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Pohled: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Seznam\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Ikony\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Velký seznam\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Velké ikony\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Široký\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Velmi široký\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Náhledy alb\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Náhledy DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Informace o médiu\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Zařízení zvukového výstupu\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Zařízení přeposílání zvuku\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Životopis tohoto umělce není k dispozici\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Převést vícekanálový zvuk na stereo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Řazení: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Název\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Datum\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Velikost\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Stopa\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Délka\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Skladba\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Umělec\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Seznam stop\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Soubor\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Rok\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Hodnocení\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Druh\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Využití\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Tvůrce alba\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Počet přehrání\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Naposledy hrané\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Komentář\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Datum přidání\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Výchozí\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Studio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Cesta\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Země\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"Probíhá\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Směr řazení\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Způsob řazení\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Režim zobrazení\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Zapamatovat si režim zobrazení pro různé složky\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Vzestupně\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Sestupně\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Upravit seznam stop\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filtr\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Zrušit režim \\\"párty\\\"\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Režim \\\"párty\\\"\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Náhodně\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Vypnuto\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Jednou\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Vše\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Vypnuto\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Opakovat: vypnuto\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Opakovat: jednou\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Opakovat: vše\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Ripovat zvukové CD\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Střední\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Standardní\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Vysoká\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Stálý datový tok\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Získávam...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Do:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Nelze získat stopu či CD\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"Není nastavena složka pro získávání CD.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Získat stopu zvuku\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Zadejte číslo\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Zvuková CD\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Kodér\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Kvalita\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Datový tok\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Zahrnout číslo stopy\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Všechny skladby od\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Režim zobrazení\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normální\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Přiblížení\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Roztažené 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Roztažené 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Původní velikost\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Vlastní\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Normalizace zvuku\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Mód normalizace (úprava hlasitosti)\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Použít úrovně stopy\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Použít úrovně alba\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Úroveň - Normalizované skladby\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Úroveň - Nenormalizované skladby\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Vyvarovat se předimenzování hlasitosti u normalizovaných skladeb\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Odstraňovat černé kraje\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Je zapotřebí rozbalit velký archiv.  Pokračovat?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Odstranit z knihovny\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Exportovat knihovnu videí\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Importovat knihovnu videí\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Importuji\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Exportuji\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Vyhledat knihovnu\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Roky\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Aktualizovat knihovnu\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Zobrazit ladící informace\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Vyhledat spouštěcí soubor\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Vyhledat seznam stop\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Vyhledat složku\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Informace o skladbě\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Zesílení hlasitosti\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Vyberte složku pro export\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Tento soubor již není dostupný.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Přejete si jej odebrat z knihovny?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Vyberte skript\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Úroveň komprese\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Čistím knihovnu\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Odstraňuji staré skladby z knihovny\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Tato cesta byla již prohledána\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Síť\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Server\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Použít k přístupu na internet HTTP proxy server\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internetový protokol (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Neplatný port. Hodnota musí být od 1 do 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP Proxy\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"Přidělování IP adresy\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automatické (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manuálně (Statická IP)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Výchozí (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP adresa\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Maska podsítě\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Výchozí brána\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS server\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Uložit nastavení a restartovat\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Neplatná IP adresa. Hodnota musí být ve tvaru AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"a obsahovat čísla od 0 do 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Změny nebyly uloženy. Pokračovat bez ukládání?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Webový server\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP server\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Port\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Uložit a použít\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Heslo\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Bez hesla\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Znaková sada\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Styl\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Barva\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normální\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Tučné\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Kurzíva\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Tučná kurzíva\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Bílá\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Žlutá\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Soubory\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Tomuto zobrazení neodpovídají žádné položky\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Prosím vypněte režim knihovny\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Chyba při načítání obrázku\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Upravit cestu\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Zrcadlit obraz\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Jste si jisti?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Odstraňuji zdroj\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Přidat odkaz programu\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Změnit cestu k programu\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Změnit název programu\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Změnit hloubku cesty\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Pohled: velký seznam\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Žlutá\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Bílá\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Modrá\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Světle zelená\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Žluto-zelená\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Modro-zelená\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Světle šedá\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Šedá\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Chyba %i: sdílená položka je nedostupná\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"Zkracovat dlouhé názvy při nahrávání přes FTP server\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Zvukový výstup\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Vyhledávám\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Složka s obrázky pro promítání\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Síťové rozhraní\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Název Bezdrátové sítě (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Heslo Bezdrátové sítě\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Bezpečnost Bezdrátové sítě\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Uložit a použít nastavení sítě\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Žádné šifrování\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Probíhá nastavení změn sítě. Prosím, čekejte.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Restart síťového rozhraní proběhl úspěšně.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Spuštění síťového rozhraní se nezdařilo.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Rozhraní zakázáno\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Síťové rozhraní bylo úspěšně zakázáno.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Název bezdrátové sítě (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Povolit programům v tomto počítači ovládat XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Rozsah portů\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Povolit programům z ostatních počítačů ovládat XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Úvodní zpoždění opakovaní (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Následující zpoždění opakovaní (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Maximální počet klientů\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Přístup k internetu\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Bylo zadáno neplatné číslo portu\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Platný rozsah portu je 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Platný rozsah portu je 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Náhled spořiče obrazovky\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Nelze se připojit\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC se nepodařilo připojit k síťovému umístění.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Je možné, že síť není připojena.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Přejete si jej přesto přidat?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP Adresa\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Přidat síťové umístění\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protokol\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Adresa serveru\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Název serveru\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Vzdálená cesta\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Sdílená složka\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Uživatelské jméno\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Vyhledat síťový server\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Zadejte síťovou adresu serveru\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Zadejte cestu na serveru\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Zadejte číslo portu\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Zadejte uživatelské jméno\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Přidat zdroj %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Zadejte cestu nebo vyhledejte umístění médií.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Zadejte název pro tento zdroj médií.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Vyhledat novou sdílenou složku\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Vyhledat\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Nelze získat informace o adresáři.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Přidat zdroj\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Upravit zdroj\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Upravit zdroj %s\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Zadejte nový název\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Vyhledat obrázek\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Vyhledat složku s obrázky\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Přidat síťové umístění...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Vyhledat soubor\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Podmenu\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Povolit tlačítka podmenu\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Oblíbené\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Pluginy - Video\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Pluginy - Hudba\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Pluginy - Obrázky\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Načítám adresář\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Získáno %i položek\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Získáno %i z %i položek\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Pluginy programů\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Přiřadit náhled pluginu\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Nastavení pluginu\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Přístupové body (AP)\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Jiné...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Uživatelské jméno\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Nastavení skriptu\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Singly\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"Klient SMB\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Pracovní skupina\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Výchozí uživatelské jméno\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Výchozí heslo\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"Server WINS\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Připojit sdílené složky SMB\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Odstranit\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Hudba\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Obrázky\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Soubory\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Hudba a video \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Hudba a obrázky\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Hudba a soubory\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Video a obrázky\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Video a soubory\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Obrázky a soubory\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Hudba a video a obrázky\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Hudba a video a obrázky a soubory\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Zakázáno\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Soubory a hudba a video\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Soubory a obrázky a hudba\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Soubory a obrázky a video\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Hudba a programy\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Video a programy\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Obrázky a programy\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Hudba a video a obrázky a programy\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programy a video a hudba\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programy a obrázky a hudba\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programy a obrázky a video\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP Uživatelské jméno\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP Heslo\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Heslo uživatele bylo úspěšně uloženo!\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Autodetekce\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Autodetekovat systém\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Přezdívka\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Potvrzovat připojení\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Odesílat jméno uživatele a heslo FTP\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Doba odezvy\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Chcete se připojit k nalezenému systému?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Oznamovat tyto služby ostatním počítačům přes Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Vlastní zařízení pro výstup zvuku\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Vlastní zařízení pro přeposílání zvuku\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Ustupující\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"a\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Mrznoucí\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Později\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Ojediněle\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Přeháňky/hřmění\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Bouřky\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Slunečno\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Zataženo\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"v\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"blízkém\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Okolí\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Ledové\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Krystalky\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Bezvětří\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"s\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"větrno\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"mrholení\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"bouřka\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"mrholení\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"mlhavo\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"kroupy\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"bouřky\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"bouřky s přeháňkami\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Aktivovat úsporný režim obrazovky při nečinnosti\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Doba běhu\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Chyba skriptu: %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Aktivovat LCD/VFD displej\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Domů\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programy\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Obrázky\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Správce souborů\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Nastavení\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Hudba\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Videa\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Systémové informace\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Nastavení - Obecné\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Nastavení - Obrazovka\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Nastavení - Vzhled - Kalibrace GUI\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Nastavení - Video - Kalibrace obrazovky\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Nastavení - Obrázky\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Nastavení - Programy\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Nastavení - Počasí\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Nastavení - Hudba\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Nastavení - Systém\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Nastavení - Videa\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Nastavení - Síť\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Nastavení - Vzhled\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Skripty\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Videa/Seznam stop\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Nastavení - Profily\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Dialog Ano/Ne\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Dialog s průběhem\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Vyhledávám titulky...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Vyhledávám, nebo náčítám titulky...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"ukončuji\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"ukládám do mezipaměti\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Otevírám proud\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Hudba/Seznam stop\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Hudba/Soubory\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Hudba/Knihovna\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Editor seznamu stop\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Nejlepších 100 skladeb\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Nejlepších 100 alb\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programy\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Nastavení\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Předpověď počasí\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Síťové Hry\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Přípony\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Systémové informace\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Hudba - Knihovna\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Nyní přehrávám - Hudba\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Nyní přehrávám - Video\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Informace o albu\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Informace o filmu\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Vyberte dialog\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Hudba/Info\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Dialog OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Video/Info\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Skripty/Info\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Video na celou obrazovku\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Vizualizace hudby\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Dialog při spojování videa\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Přestavit index...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Návrat do sekce Hudba\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Návrat do sekce Videa\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Aktualizovat seznam trainerů\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainery\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Žádné trainery nebyly nalezeny\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Nastavení trainerů\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Všechny registrované trainery chybí. Aktualizujte seznam prosím.\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Pokračovat z poslední přehrávané pozice\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Ne\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Ano\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Zeptat se\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Začít od začátku\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Pokračovat od %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Probíhá ověření stávájících trainerů...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Uzamčeno. Zadejte kód...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Zadejte heslo\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Zadejte hlavní kód\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Zadejte odemykací kód\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"nebo stiskněte C pro zrušení\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Zadejte kód pomocí kombinace tlačítek a\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"stiskněte Start. Pro zrušení stiskněte Zpět\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Nastavit zámek\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Odemknout\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Vynulovat zámek\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Odstranit zámek\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Číselné heslo\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Kombinace tlačítek gamepadu\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Úplné heslo\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Zadejte nové heslo\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Potvrďte nové heslo\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Neplatné heslo,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"zbývající pokus(y) \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Hesla se neshodují.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Přístup odmítnut\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Počet pokusů byl překročen.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Systém se nyní vypne.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Položka uzamčena\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Znovu aktivovat zámek\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Změnit zámek\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Zámek zdroje\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Heslo nebylo zadáno. Zkuste znovu.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Rodičovský zámek\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Při překročení počtu pokusů vypnout systém\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Heslo rodičovského zámku není správné\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Zadejte prosím platné heslo rodičovského zámku\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Nastavení a správce souborů\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Uložit nastavení jako výchozí pro všechny videa\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Obnoví všechny původně uložené hodnoty\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Doba zobrazení každého obrázku\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Použít efekty přiblížení a posunu obrázku\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"NTSC v módu PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"PAL v módu NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"NTSC v módu PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12h formát hodin\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24h formát hodin\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Den/Měsíc\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Měsíc/Den\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Doba běhu\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"minut\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"hodin\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"dní\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Celková doba běhu\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Počasí\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Spořič obrazovky\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Celoobrazovkové OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Systém\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Okamžité uspání pevného disku\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Pouze video\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Zpoždění\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Minimální délka souboru\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Vypnout\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Cesta k vlastnímu Dashboardu\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Výchozí způsob vypínání\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Ukončit\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Hibernovat\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Uspat\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Ukončit\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Restartovat\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Minimalizovat\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Činnost tlačítka vypnutí\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Existuje jiné aktivní sezení, například skrze ssh?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Připojen odpojitelný pevný disk\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Nebezpečné odebrání zařízení\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Zařízení bylo úspěšně odebráno\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick připojen\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick odpojen\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Filtr blikání\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Ponechat nastavení ovladače (vyžaduje restart)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Vertikální synchronizace obrazovky (V-Sync)\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Zakázáno\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Povoleno při přehrávání videa\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Vždy povoleno\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Vyzkoušet rozlišení obrazovky\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Použít rozlišení obrazovky?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Chcete toto rozlišení obrazovky použít?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Vysoce kvalitní přepočet obrazu (upscaling)\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Zakázáno\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Povoleno pro SD videa\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Vždy povoleno\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Metoda přepočtu\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bikubická\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU - HQ přepočet\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU - rozsah barevného prostoru: 16-235 - Studio Levels\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Ztmavit ostatní obrazovky\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Zakázáno\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Ztmavit obrazovky\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Nalezena aktivní spojení.\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Pokud budete pokračovat je možné, že nebudete schopni ovládat XBMC\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"Přejete si chcete ukončit Event server?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Přejete si změnit režim dálkového ovládání Apple?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"V případě, že používáte dálkové ovládání Apple k ovládání\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, změnou tohoto nastavení můžete\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"přijít o možnost ovládání. Přejete si pokračovat?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"Klíč:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"Teplota:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"Model:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"Firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"Model:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"Sériové číslo:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"Firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"Heslo:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"Stav uzamčení:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Maska podsítě\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Brána\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Primární DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Inicializace selhala\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Gamepad\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Klávesnice\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Myš\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Sluchátka/Mikrofon\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Paměťová karta\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Dálkový ovladač\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Port ovladače\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Nikdy\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Okamžitě\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Po %i sekundách\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Datum instalace HDD:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Počet spuštění HDD:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profily\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Odstranit profil '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Naposledy načtený profil:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Neznámý\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Přepsat\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Budík\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Interval budíku (v minutách)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Budík nastaven na %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Budíček.\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Budík byl přerušen %im%is před spuštěním\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Vyhledat titulky v RAR archivech\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Vyhledat titulky...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Přesunout položku\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Přesunout sem položku\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Zrušit přesun\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardware:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Využití CPU:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Připojeno, ale služba DNS není k dispozici.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Pevný disk\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Úložiště\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Výchozí\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Síť\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Hardware\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Operační systém:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Frekvence CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Kodér videa:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Rozlišení obrazovky:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Verze XBOXu:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Sériové číslo XBOXu:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Výrobce XBOXu:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Modchip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V kabel:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Video & XBE Oblast:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD region:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Připojen\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Nepřipojen. Zkontrolujte nastavení sítě.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"XBLIVE klíč:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Cílová teplota\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Rychlost chladiče\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Automatická kontrola teploty\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Manuální nastavení rychlosti chladiče\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"Písmo vzhledu\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Aktivovat převrácené zobrazení  bi-di řetězců\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Zobrazovat RSS kanály novinek\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Zobrazovat položku nadřazené složky\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Šablona názvu stopy\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Přejete si restartovat systém\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"místo XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Efekt přiblížení\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Efekt splynutí\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Potlačení černých krajů\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Restartovat\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Prolínat mezi skladbami\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Aktualizovat náhledy\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Náhledy podsložek\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Spustit promítání\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Rekurzivní promítání\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Náhodné pořadí\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Pouze levý\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Pouze pravý\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Povolit podporu karaoke\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Průhlednost pozadí\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Průhlednost popředí\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Zpoždění A/V\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s nenalezen.\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Chyba při otevírání %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Nelze načíst %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Chyba: nedostatek paměti\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Přesunout nahoru\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Přesunout dolu\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Upravit popisek\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Nastavit jako výchozí\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Odstranit tlačítko\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Přední LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Barva Přední LED\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Ponechat jak je\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Zelená\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Oranžová\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Červená\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Měnit barvy\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Vypnout LED při přehrávání\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Informace o filmu\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Přidat položku do fronty\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Vyhledat na IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Vyhledat nový obsah\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Seznam stop\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Informace o albu\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Přidat položku do knihovny\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Ukončit vyhledávání\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Metoda vykreslení\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Nízká kvalita pixel shaderu\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Hardwarové překrytí\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Vysoká kvalita pixel shaderu\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Přehrát položku\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Nastavit náhled umělce\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Automaticky vytvořit náhledy\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Povolit hlas\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Povolit zařízení\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Hlasitost\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Výchozí nastavení zobrazení\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Výchozí nastavení jasu\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Výchozí nastavení kontrastu\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Výchozí nastavení gama\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Obnovit video\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Zabarvení hlasu - Port 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Zabarvení hlasu - Port 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Zabarvení hlasu - Port 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Zabarvení hlasu - Port 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Použít pevně daný skok při posunu\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Šablona názvu stopy - vpravo\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Předvolba\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Pro tuto vizualizaci\\nnejsou k dispozici žádné předvolby\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Pro tuto vizualizaci\\nnení k dispozici žádné nastavení\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Vysunout/Načíst\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"V případě přehrávání hudby použít vizualizaci\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Vypočítat velikost\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Vypočítat velikost složky\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Nastavení videa\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Nastavení zvuku a titulků\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Povolit titulky\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Zkratky\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Při řazení ignorovat členy (\\\"the\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Prolínat mezi skladbami ze stejného alba\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Vyhledat %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Zobrazovat pozici stopy\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Zrušit výchozí\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Obnovit\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Získat náhled\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Informace o obrázku\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s předvolby\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(hodnocení uživatelů IMDb)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Nejlepších 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Naladit na Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Minimální rychlost chladiče\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Stahuji\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Zobrazovat umělce, kteří se vyskytují only u kompilací\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Metoda vykreslení\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Autodetekce\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Základní shadery (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Pokročilé shadery (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Softwarově\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Bezpečně odstranit\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Zde spustit promítání\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Zapamatovat pro tuto cestu\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Použít objekty vyrovnávací paměti pixelu\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Metoda synchronizace A/V\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"dle audia\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"dle videa (vynechat/duplikovat audio)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"dle videa (přizpůsobit rychlost audia)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Maximální změna rychlosti (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Kvalita změny rychlosti\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Nízká (rychlé)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Střední\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Vysoká\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Velmi vysoká (pomalé)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Synchronizovat přehrávání k frekvenci obrazovky\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Dálkové ovládání Apple\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Povolit spuštění XBMC dálkovým ovladačem\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Posloupnost zpoždění\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Zakázáno\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standardní\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Univerzální dálkový ovladač\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Multifunkční dálkové ovládání (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Chyba dálkového ovladače Apple\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Může být zapnuta podpora Dálkového ovladače Apple.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Spojovat videa\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Nespojovat videa\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Stahuji soubor seznamu skladeb...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Stahuji seznam proudů...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Zpracovávám seznam proudů...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Stahování seznamu proudů selhalo\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Stahování souboru seznamu skladeb selhalo\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Složka her\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Automaticky přepínat na režim náhledů dle\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Povolit automatické přepínání náhledů\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- při použití velkých ikon\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- dle pravidla\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- procentuální zastoupení\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Existuje alespoň jeden náhled, ale žádný soubor\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Existuje alespoň jeden náhled a soubor\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Procentuální zastoupení počtu náhledů\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Možnosti zobrazení\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Změnit předčíslí oblasti 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Změnit předčíslí oblasti 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Změnit předčíslí oblasti 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Knihovna\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Bez TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Zadejte nejbližší velké město\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Mezipaměť - Video/Audio/DVD - Harddisk\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Vyrovnávací paměť videa - DVDROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Místní síť\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Vyrovnávací paměť zvuku - DVDROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Místní síť\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"Vyrovnávací paměť DVD - DVDROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Místní síť\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Služby\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Nastavení sítě změněna\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"Změna síťového nastavení vyžaduje\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"restart XBMC. Přejete si jej nyní provést?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Post Processing\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Vypnout při hraní\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i sek\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Formát času\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Formát data\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Filtry GUI\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Použít vyhledávání na pozadí\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Ukončit vyhledávání\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Nelze provést při vyhledávání informací o médiu\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Efekt filmového zrna\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Vyhledávat náhledy u sdílených složek\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Neznámý typ vyrovnávací paměti - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Automaticky\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Zadejte uživatelské jméno pro\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Datum a čas\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Nastavit datum\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Nastavit čas\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Zadejte čas ve 24 hodinovém formátu (HH:MM)\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Zadejte datum ve formátu DD/MM/YYYY\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Zadejte IP adresu\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Provést nyní tato nastavení?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Provést změny\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Povolit přejmenování a mazání souborů\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Nastavit časové pásmo\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Automaticky upravit hodiny na letní čas\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Přidat k oblíbeným\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Odebrat z oblíbených\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"Barvy vzhledu\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Časové pásmo země\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Časové pásmo\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Seznamy souborů\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Zobrazovat EXIF informace o obrázku\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Otevřít v okně přes celou obrazovku namísto pravého režimu celé obrazovky\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Přidávat skladby do fronty při výběru\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Automaticky přehrávat Audio CD\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Přehrávání\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Automaticky přehrávat DVD\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Písmo pro textové titulky\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Mezinárodní\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Znaková sada\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Ladění\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Bezpečnost\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Vstupní zařízení\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Úspora energie\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Odstranit\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Hry\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Přidat\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Heslo\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Knihovna\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Databáze\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Všechna alba\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Všichni umělci\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Všechny skladby\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Všechny žánry\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Ukládání do vyrovnávací paměti...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Zvuky při navigaci\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Výchozí hodnoty motivu\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"Téma vzhledu\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Výchozí motiv\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Last.FM - Odesílat informace o skladbách\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.FM - Uživatelské jméno\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.FM - Heslo\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Nepovolená operace: Probíhá ukončování...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Aktualizujte prosím XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Neuspěšná autorizace: Zkontrolujte uživ. jméno a heslo\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Připojeno\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Nepřipojeno\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Interval odesílání %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Načteno %i skladeb\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Probíhá odesílání...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Informace budou odeslány za %i sekund\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Přehrát pomocí...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Používat hladkou synchronizaci A/V\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Nezobrazovat názvy souborů při zobrazení náhledů\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Přehrát v režimu \\\"párty\\\"\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Libre.fm - Odesílat informace o skladbách\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Libre.fm - Uživatelské jméno\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Libre.fm - Heslo\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Online služby\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Last.FM - Odesílat informace o rádiích\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Probíhá připojování k Last.FM...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Probíhá výběr stanice...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Vyhledat podobné interprety...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Vyhledat podobné slova...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Profil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Nejpopulárnější slova\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"NEJ interpreti pro slovo %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"NEJ alba pro slovo %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"NEJ skladby pro slovo %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Poslouchat slovo %name% Last.FM radio\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Podobní interpreti jako %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"%name% - NEJ alba\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"%name% - NEJ skladby\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"%name% - NEJ slova\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Největší fanoušci - %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Poslouchat %name% fanoušky Last.FM radio\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Poslouchat %name% podobné interprety Last.FM radio\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"NEJ interpreti uživatele %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"NEJ alba uživatele %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"NEJ skladby uživatele %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Přátelé uživatele %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Sousedé užuvatele %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Žebříček interpretů týdne pro %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Žebříček alb týdne pro %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Žebříček skladeb týdne pro %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Poslouchat %name% sousedovo Last.FM radio\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Poslouchat %name% osobní Last.FM radio\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Poslouchat %name% nejoblíbenější skladby Last.FM radia\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Probíhá stahování seznamu z Last.FM...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Seznam z Last.FM se nepodařilo stáhnout...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Zadejte jméno interpreta pro vyhledání jemu podobných\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Zadejte slovo pro vyhledání podobných\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Skladby, které naposledy poslouchal %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Poslouchám: %name%'s doporučení Last.FM radio\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Nejoblíběnější tagy uživatele %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Chcete přidat tuto skladbu k vašim oblíbeným?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Chcete zakázat aktuální skladbu?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Skladba přidána do oblíbených: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Skladba '%s' se nepodařilo přidat do oblíbených.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Zakázané: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Skladbu '%s' se nepodařilo přidat do zakázaných.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Poslední oblíbené skladby uživatele %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Poslední zakázané skladby uživatele %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Odstranit z oblíbených skladeb\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Povolit zakázanou\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Chcete tuto skladbu odebrat ze seznamu vašich oblíbených skladeb?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Chcete opět povolit tuto zakázanou skladbu?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Cesta nenalezena či neplatná\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Nelze se připojit k síťovému serveru\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Žádný server nenalezen\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Pracovní skupina nenalezena\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Otevírám zdroj s více cestami\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Cesta:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Hlavní\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Vyhledávání na internetu\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Přehrávač\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Přehrávat soubory z CD/DVD\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Zadejte nový název\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Zadejte název filmu\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Zadejte název profilu\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Zadejte název alba\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Zadejte název seznamu stop\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Zadejte nový název souboru\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Zadejte název složky\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Vstoupit do složky\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Dostupné možnosti: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Zadejte řetězec k vyhledání\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Žádné\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Automaticky vybrat\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Odstranit prokládání\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (opačný)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Prokládaný materiál\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Stornuji...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Zadejte jméno umělce\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Přehrávání selhalo\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Jednu nebo více položek se nepodařilo přehrát.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Zadejte hodnotu\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Více informací naleznete v souboru se záznamem.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Režim \\\"párty\\\" přerušen.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Žádné odpovídající skladby v knihovně nenalezeny.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Incializace knihovny nebyla úspěšná.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Nelze otevřít databázi.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Nelze načíst skladby z databáze.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Seznam stop pro režim \\\"párty\\\"\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Všechna videa\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Nezhlédnuté\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Zhlédnuté\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Označit jako zhlédnuté\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Označit jako nezhlédnuté\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Upravit název\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Používat NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Používat pouze NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Používat pouze NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Používat pouze PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Pro 60Hz hry\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Operace byla přerušena\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Kopírování selhalo\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Selhalo kopírování alespoň u jednoho souboru\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Přesouvání selhalo\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Selhalo přesouvání alespoň u jednoho souboru\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Mazání selhalo\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Selhalo mazání alespoň u jednoho souboru\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Metoda škálování videa\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"\\\"Nejbližší soused\\\"\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilineární\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bikubická\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bikubická (softwarově)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (softwarově)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (softwarově)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"Temporal\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"Temporal/Spatial\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU) Redukce šumu\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU) Ostrost\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Inverzní Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Následné zpracování\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Zobrazit odpočet do uspání\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Přepnout na kanál\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Složka uložené hudby\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Použít externí DVD přehrávač\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Externí DVD přehrávač\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Složka trainerů\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Složka snímků obrazovky\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Složka seznamů stop\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Nahrávky\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Snímky obrazovky\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Použít XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Hudební seznamy stop\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Video seznamy stop\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Přejete si spustit hru?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Řazení: seznam stop\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Vzdálený náhled\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Současný náhled\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Místní náhled\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Bez náhledu\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Vyberte náhled\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Konflikt\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Prohledat nové\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Prohledat vše\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Oblast\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Shrnutí\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Uzamknout hudební sekci\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Uzamknout video sekci\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Uzamknout sekci s obrázky\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Uzamknout sekci s programy a skripty\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Uzamknout správce souborů\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Uzamknout nastavení\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Výchozí\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Odemknout rodičovský zámek\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Uzamknout rodičovský zámek\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Vytvořit profil '%s' ?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Začít s novým nastavením\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Nejvhodnější\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Automaticky přepínat mezi 16:9 a 4:3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Považovat spojené soubory za jeden\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Upozornění\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Rodičovský zámek byl zamknut\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Rodičovský zámek byl odemknut\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Náhled Allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Odebrat náhled\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Přidat profil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Získat informace pro všechna alba\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Informace o médiu\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Oddělit\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Sdílet s výchozími\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Sdílet s výchozími (jen pro čtení)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Kopírovat výchozí\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Profilový obrázek\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Nastavení zámku\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Upravit profil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Zámek profilu\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Nelze vytvořit složku\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Složka profilu\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Začít s novým zdrojem médií\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Ujistěte se, že je složka zapisovatelná\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"a nový název složky je platný\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Přístupnost\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Zadejte kód rodičovského zámku\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Vyžadovat při spuštění kód rodičovského zámku\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Nastavení motivu\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- žádný odkaz -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Povolit animace\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Zakázat RSS při přehráváni hudby\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Povolit zkratky\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Zobrazovat sekci programy v hlavním menu\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Zobrazovat informace o hudbě\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Zobrazovat počasí\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Zobrazovat informace o systému\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Zobrazovat volné místo na discích C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Zobrazovat volné místo na discích E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Informace o počasí\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Volné místo\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Zadejte název existující sdílené položky\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Kód zámku\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Načíst profil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Název profilu\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Zdroje médií\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Zadejte kód profilu\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Úvodní obrazovka\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Stahuji informace o albu\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Stahuji informace o albu\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Při přehrávání CD jej nelze získat\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Nastavení rodičovského zámku\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Vložení rodičovského kódu vždy odemkne rodičovský zámek\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"nebo si přejete kopírovat z výchozího?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Uložit změny do profilu?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Nalezeno původní nastavení.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Přejete si je použít?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Nalezeny staré zdroje médií.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Oddělit (zamčené)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Kořen\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"Přiblížení vzhledu\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"Nastavení UPnP\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Automaticky spustit klienta UPnP\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Poslední přihlášení: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Nikdy nepřihlášen\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Uživatelské přihlášení / Vyberte profil\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Na úvodní obrazovce použít zámek\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Neplatný kód zámku.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Toto nastavení vyžaduje nastavený rodičovský zámek.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Přejete si jej nyní nastavit?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Načítám informace o programu\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Párty zahájena!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Pravdivé\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Míchám nápoje\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Nalévám sklenice\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Přihlášen jako\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Odhlásit\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Přejít do kořenu\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Vazba\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Vazba (obráceně)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Mísení\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Restartovat video\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Upravit síťové umístění\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Odebrat síťové umístění\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Přejete si prohledat složku?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Paměťová jednotka\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Paměťová jednotka připojena\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Nelze připojit paměťovou jednotku\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"Na portu %i, slotu %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Uzamknout spořič obrazovky\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Nastavit\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Uživatelské jméno\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Zadejte heslo pro\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Automatické vypnutí\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Interval vypnutí (v minutách)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Zahájeno, vypnutí proběhne za %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Vypnutí proběhne za 30 minut\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Vypnutí proběhne za 60 minut\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Vypnutí proběhne za 120 minut\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Vlastní automatické vypnutí\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Zrušit automatické vypnutí\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Uzamknout nastavení pro %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Procházet...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Souhrn informací\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Informace o úložištích dat\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Informace o pevném disku\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Informace o DVD\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Informace o síti\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Informace o videu\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Informace o hardwaru\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Celkem\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Použito\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"z\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Uzamčení nepodporováno\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Neuzamčeno\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Uzamčeno\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Zmrazeno\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Vyžaduje restart\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Týden\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Linka\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Síť Windows (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP server\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP server\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"Sdílená složka iTunes (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP server\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Zobrazovat informace o videu\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Hotovo\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Symboly\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Backspace\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Mezera\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Znovu načíst motiv\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Otáčet obrázky pomocí informací z EXIFu\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Použít styl plakátů u zobrazení TV seriálů\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Čekejte prosím\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Zálohuji EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Zálohuji BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Povolit automatické posouvání děje a recenze\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Vlastní\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Povolit zaznamenávání ladících informací\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Stáhnout dodatečné informace při aktualizacích\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Výchozí stahovač pro hudbu\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Změnit stahovač\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Exportovat hudební knihovnu\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Importovat hudební knihovnu\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Žádný umělec nenalezen.\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Stažení informací o umělci selhalo\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Párty zahájena! (videa)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Míchám nápoje (videa)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Nalévám sklenice (videa)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV server (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV server (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"Klient MythTV\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Složka webového serveru (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Složka webového serveru (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Nelze zapisovat do složky:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Přejete si ji přeskočit a pokračovat?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS kanál\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Neznámá. Prosím přidejt MD5 ze souboru xbmc.log do BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Sekundární DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP server:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Vytvořit novou složku\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Rozsvítit LCD při přehrávání\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Neznámé nebo integrované (chráněné)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Rozsvítit LCD při pozastavení\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Zhasnout LED při pozastavení\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Video - Knihovna\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Uložené pozice her\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Řazení: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Stáhnout Uložené pozice her\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Uložená pozice hry byla stažena na HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Stáhnutí Uložené pozice hry se nezdařilo\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Vyberte Uloženou pozici hry ke stáhnutí a instalaci\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Pro tuto hru nebyla nalezena žádná uložená pozice\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Přejít na Uložené pozice her\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Uložené pozice her\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Přehrát část...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Vynulování kalibrace\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Smažete veškeré uložené hodnoty kalibrace pro %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"na základní hodnoty.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Vyhledat umístění\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Vyhledávat dle názvů složek\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Soubor\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Přejete si při vyhledávání použít názvy souborů nebo složek?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Nastavit obsah\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Složka\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Vyhledávat obsah rekurzivně?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Odemknout zdroje\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Herec\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Režisér\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Přejete si odstranit všechny položky v\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"této cestě z knihovny XBMC?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Filmy\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"TV Seriály\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Složka obsahuje\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Spustit automatické prohledání\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Vyhledat rekurzivně\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"jako\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Režiséři\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"V tomto umístění nebyl nalezen žádný video soubor!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"hlasů\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Informace o TV seriálu\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Informace o epizodě\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Načítám detaily k TV seriálu\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Stahuji průvodce epizodami\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Načítám informace k epizodám ve složce\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Vyberte seriál:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Zadejte název seriálu\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Řada %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Epizoda\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Epizod(y)\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Načítám detaily k epizodě\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Odebrat epizodu z knihovny\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Odstranit seriál z knihovny\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Seriál\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Děj epizody\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Všechny řady\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Skrýt zhlédnuté\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Kód produkce\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Zobrazovat děj u nezhlédnutých položek\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* nezobrazeno z důvodu předejití vyzrazení děje *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Nastavit náhled řady\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Obrázek řady\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Řada\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Stahuji informace k videu\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Odebrat obsah\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Původní název\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Aktualizovat informace o TV seriálu\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Přejete si aktualizovat informace pro všechny epizody?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Vybraná složka obsahuje jediný seriál\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Nezahrnovat vybranou složku pro aktualizaci\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Speciální epizody\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Stahovat náhledy řad seriálů\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Vybraná složka obsahuje jediné video\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Přiřadit k TV seriálu\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Odebrat ze TV seriálu\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Nedávno přidané filmy\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Nedávno přidané epizody\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Studia\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Hudební videoklipy\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Nedávno přidané hudební videoklipy\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Hudební videoklipy\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Odstranit hudební videoklip z knihovny\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Informace k hudebnímu videoklipu\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Načítám informace o hudebním videoklipu\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Smíšené\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Přejít k albům dle umělce\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Přejít k albu\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Přehrát skladbu\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Přejít k hudebním videoklipům alba\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Přejít k hudebním videoklipům dle umělce\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Přehrát hudební videoklip\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Stahovat ikony herců během přidávání filmu do knihovny\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Změnit ikonu herce\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Odstranit záložku epizody\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Nastavit záložku epizody\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Nastavení stahovače\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Stahuji informace k hudebnímu videu\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Stahuji informace k TV seriálu\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Upoutávka\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Jednoduchý mód\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Použít jednoduchý mód u seriálu\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Přiřadit FanArt\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Povolit Fanart v knihovně videí\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Vyhledávám nový obsah\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Premiéra\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Autor\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Zobrazovat \\\"vyčištěné\\\" názvy souborů\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Nikdy\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Pokud má jednu řadu\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Vždy\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Má upoutávku\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Nepravda\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Promítání fanart\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Exportovat do jednoho souboru nebo\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"každou položku do samostatného souboru?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Jeden soubor\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Samostatně\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Exportovat náhledy a fanart?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Přepsat stávající soubory?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Nezahrnovat položky v tomto umístění při aktualizaci knihovny\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Získávat ze souborů náhledy a informace o videu\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Sady\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Přiřadit náhled sadě\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Exportovat náhledy herců?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Vybrat fanart\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Místní fanart\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Žádný fanart\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Současný fanart\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Vzdálený fanart\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Změnit obsah\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Přejete si aktualizovat informace pro\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"všechny položky v umístění?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Byly nalezeny místně uložené informace.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ignorovat a aktualizovat z internetu?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Nelze stáhnout informace\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"Server je pravděpodobně nedostupný.\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Přejete si v aktualizaci pokračovat?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Země\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Setřídit filmy do sad\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Zobrazovat skryté soubory a adresáře\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"Klient TuxBox\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"UPOZORNĚNÍ: Cílový TuxBox je v režimu nahrávání!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Proudové vysílání bude zastaveno!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Přepnutí na kanál: %s selhalo!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Opravdu si přejete spustit proudové vysílání?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Připojuji k: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"Zařízení TuxBox\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Přidat sdílení...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Sdílet knihovny filmů a hudby přes UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Upravit sdílení\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Odebrat sdílení\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Složka s titulky\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Video a alternativní adresář s titulky\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Povolit kurzor myši\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Přehrávat zvuky navigace při přehrávání médií\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Náhled\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Vynucený region DVD přehrávače\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Video výstup\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Poměr stran videa\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normální\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Širokoúhlý\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Povolit 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Povolit 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Povolit 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Zadejte název nového seznamu stop\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Zobrazovat tlačítko \\\"Přidat zdroj\\\" v seznamech souborů\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Povolit posuvníky\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Aktivovat v knihovně videí filtr zhlédnutých/nezhlédnutých\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Otevřít\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Správa úrovně akustiky\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Rychlý\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Tichý\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Povolit vlastní pozadí\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Úroveň správy napájení\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Vysoký výkon\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Nízká spotřeba\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Režim spánku s vyšší spotřebou\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Režim spánku s nižší spotřebou\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Soubory větší než 4GB nelze načíst do vyrovnávací paměti\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Kapitola\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Vysoce kvalitní pixel shader v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Načíst seznam stop při spuštění\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Aktivovat \\\"neposednou\\\" animaci\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"obsahuje\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"neobsahuje\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"je\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"není\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"začíná na\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"končí na\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"větší než\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"menší než\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"po\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"před\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"je poslední\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"není poslední\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Stahovače\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Výchozí stahovač pro filmy\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Výchozí stahovač pro TV seriály\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Výchozí stahovač pro hudební videoklipy\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Povolit odpověď na základě nastavení jazyka stahovače\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Nastavení\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Vícejazyčný\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Hodnota pro shodu\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Pravidlo chytrého seznamu stop\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Skladby jsou shodné když\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Nové pravidlo...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Položky musí odpovídat shodě\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"všech pravidel\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"alespoň jednoho z pravidel\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Omezit na\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Bez omezení\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Řadit\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"vzestupně\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"sestupně\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Upravit chytrý seznam stop\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Název seznamu stop\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Najít položky odpovídající\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"- Upravit\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i položek\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Nový chytrý seznam stop...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"Mechanika %c\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Upravit pravidla režimu \\\"Párty\\\"\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Domovská složka\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Počet zhlédnutí\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Název epizody\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Rozlišení videa\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Audio kanály\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Video kodek\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Zvukový kodek\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Jazyk audia\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Jazyk titulků\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Dálkový ovladač zasílá stisky klávesnice\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Název souboru\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Cesta k souboru\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Velikost souboru\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Datum a čas souboru\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Pořadí snímku\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Rozlišení\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Komentář\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Barva/ČB\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Zpracování JPEG\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Datum/Čas\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Popis\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Značka fotoaparátu\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Model fotoaparátu\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF komentář\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Clona\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Ohnisko objektivu\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Vzdálenost objektivu\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Expozice\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Čas expozice\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Kompenzace expozice\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Režim expozice\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Použit blesk\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Vyvážení bílé\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Zdroj světla\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Režim měření\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Digitální zoom\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Šířka CCD\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"Zeměpisná šířka GPS\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"Zeměpisná délka GPS\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Výška GPS\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orientace\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Doplňkové kategorie\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Klíčová slova\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Titulek\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Autor\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Nadpis\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Zvláštní pokyny\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Kategorie\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Podtitulek\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Název podtitulku\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Zásluhy\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Zdroj\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Copyright poznámka\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Název objektu\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Město\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Stát\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Země\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Výchozí Tx reference\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Vytvořeno dne\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Copyright\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Kód země\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Referenční služba\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Povolit ovládání XBMC přes UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Při spuštění DVD se pokusit zobrazit rovnou hlavní menu\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Uložená hudba\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Získat informace pro všechny umělce\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Stahuji informace k albu\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Stahuji informace o umělci\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Životopis\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Diskografie\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Vyhledávám umělce\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Vybrat umělce\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Informace o umělci\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Hudební nástroje\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Datum narození\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Datum seskupení\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Tematické zaměření\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Datum rozpuštění\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Datum úmrtí\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Aktivní v letech\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Label\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Datum narození/seskupení\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Aktualizovat knihovnu po spuštění\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Aktualizovat knihovnu vždy na pozadí\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS sufix\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Zpožděno o %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Předbíhá o %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Posun titulků\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"Dodavatel OpenGL:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"Vykreslovač OpenGL:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"Verze OpenGL:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"Teplota MB:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Teplota CPU:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Celková paměť\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Data profilu\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Použít ztmavení u pozastaveného videa\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Všechny nahrávky\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Podle názvu\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Podle skupiny\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Živé kanály\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Nahrávky dle názvů\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Návod\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Odchylka poměru stran k minimalizaci černých okrajů\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Zobrazovat videa v seznamu souborů\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX výrobce\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Direct3D verze\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Písmo\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Velikost\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"-  Barva\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Znaková sada\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Exportovat titulky karaoke do HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Exportovat titulky karaoke do CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Importovat karaoke titulky...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Automaticky zobrazovat dialog výběru skladby\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Exportovat karaoke titulky...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Zadejte číslo písně\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"bílá/zelená\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"bílá/červená\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"bílá/modrá\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"černá/bílá\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Plugin Počasí\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- nastavení pluginu\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Aktivovat Teletext\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Část %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Ukládám do mezipaměti %i bajtů\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Zastavuji\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Běží\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Externí přehrávač je aktivní\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Stiskněte OK pro ukončení přehrávače\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Stiskněte OK po ukončení přehrávání\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Doplněk\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Nastavení\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Zakázat\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Povolit\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Tento doplněk nelze nastavit\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Režim knihovny\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY klávesnice\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Zvuk je přeposílán\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Automaticky aplikovat filtr blikání u her\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Kvalita upoutávky\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Proud\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Stáhnout\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Stáhnout a přehrát\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Stáhnout a uložit\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Dnes\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Zítra\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Ukládám\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Kopírování\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Nastavit adresář pro stahování\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Doba vyhledávání\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Krátká\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Dlouhá\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Místo běžného přehrávače používat DVD přehrávač\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Před přehráváním videa se zeptat na jeho stažení\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Klipy\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Pro aktivaci restartujte plugin\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Dnes večer\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Zítra večer\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Stav\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Srážky\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Srážky\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Vlhkost\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"je cítit jako\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Pozorováno\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Odchylka od normálu\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Východ slunce\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Západ slunce\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Detaily\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Výhled\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Coverflow\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Přeložit text\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Namapovat seznam %s kategorie\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 hodin\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Mapy\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Každou hodinu\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Víkend\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s den\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Upozornění\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Upozornění\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Vyberte Vaši\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Zkontrolovat\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Nastavit\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Řady\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Použít\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Sledovat\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Poslouchat\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Prohlížet\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Konfigurovat\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Vypnutí\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Nabídka\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Přehrát\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Možnosti\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Editor\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"O Vaši\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Hodnocení\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Pozadí\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Pozadí\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Vlastní pozadí\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Vlastní pozadí\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Zobrazit Readme\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Zobrazit seznam změn\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Tato verze %s požaduje\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC revize %s nebo vyšší.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Aktualizujte prosím XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Nebyla nalezena žádná data!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Další strana\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Milovat\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Nesnášet\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Tento soubor se skládá z více částí. Vyberte tu, od které si přejete spustit přehrávání.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Cesta ke skriptu\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Povolit tlačítko vlastního skriptu\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Danish/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<language locale=\"danish\">\n  <charsets>\n    <gui>CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>da</menu>\n    <audio>da</audio>\n    <subtitle>da</subtitle>\n  </dvd>\n\n  <regions>\n    <region>\n      <dateshort>DD-MM-YYYY</dateshort>\n      <datelong>D. MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>mps</speedunit>\n      <timezone>CEST</timezone> \n    </region>\n</regions>\n\n<sorttokens>\n    <token>The</token>\n</sorttokens>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/Danish/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Danish (http://www.transifex.com/projects/p/xbmc4xbox/language/da/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: da\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programmer\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Billeder\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Musik\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Videoer\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"TV-Guide\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Indstillinger\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Filhåndtering\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Vejrudsigt\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc mediecenter\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Mandag\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Tirsdag\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Onsdag\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Torsdag\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Fredag\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Lørdag\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Søndag\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Januar\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Februar\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Marts\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"April\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Maj\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Juni\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Juli\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"August\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"September\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Oktober\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"November\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"December\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Man\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Tir\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Ons\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Tor\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Fre\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Lør\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Søn\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Jan\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Feb\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Apr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"Maj\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Jun\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Jul\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Aug\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Sep\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Okt\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Dec\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Vis: Auto\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Vis: Auto stor\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Vis: Ikoner\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Vis: Liste\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Gennemsøg\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sorter efter: Navn\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Sorter efter: Dato\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Sorter efter: Størrelse\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Nej\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Ja\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Diasshow\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Lav miniaturebilleder\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Lav miniaturebilleder\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Genveje\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Pause\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Kopier\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Flyt\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Slet\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Omdøb\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Ny mappe\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Bekræft kopiering af filen\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Bekræft flytning af filen\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Bekræft sletning af filen?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Kopier disse filer?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Flyt disse filer?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Slet disse filer? Sletning kan ikke fortrydes senere!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Elementer\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Generelt\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Diasshow\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Systeminfo\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Skærm\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albummer\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Kunstnere\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Numre\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Genrer\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Afspilningslister\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Søg\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Systeminformation\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperaturer:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Tid:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Nuværende:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Version:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Netværk:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Type:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statisk\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC-adresse\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP-adresse\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Forbindelse:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Halv duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Fuld duplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Lager\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Drev\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Fri\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Fri hukommelse\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Ingen forbindelse\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Fri\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Ikke tilgængelig\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Skuffe åben\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Læser\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Intet medie\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Medie tilstede\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Skin\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Aktiver FTP-server\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Synkroniser tid over Internet\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Opløsning\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Juster skærmens opdateringshastighed til videoens\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Udgivelsesdato\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Vis 4:3 videoer som\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Stemninger\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Stil\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Nummer\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Længde\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Vælg album\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Spor\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Anmeldelse\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Opdater\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Søger i album\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Ingen albummer fundet!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Vælg alle\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Skanner medieinfo\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Gem\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Bland\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Ryd\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Skan\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Søger...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Ingen info fundet!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Vælg film:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Søger efter info %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Indlæser filmdetaljer\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Undertitel\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Handling\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Stemmer:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Skuespillere\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Handling\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Afspil\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Næste\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Forrige\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Kalibrer brugerflade...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Kalibrer skærmareal...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Blødgør\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Zoomniveau\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Pixelforhold\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD-drev\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Indsæt venligst medie\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Fjerndeling\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Netværk er ikke tilsluttet\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Annuller\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Hastighed\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Testmønstre...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Søg efter navne på CD-spor i freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Bland afspilningsliste ved indlæsning\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Sluk for harddisk efter\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Videofiltre\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Ingen\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Punkt\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Lineær\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotropisk\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussisk kubisk\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Formindskning\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Forstørrelse\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Tøm afspilningsliste ved afslutning\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Sprog\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Musik\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Visualisering\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Vælg destinationsmappe\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Send stereosignal til alle højttalere\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Antal lydkanaler\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- DTS-forstærker\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Henter CD-information\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Fejl\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Aktiver nøgleord\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Åbner\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Venter på opstart...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Resultat af scriptkørsel\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Tillad styring af XBMC via HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Optag\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Stop Optagelse\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Sorter efter: Nummer\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Sorter efter: Tid\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Sorter efter: Titel\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Sorter efter: Kunstner\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Sorter efter: Album\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Top 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Overskaleringskompensation - øverst til venstre\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Overskaleringskompensation - nederst til højre\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Placering af undertekster\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Justering af pixelforhold\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Juster pilen for at ændre mængden af overskalering\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Flyt bjælken for at ændre placering af underteksterne\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Juster firkanten, så den bliver perfekt kvadratisk\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Kan ikke indlæse indstillinger\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Brug standardindstillinger\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Kontroller venligst xml-filerne\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"%i emner fundet\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Søgeresultat\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Ingen resultater fundet\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Efterbehandlingsfilter\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Undertekster\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Skrifttype\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Størrelse\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Dynamisk kompression\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Lyd\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Søg efter undertekster\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Opret bogmærke\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Slet bogmærker\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Lydforsinkelse\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Bogmærker\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Forsinkelse\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Sprog\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Aktiveret\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Ikke indflettet\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Automatisk efterbehandling\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Vertikalt deblokeringsfilter\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Horisontalt deblokeringsfilter\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Automatisk lysstyrke/kontrast\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Antiringning\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=automatisk)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Rydder op i databasen\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Forbereder...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Databasefejl\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Søger i numre...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Oprydning af databasen vellykket\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Rydder op i numre...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Fejl ved oprydning i numre\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Rydder op i kunstnere...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Fejl ved oprydning i kunstnere\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Rydder op i genrer...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Fejl ved oprydning i genrer\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Rydder op i stier...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Fejl ved oprydning i stier\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Rydder op i albummer...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Fejl ved oprydning i albummer\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Skriver ændringer...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Fejl under skrivning af ændringer\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Dette kan tage noget tid...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Komprimerer databasen...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Fejl under komprimering af databasen\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Vil du rydde op i biblioteket?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Ryd op i biblioteket...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Start\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Juster billedhastighed\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Lydudgang\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analog\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digital\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Diverse kunstnere\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Afspil medie\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Film\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Juster billedhastighed\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Skuespillere\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Årstal\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programmer\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Fra\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Dæmpning\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Sort\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix spor\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Start pauseskærm efter\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Pauseskærmstilstand\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Timer til lukning af funktion\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Alle albummer\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Nyligt tilføjede albummer\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Pauseskærm\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Rekursivt diasshow\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Dæmpningsniveau for pauseskærmen\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Sorter efter: Fil\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Dolby Digital-forstærker (AC3)\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sorter efter: Navn\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Sorter efter: Årstal\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Sorter efter: Bedømmelse\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Titel\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Tordenvejr\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Delvist\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Mest\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Solrigt\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Skyet\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Sne\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Regn\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Let\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"Formiddag\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"Eftermiddag\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Byger\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Nogle\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Spredte\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Vind\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Hård\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Tørt\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Skyfrit\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Skyer\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Tidligt\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Regn\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Vindstød\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Lav\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Mellem\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Høj\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Tåge\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Dis\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Vælg lokalitet\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Opdateringsinterval\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Temperaturskala\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Hastighedsskala\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Vejret\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temperatur\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Føles som\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV-indeks\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Vind\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Dugpunkt\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Fugtighed\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"Fra\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"med\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Standarder\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Forbinder til vejrtjeneste\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Henter vejrudsigt for:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Kan ikke hente vejrdata\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manuelt\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Ingen anmeldelse af dette album\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Henter miniaturebillede...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Ikke tilgængelig\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Vis: Store ikoner\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Slet albuminfo\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Slet CD-information\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Vælg\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Ingen albuminformation fundet\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Ingen CD-information fundet\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disk\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Indsæt rigtig CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Vær venlig at isætte følgende CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Sorter efter: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Ingen cache\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Slet film fra biblioteket\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Er du sikker på at du vil slette '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Flytbar disk\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Åbner fil\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Mellemlager\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Harddisk\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Lokalnetværk\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Lyd\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Afspil medie automatisk\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Aktiveret\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Kolonner\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Adresse på række 1\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Adresse på række 2\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Adresse på række 3\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Adresse på række 4\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Rækker\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Tilstand\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Skift visning\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Undertekster\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Lydstrøm\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[aktiv]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Undertekst\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Baggrundslys\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Lysstyrke\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Kontrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Flyt bjælken for at ændre placering af OSD\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Placering af OSD\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Tak til\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Fra\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Kun musik\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Musik og video\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Kan ikke indlæse afspilningsliste\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Skin og sprog\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Udseende\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Lydindstillinger\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Om XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Slet album\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Gentag\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Gentag én\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Gentag mappe\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Spil automatisk næste sang\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Brug store ikoner\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Tilpas størrelsen af VobSubs\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Avancerede indstillinger (kun for eksperter!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Overordnet lydplads (dB)\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Forstør videoen til brugerfladens opløsning\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Kalibrering\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Vis filendelser\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Sorter efter: Type\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Kan ikke forbinde til info-tjeneste\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Download af albuminformation mislykkedes\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Søger efter albumnavne...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Åbn\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Optaget\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Tom\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Indlæser medieinfo fra filer...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Sorter efter: Brug\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Aktiver visualisering\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Aktiver skift af videotilstand\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Startvindue\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Hjemmeskærm\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Manuelle indstillinger\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Genre\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Nyligt afspillede albummer\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Start\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Start om...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Rediger titel på XBE\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Opsamlinger\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Fjern kilde\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Skift medie\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Vælg afspilningsliste\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Ny afspilningsliste...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Føj til afspilningsliste\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Føj manuelt til biblioteket\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Indtast titel\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Fejl: Titlen findes allerede\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Vælg genre\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Ny genre\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Manuel tilføjelse\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Indtast genre\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Vis: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Liste\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Ikoner\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Stor liste\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Store ikoner\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Brede\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Stor og bred\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Albumikoner\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD-ikoner\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Medieinfo\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Enhed til lydudgang\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Lydgennemgangsenhed \\\"passthrough\\\"\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Ingen biografi af denne kunstner\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Downmix flerkanalslyd til stereo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Sorter efter: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Navn\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Dato\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Størrelse\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Spor\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Tid\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Titel\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Kunstner\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Afspilningsliste\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Fil\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"År\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Bedømmelse\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Brug\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Albumkunstner\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Afspilninger\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Senest afspillet\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Kommentar\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Tilføjet den\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Standard\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Studie\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Sti\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"I gang\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Sorteringsretning\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Sorteringsmetode\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Visning\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Husk visninger for hver mappe\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Stigende\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Faldende\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Rediger afspilningsliste\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filter\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Afbryd festtilstand\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Festtilstand\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Tilfældig\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Fra\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Én\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Alle\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Fra\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Gentag: Fra\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Gentag: Én\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Gentag: Alle\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Rip lyd-CD\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Mellem\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Almindelig\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Ekstrem\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Konstant bitrate (CBR)\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Ripper...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Til:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Kunne ikke rippe CD eller spor\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDARipPath er ikke valgt\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Rip lydspor\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Indtast tal\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Lyd-CD'er\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Encoder\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Kvalitet\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bitrate\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Inkluder spornummer\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Alle sange af\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Visning\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zoom\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Stræk 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Stræk 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Stræk 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Original størrelse\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Brugerdefineret\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay Gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Replay Gain-styring af volume\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Brug sporets lydstyrke\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Brug albummets lydstyrke\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Forforstærkning ved filer med Replay Gain\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Forforstærkning ved filer uden Replay Gain\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Undgå hak ved filer med Replay Gain\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Beskær sorte bjælker\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Kræver udpakning af stor fil. Fortsæt?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Fjern fra biblioteket\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Eksporter videobibliotek\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Importer videobibliotek\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Importerer\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Eksporterer\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Søg efter bibliotek\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"År\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Opdater biblioteket\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Vis debug-info\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Søg efter program\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Søg efter afspilningsliste\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Søg efter mappe\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Sanginformation\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Lydforstærkning\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Vælg eksportmappe\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Filen er ikke længere tilgængelig.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Vil du slette emnet fra biblioteket?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Søg efter script\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Komprimeringsniveau\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Rydder op i biblioteket\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Fjerner gamle sange fra biblioteket\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Denne sti er tidligere blevet skannet\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Netværk\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Server\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Brug en HTTP-proxyserver til internetadgang\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internetprotokol (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Ugyldig port angivet. Porten skal ligge imellem 1 og 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP-proxy\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"Tildeling\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automatisk (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manuel (Statisk)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Standard (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP-adresse\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Netmaske\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Standard gateway\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS-server\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Gem og genstart\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Ugyldig adresse. Værdien skal have formatet AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"med numre mellem 0 og 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Ændringerne er ikke gemt. Vil du forsætte uden at gemme?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Web-server\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP-server\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Internettid\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Port\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Tidsservervært\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Gem og anvend\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Adgangskode\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Ingen adgangskode\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Tegnsæt\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Stil\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Farve\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Fed\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Kursiv\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Fed og kursiv\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Hvid\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Gul\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Filer\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Ingen skannede informationer i denne visning\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Deaktiver venligst bibliotekstilstanden\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Billedet kunne ikke indlæses\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Rediger sti\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Spejlbillede\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Er du sikker?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Fjerner kilde\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Tilføj programforbindelse\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Rediger programmets sti\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Rediger programmets navn\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Rediger sti-dybde\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Vis: Stor liste\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Gul\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Hvid\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Blå\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Lysegrøn\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Gullig grøn\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Cyan\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Lysegrå\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Grå\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Fejl %i: netværksmappe ikke tilgængelig\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Automatisk FATX begrænsning af filnavne\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Lydudgang\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Søger\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Mappe til diasshow\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Netværksgrænseflade\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Navn på trådløst netværk (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Kodeord til trådløst netværk\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Sikkerhedssytem på trådløst netværk\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Gem og anvend indstillinger til netværksgrænsefladen\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Ingen kryptering\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Anvender indstillinger til netværksgrænseflade. Vent venligst.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Netværksgrænsefladen genstartet med succes.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Netværksgrænsefladen kunne ikke startes.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Brugerfladen er deaktiveret\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Netværksgrænseflade deaktiveret med succes.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Navn på trådløst netværk (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Tillad programmer på dette system at styre XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Portområde\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Tillad programmer på andre systemer at styre XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Umiddelbar forsinkelse på gentagelse (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Vedvarende forsinkelse på gentagelse (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Maksimalt antal klienter\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Internetadgang\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Ugyldigt portnummer indtastet\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Gyldigt portområde er 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Gyldigt portområde er 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Afprøv pauseskærm\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Kan ikke forbinde\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC kunne ikke forbinde til netværksstedet.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Dette kan skyldes at netværket ikke er tilsluttet.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Vil du tilføje det alligevel?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP-adresse\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Tilføj netværkssted\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protokol\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Serveradresse\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Servernavn\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Netværkssti\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Delt mappe\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Brugernavn\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Søg efter netværksserver\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Indtast serverens netværksadresse \"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Indtast stien til serveren\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Indtast portnummeret\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Indtast brugernavnet\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Føj kilde til %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Tilføj stier eller søg efter medieplaceringer.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Vælg et navn til denne mediekilde.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Søg efter ny kilde\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Gennemse\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Kunne ikke hente information om mappen.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Tilføj kilde\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Rediger kilde\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Rediger kilden til %s\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Indtast nyt navn\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Søg efter billede\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Søg efter billedmappe\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Tilføj netværkssted...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Søg efter fil\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Undermenu\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Aktiver undermenuer\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Favoritter\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Video-plugins\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Musik-plugins\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Billede-plugins\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Indlæser mappe\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Hentede %i emner\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Hentede %i af %i emner\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Program-plugins\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Vælg ikon til plugin\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Indstillinger til plugins\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Adgangspunkter\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Andet...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Brugernavn\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Script-indstillinger\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Singler\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB-klient\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Arbejdsgruppe\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Standard brugernavn\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Standard adgangskode\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS-server\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Tilkobl SMB-delinger\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Fjern\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Musik\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Billeder\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Filer\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Musik og video \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Musik og billeder\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Musik og filer\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Video og billeder\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Video og filer\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Billeder og filer\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Musik, video og billeder\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Musik, video, billeder og filer\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Deaktiveret\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Filer, musik og video\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Filer, billeder og musik\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Filer, billeder og video\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Musik og programmer\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Video og programmer\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Billeder og programmer\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Musik, video, billeder og programmer\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programmer, video og musik\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programmer, billeder og musik\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programmer, billeder og video\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"Brugernavn til FTP\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"Adgangskode til FTP\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Adgangskode til brugeren blev gemt\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Autodetektering\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Autodetekter systemer\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Kaldenavn\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Spørg om der skal forbindes\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Send FTP-brugernavn og -adgangskode\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Interval mellem ping\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Ønsker du at forbinde til det autodetekterede system?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Annoncer disse tjenester til andre systemer ved hjælp af Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Brugerdefineret lydenhed\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Brugerdefineret lydgennemgangsenhed\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Omskifteligt\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"og\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Frost\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Sent\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Isolerede\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Tordenbyger\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Torden\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Sol\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Kraftig\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"er\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"i\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"nærheden\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Is\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"krystaller\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Stille\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"med\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"blæsende\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"finregn\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Tordenvejr\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Støvregn\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Tåget\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Korn\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"Tordenvejr\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"Tordenbyger\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Sæt skærm i standby ved inaktivitet\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Spilletid\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Scriptfejl! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Aktiver LCD/VFD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Hjem\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programmer\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Billeder\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Filhåndtering\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Indstillinger\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Musik\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Videoer\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Systeminformation\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Indstillinger - Generelt\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Indstillinger - Skærm\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Indstillinger - Udseende - Kalibrering af brugerfladen\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Indstillinger - Videoer - Skærmkalibrering\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Indstillinger - Billeder\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Indstillinger - Programmer\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Indstillinger - Vejret\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Indstillinger - Musik\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Indstillinger - System\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Indstillinger - Videoer\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Indstillinger - Netværk\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Indstillinger - Udseende\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Videoer/afspilningsliste\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Indstillinger - Profiler\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Ja/nej-dialog\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Fremskridtdialog\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Leder efter undertekster...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Leder efter eller indlæser undertekster...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"afbryder\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"indlæser\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Åbner stream\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Musik/Afspilningsliste\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Musik/Filer\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Musik/Bibliotek\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Rediger Afspilningsliste\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Top 100 sange\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Top 100 albummer\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programmer\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Konfiguration\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Vejrudsigt\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Netværksspil\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Udvidelser\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Systeminfo\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Musik - Bibliotek\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Spiller Nu - Musik\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Spiller nu - Videoer\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Albuminfo\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Filminfo\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Vælg dialog\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Musik/Info\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Dialog OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Videoer/Info\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Scripts/Info\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Fuldskærmsvideo\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Lydvisualisering\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Stakningsdialog\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Genopbyg indeks...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Tilbage til Musik\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Tilbage til Videoer\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Opdater trænerliste\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Træner\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Ingen trænere blev fundet\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Trænerindstillinger\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Alle registerede trænere findes ikke. Opdater din liste\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Forsæt fra sidste position\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Nej\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Ja\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Spørg\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Start fra begyndelsen\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Fortsæt fra %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Validerer trænere\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Låst! Indtast adgangskode...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Indtast adgangskode\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Indtast hovedadgangskode\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Indtast oplåsningskode\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"eller tryk C for at annullere\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Indtast knapkombination på gamepad og\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"vælg Start, eller Tilbage for at annullere\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Opret lås\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Lås op\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Nulstil lås\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Fjern lås\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Numerisk adgangskode\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Gamepad-knapkombination\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"\\\"Full-text\\\" adgangskode\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Indtast ny adgangskode\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Indtast ny adgangskode igen\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Ugyldig adgangskode,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"forsøg tilbage \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"De indtastede adgangskoder matchede ikke.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Adgang nægtet\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Du har ikke flere forsøg tilbage.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Systemet slukkes nu.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Låst emne\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Genaktiver lås\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Skift lås\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Kildelås\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Adgangskodefeltet var tomt. Prøv igen.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Hovedlås\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Luk systemet ned, hvis der er for mange fejl ved indtastning af hovedlåsen\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Hovedadgangskoden er ugyldig\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Indtast en gyldig hovedadgangskode\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Indstillinger og filhåndtering\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Sæt som standard for alle film\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Dette vil nulstille tidligere gemte værdier\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Hvert billede vises i\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Brug panorerings- og zoom-effekter\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"NTSC ved PAL-hastighed\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"PAL ved NTSC-hastighed\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"NTSC-videoer i PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12-timers ur\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24-timers ur\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Dag/Måned\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Måned/Dag\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Systemets oppetid\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Minutter\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Timer\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Dage\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Samlet oppetid\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Vejret\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Pauseskærm\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Fuldskærms OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"System\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Spin harddisken ned omgående\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Kun video\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Forsinkelse\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Minimum fillængde\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Luk ned\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Brug selvvalgt sti til dashboard\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Metode til nedlukning\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Afslut\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Dvale\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Slumre\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Afslut\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Genstart\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Minimer\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Powerknappens funktion\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Er der en anden session aktiv - måske en SSH-session?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Tilkoblet flytbar harddisk\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Usikker fjernelse af enhed\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Fjernede enhed med succes\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick tilsluttet\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick taget fra\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Flimrefilter\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Lad driveren bestemme (kræver genstart)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Synkroniser vertikal blank\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Deaktiveret\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Aktiveret under videoafspilning\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Altid aktiveret\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Test og anvend opløsning\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Gem opløsning?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Vil du gemme denne opløsning?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Højkvalitetsopskalering\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Deaktiveret\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Aktiveret for SD-indhold\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Altid aktiveret\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Opskaleringsmetode\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bikubisk\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"Opskaleringsniveau til VDPAU HQ \"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU filmstudie-farvekonvertering\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Ryd andre skærme\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Deaktiveret\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Ryd skærmene\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Der er fundet aktive forbindelser!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Hvis du fortsætter, kan du måske ikke længere styre XBMC\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"længere. Er du sikker på, at du vil stoppe hændelsesserveren?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Skift tilstand for Apple-fjernbetjeningen?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Hvis du bruger Apple-fjernbetjeningen til at styre XBMC med i øjeblikket,\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"kan ændring af denne indstilling muligvis påvirke din mulighed\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"for fortsat at styre mediecentret. Vil du fortsætte?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"Nøgle:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"Temperatur:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"Model:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"Firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"Model:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"Serienummer:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"Firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"Adgangskode:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"Låsningstilstand:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Undernetsmaske\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Gateway\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Primær DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Initialisering slog fejl\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"GamePad\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Tastatur\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Mus\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Headset/Mikrofon\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"MemoryStick\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Infrarød fjernbetjening\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Controller-port\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Aldrig\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Øjeblikkeligt\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Efter %i sekunder\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Harddiskens monteringsdato:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Antal gange harddisken har været tændt \\\"power cycle count\\\":\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profiler\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Slet profil '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Senest indlæste profil:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Ukendt\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Overskriv\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Vækkeur\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Tid til vækning (i minutter)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Startet, alarm om %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarm!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Annulleret med %im%is tilbage\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Søg efter undertekster i RAR-filer\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Søg efter undertekster...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Flyt emne\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Flyt emne hertil\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Annuller flytning\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardware:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"CPU brug:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Forbundet, men DNS er ikke tilgængelig.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Harddisk\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Lager\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Standard\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Netværk\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Hardware\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Operativsystem:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"CPU hastighed:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Video-encoder:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Skærmopløsning:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox-version:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Serienummer på Xbox:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Producent:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Modchip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V kabel:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Video- og XBE-region:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD-region:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Tilsluttet\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Ikke tilsluttet. Kontroller netværksindstillinger.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Nøgle til XBLIVE:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Ønsket temperatur\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Blæserhastighed\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Automatisk temperaturstyring\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Gennemtving blæserhastighed\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Skrifttyper\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Aktiver drejning af bidirektionale strenge\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Vis nyheder fra RSS\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Vis emner i overordnet mappe\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Spornavngivningsmønster\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Vil du genstarte dit system\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"i stedet for kun XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Zoom-effekt\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Flyde-effekt\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Reducering af sorte bjælker\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Genstart\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Blandingsfunktion mellem sange\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Gendan miniaturebilleder\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Rekursive miniaturebilleder\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Vis diasshow\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Diasshow af mappe og undermapper\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Tilfældig\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Kun venstre\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Kun højre\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Aktiver understøttelse af karaoke\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Baggrundsgennemsigtighed\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Forgrundsgennemsigtighed\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"A/V-forsinkelse\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s blev ikke fundet\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Kunne ikke åbne %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Kunne ikke hente %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Fejl: Ikke nok hukommelse\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Flyt op\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Flyt ned\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Rediger navn\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Vælg som standard\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Fjern knap\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Front-LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Farve på front-LED\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Uændret\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Grøn\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Orange\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Rød\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Skiftende\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Sluk LED under afspilning\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Filminformation\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Føj til kø\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Søg på IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Skan efter nyt indhold\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Spiller nu...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Albuminformation\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Føj til bibliotek\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Stop søgning\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Renderingsmetode\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Lavkvalitets Pixel Shader\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Hardwareskabelon\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Højkvalitets Pixel Shader\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Afspil\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Vælg ikon til kunstner\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Lav ikoner automatisk\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Aktiver stemme\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Tænd enhed\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Lydstyrke\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Standardvisning\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Standard lysstyrke\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Standard kontrast\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Standard gamma\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Fortsæt video\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Stemmemaske - Port 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Stemmemaske - Port 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Stemmemaske - Port 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Stemmemaske - Port 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Brug tidsbaseret søgning\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Spornavngivningsmønster - højre\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Forudindstilling\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Der er ingen presets tilgængelige\\ntil denne visualisering\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Der er ingen indstillinger tilgængelige\\ntil denne visualisering\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Skub ud/Læs\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Brug visualisering ved musikafspilning\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Beregn størrelse\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Beregner mappestørrelse\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Videoindstillinger\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Lyd- og undertekstindstillinger\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Slå undertekster til\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Genveje\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ignorer kendeord ved sortering (f.eks. \\\"the\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Blandingsfunktion mellem sange på samme album\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Søg efter %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Vis position på spor\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Ryd standard\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Fortsæt\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Hent miniaturebillede\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Billedinformation\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s forudindstillinger\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(IMDb brugerbedømmelse)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Stil ind på Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Minimum blæserhastighed\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Henter\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Vis kunstnere som kun er med på opsamlinger\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Renderingsmetode\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Vælg automatisk\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Basale shadere (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Avancerede shadere (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Sikker fjernelse af enhed\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Start diasshow herfra\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Husk for denne sti\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Brug pixelbufferobjekter\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"A/V synkroniseingsmetode\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Lydtiming\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Videotiming (tabt/dobbeltlyd)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Videotiming (Resampling af lyd)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Max niveau af resampling (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Resamplingskvalitet\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Lav (hurtig)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Mellem\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Høj\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Meget høj (langsom!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Synkroniser afspilning til skærmen\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple-fjernbetjening\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Tillad start af XBMC med fjernbetjeningen\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Sekvensforsinkelse\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Deaktiveret\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Universalfjernbetjening\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Universalfjernbetjening (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Fejl ved Apple-fjernbetjeningen\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Understøttelse af Apple-fjernbetjening kan ikke aktiveres.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Kombiner\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Ingen kombinering\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Henter afspilningsliste...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Henter liste over streams...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Behandler liste over streams...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Kunne ikke hente liste over streams\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Kunne ikke hente afspilningsliste\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Spilmappe\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Skift automatisk til miniaturebilleder baseret på\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Skift automatisk til miniaturebilledevisning\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Brug store ikoner\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Skift baseret på\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Procentvis\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Ingen filer og mindst et miniaturebillede\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Mindst en fil og et miniaturebillede\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Procent af miniaturebilleder\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Visningsindstillinger\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Ændr områdenummer 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Ændr områdenummer 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Ændr områdenummer 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Bibliotek\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Intet TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Indtast den nærmeste større by\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video/Audio/DVD-mellemlager - Harddisk\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Videocache - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalt netværk\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Lydcache - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalt netværk\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD-cache - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalt netværk\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Tjenester\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Netværksindstillingerne er ændret\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"Genstart XBMC for at ændre din\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"netværksopsætning.  Vil du genstarte nu?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Efterbehandling\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Luk ned mens der afspilles\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i sek\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Tidsformat\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Datoformat\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Brugerflade-filtre\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Brug baggrundsskanning\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Stop skanning\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Ikke muligt mens der skannes efter medieinfo\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Filmkornetheds-effekt\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Søg efter miniaturebilleder i netværksmapper\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Ukendt cachetype - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Automatisk\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Indtast brugernavn for\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Dato og tid\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Indstil dato\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Indstil tid\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Indtast tiden i 24-timers format (TT:MM)\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Indtast datoen i formatet DD/MM/ÅÅÅÅ\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Indtast IP-adressen\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Ønsker du at anvende disse instillinger nu?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Anvend ændringer nu\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Tillad filomdøbning og -sletning\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Indstil tidszone\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Automatisk skift til sommertid\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Føj til favoritter\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Fjern fra favoritter\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Farver\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Land i tidszonen\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Tidszone\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Fillister\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Vis EXIF-billedeinformation\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Brug fuldskærmsvindue fremfor ægte fuld skærm\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Sæt sange i kø ved valg\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Afspil automatisk lyd-CD'er\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Afspilning\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD'er\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Afspil DVD'er automatisk\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Skrifttype til undertekster\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"International\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Tegnsæt\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Foretag fejlretning\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Sikkerhed\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Inputenheder\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Strømbesparelse\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Fjern\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Spil\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Tilføj\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Adgangskode\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Bibliotek\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Database\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Alle albummer\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Alle kunstnere\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Alle sange\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Alle genrer\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Indlæser...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Navigationslyde\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Skinnets standard\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Tema\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Standardtema\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Send sange til Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Brugernavn til Last.fm\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Adgangskode til Last.fm\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Ikke istand til at udføre håndtryk: sover...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Opdater venligst XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Fejl: Kontroller brugernavn og adgangskode\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Forbundet\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Ikke forbundet\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Sendingsinterval %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Mellemlagrede %i sange\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Sender...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Sender om %i sekunder\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Afspil med...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Brug udglattet A/V-synkronisering\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Skjul filnavne i miniaturebilledevisning\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Afspil i festtilstand\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Sand sange til Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Brugernavn til Libre.fm\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Kode til Libre.fm\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Sangindsendelse\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Send Last.fm-radio til Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Forbinder til Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Vælger station...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Søg efter lignende kunstnere...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Søg efter lignende etiketter...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Din profil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Gennemsnitlig bedste etiket\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Bedste kunstner med etiketten %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Bedste albums med etiketten %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Bedste sange med etiketten %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Lyt til Last.fm-radio for etiketten %name% \"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Lignende kunstnere som %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Bedste %name% albums\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Bedste %name% sange\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Bedste %name% etiket\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Største fans af %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Lyt til brugeren %name%'s Last.fm-radio\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Lyt til %name% lignende kunstneres Last.fm-radio\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Favoritkunstnere for brugeren %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Favoritalbums hos brugeren %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Favoritsange hos brugeren %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Venner til brugeren %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Naboer til brugeren %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Ugentlig kunstnerliste for %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Ugentlig albumliste for %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Ugentlig sangliste for %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Lyt til %name%'s naboers Last.fm-radio\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Lyt til %name%'s personlige Last.fm-radio\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Lyt til %name%'s favoritsange Last.fm-radio\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Henter liste fra Last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Kunne ikke hente liste fra Last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Indtast kunstnernavn for at finde relaterede\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Indtast etiket for at finde lignende\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Sange som %name% har lyttet til fornylig\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Lyt til %name%'s anbefalede Last.fm-radio\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Favoritetiketter for brugeren %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Vil du tilføje dette nummer til dine favoritter?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Vil du bandlyse dette nummer?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Tilføjet til dine favoritter: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Kunne ikke tilføje '%s' til dine favoritter\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Bandlyst: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Kunne ikke bandlyse '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Nylige favoritter hos %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Nylige bandlysninger hos %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Fjern fra favoritter\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Fjern bandlysning\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Vil du fjerne dette nummer fra dine favoritter?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Vil du fjerne bandlysningen af dette nummer?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Sti ikke fundet eller ugyldig\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Kunne ikke forbinde til netværksserver\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Ingen servere fundet\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Arbejdsgruppe ikke fundet\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Åbner kilde med flere stier\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Sti:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Generelt\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Internetopslag\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Afspiller\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Afspil medie fra disk\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Indtast ny titel\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Indtast navnet på filmen\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Indtast navnet på profilen\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Indtast albummets navn\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Indtast afspilningslistens navn\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Indtast nyt filnavn\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Indtast mappenavn\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Gå ind i mappen\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Tilgængelige muligheder: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Indtast søgeord\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Ingen\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Vælg automatisk\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"De-interlace\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (inverted)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Håndtering af interlace\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Afbryder...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Indtast kunstnernavn\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Fejl ved afspilning\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Et eller flere emner kunne ikke afspilles.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Indtast værdi\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Kontroller log-filen for detaljer.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Festtilstand afbrudt.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Ingen matchende sange i biblioteket.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Kunne ikke initialisere databasen\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Kunne ikke åbne databasen.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Kunne ikke hente sange fra databasen.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Afspilningsliste til festtilstand\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Alle Videoer\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Ikke set\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Set\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Marker som set\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Marker som ikke set\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Rediger titel\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Brug NTSC-M og NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Brug kun NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Brug kun NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Brug kun PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"For 60hz spil\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Handlingen blev afbrudt\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Kopiering mislykkedes\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Kunne ikke kopiere mindst én fil\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Flytning mislykkedes\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Kunne ikke flytte mindst én fil\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Sletning mislykkedes\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Kunne ikke slette mindst én fil\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Videoskaleringsmetode\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Nærmeste nabo\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilineær\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bikubisk\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bikubisk (software)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (software)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (software)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"(VDPAU) Temporal\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"(VDPAU) Temporal/Spatial\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU) Støjreduktion\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU) Skarphed\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Omvendt Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Efterbehandling\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Sluk for skærm efter\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Skift til kanal\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Mappe til gemt musik\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Brug ekstern DVD-afspiller\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Ekstern DVD-afspiller\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Mappe til trænerprogrammer\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Mappe til skærmbilleder\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Mappe til afspilningslister\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Optagelser\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Skærmbilleder\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Brug XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Afspilningslister til Musik\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Afspilningslister til Videoer\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Vil du starte spillet?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Sorter efter: Afspilningsliste\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Netværks-miniaturebillede\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Nuværende miniaturebillede\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Lokalt miniaturebilede\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Intet miniaturebillede\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Vælg miniaturebillede\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Konflikt\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Skan nye\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Skan alle\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Region\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Sammenfatning\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Lås musikvindue\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Lås filmvindue\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Lås billedevindue\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Lås programmer-, saves- og skript-vinduer\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Lås filhåndtering\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Lås indstillinger\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Start påny\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Gå til administrationstilstand\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Afbryd administrationstilstand\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Opret profilen '%s'?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Start med friske indstillinger\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Bedst tilgængelige\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Skift automatisk mellem 16x9 og 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Behandl kombinerede filer som enkelte filer\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Advarsel\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Forlod administrationstilstand\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Gik i administrationstilstand\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com miniaturebillede\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Fjern miniaturebillede\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Tilføj profil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Hent info til alle albummer\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Medieinfo\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Separat\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Delinger med standard\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Delinger med standard (læs kun)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Kopistandard\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Profilbillede\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Lås indstillinger\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Rediger profil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Profillås\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Kunne ikke oprette mappe\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Profilmappe\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Start med friske mediekilder\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Sørg for at den valgte mappe er skrivbar,\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"og at mappens navn er gyldigt\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"MPAA bedømmelse\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Indtast hovedadgangskode\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Spørg efter hovedadgangskoden ved start\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Skinindstillinger\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"-  ingen forbindelse valgt -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Aktiver animationer\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Deaktiver RSS under musikafspilning\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Aktiver genvejsknapper\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Vis programmer i hovedmenuen\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Vis musikinfo\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Vis vejrudsigt\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Vis systeminfo\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Vis ledig plads på C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Vis ledig plads på E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Vejrudsigt\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Ledig harddiskplads\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Indtast navnet på en eksisterende kilde\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Adgangskode\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Indlæs profil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Profilnavn\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Mediekilder\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Indtast profilens adgangskode\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Loginskærm\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Henter albuminfo\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Henter info om album\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Kan ikke rippe CD eller spor når CD'en afspilles\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Hovedadgangskode og indstillinger\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Indtastning af hovedadgangskode aktiverer altid administrationstilstand\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"eller kopier fra standard?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Gem ændringer i profil?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Gamle indstillinger fundet.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Vil du bruge dem?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Gamle mediekilder fundet.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Separat (låst)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Roden\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- Zoom\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP-indstillinger\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Start UPnP-klienten automatisk\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Sidste login: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Aldrig logget ind før\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Brugerlogin / Vælg en profil\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Brug lås på loginskærm\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Ugyldig låsekode.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Dette kræver at hovedlåsen er aktiveret.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Vil du aktivere den nu?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Indlæser programinformation\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Så skal der festes!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Sandt\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Mixer drinks\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Fylder glassene\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Logget på som\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Log af\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Gå til roden\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Flet\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Flet (spejlvendt)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Bland\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Genstart video\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Rediger netværkssted\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Fjern netværkssted\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Vil du skanne mappen?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Hukommelsesenhed\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Hukommelsesenhed monteret\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Kunne ikke montere hukommelsesenhed\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"På port %i, slot %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Lås pauseskærm\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Vælg\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Brugernavn\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Indtast adganskode til\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Sluk nedtælling\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Tid til nedlukning (i minutter)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Startet, lukker ned om %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Luk ned om 30 minutter\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Luk ned om 60 minutter\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Luk ned om 120 minutter\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Tilpasset sluk nedtælling\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Annuller sluk nedtælling\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Lås indstillinger til %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Gennemse...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Sammenfatningsinfo\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Lagerinformation\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Harddiskinformation\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"DVD-ROM-information\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Netværksinformation\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Videoinformation\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Hardwareinformation\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Brugt\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"af\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Låsning ikke understøttet\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Ikke låst\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Låst\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Sidder fast\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Kræver genstart\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Uge\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Linje\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windows netværk (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP-server\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP-server\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes musikdeling (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP-server\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Vis videoinfo\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Færdig\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Symboler\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Tilbage\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Mellemrum\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Genindlæs skin\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Roter billeder ved hjælp af EXIF information\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Brug plakatvisning til TV-serier\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Vent et øjeblik\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Tager backup af EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Tager backup af BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Scroll automatisk i handling og anmeldelse\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Brugerdefineret\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Aktiver fejlfindingslogning\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Hent yderligere informationer ved opdateringer\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Standardtjeneste til musik-oplysninger\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Skift scraper\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Eksporter musikbiblioteket\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Importer musikbibliotek\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Ingen kunstner fundet!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Fejl ved hentning af kunstnerinfo\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Så skal der festes! (videoer)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Mixer drinks (videoer)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Fylder glassene (videoer)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV-server (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV-server (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV-klient\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Webserver-mappe (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Webserver-mappe (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Kan ikke skrive til mappen:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Vil du springe over og fortsætte?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS-feed\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Ukendt. Tilføj MD5 fra xbmc.log til BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Sekundær DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP-server:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Opret ny mappe\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Dæmp LCD ved afspilning\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Ukendt eller indbygget (beskyttet)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Dæmp LCD ved pause\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Tænd LED ved pause\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Videoer - Bibliotek\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Gemte spil\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Sorter efter: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Download gemte spil\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Gemt spil blev lagt på harddisken\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Fejl ved download af gemt spil\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Vælg gemt spil som skal downloades og installeres\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Ingen gemte spil blev fundet til det valgte spil\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Gå til gemte spil\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Gemte spil\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Afspil del...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Nulstil kalibrering\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Dette vil nulstille kalibreringen af %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"tilbage til standardværdierne.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Søg efter destination\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Brug mappenavn ved opslagene\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Fil\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Brug fil- eller mappenavn ved opslagene?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Vælg indhold\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Mappe\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Søg i mappe og alle undermapper?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Lås kilder op\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Skuespiller\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Instruktør\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Vil du fjerne alle emner i\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"denne sti fra databasen\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Film\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"TV-serier\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Denne mappe indeholder\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Kør automatiseret skanning\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Skan i mappe og alle undermapper\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"som\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Instruktører\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Ingen videofiler fundet i denne mappe!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"stemmer\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Information om TV-serie\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Episodeinformation\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Indlæser detaljer om TV-serie\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Henter episodeguide\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Indlæser detaljer om episoder i mappen\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Vælg TV-serie:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Indtast TV-seriens navn\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Sæson %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Episode\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Episoder\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Indlæser detaljer om episode\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Fjern episode fra biblioteket\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Fjern TV-serie fra biblioteket\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"TV-serie\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Episodens handling\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Alle sæsoner\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Skjul sete\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Produktionskode\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Vis handling for 'ikke sete'\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Skjult for at undgå spoilere *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Vælg sæsonminiaturebillede\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Sæsonbillede\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Sæson\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Henter filminformation\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Løsriv indhold\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Originaltitel\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Opdater information om TV-serie\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Opdater info for alle episoder?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Den valgte mappe indeholder en enkelt TV-serie\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Udeluk den valgte mappe fra skanningen\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Specials\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Hent sæsonikoner automatisk\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Den valgte mappe indeholder en enkelt video\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Forbind til TV-serie\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Fjern forbindelse til TV-serie\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Nyligt tilføjede film\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Nyligt tilføjede episoder\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Studier\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Musikvideoer\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Nyligt tilføjede musikvideoer\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Musikvideo\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Fjern musikvideo fra biblioteket\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Musikvideoinformation\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Indlæser musikvideoinformation\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Blandet\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Gå til albummer af kunstner\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Gå til album\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Afspil sang\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Gå til musikvideoer fra album\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Gå til musikvideoer af kunstner\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Afspil musikvideo\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Hent miniaturebilleder af kunstnere, når der føjes til biblioteket\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Vælg miniaturebillede for skuespiller\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Slet bogmærke fra episode\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Opret bogmærke i episode\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Indstillinger for Scrapere\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Henter musikvideoinformation\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Henter information om TV-serie\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Trailer\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Fladgør\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Fladgør TV-serier\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Hent fan-kunst\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Vis fan-kunst i video- og musikdatabasen\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Skanner efter nyt indhold\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Vist første gang\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Forfatter\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Rens filnavne\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Aldrig\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Hvis kun én sæson\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Altid\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Har trailer\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Falsk\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Diasshow med fankunst\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Eksporter til en enkelt fil eller separate\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"filer pr. indtastning?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Enkelt fil\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Separate\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Eksporter miniaturebilleder og fankunst?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Overskriv gamle filer?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Udeluk sti fra biblioteksopdateringer\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Udtræk miniaturebilleder og videoinformation\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Sæt\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Vælg ikon til filmsamling\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Eksporter miniaturebilleder af skuespillere\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Vælg fankunst\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Lokal fankunst\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Ingen fankunst\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Nuværende fankunst\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Netværksfankunst\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Skift indhold\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Vil du opdatere info for alle\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"emner i denne sti?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fankunst\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Lokalt gemt information fundet.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ignorer og opdater fra internettet?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Kunne ikke hente information\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Vil du fortsætte skanningen?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Lande\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Saml film i sæt\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Vis skjulte filer og mapper\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox-klient\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"ADVARSEL: Den valgte TuxBox er i optagetilstand!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Stream'en bliver stoppet!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Zap til kanal: %s fejlede!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Vil du starte denne stream?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Forbinder til: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBoxenhed\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Tilføj mediedelingsmappe...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Del video- og musikbibliotekerne ved hjælp af UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Rediger mediedelingsmappe\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Fjern mediedelingsmappe\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Mappe til undertekster\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Alternativ mappe til film og undertekster\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Aktiver mus\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Afspil navigationslyde under medieafspilning\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Miniaturebillede\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Tving DVD-region\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Videoudgang\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Billedeforhold\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Widescreen\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Aktiver 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Aktiver 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Aktiver 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Indtast navn på ny afspilningsliste\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Vis knappen 'Tilføj kilde' i fillisterne\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Aktiver scrollbarer\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Brug udelukkende set/ikke set i videobiblioteket\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Åbn\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Akustisk administrationsniveau\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Hurtig\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Stille\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Aktiver brugerdefineret baggrund\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Strømstyringsniveau\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Højt strømforbrug\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Lavt strømforbrug\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Høj standby\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Lav standby\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Kan ikke cache filer større end 4 GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Kapitel\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Højkvalitets Pixel Shader V2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Aktiver afspilningsliste ved opstart\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Brug overgangsanimationer \\\"tween\\\"\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"indeholder\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"indeholder ikke\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"er\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"er ikke\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"begynder med\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"slutter med\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"større end\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"mindre end\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"efter\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"før\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"i det sidste\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"ikke i det sidste\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Scrapere\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Standard scraper til film\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Standard scraper til tv-serier\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Standard scraper til musikvideoer\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Aktiver reserve baseret på scraperens sprog\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Indstillinger\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Flersproget\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Match denne værdi\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Regel for smart afspilningsliste\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Match emner hvor\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Ny regel...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Emner skal matche\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"alle regler\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"en eller flere af reglerne\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Begræns til\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Ingen begrænsning\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Sorter efter\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"stigende\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"faldende\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Rediger smart afspilningsliste\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Navn på afspilningslisten\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Find emner hvor\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Rediger\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i emner\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Ny smart afspilningsliste...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c-drev\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Rediger regler for festtilstand\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Hjemmemappe\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Antal gange set\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Episodetitel\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Videoopløsning\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Lydkanaler\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Video-codec\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Lyd-codec\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Lydsprog\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Undertekstsprog\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Fjernbetjening sender tastaturtryk\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Filnavn\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Filsti\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Filstørrelse\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Fildato/-tid\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Placering i diasshowindeks\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Opløsning\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Kommentar\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Farve/sort-hvid\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"JPEG-proces\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Dato/Tid\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Beskrivelse\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Kameramærke\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Kameramodel\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF kommentar\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Blænderåbning\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Brændvidde\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Brændpunktsafstand\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Eksponering\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Eksponeringstid\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Eksponeringskompensation\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Eksponerigstilstand\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Blitzlys brugt\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Hvidbalance\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Lyskilde\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Målingstilstand\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Digital zoom\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD vidde\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS-breddegrad\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS-længdegrad\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS-højde\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Retning\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Yderligere kategorier\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Nøgleord\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Billedtekst\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Forfatter\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Overskrift\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Særlig vejledning\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Kategori\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Byline\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Bylinetitel\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Kildeangivelse\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Kilde\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Ophavsretsvarsel\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Objektnavn\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"By\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Stat\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Original reference til Tx\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Oprettelsesdato\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Ophavsret\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Landekode\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Henvisningstjeneste\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Tillad styring af XBMC ved hjælp af UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Forsøg at gå direkte til DVD-menuen\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Gemt musik\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Hent info om alle kunstnere\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Henter albuminformation\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Henter kunstnerinformation\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biografi\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Diskografi\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Søger på kunstner\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Vælg kunstner\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Kunstnerinformation\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instrumenter\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Født\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Dannet\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Temaer\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Opløst\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Død\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Aktive år\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Navn\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Født/Dannet\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Opdater biblioteket ved opstart\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Opdater altid databasen i baggrunden\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS-suffiks\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Forsinket med: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Foran med: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Undertekstsforskydelse\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL leverandør:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL renderingsprogram:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL udgave:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB temperatur\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU temperatur\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Total hukommelse\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Profildata\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Brug dæmpning hvis videoafspilning pauses\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Alle optagelser\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Efter titel\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Efter gruppe\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Direkte kanaler\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Optagelser efter titel\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Guide\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Tilladt fejl i billedeforhold for at minimere sorte bjælker\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Vis videofiler i oversigten\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX-leverandør\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Direct3D-version\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Skrifttype\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Størrelse\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Farve\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Tegnsæt\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Eksporter karaoketitler som HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Eksporter karaoketitler som CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Importer karaoketitler...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Vis sangvælgeren automatisk\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Eksporter karaoketitler...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Vælg sangnummer\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"hvid/grøn\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"hvid/rød\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"hvid/blå\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"sort/hvid\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Vejr-plugin\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- Indstillinger til plugin\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Aktiver tekst-tv\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Del %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Indlæser %i bytes\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Stopper\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Kører\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Ekstern afspiller aktiv\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Tryk OK for at afslutte afspilleren\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Tryk OK når afspilningen er slut\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Add-on\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Konfigurer\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Deaktiver\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Aktiver\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Denne Add-on kan ikke konfigureres\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Bibliotekstilstand\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY-tastatur\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Lydgennemgang \\\"passthrough\\\" i brug\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Brug flimmerfilter på spil\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Trailerkvalitet\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Stream\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Hent\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Hent og afspil\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Hent og gem\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"I dag\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"I morgen\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Gemmer\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Kopierer\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Vælg mappe til hentede filer\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Søg på varighed\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Kort\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Lang\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Brug DVD-afspiller i stedet for almindelig afspiller\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Spørg om hentning før afspilning af video\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Klip\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Genstart plugin for at aktivere\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"I aften\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"I morgen nat\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Forhold\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Nedbør\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Nedbør\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Fugtigt\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Føles\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Observeret\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Afvigelse fra normal\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Solopgang\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Solnedgang\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Detaljer\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Prognose\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Coverflow\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Oversæt tekst\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Kortliste %s kategori\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 timer\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Kort\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Hver time\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Weekend\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s dag\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Advarsel\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Advarsler\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Vælg din\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Kontroller\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Indstil\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Sæsoner\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Brug din\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Se dine\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Lyt til\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Vis dine\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Indstil\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Strømforbrug\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Menu\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Afspil\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Indstillinger\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Redigeringsværktøj\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Om din\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Stjernebedømmelse\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Baggrund\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Baggrunde\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Brugerdefineret baggrund\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Brugerdefinerede baggrunde\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Se \\\"Læs mig\\\"\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Se ændringsloggen\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Denne version af %s kræver en\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC revisionen af %s eller nyere for at køre.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Opdater venligst XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Ingen data fundet!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Næste side\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Elsker\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Hader\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Denne fil er kombineret. Vælg den del du vil afspille fra.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Sti til Script\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Aktiver knap til brugerdefinerede scripts\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Dutch/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\n<language locale=\"dutch\">\n  <charsets>\n    <gui unicodefont=\"false\">CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n  <dvd>\n    <menu>nl</menu>\n    <audio>nl</audio>\n    <subtitle>nl</subtitle>\n  </dvd>\n  <regions>\n    <region name=\"NL\">\n      <dateshort>D-M-YYYY</dateshort>\n      <datelong>DDDD D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n  </regions>\n\n  <sorttokens>\n    <token>The</token>\n    <token>De</token>\n    <token>Het</token>\n  </sorttokens>\n</language>"
  },
  {
    "path": "Mod Files/system/language/Dutch/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Dutch (http://www.transifex.com/projects/p/xbmc4xbox/language/nl/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: nl\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programma's\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Afbeeldingen\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Muziek\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Video's\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"TV gids\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Instellingen\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Bestandsbeheer\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Weer\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"XBMC Media Center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Maandag\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Dinsdag\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Woensdag\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Donderdag\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Vrijdag\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Zaterdag\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Zondag\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"januari\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"februari\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"maart\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"april\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"mei\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"juni\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"juli\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"augustus\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"september\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"oktober\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"november\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"december\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Ma\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Di\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Wo\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Do\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Vr\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Za\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Zo\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"jan\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"feb\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"mrt\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"apr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"mei\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"jun\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"jul\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"aug\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"sep\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"okt\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"dec\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Weergave: Automatisch\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Weergave: Autom. groot\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Weergave: Icoontjes\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Weergave: Lijst\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Scannen\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sorteer op: Naam\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Sorteer op: Datum\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Sorteer op: Grootte\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Nee\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Ja\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Diavoorstelling\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Miniaturen aanmaken\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Miniaturen aanmaken\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Snelkoppelingen\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Pauze\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Kopieer\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Verplaats\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Verwijder\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Hernoem\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Nieuwe map\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Bevestig kopieeropdracht\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Bevestig verplaatsopdracht\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Bevestig verwijderingsopdracht\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Deze bestanden kopiëren?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Deze bestanden verplaatsen?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Deze bestanden verwijderen? Dit kan niet meer ongedaan worden gemaakt!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Items\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Algemeen\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Diavoorstelling\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Systeeminformatie\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Beeldscherm\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albums\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Artiesten\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Liedjes\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Genres\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Afspeellijsten\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Zoeken\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Systeeminformatie\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperaturen:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"Processor:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Tijd:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Huidige:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Versie:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Netwerk:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Type:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statisch\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC-adres\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP-adres\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Verbinding:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Half-duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Full-duplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Opslag\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Schijf\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Vrij\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Beschikbaar geheugen\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Geen verbinding\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Vrij\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Niet beschikbaar\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Lade open\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Inlezen\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Geen schijf\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Schijf aanwezig\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Skin\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"FTP-server inschakelen\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Tijd synchroniseren via Internet\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Resolutie\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Verversingsfrequentie scherm aanpassen aan video\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Releasedatum:\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Geef 4:3 video's weer als\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Stemmingen\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Stijlen\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Lied\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Tijdsduur\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Selecteer album\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Nummers\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Review\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Vernieuwen\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Albuminformatie ophalen\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Geen albums gevonden!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Alles selecteren\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Scannen media-informatie\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Opslaan\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Willekeurig\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Wissen\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Scannen\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Zoeken...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Geen informatie gevonden\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Kies film:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"%s raadplegen voor informatie\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Filmgegevens ophalen\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Slagzin\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Plot\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Stemmen:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Acteurs\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Plot\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Afspelen\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Volgende\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Vorige\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Gebruikersomgeving kalibreren\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Beeld kalibreren...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Verzachten\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Zoomen\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Uitrekken\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD-station\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Plaats een schijf\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Gedeeld op afstand\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Netwerk is niet verbonden\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Annuleren\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Snelheid\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Testbeeld...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Bij muziek CD's namen van nummers via internet opzoeken\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Afspeellijst willekeurig afspelen\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Schakel harde schijf uit na\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Videofilters\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Geen\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Punt\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Lineair\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotropisch\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussian Cubic\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Verkleinen\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Vergroten\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Afspeellijst wissen na afspelen\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Automatisch afspelen van DVD-Video\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Automatisch afspelen van VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Automatisch afspelen van Audio-CD\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Automatisch afspelen van XBOX spellen\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Automatisch afspelen video's\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Automatisch afspelen muziek\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Automatisch afspelen afbeeldingen\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Taal\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Muziek\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Visualisatie\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Selecteer doelmap\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Geluid naar alle speakers\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Aantal kanalen\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- DTS compatible versterker\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"CD-informatie opzoeken\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Fout\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Metadata uitlezen (ID3v2, APEv2)\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Openen\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Wachten op start...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Uitvoer scripts\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Webserver\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Opnemen\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Stop opname\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Sorteer: Naam\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Sorteer: Tijd\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Sorteer: Titel\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Sorteer: Artiest\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Sorteer: Album\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Top 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Beeldpositie linksboven\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Beeldpositie rechtsonder\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Positie ondertitels\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Aanpassing pixelratio\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Beweeg de pijlen om de overscan aan te passen\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Beweeg de balk om de ondertitels te verplaatsen\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Pas de rechthoek aan zodat deze precies vierkant is\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Fout tijdens het laden van de instellingen\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Standaardinstellingen actief\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Controleer de XML-bestanden\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"%i items gevonden\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Zoekresultaten\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Niets gevonden\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Voorbewerkingsfilter\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Ondertiteling\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Lettertype\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Formaat\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Dynamic Range-compressie\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Beeld\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Geluid\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Ondertitels zoeken\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Positie opslaan\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Posities verwijderen\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Geluid synchroniseren\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Favorieten\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- AAC geschikte receiver\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- MP1 compatible versterker\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- MP2 compatible versterker\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- MP3 compatible versterker\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Vertraging\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Taal\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Ingeschakeld\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Non-Interleaved\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Automatisch voorbewerkingfilter\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Verticaal deblockingfilter\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Horizontaal deblockingfilter\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Automatische helderheid en contrast\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Bibliotheek opschonen\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Voorbereiden...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Blbliotheekfout\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Zoeken op nummers...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Klaar met bibliotheek opschonen\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Verwijderde nummers markeren\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Fout tijdens reorganiseren nummers\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Artiesten opschonen...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Fout tijdens opschonen artiesten\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Genres opschonen...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Fout tijdens opschonen genres\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Locaties opschonen...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Fout tijdens opschonen locaties\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Albums opschonen...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Fout tijdens opschonen albums\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Aanpassingen opslaan...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Fout tijdens opslaan aanpassingen\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Een moment geduld a.u.b.\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Bibliotheek comprimeren...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Fout tijdens comprimeren bibliotheek\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Wilt u de mediabibliotheek opschonen?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Bibliotheek opschonen...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Start\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Framerateconversie\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Geluidsdoorgifte\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analoog\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digitaal\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Diverse artiesten\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"DVD afspelen\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Speelfilms\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Framerate aanpassen\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Acteurs\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Jaar\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programma's\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Uit\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Dimmen\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Zwart\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix Sporen\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Schermbeveiliging inschakelen na:\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Schermbeveiliging mode\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Uitschakel timer functie\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Alle albums\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Onlangs toegevoegde albums\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Schermbeveiliging\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Map Diavoorst.\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Doorzichtigheid schermbeveiliging\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Sorteer: Bestand\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Versterker AC3 compatible\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sorteer: Naam\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Sorteer: Jaar\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Sorteer: Waardering\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Titel\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Onweer\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Gedeeltelijk\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Overwegend\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Zonnig\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Bewolkt\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Sneeuw\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Regen\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Lichte\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"'s Ochtends\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"'s Middags\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Buien\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Lichte\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Verstrooide\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Wind\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Sterk\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Mooi\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Helder\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Wolken\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Vroeg\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Buien\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Natte Sneeuw\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Min\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Gem.\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Max.\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Mist\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Nevel\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Locatie selecteren\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Vernieuwingstijd\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Temperatuur eenheden\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Windsnelheid eenheden\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Het weer\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temperatuur\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Gevoelstemp.\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV-index\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Wind\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Dauwpunt\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Vochtigheid\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"Uit\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"met\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Standaard\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Weersverwachting opzoeken\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Weersverwachting ophalen voor\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Fout tijdens ophalen gegevens\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Handmatig\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Geen recensie voor dit album\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Miniatuur downloaden...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Niet beschikbaar\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Layout: Groot\"\n\nmsgctxt \"#418\"\nmsgid \"Low\"\nmsgstr \"Min\"\n\nmsgctxt \"#419\"\nmsgid \"High\"\nmsgstr \"Max\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Bibliotheek activeren\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Albuminformatie wissen\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"CDDB-informatie wissen\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Selecteer\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Geen albuminformatie gevonden.\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Geen CDDB-informatie gevonden.\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Schijf:\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Voer de juiste CD/DVD in\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Voer de volgende CD/DVD in\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Sorteer: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Data niet bufferen\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Speelfilm uit bibliotheek verwijderen\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"'%s' zeker verwijderen?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Verwisselbare schijf\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Bestand openen\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Buffer\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Hardeschijf\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"LAN\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Geluid\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Autom. starten\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Geactiveerd\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Kolommen\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Begin rij 1:\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Begin rij 2:\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Begin rij 3:\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Begin rij 4:\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Rijen\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Modus\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Layout wijzigen\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Ondertitels\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Geluidskanaal\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[actief]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Ondertitels\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Verlichting\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Helderheid\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Contrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Verplaats de balk om het OSD te verplaatsen\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"OSD-positie\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Credits\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Uit\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Alleen geluid\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Geluid en video\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Afspeellijst kon niet worden geladen\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"On Screen Display\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Skin en taal\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Uiterlijk\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Geluidsinstellingen\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Over XBMC\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"DVDPlayer buffer\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Album verwijderen\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Herhalen\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Nummer herhalen\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Mappen herhalen\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Automatisch het volgende nummer in de lijst afspelen\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Grote iconen gebruiken\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Ondertitels vergroten\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Geavanceerde opties (alleen experts!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Algemene audio hoofdruimte\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Video naar GUI-resolutie upsamplen\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Kalibratie\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Extensies mediabestanden tonen\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Sorteer: Type\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Kan geen verbinding maken met allmusic.com\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Albuminfo downloaden mislukt\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Zoeken naar albumnamen...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Open\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Bezig\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Leeg\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Media-info van bestanden inlezen...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Sorteer: Gebruik\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Visualisaties weergeven\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Videoweergave automatisch aanpassen aan regiocode\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Start met venster\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Beginscherm\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Handmatige instellingen\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Genre\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Maak opgeslagen archieven met een bestand transparant\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Laatst afgespeelde albums\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Starten\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Starten in..\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Bestandsnaam wijzigen\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Compilaties\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Locatie verwijderen\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Media veranderen\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Afspeellijst kiezen\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Nieuwe afspeellijst\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Aan afspeellijst toevoegen\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Handmatig toevoegen\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Voer titel in\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Fout : Bestaande titel\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Kies genre\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Nieuw genre\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Handmatig toegevoegd\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Voer genre in\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Layout: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Lijst\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Iconen\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Grote lijst\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Grote iconen\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Wijd\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Groot, wijd\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Covers\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD-iconen\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Media-info\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Apparaat voor geluidsuitvoer\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Doorgifte Geluidsuitvoerapparaat\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Geen biografie beschikbaar voor deze artiest\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Downmix multikanaals audio naar stereo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Sorteer: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Naam\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Datum\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Grootte\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Nummer\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Tijd\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Titel\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Artiest\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Afspeellijst\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Bestand\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Jaar\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Score\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Gebruik\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Album artiest\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Aantal keer afgespeeld\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Laatst afgespeeld\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Opmerking\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Datum toegevoegd\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Standaard\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Filmstudio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Pad\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"Bezig\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Sorteerrichting\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Sorteren op\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Layout\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Layout van elke map onthouden\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Oplopend\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Aflopend\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Afspeellijst wijzigen\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filter\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Feestmix annuleren\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Feestmix\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Willekeurig\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Uit\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"1\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Alles\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Uit\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Herhalen: Uit\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Herhalen: 1\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Herhalen: Alles\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Cd kopiëren\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Middelmatig\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Standaard\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Extreem\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Constante bitsnelheid\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Kopiëren...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Naar:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Kopiëren van CD of nummer mislukt\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDA-doelmap is niet ingegeven.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Muzieknummer rippen\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Voer nummer in\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Muziek CD's\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Encoder\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Kwaliteit\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bitsnelheid\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Tracknummer gebruiken\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Alle nummers van\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Weergave modus\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normaal\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Inzoomen\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Uitrekken 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Uitrekken 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Uitrekken 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Originele grootte\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Eigen instelling\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Normalisering\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Normalisatie methode\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Per nummer\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Per album\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Voorversterking - genormaliseerd\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Voorversterking - niet genormaliseerd\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Voorkom het oversturen van genormaliseerde bestanden\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Zwarte balken afsnijden\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Er moet een groot bestand uitgepakt worden. Doorgaan?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Uit bibliotheek verwijderen\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Videobibliotheek exporteren...\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Videobibliotheek importeren...\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Importeren\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Exporteren\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Bibliotheek openen\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Jaren\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Bibliotheek bijwerken\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Debug-informatie\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Uitvoerbaar bestand openen\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Afspeellijst openen\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Map openen\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Muziekinformatie\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Volumeversterking\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Exporteerlocatie kiezen\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Dit bestand is niet langer beschikbaar.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Wilt u het verwijderen uit de bibliotheek?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Naar script zoeken\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Compressieniveau\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Bibliotheek opschonen\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Oude nummers uit bibliotheek verwijderen\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Deze locatie is al eerder gescand\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Netwerk\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Host\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"HTTP-proxy poort\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Gebruik een HTTP-proxy-server voor toegang tot het internet\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"HTTP-proxy gebruikersnaam\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"HTTP-proxy wachtwoord\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internet Protocol (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Ongeldig poortnummer. Waarde moet tussen 1 en 65535 liggen.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP proxy\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"Toewijzing\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automatisch (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Handmatig (Statisch)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Automatisch (van Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP-adres\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Netmask\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Standaard Gateway\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS-server\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Opslaan en herstarten\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Ongeldig adres opgegeven. Waarde moet AAA.BBB.CCC.DDD zijn\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"met getallen tussen 0 en 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Veranderingen niet opgeslagen. Doorgaan zonder op te slaan?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Webserver\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP-server\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Internettijd\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Poort\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"- Host\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Opslaan en toepassen\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Wachtwoord\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Geen wachtwoord\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Karakterset:\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Stijl:\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Kleur:\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normaal\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Vet\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Cursief\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Vet/cursief\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Wit\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Geel\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Bestanden\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Geen gescande informatie in deze weergave\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Bibliotheek modus uitschakelen a.u.b.\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Fout tijdens het laden van de afbeelding\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Locatie wijzigen\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Spiegel afbeelding\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Weet u het zeker?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Locatie verwijderen\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Programmalink toevoegen\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Programmalink wijzigen\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Programmanaam wijzigen\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Zoekdiepte instellen\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Layout: Groot\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Geel\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Wit\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Blauw\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Lichtgroen\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Lichtgeel\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Cyaan\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Lichtgrijs\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Grijs\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Fout %i: gedeelde map niet beschikbaar\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- FATX beperkingen omzeilen\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Geluidshardware\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Zoeken\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Map voor diavoorstelling\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Netwerkverbinding\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Naam Draadloos Netwerk (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"Draadloos Netwerk Wachtwoord\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"Draadloos Netwerk Beveiligingsniveau\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Opslaan en toepassen netwerk instellingen\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Geen versleuteling\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Netwerkinstellingen toepassen. Een ogenblik geduld.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Netwerkverbinding succesvol herstart.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Netwerkverbinding kon niet herstart worden.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Verbinding uitgeschakeld\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Verbinding succesvol uitgeschakeld.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Naam draadloos netwerk (ESSID)\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Event server\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Programma's op dit systeem toestaan XBMC te besturen\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Poort\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Poortbereik\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Programma's op andere systemen toestaan XBMC te besturen\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Initiële herhalingsvertraging (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Doorgaande herhalingsvertraging (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Maximaal aantal gebruikers\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Internettoegang\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Ongeldig poortnummer ingevoerd\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Geldig poortbereik is 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Geldig poortbereik is 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Test schermbeveiliging\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Verbinding mislukt\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC kon niet verbinden met de netwerklocatie.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Dit kan veroorzaakt worden doordat het netwerk niet verbonden is.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Wilt u het toch toevoegen?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP-adres\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Netwerklocatie toevoegen\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protocol\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Serveradres\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Servernaam\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Remote pad\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Gedeelde map\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Poort\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Gebruikersnaam\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Bladeren naar netwerkserver\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Voer het netwerkadres in van de server\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Voer de locatie op de server in\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Voer het poortnummer in\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Voer de gebruikersnaam in\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"%s locatie toevoegen\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Voer locaties in of blader naar de locaties.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Voer een naam in voor deze locatie.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Blader voor nieuwe locatie\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Bladeren\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Kon geen locatie-informatie verkrijgen.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Locatie toevoegen\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Locatie aanpassen\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Pas %s locatie aan\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Nieuw label opgeven\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Bladeren voor een afbeelding\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Bladeren voor een afbeeldingenmap\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Netwerklocatie toevoegen...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Bestand selecteren\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Submenu\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Submenu knoppen inschakelen\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Favorieten\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Video-plugins\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Audio-plugins\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Afbeeldingen-plugins\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Map laden\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"%i items ontvangen\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"%i van %i items ontvangen\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Programma-plugins\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Plugin-afbeelding instellen\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Plugin-instelingen\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Draadloze Netwerken\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Andere...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"Web server gebruikersnaam\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Script instellingen\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Singles\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB-client\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Werkgroep\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Standaardgebruikersnaam\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Standaardwachtwoord\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS-server\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Laad SMB gedeeld netwerk\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Verwijder\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Muziek\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Afbeeldingen\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Bestanden\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Muziek en video's\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Muziek en afbeeldingen\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Muziek en bestanden\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Video en afbeeldingen\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Video - Bestanden\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Afbeeldingen en bestanden\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Muziek, video's en afbeeldingen\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Muziek, video's, afbeeldingen en bestanden\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Uitgeschakeld\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Bestanden, muziek en video\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Bestanden, afbeeldingen en muziek\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Bestanden, afbeeldingen en video\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Muziek en programma's\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Video en programma's\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Afbeeldingen en programma's\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Muziek, video, afbeeldingen en programma's\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programma's, video en muziek\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programma's, afbeeldingen en muziek\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programma's, afbeeldingen en video's\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"- Gebruikersnaam\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"- Wachtwoord\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"FTP-server gebruikersnaam en wachtwoord zijn succesvol ingesteld!\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Systeem detecteren\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Aangesloten systemen automatisch detecteren\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Nickname\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Vragen om verbinding te maken\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"FTP gebruikersnaam en wachtwoord verzenden\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Ping interval in sec.\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Verbinding maken met de gevonden systeem?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Zeroconf publishing\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Aangepaste audio apparaat\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Aangepast doorvoerapparaat\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Stuifsneeuw\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"en\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Vrieskou\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Laat\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Lokaal\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Onweersbuien\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Onweer\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Zon\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Hevige\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"in\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"de\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Omgeving\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"IJs\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Kristallen\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Kalm\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"met\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"winderig\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"miezeren\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Onweerstormen\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Motregen\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Mistig\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Korrels\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"T-Storms\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"T-Showers\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Schakel beeldscherm uit bij inactiviteit\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Speelduur\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Fout in script! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Gebruik LCD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Beginscherm\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programma's\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Afbeeldingen\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Bestandsbeheer\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Instellingen\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Muziek\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Video\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Systeeminformatie\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Instellingen - Algemeen\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Instellingen - Beeld\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Instellingen - Interface-kalibratie\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Instellingen - Schermkalibratie\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Instellingen - Afbeeldingen\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Instellingen - Programma's\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Instellingen - Weer\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Instellingen - Muziek\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Instellingen - Systeem\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Instellingen - Video's\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Instellingen - Netwerk\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Instellingen - Uiterlijk\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Video/Afspeellijst\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Instellingen - Profielen\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Ja/Nee\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Voortgang\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Zoeken naar ondertitels...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Ondertitels cachen...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"Bezig met afsluiten\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"Bufferen\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Bezig met het openen van stream\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Muziek/Afspeellijst\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Muziek/Bestanden\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Muziek/Bibliotheek\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Afspeellijst bewerken\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Top 100 Nummers\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Top 100 Albums\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programma's\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Instellingen\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Weersverwachting\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Netwerk gaming\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Extensies\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Systeeminformatie\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Muziek - Bibliotheek\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Muziek - Afspeellijst\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Video's - Afspeellijst\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Albuminformatie\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Filminformatie\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Selecteren\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Muziek/Informatie\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Bevestiging\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Films/Informatie\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Scripts/Informatie\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Volledig scherm\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Geluidsvisualisatie\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Bestanden groeperen\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Herindexeren\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Terug naar Muziek\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Terug naar Video's\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Trainerlijst updaten\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Geen trainers gevonden\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Trainer instellingen\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Alle geregistreerde trainers missen. Update lijst\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Automatisch hervatten vanaf laatste positie\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Nee\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Ja\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Vragen\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Starten vanaf begin\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Hervatten vanaf %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Controle bestaande trainers\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Vergrendeld! voer code in...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Voer het wachtwoord in\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Voer de vergrendelcode in\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Voer de vergrendelcode in om te ontgrendelen\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"of druk op C om te annuleren\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Voer controller knoppencombinatie in en druk op Start\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"druk op Start, of Back om te annuleren\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Vergrendelen\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Ontgrendelen\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Vergrendeling resetten\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Vergrendeling verwijderen\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Numeriek wachtwoord\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Knoppencombinatie\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Normaal wachtwoord\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Voer nieuw wachtwoord in\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Voer nieuw wachtwoord opnieuw in\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Incorrect wachtwoord\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"pogingen over\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Ingevoerd wachtwoord klopt niet.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Toegang geweigerd\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Maximaal aantal pogingen bereikt\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"XBMC wordt nu uitgeschakeld.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Item vergrendeld\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Vergrendeling heractiveren\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Vergrendeling veranderen\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Vergrendeling delen\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Geen wachtwoord ingegeven. Probeer opnieuw.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Vergrendelen\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"XBMC uitschakelen na max. aantal mislukte pogingen\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Vergrendelcode is onjuist!\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Voer een geldige vergrendelcode in!\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Instellingen vergrendelen\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Als standaard instellen voor alle video's\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Dit zal alle voorgaande opgeslagen waarden resetten\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Afbeeldingen weergeven gedurende\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Pan- en zoomeffecten gebruiken\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Speel NTSC videos op PAL af\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Speel PAL videos op NTSC af\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Speel NTSC videos op PAL60 af\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12-uursformaat\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24-uursformaat\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Dag/Maand\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Maand/Dag\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Systeem actief\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"minuten\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"uren\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"dagen\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Totale activiteit\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Het weer\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Schermbeveiliging\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Volledig scherm On Screen Display\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Systeem\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Harde schijf onmiddellijk uitschakelen\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Alleen beeld\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Vertraging\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Minimale bestandsduur\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Computer uitschakelen\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Aangepast dashboard gebruiken\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Standaard afsluitmethode\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Afsluiten\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Sluimerstand\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Slaapstand\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Afsluiten\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Opnieuw opstarten\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"minimaliseer\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Actie voor aan/uitknop\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Er is een andere sessie actief, wellicht SSH?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Verwisselbare harde schijf aankoppelen?\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Apparaat onveilig verwijderd\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Apparaat succesvol verwijderd\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick aangesloten\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick los gekoppeld\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Flikkerfilter\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Laat keuze aan driver (herstart vereist)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Vertical blank sync\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Uitgeschakeld\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Ingeschakeld tijdens afspelen\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Altijd aan\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Resolutie testen en toepassen\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Resolutie behouden?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Wilt u deze resolutie behouden?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Hoge kwaliteit beeldverbetering\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Uitgeschakeld\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Inschakelen voor SD-beelden\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Altijd inschakelen\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Beeldverbeteringsmethode\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubisch\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU HQ Upscaling level\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU Studio niveau voor kleurconversie\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Stop doorgifte videosignaal aan andere beeldschermen\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Uitgeschakeld\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Stop doorgifte videosignaal\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Actieve verbindingen gedetecteerd!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Als u doorgaat, kunt u XBMC mogelijk niet meer\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"besturen. Weet u zeker dat u de Event Server wilt stoppen?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Verander Apple afstandsbedieningsmodus?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Als u op dit moment de Apple afstandsbediening gebruikt\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"om XBMC te besturen, kan het veranderen van deze instelling\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"de mogelijkheid om het te blijven besturen beïnvloeden. Doorgaan?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD sleutel:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD temperatuur:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD model:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD model:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD serienummer:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD wachtwoord:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD versleuteling:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Subnetmasker\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Gateway\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"DNS-server\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Initialiseren mislukt\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Controller\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Toetsenbord\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Muis\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Headset\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"USB-stick\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Afstandsbediening\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Controllerpoort\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Nooit\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Direct\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Na %i sec.\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"HDD installatiedatum:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"HDD Power Cycle teller:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profielen\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Profiel '%s' verwijderen?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Laatst gebruikt profiel:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Onbekend\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Overschrijven\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Alarmklok\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Alarmklokinterval (in minuten)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Gestart, alarm over %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarm!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Gestopt met nog %im%is te gaan\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Naar ondertitels zoeken in RAR-archieven\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Ondertitels zoeken\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Item verplaatsen\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Item hierheen verplaatsen\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Verplaatsen annuleren\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardware:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Belasting:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"XBMC is verbonden, maar geen DNS beschikbaar.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Harde schijf\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Opslag\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Standaard\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Netwerk\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Hardware\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Besturingssysteem:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"CPU snelheid:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Gedetecteerde BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Video-encoder:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Schermresolutie:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox versie:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox serienummer:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox fabrikant:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Modchip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V-kabel:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Video & XBE regio:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD-regio:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Ja, verbonden met internet\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Nee, niet verbonden met internet. Controleer uw netwerkinstellingen.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"XBLIVE sleutel:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"- Doeltemperatuur\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"- Ventilatorsnelheid\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Automatische ventilatorsnelheid\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Snelheidsregeling ventilator\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"Lettertype voor skin\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Bidirectionele tekst omdraaien\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"RSS-feeds inschakelen\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Hoofdmap items tonen\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Nummers in lijst weergeven als\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Wilt u het systeem herstarten\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"in plaats van alleen XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Zoomeffect\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Zweefeffect\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Randreductie\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Herinitialiseer/Herstart\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Nummers in elkaar laten overvloeien\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Miniaturen regenereren\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Ook onderliggende mappen\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Diavoorstelling bekijken\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Diavoorstelling met mappen\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Random volgorde\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Alleen links\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Alleen rechts\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"CD+G (karaoke) inschakelen\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Doorzichtigheid achtergrond\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Doorzichtigheid voorgrond\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"A/V synchronisatie\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s niet gevonden\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Fout tijdens openen %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"%s kan niet geladen worden\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Fout: te weinig geheugen\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Omhoog\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Omlaag\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Label aanpassen\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Maak standaard\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Verwijder Knop\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"LED voorzijde\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Kleur LED voorzijde\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Onveranderd laten\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Groen\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Oranje\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Rood\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Afwisselen\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"LED uit tijdens afspelen\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Filminformatie\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Aan afspeellijst toevoegen\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"IMDb doorzoeken...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Naar nieuwe inhoud scannen\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Afspeellijst weergeven\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Albuminformatie\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Aan bibliotheek toevoegen\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Scan annuleren\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Rendermethode\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Lage kwaliteit Pixel Shader\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Hardware Overlays\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Hoge kwaliteit Pixel Shader\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Item afspelen\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Afbeelding artiest instellen\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Miniaturen automatisch aanmaken\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Stem inschakelen\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Apparaat inschakelen\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Volume\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Standaard weergavemodus\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Standaard helderheid\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Standaard contrast\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Standaard kleurbalans\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Video hervatten\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Stem - Poort 0\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Stem - Poort 1\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Stem - Poort 2\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Stem - Poort 3\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Op tijd gebaseerd zoeken\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"In rechter kolom van lijst weergeven:\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Preset\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Er zijn geen presets beschikbaar voor deze visualisatie\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Er zijn geen instellingen beschikbaar voor deze visualisatie\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Lade open/dicht\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Toon visualisaties tijdens muziek afspelen\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Bereken grootte\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Bereken mapgrootte\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Videoinstellingen\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Geluids- en ondertitelinstellingen\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Ondertitels gebruiken\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Posities\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Lidwoorden negeren tijdens sorteren (bijv. The & De)\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Nummers van hetzelfde album in elkaar laten overvloeien\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Zoeken naar %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Trackpositie weergeven\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Standaard leegmaken\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Hervatten\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Miniaturen\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Afbeeldingsinformatie\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s presets\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"IMDb-score\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Op Last.FM beluisteren\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Minimale ventilatorsnelheid\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Downloaden\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Artiesten weergeven die alleen op verzamel CD's voorkomen\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Rendermethode\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Automatisch detecteren\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Eenvoudige shaders (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Geavanceerde shaders (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Hardware veilig verwijderen\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Diavoorstelling starten\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Onthouden voor dit pad\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Gebruik pixelbufferobjecten\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"A/V-synchronisatiemethode\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Audiosignaal\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Videosignaal (Drop/Dupe audio)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Videosignaal (Resample audio)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Maximum resample amount (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Resamplingkwaliteit\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Laag (snel)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Medium\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Hoog\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Echt hoog (traag!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Synchroniseer video met beeldschermfrequentie\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple afstandsbediening\"\n\nmsgctxt \"#13601\"\nmsgid \"Use MCE/Universal Remote\"\nmsgstr \"Gebruik MCE/Universal afstandsbediening\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Gebruik afstandsbediening om XBMC zelf op te staren\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Ondertitel eerder/later starten\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Uitgeschakeld\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standaard\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Universele afstandsbediening\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Multi Remote (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Apple afstandsbedieningsfout\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Apple afstandsbedieningsondersteuning kan niet worden geactiveerd.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Groeperen\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Groeperen: Uit\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Afspeellijst downloaden...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Streamlijst downloaden...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Streamlijst verwerken...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Streamlijst downloaden mislukt\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Afspeellijst downloaden mislukt\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Spellocatie\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Automatisch overschakelen naar miniaturen als\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Automatisch overschakelen naar miniaturen\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Gebruik grote iconen\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Baseren op\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Percentage\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Geen bestanden en minimaal 1 miniatuur\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Tenminste 1 miniatuur\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Het percentage miniaturen\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Weergaveopties\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Locatie 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Locatie 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Locatie 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Bibliotheek\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Geen TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Voer dichtstbijzijnde grote plaats in\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video/Geluid/DVD buffer - Hardeschijf\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Videobuffer - DVD\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokaal netwerk\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Geluidsbuffer - DVD\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokaal netwerk\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD-buffer\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokaal netwerk\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Diensten\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Netwerkinstellingen gewijzigd\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC moet herstarten om de netwerkinstellingen\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"te wijzigen. Wilt u nu herstarten?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Voorbewerking\"\n\nmsgctxt \"#14042\"\nmsgid \"Internet connection bandwidth limitation\"\nmsgstr \"Internetverbinding voor bandbreedtebeperking\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Uitschakelen tijdens gebruik\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i minuten\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i sec.\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i millisec.\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Tijdnotatie\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Datumnotatie\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Interface-filters\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Scannen op de achtergrond inschakelen\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Scan annuleren\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Niet mogelijk tijdens scannen naar media-info\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Filmkorreleffect\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Miniaturen in netwerkmappen zoeken\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Onbekende types buffer - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Automatisch\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Geef gebruikersnaam voor\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Datum & tijd\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Datum instellen\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Tijd instellen\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Geef de tijd in 24-uursformaat (HH:MM)\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Geef de datum in DD/MM/YYYY formaat\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Voer IP-adres in\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Instellingen nu toepassen?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Instellingen toepassen\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Hernoemen en verwijderen van bestanden toestaan\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Tijdzone\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Automatische zomer-/wintertijd\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Aan favorieten toevoegen\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Uit favorieten verwijderen\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"Skinkleuren\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Tijdzone land\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Tijdzone\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Bestandslijsten\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Toon EXIF afbeeldingsinformatie\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Gemaximaliseerd venster in plaats van volledig scherm\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Bij selecteren nummers in de afspeellijst zetten \"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Speel geluids CD's automatisch af\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Afspelen\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD's\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"DVD's automatisch afspelen\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Lettertype voor ondertiteling\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Land en Taal\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Tekencodering (Unicode, UTF-8, ISO)\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Fout registratie\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Beveiliging\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Invoerapparaten\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Energiebeheer\"\n\nmsgctxt \"#14096\"\nmsgid \"Video cache\"\nmsgstr \"Video buffer\"\n\nmsgctxt \"#14097\"\nmsgid \"Video cache - max time\"\nmsgstr \"Video buffer - max. tijd\"\n\nmsgctxt \"#14098\"\nmsgid \"Audio cache\"\nmsgstr \"Audio buffer\"\n\nmsgctxt \"#14099\"\nmsgid \"Audio cache - max time\"\nmsgstr \"Audio buffer - max. tijd\"\n\nmsgctxt \"#14100\"\nmsgid \"H.264 Skip Loop Filter\"\nmsgstr \"H.264 Loop Filter overslaan\"\n\nmsgctxt \"#14101\"\nmsgid \"Default\"\nmsgstr \"Standaard\"\n\nmsgctxt \"#14102\"\nmsgid \"Skip Non-reference Frames\"\nmsgstr \"Non-reference Frames overslaan\"\n\nmsgctxt \"#14103\"\nmsgid \"Skip Bidirectional Frames\"\nmsgstr \"Bidirectionele Frames overslaan\"\n\nmsgctxt \"#14104\"\nmsgid \"Skip Non-key frames\"\nmsgstr \"Non-key Frames overslaan\"\n\nmsgctxt \"#14105\"\nmsgid \"Skip Everything\"\nmsgstr \"Alles overslaan\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Verwijder\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Spellen\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Voeg toe\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Wachtwoord\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Bibliotheek\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Database\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Alle albums\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Alle artiesten\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Alle nummers\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Alle genres\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Bufferen...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Navigatiegeluiden\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Standaarduiterijk\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"Thema\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Standaard thema\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.FM\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Afgespeelde tracks bij Last.FM bijhouden\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.FM gebruikersnaam\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.FM wachtwoord\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Verbinding mislukt\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Update XBMC a.u.b.\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Authentificatie mislukt: controleer gebruikersnaam en wachtwoord\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Verbonden\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Niet verbonden\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Verzend interval %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"%i nummers gebufferd\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Verzenden...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Verzenden over %i sec.\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Afspelen met...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Geleidelijke A/V Syncronisatie gebruiken\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Bestandsnamen in miniatuurweergave verbergen\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Afspelen in feestmix\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Stuur nummers naar Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Libre.fm gebruikersnaam\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Libre.fm wachtwoord\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Nummer indienen\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Last.FM radio aan Last.FM toevoegen\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Verbinding maken met Last.FM...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Station selecteren...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Zoek naar gelijksoortige artiesten...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Zoeken naar gelijksoortige tags...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Mijn profiel (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Populairste tags\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Favoriete artiesten van %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Favoriete albums van %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Favoriete muzieknummers van %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Luister naar %name% op Last.fm radio\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Gelijksoortige artiesten als %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Populairste %name% albums\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Populairste %name% muzieknummers\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Populairste %name% tags\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Grootste fans van %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Luister naar %name% fans Last.fm radio\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Luister naar gelijksoortige artiesten als %name%\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Populairste artiesten van %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Populairste albums van %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Populairste muzieknummers van %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Vrienden van %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Buren van %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Wekelijkse artiestenhitlijst voor %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Wekelijkse albumhitlijst voor %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Wekelijkse muzieknummerhitlijst voor %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Luister naar de 'buren' Last.fm radio van %name%\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Luister naar de persoonlijke Last.fm radio van %name%\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Luister naar geliefde muzieknummers van %name% op Last.fm radio\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Lijst ontvangen van Last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Lijst ontvangen mislukt...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Geef een artiest op om gelijksoortige artiesten te vinden\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Geef een tag om gelijksoortige te vinden\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Recent afgespeelde tracks door %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Luister naar %name%'s aanbevelingen Last.FM radio\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Top tags van %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Wilt u dit nummer toevoegen aan uw favoriete nummers?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Witl u dit nummer verbannen?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Toegevoegd aan favoriete nummers: %s\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Toevoegen van '%s' aan favoriete nummers mislukt.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Verbannen: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Verbannen van '%s' mislukt.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Tracks recent gewaardeerd door %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Recent verbannen muzieknummers door %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Verwijderen uit favoriete muzieknummers\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Ban opheffen\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Wilt u dit nummer verwijderen uit uw favoriete nummers?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Wilt u de ban op dit nummer opheffen?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Pad niet gevonden of ongeldig\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Kan niet verbinden met netwerkserver\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Geen servers gevonden\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Werkgroep niet gevonden\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Openen multi-pad locatie\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Pad:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Algemeen\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Configureer audio hardware...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Zoeken op CDDB\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Speler\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Media van disk afspelen\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Geef een nieuwe titel\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Geef naam van de film\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Geef profielnaam\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Geef titel album\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Geef naam afspeellijst\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Geef nieuwe bestandsnaam\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Geef mapnaam\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Open map\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Beschikbare opties: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Geef zoekopdracht\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Geen\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Automatisch selecteren\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Deinterlace\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Synchroniseer oneven\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Synchroniseer even\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Interlaced handling\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Bezig met annuleren...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Geef de artiest op\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Afspeellijst afspelen afgebroken\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Eén of meer item kan niet worden afgespeeld.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Voer waarde in\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Controleer het logbestand voor details.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Feestmix afgebroken.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Geen overeenkomstige nummers in bibliotheek.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Kon database niet initialiseren.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Kan database niet openen.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Kan geen nummers uit database verkrijgen.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Feestmix afspeellijst\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Alle video's\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Niet bekeken\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Bekeken\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Als bekeken markeren\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Als niet-bekeken markeren\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Titel aanpassen\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Gebruik NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Gebruik alleen NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Gebruik alleen NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Gebruik alleen PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Voor 60Hz spellen\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Actie is afgebroken\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Kopiëren mislukt\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Tenminste 1 bestand is niet gekopieerd\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Verplaatsen mislukt\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Tenminste 1 bestand is niet verplaatst\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Verwijderen mislukt\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Tenminste 1 bestand is niet verwijderd\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Videoschalingsmethode\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Naaste buur\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (software)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (software)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (software)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"(VDPAU)Temporal\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"(VDPAU)Temporal/Spatial\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)Ruisonderdrukking\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)Scherpte\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Inverse telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Kwaliteitsverbetering video\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Uitschakeltijd beeldscherm\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Kanaal wijzigen\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Opgeslagen muziek map...\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Andere DVD-speler gebruiken\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"- Locatie van de DVD-speler\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Trainersmap\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Screenshotmap\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Afspeellijstmap\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Opnames\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Screenshots\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"XBMC gebruiken\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Muziekafspeellijsten\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Videoafspeellijsten\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Wilt u het spel starten?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Sorteer: afspeellijst\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Internetafbeelding\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Huidige afbeelding\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Lokale afbeelding\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Geen afbeelding\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Miniatuur kiezen\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Conflict\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Scan nieuwe\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Scan alles\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Regio\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Overzicht\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Muzieksectie vergrendelen\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Videosectie vergrendelen\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Afbeeldingensectie vergrendelen\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Vergrendel programma en scripts-secties\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Bestandsbeheer vergrendelen\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Instellingen vergrendelen\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Met schone lei starten\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Naar ontgrendelde modus overschakelen\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Ontgrendelde modus verlaten\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Profiel '%s' maken?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Begin met standaardinstellingen\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Best beschikbare\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Schakel autom. tussen 16:9 & 4:3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Gesplitste bestanden als één behandelen\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Waarschuwing\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Ontgrendelde modus verlaten\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Ontgrendelde modus inschakelen\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com-miniatuur\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Miniatuur verwijderen\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Profiel toevoegen...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Info opvragen voor alle albums\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Media-info\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Afzonderlijk\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Gebruik standaard\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Gebruik standaard (alleen-lezen)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Kopiëren\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Profielafbeelding\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Vergrendelingsvoorkeuren\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Profiel wijzigen\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Profielvergrendeling\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Kan map niet creëren\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Profiellocatie\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Met verse medialocaties beginnen\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Controleer of u schrijfrechten heeft op de gekozen locatie\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"en of de nieuwe mapnaam geldig is\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"MPAA-waardering:\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Voer vergrendelcode in\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Om vergrendelcode vragen bij opstarten\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Skininstellingen\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- Geen link ingesteld -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Soepel overvloeien bij schermovergang\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"RSS-feeds niet weergeven tijdens afspelen van muziek\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"'Favorieten'-knoppen weergeven\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Programma's in hoofdmenu weergeven\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Muziekinformatie weergeven\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Weerbericht weergeven\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Systeeminformatie weergeven\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Vrije hardeschijfruimte op C:, E: en F: weergeven\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Vrije hardeschijfruimte op E:F:G: weergeven\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Weerbericht\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Beschikbare hardeschijfruimte\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Voer de naam van een bestaande gedeelde map in\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Vergrendelcode\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Profiel laden\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Profielnaam\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Medialocaties\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Geef profielvergrendelcode\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Inlogscherm\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Albuminfo ophalen\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Info over album ophalen\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"CD-rippen is tijdens het afspelen niet mogelijk\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Vergrendelingsinstellingen\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Invoeren vergrendelcode activeert altijd de ontgrendelde modus\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"of maak een kopie van de huidige instellingen?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Wijzigingen aan profiel opslaan?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Oude instellingen gevonden.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Wilt u deze gebruiken?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Oude medialocaties gevonden.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Afzonderlijk (vergrendeld)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Hoofdmap\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"Zoom skin\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP instellingen\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"UPnP automatisch starten\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Vorige aanmelding: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Nog nooit ingelogd\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profiel %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Gebruikersaanmelding / Selecteer een profiel\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Inlogscherm vergrendelen\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Ongeldige vergrendelcode.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Dit vereist een actieve hoofdvergrendeling.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Wilt u deze nu instellen?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Programmainformatie wordt geladen\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Feesten maar!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Waar\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Drankjes mixen\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Glazen vullen\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Ingelogd als\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Uitloggen\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Naar beginscherm gaan\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Weven\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Weven (omgekeerd)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Overgaan\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Herstart video\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Netwerklocatie wijzigen\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Netwerklocatie verwijderen\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Wilt u de map doorzoeken?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Geheugenmodule\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Geheugenmodule geplaatst\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Kan geheugenmodule niet koppelen\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"In poort %i, slot %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Schermbeveiliging vergrendelen\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Zet\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Gebruikersnaam\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Voer wachtwoord in voor\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Uitschakelingstimer\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Uitschakelingsinterval (in minuten)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Gestart, afsluiten in %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Uitschakeling over 30 minuten\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Uitschakeling over 60 minuten\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Uitschakeling over 120 minuten\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Aangepaste uitschakeltimer\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Uitschakeltimer annuleren\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Vergrendelopties voor %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Bladeren...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Standaardinformatie\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Opslaginformatie\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Hardeschijf informatie\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"DVD-ROM-informatie\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Netwerkinformatie\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Videoinformatie\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Hardware-informatie\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Totaal\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Gebruikt\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"van\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Vergrendelen niet mogelijk\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Niet vergrendeld\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Vergrendeld\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Bevroren\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Herstart vereist\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Week\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Regel\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windowsnetwerk (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP-server\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP-server\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes muziekshare (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP-server\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Videoinformatie weergeven\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"OK\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Hoofdletters\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Symbolen\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Backspace\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Spatie\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Skin herladen\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Afbeeldingen draaien op basis van EXIF-informatie\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Posterstijl voor tv-series gebruiken\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Even geduld...\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Bezig met het backuppen van het EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Bezig met het backuppen van het BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Plot en bespreking automatisch scrollen\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Handmatig\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Foutregistratie inschakelen\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Extra informatie downloaden tijdens het scannen\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Standaard-scraper\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Scanner wijzigen\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Muziekbibliotheek exporteren...\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Muziekbibliotheek importeren...\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Geen artiest gevonden!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Downloaden van artiestinformatie mislukt\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Feesten maar! (video's)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Drankjes mixen (video's)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Glazen vullen (video's)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV-server (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV-server (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV client\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Webservermap (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Webservermap (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Kan niet schrijven naar map:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Overslaan en verdergaan?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS-feed\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Onbekend. Voeg de MD5 vanuit xbmc.log toe in BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Secundaire DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP-server:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Nieuwe map\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"LCD dimmen tijdens afspelen\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Onbekend of onboard (beveiligd)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"LCD dimmen tijdens pauze\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"LED aan tijdens pauze\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Video - Bibliotheek\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Savegames\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Sorteer: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Savegames downloaden\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Savegame opgeslagen op hardeschijf\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Savegame downloaden mislukt\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Selecteer een savegame om te downloaden in installeren\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Geen savegame gevonden voor dit spel\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Savegames weergeven\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Savegames\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Afspelen deel...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Kalibratie herstellen\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Dit zet de kalibratiewaarden voor %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"naar de standaard waardes.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Bladeren naar een bestemming\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Gebruik mapnamen bij zoeken\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Bestand\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Ook in bestands- of mapnamen zoeken?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Inhoud toewijzen\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Map\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Ook in onderliggende mappen zoeken?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Locaties vrijgeven\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Acteur\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Regisseur\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Wilt u alle ingesloten items verwijderen\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"uit de bibliotheek verwijderen?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Speelfilms\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"TV-Series\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Deze map bevat\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Automatisch scannen\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Ook onderliggende mappen scannen\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"als\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Regisseurs\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Geen videobestanden gevonden in deze map!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"stemmen\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Serie-info\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Afleveringsinfo\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Details serie laden\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Afleveringengids ophalen\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Afleveringsinfo naar map laden\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Selecteer serie:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Geef de naam van de serie\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Seizoen %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Aflevering\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Afleveringen\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Afleveringsdetails laden\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Aflevering uit bibliotheek verwijderen\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Serie uit bibliotheek verwijderen\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Serie\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Afleveringsplot\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Alle seizoenen\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Bekeken verbergen\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Prod. code\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Plot van niet bekeken video's weergeven\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Verborgen om plot niet te verklappen *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Afbeelding seizoen selecteren\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Afbeelding van seizoen\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Seizoen\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Speelfilm informatie downloaden\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Inhoud ontkoppelen\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Originele titel\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Serie-informatie vernieuwen\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Alle afleveringen vernieuwen?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Geselecteerde map bevat één enkele serie\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Locatie uitsluiten van scans\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Specials\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Automatisch thumbnails van seizoen laden\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Geselecteerde map bevat 1 video\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Aan serie koppelen\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Van serie loskoppelen\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Onlangs toegevoegde speelfilms\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Onlangs toegevoegde afleveringen van tv-series\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Filmstudio's\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Muziekvideo's\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Onlangs toegevoegde muziekvideo's\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Muziekvideo\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Verwijder muziekvideo uit bibliotheek\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Muziekvideo-informatie\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Muziekvideo-informatie laden\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Gemixt\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Albums van deze artiest\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Naar album\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Nummer afspelen\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Muziekvideo's van dit album\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Muziekvideo's van deze artiest\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Muziekvideo afspelen\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Afbeeldingen van acteurs automatisch downloaden\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Acteursafbeelding instellen\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Afl. uit favorieten verwijderen\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Afl. aan favorieten toevoegen\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Scannerinstellingen\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Muziekvideo-informatie downloaden\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"TV-Serie informatie downloaden\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Trailer\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Eenvoudige weergave\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Verberg seizoenen bij één seizoen\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Download fanart\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Laat fanart zien in videobibliotheek\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Bezig met scannen naar nieuwe inhoud\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Eerst uitgez.\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Schrijver\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Bestands- en map-namen opschonen\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Nooit\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Alleen indien één seizoen\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Altijd\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Trailer\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Onwaar\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Fanart diavoorstelling\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Exporteer naar 1 bestand of meerdere\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"bestanden per invoer?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Enkel bestand\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Aparte\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Miniaturen en fanart exporteren?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Oude bestanden overschrijven?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Locatie uitsluiten van bibliotheekupdates\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Miniaturen en codec informatie uitlezen\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Sets\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Filmset miniatuur instellen\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Acteurminiaturen exporteren\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Fanart kiezen\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Lokale fanart\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Geen fanart\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Huidige fanart\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Fanart op afstand\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Inhoud wijzigen\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Wilt u info verversen voor alle\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"items binnen dit pad?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Lokaal opgeslagen informatie gevonden.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Negeren en verversen van internet?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"De informatie kan niet worden gedownload\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"Server waarschijnlijk niet beschikbaar.\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Wilt u doorgaan met scannen?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Landen\"\n\nmsgctxt \"#20456\"\nmsgid \"Set movieset fanart\"\nmsgstr \"Filmset fanart instellen\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Groepeer films in sets\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Verborgen bestanden en mappen weergeven\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox-client\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"WAARSCHUWING: TuxBox is aan het opnemen.\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"De stream wordt gestopt!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Schakelen naar kanaal %s mislukt!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Weet u zeker dat u de stream wil starten?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Verbinden met: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox-apparaat\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Gedeelde media toevoegen...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Video en muziek delen met UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Gedeelde media wijzigen\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Gedeelde media verwijderen\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Ondertitelingmap\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Video - alternatieve ondertitelmap\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Muis inschakelen\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Navigatiegeluiden afspelen tijdens afspelen van media\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Miniatuur\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"DVD-regiocode forceren\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Videohardware\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Beeldverhouding\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normaal\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Breedbeeld\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"480p weergeven\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"720p weergeven\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"1080i weergeven\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Geef naam voor de intelligente afspeellijst\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Knop 'Locatie toevoegen' weergeven in bestandslijst\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Schuifbalken weergeven\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"'Bekeken verbergen'-knop toevoegen in bibliotheek\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Openen\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Akoestiekbeheerniveau\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Snel\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Stil\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Gebruik achtergrond naar keuze\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Stroombeheerniveau\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Hoge energie\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Lage energie\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Hoog standby\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Laag standby\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Niet mogelijk bestanden groter dan 4 GB te laden\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Hoofdstuk\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Hoge kwaliteit Pixel Shader v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Afspeellijst afspelen bij opstarten\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Animatie gebruiken bij schermovergang\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"bevat\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"bevat niet\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"is\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"is niet\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"begint met\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"eindigt met\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"groter dan\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"kleiner dan\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"na\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"voor\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"in laatste\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"niet in laatste\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Scanners\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Standaard speelfilm scanner\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Standaard tv-serie scanner\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Standaard muziekvideo scraper\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Fallback gebaseerd op scraper taal\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Scraper instellingen\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Meertalig\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Waarde gelijk aan\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Intelligente-afspeellijstregel\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Nummers zijn gelijk wanneer\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Nieuwe regel...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Muziek moet gelijk aan\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"elk van deze regels\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"een of meer van deze regels\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Beperken tot\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Geen beperking\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Sorteren op\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"oplopend\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"aflopend\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Intelligente afspeellijst wijzigen\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Naam van de afspeellijst\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Zoek muziek gelijk aan\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Wijzigen\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i nummers\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Nieuwe intelligente afspeellijst...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c schijf\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Feestmix instellen\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Startmap\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Aantal bekeken\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Titel afl.\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Videoresolutie\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Audiokanalen\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Videocodec\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Audiocodec\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Audiotaal\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Ondertiteltaal\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Afstandsbediening stuurt toetsenbordaanslagen\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"- Bewerken\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Bestandsnaam\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Pad\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Bestandsgrootte\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Laatst gewijzigd\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Dia-index\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Resolutie\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Opmerking\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Kleur/zwart-wit\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"JPEG-proces\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Datum/tijd\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Omschrijving\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Cameramerk\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Cameramodel\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF-opmerking\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Diafragma\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Brandpuntafstand\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Voorwerpafstand\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Belichting\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Sluitertijd\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Belichtingsinval\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Belichtingsmethode\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Flitser\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Witbalans\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Lichtbron\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Meetmodus\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Digitale zoom\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD-breedte\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS-lengtegraad\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS-breedtegraad\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS-hoogte\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Oriëntatie\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Overige categorieën\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Sleutelwoorden\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Titel\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Auteur\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Kop\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Speciale instructies\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Categorie\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Fotograaf\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Naam fotograaf\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Credit\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Bron\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Copyright\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Objectnaam\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Stad\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Staat\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Overdrachtsreferentie\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Datum aangemaakt\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Copyright\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Landcode\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Brondiensten\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Besturing van XBMC via UPnP toestaan\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Direct naar het DVD-menu proberen te gaan\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Opgeslagen muziek\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Info over alle artiesten zoeken\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Albuminformatie downloaden\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Artiestinformatie downloaden\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biografie\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Discografie\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Zoekt artiest\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Artiest selecteren\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Artiestinformatie\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instrumenten\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Geboren\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Gevormed\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Thema's\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Uit elkaar\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Gestorven op\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Periode\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Platenlabel\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Geboren/Opgericht\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Bibliotheek bijwerken bij het opstarten\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Bibliotheek altijd op de achtergrond updaten\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS Suffix\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"Standaard speler\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Later %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Eerder %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Ondertitels synchroniseren\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL leverancier:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL renderer:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL versie:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB Temperatuur:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU Temperatuur:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Aanwezig geheugen\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Profieldata\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Beeldscherm dimmen tijdens pauzeren van video's\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Alle opnames\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Op titel\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Op groep\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Live kanalen\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Opnames op titel\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Gids\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Toegestane afwijking in beeldverhouding (%)\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Toon videobestanden in lijst met afbeeldingen\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX aanbieder\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Direct3D versie\"\n\nmsgctxt \"#22025\"\nmsgid \"DVDPlayer full codec support\"\nmsgstr \"DVDPlayer volledige codec-ondersteuning\"\n\nmsgctxt \"#22026\"\nmsgid \"DVDPlayer fast mode for MPEG2/MPEG4/H264\"\nmsgstr \"DVDPlayer snelle modus voor MPEG2/MPEG4/H264\"\n\nmsgctxt \"#22027\"\nmsgid \"PAPlayer\"\nmsgstr \"PAPlayer\"\n\nmsgctxt \"#22028\"\nmsgid \"DVDPlayer\"\nmsgstr \"DVDPlayer\"\n\nmsgctxt \"#22029\"\nmsgid \"MPlayer\"\nmsgstr \"Mplayer\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Lettertype\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Grootte\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Kleuren\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Karakterset\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Karaoketitels als HTML exporteren\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Karaoketitels als CSV exporteren\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Karaoketitels importeren...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Auto popup nummerselectie\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Karaoketitels exporteren...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Nummer invoeren\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"wit/groen\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"wit/rood\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"wit/blauw\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"zwart/wit\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Weer plugin\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- Plugin instellingen\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Teletekst activeren\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Stuk %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"%i bytes bufferen\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Instellingen ontbreken\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Instellingen verkeerd\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Externe speler actief\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Klik op OK om de speler te beëindigen\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Klik op OK als afspelen beëindigd is\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Add-on\"\n\nmsgctxt \"#24001\"\nmsgid \"Plugins\"\nmsgstr \"Plugins\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Configureren\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Uitschakelen\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Inschakelen\"\n\nmsgctxt \"#24023\"\nmsgid \"Add-on disabled\"\nmsgstr \"Add-on uitgeschakeld\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Deze add-on kan niet worden geconfigureerd\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Bibliotheekmodus\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY-toetsenbordindeling \"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Passthrough audio in gebruik\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Flikkerfilter toepassen op spellen\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Trailerkwaliteit\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Stream\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Downloaden\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Downloaden & afspelen\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Downloaden & opslaan\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Vandaag\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Morgen\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Opslaan\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Kopiëren\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Geef downloadmap op\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Zoek tijdsduur\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Kort\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Lang\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Gebruik DVD-speler in plaats van standaardspeler\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Vragen om download alvorens video te spelen\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Clips\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Herstart plugin om deze in te schakelen\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Vannacht\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Morgennacht\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Voorwaarde\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Neerslag\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Neersl.\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Vochtigheid\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Voelt\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Waargenomen\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Vertrek van normaal\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Zonsopgang\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Zonsondergang\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Details\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Verwachting\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Coverflow\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Vertaal tekst\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Map list %s categorie\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 Uur\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Kaarten\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Elk uur\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Weekend\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s dag\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Alarm\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Alarm\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Kies je\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Controleer\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Configureer de\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Seizoenen\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Gebruik je\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Bekijk je\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Beluister\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Bekijk je\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Configureer de\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Power\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Menu\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Speel de\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Opties\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Editor\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Over je\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Waardering\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Achtergrond\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Achtergronden\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Aangepaste achtergrond\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Aangepaste achtergronden\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Bekijk Readme\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Bekijk wijzigingen\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Deze versie van %s vereist een\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC-revisie %s of meer vereist om uit te kunnen voeren.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Gelieve XBMC bij te werken.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Geen data gevonden!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Volgende pagina\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Leuk!\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Niet leuk!\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Dit bestand bestaat uit meerdere delen, selecteer het deel dat u wilt afspelen.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Pad naar script\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Stel aangepaste scriptknop in\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"FLAC\"\n"
  },
  {
    "path": "Mod Files/system/language/English/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n\n<!-- Possible values for <charsets>                     -->\n<!-- ==============================                     -->\n<!--                                                    -->\n<!-- ISO-Charsets:                                      -->\n<!-- ISO-8859-1 - Western Europe (ISO)                  -->\n<!-- ISO-8859-2 - Central Europe (ISO)                  -->\n<!-- ISO-8859-3 - South Europe (ISO)                    -->\n<!-- ISO-8859-4 - Baltic (ISO)                          -->\n<!-- ISO-8859-5 - Cyrillic (ISO)                        -->\n<!-- ISO-8859-6 - Arabic (ISO)                          -->\n<!-- ISO-8859-7 - Greek (ISO)                           -->\n<!-- ISO-8859-8 - Hebrew (ISO)                          -->\n<!-- ISO-8859-9 - Turkish (ISO)                         -->\n<!--                                                    -->\n<!-- Windows Charsets:                                  -->\n<!-- CP1250 - Central Europe (Windows)                  -->\n<!-- CP1251 - Cyrillic (Windows)                        -->\n<!-- CP1252 - Western Europe (Windows)                  -->\n<!-- CP1253 - Greek (Windows)                           -->\n<!-- CP1254 - Turkish (Windows)                         -->\n<!-- CP1255 - Hebrew (Windows)                          -->\n<!-- CP1256 - Arabic (Windows)                          -->\n<!-- CP1257 - Baltic (Windows)                          -->\n<!-- CP1258 - Vietnamesse (Windows)                     -->\n<!-- CP874  - Thai (Windows)                            -->\n<!-- CP949  - Korean                                    -->\n<!--                                                    -->\n<!-- Others:                                            -->\n<!-- GBK        - Chinese Simplified (GBK)              -->\n<!-- BIG5       - Chinese Traditional (Big5)            -->\n<!-- BIG5-HKSCS - Hong Kong (Big5-HKSCS)                -->\n<!-- SHIFT_JIS  - Japanese (Shift-JIS)                  -->\n<!--                                                    -->\n<!-- Link: (Country-Codepage comparison)                -->\n<!-- http://www.science.co.il/Language/Locale-Codes.asp -->\n<!--                                                    -->\n<!-- Possible values for <dvd>                          -->\n<!-- =========================                          -->\n<!-- Language codes expected are two character          -->\n<!-- codes as defined in ISO639.                        -->\n<!--                                                    -->\n<!-- Link:                                              -->\n<!-- http://etext.virginia.edu/tei/iso639.html          -->\n\n\n\n<language locale=\"English\">\n  <charsets>\n    <gui>CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>en</menu>\n    <audio>en</audio>\n    <subtitle>en</subtitle>\n  </dvd>\n\n  <regions>\n    <region name=\"USA\" locale=\"USA\">\n      <dateshort>MM/DD/YYYY</dateshort>\n      <datelong>DDDD, MMMM D, YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">h:mm:ss xx</time>\n      <tempunit>F</tempunit>\n      <speedunit>mph</speedunit>\n    </region>\n\n    <region name=\"UK (12h)\" locale=\"UK\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">h:mm:ss xx</time>\n      <tempunit>C</tempunit>\n      <speedunit>mph</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n\n    <region name=\"UK (24h)\" locale=\"UK\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>mph</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n\n    <region name=\"Canada\" locale=\"Canada\">\n      <dateshort>MM/DD/YYYY</dateshort>\n      <datelong>DDDD, MMMM D, YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">h:mm:ss xx</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n\n    <region name=\"Australia (12h)\" locale=\"Australia\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">h:mm:ss xx</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n\n    <region name=\"Australia (24h)\" locale=\"Australia\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n    \n    <region name=\"Central Europe\">\n\t  <dateshort>YYYY-MM-DD</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CET</timezone>\n    </region>\n\n    <region name=\"India (12h)\" locale=\"India\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">h:mm:ss xx</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n\n    <region name=\"India (24h)\" locale=\"India\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>IST</timezone>\n    </region>\n    \n  </regions>\n\n  <sorttokens>\n    <token>The</token>\n  </sorttokens>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/English/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: English (http://www.transifex.com/projects/p/xbmc4xbox/language/en/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: en\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"\"\n\n#empty string with id 10\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"\"\n\n#empty strings from id 18 to 20\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"\"\n\n#empty strings from id 33 to 40\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"\"\n\n#empty strings from id 48 to 50\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"\"\n\n#empty strings from id 63 to 97\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"\"\n\n#empty strings from id 113 to 114\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"\"\n\n#empty string with id 171\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"\"\n\n#empty string with id 174\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"\"\n\n#empty strings from id 177 to 178\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"\"\n\n#empty strings from id 199 to 201\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"\"\n\n#empty string with id 204\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"\"\n\n#empty strings from id 211 to 212\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"\"\n\n#empty string with id 223\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"\"\n\n#empty string with id 225\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"\"\n\n#empty string with id 285\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"\"\n\n#empty string with id 295\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"\"\n\n#empty strings from id 346 to 349\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#418\"\nmsgid \"Low\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#419\"\nmsgid \"High\"\nmsgstr \"\"\n\n#empty string with id 420\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"\"\n\n#empty strings from id 434 to 436\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"\"\n\n#empty string with id 458\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"\"\n\nmsgctxt \"#472\"\nmsgid \"I2C Address\"\nmsgstr \"\"\n\n#empty strings from id 473 to 473\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"\"\n\n#empty string with id 484\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"\"\n\n#empty string with id 490\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"\"\n\n#empty string with id 506\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"\"\n\n#empty strings from id 508 to 509\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"\"\n\nmsgctxt \"#519\"\nmsgid \"Override Region\"\nmsgstr \"\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"\"\n\n#empty string with id 549\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"\"\n\n#empty strings from id 576 to 579\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"\"\n\n#empty strings from id 598 to 599\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"\"\n\n#empty string with id 606\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"\"\n\n#empty strings from id 612 to 619\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"\"\n\n#empty strings from id 626 to 628\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"\"\n\n#empty string with id 659\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"\"\n\n#empty strings from id 666 to 699\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"\"\n\n#empty strings from id 703 to 704\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"\"\n\n#empty string with id 714\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"\"\n\n#empty strings from id 752 to 753\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"\"\n\n#empty string with id 758\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"\"\n\n#empty strings from id 768 to 769\n#strings 768 and 769 reserved for more subtitle colors\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"\"\n\n#empty strings from id 799 to 849\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"\"\n\n#empty strings from id 853 to 999\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"\"\n\n#empty string with id 1005\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"\"\n\n#empty strings from id 1051 to 1199\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"\"\n\n#empty string with id 1201\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"\"\n\n#empty strings from id 1205 to 1206\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"\"\n\n#empty string with id 1209\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#empty strings from id 1224 to 1225\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"\"\n\n#empty strings from id 1236 to 1244\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"\"\n\n#empty strings from id 1248 to 1249\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"\"\n\n#empty string with id 1253\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"\"\n\n#empty strings from id 1258 to 1259\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"\"\n\n#empty strings from id 1261 to 1299\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"\"\n\n#empty strings from id 1302 to 1395\n\n#. Weather token\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"\"\n\n#empty strings from id 1420 to 1449\n#strings through to 1450 reserved for weather translation\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"\"\n\n#empty strings from id 1451 to 2049\n#strings through to 1470 reserved for power-saving\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"\"\n\n#empty strings from id 2051 to 2099\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"\"\n\n#empty strings from id 2101 to 4500\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"\"\n\n#empty strings from id 4502 to 9999\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"\"\n\n#empty strings from id 10021 to 10027\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"\"\n\n#empty strings from id 10029 to 10033\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"\"\n\n#empty strings from id 10035 to 10099\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"\"\n\n#empty strings from id 10102 to 10209\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"\"\n\n#empty strings from id 10215 to 10499\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"\"\n\n#empty strings from id 10512 to 10515\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"\"\n\n#empty strings from id 10518 to 10521\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"\"\n\n#empty strings from id 10525 to 11999\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"\"\n\n#empty string with id 12007\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"\"\n\n#empty strings from id 12024 to 12309\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"\"\n\n#empty strings from id 12323 to 12324\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"\"\n\n#empty string with id 12336\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"\"\n\n#empty strings from id 12349 to 12352\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"\"\n\n#empty strings from id 12354 to 12355\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"\"\n\n#empty string with id 12359\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"\"\n\n#empty string with id 12361\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"\"\n\n#empty strings from id 12363 to 12366\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"\"\n\n#empty strings from id 12369 to 12372\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"\"\n\n#empty strings from id 12374 to 12375\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"\"\n\n#empty strings from id 12387 to 12389\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"\"\n\n#empty strings from id 12395 to 12599\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"\"\n\n#empty strings from id 12601 to 12899\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"\"\n\n#empty strings from id 12902 to 12999\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"\"\n\n#empty strings from id 13016 to 13019\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"\"\n\n#empty strings from id 13026 to 13099\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"\"\n\n#empty strings from id 13102 to 13104\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"\"\n\n#empty strings from id 13123 to 13129\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"\"\n\n#empty strings from id 13133 to 13139\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"\"\n\n#empty string with id 13143\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"\"\n\n#empty strings from id 13148 to 13149\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"\"\n\nmsgctxt \"#13175\"\nmsgid \"HDD current UDMA mode:\"\nmsgstr \"\"\n\nmsgctxt \"#13176\"\nmsgid \"HDD max supported UDMA mode:\"\nmsgstr \"\"\n\n#empty strings from id 13177 to 13199\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"\"\n\n#empty strings from id 13202 to 13203\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"\"\n\n#empty string with id 13207\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"\"\n\n#empty strings from id 13213 to 13248\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"\"\n\n#empty strings from id 13254 to 13269\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"\"\n\n#empty strings from id 13272 to 13273\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"\"\n\n#empty string with id 13337\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"\"\n\n#empty strings from id 13362 to 13374\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"\"\n\n#empty string with id 13412\n\nmsgctxt \"#13412\"\nmsgid \"Play from here\"\nmsgstr \"\"\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"\"\n\n#empty strings from id 13433 to 13499\n\nmsgctxt \"#13433\"\nmsgid \"Play the next video automatically\"\nmsgstr \"\"\n\nmsgctxt \"#13434\"\nmsgid \"Play only this\"\nmsgstr \"\"\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"\"\n\n#empty strings from id 13511 to 13599\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"\"\n\nmsgctxt \"#13601\"\nmsgid \"Use MCE/Universal Remote\"\nmsgstr \"\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"\"\n\n#empty strings from id 13604 to 13609\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"\"\n\n#empty strings from id 13614 to 13619\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"\"\n\n#empty strings from id 13622 to 13999\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"\"\n\n#empty string with id 14002\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"\"\n\n#empty string with id 14008\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"\"\n\n#empty string with id 14029\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"\"\n\n#empty string with id 14033\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"\"\n\n#empty string with id 14037\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"\"\n\nmsgctxt \"#14042\"\nmsgid \"Internet connection bandwidth limitation\"\nmsgstr \"\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"\"\n\n#empty string with id 14054\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"\"\n\n#empty strings from id 14072 to 14073\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"\"\n\nmsgctxt \"#14096\"\nmsgid \"Video cache\"\nmsgstr \"\"\n\nmsgctxt \"#14097\"\nmsgid \"Video cache - max time\"\nmsgstr \"\"\n\nmsgctxt \"#14098\"\nmsgid \"Audio cache\"\nmsgstr \"\"\n\nmsgctxt \"#14099\"\nmsgid \"Audio cache - max time\"\nmsgstr \"\"\n\nmsgctxt \"#14100\"\nmsgid \"H.264 Skip Loop Filter\"\nmsgstr \"\"\n\nmsgctxt \"#14101\"\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgctxt \"#14102\"\nmsgid \"Skip Non-reference Frames\"\nmsgstr \"\"\n\nmsgctxt \"#14103\"\nmsgid \"Skip Bidirectional Frames\"\nmsgstr \"\"\n\nmsgctxt \"#14104\"\nmsgid \"Skip Non-key frames\"\nmsgstr \"\"\n\nmsgctxt \"#14105\"\nmsgid \"Skip Everything\"\nmsgstr \"\"\n\n#empty strings from id 14106 to 15014\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"\"\n\n#empty strings from id 15017 to 15018\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"\"\n\n#empty strings from id 15020 to 15051\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"\"\n\n#empty strings from id 15053 to 15099\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"\"\n\n#empty string with id 15106\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"\"\n\n#empty string with id 15110\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"\"\n\n#empty strings from id 15113 to 15199\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"\"\n\n#empty strings from id 15222 to 15249\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"\"\n\n#empty string with id 15286\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"\"\n\n#empty string with id 15299\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"\"\n\n#empty strings from id 15304 to 15309\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"\"\n\n#empty strings from id 15312 to 15999\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"\"\n\n#empty strings from id 16005 to 16007\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"\"\n\n#empty strings from id 16036 to 16099\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"\"\n\n#empty strings from id 16111 to 16199\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"\"\n\n#empty strings from id 16207 to 16299\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"\"\n\n#empty strings from id 16315 to 16399\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"\"\n\n#empty strings from id 16401 to 17499\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"\"\n\n#empty strings from id 17501 to 18999\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"\"\n\n#empty strings from id 19001 to 19999\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"\"\n\n#empty string with id 20005\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"\"\n\n#empty string with id 20010\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"\"\n\n#empty strings from id 20020 to 20022\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"\"\n\n#empty strings from id 20027 to 20036\n#string id's 20027 thru 20034 are reserved for temperature strings (LocalizeStrings.cpp)\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"\"\n\n#empty string with id 20056\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"\"\n\n#empty string with id 20127\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"\"\n\n#empty string with id 20193\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"\"\n\n#empty strings from id 20200 to 20249\n#string id's 20200 thru 20211 are reserved for speedstrings (LocalizeStrings.cpp)\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"\"\n\n#empty strings from id 20255 to 20257\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"\"\n\n#empty strings from id 20259 to 20299\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"\"\n\n#empty string with id 20305\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"\"\n\n#empty string with id 20329\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"\"\n\n#empty string with id 20404\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"\"\n\n#empty string with id 20419\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"\"\n\n#empty strings from id 20452 to 20453\n\nmsgctxt \"#20454\"\nmsgid \"Listener\"\nmsgstr \"\"\n\nmsgctxt \"#20455\"\nmsgid \"Listeners\"\nmsgstr \"\"\n\nmsgctxt \"#20456\"\nmsgid \"Set movieset fanart\"\nmsgstr \"\"\n\n#empty string with id 20457\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"\"\n\n#empty strings from id 20459 to 21329\n#up to 21329 is reserved for the video db !! !\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"\"\n\n#empty strings from id 21338 to 21358\n#up to 21355 is reserved for the TuxBox Client!! !\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"\"\n\n#empty strings from id 21361 to 21363\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"\"\n\n#empty string with id 21368\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"\"\n\n#empty string with id 21419\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"\"\n\n#empty strings from id 21451 to 21799\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"\"\n\n#empty strings from id 21809 to 21819\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"\"\n\n#empty strings from id 21844 to 21859\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"\"\n\n#empty strings from id 21901 to 21999\n#strings 21900 thru 21999 reserved for slideshow info\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"\"\n\nmsgctxt \"#22025\"\nmsgid \"DVDPlayer full codec support\"\nmsgstr \"\"\n\nmsgctxt \"#22026\"\nmsgid \"DVDPlayer fast mode for MPEG2/MPEG4/H264\"\nmsgstr \"\"\n\nmsgctxt \"#22027\"\nmsgid \"PAPlayer\"\nmsgstr \"\"\n\nmsgctxt \"#22028\"\nmsgid \"DVDPlayer\"\nmsgstr \"\"\n\nmsgctxt \"#22029\"\nmsgid \"MPlayer\"\nmsgstr \"\"\n\n#strings 22030 thru 22060 reserved for karaoke\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"\"\n\n#empty strings from id 22044 to 22999\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"\"\n\n#empty strings from id 23002 to 23049\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"\"\n\n#empty strings from id 23055 to 23099\n#strings 23100 thru 23150 reserved for external player\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"\"\n\n#empty strings from id 23102 to 23103\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"\"\n\n#empty strings from id 23105 to 23999\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"\"\n\nmsgctxt \"#24001\"\nmsgid \"Plugins\"\nmsgstr \"\"\n\n#empty strings from id 24002 to 24019\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"\"\n\nmsgctxt \"#24023\"\nmsgid \"Add-on disabled\"\nmsgstr \"\"\n\n#empty strings from id 24024 to 24029\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"\"\n\n#empty strings from id 24031 to 29799\n#strings 29800 thru 29998 reserved strings used only in the default Project Mayhem III skin and not c++ code\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"\"\n\n#empty strings from id 29803 to 29998\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"\"\n\n#empty strings from id 30000 to 33000\n#strings 30000 thru 30999 reserved for plugins and plugin settings\n#strings 31000 thru 31999 reserved for skins\n\n#strings 32000 thru 32999 reserved for scripts and new internal names\n\nmsgctxt \"#32000\"\nmsgid \"Advanced\"\nmsgstr \"\"\n\nmsgctxt \"#32001\"\nmsgid \"Enable the use of the (Y) button to open the information window\"\nmsgstr \"\"\n\nmsgctxt \"#32002\"\nmsgid \"Enable fast game parsing\"\nmsgstr \"\"\n\nmsgctxt \"#32003\"\nmsgid \"Don't use Synopsis naming\"\nmsgstr \"\"\n\nmsgctxt \"#32004\"\nmsgid \"This option will not work with forced 480p bios\"\nmsgstr \"\"\n\nmsgctxt \"#32005\"\nmsgid \"Enable higher resolution artwork\"\nmsgstr \"\"\n\nmsgctxt \"#32006\"\nmsgid \"Refresh info\"\nmsgstr \"\"\n\nmsgctxt \"#32007\"\nmsgid \"Refresh all contents info\"\nmsgstr \"\"\n\nmsgctxt \"#32008\"\nmsgid \"Refreshing Synopsis Information\"\nmsgstr \"\"\n\nmsgctxt \"#32009\"\nmsgid \"Override Launch XBE\"\nmsgstr \"\"\n\nmsgctxt \"#32010\"\nmsgid \"Unpatched\"\nmsgstr \"\"\n\nmsgctxt \"#32011\"\nmsgid \"480p Patch\"\nmsgstr \"\"\n\nmsgctxt \"#32012\"\nmsgid \"720p Patch\"\nmsgstr \"\"\n\nmsgctxt \"#32013\"\nmsgid \"Generic Patch\"\nmsgstr \"\"\n\nmsgctxt \"#32014\"\nmsgid \"Widescreen Patch\"\nmsgstr \"\"\n\nmsgctxt \"#32015\"\nmsgid \"XHD Patch\"\nmsgstr \"\"\n\nmsgctxt \"#32016\"\nmsgid \"Resize Screen\"\nmsgstr \"\"\n\nmsgctxt \"#32017\"\nmsgid \"Edit or Refresh\"\nmsgstr \"\"\n\nmsgctxt \"#32018\"\nmsgid \"Trainers (cheats)\"\nmsgstr \"\"\n\nmsgctxt \"#32019\"\nmsgid \"Information\"\nmsgstr \"\"\n\nmsgctxt \"#32020\"\nmsgid \"Power Saving\"\nmsgstr \"\"\n\nmsgctxt \"#32021\"\nmsgid \"This can crash some Xbox. If yours crashes, hold the (Black) button[CR]when the splash screen appears to disable.\"\nmsgstr \"\"\n\nmsgctxt \"#32022\"\nmsgid \"  Ignore matches in path\"\nmsgstr \"\"\n\nmsgctxt \"#32023\"\nmsgid \"  Ignore matches in name\"\nmsgstr \"\"\n\nmsgctxt \"#32024\"\nmsgid \"1080i Patch\"\nmsgstr \"\"\n\nmsgctxt \"#32025\"\nmsgid \"Discord\"\nmsgstr \"\"\n\nmsgctxt \"#32026\"\nmsgid \"Enable xbdStats communication\"\nmsgstr \"\"\n\nmsgctxt \"#32027\"\nmsgid \"- Send title names to server\"\nmsgstr \"\"\n\nmsgctxt \"#32028\"\nmsgid \"- Clear presence on startup\"\nmsgstr \"\"\n\nmsgctxt \"#32029\"\nmsgid \"Configure in the \"Add User\" profile, or disable the login screen.\"\nmsgstr \"\"\n\n#strings 33000 thru 33999 reserved for common strings used in addons\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"\"\n\n#empty strings from id 33039 to 33048\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"\"\n\n#empty string with id 33064\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"\"\n\n#empty strings from id 33084 to 34004\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"\"\n\nmsgctxt \"#34006\"\nmsgid \"- Primary DNS\"\nmsgstr \"\"\n\nmsgctxt \"#34007\"\nmsgid \"- Secondary DNS\"\nmsgstr \"\"\n"
  },
  {
    "path": "Mod Files/system/language/English (US)/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n\n<!-- Possible values for <charsets>                     -->\n<!-- ==============================                     -->\n<!--                                                    -->\n<!-- ISO-Charsets:                                      -->\n<!-- ISO-8859-1 - Western Europe (ISO)                  -->\n<!-- ISO-8859-2 - Central Europe (ISO)                  -->\n<!-- ISO-8859-3 - South Europe (ISO)                    -->\n<!-- ISO-8859-4 - Baltic (ISO)                          -->\n<!-- ISO-8859-5 - Cyrillic (ISO)                        -->\n<!-- ISO-8859-6 - Arabic (ISO)                          -->\n<!-- ISO-8859-7 - Greek (ISO)                           -->\n<!-- ISO-8859-8 - Hebrew (ISO)                          -->\n<!-- ISO-8859-9 - Turkish (ISO)                         -->\n<!--                                                    -->\n<!-- Windows Charsets:                                  -->\n<!-- CP1250 - Central Europe (Windows)                  -->\n<!-- CP1251 - Cyrillic (Windows)                        -->\n<!-- CP1252 - Western Europe (Windows)                  -->\n<!-- CP1253 - Greek (Windows)                           -->\n<!-- CP1254 - Turkish (Windows)                         -->\n<!-- CP1255 - Hebrew (Windows)                          -->\n<!-- CP1256 - Arabic (Windows)                          -->\n<!-- CP1257 - Baltic (Windows)                          -->\n<!-- CP1258 - Vietnamesse (Windows)                     -->\n<!-- CP874  - Thai (Windows)                            -->\n<!-- CP949  - Korean                                    -->\n<!--                                                    -->\n<!-- Others:                                            -->\n<!-- GBK        - Chinese Simplified (GBK)              -->\n<!-- BIG5       - Chinese Traditional (Big5)            -->\n<!-- BIG5-HKSCS - Hong Kong (Big5-HKSCS)                -->\n<!-- SHIFT_JIS  - Japanese (Shift-JIS)                  -->\n<!--                                                    -->\n<!-- Link: (Country-Codepage comparison)                -->\n<!-- http://www.science.co.il/Language/Locale-Codes.asp -->\n<!--                                                    -->\n<!-- Possible values for <dvd>                          -->\n<!-- =========================                          -->\n<!-- Language codes expected are two character          -->\n<!-- codes as defined in ISO639.                        -->\n<!--                                                    -->\n<!-- Link:                                              -->\n<!-- http://etext.virginia.edu/tei/iso639.html          -->\n\n\n\n<language locale=\"English-us\">\n  <charsets>\n    <gui>CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>en</menu>\n    <audio>en</audio>\n    <subtitle>en</subtitle>\n  </dvd>\n\n  <regions>\n    <region name=\"USA\" locale=\"USA\">\n      <dateshort>MM/DD/YYYY</dateshort>\n      <datelong>DDDD, MMMM D, YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">h:mm:ss xx</time>\n      <tempunit>F</tempunit>\n      <speedunit>mph</speedunit>\n    </region>\n\n    <region name=\"UK (12h)\" locale=\"UK\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">h:mm:ss xx</time>\n      <tempunit>C</tempunit>\n      <speedunit>mph</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n\n    <region name=\"UK (24h)\" locale=\"UK\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>mph</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n\n    <region name=\"Canada\" locale=\"Canada\">\n      <dateshort>MM/DD/YYYY</dateshort>\n      <datelong>DDDD, MMMM D, YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">h:mm:ss xx</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n\n    <region name=\"Australia (12h)\" locale=\"Australia\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">h:mm:ss xx</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n\n    <region name=\"Australia (24h)\" locale=\"Australia\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n    \n    <region name=\"Central Europe\">\n\t  <dateshort>YYYY-MM-DD</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CET</timezone>\n    </region>\n    \n  </regions>\n\n  <sorttokens>\n    <token>The</token>\n  </sorttokens>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/English (US)/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: English (US) (http://www.transifex.com/projects/p/xbmc4xbox/language/en_US/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: en_US\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programs\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Pictures\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Music\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Videos\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"TV-Guide\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Settings\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"File manager\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Weather\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc media center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Monday\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Tuesday\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Wednesday\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Thursday\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Friday\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Saturday\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Sunday\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"January\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"February\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"March\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"April\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"May\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"June\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"July\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"August\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"September\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"October\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"November\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"December\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Mon\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Tue\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Wed\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Thu\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Fri\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Sat\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Sun\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Jan\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Feb\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Apr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"May\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Jun\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Jul\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Aug\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Sep\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Oct\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Dec\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"View: Auto\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"View: Auto Big\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"View: Icons\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"View: List\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Scan\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sort by: Name\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Sort by: Date\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Sort by: Size\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"No\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Yes\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Slideshow\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Create Thumbs\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Create Thumbnails\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Shortcuts\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Paused\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Copy\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Move\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Delete\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Rename\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"New Folder\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Confirm file copy\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Confirm file move\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Confirm file delete?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Copy these files?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Move these files?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Delete these files? - Deleting files cannot be undone!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Objects\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"General\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Slideshow\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"System info\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Display\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albums\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Artists\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Songs\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Genres\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Playlists\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Search\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"System Information\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperatures:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Time:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Current:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Build:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Network:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Type:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Static\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC address\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP address\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Link:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Half duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Full duplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Storage\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Drive\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Free\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Free memory\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"No link\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Free\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Unavailable\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Tray open\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Reading\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"No disc\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disc present\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Skin\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Enable FTP Server\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Enable Internet time synchronization\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Resolution\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Adjust display refresh rate to match video\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Release date\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Display 4:3 videos as\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Moods\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Styles\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Song\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Duration\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Select album\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Tracks\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Review\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Refresh\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Searching album\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"No albums found!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Select all\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Scanning media info\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Save\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Shuffle\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Clear\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Scan\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Searching...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"No info found!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Select movie:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Querying %s info\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Loading movie details\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Tagline\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Plot outline\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Votes:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Cast\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Plot\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Play\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Next\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Previous\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Calibrate user interface...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Video calibration...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Soften\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Zoom amount\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Pixel ratio\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD drive\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Please insert disc\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Remote share\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Network is not connected\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Cancel\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Speed\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Test patterns...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Lookup audio CD track names from freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Shuffle playlist on load\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"HDD spindown time\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Video filters\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"None\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Point\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Linear\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotropic\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussian cubic\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Minification\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Magnification\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Clear playlist on finish\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Autoplay DVD-Video\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Autoplay VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Autoplay Audio-CD\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Autoplay Xbox games\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Autoplay videos\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Autoplay music\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Autoplay pictures\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Language\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Music\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Visualization\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Select destination directory\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Output stereo to all speakers\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Number of channels\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- DTS capable receiver\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Fetching CD information\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Error\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Enable tag reading\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Opening\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Waiting for start...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Scripts output\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Allow control of XBMC via HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Record\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Stop Rec.\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Sort by: Track\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Sort by: Time\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Sort by: Title\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Sort by: Artist\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Sort by: Album\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Top 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Top-Left overscan compensation\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Bottom-Right overscan compensation\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Subtitle positioning\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Pixel ratio adjustment\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Adjust the arrow to change the amount of overscan\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Adjust the bar to change the subtitles position\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Adjust the rectangle so it is perfectly square\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Unable to load settings\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Using default settings\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Please check the XML files\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Found %i items\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Search results\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"No results found\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Post-processing filter\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Subtitles\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Font\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Size\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Dynamic range compression\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Audio\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Browse for subtitles\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Create bookmark\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Clear bookmarks\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Audio offset\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Bookmarks\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- AAC capable receiver\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- MP1 capable receiver\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- MP2 capable receiver\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- MP3 capable receiver\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Delay\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Language\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Enabled\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Non-interleaved\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Automatic post-processing\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Vertical deblocking filter\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Horizontal deblocking filter\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Auto brightness/contrast\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Cleaning database\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Preparing...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Database error\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Searching songs...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Cleaned database successfully\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Cleaning songs...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Error cleaning songs\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Cleaning artists...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Error cleaning artists\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Cleaning genres...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Error cleaning genres\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Cleaning paths...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Error cleaning paths\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Cleaning albums...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Error cleaning albums\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Writing changes...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Error writing changes\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"This may take some time...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Compressing database...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Error compressing database\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Do you want to clean the library?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Clean library...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Start\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Framerate conversion\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Audio output\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analog\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digital\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Various artists\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Play disc\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Movies\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Adjust framerate\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Actors\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Year\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programs\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Off\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Dim\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Black\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix trails\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Screensaver time\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Screensaver mode\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Shutdown function timer\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"All albums\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Recently added albums\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Screensaver\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"R. Slideshow\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Screensaver dim level\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Sort by: File\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Dolby Digital (AC3) capable receiver\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sort by: Name\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Sort by: Year\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Sort by: Rating\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Title\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Thunderstorms\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Partly\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Mostly\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Sunny\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Cloudy\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Snow\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Rain\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Light\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"AM\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"PM\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Showers\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Few\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Scattered\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Wind\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Strong\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Fair\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Clear\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Clouds\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Early\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Shower\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Flurries\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Low\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Medium\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"High\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Fog\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Haze\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Select location\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Refresh time\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Temperature units\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Speed units\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Weather\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temp\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Feels like\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV index\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Wind\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Dew point\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Humidity\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"From\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"At\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Defaults\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Accessing weather service\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Getting weather for:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Unable to get weather data\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manual\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"No review for this album\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Downloading thumbnail...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Not available\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"View: Big icons\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Enable Library\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Delete album info\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Delete CD information\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Select\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"No album information found\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"No CD information found\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disc\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Insert correct CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Please insert the following CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Sort by: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"No cache\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Remove movie from library\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Really remove '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Removable disk\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Opening file\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"MPlayer cache\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Harddisk\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Local network\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Audio\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Autorun media\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Enabled\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Columns\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Row 1 address\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Row 2 address\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Row 3 address\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Row 4 address\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Rows\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Mode\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Switch view\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Subs\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Audio stream\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[active]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Subtitle\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Backlight\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Brightness\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Contrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Move the bar to change the OSD position\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"OSD position\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Credits\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Off\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Music only\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Music & video\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Unable to load playlist\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Skin & language\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Appearance\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Audio options\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"About XBMC\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"DVDPlayer cache\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Delete album\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Repeat\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Repeat one\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Repeat folder\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Play the next song automatically\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Use big icons\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Resize VobSubs\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Advanced options (Experts Only!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Overall audio headroom\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Upsample videos to GUI resolution\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Calibration\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Show file extensions\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Sort by: Type\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Unable to connect to online lookup service\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Downloading album information failed\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Looking for album names...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Open\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Busy\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Empty\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Loading media info from files...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Sort by: Usage\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Enable visualizations\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Enable video mode switching\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Startup window\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Home window\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Manual settings\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Genre\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Make stored archives with one file transparent\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Recently played albums\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Launch\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Launch in...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Edit XBE title\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Compilations\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Remove source\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Switch media\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Select playlist\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"New playlist...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Add to playlist\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Manually add to library\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Enter title\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Error: Duplicate title\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Select genre\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"New genre\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Manual addition\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Enter genre\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"View: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"List\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Icons\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Big list\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Big icons\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Wide\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Big wide\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Album icons\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD icons\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Media info\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Audio output device\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Passthrough output device\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"No biography for this artist\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Downmix multichannel audio to stereo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Sort by: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Name\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Date\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Size\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Track\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Time\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Title\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Artist\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Playlist\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"File\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Year\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Rating\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Usage\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Album artist\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Play count\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Last played\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Comment\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Date added\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Default\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Studio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Path\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Country\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"In progress\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Sort direction\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Sort method\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"View mode\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Remember views for different folders\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Ascending\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Descending\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Edit playlist\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filter\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Cancel party mode\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Party mode\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Random\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Off\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"One\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"All\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Off\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Repeat: Off\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Repeat: One\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Repeat: All\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Rip audio CD\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Medium\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Extreme\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Constant bitrate\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Ripping...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"To:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Could not rip CD or track\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDARipPath is not set.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Rip audio track\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Enter number\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Audio CDs\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Encoder\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Quality\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bitrate\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Include track number\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"All songs of\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"View mode\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zoom\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Stretch 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Stretch 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Stretch 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Original Size\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Custom\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Replaygain volume adjustments\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Use track levels\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Use album levels\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"PreAmp Level - Replay gained files\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"PreAmp Level - Non replay gained files\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Avoid clipping on replay gained files\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Crop black bars\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Need to unpack a big file. Continue?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Remove from library\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Export video library\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Import video library\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Importing\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Exporting\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Browse for library\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Years\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Update library\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Show debug info\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Browse for executable\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Browse for playlist\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Browse for folder\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Song information\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Volume amplification\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Choose export folder\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"This file is no longer available.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Would you like to remove it from the library?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Browse for Script\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Compression level\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Cleaning up library\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Removing old songs from the library\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"This path has been scanned before\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Network\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Server\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"HTTP proxy port\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Use an HTTP proxy server to access the internet\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"HTTP proxy username\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"HTTP proxy password\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internet Protocol (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Invalid port specified. Value must be between 1 and 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP proxy\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Assignment\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automatic (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manual (Static)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Default (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP address\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Netmask\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Default gateway\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS server\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Save & restart\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"with numbers between 0 and 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Changes not saved. Continue without saving?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Web server\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP server\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Internet time\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Port\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Time server host\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Save & apply\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Password\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"No pass\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Character set\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Style\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Color\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Bold\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Italics\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Bold italics\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"White\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Yellow\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Files\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"No scanned information for this view\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Please turn off library mode\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Error loading image\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Edit path\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Mirror image\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Are you sure?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Removing source\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Add program link\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Edit program path\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Edit program name\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Edit path depth\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"View: Big list\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Yellow\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"White\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Blue\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Bright green\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Yellow green\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Cyan\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Light gray\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Gray\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Error %i: share not available\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Auto FATX limiter\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Audio output\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Seeking\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Slideshow folder\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Network interface\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Wireless network name (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Wireless password\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Wireless security\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Save and apply network interface settings\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"No encryption\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Applying network interface settings. Please wait.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Network interface restarted successfully.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Network interface did not start successfully.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Interface disabled\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Network interface disabled successfully.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Wireless network name (ESSID)\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Event server\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Allow programs on this system to control XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Port range\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Allow programs on other systems to control XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Initial repeat delay (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Continuous repeat delay (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Maximum number of clients\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Internet access\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Invalid port number entered\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Valid port range is 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Valid port range is 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Screensaver preview\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Unable to connect\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC was unable to connect to the network location.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"This could be due to the network not being connected.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Would you like to add it anyway?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP address\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Add network location\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protocol\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Server address\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Server name\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Remote path\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Shared folder\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Username\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Browse for network server\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Enter the network address of the server\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Enter the path on the server\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Enter the port number\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Enter the username\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Add %s source\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Enter the paths or browse for the media locations.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Enter a name for this media Source.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Browse for new share\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Browse\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Could not retrieve directory information.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Add source\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Edit source\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Edit %s source\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Enter the new label\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Browse for image\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Browse for image folder\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Add network location...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Browse for file\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Submenu\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Enable submenu buttons\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Favorites\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Video plugins\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Music plugins\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Picture plugins\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Loading directory\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Retrieved %i items\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Retrieved %i of %i items\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Program plugins\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Set plugin thumb\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Plugin settings\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Access points\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Other...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Username\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Script settings\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Singles\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB client\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Workgroup\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Default username\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Default password\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS server\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Mount SMB shares\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Remove\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Music\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Pictures\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Files\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Music & video \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Music & pictures\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Music & files\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Video & pictures\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Video & files\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Pictures & files\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Music & video & pictures\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Music & video & pictures & files\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Disabled\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Files & music & video\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Files & pictures & music\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Files & pictures & video\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Music & programs\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Video & programs\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Pictures & programs\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Music & video & pictures & programs\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programs & video & music\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programs & pictures & music\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programs & pictures & video\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP username\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP password\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Password has been set successfully\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Auto-detection\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Auto-detect system\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Nickname\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Ask to connect\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Send FTP user and password\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Ping interval\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Would you like to connect to the auto-detected system?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Announce these services to other systems via Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Custom audio device\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Custom passthrough device\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Drifting\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"and\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Freezing\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Late\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Isolated\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Thundershowers\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Thunder\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Sun\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Heavy\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"in\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"the\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Vicinity\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Ice\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Crystals\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Calm\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"with\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"windy\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"Drizzle\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Thunderstorm\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Drizzle\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Foggy\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Grains\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"T-Storms\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"T-Showers\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Put display to sleep when idle\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Runtime\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Script failed! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Enable LCD/VFD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Home\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programs\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Pictures\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"File manager\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Settings\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Music\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Videos\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"System information\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Settings - General\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Settings - Screen\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Settings - Appearance - GUI Calibration\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Settings - Videos - Screen Calibration\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Settings - Pictures\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Settings - Programs\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Settings - Weather\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Settings - Music\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Settings - System\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Settings - Videos\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Settings - Network\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Settings - Appearance\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Videos/Playlist\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Settings - Profiles\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Yes/No dialog\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Progress dialog\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Looking for subtitles...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Looking for or caching subtitles...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"terminating\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"buffering\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Opening stream\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Music/Playlist\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Music/Files\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Music/Library\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Playlist editor\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Top 100 songs\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Top 100 albums\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programs\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Configuration\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Weather forecast\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Network gaming\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Extensions\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"System info\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Music - Library\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Now Playing - Music\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Now Playing - Videos\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Album info\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Movie info\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Select dialog\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Music/Info\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Dialog OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Videos/Info\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Scripts/Info\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Fullscreen video\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Audio visualization\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"File stacking dialog\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Rebuild index...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Return to music window\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Return to videos window\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Update trainer list\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"No trainers found\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Trainer settings\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"All registered trainers are missing. Update your list\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Resume from where last stopped\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"No\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Yes\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Ask\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Start from beginning\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Resume from %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Validating existing trainers...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Locked! Enter code...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Enter password\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Enter master code\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Enter unlock code\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"or press C to cancel\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Enter gamepad button combo and\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"Press Start or Back to cancel\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Set lock\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Unlock\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Reset lock\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Remove lock\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Numeric password\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Gamepad button combo\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Full-text password\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Enter new password\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Re-Enter new password\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Incorrect password,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"retries left \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Passwords entered did not match.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Access denied\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Password retry limit exceeded.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"The system will now shut off.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Item locked\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Reactivate lock\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Change lock\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Source lock\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Password entry was blank. Try again.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Master lock\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Shutdown system if Master Lock retries exceeded\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Master code is not valid\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Please enter a valid master code\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Settings & file manager\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Set as default for all movies\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"This will reset any previously saved values\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Amount of time to display each image\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Use pan and zoom effects\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Play NTSC videos at PAL rates\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Play PAL videos at NTSC rates\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Play NTSC videos in PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12 hour clock\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24 hour clock\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Day/Month\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Month/Day\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"System uptime\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Minutes\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Hours\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Days\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Total uptime\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Weather\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Screensaver\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Fullscreen OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"System\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Immediate HDD spindown\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Video only\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Delay\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Minimum file duration\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Shutdown\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Use custom dashboard path\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Shutdown function\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Quit\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Hibernate\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Suspend\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Exit\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Reboot\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Minimize\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Power button action\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Is another session active, perhaps over SSH?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Mounted removable harddrive\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Unsafe device removal\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Successfully removed device\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick plugged\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick unplugged\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Flicker filter\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Let driver choose (requires restart)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Vertical blank sync\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Disabled\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Enabled during video playback\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Always enabled\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Test & apply resolution\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Save resolution?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Would you like to keep this resolution?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"High quality upscaling\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Disabled\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Enabled for SD content\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Always enabled\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Upscaling method\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU HQ Upscaling level\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU Studio level color conversion\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Blank other displays\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Disabled\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Blank displays\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Active connections detected!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"If you proceed, you might not be able to control XBMC\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"any longer. Are you sure you want to stop the Event server?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Change Apple Remote mode?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"If you are currently using the Apple Remote to control\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, changing this setting might affect your ability\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"to continue controlling it. Do you want to proceed?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD key:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD temp:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD model:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD model:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD serial:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD password:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD lock state:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Subnet mask\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Gateway\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Primary DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Initialize failed\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Gamepad\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Keyboard\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Mouse\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Head/Microphone\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Memory unit\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"IR-Remote\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Controller port\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Never\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Immediately\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"After %i secs\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"HDD install date:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"HDD power cycle count:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profiles\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Delete profile '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Last loaded profile:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Unknown\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Overwrite\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Alarm clock\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Alarm clock interval (in minutes)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Started, alarm in %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarm!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Canceled with %im%is left\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Search for subtitles in RARs\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Browse for subtitle...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Move item\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Move item here\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Cancel move\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardware:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"CPU Usage:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Connected, but no DNS is available.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Hard Disk\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Storage\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Default\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Network\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Hardware\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Operating system:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"CPU speed:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Detected BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Video encoder:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Screen resolution:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox version:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox serial number:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox manufacturer:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Modchip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V cable:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Video & XBE region:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD region:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Connected\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Not connected. Check network settings.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Xbox Live key:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Target temperature\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Fan speed\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Auto temperature control\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Fan speed override\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Fonts\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Enable flipping bi-directional strings\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Show RSS news feeds\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Show parent folder items\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Track naming template\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Do you wish to reboot your system\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"instead of just XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Zoom effect\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Float effect\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Black bar reduction\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Restart\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Crossfade between songs\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Regenerate thumbnails\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Recursive thumbnails\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"View slideshow\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Recursive slideshow\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Randomize\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Left only\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Right only\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Enable karaoke support\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Background transparency\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Foreground transparency\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"A/V delay\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s not found\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Error opening %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Unable to load %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Error: Out of memory\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Move up\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Move down\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Edit label\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Make default\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Remove button\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Front LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Front LED color\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Leave as is\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Green\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Orange\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Red\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Cycle\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Switch LED off on playback\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Movie information\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Queue item\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Search IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Scan for new content\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Now playing...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Album information\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Scan item to library\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Stop scanning\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Render method\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Low quality pixel shader\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Hardware overlays\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"High quality pixel shader\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Play item\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Set artist thumb\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Automatically generate thumbnails\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Enable voice\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Enable device\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Volume\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Default view mode\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Default brightness\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Default contrast\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Default gamma\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Resume video\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Voice mask - Port 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Voice mask - Port 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Voice mask - Port 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Voice mask - Port 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Use time based seeking\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Track naming template - right\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Preset\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"There are no presets available\\nfor this visualization\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"There are no settings available\\nfor this visualization\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Eject/Load\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Use visualization if playing audio\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Calculate size\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Calculating folder size\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Video settings\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Audio and subtitle settings\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Enable subtitles\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Shortcuts\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ignore articles when sorting (e.g. \\\"the\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Crossfade between songs on the same album\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Browse for %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Show track position\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Clear default\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Resume\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Get thumb\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Picture information\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s presets\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(IMDb user rating)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Tune in on Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Minimum fan speed\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Downloading\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Include artists who appear only on compilations\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Render method\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Auto detect\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Basic shaders (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Advanced shaders (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Remove safely\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Start slideshow here\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Remember for this path\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Use pixel buffer objects\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"A/V sync method\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Audio clock\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Video clock (Drop/Dupe audio)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Video clock (Resample audio)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Maximum resample amount (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Resample quality\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Low(fast)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Medium\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"High\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Really high(slow!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Sync playback to display\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple remote\"\n\nmsgctxt \"#13601\"\nmsgid \"Use MCE/Universal Remote\"\nmsgstr \"Use MCE/Universal Remote\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Allow start of XBMC using the remote\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Sequence delay time\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Disabled\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Universal Remote\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Multi Remote (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Apple Remote Error\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Apple Remote support could be enabled.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Stack\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Unstack\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Downloading playlist file...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Downloading streams list...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Parsing streams list...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Downloading streams list failed\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Downloading playlist file failed\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Games directory\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Auto switch to thumbs based on\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Enable auto switching to thumbs view\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Use large icons\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Switch based on\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Percentage\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"No files and at least one thumb\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"At least one file and thumb\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Percentage of thumbs\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"View options\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Change area code 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Change area code 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Change area code 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Library\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"No TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Enter the nearest large town\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video/Audio/DVD cache - Harddisk\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Video cache - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Local Network\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Audio cache - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Local Network\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD cache - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Local Network\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Services\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Network settings changed\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC requires to restart to change your\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"network setup.  Would you like to restart now?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Post processing\"\n\nmsgctxt \"#14042\"\nmsgid \"Internet connection bandwidth limitation\"\nmsgstr \"Internet connection bandwidth limitation\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Shutdown while playing\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i sec\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Time format\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Date format\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"GUI filters\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Use background scanning\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Stop scan\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Not possible while scanning for media info\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Film grain effect\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Search for thumbnails on remote shares\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Unknown type cache - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Enter username for\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Date & time\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Set date\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Set time\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Enter the time in 24 hour HH:MM format\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Enter the date in DD/MM/YYYY format\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Enter the IP address\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Apply these settings now?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Apply changes now\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Allow file renaming and deletion\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Set timezone\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Use daylight saving time\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Add to favorites\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Remove from favorites\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Colors\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Timezone country\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Timezone\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"File lists\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Show EXIF picture information\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Use a fullscreen window rather than true fullscreen\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Queue songs on selection\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Play audio CDs automatically\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Playback\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVDs\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Play DVDs automatically\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Font to use for text subtitles\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"International\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Character set\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Debugging\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Security\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Input devices\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Power saving\"\n\nmsgctxt \"#14096\"\nmsgid \"Video cache\"\nmsgstr \"Video cache\"\n\nmsgctxt \"#14097\"\nmsgid \"Video cache - max time\"\nmsgstr \"Video cache - max time\"\n\nmsgctxt \"#14098\"\nmsgid \"Audio cache\"\nmsgstr \"Audio cache\"\n\nmsgctxt \"#14099\"\nmsgid \"Audio cache - max time\"\nmsgstr \"Audio cache - max time\"\n\nmsgctxt \"#14100\"\nmsgid \"H.264 Skip Loop Filter\"\nmsgstr \"H.264 Skip Loop Filter\"\n\nmsgctxt \"#14101\"\nmsgid \"Default\"\nmsgstr \"Default\"\n\nmsgctxt \"#14102\"\nmsgid \"Skip Non-reference Frames\"\nmsgstr \"Skip Non-reference Frames\"\n\nmsgctxt \"#14103\"\nmsgid \"Skip Bidirectional Frames\"\nmsgstr \"Skip Bidirectional Frames\"\n\nmsgctxt \"#14104\"\nmsgid \"Skip Non-key frames\"\nmsgstr \"Skip Non-key frames\"\n\nmsgctxt \"#14105\"\nmsgid \"Skip Everything\"\nmsgstr \"Skip Everything\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Remove\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Games\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Add\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Password\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Library\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Database\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* All albums\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* All artists\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* All songs\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* All genres\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Buffering...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Navigation sounds\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Skin default\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Theme\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Default theme\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Submit songs to Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.fm username\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.fm password\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Unable to handshake: sleeping...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Please update XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Bad authorization: Check username and password\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Connected\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Not connected\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Submit interval %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Cached %i songs\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Submitting...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Submitting in %i secs\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Play using...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Use smoothed A/V synchronization\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Hide file names in thumbs view\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Play in party mode\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Submit songs to Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Libre.fm username\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Libre.fm password\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Song submission\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Submit Last.fm radio to Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Connecting to Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Selecting station...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Search similar artists...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Search similar tags...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Your profile (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Overall top tags\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Top artists for tag %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Top albums for tag %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Top tracks for tag %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Listen to tag %name% Last.fm radio\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Similar artists as %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Top %name% albums\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Top %name% tracks\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Top %name% tags\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Biggest fans of %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Listen to %name% fans Last.fm radio\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Listen to %name% similar artists Last.fm radio\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Top artists for user %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Top albums for user %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Top tracks for user %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Friends of user %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Neighbors of user %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Weekly artist chart for %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Weekly album chart for %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Weekly track chart for %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Listen to %name%'s neighbors Last.fm radio\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Listen to %name%'s personal Last.fm radio\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Listen to %name%'s mix Last.fm radio\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Retrieving list from Last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Can't retrieve list from Last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Enter an artist name to find related ones\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Enter a tag name to find similar ones\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Tracks recently listened by %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Listen to %name%'s recommendations Last.fm radio\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Top tags for user %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Do you want to add the current track to your loved tracks?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Do you want to ban the current track?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Added to your loved tracks: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Could not add '%s' to your loved tracks.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Banned: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Could not ban '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Tracks recently loved by %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Tracks recently banned by %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Remove from loved tracks\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Un-ban\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Do you want to remove this track from your loved tracks?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Do you want to un-ban this track?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Path not found or invalid\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Could not connect to network server\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"No servers found\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Workgroup not found\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Opening multi-path source\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Path:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"General\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Configure audio hardware...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Internet lookup\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Player\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Play media from disc\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Enter new title\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Enter the movie name\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Enter the profile name\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Enter the album name\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Enter the playlist name\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Enter new filename\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Enter folder name\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Enter directory\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Enter search string\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"None\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Auto select\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"De-interlace\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (inverted)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Interlaced handling\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Canceling...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Enter the artist name\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Playback failed\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"One or more items failed to play.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Enter value\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Check the log file for details.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Party mode aborted.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"No matching songs in the library.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Could not initialize database.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Could not open database.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Could not get songs from database.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Party mode playlist\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"All Videos\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Unwatched\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Watched\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Mark as watched\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Mark as unwatched\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Edit title\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Use NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Use only NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Use only NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Use only PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"For 60hz games\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Operation was aborted\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Copy failed\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Failed to copy at least one file\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Move failed\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Failed to move at least one file\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Delete failed\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Failed to delete at least one file\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Video scaling method\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Nearest neighbor\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (software)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (software)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (software)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"(VDPAU)Temporal\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"(VDPAU)Temporal/Spatial\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)Noise Reduction\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)Sharpness\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Inverse Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Post-processing\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Display sleep timeout\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Switch to channel\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Saved music folder\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Use external DVD player\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"External DVD player\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Trainers folder\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Screenshot folder\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Playlists folder\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Recordings\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Screenshots\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Use XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Music playlists\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Video playlists\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Do you wish to launch the game?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Sort by: Playlist\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Remote thumb\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Current thumb\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Local thumb\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"No thumb\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Choose thumbnail\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Conflict\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Scan new\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Scan all\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Region\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Summary\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Lock music window\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Lock videos window\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Lock pictures window\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Lock programs, saves & scripts windows\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Lock file manager\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Lock settings\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Start fresh\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Enter master mode\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Leave master mode\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Create profile '%s'?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Start with fresh settings\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Best available\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Auto-switch between 16x9 and 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Treat stacked files as single file\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Caution\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Left master mode\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Entered master mode\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com thumb\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Remove thumbnail\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Add profile...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Query info for all albums\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Media info\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Separate\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Shares with default\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Shares with default (read only)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Copy default\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Profile picture\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Lock preferences\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Edit profile\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Profile lock\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Could not create folder\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Profile directory\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Start with fresh media sources\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Make sure the selected folder is writable\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"and that the new folder name is valid\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"MPAA rating\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Enter master lock code\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Ask for master lock code on startup\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Skin settings\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- no link set -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Enable animations\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Disable RSS during music\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Enable shortcut buttons\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Show programs in main menu\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Show music info\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Show weather info\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Show system info\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Show available disc space C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Show available disc space E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Weather info\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Drive space free\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Enter the name of an existing share\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Lock code\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Load profile\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Profile name\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Media sources\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Enter profile lock code\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Login screen\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Fetching album info\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Fetching info for album\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Can't rip CD or track while playing from CD\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Master lock code and settings\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Entering master lock code always enables master mode\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"or copy from default?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Save changes to profile?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Old settings found.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Do you want to use them?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Old media sources found.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Separate (locked)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Root\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- Zoom\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP settings\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Autostart UPnP client\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Last login: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Never logged on\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profile %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"User login / Select a profile\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Use lock on login screen\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Invalid lock code.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"This requires the master lock to be set.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Would you like to set it now?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Loading program information\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Party on!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"True\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Mixing drinks\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Filling glasses\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Logged on as\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Log off\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Go to root\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Weave\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Weave (inverted)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Blend\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Restart video\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Edit network location\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Remove network location\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Do you want to scan the folder?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Memory unit\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Memory unit mounted\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Unable to mount memory unit\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"In port %i, slot %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Lock screensaver\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Set\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Username\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Enter password for\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Shutdown timer\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Shutdown interval (in minutes)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Started, shutdown in %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Shutdown in 30 minutes\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Shutdown in 60 minutes\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Shutdown in 120 minutes\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Custom shutdown timer\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Cancel shutdown timer\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Lock preferences for %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Browse...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Summary information\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Storage information\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Hard disk information\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"DVD-ROM information\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Network information\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Video information\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Hardware information\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Used\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"of\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Locking not supported\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Not locked\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Locked\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Frozen\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Requires reset\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Week\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Line\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windows network (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP server\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP server\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes music share (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP server\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Show video info\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Done\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Symbols\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Backspace\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Space\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Reload skin\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Rotate pictures using EXIF information\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Use poster view styles for TV shows\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Please wait\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Backing up EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Backing up BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Enable auto scrolling for plot & review\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Custom\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Enable debug logging\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Download additional information during updates\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Default service for music information\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Change scraper\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Export music library\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Import music library\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"No artist found!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Downloading artist info failed\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Party on! (videos)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Mixing drinks (videos)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Filling glasses (videos)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV server (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV server (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV client\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Web server directory (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Web server directory (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Unable to write to folder:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Do you want to skip and proceed?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS Feed\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Secondary DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP server:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Make new folder\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Dim LCD on playback\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Unknown or onboard (protected)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Dim LCD on paused\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Switch LED back on if paused\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Videos - Library\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Game saves\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Sort by: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Download saves\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Save game installed On HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Failed to download game save\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Select game save to download and install\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"No online save found for specified game\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Go to game save\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Game saves\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Play part...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Calibration reset\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"This will reset the calibration values for %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"to it's default values.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Browse for destination\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Use folder names for lookups\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"File\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Use file or folder names in lookups?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Set content\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Folder\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Look for content recursively?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Unlock sources\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Actor\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Movie\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Director\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Do you want to remove all items within\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"this path from the library?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Movies\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"TV shows\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"This directory contains\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Run automated scan\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Scan recursively\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"as\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Directors\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"No video files found in this path!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"votes\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"TV show information\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Episode information\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Loading TV show details\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Fetching episode guide\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Loading info for episodes in directory\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Select TV show:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Enter the TV show name\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Season %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Episode\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Episodes\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Loading episode details\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Remove episode from library\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Remove TV show from library\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"TV show\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Episode plot\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* All seasons\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Hide watched\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Prod code\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Show plot for unwatched items\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Hidden to prevent spoilers *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Set season thumb\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Season image\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Season\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Downloading movie information\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Unassign content\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Original title\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Refresh TV show information\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Refresh info for all episodes?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Selected folder contains a single TV show\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Exclude selected folder from scans\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Specials\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Automatically grab season thumbs\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Selected folder contains a single video\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Link to TV show\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Remove link to TV show\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Recently added movies\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Recently added episodes\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Studios\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Music videos\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Recently added music videos\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Music video\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Remove music video from library\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Music video information\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Loading music video information\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Mixed\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Go to albums by artist\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Go to album\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Play song\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Go to music videos from album\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Go to music videos by artist\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Play music video\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Download actor thumbnails when adding to library\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Set actor thumb\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Remove episode bookmark\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Set episode bookmark\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Scraper settings\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Downloading music video information\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Downloading TV show information\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Trailer\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Flatten\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Flatten TV shows\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Get Fanart\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Show Fanart in video and music libraries\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Scanning for new content\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"First aired\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Writer\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Clean file and folder names\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Never\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"If only one season\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Always\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Has trailer\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"False\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Fanart slideshow\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Export to a single file or separate\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"files per entry?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Single file\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Separate\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Export thumbnails and fanart?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Overwrite old files?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Exclude path from library updates\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Extract thumbnails and video information\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Sets\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Set movieset thumb\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Export actor thumbs?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Choose fanart\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Local fanart\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"No fanart\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Current fanart\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Remote fanart\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Change content\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Do you want to refresh info for all\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"items within this path?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Locally stored information found.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ignore and refresh from internet?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Could not download information\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"Server is most likely unavailable.\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Would you like to continue scanning?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Countries\"\n\nmsgctxt \"#20456\"\nmsgid \"Set movieset fanart\"\nmsgstr \"Set movieset fanart\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Group movies in sets\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Show hidden files and directories\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox client\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"WARNING: Target TuxBox device is in recording-mode!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"The stream will be stopped!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Zap to channel: %s failed!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Are you sure to start the stream?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Connecting to: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox device\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Add media share...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Share video and music libraries through UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Edit media share\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Remove media share\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Subtitle folder\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Movie & alternate subtitle directory\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Enable mouse\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Play navigation sounds during media playback\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Thumbnail\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Forced DVD player region\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Video output\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Video aspect\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Widescreen\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Enable 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Enable 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Enable 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Enter name of new playlist\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Show \\\"Add source\\\" buttons in file lists\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Enable scrollbars\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Make watched filtering a toggle in video library\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Open\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Acoustic management level\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Fast\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Quiet\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Enable custom background\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Power management level\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"High power\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Low power\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"High standby\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Low standby\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Unable to cache files bigger than 4GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Chapter\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"High quality pixel shader v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Enable playlist at startup\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Use tween animations\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"contains\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"does not contain\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"is\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"is not\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"starts with\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"ends with\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"greater than\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"less than\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"after\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"before\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"in the last\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"not in the last\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Scrapers\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Default movie scraper\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Default tvshow scraper\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Default musicvideo scraper\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Enable fallback based on scraper language\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Settings\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Multilingual\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Value to match\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Smart playlist rule\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Match items where\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"New rule...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Items must match\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"all of the rules\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"one or more of the rules\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Limit to\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"No limit\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Order by\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"ascending\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"descending\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Edit smart playlist\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Name of the playlist\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Find items where\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Edit\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i items\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"New smart playlist...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c Drive\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Edit party mode rules\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Home folder\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Watched count\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Episode title\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Video resolution\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Audio channels\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Video codec\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Audio codec\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Audio language\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Subtitle language\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Remote control sends keyboard presses\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"- Edit\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"File name\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"File path\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"File size\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"File date/time\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Slide index\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Resolution\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Comment\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Color/B&W\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"JPEG process\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Date/Time\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Description\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Camera make\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Camera model\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF comment\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Aperture\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Focal length\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Focus distance\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Exposure\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Exposure time\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Exposure bias\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Exposure mode\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Flash used\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"White-balance\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Light source\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Metering mode\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Digital zoom\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD width\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS latitude\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS longitude\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS altitude\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orientation\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Supplemental categories\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Keywords\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Caption\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Author\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Headline\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Special instructions\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Category\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Byline\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Byline title\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Credit\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Source\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Copyright notice\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Object name\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"City\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"State\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Country\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Original Tx Reference\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Date created\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Copyright flag\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Country code\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Reference service\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Allow control of XBMC via UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Attempt to skip introduction before DVD menu\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Saved music\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Query info for all artists\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Downloading album information\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Downloading artist information\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biography\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Discography\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Searching artist\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Select artist\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Artist information\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instruments\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Born\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Formed\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Themes\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Disbanded\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Died\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Years active\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Label\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Born/Formed\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Update library on startup\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Always update library in background\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS suffix\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"Default player\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Delayed by: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Ahead by: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Subtitle offset\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL vendor:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL renderer:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL version:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB temperature:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU temperature:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Total memory\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Profile data\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Use dim if paused during video playback\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"All recordings\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"By title\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"By group\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Live channels\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Recordings by title\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Guide\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Allowed error in aspect ratio to minimize black bars\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Show video files in listings\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX vendor\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Direct3D version\"\n\nmsgctxt \"#22025\"\nmsgid \"DVDPlayer full codec support\"\nmsgstr \"DVDPlayer full codec support\"\n\nmsgctxt \"#22026\"\nmsgid \"DVDPlayer fast mode for MPEG2/MPEG4/H264\"\nmsgstr \"DVDPlayer fast mode for MPEG2/MPEG4/H264\"\n\nmsgctxt \"#22027\"\nmsgid \"PAPlayer\"\nmsgstr \"PAPlayer\"\n\nmsgctxt \"#22028\"\nmsgid \"DVDPlayer\"\nmsgstr \"DVDPlayer\"\n\nmsgctxt \"#22029\"\nmsgid \"MPlayer\"\nmsgstr \"MPlayer\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Font\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Size\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Colors\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Charset\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Export karaoke titles as HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Export karaoke titles as CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Import karaoke titles...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Show song selector automatically\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Export karaoke titles...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Enter song number\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"white/green\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"white/red\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"white/blue\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"black/white\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Weather plugin\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- Plugin settings\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Activate Teletext\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Part %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Buffering %i bytes\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Stopping\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Running\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"External Player Active\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Click OK to terminate the player\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Click OK when playback has ended\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Add-on\"\n\nmsgctxt \"#24001\"\nmsgid \"Plugins\"\nmsgstr \"Plugins\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Configure\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Disable\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Enable\"\n\nmsgctxt \"#24023\"\nmsgid \"Add-on disabled\"\nmsgstr \"Add-on disabled\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"This Add-on can not be configured\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Library Mode\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY keyboard\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Passthrough Audio in use\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Apply flicker filter setting to games\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Trailer quality\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Stream\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Download\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Download & play\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Download & save\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Today\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Tomorrow\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Saving\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Copying\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Set download directory\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Search duration\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Short\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Long\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Use DVD player instead of regular player\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Ask for download before playing video\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Clips\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Restart plugin to enable\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Tonight\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Tomorrow Night\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Condition\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Precipitation\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Precip\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Humid\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Feels\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Observed\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Departure from normal\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Sunrise\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Sunset\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Details\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Outlook\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Coverflow\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Translate text\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Map list %s category\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 Hour\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Maps\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Hourly\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Weekend\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s day\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Alert\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Alerts\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Choose Your\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Check\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Configure the\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Seasons\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Use your\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Watch your\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Listen to\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"View your\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Configure the\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Power\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Menu\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Play the\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Options\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Editor\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"About your\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Star rating\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Background\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Backgrounds\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Custom background\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Custom backgrounds\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"View Readme\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"View Changelog\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"This version of %s requires an\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC revision of %s or greater to run.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Please update XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"No data found!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Next page\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Love\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Hate\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"This file is stacked, select the part you want to play from.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Path to script\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Enable custom script button\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n\nmsgctxt \"#34006\"\nmsgid \"- Primary DNS\"\nmsgstr \"\"\n\nmsgctxt \"#34007\"\nmsgid \"- Secondary DNS\"\nmsgstr \"\""
  },
  {
    "path": "Mod Files/system/language/Esperanto/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<language locale=\"Epo\">\n  <charsets>\n    <gui>CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>eo</menu>\n    <audio>eo</audio>\n    <subtitle>eo</subtitle>\n  </dvd>\n\n  <regions>\n    <region>\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n  </regions>\n</language>\n\n"
  },
  {
    "path": "Mod Files/system/language/Esperanto/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Esperanto (http://www.transifex.com/projects/p/xbmc4xbox/language/eo/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: eo\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programaroj\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Bildoj\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Muziko\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Videoj\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"Televidgvido\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Agordoj\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Dosiermastrumilo\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Veterprognozo\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Lundo\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Mardo\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Merkredo\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Ĵaŭdo\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Vendredo\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Sabato\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Dimanĉo\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Januaro\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Februaro\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Marto\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"Aprilo\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Majo\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Junio\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Julio\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"Aŭgusto\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"Septembro\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Oktobro\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"Novembro\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"Decembro\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Sunbrilo\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"Majo\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Vido: aŭtomata\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Vido: aŭtomate granda\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Vido: piktogramoj\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Vido: listo\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Skani\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Ordigi laŭ: nomo\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Ordigi laŭ: dato\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Ordigi laŭ: grando\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Ne\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Jes\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"SlideShow\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Krei miniaturojn\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Krei miniaturojn\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Klavkombinoj\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Paŭzigita\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Kopii\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Movi\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Forigi\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Alinomigi\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Nova dosierujo\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Konfirmi kopion de dosiero\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Konfirmi movon de dosiero\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Ĉu konfirmi forigon de dosiero?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Ĉu kopii ĉi tiujn dosierojn?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Ĉu movi ĉi tiujn dosierojn?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Ĉu forigi ĉi tiujn dosierojn?\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Stato\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Objecktoj\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Ĝenerala\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Slideshow\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Informoj de sistemo\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Ekrano\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albumoj\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Artisto\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Kantoj\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Ĝenroj\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Ludlistoj\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Serĉi\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Infomoj de sistemo\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperaturo:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Tempo:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Aktuale:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Konstruo:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Reto:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Speco:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statika\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP-adreso\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Link: \"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Alterne direkta\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Plene direkta\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Memoro\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Ingo\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Libera\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Libera memoro\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Neniu ligilo\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Libera\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Nedisponebla\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"KD-ingo malfermi\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Legado\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Neniu disko\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Ĉeestanta disko\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Etoso\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Enable FTP Server\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Enable Internet Time Synchronization\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Distingivo\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Albumo:\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Dato de publikigo:\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Montri 4:3-videojn kiel\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Sentemoj\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Stiloj\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Kanto\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Daŭro\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Elektu albumon\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Trakoj\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Recenzo\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Reaktualigi\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Serĉado de albumo\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"Bone\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Neniu albumo trovita!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Elekti ĉion\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Skanado de informoj pri aŭdvidaĵo\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Konservi\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Miksi\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Vakigi\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Skani\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Serĉado...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Neniu informo trovata!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Elektu filmeton:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Informpetado por %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Ŝargado de detaloj de filmeto\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Frapfrazo\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Malgranda-komploti:\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Voxcoj:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Aktoraro\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Intrigo\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Ludi\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Sekva\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Antaŭa\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Kalibri uzantinterfacon...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Kalibrado de video...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Mildigi\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Zoom Amount\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Pixel Ratio\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD-ingo\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Bonvole enmetu diskon\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Fora kunhavigo\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Reto ne estas konektita\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Nuligi\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Rapido\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Enable PAL60\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Enable CDDB\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Miksi ludliston dum serĉo\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"HD Spindown Time\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Filtriloj por videoj\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Neniu\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Punkta\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Rekta\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Neizotropia\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Kinkunkso\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Kubiko de Gaŭso\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Malgrandigo\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Grandigo\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Vakigi ludliston je fino\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Autorun DVD-Filmoj\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Autorun VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Autorun Audio-CD\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Autorun XBOX Games\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Autorun Filmoj\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Autorun Muziko\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Autorun Bildoj\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Skriptoj\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Lingvo\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Muziko\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Visualisation\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Elektu celdosierujon\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Output Stereo to ĉiom Speakers\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Nombro de kanaloj\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- DTS Capable Receiver\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Obtenado de informoj pri KD\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Eraro\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Enable ID3 Tags\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Malfermado\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Atendado por komenci...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Eligo de skriptoj\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Permesi kontrolon de XBMC per HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Registri\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Haltigi registradon\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Ordigi laŭ: trako\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Ordigi laŭ: tempo\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Ordigi laŭ: titolo\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Ordigi laŭ: artisto\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Ordigi laŭ: albumo\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Top 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Top Left Overscan Compensation\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Bottom Right Overscan Compensation\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Subtitles Position\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Pixel Ratio Adjustment\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Movi la arrow to change la amount of overscan\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Movi la bar to change la subtitles position\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Change la rectangle so that it is perfectly square\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Agordoj ne ŝargeblas\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Uzado de aprioraj agordoj\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Bonvole kontrolu la XML-dosierojn\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"%i eroj trovataj\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Serĉrezultoj\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Neniu rezulto trovata\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Postprocessing Filter\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Subteksto\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Tiparo\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- amplekso\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Dynamic Range Compression\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Sono\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Foliumi por subtekstoj\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Krei legosignon\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Vakigi legosignojn\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Soni malfruiĝo\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Legosignoj\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"1. Lingvo\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"2. Soni-granda\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"3. Stream\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"malfruiĝo\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Language\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Enabled\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Non-Interleaved\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Aŭtomate Postprocessing\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Vertical Deblocking Filter\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Horizontal Deblocking Filter\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Auto Brightness/Contrast\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Cleaning datinbanko\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Preparing...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Datinbanko eraro\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Searching kantoj...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Cleaning datinbanko successful\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Cleaning kantoj...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Eraro cleaning kantoj\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Cleaning artists...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Eraro cleaning artists\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Cleaning Gxenroj...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Eraro cleaning Gxenroj\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Cleaning paths...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Eraro cleaning paths\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Cleaning albumos...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Eraro cleaning albumos\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Writing changes...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Eraro writing changes\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"This may take some time...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Compressing datinbanko...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Eraro compressing datinbanko\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Do you want to clean la muziko library?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Clean Muziko Library...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Iniciati\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Framerate Conversion\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Audio Output\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analog\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Diĝita\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Various Artists\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Play Disc\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Filmoj\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Adjust Framerate\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Aktoro\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Jaro\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Softvaro\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Off\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Dim\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Black\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix Trails\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"ekranosaver Idle Timeout\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"ekranosaver Mode\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Shutdown Idle Timeout\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"ĉiom albumos\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Recently Added Albumos\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"ekranosaver\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"R. SlideShow\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"ekranosaver Fade Level\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"ordigi je: vico\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- AC3 Capable Receiver\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"ordigi je: Nomo\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"ordigi je: Year\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"ordigi je: Rating\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDB\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Nomo\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Fulmotondro\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Parte\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Plejparte\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Suna\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Nuba-cxielo\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Negxi negxi cxie\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Pluvo\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"KROTALOJ\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"AM\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"PM\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Showers\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Few\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Scattered\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Vovento\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Intensa\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Fair\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Clear\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Clouds\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Frua\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Shower\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Flurries\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Malnobla\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Mezgrada\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Nobla\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Nebulo\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Haze\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Elekti Location\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Refresh Time\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Temperature Units\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Tempo Units\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Wealar\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temp\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Feels Like\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV Index\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Wind\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Dew Point\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Humideco\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"From\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"at\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Standard\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Accessing Wealar.com\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Getting Wealar For:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Unable to get wealar data\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manual\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Ne review for this albumo\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Downloading thumbnail...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Not available\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Vido: Big Icons\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Mia Filmoj/Gxenroj\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Forviŝi Albumoinfo\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Forviŝi CDDB Info\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Elekti\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"No albumoinfo found.\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"No CDDB info found.\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"KD-ingo:\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Insert correct KD-ingo\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Plaĉi insert la following KD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"ordigi je: KD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"No Cache\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Forviŝi movie from datinbanko\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Are vi sure about removing\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Tempo-amplekso:\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Opening vico\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Cache\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Durdisko\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"LAN\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Interreto\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Filmo\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Soni\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"KD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Autorun\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Enabled\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Columns\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Row 1 Address\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Row 2 Address\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Row 3 Address\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Row 4 Address\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Rows\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Mode\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Switch Vido\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Subs\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Soni Stream\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[active]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Subtitle\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Backlight\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Brightness\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Contrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Movi la bar to change la osd position\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"OSD Position\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"CrEditiis\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Off\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Muziko Only\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Muziko & Filmoj\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Unable to load playlist\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Skin and Language\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Appearance\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Audio Options\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"About XBMC\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"Albumo\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Forviŝi albumo\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Repeat\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Repeat One\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Repeat Folders\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Auto Play Next Item\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Use big icons\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Reamplekso Vobsubs\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Advanced Options (Experts Only!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Overĉiom Audio Headroom\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Upsample Filmoj to GUI Resolution\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Calibration\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Hide Media Extensions\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"ordigi je: Type\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Unable to connect to www.ĉiommuziko.com\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Downloading albumo info failed\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Looking for albumo nomoj...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Open\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Busy\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Empty\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Loading media info from vicos...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"ordigi je: Usage\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Enable Visualisations\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Enable filmoj mode switching\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Startup Window\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Home Window\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Manual Preferoj\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Gxenro\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Make archives with one vico transparent\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Recently Played Albumos\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Launch\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Launch in..\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Editii XBE title\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Compilations\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"ReMovi Source\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"KD\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Nomo\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Jaro\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Default\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Vido Mode\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Cancel Party Mode\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Party Mode\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Random\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Off\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"One\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"ĉiom\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Off\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Repeat: Off\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Repeat: One\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Repeat: ĉiom\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Rip CD Audio\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Medium\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Extreme\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Constant Bit Rate\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Ripping...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"To:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Could not rip CD or Track\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDARipPath is not set in sources.xml\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"CD Ripping\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Encoder\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Quality\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bit Rate\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Include Track Number\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"ĉiom kantoj of\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Vido Mode\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zoom\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Stretch 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Stretch 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Stretch 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Original amplekso\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Custom\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay Gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Replay Gain Mode\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Use Track Levels\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Use Albumo Levels\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"PreAmp Level - Replay Gained vicos\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"PreAmp Level - Non Replay Gained vicos\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Avoid Clipping on Replay Gained vicos\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Crop Black Bars\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Need to cache a big vico. Continue?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"ReMovi Title\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Cleaning up Library\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Removing old kantoj from la Library\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"This path has been scanned before\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Network\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"HTTP Proxy Host\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"HTTP Proxy Port\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Enable HTTP Proxy\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"XLink Kai XTag\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"XLink Kai pasvorto\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internet Protocol (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Invalid port specified. Value must be between 1 and 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP Proxy\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"Assignment\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Aŭtomate (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manual (Static)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Default (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP Address\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Netmpeti\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Default Gateway\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS Server\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Save & Restart\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"with numbers between 0 and 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Changes not saved. Continue without saving?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Web Server\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP Server\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Internet Time\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"Web Server Port\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Time Server Host\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Save & Apply\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"Web Server pasvorto\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"No Pass\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Charset\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Style\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Color\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Bold\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Italics\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Bold Italics\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"White\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"flava\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"vicos\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"No scanned informaĵo for this Vido\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Switch to la vicos Vido\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Eraro loading image\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Editii Path\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Add Share\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Are vi sure?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Removing Share\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Add Program Link\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Editii Program Path\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Editii Program Nomo\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Editii Path Depth\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Vido: Big List\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"flava\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Blanka\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Blue\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Bright Verda\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"flava Verda\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Cyan\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Reserved\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Reserved\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Eraro %i: share not available\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Auto Fatx Limiter\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Audio Hardware\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Seeking\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Slideshow Folder\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"ekranosaver PreVido\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Unable to connect\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC was unable to connect to la network location.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"This could be due to la network not being connected.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Would you like to add it anyway?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP Address\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Add Network Location\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protocol\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Server Address\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Server Nomo\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Remote Path\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Shared Folder\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Uzulonomo\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"network server\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"tajpi la network address of la server\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"tajpi la path on la server\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"tajpi la port number\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"tajpi la uzulonomo\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Add %s Source\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"tajpi la path or foliumilo for la media location.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"tajpi a nomo for this Media Source.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Foliumilo for new share\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Foliumilo\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Could not retrieve directory informaĵo.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Add Source\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Editii Source\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Editii %s Source\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"tajpi la new label\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"an image\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"an image folder\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Add Network Location...\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB Client\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Workgroup\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Default Uzulonomo\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Default Pasvorto\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS-Server\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"ReMovi\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Muziko\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Filmoj\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Bildoj\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"vicos\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Muziko & Filmoj \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Muziko & Bildoj\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Muziko & vicos\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Filmoj & Bildoj\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Filmoj & vicos\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Bildoj & vicos\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Muziko & Filmoj & Bildoj\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Muziko & Filmoj & Bildoj & vicos\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Disabled\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"vicos & Muziko & Filmoj\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"vicos & Bildoj & Muziko\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"vicos & Bildoj & Filmoj\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Muziko & Programs\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Filmoj & Programs\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Bildoj & Programs\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Muziko & Filmoj & Bildoj & Programs\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programs & Filmoj & Muziko\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programs & Bildoj & Muziko\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programs & Bildoj & Filmoj\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP Uzulo Nomo\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP Uzulo Pasvorto\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"FTP Server Uzulo pasvorto has been set sucessfully\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Auxtomata-detection\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"XBOX Auxtomata-detection\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Kromnomo\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Peti to Connect\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Send FTP Uzulo and pasvorto\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Ping Interval\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Would vi like to connect to la Autodetected Xbox?\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Drifting\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"kaj\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Frostos\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Late\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Sola\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"T-Showers\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Tondri\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Sunbrilo\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Peza\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"en\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"la\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Apudaĵo\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Glacio\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Kristaloj\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Kvieto\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Runtime:\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"LCD Type\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Hejmo\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Mia Programs\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Mia Bildoj\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Mia vicos\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Preferoj\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Mia Muziko\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Mia Filmoj\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Sistemo informaĵo\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Preferoj->Generalo\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Preferoj->ekrano\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Preferoj->Appearance->GUI Calibration\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Preferoj->Mia Filmoj->ekrano Calibration\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Preferoj->Mia Bildoj\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Preferoj->Mia Programs\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Preferoj->Wealar\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Preferoj->Mia Muziko\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Preferoj->System\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Preferoj->Mia Filmoj\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Preferoj->Network\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Preferoj->Appearance\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Mia Filmoj/Kanto-listoj\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Preferoj->Provicos\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Jes/ne dialog\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Progress dialog\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Mia Muziko/Playlist\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Mia Muziko/vicos\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Mia Muziko/Library\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Mia Muziko/Popola 100\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Pli-popola 100 kantoj\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Pli-popa 100 Albumos\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Applications\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Preferoj\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Wealar Forecast\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Reto Gaming\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Extensions\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Sistemo Info\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Mia Muziko - Library\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Mia Muziko - Now Playing\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Mia Filmoj - Now Playing\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Albumo Info\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Filmo Info\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Elekti dialog\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Mia Muziko/info\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Dialog OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Mia Filmoj/Info\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Mia Scripts/Info\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Fullekrano filmoj\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Soni visualisation\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Vicostacking dialog\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Rebuild index...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Return to Mia Muziko\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Return to Mia Filmoj\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Updati trainer list\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"No trainers found\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Trainer Preferoj\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"ĉiom registered trailers are missing. Updati your list\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Auto resume from last position\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Ne\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Jes ja\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Peti\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Start from beginning\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Resume from last position\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Locked! tajpi Code...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"tajpi pasvorto\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"tajpi Master Code\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"tajpi Malŝlosi Code\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"or press C to cancel\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"tajpi Gamepad button combo and press Start\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"press Start, or Back to cancel\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Set Lock\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Malŝlosi\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Reset Lock\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"ReMovi Lock\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Numeric pasvorto\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Gamepad button combo\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Full-text pasvorto\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"tajpi new pasvorto\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Re-tajpi new pasvorto\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"malĝusta pasvorto,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"retries left \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"pasvortos tajpied did not match.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Access Denied\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"pasvorto retry limit exceeded.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"La XBOX will now shut off.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Item Locked\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Reactivate Lock\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Change Lock\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Share Lock\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"pasvorto entry was blank. Try again.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Master Lock\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Enable Shutdown\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Master Code is not Valid!\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Plaĉi tajpi a Valid Master Code!\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Preferoj &  Mia vicos\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Set as default for ĉiom Movies\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"This will reset any previously saved values\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Show each image for\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Use Pan and Zoom effects\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Play NTSC filmoj at PAL rates\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Play PAL filmoj at NTSC rates\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Play NTSC filmoj in PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12 hour clock\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24 hour clock\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Day/Month\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Month/Day\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"System Uptime\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Minutes\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Hours\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Days\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Total Uptime\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Mia Wealar\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"ekranosaver\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Fullekrano OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"System\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Immediate HD Spindown\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Filmoj Only\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- malfruiĝo\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Minimum vico Duration\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Shutdown\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Flicker Filter\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Disabled\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Disabled\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Disabled\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"Durdisko Key:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"Durdisko Temp:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD Model:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD Firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"Durdisko Model:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"Durdisko Serial:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"Durdisko Firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"Durdisko pasvorto:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"Durdisko Lock State:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Subnet mpeti:\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Gateway:\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Initialize failed\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"GamePads On Port:\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Keyboard On Port:\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Mouse On Port:\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Head/MicroPhone On Port:\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"MemoryStick On Port:\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"IR-Remote On Port:\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Bypass CD Elektiion\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Never\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Immediately\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"After %i secs\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Provicos\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Forviŝi provico '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Last loaded provico:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Unknown\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Overwrite\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Alarm clock\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Alarm clock interval (in minutes)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Started, alarm in %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarm!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Canceled with %im%is left\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Search for Subtitles in RARs\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Foliumilo for subtitle...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Movi Item\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Movi Item Here\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Cancel Movi\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardware:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"CPU Speed:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Xbox is Connected, but no DNS is available.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Hard Disk\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Storage\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Default\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Network\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Filmoj\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Hardware\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Kernel Version:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"CPU Speed:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Detected BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Filmoj Encoder:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"ekrano Resolution:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox Version:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox Serial Number:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"XBOX Manufacturer:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"ModChip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V Cable:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Filmoj & XBE Region:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD Region:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Xbox is Connected\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Xbox is not Connected. Check Network Preferoj.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"XBLIVE Key:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Target Temperature\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Fan Speed\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Auto Temperature Control\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Fan Speed Override\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"Skin Fonts\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Enable Flipping Bi-Directional Strings\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Enable RSS Feeds\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Hide Parent Folder Items\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Track Naming Template\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Do you wish to reboot your xbox\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"instead of just XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Zoom Effect\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Float Effect\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Black Bar Reduction\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Restart\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Crossfade\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Regenerate Thumbnails\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Recursive Thumbnails\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Vido Slideshow\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Recursive Slideshow\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Randomize\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Left Only\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Right Only\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Enable CD+G\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Background Transparency\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Foreground Transparency\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"A/V malfruiĝo\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s not found\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Eraro opening %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Unable to load %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Eraro: out of memory\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Movi Up\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Movi Down\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Editii Label\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Make Default\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"ReMovi Button\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Front LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Front LED Colour\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Leave As Is\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Verda\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Orangxa\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Rugxo\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Cycle\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Switch LED off on Playback\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Filmoj info\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Queue Item\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Skani IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Query Info For ĉiom vicos\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Now Playing...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Albumo informaĵo\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Scan ĉiom to Datinbanko\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Stop Scanning\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Render Method\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Low Quality Pixel Shader\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Hardware Overlays\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"High Quality Pixel Shader\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Play Item\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Set Artist Thumb\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Generate Thumbs\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Enable Voice\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Enable Device\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Volume\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Default Vido Mode\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Default Brightness\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Default Contrast\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Default Gamma\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Resume Filmoj\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Voice Mpeti - Port 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Voice Mpeti - Port 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Voice Mpeti - Port 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Voice Mpeti - Port 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Use Time Based Seeking\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Track Naming Template Right\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Presets\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Lare are no presets available\\nfor this visualisation\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Lare are no Preferoj available\\nfor this visualisation\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Eject/Load\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Use Visualisation if playing audio\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Calculate amplekso\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Calculating folder amplekso\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Filmoj Preferoj\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Audio and Subtitle Preferoj\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Enable Subtitles\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Bookmarks\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ignore \\\"La\\\" when sorting\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Crossfade albumotracks\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Foliumilo for %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Show track position\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Clear Default\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Resume\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Get Thumb\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Render Method\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Medium\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Nobla\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Disabled\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Stack\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Unstack\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Downloading playlist vico...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Downloading streams list...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Parsing streams list...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Downloading streams list failed\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Downloading playlist vico failed\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Games Directory\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Autoswitch to Thumbs based on\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Enable Autoswitching to Thumbs Vido\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Use Large Icons\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Switch Based on\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Percentage\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"No vicos and at least one Thumb\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"At least one vico and Thumb\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Percentage of Thumbs\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Vido Options\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Change Area Code 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Change Area Code 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Change Area Code 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Library\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"No TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"tajpi la nearest large town or US ZIP code\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Filmoj/Audio/DVD Cache - Harddisk\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Filmoj Cache - DVDRom\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Local Network\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Audio Cache - DVDRom\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Local Network\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD Cache - DVDRom\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Local Network\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Servers\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Network Preferoj changed\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC requires to restart to change your\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"network setup.  Would you like to restart now?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Post Processing\"\n\nmsgctxt \"#14042\"\nmsgid \"Internet connection bandwidth limitation\"\nmsgstr \"Engine IP Address\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Shutdown while playing\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i mins\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i secs\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Time Format\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Dati Format\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"GUI Filters\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Use Background Scanning\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Stop Scan\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Not possible while scanning for media info\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Film Grain Effect\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Look for custom thumbnails on remote shares\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Unknown type Cache - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"tajpi uzulonomo for\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Dati & Time\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Set Dati\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Set Time\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"tajpi la Time in 24 hour HH:MM format\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"tajpi la Dati in DD/MM/YYYY format\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"tajpi la IP address\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Apply lase Preferoj now?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Apply Changes Now\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"ĉiomow vico Renaming and Deletion\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"ReMovi\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Games\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Add\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"pasvorto\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Library\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Datinbanko\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* ĉiom Albumos\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* ĉiom Artists\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* ĉiom kantoj\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* ĉiom Gxenroj\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Buffering...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Navigation Sounds\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Skin Default\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"Skin Lame\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Default Lame\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"LastFM\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Submit kantoj to LastFM\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"LastFM Uzulonomo\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"LastFM pasvorto\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Unable to handshake: sleeping...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Plaĉi Updati XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Submission failed: bad authorization.\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Connected\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Not Connected\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Submit Interval %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Cached %i kantoj\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Submitting...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Submitting in %i secs\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Play Using...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Use Smoolad A/V Syncronization\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Hide vico nomoj in Thumbs Vido\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Submit Last.fm Radio to LastFM\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Connecting to Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Elektiing station...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Search similar artists...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Search similar tags...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Via logxas (%nomo%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Overĉiom top tags\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Top artists for tag %nomo%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Top albumos for tag %nomo%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Top tracks for tag %nomo%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"aŭskulti to tag %nomo% last.fm radio\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Similar artists as %nomo%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Top %nomo% albumos\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Top %nomo% tracks\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Top %nomo% tags\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Pligranda fans of %nomo%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"aŭskulti to %nomo% fans last.fm radio\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"aŭskulti to %nomo% similar artists last.fm radio\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Top artists for uzulo %nomo%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Top albumos for uzulo %nomo%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Top tracks for uzulo %nomo%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Amikoj of uzulo %nomo%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Najboroj of uzulo %nomo%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Weekly artist chart for %nomo%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Weekly albumo chart for %nomo%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Weekly track chart for %nomo%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"aŭskulti to %nomo% naboroja last.fm radio\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"aŭskulti to %nomo% personal last.fm radio\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"aŭskulti to %nomo% amas kanto last.fm radio\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Retrieving list from last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Can't retrieve list from last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"tajpi la artisto nomo to find related ones\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"tajpi a tag nomo to find similar ones\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Kanto lastatempe aŭskultas by %nomo%\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Path not found or invalid\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Could not connect to network server\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"No servers found\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Workgroup not found\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Opening multi-path bookmark\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Path:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Generalo\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Configure soni Hardware...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"CDDB lookup\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Player\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Play media from KD\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Tajpi la Filmo Nomo\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Tajpi la Provico Nomo\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Tajpi la Albumo Nomo\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Tajpi la Playlist Nomo\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Tajpi new viconomo\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Tajpi folder nomo\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Tajpi directory\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Tajpi Search String\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"None\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Auto Elekti\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"DeInterlace\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Sync Odd\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Sync Even\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Interlaced Handling\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Canceling...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"tajpi la Artist Nomo\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Playlist playback aborted\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Too many consecutive failed items\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Festo Mode mode aborted.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Ne matching kantoj in la datinbanko.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Could not initialise datinbanko.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Could not open datinbanko.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Could not get kantoj from datinbanko.\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"ĉiom Filmoj\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"UnWatched\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Watched\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Mark as vidas\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Mark as malvidas\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Editi Nomo\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Use NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Use only NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Use only NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Use only PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"For 60hz Games\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Uzulonomo\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP Server\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Bone\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Custom\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Filmoj\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Never\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Open\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Distingivo\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Tiparo\"\n"
  },
  {
    "path": "Mod Files/system/language/Finnish/keyboardmap.xml",
    "content": "<keyboard_layout> \n\n    <char2char> \n        <!-- number keys -->\n        <entry inchar=\"`\" outchar=\"§\"/> <!--  -->\n        <entry inchar=\"-\" outchar=\"+\"/> <!-- + -->\n        <entry inchar=\"=\" outchar=\"\"/> <!--  -->\n\n        <!-- number keys with shift -->\n        <entry inchar=\"@\" outchar=\"&quot;\"/> <!-- shift + 2 -->\n        <entry inchar=\"^\" outchar=\"&amp;\"/> <!-- shift + 6 -->\n        <entry inchar=\"&amp;\" outchar=\"/\"/> <!-- shift + 7 -->\n        <entry inchar=\"*\" outchar=\"(\"/> <!-- shift + 8 -->\n        <entry inchar=\"(\" outchar=\")\"/> <!-- shift + 9 -->\n        <entry inchar=\")\" outchar=\"=\"/> <!-- shift + 0 -->\n        <entry inchar=\"_\" outchar=\"?\"/> <!-- shift + + -->\n        <entry inchar=\"+\" outchar=\"`\"/><!-- shift + ` -->\n\n        <!-- only characters -->\n        <entry inchar=\";\" outchar=\"ö\"/> <!--  -->\n        <entry inchar=\"'\" outchar=\"ä\"/> <!--  -->\n        <entry inchar=\"[\" outchar=\"å\"/> <!--  -->\n        <entry inchar=\"/\" outchar=\"-\"/> <!-- - -->\n        <entry inchar=\"]\" outchar=\"\"/> <!--  -->\n\n        <!-- characters with shift -->\n        <entry inchar=\":\" outchar=\"Ö\"/> <!-- shift +  -->\n        <entry inchar=\"&quot;\" outchar=\"Ä\"/> <!-- shift +  -->\n        <entry inchar=\"{\" outchar=\"Å\"/> <!-- shift +  -->\n        <entry inchar=\"<\" outchar=\";\"/> <!-- shift + , -->\n        <entry inchar=\">\" outchar=\":\"/> <!-- shift + . --> \n        <entry inchar=\"?\" outchar=\"_\"/> <!-- shift + - -->\n        <entry inchar=\"~\" outchar=\"*\"/> <!-- shift + ' -->\n        <entry inchar=\"}\" outchar=\"^\"/> <!-- shift +  -->\n    </char2char> \n\n</keyboard_layout>\n"
  },
  {
    "path": "Mod Files/system/language/Finnish/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<!--Date of translation: 19/4/2009  -->\n<language locale=\"Finnish\">\n  <charsets>\n    <gui>CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>fi</menu>\n    <audio>fi</audio>\n    <subtitle>fi</subtitle>\n  </dvd>\n\n  <regions>\n     <region name=\"Finland\" locale=\"Finland\">\n      <dateshort>D.M.YYYY</dateshort>\n      <datelong>D. MMMM'ta 'YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>mps</speedunit>\n      <timezone>EEST</timezone>\n     </region>\n  </regions>\n\n  <sorttokens>\n    <token>The</token>\n  </sorttokens>\n\n</language>\n\n"
  },
  {
    "path": "Mod Files/system/language/Finnish/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Finnish (http://www.transifex.com/projects/p/xbmc4xbox/language/fi/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: fi\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Sovellukset\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Kuvat\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Musiikki\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Videot\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"TV-opas\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Asetukset\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Tiedostonhallinta\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Sää\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc media center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"maanantai\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"tiistai\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"keskiviikko\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"torstai\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"perjantai\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"lauantai\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"sunnuntai\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"tammikuu\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"helmikuu\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"maaliskuu\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"huhtikuu\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"toukokuu\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"kesäkuu\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"heinäkuu\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"elokuu\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"syyskuu\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"lokakuu\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"marraskuu\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"joulukuu\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"ma\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"ti\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"ke\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"to\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"pe\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"la\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"su\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"tammi\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"helmi\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"maalis\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"huhti\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"touko\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"kesä\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"heinä\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"elo\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"syys\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"loka\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"marras\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"joulu\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Näytä: Autom.\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Näytä: Autom. suuret\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Näytä: Kuvakkeet\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Näytä: Lista\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Päivitä\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Järjestä: Nimi\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Järjestä: Päiväys\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Järjestä: Koko\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Ei\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Kyllä\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Kuvaesitys\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Luo pienoiskuvat\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Luo pienoiskuvat\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Pikakuvakkeet\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Tauko\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Kopioi\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Siirrä\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Poista\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Nimeä uudelleen\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Uusi kansio\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Vahvista tiedoston kopiointi\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Vahvista tiedoston siirto\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Vahvista tiedoston poisto\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Kopioidaanko valitut tiedostot?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Siirretäänkö valitut tiedostot?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Poistetaanko valitut tiedostot? - Poistettuja ei voi palauttaa!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Tila\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Kohdetta\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Yleiset\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Kuvaesitys\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Järjestelmän tiedot\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Näyttö\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albumit\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Esittäjät\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Kappaleet\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Lajityypit\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Toistolistat\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Etsi\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Järjestelmän tiedot\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Lämpötilat:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"Suoritin:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"Grafiikkapiiri:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Aika:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Tällä hetkellä:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Ohjelmaversio:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Verkko:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Tyyppi:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Kiinteä IP-osoite\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC-osoite\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP-osoite\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Yhteys:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Puoliduplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Täysiduplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Asemat\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Asema\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"vapaana\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Muistia vapaana\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Ei yhteyttä\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Vapaana\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Ei saatavilla\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Levykelkka auki\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Luetaan\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Ei levyä\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Levy asetettu\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Ulkoasu\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"FTP-palvelin käytössä\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Näytön resoluutio\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Säädä näytön päivitysnopeus elokuvaan sopivaksi\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Julkaistu\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"4:3-videoiden näyttömuoto\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Musiikkityyli\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Tyylilaji\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Kappale\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Kesto\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Valitse albumi\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Kappaleet\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Levyn esittely\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Päivitä\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Haetaan albumia\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Albumia ei löytynyt!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Valitse kaikki\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Haetaan median tiedot\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Tallenna\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Sekoita\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Tyhjennä\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Hae tiedot\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Etsitään...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Tietoja ei löytynyt!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Valitse elokuva:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Haetaan tietoja %s:sta\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Noudetaan elokuvan tietoja\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Iskulause\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Juoni\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Ääniä:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Näyttelijät\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Juoni\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Toista\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Seuraava\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Edellinen\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Käyttöliittymän säätö...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Kuvaruudun säätö...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Pehmennä kuvaa\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Kuvan koko\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Pikselin sivusuhde\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD-asema\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Aseta levy asemaan\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Verkkojako\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Verkkoa ei ole kytketty\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Peruuta\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Nopeus\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Testikuviot...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Hae ääni-CD-levyn kappaletiedot internetistä\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Sekoita toistolista ladattaessa\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Kiintolevyn pysäytysaika\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Kuvasuodin\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Ei käytössä\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Pistemäinen\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Lineaarinen\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotrooppinen\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussian Cubic\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Pienennys\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Suurennus\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Tyhjennä toistolista lopuksi\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"DVD-levyjen automaattinen käynnistys\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"VCD-/SVCD-levyjen automaattinen käynnistys\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"CD-levyjen automaattinen käynnistys\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Xbox-levyjen automaattinen käynnistys\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Toista videot automaattisesti\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Toista musiikki automaattisesti\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Toista kuvat automaattisesti\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Skriptit\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Kieli\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Musiikki\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Näytön visualisointi\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Valitse kohdehakemisto\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Syötä stereoääni kaikille kaiuttimille\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Kanavien määrä\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- DTS yhteensopiva vastaanotin\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CD-tietokanta\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Noudetaan CD-tietoja\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Virhe\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Lue tagit tiedostoista\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Avataan\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Käynnistetään...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Skriptin suoritus\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"XBMC:n ohjaus http:n kautta käytössä\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Nauhoita\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Pysäytä nauh.\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Järjestä: Raita\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Järjestä: Kesto\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Järjestä: Nimi\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Järjestä: Esittäjä\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Järjestä: Albumi\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"100 suosituinta\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Kuvan vasen yläkulma\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Kuvan oikea alakulma\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Aseta tekstityksen paikka\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Määritä pikselin muoto\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Siirtämällä nuolta voit määrittää näkyvän kuva-alan\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Siirtämällä palkkia voit määrittää tekstityksen paikan\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Säädä suorakulmiosta täysin neliö\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Asetuksia ei voitu ladata\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Oletusasetukset otettu käyttöön\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Tarkista XML-tiedostot\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"%i kpl nimikkeitä löydetty\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Haun tulos\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Nimikkeitä ei löytynyt\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Jälkikäsittely\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Tekstitys\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Kirjasin\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Koko\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Dynamiikan kutistus\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Ääni\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Valitse tekstitys\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Luo kirjanmerkki\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Poista kirjanmerkit\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Äänen ajoitus\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Kirjanmerkit\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- AAC yhteensopiva vastaanotin\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- MP1 yhteensopiva vastaanotin\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- MP2 yhteensopiva vastaanotin\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- MP3 yhteensopiva vastaanotin\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Viive\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Kieli\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Käytössä\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Lomittamaton\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"Automaattinen jälkikäsittely\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"Vertikaalinen päästösuodatus\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"Horisontaalinen päästösuodatus\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"Autom. kirkkaus/kontrasti\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Tietokannan puhdistus\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Valmistellaan...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Tietokantavirhe\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Etsitään kappaleet...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Tietokannan puhdistus valmis\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Puhdistetaan kappaleet...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Virhe kappaleiden puhdistuksessa\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Puhdistetaan esittäjät...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Virhe esittäjien puhdistuksessa\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Puhdistetaan lajityypit...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Virhe lajityyppien puhdistuksessa\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Puhdistetaan tiedostopolut...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Virhe tiedostopolkujen puhdistuksessa\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Puhdistetaan albumit...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Virhe albumien puhdistuksessa\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Tallennetaan muutokset...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Virhe muutoksien tallennuksessa\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Odota, tämä kestää jonkin aikaa...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Tiivistetään tietokantaa...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Virhe tietokannan tiivistyksessä\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Haluatko puhdistaa kirjaston?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Kirjaston puhdistus...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Aloita\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Kuvataajuuden muunto\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Äänilähtö\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analoginen\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digitaalinen\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Eri esittäjiä\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Toista levy\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Elokuvat\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Sovita kuvataajuus\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Näyttelijät\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Vuosi\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Ohjelmat\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Ei käytössä\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Tummennus\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Musta\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matriisiviivat\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Näytönsäästäjän viive\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Näytönsäästäjä\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Laitteen sammutusajastus\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Kaikki albumit\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Uusimmat albumit\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Näytönsäästäjä\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Kaikkien kuvaesitys\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Näytönsäästäjän läpinäkyvyys\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Järjestä: Tiedostonimi\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Dolby Digital (AC3) yhteensopiva vastaanotin\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Järjestä: Nimi\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Järjestä: Vuosi\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Järjestä: Arvosana\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Nimi\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"ukkosmyrskyjä\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"osittain\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"enimmäkseen\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"aurinkoista\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"pilvistä\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"lumisadetta\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"vesisadetta\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"heikkoa\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"aamupäivällä\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"iltapäivällä\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"sadekuuroja\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"joitakin\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"hajanaisia\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"tuulista\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"voimakasta\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"poutaa\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"selkeää\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"pilvistä\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"aamulla\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"sadekuuro\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"lumipyryä\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"alhainen\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"keskimääräinen\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"voimakas\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"sumua\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"usvaa\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Valitse sijainti\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Päivitysväli\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Lämpötilan yksikkö\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Tuulen nopeuden yksikkö\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Sää\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Lämpötila\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Tuntuu kuin\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV-indeksi\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Tuuli\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Kastepiste\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Kosteus\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"Suunta\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"Nopeus\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Oletukset\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Yhdistetään sääpalveluun\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Noudetaan säätiedot:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Säätietoja ei saatu\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manuaalisesti\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Tälle albumille ei ole esittelyä\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Ladataan pienoiskuvaa...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Ei saatavilla\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Näytä: Suuret kuvak.\"\n\nmsgctxt \"#418\"\nmsgid \"Low\"\nmsgstr \"Alin\"\n\nmsgctxt \"#419\"\nmsgid \"High\"\nmsgstr \"Ylin\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Kirjasto käytössä\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Poista albumin tiedot\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Poista CD-tiedot\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Valitse\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Albumin tietoja ei löytynyt\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"CD-tietoja ei löytynyt\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Levy\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Aseta oikea CD/DVD-levy\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Aseta seuraava CD/DVD-levy\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Järjestä: DVD nro\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Ei välimuistia\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Poista elokuva kirjastosta\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Haluatko varmasti poistaa kohteen[CR]'%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Siirrettävä levy\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Avataan tiedosto\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Välimuistit\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Kiintolevy\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF-levy\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Paikallisverkosta\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internetistä\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Musiikki\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Median käynnistys\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Käytössä\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Sarakkeita\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Rivin 1 osoite\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Rivin 2 osoite\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Rivin 3 osoite\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Rivin 4 osoite\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Rivejä\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Tila\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Vaihda näkymä\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Tekstit\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Ääniraita\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[käytössä]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Tekstityskieli\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Taustavalo\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Kirkkaus\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Kontrasti\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Tyyppi\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Siirrä kuvaruutuvalikon sijaintia pystysuunnassa\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Kuvaruutuvalikon sijainti\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Tekijät\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Mod-piiri\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Ei käytössä\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Vain musiikilla\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Musiikki ja videot\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Toistolistaa ei voitu ladata\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"Kuvaruutuvalikko\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Ulkoasu ja kielivalinnat\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Käyttöliittymä\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Ääniasetukset\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Tietoja XBMC:stä\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Poista albumin tiedot\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Jatkuva toisto\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Kappaleen toisto\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Kansion toisto\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Toista seuraava tiedosto automaattisesti\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"Suuret kuvakkeet\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Tekstityksen koko\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Lisäasetukset (vain edistyneille käyttäjille!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Äänen tilantunne (dB)\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Sovita videot käyttöliittymän resoluutioon\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Kuvaruudun säätö\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Näytä tiedostojen päätteet\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Järjestä: Tyyppi\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Tietojen hakuosoitteeseen ei saada yhteyttä\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Albumitietojen nouto epäonnistui\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Etsitään albumin nimellä...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Avoinna\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Odota\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Ei levyä\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Luetaan tiedostojen mediatiedot...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Järjestä: Käyttö\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Visualisoinnit käytössä\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Salli videojärjestelmän vaihto\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Aloitusikkuna\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Päävalikko\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Manuaaliset asetukset\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Lajityyppi\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Avaa yksittäispakatut tiedostot automaattisesti\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Viimeksi toistetut albumit\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Käynnistä\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Käynnistys...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Muokkaa XBE:n nimeä\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Kokoelmat\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Poista sijainti\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Vaihda mediavalikkoa\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Valitse toistolista\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Uusi toistolista...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Lisää toistolistalle\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Lisää kirjastoon\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Anna nimi\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Virhe: Nimi on jo olemassa\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Valitse näytettävä lajityyppi\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Uusi tyyli\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Oma lisäys\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Anna lajityyppi\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Näytä: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Lista\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Kuvakkeet\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Suuri lista\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Suuret kuvak.\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Leveä\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Suuri ja leveä\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Albumikuvakkeet\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD-kuvakkeet\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Mediatiedot\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Äänen ulostulo\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Pakatun äänen ulostulo\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Esittäjästä ei ole tietoja\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Yhdistä monikanavaiset äänet stereoksi\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Järjestä: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Nimi\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Päiväys\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Koko\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Raita\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Kesto\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Kappale\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Esittäjä\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Albumi\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Toistolista\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Tiedosto\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Vuosi\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Arvosana\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Tyyppi\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Käyttö\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Albumin esittäjä\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Toistomäärä\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Viimeksi toistettu\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Kommentti\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Lisäyspäivä\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Oletus\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Studio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Polku\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Maa\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"Katselu kesken\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Järjestelyn suunta\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Järjestelymenetelmä\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Näyttötapa\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Muista jokaisen kansion näyttötapa\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Nouseva\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Laskeva\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Muokkaa toistolistaa\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Suodata\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Keskeytä jukeboksi\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Jukeboksi \"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Satunnainen\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Ei käytössä\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Yksi\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Kaikki\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Ei\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Toistuvasti: Ei\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Toistuvasti: Kappale\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Toistuvasti: Kaikki\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Siirrä ääni-CD-levy kiintolevylle\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Keskimääräinen\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Normaali\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Erittäin korkea\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Vakiobittinopeus\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Siirretään...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Tallennetaan:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"CD:tä tai kappaletta ei pystytty siirtämään\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"Tallennuskansiota ei ole määritetty.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Siirrä kappale kiintolevylle\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Anna numero\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Ääni-CD-levyt\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Enkooderi\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Laatu\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bittinopeus\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Lisää kappaleen numero\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Kaikki kappaleet\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Näyttötapa\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normaali\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zoomaus\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Venytä kokoon 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Leveyden zoomaus\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Venytä kokoon 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Alkuperäinen koko\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Mukautettu\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Tasonkorjaus\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Tasonkorjaus-tilan säädöt\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Käytä kappaletasoja\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Käytä albumitasoja\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Esivahvistustaso - tasokorjatut\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Esivahvistustaso - tasokorjaamattomat\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Vältä äänen leikkautumista tasokorjatuissa tiedostoissa\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Rajaa mustat palkit pois\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Suuri tiedosto täytyy purkaa ensin. Jatketaanko?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Poista kirjastosta\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Vie videokirjasto\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Tuo videokirjasto\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Tuodaan\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Viedään\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Valitse kirjasto\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Vuodet\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Päivitä kirjasto\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Näytä suoritustiedot\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Valitse ohjelma\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Valitse toistolista\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Valitse kansio\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Kappaleen tiedot\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Voimakkuuden vahvistus\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Valitse vientikansio\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Valittu tiedosto ei ole enää saatavilla\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Haluatko poistaa sen kirjastosta?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Valitse skripti\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Pakkaustaso\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Puhdistetaan kirjastoa\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Poistetaan vanhat kappaleet kirjastosta\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Tämä polku on luettu aiemmin\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Verkko\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Palvelin\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"HTTP proxy port\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Internet-yhteys HTTP-välipalvelimen kautta\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"HTTP-välipalvelimen käyttäjätunnus\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"HTTP-välipalvelimen salasana\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internet-asetukset\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Portti ei kelpaa. Arvon on oltava 1 ja 65535 välillä.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP-välipalvelin\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"Verkko-osoitteen määritys\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automaattinen (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manuaalinen (Kiinteä)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Oletusasetukset (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP-osoite\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Aliverkon peite\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Oletusyhdyskäytävä\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- Nimipalvelin (DNS)\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Tallenna ja uudelleenkäynnistä\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Osoitteen on oltava muodossa AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"ja numerot väliltä 0 - 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Muutoksia ei ole tallennettu. Poistutaanko tallentamatta?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Web-palvelin\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP-palvelin\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Portti\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Tallenna ja ota käyttöön\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Salasana\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Ei salasanaa\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Merkistö\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Tyyli\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Väri\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normaali\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Lihavoitu\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Kursivoitu\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Lihavoitu ja kursivoitu\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Valkoinen\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Keltainen\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Tiedostot\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Tälle tilalle ei ole luettu mediatietoja,\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"siirry pois kirjasto tilasta\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Kuvan lataus epäonnistui\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Muokkaa polkua\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Peilikuva\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Oletko varma asiasta?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Poistetaan sijainti\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Lisää linkki ohjelmaan\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Muokkaa ohjelman polkua\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Muokkaa ohjelman nimeä\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Muokkaa polun syvyyttä\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Suuri luettelo\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Keltainen\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Valkoinen\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Sininen\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Kirkkaanvihreä\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Keltavihreä\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Sinivihreä\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Vaaleanharmaa\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Harmaa\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Virhe %i: sijaintia ei ole saatavilla\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"Automaattinen FATX-rajoitus\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Äänilähtö\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Haku\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Kuvaesityskansio\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Verkkoliitäntä\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Langattoman verkon nimi (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Langattoman verkon salasana\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Langattoman verkon suojaus\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Tallenna ja ota asetukset käyttöön\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Ei salausta\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Verkkoliitännän asetukset otetaan käyttöön. Odota hetki.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Verkkoliitäntä käynnistetty uudelleen.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Verkkoliitännän käynnistys ei onnistunut.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Verkkoliitäntä ei ole käytössä\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Verkkoliitäntä poistettu käytöstä.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Langattoman verkon nimi (ESSID)\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Ohjaustapahtumat\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Salli tämän järjestelmän ohjelmien ohjata XBMC:iä\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Portti\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Porttialue\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Salli muiden järjestelmien ohjelmien ohjata XBMC:iä\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Kertatapahtuman viive (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Jatkuvan toiston viive (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Yhteyksien enimmäismäärä\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Internet-yhteys\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Syötetty portin arvo on sopimaton\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Portin oltava väliltä 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Portin oltava väliltä 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Näytönsäästäjän esikatselu\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Ei saada yhteyttä\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC ei saanut yhteyttä verkko-osoitteeseen.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Saattaa olla, ettei verkkoyhteyttä ole.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Haluatko silti lisätä sijainnin?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP-osoite\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Lisää verkko-osoite\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protokolla\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Palvelimen osoite\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Palvelimen nimi\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Verkkopolku\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Jaettu kansio\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Portti\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Käyttäjätunnus\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Valitse verkkopalvelin\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Anna palvelimen verkko-osoite\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Anna polku palvelimella\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Anna portin numero\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Anna käyttäjätunnus\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Lisää %s-sijainti\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Tiedostojen polku:\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Sijainnin nimi\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Valitse uusi sijainti\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Selaa\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Ei saatu hakemiston tietoja.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Lisää sijainti\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Muokkaa sijaintia\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Muokkaa %s-sijaintia\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Anna uusi nimi\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Valitse kuva\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Valitse kuvakansio\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Lisää verkko-osoite...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Valitse tiedosto\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Alivalikko\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Alivalikon painikkeet käytössä\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Suosikit\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Video-lisäosat\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Musiikki-lisäosat\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Kuva-lisäosat\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Hakemiston lataus\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Noudettu %i kohdetta\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Noudettu %i / %i kohdetta\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Ohjelma-lisäosat\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Lisäosan pienoiskuva\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Lisäosan asetukset\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Yhteyspisteet\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Jokin muu...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Käyttäjätunnus\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Skriptin asetukset\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Singlet\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB-asiakas\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Työryhmä\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Oletuskäyttäjätunnus\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Oletussalasana\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS-palvelin\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Liitä SMB-jaot\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Poista\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Musiikki\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Kuvat\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Tiedostot\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Musiikki ja videot\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Musiikki ja kuvat\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Musiikki ja tiedostot\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Videot ja kuvat\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Videot ja tiedostot\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Kuvat ja tiedostot\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Musiikki ja videot ja kuvat\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Musiikki ja videot ja kuvat ja tiedostot\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Pois käytöstä\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Tiedostot ja musiikki ja videot\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Tiedostot ja kuvat ja musiikki\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Tiedostot ja kuvat ja videot\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Musiikki ja ohjelmat\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Videot ja ohjelmat\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Kuvat ja ohjelmat\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Musiikki ja videot ja kuvat ja ohjelmat\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Ohjelmat ja videot ja musiikki\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Ohjelmat ja kuvat ja musiikki\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Ohjelmat ja kuvat ja videot\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP-käyttäjätunnus\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP-salasana\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Salasanan asetus onnistui\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Tunnistus\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Järjestelmän automaattitunnistus\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Lempinimi\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Kysy ennen yhdistämistä\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Lähetä FTP-käyttäjätunnus ja salasana\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Pingauksen väli\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Yhdistetäänkö havaittuun järjestelmään?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Julkista nämä palvelut toisiin järjestelmiin Zeroconf-julkaisujärjestelmän kautta\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Mukautettu äänilaite\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Mukautettu pakatun äänen laite\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"kasaantuvaa\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"ja\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"jäätävää\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"illalla\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"yksittäisiä\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"ukkoskuuroja\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"ukkosta\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"aurinkoista\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"kovaa\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"on\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"tulossa\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"lähiaikana\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"jäätä\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"jääkiteitä\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Tyyntä\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"sekä\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"tuulista\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"tihkusadetta\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"ukkosmyrskyä\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"tihkusadetta\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"sumuista\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"rakeita\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"ukkosmyrskyjä\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"ukkoskuuroja\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Toimettomana näytön sammutus\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Kesto\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Skripti virhe! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"LCD/VFD käytössä\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Päävalikko\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Ohjelmat\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Kuvat\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Tiedostonhallinta\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Asetukset\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Musiikki\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Videot\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Järjestelmän tiedot\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Asetukset - Yleiset\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Asetukset - Näyttö\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Asetukset - Käyttöliittymä - Käyttöliittymän kalibrointi\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Asetukset - Videot - Kuvaruudun kalibrointi\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Asetukset - Kuvat\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Asetukset - Ohjelmat\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Asetukset - Sää\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Asetukset - Musiikki\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Asetukset - Järjestelmä\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Asetukset - Videot\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Asetukset - Verkko\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Asetukset - Käyttöliittymä\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Skriptit\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Videot/Toistolista\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Asetukset - Profiilit\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Kyllä/Ei -dialogi\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Tila -dialogi\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Haetaan tekstityksiä...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Välimuistitetaan tekstityksiä...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"keskeytetään\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"puskuroidaan\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Aloitetaan siirtoa\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Musiikki/Toistolista\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Musiikki/Tiedostot\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Musiikki/Kirjasto\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Toistolistojen muokkaus\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"100 suosituinta kappaletta\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"100 suosituinta albumia\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Ohjelmat\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Asetukset\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Sääennuste\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Verkkopelaaminen\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Lisäosat\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Järjestelmän tiedot\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Musiikki - Kirjasto\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Nyt kuunnellaan - Musiikki\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Nyt katsellaan - Videot\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Albumitiedot\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Elokuvatiedot\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Valitse dialogi\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Musiikki/Tiedot\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Dialogi OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Videot/Tiedot\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Skriptit/Tiedot\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Kokoruudun video\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Äänen visualisointi\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Tiedostojen pinoamis-dialogi\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Luo indeksi uudestaan...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Palaa Musiikki-valikkoon\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Palaa Videot-valikkoon\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Päivitä trainer-lista\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainerit\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Ei trainereita\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Trainer-asetukset\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Kaikki rekisteröidyt trainerit ovat kadonneet. Päivitä lista uudelleen\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Jatka pysäytetystä kohdasta\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Ei\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Kyllä\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Kysy\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Aloita alusta\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Jatka %s:sta\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Tarkastetaan nykyisiä trainereita...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"C\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"OK\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Lukittu! Anna koodi...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Anna salasana\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Anna pääkäyttäjän koodi\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Anna avauskoodi\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"tai paina C peruuttaaksesi\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Anna peliohjaimen painikeyhdistelmä ja\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"Paina Back peruuttaaksesi.\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Aseta lukitus\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Avaa lukitus\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Palauta lukitus\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Poista lukitus\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Numeerinen salasana\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Ohjaimen painikeyhdistelmä\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Tekstimuotoinen salasana\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Uusi salasana\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Anna salasana uudelleen\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Väärä salasana,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"yritystä jäljellä \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Annetut salasanat eivät täsmää.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Pääsy evätty\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Kaikki kirjautumisyritykset käytetty.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Järjestelmä sammutetaan nyt.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Kohde lukittu\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Uudelleenaktivoi lukitus\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Muuta lukitus\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Sijainnin lukitus\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Salasana oli tyhjä. Yritä uudelleen.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Käytön esto\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Sammuta laite lukituksen poistoyritysten maksimimäärän jälkeen\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Pääkäyttäjän koodi ei ole oikea\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Anna oikea pääkäyttäjän koodi\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Asetukset ja tiedostonhallinta\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Aseta oletukseksi kaikille elokuville\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Tämä korvaa kaikki aiemmat asetukset\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Yksittäisen kuvan näyttöaika\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Panorointi- ja zoomaustehosteet käytössä\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"NTSC-videot PAL-nopeudella\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"PAL-videot NTSC-nopeudella\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"NTSC-videot PAL60-nopeudella\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12-tuntinen kello\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24-tuntinen kello\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Päivä/Kuukausi\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Kuukausi/Päivä\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Järjestelmän käyntiaika\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"minuuttia\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"tuntia\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"päivää\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Kokonaiskäyntiaika\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Säätila\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Näytönsäästäjä\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Kokoruudun kuvaruutuvalikko\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Järjestelmä\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Kiintolevyn välitön pysäytys\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Vain videoilla\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Viive\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Tiedoston vähimmäiskesto\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Sammuta\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Käynnistä dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Valinnainen dashboardin polku\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Sammutusmuoto\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Poistu\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Horrostila\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Valmiustila\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Lopeta\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Käynnistä uudelleen\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Pienennä\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Virtakytkimen toiminto\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Onko toinen istunto käynnissä, ehkä ssh:n kautta?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Liitetty siirrettävä kiintolevy\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Turvaton laitteen poisto\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Laitteen poisto onnistui\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Peliohjain liitetty\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Peliohjain irroitettu\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Näytön välkynnän poisto\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Ajuri valitsee (vaatii uudelleenkäynnistyksen)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Pystytahdistus\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Ei käytössä\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Käytössä videoita toistettaessa\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Aina käytössä\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Testaa ja hyväksy resoluutio\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Tallenna resoluutio?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Haluatko säilyttää nämä asetukset?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Korkealaatuinen skaalaus\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Ei käytössä\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Käytössä normaali tarkkuudella\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Aina käytössä\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Skaalausmenetelmä\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU HQ skaalaustaso\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU studiotasoinen värimuunnos\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Tyhjennä muut näytöt\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Ei käytössä\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Tyhjät näytöt\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Käytössä oleva ohjaus havaittu!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Mikäli jatkat, et välttämättä pysty tämän jälkeen\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"ohjaamaan XBMC:ia. Haluatko varmasti pysäyttää ohjaustapahtumat?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Vaihdetaanko Apple kauko-ohjaukseen?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Mikäli käytät tälllä hetkellä XBMC:in ohjaukseen Apple kauko-ohjainta,\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"et voi tämän jälkeen ohjata XBMC:ia.\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"Haluatko jatkaa?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"Lukituskoodi:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"Lämpötila:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"Malli:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"Firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"Malli:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"Sarjanro:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"Firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"Salasana:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"Lukitus:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Aliverkon peite\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Yhdyskäytävä\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Ensisijainen DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Alustus epäonnistui\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Peliohjain\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Näppäimistö\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Hiiri\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Kuuloke-mikrofoni\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Muistikortti\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Kaukosäädin\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Ohjaimen liitäntä\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Ei koskaan\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Heti\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"%i sekunnin kuluttua\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Kiintolevyn asennuspäivä:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Kiintolevyn käynnistyslaskuri:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Käyttäjäprofiilit\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Poistetaanko profiili '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Viimeksi ladattu profiili:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Tuntematon\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Korvaa\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Herätyskello\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Hälytysväli (minuuttia)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Käynnistetty, hälytys %i minuutin kuluttua\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Hälytys!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"peruutettu, %im%is jäljellä\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Etsi tekstitykset RAR-paketeista\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Valitse tekstitys...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Siirrä\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Siirrä tähän\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Kumoa siirto\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Laitteisto:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Suorittimen käyttö:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Yhdistetty, mutta DNS-tietoja ei ole käytettävissä.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Kiintolevy\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-asema\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Tallennus\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Oletus\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Verkko\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Näyttö\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Laitteisto\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Käyttöjärjestelmä:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Suorittimen nopeus:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Videoenkooderi:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Näyttötarkkuus:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Laiteversio:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Sarjanumero:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Valmistustiedot:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Mod-piiri:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V-kaapeli:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Video- ja XBE-alue:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD-aluekoodi:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Yhdistetty\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Ei ole yhdistetty. Tarkista verkkoasetukset.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Xbox Live -avain:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Tavoitelämpötila\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Tuulettimen pyörintänopeus\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Automaattinen lämmönhallinta\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Tuulettimen pyörintänopeuden säätö\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"Kirjasin\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Käännä kaksisuuntainen merkistö\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"RSS-uutispalvelu käytössä\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Näytä ylemmän kansion kohteet\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Kappaleen nimeämistapa\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Käynnistetäänkö järjestelmä uudelleen,\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"vai pelkkä XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Zoomaustehoste\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Kelluntatehoste\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Mustien reunojen poisto\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Käynnistä uudelleen\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Ristiinhäivytys\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Muodosta pienoiskuvat uudelleen\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Kaikki pienoiskuvat\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Kuvaesitys\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Kaikkien kuvaesitys\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Satunnainen\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Ainoastaan vasen\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Ainoastaan oikea\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Karaoke-tila käytössä\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Taustan läpinäkyvyys\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Edustan läpinäkyvyys\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Äänen viive\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s ei löydy\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"%s:n avaus ei onnistu\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"%s:n lataus ei onnistu\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Virhe: muistin määrä ei riitä\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Siirrä ylöspäin\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Siirrä alaspäin\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Muuta nimeä\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Aseta oletussijainti\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Poista painike\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Etupaneelin valo\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Etupaneelin valon väri\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Ei vaihdeta\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Vihreä\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Oranssi\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Punainen\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Kierrätä värejä\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Sammuta etupaneelin valo toistettaessa\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Elokuvan tiedot\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Lisää kohde toistolistalle\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Hae IMDb:stä...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Etsi uusi sisältö\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Nykyinen toistolista...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Albumin tiedot\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Lue kaikki kirjastoon\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Keskeytä haku\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Renderöintitapa\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Pixel Shader (matala laatu)\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Laitteistopohjainen\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Pixel Shader (korkea laatu)\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Toista\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Aseta esittäjän pienoiskuva\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Luo pienoiskuvat automaattisesti\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Puhe käytössä\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Laite käytössä\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Äänenvoimakkuus\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Oletus näyttötapa\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Oletus kirkkaus\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Oletus kontrasti\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Gamman oletusarvo\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Jatka toistoa\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Äänimaski - Portti 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Äänimaski - Portti 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Äänimaski - Portti 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Äänimaski - Portti 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Käytä aikapohjaista hakua\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Kappaleen nimeämistapa, oikeanpuoleinen\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Esiasetukset\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Tälle visualisoinnille ei\\nlöytynyt esiasetuksia\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Tälle visualisoinnille ei\\nole määriteltäviä asetuksia\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Poista/Lataa\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Näytön visualisoinnit käytössä musiikkitiedostoilla\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Laske koko\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Lasketaan kansion kokoa\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Videoasetukset\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Ääni- ja tekstitysasetukset\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Tekstitys käytössä\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Pikakuvakkeet\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ohita artikkelit lajiteltaessa (esim. \\\"the\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Ristiinhäivytä saman albumin kappaleet\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Valitse %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Näytä kappaleen paikka\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Poista oletussijainti\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Jatka\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Pienoiskuva\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Kuvan tiedot\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s:in esiasetukset\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(IMDb-käyttäjien arvosana)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"250 suosituinta\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Aloita Last.fm:n kuuntelu\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Tuulettimen vähimmäisnopeus\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Ladataan...\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Sisällytä vain kokoelmilla olevat esittäjät\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Renderöintimenetelmä\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Automaattinen tunnistus\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Yksinkertaiset varjostimet (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Edistyneet varjostimet (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Ohjelmallinen\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Poista turvallisesti\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Aloita kuvaesitys tästä\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Muista tämä polku\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Käytä pikselipuskuriobjekteja\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"A/V-tahdistusmenetelmä\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Äänen kello\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Videon kello (poista/kopioi ääninäytteitä)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Videon kello (äänen uudelleennäytteistys)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Maksimi uudelleennäytteistys (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Uudellennäytteistyksen laatu\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Matala (nopea)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Keski\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Korkea\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Todella korkea (hidas)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Tahdista toisto näyttöön\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple remote -kauko-ohjain\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"XBMC voidaan käynnistää kauko-ohjaimella\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Jaksoittainen viive\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Ei käytössä\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Normaali\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Yleiskauko-ohjain\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Yleiskauko-ohjain (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Apple Remote -kauko-ohjain virhe\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Apple Remote -kauko-ohjain voidaan ottaa käyttöön.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Pinoa\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Ei pinota\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Ladataan toistolistatiedostoa...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Ladataan ohjelmaluetteloa..\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Tulkitaan ohjelmaluetteloa...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Ohjelmaluettelon lataus epäonnistui\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Toistolistan lataus epäonnistui\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Pelit-hakemisto\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Vaihda pienoiskuviin automaattisesti, jos\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Näytä pienoiskuvat automaattisesti\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"Käytä suuria kuvakkeita\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"Vaihda mikäli\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"Prosenttiosuus\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Ei tiedostoja vähintään yhdellä pienoiskuvalla\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Vähintään yksi tiedosto ja pienoiskuva\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Pienoiskuvien osuus (%)\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Näkymä valinnat\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Paikkakunta 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Paikkakunta 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Paikkakunta 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Kirjasto\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Ei TV:tä\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Lähin suuri paikkakunta\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video-/Musiikki-/DVD-välimuisti: Kiintolevy\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Videovälimuisti - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"Videovälimuisti: Lähiverkko\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"Videovälimuisti: Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Musiikkivälimuisti - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"Musiikkivälimuisti: Lähiverkko\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"Musiikkivälimuisti: Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD-välimuisti - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"DVD-välimuisti: Lähiverkko\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Palvelut\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Verkkoasetuksia muutettu\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC täytyy käynnistää uudelleen, jotta uudet\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"asetukset tulevat käyttöön. Käynnistetäänkö uudelleen nyt?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Jälkikäsittely\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Sammuta kesken toiston\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i s\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Ajan muoto\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Päiväyksen muoto\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Käyttöliittymän suodattimet\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Hae taustalla\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Pysäytä haku\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Ei ole mahdollista median tietoja haettaessa\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Filmin rakeisuustehoste\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Etsi pienoiskuvat verkkosijainneista\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Internet: Muut tiedostotyypit\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Automaattinen\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Anna käyttäjätunnus:\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Aika ja päiväys\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Aseta päivämäärä\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Aseta kellonaika\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Anna aika 24 tunnin muodossa tunnit:minuutit\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Anna päivämäärä muodossa päivä/kuukausi/vuosi\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Anna IP-osoite\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Otetaanko asetukset heti käyttöön?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Muutokset otetaan käyttöön\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Salli tiedostojen poistaminen ja nimeäminen\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Aseta aikavyöhyke\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Kesäaika käytössä\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Lisää suosikkeihin\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Poista suosikeista\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Värisävy\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Aikavyöhyke maa\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Aikavyöhyke\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Tiedostolistat\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Näytä kuvan EXIF-tiedot\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Käytä kokoruudun ikkunaa ennemmin kuin täyttä ruutua\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Lisää valitut kappaleet toistolistalle\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Toista ääni-CD-levyt automaattisesti\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Toisto\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD-levyt\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Toista DVD-levyt automaattisesti\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Tekstityksissä käytettävä kirjasin\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Kansallisuus\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Merkistökoodaus\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Debugging\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Turvallisuus\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Syöttölaitteet\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Tehonsäästö\"\n\nmsgctxt \"#14096\"\nmsgid \"Video cache\"\nmsgstr \"Video välimuisti\"\n\nmsgctxt \"#14097\"\nmsgid \"Video cache - max time\"\nmsgstr \"Video välimuisti - kesto\"\n\nmsgctxt \"#14098\"\nmsgid \"Audio cache\"\nmsgstr \"Audio välimuisti\"\n\nmsgctxt \"#14099\"\nmsgid \"Audio cache - max time\"\nmsgstr \"Audio välimuisti - kesto\"\n\nmsgctxt \"#14100\"\nmsgid \"H.264 Skip Loop Filter\"\nmsgstr \"H.264 Skip Loop -suodin\"\n\nmsgctxt \"#14101\"\nmsgid \"Default\"\nmsgstr \"Oletus\"\n\nmsgctxt \"#14102\"\nmsgid \"Skip Non-reference Frames\"\nmsgstr \"Ohita Non-reference -kuvat\"\n\nmsgctxt \"#14103\"\nmsgid \"Skip Bidirectional Frames\"\nmsgstr \"Ohita B-kuvat\"\n\nmsgctxt \"#14104\"\nmsgid \"Skip Non-key frames\"\nmsgstr \"Ohita Non-key -kuvat\"\n\nmsgctxt \"#14105\"\nmsgid \"Skip Everything\"\nmsgstr \"Ohita kaikki\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Poista\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Pelit\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Lisää\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Salasana\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Kirjasto\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Tietokanta\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Kaikki albumit\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Kaikki esittäjät\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Kaikki kappaleet\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Kaikki lajityypit\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Siirretään puskurimuistiin...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Valikkoäänet\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Oletus\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Teema\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Oletusteema\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Lähetä kappaletiedot Last.fm-palveluun\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.fm-käyttäjätunnus\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.fm-salasana\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Ei saatu yhteyttä: odotetaan...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"XBMC täytyy päivittää\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Valtuutusvirhe: tarkista käyttäjätunnus ja salasana\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Yhdistetty\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Ei yhdistetty\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Lähetysväli %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Välimuistissa %i kappaletta\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Lähetetään...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Lähetetään %i s kuluttua\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Toista käyttäen...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Käytä pehmennettyä A/V-tahdistusta\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Piilota tiedostonimet pienoiskuva-näkymässä\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Toista jukeboksissa\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Lähetä kappaletiedot Libre.fm-palveluun\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Libre.fm-käyttäjätunnus\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Libre.fm-salasana\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Musiikin lähetys\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Last.fm-radion lähetys käytössä\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Yhdistetään Last.fm palveluun...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Valitaan radioasema...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Etsi samankaltaisia esittäjiä...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Etsi samankaltaisia tunnisteita...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Oma profiili (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Suosituimmat tunnisteet\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Suosituimmat esittäjät tunnisteelle:%name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Suosituimmat albumit tunnisteelle:%name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Suosituimmat kappaleet tunnisteelle:%name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Kuuntele tunnisteen %name% kappaleet Last.fm radiosta\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Samankaltaiset esittäjät kuin %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Suosituimmat %name%:n albumit\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Suosituimmat %name%:n kappaleet\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Suosituimmat %name%:n tunnisteet\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Suurimmat %name%:n fanit\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Kuuntele %name% fanien Last.fm radiota\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Kuuntele %name%:n samankaltaisten esittäjien last.fm radiota\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Käyttäjän %name% suosituimmat esittäjät\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Käyttäjän %name% suosituimmat albumit\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Käyttäjän %name% suosituimmat kappaleet\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Käyttäjän %name% kaverit\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Käyttäjän %name% naapurit\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"%name%:n viikottainen esittäjälista\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"%name%:n viikottainen albumilista\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"%name%:n viikottainen kappalelista\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Kuuntele %name%:n naapurien Last.fm radiota\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Kuuntele %name%:n henkilökohtaista Last.fm radiota\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Kuuntele %name%:n suosikki kappaleiden Last.fm radiota\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Noudetaan listaa Last.fm:stä...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Ei voida hakea listaa Last.fm:stä...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Anna esittäjän nimi löytääksesi vastaavia esittäjiä\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Anna tunniste löytääksesi vastaavia\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Käyttäjän %name% kuuntelemat kappaleet\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Kuuntele %name%:n suositukset Last.fm radiosta\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Käyttäjän %name% tunnisteet\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Haluatko lisätä nykyisen kappaleen omiin suosikkeihin?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Haluatko asettaa eston nykyiselle kappaleelle?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"'%s' lisätty omiin suosikki kappaleisiin.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"'%s':a ei voida lisätä omiin suosikki kappaleisiin.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Esto asetettu: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"'%s':lle ei voida asettaa estoa.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"%name%:n uusimmat suosikit\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"%name%:n viimeksi estetyt\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Poista omista suosikeista\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Poista esto\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Haluatko poistaa tämän kappaleen omista suosikeista?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Haluatko poistaa eston tältä kappaleelta?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Määriteltyä polkua ei löydy\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Palvelimeen ei saada yhteyttä\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Palvelimia ei löytynyt\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Työryhmää ei löytynyt\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Avataan useapolkuista sijaintia\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Polku:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Yleiset\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Määritä äänilaitteisto...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Tietojen internethaku\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Soitin\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Toista media levyltä\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Anna uusi nimi\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Anna elokuvan nimi\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Anna profiilin nimi\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Anna albumin nimi\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Anna toistolistalle nimi\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Anna uusi tiedostonimi\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Anna kansion nimi\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Anna hakemisto\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Käytettävissä: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Anna hakusana\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Pois\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Automaattinen\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Lomituksenpoisto\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Synk. parittomat\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Synk. parilliset\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Lomituksen käsittely\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Peruutetaan...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Anna esittäjän nimi\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Toisto ei onnistu\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Yksi tai useampi toistovirhe esiintyi\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Anna arvo\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Katso lokitiedostosta lisätietoja.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Jukeboksi keskeytettiin.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Kirjastosta ei löytynyt sopivia kappaleita.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Tietokantaa ei voida valmistella.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Tietokantaa ei voida avata.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Tietokannasta ei voitu hakea kappaleita.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Jukeboksi toistolista\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Kaikki videot\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"katsomatonta\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"katsottua\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Merkitse katsotuksi\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Merkitse katsomattomaksi\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Muokkaa nimeä\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Käytä NTSC-M ja NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Käytä vain NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Käytä vain NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Käytä vain PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"60Hz:n peleillä\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Käyttö keskeytettiin\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Kopiointi epäonnistui\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Vähintään yhden tiedoston kopiointi epäonnistui\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Siirto epäonnistui\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Vähintään yhden tiedoston siirto epäonnistui\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Poisto epäonnistui\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Vähintään yhden tiedoston poisto epäonnistui\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Videon skaalausmenetelmä\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Lähin viereinen\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilineaarinen\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (ohjelmallinen)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (ohjelmallinen)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (ohjelmallinen)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"(VDPAU)Temporal\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"(VDPAU)Temporal/Spatial\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU) Kohinanvähennys\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU) Terävyys\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Inverse Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Videon jälkikäsittely\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Näytön pimennyksen viive\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Vaihda kanavalle\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Tallennuskansio\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Käytä ulkoista DVD-toisto-ohjelmaa\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Ulkoinen DVD-toisto-ohjelma\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Trainer-kansio\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Kuvakaappauskansio\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Toistolistakansio\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Nauhoitukset\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Kuvakaappaukset\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Käytä XBMC:ia\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Musiikkitoistolistat\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Videotoistolistat\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Käynnistetäänkö peli?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Toistolistat\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Ulkoinen pienoiskuva\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Nykyinen pienoiskuva\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Paikallinen pienoiskuva\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Ei pienoiskuvaa\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Valitse pienoiskuva\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Ei onnistu\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Etsi uudet\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Etsi kaikki\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Kielialue\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Lyhyesti\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Lukitse musiikki\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Lukitse videot\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Lukitse kuvat\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Lukitse ohjelmat ja skriptit\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Lukitse tiedostonhallinta\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Lukitse asetukset\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Tyhjät\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Siirry pääkäyttäjätilaan\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Poistu pääkäyttäjätilasta\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Luo profiili '%s'?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Aloita tyhjillä asetuksilla\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Paras käytettävissä oleva\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Vaihda automaattisesti 16:9 ja 4:3 välillä\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Käsittele pinotut tiedostot yhtenä tiedostona\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Huomautus\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Poistuit pääkäyttäjätilasta\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Siirryit pääkäyttäjätilaan\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com- pienoiskuva\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Poista pienoiskuva\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Lisää uusi profiili...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Nouda albumien tiedot\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Media tiedot\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Omat\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Oletukset\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Oletukset (vain luku)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Oletukset\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Profiilin kuva\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Lukitusasetukset\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Muokkaa profiilia\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Profiilin lukitus\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Kansion luonti ei onnistu\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Profiilin tallennuskansio\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Aloita käyttämällä uutta mediasijaintia\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"varmista, että valittu kansio on kirjoitettava\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"ja kansion nimi on käyttökelpoinen\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"MPAA-luokitus\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Anna pääkäyttäjän lukituskoodi\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Kysy pääkäyttäjän lukituskoodia käynnistyessä\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Ulkoasun asetukset\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- Linkkiä ei ole -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Animoinnit käytössä\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Älä näytä RSS-tietoja musiikin aikana\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Pikakuvakkeet käytössä\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Näytä Ohjelmat-valikko\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Näytä Musiikki-tiedot\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Näytä Sää-tiedot\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Näytä Järjestelmän tiedot\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Näytä vapaa tila asemissa C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Näytä vapaa tila asemissa E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Säätiedot\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Vapaa tila\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Anna sijainnin nimi\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Lukituskoodi\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Lataa profiili\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Profiilin nimi\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Medialähteet\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Anna lukituskoodi profiilille\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Kirjaudu sisään\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Noudetaan albumi tietoja\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Noudetaan tietoja albumista\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Siirtoa ei voida aloittaa kun toisto on käynnissä\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Pääkäyttäjän lukituskoodi ja asetukset\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Lukituskoodi antamalla siirrytään pääkäyttäjä-tilaan\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"tai käytä oletuksia\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Tallennetaanko muutokset profiiliin?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Vanhat asetukset löydetty.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Haluatko käyttää niitä?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Vanha median sijainti löytyi.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Omat(lukittu)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Päähakemisto\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"Ulkoasun zoomaus\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP-asetukset\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Automaattinen käynnistys\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Viimeksi kirjautunut: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Ei aiemmin kirjautunut\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profiili %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Käyttäjän sisäänkirjautuminen\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Lukitse sisäänkirjautumisruutu\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Lukituskoodi on väärä.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Tähän täytyy olla pääkäyttäjän lukitus asetettuna.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Haluatko asettaa sen nyt?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Noudetaan ohjelman tiedot\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Musiikin soitto alkaa\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Nyt voit rentoutua\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Arvotaan kuunneltavia kappaleita\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Valmiina nauttimaan musiikista\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Kirjautuneena:\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Kirjaudu ulos:\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Siirry päähakemistoon\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Liitä\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Liitä (käänteisesti)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Sekoita\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Käynnistä video uudelleen\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Muokkaa verkko-osoitetta\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Poista verkko-osoite\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Haluatko hakea kansiosta?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Muistikortti\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Muistikortti liitetty\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Muistikorttia ei löydy\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"Portissa %i ja paikassa %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Lukitse ruudunsäästäjä\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Aseta\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Käyttäjätunnus\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Anna salasana\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Sammutusajastin\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Sammutusajastus (minuuttia)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Käynnistetty, sammutetaan %i minuutin kuluttua\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Sammuta 30 minuutin kuluttua\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Sammuta 60 minuutin kuluttua\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Sammuta 120 minuutin kuluttua\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Aseta aika sammutukseen\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Keskeytä sammutusajastus\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Lukitse %s-asetukset\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Selaa...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Yhteenveto\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Tallennustiedot\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Kiintolevyn tiedot\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"DVD-aseman tiedot\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Verkon tiedot\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Näytön tiedot\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Laitteiston tiedot\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Yhteensä\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Käytössä\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"/\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Lukitusta ei voida käyttää\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Lukitsematon\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Lukittu\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Jumissa\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Täytyy resetoida\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"vko\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \", tuotantolinja\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windows verkko(SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP-Palvelin\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP-Palvelin\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes-musiikkijako (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP-palvelin\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Näytä Video-tiedot\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Hyväksy\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Vaihto\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Vaihto luk.\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Symbolit\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Poisto\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Välilyönti\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Virkistä näyttö\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Aseta kuvat Exif-tietojen mukaisesti\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Käytä julistenäkymää TV-ohjelmilla\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Odota hetki\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Varmuuskopioidaan EEPROM:in tiedot\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Varmuuskopioidaan BIOS:n tiedot\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Juonen ja esittelyn automaattinen vieritys\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Mukautus\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Suorituslokin tallennus (debug log)\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Nouda lisätiedot kirjastoa päivitettäessä\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Tietojen hakupaikka\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Vaihda tietojen hakupaikka\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Vie musiikkikirjasto\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Tuo musiikkikirjasto\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Esittäjää ei löydy!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Esittäjän tietojen nouto epäonnistui\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Videoesitys alkaa\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Arvotaan katseltavia videoita\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Valmiina aloittamaan elokuvanäytös\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV palvelin (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV palvelin (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV -asiakas\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Web-palvelimen hakemisto (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Web-palvelimen hakemisto (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Kansioon ei voi kirjoittaa:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Ohitetaanko ja jatketaanko suoritusta?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS-syöte\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Ei voida tunnistaa\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Toissijainen DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP-palvelin:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Luo uusi kansio\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Himmennä LCD toistettaessa\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Tuntematon tai suojattu\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Himmennä LCD taukojen ajaksi\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Etupaneelin valo päällä taukojen aikana\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Videot - Kirjasto\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Pelitallennukset\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Järjestä: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Lataa pelitallennus\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Pelitallennus asennettu kiintolevylle\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Pelitallennuksen lataus epäonnistui\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Valitse ladattava pelitallennus\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Pelille ei löytynyt tallennuksia\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Siirry pelitallennukseen\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Pelitallennukset\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Toista osa...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Kalibroinnin nollaus\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Tämä palauttaa asettamasi %s kalibroinnin arvot\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"oletusarvoiksi\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Valitse kohdesijainti\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Hae kansionimiä\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Tiedostonimet\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Käytetäänkö haettaessa tiedosto- vai kansionimiä?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Aseta sisältö\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Kansionimet\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Haetaanko sisältö kaikista kansioista?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Avaa sijaintien lukitus\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Näyttelijä\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Elokuva\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Ohjaaja\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Haluatko poistaa XBMC-kirjastosta kaikki kohteet,\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"jotka on tässä polussa?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Elokuvat\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"TV-ohjelmat\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Hakemisto sisältää\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Käynnistä automaattinen haku\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Hae kaikista kansioista\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"on\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Ohjaajat\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Videoita ei löytynyt tästä polusta!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"ääntä\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"TV-ohjelman tiedot\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Jakson tiedot\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Noudetaan TV-ohjelman tiedot\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Noudetaan jaksojen tietoja\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Luetaan hakemiston jaksojen tietoja\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Valitse TV-ohjelma:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Anna TV-ohjelman nimi\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Tuotantokausi %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Jakso\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Jaksot\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Noudetaan jakson tietoja\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Poista jakso kirjastosta\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Poista TV-ohjelma kirjastosta\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"TV-ohjelma\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Jakson juoni\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Kaikki tuotantokaudet\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Piilota katsotut\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Tuotantokoodi\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Näytä juoni katsomattomille kohteille\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Piilotettu juonipaljastusten välttämiseksi *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Aseta tuotantokauden pienoiskuva\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Tuotantokauden kuva\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Tuotantokausi\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Noudetaan elokuvatietoja\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Määrittelemätön sisältö\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Alkuperäinen nimi\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Päivitä TV-ohjelmatiedot\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Päivitetäänkö kaikkien jaksojen tiedot?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Valittu kansio sisältää yhden TV-ohjelman\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Älä käytä valittua kansiota haussa\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Erikoisuudet\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Automaattisesti luodut jakson pienoiskuvat\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Valittu kansio sisältää yhden videon\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Lisää linkitys TV-ohjelmaan\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Poista TV-ohjelman linkitys\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Viimeksi lisätyt elokuvat\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Viimeksi lisätyt jaksot\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Studiot\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Musiikkivideot\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Viimeksi lisätyt musiikkivideot\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Musiikkivideo\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Poista musiikkivideo kirjastosta\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Musiikkivideon tiedot\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Noudetaan musiikkivideon tietoja\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Sekoitettu\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Siirry esittäjän albumeihin\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Siirry albumiin\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Toista kappale\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Siirry albumin musiikkivideoihin\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Siirry esittäjän musiikkivideoihin\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Toista musiikkivideo\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Lataa ohjaajan pienoiskuvat kirjastoon lisättäessä\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Aseta ohjaajan pienoiskuva\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Poista jakson kirjanmerkki\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Aseta jakson kirjanmerkki\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Hakupaikan asetukset\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Noudetaan musiikkivideo tietoja\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Noudetaan TV-ohjelmatietoja\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Esittely\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Tiivistä\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Tiivistä TV-ohjelmat\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Fanitaide\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Näytä fanitaide video- ja musiikkikirjastossa\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Etsitään uutta sisältöä\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Ensiesitys\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Käsikirjoittaja\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Siisti tiedostojen ja kansioiden nimet\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Ei koskaan\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Jos samalta tuotantokaudelta\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Aina\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"On esittely\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Ei ole\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Fanikuvien kuvaesitys\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Tallennetaanko yhdistettynä tiedostona vai erillisinä\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"tiedostoina? Valitse tallennusmuoto.\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Yhdistettynä\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Erillisinä\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Tallennetaanko pienoiskuvat ja fanitaide?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Kirjoitetaanko vanhojen päälle?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Ohita polku kirjastoja päivitettäessä\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Pura pienoiskuvat ja videotiedot\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Setit\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Aseta elokuvasetin pienoiskuva\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Viedäänkö ohjaajan pienoiskuvat?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Valitse fanitaide\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Paikallinen fanitaide\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Ei fanitaidetta\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Nykyinen fanitaide\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Ulkoinen fanitaide\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Sisällön vaihto\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Päivitetäänkö valitun polun\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"kaikkien kohteiden tiedot?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanitaide\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Löytyi paikallisesti tallennettuja tietoja.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Korvataanko ne internetistä päivitetyillä tiedoilla?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Tietoja ei voida ladata\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"Palvelin ei ole saatavilla\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Haluatko jatkaa hakua?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Maat\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Ryhmittele elokuvat settien mukaan\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Näytä piilotetut tiedostot ja kansiot\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox-asiakas\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"Varoitus:TuxBox-laite on nauhoitustilassa!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Ohjelman katselu täytyy pysäyttää!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Vaihto kanavalle: %s epäonnistui!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Haluatko aloittaa ohjelman katselun?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Yhdistetään: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox-laite\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Lisää sijainti...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Jaa video- ja musiikkikirjastot UPnP:n kautta\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Muokkaa sijaintia\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Poista sijainti\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Tekstityskansio\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Elokuvien ja vaihtoehtoisten tekstitysten hakemisto\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Hiiri käytössä\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Ohjauspainikkeiden äänitehosteet käytössä\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Pienoiskuva\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Pakotettu DVD-aluekoodi\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Videolähtö\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Kuvasuhde\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normaali\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Laajakuva\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"480p käytössä\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"720p käytössä\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"1080i käytössä\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Anna toistolistalle nimi\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Näytä \\\"Lisää sijainti\\\" -painike tiedostolistoissa\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Vierityspalkit käytössä\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Tee katsotut suodatus vaihdettaessa videokirjastoon\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Avaa\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Äänekkyyden tason säätö\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Nopea\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Hiljainen\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Valinnainen taustakuva käytössä\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Energiatehokkuuden tason säätö\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Tehotila\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Säästötila\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Korkea valmiustila\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Matala valmiustila\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Yli 4GB:n tiedostoja ei voida välimuistittaa\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Luku\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Pixel Shader V2 (korkea laatu)\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Käynnistyessä toistolista käytössä\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Tween-animointi käytössä\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"sisältää\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"ei sisällä\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"on\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"ei ole\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"alkaa kirjaimilla\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"loppuu kirjaimiin\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"enemmän kuin\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"vähemmän kuin\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"myöhemmin kuin\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"aiemmin kuin\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"viimeisenä\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"ei viimeisenä\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Hakupaikat\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Elokuvien tietojen hakupaikka\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"TV-ohjelmien tietojen hakupaikka\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Musiikkivideoiden tietojen hakupaikka\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Palaute pohjautuu hakupaikan kieleen\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Asetukset\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Monikielinen\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Ehtoihin sopiva\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Älykkään toistolistan ehdot\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Sopivat kohteet\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Uusi ehto...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Kohteiden täytyy sopia\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"kaikkiin ehtoihin\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"vähintään yhteen ehtoon\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Rajoitus\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Ei rajoitusta\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Järjestys\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"Nouseva\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"Laskeva\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Muokkaa älykästä toistolistaa\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Toistolistan nimi\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Etsi sopivat kohteet\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Muokkaa\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i kohdetta\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Älykäs toistolista...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c asema\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Jukeboksin asetukset\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Kotikansio\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Katselumäärä\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Jakson nimi\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Videoresoluutio\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Äänikanavat\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Videokoodekki\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Äänikoodekki\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Äänen kieli\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Tekstityskieli\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Kauko-ohjain lähettää näppäimistön painallukset\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"Muokkaa\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Tiedoston nimi\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Tiedoston polku\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Tiedoston koko\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Tiedoston päiväys\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Kuvanumero\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Resoluutio\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Kommentti\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Väri/MV\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Jpeg-prosessi\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Päivämäärä\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Kuvaus\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Kameran valmistaja\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Kameran malli\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Exif-kommentti\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Ohjelmisto\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Aukko\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Polttoväli\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Tarkennusetäisyys\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Valotus\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Valotusaika\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Valotusarvo\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Valotusmuoto\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Salama käytössä\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Valkotasapaino\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Valon lähde\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Mittaustapa\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO-arvo\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Digitaalinen zoom\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Kuvakennon leveys\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS-leveysaste\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS-pituusaste\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS-korkeus\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Suunta\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Lisäkategoriat\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Avainsanat\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Kuvan sisältö\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Tehnyt\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Lyhyt esittely\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Erityisohjeet\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Kategoria\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Kuvan tekijät\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Kuvan tekijän nimi\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Kuvaaja\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Alkuperäinen kuvan tuottaja\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Tekijänoikeushuomautus\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Kohteen nimi\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Kaupunki\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Osavaltio\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Maa\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Alkuperäinen lähetys\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Luontipäivä\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Tekijänoikeus\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Maakoodi\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Kuvapalvelu\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"XBMC:n UPnP-ohjaukset käytössä\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Ohita ennen DVD-valikkoa olevat esittelyt\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Tallennettu musiikki\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Hae kaikkien esittäjien tiedot\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Noudetaan albumitietoja\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Noudetaan esittäjätietoja\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Henkilökuvaus\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Levytykset\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Etsitään esittäjää\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Valitse esittäjä\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Esittäjän tiedot\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Soittimet\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Syntynyt\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Perustettu\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Teemat\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Lopettanut\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Kuollut\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Aktiivinen\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Nimi\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Syntynyt/perustettu\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Päivitä kirjasto ohjelman käynnistyessä\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Suorita päivitys taustalla\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"DNS-loppupääte\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Viivästetty: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Aiennettu: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Tekstityksen ajoitus\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL-toimittaja:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL-renderöijä:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL-versio:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB:n lämpötila:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU:n lämpötila:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Kokonaismuisti\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Profiilin tiedot\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Himmennä keskeytettäessä videon toisto\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Kaikki tallennukset\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Nimet\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Ryhmät\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Lähetyskanavat\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Tallennukset nimen mukaan\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Ohjelmaopas\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Sallittu kuvasuhdevirhe maksimi kuva-alan säädössä\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Näytä videotiedostot listauksissa\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX valmistaja:\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Direct3D versio:\"\n\nmsgctxt \"#22025\"\nmsgid \"DVDPlayer full codec support\"\nmsgstr \"DVDPlayer täysi kodeekkituki\"\n\nmsgctxt \"#22026\"\nmsgid \"DVDPlayer fast mode for MPEG2/MPEG4/H264\"\nmsgstr \"DVDPlayer nopea tila MPEG2/MPEG4/H264 videoille\"\n\nmsgctxt \"#22027\"\nmsgid \"PAPlayer\"\nmsgstr \"PAPlayer\"\n\nmsgctxt \"#22028\"\nmsgid \"DVDPlayer\"\nmsgstr \"DVDPlayer\"\n\nmsgctxt \"#22029\"\nmsgid \"MPlayer\"\nmsgstr \"MPlayer\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Kirjasin\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"Koko\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"Väri\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"Merkistö\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Tallenna HTML-muodossa\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Tallenna CSV-muodossa\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Tuo karaokekappaleet...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Näytä kappaleenvalintaikkuna\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Vie karaokekappaleet...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Anna kappaleen numero\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"valkoinen/vihreä\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"valkoinen/punanen\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"valkoinen/sininen\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"musta/valkoinen\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Sää-lisäosa\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- Lisäosan asetukset\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Teksti-tv käytössä\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Osa %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Puskuroidaan, %i tavua\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Pysähtyy\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Käynnissä\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Ulkoinen toisto-ohjelma käytössä\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Paina OK sulkeaksesi toisto-ohjelman\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Paina OK kun toisto on päättynyt\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Lisäosa\"\n\nmsgctxt \"#24001\"\nmsgid \"Plugins\"\nmsgstr \"Lisäosat\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Asetukset\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Poista käytöstä\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Ota käyttöön\"\n\nmsgctxt \"#24023\"\nmsgid \"Add-on disabled\"\nmsgstr \"Lisäosa ei käytössä\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Tällä lisäosalla ei ole asetuksia\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Kirjastotila\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY-näppäimistö\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Läpisyötetty ääni käytössä\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Näytön välkynnän poisto\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Esittelyn kuvanlaatu\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Katso\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Lataa\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Lataa ja toista\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Lataa ja tallenna\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Tänään\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Huomenna\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Tallennetaan\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Kopioidaan\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Aseta latauskansio\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Haun kesto\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Lyhyet\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Pitkät\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Käytä DVD Player -soitinta\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Kysy latauksesta ennen toistoa\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Näytteet\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Lisäosa on käynnistettävä uudelleen\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Tänä iltana\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Huomenillalla\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Säätila\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Sademäärä\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Sadem.\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Kosteus\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Tuntuu kuin\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Tarkkailtu\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Poikkeama normaalista\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Aurinko nous.\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Aurinko lask.\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Yksityiskohdat\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Odotettavissa\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Kuorivirta\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Käännä teksti\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Karttaluettelon %s-kategoria\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 tuntia\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Kartat\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Tunneittain\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Viikonloppu\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s. päivä\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Hälytys\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Hälytykset\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Valitse\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Tarkista\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Määritä\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Tuotantokaudet\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Käytä\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Katso\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Kuuntele\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Näytä\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Määritä\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Virta\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Valikko\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Toista\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Asetukset\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Muokkaus\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Tietoja\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Arviointitähdet\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Taustakuva\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Taustakuvat\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Oma taustakuva\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Omat taustakuvat\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Näytä ohje\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Näytä muutokset\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Tämä %s:n versio vaatii toimiakseen\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC revision %s tai uudemman.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Päivitä XBMC uudempaan versioon.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Tietoja ei löydy!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Seuraava sivu\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Tykkää\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Inhoaa\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Tämä tiedosto on pinottu, valitse osa jonka haluat toistaa\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Polku\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Oma skripti -painike käytössä\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/French/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n\n<!-- About Timezone and daylight saving time - (DST) / SUMMER TIME. -->\n<!-- Link:                                                -->\n<!-- http://www.worldtimezone.com/ -->\n\n<language locale=\"French\">\n  <charsets>\n    <gui>CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>fr</menu>\n    <audio>fr</audio>\n    <subtitle>fr</subtitle>\n  </dvd>\n\n  <regions>\n    <region name=\"France\" locale=\"France\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n\n    <region name=\"Belgique\" locale=\"Belgium\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n\n    <region name=\"Luxembourg\" locale=\"ltz\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n\n    <region name=\"Suisse\" locale=\"che\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n\n    <region name=\"Principauté de Monaco\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n\n    <region name=\"Canada\" locale=\"Canada\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>EST</timezone>\n    </region>\n      \n    <!-- For USA timezone is set EST, french lang only: For peoples french  stay in Florida -->\n    <region name=\"USA\" locale=\"USA\">\n      <dateshort>MM/DD/YYYY</dateshort>\n      <datelong>DDDD, MMMM D, YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">h:mm:ss xx</time>\n      <tempunit>F</tempunit>\n      <speedunit>mph</speedunit>\n      <timezone>EST</timezone>\n    </region>\n\n    <region name=\"UK\" locale=\"UK\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n  </regions>\n\n  <sorttokens>\n    <token>The</token>\n    <token>Le</token>\n    <token>La</token>\n    <token>Les</token>\n    <token>Un</token>\n    <token>Une</token>\n    <token>Des</token>\n    <token separators=\"'\">L</token>\n  </sorttokens>\n</language>\n\n"
  },
  {
    "path": "Mod Files/system/language/French/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: French (http://www.transifex.com/projects/p/xbmc4xbox/language/fr/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: fr\\n\"\n\"Plural-Forms: nplurals=2; plural=(n > 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programmes\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Images\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Musique\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Vidéos\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"Guide TV\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Paramètres\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Fichiers\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Météo\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc media center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Lundi\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Mardi\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Mercredi\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Jeudi\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Vendredi\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Samedi\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Dimanche\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Janvier\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Février\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Mars\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"Avril\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Mai\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Juin\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Juillet\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"Août\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"Septembre\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Octobre\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"Novembre\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"Décembre\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Lun.\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Mar.\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Mer.\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Jeu.\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Ven.\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Sam.\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Dim.\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Jan\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Fev\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Avr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"Mai\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Jui\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Jul\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Aout\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Sep\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Oct\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Dec\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Vue: Auto\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Vue: Auto Grand\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Vue: Icônes\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Vue: Liste\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Scanner\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Trier par: Nom\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Trier par: Date\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Trier par: Taille\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Non\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Oui\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Diaporama\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Créer vignettes\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Créer vignettes\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Raccourcis\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"PAUSE\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Copier\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Déplacer\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Effacer\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Renommer\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Nouveau dossier\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Confirmer copie du fichier\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Confirmer déplacement du fichier\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Confirmer effacement du fichier ?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Êtes-vous sûr(e) de copier ce(s) fichier(s)?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Êtes-vous sûr(e) de déplacer ce(s) fichier(s)?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Voulez-vous supprimer ces fichiers? Ceci sera définitif!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Statut\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Objets\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Général\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Diaporama\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Infos Système\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Affichage\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albums\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Artistes\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Chansons\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Genres\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Playlistes\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Rechercher\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Informations Système\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Températures:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Heure:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Actuelle\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Version:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Réseau:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Type:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statique\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"Adresse MAC\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"Adresse IP\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Câble:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Half duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Full duplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Stockage\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Lecteur\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Libre\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Vidéo\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Mémoire Libre\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Câble débranché\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Libre\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Non disponible\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Tiroir ouvert\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Lecture\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Tiroir vide\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disque présent\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Thème\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Activer le serveur FTP\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Permettre la synchronisation du temps par Internet\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Résolution\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Ajuster le taux de rafraîchissement sur la vidéo\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Version du\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Affichage 4:3\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Sonorités\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Styles\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Chanson\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Durée\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Sélectionner un album\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Pistes\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Revue\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Rafraîchir\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Recherche d'album\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Pas d'album trouvé\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Tout sélectionner\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Parcours des infos du média\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Sauvegarder\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Mélanger\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Effacer\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Scanner\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Recherche...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Aucune info trouvée\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Sélection film:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Demande d'info sur %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Chargement des détails du film\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Critiques\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Intrigue\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Votes:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Casting\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Résumé\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Lire\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Suivant\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Précédant\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Calibrer l'interface utilisateur...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Étalonnage de l'écran...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Adoucir\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Niveau de Zoom\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Pixel ratio\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"Lecteur DVD\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Veuillez insérer un disque\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Partage distant\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Le réseau n'est pas connecté\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Annuler\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Vitesse\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Tester Patterns...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Rechercher le nom des pistes CD Audio sur freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Mélanger la playliste lors du chargement\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Temps d'arrêt du DD\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Filtres Vidéo\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Aucun\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Point\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Linéaire\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotropique\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Cubique Gaussien\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Optique (-)\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Optique (+)\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Effacer la playliste à la fin de la lecture\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Lecture automatique des DVD vidéos\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Lecture automatique des VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Lecture automatique des CD audio\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Lecture automatique des jeux Xbox\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Lecture automatique des vidéos\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Lecture automatique de musique\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Lecture automatique des images\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Langue\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Musique\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Visualisation\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Sélectionnez le répertoire de destination\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Utiliser tous les haut-parleurs en stéréo\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Nombre de canaux\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- Périphérique compatible DTS\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Récupération des infos CD\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Erreur\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Utiliser les étiquettes ID3\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Ouverture\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"En attente du démarrage...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Scripts données de sortie\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Permettre le contrôle de XBMC en HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Enregistrer\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Arrêter l'enregistrement\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Trier par: Piste\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Trier par: Durée\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Trier par: Titre\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Trier par: Artiste\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Trier par: Album\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Top 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Compensation taille affichage: Haut gauche\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Compensation taille affichage: Bas droite\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Position des sous-titres\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Étalonnage\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Déplacez la flèche pour modifier la taille d'affichage\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Déplacez la barre pour changer la position des sous-titres\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Ajustez le rectangle jusqu'à ce qu'il soit un carré parfait\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Impossible de charger les préférences\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Utiliser les configurations par défaut\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Vérifiez les fichiers XML\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"%i objet(s) trouvé(s)\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Résultats de la recherche\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Aucun résultat\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Filtre du rendu post-traitement\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Sous-titres\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Police\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Taille\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Amplification du volume (dB)\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Vidéo\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Audio\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Rechercher des Sous-titres\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Créer un signet\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Effacer les signets\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Décalage audio\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Signets\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- périphérique compatible ACC\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- périphérique compatible MP1\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- périphérique compatible MP2\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- périphérique compatible MP3\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Délai\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Langue\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Activé\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Non Entrelacée\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- post-traitement automatique\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- déblocage du filtre vertical\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- déblocage du filtre horizontal\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Ajuster luminosité/contraste\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Nettoyage de la base de données\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Préparation...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Erreur sur la base de données\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Recherche des titres...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Base de données nettoyée avec succès\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Nettoyage des titres...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Erreur pendant le nettoyage des titres\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Nettoyage des artistes\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Erreur durant le nettoyage des artistes\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Nettoyage des genres...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Erreur durant le nettoyage des genres\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Nettoyage des chemins de fichier...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Erreur durant le nettoyage des chemins de fichier\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Nettoyage des albums...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Erreur durant le nettoyage des albums\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Enregistrement des modifications...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Erreur sur l'enregistrement des modifications...\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Cette option peut durer un moment...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Compression de la base de données...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Erreur durant la compression de la base de données\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Voulez-vous nettoyer la médiathèque?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Nettoyage de la médiathèque...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Lancer\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Conversion du taux de rafraîchissement\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Sortie audio\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analogique\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Numérique\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Artistes divers\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Lire le disque\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Films\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Ajuster le taux de rafraîchissement\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Acteurs\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Année\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programmes\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Désactiver\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Atténuer\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Noir\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Temps avant la mise en veille\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Mode de l'écran de veille\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Fonction minuterie pour la fermeture\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Tous les albums\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Albums récemment ajoutés\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Écran de veille\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Diapos récursives\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Transparence de la mise en veille\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Trier par: Fichier\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Périphérique compatible Dolby Digital (AC3)\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Trier par: Nom\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Trier par: Année\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Trier par: Note\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Titre\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Orageux\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Assez\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Très\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Ensoleillé\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Nuageux\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Neige\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Pluie\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Légère\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"Matinée\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"Soirée\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Averses\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Quelques\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Dispersé\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Vent\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Fort\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Beau\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Dégagé\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Nuages\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Tôt\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Averses\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Rafales\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Min.\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Moyen\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Max.\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Brouillard\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Brume\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Choisir un lieu\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Temps de rafraîchissement\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Unité de température\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Unité de vitesse\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Météo\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temp.\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"T° Ressentie\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"Indice UV\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Vent\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Point de rosée\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Humidité\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"Du\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"à\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Défauts\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Accès aux services météo\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Obtenir la météo pour:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Échec de la récupération météo\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manuel\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Pas de critique pour cet album\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Télécharge les informations...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Non disponible\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Vue: Affiches\"\n\nmsgctxt \"#418\"\nmsgid \"Low\"\nmsgstr \"Min.\"\n\nmsgctxt \"#419\"\nmsgid \"High\"\nmsgstr \"Max.\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Faible\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Supprimer les infos album\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Supprimer les infos CD\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Valider\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Aucune info album trouvée\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Aucune info CD trouvée\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disque\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Insérez le bon CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Veuillez insérer le CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Trier par: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Pas de cache\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Retirer le film de la médiathèque\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Êtes-vous sûr(e) de retirer '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Disque amovible\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Ouverture du fichier\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Cache\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Disque dur\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Réseau Local\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Vidéo\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Audio\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Lancer automatiquement les médias\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Activé\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Colonnes\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Adresse Ligne 1 \"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Adresse Ligne 2\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Adresse Ligne 3\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Adresse Ligne 4\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Lignes\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Mode\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Changer de vue\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Sous-titres\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Flux audio\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[actif]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Sous-titres\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Contre-jour\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Luminosité\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Contraste\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Déplacez la barre pour changer la position de l'OSD\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Position OSD\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Crédits\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Désactivé\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Musique seulement\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Musique & vidéo\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Impossible de charger la playliste\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"Réglages écran\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Thème & langue\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Apparence\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Options Audio\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"À propos de XBMC\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"Cache DVDPlayer\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Supprimer l'album\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Répéter\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Répéter une fois\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Répéter la liste du dossier\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Enchainer automatiquement la chanson suivante\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Utiliser de grandes icônes\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Redimensionner les VobSubs\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Options avancées (experts uniquement!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Amplitude avant distorsion (dB)\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Ajuster les vidéos à la résolution de l'interface\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Calibrage\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Afficher les extensions des fichiers\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Trier par: Type\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Connexion impossible pour recherche en ligne\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Échec du téléchargement des infos de l'album\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Recherche des noms d'album...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Ouvert\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Occupé\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Vide\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Chargement des infos...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Trier par: Usage\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Activer les visualisations\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Adapter le mode vidéo à la région du jeu\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Écran de Démarrage\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Accueil\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Configuration manuelle\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Genre\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Faire archives storées avec un fichier transparent\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Albums récemment joués\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Lancer\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Lancer en...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Éditer le titre du XBE\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Compilations\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Supprimer la source\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Changer de médias\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Choisir une playliste\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Nouvelle playliste...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Ajouter à la playliste\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Ajout manuel à la médiath..\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Entrer le titre\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Erreur: Doublon\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Choisir le genre\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Nouveau genre\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Ajout manuel\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Entrer le genre\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Vue: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Liste\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Icônes\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Grande liste\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Grande icônes\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Large\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Panoramique\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Icônes album\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Icônes DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Infos Média\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Périphérique de sortie audio\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Passthrough vers le périphérique de sortie\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Pas de biographie pour cet artiste\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Dé-multiplexer l'audio multi-canal en stéréo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Trier par: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Nom\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Date\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Taille\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Piste\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Durée\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Titre\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Artiste\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Playliste\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Fichier\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Année\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Intérêt\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Utilisation\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Artiste album\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Décompte lecture\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Dernière jouée\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Commentaire\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Ajouté le\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Défaut\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Studio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Chemin\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Pays\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"En progression\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Direction du tri\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Méthode du tri\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Mode de vue\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Mémoriser l'affichage des dossiers\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Croissant\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Décroissant\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Éditer playliste\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filtre\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Annuler le Mix de soirée\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Mix de soirée\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Aléatoire\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Non\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Une fois\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Toutes\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Non\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Répéter: Non\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Répéter: Une fois\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Répéter: Tous\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Importer CD\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Moyenne\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Excellente\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Débit constant\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Importation en cours...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Destination:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Impossible d'importer le CD ou la piste\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"Le chemin CDDA d'importation n'est pas défini.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Importer une piste audio\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Entrer numéro\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"CDs audio\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Encodeur\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Qualité\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Débit\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Inclure le numéro de la piste\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Toutes les chansons de\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Type de vue\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normale\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zoom\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Étirée 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Étirée 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Étirée 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Taille Originale\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Personnalisé\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Ajustements du volume Replay gain\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Utiliser le volume de la chanson\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Utiliser le volume de l'album\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Amplification Fichiers Replay gain\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Amplification Fichiers non Replay gain\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Eviter les coupures sur les fichiers replay gain\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Couper les barres noires\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Besoin de décompresser un gros fichier. Continuer ?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Retirer de la médiathèque\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Exporter la médiathèque vidéos\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Importer une médiathèque vidéos\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Importation\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Exportation\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Rechercher une médiathèque\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Années\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"MAJ la médiathèque\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Voir les infos débogue\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Recherche d'exécutable\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Recherche d'une playlist\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Recherche d'un dossier\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Information de la chanson\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Volume d'amplification\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Choisissez le dossier d'exportation\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Ce fichier n'est plus disponible.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Souhaitez-vous le supprimer de la médiathèque ?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Rechercher un script\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Niveau de compression\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Nettoyage de la médiathèque\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Suppression des anciens morceaux de la médiathèque\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Ce dossier a déjà été scanné\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Réseau\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Serveur\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"Port proxy HTTP\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Utiliser un serveur proxy HTTP pour accéder à internet\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"Utilisateur proxy HTTP\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"Mot de passe proxy HTTP\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Protocole Internet (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Port spécifié invalide. Doit être compris entre 1 et 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"Proxy HTTP\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Attribution\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automatique (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manuelle (Statique)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Par défaut (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- Adresse IP\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Masque de sous-réseau\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Passerelle par défaut\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- Serveur DNS\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Enregistrer & redémarrer\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Adresse spécifiée invalide. Doit être du type AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"avec des nombres de 0 à 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Les changements n'ont pas été enregistrés. Continuer sans sauvegarder ?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Serveur Web\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"Serveur FTP\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Temps Internet\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Port\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Hôte serveur temps\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Enregistrer & appliquer\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Mot de passe\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Pas de mot de passe\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Jeu de caractères\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Style\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Couleur\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Gras\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Italique\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Gras italique\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Blanc\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Jaune\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Fichiers\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Aucune information scannée pour cet affichage\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Merci de désactiver le mode médiathèque\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Erreur lors du chargement de l'image\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Éditer le chemin\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Retourner l'image\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Êtes-vous sûr(e) ?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Supprimer la source\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Ajouter un lien programme\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Éditer le chemin du programme\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Éditer le nom du programme\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Éditer la profondeur du chemin\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Vue: Grande liste\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Jaune\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Blanc\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Bleu\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Vert clair\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Jaune Vert\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Cyan\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Réservé\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Réservé\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Erreur %i: Partage non disponible\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Limitation auto FATX\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Sortie audio\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Chercher\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Répertoire du diaporama\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Interface réseau\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Nom réseau sans fils (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Mot de passe sans fils\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Sécurité sans fils\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Sauvegarder et appliquer les paramètres réseau\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Aucun cryptage\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Modification des paramètres réseaux. Veuillez patienter.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"L'interface réseau a été ré-initialisée avec succès.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"L'interface réseau n'a pas démarré correctement.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Interface désactivée\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"L'interface réseau a été désactivée avec succès.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Nom réseau sans fils (ESSID)\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Serveur event\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Autoriser le contrôle de XBMC par des programmes locaux\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Port série\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Autoriser le contrôle de XBMC par des programmes distants\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Délai répétition initial (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Délai répétition continue (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Nombre maximum de clients\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Accès Internet\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Numéro de port invalide\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Port valid compris entre 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Port valid compris entre 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Prévisualiser l'écran de veille\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Impossible de se connecter\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC ne peut pas se connecter au chemin réseau.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Vérifiez votre chemin ou votre installation réseau.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Desirez-vous tout de même l'ajouter ?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"Adresse IP\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Ajouter un chemin réseau\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protocole\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Adresse du serveur\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Nom du serveur\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Chemin cible\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Dossier partagé\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Utilisateur\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Parcourir pour un serveur réseau\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Saisissez l'adresse réseau du serveur\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Saisissez le chemin du serveur\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Saisissez le numéro du port\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Saisissez le nom de l'utilisateur\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Ajouter une source %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Saisissez le chemin pour localiser vos médias\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Saisir un nom pour cette source.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Sélectionnez le chemin de vos médias\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Parcourir\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Impossible de récupérer les informations.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Ajouter une source\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Éditer cette source\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Éditer la source %s\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Saisissez le nouveau label\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Recherche d'image\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Recherche d'un dossier d'images\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Ajouter un chemin réseau\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Recherche d'un fichier\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Sous-menu\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Activer les boutons du sous-menu\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Favoris\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Plugins Vidéo\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Plugins Musique\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Plugins Image\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Chargement dossier\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"%i objets chargés\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"%i de %i objets chargés\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Plugins programme\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Choisir une vignette plugin\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Paramètres du plugin\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Points d'accès\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Autre...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Nom d'utilisateur\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Paramètres du Script\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Singles\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"Client SMB\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Groupe de travail\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Utilisateur par défaut\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Mot de passe par défaut\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"Serveur WINS\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Monter les partages SMB\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Supprimer\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Musique\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Vidéo\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Images\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Fichiers\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Musique & Vidéos\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Musique & Images\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Musique & Fichiers\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Vidéos & Images\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Vidéos & Fichiers\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Images & Fichiers\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Musique & Vidéos & Images\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Musique & Vidéos & Images & Fichiers\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Désactivé\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Fichiers & Musique & Vidéos\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Fichiers & Images & Musique\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Fichiers & Images & Vidéos\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Musique & Programmes\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Vidéos & Programmes\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Images & Programmes\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Musique & Vidéos & Images & Programmes\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programmes & Vidéos & Musique\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programmes & Images & Musique\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programmes & Images & Vidéos\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP Utilisateur\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP Mot de passe\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Mot de passe modifié avec succès\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Auto-détection\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Auto-détection du système\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Pseudo\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Demander pour se connecter\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Envoyer Mot de Passe et Nom d'Utilisateur FTP\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Temps de réponse (ping)\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Souhaitez-vous vous connecter à l'auto-détection du système?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Annoncer ces services à d'autres systèmes via Zéroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Personnaliser le périphérique audio\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Personnaliser le périphérique passthrough\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Dérivant\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"et\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"gelant\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Tard\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Isolé(e)\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Orages\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Tonnerre\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Soleil\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"important(e)(s)\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"dans\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"la\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"environs\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Glace\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Cristaux\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Calme\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"avec\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"venteux\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"bruine\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Orageux\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Bruine\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Brumeux\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Grains\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"Orages électriques\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"Orages\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Passer en économie d'energie en cas d'inactivité\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Durée:\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Échec du script! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Activer LCD/VFD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Accueil\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programmes\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Images\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Fichiers\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Paramètres\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Musiques\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Vidéos\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Informations Système\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Paramètres - Général\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Paramètres - Écran\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Paramètres - Apparence - Calibration GUI\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Paramètres - Vidéos - Calibration d'écran\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Paramètres - Images\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Paramètres - Programmes\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Paramètres - Météo\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Paramètres - Musique\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Paramètres - Système\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Paramètres - Vidéos\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Paramètres - Réseau\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Paramètres - Apparence\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Vidéos/Playliste\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Paramètres - Profils\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Dialogues Oui/Non\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Dialogues Progression\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Recherche de sous-titres...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Recherche de sous-titres mis en cache...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"Finalisation\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"Mise en cache\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Ouverture du flux\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Musique/Playliste\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Musique/Fichiers\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Musique/Médiathèque\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Éditeur playliste\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Top 100 Chansons\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Top 100 Albums\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programmes\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Configuration\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Prévisions météo\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Jeux en réseau\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Extensions\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Infos Système\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Musique - Médiath.\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Musique - Lecture en cours\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Vidéos - Lecture en cours\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Infos Album\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Infos Film\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Choisir un dialogue\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Musique/info\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Dialogues OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Vidéos/Info\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Scripts/Info\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Vidéo plein écran\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Visualisation audio\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Dialogue empiler fichiers\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Reconstruire index...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Revenir à l'écran musique\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Revenir à l'écran vidéos\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"MAJ: Liste des trainers\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Aucun trainer trouvé\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Paramètres trainer\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Certains Trainers paramétrés sont absents. Mettez à jour votre liste\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Reprendre là où on s'était arrêté\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Non\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Oui\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Demander\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Reprendre depuis le début\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Reprendre à partir de %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Validation des trainers existants...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Vérouillé! Entrer le code\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Saisissez le mot de passe\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Saisissez le code Administrateur\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Saisissez le code de dévérouillage\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"ou appuyez sur C pour annuler\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Saisissez la combinaison de boutons XBox et\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"appuyez sur Start pour valider, ou Back pour annuler\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Sécuriser\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Dévérouiller\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Réinitialiser vérouillage\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Enlever le vérouillage\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Mot de passe numérique\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Combinaison des boutons\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Mot de passe texte\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Saisissez un nouveau mot de passe\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Saisissez à nouveau le mot de passe\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Mot de passe incorrect,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"Nombre d'essais restants\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Les mots de passe saisis ne correspondent pas.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Accès refusé\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Vous avez atteint le nombre d'essais autorisés.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Le système va maintenant s'éteindre.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Sécurisé\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Ré-activer le verrou\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Changer le verrou\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Verrou sources\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Le mot de passe entré est vide. Recommencez.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Verrou admin.\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Eteindre le système après trop de tentatives\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Le code Admin n'est pas valide\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Merci de rentrer un code Admin valide\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Paramètres & Fichiers\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Définir par défaut pour tous les films\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Toutes les configurations précédentes serons perdues\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Temps d'affichage pour chaque image\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Utiliser les effets Pan et Zoom\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Lire les vidéos NTSC au taux PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Lire les vidéos PAL au taux NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Lire les vidéos NTSC en PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"Horloge 12 Heures\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"Horloge 24 Heures\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Jour/Mois\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Mois/Jour\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Système démarré depuis\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Minutes\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Heures\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Jours\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Temps de fonctionnement totale\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Météo\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Écran de veille\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Réglages plein écran\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Système\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Ralentissement immédiat du DD\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Vidéo seulement\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Délai\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Durée minimale du fichier\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Eteindre\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Utiliser dashboard personnalisé\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Mode d'arrêt par défaut\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Quitter\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Mettre en veille\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Suspendre\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Sortir\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Redémarrer\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Minimiser\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Action bouton Power\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Une autre session est en cours, peut être en ssh ?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Disque dur externe monté\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Déconnexion non sécurisée du périphérique\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Périphérique déconnecté avec succès\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Manette connectée\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Manette déconnectée\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Filtre de scintillement\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Laisser le pilote choisir (redémarrage nécessaire)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Sync. Verticale\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Désactivée\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Activée pendant la lecture vidéo\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Toujours activée\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Tester & appliquer la résolution\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Appliquer cette résolution ?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Voulez-vous garder cette résolution?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Upscaling Haute Qualité\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Désactivé\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Activé pour contenu SD\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Toujours activé\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Méthode d'Upscaling\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubique\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU niveau Upscaling HQ\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU niveau Studio conversion des couleurs\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Vider les autres écrans\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Désactivé\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Activer Blanking\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Connexions actives détectées !\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Si vous continuez vous ne serez plus en mesure de\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \" contrôler XBMC. Etes-vous sur de arréter le serveur ?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Changer le mode Apple Remote ?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Si vous utilisez actuellement la télécommande Apple pour contrôler\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, le changement de ce paramètre peut affecter la capacité\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"à contrôler celui-ci. Effectuer la modification ?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD Clé:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD Température:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"HDD Modèle:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD Firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD Modèle:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD Numéro de série:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD Firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD Mot de passe:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD État du blocage:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Masque de sous-réseau\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Passerelle\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"DNS Primaire\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Échec lors de l'initialisation\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Manette\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Clavier\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Souris\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Micro-Casque\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Carte mémoire\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Récepteur IR\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Port Contrôleur\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Jamais\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Immédiatement\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Après %i secs\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Installé le:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Nombre de cycles marche/arrêt complets:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profils\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Supprimer le profil '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Dernier profil chargé\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Inconnu\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Écraser\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Alarme\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Intervalle d'alarme (en minutes)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Démarré, alarme dans %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarme!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Annulé avec %im%is restantes\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Recherche les sous-titres dans les RARs\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Recherche d'un sous-titre...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Déplacer\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Déplacer ici\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Annuler le déplacement\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Matériel:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Utilisation CPU:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Connecté, mais aucun DNS disponible.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Disque Dur\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Capacités\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Défaut\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Réseau\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Vidéo\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Matériel\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Système d'exploitation:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Vitesse du CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"BIOS Détecté:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Encodeur Vidéo:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Résolution de l'écran:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Version de la XBox:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Numéro de série de la XBox:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Constructeur XBox:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Modchip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Câble A/V:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Région Vidéo & XBE:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"Région DVD:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Connecté\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Non connecté. Vérifiez vos paramètres réseau.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Clé XBox Live:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Température de consigne\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Vitesse du ventilateur\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Contrôle automatique de la température\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Contrôle de la vitesse du ventilateur\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Polices\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Activer le basculement bi-directionnel des strings\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Afficher les flux RSS\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Afficher l'accès au répertoire parent\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Mise en forme des titres\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Voulez-vous redémarrer le système ?\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"au lieu de redémarrer simplement XBMC ?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Effet de zoom\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Effet de flottement\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Réduction de la barre noire\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Redémarrer\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Fondu-enchainé entre les chansons\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Régénérer les vignettes\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Vignettes récursives\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Voir le diaporama\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Diaporama récursif\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Aléatoire\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stéréo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Gauche seulement\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Droite seulement\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Activer support karaoké\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Transparence de l'arrière plan\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Transparence du premier plan\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Délai A/V\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoké\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s non trouvé.\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Impossible d'ouvrir %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Impossible de charger %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Erreur: mémoire insuffisante.\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Monter\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Descendre\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Éditer le nom\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Mettre par défaut\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Supprimer\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"LED centrale\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Couleur de la LED centrale\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Par défaut\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Verte\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Orange\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Rouge\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Cyclique\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Eteindre la LED pendant la lecture\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Information du film\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Ajouter\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Chercher sur IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Scanner pour nouveau contenu\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Lecture en cours...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Information sur l'album\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Scanner\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Arrêter le scan\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Méthode rendu:\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Pixel shader basse qualité\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Traitement matériel\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Pixel shader haute qualité\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Lire\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Définir image artiste\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Générer automatiquement les vignettes\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Activer la voix\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Activer le périphérique\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Volume\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Affichage par défaut\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Luminosité par défaut\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Contraste par défaut\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Gamma par défaut\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Reprendre la vidéo\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Masque voix - Port 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Masque voix - Port 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Masque voix - Port 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Masque voix - Port 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Utiliser le déplacement sur la base temps\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Infos des titres à droite\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Préréglages\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Il n'y a pas de préréglages disponibles\\npour cette visualisation\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Il n'y a pas de paramètres disponibles\\npour cette visualisation\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Éjecter/Fermer\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Utiliser visualisation si lecture audio\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Calculer la taille\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Calcul de la taille du répertoire\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Configurations vidéo\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Configurations audio et sous-titres\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Activer sous-titres\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Raccourcis\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ignorer les mots déterminants lors du tri (ex : \\\"Le\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Fondu-enchainé des morceaux d'un même album\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Recherche de %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Montrer la position de la piste\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Effacer la source par défaut\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Reprendre\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Vignette\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Informations de l'image\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s préréglages\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(Note Spectateurs IMDb)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250:\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Envoyer sur Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Vitesse du ventilateur au minimum\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Téléchargement\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Afficher les artistes apparaissant uniquement sur les compilations\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Méthode de rendu\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Détection auto\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Shaders Basic (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Shaders Avancée (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Logiciel\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Retirer en toute sécurité\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Démarrer diaporama ici\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Retenir pour ce chemin\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Utiliser pixel buffer objects\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Méthode synchro. A/V\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Horloge audio\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Horloge vidéo (Drop/Dupe audio)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Horloge vidéo (Resample audio)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Taux rééchantillonnage maximal (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Qualité du rééchantillonnage\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Faible(rapide)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Moyenne\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Haute\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Vraiment élevé (lent!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Synchro. lecture avec affichage\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Télécommande Apple\"\n\nmsgctxt \"#13601\"\nmsgid \"Use MCE/Universal Remote\"\nmsgstr \"Utiliser télécommande MCE/universelle\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Permettre le démarrage de XBMC par la télécommande\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Temps délai séquence\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Désactivé\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Télécommande universelle\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Télécommande multiple (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Erreur Apple Remote.\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Le support de la télécommande Apple ne peut être activé.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Empiler\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Dépiler\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Téléchargement de la playliste...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Téléchargement de la liste des flux...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Parcours de la liste des flux...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Échec du téléchargement de la liste des flux\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Échec du téléchargement de la playliste\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Répertoire des jeux\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Basculement des vignettes basées sur\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Activer le basculement\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Utiliser les affiches\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Basculement basé sur\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Pourcentage\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Aucun fichier et au moins 1 vignette\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Au moins 1 fichier et 1 vignette\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Pourcentage des vignettes\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Option d'affichage\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Définir lieu 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Définir lieu 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Définir lieu 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Médiathèque\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Sans TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Saisissez la ville la plus proche\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Cache vidéo/audio/DVD - Disque dur\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Cache vidéo - DVDRom\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Réseau local\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Cache audio - DVDRom\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Réseau local\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"Cache DVD - DVDRom\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Réseau Local\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Services\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Les paramètres réseau ont été changés\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"Vous venez de modifier les paramètres réseau\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"Redémarrer XBMC pour appliquer les changements ?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Post Traitement\"\n\nmsgctxt \"#14042\"\nmsgid \"Internet connection bandwidth limitation\"\nmsgstr \"Limitation de la bande passante\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Eteindre pendant la lecture\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i sec\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Format de l'heure\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Format de la date\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Filtres Interface\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Utiliser le scan en tâche de fond\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Stopper le scan\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Impossible d'afficher les infos lors du scan\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Effet de grain sur les films\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Rechercher les vignettes sur les partages distants\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Cache inconnu - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Saisissez le nom d'utilisateur pour\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Date & Heure\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Configurer la date\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Configurer l'heure\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Saisissez l'heure dans ce format HH:MM 24 heures\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Saisissez la date dans ce format JJ/MM/AAAA\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Saisissez l'adresse IP\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Voulez-vous appliquer cette configuration ?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Appliquer les changements maintenant\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Permettre de renommer et supprimer\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Définir fuseau horaire\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Ajuster l'horloge pour l'observation auto. de l'heure d'été\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Ajouter aux favoris\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Enlever des favoris\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Couleurs\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Pays fuseau horaire\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Fuseau horaire\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Listes fichier\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Afficher les informations EXIF des images\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Utilisez une fenêtre plein écran à la place du vrai plein écran\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"File d'attente des chansons dans la sélection\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Lire les CD audio automatiquement\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Lecture\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVDs\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Lire les DVD automatiquement\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Police à utiliser pour les sous-titres\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Région\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Jeu de caractères\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Debugging\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Sécurité\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Périphériques\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Gestion d'énergie\"\n\nmsgctxt \"#14096\"\nmsgid \"Video cache\"\nmsgstr \"Cache vidéo\"\n\nmsgctxt \"#14097\"\nmsgid \"Video cache - max time\"\nmsgstr \"Cache vidéo - temps max\"\n\nmsgctxt \"#14098\"\nmsgid \"Audio cache\"\nmsgstr \"Cache audio\"\n\nmsgctxt \"#14099\"\nmsgid \"Audio cache - max time\"\nmsgstr \"Cache audio - temps max\"\n\nmsgctxt \"#14100\"\nmsgid \"H.264 Skip Loop Filter\"\nmsgstr \"Sauter filtre de boucle H.264\"\n\nmsgctxt \"#14101\"\nmsgid \"Default\"\nmsgstr \"Défaut\"\n\nmsgctxt \"#14102\"\nmsgid \"Skip Non-reference Frames\"\nmsgstr \"Sauter images non-référence\"\n\nmsgctxt \"#14103\"\nmsgid \"Skip Bidirectional Frames\"\nmsgstr \"Sauter images bidirectionnelles\"\n\nmsgctxt \"#14104\"\nmsgid \"Skip Non-key frames\"\nmsgstr \"Sauter trames non codées\"\n\nmsgctxt \"#14105\"\nmsgid \"Skip Everything\"\nmsgstr \"Sauter tout\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Supprimer\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Jeux\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Ajouter\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Mot de passe\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Médiathèque\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Base de données\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Tous les albums\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Tous les artistes\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Toutes les chansons\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Tous les genres\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Mise en cache...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Sons de navigation\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Skin par défaut\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Thème\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Thème par défaut\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Soumettre les chansons à Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Nom d'utilisateur Last.fm\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Mot de passe Last.fm\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Impossible de contacter le serveur: En attente...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Merci de mettre à jour XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Autorisation refusée: Vérifiez vos identifiants\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Connecté\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Non connecté\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Intervalle de transfert %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Mise en cache %i chansons\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Transfert...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Transfert en %i secs\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Lire avec...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Utiliser une synchronisation A/V lissée\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Masquer nom en vue vignettes\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Jouer lors du mix de soirée\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Soumettre les chansons à Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Nom d'utilisateur Libre.fm\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Mot de passe Libre.fm\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Soumettre un titre\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Soumettre la radio Last.fm à Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Connexion à Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Sélection station...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Chercher artistes similaires...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Chercher tags similaires...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Votre profil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Top Tag général\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Le top Artistes pour le tag %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Le top Albums pour le tag %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Le top Morceaux pour le tag %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Écouter le tag %name% sur Last.fm Radio\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Artistes similaires à %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Le top albums pour %name%\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Le top morceaux pour %name%\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Le top Tags pour %name%\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Les plus grands fans de %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Écouter les radios Last.fm des fans de %name%\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Écouter les radios Last.fm similaires à %name%\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Le top Artistes de %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Le top Albums de %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Le top Morceaux de %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Amis de %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Profils d'affinité de %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Artistes de la semaine pour %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Albums de la semaine pour %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Morceaux de la semaine pour %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Écouter les radios Last.fm affinitées de %name%\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Écouter les radios Last.fm personnelles de %name%\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Écouter les radios Last.fm préférées de %name%\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Récupération des playlistes depuis Last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Impossible de récupérer la playliste depuis Last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Saisissez un nom d'artiste pour en trouver des liés\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Saisissez un nom de tag pour en trouver des semblables\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Morceaux écoutés récemment par %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Écouter les recommandations de la radio Last.fm de %name%\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Top tags de l'utilisateur %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Voulez-vous ajouter le morceau actuel dans vos coups de coeur?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Voulez-vous bannir le morceau actuel?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Ajouté dans vos coups de coeur: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Impossible d'ajouter '%s' dans vos coups de coeur.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Banni: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Impossible de bannir '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Coups de coeur récents de %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Bannissements récents par %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Supprimé des coups de coeur\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Dé-bannir\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Voulez-vous supprimer ce morceau de vos coups de coeur?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Voulez-vous débannir ce morceau?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Chemin non trouvé ou invalide\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Impossible de se connecter au serveur\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Serveur non trouvé\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Groupe de travail non trouvé\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Ouverture des sources multi-chemin\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Chemin:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Général\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Configuration matériel audio...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Recherche internet\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Lecteur\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Jouer les médias depuis le disque\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Saisissez le nouveau titre\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Saisissez le nom du film\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Saisissez le nom du profil\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Saisissez le nom de l'album\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Saisissez un nom pour votre playliste\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Saisissez le nouveau nom du fichier\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Saisissez le nom du répertoire\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Saisissez répertoire\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Options disponibles: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Saisissez le nom de votre recherche\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Aucun\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Sélection automatique\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Dés-entrelacé\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (inversé)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Méthode d'entrelacement\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Annulation...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Saisissez le nom de l'artiste\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"La lecture a échoué\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Un ou plusieurs éléments n'ont pu être joués\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Entrer valeur\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Consultez le fichier de log pour plus de détails.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Mix de soirée annulé.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Aucune correspondance dans l'audiothèque.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Impossible d'initialiser la base de données.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Impossible d'ouvrir la base de données.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Impossible de récupérer les chansons depuis la BDD.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Playliste Mix de soirée\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Toutes les vidéos\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Vidéos non vues\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Vidéos vues\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Marquer comme vu\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Marquer comme non vu\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Éditer le titre\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Utiliser NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Utiliser seulement NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Utiliser seulement NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Utiliser seulement PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Pour les jeux en 60hz\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Opération annulée\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"La copie a échouée\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Un ou plusieurs fichiers n’ont pas été copiés\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Le déplacement a échoué\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Un ou plusieurs fichiers n’ont pas été déplacés\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"La suppression a échouée\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Un ou plusieurs fichiers n’ont pas été supprimés\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Méthode d'alignement vidéo\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"La plus proche\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinéaire\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubique\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubique (logiciel)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (logiciel)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (logiciel)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"Temporel\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"Temporel/Spatial\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)Réduction bruit\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)Netteté\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Télécine inverse\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Post-traitement\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Afficher temps avant la mise en veille\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Changer de canal\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Dossier des enregistrements musique\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Utiliser un lecteur DVD externe\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Lecteur DVD externe\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Dossier des trainers\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Dossier des captures d'écran\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Dossier des playlistes\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Enregistrements\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Captures d'écran\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Utiliser XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Playlistes musicales\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Playlistes vidéo\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Voulez-vous lancer le jeu ?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Trier par: Playliste\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Distante\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Actuelle\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Locale\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Aucune\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Choisir une vignette\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Conflit\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Scanner les nouveaux\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Tout scanner\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Région\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Sommaire\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Vérouiller la section Musique\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Vérouiller la section Vidéo\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Vérouiller la section Images\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Vérouiller Programmes, Sauvegardes et Scripts\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Vérouiller le gestionnaire de fichiers\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Vérouiller les paramètres\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Nouvelle configuration\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Entrer en mode Admin.\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Sortir du mode Admin.\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Créer le profil '%s' ?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Démarrer avec une nouvelle configuration\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"La meilleure disponible\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Auto-basculement entre 16x9 et 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Traiter les fichiers empilés comme un seul fichier\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Attention\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Vous quittez le mode Admin.\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Vous entrez en mode Admin.\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Vignette Allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Supprimer la vignette\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Ajouter un profil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Infos pour tous les albums\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Infos sur le Média\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Séparer\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Partages par défaut\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Partages par déf. (lect. seule)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Copier Défaut\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Image du profil\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Préférences verrouillage\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Éditer le profil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Sécuriser le profil\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Impossible de créer le dossier\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Dossier du profil\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Démarrer avec de nouvelles sources Média\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Vérifier que l'écriture est possible dans le dossier sélectionné\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"et que le nom du nouveau dossier est valide\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Avis MPAA:\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Entrer le code du mode Admin.\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Demander le code du mode Admin. au démarrage\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Param. Thèmes\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- pas de lien -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Activer les animations\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Désactiver le flux RSS pendant la musique\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Activer les boutons Signets\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Afficher Programmes dans le menu principal\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Afficher les infos Musique\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Afficher les infos Météo\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Afficher les infos Système\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Afficher l'espace disponible des partitions C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Afficher l'espace disponible des partitions E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Infos Météo\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Espace disque libre\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Entrer le nom d'un partage existant\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Code de verrouillage\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Charger un profil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Nom du profil\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Sources des médias\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Entrer le code du profil\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Écran d'accueil\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Récupération des infos sur l'album\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Récupération des infos pour l'album\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Impossible d'importer le CD ou le morceau pendant la lecture\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Codes et paramètres Admin.\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Entrer le code Admin. active toujours le mode Admin.\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"ou copier celle(s) définie(s) par défaut ?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Enregistrer les changements du profil ?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Anciens paramètres trouvés.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Voulez-vous les utiliser ?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Anciennes sources médias trouvées.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Séparer (sécurisé)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Racine\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- Zoom\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"Paramètres UPnP\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Démarrage auto. du client UPnP\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Dernière connexion: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Jamais connecté\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Connexion utilisateur / Choix du profil\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Utiliser le verrou sur l'écran de connexion\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Code verrou invalide.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Code Admin. nécessaire pour être réglé.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Voulez-vous le régler maintenant ?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Chargement des informations du programme\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"C'est Party!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Vrai\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Mélange des ingrédients\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Remplissage des verres\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Connecté en tant que\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Déconnexion\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Aller à la racine\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Tissage\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Tissage (inversé)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Mélange\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Redémarrer la vidéo\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Éditer la location réseau\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Supprimer la location réseau\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Voulez-vous scanner le dossier ?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Unité mémoire\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Unité mémoire montée\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Impossible de monter l'unité mémoire\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"Dans le port %i, emplacement %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Vérouiller l'écran de veille\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Choisir\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Nom d'utilisateur\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Entrer le mot de passe pour\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Minuteur de fermeture\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Intervalle de fermeture (en minutes)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Démarré, fermeture dans %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Fermeture dans 30 minutes\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Fermeture dans 60 minutes\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Fermeture dans 120 minutes\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Minuteur de fermeture personnalisé\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Annuler le minuteur de fermeture\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Vérouiller les préférences pour %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Parcourir...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Résumé des informations\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Infos de stockage\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Infos Disque dur\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Infos DVD-ROM\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Infos Réseau\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Infos Vidéo\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Infos Matériel\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Utilisé\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"sur\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Verrouillage non soutenu\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Non verrouillé\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Verrouillé\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Gelé\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Nécessite un reset\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Semaine\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Ligne\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Réseau Windows (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"Serveur XBMSP\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"Serveur FTP\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"Partage musical iTunes (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"Serveur UPnP\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Afficher les infos vidéo\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Entrée\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Maj.\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Verr. Maj.\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Symboles\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Retour\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Espace\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Recharger thème\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Pivoter les images en utilisant les infos EXIF\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Utiliser la vue Poster pour les séries TV\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Veuillez patienter\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Sauvegarde de l'EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Sauvegarde du BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Activer le défilement auto des résumés & critiques\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Personnaliser\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Activer le mode débogue\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Télécharger les infos supplémentaires lors des mises à jour\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Service d'informations par défaut\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Changer le scraper\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Exporter la médiathèque musicale\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Importer une médiathèque musicale\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Aucun artiste trouvé !\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Échec du téléchargement des infos Artiste\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"C'est Party ! (vidéos)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Barman au shaker (vidéos)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Remplissage des verres (vidéos)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"Server WebDAV (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"Server WebDAV (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"Client MythTV\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Dossier Server Web (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Dossier Server Web (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Impossible d'écrire dans le dossier\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Voulez-vous passer et continuer ?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"Flux RSS\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Inconnu. Merci d'ajouter le MD5 de xbmc.log vers BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"DNS secondaire\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"Serveur DHCP\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Créer un nouveau dossier\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Atténuer LCD en lecture\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Inconnu ou embarqué (protégé)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Atténuer LCD en pause\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Rallumer la LED en pause\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Vidéos - Médiath.\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Sauvegardes\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Trier par: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Télécharger sauvegardes\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Sauvegarde installée sur le HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Échec du téléchargement de la sauvegarde\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Choisir la sauvegarde à télécharger et installer\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Aucune sauvegarde trouvée pour le jeu indiqué\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Aller aux sauvegardes\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Sauvegardes\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Joue partie...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Calibrage par défaut\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Ceci remettra à zéro les valeurs de calibrage pour %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"aux valeurs par défaut.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Parcourir pour une destination\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Consultation avec les noms des dossiers\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Fichier\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Utiliser le nom des dossiers ou fichiers pour la consultation\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Catégorie\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Dossier\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Rechercher le contenu de façon récursive ?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Dévérouiller les sources\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Acteur\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Réalisateur\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Voulez-vous enlever tous les articles de\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"ce chemin de la médiathèque ?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Films\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"Séries TV\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Catégorie du répertoire\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Exécuter le scan automatiquement\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Scanner les sous-dossiers\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"est\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Réalisateurs\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Le fichier vidéo n'a pas été trouvé dans ce chemin !\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"votes\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Infos Série TV\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Information de l'épisode\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Chargement des détails de la série TV\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Recherche du guide de l'épisode\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Chargement des infos pour les épisodes dans le répertoire\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Choisir Série TV:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Entrer le nom de la Série TV\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Saison %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Épisode\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Épisodes\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Chargement des détails des épisodes\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Retirer l'épisode...\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Retirer série TV...\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Série TV\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Résumé de l'épisode\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Toutes les saisons\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Masquer vue(s)\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Code Prod.\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Afficher le résumé pour les médias non visionnés\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Caché pour empêcher les spoilers *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Définir Image de saison\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Image de saison\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Saison\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Téléchargement des infos vidéo\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Catégorie non assignée\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Titre original\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Rafraîchir Info Séries TV\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Rafraîchir info pour tous les épisodes?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Dossier sélectionné contient une seule Série TV\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Exclure le dossier sélectionné du scan\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Spéciales\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Récupérer automatiquement les vignettes saisons\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Dossier sélectionné contient une seule vidéo\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Lien vers Série TV\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Supprimer le lien vers la série TV\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Films récemment ajoutés\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Épisodes TV récemment ajoutés\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Studios\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Clip musicaux\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Clips musicaux récemment ajoutés\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Clip musical\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Retirer le clip musical de la Médiath.\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Informations du clip\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Chargement des informations du clip\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Mixé\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Albums par artiste\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Album\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Jouer la chanson\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Clip musicaux de l'album\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Clip musicaux par artiste\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Jouer le clip\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Télécharger les vignettes acteur lors de l'ajout à la médiathèque\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Définir vignette Acteur\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Supprimer signet Épisode\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Créer signet Épisode\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Paramètres du scraper\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Téléchargement des infos Clip Vidéo\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Téléchargement des infos Série TV\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Bande-annonce\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Assembler\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Assembler Série TV\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Afficher le fanart dans les médiathèques\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Recherche de nouveau contenu\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Première diffusion\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Scénariste\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Nettoyer les noms de fichier et dossier\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Jamais\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Si 1 saison seulement\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Toujours\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"A une bande-annonce\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Faux\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Diaporama Fanart\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Exporter vers un seul fichier ou séparé\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"les fichiers par entrée ?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Un fichier\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Séparé\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Exporter les vignettes et les fanarts ?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Écraser les anciens fichiers ?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Exclure le chemin de la MAJ médiathèque\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Extraire les vignettes et les informations vidéo\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Groupes\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Définir vignette saga\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Exporter les vignettes acteur\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Choisir un fanart\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Locale\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Aucun\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Actuel\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Internet\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Changer de catégorie\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Voulez-vous rafraîchir les infos pour\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"tous les articles de ce chemin?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Information trouvé en local.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ignorer et rafraîchir en ligne?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Impossible de télécharger les infos\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"Le serveur semble inaccessible\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Voulez-vous continuer à scanner?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Pays\"\n\nmsgctxt \"#20456\"\nmsgid \"Set movieset fanart\"\nmsgstr \"Définir fanart movieset\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Grouper films en ensembles\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Afficher les dossiers et les fichiers cachés\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"Client TuxBox\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"AVERTISSEMENT: Le dispositif TuxBox est en mode d'enregistrement!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Le flux sera arrêté !\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Le zap du canal: %s a échoué!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Êtes-vous sûr de débuter le flux ?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Connexion à: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"Dispositif TuxBox\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Ajouter un partage média...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Partager les médiathèques vidéos et musique via l'UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Éditer le partage média\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Effacer le partage média\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Dossier de sous-titres\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Film & dossier alternatif de sous-titres\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Activer la souris\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Sons de la navigation lors de la lecture des médias\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Vignette\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Forcer la région du lecteur DVD\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Sortie vidéo\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Aspect vidéo\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Boite aux lettres\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Panoramique\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Activer 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Activer 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Activer 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Entrer le nom de la nouvelle playliste\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Afficher le bouton \\\"Ajouter une source\\\" dans les listes\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Activer barres de défilement\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Activer le filtre Masquer vue(s) en mode médiathèque\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Ouvrir\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Gestion du niveau acoustique\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Rapide\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Silencieux\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Activer l'arrière-plan personnel\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Gestion du niveau de la puissance\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Puissance élevée\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Faible puissance\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Ressource élevée\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Faible ressource\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Impossible de mettre en cache des fichiers supérieurs à 4 GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Chapitre\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Pixel shader haute qualité V2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Activer une playliste au démarrage\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"\\\"Utiliser le tween pour les animations\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"contient\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"ne contient pas\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"est\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"n'est pas\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"commence par\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"termine par\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"supérieur à\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"inférieur à\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"après\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"avant\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"dans le dernier\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"pas dans le dernier\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Scrapers\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Scraper film par défaut\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Scraper série TV par défaut\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Scraper clip musique par défaut\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Restreindre le résultat en fonction de la langue\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Paramètres\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Multilingue\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Valeur\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Règle smart-playlist\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Assortir les chansons quand\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Nouvelle règle...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Répondre aux règles suivantes\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"toutes\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"n'importe laquelle\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Limité à\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Sans Limite\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Trier par\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"croissant\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"décroissant\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Éditeur smart-playlist\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Nom de la playliste\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Trouver les chansons assorties\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"- Éditer\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i objets\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Nouvelle smart-playlist...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"Disque %c\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Règles Mix de soirée\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Dossier racine\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Compteur vus\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Titre de l'épisode\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Résolution de la vidéo\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Canaux audio\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Codec vidéo\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Codec audio\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Langue audio\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Langue sous-titres\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Émulation du clavier par la télécommande\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"- Modifier\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Nom du fichier\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Répertoire du fichier\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Taille du fichier\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Date/Heure du fichier\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Identification diapositive\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Résolution\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Commentaire\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Couleur/N&B\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Traitement JPEG\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Date/Heure\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Description\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Marque de l'appareil\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Modèle de l'appareil\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Données EXIF\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Ouverture\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Longueur de focale\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Distance de la mise au point\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Programme d'exposition\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Vitesse d'obturation\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Compensation de l'exposition\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Programme d'exposition\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Flash utilisé\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Balance des blancs\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Source lumineuse\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Mode de mesure\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Zoom numérique\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Largeur CCD\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"Latitude GPS\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"Longitude GPS\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Altitude GPS\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orientation\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Catégories supplémentaires\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Mots-clés\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Légende\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Auteur\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Titre\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Instructions spéciales\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Catégorie\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Signature\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Titre de la signature\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Crédit\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Source\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Droit d'auteur\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Nom de l'objet\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Ville\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Département\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Pays\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Référence Tx originale\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Date de création\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Drapeau du copyright\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Code du pays\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Service de référence\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Permettre le contrôle de XBMC via UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Tenter de sauter l'intro avant le menu du DVD\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Musique enregistrée\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Infos pour tous les artistes\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Téléchargement des informations album\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Téléchargement des informations artiste\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biographie\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Discographie\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Recherche Artiste\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Sélectionner artiste\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Information artiste\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instruments\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Naissance\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Créé\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Thèmes\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Dissous\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Décédé\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Années actives\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Label(s)\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Naissance/Création\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Actualiser la médiathèque au démarrage\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Toujours actualiser la médiathèque en arrière-plan\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- Suffixe DNS\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"Lecteur par défaut\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Retarder de: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Avancer de: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Décalage sous-titre\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"Vendor OpenGL:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"Rendu OpenGL:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"Version OpenGL:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"Température du MB:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Température du CPU:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Mémoire totale\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Données profil\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Atténuation quand le lecteur vidéo est en pause\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Tous les enregistrements\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Par titre\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Par groupe\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Chaînes en direct\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Enregistrements par titre\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Guide\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Marge d'erreur du ratio pour minimiser les barres noires\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Afficher les fichiers vidéo dans les listes\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"Vendor DirectX\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Version Direct3D\"\n\nmsgctxt \"#22025\"\nmsgid \"DVDPlayer full codec support\"\nmsgstr \"DVDPlayer support complet des codecs\"\n\nmsgctxt \"#22026\"\nmsgid \"DVDPlayer fast mode for MPEG2/MPEG4/H264\"\nmsgstr \"DVDPlayer mode rapide pour MPEG2/MPEG4/H264\"\n\nmsgctxt \"#22027\"\nmsgid \"PAPlayer\"\nmsgstr \"PAPlayer\"\n\nmsgctxt \"#22028\"\nmsgid \"DVDPlayer\"\nmsgstr \"DVDPlayer\"\n\nmsgctxt \"#22029\"\nmsgid \"MPlayer\"\nmsgstr \"MPlayer\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Police\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Taille\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Couleurs\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Jeu de caractères\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Exporter titres karaoké vers HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Exporter titres karaoké vers CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Import titres karaoké...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Affichage automatique du sélecteur de chanson\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Export titres karaoké...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Entrer le numéro de la chanson\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"blanc/vert\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"blanc/rouge\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"blanc/bleu\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"noir/blanc\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Plugin météo\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- Paramètres plugin\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Activer le télétexte\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Partie %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"%i octets mis en cache\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"En cours d'arrêts\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Lecture en cours\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Lecteur externe actif\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Cliquez sur OK pour arrêter le lecteur\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Cliquez sur OK lorsque la lecture est terminée\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Add-on\"\n\nmsgctxt \"#24001\"\nmsgid \"Plugins\"\nmsgstr \"Add-ons\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Configurer l'Add-on\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Désactiver l'Add-on\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Activer l'Add-on\"\n\nmsgctxt \"#24023\"\nmsgid \"Add-on disabled\"\nmsgstr \"Add-on désactivé\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Cet Add-on ne peut pas être configuré\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Médiathèque\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"Clavier QWERTY\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Passthrough Audio en utilisation\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Appliquer paramètre du filtre de scintillement aux jeux\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Qualité du trailer\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Flux\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Télécharger\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Télécharger & jouer\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Télécharger & enregistrer\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Aujourd'hui\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Demain\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Enregistrement en cours\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Copie en cours\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Définir le répertoire de téléchargement\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Durée de la recherche\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Court\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Long\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Utiliser le lecteur DVD au lieu du lecteur habituel\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Confirmer le téléchargement avant de jouer la vidéo\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Clips\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Relancer le plug-in pour activer\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Ce soir\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Demain soir\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Condition\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Précipitation\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Précip\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Humidité\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Prévision\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Observé\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Départ de la normale\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Aurore\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Crépuscule\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Détails\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Perspective\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Coverflow\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Traduire le texte\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Liste carte %s catégorie\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 Heures\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Cartes\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Chaque heure\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Weekend\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"Jour %s\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Alerte\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Alertes\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Choisissez votre\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Vérifier\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Configurer le\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Saisons\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Utilisez votre\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Surveillez votre\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Ausculter\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Accédez à votre\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Configurer le\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Power\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Menu\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Jouer le\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Options\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Éditeur\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"À propos de votre\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Évaluation\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Arrière-plan\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Arrière-plans\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Arrière-plan personnalisé\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Arrière-plans personnalisés\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Voir Readme\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Voir Changelog\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"La version de %s nécessite qu'XBMC soit\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"en version %s ou supérieure pour fonctionner.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Veillez mettre à jour XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Aucune donnée trouvée!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Page suivante\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"J'aime\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Je deteste\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Ce fichier est empilé, sélectionnez la partie que vous souhaitez lire.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Chemin du script\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Activer le bouton de script personnalisé\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/German/keyboardmap.xml",
    "content": "<!-- This configuration file was developed to be able to map an english layout keyboard to a german layout keyboard in XBMC.\n    The problem: if I press the key that is labeled with \"Z\" on my german keyboard (next to the key labeled with \"T\" -> QWERTZ!) \n    I get an \"Y\" on my XBMC screen because till now XBMC always assumes an english layout keyboard (QWERTY). \n    If I press the \",\" on the numpad i get a \".\". \n    This applies for nearly all keys on my german keyboard besides \"A\"-\"Z\" and \"0\"-\"9\".\n    With the following mapping I can configure XBMC to replace the \"Y\" through an \"Z\" and so forth!\n        \n    This demands a map for printable characters (ascii and/or unicode) and logical keys (virtual keys or other names).\n    The map for printable characters and the map for logical keys must be separated \n    since they can contain same values that should be mapped different.\n    \n    Of course, you should never reassign the same printable character \n    without (or with the same) modifiers more than once.\n    \n    More specific mappings, i.e. with virtual keys and/or with one or even more modifiers,\n    are handled first/prioritized over less specific mappings! Why?\n    Example: an us keyboard has: \"]\" on one key, the german keyboard has \"+\" on the same key,\n    additionally the german keyboard has \"~\" on the same key, but the \"~\" \n    can only be reached with the special modifier \"AltGr\" (right alt).\n    If \"+\" is handled first, the key is already consumed and \"~\" can never be reached.\n    The least specific mappings, e.g. \"regardless modifiers\" are done at last/least prioritized.\n    \n    I assume that once a configuration is \"complete\", it is useful for everybody with that language, platform or model.    \n    So let's start configuring keyboards for xbmc, collect and exchange them :o).\n    \n    We should collect them all in a structure like:\n    * XBMCdefault \n      * standardkeyboard (this could be the standard language folder in the XBMC)\n        * english\n        * german\n        * ...\n    If needed, additionally:\n    * producer (this could be the root folder on some server for exchange)\n      * keyboard model\n        * language a\n        * language b\n    \n    For details of keyboard layouts see: http://en.wikipedia.org/wiki/Keyboard_layout (thx Gamester17 for this link)\n    \n    For details of further development see: http://xbmc.org/forum/showthread.php?t=26796\n-->\n<keyboard_layout> \n    <!-- following topics are independent of all plattforms and the \"last\" chance in the processing chain -->\n    <!-- Some keys are reached with combinations that do not exist on english keyboards, \n\t therefore there does not exist a specific english ascii that can be replaced \n\t (simple ascii replacement is not possible). Both the key and the modifier must be specified, e.g. \n\t in the third following case the key 7 is pressed in combination with right alt to reach {.\n\t -->\n    <char2char_ralt> \n\t<!-- key line with numbers, every key with right alt -->\n\t<entry inchar=\"2\" outchar=\"²\"/>\n\t<entry inchar=\"3\" outchar=\"³\"/>\n\t<entry inchar=\"7\" outchar=\"{\"/>\n\t<entry inchar=\"8\" outchar=\"[\"/>\n\t<entry inchar=\"9\" outchar=\"]\"/>\n\t<entry inchar=\"0\" outchar=\"}\"/>\n\t<entry inchar=\"-\" outchar=\"\\\"/>\n\t\n\t<!-- line beginning with tab with right alt -->\n\t<entry inchar=\"q\" outchar=\"@\"/>\n\t<entry inchar=\"e\" outchar=\"€\"/>\n\t<entry inchar=\"]\" outchar=\"~\"/>\n\t\n\t<!-- line beginning with shift (below capslock) with right alt -->\n\t<entry inchar=\"\\\" outchar=\"|\"/> <!-- does it work? -->\n\t<entry inchar=\"m\" outchar=\"µ\"/>\n    </char2char_ralt>\n    \n    <char2char> \n        <!-- key line with numbers, every key without modifier -->\n\t<entry inchar=\"`\" outchar=\"^\"/>\n        <entry inchar=\"-\" outchar=\"ß\"/>\n\t<entry inchar=\"=\" outchar=\"´\"/>\n        \n        <!-- key line with numbers, every key with shift -->\n        <entry inchar=\"~\" outchar=\"°\"/>\n        <entry inchar=\"@\" outchar=\"&quot;\"/>\n        <entry inchar=\"#\" outchar=\"§\"/>\n        <entry inchar=\"^\" outchar=\"&amp;\"/>\n        <entry inchar=\"&amp;\" outchar=\"/\"/>\n        <entry inchar=\"*\" outchar=\"(\"/>\n        <entry inchar=\"(\" outchar=\")\"/>\n        <entry inchar=\")\" outchar=\"=\"/>\n        <entry inchar=\"_\" outchar=\"?\"/>\n\t<entry inchar=\"+\" outchar=\"`\"/>\n        \n        <!-- line beginning with tab without modifier -->\n        <entry inchar=\"[\" outchar=\"ü\"/>\n        <entry inchar=\"]\" outchar=\"+\"/>\n        \n        <!-- line beginning with tab with shift -->\n        <entry inchar=\"{\" outchar=\"Ü\"/>\n        <entry inchar=\"}\" outchar=\"*\"/>\n        \n        <!-- line beginning with capslock without modifier -->\n        <entry inchar=\";\" outchar=\"ö\"/>\n\t<entry inchar=\"'\" outchar=\"ä\"/>\n        <entry inchar=\"\\\" outchar=\"#\"/>\n        \n        <!-- line beginning with capslock with shift -->\n        <entry inchar=\":\" outchar=\"Ö\"/>\n        <entry inchar=\"&quot;\" outchar=\"Ä\"/>\n        <entry inchar=\"|\" outchar=\"'\"/>\n        \n        <!-- line beginning with shift (below capslock) without modifier -->\n\t<entry inchar=\"\\\" outchar=\"&lt;\"/> <!-- does it work? -->\n\t<entry inchar=\"/\" outchar=\"-\"/>\n        \n        <!-- line beginning with shift (below capslock) with shift -->\n        <entry inchar=\"|\" outchar=\"&gt;\"/>\n        <entry inchar=\"&lt;\" outchar=\";\"/>\n        <entry inchar=\"&gt;\" outchar=\":\"/>\n        <entry inchar=\"?\" outchar=\"_\"/>\n        \n    </char2char> \n    \n    <!-- The following maps allows for reassigning special standardardized multimedia keys,\n\t e.g. assign the [ > play > ] button to ascii \"p\" that is assign to action \"play\".\n         But support of the vkey by XBMC is presumed.\n\t -->\n    <vkey2char> \n        <!-- line beginning with shift (below capslock) without modifier -->\n\t<entry inhex=\"0xe2\" outchar=\"&lt;\"/> <!-- This is the 105th key of typical european keyboards! Usually it is not assigned in english XBMC -->\n    </vkey2char>\n    \n    <vkey2char_shift> \n        <!-- line beginning with shift (below capslock) without modifier -->\n\t<entry inhex=\"0xe2\" outchar=\"&gt;\"/> <!-- This is the 105th key of typical european keyboards! Usually it is not assigned in english XBMC -->\n    </vkey2char_shift>\n    \n    <vkey2char_ralt> \n\t<entry inhex=\"0xe2\" outchar=\"|\" /> <!-- This is the 105th key of typical european keyboards! Usually it is not assigned in english XBMC -->\n    </vkey2char_ralt>\n                        \n    <!-- \n    further topics possible, but not yet implemented: \n    <vkey2vkey> \n    </vkey2vkey>\n    topics dependent of plattforms and the \"first\" chance in the processing chain:\n    <sdllogical2vkey>\n    </sdllogical2vkey>\n    <sdlscan2unicode>\n    </sdlscan2unicode>\n    <sdlscan2vkey>\n    </sdlscan2vkey>\n    ...\n                -->\n</keyboard_layout>\n"
  },
  {
    "path": "Mod Files/system/language/German/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\n<language locale=\"german\">\n\n  <charsets>\n    <gui unicodefont=\"false\">CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>de</menu>\n    <audio>de</audio>\n    <subtitle>de</subtitle>\n  </dvd>\n\n  <regions>\n    <region name=\"Schweiz\" locale=\"che\">\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>DDDD, D. MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n    <region name=\"Österreich\">\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>DDDD, D. MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n    <region name=\"Lichtenstein\">\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>DDDD, D. MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n    <region name=\"Südtirol\" locale=\"ita\">\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>DDDD, D. MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n    <region name=\"Luxemburg\" locale=\"ltz\">\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>DDDD, D. MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n    <region name=\"Belgien\" locale=\"Belgium\">\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>DDDD, D. MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n    <region name=\"Deutschland\" locale=\"germany\">\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>DDDD, D. MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n  </regions>\n\n  <sorttokens>\n    <token>The</token>\n    <token>Der</token>\n    <token>Die</token>\n    <token>Das</token>\n  </sorttokens>\n\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/German/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: German (http://www.transifex.com/projects/p/xbmc4xbox/language/de/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: de\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programme\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Bilder\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Musik\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Videos\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"TV-Programm\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Einstellungen\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Dateimanager\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Wetter\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"XBMC Media Center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Montag\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Dienstag\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Mittwoch\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Donnerstag\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Freitag\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Samstag\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Sonntag\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Januar\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Februar\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"März\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"April\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Mai\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Juni\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Juli\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"August\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"September\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Oktober\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"November\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"Dezember\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Mo\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Di\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Mi\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Do\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Fr\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Sa\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"So\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Jan\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Feb\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Mär\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Apr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"Mai\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Jun\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Jul\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Aug\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Sep\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Okt\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Dez\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Autoansicht\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Große Autoansicht\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Symbolansicht\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Listenansicht\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Durchsuchen\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Nach Name sortieren\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Nach Datum sortieren\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Nach Größe sortieren\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Nein\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Ja\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Diashow\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Vorschaubilder erzeugen\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Vorschaubilder erzeugen\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Verknüpfungen\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Pausiert\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Kopieren\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Verschieben\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Löschen\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Umbenennen\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Neuer Ordner\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Kopieren bestätigen\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Verschieben bestätigen\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Löschen bestätigen\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Diese Datei(en) kopieren?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Diese Datei(en) verschieben?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Diese Datei(en) wirklich löschen? - Kann nicht rückgängig gemacht werden!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Objekte\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Allgemein\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Diashow\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Systeminfo\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Anzeige\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Alben\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Interpreten\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Titel\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Genre\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Wiedergabelisten\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Suchen\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"System-Informationen\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperaturen:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Uhrzeit:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Aktuell:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Version:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Netzwerk:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Typ:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statisch\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC-Adresse\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP-Adresse\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Verbindung:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Halbduplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Vollduplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Speicher\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Laufwerk\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Frei\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Freier RAM\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Keine Verbindung\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Frei\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Nicht verfügbar\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Laufwerk offen\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Einlesen\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Keine Disc\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disc eingelegt\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Skin\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"FTP-Server aktivieren\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Mit Zeitserver über das Internet abgleichen\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Auflösung\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Bildwiederholfrequenz automatisch an Video anpassen\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Veröffentlichungsdatum\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"4:3 Videos darstellen als\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Stimmungen\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Stil\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Song\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Dauer\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Album auswählen\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Song-Liste\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Bewertung\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Aktualisieren\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Suche nach Album\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Keine Alben gefunden!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Alle auswählen\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Durchsuche Medieninformationen\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Speichern\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Zufall\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Löschen\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Durchsuchen\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Suche...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Keine Informationen gefunden!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Titel wählen:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Suche %s in Online-Datenbank...\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Lade Filminformationen\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Zusammenfassung\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Handlungs-Übersicht\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Stimmen:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Besetzung\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Handlung\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Abspielen\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Weiter\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Zurück\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Benutzeroberfläche kalibrieren...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Bildschirm kalibrieren...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Weichzeichnen\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Vergrößerung\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Pixel-Seitenverhältnis\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD-Laufwerk\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Bitte eine Disc einlegen\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Netzwerklaufwerk\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Keine Verbindung zum Netzwerk\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Abbrechen\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Geschwindigkeit\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Testbilder...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Audio CD-Titelnamen mit freedb.org abgleichen\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Zufällige Reihenfolge der Wiedergabeliste nach dem Laden\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Festplatten-Abschaltzeit\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Videofilter\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Keine\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Punkt\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Linear\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotropisch\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussian Cubic\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Verkleinerung\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Vergrößerung\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Wiedergabeliste nach der Wiedergabe löschen\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Autostarte DVD-Video\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Autostarte VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Autostarte Audio-CD\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Autostarte Xbox-Spiele\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Autostarte Videos\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Autostarte Musik\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Autostarte Bilder\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Skripte\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Sprache\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Musik\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Visualisierung\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Zielordner wählen\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Stereo auf allen Lautsprechern ausgeben\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Anzahl der Kanäle\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- Receiver unterstützt DTS\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Suche CD-Informationen\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Fehler\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Lesen von Tag-Informationen aktivieren\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Öffne\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Warte auf Start...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Skript-Ausgabe\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"XBMC-Steuerung über HTTP zulassen\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Aufnehmen\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Aufnahme beenden\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Sortie nach: Titel-Nr.\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Sortiere nach: Zeit\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Sortiere nach: Titel\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Sortiere nach: Interpret\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Sortiere nach: Album\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Top 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Bildbereich oben links ausrichten\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Bildbereich unten rechts ausrichten\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Position der Untertitel\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Pixel-Seitenverhältnis anpassen\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Bewege den Pfeil, um den Bildbereich einzustellen\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Bewege den Balken, um die Position der Untertitel einzustellen\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Ändere das Rechteck so, dass es ein perfektes Quadrat ergibt\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Einstellungen können nicht geladen werden\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Standardeinstellungen verwenden\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Bitte überprüfe die XML-Dateien\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"%i Einträge gefunden\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Suchergebnisse\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Keine Ergebnisse gefunden\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Post-Processing Filter\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Untertitel\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Schriftart\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Schriftgröße\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Lautstärke dynamisch anpassen (DRC)\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Audio\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Nach Untertiteln durchsuchen\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Lesezeichen erstellen\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Lesezeichen löschen\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Tonspur-Verschiebung\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Lesezeichen\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- AAC-fähiger Receiver\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- MP1-fähiger Receiver\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- MP2-fähiger Receiver\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- MP3-fähiger Receiver\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Verzögerung\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Sprache\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Aktiviert\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Nicht-interleaved\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Autom. Nachbearbeitung\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Vertikaler Deblocking-Filter\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Horizontaler Deblocking-Filter\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Auto-Helligkeit/-Kontrast\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Verwaiste Einträge entfernen\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Bereite vor...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Datenbankfehler\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Durchsuche Titel...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Die Datenbank wurde erfolgreich bereinigt\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Titel werden bereinigt...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Fehler beim Bereinigen der Titel\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Interpreten werden bereinigt...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Fehler beim Bereinigen der Interpreten\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Genres werden bereinigt...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Fehler beim Bereinigen der Genres\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Pfade werden bereinigt...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Fehler beim Bereinigen der Pfade\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Alben werden bereinigt...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Fehler beim Bereinigen der Alben\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Änderungen werden gespeichert...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Fehler beim Speichern der Änderungen\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Dieser Vorgang kann etwas dauern...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Datenbank wird komprimiert...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Fehler beim Komprimieren der Datenbank\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Soll die Bibliothek bereinigt werden?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Bereinige Bibliothek...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Start\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Bildrate konvertieren\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Audioausgabe\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analog\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digital\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Verschiedene Interpreten\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Disk abspielen\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Filme\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Framerate anpassen\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Darsteller\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Jahr\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programme\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Aus\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Dimmen\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Schwarz\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix Effekt\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Aktivieren nach\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Bildschirmschoner\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"System automatisch ausschalten in\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Alle Alben\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Kürzlich hinzugefügte Alben\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Bildschirmschoner\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Rekurs. Diashow\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Bildschirm verdunkeln um\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Sortiere nach: Datei\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Receiver unterstützt AC3\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sortiere nach: Namen\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Sortiere nach: Jahr\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Sortiere nach: Bewertung\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Titel\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Gewitter\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"teilweise\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"weitgehend\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"sonnig\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"bewölkt\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Schnee\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Regen\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"leichter\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"vormittags\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"nachmittags\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Schauer\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"wenige\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"vereinzelt\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Wind\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"starker\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"schön\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"klar\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Wolken\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"morgens\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Regenschauer\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Windböen\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"tief\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"mittel\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"hoch\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Nebel\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Dunst\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Städteauswahl\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Aktualisierungsintervall der Wetterdaten\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Temperatur anzeigen in\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Windstärke anzeigen in\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Wetter\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temperatur\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Gefühlt\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV-Wert\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Wind\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Taupunkt\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Luftfeuchtigkeit\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"von\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"mit\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Standard\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Verbinde mit Wetterservice\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Erhalte Wetter-Informationen für:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Wetter-Informationen können nicht geladen werden\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manuell\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Keine Bewertung für dieses Album\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Lade Thumbnail herunter...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Nicht verfügbar\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Große Symbole\"\n\nmsgctxt \"#418\"\nmsgid \"Low\"\nmsgstr \"Tief\"\n\nmsgctxt \"#419\"\nmsgid \"High\"\nmsgstr \"Hoch\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Bibliothek aktivieren\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Albuminformationen löschen\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"CD-Informationen löschen\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Auswählen\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Keine Albuminformationen gefunden\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Keine CD-Informationen gefunden\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disk\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Bitte korrekte CD/DVD einlegen\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Bitte folgende CD/DVD einlegen\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Sortieren nach: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Keinen Cache verwenden\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Film aus der Bibliothek entfernen\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Soll '%s' wirklich entfernt werden?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Wechsellaufwerk\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Öffne Datei\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Cache\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Festplatte\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Lokales Netzwerk\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Audio\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Medien automatisch abspielen\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Aktivieren\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Spalten\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Reihe 1\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Reihe 2\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Reihe 3\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Reihe 4\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Reihen\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Modus\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Ansicht ändern\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Untertitel\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Tonspur\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[aktiv]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Untertitel\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Hintergrundbeleuchtung\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Helligkeit\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Kontrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Typ\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Die Leiste bewegen, um die OSD-Position einzustellen\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"OSD-Position\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Anerkennung\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Aus\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"nur Musik\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Musik & Video\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Wiedergabeliste konnte nicht geladen werden\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Skin und Sprache\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Darstellung\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Audioeinstellungen\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Über XBMC\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"DVDPlayer Cache\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Lösche Album\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Wiederholen\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Ein Stück wiederholen\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Inhalt eines Ordners wiederholen\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Automatisch nächstes Stück abspielen\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Große Symbole\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Vob-Untertitel vergrößern\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Erweiterte Optionen (nur für Experten!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Übersteuerungsreserve\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Videos in Auflösung der Benutzeroberfläche abspielen\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Kalibrierung\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Dateityp-Erweiterungen anzeigen\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Sortiere nach: Typ\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Verbindung mit Online-Service konnte nicht hergestellt werden\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Fehler beim Herunterladen der Albuminformationen\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Albumnamen werden gesucht...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Offen\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Beschäftigt\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Leer\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Metainformationen werden geladen...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Sortiere nach: Gebrauch\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Visualisierung verwenden\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Video-Modus auf Basis der Abspiel-Region wechseln\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Startfenster\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Hauptfenster\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Manuelle Einstellungen\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Genre\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Zeige gespeicherte Archive mit einer Datei transparent an\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Kürzlich gespielte Alben\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Ausführen\"\n\nmsgctxt \"#519\"\nmsgid \"Override Region\"\nmsgstr \"Region überschreiben\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"XBE-Titel ändern\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Sampler\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Quelle entfernen\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Medium wechseln\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Wiedergabeliste auswählen\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Neue Wiedergabeliste...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Zur Wiedergabeliste hinzufügen\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Manuell zur Bibliothek hinzufügen\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Titel eingeben\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Fehler: Doppelter Titel\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Genre auswählen\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Neues Genre\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Manuell hinzugefügt\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Genre eingeben\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Ansicht: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Liste\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Symbole\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Große Liste\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Große Symbole\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Breit\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Große, breite Liste\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Album-Symbole\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD-Symbole\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Medien Informationen\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Audio Ausgabegerät\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Digitales Ausgabegerät für Passthrough\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Keine Biografie für diesen Interpreten vorhanden\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Mehrkanal-Ton auf Stereo reduzieren\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Sortiere nach: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Name\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Datum\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Größe\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Nummer\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Zeit\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Titel\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Interpret\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Wiedergabeliste\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Datei\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Jahr\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Bewertung\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Video-Modus auf Basis der Abspiel-Region wechseln\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Gebrauch\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Album-Interpret\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Abspielzähler\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Zuletzt abgespielt am\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Kommentar\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Hinzugefügt am\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Standard\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Studio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Pfad\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"Im Gange\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Sortierrichtung\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Sortiermethode\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Ansicht\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Ansicht für einzelne Ordner speichern\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Aufsteigend\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Absteigend\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Wiedergabeliste bearbeiten\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filter\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Partymodus abbrechen\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Partymodus\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Zufällig\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Aus\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Eins\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Alle\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Aus\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Wiederholung: Aus\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Wiederholung: Eins\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Wiederholung: Alle\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Audio-CD rippen\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Mittlere Qualität\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Standard-Qualität\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Höchste Qualität\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"konstante Bitrate\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Rippe...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Zielordner:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"CD oder Titel konnte nicht gerippt werden!\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CD Ziel-Pfad ist nicht konfiguriert.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Titel rippen\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Nummer eingeben\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Audio CDs\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Wiedergabeliste\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Qualität\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bitrate\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Titelnummer mit einbeziehen\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Alle Titel von\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Ansicht\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zoom\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"4:3 Ausgabe\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"14:9 Ausgabe\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"16:9 Ausgabe\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Originalgröße\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Benutzerdefiniert\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Wiedergabeverstärkung\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Modus für Wiedergabeverstärkung\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Benutze Titel-Lautstärke\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Benutze Album-Lautstärke\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"PreAmp-Level bei Wiedergabeverstärkung\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"PreAmp-Level ohne Wiedergabeverstärkung\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Übersteuerung bei Wiedergabeverstärkung vermeiden\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Schwarze Balken entfernen\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Eine große Datei muss entpackt werden. Fortfahren?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Aus Bibliothek entfernen\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Videobibliothek exportieren\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Videobibliothek importieren\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Importiere\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Exportiere\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Suche nach Bibliothek\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Jahre\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Bibliothek aktualisieren\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Debug-Informationen anzeigen\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Ausführbare Datei suchen\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Nach einer Wiedergabeliste durchsuchen\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Nach einem Ordner suchen\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Titelinformationen\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Lautstärkeverstärkung\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Wähle Export-Ordner\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Diese Datei ist nicht mehr verfügbar.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Soll der Eintrag aus der Bibliothek entfernt werden?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Nach Skript suchen\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Komprimierungsgrad\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Bibliothek wird bereinigt\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Alte Musikdaten aus der Bibliothek löschen\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Dieser Pfad wurde bereits durchsucht\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Netzwerk\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Server\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"HTTP Proxy-Port\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"HTTP-Proxy für Internetzugriff verwenden\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"HTTP Proxy-Benutzername\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"HTTP Proxy-Passwort\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internet-Protokoll (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Es wurde ein ungültiger Port festgelegt. Der Port muss zwischen 1 und 65535 liegen.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP-Proxy\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Zuweisung der IP-Adresse\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automatisch (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Titelnummer mit einbeziehen\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Standard (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP-Adresse\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Subnetzmaske\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Standardgateway\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS-Server\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Speichern & Neustarten\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Ungültige Adresse. Das Format muss AAA.BBB.CCC.DDD entsprechen\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"mit Zahlen zwischen 0 und 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Änderungen nicht gespeichert. Ohne Speichern fortfahren?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Webserver\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP-Server\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Internet-Zeit\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Port\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Zeitserver Host\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Speichern & Übernehmen\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Passwort\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Kein Passwort\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Zeichensatz\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Stil\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Farbe\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Fett\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Kursiv\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Fett kursiv\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Weiß\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Gelb\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Dateien\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Es sind keine Informationen in der Datenbank verfügbar\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Bitte den Bibliotheks-Modus abschalten\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Fehler beim Laden des Bildes\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Pfad bearbeiten\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Spiegelbild\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Bist du dir sicher?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Quelle entfernen\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Programmverknüpfung hinzufügen\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Programmpfad bearbeiten\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Programmnamen bearbeiten\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Pfadtiefe bearbeiten\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Große Liste\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Gelb\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Weiß\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Blau\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Hellgrün\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Gelbgrün\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Blaugrün\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Hellgrau\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Grau\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Fehler %i: Quelle ist nicht verfügbar!\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"FatX-Limitierung im FTP-Server umgehen\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Audio-Ausgabe\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Suche\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Diashow-Ordner\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Netzwerkkarte\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Wireless Netzwerkname (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Wireless Passwort\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Wireless Sicherheit\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Speichern und Übernehmen der Netzwerkkarteneinstellung\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Keine Verschlüsselung\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Übernehme Netzwerkkarteneinstellung. Bitte warten.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Netzwerkkarte erfolgreich neugestartet.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Netzwerkkarte konnte nicht erfolgreich gestartet werden.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Karte deaktiviert\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Netzwerkkarte erfolgreich deaktiviert.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Wireless Netzwerkname (ESSID)\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Event-Server\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Steuerung über lokale Programme zulassen\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Port-Bereich\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Steuerung über entfernte Programme zulassen\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Anfängliche Wiederholungsverzögerung (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Kontinuierliche Wiederholungsverzögerung (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Maximale Anzahl der Clients\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Internetzugriff\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Ungültige Portnummer eingegeben\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Gültige Ports: 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Gültige Ports: 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Bildschirmschoner Vorschau\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Verbindung nicht möglich\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC konnte sich nicht mit der Netzwerkfreigabe verbinden.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Es könnte sein, daß das Netzwerk nicht verbunden ist.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Soll die Freigabe trotzdem hinzugefügt werden?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP-Adresse\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Netzwerkfreigabe\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protokoll\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Serveradresse\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Server\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Remote-Pfad\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Freigabe\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Benutzername\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Nach Netzwerkserver suchen\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Bitte die Netzwerkadresse des Servers eingeben\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Bitte den Namen der Netzwerkfreigabe eingeben\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Bitte die Port-Nummer eingeben\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Bitte den Benutzernamen eingeben\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Quelle für %s hinzufügen\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Diashow-Ordner\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Bitte den Namen der Medienquelle eingeben.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Nach einer neuen Quelle suchen\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Durchsuchen\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Der Ordner konnte nicht geöffnet werden.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Quelle hinzufügen\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Quelle bearbeiten\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Quelle für %s bearbeiten\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Bitte eine neue Bezeichnung eingeben\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Nach Bild suchen\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Nach Bilderordner suchen\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Netzwerkfreigabe hinzufügen...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Nach einer Datei suchen\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Untermenü\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Untermenü-Einträge aktivieren\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Favoriten\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Video-Plugins\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Musik-Plugins\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Bilder-Plugins\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Ordner wird geladen\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"%i Einträge geladen\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"%i von %i Einträgen geladen\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Programm-Plugins\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Setze Plugin Thumbnail\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Plugin-Einstellungen\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Zugangspunkte\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Andere...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Benutzername\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Skripteinstellungen\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Singles\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB-Client\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Arbeitsgruppe\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Standard-Benutzername\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Standard-Passwort\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS-Server\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"SMB Freigaben einhängen\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Entfernen\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Musik\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Bilder\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Dateien\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Musik & Videos \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Musik & Bilder\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Musik & Dateien\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Videos & Bilder\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Videos & Dateien\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Bilder & Dateien\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Musik & Videos & Bilder\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Musik & Videos & Bilder & Dateien\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Deaktiviert\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Dateien & Musik & Videos\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Dateien & Bilder & Musik\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Dateien & Bilder & Videos\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Musik & Programme\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Videos & Programme\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Bilder & Programme\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Musik & Videos & Bilder & Programme\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programme & Videos & Musik\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programme & Bilder & Musik\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programme & Bilder & Videos\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP-Benutzername\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP-Passwort\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Das Passwort wurde erfolgreich gesetzt.\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Automatische erkennung\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Andere Systeme erkennen\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Nickname\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Nachfragen ob eine Verbindung aufgebaut werden soll\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"FTP-Benutzername und -Passwort senden\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Ping-Intervall\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Soll eine Verbindung zum automatisch gefundenen System aufgebaut werden?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Zeroconf-Veröffentlichung\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Benutzerdefiniertes Audiogerät\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Benutzerdefiniertes Audiogerät für Passthrough\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"rutschig\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"und\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"eiskalt\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"spät\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"vereinzelt\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Gewitterschauer\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Donner\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Sonne\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"heftig\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"in\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"der\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Umgebung\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Eis\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Kristall\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"windstill\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"mit\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"windig\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"Niesel\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Gewitter\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Niesel\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Neblig\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Graupel\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"Gewitter\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"Gewitterregen\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Energiesparmodus des Bildschirms aktivieren\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Laufzeit\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Script-Fehler! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"LCD/VFD benutzen\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Hauptmenü\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programme\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Bilder\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Dateimanager\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Einstellungen\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Musik\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Videos\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Systeminformationen\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Einstellungen->Allgemein\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Einstellungen->Bildschirm\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Einstellungen->Darstellung->Benutzeroberflächen-Kalibrierung\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Einstellungen->Videos->Kalibrierung\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Einstellungen->Bilder\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Einstellungen->Programme\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Einstellungen->Wetter\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Einstellungen->Musik\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Einstellungen->System\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Einstellungen->Videos\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Einstellungen->Netzwerk\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Einstellungen->Darstellung\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Skripte\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Videos/Wiedergabelisten\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Einstellungen->Profile\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"JA/NEIN-Dialog\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Fortschrittsdialog\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Suche nach Untertiteln...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Suchen oder Zwischenspeichern der Untertitel...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"Abbruch\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"Zwischenspeichern...\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Öffne Stream\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Musik/Wiedergabelisten\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Musik/Dateien\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Musik/Datenbank\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Editor für Wiedergabelisten\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Top 100 Titel\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Top 100 Alben\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programme\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Einstellungen\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Wetterbericht\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Netzwerkspiele\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Erweiterungen\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Systeminformationen\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Musik - Datenbank\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Musik - Playlist\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Abspielliste - Videos\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Album Info\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Film-Informationen\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Auswahl-Dialog\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Musik/Informationen\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Dialog OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Videos/Informationen\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Skripte/Informationen\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Vollbild-Video\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Audio-Visualisierung\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Datei-Stapeln-Dialog\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Index neu erstellen...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Zurück zu Musik\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Zurück zu Videos\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Trainer-Liste aktualisieren\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Es wurden keine Trainer gefunden\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Trainer-Einstellungen\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Registrierte Trainer fehlen. Bitte Liste aktualisieren.\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Wiedergabe immer an der letzten Position fortsetzen\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Nein\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Ja\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Fragen\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Am Anfang starten\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Bei %s fortsetzen\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Vergleiche vorhandene Trainer...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Gesperrt! Bitte Passwort eingeben...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Bitte Passwort eingeben\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Bitte Master-Passwort eingeben\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Bitte Passwort zum Entsperren eingeben\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"oder mit C abbrechen\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Bitte die Gamepad-Tastenkombination eingeben\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"und mit der 'Start'-Taste bestätigen. Um abzubrechen, 'Back'-Taste drücken.\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Sperren\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Entsperren\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Sperre zurücksetzen\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Sperre entfernen\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Numerisches Passwort\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Gamepad-Tastenkombination\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Volltext-Passwort\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Bitte neues Passwort eingeben\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Zur Bestätigung neues Passwort wiederholen\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Falsches Passwort,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"Versuch(e) übrig \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Die eingegebenen Passwörter stimmen nicht überein!\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Zugriff verweigert\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Anzahl der Fehlversuche erreicht.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Das System wird nun ausgeschaltet.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Freigabe gesperrt\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Sperre reaktivieren\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Sperre ändern\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Sperre\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Kein Passwort eingegeben. Bitte noch einmal versuchen.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Master-Sperre\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"System ausschalten, wenn Anzahl Fehlversuche erreicht wird\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Das Master-Passwort ist ungültig\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Bitte das gültige Master-Passwort eingeben\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Einstellungen & Dateimanager\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Einstellungen als Standard für alle Filme setzen\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Alle vorherigen Werte werden damit überschrieben\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Anzeigedauer eines Bildes\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Schwenk- und Zoom-Effekte verwenden\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"NTSC-Videos nach PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"PAL-Videos nach NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"NTSC-Videos nach PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12 Stunden Uhr\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24 Stunden Uhr\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Tag/Monat\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Monat/Tag\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Betriebszeit\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Minuten\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Stunden\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Tage\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Betriebszeit gesamt\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Wetter\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Bildschirmschoner\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Vollbild-OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"System\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Festplatte sofort abschalten\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"nur Video\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Verzögerung\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- minimale Dauer der Datei\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Ausschalten\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Individuellen Dashboard-Pfad verwenden\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Funktion für 'Ausschalten'\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Beenden\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Ruhezustand\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Bereitschaft\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Verlassen\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Neustart (XBOX)\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Minimieren\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Power-Button Aktion\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Ist noch eine weitere Sitzung aktiv (evtl. SSH)? \"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Wechselfestplatte wurde angeschlossen\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Gerät wurde nicht sicher entfernt\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Gerät wurde erfolgreich entfernt\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick eingesteckt\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick ausgesteckt\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Flicker-Filter\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Wie Treiber (benötigt Neustart)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Vertical Blank Synchronisation\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Deaktiviert\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Aktiviert während der Videowiedergabe\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Immer aktiviert\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Teste Auflösung\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Auflösung speichern?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Soll diese Auflösung beibehalten werden?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Hochauflösende Software-Hochskalierung\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Deaktiviert\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Nur für SD-Inhalte aktivieren\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Immer aktiviert\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Hochskalierungs-Methode\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bikubisch\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU HQ Hochskalierungs-Niveau\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU Studio-Niveau Farbkonvertierung\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Bildschirm abschalten\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Deaktiviert\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"leerer Bildschirm\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Aktive Verbindungen festgestellt!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Wird fortgefahren, kann XBMC möglicherweise nicht mehr\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"gesteuert werden. Fernsteuerung wirklich beenden?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Wechsle Apple-Remote-Modus?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Wird aktuell Apple Remote zur Steuerung von XBMC\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"verwendet, zieht ein Wechseln dieser Einstellung den\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"Verlust der Steuerung nach sich. Soll fortgefahren werden?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"Schlüssel:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"Temperatur:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"Modell:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"Firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"Modell:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"Seriennummer:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"Firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"Passwort:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"Festplattensperre:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Subnetzmaske\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Gateway\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Primärer DNS-Server\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Initialisierung fehlgeschlagen\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Gamepad\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Tastatur\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Maus\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Kopfhörer/Mikrofon\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"MemoryStick\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Fernbedienung\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Controller Port\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Nie\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Sofort\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Nach %i Sek\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Festplatte hinzugefügt am:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Anzahl Festplattenstarts:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profile\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Soll das Profil '%s' wirklich gelöscht werden?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Zuletzt geladenes Profil:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Unbekannt\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Überschreiben\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Abschaltzeit\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Intervall (in Minuten)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Gestartet, Alarm in %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarm!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Deaktiviert. Restzeit war %im%is.\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Untertitel in RAR-Dateien suchen\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Untertitel suchen...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Verschieben\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Hierhin verschieben\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Verschieben abbrechen\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardware:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"CPU-Auslastung:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"System ist verbunden, aber es ist kein DNS verfügbar.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Festplatte\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-Laufwerk\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Speicherplatz\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Standard\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Netzwerk\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Grafik\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Hardware\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Betriebssystem:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"CPU-Geschwindigkeit:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Grafik-Chip:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Bildschirm-Auflösung:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox Version:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox Seriennummer:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox Herstellungsland:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Modchip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V-Kabel:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Video- & XBE-Region:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD-Region:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"System ist mit dem Internet verbunden.\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Keine Verbindung. Bitte Netzwerkeinstellungen überprüfen.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"XBOX-LIVE Schlüssel:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Angestrebte CPU-Temperatur\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Lüftergeschwindigkeit\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Lüftergeschwindigkeit über CPU-Temperatur regeln\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Lüftergeschwindigkeit manuell einstellen\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Schriftart\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Links-/Rechtsläufige Zeichenfolgen ermöglichen\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"RSS-Newsfeeds aktivieren\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Symbol zum übergeordneten Ordner anzeigen\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Formatvorlage für Musiktitel-Dateinamen\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Soll das System neu gestartet werden?\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"'Nein' wählen, um nur XBMC neu zu starten.\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Übergang streckend\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Übergang gleitend\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Schwarzen Rand reduzieren\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Neustart (XBMC)\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Überblendung\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Thumbnails neu erstellen\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Rekursive Thumbnails\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Diaschau starten\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Rekursive Diaschau\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Zufallsauswahl\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Nur links\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Nur rechts\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Karaoke CD+G aktivieren\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Hintergrundtransparenz\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Vordergrundtransparenz\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"A/V-Verzögerung\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s wurde nicht gefunden.\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Fehler beim Öffnen von %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Das Laden von %s ist fehlgeschlagen\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Fehler: Nicht genügend Speicher\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Nach oben\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Nach unten\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Beschriftung ändern\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Als Standard setzen\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Schaltfläche entfernen\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Front-LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Front-LED-Farbe\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Nicht ändern\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Grün\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Orange\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Rot\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Zyklisch\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"LED während der Wiedergabe ausschalten\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Filminformationen\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"In Abspielliste einreihen\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Film auf IMDb suchen...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Neue Inhalte suchen\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"wird abgespielt...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Albuminformationen\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"In Datenbank aufnehmen\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Aktualisieren abbrechen\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Render-Methode\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Shader (niedrige Qualität)\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Hardware-Overlays\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Shader (hohe Qualität)\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Abspielen\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Interpreten Bild setzen\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Thumbnails automatisch erstellen\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Spracheingabe aktivieren\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Gerät verwenden\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Lautstärke\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Standard-Bildmodus\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Standard-Helligkeit\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Standard-Kontrast\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Standard-Gamma\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Video fortsetzen\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Stimmen-Maske - Port 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Stimmen-Maske - Port 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Stimmen-Maske - Port 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Stimmen-Maske - Port 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Zeitbasiertes Vor-/Zurückspulen\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Formatvorlage für Musiktitel-Dateinamen rechts\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Voreinstellung\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Es sind keine Voreinstellungen\\n für diese Visualisierung verfügbar\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Es sind keine Einstellungen\\n für diese Visualisierung verfügbar\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Öffnen/Schließen\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Bei Musikwiedergabe die Visualisierung verwenden\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Größe berechnen\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Größe des Ordners wird berechnet\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Video-Einstellungen\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Audio- und Untertitel-Einstellungen\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Untertitel aktivieren\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Lesezeichen\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Grammatische Artikel bei der Sortierung ignorieren\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Überblenden bei Titeln des gleichen Albums\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"%s wählen\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Titelposition anzeigen\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Standard entfernen\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Fortsetzen\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Lade Poster\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Bildinformation\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s Voreinstellungen\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(IMDb Benutzer-Bewertung)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Last.fm einschalten\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Minimale Lüftergeschwindigkeit\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Herunterladen\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Interpreten anzeigen die nur in Zusammenstellungen vorkommen\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Render-Methode\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Auto-Erkennung\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Einfache Shader (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Erweiterte Shader (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Sicher entfernen\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Diashow hier starten\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Für diesen Pfad merken\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Verwende 'pixel buffer objects'\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"A/V Sync Methode\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Audio Takt\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Video Takt (Verwerfe/Dupliziere Audio)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Video Takt (Audio Anpassen)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Maximale Anpassung (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Qualität der Anpassung\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Gering (schnell)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Mittel\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Hoch\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Sehr Hoch (langsam!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Synchronisiere Wiedergabe mit Anzeige\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple-Remote\"\n\nmsgctxt \"#13601\"\nmsgid \"Use MCE/Universal Remote\"\nmsgstr \"Verwende MCE-/Universal-Fernbedienung\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Starten von XBMC über Fernbedienung erlauben\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Ablauf-Verzögerung\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Deaktiviert\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Universal-Fernbedienung\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Multi-Fernbedienung (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Apple-Remote Fehler\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Apple-Remote-Unterstützung könnte eingeschaltet sein.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Videos stapeln\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Stapeln deaktivieren\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Wiedergabeliste wird heruntergeladen...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Streamliste wird heruntergeladen...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Streamliste wird verarbeitet...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Herunterladen der Streamliste ist fehlgeschlagen\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Herunterladen der Wiedergabeliste fehlgeschlagen\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Spiele-Ordner\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Zu Thumbnails wechseln basierend auf\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Auto-Wechsel zur Thumbnail-Ansicht aktivieren\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Große Symbole verwenden\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Wechsel basierend auf\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Prozent\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"keine Dateien & mindestens ein Thumbnail\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"mindestens eine Datei und ein Thumbnail\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Thumbnails in Prozent\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Ansichts-Optionen\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Stadt 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Stadt 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Stadt 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Datenbank\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Kein TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Bitte die nächste große Stadt eingeben\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video/Audio/DVD-Cache - Festplatte\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Video-Cache - DVD-Rom\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokales Netzwerk\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Audio-Cache - DVD-Rom\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokales Netzwerk\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD-Cache - DVD-Rom\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokales Netzwerk\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Dienste\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Netzwerkeinstellungen wurden geändert\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC muss neu gestartet werden, damit die Änderung\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"wirksam wird. Soll jetzt neu gestartet werden?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Nachbearbeitung\"\n\nmsgctxt \"#14042\"\nmsgid \"Internet connection bandwidth limitation\"\nmsgstr \"Internet-Bandbreitenbeschränkung\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Auch während der Wiedergabe ausschalten\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i Min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i Sek\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Zeitformat\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Datumsformat\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Benutzeroberflächen-Filter\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Durchsuche im Hintergrund\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Scan beenden\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Nicht möglich während des Durchsuchens\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Filmkörnungseffekt\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Netzwerkquellen nach Thumbnails durchsuchen\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Unbekannter Typ - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Automatisch\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Bitte Benutzernamen eingeben für\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Datum & Uhrzeit\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Datum ändern\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Uhrzeit ändern\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Bitte die Uhrzeit im 24-Std Format (HH:MM) eingeben\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Bitte das Datum im Format TT/MM/JJJJ eingeben\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Bitte IP-Adresse eingeben\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Einstellungen jetzt übernehmen?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Übernehmen\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Löschen und Umbenennen von Dateien erlauben\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Zeitzone\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Sommerzeit verwenden\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Zu Favoriten hinzufügen\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Von Favoriten entfernen\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Farben\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Zeitzonen-Region\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Zeitzone\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Dateilisten\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"EXIF Bildinformationen zeigen\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Benutze Vollbildfenster anstatt echtes Vollbild\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Reihenfolge der Lieder nach Auswahl\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Musik CDs automatisch wiedergeben\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Wiedergabe\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVDs\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"DVDs automatisch wiedergeben\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Schriftart\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Sprache & Region\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Zeichensatz\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Debugging\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Sicherheit\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Eingabegeräte\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Energiesparen\"\n\nmsgctxt \"#14096\"\nmsgid \"Video cache\"\nmsgstr \"Video-Cache\"\n\nmsgctxt \"#14097\"\nmsgid \"Video cache - max time\"\nmsgstr \"Video-Cache - max. Zeit\"\n\nmsgctxt \"#14098\"\nmsgid \"Audio cache\"\nmsgstr \"Audio-Cache\"\n\nmsgctxt \"#14099\"\nmsgid \"Audio cache - max time\"\nmsgstr \"Audio-Cache - max. Zeit\"\n\nmsgctxt \"#14100\"\nmsgid \"H.264 Skip Loop Filter\"\nmsgstr \"H.264 Schleifenfilter auslassen\"\n\nmsgctxt \"#14101\"\nmsgid \"Default\"\nmsgstr \"Standard\"\n\nmsgctxt \"#14102\"\nmsgid \"Skip Non-reference Frames\"\nmsgstr \"Nicht referenzierte Frames auslassen\"\n\nmsgctxt \"#14103\"\nmsgid \"Skip Bidirectional Frames\"\nmsgstr \"Bidirektionale Frames auslassen\"\n\nmsgctxt \"#14104\"\nmsgid \"Skip Non-key frames\"\nmsgstr \"Nicht-Key-Frames auslassen\"\n\nmsgctxt \"#14105\"\nmsgid \"Skip Everything\"\nmsgstr \"Alles überspringen\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Entfernen\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Spiele\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Hinzufügen\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Passwort\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Datenbank\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Datenbank\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Alle Alben\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Alle Interpreten\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Alle Titel\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Alle Genre\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Zwischenspeichern...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Navigationssounds\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Vorgabe des Skins\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"Theme\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Standardschema\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Abgespielte Musiktitel an Last.fm übermitteln\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.fm Benutzername\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.fm Passwort\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Verbindung fehlgeschlagen.\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Bitte XBMC aktualisieren\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Authorisierung fehlgeschlagen: Bitte Benutzerdaten prüfen!\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Hergestellt\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Nicht verbunden\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Übertragungsintervall %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"%i Titel im Cache\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Übermittlung...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Übermittlung in %i sek\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Abspielen mit...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Weiche Audio/Video-Synchronisation verwenden\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Keine Dateinamen in der Symbolansicht anzeigen\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Im Party-Modus abspielen\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Abgespielte Musiktitel an Libre.fm übermitteln\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Libre.fm Benutzername\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Libre.fm Passwort\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Musikübertragung\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Last.fm Radio an Last.fm übermitteln\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Verbindung mit Last.fm herstellen...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Station wird ausgewählt...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Ähnliche Interpreten suchen...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Ähnliche Tags suchen...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Eigenes Profil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Die besten Tags\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Die besten Interpreten des Tags %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Die besten Alben des Tags %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Die besten Titel des Tags %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"%name% Last.fm Radio Tag anhören\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Ähnliche Interpreten wie %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Die besten %name% Alben\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Die besten %name% Titel\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Die besten %name% Tags\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Größte Fans von %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"%name% Fan Last.fm Radio anhören\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Ähnliche Interpreten wie %name% im Last.fm Radio anhören\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Lieblingsinterpreten von %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Lieblingsalben von %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Lieblingstitel von %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Freunde von %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Nachbarn von %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Wöchentliche Interpretencharts von %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Wöchentliche Albumcharts von %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Wöchentliche Titelcharts von %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Last.fm Radio der Nachbarn von %name% anhören\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Privates Last.fm Radio von %name% anhören\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Die Lieblingstitel von %name% im Last.fm Radio anhören\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Daten werden von Last.fm übertragen...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Daten konnten nicht von Last.fm übertragen werden.\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Bitte Interpreten eingeben, um gleichartige zu finden\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Bitte Tagnamen eingeben, um dazu passende Einträge zu finden\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Kürzlich gehörte Titel von %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Last.fm Radio Empfehlungen für %name% anhören\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Die besten Tags von %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Den aktuellen Titel zur Lieblingsliste hinzufügen?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Den aktuellen Titel sperren?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Zur Lieblingsliste hinzugefügt: '%s'\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"'%s' konnte nicht zur Lieblingsliste hinzugefügt werden.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"gesperrt: '%s'\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"'%s' konnte nicht gesperrt werden.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Kürzlich zur Lieblingsliste hinzugefügte Titel von %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Kürzlich gesperrte Titel von %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Aus Lieblingsliste entfernen\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Sperre aufheben\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Diesen Titel aus der Lieblingsliste entfernen?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Sperre für diesen Titel aufheben?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Pfad wurde nicht gefunden oder ist ungültig.\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Keine Verbindung zum Netzwerkserver.\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Es wurden keine Server gefunden.\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Es konnte keine Arbeitsgruppe gefunden werden.\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Multi-Pfad-Freigabe wird geöffnet...\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Pfad:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Allgemein\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Audio-Hardware einrichten...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Internet-Anfrage\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Wiedergabe\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Inhalt der CD/DVD abspielen\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Neuen Titel eingeben\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Titel eingeben\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Bitte einen Namen für dieses Profil eingeben\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Bitte den Namen des Albums eingeben\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Namen der Wiedergabeliste eingeben\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Bitte einen neuen Dateinamen eingeben\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Bitte einen Namen für diesen Ordner eingeben\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"In den Ordner wechseln\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Verfügbare Optionen: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Bitte einen Suchbegriff eingeben\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Aus\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Auto\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Deinterlace\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (Invertiert)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Interlaced\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Abbrechen...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Bitte den Namen des Interpreten eingeben\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Wiedergabe nicht möglich\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Ein/mehrere Inhalt(e) konnte(n) nicht wiedergegeben werden\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Wert eingeben\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Für Details bitte Logdatei einsehen.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Party-Modus abgebrochen\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Es sind keine passenden Titel in der Datenbank.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Die Datenbank konnte nicht gestartet werden.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Die Datenbank konnte nicht geöffnet werden.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Es konnten keine Titel aus der Datenbank geladen werden.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Party-Modus Wiedergabeliste\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Alle Videos\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Nicht gesehen\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Gesehen\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Als 'gesehen' markieren\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Als 'ungesehen' markieren\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Titel umbenennen\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"NTSC-M & NTSC-J verwenden\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Nur NTSC-M verwenden\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Nur NTSC-J verwenden\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Nur PAL-60 verwenden\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Bei 60Hz-Spielen\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Der Vorgang wurde abgebrochen.\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Fehler beim Kopieren\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Fehler beim Kopieren von mindestens einer Datei.\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Fehler beim Verschieben.\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Fehler beim Verschieben von mindestens einer Datei.\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Fehler beim Löschen.\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Fehler beim Löschen von mindestens einer Datei.\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Videoskalierungsmethode\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Nächster Nachbar\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (Software)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (Software)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (Software)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"(VDPAU)Zeitlich\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"(VDPAU)Zeitlich/Räumlich\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)Rauschunterdrückung\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)Schärfe\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Inverse Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Video Nachbearbeitung\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Bildschirm Sleep Timeout\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Zum Kanal wechseln\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Ordner für CD-Kopien\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Externen DVD-Player verwenden\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Externer DVD-Player\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Ordner für Trainer\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Ordner für Screenshots\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Ordner für Wiedergabelisten\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Aufnahmen\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Screenshots\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"XBMC verwenden\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Musik-Wiedergabelisten\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Video-Wiedergabelisten\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Das Spiel jetzt starten?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Nach Wiedergabeliste\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Online-Cover\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Aktuelles Cover\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Lokales Cover\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Kein Cover\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Thumbnail wählen\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Konflikt\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Nur neue\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Komplett\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Region\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Info\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Musik-Bereich sperren\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Videos-Bereich sperren\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Bilder-Bereich sperren\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Programme- und Skript-Bereich sperren\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Dateimanager sperren\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Einstellungen sperren\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Neu beginnen\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Master-Modus aktivieren\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Master-Modus deaktivieren\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Profil '%s' erstellen?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Mit neuen Einstellungen beginnen\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Bestmögliche\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Zwischen 16x9 und 4x3 automatisch umschalten\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Gestapelte Dateien als eine Datei behandeln\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Achtung!\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Master-Modus ist deaktiviert.\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Master-Modus ist aktiviert.\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com Thumbnail\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Thumbnail entfernen\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Profil hinzufügen...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Alle Alben-Infos laden\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Medien-Informationen\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Eigenständig\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Wie Hauptbenutzer\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Wie Hauptbenutzer (Nur lesen)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Standard übernehmen\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Profil-Bild\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Sperren konfigurieren\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Profil bearbeiten\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Profil-Passwort\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Der Ordner konnte nicht erstellt werden!\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Profil-Ordner\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Mit neuen Medien-Quellen beginnen\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Bitte sicherstellen, dass der gewählte Ordner beschreibbar ist\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"und dass der neue Ordnername gültig ist.\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Altersfreigabe\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Bitte das Master-Passwort eingeben\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Master-Passwort beim Start abfragen\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Skin-Optionen\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- nicht gesetzt -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Animationen aktivieren\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"RSS während der Musikwiedergabe deaktivieren\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Eigene Lesezeichen aktivieren\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Programme im Hauptmenü anzeigen\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Musik-Informationen anzeigen\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Wetter-Informationen anzeigen\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"System-Informationen anzeigen\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Verfügbaren Speicherplatz für C: E: F: anzeigen\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Verfügbaren Speicherplatz für E: F: G: anzeigen\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Wetter-Informationen\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Verfügbarer Speicherplatz\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Bitte den Namen einer verfügbaren Quelle eingeben\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Passwort\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Profil laden\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Profil-Name\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Medien-Quellen\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Bitte Profil-Passwort eingeben\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Anmeldung\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Album-Informationen werden gesucht\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Informationen werden gesucht für das Album\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Während der CD-Wiedergabe kann nicht kopiert werden!\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Master-Passwort und Sperren\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Master-Passwort aktiviert immer den Master-Modus\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"oder diese vom Hauptbenutzer übernehmen?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Sollen die Änderungen gespeichert werden?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Bestehende Einstellungen wurden gefunden.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Sollen diese verwendet werden?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Bestehende Medienquellen wurden gefunden.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Eigenständig (nur lesen)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Hauptordner\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"Skin-Zoom\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP-Einstellungen\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"UPnP-Client automatisch starten\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Letzte Anmeldung: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Bisher noch nicht angemeldet\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Bitte ein Profil wählen\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Anmeldung sperren\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Das eingegebene Passwort ist ungültig!\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Hierfür muss die Master-Sperre gesetzt werden.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Diese nun aktivieren?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Programm-Informationen werden geladen...\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Party-Modus ist aktiviert!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Richtig\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Titel werden gefiltert...\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Titel werden hinzugefügt\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Angemeldet als\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Abmelden\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Zum Hauptordner\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Weave\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Weave (Invertiert)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Blend\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Video neustarten\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Netzwerkquelle bearbeiten\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Netzwerkquelle entfernen\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Diesen Ordner jetzt durchsuchen?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Speicherkarte\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Speicherkarte eingesteckt\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Die Speicherkarte konnte nicht erkannt werden!\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"In Port %i, Slot %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Bildschirmschoner sperren\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Einstellen\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Benutzername\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Bitte Passwort eingeben für\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Ausschalt-Timer\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Ausschalt-Intervall (in Minuten)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Ausschalten in %imin aktiviert.\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Ausschalten in 30 Minuten\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Ausschalten in 60 Minuten\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Ausschalten in 120 Minuten\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Ausschalt-Timer festlegen\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Ausschalt-Timer deaktiveren\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Einstellungen für %s sperren\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Durchsuchen...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Allgemeine Informationen\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Speicherplatz-Informationen\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Festplatten-Informationen\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"DVD-Laufwerks-Informationen\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Netzwerk-Informationen\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Grafik-Informationen\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Hardware-Informationen\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Gesamt\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Belegt\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"von\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Sperren nicht unterstützt\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Nicht gesperrt\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Gesperrt\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Angehalten\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Reset erforderlich\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Woche\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Linie\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windows-Netzwerk (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP-Server\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP-Server\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes Musik-Freigabe (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP-Server\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Video-Informationen anzeigen\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Fertig\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Umschalttaste\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Feststelltaste\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Symbole\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Löschen\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Leertaste\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Skin aktualisieren\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Bilder anhand der EXIF-Informationen drehen\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Benutze Poster-Ansicht für TV-Serien\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Bitte warten\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"EEPROM wird gesichert\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"BIOS wird gesichert\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Aktiviere Auto Scrolling für Handlung & Kritiken\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Benutzerdefiniert\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Debug-Logging aktivieren\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Zusätzliche Informationen während des Updates herunterladen\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Standard-Service für Musikinformationen\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Wechsel-Scraper\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Musikdatenbank exportieren\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Musikdatenbank importieren\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Kein Künstler gefunden!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Herunterladen der Interpreten Info fehlgeschlagen\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Party-Modus ist aktiviert!\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Titel werden gefiltert...\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Titel werden hinzugefügt...\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV server (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV server (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV client\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Webserver-Verzeichnis (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Webserver-Verzeichnis (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Ordner ist nicht beschreibbar:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Export Überspringen und fortsetzen?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS Feed\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Unbekannt. Bitte MD5-Prüfsumme von xbmc.log zu BiosIDs.ini hinzufügen.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Sekundärer DNS-Server\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP-Server\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Neuer Ordner\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"LCD während der Wiedergabe ausschalten\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Unbekannt oder OnBoard (geschützt)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Während 'Pause' das LCD wieder einschalten\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Während 'Pause' die LED wieder einschalten\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Videodatenbank\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Spielstände\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Sortiert nach ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Spielstände herunterladen\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Spielstände auf der Festplatte\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Fehler beim Herunterladen des Spielstandes\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Spielstand zum Herunterladen und Installieren wählen\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Kein Online-Spielstand für das gewählte Spiel gefunden\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Spielstand wählen\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Spielstände\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Einzelteil spielen...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Kalibrierung zurücksetzen\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Dies setzt den Kalibrierwert für %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"auf den Standardwert zurück\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Nach einem Speicherort durchsuchen...\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Ordnernamen für Anfragen verwenden\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Dateinamen\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Datei- oder Ordnernamen für Anfragen verwenden?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Inhalt festlegen\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Ordnernamen\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Im Ordner rekursiv nach Inhalten suchen?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Quellen freigeben\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Darsteller\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Regisseur\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Alle Elemente innerhalb dieses Pfades\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"aus der Datenbank entfernen?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Filme\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"TV-Serien\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Dieser Ordner beinhaltet\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Automatisierten Scan verwenden\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Rekursives Scannen\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"als\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Regisseure\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Es wurden keine Videos in diesem Pfad gefunden!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"Stimmen\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"TV-Serien Information\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Episoden-Information\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"TV-Serien Details werden geladen\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Episoden-Guide wird geladen\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Episoden-Informationen werden geladen\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"TV-Serien-Auswahl:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Bitte den Namen der TV-Serie eingeben\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Staffel %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Episode\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Episoden\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Episoden-Details werden geladen\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Episode aus der Datenbank entfernen\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"TV-Serie aus der Datenbank entfernen\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"TV-Serie\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Handlung (Episode)\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Alle Staffeln\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Gesehene ausblenden\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Produktions-Code\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Handlung bei ungesehenen Filmen anzeigen\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Die Handlung wird nicht angezeigt. *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Staffel-Cover setzen\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Staffel-Cover\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Staffel\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Film-Informationen werden geladen...\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Inhalt zurücksetzen\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Originaltitel\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"TV-Serien-Informationen aktualisieren\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Die Informationen für alle Episoden aktualisieren?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Ordner beinhaltet eine einzige TV-Serie\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Ordner vom Scan ausschließen\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Specials\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Staffel-Cover von TV-Serien automatisch herunterladen\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Ordner enthält ein einziges Video\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Link zur TV-Serie\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Link zur TV-Serie entfernen\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Neu hinzugefügte Filme\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Neu hinzugefügte Episoden\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Studios\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Musikvideos\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Neu hinzugefügte Musikvideos\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Musikvideo\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Musikvideos aus Datenbank entfernen\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Musikvideo-Informationen\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Musikvideo-Informationen werden geladen...\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Gemischt\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Zu Alben dieses Interpreten wechseln\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Zum Album wechseln\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Titel abspielen\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Zu den Musikvideos dieses Albums wechseln\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Zu den Musikvideos dieses Interpreten wechseln\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Musikvideo abspielen\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Bilder der Darsteller automatisch herunterladen\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Bild des Darstellers festlegen\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Episoden-Lesez. entfernen\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Episoden-Lesez. setzen\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Scraper-Einstellungen\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Musikvideo-Informationen werden heruntergeladen...\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"TV-Serien-Informationen werden heruntergeladen...\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Trailer\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Reduzieren\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"TV-Serien reduzieren\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Lade Fanart\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Zeige Fanart in Video & Musik-Datenbanken\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Suche neue Inhalte\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Erstausstrahlung\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Autor\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Bereinige Datei- und Ordnernamen\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Nie\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Nur bei einer Staffel\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Immer\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Trailer vorhanden\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Falsch\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Fanart Slideshow\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"In eine einzelne Datei oder in separate Dateien\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"pro Eintrag exportieren?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Einzeln\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Separat\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Sollen Bilder und Fanart exportiert werden?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Alte Dateien überschreiben?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Pfad von Aktualisierungen der Bibliothek ausschließen\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Metainformationen aus Mediendateien extrahieren\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Zusammenstellungen\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Filmset Bild setzen\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Bilder der Darsteller exportieren?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Fanart wählen\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Lokale Fanart\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Keine Fanart\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Aktuelle Fanart\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Online-Fanart\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Inhalt wechseln\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Wollen Sie die Informationen für alle Einträge\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"in diesem Pfad aktualisieren?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Lokal gespeicherte Informationen gefunden.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ignorieren und neu aus dem Internet laden?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Informationen können nicht herunter geladen werden\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"Der Server ist höchstwahrscheinlich nicht erreichbar.\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Möchtest Du mit der Aktualisierung fortfahren?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Länder\"\n\nmsgctxt \"#20454\"\nmsgid \"Listener\"\nmsgstr \"Hörer\"\n\nmsgctxt \"#20455\"\nmsgid \"Listeners\"\nmsgstr \"Hörer\"\n\nmsgctxt \"#20456\"\nmsgid \"Set movieset fanart\"\nmsgstr \"Filmset Fanart setzen\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Gruppiere Filme nach Zusammenstellungen\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Versteckte Ordner und Dateien anzeigen\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox Client\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"WARNUNG: Ziel-TuxBox-Laufwerk ist im Aufnahme-Modus!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Der Stream wird beendet!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Umschalten auf Kanal: %s fehlgeschlagen!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Den Stream jetzt starten?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Verbinden zu: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox-Laufwerk\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Quelle hinzufügen\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"UPnP-Server aktivieren\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Quelle bearbeiten\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Quelle entfernen\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Alternatives Untertitel-Verzeichnis\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Video- & alternatives Untertitel-Verzeichnis\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Maus aktivieren\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Navigations-Sounds während Medienwiedergabe aktivieren\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Thumbnail\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Erzwungene DVD-Player Region\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Video-Hardware\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Bildseitenverhältnis\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"4:3 Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"16:9 Widescreen\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"480p-Auflösung aktivieren\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"720p-Auflösung aktivieren\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"1080i-Auflösung aktivieren\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Namen der neuen Wiedergabelliste eingeben\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"'Quelle hinzufügen'-Symbol im Haupt-Ordner anzeigen\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Scrollbalken aktivieren\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Filter für 'Gesehen' als Einstellung in Datenbank aktivieren\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Öffnen\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Acoustic-Management-Stufe\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Schnell\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Leise\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Benutzerdefinierten Hintergrund aktivieren\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Energiemanagement-Stufe\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Hoher Stromverbrauch\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Niedriger Stromverbrauch\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Hohes Standby\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Niedriges Standby\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Es ist nicht möglich, Dateien größer als 4GB zwischenzuspeichern!\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Kapitel\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Pixelshader V2 (Hohe Qualität)\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Wiedergabeliste bei Programmstart abspielen\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Zwischenanimationen aktivieren\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"beinhaltet\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"beinhaltet nicht\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"ist\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"ist nicht\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"startet mit\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"endet mit\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"größer als\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"kleiner als\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"nach\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"bevor\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"im letzten\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"nicht im letzten\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Scraper\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Standard Film-Scraper\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Standard Serien-Scraper\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Standard Musikvideo-Scraper\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Aktiviere Alternativsuche für gleichsprachige Scraper\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Einstellungen\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Mehrsprachig\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Vergleichswert\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Intelligente Wiedergabelisten-Regel\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Titel angleichen mit\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Neue Regel...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Einträge müssen übereinstimmen mit\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"allen Regeln\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"eine oder mehreren Regeln\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Beschränken auf\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Keine Beschränkung\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Sortieren nach\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"Aufsteigend\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"Absteigend\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Intelligente Wiedergabeliste bearbeiten\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Name der Wiedergabeliste\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Suche passende Titel anhand\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Bearbeiten\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i Titel\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Neue Intelligente Wiedergabeliste...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c Laufwerk\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Party-Modus-Regeln editieren\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Home-Ordner\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Gesehen-Zähler\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Episodentitel\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Video Auflösung\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Audio Kanäle\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Video Codec\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Audio Codec\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Audio Sprache\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Untertitelsprache\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Fernbedienung sendet Tastatureingaben\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"- Bearbeiten\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Dateiname\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Dateipfad\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Dateigröße\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Datei Datum/Uhrzeit\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Dia-Index\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Auflösung\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Kommentar\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Farbe/BW\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"JPEG Prozess\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Datum/Uhrzeit\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Beschreibung\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Kamerahersteller\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Kameramodell\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Exif-Kommentar\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Blendeneinstellung\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Brennweite\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Fokus-Distanz\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Belichtung\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Belichtungszeit\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Belichtungsausrichtung\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Belichtungsmodus\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Blitz\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Weißabgleich\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Lichtquelle\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Messmodus\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Digitalzoom\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD-Weite\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS-Breitengrad\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS-Längengrad\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS-Höhe\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Ausrichtung\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Zusätzliche Kategorien\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Stichwörter\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Bildtext\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Autor\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Kopfzeile\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Besondere Anweisungen\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Kategorie\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Verfasserzeile\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Titel der Verfasserzeile\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Credit\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Quelle\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Urheberrechtshinweis\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Objekt Name\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Stadt\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Staat\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Originale Tx-Abhängigkeit\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Erstellungsdatum\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Urheberrechtskennzeichnung\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Länderkennzahl\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Auskunftsdienst\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Steuerung über UPnP zulassen\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Filmeinleitung vor dem DVD-Menü überspringen\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Kopierte Audio CDs\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Lade alle Interpreten-Infos\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Lade Album Informationen herunter\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Lade Interpreten Informationen herunter\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biografie\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Diskografie\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Suche Interpret\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Wähle Interpret\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Interpreten-Information\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instrumente\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Geboren\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Gegründet\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Themen\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Aufgelöst\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Gestorben\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Jahre aktiv\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Label\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Geboren/Gegründet\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Aktualisiere Datenbank beim Start\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Datenbank immer im Hintergrund aktualisieren\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"DNS Suffix\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"Standardplayer\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Verzögert um: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Beschleunigt um: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Untertitelabstand\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL-Anbieter:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL-Renderer:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL-Version: \"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB-Temperatur:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU-Temperatur:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Gesamter RAM\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Profildaten\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Dimmen, wenn die Videowiedergabe pausiert wird\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Alle Aufnahmen\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Nach Titel\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Nach Interpret\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Live Kanäle\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Aufnahmen nach Titel\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Handbuch\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Erlaube Fehler im Seitenverhältnis (%)\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Video Dateien in Listen aufnehmen\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX Anbieter\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Direct3D Version\"\n\nmsgctxt \"#22025\"\nmsgid \"DVDPlayer full codec support\"\nmsgstr \"Volle Codec-Unterstützung für DVDPlayer\"\n\nmsgctxt \"#22026\"\nmsgid \"DVDPlayer fast mode for MPEG2/MPEG4/H264\"\nmsgstr \"Schneller Modus (MPEG2/MPEG4/H264) für DVDPlayer\"\n\nmsgctxt \"#22027\"\nmsgid \"PAPlayer\"\nmsgstr \"PAPlayer\"\n\nmsgctxt \"#22028\"\nmsgid \"DVDPlayer\"\nmsgstr \"DVDPlayer\"\n\nmsgctxt \"#22029\"\nmsgid \"MPlayer\"\nmsgstr \"MPlayer\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Schriftart\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"Größe\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"Farben\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"Schriftsatz\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Karaoke-Titel als HTML exportieren\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Karaoke-Titel als CSV exportieren\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Karaoke-Titel importieren...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Titel-Auswahl automatisch öffnen\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Karaoke-Titel exportieren...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Titelnummer eingeben\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"weiß/grün\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"weiß/rot\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"weiß/blau\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"schwarz/weiß\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Wetter-Plugin\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"Plugin Einstellungen\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Videotext aktivieren\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Teil %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Zwischenspeichern - %i Bytes\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Wird beendet\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Läuft\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Externer Player ist aktiv\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Drücke OK um den Player zu beenden\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Drücke OK wenn die Wiedergabe beendet ist\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Addon\"\n\nmsgctxt \"#24001\"\nmsgid \"Plugins\"\nmsgstr \"Plugins\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Konfigurieren\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Deaktivieren\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Aktivieren\"\n\nmsgctxt \"#24023\"\nmsgid \"Add-on disabled\"\nmsgstr \"Add-on deaktiviert\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Dieses Addon kann nicht konfiguriert werden\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Datenbankmodus\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTZ Tastatur\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Passthrough-Modus aktiv\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Automatische Videofilter-Korrektur für Spiele\"\n\n#strings 32000 thru 32999 reserved for scripts and new internal names\n\nmsgctxt \"#32000\"\nmsgid \"Advanced\"\nmsgstr \"Erweitert\"\n\nmsgctxt \"#32001\"\nmsgid \"Enable the use of the (Y) button to open the information window\"\nmsgstr \"Y-Taste zum Öffnen des Infofensters aktivieren\"\n\nmsgctxt \"#32002\"\nmsgid \"Enable fast game parsing\"\nmsgstr \"Schnelles Parsen des Spiels aktivieren\"\n\nmsgctxt \"#32003\"\nmsgid \"Don't use Synopsis naming\"\nmsgstr \"Keine Synopsis-Benennung verwenden\"\n\nmsgctxt \"#32004\"\nmsgid \"This option will not work with forced 480p bios\"\nmsgstr \"Diese Option funktioniert nicht mit erzwungenen 480p Bios\"\n\nmsgctxt \"#32005\"\nmsgid \"Enable higher resolution artwork\"\nmsgstr \"Höher aufgelöste Artwork zulassen\"\n\nmsgctxt \"#32006\"\nmsgid \"Refresh info\"\nmsgstr \"Info aktualisieren\"\n\nmsgctxt \"#32007\"\nmsgid \"Refresh all contents info\"\nmsgstr \"Alle Inhalte aktualisieren\"\n\nmsgctxt \"#32008\"\nmsgid \"Refreshing Synopsis Information\"\nmsgstr \"Zusammenfassung aktualisieren\"\n\nmsgctxt \"#32009\"\nmsgid \"Override Launch XBE\"\nmsgstr \"Start-XBE überschreiben\"\n\nmsgctxt \"#32010\"\nmsgid \"Unpatched\"\nmsgstr \"Ungepatcht\"\n\nmsgctxt \"#32011\"\nmsgid \"480p Patch\"\nmsgstr \"480p Patch\"\n\nmsgctxt \"#32012\"\nmsgid \"720p Patch\"\nmsgstr \"720p Patch\"\n\nmsgctxt \"#32013\"\nmsgid \"Generic Patch\"\nmsgstr \"Allgemeiner Patch\"\n\nmsgctxt \"#32014\"\nmsgid \"Widescreen Patch\"\nmsgstr \"Widescreen Patch\"\n\nmsgctxt \"#32015\"\nmsgid \"XHD Patch\"\nmsgstr \"XHD Patch\"\n\nmsgctxt \"#32016\"\nmsgid \"Resize Screen\"\nmsgstr \"Bildschirmgröße ändern\"\n\nmsgctxt \"#32017\"\nmsgid \"Edit or Refresh\"\nmsgstr \"Bearbeiten oder Aktualisieren\"\n\nmsgctxt \"#32018\"\nmsgid \"Trainers (cheats)\"\nmsgstr \"Trainer (Cheats)\"\n\nmsgctxt \"#32019\"\nmsgid \"Information\"\nmsgstr \"Informationen\"\n\nmsgctxt \"#32020\"\nmsgid \"Power Saving\"\nmsgstr \"Energiesparen\"\n\nmsgctxt \"#32021\"\nmsgid \"This can crash some Xbox. If yours crashes, hold the (Black) button when the[CR]splash screen appears to disable.\"\nmsgstr \"Das kann einige Xbox abstürzen lassen. Halten Sie die[CR](Schwarz) Taste beim Splash-Screen gedrückt, um zu deaktivieren.\"\n\nmsgctxt \"#32022\"\nmsgid \"  Ignore matches in path\"\nmsgstr \"  Übereinstimmungen im Pfad ignorieren\"\n\nmsgctxt \"#32023\"\nmsgid \"  Ignore matches in name\"\nmsgstr \"  Übereinstimmungen im Namen ignorieren\"\n\nmsgctxt \"#32024\"\nmsgid \"1080i Patch\"\nmsgstr \"1080i Patch\"\n\nmsgctxt \"#32025\"\nmsgid \"Discord\"\nmsgstr \"\"\n\nmsgctxt \"#32026\"\nmsgid \"Enable xbdStats communication\"\nmsgstr \"xbdStats-Kommunikation aktivieren\"\n\nmsgctxt \"#32027\"\nmsgid \"- Send title names to server\"\nmsgstr \"- Titelnamen an den Server senden\"\n\nmsgctxt \"#32028\"\nmsgid \"- Clear presence on startup\"\nmsgstr \"- Präsenz beim Starten löschen\"\n\nmsgctxt \"#32029\"\nmsgid \"Configure in the \"Add User\" profile, or disable the login screen.\"\nmsgstr \"Konfigurieren Sie im Profil „Benutzer hinzufügen“ oder deaktivieren[CR]Sie den Anmeldebildschirm.\"\n\n#strings 33000 thru 33999 reserved for common strings used in addons\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Trailer Qualität\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Streamen\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Herunterladen\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Herunterladen & abspielen\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Herunterladen & speichern\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Heute\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Morgen\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Speichern\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Kopieren\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Download-Ordner wählen\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Suchdauer\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Kurz\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Lang\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Benutze DVDplayer statt dem regulären\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Vor dem Abspielen von Video nach Herunterladen fragen\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Clips\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Plugin zur Aktivierung neustarten\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Heute Abend\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Morgen Abend\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Bedingung\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Niederschlag\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Niederschlag\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"feucht\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"gefühlt\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"beobachtet\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Abweichung vom Normalwert\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Sonnenaufgang\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Sonnenuntergang\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Details\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Ausblick\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Coverflow\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Übersetze Text\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Kartenliste %s Kategorie\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 Stunden\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Karten\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Stündlich\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Wochenende\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s Tag\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Alarm\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Alarme\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Wähle Dein\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Prüfe\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Konfiguriere die\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Staffeln\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Benutze Dein\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Schaue Deine\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Höre Deine\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Schaue Deine\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Konfiguriere die\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Power\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Menü\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Spiele die\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Optionen\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Editor\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Über Dein\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Sterne-Bewertung\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Hintergrund\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Hintergründe\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Benutzerdefinierter Hintergrund\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Benutzerdefinierte Hintergründe\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Readme lesen\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Änderungen anzeigen\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Diese Version von %s benötigt eine\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC Revision %s oder höher um ausgeführt zu werden.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Bitte XBMC aktualisieren.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Keine Daten gefunden!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Nächste Seite\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Liebe\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Hass\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Diese Datei ist gestapelt, wähle den Teil der abgespielt werden soll.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Skriptpfad\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Benutzerdefinierten Skript Button aktivieren\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Greek/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\n<language lang=\"Greek\">\n  <charsets>\n    <gui unicodefont=\"true\">CP1253</gui>\n    <subtitle>CP1253</subtitle>\n  </charsets>\n  <dvd>\n    <menu>el</menu>\n    <audio>el</audio>\n    <subtitle>el</subtitle>\n  </dvd>\n  <regions>\n    <region name=\"Ελλάδα\">\n      <dateshort>DD-MM-YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"πμ\" symbolPM=\"μμ\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>beaufort</speedunit>\n    </region>\n    <region name=\"Κύπρος\">\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"πμ\" symbolPM=\"μμ\">H,mm,ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n  </regions>\n</language>"
  },
  {
    "path": "Mod Files/system/language/Greek/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Greek (http://www.transifex.com/projects/p/xbmc4xbox/language/el/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: el\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Εφαρμογές\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Εικόνες\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Μουσική\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Βίντεο\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"Οδηγός τηλεόρασης\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Ρυθμίσεις\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Διαχείριση αρχείων\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Καιρός\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc media center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Δευτέρα\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Τρίτη\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Τετάρτη\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Πέμπτη\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Παρασκευή\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Σάββατο\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Κυριακή\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Ιανουαρίου\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Φεβρουαρίου\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Μαρτίου\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"Απριλίου\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Μαΐου\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Ιουνίου\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Ιουλίου\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"Αυγούστου\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"Σεπτεμβρίου\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Οκτωβρίου\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"Νοεμβρίου\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"Δεκεμβρίου\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Δευ\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Τρι\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Τετ\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Πεμ\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Παρ\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Σαβ\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Κυρ\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Ιαν\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Φεβ\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Μαρ\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Απρ\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"Μάι\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Ιουν\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Ιουλ\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Αυγ\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Σεπ\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Οκτ\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Νοε\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Δεκ\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Προβολή: Αυτόματη\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Προβολή: Εικόνες\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Προβολή: Εικονίδια\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Προβολή: Λίστα\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Σάρωση\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Ταξ.: Όνομα\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Ταξ.: Ημ/νία\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Ταξ.: Μέγεθος\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Όχι\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Ναι\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Παρουσίαση διαφανειών\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Δημιουργία εικονιδίων\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Δημιουργία μικρογραφιών\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Συντομεύσεις\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Παύση\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Αντιγραφή\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Μετακίνηση\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Διαγραφή\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Μετονομασία\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Νέος φάκελος\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Επιβεβαίωση αντιγραφής αρχείου\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Επιβεβαίωση μεταφοράς αρχείου\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Επιβεβαίωση διαγραφής;\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Αντιγραφή αυτών των αρχείων;\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Μετακίνηση αυτών των αρχείων;\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Διαγραφή αυτών των αρχείων; - Τα αρχεία σας θα διαγραφούν οριστικά!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Κατάσταση\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Αντικείμενα\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Γενικά\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Παρουσίαση διαφανειών\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Πληροφορίες συστήματος\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Απεικόνιση\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Άλμπουμ\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Καλλιτέχνες\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Τραγούδια\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Είδος\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Λίστες αναπ/γής\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Αναζήτηση\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Πληροφορίες Συστήματος\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Θερμοκρασίες:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Ώρα:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Τρέχουσα:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Έκδοση:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Δίκτυο:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Τύπος:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Στατική\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"Διεύθυνση MAC\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"Διεύθυνση IP\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Σύνδεσμος:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Μονόδρομη\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Αμφίδρομη\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Αποθήκευση\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Δίσκος\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Ελεύθερος\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Βίντεο\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Ελεύθερη μνήμη\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Κανένας σύνδεσμος\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Ελεύθερα\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Μη διαθέσιμο\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Θύρα δίσκου ανοικτή\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Ανάγνωση\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Δεν υπάρχει δίσκος\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Υπάρχει δίσκος\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Κέλυφος\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Ενεργοποίηση διακομιστή FTP\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Ενεργοποίηση συγχρονισμού ώρας από το Internet\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Ανάλυση\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Προσαρμογή του ρυθμού ανανέωσης για να ταιριάζει με το βίντεο\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Ημερομηνία κυκλοφορίας\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Προβολή των βίντεο με αναλογία 4:3 ως\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Τάσεις\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Στυλ\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Τραγούδι\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Διάρκεια\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Επιλογή άλμπουμ\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Κομμάτια\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Κριτική\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Ανανέωση\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Αναζήτηση άλμπουμ\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"Εντάξει\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Δε βρέθηκαν άλμπουμ!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Επιλογή όλων\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Σάρωση πληροφοριών\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Αποθήκευση\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Τυχαία\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Απαλοιφή\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Σάρωση\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Αναζήτηση...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Δε βρέθηκαν πληροφορίες!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Επιλογή ταινίας:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Εύρεση πληροφοριών %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Φόρτωση πληροφοριών ταινίας\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Σλόγκαν\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Περίληψη πλοκής\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Ψήφοι:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Διανομή ρόλων\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Πλοκή\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Εκτέλεση\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Επόμενο\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Προηγούμενο\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Βαθμονόμηση οθόνης...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Βαθμονόμηση βίντεο...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Απάλυνση εικόνας\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Ποσοστό μεγέθυνσης\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Λόγος εικονοστοιχείων\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"Μονάδα DVD\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Παρακαλώ εισάγετε δίσκο\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Απομακρυσμένος κοινόχρηστος πόρος\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Το δίκτυο είναι αποσυνδεμένο\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Άκυρο\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Ταχύτητα\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Δοκιμή μοτίβων...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Αναζήτηση ονομάτων μουσικών κομματιών από το freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Ανακάτεμα λίστας αναπ/γής κατά τη φόρτωση\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Χρόνος ελάττωσης περιστροφής (Spindown)\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Φίλτρα βίντεο\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Κανένα\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Σημειακό\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Γραμμικό\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Ανισοτροπικό\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussian cubic\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Σμίκρυνση\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Μεγέθυνση\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Εκκαθάριση λίστας αναπ/γής στη λήξη\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Αυτόματη αναπαραγωγή βίντεο DVD\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Αυτόματη αναπαραγωγή βίντεο VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Αυτόματη αναπαραγωγή CD ήχου\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Αυτόματη αναπαραγωγή παιχνιδιών\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Αυτόματη αναπαραγωγή βίντεο\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Αυτόματη αναπαραγωγή μουσικής\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Αυτόματη αναπαραγωγή φωτογραφιών\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Script\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Γλώσσα\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Μουσική\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Απεικόνιση\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Επιλογή φακέλου προορισμού\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Στέρεο έξοδος σ' όλα τα ηχεία\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Αριθμός καναλιών\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- Δέκτης ικανός για αναπαραγωγή DTS\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Ανάκτηση πληροφοριών CD\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Σφάλμα\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Ενεργοποίηση ετικετών ID3\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Άνοιγμα\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Αναμονή για την έναρξη...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Εξαγωγές Script\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Έγκριση ελέγχου του XBMC μέσω HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Εγγραφή\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Διακοπή εγγραφής\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Ταξ.: Τραγούδι\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Ταξ.: Διάρκεια\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Ταξ.: Τίτλος\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Ταξ.: Καλλιτέχνης\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Ταξ.: Άλμπουμ\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"100 κορυφαία\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Επάνω αριστερή προσαρμογή του ορατού πλαισίου\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Κάτω δεξιά προσαρμογή του ορατού πλαισίου\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Θέση υποτίτλων\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Ρύθμιση λόγου εικονοστοιχείων\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Μετακινήστε το βέλος για να αλλάξετε το μέγεθος του ορατού πλαισίου\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Μετακινήστε τη μπάρα για να αλλάξει η θέση των υποτίτλων\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Αλλάξτε το σχήμα ώστε να είναι τέλειο τετράγωνο\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Αδυναμία φόρτωσης των ρυθμίσεων\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Χρήση προεπιλεγμένων ρυθμίσεων\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Παρακαλώ ελέγξτε τα αρχεία XML\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Βρέθηκαν %i αντικείμενα\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Αποτελέσματα αναζήτησης\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Δε βρέθηκαν αποτελέσματα\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Φίλτρο Postprocessing\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Υπότιτλοι\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Γραμματοσειρά\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Μέγεθος\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Δυναμικό εύρος συμπίεσης\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Βίντεο\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Ήχος\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Αναζήτηση για υπότιτλους\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Δημιουργία σελ/κτη\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Εκκαθάριση σελ/κτων\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Καθυστέρηση ήχου\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Σελιδοδείκτες\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- Δέκτης ικανός για αναπαραγωγή AAC \"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- Δέκτης ικανός για αναπαραγωγή MP1\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- Δέκτης ικανός για αναπαραγωγή MP2 \"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- Δέκτης ικανός για αναπαραγωγή MP3\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Καθυστέρηση\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Γλώσσα\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Ενεργό/ή\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Non-interleaved\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Αυτόματη τελική-επεξεργασία\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Κάθετο φίλτρο απεμπλοκής\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Οριζόντιο φίλτρο απεμπλοκής\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Αυτόματη φωτεινότητα/αντίθεση\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=αυτόματα)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Εκκαθάριση βάσης δεδομένων\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Προετοιμασία...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Σφάλμα στη βάση δεδομένων\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Αναζήτηση τραγουδιών...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Επιτυχής εκκαθάριση της βάσης δεδομένων\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Εκκαθάριση τραγουδιών...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Σφάλμα κατά την εκκαθάριση τραγουδιών\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Εκκαθάριση καλλιτεχνών...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Σφάλμα κατά την εκκαθάριση καλλιτεχνών\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Εκκαθάριση ειδών...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Σφάλμα κατά την εκκαθάριση ειδών\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Εκκαθάριση διαδρομών...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Σφάλμα κατά την εκκαθάριση διαδρομών\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Εκκαθάριση άλμπουμ...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Σφάλμα κατά την εκκαθάριση άλμπουμ\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Εγγραφή αλλαγών...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Σφάλμα κατά την εγγραφή αλλαγών\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Αυτό ίσως πάρει λίγο χρόνο...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Συμπίεση βάσης δεδομένων...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Σφάλμα κατά την συμπίεση της βάσης δεδομένων\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Να γίνει εκκαθάριση της συλλογής;\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Εκκαθάριση συλλογής...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Έναρξη\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Μετατροπή δειγματοληψίας\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Έξοδος ήχου\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Αναλογική\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Ψηφιακή\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Διάφοροι καλλιτέχνες\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Έναρξη δίσκου\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Ταινίες\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Προσαρμογή δειγματοληψίας\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Ηθοποιοί\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Έτος\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Εφαρμογές\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Ανενεργό/ή\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Σκίαση\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Μαύρη οθόνη\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Ίχνη πλέγματος\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Χρόνος για προφύλαξη οθόνης\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Λειτουργία προφύλαξης οθόνης\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Χρονοδιακόπτης τερματισμού\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Όλα τα άλμπουμ\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Άλμπουμ που προστέθηκαν πρόσφατα\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Προφύλαξη οθόνης\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Παρουσίαση διαφανειών και των υποφακέλων\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Ποσοστό εξασθένησης της προφύλαξης οθόνης\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Ταξ.: Αρχείο\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Δέκτης με ικανότητα αναπαραγωγής Dolby Digital (AC3)\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Ταξ.: Όνομα\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Ταξ.: Έτος\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Ταξ.: Αξιολόγηση\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Τίτλος\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Καταιγίδες\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Διάσπαρτα\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Κυρίως\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Ηλιοφάνεια\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Νέφη\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Χιόνι\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Βροχή\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Ασθενής\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"π.μ.\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"μ.μ.\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Μπόρες\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Λίγες\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Σποραδικά\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Άνεμος\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Δυνατός\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Ήπιος\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Αίθριος\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Νεφοσκεπής\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Τις πρώτες πρωινές ώρες\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Μπόρα\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Ελαφρές χιονοπτώσεις\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Ελαχ.\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Μεσ.\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Μεγ.\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Ομίχλη\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Ξηρά αχλή\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Επιλογή τοποθεσίας\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Χρόνος ανανέωσης\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Μονάδα θερμοκρασίας\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Μονάδα ταχύτητας\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Ο Καιρός\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Θερμοκρασία\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Αίσθηση ως\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"Δείκτης UV\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Άνεμος\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Σημείο δρόσου\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Υγρασία\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"Από\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"με ένταση\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Προεπιλογές\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Πρόσβαση στην υπηρεσία καιρού\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Ανάκτηση καιρού για:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Αδυναμία λήψης δεδομένων καιρού\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Χειροκίνητα\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Καμιά κριτική για το άλμπουμ\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Λήψη μικρογραφίας...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Μη διαθέσιμος πόρος\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Προβολή: Μεγ. Εικονίδια\"\n\nmsgctxt \"#418\"\nmsgid \"Low\"\nmsgstr \"Ελαχ.\"\n\nmsgctxt \"#419\"\nmsgid \"High\"\nmsgstr \"Μεγ.\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Ενεργοποίηση συλλογής\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Διαγραφή πληροφοριών άλμπουμ\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Διαγραφή πληροφοριών CD\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Επιλογή\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Δε βρέθηκαν πληροφορίες για το άλμπουμ\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Δε βρέθηκαν πληροφορίες για το CD\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Δίσκος\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Εισάγετε το σωστό CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Παρακαλώ, εισάγετε το παρακάτω CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Ταξ.: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Καθόλου λανθάνουσα μνήμη\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Διαγραφή ταινίας από τη συλλογή\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Να διαγραφεί '%s';\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Αφαιρούμενος δίσκος\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Άνοιγμα αρχείου\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Λανθάνουσα μνήμη\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Σκληρός δίσκος\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Τοπικό δίκτυο\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Διαδίκτυο\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Βίντεο\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Ήχος\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Αυτόματη εκτέλεση πολυμέσων\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Ενεργό/ή\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Στήλες\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Διεύθυνση 1ης γραμμής\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Διεύθυνση 2ης γραμμής\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Διεύθυνση 3ης γραμμής\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Διεύθυνση 4ης γραμμής\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Γραμμές\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Μέθοδος\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Αλλαγή προβολής\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Υπότιτλοι\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Ηχητική ροή\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[ενεργό]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Υπότιτλος\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Οπίσθιος φωτισμός\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Φωτεινότητα\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Αντίθεση\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Συντελεστής γάμμα\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Τύπος\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Μετακινήστε τη μπάρα για αλλαγή της θέσης των απεικονίσεων οθόνης (OSD)\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Θέση απεικονίσεων οθόνης (OSD)\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Συντελεστές\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Τσιπάκι\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Ανενεργό/ή\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Μουσική μόνο\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Μουσική & βίντεο\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Αδυναμία φόρτωσης της λίστας αναπ/γής\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"Aπεικονίσεις οθόνης (OSD)\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Κέλυφος & γλώσσα\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Εξατομίκευση\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Ιδιότητες ήχου\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Περί XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Διαγραφή άλμπουμ\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Επανάληψη\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Επανάληψη του ίδιου\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Επανάληψη φακέλου\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Αυτόματη αναπαραγωγή επόμενου κομματιού\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Χρήση Μεγ. εικονιδίων\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Μεγέθυνση υποτίτλων\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Ρυθμίσεις για προχωρημένους!\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Εύρος στάθμης γενικού ήχου\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Αύξηση δειγματοληψίας ανάλυσης σε αυτή του γραφικού περιβάλλοντος (GUI)\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Βαθμονόμηση\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Εμφάνιση επεκτάσεων αρχείων\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Ταξ.: Τύπος\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Αδυναμία σύνδεσης στην υπηρεσία έρευνας\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Απέτυχε η λήψη των πληροφοριών άλμπουμ\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Αναζήτηση για ονόματα άλμπουμ...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Άνοιγμα\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Απασχολημένο\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Κενός\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Φόρτωση πληροφοριών πολυμέσων...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Ταξ.: Χρήση\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Ενεργοποίηση απεικονίσεων\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Ενεργοποίηση εναλλαγής λειτουργίας βίντεο\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Παράθυρο εκκίνησης\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Αρχική οθόνη\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Χειροκίνητες ρυθμίσεις\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Είδος\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Διαχείριση αρχειοθέτησης ως ένα διαφανές αρχείο \"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Πρόσφατα αναπαραχθέντα άλμπουμ\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Εκκίνηση\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Εκκίνηση σε...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Επεξεργασία τίτλου XBE \"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Συνθέσεις\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Αφαίρεση πηγής\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Εναλλαγή πολυμέσων\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Επιλογή λίστας αναπ/γής\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Νέα λίστα αναπ/γής...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Προσθήκη στη λίστα αναπ/γής\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Χειροκίνητη προσθήκη στη συλλογή\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Εισάγετε τίτλο\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Σφάλμα: Διπλότυπος τίτλος\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Επιλογή είδους\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Νέο είδος\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Χειροκίνητη προσθήκη\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Εισαγωγή είδους\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Προβολή: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Λίστα\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Εικονίδια\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Μεγάλη λίστα\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Μεγ. Εικονίδια\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Ευρεία\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Πολύ ευρεία\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Εικον. άλμπουμ\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Εικον. DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Πληροφορίες Πολυμέσων\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Συσκευή εξόδου ήχου\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Συσκευή εξόδου διέλευσης\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Δεν υπάρχει βιογραφία γι' αυτόν τον καλλιτέχνη\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Downmix πολυκάναλου ήχου σε στερεοφωνικό\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Ταξ.: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Όνομα\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Ημερομηνία\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Μέγεθος\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Κομμάτι\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Διάρκεια\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Τίτλος\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Καλλιτέχνης\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Άλμπουμ\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Λίστα αναπαραγωγής\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Αρχείο\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Έτος\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Αξιολόγηση\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Τύπος\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Χρήση\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Καλλιτέχνης Άλμπουμ\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Αναπαράχθηκε\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Τελευταία αναπαραγωγή\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Σχόλια\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Ημ/νία προσθήκης\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Προεπιλεγμένη\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Στούντιο\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Διαδρομή\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Χώρα\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"Σε εξέλιξη\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Σειρά ταξινόμησης\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Μέθοδος ταξινόμησης\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Τύπος Προβολής\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Απομνημόνευση προβολών διαφορετικών φακέλων\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Αύξουσα\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Φθίνουσα\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Επεξεργασία λίστας αναπ/γής\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Φίλτρο\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Ακύρωση λειτουργίας party\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Λειτουργία party\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Τυχαίο\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Όχι\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Ένα\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Όλα\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Όχι\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Επανάληψη: Όχι\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Επανάληψη: Το ίδιο\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Επανάληψη: Όλα\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Αντιγραφή CD ήχου\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Μεσαία\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Κανονική\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Ακραία\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Σταθερό bitrate\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Αντιγραφή...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Προς:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Αδυναμία αντιγραφής CD ή τραγουδιού\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"Δεν ορίσθηκε διαδρομή αντιγραφής CDDA.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Αντιγραφή τραγουδιού\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Εισαγωγή αριθμού\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"CD ήχου\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Κωδικοποιητής\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Ποιότητα\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bitrate\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Συμπερίληψη αριθμού τραγουδιού\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Όλα τα τραγούδια\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Τύπος Προβολής\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Φυσιολογικό\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Μεγέθυνση\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Επέκταση 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Παραμόρφωση 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Επέκταση 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Κανονικό μέγεθος\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Προσαρμογή\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Ενίσχυση ήχου\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Προσαρμογή έντασης ενίσχυσης ήχου\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Σε επίπεδο τραγουδιού\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Σε επίπεδο άλμπουμ\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Ένταση Προενισχυτή - Στα ήδη ενισχυμένα αρχεία\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Ένταση Προενισχυτή - Στα μη ενισχυμένα αρχεία\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Αποφυγή μείωσης της έντασης ενίσχυσης\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Αποκοπή μαύρων μπαρών\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Μεγάλο αρχείο προς αποσυμπίεση. Συνέχεια;\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Αφαίρεση από τη συλλογή\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Εξαγωγή συλλογής βίντεο\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Εισαγωγή συλλογής βίντεο\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Εισαγωγή\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Εξαγωγή\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Αναζήτηση συλλογής\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Έτος\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Ενημέρωση συλλογής\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Επίδειξη σφαλμάτων\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Αναζήτηση εκτελέσιμου\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Αναζήτηση λίστας αναπ/γής\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Αναζήτηση φακέλου\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Πληροφορίες τραγουδιού\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Ενίσχυση έντασης\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Επιλογή φακέλου εξαγωγής\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Αυτό το αρχείο δεν είναι πλέον διαθέσιμο.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Να αφαιρεθεί από τη συλλογή;\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Αναζήτηση Script\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Επίπεδο συμπίεσης\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Εκκαθάριση συλλογής\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Απομάκρυνση παλαιών τραγουδιών από τη συλλογή\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Η διαδρομή έχει σαρωθεί παλαιότερα\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Δίκτυο\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Διακομιστής\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"Θύρα διακομιστή μεσολάβησης HTTP\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Χρήση διακομιστή μεσολάβησης HTTP για πρόσβαση στο Διαδίκτυο\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"Όνομα χρήστη διακομιστή μεσολάβησης HTTP\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"Κωδικός πρόσβασης διακομιστή μεσολάβησης HTTP\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Πρωτόκολλο Internet (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Ορίστηκε λάθος θύρα. Η τιμή πρέπει να είναι μεταξύ 1 και 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"Διακομιστής μεσολάβησης HTTP\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Εκχώρηση\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Αυτόματη (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Χειροκίνητη (Στατική)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Προεπιλεγμένη (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- Διεύθυνση IP\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Μάσκα δικτύου\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Προεπιλεγμένη πύλη\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- Διακομιστή DNS\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Αποθήκευση & επανεκκίνηση\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Ορίστηκε λάθος διεύθυνση. Πρέπει να έχει τη μορφή AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"με τιμές μεταξύ 0 και 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Οι αλλαγές δεν αποθηκεύτηκαν. Συνέχεια χωρίς αποθήκευση;\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Διακομιστής Ιστού\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"Διακομιστής FTP\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Ώρα από το Internet\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Θύρα\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Διακομιστής συγχρονισμού ώρας\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Αποθήκευση & εφαρμογή\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Κωδικός πρόσβασης\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Χωρίς κωδικό\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Κωδικοποίηση χαρακτήρων\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Στυλ\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Χρώμα\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Κανονικά\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Έντονα\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Πλάγια\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Πλάγια έντονα\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Λευκό\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Κίτρινο\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Αρχεία\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Καμία πληροφορία για αυτήν την προβολή\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Απενεργοποιήστε τη λειτουργία συλλογής\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Σφάλμα κατά τη φόρτωση της εικόνας\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Επεξεργασία διαδρομής\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Kατοπτρική εικόνα\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Είστε σίγουρος;\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Αφαίρεση πηγής\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Προσθήκη συνδέσμου εφαρμογής\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Επεξεργασία διαδρομής εφαρμογής\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Επεξεργασία ονόματος εφαρμογής\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Επεξεργασία βάθους διαδρομής\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Προβολή: Μεγάλη λίστα\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Κίτρινο\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Λευκό\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Μπλε\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Έντονο πράσινο\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Κιτρινοπράσινο\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Κυανό\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Ανοικτό γκρι\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Γκρι\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Σφάλμα %i: ο κοινόχρηστος πόρος δεν είναι διαθέσιμος\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Αυτόματο όριο Fatx\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Έξοδος ήχου\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Αναζήτηση\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Φάκελος παρουσίασης διαφανειών\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Διασύνδεση δικτύου\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Όνομα ασύρματου δικτύου (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Κωδικός πρόσβασης ασύρματου δικτύου\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Ασφάλεια ασύρματου δικτύου\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Αποθήκευση και εφαρμογή των ρυθμίσεων διασύνδεσης\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Χωρίς κρυπτογράφηση\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Εφαρμογή των ρυθμίσεων διασύνδεσης δικτύου. Παρακαλώ περιμένετε.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Επιτυχής επανεκκίνηση της διασύνδεσης δικτύου.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Δεν ήταν επιτυχής η εκκίνηση της διασύνδεσης δικτύου.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Απενεργοποίηση Διασύνδεσης\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Η διασύνδεση δικτύου απενεργοποιήθηκε επιτυχώς.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Όνομα ασύρματου δικτύου (ESSID)\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Διακομιστής συμβάντων\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Έγκριση σε προγράμματα του συστήματος να ελέγχουν το XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Θύρα\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Εύρος θυρών\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Έγκριση σε προγράμματα άλλων συστημάτων να ελέγχουν το XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Αρχική καθυστέρηση (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Συνεχής καθυστέρηση (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Μέγιστος αριθμός πελατών\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Πρόσβαση στο Διαδίκτυο\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Εισαγωγή μη έγκυρης τιμής θύρας\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Το έγκυρο εύρος θυρών είναι 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Το έγκυρο εύρος θυρών είναι 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Επισκόπηση προφύλαξης οθόνης\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Αδυναμία σύνδεσης\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"Το XBMC δεν μπόρεσε να συνδεθεί στην τοποθεσία δικτύου.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Αυτό μπορεί να συνέβη διότι το δίκτυο δεν είναι συνδεδεμένο.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Θέλετε παρ' όλα αυτά να το προσθέσετε;\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"Διεύθυνση IP\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Προσθήκη τοποθεσίας δικτύου\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Πρωτόκολλο\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Διεύθυνση διακομιστή\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Όνομα διακομιστή\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Απομακρυσμένη διαδρομή\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Κοινόχρηστος φάκελος\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Θύρα\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Όνομα χρήστη\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Αναζήτηση δικτυακού διακομιστή\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Εισαγωγή της δικτυακής διεύθυνσης του διακομιστή\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Εισαγωγή της διαδρομής του διακομιστή\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Εισαγωγή του αριθμού θύρας\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Εισαγωγή του ονόματος χρήστη\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Προσθήκη πηγής %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Εισαγωγή διαδρομών ή αναζήτηση τοποθεσιών πολυμέσων.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Εισαγωγή ονόματος για την πηγή πολυμέσων.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Αναζήτηση νέου κοινόχρηστου πόρου\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Αναζήτηση\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Δεν ήταν δυνατόν να ανακτηθούν οι πληροφορίες καταλόγου.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Προσθήκη πηγής\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Επεξεργασία πηγής\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Επεξεργασία πηγής %s\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Εισαγωγή νέας ετικέτας\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Αναζήτηση εικόνας\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Αναζήτηση φακέλου εικόνων\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Προσθήκη τοποθεσίας δικτύου...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Αναζήτηση αρχείου\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Υπομενού\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Ενεργοποίηση πλήκτρων υπομενού\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Αγαπημένα\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Επεκτάσεις βίντεο\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Επεκτάσεις μουσικής\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Επεκτάσεις εικόνας\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Φόρτωση φακέλου\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Ανακτήθηκαν %i αντικείμενα\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Ανακτήθηκαν %i από τα %i αντικείμενα\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Επεκτάσεις εφαρμογής\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Ορισμός πρόσθετου σελιδοδείκτη\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Ρυθμίσεις επέκτασης\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Σημεία πρόσβασης\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Άλλα...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Όνομα χρήστη\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Ρυθμίσεις script\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Μεμονωμένα\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"Πελάτης SMB\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Ομάδα Εργασίας\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Προεπιλεγμένο όνομα χρήστη\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Προεπιλεγμένος κωδικός πρόσβασης\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"Διακομιστής WINS\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Προσάρτηση κοινόχρηστων SMB\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Αφαίρεση\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Μουσική\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Βίντεο\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Εικόνες\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Αρχεία\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Μουσική & βίντεο \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Μουσική & εικόνες\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Μουσική & αρχεία\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Βίντεο & εικόνες\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Βίντεο & αρχεία\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Εικόνες & αρχεία\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Μουσική & βίντεο & εικόνες\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Μουσική & βίντεο & εικόνες & αρχεία\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Ανενεργό/ή\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Αρχεία & μουσική & βίντεο\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Αρχεία & εικόνες & μουσική\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Αρχεία & εικόνες & βίντεο\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Μουσική & εφαρμογές\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Βίντεο & εφαρμογές\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Εικόνες & εφαρμογές\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Μουσική & βίντεο & εικόνες & εφαρμογές\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Εφαρμογές & βίντεο & μουσική\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Εφαρμογές & εικόνες & μουσική\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Εφαρμογές & εικόνες & βίντεο\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"Όνομα χρήστη FTP\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"Κωδικός πρόσβασης FTP\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Ο Κωδικός πρόσβασης έχει ορισθεί επιτυχώς\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Αυτόματος εντοπισμός\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Αυτόματος εντοπισμός συστήματος\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Ψευδώνυμο\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Να απαιτείται επιβεβαίωση για να συνδεθεί\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Αποστολή ονόματος και κωδικού πρόσβασης χρήστη (FTP) \"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Διάστημα μεταλλικού θορύβου\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Να συνδεθείτε στο συστήμα που εντοπίστηκε;\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Αναγγελία αυτών των υπηρεσιών σε άλλα συστήματα μέσω του Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Ειδική συσκευή ήχου\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Ειδική συσκευή διέλευσης\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Μετακινούμενο\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"και\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Παγωνιά\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Το βράδυ\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Τοπικά\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Μπόρες (με κεραυνούς)\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Κεραυνοί\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Ήλιος\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Έντονη\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"μέσα\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"στο\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Εγγύτητα\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Πάγος\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Κρύσταλλοι\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Άπνοια\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"με\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"θυελλώδης\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"ασθενής βροχή\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Καταιγίδα\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Ασθενής βροχή\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Ομιχλώδης\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Κόκκοι\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"Καταιγίδες (με κεραυνούς) \"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"Μπόρες (με κεραυνούς)\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Απενεργοποίηση οθόνης κατά την αναμονή\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Διάρκεια\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Αποτυχία script! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Ενεργοποίηση LCD/VFD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Αρχική\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Εφαρμογές\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Εικόνες\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Διαχείριση αρχείων\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Ρυθμίσεις\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Μουσική\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Βίντεο\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Πληροφορίες συστήματος\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Ρυθμίσεις - Γενικά\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Ρυθμίσεις - Οθόνη\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Ρυθμίσεις - Εξατομίκευση - Βαθμονόμηση γραφικού περιβάλλοντος (GUI)\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Ρυθμίσεις - Βίντεο - Βαθμονόμηση Οθόνης\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Ρυθμίσεις - Εικόνες\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Ρυθμίσεις - Εφαρμογές\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Ρυθμίσεις - Καιρός\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Ρυθμίσεις - Μουσική\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Ρυθμίσεις - Σύστημα\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Ρυθμίσεις - Βίντεο\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Ρυθμίσεις - Δίκτυο\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Ρυθμίσεις - Εξατομίκευση\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Script\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Βίντεο/Λίστα Αναπ/γής\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Ρυθμίσεις - Προφίλ\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Διάλογος Ναι/Όχι\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Διάλογος διαδικασίας\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Αναζήτηση για υπότιτλους...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Προσωρινή αποθήκευση υποτίτλων...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"τερματισμός\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"αποθήκευση\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Άνοιγμα ροής\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Μουσική/Λίστα Αναπ/γής\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Μουσική/Αρχεία\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Μουσική/Συλλογή\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Επεξεργασία λίστας αναπ/γής\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"100 κορυφαία τραγούδια\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"100 κορυφαία άλμπουμ\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Εφαρμογές\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Διαμόρφωση\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Πρόγνωση καιρού\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Δικτυακό παιχνίδι\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Επεκτάσεις\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Πληροφορίες συστήματος\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Μουσική - Συλλογή\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Τώρα Εκτελείται - Μουσική\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Τώρα Εκτελείται - Βίντεο\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Πληροφορίες άλμπουμ\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Πληροφορίες ταινίας\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Επιλογή διαλόγου\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Μουσική/Πληροφορίες\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Διάλογος OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Βίντεο/Πληροφορίες\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Script/Πληροφορίες\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Βίντεο πλήρους οθόνης\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Απεικόνιση μουσικής\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Διάλογος στοιβαγμένου αρχείου\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Ανακατασκευή περιεχομένων...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Επιστροφή στη μουσική\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Επιστροφή στα βίντεο\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Ενημέρωση λίστας εκπαιδευτών\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Εκπαιδευτής\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Δεν βρέθηκαν εκπαιδευτές\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Ρυθμίσεις εκπαιδευτή\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Όλοι οι Εκπαιδευτές λείπουν. Ενημερώστε τη λίστα σας.\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Επανεκκίνηση από τη τελευταία θέση αναπαραγωγής\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Όχι\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Ναι\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Ερώτηση\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Εκκίνηση από την αρχή\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Συνέχιση από %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Επικύρωση υπαρχόντων εκπαιδευτών...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Επιλογή\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Κλειδώθηκε! Εισαγωγή κωδικού...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Εισαγωγή κωδικού πρόσβασης\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Εισαγωγή κεντρικού κωδικού\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Εισάγετε κωδικό ξεκλειδώματος\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"ή πιέστε C για ακύρωση\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Εισάγετε συνδυασμό πλήκτρων (combo) και\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"πατήστε Start, ή Back για ακύρωση\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Ορισμός κλειδώματος\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Ξεκλείδωμα\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Επανατοποθέτηση κλειδώματος\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Αφαίρεση κλειδώματος\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Αριθμητικός κωδικός πρόσβασης\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Συνδυασμός πλήκτρων (combo) του μοχλού\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Κωδικός πρόσβασης πλήρους κειμένου\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Εισαγωγή νέου κωδικού πρόσβασης\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Επανεισαγωγή νέου κωδικού πρόσβασης\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Λάθος κωδικός πρόσβασης,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"δοκιμές έμειναν \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Οι κωδικοί δεν ταιριάζουν.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Δεν επιτρέπεται η πρόσβαση\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Οι προσπάθειες εισαγωγής κωδικού εξαντλήθηκαν.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Το συστήμα τώρα θα απενεργοποιηθεί.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Το αντικείμενο κλειδώθηκε\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Επανενεργοποίηση κλειδώματος\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Αλλαγή κλειδώματος\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Κλείδωμα πηγής\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Το πεδίο του κωδικού ήταν κενό. Δοκιμάστε ξανά.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Κεντρικό κλείδωμα\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Απενεργοποίηση συστήματος όταν εξαντληθούν οι προσπάθειες εισόδου\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Ο κεντρικός κωδικός δεν είναι έγκυρος\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Παρακαλώ εισάγετε έναν έγκυρο κεντρικό κωδικό\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Ρυθμίσεις & διαχείριση αρχείων\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Ορισμός ως προεπιλογή για όλες τις ταινίες\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Θα διαγραφούν όλες οι αποθηκευμένες τιμές\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Χρονικό διάστημα προβολής κάθε εικόνας\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Εφέ προσαρμογής αναλογιών σήματος (pan & zoom)\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Αναπαραγωγή NTSC βίντεο σε PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Αναπαραγωγή PAL βίντεο σε NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Αναπαραγωγή NTSC βίντεο σε PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"Ρολόι 12 ωρών\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"Ρολόι 24 ωρών\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Μέρα/Μήνας\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Μήνας/Μέρα\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Χρόνος λειτουργίας συστήματος\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Λεπτά\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Ώρες\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Μέρες\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Συνολικός χρόνος λειτουργίας\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Καιρός\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Προφύλαξη οθόνης\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Απεικονίσεις πλήρους οθόνης (OSD)\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Σύστημα\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Άμεση ελάττωση περιστροφής (Spindown)\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Βίντεο μόνο\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Καθυστέρηση\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Ελάχιστη διάρκεια αρχείου\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Τερματισμός\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Εκκινητής\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Χρήση προσαρμοσμένης διαδρομής εκκινητή\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Λειτουργία τερματισμού\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Έξοδος\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Αδρανοποίηση\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Αναστολή\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Έξοδος\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Επανεκκίνηση\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Ελαχιστοποίηση\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Λειτουργία πλήκτρου τροφοδοσίας\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Είναι ενεργή άλλη συνεδρία, ίσως μέσω ssh;\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Προσαρτήθηκε αφαιρούμενος δίσκος\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Μη ασφαλής αφαίρεση συσκευής\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Η συσκευή αφαιρέθηκε επιτυχώς\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Συνδέθηκε χειριστήριο\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Αποσυνδέθηκε χειριστήριο\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Φίλτρο Flicker (τρεμόπαιγμα οθόνης)\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Αφήστε τον οδηγό να επιλέξει (απαιτεί επανεκκίνηση)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Κατακόρυφος χρονισμός\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Ανενεργός\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Ενεργός κατά την αναπαραγωγή βίντεο\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Πάντα ενεργός\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Δοκιμή & εφαρμογή ανάλυσης\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Αποθήκευση ανάλυσης;\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Θέλετε να διατηρήσετε αυτή την ανάλυση;\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Υψηλής ποιότητας upscaling\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Ανενεργό\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Ενεργό για περιεχόμενο SD\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Πάντα ενεργό\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Μέθοδος upscaling\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU HQ επίπεδο Upscaling\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU Μετατροπή στάθμης χρώματος\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Κενό σε άλλες οθόνες\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Ανενεργή\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Κενές οθόνες\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Έχουν ανιχνευτεί ενεργές συνδέσεις!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Αν συνεχίσετε, μπορεί να χάσετε τον έλεγχο του XBMC.\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"Να διακοπεί η λειτουργία του απομακρυσμένου διακομιστή συμβάντων;\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Αλλαγή λειτουργίας του Χειριστηρίου Apple;\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Εάν χρησιμοποιείτε τώρα το Χειριστήριο Apple για να\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"ελέγχετε το XBMC, η αλλαγή αυτής της ρύθμισης θα επηρεάσει\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"την ικανότητα ελέγχου του. Θέλετε να συνεχίσετε;\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"Κλειδί\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"Θερμοκρασία\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"Μοντέλο\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"Έκδοση υλικού\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"Μοντέλο\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"Σειριακός αριθμός\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"Έκδοση υλικού\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"Κωδικός πρόσβασης\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"Κατάσταση\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Μάσκα Υποδικτύου\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Πύλη\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Πρωτεύον DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Η αναγνώριση απέτυχε\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Χειριστήριο\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Πληκτρολόγιο\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Ποντίκι\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Μικρόφωνο\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Ειδική μνήμη\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Τηλεχειριστήριο\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Ελεγκτής εισόδου\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Ποτέ\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Αμέσως\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Μετά από %i δευτ.\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Ημερομηνία εγκατάστασης HDD:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Πλήθος κύκλων ενέργειας HDD:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Προφίλ\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Διαγραφή προφίλ '%s';\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Προηγούμενο προφίλ:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Άγνωστο\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Αντικατάσταση\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Ξυπνητήρι\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Διάρκεια κουδουνισμού (σε λεπτά)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Εκκίνηση ξυπνητηριού σε %i λεπτά\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Συναγερμός!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Ακυρώθηκε %im%is απέμειναν\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Αναζήτηση υποτίτλων σε RAR\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Αναζήτηση για υπότιτλο...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Μετακίνηση αντικειμένου\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Μετακίνηση αντικειμένου εδώ\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Ακύρωση μετακίνησης\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Υλικό:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Χρήση CPU:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Συνδέθηκε, αλλά δεν υπάρχει διαθέσιμη DNS.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Σκληρός δίσκος\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Μέσα αποθήκευσης\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Προεπιλογή\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Δίκτυο\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Βίντεο\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Υλικό\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Λειτουργικό σύστημα:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Ταχύτητα CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Εντοπισμένο BIOS\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Κωδικοποιητής βίντεο:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Ανάλυση οθόνης:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Έκδοση Xbox\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Σειριακός αριθμός Xbox\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Κατασκευαστής Xbox\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Τσιπάκι\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Καλώδιο A/V:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Περιοχή βίντεο & XBE\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"Περιοχή DVD:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Διαδίκτυο:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Συνδέθηκε\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Δε συνδέθηκε. Ελέγξτε τις ρυθμίσεις δικτύου.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Κλειδί Xbox Live:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Επιθυμητή θερμοκρασία\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Ταχύτητα ανεμιστήρα\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Αυτόματος έλεγχος θερμοκρασίας\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Παράκαμψη ταχύτητας ανεμιστήρα\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Γραμματοσειρές\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Ενεργοποίηση αμφίδρομης κατεύθυνσης\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Εμφάνιση ροής τίτλων ειδήσεων (RSS)\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Εμφάνιση περιεχομένων αρχικού φακέλου\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Πρότυπο ονομασίας τραγουδιών\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Επιθυμείτε επανεκκίνηση του συστήματος\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"και όχι μόνο του XBMC;\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Εφέ μεγέθυνσης\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Εφέ κίνησης\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Ελαχιστοποίηση μαύρης μπάρας\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Επανεκκίνηση\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Βαθμιαία εξασθένιση μεταξύ των τραγουδιών\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Επαναδημιουργία μικρογραφιών\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Μικρογραφίες και σε υποφακέλους\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Παρουσίαση διαφανειών\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Παρουσίαση διαφανειών και των υποφακέλων\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Τυχαία διάταξη\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Στερεοφωνικά\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Αριστερό μόνο\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Δεξί μόνο\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Ενεργοποίηση υποστήριξης καραόκε\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Διαφάνεια υποβάθρου\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Διαφάνεια προσκηνίου\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Καθυστέρηση A/V\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Καραόκε\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"Το %s δε βρέθηκε\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Σφάλμα κατά το άνοιγμα του %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Αδυναμία φόρτωσης %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Σφάλμα: Έλλειψη μνήμης\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Μετακίνηση πάνω\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Μετακίνηση κάτω\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Επεξεργασία ετικέτας\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Να γίνει προεπιλογή\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Απαλοιφή πλήκτρου\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Εμπρόσθια λυχνία\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Χρώμα εμπρόσθιας λυχνίας\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Να μείνει ως έχει\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Πράσινο\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Πορτοκαλί\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Κόκκινο\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Κύκλος\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Απενεργοποίηση λυχνίας (LED) κατά την αναπαραγωγή\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Πληροφορίες ταινίας\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Αντικείμενο σε αναμονή\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Αναζήτηση στο IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Έρευνα για νέο περιεχόμενο\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Τώρα εκτελείται...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Πληροφορίες άλμπουμ\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Σάρωση αντικειμένου στη συλλογή\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Διακοπή σάρωσης\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Μέθοδος απόδοσης\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Χαμηλής ποιότητας σκίαση pixel\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Επικαλύψεις υλικού\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Υψηλής ποιότητας σκίαση pixel\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Αναπαραγωγή αντικειμένου\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Ορισμός μικρογραφίας καλλιτέχνη\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Αυτόματη δημιουργία μικρογραφιών\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Ενεργοποίηση φωνής\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Ενεργοποίηση συσκευής\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Ένταση\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Προεπιλεγμένος τύπος προβολής\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Προεπιλεγμένη φωτεινότητα\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Προεπιλεγμένη αντίθεση\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Προεπιλεγμένος συντελεστής γάμμα\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Συνέχιση βίντεο\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Μάσκα φωνής - Θύρα 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Μάσκα φωνής - Θύρα 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Μάσκα φωνής - Θύρα 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Μάσκα φωνής - Θύρα 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Αναζήτηση βάσει χρόνου\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Πρότυπο ονομασίας τραγουδιών - δεξιά\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Προρύθμιση\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Δεν υπάρχουν διαθέσιμα προκαθορισμένα\\nγι' αυτή την απεικόνιση\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Δεν υπάρχουν διαθέσιμες ρυθμίσεις\\nγι' αυτή την απεικόνιση\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Εξαγωγή/Φόρτωση\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Χρήση απεικονίσεων κατά την αναπαραγωγή ήχου\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Υπολογισμός μεγέθους\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Υπολογισμός μεγέθους φακέλου\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Ρυθμίσεις βίντεο\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Ρυθμίσεις ήχου/υποτίτλων\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Ενεργοποίηση υποτίτλων\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Συντομεύσεις\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Να αγνοούνται τα άρθρα κατά την ταξινόμηση (π.χ. το \\\"The\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Βαθμιαία εξασθένιση μεταξύ τραγουδιών του ίδιου άλμπουμ\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Αναζήτηση για %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Εμφάνιση της θέσης του τραγουδιού\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Απαλοιφή προεπιλογών\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Συνέχιση\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Λήψη μικρογραφίας\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Πληροφορίες εικόνας\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s προρυθμίσεις\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(Αξιολόγηση IMDb)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"250 κορυφαία\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Συντονισμός στο Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Ελάχιστη ταχύτητα ανεμιστήρα\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Λήψη\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Συμπερίληψη καλλιτεχνών που εμφανίζονται μόνο σε συνθέσεις\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Μέθοδος απόδοσης\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Αυτόματη ανίχνευση\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Στοιχειώδεις σκιαστές (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Προηγμένοι σκιαστές (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Λογισμικό\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Ασφαλής κατάργηση\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Παρουσίαση διαφανειών από εδώ\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Απομνημόνευση για αυτή τη διαδρομή\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Χρήση αντικειμένων προσωρινής μνήμης pixel\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Μέθοδος συγχρονισμού A/V\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Χρονισμός ήχου\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Χρονισµός βίντεο (εις βάρος του ήχου)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Χρονισμός βίντεο (εκ νέου δειγματοληψία ήχου)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Μέγιστο ποσοστό επανάληψης δειγματοληψίας (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Ποιότητα επανάληψης δειγματοληψίας\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Χαμηλή(γρήγορη)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Μεσαία\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Υψηλή\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Πραγματικά υψηλή(αργή!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Συγχρονισμός αναπαραγωγής ήχου με οθόνη\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Χειριστήριο Apple\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Έγκριση έναρξης του XBMC μέσω του χειριστηρίου\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Χρόνος καθυστέρησης ακολουθίας\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Ανενεργή\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Τυπική\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Τηλεχειριστήριο γενικής χρήσης\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Τηλεχειριστήριο Multi (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Σφάλμα Χειριστηρίου Apple\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Αδυναμία υποστήριξης συσκευής (Apple Remote).\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Στοίβαγμα\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Σκόρπισμα\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Λήψη αρχείου λίστας αναπ/γής...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Λήψη λίστας ροής πολυμέσων...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Ανάλυση λίστας ροής πολυμέσων...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Αποτυχία λήψης λίστας ροής πολυμέσων\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Αποτυχία λήψης αρχείου λίστας αναπ/γής\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Κατάλογος παιχνιδιών\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Αυτόματη εναλλαγή σε μικρογραφίες βάσει\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Ενεργοποίηση αυτόματης εναλλαγής στην προβολή μικρογραφιών\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Χρήση μεγάλων εικονιδίων\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Εναλλαγή βάσει\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Ποσοστό\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Καθόλου αρχεία και τουλάχιστον μία μικρογραφία\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Τουλάχιστον ένα αρχείο και μία μικρογραφία\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Ποσοστό μικρογραφιών\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Επιλογές προβολής\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Αλλαγή κωδικού 1ης περιοχής\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Αλλαγή κωδικού 2ης περιοχής\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Αλλαγή κωδικού 3ης περιοχής\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Συλλογή\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Χωρίς τηλεόραση\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Η κοντινότερη μεγάλη πόλη\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Συνολική λανθάνουσα μνήμη - Σκληρός δίσκος\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Λανθάνουσα μνήμη βίντεο - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Τοπικό δίκτυο\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Λανθάνουσα μνήμη ήχου - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Τοπικό δίκτυο\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"Λανθάνουσα μνήμη DVD - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Τοπικό δίκτυο\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Υπηρεσίες\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Οι ρυθμίσεις του δικτύου άλλαξαν\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"Το XBMC πρέπει να επανεκκινηθεί για να αλλάξουν\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"οι ρυθμίσεις δικτύου. Να γίνει επανεκκίνηση;\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Post Processing\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Τερματισμός κατά την αναπαραγωγή\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i λεπτά\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i δευτ.\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Μορφή Ώρας\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Μορφή Ημ/νίας\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Φίλτρα Περιβάλλοντος Εργασίας (GUI)\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Σάρωση στο παρασκήνιο\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Διακοπή σάρωσης\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Δεν είναι εφικτό κατά τη σάρωση πληροφοριών πολυμέσων\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Εφέ Film Grain\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Έρευνα στους κοινόχρηστους πόρους για μικρογραφίες\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Άγνωστος τύπος λανθάνουσας μνήμης - Διαδίκτυο\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Αυτόματο/η\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Εισάγετε όνομα χρήστη για\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Ημερομηνία & ώρα\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Ορισμός ημ/νίας\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Ορισμός ώρας\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Εισάγετε την ώρα σε 24ωρη μορφή ΩΩ:ΛΛ\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Εισάγετε την ημ/νία σε μορφή ΗΗ/MM/ΕΤΟΣ\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Εισάγετε την διεύθυνση ΙP\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Εφαρμογή αυτών των ρυθμίσεων τώρα;\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Εφαρμογή ρυθμίσεων τώρα\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Να επιτρέπεται η μετονομασία και η διαγραφή αρχείων\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Ορισμός ζώνης ώρας\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Ενεργοποίηση θερινής ώρας\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Προσθήκη στα αγαπημένα\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Αφαίρεση από τα αγαπημένα\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Χρώματα\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Ζώνη ώρας χώρας\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Ζώνη ώρας\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Λίστες αρχείων\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Εμφάνιση πληροφοριών εικόνας (EXIF)\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Χρήση μεγιστοποιημένου παραθύρου αντί πλήρους οθόνης\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Επιλεγμένα τραγούδια στη λίστα αναμονής\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Αυτόματη αναπαραγωγή CDs ήχου\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Αναπαραγωγή\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Αυτόματη αναπαραγωγή DVD\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Γραμματοσειρά υποτίτλων\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Διεθνοποίηση\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Κωδικοποίηση χαρακτήρων\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Καταγραφή σφαλμάτων\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Ασφάλεια\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Συσκευές εισόδου\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Εξοικονόμηση ενέργειας\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Αφαίρεση\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Παιχνίδια\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Προσθήκη\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Κωδικός πρόσβασης\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Συλλογή\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Βάση δεδομένων\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Όλα τα άλμπουμ\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Όλοι οι καλλιτέχνες\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Όλα τα τραγούδια\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Όλα τα είδη\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Aποθήκευση...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Ήχοι πλοήγησης\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Προεπιλογή κελύφους\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Θέμα\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Προεπιλεγμένο Θέμα\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Αποστολή τραγουδιών στο Last.FM\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Όνομα χρήστη Last.FM\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Κωδικός πρόσβασης Last.FM\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Αδύνατη η χειραψία: σε αδράνεια... \"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Παρακαλώ, αναβαθμίστε το XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Απέτυχε η εξακρίβωση. Ελέγξτε το όνομα χρήστη και τον κωδικό πρόσβασης\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Συνδεμένο\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Αποσυνδεμένο\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Αποστολή διαστήματος %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"%i τραγούδια στη λανθάνουσα μνήμη\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Αποστολή...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Αποστολή σε %i δευτ.\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Άνοιγμα με...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Χρήση συγχρονισμού Smoothed A/V\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Απόκρυψη ονομάτων αρχείων στις Μικρογραφίες\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Εκτέλεση σε λειτουργία party\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Υποβολή τραγουδιών στο Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Όνομα χρήστη (Libre.fm)\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Κωδικός πρόσβασης (Libre.fm)\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Υποβολή αιτήματος τραγουδιού\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Αποστολή Last.fm radio στο Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Σύνδεση με Last.FM...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Επιλογή σταθμού...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Αναζήτηση παρόμοιων καλλιτεχνών...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Αναζήτηση παρόμοιων ετικετών...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Το προφίλ σας (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Γενικές κορυφαίες ετικέτες\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Κορυφαίοι καλλιτέχνες για την ετικέτα %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Κορυφαία άλμπουμ για την ετικέτα %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Κορυφαία κομμάτια για την ετικέτα %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Ακρόαση της ετικέτας %name% στο Last.FM radio\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Παρόμοιοι καλλιτέχνες όπως ο %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"%name% κορυφαία άλμπουμ\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"%name% κορυφαία κομμάτια\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"%name% κορυφαίες ετικέτες\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Οι μεγαλύτεροι θαυμαστές του %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Ακρόαση θαυμαστών του %name% στο Last.FM radio\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Ακρόαση παρόμοιων καλλιτεχνών με τον %name% στο Last.FM radio\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Οι καλύτεροι καλλιτέχνες του χρήστη %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Τα καλύτερα άλμπουμ του χρήστη %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Τα καλύτερα κομμάτια του χρήστη %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Φίλοι του χρήστη %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Γείτονες του χρήστη %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Εβδομαδιαίο chart καλλιτέχνη του %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Εβδομαδιαίο chart άλμπουμ του %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Εβδομαδιαίο chart κομματιού του %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Ακρόαση των γειτόνων του  %name% στο Last.FM radio\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Ακρόαση των προσωπικών του %name% στο Last.FM radio\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Ακρόαση των αγαπημένων του %name%  στο Last.FM radio\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Ανάκτηση λίστας από Last.FM...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Αδύνατη η ανάκτηση λίστας από Last.FM...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Εισάγετε ένα όνομα καλλιτέχνη\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Εισάγετε μία ετικέτα για να βρείτε τα παρόμοια\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Κομμάτια που ακούστηκαν πρόσφατα από τον %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Ακρόαση των προτιμήσεων του %name% στο Last.FM radio\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Κορυφαίες ετικέτες για τον χρήστη %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Να προστεθεί το παρόν κομμάτι στα  αγαπημένα σας;\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Να αποκλειστεί το παρόν κομμάτι;\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Προσθήκη στα αγαπημένα σας κομμάτια: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Δεν προστέθηκε το '%s' στα Αγαπημένα σας.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Αποκλεισμένα: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Να μην αποκλειστεί '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Πρόσφατα αγαπημένα κομμάτια από %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Πρόσφατες αναγγελίες από %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Αφαιρέθηκε από τα αγαπημένα σας\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Αποδεκτό\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Να αφαιρεθεί το παρόν κομμάτι από τα  αγαπημένα σας;\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Να μην αποκλειστεί το παρόν κομμάτι;\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Η διαδρομή δε βρέθηκε\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Απέτυχε η σύνδεση με το διακομιστή δικτύου\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Δεν βρέθηκαν διακομιστές\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Δεν βρέθηκε η ομάδα εργασίας\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Άνοιγμα πηγής πολλαπλών διαδρομών\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Διαδρομή:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Γενικά\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Ρύθμιση υλικού ήχου...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Έρευνα στο Διαδίκτυο\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Αναπαραγωγή\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Αναπαραγωγή πολυμέσων από το δίσκο\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Εισαγωγή νέου τίτλου\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Εισαγωγή ονόματος ταινίας\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Εισαγωγή ονόματος προφίλ\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Εισαγωγή ονόματος άλμπουμ\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Εισαγωγή ονόματος λίστας αναπ/γής\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Εισαγωγή νέου ονόματος αρχείου\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Εισαγωγή ονόματος φακέλου\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Εισαγωγή φακέλου\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Διαθέσιμες επιλογές: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Εισαγωγή κειμένου αναζήτησης\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Καμία\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Αυτόματη επιλογή\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Απόπλεξη\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (αντιστροφή)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Μέθοδος περιπλεγμένου χειρισμού\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Ακύρωση...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Εισαγωγή ονόματος καλλιτέχνη\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Αποτυχία αναπαραγωγής\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Αποτυχία αναπαραγωγής ενός ή περισσότερων αντικειμένων.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Εισαγωγή τιμής\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Για λεπτομέρειες ελέγξτε το αρχείο καταγραφής.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Η λειτουργία party ακυρώθηκε.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Δεν υπάρχουν παρόμοια τραγούδια στη συλλογή.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Δεν είναι δυνατός ο συγχρονισμός με τη βάση δεδομένων.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Αποτυχία ανοίγματος βάσης δεδομένων.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Αποτυχία λήψης τραγουδιών από τη βάση δεδομένων.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Λίστα αναπ/γής σε λειτουργία party\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Όλα τα βίντεο\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Μη προβληθέντα\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Προβληθέντα\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Σήμανση ως προβληθέν\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Σήμανση ως μη προβληθέν\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Επεξεργασία τίτλου\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Χρήση NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Χρήση μόνο NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Χρήση μόνο NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Χρήση μόνο PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Για παιχνίδια με 60hz\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Η διαδικασία ακυρώθηκε\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Αποτυχία αντιγραφής\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Αποτυχία αντιγραφής τουλάχιστον ενός αρχείου\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Αποτυχία μετακίνησης\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Αποτυχία μετακίνησης τουλάχιστον ενός αρχείου\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Αποτυχία διαγραφής\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Αποτυχία διαγραφής τουλάχιστον ενός αρχείου\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Μέθοδος προσαρμογής ανάλυσης βίντεο\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Εγγύτερη προσέγγιση\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (λογισμικό)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (λογισμικό)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (λογισμικό)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"Χρονική\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"Χρονική/Χωρική\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU) Μείωση θορύβου\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU) Οξύτητα\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Αντίστροφη Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Μετα-επεξεργασία\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Εμφάνιση του χρονικού ορίου αναστολής\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Μετάβαση στο κανάλι\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Φάκελος αποθήκευσης μουσικής\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Χρήση εξωτερικού αναπαραγωγέα DVD\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Εξωτερικός αναπαραγωγέας DVD\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Φάκελος trainer\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Φάκελος στιγμιότυπων\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Φάκελος λιστών αναπ/γής\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Εγγραφές\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Στιγμιότυπα\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Χρήση XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Λίστες αναπ/γής μουσικής\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Λίστες αναπ/γής βίντεο\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Να εκτελεστεί το παιχνίδι;\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Ταξ.: Λίστα αναπ/γής\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Απομακρυσμένη μικρογραφία\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Τρέχουσα μικρογραφία\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Τοπική μικρογραφία\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Χωρίς μικρογραφία\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Επιλογή μικρογραφίας\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Διένεξη\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Σάρωση νέων\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Σάρωση όλων\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Περιοχή\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Συνοπτικά\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Κλείδωμα παραθύρου μουσικής\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Κλείδωμα παραθύρου βίντεο\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Κλείδωμα παραθύρου εικόνων\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Κλείδωμα εφαρμογών και scripts windows\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Κλείδωμα της διαχείρισης αρχείων\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Κλείδωμα των ρυθμίσεων\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Έναρξη με νέες ρυθμίσεις\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Είσοδος στη γενική διαχείριση\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Έξοδος από τη γενική διαχείριση\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Δημιουργία προφίλ '%s';\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Έναρξη με νέες ρυθμίσεις\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Η καλύτερη δυνατή\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Αυτόματη εναλλαγή μεταξύ 16:9 και 4:3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Μεταχείριση στοιβαγμένων αρχείων σαν ένα\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Προσοχή\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Αποχώρηση από τη γεν. διαχείριση\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Εισαγωγή στη γεν. διαχείριση\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Μικρογραφία Allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Αφαίρεση μικρογραφίας\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Προσθήκη προφίλ...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Εύρεση πληροφοριών για όλα τα άλμπουμ\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Πληροφορίες πολυμέσων\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Ξεχωριστές\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Κοινόχρηστα με προεπιλογές\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Κοινόχρηστα με προεπιλογές (ανάγνωση μόνο)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Αντιγραφή προεπιλογών\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Εικόνα προφίλ\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Προτιμήσεις κλειδώματος\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Επεξεργασία προφίλ\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Κλείδωμα προφίλ\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Αδύνατη η δημιουργία φακέλου\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Φάκελος προφίλ\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Έναρξη με νέες πηγές πολυμέσων\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Βεβαιωθείτε ότι ο επιλεγμένος φάκελος μπορεί να εγγραφεί\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"και ότι το νέο όνομα είναι έγκυρο\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Καταλληλότητα\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Εισαγωγή κωδικού κεντρικού κλειδώματος\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Αίτημα για κωδικό κεντρικού κλειδώματος στην εκκίνηση\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Ρυθμίσεις κελύφους\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- δεν έχει οριστεί σύνδεσμος -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Ενεργοποίηση εφέ κίνησης\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Απενεργοποίηση της Ροής Τίτλων Ειδήσεων (RSS) κατά την ακρόαση μουσικής\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Ενεργοποίηση πλήκτρων συντόμευσης\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Εμφάνιση εφαρμογών στο κεντρικό μενού\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Εμφάνιση πληροφοριών για τη μουσική\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Εμφάνιση πληροφοριών για τον καιρό\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Εμφάνιση πληροφοριών για το σύστημα\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Εμφάνιση διαθέσιμου χώρου στους C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Εμφάνιση διαθέσιμου χώρου στους E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Πληροφορίες καιρού\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Ελεύθερος χώρος\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Εισαγωγή ονόματος κοινόχρηστου πόρου\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Κωδικός κλειδώματος\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Φόρτωση προφίλ\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Όνομα προφίλ\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Πηγές πολυμέσων\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Εισαγωγή κωδικού κλειδώματος προφίλ\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Οθόνη σύνδεσης\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Λήψη πληροφοριών άλμπουμ\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Λαμβάνονται πληροφορίες για το άλμπουμ\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Αδυναμία αντιγραφής του CD ή του τραγουδιού κατά την αναπαραγωγή του CD\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Κωδικός κεντρικού κλειδώματος και επιλογές\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Ο κωδικός κεντρικού κλειδώματος να ενεργοποιεί πάντα τη γεν. διαχείριση\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"ή να αντιγράφεται ο προκαθορισμένος κωδικός;\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Αποθήκευση αλλαγών στο προφίλ;\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Βρέθηκαν παλιές ρυθμίσεις.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Θέλετε να τις χρησιμοποιήσετε;\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Βρέθηκαν παλιές πηγές πολυμέσων.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Ξεχωριστές (κλειδωμένο)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Αρχ. Φάκελος\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- Μεγέθυνση\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"Ρυθμίσεις UPnP\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Αυτόματη έναρξη πελάτη UPnP\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Τελευταία σύνδεση: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Ποτέ δε συνδέθηκε\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Προφίλ %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Σύνδεση χρήστη / Επιλογή προφίλ\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Χρήση κλειδώματος στην οθόνη σύνδεσης\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Λάθος κωδικός κλειδώματος.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Απαιτείται ορισμός του κεντρικού κλειδώματος.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Θέλετε να το ορίσετε τώρα;\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Φόρτωση πληροφοριών εφαρμογής\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Party on!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Αληθές\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Αναμιγνύονται τα ποτά\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Γεμίζουν τα ποτήρια\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Συνδεμένος σαν\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Αποσύνδεση\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Μετάβαση σε αρχ. φάκελο\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Weave\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Weave (αντιστροφή)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Blend\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Επανεκκίνηση βίντεο\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Επεξεργασία τοποθεσίας δικτύου\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Αφαίρεση τοποθεσίας δικτύου\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Θέλετε να σαρώσετε το φάκελο;\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Μονάδα μνήμης\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Προσάρτηση μονάδας μνήμης\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Αδύνατη η προσάρτηση μονάδας μνήμης\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"Στη θύρα %i, υποδοχή %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Κλείδωμα προφύλαξης οθόνης\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Ορισμός σε\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Όνομα χρήστη\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Εισαγωγή κωδικού πρόσβασης για\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Χρονοδιακόπτης τερματισμού\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Χρόνος τερματισμού (σε λεπτά)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Ξεκίνησε, τερματισμός σε %i λεπτά\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Τερματισμός σε 30 λεπτά\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Τερματισμός σε 60 λεπτά\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Τερματισμός σε 120 λεπτά\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Προσαρμογή χρονοδιακόπτη τερματισμού\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Ακύρωση χρονοδιακόπτη τερματισμού\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Κλείδωμα ρυθμίσεων για %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Αναζήτηση...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Συνοπτικές πληροφορίες\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Πληροφορίες αποθηκευτικού χώρου\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Πληροφορίες σκληρού δίσκου\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Πληροφορίες DVD-ROM\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Πληροφορίες δικτύου\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Πληροφορίες βίντεο\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Πληροφορίες υλικού\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Συνολικά\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Χρησιμοποιημένα\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"από τα\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Δεν υποστηρίζεται κλείδωμα\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Ξεκλείδωτος\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Κλειδωμένος\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Παγωμένος\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Απαιτεί επανεκκίνηση\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Εβδομάδα\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Γραμμή\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Δίκτυο Windows (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"Διακομιστής XBMSP\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"Διακομιστής FTP\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"Διαμοίραση μουσικής iTunes (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"Διακομιστής UPnP\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Εμφάνιση πληροφοριών για το βίντεο\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Τέλος\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Σύμβολα\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Διαγραφή\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Κενό\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Επαναφόρτωση κελύφους\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Περιστροφή εικόνων που χρησιμοποιούν πληροφορίες EXIF\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Χρήση στυλ αφισών για τις τηλ. σειρές\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Απασχολημένο\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Επανάκτηση EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Επανάκτηση BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Ενεργοποίηση αυτόματης κύλισης για πλοκή & κριτική\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Προσαρμογή\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Ενεργοποίηση καταγραφής σφαλμάτων (debug log)\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Λήψη πρόσθετων πληροφοριών κατά τις ενημερώσεις συλλογής\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Προκαθορισμένη υπηρεσία πληροφοριών μουσικής\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Αλλαγή scraper\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Εξαγωγή μουσικής συλλογής\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Εισαγωγή μουσικής συλλογής\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Δεν βρέθηκε ο καλλιτέχνης!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Αποτυχία λήψης πληροφοριών καλλιτέχνη\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Party on! (βίντεο)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Αναμιγνύονται τα ποτά (βίντεο)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Γεμίζουν τα ποτήρια (βίντεο)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"Διακομιστής WebDAV (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"Διακομιστής WebDAV (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"Πελάτης MythTV\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Κατάλογος διακομιστή ιστού (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Κατάλογος διακομιστή ιστού (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Αδυναμία εγγραφής στο φάκελο:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Θέλετε να παραβλεφθεί και να συνεχίσετε;\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"Ροή τίτλων ειδήσεων (RSS)\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Άγνωστο. Προσθέστε το MD5 από το xbmc.log στο BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Δευτερεύον DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"Διακομιστής DHCP:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Δημιουργία νέου φακέλου\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Dim LCD κατα την αναπαραγωγή\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Άγνωστο ή πάνω στην μητρική (με προστασία)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Dim LCD σε παύση\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Αλλαγή οπίσθιας λυχνίας σε παύση\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Βίντεο - Συλλογή\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Αποθηκευμένα παιχνίδια\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Ταξ.: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Λήψη αποθηκευμένων\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Το αποθηκευμένο παιχνίδι εγκαταστάθηκε στον δίσκο\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Αποτυχία λήψης του αποθηκευμένου παιχνιδιού\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Επιλέξτε το αποθηκευμένο παιχνίδι για λήψη και εγκατάσταση\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Δεν βρέθηκε αποθηκευμένο αρχείο για το συγκεκριμένο παιχνίδι\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Μετάβαση στο αποθηκευμένο παιχνίδι\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Αποθηκευμένα παιχνίδια\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Αναπαραγωγή κομματιού...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Επαναφορά βαθμονόμησης\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Επαναφορά των τιμών βαθμονόμησης για %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"στις προκαθορισμένες τιμές.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Αναζήτηση προορισμού\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Χρήση ονόματος φακέλου για αναζητήσεις\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Αρχείο\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Χρήση φακέλων ή ονομάτων αρχείων στις αναζητήσεις;\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Ορισμός περιεχομένου\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Φάκελος\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Έλεγχος περιεχομένου και στους υποφάκελους;\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Ξεκλείδωμα πηγών\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Ηθοποιός\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Ταινία\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Σκηνοθεσία\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Θέλετε να αφαιρέσετε όλα τα αντικείμενα\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"σ΄ αυτή την διαδρομή από τη συλλογή του XBMC;\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Ταινίες\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"Τηλ. Σειρές\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Αυτός ο φάκελος περιέχει\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Εκτέλεση αυτόματης σάρωσης\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Σάρωση και των υποφακέλων\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"ως\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Σκηνοθέτες\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Δεν βρέθηκαν αρχεία βίντεο σε αυτή τη διαδρομή!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"ψήφοι\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Πληροφορίες τηλ. σειράς\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Πληροφορίες επεισοδίου\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Φόρτωση λεπτομερειών τηλ. σειράς\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Ανάκτηση οδηγού επεισοδίων\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Φόρτωση πληροφοριών για τα επεισόδια στο φάκελο\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Επιλεγμένη τηλ. σειρά:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Εισαγωγή ονόματος τηλ. σειράς\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Κύκλος %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Επεισόδιο\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Επεισόδια\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Φορτώνονται λεπτομέρειες για το επεισόδιο\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Αφαίρεση επεισοδίου από τη συλλογή\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Αφαίρεση τηλ. σειράς από τη συλλογή\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Τηλ. Σειρά\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Πλοκή επεισοδίου\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Όλοι οι κύκλοι\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Απόκρυψη προβληθέντων\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Κωδικός παραγωγής\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Εμφάνιση πλοκής στα μη προβληθέντα\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Απόκρυψη για αποφυγή spoiler *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Ορισμός μικρογραφίας κύκλου\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Εικόνα κύκλου\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Κύκλος\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Λήψη πληροφοριών ταινίας\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Εκχώρηση περιεχόμενου\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Πρωτότυπος τίτλος\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Ανανέωση πληροφοριών τηλ. σειράς\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Ανανέωση πληροφοριών για όλα τα επεισόδια;\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Ο επιλεγμένος φάκελος περιέχει μόνο μία τηλ. σειρά\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Εξαίρεση του επιλεγμένου φακέλου από τυχόν ελέγχους\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Ειδικά επεισόδια\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Αυτόματη απόσπαση μικρογραφιών κύκλου\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Ο επιλεγμένος φάκελος περιέχει μόνο ένα βίντεο\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Σύνδεση με τηλ. σειρά\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Αφαίρεση συνδέσμου από τηλ. σειρά\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Ταινίες που προστέθηκαν πρόσφατα\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Επεισόδια που προστέθηκαν πρόσφατα\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Στούντιο\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Μουσικά βίντεο\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Μουσικά βίντεο που προστέθηκαν πρόσφατα\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Μουσικό βίντεο\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Αφαίρεση μουσικού βίντεο από τη συλλογή\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Πληροφορίες μουσικού βίντεο\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Φόρτωση πληροφοριών για το μουσικό βίντεο\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Ανάμικτα\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Άλμπουμ καλλιτέχνη\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Άλμπουμ\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Αναπαραγωγή τραγουδιού\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Μουσικά βίντεο από άλμπουμ\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Μουσικά βίντεο καλλιτέχνη\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Αναπαραγωγή μουσικού βίντεο\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Λήψη μικρογραφιών ηθοποιών κατά την προσθήκη στη συλλογή\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Ορισμός μικρογραφίας ηθοποιού\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Αφαίρεση σελιδοδείκτη επεισοδίου\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Ορισμός σελιδοδείκτη επεισοδίου\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Ρυθμίσεις scraper\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Λήψη πληροφοριών για το μουσικό βίντεο\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Λήψη πληροφοριών για την τηλ. σειρά\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Διαφημιστικό\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Ενιαία λίστα\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Ισοπέδωση τηλεοπτικών σειρών\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Λήψη Fanart\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Προβολή Fanart στις συλλογές βίντεο και μουσικής\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Έλεγχος για νέα περιεχόμενα\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Πρεμιέρα\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Σενάριο\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Εκκαθάριση ονομάτων φακέλων και αρχείων\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Ποτέ\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Eάν είναι ενός κύκλου\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Πάντα\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Έχει διαφημιστικό\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Ψευδές\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Παρουσίαση διαφανειών Fanart\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Εξαγωγή σε ένα αρχείο ή σε πολλαπλά\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"αρχεία ανά εγγραφή;\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Ένα αρχείο\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Πολλαπλά\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Εξαγωγή μικρογραφιών και fanart;\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Αντικατάσταση παλιών αρχείων;\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Εξαίρεση διαδρομής από τις ενημερώσεις συλλογής\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Εξαγωγή μικρογραφιών και πληροφοριών\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Ομάδες Ταινιών\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Ορισμός θέσης μικρογραφίας ταινίας\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Εξαγωγή μικρογραφιών ηθοποιών;\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Επιλογή fanart\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Τοπικό fanart\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Χωρίς fanart\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Τρέχον fanart\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Απομακρυσμένο fanart\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Αλλαγή περιεχομένου\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Επιθυμείτε να ανανεώσετε τις πληροφορίες\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"για όλα τα αντικείμενα αυτής της διαδρομής;\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Βρέθηκαν τοπικά αποθηκευμένες πληροφορίες.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Να αγνοηθούν και να ανανεωθούν από το διαδίκτυο;\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Αδυναμία λήψης πληροφοριών\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"Ίσως ο διακομιστής να είναι πλέον μη διαθέσιμος.\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Επιθυμείτε να συνεχίσετε την αναζήτηση;\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Χώρες\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Ομαδοποίηση ταινιών\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Προβολή κρυφών αρχείων και φακέλων\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"Πελάτης TuxBox\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"ΠΡΟΣΟΧΗ: Η συσκευή TuxBox βρίσκεται σε κατάσταση εγγραφής!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Η ροή πολυμέσων θα σταματήσει!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Η μετάβαση στο κανάλι: %s απέτυχε!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Θέλετε να ξεκινήσει η ροή πολυμέσων;\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Σύνδεση στο: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"Συσκευή TuxBox\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Προσθήκη κοινόχρηστου πολυμέσου...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Διαμοιρασμός συλλογών μουσικής και βίντεο μέσω UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Επεξεργασία κοινόχρηστων πολυμέσων\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Αφαίρεση κοινόχρηστων πολυμέσων\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Φακέλος υποτίτλων\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Ταινία & εναλλακτικός φάκελος υποτίτλων\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Ενεργοποίηση ποντικιού\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Ενεργοποίηση ήχων πλοήγησης κατά την αναπαραγωγή\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Μικρογραφία\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Περιοχή αναπαραγωγέα DVD\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Έξοδος βίντεο\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Αναλογίες εικόνας\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Κανονική\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Ευρεία οθόνη\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Ενεργοποίηση 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Ενεργοποίηση 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Ενεργοποίηση 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Εισαγωγή ονόματος της νέας λίστας αναπ/γής\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Εμφάνιση πλήκτρου \\\"Προσθήκη πηγής\\\" στις λίστες αρχείων\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Ενεργοποίηση μπαρών κύλισης\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Δημιουργία μεταβλητών για φιλτράρισμα στη συλλογή των βίντεο\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Άνοιγμα\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Διαχείριση στάθμης θορύβου\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Θορυβώδες\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Αθόρυβο\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Ενεργοποίηση προσαρμοσμένου υποβάθρου\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Διαχείριση παροχής ενέργειας\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Υψηλή τροφοδοσία\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Χαμηλή τροφοδοσία\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Υψηλή αναμονή\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Χαμηλή αναμονή\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Αδυναμία δημιουργίας προσωρινών αρχείων μεγαλύτερων από 4GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Κεφάλαιο\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Υψηλής ποιότητας σκίαση pixel v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Ενεργοποίηση λίστας αναπ/γής κατά την εκκίνηση\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Χρήση εφέ παλινδρομικής κίνησης\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"περιέχει\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"δεν περιέχει\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"είναι\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"δεν είναι\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"αρχίζει με\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"τελειώνει σε\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"μεγαλύτερο από\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"μικρότερο από\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"μετά\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"πριν\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"στο τελευταίο\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"όχι στο τελευταίο\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Scraper\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Προεπιλεγμένο scraper ταινιών\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Προεπιλεγμένο scraper τηλ. σειρών\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Προεπιλεγμένος καταγραφέας μουσικού βίντεο\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Ενεργοποίηση επαναφοράς (βάση της γλώσσας του καταγραφέα)\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Ρυθμίσεις\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Πολύγλωσσο\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Τιμή για αντιστοίχιση\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Κανόνας έξυπνης λίστας αναπ/γής\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Αντιστοίχιση αντικειμένων όταν\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Νέος κανόνας...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Τα αντικείμενα πρέπει να πληρούν\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"όλους τους κανόνες\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"έναν ή περισσότερους κανόνες\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Αριθμητικό όριο\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Χωρίς περιορισμό\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Σειρά κατά\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"αύξουσα\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"φθίνουσα\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Επεξεργασία έξυπνης λίστας αναπ/γής\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Όνομα λίστας αναπ/γής\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Εύρεση αντικειμένων για τα οποία\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Επεξεργασία\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i αντικείμενα\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Νέα έξυπνη λίστα αναπ/γής...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c Δίσκος\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Επεξεργασία κανόνων λειτουργίας party\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Αρχικός φάκελος\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Πλήθος προβληθέντων\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Τίτλος επεισοδίου\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Ανάλυση βίντεο\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Κανάλια ήχου\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Κωδικοποίηση βίντεο\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Κωδικοποίηση ήχου\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Γλώσσα ήχου\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Γλώσσα υποτίτλων\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Το τηλεχειριστήριο στέλνει εντολές πληκτρολογίου\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"- Επεξεργασία\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Όνομα αρχείου\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Διαδρομή αρχείου\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Μέγεθος αρχείου\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Ημερομηνία αρχείου\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Θέση διαφάνειας\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Ανάλυση\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Σχόλιο\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Έγχρωμη/Ασπρόμαυρη\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Επεξεργασία JPEG\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Ημερομηνία/Ώρα\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Περιγραφή\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Κατασκευαστής κάμερας\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Μοντέλο κάμερας\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Σχόλια EXIF\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Έκδοση υλικού\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Διάφραγμα\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Εστιακή απόσταση\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Απόσταση αντικειμένου\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Έκθεση\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Χρόνος έκθεσης\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Πόλωση έκθεσης\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Μέθοδος έκθεσης\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Χρήση φλας\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Ισορροπία λευκού\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Φωτεινή πηγή\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Λειτουργία μέτρησης\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"Ευαισθησία ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Ψηφιακή μεγέθυνση\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Πλάτος CCD\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS γεωγρ. πλάτος\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS γεωγρ. μήκος\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS υψόμετρο\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Προσανατολισμός\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Συμπληρωματικές πληροφορίες\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Λέξεις κλειδιά\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Λεζάντα\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Δημιουργός\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Επικεφαλίδα\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Ειδικές πληροφορίες\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Κατηγορία\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Προέλευση\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Τίτλος\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Ειδική μνεία\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Πηγή\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Σημειώσεις πνευματικής ιδιοκτησίας\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Όνομα αντικειμένου\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Πόλη\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Πολιτεία\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Χώρα\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Νομοθετικές πληροφορίες\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Ημερομηνία δημιουργίας\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Πνευματικά δικαιώματα\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Κωδικός χώρας\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Υπηρεσία πληροφόρησης\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Έγκριση ελέγχου του XBMC μέσω UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Απόπειρα αποφυγής οδηγιών πριν το μενού DVD\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Αποθηκευμένη μουσική\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Εύρεση πληροφοριών για όλους τους καλλιτέχνες\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Λήψη πληροφοριών για το άλμπουμ\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Λήψη πληροφοριών για τον καλλιτέχνη\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Βιογραφία\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Δισκογραφία\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Αναζήτηση καλλιτέχνη\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Επιλογή καλλιτέxνη\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Πληροφορίες καλλιτέχνη\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Όργανα\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Γεννήθηκε\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Δημιουργία\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Θεματολόγιο\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Διαλύθηκε\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Πέθανε\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Έτη σταδιοδρομίας\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Ετικέτα\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Γέννηση/Δημιουργία\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Ενημέρωση συλλογής κατά την εκκίνηση\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Ενημέρωση της συλλογής στο παρασκήνιο\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- Κατάληξη DNS\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Καθυστέρηση κατά: %2.3f δευτ.\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Προβάδισμα κατά: %2.3f δευτ.\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Μετατόπιση υποτίτλων\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"Κατασκευαστής OpenGL:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"Αποτυπωτής OpenGL:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"Έκδοση OpenGL:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"Θερμοκρασία MB:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Θερμοκρασία CPU:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Συνολική μνήμη\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Δεδομένα προφίλ\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Χρήση 'Σκίασης' κατά την παύση\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Όλες οι εγγραφές\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Aνά τίτλο\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Ανά ομάδα\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Δικτυακά κανάλια\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Εγγραφές ανά τίτλο\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Οδηγός\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Επιτρεπόμενο σφάλμα στο λόγο απεικόνισης για να ελαχιστοποιηθούν οι μαύρες μπάρες\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Εμφάνιση αρχείων βίντεο στις λίστες\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"Κατασκευαστής DirectX:\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Έκδοση Direct3D:\"\n\nmsgctxt \"#22025\"\nmsgid \"DVDPlayer full codec support\"\nmsgstr \"Ενεργοποίηση πλήρους υποστήριξης κωδικοποιητών\"\n\nmsgctxt \"#22026\"\nmsgid \"DVDPlayer fast mode for MPEG2/MPEG4/H264\"\nmsgstr \"Γρήγορη λειτουργία (MPEG-2, MPEG-4 και H.264 μόνο)\"\n\nmsgctxt \"#22027\"\nmsgid \"PAPlayer\"\nmsgstr \"PAPlayer\"\n\nmsgctxt \"#22028\"\nmsgid \"DVDPlayer\"\nmsgstr \"DVDPlayer\"\n\nmsgctxt \"#22029\"\nmsgid \"MPlayer\"\nmsgstr \"MPlayer\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Γραμματοσειρά\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Μέγεθος\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Χρώματα\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Κωδικοποίηση χαρακτήρων\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Εξαγωγή τίτλων καραόκε ως HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Εξαγωγή τίτλων καραόκε ως CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Εισαγωγή τίτλων καραόκε...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Αυτόματη εμφάνιση επιλογέα τραγουδιών\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Εξαγωγή τίτλων καραόκε...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Εισαγωγή αριθμού τραγουδιού\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"άσπρο/πράσινο\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"άσπρο/κόκκινο\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"άσπρο/μπλε\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"μαύρο/άσπρο\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Πρόσθετο καιρού\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- Ρυθμίσεις πρόσθετου\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Ενεργοποίηση Teletext\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Μέρος %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Aποθήκευση %i bytes\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Διακόπτεται\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Εκτελείται\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Ενεργός εξωτερικός αναπαραγωγέας\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Πιέστε 'Επιλογή' για να τερματίσετε την αναπαραγωγή\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Πιέστε 'Επιλογή' όταν η αναπαραγωγή ολοκληρωθεί\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Πρόσθετο\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Διαμόρφωση\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Απενεργοποίηση\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Ενεργοποίηση\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Δεν είναι δυνατή η ρύθμιση αυτού του πρόσθετου\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Λειτουργία Συλλογής\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"Διάταξη πληκτρολογίου QWERTY\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Σε λειτουργία η διέλευση ήχου\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Εφαρμογή ρυθμίσεων φίλτρου Flicker\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Ποιότητα διαφημιστικού\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Ροή πολυμέσων\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Λήψη\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Λήψη & εκτέλεση\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Λήψη & αποθήκευση\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Σήμερα\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Αύριο\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Αποθήκευση\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Αντιγραφή\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Ορισμός φακέλου λήψης\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Διάρκεια αναζήτησης\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Σύντομος\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Εκτεταμένος\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Χρήση αναπαραγωγέα DVD αντί του κανονικού\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Επιβεβαίωση λήψης πριν την αναπαραγωγή του βίντεο\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Κλιπ\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Επανεκκίνηση plugin για την ενεργοποίηση του\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Απόψε\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Αύριο βράδυ\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Συνθήκες\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Υετός\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Βροχή\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Υγρασία\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Αίσθηση\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Παρατηρούμενη\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Παρέκκλιση από το κανονικό\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Ανατολή ηλίου\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Δύση ηλίου\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Λεπτομέρειες\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Πρόγνωση\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Ροή εξωφύλλων\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Μετάφραση κειμένου\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Κατηγορία λίστας χαρτών %s\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36ωρο\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Χάρτες\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Ωριαία\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Σαββατοκύριακο\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%sη ημέρα\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Προειδοποίηση\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Προειδοποιήσεις\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Επιλογή\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Έλεγχος\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Διαμορφώστε τις\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Κύκλοι\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Εκτέλεση\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Παρακολούθηση\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Ακρόαση\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Προβολή\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Διαμορφώστε τα\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Λειτουργία\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Μενού\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Αναπαραγωγή\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Επιλογές\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Επεξεργαστής\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Περιήγηση\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Αξιολόγηση\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Υπόβαθρο\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Υπόβαθρα\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Προσαρμοσμένο υπόβαθρο\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Προσαρμοσμένα υπόβαθρα\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Σημειώσεις έκδοσης\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Αλλαγές έκδοσης\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Για να εκτελεστεί η έκδοση %s απαιτείται\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"η %s έκδοση του XBMC ή νεώτερη.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Παρακαλώ αναβαθμίστε το XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Δε βρέθηκαν δεδομένα!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Επόμενη σελίδα\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Αγαπητό\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Απεχθές\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Αυτό το αρχείο είναι στοιβαγμένο, επιλέξτε από που να γίνει αναπαραγωγή.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Διαδρομή για το script\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Ενεργοποίηση πλήκτρου προσαρμοσμένου script\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Hebrew/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<language locale=\"Hebrew\">\n  <charsets>\n    <gui unicodefont=\"true\">CP1255</gui>\n    <subtitle>CP1255</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>he</menu>\n    <audio>he</audio>\n    <subtitle>he</subtitle>\n  </dvd>\n\n  <regions>\n    <region>\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD DD MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n  </regions>\n</language>\n\n"
  },
  {
    "path": "Mod Files/system/language/Hebrew/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Hebrew (http://www.transifex.com/projects/p/xbmc4xbox/language/he/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: he\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"תוכנות\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"תמונות\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"מוזיקה\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"וידאו\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"מדריך טלוויזיה\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"הגדרות\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"מנהל קבצים\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"מזג האויר\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"XBMC מדיה סנטר\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"יום שני\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"יום שלישי\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"יום רביעי\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"יום חמישי\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"יום שישי\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"שבת\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"יום ראשון\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"ינואר\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"פברואר\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"מרץ\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"אפריל\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"מאי\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"יוני\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"יולי\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"אוגוסט\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"ספטמבר\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"אוקטובר\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"נובמבר\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"דצמבר\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \" שני\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \" שלישי\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \" רביעי\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \" חמישי\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \" שישי\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \" שבת\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \" ראשון\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"ינו\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"פבר\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"מרץ\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"אפר\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"מאי\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"יונ\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"יול\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"אוג\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"ספט\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"אוק\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"נוב\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"דצמ\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"תצוגה: אוטומטי\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"תצוגה: אוטומטי גדול\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"תצוגה: צלמיות\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"תצוגה: רשימה\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"סרוק\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"מיון לפי: שם\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"מיון לפי: תאריך\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"מיין לפי : גודל\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"לא\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"כן\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"מצגת\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"יצירת תמונות ממוזערות\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"יצירת תמונות ממוזערות\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"קיצורי דרך\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"מושהה\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"העתקה\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"העברה\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"מחיקה\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"שינוי שם\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"תיקייה חדשה\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"אישור העתקת קובץ\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"אישור העברת קובץ\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"לאשר את מחיקת הקובץ?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"האם להעתיק קבצים אלו?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"האם להעביר קבצים אלו?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"האם למחוק קבצים אלו? - לא ניתן לשחזר קבצים לאחר שנמחקו!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"מצב\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"אובייקטים\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"כללי\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"מצגת\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"פרטי מערכת\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"צג\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"אלבומים\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"אמנים\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"שירים\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"סגנונות\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"רשימות ניגון\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"חיפוש\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"פרטי מערכת\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"טמפרטורות:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"מעבד:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"מעבד גרפי:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"זמן:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"נוכחי:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"גרסה:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"רשת:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"סוג:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"קבועה\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"כתובת MAC\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"כתובת IP\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"קישוריות:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"דו־כיוונית לסירוגין\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"דו־כיוונית מלאה\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"אחסון\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"כונן\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"פנוי\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"וידאו\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"זיכרון פנוי\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"אין חיבור\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"פנוי\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"לא זמין\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"מגש בחוץ\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"קורא\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"אין דיסק\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"דיסק נמצא\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"מעטפת\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"FTP הפעל שרת \"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"אפשר סינכרון שעון עם שעון אינטרנט\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"רזולוציה\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"התאמת קצב רענון התצוגה לווידאו\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"תאריך הפצה\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"הצגת וידאו ביחס 4:3 בתור\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"מצבי רוח\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"סגנונות\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"שיר\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"אורך\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"בחר אלבום\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"רצועות\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"ביקורת\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"רענן\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"מחפש אלבום\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"אישור\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"!לא נמצאו אלבומים\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"בחירת הכול\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"פרטי המערכת נסרקים\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"שמירה\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"ערבוב\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"פינוי\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"סריקה\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"בהליכי חיפוש...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"לא נמצאו פרטים!‏\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"בחירת סרט:‏\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"%s מחפש פרטים\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"פרטי הסרט נטענים\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"סלוגן\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"תקציר עלילה\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \":הצבעות\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"צוות\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"עלילה\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"נגן\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"הבא\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"הקודם\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"כיול ממשק משתמש\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"כיול וידאו...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"רכך\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"כמות זום\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"יחס פיקסלים\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD כונן\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"הכנס דיסק בבקשה\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"תקיית רשת\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"הרשת אינה מחוברת\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"בטל\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"מהירות\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"בדוק תבניות...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"חפש את שמות רצועות הדיסק ב freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"רשימת השמעה מעורבבת בעת הטעינה\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"זמן סיבוב כונן קשיח (בדקות)\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"פילטרים\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"ללא\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"נקודה\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"קווי\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"אנזיאוטרופי\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"מחומש\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"קוביה גאוסנית\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"הקטנה\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"הגדלה\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"נקה רשימת השמעה בסיום\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"נגן אוטומאטית סרטי DVD\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"נגן אוטומטית סרטי VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"נגן מוזיקה אוטומאטית\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"הרץ משחקים אוטומאטית\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"נגן סרטים אוטומאטית\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"נגן מוזיקה אוטומאטית\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"הרץ תמונות אוטומאטית\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"סקריפטים\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"שפה\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"מוסיקה\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"ויזואלזציה\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"בחר ספרית יעד\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"- פלט סטריאו לכל הרמקולים\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"מספר ערוצים\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"DTS רסיבר תומך\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"CDDB מחפש ברשת פרטי\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"שגיאה\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"ID3 אפשר תגיות\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"פותח\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"ממתין להתחלה...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"פלט סקריפטים\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"אפשר שליטה על XBMC דרך HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"הקלט\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"עצור הקלטה\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"מיין לפי : רצועה\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"מיין לפי : זמן\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"מיין לפי : כותרת\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"מיין לפי : אמן\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"מיין לפי : אלבום\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"מאה הגדולים\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"פיצוי סריקת יתר משמאל למעלה\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"פיצוי סריקת יתר מימין למטה\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"מיקום הכתוביות\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"התאמת יחס הפיקסלים\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"התאם את הסמן לשינוי רמת סריקת היתר\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"התאם את המצביע לשינוי מקום הכתוביות\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"התאם את המלבן כך שיהפוך לריבוע מושלם\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"אין אפשרות לטעון הגדרות\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"משתמש בהגדרות ברירת מחדל\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"XML אנא בדוק קבצי\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"התאמות %i נמצאו\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"תוצאות חיפוש\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"לא נמצאו התאמות לחיפוש\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"פילטר לאחר עיבוד\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"כתוביות\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"פונט\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"גודל\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \" (db) הגברת ווליום\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"וידאו\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"אודיו\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"עיין לכתוביות\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"צור סימניה\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"נקה סימניות\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"השהיית קול בניגון\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"סימניות\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"השהייה\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"שפה\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"זמין\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"ללא-הפרדה\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- אוטומאטי עיבוד\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- פילטר הסרת חסימה לגובה\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- פילטר הסרת חסימה לרוחב\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- בהירות/ניגודיות אוטומטיים\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=אוטומטי)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"מנקה מסד נתונים\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"מתכונן...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"שגיאת מסד נתונים\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"מחפש שירים...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"ניקוי הושלם בהצלחה\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"מנקה שירים...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"שגיאה בניקוי שירים\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"ניקוי אמנים...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"שגיאה בניקוי אמנים\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"ניקוי סגנונות...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"שגיאה בניקוי סגנונות\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"ניקוי נתיבים...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"שגיאה בניקוי נתיבים\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"ניקוי אלבומים...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"שגיאה בניקוי אלבומים\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"כותב שינויים...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"שגיאה בכתיבת שינויים\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"פעולה זו עשויה לקחת זמן...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"דוחס נתונים...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"שגיאה בדחיסת נתונים\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"?האם ברצונך לנקות את הספריה\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"נקה ספריה...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"התחל\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"המרת קצב פריימים\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"פלט אודיו\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"אנלוגי\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"דיגיטאלי\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"אמנים שונים\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"נגן דיסק\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"סרטים\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"התאם קצב פריימים\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"שחקנים\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"שנה\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"תוכנות\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"כבה\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"עמעם\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"מסך שחור\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix trails\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"זמן לשומר מסך\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"מצב שומר מסך\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"זמן המתנה לפני כיבוי\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"כל האלבומים\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"אלבומים אחרונים\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"שומר מסך\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"מצגת רקורסיבית\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"רמת עמעום המסך\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"סדר לפי : קובץ\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"AC3 רסיבר תומך\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"סדר לפי : שם\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"סדר לפי : שנה\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"סדר לפי : דירוג\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"כותרת\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"רעמים\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"חלקית\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"בעיקר\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"שמשי\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"מעונן\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"שלג\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"גשם\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"קל\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"בוקר\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"ערב\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"ממטרים\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"מעטים\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"לסירוגין\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"רוח\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"חזקה\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"קלילה\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"בהיר\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"עננים\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"מוקדם\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"ממטרים\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"סוער\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"נמוך\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"בינוני\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"גבוה\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"ערפילי\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"אביך\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"בחר מיקום\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"זמני רענון\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"יחידות טמפרטורה\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"יחידות מהירות\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"מזג אוויר\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"טמפרטורה\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"מרגיש כאילו\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV רמת\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"רוח\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"נקודת אידוי\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"לחות\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"מ\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"ב\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"ברירת מחדל\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"ניגש לשירות מזג אויר\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \":טוען מזג אויר עבור\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"אין אפשרות לקבל פרטי מזג אויר\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"ידני\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"אין סקירות עבור אלבום זה\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"מוריד תמונות ממוזערות...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"לא זמין\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"תצוגה : צלמיות גדולות\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"הסרטים שלי/סגנונות\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"מחק פרטי אלבום\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"מחק פרטי CDDB\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"בחר\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"לא נמצא פרטי אלבום\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"לא נמצא פרטי דיסק\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"דיסק\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"הכנס דיסק נכון\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"אנא הכנס את הדיסק הבא\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"DVD# : מיין לפי\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"אין זכרון מטמון\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"מחק סרט מהספריה\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"?'%s' האם אתה בטוח שברצונך למחוק את\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"כונן נייד\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"פותח קובץ\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"מטמון\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"כונן קשיח\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"רשת מקומית\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"אינטרנט\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"וידאו\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"אודיו\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"נגן אוטומטית\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"פעיל\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"עמודות\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"1: שורת כתובת\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"2: שורת כתובת\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"3: שורת כתובת\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"4: שורת כתובת\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"שורות\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"מצב\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"החלף תצוגה\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"כתוביות\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"זרימת אודיו\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[פעיל]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"כתובית\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"תאורה אחורית\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"בהירות\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"ניגודיות\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"גאמה\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"סוג\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"הזז את הסמן כדי לשנות את מיקום התפריט\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"מיקום תפריט\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"תודות\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"מודצ'יפ\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"כבוי\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"מוזיקה בלבד\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"מוזיקה ווידאו\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"לא יכול לטעון רשימת השמעה\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"תפריט\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"מעטפת ושפה\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"מראה\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"אפשרויות אודיו\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \" XBMC אודות\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"אלבום\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"מחק אלבום\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"חזרה\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"חזור פעם אחת\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"חזור רשימת השמעה לתיקיה\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"נגן את השיר הבא אוטומטית\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- השתמש בצלמיות גדולות\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"הגדל כתוביות\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"אפשרויות מתקדמות\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Overall Audio Headroom (dB)\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"דגום מחדש וידאו לרזולוצית תצוגה\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"כיוונון\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"הראה סיומות קבצים\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"מיין לפי : סוג\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"אין אפשרות להתחבר לשירות החיפוש\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"הורדת פרטי אלבום נכשלה\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"מחפש שמות אלבום...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"פתח\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \" עסוק \"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"ריק\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"טוען פרטי מדיה מהקבצים\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"מיין לפי : שימוש\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"אפשר תצוגות\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"אפשר החלפת מצב וידאו\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"חלון ראשוני\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"חלון הבית\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"הגדרות ידניות\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"סגנון\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"ארכיון עם קובץ בודד שקוף\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"אלבומים שנוגנו לאחרונה\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"הפעל\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"הפעל ב...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"XBE ערוך כותרת\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"אוספים\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"הסר מקור\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"החלף מדיה\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"בחר רשימת ניגון\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"רשימת ניגון חדשה\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"הוסף לרשימת ניגון\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"הוסף ידנית למסד הנתונים\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"הזן כותרת\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"שגיאה: כותרת כפולה\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"בחר סגנון\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"סגנון חדש\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"הוספה ידנית\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"הזן סגנון\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"תצוגה: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"רשימה\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"צלמיות\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"רשימה גדולה\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"צלמיות גדולות\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"רחב\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"רחב גדול\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"צלמיות אלבומים\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"צלמיות DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"פרטי מדיה\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"התקן פלט אודיו\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"עובר דרך התקן חיצוני\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"אין ביוגרפיה לאמן זה\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"התאם אודיו רב-ערוצי לסטריאו\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"מיין לפי: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"שם\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"תאריך\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"גודל\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"רצועה\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"זמן\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"כותרת\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"אמן\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"אלבום\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"רשימת השמעה\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"קובץ\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"שנה\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"דירוג\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"סוג\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"שימוש\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"אלבום אמן\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"מספר פעמים שנוגן\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"נוגן לאחרונה\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"הערות\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"תאריך הוספה\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"ברירת מחדל\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"אולפן\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"נתיב\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"ארץ\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"בתהליך\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"כיוון מיון\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"שיטת מיון\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"מצב תצוגה\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"זכור תצוגות לתיקיות שונות\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"עולה\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"יורד\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"ערוך רשימת השמעה\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"פילטר\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"בטל מצב מסיבה\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"מצב מסיבה\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"אקראי\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"כבוי\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"אחד\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"הכל\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"כבוי\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"חזרה: כבוי\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"חזרה: אחד\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"חזרה: הכל\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"העתק דיסק\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"בינוני\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"רגיל\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"קיצוני\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"קצב ביטים קבוע\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"מעתיק...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"אל:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"לא יכול להעתיק דיסק או רצועה\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"נתיב CDDARipPath אינו מוגדר\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"העתק רצועת דיסק\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"הזן מספר\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"דיסק אודיו\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"מקודד\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"איכות\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"קצב ביטים\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"כלול מספר רצועה\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"כל השירים של\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"מצב תצוגה\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"רגיל\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"זום\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"4:3 מתח\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"14:9 מתח\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"16:9 מתח\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"גודל מקורי\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"מותאם אישי\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"הגברת ניגון חוזר\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"מצב הגברת ווליום בניגון חוזר\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"השתמש בעוצמת הרצועה\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"השתמש בעוצמת האלבום\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"רמת קדם מגבר - קבצים חוגברים בניגון חוזר\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"רמת קדם מגבר - קבצים מוגברים שלא בניגון חוזר\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"מנע המהרה של קבצים מוגברים בניגון חוזר\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"חתוך פסים שחורים\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"?צריך לחלץ קובץ גדול. להמשיך\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"הסר כותרת\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"ייצא ספרית וידאו\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"ייבא ספרית וידאו\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"מייבא\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"מייצא\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"עיין לספריה\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"שנים\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"עדכן ספריה\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"הצג פרטי ניפוי שגיאות\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"עיין לקובץ הפעלה\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"עיין לרשימת ניגון\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"עיין לתיקייה\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"פרטי שיר\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"הגברת ווליום\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"בחר תיקיית ייצוא\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"קובץ זה לא זמין יותר\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"?האם תרצה להסיר אותו מהספריה\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"עיין לסקריפט\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"רמת דחיסה\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"מנקה מסד נתונים\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"מוחק שירים ישנים ממסד הנתונים\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"נתיב זה נסרק בעבר\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"רשת\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- שרת\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"פורט HTTP פרוקסי\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"השתמש ב HTTP Proxy על מנת להיכנס לאינטרנט\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"משתמש XLink Kai\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"סיסמא XLink Kai\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"פרוטוקול תקשורת (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"מספר פורט שגוי. ערך חייב להיות בין 1 ל 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP פרוקסי\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"השמת כתובת\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"אוטומטית (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"ידנית (סטטית)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"ברירת מחדל )Dashboard(\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"כתובת IP\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"מסיכת רשת\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"מעבר ברירת מחדל\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"שרת DNS\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"שמור והפעל מחדש\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"כתובת שגויה. הכתובת חייבת להיות במבנה AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"עם מספרים בין 0 ל- 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"שינויים לא נשמרו. להמשיך בלי לשמור?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"שרת Web\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"שרת FTP\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"שעון אינטרנט\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- פורט\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"כתובת שרת זמן\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"שמור והפעל\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- סיסמא\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"ללא סיסמא\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"ערכת התווים -\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"סגנון -\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"צבע -\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"רגיל\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"מודגש\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"נטוי\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"מודגש ונטוי\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"לבן\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"צהוב\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"קבצים\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"לא נסרקו פרטים עבור תצוגה זו\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"שנה לתצוגת קבצים\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"שגיאה בטעינת התמונה\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"ערוך נתיב\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"הפוך תמונה\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"האם אתה בטוח?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"מסיר מקור\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"הוסף קישור לתוכנה\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"ערוך נתיב תוכנה\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"ערוך שם תוכנה\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"ערוך עומק נתיב\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"תצוגה: רשימה גדולה\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"צהוב\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"לבן\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"כחול\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"ירוק בוהק\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"צהוב ירוק\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"תכלת\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"שמור\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"שמור\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"שיתוף לא קיים :%i שגיאה\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"Fatx הגבלה אוטומטית של -\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"פלט אודיו\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"מחפש\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"ספריית מצגת\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"ממשק רשת\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- שם רשת אלחוטית (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- סיסמאת רשת אלחוטית\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- אבטחת רשת אלחוטית\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"שמור הגדרות ממשק רשת\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"ללא הצפנה\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"מגדיר הגדרות ממשק רשת. אנא המתן.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"ממשק רשת הופעל מחדש בהצלחה\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"ממשק רשת לא הופעל בהצלחה.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"ממשק מנוטרל\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"ממשק רשת נוטרל בהצלחה.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"שם רשת אלחוטית (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"אפשר לתוכנות במערכת זו לשלוט על XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"פורט\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"תווך פורטים\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"אפשר לתוכנות במערכות אחרות לשלוט על XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"חוזר על עיכוב ראשוני (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"חזור על עיקוב מתמשך (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"מספר קליינטים מירבי\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"גישת אינטרנט\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"מספר פורט שגוי\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"טווח פורט תקין הוא 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"טווח פורט תקין הוא 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"תצוגה מקדימה של שומר מסך\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"חיבור נכשל\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC נכשל בחיבור לרשת המיקום.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"זהו כנראה עקב הרשת שאיננה מחוברת.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"האם ברצונך להוסיף בכל זאת?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP כתובת\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"הוסף מיקום ברשת\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"פרוטוקול\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"כתובת שרת\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"שם שרת\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"נתיב מרוחק\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"ספריה משותפת\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"פורט\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"שם משתמש\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"עיין לחיפוש שרת רשת\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"הזן כתובת רשת של השרת\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"הזן נתיב של השרת\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"הזן מספר פורט\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"הזן שם משתמש\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"%s הוסף מקור\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"הזן נתיב או עיין למיקום המדיה.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"הזן שם למקור מדיה זה.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"עיין לשיתוף חדש\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"עיון\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"בעיה בקבלת פרטי הספריה.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"הוסף מקור\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"ערוך מקור\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"%s ערוך מקור\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"הזן תווית\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"עיין לתמונה\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"עיין לתמונת תיקיה\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"הוסף מיקום רשת...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"עיין לקובץ\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"תת-תפריט\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"אפשר כפתורי תת-תפריט\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"מועדפים\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"תוספות וידאו\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"תוספות מוזיקה\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"תוספות תמונות\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"טוען ספריה\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"קיבל %i פריטים\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"קיבל %i מתוך %i פריטים\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"תוספות תוכניות\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"הגדר צלמית תוספת\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"הגדרות תוספות\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"נקודת גישה\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"אחר...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- שם המשתמש\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"הגדרות סקריפט\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"סינגלים\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB חלוקה\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"SMB קבוצת עבודה\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"SMB שם משתמש\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"SMB סיסמא\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"SMB WINS שרת\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"מאונט שיתופי SMB\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"הסר\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"מוסיקה\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"וידאו\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"תמונות\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"קבצים\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"מוסיקה ווידאו\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"מוסיקה ותמונות\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"מוסיקה וקבצים\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"וידאו ותמונות\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"וידאו וקבצים\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"תמונות וקבצים\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"מוזיקה, וידאו ותמונות\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"מוסיקה, וידאו, תמונות וקבצים\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"מנוטרל\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"קבצים, מוסיקה ווידאו\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"קבצים, תמונות ומוסיקה\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"קבצים, תמונות ווידאו\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"מוסיקה ותוכנות\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"וידאו ותוכנות\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"תמונות ותוכנות\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"מוסיקה, וידאו, תמונות ותוכנות\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"תוכנות, וידאו ומוסיקה\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"תוכנות, תמונות ומוסיקה\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"תוכנות, תמונות ווידאו\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP שם משתמש\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP סיסמא\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"עדוכנו בהצלחה FTP פרטי שרת\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"זיהוי אוטומטי\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"XBOX זיהוי אוטוטמי\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"כינוי\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"שאל על מנת להתחבר\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"FTP שלח פרטי משתמש וסיסמא של\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Ping השהיית\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"שזוהה אוטומטית XBOX להתחבר ל?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"הכרז על שירותים אלו למערכות אחרות דרך Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"התקן אודיו מותאם אישית\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"התקן פלט מותאם אישית\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"זולג\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"ו\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"קופא\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"מאוחר\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"מבודד\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"רעמים וגשם\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"רעמים\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"שמש\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"כבד\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"ב\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"ה\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"אזור\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"קרח\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"גבישי\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"רגוע\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"עם\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"סוער\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"טפטוף\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"סערת רעמים\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"טפטוף\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"ערפלי\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"גרגירים\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"הכנס צג למצב שינה כשאין פעילות\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"זמן ריצה\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"הסקריפט ניכשל!: %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"הפעל LCD/VFD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"בית\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"תוכנות\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"תמונות\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"מנהל קבצים\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"הגדרות\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"מוסיקה\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"וידאו\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"פרטי מערכת\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"הגדרות - כללי\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"הגדרות - מסך\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"הגדרות - מראה - כיוונון GUI\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"הגדרות - וידאו - כיוונון מסך\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"הגדרות - תמונות\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"הגדרות - תוכניות\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"הגדרות - מזג האויר\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"הגדרות - מוסיקה\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"הגדרות - מערכת\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"הגדרות - וידאו\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"הגדרות - רשת\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"הגדרות - מראה\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"סקריפטים\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"וידאו/רשימת ניגון\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"הגדרות - פרופילים\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"דיאלוג לא/כן\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"דיאלוג התקדמות\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"מחפש כתוביות...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"מחפש או אוגר כתוביות...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"מבטל\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"אוגר מידע\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"פותח זרימה\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"מוסיקה/רשימת ניגון\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"מוסיקה/קבצים\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"מוסיקה/ספרייה\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"עורך רשימת ניגון\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"מאה השירים הגדולים\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"מאה האלבומים הגדולים\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"תוכנות\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"הגדרות\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"תחזית מזג אויר\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"משחקי רשת\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"סיומות\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"פרטי מערכת\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"מוסיקה - ספריה\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"מנגן כעת - מוסיקה\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"מנגן כעת - וידאו\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"פרטי אלבום\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"פרטי סרט\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"בחר דיאלוג\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"מוסיקה/פרטים\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"דיאלוג אישור\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"וידאו/פרטים\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"סקרפטים/פרטים\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"וידאו במסך מלא\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"ויזואלזציית אודיו\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"ערימת קבצים\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"בונה אינדקס...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"חזור לחלון המוזיקה\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"חזור לחלון הוידאו\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"עדכן רשימת מאמנים\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"מאמן\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"לא נמצאו מאמנים\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"הגדות מאמן\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"כל הקדימונים הרשומים חסרים. עדכן את הרשימה.\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"המשך אוטומטית מהמיקום האחרון\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"לא\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"כן\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"שאל\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"התחל מהתחלה\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"המשך מנקודה %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"מוודא טרינרים קימים\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"נעול! הקש קוד...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"הזן סיסמא\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"הזן קוד נעילה ראשי\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"הזן קוד שחרור\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"או הקש C לביטול\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"לחץ על כפתורי קומבו בגיימפד\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"לביטול Back או Start לחץ\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"נעל\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"שחרר\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"אפס נעילה\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"הסר נעילה\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"סיסמת מספר\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"כפתור קומבו בגיימפד\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"סיסמת טקסט מלא\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"הזן סיסמא חדשה\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"הזן סיסמא פעם נוספת\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"סיסמא שגויה,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"נסיונות נותרו \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"סיסמאות לא תואמות.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"הגישה נדחתה\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"נסיונות כניסה כושלים רבים מדי.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"ייכבה כעת XBOX -ה\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"פריט נעול\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"הפעל נעילה מחדש\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"שנה נעילה\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"נעילת מקור\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"שדה הסיסמא ריק. נסה שנית.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"נעילה ראשית\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"כבה מערכת כאשר ניסיונות הקוד הראשי רבים מדי\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"קוד ראשי אינו תקין\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"אנא הזן קוד ראשי תקין\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"הגדרות & הקבצים שלי\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"הגדר כברירת מחדל לכל הסרטים\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"פעולה זו תאתחל כל ערכים קודמים שנשמרו\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"זמן הצגת כל תמונה\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Pan and Zoom השתמש באפקט\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"PAL בקצבי רענון NTSC נגן וידאו\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"NTSC בקצבי רענון PAL נגן וידאו\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"PAL60 ב NTSC נגן וידאו\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"שעון 12 שעות\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"שעון 24 שעות\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"יום/חודש\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"חודש/יום\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"זמן מערכת פעילה\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"דקות\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"שעות\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"ימים\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"סה\\\"כ פעילות\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"מזג אויר\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"שומר מסך\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"תפריט במסך מלא\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"מערכת\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"הורד כמות סיבובים בדיסק הקשיח מיידית\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"וידאו בלבד\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- השהייה\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- אורך קובץ מינימאלי\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"כיבוי\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"פעולת כיבוי\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"צא\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"מצב שינה\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"השהייה\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"יציאה\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"הפעלה מחדש\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"מזער\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"פעולת כפתור הכיבוי\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"יש תוכנית אחרת פעילה, יכול להיות SSH?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"כונן נייד מחובר\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"לא בטוח להסיר התקן נייד\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"התקן הוסר בהצלחה\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"ג'ויסטיק חובר\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"ג'ויסטיק נותק\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"פילטר הבהובים\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"תן למנהל ההתקן להחליט (הפעלה מחדש)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Vertical blank sync\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"מנוטרל\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"הפעל בזמן ניגון וידאו\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"מופעל תמיד\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"בדוק והחל רזולוציה\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"לשמור רזולוציה?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"האם תרצה לשמור את הרזולוציה הזו?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"High quality upscaling\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"מנוטרל\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"מופעל רק לתכני SD\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"אפשר תמיד\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Upscaling method\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU HQ Upscaling level\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"החשך צגים אחרים\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"מנוטרל\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"צגים ריקים\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"חיבורים פעילים זוהו!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"אם תמשיך, ייתכן שלא תוכל לשלוט ב-XBMC יותר\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"אתה בטוח שברצונך להפסיק את EventServer?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"שנה מצב שלט Apple?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"אם אתה משתמש כרגע בשלט Apple כדי לשלוט\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"ב- XBMC. שינוי הגדרות אלה כנראה ישפיעו על היכולות שלך\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"כדי להמשיך לשלוט בזה. האם ברצונך להמשיך?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD מפתח:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD טמפ:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD מודל:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD קושחה:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD מודל:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD סידורי:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD קושחה:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD סיסמא:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD מצב נעילה:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Subnet mask\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"שער\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"DNS ראשי\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"אתחול נכשל\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"בקר בפורט:\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"מקלדת בפורט:\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"עכבר בפורט:\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"מיקרופון בפורט:\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"זכרון בפורט:\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"שלט רחוק בפורט:\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"אף פעם\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"מיידי\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"לאחר %i שניות\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"תאריך התקנת כונן קשיח:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"HDD ספירת מחזור האנרגיה:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"פרופילים\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"למחוק פרופיל '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"פרופיל אחרון בשימוש:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"לא ידוע\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"לדרוס\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"שעון מעורר\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"השהיית שעון מעורר (בדקות)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"התחיל. צלצול בעוד %i דקות\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"צלצול!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Canceled with %im%is left\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"חפש כתוביות בקבצי RAR\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"עיין לכתובית...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"הזז פריט\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"הזז פריט לכאן\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"בטל העברה\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"חומרה:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"CPU מהירות:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"מחובר. אבל DNS לא זמין\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"דיסק קשיח\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"אחסון\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"ברירת מחדל\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"רשת\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"וידאו\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"חומרה\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"מערכת הפעלה:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"CPU מהירות:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"BIOS זוהה:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"מקודד וידאו:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"רזולוצית מסך:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox גירסת:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox מספר סידורי:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox יצרן:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"מוד ציפ:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V כבל:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"וידאו & XBE איזור:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD איזור:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"אינטרנט:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"מחובר\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"לא מחובר. בדוק הגדרות רשת \"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"XBLIVE מפתח:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"טמפרטורת יעד\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"מהירות מאורר:\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"בקרת טמפרטורה אוטומטית\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"בקרת מהירות מאורר\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- פונטים\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"אפשר הפיכת תווים דו-כיווניים\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"הראה RSS לעידכוני חדשות\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"הראה פריטי ספריית אב\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"תבנית שם רצועה\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"האם ברצונך לאתחל את המערכת\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"במקום רק את XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"אפקט זום\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"אפקט ציפה\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"הפחת פסים שחורים\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"הפעלה מחדש\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"זמן חפיפה במעבר בין שירים\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"חדש תמונות ממוזערות\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"תמונות ממוזערות רקורסיביות\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"צפה במצגת תמונות\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"מצגת תמונות רקורסיבית\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"ערבל\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"סטריאו\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"שמאל בלבד\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"ימין בלבד\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"הפעל תמיכת קריוקי\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"שקיפות רקע\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"שקיפות רקע קדמי\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"השהיית A/V\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"קריוקי\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s לא נמצא\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"שגיאה בפתיחת %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"כשלון בטעינת %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"שגיאה: הזכרון מלא.\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"הזז למעלה\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"הזז למטה\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"ערוך תווית\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"קבע כברירת מחדל\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"הסר כפתור\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"נורית קידמית\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"צבע נורית קידמית\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"השאר ללא שינוי\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"ירוק\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"כתום\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"אדום\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"משתנה\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"כבה נורית בזמן ניגון\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"פרטי סרט\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"הכנס פריט לתור\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"חפש ב- IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"סרוק לתוכן חדש\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"מנגן כעת...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"פרטי אלבום\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"סרוק פריט לספריה\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"עצור סריקה\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"שיטת Render\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"באיכות נמוכה Pixel Shader\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Hardware Overlays\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"באיכות גבוהה Pixel Shader\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"נגן פריט\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"הגדר תמונה ממוזערת לאמן\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"צור תמונות ממוזערות אוטומטית\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"הפעל קול\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"הפעל מתקן\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"עוצמה\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"מצב תצוגה ברירת מחדל\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"בהירות ברירת מחדל\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"ניגודיות ברירת מחדל\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"גאמה ברירת מחדל\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"המשך וידאו\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Voice mask - Port 3\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Voice mask - Port 3\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Voice Mask - Port 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Voice Mask - Port 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"השתמש בחיפוש מבוסס זמן\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"תבנית שם רצועה - ימין\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"קביעון\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"אין ערכים קבועים מראש לויזואליזציה זו\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"אין ערכים קבועים מראש לויזואליזציה זו\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"הוצאה/טעינה\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"השתמש בויזואליזציה בזמן נגינת אודיו\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"חשב גודל\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"מחשב גודל תקייה\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"הגדרות וידאו\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"הגדרות אודיו וכתוביות\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"הפעל כתוביות\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"קיצורים\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"התעלם מתוויות בזמן מיון (למשל: \\\"The\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"נגן בחפיפה במעבר שירים באותו אלבום\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \" עיין ל%s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"הצג מיקום ברצועה\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"נקה ברירות מחדל\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"המשך\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"קבל תמונה ממוזערת\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"פרטי תמונה\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s קביעונים\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(דירוג משתמשים IMDB)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"250 המובילים\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"התחבר ל LAST.FM\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"מהירות מאוורר מינימאלית\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"מוריד\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"הוסף אמנים שמופיעים רק באוספים\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"שיטת Render\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"זהה אוטומטית\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Basic shaders (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Advanced shaders (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"תוכנתי\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"הסר בבטחה\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"התחל מצגת תמונות כאן\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"זכור לנתיב זה\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Use pixel buffer objects\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"שיטת סינכרון ניגון למסך\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"שעון שמע\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"שעון וידאו (Drop/Dupe audio)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"שעון וידאו\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"דגום איכות שוב\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"נמוך (מהיר)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"בינוני\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"גבוה\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"ממש גבוה (איטי!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"סנכרן ניגון למסך\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"APPLE שלט\"\n\nmsgctxt \"#13601\"\nmsgid \"Use MCE/Universal Remote\"\nmsgstr \"מצב\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"אפשר הפעלת XBMC בעזרת השלט\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"זמן השהייה ברצף\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"מנוטרל\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"סטנדרטי\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"שלט אוניברסלי\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"רב שלט (הרמוני)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"שגיאת שלט Apple\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"לערום\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"לפזר\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"מוריד קובץ רשימת השמעה...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"מוריד רשימת זרימה...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"מפענח רשימת זרימה...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"הורדת רשימת זרימה נכשלה\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"הורדת קובץ רשימת שמע נכשלה\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"ספריית משחקים\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"העבר אוטומטי לתמונות ממוזערות שמבוססות על\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"הפעל העברה אוטומטית לתצוגת תמונות ממוזערות\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- השתמש בצלמיות גדולות\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- החלפה מבוססת על\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- אחוזים\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"אין קבצים ולפחות תמונה ממוזערת אחת\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"לפחות קובץ אחד ותמונה ממוזערת\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"אחוזי התמונות הממוזערות\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"צפה באפשריות\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"שנה קוד אזור 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"שנה קוד אזור 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"שנה קוד אזור 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"ספריה\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"אין טלויזיה\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"הזן את העיר הגדולה הקרובה\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"וידאו מהכונן הקשיח\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"מטמון וידאו - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"וידאו מרשת מקומית\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"וידאו מהאינטרנט\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"מטמון אודיו - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"אודיו מרשת מקומית\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"אודיו מהאינטרנט\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"מטמון DVD - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"DVD מרשת מקומית\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"שרותים\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"הגדרות רשת שונו\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC דורש הפעלה מחדש כדי לשנות את\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"הגדרות הרשת. האם ברצונך להפעיל מחדש כעת?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"לאחר עיבוד\"\n\nmsgctxt \"#14042\"\nmsgid \"Internet connection bandwidth limitation\"\nmsgstr \"כתובת IP של המנוע\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- כבה תוך כדי ניגון\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i דקות\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i שניות\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i מ.ש\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"מבנה שעה\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"מבנה תאריך\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"GUI פילטרים ב\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"השתמש בסריקה ברקע\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"הפסק סריקה\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"לא אפשרי בזמן סריקת פרטי מדיה\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"אפקט גרעיניות סרטים\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"חפש תמונות ממוזערות בשיתוף מרוחק\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"סוג מטמון לא מוכר - אינטרנט\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"אוטומטי\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"הזן שם משתמש עבור\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"תאריך & שעה\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"קבע תאריך\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"קבע שעה\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"הזן זמן 24 שעות במבנה HH:MM\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"הזן תאריך במבנה DD/MM/YYYY\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"IP הזן כתובת\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"החל הגדרות אלה כעת?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"החל שינויים כעת\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"אפשר שינויי שמות ומחיקת קבצים\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"הגדר איזור זמן\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"השתמש בשעון קיץ\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"הוסף למועדפים\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"הסר ממועדפים\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"צבעי מעטפת\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"מדינת איזור זמן\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"איזור זמן\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"רשימות קבצים\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"הצג פרטי EXIF מתמונה\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"השתמש בחלון מסך מלא במקום מסך מלא אמיתי\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"הכנס שירים לתור בבחירה\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"ניגון\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"נגן DVD אוטומטית\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"פונט לשימוש עבור כתוביות טקסט\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"בינלאומי\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"ערכת תווים\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"ניפוי שגיאות\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"אבטחה\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"התקני קלט\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"חסכון באנרגיה\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"הסר\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"משחקים\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"הוסף\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"סיסמא\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"ספריה\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"מסד נתונים\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* כל האלבומים\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* כל האמנים\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* כל השירים\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* כל הסגנונות\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"אוגר...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"צלילי ניווט\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"ברירת מחדל של המעטפת\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- נושא\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"ערכת נושא ברירת מחדל\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"LastFM\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"LastFM שלח שם ל\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"LastFM משתמש\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"LastFM סיסמא\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"לחיצת ידיים נכשלה...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"XBMC אנא עדכן\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"שליחה נכשלה: זיהוי שגוי.\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"מחובר\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"לא מחובר\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"%i השהיית שליחה\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"שירים %i הטמין\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"שולח...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"שניות %i שולח בעוד\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"נגן באמצעות...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"מוחלק ומסונכרן A/V השתמש ב\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"הסתר שמות קבצים בתצוגת תמונות ממוזערות\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"נגן במצב מסיבה\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"LastFM אל Last.fm Radio שלח\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Last.fm מתחבר אל...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"בחירת תחנה...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"חפש אומנים דומים...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"חפש תגיות דומות...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"(%name%) הפרופיל שלך\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"תגיות במקומות הראשונים\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"%name% אומנים ראשונים עבור תגית\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"%name% אלבומים ראשונים עבור תגית\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"%name% רצועות ראשונות עבור תגית\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"last.fm radio %name% האזן לתגית\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"%name% אומנים דומים ל\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"הנבחרים %name% אלבומי\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"הנבחרות %name% רצועות\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"הנבחרים %name% תגי\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"%name% המעריצים הגדולים של\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"last.fm %name% האזן למעריצי\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"last.fm %name% האזן לאומנים דומים\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"%name% האומנים הנבחרים של משתמש\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"%name% האלבונים הנבחרים של משתמש \"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"%name% הרצועות הנבחרות של משתמש\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"%name% חברים של משתמש\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"%name% שכנים של משתמש\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"%name% המצעד השבועי של אומן\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"%name% המצעד השבועי של אלבום\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"%name% המצעד השבועי של רצועת\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"last.fm radio %name% האזן לשכנים של\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"last.fm radio %name% האזן להעדפות האישיות של\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"last.fm radio %name% האזן לרצועות האהובות של\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"last.fm שולף רשימה מ...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"last.fm בעיה בקבלת רשימה מ...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"הכנס שם אומן למציאת אומנים דומים\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"הכנס תגית למציאת שירים דומים\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"%name% רצועות שנשמעו לאחרונה ע\\\"י\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"האזן להמלצות %name%'s  רדיו  Last.FM\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"האם אתה רוצה להוסיף את השיר הנוכחי לרשימת האהובים?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"האם אתה רוצה להחרים את השיר הנוכחי?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"הוסף לרשימת שירים אהובים: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"לרשימת שירים אהובים '%s' לא יכול להוסיף\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"החרם '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"לא יכול להחרים '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"שירים אהובים שנוספו לאחרונה לפי %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"שירים שהוחרמו לאחרונה לפי %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"הסר מרשימת שירים אהובים\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"בטל החרמה\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"האם אתה רוצה להסיר את השיר מרשימת שירים אהובים?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"האם אתה רוצה לבטל החרמת שיר?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"נתיב לא נמצא או לא חוקי\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"חיבור לשרת נכשל\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"שרתים לא נמצאו\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"קבוצת עבודה לא נמצאה\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"פותח מקור עם מספר נתיבים\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"נתיב:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"כללי\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"הגדרות חומרת אודיו...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"חיפוש באינטרנט\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"נגן\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"נגן מדיה מדיסק\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"הזן כותרת חדשה\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"הזן שם סרט\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"הזן שם פרופיל\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"הזן שם אלבום\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"הזן שם רשימת ניגון\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"הזן שם קובץ חדש\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"הזן שם ספריה חדשה\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"הזן ספריה\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"אפשרויות זמינות: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"הזן מחרוזת חיפוש\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"ללא\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"חיפוש אוטומטי\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"De-interlace\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (inverted)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"טיפול בשזירה\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"מבטל...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"הזן שם האמן\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"ניגון רשימת השמעה בוטל\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"יותר מידי פריטים שנכשלו\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"הזן ערך\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"בדוק קובץ רישום לפרטים\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"מצב מסיבה בוטל.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"לא נמצאו שירים מתאימים במסד הנתונים.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"אתחול מסד הנתונים נכשל.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"פתיחת מסד נתונים נכשלה.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"בעיה בשליפת השירים ממסד הנתונים.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"רשימת השמעה מצב מסיבה\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"כל הוידאו\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"לא נצפו\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"נצפו\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"סמן כנצפה\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"סמן כלא כנצפה\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"ערוך כותרת\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"NTSC-M & NTSC-J השתמש רק ב\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"NTSC-M השתמש רק ב\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"NTSC-J השתמש רק ב\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"PAL-60 השתמש רק ב\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"60hz למשחקי\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"פעולה בוטלה\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"העתקה נכשלה\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"נכשל בהעתקת קובץ אחד לפחות\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"העברה נכשלה\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"נכשל בהעברת קובץ אחד לפחות\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"מחיקה נכשלה\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"נכשל במחיקת קובץ אחד לפחות\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Video scaling method\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"השכן הקרוב\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (תוכנה)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (תוכנה)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (תוכנה)\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU) הפחתת רעש\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"חדות (VDPAU)\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Inverse Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Post-processing\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"מסך פרק זמן שינה\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"החלף לערוץ\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"תיקיית שמירת מוזיקה\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"השתמש בנגן DVD חיצוני\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"נגן DVD חיצוני\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"תיקיית מאמנים\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"תיקיית תמונות מסך\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"תיקיית רשימות ניגון\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"הקלטות\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"תמונות מסך\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"השתמש ב XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"רשימות השמעה למוזיקה\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"רשימות השמעה לוידאו\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"האם ברצונך להריץ את המשחק?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"מיין לפי: רשימת השמעה\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"תמונה ממוזערת בשרת מרוחק\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"תמונה ממוזערת נוכחית\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"תמונה ממוזערת מקומית\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"ללא תמונה ממוזערת\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"בחר תמונה ממוזערת\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"קונפליקט\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"סרוק חדש\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"סרוק הכול\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"אזור\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"סיכום\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"נעל חלון מוסיקה\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"נעל חלון וידאו\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"נעל חלון תמונות\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"נעל אזור תוכנות וסקריפטים\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"נעל מנהל קבצים\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"נעל הגדרות\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"התחל מחדש\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"היכנס למצב ראשי\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"צא ממצב ראשי\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"צור פרופיל '%s' ?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"התחל עם הגדרות חדשות\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"הזמין הטוב ביותר\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"החלף אוטומטית בין 16x9 ו 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"התייחס לערימת קבצים כקובץ אחד\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"זהירות\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"עזב מצב ראשי\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"נכנס למצב ראשי\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"תמונה ממוזערת Allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"הסר תמונה ממוזערת\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"הוסף פרופיל...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"בקש אחזור פרטים עבור כל האלבומים\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"פרטי מדיה\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"הפרד\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"משתף עם ברירת מחדל\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"משתף עם ברירת מחדל (קריאה בלבד)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"העתק ברירת מחדל\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"תמונת פרופיל\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"נעל העדפות\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"ערוך פרופיל\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"נעילת פרופיל\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"לא ניתן ליצור תיקיה\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"ספריית פרופיל\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"התחל עם מקורות מדיה חדשים\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"ודא כי התיקיה הנבחרת ניתנת לכתיבה\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"וכי שם התיקיה החדשה תקף\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"דירוג MPAA:\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"הזן קוד נעיל ראשי\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"בקש קוד נעילה ראשי בזמן אתחול\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"הגדרות מעטפת\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- קישור לא נקבע -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"אפשר הנפשה\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"נטרל RSS בעת מוזיקה\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"אפשר כפתורי קיצורים\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"הצג תוכנות בתפריט ראשי\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"הצג פרטים אודות המוסיקה\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"הצג פרטים אודות מזג האויר\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"הצג פרטים אודות המערכת\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"הצג מקום פנוי בכונן C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"הצג מקום פנוי בכונן E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"פרטי מזג האויר\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"מקום פנוי בכונן\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"הזן את השם של שיתוף קיים\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"קוד נעילה\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"טען פרופיל\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"שם הפרופיל\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"מקורות מדיה\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"הזן קוד נעילת פרופיל\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"מסך התחברות\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"משיג פרטי אלבום\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"משיג פרטים עבור האלבום\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"לא יכול להעתיק דיסק או רצועה בזמן ניגון מהדיסק\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"קוד נעילה ראשי והגדרות\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"הזנת קוד נעילה ראשי תמיד מאפשרת מצב ראשי\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"או העתק מברירת מחדל?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"שמור שינויים לפרופיל?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"הגדרות ישנות נמצאו\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"האם ברצונך להשתמש בהן?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"מקורות מדיה ישנות נמצאו.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"הפרד (נעול)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"ראשי\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- הגדלה\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"הגדרות UPnP\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"הפעלה אוטומטית\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"התחברות אחרונה: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"אף פעם לא התחבר\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"פרופיל %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"חיבור משתמש / בחר פרופיל\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"במסך ההתחברות השתמש בנעילה\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"קוד נעילה שגוי\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"זה מצריך קביעה של קוד נעילה ראשי\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"האם ברצונך לקבוע זאת כעת?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"טוען פרטי התוכנה\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"מסיבה!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"אמת\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"מערבב משקאות\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"ממלא כוסות\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"מחובר בתור\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"ניתוק\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"לך לראשי\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"ארוג\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"ארוג (הפוך)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"מזג\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"התחל וידאו מחדש\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"ערוך מיקום רשת\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"הסר מיקום רשת\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"האם ברצונך לסרוק את התיקייה?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"יחידת זיכרון\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"יחידת זיכרון מחוברת\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"לא מסוגל לחבר יחידת זיכרון\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"ביציאה %i, חריץ %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"נעל שומר מסך\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"קבע\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"שם משתמש\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"הזן סיסמא עבור\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"תזמון כיבוי\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"השהיית זמן כיבוי (בדקות)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"הוחל, כיבוי ב %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"כיבוי תוך 30 דקות\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"כיבוי תוך 60 דקות\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"כיבוי תוך 120 דקות\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"תזמן כיבוי מותאם אישית\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"בטל תזמון כיבוי\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"נעל העדפות עבור %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"עיון...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"פרטים בסיסיים\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"פרטים אודות מקום האיכסון\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"פרטי הכונן הקשיח\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"פרטי כונן ה DVD\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"פרטי הרשת\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"פרטי הוידאו\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"פרטי החומרה\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"סך הכל\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"בשימוש\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"מתוך\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"נעילה לא נתמכת\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"לא נעול\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"נעול\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"קפוא\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"מצריך אתחול\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"שבוע\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"שורה\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"רשת חלונות (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"שרת XBMSP\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"שרת FTP\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"מוזיקה משותפת של iTunes (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"שרת UPnP\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"הצג פרטי וידאו\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"סיים\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"סמלים\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Backspace\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"רווח\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"טען מעטפת מחדש\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"סובב תמונות בעזרת פרטי EXIF\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"השתמש בפוסטרים לסדרות\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"אנא המתן\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"מגבה EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"מגבה BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"אפשר גלילה אוטומטית לעלילות וסקירות\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"מותאם אישית\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"הפעל לוג מורחב\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"הורד פרטים נוספים בזמן עדכון\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"שירות ברירת מיחדל למידע על מוסיקה\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"החלף סקרייפר\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"ייצא ספרית המוסיקה\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"ייבא ספרית המוסיקה\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"לא נימצא אמן!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"הורדת פרטי אמן נכשלה\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"יש מסיבה! (וידאו)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"מערבב משקאות (וידאו)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"ממלא כוסות (וידאו)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV server (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV server (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"קליינט MythTV \"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"נתיב שרת האינטרנט (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"נתיב שרת האינטרנט (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"לא יכול לרשום לתיקייה:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"האם תרצה לדלג ולהמשיך?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"הזנת RSS\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"לא ידוע, אנא הוסף MD5 מ xbmc.log ל BiosDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"DNS משני\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP שרת:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"צור תיקיה חדשה\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"אמעם LCD בזמן ניגון\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"לא ידוע או על הלוח (מוגן)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"אמעם LCD בזמן הפסקה\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"אם בהפסקה הפעל LED בחזרה\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"וידאו - ספריה\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"שמירות משחקים\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"מיין לפי: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"הורד שמירות\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"שמירת משחק הותקנה על ה HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"נכשל בהורדת שמירת משחק\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"בחר שמירת משחק להורדה והתקנה\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"לא נמצא שמירת משחק למשחק הספציפי\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"לך לשמירת משחק\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"שמירות משחק\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"נגן חלק...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"אפס כיול\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"זה יאפס את ערכי הכיול ל %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"לערכי ברירת המחדל שלו\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"עיין לנתיב יעד\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"השתמש בשמות תיקיות לחיפוש\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"קובץ\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"השתמש בשמות תיקיה או קובץ בחיפוש?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"קבע תוכן\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"תיקיה\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"לחפש תוכן בצורה רקורסיבית?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"שחרר מקורות\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"שחקן\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"סרט\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"במאי\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"האם ברצונך להסיר את כל הפרטים מתוך\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"הנתיב הזה ממסד הנתונים?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"סרטים\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"סדרות\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"ספריה זו מכילה\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"הרץ סריקה אוטומטית\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"סרוק בצורה רקורסיבית\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"בתור\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"במאים\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"לא נמצאו קבצי וידאו בנתיב זה!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"הצבעות\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"פרטי סדרה\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"פרטי פרק\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"טוען פרטי סדרה\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"מייבא מדריך פרקים\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"טוען פרטים עבור פרקים בתיקייה\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"בחר סדרה:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"הזן שם סדרה\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"עונה %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"פרק\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"פרקים\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"טוען פרטי פרק\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"הסר פרק מספריה\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"הסר סדרה מספריה\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"סדרה\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"עלילת פרק\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* כל העונות\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"הסתר שנצפו\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"קוד הפקה\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"הראה עלילה לפריטים שעוד לא נצפו\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* הסתר למניעת ספוילרים *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"בחר תמונה ממוזערת לעונה\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"תמונת עונה\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"עונה\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"מוריד פרטי סרט\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"תוכן לא מוקצה\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"כותרת מקורית\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"רענן פרטי סדרה\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"רענן פרטים לכל הפרקים?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"תיקיה מכילה סדרה בודדת\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"מנע תיקייה מסריקות\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"ספיישלים\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"הורד תמונת עונה אוטומטית\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"תיקייה מכילה וידאו בודד\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"קשר לסדרה\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"הסר קישור לסדרה\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"סרטים שנוספו לאחרונה\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"פרקים שנוספו לאחרונה\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"אולפנים\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"קליפים\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"קליפים שנוספו לאחרונה\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"קליפ\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"הסר קליפ מספרית הוידאו\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"פרטי קליפ\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"טוען פרטי קליפ\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"מעורבב\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"עבור לאלבומים לפי אמנים\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"עבור לאלבומים\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"נגן שיר\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"לך לקליפים מהאלבום\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"לך לקליפים לפי אמן\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"נגן קליפ\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"הורד תמונות ממוזערות לשחקנים בהוספה לספריה\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"בחר תמונה ממוזערת לשחקן\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"הסר סימניית פרק\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"הוסף סימניית פרק\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"הגדרות סקרייפר\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"מוריד פרטי קליפ\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"מוריד פרטי סדרה\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"קדימון\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"שטח\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"שטח סדרות טלויזיה\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"קבל FanArt\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"בספריות וידאו FanArt הראה\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"סורק עבור תוכן חדש\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"שודר לראשונה\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"כותב\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"נקה שמות קבצים\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"אף פעם\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"אם רק עונה אחת\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"תמיד\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"יש קדימון\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"שקר\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"מצגת פאנארט\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"?לייצא לקובץ בודד או קבצים ניפרדים\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"קבצים לכל ערך?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"קובץ בודד\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"ניפרדים\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"?לייצא תמונות ממוזערות ופאנארט\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"?לדרוס קבצים קיימים\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"אל תכלול נתיב זה בעידכוני ספריה\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"חלץ תמונות ממוזערות ופרטי וידאו\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"מארזים\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"קבע צלמית לסטים של סרטים\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"לייצא תמונות ממוזערות לשחקנים\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"בחר פאנארט\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"פאנארט מקומי\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"ללא פאנארט\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"פאנארט נוכחי\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"פאנארט מרוחק\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"שנה תוכן\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"האם ברצונך לרענן את כל הפרטים\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"פריטים בתוך נתיב זה?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"פאנארט\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"מידע מקומי נמצא.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"התעלם ולעדכן מהאינטרנט?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"אין אפשרות להוריד פרטים\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"האם ברצונך להמשיך בסריקה?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"ארצות\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"קבץ סרטים במארזים\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"הצג קבצים וספריות מוחבאים\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"קליינט TuxBox\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"אזהרה: הצב את מכשיר ה TuxBox במצב הקלטה\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"הזרימה תופסק!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"זפזופ לערוץ: %s נכשל\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"האם אתה בטוח להתחיל את הזרימה?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"מתחבר אל: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"מכשיר TuxBox\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"הוסף שיתוף מדיה...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"שתף את ספריות הוידאו והמוסיקה דרך UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"ערוך שיתוף מדיה\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"הסר סיתוף מדיה\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"תיקיית כתוביות\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"ספריית סרט ותרגום חלופי\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"אפשר עכבר\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"בזמן ניגון המדיה נגן צלילי ניווט\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"תמונה ממוזערת\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"קביעת איזור נגן דיוידי\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"פלט וידאו\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"גודל וידאו\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"רגיל\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"תיבת מכתבים\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"מסך רחב\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"הפעל 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"הפעל 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"הפעל 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"הזן שם רשימת השמעה חדשה\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"הראה כפתור \\\"הוסף מקור\\\" ברשימות קבצים\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"אפשר פסי גלילה\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"אפשר פילטר נצפו בספריית וידאו\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"פתח\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"רמת ניהול אקוסטי\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"מהר\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"שקט\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"אפשר רקע מותאם אישית\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"רמת ניהול כוח\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"כוח גבוה\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"כוח נמוך\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"המתנה גבוהה\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"המתנה נמוכה\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"לא יכול להכניס למטמון קבצים גדולים מ 4 גיגה\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"פרק\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"High quality pixel shader v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"אפר רשימת ניגון בהפעלה\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"השתמש בתאוצת (tween) אנימציות\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"מכיל\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"לא מכיל\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"הוא\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"הוא לא\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"מתחיל עם\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"נגמר עם\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"גדול יותר מ\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"פחות מ\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"אחרי\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"לפני\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"באחרון\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"לא באחרון\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"סקרייפרים\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"סקרייפר ברירת מחדל לסרטים\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"סקרייפר ברירת מחדל לסדרות\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"סקרייפר ברירת מיחדל למוסיקה\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"אפשר גיבוי על פי שפת הסקרייפר\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- הגדרות\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"רב-לשוני\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"ערך להתאמה\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"חוקי רשימת השמעה חכמה\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"התאם פריטים בהם\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"חוק חדש...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"הפריטים חייבים להתאים\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"כל החוקים\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"חוק אחד או יותר\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"הגבלה\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"אין הגבלה\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"סדר לפי\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"עולה\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"יורד\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"ערוך רשימת השמעה חכמה\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"שם רשימת השמעה\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"מצא פריטים בהם\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"- ערוך\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \" פריטים %i\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"רשימת השמעה חכמה חדשה\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"כונן %c\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"ערוך חוקי מצב מסיבה\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"תיקיית בית\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"ספירת שנצפו\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"שם פרק\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"רזולוצית וידאו\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"ערוצי שמע\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"מקודד וידאו\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"מקודד שמע\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"שפת שמע\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"שפת כתובית\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"שלט רחוק שולח לחיצות מקלדת\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"שם קובץ\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"נתיב קובץ\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"גודל קובץ\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"תאריך/שעה קובץ\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"שקופית אינדקס\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"רזולוציה\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"הערות\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"צבעוני/שחור-לבן\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"תהליך JPEG\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"תאריך/שעה\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"תיאור\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"יצרן המצלמה\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"דגם המצלמה\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF תגובה\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"קושחה\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"צמצם\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"מוקד אורך\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"מרחק הפוקוס\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"חשיפה\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"זמן חשיפה\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"הטיית חשיפה\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"מצב חשיפה\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"פלאש בשימוש\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"איזון לבן\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"מקור האור\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"מצב מדידה\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"זום דיגיטלי\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD רוחב\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS קו-רוחב\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS קו-אורך\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS גובה\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"התמצאות\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"קטגוריות נוספות\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"מילות מפתח\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"מלות הסבר\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"מחבר\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"כותרת\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"הוראות מיוחדות\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"קטגוריה\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"כותרת-משנה\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"כותרת-משנה\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"קרדיט\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"מקור\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"הערת זכויות יוצרים\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"שם אובייקט\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"עיר\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"מדינה\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"ארץ\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Original Tx Reference\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"תאריך יצירה\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"קוד מדינה\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Reference service\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"אפשר שליטה על XBMC דרך UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"נסה לדלג על הקדמות לפני תפריט DVD\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"מוסיקה שמורה\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"בדוק פרטים של כל האמנים\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"מוריד פרטי אלבום\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"מוריד פרטי אמן\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"ביוגרפיה\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"דיסקוגרפיה\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"מחפש אמן\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"בחר אמן\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"פרטי אמן\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"כלי נגינה\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"נולד\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"הוקם\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"נושאים\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"התפרקו\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"נפטר\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"שנות פעילות\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"חברת הפקה\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"נולד / הוקם\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"עדכן את הספריה בהפעלה\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"תמיד עדכן ספרייה ברקע\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"אפשר רשימת עריכה\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"%2.3f שניות עוכבו\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"%2.3f שניות הוקדמו\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"השהיית כתוביות\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL ספק:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL renderer:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL גרסה:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB טמפרטורה:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU טמפרטורה:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"סה\\\"כ זיכרון\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"נתוני פרופיל\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"השתמש בעמעום כשמושהה בזמן ניגון וידאו\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"כל ההקלטות\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"לפי כותרת\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"לפי קבוצה\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"ערוצים חיים\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"הקלטות לפי כותרת\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"מדריך\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"הצג קיבצי וידאו ברשימה\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"פונט\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"ייצא כותרות קריוקי כקובץ HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"ייצא כותרות קריוקי כקובץ CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"ייבא כותרות קריוקי...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"הראה אוטומטית את בורר השירים\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"ייצא כותרות קריוקי...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"הזן מספר שיר\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"לבן/ירוק\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"לבן/אדום\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"לבן/כחול\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"שחור/לבן\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"תוסף מזג האויר\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- הגדרות תוסף\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"הפעל טלטקסט\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"חלק %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"אוגר %i בייטים\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"עוצר\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"רץ\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"נגן חיצוני פעיל\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"לחץ על אישור כדי לנטרל את הנגן\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"לחץ אישור כאשר ההשמעה הסתיימה\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"תוסף\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"הגדר\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"נטרל\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"הפעל\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"הרחבה זו אינה ניתנת להגדרה\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"מצב ספריה\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"מקלדת QWERTY\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"שימוש בהעברת קול ישירה (passthrough)\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Auto Flicker Filter Patch\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"איכות הקדימון\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"זרימה\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"הורד\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"הורד ונגן\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"הורד ושמור\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"היום\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"מחר\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"שומר\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"מעתיק\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"הגדר תיקיית הורדות\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"חפש אורך\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"קצר\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"ארוך\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"השתמש בנגן DVD במקום הנגן הרגיל\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"בקש לשמור לפני נגינת הוידאו\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"קליפים\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"על מנת לאפשר, הפעל תוסף מחדש\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"הלילה\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"מחר בלילה\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"תנאי\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"משקעים\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"משקעים\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"לח\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"מרגיש כמו\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"ניצפה\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"פרידה מהרגיל\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"זריחה\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"שקיעה\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"פרטים\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"השקפה\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Coverflow\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"תרגם טקסט\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"קטגוריה %s מרשימת המפות\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 שעות\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"מפות\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"לפי שעה\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"סוף שבוע\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"יום %s\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"התראה\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"התראות\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"בחר את \"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"בדוק\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"הגדר את\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"עונות\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"השתמש ב\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"תיראה את\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"הקשב ל\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"צפה ב\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"הגדר את ה\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"הפעלה\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"תפריט\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"נגן את ה\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"אפשרויות\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"עורך\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"אודות ה\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"כוכבי דירוג\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"רקע\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"רקעים\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"רקע מותאם אישית\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"רקעים מותאמים אישית\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"צפה בקובץ README\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"צפה בלוג שינויים\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"גרסה זו של %s דורשת\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"דרושה גרסה %s של XBMC או יותר כדי לרוץ\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"אנא עדכן את XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"לא נמצאו פרטים!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"עמוד הבא\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"אוהב\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"שונא\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"קובץ זה שייך לערמה. בחר נקודת התחלה\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"נתיב לסקריפט\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"הפעל כפתור סקריפט מותאם אישית\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Hungarian/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\n<language locale=\"hungarian\">\n  <charsets>\n    <gui unicodefont=\"true\">CP1250</gui>\n    <subtitle>CP1250</subtitle>\n  </charsets>\n  <dvd>\n    <menu>hu</menu>\n    <audio>hu</audio>\n    <subtitle>hu</subtitle>\n  </dvd>\n  <regions>\n    <region name=\"Budapest, Hungary\" locale=\"hungary\">\n      <dateshort>YYYY.MM.DD.</dateshort>\n      <datelong>YYYY. MMMM D.</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n    <region name=\"Debrecen, Hungary\" locale=\"hungary\">\n      <dateshort>YYYY.MM.DD.</dateshort>\n      <datelong>YYYY. MMMM D.</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n    <region name=\"Nagykanizsa, Hungary\" locale=\"hungary\">\n      <dateshort>YYYY.MM.DD.</dateshort>\n      <datelong>YYYY. MMMM D.</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n\n    <region name=\"Pecs/Pogany, Hungary\" locale=\"hungary\">\n      <dateshort>YYYY.MM.DD.</dateshort>\n      <datelong>YYYY. MMMM D.</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n  </regions>\n  \n  <sorttokens>\n    <token>The</token>\n    <token>A</token>\n    <token>Az</token>\n  </sorttokens>\n\n</language>"
  },
  {
    "path": "Mod Files/system/language/Hungarian/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Hungarian (http://www.transifex.com/projects/p/xbmc4xbox/language/hu/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: hu\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programok\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Képek\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Zene\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Videók\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"TV Műsor kalauz\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Beállítások\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Fájlkezelő\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Időjárás\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc media center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Hétfő\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Kedd\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Szerda\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Csütörtök\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Péntek\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Szombat\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Vasárnap\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Január\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Február\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Március\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"Április\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Május\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Június\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Július\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"Augusztus\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"Szeptember\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Október\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"November\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"December\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Hétf\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Kedd\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Szer\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Csüt\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Pén\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Szom\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Vas\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Jan\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Feb\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Már\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Ápr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"Máj\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Jún\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Júl\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Aug\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Szep\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Okt\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Dec\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Nézet: Auto\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Nézet: Auto nagy\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Nézet: Ikon\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Nézet: Lista\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Vizsgálat\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Név szerint\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Dátum szerint\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Méret szerint\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Nem\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Igen\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Diavetítés\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Miniképek létrehozása\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Miniképek létrehozása\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Parancsikonok\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Szünet\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Másolás\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Áthelyezés\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Törlés\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Átnevezés\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Új mappa\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Másolás megerősítése\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Áthelyezés megerősítése\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Fájltörlés megerősítése?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Kijelölt mappák és fájlok átmásolása?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Kijelölt mappák és fájlok áthelyezése?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Kijelölt mappák és fájlok törlése? Nem visszaállítható!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Állapot\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Elem\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Általános\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Diavetítés\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Rendszerinfó\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Képernyő\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albumok\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Előadók\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Zeneszámok\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Műfajok\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Lejátszáslisták\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Keresés\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Rendszerinformáció\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Hőmérsékletek:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Idő:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Aktuális:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Verzió:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Hálózat:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Típus:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statikus\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC cím\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP cím\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Kapcsolat: \"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Fél-duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Teljes-duplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Háttértár\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Meghajtó\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Szabad\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Videó\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Szabad memória\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Nincs kapcsolat\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Szabad\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Nem elérhető\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Tálca nyitva\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Beolvasás\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Nincs lemez\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Lemezt találtam\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Felszín\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"FTP szerver engedélyezése\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Internet pontos idő szolgáltatás használata\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Felbontás\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Képfrissítési frekvencia igazítása a filmhez\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Megjelenés dátuma\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"4:3 képarányú videók megjelenítési módja\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Hangulatok\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Stílusok\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Zeneszám\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Hossz\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Albumválasztás\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Zeneszámok\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Ismertető\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Frissítés\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Album keresése\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Nincs találat!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Összes kijelölése\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Média információ keresése\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Mentés\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Keverés\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Törlés\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Keresés\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Keresés...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Információ nem található!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Film választás:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"%s lekérdezése\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Filminformációk betöltése\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Röviden\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Tartalom\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Szavazatok\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Szereplők\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Tartalom\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Lejátszás\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Következő\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Előző\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Felhasználói felület kalibrálása...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Képernyő kalibrálása\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Lágyítás\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Nagyítási arány\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Képpontarány\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD meghajtó\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Helyezz be egy lemezt\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Távoli megosztás\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Hálózat nem elérhető\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Mégsem\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Sebesség\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Teszt minták...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Zenei CD-k keresése a freedb.org-on\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Véletlenszerû lejátszáslista betöltéskor\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Merevlemez kikapcsolási ideje\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Képszűrők\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Nincs\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Point\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Linear\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotropic\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussian Cubic \"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Kicsinyítés\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Nagyítás\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Lejátszáslista törlése kilépéskor\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Programok\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Nyelv\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Zene\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Vizualizáció\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Célkönyvtár választása\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Sztereó kimenet mindegyik hangszórón\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Csatornák száma\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- DTS képes erősítő\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"CD információ letöltése\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Hiba\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Címkeolvasás engedélyezése\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Adatfolyam megnyitása\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast rádiók\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Indulásra vár...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Programok kimenete\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"XBMC távoli vezérelhetősége HTTP-n\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Felvétel\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Felvétel leállítása\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Számok szerint\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Idő szerint\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Cím szerint\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Előadó szerint\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Album szerint\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Top 100 \"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Bal-felső túllógás javítása\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Jobb-alsó túllógás javítása\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Felirat pozicionálása\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Képpontarány igazítása\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Használd a nyilakat a túllógás beállításához\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Használd a sávot a felirat pozicionálásához\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Változtasd a négyszöget, míg tökéletes négyzet nem lesz\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Beállítások betöltése sikertelen\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Alapértelmezett beállítások visszaállítása\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Ellenőrizd az XML fájlokat\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"%i találat\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Keresési eredmények\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Nincs találat\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Post-processing filter\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Feliratok\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Betűtípus\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Méret\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Normalizálás (DRC)\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Videó\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Hang\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Feliratok keresése\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Új könyvjelző\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Könyvjelzők törlése\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Hang eltolás\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Könyvjelzők\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Késleltetés\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Nyelv\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Engedélyezve\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Nem interleave típusú\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Automatikus post-processing\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Vertical deblocking filter\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Horizontal deblocking filter\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Auto fényerő/kontraszt\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Adatbázis tisztítása\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Előkészítés...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Adatbázis hiba\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Zeneszámok keresése...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Adatbázis tisztítása sikeres\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Zeneszámok tisztítása...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Hiba a zeneszámok tisztítása közben\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Előadók tisztítása...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Hiba az előadók tisztítása közben\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Műfajok tisztítása...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Hiba a műfajok tisztítása közben\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Elérési utak tisztítása...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Hiba az elérési utak tisztítása közben\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Albumok tisztítása...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Hiba az albumok tisztítása közben\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Változások mentése...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Hiba a változások mentése közben\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Ez a művelet akár sok időt is igénybe vehet...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Adatbázis tömörítése...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Hiba az adatbázis tömörítése közben\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Médiatár tisztítása?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Médiatár tisztítása...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Indítás\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Képkockasebesség konvertálás\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Hangkimenet\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analóg\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digitális\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Különböző előadók\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Lemezek\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Filmek\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Képkockasebesség igazítás\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Színészek\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Év\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programok\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Ki\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Elhalványít\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Fekete\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Mátrix animáció\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Képernyőkímélő késleltetés beállítás\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Képernyőkímélő típusa\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Alvó üzemmód, ha inaktív a következő ideig\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Minden album\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Új albumok\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Képernyőkímélő\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Rekurzív diavetítés\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Képernyőkímélő elhalványodási szintje\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Fájlnév szerint\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Dolby Digital (AC3) képes erősítő\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Név szerint\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Év szerint\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Érték szerint\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Cím\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Viharos\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Részben\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Többnyire\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Napos\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Felhős\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Havazás\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Eső\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Enyhe\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"délelőtt\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"délután\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Zivatar\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Helyenként\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Elszórtan\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Szél\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Erős\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Szép idő\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Tiszta\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Felhők\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Hajnalban\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Zápor\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Széllökések\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Alacsony\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Közepes\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Magas\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Köd\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Pára\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Hely kiválasztása\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Frissítés gyakorisága\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Hőmérséklet mértékegysége\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Sebesség mértékegysége\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Időjárás\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Hőmérséklet\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Hőérzet\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV index\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Szél\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Harmatpont\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Páratartalom\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"Irány:\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"Sebesség:\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Alapértelmezett\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Időjárás-szolgáltató keresése\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Időjárás lekérdezése:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Hiba az időjárás lekérdezése közben\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Kézi\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Nincs ismertető ehhez az albumhoz\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Minikép letöltése...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Nem elérhető\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Nézet: Nagy ikon\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Album információ törlése\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"CD információ törlése\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Kiválaszt\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Album információ nem található\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"CD információ nem található\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Lemez\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Hibás CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Helyezze be a következő CD/DVD-t\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"DVD# szerint\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Nincs gyorsítótár\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Film eltávolítása a médiatárból\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Biztos el akarod távolítani a '%s'-t?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Cserélhető lemez\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Fájl megnyitása\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Gyorsítótár\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Merevlemez\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Helyi hálózat\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Videó\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Hang\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Média autoindítás\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Engedélyezve\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Oszlopok\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Sor 1 cím\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Sor 2 cím\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Sor 3 cím\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Sor 4 cím\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Sorok\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Mód\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Nézet váltása\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Feliratok\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Hangfolyam\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[aktív]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Felirat\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Háttérvilágítás\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Fényerő\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Kontraszt\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Típus\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Navigációs-tálca (OSD) pozíció beállítása a sáv mozgatásával\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Navigációs-tálca (OSD) pozíció\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Készítők\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Ki\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Csak zene\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Zene és Videó\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Lejátszáslista nem tölthető be\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"Navigációs tálca\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Felszín és Nyelv\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Megjelenés\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Hangbeállítások\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Az XBMC-ről\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Album törlése\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Ismétlés\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Egy ismétlése\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Mappa ismétlése\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Lejátszás automatikus folytatása\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Nagy ikonok használata\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Feliratok méretezése\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Haladó beállítások (csak szakértőknek!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Hangerőkilengések megengedett tartománya\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Videók felskálázása a GUI felbontásához\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Kalibrálás\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Fájlkiterjesztések megjelenítése\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Típus szerint\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Sikertelen csatlakozás az online szolgáltatóhoz\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Hiba az albuminformáció letöltése közben\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Album nevek keresése...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Nyitva\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Foglalt\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Üres\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Médiainformáció betöltése fájlokból...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Használat alapján\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Vizualizációk engedélyezése\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Automatikus képmód váltás\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Kezdőablak\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Főképernyő\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Kézi beállítások\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Műfaj\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Mostanában játszott albumok\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Indítás\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Indítás a...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"XBE cím átírás\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Összeállítások\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Forrás eltávolítása\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Médiaváltás\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Lejátszáslista választása\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Új lejátszáslista\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Hozzáadás a lejátszáslistához\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Kézi hozzáadás a Médiatárhoz\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Cím\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Hiba: már létező cím\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Műfaj választása\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Új műfaj\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Kézi hozzáadás\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Műfaj\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Nézet: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Lista\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Ikon\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Nagy lista\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Nagy ikonok\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Széles\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Széles (nagy)\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Album ikonok\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD ikonok\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Médiainfó\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Hanglejátszás eszköze\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Közvetlen-hangtovábbítás (passthrough) eszköze\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Nincs életrajz ehhez az előadóhoz\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"A többcsatornás hangok lekeverése sztereóra\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \" %s szerint\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Név\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Dátum\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Méret\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Szám\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Idő\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Cím\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Előadó\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Lejátszási lista\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"Azonosító\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Fájl\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Év\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Pontszám\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Típus\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Használat\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Album előadó\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Lejátszás-számláló\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Utoljára játszott\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Leírás\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Hozzáadás\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Eredeti\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Stúdió\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Elérési út\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Ország\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"Folyamatban\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Rendezés iránya\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Rendezés módja\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Nézetmód\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Mappanézet megjegyzése\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Növekvő\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Csökkenő\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Lejátszáslista szerkesztése\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Szűrő\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Kilépés partymódból\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Partymód\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Véletlenszerű\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Ki\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Egyszer\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Mind\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Ki\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Ismétlés: Ki\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Ismétlés: Egyszer\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Ismétlés: Mind\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Zenei CD bemásolása (rip)\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Közepes\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Normál\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Extrém\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Állandó bitarány\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Bemásolás...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Ide:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"CD vagy zeneszám nem bemásolható\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDA bemásolási mappa nincs beállítva.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Zeneszám bemásolása\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Szám megadása\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Zenei CD\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Kódoló\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Minőség\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bitarány\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Zene számának bevonása\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Minden zeneszám a(z)\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Nézet mód\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normál\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Nagyítás\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Széthúzás 4:3-ra\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"14:9 teljes képernyő\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Széthúzás 16:9-re\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Eredeti méret\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Egyéni\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Hangerőingadozások kiegyenlítése\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Hangerőingadozások kiegyenlítése\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Zeneszám szintekhez\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Album szintekhez\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Előerősítés - Hangerőkiegyenlített fájlok\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Előerősítés - Nem hangerőkiegyenlített fájlok\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Túlvezérelt torzítás elkerülése hangerőkiegyenlítésnél\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Feketesávok levágása\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Egy nagy fájl kitömörítése szükséges. Folytatod?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Eltávolítás a médiatárból\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Médiatár (videó) exportálása\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Médiatár (videó) importálása\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Importálás\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Exportálás\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Médiatár keresése\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Év\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Médiatár frissítése\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Hibakeresési-infó megjelenítése\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Futtatható fájl keresése\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Lejátszáslista keresése\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Mappa keresése\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Dal információ\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Hang előerősítés\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Export mappa választása\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"A fájl már nem elérhető.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Eltávolítás a médiatárból?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Program keresése\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Tömörítés erőssége\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Médiatár tisztítása\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Régi dalok eltávolítása a médiatárból\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Ez az elérési út már át lett vizsgálva korábban\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Hálózat\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Kiszolgáló\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"HTTP proxykiszolgáló használata az internet eléréséhez\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internetprotokoll (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Érvénytelen port. Az értéknek 1 és 65535 között kell lennie.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP proxy\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Kijelölés\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automatikus (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Kézi (Állandó)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Alapértelmezett (Főmenü)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP cím\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- hálózati maszk\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Alapértelmezett átjáró\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS szerver\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Mentés & újraindítás\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Érvénytelen cím. Az értéknek AAA.BBB.CCC.DDD-nek kell lennie.\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"0 és 255 közötti számokkal.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"A változtatások nincsenek elmentve. Folytatás mentés nélkül?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Webkiszolgáló\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP kiszolgáló\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Internet Idő\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Port\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Az idő szerver IP címe\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Mentés és érvényesítés\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Jelszó\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Nincs jelszó\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Karakterkészlet\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Stílus\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Szín\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normál\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Félkövér\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Dőlt\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Félkövér és Dőlt\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Fehér\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Sárga\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Fájlok\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Nincs információ ehhez a nézethez\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Médiatár kikapcsolása szükséges\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Hiba a kép beolvasása közben\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Elérési út szerkesztése\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Kép tükrözése\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Megerősítés?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Forrás eltávolítása\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Programhivatkozás hozzáadása\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Program elérési út szerkesztése\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Program nevének szerkesztése\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Elérési út mélységének szerkesztése\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Nézet: Nagy lista\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Sárga\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Fehér\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Kék\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Világoszöld\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Sárgászöld\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Cián\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Világosszürke\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Szürke\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Hiba %i: megosztás nem elérhető\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Automatikus FATX korlátozó\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Hangkimenet\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"POZÍCIÓKERESÉS\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Diavetítés mappa\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Hálózati eszköz\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- vezetéknélküli hálózat neve (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Vezetéknélküli hálózat jelszava\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Vezeték nélküli biztonság\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Hálózati eszköz beállításainak mentése\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Nincs titkosítás\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Hálózati eszköz beállításainak mentése. Kérlek várj.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Hálózati eszköz sikeresen újraindult.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Hálózati eszköz nem indult el.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Eszköz letiltva\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Hálózati eszköz letiltva.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Vezetéknélküli hálózat neve (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"XBMC irányítható az ezen a rendszeren futó programokkal\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Port tartomány\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"XBMC irányítható a más rendszereken futó programokkal is\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Kezdeti ismétlés késleltetés (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Folyamatos ismétlés késleltetése (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Ügyfelek maximális száma\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Internet elérés\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Hibás portszám lett megadva\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Érvényes porttartomány: 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Érvényes porttartomány: 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Képernyőkímélő előnézet\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Kapcsolódás sikertelen\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"Sikertelen csatlakozás a hálózati helyhez.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Ez a hálózati kapcsolat hiánya miatt lehet.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Hozzáadás ettől függetlenül?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP cím\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Hálózati hely hozzáadása\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protokoll\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Kiszolgáló címe\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Kiszolgáló neve\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Távoli elérési út\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Megosztott mappa\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Felhasználónév\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Hálózati megosztások tallózása\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Kiszolgáló IP címe\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Kiszolgáló elérési útja\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Port\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Felhasználónév\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"%s forrás hozzáadása\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Elérési-út megadása, vagy médiamappák tallózása\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Médiaforrás nevének megadása\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Új megosztás keresése\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Tallózás\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Mappainformáció nem elérhető\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Forrás hozzáadása\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Forrás szerkesztése\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"%s forrás szerkesztése\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Új név megadása\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Kép keresése\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Képmappa keresése\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Hálózati hely hozzáadása...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Fájl keresése\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Almenü\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Almenügombok engedélyezése\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Kedvencek\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Video beépülők\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Zene beépülők\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Kép beépülők\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Könyvtár betöltése\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"%i elem letöltve\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"%i elemből %i letöltve\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Program beépülők\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Beépülő bélyeg beállítás\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Beépülő beállítások\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Hozzáférési pontok\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Más...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"Web szerver felhasználónév\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Program beállítások\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Kislemezek\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB ügyfél\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Munkacsoport\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Alapértelmezett felhasználónév\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Alapértelmezett jelszó\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS kiszolgáló\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"SMB megosztás felcsatolása\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Eltávolítás\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Zene\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Videó\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Képek\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Fájlok\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Zene & videó\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Zene & képek\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Zene & fájlok\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Videó & képek\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Videó & fájlok\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Képek & fájlok\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Zene & videó & képek\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Zene & videó & képek & fájlok\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Letiltva\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Fájlok & zene & videó\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Fájlok & képek & zene\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Fájlok & képek & videó\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Zene & programok\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Videó & programok\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Képek & programok\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Zene & videó & képek & programok\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programok & videó & zene\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programok & képek & zene\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programok & képek & videó\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP felhasználónév\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP jelszó\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Az FTP szerver jelszó beállítva!\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Automatikus\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Automatikus rendszerfelismerés\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Becenév\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Kérdés csatlakozás előtt?\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"FTP felhasználónév és jelszó elküldése\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Ping gyakoriság\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Kapcsolódás az automatikusan felismert rendszerhez?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Szolgáltatások hirdetése más rendszerek felé a Zeroconf segítségével\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Egyedi hanglejátszó eszköz megadása\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Egyedi hangtovábbító eszköz megadása\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Viharos\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"és\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Fagyos\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Késői\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Helyi\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Zivatar\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Villámlás\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Napos\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Erős\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"-\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"-\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Környéken\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Jég\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Kristályok\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Nyugodt\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"-val/-vel\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"Szeles\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"Szitáló\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Vihar\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Szemerkél\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Ködös\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Szitálás\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"Viharok\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"Viharos esőzések\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Kijelző altatása üresjárat esetén\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Hossz\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Program hiba: %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"LCD kijelző engedélyezése (ha elérhető)\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Főképernyő\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programok\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Képek\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Fájlkezelő\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Beállítások\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Zene\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Videók\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Rendszerinfó\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Beállítások - Általános\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Beállítások - Képernyő\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Beállítások - Megjelenítés - UI Kalibrálás\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Beállítások - Videók - Képernyő Kalibrálás\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Beállítások - Képek\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Beállítások - Programok\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Beállítások - Időjárás\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Beállítások - Zene\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Beállítások - Rendszer\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Beállítások - Videók\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Beállítások - Hálózat\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Beállítások - Megjelenítés\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Programok\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Videók/lejátszáslista\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Beállítások - Profilok\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Igen/nem párbeszédpanel\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Folyamatjelző párbeszédpanel\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Feliratok keresése...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Feliratok keresése vagy gyorsítótárazása...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"megszakítás\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"előtöltés\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Adatfolyam megnyitása\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Zene/Lejátszáslista\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Zene/Fájlok\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Zene/Médiatár\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Lejátszáslista szerkesztő\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Top 100 dal\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Top 100 album\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programok\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Konfiguráció\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Időjárás-előrejelzés\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Hálózati játék\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Kiterjesztések\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Rendszerinfó\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Zene - Médiatár\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Játszásra jelölt zenék\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Játszásra jelölt videók\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Albuminfó\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Filminfó\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Párbeszédpanel választása\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Zene/Infó\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Párbeszédpanel OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Videók/Infó\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Programok/Infó\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Teljesképernyős videó\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Vizualizáció kiválasztása\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Fájl egyesítés\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Index újraépítése...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Vissza a Zenékhez\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Vissza a Videókhoz\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Trainer lista frissítése\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Trainer nem található\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Trainer beállítások\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Minden regisztrált trainer hiányzik. Frissítsd a listát!\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Automatikus folytatás az előző helyről\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Nem\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Igen\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Kérdezzen\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Lejátszás az elejéről\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Folytatás innen: %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Meglévő trainerek ellenőrzése...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Zárolva! Kód szükséges...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Jelszó\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Mesterkód\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Feloldási kód megadása\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"ill. nyomj C-t a visszalépéshez\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Nyomd a gamepad gomb kombinációt és\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"Nyomj \\\"start\\\"-ot vagy \\\"visszát\\\" a kilépéshez\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Zárolás\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Feloldás\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Zárolás újrabeállítása\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Zárolás törlése\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Numerikus jelszó\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Gamepad gombkombináció\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Szöveges jelszó\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Új jelszó\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Jelszó megerősítése\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Érvénytelen jelszó,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"lehetőséged maradt \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"A két jelszó nem egyezik.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Hozzáférés megtagadva\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Túl sok sikertelen próbálkozás.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"A rendszer leáll.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Az elem zárolva\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Zárolás újraaktiválása\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Változtatás zárolása\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Források zárolása\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Érvénytelen jelszó. Próbáld újra.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Mester zárolás\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Leállítás, ha a mesterkód próbálkozások száma eléri a\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Érvénytelen mesterkód\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Adj meg érvényes mesterkódot\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Beállítások & Fájlkezelő\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Alapértelmezettként minden filmre\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Minden eddigi beállítás törlése?\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Képek megjelenítése:\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Pásztázás és nagyítás (pan&zoom) effektek használata\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"NTSC videók lejátszása PAL sebességgel\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"PAL videók lejátszása NTSC sebességgel\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"NTSC videók lejátszása PAL60 sebességgel\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12 órás számozás\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24 órás számozás\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Nap/Hónap\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Hónap/Nap\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Rendszer üzemidő\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"perc\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"óra\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"nap\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Folyamatos üzemidő\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Időjárás\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Képernyőkímélő\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Teljes képernyős OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Rendszer\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Azonnali merevlemez kikapcsolás\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Csak videó\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Késleltetés\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Minimum fájl hossz\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Leállítás\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Főmenü\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Egyéni útvonal használata a főmenühöz\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Alapértelmezett leállítási mód\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Kilépés\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Hibernálás\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Alvó üzemmód\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Kilépés\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Újraindítás\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Kicsinyítés\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Be(ki)kapcsoló gomb művelet\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Lehet hogy egy másik bejelentkezés aktív (ssh)?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Külső meghajtó csatlakoztatva\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Nem biztonságos eltávolítás\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Eszköz sikeresen eltávolítva\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick csatlakoztatva\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick eltávolítva\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Villogásszűrő\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Automatikus (újraindítás szükséges)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Függőleges szinkronizálás\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Letiltva\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Lejátszáskor\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Mindig\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Felbontás tesztelése\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Felbontás mentése?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Jelenlegi felbontás megtartása?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Magas minőségű szoftveres felskálázás\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Letiltva\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"SD tartalom esetén bekapcsolva\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Mindig bekapcsolva\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Felskálázás módja\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU HQ felskálázás (csak megfelelő HW esetén)\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU stúdiószint szín konverzió\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"A többi megjelenítő sötétítése\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Letiltva\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Megjelenítők sötétítése\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Aktív kapcsolatok észlelhetők!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Továbblépés esetén az XBMC esetleg nem lesz irányítható.\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"Eseménykiszolgáló leállítása?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Apple távirányítómód váltása?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Ha jelenleg az Apple távirányító van használatban,\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"ennek a beállításnak a használata a távirányítás\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"lehetőségének elvesztését jelentheti. Folytatod?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD kulcs:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD hőmérséklet:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD típusa:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD típusa:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD sorozatszáma:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD jelszó:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD zár állása:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Alhálózati maszk\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Átjáró\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Elsődleges DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"A beállítás meghiúsult\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"GamePad ezen a porton:\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Billentyűzet ezen a porton:\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Egér ezen a porton:\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Headset ezen a porton:\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"MemoryStick ezen a porton:\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Távirányító ezen a porton:\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Vezérlő port\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Soha\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Azonnal\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"%i másodperc után\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"HDD telepítés dátuma:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"HDD indítások száma:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profilok\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Törlöd ezt a profilt: '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Utoljára betöltött profil:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Ismeretlen\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Felülírás\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Ébresztőóra\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Jelzés intervalluma (hány perc múlva)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Elindítva, ébresztés %i perc múlva\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Ébresztés!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Megszakítva, %i perc %i mp volt még hátra\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Feliratok keresése RAR fájlokban\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Felirat keresése...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Elem átmozgatása\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Elem átmozgatása ide\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Átmozgatás megszakítása\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardver:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"CPU Terhelés:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Csatlakoztatva, de nincs elérhető DNS\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Merevlemez\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Háttértárak\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Alapértelmezett\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Hálózat\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Videó\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Hardver\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Operációs rendszer:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"CPU sebesség:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Videó kódoló:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Képernyő felbontása:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox verzió:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox sorozatszám:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox gyártó:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Modchip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Hang/Kép kábel:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Videó és XBE régió:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD régió:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Csatlakoztatva\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Nincs csatlakozás. Hálózati beállítások ellenőrzése szükséges.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Xbox Live kulcs:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Célhőmérséklet\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Ventilátorsebesség\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Automata hőmérséklet-vezérlés\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Ventilátorsebesség felülbírálása\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Betűtípus\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Kétirányú szövegek megfordítása\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"RSS hírek bekapcsolása\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Szülőmappaelemek megjelenítése\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Zeneszám elnevezés-sablon\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Teljes rendszer újraindítása\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"csak az XBMC helyett?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Nagyítás hatás\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Úszó hatás\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Fekete sáv csökkentés\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Újraindítás\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Zeneszámok egymásbakeverése\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Miniképek újragenerálása\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Rekurzív miniképek\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Diavetítés\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Rekurzív diavetítés\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Véletlenszerű\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Sztereó\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Csak a bal\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Csak a jobb\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Karaoke-támogatás engedélyezése\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Háttér átlátszósága\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Előtér átlátszósága\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Hang/Kép késleltetés\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s nem található\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Hiba a(z) %s megnyitása közben\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Hiba a(z) %s betöltése közben\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Hiba: Kevés a memória.\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Mozgatás fel\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Mozgatás le\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Cím szerkesztése\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Alapértelmezetté tesz\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Gomb eltávolítása\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Elülső LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Elülső LED színe\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Maradjon az eredeti\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Zöld\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Narancs\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Vörös\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Váltakozó\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"LED kikapcsolása lejátszás alatt\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Film információ\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Lejátszási sorba tesz\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Keresés az IMDB-n...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Új tartalom keresése\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Aktuális játszáslista...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Album információ\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Hozzáadás médiatárhoz\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Átvizsgálás leállítása\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Renderelés módja\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Alacsony minőségű pixel-árnyékoló\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Hardveres képréteg-átfedések\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Magas minőségű pixel-árnyékoló\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Elem lejátszása\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Előadó minikép\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Automatikus minikép generálás\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Hang engedélyezése\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Eszköz engedélyezése\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Hangerő\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Alapértelmezett nézet\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Alapértelmezett fényerő\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Alapértelmezett kontraszt\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Alapértelmezett gamma\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Videó folytatása\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Hangmaszk - 1. port\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Hangmaszk - 2. port\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Hangmaszk - 3. port\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Hangmaszk - 4. port\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Idő-alapú pörgetés\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Zeneszám formátum-sablon (jobb oldalt megjelenő oszlopra)\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Előbeállítások\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Nincs előbeállítás\\nehhez a vizualizációhoz\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Nincs altípusa\\nennek a vizualizációnak\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Tálcát nyit/zár\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Vizualizáció használata zenelejátszás esetén\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Méret kiszámolása\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Mappa méretének kiszámolása\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Kép beállítások\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Hang és felirat beállítások\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Feliratok bekapcsolása\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Parancsikonok\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Névelő figyelmen kívül hagyása névsorba rendezésnél\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Egymásbakeverés ugyanazon albumon belüli számoknál\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"%s keresése\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Szám pozíció kijelzése\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Alapértelmezés törlése\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Folytatás\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Minikép\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Képinformáció\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s előbeállítás\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(IMDb nézői értékelés)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Keresés a Last.fm-en\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Minimum ventilátor-sebesség\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Letöltés folyamatban\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Válogatáslemezen lévők szerepeltetése az előadólistán\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Renderelés módja\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Automatikus\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Alap árnyékolók (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Fejlett árnyékolók (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Szoftveres\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Biztonságos eltávolítás\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Diavetítés indítása innen\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Megjegyzés ennél a helynél\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Pixel buffer objektumok használata\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Hang/Kép szinkron ehhez\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Hang-órajel (hang érintetlen)\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Kép-órajel (hang duplázás/kiejtés)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Kép-órajel (hang sebesség váltás)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Maximális újrakeverés (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Újramintavételezés minősége\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Alacsony(gyors)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Közepes\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Magas\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Nagyon magas(lassú!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Lejátszás szinkronizálása a megjelenítőhöz\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple távirányító\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"XBMC indítható legyen távirányítóval\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Szekvencia késleltetési idő\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Letiltva\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Univerzális távirányító\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Multi távirányító (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Apple távirányító hiba\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Apple távirányító támogatás engedélyezhető\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Egyesítés: be\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Egyesítés: ki\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Lejátszáslista letöltése...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Adatfolyamlista letöltése...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Adatfolyamlista előkészítése...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Adatfolyamlista letöltése sikertelen\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Hiba a lejátszáslista letöltése közben\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Játék könyvtár\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Automatikus váltás miniképekre a következő alapján\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Automatikus váltás miniképek nézetre\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Nagy ikonok használata\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Váltás a következő alapján\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Százalék\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Nincs fájl, de minimum egy minikép\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Minimum egy fájl és minikép\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Miniképek mérete\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Nézet beállítások\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"1. Régió beállítása\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"2. Régió beállítása\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"3. Régió beállítása\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Médiatár\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Nincs TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Legközelebbi nagyváros\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video/Audio/DVD gyorsítótár - Merevlemez\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Videó gyorsítótár - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Helyi Hálózat\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Hang gyorsítótár - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Helyi Hálózat\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD gyorsítótár - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Helyi Hálózat\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Szolgáltatások\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"A hálózati beállítások megváltoztatva\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"Az XBMC-t újra kell indítani, a hálózati beállítások\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"megváltoztatásához. Újraindítás most?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Post processing\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Leállítás lejátszás közben\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i perc\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i mp.\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms.\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kb/s\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Időformátum(12/24)\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Dátumformátum(N-H/H-N)\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"GUI szűrők\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Átvizsgálás a háttérben\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Átvizsgálás leállítása\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Médiainfó átvizsgálása közben nem lehetséges\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Filmszemcsézet (grain) hatás\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Miniképek keresése távoli megosztásokon\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Ismeretlen típusú gyorsítótár - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Felhasználónév a következőhöz:\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Dátum és Idő\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Dátum beállítása\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Idő beállítása\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Idő beállítása (ÓÓ:PP formátumban)\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Dátum beállítása (NN/HH/ÉÉÉÉ formátumban)\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"IP cím beállítása\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Változások érvényesítése?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Változások érvényesítése\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Fájltörlés és átnevezés engedélyezése\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Időzóna beállítása\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Automatikus téli/nyári időszámítás\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Hozzáadás kedvencekhez\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Eltávolítás kedvencekből\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Szín\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Időzóna (ország)\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Időzóna\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Fájllisták\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"EXIF képinformációk megjelenítése\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Maximált ablak használata, igazi teljesképernyős-mód helyett\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Zeneszám kiválasztására hozzáadás a játszáslistához\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Zene CD autojátszása\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Lejátszás\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD lemezek\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"DVD lemezek automatikus lejátszása\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Feliratok betűtípusa\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Nyelv\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Karakterkészlet\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Hibakeresés\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Biztonság\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Beviteli-eszközök\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Energiakezelés\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Törlés\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Játékok\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Hozzáadás\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Jelszó\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Médiatár\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Adatbázis\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Minden album\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Minden előadó\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Minden zeneszám\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Minden műfaj\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Előtöltés...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Navigációs hangok\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Felszín alapértelmezése\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Téma\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Alapértelmezett téma\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Zene információk elküldése az LastFM-nek\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"LastFM felhasználónév\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"LastFM Jelszó\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Kapcsolódás sikertelen...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"XBMC frissítése szükséges\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Sikertelen azonosítás\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Csatlakoztatva\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Nincs csatlakozás\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Küldési gyakoriság %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"%i dalok cache-elve\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Küldés...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Küldés %i mp. múlva\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Egyéb lejátszóval...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Egyenletesített A/V szinkronizáció\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Fájlnevek elrejtése minikép nézetben\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Lejátszás partymódban\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Zeneszámok feladása a Libre.fm-re\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Libre.fm felhasználónév\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Libre.fm jelszó\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Scrobbler\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Last.fm adó küldése a last.fm-nek\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Csatlakozás a Last.fm-hez\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Állomás kiválasztása\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Hasonló előadók keresése\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Hasonló címkék keresése\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Profilod (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Legnépszerűbb címkék\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Legjobb előadók: %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Legjobb albumok: %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Legjobb számok: %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"%name% hallgatása last.fm-ről\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Hasonló előadók ehhez: %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"%name% legnépszerűbb albumai\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"A legnépszerűbb %name% számok\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Legnépszerűbb címkék ehhez: %name%\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"%name% legnagyobb rajongói\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"%name% rajongók rádióinak hallgatása\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Hasonló előadók hallgatása: %name%\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"%name% kedvenc előadói\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"%name% kedvenc albumai\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"%name% kedvenc számai\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"%name% barátai\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"%name% zenei \\\"szomszédai\\\"\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"%name%: heti toplista - előadók\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"%name%: heti toplista - albumok\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"%name%: heti toplista - számok\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"%name% zenei \\\"szomszédainak\\\" rádióinak hallgatása\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"%name% rádiójának hallgatása\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"%name% kedvenc számainak hallgatása\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Lista lekérése a last.fm-ről\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Lista nem lekérhető a last.fm-ről...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Előadóhoz hasonló keresése\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Címke megadása a hasonlók kereséséhez\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"%name% mostanában hallgatott zenéi\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"%name% ajánlásainak hallgatása Last.FM rádióról\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"%name% top címkéi\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Jelenlegi szám hozzáadása a kedvenc zenékhez?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Jelenlegi szám letiltása?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Hozzáadva a kedvencekhez: '%s'\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"'%s' nem adható hozzá a kedvenc zenékhez.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Letiltva:  '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"'%s' letiltása sikertelen.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"%name% jelenlegi kedvenc zenéi\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"%name% által mostanában letiltott zenék\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Ki a LastFm kedvencekből\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Újraengedélyezés?\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Eltávolítás a kedvenc zenék közül?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Zeneszám újraengedélyezése?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Az elérési út érvénytelen, vagy nem található\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Sikertelen csatlakozás a kiszolgálóhoz\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Nincs elérhető kiszolgáló\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"A munkacsoport nem elérhető\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Több elérésiúttal rendelkező forrás megnyitása\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Elérési út:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Általános\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Keresés Interneten\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Lejátszó\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Média lejátszása lemezről\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Új cím\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Film címe\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Profil neve\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Album neve\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Lejátszáslista neve\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Új fájl neve\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Mappa neve\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Könyvtár\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Elérhető beállítások: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Keresőszó\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Nincs\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Automatikus kiválasztás\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Teljes képkockasebességgel\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (fordított)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Interlaced kezelés\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Megszakítás...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Előadó neve\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Lejátszás sikertelen\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Egy vagy több elem lejátszása sikertelen.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Érték\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Részletek a napló fájlban.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Partymód megszakítva.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Zeneszám nem található a médiatárban.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Sikertelen adatbázis inicializáció.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Adatbázis nem nyitható meg.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Nincs elérhető zeneszám az adatbázisban.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Partymód lejátszáslista\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Minden videó\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Nem látott\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Megnézett\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Megnézettként megjelöl\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Nem látottként megjelöl\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Cím szerkesztése\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"NTSC (M vagy J) használata\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Csak NTSC-M használata\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Csak NTSC-J használata\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Csak PAL-60 használata\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"60Hz-es játékhoz\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Művelet megszakadt\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Másolási hiba\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Nem minden fájlt sikerült átmásolni\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Átmozgatás nem sikerült\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Nem minden fájlt sikerült átmozgatni\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Törlés nem sikerült\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Nem minden fájlt sikerült törölni\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Képskálázás módja\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Legközelebbi szomszéd\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3 komplex\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (software)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (software)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (software)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"(VDPAU)Temporal\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"(VDPAU)Temporal/Spatial\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)Zajszűrés\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)Képélesség\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Inverse Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Videó minőségjavítás (post processing)\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Alvó üzemmódig hátralévő idő kijelzése\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Csatornára váltás\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Bemásolt (rip-elt) zene mappája\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Külső DVD-lejátszó használata\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Külső DVD-lejátszó\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Bemutatók (Trailerek) mappája\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Képernyőmentések mappája\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Lejátszáslisták mappája\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Felvételek\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Képernyőmentések \"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"XBMC használata\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Zenei lejátszáslista\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Videó lejátszáslista\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Játék futtatása?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Játszáslista szerint\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Letölthető minikép\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Jelenlegi minikép\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Helyi minikép\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Nincs minikép\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Minikép választása\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Ütközés\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Új keresése\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Mindent átvizsgál\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Régió\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Rövid infó\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Zene menü zárolása\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Videó menü zárolása\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Képek menü zárolása\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Programok és szkriptek menü zárolása\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Fájlkezelő zárolása \"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Beállítások zárolása\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Friss adatokkal\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Belépés mester-módba\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Kilépés mester-módból\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"A(z) '%s' profil létrehozása?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Létrehozás friss beállításokkal\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Az elérhető legjobb\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Automatikus váltás 16:9 és 4:3 között\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Többrészes fájlok egy fájlként kezelése\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Figyelmeztetés\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Kilépés mester-módból\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Belépés mester-módba\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com minikép\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Minikép eltávolítása\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Új profil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Minden album lekérdezése\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Médiainformáció\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Saját\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Megosztott\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Megosztott (csak olvasva)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Másolás\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Profilkép\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Tulajdonságok zárolása\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Profil módosítás\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Profil zárolás\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Mappa nem hozható létre\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Profilmappa\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Létrehozás új médiaforrásokkal\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Győződjön meg, hogy a kiválasztott mappa írható\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"és az új mappa neve megfelelő\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"MPAA\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Mesterkód\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Mesterkód bekérése induláskor\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Felszín beállítások\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- nincs beállított hivatkozás -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Animációk engedélyezése\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"RSS tiltása zene közben\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Parancsikon gombok engedélyezése\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"\\\"Programok\\\" megjelenítése a főmenüben\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Zeneinformáció megjelenítése\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Időjárás információ megjelenítése\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Rendszerinformáció megjelenítése\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"C, E, F lemezek szabad területének megjelenítése\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"E, F, G lemezek szabad területének megjelenítése\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Időjárás\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Szabad lemezterület\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Egy létező megosztás nevének megadása\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Zárolási kód\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Profil betöltése\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Profil neve\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Médiaforrások\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Adja meg a profil zárolási kódját\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Belépőablak\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Albuminformáció lekérése\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Információlekérés az albumról\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Lejátszás közben nem lehet bemásolni a lemezt\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Mesterkód és beállításai\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"A Mesterkód megadása után Mester-módban marad\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"vagy a megosztottak másolása?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Profil változások mentése?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Korábbi beállítások találhatók.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Használni kívánja ezeket?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Korábbi médiaforrások találhatók.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Saját (zárolt)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Gyökér\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- Nagyítás\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP beállítások\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"UPnP ügyfél automatikus indítása\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Utoljára belépett: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Sosem lépett be\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profil i% / i%\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Belépés / Válasszon profilt\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Zárolás a bejelentkező képernyőn\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Érvénytelen zárolási kód.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Ehhez a mesterkód beállítása szükséges.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Kívánja most beállítani?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Program-infó betöltése\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Party indul!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Igaz\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Italok mixelése\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Poharak megtöltése\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Belépve mint\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Kilépés\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Gyökérbe\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Összefonás\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Összefonás (Inverz)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Kever\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Videó újraindítása\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Hálózati hely módosítása\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Hálózati hely törlése\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Mappa átvizsgálása?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Memóriakártya\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Memóriakártya felcsatolva\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Memóriakártya felcsatolása sikertelen\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"Port %i, csatlakozó %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Képernyőkímélő zárolása\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Beállítva\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Felhasználónév\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Jelszó megadása\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Időzített leállítás\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Leállítás ideje (percben)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Leállítás %i perc után\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Leállítás 30 perc után\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Leállítás 60 perc után\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Leállítás 120 perc után\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Egyedi időzítés\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Időzített leállítás megszakítása\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Tulajdonságok zárolása %s számára\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Tallózás...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Alapinformációk\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Tároló információk\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"HDD információk\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"DVD-ROM információk\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Hálózat információk\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Videó információk\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Hardver információk\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Teljes\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Használatban\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"per\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Zárolás nem támogatott\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Nincs zárolva\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Zárolva\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Fagyasztva\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Újraindítás szükséges\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Hét\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Sor\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windows hálózat (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBSMP kiszolgáló\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP kiszolgáló\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes zenei megosztás (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP kiszolgáló\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Videóinformáció megjelenítése\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Rendben\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Szimbólum\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Törlés\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Szóköz\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Felhasználói felület újraindítása\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Forgatás EXIF információ alapján\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Poszter nézet használata sorozatoknál\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Kérem várjon\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"EEPROM mentése\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"BIOS mentése\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Automatikus sorgörgetés a filmtartalom megjelenítésekor\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Saját\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Naplózás engedélyezése\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Médiaadatok frissítésekor kiegészítő információk letöltése\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Alapértelmezett scraper\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Leolvasó váltása\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Zenetár exportálása\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Zenetár importálása\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Előadó nem található!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Előadóinformáció letöltése sikertelen\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Party indul! (videók)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Italok mixelése (videók)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"poharak megtöltése (videók)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV kiszolgáló (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV kiszolgáló (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV PVR ügyfél\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Webkiszolgáló könyvtár (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Webkiszolgáló könyvtár (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Mentés a következő mappába sikertelen:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Kihagyod és továbblépsz?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS forrás\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Ismeretlen. Hozzá kell adni az MD5-öt az xbmc.log-ból a BiosIDs.ini-hez.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Másodlagos DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP kiszolgáló:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Új mappa létrehozása\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"LCD halványítás lejátszás közben\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Ismeretlen vagy alaplapi (védett)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"LCD halványítás szünet közben\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"LED visszakapcsolás szünet idejére\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Videók - Médiatár\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Játékok mentései\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"ID szerint\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Letöltött mentések\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Játék mentések elhelyezése HDD-re  \"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"A játék mentését nem sikerült letölteni\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Telepítésre szánt játékmentés kiválasztása\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Nincs online játékmentés a megadott játékra\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Játékmentésekhez\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Játékmentések\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Rész lejátszása...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Kalibráció visszaállítása\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Kalibrációs értékek törlése %s számára\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"az alapbeállítás értékei\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Tallózás\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Használja a mappanevet a keresésekhez\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Fájl\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Mappa- vagy fájlnevek használata kereséskor?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Tartalommegadás\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Mappa\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Tartalom rekurzív keresése?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Forrászárolás feloldása\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Színész\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Rendező\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"A megadott elérési út minden elemének\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"eltávolítása az XBMC médiatárból?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Filmek\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"Sorozatok\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"A könyvtár tartalma\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Automatikus átvizsgálás\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Rekurzív átvizsgálás\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"mint\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Rendezők\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Nem található videófájl a megadott elérésiúton!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"szavazat\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Sorozat információ\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Epizód információ\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Sorozat információ betöltése\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Epizódkalauz letöltése\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Információ betöltése a könyvtárban található epizódokhoz\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Sorozat választása:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Sorozat neve\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Évad %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Epizód\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Epizód\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Epizódrészletek betöltése\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Epizód eltávolítása a médiatárból\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Sorozat eltávolítása a médiatárból\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Sorozat\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Epizód tartalma\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Összes évad\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Látottak rejtve\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Prod kód\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Tartalom megjelenítése nem látott filmek esetén\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Elrejtve, spoiler-védelem miatt *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Évad minikép beállítása\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Évad kép\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Évad\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Film információ letöltése\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Tartalom hozzárendelés megszüntetése\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Eredeti cím\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Sorozat információ frissítése\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Minden epizód frissítése?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"A kiválasztott mappa egyetlen sorozatot tartalmaz\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"A kiválasztott mappa kihagyása az átvizsgálásokból\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Egyediek\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Évad bélyegképek automatikus letöltése\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"A kiválasztott mappa egyetlen videót tartalmaz\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Hivatkozás a sorozathoz\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Sorozat hivatkozás törlése\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Nemrég bekerült filmek\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Nemrég bekerült epizódok\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Stúdiók\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Videóklipek\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Nemrég bekerült videóklipek\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Videóklip\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Videóklip eltávolítása a médiatárból\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Videóklip információ\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Videóklip információ betöltése\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Kevert\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Albumhoz, előadó szerint\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Albumhoz\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Zeneszám lejátszása\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Videóklipekhez, az albumról\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Videóklipekhez, előadótól\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Videóklip lejátszása\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Színész miniképek letöltése médiatárhoz való hozzáadáskor\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Színész minikép beállítás\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Epizód-könyvj. törlése\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Epizód-könyvjelző\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Leolvasó beállításai\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Videóklip információ letöltése\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Sorozat információ letöltése\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Filmajánló\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Listák szűkítése\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Szűkítés (TV műsor)\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Fanart letöltés\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Fanart megjelenítése a médiatárban\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Új tartalom keresése\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Első adás\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Írta\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Fájl és mappanevek tisztítása\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Soha\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Csak, ha egy évad van\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Mindig\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Van filmajánló\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Hamis\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Fanartkép vetítés\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Exportálás egyetlen fájlba, vagy\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"külön-külön adatbázis bejegyzésenként?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Egyetlen fájl\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Külön-külön\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Miniképek és fanartképek exportálása?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Korábbi fájlok felülírása?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Elérési út kihagyása a médiatár-frissítésekor\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Média információk és miniképek kinyerése\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Lemezgyűjtemény\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"BOXSET bélyegkép\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Színész-miniképek exportálása?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Fanartkép választás\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Helyi fanartkép\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Nincs fanartkép\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Jelenlegi fanartkép\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Távoli fanartkép\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Tartalom változtatása\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Akarod frissíteni az infó-t minden\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"elemhez ezen az útvonalon?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanartkép\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Helyben tárolt információt találtam.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Elvetés és frissítés az internetről?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Nem tudtam letölteni az információt\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Szeretnéd a keresést folytatni?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Országok\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Filmek csoportosítása készletekbe\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Rejtett fájlok és mappák megjelenítése\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox PVR ügyfél\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"FIGYELEM:TuxBox céleszköz felvétel módban lesz!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Az adatfolyam megáll!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Erre a csatornára váltás nem sikerült: %s\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Adatfolyam indítása?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Csatlakozás: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox eszköz\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Médiamegosztás hozzáadása...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Videó és zene megosztás UPnP-n keresztül\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Médiamegosztás szerkesztése\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Médiamegosztás eltávolítása\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Külön felirat könyvtár\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Film és alternatív felirat mappa\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Egér engedélyezése\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Navigációs hangok lejátszás közben\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Minikép\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Kényszerített DVD régiókód használata\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Képkimenet\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Videó képarány\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normál\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Hagyományos megjelenítő\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Szélesvászon\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"480p engedélyezése\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"720p engedélyezése\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"1080i engedélyezése\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Lejátszáslista nevének megadása\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"A \\\"Forrás hozzáadása\\\" gomb megjelenítése a fájllistában\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Görgetősávok engedélyezése\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"A látott-státusz kapcsolóként értelmezése a médiatárban\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Megnyitás\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Zajszint menedzsment\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Gyors (hangos)\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Lassú (csendes)\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Saját háttér\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Energiagazdálkodási szint\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Magas teljesítmény\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Energiatakarékos\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Magas készenlét\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Alacsony készenlét\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"4GB-nál nagyobb fájlok nem gyorsítótárazhatók\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Fejezet\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Magas minőségű pixel árnyékoló v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Lejátszáslista engedélyezése induláskor\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Pattogó animációk használata\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"tartalmazza\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"nem tartalmazza\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"egyenlő\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"nem egyenlő\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"kezdődik\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"végződik\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"nagyobb, mint\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"kevesebb, mint\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"után\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"előtt\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"az utolsó X-ben van\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"nincs az utolsó X-ben\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Leolvasók\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Alapértelmezett film leolvasó\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Alapértelmezett sorozat leolvasó\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Alapértelmezett klip scraper\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Fallback engedélyezése a scraper nyelv alapján\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Beállítások\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Többnyelvű\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Kívánt érték\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Intelligens lejátszáslista szabály\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Elemek összehasonlítása, ahol\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Új szabály...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Az elemeknek összhangban kell lenniük\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"minden szabállyal\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"egy vagy több szabállyal\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Korlátozás\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Nincs korlátozás\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Rendezés\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"növekvő\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"csökkenő\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Intelligens lejátszáslista szerkesztése\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Lejátszáslista neve\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Elemek keresése, ahol\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Szerkeszt\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i elemre\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Új intelligens lejátszáslista...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c Meghajtó\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Partymód-szabályok szerk.\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Saját mappa\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Lejátszás számláló\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Epizódcím\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Felbontás\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Hangcsatornák\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Videó codec\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Hang codec\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Hang nyelve\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Felirat nyelve\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Távirányító billentyűleütéseket küld\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Fájlnév\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Fájl helye\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Fájlméret\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Fájl dátum\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Dia index\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Felbontás\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Megjegyzés\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Színes/FF\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"JPEG típus\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Dátum/idő\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Leírás\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Fényk.gyártó\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Fényk.típus\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF adat\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Rekesz\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Gyújtótáv\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Fókusztáv\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Exponálás\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Expon.idő\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Expon.eltérés\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Expon.mód\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Vaku\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"F.egyensúly\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Fényforrás\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Fénymérés\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Digitális nagyítás\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD szélesség\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS szélesség\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS hosszúság\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS magasság\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Tájolás\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Kiegészítő kategóriák\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Kulcsszavak\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Képaláírás\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Szerző\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Főcím\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Különleges útmutatás\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Kategória\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Cikkszerző\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Cikkszerző beosztás\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Készítő\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Forrás\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Szerzői jogi megjegyzés\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Elem neve\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Város\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Állam\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Ország\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Eredeti Tx referencia\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Létrehozás dátuma\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Copyright\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Országkód\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Referencia szolgáltatás\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"XBMC távoli vezérelhetősége UPnP-n keresztül\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Kísérlet a DVD főmenü előtti előzetes átugrására\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Bemásolt (rip-elt), vagy felvett zene\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Információ minden előadóról\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Albuminformáció letöltése\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Előadóinformáció letöltése\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Életrajz\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Diszkográfia\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Előadó keresése\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Előadó kiválasztása\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Információ az előadóról\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Hangszerek\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Született\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Alakult\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Témák\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Feloszlott\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Meghalt\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Aktív évek\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Kiadó\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Született/Alakult\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Médiatár frissítése induláskor\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Médiatár folyamatos frissítése\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS utótag\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Késleltet: %2.3fmp\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Előrehoz: %2.3fmp\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Felirat csúsztatás\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL gyártója:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL renderelő:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL verzió:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB hőmérséklete:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU hőmérséklete:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Teljes memória\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Profil adatok\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Elhalványítás videólejátszás pillanatmegállítása közben\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Összes felvétel\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Cím szerint\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Csoport szerint\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"TV csatornák\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Felvételek cím szerint\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Műsorkalauz\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Max. képarányhiba, feketesávok minimalizálásához (%)\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Videófájlokat is megjelenít a listázáskor\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX gyártó:\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Direct3D verzió:\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Betűtípus\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Méret\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Szín\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Karakterkészlet\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Exportálás HTML-be.\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Exportálás CSV fájlba.\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Karaoke címek importálása...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Dalválasztó automatikus megnyitása\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Karaoke címek exportálása...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Dal számának megadása\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"fehér/zöld\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"fehér/vörös\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"fehér/kék\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"fekete/fehér\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Időjárás beépülő\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- Beépülő beállításai\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Teletext aktiválása\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Rész %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Előtöltve %i byte\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Leáll\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Fut\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Külső lejátszó aktív\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"A lejátszó megszakításához nyomj az OK-ra\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Lejátszás végén nyomj az OK-ra\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Kiegészítő\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Beállítás\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Kikapcsolás\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Engedélyezés\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Ez a kiegészítő nem konfigurálható\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Médiatár mód\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY billentyűzet\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Hangtovábbítás-módban tiltva\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Villogás szűrő alkalmazása játékokra\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Filmelőzetes minőség\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Adatfolyam\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Letöltés\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Letöltés & lejátszás\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Letöltés & mentés\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Ma\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Holnap\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Mentés\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Másolás\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Letöltési mappa megadása\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Keresési idő\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Rövid\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Hosszú\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"DVD lejátszó használata az általános lejátszó helyett\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Kérdezzen rá a letöltésre a videó lejátszása előtt\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Klipek\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Az érvényesítéshez a beépülő újraindítása szükséges\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Ma este\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Holnap este\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Körülmény\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Csapadék\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Csapadékos\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Párás\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Érzet\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Megtekintett\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Eltérés a megszokottól\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Napfelkelte\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Naplemente\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Részletek\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Összefoglaló\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Borítófolyam\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Szöveg lefordítása\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Listázás %s kategória\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 órás\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Térképek\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Óránként\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Hétvége\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s nap\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Riasztás\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Riasztások\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Válaszd ki a saját\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Ellenőrzés\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Állítsd be a(z)\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Évad\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Használd\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Nézd\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Hallgasd\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Megnézd\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Konfiguráld\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Betáplálás\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Menü\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Játszd\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Beállítások\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Szerkesztő\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Erről\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Csillag minősítés\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Háttér\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Hátterek\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Testreszabott háttér\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Testreszabott hátterek\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Az 'Olvass el' megtekintése\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Változási napló megtekintése\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"A(z) %s ezen verziójához\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"%s vagy magasabb XBMC verzió szükséges.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Frissítsd az XBMC-t.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Nincs adat!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Következő oldal\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Szeretem\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Utálom\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Ez egy egyesített fájl, melyik részt akarod játszani?\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Program útvonal\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Egyedi program gomb engedélyezése\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Icelandic/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<language locale=\"icelandic\">\n  <charsets>\n    <gui>CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>is</menu>\n    <audio>is</audio>\n    <subtitle>is</subtitle>\n  </dvd>\n\n  <regions>\n    <region name=\"IS\" locale=\"iceland\">\n      <dateshort>D.M.YYYY</dateshort>\n      <datelong>DDDD, D. MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n  </regions>\n\n  <sorttokens>\n    <token>The</token>\n  </sorttokens>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/Icelandic/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Icelandic (http://www.transifex.com/projects/p/xbmc4xbox/language/is/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: is\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Forrit\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Ljósmyndir\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Tónlist\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Myndefni\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"Sjónvarpsvísir\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Stillingar\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Skráasýsl\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Veður\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc media center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"mánudagur\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"þriðjudagur\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"miðvikudagur\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"fimmtudagur\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"föstudagur\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"laugardagur\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"sunnudagur\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"janúar\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"febrúar\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"mars\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"apríl\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"maí\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"júní\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"júlí\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"ágúst\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"september\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"október\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"nóvember\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"desember\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"mán\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"þri\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"mið\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"fim\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"fös\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"lau\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"sun\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"jan\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"feb\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"apr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"maí\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"jún\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"júl\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"ágú\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"sep\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"okt\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"nóv\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"des\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Útlit: Sjálfvirkt\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Útlit: Sjálfvirkt stórt\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Sjá sem: Tákn\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Sjá sem: Lista\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Skanna\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Raða eftir: Nafni\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Raða eftir: Dags.\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Raða eftir: Stærð\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Nei\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Já\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Myndasýning\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Gera smámyndir\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Gera smámyndir\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Flýtival\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Í bið\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Afrita\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Færa\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Eyða\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Endurnefna\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Ný mappa\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Staðfesta afritun\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Staðfesta færslu\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Staðfesta eyðingu á skrá?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Afrita þessar skrár?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Færa þessar skrár?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Eyða þessum skrám? - Ekki er hægt að afturkalla þessa aðgerð!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Staða\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Hlutir\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Almennt\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Myndasýning\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Kerfisupplýsingar\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Skjár\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Hljómplötur\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Tónlistarmenn\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Lög\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Flokkar\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Spilunarlistar\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Leita\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Kerfisupplýsingar\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Hitastig:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Klukka:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Núna:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Útgáfa:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Netumhverfi:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Tegund:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Föst\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC vistfang\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP tala\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Tenging:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Einstefna\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Tvístefna\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Geymslurými\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Drif\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Laust\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Mynd\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Laust minni\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Engin tenging\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Laust\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Ófáanlegt\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Bakki opinn\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Les\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Enginn diskur\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Diskur í bakka\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Útlit\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Virkja FTP þjón\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Virkja samstillingu við tímaþjón\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Upplausn\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Stilla glæðningartíðni til að passa við myndefni\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Útgáfudagur\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Sýna 4:3 myndefni sem\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Tónar\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Stílar\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Lag\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Lengd\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Veldu hljómplötu\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Lög\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Umsögn\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Endurlesa\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Leita að hljómplötu\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"Í lagi\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Engar hljómplötur fundust!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Velja allt\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Skoða upplýsingar\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Vista\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Endurraða\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Hreinsa\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Leita\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Leitar...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Engar upplýsingar fundust!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Veldu kvikmynd:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Sæki %s upplýsingar\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Sæki upplýsingar um mynd\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Undirtitill\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Söguþráður\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Atkvæði:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Leikarar\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Söguþráður\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Spila\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Næst\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Fyrra\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Stilla viðmót...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Skjástilling...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Mýkja\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Stækka\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Skjápunktshlutfall\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD drif\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Setjið disk inn\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Fjarlæg geymsla\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Netkerfi ótengt\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Hætta við\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Hraði\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Prufumynstur...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Sækja upplýsingar um tónlistardiska frá freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Endurraða spilunarlista í byrjun\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Hvíldartími harðdisks\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Myndasíur\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Ekkert\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Punkta\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Línulegur\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotropic\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussian Cubic\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Minnkun\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Stækkun\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Hreinsa spilunarlista við enda\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Sjálfkeyra DVD-Myndir\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Sjálfkeyra VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Sjálfkeyra hljóðdiska\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Sjálfkeyra Xbox leiki\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Sjálfkeyra myndefni\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Sjálfkeyra tónlist\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Sjálfkeyra ljósmyndir\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Skriftur\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Tungumál\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Tónlist\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Myndskreyting\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Veldu ákvörðunarstað\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Senda í alla hátalara\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Fjöldi rása\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- DTS móttakari\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Sæki upplýsingar um geisladisk\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Villa\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Virkja að lesa merkingar\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Opna\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Bíð eftir upphafi...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Skriftuúttak\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Leyfa stjórnun á XBMC með HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Taka upp\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Stöðva upptöku\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Flokka eftir: Lagi\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Flokka eftir: Tíma\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Flokka eftir: Titli\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Flokka eftir: Listamanni\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Flokka eftir: Hljómplötu\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Topp 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Efri-vinstri yfirflóðsjöfnun\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Neðri-hægri yfirflóðsjöfnun\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Staðsetning þýðingartexta\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Stillingar skjápunktahlutfalla\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Færðu örina til að breyta yfirflóði myndar\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Færðu strikið til að breyta staðsetningu þýðingartexta\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Breyttu ferhyrningnum þar til hliðarnar eru jafnar\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Gat ekki hlaðið inn stillingum\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Nota sjálfgefin gildi\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Vinsamlegast athugið XML skrár\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Fann %i atriði\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Leitarniðurstöður\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Ekkert fannst\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Eftirvinnslusía\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Þýðingartextar\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Leturgerð\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Stærð\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Samþjappa tónsviði\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Mynd\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Hljóð\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Sækja þýðingartexta\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Búa til bókamerki\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Hreinsa bókamerki\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Hliðra hljóði\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Bókamerki\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- AAC móttakari\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- MP1 móttakari\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- MP2 móttakari\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- MP3 móttakari\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Bið\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Tungumál\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Virkt\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Ekki önnur hver lína\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Sjálfvirk eftirvinnsla\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Lóðrétt afblokkunar sía\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Lárétt afblokkunar sía\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Sjálfvirk birta/skerpa\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Hringja sía\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=sjálfv.)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Hreinsa gagnagrunn\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Undirbý...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Gagnagrunnsvilla\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Leita í lögum...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Hreinsun tókst\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Hreinsa lög...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Villa við hreinsun laga\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Hreinsa í listamönnum...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Villa við endurröðun listamanna\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Hreinsa tegundir...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Villa við hreinsun tegunda\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Hreinsa slóðir...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Villa við hreinsun slóða\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Hreinsa hljómplötur...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Villa við hreinsun platna\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Vista breytingar...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Villa við vistun breytinga\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Gæti tekið sinn tíma...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Þjappa gagnagrunni...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Villa við þjöppun gagnagrunns\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Viltu hreinsa til í safninu?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Hreinsa til í safni...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Byrja\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Stilla rammafjölda\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Hljóðútgangur\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Hliðrænt\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Stafrænt\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Ýmsir flytjendur\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Spila disk\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Kvikmyndir\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Stilla rammafjölda\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Leikarar\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Ár\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Forrit\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Slökkt\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Dekkja\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Svart\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix línur\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Biðtími skjávara\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Skjávari\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Slökkt eftir\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Allar hljómplötur\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Nýlegar hljómplötur\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Skjávari\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"End. myndasýningu\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Myrkvun skjávara\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Raða eftir: Skrá\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Dolby Digital (AC3) móttakari\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Raða eftir: Nafni\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Raða eftir: Ártali\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Raða eftir: Einkunn\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Titill\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Þrumuveður\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Hálf\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Að mestu\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Sólskin\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Skýjað\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Snjór\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Rigning\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Létt\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"FH\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"EH\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Skúrir\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Fá\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Dreifð\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Vindur\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Sterkt\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Létt\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Bjart\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Ský\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Snemma\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Skúrir\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Gustur\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Lægst\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Meðal\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Hæst\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Þoka\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Mistur\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Veldu staðsetningu\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Glæðingartími\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Hitamælieiningar\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Hraðamælieiningar\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Veður\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Hiti\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Skynjast sem\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV einingar\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Vindur\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Daggarmark\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Raki\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"Frá\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"á\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Sjálfgildi\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Tengist veðurþjónustu\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Sæki veðurgögn fyrir:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Finn ekki veðurgögn\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Handvirkt\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Engin umsögn um þessa hljómplötu\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Sæki smámynd...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Ekki til\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Sjá sem: Stór tákn\"\n\nmsgctxt \"#418\"\nmsgid \"Low\"\nmsgstr \"Lágt\"\n\nmsgctxt \"#419\"\nmsgid \"High\"\nmsgstr \"Hátt\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Virkja safn\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Eyða hljómplötuupplýsingum\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Eyða upplýsingum um geisladisk\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Velja\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Engar hljómplötuupplýsingar fundust\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Engar upplýsingar fundust um geisladisk\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Diskur\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Settu inn réttan CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Settu inn eftirfarandi CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Raða eftir: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Ekkert biðminni\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Eyða kvikmynd úr safni\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Viltu fjarlægja '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Færanlegur diskur\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Opna skrá\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Biðminni\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Harður diskur\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Staðbundið netkerfi\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Myndband\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Hljóð\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Sjálfkeyra\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Virkt\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Dálkar\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Röð 1 númer\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Röð 2 númer\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Röð 3 númer\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Röð 4 númer\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Raðir\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Hamur\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Breyta sýn\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Textar\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Hljóðstraumur\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[virkt]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Þýðingartexti\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Baklýsing\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Birta\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Skerpa\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Gerð\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Hreyfðu línuna til að breyta staðsetningu OSD\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"OSD staðsetning\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Þakkir\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Mod kubbur\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Af\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Bara tónlist\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Tónlist og myndefni\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Gat ekki hlaðið spilunarlista\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Útlit og tungumál\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Viðmót\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Hljóðvalmöguleikar\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Um XBMC\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"Skyndiminni DVD spilara\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Eyða hljómplötu\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Endurtaka\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Endurtaka eitt\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Endurtaka spilunarlista í möppu\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Nota spilunarlista fyrir lög\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Nota stór tákn\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Breyta stærð VobSub þýðingartexta\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Frekari valmöguleikar (fyrir sérfræðinga!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Heildarhljóðsvið\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Stækka kvikmyndir í viðmótsupplausn\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Stilla\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Sýna skráarendingar\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Raða eftir: Tegund\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Get ekki tengst upplýsingaþjónustu\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Gat ekki sótt upplýsingar um hljómplötu\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Leita eftir hljómplötunafni...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Opinn\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Í vinnslu\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Tómur\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Sæki upplýsingar frá skrám...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Raða eftir: Notkun\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Virkja myndskreytingu\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Skipta sjálfvirkt um skjáham eftir svæði leiks\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Ræsi gluggi\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Forsíða\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Handvirkar stillingar\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Flokkur\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Gera safnskrár sem innihalda eina skrá gagnsæjar\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Nýlega spilaðar hljómplötur\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Keyra\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Keyra í...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Breyta XBE titli\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Safnplötur\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Eyða uppsprettu\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Skipta um miðil\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Velja spilunarlista\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Nýr spilunarlisti...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Bæta á spilunarlista\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Bæta handvirkt við safn\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Sláðu inn titil\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Villa: Titill þegar til\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Veldu flokk\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Nýr flokkur\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Handvirk viðbót\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Sláðu inn flokk\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Sýn: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Listi\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Tákn\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Stór listi\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Stór tákn\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Breiðir\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Stórir breiðir\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Hjómplötu tákn\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD tákn\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Upplýsingar\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Hljóðúttakstæki\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Gegnumúttakstæki\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Ekkert æviágrip fyrir þennan listamann\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Endurblanda fjölrása hljóð yfir í víðóma\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Raða eftir: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Nafni\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Dags\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Stærð\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Lag\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Tíma\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Titli\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Tónlistarmanni\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Hljómplata\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Lagalista\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"Auðkenni\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Skrá\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Ár\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Einkunn\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Tegund\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Notkun\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Tónlistarmaður\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Fjöldi spilana\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Síðast spilað\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Athugasemd\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Bætt við dags\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Sjálfgefið\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Stúdíó\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Slóð\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"Í vinnslu\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Raða í átt\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Röðunaraðferð\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Tegund Sýnar\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Muna sýn á mismunandi möppur\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Hækkandi\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Lækkandi\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Breyta spilunarlista\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Sía\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Hætta við partí ham\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Partí hamur\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Handahófskenndur\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Af\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Einn\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Allir\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Af\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Endurtaka: Af\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Endurtaka: Einn\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Endurtaka: Allir\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Afrita CD tónlist\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Meðal\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Venjulegt\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Öfgakenndur\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Fastur bita hraði\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Afrita...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Til:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Get ekki lesið disk eða rás\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDARipPath er ekki skilgreint.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Afrita lag\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Sláðu inn númer\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Tónlistardiskar\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Kótari\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Gæði\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bita hraði\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Bæta við laga númeri\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Öll lög með\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Tegund sjónarhorns\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Venjulegt\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Þysja\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Teygja 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Þysja breiðmynd\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Teygja 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Upprunaleg stærð\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Sérsnið\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Jöfnun tónstyrks\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Jöfnunarhamur tónstyrks\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Nota laga stig\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Nota hljómplötu stig\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Stig formagnara - Skrár með jöfnun tónstyrks\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Stig formagnara - Skrár ekki með jöfnun tónstyrks\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Ekki klippa á skrár með jöfnun tónstyrks\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Skera af svartar rendur\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Nauðsynlegt er að vista tímabundið stóra skrá. Halda áfram?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Fjarlægja úr safni\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Flytja út bíómyndasafn\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Flytja inn bíómyndasafn\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Flytja inn\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Flytja út\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Leita að safni\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Ár\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Uppfæra safn\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Sýna kembi upplýsingar\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Finna forrit\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Finna lagalista\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Finna möppu\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Lagaupplýsingar\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Mögnun Hljóðstyrks\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Veldu möppu til að vista í\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Þessi skrá er ekki lengur tiltæk.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Viltu fjarlægja hana úr safninu?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Leita eftir skriftu\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Þjöppun\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Hreinsa upp safn\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Fjarlægi gömul lög úr tónlistarsafninu\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Þessi slóð hefur verið skönnuð áður\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Netkerfi\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Netþjónn\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"HTTP milliþjóns gátt\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Nota HTTP milliþjón til að tengjast netinu\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"HTTP milliþjóns notandanafn\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"HTTP milliþjóns lykilorð\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internet samskiptareglur (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Röng gátt valinn. Gildi þarf að vera á milli 1 og 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP milliþjónn (Proxy)\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Úthlutað\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Sjálfvirkt (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Handvirkt (Föst)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Sjálfgefið (Mælaborð)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP tala\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Undirnetssía\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Sjálfgefinn gátt\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS þjónn\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Vista og endurræsa\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Rangt vistfang tilgreint. Gildi verður að vera AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"með númerum á milli 0 og 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Breytingar ekki vistaðar. Halda áfram án þess að vista?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Vefþjónn\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP þjónn\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Internet Tími\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Gátt\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Tímaþjónn\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Vista og virkja\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Lykilorð\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Ekkert lykilorð\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Stafasett\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Stíll\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Litur\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Venjulegt\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Feitletrað\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Skáletrað\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Feitletrað skáletrað\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Hvítur\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Gulur\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Skrár\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Engar skannaðar upplýsingar eru til fyrir þessa sýn\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Vinsamlegast slökktu á safnham\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Villa við niðurhal myndar\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Breyta slóð\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Spegla mynd\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Ertu viss?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Fjarlægi uppsprettu\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Bæta við forrita tengli\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Breyta forrita slóð\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Breyta nafni forrits\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Breyta dýpt slóða\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Sýn: Stór listi\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Gulur\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Hvítur\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Blár\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Skærgrænn\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Gulgrænn\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Blágrænn\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Frátekið\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Frátekið\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Villa %i: samnýting ekki aðgengileg\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Sjálfvirkur FATX takmarkari\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Hljóðbúnaður\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Leita\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Mappa fyrir myndasýningar skjávara\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Nettenging\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Þráðlaust net nafn (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Þráðlaust lykilorð\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Þráðlaust öryggi\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Vista og virkja nettenginga stillingar\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Engin dulkóðun\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Virkja stillingar nettengingar. Augnablik.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Tókst að endurræsa nettengingu.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Ekki tókst að endurræsa nettengingu.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Tenging gerð óvirk\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Tókst að gera nettengingu óvirka.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Þráðlaust net nafn (ESSID)\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Atburða netþjónn\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Leyfa forritum að stjórna XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Gátt\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Gáttabil\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Leyfa forritum á öðrum tölvum að stjórna XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Upphafleg endurtekningarbið (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Samfelld endurtekningarbið (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Hámarksfjöldi biðlara\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Internet aðgangur\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Ógilt númer á gátt slegið inn\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Gild gátt er á bilinu 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Gild gátt er á bilinu 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Skjávara sýnishorn\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Get ekki tengst\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC getur ekki tengst við netslóð.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Þetta gæti verið vegna þess að netið er ekki tengt.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Viltu samt bæta því við?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP tala\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Bæta við net slóð\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Samskiptareglur\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Vistfang miðlara\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Nafn miðlara\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Slóð fjartengingar\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Samnýtt mappa\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Gátt\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Notandanafn\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Leita að netþjóni\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Sláði inn vistfang miðlarans\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Sláðu inn slóð á miðlara\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Sláðu inn númer gáttar\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Sláðu inn notandanafn\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Bæta við %s uppsprettu\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Sláðu inn slóð eða leitaðu að slóð fyrir miðlara.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Sláðu inn nafn fyrir þessa uppsprettu.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Leita að nýrri samnýtingu\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Leita\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Gat ekki náð í upplýsingar um möppu.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Bæta við uppsprettu\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Breyta uppsprettu\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Breyta %s uppsprettu\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Sláðu inn nýjan titil\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Leita að mynd\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Leita að mynda möppu\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Bæta við net slóð...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Leita að skrá\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Undirvalmynd\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Virkja undirvalmyndar takka\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Uppáhalds\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Viðbætur fyrir myndefni\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Viðbætur fyrir tónlist\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Viðbætur fyrir ljósmyndir\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Hleð inn möppu\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Náði í %i hluti\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Náði í %i af %i hlutum\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Viðbætur fyrir forrit\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Setja viðbótar smámynd\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Stilling viðbóta\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Aðgangsstaðir\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Annað...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Notandanafn\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Skriftu stillingar\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Smáskífur\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB biðlari\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Vinnuhópur\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Sjálfgefið notandanafn\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Sjálfgefið lykilorð\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS þjónn\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Tengjast við SMB samnýtingar\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Fjarlægja\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Tónlist\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Myndefni\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Myndir\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Skrár\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Tónlist & myndefni \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Tónlist & myndir\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Tónlist & skrár\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Myndefni & myndir\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Myndefni & skrár\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Myndir & skrár\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Tónlist & myndefni & myndir\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Tónlist & myndefni & myndir & skrár\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Óvirkt\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Skrár & tónlist & myndefni\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Skrár & myndir& tónlist\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Skrár & myndir & myndefni\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Tónlist & forrit\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Myndefni & forrit\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Myndir & forrit\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Tónlist & myndefni & myndir & forrit\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Forrit & myndefni & tónlist\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Forrit & myndir & tónlist\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Forrit & myndir & myndefni\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP notandanafn\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP lykilorð\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Tókst að setja lykilorð\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Sjálfvirk uppgötvun\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Sjálfvirk uppgötvun kerfa\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Gælunafn\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Biðja um tengingu\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Senda FTP notandanafn og lykilorð\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Ping millibil\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Viltu tengjast uppgötvuðu kerfi?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Tilkynna þjónustur til annarra kerfa með Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Sérsniðið hljóðtæki\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Sérsniðið gegnumstreymitæki\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Fjúka\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"og\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Frost\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Seint\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Einangrað\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Þrumuskúrir\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Þrumur\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Sól\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Þungbúinn\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"í\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"the\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Nágrenni\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Ís\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Kristallar\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Logn\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"með\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"vindasamt\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"úði\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Þrumuveður\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Úði\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Þoka\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Haglél\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"Þrumuveður\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"Þrumuskúrir\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Virkja lágt orkustig ef aðgerðalaus\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Lengd\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Skrifta mistókst! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Virkja LCD/VFD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Heim\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Forrit\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Ljósmyndir\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Skráarsýsl\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Stillingar\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Tónlist\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Myndefni\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Kerfisupplýsingar\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Stillingar - Almennar\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Stillingar - Skjár\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Stillingar - Viðmót - Viðmótsstilling\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Stillingar - Myndefni - Skjástilling\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Stillingar - Ljósmyndir\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Stillingar - Forrit\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Stillingar - Veður\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Stillingar - Tónlist\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Stillingar - Kerfi\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Stillingar - Myndefni\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Stillingar - Netkerfi\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Stillingar - Viðmót\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Skriftur\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Myndefni/Spilunarlisti\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Stillingar - Notendur\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Já/Nei melding\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Vinnslumelding\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Leita að þýðingartexta...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Leita að þýðingartexta eða set í biðminni...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"loka\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"biðminni\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Opna straum\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Tónlist/Lagalisti\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Tónlist/Skrár\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Tónlist/Safn\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Spilunarlistaritill\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Topp 100 lög\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Topp 100 plötur\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Forrit\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Uppsetning\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Veðurspá\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Netspilun\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Framlengingar\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Kerfisupplýsingar\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Tónlist - Tónlistarsafn\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Í spilun - Tónlist\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Í spilun - Myndefni\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Hljómplötuupplýsingar\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Kvikmyndaupplýsingar\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Valskilti\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Tónlist/upplýsingar\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Gluggi í lagi\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Kvikmyndir/Uppl.\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Skriftur/Uppl.\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Heilskjásmynd\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Myndskreyting\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Skjalaröðunarskilti\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Endurbygging á atriðaskrá...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Til baka í tónlist\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Til baka í myndefni\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Uppfæra svindl lista\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Svindl\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Engin svindl fundust\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Stillingar svindls\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Öll skráð svindl finnast ekki. Uppfærðu lista\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Halda áfram frá seinasta stað\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Nei\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Já\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Spyrja\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Byrja frá byrjun\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Áfram frá %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Staðfesti núverandi svindl...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Í lagi\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Læst! Sláðu inn kóða...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Sláðu inn lykilorð\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Sláðu inn aðal kóða\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Sláðu inn opnunar kóða\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"eða ýttu á C til að hætta við\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Ýttu á hnappa samsetningu og\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"ýttu á Start, eða Back til að hætta við\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Setja lás\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Taka úr lás\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Endurstilla læsingu\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Fjarlægja læsingu\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Tölulegt lykilorð\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Hnappa lykilorð\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Texta lykilorð\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Sláðu inn nýtt lykilorð\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Sláðu aftur inn nýtt lykilorð\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Vitlaust Lykilorð,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"endurtekningar eftir \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Lykilorð passa ekki.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Aðgangur ekki leyfður\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Fjöldi ágiskana á lykilorð er uppurinn.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Kerfið mun núna slökkva á sér.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Atriði læst\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Setja læsingu á\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Breyta læsingu\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Læsa Samnýtingu\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Lyklorð var tómt. Reyndu aftur.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Aðal læsing\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Slökkva á kerfi ef fjöldi lykilorðságiskana á lás fer yfir hámark\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Aðal kóði er ekki gildur\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Vinsamlega sláðu inn aðal kóða\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Stillingar og  skráarsýsl\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Setja sem sjálfgefið fyrir allar myndir\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Þetta mun endurstilla allar fyrri vistaðar stillingar\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Sýna hverja mynd í\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Nota skotrun og þysjun\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Spila NTSC myndir á PAL hraða\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Spila PAL myndir á NTSC hraða\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Spila NTSC myndir í PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12 klst klukka\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24 klst klukka\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Dagur/Mánuður\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Mánuður/Dagur\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Uppitími Kerfis\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Mínútur\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Klukkustundir\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Dagar\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Heildar uppitími\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Veður\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Skjávari\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Heilskjár OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Kerfi\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Slökkva strax á disk\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Bara myndefni\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Bið\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Lágmarks tímalengd\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Slökkva\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Mælaborð\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Nota slóða að eigin mælaborði\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Hætta aðgerð\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Hætta\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Dvali\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Svæfa\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Hætta\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Endurræsa\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Minnka\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Aðgerð straumrofa\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Er önnur lota virk, kannski yfir ssh?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Tengdur utanáliggjandi harður diskur\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Ótraust fjarlæging á tæki\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Tókst að fjarlægja tæki\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Stýripinni tengdur\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Stýripinni ótengdur\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Flökt sía\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Láta rekil ráða (þarfnast endurræsingar)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Lóðrétt auð samstilling\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Óvirkt\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Virkt við afspilun\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Alltaf virkt\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Prufa og virkja upplausn\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Vista upplausn?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Viltu nota þessa upplausn?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Hágæða stækkun í hugbúnaði\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Óvirkt\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Virkjað fyrir SD efni\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Alltaf virkt\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Stækkunaraðferð\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU HQ stækkunargildi\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU Studio litabreytingargildi\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Tæma aðra skjái\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Óvirkt\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Tómur skjár\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Uppgötvaði virkar tengingar!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Ef þú heldur áfram, er hætta á því að þú munir ekki getað\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"stjórnað XBMC áfram. Ertu viss um að þú viljir stöðva atriðaþjón?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Breyta ham Apple fjarstýringar?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Ef þú ert núna þegar að nota Apple fjarstýringu til að stjórna\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, gæti breyting á þessu haft áhrif á getu þína\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"til að halda áfram að stjórna því. Viltu halda áfram?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD lykill:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD hiti:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD tegund:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD fastbúnaður:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD tegund:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD raðnúmer:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD fastbúnaður:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD lykilorð:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD læsing:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Undirnetssía\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Gátt\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Aðal DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Frumstilling mistókst\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Stýripinni\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Lyklaborð\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Mús\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Höfuðhljóðnemi\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Minniskubbur\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Fjarstýring\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Tengi fyrir stýringu\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Aldrei\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Strax\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Eftir %i sek\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Uppsetningardagur Harðdisks:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Fjöldi skipta sem slökkt hefur verið á HDD:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Notendur\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Eyða notanda '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Seinasti notandi:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Óþekkt\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Yfirskrifa\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Vekjaraklukka\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Vekjaraklukku tími (í mínútum)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Í gangi, vakning eftir %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Vakna!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Slökkt með %im%is eftir\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Leita að þýðingartextum í RAR skrám\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Sækja þýðingartexta...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Færa hlut\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Færa hlut hingað\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Hætta við að færa\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Vélbúnaður:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"CPU notkun:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Tengdur, en enginn DNS er til staðar.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Harður diskur\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Geymsla\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Sjálfgefið\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Netið\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Skjár\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Vélbúnaður\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Stýrikerfi:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"CPU hraði:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Skynjaður BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Skjáhraðall:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Skjáupplausn:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox útgáfa:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox raðnúmer:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox framleiðandi:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Mod kubbur:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Hljóð/Mynd tengi:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Skjá & XBE svæði:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD svæði:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Tengdur\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Ekki tengdur. Athugaðu netstillingar.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Xbox Live lykill:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Fastur hiti\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Viftuhraði\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Sjálfvikur hitastillir\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Fastur viftuhraði\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Leturgerðir\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Snúa margstefnu texta\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Sýna RSS fréttastrauma\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Sýna yfirmöpputákn\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Sniðmát lagaheita\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Viltu endurræsa vélina\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"í staðinn fyrir bara XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Aðdráttar áhrif\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Fljóta áhrif\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Minnka svartar rendur\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Endurræsa\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Renna saman lögum\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Endurgera smámyndir\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Endurkvæmar smámyndir\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Horfa á myndasýningu\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Endurkvæm myndasýning\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Handahófskennt\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Víðómur\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Bara vinstri\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Bara hægri\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Virkja karaoke stuðning\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Gegnsæi bakgrunns\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Gegnsæi forgrunns\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Hljóð/Mynd seinkun\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s fannst ekki\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Get ekki opnað %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Get ekki hlaðið inn %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Villa: Ekki nóg minni\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Færa upp\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Færa niður\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Breyta nafni\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Gera sjálfgefið\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Eyða takka\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"LED að framan\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Litur á LED að framan\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Láta eiga sig\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Grænn\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Appelsínugulur\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Rauður\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Hringrás\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Slökkva á LED við spilun\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Kvikmyndaupplýsingar\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Setja í biðröð\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Leita í IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Leita að nýju innihaldi\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Í spilun...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Hljómplötuupplýsingar\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Skanna hlut í safn\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Hætta skönnun\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Teikni hamur\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Lágæða punkta skygging\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Vélbúnaðar yfirlag\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Hágæða punkta skyggir\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Spila hlut\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Setja smámynd á listamann\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Búa til smámyndir\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Virkja rödd\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Virkja Tæki\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Hljóðstyrkur\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Sjálfgefinn sjónarhornsháttur\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Sjálfgefin birtuskil\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Sjálfgefin skerpuskil\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Sjálfgefið gamma\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Áfram með mynd\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Fela rödd - Tengi 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Fela rödd - Tengi 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Fela rödd - Tengi 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Fela rödd - Tengi 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Nota tíma leit\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Sniðmát lagaheita - hægri\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Forstilling\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Það eru ekki til neinar forstillingar\\nfyrir þessa myndskreytingu\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Það eru ekki til neinar stillingar\\nfyrir þessa myndskreytingu\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Disk út/inn\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Nota myndskreytingu við tónlist\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Reikna stærð\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Reikna möppu stærð\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Myndstillingar\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Hljóð og þýðingartexta stillingar\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Virkja þýðingartexta\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Flýtileiðir\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Hunsa greinir þegar raðað er (t.d. \\\"the\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Renna saman lögum á sömu hljómplötu\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Leita að %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Sýna staðsetningu í lögum\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Hreinsa sjálfgildi\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Halda áfram\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Ná í smámynd\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Myndupplýsingar\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s forstillingar\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(IMDb Stjörnugjöf notanda)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Topp 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Stilla inn á Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Lágmarks viftuhraði\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Sæki\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Fela tónlistarmenn sem birtast aðeins á safndiskum\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Teikni hamur\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Sjálfvirkt\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Grunn skygging (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Ítarleg skygging (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Hugbúnaður\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Fjarlægja á öruggan hátt\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Byrja myndasýningu hér\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Muna fyrir þessa slóð\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Nota punkta biðminni hluti\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"A/V samstillingaraðferð\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Hljóðklukka\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Myndklukka (Sleppa/Afrita hljóð)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Myndklukka (Endurblanda hljóð)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Hámark endurblöndunar (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Endurblöndunargæði\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Lágt(hratt)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Meðal\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Hátt\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Mjög hátt(hægvirkt!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Samstilla spilun við skjá\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple fjarstýring\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Leyfa að ræsa XBMC með fjarstýringunni\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Runu biðtími\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Óvirkt\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Venjulegt\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Altæk fjarstýring\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Fjölfjarstýring (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Villa í Apple fjarstýringu\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Ekki er hægt að virkja stuðning við Apple fjarstýringu.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Stafla\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Ekki stafla\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Sæki spilunarlista...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Sæki streymi lista...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Þátta streymi lista...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Mistókst að sækja streymilista\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Mistókst að sækja spilunarlista\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Leikja mappa\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Skipta sjálfvirkt á smámyndir ef\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Virkja sjálfvirka skiptingu á smámyndasýn\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Nota stór tákn\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Skipting notar\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Prósentu\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Engar skrár og minnst ein smámynd\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Minnst ein skrá og smámynd\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Prósent smámynda\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Stillingar sjónarhorns\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Breyta svæði 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Breyta svæði 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Breyta Svæði 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Safn\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Ekkert sjónvarp\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Sláðu inn nálæga stóra borg\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Myndefni/Hljóð/DVD flýtiminni - Harður diskur\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Myndefni flýtiminni - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Staðarnet\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Hljóð flýtiminni - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Staðarnet\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD flýtiminni - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Staðarnet\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Miðlarar\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Netstillingum breytt\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC þarf að endurræsa til að virkja\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"netstillingar.  Viltu endurræsa núna?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Eftirvinnsla\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Slökkva í miðri spilun\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i mín\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i sek\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Tímasnið\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Dagsetningarsnið\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Viðmóts síur\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Nota bakgrunns skönnun\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Hætta skönnun\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Ekki hægt á meðan verið er að skanna\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Filmukorna áhrif\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Leita að smámyndum á fjartengdum geymslum\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Flýtiminni fyrir óþekkt efni - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Sjálfvirkt\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Sláðu inn notandanafn fyrir\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Dagsetning og tími\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Stilla dagsetningu\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Stilla tíma\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Sláðu inn dagsetningu á 24 tíma HH:MM sniði\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Sláðu inn dagsetningu á DD/MM/YYYY sniði\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Sláðu inn IP vistfang\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Viltu virkja þessar stillingar núna?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Virkja stillingar núna\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Leyfa að eyða skrám\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Velja tímabelti\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Nota sumartíma\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Bæta við í uppáhalds\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Fjarlægja úr uppáhalds\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Litir\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Tímabelti lands\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Tímabelti\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Skráarlistar\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Sýna EXIF myndaupplýsingar\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Fylla skjáglugga frekar en að fylla skjá\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Setja lög á biðröð þegar valið er\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Spila tónlistardiska sjálfvirkt\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Spila\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Spila DVD sjálfvirkt\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Leturgerð til að nota fyrir þýðingartexta\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Alþjóðlegt\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Stafasett\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Aflúsa\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Öryggi\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Inntakstæki\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Orkusparnaður\"\n\nmsgctxt \"#14096\"\nmsgid \"Video cache\"\nmsgstr \"Skyndiminni myndefnis\"\n\nmsgctxt \"#14097\"\nmsgid \"Video cache - max time\"\nmsgstr \"Skyndiminni mynefnis - hámarkstími\"\n\nmsgctxt \"#14098\"\nmsgid \"Audio cache\"\nmsgstr \"Skyndiminni hljóðs\"\n\nmsgctxt \"#14099\"\nmsgid \"Audio cache - max time\"\nmsgstr \"Skyndiminni hljóðs - hámarkstími\"\n\nmsgctxt \"#14100\"\nmsgid \"H.264 Skip Loop Filter\"\nmsgstr \"H.264 Skip Loop sía\"\n\nmsgctxt \"#14101\"\nmsgid \"Default\"\nmsgstr \"Sjálfgefið\"\n\nmsgctxt \"#14102\"\nmsgid \"Skip Non-reference Frames\"\nmsgstr \"Sleppa Non-reference römmum\"\n\nmsgctxt \"#14103\"\nmsgid \"Skip Bidirectional Frames\"\nmsgstr \"Sleppa Bidirectional römmum\"\n\nmsgctxt \"#14104\"\nmsgid \"Skip Non-key frames\"\nmsgstr \"Sleppa Non-key römmum\"\n\nmsgctxt \"#14105\"\nmsgid \"Skip Everything\"\nmsgstr \"Sleppa öllu\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Fjarlægja\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Leikir\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Bæta við\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Lykilorð\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Tónlistarsafn\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Gagnagrunnur\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Allar hljómplötur\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Allir flytjendur\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Öll lög\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Allir flokkar\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Biðminni...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Leiðsagnarhljóð\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Sjálfgildi útlits\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Þema\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Sjálfgilt Þema\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Senda lög á Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.fm notandanafn\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.fm lykilorð\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Get ekki tengst með handabandi: bíð...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Vinsamlegast uppfærðu XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Rangt auðkenni: Athugaðu notandanafn og lykilorð\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Tengdur\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Ekki tengdur\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Sendi Millibil %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Skyndivistaði %i Lög\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Sendi...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Sendi eftir %i sek\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Spila Með...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Nota fína Hljóð/Mynd samstillingu\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Fela skráarnöfn í smámynda sjónarhorni\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Spila í partýham\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Senda lög á Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Libre.fm notandanafn\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Libre.fm lykilorð\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Senda lög\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Senda Last.fm útvarp til Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Tengist við Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Vel stöð...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Leita að svipuðum listamönnum...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Leita að svipuðum tögum...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Þinn notandi (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Hæstu tegundir\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Hæstu listamenn fyrir tegundir %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Hæstu hljómplötur fyrir tegundir %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Hæstu lög fyrir tegundir %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Hlusta á merki %name% last.fm útvarp\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Áþekkir listamenn og %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Bestu %name% hljómlötur\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Bestu %name% lög\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Bestu %name% tegundir\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Mestu aðdáendur %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Hlusta á %name% aðdáendur Last.fm útvarp\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Hlusta á %name% samskonar listamenn Last.fm útvarp\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Bestu listamenn fyrir notanda %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Bestu hljómlpötur fyrir notanda %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Bestu lög fyrir notanda %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Vinir notanda %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Nágrannar notanda %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Vikulegur listamanna listi fyrir %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Vikulegur hljómplötu listi fyrir %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Vikulegur laga listi fyrir %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Hlusta á nágranna %name%' Last.fm útvarp\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Hlusta á einkalista %name%' Last.fm útvarp\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Hlusta á uppháhalds lög %name%'s Last.fm útvarp\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Næ í lista frá Last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Get ekki náð í lista frá Last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Sláðu inn nafn listamanns til að finna tengda aðila\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Sláðu inn tegund til að finna tengdar tegundir\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Lög sem %name% hefur nýlega hlustað á\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Hlusta á það sem %name%'s mælir með á Last.fm\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Topp merki fyrir notanda %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Viltju setja núverandi lag í uppáhalds lögin?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Viltu banna núverandi lag?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Bætt við í uppáhaldslög: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Gat ekki bætt '%s' í uppáhaldslög.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Bannað: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Gat ekki bannað '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Nýleg uppáhaldslög %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Nýlega bönnuð af %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Fjarlægja úr uppáhaldslögum\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Leyfa\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Viltu fjarlægja þetta lag úr uppáhaldslista?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Viltu hætta við að banna þetta lag?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Slóð fannst ekki eða var röng\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Gat ekki tengst við miðil\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Engir miðlar fundust\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Vinnuhópur fannst ekki\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Opna fjölslóða bókamerki\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Slóð:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Almennt\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Stilla hljóðtæki...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Internet uppfletting\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Spilari\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Spila efni af disk\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Sláðu inn nýtt nafn\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Sláðu inn nafn kvikmyndar\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Sláðu inn nafn notanda\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Sláðu inn nafn hljómplötu\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Sláðu inn nafn spilunarlista\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Sláðu inn nýtt skráarnafn\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Sláðu inn nafn möppu\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Sláðu inn möppu\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Möguleikar: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Sláðu inn leitarstreng\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Ekkert\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Sjálfvirkt\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"De-interlace\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (Umsnúinn)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Interlaced meðhöndlun\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Hætti við...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Sláðu inn nafn listamanns\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Hætt við spilun spilunarlista\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Mistókst að spila einn eða fleiri hluti.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Sláðu inn gildi\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Athugaðu kladdaskrá fyrir meiri upplýsingar.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Hætt við partí ham.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Engin samsvarandi lög í lagasafni.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Gat ekki frumstillt gagnagrunn.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Gat ekki opnað gagnagrunn.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Gat ekki náð í lög frá gagnagrunni.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Partí spilunarlisti\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Allar Myndir\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Ekki búið að horfa á\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Búið að horfa\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Merkja sem búið að horfa á\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Merkja sem ekki búið að horfa á\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Breyta titli\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Nota NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Nota aðeins NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Nota aðeins NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Nota aðeins PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Fyrir 60hz Leiki\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Hætt var við aðgerð\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Afritun mistókst\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Mistókst að afrita amk eina skrá\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Færsla mistókst\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Mistókst að færa amk eina skrá\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Eyðing mistókst\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Mistókst að eyða amk einni skrá\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Skjástækkunaraðferð\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Nearest neighbour\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (hugbúnaður)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (hugbúnaður)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (hugbúnaður)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"(VDPAU)Temporal\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"(VDPAU)Temporal/Spatial\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)Suðhreinsun\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)Skerpa\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Inverse Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Eftirvinnsla\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Sýna biðtíma\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Skipta yfir á rás\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Tónlistarmappa fyrir vistun\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Nota ytri DVD spilara\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Ytri DVD spilari\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Svindl mappa\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Skjámynda mappa\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Spilunarlista mappa\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Upptökur\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Skjámyndir\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Nota XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Lagalistar\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Myndbandalistar\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Viltu ræsa leikinn?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Raða eftir: Spilunarlista\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Fjarlæg smámynd\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Núverandi smámynd\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Nærliggjandi smámynd\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Engin smámynd\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Velja smámynd\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Stangast á\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Skanna nýtt\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Skanna allt\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Svæði\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Samantekt\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Læsa tónlistar glugga\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Læsa myndbanda glugga\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Læsa ljósmynda glugga\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Læsa forrita, leikjavistunar & skriftu gluggum\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Læsa skráarsýsli\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Læsa stillingum\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Byrja upp á nýtt\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Fara í aðal ham\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Fara úr aðal ham\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Búa til notanda '%s' ?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Byrja með ferskar stillingar\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Besta fáanlega\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Skipta sjálfvirkt á milli 16x9 og 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Meðhöndla staflaðar skrár sem eina skrá\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Varúð\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Fer úr aðal ham\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Fer í aðal ham\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com smámynd\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Fjarlægja smámynd\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Bæta við notanda...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Senda fyrirspurn fyrir allar hljómplötur\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Upplýsingar\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Aðskilja\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Geymslur með sjálfval\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Geymslur með sjálfval (aðeins lesa)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Afrita sjálfval\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Notandamynd\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Læsa kjörstillingum\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Breyta notanda\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Læsa notanda\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Gat ekki búið til möppu\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Notandamappa\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Byrja með hreinar uppsprettur\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Athugaðu að valinn mappa sé með skrifheimilidir\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"og nafn möppu sé löglegt\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"MPAA einkunnagjöf\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Sláðu inn lykilorð fyrir aðal ham\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Spyrja um aðal lykilorð við ræsingu\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Útlitsstillingar\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- enginn hlekkur stilltur -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Virkja hreyfimyndir\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Slökkva á RSS þegar spiluð er tónlist\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Virkja takka fyrir flýtileiðir\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Sýna forrit í aðalvalmynd\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Sýna tónlistarupplýsingar\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Sýna veðurupplýsingar\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Sýna kerfisupplýsingar\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Sýna laust diskpláss C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Sýna laust diskpláss E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Veður\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Laust diskpláss\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Sláðu inn nafn á samnýtingu\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Læsingar kóði\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Hlaða inn notanda\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Nafn notanda\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Uppsprettur\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Sláðu inn læsingarkóða fyrir notanda\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Innskráning\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Næ í plötuupplýsingar\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Næ í plötuupplýsingar\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Get ekki afritað geisladisk á meðan verið er að spila\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Aðal læsing og stillingar\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Að slá inn aðal lykilorð virkjar alltaf aðal ham\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"eða afrita frá sjálfvali?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Vista breytingar á notanda?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Fann gamlar stillingar.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Viltu nota þær?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Fann gamlar uppsprettur.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Aðskilja (læst)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Rót\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- Stækkun\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP stillingar\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Sjálfvirk ræsing UPnP biðlara\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Seinasta innskráning: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Aldrei skráð sig inn\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Notandi %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Skráning notanda / Veldu notanda\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Nota læsingu á skráningarskjá\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Rangur læsingarkóði.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Þetta þarfnast þess að aðal læsing sé virk.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Viltu setja hana núna?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Hleð inn upplýsingum um forrit\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Gleðskapur í gang!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Satt\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Blanda drykki\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Fylli glös\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Innskráður sem\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Útskrá\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Fara á rót\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Þræða\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Þræða (öfugt)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Blanda\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Endurræsa myndband\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Breyta net staðsetningu\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Fjarlægja net staðsetningu\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Viltu skanna möppuna?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Minniseining\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Minniseining sett upp\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Get ekki sett upp minniseiningu\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"Í gátt %i, rauf %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Læsa skjávara\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Setja\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Notandanafn\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Sláðu inn lykilorð fyrir\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Tímastýring fyrir slökkvun\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Tímaslökkvari (í mínútum)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Ræsing, slökkt eftir %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Slekk eftir 30 mínútur\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Slekk eftir 60 mínútur\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Slekk eftir 120 mínútur\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Sérsniðinn tímaslökkvari\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Hætta við slökkvun\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Læsa stillingum fyrir %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Fletta...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Grunnupplýsingar\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Geymsluupplýsingar\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Upplýsingar um harðan disk\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"DVD-ROM upplýsingar\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Netupplýsingar\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Skjáupplýsingar\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Vélbúnaðarupplýsingar\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Samtals\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Notað\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"af\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Læsing ekki nothæf\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Ekki læst\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Læst\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Frosið\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Þarfnast endurstillingar\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Vika\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Lína\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windows net (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP miðlari\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP miðlari\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes tónlistarmiðlari (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP miðlari\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Sýna skjáupplýsingar\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Búið\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Hástafalás\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Tákn\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Hopa\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Bil\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Endurhlaða útlit\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Snúa mynd með upplýsingum frá EXIF\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Nota veggspjaldasnið fyrir sjónvarpsþætti\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Bíddu Aðeins\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Afrita EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Afrita BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Virkja sjálfvirkt skrun fyrir söguþráð og gagnrýni\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Sérsniðið\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Virkja kembi úttak\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Ná í viðbótar upplýsingar við uppfærslu\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Sjálfgefin þjónusta fyrir hljómplötuupplýsingar\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Breyta skrapara\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Flytja út tónlistarsafn\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Flytja inn tónlistarsafn\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Fann engan listamann!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Misstókst að sækja upplýsingar um listamann\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Partí! (tónlistarmyndbönd)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Blanda drykki (tónlistarmyndbönd)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Fylli glös (tónlistarmyndbönd)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV þjónn (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV þjónn (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV biðlari\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Mappa vefþjóns (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Mappa vefþjóns (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Get ekki skrifað í möppu:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Viltu sleppa og halda áfram?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS straumur\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Óþekkt. Vinsamlegast bættu við MD5 frá xbmc.log í BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Auka DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP miðlari:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Búa til nýja möppu\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Deyfa LCD við spilun\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Óþekktur eða á borði (varinn)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Deyfa LCD við hlé\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Setja LED aftur á við hlé\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Myndefni - Safn\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Leikjavistanir\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Raða eftir: Auðkenni\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Niðurhala Leikjavistunum\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Leikjavistanir á hörðum Disk\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Get ekki niðurhalað leikjavistunum\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Veldu leikjavistun til að niðurhala og setja inn\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Engin leikjavistun fannst fyrir viðkomandi leik\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Fara í Leikjavistun\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Leikjavistanir\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Spila hlut...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Endurstilla tækjastillingu\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Þetta endurstillir tækjastillingu fyrir %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"á sín upprunalegu gildi.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Veldu staðsetningu\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Nota möppunafn til að leita eftir\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Skrá\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Nota möppu eða skráarnafn til að leita?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Velja innihald\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Mappa\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Leita að innihaldi í undirmöppum?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Aflæsa uppsprettum\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Leikari\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Kvikmynd\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Leikstjóri\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Viltu fjarlægja öll atriði frá\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"þessari slóð úr gagnasafninu?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Kvikmyndir\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"Sjónvarpsþættir\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Þessi mappa inniheldur\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Leita sjálfvirkt\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Leita í undirmöppum\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"sem\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Leikstjórar\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Ekkert myndefni fannst á þessari slóð!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"atkvæði\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Upplýsingar um sjónvarpsþáttaröð\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Upplýsingar um þátt\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Sæki upplýsingar um sjónvarpsþáttaröð\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Sæki upplýsingar um þátt\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Sæki upplýsingar um þætti í möppu\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Veldu sjónvarpsþáttaröð:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Sláðu inn nafn á sjónvarpsþáttaröðinni\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Þáttaröð %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Þáttur\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Þættir\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Sæki upplýsingar um þátt\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Fjarlægja þátt úr safni\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Fjarlægja sjónvarpsþátt úr safni\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Sjónvarpsþáttur\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Söguþráður þáttar\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Allar þáttaraðir\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Fela búið\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Framleiðslu kóði\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Fela söguþráð á því sem ekki er búið að horfa á\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Falið til að spilla ekki söguþræði *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Velja smámynd fyrir þáttaröð\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Mynd þáttaraðar\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Þáttaröð\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Sæki upplýsingar um myndefni\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Taka af innihald\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Upprunalegur titill\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Uppfæra upplýsingar um sjónvarpsþátt\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Uppfæra upplýsingar um alla þætti?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Mappa inniheldur einn sjónvarpsþátt\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Undanskilja möppu frá leit\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Sérþættir\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Ná sjálfkrafa í þáttaraðarsmámynd\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Mappa inniheldur eina myndskrá\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Tengja við sjónvarpsþáttaröð\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Fjarlægja tengingu við sjónvarpsþáttaröð\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Kvikmyndir, nýlega bætt við\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Þættir, nýlega bætt við\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Kvikmyndaver\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Tónlistarmyndbönd\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Tónlistarmyndbönd, nýlega bætt við\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Tónlistarmyndband\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Fjarlægja tónlistarmyndband úr safni\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Upplýsingar um tónlistarmyndband\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Hleð inn upplýsingum um tónlistarmyndband\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Blandaður\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Hoppa á hljómplötu eftir tónlistarmanni\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Hoppa til hljómplötu\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Spila lag\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Hoppa á tónlistarmyndbönd af hljómplötu\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Hoppa á tónlistarmyndbönd eftir tónlistarlistamanni\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Spila tónlistarmyndband\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Sækja smámyndir leikara þegar bætt er við í safn\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Velja smámynd leikara\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Fjarlægja bókamerki þáttar\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Setja bókamerki þáttar\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Stillingar skrapara\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Sæki upplýsingar um tónlistarmyndband\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Sæki upplýsingar um sjónvarpsþáttaröð\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Sýnishorn\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Fletja\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Fletja út sjónvarpsþætti\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Ná í aðdáendamyndir\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Sýna aðdáendamyndir í tónlistar- og myndabandasafni\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Leita að nýju efni\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Sýnt fyrst\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Handritshöfundur\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Hreinsa skráar- og möppunöfn\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Aldrei\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Bara ef ein þáttaröð\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Alltaf\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Er með sýnishorn\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Ósatt\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Myndasýning aðdáendamynda\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Flytja út í eina skrá eða aðskildar\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"skrár fyrir hverja færslu?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Ein skrá\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Aðskilja\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Flytja út smámyndir og áðdáendamyndir?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Skrifa yfir eldri skrár?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Undanskilja slóð frá uppfærslu á safni\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Ná í smámyndir og myndbandaupplýsingar\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Sett\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Velja smámynd fyrir kvikmyndasett\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Flytja út leikaramyndir?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Velja aðdáendamyndir\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Staðbundnar aðdáendamyndir\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Engar aðdáendamyndir\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Núverandi aðdáendamyndir\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Fjarlægar aðdáendamyndir\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Breyta innihaldi\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Viltu uppfæra upplýsingar fyrir allt\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"hlutir á þessari slóð?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Aðdáendamyndir\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Fann staðbundnar upplýsingar.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Hunsa og endurnýja frá Internetinu?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Gat ekki sótt upplýsingar\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"Netþjónn er líklega ekki uppi.\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Viltu halda áfram að leita?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Lönd\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Hópa saman kvikmyndir í sett\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Sýna faldar skrár og möppur\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox biðlari\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"AÐVÖRUN: Valið TuxBox tæki er að taka upp!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Straumurinn mun verða stoppaður!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Skipting á rás: %s Tókst ekki!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Ertu viss um að þú viljir spila strauminn?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Tengist við: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox tæki\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Bæta við samnýtingu...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Deila myndböndum og tónlist í gegnum UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Breyta samnýtingu\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Fjarlægja samnýtingu\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Sérsniðin mappa fyrir þýðingartexta\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Kvikmynda og auka mappa fyrir þýðingartexta\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Virkja mús\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Leyfa leiðsagnarhljóð á meðan efni er spilað\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Smámynd\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Fastsetja svæði DVD spilara\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Myndbúnaður\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Sjónarhorn skjás\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Venjulegt\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Svartar rendur\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Breiðmynd\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Virkja 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Virkja 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Virkja 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Sláðu inn nafn á nýjum spilunarlista\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Sýna \\\"Bæta við uppsprettu\\\" takka í listum\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Virkja skrunrendur\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Virkja áhorfðar myndir sem takka í myndbandasafni\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Opna\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Hávaðastilling\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Hratt\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Hljóðlátt\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Virkja sérsniðinn bakgrunn\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Orku stig\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Mikil orka\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Lítil orka\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Há biðstaða\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Lág biðstaða\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Get ekki haft stærri skrár en 4GB í flýtiminni\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Kafli\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Hágæða punkta skyggnir v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Virkja spilunarlista í ræsingu\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Nota skopp hreyfimyndir\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"inniheldur\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"inniheldur ekki\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"er\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"er ekki\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"byrjar á\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"endar á\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"er stærri en\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"er minni en\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"eftir\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"fyrir\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"er í seinustu\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"er ekki í seinustu\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Sköfur\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Sjálfgefin kvikmyndaskafa\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Sjálfgefin sjónvarpsþáttaskafa\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Sjálfgefin tónlistarmyndbandaskafa\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Virkja varasköfu út frá tungumáli\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Stillingar\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Fjöltungumál\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Gildi til að para\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Snjöll spilunarlistaregla\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Para lög þar sem\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Ný regla...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Lög verða að passa\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"allar reglur\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"ein eða fleiri regla\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Takmarka við\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Engin takmörk\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Raða eftir\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"hækkandi\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"lækkandi\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Breyta snjöllum spilunarlista\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Nafn spilunarlista\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Finna hluti sem\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Breyta\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i hlutir\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Nýr snjall spilunarlisti...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c Drif\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Breyta reglum fyrir partí ham\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Heimamappa\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Fjöldi áhorfa\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Titill þáttar\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Myndbanda upplausn\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Hljóðrásir\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Myndkótari\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Hljóðkótari\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Tungumál hljóðefnis\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Tungumál þýðingartexta\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Fjarstýring sendir lyklaborðsáslætti\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"- Breyta\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Skráarnafn\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Skáarslóð\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Skráarstærð\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Skráardagsetning\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Númer skyggnu\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Upplausn\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Athugasemd\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Litur/S&H\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"JPEG ferli\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Dagsetning/Tími\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Lýsing\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Nafn myndavélar\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Tegund myndavélar\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF upplýsingar\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Fastbúnaður\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Ljósop\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Linsustærð\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Fókusfjarlægð\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Lýsingarmagn\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Lýsingartími\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Bjagi lýsingarmagns\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Lýsingarmagns hamur\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Flass notað\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Hvítvægi\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Ljósgjafi\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Mælishamur\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Stafrænt zoom\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD breidd\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS breiddargráða\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS lengdarbaugur\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS hæð\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Stefna\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Viðbótar flokkar\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Lykilorð\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Heiti\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Höfundur\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Titill\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Sérstök fyrirmæli\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Flokkur\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Grein\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Titill greinar\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Þakkir\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Uppruni\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Höfundarréttur\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Nafn hlutar\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Borg\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Ríki\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Upprunaleg Tx tilvísun\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Búinn til\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Höfundarréttar flagg\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Landsnúmer\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Tilvísunar þjónusta\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Leyfa stjórnun á XBMC með UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Reyna að sleppa kynningarefni á undan DVD valmynd\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Afritaðir tónlistardiskar\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Leita að upplýsingum fyrir alla tónlistarmenn\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Sæki upplýsingar um hljómplötu\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Sæki upplýsingar um listamann\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Æviágrip\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Safnplata\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Leita að tónlistarmönnum\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Veldu tónlistarmann\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Upplýsingar um flytjanda\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Hljóðfæri\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Fæddur\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Varð til\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Þema\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Hætti\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Dó\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Fjöldi ára virkur\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Útgefandi\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Fæddur/varð til\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Uppfæra safn við ræsingu\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Uppfæra alltaf safn í bakgrunni\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS viðskeyti\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"Sjálfgefinn spilari\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Seinkað: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Á undan: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Færsla þýðingartexta\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL framleiðandi:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL teiknari:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL útgáfa:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB hiti:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU hiti:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Heildarminni\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Notandagögn\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Dekkja þegar myndband er sett í bið\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Allar upptökur\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Eftir titli\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Eftir hópi\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Beinar rásir\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Upptökur eftir titli\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Leiðsagnarsíða\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Leyfð skekkja í hlutfalli til að minnka svartar súlur\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Taka myndbandaskrár með í lista\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX framleiðandi\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Direct3D útgáfa\"\n\nmsgctxt \"#22025\"\nmsgid \"DVDPlayer full codec support\"\nmsgstr \"DVDPlayer heildar kóða stuðningur\"\n\nmsgctxt \"#22026\"\nmsgid \"DVDPlayer fast mode for MPEG2/MPEG4/H264\"\nmsgstr \"DVDPlayer hraðhamur fyrir MPEG2/MPEG4/H264\"\n\nmsgctxt \"#22027\"\nmsgid \"PAPlayer\"\nmsgstr \"PAPlayer\"\n\nmsgctxt \"#22028\"\nmsgid \"DVDPlayer\"\nmsgstr \"DVDPlayer\"\n\nmsgctxt \"#22029\"\nmsgid \"MPlayer\"\nmsgstr \"MPlayer\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Leturgerð\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Stærð\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Litir\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Stafasett\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Flytja út karaoke titla sem HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Flytja út karaoke titla sem CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Flytja inn karaoke titla...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Sækja lagavalslista sjálfvirkt\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Flytja út karaoke titla...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Sláðu inn númer lags\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"hvítt/grænt\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"hvítt/rautt\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"hvítt/blátt\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"svart/hvítt\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Virkja textavarp\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Partur %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Hleð inn %i bætum\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Stöðva\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Keyrir\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Ytri spilari virkur\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Smelltu á Í lagi til að hætta í spilara\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Smelltu á Í lagi þegar spilun er lokið\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Viðbót\"\n\nmsgctxt \"#24001\"\nmsgid \"Plugins\"\nmsgstr \"Viðbætur\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Stilla viðbætur\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Gera viðbót óvirka\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Virkja viðbót\"\n\nmsgctxt \"#24023\"\nmsgid \"Add-on disabled\"\nmsgstr \"Viðbót óvirk\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Ekki er hægt að stilla þessa viðbót\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Safnhamur\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY Lyklaborð\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Gegnumúttakshljóð í notkun\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Sjálfvirk flöktsía á leiki\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Gæði kvikmyndasýnishorns\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Straumur\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Sækja\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Sækja og spila\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Sækja og vista\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Í dag\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Á morgun\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Vista\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Afritun\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Velja möppu fyrir sótt gögn\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Leitarlengd\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Stutt\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Langt\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Nota DVD spilara í staðinn fyrir venjulegan spilara\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Spyrja um niðurhal áður en myndband er spilað\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Úrklippur\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Endurræstu viðbót til að gera virkt\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Í kvöld\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Aðra nótt\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Staða\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Úrkoma\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Úrkoma\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Raki\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Skynjast sem\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Sést sem\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Frávík frá venjulegu\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Sólarupprás\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Sólsetur\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Nánar\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Veðurspá\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Plötuumslag\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Þýða texta\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Stilla lista %s flokk\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 klukkustundir\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Kort\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Klukkustunda fresti\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Helgi\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s dagur\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Aðvörun\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Viðvaranir\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Veldu þinn\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Haka\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Stilltu\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Árstíðir\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Notaðu\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Fylgstu með\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Hlusta á\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Skoðaðu\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Stilltu\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Orku\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Valmynd\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Spilaðu\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Valkostir\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Ritill\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Um\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Stjörnugjöf\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Bakgrunnur\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Bakgrunnar\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Sérsniðinn bakgrunnur\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Sérsniðinn bakgrunnar\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Skoða upplýsingaskrá\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Skoða breytingaannál\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Þessi útgáfa af %s þarfnast\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC útgáfu %s eða hærri til að keyra.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Vinsamlega uppfærðu XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Engin gögn fundust!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Næsta síða\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Elska\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Hatur\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Þessi skrá er stöfluð, veldu þann part sem þú vilt byrja að spila frá.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Slóð á skriftu\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Virkja takka fyrir sérsniðna skriftu\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Indonesian/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<language locale=\"Indonesian\">\n  <charsets>\n    <gui>CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>in</menu>\n    <audio>in</audio>\n    <subtitle>in</subtitle>\n  </dvd>\n\n  <regions>\n    <region>\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n  </regions>\n</language>\n\n"
  },
  {
    "path": "Mod Files/system/language/Indonesian/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Indonesian (http://www.transifex.com/projects/p/xbmc4xbox/language/id/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: id\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Program\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Gambar\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Musik\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Video\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"Panduan TV\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Setelan\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"File\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Cuaca\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"pusat media xbmc\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Senin\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Selasa\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Rabu\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Kamis\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Jumat\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Sabtu\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Minggu\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Januari\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Februari\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Maret\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"April\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Mei\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Juni\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Juli\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"Agustus\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"September\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Oktober\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"Nopember\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"Desember\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Sen\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Sel\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Rab\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Kam\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Jum\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Sab\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Cerah\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Jan\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Feb\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Apr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"Mei\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Jun\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Jul\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Agu\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Sep\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Okt\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Des\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Lihat: Otomatis\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Lihat Otomatis Besar\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Lihat Ikon\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Lihat Daftar\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Scan\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sortir : Nama\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Sortir : Tanggal\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Sortir : Ukuran\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Tidak\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Ya\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"SlideShow\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Buat Thumb\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Buat Thumbnail\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Jalan Pintas\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"BERHENTI\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Salin\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Pindah\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Hapus\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Ganti Nama\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Folder Baru\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Konfirmasi salin file\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Konfirmasi pindah file\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Konfirmasi hapus file\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Salin file ini?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Pindahkan file ini?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Hapus file ini?\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Objek\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Umum\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Slideshow\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Informasi Sistem\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Layar\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Album\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Artis\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Lagu\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Aliran\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Daftar Main\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Cari\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"INFORMASI SISTEM\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Suhu:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Waktu\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Saat ini:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Build:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Jaringan:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Tipe:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statik\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Link: \"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Setengah duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Dupleks Penuh\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Penyimpanan\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Drive\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Bebas\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Memori Bebas\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Tidak ada link\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Bebas\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Tidak tersedia\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"DVD Rom Terbuka\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Baca\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Tidak ada disk\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disk Saat Ini\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Kulit\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Aktifkan Server FTP\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Aktifkan Sinkronisasi Waktu Internet\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Resolusi\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Album:\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Tanggal terbit:\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Rating:\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Nada:\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Gaya:\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Lagu\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Durasi\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Pilih album\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Trek\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Tinjauan\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Segarkan\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Pencarian album\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Album tidak ditemukan!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Pilih Semua\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Memindai informasi media\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Simpan\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Kocokan\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Kosongkan\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Pindai\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Pencarian...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Informasi IMDB tidak ditemukan!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Pilih film:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Meminta info IMDB\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Mengakses detil Film\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Tagline:\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Alur Cerita:\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Pemilihan:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Para Pelaku\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Alur\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Mainkan\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Berikut\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Sebelumnya\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Tengahkan Antarmuka pengguna...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Kalibrasi Video...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Lebih Lembut\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Jumlah Zoom\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Rasio Piksel\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"Drive DVD\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Harap memasukan disk\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Remote Share\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Jaringan tidak tersambung\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Batal\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Kecepatan\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Pola tes...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Aktifkan CDDB\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Kocok Daftar Main saat Memuat\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"HD Spindown Time\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Filter Video\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Tidak ada\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Point\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Linear\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotropic\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussian Cubic\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Minification\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Magnification\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Kosongkan Daftar Main saat selesai\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"DVD-Video Mainkan Secara Otomatis\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"VCD/SVCD Mainkan Secara Otomatis\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"CD-Audio Mainkan Secara Otomatis\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Permainan XBOX Mainkan Secara Otomatis\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Video Mainkan Secara Otomatis\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Musik Mainkan Secara Otomatis\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Gambar Mainkan Secara Otomatis\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Skrip\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Bahasa\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Musik\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Visualisasi\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Pilih direktori tujuan\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Keluaran Stereo ke semua Speaker\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Jumlah saluran\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- Penerima berkemampuan DTS\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Meminta freedb untuk info CDDB\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Kesalahan\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Aktifkan Tag ID3\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Membuka\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Menunggu utk memulai....\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Keluaran Skrip\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Aktifkan Web Server\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Rekam\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Hentikan Rek.\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Sortir : Trek\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Sortir : Waktu\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Sortir : Nama\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Sortir : Artis\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Sortir : Album\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Top 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Top Left Overscan Compensation\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Bottom Right Overscan Compensation\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Posisi Terjemahan\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Penyetelan Rasio Piksel\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Pindahkan tanda panah untuk mengganti jumlah overscan\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Pindahkan bar untuk mengganti posisi teks bawah pada film\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Ganti persegi panjang sehingga menjadi persegi yang sempurna\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Tidak dapat memuat setelan\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Menggunakan Standar fallbacks\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Harap periksa file .xml\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"ditemukan %i item\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Hasil Pencarian\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Tidak ditemukan\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Filter Postprocessing\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Teks Film\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Huruf\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Ukuran\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Volume Pengerasan\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Audio\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Teks Film\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Buat bookmark\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Kosongkan bookmark\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"AVDelay\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Bookmarks\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Penundaan\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Bahasa\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Aktifkan\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Non-Interleaved\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Otomatis Postprocessing\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Vertikal Deblocking Filter\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Horizontal Deblocking Filter\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Kecerahan/Kontras Otomatis\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=otomatis)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Membersihkan database\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Persiapan...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Database error\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Pencarian lagu...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Pembersihan database berhasil\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Pembersihan lagu...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Kesalahan membersihkan lagu\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Pembersihan artis...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Kesalahan membersihkan artis\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Pembersihan aliran...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Kesalahan membersihkan aliran\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Pembersihan path...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Kesalahan membersihkan path\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Pembersihan album...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Kesalahan membersihkan album\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Menulis perubahan...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Kesalahan menulis perubahan\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Mungkin ini akan menghabiskan beberapa saat...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Mengkompres database...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Kesalahan mengkompres database\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Anda ingin membersihkan pustaka musik?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Membersihkan Pustaka Musik...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Mulai\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Atur Framerate\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Keluaran Audio\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analog\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digital\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Berbagai Artis\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Mainkan DVD\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Film\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Atur Framerate\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Aktor\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Tahun\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Program\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Mati\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Dim\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Hitam\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix Trails\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Waktu Tunggu Screensaver\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Mode Screensaver\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Waktu Tunggu Mematikan\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Semua album\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Album Terkini\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Screensaver\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"SlideShow B.ulang\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Tingkat Pudar Screensaver\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Sortir : File\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Penerima berkemampuan AC3\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sortir : Judul\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Sortir : Tahun\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Sortir : Nilai\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDB\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Judul\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Badai\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Sebagian\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Kebanyakan\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Cerah\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Mendung\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Salju\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Hujan\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Ringan\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"AM\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"PM\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Gerimis\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Sedikit\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Tersebar\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Angin\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Kuat\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Cukup\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Cerah\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Berawan\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Early\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Gerimis\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Curah Hujan\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Rendah\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Menengah\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Tinggi\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Kabut\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Kabur\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Pilih Lokasi\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Waktu Penyegaran\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Unit Suhu\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Unit Kecepatan\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Cuaca\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Suhu\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Terasa Seperti\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"Indeks UV\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Angin\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Titik Embun\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Kelembaban\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"Dari\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"di\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Standar\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Mengakses Weather.com\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Mendapatkan Cuaca Untuk:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Tidak bisa mendapatkan data cuaca\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manual\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Tidak ada review album ini\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Mengunduh thumbnail...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Tidak tersedia\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Lihat: Ikon Besar\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Video/Aliran\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Hapus informasi Album\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Hapus informasi CDDB\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Pilih\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Info album tidak ditemukan.\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Info CDDB tidak ditemukan.\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disk:\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Masukkan CD/DVD yg tepat\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Harap memasukan CD/DVD berikut\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Sortir : DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Tanpa Cache\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Hapus film dari database\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Anda yakin tetang menghapus\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Durasi\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Buka File\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Cache\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Harddisk\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"LAN\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Audio\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Otomatis Mainkan\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Aktifkan\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Kolom\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Baris 1 Alamat\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Baris 2 Alamat\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Baris 3 Alamat\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Baris 4 Alamat\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Baris\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Mode\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Ganti Tampilan\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Subs\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Audio Stream\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[aktif]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Teks Film\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Backlight\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Kecerahan\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Kontras\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Tipe\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Pindahkan bar untuk mengganti posisi osd\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Posisi OSD\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Kredit\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Matikan\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Hanya Musik\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Musik & Video\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Tidak dapat memuat Daftar Main\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Kulit dan Bahasa\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Penampilan\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Pilihan Audio\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Tentang XBMC\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"Album\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Hapus album\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Berulang\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Ulang sekali\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Folder Berulang\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Mainkan Sendiri Item Berikutnya\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Gunakan ikon besar\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Ukur ulang Vobsubs\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Pilihan Lebih Lanjut (Hanya Pengguna Ahli!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Keseluruhan Audio Headroom\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Upsample Video ke Resolusi GUI\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Kalibrasi\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Sembunyikan Ekstensi Media\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Sortir : Tipe\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Tidak dapat tersambung ke www.allmusic.com\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Mengunduh info album gagal\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Mencari nama album...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Buka\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Sibuk\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Kosong\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Memuat informasi media dari file...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Sortir : Pemakaian\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Aktifkan Visualisasi\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Aktifkan tombol mode video\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Window Pembuka\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Home Window\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Setelan Manual\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Aliran\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Buat arsip dengan satu file transparan\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Album Yang Baru Saja Dimainkan\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Jalankan\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Jalankan dalam..\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Edit nama XBE\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Kompilasi\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Hapus Sumber\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Ganti media\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Pilih daftar putar\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Daftar putar baru...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Tambak ke daftarputar\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Tambahkan ke pustaka secara manual\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Masukkan Judul\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Galat: Duplikasi judul\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Pilih Aliran\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Aliran baru\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Penambahan manual\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Masukkan Aliran\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Lihat: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Daftar\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Ikon\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Daftar besar\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Ikon Besar\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Lebar\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Besar Lebar\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Album ikon\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Ikon DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Informasi Media\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Perangkat keluaran audio\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Perangkat keluaran celah\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Tak ada biografi untuk artis ini\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Downmix multichannel audio ke stereo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Sortir : %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Nama\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Tanggal\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Ukuran\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Trek\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Waktu\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Judul\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Artis\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Daftar Main\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Berkas\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Tahun\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Rating\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Tipe\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Penggunaan\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Artis Album\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Jumlah main\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Terakhir main\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Komentar\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Tanggal penambahan\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Standar\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Studio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Path\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Negara\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"Dalam proses\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Arah sortir\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Metode Sortir\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Mode Melihat\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Ingat tampilan untuk folder berbeda\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Urut\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Terbalik\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Sunting daftar main\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filter\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Batalkan Mode Party\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Mode Party\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Acak\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Matikan\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Satu\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Semua\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Matikan\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Ulang: Tidak\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Ulang: Satu\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Ulang: Semua\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Salin CD Audio\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Medium\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Standar\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Ekstrim\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Constant Bit Rate\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Penyalinan...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Ke\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Tidak dapat menyalin CD or Trek\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDARipPath tidak diatur di sources.xml\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Salin trek audio\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Masukkan angka\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Ripping CD\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Enkoder\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Kualitas\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bit Rate\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Termasuk Nomor Trek\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Semua lagu dari\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Mode Melihat\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zoom\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Rentangkan 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Rentangkan 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Rentangkan 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Ukuran Asli\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Kustom\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay Gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Replay Gain Mode\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Gunakan Level Trek\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Gunakan Level Album\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"PreAmp Level - Replay Gained Files\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"PreAmp Level - Non Replay Gained Files\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Avoid Clipping on Replay Gained Files\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Potong Bar Hitam\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Memerlukan meng-cache file besar. Lanjutkan?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Hapus Nama\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Ekspor pustaka video\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Impor pustaka vide\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Mengimpor\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Mengekspor\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Ramban pustaka\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Tahun\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Perbarui pustaka\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Tampilkan info debug\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Ramban untuk berkas bisa dieksekusi\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Ramban untuk daftar main\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Ramban untuk folder\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Informasi Lagu\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Pembesaran suara\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Pilih folder ekspor\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Berkas ini tidak lagi tersedia\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Apakah anda ingin menghapusnya dari pustaka?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Ramban untuk Skrip\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Tingkat Kompresi\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Bersihkan Pustaka\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Menghapus lagu lama dari Pustaka\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"path ini telah di-scan sebelumnya\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Jaringan\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"Host Proxy HTTP\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"Port Proxy HTTP\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Aktifkan HTTP Proxy\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"XTag XLink Kai\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"Password XLink Kai\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internet Protokol (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Port tidak valid. Nilai harus di antara 1 dan 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"Proxy HTTP\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"Penetapan\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Otomatis (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manual (Statik)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Standar (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- Alamat IP\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Netmask\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Gateway Standar\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- Server DNS\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Simpan & Memulai Kembali\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Alamat tidak valid. Nilai harus AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"dengan nomor antara 0 dan 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Perubahan tidak disimpan. Lanjutkan tanpa menyimpan?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Server Web\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"Server FTP\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Waktu Internet\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"Port Server Web\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Waktu Host Server \"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Simpan & Pakai\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"Password Server Web \"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Tanpa Pass\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Karakterset\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Gaya\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Warna\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Tebal\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Miring\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Tebal Miring\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Putih\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Kuning\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"File\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Tidak ada informasi untuk hasil scan ini\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Ganti ke tampilan File\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Kesalahan memuat gambar\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Edit Path\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Tambah Share\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Anda yakin?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Menghapus Share\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Tambah Link Program\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Edit Path Program\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Edit Nama Program\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Edit Kedalaman Path\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Lihat: Daftar Besar\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Kuning\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Putih\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Biru\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Hijau Terang\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Kuning Hijau\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Cyan\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Dipesan\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Dipesan\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Kesalahan %i: share tidak tersedia\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"-  Pembatas Fatx Otomatis\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Audio\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Mencari\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Folder Slideshow\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Antarmuka Jaringan\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Simpan dan terapkan pengaturan antarmuka jaringan\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Tanpa penyandian\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Terapkan pengaturan antarmuka jaringan. Mohon tunggu.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Antar-muka jaringan berhasil dijalankan ulang.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Antar-muka jaringan gagal dijalankan ulang.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Antar-muka dinon-aktifkan\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Antar-muka jaringan berhasil dinon-aktifkan.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Nama jaringan Nir-kabel (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Perbolehkan program pada sistem ini untuk mengendalikan XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Tingkat Port\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Perbolehkan program pada sistem lain untuk mengendalikan XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Jeda ulang awalan (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Jeda ulang lanjut (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Jumlah maksimum klien\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Akses Internet\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Nomor port yang dimasukkan tidak valid\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Tingkat port yang valid adalah 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Tingkat port yang valid adalah 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Preview Screensaver\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Tidak bisa tersambung\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC tidak dapat tersambung ke lokasi jaringan.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Kemungkinan jaringan tidak tersambung.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Anda ingin menambahkan begitu saja?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"Alamat IP\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Tambah Lokasi Jaringan\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protokol\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Alamat Server\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Nama Server\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Path Remote\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Folder Yang Shared\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"NamaPengguna\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"server jaringan\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Masukkan alamat jaringan dari server\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Masukkan path pada server\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Masukkan nomor port\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Masukkan namapengguna\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Tambah %s Sumber\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Masukkan path atau jelajah lokasi media.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Masukkan nama Sumber Media ini.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Jelajah share baru\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Jelajah\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Tidak bisa mengambil informasi direktori.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Tambah Sumber\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Edit Sumber\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Edit %s Sumber\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Masukkan label baru\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"sebuah image\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"sebuah folder image\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Tambah Lokasi Jaringan...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Ramban berkas\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Submenu\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Aktifkan tombol submenu\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Favorit\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Memuat direktori\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Mendapatkan %i item\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Mendapatkan %i dari %i item\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Titik Akses\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Lainnya...\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Pengaturan Skrip\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Single\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"Klien SMB\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Workgroup\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"NamaPengguna Standar\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Password Standar\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS-Server\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Kaitkan SMB share\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Hapus\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Musik\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Gambar\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"File\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Musik & Video \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Musik & Gambar\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Musik & File\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Video & Gambar\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Video & File\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Gambar & File\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Musik & Video & Gambar\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Musik & Video & Gambar & File\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Non Aktif\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"File & Musik & Video\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"File & Gambar & Musik\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"File & Gambar & Video\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Musik & Program\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Video & Program\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Gambar & Program\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Musik & Video & Gambar & Program\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Program & Video & Musik\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Program & Gambar & Musik\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Program & Gambar & Video\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"Nama Pengguna FTP\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"Password FTP\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Password Pengguna Server FTP telah berhasil diganti\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Otodeteksi\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Otodeteksi XBOX\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Nama panggilan\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Minta utk Tersambungkan\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Kirim Pengguna dan Password FTP\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Jeda Ping\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Apakah Anda ingin tersambung ke Otodeteksi Xbox?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Umumkan service ini ke sistem lain melalui Zerconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Perangkat audio Kustom\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Perangkat Keluaran Kustom\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Drifting\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"dan\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Membeku\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Late\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Isolated\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"T-Showers\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Guntur\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Cerah\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Heavy\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"dalam\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"the\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Vicinity\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Es\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Kristal\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Tenang\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"dengan\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"berangin\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Badai\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Gerimis\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Berkabut\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Bijian\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Biarkan tampilan untuk tidur ketika menganggur\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Durasi:\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Skrip gagal! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Jenis LCD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Depan\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Program\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Foto\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"File\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Setelan\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Musik\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Video\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Informasi Sistem\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Setelan->Umum\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Setelan->Layar\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Setelan->Penampilan->Kalibrasi GUI\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Setelan->Video->Kalibrasi Layar\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Setelan->Foto\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Setelan->Program\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Setelan->Cuaca\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Setelan->Musik\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Setelan->Sistem\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Setelan->Video\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Setelan->Jaringan\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Setelan->Penampilan\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Skrip\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Video/Daftar Main\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Setelan->Profil\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Dialog Ya/tidak\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Dialog Kemajuan\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Mencari subtitle\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Mencari atau caching subtitle...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"mematikan\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"buffering\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Membuka stream\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Musik/Daftar Main\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Musik/File\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Musik/Pustaka\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Musik/Top 100\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Top 100 Lagu\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Top 100 Album\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Aplikasi\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Konfigurasi\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Ramalan Cuaca\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Permainan Jaringan\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Ekstensi\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Informasi Sistem\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Musik - Pustaka\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Musik - Sedang Dimainkan\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Video - Sedang Dimainkan\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Info Album\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Info Film\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Pilih dialog\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Musik/info\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Dialog OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Video/Info\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Skrip/Info\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Video Tampilan Penuh\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Visualisasi Audio\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Filestacking dialog\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Membangun kembali indeks...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Kembali ke Musik\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Kembali ke Video\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Perbaharui daftar trainer\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Trainer tidak ditemukan\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Setelan Trainer\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Semua trailer terdaftar telah hilang. Perbaharui daftar anda\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Mainkan lagi otomatis dari posisi terakhir\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Tidak\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Ya\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Meminta\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Memulai dari awal\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Mainkan lagi dari posisi akhir\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Dikunci Masukkan Kode...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Masukkan password\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Masukkan Kode Master\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Masukkan Kode Pembuka\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"atau tekan C untuk membatalkan\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Masukkan tombol kombo Gamepad dan tekan Start\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"tekan Start, atau Back utk membatalkan\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Pasang Kunci\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Buka Kunci\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Memasang Lagi  Kunci\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Hapus Kunci\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Password Numerik\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Tombol Gamepad Kombo\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Password Teks\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Masukkan password baru\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Masukkan lagi password baru\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Password salah,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"sisa percobaan \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Password yg dimasukkan tidak sesuai.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Akses Ditolak\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Batas memasukan Password telah lewat.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"XBOX akan dimatikan sekarang.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Item Terkunci\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Pengangtifan Kunci\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Ganti Kunci\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Share Kunci\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Masukkan Password kosong. Coba lagi.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Kunci Master\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Aktifkan Shutdown\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Kunci Master tidak Valid!\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Harap masukkan Kode Master yang Valid!\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Setelan &  File\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Pasangkan sebagai standar untuk semua Film\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Ini akan mengubah nilai yang telah disimpan sebelumnya\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Tampilkan setiap gambar untuk\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Gunakan efek Pan dan Zoom\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Mainkan video NTSC pada nilai PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Mainkan video PAL  pada nilai NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Mainkan video NTSC dlm PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12 jam\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24 jam\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Hari/Bulan\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Bulan/Hari\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Sistem Berjalan\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Menit\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Jam\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Hari\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Total Sistem Berjalan\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Cuaca\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Screensaver\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Tampilan Penuh OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Sistem\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"HD Spindown Seketika\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Hanya Video\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Penundaan\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Minimum Lamanya File\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Matikan\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Fungsi mati\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Keluar\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Hibernasi\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Tahan\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Keluar\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Reboot\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Aksi Tombol POwer\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Apakah ada sesi lain yang aktif, mungkin melalui ssh?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Harddrive terkait\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Pencabutan perangkat tidak aman\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Berhasil melepas perangkat\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick terpasang\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystik tercabut\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Filter Kedipan\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Biarkan memilih driver (butuh restart)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Vertical blank sync\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Non Aktif\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Fungsikan ketika putar ulang video\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Selalu fungsikan\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Tes dan terapkan resolusi\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Simpan resolusi?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Upscaling kualitas tinggi\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Non Aktif\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Fungsikan konten SD\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Selalu fungsikan\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Metode Upscaling\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"Tingkat Upscaling VDPAU HQ\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Kosongkan display lain\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Non Aktif\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Kosongkan display\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Koneksi aktif terdeteksi!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Jika anda ingin melanjutkan, anda mungkin tidak dapat mengendalikan XBMC\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"lagi. Apakah anda yakin untuk menghentikan server Event?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Ubah mode Remote Apple?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Apakah anda sedang menggunakan Remote Apple untuk mengendalikan\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, mengubah pengaturan ini mungkin akan mempengaruhi kuasa anda\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"untuk melanjutkan mengendalikannya. Apakah anda ingin melanjutkan?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"Kunci HDD:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"Suhu HDD:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"Model DVD:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"Firmware DVD:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"Model HDD:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"Seri HDD:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"Firmware HDD:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"Password HDD:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"Status Penguncian HDD:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Subnet mask:\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Gateway:\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Gagal Inisialisasi\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"GamePad pada Port:\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Keyboard pada Port:\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Mouse pada Port:\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Head/MicroPhone pada Port:\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"MemoryStick pada Port:\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"IR-Remote pada Port:\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Tidak Pernah\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Segera\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Setelah %i detik\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Tanggal pemasangan HDD\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Hitungan siklus daya KDD:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profil\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Hapus profil '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Profil  terakhir dipasang:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Tidak Diketahui\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Timpa\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Jam Alarm\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Jeda jam Alarm (dlm menit)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Dimulai, alarm pada %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarm!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Dibatalkan dengan %im%is\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Cari Teks Film dalam RARs\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Melihat-lihat teks film...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Pindahkan Item\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Pindahkan Item Ke Sini\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Batalkan Pemindahan\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Perangkat Keras\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Kecepatan CPU:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Xbox Tersambung, tetapi tidak tersedia DNS.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Hard Disk\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Penyimpanan\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Standar\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Jaringan\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Perangkat Keras\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Versi Kernel:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Kecepatan CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"BIOS Terdeteksi:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Enkoder Video:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Resolusi Layar:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Versi Xbox:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Nomor Seri Xbox:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Pabrikan XBOX:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"ModChip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Kabel A/V:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Video & Regional XBE:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"Region DVD:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Xbox sedang Tersambung\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Xbox tidak Tersambung. Periksa setelan Jaringan.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Kunci XBLIVE:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Target Suhu\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Kecepatan Kipas\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Kontrol Suhu Otomatis\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Mengesampingkan Kecepatan Kipas\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"Huruf Kulit\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Aktifkan Flipping Bi-Directional Strings\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Aktifkan RSS Feeds\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Sembunyikan Induk Item Folder\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Template Penamaan Folder\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Anda yakin ingin mem-boot xbox\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"daripada hanya XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Efek Zoom\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Efek Float\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Pengurangan Bar Hitam\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Memulai Lagi\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Crossfade\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Buat Ulang Thumbnail\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Thumbnail Berulang\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Lihat Slideshow\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Slideshow Berulang\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Acak\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Hanya Kiri\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Hanya Kanan\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Aktifkan CD+G\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Latar Belakang Transparan\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Latar Depan Transparan\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"penundaan A/V\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s tidak ditemukan\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Kesalahan membuka %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Tidak dapat memuat %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Kesalahan: memori yg diperlukan terlalu besar\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Pindah Atas\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Pindah Bawah\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Edit Label\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Buat Standar\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Hapus Tombol\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"LED Muka\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Warna LED Muka\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Biarkan Seadanya\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Hijau\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Oranye\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Merah\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Putaran\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Matikan LED saat Memainkan\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Informasi Film\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Hal Antrian\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Cari IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Cari Info Utk Semua File\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Sedang Memainkan...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Informasi Album\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Pindai Seluruh Database\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Hentikan Scan\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Metode Render\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Pixel Shader Kualitas Rendah\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Lapisan Perangkat Keras\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Pixel Shader Kualitas Tinggi\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Mainkan Item\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Pasang Thumb Artis\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Buat Thumb\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Aktifkan Suara\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Aktifkan Perangkat\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Volume\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Mode Tampilan Standar\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Kecerahan Standar\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Kontras Standar\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Gamma Standar\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Lanjutkan Lagi Video\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Voice Mask - Port 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Voice Mask - Port 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Voice Mask - Port 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Voice Mask - Port 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Gunakan Pencarian Berdasar Waktu\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Template Penamaan Trek Kanan\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Presets\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Tidak tersedia preset \\nutk visualisasi ini\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Tidak tersedia setelan \\nutk visualisasi ini\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Keluarkan/Pasangkan\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Gunakan Visualisasi jika memainkan audio\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Hitung Ukuran\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Menghitung ukuran isi folder\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Setelan Video\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Audio dan Setelan Teks Film\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Aktifkan Teks Film\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Bookmark\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Abaikan \\\"The\\\" saat penyortiran\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Crossfade trek album\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Melihat-lihat untuk %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Tampilkan posisi trek\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Kosongkan Default\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Lanjutkan\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Dapatkan Thumb\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Informasi Citra\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s Preset\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(rating pengguna IMDb)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Mendengarkan Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Kecepatan kipas minimum\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Mengunduh\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Termasuk artis yang hanya ada pada kompilasi\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Metode Render\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Deteksi otomatis\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Shader dasar (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Shader lanjutan (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Perangkat Luna\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Cabut dengan aman\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU \"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Mulai tayang sekarang\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Ingat path ini\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Gunakan buffer objek pixel\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Metode sinkronisasi A/V\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Jam Audio\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Clock Video (Drop/Dupe audio)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Clock Video (audio resample)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Kualitas resample\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Rendah (cepat)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Medium\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Tinggi\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Sangat tinggi (lamban!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Sinkronisasi playback yang ditampilkan\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Remote Apple\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Perbolehkan XBMC dimulai menggunakan remote\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Waktu jeda sekuen\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Non Aktif\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standar\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Remote Universal\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Remote Multi (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Galat Remote Apple\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Stack\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Unstack\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Mengunduh file Daftar Main...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Mengunduh daftar stream...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Parsing daftar stream...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Mengunduh daftar stream gagal\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Mengunduh file Daftar Main gagal\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Direktori Permainan\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Otomatis Pindah ke Thumbs\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Aktifkan Autoswitching ke Tampilan Thumbs\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Gunakan Ikon Besar\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Penggantian Berdasar\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Persentase\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Tak ada File dan satu Thumb\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Sedikitnya satu File dan Thumb\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Persentase Thumb\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Lihat Pilihan\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Ganti Kode Wilayah 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Ganti Kode Wilayah 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Ganti Kode Wilayah 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Pustaka\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Tidak ada TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Masukkan kota besar terdekat atau kode ZIP US\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video/Audio/DVD Cache - Harddisk\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Video Cache - DVDRom\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Jaringan Lokal\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Audio Cache - DVDRom\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Jaringan Lokal\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD Cache - DVDRom\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Jaringan Lokal\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Server\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Setelan Jaringan berubah\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC harus dimulai ulang untuk mengganti\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"pemasangan setelan jaringan. Anda mau lakukan sekarang?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Post Processing\"\n\nmsgctxt \"#14042\"\nmsgid \"Internet connection bandwidth limitation\"\nmsgstr \"Alamat Mesin IP\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Matikan saat memainkan\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i mnt\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i det\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i mdet\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Format Waktu\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Format Tanggal\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Filter GUI\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Gunakan Scanning Latar\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Hentikan Scan\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Tidak memungkinkan saat men-scan info media\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Efek Film Grain\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Mencari custom thumbnails pada remote shares\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Tipe Cache Tidak Diketahui- Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Masukkan namapengguna utk\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Tanggal & Jam\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Pasang Tanggal\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Pasang Waktu\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Masukkan Waktu dalam format 24 jam HH:MM\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Masukkan Tanggal dalam format DD/MM/YYYY\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Masukkan Alamat IP\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Anda ingin memasang setelan ini sekarang?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Pasang Perubahan Sekarang\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Mengijinkan Perubahan Nama File dan Penghapusan\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Atur zona waktu\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Gunakan daylight saving time\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Tambahkan ke favorit\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Hapus dari favorit\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Zona waktu negara\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Zona waktu\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Daftar berkas\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Tampilkan informasi EXIF\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Gunakan jendela layar penuh dibanding layar penuh asli\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Antrikan lagu yang diseleksi\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Playback\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Mainkan DVD otomatis\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Fonta yang digunakan untuk teks\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Internasional\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Karakter set\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Debugging\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Keamanan\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Perangkat masukan\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Hemat daya\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Hapus\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Permainan\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Tambah\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Password\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Pustaka\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Database\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Semua Album\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Semua Artis\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Semua Lagu\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Semua Aliran\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Buffering...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Navigasi Suara\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Kulit Standar\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"Tema Kulit\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Kulit Standar\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"LastFM\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Ajukan Lagu ke LastFM\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"NamaPengguna LastFM\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Password LastFM\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Tidak bisa tersambung: sleeping...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Harap Memperbaharui XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Pengajuan gagal: kesalahan otorisasi.\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Tersambung\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Tidak Tersambung\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Psang Jeda %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Cached %i Lagu\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Pengajuan...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Pengajuan dalam %i detik\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Mainkan Menggunakan...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Gunakan Sinkronisasi A/V halus\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Sembunyikan Nama File pada Tampilan Thumb\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Mainkan dalam mode Party\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Ajukan Last.fm Radio ke LastFM\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Menyambungkan diri ke Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Pilih stasiun...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Cari artis serupa...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Cari tag serupa...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Profil Anda (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Keseluruhan top tag\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Top artis utk tag %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Top album utk tag %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Top trek utk tag %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Mendengarkan tag %name% last.fm radio\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Artis serupa %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Top %name% album\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Top %name% trek\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Top %name% tag\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Biggest fans of %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Mendengarkan fan %name% last.fm radio\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Mendengarkan %name% artis serupa last.fm radio\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Top artis utk pengguna %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Top album utk pengguna %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Top trek utk pengguna %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Teman pengguna %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Tetangga pengguna %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Tangga artis mingguan %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Tangga album mingguan %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Tangga trek mingguan %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Mendengarkan %name%'s neighbours last.fm radio\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Mendengarkan %name%'s personal last.fm radio\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Mendengarkan %name%'s loved tracks last.fm radio\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Mendapatkan daftar dari last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Tidak bisa mendapatkan daftar dari last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Masukkan nama artis untuk menemukan yang mirip\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Masukkan nama tag untuk menemukan yang mirip\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Trek baru saja didengarkan oleh %name%\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Path tidak ditemukan atau tidak valid\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Tidak bisa tersambung ke jaringan server\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Server tidak ditemukan\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Workgroup tidak ditemukan\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Membuka bookmark multi-path\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Path:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Umum\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Mengatur konfigurasi Perangkat Keras Audio...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"CDDB lookup\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Player\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Mainkan media dari disk\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Masukkan judul baru\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Masukkan Judul Film\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Masukkan Nama Profil\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Masukkan Nama Album\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Masukkan Nama Daftar Main\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Masukkan namafile baru\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Masukkan nama folder\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Masukkan direktori\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Pilihan yg tersedia: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Masukkan Pencarian\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Tidak Ada\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Memilih Sendiri\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"DeInterlace\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Sinkronisasi Ganjil\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Sinkronisasi Genap\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Penanganan Interlaced\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Pembatalan...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Masukkan Nama Artis\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Memainkan Daftar Main dibatalkan\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Terlalu banyak berturutan menggagalkan item\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Masukkan nilai\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Periksa berkas log untuk detail.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Mode Party dibatalkan.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Tidak ada lagu yang sesuai di database.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Tidak bisa meng-inisilisasi database.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Tidak bisa membuka database.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Tidak bisa memperoleh lagu dari database.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Daftar putar mode party\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Semua Video\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Belum Ditonton\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Telah Ditonton\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Tandai Telah Ditonton\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Tandai Belum Ditonton\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Edit Judul\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Gunakan NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Gunakan hanya NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Gunakan hanya NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Gunakan hanya PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Untuk Permainan 60hz\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Operasi dibatalkan\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Penyalinan gagal\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Gagal untuk menyalin sedikitnya satu file\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Pemindahan gagal\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Gagal untuk memindahkan sedikitnya satu file\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Penghapusan gagal\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Gagal untuk menghapus sedikitnya satu file\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Metode scaling video\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Tetangga paling dekat\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (perangkat lunak)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (perangkat lunak)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (perangkat lunak)\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU) Pengurangan Noise\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"Ketajaman (VDPAU)\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Telecine Inverse\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Pos-pemrosesan\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Timeout tidur layar\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Pindah ke saluran\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Folder CDDA Rip\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Gunakan Player DVD eksternal\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Player DVD Eksternal\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Folder Trainer\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Folder Screenshot\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Folder DaftarMain\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Perekaman\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Screenshots\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Gunakan XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"DaftarMain Musik\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"DaftarMain Video\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Anda ingin menjalankan permainan?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Urut :DaftarMain\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"IMDb Thumb\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Thumb Saat ini\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Thumb Lokal\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Tidak Ada Thumb\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Pilih Thumb\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Konflik\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Pindai Baru\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Pindai Semua\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Wilayah\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Ikhtisar\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Kunci seksi musik\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Kunci seksi video\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Kunci seksi gambar\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Kunci seksi program dan skrip\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Kunci Manajer Berkas\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Setting Penguncian\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Memulai Secara Fresh\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Masuk mode mastrer\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Meninggalkan mode master\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Buat profil '%s' ?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Mulai dengan setting fresh\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Terbaik yg Tersedia\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Otomatis berganti anatara 16x9 dan 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Perlakukan file stek sebagai file tunggal\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Peringatan\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Tinggalkan mode master\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Masuk mode master\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Thumb Allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Hapus Thumbnail\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Tambah Profil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Meminta Info Semua Album\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Informasi Media\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Pisahkan\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Berbagi dengan standar\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Berbagi dengan standar (hanya baca)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Salin standar\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Gambar Profil\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Kunci pilihan\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Edit profil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Kunci Profil\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Tidak bisa membuat folder\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Direktori profil\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Mulai dengan sumber media segar\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Yakinkan folder yang dipilih bisa ditulisi\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"dan nama folder baru tsb valid\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Nilai MPAA:\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Masukkan kunci kode master\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Tanya kode master saat memulai\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Setelan Kulit\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- tak ada link dipasang -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Membolehkan Animasi\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Nonaktifkan RSS saat musik\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Membolehkan Tombol Bookmark\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Tampilkan Info XLink Kai\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Tampilkan info Music\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Tampilkan info Cuaca\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Tampilkan info Sistem\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Tampilkan Ruang Disk Tersedia C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Tampilkan Ruang Disk Tersedia E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Info Cuaca\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Ruang Drive Bebas\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Masukkan nama Share yang ada\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Kode Penguncian\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Muat Profil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Nama profil\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Sumber Media\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Masukkan kode kunci profil\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Layar Masuk\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Mengambil info album\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Mengambil info untuk album\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Tidak dapat melakukan ripping CD atau Trek saat memainkan CD\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Kunci dan Kode Master\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Memasukan kode master selalu membolehkan mode master\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"atau salin dari standar\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Simpan perubahan ke profil?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Setelan lama ditemukan\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Anda ingin menggunakannya?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Sumber media lama ditemukan.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Pemisahan (dikunci)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Akar\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"Zoom Kulit\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"Klien UPnP\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Memulai Sendiri\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Login terakhir: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Tidak pernah login\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Login Pengguna / Pilih profil\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Gunakan penguncian saat layar masuk\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Kode kunci salah\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Melakukan ini membutuhkan pemasangan kunci master.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Anda ingin memasannya sekarang?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Memuat informasi program\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Mode Party mulai!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Ya\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Mixing drinks\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Mixing drinks\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Masuk sebagai\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Keluar\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Kembali ke akar\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Tenunan\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Tenunan (terbalik)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Campuran\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Ulang Video\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Edit Lokasi Jaringan\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Hapus Lokasi Jaringan\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Anda ingin memindai folder?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Unit Memori\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Unit Memori dimounting\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Tidak dapat me-mounting MU\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"Dalam port %i, slot %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Kunci Screensaver\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Pasang\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Nama\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Masukkan password utk\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Waktu Penghentian\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Jeda Penghentian (dlm menit)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Dimulai, penghentian dimulai %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Penghentian dlm 30 menit\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Penghentian dalam 60 menit\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Penghentian dalam 120 menit\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Waktu Penghentian Kustom\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Batalkan Waktu Penghentian\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Kunci pilihan untuk %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Jelajah...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Informasi Dasar\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Informasi Penyimpanan\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Informasi Hard Disk\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Informasi VD-ROM\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Informasi Jaringan\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Informasi Video\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Informasi Perangkat Keras\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Total: %s MB, Digunakan: %s MB, Bebas: %s MB\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Total HDD Digunakan: %u%%  Bebas: %u%%\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"%s: %s MB of %s MB Bebas\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Penguncian Tidak Didukung\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Tidak Dikunci\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Dikunci\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Membeku\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Membutuhkan Reset\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Minggu\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Baris\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Jaringan Windows (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"Server XBMSP\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"Server FTP\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes music share (DAAP) \"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"Server UPnP\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Tampilkan Informasi Video\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Selesai\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Simbol\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Backspace\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Space\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Memuat lagi skin\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Putar menggunakan informasi EXIF\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Mendeteksi Nilai Perangkat Keras\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Harap Tunggu\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Membaca Nilai dari EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Membaca dari EEPROM Selesai\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Pendeteksian Selesai\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Mendeteksi Informasi Harddisk\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Mendeteksi  Nilai HDD\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Mendeteksi Kunci HDD\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Mendeteksi Informasi DVD-ROM\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Mendeteksi Model/Firmware\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Mendeteksi Setelan Jaringan\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Mendeteksi Alamat MAC\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Mendeteksi Status Online\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Mendeteksi Versi Xbox, Serial dan CPU\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Party dimulai! (video)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Mixing drinks (video)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Mengisi gelas (video)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"Server WebDAV (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"Server WebDAV (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"Klien MythTV\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Mendeteksi Perangkat Keras Xbox\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Mendeteksi ModChip\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Mendeteksi BIOS\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Mendeteksi Kecepatan CPU\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"Mendeteksi Tanggal Produksi\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Tidak diketahui. Harap tambahkan MD5 dari xbmc.log ke BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Secondary DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"Server DHCP:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Buat Folder Baru\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Dim LCD saat Playback\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Tidak Dikenal atau Onboard (diproteksi)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Dim LCD saat Jeda\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Ubah LED kembali jika Jeda\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Video - Pustaka\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Sortir: ID\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Mainkan bagian...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Atur ulang kalibrasi\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Hal ini akan mengatur ulang nilai kalibaris dengan %s\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Ramban tujuan\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Gunakan nama folder untuk pencarian\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Berkas\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Gunakan nama berkas atau folder dalam pencarian?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Atur konten\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Folder\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Cari konten secara rekursif?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Buka sumber\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Aktor\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"FIlm\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Sutradara\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Apakah anda ingin menghapus semua item didalamnya?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Film\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"TV show\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Direktori ini berisi\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Jalankan pemindaian otomatis\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Pindai rekursif\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"sebagai\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Sutradara\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Tidak ada berkas video di path ini!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"Suara\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Informasi TV Show\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Informasi Episode\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Memuat detail TV Show\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Mendapatkan panduan episode\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Memuat info episode pada direktori\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Memilih TV show:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Masukkan nama TV show\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Musim %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Episode\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Episode\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Memuat detail episode\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Menghapus episode dari pustaka\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Menghapus TV Show dari pustaka\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"TV show\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Alur episode\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Semua season\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Sembunyikan yang telah ditonton\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Kode penguncian\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Tunjukkan alur untuk item yang belum dilihat\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Sembunyikan untuk mencegah spoiler *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Atur thumb season\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Citra Musim\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Musim\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Mengunduh informasi film\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Konten belum ditetapkan\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Judul Asli\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Refresh informasi TV show\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Refresh info untuk semua episode?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Folder terpilih hanya berisi satu TV show\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Kecualikan folder terpilih dari pemindaian\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Khusus\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Folder terpilih hanya berisi satu video\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Link ke TV Show\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Hapus link ke TV show\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Film yang baru saja ditambahkan\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Episode yang baru saja ditambahkan\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Studio\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Musik video\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Video musik yang baru saja ditambahkan\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Video Musik\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Hapus video musik dari pustaka\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Informasi video musik\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Memuat informasi video musik\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Mixed\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Ke album menurut artis\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Menuju album\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Putar lagu\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Ke video musik dari album\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Ke video musik menurut artis\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Mainkan video musik\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Unduh thumbnail artis ketika menambahkan ke pustaka\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Atur thum artis\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Hapus bookmark episode\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Atur bookmark episode\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Pengaturan penyalin\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Mengunduh informasi video musik\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Mengunduh informasi TV Show\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Trailer\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Ratakan\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Periksa untuk konten baru\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Pertama kali ditayangkan\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Penulis\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Tidak Pernah\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Jika hanya satu season\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Selalu\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Mempunyai trailer\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Salah\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Slideshow Fanart\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Ekspor ke satu berkas atau terpisah\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"berkas tiap masukan?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Berkas tunggal\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Pisahkan\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Ekspor thumbail dan fanart?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Timpa berkas lama?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Kecualikan path dari pembaruan pustaka\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Ekstrak thumbnail dan informasi video\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Pasang\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Ekspor thumb aktor?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Pilih fanart\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Fanart local\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Tanpa fanart\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Fanart saat ini\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Fanart remote\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Ubah konten\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Apakah anda ingin memperbarui informasi semua\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"item pada path ini?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Informasi lokal ditemukan.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Abaikan dan refresh dari internet?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Tidak dapat mengunduh informasi\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Apakah anda ingin melanjutkan pemindaian?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Negara\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Grup film pada set ini\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Perlihatkan berkas dan direktori tersembunyi\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"Klien TuxBox\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"Peringatan: Perangkat TuxBox target sedang dalam mode merekam!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Stream akan dihentikan!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Ganti ke saluran: %s gagal!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Apakah anda yakin untuk memulai stream?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Menyambung ke: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"Perangkat TuxBox\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Menambahkan media kongsi...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Kongsikan pustaka video dan musik melalui UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Sunting media kongsi\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Hapus media kongsi\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Film & direktori teks film alternatif\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Mainkan suara navigasi ketika putar ulang media\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Thumbnail\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Paksa daerah DVD Player\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Keluaran Video\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Aspek video\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Layar lebar\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Aktifkan 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Aktifkan 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Aktifkan 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Masukkan nama daftar putar baru\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Perlihatkan tombol \\\"Tambah sumber\\\" pada daftar berkas\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Fungsikan scrollbar\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Buat penyaringan sudah ditonton menjadi peralihan pada pustaka video\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Buka\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Tingkat pengaturan akustik\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Cepat\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Hening\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Fungsikan background custom\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Tingkat manajemen daya\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Daya tinggi\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Daya rendah\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Bersiap siap\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Bersiap siap rendah\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Tidak dapat menyimpan berkas cache lebih besar dari 4GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Bab\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Pixel shader kualitas tinggi v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Fungsikan daftar putar saat mulai\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Gunakan animasi antara\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"berisi\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"tidak berisi\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"adalah\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"bukan \"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"dimulai dengan\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"diakhiri dengan \"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"lebih besar dari\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"lebih kecil dari\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"setelah\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"sebelum\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"terakhir\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"bukan terakhir\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Penyalin\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Penyalin film default\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Penyalin tvshow default\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Multi bahasa\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Nilai yang dicocokkan\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Aturan daftar putar cerdas\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Cocokkan item ketika\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Aturan baru...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Item harus cocok\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"semua peraturan\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"satu atau lebih peraturan\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Batas sampai\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Tanpa batas\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Order berdasar\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"urut\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"terbalik\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Sunting daftar putar cerdas\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Nama daftar putar\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Cari item pada\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Sunting\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i Item\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Daftar putar cerdas baru\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c Drive\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Sunting peraturan mode party\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Folder Home\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Jumlah ditonton\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Judul episode\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Resolusi video\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Saluran audio\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Kodek video\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Kodek Audio\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Bahasa audio\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Bahasa teks film\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Pengendali remote mengirimkan tekanan keyboard\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Nama berkas\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Path berkas\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Ukuran berkas\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Tanggal berkas\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Indeks Salindia\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Resolusi\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Komentar\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Warna/HitamPutih\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Proses JPEG\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Tanggal / Waktu\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Deskripsi\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Pembuatan Kamera\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Model kamera\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Komentar EXIF\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Bukaan\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Panjang fokus\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Jarak fokus\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Pencahayaan\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Waktu pencahayaan\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Bias pencahayaan\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Mode pencahayaan\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Penggunaan flash\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Balance-Putih\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Sumber cahaya\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Mode meter\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Pembesaran Digital\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Lebar CCD\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"Bujur GPS\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"Lintang GPS\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Ketinggian GPS\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orientasi\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Kategori tambahan\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Kata kunci\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Judul\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Penulis\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Judul\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Instruksi khusus\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Kategori\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Byline\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Judul byline\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Kredit\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Sumber\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Peringatan Hak Cipta\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Nama Objek\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Kota\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Wilayah\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Negara\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Referensi Tx Asli\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Tanggal dibuat\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Kode Negara\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Service referensi\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Perbolehkan pengendalian XBMC melalui UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Coba untuk melewatkan perkenalan sebelum menu DVD\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Musik tersimpan\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Meminta semua info artis\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Mengunduh informasi album\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Mengunduh informasi artis\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biografi\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Diskografi\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Mencari Artis\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Memilih artis\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Informasi artis\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instrumen\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Lahir\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Dibentuk\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Tema\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Bubar\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Meninggal\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Tahun aktif\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Label\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Lahir/Dibentuk\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Perbarui pustaka waktu startup\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Ditunda : %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Didepan: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Offset Terjemahan\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"vendor OpenGL:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"Renderer OpenGL:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"Versi OpenGL:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"Temperatur MB:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Temperatur CPU:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Total memory\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Data Profil\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Redupkan jika jeda ketika memutar video\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Semua Rekaman\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Berdasar Judu\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Berdasar grup\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Saluran Langsung\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Rekaman berdasar judu\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Panduan\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Perlihatkan berkas video pada daftar\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Huruf\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Ekspor judul karaoke sebagai HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Ekspor judul karaoke sebagai CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Impor judul karaoke..\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Perlihatkan otomatis pemilih judul\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Ekspor judul karaoke...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Masukkan nomor lagu\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"putih/hijau\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"putih/merah\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"putih/biru\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"hitam/putih\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Aktifkan teletext\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Bagian %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Buffer %i bytes\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Berhenti\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Menjalankan\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Player eksternal aktif\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Klik OK untuk mematikan player\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Klik OK ketika playback sudah berakhir\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Tambahan\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Konfigurasi\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Non Aktifkan\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Aktifkan\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Tambahan ini tidak dapat dikonfigurasi\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Mode Pustaka\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"Keyboard QWERTY\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Perangkat keluaran yang digunakan\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Tambalan Filter Auto Flicker\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Kualitas trailer\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Stream\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Mengunduh\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Mengunduh dan mainkan\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Unduh dan simpan\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Hari ini\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Besok\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Menyimpan\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Menyalin\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Atur direktori unduhan\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Durasi pencarian\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Pendek\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Panjang\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Gunakan pemutar DVD daripada pemutar biasa\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Tanya untuk mengunduh sebelum memutar video\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Klip\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Malam ini\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Besok malam\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Kondisi\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Tindakan cepat\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Precip\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Lembab\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Rasa\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Diamati\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Keberangkatan dari normal\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Matahari terbit\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Matahari terbenam\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Detail\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Pandangan\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Memainkannya\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Terjemahkan teks\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Daftar map %s kategori\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 Jam\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Map \"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Tiap Jam\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Akhir Pekan\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s hari\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Peringatan\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Peringatan\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Pilih Pilihan anda\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Periksa\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Konfigurasi\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Musim\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Gunakan \"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"LIhat\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Dengarkan\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Lihat\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Konfigurasi\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Daya\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Menu\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Mainkan\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Opsi\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Penyunting\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Tentang\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Nilai Bintang\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Latar belakang\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Latar belakang\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Latar belakang gubahan\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Latar belakang gubahan\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Lihat Readme\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Lihat log perubahan\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Versi dari %s membutuhkan\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC revisi %s atau lebih untuk berjalan\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Silakan mutakhirkan XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Data tidak ditemukan!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Halaman selanjutnya\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Suka\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Benci\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Berkas ini sudah ditumpuk, pilih bagian yang ingin anda mainkan\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Path ke skrip\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Aktifkan tombol skrip ubahan\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Italian/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<language locale=\"italian\">\n  <charsets>\n    <gui>CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>it</menu>\n    <audio>it</audio>\n    <subtitle>it</subtitle>\n  </dvd>\n\n  <regions>\n    <region name=\"Italia\" locale=\"italy\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n    <region name=\"Svizzera\" locale=\"che\">\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>DDDD, D. MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n    <region name=\"Città del Vaticano\">\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>DDDD, D. MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n  </regions>\n  <sorttokens>\n    <token>Il</token>\n    <token>Lo</token>\n    <token>La</token>\n    <token>I</token>\n    <token>Gli</token>\n    <token>Le</token>\n    <token>Un</token>\n    <token>Uno</token>\n    <token>Una</token>\n    <token>The</token>\n  </sorttokens>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/Italian/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Italian (http://www.transifex.com/projects/p/xbmc4xbox/language/it/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: it\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programmi\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Immagini\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Musica\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Video\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"Guida TV\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Impostazioni\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"File\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Meteo\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc media center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Lunedì\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Martedì\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Mercoledì\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Giovedì\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Venerdì\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Sabato\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Domenica\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Gennaio\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Febbraio\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Marzo\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"Aprile\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Maggio\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Giugno\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Luglio\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"Agosto\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"Settembre\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Ottobre\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"Novembre\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"Dicembre\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Lun\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Mar\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Mer\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Gio\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Ven\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Sab\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Dom\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Gen\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Feb\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Apr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"Mag\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Giu\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Lug\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Ago\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Set\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Ott\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Dic\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Visualizza: Auto\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Visualizza: Auto grande\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Visualizza: Icone\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Visualizza: Lista\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Scansiona\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Ordina per: nome\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Ordina per: data\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Ordina per: dimensione\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"No\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Sì\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Presentazione\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Crea le miniature\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Crea le miniature\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Collegamenti\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Pausa\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Copia\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Sposta\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Elimina\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Rinomina\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Nuova cartella\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Confermare copia del file\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Confermare spostamento del file\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Confermi l'eliminazione del file?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Copio questi file?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Muovo questi file?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Elimino questi file? - I file potranno essere recuperati!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Stato\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Elementi\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Generale\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Slideshow\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Info sistema\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Schermo\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Album\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Artisti\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Canzoni\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Generi\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Playlist\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Cerca\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Informazioni sistema\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperature:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Orario:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Attuale:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Versione:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Rete:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Tipo:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statico\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"Indirizzo MAC\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"Indirizzo IP\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Link:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Half duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Full duplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Archivio\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Disco\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Liberi\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Memoria disponibile\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Nessuna connessione\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Liberi\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Non disponib.\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Lettore aperto\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Lettura\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Senza disco\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disco presente\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Skin\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Abilita server FTP\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Abilita sincronizzazione orario da Internet\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Risoluzione\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Regola la frequenza di aggiornamento\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Data di uscita\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Mostra video 4:3 come\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Atteggiamenti\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Stili\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Canzone\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Durata\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Seleziona l'album\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Tracce\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Recensione\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Ricarica\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Ricerca album\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Nessun album trovato!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Seleziona tutto\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Scansione informazioni media\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Salva\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Casuale\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Eliminare\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Scansiona\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Ricerca...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Nessuna informazione trovata!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Seleziona il film:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Richiesta %s informazioni\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Caricamento dettagli del film\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Tema\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Sintesi\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Voti:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Attori\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Trama\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Riproduci\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Successivo\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Precedente\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Calibrazione interfaccia utente...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Calibrazione video...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Ammorbidisci\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Livello di zoom\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Pixel ratio\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"Lettore DVD\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Inserire il disco\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Condivisione remota\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Rete non connessa\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Annulla\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Velocità\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Immagine di prova\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Cerca i nomi delle tracce audio su freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Mescola playlist all'avvio\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Autospegnimento disco rigido\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Filtri video\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Nessuno\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Puntuale\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Lineare\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotropico\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Cubico gaussiano\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Rimpicciolimento\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Ingrandimento\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Cancella playlist alla fine\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Avvio automatico DVD-Video\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Avvio automatico VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Avvio automatico CD-Audio\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Avvio automatico giochi Xbox\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Avvio automatico video\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Avvio automatico musica\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Avvio automatico immagini\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Script\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Lingua\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Musica\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Effetto grafico\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Seleziona la cartella di destinazione\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Uscita stereo su tutte le casse\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Numero di canali\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- Amplificatore con DTS\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Richiesta informazioni CD\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Errore\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Abilita la lettura dell'etichetta\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Carico\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Aspetta un momento...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Script output\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Permetti il controllo di XBMC via HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Registra\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Interrompi reg.\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Ordina per: Traccia\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Ordina per: Durata\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Ordina per: Nome\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Ordina per: Artista\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Ordina per: Album\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Top 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Compensazione overscan angolo alto sinistro\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Compensazione overscan angolo basso destro\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Posizione sottotitoli\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Regolazione pixel ratio\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Muovi le frecce sul bordo per impostare l'overscan\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Muovi la riga per la posizione dei sottotitoli\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Ridimensiona il rettangolo finché non vedi un quadrato perfetto\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Impossibile caricare le impostazioni\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Utilizza le impostazioni originali\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Ricontrolla i file XML\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Trovato/i %i elemento/i\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Risultati della ricerca\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Nessun risultato\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Filtro postprocessing\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Sottotitoli\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Carattere\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Dimensione\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Ampiezza compressione dinamica\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Audio\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Esplora sottotitoli\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Crea segnalibro\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Cancella segnalibri\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Sfasamento audio\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Segnalibri\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Ritardo\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Lingua\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Attivo\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Non-interlacciato\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Postprocessing automatico\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Filtro deblocking verticale\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Filtro deblocking orizzontale\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Luce/contrasto automatico\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Riorganizza archivio\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Preparazione...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Errore nell'archivio\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Ricerca delle canzoni in corso...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Archivio riorganizzato con successo\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Riorganizzazione delle canzoni in corso...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Errore nella riorganizzazione delle canzoni\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Riorganizzazione degli artisti in corso...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Errore nella riorganizzazione artisti\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Riorganizzazione generi musicali in corso...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Errore nella riorganizzazione dei generi musicali\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Riorganizzazione dei percorsi in corso...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Errore nella riorganizzazione dei percorsi\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Riorganizzazione degli album in corso...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Errore durante la riorganizzazione degli album\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Salvo le modifche...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Errore nel salvataggio delle modifiche\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Potrebbe richiedere diversi minuti...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Compressione archivio...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Errore durante la compressione dell'archivio\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Vuoi riorganizzare l'archivio?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Riorganizza l'archivio...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Avvia\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Conversione framerate\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Uscita audio\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analogica\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digitale\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Artisti vari\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Avvia disco\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Film\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Correggi framerate\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Attori\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Anno\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programmi\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Off\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Dim\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Nero\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix trails\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Avvia il salvaschermo dopo\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Tipo di salvaschermo\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Timer spegnimento\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Tutti gli album\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Album aggiunti di recente\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Salvaschermo\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"R. SlideShow\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Livello di oscuramento salvaschermo\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Ordina per: File\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Amplificatore con AC3\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Ordina per: Nome\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Ordina per: Anno\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Ordina per: Voto\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Titolo\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Temporali\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Parzialmente\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Molto\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Soleggiato\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Nuvoloso\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Neve\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Pioggia\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Leggera\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"AM\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"PM\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Rovesci\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Poco\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Sparsi\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Vento\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Forte\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Sereno\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Limpido\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Nuvoloso\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Anticipati\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Rovescio\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Turbini\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Minima\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Media\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Massima\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Nebbia\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Foschia\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Seleziona località\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Aggiornamento\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Misura di temperatura\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Misura di velocità\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Meteo\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temperatura\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Percepiti\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"Indice UV\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Vento\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"P. di rugiada\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Umidità\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"Da\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"a\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Predefinito\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Accesso a servizio meteo\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Aggiorno le previsioni meteo per:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Impossibile aggiornare le informazioni meteo\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manuale\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Nessuna recensione per questo album\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Scaricamento icone...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Non disponibile\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Visualizza: Icone grandi\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Elimina le info sull'album\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Elimina info CD\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Seleziona\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Non è stata trovata nessuna info sull'album\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Non è stata trovata nessuna info sul CD\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disco\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Inserire il CD/DVD corretto\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Inserire il prossimo CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Ordina per: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Nessuna cache\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Eliminare il film dal archivio\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Sicuro di voler cancellare '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Disco rimuovibile\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Apertura file\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Cache\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Disco rigido\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Rete locale\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Audio\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Avvio automatico\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Abilitato\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Colonne\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Indirizzo riga 1\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Indirizzo riga 2\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Indirizzo riga 3\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Indirizzo riga 4\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Righe\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Modalità\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Cambia vista\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Subs\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Traccia audio\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[attiva]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Sottitolo\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Retroilluminazione\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Luminosità\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Contrasto\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Tipo\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Muovi la barra per modificare la posizione dell'OSD\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Posizione OSD\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Riconoscimenti\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Spento\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Solo musica\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Musica e video\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Impossibile caricare la playlist\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Skin e lingua\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Aspetto\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Opzioni audio\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Informazioni su XBMC\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"Cache lettore DVD\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Elimina album\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Ripeti\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Ripeti una volta\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Ripeti cartella\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Riproduci il file successivo automaticamente\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Usa icone grandi\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Ridimensiona sottotitoli\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Opzioni avanzate (Solo Esperti!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Livello audio generale\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Adatta i video alle dimensioni dell'interfaccia\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Calibrazione\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Mostra le estensioni dei file\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Ordina per: Tipo\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Impossibile collegarsi al servizio di ricerca online\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Impossibile scaricare le informazioni sull'album\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Ricerca nome album in corso...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Aperto\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Caricando\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Vuoto\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Caricamento informazioni dai file...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Ordina per: Utilizzo\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Attiva effetto grafico\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Attiva cambio modalità video\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Schermata di partenza\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Schermata Home\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Impostazioni manuali\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Genere\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Rendi trasparenti gli archivi memorizzati\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Album riprodotti di recente\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Avvia\"\n\nmsgctxt \"#519\"\nmsgid \"Override Region\"\nmsgstr \"Sostituisci Regione\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Modifica nome XBE\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Compilation\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Rimuovi sorgente\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Cambia media\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Seleziona playlist\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Nuova playlist...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Aggiungi alla playlist\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Aggiungi all'archivio\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Inserire titolo\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Errore: Titolo esistente\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Seleziona genere\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Nuovo genere\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Aggiunta manuale\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Inserire genere\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Vedi: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Lista\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Icone\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Lista grande\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Icone grandi\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Largo\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Molto largo\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Icone album\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Icone DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Info media\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Dispositivo d'uscita audio\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Dispositivo d'uscita passtrough\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Nessuna biografia per questo artista\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Converti l'audio multicanale in stereo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Ordina per: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Nome\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Data\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Dimensione\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Traccia\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Durata\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Titolo\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Artista\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Playlist\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"File\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Anno\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Voto\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Tipo\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Utilizzo\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Artista album\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Conteggio riproduzione\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Ultimo riprodotto\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Commento\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Aggiunto in data\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Default\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Studio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Percorso\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Nazione\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"In corso\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Direzione ordinamento\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Metodo di ordinamento\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Modalità di visualizzazione\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Ricorda modalità di visualizzazione di ogni cartella\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Ascendente\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Discendente\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Modifica playlist\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filtro\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Annulla modalità party\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Modalità party\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Casuale\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Off\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Una\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Tutto\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Off\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Ripeti: Inattivo\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Ripeti: Uno\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Ripeti: Tutto\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Rip CD audio\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Medio\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Estremo\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Bit rate costante\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Rip in corso...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"A:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Impossibile rip del CD o della traccia\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"Il percorso CDDARip non è impostato.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Rip traccia audio\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Inserire numero\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"CD Audio\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Codificatore\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Qualità\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bitrate\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Includi numero traccia\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Tutte canzoni di\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Modalità di visualizzazione\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normale\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zoom\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Forza 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Forza 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Forza 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Dimensione originale\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Personalizzata\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Regolazione volume \\\"Replaygain\\\"\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Usa livelli traccia\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Usa livelli album\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Livello PreAmp - file \\\"Replay gained\\\"\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Livello PreAmp - file \\\"non Replay gained\\\"\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Evita clipping nei file \\\"Replay gained\\\"\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Taglia bande nere\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Devo scompattare un file grande. Continuare?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Elimina dall'archivio\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Esporta l'archivio video\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Importa l'archivio video\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Importazione\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Esportazione\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Cerca archivio\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Anni\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Aggiorna archivio\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Mostra informazioni debug\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Cerca eseguibile\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Cerca playlist\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Cerca cartella\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Informazioni canzone\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Amplificazione volume\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Selez. cartella esportazione\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Questo file non è più disponibile.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Vuoi rimuoverlo dall'archivio?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Cerca Script\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Livello Compressione\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Pulisci l'archivio\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Eliminazione vecchie canzoni dall'archivio\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Questo percorso è già stato esaminato in precedenza.\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Rete\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Server\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Usa un server proxy HTTP per accedere a internet\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internet Protocol (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Porta specificata non valida. Inserire un valore compreso tra 1 and 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP proxy\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Assegnazione\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automatico (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manuale (Static)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Default (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- Indirizzo IP\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Netmask\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Default gateway\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS server\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Salva e riavvia\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Indirizzo non valido. Inserire un valore tipo AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"Con cifre tra 0 and 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Modifiche non salvate. Continuare senza salvare?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Web server\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP server\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Internet time\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Porta\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Indirizzo time server\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Salva e applica\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Password\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Nessuna password\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Set caratteri\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Stile\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Colore\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normale\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Grassetto\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Corsivo\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Grassetto corsivo\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Bianco\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Giallo\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"File\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Nessuna informazione per questa vista\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Disabilita vista archivio\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Errore caricando l'immagine\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Modifica percorso\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Rifletti immagine\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Sei sicuro?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Rimuovo sorgente\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Aggiungi collegamento\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Modifica percorso\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Modifica nome programma\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Modifica profondità percorso\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Visualizza: Lista grande\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Giallo\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Bianco\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Blu\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Verde\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Giallo/verde\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Azzurro\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Grigio chiaro\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Grigio\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Errore %i: condivisione non disponibile\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Limitazione automatica FATX\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Uscita audio\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Cercando\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Cartella per salvaschermo fotografico\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Interfaccia di rete\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Nome della rete wireless (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Password wireless\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Sicurezza wireless\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Salva ed applica le impostazioni della rete\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Nessuna cifratura\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Applicazione impostazioni rete in corso. Attendere prego.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Interfaccia di rete riavviata con successo.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Avvio dell'interfaccia di rete fallito\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Interfaccia disabilitata\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Disabilitazione dell'interfaccia di rete effettuata con successo.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Nome della rete wireless (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Permetti ai programmi installati di controllare XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Porta\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Range porte\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Permetti a programmi esterni di controllare XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Ritardo ripetizione iniziale (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Ritardo ripetizione continuo (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Numero massimo di client\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Accesso a Internet\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Inserito un numero di porta non valido\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Il numero di porta deve essere compreso tra 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Il numero di porta deve essere compreso tra 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Anteprima salvaschermo\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Impossibile connettersi\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC non è riuscito a connettersi all'indirizzo di rete.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"La possibile causa potrebbe essere la rete scollegata.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Vuoi aggiungerlo comunque?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"Indirizzo IP\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Aggiungi indirizzo di rete\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protocollo\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Indirizzo del server\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Nome del server\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Percorso remoto\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Cartella condivisa\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Porta\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Nome utente\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Cerca server di rete\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Inserire l'indirizzo di rete del server\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Inserire il percorso sul server\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Inserire il numero della porta\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Inserire il nome utente\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Aggiungi sorgente %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Inserisci i percorsi o esplora le locazioni dei media.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Inserire un nome per questa sorgente.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Cerca nuove condivisioni\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Esplora\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Impossibile avere informazioni sulla directory.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Aggiungi sorgente\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Modifica sorgente\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Modifica sorgente %s\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Inserire nuova etichetta\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Cerca immagine\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Cerca cartella immagini\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Aggiungi locazione di rete...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Cerca file\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Sottomenù\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Attiva pulsanti sottomenù\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Preferiti\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Plugin video\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Plugin musica\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Plugin immagini\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Caricamento cartella\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Trovati %i elementi\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Trovati %i di %i elementi\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Plugins programmi\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Imposta icona plugin\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Impostazioni plugin\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Access point\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Altro...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Username\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Impostazioni script\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Singoli\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"client SMB\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Gruppo di lavoro\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Nome utente di default\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Password di default\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"server WINS\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Monta condivisioni SMB\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Rimuovi\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Musica\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Immagini\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Files\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Musica e video\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Musica e immagini\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Musica e file\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Video e immagini\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Video e file\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Immagini e file\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Musica, video e immagini\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Musica, video, immagini e file\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Disattivo\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"File, musica e video\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"File, immagini e musica\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"File, immagini e video\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Musica e programmi\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Video e programmi\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Immagini e programmi\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Musica, video, immagini e programmi\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programmi, video e musica\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programmi, immagini e musica\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programmi, immagini e video\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"User name FTP\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"Password FTP\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Password salvata con successo\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Autorilevamento\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Autorilevamento sistema\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Nick name\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Richiedi di connetersi\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Invia user e password FTP\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Intervallo ping\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Vuoi connetterti al sistema rilevato?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Annuncia questi servizi ad altri sistemi via Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Dispositivo audio personalizzato\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Dispositivo passthrough personalizzato\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Mutevole\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"e\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Gelata\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Tardi\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Isolati\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Acquazzoni\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Fulmini\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Sole\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Intensi\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"nelle\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"-\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Vicinanze\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Ghiaccio\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Cristalli\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Calmo\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"con\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"ventilato\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"pioggerella\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Temporale\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Acquerugiola\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Nebbie\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Grani\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"Tempeste\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"Piogge\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Metti lo schermo in risparmio energetico quando inattivo\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Durata:\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Esecuzione script non riuscita! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Abilita LCD/VFD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Home\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programmi\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Immagini\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"File\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Impostazioni\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Musica\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Video\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Informazioni sistema\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Impostazioni - Generale\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Impostazioni - Video\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Impostazioni - Aspetto - Calibrazione GUI\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Impostazioni - Video - Calibrazione Schermo\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Impostazioni - Immagini\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Impostazioni - Programmi\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Impostazioni - Meteo\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Impostazioni - Musica\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Impostazioni - Sistema\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Impostazioni - Video\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Impostazioni - Rete\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Impostazioni - Aspetto\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Script\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Video/Playlist\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Impostazioni - Profili\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Casella di dialogo si/no\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Progressione\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Cerco i sottotitoli...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Ricerca o memorizzazione sottotitoli...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"terminando\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"buffering\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Apertura stream\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Musica/Playlist\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Musica/File\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Musica/Archivio\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Editor playlist\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Top 100 canzoni\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Top 100 albums\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programmi\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Configurazione\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Previsioni meteo\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Gioco online\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Estensioni\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Info sistema\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Musica - Archivio\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Musica - In Riproduzione\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Video - In Riproduzione\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Info album\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Info film\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Casella di selezione\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Musica/Info\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Dialog OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Video/Info\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Script/Info\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Video a schermo intero\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Effetti grafici\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Casella di unisci\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Ricostruzione indice...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Ritorna in musica\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Ritorna in video\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Aggiorna lista trainer\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Nessun trainer trovato\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Impostazioni trainer\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Mancano tutti i trainer registrati. Aggiorna la tua lista\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Riprendi dall'ultimo punto di interruzione\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"No\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Si\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Chiedi\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Parti dall'inizio\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Riprendi da %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Convalida trainer esistenti...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Bloccata! Inserire codice...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Inserire password\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Inserire master code\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Inserire codice sblocco\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"o premere C per annullare\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Inserire combinazione tasti gamepad e\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"premere Start, oppure Back per annullare\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Blocca\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Sblocca\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Reset blocco\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Rimuovi blocco\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Password numerica\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Sequenza tasti gamepad\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Password di solo testo\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Inserire nuova password\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Re-Inserire nuova password\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Password errata,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"tentativi rimasti.\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"La password inserita non è corretta.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Accesso negato\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Limite di tentativi superato.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Il sistema ora si spegnerà.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Elemento bloccato\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Riattiva blocco\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Cambia blocco\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Blocca sorgente\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"La password inserita è vuota. Riprova.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Master lock\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Spegni sistema ad esaurimento tentativi\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Il master code non è valido\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Inserire un master code valido\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Impostazioni & file\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Imposta come default per tutti i filmati\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Questo resetterà i valori salvati in precedenza\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Tempo di visualizzazione di ogni immagine\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Usa gli effetti pan e zoom\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Riproduci filmati NTSC con valori PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Riproduci filmati PAL con valori NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Riproduci filmati NTSC in PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"Orario in 12 ore\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"Orario in 24 ore\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Giorno/Mese\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Mese/Giorno\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Tempo di vita del sistema\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Minuti\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Ore\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Giorni\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Tempo totale d'accensione\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Meteo\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Salvaschermo\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"OSD a schermo intero\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Sistema\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Autospegnimento hard disk immediato\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Solo video\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Ritardo\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Durata minima del file\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Spegni\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Usa percorso dashboard personale\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Funzionalità spegnimento\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Chiudi\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Iberna\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Sospendi\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Esci\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Riavvia Xbox\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Riduci ad icona\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Comportamento tasto power\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"C'è un'altra sessione attiva, forse via SSH?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Hard disk rimuovibile montato\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Rimozione insicura\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Rimozione periferica effettuata\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick inserito\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick disinserito\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Filtro sfarfallio\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Fai scegliere al driver (riavvio necessario)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Vertical blank sync\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Disattivato\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Attivo durante la riproduzione video\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Sempre attivo\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Prova e applica risoluzione\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Salva risoluzione?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Vuoi mantenere questa risoluzione?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Ridimensionamento ad alta qualità\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Disabilitato\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Attivo per Contenuto SD\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Sempre attivo\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Modalità di ridimensionamento\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubico\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"Livello VDPAU HQ Upscaling\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"Livello di conversione colore VDPAU Studio\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Svuota gli altri schermi\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Disabilitato\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Schermi vuoti\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Rilevata connessione attiva!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Se continui, potresti non essere in grado di controllare XBMC.\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"Sei sicuro di voler fermare l'Event server?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Modifica modalità Apple Remote?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Se stai usando un Apple Remote per controllare\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, cambiare quest'impostazione potrebbe impedirti\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"di continuare a controllarlo. Vuoi continuare?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD key:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD temp:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD model:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD model:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD serial:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD password:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD lock state:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Maschera subnet:\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Gateway:\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"DNS Primario\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Inizializzazione fallita\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Gamepad\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Tastiera\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Mouse\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Cuffia/Microfono\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Memory stick\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Telecomando\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Porta controller\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Mai\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Immediatamente\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Dopo %i secondi\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Data installazione hard disk:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Conteggio spegnimento HDD:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profili\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Cancella profilo '%i'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Ultimo profilo caricato:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Sconosciuto\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Sovrascrivi\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Allarme sveglia\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Intervallo allarme sveglia (in minuti)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Partito, allarme tra %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Allarme!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Annullato con ancora %im%is\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Cerca sottotili nei file RAR\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Mostra sottotitoli...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Sposta l'elemento\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Sposta l'elemento qui\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Annulla spostamento\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardware:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Utilizzo CPU:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Connesso, ma non c'è nessun DNS disponibile.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Hard Disk\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Disp. di memoriz.\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Default\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Rete\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Hardware\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Sistema operativo:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Velocità CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"BIOS rilevato:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Codificatore video:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Risoluzione schermo:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Versione Xbox:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox serial number:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Costruttore Xbox:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Modchip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Cavo A/V:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Video & XBE region:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"Regione DVD:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Connessa\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Non connessa. Controlla configurazione rete!\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Xbox Live key:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Temperatura da raggiungere\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Velocità ventola\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Controllo automatico temperatura\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Controllo velocità ventola\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Font\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Abilita inversione in stringhe bidirezionali\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Mostra i feed RSS\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Mostra gli elementi delle cartelle superiori\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Stile della lista delle tracce\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Vuoi riavviare il sistema\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"invece di XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Effetto zoom\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Effetto spostamento\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Riduzione banda nera\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Riavvia\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Dissolvenza tra le tracce\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Ricrea le icone\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Icone ricorsive\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Vedi la Presentazione\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Presentazione ricorsiva\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Ordine sparso\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Solo sinistra\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Solo destra\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Abilita il supporto al karaoke\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Trasparenza sfondo\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Trasparenza primo piano\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Ritardo A/V\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s non trovato.\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Errore apertura %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Impossibile caricare %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Errore: Memoria insufficiente.\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Muovi su\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Muovi giu\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Edit label\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Imposta predefinito\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Rimuovi pulsante\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"LED frontale\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Colore LED frontale\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Lascia com'è\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Verde\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Arancione\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Rosso\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Ciclico\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Spegni il LED durante l'esecuzione\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Informazioni film\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Accoda l'elemento\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Cerca in IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Cerca info per tutti i file\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"In riproduzione...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Informazioni album\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Scans.elemento nell'archivio\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Ferma scansione\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Metodo di render\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Pixel shader bassa qualità\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Overlay hardware\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Pixel shader alta qualità\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Play file\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Setta icona artista\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Crea le icone automaticamente\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Attiva voce\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Attiva dispositivo\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Volume\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Modalità di visione predefinita\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Luminosità predefinita\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Contrasto predefinito\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Gamma predefinita\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Riprendi video\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Camuffa voce - Porta 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Camuffa voce - Porta 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Camuffa voce - Porta 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Camuffa voce - Porta 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Usa ricerca basata sul tempo\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Descrizione della traccia - destra\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Preset\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Nessun preset disponibile\\nper questo effetto grafico\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Nessuna impostazione disponibile\\nper questo effetto grafico\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Apri / Chiudi\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Effetto grafico in automatico\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Calcola dimensione\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Calcolo dim. cartella\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Impostazioni video\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Impostazioni audio e sottotitoli\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Attiva sottotitoli\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Scorciatoie\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ignora l'articolo (\\\"il\\\",\\\"lo\\\", etc.) davanti al nome nell'ordinamento\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Dissolvenza tra le tracce dello steso album\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Mostra per %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Mostra posizione traccia\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Cancella default\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Riprendi\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Trova icona\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Informazioni immagine\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s preset\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(Valutazione utente IMDb)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Sintonizzati su Last.FM\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Minima vel. ventola\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Download in corso\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Includi gli artisti presenti solo nelle compilation\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Metodo di render\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Automatico\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Sfumatura di base (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Sfumatura avanzata (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Rimozione sicura\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Avvia la presentazione da qui\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Ricorda per questo percorso\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Usa oggetti pixel buffer\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Metodo di sincronizzazione A/V\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Clock audio\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Clock video (Lascia/Aggiungi audio)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Clock video (Ricampiona audio)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Ricampionamento massimo (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Qualità ricampionamento\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Bassa(veloce)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Media\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Alta\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Molto alta\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Sincronizza il suono all'immagine\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Telecomando Apple\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Permetti avvio di XBMC da telecomando\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Ritardo nella sequenza\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Disabilitato\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Telecomando Universale\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Telecomando Multi (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Errore Apple Remote\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Il supporto per Apple Remote non è stato attivato.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Unisci volumi\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Dividi volumi\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Scaricamento file playlist...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Scaricamento lista streams...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Esamino lista streams...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Scaricamento lista streams fallito\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Scaricamento file playlist fallito\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Cartella giochi\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Attivazione vista ad icone per\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Auto-attivazione vista ad icone\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Usa icone grandi\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Vista ad icone per\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Percentuale\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Nessun file ed almeno una icona\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Almeno un file ed una icona\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Percentuale di icone\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Opzioni di visione\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Nome o codice città 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Nome o codice città 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Nome o codice città 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Archivio\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"No TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Inserisci la città più grande vicina a te\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Cache Video/Audio/DVD - HardDisk\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Cache Video - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Rete Locale\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Cache Audio - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Rete Locale\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"Cache DVD - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Rete Locale\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Servizi\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Impostazioni di rete cambiate\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC deve essere riavviato per cambiare le\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"tue impostazioni di rete.  Vuoi riavviare adesso?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Post processing\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Spegnimento durante l'esecuzione\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i sec\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Formato orario\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Formato data\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Filtri interfaccia\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Usa scansione in background\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Ferma scansione\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Non si possono ottenere informazioni durante la scansione\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Effetto film sgranato\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Cerca le icone nelle condivisioni remote\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Cache di tipo sconosciuto - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Inserire nome utente per\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Data e ora\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Imposta data\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Imposta orario\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Inserire orario in formato 24 ore HH:MM\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Inserire data in formato GG/MM/AAAA\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Inserire indirizzo IP\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Vuoi salvare queste impostazioni adesso?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Salva impostazioni\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Consenti la rinominazione e la cancellazione dei file\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Imposta il fuso orario\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Passa all'ora legale\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Aggiungi ai preferiti\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Rimuovi dai preferiti\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Colori\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Paese del fuso orario\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Fuso orario\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Liste file\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Mostra le informazioni EXIF delle immagini\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Usa una finestra fullscreen invece di un vero fullscreen\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Accoda le canzoni dopo la selezione\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Riproduci i CD audio automaticamente\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Riproduzione\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Riproduci i DVD automaticamente\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Font da usare per i sottotitoli\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Internazionale\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Set di caratteri\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Debugging\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Sicurezza\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Dispositivi di input\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Risparmio energetico\"\n\nmsgctxt \"#14096\"\nmsgid \"Video cache\"\nmsgstr \"Cache Video\"\n\nmsgctxt \"#14097\"\nmsgid \"Video cache - max time\"\nmsgstr \"Cache Video - tempo massimo\"\n\nmsgctxt \"#14098\"\nmsgid \"Audio cache\"\nmsgstr \"Cache Audio\"\n\nmsgctxt \"#14099\"\nmsgid \"Audio cache - max time\"\nmsgstr \"Cache Audio - tempo massimo\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Rimuovi\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Giochi\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Aggiungi\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Password\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Archivio\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Banca dati\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Tutti gli album\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Tutti gli artisti\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Tutte le canzoni\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Tutti i generi\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Caricando...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Suoni di navigazione\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Default della skin\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Tema\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Tema di default\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Invia le canzoni a Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Username Last.fm\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Password Last.fm\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Inoperabile: disattivo...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Pregasi aggiornare XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Non autorizzato: controlla username e password\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Connesso\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Non connesso\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Intervallo invio %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"%i canzoni memorizzate\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Inviando...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Inviato in %i secondi\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Riproduci con...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Perfeziona sincronizzazione A/V\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Nascondi i nomi dei file in vista ad icone\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Esegui in modalità party\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Invia le canzoni a Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Nome utente di Libre.fm\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Password di Libre.fm\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Invio canzone\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Invia la radio Last.fm a Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Connessione a Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Selezione stazione...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Ricerca artisti simili...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Ricerca etichette simili...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Tuo profilo  (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Etichette migliori\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Artisti migliori con etichetta %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Album migliori con etichetta %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Canzoni migliori con etichetta %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Ascolta l'etichetta %name% Last.FM radio\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Artisti simili a %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Album %name% migliori\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Canzoni %name% migliori\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Etichette %name% migliori\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Più grandi fan di %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Ascolta %name% fans Last.fm radio\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Ascolta %name% artisti simili Last.fm radio\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Artisti migliori per l'utente %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Album migliori per l'utente %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Canzoni migliori per l'utente %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Amici dell'utente %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Vicini dell'utente %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Classifica settimanale artista per %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Classifica settimanale album per %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Classifica settimanale canzone per %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Ascolta la Last.fm radio dei vicini di %name%\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Ascolta la Last.fm radio personale di %name%\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Ascolta le Last.fm radio canzoni preferite di %name%\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Ricezione lista da Last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Impossibile ricevere la lista da Last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Inserire il nome di un artista per trovarne i relazionati\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Inserire il nome di un etichetta per trovarne di simili\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Traccce recentemente ascoltate da %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Ascolta le %name%'s raccomandazioni Last.fm radio\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Etichette preferite per l'utente %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Vuoi aggiungere la traccia corrente alle tue preferite?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Vuoi vietare la traccia corrente?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Aggiunta alle tue traccie preferite: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Impossibile aggiungere '%s' alle tue tracce preferite.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Vietata: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Impossibile vietare '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Tracce recentemente preferite da %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Tracce recentemente vietate da %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Rimuovi dalle tracce preferite\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Riammetti\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Vuoi rimuovere questa traccia dalle tracce preferite?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Vuoi togliere il divieto a questa traccia?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Percorso non trovato o invalido\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Non è stato possibile connettersi al server\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Nessun server trovato\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Nessun workgroup trovato\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Apertura sorgente multipercorso\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Percorso:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Generale\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Ricerca Internet\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Lettore\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Riproduci i media dal disco\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Inserire nuovo titolo\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Inserire nome del film\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Inserire nome del profilo\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Inserire nome dell'album\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Inserire nome della playlist\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Inserire nuovo nome del file\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Inserire nome della cartella\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Inserire directory\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Opzioni disponibili: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Inserire stringa da cercare\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Nessuno\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Auto seleziona\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"DeInterlaccia\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (invertito)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Modifiche interlacciate\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Annullando...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Inserire nome artista\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Riproduzione fallita\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Troppi elementi consecutivi falliti\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Inserire valore\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Controlla il file log per i dettagli.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Modalità party annullata.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Nessuna canzone corrispondente nell'archivio.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Impossibile inizializzare il database.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Impossibile aprire il database.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Impossibile ricavare canzoni dal database.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Playlist modalità party\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Tutti i video\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Non visti\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Già visti\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Segna come già visto\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Segna come non visto\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Modifica titolo\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Usa NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Usa solo NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Usa solo NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Usa solo PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Per giochi a 60Hz\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"L'operazione è stata annullata\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Copia non riuscita\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Almeno un file non è stato copiato\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Spostamento non riuscito\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Almeno un file non è stato spostato\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Cancellazione non riuscita\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Almeno un file non è stato cancellato\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Metodo di ridimensionamento\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Più vicino\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilineare\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubico\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubico (software)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (software)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (software)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"(VDPAU)Temporale\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"(VDPAU)Temporale/Spaziale\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)Riduzione Rumore\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"Nitidezza\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Telecine Inverso\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Video post-processing\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Tempo di spegnimento display\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Cambia al canale\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Cartella per il salvataggio della musica\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Usa un player DVD esterno\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Player DVD esterno\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Cartella dei trainer\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Cartella per gli screenshot\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Cartella playlist\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Registrazioni\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Screenshot\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Usa XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Playlist musica\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Playlist video\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Vuoi lanciare il gioco?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Ordina per: Playlist\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Icona remota\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Icona attuale\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Icona locale\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Nessuna icona\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Seleziona icona\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Conflitto\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Scansiona nuovo\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Scansiona tutto\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Regione\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Sommario\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Blocca sezione musica\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Blocca sezione video\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Blocca sezione immagini\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Blocca sezione programmi salvataggi e scripts\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Blocca filemanager\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Blocca impostazioni\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Nuova partenza\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Entra in master mode\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Esci da master mode\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Crea profilo '%s' ?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Parti con impostazioni nuove?\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Migliore disponibile\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Cambio automatico tra 16x9 e 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Tratta i volumi come files singoli\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Attenzione\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Uscito da master mode\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Entrato in master mode\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Icona Allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Rimuovi icona\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Aggiungi profilo...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Cerca info per tutti gli album\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Media info\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Separa\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Condivisioni con default\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Condivisioni con default (solo lettura)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Copia default\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Immagine profilo\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Blocca preferenze\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Modifica profilo\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Profilo bloccato\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Impossibile creare la cartella\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Directory profilo\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Parti con sorgenti media nuove\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Assicurati che la cartella selezionata sia scrivibile\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"ed il nuovo nome della cartella sia valido\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Classificazione MPAA\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Inserisci codice master lock\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Richiedi codice master lock all'avvio\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Impostazioni skin\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- da impostare -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Attiva le animazioni\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Disattiva i feed RSS durante la musica\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Attiva i pulsanti scorciatoie\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Mostra il pulsante programmi nel menu principale\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Mostra le informazioni per la musica\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Mostra le informazione sul meteo\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Mostra le informazioni di sistema\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Mostra lo spazio disponibile disco C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Mostra lo spazio disponibile disco E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Informazioni meteo\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Spazio libero disco\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Inserisci il nome di una condivisione esistente\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Codice di blocco\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Carica profilo\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Nome profilo\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Sorgenti media\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Inserisci codice di blocco profilo\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Schermata di login\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Esamino informazioni album\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Esamino info per l'album\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Impossibile rippare CD o traccia con CD in riproduzione\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Codice master lock e blocchi\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Inserendo il codice master si attiva sempre il master mode\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"o copiare dal default?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Salvare le modifche nel profilo?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Trovate vecchie impostazioni.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Vuoi usarle?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Trovate vecchie sorgenti media.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Separa (bloccato)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Root\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- Zoom\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP client\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Autostart client UPnP\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Ultimo login: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Mai loggato\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profilo %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Login utente/ Seleziona un profilo\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Usa blocco nella schermata di login\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Codice di blocco invalido.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Questo richiede l'impostazione del codice master.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Vuoi impostarlo adesso?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Caricando informazioni programma\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Party attivo!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Vero\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Mixando bevande\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Riempiendo bicchieri\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Loggato come\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Scollegati\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Vai al root\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Weave\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Weave (invertito)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Blend\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Riavvia video\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Modifica locazione di rete\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Rimuovi locazione di rete\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Vuoi scansionare la cartella?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Unità di memoria\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Unità di memoria montata\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Impossibile montare l'unità di memoria\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"In porta %i, slot %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Blocca salvaschermo\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Imposta\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Nome utente\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Inserire password per\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Timer spegnimento\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Intervallo spegnimento (in minuti)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Partito, spegnimento in %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Spegnimento in 30 minuti\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Spegnimento in 60 minuti\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Spegnimento in 120 minuti\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Timer spegnimento personalizzato\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Ferma timer spegnimento\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Blocca preferenze per %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Esplora...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Riepilogo\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Informazioni memoria\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Informazioni hard disk\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Informazioni DVD-ROM\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Informazioni rete\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Informazioni uscita video\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Informazioni hardware\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Totale\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Usato\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"di\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Blocco non supportato\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Non bloccato\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Bloccato\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Ibernato\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Richiede un reset\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Settimana\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Linea\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Condivisione di windows (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP server\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP server\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"Condivisione musica iTunes (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP server\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Mostra le informazioni dei video\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Fatto\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Maiusc.\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Bloc.Maiusc.\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Simboli\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Cancella\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Spazio\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Ricarica skin\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Ruota le immagini usando le informazioni EXIF\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Usa la vista a poster per le serie TV\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Attendere Prego\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Lettura valori della EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Lettura valori del BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Attiva lo scorrimento automatico per la trama e la recensione\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Custom\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Attiva il debug logging\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Scarica ulteriori informazioni durante gli aggiornamenti\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Servizio predefinito per le informazioni musicali\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Cambia scraper\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Esporta archivio musicale\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Importa archivio musicale\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Nessun artista trovato!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Scaricamento info artista fallito\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Party attivo! (video)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Mixando bevande (video)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Riempiendo bicchieri (video)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV server (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV server (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"Client Myth TV\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Web server directory (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Web server directory (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Impossibile scrivere nella cartella:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Vuoi ignorare e procedere?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS Feed\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Sconosciuto. Prego aggiungere MD5 da xbmc.log a BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"DNS secondario\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"server DHCP:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Crea nuova cartella\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Oscura LCD se in riproduzione\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Sconosciuto o installato (protetto)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Oscura LCD se in pausa\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Riaccendi il LED se in pausa\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Video - Archivio\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Salvataggi giochi\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Ordina per: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Scarica salvataggi\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Salvataggio installato Su HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Download del salvataggio fallito\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Seleziona salvataggio da scaricare e installare\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Nessun salvataggio online trovato per il gioco specificato\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Vai ai salvataggi giochi\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Salvataggi giochi\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Play part...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Reset calibrazione\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Questo resetterà il valore di calibrazione per %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"al suo valore originale.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Cerca la destinazione\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Usa i nomi delle cartelle per le ricerche\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"File\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Uso i nomi dei file o delle cartelle per le ricerche?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Imposta il contenuto\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Cartella\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Cerco il contenuto in modo ricorsivo?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Sblocca le sorgenti\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Attore\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Regista\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Vuoi rimuovere tutti gli elementi in\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"questo percorso dall'archivio di XBMC?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Film\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"Serie TV\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Questa directory contiene\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Avvia la scansione automatica\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Scansione ricorsiva\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"nel ruolo di\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Registi\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Nessun file video trovato in questo percorso!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"voti\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Informazioni serie TV\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Informazioni episodio\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Caricamento dettagli serie TV\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Elaborazione guida episodi\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Caricamento info per gli episodi nella directory\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Seleziona serie TV:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Inserire il nome della serie TV\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Stagione %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Episodio\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Episodi\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Caricamento dettagli episodio\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Rimuovi episodio dall'archivio\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Rimuovi serie TV dall'archivio\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Serie TV\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Trama episodio\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Tutte le stagioni\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Nascondi già visti\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Codice prod\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Mostra la trama per gli elementi non visti\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Nascosto per prevenire gli spoilers *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Imposta icona stagione\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Immagine stagione\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Stagione\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Scaricamento informazioni film\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Contenuto non assegnato\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Titolo originale\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Aggiorna informazioni serie TV\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Aggiorna info per tutti gli episodi?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"La cartella contiene una sola serie TV\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Escludi cartella dalla scansione\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Speciali\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Trova automaticamente le icone della stagione\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"La cartella contiene un solo video\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Collega a serie TV\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Rimuovi collegamento a serie TV\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Film aggiunti di recente\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Episodi aggiunti di recente\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Studio\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Video musicali\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Video musicali recenti\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Video musicale\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Rimuovi i video musicali dall'archivio\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Informazioni video musicale\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Caricamento informazioni video musicale\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Mixed\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Vai a album per artista\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Vai a album\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Riproduci brano\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Vai a video musicali dall'album\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Vai a video musicali per artista\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Riproduci video musicale\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Scarica le icone degli attori all'aggiunta in archivio\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Imposta icona attore\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Rimuovi segnalibro episodio\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Imposta segnalibro episodio\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Impostazioni scraper\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Scaricamento informazioni video musicale\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Scaricamento informazioni serie TV\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Trailer\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Spiana\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Spiana serie TV\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Ottieni Fanart\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Mostra Fanart nell'archivio video e musica\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Scansione nuovo contenuto\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Prima visione\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Scrittore\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Pulisci i nomi dei files e delle cartelle\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Mai\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Se solo una stagione\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Sempre\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Ha trailer\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Falso\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Slideshow di Fanart\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Esporta in un singolo file o in file\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"separati per ogni elemento?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Singolo file\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Separatamente\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Esporta le immagini e i fanart?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Sovrascrivo i file?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Escludi il percorso dagli aggiornamenti dell'archivio\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Estrai le immagini e le informazioni video\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Set\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Imposta icona movieset\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Esporta immagini attori?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Seleziona fanart\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Fanart locale\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Nessuna fanart\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Fanart attuale\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Fanart remota\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Cambia contenuto\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Vuoi aggiornare le informazioni per tutti\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"gli elementi in questo percorso?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Trovate informazioni locali già memorizzate.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ignora e aggiorna da Internet?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Impossibile scaricare le informazioni\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Si desidera continuare la scansione?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Paesi\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Raggruppa film in antologie\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Mostra i files e le cartelle nascoste\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox client\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"ATTENZIONE: il dispositivo TuxBox è in modalità registrazione!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Lo stream verrà fermato!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Salto al canale: %s fallito!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Sicuro di fare partire lo stream ?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Connessione a: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"Dispositivo TuxBox\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Aggiungi condivisione media...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Condividi gli archivi musicali e video attraverso UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Modifica condivisioni media\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Rimuovi condivisioni media\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Cartella sottotitoli\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Film & cartella sottotitoli alternativa\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Abilita il mouse\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Suoni di navigazione attivi durante la riproduzione\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Icone\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Forza la regione del player DVD\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Uscita video\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Aspetto video\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normale\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Schermo largo\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Attiva 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Attiva 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Attiva 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Inserire il nome di una nuova playlist\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Mostra il pulsante \\\"Aggiungi sorgente\\\" nelle liste file\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Attiva le barre di scorrimento\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Rendi il filtro \\\"già visti\\\" alternabile nell'archivio video\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Apri\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Regolazione livello acustico\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Veloce\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Silenzioso\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Attiva gli sfondi personalizzati\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Regolazione livello potenza\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Potenza alta\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Potenza bassa\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Standby alto\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Standby basso\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Impossibile memorizzare files più grandi di 4 gb\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Capitolo\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Pixel shader alta qualità v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Attiva la playlist all'avvio\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Usa le animazioni tween\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"contiene\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"non contiene\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"è\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"non è\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"comincia con\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"finisce con\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"più grande di\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"minore di\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"dopo\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"prima\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"alla fine\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"non alla fine\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Scraper\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Scraper predefinito per i film\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Scraper predefinito per le serie TV\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Scraper predefinito per i video musicali\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Abilita il ripiego in base alla lingua degli scraper\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Impostazioni\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Multilingua\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Valore da raggiungere\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Regola smart playlist\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Fai combaciare gli elementi dove\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Nuova regola...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Gli elementi devono combaciare\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"tutte le regole\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"una o più delle regole\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Limita a\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Nessun limite\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Ordina per\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"crescente\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"descrescente\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Modifica smart playlist\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Nome della playlist\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Trova gli elementi che combaciano\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Modifica\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i elementi\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Nuova smart playlist...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c Drive\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Modifica le regole del party mode\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Cartella home\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Conteggio visti\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Titolo episodio\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Risoluzione video\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Canali audio\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Codec video\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Codec audio\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Lingua audio\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Lingua dei sottotitoli\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Il telecomando simula i tasti della tastiera\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Nome file\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Percorso file\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Dimensione file\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Data/ora file\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Slide index\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Risoluzione\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Commento\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Colori/bn\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Processo JPEG\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Data/Ora\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Descrizione\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Marca fotocamera\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Modello fotocamera\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Commento EXIF\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Apertura\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Lunghezza focale\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Distanza di fuoco\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Esposizione\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Tempo esposizione\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Bias esposizione\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Modalità esposizione\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Flash usato\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Bilanciamento del bianco\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Sorgente di luce\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Modalità di misura\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Zoom digitale\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Ampiezza CCD\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"Latitudine GPS\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"Longitudine GPS\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Altitudine GPS\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orientamento\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Categorie supplementari\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Parole chiave\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Titolo\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Autore\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Testata\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Istruzioni speciali\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Categoria\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Byline\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Titolo byline\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Crediti\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Sorgente\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Avviso copyright\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Nome elemento\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Città\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Stato\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Nazione\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Referenza originale Tx\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Data creazione\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Copyright flag\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Codice paese\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Servizio di riferimento\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Permetti il controllo di XBMC via UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Prova a saltare l'introduzione prima del menu DVD\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Musica salvata\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Richiedi info per tutti gli artisti\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Scaricamento informazioni album\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Scaricamento informazioni artista\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biografia\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Discografia\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Ricerca artista\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Seleziona artista\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Informazioni artista\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Strumenti\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Nato\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Formato\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Temi\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Sciolto\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Morto\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Anni attività\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Etichetta\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Nato/Formato\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Aggiorna l'archivio all'avvio\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Aggiorna l'archivio sempre in background\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- Suffisso DNS\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"Attiva edit and decision lists\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"In ritardo di: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"In anticipo di: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Offset sottotitoli\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"Marca OpenGL:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"Renderer OpenGL:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"Versione OpenGL:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"Temperatura MB:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Temperatura CPU:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Memoria totale\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Dati profilo\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Usa \\\"dim\\\" se in pausa durante la riproduzione\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Tutte le registrazioni\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Per titolo\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Per gruppo\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Canali TV\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Registrazioni per titolo\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Guida\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Errore nelle proporzioni permesso per minimizzre le barre nere\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Mostra i file video nelle liste\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX Vendor\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Versione Direct3D\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Carattere\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Dimensione\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Colore\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Carattere di default\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Esporta i titoli karaoke in HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Esporta i titoli karaoke in CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Importa i titoli karaoke\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Mostra automaticamente il selettore canzone\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Esporta i titoli karaoke\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Inserisci numero brano\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"bianco/verde\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"bianco/rosso\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"bianco/blu\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"nero/bianco\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Plugin meteo\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- Impostazioni plugin\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Attiva il Teletext\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Parte %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Buffering %i bytes\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"In arresto\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"In esecuzione\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Player Esterno Attivato\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Premi OK per chiudere il player\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Premi OK al termine della riproduzione\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Add-on\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Configura\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Disabilita\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Abilita\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Questo Add-on non può essere configurato\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Modo Archivio\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"Tastiera QWERTY\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Periferica Audio passthrough utilizzata\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Applica impostazioni flicker filter ai giochi\"\n\n#strings 32000 thru 32999 reserved for scripts and new internal names\n\nmsgctxt \"#32000\"\nmsgid \"Advanced\"\nmsgstr \"Avanzate\"\n\nmsgctxt \"#32001\"\nmsgid \"Enable the use of the (Y) button to open the information window\"\nmsgstr \"Abilita tasto Y per finestra info\"\n\nmsgctxt \"#32002\"\nmsgid \"Enable fast game parsing\"\nmsgstr \"Abilita l'analisi veloce dei giochi\"\n\nmsgctxt \"#32003\"\nmsgid \"Don't use Synopsis naming\"\nmsgstr \"Non utilizzare la denominazione di synopsis\"\n\nmsgctxt \"#32004\"\nmsgid \"This option will not work with forced 480p bios\"\nmsgstr \"Questa opzione non funziona con bios forzato a 480p\"\n\nmsgctxt \"#32005\"\nmsgid \"Enable higher resolution artwork\"\nmsgstr \"Abilita grafica a risoluzione più elevata\"\n\nmsgctxt \"#32006\"\nmsgid \"Refresh info\"\nmsgstr \"Aggiorna le informazioni\"\n\nmsgctxt \"#32007\"\nmsgid \"Refresh all contents info\"\nmsgstr \"Aggiorna tutte le informazioni\"\n\nmsgctxt \"#32008\"\nmsgid \"Refreshing Synopsis Information\"\nmsgstr \"Informazioni contenuti in aggiornamento\"\n\nmsgctxt \"#32009\"\nmsgid \"Override Launch XBE\"\nmsgstr \"Sovrascrivi avvio XBE\"\n\nmsgctxt \"#32010\"\nmsgid \"Unpatched\"\nmsgstr \"Non patchato\"\n\nmsgctxt \"#32011\"\nmsgid \"480p Patch\"\nmsgstr \"Patch 480p\"\n\nmsgctxt \"#32012\"\nmsgid \"720p Patch\"\nmsgstr \"Patch 720p\"\n\nmsgctxt \"#32013\"\nmsgid \"Generic Patch\"\nmsgstr \"Patch generiche\"\n\nmsgctxt \"#32014\"\nmsgid \"Widescreen Patch\"\nmsgstr \"Patch widescreen\"\n\nmsgctxt \"#32015\"\nmsgid \"XHD Patch\"\nmsgstr \"Patch XHD\"\n\nmsgctxt \"#32016\"\nmsgid \"Resize Screen\"\nmsgstr \"Ridimensiona schermo\"\n\nmsgctxt \"#32017\"\nmsgid \"Edit or Refresh\"\nmsgstr \"Modifica o aggiorna\"\n\nmsgctxt \"#32018\"\nmsgid \"Trainers (cheats)\"\nmsgstr \"Trainer (trucchi)\"\n\nmsgctxt \"#32019\"\nmsgid \"Information\"\nmsgstr \"Informazioni\"\n\nmsgctxt \"#32020\"\nmsgid \"Power Saving\"\nmsgstr \"Risparmio energetico\"\n\nmsgctxt \"#32021\"\nmsgid \"This can crash some Xbox. If yours crashes, hold the (Black) button when the[CR]splash screen appears to disable.\"\nmsgstr \"Questo può bloccare alcune Xbox. Tieni premuto il tasto[CR](Nero) quando appare lo Splash-Screen per disattivare.\"\n\nmsgctxt \"#32022\"\nmsgid \"  Ignore matches in path\"\nmsgstr \"  Ignora corrispondenze nel percorso\"\n\nmsgctxt \"#32023\"\nmsgid \"  Ignore matches in name\"\nmsgstr \"  Ignora corrispondenze nel nome\"\n\nmsgctxt \"#32024\"\nmsgid \"1080i Patch\"\nmsgstr \"Patch 1080i\"\n\nmsgctxt \"#32025\"\nmsgid \"Discord\"\nmsgstr \"\"\n\nmsgctxt \"#32026\"\nmsgid \"Enable xbdStats communication\"\nmsgstr \"Abilitare la comunicazione xbdStats\"\n\nmsgctxt \"#32027\"\nmsgid \"- Send title names to server\"\nmsgstr \"- Inviare i nomi dei titoli al server\"\n\nmsgctxt \"#32028\"\nmsgid \"- Clear presence on startup\"\nmsgstr \"- Cancellare la presenza all'avvio\"\n\nmsgctxt \"#32029\"\nmsgid \"Configure in the \"Add User\" profile, or disable the login screen.\"\nmsgstr \"Configurare nel profilo \"Aggiungi utente\" o disattivare la schermata[CR]di accesso.\"\n\n#strings 33000 thru 33999 reserved for common strings used in addons\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Qualità trailer\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Stream\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Scarica\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Scarica e avvia\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Scarica e salva\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Oggi\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Domani\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Salvataggio\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Copia\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Imposta directory download\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Durata ricerca\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Breve\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Lungo\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Usa DVD player invece del player normale\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Richiedi il download prima di avviare il video\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Clip\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Riavvia il plugin per abilitarlo\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Stasera\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Domani Sera\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Condizione\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Precipitazioni\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Precip\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Umidità\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Percepita\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Rilevata\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Differenza dal normale\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Alba\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Tramonto\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Dettagli\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Vista\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Coverflow\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Traduci testo\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Lista mappa %s categoria\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 Ore\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Mappe\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Orario\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Weekend\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s giorni\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Allarme\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Allarmi\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Scegli il Tuo\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Controlla\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Configura le\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Stagioni\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Usa il tuo\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Guarda i tuoi\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Ascolta la\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Vedi le tue\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Configura\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Power\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Menu\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Avvia il\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Opzioni\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Editor\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Il tuo\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Voto con stelle\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Sfondo\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Sfondi\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Sfondo Personalizzato\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Sfondi personalizzati\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Readme\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Changelog\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Questa versione di %s richiede\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"una versione di XBMC superiore a %s.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Aggiorna XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Nessun informazione trovata!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Prossima pagina\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Amore\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Odio\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Questo file è multiplo, seleziona la parte da cui iniziare la riproduzione.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Percorso per lo script\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Abilita il pulsante per lo script personalizzato\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n\nmsgctxt \"#34006\"\nmsgid \"- Primary DNS\"\nmsgstr \"- DNS Primario\"\n\nmsgctxt \"#34007\"\nmsgid \"- Secondary DNS\"\nmsgstr \"- DNS Secondario\"\n"
  },
  {
    "path": "Mod Files/system/language/Japanese/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<language locale=\"japanese\">\n  <charsets>\n    <gui unicodefont=\"true\">CP932</gui>\n    <subtitle>CP932</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>ja</menu>\n    <audio>ja</audio>\n    <subtitle>ja</subtitle>\n  </dvd>\n\n  <regions>\n    <region name=\"Japan\" locale=\"Japan\">\n      <dateshort>YYYY/MM/DD</dateshort>\n      <datelong>YYYY'年'M'月'D'日'</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n  </regions>\n</language>"
  },
  {
    "path": "Mod Files/system/language/Japanese/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Japanese (http://www.transifex.com/projects/p/xbmc4xbox/language/ja/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: ja\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"プログラム\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"ピクチャー\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"ミュージック\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"ビデオ\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"テレビガイド\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"設定\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"ファイルマネージャー\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"天気予報\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"XBMC メディアセンター\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"月曜日\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"火曜日\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"水曜日\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"木曜日\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"金曜日\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"土曜日\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"日曜日\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"1月\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"2月\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"3月\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"4月\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"5月\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"6月\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"7月\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"8月\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"9月\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"10月\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"11月\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"12月\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"月\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"火\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"水\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"木\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"金\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"土\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"日\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"1月\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"2月\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"3月\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"4月\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"5月\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"6月\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"7月\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"8月\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"9月\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"10月\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"11月\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"12月\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"表示：自動\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"表示：自動 (大)\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"表示：アイコン (小)\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"表示：リスト\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"スキャン\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"並べ替え：名前\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"並べ替え：日付\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"並べ替え：サイズ\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"いいえ\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"はい\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"スライドショー\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"サムネイル作成\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"サムネイル(複数)作成\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"ショートカット\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"一時停止\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"コピー\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"移動\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"削除\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"名前の変更\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"新規フォルダー\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"コピーの確認\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"移動の確認\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"削除の確認\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"コピーしますか?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"移動しますか?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"削除しますか?\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"ステータス\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"オブジェクト\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"一般\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"スライドショー\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"システム情報\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"画面\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"アルバム\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"アーティスト\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"曲\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"ジャンル\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"プレイリスト\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"検索\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"システム情報\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"温度：\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU：\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU：\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"時間：\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"現在：\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"ビルド：\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"ネットワーク：\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"タイプ：\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"固定\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC アドレス\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP アドレス\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"リンク：\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"半二重\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"全二重\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"ストレージ\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"ドライブ\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"空き\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"ビデオ\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"空きメモリー\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"リンクしていません\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"空き\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"利用不可\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"トレーが開いています\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"読み込み中...\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"ディスク無し\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"ディスク有り\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"スキン\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"FTPサーバーを有効\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"自動時刻合わせを有効\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"画面解像度\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"ビデオに合わせてリフレッシュレートを調整 \"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"発売日\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"アスペクト比 4:3 のビデオの再生\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"ムード\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"スタイル\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"曲\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"長さ\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"アルバムの選択\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"トラック\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"レビュー\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"更新\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"アルバムの検索\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"アルバムが見つかりません!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"すべて選択\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"メディア情報スキャン中\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"保存\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"シャッフル\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"クリア\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"スキャン\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"検索中...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"情報が見付かりません!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"ムービーの選択：\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"%s の情報を問い合わせ中\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"ムービーの詳細を読込中...\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"公開時コピー\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"あらすじ\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"投票結果:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"出演者\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"ストーリー\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"再生\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"次へ\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"前へ\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"UI の設定...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"画面補正...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"ソフト化\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"拡大\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"ピクセル比\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD ドライブ\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"ディスクを入れて下さい\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"リモート共有\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"ネットワークに接続されていません\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"キャンセル\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"表示時間\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"テストパターン...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"オーディオ CD トラック名を freedb.org で検索\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"プレイリストのランダム再生\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"HDD停止までの時間(分)\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"ビデオフィルター\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"無し\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"ポイントフィルタ\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"バイリニア補間(シャープ)\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"異方性フィルタリング(ノーマル)\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"クインカンクス(ソフト)\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"ガウスキュービック(ベリーソフト)\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"縮小フィルタリング\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"拡大フィルタリング\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"終了時にプレイリストを消去\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"スクリプト\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"言語\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"ミュージック\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"視覚エフェクト\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"ディレクトリの選択\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"すべてのスピーカーへ出力\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"チャンネル数\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- DTSレシーバーを有効\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"CDDB 情報取得中\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"エラー\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"タグを読み込む\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"開始\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"SHOUTcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"お待ち下さい...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"スクリプト出力\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"HTTP 経由での XBMC の制御を有効に\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"録音\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"録音停止\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"並べ替え：トラック番号\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"並べ替え：時間\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"並べ替え：タイトル名\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"並べ替え：アーティスト名\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"並べ替え：アルバム名\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"トップ 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"左側上部枠の補正\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"右側下部枠の補正\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"字幕の位置\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"ピクセル比の調整\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"画面位置の調整\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"字幕位置の調整\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"正方形になるように調整して下さい\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"設定が読み込めません\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"設定の初期化\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"XML ファイルをチェックして下さい\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"%i 個見つかりました\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"検索結果\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"見つかりませんでした\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"ポスト処理フィルタ\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"字幕\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"フォント\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- サイズ:\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"ダイナミックレンジの圧縮\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"ビデオ\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"オーディオ\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"字幕を参照\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"ブックマークの作成\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"ブックマークをクリア\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"音声オフセット\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"ブックマーク\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"遅延\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"言語\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"有効\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"非インターリーブ\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- 自動ポスト処理\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- 垂直方向ﾌﾞﾛｯｸ軽減ﾌｨﾙﾀ\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- 水平方向ﾌﾞﾛｯｸ軽減ﾌｨﾙﾀ\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- 明るさ/コントラストの自動化\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- ﾘﾝｷﾞﾝｸﾞﾉｲｽﾞ軽減ﾌｨﾙﾀ\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=自動)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"データベースを更新中\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"準備中...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"データベースエラー\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"曲の検索中...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"データベースの更新が完了しました\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"曲の更新中...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"曲を更新できません\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"アーティストの更新中...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"アーティストを更新できません\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"ジャンルの更新中...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"ジャンルを更新できません\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"パスの更新中...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"パスを更新できません\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"アルバムの更新中...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"アルバムを更新できません\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"変更を書き込み中...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"書き込みができません\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"お待ち下さい...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"データベースの圧縮中...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"データベースを圧縮できません\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"ライブラリを消去しますか？\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"ライブラリの消去...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"実行\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"フレームレートの調整\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"音声の出力\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"アナログ\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"デジタル\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"VA/オムニバス\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"ディスクの再生\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"ムービー\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"フレームレートの調整\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"俳優\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"公開年\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"プログラム\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"OFF\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"薄\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"黒\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"マトリックス\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"スクリーンセーバー起動時間\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"スクリーンセーバーモード\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"シャットダウンタイマー\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"すべてのアルバム\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"最近追加されたアルバム\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"スクリーンセーバー\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"ランダムスライドショー\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"スクリーンセーバーの暗さ(%)\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"並べ替え：ファイル名\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- AC3レシーバーを有効\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"並べ替え：名前\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"並べ替え：公開年\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"並べ替え：評価\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"タイトル\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"雷雨\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"時々\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"ほぼ\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"晴れ\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"曇り\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"雪\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"雨\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"小\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"午前中\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"午後から\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"にわか雨\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"わずかな\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"所々\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"風\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"強い\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"好天\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"快晴\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"曇り\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"早朝\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"にわか雨\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"曇り一時雨又は雪\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Low\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Medium\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"High\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"霧\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"もや\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"場所の選択\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"更新時間\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"気温単位\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"風速単位\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"天気\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"現在の気温\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"体感温度\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"紫外線指数\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"風\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"結露点\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"湿度\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"From\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"at\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"デフォルト\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"天気予報サービスに接続中\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"天気を取得中：\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"天気を取得できません\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"マニュアル\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"このアルバムのレビューはありません\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"サムネイルの取得中...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"利用できません\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"表示：アイコン(大)\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"アルバム情報の削除\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"CDDB 情報の削除\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"選択\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"アルバム情報が見つかりません\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"CDDB 情報が見つかりません\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"ディスク\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"正しい CD/DVD を入れて下さい\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"次のCD/DVDを挿入して下さい\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"並べ替え：DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"キャッシュしない\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"ライブラリからムービーを削除\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"本当に '%s' を削除しますか?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"リムーバブルディスク\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"ファイルを開く\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"キャッシュ\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"ハードディスク\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"LAN\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"インターネット\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"ビデオ\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"オーディオ\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"自動再生\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"LCD有効\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"文字数\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"1行目のアドレス\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"2行目のアドレス\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"3行目のアドレス\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"4行目のアドレス\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"行数\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"モード\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"表示切り替え\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"サブ\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"音声\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[アクティブ]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"字幕\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"バックライト\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"明るさ\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"コントラスト\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"ガンマ\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"タイプ\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"OSD 位置の調節\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"OSD の位置\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"クレジット\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"MODチップ\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"オフ\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"ミュージックのみ\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"ミュージック & ビデオ\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"プレイリストをロードできません\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"スキン & 言語\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"外観\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"オーディオ設定\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"XBMC について\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"アルバムの削除\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"リピート\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"個別リピート\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"フォルダーごとのリピート\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"次のアイテムを自動再生\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- アイコン(大)の使用\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"字幕の大きさ\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"高度な設定 (エキスパート専用!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"全体の音量(dB)\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"ビデオを GUI の解像度に合わせる\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"設定\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"拡張子を表示する\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"並べ替え：タイプ\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"オンラインサービスに接続できません\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"アルバム情報の取得に失敗しました\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"アルバム名を探しています...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"開\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"ビジー\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"空\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"ファイルからメディア情報を読み込んでいます...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"並べ替え：回数\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"視覚エフェクトを有効\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"ビデオモードを切り替えを有効化\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"起動画面\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"ホーム画面\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"手動設定\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"ジャンル\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"最近再生されたアルバム\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"実行\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Launch in...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"XBEタイトル編集\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"コンピレーション\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"このソースを削除\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"メディア切り替え\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"プレイリスト選択\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"新規プレイリスト...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"プレイリストに追加\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"手動でライブラリに追加\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"タイトルを入力\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"エラー：タイトルが重複しています\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"ジャンルを選択\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"新規ジャンル\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"手動で追加\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"ジャンル名を入力\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"表示：%s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"リスト\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"アイコン\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"リスト(大)\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"アイコン(大)\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"ワイド\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"超ワイド\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"アルバムアイコン\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD アイコン\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"メディア情報\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"オーディオ出力デバイス\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"パススルー出力デバイス\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"このアーティストのバイオグラフィーがありません\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"マルチチャンネルオーディオをステレオにダウンミックスする\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"並べ替え：%s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"名前\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"日付\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"サイズ\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"トラック\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"時間\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"タイトル\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"アーティスト\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"アルバム\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"プレイリスト\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"ファイル\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"公開年\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"評価\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"タイプ\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"回数\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"アルバムアーティスト\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"再生回数\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"最後に再生した日\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"コメント\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"追加日\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"でフォルト\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"スタジオ\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"パス\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"国\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"処理中\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"並べ替え方向\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"並べ替え方法\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"表示モード\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"他のフォルダでもこのビューを使用\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"昇順\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"降順\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"プレイリストを編集\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"フィルター\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"パーティーモードをキャンセル\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"パーティーモード\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"ランダム\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"オフ\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"1項目\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"すべて\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Off\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"リピート：オフ\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"リピート：1項目\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"リピート：すべて\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"オーディオ CD の読み込み\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"ミディアム (低音質)\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"スタンダード (中音質)\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"エクストリーム (高音質)\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"固定ビットレート\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"リッピング中...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"保存先：\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"CD または楽曲を読み込めませんでした\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDARip パスが設定されていません\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"オーディオトラックを読み込む\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"番号を入力\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"オーディオ CD\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"エンコーダー\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"品質\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"ビットレート\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"トラック番号を含む\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"すべての曲\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"表示モード\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"ノーマル\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"ズーム\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"画面比 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"画面比 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"画面比 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"オリジナルサイズ\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"カスタム\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"再生音量平均化\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"モード\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"トラックレベル使用\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"アルバムレベル使用\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"ﾌﾟﾘｱﾝﾌﾟﾚﾍﾞﾙ - 平均化したﾌｧｲﾙを基準\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"ﾌﾟﾘｱﾝﾌﾟﾚﾍﾞﾙ - 平均化ﾌｧｲﾙを基準にしない\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"平均化したﾌｧｲﾙのｸﾘｯﾋﾟﾝｸﾞを避ける\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"黒帯部分をトリミングする\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"大きなファイルを解凍する必要があります。続けますか?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"ライブラリから削除\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"ビデオライブラリをエクスポート\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"ビデオライブラリをインポート\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"インポート\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"エクスポート\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"ライブラリを参照する\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"製作年\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"ライブラリを更新\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"デバッグ情報を表示\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"実行ファイルを参照\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"プレイリストを参照\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"フォルダーを参照\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"楽曲情報\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"ボリューム増幅\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"エクスポートフォルダの選択\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"このファイルは存在しません。\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"ライブラリから削除しますか?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"スクリプトを参照する\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"圧縮レベル\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"ライブラリの整理\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"ライブラリから古い曲を削除します\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"このパスは以前にスキャンしました\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"ネットワーク\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- HTTPプロキシ ホスト\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"HTTP プロキシを使用\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"インターネット プロトコル (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"無効なポートです。1から65535の間で設定して下さい。\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP プロキシ\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"接続方式\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"自動 (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"手動 (固定)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"ﾃﾞﾌｫﾙﾄ(ﾀﾞｯｼｭﾎﾞｰﾄﾞ)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IPアドレス\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- ネットマスク\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- デフォルト ゲートウェイ\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNSサーバー\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"設定の保存 & 再起動\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"無効なアドレスです。AAA.BBB.CCC.DDD のように記述してください。\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"0 から 255 の間から選んで下さい\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"変更は保存されません 本当によろしいですか?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Web サーバー\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP サーバー\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"インターネット タイム\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Webサーバー ポート\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"- タイムサーバー ホスト\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"設定の保存\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Webサーバー ﾊﾟｽﾜｰﾄﾞ\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"パスワードなし\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"文字コード\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- スタイル:\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- カラー:\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"ノーマル\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"太字\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"斜体\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"太字+斜体\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"白色\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"黄色\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"ファイル\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"スキャン情報はありませんでした\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"ライブラリモードを終了して下さい\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"イメージの読み込みに失敗\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"パスの編集\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Mirror Image\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"よろしいですか?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"ソースの削除\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"プログラムリンクの追加\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"プログラムパスの編集\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"プログラム名の編集\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"パスの階層の編集\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"表示：リスト(大)\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"黄色\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"白色\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"青色\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"明るい緑色\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"黄緑色\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"青緑色\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Reserved\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Reserved\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"エラー %i: 利用不可\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- FTP転送時 FATX制限に沿わせる\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"オーディオハードウェア\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"シーク中\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"スライドショーフォルダー\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"ネットワークインターフェース\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"ネットワークインターフェース設定を保存して適用\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"暗号化なし\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"ネットワークインターフェース設定を適用しています。お待ち下さい。\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"ネットワークインターフェースの再起動に成功しました\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"ネットワークインターフェースの再起動に失敗しました\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"インターフェースを無効化しました\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"ネットワークインターフェースの無効化に成功しました\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"ワイヤレスネットワーク名 (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"システム上のプログラムによる XBMC の制御を許可\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"ポート\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"ポート番号の範囲\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"別のシステム上のプログラムによる XBMC の制御を許可\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Initial Repeat Delay (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Continuous Repeat Delay (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Maximum Number of Clients\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"インターネット接続\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"誤ったポート番号が入力されました\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"ポート番号は 1-65535 の間から選んで下さい\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"ポート番号は 1024-65535 の間から選んで下さい\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"ｽｸﾘｰﾝｾｰﾊﾞｰプレビュー\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"接続できません\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC はこのネットワーク上の場所に接続できませんでした。\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"ネットワークに繋がっていない可能性があります。\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"それでも追加しますか?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP アドレス\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"ネットワーク上の場所を追加\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"プロトコル\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"サーバのアドレス\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"サーバ名\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"リモートパス\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"共有フォルダ\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"ポート\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"ユーザー名\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"ネットワークサーバを参照\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"サーバのネットワークアドレスを入力\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"サーバ上のパスを入力\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"ポート番号を入力\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"ユーザ名を入力\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"%s ソースの追加\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"メディアのパスを参照するか入力してください。\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"ソースの名前を入力してください。\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"新しい共有の参照\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"参照\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"フォルダ情報の取得に失敗\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"ソースを追加\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"ソースを編集\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"%s ソースを編集\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"新しいラベルを入力\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"イメージを参照\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"イメージフォルダを参照\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"ネットワーク上の場所を追加...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"ファイルを参照\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"サブメニュー\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"サブメニューボタンを有効にする\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"お気に入り\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Video Plugins\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Music Plugins\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Picture Plugins\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"フォルダの読み込み中\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"%i アイテムを取得\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"%i アイテム (全 %i アイテム中) を取得\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Program Plugins\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Set Plugin Thumb\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Plugin Settings\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"アクセスポイント\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"その他...\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"スクリプト設定\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"シングル\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB シェア\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"SMB ワークグループ\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"SMB ユーザー名\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"SMB パスワード\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINSサーバー\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"SMB 共有のマウント\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"削除\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"ミュージック\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"ビデオ\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"ピクチャー\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"ファイル\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"ミュージック & ビデオ\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"ミュージック & ピクチャー\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"ミュージック & ファイル\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"ビデオ & ピクチャー\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"ビデオ & ファイル\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"ピクチャー & ファイル\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"ミュージック & ビデオ & ピクチャー\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"ミュージック & ビデオ & ピクチャー & ファイル\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"無効\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"ファイル & ミュージック & ビデオ\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"ファイル & ピクチャー & ミュージック\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"ファイル & ピクチャー & ビデオ\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"ミュージック & プログラム\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"ビデオ & プログラム\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"ピクチャー & プログラム\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"ミュージック & ビデオ & ピクチャー & プログラム\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"プログラム & ビデオ & ミュージック\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"プログラム & ピクチャー & ミュージック\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"プログラム & ピクチャー & ビデオ\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \" - FTP ユーザーネーム\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \" - FTP ユーザーﾊﾟｽﾜｰﾄﾞ\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"FTPｻｰﾊﾞｰのﾊﾟｽﾜｰﾄﾞ設定が完了しました\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"自動検出\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"system 自動検出\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"ニックネーム\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Ask to Connect\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"FTPﾕｰｻﾞｰ・ﾊﾟｽﾜｰﾄﾞを送る\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"PINGをかける間隔\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Would you like to connect to the Autodetected system?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"本サービスを Zeroconf 経由でアナウンスする\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"カスタムオーディオデバイス\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"カスタムパススルーデバイス\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"漂う\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"and\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"凍った\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"遅くなって\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"局地的な\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"雷雨\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"雷\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"晴れ\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"まとまった\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"近\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"辺\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"で\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"氷\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"晶\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"おだやか\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"with\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"windy\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"drizzle\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"雷雨\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"小雨\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"霧\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Grains\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"システムが右の時間以上アイドル状態が続くと画面をスリープ\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"上映時間\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"スクリプトが失敗! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"LCD Type\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"ホーム\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"プログラム\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"ピクチャー\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"ファイルマネージャー\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"設定\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"ミュージック\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"ビデオ\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"システム情報\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"設定 - 一般\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"設定 - 画面\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"設定 - 外観 - GUI 設定\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"設定 - 画面 - スクリーン設定\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"設定 - ピクチャー\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"設定 - プログラム\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"設定 - 天気\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"設定 - ミュージック\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"設定 - システム\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"設定 - ビデオ\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"設定 - ネットワーク\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"設定 - 外観\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"スクリプト\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"ビデオ/プレイリスト\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"設定 - プロファイル\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"はい/いいえ ダイアログ\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"進行ダイアログ\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"字幕を検索中...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"字幕をキャッシュ中...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"終了中\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"バッファ中\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"ストリームを開いていいます\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"ミュージック/プレイリスト\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"ミュージック/ファイルリスト\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"ミュージック/ライブラリ\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"プレイリストエディター\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Top 100 曲\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Top 100 アルバム\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"プログラム\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"設定\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"天気予報\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"ネットワーク・ゲーム\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"エクステンション\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"システム情報\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"ミュージック - ライブラリ\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"ミュージック - 現在再生中\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"ビデオ - 現在再生中\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"アルバム情報\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"ムービー情報\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"ダイアログの選択\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"ミュージック/情報\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"ダイアログOK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"ビデオ/情報\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"スクリプト/情報\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"フルスクリーンビデオ\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"オーディオ視覚化\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"ファイルスタッキング ダイアログ\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"インデクスの再構築...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"ミュージックのウィンドウに戻る\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"ビデオのウィンドウに戻る\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"チートリストを更新\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"No trainers found\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Trainer settings\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"All registered trainers are missing. Update your list\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"前回停止位置から再生\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"No\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Yes\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Ask\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"最初から再生\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"%s から再開\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Validating existing trainers...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"ロック中！コードを入力してください\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"パスワード入力\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"マスターコード入力\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"アンロックコード入力\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"C を押すとキャンセル\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"ボタンパスワードを入力し\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"Startを押してください。Backでキャンセル\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"セット ロック\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"アンロック\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"リセット ロック\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"ロック削除\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"数字パスワード\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"ボタンパスワード\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"テキストパスワード\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"新しいパスワードを入力\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"新しいパスワードを再入力\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"パスワードが正しくありません\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"リトライ　停止\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"パスワードが合いません\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"アクセスが否定されます\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"パスワードリトライ回数の限界を超えました\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Systemを停止します\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"アイテム ロック\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"シェアロックが復活します\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"ロック変更\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Source Lock\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"パスワードが未記入です 再び試みてください\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"マスターロック\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"パスワードリトライ回数の限界を超えたらシステムをシャットダウンする\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"マスターコードが有効ではありません\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"正しいマスターコードを入力して下さい\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"設定 & ファイルマネージャー\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Set as default for all Movies\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"過去の設定値はリセットされます\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"一枚の表示時間\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"パン/ズームエフェクトの使用\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Play NTSC videos at PAL rates\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Play PAL videos at NTSC rates\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Play NTSC videos in PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12時間時計\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24時間時計\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"日/月\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"月/日\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"システム稼動時間\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"分\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"時間\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"日\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"合計稼働時間\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"天気予報\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"スクリーンセーバー\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"フルスクリーンOSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"システム\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"HDD の停止\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"ビデオのみ\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- 停止までの遅延時間\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- この時間より長い再生は遅延時間後に停止\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"シャットダウン\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"ダッシュボード\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"標準以外のダッシュボードを使用\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"シャットダウン機能\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"終了\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"ハイバネート\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"サスペンド\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"終了\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"再起動\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"電源ボタンを押した際の動作\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"別のセッションが動作中です（ssh 経由かも?)\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"リムーバブル HDD をマウントしました\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"安全でないデバイスの取り外し\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"デバイスが正しく外されました\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"ジョイスティックが接続されました\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"ジョイスティックが外されました\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"フリッカーフィルタ\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"ドライバに任せる (再起動が必要)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Vertical Blank の同期方法\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"無効\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"ビデオ再生中のみ有効\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"常に有効\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"テスト＆解像度を適用\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"この解像度を保存しますか？\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"高品質アップコンバート\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"無効\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"SD 画質のコンテンツにのみ有効\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"常に有効\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"アップコンバートの方式\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU HQ Upscaling level\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"他のディスプレイをブランクにする\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"無効\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"ディスプレイをブランクにする\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Active Connections Detected!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"If you proceed, you might not be able to control XBMC\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"any longer. Are you sure you to stop the Event Server?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Change Apple Remote Mode?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"If you are currently using the Apple Remote to control\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, changing this setting might affect your ability\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"to continue controlling it. Do you want to proceed?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD Key:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD Temp:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD Model:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD Firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD Model:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD Serial:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD Firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD Password:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD Lock State:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"サブネットマスク\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"デフォルトゲートウェイ\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"プライマリ DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Initialize failed\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"GamePad\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Keyboard\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Mouse\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Head/MicroPhone\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"MemoryStick\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"IR-Remote\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Controller Port\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Never\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Immediately\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"After %i secs\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"HDD Install Date:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"HDD Power Cycle Count:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"プロファイル\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"プロファイル '%s' を削除しますか?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"最後にロードしたプロファイル:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"不明\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"上書き\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"アラーム クロック\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"アラーム クロック 間隔 (分)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"%i 分後にアラームが作動します\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"アラーム!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"%im%is でキャンセル\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"RARファイル内から字幕を探す\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"字幕を参照する...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"アイテムの移動\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"アイテムをここに移動\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"移動のキャンセル\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"ハードウェア：\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"CPU 使用率：\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"接続しましたが、DNS がありません。\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"ハードディスク\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"ストレージ\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"デフォルト\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"ネットワーク\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"ビデオ\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"ハードウェア\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"オペレーティングシステム：\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"CPU 速度：\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Detected BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"ビデオエンコーダー：\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"画面解像度：\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox Version:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox Serial Number:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox Manufacturer:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"ModChip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V ケーブル：\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Video & XBE Region:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD リージョン(地域)：\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"インターネット：\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"接続済み\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"接続されていません。ネットワーク設定を確認してください。\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"XBLIVE Key:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"目標温度\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"ファンスピード\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"自動温度コントロール\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"ファンスピード制御\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"スキンフォント\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Flipping 双方向ストリングスを有効化\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"RSS フィードを有効化\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"親フォルダーの項目を表示する\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"トラック命名テンプレート\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"システムを再起動しますか?\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"XBMC の再起動ではありません\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"ズーム エフェクト\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"フロート エフェクト\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"ブラックバー 縮小\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"リスタート\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"クロスフェード\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"サムネイルの再作成\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"サムネイル(複数)の作成\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"ビュー スライドショー\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"スライドショー繰返し\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"無作為化\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"ステレオ\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"左のみ\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"右のみ\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"CD+G 再生有効化\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"バックグラウンド透明\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"フォアグラウンド透明\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"A/V 遅延\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"カラオケ\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s が見つかりません\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"%s を開く際にエラー\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"％がロードできません\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"エラー：メモリー不足\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"上へ\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"下へ\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"ラベル編集\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"デフォルトに設定\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"削除ボタン\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"フロントLED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"フロントLED カラー\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"現状\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"緑\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"橙\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"赤\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"サイクル\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"再生でLED の ON/OFF をする\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"映画情報\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"キュー項目\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"IMDb を検索...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"新しいコンテンツをスキャン\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"プレイ中...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"アルバム情報\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"ライブラリへ追加\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"スキャン停止\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"描画方法：\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"低品質ピクセルシェーダ\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"ハードウェア オーバーレイ\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"高品質ピクセルシェーダ\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"項目再生\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"アーティストサムネイル指定\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"サムネイルを自動で作成\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"音声有効化\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"デバイス有効化\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"ボリューム\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"デフォルト 表示モード\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"デフォルト 輝度\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"デフォルト コントラスト\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"デフォルト ガンマ\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"最後に停止した位置からビデオを再生\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Voice Mask - Port 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Voice Mask - Port 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Voice Mask - Port 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Voice Mask - Port 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"タイムベースシーク使用\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"トラック名 詳細情報 表示\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"プリセット\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"視覚化可能なﾌﾟﾘｾｯﾄではありません\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"視覚化可能な設定ではありません\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"イジェクト/ロード\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"音楽再生時 視覚化使用\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"容量算出\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"フォルダー容量算出\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"ビデオ 設定\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"オーディオ･字幕 設定\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"字幕有効化\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"ショートカット\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"冠詞 (the など) を無視して並べ替えを行う\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"アルバム内クロスフェード\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"%s を参照\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Show track position\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"デフォルトをクリア\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"再開\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"サムネイルを取得\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"画像情報\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s プリセット\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(IMDb ユーザによる評価)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Tune in on Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"最低ファン速度\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"ダウンロード中\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"コンピレーションのみに登場するアーティストを含める\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"レンダリング方法\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"自動検出\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"ベーシック (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"アドバンスト (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"ソフトウェア\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"安全に削除\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"ここからスライドショーを開始\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"このパス用に記憶\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"ピクセルバッファーオブジェクトを使用\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"A/V 同期方法\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"オーディオクロック\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"ビデオクロック (オーディオ側をあわせる)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"ビデオクロック (オーディオを再サンプリングする)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"再サンプリング品質\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"低 (高速)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"中\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"高\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"最高 (遅い!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"ディスプレイ同期周波数に合わせて再生\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple Remote\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"リモコンからの XBMC の起動を許可\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Sequence delay time\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"無効\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"標準\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"汎用リモコン\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"マルチリモート (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Apple Remote エラー\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Apple Remote support could be enabled.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"スタック\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"スタック解除\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"プレイリストファイルの取得中...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"ストリームリストを取得中...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"ストリームリストを解析中...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"ストリームリストの取得に失敗\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"プレイリストファイルの取得に失敗\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"ゲームディレクトリ\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"サムネイル表示の自動切換\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"サムネイル表示の自動切換を有効化\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- 大きなアイコンの使用\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- 方法\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- 割合(%)\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"ファイルなし、少なくとも1つのサムネイル\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"少なくとも1ファイルと1つのサムネイル\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"サムネイル表示の割合\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"表示オプション\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"エリアコード 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"エリアコード 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"エリアコード 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"ライブラリ\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"No TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"最も近くの大都市名を入力\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"ﾋﾞﾃﾞｵ/ｵｰﾃﾞｨｵ/DVD ｷｬｯｼｭ - HDD\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"ビデオ キャッシュ - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"ﾋﾞﾃﾞｵ ｷｬｯｼｭ - Local Network\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"ﾋﾞﾃﾞｵ ｷｬｯｼｭ - Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"オーディオ キャッシュ - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"ｵｰﾃﾞｨｵ ｷｬｯｼｭ - Local Network\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"ｵｰﾃﾞｨｵ ｷｬｯｼｭ - Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD キャッシュ - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"DVD ｷｬｯｼｭ - Local Network\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"サーバー\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"ネットワーク設定が変更されました\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"ネットワーク設定の変更を反映するには \"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"再起動が必要です。 今すぐ再始動しますか？\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"ポスト処理\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- プレー中でもシャットダウン\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i 分\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i 秒\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ミリ秒\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"時刻のフォーマット\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"日付のフォーマット\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"GUI フィルター\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"バックグラウンドスキャンの使用\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"スキャン停止\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"メディア情報スキャン中は不可能\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"フィルム粒子エフェクト\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"リモート共有上でサムネイルを使う\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"不明なキャッシュ - インターネット\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"自動\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"ユーザー名入力\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"日付 & 時間\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"日付の設定\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"時刻の設定\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"24時間表示 時:分 で入力\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"日付 日/月/年 で入力\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"IP アドレスを入力\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"この設定を適用しますか?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"設定適用\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"ファイル名変更・削除 許可\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"タイムゾーン設定\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"サマータイム有効化\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"お気に入りに追加\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"お気に入りから削除\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"スキンカラー\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"タイムゾーン(国)\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"タイムゾーン\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"ファイルリスト\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"EXIF 情報を表示\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"フルスクリーンウィンドウの使用 (「フルスクリーン」ではなく)\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"選択した曲をキューに入れる\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"再生\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"DVD を自動的に再生する\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"字幕に使用するフォント\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"インターナショナル\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"文字セット\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"デバッグ\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"セキュリティ\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"入力デバイス\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"省電力\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"削除\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"ゲーム\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"追加\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"パスワード\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"ライブラリ\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"データベース\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* すべてのアルバム\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* すべてのアーティスト\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* すべての曲\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* すべてのジャンル\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"バッファリング...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"ナビゲーションサウンド\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"スキン デフォルト\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"スキンテーマ\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"デフォルトテーマ\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Submit songs to Last.FM\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.FM Username\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.FM Password\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"操作不可: 停止中...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"XBMCを更新してください\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Bad authorisation: Check username and password\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"接続しました\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"接続できません\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"送信間隔 %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"キャッシュ済み曲 %i\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"送信中...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"送信 %i 秒\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"...を使用して再生\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Use Smoothed A/V Synchronisation\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"サムネールビューではファイル名を隠す\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"パーティーモードで再生\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Submit Last.FM Radio to Last.FM\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Connecting to Last.FM...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Selecting station...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Search similar artists...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Search similar tags...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Your profile (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Overall top tags\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Top artists for tag %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Top albums for tag %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Top tracks for tag %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Listen to tag %name% Last.FM radio\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Similar artists as %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Top %name% albums\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Top %name% tracks\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Top %name% tags\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Biggest fans of %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Listen to %name% fans Last.FM radio\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Listen to %name% similar artists Last.FM radio\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Top artists for user %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Top albums for user %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Top tracks for user %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Friends of user %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Neighbours of user %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Weekly artist chart for %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Weekly album chart for %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Weekly track chart for %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Listen to %name%'s neighbours Last.FM radio\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Listen to %name%'s personal Last.FM radio\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Listen to %name%'s loved tracks Last.FM radio\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Retrieving list from Last.FM...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Can't retrieve list from Last.FM...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Enter an artist name to find related ones\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Enter a tag name to find similar ones\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Tracks recently listened by %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Listen to %name%'s recommendations Last.FM radio\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Top tags for user %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Do you want to add the current track to your loved tracks?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Do you want to ban the current track?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Added to your loved tracks: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Could not add '%s' to your loved tracks.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Banned: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Could not ban '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Tracks recently loved by %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Tracks recently banned by %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Remove from loved tracks\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Un-ban\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Do you want to remove this track from your loved tracks?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Do you want to un-ban this track?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"パスが見つからないか、パスが無効です\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"サーバーに接続できません\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"サーバーが見つかりません\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"ワークグループが見つかりません\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Opening multi-path source\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"パス：\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"一般\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"インターネット検索\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"プレイヤー\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"ディスクからメディア再生\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"新しいタイトルを入力\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"動画名を入力\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"プロファイル名を入力\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"アルバム名を入力\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"プレイリスト名を入力\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"新しいファイル名を入力\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"フォルダー名を入力\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"ディレクトリを入力\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"使用可能オプション：%A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"検索文字列を入力\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"なし\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"自動選択\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"インターレース解除\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"ODD フィールド表示\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"EVEN フィールド表示\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"インターレース処理\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"キャンセル中...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"アーティスト名を入力\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"プレイバックに失敗しました\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"1つ以上のアイテムの再生に失敗しました。\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"値を入力\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"詳しくはログファイルを参照して下さい。\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"パーティーモードを終了しました。\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"ライブラリには一致する曲はありませんでした。\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Could not initialise database.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"データベースを開けませんでした。\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"データベースから曲を取得できませんでした。\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"パーティモードプレイリスト\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"すべてのビデオ\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"未視聴\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"視聴済み\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"視聴済みにする\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"未視聴にする\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"タイトルを編集\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Use NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Use only NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Use only NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Use only PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"For 60hz Games\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"処理が中断されました\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"コピーに失敗\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"1つ以上のファイルのコピーに失敗しました\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"移動に失敗\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"1つ以上のファイルの移動に失敗しました\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"削除に失敗\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"1つ以上のファイルの削除に失敗しました\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"ビデオのリサイズ方式\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"ニアレストネイバー\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"バイリニア\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"バイキュービック\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"バイキュービック (ソフトウェア)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (software)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (software)\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU) ノイズリダクション\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU) シャープネス\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"逆テレシネ (30fps => 24fps)\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"後処理\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"ディスプレイスリープタイムアウト\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"チャンネル切り替え\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"保存されたミュージックのフォルダー\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"外部 DVD プレーヤーを使用\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"外部 DVD プレーヤーの指定\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"トレイナーフォルダー\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"スクリーンショットフォルダー設定\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"プレイリストフォルダー\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"録音\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"スクリーンショット\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"XBMC を使用\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"ミュージックプレイリスト\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"ビデオプレイリスト\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"ゲームを起動しますか?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"並べ替え：プレイリスト\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"サーバ上のサムネイル\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"現在のサムネイル\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"ローカルサムネイル\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"サムネイルなし\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"サムネイルを選択\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"コンフリクト\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"新規スキャン\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"全てスキャン\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"地域\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"概要\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"ミュージックウィンドウをロック\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"ビデオウィンドウをロック\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"ピクチャーウィンドウをロック\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Lock programs, saves & scripts windows\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"ファイルマネージャーをロック\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"ロックの設定\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"フレッシュ起動\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"マスターモードに入る\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"マスターモードから抜ける\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"プロファイル '%s' を作成しますか?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"全設定を初期化して起動する\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Best available\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"16x9 と 4x3 を自動切り替え\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Treat stacked files as single file\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"注意\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"マスターモードから抜けました\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"マスターモードに入りました\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com サムネール\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"サムネイルの削除\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"プロファイルの追加...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"全アルバムの情報を取得\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"メディア情報\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Separate\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Shares with default\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Shares with default (read only)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Copy default\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"プロファイル画像\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"プロファイルをロック\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"プロファイルの編集\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"プロファイルのロック\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"フォルダの作成に失敗\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"プロファイルフォルダー\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"メディアソース設定を初期化して起動する\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"選択したフォルダーが書き込み可能であること、\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"新規フォルダ名が有効であることを確認してください。\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"MAPP評価\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"マスターロックコードの入力\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"起動時にマスターロックコードを入力させる\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"スキン設定\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- 未設定 -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"アニメーション表示を有効にする\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"音楽再生中は RSS を停止\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"ショートカットボタンを有効にする\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"メインメニューに「プログラム」を表示\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"ミュージック情報を表示\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"天気予報情報を表示\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"システム情報を表示\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Show Available Disc Space C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Show Available Disc Space E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"天気予報情報\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Drive space free\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Enter the name of an existing share\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Lock code\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"プロファイルの読み込み\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"プロファイル名\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"メディアソース\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"プロファイルのロックコードを入力\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"ログイン画面\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"アルバム情報の取得中\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"アルバムの情報を取得中\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"CD 再生中に CD やトラックの読み込みはできません\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"マスターロックコードと設定\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Entering master lock code always enables master mode\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"それともデフォルト値からコピーしますか?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"プロファイルに変更内容を保存しますか?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"古い設定が見つかりました。\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"その古い設定を使いますか?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"古いメディアソースが見つかりました。\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Separate (locked)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Root\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"スキンを拡大・縮小\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP 設定\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"UPnP クライアントの自動起動\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"最終ログイン：%s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"ログイン履歴なし\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"プロファイル %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"ユーザーログイン / プロファイルを選択\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"ログインが面でロックを使用\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"ロックコードが不正です。\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"マスターロックの設定が必要です。\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"いまここで設定しますか?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"プログラム情報の読み込み中\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"パーティー開始！\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"True\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Mixing drinks\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Filling glasses\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"ログイン済：\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"ログオフ\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"一番上の階層へ\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Weave\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Weave (inverted)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Blend\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"ビデオを再起動\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"ネットワーク上の場所を編集\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"ネットワーク上の場所を削除\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"フォルダをスキャンしますか?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"メモリユニット\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"メモリユニットがマウントされました\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"メモリユニットをマウントできませんでした\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"ポート %i, スロット %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"スクリーンセーバーをロック\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Set\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"ユーザー名\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"パスワードを設定：\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"シャットダウンタイマー\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"シャットダウンまでの時間 (単位:分)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"タイマースタート, %i分後にシャットダウン\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"30分後にシャットダウン\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"1時間後にシャットダウン\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"2時間後にシャットダウン\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"シャットダウンタイマーを設定\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"シャットダウンタイマーをキャンセル\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"%s の設定をロック\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"参照...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"概要情報\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"ストレージ情報\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"ハードディスク情報\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"DVD-ROM 情報\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"ネットワーク情報\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"ビデオ情報\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"ハードウェア情報\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"合計\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"使用済\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"of\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Locking Not Supported\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Not Locked\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Locked\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Frozen\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Requires Reset\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Week\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Line\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windowsネットワーク (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP サーバー\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP サーバー\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes ミュージック共有 (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP サーバー\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"ビデオ情報を表示\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"完了\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"記号\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Backspace\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Space\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"スキンを再ロード\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"EXIF 情報による画像の向き補正\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Use Poster View Styles for TV Shows\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"お待ち下さい...\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Backing up EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Backing up BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"あらすじとレビューで自動スクロールを有効化\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"カスタム\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"デバッグログ出力を有効にする\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"更新時に追加情報をダウンロードする\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Default Scraper\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"スクレーパーを変更\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"ミュージックライブラリをエクスポート\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"ミュージックライブラリをインポート\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"アーティストが見つかりませんでした!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"アーティスト情報の取得に失敗しました\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"パーティー開始！ (ビデオ)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Mixing drinks (videos)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Filling glasses (videos)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV サーバー (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV サーバー (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV クライアント\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Web サーバーディレクトリ (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Web サーバーディレクトリ (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"フォルダに書き込みできません：\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"スキップして続けますか?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS フィード\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"セカンダリ DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP サーバ：\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"新規フォルダー作成\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Dim LCD on Playback\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"不明、またはオンボード (protected)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Dim LCD on Paused\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"ポーズ時にLEDを点灯\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"ビデオ - ライブラリ\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"セーブデータ\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"並べ替え：ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Download Saves\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Save Game Installed On HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Failed to Download Game Save\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Select Game Save to Download and Install\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"No online save found for specified game\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"セーブデータ\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"セーブデータ\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Play part...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"設定のリセット\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"%s の設定値をリセットしてすべて\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"to it's default values.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Browse for destination\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"フォルダ名も検索対象にする\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"ファイル\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"ファイル名・フォルダ名を検索対象にしますか?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"コンテンツを設定\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"フォルダー\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"コンテンツを再帰的に探索しますか?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"ソースのロック解除\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"俳優\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"映画\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"監督\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Do you want to remove all items within\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"this path from the library?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"映画\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"テレビ番組\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"このディレクトリが含むのは\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"自動スキャンを実行\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"再帰的スキャン\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"as\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"監督\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"このパスにはビデオファイルがありませんでした!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"votes\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"テレビ番組情報\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"エピソード情報\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"テレビ番組の詳細をロード中\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"エピソードガイド取得中\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"ディレクトリ内のエピソード情報を読み込み中\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"テレビ番組を選択：\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"テレビ番組名を入力\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"シーズン %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"エピソード\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"エピソード\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"エピソードの詳細をロード中\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"エピソードをライブラリから削除\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"テレビ番組をライブラリから削除\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"テレビ番組\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"エピソードのあらすじ\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* 全シーズン\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"視聴済みを除外\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Prod Code\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"未視聴アイテムのあらすじを表示する\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* あらすじ非表示 *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"シーズンサムネイル指定\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"シーズンイメージ\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"シーズン\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"映画情報を取得中\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Unassign Content\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"オリジナルのタイトル\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"テレビ番組情報を更新\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"すべてのエピソード情報を更新しますか？\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"選択したフォルダーにはテレビ番組1種類のみ含まれる\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"選択したフォルダーをスキャン対象から除外する\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"スペシャル\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Automatically grab season thumbs\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"選択したフォルダにはビデオが1つだけあります\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"テレビ番組とリンクを設定\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"テレビ番組とのリンクを解除\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"最近追加された映画\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"最近追加されたエピソード\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"スタジオ\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"音楽ビデオ\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"最近追加された音楽ビデオ\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"音楽ビデオ\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"音楽ビデオをライブラリから削除\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"音楽ビデオ情報\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"音楽ビデオ情報を取得中\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Mixed\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"アーティスト別アルバムへ\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"アルバムへ\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"曲を再生\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"アルバムのミュージックビデオへ\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"アーティストのミュージックビデオへ\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"ミュージックビデオを再生\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"ライブラリ追加時に俳優のサムネイルを取得する\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"俳優のサムネイルを指定\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"エピソードブックマークを削除\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"エピソードブックマークを設定\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"スクレーパー設定\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"音楽ビデオ情報を取得中\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"テレビ番組情報を取得中\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"予告\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"フラット化\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Flatten TV Shows\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Get FanArt\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Show Fanart in Video and Music Libraries\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"新しいコンテンツをスキャン中\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"初回放映\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"脚本家\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Clean File and Folder Names\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"しない\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"1シーズンのみの場合\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"常に\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"予告編あり\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"False\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Fanart スライドショー\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Export to a single file or separate\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"files per entry?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Single file\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Separate\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"サムネイルとファンアートを書き出しますか？\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"古いファイルを上書きしますか?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"ライブラリの更新から除外\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"サムネイルとビデオ情報を抽出\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"セット\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"俳優サムネールをエクスポートしますか?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Fanart を選択\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"ローカル Fanart\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Fanart なし\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"現在の Fanart\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"リモート Fanart\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"コンテンツを変更\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Do you want to refresh info for all\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"items within this path?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Locally stored information found.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ignore and refresh from internet?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"情報を取得できませんでした\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Would you like to continue scanning?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Countries\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"ムービーセットにグループ化\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"隠しファイル/フォルダーを表示\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox クライアント\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"警告：対象の TuxBox デバイスは現在録画中です!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"The Stream will be Stopped!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Zap to Channel: %s Failed!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Are you sure to start the stream?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"接続中：%s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox Device\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"メディア共有を追加...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"ビデオ/ミュージックライブラリを UPnP 経由で共有\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"メディア共有を編集\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"メディア共有を削除\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"字幕ディレクトリ設定\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Movie & Alternate Subtitle Directory\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Enable Mouse\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"再生時もナビゲーションサウンドを有効化\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"サムネイル\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"DVD Player リージョンの強制指定\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"ビデオ出力\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"アスペクト比\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"ノーマル\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"レターボックス\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"ワイドスクリーン\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"480p 有効化\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"720p 有効化\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"1080i 有効化\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"新規プレイリスト名を入力\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"ソース追加ボタンを無効\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"スクロールバー表示\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"視聴済み除外ボタンをビデオライブラリに追加\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"開く\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Acoustic Management Level\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Fast\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Quiet\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Enable Custom Background\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Power Management Level\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"High Power\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Low Power\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"High Standby\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Low Standby\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"4GB 以上のファイルはキャッシュできません\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"チャプター\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"High Quality Pixel Shader V2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"起動時後プレイリストを再生\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Tween アニメーション有効化\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"contains\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"does not contain\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"is\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"is not\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"starts with\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"ends with\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"greater than\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"less than\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"after\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"before\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"in the last\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"not in the last\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"スクレーパー\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"規定の映画用スクレーパー\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"規定のテレビ番組用スクレーパー\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"他言語\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Value to match\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Smart Playlist Rule\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Match items where\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"New Rule...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Items must match\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"all of the rules\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"one or more of the rules\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Limit to\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"No Limit\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"並べ替え\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"昇順\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"降順\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"スマートプレイリストの編集\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"プレイリスト名\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Find items where\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"編集\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i アイテム\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"新規スマートプレイリスト...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c ドライブ\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"パーティモードルールの編集\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"ホームフォルダー\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"試聴回数\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"エピソードタイトル\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"ビデオの解像度\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"オーディオチャンネル\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"ビデオコーデック\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"オーディオコーデック\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"音声言語\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"字幕言語\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"リモコンによるキーボード入力\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"ファイル名\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"ファイルのパス\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"ファイルサイズ\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"ファイルの日付\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Slide Index\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"解像度\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"コメント\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"カラー/白黒\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"JPEG 処理\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"日時\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"説明\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"カメラのメーカー\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"カメラのモデル名\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF コメント\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"ファームウェア\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"絞り\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"焦点距離\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"ピント位置\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"露出\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"露出時間\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"露出バイアス\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"露出モード\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"フラッシュの有無\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"ホワイトバランス\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"光源\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"測光方式\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"ディジタルズーム\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD の横幅\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS 緯度\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS 経度\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS 高度\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"写真の向き\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"追加カテゴリ\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"キーワード\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"キャプション\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"作者\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"ヘッドライン\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Special Instructions\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"カテゴリー\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Byline\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Byline Title\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"クレジット\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"ソース\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"著作権情報\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Object Name\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"City\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"State\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Country\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Original Tx Reference\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Date Created\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Copyright Flag\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Country Code\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Reference Service\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"UPnP 経由でのXBMC の操作を許可\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"DVD メニューより前のイントロ部分をスキップ (可能な場合)\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Saved music\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"全アーティストの情報を検索\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"アルバム情報を取得中\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"アーティスト情報を取得中\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"バイオグラフィー\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"ディスコグラフィー\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"アーティストの検索\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"アーティストを選択\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"アーティスト情報\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"楽器\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"生まれ\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"結成\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"テーマ\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"解散\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"死去\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"アクティブな期間\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"レーベル\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"生誕/結成\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"開始時にライブラリを更新\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Always update library in background\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS Suffix\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Delayed by: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Ahead by: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"字幕オフセット\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL ベンダー：\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL レンダラー：\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL バージョン：\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB 温度：\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU 温度：\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"合計メモリー\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"プロファイルデータ\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"ビデオ再生中に一時停止したら画面を暗くする\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"全録音\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"タイトル順\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"グループ順\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"ライブチャンネル\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"タイトル順録音\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"ガイド\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"リストでビデオファイルを表示\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"フォント\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"カラオケタイトルをエクスポート (HTML)\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"カラオケタイトルをエクスポート (CSV)\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"カラオケタイトルのインポート...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Show song selector automatically\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"カラオケタイトルのエクスポート...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Enter song number\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"白/緑\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"白/赤\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"白/青\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"黒/白\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Activate Teletext\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Part %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Buffering %i bytes\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Stopping\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Running\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"External Player Active\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Click OK to terminate the player\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Click OK when playback has ended\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"アドオン\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"設定\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"無効\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"有効\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"このアドオンは設定できません\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"ライブラリモード\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTYキーボード\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"パススルーオーディオ使用中\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Apply Flicker Filter Setting to Games\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"予告編の品質\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"ストリーム\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"ダウンロード\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"ダウンロードして再生\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"ダウンロードして保存\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"今日\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"明日\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Saving\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Copying\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"ダウンロードフォルダの指定\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Search duration\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Short\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Long\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"通常のプレーヤーの代わりに DVD プレーヤーを使用\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"ビデオ再生前にダウンロードするか確認する\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"クリップ\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"今夜\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"明日の夜\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Condition\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"降雨量\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"降雨量\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Humid\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Feels\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Observed\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Departure from normal\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Sunrise\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"日没\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Details\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Outlook\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"カバーフロー\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"テキストを翻訳\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Map list %s category\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 Hour\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"マップ\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"時間ごと\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"週末\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s日\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"アラート\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"アラート\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"選択する：\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"チェック：\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"設定する：\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"シーズン\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"使用：\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"観る：\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"聴く：\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"見る：\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"設定する：\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Power\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"メニュー\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"再生する：\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"オプション\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"エディター\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"About your\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"星の評価\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"バックグラウンド\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"バックグラウンド\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"カスタムバックグラウンド\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"カスタムバックグラウンド\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"README をみる\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Changelog をみる\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"このバージョンの %s は\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC リビジョン %s またはより新しい版が必要です。\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"XBMC をアップデートしてください。\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"データが見つかりません!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"次のページ\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Love\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Hate\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"This file is stacked, select the part you want to play from.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"スクリプトのパス\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"カスタムスクリプト用ボタンを有効にする\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"FLAC\"\n"
  },
  {
    "path": "Mod Files/system/language/Korean/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\n<language locale=\"korean\">\n  <charsets>\n    <gui unicodefont=\"true\">CP949</gui>\n    <subtitle>CP949</subtitle>\n  </charsets>\n  <dvd>\n    <menu>ko</menu>\n    <audio>ko</audio>\n    <subtitle>ko</subtitle>\n  </dvd>\n  <regions>\n    <region name=\"Korea (12h)\" locale=\"korea\">\n      <dateshort>YYYY-MM-DD</dateshort>\n      <datelong>YYYY'년' M'월' D'일' DDDD</datelong>\n      <time symbolAM=\"오전\" symbolPM=\"오후\">xx h:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n    <region name=\"Korea (24h)\" locale=\"korea\">\n      <dateshort>YYYY-MM-DD</dateshort>\n      <datelong>YYYY'년' M'월' D'일' DDDD</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n  </regions>\n</language>"
  },
  {
    "path": "Mod Files/system/language/Korean/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Korean (http://www.transifex.com/projects/p/xbmc4xbox/language/ko/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: ko\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"프로그램\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"사진\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"음악\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"비디오\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"TV 가이드\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"설정\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"파일 관리자\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"날씨\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"XBMC 미디어 센터\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"월요일\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"화요일\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"수요일\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"목요일\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"금요일\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"토요일\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"일요일\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"1월\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"2월\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"3월\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"4월\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"5월\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"6월\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"7월\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"8월\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"9월\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"10월\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"11월\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"12월\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"월\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"화\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"수\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"목\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"금\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"토\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"일\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"1월\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"2월\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"3월\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"4월\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"5월\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"6월\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"7월\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"8월\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"9월\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"10월\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"11월\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"12월\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"보기: 자동\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"보기: 자동(큰)\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"보기: 아이콘\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"보기: 목록\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"검색\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"정렬기준: 이름\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"정렬기준: 날짜\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"정렬기준: 크기\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"아니오\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"예\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"슬라이드쇼\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"썸네일 만들기\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"썸네일 만들기\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"바로가기\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"일시정지\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"복사\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"이동\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"삭제\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"이름변경\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"새 폴더\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"파일 복사 확인\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"파일 이동 확인\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"파일 삭제 확인\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"이 파일을 복사 하겠습니까?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"이 파일을 이동 하겠습니까?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"파일을 삭제하겠습니까? 삭제하면 되돌릴 수 없습니다!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"상태\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"객체\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"일반\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"슬라이드쇼\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"시스템 정보\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"화면\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"앨범\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"아티스트\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"노래\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"장르\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"재생목록\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"찾기\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"시스템 정보\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"온도:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"시간:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"현재:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"빌드:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"네트워크:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"형식:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"고정\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC 주소\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP 주소\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"연결:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"반이중\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"전이중\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"저장장치\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"드라이브\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"여유\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"비디오\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"여유 메모리\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"연결 없음\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"사용가능\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"정보 없음\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"트레이 열림\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"읽기\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"디스크 없음\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"디스크 있음\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"스킨\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"FTP 서버 사용\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"해상도\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"비디오에 맞게 화면 새로고침 빈도 조정\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"개봉일\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"4:3 비디오를 다음으로 표시:\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"분위기\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"스타일\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"노래\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"재생시간\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"앨범 선택\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"트랙\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"리뷰\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"새로고침\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"앨범 찾기\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"확인\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"앨범 찾지 못함!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"모두 선택\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"미디어 정보 검색\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"저장\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"무작위 재생\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"지우기\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"검색\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"찾는 중...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"정보 찾지 못함!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"영화 선택:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"%s 정보 요청\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"영화 상세정보 가져오는 중\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"태그라인\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"줄거리 개요\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"투표:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"배역\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"줄거리\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"재생\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"다음\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"이전\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"사용자 인터페이스 조정...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"비디오 조정...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"부드럽게\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"확대/축소량\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"픽셀 비율\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD 드라이브\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"디스크를 넣어 주세요\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"원격 공유\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"네트워크가 연결되지 않음\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"취소\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"속도\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"테스트 패턴...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"freedb.org 에서 오디오 CD 트랙 이름 검색\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"읽을때 재생목록 섞기\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"하드디스크 끄기 시간\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"비디오 필터\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"없음\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"점형\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"선형\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"이방형\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"오점형\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"가우시안 큐빅\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"축소\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"확대\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"종료때 재생목록 지우기\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"스크립트\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"언어\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"음악\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"시각화\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"대상 디렉터리 선택\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"모든 스피커에 스테레오 출력\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"채널수\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- DTS 지원 리시버\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"CD 정보 가져오기\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"오류\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"태그 읽기 사용\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"열기\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"샤우트캐스트\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"시작 대기중....\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"스크립트 출력\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"HTTP를 통해 XBMC 제어 허용\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"녹화\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"녹화 중지\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"정렬기준: 트랙\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"정렬기준: 시간\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"정렬기준: 제목\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"정렬기준: 아티스트\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"정렬기준: 앨범\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"인기 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"상단-왼쪽 오버스캔 보정\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"하단-오른쪽 오버스캔 보정\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"자막 위치\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"픽셀 비율 조정\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"오버스캔을 변경하려면 화살표를 조정하세요\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"자막 위치를 변경하려면 바를 조정하세요\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"사각형이 정사각형이 되도록 조정하세요\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"설정을 읽을 수 없음\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"기본 설정 사용\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"XML 파일을 확인해 주세요\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"%i 항목 찾음\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"검색 결과\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"결과 없음\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"후처리 필터\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"자막\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"글꼴\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- 크기\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"가청 범위 압축방식\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"비디오\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"오디오\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"자막 찾기\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"책갈피 만들기\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"책갈피 모두 지우기\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"오디오 싱크\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"책갈피\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- AAC 지원 리시버\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- MP1 지원 리시버\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- MP2 지원 리시버\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- MP3 지원 리시버\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"지연\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"언어\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"사용함\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"논인터리브\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- 자동 후처리\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- 수직 블럭제거 필터\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- 수평 블럭제거 필터\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- 자동 밝기/명암\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- 디링\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=자동)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"데이터베이스 정리\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"준비중...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"데이터베이스 오류\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"노래 찾는 중...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"정상적으로 데이터베이스 정리됨\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"노래 정리 중...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"노래 정리 오류\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"아티스트 정리 중...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"아티스트 정리 오류\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"장르 정리 중...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"장르 정리 오류\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"경로 정리 중...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"경로 정리 오류\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"앨범 정리 중...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"앨범 정리 오류\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"변경 쓰는중...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"변경 사항 쓰기 오류\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"시간이 좀 걸립니다...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"데이터베이스 압축중...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"데이터베이스 압축 오류\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"라이브러리를 정리 하시겠습니까?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"라이브러리 정리...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"시작\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"프레임레이트 변환\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"오디오 출력\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"아날로그\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"디지털\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"여러 아티스트\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"디스크 재생\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"영화\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"프레임레이트 조정 \"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"배우\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"연도\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"프로그램\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"끔\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"흐림\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"검정\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"매트릭스 트레일\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"화면보호기 시간\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"화면보호기 모드\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"종료 기능 타이머\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"모든 앨범\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"최근 추가한 앨범\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"화면보호기\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"역 슬라이드쇼\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"화면보호기 흐림 정도\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"정렬기준: 파일\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- 돌비 디지털 (AC3) 지원 리시버\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"정렬기준: 이름\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"정렬기준: 연도\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"정렬기준: 평점\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"제목\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"뇌우\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"일부\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"대부분\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"화창함\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"흐림\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"눈\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"비\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"천둥\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"오전\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"오후\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"소나기\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"약간\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"드문드문\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"바람\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"강한\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"맑음\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"맑음\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"구름\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"이른\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"소나기\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"눈보라\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"낮음\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"보통\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"높음\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"안개\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"흐린 안개\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"지역 선택\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"새로고침 시간\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"온도 단위\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"속도 단위\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"날씨\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"온도\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"체감 온도\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"자외선 지수\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"바람\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"이슬점\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"습도\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"풍향\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"풍속\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"기본\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"날씨 서비스 접속\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"날씨 가져오기:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"날씨 데이터 가져올수 없음\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"수동\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"이 앨범의 리뷰 없음\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"썸네일 다운로드 중...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"사용할 수 없음\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"보기: 큰 아이콘\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"낮은\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"앨범 정보 삭제\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"CD 정보 삭제\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"선택\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"앨범 정보 찾지 못함\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"CD 정보 찾지 못함\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"디스크\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"올바른 CD/DVD 를 넣어 주세요\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"다음 CD/DVD 를 넣어 주세요\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"정렬기준: DVD번호\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"캐시 없음\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"라이브러리에서 영화 제거\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \" '%s' 을(를) 제거 하시겠습니까?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"이동식 디스크\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"파일 열기\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"캐시\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"하드디스크\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"로컬 네트워크\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"인터넷\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"비디오\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"오디오\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"미디어 자동실행\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"사용함\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"세로\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"1번째 열 주소\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"2번째 열 주소\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"3번째 열 주소\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"4번째 열 주소\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"가로\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"모드\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"보기 변경\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"자막\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"오디오 스트림\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[활성화]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"자막\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"백라이트\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"밝기\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"명암\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"감마\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"형식\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"바를 움직여서 OSD 위치를 변경하세요\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"OSD 위치\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"만든 사람들\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"모드칩\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"끔\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"음악만\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"음악 & 비디오\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"재생목록을 읽을수 없음\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"스킨 & 언어\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"모양새\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"오디오 옵션\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"XBMC 정보\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"앨범 삭제\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"반복\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"한곡 반복\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"폴더 반복\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"자동으로 다음 노래 재생\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- 큰 아이콘 사용\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"자막 크기변경\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"고급 옵션 (전문가만!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"전반적인 오디오 헤드룸\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"비디오를 GUI 해상도로 올림\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"조정\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"파일 확장자 보기\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"정렬기준: 형식\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"온라인 검색 서비스에 연결할 수 없음\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"앨범 정보 다운로드 실패\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"앨범 이름 찾는 중...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"열림\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"읽는중\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"비어있음\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"파일에서 미디어 정보 읽는중...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"정렬기준: 사용량\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"시각화 사용\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"비디오 모드 변경 사용\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"시작 화면\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"홈 화면\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"수동 설정\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"장르\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"최근 재생 앨범\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"실행\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"실행...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"XBE 제목 수정\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"컴필레이션\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"소스 제거\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"미디어 변경\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"재생목록 선택\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"새 재생목록...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"재생목록에 추가\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"라이브러리에 수동 추가\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"제목 입력\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"오류: 제목 중복\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"장르 선택\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"새 장르\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"수동 추가\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"장르 입력\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"보기: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"목록\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"아이콘\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"큰 목록\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"큰 아이콘\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"수평\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"큰 수평\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"앨범 아이콘\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD 아이콘\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"미디어 정보\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"오디오 출력 장치\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"패스스루 출력 장치\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"아티스트 약력 없음\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"다채널 오디오를 스테레오로 다운믹스\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"정렬기준: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"이름\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"날짜\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"크기\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"트랙\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"시간\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"제목\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"아티스트\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"앨범\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"재생목록\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"파일\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"연도\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"평점\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"형식\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"사용량\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"앨범 아티스트\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"재생 횟수\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"마지막 재생\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"설명\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"추가한 날짜\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"기본\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"스튜디오\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"경로\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"국가\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"감상 중\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"정렬 방향\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"정렬 방법\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"보기 모드\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"각 폴더의 보기 설정 기억\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"올림차순\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"내림차순\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"재생목록 수정\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"필터\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"파티 모드 취소\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"파티 모드\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"무작위\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"끔\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"하나\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"전체\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"끔\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"반복: 끔\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"반복: 하나\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"반복: 전체\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"오디오 CD 추출\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"중간\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"표준\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"최대\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"고정 비트레이트\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"추출중...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"대상:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"CD나 트랙을 추출할 수 없음\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDA 추출 경로가 설정되지 않음.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"오디오 트랙 추출\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"번호 입력\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"오디오 CD\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"인코더\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"음질\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"비트레이트\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"트랙 번호 포함\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"모든 노래\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"보기 모드\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"보통\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"확대/축소\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"4:3 늘림\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"넓게 축소/확대\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"16:9 늘림\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"원래 크기\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"사용자 지정\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"리플레이 게인\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"리플레인 게인 음량 조정\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"트랙 레벨 사용\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"앨범 레벨 사용\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"프리엠프 레벨 - 리플레이 게인 정보 있는 파일\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"프리엠프 레벨 - 리플레이 게인 정보 없는 파일\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"리플레이 게인 정보가 있는 파일의 클리핑 방지\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"검은 여백 잘라내기\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"큰 파일의 압축풀기가 필요함 . 계속 하시겠습니까?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"라이브러리에서 제거\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"비디오 라이브러리 내보내기\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"비디오 라이브러리 가져오기\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"가져오기\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"내보내기\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"라이브러리 찾기\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"연도\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"라이브러리 업데이트\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"디버그 정보 보기\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"실행파일 찾기\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"재생목록 찾기\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"폴더 찾기\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"노래 정보\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"음량 증폭\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"내보내기 폴더 선택\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"이 파일은 더 이상 사용할 수 없습니다.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"라이브러리에서 제거 하시겠습니까?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"스크립트 찾기\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"압축 수준\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"라이브러리 정리\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"라이브러리에서 오래된 노래 제거\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"이 경로는 이미 검색 되었습니다\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"네트워크\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- 서버\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"인터넷 접속에 HTTP 프록시 서버 사용\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"인터텟 프로토콜(IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"잘못된 포트를 지정했음. 1 과 65535사이의 값 이어야 합니다.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP 프록시\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- 할당\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"자동 (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"수동 (고정)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"기본 (대시보드)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP 주소\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- 넷마스크\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- 기본 게이트웨이\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS 서버\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"저장 & 재시작\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"잘못된 주소를 지정했음. 0과 255사이의 숫자를 사용하여\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"AAA.BBB.CCC.DDD 값 이어야 합니다.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"변경이 저장되지 않음. 저장않고 계속 하시겠습니까?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"웹 서버\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP 서버\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- 포트\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"저장 &  적용\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- 비밀번호\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"암호 없음\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- 문자 집합\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- 스타일\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- 색깔\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"보통\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"굵게\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"기울임꼴\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"굵은 기울임꼴\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"하양\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"노랑\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"파일\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"이 보기에서 검색된 정보가 없음\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"라이브러리 모드를 꺼 주세요\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"이미지 읽기 오류\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"경로 수정\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"미러 이미지\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"확실합니까?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"소스 제거\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"프로그램 연결 추가\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"프로그램 경로 수정\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"프로그램 이름 수정\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"경로 단계 수정\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"보기: 큰 목록\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"노랑\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"하양\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"파랑\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"밝은 녹색\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"연두\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"맑은 파랑\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"밝은 회색\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"회색\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"오류 %i: 공유를 사용할 수 없음\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- FATX 제한 자동\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"오디오 출력\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"검색\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"슬라이드쇼 폴더\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"네트워크 인터페이스\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- 무선 네트워크 이름 (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- 무선 비밀번호\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- 무선 보안\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"네트워크 인터페이스 설정 저장 및 적용\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"암호화 없음\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"네트워크 인터페이스 설정을 적용중. 기다려 주세요.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"정상적으로 네트워크 인터페이스 재시작 되었습니다.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"정상적으로 네트워크 인터페이스 시작되지 않았습니다.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"인터페이스 중지됨\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"정상적으로 네트워크 인터페이스가 중지 되었습니다.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"무선 네트워크 이름 (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"이 시스템의 프로그램이 XBMC를 제어하는 것을 허용\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"포트\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"포트 범위\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"다른 시스템의 프로그램이 XBMC를 제어하는 것을 허용\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"초기 반복 지연 (밀리초)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"연속 반복 지연 (밀리초)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"최대 클라이언트 수\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"인터넷 접속\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"잘못된 포트 번호가 입력됨\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"유효한 포트 범위는 1-65535 입니다\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"유효한 포트 범위는 1024-65535 입니다\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"화면보호기 미리보기\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"연결할 수 없음\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC가 네트워크 위치에 연결할 수 없습니다.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"네트워크가 연결되지 않아 발생했습니다.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"그래도 추가 하시겠습니까?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP 주소\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"네트워크 추가\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"프로토콜\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"서버 주소\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"서버 이름\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"원격 경로\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"공유 폴더\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"포트\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"사용자명\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"네트워크 서버 찾기\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"서버의 네트워크 주소 입력\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"서버상의 경로 입력\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"포트 번호 입력\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"사용자명 입력\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"%s 소스 추가\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"미디어 위치의 경로를 입력하거나 찾아보세요.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"미디어 소스의 이름을 입력하세요.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"새 공유 찾기\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"탐색\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"디렉터리 정보를 검색할 수 없습니다.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"소스 추가\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"소스 수정\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"%s 소스 수정\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"새 라벨 입력\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"이미지 찾기\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"이미지 폴더 찾기\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"네트워크 위치 추가...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"파일 찾기\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"하위메뉴\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"하위메뉴 버튼 사용\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"즐겨찾기\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"비디오 플러그인\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"음악 플러그인\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"사진 플러그인\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"디렉터리 읽기\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"%i 항목 검색됨\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"%i / %i 항목 검색됨\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"프로그램 플러그인\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"플러그인 미리보기 설정\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"플러그인 설정\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"액세스 포인트\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"기타...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- 사용자명\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"스크립트 설정\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"단일\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB 클라이언트\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"작업그룹\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"기본 사용자명\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"기본 비밀번호\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS 서버\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"SMB 공유 장착\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"제거\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"음악\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"비디오\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"사진\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"파일\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"음악 & 비디오\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"음악 & 사진\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"음악 &  파일\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"비디오 & 사진\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"비디오 & 파일\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"사진 & 파일\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"음악 & 비디오 & 사진\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"음악 & 비디오 & 사진 & 파일\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"사용 안 함\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"파일 & 음악 & 비디오\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"파일 & 사진 & 음악\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"파일 & 사진 & 비디오\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"음악 & 프로그램\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"비디오 & 프로그램\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"사진 & 프로그램\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"음악 & 비디오 & 사진 & 프로그램\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"프로그램 & 비디오 & 음악\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"프로그램 & 사진 & 음악\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"프로그램 & 사진 & 비디오\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP 사용자명\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP 비밀번호\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"정상적으로 비밀번호 설정됨\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"자동-감지\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"시스템 자동-감지\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"닉네임\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"연결 요청\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"FTP 사용자 및 비밀번호 전송\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"핑 간격\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"자동감지된 시스템에 연결 하시겠습니까?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Zeroconf를 통해 이 서비스를 다른 시스템에 알림\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"사용자 지정 오디오 장치\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"사용자 지정 패스스루 장치\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"뜬\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"및\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"결빙\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"늦게\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"고립된\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"뇌우\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"천둥\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"햇빛\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"많은\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \":\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \":\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"국지적인\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"얼음\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"눈\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"고요함\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"동반한\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"바람\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"이슬비\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"뇌우\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"이슬비\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"안개\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"싸래기눈\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"뇌우\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"뇌우\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"유휴상태일 때 화면 끄기\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"상영시간\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"스크립트 실패! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"LCD/VFD 사용\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"홈\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"프로그램\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"사진\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"파일 관리자\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"설정\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"음악\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"비디오\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"시스템 정보\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"설정 - 일반\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"설정 - 화면\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"설정 - 모양새 - GUI 조정\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"설정 - 비디오 - 화면 조정\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"설정 - 사진\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"설정 - 프로그램\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"설정 - 날씨\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"설정 - 음악\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"설정 - 시스템\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"설정 - 비디오\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"설정 - 네트워크\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"설정 - 모양새\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"스크립트\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"비디오/재생목록\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"설정 - 프로파일\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"예/아니오 대화창\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"진행 대화창\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"자막 찾는 중...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"자막 찾거나 캐시중...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"종료\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"버퍼링\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"스트림 열기\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"음악/재생목록\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"음악/파일\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"음악/라이브러리\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"재생목록 수정\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"인기곡 100\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"인기앨범 100\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"프로그램\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"환경설정\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"일기예보\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"네트워크 게이밍\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"확장\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"시스템 정보\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"음악 - 라이브러리\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"지금 재생중 - 음악\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"지금 재생중 - 비디오\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"앨범 정보\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"영화 정보\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"대화창 선택\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"음악/정보\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"확인 대화창\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"비디오/정보\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"스크립트/정보\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"전체화면 비디오\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"오디오 시각화\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"연결재생 대화창\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"인텍스 재생성...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"음악 윈도우로 돌아가기\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"비디오 윈도우로 돌아가기\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"트레이너 목록 업데이트\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"트레이너\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"트레이너 찾지 못함\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"트레이너 설정\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"모든 등록된 트레이너가 없어짐. 목록을 업데이트 하세요\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"마지막 중지된 곳에서 되시작\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"아니오\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"예\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"물어보기\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"처음부터 시작\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"%s 부터 되시작\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"현재 트레이너 확인중...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"취소\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"확인\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"잠김! 코드를 입력하세요...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"비밀번호 입력\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"마스터 코드 입력\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"잠금해제 코드 입력\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"- C 버튼을 누르면 취소\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"게임패드 버튼 조합을 입력한 후\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"Start 누르거나 취소는 Back 을 누름\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"잠금 설정\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"잠금해제\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"잠금 초기화\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"잠금 제거\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"숫자 비밀번호\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"게임패드 버튼 조합\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"문자 비밀번호\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"새 비밀번호 입력\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"새 비밀번호 재입력\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"잘못된 비밀번호,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"남은 재시도\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"입력된 비밀번호가 일치하지 않습니다.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"접근 거부됨\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"비밀번호 재시도 제한이 초과 되었습니다.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"지금 시스템이 종료됩니다.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"항목 잠김\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"잠금 재활성화\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"잠금 변경\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"소스 잠금\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"비밀번호가 비었습니다. 다시 시도하세요\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"마스터 잠금\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"마스터 잠금 재시도 초과되면 시스템 종료\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"마스터 코드가 정확하지 않습니다\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"정확한 마스터 코드를 입력해 주세요\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"설정 & 파일 관리자\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"모든 영화에 기본값으로 설정\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"이전에 저장된 모든 값을 초기화합니다\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"각각의 이미지를 표시할 시간\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"이동 및 확대/축소 효과 사용\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"PAL 비율로 NTSC 비디오 재생\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"NTSC 비율로 PAL 비디오 재생\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"PAL60 비율로 NTSC 비디오 재생\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12시간제\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24시간제\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"일/월\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"월/일\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"시스템 가동시간\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"분\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"시간\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"일\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"총 가동시간\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"날씨\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"화면보호기\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"전체화면 OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"시스템\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"즉시 하드디스크 끄기\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"비디오만\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- 지연\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- 최소 파일 재생시간:\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"시스템 끄기\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"대시보드\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"사용자 지정 대쉬보드 경로 사용\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"종료 기능\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"종료\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"최대절전\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"대기\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"나가기\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"시스템 재시작\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"최소화\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"전원 버튼 동작\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"혹시 ssh 를 통해 다른 세션이 활성화되어 있습니까?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"장착된 이동식 하드드라이브\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"장치 제거 안전하지 않음\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"정상적으로 장치 제거됨\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"조이스틱 연결됨\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"조이스틱 연결해제됨\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"깜박임 필터\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"드라이버 선택 허용 (재시작 필요)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"수직동기\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"사용 안 함\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"비디오 재생중 사용함\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"항상 사용함\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"해상도 테스트 & 적용\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"해상도를 저장 하겠습니까?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"현재 해상도를 유지 하시겠습니까?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"고품질 업스케일링\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"사용 안 함\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"SD 컨텐츠 사용함\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"항상 사용함\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"업스케일링 방식\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"바이큐빅\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"랑초스\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"싱크\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU HQ 업스케일링 수준\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU 스튜디오 수준 색온도 변환\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"다른 화면 비우기\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"사용 안 함\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"화면 비우기\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"활성 연결 감지됨!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"진행할 경우, XBMC를 제어할 수 없음\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"사용 안 함. 이벤트 서버를 중지 하시겠습니까?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"애플 리모트 모드를 변경 하시겠습니까?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"만약 현재 XBMC 를 제어하는데 애플 리모트를\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"사용한다면, 이 설정의 변경은  XBMC 를 제어하는데\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"영향을 주게됩니다. 진행 하시겠습니까?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD 키:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD 온도:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD 모델:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD 펌웨어:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD 모델:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD 일련번호:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD 펌웨어:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD 비밀번호:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD 잠금 상태:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"서브넷 마스크\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"게이트웨이\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"기본 DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"초기화 실패\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"게임패드\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"키보드\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"마우스\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"헤드셋/마이크\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"메모리 유닛\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"무선리모콘\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"컨트롤러 포트\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"안 함\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"즉시\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"%i 초 후\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"HDD 설치 날짜:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"HDD 전원 주기 횟수:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"프로파일\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"'%s' 프로파일을 삭제 하시겠습니까?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"마지막 읽은 프로파일:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"알 수 없음\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"덮어쓰기\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"알람 시계\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"알람 시계 간격(분)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"시작됨, %i분 후 알람\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"알람!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"%i 분 %i 초를 남겨두고 취소됨\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"RAR의 자막 찾기\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"자막 찾기...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"항목 이동\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"여기에 항목 이동\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"이동 취소\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"하드웨어:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"CPU 사용량:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"연결됨, 그러나 DNS를 사용할 수 없습니다.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"하드디스크\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-롬\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"저장장치\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"기본\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"네트워크\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"비디오\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"하드웨어\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"운영체제:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"CPU 속도:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"감지된 BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"비디오 인코더:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"화면 해상도:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox 버전:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox 일련번호:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox 제조사:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"개조칩:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V 케이블:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"비디오 & XBE 지역:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD 지역:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"인터넷:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"연결됨\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"연결안됨. 네트워크 설정을 확인하세요.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"xbox 라이브 키:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"설정 온도\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"팬 속도\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"자동 온도 조절\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"팬 속도 조절\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- 글꼴\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"역방향 문자열의 뒤집기 사용\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"RSS 뉴스 피드 보기\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"상위 폴더 항목 보기\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"트랙 이름 템플릿\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"XBMC만 재시작하는 대신에\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"시스템을 재시작하기를 원하십니까?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"확대/축소 효과\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"떠다니는 효과\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"검은 여백 제거\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"재시작\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"노래 사이에 크로스페이드\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"썸네일 다시 만들기\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"순환 썸네일\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"슬라이드쇼 보기\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"순환 슬라이드쇼\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"무작위\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"스테레오\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"왼쪽만\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"오른쪽만\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"노래방 지원 사용\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"배경 투명도\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"전경 투명도\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"A/V 지연\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"노래방\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s 찾지 못함\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"%s 열기 오류\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"%s 읽을수 없음\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"오류: 메모리 부족\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"위로 이동\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"아래로 이동\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"라벨 수정\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"기본값 사용\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"버튼 제거\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"전면 LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"전면 LED 색깔\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"변경 안 함\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"녹색\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"주황\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"빨강\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"순환\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"재생때 LED 끄기\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"영화 정보\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"대기열에 추가\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"IMDb 찾기...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"새 컨텐츠 검색\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"지금 재생중...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"앨범 정보\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"라이브러리에 항목 검색\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"검색 중지\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"렌더링 방식\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"저화질 픽셀 셰이더\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"하드웨어 오버레이\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"고화질 픽셀 셰이더\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"항목 재생\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"아티스트 썸네일 설정\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"썸네일 자동 생성\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"음성 사용\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"장치 사용\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"음량\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"기본 보기 모드\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"기본 밝기\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"기본 명암\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"기본 감마\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"비디오 되시작\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"음성 변조 - 포트 0\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"음성 변조 - 포트 1\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"음성 변조 - 포트 2\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"음성 변조 - 포트 3\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"시간 기반 검색 사용\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"트랙 이름 템플릿 - 오른쪽\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"사전설정\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"이 시각화에 사용가능한\\n사전설정이 없습니다\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"이 시각화에 사용가능한\\n설정이 없습니다\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"꺼내기/읽기\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"오디오 재생중이면 시각화 사용\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"크기 계산\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"폴더 크기 계산\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"비디오 설정\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"오디오 및 자막 설정\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"자막 사용\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"바로가기\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"정렬시 관사 무시 (예 \\\"the\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"같은 앨범의 노래 사이에 크로스페이드\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"%s 찾기\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"트랙 위치 보기\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"기본값 지우기\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"되시작\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"썸네일 가져오기\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"사진 정보\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s 사전설정\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(사용자 평점)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Last.fm 에 채널을 맞춤\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"최소 팬 속도\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"다운로드\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"컴필레이션에만 있는 아티스트 포함\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"렌더링 방식\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"자동감지\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"기본 셰이더 (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"고급 셰이더 (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"소프트웨어\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"안전하게 제거\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"여기에서 슬라이드쇼 시작\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"이 경로 기억\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"픽셀 버퍼 객체 사용\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"A/V 동기 방식\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"오디오 클럭\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"비디오 클럭 (오디오 버림/반복)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"비디오 클럭 (오디오 리샘플)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"최대 리샘플 량 (%s)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"리샘플 품질\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"낮음(빠름)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"중간\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"높음\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"매우 높음(느림!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"화면에 재생 동기\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"애플 리모트\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"리모트를 사용하여 XBMC 시작 허용\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"순차 지연 시간\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"사용 안 함\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"표준\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"유니버설 리모트\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"멀티 리모트 (하모니)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"애플 리모트 오류\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"애플 리모트 지원을 사용함으로 할수 있습니다..\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"연결재생\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"연결재생 해제\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"재생목록 파일 다운로드중...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"스트림 목록 다운로드중...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"스트림 목록 분석중...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"스트림 목록 다운로드 실패\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"재생목록 파일 다운로드 실패\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"게임 디렉터리\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"썸네일로 자동 변경할 기준: \"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"썸네일 보기로 자동 변경\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- 큰 아이콘 사용\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- 에 따라 변경\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- 비율\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"파일없고 최소한 한개의 썸네일\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"최소한 한개의 파일과 썸네일\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"썸네일 비율\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"보기 옵션\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"지역코드 1 변경\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"지역코드 2 변경\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"지역코드 3 변경\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"라이브러리\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"TV 사용 안 함\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"가까운 큰 도시를 입력\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"비디오/오디오/DVD 캐시 - 하드디스크\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"비디오 캐시 - DVD-롬\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- 로컬 네트워크\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- 인터넷\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"오디오 캐시 - DVD-롬\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- 로컬 네트워크\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- 인터넷\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD 캐시 - DVD-롬\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- 로컬 네트워크\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"서비스\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"네트워크 설정이 변경되었습니다\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"다음 설정을 변경하려면 XBMC를 다시 시작하여야 합니다: \"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"재시작이 필요합니다. 지금 재시작 하시겠습니까?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"후 처리\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- 재생중에도 종료\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i 분\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i 초\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i 밀리초\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"시간 형식\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"날짜 형식\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"GUI 필터\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"백그라운드 검색 사용\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"검색 중지\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"미디어 정보 검색중에는 사용 불가\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"필름 입자 효과\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"원격 공유에서 썸네일 찾기\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"알수없는 형식 캐시 - 인터넷\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"자동\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"사용자명 입력\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"날짜 & 시간\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"날짜 설정\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"시간 설정\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"24시간 HH:MM 형식으로 시간 입력\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"DD/MM/YYYY 형식으로 날짜 입력\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"IP주소 입력\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"설정을 지금 적용 하시겠습니까?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"변경을 지금 적용\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"파일 이름변경 및 삭제 허용\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"시간대 설정\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"일광 절약 시간 사용\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"즐겨찾기에 추가\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"즐겨찾기에서 제거\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- 색깔\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"시간대 국가\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"시간대\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"파일 목록\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"EXIF 사진 정보 보기\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"트루 전체화면 대신 전체화면 윈도우 사용\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"선택시 노래 대기열에 추가\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"자동으로 오디오 CD 재생\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"재생\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"자동으로 DVD 재생\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"텍스트 자막에 사용할 글끌\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"언어\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"문자 집합\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"디버깅\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"보안\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"입력 장치\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"전원 절약\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"제거\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"게임\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"추가\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"비밀번호\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"라이브러리\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"데이타베이스\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* 모든 앨범\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* 모든 아티스트\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* 모든 노래\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* 모든 장르\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"버퍼링...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"탐색 효과음\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"스킨 기본값\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- 테마\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"기본 테마\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"노래를 Last.fm 에 전송\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.fm 사용자명\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.fm 비밀번호\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"연결할수 없음: 응답없음...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"XBMC를 업데이트해 주세요\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"인증 실패: 사용자명 및 비밀번호를 확인하세요\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"연결됨\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"연결안됨\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"전송 간격 %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \" %i 곡 캐시됨\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"전송중...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"%i 초 후 전송\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"다른 플레이어로 재생...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"부드러운 A/V 동기화 사용\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"썸네일 보기에서 파일 이름 숨기기\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"파티 모드로 재생\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"노래를 Libre.fm 에 전송\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Libre.fm 사용자명\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Libre.fm 비밀번호\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"노래 전송\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Last.fm 라디오를 Last.fm 에 전송\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Last.fm 연결중...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"방송국 선택중...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"비슷한 아티스트 찾기...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"비슷한 태그 찾기...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"당신의 프로파일 (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"전체 인기 태그\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"%name% 태그에 대한 인기 아티스트\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"%name% 태그에 대한 인기 앨범\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"%name% 태그에 대한 인기 트랙\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"%name% 태그의 Last.fm 라디오 듣기\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"%name% 와 비슷한 아티스트\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"%name% 인기 앨범\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"%name% 인기 트랙\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"%name% 인기 태그\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"%name% 의 골수팬\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"%name% 팬의 Last.fm 라디오 듣기\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"%name% 비슷한 아티스트의 Last.fm 라디오 듣기\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"사용자 %name% 의 인기 아티스트\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"사용자 %name% 의 인기 앨범\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"사용자 %name% 의 인기 트랙\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"사용자 %name% 의 친구들\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"사용자 %name% 의 이웃\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"%name% 주간 아티스트 차트\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"%name% 주간 앨범 차트\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"%name% 주간 트랙 차트\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"%name% 의 이웃 Last.fm 라디오 듣기\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"%name% 의 개인 Last.fm 라디오 듣기\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"%name% 의 선호 트랙 Last.fm 라디오 듣기\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Last.fm 에서 목록을 검색중...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Last.fm 에서 목록을 검색할수 없음...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"찾을 관련 아티스트 이름을 입력\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"찾을 유사 태그 이름을 입력\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"%name% 의 최근 들은 트랙\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"%name 의 추천 Last.fm 라디오 듣기\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"%name% 의 인기 태그\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"현재 트랙을 선호 트랙에 추가 하시겠습니까?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"현재 트랙을 제거 하시겠습니까?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"선호 트랙에 추가됨: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"'%s' 를 선호 트랙에 추가할수 없습니다.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"제거됨: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"'%s' 를 제거하지못함.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"%name% 의 최근 선호 트랙\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"%name% 의 최근 제거 트랙\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"선호 트랙에서 제거\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"제거 취소\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"이 트랙을 선호 트랙에서 제거 하시겠습니까?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"이 트랙의 제거를 취소 하시겠습니까?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"경로를 찾지 못하거나 잘못됨\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"네트워크 서버에 접속할 수 없습니다\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"서버 찾지 못함\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"작업그룹 찾지 못함\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"다중경로 소스 열기\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"경로:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"일반\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"인터넷 검색\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"플레이어\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"디스크로부터 미디어 재생\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"새 제목 입력\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"동영상 이름 입력\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"프로파일 이름 입력\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"앨범 이름 입력\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"재생목록 이름 입력\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"새 파일 이름 입력\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"폴더 이름 입력\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"디렉터리 입력\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"사용가능 옵션: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"검색어 입력\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"사용 안 함\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"자동 선택\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"디-인터레이스\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (반전)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"인터레이스 처리\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"취소중...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"아티스트 이름 입력\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"재생 실패\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"한개 또는 이상의 아이템 재생 실패.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"값 입력\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"상세정보는 로그 파일을 확인하세요.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"파티 모드 중지됨.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"일치하는 노래가 라이브러리에 없습니다.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"데이터베이스를 초기화 할수 없습니다.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"데이터이스를 열수 없습니다.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"데이터베이스에서 노래를 가져오지 못했습니다.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"파티 모드 재생목록\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"모든 비디오\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"미시청\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"시청\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"시청으로 표시\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"미시청으로 표시\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"제목 수정\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"NTSC-M & NTSC-J 사용\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"NTSC-M 만 사용\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"NTSC-J 만 사용\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"PAL-60 만 사용\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"60hz 게임\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"동작 중지됨\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"복사 실패\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"최소 한개의 파일 복사 실패\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"이동 실패\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"최소 한개의 파일 이동 실패\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"삭제 실패\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"최소 한개의 파일 삭제 실패\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"비디오 스케일링 방식\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"최근접이웃\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"이중선형\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"바이큐빅\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"랑초스2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"랑초스3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"싱크8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"바이큐빅 (소프트웨어)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"랑초스 (소프트웨어)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"싱크 (소프트웨어)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"시간적\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"시간적/공간적\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)노이즈 제거\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)선명도\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"역 텔레시네\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"후처리\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"종료 시간제한 표시\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"채널로 변경\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"저장된 음악 폴더\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"외부 DVD 플레이어 사용\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"외부 DVD 플레이어\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"트레이너 폴더\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"스크린샷 폴더\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"재생목록 폴더\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"녹화\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"스크린샷\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"XBMC 사용\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"음악 재생목록\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"비디오 재생목록\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"이 게임을 실행 하시겠습니까?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"정렬기준: 재생목록\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"원격 썸네일\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"현재 썸네일\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"로컬 썸네일\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"썸네일 없음\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"썸네일 선택\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"충돌\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"새로 검색\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"전체 검색\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"지역\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"요약\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"음악 윈도우 잠금\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"비디오 윈도우 잠금\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"사진 윈도우 잠금\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"프로그램, 저장 & 스크립트 윈도우 잠금\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"파일 관리자 잠금\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"설정 잠금\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"새로 시작\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"마스터 모드 들어가기\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"마스터 모드 나가기\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"프로파일 '%s' 을(를) 만드시겠습니까?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"새로운 설정으로 시작\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"사용가능 최적\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"16x9 와 4x3 자동-변경\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"연결재생 파일을 단일 파일로 취급\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"경고\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"마스터 모드 나감\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"마스터 모드 들어감\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com 썸네일\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"썸네일 제거\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"프로파일 추가...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"모든 앨범의 정보 요청\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"미디어 정보\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"분리\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"기본값으로 공유\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"기본값으로 공유(읽기만)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"기본값 복사\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"프로파일 사진\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"선택 잠금\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"프로파일 수정\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"프로파일 잠금\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"폴더를 만들수 없음\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"프로파일 디렉터리\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"새 미디어 소스로 시작\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"선택된 폴더가 쓰기 가능한지와\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"새 폴더명이 정확한지 확인하세요\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"등급\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"마스터 잠금 코드 입력\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"시작할 때 마스터 잠금 코드 묻기\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"스킨 설정\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- 연결 설정 없음 -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"애니메이션 사용\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"음악 재생중 RSS 사용 안 함\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"바로가기 버튼 사용\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"메인메뉴에 프로그램 표시\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"음악 정보 보기\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"날씨 정보 보기\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"시스템 정보 보기\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"C: E: F: 디스크의 남은 공간 보이기\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"E: F: G: 디스크의 남은 공간 보이기\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"날씨 정보\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"드라이브 여유 공간\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"현재 공유의 이름 입력\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"잠금 코드\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"프로파일 불러오기\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"프로파일 이름\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"미디어 소스\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"프로파일 잠금 코드 입력\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"로그인 화면\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"앨범 정보 가져오기\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"앨범 정보 가져오기\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"CD 재생중에는 CD나 트랙을 추출할 수 없음\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"마스터 잠금 코드 및 설정\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"마스터 모드 사용시 항상 마스터 잠금 코드 입력\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"또는 기본값을 복사 하시겠습니까?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"프로파일에 변경사항을 저장 하시겠습니까?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"오래된 설정을 찾았습니다.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"이것을 사용 하시겠습니까?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"오래된 미디어 소스 찾았습니다.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"분리 (잠김)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"루트\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- 축소/확대\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP 설정\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"UPnP 클라이언트 자동시작\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"마지막 로그인: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"로그인한 적 없음\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"프로파일 %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"사용자 로그인 / 프로파일 선택\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"로그인 화면에서 잠금 사용\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"잠금 코드가 잘못 되었습니다.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"마스터 잠금이 설정이 필요합니다.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"지금 설정 하시겠습니까?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"프로그램 정보 읽기\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"파티 모드 시작!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"사실\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"폭탄주\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"컵 채우기\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"로그온됨:\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"로그오프\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"루트로 가기\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"위브\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"위브 (반전)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"혼합\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"비디오 재시작\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"네트워크 위치 수정\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"네트워크 위치 제거\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"폴더를 검색 하시겠습니까?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"메모리 유닛\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"장착된 메모리 유닛\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"메모리 유닛을 장착할 수 없음\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"%i 포트, %i 슬롯\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"화면보호기 잠금\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"설정\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"사용자명\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"비밀번호 입력\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"시스템 종료 타이머\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"종료 시간(분)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"시작됨, %i분 후 종료\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"30분후 종료\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"60분후 종료\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"120분후 종료\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"사용자 지정 종료 타이머\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"종료 타이머 취소\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"%s 선택 잠금\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"찾기...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"요약 정보\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"저장장치 정보\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"하드디스크 정보\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"DVD-롬 정보\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"네트워크 정보\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"비디오 정보\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"하드웨어 정보\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"전체\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"사용됨\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"-\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"잠금이 지원안됨\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"잠기지 않음\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"잠김\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"정지\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"초기화 필요\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"주간\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"라인\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"윈도우즈 네트워크 (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP 서버\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP 서버\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes 음악 공유(DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP 서버\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"비디오 정보 보기\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"완료\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"쉬프트\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"대문자 잠금\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"기호\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"백스페이스\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"사이띄개\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"스킨 새로고침\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"EXIF 정보를 이용해 사진 회전\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"TV 쇼에서 포스터 보기 스타일 사용\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"기다려 주세요\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"EEPROM 백업\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"BIOS 백업\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"줄거리 & 리뷰에 자동 스크롤 사용\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"사용자 지정\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"디버그 로그 사용\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"업데이트중에 추가 정보 다운로드\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"음악 정보을 위한 기본 서비스\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"자료수집기 변경\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"음악 라이브러리 내보내기\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"음악 라이브러리 가져오기\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"아티스트 찾지 못함!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"아티스트 정보 다운로드 실패\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"파티모드 시작! (비디오)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"폭탄주 (비디오)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"컵 채우기 (비디오)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV 서버 (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV 서버 (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV 클라이언트\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"웹 서버 디렉터리 (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"웹 서버 디렉터리 (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"폴더에 쓸수 없음:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"건너뛰고 진행 하시겠습니까?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS 피드\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"알수없음. xbmc.log 의 MD5 를 BiosIDs.ini 에 추가해 주세요.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"보조 DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP 서버:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"새 폴더 만들기\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"재생때 LCD 흐리게\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"알 수 없음 또는 온보드(보호됨)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"일시중지때 LCD 흐리게\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"일시중지때 LED 켜기\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"비디오 - 라이브러리\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"게임 세이브\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"정렬기준: 아이디\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"세이브 다운로드\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"HDD에 설치된 게임 저장\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"게임 세이브 다운로드 실패\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"다운로드 및 설치할 게임 세이브를 선택\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"지정한 게임에 대한 온라인 세이브 찾지 못함\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"게임 세이브로 가기\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"게임 세이브\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"부분 재생...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"조정값 초기화\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"기본값으로 %s 조정값를\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"초기화하게 됩니다.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"대상 찾기\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"검색에 폴더 이름 사용\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"파일\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"검색에 파일이나 폴더 이름을 사용 하시겠습니까?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"컨텐츠 설정\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"폴더\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"컨텐츠를 순환 찾기 하시겠습니까?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"소스 잠금해제\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"배우\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"영화\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"감독\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"XBMC 라이브러리에서 이 경로의\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"모든 항목을 제거 하시겠습니까?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"영화\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"TV 쇼\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"이 디렉터리에 포함\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"자동 검색 실행\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"순환 검색\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"-\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"감독\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"이 경로에서 비디오 파일을 찾지 못함!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"투표\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"TV 쇼 정보\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"에피소드 정보\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"TV 쇼 상세정보 가져오는 중\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"에피소드 가이드 가져오기\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"디렉터리의 에피소드 정보 가져오는 중\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"TV 쇼 선택:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"TV 쇼 이름 입력\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"시즌 %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"에피소드\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"에피소드\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"에피소드 상세정보 가져오는 중\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"라이브러리에서 에피소드 제거\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"라이브러리에서 TV 쇼 제거\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"TV 쇼\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"에피소드 줄거리\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* 모든 시즌\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"시청한것 숨기기\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"제품 코드\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"미시청 항목의 줄거리 보기\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* 스포일러 방지위해 숨김 *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"시즌 썸네일 설정\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"시즌 이미지\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"시즌\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"영화 정보 다운로드\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"컨텐츠 할당해제\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"원제\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"TV 쇼 정보 새로고침\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"모든 에피소드 정보를 새로고치겠습니까?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"선택된 폴더는 하나의 TV 쇼 포함\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"검색 제외 폴더\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"스페셜\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"자동으로 시즌 미리보기 가져오기\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"선택된 폴더는 하나의 비디오 포함\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"TV 쇼 연결\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"TV 쇼 연결 제거\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"최근 추가한 영화\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"최근 추가한 에피소드\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"스튜디오\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"뮤직비디오\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"최근 추가한 뮤직비디오\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"뮤직비디오\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"라이브러리에서 뮤직비디오 제거\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"뮤직비디오 정보\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"뮤직비디오 정보 가져오는 중\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"통합\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"아트스트 앨범으로 가기\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"앨범으로 가기\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"노래 재생\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"앨범에서 뮤직비디오로 가기\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"아티스트의 뮤직비디오로 가기\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"뮤직비디오 재생\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"라이브러리에 추가할 때 배우 썸네일 다운로드\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"배우 썸네일 설정\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"에피소드 책갈피 지우기\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"에피소드 책갈피 설정\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"자료수집기 설정\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"뮤직비디오 정보 다운로드\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"TV 쇼 정보 다운로드\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"예고편\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"병합\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"TV 쇼 병합\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"팬아트 가져오기\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"비디오 및 음악 라이브러리에 팬아트 보이기\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"새 컨텐츠 검색\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"초연\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"각본\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"파일 및 폴더 이름 정리\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"안 함\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"한 시즌일 때만\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"항상\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"예고편 있음\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"없음\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"팬아트 슬라이드쇼\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"단일 파일로 내보낼까요 항목별 분리\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"파일로 내보낼까요?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"단일 파일\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"분리 파일\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"썸네일 및 팬아트를 내보내시겠습니까?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"기존 파일에 덮어쓰겠습니까?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"라이브러리 업데이트 제외 경로\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"썸네일 및 비디오 정보 추출\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"시리즈\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"영화세트 미리보기 설정\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"배우 썸네일 내보내기?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"팬아트 선택\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"로컬 팬아트\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"팬아트 없음\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"현재 팬아트\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"원격 팬아트\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"컨텐츠 변경\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"이 경로의 모든 항목 정보를\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"새로고치겠습니까?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"팬아트\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"로컬에 저장된 정보 찾음.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"무시하고 인터넷에서 새로고침 할까요?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"정보를 다운로드할 수 없음\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"서버를 전혀 사용할수 없는것 같습니다.\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"검색을 계속 하시겠습니까?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"국가\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"시리즈 영화 묶기\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"숨김 파일 및 디렉터리 보기\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox 클라이언트\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"경고: 대상 TuxBox 장치가 레코딩-모드 입니다!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"스트림이 중지됩니다!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"채널 완전삭제: %s 실패!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"스트림을 시작 하시겠습니까?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"연결: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox 장치\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"미디어 공유 추가...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"UPnP를 통해 비디오 및 음악 라이브러리 공유\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"미디어 공유 수정\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"미디어 공유 제거\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"자막 폴더\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"영화 & 추가 자막 디렉터리\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"마우스 사용\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"미디어 재생중 탐색 효과음 사용\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"썸네일\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"DVD 지역코드 강제 지정\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"비디오 출력\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"비디오 비율\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"보통\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"레터박스\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"와이드스크린\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"480p 사용\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"720p 사용\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"1080i 사용\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"새 재생목록 이름 입력\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"파일 목록에서 \\\"소스 추가\\\" 버튼 보기\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"스크롤바 사용\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"비디오 라이브러리에서 시청 상태 토글 사용\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"열기\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"음향 구성표\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"빠르게\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"끄기\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"사용자 지정 배경 사용\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"전원 구성표\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"최대 전원\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"최소 전원\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"최대 대기\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"최소 대기\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"4GB 이상의 파일을 캐시할 수 없음\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"챕터\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"고화질 픽셀 셰이더 V2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"시작할 때 재생목록 사용\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"트윈 애니메이션 사용\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"포함\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"포함안됨\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"은(는)\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"은(는) 아님\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"시작\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"종료\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"보다 큰\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"보다 작은\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"이후\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"이전\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"마지막\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"마지막 아님\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"자료수집기\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"기본 영화 자료수집기\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"기본 TV 쇼 자료수집기\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"기본 뮤직비디오 자료수집기\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"자료수집기 언어 기반의 대체 사용\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- 설정\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"다국어\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"일치하는 값\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"스마트 재생목록 규칙\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"일치하는 항목\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"새 규칙...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"항목이 일치해야함\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"모든 규칙\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"한개 또는 그 이상의 규칙\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"제한\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"무제한\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"정렬순서\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"올림차순\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"내림차순\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"스마트 재생목록 수정\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"재생목록 이름\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"찾은 항목:\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"수정\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i 항목\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"새 스마트 재생목록...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c 드라이브\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"파티 모드 규칙 수정\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"홈 폴더\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"시청 횟수\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"에피소드 제목\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"비디오 해상도\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"오디오 채널\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"비디오 코덱\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"오디오 코덱\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"오디오 언어\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"자막 언어\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"리모컨이 키보드 누름 보냄\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"- 수정\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"파일 이름\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"파일 경로\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"파일 크기\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"파일 날짜/시간\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"슬라이드 인덱스\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"해상도\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"설명\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"컬러/흑백\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"JPEG 처리\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"날짜/시간\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"설명\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"카메라 제조사\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"카메라 모델\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF 주석\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"펌웨어\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"구경\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"초점 거리\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"피사체 거리\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"노출\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"노출 시간\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"노출 바이어스\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"노출 모드\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"플래시 사용\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"화이트-밸런스\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"광원\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"측광 모드\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"디지털 확대/축소\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD 크기\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS 위도\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS 경도\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS 고도\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"방향\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"추가 카테고리\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"키워드\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"설명\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"저자\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"헤드라인\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"특별 지시\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"카테고리\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"첫머리\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"첫머리 제목\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"만든 사람들\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"소스\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"저작권 공고\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"객체 이름\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"도시\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"국가\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"국가\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Original Tx Reference\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"제작일\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"저작권 표기\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"국가 코드\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"참고 업무\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"UPnP를 통해 XBMC 제어 허용\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"DVD 메뉴 전의 도입부 건너뛰기 시도\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"저장된 음악\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"모든 아티스트 정보 요청\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"앨범 정보 다운로드\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"아티스트 정보 다운로드\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"약력\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"디스코그래피\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"아티스트 찾기\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"아티스트 선택\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"아티스트 정보\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"악기\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"출생\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"결성\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"테마\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"해체\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"사망\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"활동기간\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"라벨\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"출생/결성\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"시작할 때 라이브러리 업데이트\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"항상 백그라운드로 라이브러리 업데이트\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS 접미사\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"%2.3f초 느리게\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"%2.3f초 빠르게\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"자막 싱크\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL 공급자:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL 렌더러:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL 버전:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB 온도:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU 온도:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"전체 메모리\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"프로파일 데이터\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"비디오 재생중 일시정지되면 흐림 사용\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"모든 녹화\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"제목별\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"그룹별\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"라이브 채널\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"제목별 녹화\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"가이드\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"검은 여백 최소화시 가로세로 비 허용 오류\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"목록에 비디오 파일 보기\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX 공급자\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Direct3D 버전\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"글꼴\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- 크기\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- 색깔\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- 문자집합\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"노래방 제목 HTML 로 내보내기\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"노래방 제목 CSV 로 내보내기\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"노래방 제목 가져오기...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"자동으로 노래 선택기 보기\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"노래방 제목 내보내기...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"노래 번호 입력\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"하양/녹색\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"하양/빨강\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"하양/파랑\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"검정/하양\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"문자다중방송 활성화\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"파트 %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"%i bytes 버퍼링\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"중지중\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"실행중\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"외장 플레이어 활성\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"플레이어를 종료하려면 예를 누르세요\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"재생이 끝났으면 예를 누르세요\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"추가기능\"\n\nmsgctxt \"#24001\"\nmsgid \"Plugins\"\nmsgstr \"추가기능\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"설정\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"사용 안 함\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"사용함\"\n\nmsgctxt \"#24023\"\nmsgid \"Add-on disabled\"\nmsgstr \"추가기능 중지됨\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"이 추가기능은 설정할 수 없음\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"라이브러리 모드\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"쿼티 키보드\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"패스스루 오디오 사용중\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"게임에 깜박임 필터 설정 적용\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"예고편 품질\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"스트림\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"다운로드\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"다운로드 & 재생\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"다운로드 & 저장\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"오늘\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"내일\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"저장\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"복사\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"다운로드 디렉터리 설정\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"검색 기간\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"짧은\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"긴\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"일반 플레이어 대신 DVD 플레이어 사용\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"비디오 재생전에 다운로드 묻기\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"클립\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"작동하기위해 플러그인 재시작\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"오늘밤\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"내일밤\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"상태\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"강수\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"강수\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"습도\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"체감\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"관측됨\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"편차\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"해돋이\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"해넘이\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"상세\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"아웃룩\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"커버플로우\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"문자 번역\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"%s 카테고리 지도 목록\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 시간\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"지도\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"매시\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"주말\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s 일\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"알림\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"알림\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"선택하기\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"확인\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"설정하기\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"시즌\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"사용하기\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"시청하기\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"들어보기\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"살펴보기\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"설정하기\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"전원\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"메뉴\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"재생하기\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"옵션\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"편집기\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"정보보기\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"별평점\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"배경\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"배경\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"사용자 지정 배경\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"사용자 지정 배경\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Readme 보기\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"변경로그 보기\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"이 버전의 %s 는 실행하려면\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"실행에 XBMC 리비전 %s 또는 이상이 필요합니다.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"XBMC 를 업데이트 하세요.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"데이터를 찾을수 없음!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"다음 페이지\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"좋아함\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"싫어함\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"이 파일은 연결되었습니다, 재생하고 싶은 부분을 선택하세요.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"스크립트 경로\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"사용자 스크립트 버튼 사용\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Maltese/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\n<language locale=\"Mlt\">\n  <charsets>\n    <gui unicodefont=\"true\">CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n  <dvd>\n    <menu>mt</menu>\n    <audio>mt</audio>\n    <subtitle>mt</subtitle>\n  </dvd>\n  <regions>\n    <region name=\"Malta\" locale=\"Malta\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n  </regions>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/Maltese/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Maltese (http://www.transifex.com/projects/p/xbmc4xbox/language/mt/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: mt\\n\"\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\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programmi\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Ritratti\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Mużika\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Filmati\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"Il-Gwida\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Settings\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Fajls\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"It-Temp\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc media center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"It-Tnejn\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"It-Tlieta\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"L-Erbgħa\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Il-Ħamis\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Il-Ġimgħa\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Is-Sibt\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Il-Ħadd\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Jannar\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Frar\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Marzu\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"April\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Mejju\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Ġunju\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Lulju\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"Awwissu\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"Settembru\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Ottubru\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"Novembru\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"Diċembru\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Xemx\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"Mejju\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Issettja\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Uri: Awto\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Uri: Awto Kbar\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Uri: Ajkons\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Uri: Lista\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Fittex\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Ordni: Isem\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Ordni: Data\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Ordni: Kobor\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Le\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Iva\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Slajdxow\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Oħloq Kopja Zgħira\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Oħloq Kopja Zgħira\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Shortcuts\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"PAWSA\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Ikkopja\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Mexxi\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Ħassar\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Semmi\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Fowlder ġdid\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Tikkonferma li Tikkopja\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Tikkonferma li Tmexxi\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Tikkonferma li Tħassar\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Tikkopja dawn il-fajls?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Tmexxi dawn il-fajls?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Tħassar dawn il-fajls?\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Stat\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Oġġetti\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Ġenerali\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Slajdxow\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Is-Sistema\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Screen\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albums\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Artisti\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Diski\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Ġeneru\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Playlists\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Fittex\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Is-Sistema\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperaturi:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Ħin:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Bħalissa:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Verżjoni:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Network:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Tip:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statiku\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP:\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Link:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Half duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Full duplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Spazju\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Diska\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Vojt\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Stampa\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Memorja Vojta\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Ebda link\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Vojta\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Mhux Disponibbli\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Trej Miftuħ\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Jaqra\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Bla Diska\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Diska ġewwa\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Qoxra:\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"FTP server:\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Issinkronizza l-ħin:\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Resolution:\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Album:\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Data tal-ħrug:\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Rati:\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Tones:\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Stil:\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Diska\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Tul\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Għażel album\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Treks\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Irrevedi\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Ġedded\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Tfittxija għall-album\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Ma nstab l-ebda album!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Għażel kollox\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Niskenja nformazzjoni tal-medja\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Żomm\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Ħawwad\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Ħassar\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Fittex\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Tfittxija għal...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Ma nstabet l-ebda nformazzjoni!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Għazel filmat:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Tfittxija għall-informazzjoni minn %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Dettalja tal-filmat qed jinqraw\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Tagline:\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Fil-qosor:\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Voti:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Kast\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Plot\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Ara\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Li jmiss\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Ta' qabel\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Ikkalibra UI\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Ikkalibra Vidjo\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Soften\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Saħħa Lenti\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Ġebbed\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"Diska DVD\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Daħħal diska\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Remote Share\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Network mhux imqabbad\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Waqqaf\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Veloċita'\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Uza CDDB\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Ħawwad Plejlist meta taqra\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"HD Spindown time (mins)\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Filters\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Xejn\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Punt\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Linear\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotropic\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussian Cubic\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Minification:\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Magnification:\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Ħassar Playlist x'ħin tlesti\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Daħħal u Ara DVD-Video\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Daħħal u Ara VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Daħħal u Isma CD Awdjo\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Daħħal u Ilgħab Logħob tal-XBOX\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Daħħal u Ara Filmati\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Daħħal u Isma Mużika\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Daħħal u Ara Stampi\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Lingwa\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Mużika\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Viżwalizzazzjoni\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Għażel destinazzjoni\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Output Speakers kollha\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Numru ta' kanali\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- DTS Capable Receiver\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Tfittxija għall-informazzjoni CDDB minn freedb\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Problema\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Uża ID3 tags\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Niftaħ\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"stennija għall-bidu....\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Output tal-iskripts\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"HTTP server:\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Irrekordja\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Ieqaf Rek.\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Ordni: Trek\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Ordni: Ħin\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Ordni: Title\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Ordni: Artist\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Ordni: Album\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"L-ewwel 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Xellug Fuq Overscan Compensation\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Lemin Isfel Overscan Compensation\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Pożizzjoni tas-Sottotitoli\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Pixel Ratio Adjustment\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Mexxi l-vleġġa biex tbiddel l-ammont tal-overscan\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Mexxi l-isbarra biex tbiddel il-pożizzjoni tas-Sottotitoli\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Ibdel ir-rettanglu biex jigi kaxxa perfetta\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Problema biex jinqraw is-Settings\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"using default fallbacks\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Iċċekkja l-.xml fajls\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"instabu %i oġġetti\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Riżultati tat-tfittxija\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Ma nstabux riżultati\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Postprocessing filter\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Sottotitloi\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Font\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Kobor\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Dynamic Range Compression\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Awdjo\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Fittex Sottotitoli\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Oħloq bookmark\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Ħassar bookmarks\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Delay tal-Awdjo\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Bukmarks\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Ittardja\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Lingwa\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Jintuza\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Non-Interleaved\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Automatic Postprocessing\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Vertical Deblocking Filter\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Horizontal Deblocking Filter\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Auto Brightness/Contrast\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=awto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Innaddaf d-database\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Preparazzjoni...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Problema fid-Database\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Tfittxija għal diski...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Database ġiet imnaddfa\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Innaddaf diski\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Problema fl-organizzar tad-diski\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Innaddaf artisti...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Problema fl-organizzar tal-artisti\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Innaddaf Ġeneru...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Problema fl-organizzar tal-Ġeneru\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Innaddaf paths...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Problema fl-organizzar tal-paths\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Innaddaf albums...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Problema fl-organizzar tal-albums\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Tibdiliet qed jiġu rrekordjati...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Problema biex it-tibdiliet jiġu rrekordjati\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Dan il-proċess jista jdum...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Database qed tiġi kkompressata...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Problema biex id-database tiġi kkompressata\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Trid tnaddaf il-Librerija?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Innaddaf il-Librerija...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Ibda\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Framerate Conversion\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Output Awdjo:\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analog\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Diġitali\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Artisti Varji\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Ara DVD\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Filmati\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Irranġa Framerate\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Atturi\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Sena\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programmi\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Mitfi\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Baxx\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Iswed\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix Trails\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Skrinsejver Idle Timeout\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Skrinsejver Mode\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Shutdown Idle Timeout\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"L-albums kollha\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"L-albums riċenti\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Skrinsejver\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"R. SlideShow\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Skrinsejver Fade Level\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Ordni: File\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- AC3 Capable Receiver\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Ordni: Isem\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Ordni: Sena\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Ordni: Rating\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDB\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Titlu\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Tempesti\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Kemxejn\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"L-biċċa l-kbira\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Xemxi\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Msaħħab\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Silġ\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Xita\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Ħafif\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"AM\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"PM\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Rxiex\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Ftit\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Scattered\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Riħ\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Qawwi\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Ħafif\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Ċar\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Sħab\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Kmieni\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Rxiex\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Borra\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Baxx\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Medju\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Għoli\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Ċpar\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Haze\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Għażel Lokalita'\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Refresh Time\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Kejl tat-Temperatura\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Kejl tal-Veloċita'\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"It-Temp\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temp\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Tħossok\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV Index\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Riħ\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Dew Point\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Umdita'\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"Minn\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"Forza\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Difolts\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Aċċess għall-weather.com\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Tfittxija għat-Temp ta':\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Problemi biex jinkiseb it-Temp\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manwali\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"L-ebda artiklu għal dan l-album\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Inniżżel tambnejl...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Mhux disponibbli\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Uri: Big Ajkons\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Filmati/Generi\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Ħassar informazzjoni dwar albums\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Ħassar informazzjoni min CDDB\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Għażel\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"L-ebda album ma nstab.\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"L-ebda CDDB info ma nstab.\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Diska:\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Insert correct CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Please insert the following CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Ordni: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"No Cache\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Ħassar filmat mil-librerija\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Żgur li trid tħassar '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Duration:\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Niftaħ il-fajl\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Cache\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Harddisk\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"LAN\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Vidjo\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Awdjo\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"X'jiġri\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Jintuża\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Kolonni\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Filliera 1 adress:\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Filliera 2 adress:\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Filliera 3 adress:\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Filliera 4 adress:\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Fillieri :\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Mode:\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Uri Differenti\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Subs\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Audio Stream\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[attiv]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Sottotitoli\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Backlight\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Brightness\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Kuntrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Tip\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Mexxi żbarra biex tibdel il-pożizzjoni tal-osd\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Pożizzjoni tal-OSD\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Krediti\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Mitfi\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Mużika Biss\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Mużika u Filmati\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Playlist mhux miftuħa\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Qoxra u Lingwa\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Appearance\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Opzjoni Awdjo\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Dwar XBMC\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"Album\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Ħassar album\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Irrepeti\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Irrepeti Waħda\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Irrepeti Fowlder playlist\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Uża playlist in songs\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"Uża ajkons kbar\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Kabbar Sottotitoli\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Advanced Options (Experts Biss!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Overall Audio Headroom\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Kabbar filmati skond il-GUI resolution\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Ikkalibra\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Aħbi Media Extensions\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Issortja: Bit-Tip\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Ma qbadtx ma www.allmusic.com\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Informazzjoni tal-album ma nizlitx\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Infittex ismijiet tal-album\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Miftuħa\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Użata\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Vojta\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Naqra Media Info mill-fajls\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Ordni: Użu\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Enable Visualisations\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Enable video mode switching\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Startup Window\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Home Window\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Settings Manwali\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Ġeneru\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Make archives with one file transparent\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Albums mismugħha riċentament\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Tellaq\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Tellaq ġo..\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Biddel titlu tal-XBE\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Kumpilazzjoni\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Neħħi Sors\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Eqleb Media\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Għażel Playlist\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Plejlist ġdida\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Żid mal-Playlist\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Żid fil-Librerija manwalment\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Daħħal Isem\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Probelma: Isem Doppju\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Għażel Ġeneru\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Żid Ġeneru\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Żid Manwali\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Daħħal Ġeneru\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Ara: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Lista\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Ajkons\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Lista Kbira\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Ajkons Kbar\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Wiegħsa\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Wiegħsa Kbir\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Ajkon tal-Album\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Ajkon tad-DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Info tal-Media\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Ordni: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Isem\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Data\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Kobor\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Trekk\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Ħin\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Titlu\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Artist\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Playlist\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Fajl\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Sena\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Rating\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Tip\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Użu\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Artist tal-album\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Drabi mismugħ\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"L-aħħar smajt\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Kumment\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Ġie miżjud\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Default\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Studjo\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Pajjiż\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Direzzjoni tal-Ordni\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Metodu tal-Ordni\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"View Mode\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Ftakar il-View għal kannestri differenti\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Żgħir għal Kbir\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Kbir għal Żgħir\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Biddel Playlist\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filter\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Ħassar Party Mode\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Party Mode\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Random\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Xejn\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Darba\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Kollox\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Xejn\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Irrepeti: Xejn\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Irrepeti: Darba\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Irrepeti: Kollox\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Rip CD Audio\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Medju\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Estrem\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Constant Bit Rate\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Ripping...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Għal:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Problema biex nirripja CD jew Trekk\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDARipPath mhux issettjat.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Nirripja Trekk tal-Awdjo\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"CD Ripping\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Encoder\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Kwalita\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bit Rate\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Inkludi numru tat-trekk\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Diski kollha għal\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"View Mode\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normali\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Lenti\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Ġebbed 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Ġebbed 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Ġebbed 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Qis originali\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Custom\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay Gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Replay Gain Mode\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Uża Track Levels\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Uża Album Levels\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"PreAmp Level - Replay Gained Files\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"PreAmp Level - Non Replay Gained Files\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Avoid Clipping on Replay Gained Files\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Crop Black Bars\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Niftaħ fajl kbir. Inkompli?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Neħħi mil-Librerija\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Esporta Librerija tal-Vidjos\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Importa Librerija tal-Vidjos\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Nimporta\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Nesporta\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Ara Librerija\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Snin\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Aġġorna Librerija\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Uri Debug Info\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Fittex għal programmi\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Fittex għal Playlist\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Fittex għal fowlder\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Informazzjoni tad-diska\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Amplifikazzjoni tal-Volum\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Għażel Fowlder tal-Export\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Cleaning up Library\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Inneħħi diski qodma mill-Librerija\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Dan is-sors diġa proċessat qabel\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Network\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"Ħowst tal-HTTP Proxy\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"Port tal-HTTP Proxy\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Attiva HTTP Proxy\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"XTag tal-XLink Kai\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"Sigriet tal-XLink Kai\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internet Protocol (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Port mhux validu. Irid ikun bejn 1 u 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP Proxy\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"Assignment\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Awto (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manwali (Static)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Difolt (Daxbord)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP Address\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Netmask\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Difolt Gejtwej\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS Server\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Issevja w irristartja\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Indirizz mhux validu. Irid ikun AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"b'numri bejn 0 u 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Tibdil mhux issejvjat. Tkompli bla ma tissevja?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Web Server\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP Server\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Ħin tal-Internet\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"Port tal-Web Server\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Time Server Host\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Issevja w Uża\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"Sigriet tal-Web Server\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Bla Sigriet\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Charset\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Stil\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Kulur\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normali\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Bold\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Italics\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Bold Italics\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"abjad\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"isfar\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Fajls\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Ma stabux dettalji għal din il-view\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Eqleb għal Files view\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Problema biex naqra l-istampa\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Edit Path\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Tikkonferma?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Inneħħi Sors\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Żid Link tal-Programm\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Edit Program Path\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Edit Program Name\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Edit Path Depth\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Uri: Lista Kbira\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Isfar\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Abjad\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Ikħal\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Aħdar jgħajjat\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Aħdar Safrani\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Ċelesti\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Riservat\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Riservat\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Problema %i: share mhux disponibbli\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Auto Fatx Limiter\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Audio Hardware\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Seeking\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Slideshow Folder\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Remote Events\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Attiva Remote Events\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Port tar-Remote Events\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Port Range tar-Remote Events\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Irċievi events minn kompjuters oħra\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Screensaver Preview\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Unable to connect\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC ma rnexxielux jaqbad mad-destinazzjoni tan-network.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Dan jista jkun minħabba li n-network mhux imqabbad.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Trid iżżidha xorta waħda?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP Address\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Żid Network Location\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protokol\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Indirizz tas-Server\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Isem tas-Server\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Remote Path\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Shared Folder\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Username\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Fittex network server\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Daħħal in-network address tas-server\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Daħħal il-fowlder fuq is-server\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Daħħal in-numru tal-port\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Daħħal username\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Żid Sors: %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Daħħal il-kannestri jew browżja għal sorsi ta' media.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Daħħal isem għal dan is-sors ta' media.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Fittex għal share ġdid\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Fittex\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Ma nstabux dettalji tal-fowlder.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Żid Sors\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Biddel Sors\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Żid Sors: %s\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Daħħal l-isem il-ġdid\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Fittex Stampa\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Fittex Fowlder tal-istampi\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Żid Sors tan-Network...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Fittex għal fajl\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Menu Sekondarju\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Attiva Buttuni tal-Menu Sekondarju\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Favoriti\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Plagins tal-Vidjo\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Plagins tal-Mużika\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Plagins tal-iStampi\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Naqra fowlder\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Ġibt %i oġġetti\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Ġibt %i oġġetti minn %i\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Plagins tal-Programmi\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Isettja Tambnejl tal-Plagin\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Settings tal-Plagin\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB Client\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Workgroup\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Default Username\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Sigriet Difolt\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS-Server\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Neħħi\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Mużika\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Vidjo\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Ritratti\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Fajls\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Mużika w Vidjo\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Mużika w Ritratti\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Mużika w Fajls\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Vidjo w Ritratti\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Vidjo and Fajls\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Ritratti w Fajls\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Mużika w Vidjo w Ritratti\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Mużika w Vidjo w Ritratti w Fajls\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Mhux attiv\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Fajls, Mużika u Films\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Fajls, Stampi u Mużika\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Fajla, Stampi u Films\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Mużika u Programmi\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Films u Programmi\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Stampi u Programmi\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Programmi, Films, Mużika u Stampi\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programmi, Films u Mużika\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programmi, Stampi u Mużika\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programmi, Stampi u Films\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP User Name\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"Sigriet tal-FTP User\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Sigriet tal-User intbatet mingħajr problemi\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Qari Awtomatiku\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Qari Awtomatiku tal-Xbox\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Laqam\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Staqsi biex taqbad\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Ibgħat FTP User u Sigriet\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Ping Interval\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Trid taqbad biex taqra dettalji tal-Xbox awtomatikament?\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Drifting\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"u\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Freezing\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Tard\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Iżolati\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"T-Showers\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Ragħad\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Xemx\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Qalil\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"fil-\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"il-\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Viċinanza\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Silġ\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Crystals\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Kalm\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"bil-\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"bir-riħ\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"rxiex\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"T-Storm\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Tul:\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Tip tal-LCD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Dħul\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programmi\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Stampi\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Fajls\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Settings\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Mużika\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Filmati\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Informazzjoni tas-Sistema\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Settings->Ġenerali\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Settings->Screen\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Settings->Screen->UI Calibration\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Settings->Screen->Screen Calibration\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Settings->SlideShow\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Settings->Screen->Filters\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Settings->Mużika\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Settings->Screen->Sottotitloi\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Settings->Screen->Skrinsejver\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Settings->Temp\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Settings->Network\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Settings->Apparenza\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Settings->Scripts\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Filmati/plejlist\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Settings->Profili\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Kaxxa Iva/Le\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Kaxxa Progress\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Diski/plejlist\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Diski/fajls\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Diski/albums\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Plejlist Editor\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"L-aqwa 100 diska\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"L-aqwa 100 Album\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programmi\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Konfigurazzjoni\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Previżżjoni tat-temp\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Network Gaming\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Estensjonijiet\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Info tas-sistema\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Diski - Librerija\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Qed Indoqq - Diski\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Qed nuri - Vidjo\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Info tal-Album\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Info tal-Filmat\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Għażel kaxxa\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Diski/info\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Kaxxa OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Filmati/Info\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Programmi/Info\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Stampa Sħiħa\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Viżwalizzazzjoni\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Kaxxa Filestacking\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Erġa Ibni l-indiċi...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Lura għal My Music\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Lura għal My Video\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Aġġorna trainer list\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Ma stabux trainers\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Trainer settings\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"All registered trainers are missing. Update your list\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Auto resume from last position\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Le\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Iva\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Staqsi\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Ibda mill-bidu\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Kompli mill-aħħar\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Nivvaluta trainers eżistenti...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Maqful! Daħħal il-Kowd...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Daħħal sigriet\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Daħħal Master Kowd\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Daħħal Unlock Kowd\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"jew għafas C biex tikkanċċella\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Daħħal Gamepad button combo u għafas Start\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"għafas Start, jew Back biex tikkanċċella\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Issettja il-Lock\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Neħħi l-Lock\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Erġa ssettja il-Lock\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Neħħi Lock\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Numeric Sigriet\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Gamepad button combo\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Sigriet Sħiħ\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Daħħal Sigriet ġdid\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Erġa daħħal Sigriet ġdid\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Sigriet Ħażin,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"ċansijiet\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Sigrieti mdaħħla mhux l-istess.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Aċċess Miżmum\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Ċansijiet tas-sigriet użati kollha.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"L-Xbox ser tintefa.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Item Locked\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Erġa ttiva l-Lock\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Ibdel il-Lock\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Qassam il-Lock\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Sigriet ma jistax ikun vojt. Erġa pprova.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Master Lock\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Shutdown Xbox if Master Lock retries exceeded\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Master Code is not valid!\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Jekk jogħoġbok Daħħal Master Kowd tajjeb!\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Settings and My Files\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Set as default for all Movies\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"This will reset any previously saved values\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Uri kull stampa għal\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Uża Pan and Zoom effects\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Play NTSC videos at PAL rates\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Play PAL videos at NTSC rates\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Play NTSC videos in PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"Arloġġ 12 hour\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"Arloġġ 24 hour\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Ġurnata/Xahar\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Xahar/Ġurnata\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Ħin Mixgħul\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Minuti\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Sigħat\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Ġranet\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Total ta' ħin mixgħul\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"It-temp\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Skrinsejver\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"OSD Sħiħ\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Sistema\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Spindown tal-HD immedjata\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Vidjo Biss\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Stennija\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- L-anqas zmien tal-fajl\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Itfi\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Daxbord\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Uża Lokazzjoni Preferuta għad-Daxbord\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Filter Teptip\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Mhux attiv\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Attiva waqt li tara l-Vidjo\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Dejjem attiv\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Mhux attiv\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Dejjem attiv\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Mhux attiv\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD Key\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD Temp:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD Model:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD Firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD Model:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD Serial:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD Firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD Sigriet:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD Lock State:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Subnet Mask:\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Gateway:\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Primary DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Ma ġiex imtella\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"GamePads On Port:\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Keyboard On Port:\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Mouse On Port:\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Head/MicroPhone On Port:\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"MemoryStick Ġo Port:\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"IR-Remote Ġo Port:\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Port tal-Kontroller\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Qatt\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Immedjatament\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"wara %i sek.\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"HDD ġie nstallat\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"HDD Power Cycle Count:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profil\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Ħassar profil '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"L-aħħar Profil użat:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Ma nafx\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Ikteb fuq\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Alarm clock\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Alarm clock interval (in minutes)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Started, alarm in %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarm!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Canceled with %im%is left\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Search for Subtitles in RARs\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Browse for subtitle...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Mexxi\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Mexxi Hawn\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Tmexxiex\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardware:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Veloċita’ tas-CPU:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Xbox imqabbda imma DNS mhux disponibbli.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Hard Disk\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Spazju\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Difolt\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Network\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Vidjo\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Hardware\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Verżjoni tal-Kernel:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Veloċita’ tas-CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Detected BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Video Encoder:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Screen Resolution:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Verzjoni Xbox:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Numru Individwali tal-Xbox:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Manifattur tal-Xbox:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Cippa Mod:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V Cable:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Video and XBE Region:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD Region:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Xbox Imqabbda\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Xbox mhux imqabbda. Iċċekkja Settings tan-Network\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"XBLIVE Key:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Target Temperature\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Veloċita’ tal-Fan:\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Ikkontralla t-temperatura Awtomatikament\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Kontroll veloċita’ tal-Fan\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"Fonts tal-Qoxra\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Attiva RSS Feeds\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Aħbi Kannestri Predeċessuri\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Tixtieq tirributja l-xbox\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"minflok l-XBMC biss?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Effett Zoom\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Effett Float\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Riduzzjoni Black Bar\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Erġa Ibda\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Crossfade\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Regenerate Tambnejs\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Recursive Tambnejs\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Ara slajdxow\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Ara slajdxow suċċessivi\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Sterjo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Xellug biss\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Lemin biss\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Attiva CD+G\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Background Transparenti\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Foreground Transparenti\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"A/V delay\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s ma nstabx\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Ma stajtx niftah %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Ma stajtx ntella %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Problema: spiċċat il-memorja\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Tella l'fuq\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Niżżel l'isfel\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Biddel l-Label\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Uża dejjem\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Neħħi l-Buttona\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"LED ta' Quddiem\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Kulur tal-LED ta' Quddiem\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Ħalli kif inhu\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Ahdar\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Orangjo\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Ahmar\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Dawwar\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Itfi LED waqt Filmat\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Informazzjoni tal-Filmat\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Itfa fil-Queue\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Fittex IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Fittex għal kontenut ġdid\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Indoqq bħalissa...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Informazzjoni dwar l-album\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Fittex fid-Database kollha\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Ieqaf Fittex\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Metodu ta' Render\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Pixel Shader - Kwalita Baxxa\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Hardware Overlays\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Pixel Shader - Kwalita Għolja\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Doqq din\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Issettja Tambnejl tal-Artist\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Oħloq Tambnejls\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Attiva l-Vuċi\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Attiva l-apparat\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Volum\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Default View Mode\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Default Brightness\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Default Contrast\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Default Gamma\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Resume Video\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Voice Mask - Port 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Voice Mask - Port 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Voice Mask - Port 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Voice Mask - Port 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Uża Time Based Seeking\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Track Naming Template Right\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Presets\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"There are no presets available for this visualisation\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"There are no settings available for this visualisation\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Eject/Load\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Uża Visualisation if playing audio\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Ikkalkula l-kobor\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Ikkalkula l-kobor tal-Fowlder\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Video Settings\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Awdjo u Sottotitoli Settings\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Attiva Sottotitoli\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Bookmarks\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ignore \\\"The\\\" when sorting\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Crossfade albumtracks\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Browse for %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Uri track position\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Ħassar Difolt\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Kompli\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Ġib Tambnejl\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Imformazzjoni dwar l-istampa\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"Preset %s\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(Rati tal-utenti IMDb)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"L-ewwel 250:\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"fanspeed minimu\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Metodu ta' Render\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Medju\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Għoli\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Mhux attiv\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Stack\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Unstack\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Inniżżel playlist file...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Inniżżel streams list...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Neżamina streams list...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Streams list ma niżlitx\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Playlist file ma niżilx\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Fowlder tal-Logħob\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Autoswitch to Thumbs based on\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Enable Autoswitching to Thumbs View\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Uri Ajkons Kbar\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Switch Based on\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Percentage\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"No Files and at least one Thumb\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"At least one File and Thumb\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Percentage of Thumbs\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"View Options\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Ibdel Area Code 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Ibdel Area Code 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Ibdel Area Code 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Librerija\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"No TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Daħħal l-aktar Villaġġ qrib tiegħek\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video/Audio/DVD Cache - Harddisk\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Video Cache - DVDRom\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Network Lokali\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Audio Cache - DVDRom\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Network Lokali\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD Cache - DVDRom\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Network Lokali\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Servers\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Settings tan-network mibdula\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC tinhtieg reboot biex jigu affettwati\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"tibdiliet fin-network setup. Tagħmel restart issa?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Post Processing\"\n\nmsgctxt \"#14042\"\nmsgid \"Internet connection bandwidth limitation\"\nmsgstr \"Engine IP Address\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Itfi waqt li ddoqq\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i sek\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Format tal-ħin\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Format tad-Data\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"GUI Filters\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Fittex fil-background\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Ieqaf Fittex\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Mhux permess waqt tfittxija għall-informazzjoni tal-media\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Film Grain Effect\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Fittex għal tambnejs personali fuq shares esterni\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Tip mhux magħruf Cache - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Awto\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Daħħal username għal\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Data u Ħin\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Irranga id-Data\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Irranga il-Ħin\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Daħħal il-Ħin bil-format 24 hour HH:MM\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Daħħal id-Data bil-format DD/MM/YYYY\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Daħħal l-IP address\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Trid tapplika dawn it-tibdiliet?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Applika tibdiliet issa\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Ħalli fajls jinbidlilhom isimhom jew jigu mhassra\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Issetja Tajmzown\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Uża Daylight Saving Time\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Żid mal-Favoriti\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Neħħi mill-Favoriti\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"Kuluri tal-qoxra\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Neħħi\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Logħob\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Zid\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Sigriet\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Library\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Database\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Albums Kollha\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Artisti Kollha\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Diski Kollha\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Generi kollha\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Buffering...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Navigation Sounds\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Qoxra Default\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"Theme tal-Qoxra\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Default Theme\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"LastFM\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Ibgħat Diski lil LastFM\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"LastFM Username\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"LastFM Sigriet\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Handshake ma saritx: sleeping...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Jekk jogħogbok aġġorna l-XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Mhux awtorizzat: Iċċekkja l-isem u l-sigriet\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Imqabbad\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Mhux imqabbad\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Submit Interval %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Cached %i Songs\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Submitting...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Submitting in %i secs\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Isma bil-...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Uża Smoothed A/V Syncronization\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Aħbi l-ismijiet tal-fajls meta tara Thumbs\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Doqq fil-Partymode\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Ibgħat Last.fm Radio lil LastFM\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Nippova naqbad ma Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Selecting station...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Fittex artisti simili...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Fittex taqs simili...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Profil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"L-aqwa tags minn kollox\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"L-aħjar artisti għat-tag %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"L-aħjar albums għat-tag %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"L-aħjar diski għat-tag %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Isma tag %name% last.fm radio\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Artisti Simili  għal %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"L-aqwa %name% albums\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"L-aqwa %name% diski\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"L-aqwa %name% tags\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"L-akbar fans ta %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Isma %name% fans last.fm radio\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Isma %name% similar artists last.fm radio\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"L-aħjar artisti magħżula minn %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"L-aħjar albums magħżula minn %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"L-aħjar diski magħżula minn %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Ħbieb ta' %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Ġirien ta' %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Chart tal-artist tal-ġimgħa għal %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Chart tal-album tal-ġimgħa għal %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Chart tad-diska tal-ġimgħa għal %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Isma last.fm radio tal-girien ta' %name% \"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Isma last.fm radio personali ta' %name%\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Isma  last.fm radio preferiti ta' %name%\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Inniżżel lista minn last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Lista minn last.fm ma nizlitx...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Daħħal isem ta' artist biex issib oħrajn relatati\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Daħħal tag name biex tfittex oħrajn simili\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Diski li sema %name% ricentament\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Isma l-għażla ta' %name% Last.FM radio\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"L-aqwa tags għal utent %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Trid iżżid din it-trekk mal-lista ta’ treks li tħobb?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Trid tagħmel bojkott li din it-trekk?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Miżjud mat-treks li tħobb: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Problema biex iżżid '%s' mal-lista ta’ treks li tħobb.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Bojkott: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Problema biex tagħmel bojkott lil '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Treks li %name% sar iħobb riċentament\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Treks li %name% ibbojkotja riċentament\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Neħħi mit-treks li tħobb\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Neħħi bojkott\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Trid tneħħi din it-trekk mil-lista ta' treks li tħobb?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Trid tneħħi l-bojkott fuq din it-trek?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Path not found or invalid\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Mhux mqabbad man-network server\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Ma nstab l-ebda server\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Workgroup ma nstabx\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Opening multi-path bookmark\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Path:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Ġenerali\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Configure Audio Hardware...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Fittex CDDB\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Player\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Doqq diski mid-diska\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Daħħal titlu ġdid\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Daħħal l-isem tal-Filmat\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Daħħal l-isem tal-Profil\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Daħħal l-isem tal-album\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Daħħal l-isem tal-Playlist\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Daħħal isem ġdid tal-fajl\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Daħħal l-isem tal-Fowlder\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Daħħal fowlder\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Daħħal Search String\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Xejn\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Għażel Awtomatikament\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"DeInterlace\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (Inverted)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Interlaced Handling\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Qed nikkanċella...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Daħħal l-isem tal-Artist\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Playlist playback aborted\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Ħafna problemi konsekuttivi\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Ħriġt minn Party Mode.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Tfittxija fid-database bla riżultat.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Ma stajtx ntella d-database.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Ma stajtx niftaħ id-database.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Ma stajtx ingib id-diska mid-database.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Plejlist Partymode\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Filmati Kollha\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Ma Rajtx\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Rajt\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Immarka li rajt\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Immarka li ma rajtx\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Biddel it-Titlu\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Uża NTSC-M u NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Uża NTSC-M biss\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Uża NTSC-J biss\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Uża PAL-60 biss\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Għal Logħob 60hz Biss\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Hidma giet ikkanċellata\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Problema - Mhux ikkuppjat\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Problema - Tal-inqas Fajl wieħed mhux ikkuppjat\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Problema - Mhux imċaqlaq.\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Problema - Tal-inqas Fajl wieħed mhux imċaqlaq\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Problema - Mhux imħassar.\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Problema - Tal-inqas Fajl wieħed mhux iħassar\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"CDDA Rip Fowlder\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Uża DVD Player alternattiv\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"DVD Player alternattiv\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Fowlder tal-Gwida\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Fowlder tal-iScreenshot\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Fowlder tal-Playlists\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Recordings\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Screenshots\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Uża XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Playlists Mużikali\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Playlists Viżivi\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Trid tibda l-logħba?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Ordni: Playlist\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Tambnejl remot\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Tambnejl Attawali\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Tambnejl Lokali\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Tużax Tambnejl\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Għażel Tambnejl\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Kunflitt\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Tfittxija Ġdida\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Fittex Kollox\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Reġjun\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Aqfel sezzjoni tal-mużika\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Aqfel sezzjoni tal-Filmati\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Aqfel sezzjoni tal-istampi\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Aqfel sezzjoni tal-programmi u scripts\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Aqfel filemanager\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Settings tal-Aċċess\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Ibda Ġdid\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Idħol Master Mode\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Oħroġ minn Master Mode\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Oħloq profil '%s' ?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Ibda b'settings ġodda\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"L-aħjar li jeżistu\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Ibdel bejn 16x9 u 4x3 awtomatikament\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Treat stacked files as single file\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Attent\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Ħriġt minn Master Mode\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Dħalt Master Mode\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com Thumb\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Neħħi Tambnejl\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Zid Profil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Query Info For All Albums\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Media info\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Separati\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Shares with default\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Shares with default (read only)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Ikkopja default\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Stampa tal-profil\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Aqfel preferenzi\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Ibdel il-profil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Aċċess tal-Profil\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Ma jistax jinħoloq il-Fowlder\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Fowlder tal-Profil\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Ibda bl-istess gdida ta' sorsi tal-media\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Kun ċert li tista tikteb fil-fowlder\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"u li l-isem il-ġdid tal-fowlder huwa validu\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"MPAA Rating:\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Daħħal kowd tal-Master Lock\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Itlob għall-kowd tal-Master Lock meta tixghel\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Settings tal-Qoxra\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- link mhux issettjata -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Uża Animations\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Itfi RSS waqt il-Mużika\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Uża Buttuni tal-Bookmark\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Uri Info ta' XLink Kai\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Uri info tal-Mużika\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Uri info tat-Temp\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Uri info tas-Sistema\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Uri Spazju disponibbli fuq C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Uri Spazju disponibbli fuq E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Weather Info\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Spazju Disponibbli fuq Diska\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Daħħal l-isem ta' Share eżistenti\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Kowd tal-Lock\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Aqra profil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Isem tal-Profil\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Sorsi tal-Media\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Daħħal il-kowd tal-Aċċess għall-profil\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Login screen\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Fetching album info\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Fetching info for album\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Rip mhux permess meta CD qieghda tintuża\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Kowd tal-Master Lock u Settings\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Tattiva Master Mode kull meta ddaħħal Kowd tal-Master Lock\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"jew ikkopja mid-default?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Żomm it-tibdil tal-profil?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Settings qodma misjuba.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Trid tużahom?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Instabu sorsi tal-media antiki.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Separati (maqful)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Root\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"Qis tal-Qoxra\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP Client\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Ibda awtomatikament\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"L-aħħar li dħalt: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Qatt ma dħalt\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"User Login / Għazel Profil\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Uża lock meta tilloggja\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Lock Kowd Ħażin.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Hemm bzonn li Master Lock tkun issettjata.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Trid tissettja issa?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Jiftaħ informazzjoni tal-program\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Party beda!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Veru\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Iħawwad ix-xorb\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Jimla t-Tazzi\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Maghruf bħala\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Ohrog\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Mur Root\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Weave\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Weave (inverted)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Blend\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Restart Video\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Ibdel Network Location\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Neħħi Network Location\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Trid tfittex fil-Fowlder?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Memory Unit\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Memory Unit mounted\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Unable to mount Memory Unit\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"In port %i, slot %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Aqfel Skrinsejver\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Issettja\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Username\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Daħħal sigriet għal\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Ħin biex jintefa\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"interval (minuti)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Jintefa f'%im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Jintefa fi 30 minuta\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Jintefa fi 60 minuta\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Jintefa fi 120 minuta\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Arloġġ ieħor biex jintefa\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Waqqaf l-arloġġ u titfiex\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Aqfel il-preferenzi għal %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Browżja...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Informazzjoni Bażika\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Informazzjoni Spazju\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Informazzjoni Hard Disk\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Informazzjoni DVD-ROM\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Informazzjoni Network\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Informazzjoni Vidjo\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Informazzjoni Hardware\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Total: %s MB, Użat: %s MB, Mhux Użat: %s MB\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Total HDD Użat: %u%% Mhux Użat: %u%%\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"%s: %s MB of %s MB Vojta\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Ma jistax jinqafel\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Mhux maqful\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Maqful\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Wieqaf\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Bżonn ta' Reset\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Ġimgħa\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Linja\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windows Network (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP Server\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP Server\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes music share (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP Server\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Uri Info tal-Vidjo\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Lest\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Kbar\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Żomm Kbar\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Karattri\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Ħassar\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Spazju\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Erġa iftaħ Qoxra\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Dawwar a'bażi tal-informazzjoni EXIF \"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Qari Values tal-Hardware\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Stenna jekk jogħogbok\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Qari Values minn EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Qari minn EEPROM Lest\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Custom\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Scraper Regolari\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Biddel Scraper\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Esporta librerija tal-Mużika\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Importa librerija tal-Mużika\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Ma nstab l-ebda Artist!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Problem inniżżel informazzjoni tal-artist\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Beda l-Party! (vidjos)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Nħallat xorb (vidjos)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Nimla t-tazzi (vidjos)\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Qari Xbox Hardware\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Qari ModChip\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Qari BIOS\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Qari CPU Veloċita’\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"Qari Data tal-produzzjoni\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Mhux magħruf. Jekk jogħoġbok Żid MD5 mill-xbmc.log għall-BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Secondary DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP Server:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Oħloq Fowlder ġdid\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Dallam LCD on Playback\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Mhux magħruf jew OnBoard (Protetta)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Dallam LCD fil-Pawza\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Ixgħel LED lura fil-Pawza\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Filmati - Librerija\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Logħob miżmuma\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Ordni: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Download miżmuma\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Żomm logħba installatha fuq HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Ma stajtx inniżżel Logħba miżmuma\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Għażel Logħba Miżmuma bix tniżżel u tinstalla\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Ma nstab l-ebda informazzjoni għal dil-logħba\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Mur Logħob miżmuma\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Logħob miżmuma\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Ara parti...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Kalibbrazzjoni Risetjata\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Din tirrisetja l-valuri tal-kalibrazzjoni ta' %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"għad-difolt.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"lokazzjoni biex tikkopja ġo\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Use Folder Names For Lookups\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Fajl\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Use folder or file names in lookups?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Set Content\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Fowlder\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Look for content recursively?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Unlock Sorss\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Attur\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Direttur\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Trid tneħħi l-affarijiet kollha li qiegħdin ġo\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"dan il-path min ġewwa d-database?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Filmati\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"Xow Televiżiv\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Dan il-fowlder fih\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Tellaq Sken Awtomatika\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Scan Recursively\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"bħala\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Diretturi\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Ma nstab l-ebda fajl ġo dan is-sors!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"voti\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Dettalji fuq programm tat-TV\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Informazzjoni tal-Episodju\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Naqra dettalji ta' Programmi tat-TV\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Infittex Gwida tal-Episodju\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Naqra dettalji tal-Episodju ġewwa l-Fowlder\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Għażel Programm Televiżiv\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Daħħal l-isem tal-Programm Televiżiv\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Staġun %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Episodju\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Episodji\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Naqra dettalji tal-Episodju\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Neħħi Episodju mill-Librerija\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Neħħi Programm Televiżiv mill-Librerija\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Programm Televiziv\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Plot tal-Episodju\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* L-istaġun kollu\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Aħbi li rajt\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Kodiċi tal-Prodott\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Aħbi plot tal-oġġetti li ma rajtx\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Issettja Tambnejl tal-iStaġun\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Ritratt tal-iStaġun\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Staġun\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Inniżżel dettalji tal-Vidjo\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Kontenut mhux klassifikat\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Muri l-ewwel:\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Aġġorna dettalji tal-Programm Televiżiv\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Aġġorna dettalji tal-Episodji kollha?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Fowlder fiħ Programm Televiziv wieħed\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Tiskenjax dan il-fowlder\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Speċjali\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Ġib tambnejl tal-istaġun awtomatikament\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Fowlder fiħ Vidjo wieħed\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Illinkja ma Programm Televiżiv\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Neħħi link mal-Programm Televiżiv\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Filmati miżjuda Riċentament\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Episodji miżjuda Riċentament\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Studjos\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Vidjos tal-Mużika\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Vidjos tal-Mużika miżjuda Riċentament\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Vidjo tal-Mużika\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Neħħi Vidjo tal-Mużika mil-librerija\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Dettalji tal-Vidjo tal-Mużika\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Naqra Dettalji tal-Vidjo tal-Mużika\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Imħallat\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Mur fl-Albums tal-Artist\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Mur għall-album\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Doqq id-diska\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Mur fil-Vidjos tal-Mużika mill-Album\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Mur fil-Vidjos tal-Mużika tal-Artist\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Ara Vidjo tal-Mużika\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Ġib tambnejl tal-awtur awtomatikament\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Issettja Tambnejl tal-Awtur\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Neħħi Bookmark tal-Episodju\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Issettja Bookmark tal-Episodju\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Flatten\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Qatt\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Separati\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Issettja\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Uri kannestri u fajls moħbija\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"Tuxbox Client\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"ATTENZJONI: Target Tuxbox device qiegħda Recording-Mode!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"L-istream jieqaf!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Zap to Channel: %s Failed!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Trid tibda l-istream?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Naqbad ma: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox Device\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Żid Media Share\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Attiva UPnP Server\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Biddel Media Share\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Neħħi Media Share\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Fowlder Preferut tas-sottutitoli\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Fowlder Alternattiv ghas-sottotitoli u filmati\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Attiva l-Maws\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Tambnejl\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"DVD Player Region Forzat\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Hardware tal-Vidjo\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Aspett tal-Vidjo\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normali\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Kaxxa tal-ittri\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Wajdskrin\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Attiva 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Attiva 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Attiva 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Daħħal Isem għall-Playlist il-Ġdida\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Neħħi buttuna Żid Sors mill-listi tal-files\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Attiva Żbarri\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Iftaħ\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Mgħaġġel\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Kwiet\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Attiva Bakgrawnd Preferut\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Livell tal-immaniġġjar tad-dawl\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Power għoli\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Power baxx\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Standbaj Għoli\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Standbaj baxx\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Unable to cache files bigger than 4 gb\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Kapitolu\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Attiva plejlist meta tibda\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Uża Tween Animations\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"fiħ\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"ma fiħx\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"hu\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"mhux\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"jibda bi\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"jispicca bi\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"ikbar minn\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"iżgħar minn\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"wara\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"qabel\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"fl-aħħar\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"mhux fl-aħħar\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Valur jixbaħ\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Regola tal-Plejlist Smart\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Xebbaħ diski fejn\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Rule Ġdida\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Diska trid tixbaħ\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"Rules kollha\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"Rule waħda jew aktar\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Illimita għal\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Neħħi Limiti\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Issortja\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"Żgħir għal-Kbir\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"Kbir għaż-Żgħir\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Biddel Plejlist Smart\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Isem tal-plejlist\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Sib diski jisbħu\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Biddel\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i diski\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Plejlist Smart Ġdida\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"Drive %c\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Biddel Regoli tal-Party Mode\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Isem tal-Fajl\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Lokazzjoni tal-Fajl\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Kobor tal-Fajl\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Data/Ħin tal-Fajl\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Riżoluzzjoni\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Kumment\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Kulur / BW\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Niproċessa Jpeg\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Data/Ħin\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Deskrizzjoni\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Għamla tal-Kamera\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Mudell tal-Kamera\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Kumment tal-Exif\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Aperture\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Tul Fokali\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Distanza Fokali\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Bil-flexx\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Sors tad-dawl\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Metering Mode\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Zoom Diġitali\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Wisgħa tas-CCD\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS Latitudinali\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS Longitidunali\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Għoli tal-GPS\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orjentazzjoni\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Kategoriji Supplimentari\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Titlu\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Awtur\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Titlu fir-Ras\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Istruzzjoni Speċjali\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Kategorija\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Kreditu\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Sors\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Avviż dwar drittijiet tal-Awtur\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Isem tal-oġġett\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Belt/Raħal\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Stat\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Pajjiż\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Tx Reference Oriġinali\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Data maħluq\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Sinjal tad-Drittijiet tal-Awtur\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Kowd tal-pajjiż\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Servizz ta' Riferenza\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Attiva UPnP Renderer\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Ipprova aqbeż l-introduzzjoni qabel il-Menu tad-DVD\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Audio CDs irrippjati\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Fittext Informazzjoni fuq l-Artisti Kollha\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Inniżżel Informazzjoni tal-Album\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Inniżżel Informazzjoni tal-Artist\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biografija\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Diskografija\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Infittex Artist\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Għażel Artist\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Informazzjoni tal-Artist\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Strumenti:\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Twelid:\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Iffurmat:\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Temi:\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Żarmat:\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Miet:\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Snin Attiv:\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Isem:\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Twelid/Iffurmat:\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Aġġorna librerija meta tibda\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Dejjem aġġorna librerija wara l-kwinti\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS Suffix\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Font\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Flicker Filter Patch Awtomatiku\"\n"
  },
  {
    "path": "Mod Files/system/language/Norwegian/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\n<language locale=\"Norwegian\">\n  <charsets>\n    <gui unicodefont=\"false\">CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n  <dvd>\n    <menu>no</menu>\n    <audio>no</audio>\n    <subtitle>no</subtitle>\n  </dvd>\n  <regions>\n    <region>\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>D. MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n  </regions>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/Norwegian/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Norwegian (http://www.transifex.com/projects/p/xbmc4xbox/language/no/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: no\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programmer\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Bilder\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Musikk\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Videoer\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"TV-guide\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Innstillinger\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Filbehandler\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Vær\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc media center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Mandag\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Tirsdag\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Onsdag\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Torsdag\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Fredag\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Lørdag\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Søndag\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"januar\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"februar\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"mars\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"april\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"mai\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"juni\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"juli\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"august\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"september\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"oktober\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"november\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"desember\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"ma.\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"ti.\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"on.\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"to.\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"fr.\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"lø.\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"sø.\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"jan.\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"feb.\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"mars\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"april\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"mai\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"juni\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"juli\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"aug.\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"sep.\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"okt.\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"nov.\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"des.\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Visning: Auto\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Visning: Auto stor\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Visning: Ikoner\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Visning: Liste\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Skann\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sorter etter: Navn\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Sorter etter: Dato\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Sorter etter: Størrelse\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Nei\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Ja\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Lysbildefremvisning\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Lag miniatyrer\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Lag miniatyrbilder\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Snarveier\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Pause\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Kopier\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Flytt\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Slett\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Gi nytt navn\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Ny mappe\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Bekreft kopiering\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Bekreft flytting\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Bekrefte sletting av fil?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Kopier disse filene?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Flytt disse filene?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Slett disse filene? Dette kan ikke angres.\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Elementer\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Generelt\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Lysbildefremvisning\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Systeminformasjon\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Skjerm\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albumer\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Artister\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Låter\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Sjanger\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Spillelister\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Søk\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Systeminformasjon\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperaturer:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Tid:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Gjeldende:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Byggeversjon:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Nettverk:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Type:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statisk\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC-adresse\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP-adresse\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Forbindelse:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Halv dupleks\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Full dupleks\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Lagring\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Stasjon\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Ledig\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Ledig minne\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Ingen forbindelse\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Ledig\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Utilgjengelig\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Skuff åpen\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Leser\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Ingen disk\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disk tilstede\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Skall\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Aktiver FTP server\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Oppløsning\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Juster oppdateringsfrekvenen til å samsvare med video\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Utgitt\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Vis 4:3-videoer som\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Stemninger\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Stiler\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Låt\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Lengde\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Velg album\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Spor\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Anmeldelse\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Oppdater\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Søker i album\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Ingen album funnet!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Merk alt\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Skanner mediainformasjon\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Lagre\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Bland\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Tøm\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Skann\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Søker...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Ingen informasjon funnet!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Velg film:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Spør etter %s informasjon\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Henter filmdetaljer\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Beskrivelse\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Handling\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Stemmer:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Rolleliste\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Handling\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Spill av\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Neste\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Forrige\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Kalibrer brukergrensesnitt...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Kalibrer bilde...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Gjør mykere\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Zoom\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Pikselforhold\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD-stasjon\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Vennligst sett inn plate\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Nettverksstasjon\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Ingen nettverkstilkobling\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Avbryt\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Hastighet\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Testbilder...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Slå opp spornavn på freedb.org for lyd-CD.\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Bland spillelisten ved henting\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Tid før harddisk spinner ned (min)\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Videofiltre\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Ingen\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Punkt\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Lineært\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotropisk\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussisk kubisk\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Forminsking\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Forstørring\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Tøm spilleliste når ferdigspilt\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Skript\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Språk\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Musikk\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Visualisering\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Velg destinasjonsmappe\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Send stereolyd til alle høyttalere\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Antall kanaler\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- Forsterker med DTS\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Henter CD-informasjon\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Feil\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Aktiver knagginformasjon\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Åpner\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Internettradio\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Venter på oppstart....\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Utskrift fra skript\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Tillat å styre XBMC via HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Opptak\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Stopp opptak\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Sorter etter: Spor\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Sorter etter: Tid\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Sorter etter: Tittel\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Sorter etter: Artist\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Sorter etter: Album\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Topp 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Overskanningskompensasjon på hjørnet øverst til venstre\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Overskanningskompensasjon på hjørnet nederst til høyre\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Plassering av undertekst\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Justering av pikselforhold\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Juster pilen for å endre mengden overskanning\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Juster linjen for å endre plassering av undertekster\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Juster firkanten til den blir helt kvadratisk\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Kunne ikke hente innstillinger\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Bruker standardinnstillinger\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Vennligst sjekk XML-filene\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Fant %i oppføringer\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Søkeresultater\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Ingen resultater funnet\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Etterbehandlingsfilter\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Undertekster\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Skrifttype\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Størrelse\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Volumutjevning (DNR)\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Lyd\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Bla etter undertekster\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Lag bokmerke\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Tøm bokmerker\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Lydforsinkelse\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Bokmerker\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- Forsterker kan håndtere AAC\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- Forsterker kan håndtere MP1\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- Forsterker kan håndtere MP2\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- Forsterker kan håndtere MP3\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Forsinkelse\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Språk\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Aktivert\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Ikke-innfelt\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Automatisk etterprosessering\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Vertikalt deblocking-filter\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Horisontalt deblocking-filter\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Automatisk lysstyrke/kontrast\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Ringartefakt filter\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Renser database\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Forbereder...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Databasefeil\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Søker i låter...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Opprensking av database fullført\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Renser opp i låter\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Feil ved rensing av låter\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Renser opp i artister\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Feil ved rensing av artister\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Renser opp i sjangre\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Feil ved rensing av sjangre\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Renser opp i filstier\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Feil ved rensing av filstier\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Renser opp i album\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Feil ved rensing av album\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Skriver endringer...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Feil under endringsskriving\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Dette kan ta en stund...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Komprimerer database...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Feil under komprimering av database\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Ønsker du å rense biblioteket?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Rens biblioteket\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Start\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Konverter bildefrekvens\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Lydutgang\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analog\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digital\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Diverse artister\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Spill av plate\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Filmer\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Juster bildehastighet\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Skuespillere\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"År\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programmer\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Av\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Dimme\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Svart\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrise\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Aktiver skjermsparer etter\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Skjermsparermodus\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Skru av automatisk etter\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Alle album\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Album lagt til nylig\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Skjermsparer\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Lysbildefremvisning\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Dempingsnivå på skjermsparer\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Sorter etter: Fil\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Forsterker med Dolby Digital (AC3)\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sorter etter: Navn\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Sorter etter: År\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Sorter etter: Vurdering\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Tittel\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"lyn og torden\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"delvis\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Stort sett\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"sol\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"skyet\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"snø\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"regn\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"lett\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"formiddag\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"ettermiddag\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"byger\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"få\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"spredte\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"vind\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"sterk\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"lettskyet\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Tøm\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"skyer\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"tidlig\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"byge\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"snøbyger\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Lav\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Middels\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Høy\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Tåke\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Dis\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Velg sted\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Oppdateringsintervall\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Temperaturskala\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Hastighetskala\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Vær\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temperatur\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Føles som\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV-indeks\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Vind\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Duggpunkt\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Fuktighet\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"Fra\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"på\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Standard\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Kobler til værtjeneste\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Henter værdata for:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Kunne ikke hente værdata\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manuelt\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Ingen anmeldelser av dette albumet\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Laster ned miniatyrbilde...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Ikke tilgjengelig\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Viser: Store ikoner\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Lav\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Slett albuminformasjon\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Slett CD-informasjon\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Velg\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Ingen albuminformasjon funnet.\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Ingen CD-informasjon funnet.\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disk\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Sett inn riktig CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Vennligst sett i følgende CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Sorter etter: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Ingen mellomlagring\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Fjern film fra bibliotek\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Er du sikker på at du vil fjerne «%s»?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Flyttbar media\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Åpner filen\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Mellomlagring\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Harddisk\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Lokalt nettverk\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internett\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Film\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Lyd\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Autokjør\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Aktivert\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Kolonner\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Rad 1 adresse\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Rad 2 adresse\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Rad 3 adresse\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Rad 4 adresse\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Rader\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Modus\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Skift visning\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Undertekster\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Lydkilde\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[aktiv]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Undertekst\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Bakgrunnslys\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Lysstyrke\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Kontrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Flytt linjen for å endre OSD-plassering\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"OSD-plassering\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Anerkjennelser\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Av\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Bare musikk\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Musikk og film\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Kan ikke hente spilleliste\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Skall og språk\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Utseende\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Lydinnstillinger\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Om XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Slett album\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Gjenta\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Gjenta én\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Gjenta mapper\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Spill av neste låt automatisk\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Bruke store ikoner\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Endre størrelse på VobSub\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Utvidede innstillinger (kun eksperter!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Gjennomsnittlig headroom (dB)\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Oppskaler film til grensesnittets oppløsning\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Kalibrering\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Vis filetternavn\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Sorter etter: Type\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Kunne ikke koble til oppslagstjeneste\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Nedlasting av albuminformasjon mislyktes\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Søker etter albumnavn...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Åpne\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Opptatt\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Tom\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Henter informasjon fra filer...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Sorter etter: Bruk\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Aktiver visualisering\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Muliggjør bytting av videoformat\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Oppstartsmeny\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Hovedvindu\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Manuelle innstillinger\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Sjanger\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Nylig avspilte album\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Start\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Start som..\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Rediger XBE-tittel\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Samlinger\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Fjern kilde\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Bytt media\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Velg spilleliste\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Ny spilleliste\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Legg til i spilleliste\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Legg til manuelt i biblioteket\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Skriv inn tittel\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Feil: Eksisterende tittel\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Velg sjanger\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Ny sjanger\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Manuelt tillegg\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Skriv inn sjanger\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Visning: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Liste\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Ikoner\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Stor liste\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Store ikoner\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Bred\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Stor og bred\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Albumikoner\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD-ikoner\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Mediainformasjon\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Lydenhet\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Passthrough lydenhet\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Ingen biografi for denne artist\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Miks multikanals audio til stereo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Sort.: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Navn\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Dato\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Størrelse\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Spor\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Tid\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Tittel\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Artist\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Spilleliste\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Fil\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"År\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Vurdering\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Type\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Bruk\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Albumartist\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Antall avspillinger\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Sist avspilt\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Kommentar\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Dato lagt til\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Standard\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Studio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Sti\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"Igangsatt\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Sorteringsretning\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Sorteringsmetode\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Visningsmodus\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Husk visninger for forskjellige mapper\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Stigende\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Synkende\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Rediger spilleliste\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filtrer\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Avbryt festmodus\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Festmodus\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Tilfeldig\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Av\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"En\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Alle\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Av\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Gjenta: Av\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Gjenta: En\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Gjenta: Alle\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Ripp lyd-CD\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Middels\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Ekstrem\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Konstant bitrate\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Ripper fra CD...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Til:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Kunne ikke rippe CD eller spor\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDA-sti for ripping er ikke satt\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Ripp musikkspor\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Skriv inn nummer\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Lyd-CD-er\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Koder\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Kvalitet\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bitrate\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Inkluder spornummer\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Alle låter fra\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Visningsmodus\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zoom\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Strekk 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Bred zoom\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Strekk 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Originalstørrelse\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Egendefinert\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay Gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Replay Gain-modus\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Bruk spornivåer\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Bruk albumnivåer\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"PreAmp nivå - filer med Replay Gain\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"PreAmp nivå - filer uten Replay Gain\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Unngå klipping i filer med Replay Gain\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Fjern sorte felt\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Må pakke opp en stor fil. Fortsette?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Fjern fra bibliotek\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Eksporter filmbibliotek\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Importer filmbibliotek\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Importerer\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Eksporterer\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Bla etter bibliotek\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"År\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Oppdater bibliotek\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Vis feilsøkingsinformasjon\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Bla etter kjørbar fil\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Bla etter spilleliste\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Bla etter mappe\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Låtinformasjon\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Lydforsterkning\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Velg eksportmappe\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Denne filen er ikke lenger tilgjengelig.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Vil du fjerne den fra biblioteket?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Bla etter skript\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Komprimeringsnivå\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Renser bibliotek\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Fjerner gamle låter fra biblioteket\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Denne katalogen har blitt skannet før\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Nettverk\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Server\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Bruk en HTTP proxytjener for å få tilgang til Internett\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internettprotokoll (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Ugyldig port spesifisert. Verdien må være mellom 1 og 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP proxy\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Tilordning\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automatisk (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manuell (statisk)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Standard (dashbord)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP adresse\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Nettmaske\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Standard gateway\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS server\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Lagre og starte på nytt\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Ugyldig adresse spesifisert. Verdien må ha formen AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"med tall mellom 0 og 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Endringer er ikke lagret. Vil du fortsette uten å lagre?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Nettjener\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP-tjener\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"Webserverport\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Lagre og aktiver\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"Webserverpassord\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Intet passord\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Tegnsett\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Stil\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Farge\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Fet\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Kursiv\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Fet kursiv\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Hvit\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Gul\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Filer\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Ingen skannet informasjon for denne visningen\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Skru av biblioteksmodus\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Feil ved henting av bilde\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Endre sti\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Speilvend bilde\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Er du sikker?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Fjerner kilde\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Legg til programlenke\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Rediger programsti\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Rediger programnavn\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Rediger stidybden\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Vis: Stor liste\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Gul\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Hvit\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Blå\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Lysegrønn\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Gul/grønn\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Blå/grønn\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Lys grå\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Grå\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Feil %i: delt ressurs er ikke tilgjengelig\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Automatisk FATX begrensning\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Utgående lyd\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Søker\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Mappe for lysbildefremvisning\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Nettverksenhet\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Trådløst nettverksnavn (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Trådløst passord\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Trådløst sikkerhet\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Lagre og bruk nettverksgrensesnittinnstillingene\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Ingen kryptering\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Lagrer innstillingene for nettverksgrensesnittet. Vennligst vent.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Nettverksenheten startet uten feil.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Nettverksenheten startet ikke korrekt.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Grensesnitt deaktivert\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Nettverksgrensesnittet deaktivert uten feil.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Trådløst nettverknavn (ESSID)\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Hendelseserver\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Tillat programmer på dette systemet å styre XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Portområde\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Tillat programmer på andre systemer å styre XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Forsinkelse for innledende repetisjon (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Forsinkelse for kontinuerlig repetisjon (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Maksimalt antall klienter\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Internettilgang\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Ugyldig portnummer\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Gyldig område er 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Gyldig område er 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Forhåndsvisning av skjermbeskytter\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Kan ikke koble til\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC kunne ikke koble til nettverksplasseringen.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Dette kan være fordi nettverket ikke er tilkoblet.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Ønsker du å legge den til likevel?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP-adresse\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Legg til nettverksplassering\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protokoll\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Tjeneradresse\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Tjenernavn\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Nettverkssti\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Delt mappe\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Brukernavn\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Bla etter nettverkstjener\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Skriv inn nettverksadressen til tjeneren\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Skriv inn stien til tjener\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Skriv inn portnummeret\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Skriv inn brukernavn\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Legg til %s kilde\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Skriv inn stier eller bla etter mediaplasseringer.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Skriv inn et navn for denne kilden.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Bla etter ny, delt ressurs\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Bla\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Kunne ikke hente mappeinformasjon.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Legg til kilde\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Rediger kilde\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Rediger %s-kilde\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Skriv inn ett nytt plateselskap\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Bla etter bilde\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Bla etter bildemappe\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Legg til nettverkssted...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Bla etter fil\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Undermeny\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Aktiver undermenyknapper\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Favoritter\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Video-plugin\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Musikk-plugin\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Bilde-plugin\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Henter katalog\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Gjenopprettet %i oppføringer\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Gjenopprettet %i av %i oppføringer\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Program-plugin\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Velg miniatyrbilde for plugin\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Plugin-innstillinger\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Aksesspunkt\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Andre..\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Brukernavn\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Skriptinnstillinger\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Singler\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB-klient\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Arbeidsgruppe\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Standard brukernavn\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Standard passord\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS-tjener\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Monter delte SMB-ressurser\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Fjern\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Musikk\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Bilder\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Filer\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Musikk & video\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Musikk & bilder\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Musikk & filer\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Video & bilder\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Video & filer\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Bilder & filer\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Musikk & video & bilder\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Musikk & video & bilder & filer\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Deaktivert\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Filer & musikk & video\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Filer & bilder & musikk\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Filer & bilder & video\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Musikk & programmer\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Video & programmer\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Bilder & programmer\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Musikk & video & bilder & programmer\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programmer & video & musikk\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programmer & bilder & musikk\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programmer & bilder & video\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP brukernavn\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP passord\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Brukerpassord ble endret\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Autooppdagelse\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Autooppdag system\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Kallenavn\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Spør om det skal kobles til\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Send FTP brukernavn og passord\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Ping-intervall\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Ønsker du å koble til det oppdagede systemet?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Annonser disse tjenestene med Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Egendefinert lydenhet\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Egendefinert passthrough-enhet\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"forbigående\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"og\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"kjølig\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Sent\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Isolert\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"tordenbyger\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"torden\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"sol\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"mye\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"i\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"the\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"nærheten\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"is\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"krystaller\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"stille\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"med\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"vind\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"yr\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"lyn og torden\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"duskregn\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"tåkete\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"kornete\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"tordenvær\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"tordenvær\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Slukk skjerm når inaktiv\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Spilletid\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Skript mislyktes! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Aktiver LCD/VFD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Hjem\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programmer\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Bilder\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Filbehandler\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Innstillinger\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Musikk\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Videoer\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Systeminformasjon\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Innstillinger - Generelt\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Innstillinger - Skjerm\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Innstillinger - Utseende - GUI-kalibrering\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Innstillinger - Videoer - Kalibrering av skjerm\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Innstillinger - Bilder\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Innstillinger - Programmer\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Innstillinger - Vær\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Innstillinger - Musikk\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Innstillinger - System\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Innstillinger - Videoer\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Innstillinger - Nettverk\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Innstillinger - Utseende\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Skript\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Videoer/Spilleliste\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Innstillinger - Profiler\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Ja/Nei dialog\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Progresjonsdialog\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Leter etter undertekster...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Leter etter eller henter undertekster...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"avslutter\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"mellomlagrer\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Åpner datastrøm\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Musikk/Spilleliste\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Musikk/Filer\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Musikk/Bibliotek\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Spillelisteredigering\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Topp 100 låter\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Topp 100 albumer\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programmer\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Konfigurasjon\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Værmelding\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Spilling over nettverk\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Tillegg\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Systeminformasjon\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Musikk - bibliotek\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Avspilles nå - Musikk\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Avspilles nå - Videoer\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Albuminformasjon\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Filminformasjon\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Velg dialog\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Musikk/Info\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Dialog OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Videoer/Info\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Skript/Info\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Fullskjermsvideo\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Lydvisualisering\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Filstablingsdialog\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Gjenoppbygg indeks...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Returner til musikkvindu\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Returner til videovindu\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Oppdater trainer-liste\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Ingen trainere funnet\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Trainer-innstillinger\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Alle registrerte trainere mangler. Oppdater din liste\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Gjenoppta avspilling\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Nei\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Ja\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Spør\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Start fra begynnelsen\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Fortsett fra %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Validerer eksisterende trainere...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Låst! Skriv inn kode...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Skriv inn passord\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Skriv inn systemkode\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Skriv inn kode for å låse opp\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"eller trykk C for å avbryte\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Skriv inn kontrollknappekombinasjon og\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"trykk Start, eller Back for å avbryte\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Oppgi lås\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Lås opp\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Nullstill lås\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Fjern lås\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Numerisk passord\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Knappekombinasjon\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Fulltekstpassord\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Skriv inn nytt passord\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Skriv det nye passordet om igjen\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Feil passord,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"forsøk igjen \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Passordene samsvarer ikke.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Tilgang nektet\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Grense for antall forsøk er nådd.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Systemet skrur seg nå av.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Låst oppføring\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Reaktiver lås\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Endre lås\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Lås\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Blankt passord. Prøv igjen.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Systemlås\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Skru av maskinen hvis antall forsøk på å åpne systemlåsen overskrides\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Systemkoden er ikke gyldig!\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Vennligst skriv inn en gyldig systemkode!\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Innstillings- og filbehandler\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Sett som standard for alle filmer\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Dette vil nullstille alle tidligere innstillinger\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Vis hvert bilde i\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Bruk effekter med panorering og zooming\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Spill NTSC-videoer som PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Spill PAL-videoer som NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Spill NTSC-videoer som PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12-timers klokke\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24-timers klokke\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Dag/måned\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Måned/dag\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Systemets oppetid\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"minutter\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Timer\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Dager\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Total oppetid\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Vær\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Skjermsparer\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Fullskjerm OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"System\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Spinn ned harddisk umiddelbart\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Kun video\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Forsinkelse\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Minimum filvarighet\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Slå av\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Instrumentbord\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Bruk egendefinert sti til instrumentbord\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Standardinnstilling for avslutning\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Avslutt\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Dvalemodus\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Ventemodus\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Avslutt\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Omstart\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Minimer\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Av/på-knapp funksjon\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Er en annen sesjon aktiv, kanskje over ssh?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Monterte flyttbar harddisk\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Usikker fjerning av enhet\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Enhet ble fjernet\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick ble plugget inn\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick ble plugget ut\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Flimmerfilter\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"La skjermdriver velge (krever omstart)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Vertical blank sync\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Deaktivert\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Aktivert under filmavspilling\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Alltid aktivert\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Test oppløsning\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Lagre oppløsning?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Vil du beholde denne oppløsningen?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Høy kvalitet oppskalering\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Deaktivert\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Aktivert for SD materiale\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Alltid aktivert\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Oppskaleringsmetode\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bikubisk\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU-\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU HQ oppskaleringsnivå\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU studionivå fargekonvertering\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Slukk andre skjermer\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Deaktivert\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Slukk skjermer\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Aktive tilkoblinger oppdaget!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Om du fortsetter kan det hende du ikke greier kontrollere XBMC\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"lengre. Er du sikker på du ønsker å stoppe hendelsestjeneren?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Endre Apple fjernkontrollsmodus?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Hvis du bruker Apple fjernkontroll til å styre\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, å forandre denne innstillingen kan påvirke muligheten din til å\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"for å fortsette styring. Ønsker du å gå videre?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD nøkkel:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD temperatur:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD modell:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD fastvare:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD modell:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD serienummer:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD fastvare:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD passord:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD låsstatus:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Nettverksmaske\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Gateway\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Primær DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Initialisering mislyktes\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Kontrollere\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Tastatur\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Mus på port:\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Hodetelefoner/Mikrofon\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Minnepinne\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Fjernkontroll\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Kontrollerport\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Aldri\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Umiddelbart\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Etter %i sek\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Harddisk installert dato:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Harddisk antall oppstarter:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profiler\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Slett profil «%s»?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Sist brukte profil:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Ukjent\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Overskriv\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Alarm\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Alarmintervall (i minutter)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Startet, alarm om %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarm!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Avbrutt med %im%er igjen\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Søk etter undertekster i RAR-filer\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Bla etter undertekst...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Flytt oppføring\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Flytt oppføring hit\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Avbryt flytting\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Maskinvare:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Prosessorbruk:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Tilkoblet, men ingen DNS er tilgjengelig.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Harddisk\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Lagring\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Standard\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Nettverk\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Skjermkort\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Maskinvare\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Operativsystem:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Prosessorhastighet:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Oppdaget BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Videoprosessor:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Skjermoppløsning:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox versjon:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox serienummer:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox produsent:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"ModChip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V kabel:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Video & XBE region:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD region:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internett:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Tilkoblet\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Ikke tilkoblet. Sjekk nettverksinnstillinger.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Xbox Live nøkkel:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Temperaturmål\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Viftehastighet\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Automatisk temperaturkontroll\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Hastighetskontroll for vifte\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Skrifttyper\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Snu tekststrenger\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Vis RSS-nyhetsstrømmer\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Vis oppføringer i foreldremappen\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Spornavnsjablong\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Ønsker du å starte systemet på nytt\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"istedenfor bare XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Zoomeffekt\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Flyteffekt\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Reduksjon av sort felt\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Omstart\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Ton ut mellom låter\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Gjenskap miniatyrbilder\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Tilbakevirkende miniatyrbilder\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Vis lysbildefremvisning\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Rekursiv lysbildefremvisning\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Tilfeldig\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Kun venstre\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Kun høyre\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Aktiver karaokestøtte\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Gjennomsiktighet bakgrunn\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Gjennomsiktighet forgrunn\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"A/V forsinkelse\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s ikke funnet\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Feil ved åpning av %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Kunne ikke hente %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Feil: Tom for minne\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Flytt opp\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Flytt ned\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Rediger plateselskap\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Gjør til standard\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Fjern knapp\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Front LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Front LED farge\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Standard\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Grønn\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Oransje\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Rød\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Varier\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Skru av LED ved avspilling\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Filminformasjon\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Legg oppføring i kø\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Søk IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Søk etter nytt innhold\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Nå spilles...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Albuminformasjon\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Skann oppføring til bibliotek\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Stopp skanning\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Rendringsmetode\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Lavkvalitets pikselshader\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Hardware overlays\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Høykvalitets pikselshader\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Spill av oppføring\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Oppgi artistminatyrbilde\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Skap miniatyrbilder automatisk\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Aktiver tale\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Aktiver enhet\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Volum\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Standard visningsmodus\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Standard lysstyrke\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Standard kontrast\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Standard gamma\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Fortsett avspilling\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Voice mask - Port 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Voice mask - Port 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Voice mask - Port 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Voice mask - Port 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Bruk tidsbasert søking\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Spornavnsjablong - høyre\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"%s forhåndsinnstillinger\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Det er ingen forhåndsinnstillinger tilgjengelig&#10;for denne visualiseringen\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Det er ingen innstillinger tilgjengelige&#10;for denne visualiseringen\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Løs ut/last inn\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Bruk visualisering ved musikkavspilling\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Kalkuler størrelse\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Kalkulerer mappestørrelse\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Videoinnstillinger\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Lyd- og undertekstinnstillinger\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Aktiver undertekster\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Snarveier\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ignorer «the» ved sortering\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Ton ut mellom låter på samme album\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Bla etter %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Vis sporposisjon\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Tøm standard\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Fortsett\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Hent miniatyr\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Bildeinformasjon\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s forhåndsinnstillinger\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(IMDb brukervurdering)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Topp 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Still inn på Last.FM\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Minimum viftehastighet\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Laster ned\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Inkluder artister som bare opptrer i samlinger\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Rendringsmetode\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Oppdag automatisk\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Basic shaders (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Utvidede skyggeleggere (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Programvare\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Sikker fjerning\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Start lysbildefremvisning her\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Husk for denne katalogen\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Bruk 'Pixel buffer objects'\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Synkroniseringsmetode\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Lydklokking\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Videoklokking (dropp/dupliser lyd)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Videoklokking (resample lyd)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Maksimal resampling (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Resamplingskvalitet\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Lav (rask)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Medium\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Høy\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Veldig høy (treg!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Synkroniser avspilling til skjerm\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple fjernkontroll\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Tillat oppstart av XBMC ved å bruke fjernkontrollen\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Sekvensforsinkelse\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Deaktivert\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Universal fjernkontroll\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Flerbruksfjernkontroll (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Feil med Apple fjernkontroll\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Apple fjernkontroll kan aktiveres\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Stable\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Avstable\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Laster ned spilleliste...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Laster ned liste over strømmer...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Analyserer liste over strømmer...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Kunne ikke laste ned liste over strømmer\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Kunne ikke laste ned spilleliste\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Spillmappe\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Bytt automatisk til miniatyrbilder ved\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Aktiver automatisk bytte til miniatyrvisning\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Bruk store ikoner\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Bytte basert på\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Prosent\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Ingen filer og minst et miniatyrbilde\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Minst én fil og et miniatyrbilde\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Prosentandel av miniatyrbilder\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Visningsalt.\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Endre retningsnummer 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Endre retningsnummer 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Endre retningsnummer 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Bibliotek\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Ingen TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Skriv inn nærmeste store by\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video/Lyd/DVD mellomlager - Harddisk\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Video mellomlager - DVD-spiller\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalt nettverk\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internett\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Lyd-mellomlager - DVD-spiller\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalt nettverk\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internett\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD-mellomlager - DVD-spiller\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalt nettverk\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Tjenester\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Nettverksinnstillingene er endret\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC må starte på nytt for å endre dine\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"nettverksinnstillingene. Vil du starte på nytt nå?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Etterprosessering\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Skru av maskin under avspilling\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i sek\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Tidsformat\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Datoformat\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"GUI-filtre\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Bruk bakgrunnsskanning\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Stopp skanning\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Ikke mulig når det skannes etter mediainformasjon\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Filmstøyeffekt\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Søk etter miniatyrbilder i nettverksstasjoner\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Mellomlager med ukjent type - Internett\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Skriv inn brukernavn for\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Dato & tid\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Oppgi dato\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Oppgi tid\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Skriv inn tiden i 24 timers HH:MM format\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Skriv inn datoen i DD/MM/ÅÅÅÅ format\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Skriv inn IP-adressen\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Bruk disse innstillingene nå?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Bruk endringer nå\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Tillat endring av filnavn og sletting\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Oppgi tidssone\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Bruk sommertid\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Legg til i favoritter\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Fjern fra favoritter\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Farger\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Tidssone, land\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Tidssone\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Fillister\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Vis EXIF-bildeinformasjon\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Bruk ett fullskjermsvindu istedenfor sann fullskjerm\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Legg låter i kø når de velges\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Spill audio CD-er automatisk\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Avspilling\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD-er\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Spill av DVD-er automatisk\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Skrifttype for undertekster\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Språk\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Tegnsett\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Feilsøking\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Sikkerhet\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Inn-enheter\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Strømsparing\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Fjern\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Spill\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Legg til\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Passord\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Bibliotek\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Database\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Alle album\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Alle artister\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Alle låter\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Alle sjangre\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Mellomlagrer...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Navigasjonslyder\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Standard for skall\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Tema\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Standardtema\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Send sanger til Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.fm brukernavn\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.fm passord\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Kunne ikke utføre håndtrykk: i dvale...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Vennligst oppdater XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Feil ved autorisasjon: Sjekk brukernavn og passord\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Tilkoblet\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Ikke tilkoblet\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Avgi intervall %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Cachet %i sanger\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Sender...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Sender om %i sekunder\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Spill av med...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Bruk utjevnet A/V synkronisering\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Skjul filnavn i miniatyrvisning\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Spill av i festmodus\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Send inn sanger til Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Libre.fm brukernavn\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Libre.fm passord\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Scrobbler\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Send inn Last.fm-radio til Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Kobler til Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Velger stasjon...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Søk etter liknende artister...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Søk etter liknende tagger...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Din profil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Mest brukte tagger generelt\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Høyest rangerte artister for tagg %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Høyest rangerte albumer for tagg %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Høyest rangerte spor for tagg %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Hør på tagg %name% Last.fm radio\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Liknende artister som %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Topp %name% album\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Topp %name% spor\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Topp %name% tagger\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Største fans av %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Hør på fans av %name% fra Last.fm\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Hør på artister som likner på %name% fra Last.fm\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Toppartister for bruker %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Toppalbum for bruker %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Toppspor for bruker %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Venner av bruker %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Naboer av bruker %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Ukentlig artistliste for %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Ukentlig albumliste for %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Ukentlig sporliste for %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Hør på %name%'s nabo fra Last.fm\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Hør på %name%'s personlige Last.fm\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Hør på %name%'s favorittspor Last.fm\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Mottar liste fra Last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Kan ikke motta liste fra Last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Skriv inn et artistnavn for å finne relaterte\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Skriv inn et tagg-navn for å finne liknende\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Spor nylig lyttet til av %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Hør på %name%'s anbefalinger for Last.fm radio\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Toppliste for bruker %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Legge valgte sang til favoritter?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Sperre for valgte sang?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Lagt til dine favoritter: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Kunne ikke legge '%s' til dine favoritter.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Sperret: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Kunne ikke sperre '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Nylig favoritt til %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Nylig sperret av %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Fjern fra favoritter.\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Opphev sperre.\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Ønsker du å fjerne denne sangen fra dine favoritter?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Ønsker du å oppheve sperringen av denne sangen?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Sti ble ikke funnet eller er ugyldig\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Kunne ikke koble til nettverkstjener\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Ingen tjenere funnet\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Arbeidsgruppe ikke funnet\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Åpner kilde med flere stier\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Sti:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Generelt\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Internettoppslag\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Avspiller\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Spill av media fra plate\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Skriv inn ny tittel\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Skriv inn filmens navn\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Skriv inn profilnavnet\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Skriv inn albumets navn\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Skriv inn navnet på spillelisten\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Skriv inn nytt filnavn\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Skriv inn mappennavn\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Skriv inn katalog\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Tilgjengelige valg: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Skriv inn søketekst\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Ingen\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Velg automatisk\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Fjern sammenfletting\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (invertert)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Håndtering av sammenfletting\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Avbryter...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Skriv inn artistnavn\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Avspilling mislyktes\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"En eller flere oppføringer kunne ikke spilles av\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Skriv inn verdi\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Sjekk loggfilen for detaljer\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Festmodus stoppet.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Ingen samsvarende låter i bibliotek.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Kunne ikke initialisere databasen.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Kunne ikke åpne databasen.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Kunne ikke hente låter fra databasen.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Festmodus spilleliste\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Alle filmer\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Ikke sett\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Sett\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Marker som «sett»\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Marker som «ikke sett»\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Rediger tittel\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Bruk NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Bruk kun NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Bruk kun NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Bruk kun PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"For 60Hz spill\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Handlingen ble stoppet\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Kopiering mislyktes\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Kunne ikke kopiere en eller flere filer\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Flytting mislyktes\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Kunne ikke flytte en eller flere filer\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Sletting mislyktes\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Kunne ikke slette en eller flere filer\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Skaleringsmetode\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Nærmeste nabo\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilineær\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bikubisk\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bikubisk (programvare)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (programvare)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (programvare)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"Temporal\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"Temporal/romlig\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)Støyreduksjon\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)Skarphet\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Omvendt telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Post-prosessering\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Slå av skjerm etter\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Bytt til kanal\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Mappe for lagret musikk\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Bruk ekstern DVD-avspiller\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Ekstern DVD-avspiller\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Mappe for trainere\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Mappe for skjermbilder\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Mappe for spillelister\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Opptak\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Skjermbilder\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Bruk XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Musikkspillelister\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Videospillelister\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Ønsker du å starte spillet?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Sorter etter: Spilleliste\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Ekstern miniatyr\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Nåværende miniatyr\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Lokal miniatyr\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Ingen miniatyr\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Velg miniatyrbilde\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Konflikt\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Skann nye\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Skann alle\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Region\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Sammendrag\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Lås musikksekjson\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Lås filmseksjon\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Lås bildeseksjon\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Lås program- og scriptseksjon\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Lås filbehandler\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Låsinnstillinger\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Start på nytt\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Gå inn i systemmodus\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Forlat systemmodus\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Lag profil «%s»?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Start med ferske innstillinger\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Beste tilgjengelige\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Bytt automatisk mellom 16x9 og 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Behandle stablede filer som én fil\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Advarsel\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Forlot systemmodus\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Gikk inn i systemmodus\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com miniatyr\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Fjern miniatyrbilde\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Legg til profil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Spør etter informasjon for alle album\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Mediainformasjon\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Separate\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Delte ressurser med standard\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Delte ressurs med standard (kun lesing)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Kopier standard\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Profilbilde\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Lås innstillinger\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Rediger profil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Profillås\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Kunne ikke lage mappe\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Profilmappe\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Start med nye mediakilder\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Sørg for at den valgte mappen er skrivbar\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"og at det nye mappenavnet er gyldig\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Aldersgrense\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Skriv inn systemlåskoden\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Spør etter systemlåskode ved oppstart\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Skallinnstillinger\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- ingen kobling satt -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Aktiver animasjoner\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Deaktiver RSS ved musikkavspilling\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Aktiver knapper for snarveier\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Vis programmer i hovedmeny\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Vis musikkinformasjon\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Vis værinformasjon\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Vis systeminformasjon\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Vis tilgjengelig diskplass C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Vis tilgjengelig diskplass E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Værinformasjon\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Ledig diskplass\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Skriv inn navnet på en eksisterende, delt ressurs\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Låskode\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Hent profil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Profilnavn\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Mediakilder\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Skriv inn profillåskode\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Innloggingsbilde\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Henter albuminformasjon\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Henter informasjon for album\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Kan ikke rippe CD eller spor under avspilling av CD\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Systemlåskode og -innstillinger\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Angivelse av systemlåskode aktiverer alltid systemmodus\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"eller kopier fra standard?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Lagre endringer i profil?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Gamle innstillinger funnet.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Ønsker du å bruke dem?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Gamle mediakilder funnet.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Separer (låst)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Rot\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- Zoom\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP-innstillinger\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Start UPnP-klient automatisk\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Siste innlogging: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Aldri pålogget\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Brukerpålogging / Velg en profil\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Bruk lås på innloggingsbildet\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Ugyldig kode.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Dette krever at systemlåsen blir aktivert.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Vil du angi den nå?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Henter programinformasjon\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Party on!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Sant\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Mikser drinker\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Fyller glass\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Logget på som\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Logg av\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Gå til rot\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Weave\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Weave (invertert)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Blend\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Start video på nytt\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Endre nettverkssteder\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Fjern nettverkssted\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Ønsker du å skanne mappen?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Minneenhet\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Minneenhet montert\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Kan ikke montere minneenhet\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"I port %i, plass %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Lås skjermsparer\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Oppgi\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Brukernavn\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Skriv inn passord for\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Slå-av-tidsur\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Slå-av intervall (i minutter)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Startet, slår av om %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Slår av om 30 minutter\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Slår av om 60 minutter\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Slår av om 120 minutter\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Egendefinert avsluttingstidsur\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Avbryt slå-av-tidsur\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Lås innstillinger for %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Bla...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Grunnleggende informasjon\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Lagringsinformasjon\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Harddiskinformasjon\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"DVD-avspillerinformasjon\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Nettverksinformasjon\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Videoinformasjon\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Maskinvareinformasjon\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Totalt\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Brukt\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"av\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Låsing ikke støttet\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Ikke låst\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Låst\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Fryst\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Krever omstart\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Uke\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Serie\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windows nettverk (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP-tjener\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP-tjener\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes musikkdelingsressurs (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP-tjener\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Vis videoinformasjon\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Ferdig\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Symboler\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Tilbake\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Mellomrom\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Last inn skall på ny\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Roter bilde i henhold til EXIF-informasjon\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Bruk plakatvisninger for TV-serier\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Vennligst vent\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Tar backup av EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Tar backup av BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Aktiver autorulling for plott og anmeldelse\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Egendefinert\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Aktiver feilsøkingslogg\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Last ned ytterligere informasjon under oppdateringer\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Standardtjener for musikkinformasjon\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Endre skraper\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Eksporter musikkbibliotek\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Importer musikkbibliotek\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Ingen artist funnet!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Nedlasting av artistinformasjon mislyktes\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Party on! (filmer)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Mikser drinker (filmer)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Fyller glassene (filmer)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV-tjener (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV-tjener (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV-klient\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Nettjenerkatalog (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Nettjenerkatalog (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Kunne ikke skrive til mappe:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Ønsker du å ignorere og fortsette?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS-strøm\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Ukjent. Vennligst legg til MD5 fra xbmc.log til BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Sekundær DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP-tjener:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Lag ny mappe\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Dim LCD ved avspilling\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Ukjent eller integrert (beskyttet)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Dim LCD ved pause\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Skru på LED ved pause\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Videoer - Bibliotek\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Spill-lagringer\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Sorter etter: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Last ned spill-lagringer\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Lagret spill-lagring på harddisk\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Klarte ikke å laste ned lagret spill\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Velg spill-lagring for nedlasting og installering\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Ingen online spill-lagringer funnet for det angitte spillet\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Gå til spill-lagringer\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Lagret spill\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Spill av del...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Nullstill kalibrering\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Dette vil sette kalibreringen for %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"til standardverdiene.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Bla etter mål\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Bruk mappenavn ved oppslag\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Fil\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Bruk fil- eller mappenavn ved oppslag?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Oppgi innhold\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Mappe\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Søk etter innhold rekursivt?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Lås opp kilder\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Skuespiller\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Regissør\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Ønsker du å fjerne alle oppføringer fra\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"denne stien fra XBMC-biblioteket?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Filmer\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"TV-serier\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Denne mappen inneholder\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Kjør automatisk skanning\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Søk rekursivt\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"som\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Regissører\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Ingen videofiler funnet i denne mappen!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"stemmer\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"TV-serieinformasjon\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Episodeinformasjon\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Henter TV-seriedetaljer\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Henter episodeguide\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Henter informasjon for episoder i mappen\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Velg TV-serie:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Skriv inn navn på TV-serie\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Sesong %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Episode\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Episoder\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Henter episodedetaljer\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Fjern episode fra bibliotek\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Fjern TV-serie fra bibliotek\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"TV-serie\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Episodeplott\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Alle sesonger\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Skjul sette\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Prod. kode\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Vis omtale for oppføringer som ikke er sett\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Skjult for ikke å røpe handling *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Oppgi miniatyrbilde for sesong\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Bilde for sesong\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Sesong\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Laster ned filminformasjon\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Opphev tilordning av innhold\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Original tittel\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Oppdater informasjon om TV-serie\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Oppdater informasjon for alle episoder?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Valgt mappe inneholder kun én TV-serie\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Ekskluder valgt mappe fra skanning\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Ekstra\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Hent miniatyrer for sesong automatisk\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Valgt mappe inneholder kun én film\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Koble til TV-serie\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Fjern kobling til TV-serie\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Filmer lagt til nylig\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Episoder lagt til nylig\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Studioer\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Musikkvideoer\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Musikkvideoer lagt til nylig\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Musikkvideo\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Fjern musikkvideo fra bibliotek\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Musikkvideoinformasjon\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Henter musikkvideoinformasjon\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Mikset\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Gå til album av artist\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Gå til album\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Spill av låt\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Gå til musikkvideoer fra album\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Gå til musikkvideoer av artist\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Spill av musikkvideo\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Last ned miniatyrer av skuespillere automatisk\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Oppgi miniatyr for skuespiller\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Fjern episodebokmerke\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Oppgi bokmerke for episode\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Skraperinnstillinger\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Laster ned musikkvideoinformasjon\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Laster ned TV-serieinformasjon\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Trailer\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Slå sammen\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Flat ut TV-serier\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Hent FanArt\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Vis FanArt i video- og musikkbibliotek\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Søker etter nytt innhold\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Første gang sendt\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Forfatter\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Rens fil- og katalognavn\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Aldri\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Bare hvis én sesong\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Alltid\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Har trailer\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Usann\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Lysbildefremvisning av fankunst\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Eksporter til én fil, eller én\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"separat fil for hvert oppføring?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Én fil\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Separer\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Eksporter miniatyrbilder og fankunst?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Overskriv gamle filer?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Ekskluder sti fra biblioteksoppdateringer\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Hent ut miniatyr- og videoinformasjon\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Samlinger\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Sett filmsettminiatyr\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Eksporter skuespiller bilder?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Velg fankunst\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Lokal fankunst\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Ingen fankunst\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Nåværende fankunst\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Ekstern fankunst\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Endre innhold\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Ønsker du å fornye informasjon for alle\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"oppføringer innenfor denne stien?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fankunst\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Lokallagret informasjon funnet.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ignorer og hent på nytt fra internett?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Kunne ikke laste ned informasjon\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"Server er sannsynligvis utilgjengelig.\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Vil du fortsette skanning?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Land\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Grupper filmer i samlinger\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Vis skjulte filer og mapper\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox-klient\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"ADVARSEL: TuxBoxen er i opptaksmodus!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Streamingen vil bli stoppet!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Zap til kanal: %s mislyktes!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Vil du starte streamingen?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Kobler til: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox enhet\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Legg til delt mediaressurs....\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Del video- og musikkbibliotek gjennom UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Rediger delt mediaressurs\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Fjern delt mediaressurs\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Mappe for undertekst\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Film & alternativ mappe for undertekst\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Aktiver mus\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Aktiver navigasjonslyder under medieavspilling\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Miniatyrbilde\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Tving DVD-spillerens region\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Utgående video\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Høyde/bredde-forhold \"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Widescreen\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Aktiver 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Aktiver 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Aktiver 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Skriv inn navn på ny spilleliste\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Vis «Legg til kilde» i fillisten\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Aktiver rullefelt\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Aktiver av/på-knapp for «sett/ikke sett» i videobiblioteket\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Åpne\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Akustiskinstillingsnivå\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Rask\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Stille\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Aktiver egendefinert bakgrunn\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Strøminnstillingsnivå\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Høyt nivå\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Lavt nivå\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Ventemodus høyt\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Ventemodus lavt\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Ikke i stand til å mellomlagre filer større en 4GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Kapittel\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Høykvalitets pikselshader v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Aktiver spilleliste ved oppstart\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Bruk tween-animasjoner\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"inneholder\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"inneholder ikke\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"er\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"er ikke\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"starter med\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"ender med\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"større en\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"mindre en\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"etter\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"før\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"etter siste\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"ikke etter siste\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Skrapere\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Standardskraper for film\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Standardskraper for TV-serie\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Standard skraper for musikkvideo\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Aktiver fallback basert på skraper-språk\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Innstillinger\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Flerspråklig\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Verdi å sammenligne\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Smart spillelisteoppsett\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Sammenligne oppføringer hvor\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Ny søkeregel\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Oppføringer må svare til\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"alle søkekriteriene\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"en av søkekriteriene\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Begrens til\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Ingen begrensninger\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Sorter etter\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"stigende\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"synkende\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Rediger smart spilleliste\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Navn på spilleliste\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Finn oppføringer hvor\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Rediger\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i oppføringer\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Ny smart spilleliste\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c Stasjon\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Rediger regler for festmodus\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Hjem-mappen\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Antall ganger sett\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Episodetittel\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Videooppløsning\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Lydkanalers\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Videokodek\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Lydkodek\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Lydspråk\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Språk for undertekster\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Fjernkontroll sender tastetrykk\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"- Editer\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Filnavn\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Filsti\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Filstørrelse\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Fildato/filtid\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Glideindeks\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Oppløsning\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Kommentar\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Farge/svart-hvit\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"JPEG-prosess\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Dato/tid\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Beskrivelse\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Kameramerke\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Kameramodell\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF-kommentar\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Fastvare\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Blenderåpning\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Brennvidde\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Fokuseringsavstand\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Eksponering\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Eksponeringstid\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Eksponeringsvinkel\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Eksponeringsmetode\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Blits brukt\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Hvitbalanse\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Lyskilde\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Målemetode\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Digital zoom\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD-bredde\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"Breddegrad (GPS)\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"Lengdegrad (GPS)\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Høyde over havet (GPS)\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orientering \"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Tilleggskategorier\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Nøkkelord \"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Bildetekst\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Forfatter\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Overskrift\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Spesielle opplysninger\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Kategori\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Signatur\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Signaturtittel\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Kreditering\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Kilde\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Opphavsrettproklama\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Objektnavn\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"By\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Region\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Original Tx Referanse\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Dato opprettet\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Opphavsrettflagg\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Landskode\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Referansetjeneste\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Tillat styring av XBMC via UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Prøv å hoppe over introdusjoner før DVD-menyen\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Lagret musikk\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Spør etter informasjon for alle artister\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Laster ned albuminformasjon\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Laster ned artistinformasjon\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biografi \"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Diskografi\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Søker etter artist\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Velg artist\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Artistinformasjon\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instrumenter\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Født\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Startet\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Temaer\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Oppløst\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Døde\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"År aktiv\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Plateselskap\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Etablert/startet\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Oppdater bibliotek ved oppstart\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Oppdater alltid bibliotek i bakgrunnen\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS suffiks\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Forsinket med: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Fremskyndet: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Tidsforskyvning for undertekst \"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL leverandør:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL renderer:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL versjon:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB-temperatur:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU-temperatur:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Totalt minne\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Profildata\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Demp hvis pause under filmavspilling\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Alle innspillinger\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Etter tittel\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Etter gruppe\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Live-kanaler\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Innspillinger etter tittel\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Guide\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Tillatt avvik i høyde/bredde-forhold for reduksjon av sort felt\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Vis filmfiler i lister\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX forhandler\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Direct3D versjon\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Skrifttype\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Størrelse\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Farger\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Tegnsett\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Eksporter karaoketitler som HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Eksporter karaoketitler som CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Importer karaoketitler...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Automatisk sprett-opp-låtvelger\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Eksporter karaoketitler...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Skriv inn låtnummer\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"hvitt/grønt\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"hvitt/rødt\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"hvitt/blått\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"svart/hvitt\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Aktiver Tekst-TV\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Del %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Bufrer %i byte\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Stopper\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Kjører\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Ekstern avspiller aktiv\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Trykk OK for å avslutte avspilleren\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Trykk OK når avspilling er ferdig\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Tillegg\"\n\nmsgctxt \"#24001\"\nmsgid \"Plugins\"\nmsgstr \"Add-ons\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Konfigurer\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Deaktiver\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Aktiver\"\n\nmsgctxt \"#24023\"\nmsgid \"Add-on disabled\"\nmsgstr \"Add-on deaktivert\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Dette tillegget kan ikke konfigureres\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Biblioteksmodus\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY-tastatur\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Passthrough-lyd i bruk\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Aktiver flimmerfilter på spill\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Kvalitet på trailer\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Strøm\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Last ned\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Last ned og spill av\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Last ned og lagre\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"I dag\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"I morgen\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Lagrer\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Kopierer\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Oppgi nedlastingsmappe\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Søkelengde\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Kort\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Lang\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Bruk DVD-avspiller i stedet for vanlig avspiller\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Spør om nedlasting før filmer spilles av\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Klipp\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Omstart plugin for å aktivere\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"I kveld\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"I morgen kveld\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Forhold\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Nedbør\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Nedbør\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Fuktig\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Føles\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Observert\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Avvik fra normal\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Soloppgang\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Solnedgang\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Detaljer\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Outlook\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Coverflow\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Oversett tekst\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Kartliste %s kategori\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 timer\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Kart\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Pr. time\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Helg\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s dag\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Alarm\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Alarmer\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Velg dine\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Kontroller\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Konfigurer\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Sesonger\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Bruk din\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Se dine\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Lytt til\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Vis dine\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Konfigurer\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Strøm\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Meny\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Spill av\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Valg\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Editor\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Om din\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Stjernerangering\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Bakgrunn\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Bakgrunner\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Egendefinert bakgrunn\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Egendefinerte bakgrunner\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Vis Lesmeg\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Vis endringslogg\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Denne versjonen av %s krever XBMC\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"versjon %s eller høyere for å kunne kjøre.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Vennligst oppdater XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Fant ingen data!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Neste side\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Elsker\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Hater\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Denne filen er stablet, velg den delen du ønsker å spille av fra.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Sti til skript\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Aktiver knapp for egendefinerte skript\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Polish/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\n<language locale=\"Polish\">\n  <charsets>\n    <gui unicodefont=\"true\">ISO-8859-2</gui>\n    <subtitle>CP1250</subtitle>\n  </charsets>\n  <dvd>\n    <menu>pl</menu>\n    <audio>pl</audio>\n    <subtitle>pl</subtitle>\n  </dvd>\n  <regions>\n    <region name=\"Polska\" locale=\"Polska\">\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n  </regions>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/Polish/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Polish (http://www.transifex.com/projects/p/xbmc4xbox/language/pl/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: pl\\n\"\n\"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programy\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Zdjęcia\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Muzyka\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Wideo\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"Program TV\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Ustawienia\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Eksplorator\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Pogoda\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc media center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Poniedziałek\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Wtorek\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Środa\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Czwartek\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Piątek\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Sobota\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Niedziela\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Stycznia\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Lutego\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Marca\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"Kwietnia\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Maja\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Czerwca\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Lipca\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"Sierpnia\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"Września\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Października\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"Listopada\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"Grudnia\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Pon.\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Wt.\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Śr.\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Czw.\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Pt.\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Sob.\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Niedz.\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Sty\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Lut\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Kwi\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"Maj\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Cze\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Lip\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Sie\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Wrz\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Paź\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Lis\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Gru\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Widok: Auto\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Widok: Auto duże\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Widok: Ikony\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Widok: Lista\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Skanuj\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sortuj: Nazwa\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Sortuj: Data\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Sortuj: Rozmiar\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Nie\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Tak\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Pokaz slajdów\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Utwórz ikony\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Utwórz miniatury\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Skróty\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Pauza\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Kopiuj\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Przenieś\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Usuń\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Zmień nazwę\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Nowy folder\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Potwierdź kopiowanie pliku\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Potwierdź przenoszenie pliku\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Czy rzeczywiście chcesz usunąć plik?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Skopiować wybrane pliki?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Przenieść wybrane pliki?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Usunąć wybrane pliki? Po usunięciu pliki są nie do odzyskania!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Stan\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"pozycji\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Ogólne\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Pokaz slajdów\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Informacje o systemie\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Ekran\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albumy\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Wykonawcy\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Utwory\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Gatunek\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Playlisty\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Szukaj\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Informacje o systemie\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperatura:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Czas:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Obecnie:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Wersja:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Sieć:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Typ:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statyczny\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"Adres MAC\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"Adres IP\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Połączenie: \"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Półdupleks\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Pełny dupleks\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Partycje\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Dysk\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Dostępne\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Wideo\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Wolnej pamięci\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Brak połączenia\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Dostępne\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Niedostępny\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Wysunięta tacka napędu\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Wczytuję\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Brak płyty w napędzie\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Płyta w napędzie\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Skóra\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Włącz serwer FTP\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Włącz synchronizowanie czasu z Internetu\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Rozdzielczość\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Dopasuj częstotliwość odświeżania do odtwarzanego materiału\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Data wydania\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Wyświetlaj wideo 4:3 jako\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Nastrój\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Style\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Utwór\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Czas trwania\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Wybierz album\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Ścieżki\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Przegląd\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Odśwież\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Szukam albumu\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Nie znaleziono albumu!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Zaznacz wszystko\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Wyszukiwanie informacji\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Zapisz\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Losowo\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Wyczyść\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Skanuj\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Szukam...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Nie znaleziono informacji\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Wybierz film:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Szukam informacji o %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Wczytywanie informacji o filmie\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"O filmie\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Zarys fabuły\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Głosy\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Obsada\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Opis\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Odtwarzaj\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Następny\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Poprzedni\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Kalibracja interfejsu\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Kalibracja ekranu\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Wygładź\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Powiększ\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Proporcja pikseli\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"Napęd DVD\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Proszę włożyć dysk\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Zdalny udział\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Sieć nie jest podłączona\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Anuluj\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Szybkość\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Wzorce testowe...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Szukaj tytułów CD na freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Losuj utwory podczas wczytywania\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Wyłącz dysk po upływie\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Filtry\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Żaden\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Punktowy\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Liniowy\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anizotropowy\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussian cubic\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Pomniejszenie\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Powiększenie\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Wyczyść po zakończeniu odtwarzania\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Skrypty\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Język\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Muzyka\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Wizualizacja\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Wybierz folder docelowy\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Wyjście stereo na wszystkie głośniki\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Ilość kanałów\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- Wyjście DTS\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Pobieram informację o CD\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Błąd\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Włącz obsługę tagów (metadanych)\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Otwieram\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Oczekiwanie na rozpoczęcie...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Monitor działania skryptów\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Zezwalaj na sterowanie XBMC przez HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Nagrywaj\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Zatrzymaj nagranie\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Sortuj: Utwór\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Sortuj: Czas\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Sortuj: Tytuł\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Sortuj: Artysta\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Sortuj: Album\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Top 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Overscan lewego górnego rogu ekranu\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Overscan prawego dolnego rogu ekranu\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Pozycja napisów\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Ustawienie proporcji pikseli\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Poruszaj strzałką, aby zmieniać wielkość overscanu\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Przesuń linię, aby zmieniać pozycję napisów\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Zmień prostokąt w idealny kwadrat\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Nie mogę wczytać ustawień\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Zostaną użyte ustawienia domyślne\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Proszę sprawdzić pliki XML\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Znaleziono %i pozycji\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Rezultaty wyszukiwania\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Brak wyników\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Filtr Postprocessing\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Napisy\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Czcionka\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Rozmiar\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Dynamiczna kontrola zakresu\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Wideo\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Dźwięk\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Wskaż napisy\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Utwórz zakładkę\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Wyczyść zakładki\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Przesunięcie dźwięku\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Zakładki\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Opóźnienie\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Język\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Włączony\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Bez przeplotu\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Auto post-processing\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Pionowa redukcja makrobloków\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Pozioma redukcja makrobloków\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Automatycznie jasność/kontrast\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Usuwaj artefakty\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Czyszczenie bazy danych\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Przygotowywanie...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Błąd bazy danych\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Przeszukiwanie utworów...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Czyszczenie bazy danych zakończone\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Czyszczenie utworów...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Błąd przy czyszczeniu skasowanych utworów\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Czyszczenie artystów...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Błąd przy aktualizacji listy artystów\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Czyszczenie gatunków...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Błąd przy aktualizacji listy gatunków\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Czyszczenie ścieżek...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Błąd przy aktualizacji listy ścieżek\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Czyszczenie albumów...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Błąd przy aktualizacji listy albumów\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Zapisywanie zmian...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Błąd zapisu zmian\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Proszę czekać...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Kompresowanie bazy danych...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Błąd kompresji bazy\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Czy chcesz wyczyścić bibliotekę?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Czyszczenie biblioteki....\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Rozpocznij\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Konwertuj liczbę klatek\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Wyjście dźwięku\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analogowe\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Cyfrowe\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Różni artyści\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Odtwarzaj płytę\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Filmy\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Dostosuj liczbę klatek\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Obsada\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Rok\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programy\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Wyłączone\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Przyciemnienie\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Czarny ekran\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Włącz wygaszacz po upływie\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Tryb wygaszacza\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Wyłączenie planowane\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Wszystkie albumy\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Ostatnio dodane albumy\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Wygaszacz\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"z podfolderami\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Poziom przyciemnienia\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Sortuj: Plik\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Dolby Digital (AC3)\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sortuj: Nazwa\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Sortuj: Rok\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Sortuj: Ocena\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Tytuł\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"wichura\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"częściowo\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"w większości\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"słonecznie\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"pochmurnie\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"śnieg\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"deszcz\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"niewielki\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"rano\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"wieczorem\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"opady\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"niewielkie\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"sporadyczne\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Wiatr\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"silny\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"pogodnie\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"bezchmurnie\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"pochmurnie\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"wcześnie\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"drobny\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"ulewa\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"min.\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"średnie\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"maks.\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"mgła\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"zamglenie\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Wybierz położenie\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Czas odświeżania\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Jednostka temperatury\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Jednostka prędkości\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Pogoda\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temperatura\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Odczuwalna\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"Wskaźnik UV\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Wiatr\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Punkt rosy\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Wilgotność\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"na\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"z\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Domyślne\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Łączenie z usługą pogody\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Pobieranie pogody dla:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Nie można uzyskać danych pogodowych\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Ręcznie\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Brak recenzji tego albumu\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Pobieranie miniatury...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Niedostępne\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Widok: Duże ikony\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Usuń informacje o albumach\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Usuń informacje o CD\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Zaznacz\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Nie znaleziono informacji o albumie\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Nie znaleziono informacji o CD\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Dysk\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Proszę włożyć właściwy CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Proszę włożyć następujący CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Sortuj: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Bez pamięci podręcznej\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Usuń film z biblioteki\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Jesteś pewny, że chcesz usunąć '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Dysk wymienny\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Otwieram plik\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Pamięć podręczna\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Dysk twardy\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Sieć lokalna\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Wideo\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Dźwięk\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Autoodtwarzanie\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"Wyświetlacz LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Włączone\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Kolumn\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Adres 1 rzędu\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Adres 2 rzędu\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Adres 3 rzędu\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Adres 4 rzędu\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Ilość rzędów\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Tryb\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Przełącz widok\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Napisy\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Strumień audio\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[aktywny]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Napisy\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Podświetlanie\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Jasność\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Kontrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Typ\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Przesuń linię, aby zmienić pozycję OSD\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Pozycja OSD\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Autorzy\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Wyłącz\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Tylko Muzyka\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Muzyka i Wideo\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Nie mogę wczytać playlisty\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Skóry i język\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Wygląd\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Opcje dźwięku\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"O XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Usuń Album\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Powtarzaj\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Powtórz raz\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Powtarzaj utwory z jednego folderu\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Automatycznie odtwarzaj kolejny utwór\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Użyj dużych ikon\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Zmień rozmiar napisów\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Zaawansowane ustawienia\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Średnia pojemność systemu audio\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Przeskaluj wideo do rozdzielczości interfejsu\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Kalibracja\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Pokazuj rozszerzenia plików\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Sortuj: Typ\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Nie można połączyć się z serwisem\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Pobieranie informacji o albumie nie powiodło się\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Szukanie nazw albumu...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Otwarty\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Zajęty\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Pusty\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Wczytywanie informacji o mediach z plików...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Sortuj: Użycie\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Włącz wizualizacje\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Zezwalaj na zmianę trybu wyświetlania\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Okno startowe\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Ekran główny\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Ustawienia ręczne\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Gatunek\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Ostatnio odtwarzane albumy\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Uruchom\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Uruchom w...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Edytuj nazwę XBE\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Kompilacje\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Usuń źródło\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Przełącz media\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Wybierz playlistę\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Nowa playlista...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Dodaj do playlisty\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Dodaj ręcznie do biblioteki\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Wprowadź tytuł\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Błąd: Tytuł już istnieje\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Wybierz gatunek\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Nowy gatunek\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Ręcznie dodane\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Wprowadź gatunek\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Widok: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Lista\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Ikony\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Duża lista\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Duże ikony\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Baner\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Duży baner\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Ikony albumów\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Ikony DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"O mediach\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Wyjściowe urządzenie audio\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Wyjściowe urządzenie przepuszczające\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Biografia artysty niedostępna\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Dźwięk wielokanałowy konwertuj do stereo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Sortuj: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Nazwa\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Data\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Rozmiar\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Utwór\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Czas\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Tytuł\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Artysta\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Playlista\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Plik\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Rok\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Ocena\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Typ\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Użycie\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Album Artysta\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Ilość odtworzeń\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Ostatnio odtwarzany\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Komentarz\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Data dodania\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Domyślny\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Wytwórnia\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Ścieżka\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Kraj\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"W toku\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Kierunek sortowania\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Metoda sortowania\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Tryby widoku\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Zapamiętaj tryb widoku dla różnych folderów\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Rosnąco\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Malejąco\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Edytuj playlistę\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filtr\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Wyłącz Tryb Imprezy\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Tryb Imprezy\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Losowo\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Wyłączone\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Jeden\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Wszystko\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Wyłączone\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Powtórz: Nic\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Powtórz: Jeden\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Powtórz: Wszystko\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Zgraj Audio CD\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Średnia\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Standardowa\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Najwyższa\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Stały bitrate\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Zgrywanie muzyki...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Zgrywaj do:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Nie mogę zgrać CD lub utworu\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"Ścieżka do folderu nie jest ustawiona.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Zgraj utwór\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Wprowadź numer\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Płyty CD\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Koder\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Jakość\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bitrate\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Dołączaj numer utworu\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Wszystkie utwory\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Tryb wyświetlania\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normalny\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Powiększenie\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Proporcje 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Proporcje 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Proporcje 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Oryginalny rozmiar\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Własny\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay Gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Normalizuj głośność - Replay Gain\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Użyj poziom utworu\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Użyj poziom albumu\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Pliki z \\\"Replay Gain\\\" - poziom wzmocnienia\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Pliki bez \\\"Replay Gain\\\" - poziom wzmocnienia\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Unikaj obniżania poziomu określonego przez \\\"Replay Gain\\\"\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Przycinaj czarne pasy\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Trzeba rozpakować duży plik. Kontynuować?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Usuń z biblioteki\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Eksport bazy danych\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Import bazy danych\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Importowanie\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Eksportowanie\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Wskaż bibliotekę\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Lata\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Aktualizuj bibliotekę\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Pokazuj logi trybu debugowania\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Wskaż plik rozruchowy\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Wskaż playlistę\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Wskaż folder\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Informacje o utworze\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Wzmocnienie głośności\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Wybierz folder eksportu\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Plik został prawdopodobnie usunięty.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Chcesz usunąć pozycję z biblioteki?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Wskaż skrypt\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Poziom kompresji\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Czyszczenie bazy danych\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Usuwanie starych utworów z bazy danych\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Ta ścieżka była już skanowana\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Sieć\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Serwer\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Dostęp do internetu przez serwer proxy\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Ustawienia sieci (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Wprowadzono nieprawidłowy port. Wartość musi być z przedziału 1-65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"Ustawienia Proxy\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Przypisanie\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automatyczny (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Ręczny (Static)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Domyślne (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- Adres IP\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Maska podsieci\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Brama domyślna\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- Serwer DNS\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Zapisz i zresetuj\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Wprowadzono nieprawidłowy adres. Wartość musi być w formacie AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"z liczbami z przedziału 0 do 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Zmiany nie zostały zapisane. Kontynuować bez zapisywania?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Serwer WWW\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"Serwer FTP\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Czas z Internetu\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Port\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Adres serwera czasu\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Zastosuj i zapisz\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Hasło\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Bez hasła\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Zestaw znaków\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Styl\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Kolor\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normalna\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Pogrubiona\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Kursywa\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Pogrubiona kursywa\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Biały\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Żółty\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Pliki\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Nie ma danych dla tego widoku\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Proszę wyłącz tryb biblioteki\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Błąd wczytywania obrazka\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Edytuj ścieżkę\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Odbicie lustrzane obrazka\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Czy jesteś pewny?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Usuń źródło\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Dodaj ścieżkę do programu\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Edytuj ścieżkę do programu\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Edytuj nazwę programu\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Edytuj głębokość ścieżki\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Widok: Duża Lista\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Żółty\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Biały\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Niebieski\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Jasnozielony\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Żółtozielony\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Turkusowy\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Jasny szary\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Szary\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Błąd %i: udział niedostępny\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"Uwzględniaj ograniczenia systemu plików FATX\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Wyjście audio\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Przeszukiwanie\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Folder dla pokazu slajdów\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Interfejs sieciowy\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- nazwa połączenia (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- hasło dostępu\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- tryb zabezpieczeń\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Zapisz i zastosuj ustawienia interfejsu sieciowego\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Bez szyfrowania\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Zmiana ustawień interfejsu sieciowego. Proszę czekać.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Ponowne uruchomienie interfejsu sieciowego powiodło się.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Uruchomienie interfejsu sieciowego nie powiodło się.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Interfejs wyłączony\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Wyłączenie interfejsu sieciowego powiodło się.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Nazwa sieci bezprzewodowej (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Zezwalaj lokalnym programom na sterowanie XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Zakres portów\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Zezwalaj na odbiór poleceń z innych programów\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Wstępna przerwa przed powtórzeniem (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Właściwa przerwa przed powtórzeniem (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Maksymalna liczba klientów\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Internet\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Wprowadzono nieprawidłowy port\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Wartość musi być z przedziału 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Wartość musi być z przedziału 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Podgląd wygaszacza\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Nie można połączyć się\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC nie mógł nawiązać połączenia sieciowego.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Może to być spowodowane brakiem dostępu do sieci.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Czy chcesz mimo to kontynuować?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"Adres IP\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Dodaj położenie z sieci\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protokół\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Adres serwera\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Nazwa serwera\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Zdalna ścieżka\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Folder współdzielony\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Nazwa użytkownika\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Wskaż serwer sieciowy\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Wprowadź adres sieciowy serwera\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Wprowadź ścieżkę do serwera\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Wprowadź numer portu\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Wprowadź nazwę użytkownika\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Dodaj źródło %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Wprowadź ścieżki lub przeglądaj położenia mediów.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Wprowadź nazwę dla tego źródła mediów.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Wskaż nowe udziały\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Przeglądaj\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Nie można uzyskać informacji o folderze.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Dodaj źródło\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Edytuj źródło\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Edytuj źródło %s\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Wprowadź nową etykietę\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Wskaż zdjęcie\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Wskaż folder ze zdjęciami\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Dodaj położenie z sieci...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Wskaż plik\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Podmenu\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Uaktywnij przyciski podmenu\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Ulubione\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Wideo - Wtyczki \"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Muzyka - Wtyczki\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Zdjęcia - Wtyczki\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Wczytywanie folderu\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Uzyskano %i pozycji\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Uzyskano %i z %i pozycji\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Gry i Programy - Wtyczki\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Ustaw miniaturę wtyczki\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Ustawienia wtyczki\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Punkty dostępowe\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Inne...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Użytkownik\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Ustawienia skryptu\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Single\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"Klient SMB\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Grupa robocza\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Domyślny użytkownik\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Domyślne hasło\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"Serwer WINS\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Podłącz udziały SMB\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Usuń\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Muzyka\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Wideo\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Obrazy\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Pliki\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Muzyka i wideo\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Muzyka i obrazy\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Muzyka i pliki\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Wideo i obrazy\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Wideo i pliki\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Obrazy i pliki\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Muzyka, wideo i obrazy\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Muzyka, wideo, obrazy i pliki\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Wyłączony\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Pliki, muzyka i wideo\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Pliki, obrazy i muzyka\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Pliki, obrazy i wideo\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Muzyka, gry i programy\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Wideo, gry i programy\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Obrazy i programy\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Muzyka, wideo, obrazy i programy\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programy, wideo i muzyka\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programy, obrazy i muzyka\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programy, obrazy i wideo\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"Użytkownik\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"Hasło\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Hasło zostało ustawione pomyślnie!\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Autodetekcja\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Wykrywaj system\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Nick\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Pytaj czy połączyć\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Automatycznie wysyłaj login i hasło\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Opóźnienie pingu\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Połączyć z wykrytym systemem?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Rozgłoś usługi do innych systemów przez Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Inne urządzenie audio\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Inne urządzenie przepuszczające\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"zamiecie\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"i\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"śnieżyce\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"późno\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"pojedyncze\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"burze\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"pioruny\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"słonecznie\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"silne\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"w\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"the\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"w pobliżu\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"lód\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"szadź\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"spokojnie\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"z\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"wietrznie\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"mżawka\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"burza z piorunami\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"mżawka\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"mgliście\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"granulki\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"burze z piorunami\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"deszcze z piorunami\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Wygaś monitor podczas bezczynności\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Czas trwania\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Błąd skryptu! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Wyświetlacz LCD/VFD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Ekran główny\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programy\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Obrazy\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Eksplorator\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Ustawienia\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Muzyka\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Wideo\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"O systemie\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Ustawienia - Ogólne\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Ustawienia - Ekran\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Ustawienia - Interfejs - Kalibracja interfejsu\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Ustawienia - Wideo - Kalibracja ekranu\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Ustawienia - Obrazy\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Ustawienia - Programy\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Ustawienia - Pogoda\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Ustawienia - Muzyka\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Ustawienia - System\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Ustawienia - Wideo\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Ustawienia - Sieć\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Ustawienia - Wygląd\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Skrypty\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Wideo/Playlista\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Ustawienia - Profile\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Tak/nie dialog\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Okienko postępu\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Szukanie napisów...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Szukanie lub wgrywanie napisów...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"przerywanie\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"buforowanie\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Otwieram strumień\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Muzyka/Playlista\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Muzyka/Pliki\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Muzyka/Biblioteka\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Edytor playlisty\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Top 100 piosenek\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Top 100 albumów\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programy\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Konfiguracja\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Prognoza pogody\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Gry sieciowe\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Rozszerzenia\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Informacje o systemie\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Muzyka - Biblioteka\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Teraz odtwarzane - Muzyka\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Teraz odtwarzane - Wideo\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Info o albumie\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Info o filmie\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Dialog wyboru\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Muzyka/Info\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Dialog OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Filmy/Info\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Skrypty/Info\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Tryb pełnoekranowy\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Wizualizacja\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Dialog łączenia plików\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Przebudowywanie indeksu...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Wróć do okna muzyki\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Wróć do okna filmów\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Aktualizuj listę trainerów\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Nie znaleziono trainerów\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Ustawienia trainera\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Nie ma dostępnych trainerów. Zaktualizuj listę\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Wznawiaj odtwarzanie od miejsca przerwania\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Nie\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Tak\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Zapytaj\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Zacznij od początku\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Wznów od %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Weryfikuję istniejące trainery\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Dostęp zablokowany! Podaj kod...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Podaj hasło\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Wprowadź główne hasło\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Wprowadź kod odblokowujący\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"albo naciśnij C, aby anulować\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Wprowadź kombinację przycisków na padzie\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"naciśnij Start, aby zatwierdzić\\nnaciśnij  Back, aby anulować\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Ustaw zabezpieczenie\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Odblokuj\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Wyzeruj zabezpieczenie\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Usuń zabezpieczenie\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Hasło numeryczne\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Kombinacja przycisków na padzie\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Hasło w trybie tekstowym\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Wprowadź nowe hasło\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Potwierdź nowe hasło\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Nieprawidłowe hasło,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"pozostałych prób\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Wprowadzone hasło nie jest prawidłowe.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Odmowa dostępu\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Przekroczono limit prób wprowadzenia hasła.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Niestety system się teraz wyłączy.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Zablokowany\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Reaktywuj blokadę\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Zmień blokadę\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Zablokuj źródło\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Hasło było puste. Spróbuj ponownie.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Zabezpieczenie\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Zamknij system po przekroczeniu limitu prób logowania\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Nieprawidłowe hasło główne\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Wpisz hasło główne\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Ustawienia i eksplorator\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Ustaw jako domyślny dla wszystkich filmów\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Wszystkie wcześniejsze ustawienia zostaną wyczyszczone\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Czas wyświetlania zdjęcia\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Używaj efektu zbliżania i przesuwania\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Filmy NTSC jako PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Filmy PAL jako NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Filmy NTSC jako PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"Zegar 12 godzinny\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"Zegar 24 godzinny\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Dzień/Miesiąc\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Miesiąc/Dzień\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"System pracuje\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"minut\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"godzin\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"dni\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Całkowity czas pracy\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Pogoda\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Wygaszacz ekranu\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Menu ekranowe w trybie pełnoekranowym\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"System\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Natychmiastowe wyłączenie dysku\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Tylko filmy\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Opóźnienie\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Minimalny czas trwania pliku\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Zamknij\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Użyj własnej ścieżki dla Dashboardu\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Tryb zamykania\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Wyjdź\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Hibernuj\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Uśpij\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Koniec\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Uruchom ponownie\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Minimalizuj\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Działanie przycisku zasilania\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Czy inna sesja jest aktywna, może przez ssh?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Podłączono dysk przenośny\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Niebezpieczne odłączenie urządzenia\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Bezpiecznie odłączono urządzenie\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Podłączono joystick\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Odłączono joystick\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Filtr migotania\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Wybiera sterownik karty (potrzebny restart)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Synchronizacja pionowa\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Wyłączona\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Włączona podczas odtwarzania filmów\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Zawsze włączona\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Testuj i zastosuj rozdzielczość\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Zapisać rozdzielczość?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Czy chcesz zachować te ustawienia?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Upscaling wysokiej jakości\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Wyłączone\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Włącz dla zawartości SD\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Zawsze włączone\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Metody skalowania\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU poziom skalowania HQ\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Wygaszaj inne ekrany\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Wyłączone\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Wygaszaj ekrany\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Wykryto aktywne połączenie!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Kontynuując możesz stracić możliwość kontrolowania XBMC.\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"Chcesz zatrzymać serwer zdalnego sterowania?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Zmienić tryb pilota Apple?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Jeżeli aktualnie używasz pilota Apple zmiana tych\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"ustawień może doprowadzić do braku możliwości\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"dalszego kontrolowania XBMC. Kontynuować?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"Klucz:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"Temperatura:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"Model:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"Firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"Model:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"Nr seryjny:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"Firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"Hasło:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"Stan blokady:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Maska podsieci\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Brama\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Główny DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Inicjalizacja nie udała się\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"GamePad\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Klawiatura\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Mysz\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Słuchawki/Mikrofon\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Karta pamięci\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Odbiornik IR\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Kontroler Port\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Nigdy\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Natychmiast\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Po %i sekundach\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Data zainstalowania:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Ilość operacji start/stop:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profile\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Usunąć profil '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Ostatni wczytany profil:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Nieznany\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Zastąp\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Alarm\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Alarmuj w interwale (w minutach)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Rozpoczęto, alarm za %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarm!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Anulowano na %im%is do końca\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Szukaj napisów w archiwach (RAR)\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Wskaż napisy...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Przenieś\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Przenieś tutaj\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Anuluj przeniesienie\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Sprzęt:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Użycie procesora:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Połączony, ale DNS nie jest ustawiony.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Dysk twardy\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Partycje\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Domyślne\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Sieć\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Wideo\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Sprzęt\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"System operacyjny:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Prędkość CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Wykryty BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Koder Wideo:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Rozdzielczość ekranu:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Wersja Xboksa:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Nr seryjny Xboksa:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Producent Xboksa:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"ModChip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Kabel A/V:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Region Wideo i XBE:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"Region DVD:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Podłączony\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Brak połączenia. Sprawdź ustawienia sieci.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Klucz XBLIVE:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Docelowa temperatura\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Obroty wentylatora\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Auto kontrola temperatury\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Kontrola obrotów wentylatora\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"Czcionka\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Włącz odwrócone napisy (język arabski, hebrajski...)\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Pokazuj wiadomości RSS\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Pokazuj folder nadrzędny (..)\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Szablon nazewnictwa utworu\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Czy chcesz wykonać restart systemu\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"zamiast ponownego uruchomienia XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Efekt powiększenia\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Efekt unoszenia\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Redukcja czarnego paska\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Restart\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Płynne przejścia między utworami\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Odśwież miniatury\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Miniatury rekursywnie\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Rozpocznij pokaz\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"uwzględniając podfoldery\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Wybieraj losowo\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Tylko Lewy\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Tylko prawy\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Włącz obsługę karaoke\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Przezroczystość tła\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Przezroczystość napisów\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Opóźnienie A/V\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"Nie znaleziono %s\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Błąd otwierania %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Błąd wczytywania %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Błąd: brak pamięci\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Przesuń do góry\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Przesuń na dół\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Zmień opis\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Ustaw jako domyślny\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Usuń przycisk\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Dioda na panelu\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Kolor diody\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Zostaw jak jest\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Zielona\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Pomarańczowa\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Czerwona\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Mrugająca\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Wyłącz diodę podczas odtwarzania\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Informacje o filmie\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Dodaj do kolejki\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Szukanie w IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Przeszukaj nowe materiały\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Teraz odtwarzane\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Informacje o albumie\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Dodaj pozycję do biblioteki\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Zatrzymaj skanowanie\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Metody renderowania\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Pixel Shader (niska jakość)\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Overlay (sprzętowy)\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Pixel Shader (wysoka jakość)\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Odtwarzaj\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Ustaw ikonę artysty\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Automatycznie twórz miniatury\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Włącz głos\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Włącz urządzenie\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Głośność\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Domyślny tryb wyświetlania\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Domyślna jasność\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Domyślny kontrast\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Domyślna gamma\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Wznów odtwarzanie\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Maskowanie głosu - port 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Maskowanie głosu - port 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Maskowanie głosu - port 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Maskowanie głosu - port 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Przewijanie oparte na czasie\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Szablon nazewnictwa utworu - prawa strona\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Ustawienie\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Nie ma dostępnych efektów\\ndla tej wizualizacji\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Nie ma dostępnych opcji\\ndla tej wizualizacji\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Wysuń/Wsuń\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Wizualizacja podczas odtwarzania muzyki\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Oblicz wielkość\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Obliczanie wielkości folderu\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Ustawienia obrazu\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Ustawienia dźwięku i napisów\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Włącz napisy\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Skróty\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Sortuj bez przedimków w nazwie (np. \\\"the\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Płynne przejścia między utworami z tej samej płyty\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Wskaż %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Pokazuj pozycję utworu\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Przywróć domyślne\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Wznów\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Pobierz ikonę\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Informacje o obrazie\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s - zdefiniowane ustawienia\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(Ocena użytkowników IMDb)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Podłącz do Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Minimalne obroty wentylatora\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Pobieranie\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Pokazuj artystów występujących tylko w składankach\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Metoda renderowania\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Wykrywaj automatycznie\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"podstawowe shadery (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"zaawansowane shadery (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"programowo\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Usuń bezpiecznie\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Rozpocznij pokaz slajdów tutaj\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Zapamiętaj dla tej ścieżki\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Użyj obiektów buforu pikselowego\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Metoda synchronizacji A/V\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Zegar audio\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Zegar wideo (porzucaj/duplikuj dźwięk)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Zegar wideo (resampluj dźwięk)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Jakoś resamplingu\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Niska (szybkie)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Średnia\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Wysoka\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Bardzo wysoka (wolne!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Synchronizuj odtwarzanie z ekranem\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Pilot Apple\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Zezwalaj na start XBMC za pomocą pilota\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Opóźnienie sekwencji\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Wyłączony\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standardowy\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Pilot uniwersalny\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Multi pilot (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Błąd Pilota Apple\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Możliwe włączenie obsługi pilota Apple \"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Złącz części\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Złącz: tak\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Pobieranie pliku playlisty...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Pobieranie listy strumieni...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Przetwarzanie listy strumieni...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Nie można pobrać listy strumieni\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Nie można pobrać pliku playlisty\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Folder z grami\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Opcje automatycznego przełączania\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Automatyczne przełączanie widoku\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Duże ikony\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Metoda\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Procent\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Miniatury, jeżeli nie ma plików\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Przynajmniej jeden plik i ikona\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Procentowo miniatury\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Opcje widoku\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Ustaw miasto 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Ustaw miasto 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Ustaw miasto 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Biblioteka\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Bez TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Wpisz nazwę miasta (bez polskich znaków)\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Wideo/Audio/DVD z twardego dysku\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Wideo z - napędu DVD\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \" - sieci lokalnej\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \" - Internetu\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Audio z - napędu DVD\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \" - sieci lokalnej\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \" - Internetu\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD z - napędu DVD\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \" - sieci lokalnej\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Usługi\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Zmieniono ustawienia sieci\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"Wprowadzone zmiany wymagają ponownego uruchomienia.\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"Chcesz teraz ponownie uruchomić XBMC?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Przetwarzanie\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Zamknij w trakcie odtwarzania\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i s\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Zegar w formacie\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Data w formacie\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Filtry GUI\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Skanuj w tle\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Zatrzymaj skanowanie\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Nie możliwe podczas zbierania info o mediach\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Efekt ziarnistości\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Szukaj miniatur w udziałach sieciowych\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Nieznany - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Podaj użytkownika dla\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Data i czas\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Ustaw datę\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Ustaw godzinę\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Wprowadź godzinę (GG:MM)\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Wprowadź datę (DD/MM/RRRR)\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Wprowadź adres IP\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Chcesz zapisać swoje ustawienia?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Zastosuj i zapisz\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Zezwalaj na zmianę nazwy i kasowanie plików\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Ustaw strefę czasu\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Synchronizacja czasu z uwzględnieniem czasu letniego\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Dodaj do ulubionych\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Usuń z ulubionych\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"Kolor skóry\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Kraj strefy czasowej\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Strefa czasowa\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Listy plików\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Wyświetlaj dane EXIF\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Używaj pełnoekranowego okna zamiast pełnego ekranu\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Dodawaj zaznaczone utwory do kolejki\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Automatycznie odtwarzaj płyty CD\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Odtwarzanie\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Automatycznie odtwarzaj płyty DVD\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Czcionka\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Język\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Zestaw znaków\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Debugowanie\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Ochrona\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Urządzenia wejściowe\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Oszczędzanie energii\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Usuń\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Gry\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Dodaj\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Hasło\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Płytoteka\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Baza danych\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Wszystkie albumy\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Wszyscy artyści\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Wszystkie utwory\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Wszystkie gatunki\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Buforowanie...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Dźwięki nawigacji\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Domyślne\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"Motyw skóry\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Domyślny\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Loguj utwory do mojego profilu Last.FM\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Użytkownik\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Hasło\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Stan czuwania...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Proszę uaktualnić XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Błąd autoryzacji: sprawdź użytkownika i hasło\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Połączony\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Niepołączony\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Opóźnienie między powtórzeniami %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"%i utworów w buforze\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Przesyłam...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Przesłano w %i sekund\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Użyj do odtwarzania...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Użyj płynniejszej synchronizacji A/V\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Ukrywaj nazwy plików w widoku miniatur\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Odtwarzaj w Trybie Imprezy\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Loguj utwory do mojego profilu Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Użytkownik\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Hasło\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Profil muzyczny\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Loguj utwory, gdy słucham radia Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Łączenie z Last.FM...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Wybór stacji...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Wykonawcy podobni do...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Muzyka otagowana...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Twój profil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Popularne tagi\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Artyści najczęściej tagowani jako %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Albumy najczęściej tagowane jako %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Utwory najczęściej tagowane jako %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Stacja: Radio  taga %name%\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Artyści podobni do %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Najlepsze albumy %name%\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Najlepsze utwory %name%\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Popularne tagi dla %name%\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Najwięksi fani %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Stacja: Radio fanów %name%\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Stacja: Wykonawcy podobni do %name%\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"%name% - Ogólny ranking\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"%name% - Ogólny ranking\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"%name% - Ogólny ranking\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"%name% - Znajomi\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"%name% - Sąsiedzi\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"%name% - Tygodniowy ranking\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"%name% - Tygodniowy ranking\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"%name% - Tygodniowy ranking\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"%name% - Stacja: Radio Twoich sąsiadów\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"%name% - Stacja: Radio Twoja stacja radiowa\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"%name% - Stacja: Radio Twoje ulubione utwory\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Pobieranie listy z Last.FM...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Nie można pobrać listy z Last.FM...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Wpisz nazwę wykonawcy, aby wyszukać pokrewnych\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Wpisz tag, aby znaleźć podobne\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"%name% - Ostatnio odtwarzane\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"%name% - Stacja: Radio Twoje propozycje\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"%name% - Twoje tagi\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Napewno chcesz dodać ten utwór do ulubionych?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Napewno chcesz zablokować ten utwór?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \" '%s' - dodano do ulubionych\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Nie można dodać '%s' do ulubionych\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Zablokowany: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Nie można zablokować '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"%name% - Ostatnio ulubione\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"%name% - Ostatnio zablokowane\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Usuń ze swoich ulubionych utworów\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Odblokuj ten utwór\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Czy na pewno chcesz usunąć ten utwór z listy ulubionych?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Czy na pewno chcesz odblokować ten utwór?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Niepoprawna ścieżka\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Nie mogę połączyć się z serwerem\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Nie znaleziono żadnego serwera\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Grupa robocza nie została odnaleziona\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Otwieranie wielościeżkowego źródła\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Ścieżka:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Ogólne\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Przeszukiwanie w Internecie\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Odtwarzacz\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Odtwarzaj z płyty\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Wpisz nowy tytuł\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Wpisz nazwę filmu\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Wpisz nazwę profilu\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Wpisz nazwę albumu\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Wpisz nazwę playlisty\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Wpisz nową nazwę pliku\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Wprowadź nazwę folderu\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Wejdź do folderu\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Dostępne: %A , %T , %N , %B , %D , %G , %Y , %F , %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Wprowadź tekst do wyszukania\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Brak\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Auto wybór\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Usuń przeplot\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (odwrócony)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Obsługa przeplotu\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Anulowanie...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Wpisz nazwę artysty\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Odtwarzanie zakończone błędem\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Nie udało się odtworzyć jednego lub więcej plików.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Wprowadź wartość\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Przejrzyj plik dziennika (log).\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Tryb Imprezy przerwany.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Nie ma utworów spełniających twoje kryteria.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Nie można zainicjalizować bazy danych.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Nie można otworzyć bazy danych.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Nie można pobrać utworów z bazy danych.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Playlista Trybu Imprezy\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Wszystkie filmy\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Nieoglądane\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Oglądane\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Oznacz jako oglądane\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Oznacz jako nieoglądane\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Edytuj tytuł\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Użyj NTSC-M i NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Użyj tylko NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Użyj tylko NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Użyj tylko PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Dla gier 60Hz\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Polecenie przerwane\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Kopiowanie nie powiodło się\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Przynajmniej jeden plik nie został skopiowany\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Przeniesienie nie powiodło się\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Przynajmniej jeden plik nie został przeniesiony\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Usuwanie nie powiodło się\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Przynajmniej jeden plik nie został usunięty\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Metody skalowania wideo\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Nearest neighbour\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (programowo)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczosz (programowo)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (programowo)\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)Redukcja szumu\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)Ostrość\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Inverse Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Post-processing\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Wyświetlaj odliczanie czasu uśpienia\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Przełącz kanał\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Folder zapisywanej muzyki\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Użyj zewnętrznego odtwarzacza DVD\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Zewnętrzny odtwarzacz DVD\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Folder zwiastunów\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Folder zrzutów ekranu\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Folder list odtwarzania\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Nagrania\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Zrzuty ekranu\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Użyj XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Playlisty muzyczne\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Playlisty wideo\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Uruchomić grę?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Sortuj: Playlista\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Ikona z Internetu\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Aktualna ikona\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Lokalna ikona\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Brak ikony\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Wybierz miniaturę\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Konflikt\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Nowe skanowanie\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Skanuj wszystko\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Region\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Podsumowanie\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Zablokuj dostęp do muzyki\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Zablokuj dostęp do wideo\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Zablokuj dostęp do obrazów\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Gry i programy, stany gier i skrypty - zablokuj dostęp\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Zablokuj dostęp do eksploratora\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Zablokuj dostęp do ustawień\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Od nowa\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Wejdź w tryb administratora\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Opuść tryb administratora\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Stworzyć profil '%s' ?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Rozpocznij od nowa z domyślnymi ustawieniami\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Najlepszy z dostępnych\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Automatyczne przełączanie pomiędzy 16x9 i 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Traktuj złączone pliki jako jeden\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Uwaga\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Opuszczono tryb administratora\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Aktywny tryb administratora\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Ikona z Allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Usuń miniaturę\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Dodaj profil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Info do wszystkich albumów\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"o mediach\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Oddzielny\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Współdzieli z domyślnymi\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Współdzieli z domyślnymi (tylko odczyt)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Skopiuj domyślne\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Awatar profilu\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Ustawienia blokad dostępu\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Edytuj profil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Profil zablokowany\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Nie można utworzyć folderu\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Folder z profilami\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Chcesz wprowadzać źródła mediów zupełnie od nowa\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Upewnij się, czy w tym folderze można zapisywać\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"i czy jego nazwa jest prawidłowa\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Ocena MPAA\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Wprowadź hasło główne\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Pytaj o hasło główne na starcie\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Ustawienia skóry\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- nieprzypisany -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Włącz animacje\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Wyłącz wiadomości RSS podczas odtwarzania muzyki\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Włącz przycisków skrótów\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Dostęp do zakładki programy w głównym menu\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Pokazuj info o muzyce\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Pokazuj dane pogodowe\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Pokazuj info o systemie\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Pokazuj wolne miejsce dla C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Pokazuj wolne miejsce dla E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Dane pogodowe\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Wolne miejsce na dyskach\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Wprowadź nazwę istniejącego udziału\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Hasło\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Wczytaj profil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Nazwa profilu\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Źródła mediów\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Wprowadź hasło\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Ekran logowania\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Pobieram informacje o albumie\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Pobieram informacje o albumie\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Jednoczesne zgrywanie i odtwarzanie płyty CD jest niemożliwe\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Hasło główne i ustawiania\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Wprowadzenie hasła głównego uaktywnia tryb administratora\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"czy może raczej skopiować je z profilu domyślnego?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Zapisać zmiany w profilu?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Znaleziono poprzednie ustawienia.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Czy chcesz je przywrócić?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Znaleziono poprzednie źródła mediów.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Oddzielny (zablokowany)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Główny\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"Powiększenie skóry\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"Ustawienia UPnP\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Autostart klienta UPnP\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Ostatnie logowanie: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Nigdy nie zalogowano\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Logowanie / Wybierz profil\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Blokada dostępu na ekran logowania\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Nieprawidłowe hasło.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Wymagane hasło główne, aby zmienić te ustawienia.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Ustawić teraz?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Wczytywanie informacji o programie\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Imprezujemy!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Prawda\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Robię drinki\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Napełniam szklaneczki\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Zalogowano jako\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Wyloguj\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Powrót na górę\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Splot\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Splot (odwrócony)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Mieszanina\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Uruchom ponownie wideo\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Edytuj położenie z sieci\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Usuń położenie z sieci\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Skanować ten folder?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Karta pamięci\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Karta pamięci podłączona\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Podłączenie karty pamięci niemożliwe\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"w porcie %i, slot %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Zablokuj wygaszacz\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Ustaw\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Użytkownik\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Wprowadź hasło dla\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Planowane zamknięcie\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Zamykaj w intewale (w minutach)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Uruchomiono, zamknięcie za %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Zamknięcie za 30 minut\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Zamknięcie za 60 minut\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Zamknięcie za 120 minut\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Zaplanuj zamknięcie\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Anuluj zamknięcie\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Zablokuj ustawienia dla %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Przeglądaj...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Informacje podstawowe\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Informacje o partycjach\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Informacje o dysku\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Informacje o napędzie DVD-ROM\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Informacje o sieci\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Informacje o karcie graficznej\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Informacje o sprzęcie\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Razem\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"zajęte\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"z\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Blokowanie niedostępne\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Nie zablokowany\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Zablokowany\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Zamrożony\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Wymagany reset\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Tydzień\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Linia\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Otoczenie sieciowe Windows (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"Serwer XBMSP\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"Serwer FTP\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"Serwer UPnP\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Pokazuj info o filmie\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Gotowe\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Symbole\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Backspace\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Spacja\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Przeładuj skórę\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Obracaj zdjęcia na bazie danych EXIF\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Używaj widoku plakatu dla seriali\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Proszę czekać\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Odczytuję wartości zapisane w EEPROM-ie\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Odczytuję wartości zapisane w BIOS-ie\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Automatyczne przewijanie fabuły i recenzji\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Własne\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Włącz logowanie (debug)\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Pobieraj dodatkowe informacje podczas aktualizacji\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Domyślne źródło informacji\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Zmień scraper\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Eksportuj bibliotekę muzyki\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Importuj bibliotekę muzyki\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Nie znaleziono artysty!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Pobieranie informacji o artyście nie powiodło się\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Imprezujemy! (wideo)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Robię drinki (wideo)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Napełniam szklaneczki (wideo)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"Serwer WebDAV (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"Serwer WebDAV (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"Klient MythTV\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Folder serwera web (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Folder serwera web (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Nie powiódł się zapis do folderu:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Pominąć i kontynuować?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"Kanały RSS\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Nieznany. Dodaj MD5 z loga xbmc do pliku BiosIDs\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Alternatywny DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"Serwery DHCP:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Utwórz nowy folder\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Przyciemnij podczas odtwarzania\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Nieznany lub zintegrowany (zabezpieczony)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Rozjaśnij podczas pauzy\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Włącz diodę podczas pauzy\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Wideo - Biblioteka\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Stany Gier\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Sortuj: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Ściągnij stan gry z Internetu\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Stan wgrany i zainstalowany na dysku\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Ściąganie nie powiodło się!\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Wybierz ten, który chcesz ściągnąć i zainstalować\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"nie ma dostępnych stanów dla tej gry\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Przejdź do stanów gier\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Stany gier\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Odtwarzaj część...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Resetowanie kalibracji\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Spowoduje to reset ustawień kalibracji dla %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"zostaną przywrócone wartości domyślne.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Wskaż folder docelowy\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Nazwa folderu jako podstawa szukania\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Plik\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Użyć nazwy pliku lub folderu jako podstawy szukania?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Określ zawartość\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Folder\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Uwzględnić zawartość podfolderów?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Odblokuj źródła\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Aktor\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Reżyser\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Usunąć z biblioteki XBMC wszystkie pozycje\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"związane z tę ścieżką?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Filmy\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"Seriale\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Zawartość folderu\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Uruchom automatyczne skanowanie\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"z uwzględnieniem podfolderów\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"jako\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Reżyserzy\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Ta ścieżka nie zawiera żadnych plików video!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"głosów\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Info o serialu\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Informacje o odcinku\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Wczytywanie informacji o serialu\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Pobieranie opisów odcinków\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Wczytywanie informacji o odcinkach w folderze\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Wybierz serial:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Wprowadź tytuł serialu\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Sezon %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Odcinek\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Odcinki\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Wczytywanie informacji o odcinkach\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Usuń odcinek z biblioteki\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Usuń serial z biblioteki\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Serial\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Fabuła odcinka\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Wszystkie sezony\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Ukrywaj oglądane\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Kod Prod.\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Pokazuj fabułę dla nieoglądanych pozycji\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Ukryte. Poznanie fabuły psuje przyjemność oglądania *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Ustaw ikonę sezonu\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Miniatura dla sezonu\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Sezon\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Pobieranie informacji o filmie\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Nieokreślona zawartość\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Tytuł oryginalny\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Odśwież informację o serialu\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Odświeżyć dane dla wszystkich odcinków?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Wybrany folder zawiera jeden serial\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Wyklucz wybrany folder ze skanowania\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Specjalne\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Pobieraj ikonę sezonu\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Wybrany folder zawiera jeden plik wideo\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Link do serialu\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Usuń link do serialu\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Ostatnio dodane filmy\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Ostatnio dodane odcinki\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Wytwórnia\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Teledyski\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Ostatnio dodane teledyski\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Teledysk\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Usuń teledysk z biblioteki\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Info o teledysku\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Wczytywanie informacji o teledysku\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Mieszany\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Przejdź do albumów tego artysty\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Przejdź do albumu\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Odtwarzaj utwór\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Przejdź do teledysków z tego albumu\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Przejdź do teledysków tego artysty\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Odtwarzaj teledysk\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Pobieraj zdjęcia aktorów dodając film do biblioteki\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Ustaw zdjęcie aktora\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Odcinek - usuń zakładkę\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Odcinek - ustaw zakładkę\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Ustawienia scrapera\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Pobieranie informacji o teledysku\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Pobieranie informacji o serialu\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Zwiastun\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Tylko tytuły\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Pomiń podział na sezony\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Pobierz FanArt\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Fanart jako tło w trybie biblioteki\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Wyszukiwanie nowych pozycji\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Premiera\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Scenariusz\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Wyczyść nazwę pliku i katalogu\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"nigdy\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"dla jednosezonowych seriali\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"zawsze\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"ma zwiastun\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Fałsz\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Pokaz slajdów z fanartami\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Eksportować do pojedynczego pliku\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"czy rozdzielić pliki?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Jeden plik\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Oddziel\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Eksportować miniatury i fanart?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Nadpisać istniejące pliki?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Pomijaj ten folder podczas aktualizacji biblioteki\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Twórz miniatury i pobieraj informacje o pliku wideo\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Serie\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Ustaw ikonę serii filmów\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Eksportować zdjęcia aktorów?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Wybierz fanart\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Lokalny fanart\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Brak fanartu\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Aktualny fanart\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Fanart z Internetu\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Zmień typ zawartości\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Odświeżyć informacje dla wszystkich\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"pozycji związanych z tą ścieżką?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Informacja lokalna znaleziona.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Zignorować i odświeżyć z Internetu?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Nie można było pobrać informacji\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Kontynuować skanowanie?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Kraje\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Grupuj filmy w serie\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Pokazuj ukryte pliki i foldery\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"Klient TuxBox\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"UWAGA: Urządzenie TuxBox jest w trybie nagrywania!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Strumień zostanie zatrzymany!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Dołączenie do kanału: %s nie powiodło się!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Chcesz rozpocząć odtwarzanie strumienia?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Łączenie z: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"Urządzenie TuxBox\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Dodaj udział ...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Udostępniaj bibliotekę przez UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Edytuj udział\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Usuń udział\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Katalog z napisami\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Filmy i alternatywny folder dla napisów\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Włącz obsługę myszy\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Dźwięki nawigacyjne podczas odtwarzania mediów\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Miniatura\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Narzucaj region DVD\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Wyjście wideo\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Proporcje obrazu\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Zwykły\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Panoramiczny\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Uaktywnij 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Uaktywnij 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Uaktywnij 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Wprowadź nazwę nowej playlisty\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Pokazuj przycisk \\\"Dodaj źródło\\\" w liście plików\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Pokazuj pasek przewijania\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Filtrowanie oglądanych pozycji jako przełącznik w trybie biblioteki\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Otwórz\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Poziomem głośności pracy\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Szybki\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Cichy\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Ustaw własne zdjęcie jako tło\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Zarządzanie poziomem użycia energii\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"wysokie zużycie\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"niskie zużycie\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Wysoka gotowość\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Niska gotowość\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Nie mogę trzymać w pamięci podręcznej plików powyżej 4 GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Rozdział\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Pixel shader v2 HQ\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Włącz playlistę na starcie\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Używaj animacji przejściowych\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"zawiera\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"nie zawiera\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"jest\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"nie jest\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"zaczyna od\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"kończy na\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"więcej niż\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"mniej niż\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"po\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"przed\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"w ostatnich\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"nie w ostatnich\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Scrapery\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Domyślny dla filmów\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Domyślny dla seriali\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Domyślny dla teledysków\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Zawsze próbuj pobierać dane w wybranym języku\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Ustawienia\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"wielojęzyczny\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Wartości do spełnienia\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Kryteria playlisty (smart)\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Dopasuj pozycje gdzie\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Nowe kryterium...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Pozycje muszą spełniać\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"wszystkie kryteria\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"przynajmniej jedno kryterium\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Ogranicz do\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Bez ograniczeń\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Sortuj\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"rosnąco\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"malejąco\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Edytuj playlistę (smart)\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Nazwa playlisty\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Znajdź pozycje gdzie\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Edytuj\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i pozycji\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Nowa playlista (smart)\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"Dysk %c\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Edytuj kryteria dla Trybu Imprezy\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Folder domowy\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Oglądnięć\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Tytuł odcinka\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Rozdzielczość wideo\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Kanały audio\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Kodek wideo\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Kodek audio\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Język dialogów\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Język napisów\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Przyciski pilota emulują naciśnięcia klawiszy\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Nazwa pliku\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Lokalizacja\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Rozmiar\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Data/czas pliku\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Indeks slajdu\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Rozdzielczość\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Komentarz\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Kolorowe/czarno-białe\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Proces JPEG\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Data/godzina\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Opis\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Marka aparatu\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Model aparatu\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Komentarz Exif\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Oprogramowanie\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Przesłona\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Ogniskowa\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Nastawiona ostrość\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Ekspozycja\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Czas ekspozycji\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Korekta ekspozycji\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Tryb ekspozycji\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Lampa błyskowa\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Balans bieli\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Źródło światła\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Tryb pomiaru\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"Czułość ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Powiększenie cyfrowe\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Szerokość CCD\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"Szerokość geograficzna (GPS)\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"Długość geograficzna (GPS)\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Wysokość bezwzględna (GPS)\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orientacja\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Kategorie dodatkowe\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Słowa kluczowe\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Podpis\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Autor\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Nagłówek\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Specjalne instrukcje\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Kategoria\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Łącze autora\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Nazwa łącza\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Lista zasług\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Źródło\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Prawa autorskie\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Nazwa obiektu\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Miasto\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Prowincja/stan\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Kraj\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Wybór odwołania do źródła\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Data utworzenia\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Identyfikator przynależności\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Kod kraju\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Odwołanie do usługi\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Zezwalaj na sterowanie XBMC przez UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Próbuj przeskoczyć wstęp przed menu DVD\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Zapisana muzyka\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Info do wszystkich artystów\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Pobieranie informacji o albumie\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Pobieranie informacji o artyście\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biografia\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Dyskografia\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Szukam artysty\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Wybierz artystę\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Info o artyście\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instrumenty\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Data urodzenia\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Data powstania\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Motywy\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Rozwiązana\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Data śmierci\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Lata aktywności\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Wytwórnia\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Data urodzenia/powstania\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Aktualizuj bibliotekę na starcie\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Zawsze uaktualniaj Bibliotekę w tle\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS Suffix\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Opóźnij o: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Przyspiesz o: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Przesunięcie napisów\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"Dostawca OpenGL:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"Renderer OpenGL:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"Wersja OpenGL:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"Temperatura MB:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Temperatura CPU:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Całkowity rozmiar pamięci\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Dane profilu\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Przyciemniaj podczas pauzy w odtwarzaniu\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Wszystkie nagrania\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"po tytułach\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"po grupach\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Kanały na żywo\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Nagrania po tytułach\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Program\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Minimalizacja czarnych pasów - dopuszczalny błąd proporcji\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Pokazuj pliki wideo w listach\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Wersja Direct3D\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Czcionka\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- rozmiar\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- kolor\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- zestaw znaków\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Eksportuj tytuły karaoke jako HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Eksportuj tytuły karaoke jako CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Importuj tytuły karaoke..\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Automatycznie pokazuj okno wyboru utworu\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Eksportuj tytuły karaoke...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Wprowadź numer utworu\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"biało/zielona\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"biało/czerwona\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"biało/niebieska\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"czarno/biała\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Wtyczka Pogoda\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- Ustawienia wtyczki\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Włącz Teletekst\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Część %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Buforowanie %i bajtów\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Zatrzymywanie\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Uruchomiony\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Działa zewnętrzny odtwarzacz\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Naciśnij OK, aby wyłączyć odtwarzacz\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Naciśnij OK po zakończeniu odtwarzania\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Wtyczka\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Ustaw\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Wyłącz\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Włącz\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Ta wtyczka nie może być skonfigurowana\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Tryb biblioteki\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"Klawiatura QWERTY\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Używasz przepuszczania dźwięku do zewnętrznych dekoderów\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Filtr migotania (Auto Flicker Filter Patch)\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Jakość zwiastunu\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Strumieniuj\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Pobierz\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Pobierz i odtwarzaj\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Pobierz i zapisz\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Dzisiaj\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Jutro\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Zapisywanie\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Kopiowanie\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Zapisz do\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Czas przeszukiwania\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Krótki\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Długi\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Użyj odtwarzacza DVD zamiast zwykłego\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Przed odtwarzaniem zapytaj czy pobrać\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Klipy\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Wtyczka wymaga restartu\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Wieczorem\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Jutro wieczorem\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Warunki\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"opady\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"opadów\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Wilgotno\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Odczuwalna\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Obserwowany\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Odejście od normy\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"wschód\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"zachód\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Szczegóły\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Prognoza\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Coverflow\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Przetłumacz tekst\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Plan kategorii %s\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 godzin\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Mapy\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Co godzinę\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Weekend\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s dzień\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Alarm\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Alarmy\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Wybierz\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Sprawdź\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Skonfiguruj\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Sezony\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Użyj twojego\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Oglądaj\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Słuchaj\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Przeglądaj\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Skonfiguruj\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Zasilanie\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Menu\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Odtwarzaj\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Opcje\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Edytor\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"O\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Ocena \\\"gwiazdkowa\\\"\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Tło\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Tła\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Własne tło\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Własne tła\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Przeglądaj Readme\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Przeglądaj Changelog\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Ta wersja %s wymaga\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"Wymagany XBMC w wydaniu %s lub wyższym.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Zaktualizuj XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Dane niedostępne!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Następna strona\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Lubię\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Nie lubię\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Plik znajduje się w stosie, wybierz część którą chcesz odtwarzać.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Ścieżka do skryptu\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Włącz przycisk własnego skryptu\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Portuguese/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<language locale=\"Portuguese\">\n  <charsets>\n    <gui unicodefont=\"true\">CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>pt</menu>\n    <audio>pt</audio>\n    <subtitle>pt</subtitle>\n  </dvd>\n\n  <regions>\n      <region name=\"Portugal\" locale=\"Portugal\">\n      <dateshort>DD-MM-YYYY</dateshort>\n      <datelong>DDDD, D' de 'MMMM' de 'YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n  </regions>\n\n  <sorttokens>\n    <token>The</token>\n    <token>O</token>\n    <token>A</token>\n    <token>Os</token>\n    <token>As</token>\n  </sorttokens>\n</language>"
  },
  {
    "path": "Mod Files/system/language/Portuguese/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Portuguese (http://www.transifex.com/projects/p/xbmc4xbox/language/pt/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: pt\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Imagens\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Vídeos\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"Guia de TV\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Configurações\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Gestor Ficheiros\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Meteorologia\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"centro de média xbmc\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Segunda\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Terça\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Quarta\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Quinta\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Sexta\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Sábado\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Domingo\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Janeiro\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Fevereiro\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Março\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"Abril\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Maio\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Junho\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Julho\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"Agosto\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"Setembro\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Outubro\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"Novembro\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"Dezembro\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Seg\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Ter\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Qua\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Qui\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Sex\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Sáb\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Dom\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Jan\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Fev\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Abr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"Mai\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Jun\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Jul\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Ago\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Set\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Out\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Dez\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Ver: Auto\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Ver: Auto grande\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Ver: Ícones\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Ver: Lista\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Procurar\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Ordenar: Nome\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Ordenar: Data\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Ordenar: Tamanho\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Não\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Sim\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Slides\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Criar miniaturas\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Criar miniaturas\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Atalhos\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Pausado\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Copiar\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Mover\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Apagar\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Renomear\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Nova pasta\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Confirmar: Copiar\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Confirmar: Mover\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Confirmar: Apagar\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Copiar este(s) ficheiro(s)?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Mover este(s) ficheiro(s)?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Apagar este(s) ficheiro(s)? Não poderá recuperá-lo(s)!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Estado\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Objectos\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Geral\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Slides\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Info Sistema\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Ecrã\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Álbuns\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Artistas\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Músicas\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Géneros\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Listas Reprodução\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Procurar\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Info do Sistema\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperaturas:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Hora:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Actual:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Versão:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Rede:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Tipo:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Estático\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"Endereço MAC\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"Endereço IP\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Ligação: \"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Half-duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Full-duplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Armazenamento\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Drive\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Livre\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Memória livre\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Sem ligação\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Livre\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Indisponível\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Gaveta da drive aberta\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Carregando...\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Sem disco\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disco presente\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Tema\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Activar Servidor FTP\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Activar Sincronização da Hora com a Internet\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Resolução\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Taxa de actualização do ecrã igual à do vídeo\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Data de lançamento\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Exibir vídeo 4:3 como\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Sonoridades\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Estilos\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Música\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Duração\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Selecção de álbum\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Faixas\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Crítica\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Actualizar\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Procurando álbum\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Nenhum álbum encontrado!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Seleccionar todos\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Procurando informação de média\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Guardar\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Aleatório\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Limpar\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Procurar\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Procurando...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Não foi encontrada nenhuma informação!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Seleccionar filme:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"A pedir informação de %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"A carregar detalhes do vídeo\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Slogan\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Sinopse\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Votos:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Elenco\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Enredo\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Reproduzir\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Seguinte\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Anterior\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Calibrar Interface do Utilizador...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Calibrar ecrã...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Suavizar\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Nível de ampliação\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Ajustar rácio de píxeis\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"Drive de DVD\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Insira o disco\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Partilha remota\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Não existe ligação à rede\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Cancelar\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Velocidade\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Padrões de teste...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Procurar informação de CDs de áudio em freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Iniciar com lista de reprodução aleatória\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Tempo para paragem do HDD\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Filtros de vídeo\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Nenhum\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Ponto\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Linear\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotrópico\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Cúbico gaussiano\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Minimização\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Magnificação\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Apagar Lista Reprodução ao terminar\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Carregamento Automático de DVD-Vídeo\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Carregamento Automático de VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Carregamento Automático de CD-Áudio\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Carregamento Automático de Jogos XBOX\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Carregamento Automático de Vídeos\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Carregamento Automático de Música\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Carregamento Automático de Imagens\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Visualização\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Seleccionar pasta de destino\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Saída por todas as colunas\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Número de canais\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"Receptor DTS\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"A pesquisar informação do CD\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Erro\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Activar leitura de etiquetas\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Abrindo\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Aguardando início...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Output dos scripts\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Activar controlo do XBMC por HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Gravar\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Parar gravação\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Ordenar: Faixa\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Ordenar: Tempo\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Ordenar: Título\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Ordenar: Artista\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Ordenar: Álbum\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"100 Melhores\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Compensação de overscan do canto superior esquerdo\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Compensação de overscan do canto inferior direito\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Posição das legendas\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Ajuste de rácio de píxeis\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Mova a seta para alterar o tamanho de overscan\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Mova a barra para alterar a posição das legendas\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Ajuste o rectângulo para ficar um quadrado perfeito\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Não foi possível carregar as configurações\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Usando as configurações originais\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Por favor, verifique os ficheiros XML\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Encontrados %i itens\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Resultado da procura\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Sem resultados\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Filtro Pós Processamento\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Legendas\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Fonte\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Tamanho\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Compressão do volume de som (dB)\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Áudio\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Procurar legendas\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Criar marcador\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Limpar marcadores\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Corrigir tempo do áudio\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Marcadores de Posição\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Atraso\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Activado\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Não interlaçado\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Pós Processamento Automático\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Filtro de Desbloqueio Vertical\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Filtro de Desbloqueio Horizontal\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Brilho/Contraste Automático\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Limpando a base de dados\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Preparando...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Erro na base de dados\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Procurando músicas...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"A base de dados foi limpa\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Limpando músicas...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Erro ao limpar as músicas\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Limpando artistas...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Erro ao limpar os artistas\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Limpando géneros...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Erro ao limpar géneros\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Limpando localizações...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Erro ao limpar localizações\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Limpando álbuns...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Erro ao limpar os álbuns\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Guardando alterações...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Erro ao guardar alterações\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Isto pode demorar algum tempo...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Comprimindo base de dados...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Erro ao comprimir a base de dados\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Quer limpar a Biblioteca?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Limpar Biblioteca...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Iniciar\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Conversão de framerate\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Saída Áudio\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analógico\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digital\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Colectânea\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Iniciar disco\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Filmes\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Ajustar framerate\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Actores\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Ano\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Desligado\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Esvanecimento\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Preto\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Caudas Matrix\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Início da protecção de ecrã\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Modo da protecção de ecrã\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Temporizador para desligar\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Todos os álbuns\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Álbuns recentes\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Protecção ecrã\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Slides recursivos\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Nível de esvanecimento da protecção de ecrã\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Ordenar: Ficheiro\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Receptor AC3\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Ordenar: Nome\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Ordenar: Ano\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Ordenar: Avaliação\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Título\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Trovoadas\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Parcial\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Geral\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Ensolarado\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Nublado\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Neve\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Chuva\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Leve\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"AM\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"PM\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Chuvadas\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Pouco\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Disperso\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Vento\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Forte\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Calmo\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Limpo\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Nuvens\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Cedo\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Chuvoso\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Nevada\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Mínima\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Média\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Máxima\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Nevoeiro\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Névoa\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Local\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Tempo entre actualizações\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Temperatura medida em\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Velocidade medida em\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Tempo\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temperatura\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Sensação de\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"Índice UV\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Vento\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Condensa aos\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Humidade\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"desde\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"até\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Definições padrão\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Acedendo ao serviço de meteorologia\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Obtendo a previsão do tempo para:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Não foi possível obter dados meteorológicos.\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manual\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Não existe crítica para este álbum\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Transferindo miniatura...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Indisponível\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Vista: Ícones grandes\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Ligar Biblioteca\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Apagar informação do álbum\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Apagar informação do CD\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Seleccionar\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Não foi encontrada informação do álbum\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Não foi encontrada informação do CD\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disco\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Inserir um CD/DVD válido\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Insira o seguinte CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Ordenar: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Sem cache\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Remover filme da Biblioteca\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Quer mesmo apagar \\\"%s\\\"?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Disco removível\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Abrindo ficheiro\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Cache\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Disco\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Rede local\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Áudio\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Início automático\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Activado\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Colunas\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Endereço da linha 1\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Endereço da linha 2\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Endereço da linha 3\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Endereço da linha 4\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Linhas\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Modo\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Trocar de vista\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Legendas\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Pista áudio\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[activo]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Legenda\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Luz de fundo\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Brilho\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Contraste\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gama\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Tipo\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Mova a barra para mudar a posição do visor\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Posição do visor\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Créditos\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Desligado\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Apenas música\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Música e vídeo\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Não foi possível carregar a lista de reprodução\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"Visor\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Tema e Idioma\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Visual\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Opções de áudio\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Sobre o XBMC\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"Álbum\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Apagar álbum\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Repetir\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Repetir uma vez\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Repetir a pasta\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Reproduzir automaticamente a próxima música\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Usar ícones grandes\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Redimensionar VobSubs\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Opções avançadas (para especialistas!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Máximo de volume áudio (dB)\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Graduar vídeos para resolução da interface\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Calibração\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Exibir extensões de ficheiro\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Ordenar: Tipo\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"A ligação à informação online falhou\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"A transferência da informação do álbum falhou\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Procurando nomes de álbuns...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Aberta\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Ocupada\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Sem disco\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Carregando informação dos ficheiros...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Ordenar: Uso\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Activar Visualizações\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Activar troca do modo de vídeo\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Janela Inicial\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Janela Principal\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Definições manuais\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Género\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Tornar aqrquivos com um ficheiro transparentes\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Últimos álbuns reproduzidos\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Executar\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Executar em...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Editar titulo XBE\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Compilações\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Remover fonte\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Mudar tipo de média\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Seleccionar lista de reprodução\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Nova lista de reprodução...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Adicionar à lista de reprodução\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Adicionar manualmente à Biblioteca\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Introduzir título\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Erro: Título duplicado\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Seleccione género\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Novo género\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Adição manual\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Introduzir género\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Ver: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Lista\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Ícones\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Lista grande\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Ícones grandes\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Amplo\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Muito amplo\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Ícones de álbum\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Ícones de DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Info de média\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Dispositivo de saída de áudio\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Dispositivo de passagem áudio\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Não há biografia para este artista\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Converter áudio multicanal para estéreo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Ordenar: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Nome\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Data\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Tamanho\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Faixa\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Duração\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Título\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Artista\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Álbum\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Lista Reprodução\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Ficheiro\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Ano\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Avaliação\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Tipo\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Utilização\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Artista do álbum\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Reproduções\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Última reprodução\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Comentário\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Adicionado\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Padrão\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Estúdio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Localização\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"País\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"Em progresso\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Sentido de ordenação\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Método de ordenação\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Modo de visualização\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Lembrar vistas para diferentes pastas\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Ascendente\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Descendente\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Editar lista de reprodução\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filtrar\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Cancelar modo de festa\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Modo de festa\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Aleatório\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Desligar\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Um\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Todos\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Desligar\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Repetir: Desligado\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Repetir: Uma vez\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Repetir: Todos\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Converter CD de áudio\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Média\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Normal\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Máxima\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Bitrate constante\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Convertendo o CD...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Para:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Não foi possível converter o CD ou a faixa\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDARipPath não está definido.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Converter faixa de áudio\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Insira número\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"CDs de áudio\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Codificação\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Qualidade\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bitrate\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Incluir o número de faixa\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Todas as músicas de\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Tipo de Vista\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Ampliação\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Esticado 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Esticado 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Esticado 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Tamanho original\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Personalizado\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Ganho de Reprodução\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Modo de Ganho de Reprodução\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Usar níveis da faixa\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Usar níveis do álbum\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Nível PreAmp - Arquivos Replay Gained\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Nível PreAmp - Arquivos Nao Replay Gained\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Evitar cortes em Arquivos Replay Gained\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Cortar barras pretas\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"É necessário descompactar um ficheiro grande. Continuar?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Remover da Biblioteca\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Exportar Biblioteca de Vídeo\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Importar Biblioteca de Vídeo\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Importando\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Exportando\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Procurar Biblioteca\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Anos\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Actualizar\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Exibir informação de depuração\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Procurar executável\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Procurar lista de reprodução\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Procurar pasta\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Informação da música\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Amplificação de volume\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Escolha a pasta para exportar\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"O ficheiro já não se encontra disponível.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Quer removê-lo da Biblioteca?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Procurar script\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Nível de compressão\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Limpando a Biblioteca\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Apagando músicas antigas da Biblioteca\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Já procurou nesta localização anteriormente\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Rede\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"Host HTTP Proxy\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"Porta HTTP Proxy\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Usar um servidor proxy para aceder à Internet\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"XLink Kai XTag\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"Password XLink Kai\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Protocolo de Internet (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Porta de rede inválida. Valor válido entre 1 e 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP Proxy\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"Atribuição\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automático (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manual (Estático)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Padrao (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"Endereço IP\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"Netmask\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"Gateway por defeito\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"Servidor DNS\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Guardar e reiniciar\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Endereço IP inválido. Valor tem que ser AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"com números entre 0 e 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"As alterações não foram guardadas! Continuar sem guardar?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Servidor Web\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"Servidor FTP\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Hora da Internet\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"Porta do servidor Web\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Servidor\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Guardar e aplicar\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"Password do servidor\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Sem palavra-passe\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"Caracteres\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"Estilo:\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"Cor:\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Negrito\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Itálico\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Negrito e Itálico\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Branco\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Amarelo\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Ficheiros\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Não foi encontrada informação para esta vista\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Por favor, desligue o modo de Biblioteca\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Erro ao carregar imagem\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Editar localização\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Imagem espelhada\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Tem a certeza?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Removendo fonte\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Adicionar atalho para aplicação\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Editar localização da aplicação\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Editar nome da aplicação\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Editar profundidade da localização\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Ver: Lista grande\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Amarelo\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Branco\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Azul\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Verde brilhante\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Amarelo esverdeado\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Ciano\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Azul claro\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Cinzento\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Erro %i: partilha indisponível\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Limitador Automático de FATX\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Saída de áudio\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Procurando\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Pasta para Slides\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Interface de rede\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"Nome da Rede sem Fios (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"Palavra Passe da Rede sem Fios\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"Segurança da Rede sem Fios\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Guardar e aplicar definições da rede sem fios\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Sem encriptação\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Aplicando configurações de rede. Por favor aguarde.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"A interface de rede foi reiniciada.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Não foi possível iniciar a interface de rede.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Interface desligada\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"A interface de rede foi desligada.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Nome da rede sem fios (ESSID)\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Eventos Remotos\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Permitir que aplicações neste sistema controlem o XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Porta\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Intervalo de portas\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Permitir que aplicações noutros sistemas controlem o XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Atraso inicial de repetição (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Atraso contínuo de repetição (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Número máximo de clientes\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Acesso Internet\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"O número de porta introduzido é inválido\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Portas válidas de 1 a 65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Portas válidas de 1024 a 65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Pré-visualização de Protector de Ecrã\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"A ligação falhou\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"O XBMC não conseguiu ligar-se ao local de rede.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"A rede poderá não estar ligada.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Mesmo assim, quer adicionar?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"Endereço de IP\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Adicionar localização de rede\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protocolo\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Endereço do servidor\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Nome do servidor\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Localização remota\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Pasta partilhada\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Porta\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Utilizador\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Procurar servidor na rede\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Introduzir o endereço de rede para o servidor\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Introduzir a localização no servidor\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Introduzir o número da porta\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Introduzir o nome de utilizador\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Adicionar fonte de %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Escreva ou procure a localização da média.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Introduzir o nome para esta fonte de média.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Procurar nova partilha\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Procurar\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Não foi possível aceder à informação da pasta.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Adicionar fonte\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Editar fonte\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Editar fonte de %s\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Introduza a nova etiqueta\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Procurar imagem\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Procurar pasta de imagens\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Adicionar localização de rede...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Procurar ficheiro\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Submenu\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Activar botões de submenu\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Favoritos\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Plugins de Vídeo\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Plugins de Música\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Plugins de Imagem\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Carregando a pasta\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"%i itens encontrados\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Encontrados %i itens de %i\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Plugins de Programas\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Definir Miniatura para Plugin\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Definições do Plugin\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Pontos de acesso\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Outro...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"Nome de utilizador do servidor Web\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Definições do script\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Faixas\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"Cliente SMB\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Grupo de trabalho\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Nome de Utilizador padrão\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Palavra-passe padrão\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"Servidor WINS\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Montar partilhas de SMB\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Remover\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Imagens\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Ficheiros\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Música e Vídeo\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Música e Imagens\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Música e Ficheiros\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Vídeo e Imagens\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Vídeo e Ficheiros\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Imagens e Ficheiros\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Música, Vídeo e Imagens\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Música, Vídeo, Imagens e Ficheiros\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Desligado\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Ficheiros, Música e Vídeo\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Ficheiros, Imagens e Música\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Ficheiros, Imagens e Vídeo\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Musica e Programas\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Vídeo e Programas\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Imagens e Programas\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Música, Vídeo, Imagens e Programas\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programas, Vídeo e Música\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programas, Imagens e Música\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programas, Imagens e Vídeo\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"Nome de Utilizador de FTP\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"Palavra Passe de Utilizador de FTP\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Palavra Passe foi definida com sucesso\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Detecção Automática\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Detecção Automática de XBOX\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Alcunha\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Perguntar para Ligar\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Enviar Utilizador de FTP e Palavra Passe\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Intervalo de PING\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Deseja ligar a Detecção Automática de XBOX?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Anunciar estes serviços a outros sistemas via Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Dispositivo áudio personalizado\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Dispositivo de passagem personalizado\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Vento fraco\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"e\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Gelado\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"No fim do dia\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Isolado\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Chuva e trovoada\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Trovões\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Sol\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Pesado\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"em\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"o (a)\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Proximidade\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Gelo\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Cristais\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Calmo\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"com\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"ventoso\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"chuvoso\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Trovoada\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Aguaceiro\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Nevoeiro\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Grãos\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Suspender ecrã quando o sistema estiver inactivo\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Duração\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Script falhou!: %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Tipo de LCD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Início\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Imagens\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Gestor Ficheiros\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Configurações\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Filmes\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Informação do sistema\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Configurar - Geral\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Configurar - Ecrã\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Configurar - Visual - Calibrar Interface\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Configurar - Vídeo - Calibrar ecrã\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Configurar - Imagens\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Configurar - Programas\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Configurar - Tempo\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Configurar - Música\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Configurar - Sistema\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Configurar - Vídeo\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Configurar - Rede\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Configurar - Visual\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Vídeos/Lista de reprodução\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Configurações - Perfis\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Sim/Não diálogo\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Progresso diálogo\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Procurando legendas...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Procurando ou colocando legendas em cache...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"terminando\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"criando buffer\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Abrindo emissão...\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Música/Lista Reprodução\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Música/Ficheiros\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Música/Biblioteca\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Editor de Lista Reprodução\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"As 100 melhores músicas\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Os 100 melhores álbuns\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Configuração\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Previsão do Tempo\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Jogos em Rede\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Extensões\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Informação de sistema\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Música - Biblioteca\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Em reprodução - Música\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Em reprodução - Vídeo\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Info do álbum\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Info do vídeo\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Seleccione diálogo\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Música/Info\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Diálogo OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Vídeos/Info\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Scripts/Info\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Vídeo em ecrã cheio\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Visualização para Áudio\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Diálogo de Fila de Ficheiros\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Reconstruir o índice ...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Voltar à janela da música\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Voltar à janela de vídeos\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Actualizar lista de Instrutores\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Instrutor\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Não foram encontrados Instrutores\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Configuração do Instrutor\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Todos os Instrutores registados foram perdidos. Actualize a sua lista\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Continuar automaticamente da última posição\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Não\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Sim\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Perguntar\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Começar do início\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Continuar a partir de %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"A validar Instrutores existentes ...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"OK\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Bloqueado! Introduza código ...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Introduza palavra-passe\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Introduza código mestre\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Introduza código de desbloqueio\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"ou pressione C para cancelar\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Introduza combinação de botões do comando de jogos\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"Pressione Start ou se quiser Cancelar pressione Back\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Definir bloqueio\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Desbloquear\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Predefinição de bloqueio\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Remover bloqueio\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Palavra-passe numérica\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Combinação de botões do comando de jogos\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Palavra-passe de texto\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Introduza nova palavra-passe\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Reintroduza a palavra-passe\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Palavra-passe incorrecta,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"tentativas restantes\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"As palavras-passe introduzidas não coincidem.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Acesso negado\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Foi atingido o limite de tentativas da palavra-passe.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"A XBOX vai agora Desligar.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Item bloqueado\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Reactivar bloqueio\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Alterar bloqueio\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Bloqueio de partilha\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Nenhuma palavra-passe foi introduzida. Tente de novo.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Bloqueio Mestre\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Desligar sistema se tentativas de Bloqueio Mestre forem ultrapassadas\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Código mestre inválido\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Por favor introduza um código mestre válido\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Configurações e Gestão de ficheiros\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Definir como valor por omissão para todos os Filmes\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Isto apagará os valores guardados previamente \"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Exibir cada imagem durante...\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Usar efeitos de movimento e ampliação\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Reproduzir Vídeos NTSC com as taxas PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Reproduzir os Vídeos PAL com as taxas NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Reproduzir os Vídeos NTSC em PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"Relógio de 12 horas\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"Relógio de 24 horas\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Dia/Mês\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Mês/Dia\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Tempo do sistema ligado\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Minutos\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Horas\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Dias\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Tempo total do sistema ligado\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Tempo\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Protecção ecrã\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Visor em ecrã cheio\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Sistema\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Desligar imediatamente o disco rígido\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Apenas vídeo\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Atraso\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Duração mínima do ficheiro\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Desligar\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Utilizar Caminho Personalizado para o Dashboard\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Função de desligar\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Sair\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Hibernar\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Suspender\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Sair\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Reiniciar\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Minimizar\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Função do botão desligar\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Estará outra sessão activa, talvez em ssh?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Um disco rígido amovível foi ligado\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Remoção insegura de dispositivo \"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"O dispositivo foi removido\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick ligado\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick desligado\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Filtro Flicker\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Deixar o dispositivo escolher (requer reiniciação)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"V-Sync\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Desligado\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Ligado durante reprodução de vídeo\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Sempre ligado\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Testar e aplicar resolução\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Guardar resolução?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Quer manter esta resolução?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Escalonamento de alta qualidade\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Desligado\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Ligado para conteúdos SD\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Sempre ligado\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Método de escalonamento\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"Nível de escalonamento do VDPAU HQ \"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Desligar outros ecrãs\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Desligado\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Desligar ecrãs\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Foram detectadas ligações activas!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Se continuar, talvez não consiga controlar o XBMC.\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"Quer mesmo parar o servidor de eventos?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Mudar modo do comando Apple?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Se neste momento estiver a usar o controlo remoto da Apple\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"para controlar o XBMC, mudar esta configuração pode impedir\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"que continue a usá-lo. Quer continuar?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"Chave do HDD:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"Temperatura HDD:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"Modelo DVD:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"Firmware DVD:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"Modelo HDD\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"Nº Serie HDD:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"Firmware HDD:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"Palavra Passe HDD:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"Estado de Bloqueio HDD:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Máscara de subrede\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Gateway\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"DNS primário\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Inicialização falhou\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Comando de Jogos\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Teclado\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Rato\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Auscultadores / Microfone\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Caneta de Memória\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Comando de Infravermelhos (IR)\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Porta de Comando de Jogos\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Nunca\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Imediatamente\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Após %i segundos\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Data de instalação HDD:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Contagem do ciclos do HDD:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Perfis\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Apagar perfil \\\"%s\\\"?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Último perfil carregado:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Desconhecido\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Substituir\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Alarme\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Intervalo de alarme (em minutos)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Iniciado: alarme em %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarme!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Cancelar quando faltar %m%i\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Procurar legendas em RARs\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Procurar legenda ...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Mover item\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Mover item para aqui\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Cancelar mover\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardware:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Utilização do CPU:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Ligado, mas sem DNS disponível.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Disco rígido:\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Armazenamento\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Padrão\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Rede\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Hardware\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Sistema operativo:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Velocidade do CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"BIOS detectada:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Codificador de vídeo:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Resolução do ecrã:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Versão da Xbox:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Nº Série da Xbox:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Fabricante da Xbox:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"ModChip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Cabo A/V:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Região de Vídeo e XBE:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"Região DVD:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Ligado\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Desligado. Verifique a configuração de rede.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Chave XBLIVE:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Temperatura definida\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Velocidade da ventoinha\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Auto-controlo da temperatura\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Controlo da velocidade da ventoinha\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"Fontes da Skin\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Activar a troca de strings bidireccionais\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Exibir Emissões RSS\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Exibir itens da pasta mãe\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Modelo para nomes das faixas\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Quer reiniciar o sistema em vez\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"de reiniciar apenas o XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Efeito de ampliação\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Efeito flutuante\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Redução de barras pretas\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Reiniciar\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Sobrepor transição entre músicas\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Regenerar miniaturas\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Miniaturas recursivas\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Apresentar Slides\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Slides recursivos\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Aleatório\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Estéreo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Só esquerda\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Só direita\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Ligar suporte de karaoke\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Transparência do fundo\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Transparência da janela activa\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Atraso A/V\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s não encontrado\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Erro ao abrir %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Incapaz de carregar %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Erro: Sem memória\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Mover para cima\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Mover para baixo\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Editar etiqueta\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Guardar como padrão\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Remover botão\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"LED Frontal\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Cor do LED Frontal\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Deixar como está\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Verde\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Laranja\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Vermelho\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Ciclo\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Desligar o LED durante a reprodução\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Informação do filme\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Colocar item em fila\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Procurar em IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Procurar novo conteúdo\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"A reproduzir neste momento ...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Informação do álbum\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Inserir item na Biblioteca\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Parar de procurar\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Método de renderização\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Pixel Shader de baixa qualidade\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Sobreposições por hardware\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Pixel Shader de alta qualidade\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Reproduzir item\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Definir miniatura do artista\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Gerar miniaturas automaticamente\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Activar voz\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Activar dispositivo\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Volume\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Vista padrão\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Brilho padrão\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Contraste padrão\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Gamma padrão\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Retomar vídeo\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Máscara de Voz - Porta 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Máscara de Voz - Porta 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Máscara de Voz - Porta 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Máscara de Voz - Porta 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Usar procura baseada no tempo\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Modelo para nome das faixas - à direita\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Pré-Selecção\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Não existem predefinições disponíveis\\npara esta visualização\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Não existe configuração disponível\\npara esta visualização\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Ejectar/Carregar\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Utilizar visualização quando reproduz áudio\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Calcular tamanho\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Calculando tamanho da pasta\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Configurações de vídeo\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Configurações de áudio e legendas\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Activar legendas\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Atalhos\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ignorar pronomes quando ordenar (ex: \\\"the\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Sobrepor transição entre faixas do mesmo álbum\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Procurar por %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Exibir posição na faixa\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Limpar definições padrão\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Continuar\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Obter miniatura\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Informação da imagem\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s pré-selecções\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(Avaliação do IMDB)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"As Melhores 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Ligar a Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Velocidade mínima da ventoinha\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Transferindo\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Incluir artistas que apenas aparecem em compilações\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Método de renderização\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Auto Detectar\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Shaders básicos (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Shaders avançados (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Remover com segurança\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Iniciar Slides aqui\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Lembrar para esta localização\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Usar pixel buffer objects\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Método de sincronia A/V\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Clock Áudio\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Clock Vídeo (Cortar/Ignorar áudio)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Clock Vídeo (Remasterizar áudio)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Qualidade de remasterização\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Baixa (Rápido)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Média\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Alta\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Muito Alta (Lento)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Sincronizar vídeo com ecrã\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Comando da Apple\"\n\nmsgctxt \"#13601\"\nmsgid \"Use MCE/Universal Remote\"\nmsgstr \"Modo\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Permitir início do XBMC com controlo remoto\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Atraso do tempo da sequência\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Desligado\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Predefinido\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Comando universal\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Comando múltiplo (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Erro do Comando Apple\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Não foi possível instalar o Controlo Remoto da Apple\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Agregar\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Desagregar\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Transferindo lista de reprodução...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Transferindo lista de pistas...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Analisando lista de pistas...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"A transferência de lista de pistas falhou\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"A transferência de lista de reprodução falhou\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Pasta de jogos\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Troca automática para miniaturas baseada em\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Activar troca automática para vista de miniaturas\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Utilizar ícones grandes\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Trocar baseado em\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Percentagem\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Nenhum ficheiro e pelo menos uma miniatura\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Pelo menos um ficheiro e uma miniatura\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Percentagem de miniaturas\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Opções da vista\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Alterar código de área 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Alterar código de área 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Alterar código de área 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Biblioteca\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Sem TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Introduza a cidade mais próxima\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Cache Vídeo/Áudio/DVD - Harddisk\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Cache Vídeo - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Rede Local\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Cache Áudio - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Rede Local\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"Cache DVD - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Rede Local\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Serviços\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"A configuração de rede foi alterada\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"O XBMC necessita de reiniciar para alterar a sua\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"configuração de rede. Quer reiniciar agora?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Pós Processamento\"\n\nmsgctxt \"#14042\"\nmsgid \"Internet connection bandwidth limitation\"\nmsgstr \"Engenho Endereço IP\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Desligar durante a reprodução\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i seg\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Formato de hora\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Formato de data\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Filtros da interface\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Procurar em segundo plano\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Parar a procura\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Não é possível: a Biblioteca está em actualização\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Efeito de grão no vídeo\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Procurar miniaturas nas partilhas remotas\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Tipo de cache desconhecido - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Introduza nome do utilizador para\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Data e Hora\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Definir Data\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Definir Hora\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Introduza a hora no formato 24 horas (HH:MM)\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Introduza a data no formato DD/MM/YYYY\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Introduza o endereço IP\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Aplicar configurações agora?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Aplicar alterações agora\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Permitir renomear e remover ficheiros\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Definir fuso horário\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Usar a hora de verão\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Adicionar aos favoritos\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Remover dos favoritos\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"Cores da Skin\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"País do fuso horário\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Fuso horário\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Listas ficheiros\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Exibir informação EXIF da imagem\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Usar janela com ecrã cheio em vez de ecrã cheio real\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Colocar músicas em fila ao seleccionar\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Reprodução\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVDs\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Reproduzir DVDs automaticamente\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Fonte de texto para as legendas\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Internacional\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Conjunto de caracteres\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Depuração\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Segurança\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Dispositivos\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Energia\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Remover\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Jogos\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Adicionar\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Palavra-passe\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Biblioteca\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Base de Dados\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Todos os álbuns\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Todos os artistas\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Todas as músicas\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Todos os géneros\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Colocando em buffer...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Sons da interface\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Tema padrão\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"Tema do Skin\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Aparência padrão\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Enviar musicas para Last.FM\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Utilizador Last.FM\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Palavra Passe Last.FM\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Incapaz de realizar handshaking: adormecido ...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Por favor Actualize XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Autorização errada. Verifique o utilizador e a palavra passe\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Ligado\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Desligado\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Intervalo de espera para submeter %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Colocar em cache %i Musicas\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Submetendo ...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Submetendo em %i segundos\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Reproduzir utilizando...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Utilizar Sincronização de A/V Suave\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Ocultar nome de ficheiros na vista de miniaturas\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Reproduzir em modo de festa\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"A submeter o Rádio Last.FM ao Last.FM\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"A Ligar ao Last.FM...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"A escolher a Estação...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Procurar Artistas similares ...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Procurar Tags similares ...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"O seu perfil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Top de Todos os Tags\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Top de Artistas para o tag %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Top de Álbuns para o tag %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Top de Faixas para o tag %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Ouvir o tag %name% na Rádio do Last.FM\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Artistas parecidos com %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Top de albums %name%\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Top de faixas %name%\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Top de tags %name%\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Maiores fans de %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Ouvir %name% fans na Rádio Last.FM\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Ouvir Artistas semelhantes a %name% naRádio Last.FM\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Top de artistas para o utilizador %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Top de álbuns para o utilizador %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Top de faixas para o utilizador %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Amigos do utilizador %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Vizinhos do utilizador %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Gráfico Semanal do Artista %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Gráfico Semanal do Álbum %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Gráfico Semanal do Faixa %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Ouvir Rádio do Vizinho %name% na Last.FM\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Ouvir Rádio Pessoal de %name% na Last.FM\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Ouvir Faixas Favoritas de %name% na Rádio Last.FM\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"A obter lista a partir do Last.FM...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Não Foi possível obter lista a partir da Last.FM...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Introduza um nome de artista para encontrar um relacionado\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Introduza um nome de tag  para encontrar um semelhante\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Faixas recentemente ouvidas por %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Ouvir às recomendações de %name% na Rádio do Last.FM\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"As melhores Tags do Utilizador %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Deseja adicionar a Faixa às Favoritas?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Deseja Banir a Faixa actual?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Adicionado às Faixas Favoritas: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Não foi possível adicionar '%s' às faixas favoritas.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Bannida: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Não foi possível banir '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Faixas Favoritas de %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Faixas Banidas por %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Remover das Faixas Favoritas\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Remover da Lista de Faixas Banidas\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Deseja remover esta Faixa das Favoritas?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Deseja remover esta Faixa da Lista de Faixas Banidas?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Localização não encontrada ou inválida\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Não foi possível ligar ao servidor de rede\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Não foram encontrados servidores\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Grupo de trabalho não encontrado\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Abrindo fonte com várias localizações\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Localização:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Geral\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Configure Hardware de Áudio ...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Pesquisa Internet\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Leitor\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Reproduzir média do disco\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Introduza novo título\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Introduza o nome do filme\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Introduza o nome do perfil\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Introduza o nome do álbum\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Introduza o nome da lista de reprodução\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Introduza o nome do novo ficheiro\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Introduza o nome da pasta\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Entre na pasta\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Opções disponíveis: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Introduza texto a procurar\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Nada\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Selecção automática\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Desentrelaçar\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (invertido)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Manipulação Interlaçada\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Cancelando ...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Introduza o nome do artista\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"A reprodução falhou\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"A reprodução de um ou mais itens falhou.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Introduza o valor\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Verifique os detalhes no ficheiro de registo.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"O modo de festa foi cancelado.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Não existem músicas coincidentes na Biblioteca.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Não é possível iniciar a Base de Dados.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Não é possível abrir a base de dados.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Não é possível obter músicas da base de dados.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Lista de reprodução em modo de festa\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Todos os vídeos\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Não vistos\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Vistos\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Marcar como visto\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Marcar como não visto\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Editar título\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Utilizar NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Usar só NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Usar só NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Usar só PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Para Jogos de 60 Hz\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"A operação foi cancelada\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"A cópia falhou\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"A cópia falhou pelo menos num ficheiro\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Mover falhou\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Mover falhou pelo menos num ficheiro\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Apagar falhou\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Apagar falhou pelo menos num ficheiro\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Escalonamento de vídeo\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Nearest neighbour\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (software)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (software)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (software)\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)Noise Reduction\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)Sharpness\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Inverse Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Pós-processamento\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Intervalo de tempo para suspender o ecrã\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Mudar para Canal\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Pasta para guardar músicas\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Usar leitor DVD externo\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Leitor DVD externo\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Pasta de Trainers\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Pasta de capturas de ecrã\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Pasta de listas de reprodução\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Gravações\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Capturas de ecrã\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Usar XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Listas de reprodução de música\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Listas de reprodução de vídeo\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Quer iniciar o jogo?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Ordenar: Lista Reprodução\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Miniatura remota\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Miniatura actual\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Miniatura local\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Sem miniatura\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Escolher miniatura\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Conflito\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Procurar novos\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Procurar tudo\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Região\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Sumário\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Bloquear janela de Músicas\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Bloquear janela de Vídeos\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Bloquear janela de Imagens\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Bloquear janela de Programa, Jogos Guardados e Scripts\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Bloquear gestor de ficheiros\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Bloquear configurações\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Começar de novo\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Entrar em modo mestre\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Sair do modo mestre\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Criar perfil \\\"%s\\\" ?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Iniciar com nova configuração\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"O melhor disponível\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Troca automática entre 16x9 e 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Usar ficheiros agregados como um único ficheiro\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Precaução\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Saiu de modo mestre\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Entrou em modo mestre\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Miniatura do Allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Remover miniatura\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Adicionar perfil ...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Obter info de todos os álbuns\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Informação de média\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Separado\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Partilhar com padrão\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Partilhar com padrão (só leitura)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Copiar definição padrão\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Imagem do perfil\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Bloquear preferências\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Editar perfil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Bloquear perfil\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Não foi possível criar a pasta\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Pasta do perfil\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Iniciar com novas fontes de conteúdo\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Verifique se a pasta escolhida pode ser modificada\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"e que o novo nome para a pasta é válido\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Classificação MPAA\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Introduza código de bloqueio mestre\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Pedir código de bloqueio mestre no arranque\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Definições do tema\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- não foi definido link -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Activar animações\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Desactivar RSS na reprodução de música\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Activar botões de atalho\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Exibir programas no menu principal\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Exibir informação de música\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Exibir informação de meteorologia\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Exibir informação do sistema\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Mostrar Espaço Disponível do Disco C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Mostrar Espaço Disponível do Disco E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Meteorologia\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Espaço livre no disco\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Introduza o nome de uma partilha existente\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Código de bloqueio\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Carregar perfil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Nome do perfil\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Fontes de média\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Introduza código de bloqueio do perfil\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Início de Sessão\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Procurando informação do álbum\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Procurando informação para o álbum\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Não é possível converter o CD ou faixa durante a reprodução\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Código de bloqueio mestre e definições\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Introduzir código de bloqueio mestre activa sempre o modo mestre\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"ou copiar a partir da definição padrão?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Gravar alterações no perfil?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Foram encontradas definições antigas.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Quer usá-las?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Foram encontradas fontes de média antigas.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Separado (bloqueado)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Raiz\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"Ampliação da Skin\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"Configurações UPnP\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Iniciar cliente UPnP automaticamente\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Último início de sessão: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Nunca iniciou sessão\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Perfil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Início de sessão do utilizador / Seleccionar perfil\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Usar bloqueio no ecrã de início de sessão\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Código de bloqueio inválido.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"É necessário definir o bloqueio mestre.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Quer defini-lo agora?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Carregando informação do programa\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"A festa começou!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Verdadeiro\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Misturando bebidas\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Enchendo os copos\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Ligado como\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Desligar\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Ir para a raiz\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Onda\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Onda (invertida)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Mistura\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Reiniciar vídeo\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Editar localização de rede\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Remover localização de rede\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Quer procurar na pasta?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Unidade de memória\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Unidade de memória ligada\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Não foi possível ligar a unidade de memória\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"Na porta %i, slot %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Bloquear protecção de ecrã\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Definir\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Nome de Utilizador\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Introduza palavra-passe para\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Temporizador\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Minutos até desligar automaticamente\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Iniciado, desligar daqui a %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Desligar daqui a 30 minutos\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Desligar daqui a 60 minutos\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Desligar daqui a 120 minutos\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Definir tempo para desligar\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Cancelar temporizador para desligar\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Bloquear preferências para %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Procurar...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Informação básica\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Informação do armazenamento\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Informação do disco rígido\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Informação do DVD-ROM\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Informação da rede\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Informação de vídeo\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Informação do hardware\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Usado\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"de\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Bloqueio não suportado\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Não bloqueado\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Bloqueado\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Congelado\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"É necessária reinicialização\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Semana\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Linha\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Rede Windows (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"Servidor XBMSP\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"Servidor FTP\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"Partilha de música iTunes (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"Servidor UPnP\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Exibir informação do vídeo\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Validar\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Símbolos\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Backspace\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Espaço\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Recarregar tema\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Rodar imagens utilizando informação EXIF \"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Usar vistas de posters para séries de TV\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Por favor aguarde\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"A Guardar a EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"A Guardar a BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Activar deslocamento automático para Sinopse e Crítica\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Personalizado\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Ligar o registo de depuração\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Obter informação adicional durante actualizações\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Motor de Busca Pré-definido\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Mudar coletor\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Exportar Biblioteca de Música\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Importar Biblioteca de Música\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Não foi encontrado artista!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Não foi possível transferir informação do artista\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"A festa começou! (Vídeos)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Misturando bebidas (vídeos)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Enchendo os copos (vídeos)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"Servidor WebDAV (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"Servidor WebDAV (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"Cliente MythTV\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Pasta do servidor Web (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Pasta do servidor Web (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Não é possível modificar a pasta:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Quer cancelar e continuar?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"Emissão RSS\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Desconhecido. Por favor adicione o MD5 do xbmc.log ao BiosIDs.ini\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"DNS secundário\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"Servidor DHCP:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Criar nova pasta\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"LCD Dim ao Reproduzir\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Desconhecido ou onboard (protegido)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"LCD Dim ao fazer pausa\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Ligar LED ao fazer Pausa\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Vídeos - Biblioteca\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Jogos Guardados\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Ordenar: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Descarregar Jogos Guardados\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Jogo Guardado Instalado no HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Falhou a descarga de Jogo Guardado\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Escolha Jogo Guardado para descarregar e instalar\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Não encontro Jogo Guardado online para o o jogo especificamente\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Ir para Jogo Guardado\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Jogos Guardados\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Reproduzir parte ...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Predefinições de calibração\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Isto irá repor os valores de calibração de %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"para estes valores por defeito.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Procurar por localização\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Utilizar nomes das pastas na procura\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Ficheiro\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Utilizar nome dos ficheiros ou das pastas na procura?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Definir conteúdo\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Pasta\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Procurar conteúdo recursivamente?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Desbloquear fontes\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Actor\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Realizador\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Quer remover todos os itens\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"este caminho da Biblioteca?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Filmes\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"Séries TV\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Esta pasta contém\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Iniciar procura automática\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Procurar recursivamente\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"como\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Realizadores\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Não foram encontrados ficheiros de vídeo nesta localização!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"votos\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Informação da série de TV\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Informação do episódio\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Carregando detalhes da série de TV\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Obtendo guia de episódios\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Carregando informação dos episódios na pasta\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Seleccione a série de TV:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Introduza o nome da série de TV\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Temporada %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Episódio\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Episódios\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Carregando detalhes do episódio\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Remover episódio da Biblioteca\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Remover série de TV da Biblioteca\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Série de TV\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Enredo do episódio\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Todas as temporadas\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Ocultar já vistos\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Cód. Produção\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Exibir enredo para itens não vistos\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Oculto, para prevenir spoilers *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Definir miniatura da temporada\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Imagem da temporada\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Temporada\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Carregando informação de vídeo\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Desactivar atribuição de conteúdo\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Título original\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Actualizar informação da série de TV\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Actualizar informação de todos os episódios?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"A pasta contém apenas uma série de TV\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Excluir esta pasta das procuras\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Emissões Especiais\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Descarregar automaticamente as Miniaturas das Temporadas\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"A pasta contém apenas um vídeo\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Associar a série de TV\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Desassociar de série de TV\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Filmes recentes\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Episódios recentes\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Estúdios\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Vídeoclipes\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Vídeoclipes recentes\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Vídeoclipe\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Remover vídeoclipe da Biblioteca\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Informação do vídeoclipe\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"A carregar informação do vídeoclipe\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Mistura\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Ir para álbuns por artista\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Ir para o álbum\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Reproduzir música\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Ir para vídeoclipes do álbum\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Ir para vídeoclipes por artista\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Reproduzir vídeoclipe\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Tranferir miniaturas dos actores automaticamente\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Definir miniatura do actor\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Remover marcador do episódio\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Definir marcador no episódio\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Definições do colector\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Transferindo informação do vídeoclipe\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Transferindo informação da série de TV\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Trailer\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Agrupar\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Agrupar Séries de TV\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Escolher FanArt\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Mostar a FanArt na Biblioteca de Vídeos\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Procurando novo conteúdo\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Estreia\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Argumento\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Limpar nomes de ficheiros\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Nunca\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Com apenas uma temporada\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Sempre\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Tem trailer\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Falso\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Apresentar Slides de Fanart\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Exportar para um único ficheiro\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"ou ficheiros separados por cada item?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Ficheiro único\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Separados\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Exportar miniaturas e Fanart?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Substituir ficheiros antigos?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Excluir localização das actualizações da Biblioteca\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Extrair miniaturas e informação do vídeo\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Conjuntos\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Exportar miniaturas do actor?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Escolher Fanart\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Fanart local\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Sem Fanart\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Fanart actual\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Fanart remota\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Mudar conteúdo\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Quer actualizar a informação \"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"para todos os itens nesta localização?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Foi encontrada informação armazenada localmente.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ignorá-la e actualizar da Internet?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Não foi possível transferir a informação\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Quer continuar a actualizar?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Países\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Agrupar filmes em conjuntos\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Exibir ficheiros e pastas escondidas\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"Cliente TuxBox\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"AVISO: O dispositivo TuxBox está em modo de gravação!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"A transmissão será interrompida!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Não foi possível mudar para o canal %s !\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Tem a certeza que quer iniciar a reprodução?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Ligando a: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"Dispositivo TuxBox\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Adicionar partilha de conteúdo...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Partilhar vídeos e música através de UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Editar partilha de conteúdo\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Remover partilha de conteúdo\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Pasta de Legendas Personalizada\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Pasta alternativa de vídeo e legendas\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Rato Ligado\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Usar sons de navegação durante reprodução de média\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Miniaturas\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Forçar região do leitor de DVD\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Saída de vídeo\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Aspecto do vídeo\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Widescreen\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Activar 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Activar 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Activar 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Introduza o nome da nova lista de reprodução\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Exibir botão \\\"Adicionar fonte\\\" nas listas de ficheiros\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Activar barras de deslocamento\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Ligar filtro \\\"Vistos/Não vistos\\\" na Biblioteca de vídeo\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Abrir\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Gestão do nível acústico\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Rápido\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Silencioso\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Activar fundo personalizado\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Nível da poupança de energia\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Muita Energia\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Pouca Energia\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Modo de espera alto\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Modo de espera baixo\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"O cache não aceita ficheiros maiores que 4GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Capítulo\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Pixel Shader V2 de alta qualidade\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Activar lista de reprodução ao iniciar\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Usar animações de transição\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"contém\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"não contém\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"é\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"não é\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"começa com\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"acaba com\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"maior que\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"menor que\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"depois\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"antes\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"nos últimos\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"não nos últimos\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Colectores\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Colector pré-definido para Filmes\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Colector pré-definido para Séries\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Scraper pré-definido para videoclips\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Ligar \\\"fallback\\\" baseado na linguagem\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Multilinguagem\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Valor a corresponder\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Regra para lista de reprodução inteligente\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Corresponder a itens onde\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Nova regra...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Os itens correspondem a\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"todas as regras\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"uma ou mais regras\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Limitado a \"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Sem limite\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Ordenar\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"ascendente\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"descendente\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Editar lista de reprodução inteligente\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Nome da lista de reprodução\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Encontrar itens que\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Editar\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i itens\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Nova lista de reprodução inteligente...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"Drive %c\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Definir regras para modo de festa\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Pasta Inicial\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Contagem de vistos\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Título do episódio\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Resolução de vídeo\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Canais de áudio\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Codec de vídeo\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Codec de áudio\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Idioma do áudio\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Idioma da legenda\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Controlo remoto envia códigos de teclado\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Nome do ficheiro\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Localização do ficheiro\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Tamanho do ficheiro\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Data/Hora do ficheiro\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Índice da apresentação de slides\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Resolução\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Comentário\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Cores/PB\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Método de JPEG\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Data/Hora\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Descrição\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Marca da câmara\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Modelo da câmara\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Comentário EXIF\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Abertura\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Comprimento focal\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Distância focal\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Exposição\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Tempo de exposição\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Desvio de exposição\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Modo de exposição\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Uso de flash\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Balanço de brancos\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Fonte de luz\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Método de medição\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Ampliação digital\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Largura do CCD\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"Latitude (GPS)\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"Longitude (GPS)\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Altitude (GPS)\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orientar\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Categorias adicionais\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Palavras-chave\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Descrição\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Autor\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Título\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Instruções especiais\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Categoria\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Sumário\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Título do sumário\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Crédito\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Fonte\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Direitos de autor\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Nome do objecto\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Cidade\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Estado\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"País\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Referência Tx original\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Data de criação\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Flag de Direito de Autor\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Código do país\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Serviço de referência\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Permitir controlo do XBMC por UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Tentar omitir introdução antes do menu do DVD\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Música guardada\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Obter info de todos os artistas\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Transferindo informação do álbum\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Transferindo informação do artista\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biografia\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Discografia\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Procurando o artista\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Escolha o artista\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Informação de artista\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instrumentos\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Naturalidade\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Formação\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Aparências\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Separação\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Falecido(s)\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Anos activo(s)\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Editora\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Nascimento/Formação\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Actualizar Biblioteca ao iniciar o XBMC\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Actualizar sempre Biblioteca em Fundo\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- Sufixo de DNS\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"Ligar a Edição e Listas de Decisão\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Atrasado em: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Adiantado em: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Corrigir tempo das legendas\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"Fabricante do OpenGL:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"Descodificador de OpenGL:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"Versão de OpenGL:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"Temperatura do MB:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Temperatura do CPU:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Memória total\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Dados do perfil\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Esvanecer ecrã se a reprodução estiver pausada\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Todas as gravações\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Por título\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Por grupo\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Canais ao vivo\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Gravações por título\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Guia\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Exibir ficheiros de vídeo em listagens\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Fonte\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Tamanho\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Cores\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Charset\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Exportar títulos de karaoke em HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Exportar títulos de karaoke em CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Importar títulos de karaoke...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Exibir automaticamente o selector de músicas \"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Exportar títulos de karaoke...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Introduza o número da música\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"branco/verde\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"branco/vermelho\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"branco/azul\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"preto/branco\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Activar Teletexto\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Parte %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Buffer de %i bytes\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Parando\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Reproduzindo\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Leitor externo activo\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Seleccione OK para encerrar o leitor\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Seleccione OK quando a reprodução terminar\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Add-on\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Configurar\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Desactivar\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Activar\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Este Add-on não tem configurações\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Modo de Biblioteca\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"Teclado QWERTY\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Passagem de áudio em utilização\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Aplicar a configuração do Filtro 'Fliker' aos Jogos\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Qualidade do trailer\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Transmissão\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Transferir\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Transferir e Reproduzir\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Transferir e Guardar\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Hoje\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Amanhã\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Guardando\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Copiando\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Definir pasta para transferências\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Tempo de busca\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Curto\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Longo\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Usar leitor de DVD em vez do leitor normal\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Perguntar se quer transferir antes de reproduzir o vídeo\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Vídeoclipes\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Esta noite\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Amanhã à noite\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Condição\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Precipitação\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Precip\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Húmido\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Sensação\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Observado\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Além do normal\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Nascer do Sol\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Pôr-do-Sol\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Detalhes\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Previsão\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Fluxo de capas\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Traduzir texto\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Mapear lista %s à categoria\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 horas\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Mapas\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"De hora a hora\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Fim-de-semana\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s dia\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Alerta\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Alertas\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Escolha o seu\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Verificar\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Configurar o\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Estações\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Usar o seu\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Ver o seu\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Ouvir\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Ver o seu\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Configurar o\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Energia\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Menu\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Tocar o\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Opções\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Editor\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Sobre o seu\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Avaliação por estrelas\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Fundo\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Fundos\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Fundo personalizado\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Fundos personalizados\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Ver Readme\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Ver Registo de Alterações\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Esta versão do %s requer uma\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"revisão do XBMC %s ou maior para funcionar.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Por favor, faça uma actualização do XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Dados não encontrados!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Próxima página\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Adoro\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Odeio\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Ficheiro dividido por partes. Escolha a que quer ver.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Localização do script\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Activar botão personalizado de scripts\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Portuguese (Brazil)/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\n<language locale=\"portuguese\">\n  <charsets>\n    <gui unicodefont=\"true\">CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n  <dvd>\n    <menu>pt</menu>\n    <audio>pt</audio>\n    <subtitle>pt</subtitle>\n  </dvd>\n  <regions>\n    <region name=\"Brazil\" locale=\"Brazil\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D' de 'MMMM' de 'YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n  </regions>\n</language>"
  },
  {
    "path": "Mod Files/system/language/Portuguese (Brazil)/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/xbmc4xbox/language/pt_BR/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: pt_BR\\n\"\n\"Plural-Forms: nplurals=2; plural=(n > 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Imagens\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Músicas\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Vídeos\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"Guia de TV\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Configurações\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Gerenciar arquivos\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Clima\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc media center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Segunda\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Terça\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Quarta\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Quinta\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Sexta\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Sábado\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Domingo\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Janeiro\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Fevereiro\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Março\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"Abril\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Maio\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Junho\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Julho\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"Agosto\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"Setembro\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Outubro\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"Novembro\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"Dezembro\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Seg\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Ter\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Qua\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Qui\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Sex\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Sab\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Dom\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Jan\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Fev\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Abr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"Mai\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Jun\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Jul\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Ago\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Set\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Out\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Dez\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Ver: Auto\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Ver: Auto grande\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Ver: Ícones\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Ver: Lista\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Examinar\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Ordenar por: Nome\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Ordenar por: Data\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Ordenar por: Tamanho\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Não\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Sim\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Apresentação\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Criar ícones\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Criar miniaturas\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Atalhos\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Pausado\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Copiar\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Mover\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Excluir\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Renomear\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Nova pasta\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Confirme cópia de arquivo\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Confirme mover arquivos\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Confirma excluir arquivos?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Copiar estes arquivos?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Mover estes arquivos?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Excluir estes arquivos? - A exclusão não pode ser desfeita!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Objetos\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Geral\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Apresentação\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Informação do Sistema\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Tela\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Álbuns\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Artistas\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Músicas\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Gêneros\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Listas de reprodução\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Buscar\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Informação do Sistema\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperaturas:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Hora:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Atual:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Versão:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Rede:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Tipo:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Estático\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"Endereço MAC\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"Endereço IP\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Conexão: \"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Half duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Full duplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Armazenamento\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Drive\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Livre\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Memória livre\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Sem conexão\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Livre\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Indisponível\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Gaveta aberta\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Lendo\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Sem disco\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disco presente\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Skin\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Ativar servidor FTP\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Ativar sincronização do horário pela internet\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Resolução\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Ajustar taxa de atualização da tela para a mesma do vídeo\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Data de lançamento\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Exibir vídeos 4:3 como\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Moods\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Estilos\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Música\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Duração\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Selecionar álbum\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Faixas\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Crítica\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Atualizar\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Buscando álbum\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Nenhum álbum encontrado!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Selecionar todos\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Procurando informações da mídia\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Salvar\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Aleatório\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Limpar\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Examinar\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Buscando...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Nenhuma informação encontrada!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Selecione o filme:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Procurando informação de %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Carregando detalhes do filme\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Subtítulo\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Sinopse:\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Votos:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Elenco\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Enredo\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Reproduzir\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Próximo\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Anterior\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Ajustar interface...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Ajustando tela e posicionamento de legenda...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Suavizar\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Nível de Zoom\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Proporção de pixels\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"Drive de DVD/BD\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Por favor inserir disco\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Compartilhamento remoto\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Rede não está conectada\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Cancelar\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Velocidade\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Padrões de teste....\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Procurar nome das faixas do CDs de áudio na Internet\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Misturar lista de reprodução ao carregar\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Tempo para parada do HDD\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Filtros de vídeo\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Nenhum\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Ponto\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Linear\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotrópico\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincuncial\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Cúbico gaussian\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Redução\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Ampliação\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Limpar a lista de reprodução ao terminar\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Autoplay DVD-Video\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Autoplay VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Autoplay Audio-CD\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Autoplay Xbox games\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Autoplay videos\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Autoplay music\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Autoplay pictures\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Visualização\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Selecionar diretório de destino\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Saída estéreo em todos os alto-falantes\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Número de canais\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- Receiver com suporte a DTS\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Recuperando informações sobre o CD\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Erro\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Ativar leitura de etiquetas ID3\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Abrindo\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Aguardando início....\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Saída de scripts\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Permitir controle do XBMC por HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Gravar\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Parar grav.\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Ordenar por: faixa\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Ordenar por: tempo\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Ordenar por: título\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Ordenar por: artista\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Ordenar por: álbum\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Top 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Ajuste do canto superior esquerdo\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Ajuste do canto inferior direito\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Posição das legendas\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Ajuste da proporção de pixels\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Mova a seta para modificar o tamanho da tela\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Mova a barra para modificar a posição das legendas\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Ajuste até que fique um quadrado perfeito\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Não foi possível carregar as configurações\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Usando configuração padrão\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Favor verificar os arquivos XML\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Encontrados %i itens\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Resultados da busca\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Nenhum resultado encontrado\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Filtro de pós-processamento\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Legendas\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Fonte\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Tamanho\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Faixa de compressão dinâmica\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Áudio\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Procurar legendas\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Criar marcador\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Limpar marcadores\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Atraso de áudio\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Marcadores\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- Receiver com suporte a AAC\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- Receiver com suporte a MP1\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- Receiver com suporte a MP2\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- Receiver com suporte a MP3\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Atraso\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Ativado\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Não-intercalado\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Pós-processamento automático\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Filtro anti-quadros vertical\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Filtro anti-quadros horizontal\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Brilho/contraste automático\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Filtro anti-círculos\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Limpando banco de dados...\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Preparando...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Erro no banco de dados\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Buscando músicas...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Banco de dados excluído com sucesso\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Limpando músicas...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Erro ao limpar músicas\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Limpando Artistas no Banco de Dados\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Erro ao limpar artistas\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Limpando gêneros...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Erro ao limpar gêneros\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Limpando caminhos...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Erro ao limpar caminhos\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Limpando álbuns...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Erro ao limpar álbuns\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Gravando alterações...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Erro ao gravar as alterações\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Isto pode demorar um pouco...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Compactando o banco de dados...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Erro ao compactar o banco de dados\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Deseja limpar a coleção?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Limpar a coleção nos bancos de dados do XBMC...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Iniciar\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Conversão de quadros/seg.\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Saída de áudio\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analógico\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digital\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Diversos Artistas\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Reproduzir disco\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Filmes\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Ajustar quadros/seg.\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Atores\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Ano\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Desligado\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Escurecer\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Tela preta\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Estilo matrix\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Tempo para proteção de tela\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Modo de proteção de tela\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Temporizador função de desligamento\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Todos os álbuns\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Álbuns adicionados recentemente \"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Proteção de tela\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Apresentação recursiva\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Nível de escurecimento da proteção de tela\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Ordenar por: arquivo\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Receiver com suporte a Dolby Digital (AC3)\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Ordenar por: Nome\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Ordenar por: Ano\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Ordenar por: Votação\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Títulos\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Trovoadas\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Parcialm.\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Predom.\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Ensolarado\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Nublado\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Neve\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Chuva\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Leve\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"AM\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"PM\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Chuvas rápidas\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Pouco\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Dispersas\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Vento\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Forte\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Claro\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Limpo\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Encoberto\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Cedo\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Pancada de chuva\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Nevada forte\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Mínima\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Média\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Máxima\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Nevoeiro\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Neblina\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Selecione local\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Tempo de atualização\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Unidade de temperatura\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Unidade de velocidade\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Clima\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temperatura\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Ambiente\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"Índice UV\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Vento\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Pt. de orvalho\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Umidade\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"De\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"até\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Padrões\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Acessando o serviço de meteorologia\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Obtendo informações de tempo para:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Não foi possível obter dados da previsão do tempo\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manual\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Sem crítica para este álbum\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Baixando miniatura...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Não disponível\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Ver: Ícones grandes\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Habilita Biblioteca\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Excluir informações do álbum\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Excluir informações do CD\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Selecionar\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Nenhuma informação do álbum encontrada.\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Nenhuma informação no CD encontrada.\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disco\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Insira o CD/DVD/BD correto\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Por favor insira o seguinte CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Ordenar por: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Nenhum cache\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Excluir filme da coleção\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Deseja excluir '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Disco removível\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Abrindo arquivo\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Cache\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Disco rígido\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Rede Local\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Áudio\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Auto executar\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Ativado\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Colunas\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Endereço linha 1\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Endereço linha 2\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Endereço linha 3\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Endereço linha 4\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Linhas\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Modo\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Troca visualização\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Legendas\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Canal de áudio\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[ativo]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Legenda\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Luz de fundo\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Brilho\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Contraste\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Tipo\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Mova a barra para reposicionar o OSD\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Posição do painel OSD\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Créditos\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Desligado\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Só músicas\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Música & vídeo\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Não foi possível carregar a lista de reprodução\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Skin e idioma\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Aparência\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Opções de áudio\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Sobre o XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Excluir álbum\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Repetir\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Repetir uma\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Repetir pasta\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Reproduzir próxima música automaticamente\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Usar ícones grandes\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Redimensionar legendas\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Opções avançadas (apenas para experts!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Margem total de áudio (dB)\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Ampliar área do vídeo para a mesma resolução da tela\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Calibragem\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Exibir extensão dos arquivos\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Ordenar por: Tipo\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Impossível conectar com serviço online de busca\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Falha na recuperação de informações do álbum\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Procurando nomes do álbum...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Aberto\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Ocupado\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Vazio\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Carregando informações de mídia a partir de arquivos...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Ordenar por: Uso\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Ativar visualizações\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Ativar troca do modo de vídeo\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Janela inicial\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Janela principal\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Configurações manuais\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Gênero\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Álbuns reproduzidos recentemente\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Iniciar\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Iniciar em..\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Editar título XBE\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Compilações\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Remover origem\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Trocar mídia\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Selecionar lista de reprodução\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Nova lista de reprodução\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Adicionar à lista de reprodução\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Adicionar à coleção manualmente\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Insira o título\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Erro: título duplicado\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Selecione o gênero\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Novo gênero\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Adição manual\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Insira o gênero\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Ver: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Lista\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Ícones\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Lista grande\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Ícones grandes\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Largo\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Bem largo\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Ícones de álbum\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Ícones de DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Mídia/info.\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Dispositivo de saída de áudio\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Dispositivo de saída passthrough\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Sem biografia para este artista\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Converter áudio multicanal para estéreo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Ordenar por: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Nome\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Data\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Tamanho\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Faixa\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Duração\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Título\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Artista\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Álbum\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Lista de Reprodução\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Arquivo\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Ano\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Nota\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Tipo\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Uso\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Artista do álbum\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Execuções\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Última reprodução\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Comentário\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Adicionado em\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Padrão\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Estúdio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Caminho\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"País\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"Em progresso\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Direção de ordenação\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Método de ordenação\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Modo de exibição\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Lembrar modo de exibição para pastas diferentes\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Crescente\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Decrescente\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Editar lista de reprodução\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filtro\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Cancelar modo festa\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Modo festa\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Aleatório\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Desligado\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Uma\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Todas\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Desligado\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Repetir: desl.\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Repetir: uma\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Repetir: todas\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Extrair CD de áudio\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Média\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Padrão\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Extrema\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Taxa de bits constante\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Extraindo...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Para:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Não foi possível extrair o CD ou faixa\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDARipPath não foi definido.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Extrair faixa de áudio\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Insira o número\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"CDs de áudio\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Codificador\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Qualidade\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Taxa de bits\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Incluir o número da faixa\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Todas as músicas de\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Modo de visualização\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zoom\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Mudar para 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Mudar para 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Mudar para 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Tamanho original\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Personalizado\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Ajuste de volume\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Modo de ajuste de volume\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Usar nível da faixa\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Usar níveis do álbum\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"PreAmp: arquivos com ajuste de volume\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"PreAmp: arquivos sem ajuste de volume\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Evitar cortes em arquivos com ajuste de volume\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Cortar barras pretas\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"É preciso descompactar um arquivo grande. Continuar?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Remover da coleção\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Exportar coleção de vídeos\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Importar coleção de vídeos\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Importando\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Exportando\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Procurar coleção\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Anos\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Atualizar coleção\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Exibir depuração\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Procurar executável\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Procurar lista de reprodução\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Procurar pasta\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Informação da música\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Amplificação de volume\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Pasta de exportação\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Este arquivo não está mais disponível.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Gostaria de remover da coleção?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Procurar Script\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Nível de Compressão\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Limpando a coleção\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Removendo músicas antigas da coleção\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Este caminho já foi examinado anteriormente\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Rede\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Servidor\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"Porta do proxy HTTP\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Ativar proxy HTTP\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"Usuário do proxy HTTP\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"Senha do proxy HTTP\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internet Protocol (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Porta inválida. O valor deve ser entre 1 e 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"Proxy HTTP\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Atribuição\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automático (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manual (estático)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Padrão (dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- Endereço IP:\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Máscara de sub-rede:\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Gateway padrão:\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- Servidor DNS:\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Salvar & reiniciar\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Endereço IP inválido. O valor deve ser AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"com números entre 0 e 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"As mudanças não foram salvas. Deseja continuar mesmo assim?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Servidor Web\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"Servidor FTP\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Horário da internet\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Porta\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Servidor de horário\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Salvar & aplicar\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Senha\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Sem senha\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Codificação\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Estilo\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Cor\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Negrito\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Itálico\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Negrito itálico\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Branco\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Amarelo\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Arquivos\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Não há informação para essa visualização\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Desative modo de coleção\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Erro ao carregar imagem\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Editar caminho\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Espelhar imagem\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Tem certeza?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Removendo origem\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Adicionar link de programa\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Editar caminho do programa\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Editar nome do programa\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Editar a profundidade do caminho\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Ver: lista grande\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Amarelo\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Branco\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Azul\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Verde claro\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Verde amarelado\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Ciano\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Cinza claro\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Cinza\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Erro %i: compartilhamento não disponível\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Limitador automático para FATX\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Saída de áudio\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Procurando\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Pasta de apresentação (slideshow)\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Interface de rede\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Nome da rede sem fio (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Senha da rede sem fio\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Segurança da rede sem fio\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Salvar e aplicar configurações de rede\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Sem criptografia\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Aplicando configurações de rede. Por favor, aguarde.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Interface de rede reinicializada com sucesso.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Interface de rede não pode ser inicializada.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Interface de rede desabilitada\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Interface de rede desabilitada com sucesso.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Nome da rede sem fio (ESSID)\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Servidor de Eventos\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Permitir programas locais controlar o XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Porta\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Intervalo de portas\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Permitir programas remotos controlar o XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Atraso de repetição inicial (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Atraso de repetição contínuo (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Número máximo de clientes\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Acesso internet\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Número de porta inválido\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Intervalor de portas válido 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Intervalor de portas válido 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Visualizar proteção de tela\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Incapaz de conectar\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"O XBMC foi incapaz de conectar ao local de rede\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Isto pode ser devido a rede não estar conectada.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Gostaria de adicionar assim mesmo?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"Endereço IP\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Adicionar Local de rede\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protocolo\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Endereço do servidor\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Nome do servidor\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Caminho remoto\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Pasta compartilhada\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Porta\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Nome do usuário\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Procurar servidor de rede\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Digite o endereço de rede do servidor\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Digite o caminho no servidor\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Digite o número da porta\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Digite o nome de usuário\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Adicionar origem %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Digite o caminho ou procure a localização de mídia.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Digite um nome para a mídia de origem.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Procurar novo compartilhamento\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Navegar\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Não foi possível encontrar informações do diretório.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Adicionar origem\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Editar origem\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Editar origem %s \"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Digite o novo nome\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Procurar imagem\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Procurar pasta de imagem\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Adicionar local de rede...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Procurar arquivo\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Submenu\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Habilitar botões de sub-menu\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Favoritos\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Plugins de vídeo\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Plugins de música\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Plugins de imagens\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Carregando diretório\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Recuperados %i items\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Recuperados %i de %i items\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Plugins de programas\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Selecionar ícone de plugin\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Opções do addon\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Pontos de acesso (sem fio)\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Outros...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Usuário\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Ajustes do Script\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Singles\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"Cliente SMB\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Grupo de trabalho\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Usuário padrão\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Senha padrão\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"Servidor WINS\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Montar compartilhamento SMB\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Remover\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Imagens\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Arquivos\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Música & vídeo \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Música & imagens\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Música & arquivos\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Vídeo & imagens\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Vídeo & arquivos\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Imagens & arquivos\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Música & vídeo & imag.\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Todos\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Desativado\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Arquivo & música & vídeo\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Arquivo & imagem & música\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Arquivo & imagem & vídeo\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Música & programas\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Vídeo & programas\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Imagens & programas\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Música & vídeo & imagens & programas\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programas & vídeo & música\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programas & imagens & música\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programas & imagens & vídeo\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"Usuário de FTP\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"Senha de FTP\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Senha de FTP configurada com sucesso\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Auto detecção\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Auto detectar sistemas\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Apelido\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Perguntar para conectar\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Enviar usuário e senha de FTP\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Intervalo de ping\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Gostaria de conectar ao sistema auto detectado?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Anunciar estes serviços para outros sistemas via Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Dispositivo de áudio personalizado\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Dispositivo passthrough personalizado\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Correntes de ar\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"e\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Congelando\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Tarde\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Isoladas\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Chuva com trovoadas\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Trovão\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Sol\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Pesada\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"no(a)\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"o(a)\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Arredores\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Gelo\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Cristais\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Calmo\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"com\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"ventoso\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"chuvisco\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Trovoada\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Chuvisco\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Enevoado\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Partículas\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"Temporais\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"Temporais\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Colocar tela em descanso quando inativo\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Duração\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Falha no script! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Habilitar LCD/VFD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Home\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Imagens\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Arquivos\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Configurações\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Vídeos\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Informação do sistema\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Configurações - Geral\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Configurações - Tela\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Configurações - Aparência - Ajustar Interface\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Configurações-  Vídeos - Ajustar Tela\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Configurações - Imagens\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Configurações - Programas\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Configurações - Clima\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Configurações - Músicas\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Configurações - Sistema\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Configurações - Vídeos\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Configurações - Rede\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Configurações - Aparência\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Vídeos/Lista de reprodução\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Configurações - Perfis\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Janela sim/não\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Janela de progresso\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Procurando por legendas...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Procurando ou armazenando legendas\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"terminando\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"carregando\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Abrindo sinal\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Música/Lista de reprodução\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Música/Arquivos\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Música/Coleção\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Editor de lista de reprodução\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"100 melhores músicas\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"100 melhores álbuns\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Configurações\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Previsão Climática\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Jogos em rede\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Extensões\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Informações do sistema\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Músicas - Coleção\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Reproduzindo agora - Músicas\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Reproduzindo agora - Vídeos\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Informação do álbum\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Informações de filmes\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Selec. janela\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Música/informação\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Janela OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Vídeos/Informação\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Scripts/Informação\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Vídeo em tela-cheia\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Visualização de áudio\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Janela agrupamento de arquivos\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Reconstruindo índice...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Voltar para janela de músicas\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Voltar para janela de vídeos\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Atualizar lista de trainer\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Trainers não encontrado\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Configurações de trainer\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Todos os trainers registrados estão perdidos. Atualize sua lista\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Iniciar automaticamente na última posição\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Não\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Sim\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Perguntar\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Iniciar/Reiniciar\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Retomar da posição %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Validando trainers existentes...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Bloqueada! Digite o código...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Entre com a senha\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Entre com o código-mestre\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Entre com o código de desbloqueio\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"ou pressione C para cancelar\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Selecione a combinação de botões e \"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"pressione Start ou Back para cancelar\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Configurar bloqueio\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Desbloquear\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Zerar bloqueio\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Remover bloqueio\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Senha numérica\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Combinação de botões\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Senha com texto\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Entre com a nova senha\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Re-digite a nova senha\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Senha incorreta,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"tentativas restantes \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"As senhas digitadas são diferentes.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Acesso negado\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"O limite de tentativas de senha foi excedido.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"O sistema será desligado agora.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Item bloqueado\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Reativar bloqueio\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Alterar bloqueio\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Bloqueio de origem\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"A senha digitada estava em branco. Tente novamente.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Bloqueio-mestre\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Desligar sistema se o número de tentativas for excedido\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Código-mestre não é válido!\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Digite um código-mestre válido!\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Configurações &  arquivos\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Definir como padrão para todos os filmes\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Isto irá zerar qualquer valor previamente salvo\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Exibir cada imagem por\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Usar efeitos de pan e zoom\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Tocar vídeos NTSC em taxas PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Tocar vídeos PAL em taxas NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Tocar vídeos NTSC em PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"relógio 12 horas\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"relógio 24 horas\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Dia/Mês\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Mês/Dia\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Uptime do sistema\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Minutos\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Horas\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Dias\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Uptime total\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Clima\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Proteção de tela\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"OSD em tela-cheia\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Sistema\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Diminuir rotação do HD\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Somente vídeos\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Atraso\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Tempo mínimo de duração\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Desligar\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Usar caminho personalizado para a dashboard\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Modo de desligamento\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Terminar\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Hibernar\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Suspender\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Sair\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Reinicializar\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Minimizar\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Ação do botão de Liga/Desliga\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Tem outra sessão ativa, talvez por ssh?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Disco rígido removível montado\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Remoção insegura de dispositivo\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Dispositivo removido com sucesso\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick conectado\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick desconectado\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Filtro de anti-oscilação\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Deixe driver escolher (necessita reinicializar)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Sincronização vertical\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Desabilitado\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Habilitado durante execução de vídeo\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Sempre habilitado\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Testar e aplicar resolução\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Salvar resolução?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Manter esta resolução?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Aumento de resolução em alta qualidade\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Desabilitado\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Habilitado para conteúdo SD\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Sempre habilitado\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Método de aumento de resolução\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicúbico\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"Nível VDPAU HQ Upscaling\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"Nível de conversão de cores VDPAU Studio\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Escurecer outras telas\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Desabilitado\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Escurecer telas\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Detectadas coneções ativas!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Se continuar, poderá perder o controle do XBMC\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"Tem certeza que quer parar o servidor de Eventos?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Trocar o modo \\\"Apple Remote\\\"?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Se está utilizando o \\\"Apple Remote\\\" agora para controlar\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, trocar esta configuração pode afetar sua habilidade\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"de continuar controlando ele. Você deseja prosseguir?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"Chave do HDD:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"Temperatura do HDD:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"Modelo do DVD:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"Firmware do DVD:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"Modelo do HDD:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"Serial do HDD:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"Firmware do HDD:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"Senha do HDD:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"Estado de travamento do HDD:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Máscara de sub-rede\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Gateway\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"DNS primário\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Falha na inicialização\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Gamepad\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Teclado\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Mouse\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Head/microfone\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Unidade de memória\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"IR-Remoto\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Porta de controller\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Nunca\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Imediatamente\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Depois de %i segs\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Data de instalação do HDD:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Re-ligamentos do HDD:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Perfis\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Excluir perfil '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Último perfil utilizado:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Desconhecido\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Sobrescrever\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Alarme do relógio\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Intervalo do alarme (em minutos)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Iniciado, alarmar em %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarme!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Cancelado restando %im%is\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Buscar legendas em RARs\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Procurar legendas...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Mover item\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Mover item aqui\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Cancelar mover\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardware: \"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Uso da CPU:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Conectado, mas nenhum DNS disponível.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Disco rígido\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Armazenamento\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Padrão\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Rede\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Hardware\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Sistema Operacional:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Velocidade da CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"BIOS detectada:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Encoder de vídeo:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Resolução de tela:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Versão do XBOX:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Número de série do XBOX:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Fabricante do XBOX:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"ModChip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Cabo A/V:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Região do vídeo & XBE:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"Região do DVD:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Conectado\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Desconectado. Verifique as opções de rede.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Chave Xbox Live:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Temperatura desejada:\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Velocidade do ventilador\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Controle automático de temperatura\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Controle da velocidade do ventilador\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Fontes\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Ativar legendas da direita para esquerda\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Exibir notícias RSS\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Exibir pasta superior\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Formato do nome das faixas\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Deseja reiniciar o sistema\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"ao invés do XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Efeito de zoom\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Efeito de flutuação\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Redução de borda preta\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Reiniciar\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Transição suave entre músicas\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Refazer ícones\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Ícones recursivos\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Ver apresentação\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Apresentação recursiva\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Aleatório\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Estéreo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Apenas esquerda\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Apenas direita\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Habilitar suporte ao karaokê\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Transparência do fundo\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Transparência do primeiro plano\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Atraso A/V\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaokê\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s não encontrado.\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Erro ao abrir %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Erro ao carregar %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Erro: sem memória.\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Mover acima\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Mover abaixo\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Editar etiqueta\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Tornar padrão\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Remover botão\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"LED frontal\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"LED frontal colorido\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Deixar como está\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Verde\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Laranja\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Vermelho\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Alternar\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Desligar o LED durante a execução\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Informações de filmes\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Adicionar à fila\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Pesquisar no IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Pesquisar por novas informações\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Agora executando...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Informação do álbum\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Examinar item para a coleção\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Parar procura\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Método de Render\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Pixel shader de baixa qualidade\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Overlay de hardware\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Pixel shader de alta qualidade\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Reproduzir item\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Definir ícone do artista\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Gerar ícones automaticamente\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Ativar voz\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Ativar dispositivo\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Volume\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Modo de visualização padrão\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Brilho padrão\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Contraste padrão\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Gamma padrão\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Reiniciar vídeo\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Máscara de voz - porta 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Máscara de voz - porta 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Máscara de voz - porta 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Máscara de voz - porta 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Utilizar avanço/retorno baseados em tempo\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Gabarito para nome de faixa - direita\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Pré-ajustes\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Não há pré-ajustes disponíveis para esta visualização\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Não há configurações disponíveis para esta visualização\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Ejetar/carregar\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Usar visualização durante reprodução de áudio\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Calcular tamanho\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Calculando tamanho da pasta\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Configurações de vídeo\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Configurações de áudio e legendas\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Ativar legendas\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Atalhos\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ignorar artigos (o/a/os/as) ao ordenar\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Transição suave nas faixas do mesmo álbum\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Procurar por %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Mostrar posição da faixa\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Limpar padrão\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Reiniciar\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Obter ícone\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Informação da imagem\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s Pré-ajustes\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(Qualificação de usuário IMDb)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Sintonizar com Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Velocidade mínima do ventilador\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Baixando\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Incluir artistas que só aparecem em compilações\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Método de renderização\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Auto detectar\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Sombreamento básico (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Sombreamento avançado (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Desconectar com segurança\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Iniciar apresentação aqui\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Relembrar para este caminho\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Usar objetos buffer de pixel\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Método de syncronização de A/V\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Relógio de áudio\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Relógio de vídeo (cortar/ignorar áudio)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Relógio de vídeo (reamostragem de áudio)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Máximo (%) de reamostragem\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Qualidade de reamostragem\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Baixo(rápido)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Médio\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Alto\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Realmente alto(lento!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Sincronizar reprodução com a exibição\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Controle Remoto Apple\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Permite iniciar o XBMC através do Controle Remoto\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Tempo de espera para sequenciamento\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Desabilitado\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Padrão\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Controle Remoto Universal\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Controle Remoto universal (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Erro Controle Remoto Apple\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Suporte ao Controle Remoto Apple pode ser habilitado.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Agrupar\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Desagrupar\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Baixando lista de reprodução...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Recebendo lista de canais...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Interpretando lista de canais...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Falha ao baixar lista de canais\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Falha ao baixar lista de reprodução\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Diretório de jogos\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Troca automática para ícones baseado em\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Ativar troca automática para ícones\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Usar ícones grandes\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Trocar baseado em\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Porcentagem\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Sem arquivos e pelo menos um ícone\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Ao menos um arquivo e um ícone\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Porcentagem de ícones\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Visualização\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Mudar área de código 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Mudar área de código 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Mudar área de código 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Coleção\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Sem TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Digite a cidade (grande) mais próxima\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Cache de vídeo/áudio/DVD - Disco rígido\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Cache de vídeo - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Rede local\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Cache de áudio - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Rede local\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"Cache do DVD - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Rede local\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Serviços\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Configurações de rede modificadas\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"O XBMC precisa reiniciar para aplicar as suas\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"configurações de rede.  Deseja reiniciar agora?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Pós-processamento\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Desligar durante a execução\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i mins\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i segs\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Formato da hora\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Formato da data\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Filtros de interface\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Usar busca em segundo plano\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Parar busca\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Impossível enquanto estiver buscando informações da mídia\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Efeito granulado de filme\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Buscar ícones em compartilhamentos remotos\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Tipo de cache desconhecido - internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Entre nome de usuário para\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Data & hora\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Definir data\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Definir hora\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Digite a hora no formato 24 horas HH:MM\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Digite a data no formato DD/MM/AAAA\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Digite o endereço IP\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Aplicar as configurações agora?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Aplicar mudanças agora\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Permitir renomear e excluir arquivos\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Selecionar fuso horário\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Ajustar para horário de verão\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Adicionar a favoritos\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Remover de favoritos\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Cores\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"País do Fuso horário\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Fuso horário\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Listas de arquivos\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Exibir informações EXIF de imagens\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Usar janela maximizada ao invés de tela cheia\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Enfileirar músicas ao selecionar\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Tocar CDs de áudio automaticamente\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Execução\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVDs\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Reproduzir DVDs automaticamente\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Fonte para uso em legendas de texto\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Internacional\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Conjunto de caracteres\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Depurando\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Segurança\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Disp. de Entrada\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Econ. de energia\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Remove\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Jogos\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Adicionar\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Senha\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Coleção\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Banco de dados\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Todos álbuns\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Todos artistas\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Todas as músicas\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Todos gêneros\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Carregando...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Sons de navegação\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Skin padrão\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Tema\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Tema padrão\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Enviar músicas para o Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Nome de usuário Last.fm\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Senha Last.fm\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Incapaz de negociar: descansando...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Por favor atualize o XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Autorização incorreta: Verifique usuário e senha\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Conectado\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Desconectado\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Intervalo de envio %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"%i músicas em cache\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Enviando...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Enviando em %i segs\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Reproduzir usando...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Usar sincronização para A/V suavizada\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Ocultar nomes de arquivos na visualização de ícones\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Reproduzir em modo-festa\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Enviar músicas para o Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Nome de usuário do Libre.fm\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Senha do Libre.fm\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Scrobbler\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Enviar a rádio para o Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Conectando ao Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Selecionando estação...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Procurar por artistas similares...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Procurar por gêneros similares...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Seu perfil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"O melhor de todos os gêneros\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Os melhores artistas do gênero %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Os melhores álbuns do gênero %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Ás melhores músicas do gênero %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Ouvir gênero %name% no Last.fm\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Artistas similares a %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Os melhores álbuns de %name%\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"As melhores músicas de %name%\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Os melhores gêneros de %name%\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Os maiores fãs de %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Ouvir radios dos fãs de %name% no Last.fm\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Ouvir por artistas similares a %name% na Last.fm\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Os melhores artistas para o usuário %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Os melhores álbuns para o usuário %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"As melhores músicas para o usuário %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Amigos do usuário %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Vizinhos do usuário %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Gráfico semanal do artista para %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Gráfico semanal do álbum para %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Gráfico semanal da música para %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Ouvir vizinhos de %name%'s no Last.fm\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Ouvir músicas pessoais de %name%'s no Last.fm\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Ouvir pelas mais pedidas de %name%'s no Last.fm\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Restaurando lista do Last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Não pude recuperar lista do Last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Digite o nome do artista para encontrar outros similares\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Digite um gênero para encontrar similares\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Faixas ouvidas recentemente por %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Ouça recomendações de %name%'s no Last.fm\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Melhores gêneros para usuário %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Você quer adicionar a faixa atual para as suas faixas prediletas?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Você quer banir a faixa atual?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Adicionado às suas faixas prediletas: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Não foi possível adicionar '%s' em suas faixas prediletas.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Banida: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Não foi possível banir '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Faixas recentemente prediletadas por %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Faixas recentemente banidas por %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Remover de faixas prediletas\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Desbanir\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Você quer remover esta faixa de suas faixas prediletas?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Você quer desbanir esta faixa?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Caminho não encontrado ou inválido\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Não foi possível conectar ao servidor da rede\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Não encontrou servidores\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Grupo de trabalho não encontrado\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Abrindo múltiplos caminhos para os marcadores\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Caminho:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Geral\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Configure hardware de áudio...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Busca na internet\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Reprodutor\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Reproduzir mídia do disco\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Digite um novo título\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Nome do filme\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Nome do perfil\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Nome do álbum\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Nome da lista de reprodução\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Entre novo nome de arquivo\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Nome da pasta\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Escolha o diretório\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Opções disponíveis: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Insira palavra a ser buscada\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Nenhum\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Seleção automática\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Desentrelaçar\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Sincronização irregular\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Sincronização plana\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Entrelaçamento\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Cancelando...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Coloque o nome do artista\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Falha na reprodução\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Um ou mais itens falharam na execução.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Digite valor\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Para detalhes, verifique o arquivo de registro.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Modo-festa cancelado.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Nenhuma música encontrada na coleção.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Não pôde inicializar banco de dados.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Não pôde abrir banco de dados.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Não pôde obter músicas do banco de dados.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Lista de execução em modo-festa\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Todos os vídeos\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Não-vistos \"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Vistos\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Marcar como visto\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Marcar como não-visto\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Editar título\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Usar NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Use apenas NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Use apenas NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Use apenas PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Para jogos com 60hz\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Operação foi cancelada\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Falha ao copiar\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Falha ao copiar pelo menos um arquivo\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Falha ao mover\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Falha ao mover pelo menos um arquivo\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Falha ao excluir\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Falha ao remover pelo menos um arquivo\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Método para escalamento de vídeo\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Vizinho mais próximo\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicúbico\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (software)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (software)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (software)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"(VDPAU)Temporal\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"(VDPAU)Temporal/Spatial\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)Noise Reduction\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)Sharpness\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Inverse Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Pós-processamento de video\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Tempo até descanso de tela\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Trocar para canal\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Pasta de músicas salvas\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Usar reprodutor de DVD externo\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Reprodutor de DVD externo\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Pasta de trainers\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Pasta para captura de tela\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Pasta lista de reprodução\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Gravações\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Screenshots\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Usar XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Listas de reprodução de músicas\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Listas de reprodução de vídeos\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Você gostaria de iniciar o jogo?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Ordenar por: Lista de reprodução\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Ícone remoto\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Ícone atual\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Ícone local\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Nenhum ícone\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Selecionar ícone\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Conflito\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Examinar novo\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Examinar todos\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Região\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Resumo\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Bloquear seção de música\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Bloquear seção de vídeo\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Bloquear seção de imagens\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Bloquear seção de programas & scripts\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Bloquear gerenciador de arquivos\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Bloquear configurações\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Iniciar de novo\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Entrar em modo-mestre\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Sair do modo-mestre\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Criar perfil '%s' ?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Iniciar com configurações novas\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Melhor disponível\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Trocar automaticamente entre 16x9 e 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Tratar arquivos agrupados como um arquivo único\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Atenção\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Sair do modo-mestre\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Entrou no modo-mestre\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Ícone Allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Remover ícone\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Adicionar perfil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Obter informações para todos os álbuns\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Informação de mídia\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Separado\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Compartilhamentos com padrão\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Compartilhamentos com padrão (apenas leitura)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Copiar padrão\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Imagem do perfil\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Bloquear preferências\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Editar perfil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Bloquear perfil\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Não foi possível criar a pasta\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Diretório do perfil\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Iniciar com novas origens de mídia\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Esteja certo de que a pasta selecionada possa ser escrita\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"e que o novo nome da pasta é válido\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Classificação MPAA:\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Digite o código-mestre de bloqueio\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Pedir o código-mestre na inicialização\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Opções da skin\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- link não definido -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Ativar animações\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Desabilitar RSS durante músicas\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Ativar botões de atalho\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Mostrar informações do XLink Kai\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Mostrar informações da música\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Mostrar informações do Clima\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Mostrar informações do sistema\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Mostrar espaço livre nos discos C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Mostrar espaço livre nos discos E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Informações do Clima\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Espaço livre em disco\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Nome de um compartilhamento existente\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Código de bloqueio\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Carregar perfil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Nome do Perfil\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Origens de mídia\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Digite o código de bloqueio do perfil\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Tela de login\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Obtendo informações do álbum\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Obtendo informações para o álbum\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Não é possível copiar CD ou faixa enquanto CD estiver tocando\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Código-mestre e bloqueios\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Digitar código-mestre sempre ativa modo-mestre\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"ou copiar do padrão?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Salvar alterações para o perfil?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Opções antigas encontradas.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Você deseja usá-las?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Fontes antigas de mídia encontradas.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Separado (bloqueado)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Raiz\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \" - Zoom\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"Configurações UPnP\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Auto iniciar cliente UPnP\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Último login: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Nunca conectou\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Perfil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Login de usuário / Selecionar um perfil\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Usar bloqueio na tela de login\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Código de bloqueio inválido.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Isto requer o bloqueio-mestre para ser usado.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Você quer definir isso agora?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Carregando informações do programa\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Festa ativa!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Verdadeiro\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Preparando drinks\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Enchendo os copos\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Conectado como\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Desconectar\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Ir para raiz\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Estruturar\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Estruturar (invertido)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Homogêneo\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Reiniciar vídeo\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Editar locais de rede\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Remover locais de rede\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Você quer examinar a pasta?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Unidade de memória\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Unidade de memória montada\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Impossível montar unidade de memória\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"Na porta %i, slot %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Bloquear proteção de tela\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Definir\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Nome de usuário\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Digite senha para\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Cronômetro de desligamento\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Intervalo do desligamento (em minutos)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Iniciado, desligando em %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Desligamento em 30 minutos\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Desligamento em 60 minutos\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Desligamento em 120 minutos\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Cronômetro personalizado\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Cancelar cronômetro\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Bloquear preferências para %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Procurar...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Informação resumida\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Informação de armazenamento\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Informação do disco rígido\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Informação do DVD/BD-ROM\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Informação de rede\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Informação de vídeo\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Informação de hardware\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Usado\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"de\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Bloqueio não suportado\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Não bloqueado\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Bloqueado\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Congelado\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Requer reinicialização\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Semana\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Linha\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Rede Windows (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"Servidor XBMSP\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"Servidor FTP\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"Compartilhamento iTunes (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"Servidor UPnP\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Mostrar informações de vídeo\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Feito\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Símbolos\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Backspace\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Espaço\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Reiniciar skin\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Rotacionar imagens usando informação do EXIF\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Usar estilo de visualização poster para seriados\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Por favor aguarde\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Guardando valores da EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Guardando valores da BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Habilitar auto rolagem para enredo & crítica\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Personalizado\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Habilitar registro de depuração\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Baixar informação adicional durante atualizações\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Serviço padrão para informações de músicas\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Mudar resumo\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Exportar coleção de música\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Importar coleção de música\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Artista não encontrado!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Falha ao baixar informações de artista\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Ativo! (vídeos)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Misturando bebidas (vídeos)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Enchendo os copos (vídeos)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"Servidor WebDAV (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"Servidor WebDAV (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"Cliente MythTV\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Diretório do servidor Web (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Diretório do servidor Web (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Impossível gravar na pasta:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Quer cancelar e prosseguir?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"Feed RSS\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Desconhecido. Adicione MD5 do xbmc.log ao BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"DNS secundário\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"Servidor DHCP:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Criar nova pasta\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Escurecer LCD na reprodução\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Desconhecido ou onboard (protegido)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Escurecer LCD na pausa\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Ligar o LED durante a pausa\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Vídeos - Coleção\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Saves de jogos\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Ordenar por: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Baixar saves de jogos\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Save de jogo instalado no disco\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Falha ao baixar save de jogo\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Selecione save de jogo para baixar e instalar\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Save não encontrado para jogo especificado\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Ir para saves de jogos\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Saves de jogos\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Reproduzir parte...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Restaurar valores da calibração\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Isto irá restaurar os valores da calibração para %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"para os valores padrões.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Procurar destino\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Usar nomes de pastas para busca\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Arquivo\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Usar pasta ou nomes de arquivos em buscas?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Defina conteúdo\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Pasta\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Buscar por conteúdo recursivamente?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Desbloquear fontes\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Ator\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Filme\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Diretor\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Deseja remover todos os itens dentro\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"deste caminho da biblioteca do XBMC?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Filmes\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"Seriados\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Este diretório contém\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Executar exame automatizado\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Examinar recursivamente\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"como\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Diretores\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Nenhum arquivo de vídeo encontrado neste caminho!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"votos\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Informações do seriado\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Informações do episódio\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Carregando detalhes do seriado\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Obtendo guia do episódio\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Carregando informações para episódios no diretório\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Selecione o seriado:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Digite o nome do seriado\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"%iª temporada\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Episódio\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Episódios\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Carregando detalhes do episódio\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Remover episódio da coleção\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Remover seriado da coleção\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Seriado\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Enredo do episódio\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Todas as temporadas\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Ocultar vistos\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Código de prod.\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Exibir enredo para itens não-vistos\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Escondido para prevenir créditos (spoilers) *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Selecionar ícone da temporada\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Imagem da temporada\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Temporada\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Baixando informações do filme\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Desmarcar conteúdo\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Título original\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Atualizar informações de seriado\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Recarregar informações para todos os episódios?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Pasta contém um único seriado\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Excluir pasta da lista de procura\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Especiais\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Auto buscar ícones de temporadas\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Pasta contém um único vídeo\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Link para seriado\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Remover link para seriado\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Filmes adicionados recentemente\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Episódios adicionados recentemente\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Estúdios\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Concertos\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Concertos adicionados recentemente\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Vídeo musical\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Remover vídeo musical da coleção\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Informações do concerto\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Carregando informações de concertos\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Misturado\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Ir para álbuns por artista\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Ir para álbum\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Reproduzir música\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Ir para concertos do álbum\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Ir para concertos do artista\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Reproduzir vídeo musical\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Baixar ícones de atores ao criar a coleção\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Selecionar ícone de ator\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Remover marcador do episódio\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Definir marcador do episódio\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Opções de scraper\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Recebendo informações de concertos\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Recebendo informações do seriado\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Trailer\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Unificar\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Unificar seriados com temporada única\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Obter Fanart\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Exibir Fanart nas coleções de video e música\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Procurando por conteúdo novo\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Primeira exibição\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Roteirista\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Limpar nomes de arquivos e pastas\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Nunca\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Se só uma temporada\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Sempre\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Tem trailer\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Falso\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Apresentação de Fanart\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Exportar para um único arquivo ou separar\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"arquivos por entrada?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Só um arquivo\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Separar\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Exportar icones e Fanart?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Sobreescrever arquivos antigos?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Excluir caminho da atualização de coleções\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Extrair ícones e etiquetas\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Coletâneas\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Definir ícone do conjunto de filmes\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Exportar ícones de atores\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Selecione fanart\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Fanart local\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Sem fanart\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Fanart atual\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Fanart remoto\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Alterar conteúdo\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Quer atualizar informação para todos\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"Itens incluídos neste caminho?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Foram encontradas informações armazenadas localmente.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ignorar e atualizar da Internet?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Não é possível baixar as informações\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"Provavelmente o servidor está indisponível.\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Deseja continuar a procura?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"PaÍses\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Agrupar filmes em coletâneas - sets\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Exibir arquivos e diretórios ocultos\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"Cliente TuxBox\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"AVISO: dispositivo TuxBox está em modo de gravação!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Este canal será interrompido!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Mudar para canal: %s falhou!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Tem certeza que deseja iniciar o canal?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Conectando a: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"Dispositivo TuxBox\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Adicionar compartilhamento de mídia...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Compartilhar coleções de vídeo e música através do UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Editar compartilhamento de mídia\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Remover compartilhamento de mídia\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Pasta de legendas\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Filme & diretório de legenda alternativo\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Ativar mouse\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Permitir sons de navegação durante reprodução\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Ícone\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Forçar região do DVD-player\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Saída de vídeo\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Aspecto de vídeo\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Widescreen\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Habilitar 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Habilitar 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Habilitar 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Nome da nova lista de reprodução\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Exibir botões \\\"adicionar origem\\\" em listas\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Ativar barras-de-rolagem\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Usar \\\"vistos\\\" como filtro liga/desliga na coleção de vídeo\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Abrir\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Nível de ajuste acústico\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Rápido\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Silencioso\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Ativar papel de parede\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Nível do gerenciador de energia\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Alta potência\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Baixa potência\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Hibernar (alto)\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Hibernar (baixo)\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Incapaz de armazenar arquivos maiores que 4GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Capítulo\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Alta qualidade de pixel shader (V2)\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Habilitar lista de reprodução ao iniciar\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Usar animações do tipo \\\"tween\\\"\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"contém\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"não contém\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"é\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"não é\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"começa com\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"termina com\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"maior que\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"menor que\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"depois\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"antes\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"em último\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"não em último\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Resumos\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Scraper padrão de filmes\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Scraper padrão de seriados\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Scraper padrão para vídeo músical (clipe)\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Permitir alternativa baseado no idioma do scraper\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Configurações\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Multi-idioma\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Valor para encontrar\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Regra de lista de reprodução inteligente\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Encontrar itens onde\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Nova regra...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Itens devem conter\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"todas as regras\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"uma regra ou mais\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Limitar em\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Sem limite\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Ordenar por\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"ascendente\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"descendente\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Editar lista de reprodução inteligente\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Nome da lista de reprodução\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Encontrar itens onde\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"- Editar\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i itens\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Nova lista de reprodução inteligente...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"Drive %c\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Editar regras do modo-festa\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Pasta raíz/padrão\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Contador de exibição\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Título do episódio\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Resolução do vídeo\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Canais de áudio\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Codec de vídeo\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Codec de áudio\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Idioma do áudio\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Idioma da legenda\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Controle Remoto envia aperto de teclas\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"- Editar\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Nome do arquivo\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Caminho do arquivo\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Tamanho do arquivo\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Data/hora do arquivo\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Índice de apresentação\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Resolução\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Comentário\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Colorido/B&W\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Processamento JPEG\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Data/Hora\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Descrição\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Fabricante da câmera\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Modelo de câmera\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Comentários do EXIF\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Abertura\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Dimensão do foco\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Distância do foco\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Exposição\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Tempo de exposição\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Tendência da exposição\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Modo de exposição\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Flash utilizado\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Temperatura da cor\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Fonte de luz\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Modo de medida\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Zoom digital\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Largura do CCD\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"Latitude do GPS\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"Longitude do GPS\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Altitude do GPS\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orientação\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Categorias suplementares\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Palavras-chave\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Sub-título\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Autor\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Título\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Instruções especiais\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Categoria\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Cabeçalho\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Título do cabeçalho\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Crédito\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Origem\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Aviso de copyright\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Nome do objeto\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Cidade\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Estado\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"País\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Referência Tx original\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Data de criação\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Sinal de copyright\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Código do país\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Serviço de referência\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Permitir controle do XBMC via UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Tentar saltar introdução antes do menu do DVD\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Música salva\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Buscar informações para todos os artistas\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Baixando informações do album\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Baixando informação do artista\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biografia\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Discografia\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Buscando artista\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Selecione o artista\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Informação do artista\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instrumentos\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Nascido\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Formado\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Temas\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Dispensado(sem banda?)\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Falecido\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Anos de atividade\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Gravadora/marca\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Nascido/formado\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Atualizar coleção ao iniciar\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Ocultar progresso de atualizações de coleção\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- Sufixo de DNS\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"%2.3fs\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Atrasado em: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Adiantado em: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Posição da legenda\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"Fabricante OpenGL:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"Renderizador OpenGL:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"Versão OpenGL:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"Temperatura MB:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Temperatura CPU:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Memória total\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Dados do perfil\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Escurecer a tela se pausar o vídeo durante reprodução\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Todas as gravações\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Por Título\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Por grupo\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Canais ao vivo\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Gravações por título\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Guia\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Erro (%) permitido na proporção de aspecto\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Incluir arquivos de vídeo nas listagens\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"Fabricante DirectX:\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Versão Direct3D:\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Fonte\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Tamanho\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Cores\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Conjunto de Caracteres\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Exportar itens de karaokê em HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Exportar itens de karaokê em CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Importar itens de karaokê...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Auto exibir seletor de música\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Exportar itens de karaokê...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Informe número da música\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"branco/verde\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"branco/vermelho\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"branco/azul\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"preto/branco\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Plugin do Tempo\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- Configurações do plugin\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Ativar Teletext\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Parte %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Acumulando %i bytes\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Parando\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Executando\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Player externo ativo\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Clique OK para sair do reprodutor\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Clique OK quando reprodução tiver terminado\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Add-on\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Configurar\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Desativar\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Ativar\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Este Add-on não pode ser configurado\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Modo de coleção\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"Teclado QWERTY\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Utilizando áudio em passthrough\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Aplicar filtro de cintilação (flick) para jogos\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Qualidade do trailer\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Canal/sinal\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Baixar\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Baixar & reproduzir\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Baixar & salvar\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Hoje\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Amanhã\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Salvando\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Copiando\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Definir diretório para download\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Duração da busca\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Curto\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Longo\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Utilizar tocador de DVD ao invés do reprodutor regular\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Pergunte para baixar antes de reproduzir vídeo\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Clipes\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Reiniciar plugin para ativar\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Hoje a noite\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Amanhã a noite\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Condição\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Precipitação\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Precip\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Úmido\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Parece\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Observado\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Saída do normal\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Nascer-do-sol \"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Pôr-do-sol \"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Detalhes\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Previsão\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Coverflow\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Traduza texto\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Categoria %s Lista de Mapas\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 horas\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Mapas\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Hora em Hora\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Final de semana\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"Dia %s\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Alerta\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Alertas\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Escolha o seu\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Verifique\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Configure o\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Temporadas\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Use o seu\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Asista seu\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Escute ao\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Veja seu\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Configure o \"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Energia\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Menu\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Reproduzir o(a)\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Opções\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Editor\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Sobre você\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Classificação por estrelas\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Fundo\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Fundos\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Fundo personalizado\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Fundos personalizados\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Ver o Readme/Leia-me\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Ver Histórico de Alterações\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Esta versão de %s requer um\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC revisão %s ou maior para executar\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Por favor, atualize o XBMC\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Nenhum dado encontrado!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Próxima página\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Amor\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Ódio\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Este arquivo está empilhado, selecione a parte de onde quer reproduzir.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Caminho para o script\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Habilitar botão de script personalizado\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Romanian/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<language locale=\"Romanian\">\n  <charsets>\n    <gui>CP1250</gui>\n    <subtitle>CP1250</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>ro</menu>\n    <audio>ro</audio>\n    <subtitle>ro</subtitle>\n  </dvd>\n\n  <regions>\n    <region name=\"România\" locale=\"Romania\">\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n  </regions>\n</language>"
  },
  {
    "path": "Mod Files/system/language/Romanian/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Romanian (http://www.transifex.com/projects/p/xbmc4xbox/language/ro/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: ro\\n\"\n\"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programe\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Imagini\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Muzică\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Video\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"Ghid TV\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Setări\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"SVN XBMC\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Gestionar de fișiere\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Meteo\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"centru media xbmc\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Luni\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Marți\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Miercuri\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Joi\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Vineri\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Sâmbătă\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Duminică\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Ianuarie\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Februarie\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Martie\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"Aprilie\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Mai\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Iunie\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Iulie\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"August\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"Septembrie\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Octombrie\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"Noiembrie\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"Decembrie\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Lun\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Mar\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Mie\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Joi\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Vin\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Sâm\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Dum\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Ian\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Feb\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Apr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"Mai\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Iun\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Iul\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Aug\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Sep\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Oct\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Dec\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Vizualizare: Automat\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Vizualizare: Automat mare\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Vizualizare: Pictograme\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Vizualizare: Listă\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Scanare\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sort. după: Nume\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Sort. după: Dată\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Sort. după: Mărime\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Nu\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Da\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Start diapozitive\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Creează afișe\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Creează miniaturi\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Scurtături\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Pauză\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Copiază\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Mută\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Șterge\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Redenumește\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Dosar nou\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Confirmare copiere fișier\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Confirmare mutare fișier\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Confirmare ștergere fișier\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Copiați aceste fișiere?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Mutați aceste fișiere?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Sigur doriți să ștergeți acest fișier?\\nATENȚIE: Ștergerea fișierelor nu poate fi anulată!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Stare\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Obiecte\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Generale\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Prezentare diapozitive\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Informații sistem\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Ecran\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albume\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Artiști\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Cântece\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Gen\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Liste de redare\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Caută\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Informații sistem\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperaturi:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Oră:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Curent:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Versiune:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Rețea:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Tip:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Static\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"Adresă MAC\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"Adresă IP\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Legătură:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Half duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Full duplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Stocare\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Drive\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Liberă\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Memorie liberă\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Fără legărură\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"liberi\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Indisponibil\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Compartiment disc deschis\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Se citește\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Niciun disc\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disc prezent\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Costum\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"FTP server:\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Sincronizare Timp:\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Rezoluție\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Ajustează rată reîmprospătare ecran pentru potrivire cu video\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Dată de lansare\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Afișează filmele 4:3 ca\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Tonuri\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Stiluri\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Cântec\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Durată\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Selectați album\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Piste\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Prezentare\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Actualizează\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Căutare album\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Nu a fost găsit niciun album!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Selectează toate\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Se scanează informații media\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Salvează\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Amestecă\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Golește\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Scanează\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Se caută...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Nu s-au găsit informații!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Selectați filmul:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Se cer informații pe %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Încărcare informații film\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Citat\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Scurtă descriere\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Voturi:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Distribuție\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Intrigă\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Redă\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Următorul\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Precedentul\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Calibrare interfață utilizator...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Calibrare video...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Atenuare\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Grad de mărire\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Raport pixel\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"Unitate DVD\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Inserați discul\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Partajare la distanță\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Nu există conectare la rețea\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Renunță\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Viteză\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Modele de testare...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Caută nume piste CD audio pe freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Amestecă lista de redare la încărcare\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Timp încetinire HDD\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Filtre video\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Niciuna\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Punct\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Liniar\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotropic\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussian cubic\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Micșorare\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Mărire\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"La sfârșit curăță lista\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Pornire automata DVD-Video\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Pornire automata VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Pornire automata CD-Audio\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Pornire automata joc XBOX\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Pornire automata filme\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Pornire automata muzica\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Pornire automata poze\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Scripturi\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Limbă\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Muzică\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Vizualizare\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Selectează dosarul destinație\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Iesire pe toate difuzoarele\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Număr de canale\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"DD Stereo Passthrough\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Culegere informații CD\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Eroare\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Activează citire etichete\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Se deschide\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Se așteaptă începerea...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Ieșire scripturi\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Permite controlul XBMC prin HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Înregistrează\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Oprește înreg.\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Sort. după: Pistă\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Sort. după: Timp\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Sort. după: Titlu\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Sort. după: Artist\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Sort. după: Album\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Top 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Compensare suprascanare stânga-sus\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Compensare suprascanare dreapta-jos\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Poziționare subtitrare\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Ajustare raport pixel\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Ajustați săgeata pentru a modifica gradul de suprascanare\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Ajustați bara pe verticală pentru a modifica poziția afișării subtitrărilor\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Ajustați dreptunghiul până ce devine un pătrat perfect\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Nu s-au putut încărca setăriile\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Se folosesc setările implicite\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Verificați fișierele XML\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"S-au găsit %i elemente\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Rezultate căutare\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Nu s-au găsit rezultate.\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Filtru de postprocessing\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Subtitrări\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Font\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"Marime\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Comprimare interval dinamic\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Audio\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Alegere subtitrare\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Creează semn de carte\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Elimină semne de carte\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Decalaj audio\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Semne de carte\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"Receptor capabil AAC\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"1. Limba\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"2. Volum\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"3. Stream\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Întârziere\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Limbă\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Activat\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Non-intercalat\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"Automat\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"filtru deblocare verticala\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"filtru deblocare orizontala\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"Lumina/Contrast automat\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=automat)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Curățare bază de date\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Pregătire...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Eroare bază de date\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Se caută cântece...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Reorganizarea bazei de date s-a încheiat cu succes\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Reorganizare cântece...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Eroare reorganizare cântece\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Reorganizare artiști...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Eroare reorganizare artiști\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Reorganizare genuri...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Eroare reorganizare genuri\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Reorganizare căi...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Eroare reorganizare căi\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Reorganizare albume...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Eroare reorganizare albume\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Se scriu modificările...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Eroare la scriere modificări\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"S-ar putea să dureze ceva timp...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Se comprimă baza de date...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Eroare comprimare bază de date\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Doriți să curățați mediateca?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Curățare mediatecă...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Pornește\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Conversie rată de cadre\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Iesire audio:\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analog\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digital\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Artiști diferiți\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Redă discul\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Filme\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Ajustează rata de cadre\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Actori\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"An\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programe\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Oprit\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Întunecat\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Negru\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Așteptare pentru activare protector ecran\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Protector ecran\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Timp de așteptare pentru închidere\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Toate albumele\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Albume adăugate recent\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Protector ecran\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Prezentare recurs.\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Nivel de întunecare protector ecran\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Sortează după: Fișier\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"DD/DTS Multichannel Passthrough\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sortează după: Nume\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Sortează după: An\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Sortează după: Notă\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Nume\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"furtuni(cu trăznete)\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"parțial\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"în general\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"însorit\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"înnorat\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"ninsoare\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"ploaie\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"slab\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"AM\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"PM\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"averse de ploaie\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"slab\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"pe alocuri\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"vânt\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"puternic\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"senin\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"senin\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"nori\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"devreme\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"aversă de ploaie\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"ninsoare\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"scăzut\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"mediu\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"ridicat\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"ceață\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"ceață ușoară\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Selectați locație\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Interval de reîmprospătare\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Unități de măsurare temperatură\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Unități de măsurare viteză\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Meteo\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temp\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Se simte\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"Index UV\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Vânt\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Punct de rouă\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Umiditate\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"De la\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"la\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Implicit\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Se accesează serviciul de prognoză\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Se obține prognoza pentru:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Nu se pot obține date despre vreme.\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manual\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Nicio prezentare pentru acest album.\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Se descarcă miniatura...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Indisponibil\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Afișare: Pictograme mari\"\n\nmsgctxt \"#418\"\nmsgid \"Low\"\nmsgstr \"Minim\"\n\nmsgctxt \"#419\"\nmsgid \"High\"\nmsgstr \"Maxim\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Filme/Tipuri\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Șterge informații album\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Șterge informații CD\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Selectează\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Nu s-au găsit informații album\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Nu s-au găsit informații CD\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disc\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Inserați CD-ul/DVD-ul corect\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Te rog insereaza CD/DVD-ul urmator\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Sortează după: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Fără cache\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Eliminare film din mediatecă\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Sigur eliminați '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Disc detașabil\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Se deschide fișierul\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Cache\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Harddisk\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Rețea locală\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Audio\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Redare media automat\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Activat\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Coloane\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Adresă rând 1\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Adresă rând 2\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Adresă rând 3\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Adresă rând 4\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Rânduri\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Mod\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Schimbă vizualizarea\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Subtitrări\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Flux audio\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[activ]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Subtitrare\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Iluminare din spate\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Luminozitate\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Contrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Tip\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Mutați bara pentru schimbarea poziției OSD\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Poziție OSD\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Autori\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Oprit\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Doar muzică\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Muzică și video\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Nu s-a putut încărca lista de redare\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Costum și limbă\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Aspect\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Opțiuni audio\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Despre XBMC\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"Album\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Șterge album\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Repetă\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Repetă odată\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Repetă dosar\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Redă automat următorul cântec\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Folosește pictograme mari\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Redimensionază VobSubs\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Opțiuni avansate (Doar experții!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Headroom audio per total\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Mărește fișierele videos pâna la rezoluția GUI\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Calibrare\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Arată extensiile fișierelor\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Sortează după: Tip\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Imposibil de conectat la serviciul de căutare online\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Descărcarea informațiilor album a eșuat\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Se caută nume albume...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Deschide\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"se verifică\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Gol\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Extragere informații media din fișiere...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Sortează după: Utilizare\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Porneste efecte vizuale\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Activează schimbare mod video\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Fereastră de pornire\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Fereastră inițială\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Setări manuale\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Gen\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Arhivele cu un singur fisier sunt transparente\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Albume redate recent\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Lansează\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Lansează în...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Editeaza titlu XBE\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Compilații\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Elimină sursa\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Schimbă media\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Selectează lista de redare\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Listă de redare nouă...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Adaugă în lista de redare\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Adaugă în mediatecă manual\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Introduceți titlu\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Eroare: Titlu duplicat\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Selectați gen\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Gen nou\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Adăugare manuală\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Introduceți gen\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Afișare: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Listă\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Imagini\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Listă mare\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Pictograme mari\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Lat\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Lat mare\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Pictograme album\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Pictograme DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Info media\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Dispozitiv de ieșire audio\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Dispozitiv prin care trece audio\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Nu există biografie pentru acest artist.\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Micșorează audio multi-canal către stereo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Sort. după: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Nume\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Dată\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Mărime\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Pistă\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Durată\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Titlu\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Artist\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Listă de redare\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Fișier\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"An\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Notă\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Tip\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Utilizare\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Artist album\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Număr de redări\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Ultima redare\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Comentariu\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Data adăugării\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Implicit\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Studio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Cale\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Țară\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"În progres\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Direcție de sortare\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Metodă de sortare\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Mod de vizualizare\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Memorează vizualizările pentru dosare diferite\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Ascendent\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Descendent\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Modifică lista de redare\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filtrează\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Renunță la mod petrecere\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Mod petrecere\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Aleator\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Oprit\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"una\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"toate\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"oprit\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Repetă: oprit\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Repetă: una\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Repetă: toate\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Copiază CD audio\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"medie\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"standard\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"extremă\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"rată de biți constantă\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Se copiază...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Către:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Nu se poate copia CD-ul sau pista\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDARipPath nu este setat.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Copiază pistă audio\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Introduceți număr\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"CD-uri audio\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Codor\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Calitate\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Rată de biți\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Include număr pistă\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Toate cântecele din\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Mod de vizualizare\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zoom\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Întinde la 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Extinde 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Întinde la 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Dimensiune originală\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Particularizat\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Ajustari de volum pentru Replaygain\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Folosește nivele pistă\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Folosește nivele album\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Nivel de preamplificare - Fisierele replay gain\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Nivel de preamplificare - Fisierele nonreplay gain\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Evita cliping pentru fisierele replay gain\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Elimină benzile negre\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Un fișier mare trebuie dezarhivat. Continuați?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Elimină din mediatecă\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Exportă mediateca video\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Importă mediatecă\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Se importă\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Se exportă\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Alegere mediatecă\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"An\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Actualizează mediateca\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Arată informații de depanare\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Alegere executabil\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Alegere listă de redare\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Alegere dosar\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Informații cântec\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Amplificare volum\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Alegere dosar de export\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Acest fișier nu mai este disponibil.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Doriți să îl eliminați din mediatecă?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Caută script\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Nivel de comprimare\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Se curăță mediateca\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Se elimină cântecele vechi din mediatecă\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Această cale a mai fost scanată\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Rețea\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"HTTP Proxy Host:\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"HTTP Proxy Port:\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Folosește un server proxy HTTP pentru accesul la Internet\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"XTag XLink Kai:\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"Parola XLink Kai:\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internet Protocol (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Portul specificat nu este valid. Valoarea trebuie să fie între 1 și 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"Proxy HTTP\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"Atribuire:\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automat (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manual (static)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Implicit (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"Adresa IP:\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"Netmask:\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"Gateway Implicit:\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"Server DNS:\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Salvează și repornește\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Adresa specificată nu este validă. Standardul este AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"cu numere între 0 și 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Modificările nu au fost salvate. Continuați fără a le salva?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Server Web\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"Server FTP\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Timp Internet\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"Port-ul Web Server-ului\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Host-ul Time Server-ului\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Salvează și aplică\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"Parola Web Server-ului\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Nicio parolă\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"Set de caractere:\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"Stil:\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"Culoare:\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Aldin\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Cursiv\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Cursiv aldin\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Alb\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Galben\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Fișiere\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Nicio informație scanată pentru această săptămână\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Vă rugăm opriți modul mediatecă\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Eroare la încărcarea imaginii\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Modifică cale\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Oglindire imagine\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Sigur doriți acest lucru?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Eliminare sursă\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Adaugă legătură program\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Modifică cale program\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Modifică nume program\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Modifică adâncime cale\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Vizualizare: Listă mare\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Galben\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Alb\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Albastru\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Verde deschis\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Verde galben\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Cyan\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Gri deschis\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Gri\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Eroare %i: partajarea nu este disponibilă\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"Auto limitator FATX\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Ieșire audio\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Salt\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Dosar prezentare diapozitive\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Interfață rețea\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"Numele retelei fara fir (SSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"Parola retelei fara fir\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"Securitatea retelei fara fir\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Salvează și aplică setările interfeței rețea\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Fără criptare\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Se aplică setările interfeței de rețea. Vă rugăm, așteptați.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Interfața de rețea a fost repornită cu succes.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Interfața de rețea nu a pornit cu succes.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Interfață dezactivată\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Interfață rețea dezactivată cu succes.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Nume rețea fără fir (ESSID)\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Server de evenimente\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Permite programelor din acest sistem să controleze XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Interval porturi\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Permite programelor din alte sisteme să controleze XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Înârziere la repetare inițială (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Întârziere la repetare continuă (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Număr maxim de clienți\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Acces la Internet\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Număr portului nu este valid\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Interval valid de porturi este 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Interval valid de porturi este 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Previzualizare economizor ecran\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Imposibil de conectat\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC nu s-a putut conecta la locația rețelei.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Este posibil ca rețeaua să nu fie conectată.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Doriți să îl adăugați oricum?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"Adresă IP\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Adăugare locație rețea\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protocol\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Adresă server\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Nume server\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Cale la distanță\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Dosar partajat\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Utilizator\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Alegere server rețea\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Introduceți adresa de rețea a serverului\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Introduceți calea de pe server\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Introduceți număr port\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Introduceți nume utilizator\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Adăugare sursă %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Introduceți căi sau alegeți locații media.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Introduceți un nume pentru această sursă media.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Alegere partajare nouă\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Alege\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Nu se pot obține informații dosar.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Adaugă sursă\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Modifică sursa\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Modificare sursă %s\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Introduceți noua etichetă\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Alegere imagine\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Alegere dosar de imagini\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Adaugă locație rețea...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Căutare fișier\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Submeniu\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Activează butoane submeniu\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Favorite\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Plugin-uri video\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Plugin-uri audio\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Plugin-uri pentru imagini\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Se încarcă directorul\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"S-au obținut %i elemente\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"S-au obținut %i din %i elemente\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Plugin-uri pentru programe\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Seteaza iconita pentru plugin\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Setari plugin\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Puncte de acces\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Altele...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"Numele utilizatorului\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Setări script\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Individuale\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"Client SMB\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Grup de lucru\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Nume utilizator implicit\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Parolă implicită\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"Server WINS\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Monteză partajări SMB\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Elimină\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Muzică\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Imagini\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Fișiere\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Muzică și video \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Muzică și imagini\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Muzică și fișiere\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Video și imagini\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Video și fișiere\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Imagini și fișiere\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Muzică, video și imagini\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Muzică, video, imagini și fișiere\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Dezactivat\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Fișiere, muzică și video\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Fișiere, imagini și muzică\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Fișiere, imagini și video\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Muzică și programe\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Video și programe\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Imagini și programe\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Muzică, video, imagini și programe\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programe, video și muzică\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programe, imagini și muzică\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programe, imagini și video\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"Numele utilizatorului FTP\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"Parola FTP\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Parola a fost setata cu succes\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Auto detectare\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Detectare auto de sistem\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Porecla\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Cerere pentru conectare\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Trimite numele si parola utilizatorului FTP\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Interval de ping\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Vrei sa te conectezi la sistemul autodetectat?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Anunță aceste servicii către celelalte sisteme prin Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Dispozitiv audio specific\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Dispozitiv de traversare specific\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"curenți\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"și\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"îngheț\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"mai târziu\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"izolat\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"ploi cu tunete\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"tunet\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"soare\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"puternic\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"în\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \" \"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"apropiere\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"gheață\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"cristale\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"calm\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"cu\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"mult vânt\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"Burnita\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"furtună cu trăznete\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"burniță\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"încețoșat\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"picățele\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"Furtuni\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"Averse\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Pune ecranul în repaus în perioada de inactivitate\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Durată\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Scriptul a eșuat! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Tip LCD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Acasă\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programe\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Imagini\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Gestionar de fișiere\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Setări\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Muzică\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Filme\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Informații sistem\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Setări - Generale\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Setări - Ecran\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Setări - Aspect - Calibrare GUI\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Setări - Filme - Calibrare ecran\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Setări - Imagini\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Setări - Programe\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Setări - Meteo\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Setări - Muzică\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Setări - Sistem\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Setări - Filme\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Setări - Rețea\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Setări - Aspect\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Scripturi\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Filme/Listă de redare\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Setări - Profile\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Da/Nu dialog\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Dialog progres\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Se caută subtitrări...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Se caută sau se pun în memorie subtitrări...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"se oprește\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"se preîncarcă\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Se deschide fluxul\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Muzică/Listă de redare\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Muzică/Fișiere\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Muzică/Mediatecă\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Editor listă de redare\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Top 100 de cântece\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Top 100 de albume\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programe\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Configurație\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Previziune meteo\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Jocuri în rețea\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Extensii\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Informații sistem\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Mediatecă audio\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Muzică acum în redare\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Video acum în redare\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Info album\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Informații film\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Dialog selectare\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Muzică/Informații\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Dialog OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Filme/Informații\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Scripturi/Informații\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Video pe tot ecranul\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Vizualizare Audio\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Dialog fisier/stiva\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Se reface indexul...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Revino la fereastra de muzică\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Revino la fereastra de filme\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Updateaza lista cu cheat-uri\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Cheat-uri\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Nu s-au gasit cheat-uri\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Setari cheat-uri\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Toate cheat-urile inregistrate lipsesc. Updateaza lista\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Incepe de unde a ramas\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Nu\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Da\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Intreaba\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Pornește de la început\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Reia de la %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Valideaza cheat-uri existente\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Blocat! Introduceți codul...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Introduceți parola\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Introduceți codul principal\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Introduceți codul de deblocare\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"sau apăsați C pentru a renunța\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Introduceți combinație de butoane gamepad\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"Apasa Start sau Back pentru a renunta\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Setează blocare\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Deblochează\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Resetează blocare\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Elimină blocare\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Parolă numerică\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Combinație butoane gamepad\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Parolă completă\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Introduceți noua parolă\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Reintroduceți noua parolă\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Parola nu este corectă,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"încercări rămase \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Parolele introduse nu se potrivesc.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Acces refuzat\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"S-a ajuns la limita de încercări.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Sistemul o sa se opreasca\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Element blocat\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Reactivează blocarea\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Schimbă blocare\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Blocare sursă\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Parola nu a fost introdusă. Încercați din nou.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Blocare principală\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Oprește sistemul dacă s-a ajuns la limita încercărilor pentru Blocarea principală\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Codul principal nu este valid\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Introduceți un cod principal valid\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Setări și gestionar de fișiere\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Seteaza implicit pentru toate filmele\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Vor fi resetate toate valorile salvate anterior.\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Durată de afișare pentru fiecare imagine\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Folosește efecte de mișcare și mărire\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Ruleaza video NTSC la frecventa PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Ruleaza video PAL la frecvente NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Ruleaza video NTSC la frecventa PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"Ceas 12 ore\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"Ceas 24 ore\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Zi/Lună\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Lună/Zi\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Sistem pornit de\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"minute\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"ore\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"zile\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Timp total de funcționare\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Meteo\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Protector ecran\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"OSD în mod ecran complet\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Sistem\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Încetinire imediată HD\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Doar video\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Întârziere\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Durată minimă fișier\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Închidere\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Foloseste o alta cale pentru dashboard\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Tip de închidere\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Ieșire\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Hibernare\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Repaus\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Ieșire\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Repornire\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Minimizeaza\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Acțiune buton de pornire (power)\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Este activă o altă sesiune, poate peste ssh?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Disc dur detașabil montat\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Eliminare dispozitiv nesigură\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Dispozitiv eliminat cu succes\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick conectat\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick deconectat\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Filtru pâlpâire\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Permite driverului să aleagă (necesită repornire)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Sincronizare verticală goală\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Dezactivat\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Activată în timpul redării video\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Activat întotdeauna\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Testare și aplicare rezoluție\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Salvare rezoluție\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Vrei sa pastrezi rezolutia aceasta?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Mărire cu calitate înaltă\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Dezactivat\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Activat pentru conținut SD\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Activat întotdeauna\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Metodă de mărire (upscaling)\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"Nivel de mărire VDPAU HQ\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"Valoarea conversiei de culoare a VDPAU Studio\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Întunecă celelalte ecrane\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Dezactivat\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Întunecă ecrane\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Au fost detectate conexiuni active!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Dacă continuați, există posibilitatea să nu mai puteți controla XBMC\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"Sigur doriți să opriți serverul Event?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Schimbați modul Apple Remote?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Dacă în acest moment folosiți Apple Remote pentru a controla\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, modificând această setare vă poate afecta abilitatea\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"de a continua să îl controlați. Doriți să continuați?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"Cheia HDD-ului\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"Temperatura HDD-ului\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"Modelul DVD-Rom\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"Firmware DVD-ROM\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"Model HDD\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"Seria HDD-ului\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"Firmwareul HDD-ului\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"Parola HDD-ului\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"Situatia blocarii/deblocarii HDD-ului\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Mască de rețea\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Gateway\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"DNS primar\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Initializare esuata\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Gamepad\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Tastatura\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Maus\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Microphone\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Card de memorie\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Telecomanda\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Port Gamepad\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Niciodată\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Imediat\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"După %i secunde\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Dată instalare HDD:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Număr de porniri HDD:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profile\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Ștergeți profilul '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Ultimul profil încărcat:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Necunoscut\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Suprascrie\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Ceas alarmă\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Interval ceas alarmă (în minute)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Pornit, alarmă în %i minute\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarmă!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Oprit cu %im%is left\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Caută subtitrări în arhive RAR\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Alegere subtitrare...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Mută elementul\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Mută elementul aici\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Renunță la mutare\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardware:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Utilizare procesor:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Conectat, dar niciun server DNS disponibil.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Disc dur\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Stocare\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Implicit\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Rețea\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Componente\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Sistem de operare:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Viteză CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Bios detectat:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Codor video:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Rezoluție ecran:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Versiune Xbox\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Numarul serial al Xbox-ului\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Producatorul Xbox\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Chip de modare\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Cablu A/V:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Regiunea video si XBE\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"Regiune DVD:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"conectat\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Neconectat. Verificați setările rețelei.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Cheia Xbox Live\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Temperatură țintă\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Viteză ventilator\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Control temperatură automat\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Înlocuire viteză ventilator\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"Fonturi Skin:\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Activează inversare pentru textele bi-direcționale\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Afișează fluxuri de știri RSS\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Arată elementele dosarului părinte\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Model de numire piste\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Doriți să reporniți sistemul\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"în loc de XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Efect de zoom\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Efect de plutire\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Reducere bări negre\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Repornire\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Suprapune cântece\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Generează miniaturi din nou\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Miniaturi recursive\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Prezentare diapozitive\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Prezentare diapozitive recursivă\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Randomize\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Doar în stânga\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Doar în dreapta\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Activează karaoke\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Transparență fundal\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Transparență prim plan\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Întârziere A/V\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s nu s-a găsit\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Eroare la deschiderea %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Nu se poate încărca %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Eroare: Memorie insuficientă\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Mută în sus\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Mută în jos\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Modifică eticheta\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Setează ca implicit\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Elimină buton\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"LED-ul din fata\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Culoarea LED-ului din fata\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Lasă-l așa\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Verde\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Portocaliu\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Roșu\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Ciclu\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Oprește LED-ul la redare\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Informații film\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Adaugă la coadă\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Caută pe IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Scanează pentru conținut nou\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Ruland acum\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Informații album\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Scanează în mediatecă\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Oprește scanarea\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Metodă de redare\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Pixel shader de calitate slabă\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Suprapuneri hardware\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Pixel shader de calitate înaltă\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Redă element\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Setează poză artist\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Generează miniaturi automat\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Activează voce\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Activează dispozitiv\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Volum\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Mod de vizualizare implicit\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Luminozitate implicită\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Contrast implicit\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Gamma implicită\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Reia video\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Mascare voce - Port 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Mascare voce - Port 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Mascare voce - Port 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Mascare voce - Port 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Folosește saltul bazat pe timp\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Model de numire pistă - dreapta\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Predefinit\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Nu sunt disponibile presetari\\npentru aceste efecte vizuale\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Nu sunt disponibile setari\\npentru aceste efecte vizuale\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Scoate/Încarcă\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Foloseste efecte viuale\\ndaca rulezi audio\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Calculează dimensiune\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Se calculează dimensiune dosar\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Setări video\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Setări audio și setări subtitrare\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Activare subtitrări\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Scurtături\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ignoră articolele la sortare (ex: „the”)\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Suprapune cântece din același album\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Alegere %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Arată poziția pistei\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Elimină implicit\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Reia\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Obține afiș\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Informații imagine\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s predefiniri\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(IMDb aprecieri utilizatori)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Prinde radio Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Viteză minimă ventilator\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Se descarcă\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Include artiști care apar doar pe compilații\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Metodă de redare\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Detectare automată\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Shaderi de bază (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Shaderi avansați (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Elimină în siguranță\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Pornește diapozitive de aici\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Memorează pentru această cale\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Folosește obiecte de preîncărcare pixel\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Metodă sincronizare A/V\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"ceas audio\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"ceas video (aruncă/duplică audio)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"ceas video (reeșantionează audio)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Cantitatea maxima de resample (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Calitate reeșantionare\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Jos(rapid)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Mediu\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Înalt\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Foarte înalt(încet!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Sincronizează redarea cu reîmprospătarea ecranului\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Telecomandă Apple\"\n\nmsgctxt \"#13601\"\nmsgid \"Use MCE/Universal Remote\"\nmsgstr \"Foloseste telecomanda MCE sau universala\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Permite pornirea XBMC folosind telecomanda\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Timp secvență de întârziere\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Dezactivat\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Telecomandă universală\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Multi-telecomandă (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Eroare telecomandă Apple\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Suportul pentru telecomanda Apple \\npoate fi pornit\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Stivă\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Scoate din stivă\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Se descarcă fișierul listă de redare...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Se descarcă lista de fluxuri...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Se analizează lista de fluxuri...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Descărcarea listei de fluxuri a eșuat\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Descărcarea fișierului listă de redare a eșuat\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Director de jocuri\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Comutare automată a miniaturilor bazată pe\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Activează comutare automată către vizualizare miniaturi\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Folosește pictrograme mari\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Comutare bazată pe\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Procentaj\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Niciun fișier și cel puțin o miniatură\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Cel puțin un fișier și o miniatură\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Percentaj miniaturi\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Opțiuni de afișare\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Schimbare cod regiune 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Schimbare cod regiune 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Schimbare cod regiune 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Mediatecă\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Fără TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Introduceți cel mai mare oraș apropiat\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video de pe harddisk\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Preîncărcare video - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"Video din reteaua locala\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"Video din Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Preîncărcare audio - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"Audio din reteaua locala\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"Audio din Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"Preîncărcare DVD - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"DVD din reteaua locala\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Servicii\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Setările de rețea au fost schimbate\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC trebuie repornit pentru a putea modifica\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"setăriile rețelei.  Doriți să reporniți XBMC acum?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Post Processing\"\n\nmsgctxt \"#14042\"\nmsgid \"Internet connection bandwidth limitation\"\nmsgstr \"Adresa IP Engine\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Oprire în timpul redării\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i sec\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Format oră\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Format dată\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Filtre GUI\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Folosește scanarea pe fundal\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Oprește scanarea\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Imposibil în timpul scanării pentru informații media\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Efect granularitate film\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Caută miniaturi pe partajări la distanță\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Preîncărcare tip necunoscut - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Automat\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Introduceți nume utilizator pentru\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Dată & oră\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Setează dată\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Setează oră\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Introduceți ora în format 24 ore HH:MM\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Introduceți data în format DD/MM/YYYY\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Introduceți adresa IP\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Aplicați aceste setări acum?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Aplică modificările acum\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Permite redenumirea și ștergerea fișierelor\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Setează zona de timp\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Folosește ora de vară\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Adaugă la favorite\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Elimină din favorite\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"Culori\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Țară fus orar\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Fus orar\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Liste de fișiere\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Arată informațiile EXIF ale imaginilor\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Folosește o fereastră pe tot ecranul în loc de ecran complet adevărat\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"La selectare pune cântecele la coadă\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Ruleaza CD-uri audio automat\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Redare\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD-uri\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Redă DVD-urile automat\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Font utilizat în subtitrăriile text\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Internațional\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Set de caractere\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Depanare\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Securitate\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Dispozitive intrare\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Reducere consum\"\n\nmsgctxt \"#14096\"\nmsgid \"Video cache\"\nmsgstr \"Preincarcare video\"\n\nmsgctxt \"#14097\"\nmsgid \"Video cache - max time\"\nmsgstr \"Preincarcare video - timp maxim\"\n\nmsgctxt \"#14098\"\nmsgid \"Audio cache\"\nmsgstr \"Preincarcare audio\"\n\nmsgctxt \"#14099\"\nmsgid \"Audio cache - max time\"\nmsgstr \"Preincarcare audio - timp maxim\"\n\nmsgctxt \"#14100\"\nmsgid \"H.264 Skip Loop Filter\"\nmsgstr \"H.264 Skip Loop Filter\"\n\nmsgctxt \"#14101\"\nmsgid \"Default\"\nmsgstr \"Implicit\"\n\nmsgctxt \"#14102\"\nmsgid \"Skip Non-reference Frames\"\nmsgstr \"Sari peste cadre non-referinta\"\n\nmsgctxt \"#14103\"\nmsgid \"Skip Bidirectional Frames\"\nmsgstr \"Sari peste cadre bidirectionale\"\n\nmsgctxt \"#14104\"\nmsgid \"Skip Non-key frames\"\nmsgstr \"Sari peste cadre non-cheie\"\n\nmsgctxt \"#14105\"\nmsgid \"Skip Everything\"\nmsgstr \"Sari peste tot\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Elimină\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Jocuri\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Adaugă\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Parolă\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Mediatecă\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Bază de date\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Toate albumele\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Toți artiștii\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Toate cântecele\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Toate genurile\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Preîncărcare...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Sunete navigare\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Standard pentru costum\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"Tema\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Temă implicită\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Incarca melodii pe Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Username pentru Last.fm\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Parola pentru Last.fm\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Nu se poate face sincronizarea\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Va rugam faceti update la XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Autorizare esuata: Verifica username sau parola\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"conectat\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Neconectat\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Interval pentru upload %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Cantece %i preincarcate\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Incarcand...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Incarcand in %i secunde\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Redă folosind...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Foloseste sincronizare A/V neteda\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Ascunde numele fișierelor în vizualizare miniaturi\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Redă în mod petrecere\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Incarca melodii pe Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Username pentru Libre.fm\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Parola pentru Libre.fm\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Incarcare melodii\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Incarca radio Last.fm catre Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Se conecteaza la Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Se selecteaza statia...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Cauta artisti similari...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Cauta tag-uri similare...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Profilul tau (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Tag-urile principale\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Artisti pringipali pentru tag %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Albume principale pentru tag %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Melodii principale pentru tag %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Asculta tag %name% radio Last.fm\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Artisti similari ca %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Albume %name%  top\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Top %name% melodii\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Top %name% tag-uri\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Cei mai mari fani ai %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Asculta  la %name% radio Last.fm\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Asculta la %name% artisti similari de pe Last.fm radio\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Top artisti pentru utilizatorul %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Top albume pentru utilizatorul %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Top melodii pentru utilizatorul %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Prieteni pentru utilizatorul %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Vecini pentru utilizatorul  %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Artisti saptamanali pentru %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Albume saptamanale pentru %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Melodii saptamanale pentru %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Asculta la vecinii lui  %name% radio Last.fm\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Asculta la %name% radio Last.fm\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \" Asculta la mixul lui  %name% radio Last.fm\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Descarca din lista Last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Nu se poate obtine lista de pe Last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Introduce numele artistului \\npentru a afla nume similare\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Introduce un nume de tag pentru a afla similare\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Melodii ascultate recent de %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Asculta recomandarile lui %name% de pe radio Last.fm\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Top taguri pentru utilizatorul %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Vrei sa adaugi melodia actuala la favorite?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Vrei sa blochezi melodia actuala?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Adaugata melodiilor favorite: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Nu s-a putut adauga '%s' melodiilor favorite.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Blocat: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Nu s-a putut bloca '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Melodii apreciate recent de %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Melodii blocate recent de %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Sterge de la favorite\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Debaneaza\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Vrei sa stergi melodia de la favorite?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Vrei sa deblochezi aceasta melodie?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Calea nu a putut fi găsită sau nu este validă.\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Nu se poate realiza conexiunea cu serverul de rețea.\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Niciun server găsit.\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Grupul de lucru nu a fost gasit.\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Se deschide sursă multi-căi\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Cale:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"General\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Configureaza hardware audio\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Căutare Internet\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Redor\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Redă media de pe disc\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Introduceți titlu nou\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Introduceți nume film\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Introduceți nume profil\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Introduceți nume album\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Introduceți nume listă de redare\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Introduceți nume nou fișier\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Introduceți nume dosar\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Introduceți director\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Opțiuni disponibile: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Introduceți șir de căutare\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Niciuna\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Selectare automată\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"De-întrețesere\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (inversat)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Manipulare intretesuta\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Renuntand...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Introduceți nume artist\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Redarea a eșuat\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Redarea unuia sau a mai multor elemente a eșuat.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Introduceți valoare\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Verificați fișierul jurnal pentru detalii.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Mod petrecere anulat.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Niciun cântec care să se potrivească în mediatecă.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Baza de date nu s-a putut initializa.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Baza de date nu poate fi deschisă.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Nu pot fi preluate cântece din baza de date.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Listă de redare mod petrecere\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Toate filmele\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"nevăzute\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"văzute\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Marchează ca văzut\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Marchează ca nevăzut\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Modifică numele\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Foloseste NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Foloseste doar NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Foloseste doar NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Foloseste doar PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Pentru jocurile in 60hz\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Operațiunea a fost anulată\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Copierea a eșuat\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Cel puțin un fișier nu a putut fi copiat\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Mutarea a eșuat\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Cel puțin un fișier nu a putut fi mutat\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Ștergerea a eșuat\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Cel puțin un fișier nu a putut fi șters\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Metodă de scalare video\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Nearest neighbour\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (software)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (software)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (software)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"(VDPAU)Temporal\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"(VDPAU)Temporal/Spatial\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU) Reducere zgomot\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU) Claritate\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Inverse Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Post-procesare video\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Timp de așteptare repaus ecran\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Comută pe canalul\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Dosar muzică salvată\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Folosește redor DVD extern\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Redor DVD extern\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Dosar trainers\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Dosar capturi de ecran\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Dosar liste de redare\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Înregistrări\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Capturi de ecran\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Folosește XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Liste de redare muzică\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Liste de redare video\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Doriți să lansați acest joc?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Sortează după: Listă de redare\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Imagine la distanță\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Imagine curentă\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Imagine locală\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Nicio imagine\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Alegere imagine\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Conflict\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Scanează noi\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Scanează toate\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Regiune\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Rezumat\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Blochează fereastra de muzică\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Blochează fereastra de video\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Blochează fereastra de imagini\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Incuie programe, salvari si fereastra cu script-uri\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Blochează gestionarul de fișiere\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Configurare blocare\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Pornește nou\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Intrare în modul principal\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Părăsire mod principal\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Creați profilul '%s'?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Porniți cu setări noi\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Cel mai bun disponibil\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Schimbă automat între 16:9 și 4:3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Tratează fișierele în stivă ca fișiere singulare\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Atenție\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Am părăsit modul principal\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Am intrat în modul principal\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Miniatură Allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Elimină miniatură\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Adaugă profil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Cere info pt. toate albumele\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Informații media\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Separă\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Partajări implicite\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Partajări implicite (doar citire)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Copiază implicit\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Imagine profil\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Preferințe blocare\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Modificare profil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Blocare profil\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Dosarul nu poate fi creat\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Director profil\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Porniți cu surse media noi\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Verificați dacă în dosarul selectat se poate scrie.\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"și dacă noul nume al dosarului este valid\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Clasă MPAA\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Introduceți codul de blocare principal\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Cere codul principal la pornire\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Setări costum\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- nicio legătură setată -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Activează animații\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Dezactivează RSS în timpul redării audio\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Activează butoanele scurtături\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Afișează programe în meniul principal\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Arată informații despre muzică\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Arată informații despre vreme\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Afișează informații despre sistem\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Arata spatiu disponibil C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Arata spatiu disponibil E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Informații despre vreme\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Spațiu liber pe disc\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Introduceți numele unei partajări existente\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Cod de blocare\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Încarcă profilul\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Nume profil\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Surse media\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Introduceți codul de blocare profil\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Autentificare\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Se extrag informații album\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Se extrag informații pentru album\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"CD-ul sau pista nu pot fi copiate în timp ce se redă de pe CD\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Cod de blocare principal și setări\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Introducând codul de blocare principal activează întotdeauna modul principal\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"sau copiați de la implicit?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Salvați modificările în profil?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Au fost găsite setăriile vechi.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Doriți să le folosiți?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Sursele media vechi au fost găsite.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Separă (blocat)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Rădăcină\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"Marire\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"Setări UPnP\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Pornește client UPnP automat\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Ultima autentificare: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Niciodată autentificat\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Autentificare utilizator / Selectați un profil\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Folosește blocare în ecranul de autentificare\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Codul de blocare nu este valid.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Aceasta necesită ca blocarea principală să fie setată.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Doriți să o setați acum?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Se încarcă informații program\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Petrecere activată!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Adevărat\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Amestecare băuturi\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Umplere pahare\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Autentificat ca\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Dezautentificare\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Du-te la rădăcină\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Weave\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Weave (inverted)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Blend\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Repornește video\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Modifică locație rețea\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Elimină locație rețea\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Doriți să scanați dosarul?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Unitate de memorie\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Unitate de memorie montată\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Nu se poate monta unitatea de memorie\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"În port %i, slot %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Blochează protector ecran\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Setează\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Nume utilizator\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Introduceți parola pentru\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Planificare închidere\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Planificare închidere\\n(în minute)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Pornită, închidere în %i minute\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Închidere în 30 de minute\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Închidere în 60 de minute\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Închidere în 120 de minute\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Planificare închidere\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Renunță la plan. închidere\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Blochează preferințele pentru %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Alege...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Rezumat informații\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Informații stocare\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Informații disc dur (hard disk)\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Informații DVD-ROM\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Informații rețea\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Informații video\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Informații componente (hardware)\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Folosit\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"din\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Blocarea nu poate fi activată\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Neblocat\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Blocat\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Înghețat\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Necesită resetare\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Slab\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Linie\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Rețea Windows (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"Server XBMSP\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"Server FTP\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"Partajare muzică iTunes (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"Server UPnP\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Arată informații video\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Gata\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Majuscule\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Simbloluri\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Șterge\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Spațiu\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Reîncarcă costum\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Rotește imaginile folosind informațiile EXIF\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Folosește stiluri vizualizare afiș pentru serialele TV\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Vă rugăm așteptați\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Backup la EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Backup la Bios\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Activează derulare automată pentru intrigă și recenzie\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Particularizat\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Activează jurnalizare depanare\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Descarcă informații adiționale în timpul actualizărilor\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Serviciu implicit pentru informatii despre muzica\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Schimbă catalogul\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Exportă mediateca audio\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Importă mediatecă\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Niciun artist găsit!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Descărcarea informațiilor despre artist a eșuat\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Petrecere pornită! (video)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Amestecare băuturi (video)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Umplere pahare (video)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"Server WebDAV (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"Server WebDAV (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"Client MythTV\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Director server Web (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Director server Web (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Nu se poate scrie în dosarul:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Doriți să săriți și să continuați?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"Flux RSS\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Necunoscut. Rugam sa adaugi MD5 din xbmc.log in BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"DNS secundar\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"Server DHCP:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Creează dosar nou\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Diminueaza LCD la redare\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Necunoscut sau integrat (protejat)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Diminueaza LCD la pauza\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Porneste LED la pauza\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Mediatecă video\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Salvari\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Sort. după: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Descarca salvari\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Salvare instalata pe HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Descarcarea de salvare a esuat\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Selecteaza salvarea pentru descarcare si instalare\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Nu s-a gasit salvare pentru jocul specificat\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Mergi la salvare\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Salvari\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Redă parte...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Resetare calibrare\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Vor fi resetate valorile de calibrare pentru %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"in valorile implicite.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Alege destinație\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Folosește nume dosare la căutări\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Fișier\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Folosește nume fișier sau nume dosar la căutări?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Alegere conținut\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Dosar\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Caută conținut recursiv?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Deblochează surse\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Actor\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Regizor\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Doriți să eliminați toate elementele din interiorul\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"aceasta cale din librarie?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Filme\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"Seriale\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Acest dosar conține\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Execută scanare automată\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Scanează recursiv\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"ca\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Regizori\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Nu a fost găsit niciun fișier video în această cale!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"voturi\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Informații serial\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Informații episod\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Încărcare informații serial\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Se obține ghid episoade\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Se descarcă informații pentru episoadele din director\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Selectați serial:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Introduceți numele serialului\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Sezonul %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Episod\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Episoade\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Se descarcă informații episod\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Eliminare episod din mediatecă\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Eliminare serial din mediatecă\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Serial\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Intrigă episod\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Toate sezoanele\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Ascunde văzute\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Cod producție\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Arată intrigă pentru elementele nevăzute\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Ascuns pentru a preveni descoperirea acțiunii *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Alegere afiș sezon\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Imagine sezon\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Sezon\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Descărcare informații filme\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Eliminare atribuire conținut\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Nume original\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Actualizare informații serial\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Actualizați informațiile pentru toate episoadele?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Dosarul selectat conține un singur serial\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Exclude dosarul selectat la scanări\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Speciale\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Descarca automat iconite pentru sezoane\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Dosarul selectat conține un singur fișier video\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Legătură către serial\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Elimină legătură către serial\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Filme adăugate recent\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Episoade adăugate recent\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Studiouri\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Videoclipuri\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Videoclipuri adăugate recent\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Videoclip\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Eliminare videoclip din mediatecă\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Informații videoclip\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Încărcare informații videoclip\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Amestecat\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Du-te la albume după artist\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Du-te la album\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Redă cântec\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Du-te la videoclipuri din album\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Du-te la videoclipuri după artist\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Redă videoclip\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Descarcă miniaturi actori la adăugare în mediatecă\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Alege fotografie actor\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Elimină semn de carte episod\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Setează semn de carte episod\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Setări scraper\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Descărcare informații videoclipuri\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Descărcare informații serial\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Secvențe\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Netezește\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Turteste TV shows\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Obtine fanart\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Arata Fanart in librariile video si muzica\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Se scanează pentru conținut nou\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Prima difuzare\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Scenarist\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Curata numele fisierelor si folderelor\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"niciodată\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"doar dacă este un singur sezon\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"întotdeauna\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Are trailer\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Fals\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Prezentare diapozitive Fanart\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Exportați către un singur fișier sau\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"fișiere separate pentru fiecare intrare?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Un singur fișier\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Separat\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Exportare miniaturi și Fanart?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Suprascrie fișierele vechi?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Exclude calea din actualizăriile mediatecii\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Extrage miniaturi și informații video\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Seturi\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Seteaza iconite pentru movieset\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Exportare miniaturi actor?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Alegere Fanart\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Fanart local\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Fără Fanart\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Fanart curent\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Fanart la distanță\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Schimbare conținut\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Doriți să reîmprospătați informațiile pentru toate\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"elementele din această cale?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Au fost găsite informații stocate local.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ignorați și reîmprospătați de pe Internet?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Nu se pot descărca informații\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"Serverul este cel mai probabil indisponibil\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Doriți să continuați scanarea?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Țări\"\n\nmsgctxt \"#20456\"\nmsgid \"Set movieset fanart\"\nmsgstr \"Seteaza fanart pentru movieset\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Grupează filmele în seturi\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Arată dosarele și fișierele ascunse\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"Client TuxBox\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"AVERTISMENT: Dispozitivul țintă TuxBox este în modul înregistrare!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Fluxul va fi oprit!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Alegere canal: %s a eșuat!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Sigur doriți să porniți fluxul?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Se conectează la: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"Dispozitiv TuxBox\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Adaugă partajare media...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Partajează mediateca video și audio prin UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Modifică partajare media\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Elimină partajare media\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Folder pentru subtitrari\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Director de film și subtitrare alternativă\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Initializeaza mausul\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Emite sunete de navigare în timpul redării media\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Miniaturi\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Regiune forțată lector DVD\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Ieșire video\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Aspect video\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Cutie de scrisori\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Ecran lat\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Activează 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Activează 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Activează 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Introduceți nume pentru listă de redare nouă\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Arată buton „Adaugă sursă” în listele de fișiere\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Activează bări de derulare\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Afișare filtrare văzute ca un comutator în mediateca video\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Deschide\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Nivel administrare acustică\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Rapid\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Silențios\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Activează fundal personalizat\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Nivel gestionare energie\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Putere ridicată\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Putere scăzută\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Stare de veghe înaltă\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Stare de veghe joasă\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Nu se pot preîncărca fișiere mai mari de 4 GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Capitolul\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Pixel shader de calitate înaltă v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Activează lista de redare la pornire\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Folosește animații tween\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"conține\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"nu conține\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"este\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"nu este\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"începe cu\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"se termină cu\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"mai mare decât\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"mai mică decât\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"după\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"înainte\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"în ultimul\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"nu în ultimul\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Cataloage\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Catalog (scraper) implicit pentru filme\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Catalog (scraper) implicit pentru seriale tv\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Scraper implicit pentru muzica si video\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Initialieaza rezerva bazata pe limba scraper\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"Setari\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Multilingual\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Valoare pentru potrivire\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Regulă listă de redare inteligentă\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Potrivește elemente unde\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Regulă nouă...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Elementele trebuie să respecte\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"toate regulile\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"una sau mai multe reguli\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Limitează la\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"fără limită\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Sortează după\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"ascendent\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"descendent\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Modificare listă de redare inteligentă\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Nume listă de redare\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Găsește elemente unde\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Modifică\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i elemente\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Listă de redare inteligentă nouă...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c Unitate\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Modifică reguli mod petrecere\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Dosar principal\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Număr văzute\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Titlu episod\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Rezoluție video\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Canale audio\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Codec video\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Codec audio\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Limbă audio\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Limbă subtitrare\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Telecomanda trimite apăsări de taste\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"Modifica\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Nume fișier\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Cale fișier\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Mărime fișier\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Dată fișier\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Index diapozitiv\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Rezoluție\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Comentariu\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Color/Alb-negru\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Proces JPEG\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Dată/Oră\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Descriere\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Aparat foto\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Model aparat\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Comentariu EXIF\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Microcod\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Deschidere\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Distanță focală\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Distanță de focalizare\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Expunere\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Durată expunere\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Favorizare expunere\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Mod de expunere\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Bliț folosit\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Balanță de alb\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Sursă de lumină\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Mod măsurare\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"Viteză ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Zoom digital\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Lățime CCD\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"Latitudine GPS\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"Longitudine GPS\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Altitudine GPS\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orientare\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Categorii suplimentare\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Cuvinte cheie\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Titlu\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Autor\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Titlu de ziar\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Instrucțiuni speciale\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Categorie\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Autor\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Titlu autor\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Mulțumiri\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Sursă\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Drept de autor\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Nume obiect\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Oraș\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Stat\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Țară\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Referință Tx originală\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Dată creare\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Steag Copyright\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Cod țară\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Serviciu referință\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Permite controlul XBMC prin UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Încearcă să sari peste introducere înainte de meniul DVD\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Muzică salvată\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Cere info pt. toți artiștii\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Descărcare informații albume\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Descărcare informații artiști\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biografie\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Discografie\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Se caută artist\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Selectați artist\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Informații artist\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instrumente\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Născut\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Formată\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Teme\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Desființată\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Mort\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Ani activi\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Etichetă\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Născut/Format\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Actualizează mediateca la pornire\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Intotdeauna updateaza libraria in background\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"Sufix DNS\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"Player implicit\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"în urmă cu: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"în avans cu: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Decalaj subtitrare\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"Furnizor OpenGL:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"Randor OpenGL:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"Versiune OpenGL:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"Temperatură MB:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Temperatură CPU:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Memorie totală\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Date profil\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Folosește întunecare dacă se pune pauză în timpul redării video\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Toate înregistrăriile\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"După titlu\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"După grup\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Canale live\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Înregistrări după titlu\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Ghid\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Eroare permisa in raportul aspect pentru\\nminimizarea black bars\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Arată fișierele video la listare\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"Vanzator DirectX\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Versiune Direct3D\"\n\nmsgctxt \"#22025\"\nmsgid \"DVDPlayer full codec support\"\nmsgstr \"Suport deplin pentru codecurile DVDPlayer\"\n\nmsgctxt \"#22026\"\nmsgid \"DVDPlayer fast mode for MPEG2/MPEG4/H264\"\nmsgstr \"Mod rapid pentru DVDPlayer pentru MPEG2/MPEG4/H264\"\n\nmsgctxt \"#22027\"\nmsgid \"PAPlayer\"\nmsgstr \"PAPlayer\"\n\nmsgctxt \"#22028\"\nmsgid \"DVDPlayer\"\nmsgstr \"DVDPlayer\"\n\nmsgctxt \"#22029\"\nmsgid \"MPlayer\"\nmsgstr \"MPlayer\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Font\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"Marime\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"Culori\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"Set de carcatere\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Exportă titluri karaoke ca HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Exportă titluri karaoke ca CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Importă titluri karaoke...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Arată automat selector cântec\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Exportă titluri karaoke...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Introduceți număr cântec\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"alb/verde\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"alb/roșu\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"alb/albastru\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"negru/alb\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Plugin pentru prognoza meteo\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"Setari plugin\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Activează Teletext\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Parte %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Preîncărcare %i octeți\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Se oprește\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"În execuție\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Lector extern activ\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Clic OK pentru a închide lectorul\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Clic OK când redarea s-a terminat\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Supliment\"\n\nmsgctxt \"#24001\"\nmsgid \"Plugins\"\nmsgstr \"Plugin-uri\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Configurează\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Dezactivează\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Activează\"\n\nmsgctxt \"#24023\"\nmsgid \"Add-on disabled\"\nmsgstr \"Add-on dezactivat\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Acest supliment nu poate fi configurat.\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Mod mediatecă\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"Tastatură QWERTY\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Traversare Audio în folosință\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Aplica filtru de palpaire pentru jocuri\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Calitate secvențe\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Flux\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Descarcă\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Descarcă și redă\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Descarcă și salvează\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Astăzi\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Mâine\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Se salvează\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Se copiază\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Alegere dosar de descărcare\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Durată căutare\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Scurt\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Lung\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Folosește lector DVD în loc de lector normal\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Întreabă pentru descărcare înainte de a reda video\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Clipuri\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Restarteaza plugin-ul pentru a initializa\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"La noapte\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Mâine noapte\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Condiție\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Precipitație\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Precip\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Umiditate\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Se simte\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Observat\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Plecare de la normal\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Răsărit\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Apus\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Detalii\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Perspectivă\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Acoperire\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Traduce text\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Listă hartă categorie %s\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 ore\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Hărți\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"La fiecare oră\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Sfârșit de săptămână\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s zi\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Alertă\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Alerte\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Alegeți\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Verifică\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Configurează\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Anotimpuri\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Foloseșteți\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Fi atent la\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Ascultă\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Vezi\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Configurează\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Energie\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Meniu\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Redă\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Opțiuni\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Editor\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Despre\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Apreciere cu stele\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Fundal\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Fundaluri\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Fundal personalizat\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Fundale personalizate\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Vedeți Citește-mă\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Vedeți Istoric modificări\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Această versiune de %s necesită o\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"revizie XBMC egală cu %s sau mai mare pentru a rula.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Vă rugăm actualizați XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Nu au fost găsite date!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Pagina următoare\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Iubire\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Ură\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Acest fișier este în stivă, selectați partea pe care vreți să o redați.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Cale către script\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Activează buton personalizat script\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Russian/keyboardmap.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--\n  Configuration file to map an English keyboard layout to a Russian keyboard layout.\n\n  Keyboard layouts:\n  http://en.wikipedia.org/wiki/Keyboard_layout#Russian_.D0.99.D0.A6.D0.A3.D0.9A.D0.95.D0.9D\n\n  Forum thread:\n  http://www.xbmc4xbox.org.uk/forum/viewtopic.php?f=9&t=2668\n-->\n<keyboard_layout>\n\n  <char2char>\n    <entry inchar=\"q\" outchar=\"й\" />\n    <entry inchar=\"Q\" outchar=\"Й\" />\n    <entry inchar=\"w\" outchar=\"ц\" />\n    <entry inchar=\"W\" outchar=\"Ц\" />\n    <entry inchar=\"e\" outchar=\"у\" />\n    <entry inchar=\"E\" outchar=\"У\" />\n    <entry inchar=\"r\" outchar=\"к\" />\n    <entry inchar=\"R\" outchar=\"К\" />\n    <entry inchar=\"t\" outchar=\"e\" />\n    <entry inchar=\"T\" outchar=\"Е\" />\n    <entry inchar=\"y\" outchar=\"н\" />\n    <entry inchar=\"Y\" outchar=\"Н\" />\n    <entry inchar=\"u\" outchar=\"г\" />\n    <entry inchar=\"U\" outchar=\"Г\" />\n    <entry inchar=\"i\" outchar=\"ш\" />\n    <entry inchar=\"I\" outchar=\"Ш\" />\n    <entry inchar=\"o\" outchar=\"щ\" />\n    <entry inchar=\"O\" outchar=\"Щ\" />\n    <entry inchar=\"p\" outchar=\"з\" />\n    <entry inchar=\"P\" outchar=\"З\" />\n    <entry inchar=\"[\" outchar=\"х\" />\n    <entry inchar=\"{\" outchar=\"Х\" />\n    <entry inchar=\"}\" outchar=\"ъ\" />\n    <entry inchar=\"}\" outchar=\"Ъ\" />\n    <entry inchar=\"a\" outchar=\"ф\" />\n    <entry inchar=\"A\" outchar=\"Ф\" />\n    <entry inchar=\"s\" outchar=\"ы\" />\n    <entry inchar=\"S\" outchar=\"Ы\" />\n    <entry inchar=\"d\" outchar=\"в\" />\n    <entry inchar=\"D\" outchar=\"В\" />\n    <entry inchar=\"f\" outchar=\"а\" />\n    <entry inchar=\"F\" outchar=\"А\" />\n    <entry inchar=\"g\" outchar=\"п\" />\n    <entry inchar=\"G\" outchar=\"П\" />\n    <entry inchar=\"h\" outchar=\"р\" />\n    <entry inchar=\"H\" outchar=\"Р\" />\n    <entry inchar=\"j\" outchar=\"о\" />\n    <entry inchar=\"J\" outchar=\"О\" />\n    <entry inchar=\"k\" outchar=\"л\" />\n    <entry inchar=\"K\" outchar=\"Л\" />\n    <entry inchar=\"l\" outchar=\"д\" />\n    <entry inchar=\"L\" outchar=\"Д\" />\n    <entry inchar=\";\" outchar=\"ж\" />\n    <entry inchar=\":\" outchar=\"Ж\" />\n    <entry inchar=\"'\" outchar=\"э\" />\n    <entry inchar=\"&quot;\" outchar=\"Э\" />\n    <entry inchar=\"z\" outchar=\"я\" />\n    <entry inchar=\"Z\" outchar=\"Я\" />\n    <entry inchar=\"x\" outchar=\"ч\" />\n    <entry inchar=\"X\" outchar=\"Ч\" />\n    <entry inchar=\"c\" outchar=\"c\" />\n    <entry inchar=\"C\" outchar=\"C\" />\n    <entry inchar=\"v\" outchar=\"м\" />\n    <entry inchar=\"V\" outchar=\"М\" />\n    <entry inchar=\"b\" outchar=\"и\" />\n    <entry inchar=\"B\" outchar=\"И\" />\n    <entry inchar=\"n\" outchar=\"т\" />\n    <entry inchar=\"N\" outchar=\"Т\" />\n    <entry inchar=\"m\" outchar=\"ь\" />\n    <entry inchar=\"M\" outchar=\"Ь\" />\n    <entry inchar=\",\" outchar=\"б\" />\n    <entry inchar=\"&lt;\" outchar=\"Б\" />\n    <entry inchar=\".\" outchar=\"ю\" />\n    <entry inchar=\"&gt;\" outchar=\"Ю\" />\n  </char2char>\n\n</keyboard_layout>"
  },
  {
    "path": "Mod Files/system/language/Russian/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\n<language locale=\"Russian\">\n  <charsets>\n    <gui unicodefont=\"true\">CP1251</gui>\n    <subtitle>CP1251</subtitle>\n  </charsets>\n  <dvd>\n    <menu>ru</menu>\n    <audio>ru</audio>\n    <subtitle>ru</subtitle>\n  </dvd>\n  <regions>\n    <region name=\"Russia\" locale=\"Russia\">\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY 'г.'</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>mps</speedunit>\n    </region>\n  </regions>\n</language>"
  },
  {
    "path": "Mod Files/system/language/Russian/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Russian (http://www.transifex.com/projects/p/xbmc4xbox/language/ru/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: ru\\n\"\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\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Программы\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Фото\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Музыка\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Видео\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"ТВ-гид\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Настройки\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Менеджер файлов\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Погода\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"Медиацентр XBMC\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Понедельник\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Вторник\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Среда\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Четверг\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Пятница\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Суббота\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Воскресенье\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"января\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"февраля\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"марта\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"апреля\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"мая\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"июня\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"июля\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"августа\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"сентября\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"октября\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"ноября\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"декабря\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Пн\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Вт\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Ср\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Чт\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Пт\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Сб\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Вс\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"янв.\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"фев.\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"марта\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"апр.\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"мая\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"июня\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"июля\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"авг.\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"сент.\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"окт.\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"нояб.\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"дек.\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Вид: авто\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Вид: авто крупн.\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Вид: значки\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Вид: список\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Сканировать\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Сорт. по имени\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Сорт. по дате\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Сорт. по размеру\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Нет\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Да\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Слайд-шоу\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Создавать эскизы\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Создавать эскизы\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Ярлыки\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Пауза\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Копировать\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Переместить\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Удалить\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Переименовать\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Новая папка\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Подтверждение копирования\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Подтверждение перемещения\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Удалить файл?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Копировать файлы?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Переместить файлы?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Удалить файлы? Их нельзя будет восстановить!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Состояние\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Объектов\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Общие\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Слайд-шоу\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Сведения о системе\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Экран\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Альбомы\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Исполнители\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Песни\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Жанры\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Плейлисты\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Поиск\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Сведения о системе\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Температура:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Время:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Сейчас:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Версия:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Сеть:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Тип:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Статический\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC-адрес\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP-адрес\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Соединение:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Полудуплекс\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Полный дуплекс\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Накопители\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Диск\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Свободно\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Видео\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Свободно памяти\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Нет соединения\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Свободно\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Недоступно\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Лоток открыт\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Чтение…\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Нет диска в приводе\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Диск в приводе\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Обложка\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Включить FTP-сервер\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Включить синхронизацию времени через Internet\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Разрешение\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Настроить частоту дисплея согласно видео\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Дата выпуска\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Режим показа видео формата 4:3\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Настроение\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Стили\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Песня\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Длительность\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Выберите альбом\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Треки\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Обзор\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Обновить\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Поиск альбома\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"ОК\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Альбомы не найдены\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Выбрать все\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Получение информации…\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Сохранить\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Перемешать\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Очистить\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Сканировать\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Поиск…\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Информация не найдена.\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Выберите фильм:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Запрос информации от %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Загрузка данных о фильме\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Девиз\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Описание\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Голосов:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"В ролях\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Сюжет\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Воспроизвести\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Следующ.\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Предыдущий\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Калибровка интерфейса…\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Калибровка дисплея…\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Сглаживание\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Степень увеличения\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Соотношение сторон\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD-привод\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Вставьте диск\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Удалённый ресурс\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Нет подключения к сети\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Отмена\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Скорость\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Тестовые шаблоны…\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Искать названия композиций аудио-CD на freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Перемешать плейлист при загрузке\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Останавливать HDD через (мин.)\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Видеофильтры\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Нет\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Точка\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Линейный\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Анизотропный\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Шахматный\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Кубический по Гауссу\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Уменьшение\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Увеличение\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Очищать плейлист после воспроизведения\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Автовоспроизведение DVD-Video диска\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Автовоспроизведение VCD/SVCD диска\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Автовоспроизведение AudioCD диска\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Автозапуск Xbox-игры\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Автовоспроизведение видео с CD/DVD диска\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Автовоспроизведение аудио с CD/DVD диска\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Автопоказ изображений с CD/DVD диска\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Скрипты\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Язык\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Музыка\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Видео эффекты\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Выберите папку назначения\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"- выводить стерео на все динамики\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Количество каналов\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- выводить звук в формате DTS®\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Получение данных о CD…\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Ошибка\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Считывать информацию из тегов\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Открытие…\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Ожидание запуска…\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Журнал работы скриптов\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Разрешить управление XBMC по HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Запись\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Остановить запись\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Сорт. по трекам\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Сорт. по времени\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Сорт. по названию\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Сорт. по исполнителю\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Сорт. по альбомам\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Топ 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Настройка размеров экрана (левый верхний угол)\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Настройка размеров экрана (правый нижний угол)\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Позиция субтитров\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Настройка пропорций\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Двигайте стрелки для регулировки размеров экрана\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Двигайте полоску, чтобы изменить позицию субтитров\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Измените прямоугольник так, чтобы добиться идеального квадрата\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Не удалось загрузить настройки\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Используются стандартные настройки\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Проверьте файлы XML\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Найдено объектов: %i\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Результаты поиска\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Ничего не найдено\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Фильтр постобработки\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Субтитры\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Шрифт\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- размер\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Сжатие динамического диапазона\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Видео\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Аудио\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Выбрать субтитры\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Создать закладку\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Очистить закладки\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Смещение звука\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Закладки\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- AAC совместимый ресивер\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- MP1 совместимый ресивер\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- MP2 совместимый ресивер\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- MP3 совместимый ресивер\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Задержка\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Язык\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Вкл.\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Без чередования\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- автоматическая постобработка\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- вертикальный Deblocking-фильтр\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- горизонтальный Deblocking-фильтр\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Авто яркость/контрастность\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Подавление отражений\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=авто)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Очистка базы данных…\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Подготовка…\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Ошибка базы данных\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Поиск песен…\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Очистка базы данных выполнена\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Очистка песен…\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Ошибка очистки песен\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Очистка исполнителей…\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Ошибка очистки исполнителей\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Очистка жанров…\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Ошибка очистки жанров\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Очистка путей...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Ошибка очистки путей\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Очистка альбомов…\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Ошибка очистки альбомов\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Запись изменений…\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Ошибка записи изменений\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Это займет некоторое время…\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Сжатие базы данных…\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Ошибка сжатия базы данных\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Очистить медиатеку?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Очистка медиатеки…\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Старт\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Преобразование частоты кадров\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Формат аудиовыхода\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Аналоговый\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Цифровой\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Различные исполнители\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Играть диск\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Фильмы\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Настроить частоту кадров\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Актеры\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Год\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Программы\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Выкл.\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Затемнение\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Черный экран\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Следы «Матрицы»\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Включать заставку через\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Заставка\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Завершить работу через\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Все альбомы\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Последние альбомы\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Заставка\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Рекурс. слайд-шоу\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Уровень затемнения экрана\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Сорт. по файлам\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- выводить звук в формате Dolby Digital® (AC3)\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Сорт. по имени\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Сорт. по году\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Сорт. по рейтингу\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Название\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"грозы\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"местами\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"преимущ.\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"солнечно\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"облачно\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"снег\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"дождь\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"небольш.\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"Утром\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"Днем\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"ливни\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"немного\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"одиночные\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"ветер\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"сильный\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"безоблачно\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"ясно\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"облака\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"ранние\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"ливень\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"снегопад\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Мин.\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Средн.\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Макс.\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"туман\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"дымка\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Выберите местность\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Время обновления\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Единица измерения температуры\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Единица измерения скорости ветра\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Погода\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Темп.\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Ощущается\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"Уровень УФ\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Ветер\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Точка росы\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Влажность\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"-->\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \",  скорость: до\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"По умолчанию\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Подключение к службе погоды…\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Получение прогноза для:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Не удалось получить прогноз\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Вручную\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Нет описания этого альбома\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Загрузка эскизов…\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Нет данных\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Вид: крупн. значки\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Включить медиатеку\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Удалить сведения об альбоме\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Удалить сведения о CD\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Выбор\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Сведения об альбоме не найдены\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Сведения о CD не найдены\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Диск\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Вставьте правильный CD/DVD-диск\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Вставьте следующий CD/DVD диск\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Сорт. по № DVD\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Не кэшировать\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Удалить фильм из медиатеки\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Действительно удалить[CR]\\\"%s\\\"?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Съемный диск\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Открытие файла…\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Буферизация\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Жесткий диск\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Локальная сеть\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Интернет\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Видео\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Аудио\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Автозапуск\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD-экран\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Вкл.\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Количество знакомест в строке\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Адрес 1-й строки\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Адрес 2-й строки\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Адрес 3-й строки\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Адрес 4-й строки\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Количество строк\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Режим\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Сменить вид\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Субтитры\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Аудиопоток\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[работает]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Субтитры\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Яркость подсветки\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Яркость\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Контрастность\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Гамма\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Тип\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Двигайте полоску, чтобы изменить положение экранного меню (OSD)\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Положение экранного меню (OSD)\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Создатели\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"МOD-чип\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Выкл.\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Только музыка\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Музыка и видео\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Не удалось загрузить плейлист\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"Экранное меню (OSD)\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Обложка и язык\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Внешний вид\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Параметры аудио\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Об XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Удалить альбом\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Повторять\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Повторить 1 раз\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Повтор папки\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Воспроизводить следующий файл автоматически\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Использовать большие значки\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Масштабировать субтитры\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Расширенные параметры (только для экспертов!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Общий уровень шума в комнате (dB)\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Масштабировать видео до разрешения GUI\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Калибровка\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Показывать расширения файлов\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Сорт. по типу\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Не удалось подключиться к поисковой службе\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Не удалось загрузить данные об альбоме\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Поиск названий альбомов…\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Открыть\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Ждите…\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Пуст\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Загрузка информации из файлов…\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Сорт. по частоте\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Включить видео эффекты\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Автопереключение видеорежима\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Стартовое окно\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Главное меню\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Настройки\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Жанр\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Показывать архивы с одним файлом прозрачно\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Недавно прослушанные альбомы\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Запустить\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Запустить в режиме…\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Изменить заголовок XBE\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Сборники\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Удалить источник\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Перейти к разделу…\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Выбрать плейлист\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Создать новый плейлист…\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Добавить в плейлист\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Добавить в медиатеку\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Введите название\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Ошибка: одинаковые названия\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Выберите жанр\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Новый жанр\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Ручное добавление\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Введите жанр\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Вид: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Список\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Значки\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Широкий список\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Крупные значки\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Баннеры\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Широкий крупн.\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Значки альбомов\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Значки DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Информация\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Устройство вывода звука\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Устройство прямого вывода звука\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Для этого исполнителя нет биографии\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Сводить многоканальный звук в стерео\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Сорт. по: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Название\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Дата\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Размер\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Трек\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Время\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Название\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Исполнитель\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Альбом\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Плейлист\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Файл\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Год\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Рейтинг\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Тип\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Частота\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Исполнитель альбома\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Кол-во проигрываний\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Последнее проигрывание\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Комментарий\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Дата добавления\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"По умолчанию\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Студия\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Путь\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Страна\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"Неоконченные\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Направление сортировки\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Метод сортировки\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Режим просмотра\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Помнить параметры отображения каждой папки\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"По возрастанию\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"По убыванию\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Изменить плейлист\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Фильтр\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Отключить режим \\\"Вечеринка\\\"\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Режим \\\"Вечеринка\\\"\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Случайно\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Выкл.\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Один трек\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Все треки\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Выкл.\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Повтор: выкл.\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Повтор: один трек\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Повтор: все треки\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Оцифровать аудио-CD\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Среднее\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Стандартное\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Максимальное\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Постоянный битрейт\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Оцифровка…\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"В:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Не удалось оцифровать CD или трек\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"Путь для оцифровки CD не задан\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Оцифровать звуковую дорожку\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Введите номер\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Аудио-CD\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Кодировщик\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Качество\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Битрейт\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Добавить номер трека\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Все песни\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Режим просмотра\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Нормальный\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Увеличенный\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Растянутый 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Растянуто 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Растянутый 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Оригинальный размер\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Заданный\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay Gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Режим 'Replay Gain'\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"По уровням композиции\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"По уровням альбома\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Уровень для файлов с Replay Gain\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Уровень для файлов без Replay Gain\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Избегать искажений на файлах с Reply Gain\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Удалять черные полосы\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Необходимо распаковать большой файл. Продолжить?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Удалить из медиатеки\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Экспорт медиатеки видео…\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Импорт медиатеки видео…\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Импорт…\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Экспорт…\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Выберите медиатеку\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Годы\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Обновить медиатеку\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Показать отладочные данные\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Укажите программу\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Укажите плейлист\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Укажите папку\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Сведения о песне\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Усиление громкости\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Укажите папку для экспорта\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Этот файл больше недоступен.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Удалить его из медиатеки?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Выбрать скрипт\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Степень сжатия\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Очистка медиатеки…\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Удаление старых песен из медиатеки…\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Эта папка была просканирована ранее\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Сеть\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"Адрес HTTP-proxy сервера\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"Порт HTTP-proxy сервера\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Использовать HTTP-прокси для доступа к Интернету\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"Имя пользователя для HTTP-proxy сервера\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"Пароль пользователя для HTTP-proxy сервера\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Интернет-протокол (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Неправильный порт. Введите значение от 1 до 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP-прокси\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Назначение\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Автоматически (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Вручную (статический)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"По умолчанию (из Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP-адрес\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Маска подсети\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Адрес шлюза\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- Адрес DNS сервера\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Сохранить и перезапустить\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Неправильный адрес. Введите значение в виде AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"с числами от 0 до 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Изменения не сохранены. Продолжить без сохранения?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Веб-сервер\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP-сервер\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Время по Internet-у\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"Порт для Web сервера \"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Адрес сервера времени\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Сохранить и применить\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"Пароль для доступа к Web серверу\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Без пароля\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- набор символов\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- стиль\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- цвет\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Нормальный\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Жирный\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Курсив\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Жирный курсив\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Белый\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Желтый\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Файлы\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Нет сканированных данных для этого вида\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Выключите режим медиатеки\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Ошибка загрузки картинки\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Изменить путь\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Зеркально\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Вы уверены?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Удаление источника\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Добавить ссылку на программу\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Изменить путь программы\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Изменить название программы\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Изменить глубину пути\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Вид: широкий список\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Желтый\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Белый\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Синий\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Светло-зеленый\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Желто-зеленый\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Голубой\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Светло-серый\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Серый\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Ошибка %i: ресурс недоступен\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- соблюдать ограничения файловой системы FATx\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Вывод звука\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Поиск…\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Папка для слайд-шоу\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Сетевой интерфейс\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Имя беспроводной сети (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Пароль для беспроводной сети\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Безопасность беспроводной сети\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Сохранить и применить настройки сетевого интерфейса\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Без шифрования\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Применение сетевых настроек. Подождите…\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Сетевой интерфейс перезапущен.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Не удалось запустить сетевой интерфейс.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Интерфейс отключен\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Сетевой интерфейс отключен.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Имя беспроводной сети (ESSID)\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Сервер событий\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Разрешить программам на этой системе управлять XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Порт\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Диапазон портов\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Разрешить программам на других системах управлять XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Задержка начального повтора (мс)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Задержка последующих повторов (мс)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Максимальное количество клиентов\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Доступ[CR]в Интернет\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Неправильный номер порта.\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Доступный диапазон портов: 1–65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Доступный диапазон портов: 1024–65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Посмотреть заставку\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Не удалось подключиться\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC не удалось подключиться к сети.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Возможно, сеть не подключена.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Всё равно добавить?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP-адрес\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Добавить сетевой адрес\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Протокол\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Адрес сервера\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Имя сервера\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Сетевой путь\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Общая папка\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Порт\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Имя пользователя\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Укажите сетевой сервер\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Введите адрес сервера\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Введите путь на сервере\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Введите номер порта\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Введите имя пользователя\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Добавление источника - %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Введите путь или укажите расположение файлов\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Введите название медиаисточника\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Выберите новый ресурс\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Обзор\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Не удалось получить информацию о папке\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Добавить источник…\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Изменить источник…\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Изменение источника - %s\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Введите новое название\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Укажите картинку\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Укажите папку с картинками\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Добавить сетевой адрес…\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Укажите файл\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Подменю\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Включить пункты подменю\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Избранное\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Видео дополнения\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Музыкальные дополнения\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Фото дополнения\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Загрузка папки…\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Получено объектов: %i\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Получено объектов: %i из %i\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Программные дополнения\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Задать эскиз для дополнения\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Настройки дополнения\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Точки доступа\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Прочее…\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"Имя пользователя для WEB сервера\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Настройки скриптов\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Синглы\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB-клиент\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Рабочая группа\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Имя пользователя по умолчанию\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Пароль пользователя по умолчанию\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS-сервер\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Монтировать SMB-ресурсы\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Удалить\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Музыка\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Видео\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Фото\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Файлы\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Музыка и видео \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Музыка и фото\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Музыка и файлы\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Видео и фото\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Видео и файлы\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Фото и файлы\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Музыка, видео и фото\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Музыка, видео, фото и файлы\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Отключено\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Файлы, музыка и видео\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Файлы, фото и музыка\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Файлы, фото и видео\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Музыка и программы\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Видео и программы\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Фото и программы\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Музыка, видео, фото и программы\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Программы, видео и музыка\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Программы, фото и музыка\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Программы, фото и видео\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"Имя пользователя FTP\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"Пароль пользователя FTP\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Пароль успешно установлен\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Автоопределение\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Автоопределение системы\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Ник\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Запрашивать разрешение на подключение\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Отправлять логин и пароль для FTP\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Интервал для команды 'ping'\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Вы хотите подключиться к найденной системе?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Объявлять эти сервисы другим системам по Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Другое аудиоустройство\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Другое устройство прямого вывода звука\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"гололед\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"и\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"холодн.\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"поздний\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"местами\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"ливень с грозами\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"гроза\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"солнце\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"сильный\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"в\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \" \"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"окрестностях\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"лед\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"кристаллы\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"спокойно\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"с\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"ветрено\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"дождь\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"гроза\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"изморось\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"туманно\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"град\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"Грозы\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"Грозовые ливни\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Выключать экран во время простоя\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Длительность\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Ошибка скрипта: %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Тип LCD-экрана\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Главное меню\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Программы\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Фото\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Менеджер файлов\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Настройки\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Музыка\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Видео\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Сведения о системе\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Настройки - Основные\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Настройки - Экран\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Настройки - Внешний вид - Калибровка интерфейса\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Настройки - Видео - Калибровка дисплея\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Настройки - Фото\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Настройки - Программы\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Настройки - Погода\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Настройки - Музыка\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Настройки - Система\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Настройки - Видео\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Настройки - Сеть\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Настройки - Внешний вид\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Скрипты\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Видео/плейлист\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Настройки - Профили\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Диалог 'Да/Нет'\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Диалог выполнения\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Поиск субтитров…\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Поиск или кэширование субтитров…\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"завершение…\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"буферизация…\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Открытие потока\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Музыка/плейлист\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Музыка/файлы\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Музыка/медиатека\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Редактор плейлиста\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Топ 100 - песни\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Топ 100 - альбомы\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Программы\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Настройка\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Прогноз погоды\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Сетевая игра\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Дополнения\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Сведения о системе\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Музыка - Медиатека\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Музыка: текущий плейлист\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Видео: текущий плейлист\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Сведения об альбоме\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Сведения о фильме\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Диалог выбора\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Музыка/данные\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Диалог 'Ok'\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Видео/данные\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Скрипты/данные\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Полноэкранное видео\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Видео эффекты для аудио \"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Диалог последовательности файлов\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Переиндексация…\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Вернуться в раздел \\\"Музыка\\\"\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Вернуться в раздел \\\"Видео\\\"\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Обновить список трейнеров\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Трейнер\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Трейнеры не найдены\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Параметры трейнера\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Все зарегистрированные трейнеры исчезли. Обновите список\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Продолжать воспроизведение с места остановки\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Нет\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Да\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Спрашивать\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Начать с начала\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Продолжить с %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Проверка существующих трейнеров...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"ОК\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Заблокировано. Введите код…\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Введите пароль\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Введите код защиты\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Введите код разблокирования\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"или нажмите \\\"C\\\" для отмены\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Нажмите нужные кнопки на джойстике,\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"и затем 'Start', или 'Back' для отмены\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Установить защиту\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Разблокировать\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Сбросить защиту\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Удалить защиту\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Цифровой пароль\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Комбинация кнопок на джойстике\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Текстовый пароль\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Введите новый пароль\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Повторите новый пароль\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Неверный пароль,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"осталось попыток \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Введенные пароли не совпадают.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Доступ запрещен\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Количество попыток ввода пароля исчерпано.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Сейчас система будет выключена.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Заблокировано\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Восстановить защиту\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Сменить защиту\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Защита источника\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Пустой пароль. Повторите ввод.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Общая защита\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Выключить систему, если количество неудачных попыток исчерпано\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Неправильный код защиты\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Введите правильный код защиты\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Настройки и менеджер файлов\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Установить для всех фильмов\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Это сбросит сохраненные ранее значения.\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Время показа каждого слайда\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Эффекты панорамы и увеличения\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"NTSC -> PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"PAL -> NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"NTSC -> PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12-часовой\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24-часовой\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"День/месяц\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Месяц/день\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Время работы системы\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"мин.\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"ч.\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"дн.\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Общее время работы\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Погода\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Заставка\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Полноэкранный OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Система\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Немедленная остановка HDD\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Только видео\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Задержка\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Минимальная длительность файла\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Выключение\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Загрузить Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Особый путь к Dashboard\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Режим выключения\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Выход\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Спящий режим\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Ждущий режим\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Выход\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Перезагрузка\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Свернуть\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Реакция на кнопку питания\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Проверьте, не активен ли другой сеанс (напр., SSH).\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Подключен переносной жесткий диск\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Небезопасное отключение устройства\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Устройство отключено успешно\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Джойстик подключен\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Джойстик отключен\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Фильтр мерцания\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"По выбору драйвера (требуется перезапуск)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Вертикальная синхронизация\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Отключена\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Только при просмотре видео\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Всегда включена\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Проверить и применить разрешение\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Сохранить разрешение?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Вы хотите оставить это разрешение?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Высококачественное масштабирование\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Отключено\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Только для SD-содержимого\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Всегда включено\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Метод масштабирования\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"Высококачественное масштабирование VDPAU\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Гасить другие дисплеи\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Отключено\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Погасить дисплеи\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Обнаружены активные соединения.\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"В случае продолжения возможна потеря управления\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"XBMC. Остановить сервер событий?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Изменить режим пульта Apple?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Если вы используете пульт Apple для управления\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, изменение этих настроек может отключить\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"возможность управления. Продолжить?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"Ключ HDD:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"Температура HDD:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"Модель DVD-привода:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"Прошивка DVD-привода:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"Модель HDD:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"Серийный № HDD:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"Прошивка HDD:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"Пароль HDD:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"Состояние защиты HDD:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Маска подсети\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Шлюз\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Основной DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Неудачная инициализация\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Порт джойстика\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Порт клавиатуры\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Порт мыши\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Порты гарнитур/микрофонов\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Порты карт памяти\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Порт ИК-приемника\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Порт контроллера\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Никогда\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Немедленно\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Через %i с\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Дата установки HDD:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Кол-во циклов включения/выключения HDD:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Профили\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Удалить профиль \\\"%s\\\"?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Последний загруженный профиль:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Неизвестно\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Перезаписать\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Таймер напоминаний\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Период таймера напоминаний (в мин.)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Запущен; сработает через %i мин.\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"НАПОМИНАНИЕ!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Отменено за %im%is до срабатывания\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Искать субтитры в архивах RAR\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Выбрать субтитры…\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Переместить объект\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Переместить объект сюда\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Отменить перемещение\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Оборудование:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Загрузка CPU:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Подключено, но DNS-сервер недоступен.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Жесткий диск\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"Привод DVD\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Накопители\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"По умолчанию\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Сеть\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Видео\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Оборудование\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Операционная система:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Частота CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Обнаружен BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Кодировщик видео:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Разрешение экрана:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Версия Xbox:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Серийный № Xbox:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Изготовитель Xbox:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"MOD-чип:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Кабель А/В:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Регион для видео и XBE:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"Регион DVD:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Интернет:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"подключен\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"не подключен. Проверьте настройки сети.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Ключ Xbox Live:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Поддерживать температуру\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Скорость вентилятора\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Автоматический контроль температуры\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Управление скоростью вентилятора\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Шрифт оформления\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Разрешить обратное направление строк\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Включить RSS-новости\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Показывать значок родительской папки\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Шаблон именования треков\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Перезагрузить систему\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"вместо перезапуска XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Эффект увеличения\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Эффект скольжения\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Уменьшение черных полос\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Перезапуск\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Плавный переход между песнями\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Обновить эскизы\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Рекурсивные эскизы\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Просмотр слайд-шоу\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Рекурсивное слайд-шоу\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Случайно\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Стерео\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Только левый\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Только правый\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Разрешить поддержку караоке\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Уровень прозрачности фона\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Уровень прозрачности текста\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Задержка звука относительно изображения\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Караоке\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s не найден\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Ошибка открытия %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Не удалось загрузить %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Ошибка: недостаточно памяти\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Переместить вверх\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Переместить вниз\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Изменить название\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Сделать по умолчанию\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Убрать кнопку\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Индикатор на лицевой панели\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Цвет индикатора лицевой панели\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Оставить как есть\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Зеленый\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Оранжевый\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Красный\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Циклически\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Выключать индикатор при воспроизведении\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Сведения о фильме\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Добавить в плейлист\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Поиск в IMDb…\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Сканировать содержимое\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Текущий плейлист...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Сведения об альбоме\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Сканировать в медиатеку\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Остановить сканирование\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Метод обработки\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Пикс. шейдер низк. качества\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Аппаратное наложение\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Пикс. шейдер высок. качества\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Воспроизвести объект\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Выбрать эскиз исполнителя\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Автоматически создавать эскизы\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Включить микрофон\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Включить устройство\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Громкость\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Основной режим просмотра\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Стандартная яркость\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Стандартная контрастность\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Стандартная гамма\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Продолжить видео\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Маска для голоса 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Маска для голоса 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Маска для голоса 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Маска для голоса 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Позиционировать по времени\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Правая колонка в списке\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Предустановка\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Для этого видео эффекта\\nнет предустановок\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Для этого видео эффекта\\nнет настроек\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Открыть/закрыть\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Включать видео эффекты при проигрывании музыки\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Вычислить размер\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Вычисляется размер папки…\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Настройки видео\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Настройки звука и субтитров\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Включить субтитры\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Ярлыки\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Не учитывать артикли при сортировке (напр., \\\"the\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Переход между песнями в том же альбоме\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Выбрать %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Показать положение трека\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Очистить по умолчанию\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Продолжить\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Эскиз\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Сведения о фото\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"Предустановок: %s\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(Рейтинг пользователей IMDb)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Топ 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Настройки Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Минимальная скорость вентиляторов\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Загрузка…\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Включать исполнителей из сборников\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Метод обработки\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Автоопределение\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Базовые шейдеры (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Расширенные шейдеры (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Программный\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Безопасное удаление\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Начать слайдшоу отсюда\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Запомнить путь\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Использовать объекты пиксельного буфера\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Синхронизация А/В\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"По частоте звука\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"По частоте видео (пропуск/дублирование звука)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"По частоте видео (преобразование звука)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Максимальная величина преобразования (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Качество преобразования\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Низкое (быстро)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Среднее\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Высокое\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Очень высокое (медленно!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Синхронизировать видео с частотой дисплея\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"ДУ Apple\"\n\nmsgctxt \"#13601\"\nmsgid \"Use MCE/Universal Remote\"\nmsgstr \"Режим\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Разрешить запуск XBMC с ДУ\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Интервал последовательности\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Откл.\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Стандартный\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Универсальный пульт ДУ\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Мульти-ДУ (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Ошибка ДУ Apple\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Поддержка пульта Apple должна быть включена\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Сгруппировать\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Разгруппировать\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Загружается файл плейлиста…\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Загружается список потоков…\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Анализ списка потоков…\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Не удалось загрузить список потоков\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Не удалось загрузить файл плейлиста\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Папка с играми\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Автопереключение вида на эскизы по\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Включить автопереключение вида на эскизы\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Использовать большие значки\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Переключать по\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Процентное соотношение\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Нет файлов и хотя бы один эскиз\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Хотя бы один файл и эскиз\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Процентное соотношение эскизов\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Настройки просмотра\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Местность 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Местность 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Местность 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Медиатека\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Без ТВ\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Введите ближайший крупный город\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Кэш для аудио/видео/DVD - с HDD\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Кэш видео - с DVD-диска\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- из локальной сети\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- из Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Кэш аудио - с DVD-диска\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- из локальной сети\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- из Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"Кэш DVD - с DVD-диска\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- из локальной сети\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Службы\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Настройки локальной сети изменены.\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"Для изменения настроек сети требуется\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"перезапуск XBMC. Перезапустить сейчас?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Постобработка\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Выключать при воспроизведении\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i мин.\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i с.\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i мс\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i Кбит/с\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i Кбит\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 дБ\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Формат времени\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Формат даты\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Фильтры интерфейса\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Сканировать в фоновом режиме\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Остановить сканирование\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Невозможно, пока сканируются файлы\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Эффект кинопленки\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Искать эскизы на внешних ресурсах\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Кэш неизвестных файлов - из Интернета\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Авто\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Введите имя пользователя для\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Дата и время\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Установить дату\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Установить время\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Введите время в 24-часовом формате ЧЧ:ММ\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Введите дату в формате ДД/ММ/ГГГГ\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Введите IP-адрес\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Применить эти настройки сейчас?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Применить изменения сейчас\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Разрешить переименование и удаление файлов\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Выбрать часовой пояс\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Учитывать летнее/зимнее время\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Добавить в \\\"Избранное\\\"\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Удалить из \\\"\\\"Избранного\\\"\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- цвет\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Страна в часовом поясе\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Часовой пояс\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Списки файлов\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Показывать сведения о фото из EXIF\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Использовать окно на весь экран вместо полного экрана\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Добавлять треки в очередь при выборе\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Воспроизведение\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Воспроизводить DVD автоматически\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Шрифт текстовых субтитров\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Языковые[CR]настройки\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Кодировка\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Отладка\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Безопасность\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Устройства ввода\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Экономия[CR]энергии\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Удалить\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Игры\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Добавить\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Пароль\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Медиатека\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"База данных\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Все альбомы\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Все исполнители\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Все песни\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Все жанры\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Буферизация…\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Звуки интерфейса\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Стандартн.\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- тема офориления\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Стандартная тема\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Отправлять статистику на Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Имя пользователя для Last.fm\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Пароль для Last.fm\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Невозможно связаться: засыпаю...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Пожалуйста, обновите XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Неверная авторизация: Проверьте имя пользователя и пароль\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Подключено\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Не подключено\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Интервал подключений %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"В кэше %i песен\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Подключение...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Подключение через %i сек.\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Воспроизвести с помощью…\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Мягкая синхронизацию звука и видео\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Скрывать имена файлов в режиме эскизов\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Воспроизводить в режиме \\\"Вечеринка\\\"\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Отправлять статистику на Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Имя пользователя для Libre.fm\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Пароль для Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Скробблер\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Учет в статистике песен с Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Подключение к Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Выбор станции...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Поиск похожих исполнителей...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Поиск похожих тэгов...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Ваш профиль (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Общий топ тэгов\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Топ исполнителей по тэгу %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Топ альбомов по тэгу %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Топ треков по тэгу %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Слушать треки по тэгу %name% на Last.fm\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Исполнители, похожие на %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Топ альбомов %name%\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Топ трэков %name%\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Топ тэгов %name%\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Самые большие фаны %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Слушать выбор фанов %name% на Last.fm\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Слушать похожих на %name% исполнителей на Last.fm\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Топ исполнителей от %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Топ альбомов от %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Топ треков от %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Друзья %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Сообщества %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Недельный чарт исполнителей %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Недельный чарт альбомов %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Недельный чарт треков %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Слушать выбор сообществ %name% на Last.fm\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Слушать личный выбор %name%'а на Last.fm\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Слушать любимые треки %name%'а на Last.fm\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Получение списка от Last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Невозможно получить список от Last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Введите имя исполнителя для поиска похожих\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Введите название тэга для поиска похожих\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Треки, недавно прослушанные %name%'ом\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Слушать рекомендации %name%'а на Last.fm\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Топ тэгов для %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Вы хотите добавить этот трек к своим любимым трекам?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Вы хотите заблокировать этот трек?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Добавлено к вашим любимым трекам: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Невозможно добавить '%s' к вашим любимым трекам.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Заблокировано: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Невозможно заблокировать: '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Недавно полюбившиеся треки %name%'а\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Недавно заблокированные треки %name%'а\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Удалить из любимых треков\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Разблокировать\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Вы хотите удалить этот трек из любимых треков?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Вы хотите разблокировать этот трек?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Неверный или несуществующий путь\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Не удалось подключиться к серверу\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Серверы не найдены\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Рабочая группа не найдена\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Открытие источника с множеством путей\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Путь:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Общие\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Настройка аудиооборудования...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Поиск в Интернете\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Проигрыватель\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Воспроизвести файл с диска\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Введите новое название\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Введите название фильма\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Введите название профиля\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Введите название альбома\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Введите название плейлиста\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Введите новое имя файла\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Введите название папки\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Введите папку\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Доступные значения: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Строка поиска\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Нет\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Автовыбор\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Деинтерлейсинг\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (обратный)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Черезстрочная обработка\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Отменяется...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Введите имя исполнителя\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Воспроизведение плейлиста прервано\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Не удалось воспроизвести как минимум один файл.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Введите значение\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Для получения доп. сведений просмотрите журнал.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Режим \\\"Вечеринка\\\" отключен.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Нет похожих песен в медиатеке.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Невозможно инициализировать базу данных\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Не удалось открыть базу данных.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Не удалось получить песни из базы данных.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Плейлист режима \\\"Вечеринка\\\"\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Всё видео\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Не просмотрено\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Просмотрено\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Отмет. как просмотренное\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Отмет. как непросмотренное\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Изменить название\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"NTSC-M и NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"только NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"только NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"только PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Для игр с разверткой 60Нz\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Операция прервана\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Не удалось скопировать\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Не удалось скопировать как минимум один файл\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Не удалось переместить\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Не удалось переместить как минимум один файл\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Не удалось удалить\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Не удалось удалить как минимум один файл\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Метод масштабирования видео\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Nearest neighbour\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (программный)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (программный)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (программный)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"(VDPAU) Временный\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"(VDPAU) Временный / Пространственный\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"Шумоподавление (VDPAU)\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"Резкость (VDPAU)\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Обратный пуллдаун (3:2)\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Постобработка\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Переход дисплея в спящий режим через\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Переключиться на канал\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Папка сохраненной музыки\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Использовать внешний проигрыватель DVD\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Внешний проигрыватель DVD\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Папка для трейнеров\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Папка для скриншотов\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Папка для плейлистов\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Записи\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Скриншоты\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Использовать XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Музыкальные плейлисты\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Плейлисты видео\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Запустить игру?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Сорт. по плейлисту\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Внешний эскиз\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Текущий эскиз\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Локальный эскиз\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Без эскиза\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Выбрать эскиз\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Конфликт\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Сканировать новое\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Сканировать всё\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Регион\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Сведения\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Заблокировать раздел \\\"Музыка\\\"\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Заблокировать раздел \\\"Видео\\\"\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Заблокировать раздел \\\"Фото\\\"\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Заблокировать раздел 'Программы' и 'Скрипты'\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Заблокировать \\\"Менеджер файлов\\\"\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Заблокировать \\\"Настройки\\\"\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Чистый старт\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Включить режим полного доступа\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Выключить режим полного доступа\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Создать профиль \\\"%s\\\"?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Запустить с чистыми параметрами\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Лучший из доступных\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Автоматический выбор 16:9 или 4:3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Рассматривать составные файлы как единый файл\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Внимание\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Отключен режим полного доступа\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Включен режим полного доступа\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Эскиз с Allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Удалить эскиз\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Добавить профиль…\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Получить сведения обо всех альбомах\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Информация\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Разделять\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Стандартные ресурсы\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Стандартные ресурсы (только чтение)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Копировать стандартные\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Картинка профиля\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Заблокировать предпочтения\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Изменить профиль\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Заблокировать профиль\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Не удалось создать папку\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Папка профиля\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Стартовать с новыми источниками\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Убедитесь, что выбранная папка доступна для записи\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"и указано правильное имя новой папки\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Рейтинг MPAA\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Введите код защиты\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Запрашивать код защиты при старте\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Настройки обложки\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- нет связи -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Использовать анимацию\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Отключить RSS-ленту при воспроизведении музыки\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Включить кнопки ярлыков\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Показывать \\\"Программы\\\" в главном меню\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Показывать сведения о музыке\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Показывать сведения о погоде\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Показывать сведения о системе\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Показывать свободное место на C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Показывать свободное место на E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Погода\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Свободное место на диске\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Введите имя существующего ресурса\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Код защиты\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Загрузить профиль\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Название профиля\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Источники данных\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Введите код защиты профиля\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Экран входа\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Запрос данных об альбоме…\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Запрос данных для альбома…\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Во время воспроизведения оцифровка невозможна\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Код защиты и его настройки\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Ввод кода защиты всегда переключает в режим полного доступа\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"или копировать из стандартного?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Сохранить изменения профиля?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Найдены старые настройки\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Использовать их?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Найдены старые ресурсы\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Раздельно (закрыто)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Корень\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- масштаб\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"Настройки UPnP\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Автозапуск клиента UPnP\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Последний вход: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Не входил никогда\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Профиль %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Вход пользователя / выбор профиля\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Использовать защиту экрана входа\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Неверный код защиты.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Необходимо установить код защиты.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Установить его сейчас?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Загрузка сведений о программе…\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Вечеринка началась!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Да\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Смешивание напитков\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Наполнение бокалов\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Текущий пользователь\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Выход\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Перейти в корневую папку\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Weave\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Weave (обратный)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Blend\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Перезапустить видео\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Изменить сетевой ресурс\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Удалить сетевой ресурс\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Сканировать папку?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Карта памяти\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Карта памяти подключена\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Не удалось подключить карту памяти\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"в порт %i, слот %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Заблокировать заставку\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Установить\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Имя пользователя\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Введите пароль для\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Таймер выключения\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Интервал выключения (мин.)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Запущен, выключение через %i мин.\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Выключение через 30 мин.\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Выключение через 60 мин.\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Выключение через 120 мин.\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Выключение по таймеру\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Отменить таймер выключения\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Заблокировать предпочтения для %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Обзор…\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Основные сведения\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Сведения о накопителях\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Сведения о ЖД\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Сведения о DVD-ROM\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Сведения о сети\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Сведения о видеоподсистеме\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Сведения об оборудовании\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Всего\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Занято\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"из\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Защита не поддерживается\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Не заблокировано\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Заблокировано\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Заморожен\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Требуется сброс\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Неделя\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Линия\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Сеть Windows (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP-сервер\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP-сервер\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"Ресурс iTunes (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP-сервер\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Показывать сведения о видео\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Готово\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Симв.\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"<---\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Пробел\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Обновить обложку\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Поворачивать фото по информации из EXIF\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Использовать представления с постерами для сериалов\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Подождите…\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Резервное копирование EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Резервное копирование BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Включить автопрокрутку для сюжетов и обзоров\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Дополнительно\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Включить журнал отладки\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Загружать доп. информацию во время обновлений\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Стандартный инфо-ресурс\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Изменить инфоресурс\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Экспорт медиатеки музыки…\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Импорт медиатеки музыки…\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Исполнитель не найден.\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Не удалось загрузить сведения об исполнителе\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Вечеринка началась! (Видео)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Смешивание напитков (видео)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Наполнение бокалов (видео)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV-сервер (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV-сервер (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"Клиент MythTV\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Папка веб-сервера (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Папка веб-сервера (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Не удалось записать в папку:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Пропустить и продолжить?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS-лента\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Неизвестно. Добавьте сигнатуру MD5 из xbmc.log в BiosIDs.ini\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Дополнительный DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"Сервер DHCP:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Создать новую папку\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Пригасить LCD-экран при проигрывании\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Неизвестный или встроенный (защищенный)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Пригасить LCD-экран при паузе\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Включить LCD-экран при выходе из паузы\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Видео - Медиатека\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Сохранения игр\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Сорт. по ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Загрузить сохранение\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Сохранить игру, установленную на HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Неудачная загрузка сохранения игры\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Выберите сохранение для загрузки и установки\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Не найдено онлайн-сохранений указанной игры\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Перейти к сохранению игры\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Сохранения игр\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Играть часть…\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Сброс калибровки\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Это сбросит калибровочные значения для %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"на значение по умолчанию\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Укажите назначение\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Использовать имена папок для поиска\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Файл\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Использовать имена файлов или папок для поиска?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Выбрать тип содержимого\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Папка\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Просматривать содержимое вложенных папок?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Разблокировать источники\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Актер\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Фильм\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Режиссер\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Удалить все объекты внутри\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"этого пути из медиатеки?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Фильмы\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"Сериалы\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Эта папка содержит\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Запустить автоматическое сканирование\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Сканировать с подпапками\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"в роли\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Режиссеры\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Не найдено видеофайлов по этому пути.\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"проголосовало\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Сведения о сериале\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Сведения о серии\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Загрузка сведений о сериале…\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Получение расписания серий…\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Загрузка сведений об серий в папке…\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Выберите сериал:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Введите название сериала\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Сезон %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Серия\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Серии\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Загрузка сведений о серии…\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Удалить серию из медиатеки\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Удалить сериал из медиатеки\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Сериал\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Сюжет серии\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Все сезоны\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Без просмотренных\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Код продукта\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Показывать сюжет для непросмотренного\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Скрыто, чтобы избежать спойлеров *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Выбрать эскиз для сезона\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Картинка сезона\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Сезон\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Загрузка сведений о фильме…\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Очистить тип содержимого\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Оригинальное название\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Обновить сведения о сериале\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Обновить сведения обо всех сериях?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Указанная папка содержит отдельный сериал\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Не сканировать выбранную папку\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Дополнения\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Автоматически создавать эскизы для сезонов\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Указанная папка содержит отдельный видеофайл\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Связать с сериалом\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Убрать связь с сериалом\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Последние фильмы\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Последние серии\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Студии\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Муз. клипы\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Последние клипы\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Музыкальный клип\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Удалить музыкальный клип из медиатеки\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Сведения о клипе\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Загрузка сведений о клипе…\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Муз. микс\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Перейти к альбомам по исполнителям\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Перейти к альбому\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Играть песню\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Перейти к музыкальным клипам из альбома\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Перейти к музыкальным клипам по исполнителю\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Играть музыкальный клип\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Автоматически загружать эскизы для актеров\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Выбрать эскиз для актера\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Удалить закладку серии\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Создать закладку серии\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Настройки инфоресурса\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Загрузка сведений о музыкальном клипе…\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Загрузка сведений о сериале…\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Трейлер\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Скрыть категории\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Объединять сериалы\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Получить FanArt\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Показывать FanArt в медиатеке\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Сканирование нового содержимого…\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Премьера\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Сценарий\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Очищать имена файлов и папок\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Никогда\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Если один сезон\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Всегда\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Есть трейлер\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Нет\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Слайд-шоу фанартов\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Экспортировать в одну папку или разделять?\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"на отдельные файлы для каждой записи?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"В одну папку\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Разделять\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Экспортировать эскизы и фанарт?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Перезаписать файлы?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Исключить путь из обновлений медиатеки\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Извлекать метаданные из медиафайлов\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Киноциклы\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Экспортировать эскизы актеров?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Выбрать фанарт\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Локальный фанарт\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Без фанарта\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Текущий фанарт\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Внешний фанарт\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Изменить тип содержимого\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Обновить сведения для всех\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"объектов в данной папке?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Фанарт\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Найдены локальные сведения.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Игнорировать и обновить из Интернета?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Не удалось загрузить сведения\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Продолжить сканирование?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Страны\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Объединять фильмы в циклы\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Показывать скрытые файлы и папки\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"Клиент TuxBox\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"ВНИМАНИЕ. Целевое устройство TuxBox находится в режиме записи!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Поток будет остановлен!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Не удалось переключиться на канал %s.\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Включить поток?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Подключение к: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"Устройство TuxBox\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Добавить медиаресурс…\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Включить доступ к медиатеке по UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Изменить медиаресурс\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Удалить медиаресурс\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Особая папка для субтитров\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Папка для фильмов и альтернативных субтитров\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Включить мышь\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Звуки интерфейса во время проигрывания\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Эскизы\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Установить регион DVD-проигрывателя\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Вывод видео\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Соотношение сторон видео\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Нормальное\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"4:3\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Широкоформатное\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Включить 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Включить 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Включить 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Введите имя нового плейлиста\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Показывать \\\"Добавить источник\\\" в списках файлов\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Включить полосы прокрутки\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Отмечать просмотренное видео в медиатеке\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Открыть\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Управление уровнем шума\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Скорость\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Тишина\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Использовать собственный фон\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Управление питанием\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Полная мощность\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Пониженная мощность\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Полное ожидание\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Пониженное ожидание\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Не удалось кэшировать файлы размером более 4 ГБ\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Глава\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Качеств. пиксельные шейдеры в. 2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Проигрывать плейлист при запуске\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Анимация отскакивания панелей\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"содержит\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"не содержит\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"равно\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"не\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"начинается с\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"заканчивается на\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"больше, чем\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"меньше, чем\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"после\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"перед\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"в конце\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"не в конце\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Инфоресурсы\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Инфоресурс для фильмов по умолчанию\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Инфоресурс для сериалов по умолчанию\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Стандартный инфо-ресурс для музыкального видео\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Разрешить исправления на языке инфо-ресурса\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Многоязычность\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Значение для поиска\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Правило смарт-плейлиста\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Выбрать объекты, в которых\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Новое правило…\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Объекты должны соответствовать\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"всем правилам\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"одному или более правилам\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Ограничить до\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Без ограничений\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Упорядочить по\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"возрастанию\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"убыванию\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Изменить смарт-плейлист\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Название плейлиста\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Найти объекты, у которых\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Изменить\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"Объектов: %i\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Новый смарт-плейлист\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"Диск %c\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Изменить правила режима \\\"Вечеринка\\\"\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Домашняя папка\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Количество просмотров\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Название серии\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Разрешение видео\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Каналов аудио\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Кодек видео\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Кодек аудио\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Язык аудио\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Язык субтитров\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Пульт ДУ посылает коды нажатий клавиш\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Имя файла\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Путь к файлу\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Размер файла\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Дата и время файла\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"№ в слайдшоу\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Разрешение\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Комментарий\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Цвет / Ч-Б\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Алгоритм JPEG\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Дата/время\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Описание\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Производитель\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Модель фотоаппарата\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Комментарий EXIF\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Прошивка\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Диафрагма\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Фокусное расстояние\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Дистанция фокусировки\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Экспозиция\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Время экспозиции\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Сдвиг экспозиции\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Режим экспозиции\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Со вспышкой\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Баланс белого\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Источник света\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Режим измерения\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"Чувствительность ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Цифровое увеличение\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Ширина CCD\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"Широта GPS\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"Долгота GPS\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Высота GPS\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Ориентация\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Дополнительные категории\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Ключевые слова\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Заголовок\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Автор\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Рубрика\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Специальные инструкции\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Категория\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Подпись\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Название подписи\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Создатель\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Источник\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Авторское право\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Название объекта\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Город\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Область\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Страна\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Оригинальный Tx Reference\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Дата создания\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Признак авторского права\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Код страны\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Справочная служба\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Разрешить управление XBMC по UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Пытаться пропустить вступление перед меню DVD\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Оцифрованные аудио-CD\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Данные обо всех исполнителях\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Загрузка данных об альбоме…\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Загрузка данных об исполнителе…\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Биография\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Дискография\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Поиск исполнителя…\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Выберите исполнителя\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Сведения об исполнителе\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Инструменты\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Рождение\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Формирование\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Темы\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Распад\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Смерть\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Годы активности\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Студия\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Рождение/формирование\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Обновлять медиатеку при запуске\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Всегда обновлять медиатеку в фоновом режиме\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- Суффикс DNS\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"Включить списки изменений и решений\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Задержка на %2.3f с.\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Опережение на %2.3f с.\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Смещение субтитров\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"Производитель OpenGL:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"Обработчик OpenGL:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"Версия OpenGL:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"Температура MB:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Температура CPU:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Всего памяти\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Данные профиля\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Затемнять при паузе во время просмотра видео\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Все записи\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"По имени\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"По группе\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Каналы прямой трансляции\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Записи по имени\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Программа\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Ошибка в ракурсе при минимизации черных полос\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Показывать видеофайлы в списках\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Шрифт\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- размер\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- цвет\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- набор символов\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Экспорт в формате HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Экспорт в формате CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Импорт текста караоке…\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Показывать выбор песни автоматически\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Экспорт текста караоке…\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Введите номер песни\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"белый/зеленый\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"белый/красный\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"белый/синий\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"черный/белый\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Дополнение погоды\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- Настройки дополнения\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Активировать телетекст\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Часть %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Буферизация: %i байт\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Остановка…\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Запуск…\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Активирован внешний проигрыватель\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Нажмите ОК для закрытия проигрывателя\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Нажмите ОК по завершении проигрывания\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Дополнение\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Настроить\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Отключить\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Включить\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Невозможно настроить данное дополнение\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Режим медиатеки\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"Клавиатура QWERTY\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Прямой вывод звука\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Применять фильтр для устранения мерцания в играх\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Качество трейлера\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Поток\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Загрузить\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Загрузить и воспроизвести\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Загрузить и сохранить\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Сегодня\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Завтра\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Сохранение…\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Копирование…\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Выбрать папку для загрузки\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Длительность поиска\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Короткая\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Длинная\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Использовать проигрыватель DVD вместо обычного\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Предлагать загрузку видео перед проигрыванием\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Клипы\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Для включения необходимо перезапустить модуль\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Сегодня вечером\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Завтра вечером\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Условия\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Осадки\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Осадки\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Влажность\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Ощущается\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Наблюдается\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Отклонение от нормы\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Восход\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Закат\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Сведения\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Прогноз\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Карусель постеров\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Перевести текст\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Категория списка карт: %s\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 часов\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Карты\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Ежечасно\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Выходные\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s дн.\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Предупреждение\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Предупреждения\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Выберите\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Проверить\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Настройте\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Сезоны\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Используйте\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Смотрите\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Слушайте\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Просматривайте\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Настройте\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Вкл./выкл.\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Меню\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Воспроизводите\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Параметры\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Редактор\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Сведения о\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Рейтинг\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Фон\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Варианты фона\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Собственный фон\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Собственные фоны\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Просмотреть информацию\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Просмотреть список изменений\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Для данной версии %s требуется\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"версия XBMC %s или новее.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Обновите XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Данных не найдено.\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Следующая страница\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Нравится\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Не нравится\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Составной файл; выберите часть для проигрывания.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Путь к скрипту\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Включить кнопку выбранного скрипта\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Serbian/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<language locale=\"Serbian (Latin)\">\n  <charsets>\n    <gui>CP1251</gui>\n    <subtitle>CP1251</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>sr</menu>\n    <audio>sr</audio>\n    <subtitle>sr</subtitle>\n  </dvd>\n\n  <regions>\n    <region name=\"Srbija - puni prikaz\" locale=\"Serbia\">\n      <dateshort>DD.M.YYYY.</dateshort>\n      <datelong>DDDD, DD. MMMM YYYY. g.</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n    <region name=\"Srbija - skraćeni prikaz\" locale=\"Serbia\">\n      <dateshort>D.M.YYYY.</dateshort>\n      <datelong>DD. M. YYYY. g.</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n  </regions>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/Serbian/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Serbian (http://www.transifex.com/projects/p/xbmc4xbox/language/sr/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: sr\\n\"\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\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programi\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Slike\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Muzika\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Filmovi\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"TV vodič\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Postavke\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Upr. datotekama\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Vreme\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc medija centar\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Ponedeljak\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Utorak\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Sreda\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Četvrtak\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Petak\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Subota\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Nedelja\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"januar\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"februar\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"mart\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"april\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"maj\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"jun\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"jul\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"avgust\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"septembar\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"oktobar\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"novembar\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"decembar\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"pon\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"uto\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"sre\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"čet\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"pet\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"sub\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"ned\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"jan\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"feb\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"apr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"maj\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"jun\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"jul\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"avg\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"sep\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"okt\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"dec\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Prikaz: Autom.\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Prikaz: Autom. veliko\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Prikaz: Ikone\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Prikaz: Spisak\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Analiziraj\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Složi po: Imenu\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Složi po: Datumu\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Složi po: Veli.\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Ne\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Da\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Reprod. slajdova\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Napravi omote\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Napravi sličice\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Prečice\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Pauzirano\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Kopiraj\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Premesti\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Izbriši\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Preimenuj\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Nova fascikla\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Potvrdite kopiranje\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Potvrdite premeštanje\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Potvrđujete li brisanje?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Kopiranje ovih datoteka?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Premeštanje ovih datoteka?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Brisanje ovih datoteka? - Nakon brisanja, datoteke nije moguće povratiti!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Stanje\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Objekata\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Opšte\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Projekcija slajdova\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Podaci o sistemu\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Prikaz\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albumi\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Izvođači\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Numere\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Žanrovi\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Spiskovi za repro.\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Pretraži\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Podaci o sistemu\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperature:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"Centralnog procesora:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"Grafičkog procesora:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Vreme:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Trenutno:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Izdanje:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Mreža:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Tip:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statički\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC adresa\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP adresa\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Veza:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Polu dupleks\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Puni dupleks\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Skladišta\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Uređaj\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Slobodno\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Slobodna memorija\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"nije uspostavljena\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"slobodno\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Nedostupno\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Vrata otvorena\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Čitanje\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Disk nije umetnut\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disk je prepoznat\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Maska\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Omogući FTP server\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Omogući sinhronizaciju Internet vremena\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Rezolucija\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Prilagodi brzinu osvežavanja monitoru\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Datum izdavanja\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Prikaži 4:3 video materijal kao\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Raspoloženja\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Stilovi\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Pesma\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Trajanje\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Izaberite album\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Numere\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Pregled\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Osveži\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Pretraživanje albuma\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"U redu\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Ni jedan album nije pronađen!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Izaberi sve\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Analiziranje informacija\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Sačuvaj\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Nasumično\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Poništi\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Analiziraj\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Pretraživanje...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Nisu pronađene informacije!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Izaberite film:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Zahtevanje podataka o %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Učitavanje podataka o filmu\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Tagline\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Kratak opis\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Glasova:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Uloge\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Opis\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Reprodukuj\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Sledeće\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Prethodno\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Prilagodite korisničko okruženje...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Kalibracija slike...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Omekšano\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Nivo uvećanja\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Odnos pikselizacije\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD uređaj\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Molimo, umetnite disk\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Daljinsko deljenje\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Mreža nije povezana\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Otkaži\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Brzina\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Isprobaj šablon...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Potraži imena numera, muzičkog CD-a, na freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Izmešaj spisak pri učitavanju\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Vreme usporenja HDD-a\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Video filteri\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Ništa\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Tačka\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Linearno\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anizotropija\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussian cubic\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Umanjenje\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Uveličanje\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Poništi spisak po završetku\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Skripte\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Jezik\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Muzika\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Vizualizacija\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Izaberite odredišnu fasciklu\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Stereo izlaz ka svim zvučnicima\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Broj kanala\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- Sposoban DTS prijemnik\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Preuzimanje CD informacija\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Greška\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Omogući čitanje oznaka\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Otvaranje\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Internet radio\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Čekanje na početak...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Izlazne skripte\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Dozvoli kontrolu XBMC aplikacije putem HTTP protokola\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Snimi\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Zaustavi snim.\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Složi po: Numeri\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Složi po: Vremenu\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Složi po: Naslovu\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Složi po: Izvođaču\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Složi po: Albumu\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Najboljih 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Gornja leva ivica ekrana\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Donja desna ivica ekrana\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Pozicioniranje titla\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Prilagođavanje odnosa strana\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Pomerajte strelicu kako biste promenili veličinu ekrana\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Pomerajte liniju kako biste promenili poziciju titlova\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Oblikujte pravougaonik tako da dobijete savršeni kvadrat\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Nije moguće učitati postavke\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Korišćenje podrazumevanih postavki\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Molimo, proverite XML datoteke\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Pronađeno %i stavki\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Rezultati pretrage\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Bez rezultata\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Filtriranje po završenoj obradi\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Titlovi\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Slova\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Veličina\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Dinamički opseg kompresije\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Zvuk\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Potraži titlove\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Napravi obelež.\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Poništi obelež.\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Pomeraj zvuka u vremenu\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Obeleživači\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- Sposoban AAC prijemnik\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- Sposoban MP1 prijemnik\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- Sposoban MP2 prijemnik\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- Sposoban MP3 prijemnik\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Kašnjenje\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Jezik\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Omogućeno\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Nestandardni\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Automatska post-obrada\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Vertikalni deblokirajući filter\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Horizontalni deblokirajući filter\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Automatska svetlina/kontrast\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=autom.)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Čišćenje baze\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Pripremanje...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Greška baze podataka\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Pretraživanje pesama...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Baza podataka je uspešno očišćena\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Čišćenje pesama...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Greška čišćenja pesama\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Čišćenje izvođača...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Greška čišćenja izvođača\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Čišćenje žanrova...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Greška čišćenja žanrova\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Čišćenje putanja...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Greška čišćenja putanja\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Čišćenje albuma...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Greška čišćenja albuma\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Upisivanje promena...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Greška upisivanja promena\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Ovo može potrajati neko vreme...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Komprimovanje baze podataka...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Greška komprimovanja baze podataka\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Želite li zaista da očistite biblioteku?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Čišćenje biblioteke...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Pokreni\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Konverzija brzine sličica\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Izlaz zvuka\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analogni\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digitalni\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Različiti izvođači\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Reprodukuj disk\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Filmovi\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Prilagodi brzinu sličica\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Glumci\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Godina\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programi\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Isklj.\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Zatamni\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Crno\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix tragovi\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Vreme pokretanja čuvara ekrana\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Režim čuvara ekrana\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Funkcionisanje tajmera isključivanja\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Svi albumi\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Nedavno dodati albumi\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Čuvar ekrana\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Nasum. rep. slaj.\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Nivo zatamljenja čuvara ekrana\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Složi po: Dato.\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Sposoban Dolby Digital (AC3) prijemnik\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Složi po: Imenu\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Složi po: Godini\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Složi po: Popularnosti\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Naziv\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"grmljavina\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"delimično\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"uglavnom\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"sunčano\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"oblačno\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"sneg\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"kiša\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"slab(a)\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"ujutro\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"popodne\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"pljuskovi\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"nekoliko\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"mestimično\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"vetrovito\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"izuzetno\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"umereno\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"vedro\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"oblačno\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"rani\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"pljusak\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Susnežica\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"nizak\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"umeren\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"visok\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"magla\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"izmaglica\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Izbor lokacije\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Učestalost osvežavanja\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Jedinice za temperaturu\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Jedinice za brzinu\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Vreme\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temper.\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Kao da je\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV indeks\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Vetar\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Tačka rose\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Vlažnost\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"sa\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"pri\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Podrazumevano\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Pristupanje usluzi vrem. prognoze\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Preuzimanje prognoze za:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Nije moguće preuzeti podatke o prognozi\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Ručno\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Ne postoji recenzija za ovaj album\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Preuzimanje...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Nije dostupno\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Prikaz: Velike ikone\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Min.\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Izbriši podatke o albumu\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Izbriši CD podatke\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Izaberi\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Nisu pronađeni podaci o albumu\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Nisu pronađeni CD podaci\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disk\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Umetnite ispravan CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Molimo, umetnite sledeći CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Složi po: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Bez keša\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Ukloni film iz biblioteke\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Zaista želite da uklonite „%s“?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Prenosivi disk\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Otvaranje datoteke\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Keš\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Čvrsti disk\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Lokalna mreža\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Zvuk\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Automatska reprod. medija\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Omogućeno\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Kolone\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"1. red adrese\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"2. red adrese\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"3. red adrese\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"4. red adrese\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Redovi\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Režim\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Promeni prikaz\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Titlovi\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Zvučni zapis\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[aktivno]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Titl\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Pozadinsko osvetljenje\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Svetlina\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Kontrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Opseg boje\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Tip\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Pomerajte liniju da biste promenili OSD poziciju\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"OSD pozicija\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Zasluge\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Izme. čip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Isklj.\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Samo muzika\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Muzika i video\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Nije moguće učitati spisak za reprodukciju\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Maska i jezik\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Prikazivanje\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Opcije zvuka\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"O sistemu XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Izbriši album\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Ponovi\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Ponovi jednom\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Ponovi fasciklu\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Automatski reprodukuj sledeću pesmu\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Koristi velike ikone\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Promeni veličinu za VobSubs\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Napredne opcije (samo za stručnjake!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Sveobuhvatan zvučni slobodan prostor\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Poistoveti video i GUI rezoluciju\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Kalibracija\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Prikaži tipove datoteka\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Složi po: Tipu\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Nije moguće povezivanje i pretraga mrežne usluge\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Neuspešno preuzimanje podataka o albumu\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Traženje naziva albuma...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Otvori\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Zauzeto\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Prazno\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Učitavanje podataka o mediju iz datoteka...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Složi po: Upotrebi\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Omogući vizualizacije\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Omogući promenu režima videa\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Startni ekran\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Početni ekran\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Ručne postavke\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Žanr\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Nedavno reprodukovani albumi\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Pokreni\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Pokreni u...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Uredi XBE naslov\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Kompilacije\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Ukloni izvor\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Promeni medij\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Izaberite spisak za reprodukciju\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Novi spisak za reprodukciju...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Dodaj u spisak za reprodukciju\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Ručno dodajte u biblioteku\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Unesite naslov\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Greška: Dupliran naslov\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Izaberite žanr\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Novi žanr\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Ručno dodavanje\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Unesite žanr\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Prikaz: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Spisak\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Ikone\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Vel. spis.\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Vel. ikone\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Široki\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Veoma široki\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Ikone albuma\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD ikone\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Podaci o mediju\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Zvučni izlazni uređaj\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Prolazni izlazni uređaj\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Ovaj izvođač nema popunjenu biografiju\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Pretvori višekanalni zvuk u stereo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Složi po: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Ime\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Datum\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Velič.\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Numera\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Trajanje\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Naslov\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Izvođač\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Spisak za rep.\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Datote.\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Godina\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Ocena\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Tip\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Koriš.\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Izvođač na albumu\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Broj reprodukcija\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Poslednja reprodukcija\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Komentar\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Datum dodavanja\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Podrazumevano\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Studio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Putanja\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Zemlja\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"U toku\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Smer slaganja\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Način slaganja\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Režim prikaza\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Zapamti prikaze različitih fascikli\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Uzlazno\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Silazno\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Uredi spisak za rep.\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filter\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Otkaži režim žurke\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Režim žurke\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Nasumično\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Isklj.\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Jednom\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Sve\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Isklj.\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Ponovi: Isklj.\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Ponovi: Jednom\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Ponovi: Sve\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Ripuj muzički CD\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Srednje\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Uobičajeno\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Ekstremno\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Nepromenljiva brzina\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Ripovanje...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Za:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Nije moguće ripovati CD ili numeru\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDARipPath nije postavljen.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Ripuj muzičku numeru\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Unesite broj\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Muzički CD-ovi\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Koder\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Kvalitet\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Brzina protoka\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Uključi broj numere\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Sve pesme od\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Režim prikaza\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normalan\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Uveličan\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Razvučeno 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Razvučeno 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Razvučeno 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Prvobitna veličina\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Prilagođeno\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Normalizacija\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Podeš. glasnoće normaliz. zvuka\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Koristi na nivou numere\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Koristi na nivou albuma\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Nivo predpojačanja - sa normalizacijom datoteka\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Nivo predpojačanja - bez normalizacije datoteka\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Izbegni isečke pri normalizaciji datoteka\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Iseci crne trake\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Potrebno je raspakivanje velike datoteke. Nastaviti?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Ukloni iz biblioteke\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Izvezi biblioteku filmova\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Uvezi biblioteku filmova\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Uvoz je u toku\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Izvoz je u toku\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Potraži biblioteku\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Godina\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Ažuriraj biblioteku\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Prikaži pod. o ukla. grešaka\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Potraži izvršne datoteke\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Potraži spisak za reprodukciju\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Potraži fasciklu\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Podaci o pesmi\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Pojačavanje zvuka\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Izaberite izlaznu fasciklu\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Ova datoteka više nije dostupna.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Želite li ovo da uklonite iz biblioteke?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Potraži skriptu\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Čišćenje biblioteke\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Uklanjanje starih pesama iz biblioteke\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Ova putanja je već analizirana\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Mreža\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Server\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Koristi posrednički HTTP server za pristup Internetu\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internet protokol (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Odredili ste neispravan priključak. Vrednost mora biti između 1 i 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP posrednik\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Zadatak\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automatski (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Ručno (statička)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Podrazumevano (kontrolna tabla)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP adresa\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Mrežna maska\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Mrežni prolaz\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS server\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Sačuvaj i ponovo pokreni\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Odredili ste neispravnu adresu. Vrednost mora biti AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"sa brojevima između 0 i 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Promene nisu sačuvane. Nastaviti bez čuvanja?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Web server\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP server\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Priključak\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Sačuvaj i primeni\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Lozinka\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Bez lozinke\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Skup znakova\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Stil\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Boja\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normalan\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Podebljan\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Kurziv\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Podebljani kurziv\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Bela\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Žuta\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Datoteke\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Nema analiziranih podataka za ovaj prikaz\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Molimo, isključite režim biblioteke\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Greška učitavanja slike\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Uredi putanju\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Kopija slike\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Da li ste sigurni?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Uklanjanje izvora\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Dodaj vezu ka programu\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Uredi putanju programa\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Uredi ime programa\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Uredi dubinu putanje\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Prikaz: Vel. spisak\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Žuta\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Bela\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Plava\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Svetlo zelena\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Žutozelena\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Azurno plava\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Svetlo siva\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Siva\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Greška %i: deljenje nije dostupno\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Autom. FATX graničnik\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Zvučni izlaz\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Pozicioniranje\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Fascikla reprod. slajdova\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Mrežni interfejs\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Ime bežične mreže (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Lozinka za pristup bežičnoj mreži\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Bezbednost bežične mreže\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Sačuvaj i primeni postavke mrežnog intrefejsa\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Bez zaštite\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Primenjivanje postavki mrežnog interfejsa. Molimo sačekajte.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Uspešno je obavljeno ponovno pokretanje mrežnog interfejsa.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Nije uspelo pokretanje mrežnog interfejsa.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Interfejs je onemogućen\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Uspešno je onemogućen mrežni interfejs.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Ime bežične mreže (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Dozvoli programima na ovom sistemu da upravljaju XBMC-om\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Priključak\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Opseg priključaka\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Dozvoli programima sa drugih sistema da upravljaju XBMC-om\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Inicijalno kašnjenje ponavljanja (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Neprekidno kašnjenje ponavljanja (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Maksimalan broj klijenata\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Pristup Internetu\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Uneli ste pogrešan broj priključka\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Ispravan opseg priključaka je od 1 do 65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Ispravan opseg priključaka je od 1024 do 65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Pregled čuvara ekrana\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Nije moguće povezivanje\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC nije uspeo da se poveže na mrežnu lokaciju.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Razlog ovome može biti da mreža nije povezana.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Da li i dalje želite da je dodate?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP adresa\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Dodaj mrežnu lokaciju\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protokol\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Adresa servera\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Ime servera\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Udaljena putanja\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Deljena fascikla\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Priključak\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Korisničko ime\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Potraži mrežni server\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Unesite mrežnu adresu servera\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Unesite putanju na serveru\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Unesite broj priključka\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Unesite korisničko ime\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Dodaj %s izvor\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Unesite putanje ili potražite lokacije medija.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Unesite ime za ovaj izvor medija.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Potraži novo deljenje\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Potraži\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Nije moguće preuzeti podatke direktorijuma.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Dodaj izvor\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Uredi izvor\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Uredi %s izvor\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Unesi novu oznaku\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Potraži sliku\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Potraži fasciklu sa slikama\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Dodaj mrežnu lokaciju...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Potraži datoteku\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Podmeni\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Omogući tastere podmenija\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Omiljeno\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Dodaci za video\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Dodaci za muziku\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Dodaci za sliku\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Učitavanje direktorijuma\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Primljeno %i stavki\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Primljeno %i od %i stavki\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Dodaci za program\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Postavi sličicu dodatka\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Postavke dodatka\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Pristupna tačka\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Ostalo...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Korisničko ime\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Postavke skripte\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Pojedinačni\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB klijent\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Radna grupa\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Podrazumevano korisničko ime\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Podrazumevana lozinka\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS server\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Podigni SMB deljenja\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Ukloni\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Muzika\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Filmovi\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Slike\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Datoteke\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Muzika i filmovi\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Muzika i slike\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Muzika i datoteke\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Filmovi i slike\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Filmovi i datoteke\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Slike i datoteke\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Muzika, filmovi i slike\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Muzika, filmovi, slike i datoteke\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Onemogućeno\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Datoteke, muzika i filmovi\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Datoteke, slike i muzika\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Datoteke, slike i filmovi\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Muzika i programi\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Filmovi i programi\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Slike i programi\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Muzika, filmovi, slike i programi\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programi, filmovi i muzika\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programi, slike i muzika\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programi, slike i filmovi\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP kor. ime\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP lozinka\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Lozinka je uspešno postavljena\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Autom. otkrivanje\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Autom. otkrivanje sistema\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Nadimak\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Pitaj za povezivanje\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Pošalji FTP korisničko ime i lozinku\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Interval probnog signala\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Želite li da se povežete sa autom. otkrivanjem sistema?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Oglasi ove usluge ostalim sistemima putem Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Prilagođen zvučni uređaj\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Prilagođen prolazni uređaj\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"klizavo\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"i\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"poledica\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"zakasneli\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"izolovani\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"pljuskovi sa grmljavinom\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"grmljavina\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"sunčano\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"jak(a)\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"u\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"blizini\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"led\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"kristali\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"blago\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"sa\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"vetrovito\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"rominjanje\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"oluja\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"rominjanje\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"maglovito\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"grad\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"oluje\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"pljuskovi sa grmljavinom\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Postavi ekran „na spavanje“, kada se ne koristi\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Trajanje\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Skripta je „pukla“! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Omogući LCD/VFD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Početna strana\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programi\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Slike\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Upr. datotekama\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Postavke\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Muzika\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Filmovi\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Podaci o sistemu\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Postavke - Opšte\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Postavke - Ekran\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Postavke - Izgled - GUI kalibracija\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Postavke - Filmovi - Kalibracija ekrana\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Postavke - Slike\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Postavke - Programi\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Postavke - Vremenska prognoza\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Postavke - Muzika\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Postavke - Sistem\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Postavke - Filmovi\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Postavke - Mreža\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Postavke - Izgled\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Skripte\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Filmovi/Spisak za rep.\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Postavke - Profili\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Da/Ne prozor\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Prozor napretka\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Traženje titlova...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Traženje titlova u kešu...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"prekidanje\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"predmemorisanje\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Otvaranje zapisa\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Muzika/Spisak za reprod.\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Muzika/Datoteke\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Muzika/Biblioteka\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Uređivač spiska za reprodukciju\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"100 najboljih pesama\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"100 najboljih albuma\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programi\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Konfiguracija\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Vremenska prognoza\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Mrežno igranje\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Proširenja\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Podaci o sistemu\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Muzička bibliote.\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Trenutna reprodukcija - Muzika\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Trenutna reprodukcija - Film\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Podaci o albumu\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Podaci o filmu\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Izaberite dijalog\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Muzika/Podaci\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Dijalog u redu\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Filmovi/Podaci\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Skripte/Podaci\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Film preko čitavog ekrana\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Vizualizacija zvuka\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Dijalog slaganja datoteka\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Reindeksiranje...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Povratak na prozor sa muzikom\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Povratak na prozor sa filmovima\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Ažuriraj spisak najava filmova\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Modifikator igara\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Nema modifikatora igara\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Podešavanje modifikatora igara\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Nedostaju svi registrovani modifikatori igara. Ažurirajte vašu listu\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Nastavi odakle sam prošli put stao\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Ne\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Da\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Pitaj\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Počni ispočetka\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Nastavi od %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Potvrda postojećih modifikatora igara...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"U redu\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Zaključano! Unesite kôd...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Unesite lozinku\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Unesite glavni kôd\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Unesite kôd za otključavanje\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"ili pritisnite C za otkazivanje\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Unesite kombinaciju tastera upravljača za igre\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"i pritisnite Start, ili Nazad za otkazivanje\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Zaključaj\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Otključaj\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Poništi kôd\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Ukloni kôd\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Numerička lozinka\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Kombinacija tastera upravljača za igre\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Lozinka sa svim znacima\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Unesite novu lozinku\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Ponovite unos nove lozinke\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Lozinka nije ispravna,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"pokušaja su preostala \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Unete lozinke se ne poklapaju.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Pristup odbijen\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Prekomerni broj pokušaja unosa lozinke.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Sistem će sada biti isključen.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Stavka je zaključana\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Ponovo aktiviraj kôd\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Promeni kôd\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Poreklo kôda\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Lozinka ne može biti prazna. Pokušajte ponovo.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Glavni kôd\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Isključi sistem ukoliko Glavni kôd više puta bude pogrešno unet\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Glavni kôd nije ispravan\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Molimo, unesite ispravan glavni kôd\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Postavke i upr. datotekama\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Postavi kao podrazumevano za sve filmove\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Ovo će poništiti prethodno sačuvane vrednosti\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Vreme prikazivanja svake slike\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Koristi efekat pomeranja i uveličavanja\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Reprodukuj NTSC filmove u PAL režimu\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Reprodukuj PAL filmove u NTSC režimu\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Reprodukuj NTSC filmove u PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12 časovni prikaz vremena\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24 časovni prikaz vremena\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Dan, pa mesec\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Mesec, pa dan\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Sistem je aktivan\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"minuta\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"časova\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"dana\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Ukupno vreme\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Vremenska prognoza\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Čuvar ekrana\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"OSD preko čitavog ekrana\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Sistem\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Neposredno HD rotiranje\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Samo filmovi\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Kašnjenje\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Minimalno trajanje datoteke\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Isključi\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Kontrolna tabla\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Koristi prilagođenu putanju do kontrolne table\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Akcija pri isključivanju\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Izađi\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Hibernacija\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Stanje spavanja\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Izađi iz\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Ponovo pokreni\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Umanji\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Akcija dugmeta za uključivanje\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Da li je druga sesija aktivna, možda putem ssh?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Postavljen prenosivi čvrsti uređaj\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Nebezbedno uklanjanje uređaja\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Uspešno uklonjen uređaj\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Upravljačka palica je priključena\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Upravljačka palica je raskačena\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Flicker filter\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Prepusti izbor uprav. programu (neophodno ponovno pokretanje)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Razmak vertikalne sinhronizacije\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Onemogućeno\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Omogućeno tokom reprodukcije filma\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Uvek je omogućeno\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Isprobaj i primeni rezoluciju\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Sačuvati rezoluciju?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Želite li da zadržite ovu rezoluciju?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Visok kvalitet uvećanja\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Onemogućen\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Omogućen za SD sadržaj\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Uvek je omogućen\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Način uvećanja\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU HQ Upscaling level\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU Studio level color conversion\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Zacrni ostale ekrane\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Onemogućeno\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Zacrni ekrane\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Otkrivene su aktivne veze!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Ukoliko nastavite dalje, možda nećete moći da upravljate XBMC\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"aplikacijom. Da li ste sigurni da želite da zaustavite Server za događaje?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Promeni Apple Remote režim?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Ukoliko trenutno koristite Apple Remote da upravljate\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC aplikacijom, promenom ove postavake možda promenite\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"mogućnost kontrolisanja aplikacije. Nastavljate li dalje?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD ključ:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD temp.:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD model:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD uprav. softver:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD model:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD serijski br.:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD uprav. softver:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD lozinka:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD zaklj./otklj.:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Mrežna podmaska\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Mrežni prolaz\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Primarni DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Nije uspela inicijalizacija\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Upravljač za igre\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Tastatura\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Miš\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Slušalice/Mikrofon\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Memorijska jedinica\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"IC daljinski upravljač\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Priključak kontrolera\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Nikada\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Odmah\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Nakon %i sek.\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Datum postavljanja HDD-a:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"HDD power cycle count:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profili\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Izbrisati „%s“ profil?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Poslednji učitan profil:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Nepoznato\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Prepiši\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Budilnik\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Interval za ponovnu aktivaciju budilnika(u min.)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Pokrenuto, alarm za %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarm!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Otkazano pri %imin. %isek. do kraja\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Pretraži titlove u RAR-ovima\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Potraži titl...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Premesti stavku\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Premesti stavku ovde\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Otkaži premeštanje\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardver:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Iskorišćenost procesora:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Povezano, ali DNS nije dostupan.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Čvrsti disk\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Skladište\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Podrazumevano\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Mreža\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Hardver\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Operativni sistem:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Brzina procesora:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Otkriveni BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Video koder:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Rezolucija ekrana:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox verzija:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox serijski broj:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox proizvođač:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Izmenj. čip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V kabl:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Video i XBE regija:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD regija:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Povezano\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Nije povezano. Proverite mrežne postavke.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Xbox Live ključ:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Željena temperatura\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Brzina ventilatora\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Automat. kontrolisanje temperature\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Nametni brzinu ventilatora\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Slova\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Omogući obrtanje bi-direkcionih stringova\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Prikaži RSS novosti\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Prikaži stavke roditeljske fascikle\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Šablon imenovanja numera\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Želite li da ponovo pokrenete\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"ceo sistem, a ne samo XBMC aplikaciju?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Efekat uveličavanja\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Efekat plutanja\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Smanjenje crnih traka\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Ponovo pokreni\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Fini prelaz (preklapanje) između pesama\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Obnavljanje sličica\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Rekurzivne sličice\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Prikaži reproduk. slajdova\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Rekurzivna reprod. slajdova\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Nasumično\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Samo levi\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Samo desni\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Omogući podršku za karaoke\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Providnost pozadine\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Providnost prednjeg plana\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"A/V kašnjenje\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s nije pronađen\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Greška prilikom otvaranja %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Nije moguće učitati %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Greška: Nedovoljno memorije\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Premesti gore\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Premesti dole\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Uredi natpis\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Post. podrazumevanim\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Ukloni taster\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Prednji LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Boja prednjeg LED-a\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Ostavi kako jeste\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Zelena\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Narandžasta\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Crvena\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Ciklus\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Isključi LED prilikom reprodukcije\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Podaci o filmu\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Stavi u red za reprod.\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Pretraži IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Potraži novi sadržaj\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Trenutno se reprodukuje...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Podaci o albumu\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Analiz. stavke u biblioteci\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Zaustavi analiziranje\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Način predstavljanja\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Nizak kvalitet senčenja piksela\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Hardverska preklapanja\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Visok kvalitet senčenja piksela\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Reprodukuj stavku\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Postavi sličicu izvođača\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Automatski napravi sličice\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Omogući glas\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Omogući uređaj\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Jačina zvuka\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Podrazumevani režim prikaza\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Podrazumevana svetlina\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Podrazumevani kontrast\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Podrazumevani opseg boja\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Nastavi film\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Glasovna maska - Priključak 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Glasovna maska - Priključak 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Glasovna maska - Priključak 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Glasovna maska - Priključak 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Koristi traženje zasnovano na vremenu\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Šablon imenovanja numera - desno\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Unapred zadato\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Ne postoje unapred zadate postavke\\nza ovu vizualizaciju\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Ne postoje dostupne postavke\\nza ovu vizualizaciju\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Izbaci/Ubaci\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Koristi vizualizaciju, ukoliko se reprodukuje zvuk\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Izračunaj veličinu\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Računanje veličine fascikle\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Postavke filma\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Postavke zvuka i titla\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Omogući titlove\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Prečice\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ignoriši stavke prilikom slaganja (npr. „the“ i sl.)\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Fini prelaz između pesama istog albuma\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Potraži %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Prikaži poziciju numere\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Očisti podrazumevano\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Nastavi\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Preuzmi omot\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Podaci o slici\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s unap. zad. postavki\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(IMDb ocena korisnika)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Najboljih 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Namesti na Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Minimalna brzina ventilatora\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Preuzimanje\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Uključi izvođače koji se pojavljuju samo na kompilacijama\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Način predstavljanja\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Autom. otkrij\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Osnovna senčenja (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Napredna senčenja (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Softver\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Bezbedno ukloni\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Pokreni rep. slajd. odavde\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Zapamti ovu putanju\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Koristi pikselno predmemorisanje objekata\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"A/V način sinhron.\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Časovnik zvuka\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Časovnik filma (Drop/Dupe zvuk)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Časovnik filma (Ponov. odab. zvuka)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Maksimalna količina pon. odabir. (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Kvalitet ponov. odab.\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Nizak (brzo)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Srednje\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Visok\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Zaista visok (sporo!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Sinhronizuj reprodukciju prema prikazu\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple daljinski upravljač\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Dozvoli pokretanje XBMC aplik. korišćenjem daljinskog\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Vreme kašnjenja sekvence\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Onemogućeno\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Uobičajeno\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Univerzalni daljinski\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Višestruki daljinski (Složno)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Greška Apple daljinskog upravljača\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Podrška za Apple dalj. upravljač može biti omogućena.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Postavi na skladište\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Ukloni sa skladišta\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Preuzimanje datoteke spisk. za rep...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Preuzimanje spiska protoka podataka...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Razlučivanje (razlaganje) spiska protoka podataka...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Nije uspelo preuzimanje spiska protoka podataka\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Nije uspelo preuzimanje datoteke spiska za reprodukciju\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Katalog igara\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Autom. prebaci na sličice zasnovano na\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Omogući automatsko prebacivanje na prikaz omota\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Koristi velike ikone\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Prebacivanje zasnovano na\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Postotak\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Bez datoteka i bar jedne sličice\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Bar jedna datoteka i sličica\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Procenat sličica\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Prikaži opcije\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Promeni kôd područja 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Promeni kôd područja 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Promeni kôd područja 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Biblioteka\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Bez TV prijemnika\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Unesite najbliži veći grad\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video/Zvučni/DVD keš - čvrsti disk\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Video keš - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalna mreža\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Keš zvuka - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalna mreža\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD keš - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalna mreža\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Usluge\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Promenjene su mrežne postavke\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC zahteva ponovno pokretanje radi promene\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"mrežnih postavki.  Želite li odmah da ponovo pokrenete?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Naknadna obrada\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Isključi dok se reprodukuje\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min.\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i sek.\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Prikaz vremena\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Prikaz datuma\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"GUI filteri\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Koristi analiziranje u pozadini\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Zaustavi analiziranje\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Nije moguće dok je u toku analiziranje podataka o mediju\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Zrnasti efekat prikaza\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Potraži sličice na deljenim lokacijama\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Nepoznat tip keša - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Autom.\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Unesite korisničko ime za\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Datum i vreme\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Postavi datum\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Postavi vreme\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Unesite vreme u obliku 24 časa; ČČ:MM\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Unesite datum u obliku DD/MM/GGGG\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Unesite IP adresu\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Odmah primeniti postavke?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Odmah primeni promene\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Dozvoli preimenovanje i brisanje datoteke\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Postavi vremensku zonu\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Koristi letnje računanje vremena\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Dodaj u omiljeno\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Ukloni iz omiljenog\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Boje\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Zemlja vremenske zone\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Vremenska zona\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Spiskovi datoteka\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Prikaži EXIF specifikaciju slike\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Radije koristi prikaz čitavog ekrana u prozoru\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Stavi pesmu u red prilikom izbora\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Automatski reprodukuj muzički CD\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Reprodukcija\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD-ovi\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Automatski reprodukuj DVD-ove\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Oblik slova za titlove\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Međunarodno\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Skup znakova\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Traženje grešaka\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Bezbednost\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Ulazni uređaji\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Ušteda energije\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Ukloni\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Igre\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Dodaj\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Lozinka\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Biblioteka\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Baza podataka\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Svi albumi\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Svi izvođači\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Sve pesme\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Svi žanrovi\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Predmemorisanje...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Navigacioni zvukovi\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Podrazumevana maska\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Tema\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Podrazumevana tema\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Pošalji pesme na Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.fm korisničko ime\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.fm lozinka\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Nije moguće usaglašavanje: stanje spavanja...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Molimo, ažurirajte XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Pogrešna autorizacija: Proverite korisničko ime i lozinku\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Povezano\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Nije povezano\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Učestalost slanja %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Keširano %i pesama\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Slanje je u toku...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Slanje za %i sekundi\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Reprodukuj pomoću...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Koristi umekšanu A/V sinhronizaciju\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Sakrij nazive datoteka prilikom prikaza omota\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Reprodukuj u režimu žurke\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Pošalji pesme na Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Libre.fm korisničko ime\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Libre.fm lozinka\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Slanje pesme\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Pošalji Last.fm radio na Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Povezivanje sa Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Biranje stanice...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Pronađi slične izvođače...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Pronađi slične oznake...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Vaš profil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Sveobuhvatno najbolje oznake\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Najbolji izvođači sa oznakom %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Najbolji albumi sa oznakom %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Najbolje numere sa oznakom %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Slušaj oznaku %name% Last.fm radija\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Izvođači koji su slični sa %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Najbolji %name% albumi\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Najbolje %name% numere\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Najbolje %name% oznake\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Najveći %name% obožavaoci\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Slušaj obožavaoce %name%, Last.fm radija\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Slušaj slične izvođače kao što je %name% na Last.fm radiju\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Najbolji izvođači korisnika %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Najbolji albumi korisnika %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Najbolje numere korisnika %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Prijatelji korisnika %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Komšije korisnika %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Nedeljni spisak najboljih izvođača korisnika %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Nedeljni spisak najboljih albuma korisnika %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Nedeljni spisak najboljih numera korisnika %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Slušaj komšijin Last.fm radio korisnika %name%\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Slušaj lični Last.fm radio korisnika %name%\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Slušaj voljene numere Last.fm radija korisnika %name%\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Preuzimanje spiska sa Last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Nije moguće preuzeti spisak sa Last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Unesite naziv izvođača kako biste pronašli slične\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Unesite oznaku za pronalaženje sličnih\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Nedavno odslušane numere korisnika %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Slušaj po preporuci Last.fm radio korisnika %name%\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Najbolje oznake za korisnika %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Želite li da dodate trenutnu numeru u vaše voljene numere?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Želite li da zabranite trenutnu numeru?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Dodato u vaše voljene numere: „%s“.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Nije moguće dodati „%s“ u vaše voljene numere.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Zabranjeno: „%s“.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Nije moguće zabraniti „%s“.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Numere koje je nedavno zavoleo %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Numere koje je nedavno zabranio %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Uklonjeno iz voljenih numera\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Opozovi zabranu\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Želite li da uklonite ovu numeru iz voljenih numera?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Želite li da opozovete zabranu za ovu numeru?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Putanja nije pronađena ili je nevažeća\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Nije moguće povezivanje sa mrežnim serverom\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Ni jedan server nije pronađen\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Radna grupa nije pronađena\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Otvaranje izvora sa više putanja\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Putanja:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Opšte\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Pretraživanje interneta\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Uređaj za reprodukciju\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Reprodukuj medij sa diska\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Unesite novi naslov\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Unesite ime filma\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Unesite ime profila\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Unesite ime albuma\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Unesite ime spiska za rep.\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Unesite novo ime datoteke\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Unesite ime fascikle\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Unesite fasciklu\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Dostupne opcije: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Unesite reč za pretragu\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Ništa\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Automatski izbor\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Ukloni preplitanje slike\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (obratno)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Obrada preplitanja slike\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Otkazivanje...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Unesi ime izvođača\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Neuspešna reprodukcija\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Jednu ili više stavki nije moguće reprodukovati.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Unesite vrednost\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Proverite datoteku evidencije za detalje.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Režim žurke je prekinut.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Nema podudarajućih pesama u biblioteci.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Nije moguće pokrenuti bazu podataka.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Nije moguće otvoriti bazu podataka.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Nije moguće preuzeti pesme iz baze podataka.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Spisak za rep. režima žurke\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Svi filmovi\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"neodgledanih\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"odgledanih\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Obeleži kao odgledano\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Obeleži kao neodgledano\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Uredi naslov\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Koristi NTSC-M i NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Koristi samo NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Koristi samo NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Koristi samo PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Za 60Hz igre\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Operacija je prekinuta\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Kopiranje nije uspelo\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Nije uspelo kopiranje barem jedne datoteke\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Premeštanje nije uspelo\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Nije uspelo premeštanje barem jedne datoteke\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Brisanje nije uspelo\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Nije uspelo brisanje barem jedne datoteke\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Režim video razmere\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Najbliži komšija\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (softverski)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (softverski)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (softverski)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"Vremenski\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"Vremenski/prostorni\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU) Smanjenje šuma\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU) Oštrina\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Obrnuti Telecine\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Vreme nakon kog će ekran preći u stanje spavanja\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Prebaci na kanal\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Fascikla sa sačuvanom muzikom\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Koristi spoljni DVD uređaj za rep.\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Spoljni DVD uređaj za rep.\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Fascikla modifikatora igara\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Fascikla sa slikama ekrana\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Fascikla sa spiskovima za rep.\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Snimci\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Slike ekrana\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Koristi XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Spiskovi za reprod. muzike\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Spiskovi za reprod. filmova\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Želite li da pokrenete igru?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Složi po: Spis. za rep.\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Udaljena sličica\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Trenutna sličica\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Lokalna sličica\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Nema sličice\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Izaberi sličicu\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Neusaglašenost\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Pretraživanje novih\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Pretraživanje svih\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Regija\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Kratak pregled\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Zaključaj prozor sa muzikom\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Zaključaj prozor sa filmovima\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Zaključaj prozor sa slikama\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Zaključaj prozor sa programima i skriptama\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Zaključaj upravljača datotekama\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Zaključaj postavke\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Novi početak\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Uđi u glavni režim\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Napusti glavni režim\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Napraviti profil „%s“?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Pokreni sa novim postavkama\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Najbolje moguće\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Automatsko prebacivanje između 16x9 i 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Smatraj komprimovane datoteke kao jednu\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Oprez\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Napušten glavni režim\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Pristupljeno glavnom režimu\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Omot sa Allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Ukloni sličicu\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Dodaj profil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Zahtevaj podatke za sve albume\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Podaci o mediju\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Odvojeno\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Podrazumevano deljenje\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Podrazumevano deljenje (samo čitanje)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Podrazumevano kopiranje\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Slika profila\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Zaključaj postavke\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Uredi profil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Zaključaj profil\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Nije moguće napraviti fasciklu\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Fascikla profila\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Pokreni sa novim izvorom medija\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Uverite se da u izabranu fasciklu možete\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"upisivati i da je novo ime fascikle ispravno\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"MPAA ocena\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Unesite glavni kôd za otključavanje\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Pitaj za glavni kôd prilikom pokretanja apl.\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Postavke maske\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- veza nije postavljena -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Omogući animacije\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Onemogući RSS novosti tokom reprodukcije muzike\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Omogući prečice\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Prikaži programe u glavnom meniju\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Prikaži podatke o muzici\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Prikaži podatke o vremenu\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Prikaži podatke o sistemu\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Prikaži slobodan prostor na disku C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Prikaži slobodan prostor na disku E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Podaci o vremenu\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Slobodan prostor na disku\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Unesite ime postojećeg deljenog resursa\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Kôd za zaključavanje\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Učitaj profil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Ime profila\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Medija izvori\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Unesite kôd za otključavanje profila\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Ekran za prijavu\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Preuzimanje podataka o albumu\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Preuzimanje podataka za album\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Nije moguće ripovati muzički CD tokom reprodukcije sa CD-a\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Glavni kôd za zaključavanje i postavke\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Unosom glavnog kôda uvek omogućavate glavni režim rada\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"ili kopiranje od podrazumevanog?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Sačuvati promene u profil?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Pronađene su stare postavke.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Želite li da ih koristite?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Pronađeni stari izvori medija.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Razdvajanje (zaključano)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Korena fascikla\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- Uveličavanje\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP postavke\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Autom. pokretanje UPnP klijenta\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Poslednja prijava: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Nije bilo prijave do sada\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Prijava korisnika / Izaberite profil\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Koristi zaključavanje ekrana za prijavu\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Kôd nije ispravan.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Ovo zahteva unos glavnog kôda.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Želite li odmah da postavite?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Učitavanje podataka o programu\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Žurka!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Ispravno\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Mešanje pića\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Punjenje čaša\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Prijavljen kao\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Odjavi se\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Idi u korenu fasc.\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Talasi\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Talasi (obrnuti)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Mešovito\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Ponovo pokreni film\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Uredi mrežnu lokaciju\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Ukloni mrežnu lokaciju\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Želite li da analizirate fasciklu?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Jedinica memorije\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Jedinica memorije je postavljena\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Nije moguće postaviti jedinicu memorije\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"u priključku %i, konektor %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Zaključaj čuvara ekrana\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Postavi\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Korisničko ime\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Unesite lozinku za\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Odbrojavanje do isključivanja\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Interval isključivanja (u minutima)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Pokrenuto, isključivanje za %i min.\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Isključi za 30 minuta\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Isključi za 60 minuta\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Isključi za 120 minuta\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Prilagođeno odbrojavanje do isključenja\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Otkaži odbrojavanje\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Zaključaj podešavanja za %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Potraži...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Kratak pregled informacija\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Podaci o skladištu\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Podaci o čvrstom disku\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Podaci o DVD-ROM uređaju\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Podaci o mreži\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Podaci o videu\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Podaci o hardveru\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Ukupno\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Iskorišćeno \"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"od\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Zaključavanje nije podržano\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Nije zaključano\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Zaključano\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Zamrznuto\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Zahteva ponovno pokretanje\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Nedelja\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Linija\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windows mreža (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP server\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP server\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes deljena muzika (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP server\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Prikaži podatke o filmu\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Završi\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Vel. slova\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Simboli\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Brisanje unazad\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Razmak\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Ponovo učitaj masku\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Rotiraj slike na osnovu EXIF podataka\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Koristi stil prikaza postera za TV serije\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Molimo sačekajte\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Pravljenje rez. kopije EEPROM-a\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Pravljenje rez. kopije BIOS-a\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Omogući autom. pomeranje opisa i recenzija (sinonopisa)\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Prilagođeno\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Omogući beleženje grešaka\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Preuzmi dodatne podatke prilikom ažuriranja\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Podrazumevani davaoc podataka o muzici\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Promeni davaoca podataka\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Izvoz muzičke biblioteke\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Uvoz muzičke biblioteke\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Izvođač nije pronađen!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Nije uspelo preuzimanje podataka o izvođaču\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Žurka! (filmovi)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Mešanje pića (filmovi)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Punjenje čaša (filmovi)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV server (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV server (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV kijent\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Fascikla Web servera (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Fascikla Web servera (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Nije moguće upisivanje u fasciklu:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Želite li da preskočite i nastavite?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS novosti\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Nepoznato. Molimo dodajte MD5 iz xbmc.log datiteke u BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Alternativni DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP server:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Napravi novu fasciklu\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Zatamni LCD prilikom reprodukcije\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Nepoznato ili je ugrađen na ploči (zaštićeno)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Zatamni LCD prilikom pauze\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Uključi LED ukoliko je pauzirano\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Filmska Bibliote.\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Sačuvani napredak u igri\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Složi po: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Preuzmi sačuvane napretke u igri\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Sačuvani napredak u igri na čvrstom disku\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Nije uspelo preuzimanje sačuvanog napretka u igri\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Izaberite i instalirajte sačuvani napredak u igri\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Nije pronađen sačuvani napredak na mreži za izabranu igru\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Idi na sačuvani napredak u igri\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Sačuvani napredak u igri\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Reprodukuj deo...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Ponovna kalibracija\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Ovim ćete poništiti vrednosti kalibracije za %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"na podrazumevane vrednosti.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Potraži odredište\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Koristi imena fascikli za pretragu\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Datoteke\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Korišćenje imena datoteke ili fascikle za pretragu?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Postavi sadržaj\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Fascikle\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Rekurzivna pretraga sadržaja?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Otključaj izvore\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Glumac\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Režiser\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Želite li da uklonite sve stavke u okviru\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"ove putanje iz XBMC biblioteke?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Filmovi\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"TV serije\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Ova fascikla sadrži\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Pokreni automatsku analizu\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Rekurzivna analiza\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"kao\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Režiseri\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Na ovoj putanji ne postoje video datoteke!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"glasova\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Podaci o TV seriji\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Podaci o epizodama\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Učitavanje detalja TV serije\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Pronalaženje vodiča epizoda\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Učitavanje opisa epizode u fascikli\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Izaberite TV seriju:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Unesite naziv TV serije\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Sezona %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Epizoda\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Epizoda\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Učitavanje detalja epizode\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Ukloni epizodu iz biblioteke\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Ukloni TV seriju iz biblioteke\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"TV serija\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Opis epizode\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Sve sezone\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Sakr. odgled.\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Šifra proizvoda\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Prikaži opis za neodgledane stavke\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Skriveno zbog sprečavanja nepropisne upotrebe *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Postavi sličicu za sezonu\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Slika za sezonu\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Sezona\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Preuzimanje podataka o filmu\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Neodređen sadržaj\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Originalni naziv\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Osveži podatke TV serije\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Osvežiti podatke za sve epizode?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Izabrana fascikla sadrži jednu TV seriju\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Izuzmi izabranu fasciklu iz analiziranja\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Posebne emisije\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Automatski preuzmi sličicu sezone\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Izabrana fascikla sadrži jedan film\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Veza ka TV seriji\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Ukloni vezu ka TV seriji\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Nedav. dodati film.\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Nedav. dodate epizode\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Studiji\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Muzičke spotove\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Nedavno dodati muzički spotovi\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Muzički spot\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Ukloni muzički spot iz biblioteke\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Podaci o muzičkom spotu\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Učitavanje podataka o muzičkom spotu\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Mešano\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Idi na albume izvođača\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Idi na album\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Reprodukuj pesmu\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Idi na muzičke spotove iz albuma\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Idi na muzičke spotove izvođača\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Reprodukuj muzički spot\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Preuzmi sličice glumaca prilikom dodavanja u biblioteku\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Postavi sliku glumca\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Ukloni obeleživač epizode\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Postavi obeleživač epizode\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Postavke davaoca podataka\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Preuzimanje podataka o muzičkom spotu\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Preuzimanje podataka o TV seriji\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Najava\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Poravnat spisak\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Poravnat spisak TV serija\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Zanim. slika\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Prikaži zanimljivu sliku u filmskim i muzičkim bibliotekama\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Tranježe novog sadržaja\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Premijera\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Scenarista\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Čisti nazivi datoteka i fascikli\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Nikada\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Ukoliko je samo jedna sezona\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Uvek\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Ima najavu filma\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Netačno\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Projekcija zanimljivih slika\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Izvoz u jednu ili zasebne\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"datoteke po unosu?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Jedna datoteka\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Zasebno\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Izvoz sličica i zanimljivih slika?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Zameniti stare datoteke?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Izuzmi putanju prilikom ažuriranja biblioteke\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Izvezi sličice i podatke filma\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Postavke scene\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Postavi slike sa snimanja filma\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Izvoz sličica glumca?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Izaberite zanimljivu sliku\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Lokalna zanimljiva slika\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Bez zanimljive slike\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Trenutna zanimljiva slika\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Udaljena zanimljiva slika\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Promeni sadržaj\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Želite li da osvežite podatke svih\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"stavki sa ove putanje?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Zanimljiva slika\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Pronađeni su lokalno sačuvani podaci.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Zanemariti ih i osvežiti iste sa podacima sa Interneta?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Nije moguće preuzeti podatke\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"Server je najverovatnije nedostupan.\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Želite li da nastavite analiziranje?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Države\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Grupiši filmove u komplet\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Prikaži skrivene datoteke i fascikle\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox klijent\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"PAŽNjA: Izabrani TuxBox uređaj trenutno snima!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Biće zaustavljen zapis toka podataka!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Prebacivanje na kanal: %s nije uspelo!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Sigurni ste da želite da pokrenete tok podataka?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Povezivanje sa: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox uređaj\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Dodaj deljenu lokaciju medija...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Deli filmsku i muzičku biblioteku putem UPnP protokola\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Uredi deljenu lokaciju medija\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Ukloni deljenu lokaciju medija\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Fascikla sa titlovima\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Fascikla filmova i alternativnih titlova\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Omogući korišćenje miša\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Reprodukuj navigacione zvukove prilikom reprodukcije medija\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Sličica\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Nametnuta regija DVD uređaja za reprodukciju\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Video izlaz\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Razmera slike\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normalno\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Široki ekran\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Omogući 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Omogući 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Omogući 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Unesite ime novog spiska za reprodukciju\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Prikaži dugme „Dodaj izvor“ u spisku datoteka\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Omogući trake za pomeranje\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Isfiltriraj odgledane filmove u biblioteci filmova\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Otvori\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Upravljanje nivoom akustičnosti\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Brzo\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Tiho\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Omogući prilagođenu pozadinu\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Upravljanje nivoom potrošnje\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Viša potrošnja\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Niža potrošnja\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"High standby\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Low standby\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Nije moguće keširati datoteke veće od 4GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Poglavlje\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Visoko kvalitetno senčenje piksela v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Omogući spisak za reprodukciju pri uključivanju XBMC-a\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Koristi međukorake u animaciji\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"sadrži\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"ne sadrži\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"je\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"nije\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"počinje sa\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"završava sa\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"je veće od\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"je manje od\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"nakon\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"pre\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"u poslednjih\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"nije u poslednjih\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Dobavljači podat.\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Podraz. dobavljač podataka za filmove\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Podraz. dobavljač podataka za TV serije\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Podraz. dobavljač podataka za muzičke spotove\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Omogući preuzimanje na osnovu jezika dobavljača podataka\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Postavke\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Višejezično\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Vrednosti se ne podudaraju\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Pravilo pametnog spis. za rep.\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Podudari stavke gde\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Novo pravilo...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Stavke se moraju podudarati\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"su sva pravila\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"je jedno ili više pravila\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Ograniči na\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Bez ograničenja\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Složi po\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"rastućem redu\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"opadajućem redu\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Uredi pametni spis. za rep.\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Ime spis. za rep.\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Pronađi stavke gde\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Uredi\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i stavki\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Novi pametni spis. za rep...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c uređaj\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Uredi pravila režima žurke\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Početna fascikla\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Brojač odgledanih\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Naslov epizode\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Rezolucija videa\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Zvučnih kanala\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Video kodek\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Kodek zvuka\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Jezik zvuka\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Jezik titla\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Daljinski upravljač šalje kôdove tastature\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"- Uredi\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Ime datoteke\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Putanja datoteke\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Veličina datoteke\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Datum/vreme stvaranja datoteke\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Indeks slajdova\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Rezolucija\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Komentar\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Boja/Crno-belo\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Obrada JPEG-a\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Datum/vreme\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Opis\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Marka fotoaparata\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Tip kamere\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF komentar\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Sistem\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Blenda\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Fokusno rastojanje\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Žižna daljina\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Ekspozicija\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Vreme ekspozicije\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Odstupanje ekspozicije\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Režim ekspozicije\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Korišćenje blica\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Balans belog\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Izvor svetla\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Režim merenja količine svetla\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Digitalni zum\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD širina\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS geo. širina\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS geo. dužina\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS geo. visina\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orijentacija\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Dodatne kategorije\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Ključne reči\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Naslov\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Autor\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Glavna uloga\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Posebna uputstva\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Kategorija\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Potpis autora\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Potpis autora naslova\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Zasluga\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Izvor\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Autorska prava\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Ime objekta\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Grad\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Pokrajina\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Država\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Original Tx Reference\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Datum pravljenja\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Oznaka autorskog prava\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Kôd države\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Preporučen servis\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Omogući kontrolu XBMC aplikacije putem UPnP protokola\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Pokušaj da preskočiš uvodni deo pre DVD menija\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Sačuvana muzika\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Zahtevanje podataka za sve izvođače\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Preuzimanje podataka o albumu\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Preuzimanje podataka o izvođaču\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biografija\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Diskografija\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Pronalaženje izvođača\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Izaberite izvođača\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Podaci o izvođaču\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instrumenti\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Rođen\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Oformljeno\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Teme\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Rasformirano\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Preminuo\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Godina aktivan\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Etiketa\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Rođ./oform.\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Ažuriraj biblioteku prilikom uključivanja\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Uvek ažuriraj biblioteku u pozadini\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS sufiks\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Usporeno za: %2.3f sek.\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Ubrzano za: %2.3f sek.\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Pomeraj titla u vremenu\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL proizvođač:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL renderer:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL verzija:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB temperatura:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU temperatura:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Ukupna memorija\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Podaci profila\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Koristi zatamljenje ukoliko se pauzira prilikom reprod. filma\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Sva snimanja\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Po nazivu\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Po grupi\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Kanali uživo\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Snimci po nazivu\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Vodič\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Dozv. greška u odnosu, radi smanjenja crnih traka\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Prikaži video datoteke u spiskovima\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX proizvođač:\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Direct3D verzija:\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Slova\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Veličina\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Boja\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Znakovi\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Izvoz karaoke naslova kao HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Izvoz karaoke naslova kao CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Uvoz karaoke naslova...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Automatski prikaži birač pesme\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Izvoz karaoke naslova...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Unesite broj pesme\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"belo/zeleno\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"belo/crveno\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"belo/pravo\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"crno/belo\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Aktiviraj teletekst\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Deo %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Predmemorisanje %i bajtova\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Zaustavljanje\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Pokretanje\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Spoljni aktivni uređaj za reprodukciju\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Kliknite na „U redu“ da prekinete reprodukciju\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Kliknite na „U redu“ kada se reprodukcija završi\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Dodatni prog.\"\n\nmsgctxt \"#24001\"\nmsgid \"Plugins\"\nmsgstr \"Dodatni prog.\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Podešavanje dodatnog prog.\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Onemogući dodatni prog.\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Omogući dodatni prog.\"\n\nmsgctxt \"#24023\"\nmsgid \"Add-on disabled\"\nmsgstr \"Dodatni prog. je onemogućen\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Ovaj dodatni prog. nije moguće podesiti\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Režim biblioteke\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY tastatura\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Prolazni zvuk u upotrebi\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Primeni u igri podešavanje filtera protiv treperenja\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Kvalitet najave\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Zapis\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Preuzmi\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Preuzmi i reprodukuj\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Preuzmi i sačuvaj\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Danas\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Sutra\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Čuvanje\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Kopiranje\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Postavi fasciklu za preuzimanje\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Kratko\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Dugačko\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Koristi DVD plejer umesto običnog plejera\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Pitaj za preuzimanje pre reprodukcije filma\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Klipovi\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Ponovo pokrenite dodatak za aktiviranje\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Noćas\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Sutra uveče\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Stanje\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Obilne padavine\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Precip\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Vlažno\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Kao da je\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Posmatrano\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Odstupanje od proseka\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Izlazak sunca\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Zalazak sunca\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Detalji\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Vidik\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Prekriven\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Prevedi tekst\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Map list %s category\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 časovna\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Karta\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Iz časa u čas\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Vikend\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s dnevna\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Uzbuna\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Upozorenja\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Izaberite vaš\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Proveri\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Konfiguriši \"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Godišnja doba\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Koristite vaš\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Gledajte vaš\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Slušajte\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Prikažite vaš\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Konfiguriši\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Snaga\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Meni\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Reprodukuj\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Opcije\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Uređivač\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"O vašem\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Ocena zvezdicama\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Pozadina\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Pozadine\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Prilagođena pozadina\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Prilagođene pozadine\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Prikaži „Pročitaj me“\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Prikaži „Evidenciju izmena“\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Ova verzija za pokretanje zahteva %s\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC izdanje ili %s jače.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Molimo, ažurirajte XBMC aplikaciju.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Podaci nisu pronađeni!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Sledeća strana\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Ljubav\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Mržnja\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Ova datoteka je složena, izaberite koji deo želite da reprodukujete iz nje.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Putanja do skripte\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Omogući prilagođeni taster za sjruotu\"\n"
  },
  {
    "path": "Mod Files/system/language/Serbian (Cyrillic)/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<language locale=\"Serbian (Cyrillic)\">\n  <charsets>\n    <gui>CP1250</gui>\n    <subtitle>CP1250</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>sr</menu>\n    <audio>sr</audio>\n    <subtitle>sr</subtitle>\n  </dvd>\n\n  <regions>\n    <region name=\"Србија - пуни приказ\" locale=\"Serbia\">\n      <dateshort>DD.M.YYYY.</dateshort>\n      <datelong>DDDD, DD. MMMM YYYY. г.</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone> \n    </region>\n    <region name=\"Србија - скраћени приказ\" locale=\"Serbia\">\n      <dateshort>D.M.YYYY.</dateshort>\n      <datelong>DD. M. YYYY. г.</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n  </regions>\n</language>"
  },
  {
    "path": "Mod Files/system/language/Serbian (Cyrillic)/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Serbian (Cyrillic) (http://www.transifex.com/projects/p/xbmc4xbox/language/sr_RS/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: sr_RS\\n\"\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\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Програми\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Слике\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Музика\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Филмови\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"ТВ водич\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Поставке\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Упр. датотекама\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Време\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc медија центар\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Понедељак\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Уторак\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Среда\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Четвртак\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Петак\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Субота\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Недеља\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"јануар\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"фебруар\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"март\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"април\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"мај\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"јун\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"јул\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"август\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"септембар\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"октобар\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"новембар\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"децембар\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"пон\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"уто\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"сре\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"чет\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"пет\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"суб\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"нед\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"јан\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"феб\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"мар\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"апр\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"мај\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"јун\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"јул\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"авг\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"сеп\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"окт\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"нов\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"дец\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Приказ: Аутом.\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Приказ: Аутом. велико\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Приказ: Иконе\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Приказ: Списак\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Анализирај\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Сложи по: Имену\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Сложи по: Датуму\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Сложи по: Вели.\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Не\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Да\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Репрод. слајдова\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Направи омоте\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Направи сличице\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Пречице\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Паузирано\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Копирај\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Премести\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Избриши\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Преименуј\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Нова фасцикла\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Потврдите копирање\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Потврдите премештање\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Потврђујете ли брисање?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Копирање ових датотека?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Премештање ових датотека?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Брисање ових датотека? - Након брисања, датотеке није могуће повратити!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Стање\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Објеката\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Опште\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Пројекција слајдова\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Подаци о систему\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Приказ\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Албуми\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Извођачи\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Нумере\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Жанрови\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Спискови за репро.\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Претражи\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Подаци о систему\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Температуре:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"Централног процесора:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"Графичког процесора:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Време:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Тренутно:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Издање:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Мрежа:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Тип:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Статички\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC адреса\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP адреса\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Веза:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Полу дуплекс\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Пуни дуплекс\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Складишта\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Уређај\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Слободно\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Видео\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Слободна меморија\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"није успостављена\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"слободно\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Недоступно\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Врата отворена\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Читање\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Диск није уметнут\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Диск је препознат\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Маска\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Омогући FTP сервер\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Омогући синхронизацију Интернет времена\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Резолуција\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Прилагоди брзину освежавања монитору\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Датум издавања\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Прикажи 4:3 видео материјал као\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Расположења\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Стилови\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Песма\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Трајање\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Изаберите албум\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Нумере\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Преглед\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Освежи\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Претраживање албума\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"У реду\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Ни један албум није пронађен!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Изабери све\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Анализирање информација\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Сачувај\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Насумично\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Поништи\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Анализирај\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Претраживање...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Нису пронађене информације!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Изаберите филм:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Захтевање података о %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Учитавање података о филму\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Tagline\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Кратак опис\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Гласова:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Улоге\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Опис\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Репродукуј\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Следеће\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Претходно\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Прилагодите корисничко окружење...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Калибрација слике...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Омекшано\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Ниво увећања\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Однос пикселизације\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD уређај\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Молимо, уметните диск\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Даљинско дељење\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Мрежа није повезана\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Откажи\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Брзина\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Испробај шаблон...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Потражи имена нумера, музичког CD-а, на freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Измешај списак при учитавању\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Време успорења HDD-а\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Видео филтери\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Ништа\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Тачка\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Линеарно\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Анизотропија\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussian cubic\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Умањење\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Увеличање\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Поништи списак по завршетку\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Скрипте\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Језик\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Музика\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Визуализација\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Изаберите одредишну фасциклу\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Стерео излаз ка свим звучницима\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Број канала\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- Способан DTS пријемник\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Преузимање CD информација\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Грешка\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Омогући читање ознака\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Отварање\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Интернет радио\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Чекање на почетак...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Излазне скрипте\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Дозволи контролу XBMC апликације путем HTTP протокола\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Сними\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Заустави сним.\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Сложи по: Нумери\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Сложи по: Времену\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Сложи по: Наслову\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Сложи по: Извођачу\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Сложи по: Албуму\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Најбољих 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Горња лева ивица екрана\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Доња десна ивица екрана\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Позиционирање титла\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Прилагођавање односа страна\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Померајте стрелицу како бисте променили величину екрана\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Померајте линију како бисте променили позицију титлова\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Обликујте правоугаоник тако да добијете савршени квадрат\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Није могуће учитати поставке\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Коришћење подразумеваних поставки\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Молимо, проверите XML датотеке\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Пронађено %i ставки\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Резултати претраге\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Без резултата\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Филтрирање по завршеној обради\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Титлови\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Слова\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Величина\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Динамички опсег компресије\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Видео\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Звук\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Потражи титлове\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Направи обележ.\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Поништи обележ.\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Померај звука у времену\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Обележивачи\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- Способан AAC пријемник\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- Способан MP1 пријемник\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- Способан MP2 пријемник\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- Способан MP3 пријемник\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Кашњење\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Језик\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Омогућено\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Нестандардни\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Аутоматска пост-обрада\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Вертикални деблокирајући филтер\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Хоризонтални деблокирајући филтер\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Аутоматска светлина/контраст\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=аутом.)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Чишћење базе\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Припремање...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Грешка базе података\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Претраживање песама...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"База података је успешно очишћена\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Чишћење песама...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Грешка чишћења песама\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Чишћење извођача...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Грешка чишћења извођача\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Чишћење жанрова...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Грешка чишћења жанрова\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Чишћење путања...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Грешка чишћења путања\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Чишћење албума...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Грешка чишћења албума\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Уписивање промена...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Грешка уписивања промена\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Ово може потрајати неко време...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Компримовање базе података...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Грешка компримовања базе података\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Желите ли заиста да очистите библиотеку?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Чишћење библиотеке...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Покрени\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Конверзија брзине сличица\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Излаз звука\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Аналогни\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Дигитални\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Различити извођачи\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Репродукуј диск\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Филмови\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Прилагоди брзину сличица\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Глумци\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Година\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Програми\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Искљ.\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Затамни\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Црно\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix трагови\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Време покретања чувара екрана\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Режим чувара екрана\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Функционисање тајмера искључивања\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Сви албуми\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Недавно додати албуми\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Чувар екрана\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Насум. реп. слај.\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Ниво затамљења чувара екрана\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Сложи по: Дато.\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Способан Dolby Digital (AC3) пријемник\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Сложи по: Имену\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Сложи по: Години\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Сложи по: Популарности\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Назив\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"грмљавина\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"делимично\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"углавном\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"сунчано\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"облачно\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"снег\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"киша\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"слаб(а)\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"ујутро\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"поподне\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"пљускови\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"неколико\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"местимично\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"ветровито\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"изузетно\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"умерено\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"ведро\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"облачно\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"рани\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"пљусак\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Суснежица\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"низак\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"умерен\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"висок\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"магла\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"измаглица\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Избор локације\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Учесталост освежавања\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Јединице за температуру\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Јединице за брзину\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Време\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Темпер.\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Као да је\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV индекс\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Ветар\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Тачка росе\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Влажност\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"са\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"при\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Подразумевано\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Приступање услузи врем. прогнозе\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Преузимање прогнозе за:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Није могуће преузети податке о прогнози\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Ручно\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Не постоји рецензија за овај албум\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Преузимање...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Није доступно\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Приказ: Велике иконе\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Мин.\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Избриши податке о албуму\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Избриши CD податке\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Изабери\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Нису пронађени подаци о албуму\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Нису пронађени CD подаци\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Диск\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Уметните исправан CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Молимо, уметните следећи CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Сложи по: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Без кеша\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Уклони филм из библиотеке\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Заиста желите да уклоните „%s“?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Преносиви диск\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Отварање датотеке\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Кеш\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Чврсти диск\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Локална мрежа\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Интернет\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Видео\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Звук\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Аутоматска репрод. медија\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Омогућено\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Колоне\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"1. ред адресе\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"2. ред адресе\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"3. ред адресе\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"4. ред адресе\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Редови\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Режим\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Промени приказ\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Титлови\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Звучни запис\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[активно]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Титл\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Позадинско осветљење\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Светлина\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Контраст\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Опсег боје\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Тип\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Померајте линију да бисте променили OSD позицију\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"OSD позиција\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Заслуге\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Изме. чип\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Искљ.\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Само музика\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Музика и видео\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Није могуће учитати списак за репродукцију\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Маска и језик\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Приказивање\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Опције звука\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"О систему XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Избриши албум\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Понови\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Понови једном\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Понови фасциклу\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Аутоматски репродукуј следећу песму\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Користи велике иконе\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Промени величину за VobSubs\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Напредне опције (само за стручњаке!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Свеобухватан звучни слободан простор\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Поистовети видео и GUI резолуцију\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Калибрација\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Прикажи типове датотека\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Сложи по: Типу\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Није могуће повезивање и претрага мрежне услуге\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Неуспешно преузимање података о албуму\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Тражење назива албума...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Отвори\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Заузето\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Празно\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Учитавање података о медију из датотека...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Сложи по: Употреби\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Омогући визуализације\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Омогући промену режима видеа\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Стартни екран\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Почетни екран\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Ручне поставке\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Жанр\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Недавно репродуковани албуми\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Покрени\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Покрени у...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Уреди XBE наслов\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Компилације\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Уклони извор\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Промени медиј\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Изаберите списак за репродукцију\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Нови списак за репродукцију...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Додај у списак за репродукцију\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Ручно додајте у библиотеку\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Унесите наслов\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Грешка: Дуплиран наслов\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Изаберите жанр\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Нови жанр\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Ручно додавање\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Унесите жанр\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Приказ: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Списак\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Иконе\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Вел. спис.\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Вел. иконе\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Широки\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Веома широки\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Иконе албума\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD иконе\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Подаци о медију\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Звучни излазни уређај\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Пролазни излазни уређај\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Овај извођач нема попуњену биографију\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Претвори вишеканални звук у стерео\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Сложи по: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Име\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Датум\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Велич.\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Нумера\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Трајање\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Наслов\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Извођач\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Албум\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Списак за реп.\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Датоте.\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Година\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Оцена\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Тип\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Кориш.\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Извођач на албуму\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Број репродукција\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Последња репродукција\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Коментар\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Датум додавања\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Подразумевано\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Студио\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Путања\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Држава\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Смер слагања\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Начин слагања\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Режим приказа\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Запамти приказе различитих фасцикли\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Узлазно\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Силазно\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Уреди списак за реп.\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Филтер\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Откажи режим журке\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Режим журке\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Насумично\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Искљ.\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Једном\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Све\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Искљ.\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Понови: Искљ.\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Понови: Једном\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Понови: Све\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Рипуј музички CD\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Средње\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Уобичајено\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Екстремно\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Непроменљива брзина\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Риповање...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"За:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Није могуће риповати CD или нумеру\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDARipPath није постављен.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Рипуј музичку нумеру\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Унесите број\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Музички CD-ови\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Кодер\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Квалитет\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Брзина протока\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Укључи број нумере\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Све песме од\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Режим приказа\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Нормалан\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Увеличан\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Развучено 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Развучено 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Развучено 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Првобитна величина\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Прилагођено\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Нормализација\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Подеш. гласноће нормализ. звука\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Користи на нивоу нумере\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Користи на нивоу албума\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Ниво предпојачања - са нормализацијом датотека\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Ниво предпојачања - без нормализације датотека\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Избегни исечке при нормализацији датотека\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Исеци црне траке\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Потребно је распакивање велике датотеке. Наставити?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Уклони из библиотеке\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Извези библиотеку филмова\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Увези библиотеку филмова\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Увоз је у току\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Извоз је у току\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Потражи библиотеку\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Година\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Ажурирај библиотеку\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Прикажи под. о укла. грешака\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Потражи извршне датотеке\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Потражи списак за репродукцију\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Потражи фасциклу\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Подаци о песми\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Појачавање звука\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Изаберите излазну фасциклу\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Ова датотека више није доступна.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Желите ли ово да уклоните из библиотеке?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Потражи скрипту\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Чишћење библиотеке\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Уклањање старих песама из библиотеке\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Ова путања је већ анализирана\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Мрежа\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Сервер\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Користи посреднички HTTP сервер за приступ Интернету\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Интернет протокол (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Одредили сте неисправан прикључак. Вредност мора бити између 1 и 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP посредник\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Задатак\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Аутоматски (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Ручно (статичка)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Подразумевано (контролна табла)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP адреса\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Мрежна маска\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Мрежни пролаз\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS сервер\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Сачувај и поново покрени\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Одредили сте неисправну адресу. Вредност мора бити AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"са бројевима између 0 и 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Промене нису сачуване. Наставити без чувања?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Web сервер\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP сервер\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Прикључак\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Сачувај и примени\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Лозинка\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Без лозинке\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Скуп знакова\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Стил\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Боја\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Нормалан\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Подебљан\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Курзив\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Подебљани курзив\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Бела\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Жута\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Датотеке\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Нема анализираних података за овај приказ\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Молимо, искључите режим библиотеке\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Грешка учитавања слике\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Уреди путању\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Копија слике\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Да ли сте сигурни?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Уклањање извора\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Додај везу ка програму\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Уреди путању програма\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Уреди име програма\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Уреди дубину путање\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Приказ: Вел. списак\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Жута\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Бела\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Плава\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Светло зелена\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Жутозелена\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Азурно плава\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Светло сива\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Сива\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Грешка %i: дељење није доступно\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Аутом. FATX граничник\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Звучни излаз\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Позиционирање\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Фасцикла репрод. слајдова\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Мрежни интерфејс\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Име бежичне мреже (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Лозинка за приступ бежичној мрежи\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Безбедност бежичне мреже\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Сачувај и примени поставке мрежног интрефејса\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Без заштите\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Примењивање поставки мрежног интерфејса. Молимо сачекајте.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Успешно је обављено поновно покретање мрежног интерфејса.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Није успело покретање мрежног интерфејса.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Интерфејс је онемогућен\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Успешно је онемогућен мрежни интерфејс.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Име бежичне мреже (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Дозволи програмима на овом систему да управљају XBMC-ом\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Прикључак\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Опсег прикључака\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Дозволи програмима са других система да управљају XBMC-ом\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Иницијално кашњење понављања (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Непрекидно кашњење понављања (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Максималан број клијената\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Приступ Интернету\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Унели сте погрешан број прикључка\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Исправан опсег прикључака је од 1 до 65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Исправан опсег прикључака је од 1024 до 65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Преглед чувара екрана\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Није могуће повезивање\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC није успео да се повеже на мрежну локацију.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Разлог овоме може бити да мрежа није повезана.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Да ли и даље желите да је додате?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP адреса\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Додај мрежну локацију\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Протокол\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Адреса сервера\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Име сервера\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Удаљена путања\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Дељена фасцикла\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Прикључак\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Корисничко име\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Потражи мрежни сервер\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Унесите мрежну адресу сервера\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Унесите путању на серверу\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Унесите број прикључка\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Унесите корисничко име\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Додај %s извор\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Унесите путање или потражите локације медија.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Унесите име за овај извор медија.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Потражи ново дељење\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Потражи\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Није могуће преузети податке директоријума.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Додај извор\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Уреди извор\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Уреди %s извор\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Унеси нову ознаку\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Потражи слику\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Потражи фасциклу са сликама\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Додај мрежну локацију...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Потражи датотеку\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Подмени\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Омогући тастере подменија\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Омиљено\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Додаци за видео\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Додаци за музику\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Додаци за слику\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Учитавање директоријума\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Примљено %i ставки\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Примљено %i од %i ставки\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Додаци за програм\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Постави сличицу додатка\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Поставке додатка\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Приступна тачка\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Остало...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Корисничко име\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Поставке скрипте\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Појединачни\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB клијент\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Радна група\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Подразумевано корисничко име\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Подразумевана лозинка\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS сервер\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Подигни SMB дељења\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Уклони\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Музика\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Филмови\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Слике\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Датотеке\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Музика и филмови\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Музика и слике\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Музика и датотеке\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Филмови и слике\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Филмови и датотеке\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Слике и датотеке\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Музика, филмови и слике\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Музика, филмови, слике и датотеке\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Онемогућено\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Датотеке, музика и филмови\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Датотеке, слике и музика\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Датотеке, слике и филмови\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Музика и програми\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Филмови и програми\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Слике и програми\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Музика, филмови, слике и програми\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Програми, филмови и музика\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Програми, слике и музика\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Програми, слике и филмови\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP кор. име\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP лозинка\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Лозинка је успешно постављена\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Аутом. откривање\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Аутом. откривање система\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Надимак\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Питај за повезивање\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Пошаљи FTP корисничко име и лозинку\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Интервал пробног сигнала\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Желите ли да се повежете са аутом. откривањем система?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Огласи ове услуге осталим системима путем Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Прилагођен звучни уређај\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Прилагођен пролазни уређај\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"клизаво\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"и\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"поледица\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"закаснели\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"изоловани\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"пљускови са грмљавином\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"грмљавина\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"сунчано\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"јак(а)\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"у\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"близини\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"лед\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"кристали\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"благо\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"са\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"ветровито\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"ромињање\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"олуја\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"ромињање\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"магловито\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"град\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"олује\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"пљускови са грмљавином\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Постави екран „на спавање“, када се не користи\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Трајање\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Скрипта је „пукла“! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Омогући LCD/VFD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Почетна страна\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Програми\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Слике\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Упр. датотекама\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Поставке\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Музика\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Филмови\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Подаци о систему\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Поставке - Опште\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Поставке - Екран\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Поставке - Изглед - GUI калибрација\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Поставке - Филмови - Калибрација екрана\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Поставке - Слике\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Поставке - Програми\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Поставке - Временска прогноза\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Поставке - Музика\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Поставке - Систем\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Поставке - Филмови\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Поставке - Мрежа\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Поставке - Изглед\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Скрипте\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Филмови/Списак за реп.\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Поставке - Профили\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Да/Не прозор\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Прозор напретка\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Тражење титлова...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Тражење титлова у кешу...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"прекидање\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"предмеморисање\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Отварање записа\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Музика/Списак за репрод.\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Музика/Датотеке\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Музика/Библиотека\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Уређивач списка за репродукцију\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"100 најбољих песама\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"100 најбољих албума\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Програми\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Конфигурација\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Временска прогноза\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Мрежно играње\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Проширења\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Подаци о систему\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Музичка библиоте.\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Тренутна репродукција - Музика\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Тренутна репродукција - Филм\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Подаци о албуму\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Подаци о филму\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Изаберите дијалог\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Музика/Подаци\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Дијалог у реду\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Филмови/Подаци\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Скрипте/Подаци\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Филм преко читавог екрана\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Визуализација звука\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Дијалог слагања датотека\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Реиндексирање...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Повратак на прозор са музиком\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Повратак на прозор са филмовима\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Ажурирај списак најава филмова\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Модификатор игара\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Нема модификатора игара\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Подешавање модификатора игара\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Недостају сви регистровани модификатори игара. Ажурирајте вашу листу\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Настави одакле сам прошли пут стао\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Не\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Да\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Питај\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Почни испочетка\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Настави од %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Потврда постојећих модификатора игара...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"У реду\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Закључано! Унесите кôд...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Унесите лозинку\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Унесите главни кôд\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Унесите кôд за откључавање\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"или притисните C за отказивање\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Унесите комбинацију тастера управљача за игре\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"и притисните Старт, или Назад за отказивање\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Закључај\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Откључај\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Поништи кôд\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Уклони кôд\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Нумеричка лозинка\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Комбинација тастера управљача за игре\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Лозинка са свим знацима\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Унесите нову лозинку\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Поновите унос нове лозинке\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Лозинка није исправна,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"покушаја су преостала \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Унете лозинке се не поклапају.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Приступ одбијен\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Прекомерни број покушаја уноса лозинке.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Систем ће сада бити искључен.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Ставка је закључана\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Поново активирај кôд\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Промени кôд\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Порекло кôда\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Лозинка не може бити празна. Покушајте поново.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Главни кôд\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Искључи систем уколико Главни кôд више пута буде погрешно унет\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Главни кôд није исправан\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Молимо, унесите исправан главни кôд\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Поставке и упр. датотекама\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Постави као подразумевано за све филмове\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Ово ће поништити претходно сачуване вредности\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Време приказивања сваке слике\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Користи ефекат померања и увеличавања\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Репродукуј NTSC филмове у PAL режиму\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Репродукуј PAL филмове у NTSC режиму\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Репродукуј NTSC филмове у PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12 часовни приказ времена\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24 часовни приказ времена\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Дан, па месец\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Месец, па дан\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Систем је активан\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"минута\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"часова\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"дана\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Укупно време\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Временска прогноза\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Чувар екрана\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"OSD преко читавог екрана\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Систем\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Непосредно HD ротирање\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Само филмови\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Кашњење\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Минимално трајање датотеке\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Искључи\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Контролна табла\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Користи прилагођену путању до контролне табле\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Акција при искључивању\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Изађи\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Хибернација\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Стање спавања\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Изађи из\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Поново покрени\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Умањи\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Акција дугмета за укључивање\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Да ли је друга сесија активна, можда путем ssh?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Постављен преносиви чврсти уређај\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Небезбедно уклањање уређаја\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Успешно уклоњен уређај\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Управљачка палица је прикључена\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Управљачка палица је раскачена\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Flicker филтер\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Препусти избор управ. програму (неопходно поновно покретање)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Размак вертикалне синхронизације\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Онемогућено\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Омогућено током репродукције филма\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Увек је омогућено\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Испробај и примени резолуцију\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Сачувати резолуцију?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Желите ли да задржите ову резолуцију?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Висок квалитет увећања\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Онемогућен\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Омогућен за SD садржај\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Увек је омогућен\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Начин увећања\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU HQ Upscaling level\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU Studio level color conversion\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Зацрни остале екране\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Онемогућено\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Зацрни екране\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Откривене су активне везе!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Уколико наставите даље, можда нећете моћи да управљате XBMC\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"апликацијом. Да ли сте сигурни да желите да зауставите Сервер за догађаје?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Промени Apple Remote режим?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Уколико тренутно користите Apple Remote да управљате\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC апликацијом, променом ове поставаке можда промените\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"могућност контролисања апликације. Настављате ли даље?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD кључ:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD темп.:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD модел:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD управ. софтвер:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD модел:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD серијски бр.:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD управ. софтвер:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD лозинка:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD закљ./откљ.:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Мрежна подмаска\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Мрежни пролаз\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Примарни DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Није успела иницијализација\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Управљач за игре\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Тастатура\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Миш\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Слушалице/Микрофон\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Меморијска јединица\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"IC даљински управљач\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Прикључак контролера\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Никада\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Одмах\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Након %i сек.\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Датум постављања HDD-а:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"HDD power cycle count:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Профили\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Избрисати „%s“ профил?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Последњи учитан профил:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Непознато\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Препиши\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Будилник\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Интервал за поновну активацију будилника(у мин.)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Покренуто, аларм за %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Аларм!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Отказано при %iмин. %iсек. до краја\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Претражи титлове у RAR-овима\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Потражи титл...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Премести ставку\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Премести ставку овде\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Откажи премештање\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Хардвер:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Искоришћеност процесора:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Повезано, али DNS није доступан.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Чврсти диск\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Складиште\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Подразумевано\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Мрежа\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Видео\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Хардвер\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Оперативни систем:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Брзина процесора:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Откривени BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Видео кодер:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Резолуција екрана:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox верзија:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox серијски број:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox произвођач:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Измењ. чип:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V кабл:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Видео и XBE регија:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD регија:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Интернет:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Повезано\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Није повезано. Проверите мрежне поставке.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Xbox Live кључ:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Жељена температура\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Брзина вентилатора\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Аутомат. контролисање температуре\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Наметни брзину вентилатора\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Слова\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Омогући обртање би-дирекционих стрингова\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Прикажи RSS новости\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Прикажи ставке родитељске фасцикле\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Шаблон именовања нумера\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Желите ли да поново покренете\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"цео систем, а не само XBMC апликацију?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Ефекат увеличавања\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Ефекат плутања\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Смањење црних трака\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Поново покрени\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Фини прелаз (преклапање) између песама\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Обнављање сличица\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Рекурзивне сличице\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Прикажи репродук. слајдова\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Рекурзивна репрод. слајдова\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Насумично\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Стерео\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Само леви\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Само десни\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Омогући подршку за караоке\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Провидност позадине\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Провидност предњег плана\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"A/V кашњење\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Караоке\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s није пронађен\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Грешка приликом отварања %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Није могуће учитати %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Грешка: Недовољно меморије\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Премести горе\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Премести доле\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Уреди натпис\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Пост. подразумеваним\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Уклони тастер\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Предњи LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Боја предњег LED-а\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Остави како јесте\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Зелена\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Наранџаста\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Црвена\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Циклус\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Искључи LED приликом репродукције\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Подаци о филму\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Стави у ред за репрод.\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Претражи IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Потражи нови садржај\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Тренутно се репродукује...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Подаци о албуму\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Анализ. ставке у библиотеци\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Заустави анализирање\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Начин представљања\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Низак квалитет сенчења пиксела\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Хардверска преклапања\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Висок квалитет сенчења пиксела\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Репродукуј ставку\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Постави сличицу извођача\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Аутоматски направи сличице\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Омогући глас\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Омогући уређај\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Јачина звука\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Подразумевани режим приказа\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Подразумевана светлина\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Подразумевани контраст\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Подразумевани опсег боја\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Настави филм\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Гласовна маска - Прикључак 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Гласовна маска - Прикључак 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Гласовна маска - Прикључак 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Гласовна маска - Прикључак 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Користи тражење засновано на времену\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Шаблон именовања нумера - десно\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Унапред задато\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Не постоје унапред задате поставке\\nза ову визуализацију\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Не постоје доступне поставке\\nза ову визуализацију\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Избаци/Убаци\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Користи визуализацију, уколико се репродукује звук\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Израчунај величину\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Рачунање величине фасцикле\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Поставке филма\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Поставке звука и титла\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Омогући титлове\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Пречице\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Игнориши ставке приликом слагања (нпр. „the“ и сл.)\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Фини прелаз између песама истог албума\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Потражи %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Прикажи позицију нумере\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Очисти подразумевано\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Настави\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Преузми омот\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Подаци о слици\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s унап. зад. поставки\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(IMDb оцена корисника)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Најбољих 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Намести на Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Минимална брзина вентилатора\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Преузимање\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Укључи извођаче који се појављују само на компилацијама\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Начин представљања\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Аутом. откриј\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Основна сенчења (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Напредна сенчења (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Софтвер\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Безбедно уклони\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Покрени реп. слајд. одавде\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Запамти ову путању\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Користи пикселно предмеморисање објеката\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"A/V начин синхрон.\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Часовник звука\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Часовник филма (Drop/Dupe звук)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Часовник филма (Понов. одаб. звука)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Максимална количина пон. одабир. (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Квалитет понов. одаб.\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Низак (брзо)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Средње\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Висок\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Заиста висок (споро!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Синхронизуј репродукцију према приказу\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple даљински управљач\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Дозволи покретање XBMC аплик. коришћењем даљинског\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Време кашњења секвенце\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Онемогућено\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Уобичајено\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Универзални даљински\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Вишеструки даљински (Сложно)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Грешка Apple даљинског управљача\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Подршка за Apple даљ. управљач може бити омогућена.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Постави на складиште\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Уклони са складишта\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Преузимање датотеке списк. за реп...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Преузимање списка протока података...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Разлучивање (разлагање) списка протока података...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Није успело преузимање списка протока података\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Није успело преузимање датотеке списка за репродукцију\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Каталог игара\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Аутом. пребаци на сличице засновано на\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Омогући аутоматско пребацивање на приказ омота\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Користи велике иконе\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Пребацивање засновано на\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Постотак\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Без датотека и бар једне сличице\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Бар једна датотека и сличица\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Проценат сличица\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Прикажи опције\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Промени кôд подручја 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Промени кôд подручја 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Промени кôд подручја 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Библиотека\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Без TV пријемника\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Унесите најближи већи град\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Видео/Звучни/DVD кеш - чврсти диск\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Видео кеш - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Локална мрежа\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Интернет\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Кеш звука - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Локална мрежа\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Интернет\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD кеш - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Локална мрежа\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Услуге\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Промењене су мрежне поставке\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC захтева поновно покретање ради промене\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"мрежних поставки.  Желите ли одмах да поново покренете?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Накнадна обрада\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Искључи док се репродукује\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i мин.\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i сек.\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Приказ времена\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Приказ датума\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"GUI филтери\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Користи анализирање у позадини\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Заустави анализирање\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Није могуће док је у току анализирање података о медију\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Зрнасти ефекат приказа\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Потражи сличице на дељеним локацијама\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Непознат тип кеша - Интернет\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Аутом.\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Унесите корисничко име за\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Датум и време\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Постави датум\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Постави време\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Унесите време у облику 24 часа; ЧЧ:ММ\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Унесите датум у облику ДД/ММ/ГГГГ\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Унесите IP адресу\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Одмах применити поставке?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Одмах примени промене\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Дозволи преименовање и брисање датотеке\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Постави временску зону\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Користи летње рачунање времена\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Додај у омиљено\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Уклони из омиљеног\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Боје\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Земља временске зоне\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Временска зона\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Спискови датотека\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Прикажи EXIF спецификацију слике\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Радије користи приказ читавог екрана у прозору\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Стави песму у ред приликом избора\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Аутоматски репродукуј музички CD\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Репродукција\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD-ови\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Аутоматски репродукуј DVD-ове\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Облик слова за титлове\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Међународно\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Скуп знакова\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Тражење грешака\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Безбедност\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Улазни уређаји\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Уштеда енергије\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Уклони\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Игре\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Додај\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Лозинка\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Библиотека\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"База података\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Сви албуми\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Сви извођачи\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Све песме\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Сви жанрови\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Предмеморисање...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Навигациони звукови\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Подразумевана маска\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Тема\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Подразумевана тема\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Пошаљи песме на Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.fm корисничко име\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.fm лозинка\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Није могуће усаглашавање: стање спавања...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Молимо, ажурирајте XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Погрешна ауторизација: Проверите корисничко име и лозинку\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Повезано\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Није повезано\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Учесталост слања %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Кеширано %i песама\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Слање је у току...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Слање за %i секунди\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Репродукуј помоћу...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Користи умекшану A/V синхронизацију\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Сакриј називе датотека приликом приказа омота\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Репродукуј у режиму журке\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Пошаљи песме на Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Libre.fm корисничко име\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Libre.fm лозинка\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Слање песме\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Пошаљи Last.fm радио на Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Повезивање са Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Бирање станице...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Пронађи сличне извођаче...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Пронађи сличне ознаке...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Ваш профил (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Свеобухватно најбоље ознаке\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Најбољи извођачи са ознаком %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Најбољи албуми са ознаком %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Најбоље нумере са ознаком %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Слушај ознаку %name% Last.fm радија\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Извођачи који су слични са %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Најбољи %name% албуми\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Најбоље %name% нумере\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Најбоље %name% ознаке\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Највећи %name% обожаваоци\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Слушај обожаваоце %name%, Last.fm радија\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Слушај сличне извођаче као што је %name% на Last.fm радију\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Најбољи извођачи корисника %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Најбољи албуми корисника %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Најбоље нумере корисника %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Пријатељи корисника %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Комшије корисника %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Недељни списак најбољих извођача корисника %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Недељни списак најбољих албума корисника %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Недељни списак најбољих нумера корисника %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Слушај комшијин Last.fm радио корисника %name%\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Слушај лични Last.fm радио корисника %name%\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Слушај вољене нумере Last.fm радија корисника %name%\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Преузимање списка са Last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Није могуће преузети списак са Last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Унесите назив извођача како бисте пронашли сличне\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Унесите ознаку за проналажење сличних\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Недавно одслушане нумере корисника %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Слушај по препоруци Last.fm радио корисника %name%\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Најбоље ознаке за корисника %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Желите ли да додате тренутну нумеру у ваше вољене нумере?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Желите ли да забраните тренутну нумеру?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Додато у ваше вољене нумере: „%s“.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Није могуће додати „%s“ у ваше вољене нумере.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Забрањено: „%s“.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Није могуће забранити „%s“.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Нумере које је недавно заволео %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Нумере које је недавно забранио %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Уклоњено из вољених нумера\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Опозови забрану\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Желите ли да уклоните ову нумеру из вољених нумера?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Желите ли да опозовете забрану за ову нумеру?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Путања није пронађена или је неважећа\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Није могуће повезивање са мрежним сервером\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Ни један сервер није пронађен\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Радна група није пронађена\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Отварање извора са више путања\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Путања:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Опште\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Претраживање интернета\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Уређај за репродукцију\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Репродукуј медиј са диска\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Унесите нови наслов\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Унесите име филма\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Унесите име профила\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Унесите име албума\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Унесите име списка за реп.\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Унесите ново име датотеке\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Унесите име фасцикле\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Унесите фасциклу\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Доступне опције: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Унесите реч за претрагу\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Ништа\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Аутоматски избор\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Уклони преплитање слике\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (обратно)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Обрада преплитања слике\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Отказивање...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Унеси име извођача\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Неуспешна репродукција\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Једну или више ставки није могуће репродуковати.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Унесите вредност\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Проверите датотеку евиденције за детаље.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Режим журке је прекинут.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Нема подударајућих песама у библиотеци.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Није могуће покренути базу података.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Није могуће отворити базу података.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Није могуће преузети песме из базе података.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Списак за реп. режима журке\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Сви филмови\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"неодгледаних\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"одгледаних\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Обележи као одгледано\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Обележи као неодгледано\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Уреди наслов\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Користи NTSC-M и NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Користи само NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Користи само NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Користи само PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"За 60Hz игре\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Операција је прекинута\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Копирање није успело\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Није успело копирање барем једне датотеке\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Премештање није успело\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Није успело премештање барем једне датотеке\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Брисање није успело\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Није успело брисање барем једне датотеке\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Режим видео размере\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Најближи комшија\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (софтверски)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (софтверски)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (софтверски)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"Временски\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"Временски/просторни\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU) Смањење шума\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU) Оштрина\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Обрнути Telecine\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Време након ког ће екран прећи у стање спавања\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Пребаци на канал\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Фасцикла са сачуваном музиком\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Користи спољни DVD уређај за реп.\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Спољни DVD уређај за реп.\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Фасцикла модификатора игара\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Фасцикла са сликама екрана\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Фасцикла са списковима за реп.\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Снимци\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Слике екрана\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Користи XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Спискови за репрод. музике\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Спискови за репрод. филмова\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Желите ли да покренете игру?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Сложи по: Спис. за реп.\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Удаљена сличица\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Тренутна сличица\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Локална сличица\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Нема сличице\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Изабери сличицу\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Неусаглашеност\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Претраживање нових\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Претраживање свих\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Регија\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Кратак преглед\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Закључај прозор са музиком\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Закључај прозор са филмовима\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Закључај прозор са сликама\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Закључај прозор са програмима и скриптама\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Закључај управљача датотекама\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Закључај поставке\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Нови почетак\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Уђи у главни режим\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Напусти главни режим\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Направити профил „%s“?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Покрени са новим поставкама\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Најбоље могуће\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Аутоматско пребацивање између 16x9 и 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Сматрај компримоване датотеке као једну\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Опрез\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Напуштен главни режим\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Приступљено главном режиму\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Омот са Allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Уклони сличицу\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Додај профил...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Захтевај податке за све албуме\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Подаци о медију\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Одвојено\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Подразумевано дељење\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Подразумевано дељење (само читање)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Подразумевано копирање\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Слика профила\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Закључај поставке\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Уреди профил\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Закључај профил\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Није могуће направити фасциклу\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Фасцикла профила\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Покрени са новим извором медија\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Уверите се да у изабрану фасциклу можете\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"уписивати и да је ново име фасцикле исправно\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"MPAA оцена\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Унесите главни кôд за откључавање\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Питај за главни кôд приликом покретања апл.\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Поставке маске\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- веза није постављена -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Омогући анимације\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Онемогући RSS новости током репродукције музике\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Омогући пречице\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Прикажи програме у главном менију\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Прикажи податке о музици\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Прикажи податке о времену\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Прикажи податке о систему\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Прикажи слободан простор на диску C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Прикажи слободан простор на диску E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Подаци о времену\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Слободан простор на диску\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Унесите име постојећег дељеног ресурса\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Кôд за закључавање\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Учитај профил\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Име профила\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Медија извори\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Унесите кôд за откључавање профила\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Екран за пријаву\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Преузимање података о албуму\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Преузимање података за албум\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Није могуће риповати музички CD током репродукције са CD-а\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Главни кôд за закључавање и поставке\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Уносом главног кôда увек омогућавате главни режим рада\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"или копирање од подразумеваног?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Сачувати промене у профил?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Пронађене су старе поставке.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Желите ли да их користите?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Пронађени стари извори медија.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Раздвајање (закључано)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Корена фасцикла\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- Увеличавање\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP поставке\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Аутом. покретање UPnP клијента\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Последња пријава: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Није било пријаве до сада\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Профил %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Пријава корисника / Изаберите профил\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Користи закључавање екрана за пријаву\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Кôд није исправан.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Ово захтева унос главног кôда.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Желите ли одмах да поставите?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Учитавање података о програму\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Журка!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Исправно\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Мешање пића\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Пуњење чаша\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Пријављен као\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Одјави се\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Иди у корену фасц.\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Таласи\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Таласи (обрнути)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Мешовито\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Поново покрени филм\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Уреди мрежну локацију\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Уклони мрежну локацију\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Желите ли да анализирате фасциклу?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Јединица меморије\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Јединица меморије је постављена\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Није могуће поставити јединицу меморије\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"у прикључку %i, конектор %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Закључај чувара екрана\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Постави\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Корисничко име\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Унесите лозинку за\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Одбројавање до искључивања\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Интервал искључивања (у минутима)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Покренуто, искључивање за %i мин.\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Искључи за 30 минута\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Искључи за 60 минута\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Искључи за 120 минута\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Прилагођено одбројавање до искључења\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Откажи одбројавање\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Закључај подешавања за %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Потражи...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Кратак преглед информација\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Подаци о складишту\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Подаци о чврстом диску\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Подаци о DVD-ROM уређају\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Подаци о мрежи\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Подаци о видеу\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Подаци о хардверу\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Укупно\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Искоришћено \"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"од\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Закључавање није подржано\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Није закључано\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Закључано\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Замрзнуто\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Захтева поновно покретање\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Недеља\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Линија\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windows мрежа (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP сервер\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP сервер\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes дељена музика (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP сервер\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Прикажи податке о филму\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Заврши\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Вел. слова\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Симболи\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Брисање уназад\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Размак\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Поново учитај маску\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Ротирај слике на основу EXIF података\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Користи стил приказа постера за TV серије\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Молимо сачекајте\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Прављење рез. копије EEPROM-а\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Прављење рез. копије BIOS-а\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Омогући аутом. померање описа и рецензија (синонописа)\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Прилагођено\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Омогући бележење грешака\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Преузми додатне податке приликом ажурирања\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Подразумевани даваоц података о музици\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Промени даваоца података\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Извоз музичке библиотеке\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Увоз музичке библиотеке\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Извођач није пронађен!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Није успело преузимање података о извођачу\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Журка! (филмови)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Мешање пића (филмови)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Пуњење чаша (филмови)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV сервер (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV сервер (HTTPS)\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Фасцикла Web сервера (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Фасцикла Web сервера (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Није могуће уписивање у фасциклу:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Желите ли да прескочите и наставите?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS новости\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Непознато. Молимо додајте MD5 из xbmc.log датитеке у BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Алтернативни DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP сервер:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Направи нову фасциклу\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Затамни LCD приликом репродукције\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Непознато или је уграђен на плочи (заштићено)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Затамни LCD приликом паузе\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Укључи LED уколико је паузирано\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Филмска Библиоте.\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Сачувани напредак у игри\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Сложи по: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Преузми сачуване напретке у игри\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Сачувани напредак у игри на чврстом диску\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Није успело преузимање сачуваног напретка у игри\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Изаберите и инсталирајте сачувани напредак у игри\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Није пронађен сачувани напредак на мрежи за изабрану игру\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Иди на сачувани напредак у игри\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Сачувани напредак у игри\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Репродукуј део...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Поновна калибрација\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Овим ћете поништити вредности калибрације за %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"на подразумеване вредности.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Потражи одредиште\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Користи имена фасцикли за претрагу\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Датотеке\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Коришћење имена датотеке или фасцикле за претрагу?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Постави садржај\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Фасцикле\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Рекурзивна претрага садржаја?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Откључај изворе\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Глумац\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Филм\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Режисер\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Желите ли да уклоните све ставке у оквиру\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"ове путање из XBMC библиотеке?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Филмови\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"TV серије\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Ова фасцикла садржи\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Покрени аутоматску анализу\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Рекурзивна анализа\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"као\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Режисери\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"На овој путањи не постоје видео датотеке!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"гласова\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Подаци о TV серији\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Подаци о епизодама\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Учитавање детаља TV серије\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Проналажење водича епизода\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Учитавање описа епизоде у фасцикли\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Изаберите TV серију:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Унесите назив TV серије\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Сезона %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Епизода\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Епизода\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Учитавање детаља епизоде\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Уклони епизоду из библиотеке\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Уклони TV серију из библиотеке\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"TV серија\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Опис епизоде\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Све сезоне\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Сакр. одглед.\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Шифра производа\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Прикажи опис за неодгледане ставке\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Скривено због спречавања непрописне употребе *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Постави сличицу за сезону\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Слика за сезону\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Сезона\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Преузимање података о филму\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Неодређен садржај\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Освежи податке TV серије\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Освежити податке за све епизоде?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Изабрана фасцикла садржи једну TV серију\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Изузми изабрану фасциклу из анализирања\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Посебне емисије\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Аутоматски преузми сличицу сезоне\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Изабрана фасцикла садржи један филм\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Веза ка TV серији\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Уклони везу ка TV серији\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Недав. додати филм.\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Недав. додате епизоде\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Студији\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Музичке спотове\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Недавно додати музички спотови\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Музички спот\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Уклони музички спот из библиотеке\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Подаци о музичком споту\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Учитавање података о музичком споту\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Мешано\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Иди на албуме извођача\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Иди на албум\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Репродукуј песму\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Иди на музичке спотове из албума\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Иди на музичке спотове извођача\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Репродукуј музички спот\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Преузми сличице глумаца приликом додавања у библиотеку\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Постави слику глумца\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Уклони обележивач епизоде\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Постави обележивач епизоде\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Поставке даваоца података\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Преузимање података о музичком споту\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Преузимање података о TV серији\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Најава\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Поравнат списак\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Поравнат списак TV серија\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Заним. слика\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Прикажи занимљиву слику у филмским и музичким библиотекама\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Трањеже новог садржаја\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Премијера\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Сценариста\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Чисти називи датотека и фасцикли\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Никада\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Уколико је само једна сезона\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Увек\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Има најаву филма\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Нетачно\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Пројекција занимљивих слика\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Извоз у једну или засебне\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"датотеке по уносу?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Једна датотека\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Засебно\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Извоз сличица и занимљивих слика?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Заменити старе датотеке?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Изузми путању приликом ажурирања библиотеке\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Извези сличице и податке филма\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Поставке сцене\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Постави слике са снимања филма\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Извоз сличица глумца?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Изаберите занимљиву слику\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Локална занимљива слика\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Без занимљиве слике\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Тренутна занимљива слика\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Удаљена занимљива слика\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Промени садржај\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Желите ли да освежите податке свих\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"ставки са ове путање?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Занимљива слика\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Пронађени су локално сачувани подаци.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Занемарити их и освежити исте са подацима са Интернета?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Није могуће преузети податке\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"Сервер је највероватније недоступан.\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Желите ли да наставите анализирање?\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Прикажи скривене датотеке и фасцикле\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox клијент\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"ПАЖЊА: Изабрани TuxBox уређај тренутно снима!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Биће заустављен запис тока података!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Пребацивање на канал: %s није успело!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Сигурни сте да желите да покренете ток података?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Повезивање са: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox уређај\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Додај дељену локацију медија...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Дели филмску и музичку библиотеку путем UPnP протокола\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Уреди дељену локацију медија\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Уклони дељену локацију медија\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Фасцикла са титловима\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Фасцикла филмова и алтернативних титлова\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Омогући коришћење миша\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Репродукуј навигационе звукове приликом репродукције медија\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Сличица\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Наметнута регија DVD уређаја за репродукцију\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Видео излаз\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Размера слике\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Нормално\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Широки екран\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Омогући 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Омогући 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Омогући 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Унесите име новог списка за репродукцију\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Прикажи дугме „Додај извор“ у списку датотека\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Омогући траке за померање\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Исфилтрирај одгледане филмове у библиотеци филмова\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Отвори\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Управљање нивоом акустичности\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Брзо\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Тихо\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Омогући прилагођену позадину\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Управљање нивоом потрошње\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Виша потрошња\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Нижа потрошња\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"High standby\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Low standby\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Није могуће кеширати датотеке веће од 4GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Поглавље\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Високо квалитетно сенчење пиксела v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Омогући списак за репродукцију при укључивању XBMC-а\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Користи међукораке у анимацији\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"садржи\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"не садржи\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"је\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"није\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"почиње са\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"завршава са\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"је веће од\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"је мање од\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"након\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"пре\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"у последњих\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"није у последњих\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Добављачи подат.\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Подраз. добављач података за филмове\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Подраз. добављач података за TV серије\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Подраз. добављач података за музичке спотове\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Омогући преузимање на основу језика добављача података\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Поставке\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Вишејезично\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Вредности се не подударају\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Правило паметног спис. за реп.\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Подудари ставке где\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Ново правило...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Ставке се морају подударати\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"су сва правила\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"је једно или више правила\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Ограничи на\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Без ограничења\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Сложи по\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"растућем реду\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"опадајућем реду\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Уреди паметни спис. за реп.\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Име спис. за реп.\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Пронађи ставке где\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Уреди\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i ставки\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Нови паметни спис. за реп...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c уређај\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Уреди правила режима журке\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Почетна фасцикла\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Бројач одгледаних\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Наслов епизоде\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Резолуција видеа\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Звучних канала\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Видео кодек\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Кодек звука\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Језик звука\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Језик титла\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Даљински управљач шаље кôдове тастатуре\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"- Уреди\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Име датотеке\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Путања датотеке\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Величина датотеке\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Датум/време стварања датотеке\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Индекс слајдова\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Резолуција\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Коментар\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Боја/Црно-бело\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Обрада JPEG-а\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Датум/време\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Опис\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Марка фотоапарата\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Тип камере\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF коментар\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Систем\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Бленда\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Фокусно растојање\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Жижна даљина\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Експозиција\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Време експозиције\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Одступање експозиције\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Режим експозиције\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Коришћење блица\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Баланс белог\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Извор светла\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Режим мерења количине светла\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Дигитални зум\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD ширина\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS гео. ширина\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS гео. дужина\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS гео. висина\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Оријентација\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Додатне категорије\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Кључне речи\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Наслов\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Аутор\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Главна улога\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Посебна упутства\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Категорија\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Потпис аутора\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Потпис аутора наслова\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Заслуга\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Извор\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Ауторска права\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Име објекта\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Град\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Покрајина\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Држава\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Original Tx Reference\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Датум прављења\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Ознака ауторског права\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Кôд државе\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Препоручен сервис\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Омогући контролу XBMC апликације путем UPnP протокола\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Покушај да прескочиш уводни део пре DVD менија\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Сачувана музика\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Захтевање података за све извођаче\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Преузимање података о албуму\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Преузимање података о извођачу\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Биографија\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Дискографија\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Проналажење извођача\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Изаберите извођача\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Подаци о извођачу\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Инструменти\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Рођен\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Оформљено\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Теме\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Расформирано\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Преминуо\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Година активан\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Етикета\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Рођ./оформ.\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Ажурирај библиотеку приликом укључивања\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Увек ажурирај библиотеку у позадини\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS суфикс\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Успорено за: %2.3f сек.\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Убрзано за: %2.3f сек.\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Померај титла у времену\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL произвођач:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL renderer:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL верзија:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB температура:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU температура:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Укупна меморија\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Подаци профила\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Користи затамљење уколико се паузира приликом репрод. филма\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Сва снимања\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"По називу\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"По групи\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Канали уживо\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Снимци по називу\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Водич\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Дозв. грешка у односу, ради смањења црних трака\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Прикажи видео датотеке у списковима\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX произвођач:\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Direct3D верзија:\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Слова\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Величина\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Боја\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Знакови\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Извоз караоке наслова као HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Извоз караоке наслова као CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Увоз караоке наслова...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Аутоматски прикажи бирач песме\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Извоз караоке наслова...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Унесите број песме\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"бело/зелено\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"бело/црвено\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"бело/право\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"црно/бело\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Активирај телетекст\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Део %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Предмеморисање %i бајтова\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Заустављање\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Покретање\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Спољни активни уређај за репродукцију\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Кликните на „У реду“ да прекинете репродукцију\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Кликните на „У реду“ када се репродукција заврши\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Додатни прог.\"\n\nmsgctxt \"#24001\"\nmsgid \"Plugins\"\nmsgstr \"Додатни прог.\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Подешавање додатног прог.\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Онемогући додатни прог.\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Омогући додатни прог.\"\n\nmsgctxt \"#24023\"\nmsgid \"Add-on disabled\"\nmsgstr \"Додатни прог. је онемогућен\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Овај додатни прог. није могуће подесити\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Режим библиотеке\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY тастатура\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Пролазни звук у употреби\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Примени у игри подешавање филтера против треперења\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Квалитет најаве\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Запис\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Преузми\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Преузми и репродукуј\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Преузми и сачувај\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Данас\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Сутра\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Чување\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Копирање\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Постави фасциклу за преузимање\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Кратко\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Дугачко\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Користи DVD плејер уместо обичног плејера\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Питај за преузимање пре репродукције филма\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Клипови\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Поново покрените додатак за активирање\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Ноћас\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Сутра увече\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Стање\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Обилне падавине\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Precip\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Влажно\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Као да је\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Посматрано\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Одступање од просека\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Излазак сунца\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Залазак сунца\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Детаљи\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Видик\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Прекривен\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Преведи текст\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Map list %s category\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 часовна\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Карта\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Из часа у час\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Викенд\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s дневна\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Узбуна\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Упозорења\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Изаберите ваш\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Провери\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Конфигуриши \"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Годишња доба\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Користите ваш\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Гледајте ваш\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Слушајте\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Прикажите ваш\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Конфигуриши\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Снага\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Мени\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Репродукуј\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Опције\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Уређивач\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"О вашем\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Оцена звездицама\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Позадина\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Позадине\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Прилагођена позадина\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Прилагођене позадине\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Прикажи „Прочитај ме“\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Прикажи „Евиденцију измена“\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Ова верзија за покретање захтева %s\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC издање или %s јаче.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Молимо, ажурирајте XBMC апликацију.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Подаци нису пронађени!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Следећа страна\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Љубав\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Мржња\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Ова датотека је сложена, изаберите који део желите да репродукујете из ње.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Путања до скрипте\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Омогући прилагођени тастер за сјруоту\"\n"
  },
  {
    "path": "Mod Files/system/language/Slovak/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\n<language locale=\"Slovak\">\n  <charsets>\n    <gui unicodefont=\"true\">CP1250</gui>\n    <subtitle>CP1250</subtitle>\n  </charsets>\n  <dvd>\n    <menu>sk</menu>\n    <audio>sk</audio>\n    <subtitle>sk</subtitle>\n  </dvd>\n  <regions>\n    <region name=\"Slovensko\" locale=\"Slovak\">\n      <dateshort>D.M.YYYY</dateshort>\n      <datelong>D. MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n  </regions>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/Slovak/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Slovak (http://www.transifex.com/projects/p/xbmc4xbox/language/sk/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: sk\\n\"\n\"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programy\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Obrázky\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Hudba\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Videá\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"TV program\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Nastavenia\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Správca súborov\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Počasie\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc media center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Pondelok\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Utorok\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Streda\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Štvrtok\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Piatok\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Sobota\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Nedeľa\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Január\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Február\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Marec\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"Apríl\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Máj\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Jún\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Júl\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"August\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"September\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Október\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"November\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"December\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Po\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Ut\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"St\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Št\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Pi\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"So\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Ne\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Jan\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Feb\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Apr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"Máj\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Jún\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Júl\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Aug\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Sep\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Okt\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Dec\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Zobrazenie: Auto\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Zobrazenie: Auto veľké\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Zobrazenie: Ikony\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Zobrazenie: Zoznam\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Prezrieť\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Zoradiť podľa: Názvu\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Zoradiť podľa: Dátumu\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Zoradiť podľa: Veľkosti\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Nie\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Áno\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Prezentácia\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Vytvoriť náhľady\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Vytvoriť náhľady\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Skratky\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Pauza\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Kopírovať\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Presunúť\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Vymazať\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Premenovať\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Nový priečinok\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Potvrdenie kopírovania\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Potvrdenie presunutia\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Potvrdenie vymazania\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Kopírovať tieto súbory?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Presunúť tieto súbory?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Vymazať tieto súbory? - Vymazanie je nenávratné!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Priebeh\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Objekt(ov)\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Všeobecné\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Prezentácia\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Systémové informácie\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Obrazovka\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albumy\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Interpreti\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Skladby\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Žánre\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Playlisty\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Hľadať\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Systémové informácie\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Teploty:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Čas:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Aktuálne:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Build:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Sieť:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Typ:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statická\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC adresa\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP adresa\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Stav: \"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Polovičný duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Plný duplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Kapacita\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Disk\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Voľné\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Voľná pamäť\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Žiadne pripojenie\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Voľné\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Nedostupné\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Vysunúť disk\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Čítam\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Žiadny disk\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disk vložený\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Vzhľad\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Povoliť FTP server\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Povoliť synchronizáciu času z internetu\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Rozlíšenie\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Prispôsobovať obnovovaciu frekvenciu obrazovky podľa videa\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Dátum vydania\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Zobrazovať 4:3 videa\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Charakter:\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Štýly\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Skladba\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Dĺžka\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Vyberte albumu\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Skladby\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Recenzia\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Obnoviť\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Vyhľadávanie albumu\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Albumy nenájdené!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Vybrať všetko\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Získavanie informácií o médiu\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Uložiť\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Náhodné\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Vyčistiť\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Prehľadať\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Vyhľadávam...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Informácie nenájdené!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Vyberte film:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Zisťujem informácie o %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Načítanie detailov o filme\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Stručné info\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Obsah filmu\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Hlasov:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Obsadenie\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Obsah\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Prehrať\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Násl.\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Pred.\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Kalibrácia používateľského rozhrania...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Kalibrácia obrazu...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Zmäkčenie\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Priblíženie\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Pomer strán\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD disk\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Prosím vložte disk\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Vzdialené zdieľanie\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Sieť nie je pripojená\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Zrušiť\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Rýchlosť\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Testovací obraz...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Vyhľadávať názvy skladieb z CD na freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Náhodne prehrávať skladby po načítaní playlist-u\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Uspávať disk\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Video filtre\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Žiadne\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Bodový\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Lineárny\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anizotropický\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussovsko kubický\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Zmenšenie\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Zväčšenie\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Odstrániť playlist po skončení prehrávania\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Automaticky prehrať DVD video\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Automaticky prehrať VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Automaticky prehrať audio CD\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Automaticky prehrať XBOX hry\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Automaticky prehrať video\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Automaticky prehrať hudbu\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Automaticky prehrať obrázky\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Skripty\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Jazyk\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Hudba\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Vizualizácie\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Vyberte cieľový priečinok\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Výstup stereo do všetkých reproduktorov\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Počet kanálov\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- zosilovač s podporou DTS\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Získavanie informácií o CD\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Chyba\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Povoliť čítanie tagov\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Otváranie\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Prebieha príprava spustenia...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Výstup skriptu\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Povoliť ovládanie XBMC cez HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Nahrávať\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Ukončiť nahrávanie\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Zoradiť podľa: Stopy\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Zoradiť podľa: Času\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Zoradiť podľa: Názvu\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Zoradiť podľa: Interpreta\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Zoradiť podľa: Albumu\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Naj 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Nastavenie ľavého horného okraja\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Nastavenie pravého spodného okraja\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Pozícia titulkov\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Nastavenie pomeru strán\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Šípkami nastavíte okraj\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Posunutím čiary zmeníte pozíciu titulkov\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Upravte obdĺžnik tak, aby vznikol perfektný štvorec\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Nepodarilo sa otvoriť nastavenia\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Použitie predvolených nastavení\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Prosím skontrolujte .xml súbory\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Nájdených %i položiek\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Výsledky hľadania\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Žiadny výsledok\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Dodatočne spracovanie\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Titulky\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Písmo\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Veľkosť\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Kompresia dynamického rozsahu\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Zvuk\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Vyberte titulky\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Vytvoriť záložku\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Vymazať záložky\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Posunutie zvuku\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Záložky\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Oneskorenie\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Jazyk\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Aktivované\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Neprekladané video\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Automatické dodatočné spracovanie\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Vertikálne vyhladenie\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Horizontálne vyhladenie\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Auto jas/kontrast\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Čistenie databázy\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Pripravujem...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Chyba databázy\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Vyhľadávam skladby...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Vyčistenie databázy úspešné\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Čistenie skladieb...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Chyba pri čistení skladieb\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Čistenie interpretov...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Chyba pri čistení interpretov\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Čistenie žánrov...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Chyba pri čistení žánrov\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Čistenie ciest...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Chyba pri čistení ciest\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Čistenie albumov...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Chyba pri čistení albumov\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Zapisujem zmeny...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Chyba pri zapisovaní zmien\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Toto môže chvíľku trvať...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Komprimujem databázu...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Chyba pri komprimácii databázy\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Naozaj chcete vyčistiť knižnicu?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Vyčistiť knižnicu...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Spustiť\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Konverzia snímkovania\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Audio výstup\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analógový\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digitálny\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Rôzny interpreti\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"CD/DVD\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Filmy\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Prispôsobenie snímkovania\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Herci\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Rok\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programy\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Vypnuté\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Stlmiť\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Čierna\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix Trails\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Čas nečinnosti potrebný pre aktiváciu šetriča obrazovky\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Šetrič obrazovky\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Čas nečinnosti potrebný pre vypnutie systému\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Všetky albumy\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Naposledy pridané albumy\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Šetrič obrazovky\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Rekurzívna prezentácia\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Úroveň stlmenia šetriča obrazovky\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Zoradiť podľa: Súboru\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- zosilovač vie prijímať AC3\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Zoradiť podľa: Názvu\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Zoradiť podľa: Roku\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Zoradiť podľa: Hodnotenia\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Názov\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"búrky\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"čiastočne\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"prevažne\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Slnečno\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"zamračené\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"sneženie\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"dážď\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"slabý(é)\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"AM\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"PM\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"prehánky\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"občas\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"miestami\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"veterno\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"silný\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"pekne\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"jasno\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"oblačno\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"ranné\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"prehánky\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"snehové prehánky\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"min.\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"stred\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"max.\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"hmla\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"mrholenie\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Vyberte polohu\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Obnovovať po\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Jednotky teploty\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Jednotky rýchlosti\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Počasie\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Teplota\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Pocitová teplota:\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV Index\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Vietor\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Rosný bod\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Vlhkosť\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"smer zo\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"rýchlosť\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Predvolené\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Pristupujem k weather.com\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Získavam počasie pre:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Nepodarilo sa načítať dáta o počasí\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manuálne\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Pre tento album nie je žiadna recenzia\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Sťahujem náhľad...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Nedostupné\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Zobrazenie: Veľké ikony\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Povoliť knižnicu\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Odstrániť informácie o albume\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Odstrániť informácie o CD\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Vybrať\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Informácie pre album neboli nájdené.\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Informácie o CD neboli nájdené\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disk\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Vložte správne CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Prosím vložte ďalšie CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Zoradiť podľa: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Žiadna medzi-pamäť\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Odstrániť film z knižnice\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Naozaj chcete odstrániť '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Vymeniteľný disk\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Otváranie súboru\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Cache\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Harddisk\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Lokálna sieť\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Audio\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Automaticky prehrávať médiá\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Aktívne\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Stĺpcov\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Adresa 1. riadku\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Adresa 2. riadku\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Adresa 3. riadku\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Adresa 4. riadku\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Riadky\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Režim\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Prepnúť zobrazenie\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Titulky\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Zvuková stopa\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[aktívny]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Titulky\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Podsvietenie\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Jas\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Kontrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Typ\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Pozíciu OSD zmeníte posunom čiary\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Pozícia OSD\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Autori\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modčip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Vypnúť\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Iba hudba\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Hudba a Video\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Nedá sa otvoriť playlist\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Vzhľad a jazyk\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Prostredie\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Nastavenia zvuku\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"O XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Odstrániť album\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Opakovať\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Opakovať jeden\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Opakovať priečinok\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Automaticky prehrávať ďalšiu skladbu\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Používať veľké ikony\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Veľkosť Vobsubs\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Pokročilé nastavenia (iba expert!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Celková hlasitosť\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Prepočítavať videa do rozlíšenia GUI\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Kalibrácia\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Zobrazovať prípony súborov\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Zoradiť podľa: Typu\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Nedá sa pripojiť k službe online vyhľadávania \"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Sťahovanie informácií o albume zlyhalo\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Hľadanie názvov albumov...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Otvoriť\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Pracujem\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Prázdny\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Prebieha načítanie informácií zo súborov...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Zoradiť podľa: Použitia\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Povoliť vizualizácie\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Povoliť zmenu video režimu\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Úvodné okno\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Domovská stránka\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Manuálne nastavenia\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Žáner\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Zobraziť ako 1 súbor v archíve\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Naposledy prehrávané albumy\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Spustiť\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Spustiť v ...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Upraviť XBE názov\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Kompilácie\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Odstrániť zdroj\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Prejsť do inej sekcie\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Vyberte playlist\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Nový playlist...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Pridať do playlist-u\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Manuálne pridať do knižnice\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Zadajte názov\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Chyba: Duplicitný názov\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Vyberte žáner\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Nový žáner\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Manuálne pridanie\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Vložiť žáner\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Zobrazenie: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Zoznam\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Ikony\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Veľký zoznam\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Veľké ikony\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Široký\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Veľmi široký\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Náhľady albumov\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Náhľady DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Informácie o médiu\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Zariadenie pre výstup zvuku\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Zariadenie pre prestup zvuku\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Životopis pre tohoto interpreta nie je dostupný\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Prevádzať viackanálový zvuk na stereo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Zoradiť: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Názov\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Dátum\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Veľkosť\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Stopa\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Čas\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Názov\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Interpret\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Playlist\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Súbor\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Rok\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Hodnotenie\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Typ\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Použitie\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Autor albumu\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Počet prehratí\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Naposledy prehrané\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Komentár\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Dátum pridania\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Predvolené\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Štúdio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Umiestnenie\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Krajina\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"Práve prebieha\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Smer usporiadania\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Spôsob usporiadania\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Režim zobrazenia\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Pamätať si zobrazenie pre každý priečinok\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Vzostupný\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Zostupný\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Upraviť playlist\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filter\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Zrušiť párty režim\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Párty režim\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Náhodné\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Vypnuté\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Jeden\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Všetky\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Vypnuté\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Opakovať: Vypnuté\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Opakovať: Jeden\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Opakovať: Všetko\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Skopírovať CD\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Stredná\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Štandardná\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Extrémna\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Konštantný dátový tok\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Sťahujem...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Do:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Nepodarilo sa skopírovať CD alebo stopu\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDA cesta nie je nastavená.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Skopírovať audio stopu\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Zadaj číslo\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Audio CD\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Enkodér\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Kvalita\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Dátový tok\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Zahrnúť číslo stopy\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Všetky skladby od\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Režim zobrazenia\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normálne\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zväčšiť\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Natiahnuť 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Natiahnuť 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Natiahnuť 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Originálna veľkosť\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Vlastné\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Úprava zosilnenia\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Spôsob úpravy zosilnenia\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Použiť úroveň stopy\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Použiť úroveň albumu\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Úroveň predzosilenia - Súbory s úpravou zosilnenia\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Úroveň predzosilenia - Súbory bez úpravy zosilnenia\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Zakázať odrezanie pri súboroch s úpravou zosilnenia\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Orezávať čierne okraje\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Treba rozbaliť veľký súbor. Pokračovať?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Odstrániť z knižnice\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Exportovať video knižnicu\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Importovať video knižnicu\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Prebieha import\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Prebieha export\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Vyberte knižnicu\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Roky\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Aktualizovať knižnicu\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Zobrazovať ladiace informácie\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Vyberte spúšťací súbor\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Vyberte playlist\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Vyberte priečinok\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Informácie o skladbe\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Zosilnenie hlasitosti\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Vyberte priečinok pre export\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Súbor už nieje dostupný.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Prajete si ho odstrániť z knižnice?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Vyberte Skript\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Úroveň kompresie\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Vyčistiť knižnicu\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Odstraňujem staré skladby z knižnice\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Táto cesta bola už prehľadaná\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Sieť\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"HTTP proxy host\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"HTTP proxy port\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Použiť HTTP proxy server pre prístup na internet\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internet protokol (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Nesprávny port. Hodnota musí byť medzi 1 a 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP Proxy\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"Priradenie\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automatický (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manuálne (Statický)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Predvolený (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP Adresa\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Sieťová maska\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Predvolená brána\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS server\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Uložiť a reštartovať\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Nesprávna adresa. Hodnota musí byť AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"s číslami v rozsahu 0 a 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Zmeny neboli uložené. Pokračovať bez uloženia?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Web server\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP server\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Internetový čas\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"Web server port\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Časový server host\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Uložiť a použiť\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"Web server heslo\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Žiadne heslo\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Písmo\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Štýl\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Farba\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Obyčajné\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Tučné\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Kurzíva\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Tučné kurzíva\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Biele\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Žlté\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Súbory\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Pre toto zobrazenie neodpovedajú žiadne položky\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Vypnite prosím režim knižnice\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Chyba pri načítaní obrázku\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Upraviť cestu\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Otočiť\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Ste si istý?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Odstránenie zdroju\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Pridať zástupcu programu\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Upraviť cestu programu\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Upraviť názov programu\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Upraviť hĺbku cesty\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Zobrazenie: Veľký zoznam\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Žltá\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Biela\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Modrá\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Svetlozelená\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Žltozelená\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Ružová\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Svetlošedá\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Šedá\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Chyba %i: zdieľanie nie je prístupné\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Automatický obmedzovač Fatx\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Audio výstup\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Prebieha hľadanie\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Priečinok s prezentáciami\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Sieťové rozhranie\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Názov bezdrôtovej siete (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Heslo bezdrôtovej siete\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Bezpečnost bezdrôtovej siete\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Uložiť a použiť nastavenie siete\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Bez šifrovania\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Prebieha použitie zmien nastavenia siete. Počkajte prosím.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Reštart sieťového rozhrania bol úspešný.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Štart sieťového rozhrania bol neúspešný.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Rozhranie zakázané\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Sieťové rozhranie bolo zakázané.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Názov bezdrôtovej siete (ESSID)\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Diaľkové ovládanie\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Povoliť ovládanie XBMC aplikáciami na tomto systéme\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Rozsah portov\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Povoliť ovládanie XBMC aplikáciami z iného systému\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Úvodné oneskorenie opakovania (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Následujúce oneskorenie opakovania (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Maximálny počet klientov\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Internetový prístup\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Bolo zadané nesprávne číslo portu\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Povolený rozsah portu je 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Povolený rozsah portu je 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Ukážka šetriča obrazovky\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Nedá sa pripojiť\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC sa nemohol pripojiť na sieťové umiestnenie.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Toto môže byť kvôli nedostupnosti siete.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Radi by ste to aj tak pridali?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP adresa\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Pridať sieťové umiestnenie\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protokol\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Adresa servera\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Názov servera\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Vzdialená cesta\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Zdieľaný priečinok\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Užívateľské meno\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Vyberte sieťový server\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Zadajte sieťovú adresu servera\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Zadajte cestu na server\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Zadajte číslo portu\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Zadajte užívateľské meno\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Pridajte cestu pre: %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Zadajte cestu, alebo vyberte umiestnenie médií.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Zadajte názov pre tento zdroj médií.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Vyberte umiestnenie\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Prechádzať\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Nepodarilo sa načítať informácie priečinku.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Pridať zdroj\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Upraviť zdroj\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Upraviť %s zdroj\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Zadajte nový názov\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Vyberte obrázok\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Vyberte priečinok s obrázkami\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Pridať sieťové umiestnenie...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Vyberte súbor\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Podmenu\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Aktivovať tlačítka podmenu\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Obľúbené\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Plugin video\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Plugin hudba\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Plugin obrázky\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Prebieha načítanie priečinku\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Načítaných %i položiek\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Načítaných %i z %i položiek\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Plugin programy\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Nastavenie náhľadu pluginu\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Nastavenie pluginu\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Prístupové body (AP)\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Ostatné ...\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Nastavenia skriptu\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Single\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB klient\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Pracovná skupina\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Predvolené meno\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Predvolené heslo\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS server\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Pripojiť SMB zdieľané priečinky\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Odstrániť\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Hudba\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Obrázky\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Súbory\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Hudba & Video \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Hudba & Obrázky\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Hudba & Súbory\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Video & Obrázky\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Video & Súbory\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Obrázky & Súbory\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Hudba & Video & Obrázky\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Hudba & Video & Obrázky & Súbory\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Vypnuté\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Súbory & Hudba & Video\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Súbory & Obrázky & Hudba\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Súbory & Obrázky & Video\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Hudba & Programy\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Video & Programy\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Obrázky & Programy\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Hudba & Video & Obrázky & Programy\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programy & Video & Hudba\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programy & Obrázky & Hudba\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programy & Obrázky & Video\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP meno\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP heslo\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Heslo bolo úspešné nastavené\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Autodetekcia\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Autodetekcia systému\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Prezývka\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Opýtať sa na pripojenie\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Poslať FTP meno a heslo\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Ping interval\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Chcete sa pripojiť na autodetekovaný system?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Oznamovať tieto služby ďalším počítačom cez Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Vlastné zariadenie pre výstup audia\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Vlastné zariadenie pre passthrough zvuku\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"ustupujúci\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"a\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"mrznúci\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"neskôr\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"ojedinele\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"prehánky\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"búrky\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"slnečno\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"zatiahnuté\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"v\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"blízkom\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"okolí\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"ľadové\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"krištáliky\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"bezvetrie\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"s\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"veterno\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"mrholenie\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"silná búrka\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"mrholenie\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"zahmlené\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"krupy\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Aktivovať úsporný režim obrazovky pri nečinnosti\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Dĺžka\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Chyba skriptu! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Typ LCD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Domov\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programy\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Obrázky\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Správca súborov\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Nastavenie\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Hudba\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Video\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Systémové informácie\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Nastavenia - Hlavné\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Nastavenia - Obrazovky\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Nastavenia - Zobrazenie - Kalibrácia GUI\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Nastavenia - Video - Kalibrácia obrazovky\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Nastavenia - Obrázky\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Nastavenia - Programy\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Nastavenia - Počasie\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Nastavenia - Hudba\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Nastavenia - Systém\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Nastavenia - Videá\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Nastavenia - Sieť\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Nastavenia - Zobrazenie\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Skripty\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Videá/Playlist\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Nastavenia - Profily\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Áno/Nie dialog\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Dialóg spracovania\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Prebieha vyhľadávanie titulkov...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Prebieha načítavanie titulkov...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"prerušenie\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"načítanie do medzipamäte\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Otváranie streamu\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Hudba/Playlist\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Hudba/Súbory\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Hudba/Knižnica\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Playlist editor\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Naj 100 skladieb\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Naj 100 albumov\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programy\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Konfigurácia\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Predpoveď počasia\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Hranie po sieti\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Rozšírenia\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Systémové informácie\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Hudba - Knižnica\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Práve hrá - Hudba\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Práve hrá - Video\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Informácie o albume\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Informácie o filme\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Výberový dialóg\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Hudba/Info\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Dialóg OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Video/Info\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Skripty/Info\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Video na celú obrazovku\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Audio vizualizácie\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Dialóg pre súbory dokopy\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Prerábam index...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Vrátiť sa do sekcie 'Hudba'\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Vrátiť sa do sekcie 'Videá'\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Aktualizovať zoznam trainerov\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Žiaden trainer nebol nájdený\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Trainerové nastavenia\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Všetky registrované trainery chýbajú. Aktualizujte zoznam\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Pokračovať z poslednej pozície\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Nie\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Áno\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Spýtať\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Začať od začiatku\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Pokračovať od %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Kontrolujem existujúce trainery...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Zamknuté! Vložte heslo...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Zadajte heslo\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Zadajte hlavné heslo\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Zadajte heslo pre odomknutie\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"alebo stlačte C pre zrušenie\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Vložte kombináciu tlačidiel a\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"stlačte Start alebo Back pre zrušenie\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Nastaviť zámok\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Odomknúť\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Resetnúť zámok\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Odstrániť zámok\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Číselné Heslo\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Kombinácia tlačidiel na Gamepad-e\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Textové Heslo\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Zadajte nové heslo\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Znovu zadajte nové heslo\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Nesprávne heslo,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"možnosí ostáva \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Zadané heslá nie sú totožné.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Vstup Nepovolený\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Limit pre opakovanie bol prekročený.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Systém sa teraz vypne.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Položka zamknutá\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Reaktivovať zámok\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Zmeniť zámok\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Uzamknúť zdroj\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Žiadne heslo, skúste znova.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Hlavný zámok\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Vypnúť systém ak boli prekročené pokusy na hlavný zámok\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Hlavný kľúč nie je správny!\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Prosím vložte správny hlavný kľúč!\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Nastavenia & Správca súborov\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Nastaviť ako predvolené pre všetky filmy\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Toto vymaže všetky uložené hodnoty\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Doba zobrazenia každého obrázku\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Používať efekty priblíženia a posunutia obrázku\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Prehrávať NTSC videá ako PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Prehrávať PAL videá ako NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Prehrávať NTSC videá ako PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12 hodinový formát\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24 hodinový formát\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Deň/Mesiac\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Mesiac/Deň\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Doba používania\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Minút\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Hodiny\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Dni\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Celková doba používania\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Počasie\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Šetrič obrazovky\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"OSD na celú obrazovku\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Systém\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Okamžitý HD Spindown\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Iba Video\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Oneskorenie\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Minimálna dĺžka súboru\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Vypnúť\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Cesta k vlastnému Dashboardu\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Predvolený spôsob vypnutia\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Ukončiť\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Dlhodobý spánok\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Úsporný režim\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Ukončiť\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Reštartovať\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Funkcia tlačítka pre vypnutie\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Existuje nejaké aktívne pripojenie, (napr. cez SSH) ?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Vymeniteľný pevný disk pripojený\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Nebezpečné vybratie zariadenia\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Zariadenie bolo úspšne odobrané\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick bol pripojený\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick bol odpojený\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Blikací filter\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Nastavené ovládačom (vyžaduje reštart)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Vertikálna synchronizácia obrazovky (V-Sync)\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Zakázané\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Povolené počas prehrávania videa\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Vždy povolené\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Test rozlíšenia\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Uložiť rozlíšenie?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Chcete ponechať toto rozlíšenie?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Vysoko kvalitný prepočet (upscaling)\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Zakázané\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Povolené pre SD obsah\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Vždy povolené\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Spôsob prepočtu\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU HQ prepočet (upscaling)\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Stmavovať ostatné obrazovky\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Zakázané\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Povolené\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Zistené aktívne spojenie!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Ak budete pokračovať, môžeťe stratiť ovládanie XBMC\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"natrvalo. Určiťe chcete zastaviť event server?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Zmeniť režim diaľkového ovládania Apple?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Ak práve používate diaľkové ovládanie Apple na ovládanie\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, zmenou nastavenia možete ovplyvniť Vašu\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"schopnosť ovládať ho. Chcete pokračovať?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD Kľúč:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD Teplota:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD Model:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD Firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD Model:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD Sériové číslo:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD Firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD Heslo:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD stav uzamknutia:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Maska podsiete\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Brána\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Primárny DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Inicializácia zlyhala\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"GamePad\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Klávesnica\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Myš\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Sluchadlá/Mikrofón\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"MemoryStick\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"IR-ďialkové\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Port ovládača\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Nikdy\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Ihneď\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Po %i sekundách\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Dátum inštalácie disku:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Počet zapnutí disku:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profily\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Vymazať profil '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Posledný otvorený profil:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Neznámy\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Prepísať\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Budík\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Interval budíku (v minútach)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Budík nastavený, budenie o %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Budík!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Zrušené (zostávalo %im%is)\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Hľadať titulky v RARoch\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Hľadať titulky...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Presunúť položku\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Presunúť položku sem\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Zrušiť presunutie\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardware:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Zaťaženie CPU:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Pripojený, ale DNS je nedostupný\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Hard Disk\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Voľné miesto\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Predvolené\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Sieť\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"CPU a RAM\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Operačný systém:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Rýchlosť CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Zistený BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Video enkodér:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Rozlíšenie obrazovky:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Verzia XBOXu:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Sériové číslo XBOXu:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Výrobca XBOXu:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Modčip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V Kábel:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Video & XBE Región:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD Región:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Pripojený\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Nie je Pripojený. Skontrolujte sieťové nastavenia.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"XBLIVE kľúč:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Cieľová teplota\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Otáčky ventilátora\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Automatické regulovanie teploty\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Nastavenie otáčok ventilátora\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"Písmo vzhľadu\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Aktivovať opačné titulky (arabčina, hebrejčina, ...)\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Aktivovať RSS spravodajstvo\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Zobrazovať položku pre návrat do nadradeného priečinku\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Šablona názvu stopy\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Naozaj chcete reštartovať systém\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"alebo iba XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Efekt zväčšenia\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Efekt splynutia\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Redukcia čiernych okrajov\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Reštart\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Prelínanie zvuku medzi skladbami\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Aktualizovať náhľady\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Rekurzívne náhľady\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Prezentácia\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Rekurzívna prezentácia\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Náhodne\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Iba ľavý\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Iba pravý\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Aktivovať podporu karaoke\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Priehľadnosť pozadia\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Priehľadnosť popredia\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"A/V oneskorenie\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s nebolo nájdené\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Chyba pri otváraní %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Nepodarilo sa otvoriť %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Chyba: nedostatok pamäte\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Premiestniť hore\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Premiestniť dole\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Upraviť názov\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Nastaviť ako predvolené\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Odstrániť tlačidlo\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Predná LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Predná farba LED\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Nechať tak ako je\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Zelená\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Oranžová\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Červená\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Cyklovať\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Vypnúť LED pri prehrávaní\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Detailné informácie\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Pridať do fronty\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Hľadať v IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Hľadať nový obsah\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Teraz hrá...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Informácie o albume\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Pridať do knižnice\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Zastaviť vyhľadávanie\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Vykresľovacia metóda\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Nízkokvalitný Pixel Shader\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Hardvérové prekrývanie\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Vysokokvalitný Pixel Shader\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Prehrať položku\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Nastaviť náhľad pre interpreta\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Automaticky vytvárať náhľady\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Povoliť hlas\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Povoliť zariadenie\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Hlasitosť\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Predvolený zobrazovací režim\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Predvolený jas\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Predvolený kontrast\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Predvolená gamma\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Pokračovať v prehrávaní videa\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Maska hlasu - port 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Maska hlasu - port 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Maska hlasu - port 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Maska hlasu - port 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Pretáčať video na základe časového intervalu\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Šablona názvu stopy - vpravo\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Predvoľby\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Nie sú dostupné žiadne predvoľby\\npre túto vizualizáciu\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Nie sú dostupné žiadne nastavenia\\npre túto vizualizáciu\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Vysunúť/Zasunúť\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Použiť vizualizácie pri prehrávaní hudby\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Vypočítať veľkosť\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Počítanie veľkosti priečinka\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Nastavenia videa\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Nastavenie zvuku a titulkov\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Zobrazovať titulky\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Záložky\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ignorovať 'The' pri usporiadaní\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Plynulé prelínanie skladieb na albume\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Hľadať %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Zobrazovať pozíciu stopy\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Zrušiť ako predvolené\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Pokračovať\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Náhľady\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Informácie o obrázku\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s predvolieb\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(Hodnotenie užívateľov IMDb)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Naj 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Naladiť na Last.FM\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Minimálna rýchlosť ventilátora\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Sťahujem\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Zobrazovať aj tých interpretov, ktorí sú iba na kompiláciách\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Vykresľovacia metóda\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Zistiť automaticky\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Jednoduchý shader (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Pokročilý shader (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Softvér\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Bezpečne odobrať\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Začať prezentáciu tu\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Zapamätať pre túto cestu\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Použiť objekty vyrovnávacej pamäte pixelu\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Spôsob synchronizácie A/V\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Podľa audia\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Podľa videa (vynechať/duplikovať audio)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Podľa videa (prispôsobiť rýchlosť audia)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Kvalita zmeny rýchlosti\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Nízka (rýchla)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Stredná\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Vysoká\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Veľmi vysoká (pomalé!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Synchronizovať prehrávanie videa k obrazovke\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Diaľkové ovládanie Apple\"\n\nmsgctxt \"#13601\"\nmsgid \"Use MCE/Universal Remote\"\nmsgstr \"Mód\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Povoliť spustenie XBMC diaľkovým ovládaním\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Čas oneskorenia sekvencie\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Zakázaný\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Štandardný\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Univerzálne diaľkové ovládanie\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Multifunkčné diaľkové ovládanie (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Diaľkové ovládanie Apple Chyba\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Podporu pre ovládanie Apple nie je možné povoliť.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Zlučovať\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Nezlučovať\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Sťahujem playlist súbor...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Sťahujem zoznam streamov...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Parsujem zoznam streamov...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Sťahovanie zoznamu streamov zlyhalo\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Sťahovanie súboru playlist-u zlyhalo\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Priečinok s hrami\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Prepínať na režim náhľadov\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Automaticky prepínať náhľady\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- ak sú veľké ikony\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- podľa pravidla\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- podľa percent\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Žiadne súbory a najmenej jeden náhľad\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Aspoň jeden súbor a jeden náhľad\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Podiel náhľadov\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Zobrazenie\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Zmeniť kód oblasti 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Zmeniť kód oblasti 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Zmeniť kód oblasti 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Knižnica\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Žiadna TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Zadajte najbližšie veľké mesto\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video/Audio/DVD Cache - Harddisk\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Medzipamäť - Video - DVDRom\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokálna sieť\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Medzipamäť - Audio - DVDRom\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokálna sieť\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"Medzipamäť - DVD - DVDRom\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokálna sieť\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Servery\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Sieťové nastavenia boli zmenené\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC vyžaduje reštart pre zmenu\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"sieťových nastavení. Reštartovať?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Post Processing\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Vypnúť pri hraní\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i sek\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Formát Času\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Formát Dátumu\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"GUI Filtre\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Použiť vyhľadávanie na pozadí\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Zastaviť vyhľadávanie\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Nie je možné vykonať, počas hľadania informácií o médiu\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Krupicový efekt na film\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Hľadať náhľady na sieťových jednotkách\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Medzipamäť - Ostatné - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Automatický\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Zadajte užívateľské meno pre\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Dátum a čas\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Nastaviť Dátum\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Nastaviť Čas\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Zadajte čas v 24 hodinovom formáte HH:MM\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Zadajte dátum v DD/MM/YYYY formáte\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Zadajte IP adresu\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Použiť tieto nastavenia teraz?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Použiť zmeny teraz\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Povoliť premenovanie a mazanie súborov\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Nastaviť časové pásmo\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Automaticky upraviť hodiny na letný čas\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Pridať medzi obľúbené\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Odstrániť z obľúbených\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"Farby vzhľadu\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Časové pásmo krajiny\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Časové pásmo\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Možnosti súborov\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Zobrazovať informácie o obrázku (EXIF)\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Uprednostniť režim okna celej obrazovky pred skutočnou celou obrazovkou\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Pridávať skladby do fronty pri ich výbere\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Prehrávanie\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Automaticky prehrávať DVD\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Font pre textové titulky\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Oblasť a jazyk\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Znaková sada\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Ladenie / Debug\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Bezpečnosť\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Vstupné zariadenia\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Napájanie\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Odstrániť\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Hry\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Pridať\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Heslo\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Knižnica\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Databáza\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Všetky albumy\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Všetci interpreti\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Všetky skladby\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Všetky žánre\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Buferujem...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Zvuky navigácie\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Predvolené\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"Téma vzhľadu\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Predvolená téma\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.FM\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Poslať skladby do Last.FM\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.FM meno\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.FM heslo\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Nedá sa nadviazať spojenie: spím...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Prosím aktualizujte XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Zlá autorizácia: Skontrolujte meno a heslo\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Pripojený\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Odpojený\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Interval pre posielanie %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Cacheovaných %i skladieb\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Posielam...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Pošlem za %i sekund\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Prehrať použitím...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Používať hladkú A/V synchornizáciu\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Skryť názvy súborov v náhľadoch\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Prehrať v párty režime\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Poslať Last.FM Radio do Last.FM\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Spájam sa s Last.FM...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Nastavujem stanicu...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Hľadať podobných umelcov...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Hľadať podobné značky...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Váš profil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Najpoužívanejšie značky\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Najlepší umelci pre značku %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Najlepšie albumy pre značku %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Najlepšie piesne pre značku %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Počúvať značku %name% na Last.FM radiu\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Podobní umelci ako %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Najlepšie %name% albumy\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Najlepšie %name% piesne\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Najpoužívanejšie %name% tagy\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Najväčší fanúškovia %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Počúvať %name% fanúškov Last.FM radiu\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Počúvať %name% podobných umelcov na Last.FM radiu\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Najlepší umelci pre užívateľa %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Najlepšie albumy pre užívateľa %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Najlepšie piesne pre užívateľa %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Kamaráti užívateľa %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Susedia užívateľa %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Týždenné rebríčky umelcov pre %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Týždenné rebríčky albumov pre %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Týždenné rebríčky piesní pre %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Počúvať %name% susedov Last.FM radiu\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Počúvať %name% osobný Last.FM radiu\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Počúvať %name% obľúbene piesne Last.FM radiu\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Sťahujem zoznam z Last.FM...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Nemôžem stiahnuť zoznam z Last.FM...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Napíšte meno umelca pre hľadanie podobných\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Napíšte značku pre hľadanie podobných\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Piesne nedávno počúvané užívateľom %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Počúvať %name% odporúčania Last.FM radio\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Obľúbené tagy užívateľa %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Chcete pridať túto skladbu k vaším obľúbeným?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Chcete zakázať túto skladbu?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Skladba pridaná k vaším obľúbeným: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Skladbu '%s' sa nepodarilo pridať k vaším obľúbeným.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Zakázané: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Nepodarilo sa zakázať '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Ostatné obľúbené skladby užívateľa %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Ostatné zakázané skladby užívateľa %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Odstrániť z obľúbených skladieb?\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Povoliť zakázanú\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Chcete odstrániť túto skladbu z vašich obľúbených?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Chcete opäť povoliť túto zakázanú skladbu?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Cesta nenájdená\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Nepodarilo sa spojenie zo sieťovým serverom\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Servery neboli nájdené\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Skupina nebola nájdená\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Otváranie priečinku s viacerými cestami\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Umiestnenie:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Hlavné\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Konfigurovať Audio Hardware...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Vyhľadávanie na internete\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Prehrávač\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Prehrávať médiá z disku (CD/DVD/BluRay)\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Zadajte nový názov\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Zadajte názov filmu\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Zadajte názov profilu\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Zadajte názov albumu\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Zadajte názov playlist-u\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Zadajte názov súboru\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Zadajte názov priečinka\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Prejdite do priečinka\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Dostupné možnosti: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Zadajte hľadaný výraz\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Žiadne\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Automaticky\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Deinterlácia\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (Opačný)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Interlaced Handling\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Prerušujem...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Zadajte meno interpreta\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Prehrávanie zlyhalo\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Prehrávanie jednej, alebo viacerých položiek zlyhalo\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Zadajte hodnotu\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Skontrolujte Log súbor pre viac informácií.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Párty režim prerušený.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"V knižnici nie sú žiadne odpovedajúce skladby.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Nedá sa inicializovať databáza.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Databáza sa nedá otvoriť.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Skladby sa nedajú načítať z databázy.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Párty režim playlist\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Všetky Videá\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Nevidené\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Videné\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Označiť ako videné\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Označiť ako nevidené\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Upraviť titul\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Použiť NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Použiť iba NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Použiť iba NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Použiť iba PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Pre 60hz Hry\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Operácia bola prerušená\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Kopírovanie zlyhalo\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Zlyhalo kopírovanie najmenej jedného súboru\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Presunutie zlyhalo\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Zlyhal presun najmenej jedného súboru\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Mazanie zlyhalo\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Zlyhalo zmazanie najmenej jedného súboru\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Spôsob úpravy videa\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Najbližší sused\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilineárny\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bikubický\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bikubický (software)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (software)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (software)\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU) Redukcia šumu\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU) Ostrosť\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Inverzný Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Post-processing\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Zobraziť čas do vypnutia\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Prepnúť na kanál\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Priečinok pre ukladanie hudby\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Použiť externý DVD prehrávač\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Externý DVD prehrávač\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Priečinok s trainermi\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Priečinok pre ukladanie obrázkov (screenshotov)\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Priečinok playlist-ov\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Nahrávky\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Screenshoty\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Použiť XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Hudobné playlist-y\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Video playlist-y\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Chcete spustiť túto hru?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Zoradiť podľa: Playlistu\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Internetový náhľad\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Aktuálny náhľad\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Lokálny náhľad\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Bez náhľadu\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Zvoliť náhľad\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Konflikt\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Prehľadať nové\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Prehľadať všetko\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Región\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Sumár\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Zamknúť sekciu Hudba\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Zamknúť sekciu Video\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Zamknúť sekciu Obrázky\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Zamknúť programy, uloženia a skripty\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Zamknúť správcu súborov\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Zamknúť nastavenia\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Načisto naštartovať\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Vstúpiť do hlavného režimu\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Opustiť hlavný režim\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Vytvoriť profil '%s' ?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Spustiť s čistými nastaveniami\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Najlepšie dostupné\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Automaticky prepínať 16:9 a 4:3 režimy\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Považovať zlúčené súbory za jeden súbor\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Výstraha\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Hlavný režim deaktivovaný\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Hlavný režim aktivovaný\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com náhľad\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Odstrániť náhľad\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Pridať profil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Získať informácie pre všetky albumy\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Informácie o médiách\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Oddelený\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Zdieľať s predvoleným\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Zdieľať s predvoleným (len čítanie)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Kopírovať predvolené\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Obrázok profilu\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Nastavenia zámku\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Upraviť profil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Zamknutie profilu\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Priečinok sa nepodarilo vytvoriť\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Priečinok profilu\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Štartovať s čistými zdrojmi médií\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Ubezpečte sa, že zvolený priečinok je zapisovateľný\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"a nový názov priečinku je správny\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Prístupnosť\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Zadajte hlavné heslo\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Pýtať sa na hlavné heslo pri štarte\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Nastavenie vzhľadu\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- žiadny link -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Zobrazovať animácie\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Zakázať RSS počas prehrávania hudby\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Aktivovať záložky\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Zobrazovať programy v hlavnom menu\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Zobrazovať informácie o hudbe\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Zobrazovať informácie o počasí\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Zobrazovať systémové informácie\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Zobraziť voľné miesto na C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Zobraziť voľné miesto na E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Informácie o počasí\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Voľné miesto\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Zadajte názov existujúceho zdieľania\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Uzamykacie heslo\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Načítať profil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Názov profilu\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Zdroje médií\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Zadajte heslo pre uzamknutie profilu\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Úvodná obrazovka\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Získavanie informácií o albume\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Ukladanie informácií o albume\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"CD, alebo stopu nie je možné uložiť počas prehrávania CD\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Hlavné heslo a nastavenia\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Vložením hlavného hesla vždy aktivovať hlavný režim\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"alebo kopírovať z predvoleného?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Uložiť zmeny do profilu?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Staré nastavenia nájdené.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Chcete ich použiť?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Staré zdroje médií nájdené.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Oddelený (zamknuté)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Hlavný priečinok\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"Zväčšenie vzhľadu\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP nastavenia\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Autoštart UPnP klienta\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Posledné prihlásenie: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Nikdy neprihlásený\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Prihlásenie / Výber profilu\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Aktivovať zámok na úvodnej obrazovke\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Nesprávne uzamykacie heslo.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Vyžaduje sa nastavenie hlavného zámku.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Chcete ho nastaviť teraz?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Načítanie informácie o programe\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Párty sa začala!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Pravdivé\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Miešam nápoje\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Plním poháre\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Prihlásený ako\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Odhlásiť\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Prejsť do hl. priečinku\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Weave\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Weave (naopak)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Miešať\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Reštartovať video\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Upraviť sieťové umiestnenie\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Odstrániť sieťové umiestnenie\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Chcete prehľadať priečinok?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Pamäťová jednotka\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Pamäťová jednotka nainštalovaná\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Nepodarilo sa nainštalovať pamäťovú jednotku\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"V porte %i, slote %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Zamknúť šetrič obrazovky\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Nastaviť\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Užívateľské meno\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Zadajte heslo pre\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Automatické vypnutie\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Vypnúť za (v minútach)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Vypnutie je nastavené. Vypnutie za %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Vypnutie za 30 minút\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Vypnutie za 60 minút\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Vypnutie za 120 minút\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Časovač vypnutia\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Zrušiť časovač vypnutia\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Zamknúť nastavenia pre %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Prechádzať...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Informácie základné\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Informácie o hdd\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Informácie o harddisku\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Informácie o DVD-ROM\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Informácie o sieti\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Informácie o videu\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Informácie o CPU a RAM\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Celkom\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Použité\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"z\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Zamknutie nie je podporované\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Nezamknutý\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Zamknutý\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Zamrznutý\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Vyžaduje reštart\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Týždeň\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Linka\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Sieť Windows (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP server\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP server\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes zdieľanie (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP Server\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Zobrazovať informácie o videu\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Hotovo\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Symboly\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Vymazať\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Medzera\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Obnoviť vzhľad\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Otáčať obrázky podľa EXIF informácií\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Použiť zobrazenie 'Plagáty' pre TV seriály\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Prosím čakajte\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Záloha EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Záloha BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Aktivovať automatické skrolovanie obsahu & recenzie\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Vlastné\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Začať ukladať informácie / debug log\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Sťahovať dodatočné informácie počas aktualizácie\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Predvolený scraper\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Zmeniť sťahovač\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Exportovať hudbonú knižnicu\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Importovať hudbonú knižnicu\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Interpret nenájdený!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Sťahovanie informácií o interpretovi zlyhalo\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Párty sa začala! (videa)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Miešam nápoje (videa)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Plním poháre (videa)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV server (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV server (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV klient\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Web server priečinok (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Web server priečinok (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Nepodarilo sa zapísať do priečinka:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Prajete si preskočiť a prejsť ďalej?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS Spravodajstvo\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Neznámy. Prosím pridajte MD5 z xbmc.log do BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Sekundárny DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP Server:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Vytvoriť nový priečinok\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Stmaviť LCD pri prehrávaní\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Neznáme alebo obsiahnuté (chránené)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Stmaviť LCD pri pauze\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Prepnúť LED späť pri pauze\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Video - Knižnica\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Úložisko hier\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Zoradiť podľa: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Stiahnúť uložené hry\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Uložená hra inštalovaná na HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Stiahnutie uložených hier zlyhalo\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Vyberte uloženú hru pre stiahnutie a nainštalovanie\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Neboli nájdené žiadne online uložené hry pre danú hru\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Prejsť na uloženú hru\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Uložené hry\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Hrať časť...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Vyčistenie kalibrácie\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Tímto zmažete uložené hodnoty kalibrácie pre %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"na predvolené hodnoty.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Vybrať umiestnenie\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Vyhľadávať podľa názvu priečinku\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Súbor\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Chcete vyhľadávať podľa názvu súboru alebo priečinku?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Pridať obsah\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Priečinok\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Vyhľadávať v podpriečinkoch?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Odomknúť zdroje\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Herec\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Réžia\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Chcete odstrániť všetky položky v\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"tejto ceste z knižnice?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Filmy\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"Seriály\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Tento priečinok obsahuje\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Spustiť automatické prehľadávanie\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Vyhľadávať v podpriečinkoch\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"ako\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Réžia\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Na tejto ceste nebol nájdený žiadny video súbor!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"hlasov\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Informácie o seriáli\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Informácie o epizóde\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Načítanie detailov o seriáli\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Získavanie informácií o epizódach\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Načítanie informácií o epizódach v priečinku\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Vyberte seriál:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Zadajte názov seriálu\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Sezóna %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Epizóda\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Epizódy\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Načítanie detailov o epizóde\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Odstrániť epizódu z knižnice\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Odstrániť seriál z knižnice\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Seriál\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Obsah epizódy\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Všetky sezóny\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Skryť videné\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Kód produkcie\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Zobrazovať obsah pre nevidené videá\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* nezobrazené pre spoilery *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Priradiť náhľad k sezóne\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Obrázok sezóny\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Sezóna\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Sťahovanie informácií o filme\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Odobrať obsah\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Pôvodný názov\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Aktualizovať informácie o seriáli\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Aktualizovať informácie pre všetky epizódy?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Priečinok obsahuje jeden seriál\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Vylúčiť priečinok z prehľadávania\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Špeciálne\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Automaticky sťiahnúť náhľad k sezónam\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Priečinok obsahuje jedno video\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Priradiť k TV seriálu\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Odstrániť z TV seriálu\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Naposledy pridané filmy\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Naposledy pridané epizódy\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Štúdiá\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Videoklipy\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Naposledy pridané videoklipy\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Videoklip\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Odstrániť videoklip z knižnice\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Informácie o videoklipe\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Načítanie informácií o videoklipe\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Zmiešané\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Prejsť na albumy podľa interpreta\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Prejsť na album\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Prehrať skladbu\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Prejsť na videoklipy z albumu\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Prejsť na videoklipy od interpreta\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Prehrať videoklip\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Sťahovať náhľady hercov počas pridávania do knižnice\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Nastaviť náhľad hercov\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Odstrániť záložku epizódy\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Nastaviť záložku epizódy\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Nastavenie Sťahovača\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Sťahujem informácie o videoklipe\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Sťahujem informácie o seriáli\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Ukážka\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Zúžený režim\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Sploštiť serialy\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Získať FanArt\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Zobraziť FanArt vo video knižnici\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Hľadá sa nový obsah\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Premiéra\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Scenár\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Čistiť názvy súborov\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Nikdy\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Iba ak jedna sezóna\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Vždy\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Má ukážku\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Nepravdivé\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Fanart prezentácia\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Exportovať všetko do jedného súboru alebo\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"každú položku oddelene do samostatného súboru?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"1 súbor\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Oddelene\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Exportovať náhľady a FanArt?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Prepísať staré súbory?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Vynechať položky v tomto umiestnení pri aktualizácii knižnice\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Získavať náhľady a informácie o videu zo súboru\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Sady\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Exportovať náhľady hercov?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Vyberte FanArt\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Lokálny FanArt\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Bez FanArt-u\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Aktuálny FanArt\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Internetový FanArt\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Zmeniť obsah\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Aktualizovať informácie pre\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"všetky položky v tomto umiestnení?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"FanArt\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Lokálne uložené informácie nájdené.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ignorovať a aktualizovať z internetu?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Nepodarilo sa stiahnuť informácie\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Chcete pokračovať v aktualizácii?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Krajina\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Zoskupovať filmy do kolekcií\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Zobrazovať skryté súbory a priečinky\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox klient\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"POZOR: Cieľové TuxBox zariadenie je v nahrávacom režime!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Stream bude zastavený!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Prepnutie na kanál: %s zlyhalo!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Chcete spustiť stream?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Prebieha pripojenie k: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox zariadenie\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Pridať zdieľané médiá...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Zdielať video a hudobné knižnice pomocou UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Upraviť zdieľanie média\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Odstrániť zdieľanie média\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Vlastný priečinok s titulkami\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Film a alternatívny priečinok s titulkami\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Povoliť myš\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Hrať zvuky navigácie počas prehrávania média\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Náhľady\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Vnútiť prehrávaču DVD región\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Video výstup\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Video aspekt\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normálny\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Širokouhlý\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Aktivovať 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Aktivovať 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Aktivovať 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Zadaj názov nového playlist-u\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Zobrazovať položku 'Pridať zdroj' v sekciách\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Aktivovať Scrollbar\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Aktivovať filter videných videí v knižnici\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Otvoriť\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Správa akustickej úrovne\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Rýchly\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Tichý\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Aktivovať vlastné pozadie\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Správa napájania\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Vysoký výkon / Vyššia spotreba\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Nízky výkon / Nízka spotreba\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Spánok / Vyššia spotreba\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Spánok / Nízka spotreba\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Súbory väčšie ako 4GB sa nedajú načítať do vyrovnávacej pamäte\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Kapitola\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Vysoko kvalitý Pixel Shader V2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Načítať playlist pri štarte\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Použiť 'trasúce' animácie\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"obsahuje\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"neobsahuje\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"je\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"nie je\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"začína na\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"končí na\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"viac ako\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"menej ako\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"násl.\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"pred.\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"je posledný\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"nie je posledný\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Sťahovače\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Predvolený sťahovač pre filmy\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Predvolený sťahovač pre TV seriály\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Viacjazyčný\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Nájsť hodnotu\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Pravidlá inteligentného playlist-u\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Položky, kde\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Nové pravidlo...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Položky sa musia zhodovať\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"vo všetkých pravidlách\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"v minimálne jednom pravidle\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Limit\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Bez limitu\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Usporiadať podľa\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"vzostupne\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"zostupne\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Upraviť inteligentný playlist\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Názov playlist-u\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Nájsť položky, kde\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Upraviť\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i položiek\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Nový inteligentný playlist...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c disk\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Upraviť pravidlá párty režimu\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Domovský priečinok\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Počet zhliadnutí\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Názov epizódy\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Rozlíšenie videa\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Počet audio kanálov\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Kodek videa\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Koded audia\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Jazyk audia\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Jazyk titulkov\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Emulovať klávesnicu diaľkovým ovládaním\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Názov súboru\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Umiestnenie súboru\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Veľkosť súboru\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Dátum/čas súboru\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Číslo stránky\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Rozlíšenie\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Komentár\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Farba/Č&B\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"JPEG spracovanie\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Dátum/čas\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Popis\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Značka fotoaparátu\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Typ fotoaparátu\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF poznámka\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Clona\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Ohnisková vzdialenosť\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Zaostrenie\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Expozícia\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Čas expozície\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Expozícia / bias\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Spôsob expozície\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Použitý blesk\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Vyváženie bielej\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Zdroj svetla\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Metering režim\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Digitálne priblíženie\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD šírka\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS šírka\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS dĺžka\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS výška\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orientácia\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Doplnkové kategórie\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Kľučové slová\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Titul\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Autor\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Nadpis\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Špeciálne inštrukcie\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Kategória\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Podtitul\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Názov podtitulu\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Hodnotenie\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Zdroj\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Upozornenie o autorských právach\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Názov objektu\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Mesto\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Štát\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Krajina\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Pôvodná Tx Referencia\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Dátum vytvorenia\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Označenie autorských práv\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Kód krajiny\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Referenčná služba\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Povoliť ovládanie XBMC cez UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Pokus o preskočenie úvodu pred DVD menu\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Uložená hudba\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Aktualizovať informácie všetkých interpretov\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Sťahujem informácie o albume\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Sťahujem informácie o interpretovi\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Životopis\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Diskografia\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Hľadanie interpreta\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Vyberte interpreta\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Informácie o interpretovi\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Nástroje\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Dátum narodenia\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Dátum založenia\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Zameranie\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Dátum rozpadu\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Dátum smrti\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Aktívne roky\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Label\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Dátum Narodenia/Založenia\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Aktualizovať knižnicu pri štarte\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Vždy aktualizuj knižnicu na pozadí\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS prípona\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"Povoliť úpravu a rozhodnutie zoznamov\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Oneskorené o %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Vpredu o %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Posunutie titulkov\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL vendor:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL renderer:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL verzia:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"Teplota MB:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Teplota CPU:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Celková Pamäť\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Údaje profilu\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Aktivovať stlmenie obrazovky počas pozastaveného videa\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Všetky nahrávky\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Podľa názvu\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Podľa skupiny\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Živé kanály\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Nahrávky podľa názvu\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Návod\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Zobrazovať videá v zozname súborov\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Font\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Exportovať karaoke tituly do HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Exportovať karaoke tituly do CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Importovať karaoke tituly...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Automaticky zobrazovať okno výberu skladby\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Exportovať karaoke tituly...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Zadajte číslo skladby\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"biela/zelená\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"biela/červená\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"biela/modrá\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"čierna/biela\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Povoliť teletext\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Časť %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Prebieha načítanie %i bajtov\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Prebieheha ukončovanie\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Prebieha spustenie\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Externý Prehrávač Aktívny\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Kliknite OK pre zatvorenie prehrávača\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Kliknite OK po ukončení prehrávania\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Doplnok\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Nastaviť\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Deaktivovať\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Aktivovať\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Tento doplnok sa nedá nastaviť\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Režim knižnice\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY klávesnica\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Preposielané audio\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Použi filter blikania pre hry\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Kvalita ukážky\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Streamovať\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Stiahnuť\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Stiahnuť a prehrať\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Stiahnuť a uložiť\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Dnes\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Zajtra\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Prebieha ukladanie\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Prebieha kopírovanie\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Nastaviť priečinok pre sťahovanie\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Doba vyhľadávania\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Krátky\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Dlhý\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Používať DVD prehrávač namiesto bežného prehrávača\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Pred prehrávaním videa sa spýtať na jeho stiahnutie\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Klipy\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Dnes večer\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Zajtra večer\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Stav\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Zrážky\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Zrážky\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Vlhkosť\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Zdá sa ako\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Pozorované\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Odchylka od normálu\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Východ slnka\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Západ slnka\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Detaily\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Výhľad\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Coverflow\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Preložiť text\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Namapovať zoznam %s kategórie\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 Hodín\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Mapy\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Hodinu\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Víkend\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s deň\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Upozornenie\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Upozornenia\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Vyberte Vašu\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Zkontrolovať\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Nastaviť\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Sezóny\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Použiť\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Pozerať\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Počúvať\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Prezerať\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Nastaviť\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Vypnutie\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Menu\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Prehrať\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Nastavenia\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Editor\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"O. . .\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Hodnotenie\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Pozadie\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Pozadia\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Vlastné pozadie\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Vlastné pozadia\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Zobraziť Readme\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Zobraziť Históriu zmien\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Pre spustenie tejto verzie %s je potrebná\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC revízia %s alebo vyššia.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Prosím aktualizujte XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Žiadne dáta neboly nájdené!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Ďalšia strana\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Milovať\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Nenávidieť\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Tento súbor sa skladá z viacero častí. Vyberte tú, od ktorej chcete spustiť prehrávanie.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Umiestnenie skriptu\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Povoliť vlastné tlačítko skriptu\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Slovenian/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<language locale=\"Slovenian\">\n  <charsets>\n    <gui>CP1250</gui>\n    <subtitle>CP1250</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>sl</menu>\n    <audio>sl</audio>\n    <subtitle>sl</subtitle>\n  </dvd>\n\n  <regions>\n    <region name=\"OSREDNJE SLOVENSKA\">\n      <dateshort>D.M.YYYY</dateshort>\n      <datelong>D. MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n  </regions>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/Slovenian/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Slovenian (http://www.transifex.com/projects/p/xbmc4xbox/language/sl/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: sl\\n\"\n\"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programi\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Slike\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Glasba\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Video\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"Vodič po TV\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Nastavitve\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Upravljalnik datotek\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Vreme\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc media center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"ponedeljek\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"torek\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"sreda\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"četrtek\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"petek\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"sobota\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"nedelja\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"januar\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"februar\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"marec\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"april\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"maj\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"junij\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"julij\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"avgust\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"september\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"oktober\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"november\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"december\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"pon\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"tor\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"sre\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"čet\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"pet\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"sob\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"ned\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"jan\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"feb\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"apr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"maj\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"jun\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"jul\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"avg\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"sep\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"okt\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"dec\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Pogled: Samodejno\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Pogled: Samodejno - Veliko\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Pogled: Ikone\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Pogled: Seznam\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Preglej\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Razvrsti po: Ime\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Razvrsti po: Datum\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Razvrsti po: Velikost\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Ne\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Da\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Projekcija slik\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Ustvari sličice\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Ustvari sličice\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Bližnjice\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Prekinitev\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Kopiraj\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Premakni\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Izbriši\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Preimenuj\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Nova mapa\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Potrdite kopiranje datoteke\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Potrdite premik datoteke\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Potrdite izbris datoteke\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Ali želite kopirati te datoteke?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Ali želite premakniti te datoteke?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Ali želite izbrisati te datoteke? - Izbrisa datotek ni mogoče razveljaviti!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Stanje\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Elementi\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Splošno\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Projekcija slik\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Sistemske informacije\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Zaslon\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albumi\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Izvajalci\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Pesmi\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Žanri\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Seznami predvajanja\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Išči\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Sistemske informacije\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperature:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Čas:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Trenutno:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Različica:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Omrežje:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Tip:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statičen\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"Naslov MAC\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"Naslov IP\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Povezava:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Polovični dupleks\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Polni dupleks\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Shramba\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Pogon\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Prosto\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Prost pomnilnik\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Brez povezave\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Prosto\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Nedosegljivo\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Odprta vratca\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Berem\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Ni plošče\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Plošča prisotna\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Preobleka\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Omogoči FTP strežnik\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Omogoči Internetno sinhronizacijo časa\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Ločljivost\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Posnetku prilagodi stopnjo oveževanja zaslona\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Datum izdaje\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Prikaži video v razmerju 4:3 kot\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Razpoloženja\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Stili\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Pesem\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Trajanje\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Izberi album\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Skladbe\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Ocena\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Osveži\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Iščem album\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Albumov ni mogoče najti!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Izberi vse\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Pregledujem predstavne informacije\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Shrani\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Naključno\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Počisti\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Preglej\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Iščem ...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Informacij ni mogoče najti!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Izberi film:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Poizvedujem informacije o %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Nalagam podrobnosti o filmu\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Moto\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Oris zgodbe\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Glasovi:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Zasedba\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Povzetek\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Predvajaj\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Naprej\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Prejšnji\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Umeri uporabniški vmesnik ...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Umeritev slike ...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Mehčanje\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Povečava\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Razmerje pikslov\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"Pogon DVD\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Vstavite ploščo\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Oddaljena mapa\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Omrežje ni povezano\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Prekliči\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Hitrost\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Testni vzorci ...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Poizvedi za imena pesmi na CD-ju na freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Naključni seznam predvajanja ob zagonu\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Čas ustavitve HDD\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Video filtri\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Brez\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Točka\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Linearno\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anizotropno\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussovo kubično\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Pomanševanje\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Povečevanje\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Ob koncu počisti seznam predvajanja\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"DVD-Video\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Audio-CD\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"XBOX Igre\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Video\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Glasba\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Slike\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Skripte\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Jezik\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Glasba\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Vizualizacija\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Izberite ciljno mapo\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Stereo zvok na vse zvočnike\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Število kanalov\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"DTS sprejemnik \"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Pridobivam informacije o CD-ju\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Napaka\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Omogoči branje značk\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Odpiranje\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Čakam na začetek ...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Izhod skript\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Dovoli upravljanje z XBMC-jem preko HTTP-ja\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Snemaj\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Ustavi snemanje\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Razvrsti po: Skladba\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Razvrsti po: Čas\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Razvrsti po: Naslov\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Razvrsti po: Izvajalec\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Razvrsti po: Album\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Top 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Prekrivanje zaslona zgoraj levo\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Prekrivanje zaslona spodaj desno\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Položaj podnapisov\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Nastavitev razmerja pixlov\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Premaknite puščico za prilagoditev prekrivanja zaslona\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Premaknite črto za nastavitev položaja podnapisov \"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Preoblikujte pravokotnik v popolni kvadrat\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Nastavitev ni mogoče naložiti\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Uporabljam privzete nastavitve\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Preverite XML datoteke\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Najdeno %i predmetov\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Rezultati iskanja\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Ni rezultatov\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Postprocesni Filter\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Podnapisi\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Pisava\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- velikost\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Dinamična kompresija\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Slika\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Zvok\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Prebrskaj za podnapisi\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Ustvari zaznamek\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Izbriši zaznamke\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Zamik zvoka\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Zaznamki\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Zamik\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Jezik\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Omogočeno\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Brez prepletanja\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- samodejno postprocesiranje\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Vertikalni deblokirni filter\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- horizontalni deblokirni filter\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- samodejna osvetlitev/Kontrast\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=samodejno)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Čiščenje baze podatkov\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Pripravljanje ...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Napaka v podatkovni bazi\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Iščem pesmi ...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Podatkovna baza je uspešno očiščena\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Čistim pesmi ...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Napaka pri čiščenju pesmi\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Čistim izvajalce ...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Napaka pri čiščenju izvajalcev\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Čistim žanre ...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Napaka pri čiščenju žanrov\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Čistim poti ...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Napaka pri čiščenju poti\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Čistim albume ...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Napaka pri čiščenju albumov\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Zapisujem spremembe ...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Napaka pri zapisovanju sprememb\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"To lahko vzame nekaj časa ...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Stiskam podatkovno bazo ...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Napaka pri stiskanju podatkovne baze\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Ali želite očistiti knjižnico?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Očisti knjižnico ...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Začni\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Pretvorba hitrosti sličic\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Audio izhod\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analogno\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digitalno\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Različni izvajalci\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Predvajaj ploščo\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Filmi\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Prilagodi hitrost sličic\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Igralci\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Leto\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programi\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Izključeno\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Zatemnitev\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Črno\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Sledi matrice\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Čas ohranjevalnika zaslona\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Tip ohranjevalnika zaslona\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Način zakasnjenega izklopa\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Vsi albumi\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Nedavno dodani albumi\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Ohranjevalnik\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Rekurzivna projekcija\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Nivo zatemnitve ohranjevalnika zaslona\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Razvrsti po: Datoteka\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Ojačevalec ima funkcijo AC3 \"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Razvrsti po: Ime\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Razvrsti po: Leto\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Razvrsti po: Ocena\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Naslov\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Nevihte\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Delno\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Pretežno\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Sončno\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Oblačno\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Sneg\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Dež\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Rahel\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"AM\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"PM\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Plohe\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Nekaj\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Razpršeni\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Veter\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Močan\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Šibak\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Jasno\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Oblaki\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Zgodnje\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Ploha\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Nalivi\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Nižje\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Srednje\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Višje\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Megla\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Meglice\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Izberi lokacijo\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Čas osveževanja\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Enote temperature\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Enote hitrosti\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Vreme\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temp.\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Občuti se kot\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV indeks\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Veter\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Rosišče\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Vlažnost\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"Od\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"piha\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Privzete vrednosti\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Povezujem se s ponudnikom vremena\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Pridobivam vremensko napoved za:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Vremenske napovedi ni mogoče prejeti\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Ročno\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Za izbrani album ni ocen\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Prenašam sličice ...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Ni na voljo\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Pogled: Velike ikone\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Moj Video/Žanr\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Izbriši informacije o albumu\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Izbriši informacije o CD-ju\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Izberi\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Informacij o albumu ni mogoče najti\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Informacij o CD-ju ni mogoče najti\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Plošča\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Vstavite pravilen CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Prosim vstavi naslednji CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Razvrsti po: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Brez predpomnilnika\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Odstrani film iz baze\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Ali resnično želite odstraniti '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Odstranljivi medij\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Odpiram datoteko\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Medpomnilnik\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Trdi disk\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Krajevno omrežje\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Zvok\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Samodejno predvajanje\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Omogočeno\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Stolpci\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Naslov 1. vrstice\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Naslov 2. vrstice\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Naslov 3. vrstice\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Naslov 4. vrstice\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Vrstice\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Način\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Preklopi pogled\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Podnapisi\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Zvočna sled\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[aktiven]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Podnapisi\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Osvelitev ozadja\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Osvetlitev\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Kontrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gama jakost\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Tip\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Premakni kurzor za spremembo položaja OSD-ja\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Položaj OSD\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Zasluge\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modčip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Izključi\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Samo glasba\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Glasba & video\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Seznama predvajanja ni mogoče naložiti\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Preobleka & jezik\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Izgled\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Zvočne nastavitve\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"O XBMC\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"album 2\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Izbriši album\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Ponovi\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Ponovi eno\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Ponovi mapo\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Samodejno predvajaj naslednjo datoteko\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Uporabi velike ikone\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Sprememba velikosti VobSubs\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Napredne nastavitve (za strokovnjake!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Splošna zmožnost ojačanja zvoka\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Povečaj ločljivost videa glede na GUI\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Umeritev\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Prikaži končnice datotek\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Razvrsti po: Tip\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"S spletno storitvijo se ni mogoče povezati\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Informacije o albumu ni mogoče prenesti\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Iščem imena albumov ...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Odprt\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Zaseden\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Prazen\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Nalagam informacije iz datotek ...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Razvrsti po: Uporaba\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Vključi Vizualizacijo\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Omogoči preklop med načini slike\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Začetno okno\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Domače okno\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Ročne nastavitve\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Žanr\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Izdelaj arhiv z transparentno datoteko\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Nedavno predvajani albumi\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Zaženi\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Zaženi v ...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Uredi XBE naslov\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Kompilacije\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Odstrani vir\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Zamenjaj predstavnost\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Izberi seznam predvajanja\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Nov seznam predvajanja ...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Dodaj seznamu predvajanja\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Ročno dodaj v knjižnico\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Vnesite naslov\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Napaka: Podvojen naslov\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Izberi žanr\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Nov žanr\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Ročni vnos\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Vnesite žanr\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Pogled: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Seznam\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Ikone\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Velik seznam\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Velike ikone\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Široko\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Veliko in široko\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Ikone albumov\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Ikone DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Predstavne informacije\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Zvočna izhodna naprava\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Naprava za preusmerjen zvok\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Ni biografije za tega izvajalca\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Pretvori večkanalni zvok v stereo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Razvrsti po: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Ime\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Datum\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Velikost\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Skladba\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Čas\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Naslov\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Izvajalec\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Seznam predvajanja\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Datoteka\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Leto\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Ocena\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Tip\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Uporaba\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Izvajalec albuma\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Število predvajanj\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Zadnjič predvajano\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Komentar\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Datum vnosa\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Privzeto\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Studio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Pot\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Država\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"V predvajanju\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Smer razvrščanja\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Način razvrščanja\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Pogled\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Zapomni si poglede za različne mape\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Naraščajoče\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Padajoče\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Uredi seznam predvajanja\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filtriraj\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Ustavi način zabave\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Način zabave\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Naključno\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Izključi\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Eno\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Vse\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Izključi\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Ponovi: Izključen\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Ponovi: Enega\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Ponovi: Vse\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Zajemi zvočni CD\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Srednje\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Običajno\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Ekstremno\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Konstantna bitna hitrost\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Zajemanje ...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Do:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"CD-ja ali zapisa ni mogoče zajeti \"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDARipPath ni nastavljen.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Zajemi zvočni posnetek\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Vnesite število\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Zvočni CD-ji\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Enkoder\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Kvaliteta\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bitna hitrost\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Vključi številko skladbe\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Vse pesmi od\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Pogled\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Običajno\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Povečaj\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Razpotegni 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Razširi na 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Razpotegni 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Prvotna velikost\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Po meri\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Ponovi Gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Ponovi Gain način\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Uporabi nivoje posnetkov\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Uporabi nivoje albuma\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Predn.- Predvajaj prejete datoteke \"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Predn. - Ne predvajaj  prejetih datotek\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Prepreči CLIP na prejetih datotekah\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Obreži črne robove\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Potrebno je razširiti veliko datoteko. Ali želite nadaljevati?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Odstrani iz knjižnice\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Izvozi video knjižnico\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Uvozi video knjižnico\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Uvažam\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Izvažam\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Prebrskaj za knjižnico\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Leta\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Posodobi knjižnico\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Prikaži razhroščevalne informacije\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Prebrskaj za programom\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Prebrskaj za seznamom predvajanja\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Prebrskaj za mapo\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Informacija o pesmi\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Ojačanje glasnosti\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Izberi mapo za izvoz\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Datoteka ni več na voljo.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Ali želite posnetek odstraniti iz knjižnice?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Prebrskaj za skripto\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Nivo stiskanja\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Čiščenje knjižnice\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Odstrani stare pesmi iz knjižnice\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Ta pot je že bila pregledana\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Omrežje\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"HTTP Proxy gostitelj\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"HTTP Proxy vrata\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Za povezavo do interneta uporabi proxy strežnik HTTP\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"XLink Kai XNadimek\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"XLink Kai Geslo\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internet Protokol (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Izbrana napačna vrata. Vrednost mora biti med 1 in 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"Proxy HTTP\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"Nastavitev\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Samodejno (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Ročno (statično)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Privzeto (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP Naslov\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- maska podomrežja\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- privzeti prehod\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS strežnik\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Shrani & ponovno zaženi\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Vnešen je bil napačen naslov. Vrednosti morajo biti oblike AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"s števili od 0 do 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Spremembe niso shranjene. Ali želite nadaljevati brez shranjevanja?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Spletni strežnik\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"Strežnik FTP\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Internetni Čas\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"Vrata Web strežnika\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Časovni strežnik\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Shrani & uporabi\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"Geslo Web Strežnika\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Brez\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"Nabor znakov\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- stil\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- barva\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Običajno\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Krepko\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Poševno\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Poševno ojačano\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Bela\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Rumena\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Datoteke\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Za ta pogled ni informacij ni na voljo\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Izključite način knjižnice\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Napaka pri nalaganju slike\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Uredi pot\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Zrcali sliko\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Ali ste prepričani?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Odstranjujem vir\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Dodaj bljižnico do programa\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Uredi pot programa\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Uredi ime programa\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Uredi globino poti\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Pogled: Velik seznam\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Rumena\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Bela\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Modra\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Svetlo zelena\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Rumeno zelena\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Turkizna\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Svetlo siva\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Siva\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Napaka %i: skupna raba ni dostopna\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Samodejni Fatx omejevalec\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Zvočni izhod\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Premikam\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Mapa projekcije slik\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Omrežna povezava\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Shrani in uveljavi nastavitve omrežne povezave\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Brez enkripcije\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Uveljavljam nastavitve omrežne povezave. Počakajte trenutek.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Omrežna povezava se je ponovno zagnala.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Omrežne povezave ni bilo mogoče zagnati.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Vmesnik je onemogočen\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Omrežni vmesnik je uspešno onemogočen.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Ime brezžičnega omrežja (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Dovoli programom na tem sistemu, da upravljajo z XBMC-jem\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Vrata\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Območje vrat\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Dovoli programom na drugih sistemih, da upravljajo z XBMC-jem\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Osnovni zamik ponovitve (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Ponavljajoči zamik ponovitve (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Največje število povezav\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Internetni dostop\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Vnešena je neveljavna številka vrat\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Veljavno območje vrat je 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Veljavno območje vrat je 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Predogled ohranjevalnika \"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Povezava ni mogoča\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC se ni mogel povezati z omrežno lokacijo.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Težava je lahko nastala, ker niste povezani z omrežjem.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Ali vseeno želite dodati vsebino?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"Naslov IP\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Dodaj omrežno lokacijo\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protokol\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Naslov strežnika\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Ime strežnika\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Oddaljena pot\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Mapa v skupni rabi\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Vrata\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Uporabniško ime\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Prebrskaj za omrežnim strežnikom\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Vnesite omrežni naslov strežnika\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Vnesite pot do strežnika\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Vnesite številko vrat\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Vnesite uporabniško ime\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Dodaj vir %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Vnesite poti ali prebrskajte za predstavnimi vsebinami.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Vnesite ime za ta predstavni vir.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Prebrskaj za novo skupno rabo\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Prebrskaj\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Informacij o mapi ni mogoče pridobiti.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Dodaj vir\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Uredi vir\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Uredi vir %s\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Vnesite novo oznako\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Prebrskaj za sliko\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Prebrskaj za mapo slik\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Dodaj omrežno lokacijo ...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Prebrskaj za datoteko\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Podmeni\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Omogoči gumbe v podmeniju\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Priljubljene\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Video vstavki\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Glasba vstavki\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Slike vstavki\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Nalagam mapo\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Prenešenih %i predmetov\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Prenešenih %i od %i predmetov\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Programi vstavki\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Nastavi sličico vstavku\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Nastavitve vstavka\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Dostopne točke\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Drugo ...\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Nastavitve skripte\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Singli\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"Odjemalec SMB\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Delovna skupina\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Privzeto uporabniško ime\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Privzeto geslo\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"Strežnik WINS\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Odpri skupno rabo SMB\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Odstrani\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Glasba\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Slike\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Datoteke\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Glasba & video\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Glasba & slike\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Glasba & datoteke\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Video & slike\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Video & datoteke\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Slike & datoteke\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Glasba, video & slike\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Glasba, video, slike & datoteke\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Onemogočeno\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Datoteke, glasba & video\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Datoteke, slike & glasba\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Datoteke, slike & video\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Glasba & programi\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Video & programi\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Slike & programi\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Glasba, video, slike & programi\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programi, video & glasba\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programi, slike & glasba\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programi, slike & video\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP uporabniško ime\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP uporabniško geslo\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Uprabniško geslo je uspešno nastavljeno\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Xbox povezava\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Samodejno zaznaj XBOX\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Vzdevek\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Vprašaj za povezavo\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Pošlji FTP uporabniško ime in geslo\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Ping Interval\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Povežem z samodejno zaznanim Xbox-om?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Oznani storitve drugim sistemom preko Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Poljubna zvočna naprava\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Poljubna naprava za preusmerjen zvok\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Drseče\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"in\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Zmrzal\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Pozno\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Izolirano\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Nevihte\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Grom\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Sonce\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Močno\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"v\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \" \"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"bližini\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Led\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Kristali\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Mirno\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"z\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"vetrovno\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"drizzle\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Nevihta\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Pršenje\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Megleno\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Toča\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Postavi zaslon v pripravljenost ob nedejavnosti\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Dolžina\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Napaka v skripti! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Tip LCD zaslona\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Domov\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programi\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Slike\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Upravljalnik datotek\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Nastavitve\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Glasba\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Video\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Sistemske informacije\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Nastavitve - Splošno\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Nastavitve - Zaslon\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Nastavitve - Izgled - Prilagajanje GUI\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Nastavitve - Video - Prilagajanje zaslona\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Nastavitve - Slike\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Nastavitve - Programi\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Nastavitve - Vreme\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Nastavitve - Glasba\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Nastavitve - Sistem\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Nastavitve - Video\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Nastavitve - Omrežje\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Nastavitve - Izgled\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Skripte\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Video/Seznam predvajanja\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Nastavitve - Profili\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Da/Ne dialog\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Dialog napredka dialog\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Iščem podnapise ...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Iščem ali začasno shranjujem podnapise ...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"končujem\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"medpomnenje\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Odpiram pretok\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Glasba/Seznam predvajanja\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Glasba/Datoteke\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Glasba/Knjižnica\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Urejevalnik seznama predvajanja\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Top 100 pesmi\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Top 100 albumov\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programi\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Nastavitve\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Vremenska napoved\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Omrežno igranje\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Razširitve\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Sistemske informacije\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Glasba - Knjižnica\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Trenutno predvajam - Glasba\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Trenutno predvajam - Video\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Info o albumu\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Info o filmu\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Izberi dialog\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Glasba/Informacije\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Potrdi Dialog\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Video/Informacije\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Skripte/Informacije\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Celozaslonska slika\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Audio vizualizacija\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Filestacking dialog\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Ponovno indeksiraj ...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Vrni se na okno glasbe\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Vrni se na okno videa\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Nadgradi Trainer listo\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Trainerjev ni moč najti\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Nastavitve Trainerjev\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Vsi registrirani Treinerji manjkajo.Nadgradi listo\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Samodejno zaženi iz zadnje znane pozicije\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Ne\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Da\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Vprašaj\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Predvajaj od začetka\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Začni od %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Potrjujem obstoječe trenerje...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Zaklenjeno! Vnesite geslo ...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Vnesite geslo\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Vnesite glavno geslo\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Vnesite geslo\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"ali pritisnite C za izhod\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Pritisnite kombinacijo tipk na ploščku in\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"pritisni Start ali Back na ploščku za izhod\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Nastavi zaščito\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Odkleni\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Ponastavi zaščito\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Odstrani zaščito\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Številčno geslo\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Kombinacija tipk na ploščku\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Celotno geslo\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Vnesite novo geslo\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Ponovno vnesite novo geslo\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Geslo je napačno,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"poskusov še na voljo\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Vnešeni gesli se ne ujemata.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Dostop zavrnjen\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Število ponovnih poskusov gesla je preseženo.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"XBOX se bo sedaj ugasnila.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Predmet je zaklenjen\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Ponovno aktiviraj zaščito\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Spremeni zaščito\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Zaščita vira\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Vnos je prazen. Poskusite znova.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Glavno geslo\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Ugasni sistem, če se preseže število ponovnih vnosov gesla\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Glavno geslo ni pravilno\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Vnesite pravilno glavno geslo\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Nastavitve & upravljalnik datotek\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Nastavi kot privzeto za vse filme\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"To bo ponastavilo vse prejšnje nastavitve\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Čas prikaza vsake slike\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Uporabi učinek premikanja in povečave\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Predvajaj NTSC v PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Predvajaj PAL v NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Predvajaj NTSC v PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12 urni prikaz časa\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24 urni prikaz časa\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Dan/Mesec\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Mesec/Dan\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Čas delovanja sistema\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Minut\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Ur\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Dni\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Skupni čas delovanja\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Vreme\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Ohranjevalnik zaslona\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Celozaslonski OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Sistem\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Takojšnja ustavitev trdega diska\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Samo slika\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Zakasnitev\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Najkrajše trajanje datoteke\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Ugasni\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Uporabi svojo pot do MSDash\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Funkcija ugašanja\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Izhod\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Mirovanje\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"V pripravljenost\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Izhod\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Ponovni zagon\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Ukaz gumba za izklop\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Ali je aktivna še kakšna seja, mogoče preko ssh?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Priključen odstranljivi trdi disk\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Nepravilna odstranitev naprave\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Naprava je uspešno odstranjena\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Priključena igralna palica\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Izključena igralna palica\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Filter proti utripanju\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Naj izbere gonilnik (zahteva ponovni zagon)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Vertikalna sinhronizacija\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Onemogočeno\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Omogočeno med predvajanjem videa\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Vedno omogočeno\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Preveri & uveljavi ločljivost\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Ali shranim ločljivost?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Zviševanje ločljivosti visoke kvalitete\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Onemogočeno\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Omogočeno za vsebine SD\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Vedno omogočeno\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Način zviševanja ločljivosti\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bikubično\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"Nivo zviševanja ločljivosti VDPAU HQ\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Izključi ostale zaslone\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Onemogočeno\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Izključi zaslone\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Zaznane so aktivne povezave!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"V primeru, da nadaljujete, mogoče ne boste več mogli upravljati z XBMC-jem\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \". Ali ste prepričani, da želite ustaviti strežnik dogodkov?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Ali spremenim način Apple Remote?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Če trenutno uporabljate Apple Remote za upravljanje\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, sprememba teh nastavitev lahko vpliva na zmožnost\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"nadaljnega upravljanja. Ali želite nadaljevati?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD geslo:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD temperatura:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD model:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD frmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD model:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD serijska:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD geslo:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD stanje :\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Maska podomrežja:\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Prehod:\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Primarni DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Neuspešna inicializacija\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Ploščki na vratih:\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Tipkovnica na vratih:\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Miška na vratih:\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Slušalke z mikrofonom na vratih:\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Spominska kartica na vratih:\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"IR-Daljinec na vratih:\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Preskoči Cd izbor\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Nikoli\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Takoj\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Čez %i s\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Datum namestitve HDD:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Števec vrtljajev HDD:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profili\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Ali izbrišem profil '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Zadnji naložen profil:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Neznano\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Prepiši\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Budilka\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Interval budilke (v minutah)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Začeto, alarm v %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarm!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Odpovedano z %im%is \"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Poišči podnapise v RAR datotekah\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Prebrskaj za podnapisi ...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Premakni predmet\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Premakni predmet sem\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Prekliči premik\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Strojna oprema:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Uporaba CPU:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Povezava je vzpostavljena, vendar DNS ni na voljo.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Trdi disk\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Shramba\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Privzeto\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Omrežje\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Strojna oprema\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Operacijski sistem:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Hitrost CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Zaznan BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Video enkoder:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Ločljivost zaslona:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"XBOX Verzija:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"XBOX Serijska št.:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"XBOX Proizvajalec:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"ModČip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V kabel:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Video in XBE Regija:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD regija:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Povezava je vzpostavljena\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Povezava ni vzpostavljena. Preverite omrežne nastavitve.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"XBLIVE geslo:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Željena temperatura\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Hitrost ventilatorja\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Samodejni nadzor temperature\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Ročna nastavitev hitrosti ventilatorja\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"Izgled pisav\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Omogoči obračanje dvostranskega besedila\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Prikaži RSS\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Prikaži datoteke v starševski mapi\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Način poimenovanja posnetkov\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Ali želite ponovno zagnati sistem\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"namesto samo XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Učinek povečave\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Učinek lebdenja\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Zmanjšanje črnih robov\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Ponovno zaženi\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Navzkrižni prehod pesmi\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Regeneriraj sličice\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Rekurzivne sličice\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Prikaži projekcijo slik\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Rekurzivna projekcija slik\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Naključno\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Samo levo\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Samo desno\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Omogoči podporo karaokam\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Prosojno ozadje\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Prosojno ospredje\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Zamik A/V\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s ni mogoče najti\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Napaka pri odpiranju %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"%s ni mogoče naložiti\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Napaka: Ni dovolj spomina\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Premakni navzgor\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Premakni navzdol\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Uredi oznako\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Napravi privzeto\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Odstrani gumb\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Sprednja LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Barva sprednje LED\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Obdrži trenutno\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Zelena\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Oranžna\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Rdeča\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Cikel\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Ugasni LED med predvajanjem\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Informacije o filmu\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Postavi v vrsto\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Preišči IMDb ...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Preglej za nove vsebine\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Sedaj predvajam...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Informacije o albumu\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Dodaj v knjižnico\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Ustavi pregledovanje\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Metoda izrisa\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Nizkokvalitetno senčenje\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Strojno prekrivanje\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Visokokvalitetno senčenje\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Predvajaj posnetek\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Določi sličico izvajalca\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Samodejno generiraj sličice\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Omogoči glas\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Omogoči napravo\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Glasnost\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Privzeti pogled\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Privzeta svetlost\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Privzeti kontrast\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Privzeta gama \"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Nadaljuj video\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Glasovna maska - Vrata 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Glasovna maska - Vrata 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Glasovna maska - Vrata 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Glasovna maska - Vrata 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Uporabi premikanje glede na čas\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Predloga za poimenovanje posnetkov - pravilno\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Prednastavitev\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Ni prednastavitev za vizualizacijo\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Ni nastavitev za vizualizacijo\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Odpri/Zapri\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Uporabi vizualizacijo pri predvajanju glasbe\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Preračunaj velikost\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Računam velikost mape\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Nastavitve slike\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Nastavitve zvoka in podnapisov\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Omogoči podnapise\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Bližnjice\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Pri razvrščanju izpusti predloge (npr. \\\"the\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Navzkrižni prehod pesmi v istem albumu\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Prebrskaj za %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Prikaži položaj posnetka\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Počisti privzeto\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Nadaljuj\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Pridobi sličico\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Informacije o sliki\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s prednastavitev\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(ocena uporabnikov IMDb)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Objavi na Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Najmanjša hitrost ventilatorja\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Prenašam\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Vključi izvajalce, ki se pojavljajo le na kompilacijah\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Metoda izrisa\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Samodejno zaznaj\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Osnovni senčilniki (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Napredni senčilniki (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Programska oprema\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Varno odstrani\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Tukaj začni projekcijo slik\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Zapomni si za to pot\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Uporabi medpomnenje pikslov\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Metoda sinhroniziranja A/V\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Zvočna ura\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Slikovna ura (zavrži/podvoji zvok)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Slikovna ura (pretvori zvok)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Kvaliteta pretvorbe\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Nizka(hitro)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Srednja\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Visoka\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Zelo visoka(počasno!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Sinhroniziraj predvajanje z zaslonom\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Upravljalnik Apple\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Dovoli zagon XBMC-ja preko upravljalnika\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Zamik zaporedja\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Onemogočeno\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Običajno\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Univerzalni upravljalnik\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Multi-upravljalnik (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Napaka upravljalnika Apple\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Združi\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Razdruži\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Prenašam seznam predvajanja ...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Prenašam seznam pretokov ...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Berem seznam pretokov ...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Prenos seznama pretokov ni uspel\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Prenos seznama predvajanja ni uspel\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Mapa iger\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Samodejni prikaz sličic glede na\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Omogoči samodejni preklop na pogled sličic\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Uporabi velike ikone\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Preklop temelji na\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Odstotki\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Brez datotek in vsaj ena sličica\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Vsaj ena datoteka in sličica\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Odstotki sličic\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Možnosti pogleda\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Spremeni področno kodo 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Spremeni področno kodo 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Spremeni področno kodo 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Knjižnica\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Brez TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Vnesite najbližje večje mesto\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video/Audio/DVD/HDD medpomnilnik\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Predpomnilnik slike - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalno omrežje\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Predpomnilnik zvoka - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalno omrežje\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"Predpomnilnik DVD - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalno omrežje\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Storitve\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Omrežne nastavitve spremenjene\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC zahteva ponovni zagon, da spremeni vaše\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"omrežne nastavitve. Ali ga želite ponovno zagnati?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Post Procesiranje\"\n\nmsgctxt \"#14042\"\nmsgid \"Internet connection bandwidth limitation\"\nmsgstr \"Strojni IP naslov\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Izklop med predvajanjem\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i s\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kb/s\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Zapis časa\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Zapis datuma\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Filtri GUI\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Pregleduj v ozadju\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Ustavi pregledovanje\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Ni mogoče med pregledovanjem\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Učinek zrnatosti filma\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Preišči za sličice na oddaljenih mapah v skupni rabi\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Neznan tip predpomnjenja - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Samodejno\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Vnesite uporabniško ime za\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Datum & čas\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Nastavi datum\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Nastavi čas\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Vnesite čas v 24 urnem formatu HH:MM\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Vnesite datum v formatu DD/MM/YYYY\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Vnesite naslov IP\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Ali takoj uporabim te nastavitve?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Uporabi spremembe\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Dovoli preimenovanje datotek ter brisanje\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Nastavi časovni pas\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Uporabi prestopni čas\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Dodaj med priljubljene\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Odstrani iz priljubljenih\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"Barve teme\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Država časovnega pasu\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Časovni pas\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Seznam datotek\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Prikaži slikovne informacije EXIF\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Uporabi celozaslonsko okno namesto pravega celozaslonskega načina\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Ob izbiri postavi pesmi v vrsto\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Predvajanje\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD-ji\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Samodejno predvajaj DVD-je\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Pisava podnapisov\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Jezik\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Nabor znakov\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Razhroščevanje\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Varnost\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Naprave vnosa\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Varčevanje energije\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Odstrani\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Igre\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Dodaj\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Geslo\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Knjižnica\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Podatkovna baza\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Vsi albumi\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Vsi izvajalci\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Vse pesmi\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Vsi žanri\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Medpomnenje ...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Navigacijski zvoki\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Privzeto\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"Tema preobleke\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Privzeta tema\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Prenesi pesmi na Last.FM\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.FM Uporabniško ime\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.FM Geslo\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Povezava ni mogoča: Spim.....\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Prosimo posodobite XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Nepravilna avtorizacija: Preveri uporabniško ime in geslo\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Povezan\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Brez povezave\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Posreduj interval %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"V medpomnilniku: %i pesmi\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Posredujem...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Posredujem v %i sek\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Predvajaj z ...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Uporabi gladko A/V Sinhronizacijo\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Skrij imena datotek v pogledu sličic\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Predvajaj v načinu zabave\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Prenesi Last.FM radio postajo na Last.FM\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Povezujem se na Last.FM...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Izberi postajo...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Izberi podobnega izvajalca...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Poišči podobne tage...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Tvoj profil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Vsi najbolši tagi\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Najbolši izvajalci za tag %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Najbolši albumi za tag %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Najboljše skladbe za tag %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Poslušaj tag %name% Last.FM radio\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Podobni izvajalci kot %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Najbolši %name% albumi\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Najbolši %name% zapisa\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Najbolši %name% tagi\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Največji privrženci %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Poslušaj %name% privrženčev Last.FM radio\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Poslušaj %name% zadjnega podobnega izvajalca fm. radia\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Najbolši izvajalci za uporabnika %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Najbolši albumi za uporabnika %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Najbolši zapisi za uporabnika %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Prijatelji uporabnika %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Sosedje uporabnika %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Tedenska lestvica umetnikov za %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Tedenska lestvica albumov za %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Tedenska lestvica skladb za %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Poslušaj %name% sosedski Last.FM radio\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Poslušaj %name% osebni Last.FM radio\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Poslušaj %name% željen zapis Last.FM radio\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Prenašam listo iz Last.FM\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Ne morem prenesti liste iz Last.FM\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Vnesi ime izvajalca za iskanje \"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Vnesi tag ime za iskanje podobnih\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Zadnje poslušane skladbe %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Poslušaj %name%'s priporočila Last.FM radio\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Top tags for user %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Želiš dodati trenutno skladbo med priljubljene?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Želiš prepovedati trenutno skladbo\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Dodano med priljubljene: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Ni bilo mogoče dodati '%s' med priljubljene.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Prepovedano: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Ni bilo moč prepovedati '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Tracks recently loved by %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Tracks recently banned by %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Remove from loved tracks\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Un-ban\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Do you want to remove this track from your loved tracks?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Do you want to un-ban this track?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Poti mogoče najti oz. je neveljavna\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"S strežnikom se ni mogoče povezati\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Strežnikov ni mogoče najti\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Delovne skupine ni mogoče najti\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Odpiram vir z več potmi\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Pot:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Splošno\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Nastavi audio strojno opremo\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Poizvedba na spletu\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Predvajalnik\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Predvajaj vsebino plošče\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Vnesite nov naslov\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Vnesite ime filma\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Vnesite ime profila\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Vnesite ime albuma\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Vnesite ime seznama predvajanja\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Vnesite novo ime datoteke\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Vnesite ime mape\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Vnesite mapo\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Možnosti: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Vnesite iskalni niz\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Brez\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Samodejna izbira\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Razpletanje\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (obrnjeno)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Uporaba prepletanja\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Odjavljam...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Vnesite ime izvajalca\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Predvajanje ni uspelo\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Enega ali več predmetov ni mogoče predvajati.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Vnesite vrednost\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Preberite več informacij v zapisniku.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Način zabave je preklican.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Pogojev ne izpolnjuje nobena pesem v bazi.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Ne morem inicializirati podatkovne baze\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Podatkovne baze ni mogoče odpreti.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Pesmi ni mogoče pridobiti iz baze.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Seznam predvajanja načina zabave\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Vsi posnetki\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Neogledanih\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Ogledanih\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Označi kot ogledan\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Označi kot neogledan\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Uredi naslov\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Uporabljaj samo NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Uporabljaj samo NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Uporabljaj samo NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Uporabljaj samo PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Za 60hz igre\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Operacija je bila preklicana\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Kopiranje ni uspelo\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Kopiranje vsaj ene datoteke ni uspelo\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Premikanje ni uspelo\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Premikanje vsaj ene datoteke ni uspelo\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Brisanje ni uspelo\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Brisanje vsaj ene datoteke ni uspelo\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Način spreminjanja velikosti videa\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Najbližji sosed\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinearno\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bikubično\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bikubično (programsko)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (programsko)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (programsko)\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU) Zmanjševanje šuma\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU) Ostrenje\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Obrnjeno Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Post-procesiranje\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Prikaži čas do zakasnjenega izklopa\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Preklopi na program\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Mapa shranjene glasbe\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Uporabi zunanji DVD predvajalnik\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Zunanji DVD Predvajalnik\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Mapa napovednikov\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Mapa za namizne posnetke\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Mapa seznamov predvajanja\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Posnetki\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Namizni posnetki\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Uporabi XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Seznami predvajanja glasbe\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Seznami predvajanja videa\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Ali želite zagnati igro?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Razvrsti po: Seznam predvajanja\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Oddaljena sličica\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Trenutna sličica\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Krajevna sličica\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Brez sličice\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Izberi sličico\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Konflikt\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Preglej novo\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Preglej vse\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Regija\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Kratek opis\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Zakleni okno glasbe\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Zakleni okno videa\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Zakleni okno slik\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Zakleni programski ter skriptni del\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Zakleni upravljalnika datotek\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Nastavitve zaklepanja\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Začni na novo\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Vstopi v način upravljanja\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Izstopi iz načina upravljanja\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Ali ustvarim profil '%s'?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Začni z svežimi nastavitvami\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Najboljša možna\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Samodejno preklopi med 16x9 in 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Obravnavaj združene datoteke kot eno datoteko\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Pozor\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Zapustili ste način upravljanja\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Vstopili ste v način upravljanja\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Sličica Allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Odstrani sličico\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Dodaj profil ...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Poizvedba informacij za vse albume\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Predstavne informacije\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Ločeno\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Privzeta skupna raba\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Privzeta skupna raba (samo za branje)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Kopiraj privzeto\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Slika profila\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Nastavitve zaklepanja\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Uredi profil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Zaklepanje profila\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Mape ni mogoče ustvariti\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Mapa profilov\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Začni z svežimi predstavnimi viri\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Prepričajte se, da je izbrana mapa zapisljiva\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"in da je ime nove mape veljavno\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Ocena MPAA\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Vnesite glavno geslo\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Vprašaj za glavno geslo pri zagonu\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Nastavitve preobleke\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- ni bližnjic -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Omogoči animacije\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Onemogoči RSS med predvajanjem glasbe\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Omogoči gumbe bližnjic\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Prikaži programe v glavnem meniju\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Prikaži glasbene informacije\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Prikaži vremenske informacije\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Prikaži sistemske informacije\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Prikaži prosti del na trdem disku C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Prikaži prosti del na trdem disku E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Vremenske informacije\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Prostor na trdem disku\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Vnesite naziv obstoječe skupne rabe\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Geslo za zaklepanje\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Naloži profil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Ime profila\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Predstavni viri\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Vnesite geslo za zaklepanje profila\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Prijavno okno\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Prenašam informacije o albumu\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Prenašam informacije za album\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Med predvajanjem CD-ja posnetkov ni mogoče zajeti\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Glavno geslo in nastavitve\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Vnos glavnega gesla vedno omogoči način upravljanja\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"ali kopiram iz privzete?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Ali shranim spremembe v profil?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Najdene stare nastavitve.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Ali jih želite uporabiti?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Najdeni stari predstavni viri.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Ločeno (zaklenjeno)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Koren\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"Povečava preobleke\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"Nastavitve UPnP-ja\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Samodejno zaženi odjemalca UPnP\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Zadnja prijava: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Nikoli prijavljen\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Prijava uporabnika / Izberi profil\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Uporabi zaklepanje ob prijavi\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Napačno zaščitno geslo.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Dejanje potrebuje nastavitev glavnega gesla.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Ali želite opraviti nastavitve sedaj?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Nalagam programske info.\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Žuriraj!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Drži\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Mešanje pijač\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Polnjenje kozarcev\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Prijavljen kot\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Odjava\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Pojdi na koren\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Valovanje\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Valovanje (invertirano)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Prelivanje\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Ponovno zaženi video\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Uredi omrežno lokacijo\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Odstrani omrežno lokacijo\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Ali želite pregledati mapo?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Spominska naprava\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Priključena spominska naprava\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Spominske naprave ni mogoče priključiti\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"Na vratih %i, reža %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Zakleni ohranjevalnik\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Zbirka\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Uporabniško ime\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Vnesite geslo za\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Zakasnitev izklopa\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Interval zakasnitve izklopa (v minutah)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Začeto, izklop čez %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Izključitev čez 30 minut\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Izključitev čez 60 minut\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Izključitev čez 120 minut\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Poljubna zakasnitev izklopa\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Izključi zakasnitev izklopa\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Zakleni nastavitve za %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Prebrskaj ...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Osnovne informacije\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Informacije o shrambi\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Informacije o trdem disku\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Informacije o DVD-ROM-u\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Omrežne informacije\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Informacije o videu\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Informacije o strojni opremi\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Skupaj\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Uporabljeno\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"od\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Zaklepanje ni podprto\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Ni zaklenjeno\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Zaklenjeno\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Zamrznjeno\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Potreben je ponovni zagon\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Teden\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Črta\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Omrežje Windows (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"Strežnik XBMSP\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"Strežnik FTP\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"Skupna raba glasbe iTunes (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"Strežnik UPnP\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Prikaži video informacije\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Uporabi\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Simboli\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Izbriši\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Presledek\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Osveži preobleko\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Obrni z uporabo informacije EXIF\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Uporabi plakate za TV serije\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Počakajte\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Shranjujem EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Shranjujem BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Omogoči samodejno drsenje povzetka & ocen\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Poljubno\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Omogoči zapisovanje razhroščevanja\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Med posodabljanjem prenesi dodatne informacije\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Spremeni ponudnika\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Izvozi glasbeno knjižnico\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Uvozi glasbeno knjižnico\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Izvajalca ni mogoče najti!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Prenašanje informacij o izvajalcu ni uspelo\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Žuriraj! (videi)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Mešanje pijač (videi)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Polnenje kozarcev (videi)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"Strežnik WebDAV (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"Strežnik WebDAV (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"Odjemalec MythTV\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Spletna mapa (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Spletna mapa (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Ni mogoče pisati v mapo:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Ali želite preskočiti in nadaljevati?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"Vir RSS\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Neznano. Prosim dodaj MD5 iz xbmc.log v BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Sekundarni DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"Strežnik DHCP:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Ustvari novo mapo\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Zatemni LCD pri predvajanju\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Neznano ali vgrajeno (zaščiteno)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Zatemni LCD pri pavzi\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Vključi LED med pavzo\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Video - Knjižnica\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Shranjene pozicije\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Razvrsti po: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Prenesi shranjene pozicije\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Shrani igro nameščeno na HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Napaka pri prenosu shranjene pozicije\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Izberi shranjeno pozicijo in jo namesti\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Ni shranjenih pozicij za prenos\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Pojdi v shranjene pozicije\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Shranjene pozicije\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Predvajaj odlomek ...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Ponastavitev prilagoditev\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"To bo ponastavilo vrednosti prilagoditev za %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"na privzete vrednosti.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Prebrskaj za ciljem\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Za poizvedbe uporabi imena map\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Datoteka\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Ali želite v poizvedbah uporabiti ime datoteke ali mape?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Določi vsebino\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Mapa\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Ali želite preiskati za vsebinami tudi v podmapah?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Odkleni vire\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Igralec\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Režiser\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Ali želite odstraniti vse predmete\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"this path from the library?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Filmi\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"TV serije\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Ta mapa vsebuje\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Zaženi samodejen pregled\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Preglej tudi podmape\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"kot\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Režiserji\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Na tej poti ni video datotek!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"glasov\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Informacije o TV seriji\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Informacija o epizodi\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Nalagam podrobnosti o TV seriji\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Prenašam opis epizod\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Iščem epizode v mapi\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Izberi TV serijo:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Vnesite ime TV serije\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Sezona %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Epizoda\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Epizod\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Nalagam podrobnosti o epizodi\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Odstrani epizodo iz knjižnice\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Odstrani TV serijo iz knjižnice\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"TV serija\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Povzetek epizode\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Vse sezone\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Skrij ogledane\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Št. prod.\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Prikaži povzetek neogledanih posnetkov\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Skrito zaradi razkrivanja zgodbe *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Določi sličico sezone\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Slika sezone\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Sezona\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Prenašam informacije o filmu\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Odstrani vsebino\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Naslov izvirnika\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Osveži informacije o TV seriji\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Ali želite osvežiti informacije vseh epizod?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Izbrana mapa vsebuje eno TV serijo\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Izključi mapo iz pregledovanja\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Posebne epizode\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Samodejno izberi sličico sezone\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Mapa vsebuje le en samostojni video\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Povezava do TV serije\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Odstrani povezavo do TV serije\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Nedavno dodani filmi\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Nedavno dodane epizode\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Studiji\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Videospoti\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Nedavno dodani videospoti\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Videospot\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Odstrani videospot iz knjižnice\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Informacije o videospotu\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Nalagam informacije o videospotu\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Mešano\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Pojdi na albume po izvajalcu\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Pojdi na album\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Predvajaj pesem\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Pojdi na videospote iz albuma\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Pojdi na videospote po izvajalcu\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Predvajaj videospot\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Samodejno naloži sličico igralca ob dodajanju v knjižnico\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Določi sličico igralca\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Odstrani zaznamek epizode\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Ustvari zaznamek epizode\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Nastavitve ponudnika\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Prenašam informacije o videospotu\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Prenašam informacije o TV seriji\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Napovednik\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Zravnaj\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Pregledujem nove vsebine\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Prvič na sporedu\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Scenarist\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Nikoli\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Če vsebuje le eno sezono\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Vedno\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Ima napovednik\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Nepravilno\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Projekcija grafik\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Izvozi v eno datoteko ali ločeno\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"ali za vsak vnos ločeno?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Ena datoteka\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Ločeno\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Ali želite izvoziti sličice in grafike?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Ali želite prepisati stare datoteke?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Izloči pot iz posodobitev knjižnice\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Preberi informacije o posnetku in ustvari sličice\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Zbirke\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Ali želite izvoziti sličice izvajalcev?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Izberi ozadje\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Krajevno ozadje\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Brez ozadja\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Trenutno ozadje\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Oddaljeno ozadje\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Spremeni vsebino\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Ali želite osvežiti informacije za vse\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"vseh predmetov s to potjo?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Ozadje\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Najdene krajevno shranjene informacije.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ali želite prezreti in osvežiti z interneta?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Informacij ni mogoče prenesti\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Ali želite nadaljevati s pregledovanjem?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Države\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Združi filme v zbirke\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Prikaži skrite datoteke in mape\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"Odjemalec TuxBox\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"OPOZORILO: Ciljna naprava TuxBox je v snemalnem načinu!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Pretok bo ustavljen!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Povezava s kanalom: %s ni uspel!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Ali ste prepričani, da želite začeti pretok?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Povezujem se z: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"Naprava TuxBox\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Dodaj skupno rabo ...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Postavi knjižnice videa in glasbe v skupno rabo preko UPnP-ja\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Uredi skupno rabo\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Odstrani skupno rabo\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Mapa s podnapisi\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Mapa s filmom & dodatnimi podnapisi\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Predvajaj navigacijske zvoke med predvajanjem vsebine\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Sličica\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Vsiljena regija DVD\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Izhod slike\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Razmerje slike\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Običajno\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Črni robovi\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Širokozaslonsko\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Omogoči 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Omogoči 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Omogoči 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Vnesite ime novega seznama predvajanja\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Prikaži gumb \\\"Dodaj vir\\\" v seznamih datotek\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Omogoči drsnike\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Izključi preklop filtriranja ogledanih vsebin v video knjižnici\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Odpri\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Upravljanje z akustičnimi nivoji\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Hitro\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Tiho\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Omogoči ozadja po meri\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Upravljanje z nivoji varčevanja energije\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Velika moč\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Nizka moč\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Dolga pripravljenost\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Kratka pripravljenost\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Predpomnjenje datotek večjih od 4GB ni mogoče\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Poglavje\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Visokokvalitetno senčenje v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Ob zagonu omogoči seznam predvajanja\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Uporabi animacije tween\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"vsebuje\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"ne vsebuje\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"je\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"ni\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"začne se z\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"konča z\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"večje kot\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"manjše kot\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"po\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"pred\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"v zadnjih\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"ne v zadnjih\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Ponudniki\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Privzet ponudnik informacij o filmih\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Privzet ponudnik informacij o TV serijah\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Večjezikovno\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Vrednost ustrezanja\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Pravilo pametnega seznama predvajanja\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Primerjaj predmete kjer\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Novo pravilo ...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Predmeti morajo ustrezati\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"vsem pravilom\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"enemu ali več pravilom\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Omeji na\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Brez omejitve\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Razvrščeno po\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"naraščajoče\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"padajoče\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Uredi pameten seznam predvajanja\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Ime seznama predvajanja\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Najdi predmete kjer\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Uredi\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i predmetov\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Nov pameten seznam predvajanja ...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"Pogon %c\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Uredi pravila načina zabave\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Domača mapa\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Število ogledanih\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Ime epizode\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Ločljivost slike\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Zvočni kanali\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Slikovni kodek\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Zvočni kodek\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Jezik zvoka\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Jezik podnapisov\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Oddaljeno upravljanje pošilja ukaze tipkovnice\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Ime datoteke\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Pot datoteke\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Velikost datoteke\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Čas/datum datoteke\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Številka diapozitiva\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Ločljivost\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Komentar\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Barvno/ČB\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Postopek JPEG\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Datum/Čas\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Opis\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Znamka fotoaparata\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Model fotoaparata\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Komentar EXIF\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Zaslonka\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Goriščna razdalja\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Oddaljenost ostrenja\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Izpostavljenost\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Čas izpostavljenosti\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Napaka izpostavljenosti\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Način izpostavljenosti\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Uporaba bliskavice\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Beline\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Vir svetlobe\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Način meteringa\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Digitalna povečava\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Širina CCD\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"Zemljepisna širina GPS\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"Zemljepisna dolžina GPS\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Nadmorska višina GPS\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orientacija\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Nadomestne kategorije\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Ključne besede\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Zapis\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Avtor\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Naslov\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Posebna navodila\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Kategorija\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Pripis\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Naslov pripisa\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Zasluge\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Vir\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Avtorske pravice\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Ime predmeta\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Mesto\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Zvezna država\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Država\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Prvotna referenca Tx\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Datum objave\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Copyright Flag\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Koda države\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Storitev referenc\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Dovoli upravljanje z XBMC-jem preko UPnP-ja\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Poskusi preskočiti uvod pred menijem DVD-ja\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Shranjena glasba\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Poizvedba informacij za vse izvajalce\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Prenašam informacije o albumu\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Prenašam informacije o izvajalcu\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Življenjepis\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Diskografija\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Iščem izvajalca\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Izberi izvajalca\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Informacije o izvajalcu\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Inštrumenti\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Rojstvo\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Ustanovljena\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Teme\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Razidena\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Smrt\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Leta aktivnosti\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Založba\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Rojstvo/Ustanovitev\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Ob zagonu posodobi knjižnico\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Vedno posodabljaj knjižnico v ozadju\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Zaostanek za: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Naprej za: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Zamik podnapisov\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"Gonilnik OpenGL:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"Izris OpenGL:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"Različica OpenGL:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"Temperatura MB:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Temperatura CPU:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Celoten pomnilnik\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Podatki o profilu\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Zatemni med prekinitvijo predvajanja\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Vsi posnetki\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Po naslovu\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Po skupini\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Programi v živo\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Posnetki po naslovu\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Vodič\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"V seznamih prikaži video datoteke\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Pisava\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Izvozi naslove karaok kot HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Izvozi naslove karaok kot CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Uvozi naslove karaok ...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Samodejno prikaži izbirnik pesmi\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Izvozi naslove karaok ...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Vnesite številko pesmi\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"bela/zelena\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"bela/rdeča\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"bela/modra\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"črna/bela\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Vključi teletekst\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Del %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Medpomnjenje %i bytov\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Ustavljanje\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Teče\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Aktiven zunanji predvajalnik\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Kliknite OK za prekinitev predvajalnika\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Kliknite OK, ko se predvajanje konča\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Dodatek\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Prilagodi\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Onemogoči\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Omogoči\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Tega dodatka ni mogoče dodatno nastaviti\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Način knjižnice\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"Tipkovnica QWERTY\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Naprava za preusmeritev zvoka v uporabi\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Uveljavi nastavitve filtra proti utripanju za igre\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Kvaliteta napovednika\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Pretok\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Prenesi\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Prenesi & predvajaj\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Prenesi & shrani\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Danes\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Jutri\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Shranjujem\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Kopiram\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Določi mapo prenosov\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Trajanje iskanja\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Kratko\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Dolgo\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Uporabi DVD predvajalnik namesto običajnega\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Vprašaj za prenos pred predvajanjem\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Odlomki\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Zvečer\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Jutri zvečer\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Stanje\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Padavine\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Dež\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Vlažno\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Občuti se\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Opazovano\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Odmik od običajnega\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Sončni vzhod\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Sončni zahod\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Podrobnosti\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Izgled\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Coverflow\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Prevedi besedilo\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Zgradi seznam %s kategorije\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 ur\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Karte\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Vsako uro\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Vikend\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s dan\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Opozorilo\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Opozorila\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Izberite vaš\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Preveri\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Nastavite\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Letni časi\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Uporabite vaš\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Glejte vaš\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Poslušajte\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Poglejte vaš\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Nastavite\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Zapusti\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Meni\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Predvajaj\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Možnosti\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Urejevalnik\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"O vašem\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Ocena\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Ozadje\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Ozadja\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Poljubno ozadje\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Poljubna ozadja\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Preberite Berime\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Preberite Zgodovino sprememb\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Ta različica %s za delovanje zahteva\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC revizije %s ali višje.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Posodobite XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Podatkov ni bilo mogoče najti!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Naslednja stran\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Ljubim\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Sovražim\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Ta datoteka je združena. Izberite del za predvajanje.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Pot do skripte\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Omogoči gumb s poljubno skripto\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Spanish/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<language locale=\"spanish\">\n\t<charsets>\n\t\t<gui>CP1252</gui>\n\t\t<subtitle>CP1252</subtitle>\n\t</charsets>\n\n\t<dvd>\n\t\t<menu>es</menu>\n\t\t<audio>es</audio>\n\t\t<subtitle>es</subtitle>\n\t</dvd>\n\n\t<regions>\n\t<region name=\"España\" locale=\"spain\">\n  \t  \t<dateshort>D/M/YYYY</dateshort>\n  \t  \t<datelong>DDD, DD' de 'MMMM' de 'YYYY</datelong>\n  \t  \t<time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n  \t  \t<tempunit>C</tempunit>\n  \t  \t<speedunit>kmh</speedunit>\n\t\t<timezone>CEST</timezone>\n\t</region>\n\t<region name=\"Canarias\">\n  \t  \t<dateshort>D/M/YYYY</dateshort>\n  \t  \t<datelong>DDD, DD' de 'MMMM' de 'YYYY</datelong>\n  \t  \t<time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n  \t  \t<tempunit>C</tempunit>\n  \t  \t<speedunit>kmh</speedunit>\n\t\t<timezone>GMT</timezone>\n\t</region>\n\t</regions>\n\n\t<sorttokens>\n\t\t<token>The</token>\n\t\t<token>El</token>\n\t\t<token>Los</token>\n\t\t<token>La</token>\n\t\t<token>Las</token>\n\t\t<token>Un</token>\n\t\t</sorttokens>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/Spanish/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Spanish (http://www.transifex.com/projects/p/xbmc4xbox/language/es/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: es\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Imágenes\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Vídeos\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"Guía de TV\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Ajustes\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Archivos\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"El Tiempo\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc media center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Lunes\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Martes\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Miércoles\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Jueves\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Viernes\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Sábado\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Domingo\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Enero\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Febrero\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Marzo\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"Abril\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Mayo\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Junio\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Julio\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"Agosto\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"Septiembre\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Octubre\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"Noviembre\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"Diciembre\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Lun\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Mar\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Mie\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Jue\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Vie\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Sab\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Dom\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Ene\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Feb\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Abr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"May\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Jun\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Jul\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Ago\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Sep\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Oct\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Dic\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Ver: Auto\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Ver: Auto grande\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Ver: Iconos\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Ver: Lista\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Analizar\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Ordenar por: Nombre\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Ordenar por: Fecha\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Ordenar por: Tamaño\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"No\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Sí\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Presentación\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Crear miniat.\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Crear miniaturas\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Accesos directos\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Pausado\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Copiar\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Mover\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Eliminar\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Renombrar\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Nueva carpeta\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Confirmar copiar\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Confirmar mover\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Confirmar eliminacion\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"¿Copiar estos archivos?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"¿Mover estos archivos?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"¿Eliminar estos archivos? ¡Ojo, no podrá deshacerse!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Estado\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Objetos\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"General\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Presentación\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Info del sistema\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Pantalla\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Álbumes\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Intérpretes\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Canciones\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Géneros\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Listas de reproducción\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Buscar\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Información del sistema\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperaturas:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Hora:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Actual:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Compilación:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Red:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Tipo:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"IP estática\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"Dirección MAC\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"Dirección IP\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Estado del enlace: \"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Half-duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Full-duplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Almacenamiento\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Unidad\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Libres\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Memoria libre\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Sin enlace\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Libres\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"No disponible\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Bandeja abierta\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Leyendo\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Sin disco\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disco presente\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Skin\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Activar servidor FTP\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Activar sincronización horaria desde Internet\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Resolución\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Ajustar frecuencia de refresco de pantalla al vídeo\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Fecha de publicación\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Mostrar vídeos 4:3 como\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Estados de ánimo\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Estilos\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Canción\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Duración\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Seleccionar álbum\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Pistas\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Crítica\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Actualizar\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Buscando álbum\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"¡No se encontraron álbumes!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Seleccionar todo\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Obteniendo información de medios\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Guardar\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Aleatorio\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Limpiar\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Analizar\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Buscando...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"¡No se encontró información!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Seleccione película:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Consultando %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Cargando detalles de la película\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Eslogan\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Resumen\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Votos:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Reparto\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Argumento\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Reproducir\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Siguiente\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Anterior\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Calibrar interfaz de usuario...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Calibración de vídeo...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Suavizar\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Cantidad de zoom\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Relación de aspecto\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"Unidad DVD\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Por favor, inserte un disco\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Recurso compartido remoto\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"La red no está conectada\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Cancelar\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Velocidad\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Probar patrones...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Consultar CDs de audio en Internet\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Lista de reproducción aleatoria al cargar\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Parar el disco duro tras\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Filtros de vídeo\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Ninguno\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Punto\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Lineal\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotrópico\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Cúbico gaussiano\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Minimificación\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Magnificación\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Borrar lista de reproducción al finalizar\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Visualización\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Seleccione el directorio destino\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Salida estéreo a todos los altavoces\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Número de canales\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- Decodificador compatible DTS\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Consultando información del CD\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Error\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Habilitar lectura de etiquetas\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Abriendo\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Esperando para empezar...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Salida de Scripts\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Permitir el control de XBMC por HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Grabar\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Detener grabación\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Ordenar por: Pista\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Ordenar por: Duración\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Ordenar por: Título\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Ordenar por: Intérprete\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Ordenar por: Álbum\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Top 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Compensación de overscan en esquina superior izquierda\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Compensación de overscan en esquina inferior derecha\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Posición de los subtítulos\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Ajuste de la proporción del píxel\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Mueva la flecha para variar la cantidad de imagen perdida por los lados\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Modifique la barra para variar la posición de los subtítulos\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Modifique el rectángulo hasta que sea un cuadrado perfecto\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"No se puede cargar la configuración\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Usando la configuración por defecto\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Por favor, compruebe los archivos .xml\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Encontrados %i elementos\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Resultados de la búsqueda\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"No se encontraron resultados\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Filtro de postprocesado\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Subtítulos\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Fuente\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Tamaño\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Compresión de rango dinámico\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Sonido\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Buscar subtítulos\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Crear marcador\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Borrar marcadores\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Retardo de sonido\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Marcadores\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"Decodificador compatible AAC\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"Decodificador compatible MP1\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"Decodificador compatible MP2\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"Decodificador compatible MP3\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Retardo\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Activado\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"No-Interpolado\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Postprocesado automático\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Filtro anti-cuadros vertical\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Filtro anti-cuadros horizontal\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Brillo/contraste automáticos\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Filtro anti-círculos\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Limpieza de la base de datos\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Preparando...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Error en la base de datos\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Buscando canciones...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Limpieza completada con éxito\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Limpiando canciones...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Error limpiando canciones\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Limpiando intérpretes...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Error limpiando intérpretes\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Limpiando géneros...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Error limpiando géneros\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Limpiando rutas...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Error limpiando rutas\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Limpiando álbumes...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Error limpiando álbumes\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Escribiendo cambios...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Error escribiendo cambios\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Esto puede llevar algún tiempo...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Comprimiendo la base de datos...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Error comprimiendo la base de datos\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"¿Quieres limpiar la base de datos de la colección?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Limpiar la base de datos de la colección...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Inicio\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Conversión de imágenes por segundo\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Salida de sonido\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analógica\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digital\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Varios intérpretes\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Reproducir disco\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Películas\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Ajustar imágenes/seg\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Actores\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Año\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Apagado\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Atenuar\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Negro\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Tipo Matrix\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Activar salvapantallas tras\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Modo del salvapantallas\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Apagar el equipo tras\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Todos los álbumes\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Álbumes recientes\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Salvapantallas\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Presentación R.\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Nivel de atenuación\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Ordenar por: Archivo\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"Decodificador compatible AC3\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Ordenar por: Nombre\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Ordenar por: Año\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Ordenar por: Calificación\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Título\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Tormenta\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"En parte\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Sobre todo\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Soleado\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Nuboso\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Nieve\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Lluvia\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Débil\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"AM\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"PM\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Chubascos\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Un poco\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Aislados\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Viento\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Fuerte\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Bueno\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Despejado\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Nuboso\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Temprano\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Chubascos\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Ráfagas de aire\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Bajo\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Medio\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Alto\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Niebla\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Bruma\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Seleccione un lugar\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Actualizar cada\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Temperatura en\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Velocidad en\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"El Tiempo\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temperatura\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Sen. térmica\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"Índice UV\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Viento\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Punto de rocío\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Humedad\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"De\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"a\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Por defecto\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Accediendo a El Tiempo\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Obteniendo el tiempo para:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"No se pueden obtener datos meteorológicos\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manual\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"No hay crítica para este álbum\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Descargando miniatura...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"No disponible\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Ver: Iconos grandes\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Bajo\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Eliminar información del álbum\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Eliminar información CDDB\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Seleccionar\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"No se encontró información del álbum.\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"No se encontró información CDDB.\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disco\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Inserte el CD/DVD correcto\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Por favor, inserte el siguiente CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Por: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Sin caché\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Eliminar película de la colección\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"¿Eliminar realmente '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Disco extraíble\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Abriendo archivo\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Caché\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Disco duro\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Red local\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Sonido\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Reproducción automática\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Activado\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Columnas\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Posición línea 1\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Posición línea 2\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Posición línea 3\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Posición línea 4\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Líneas\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Modo\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Cambiar vista\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Subtítulos\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Canal de sonido\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[activo]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Subtítulos\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Retroiluminación\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Brillo\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Contraste\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Tipo\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Mueva la barra para variar la posición del OSD\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Posición del OSD\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Créditos\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Apagado\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Sólo música\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Música y vídeo\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"No se puede cargar la lista de reproducción\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Skin e idioma\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Apariencia\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Opciones de sonido\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Acerca de XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Eliminar álbum\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Repetir\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Repetir uno\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Repetir directorio\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Reproducir automáticamente la siguiente canción\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Usar iconos grandes\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Redimensionar subtítulos VOB\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Opciones avanzadas (¡Sólo expertos!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Margen total de sonido (dB)\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Sobremuestrear vídeos a resolución XBMC\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Calibración\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Mostrar las extensiones de archivo\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Ordenar por: Tipo\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"No se puede conectar al servicio de búsqueda online\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Error al obtener la información del álbum\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Buscando nombres de los álbumes...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Abierto\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Ocupado\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Vacío\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Cargando información de archivos...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Odenar por: Uso\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Habilitar visualizaciones\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Habilitar cambio de modo de vídeo\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Pantalla de inicio\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Pantalla principal\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Ajustes manuales\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Género\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Álbumes reproducidos recientemente\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Lanzar\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Lanzar en..\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Editar título XBE\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Compilaciones\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Eliminar fuente\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Cambiar medio\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Seleccione lista de reproducción\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Nueva lista de reproducción\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Añadir a lista de reproducción\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Añadir manualmente a la colección\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Introduzca título\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Error: Título duplicado\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Seleccione género\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Nuevo género\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Adición manual\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Introduzca género\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Ver: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Lista\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Iconos\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Lista grande\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Iconos grandes\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Ancho\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Ancho grande\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Iconos de álbum\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Iconos de DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Info del medio\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Dispositivo de salida de audio\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Dispositivo de salida passthrough\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"No hay biografía para este artista\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Mezcla de audio multicanal a estéreo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Ordenar por: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Nombre\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Fecha\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Tamaño\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Pista\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Hora\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Título\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Artista\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Álbum\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Lista de reproducción\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Archivo\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Año\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Valoración\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Tipo\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Uso\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Álbum artista\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Contador de reproducción\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Reproducido por última vez\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Comentario\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Fecha de inclusión\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Por defecto\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Estudio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Ruta\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"País\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"En progreso\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Dirección de ordenación\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Método de ordenación\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Modo de vista\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Recordar vistas para distintos directorios\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Ascendente\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Descendente\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Editar lista de reproducción\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filtro\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Cancelar modo fiesta\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Modo fiesta\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Aleatorio\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Off\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Uno\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Todos\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Off\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Repetir: Off\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Repetir: Uno\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Repetir: Todos\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Ripear CD de audio\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Media\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Estándar\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Extrema\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Bitrate constante (CBR)\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Ripeando...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"A:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"No se puede ripear CD o Pista\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDARipPath no está definido.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Ripear pista de audio\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Introducir número\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"CDs de audio\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"CODEC\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Calidad\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bitrate\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Incluir número de pista\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Todas las canciones de\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Modo de vista\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zoom\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Adaptar a 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Adaptar a 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Adaptar a 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Tamaño original\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Personalizado\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"ReplayGain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Ajustes de volumen ReplayGain\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Usar volumen de la pista\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Usar volumen del álbum\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Nivel PreAmp - Ficheros con ReplayGain\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Nivel PreAmp - Ficheros sin ReplayGain\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Evitar distorsión digital en ficheros con ReplayGain\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Eliminar bordes negros\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Es necesario descomprimir un archivos grande. ¿Continuar?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Eliminar de la colección\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Exportar la base de datos de la colección de vídeo\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Importar la base de datos de la colección de vídeo\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Importando\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Exportando\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Explorar para la colección\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Años\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Actualizar la colección\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Ver información de depuración\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Buscar ejecutable\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Buscar lista de reproducción\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Buscar directorio\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Info de la canción\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Amplificación de volumen\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Escoja el directorio de exportación\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Éste archivo ya no está disponible\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"¿Le gustaría eliminarlo de la colección?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Búsqueda de script\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Nivel de compresión\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Limpiar la colección\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Eliminando canciones antiguas de la colección\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Esta ruta ya ha sido explorada anteriormente\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Red\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Servidor\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Usar un proxy HTTP para acceder a internet\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Protocolo de Internet (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Puerto especificado no válido. El valor debe estar entre 1 y 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"Proxy HTTP\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"Asignación\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automática (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manual (Estática)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Por defecto (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- Dirección IP\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Máscara de Subred\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Puerta de Enlace\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- Servidor DNS\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Guardar y reiniciar\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Dirección especificada no válida. El valor debe ser AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"con números entre 0 y 255\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Cambios no guardados. ¿Seguir sin guardar?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Servidor Web\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"Servidor FTP\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Hora desde internet\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"Puerto del servidor web\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Host del servidor horario\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Guardar y aplicar\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"Contraseña del Servidor Web\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Sin contraseña\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Juego de caracteres\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Estilo\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Color\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Negrita\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Cursiva\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Negrita cursiva\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Blanco\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Amarillo\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Archivos\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"No se ha explorado información para esta vista\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Por favor desactive el modo colección\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Error cargando imagen\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Editar ruta\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Añadir rec. compartido\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"¿Está seguro?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Eliminando rec. compartido\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Añadir enlace a programa\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Editar ruta programa\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Editar nombre programa\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Editar profundidad ruta\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Ver: Lista grande\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Amarillo\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Blanco\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Azul\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Verde claro\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Verde amarillento\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Verde azulado\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Gris Claro\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Gris\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Error %i: recurso no disponible\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Auto-limitador FATX\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Salida de audio\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Buscando\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Directorio de diapositivas\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Interfaz de red\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Nombre de la red inalámbrica (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Password de la red inalámbrica\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Seguridad de la red inalámbrica\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Guardar y aplicar la configuración de interfaz de red\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Sin cifrado\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Aplicando la configuración de interfaz de red. Por favor, espere.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"La interfaz de red se reinició con éxito.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"La interfaz de red no se inició con éxito.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Interfaz deshabilitada\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"La interfaz de red se deshabilitó con éxito.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Nombre de la red inalámbrica (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Permitir que los programas de este equipo controlen XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Puerto\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Rango de puertos\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Permitir que los programas de otro equipo controlen XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Retraso inicial de repetición (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Retraso continuo de repetición (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Número máximo de clientes\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Acceso a internet\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Número de puerto introducido inválido\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"El rango válido de puertos es 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"El rango válido de puertos es 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Vista previa del salvapantallas\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Imposible conectar\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC ha sido incapaz de conectar a la dirección de red.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Podría ser debido a que la red no esté conectada.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"¿Desea añadirla de todos modos?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"Dirección IP\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Añadir dirección de red\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protocolo\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Dirección del servidor\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Nombre del servidor\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Ruta remota\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Directorio compartido\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Puerto\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Usuario\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Buscar servidor de red\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Introduzca la dirección de red del servidor\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Introduzca la ruta en el servidor\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Introduzca el número de puerto\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Introduzca el nombre de usuario\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Añadir fuente %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Introduzca las rutas o busque la ubicación del medio.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Introduzca un nombre para la Fuente.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Buscar un nuevo recurso compartido\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Buscar\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"No se ha podido recuperar información del directorio.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Añadir fuente\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Editar fuente\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Editar fuente %s\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Introduzca la nueva etiqueta\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Buscar una imagen\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Buscar un directorio de imágenes\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Añadir sitio de red...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Buscar un archivo\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Submenú\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Habilitar botones de submenú\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Favoritos\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Plugins de vídeo\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Plugins de música\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Plugins de imágenes\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Cargando directorio\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"%i elementos obtenidos\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"%i de %i elementos obtenidos\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Plugins de aplicaciones\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Establecer miniatura de plugin\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Configuración del plugin\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Puntos de acceso\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Otro...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Nombre usuario\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Configuración de script\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Individual\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"Cliente SMB\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Grupo de trabajo\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Usuario por defecto\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Contraseña por defecto\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"Servidor WINS\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Montar recursos compartidos por SMB\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Eliminar\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Imágenes\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Archivos\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Música y vídeo \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Música e imágenes\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Música y archivos\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Vídeo e imágenes\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Vídeo y archivos\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Imágenes y archivos\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Música, vídeo e imágenes\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Música, vídeo, imágenes y archivos\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Deshabilitado\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Archivos, música y vídeo\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Archivos, imágenes y música\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Archivos, imágenes y vídeo\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Música y programas\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Vídeo y programas\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Imágenes y programas\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Música, vídeo, imágenes y programas\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programas, vídeo y música\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programas, imágenes y música\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programas, imágenes y vídeo\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"Usuario FTP\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"Contraseña FTP\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"¡Contraseña establecida con éxito!\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Autodetección\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Autodetectar sistema\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Apodo\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Preguntar antes de conectar\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Enviar usuario y contraseña FTP\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Intervalo de ping\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"¿Desea conectar al sistema autodetectado?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Anunciar estos servicios a otros sistemas a través de Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Dispositivo de audio personalizado\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Dispositivo passthrough personalizado\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"A la deriva\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"y\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Helando\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Tarde\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Aisladas\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Tormentoso\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Truenos\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Sol\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Fuerte\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"en\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"los\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Alrededores\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Hielo\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Granizo\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Calma\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"con\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"viento\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"llovizna\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Tempestad\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Llovizna\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Nublado\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Granos\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"Tempestades\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"Tormentas\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Apagar la pantalla cuando está inactivo\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Duración\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"¡Fallo en el script! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Habilitar LCD/VFD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Inicio\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Imágenes\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Explorador de archivos\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Configuración\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Vídeos\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Información del sistema\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Configuración - General\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Configuración - Pantalla\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Configuración - Pantalla - Posición del GUI\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Configuración - Pantalla - Calibración de pantalla\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Configuración - Imágenes\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Configuración - Programas\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Configuración - El Tiempo\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Configuración - Música\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Configuración - Sistema\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Configuración - Vídeos\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Configuración - Red\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Configuración - Apariencia\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Vídeos/Lista de reproducción\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Configuración - Perfiles\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Cuadro de diálogo Sí/No\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Diálogo de progreso\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Buscando subtítulos...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Cacheando subtítulos...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"finalizando\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"buffering\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Abriendo flujo\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Música/Lista de reproducción\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Música/Archivos\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Música/Colección\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Editor de listas de reproducción\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Top 100 canciones\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Top 100 álbums\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Configuración\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Pronóstico del Tiempo\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Juego en red\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Extensiones\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Info. sistema\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Música - Colección\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Reproduciendo - Música\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Reproduciendo - Vídeo\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Información de álbum\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Información de película\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Diálogo de selección\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Música/info\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Diálogo de OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Vídeos/Info\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Scripts/Info\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Vídeo a pantalla completa\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Visualización de sonido\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Diálogo de agrupar ficheros\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Reconstruir índice...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Volver a ventana Música\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Volver a ventana Vídeos\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Actualizar lista de trainers\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Trainer\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"No se encontraron trainers\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Configuración de trainers\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Faltan todos los trainers registrados. Actualice su lista\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Reanudar automáticamente desde la última posición\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"No\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Si\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Preguntar\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Comenzar desde el principio\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Reanudar desde %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Validando trainers existentes...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"¡Bloqueado! Introduzca código...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Introduzca la contraseña\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Introduzca el código maestro\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Introduzca el código de desbloqueo\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"o pulse C para cancelar\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Introduzca la combinación de botones en el gamepad y\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"pulse Inicio, o Atrás para cancelar\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Bloquear\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Desbloquear\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Reiniciar bloqueo\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Quitar bloqueo\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Contraseña numérica\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Combinación de botones del mando de juego\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Contraseña alfanumérica\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Introduzca la nueva contraseña\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Reintroduzca la nueva contraseña\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Contraseña incorrecta,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"intentos restantes\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Las contraseñas introducidas no coinciden.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Acceso denegado\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Límite de intentos de contraseña excedidos.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"El equipo se apagará ahora.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Elemento bloqueado\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Reactivar bloqueo\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Cambiar bloqueo\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Bloqueo de recurso\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Contraseña introducida en blanco. Inténtelo de nuevo.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Bloqueo maestro\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Apagar equipo si se excede el máximo de intentos\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"¡Código maestro no válido!\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"¡Por favor, introduzca un código maestro válido!\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Configuración y explorador de archivos\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Asignar por defecto para todas las películas\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Esto eliminará cualquier valor previamente salvado\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Mostrar cada imagen durante\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Usar efectos de movimiento y ampliación\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Reproducir vídeos NTSC con ratios PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Reproducir vídeos PAL con ratios NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Reproducir vídeos NTSC en PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"Reloj de 12 horas\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"Reloj de 24 horas\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Día/Mes\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Mes/Día\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Encendido hace\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Minutos\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Horas\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Días\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Tiempo total encendido\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"El Tiempo\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Salvapantallas\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"OSD a pantalla completa\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Sistema\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Parar el disco duro inmediatamente\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Sólo vídeo\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Retardo\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Duración mínima del archivo\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Apagar\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Usar ruta de dashboard personalizada\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Modo de apagado por defecto\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Salir\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Hibernar\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Suspender\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Salir\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Reiniciar\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Minimizar\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Acción del botón de apagado\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Existe otra sesión activa, ¿tal vez sobre ssh?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Disco duro extraíble montado\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Expulsión de dispositivo no segura\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Dispositivo expulsado correctamente\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick conectado\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick desconectado\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Filtro antivibración\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Permitir al dispositivo elegir (requiere reinicio)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Sinc. de refresco vertical\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Deshabilitado\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Al reproducir vídeo\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Siempre habilitado\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Probar y aplicar resolución\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"¿Guardar resolución?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"¿Desea mantener esta resolución?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Reescalado de alta calidad\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Deshabilitado\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Habilitado para contenido en baja definición\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Siempre habilitado\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Método de reescalado\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicúbico\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"Nivel de escalado de VDPAU HQ\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"Conversión del nivel de color del estudio VDPAU\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Refrescar otras pantallas\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Deshabilitado\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Refresco de pantallas\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"¡Conexiones activas detectadas!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Si continúa, puede que pierda el control de XBMC\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"¿Está seguro de que quiere parar el servidor de eventos?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"¿Cambiar modo del mando Apple?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Si está usando el mando Apple para controlar\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, cambiar éste ajuste puede afectar su capacidad\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"para continuar controlándolo.¿Desea continuar?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"Clave del HDD:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"Temperatura del HDD:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"Modelo del DVD:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"Firmware del DVD:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"Modelo del HDD:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"Número de serie del HDD:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"Firmware del HDD :\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"Contraseña del HDD:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"Estado del bloqueo del HDD:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Máscara de red\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Puerta de enlace\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"DNS Primario\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Fallo en inicialización\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Mando de juego\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Teclado\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Ratón\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Auricular/micrófono\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Unidad de memoria\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Mando a distancia\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Puerto del controlador\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Nunca\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Inmediatamente\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Después de %i segs.\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Fecha de instalación del disco duro:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Contador de encendidos del disco duro:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Perfiles\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"¿Eliminar el perfil '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Último perfil cargado:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Desconocido\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Sobrescribir\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Alarma del reloj\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Intervalo de alarma del reloj (en minutos)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Iniciada, alarma en %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"¡Alarma!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Cancelada antes de %im%is\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Buscar subtítulos en RARs\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Buscar subtítulos...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Mover elemento\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Mover elemento aquí\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Cancelar mover\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardware:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Uso de CPU:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Conectado, pero no hay un DNS disponible.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Disco duro\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Almacenamiento\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Por defecto\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Red\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Hardware\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Sistema operativo:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Velocidad de CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"BIOS detectada:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"CODEC de vídeo:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Resolución de pantalla:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Versión de Xbox:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Numero de serie de Xbox:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Fabricante de Xbox:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"ModChip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Cable A/V:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Región de vídeo y XBE:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"Región de DVD:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Conectado\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"No conectado. Compruebe la configuración de red.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Clave de Xbox Live:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Temperatura deseada\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Velocidad del ventilador\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Control del ventilador por temperatura\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Control manual del ventilador\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Fuentes del skin\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Invertir cadenas bidireccionales\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Activar noticias RSS\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Mostrar el icono de subir directorio\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Plantilla de nombrado de pistas\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"¿Desea reiniciar su equipo\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"en lugar de sólo XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Efecto de zoom\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Efecto de flotar\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Reducción de las bandas negras\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Reiniciar\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Mezclar pistas\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Regenerar miniaturas\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Miniaturas recursivas\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Ver presentación\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Presentación recursiva\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Reproducción aleatoria\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Estéreo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Sólo izquierdo\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Sólo derecho\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Activar el soporte de karaoke\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Transparencia del fondo\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Transparencia del primer plano\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Retardo A/V\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s no encontrado\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Error abriendo %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"No se puede cargar %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Error: memoria insuficiente\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Mover arriba\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Mover abajo\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Editar etiqueta\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Poner por defecto\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Quitar botón\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"LED frontal\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Color del LED frontal\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Dejarlo tal cual\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Verde\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Naranja\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Rojo\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Cíclico\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Apagar el LED al reproducir\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Información de la película\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Añadir elemento a la cola\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Buscar en IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Explorar nuevo contenido\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Reproduciendo...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Información del álbum\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Explorar todo para la base de datos de la colección\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Detener la exploración\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Método de renderizado\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Sombreado de píxeles de baja calidad\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Superposición por hardware\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Sombreado de píxeles de alta calidad\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Reproducir elemento\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Establecer miniatura de artista\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Generar miniaturas automáticamente\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Habilitar voz\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Habilitar dispositivo\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Volumen\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Modo de vista por defecto\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Brillo por defecto\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Contraste por defecto\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Gamma por defecto\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Reanudar vídeo\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Máscara voz - Puerto 0\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Máscara voz - Puerto 1\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Máscara voz - Puerto 2\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Máscara voz - Puerto 3\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Usar búsqueda basada en tiempo\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Plantilla de nombres de pistas correcta\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Ajustes predeterminados\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"No hay ajustes por defecto disponibles para esta visualización\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"No hay ajustes disponibles para esta visualización\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Expulsar/Cargar\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Usar visualización mientras se reproduce sonido\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Calcular tamaño\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Calculando tamaño de directorio\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Ajustes de vídeo\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Ajustes de sonido y subtítulos\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Habilitar subtítulos\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Accesos directos\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ignorar los artículos al ordenar (p.e. \\\"el, los\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Mezclar las canciones del mismo álbum\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Buscar %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Mostrar posición de la pista\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Borrar por defecto\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Continuar\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Obtener miniatura\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Información de imagen\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s ajustes por defecto\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(Valoración de usuarios de IMDb)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Sintonizar en Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Velocidad mínima de ventilador\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Descargando\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Incluir artistas que sólo aparecen en recopilaciones\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Método de renderizado\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Auto detectar\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Sombreado básico (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Sombreado avanzado (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Expulsar\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Comenzar presentación aquí\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Recordar esta ruta\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Usar objetos de búfer de píxeles\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Método sincronización de A/V\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Reloj de audio\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Reloj de vídeo (Audio Drop/Dupe)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Reloj de vídeo (remuestreo de audio)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Cantidad máxima remuestreo (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Calidad remuestreo\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Bajo (rápido)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Medio\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Alto\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Muy alto (¡lento!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Sincronizar la reproducción con el monitor\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Mando Apple\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Permitir el inicio de XBMC usando el mando\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Retraso en tiempo de secuencia\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Deshabilitado\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Estándar\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Mando universal\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Multi-mando (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Error de mando Apple\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"No se puede activar el soporte para el mando Apple.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Agrupar\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Desagrupar\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Descargando archivo de lista de reproducción...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Descargando lista de canales...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Procesando lista de canales...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Descarga de lista de canales fallida\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Descarga del archivo de lista de reproducción fallida\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Directorio de juegos\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Cambiar autom. a miniaturas según\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Activar cambio auto. a miniaturas\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Usar iconos grandes\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Cambio según:\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Porcentaje\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Sin archivos y al menos una miniatura\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Al menos un archivo y una miniatura\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Porcentaje de miniaturas\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Vista\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Cambiar el código del área 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Cambiar el código del área 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Cambiar el código del área 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Colección\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Sin TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Introduzca la ciudad grande más cercana\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Caché de vídeo/sonido/DVD - Disco duro\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Caché de vídeo - DVDRom\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Red Local\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Caché de sonido - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Red Local\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"Caché de DVD - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Red Local\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Servicios\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Configuración de red cambiada\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC necesita reiniciar para poder cambiar su\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"configuración de red. ¿Quiere reiniciar ahora?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Postprocesado\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Apagar mientras se está reproduciendo\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i seg\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Formato de hora\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Formato de fecha\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Filtros GUI\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Realizar la exploración en segundo plano\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Detener la exploración\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"No es posible mientras se explora la información de medios\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Efecto de granulado\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Buscar miniaturas en recursos compartidos remotos\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Tipo de caché desconocido - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Introduzca nombre de usuario para\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Fecha y hora\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Establecer la fecha\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Establecer la hora\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Introduzca la hora en formato 24 horas HH:MM\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Introduzca la fecha en formato DD/MM/YYYY\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Introduzca la dirección IP\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"¿Quiere aplicar las opciones ahora?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Aplicar cambios ahora\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Permitir el renombrado y borrado de archivos\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Establecer zona horaria\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Usar horario de verano\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Añadir a favoritos\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Eliminar de favoritos\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Colores\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"País del huso horario\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Huso horario\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Listas de archivos\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Mostrar la información EXIF de las imágenes\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Usar una ventana maximizada en lugar de pantalla completa\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Poner en la cola las canciones al seleccionarlas\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Reproducir CDs de audio de forma automática\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Reproducción\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVDs\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Reproducir DVDs de forma automática\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Fuente para subtítulos\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Internacional\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Conjunto de caracteres\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Depuración\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Seguridad\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Dispositivos de entrada\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Ahorro de energía\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Eliminar\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Juegos\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Añadir\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Contraseña\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Colección\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Base de Datos\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Todos los álbumes\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Todos los interpretes\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Todas las canciones\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Todos los géneros\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Cargando...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Sonidos de Navegación\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Por defecto\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Theme\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Tema predeterminado\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Enviar canciones a Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Usuario Last.fm\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Contraseña Last.fm\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Imposible conectar: durmiendo...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Por favor, actualice XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Autorización incorrecta: compruebe usuario y contraseña\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Conectado\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"No conectado\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Intervalo de envío %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Almacenadas %i canciones\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Enviando...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Enviando en %i segs\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Reproducir usando...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Usar sincronización A/V suavizada\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Ocultar nombres de archivo en vista de miniaturas\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Reproducir en modo fiesta\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Enviar canciones a Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Usuario Libre.fm\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Contraseña Libre.fm\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Envío de canción\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Enviar datos de radio Last.fm a Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Conectando a Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Seleccionando emisora...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Buscar intérpretes similares...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Buscar géneros similares...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Tu perfil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Top global de géneros\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Top intérpretes del género %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Top álbumes del género %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Top canciones del género %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Oir el género %name% desde la radio Last.fm\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Intérpretes similares a %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Top álbumes de %name%\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Top canciones de %name%\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Top géneros de %name%\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Mayores fans de %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Oir a fans de %name% desde la radio Last.fm\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Oir artistas similares a %name% desde la radio Last.fm\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Top intérpretes del usuario %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Top álbumes del usuario %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Top canciones del usuario %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Amigos del usuario %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Vecinos del usuario %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Gráfica semanal de intérprete para %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Gráfica semanal de álbum para %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Gráfica semanal de canciones para %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Oir a los vecinos de %name% desde la radio Last.fm\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Oir la radio Last.fm personal de %name%\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Oir canciones preferidas de %name% desde la radio Last.fm\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Obteniendo la lista desde Last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"No se puede obtener la lista desde Last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Introduzca un nombre de intérprete para buscar relacionados\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Introduzca un género para encontrar similares\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Canciones escuchadas recientemente por %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Escuche recomendaciones de %name% en la radio Last.fm\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Top de etiquetas para el usuario %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"¿Desea añadir la pista actual a su lista de canciones favoritas?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"¿Desea prohibir la reproducción de la pista actual?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Se ha añadido a sus canciones favoritas: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"No se pudo añadir '%s' a sus canciones favoritas.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Prohibida: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"No se pudo prohibir '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Canciones favoritas recientemente por %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Canciones prohibidas recientemente por %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Quitar de las canciones favoritas\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Quitar prohibición\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"¿Desea quitar esta pista de sus canciones favoritas?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"¿Desea quitar la prohibición de esta pista?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Ruta no encontrada o inválida\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Imposible conectar al servidor\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"No se encontraron servidores\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Grupo de trabajo no encontrado\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Abriendo marcador multi-directorio\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Ruta:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"General\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Consulta en internet\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Reproductor\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Reproducir desde disco\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Introduzca nuevo título\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Introduzca el nombre de la película\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Introduzca el nombre del perfil\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Introduzca el nombre del álbum\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Introduzca el nombre de la lista de reproducción\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Introduzca el nombre del nuevo archivo\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Introduzca el nombre del directorio\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Introduzca el directorio\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Opciones disponibles: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Introduzca la cadena de búsqueda\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Ninguno\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Selección autom.\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Desentralazar\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (Invertido)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Gestión del entrelazado\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Cancelando...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Introduzca el nombre del intérprete\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Reproducción de lista abortada\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Uno o más elementos fallaron al reproducirlos.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Introducir valor\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Compruebe el archivo de registro para más detalles.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Modo fiesta abortado.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"No hay canciones coincidentes en la colección.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"No se pudo inicializar la base de datos.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"No se pudo abrir la base de datos.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"No se pudieron obtener canciones de la base de datos.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Lista de reproducción del modo fiesta\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Todos los vídeos\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"No vistos\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Vistos\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Marcar como visto\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Marcar como no visto\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Editar título\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Usar NTSC-M y NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Usar sólo NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Usar sólo NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Usar sólo PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Para juegos a 60hz\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Operación abortada\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Fallo al copiar\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Fallo al copiar al menos un archivo\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Fallo al mover\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Fallo al mover al menos un archivo\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Fallo al borrar\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Fallo al borrar al menos un archivo\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Método de escalado de vídeo\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Vecino más cercano\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicúbico\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicúbico (software)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (software)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (software)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"(VDPAU)Temporal\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"(VDPAU)Temporal/Espacial\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)Reducción de Ruido\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)Agudeza\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Telecine inverso\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Post-procesamiento de vídeo\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Mostrar la cuenta atrás para el reposo\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Cambiar al canal\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Directorio de grabación de CDs de audio\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Usar reproductor DVD externo\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Reproductor DVD externo\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Directorio de trainers\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Directorio de instantáneas\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Directorio de listas de reproducción\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Grabaciones\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Instantáneas\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Usar XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Listas rep. música\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Listas rep. vídeo\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"¿Desea ejecutar el juego?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Ordenar por: Lista repr.\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Miniatura IMDb\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Miniatura actual\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Miniatura local\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Sin miniatura\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Elija miniatura\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Conflicto\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Explorar nuevos\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Explorar todo\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Región\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Resumen\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Bloquear la ventana de música\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Bloquear la ventana de vídeo\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Bloquear la ventana de imágenes\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Bloquear secciones de programas y scripts\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Bloquear el explorador de archivos\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Bloquear ajustes\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Inicio limpio\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Entrar en modo maestro\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Dejar modo maestro\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"¿Crear perfil '%s'?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Iniciar con ajustes limpios\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"La mejor disponible\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Cambio automático entre 16:9 y 4:3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Tratar archivos agrupados como un solo archivo\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Precaución\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Falta modo maestro\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Se entró en modo maestro\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Miniatura allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Eliminar miniatura\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Añadir perfil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Obtener la información para todos los álbumes\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Info de medio\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Separado\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Recursos comp. por defecto\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Recursos comp. por defecto (sólo lectura)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Copiar por defecto\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Imagen de perfil\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Preferencias de bloqueo\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Editar perfil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Bloquear perfil\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"No se puede crear el directorio\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Directorio del perfil\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Comenzar con fuentes de medios limpias\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Asegúrese de que el directorio seleccionable permite modificaciones\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"y que el nuevo directorio es válido\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Calificación MPAA:\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Introduzca código de bloqueo maestro\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Preguntar el código de bloqueo maestro al iniciar\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Ajustes de skin\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- no hay enlace establecido -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Habilitar animaciones\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Deshabilitar RSS con la música\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Habilitar accesos directos\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Mostrar programas en menú principal\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Mostrar información de música\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Mostrar información meteorológica\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Mostrar información de sistema\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Mostrar espacio disponible en C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Mostrar espacio disponible en E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Información meteorológica\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Espacio libre en disco\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Introduzca el nombre de un recurso existente\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Código de bloqueo\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Cargar perfil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Nombre de perfil\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Fuentes de medios\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Introduzca código de bloqueo de perfil\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Inicio de sesión\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Obteniendo info del álbum\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Obteniendo info para el álbum\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"No se puede copiar CD o pista mientras se reproduce el CD\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Código y configuración del bloqueo maestro\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Introducir el código maestro siempre habilita el modo maestro\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"o copiarlos de ajustes predefinidos?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"¿Guardar cambios al perfil?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Encontrados ajustes antiguos.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"¿Deseas usarlos?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Encontradas fuentes de medios antiguos.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Separado (bloqueado)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Raíz\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- Zoom\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"Ajustes UPnP\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Inicio automático de cliente UPnP\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Último inicio de sesión: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Nunca ha iniciado sesión\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Perfil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Inicio de sesión de usuario / Selecciona un perfil\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Usar bloqueo en pantalla de inicio de sesión\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Código de bloqueo no válido.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Esto requiere asignar el bloqueo maestro.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Deseas hacerlo ahora?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Cargando información de programa\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"¡Que empiece la fiesta!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Sí\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Mezclando bebidas\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Llenando vasos\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Iniciado como\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Cerrar sesión\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Ir a la raíz\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Entramado\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Entramado (invertido)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Mezclado\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Reiniciar vídeo\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Editar dirección de red\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Eliminar dirección de red\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"¿Quieres realizar una exploración del directorio?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Unidad de memoria\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Unidad de memoria montada\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Imposible montar unidad de memoria\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"En puerto %i, bahía %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Bloquear salvapantallas\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Configurar\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Usuario\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Introduzca contraseña para\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Temporizador de apagado\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Intervalo de apagado (en minutos)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Iniciado, apagado en %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Apagado en 30 minutos\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Apagado en 60 minutos\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Apagado en 120 minutos\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Apagado personalizado\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Cancelar apagado automático\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Bloquear preferencias para %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Explorar...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Información básica\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Información de almacenamiento\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Información de disco duro\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Información de DVD-ROM\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Información de red\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Información de vídeo\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Información de hardware\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Usado\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"de\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Bloqueo no soportado\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"No bloqueado\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Bloqueado\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Colgado\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Requiere reinicio\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Semana\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Línea\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Red Windows (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"Servidor XBMSP\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"Servidor FTP\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes: música compartida (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"Servidor UPnP\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Mostrar información de vídeo\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Hecho\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Mays.\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Bloq. Mays.\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Símbolos\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Borrado\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Espacio\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Recargar skin\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Rotar usando la información EXIF\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Usar vistas de posters para series de TV\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"¡Espere\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Copia de seguridad EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Copia de seguridad BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Permitir desplazamiento automático para el argumento y la reseña\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Personalizado\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Habilitar el registro de depuración\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Obtener la información del álbum cuando sea añadido\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Servicio por defecto para información de música\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Cambiar scraper\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Exportar la base de datos de la colección de música\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Importar la base de datos de la colección de música\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"¡No se encontraron artistas!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Falló la descarga de información de artista\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"¡Que empiece la fiesta! (vídeos)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Mezclando bebidas (vídeos)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Llenando vasos (vídeos)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"Servidor WebDAV (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"Servidor WebDAV (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"Cliente MythTV\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Directorio servidor web (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Directorio servidor web (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"No se puede escribir en la carpeta:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"¿Desea omitir y continuar?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"Canal RSS\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Desconocido. Por favor añada la firma MD5 de xbmc.log a BiosIDs.ini\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"DNS Secundario\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"Servidor DHCP:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Crear nuevo directorio\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Atenuar LCD al reproducir\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Desconocido o en placa (protegido)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Atenuar LCD al pausar\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Encender LED al pausar\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Vídeos - Colección\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Partidas guardadas\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Ordenar por: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Descargar partidas\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Guardar juego instalado en el HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Fallo al descargar partida guardada\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Seleccione partida guardada para descargar e instalar\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"No se ha encontrado partida guardada en Internet para el juego especificado\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Ir a partida guardada\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Partidas guardadas\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Reproducir fragmento...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Reiniciar calibrado\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Esto reiniciará los valores de calibración de %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"a sus valores por defecto.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Buscar destino\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Usar nombres de carpetas en búsquedas\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Archivo\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"¿Usar nombres de archivos o carpetas en búsquedas?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Establecer el contenido\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Carpeta\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"¿Buscar contenido recursivamente?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Desbloquear fuentes\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Intérprete\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Película\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Director\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"¿Deseas eliminar todos los elementos de\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"esta ruta de la base de datos?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Películas\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"Series de TV\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Este directorio contiene\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Ejecutar exploración automatizada\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Explorar recursivamente\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"como\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Directores\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"¡No se han encontrado vídeos en esta ruta!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"votos\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Información de serie de TV\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Información de episodio\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Cargando detalles de serie de TV\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Obteniendo guía de episodios\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Cargando info de episodios en directorio\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Seleccione serie de TV:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Introduzca el nombre de serie de TV\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Temporada %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Episodio\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Episodios\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Cargando detalles del episodio\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Eliminar episodio de colección\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Eliminar serie de TV de la colección\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Serie de TV\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Argumento del episodio\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Todas las temporadas\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Ocultar los vistos\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Código de Prod.\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Mostrar el argumento de los elementos no vistos\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Oculto para prevenir desenlaces *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Establecer miniatura de la temporada\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Imagen de la temporada\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Temporada\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Descargando información de vídeo\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Desasignar contenido\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Título original\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Actualizar información de serie de TV\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"¿Actualizar información de todos los episodios?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"La carpeta seleccionada contiene una única serie de TV\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Excluir directorio de la exploración\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Especiales\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Obtener automáticamente las miniaturas de temporada\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"El directorio contiene un solo vídeo\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Enlace a serie de TV\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Eliminar enlace a serie de TV\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Películas añadidas recientemente\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Episodios añadidos recientemente\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Estudios\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Videoclips\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Videoclips añadidos recientemente\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Videoclip\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Eliminar videoclip de la colección\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Información de videoclip\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Cargando información de videoclip\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Mezclado\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Ir a álbumes por artista\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Ir al álbum\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Reproducir canción\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Ir a videoclips desde el álbum\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Ir a videoclips por artista\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Reproducir videoclip\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Obtener automáticamente las miniaturas de actor\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Establecer miniatura de actor\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Eliminar marcador de episodio\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Establecer marcador de episodio\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Configuración del scraper\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Descargando información del videoclip\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Descargando información de serie de TV\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Trailer\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Acoplar\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Acoplar programas de TV\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Obtener fanart\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Mostrar fanarts en biblioteca de música y vídeo \"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Buscando contenido nuevo\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Emisión\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Escritor\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Limpiar nombres de fichero\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Nunca\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Si hay sólo una temporada\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Siempre\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Tiene trailer\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Falso\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Presentación de fanart\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"¿Exportar a un sólo archivo o separar\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"archivos por entrada?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Un sólo archivo\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Separar\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"¿Exportar miniaturas y fanart?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"¿Sobrescribir archivos antiguos?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Excluir ruta de actualizaciones de la colección\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Extraer los metadatos de información del medio\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Sagas\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Fijar miniaturas de películas\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Exportar miniaturas de actor\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Elegir fanart\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Fanart local\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Sin fanart\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Fanart actual\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Fanart remoto\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Cambiar el contenido\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"¿Desea actualizar la información para todos\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \" los elementos dentro de esta ruta?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Se ha encontrado información ya guardada.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"¿Desea ignorarla y actualizarla de Internet?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"No se ha podido descargar la información.\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"Probablemente el servidor no esté disponible.\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"¿Desea continuar escaneando?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Países\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Agrupar películas en sagas\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Mostrar archivos y directorios ocultos\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"Cliente TuxBox\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"¡AVISO: El dispositivo TuxBox está en Modo-Grabación!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"¡El medio se detendrá!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Cambio al canal: %s fallido!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"¿Seguro que desea iniciar el medio?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Conectando a: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"Dispositivo TuxBox\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Añadir recurso compartido...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Compartir las bibliotecas de vídeo y música a través de UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Editar recurso compartido\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Eliminar recurso compartido\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Directorio de subtítulos\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Directorio de los subtítulos de películas y otros\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Habilitar ratón\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Reproducir sonidos de navegación durante reproducción\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Miniatura\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Forzar región del reproductor DVD\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Hardware de vídeo\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Aspecto de vídeo\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Panorámica en 4:3 (Letterbox)\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Panorámica\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Habilitar 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Habilitar 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Habilitar 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Introduzca nombre de nueva lista de rep.\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Mostrar \\\"Añadir fuente\\\" en las listas de archivos\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Habilitar barras de desplazamiento\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Convertir el filtro mostrado en una opción de la colección de vídeo\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Abierto\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Nivel de gestión acústica\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Rápido\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Silencioso\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Habilitar fondo personalizado\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Nivel de gestión de energía\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Energía alta\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Energía baja\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Standby alto\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Standby bajo\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"No se pueden almacenar archivos mayores de 4 GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Capítulo\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Sombreado de píxeles de alta calidad v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Habilitar la lista de reproducción al inicio\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Usar animaciones con interpolado\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"contiene\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"no contiene\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"es\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"no es\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"empieza por\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"termina con\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"mayor que\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"menor que\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"después\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"antes\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"en los últimos\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"no en los últimos\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Scrapers\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Scraper por defecto para películas\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Scraper por defecto para series\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Scraper de vídeo musical por defecto\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Habilitar contenido basado en idioma del scraper\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Configuración\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Multi-idioma\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Valor a encontrar\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Regla de lista de reproducción inteligente\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Encontrar elementos donde\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Nueva regla...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Los elementos deben coincidir con\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"todas las reglas\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"una o más reglas\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Limitar a\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Sin límite\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Ordenar por\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"ascendente\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"descendente\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Editar lista de reproducción inteligente\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Nombre de la lista de reproducción\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Encontrar elementos que coincidan\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"- Editar\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i elementos\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Nueva lista de reproducción inteligente...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"Unidad %c\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Editar reglas del modo fiesta\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Directorio de inicio\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Veces visto\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Título del episodio\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Resolución de vídeo\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Canales de audio\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Códec de vídeo\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Códec de audio\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Idioma de audio\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Idioma de subtítulos\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"El mando a distancia envía pulsaciones de teclado\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Nombre de archivo\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Ruta de archivo\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Tamaño de archivo\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Fecha/hora de archivo\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Índice de diapositivas\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Resolución\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Comentario\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Color/BN\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Procesado JPEG\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Fecha/Hora\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Descripción\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Fabricante de cámara\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Modelo de cámara\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Comentario EXIF\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Apertura\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Longitud focal\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Distancia enfoque\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Exposición\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Tiempo de exposición\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Polarización de exposición\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Modo de exposición\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Flash usado\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Balance de blancos\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Fuente de luz\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Modo de medición\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Zoom digital\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Ancho CCD\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"Latitud GPS\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"Longitud GPS\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Altitud GPS\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orientación\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Categorías complementarias\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Palabras clave\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Leyenda\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Autor\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Titular\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Instrucciones especiales\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Categoría\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Línea de autor\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Título línea de autor\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Crédito\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Fuente\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Información de copyright\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Nombre de objeto\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Ciudad\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Estado\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"País\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Referencia Tx Original\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Fecha de creación\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Marca copyright\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Código de país\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Servicio referencia\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Permitir el control de XBMC vía UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Intentar saltar la introducción previa al menú DVD\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Música guardada\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Solicitar información para todos los artistas\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Descargando información de álbum\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Descargando información de artista\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biografía\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Discografía\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Buscando artista\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Seleccionar artista\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Información de artista\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instrumentos\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Nacido\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Formado\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Temas\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Separado\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Muerto\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Años activo\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Firma\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Nacido/Formado\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Actualizar la colección en el arranque\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Siempre actualizar la biblioteca en segundo plano\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- Sufijo DNS\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Retrasado en: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Adelantado en: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Retraso de subtítulos\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"Distribuidor OpenGL:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"Renderizador OpenGL:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"Versión OpenGL:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"Temperatura de MB:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Temperatura de CPU:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Memoria total\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Datos de perfil\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Atenuado si se pausa durante la reproducción de vídeo\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Todas las grabaciones\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Por título\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Por grupo\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Canales en vivo\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Grabaciones por título\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Guía\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Error permitido en relación de aspecto (%)\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Mostrar los archivos de vídeo en las listas\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"Distribuidor de DirectX:\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Versión de Direct3D:\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Fuente\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Tamaño\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Colores\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Juego de caracteres\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Como HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Como CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Importar los títulos de karaoke...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Mostrar el selector de canciones automáticamente\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Exportar los títulos de karaoke...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Introduzca número de canción\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"Blanco/Verde\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"Blanco/Rojo\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"Blanco/Azul\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"Blanco/Negro\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Plugin de El Tiempo\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- Configuración del plugin\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Activar el teletexto\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Parte %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Almacenando %i bytes\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Parando\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Ejecutando\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Reproductor externo activo\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Haga clic en Aceptar para cerrar el reproductor\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Haga clic en Aceptar cuando haya terminado la reproducción\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Add-on\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Configurar\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Desactivar\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Activar\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Este add-on no se puede configurar\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Modo Colección\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"Teclado QWERTY\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Pasarela de audio en uso\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Aplicar ajustes del filtro de parpadeo a los juegos\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Calidad el Trailer\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Flujo\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Descargar\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Descargar y reproducir\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Descargar y guardar\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Hoy\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Mañana\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Guardando\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Copiando\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Establecer el directorio de descarga\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Buscar por duración\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Corto\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Largo\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Forzar uso del DVD Player\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Preguntar si deseamos descargar vídeo antes de reproducirlo\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Clips\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Es necesario reiniciar el plugin\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Esta noche\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Mañana por la noche\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Condición\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Precipitación\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Lluvia\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Humedad\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Sensaciones\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Observado\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Salida de lo normal\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Amanecer\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Anochecer\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Detalles\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Pronóstico\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Flujo de portadas\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Traducir texto\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Categoría %s de lista de mapas\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 horas\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Mapas\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Por hora\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Fin de semana\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s día\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Alerta\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Alertas\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Elegir tus\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Comprobar\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Configurar el\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Temporadas\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Usar tus\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Mirar tus\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Escuchar\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Ver tus\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Configurar el\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Power\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Menú\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Reproducir\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Opciones\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Editor\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Acerca de\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Puntuación\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Fondo\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Fondos\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Fondo personalizado\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Fondos personalizados\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Ver Léeme\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Ver Cambios\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Esta versión de %s necesita un\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"revisión XBMC %s o mayor para funcionar.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Por favor, actualice su XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"¡No se han encontrado datos!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Página siguiente\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Me gusta\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"No me gusta\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Este archivo está partido. Seleccione la parte que desea reproducir.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Ruta al script\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Habilitar el botón de scripts personalizado\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Spanish (Mexico)/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<!--Translator: Josue Jeriel Camargo Cruz-->\n<!--Email: josue.camargo@gmail.com-->\n<language locale=\"spanish-mexican\">\n  <charsets>\n    <gui>CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n  <dvd>\n    <menu>es</menu>\n    <audio>en</audio>\n    <subtitle>es</subtitle>\n  </dvd>\n  <regions>\n    <region name=\"Mexico\" locale=\"Mexico\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D de MMMM de YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">h:mm:ss xx</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n  </regions>\n  \n  <sorttokens>\n    <token>The</token>\n    <token>Los</token>\n    <token>Las</token>\n    <token>El</token>\n    <token>La</token>\n  </sorttokens>\n</language>"
  },
  {
    "path": "Mod Files/system/language/Spanish (Mexico)/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Spanish (Mexico) (http://www.transifex.com/projects/p/xbmc4xbox/language/es_MX/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: es_MX\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Imágenes\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Videos\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"Guia-TV\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Ajustes\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Administrador archivos\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Clima\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"centro multimedia xbmc\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Lunes\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Martes\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Miercoles\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Jueves\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Viernes\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Sabado\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Domingo\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Enero\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Febrero\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Marzo\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"Abril\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Mayo\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Junio\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Julio\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"Agosto\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"Septiembre\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Octubre\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"Noviembre\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"Diciembre\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Lun\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Mar\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Mie\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Jue\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Vie\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Sab\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Dom\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Ene\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Feb\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Abr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"May\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Jun\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Jul\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Ago\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Sep\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Oct\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Dic\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Ver: Auto\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Ver: Auto agrandar\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Ver: Iconos\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Ver: Lista\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Analizar\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Ordenar por: Nombre\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Ordenar por: Fecha\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Ordenar por: Tamaño\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"No\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Sí\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Presentacion\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Crear miniat.\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Crear miniaturas\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Accesos directos\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Pausado\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Copiar\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Mover\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Eliminar\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Renombrar\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Nueva carpeta\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Confirmar copiar archivo\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Confirmar mover archivo\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Confirmar eliminar archivo?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Copiar estos archivos?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Mover estos archivos?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Eliminar estos archivos? - No puede deshacerse!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Estado\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Objetos\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"General\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Presentacion\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Info del sistema\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Pantalla\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albumes\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Interpretes\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Canciones\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Generos\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Listas de reproduccion\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Buscar\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Informacion del Sistema\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperaturas:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Hora:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Actual:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Compilación:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Red:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Tipo:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Estatica\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"Direccion MAC\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"Direccion IP\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Enlace: \"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Half duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Full duplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Almacenamiento\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Unidad\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Libre\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Memoria libre\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"No hay enlace\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Libre\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"No disponible\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Bandeja abierta\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Leyendo\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Sin Disco\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disco Presente\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Mascara\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Activar servidor FTP\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Activar sincronización horaria desde Internet\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Resolución\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Ajustar frecuencia de refresco de pantalla al video\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Fecha de publicación\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Mostrar videos 4:3 como\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Estados de ánimo\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Estilos\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Canción\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Duración\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Seleccionar álbum\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Pistas\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Crítica\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Actualizar\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Buscando álbum\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"¡No se encontraron álbumes!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Seleccionar todo\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Obteniendo información de medios\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Guardar\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Mezclar\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Limpiar\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Analizar\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Buscando...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"¡No se encontró información!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Seleccione película:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Consultando %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Cargando detalles de la película\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Eslogan\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Resumen\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Votos:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Reparto\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Argumento\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Reproducir\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Siguiente\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Anterior\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Calibrar interfaz de usuario...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Calibrar vídeo...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Suavizar\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Cantidad de zoom\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Relación de aspecto\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"Unidad DVD\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Por favor, inserte disco\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Recurso compartido remoto\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"La red no está conectada\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Cancelar\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Velocidad\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Patrones de prueba\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Consultar CDs de audio en freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Mezclar lista de reproducción al cargar\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Detener el disco duro tras\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Filtros de vídeo\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Ninguno\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Punto\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Lineal\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotrópico\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Cúbico gaussiano\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Minimificación\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Magnificación\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Borrar lista de reproducción al finalizar\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Reproducción automática de DVD Vídeo\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Reproducción automática de VCD/SVCD\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Reproducción automática de CD Audio\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Reproducción automática de juegos Xbox\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Reproducción automática de vídeos\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Reproducción automática de música\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Reproducción automática de imágenes\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Visualización\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Seleccione carpeta destino\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Salida estéreo a todos los altavoces\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Número de canales\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"Decodificador compatible DTS\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Consultando información del CD\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Error\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Habilitar lectura de etiquetas\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Abriendo\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Esperando para empezar....\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Salida de secuencias de comandos\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Permitir controlar XBMC via HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Grabar\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Detener grabación\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Por: Pista\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Por: Duración\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Por: Título\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Por: Intérprete\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Por: Álbum\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Top 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Compensación esquina superior izquierda\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Compensación esquina inferior derecha\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Posición de los subtítulos\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Ajuste de la relación de aspecto de pixel\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Mueva la flecha para variar la cantidad de imagen perdida por los lados\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Mueva la flecha para variar la posición de los subtítulos\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Modifique el rectángulo hasta que sea un cuadrado perfecto\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Imposible cargar la configuración\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Usando valores por defecto\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Por favor compruebe los archivos .xml\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Encontrados %i elementos\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Resultados de la búsqueda\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"No se encontraron resultados\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Filtro de postprocesado\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Subtítulos\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Tipografía\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"Tamaño\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Compresión de Rango Dinámico\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Sonido\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Buscar subtítulos\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Crear marcador\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Borrar marcadores\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Retardo de sonido\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Marcadores\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Retardo\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Idioma\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Activado\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"No-Interpolado\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Postprocesado automático\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Filtro anti-cuadros vertical\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Filtro anti-cuadros horizontal\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Brillo/contraste automáticos\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Filtro anti-círculos\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Limpiando base de datos\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Preparando...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Error en base de datos\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Buscando canciones...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Limpieza completada con éxito\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Limpiando canciones...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Error limpiando canciones\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Limpiando intérpretes...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Error limpiando intérpretes\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Limpiando géneros...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Error limpiando géneros\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Limpiando rutas...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Error limpiando rutas\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Limpiando álbumes...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Error limpiando álbumes\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Escribiendo cambios...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Error escribiendo cambios\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Esto puede llevar algún tiempo...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Comprimiendo base de datos...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Error comprimiendo base de datos\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"¿Quiere limpiar la Bibloteca?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Limpiar biblioteca...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Iniciar\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Conversión de imágenes por segundo\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Salida de sonido\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analógica\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digital\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Varios Intérpretes\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Reprod. disco\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Películas\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Ajustar Imágenes/seg\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Actores\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Año\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Apagado\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Atenuar\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Negro\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Tipo Matrix\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Activar salvapantallas tras\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Modo del salvapantallas\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Apagar consola tras\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Todos los álbumes\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Álbumes recientes\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Salvapantallas\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Pres. Recurs.\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Nivel de atenuación\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Por: Archivo\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"Decodificador compatible AC3\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Por: Nombre\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Por: Año\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Por: Valoración\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Título\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Tormentas\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Parcialmente\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Mayormente\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Soleado\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Nublado\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Nieve\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Lluvia\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Débil\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"AM\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"PM\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Chubascos\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Un poco\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Aislados\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Viento\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Fuerte\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Bueno\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Despejado\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Nublado\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Temprano\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Chubascos\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Ráfagas de aire\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Bajo\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Medio\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Alto\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Niebla\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Bruma\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Seleccione Lugar\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Actualizar cada\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Temperatura en\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Velocidad en\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"El Tiempo\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temperatura\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Sensación térmica\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"Índice UV\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Viento\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Punto Rocío\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Humedad\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"De\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"a\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Predef.\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Accediendo servicio de clima\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Obteniendo clima para:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Imposible obtener datos de clima\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manual\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"No hay crítica para este álbum\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Descargando miniatura...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"No disponible\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Ver: I. grandes\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Habilitar biblioteca\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Eliminar información del álbum\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Eliminar información CDDB\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Seleccionar\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"No se encontró información del álbum.\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"No se encontró información CDDB.\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disco\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Inserte el CD/DVD correcto\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Por favor, inserte el siguiente CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Por: DVD\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Sin Caché\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Eliminar película de la base de datos\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"¿Eliminar realmente '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Disco Removible\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Abriendo fichero\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Cache\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Disco Duro\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Red Local\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Sonido\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Reproducir automáticamente\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Activado\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Columnas\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Posición línea 1\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Posición línea 2\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Posición línea 3\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Posición línea 4\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Líneas\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Modo\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Cambiar vista\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Subtítulos\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Canal de sonido\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[activo]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Subtítulos\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Retroiluminación\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Brillo\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Contraste\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Tipo\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Mueva la barra para variar la posición del OSD\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Posición del OSD\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Créditos\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Apagado\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Sólo Música\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Música y Vídeo\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Imposible cargar la lista de reproducción\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Skin e idioma\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Apariencia\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Opciones de Sonido\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Acerca de XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Eliminar álbum\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Repetir\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Repetir Uno\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Repetir carpetas\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Reproducir automáticamente la próxima canción\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Usar iconos grandes\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Redimensionar subtítulos VOB\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Opciones Avanzadas (¡Sólo expertos!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Margen total de sonido\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Agrandar vídeos a resolución XBMC\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Calibración\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Mostrar extensiones\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Por: Tipo\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Imposible conectar al servicio enlinea \"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Error al obtener información de album\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Buscando nombres de los álbumes...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Abierto\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Ocupado\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Vacío\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Cargando informacion de archivos...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Por: Uso\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Habilitar Visualizaciones\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Habilitar cambio de modo de vídeo\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Pantalla de inicio\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Pantalla principal\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Ajustes manuales\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Género\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Obviar archivos comprimidos con un único fichero\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Álbumes reproducidos recientemente\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Lanzar\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Lanzar en..\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Editar título XBE\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Compilaciones\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Eliminar fuente\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Cambiar medio\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Seleccione lista de reproducción\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Nueva Lista de reproducción\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Añadir a Lista de reproducción\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Añadir manualmente a biblioteca\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Introduzca Título\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Error: Título duplicado\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Seleccione Género\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Nuevo género\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Adición manual\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Introduzca género\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Ver: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Lista\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Iconos\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Lista grande\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"I. Grandes\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Amplio\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Amplio Grande\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Iconos de Album\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Iconos de DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Info de Medio\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Dispositivo de salida de sonido\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Dispositivo de salida passthrough\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"No hay biografía para este artista\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Convertir audio multicanal a stereo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Ordenar por: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Nombre\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Fecha\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Tamaño\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Pista\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Hora\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Título\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Artista\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Álbum\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Lista de reproducción\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Fichero\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Año\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Calificación\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Tipo\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Uso\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Artista álbum\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Contador de reproducción\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Reproducido por última vez\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Comentario\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Fecha de inclusión\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Por defecto\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Estudio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Ruta\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"País\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"En progreso\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Dirección de ordenación\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Método de ordenación\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Modo de vista\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Recordar vistas para distintas carpetas\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Ascendente\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Descendente\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Editar lista de reproducción\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filtro\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Cancelar modo fiesta\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Modo fiesta\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Aleatorio\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Off\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Uno\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Todos\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Off\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Repetir: Off\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Repetir: Uno\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Repetir: Todos\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Ripear CD de Audio\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Media\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Estándar\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Extrema\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Bitrate constante\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Ripeando...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"A:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"No se puede copiar CD o Pista\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDARipPath no está definido.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Copiar pista de audio\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Introducir número\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"CDs de audio\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Codificador\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Calidad\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bitrate\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Incluir número de pista\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Todas las canciones de\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Modo de vista\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zoom\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Adaptar a 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Adaptar a 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Adaptar a 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Tamaño Original\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Personalizado\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Modo Replay gain\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Usar volumen de la pista\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Usar volumen del álbum\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Nivel PreAmp - archivos con ReplayGain\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Nivel PreAmp - archivos sin ReplayGain\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Evitar distorsión digital en archivos con ReplayGain\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Eliminar bordes negros\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Es necesario descomprimir un fichero grande. ¿Continuar?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Eliminar de la base de datos\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Exportar biblioteca de vídeo\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Importar biblioteca de vídeo\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Importando\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Exportando\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Buscar biblioteca\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Años\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Actualizar biblioteca\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Ver Info Depuración\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Buscar Ejecutable\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Buscar lista de reproducción\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Buscar carpeta\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Info. de la Canción\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Amplificación de Volumen\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Escoja la carpeta de exportación\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Éste archivo ya no está disponible\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"¿Le gustaría eliminarlo de la biblioteca?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Buscar Script\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Nivel de compresión\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Limpiando la biblioteca\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Eliminando canciones antiguas de la biblioteca\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Esta ruta ya ha sido explorada anteriormente\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Red\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"Anfitrión del proxy HTTP\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"Puerto del proxy HTTP\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Usar servidor proxy para acceder a internet\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"Usuario Proxy HTTP\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"Contraseña Proxy HTTP\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Protololo Internet (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Puerto especificado no válido. El valor debe estar entre 1 y 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"Proxy HTTP\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"Asignación\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automática (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manual (Estática)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Por defecto (Dashboard)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- Dirección IP\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Máscara de Subred\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Puerta de Enlace\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- Servidor DNS\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Guardar y Reiniciar\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Dirección especificada no válida. El valor debe ser AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"con números entre 0 y 255\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"¿Continuar sin guardar los cambios?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Servidor Web\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"Servidor FTP\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Hora desde Internet\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"Puerto del Servidor Web\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Host del Servidor Horario\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Guardar y Aplicar\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"Contraseña del Servidor Web\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Sin contraseña\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Juego de caracteres\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Estilo\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Color\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Negrita\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Cursiva\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Negrita Cursiva\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Blanco\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Amarillo\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Archivos\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"No se ha explorado información para esta vista\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Por favor apague el modo de biblioteca\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Error cargando imagen\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Editar ruta\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Añadir fuente\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"¿Está seguro?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Eliminando fuente\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Añadir Enlace a Programa\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Editar Ruta Programa\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Editar Nombre Programa\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Editar Profundidad Ruta\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Ver: Lista Grande\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Amarillo\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Blanco\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Azul\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Verde Claro\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Verde amarillento\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Verde azulado\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Gris claro\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Gris\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Error %i: recurso no disponible\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Auto Limitador FATX\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Hardware Sonido\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Buscando\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Carpeta de presentacion de diapositivas\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Interfaz de red\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Nombre de la red (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Password de la red\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Seguridad de la red\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Guardar y aplicar la configuración del interfaz de red\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Sin cifrado\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Aplicando la configuración del interfaz de red. Por favor, espere.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"La interfaz de red se reinició con éxito.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"La interfaz de red no se inició con éxito.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Interfaz deshabilitada\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"La interfaz de red se deshabilitó con éxito.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Nombre de la red inalámbrica (ESSID)\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Eventos remotos\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Permitir que programas en este equipo manejen a XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Puerto\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Rango de puertos de eventos remotos\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Permitir que programas de otros equipos manejen a XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Retraso inicial de repetición (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Retraso continuo de repetición (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Número máximo de clientes\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Accesso a Internet\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Se ingresó un número de puerto inválido\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"El rango válido de puerto es 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"El rango válido de puerto es 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Vista previa del salvapantallas\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Imposible conectar\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC no se puede conectar a la dirección de red.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Podría ser debido a que la red no esté conectada.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"¿Desea añadirla de todos modos?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"Dirección IP\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Añadir Dirección de Red\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protocolo\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Dirección del Servidor\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Nombre del Servidor\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Ruta Remota\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Carpeta compartida\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Puerto\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Usuario\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"servidor de red\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Introduzca la dirección de red del servidor\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Introduzca la ruta en el servidor\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Introduzca el número de puerto\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Introduzca el nombre de usuario\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Añadir fuente %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Introduzca las rutas o busque la ubicación del medio.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Introduzca un nombre para la Fuente.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Buscar un nuevo recurso compartido\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Buscar\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"No se ha podido recuperar información de la carpeta.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Añadir fuente\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Editar fuente\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Editar fuente %s\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Introduzca la nueva etiqueta\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Buscar imagen\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Buscar carpeta de imágenes\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Añadir sitio de red...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Buscar fichero\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Submenú\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Habilitar Botones de Submenú\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Favoritos\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Plugins Vídeo\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Plugins Música\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Plugins Imágenes\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Cargando carpeta\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"%i elementos obtenidos\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"%i de %i elementos obtenidos\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Plugins Aplicaciones\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Establecer miniatura de plugin\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Configuración del plugin\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Puntos de acceso\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Otro...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"Usuario de Servidor Web\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Configuración de Script\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Simples\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"Cliente SMB\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Grupo de trabajo\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Usuario por defecto\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Contraseña por defecto\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"Servidor WINS\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Montar recursos compartidos SMB\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Eliminar\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Imágenes\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Archivos\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Música y vídeo \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Música e imágenes\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Música y archivos\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Vídeo e imágenes\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Vídeo y archivos\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Imágenes y archivos\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Música, vídeo e imágenes\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Música, vídeo, imágenes y archivos\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Deshabilitado\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Archivos, música y video\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Archivos, imágenes y música\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Archivos, imágenes y video\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Música y programas\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Vídeo y programas\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Imágenes y programas\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Música, video, imágenes y programas\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programas, video y música\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programas, imágenes y música\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programas, imágenes y video\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"Usuario FTP\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"Contraseña FTP\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Usuario y contraseña establecidos exitosamente\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Autodetección\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Autodetección de otros sistemas\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Nickname\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Preguntar antes de conectar\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Enviar usuario y contraseña FTP\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Intervalo de Ping\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"¿Desea conectar al sistema autodetectado?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Publicar servicios con Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Dispositivo de audio especial\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Dispositivo passthrough especial\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"A la deriva\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"y\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Helando\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Tarde\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Aisladas\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Tormentas\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Truenos\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Sol\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Fuerte\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"en\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"la\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Vecindad\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Hielo\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Granizo\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Calma\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"con\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"ventoso\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"llovizna\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Tormenta Eléctrica\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Llovizna\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Brumoso\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Granos\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Poner pantalla en reposo cuando este inactiva\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Duración:\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Falló script : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Tipo de LCD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Inicio\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Imágenes\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Administrador de archivos\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Configuración\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Música\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Vídeos\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Información del Sistema\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Configuración - General\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Configuración - Pantalla\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Configuración - Pantalla - Calibración GUI\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Configuración - Videos - Calibración Pantalla\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Configuración - Imágenes\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Configuración - Programas\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Configuración - Clima\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Configuración - Música\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Configuración - Sistema\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Configuración - Videos\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Configuración - Red\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Configuración - Apariencia\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Scripts\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Vídeos/Lista de reproducción\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Configuración - Perfiles\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Cuadro de diálogo Sí/No\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Diálogo de Progreso\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Buscando subtítulos...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Cacheando subtítulos...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"finalizando\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"buffering\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Abriendo flujo\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Música/Lista de reproducción\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Música/Archivos\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Música/Biblioteca\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Editor de listas de reproducción\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Top 100 Canciones\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Top 100 Albumes\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programas\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Configuración\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Pronóstico del Tiempo\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Juego en Red\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Extensiones\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Info Sistema\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Música - Biblioteca\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Música - Reproduciendo\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Vídeo - Reproduciendo\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Info de álbum\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Infor de película\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Diálogo de Selección\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Música/info\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Diálogo de OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Vídeos/Info\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Secuencias de Comandos/Info\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Vídeo a pantalla completa\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Visualización de sonido\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Diálogo de agrupar archivos\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Reconstruir índice...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Volver a Ventana Música\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Volver a Ventana Vídeos\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Actualizar lista de trainers\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Entrenador\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"No se encontraron trainers\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Configuración de trainers\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Faltan todos los trailers registrados. Actualice su lista\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Continuar automáticamente desde la última posición\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"No\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Si\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Preguntar\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Comenzar desde el principio\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Continuar desde la posición %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Validando trainers existentes...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"¡Bloqueado! Introduzca código...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Introduzca la contraseña\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Introduzca el código maestro\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Introduzca el código de desbloqueo\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"o pulse C para cancelar\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Introduzca la combinación de botones en el gamepad y\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"pulse Start, o Back para cancelar\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Bloquear\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Desbloquear\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Reiniciar bloqueo\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Quitar Bloqueo\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Contraseña numérica\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Combinación de botones del mando de juego\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Contraseña alfanumérica\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Introduzca la nueva contraseña\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Reintroduzca la nueva contraseña\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Contraseña incorrecta,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"reintentos restantes\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Las contraseñas introducidas no coinciden.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Acceso Denegado\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Límite de intentos de contraseña excedidos.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"La Xbox se apagará ahora.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Elemento Bloqueado\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Reactivar Bloqueo\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Cambiar Bloqueo\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Bloqueo de Recurso\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Contraseña introducida en blanco. Inténtelo de nuevo.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Bloqueo Maestro\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Apagar equipo si se excede el máximo de intentos\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"¡Código Maestro no válido!\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"¡Por favor, introduzca un Código Maestro Válido!\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Configuración y Archivos\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Asignar por defecto para todas las Películas\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Esto eliminará cualquier valor previamente salvado\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Cantidad de tiempo para mostrar cada imagen\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Usar efectos de movimiento y ampliación\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Reproducir vídeos NTSC con ratios PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Reproducir vídeos PAL con ratios NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Reproducir vídeos NTSC en PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"Reloj de 12 horas\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"Reloj de 24 horas\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Día/Mes\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Mes/Día\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Encendido hace\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Minutos\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Horas\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Días\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Tiempo total encendido\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Clima\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Salvapantallas\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"OSD a pantalla completa\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Sistema\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Parar el disco duro inmediatamente\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Sólo Vídeo\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Retardo\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Duración mínima del fichero\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Apagar\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Usar Ruta de Dashboard Personalizada\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Acción de apagar\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Salir\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Hibernar\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Suspender\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Salir\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Reiniciar\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Minimizar\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Acción del boton de Encendido\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Existe otra sesión activa, ¿tal vez ssh?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Disco duro remoto montado\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Expulsión de dispositivo no segura\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Dispositivo eliminado correctamente\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick conectado\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick desconectado\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Filtro antivibración\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Permitir que el controlador elija (requiere reinicio)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Sinc. de refresco vertical\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Deshabilitado\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Al reproducir vídeo\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Siempre habilitado\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Probar resolución\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"¿Guardar resolución?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"¿Desea mantener esta resolución?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Reescalado de alta calidad\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Deshabilitado\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Habilitado para contenido en SD\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Siempre habilitado\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Método de reescalado\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicúbico\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"Nivel de reescalado HQ VDPAU\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Blanquear otras pantallas\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Deshabilitado\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Blanquear pantallas\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Conexiones activas detectadas!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Si continúa, puede que pierda el control de XBMC\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"¿Está seguro de que quiere parar el servidor de eventos??\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"¿Cambiar modo Apple remoto\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Si está usando Apple Remote para controlar\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, cambiar éste ajuste puede afectar su capacidad\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"para continuar controlándolo.¿Desea continuar?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"Clave del HDD:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"Temperatura del HDD:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"Modelo del DVD:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"Firmware del DVD:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"Modelo del HDD:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"Numero de serie del HDD:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"Firmware del HDD :\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"Contraseña del HDD:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"Estado del bloqueo del HDD:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Máscara de red\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Puerta de enlace\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"DNS Primario\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Fallo en inicialización\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Gampepad\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Teclado\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Ratón\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Auricular/micrófono\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"MemoryStick\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Mando a distancia\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Puerto del controlador\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Nunca\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Inmediatamente\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Después de %i segs.\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Fecha de instalación del disco duro:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Contador de encendidos del disco duro:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Perfiles\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"¿Eliminar el perfil '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Último perfil cargado:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Desconocido\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Sobreescribir\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Alarma de Reloj\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Intervalo de Alarma de Reloj (en minutos)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Iniciada, alarma en %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"¡Alarma!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Cancelada antes de %im%is\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Buscar subtítulos en RARs\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Buscar subtítulos...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Mover Elemento\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Mover Elemento Aquí\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Cancelar Movimiento\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hardware:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Uso de CPU:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Conectado, pero no hay un DNS disponible.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Disco duro\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Almacenamiento\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Por defecto\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Red de trabajo\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Vídeo\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Hardware\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Sistema operativo:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Velocidad de CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"BIOS detectada:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Codificador de Vídeo:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Resolución de pantalla:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Version de Xbox:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Numero de serie de Xbox:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Fabricante de Xbox:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"ModChip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Cable A/V:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Región de vídeo y XBE:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"Región de DVD:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Conectado\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"No conectado. Compruebe la configuración de red.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Clave de Xbox Live:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Temperatura deseada\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Velocidad del ventilador\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Control del ventilador por temperatura\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Control manual del ventilador\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Tipografías\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Invertir cadenas bidireccionales\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Activar noticias RSS\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Ocultar iconos de subir de carpeta\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Plantilla de nombrado de pistas\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"¿Desea reiniciar su sistema?\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"¿en lugar de sólo XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Efecto de Zoom\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Efecto de flotar\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Reducción de las bandas negras\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Reiniciar\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Mezclar pistas\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Regenerar miniaturas\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Miniaturas recursivas\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Ver presentacion de diapositivas\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Presentacion de diapositivas recursivo\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Reproducción aleatoria\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Estéreo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Solo izquierdo\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Sólo derecho\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Activar karaoke\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Transparencia del fondo\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Transparencia del primer plano\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Retardo A/V\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s no encontrado\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Error abriendo %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Imposible cargar %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Error: memoria insuficiente\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Mover arriba\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Mover abajo\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Editar etiqueta\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Crear por defecto\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Quitar botón\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"LED frontal\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Color del LED frontal\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Dejarlo tal cual\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Verde\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Naranja\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Rojo\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Cíclico\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Apagar el LED al reproducir\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Información de la película\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Añadir elemento a la cola\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Buscar en IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Explorar nuevo contenido\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Reproduciendo...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Información del álbum\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Explorar todo para la BD\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Detener la exploración\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Método de renderizado\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Pixel Shader Baja Calidad\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Superposición por Hardware\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Pixel Shader Alta Calidad\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Reproducir Elemento\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Establecer Imagen Artista\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Generar miniatura\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Habilitar voz\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Habilitar dispositivo\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Volumen\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Modo de vista por defecto\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Brillo por defecto\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Contraste por defecto\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Gamma por defecto\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Reanudar Vídeo\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Máscara Voz - Puerto 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Máscara Voz - Puerto 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Máscara Voz - Puerto 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Máscara Voz - Puerto 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Usar Búsqueda basada en tiempo\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Plantilla de nombres de pistas correcta\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Ajustes Predeterminados\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"No hay ajustes predet.\\ndisponibles para esta visualización\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"No hay ajustes disponibles\\npara esta visualización\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Expulsar/Cargar\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Usar visualización mientras se reproduce sonido\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Calcular Tamaño\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Calculando tamaño de carpeta\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Ajustes de vídeo\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Ajustes de sonido y subtítulos\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Habilitar subtítulos\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Atajos\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ignorar tokens al ordenar\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Enganchar pistas del mismo álbum\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Buscar %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Mostrar posición de la pista\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Borrar por defecto\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Continuar\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Obtener Miniatura\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Información de Imágen\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s ajustes\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(Calificación de usuarios de IMDb)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Top 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Sintonizar en Last.FM\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Velocidad mínima de ventilador\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Descargando\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Incluir artistas que sólo aparecen en compilaciones\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Método de renderizado\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Auto detectar\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Basic shaders (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Advanced shaders (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Software\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Expulsar\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Comenzar presentacion de diapositivas aqui\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Recordar para esta carpeta\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Usar objetos de buffer de pixel\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Método de sincron. de A/V\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Clock de audio\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Clock de video(Drop/Dupe audio)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Clock de video (Re-muestreo de audio)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Calidad de Re-muestreo\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Baja(rápido)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Media\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Alta\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Realmente alta(lento!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Sincronizar reproducción con la pantalla\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple Remote\"\n\nmsgctxt \"#13601\"\nmsgid \"Use MCE/Universal Remote\"\nmsgstr \"Modo\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Permitir arrancar XBMC desde remoto\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Retraso en tiempo de secuencia\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Deshabilitado\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Estándar\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Universal Remote\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Multi Remote (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Error de Apple Remote\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"No se puede activar el soporte para Apple Remote.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Agrupar\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Desagrupar\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Descargando fichero de lista de reproducción...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Descargando lista de canales...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Procesando lista de canales...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Descarga de lista de canales fallida\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Descarga del fichero de lista de reproducción fallida\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Carpeta de Juegos\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Auto cambiar a miniaturas basadas en \"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Habilitar auto cambio a vista de miniaturas\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Usar Iconos Grandes\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Cambio según\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Porcentaje\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Sin archivos y al menos una miniat.\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Al menos un fichero y una miniat.\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Porcentaje de miniaturas\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Vista\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Cambiar código de área 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Cambiar código de área 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Cambiar código de área 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Biblioteca\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Sin TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Introduzca la ciudad grande más cercana\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Caché de vídeo - Disco Duro\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Caché de vídeo - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Red Local\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Caché de sonido - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Red Local\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"Caché de DVD - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Red Local\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Servicios\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Configuración de red cambiada\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC necesita reiniciar para poder cambiar su\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"configuración de red. ¿Quiere reiniciar ahora?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Postprocesado\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Apagar mientras está reproduciendo\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i seg\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Formato de Hora\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Formato de Fecha\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Filtros GUI\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Realizar la exploración en segundo plano\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Detener la exploración\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"No es posible mientras se explora la información de medios\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Efecto Pelicula con Textura Granulada\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Buscar miniaturas en recursos compartidos remotos\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Tipo de Caché Desconocido - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Introduzca nombre de usuario para\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Fecha y Hora\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Establecer Fecha\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Establecer Hora\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Introduzca la Hora en formato HH:MM 24 horas\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Introduzca la Hora en formato DD/MM/YYYY\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Introduzca la dirección IP\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"¿Quiere aplicar las opciones ahora?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Aplicar cambios ahora\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Permitir el renombrado y borrado de archivos\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Establecer Zona Horaria\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Usar Horario de Verano\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Añadir a favoritos\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Eliminar de favoritos\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Colores\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"País del huso horario\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Huso horario\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Listas de archivos\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Mostrar informacion EXIF de imágenes\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Usar ventana de pantalla completa en vez de pantalla completa real\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Encolar camciones al seleccionar\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Reproducir\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVDs\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Reproducir DVDs automaticamente\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Tipografía de subtitulos\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Internacional\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Juego de carácteres\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Debugging\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Seguridad\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Dispositivos de entrada\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Ahorro de energía\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Eliminar\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Juegos\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Añadir\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Contraseña\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Biblioteca\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Base de datos\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Todos Albums\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Todos Artistas\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Todas Canciones\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Todos Géneros\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Almacenando...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Sonidos de navegación\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Según skin\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"Tema del skin\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Tema por defecto\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.FM\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Enviar canciones a Last.FM\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Usuario Last.FM\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Contraseña Last.FM\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Imposible conectar: durmiendo...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Por favor, actualice XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Autorización incorrecta: compruebe usuario y contraseña\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Conectado\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"No Conectado\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Intervalo de Envío %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Almacenadas %i Canciones\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Enviando...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Enviando en %i segs\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Reproducir Usando...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Usar sincronización A/V suavizada\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Ocultar nombres de fichero en vista de miniaturas\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Reproducir en modo fiesta\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Enviar datos de radio Last.FM a Last.FM\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Conectando a Last.FM...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Seleccionando emisora...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Buscar intérpretes similares...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Buscar géneros similares...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Tu perfil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Top global de géneros\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Top intérpretes del género %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Top álbumes del género %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Top canciones del género %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Oir el género %name% desde la radio last.fm\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Intérpretes similares a %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Top álbumes de %name%\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Top canciones de %name%\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Top géneros de %name%\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Mayores fans de %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Oir a fans de %name% desde la radio last.fm\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Oir artistas similares a %name% desde la radio last.fm\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Top intérpretes del usuario %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Top álbumes del usuario %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Top canciones del usuario %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Amigos del usuario %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Vecinos del usuario %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Gráfica Semanal de intérprete para %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Gráfica Semanal de album para %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Gráfica Semanal de canciones para %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Oir a los vecinos de %name% desde la radio last.fm\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Oir la radio last.fm personal de %name%\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Oir canciones preferidas de %name% desde la radio last.fm\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Obteniendo la lista desde last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"No se puede obtener la lista desde last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Introduzca un nombre de intérprete para buscar relacionados\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Introduzca un género para encontrar similares\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Canciones escuchadas recientemente por %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Escuche recomendaciones de %name% en la radio Last.FM\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Top de etiquetas para el usuario %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"¿Desea añadir la pista actual a su lista de canciones favoritas?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"¿Desea prohibir la reproducción de la pista actual?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Se ha añadido a sus canciones favoritas: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"No se pudo añadir '%s' a sus canciones favoritas.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Prohibida: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"No se pudo prohibir '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Canciones favoritas recientemente por %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Canciones prohibidas recientemente por %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Quitar de las canciones favoritas\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Quitar prohibición\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"¿Desea quitar esta pista de sus canciones favoritas?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"¿Desea quitar la prohibición de esta pista?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Ruta no encontrada o inválida\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Imposible conectar al servidor\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"No se encontraron servidores\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Grupo de trabajo no encontrado\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Abriendo marcador multi-carpeta\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Ruta:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"General\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Configurar el hardware de sonido...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Búsqueda en internet\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Reproductor\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Reproducir desde disco\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Introduzca nuevo título\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Introduzca el nombre de la Pelicula\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Introduzca el nombre del Perfil\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Introduzca el nombre del Album\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Introduzca el nombre de la Lista de Reproducción\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Introduzca el nombre del Nuevo Fichero\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Introduzca el nombre del carpeta\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Introduzca el carpeta\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Opciones disponibles: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Introduzca la cadena de búsqueda\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Ninguno\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Seleccionar Auto.\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Desentralazar\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (Invertido)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Gestión del entrelazado\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Cancelando...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Introduzca el nombre del intérprete\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Falló reproducción\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Falló la reproducción de uno o más items.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Introducir valor\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Verifique los detalles en el archivo log.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Modo fiesta abortado.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"No hay canciones coincidentes en la base de datos.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"No se pudo inicializar la base de datos.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"No se pudo abrir la base de datos.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"No se pudo obtener canciones de la base de datos.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Lista de reproducción del modo fiesta\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Todos los vídeos\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Los no vistos\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Los ya vistos\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Marcar como vistos\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Marcar como no vistos\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Editar título\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Usar NTSC-M y NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Usar sólo NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Usar sólo NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Usar sólo PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Para juegos a 60hz\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Operación abortada\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Fallo al copiar\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Fallo al copiar al menos un fichero\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Fallo al mover\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Fallo al mover al menos un fichero\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Fallo al borrar\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Fallo al borrar al menos un fichero\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Método de escalado de vídeo\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Vecino más cercano\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicúbico\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicúbico (software)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (software)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (software)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"(VDPAU)Temporal\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"(VDPAU)Temporal/Espacial\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)Reducción de Ruído\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)Agudeza\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Telecine inverso\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Post-procesado\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Mostrar cuenta atrás para el reposo\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Cambiar a canal\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Carpeta de grabación de CDs de audio\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Usar Reproductor DVD externo\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Reproductor DVD externo\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Carpeta de trainers\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Carpeta de instantáneas\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Carpeta de listas de reproducción\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Grabaciones\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Instantáneas\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Usar XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Listas Rep. Música\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Listas Rep. Vídeo\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"¿Desea ejecutar el juego?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Ver: Lista Rep.\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Miniatura remota\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Miniatura actual\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Miniatura local\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Sin miniatura\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Elija miniatura\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Conflicto\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Explorar nuevos\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Explorar todo\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Región\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Sumario\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Bloquear ventana música\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Bloquear ventana vídeo\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Bloquear ventana imágenes\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Bloquear secciones de programas y secuencias de comandos\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Bloquear gestor de archivos\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Bloquear ajustes\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Inicio limpio\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Entrar en modo maestro\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Dejar modo maestro\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"¿ Crear perfil '%s' ?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Iniciar con ajustes limpios\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"La mejor disponible\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Cambio automático entre 16x9 y 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Tratar archivos agrupados como un solo fichero\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Precaución\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Se abandono el modo maestro\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Se entró en modo maestro\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Miniatura allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Eliminar miniatura\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Añadir Perfil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Obtener información para todos los álbumes\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Info de Medio\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Separado\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Recursos con por defecto\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Recursos con por defecto (solo lectura)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Copiar por defecto\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Imagen de Perfil\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Preferencias de Bloqueo\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Editar perfil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Bloquear perfil\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"No se puede crear la carpeta\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Carpeta de Perfil\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Comenzar con fuentes de medios limpias\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Asegúrese de que la carpeta seleccionable permite modificaciones\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"y que el nueva carpeta es válido\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Calificación MPAA:\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Introduzca código de bloqueo maestro\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Preguntar código de bloqueo maestro al iniciar\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Ajustes de Interfaz\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- no hay enlace establecido -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Habilitar Animaciones\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Deshabilitar RSS con la Música\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Habilitar Botones de Atajos\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Mostrar programas en el menu principal\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Mostrar Info Música\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Mostrar info de clima\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Mostrar info de sistema\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Mostrar espacio disponible en C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Mostrar espacio disponible en E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Información meteorológica\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Espacio libre en disco\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Introduzca el nombre de un recurso existente\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Código de bloqueo\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Cargar perfil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Nombre de perfil\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Fuentes de medios\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Introduzca código de bloqueo de perfil\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Inicio de sesión\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Obteniendo info del álbum\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Obteniendo info para el álbum\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"No se puede ripear CD o una pista mientras se reproduce el mismo\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Código Maestro y Bloqueos\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Introducir el código maestro siempre habilita el modo maestro\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"o copiarlos de ajustes predefinidos?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"¿Guardar cambios al perfil?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Encontrados ajustes antiguos.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"¿Deseas usarlos?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Encontradas fuentes de medios antiguos.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Separado (bloqueado)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Raíz\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"Zoom del interfaz\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"Ajustes UPnP\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Iniciar automáticamente el cliente UPnP\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Último inicio de sesión: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Nunca ha iniciado sesión\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Perfil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Inicio de Sesión de Usuario / Selecciona un Perfil\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Usar bloqueo en pantalla de inicio de sesión\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Código de bloqueo no válido.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Esto requiere asignar el bloqueo maestro.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Deseas hacerlo ahora?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Cargando información de programa\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"¡Que empiece la fiesta!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Sí\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Mezclando bebidas\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Llenando vasos\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Iniciado como\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Cerrar sesión\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Ir a la Raiz\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Entramado\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Entramado (invertido)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Mezclado\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Reiniciar Vídeo\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Editar Dirección de Red\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Eliminar Dirección de Red\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"¿Quieres realizar una exploración de la carpeta?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Unidad de Memoria\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Unidad de Memoria montada\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Imposible montar unidad de memoria\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"En puerto %i, bahía %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Bloquear salvapantallas\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Configurar\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Usuario\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Introduzca constraseña para\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Apagado Automático\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Intervalo de apagado (en minutos)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Iniciado, apagado en %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Apagado en 30 minutos\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Apagado en 60 minutos\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Apagado en 120 minutos\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Apagado personalizado\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Cancelar apagado automático\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Bloquear preferencias para %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Explorar...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Información básica\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Información de almacenamiento\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Información de disco duro\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Información de DVD-ROM\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Información de red\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Información de vídeo\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Información de hardware\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Total\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Usado\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"de\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Bloqueo no soportado\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"No bloqueado\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Bloqueado\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Congelado\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Requiere reinicio\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Semana\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Línea\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Red Windows (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"Servidor XBMSP\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"Servidor FTP\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes: música compartida (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"Servidor UPnP\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Ver Info de vídeo\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Hecho\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Mays.\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Bloq. Mays.\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Símbolos\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Retroceso\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Espacio\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Recargar skin\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Rotar usando información EXIF\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Usar vista de poster para programas de TV\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Espere por favor\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Leyendo valores de la EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Lectura de la EEPROM realizada\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Permitir desplazamiento automático para el argumento y la reseña\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Personalizado\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Habilitar trazas de depuración\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Descargar información adicional durante la actualización\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Scraper por defecto\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Cambiar scraper\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Exportar biblioteca de música\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Importar biblioteca de música\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"¡No se encontraron artistas!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Falló la descarga de información de artista\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"¡Que empiece la fiesta! (vídeos)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Mezclando bebidas (vídeos)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Llenando vasos (vídeos)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"Servidor WebDAV (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"Servidor WebDAV (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"Cliente MythTV\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Carpeta Servidor Web (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Carpeta Servidor Web (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Imposible escribir en carpeta:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Desea saltear y continuar?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS Feed\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Desconocido. Por favor añada la firma MD5 de xbmc.log a BiosIDs.ini\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"DNS Secundario\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"Servidor DHCP:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Crear nueva carpeta\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Atenuar LCD al reproducir\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Desconocido o en placa (protegido)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Atenuar LCD al pausar\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Encender LED al pausar\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Vídeos - Biblioteca\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Mis partidas guardadas\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Por: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Descargar Partidas\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Guardar Juego Instalado en el HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Fallo al Descargar Partida Guardada\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Seleccione Partida Guardada para Descargar e Instalar\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"No se ha encontrado partida guardada en Internet para el juego especificado\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Ir a Partida Guardada\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Partidas Guardadas\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Reproducir fragmento...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Reiniciar Calibrado\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Esto reiniciará los valores de calibración de %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"a sus valores por defecto.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Buscar destino\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Usar nombres de dir. en búsquedas\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Fichero\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"¿Usar nombres de archivo o carpeta en búsquedas?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Contenido\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Carpeta\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"¿Buscar contenido recursivamente?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Desbloquear fuentes\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Intérprete\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Película\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Director\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"¿Deseas eliminar todos los elementos de\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"esta ruta de la base de datos?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Películas\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"Series de TV\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Esta carpeta contiene\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Ejecutar exploración automatizada\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Explorar recursivamente\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"como\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Directores\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"¡No se han encontrado vídeos en esta ruta!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"votos\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Información de Programa de TV\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Información de episodio\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Cargando detalles del Programa de TV\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Obteniendo guía de episodios\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Cargando Info de Episodios en Carpeta\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Seleccione Programa de TV:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Introduzca el Nombre de Programa de TV\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Temporada %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Episodio\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Episodios\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Cargando detalles del Episodio\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Eliminar Episodio de biblioteca\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Eliminar Programa de TV de la biblioteca\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Programa de TV\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Argumento del Episodio\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Todas las temporadas\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Ocultar los vistos\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Código de Prod.\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Ocultar el argumento de elementos no vistos\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Oculto para prevenir SPOILERS *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Establecer miniatura. de la temporada\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Imagen de la temporada\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Temporada\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Descargando información de vídeo\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Desasignar contenido\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Título original\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Actualizar información del programa de TV\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"¿Actualizar información de todos los episodios?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"El dir. contiene una única serie de TV\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Excluir carpeta de la exploración\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Especiales\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Obtener automáticamente las miniaturas de temporada\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"La carpeta contiene un solo Vídeo\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Enlace a serie de TV\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Eliminar enlace a serie de TV\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Películas añadidas recientemente\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Episodios añadidos recientemente\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Estudios\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Vídeoclips\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Vídeoclips añadidos recientemente\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Vídeoclip\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Eliminar videoclip de la biblioteca\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Información de videoclip\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Cargando información de videoclip\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Mezclado\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Ir a álbumes por artista\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Ir al álbum\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Reproducir canción\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Ir a videoclips desde el álbum\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Ir a videoclips por artista\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Reproducir videoclip\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Obtener automáticamente las miniaturas de actor\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Establecer Miniatura de Actor\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Eliminar marcador de episodio\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Establecer marcador de episodio\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Configuración del scraper\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Descargando información del videoclip\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Descargando información de la serie de TV\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Trailer\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Aplanar\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Aplanar series de TV\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Obtener fanart\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Mostrar fanart en la biblioteca de vídeo\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Buscando contenido nuevo\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Emitido el\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Escritor\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Limpiar nombres de fichero\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Nunca\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Si hay sólo una temporada\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Siempre\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Tiene trailer\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Falso\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Presentación de diapositivas fanart\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Exportar a un sólo archivo o separar\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"¿Archivos por entrada?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Un sólo archivo\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Separar\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"¿Exportar miniaturas y fanart?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"¿Sobreescribir archivos antiguos?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Excluir ruta de actualizaciones de biblioteca\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Extraer información de miniaturas y video\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Sets\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Exportar miniaturas de actores?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Elegir fanart\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Fanart local\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Sin fanart\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Fanart actual\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Fanart remoto\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Cambiar contenido\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Desea actualizar la información de todos\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"los items dentro desta carpeta?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Se encontró información almacenada localmente.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ignorar y actualizar desde intenet?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"No se pudo descargar información\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Desea continuar buscando?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Paises\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Agrupar películas en conjuntos\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Mostrar archivos y carpetas ocultos\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"Cliente TuxBox\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"¡AVISO: El dispositivo TuxBox está en Modo-Grabación!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"El medio se detendrá!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Cambio al Canal: %s fallido!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"¿Seguro que desea iniciar el medio?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Conectando a: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"Dispositivo TuxBox\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Añadir Compartición\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Compartir librerias de video y música via UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Editar Compartición\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Eliminar Compartición\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Carpeta de subtítulos personalizado\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Carpeta de subtítulos de películas y otros\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Habilitar ratón\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Reproducir sonidos de navegación durante reproducción\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Miniatura\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Forzar región del reproductor DVD\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Hardware de vídeo\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Aspecto de vídeo\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Panorámica en 4:3\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Panorámica\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Habilitar 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Habilitar 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Habilitar 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Introduzca Nombre de Nueva Lista Rep.\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Deshabilitar \\\"añadir fuente\\\" en listas de archivos\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Habilitar barras de desplazamiento\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Convertir el filtro mostrado en una opción de la biblioteca de vídeo\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Abierto\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Nivel de Gestión Acústica\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Rápido\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Silencioso\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Habilitar Fondo Personalizado\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Nivel de Gestión de Energía\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"High Power\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Low Power\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"High Standby\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Low Standby\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Imposible hacer cache de archivos mayores de 4 GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Capítulo\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Pixel Shader de alta calidad V2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Habilitar lista de reproducción al inicio\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Usar animaciones con interpolado\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"contiene\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"no contiene\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"es\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"no es\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"empieza por\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"termina con\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"mayor que\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"menor que\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"después\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"antes\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"en los últimos\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"no en los últimos\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Scrapers\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Scraper de película por defecto\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Scraper de serie por defecto\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Scraper de vídeo musical por defecto\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Habilitar vuelta atrás basada en lenguaje de Scraper\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Multilingüe\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Valor a encontrar\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Regla de lista de reproducción inteligente\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Encontrar canciones donde\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Nueva regla...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Las canciones deben coincidir con\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"todas las reglas\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"una o más reglas\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Limitar a\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Sin límite\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Ordenar por\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"ascendente\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"descendente\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Editar lista de reproducción inteligente\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Nombre de la lista de reproducción\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Encontrar canciones coincidentes\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Editar\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i canciones\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Nueva lista de reproducción inteligente...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"Unidad %c\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Editar reglas del modo fiesta\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Carpeta de inicio\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Veces visto\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Título del episodio\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Resolución de video\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Canales de audio\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Códec de video\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Códec de audio\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Lenguaje del audio\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Lenguaje del subtítulo\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"El control remoto se comporta como un teclado\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Nombre de fichero\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Ruta de fichero\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Tamaño de fichero\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Fecha/hora fichero\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Índice de transparencia\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Resolución\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Comentario\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Color/BN\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Procesado JPEG\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Fecha/Hora\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Descripción\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Fabricante de cámara\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Modelo de cámara\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Comentario EXIF\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Apertura\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Longitud focal\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Distancia enfoque\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Exposición\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Tiempo de exposición\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Exposure Bias\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Modo de Exposición\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Flash Usado\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Balance de blancos\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Fuente de luz\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Modo de medición\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Zoom digital\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Ancho CCD\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"Latitud GPS\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"Longitud GPS\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Altitud GPS\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Orientación\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Categorías complementarias\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Palabras clave\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Pie de foto\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Autor\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Titular\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Instrucciones especiales\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Categoría\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Byline\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Byline Title\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Crédito\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Fuente\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Información de copyright\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Nombre de objeto\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Ciudad\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Estado\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"País\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Referencia Tx Original\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Fecha de creación\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Marca copyright\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Código de país\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Servicio Referencia\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Permitir control de XBMC via UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Intentar saltar introducción previa al menú DVD\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Música almacenada\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Solicitar información para todos los artistas\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Descargando información de album\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Descargando información de artista\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biografía\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Discografía\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Buscando artista\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Seleccionar artista\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Información de artista\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instrumentos\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Nacido\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Formado\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Temas\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Separado\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Muerto\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Años activo\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Firma\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Nacido/Formado\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Actualizar biblioteca en el arranque\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Siempre actualizar la biblioteca en segundo plano\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- Sufijo DNS\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"Habilitar la edición y las listas de decisión\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Retrasado en: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Adelantado en: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Mover subtítulos\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"Distribuidor OpenGL:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"Renderizador OpenGL:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"Versión OpenGL:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"Temperatura de MB:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Temperatura de CPU:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Memoria Total\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Datos de perfil\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Atenuar si se pausa durante reproducción de video\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Todas las grabaciones\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Por título\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Por grupo\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Canales en vivo\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Grabaciones por título\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Guía\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Mostrar archivos de video en listados\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Fuente\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Tamaño\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Colores\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Juego de caracteres\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Exportar títulos de karaoke como HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Exportar títulos de karaoke como CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Importar títulos de karaoke...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Mostrar selector de canciones automáticamente\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Exportar títulos de karaoke...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Introduzca nombre de canción\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"Blanco/Verde\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"Blanco/Rojo\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"Blanco/Azul\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"Blanco/Negro\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Activar Teletext\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Parte %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Almacenando %i bytes\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Deteniendo\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Ejecutando\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Reproductor externo activo\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Click en OK para terminar el reproductor\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Click en OK cuando haya terminado la reproducción\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Add-on\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Configure\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Disable\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Enable\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"This Add-on can not be configured\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Modo biblioteca\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"Teclado QWERTY\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Audio Passthrough en uso\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Aplicar ajustes del filtro de parpadeo a los juegos\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Calidad del Trailer\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Stream\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Descargar\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Descargar y reproducir\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Descargar y guardar\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Hoy\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Mañana\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Guardando\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Copiando\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Establecer directorio de descargas\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Duración de búsqueda\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Corto\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Largo\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Usar reproductor de DVD en vez del reproductor regular\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Preguntar por descarga antes de reproducir video\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Clips\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Esta noche\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Mañana en la noche\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Condición\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Precipitación\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Precip\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Humedo\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Feels\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Observada\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Alejamiento del promedio\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Amanece\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Puesta\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Detalles\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Outlook\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Coverflow\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Traducir texto\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Map list %s category\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 Horas\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Mapas\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Hourly\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Fin de semana\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s días\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Alerta\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Alertas\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Elija su\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Check\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Configure el\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Temporadas\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Use su\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Observe su\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Escuche a\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Mire su\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Configure el\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Power\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Menu\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Reproducir el\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Opciones\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Editor\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Acerca de su\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Star rating\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Background\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Backgrounds\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Custom background\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Custom backgrounds\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Ver Leáme\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Ver Changelog\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Esta version de %s requiere \"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC revision %s o superior para funcionar.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Por favor actualice XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"No se encontraron datos!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Próx página\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Amor\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Odio\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Este archivo esta apilado, seleccion la parte desde la que desea reproducir.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Ruta al script\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Activar boton script personalizado\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Swedish/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<language locale=\"Swedish\">\n  <charsets>\n    <gui>CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>sv</menu>\n    <audio>sv</audio>\n    <subtitle>sv</subtitle>\n  </dvd>\n\n  <regions>\n    <region name=\"Sweden\" locale=\"Sweden\">\n      <dateshort>D.M.YYYY</dateshort>\n      <datelong>'den 'D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>mps</speedunit>\n      <timezone>CEST</timezone>\n    </region>\n  </regions>\n\n  <sorttokens>\n    <token>The</token>\n  </sorttokens>\n\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/Swedish/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Swedish (http://www.transifex.com/projects/p/xbmc4xbox/language/sv/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: sv\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Program\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Bilder\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Musik\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Videor\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"TV-Guide\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Inställningar\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Filhanterare\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Väder\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc media center\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Måndag\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Tisdag\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Onsdag\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Torsdag\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Fredag\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Lördag\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Söndag\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Januari\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Februari\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Mars\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"April\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Maj\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Juni\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Juli\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"Augusti\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"September\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Oktober\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"November\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"December\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Mån\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Tis\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Ons\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Tors\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Fre\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Lör\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Sön\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Jan\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Feb\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Apr\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"Maj\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Jun\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Jul\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Aug\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Sep\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Okt\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Nov\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Dec\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Vy: Auto\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Vy: Auto stor\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Vy: Ikoner\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Vy: Lista\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Skanna\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sortering: Namn\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Sortering: Datum\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Sortering: Storlek\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Nej\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Ja\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Bildspel\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Skapa miniatyrbilder\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Skapa miniatyrbilder\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Genvägar\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Pausad\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Kopiera\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Flytta\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Radera\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Byt namn\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Ny mapp\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Bekräfta kopiering\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Bekräfta flytt av fil\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Bekräfta radering?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Kopiera filerna?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Flytta filerna?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Radera filerna? - Radering av filer kan inte ångras!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Status\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Objekt\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Allmänt\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Bildspel\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Systeminfo\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Bildskärm\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Album\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Artister\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Låtar\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Genre\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Spellistor\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Sök\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Systeminformation\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Temperaturer:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Tid:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Aktuell:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Version:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Nätverk:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Typ:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statisk\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC-adress\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP-adress\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Länk:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Halv duplex\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Full duplex\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Lagring\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Enhet\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Ledigt\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Ledigt minne\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Ingen länk\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Ledigt\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Otillgänglig\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Släde öppen\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Läser\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Ingen skiva\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Skiva laddad\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Skal\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Aktivera FTP-server\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Upplösning\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Justera uppdateringsfrekvens för att matcha video\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Utgivningsdatum\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Visa 4:3 videor som\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Sinnesstämningar\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Stilar\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Låt\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Varaktighet\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Välj album\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Spår\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Recension\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Uppdatera\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Söker album\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"OK\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Inga album hittades!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Välj alla\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Skannar mediainformation\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Spara\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Blanda\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Rensa\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Skanna\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Söker...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Ingen info hittades!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Välj film:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Hämtar info för %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Laddar filmdetaljer\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Slogan\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Sammanfattning\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Röster:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Rollsättning\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Handling\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Spela upp\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Nästa\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Föregående\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Kalibrera användargränssnitt...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Videokalibrering...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Mjuka upp\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Förstoring\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Pixelförhållande\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD-enhet\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Var god sätt i skiva\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Fjärrutdelning\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Nätverk inte anslutet\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Avbryt\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Hastighet\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Testmönster...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Slå upp låtnamn för musikskivor på freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Blanda spellistor under laddning\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Tid för hårddiskens energiläge\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Videofilter\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Ingen\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Punkt\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Linjär\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anisotropisk\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussisk-kubisk\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Minimering\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Förstoring\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Rensa spellistan vid avslut\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Skript\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Språk\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Musik\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Visualisering\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Välj destinationsmapp\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Stereo till alla högtalare\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Antal kanaler\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- DTS-kapabel förstärkare\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Hämtar CD-information\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Fel\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Aktivera taggläsning\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Öppnar\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Väntar på start...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Skriptutdata\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Tillåt kontroll av XBMC via HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Spela in\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Stoppa insp.\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Sortering: Låtar\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Sortering: Speltid\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Sortering: Titel\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Sortering: Artist\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Sortering: Album\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Topp 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Övre vänster översvepskompensation\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Nedre höger översvepskompensation\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Undertextsposition\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Justering av pixelförhållande\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Flytta pilen för att ändra översvepsmängd\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Flytta pilen för att ändra undertextsposition\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Justera rektangeln till en perfekt fyrkant\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Kunde inte ladda inställningar\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Använder standardinställningar\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Var god kontrollera XML-filerna\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Hittade %i objekt\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Sökresultat\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Inga resultat hittades\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Efterbehandlingsfilter\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Undertexter\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Typsnitt\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Storlek\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Dynamisk omfångskompression\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Ljud\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Bläddra efter undertexter\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Skapa bokmärke\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Ta bort bokmärken\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Ljudkompensering\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Bokmärken\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- AAC-kapabel förstärkare\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- MP1-kapabel förstärkare\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- MP2-kapabel förstärkare\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- MP3-kapabel förstärkare\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Fördröjning\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Språk\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Aktiverad\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Icke-interfolierad\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Automatisk efterbehandling\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Vertikalt deblockingfilter\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Horisontellt deblockingfilter\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Automatisk ljus/kontrast\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0 = auto)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Städar databas\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Förbereder...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Databasfel\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Söker låtar...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Städning av databasen lyckades\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Städar låtar...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Fel vid städning av låtar\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Städar artister...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Fel vid städning av artister\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Städar genre...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Fel vid städning av genre\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Städar sökvägar...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Fel vid städning av sökvägar\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Städar album...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Fel vid städning av album\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Sparar ändringar...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Fel vid sparande av ändringar\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Detta kan ta ett tag...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Komprimerar databas...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Fel vid komprimering av databas\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Vill du städa biblioteket?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Städa biblioteket...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Starta\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Bildfrekvenskonvertering\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Ljudutgång\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analog\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Digital\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Blandade artister\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Spela skiva\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Filmer\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Justera bildfrekvens\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Skådespelare\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"År\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Program\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Av\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Tona ned\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Svart\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix-spår\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Skärmsläckare startar efter\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Skärmsläckarläge\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Timer för avstängningsfunktion\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Alla album\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Senast tillagda album\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Skärmsläckare\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Starta bildspel\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Nedtoningsnivå\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Sortering: Filer\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Dolby Digital (AC3)-kapabel förstärkare\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sortering: Namn\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Sortering: År\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Sortering: Betyg\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Titel\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Åskstormar\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Delvis\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Mest\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Soligt\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Molnigt\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Snö\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Regn\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Lätt\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"fm\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"em\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Skurar\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Få\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Spridda\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Vind\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Stark\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Medel\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Klart\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Moln\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Tidiga\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Skurar\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Lätt snöfall\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Låg\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Medel\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Hög\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Dimma\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Dis\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Välj plats\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Uppdateringstid\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Temperaturenhet\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Hastighetsenhet\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Väder\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Temp\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Känns som\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV-index\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Vind\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Daggpunkt\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Fuktighet\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"Från\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"vid\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Standard\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Kontaktar väderservice\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Hämtar väder för:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Kunde inte hämta väderdata\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Manuell\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Ingen recension för detta album\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Laddar ned miniatyrbild...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Inte tillgänglig\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Vy: Stora ikoner\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Låg\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Radera albuminformation\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Radera CD-information\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Välj\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Ingen albuminformation hittad\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Ingen CD-information hittad\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Skiva\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Sätt i korrekt CD/DVD\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Var god sätt i följande CD/DVD\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Sortering: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Ingen buffert\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Ta bort filmen från biblioteket\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Verkligen radera '%s'?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Löstagbar disk\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Öppnar fil\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Buffert\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Hårddisk\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Lokalt nätverk\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Internet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Ljud\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Autostarta media\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Aktiverad\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Kolumner\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Rad 1 adress\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Rad 2 adress\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Rad 3 adress\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Rad 4 adress\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Rader\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Läge\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Växla vy\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Undertexter\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Ljudström\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[aktiv]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Undertext\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Bakgrundsljus\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Ljusstyrka\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Kontrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gamma\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Typ\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Flytta stapeln för att ändra OSD-position\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"OSD-position\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Medverkande\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchipp\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Av\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Bara Musik\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Musik & Video\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Kunde inte ladda spellista\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Skal & språk\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Utseende\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Ljudalternativ\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Om XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Radera album\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Repetera\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Repetera en\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Repetera mapp\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Spela kommande låt automatiskt\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Använd stora ikoner\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Storleksändra VOB-undertexter\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Avancerade alternativ (endast experter!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Totalt ljudutrymme\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Skala upp video till gränssnittsupplösning\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Kalibrering\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Visa filändelser\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Sortering: Typ\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Kunde inte kontakta informationsserver\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Nedladdning av albuminformation misslyckades\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Letar efter albumnamn...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Öppen\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Upptagen\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Tom\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Laddar mediainfo från filer...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Sortering: Användning\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Aktivera visualiseringar\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Aktivera videolägesväxling\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Startfönster\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Hemfönster\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Manuella inställningar\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Genre\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Senast spelade album\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Starta\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Starta i...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Redigera XBE-titel\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Kompileringar\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Ta bort källa\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Byt media\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Välj spellista\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Ny spellista...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Lägg till i spellista\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Lägg till i bibliotek\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Ange titel\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Fel: titeln finns redan\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Välj genre\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Ny genre\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Lägg till manuellt\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Ange genre\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Vy: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Lista\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Ikoner\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Stor lista\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Stora ikoner\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Bred\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Stor bred\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Albumikoner\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD-ikoner\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Mediainfo\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Ljudutgångsenhet\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Ljudutgångsenhet för genomströmning\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Ingen biografi för denna artist\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Mixa ned flerkanalsljud till stereo\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Sortering: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Namn\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Datum\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Storlek\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Spår\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Tid\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Titel\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Artist\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Album\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Spellista\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Fil\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Årtal\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Betyg\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Typ\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Användning\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Albumartist\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Spelningar\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Senast spelad\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Kommentar\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Tillagd datum\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Standard\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Studio\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Sökväg\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"Pågår\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Sorteringsriktning\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Sorteringsmetod\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Visningsläge\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Kom ihåg visningslägen för olika mappar\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Stigande\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Fallande\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Redigera spellista\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filter\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Avbryt partyläge\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Partyläge\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Slumpmässig\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Av\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"En\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Alla\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Av\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Repetera: Av\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Repetera: En\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Repetera: Alla\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Rippa ljud-CD\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Medel\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Extrem\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Konstant bithastighet\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Rippar...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Till:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Kunde inte rippa CD eller spår\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDA-målmapp ej angiven.\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Rippa ljudspår\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Ange nummer\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Ljud-CD\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Omkodare\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Kvalitet\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bithastighet\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Inkludera spårnummer\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Alla låtar av\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Visningsläge\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Zoom\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Sträck 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Sträck 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Sträck 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Originalstorlek\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Anpassad\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay Gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Replay Gain-volymjusteringar\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Använd låtnivåer\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Använd albumnivåer\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Förstärkarnivå - Replay Gain-filer\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Förstärkarnivå - Icke Replay Gain-filer\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Undvik klippning på Replay Gain filer\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Beskär svarta ramar\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Måste packa upp en stor fil. Fortsätta?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Ta bort från bibliotek\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Exportera videobibliotek\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Importera videobibliotek\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Importerar\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Exporterar\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Bläddra efter bibliotek\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"År\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Uppdatera bibliotek\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Visa debuginfo\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Bläddra efter körbar fil\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Bläddra efter spellista\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Bläddra efter mapp\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Låtinformation\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Volymförstärkning\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Välj mapp för exportering\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Denna fil är inte längre tillgänglig.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Vill du ta bort den från biblioteket?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Bläddra efter skript\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Kompressionsnivå\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Städar bibliotek\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Raderar gamla låtar från bibliotek\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Denna sökväg har skannats tidigare\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Nätverk\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Server\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Använd en HTTP-proxyserver för att ansluta till internet\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Internetprotokoll (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Felaktig port angiven. Värdet måste vara mellan 1 och 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP-proxy\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Tilldelning\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Automatisk (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Manuell (Statisk)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Standard (Menysystem)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP-adress\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Nätmask\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Standardgateway\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS-server\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Spara & starta om\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Felaktig adress angiven. Formatet skall vara AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"med siffror mellan 0 och 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Ändringar sparades inte. Fortsätt utan att spara?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Webbserver\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP-server\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Port\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Spara & tillämpa\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Lösenord\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Inget lösen\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Teckenuppsättning\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Stil\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Färg\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Fet\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Kursiv\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Fet kursiv\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Vit\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Gul\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Filer\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Ingen skannad information för denna vy\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Stäng av biblioteksläge\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Fel vid laddning av bild\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Ändra sökväg\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Spegelvänd bild\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Är du säker?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Tar bort källa\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Lägg till programlänk\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Ändra programsökväg\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Ändra programnamn\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Ändra sökvägsdjup\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Vy: Stor lista\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Gul\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Vit\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Blå\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Ljusgrön\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Gulgrön\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Cyan\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Ljusgrå\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Grå\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Fel %i: utdelningen inte tillgänglig\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Automatisk FATX-begränsare\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Ljudutgång\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Söker\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Bildspelsmapp\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Nätverksgränssnitt\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Trådlöst nätverksnamn (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Trådlöst lösenord\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Trådlös säkerhet\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Spara och tillämpa inställningar för nätverksgränssnittet\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Ingen kryptering\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Tillämpar inställningar för nätverksgränssnitt. Var god vänta.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Omstart av nätverksgränssnittet lyckades.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Nätverkgränssnittet startades inte.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Gränssnittet inaktiverat\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Inaktivering av nätverkgränssnittet lyckades.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Trådlöst nätverksnamn (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Tillåt program på detta system att kontrollera XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Portintervall\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Tillåt program på andra system att kontrollera XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Begynnande repetitionsfördröjning (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Kontinuerlig repetitionsfördröjning (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Maximalt antal klienter\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Internetåtkomst\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Ogiltigt portnummer angivet\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Giltigt portintervall är 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Giltigt portintervall är 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Förhandsgranska skärmsläckare\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Kunde inte ansluta\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC kunde inte ansluta till nätverksplatsen.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Detta kan bero på att nätverket inte är anslutet.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Vill du lägga till den ändå?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP-adress\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Lägg till nätverksplats\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protokoll\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Serveradress\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Servernamn\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Fjärrsökväg\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Delad mapp\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Port\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Användarnamn\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Bläddra efter nätverksserver\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Ange nätverksadress för servern\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Ange sökväg på servern\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Ange portnumret\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Ange användarnamn\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Lägg till %s källa\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Ange sökväg eller bläddra efter mediaplatser.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Ange namn för denna mediakälla.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Bläddra efter ny utdelning\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Bläddra\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Kunde inte hämta mappinformation.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Lägg till källa\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Redigera källa\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Redigera %s källa\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Skriv in den nya etiketten\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Bläddra efter bild\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Bläddra efter bildmapp\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Lägg till nätverksplats...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Bläddra efter fil\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Undermeny\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Aktivera undermenyknappar\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Favoriter\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Filmtillägg\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Musiktillägg\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Bildtillägg\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Laddar mapp\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Hämtade %i objekt\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Hämtade %i av %i objekt\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Programtillägg\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Ange tilläggsminiatyr\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Tilläggsinställningar\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Accesspunkter\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Annan...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Användarnamn\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Skriptinställningar\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Singlar\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB-klient\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Arbetsgrupp\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Standardanvändarnamn\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Standardlösenord\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS-server\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Montera SMB-utdelningar\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Ta bort\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Musik\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Bilder\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Filer\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Musik & video\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Musik & bilder\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Musik & filer\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Video & bilder\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Video & filer\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Bilder & filer\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Musik & video & bilder\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Musik & video & bilder & filer\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Inaktiverad\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Filer & musik & video\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Filer & bilder & musik\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Filer & bilder & video\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Musik & program\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Video & program\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Bilder & program\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Musik & video & bilder & program\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Program & video & musik\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Program & bilder & musik\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Program & bilder & video\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP-användarnamn\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP-lösenord\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Lösenordet sparades\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Autodetektering\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Autodetektera system\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Smeknamn\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Fråga om att ansluta\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Skicka FTP-användare och lösenord\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Pingintervall (sek)\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Vill du ansluta till det autodetekterade systemet?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Publicera dessa tjänster till andra system via Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Anpassad ljudenhet\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Anpassad ljudutgångsenhet för genomströmning\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Blåsigt\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"och\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Nollgradigt\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Sent\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Isolerade\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Åskskurar\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Åska\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Sol\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Tunga\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"i\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \" \"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Närområdet\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Is\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Flingor\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Lugnt\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"med\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"blåsigt\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"duggregn\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Åskstorm\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Duggar\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Disigt\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Grynigt\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"Åskstorm\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"Åskskurar\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Slå av bildskärm vid inaktivitet\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Speltid\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Skript misslyckades! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Aktivera LCD/VFD\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Hem\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Program\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Bilder\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Filhanterare\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Inställningar\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Musik\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Videor\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Systeminformation\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Inställningar - Allmänna\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Inställningar - Bildskärm\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Inställningar - Utseende - Gränssnittskalibrering\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Inställningar - Videor - Skärmkalibrering\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Inställningar - Bilder\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Inställningar - Program\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Inställningar - Väder\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Inställningar - Musik\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Inställningar - System\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Inställningar - Videor\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Inställningar - Nätverk\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Inställningar - Utseende\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Skript\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Videor/Spellista\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Inställningar - Profiler\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Ja/Nej-dialog\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Förloppsdialog\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Letar efter undertexter...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Letar efter eller buffrar undertexter...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"avbryter\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"buffrar\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Öppnar ström\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Musik/Spellista\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Musik/Filer\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Musik/Bibliotek\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Redigerare för spellista\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Topp 100-låtar\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Topp 100-album\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Program\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Konfiguration\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Väderprognos\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Nätverksspel\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Förlängning\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Systeminfo\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Musik - Bibliotek\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Nu spelas - Musik\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Nu spelas - Videor\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Albuminfo\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Filminfo\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Valdialog\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Musik/Info\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Dialog OK\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Videor/Info\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Skript/Info\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Fullskärmsvideo\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Ljudvisualisering\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Filsammanslagningsdialog\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Återuppbygg index...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Återgå till musikfönstret\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Återgå till videofönstret\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Uppdatera hjälpprogram\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Hjälpprogram\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Inga hjälpprogram hittade\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Inställningar för hjälpprogram\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Alla registrerade hjälpprogram saknas. Uppdatera din lista\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Återuppta från senaste position\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Nej\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Ja\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Fråga\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Starta från början\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Återuppta från %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Validerar existerande tränare...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Ok\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Låst! Ange kod...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Ange lösenord\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Ange huvudkod\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Ange låskod\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"eller tryck C för att avbryta\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Ange knappkombination på spelkontrollen och\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"tryck Start eller Back för att avbryta\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Ange lås\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Lås upp\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Återställ lås\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Ta bort lås\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Sifferlösen\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Knappar på spelkontroll\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Textlösen\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Ange nytt lösenord\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Ange nytt lösenord igen\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Felaktigt lösenord,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"försök återstår\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Lösenordet som angavs matchade inte.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Åtkomst nekad\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Antal lösenordsförsök har överskridits.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Systemet kommer nu stängas av.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Objekt låst\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Återaktivera lås\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Byt lås\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Käll-lås\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Lösenordet var tomt. Försök igen.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Huvudkod\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Stäng av systemet om antal huvudlås-försök överskridits\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Huvudkoden är ogiltig\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Var god ange korrekt huvudkod\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Inställningar & filhanterare\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Använd som standard för alla filmer\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Detta raderar tidigare sparade värden\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Tid för att visa varje bild\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Använd panorerings- och zoomeffekter\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"Spela NTSC-filmer i PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"Spela PAL-filmer i NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"Spela NTSC-filmer i PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12-timmarsklocka\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24-timmarsklocka\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Dag/Månad\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Månad/Dag\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Systemets drifttid\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Minuter\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Timmar\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Dagar\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Total drifttid\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Väder\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Skärmsläckare\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Fullskärms-OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"System\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Omedelbar HD-nedvarvning\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Endast video\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Fördröjning\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Minsta speltid\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Stäng av\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Menysystem\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Använd anpassad sökväg till menysystem\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Avstängningsfunktion\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Avsluta\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Viloläge\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Vänteläge\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Avsluta\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Starta om\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Minimera\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Avstängningsknappens funktion\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Är en annan session aktiv, kanske över ssh?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Flyttbar hårddisk monterades\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Osäker borttagning av enhet\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Borttagning av enhet lyckades\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick inkopplad\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick urkopplad\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Flimmerfilter\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Låt drivrutinen välja (kräver omstart)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Vertikal blankningssynk\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Inaktiverad\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Aktiverad under videouppspelning\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Alltid aktiverad\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Prova & tillämpa upplösning\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Spara upplösning?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Vill du behålla denna upplösning?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Högkvalitetsuppskalning\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Inaktiverad\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Aktiverad för SD-material\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Alltid aktiverad\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Uppskalningsmetod\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"HQ-uppskalningsnivå (VDPAU)\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"Studionivåfärgkonvertering (VDPAU)\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Rensa övriga skärmar\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Inaktivera\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Rensa skärmar\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Aktiva anslutningar detekterade!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Om du fortsätter kanske du inte kan kontrollera XBMC\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"längre. Är det säkert du vill stoppa händelseservern?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Ändra läge för Apple-fjärren?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Om du för närvarande använder Apple-fjärren för att kontrollera\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, om du ändrar denna inställning kan det påverka din förmåga\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"att kontrollera XBMC. Vill du fortsätta?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD-nyckel:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD-temp:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD-modell:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD-firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD-modell:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD-serienummer:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD-firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD-lösenord:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD-låsstatus:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Nätmask\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Gateway\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Primär DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Initialisering misslyckades\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Spelkontroller\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Tangentbord\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Mus\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Headset/Mikrofon\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Minneskort\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Fjärrkontroll\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Kontrolluttag\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Aldrig\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Omedelbart\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Efter %i sek\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"HDD installerades:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Antal HDD-avstängningar:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profiler\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Radera profil '%s'?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Senast laddad profil:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Okänd\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Skriva över\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Alarmklocka\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Alarmklocksintervall (i minuter)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Startad, alarm om %im\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarm!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Avbruten med %im%is kvar\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Sök efter undertexter i RAR-arkiv\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Bläddra efter undertext...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Flytta objekt\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Flytta objekt hit\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Avbryt flytt\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Hårdvara:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"CPU-användning:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Ansluten, men ingen DNS tillgänglig.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Hårddisk\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Lagring\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Standard\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Nätverk\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Hårdvara\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Operativsystem:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"CPU-hastighet:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Igenkänt BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Video-kodare:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Skärmupplösning:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox-version:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox-serienummer:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox-tillverkare:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Modchipp:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"A/V-kabel:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Film & XBE-region:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD-region:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Internet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Ansluten\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Inte ansluten. Kontrollera nätverksinställningarna.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Xbox Live-nyckel:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Måltemperatur\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Fläkthastighet\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Automatisk temperaturkontroll\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Åsidosätt fläkthastighet\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Typsnitt\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Aktivera inverterad textriktning\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Visa RSS-nyhetsflöden\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Visa objekt i överordnad mapp\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Låtnamn enligt mall\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Vill du starta om hela systemet\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"istället för bara XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Zoomeffekt\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Flyteffekt\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Svart ram-reduktion\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Starta om\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Övertoning mellan låtar\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Återskapa miniatyrer\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Rekursiva miniatyrer\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Visa bildspel\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Rekursivt bildspel\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Slumpa\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Vänster endast\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Höger endast\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Aktivera stöd för karaoke\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Bakgrundens transparens\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Förgrundens transparens\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"A/V-förskjutning\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s hittades inte\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Fel vid öppnande av %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Gick inte ladda %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Fel: För lite ledigt minne\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Flytta upp\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Flytta ned\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Ändra namn\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Ange som standard\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Ta bort knapp\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Front-LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Front-LED-färg\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Ingen ändring\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Grön\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Orange\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Röd\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Cykla\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Stäng av LED vid uppspelning\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Filminformation\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Köa objekt\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Sök på IMDb...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Skanna efter nytt innehåll\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Nu spelas...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Albuminformation\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Skanna objekt till bibliotek\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Stoppa skanning\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Renderingsmetod\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Lågkvalitets-pixelskuggning\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Hårdvaruöverlägg\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Högkvalitets-pixelskuggning\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Spela objekt\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Ange artistminiatyr\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Skapa miniatyrer automatiskt\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Aktivera röst\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Aktivera enhet\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Volym\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Förvalt vyläge\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Förvald ljusstyrka\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Förvald kontrast\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Förvald gamma\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Återuppta film\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Röst förvr. - Port 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Röst förvr. - Port 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Röst förvr. - Port 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Röst förvr. - Port 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Använd tidsbaserad sökning\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Spårnamnsmall - höger sida\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Förinställning\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Det finns inga förinställningar för den här visualiseringen\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Det finns inga inställningar för den här visualiseringen\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Mata ut/Mata in\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Använd visualisering under musikuppspelning\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Beräkna storlek\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Beräknar mappstorlek\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Videoinställningar\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Ljud- och undertextinställningar\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Aktivera undertexter\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Genvägar\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Ignorera bestämd form vid sortering (ex: \\\"the\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Använd övertoning på låtar i samma album\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Bläddra efter %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Visa spårposition\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Rensa standard\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Återuppta\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Hämta miniatyr\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Bildinformation\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s förinställningar\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(IMDb-användarbetyg)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Topp 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Lyssna på Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Lägsta fläkthastighet\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Laddar ned\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Inkludera artister som endast är med på samlingsalbum\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Renderingsmetod\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Autodetektera\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Grundläggande skuggning (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Avancerad skuggning (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Mjukvara\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Säker borttagning\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Starta bildspel här\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Kom ihåg för denna sökväg\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Använd pixelbufferobjekt\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"A/V-synkmetod\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Ljudklocka\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Videoklocka (tappad/dubblett ljud)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Videoklocka (omsampla ljud)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Maximal omsampling (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Omsamplingskvalitet\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Låg (snabb)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Medium\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Hög\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Riktigt hög (långsam!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Synkronisera uppspelning till bildskärm\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple-fjärrkontroll\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Tillåt att starta XBMC med fjärrkontrollen\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Sekvensfördröjningstid\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Inaktiverad\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standard\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Universell fjärrkontroll\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Multifjärr (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Apple-fjärrkontrollsfel\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Apple-fjärrkontroll kunde inte aktiveras.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Slå samman\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Slå isär\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Laddar ned spellista...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Laddar ned strömlista...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Bearbetar strömlista...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Nedladdning av strömlista misslyckades\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Nedladdning av spellista misslyckades\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Spelmapp\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Autoväxla till miniatyrer baserat på\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Aktivera autoväxling till miniatyrvy\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Använd stora ikoner\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Växla baserat på\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Procent\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Inga filer men minst en miniatyr\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Minst en fil och miniatyr\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Procent av miniatyrer\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Vyalternativ\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Områdeskod 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Områdeskod 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Områdeskod 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Bibliotek\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Ingen TV\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Ange din närmsta stora tätort\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video/Ljud/DVDbuffert - Hårddisk\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Videobuffert - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalt Nätverk\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Ljudbuffert - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalt Nätverk\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- Internet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD-buffert - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Lokalt Nätverk\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Tjänster\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Nätverksinställningar ändrade\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"XBMC måste startas om för att slutföra din\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"nätverksinställning. Vill du starta om nu?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Efterbehandling\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Stäng av under uppspelning\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i min\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i sek\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Tidsformat\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Datumformat\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Gränsnittsfilter\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Använd bakgrundsskanning\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Avsluta skanning\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Inte möjligt medan du skannar efter mediainfo\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Filmbruseffekt\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Leta efter miniatyrer på fjärrutdelningar\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Buffert för okänd typ - Internet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Auto\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Ange användarnamn för\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Datum & tid\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Ange datum\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Ange klockslag\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Ange tiden i 24-timmarsformatet TT:MM\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Ange datumet i formatet DD/MM/ÅÅÅÅ\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Ange IP-adress\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Tillämpa inställningarna nu?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Tillämpa inställningar\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Tillåt namnbyte och radering av filer\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Ange tidszon\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Använd sommartid\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Lägg till i favoriter\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Ta bort från favoriter\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Färger\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Tidszonsland\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Tidszon\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Fillistor\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Visa bildens EXIF-information\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Använd hellre helskärmsfönster än äkta helskärm\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Köa låtar vid val\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Spela ljud-CD automatiskt\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Uppspelning\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD'er\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Spela upp DVD'er automatiskt\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Typsnitt för textbaserade undertexter\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Internationellt\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Teckenuppsättning\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Debuggning\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Säkerhet\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Inmatningsenheter\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Strömbesparing\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Ta bort\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Spel\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Lägg till\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Lösenord\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Bibliotek\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Databas\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Alla album\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Alla artister\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Alla låtar\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Alla genre\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Buffrar...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Navigeringsljud\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Skalets egna\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Tema\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Standardtema\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Skicka låtinfo till Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.fm-användarnamn\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.fm-lösenord\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Inget svar: avvaktar...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Var vänlig uppdatera XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Felaktig autentisering: Kontrollera användarnamn och lösenord\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Uppkopplad\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Inte uppkopplad\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Leveransintervall %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"Buffrade %i låtar\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Skickar...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Skickar om %i sek\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Spela upp med...\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Använd utjämnad A/V-synkronisering\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Göm filnamn i miniatyrvyn\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Spela i partyläge\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Skicka låtar till Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Libre.fm användarnamn\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Libre.fm lösenord\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Låtinlämning\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Skicka Last.fm radio till Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Ansluter till Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Väljer station...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Sök liknande artister...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Sök liknande taggar...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Din profil (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Överlag topp-taggar\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Toppartister för tagg %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Toppalbum för tagg %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Topplåtar för tagg %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Lyssna till tagg %name% Last.fm radio\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Liknande artister som %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Topp %name%-album\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Topp %name%-spår\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Topp %name%-taggar\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Största fansen av %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Lyssna på %name%-fans Last.fm radio\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Lyssna på %name%-liknande artister Last.fm radio\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Toppartister för användare %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Toppalbum för användare %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Topplåtar för användare %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Vänner till användare %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Grannar till användare %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Vecko-artistlista för %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Vecko-albumlista för %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Vecko-låtlista för %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Lyssna på %name%'s grannes Last.fm radio\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Lyssna på %name%'s personliga Last.fm radio\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Lyssna på %name%'s älsklingsspår Last.fm radio\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Hämtar lista från Last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Kan inte hämta lista från Last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Ange ett artistnamn för att hitta liknande\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Ange ett taggnamn för att hitta liknande\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Nyligen spelade låtar av %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Lyssna till %name%'s rekommenderade Last.fm radio\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Topp taggar för användare %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Vill du lägga till detta spår i dina älsklingsspår?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Vill du bannlysa detta spår?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Tillagt i dina älsklingsspår: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Kunde inte lägga till '%s' till dina älsklingsspår.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Bannlyste: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Kunde inte bannlysa '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Nyligen tillagda spår i %name% älsklingsspår\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Nyligen tillagda spår i %name% bannlista\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Ta bort från älsklingsspår\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Ta bort bannlysning\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Vill du ta bort detta spår från dina älsklingsspår?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Vill du ta bort bannlysningen på detta spår?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Sökväg hittades inte eller är ogiltig\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Kunde inte ansluta till nätverksserver\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Inga servrar funna\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Arbetsgruppen hittades inte\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Öppnar flersökvägskälla\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Sökväg:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Allmänt\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Internetsökning\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Spelare\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Spela media från skiva\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Ange ny titel\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Ange filmens titel\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Ange profilens namn\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Ange albumets namn\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Ange namn för spellistan\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Ange nytt filnamn\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Ange mappnamn\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Ange mapp\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Alternativ: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Ange söksträng\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Ingen\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Autoval\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Avfläta\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (inverterad)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Flätningshantering\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Avbryter...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Ange artistens namn\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Uppspelning misslyckades\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Ett eller flera objekt lyckades inte spela.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Ange värde\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Kontrollera loggfilen för detaljer.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Partyläge avbrutet.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Inga matchande låtar i biblioteket.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Kunde inte initiera databasen.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Kunde inte öppna databasen.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Kunde inte hämta låtar från databasen.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Spellista för partyläge\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Alla videor\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Inte visad\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Visad\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Markera som visad\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Markera som inte visad\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Ändra titel\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"Använd NTSC-M & NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"Använd endast NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"Använd endast NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"Använd endast PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"För 60Hz-spel\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Operationen avbröts\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Kopieringen misslyckades\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Kopiering av minst en fil misslyckades\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Lyckades inte flytta\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Flytt av minst en fil misslyckades\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Raderingen misslyckades\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Radering av minst en fil misslyckades\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Videoskalningsmetod\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Nearest neighbour\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (mjukvara)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (mjukvara)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (mjukvara)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"Temporal\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"Temporal/Spatial\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)Brusreducering\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)Skärpa\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Inverse Telecine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Efterbearbetning\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Visa timeout för viloläge\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Byt till kanal\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Mapp för sparad musik\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Använd extern DVD-spelare\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Extern DVD-spelare\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Mapp för trainers\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Mapp för skärmdumpar\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Mapp för spellistor\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Inspelningar\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Skärmdumpar\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Använd XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Musikspellistor\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Videospellistor\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Vill du starta spelet?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Sortering: Spellista\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Fjärrminiatyr\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Nuvarande miniatyr\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Lokal miniatyr\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Ingen miniatyr\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Välj miniatyrbild\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Konflikt\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Skanna nya\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Skanna alla\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Region\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Översikt\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Lås musikfönster\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Lås videofönster\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Lås bildfönster\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Lås program & skriptfönster\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Lås filhanteraren\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Låsinställningar\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Starta på nytt\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Gå in i huvudläge\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Lämna huvudläge\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Skapa profil '%s'?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Starta med nya inställningar\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Bästa möjliga\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Autoväxla mellan 16x9 och 4x3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Behandla sammmanslagna filer som en enda\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Varning\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Lämnade huvudläge\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Gick in i huvudläge\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com-miniatyr\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Ta bort miniatyrbild\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Lägg till profil...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Hämta info för alla album\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Mediainfo\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Separata\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Utdelningar med standard\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Utdelningar med standard (endast läsning)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Kopiera standard\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Profilbild\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Låsinställningar\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Redigera profil\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Profillås\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Kunde inte skapa mapp\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Profilmapp\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Starta med nya mediakällor\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Se till att mappen är skrivbar\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"och att mappnamnet är giltigt\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"MPAA-klassificiering\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Mata in huvudkod\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Fråga efter huvudkod vid uppstart\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Skalinställningar\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- ingen länk -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Aktivera animeringar\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Inaktivera RSS vid musikuppspelning\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Aktivera genvägsknappar\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Visa program i huvudmenyn\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Visa musikinformation\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Visa väderinformation\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Visa systeminformation\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Visa ledigt diskutrymme (C: E: F:)\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Visa ledigt diskutrymme (E: F: G:)\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Väderinfo\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Ledigt diskutrymme\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Ange namnet på en befintlig utdelning\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Låskod\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Ladda profil\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Profilnamn\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Mediakällor\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Mata in profilens låskod\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Inloggningsskärm\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Hämtar albuminfo\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Hämtar info för album\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Kan inte rippa CD eller spår under uppspelning av CD\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Huvudkod och lås\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Om man anger huvudkod aktiveras huvudläget\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"eller kopiera från standard?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Spara ändringar till profil?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Gamla inställningar hittades.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Vill du använda dem?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Gamla mediakällor hittade.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Separata (låsta)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Rot\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- Zoom\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP-inställningar\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Starta UPnP-klient automatiskt\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Senaste inloggning: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Aldrig inloggad\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Användarinloggning / Välj en profil\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Använd lås på inloggningsskärmen\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Ogiltig låskod.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Detta kräver att huvudkoden är angiven.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Vill du ange den nu?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Laddar programinformation\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Festa på!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Sant\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Blandar drinkar\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Fyller glasen\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Inloggad som\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Logga ut\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Gå till roten\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Weave\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Weave (inverterad)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Blend\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Starta om film\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Redigera nätverksplats\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Ta bort nätverksplats\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Vill du skanna mappen?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Minnesenhet\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Monterade minnesenheten\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Kunde inte montera minnesenhet\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"I port %i, plats %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Lås skärmsläckare\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Angiven\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Användarnamn\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Ange lösenord för\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Avstängningstimer\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Avstängningsintervall (i minuter)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Startad, avstängning om %im\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Stäng av om 30 minuter\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Stäng av om 60 minuter\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Stäng av om 120 minuter\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Anpassad avstängningstimer\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Avbryt avstängningstimer\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Låsinställningar för %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Bläddra...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Sammanfattad information\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Lagringsinformation\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Hårddiskinformation\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"DVD-ROM-information\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Nätverksinformation\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Grafikinformation\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Hårdvaruinformation\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Totalt\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Använt\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"av\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Låsning stöds inte\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Inte låst\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Låst\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Fryst\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Kräver omstart\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Vecka\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Linje\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windowsnätverk (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP-server\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP-server\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes-musikdelning (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP-server\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Visa grafikinformation\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Färdig\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Capslock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Symboler\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Backsteg\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Mellanslag\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Ladda om skal\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Vrid enligt EXIF-information\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Använd postervisning för TV-serier\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Var god vänta\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Tar backup av EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Tar backup av BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Aktivera automatisk rullning för handling & recension\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Anpassad\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Aktivera debugloggning\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Hämta tilläggsinformation vid uppdateringar\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Standardskrapa för musikinformation\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Byt skrapa\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Exportera musikbibliotek\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Importera musikbibliotek\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Ingen artist hittades!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Nedladdning av artistinfo misslyckades\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Festa på! (videor)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Blandar drinkar (videor)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Fyller glasen (videor)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV-server (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV-server (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV-klient\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Webbserver-katalog (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Webbserver-katalog (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Kunde inte skriva till mapp:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Vill du hoppa över och fortsätta?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS-flöde\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Okänd. Lägg till MD5 från xbmc.log till BiosIDs.ini.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Sekundär DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP-server:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Skapa ny mapp\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Tona ned LCD under uppspelning\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Okänd eller integrerad (skyddad)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Tona ned LCD under paus\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Slå på LED under paus\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Filmer - Bibliotek\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Sparade spel\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Sortering: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Ladda ned sparade spel\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Sparat spel installerat på HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Misslyckades ladda ned sparat spel\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Välj sparat spel att ladda ned och installera\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Inga online-sparade spel hittades för det specifika spelet\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Gå till Sparade spel\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Sparade Spel\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Spela del...\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Kalibreringsåterställning\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Detta kommer att återställa kalibreringsvärden för %s\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"till dess usprungliga värden.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Bläddra efter destination\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Använd mappnamn för sökningar\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Fil\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Använd fil- eller mappnamn i sökningar?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Ange innehåll\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Mapp\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Leta rekursivt efter innehåll?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Lås upp källor\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Skådespelare\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Regissör\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Vill du ta bort alla objekt i\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"denna sökväg från biblioteket?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Filmer\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"TV-serier\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Denna mapp innehåller\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Kör automatisk skanning\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Skanna rekursivt\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"som\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Regissörer\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Inga filmfiler hittades i denna sökväg!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"röster\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"TV-serieinformation\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Avsnittsinformation\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Laddar TV-seriedetaljer\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Hämtar avsnittsguide\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Laddar info för avsnitten i mappen\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Välj TV-serie:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Ange TV-seriens namn\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Säsong %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Avsnitt\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Avsnitt\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Laddar avsnittsdetaljer\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Ta bort avsnitt från bibliotek\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Ta bort TV-serie från bibliotek\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"TV-serie\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Handling för avsnitt\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Alla säsonger\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Dölj visade\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Prod. kod\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Visa handling för icke visade objekt\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Dold för att inte förstöra handlingen *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Ange säsongsminiatyr\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Säsongsbild\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Säsong\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Hämtar filminformation\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Frigör innehållet\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Originaltitel\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Uppdatera TV-serieinformation\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Uppdatera alla avsnitt?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Vald mapp innehåller en enda TV-serie\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Ignorera vald mapp vid skanning\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Specialavsnitt\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Hämta säsongsminiatyrer automatiskt\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Vald mapp innehåller en enstaka film\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Länk till TV-serie\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Ta bort länk till TV-serie\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Nyligen tillagda filmer\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Nyligen tillagda avsnitt\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Studior\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Musikvideor\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Nyligen tillagda musikvideor\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Musikvideo\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Ta bort musikvideo från biblioteket\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Musikvideoinformation\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Laddar musikvideoinformation\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Blandad\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Gå till album av artisten\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Gå till album\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Spela låt\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Gå till musikvideor från albumet\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Gå till musikvideor av artisten\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Spela musikvideo\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Hämta skådespelarminiatyrer vid addering till biblioteket\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Ange skådespelarminiatyr\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Ta bort bokmärke för avsnittet\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Ange bokmärke för avsnittet\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Inställningar för skrapa\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Hämtar musikvideoinformation\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Hämtar TV-serieinformation\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Trailer\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Lägg ihop\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Lägg ihop TV-serie\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Hämta fanart\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Visa fanart i video och musikbibliotek\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Skannar efter nytt innehåll\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Sändes först\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Författare\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Rensa mapp och filnamn\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Aldrig\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Om endast en säsong\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Alltid\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Har trailer\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Falskt\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Fanart-bildspel\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Exportera till en enda fil eller\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"en fil per post?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"En fil\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"En fil per post\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Exportera miniatyrer och fanart?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Skriva över äldre filer?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Uteslut sökväg från biblioteksuppdateringar\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Hämta miniatyrer och filminformation\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Uppsättningar\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Ange filmuppsättningsminiatyr\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Exportera skådespelarminiatyrer?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Välj fanart\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Lokal fanart\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Ingen fanart\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Nuvarande fanart\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Fanart på fjärrutdelning\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Ändra innehåll\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Vill du uppdatera info för alla\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"objekt i denna sökväg?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Lokalt lagrad information hittad.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ignorera och uppdatera från Internet?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Kunde inte ladda ner information\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"Servern är troligtvis inte tillgänglig.\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Vill du fortsätta skanna?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Länder\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Gruppera filmer i samlingar\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Visa dolda filer och mappar\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox-klient\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"VARNING: Vald TuxBox-enhet är i inspelningsläge!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Strömmen kommer att stoppas!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Byte till kanal: %s misslyckades!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Är du säker på att starta strömmen?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Ansluter till: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox-enhet\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Lägg till mediautdelning...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Dela film- och musikbibliotek via UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Redigera mediautdelning\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Ta bort mediautdelning\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Undertextsmapp\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Film & alternativ undertextmapp\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Aktivera mus\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Spela navigationsljud under mediauppspelning\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Miniatyrbild\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Tvingad DVD-region\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Grafikutgång\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Bildläge\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Letterbox\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Bredbild\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Aktivera 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Aktivera 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Aktivera 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Ange namn på den nya spellistan\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Visa knapp för \\\"Lägg till källa\\\" i fillistor\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Aktivera rullningslister\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Gör en knapp för visad-filtret i filmbibliotek\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Öppna\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Akustisk nivåhantering\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Snabb\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Tyst\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Aktivera anpassad bakgrund\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Energisparshantering\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Hög strömförbrukning\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Låg strömförbrukning\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Hög standby\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Låg standby\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Kan inte buffra filer större än 4GB\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Kapitel\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Högkvalitets-pixelskuggning v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Aktivera spellista vid start\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Använd elastiska animeringar\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"innehåller\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"innehåller inte\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"är\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"är inte\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"börjar med\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"slutar med\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"större än\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"mindre än\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"efter\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"före\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"i de senaste\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"inte i de senaste\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Skrapor\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Standardskrapa för film\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Standardskrapa för TV-serier\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Standard-musikvideoskrapa\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Aktivera återfall baserat på skrapspråk\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Inställningar\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Flerspråkig\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Värde att matcha\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Regel för smart spellista\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Matcha objekt där\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Ny regel...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Objekt måste matcha\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"alla regler\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"en eller flera regler\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Begränsa till\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Ingen begränsning\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Sortera efter\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"stigande\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"fallande\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Redigera smart spellista\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Namn på spellista\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Hitta objekt där\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Redigera\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i objekt\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Ny smart spellista...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c disk\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Redigera regler för partyläge\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Hemmapp\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Visningar\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Avsnittstitel\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Videoupplösning\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Ljudkanaler\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Videocodec\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Ljudcodec\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Ljudspråk\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Undertextspråk\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Fjärrkontroll sänder tangentbordstryckningar\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"- Redigera\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Filnamn\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Filsökväg\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Filstorlek\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Fildatum/tid\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Bildspelsindex\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Upplösning\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Kommentar\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Färg/SV\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"JPEG-behandling\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Datum/tid\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Beskrivning\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Kameramärke\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Kameramodell\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF-kommentar\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Bländare\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Brännvidd\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Fokuseringsavstånd\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Exponering\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Exponeringstid\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Exponeringsbias\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Exponeringsläge\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Blixt användes\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Vitbalans\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Ljuskälla\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Mätläge\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Digital zoom\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD-bredd\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS-latitud\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS-longitud\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS-höjd\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Riktning\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Tilläggskategorier\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Nyckelord\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Etikett\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Skapare\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Rubrik\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Speciella instruktioner\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Kategori\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Upphovsman\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Upphovmanstitel\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Förtjänst\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Källa\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Upphovsrättsnotering\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Objektnamn\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Stad\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Delstat\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Land\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Originalreferens till TX\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Skapad datum\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Upphovsrättsflagga\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Landskod\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Referenstjänst\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Tillåt kontroll av XBMC via UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Försök hoppa över introduktionen innan DVD-menyn\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Sparad musik\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Hämta info för alla artister\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Hämtar albuminformation\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Hämtar artistinformation\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biografi\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Diskografi\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Söker artist\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Välj artist\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Artistinformation\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Instrument\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Född\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Bildades\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Teman\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Upplöst\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Död\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Aktiva år\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Förlag\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Född/bildades\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Uppdatera biblioteket vid uppstart\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Uppdatera alltid biblioteket i bakgrunden\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS-suffix\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Fördröjd med: %2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"I förväg med: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Undertextkompensering\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL-tillverkare:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL-renderare:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL-version:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB-temperatur:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU-temperatur:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Totalt minne\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Profildata\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Använd nedtoning om videouppspelningen är pausad\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Alla inspelningar\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Efter titel\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Efter grupp\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Aktuella kanaler\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Inspelningar efter titel\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Guide\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Felmarginal i bildförhållande för att minska svarta ränder\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Visa videofiler i listor\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX-tillverkare:\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Direct3D-version:\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Typsnitt\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Storlek\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Färger\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Teckenuppsättning\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Exportera karaoketitlar som HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Exportera karaoketitlar som CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Importera karaoketitlar...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Visa låtväljaren automatiskt\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Exportera karaoketitlar...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Ange låtnummer\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"vit/grön\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"vit/röd\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"vit/blå\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"svart/vit\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Vädertillägg\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- Tilläggsinställningar\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Aktivera text-TV\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Del %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Buffrar %i bytes\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Stoppar\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Igång\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Extern spelare är aktiv\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Klicka OK för att avsluta spelaren\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Klicka OK när uppspelningen har slutat\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Tillägg\"\n\nmsgctxt \"#24001\"\nmsgid \"Plugins\"\nmsgstr \"Tillägg\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Konfigurera\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Inaktivera\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Aktivera\"\n\nmsgctxt \"#24023\"\nmsgid \"Add-on disabled\"\nmsgstr \"Tillägg avaktiverat\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Detta tillägg kan inte konfigureras\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Biblioteksläge\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY-tangentbord\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Ljudgenomströmning används\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Aktivera fladderfilterinställning till spel\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Trailerkvalitet\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Strömma\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Ladda ned\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Ladda ned & spela upp\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Ladda ned & spara\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Idag\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Imorgon\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Sparar\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Kopierar\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Ange nedladdningsmapp\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Söklängd\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Kort\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Lång\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Använd DVD-spelaren istället för den vanliga spelaren\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Fråga om nedladdning innan uppspelning\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Klipp\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Starta om tillägg för att aktivera\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"I natt\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Imorgon natt\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Förhållande\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Nederbörd\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Nederbörd\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Fuktig\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Känns\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Observerad\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Avvikelse från normal\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Soluppgång\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Solnedgång\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Detaljer\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Utsikt\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Omslagsflöde\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Översätt text\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Kartlista %s-kategori\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 timmar\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Kartor\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Per timme\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Helg\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s dag\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Varning\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Varningar\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Välj dina\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Kontrollera\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Konfigurera\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Säsonger\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Använd din\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Se dina\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Lyssna på\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Visa dina\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Konfigurera\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Ström\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Meny\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Spela\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Alternativ\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Redigerare\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Om ditt\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Stjärnbetyg\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Bakgrund\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Bakgrunder\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Anpassad bakgrund\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Anpassade bakgrunder\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Visa Readme\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Visa ändringslogg\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Denna version av %s kräver en\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"XBMC-version större än %s för att köras.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Var god uppdatera XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Ingen data hittades!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Nästa sida\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Älska\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Hata\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Denna fil är sammanslagen, välj den del du vill spela upp från.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Sökväg till skript\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Aktivera knapp för anpassade skript\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Turkish/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\n<language locale=\"Turkish\">\n  <charsets>\n    <gui unicodefont=\"true\">CP1254</gui>\n    <subtitle>CP1254</subtitle>\n  </charsets>\n  <dvd>\n    <menu>tr</menu>\n    <audio>tr</audio>\n    <subtitle>tr</subtitle>\n  </dvd>\n  <regions>\n    <region name=\"Turkiye\" locale=\"turkey\">\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">HH:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n  </regions>\n</language>"
  },
  {
    "path": "Mod Files/system/language/Turkish/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Turkish (http://www.transifex.com/projects/p/xbmc4xbox/language/tr/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: tr\\n\"\n\"Plural-Forms: nplurals=1; plural=0;\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Programlar\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Resimler\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Müzik\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Videolar\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"TV-Rehberi\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Ayarlar\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Dosya yöneticisi\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Hava Durumu\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"xbmc medya merkezi\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Pazartesi\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Salı\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Çarşamba\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Perşembe\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"Cuma\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Cumartesi\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Pazar\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"Ocak\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"Şubat\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"Mart\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"Nisan\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"Mayıs\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"Haziran\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"Temmuz\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"Ağustos\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"Eylül\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"Ekim\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"Kasım\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"Aralık\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Pzt\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Sal\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Çar\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Per\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Cum\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Cmt\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Paz\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"Oca\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"Şub\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"Mar\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"Nis\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"May\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"Haz\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"Tem\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"Ağu\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"Eyl\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"Eki\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"Kas\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"Ara\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Görünüm: Otomatik\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Görünüm: Otomatik büyük\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Görünüm: Simgeler\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Görünüm: Liste\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Tara\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sırala: İsim\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Sırala: Tarih\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Sırala: Boyut\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Hayır\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Evet\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Slayt Gösterisi\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Küçük resimleri oluştur\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Küçük resimleri oluştur\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Kısayollar\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Duraklatıldı\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Kopyala\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Taşı\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Sil\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Yeniden adlandır\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Yeni klasör\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Dosya kopyalamayı onayla\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Dosya taşımayı onayla\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Dosya silmeyi onaylıyor musunuz?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Bu dosyalar kopyalansın mı?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Bu dosyalar taşınsın mı?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Bu dosyalar silinsin mi? - Silinen dosyalar geri alınamaz!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Durum\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Nesneler\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Genel\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Slayt Gösterisi\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Sistem bilgisi\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Görüntü\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Albümler\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Sanatçılar\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Şarkılar\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Tarzlar\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Çalma listeleri\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Ara\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Sistem Bilgisi\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Sıcaklıklar:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Zaman:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Geçerli:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Versiyon:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Ağ:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Tür:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Statik\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC adresi\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP adresi\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"Bağlantı:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Yarı çift yönlü\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Tam çift yönlü\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Depolama\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Sürücü\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Boş\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Boş bellek\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Bağlantı yok\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Boş\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Kullanılamıyor\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Tepsi açık\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Okunuyor\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Disk yok\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Disk var\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Dış Görünüm\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"FTP sunucusunu etkinleştir\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Çözünürlük\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Görüntü yenileme hızını video ile eşleşecek şekilde ayarla\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Çıkış tarihi\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"4:3 videoları görüntüleme biçimi\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Nitelik\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Stiller\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Şarkı\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Süre\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Albüm seç\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Parçalar\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Yorum\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Yenile\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Albüm aranıyor\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"Tamam\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Hiç albüm bulunamadı!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Tümünü seç\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Ortam bilgisi taranıyor\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Kaydet\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Karıştır\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Temizle\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Tara\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Aranıyor...\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Bilgi bulunamadı!\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Film seç:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"%s bilgisi sorgulanıyor\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Film ayrıntıları yükleniyor\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Hakkında\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"İçerik\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Toplam Oy:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"Oyuncular\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"İçerik\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Oynat\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Sonraki\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Önceki\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Kullanıcı arabirimini ayarla...\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Video ayarı...\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Yumuşat\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Yakınlaştırma miktarı\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Piksel oranı\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD sürücü\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Lütfen bir disk yerleştirin\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Uzak paylaşım\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Ağ bağlantısı yok\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"İptal\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Hız\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Desenleri test et...\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Ses CD'lerinin parça isimlerini freedb.org'da ara\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Çalma listesini karıştır\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Sabit disk yavaşlatma zamanı\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Video filtreleri\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Hiçbiri\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Nokta\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Çizgisel\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Anizotropic\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Quincunx\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Gaussian cubic\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Küçültme\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Büyültme\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Oynatma bittiğinde çalma listesini temizle\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Betikler\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Dil\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Müzik\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Görsel öğe\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Hedef dizini seç\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Bütün kolonlara stereo ses ver\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Kanal sayısı\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- DTS destekli alıcı\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"CD bilgileri getiriliyor\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Hata\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Etiket okumasını etkinleştir\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Açılıyor\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Başlaması bekleniyor...\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Betik çıktısı\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"HTTP üzerinden XBMC kontrolüne izin ver\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Kayıt\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Kaydı Durdur\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Sırala: Parça\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Sırala: Süre\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Sırala: Başlık\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Sırala: Sanatçı\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Sırala: Albüm\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"En İyi 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Sol-Üst tarama dengelemesi\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Sağ-Alt tarama dengelemesi\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Altyazı konumlandırması\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Piksel oranı ayarı\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Ok işaretini resmi ayarlamak için kaydır\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Altyazı konumunu değiştirmek için çubuğu kaydırın\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Dörtgeni tam olarak kare olacak şekilde ayarla\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Ayarlar yüklenemiyor\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Varsayılan ayarlar kullanılıyor\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Lütfen XML dosyalarını denetleyin\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"%i öğe bulundu\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Arama sonuçları\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Hiçbir sonuç bulunamadı\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Post-processing filtresi\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Altyazılar\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Yazı tipi\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- Boyut\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Dinamik aralık sıkıştırma\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Ses\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Altyazılara gözat\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Yer işareti oluştur\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Yer işaretlerini temizle\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Ses gecikmesi\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Yer İşaretleri\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"- AAC destekli alıcı\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"- MP1 destekli alıcı\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"- MP2 destekli alıcı\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"- MP3 destekli alıcı\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Geciktirme\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Dil\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Etkin\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Non-interleaved\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- Otomatik post-processing\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- Dikey deblocking filtresi\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- Yatay deblocking filtresi\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Otomatik parlaklık/kontrast\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Dering\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=otomatik)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Veritabanı temizleniyor\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Hazırlanıyor...\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Veritabanı hatası\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Şarkılar aranıyor...\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Veritabanı başarıyla temizlendi\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Şarkılar temizleniyor...\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Şarkılar temizlenirken hata oluştu\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Sanatçılar temizleniyor...\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Sanatçılar temizlenirken hata oluştu\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Tarzlar temizleniyor...\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Tarzlar temizlenirken hata oluştu\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Yollar temizleniyor...\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Yollar temizlenirken hata oluştu\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Albümler temizleniyor...\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Albümler temizlenirken hata oluştu\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Değişiklikler yazılıyor...\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Değişiklikler yazılırken hata oluştu\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Bu biraz zaman alabilir...\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Veritabanı sıkıştırılıyor...\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Veritabanı sıkıştırılırken hata oluştu\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Kitaplığı temizlemek istiyor musunuz?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Kitaplığı temizle...\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Başlat\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Çerçeve hızı çeviricisi\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Ses çıkışı\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Analog\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Dijital\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Çeşitli sanatçılar\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Diski oynat\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Filmler\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Kare hızını ayarla\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Aktörler\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Yıl\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Programlar\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Kapalı\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Karart\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Siyah\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Matrix trails\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Ekran koruyucu süresi\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Ekran koruyucu modu\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Kapatma işlevi zamanlayıcısı\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Bütün albümler\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Yeni eklenen albümler\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Ekran Koruyucu\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Yinelemeli Slayt Gösterisi\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Ekran koruyucu karartma seviyesi\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Sırala: Dosya\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- Dolby Digital (AC3) destekli alıcı\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Sırala: İsim\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Sırala: Yıl\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Sırala: Beğeni\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Başlık\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"Gök gürültülü\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"Parçalı\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"Genelde\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"Güneşli\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"Bulutlu\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"Karlı\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"Yağmurlu\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"Hafif\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"Sabah\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"Akşam\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"Yağışlı\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"Daha az\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"Bazen\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"Rüzgarlı\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"Kuvvetli\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"Güzel\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"Açık\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"Bulutlu\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"Erken\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"Yağmurlu\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"Kar yağışlı\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Düşük\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Orta\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Yüksek\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"Sisli\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"Puslu\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Konum seçin\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Yenileme zamanı\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Sıcaklık birimi\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Hız birimi\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Hava\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Hava sıcaklığı\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"Hissedilen sıcaklık\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"UV değeri\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Rüzgar\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Donma noktası\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Nem oranı\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"Varsayılanlar\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Hava durumu hizmetine erişiliyor\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Hava durumu bilgileri alınıyor:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Hava durumu bilgileri alınamıyor\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"El ile\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Bu albüm için yorum mevcut değil\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Küçük resim karşıdan yükleniyor...\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Kullanılamaz\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Görünüm: Büyük simgeler\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Düşük\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Albüm bilgisini sil\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"CD bilgisini sil\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Seç\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Albüm bilgisi bulunamadı\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"CD bilgisi bulunamadı\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Disk\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Doğru CD/DVD'yi koyunuz\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Lütfen sıradaki CD/DVD'yi koyunuz\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Sırala: DVD#\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Önbellek yok\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Filmi kitaplıktan kaldır\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"'%s' gerçekten kaldırılsın mı?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Çıkartılabilir disk\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Dosya açılıyor\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Önbellek\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Sabit disk\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Yerel ağ\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"İnternet\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Ses\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Ortamları otomatik başlat\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"LCD\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Etkin\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Sütunlar\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"1. Sıra adresi\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"2. Sıra adresi\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"3. Sıra adresi\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"4. Sıra adresi\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Sıralar\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Mod\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Görünümü değiştir\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Altyazılar\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Ses akışı\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[etkin]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Altyazı\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Arka Işık\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Parlaklık\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Kontrast\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Gama\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Tür\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"OSD konumunu değiştirmek için çubuğu kaydırın\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"OSD konumu\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Jenerik\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"Modchip\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Kapalı\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Sadece müzik\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Müzik ve video\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Çalma listesi yüklenemedi\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"OSD\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Dış görünüm ve dil\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Görünüm\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Ses seçenekleri\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"XBMC Hakkında\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Albümü sil\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Tekrar\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Birini tekrarla\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Klasörü tekrarla\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Sonraki şarkıyı otomatik olarak çal\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Büyük simge kullan\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"VobAltyazıları yeniden boyutlandır\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Gelişmiş seçenekler (Uzmanlar İçin!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Genel ses boşluk payı\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Videoları Grafik Kullanıcı Arabirimi çözünürlüğüne yükselt\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Ayarlama\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Dosya uzantılarını göster\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Sırala: Tür\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Çevrimiçi arama hizmetine bağlanılamıyor\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Albüm bilgileri indirilemedi\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Albüm adları aranıyor...\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Açık\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Meşgul\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Boş\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Dosyalardan ortam bilgileri yükleniyor...\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Sırala: Kullanım\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Görsel öğeleri etkinleştir\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Video modu geçişini etkinleştir\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Başlangıç penceresi\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Giriş penceresi\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"El ile yapılan ayarlar\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Tarz\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Yeni çalınan albümler\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Başlat\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Başlat...\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"XBE başlığını düzenle\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Derlemeler\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Kaynağı kaldır\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Ortamı değiştir\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Çalma listesini seç\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Yeni çalma listesi...\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Çalma listesine ekle\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Kitaplığa el ile ekle\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Başlığı gir\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Hata: Yinelenen başlık\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Tarz seçin\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Yeni tarz\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"El ile ekle\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Tarz girin\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Görünüm: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Liste\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Simgeler\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Büyük liste\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Büyük simgeler\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Geniş\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Büyük geniş\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Albüm simgeleri\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"DVD simgeleri\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Ortam bilgisi\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Ses çıkış aygıtı\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Doğrudan geçiş çıkış aygıtı\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Bu sanatçı için biyografi yok\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Çok kanallı sesleri stereo'ya dönüştür\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Sırala: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"İsim\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Tarih\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Boyut\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"Parça\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Zaman\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Başlık\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Sanatçı\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Albüm\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Çalma listesi\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Dosya\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Yıl\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Derecelendirme\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Tür\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Kullanım\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Albüm sanatçısı\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Çalma sayısı\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Son çalınan\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Açıklama\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Eklenme tarihi\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"Varsayılan\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Stüdyo\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Yol\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Ülke\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"Devam ediyor\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Sıralama yönü\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Sıralama yöntemi\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Görünüm modu\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Farklı klasörlerin görünümlerini hatırla\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Artan\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Azalan\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Çalma listesini düzenle\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Filtre\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Parti modundan çık\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Parti modu\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Rastgele\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Kapalı\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Biri\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Hepsi\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Kapalı\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Tekrar: Kapalı\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Tekrar: Birini\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Tekrar: Hepsini\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Ses CD'sini kopyala\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Orta\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Standart\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Extreme\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Değişken bit oranı\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Kopyalanıyor...\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"Nereye:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"CD veya parça kopyalanamıyor\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"CDDA kopyalama yolu ayarlanmamış\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Parçayı kopyala\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Numara gir\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Ses CD'leri\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Kodlayıcı\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Kalite\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Bit oranı\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Parça numarasını dahil et\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Bütün şarkılar\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Görünüm modu\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Yakınlaştır\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"4:3'e genişlet\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Geniş yakınlaştırma\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"16:9'a genişlet\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Özgün Boyut\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Özel\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Replaygain ses ayarlamaları\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"Parça seviyesini kullan\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"Albüm seviyesini kullan\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"PreAmp Level - Replay gained files\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"PreAmp Level - Non replay gained files\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Avoid clipping on replay gained files\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Siyah çubukları kırp\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Büyük bir dosyayı açmak gerekiyor. Devam edilsin mi?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Kitaplıktan kaldır\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Video kitaplığını dışa aktar\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Video kitaplığını içe aktar\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"İçe aktar\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Dışa aktar\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Kitaplığa gözat\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Yıllar\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Kitaplığı güncelle\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Hata ayıklama bilgisini göster\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Çalıştırılabilirlere gözat\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Çalma listesine gözat\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Klasöre gözat\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Şarkı bilgisi\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Ses yükseltici\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Dışa aktarma klasörü seç\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Bu dosya artık mevcut değil.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Kitaplıktan kaldırmak ister misiniz?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Betiklere gözat\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Sıkıştırma düzeyi\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Kitaplık temizleniyor\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Eski şarkılar kitaplıktan kaldırılıyor\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Bu yol daha önceden taranmıştı\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Ağ Bağlantıları\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"- Sunucu\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"İnternet erişimi için HTTP vekil sunucusu kullan\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"İnternet Protokolü (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Geçersiz bağlantı noktası belirtildi. Değer 1 ile 65535 arası olmalı.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP vekil sunucu\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Atama\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Otomatik (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Kişisel (Statik)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"Varsayılan (Kontrol Paneli)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP adresi\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Ağ maskesi\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Varsayılan ağ geçidi\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- DNS sunucusu\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Kaydet ve yeniden başlat\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Geçersiz adres girildi. Değer AAA.BBB.CCC.DDD şeklinde\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"0 ile 255 arası bir rakam olmalıdır.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Değişiklikler kaydedilmedi. Kaydetmeden devam etmek istiyor musunuz?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Web sunucusu\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP sunucusu\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"- Port\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Kaydet ve uygula\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"- Parola\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Parola yok\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- Karakter kodlaması\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- Stil\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- Renk\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Kalın\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"İtalik\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Kalın italik\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Beyaz\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Sarı\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Dosyalar\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Bu görünüm için taranmış bilgi yok\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Lütfen kitaplık modunu kapatın\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Resim yüklenirken hata oluştu\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Yolu düzenle\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Resmi aynala\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Emin misiniz?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Kaynak kaldırılıyor\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Program bağlantısı ekle\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Program yolunu düzenle\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Program adını düzenle\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Yolun derinliğini düzenle\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Görünüm: Büyük liste\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Sarı\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Beyaz\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Mavi\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Açık yeşil\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Turkuaz\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Çiyan\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Açık gri\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Gri\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Hata %i: paylaşım bulunamıyor\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- Otomatik FATX limitleyici\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Ses çıkışı\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Arama\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Slayt gösterisi klasörü\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Ağ arabirimi\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Kablosuz ağın adı (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Kablosuz ağın parolası\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Kablosuz ağın güvenliği\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Ağ arabirimi ayarlarını kaydet ve uygula\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Şifreleme yok\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Ağ arabirim ayarları uygulanıyor. Lütfen bekleyin.\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Ağ arabirimi yeniden başlatıldı.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Ağ arabirimi başlatılamadı.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Arabirim devre dışı\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Ağ arabirimi başarıyla devre dışı bırakıldı.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Kablosuz ağ adı (ESSID)\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Bu sistemdeki programların XBMC'yi kontrol etmesine izin ver\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Bağlantı noktası\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Bağlantı noktası aralığı\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Diğer sistemlerdeki programların XBMC'yi kontrol etmesine izin ver\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Başlangıçtaki yineleme gecikmesi (ms)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Kesintisiz yineleme gecikmesi (ms)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Azami istemci sayısı\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"İnternet erişimi\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Geçersiz bağlantı noktası numarası girildi\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Geçerli bağlantı noktası aralığı 1-65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Geçerli bağlantı noktası aralığı 1024-65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Ekran Koruyucu önizlemesi\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Bağlanamıyor\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC ağ konumuna bağlanamadı.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Bu olay ağın bağlı olmamasından kaynaklanabilir.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Yine de eklemek istiyor musunuz?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP adresi\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Ağ konumu ekle\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Protokol\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Sunucu adresi\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Sunucu adı\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Uzak yol\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Paylaştırılmış klasör\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Bağlantı noktası\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Kullanıcı adı\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Ağ sunucusuna gözat\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Sunucunun ağ adresini girin\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Sunucu üstündeki yolu girin\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Bağlantı noktası numarasını girin\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Kullanıcı adını girin\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"%s kaynağını ekle\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Yolları gir veya ortam konumlarına gözat.\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Bu ortam kaynağı için bir isim girin.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Yeni paylaşımlara gözat\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Gözat\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Dizin bilgileri alınamıyor.\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Kaynak ekle\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Kaynağı düzenle\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"%s kaynağını düzenle\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Yeni etiket girin\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Resme gözat\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Resim klasörüne gözat\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Ağ adresi ekle...\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Dosyaya gözat\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Alt menü\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Alt menü tuşlarını etkinleştir\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Sık Kullanılanlar\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Video eklentileri\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Müzik eklentileri\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Resim eklentileri\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Dizin yükleniyor\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"%i öğe alındı\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"%i / %i öğe alındı\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Program eklentileri\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Eklenti küçük resmini ayarla\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Eklenti ayarları\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Giriş noktaları\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Diğer...\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"- Kullanıcı adı\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Betik ayarları\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Tek Parçalık Albümler\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB istemcisi\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Çalışma grubu\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Varsayılan kullanıcı adı\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Varsayılan parola\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS sunucusu\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"SMB paylaşımlarını bağla\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Kaldır\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Müzik\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Resimler\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Dosyalar\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Müzik ve video \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Müzik ve resimler\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Müzik ve dosyalar\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Video ve resimler\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Video ve dosyalar\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Resimler ve dosyalar\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Müzik, video ve resimler\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Müzik, video, resimler ve dosyalar\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Devre dışı\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Dosyalar, müzik ve video\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Dosyalar, resimler ve müzik\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Dosyalar, resimler ve video\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Müzik ve programlar\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Video ve programlar\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Resimler ve programlar\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Müzik, video, resimler ve programlar\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Programlar, video ve müzik\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Programlar, resimler ve müzik\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Programlar, resimler ve video\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"FTP kullanıcı adı\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"FTP parolası\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Parola başarıyla ayarlandı\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Otomatik algılama\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Otomatik sistem algılama\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Takma isim\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Bağlanmak için sor\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"FTP kullanıcı adını ve parolasını gönder\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Ping süresi\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Otomatik olarak tanımlanan sisteme bağlanmak ister misiniz?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Bu hizmetleri Zeroconf üzerinden diğer sistemlere bildir\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Özel ses aygıtı\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Özel doğrudan geçiş aygıtı\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"Kaygan\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"ve\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"Donma noktası\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"Gecikmiş\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"Tecrit edilmiş\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"Sağanak yağışlı\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"Gök gürültülü\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"Güneşli\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"Sağanak\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"içinde\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"​\"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"Görüş mesafesi\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"Buz\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"Kristal\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"Ilık\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"ile\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"rüzgarlı\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"çiseleyen\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"Gök gürültülü sağanak\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"Çiseleyen\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"Sisli\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"Serpiştiren\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"T-Storms\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"T-Showers\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Boştayken ekranı uyku moduna geçir\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Süre\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Betik başarısız! : %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"LCD/VFD'yi etkinleştir\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Giriş\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Programlar\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Resimler\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Dosya yöneticisi\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Ayarlar\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Müzik\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Videolar\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Sistem bilgisi\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Ayarlar - Genel\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Ayarlar - Ekran\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Ayarlar - Görünüm - Grafik Kullanıcı Arabirimi Ayarlama\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Ayarlar - Videolar - Ekran Ayarı\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Ayarlar - Resimler\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Ayarlar - Programlar\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Ayarlar - Hava Durumu\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Ayarlar - Müzik\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Ayarlar - Sistem\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Ayarlar - Videolar\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Ayarlar - Ağ Bağlantısı\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Ayarlar - Görünüm\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Betikler\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Videolar/Çalma Listesi\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Ayarlar - Profiller\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Evet/Hayır iletişim kutusu\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"İlerleme iletişim kutusu\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Altyazılara bakılıyor...\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Altyazılara bakılıyor veya önbelleğe alınıyor...\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"sonlandırılıyor\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"ara belleğe alınıyor\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Akış açılıyor\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Müzik/Çalma Listesi\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Müzik/Dosyalar\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Müzik/Kitaplık\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Çalma listesi düzenleyicisi\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"En iyi 100 şarkı\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"En iyi 100 albüm\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Programlar\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Yapılandırma\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Hava tahmini\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Ağ üzerinden oyun\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Uzantılar\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Sistem bilgisi\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Müzik - Kitaplık\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Şimdi Çalınıyor - Müzik\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Şimdi Oynatılıyor - Videolar\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Albüm bilgisi\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Film bilgisi\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Seçim iletişim kutusu\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Müzik/Bilgi\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Tamam iletişim kutusu\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Videolar/Bilgi\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Betikler/Bilgi\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Tam Ekran Video\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Müzik görsel öğesi\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Dosya yığınlama iletişim kutusu\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Dizini yeniden oluştur...\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Müzik penceresine dön\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Videolar penceresine dön\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Hile listesini güncelle\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Hile\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Hiç hile bulunamadı\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Hile ayarları\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Bütün kayıtlı hileler kayıp. Listeyi güncelleyin\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Son durdurulan yerden devam et\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Hayır\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Evet\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Sor\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Baştan başlat\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Sürdür: %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Mevcut hileler doğrulanıyor...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Tamam\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Kilitli! Kodu girin...\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Parola girin\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Yönetici kodunu girin\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Kilit açma kodunu girin\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"veya çıkmak için C'ye basın\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Gamepad tuş kombinasyonunu girin ve\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"Start'a basın veya çıkmak için Back'e basın\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Kilidi ayarla\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Kilidi aç\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Kilidi sıfırla\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Kilidi kaldır\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Sayısal parola\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Gamepad tuş kombinasyonu\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Tam metin parola\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Yeni parolayı girin\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Yeni parolayı tekrar girin\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Yanlış parola,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"deneme hakkı kaldı \"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Girilen parola eşleşmedi.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Giriş reddedildi\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Parola deneme hakkı tükendi.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Sistem şimdi kapatılacak.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Öğe kilitli\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Kilidi yeniden etkinleştir\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Kilidi değiştir\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Kaynak kilidi\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Boş parola girildi. Yeniden deneyin.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Yönetici kilidi\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Eğer Yönetici Kilidi denemesi aşılırsa sistemi kapat\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Geçersiz yönetici kodu\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Lütfen doğru yönetici şifresini girin\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Ayarlar ve dosya yöneticisi\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Tüm videolar için varsayılan olarak ayarla\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Bu işlem önceden kaydedilmiş değerleri sıfırlar\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Her resim için görüntüleme zamanı miktarı\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Kaydırma ve yakınlaştırma efektleri kullan\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"NTSC videoları PAL formatında oynat\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"PAL videoları NTSC formatında oynat\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"NTSC videoları PAL60 formatında oynat\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12 saatlik zaman biçimi\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24 saatlik zaman biçimi\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"Gün/Ay\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Ay/Gün\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Sistemin çalışma süresi\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"Dakika\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"Saat\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"Gün\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Toplam çalışma süresi\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Hava Durumu\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Ekran Koruyucu\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Tam Ekran OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Sistem\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Anlık sabit disk yavaşlatma\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Sadece Video\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Gecikme\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Minimum dosya süresi\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Kapat\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Kontrol Paneli\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Özel kontrol paneli yolu kullan\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Kapatma işlevi\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Çık\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Hazırda Beklet\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Askıya Al\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Çıkış\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Yeniden Başlat\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Simge Durumuna\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Güç düğmesi eylemi\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Başka bir oturum mu etkin, ssh üzerinden olabilir mi?\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Çıkarılabilir sabit disk bağlandı\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Aygıt güvensiz bir şekilde kaldırıldı\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Aygıt başarıyla kaldırıldı\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Joystick takılı\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Joystick takılı değil\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Titreme filtresi\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"Sürücü seçsin (yeniden başlatmak gerekir)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Dikey boşluk senkronizasyonu\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Devre dışı\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Video oynatılırken etkinleştir\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Her zaman etkin\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Çözünürlüğü test et ve uygula\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Çözünürlük kaydedilsin mi?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Bu çözünürlük ayarlarını saklamak ister misiniz?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Yüksek kalite upscaling\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Devre dışı\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"SD içeriği için etkinleştir\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Her zaman etkin\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Upscaling yöntemi\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"VDPAU HQ Upscaling düzeyi\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"VDPAU Studio level color conversion\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Diğer görüntüleri temizle\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Devre dışı\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Görüntüleri temizle\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Etkin bağlantılar algılandı!\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"Devam ederseniz, XBMC'yi kontrol etmek mümkün olmayabilir.\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"Olay sunucusunu durdurmak istediğinize emin misiniz?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Apple Kumanda modu değiştirilsin mi?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"XBMC'yi kontrol etmek için Apple Kumandayı kullanıyorsanız,\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"bu ayarı değiştirmek kontrol yeteneğini etkileyebilir.\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"Devam etmek istiyor musunuz?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"HDD anahtarı:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"HDD ısısı:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"DVD modeli:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"DVD firmware:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"HDD modeli:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"HDD seri numarası:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"HDD firmware:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"HDD parolası:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"HDD kilit durumu:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Alt ağ maskesi\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Ağ geçidi\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Birincil DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Bilgi mevcut değil\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Gamepad\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Klavye\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Fare\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Kulaklık/Mikrofon\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Bellek birimi\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"IR-Uzaktan Kumanda\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Denetleyici portu\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Hiçbir zaman\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Hemen\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"%i saniye sonra\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"HDD yükleme tarihi:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"HDD güç döngüsü sayısı:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Profiller\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"'%s' profili silinsin mi?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"En son yüklenen profil:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Bilinmiyor\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Üzerine yaz\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Çalar saat\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Çalar saat aralığı (dakika şeklinde)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Alarm Etkin: %idk\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"Alarm!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"%idk:%isn kala iptal edildi\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Altyazıları sıkıştırılmış klasörlerde ara\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Altyazıya gözat...\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Taşı\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Buraya taşı\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Taşımayı iptal et\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Donanım:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"CPU kullanımı:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Bağlı, fakat DNS yok.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Sabit Disk\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"DVD-ROM\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Depolama\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"Varsayılan\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Ağ Bağlantıları\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Video\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Donanım\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"İşletim sistemi:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"CPU hızı:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Saptanan BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Video kodlayıcı:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Ekran çözünülürlüğü:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Xbox versiyonu:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Xbox seri numarası:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Xbox üreticisi:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"Modchip:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Görüntü/Ses kablosu:\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Video ve XBE bölgesi:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"DVD bölgesi:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"İnternet:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"Bağlı\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"Bağlı değil. Ağ ayarlarını denetleyin.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Xbox Live anahtarı:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Hedef sıcaklık\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Fan hızı\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Otomatik ısı kontrolü\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Fan hızını geçersiz kıl\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Yazı tipleri\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Çift yönlü dizeleri çevirmeyi etkinleştir\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"RSS haber kaynaklarını göster\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Geri gitme simgesini göster\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Parça adlandırma şablonu\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"XBMC'yi yeniden başlatmak yerine sistemi\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"yeniden başlatmak ister misiniz?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Yakınlaştırma efekti\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Kaydırma efekti\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Siyah çubuk azaltma\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Yeniden Başlat\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Şarkılar arasında çapraz geçiş yap\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Küçük resimleri yeniden oluştur\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Yinelemeli küçük resimler\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Slayt gösterisini görüntüle\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Yinelemeli slayt gösterisi\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Rastgele\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Stereo\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Sadece sol\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Sadece sağ\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Karaoke desteğini etkinleştir\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Arka plan şeffaflığı\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Ön plan şeffaflığı\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Ses/Video gecikmesi\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Karaoke\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s bulunamadı\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"%s açılırken bir hata oluştu\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"%s yüklenemiyor\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Hata: Bellek yetersiz\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Yukarı taşı\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Aşağı taşı\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Etiketi düzenle\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Varsayılan yap\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Düğmeyi kaldır\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Ön LED\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Ön LED rengi\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Aynen bırak\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Yeşil\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Turuncu\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Kırmızı\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Karışık\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Ortam oynatırken LED' i kapat\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Film bilgisi\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"Kuyruğa ekle\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"IMDb'de ara...\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Yeni içerik için tara\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Şimdi çalıyor...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Albüm bilgisi\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Öğeleri kitaplık için tara\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Taramayı durdur\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"İşleyici yöntemi\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Düşük kalite piksel gölgeleme\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Donanım Yerpaylaşımları\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Yüksek kalite piksel gölgeleme\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Oynat\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Sanatçı küçük resmini ayarla\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Küçük resimleri otomatik olarak oluştur\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Sesi etkinleştir\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Donanımı etkinleştir\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Ses Düzeyi\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Varsayılan görünüm modu\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Varsayılan parlaklık\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Varsayılan kontrast\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Varsayılan gama\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Videoyu sürdür\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Ses maskesi - Bağlantı noktası 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Ses maskesi - Bağlantı noktası 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Ses maskesi - Bağlantı noktası 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Ses maskesi - Bağlantı noktası 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Zamana dayalı arama kullan\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Parça adlandırma şablonu - sağ\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Önayar\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Bu görsel öğenin kullanılabilir önayarları yok\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Bu görsel öğenin kullanılabilir ayarları yok\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Çıkart/Tak\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Eğer müzik çalıyorsa görsel öğe kullan\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Boyutu hesapla\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Klasör boyutu hesaplanıyor\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Video ayarları\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Ses ve altyazı ayarları\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Altyazıları etkinleştir\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Kısayollar\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Sıralarken tanımlık ekleri yoksay (\\\"the\\\" vb.)\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Aynı albümdeki şarkılar arasında çapraz geçiş yap\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"%s gözat\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Parça konumunu göster\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Varsayılanı temizle\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Sürdür\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Küçük resim al\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Resim bilgisi\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"%s önayarları\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(IMDb kullanıcı derecelendirmesi)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"En İyi 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Last.fm'de bul\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Asgari fan hızı\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Karşıdan yükleniyor\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Sadece derlemelerde görünen sanatçıları dahil et\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"İşleyici yöntemi\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Otomatik algıla\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Basit gölgeleme (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Gelişmiş gölgeleme (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Yazılım\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Güvenli kaldır\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Slayt gösterisine buradan başla\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Bu yolu hatırla\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Piksel tampon nesnelerini kullan\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Ses/Video eşitleme yöntemi\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"Ses saati\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"Video saati (Drop/Dupe audio)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"Video saati (yeniden ses örnekleme)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Azami yeniden örnekleme miktarı (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Yeniden örnekleme kalitesi\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Düşük(hızlı)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Orta\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Yüksek\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Gerçekten yüksek(yavaş!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Oynatımı görüntüye eşitle\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"Apple kumanda\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"XBMC'nin kumandayı kullanarak başlamasına izin ver\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Sıra gecikme süresi\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Devre dışı\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Standart\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Evrensel Kumanda\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Çoklu Kumanda (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Apple Kumanda Hatası\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Apple Kumanda desteği etkinleştirilebilir.\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Yığın\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Yığını kaldır\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Çalma listesi karşıdan yükleniyor...\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Akış listeleri karşıdan yükleniyor...\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Akış listeleri alınıyor...\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Akış listesi karşıdan yüklemesi başarısız oldu\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Çalma listesi karşıdan yüklemesi başarısız oldu\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Oyun dizini\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Küçük resimlere göre otomatik değiştir\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Küçük resim görünümüne otomatik değiştirmeyi etkinleştir\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Büyük simgeleri kullan\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Değiştirme temeli\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Oran\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Dosya yok ve en az bir küçük resim\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"En az bir dosya ve küçük resim\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Küçük resimlerin boyutu\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Görünüm seçenekleri\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"1. bölge kodunu değiştir\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"2. bölge kodunu değiştir\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"3. bölge kodunu değiştir\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Kitaplık\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"TV Yok\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"En yakındaki büyük şehrin ismini girin\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Video/Ses/DVD önbelleği - Sabit disk\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Video önbelleği - DVD-ROM\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- Yerel Ağ\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- İnternet\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Ses önbelleği - DVD-ROM\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- Yerel Ağ\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- İnternet\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"DVD önbelleği - DVD-ROM\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- Yerel Ağ\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Hizmetler\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Ağ ayarları değişti\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"Ağ ayarlarınızın değiştirilebilmesi için XBMC'yi yeniden\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"başlatmanız gerekli. Şimdi yeniden başlatmak istiyor musunuz?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Post processing\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Ortam oynatılıyor olsa bile kapat\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i dk\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i sn\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i ms\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i kbps\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i kb\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 dB\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Saat biçimi\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Tarih biçimi\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Grafik Kullanıcı Arabirimi filtreleri\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Arka plan taramasını kullan\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Taramayı durdur\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Medya bilgileri için taranırken yapılamaz\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Film toz efekti\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Küçük resimleri uzak paylaşımlarda ara\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Bilinmeyen dosya türü önbelleği - İnternet\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Otomatik\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Kullanıcı adı girin\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Tarih ve saat\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Tarihi ayarla\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Saati ayarla\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Zamanı 24 saatlik SS:DD biçiminde girin\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Tarihi GG/AA/YYYY biçiminde girin\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"IP adresini girin\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Bu ayarlar şimdi uygulansın mı?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Değişiklikleri şimdi uygula\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Dosyaları silmeye ve yeniden adlandırmaya izin ver\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Saat dilimini ayarla\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Yaz saati uygulamasını kullan\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Sık kullanılanlara ekle\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Sık kullanılanlardan kaldır\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Renkler\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Ülke zaman dilimi\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Zaman dilimi\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Dosya listesi\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"EXIF resim bilgilerini göster\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Gerçek tam ekran yerine tam ekran penceresini kullan\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Seçilen şarkıları kuyruğa ekle\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"Ses CD'lerini otomatik olarak çal\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Kayıttan yürüt\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD'ler\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"DVD'leri otomatik olarak oynat\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Altyazı metni için kullanılacak yazı tipi\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Uluslararası\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Karakter kümesi\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Hata ayıklama\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Güvenlik\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Giriş aygıtları\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Güç tasarrufu\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Kaldır\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Oyunlar\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Ekle\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Parola\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Kitaplık\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"Veritabanı\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Bütün albümler\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Bütün sanatçılar\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Bütün şarkılar\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Bütün tarzlar\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Arabelleğe alınıyor...\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Menü sesleri\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Dış görünüm varsayılanı\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Tema\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Varsayılan tema\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Şarkıları Last.fm'e gönder\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Last.fm kullanıcı adı\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Last.fm parolası\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Bağlanamıyor: uyku moduna alınıyor...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Lütfen XBMC'yi güncelleyin\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Yetkiniz yok: Kullanıcı adını ve parolayı kontrol ediniz\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Bağlandı\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Bağlanamadı\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Gönderme zamanı %i\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"%i şarkı önbellekte\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Gönderiyor...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"%i sn. dir gönderiyor\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"...Kullanarak oynat\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"Düzgün Ses/Video senkronizasyonunu kullan\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Küçük resim görünümünde dosya isimlerini sakla\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Parti modunda çal\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Şarkıları Libre.fm'e gönder\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Libre.fm kullanıcı adı\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Libre.fm parolası\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Şarkı sunumu\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Last.fm radyoyu Last.fm'e gönder\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Last.fm'e bağlanılıyor...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"İstasyon seçiliyor...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Benzer sanatçıları ara...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Benzer etiketleri ara...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Profiliniz (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"En popüler etiketler\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"%name% adlı kullanıcı için en iyi sanatçı\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"%name% adlı kullanıcı için en iyi albüm\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"%name% adlı kullanıcı için en iyi parça\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"%name% etiketini Last.fm radyosunda dinle\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"%name% adındaki benzer sanatçılar\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"En İyi %name% albümleri\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"En İyi %name% parçaları\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"En İyi %name% başlıkları\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"%name% sevenler\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"%name% sevenleri Last.fm radyo ile dinle\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"%name% ve benzer sanatçıları Last.fm radyo ile dinle\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"%name% için en iyi sanatçılar\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"%name% için en iyi albümler\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"%name% için en iyi parçalar\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"%name% adlı kullanıcının arkadaşları\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"%name% adlı kullanıcının komşuları\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"%name% için haftalık sanatçı çizelgesi\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"%name% için hartalık albüm çizelgesi\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"%name% için haftalık parça çizelgesi\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"%name% adlı kullanıcının komşularını Last.fm radyosunda dinle\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"%name% adlı kullanıcının kişisel Last.fm radyosunu dinle\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"%name% adlı kullanıcının sevdiği parçaları Last.fm radyosunda dinle\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Last.fm' den liste alınıyor...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Last.fm' den alınamıyor...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Çıkmış albümlerimi bulmak için bir sanatçı adı girin\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Benzerlerini bulmak için bir isim girin\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"%name% tarafından dinlenen parçalar\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"%name% adlı kullanıcının önerdiklerini Last.fm radyosunda dinle\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"%name% için en iyi etiketler\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Geçerli parçayı sevilen parçalara eklemek ister misiniz?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Geçerli parçayı engellemek ister misiniz?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Sevilen parçalara eklendi: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"'%s' sevilen parçalara eklenemedi.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Yasaklı: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"'%s' yasaklanamaz.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"%name% adlı kullanıcının sevdiği parçalar\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"%name% adlı kullanıcının engellediği parçalar\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Sevilen parçalardan kaldır\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Yasaksız\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Bu parçayı sevilen parçalardan kaldırmak istiyor musunuz?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Bu parçanın yasağını kaldırmak istiyor musunuz?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Yol bulunamadı veya geçersiz\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Ağ sunucusuna bağlanamıyor\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Sunucu bulunamadı\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Çalışma grubu bulunamadı\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Çok yollu kaynak açılıyor\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Yol:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Genel\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"İnternet'te ara\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Yürütücü\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Ortamları CD/DVD'den oynat\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Yeni başlığı girin\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Film adını girin\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Profil adını girin\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Albüm adını girin\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Çalma listesi adını girin\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Yeni dosya adını girin\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Klasör adını girin\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Dizin girin\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Kullanılabilir seçenekler: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Arama dizesi girin\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Yok\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Otomatik seç\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"De-interlace\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (inverted)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Resim düzeltme\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"İptal ediliyor...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Sanatçı adını girin\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Çalma başarısız\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Bir veya daha fazla öğe çalınamadı\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Değeri girin\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Detaylar için günlük dosyasını denetleyin.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Parti modu durduruldu.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Kitaplıkta eşleşen şarkı yok.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Veritabanı bilgisine ulaşılamıyor.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Veritabanı açılamıyor.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Veritabanından şarkılar alınamıyor.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Parti modu çalma listesi\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Bütün Videolar\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"İzlenmedi\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"İzlendi\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"İzlendi olarak işaretle\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"İzlenmedi olarak işaretle\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Başlığı düzenle\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"NTSC-M ve NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"60hz'lik oyunlar için\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"İşlem durduruldu\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Kopyalanamadı\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"En az bir dosya kopyalanamadı\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Taşınamadı\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"En az bir dosya taşınamadı\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Silinemedi\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"En az bir dosya silinemedi\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Video ölçekleme yöntemi\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"En yakın komşu\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (yazılım)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (yazılım)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (yazılım)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"Temporal\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"Temporal/Spatial\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"(VDPAU)Gürültü Azaltma\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"(VDPAU)Netlik\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Ters Telesine\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Post-processing\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Görüntü uyku zaman aşımı\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Kanal değiştir\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Kaydedilen müzik klasörü\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Harici DVD oynatıcıyı kullan\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Harici DVD oynatıcı\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Hile klasörü\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Ekran görüntüsü klasörü\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Çalma listesi klasörü\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Kayıtlar\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Ekran görüntüleri\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"XBMC Kullanımı\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Müzik çalma listeleri\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Video oynatma listeleri\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Oyunu başlatmak istiyor musunuz?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Sırala: Çalma listesi\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Uzak küçük resim\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Geçerli küçük resim\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Yerel küçük resim\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Küçük resim yok\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Küçük resim seç\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Çakışma\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Yenileri tara\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Hepsini tara\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Ülke\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Özet\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Müzik penceresini kilitle\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Video penceresini kilitle\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Resim penceresini kilitle\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Programlar ve betikler penceresini kilitle\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Dosya yöneticisini kilitle\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Ayarları kilitle\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Yeni başlangıç\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Yönetici moduna gir\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Yönetici modundan çık\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"'%s' profili oluşturulsun mu?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Yeni ayarlarla başlat\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"En uygun\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"16x9 ve 4x3 arasında otomatik geçiş yap\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Yığınlanmış dosyalara tek dosya gibi davran\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Dikkat\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Yönetici modundan ayrıl\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Yönetici moduna giriliyor\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Allmusic.com küçük resimleri\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Küçük resimleri kaldır\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Profil ekle...\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Bütün albümler için bilgileri sorgula\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Ortam bilgisi\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Ayrı\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Varsayılan paylaşımlar\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Varsayılan paylaşımlar (salt okunur)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Varsayılanı kopyala\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Profil resmi\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Tercihleri kilitle\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Profili düzenle\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Profil kilidi\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Klasör oluşturulamadı\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Profil dizini\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Yeni ortam kaynakları ile başlat\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Seçili klasörün yazılabilir ve klasör adının\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"geçerli olduğundan emin olun\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"MPAA derecelendirmesi\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Yönetici kilit kodunu girin\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Başlangıçta yönetici kilit kodunu sor\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Dış görünüm ayarları\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- bağlantı ayarlanmamış -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Animasyonları etkinleştir\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Müzik çalarken RSS beslemelerini devre dışı bırak\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Kısayol tuşlarını etkinleştir\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Programları ana menüde göster\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Müzik bilgisini göster\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Hava Durumu bilgisini göster\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Sistem bilgisini göster\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Kullanılabilir disk alanını göster C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Kullanılabilir disk alanını göster E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Hava Durumu bilgisi\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Boş disk alanı\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Mevcut bir paylaşım adı girin\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Kilit kodu\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Profili yükle\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Profil adı\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Ortam kaynakları\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Profil kilit kodunu girin\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Giriş ekranı\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Albüm bilgileri getiriliyor\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Albüm için bilgiler getiriliyor\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"CD'den çalınırken CD veya parça aktarılamaz\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Yönetici kilit kodu ve ayarları\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Yönetici kilit kodunu girmek her zaman yönetici modunu etkinleştirir\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"veya varsayılanı kopyala?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Değişiklikler profile kaydedilsin mi?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Eski ayarlar bulundu.\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Onları kullanmak istiyor musunuz?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Eski ortam kaynakları bulundu.\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Ayrı (kilitli)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Kök\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- Yakınlaştır\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"UPnP ayarları\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"UPnP istemcisini otomatik başlat\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Son giriş: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Hiç giriş yapılmamış\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Profil %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Kullanıcı girişi / Profil seçin\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Giriş ekranında kilit kullan\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Geçersiz kilit kodu.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Bunun için yönetici kilidinin ayarlanması gerekli.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Şimdi ayarlamak ister misiniz?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Program bilgisi yükleniyor\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Partiye devam!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Doğru\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"İçecekler karıştırılıyor\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Bardaklar dolduruluyor\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Oturum açan kullanıcı\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Oturumu kapat\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Kök dizine git\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Weave\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Weave (ters)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Karıştır\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Video'yu yeniden başlat\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Ağ konumunu düzenle\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Ağ konumunu kaldır\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Klasörü taramak istiyor musunuz?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Bellek birimi\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Bellek birimi bağlandı\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Bellek birimine bağlanamıyor\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"Bağlantı noktası %i, yuvası %i\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Ekran koruyucuyu kilitle\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Ayarla\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Kullanıcı Adı\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Parola girin\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Kapatma zamanlayıcısı\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Kapatma zaman aralığı (dakika olarak)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"%idk içinde kapatılacak\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"30 dakika içinde kapat\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"60 dakika içinde kapat\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"120 dakika içinde kapat\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Özel kapatma zamanlayıcısı\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Kapatma zamanlayıcısını iptal et\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"%s için tercihleri kilitle\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Gözat...\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Özet bilgiler\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Depolama bilgisi\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Sabit sürücü bilgisi\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"DVD-ROM bilgisi\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Ağ bilgisi\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Video bilgisi\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Donanım bilgisi\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Toplam\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Kullanılan\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"​\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Kilitleme desteklenmiyor\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Kilitli değil\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Kilitli\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Donmuş\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Yeniden başlatmak gerekli\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Hafta\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Satır\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Windows ağı (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP sunucusu\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP sunucusu\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"iTunes müzik paylaşımı (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP sunucusu\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Video bilgisini göster\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Tamam\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Üst Karakter\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Büyük Harf Kilidi\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Semboller\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"Sil\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Boşluk\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Dış görünümü yeniden yükle\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Resimleri EXIF bilgilerini kullanarak döndür\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"TV programları için poster görünümünü kullan\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Lütfen bekleyin\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"EEPROM yedekleniyor\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"BIOS yedekleniyor\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"İçerik ve yorum için otomatik kaydırmayı etkinleştir\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Özel\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Hata ayıklama günlüğünü etkinleştir\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Güncellemeler sırasında ek bilgileri karşıdan yükle\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Müzik bilgileri için varsayılan hizmet\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Scraper'ı değiştir\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Müzik kitaplığını dışa aktar\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Müzik kitaplığını içe aktar\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Sanatçı bulunamadı!\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Sanatçı bilgisi indirilemedi\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Partiye devam! (videolar)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"İçecekler karıştırılıyor (videolar)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Bardaklar dolduruluyor (videolar)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV sunucu (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV sunucu (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"MythTV istemcisi\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Web sunucu dizini (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Web sunucu dizini (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Klasöre yazılamıyor:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Bu adımı atlayıp devam etme istiyor musunuz?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS Akışı\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Bilinmiyor. Lütfen MD5'i xbmc.log'dan BiosIDs.ini'ye ekleyiniz.\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"İkincil DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"DHCP sunucusu:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Yeni klasör yarat\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Oynatırken LCD'yi karart\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Yerleşik veya bilinmiyor (korumalı)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Duraklatılınca LCD'yi karart\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Eğer duraklatılırsa LED'i tekrar aç\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Videolar - Kitaplık\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Oyun kayıtları\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Sırala: ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Kayıtları indir\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Oyun kayıtları sabit diske yüklendi\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Oyun kayıtları indirilemedi\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"İndirilecek ve yüklenecek oyun kayıtlarını seçin\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Belirtilen oyun için çevrimiçi kayıt bulunamadı\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Oyun kaydına git\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Oyun kayıtları\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"...Bölümü oynat\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Ayarları sıfırla\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Bu %s için olan ayarlama değerlerini\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"varsayılana sıfırlayacak.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Hedefe gözat\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Arama için klasör adlarını kullan\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Dosya\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Aramalarda dosya veya klasör adları kullanılsın mı?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"İçeriği ayarla\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Klasör\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"İçeriğe özyinelemeli olarak bakılsın mı?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Kaynakların kilidini kaldır\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Aktör\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Film\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Yönetmen\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Bu yol içindeki tüm öğeleri XBMC kitaplığından\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"XBMC kitaplığından kaldırmak istiyor musunuz?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Filmler\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"TV programları\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Bu dizinin içeriği\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Otomatik taramayı çalıştır\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Alt dizinleride tara\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"​\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Yönetmenler\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Bu yolda video dosyası bulunamadı!\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"oylar\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"TV programı bilgisi\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Bölüm bilgisi\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"TV programının ayrıntıları yükleniyor\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Bölüm rehberi getiriliyor\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Dizindeki bölümlerin bilgileri yükleniyor\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"TV programı seçin:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"TV programının adını girin\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Sezon %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Bölüm\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Bölüm\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Bölüm ayrıntıları yükleniyor\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Bölümü kitaplıktan kaldır\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"TV programını kitaplıktan kaldır\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"TV programı\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Bölüm içeriği\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Bütün sezonlar\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"İzlenenleri gizle\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Üretim kodu\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"İzlenmemiş öğelerin içeriğini göster\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Spoilerleri önlemek için gizli *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Sezon küçük resmini ayarla\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Sezon resmi\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Sezon\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Film bilgileri karşıdan yükleniyor\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Atanmamış içerik\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Özgün başlık\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"TV programının bilgilerini yenile\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Tüm bölümlerin bilgileri yenilensin mi?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Seçilen klasör tek bir TV programı içerir\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Seçilen klasörü taramalara dahil etme\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Specials\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Sezon küçük resimlerini otomatik olarak al\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Seçilen klasör tek bir video içeriyor\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"TV programına bağla\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"TV program bağlantısını kaldır\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Son eklenen filmler\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Son eklenen bölümler\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Stüdyolar\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Müzik videoları\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Son eklenen müzik videoları\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Müzik videosu\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Müzik videosunu kitaplıktan kaldır\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Müzik video bilgisi\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Müzik videosu bilgisi yükleniyor\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Karışık\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Sanatçıya göre albümlere git\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Albüme git\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Şarkıyı çal\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Albümden müzik videolarına git\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Sanatçıya göre müzik videolarına git\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Müzik videosunu oynat\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Kitaplığa eklendiğinde aktör küçük resimlerini karşıdan yükle\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Aktör küçük resmini ayarla\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Bölüm yer işaretini kaldır\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Bölüm yer işaretini ayarla\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Scraper ayarları\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Müzik videosu bilgisi karşıdan yükleniyor\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"TV programı bilgisi karşıdan yükleniyor\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Fragman\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Düzleştir\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"TV programlarını birleştir\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Fanart al\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Video ve Müzik kitaplıklarında Fanart'ı göster\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Yeni içerik için taranıyor\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"İlk gösterim\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Yazar\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Dosya ve klasör adlarını temizle\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Asla\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Yalnızca bir sezon ise\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Her zaman\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Fragmanı var\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Yanlış\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Fanart slayt gösterisi\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Dışarı aktarma işlemi tek bir dosya mı,\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"ayrı dosyalar halinde mi olsun?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Tek dosya\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Ayrı\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Küçük resimler ve fanart dışarı aktarılsın mı?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Eski dosyaların üzerine yazılsın mı?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Bu yolu kitaplık güncellemelerine dahil etme\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Küçük resimleri ve video bilgilerini çıkart\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Setler\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"Film kümesi küçük resmini ayarla\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Aktör küçük resimleri dışarı aktarılsın mı?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Fanart seç\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Yerel fanart\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Fanart yok\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Geçerli fanart\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Uzak fanart\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"İçeriği değiştir\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Bu yolun içindeki tüm öğelerin bilgilerini\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"yenilemek istiyor musunuz?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Fanart\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Yerel olarak depolanan bilgi bulundu.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Yoksayıp internetten yenilensin mi?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Bilgi indirilemiyor\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"Sunucu büyük olasılıkla kullanılamaz.\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Taramaya devam etmek istiyor musunuz?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Ülkeler\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Kümelerin içindeki filmleri grupla\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Gizli dosyaları ve dizinleri göster\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"TuxBox istemcisi\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"UYARI: Hedef TuxBox aygıtı kayıt modunda!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Akış durdurulacak!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Kanalı zapla: %s zaplanamadı!\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Akışı başlatmak istediğinize emin misiniz?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Bağlanıyor: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"TuxBox aygıtı\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Ortam paylaşımı ekle...\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Video ve müzik kitaplıklarını UPnP üzerinden paylaş\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Ortam paylaşımını düzenle\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Ortam paylaşımını kaldır\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Altyazı klasörü\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Film ve alternatif altyazı dizini\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Fareyi etkinleştir\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Ortam oynatılırken gezinti seslerini çal\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Küçük resimler\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"DVD bölge kodunu zorla\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Video çıkışı\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Video en boy oranı\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Normal\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"Sinemaskop\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Geniş ekran\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"480p'yi etkinleştir\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"720p'yi etkinleştir\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"1080i'yi etkinleştir\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Yeni çalma listesinin adını girin\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Dosya listesindeki \\\"Kaynak ekle\\\" tuşunu göster\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Kaydırma çubuklarını etkinleştir\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Video kitaplığında izlenmiş filtresini aç/kapat\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Aç\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Akustik yönetim düzeyi\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Hızlı\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Sessiz\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Özel arka planları etkinleştir\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Güç yönetimi düzeyi\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Yüksek güç\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Düşük güç\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Yüksek bekleme\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Düşük bekleme\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"4GB'den büyük dosyalar önbelleğe alınamıyor\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Bölüm\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Yüksek kalite piksel gölgeleme v2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Çalma listesini başlangıçta etkinleştir\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Ara animasyonları kullan\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"içeriyor\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"içermiyor\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"​\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"​\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"başlangıçta\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"bitişte\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"daha fazla\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"daha az\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"sonra\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"önce\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"sonuncu\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"en sonuncu değil\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Scraperlar\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Varsayılan film scraper\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Varsayılan tv programı scraper\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Varsayılan müzik video scraper\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Scraper diline dayalı başvurmayı etkinleştir\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"- Ayarlar\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Çok dilli\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Uygun değer\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Akıllı çalma listesi kuralı\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Eşleşen öğeler nerede\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Yeni kural...\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Öğeler eşleşmelidir\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"tüm kurallar\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"bir veya daha fazla kural\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Sınırla\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Sınırsız\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Sırala\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"artan\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"azalan\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Akıllı çalma listesini düzenle\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Çalma listesinin adı\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Öğeleri bulun\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Düzenle\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"%i öğeleri\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Yeni akıllı çalma listesi...\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"%c Sürücüsü\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Parti modu kurallarını düzenle\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Ana klasör\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"İzlenme sayısı\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Bölüm başlığı\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Video çözünürlüğü\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Ses kanalları\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Video codec\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Ses codec\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Ses dili\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Altyazı dili\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Remote control sends keyboard presses\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"- Düzenle\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Dosya adı\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Dosya yolu\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Dosya boyutu\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Dosya tarihi/saati\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"Slayt içeriği\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Çözünürlük\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Açıklama\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Renkli/B&W\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"JPEG yöntemi\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Tarih/Saat\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Açıklama\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Kamera\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Kamera modeli\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"EXIF açıklaması\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Firmware\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Diyafram\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Odak uzaklığı\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Odak mesafesi\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Pozlama\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Pozlama süresi\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Pozlama sapması\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Pozlama modu\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Flaş kullanımı\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Beyaz oranı\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Işık kaynağı\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Ölçüm modu\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Dijital yakınlaştırma\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"CCD genişliği\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"GPS enlem\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"GPS boylam\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"GPS rakım\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Oryantasyon\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Ek sınıflandırmalar\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Anahtar sözcük\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Resim yazısı\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Yazar\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Manşet\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Özel talimatlar\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Kategori\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Byline\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Byline title\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Jenerik\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Kaynak\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Telif Hakkı uyarısı\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Nesne adı\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Şehir\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Eyalet\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Ülke\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Özgün Tx Referansı\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Oluşturma tarihi\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Telif hakkı\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Ülke kodu\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Başvuru hizmeti\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"UPnP üzerinden XBMC kontrolüne izin ver\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"DVD menüsünden önceki tanıtımı geçmeyi dene\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Kaydedilen müzik\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Bütün sanatçılar için bilgileri sorgula\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Albüm bilgisi karşıdan yükleniyor\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Sanatçı bilgisi karşıdan yükleniyor\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Biyografi\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Diskografi\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Sanatçı aranıyor\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Sanatçı seç\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Sanatçı bilgisi\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Enstrümanlar\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Doğum\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Biçimlendirilmiş\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Temalar\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Dağılmış\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Ölüm\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Etkin yıllar\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Etiket\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Doğum\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Kitaplığı başlangıçta güncelle\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Kitaplığı her zaman arka planda güncelle\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS soneki\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Geriye :% 2.3fs\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"İleriye: %2.3fs\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Altyazı gecikmesi\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"OpenGL sağlayıcısı:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"OpenGL işleyicisi:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"OpenGL sürümü:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"MB sıcaklığı:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"CPU sıcaklığı:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Toplam bellek\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Profil verisi\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Video duraklatılırsa karartma efekti kullan\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Bütün kayıtlar\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"Başlığa göre\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"Gruba göre\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Canlı kanallar\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Başlığa göre kayıtlar\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Rehber\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"Siyah şeritleri azaltmak için izin verilen görüntü oranı hatası\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Listelerde video dosyalarını göster\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"DirectX üreticisi\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"Direct3D sürümü\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Yazı tipi\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Boyut\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Renkler\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Karakter Tablosu\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Karaoke başlıklarını HTML olarak dışa aktar\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Karaoke başlıklarını CVS olarak dışa aktar\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Karaoke başlıklarını içe aktar...\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Şarkı seçiciyi otomatik olarak göster\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Karaoke başlıklarını dışa aktar...\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Şarkı numarasını girin\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"beyaz/yeşil\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"beyaz/kırmızı\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"beyaz/mavi\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"siyah/beyaz\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Teletext'i Etkinleştir\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Bölüm %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"%i bayt arabelleğe alındı\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Durduruluyor\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Çalışıyor\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Harici Oynatıcı Etkin\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Oynatıcıyı sonlandırmak için Tamam'a basın\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Oynatma bitince Tamam'a basın\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Eklenti\"\n\nmsgctxt \"#24001\"\nmsgid \"Plugins\"\nmsgstr \"Eklentiler\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Yapılandır\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Devre dışı bırak\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Etkinleştir\"\n\nmsgctxt \"#24023\"\nmsgid \"Add-on disabled\"\nmsgstr \"Eklenti devre dışı\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Bu eklenti yapılandırılamaz\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Kitaplık Modu\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"QWERTY klavye\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Doğrudan Geçiş Ses kullanımda\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Titreme filtresi ayarını oyunlara uygula\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Fragman kalitesi\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Akış\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"İndir\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"İndir ve oynat\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"İndir ve kaydet\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Bugün\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Yarın\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Kaydediliyor\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Kopyalanıyor\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"İndirme dizinini ayarla\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Arama süresi\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Kısa\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Uzun\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Herzamanki oynatıcı yerine DVD oynatıcıyı kullan\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Videoyu oynatmadan önce indirmek için sor\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Klipler\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"Etkinleştirmek için eklentiyi yeniden başlat\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Bu Gece\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Yarın Gece\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Durum\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Düşen Yağış\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Yağış\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Nemli\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"Hissedilen\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Görünen\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Departure from normal\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Gündoğumu\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Günbatımı\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Ayrıntılar\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Outlook\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Coverflow\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Metni tercüme et\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"%s kategorisinin harita listesi\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 Saatlik\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Haritalar\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Saatlik\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Hafta Sonu\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s günlük\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Uyarı\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Uyarılar\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Seç\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Denetle\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Yapılandır\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Sezonlar\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Kullan\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"İzle\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Dinle\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Görüntüle\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Yapılandır\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Güç\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Menü\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Oynat\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Seçenekler\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Düzenleyici\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Hakkında\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Yıldız derecelendirmesi\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Arka Plan\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Arka Planlar\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Özel arka plan\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Özel arka planlar\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Benioku'yu Görüntüle\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Değişim Günlüğünü Görüntüle\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"%s sürümünün çalışması için\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"%s veya daha büyük bir XBMC sürümü gerekli.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Lütfen XBMC'yi güncelleyin.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Hiç veri bulunamadı!\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Sonraki sayfa\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Aşk\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Nefret\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Bu dosya yığınlandı, oynatmak istediğiniz bölümü seçin.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Betik yolu\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Özel betik düğmesini etkinleştir\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/language/Ukrainian/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\n<language locale=\"Ukrainian\">\n  <charsets>\n    <gui unicodefont=\"true\">CP1251</gui>\n    <subtitle>CP1251</subtitle>\n  </charsets>\n  <dvd>\n    <menu>uk</menu>\n    <audio>uk</audio>\n    <subtitle>uk</subtitle>\n  </dvd>\n  <regions>\n    <region>\n      <dateshort>DD.MM.YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY 'р.'</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>mps</speedunit>\n    </region>\n  </regions>\n</language>\n"
  },
  {
    "path": "Mod Files/system/language/Ukrainian/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: Ukrainian (http://www.transifex.com/projects/p/xbmc4xbox/language/uk/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: uk\\n\"\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\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"Програми\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"Фото\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"Музика\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"Відео\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"ТБ-гід\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"Налаштування\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"XBMC SVN\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"Файл-менеджер\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"Погода\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"Медіацентр XBMC\"\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"Понеділок\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"Вівторок\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"Середа\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"Четвер\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"П'ятниця\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"Субота\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"Неділя\"\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"січня\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"лютого\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"березня\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"квітня\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"травня\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"червня\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"липня\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"серпня\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"вересня\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"жовтня\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"листопада\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"грудня\"\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"Пн\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"Вт\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"Ср\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"Чт\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"Пт\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"Сб\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"Нд\"\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"січ.\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"лют.\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"бер.\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"квіт.\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"трав.\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"черв.\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"лип.\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"серп.\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"вер.\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"жов.\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"лист.\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"груд.\"\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"Вигляд: авто\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"Вигляд: авто велик.\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"Вигляд: піктограми\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"Вигляд: список\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"Сканувати\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"Сорт. за іменем\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"Сорт. за датою\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"Сорт. за розміром\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"Ні\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"Так\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"Слайд-шоу\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"Створювати ескізи\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"Створювати ескізи\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"Ярлики\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"Пауза\"\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"Копіювати\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"Перемістити\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"Видалити\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"Перейменували\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"Нова папка\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"Підтвердження копіювання\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"Підтвердження переміщення\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"Видалити файл?\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"Копіювати файли?\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"Перемістити файли?\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"Видалити файли? Відновлення буде неможливим!\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"Стан\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"Об'єктів\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"Загальні\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"Слайд-шоу\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"Дані про систему\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"Екран\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"Альбоми\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"Виконавці\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"Пісні\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"Жанри\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"Списки відтворення\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"Пошук\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"Відомості про систему\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"Температура:\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"CPU:\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"GPU:\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"Час:\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"Зараз:\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"Версія:\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"Мережа:\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"Тип:\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"Статична\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"DHCP\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"MAC-адреса\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"IP-адреса\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"З'єднання:\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"Напівдуплекс\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"Повний дуплекс\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"Накопичувачі\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"Диск\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"Вільно\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"Відео\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"Вільно пам'яті\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"Немає з'єднання\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"Вільно\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"Недоступно\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"Лоток відкрито\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"Читання…\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"Диск не вставлено\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"Диск вставлено\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"Обкладинка\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"Задіяти FTP сервер\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"Задіяти синхронізацію часу через Інтернет\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"Роздільна здатність\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"Налаштувати частоту дисплея згідно з відео\"\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"Дата випуску\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"Режим показу відео формату 4:3\"\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"Настрій\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"Стилі\"\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"Пісні\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"Тривалість\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"Виберіть альбом\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"Треки\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"Огляд\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"Оновити\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"Пошук альбому\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"ОК\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"Альбомів не знайдено!\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"Вибрати все\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"Отримання інформації…\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"Зберегти\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"Перемішати\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"Очистити\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"Сканувати\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"Пошук…\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"Інформації не знайдено.\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"Виберіть фільм:\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"Запит інформації від %s\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"Завантаження даних про фільм\"\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"Девіз\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"Опис\"\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"Голосів:\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"У ролях\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"Сюжет\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"Відтворити\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"Наступний\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"Попередній\"\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"Калібрування інтерфейсу…\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"Калібрування дисплея…\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"Згладжування\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"Ступінь збільшення\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"Співвідношення сторін\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"DVD-привід\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"Уставте диск\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"Віддалений ресурс\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"Мережу не підключено\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"Скасувати\"\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"Швидкість\"\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"Тестові шаблони…\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"Шукати імена треків аудіо-CD на freedb.org\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"Перемішати список відтворення при завантажені\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"Зупиняти HDD за (хв.)\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"Відеофільтри\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"Ні\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"Точка\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"Лінійний\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"Анізотропний\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"Шаховий\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"Кубічний за Гаусом\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"Зменшення\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"Збільшення\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"Очищувати список відтворення після програвання\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"Автопрогравання DVD-Video диска\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"Автопрогравання VCD/SVCD диска\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"Автопрогравання Audio-CD диска\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"Автозапуск Xbox-гри\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"Автопрогравання відеофайлів\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"Автопрогравання аудіофайлів\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"Автопоказ зображень\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"Сценарій\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"Мова\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"Музика\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"Відео-ефекти\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"Виберіть папку призначення\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"Виводити стерео на всі динаміки\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"Кількість каналів\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"- виводити звук в форматі DTS®\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"CDDB\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"Отримання даних про CD…\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"Помилка\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"Читати інформацію з тегів\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"Відкриття…\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"Shoutcast\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"Очікування запуску…\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"Журнал роботи сценаріїв\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"Дозволити керування XBMC за HTTP\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"Запис\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"Зупинити запис\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"Сорт. за треками\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"Сорт. за часом\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"Сорт. за назвою\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"Сорт. за виконавцем\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"Сорт. за альбомами\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"Топ 100\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"Налаштування розмірів екрану (лівий верхній кут)\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"Налаштування розмірів екрану (правий нижній кут)\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"Положення субтитрів\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"Регулювання співвідношення висоти та ширини\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"Рухайте стрілки для регулювання розмірів екрана\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"Рухайте смугу, щоб змінити положення субтитрів\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"Змінюйте прямокутник так, щоб добитися ідеального квадрата\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"Не вдалося завантажити налаштування\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"Використано стандартні налаштування\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"Перевірте файли XML\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"Знайдено об'єктів: %i\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"Результати пошуку\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"Нічого не знайдено\"\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"Фільтр пост-процессінгу\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"Субтитри\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"Шрифт\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"- розмір\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"Стиснення динамічного діапазону\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"Відео\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"Аудіо\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"Вибрати субтитри\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"Створити закладку\"\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"Очистити закладки\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"Зміщення звуку\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"Закладки\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"Затримка\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"Мова\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"Увімкн.\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"Без чергування\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"- автоматичний пост-процессінг\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"- вертикальний Deblocking-фільтр\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"- горизонтальний Deblocking-фільтр\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"- Авто яскравість/контрастність\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"- Зменшення відблисків\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"(0=авто)\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"Очищення бази даних…\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"Підготування…\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"Помилка бази даних\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"Пошук пісень…\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"Очищення бази даних виконано\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"Очищення пісень…\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"Помилка очищення пісень\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"Очищення виконавців…\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"Помилка очищення виконавців\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"Очищення жанрів…\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"Помилка очищення жанрів\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"Очищення шляхів…\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"Помилка очищення шляхів\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"Очищення альбомів…\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"Помилка очищення альбомів\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"Запис змін…\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"Помилка запису змін\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"Це триватиме деякий час…\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"Стиснення бази даних…\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"Помилка стиснення бази даних\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"Очистити медіа теку?\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"Очищення медіатеки…\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"Старт\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"Перетворення частоти кадрів\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"Аудіо вихід\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"Аналоговий\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"Цифровий\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"Різноманітні виконавці\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"Відтворити диск\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"Фільми\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"Налаштувати частоту кадрів\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"Актори\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"Рік\"\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"Програми\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"Вимкн.\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"Затемнення\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"Чорний екран\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"Сліди \\\"Матриці\\\"\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"Умикати заставку через\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"Заставка\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"Завершити роботу через\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"Усі альбоми\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"Останні альбоми\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"Заставка\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"Рекурс. слайд-шоу\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"Рівень затемнення екрану\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"Сорт. за файлами\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"- виводити звук в форматі AC3 (Dolby Digital®)\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"Сорт. за іменем\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"Сорт. за роком\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"Сорт. за рейтингом\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"IMDb\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"Назва\"\n\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"грози\"\n\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"місцями\"\n\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"здебільшого\"\n\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"сонячно\"\n\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"хмарно\"\n\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"сніг\"\n\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"дощ\"\n\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"невелик.\"\n\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"Уранці\"\n\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"Удень\"\n\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"опади\"\n\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"трохи\"\n\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"місцями\"\n\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"вітер\"\n\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"сильний\"\n\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"безхмарно\"\n\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"ясно\"\n\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"хмарно\"\n\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"ранні\"\n\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"злива\"\n\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"заметіль\"\n\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"Мін.\"\n\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"Середн.\"\n\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"Макс.\"\n\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"туман\"\n\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"імла\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"Виберіть місцевість\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"Час оновлення\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"Одиниця виміру температури\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"Одиниця виміру швидкості вітру\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"Погода\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"Температура\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"За відчуттям\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"Рівень УФ\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"Вітер\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"Точка роси\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"Вологість\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"-->\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \", швидкість: до\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"За промовчанням\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"Підключення до служби погоди…\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"Отримання прогнозу для:\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"Не вдалося отримати прогноз\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"Уручну\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"Опис цього альбому відсутній\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"Завантаження ескізів…\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"Дані відсутні\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"Вигляд: велик. піктограми\"\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"Задіяти Бібліотеку\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"Видалити відомості про альбом\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"Видалити відомості про CD\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"Вибір\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"Відомостей про альбом не знайдено\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"Відомостей про CD не знайдено\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"Диск\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"Уставте правильний CD/DVD-диск\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"Вставте наступний CD/DVD диск\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"Сорт. за № DVD\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"Не кешувати\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"Видалити фільм із медіатеки\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"Дійсно видалити[CR]\\\"%s\\\"?\"\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"Знімний диск\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"Відкриття файлу…\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"Кєш\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"Жорсткий диск\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"UDF\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"Локальна мережа\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"Інтернет\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"Відео\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"Аудіо\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"Автозапуск\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"РК екран\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"Увімкн.\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"Кількість знакомісць у рядку\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"Адреса 1-го рядку\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"Адреса 2-го рядку\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"Адреса 3-го рядку\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"Адреса 4-го рядку\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"Кількість рядків\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"Режим\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"Змінити вигляд\"\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"Субтитри\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"Аудіопотік\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"[працює]\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"Субтитри\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"Яскравість підсвічування\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"Яскравість\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"Контрастність\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"Гама\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"Тип\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"Рухайте смужку, щоб змінити положення екранного меню (OSD)\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"Положення екранного меню (OSD)\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"Автори\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"МOD-чіп\"\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"Вимкн.\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"Лише музика\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"Музика та відео\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"Не вдалося завантажити список відтворення\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"Екранне меню (OSD)\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"Обкладинка та мова\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"Вигляд\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"Параметри аудіо\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"Про XBMC\"\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"Видалити альбом\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"Повторювати\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"Повторювати 1 раз\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"Повторення папки\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"Автоматично відтворювати наступний файл\"\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"- Використовувати великі піктограми\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"Масштабувати субтитри\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"Розширені параметри (лише для експертів!)\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"Загальний рівень шуму в кімнаті (dB)\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"Масштабувати відео до роздільної здатності GUI\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"Калібрування\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"Показувати розширення файлів\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"Сорт. за типом\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"Не вдалося підключитися до пошукової служби\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"Не вдалося завантажити дані про альбом\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"Пошук назв альбомів…\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"Відкрити…\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"Чекайте…\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"Пусто\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"Завантаження інформації з файлів…\"\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"Сорт. за частотою\"\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"Задіяти відео-ефекти\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"Автопереключення режиму відео\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"Стартове вікно\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"Головне меню\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"Налаштування\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"Жанр\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"Відображати архіви з одним файлом прозорими\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"Недавно прослухані альбоми\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"Запустити\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"Запустити в режимі…\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"Змінити заголовок XBE\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"Зібрання\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"Видалити джерело\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"Перейти до розділу…\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"Вибрати список відтворення\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"Створити список відтворення…\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"Додати до списку відтворення\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"Додати до медіатеки\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"Уведіть назву\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"Помилка: однакові назви\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"Виберіть жанр\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"Новий жанр\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"Додати вручну\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"Уведіть жанр\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"Вигляд: %s\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"Список\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"Піктограми\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"Широкий список\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"Великі піктограми\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"Банери\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"Широкий велик.\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"Піктограми альбомів\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"Піктограми DVD\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"DVD\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"Інформація\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"Пристрій виведення звуку\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"Пристрій прямого виведення звуку\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"Немає біографії для цього виконавця\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"Змішувати багатоканальний звук у стерео\"\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"Сорт. за: %s\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"Назва\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"Дата\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"Розмір\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"№ трека\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"Час\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"Назва\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"Виконавець\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"Альбом\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"Список відтворювання\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"ID\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"Файл\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"Рік\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"Рейтинг\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"Тип\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"Частота\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"Виконавець альбому\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"Кільк. відтворювань\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"Останнє відтворювання\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"Коментар\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"Дата додавання\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"За промовчанням\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"Студія\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"Шлях\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"Країна\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"Незакінчені\"\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"Напрямок сортування\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"Метод сортування\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"Режим перегляду\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"Пам'ятати параметри показу кожної папки\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"Висхідний\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"Низхідний\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"Змінити список відтворювання\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"Фільтр\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"Вимкнути режим \\\"party\\\"\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"Режим \\\"party\\\"\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"Випадково\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"Вимкн.\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"Один трек\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"Усі треки\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"Вимкн.\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"Повтор.: вимкн.\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"Повтор.: один трек\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"Повтор.: усі треки\"\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"Оцифрувати аудіо-CD\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"Середня\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"Стандартна\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"Максимальна\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"Постійний бітрейт\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"Оцифровування…\"\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"До:\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"Не вдалося оцифрувати CD або трек\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"Шлях для оцифровування CD не задано\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"Оцифрувати аудіотрек\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"Уведіть номер\"\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"Аудіо-CD\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"Метод кодування\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"Якість\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"Бітрейт\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"Додати номер треку\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"Усі пісні\"\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"Режим перегляду\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"Нормальний\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"Збільшений\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"Розтягнутий 4:3\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"Розтягнутий 14:9\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"Розтягнутий 16:9\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"Оригінальний розмір\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"Заданий\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"Replay Gain\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"Режим Replay Gain\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"За рівнями треку\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"За рівнями альбому\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"Рівень для файлів з Replay Gain\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"Рівень для файлів без Replay Gain\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"Уникати втрати якості на файлах з Reply Gain\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"Видаляти чорні смуги\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"Необхідно розпакувати великий файл. Продовжити?\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"Видалити з медіатеки\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"Експорт відео медіатеки…\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"Імпорт відео медіатеки…\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"Імпорт…\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"Експорт…\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"Вкажіть медіатеку\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"Роки\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"Оновити медіатеку\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"Показати дані налагодження\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"Вкажіть програму\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"Вкажіть список відтворення\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"Вкажіть папку\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"Відомості про пісню\"\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"Підсилення гучності\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"Вкажіть папку для експорту\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"Цей файл більше не доступний.\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"Видалити його з медіатеки?\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"Вибрати сценарій\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"Ступінь стиснення\"\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"Очищення медіатеки…\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"Видалення старих пісень із медіатеки…\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"Цю папку вже проскановано раніше\"\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"Мережа\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"Адреса HTTP proxy сервера\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"Порт HTTP proxy сервера\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"Використовувати HTTP-проксі для доступу до Інтернету\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"Ім'я користувача для HTTP proxy сервера\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"Пароль користувача для HTTP proxy сервера\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"Інтернет-протокол (IP)\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"Невірний порт. Вкажіть значення від 1 до 65535.\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"HTTP-проксі\"\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"- Призначення\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"Автоматично (DHCP)\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"Уручну (статична)\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"як є (з Dashboard-а)\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"- IP-адреса\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"- Маска мережі\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"- Адреса шлюзу\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"- Адреса DNS сервера\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"Зберегти та перезапустити\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"Неправильна адреса. Вкажіть значення у вигляді AAA.BBB.CCC.DDD\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"із числами від 0 до 255.\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"Зміни не збережено. Продовжити без збереження?\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"Веб-сервер\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"FTP-сервер\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"Час за Інтернетом\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"Порт для Web сервера\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"Адреса серверу часу\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"Зберегти та застосувати\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"Пароль для Web сервера\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"Без пароля\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"- набір символів\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"- стиль\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"- колір\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"Нормальний\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"Жирний\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"Курсив\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"Жирний курсив\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"Білий\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"Жовтий\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"Файли\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"Немає відсканованих даних для цього вигляду\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"Вимкніть режим медіатеки\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"Помилка завантаження зображення\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"Змінити шлях\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"Дзеркально\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"Ви впевнені?\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"Видалення джерела\"\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"Додати посилання на програму\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"Змінити шлях програми\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"Змінити назву програми\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"Змінити глибину шляху\"\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"Вигляд: широкий список\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"Жовтий\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"Білий\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"Синій\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"Світло-зелений\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"Жовто-зелений\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"Блакитний\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"Світло-сірий\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"Сірий\"\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"Помилка %i: ресурс недоступний\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"- дотримуватися обмежень файлової системи FATx\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"Виведення звуку\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"Пошук…\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"Папка для слайд-шоу\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"Мережевий інтерфейс\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"- Ім'я бездротової мережі (ESSID)\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"- Пароль для бездротової мережі\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"- Безпека бездротової мережі\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"Зберегти та застосувати налаштування мережі\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"Без шифрування\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"WEP\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"WPA\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"WPA2\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"Застосовуються налаштування мережі. Зачекайте…\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"Мережевий інтерфейс перезапущено.\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"Не вдалося запустити мережевий інтерфейс.\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"Інтерфейс вимкнено\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"Мережевий інтерфейс вимкнено.\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"Ім'я бездротової мережі (ESSID)\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"Сервер подій\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"Дозволити програмам на цій системі керувати XBMC\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"Порт\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"Діапазон портів\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"Дозволити програмам на інших системах керувати XBMC\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"Затримка початкового повтору (мс)\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"Затримка наступний повторів (мс)\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"Максимальна кількість клієнтів\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"Доступ[CR]до Інтернету\"\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"Неправильний номер порту.\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"Доступний діапазон портів: 1–65535\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"Доступний діапазон портів: 1024–65535\"\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"Подивитися заставку\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"Не вдалося підключитися\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"XBMC не вдалося підключитися до мережі.\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"Можливо, мережу не підключено.\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"Додати все одно?\"\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"IP-адреса\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"Додати мережеву адресу\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"Протокол\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"Адреса сервера\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"Ім'я сервера\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"Мережевий шлях\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"Спільна папка\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"Порт\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"Ім'я користувача\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"Вкажіть мережевий сервер\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"Уведіть адресу сервера\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"Уведіть шлях на сервері\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"Уведіть номер порту\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"Уведіть ім'я користувача\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"Додавання джерела - %s\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"Уведіть шлях або вкажіть місцезнаходження файлів\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"Уведіть ім'я медіа-джерела.\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"Вкажіть новий ресурс\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"Огляд\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"Не вдалося отримати відомостей про папку\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"Додати джерело…\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"Змінити джерело…\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"Змінення джерела - %s\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"Уведіть нову назву\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"Вкажіть зображення\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"Вкажіть папку із зображеннями\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"Додати мережеву адресу…\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"Вкажіть файл\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"Підменю\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"Увімкнути пункти підменю\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"Обране\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"Відео додатки\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"Музикальні додатки\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"Фото додатки\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"Завантаження папки…\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"Отримано об'єктів: %i\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"Отримано об'єктів: %i з %i\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"Програмні додатки\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"Встановити ескіз для додатка\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"Налаштування додатка\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"Точки доступу\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"Інше…\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"Ім'я користувача для WEB серверу\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"Налаштування сценаріїв\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"Сингли\"\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"SMB-клієнт\"\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"Робоча група\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"Ім'я користувача за промовчанням\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"Пароль користувача за промовчанням\"\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"WINS-сервер\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"Монтувати SMB-ресурси\"\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"Видалити\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"Музика\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"Відео\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"Фото\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"Файли\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"Музика та відео \"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"Музика та фото\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"Музика та файли\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"Відео та фото\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"Відео та файли\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"Фото та файли\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"Музика, відео та фото\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"Музика, відео, фото та файли\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"Вимкнено\"\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"Файли, музика та відео\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"Файли, фото та музика\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"Файли, фото та відео\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"Музика та програми\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"Відео та програми\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"Фото та програми\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"Музика, відео, фото та програми\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"Програми, відео та музика\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"Програми, фото та музика\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"Програми, фото та відео\"\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"Ім'я користувача FTP\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"Пароль користувача FTP\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"Пароль встановлено успішно\"\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"Авто-визначення\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"Автоматично визначати систему\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"Нік\"\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"Спитати дозвіл на підключення\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"Відправляти логін і пароль для FTP\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"Інтервал для команди 'ping'\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"Ви хочете під'єднатися до знайденої системи?\"\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"Оголошувати ці сервіси іншим системам за Zeroconf\"\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"Інший аудіо-пристрій\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"Інший пристрій прямого виведення звуку\"\n\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"ожеледь\"\n\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"і\"\n\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"холодн.\"\n\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"пізній\"\n\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"місцями\"\n\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"злива із грозами\"\n\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"гроза\"\n\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"сонце\"\n\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"сильний\"\n\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"у\"\n\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \" \"\n\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"поблизу\"\n\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"крига\"\n\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"кристали\"\n\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"спокійно\"\n\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"із\"\n\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"вітряно\"\n\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"дощ\"\n\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"гроза\"\n\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"дощ\"\n\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"туман\"\n\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"град\"\n\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"Грози\"\n\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"Грозові зливи\"\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"Вимикати екран під час перегляду\"\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"Тривалість\"\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"Помилка сценарію: %s\"\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"Тип РК екрану\"\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"Головне меню\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"Програми\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"Фото\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"Файл-менеджер\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"Налаштування\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"Музика\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"Відео\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"Відомості про систему\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"Налаштування - Основні\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"Налаштування - Екран\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"Налаштування - Вигляд - Калібрування інтерфейсу\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"Налаштування - Відео - Калібрування дисплея\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"Налаштування - Фото\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"Налаштування - Програми\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"Налаштування - Погода\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"Налаштування - Музика\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"Налаштування - Система\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"Налаштування - Відео\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"Налаштування - Мережа\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"Налаштування - Вигляд\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"Сценарії\"\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"Відео/список відтворення\"\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"Налаштування - Профілі\"\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"Діалог \\\"Так/Ні\\\"\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"Діалог прогресу\"\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"Пошук субтитрів…\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"Пошук або кешування субтитрів…\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"завершення…\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"буферизація…\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"Відкриття потоку\"\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"Музика/список відтворення\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"Музика/файли\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"Музика/медіатека\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"Редактор списку відтворення\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"Топ 100 - пісні\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"Топ 100 - альбоми\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"Програми\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"Налаштування\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"Прогноз погоди\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"Мережева гра\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"Надбудови\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"Відомості про систему\"\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"Музика - Медіатека\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"Музика - Поточний список відтворення\"\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"Відео - Поточний список відтворення\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"Відомості про альбом\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"Відомості про фільм\"\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"Діалогу вибору\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"Музика/дані\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"Діалог \\\"OK\\\"\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"Відео/дані\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"Сценарії/дані\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"Повноекранне відео\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"Відео-ефекти для аудіо\"\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"Діалог послідовності файлів\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"Переіндексація…\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"Повернутися до розділу \\\"Музика\\\"\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"Повернутися до розділу \\\"Відео\\\"\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"Оновити список трейнерів\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"Трейнер\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"Трейнерів не знайдено\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"Параметри трейнера\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"Усі зареєстровані трейнери зникли. Оновіть список\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"Автоматично програвати з місця зупинки\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"Ні\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"Так\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"Запитати\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"Почати з початку\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"Продовжити з %s\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"Перевірка існуючих трейнерів...\"\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"0\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"1\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"2\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"3\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"4\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"5\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"6\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"7\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"8\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"9\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"c\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"Ок\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"*\"\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"Заблоковано. Уведіть код…\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"Уведіть пароль\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"Уведіть код захисту\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"Уведіть код розблокування\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"або натисніть \\\"С\\\", щоб скасувати\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"Натисніть потрібні кнопки на джойстику,\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"потім 'Start', або 'Back' для відміни\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"Встановити захист\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"Розблокувати\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"Скинути захист\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"Видалити захист\"\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"Цифровий пароль\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"Комбінація кнопок на джойстику\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"Текстовий пароль\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"Уведіть новий пароль\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"Повторіть новий пароль\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"Невірний пароль,\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"залишилося спроб\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"Уведені паролі не співпадають.\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"Доступ заборонено\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"Кількість спроб уведення паролю вичерпано.\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"Зараз систему буде вимкнено.\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"Заблоковано\"\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"Перевстановити захист\"\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"Змінити захист\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"Захист джерела\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"Пустий пароль. Уведіть ще раз.\"\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"Загальний захист\"\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"Вимкнути систему, якщо кількість невдалих спроб вичерпано\"\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"Неправильний код захисту\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"Уведіть правильний код захисту\"\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"Налаштування та файл-менеджер\"\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"Встановити для всіх фільмів\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"Це скине збережені раніше значення.\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"Час показу кожного слайда\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"Ефекти зсуву та збільшення\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"NTSC -> PAL\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"PAL -> NTSC\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"NTSC -> PAL60\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"12-годинний\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"24-годинний\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"День/місяць\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"Місяць/день\"\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"Час роботи системи\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"хв.\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"год.\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"дн.\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"Загальний час роботи\"\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"Погода\"\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"Заставка\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"Повноекранний OSD\"\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"Система\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"Негайна зупинка HDD\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"Лише відео\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"- Затримка\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"- Мінімальна тривалість файлу\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"Вимкнення\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"Завантажити Dashboard\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"Особливий шлях до dashboard\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"Режим вимкнення\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"Вихід\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"Режим сну\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"Режим очікування\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"Вихід\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"Перезавантаження\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"Згорнути\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"Реакція на кнопку вимкнення\"\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"Перевірте, чи не активна інша сесія (напр., SSH).\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"Підключено переносний жорсткий диск\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"Небезпечне відключення пристрою\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"Пристрій успішно відключено\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"Джойстик підключено\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"Джойстик відключено\"\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"Фільтр мерехтіння\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"За вибором драйвера (необхідний перезапуск)\"\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"Вертикальна синхронізація\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"Вимкнена\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"Лише при перегляді відео\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"Завжди ввімкнена\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"Перевірити та застосувати роздільну здатність\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"Зберегти роздільну здатність?\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"Ви хочете залишити цей відеорежим?\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"Високоякісне масштабування\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"Вимкнено\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"Лише для SD-вмісту\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"Завжди ввімкнено\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"Метод масштабування\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"Lanczos\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"Sinc\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"Високоякісне масштабування VDPAU\"\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"Гасити інші дисплеї\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"Вимкнено\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"Погасити дисплеї\"\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"Знайдено активні з'єднання.\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"При продовженні можлива втрата керування\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"XBMC. Зупините сервер подій?\"\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"Змінити режим пульта Apple?\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"Якщо ви використовуєте пульт Apple для керування\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"XBMC, зміна цих налаштувань може відключити\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"можливість керування. Продовжити?\"\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"Ключ HDD:\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"Температура HDD:\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"Модель DVD-приводу:\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"Прошивка DVD-приводу:\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"Модель HDD:\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"Серійний № HDD:\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"Прошивка HDD:\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"Пароль HDD:\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"Стан захисту HDD:\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"Маска підмережі\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"Шлюз\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"Основний DNS\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"Ініціалізація не вдалася\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"Порт джойстика\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"Порт клавіатури\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"Порт мишки\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"Порти гарнитур/мікрофонів\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"Порти карт пам'яті\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"Порт IR-приймача\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"Порт контроллера\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"Ніколи\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"Негайно\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"Через %i с.\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"Дата встановлення HDD:\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"Кількість циклів увімкнення/вимкнення HDD:\"\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"Профілі\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"Видалити профіль \\\"%s\\\"?\"\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"Останній завантажений профіль:\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"Невідомо\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"Перезаписати\"\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"Таймер нагадувань\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"Період таймера нагадувань (у хв.)\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"Запущений; спрацює через %i хв.\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"НАГАДУВАННЯ!\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"Скасовано за %im%is до спрацювання\"\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"Шукати субтитри в архівах RAR\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"Вибрати субтитри…\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"Перемістити об'єкт\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"Перемістити об'єкт сюди\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"Скасувати переміщення\"\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"Обладнання:\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"Завантаження CPU:\"\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"Підключено, але DNS-сервер недоступний.\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"Жорсткий диск\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"Привід DVD\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"Накопичувачі\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"За промовчанням\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"Мережа\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"Відео\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"Обладнання\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"_\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"Операційна система:\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"Частота CPU:\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"Знайдено BIOS:\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"Кодування відео:\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"Роздільна здатність:\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"Версія Xbox:\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"Серійний № Xbox:\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"Виготівник Xbox:\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"MOD-чіп:\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"Кабель А/В\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"Регіон для відео та XBE:\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"Регіон DVD:\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"Інтернет:\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"підключено\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"не підключено. Перевірте налаштування мережі.\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"Ключ Xbox Live:\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"Підтримувати температуру\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"Швидкість вентилятора\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"Автоматичний контроль температури\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"Керування швидкість вентилятора\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"- Шрифти\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"Дозволити зворотній напрямок рядків\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"Увімкнути RSS-новини\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"Показувати значок батьківської папки\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"Шаблон для імені треку\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"Перезавантажити систему\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"Замість перезапуска XBMC?\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"Ефект збільшення\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"Ефект ковзання\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"Зменшення чорних смуг\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"Перезапуск\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"Плавний перехід між піснями\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"Оновити ескізи\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"Рекурсивні ескізи\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"Перегляд слайд-шоу\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"Рекурсивне слайд-шоу\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"Випадково\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"Стерео\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"Лише лівий\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"Лише правий\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"Дозволити підтримку караоке\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"Рівень прозорості тла\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"Рівень прозорості тексту\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"Затримка звуку відносно зображення\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"Караоке\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"%s не знайдено\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"Помилка відкриття %s\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"Не вдалося завантажити %s\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"Помилка: недостатньо пам'яті\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"Перемістити вгору\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"Перемістити вниз\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"Змінити назву\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"Зробити за промовчанням\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"Прибрати кнопку\"\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"Індикатор на лицьовій панелі\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"Колір індикатора на лицьовій панелі\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"Залишити як є\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"Зелений\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"Оранжевий\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"Червоний\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"Циклічно\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"Вимикати індикатор при відтворенні\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"Відомості про фільм\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"До списку відтворення\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"Пошук в IMDb…\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"Сканувати вміст\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"Поточний плейлист...\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"Відомості про альбом\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"Сканувати до медіатеки\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"Зупинити сканування\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"Метод обробки\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"Пікс. шейдер низьк. якості\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"Апаратне накладення\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"Пікс. шейдер висок. якості\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"Відтворити об'єкт\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"Вибрати ескіз виконавця\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"Створювати ескізи\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"Увімкнути мікрофон\"\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"Увімкнути пристрій\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"Гучність\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"Основний режим перегляду\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"Стандартна яскравість\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"Стандартний контраст\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"Стандартна гама\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"Продовжити відео\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"Маска для голосу 1\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"Маска для голосу 2\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"Маска для голосу 3\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"Маска для голосу 4\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"Позиціонування за часом\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"Правий стовпчик у списку\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"Задані параметри\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"Для цього відео-ефекту немає перед-налаштувань\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"Для цього відео-ефекту немає налаштувань\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"Відкрити/закрити\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"Вмикати відео-ефекти при програванні музики\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"Обчислити розмір\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"Обчислення розміру папки…\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"Налаштування відео\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"Налаштування звуку та субтитрів\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"Увімкнути субтитри\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"Ярлики\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"Не враховувати артиклі при сортуванні (напр., \\\"the\\\")\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"Перехід між піснями в межах альбому\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"Вибрати %s\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"Показати позицію треку\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"Очистити за промовчанням\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"Продовжити\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"Ескіз\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"Відомості про фото\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"Заданих параметрів: %s\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"(Рейтинг користувачів IMDb)\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"Топ 250\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"Налаштування Last.fm\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"Мінімальна швидкість вентиляторів\"\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"Завантаження…\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"Включати виконавців зі збірників\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"Метод обробки\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"Автовизначення\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"Базові шейдери (ARB)\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"Розширені шейдери (GLSL)\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"Програмний\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"Безпечне видалення\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"VDPAU\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"Почати слайд-шоу звідси\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"Запам'ятати шлях\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"Використовувати об'єкти піксельного буфера\"\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"Синхронізація А/В\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"За частотою звуку\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"За частотою відео (пропущення/дублювання звуку)\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"За частотою відео (перетворення звуку)\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"Максимальна величина перетворення (%)\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"Якість перетворення\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"Низька (швидко)\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"Середня\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"Висока\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"Дуже висока (повільно!)\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"Синхронізувати відео зі частотою дисплею\"\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"ДК Apple\"\n\nmsgctxt \"#13601\"\nmsgid \"Use MCE/Universal Remote\"\nmsgstr \"Режим\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"Дозволити запуск XBMC із ДК\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"Інтервал послідовності\"\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"Вимкн.\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"Стандартний\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"Універсальний пульт ДК\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"Мульти-ДК (Harmony)\"\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"Помилка ДК Apple\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"Підтримка пультів Apple повинна бути включена\"\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"Згрупувати\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"Розгрупувати\"\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"Завантажується список відтворення…\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"Завантажується список потоків…\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"Аналіз списку потоків…\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"Не вдалося завантажити список потоків\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"Не вдалося завантажити список відтворення\"\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"Папка з іграми\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"Автопереключення вигляду на ескізи за\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"Увімкнути автопереключення вигляду на ескізи\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"- Використовувати великі піктограми\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"- Переключати за\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"- Процентне співвідношення\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"Немає файлів і хоча б один ескіз\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"Хоча б один файл і ескіз\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"Процентне співвідношення ескізів\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"Налаштування перегляду\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"Місцевість 1\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"Місцевість 2\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"Місцевість 3\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"Медіатека\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"Без ТБ\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"Вкажіть найближче велике місто\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"Кеш для Аудіо, Відео та DVD-файлів: - з HDD\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"Кеш відео - з DVD-диска\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"- з локальної мережі\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"- з Інтернету\"\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"Кеш аудіо - з DVD-диска\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"- з локальної мережі\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"- з Інтернету\"\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"Кеш DVD - с DVD-диска\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"- з локальної мережі\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"Служби\"\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"Налаштування локальної мережі змінено.\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"Для зміни налаштувань мережі необхідно\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"перезапустити XBMC. Перезапустити зараз?\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"Пост-процессінг\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"- Вимикати під час відтворення\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"%i хв.\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"%i с.\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"%i мс\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"%i %%\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"%i Кбіт/с\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"%i Кбіт\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"%i.0 дБ\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"Формат часу\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"Формат дати\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"Фільтри інтерфейсу\"\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"Сканувати у фоновому режимі\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"Зупинити сканування\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"Неможливо, поки скануються файли\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"Ефект кінострічки\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"Шукати ескізи на зовнішніх ресурсах\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"Кеш невідомих файлів - з Інтернету\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"Авто\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"Уведіть ім'я користувача для\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"Дата та час\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"Встановити дату\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"Встановити час\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"Уведіть час у 24-годинному форматі ГГ:ХХ\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"Уведіть дату у форматі ДД/ММ/РРРР\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"Уведіть IP-адресу\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"Застосувати ці налаштування зараз?\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"Застосувати зміни зараз\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"Дозволити перейменування та видалення файлів\"\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"Вибрати часовий пояс\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"Враховувати літній/зимовий час\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"Додати до \\\"Обраного\\\"\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"Видалити з \\\"Обраного\\\"\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"- Колір\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"Країна в часовому поясі\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"Часовий пояс\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"Списки файлів\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"Показувати відомості про фото з EXIF\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"Використовувати вікно на весь екран замість повного екрану\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"Додавати треки до черги при виборі\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"Відтворення\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"DVD\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"Відтворювати DVD автоматично\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"Шрифт текстових субтитрів\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"Мовні[CR]налаштування\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"Кодування\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"Налагодження\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"Безпека\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"Пристрої вводу\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"Економія[CR]енергії\"\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"Видалити\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"Ігри\"\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"Додати\"\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"Пароль\"\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"Медіатека\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"База даних\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"* Усі альбоми\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"* Усі виконавці\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"* Усі пісні\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"* Усі жанри\"\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"Буферизація…\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"Звуки інтерфейсу\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"Стандартні\"\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"- Тема оформлення\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"Стандартна тема\"\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"Last.fm\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"Відправляти статистику на Last.fm\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"Ім'я користувача для Last.fm\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"Пароль для Last.fm\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"Неможливо з'єднатися: засинаю...\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"Будь ласка, обновіть XBMC\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"Невірна авторизація: Перевірте ім'я і пароль\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"Підключено\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"Не підключено\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"Інтервал підключень %і\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"В буфері %і пісень\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"Підключення...\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"Підключення через %і сек.\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"Відтворити за допомогою…\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"М'яка синхронізація звуку і відео\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"Приховувати імена файлів у режимі ескізів\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"Відтворювати в режимі \\\"party\\\"\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"Відправляти статистику на Libre.fm\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"Ім'я користувача для Libre.fm\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"Пароль для Libre.fm\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"Скробблер\"\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"Облік в статистиці пісень з Last.fm\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"Підключення до Last.fm...\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"Вибір станції...\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"Пошук схожих виконавців...\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"Пошук схожих тегів...\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"Ваш профіль (%name%)\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"Загальний топ тегів\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"Топ виконавців по тегу %name%\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"Топ альбомів по тегу %name%\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"Топ треків по тегу %name%\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"Слухати треки по тегу %name% на Last.fm\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"Виконавці, схожі на %name%\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"Топ альбомів %name%\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"Топ треків %name%\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"Топ тегів %name%\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"Найбільші фани %name%\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"Слухати вибір фанів %name% на Last.fm\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"Слухати виконавців, схожих на %name% на Last.fm\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"Топ виконавців від %name%\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"Топ альбомів від %name%\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"Топ треків від %name%\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"Друзі %name%\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"Співтовариства %name%\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"Тижневий чарт виконавців %name%\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"Тижневий чарт альбомів %name%\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"Тижневий чарт треків %name%\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"Слухати вибір співтовариств %name% на Last.fm\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"Слухати особистий вибір %name%'а на Last.fm\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"Слухати улюблені треки %name% на Last.fm\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"Одержання списку від Last.fm...\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"Не можу одержати список від Last.fm...\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"Впишіть ім'я виконавця щоб знайти схожих\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"Впишіть назву тегу щоб знайти схожі\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"Треки, які недавно слухав(ла) %name%\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"Слухати треки, які рекомендує %name% на Last.fm\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"Топ тегів для %name%\"\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"Ви хочете додати цей трек до ваших улюблених треків?\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"Ви хочете заблокувати цей трек?\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"Додано до ваших улюблених треків: '%s'.\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"Не можу додати '%s' до ваших улюблених треків.\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"Заблоковано: '%s'.\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"Не можу заблокувати: '%s'.\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"Треки, які недавно полюбив(ла) %name%\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"Треки, які недавно заблокував(ла) %name%\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"Видалити з улюблених треків\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"Розблокувати\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"Ви хочете видалити цей трек з ваших улюблених треків?\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"Ви хочете розблокувати цей трек?\"\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"Шлях невірний або не існує\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"Не вдалося підключитися до сервера\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"Сервери не знайдено\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"Робочу групу не знайдено\"\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"Відкриття джерела з багатьма шляхами\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"Шлях:\"\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"Загальні\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"Налаштування звукового обладнання...\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"Пошук в Інтернеті\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"Програвач\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"Відтворити файл із диска\"\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"Уведіть нову назву\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"Уведіть назву фільму\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"Уведіть назву профілю\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"Уведіть назву альбому\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"Уведіть назву списку відтворення\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"Уведіть нове ім'я файла\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"Уведіть назву папки\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"Уведіть папку\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"Доступні значення: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"Рядок пошуку\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"Ні\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"Автовибір\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"Деінтерлейсинг\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"Bob\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"Bob (зворотній)\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"Черезстрочна обробка\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"Скасування...\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"Уведіть ім'я виконавця\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"Відтворення списку перервано\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"Не відтворити щонайменше один файл.\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"Уведіть значення\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"Додаткові відомості див. у журналі.\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"Режим \\\"party\\\" вимкнено.\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"Немає схожих пісень у медіатеці.\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"Не можу ініцюювати Базу Даних.\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"Не вдалося відкрити базу даних.\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"Не вдалося отримати пісні з бази даних.\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"Список відтворення режиму \\\"party\\\"\"\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"Усе відео\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"Не переглянуто\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"Переглянуто\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"Відміт. як переглянуте\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"Відміт. як непереглянуте\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"Змінити назву\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"NTSC-M і NTSC-J\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"лише NTSC-M\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"лише NTSC-J\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"лише PAL-60\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"Для ігор з 60Нz розгорненням\"\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"Операцію перервано\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"Не вдалося скопіювати\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"Не вдалося скопіювати щонайменше один файл.\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"Не вдалося перемістити\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"Не вдалося перемістити щонайменше один файл.\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"Не вдалося видалити\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"Не вдалося видалити щонайменше один файл.\"\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"Метод масштабування відео\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"Nearest neighbour\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"Bilinear\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"Bicubic\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"Lanczos2\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"Lanczos3\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"Sinc8\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"Bicubic (програмний)\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"Lanczos (програмний)\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"Sinc (програмний)\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"(VDPAU) Тимчасовий\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"(VDPAU) Тимчасовий / Просторовий\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"Видалення шуму (VDPAU)\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"Різкість (VDPAU)\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"Зворотній телесін (3:2)\"\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"Післяобробка\"\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"Перехід дисплея до режиму сну через\"\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"Переключитися на канал\"\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"Папка збереженої музики\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"Використовувати зовнішній програвач DVD\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"Зовнішній програвач DVD\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"Папка для трейнерів\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"Папка для скріншотів\"\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"Папка для списків відтворення\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"Записи\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"Знімки екрану\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"Використовувати XBMC\"\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"Списки відтворення музики\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"Списки відтворення відео\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"Запустити гру?\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"Сорт. за списком відтворення\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"Зовнішній ескіз\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"Поточний ескіз\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"Локальний ескіз\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"Без ескізу\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"Вибрати ескіз\"\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"Конфлікт\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"Сканувати нове\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"Сканувати все\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"Регіон\"\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"Відомості\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"Заблокувати розділ \\\"Музика\\\"\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"Заблокувати розділ \\\"Відео\\\"\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"Заблокувати розділ \\\"Фото\\\"\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"Заблокувати розділ Програми і Скрипти\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"Заблокувати \\\"Файл-менеджер\\\"\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"Заблокувати \\\"Налаштування\\\"\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"Чистий старт\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"Увімкнути режим повного доступу\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"Вимкнути режим повного доступу\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"Створити профіль \\\"%s\\\"?\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"Запустити з чистими параметрами\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"Найкращий з доступних\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"Автоматичний вибір 16:9 або 4:3\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"Обробляти складені файлі як один файл\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"Увага\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"Режим повного доступу вимкнено\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"Режим повного доступу увімкнено\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"Ескіз з Allmusic.com\"\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"Видалити ескіз\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"Додати профіль…\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"Отримати відомості про всі альбоми\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"Інформація\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"Розділяти\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"Стандартні ресурси\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"Стандартні ресурси (лише читання)\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"Копіювати стандартні\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"Картинка профілю\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"Заблокувати налаштування\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"Змінити профіль\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"Заблокувати профіль\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"Не вдалося створити папку\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"Папка профілю\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"Запустити з новими джерелами\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"Переконайтеся, що вибрана папка доступна для запису\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"і вказано правильне ім'я нової папки\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"Рейтинг MPAA\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"Уведіть код захисту\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"Запитувати код захисту при старті\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"Налаштування обкладинки\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"- немає зв'язку -\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"Використовувати анімацію\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"Вимкнути стрічку RSS під час відтворення музики\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"Увімкнути кнопки ярликів\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"Показувати \\\"Програми\\\" в головному меню\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"Показувати відомості про музику\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"Показувати відомості про погоду\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"Показувати відомості про систему\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"Показувати вільне місце на C: E: F:\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"Показувати вільне місце на E: F: G:\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"Погода\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"Вільне місто на диску\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"Уведіть ім'я дійсного ресурсу\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"Код захисту\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"Завантажити профіль\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"Назва профілю\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"Джерела даних\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"Уведіть код захисту профілю\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"Екран входу\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"Запит даних про альбом…\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"Запит даних для альбому…\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"Неможливо оцифрувати під час програвання\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"Код захисту та його налаштування\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"Уведення коду захисту завжди вмикає режим повного доступу\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"чи копіювати зі стандартного?\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"Зберегти зміни профілю?\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"Знайдено старі налаштування\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"Використати їх?\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"Знайдено старі ресурси\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"Окремо (замкнено)\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"Корінь\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"- Збільшення\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"Налаштування UPnP\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"Автозапуск клієнта UPnP\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"Останній вхід: %s\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"Ніколи не входив\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"Профіль %i / %i\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"Вхід користувача / вибір профілю\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"Використовувати захист екрану входу\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"Невірний код захисту.\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"Необхідно встановити код захисту.\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"Встановити його зараз?\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"Завантаження відомостей про програму…\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"Вечірка почалась!\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"Так\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"Змішуємо напої\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"Наповнюємо келихи\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"Поточний користувач\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"Вихід\"\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"Перейти до кореневої папки\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"Weave\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"Weave (зворотній)\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"Blend\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"Перезапустити відео\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"Змінити мережевий ресурс\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"Видалити мережевий ресурс\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"Сканувати папку?\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"Карта пам'яті\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"Карту пам'яті підключено\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"Не вдалося підключити карту пам'яті\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"у порт %i, слот %\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"Заблокувати заставку\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"Встановити\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"Ім'я користувача\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"Уведіть пароль для\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"Таймер вимкнення\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"Інтервал вимкнення (хв.)\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"Запущений; вимкнення через %i хв.\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"Вимкнення через 30 хв.\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"Вимкнення через 60 хв.\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"Вимкнення через 120 хв.\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"Вимкнення за таймером\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"Відмінити таймер вимкнення\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"Заблокувати налаштування для %s\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"Огляд…\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"Основні відомості\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"Відомості про накопичувачі\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"Відомості про ЖД\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"Відомості про DVD-ROM\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"Відомості про мережу\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"Відомості про відеосистему\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"Відомості про обладнання\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"Усього\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"Зайнято\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"з\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"Захист не підтримується\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"Не заблоковано\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"Заблоковано\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"Заморожений\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"Необхідне скидання\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"Тиждень\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"Лінія\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"Мережа Windows (SMB)\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"XBMSP-сервер\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"FTP-сервер\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"Ресурс iTunes (DAAP)\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"UPnP-сервер\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"Показувати відомості про відео\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"Готово\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"Shift\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"Caps Lock\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"Симв.\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"<---\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"Пробіл\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"Оновити обкладинку\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"Повертати фото за інформацією EXIF\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"Використовувати представлення з постерами для серіалів\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"Зачекайте…\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"Резервування EEPROM\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"Резервування BIOS\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"Увімкнути автопрокручування сюжетів і оглядів\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"Додатково\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"Увімкнути журнал налагодження\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"Завантажувати дод. інформацію під час оновлень\"\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"Стандартний інфо-ресурс\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"Змінити інфоресурс\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"Експорт музичної медіатеки…\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"Імпорт музичної медіатеки…\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"Виконавця не знайдено.\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"Не вдалося завантажити відомості про виконавця\"\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"Вечірка почалась! (Відео)\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"Змішування напоїв (відео)\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"Наповнення келихів (відео)\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"WebDAV-сервер (HTTP)\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"WebDAV-сервер (HTTPS)\"\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"Клієнт MythTV\"\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"Папка веб-сервера (HTTP)\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"Папка веб-сервера (HTTPS)\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"Не вдалося записати в папку:\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"Перезапустити та продовжити?\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"RSS-стрічка\"\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"Невідомо. Додайте сигнатуру MD5 з xbmc.log в BiosIDs.ini\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"Додатковий DNS\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"Сервер DHCP:\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"Створити нову папку\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"Пригасити LCD при програванні\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"Невідомий або вбудований (захищений)\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"Пригасити LCD в паузі\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"Включити LCD знову в паузі\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"Відео - Медіатека\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"Збереження ігор\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"Сорт. за ID\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"Завантажити збереження\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"Зберегти гру, встановлену на HDD\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"Невдалося завантажити збереження гри\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"Виберіть збереження гри, яке треба завантажити і встановити\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"Для зазначеної гри on-line збережень не знайдено\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"Перейти до збереження гри\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"Збереження ігор\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"Відтворити частину…\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"Скидання калібрування\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"Калібрувальні значення для %s буде скинуто\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"до їх стандартних значень.\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"Вкажіть призначення\"\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"Використовувати імена папок для пошуку\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"Файл\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"Використовувати імена папок для пошуку?\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"Вибрати тип вмісту\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"Папка\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"Переглядати вміст вкладених папок?\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"Розблокувати джерела\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"Актор\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"Фільм\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"Режисер\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"Видалити всі об'єкти всередині\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"цим шляхом з Бібліотеки?\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"Фільми\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"Серіали\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"Ця папка містить\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"Запустити автоматичне сканування\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"Сканувати з підпапками\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"у ролі\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"Режисери\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"Відеофайлів за цим шляхом не знайдено.\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"проголосували\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"Відомості про серіал\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"Відомості про серію\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"Завантаження відомостей про серіал…\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"Отримання розкладу серій…\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"Завантаження відомостей про серії в папці…\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"Виберіть серіал:\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"Уведіть назву серії\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"Сезон %i\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"Серія\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"Серії\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"Завантаження відомостей про серію…\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"Видалити серію з медіатеки\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"Видалити серіал із медіатеки\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"Серіал\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"Сюжет серії\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"* Усі сезони\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"Без переглянутих\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"Код продукту\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"Показувати сюжет для непереглянутих\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"* Приховано, щоб уникнути спойлерів *\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"Вибрати ескіз для сезону\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"Картинка сезону\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"Сезон\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"Завантаження відомостей про фільм…\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"Не вказувати вміст\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"Оригінальна назва\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"Оновити відомості про серіал\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"Оновити відомості про всі серії?\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"Вказана папка містить окремий серіал\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"Не сканувати вибрану папку\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"Надбудови\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"Автоматично створювати ескізи для сезонів\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"Вказана папка містить окремий відеофайл\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"Зв'язати з серіалом\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"Прибрати зв'язок із серіалом\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"Останні фільми\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"Останні серії\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"Студії\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"Муз. кліпи\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"Останні кліпи\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"Музичний кліп\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"Видалити музичний кліп із медіатеки\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"Відомості про кліп\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"Завантаження відомостей про кліп…\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"Змішаний\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"Перейти до альбомів за виконавцями\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"Перейти до альбому\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"Відтворити пісню\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"Перейти до музичних кліпів з альбому\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"Перейти до музичних кліпів за виконавцем\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"Грати музичний кліп\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"Автоматично завантажувати ескізи акторів\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"Вибрати ескіз для актора\"\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"Видалити закладку серії\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"Створити закладку серії\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"Налаштування інфоресурсу\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"Завантаження відомостей про музичний кліп…\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"Завантаження відомостей про серіал…\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"Трейлер\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"Без категорій\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"Об'єднати серіали\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"Одержати Fanart\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"Показувати Fanart в відео та музичній Бібліотеці\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"Сканування нового вмісту…\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"Прем'єра\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"Сценарій\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"Очищати імена файлів і папок\"\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"Ніколи\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"Якщо один сезон\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"Ніколи\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"Є трейлер\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"Ні\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"Слайд-шоу фанартів\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"Експортувати одним файлом чи розділювати?\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"на окремі файли для кожного запису?\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"Одним файлом\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"Розділяти\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"Експортувати ескізи та фанарт?\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"Перезаписати файли?\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"Виключити шлях з оновлень медіатеки\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"Отримувати метадані з медіафайлів\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"Кіноцикли\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"Експортувати ескізи акторів?\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"Вибрати фанарт\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"Локальний фанарт\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"Без фанарту\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"Поточний фанарт\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"Зовнішній фанарт\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"Змінити тип вмісту\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"Оновити відомості для всіх\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"об'єктів у даній папці?\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"Фанарт\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"Знайдено локальні відомості.\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"Ігнорувати та оновити з Інтернету?\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"Не вдалося завантажити відомості\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"Продовжити сканування?\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"Країни\"\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"Об'єднувати фільми в цикли\"\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"Показувати приховані файли та папки\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"Клієнт TuxBox\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"УВАГА. Цільовий пристрій TuxBox перебуває в режимі запису!\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"Потік буде зупинено!\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"Не вдалося переключитися на канал %s.\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"Увімкнути потік?\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"Підключення до: %s\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"Пристрій TuxBox\"\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"Додати медіаресурс…\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"Увімкнути доступ до медіатеки за UPnP\"\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"Змінити медіаресурс\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"Видалити медіаресурс\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"Особлива папка для субтитрів\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"Папка для фільмів і альтернативних субтитрів\"\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"Задіяти мишу\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"Звуки інтерфейсу під час відтворення\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"Ескізи\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"Встановити регіон DVD-програвача\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"Виведення відео\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"Співвідношення сторін відео\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"Нормальне\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"4:3\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"Широкоформатне\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"Увімкнути 480p\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"Увімкнути 720p\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"Увімкнути 1080i\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"Уведіть ім'я нового списку відтворення\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"Показувати \\\"Додати джерело\\\" у списках файлів\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"Увімкнути смуги прокручування\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"Відмічати переглянуте відео в медіатеці\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"Відкрити\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"Керування рівнем шуму\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"Швидкість\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"Тиша\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"Дозволити вибір фонових зображень\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"Керування живленням\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"Повна потужність\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"Понижена потужність\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"Повне очікування\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"Понижене очікування\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"Не вдалося кешувати файли розміром більше 4 ГБ\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"Розділ\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"Якісні піксельні шейдери в. 2\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"Програвати список відтворення після запуску\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"Анімація відлітання панелей\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"містить\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"не містить\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"дорівнює\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"не\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"починається з\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"закінчується на\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"більше, ніж\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"менше, ніж\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"після\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"перед\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"у кінці\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"не в кінці\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"Інфоресурси\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"Інфоресурс для фільмів за промовчанням\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"Інфоресурс для серіалів за промовчанням\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"Стандартний інфо-ресурс для музичного відео\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"Дозволити виправлення, залежно від мови інфо-ресурсу\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"Багатомовність\"\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"Значення для пошуку\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"Правило розширеного списку відтворення\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"Вибрати об'єкти, в яких\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"Нове правило…\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"Об'єкти мають відповідати\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"усім правилам\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"одному або більше правилам\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"Обмежити до\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"Без обмежень\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"Упорядкувати за\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"збільшенням\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"зменшенням\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"Змінити розширений список відтворення\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"Назва списку відтворення\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"Знайти об'єкти, в яких\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"Змінити\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"Об'єктів: %i\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"Новий розширений список відтворення\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"Диск %c\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"Змінити правила режиму \\\"party\\\"\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"Домашня папка\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"Кількість переглядів\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"Назва серії\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"Роздільна здатність відео\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"Каналів аудіо\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"Кодування відео\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"Кодування аудіо\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"Мова аудіо\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"Мова субтитрів\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"Пульт ДК посилає коди натиснень клавіш\"\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"Ім'я файлу\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"Шлях до файлу\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"Розмір файлу\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"Дата та час файлу\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"№ у слайдшоу\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"Роздільна здатність\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"Коментар\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"Колір / Ч-Б\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"Алгоритм JPEG\"\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"Дата/час\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"Опис\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"Опис\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"Модель фотоапарата\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"Коментар EXIF\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"Прошивка\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"Діафрагма\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"Фокусна відстань\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"Дистанція фокусування\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"Експозиція\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"Час експозиції\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"Зсув експозиції\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"Режим експозиції\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"Зі спалахом\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"Баланс білого\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"Джерело світла\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"Режим виміру\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"Чутливість ISO\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"Цифрове збільшення\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"Ширина CCD\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"Широта GPS\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"Довгота GPS\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"Висота GPS\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"Орієнтація\"\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"Додаткові категорії\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"Ключові слова\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"Заголовок\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"Автор\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"Рубрика\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"Спеціальні інструкції\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"Категорія\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"Підпис\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"Назва підпису\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"Створено\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"Джерело\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"Авторське право\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"Назва об'єкта\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"Місто\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"Область\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"Країна\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"Оригінальний Tx Reference\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"Дата створення\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"Признак авторського права\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"Код країни\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"Довідкова служба\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"Дозволити керування XBMC за UPnP\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"Намагатися пропустити вступ перед меню DVD\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"Оцифровані аудіо-CD\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"Дані про всіх виконавців\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"Завантаження даних про альбом…\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"Завантаження даних про виконавця…\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"Біографія\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"Дискографія\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"Пошук виконавця…\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"Виберіть виконавця\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"Відомості про виконавця\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"Інструменти\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"Народження\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"Формування\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"Теми\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"Розпад\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"Смерть\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"Роки активності\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"Студія\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"Народження/формування\"\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"Оновлювати медіатеку при запуску\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"Завжди оновлювати Бібліотеку у фоновому режимі\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"- DNS суфікс\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"Задіяти списки виправлень та рішень\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"Затримка на %2.3f с.\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"Випередження на %2.3f с.\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"Зміщення субтитрів\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"Виробник OpenGL:\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"Оброблювач OpenGL:\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"Версія OpenGL:\"\n\nmsgctxt \"#22010\"\nmsgid \"MB temperature:\"\nmsgstr \"Температура MB:\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"Температура CPU:\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"Усього пам'яті\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"Дані профілю\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"Затемнювати на паузі під час перегляду відео\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"Усі записи\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"За іменем\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"За групою\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"Канали прямої трансляції\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"Записи за іменем\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"Програма\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"Показувати відеофайли у списках\"\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"Шрифт\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"- Розмір\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"- Кольори\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"- Набір символів\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"Експорт у форматі HTML\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"Експорт у форматі CSV\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"Імпорт тексту караоке…\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"Показувати вибір пісні автоматично\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"Експорт тексту караоке…\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"Уведіть номер пісні\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"білий/зелений\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"білий/червоний\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"білий/синій\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"чорний/білий\"\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"Додаток погоди\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"- Налаштування додатка\"\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"Активувати телетекст\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"Частина %i\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"Буферизація: %i байт\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"Зупинка…\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"Запуск…\"\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"Активовано зовнішній програвач\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"Натисніть ОК, щоб закрити програвач\"\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"Натисніть ОК, коли програвання завершиться\"\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"Надбудова\"\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"Налаштувати\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"Вимкнути\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"Увімкнути\"\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"Неможливо налаштувати дану надбудову\"\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"Режим медіатеки\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"Клавіатура QWERTY\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"Пряме виведення звуку\"\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"Задіяти фільтр для усунення мерехтіння в іграх\"\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"Якість трейлера\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"Потік\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"Завантажити\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"Завантажити та відтворити\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"Завантажити та зберегти\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"Сьогодні\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"Завтра\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"Збереження…\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"Копіювання…\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"Вибрати папку для завантаження\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"Тривалість пошуку\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"Коротка\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"Довга\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"Використовувати програвач DVD замість звичайного\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"Пропонувати завантаження відео перед відтворенням\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"Кліпи\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"Сьогодні ввечері\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"Завтра вранці\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"Умови\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"Опади\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"Опади\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"Вологість\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"За відчуттям\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"Спостерігається\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"Відхилення від норми\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"Схід\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"Захід\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"Відомості\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"Прогноз\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"Карусель постерів\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"Перекласти текст\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"Категорія списку мап: %s\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"36 годин\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"Карти\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"Щогодини\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"Вихідні\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"%s дн.\"\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"Попередження\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"Попередження\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"Виберіть\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"Перевірте\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"Налаштуйте\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"Сезони\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"Використовуйте\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"Дивіться\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"Слухайте\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"Переглядайте\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"Налаштуйте\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"Увімкн./вимкн.\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"Меню\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"Відтворюйте\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"Параметри\"\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"Редактор\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"Відомості про\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"Рейтинг\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"Тло\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"Варіанті тла\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"Своє тло\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"Своє тло\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"Переглянути інформацію\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"Переглянути список змін\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"Для даної версії %s потрібна\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"версія XBMC %s або новіше.\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"Оновіть XBMC.\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"Даних не знайдено.\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"Наступна сторінка\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"Подобається\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"Не подобається\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"Складений файл; виберіть частину для відтворення.\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"Шлях до скрипта\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"Увімкніть кнопку вибраного скрипта\"\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"Flac\"\n"
  },
  {
    "path": "Mod Files/system/players/mplayer/mplayer.conf",
    "content": "#Use mplayers internal highly accurate timers.\n#normally only causes higher cpu usage, without any benifit. xbox sleep is accurate to 1ms normally\n#softsleep=1\n\n#limit A-V sync correction in order to get smoother playback.\n#defaults to 0.01 but for high quality videos 0.0001 results in \n#much smoother playback but slow reaction time to fix A-V desynchronization\n#mc=0.0001\n\n#smooth out audio driver timer (audio drivers arent perect)\n#Higher values mean more smoothing,but avoid using numbers too high, \n#as they will cause independent timing from the sound card and may result in \n#an A-V desync\n\n#added by JM on reports that it improves playback smoothness\n#removed again as xbmc's audio renderers should be accurate enough now.\n#autosync=30\n\n#added by JM on reports that it improves playback smoothness\nframedrop=1\n\n#added by pike, cache prefill (%), before playback starts.\n#cache-min=20\n\n#Default languages for subtitles. Not sure this works correctly for vobsubs at the moment.\n#Removed as it should be implemented in XBMC since we now have name support\n#slang=en,fr,de,sv,nl\n\n#added by pike, Winamp & MPEG needed for SHOUTcast compability, please leave intact (no spaces allowed)\nuser-agent=XBMC-mplayer/1.1.0(MPEG)\n\n#lowres decoding for any source with a width larger than 1280 pixels, only applies to when ffmpeg is used for decoding\nlavdopts=lowres=1,1400\n\n#Enable no Cache for movies.\n#nocache=on\n\n#Enable Non-Interleaved for avi files.\n#NonInterleaved=on\n\n#Better FPS with MKV files\nlavdopts=skiploopfilter=all\nlavdopts=skiploopfilter=bidir\nlavdopts=skiploopfilter=nonref"
  },
  {
    "path": "Mod Files/system/python/lib/backports/__init__.py",
    "content": "# A Python \"namespace package\" http://www.python.org/dev/peps/pep-0382/\n# This always goes inside of a namespace package's __init__.py\n\nfrom pkgutil import extend_path\n\n__path__ = extend_path(__path__, __name__)\n"
  },
  {
    "path": "Mod Files/system/python/lib/backports/configparser/__init__.py",
    "content": "#!/usr/bin/env python\n# -*- coding: utf-8 -*-\n# flake8: noqa\n\n\"\"\"Configuration file parser.\n\nA configuration file consists of sections, lead by a \"[section]\" header,\nand followed by \"name: value\" entries, with continuations and such in\nthe style of RFC 822.\n\nIntrinsic defaults can be specified by passing them into the\nConfigParser constructor as a dictionary.\n\nclass:\n\nConfigParser -- responsible for parsing a list of\n                    configuration files, and managing the parsed database.\n\n    methods:\n\n    __init__(defaults=None, dict_type=_default_dict, allow_no_value=False,\n             delimiters=('=', ':'), comment_prefixes=('#', ';'),\n             inline_comment_prefixes=None, strict=True,\n             empty_lines_in_values=True, default_section='DEFAULT',\n             interpolation=<unset>, converters=<unset>):\n        Create the parser. When `defaults' is given, it is initialized into the\n        dictionary or intrinsic defaults. The keys must be strings, the values\n        must be appropriate for %()s string interpolation.\n\n        When `dict_type' is given, it will be used to create the dictionary\n        objects for the list of sections, for the options within a section, and\n        for the default values.\n\n        When `delimiters' is given, it will be used as the set of substrings\n        that divide keys from values.\n\n        When `comment_prefixes' is given, it will be used as the set of\n        substrings that prefix comments in empty lines. Comments can be\n        indented.\n\n        When `inline_comment_prefixes' is given, it will be used as the set of\n        substrings that prefix comments in non-empty lines.\n\n        When `strict` is True, the parser won't allow for any section or option\n        duplicates while reading from a single source (file, string or\n        dictionary). Default is True.\n\n        When `empty_lines_in_values' is False (default: True), each empty line\n        marks the end of an option. Otherwise, internal empty lines of\n        a multiline option are kept as part of the value.\n\n        When `allow_no_value' is True (default: False), options without\n        values are accepted; the value presented for these is None.\n\n        When `default_section' is given, the name of the special section is\n        named accordingly. By default it is called ``\"DEFAULT\"`` but this can\n        be customized to point to any other valid section name. Its current\n        value can be retrieved using the ``parser_instance.default_section``\n        attribute and may be modified at runtime.\n\n        When `interpolation` is given, it should be an Interpolation subclass\n        instance. It will be used as the handler for option value\n        pre-processing when using getters. RawConfigParser objects don't do\n        any sort of interpolation, whereas ConfigParser uses an instance of\n        BasicInterpolation. The library also provides a ``zc.buildbot``\n        inspired ExtendedInterpolation implementation.\n\n        When `converters` is given, it should be a dictionary where each key\n        represents the name of a type converter and each value is a callable\n        implementing the conversion from string to the desired datatype. Every\n        converter gets its corresponding get*() method on the parser object and\n        section proxies.\n\n    sections()\n        Return all the configuration section names, sans DEFAULT.\n\n    has_section(section)\n        Return whether the given section exists.\n\n    has_option(section, option)\n        Return whether the given option exists in the given section.\n\n    options(section)\n        Return list of configuration options for the named section.\n\n    read(filenames, encoding=None)\n        Read and parse the iterable of named configuration files, given by\n        name.  A single filename is also allowed.  Non-existing files\n        are ignored.  Return list of successfully read files.\n\n    read_file(f, filename=None)\n        Read and parse one configuration file, given as a file object.\n        The filename defaults to f.name; it is only used in error\n        messages (if f has no `name' attribute, the string `<???>' is used).\n\n    read_string(string)\n        Read configuration from a given string.\n\n    read_dict(dictionary)\n        Read configuration from a dictionary. Keys are section names,\n        values are dictionaries with keys and values that should be present\n        in the section. If the used dictionary type preserves order, sections\n        and their keys will be added in order. Values are automatically\n        converted to strings.\n\n    get(section, option, raw=False, vars=None, fallback=_UNSET)\n        Return a string value for the named option.  All % interpolations are\n        expanded in the return values, based on the defaults passed into the\n        constructor and the DEFAULT section.  Additional substitutions may be\n        provided using the `vars' argument, which must be a dictionary whose\n        contents override any pre-existing defaults. If `option' is a key in\n        `vars', the value from `vars' is used.\n\n    getint(section, options, raw=False, vars=None, fallback=_UNSET)\n        Like get(), but convert value to an integer.\n\n    getfloat(section, options, raw=False, vars=None, fallback=_UNSET)\n        Like get(), but convert value to a float.\n\n    getboolean(section, options, raw=False, vars=None, fallback=_UNSET)\n        Like get(), but convert value to a boolean (currently case\n        insensitively defined as 0, false, no, off for False, and 1, true,\n        yes, on for True).  Returns False or True.\n\n    items(section=_UNSET, raw=False, vars=None)\n        If section is given, return a list of tuples with (name, value) for\n        each option in the section. Otherwise, return a list of tuples with\n        (section_name, section_proxy) for each section, including DEFAULTSECT.\n\n    remove_section(section)\n        Remove the given file section and all its options.\n\n    remove_option(section, option)\n        Remove the given option from the given section.\n\n    set(section, option, value)\n        Set the given option.\n\n    write(fp, space_around_delimiters=True)\n        Write the configuration state in .ini format. If\n        `space_around_delimiters' is True (the default), delimiters\n        between keys and values are surrounded by spaces.\n\"\"\"\n\nfrom __future__ import absolute_import\nfrom __future__ import division\nfrom __future__ import print_function\nfrom __future__ import unicode_literals\n\ntry:\n    from collections.abc import MutableMapping\nexcept ImportError:\n    from collections import MutableMapping\nimport functools\nimport io\nimport itertools\nimport os\nimport re\nimport sys\nimport warnings\n\nfrom backports.configparser.helpers import OrderedDict as _default_dict\nfrom backports.configparser.helpers import ChainMap as _ChainMap\nfrom backports.configparser.helpers import from_none, str, PY2\nfrom backports.configparser.helpers import PathLike, fspath\nfrom backports.configparser.helpers import MutableMapping\n\n__all__ = [\n    \"NoSectionError\",\n    \"DuplicateOptionError\",\n    \"DuplicateSectionError\",\n    \"NoOptionError\",\n    \"InterpolationError\",\n    \"InterpolationDepthError\",\n    \"InterpolationMissingOptionError\",\n    \"InterpolationSyntaxError\",\n    \"ParsingError\",\n    \"MissingSectionHeaderError\",\n    \"ConfigParser\",\n    \"SafeConfigParser\",\n    \"RawConfigParser\",\n    \"Interpolation\",\n    \"BasicInterpolation\",\n    \"ExtendedInterpolation\",\n    \"LegacyInterpolation\",\n    \"SectionProxy\",\n    \"ConverterMapping\",\n    \"DEFAULTSECT\",\n    \"MAX_INTERPOLATION_DEPTH\",\n]\n\nDEFAULTSECT = \"DEFAULT\"\n\nMAX_INTERPOLATION_DEPTH = 10\n\n\n# exception classes\nclass Error(Exception):\n    \"\"\"Base class for ConfigParser exceptions.\"\"\"\n\n    def __init__(self, msg=''):\n        self.message = msg\n        Exception.__init__(self, msg)\n\n    def __repr__(self):\n        return self.message\n\n    __str__ = __repr__\n\n\nclass NoSectionError(Error):\n    \"\"\"Raised when no section matches a requested option.\"\"\"\n\n    def __init__(self, section):\n        Error.__init__(self, 'No section: %r' % (section,))\n        self.section = section\n        self.args = (section,)\n\n\nclass DuplicateSectionError(Error):\n    \"\"\"Raised when a section is repeated in an input source.\n\n    Possible repetitions that raise this exception are: multiple creation\n    using the API or in strict parsers when a section is found more than once\n    in a single input file, string or dictionary.\n    \"\"\"\n\n    def __init__(self, section, source=None, lineno=None):\n        msg = [repr(section), \" already exists\"]\n        if source is not None:\n            message = [\"While reading from \", repr(source)]\n            if lineno is not None:\n                message.append(\" [line {0:2d}]\".format(lineno))\n            message.append(\": section \")\n            message.extend(msg)\n            msg = message\n        else:\n            msg.insert(0, \"Section \")\n        Error.__init__(self, \"\".join(msg))\n        self.section = section\n        self.source = source\n        self.lineno = lineno\n        self.args = (section, source, lineno)\n\n\nclass DuplicateOptionError(Error):\n    \"\"\"Raised by strict parsers when an option is repeated in an input source.\n\n    Current implementation raises this exception only when an option is found\n    more than once in a single file, string or dictionary.\n    \"\"\"\n\n    def __init__(self, section, option, source=None, lineno=None):\n        msg = [repr(option), \" in section \", repr(section), \" already exists\"]\n        if source is not None:\n            message = [\"While reading from \", repr(source)]\n            if lineno is not None:\n                message.append(\" [line {0:2d}]\".format(lineno))\n            message.append(\": option \")\n            message.extend(msg)\n            msg = message\n        else:\n            msg.insert(0, \"Option \")\n        Error.__init__(self, \"\".join(msg))\n        self.section = section\n        self.option = option\n        self.source = source\n        self.lineno = lineno\n        self.args = (section, option, source, lineno)\n\n\nclass NoOptionError(Error):\n    \"\"\"A requested option was not found.\"\"\"\n\n    def __init__(self, option, section):\n        Error.__init__(self, \"No option %r in section: %r\" % (option, section))\n        self.option = option\n        self.section = section\n        self.args = (option, section)\n\n\nclass InterpolationError(Error):\n    \"\"\"Base class for interpolation-related exceptions.\"\"\"\n\n    def __init__(self, option, section, msg):\n        Error.__init__(self, msg)\n        self.option = option\n        self.section = section\n        self.args = (option, section, msg)\n\n\nclass InterpolationMissingOptionError(InterpolationError):\n    \"\"\"A string substitution required a setting which was not available.\"\"\"\n\n    def __init__(self, option, section, rawval, reference):\n        msg = (\n            \"Bad value substitution: option {0!r} in section {1!r} contains \"\n            \"an interpolation key {2!r} which is not a valid option name. \"\n            \"Raw value: {3!r}\".format(option, section, reference, rawval)\n        )\n        InterpolationError.__init__(self, option, section, msg)\n        self.reference = reference\n        self.args = (option, section, rawval, reference)\n\n\nclass InterpolationSyntaxError(InterpolationError):\n    \"\"\"Raised when the source text contains invalid syntax.\n\n    Current implementation raises this exception when the source text into\n    which substitutions are made does not conform to the required syntax.\n    \"\"\"\n\n\nclass InterpolationDepthError(InterpolationError):\n    \"\"\"Raised when substitutions are nested too deeply.\"\"\"\n\n    def __init__(self, option, section, rawval):\n        msg = (\n            \"Recursion limit exceeded in value substitution: option {0!r} \"\n            \"in section {1!r} contains an interpolation key which \"\n            \"cannot be substituted in {2} steps. Raw value: {3!r}\"\n            \"\".format(option, section, MAX_INTERPOLATION_DEPTH, rawval)\n        )\n        InterpolationError.__init__(self, option, section, msg)\n        self.args = (option, section, rawval)\n\n\nclass ParsingError(Error):\n    \"\"\"Raised when a configuration file does not follow legal syntax.\"\"\"\n\n    def __init__(self, source=None, filename=None):\n        # Exactly one of `source'/`filename' arguments has to be given.\n        # `filename' kept for compatibility.\n        if filename and source:\n            raise ValueError(\n                \"Cannot specify both `filename' and `source'. \" \"Use `source'.\"\n            )\n        elif not filename and not source:\n            raise ValueError(\"Required argument `source' not given.\")\n        elif filename:\n            source = filename\n        Error.__init__(self, 'Source contains parsing errors: %r' % source)\n        self.source = source\n        self.errors = []\n        self.args = (source,)\n\n    @property\n    def filename(self):\n        \"\"\"Deprecated, use `source'.\"\"\"\n        warnings.warn(\n            \"The 'filename' attribute will be removed in future versions.  \"\n            \"Use 'source' instead.\",\n            DeprecationWarning,\n            stacklevel=2,\n        )\n        return self.source\n\n    @filename.setter\n    def filename(self, value):\n        \"\"\"Deprecated, user `source'.\"\"\"\n        warnings.warn(\n            \"The 'filename' attribute will be removed in future versions.  \"\n            \"Use 'source' instead.\",\n            DeprecationWarning,\n            stacklevel=2,\n        )\n        self.source = value\n\n    def append(self, lineno, line):\n        self.errors.append((lineno, line))\n        self.message += '\\n\\t[line %2d]: %s' % (lineno, line)\n\n\nclass MissingSectionHeaderError(ParsingError):\n    \"\"\"Raised when a key-value pair is found before any section header.\"\"\"\n\n    def __init__(self, filename, lineno, line):\n        Error.__init__(\n            self,\n            'File contains no section headers.\\nfile: %r, line: %d\\n%r'\n            % (filename, lineno, line),\n        )\n        self.source = filename\n        self.lineno = lineno\n        self.line = line\n        self.args = (filename, lineno, line)\n\n\n# Used in parser getters to indicate the default behaviour when a specific\n# option is not found it to raise an exception. Created to enable `None' as\n# a valid fallback value.\n_UNSET = object()\n\n\nclass Interpolation(object):\n    \"\"\"Dummy interpolation that passes the value through with no changes.\"\"\"\n\n    def before_get(self, parser, section, option, value, defaults):\n        return value\n\n    def before_set(self, parser, section, option, value):\n        return value\n\n    def before_read(self, parser, section, option, value):\n        return value\n\n    def before_write(self, parser, section, option, value):\n        return value\n\n\nclass BasicInterpolation(Interpolation):\n    \"\"\"Interpolation as implemented in the classic ConfigParser.\n\n    The option values can contain format strings which refer to other values in\n    the same section, or values in the special default section.\n\n    For example:\n\n        something: %(dir)s/whatever\n\n    would resolve the \"%(dir)s\" to the value of dir.  All reference\n    expansions are done late, on demand. If a user needs to use a bare % in\n    a configuration file, she can escape it by writing %%. Other % usage\n    is considered a user error and raises `InterpolationSyntaxError'.\"\"\"\n\n    _KEYCRE = re.compile(r\"%\\(([^)]+)\\)s\")\n\n    def before_get(self, parser, section, option, value, defaults):\n        L = []\n        self._interpolate_some(parser, option, L, value, section, defaults, 1)\n        return ''.join(L)\n\n    def before_set(self, parser, section, option, value):\n        tmp_value = value.replace('%%', '')  # escaped percent signs\n        tmp_value = self._KEYCRE.sub('', tmp_value)  # valid syntax\n        if '%' in tmp_value:\n            raise ValueError(\n                \"invalid interpolation syntax in %r at \"\n                \"position %d\" % (value, tmp_value.find('%'))\n            )\n        return value\n\n    def _interpolate_some(self, parser, option, accum, rest, section, map, depth):\n        rawval = parser.get(section, option, raw=True, fallback=rest)\n        if depth > MAX_INTERPOLATION_DEPTH:\n            raise InterpolationDepthError(option, section, rawval)\n        while rest:\n            p = rest.find(\"%\")\n            if p < 0:\n                accum.append(rest)\n                return\n            if p > 0:\n                accum.append(rest[:p])\n                rest = rest[p:]\n            # p is no longer used\n            c = rest[1:2]\n            if c == \"%\":\n                accum.append(\"%\")\n                rest = rest[2:]\n            elif c == \"(\":\n                m = self._KEYCRE.match(rest)\n                if m is None:\n                    raise InterpolationSyntaxError(\n                        option,\n                        section,\n                        \"bad interpolation variable reference %r\" % rest,\n                    )\n                var = parser.optionxform(m.group(1))\n                rest = rest[m.end() :]\n                try:\n                    v = map[var]\n                except KeyError:\n                    raise from_none(\n                        InterpolationMissingOptionError(option, section, rawval, var)\n                    )\n                if \"%\" in v:\n                    self._interpolate_some(\n                        parser, option, accum, v, section, map, depth + 1\n                    )\n                else:\n                    accum.append(v)\n            else:\n                raise InterpolationSyntaxError(\n                    option,\n                    section,\n                    \"'%%' must be followed by '%%' or '(', \" \"found: %r\" % (rest,),\n                )\n\n\nclass ExtendedInterpolation(Interpolation):\n    \"\"\"Advanced variant of interpolation, supports the syntax used by\n    `zc.buildout'. Enables interpolation between sections.\"\"\"\n\n    _KEYCRE = re.compile(r\"\\$\\{([^}]+)\\}\")\n\n    def before_get(self, parser, section, option, value, defaults):\n        L = []\n        self._interpolate_some(parser, option, L, value, section, defaults, 1)\n        return ''.join(L)\n\n    def before_set(self, parser, section, option, value):\n        tmp_value = value.replace('$$', '')  # escaped dollar signs\n        tmp_value = self._KEYCRE.sub('', tmp_value)  # valid syntax\n        if '$' in tmp_value:\n            raise ValueError(\n                \"invalid interpolation syntax in %r at \"\n                \"position %d\" % (value, tmp_value.find('$'))\n            )\n        return value\n\n    def _interpolate_some(self, parser, option, accum, rest, section, map, depth):\n        rawval = parser.get(section, option, raw=True, fallback=rest)\n        if depth > MAX_INTERPOLATION_DEPTH:\n            raise InterpolationDepthError(option, section, rawval)\n        while rest:\n            p = rest.find(\"$\")\n            if p < 0:\n                accum.append(rest)\n                return\n            if p > 0:\n                accum.append(rest[:p])\n                rest = rest[p:]\n            # p is no longer used\n            c = rest[1:2]\n            if c == \"$\":\n                accum.append(\"$\")\n                rest = rest[2:]\n            elif c == \"{\":\n                m = self._KEYCRE.match(rest)\n                if m is None:\n                    raise InterpolationSyntaxError(\n                        option,\n                        section,\n                        \"bad interpolation variable reference %r\" % rest,\n                    )\n                path = m.group(1).split(':')\n                rest = rest[m.end() :]\n                sect = section\n                opt = option\n                try:\n                    if len(path) == 1:\n                        opt = parser.optionxform(path[0])\n                        v = map[opt]\n                    elif len(path) == 2:\n                        sect = path[0]\n                        opt = parser.optionxform(path[1])\n                        v = parser.get(sect, opt, raw=True)\n                    else:\n                        raise InterpolationSyntaxError(\n                            option, section, \"More than one ':' found: %r\" % (rest,)\n                        )\n                except (KeyError, NoSectionError, NoOptionError):\n                    raise from_none(\n                        InterpolationMissingOptionError(\n                            option, section, rawval, \":\".join(path)\n                        )\n                    )\n                if \"$\" in v:\n                    self._interpolate_some(\n                        parser,\n                        opt,\n                        accum,\n                        v,\n                        sect,\n                        dict(parser.items(sect, raw=True)),\n                        depth + 1,\n                    )\n                else:\n                    accum.append(v)\n            else:\n                raise InterpolationSyntaxError(\n                    option,\n                    section,\n                    \"'$' must be followed by '$' or '{', \" \"found: %r\" % (rest,),\n                )\n\n\nclass LegacyInterpolation(Interpolation):\n    \"\"\"Deprecated interpolation used in old versions of ConfigParser.\n    Use BasicInterpolation or ExtendedInterpolation instead.\"\"\"\n\n    _KEYCRE = re.compile(r\"%\\(([^)]*)\\)s|.\")\n\n    def before_get(self, parser, section, option, value, vars):\n        rawval = value\n        depth = MAX_INTERPOLATION_DEPTH\n        while depth:  # Loop through this until it's done\n            depth -= 1\n            if value and \"%(\" in value:\n                replace = functools.partial(self._interpolation_replace, parser=parser)\n                value = self._KEYCRE.sub(replace, value)\n                try:\n                    value = value % vars\n                except KeyError as e:\n                    raise from_none(\n                        InterpolationMissingOptionError(\n                            option, section, rawval, e.args[0]\n                        )\n                    )\n            else:\n                break\n        if value and \"%(\" in value:\n            raise InterpolationDepthError(option, section, rawval)\n        return value\n\n    def before_set(self, parser, section, option, value):\n        return value\n\n    @staticmethod\n    def _interpolation_replace(match, parser):\n        s = match.group(1)\n        if s is None:\n            return match.group()\n        else:\n            return \"%%(%s)s\" % parser.optionxform(s)\n\n\nclass RawConfigParser(MutableMapping):\n    \"\"\"ConfigParser that does not do interpolation.\"\"\"\n\n    # Regular expressions for parsing section headers and options\n    _SECT_TMPL = r\"\"\"\n        \\[                                 # [\n        (?P<header>[^]]+)                  # very permissive!\n        \\]                                 # ]\n        \"\"\"\n    _OPT_TMPL = r\"\"\"\n        (?P<option>.*?)                    # very permissive!\n        \\s*(?P<vi>{delim})\\s*              # any number of space/tab,\n                                           # followed by any of the\n                                           # allowed delimiters,\n                                           # followed by any space/tab\n        (?P<value>.*)$                     # everything up to eol\n        \"\"\"\n    _OPT_NV_TMPL = r\"\"\"\n        (?P<option>.*?)                    # very permissive!\n        \\s*(?:                             # any number of space/tab,\n        (?P<vi>{delim})\\s*                 # optionally followed by\n                                           # any of the allowed\n                                           # delimiters, followed by any\n                                           # space/tab\n        (?P<value>.*))?$                   # everything up to eol\n        \"\"\"\n    # Interpolation algorithm to be used if the user does not specify another\n    _DEFAULT_INTERPOLATION = Interpolation()\n    # Compiled regular expression for matching sections\n    SECTCRE = re.compile(_SECT_TMPL, re.VERBOSE)\n    # Compiled regular expression for matching options with typical separators\n    OPTCRE = re.compile(_OPT_TMPL.format(delim=\"=|:\"), re.VERBOSE)\n    # Compiled regular expression for matching options with optional values\n    # delimited using typical separators\n    OPTCRE_NV = re.compile(_OPT_NV_TMPL.format(delim=\"=|:\"), re.VERBOSE)\n    # Compiled regular expression for matching leading whitespace in a line\n    NONSPACECRE = re.compile(r\"\\S\")\n    # Possible boolean values in the configuration.\n    BOOLEAN_STATES = {\n        '1': True,\n        'yes': True,\n        'true': True,\n        'on': True,\n        '0': False,\n        'no': False,\n        'false': False,\n        'off': False,\n    }\n\n    def __init__(\n        self, defaults=None, dict_type=_default_dict, allow_no_value=False, **kwargs\n    ):\n\n        # keyword-only arguments\n        delimiters = kwargs.get('delimiters', ('=', ':'))\n        comment_prefixes = kwargs.get('comment_prefixes', ('#', ';'))\n        inline_comment_prefixes = kwargs.get('inline_comment_prefixes', None)\n        strict = kwargs.get('strict', True)\n        empty_lines_in_values = kwargs.get('empty_lines_in_values', True)\n        default_section = kwargs.get('default_section', DEFAULTSECT)\n        interpolation = kwargs.get('interpolation', _UNSET)\n        converters = kwargs.get('converters', _UNSET)\n\n        self._dict = dict_type\n        self._sections = self._dict()\n        self._defaults = self._dict()\n        self._converters = ConverterMapping(self)\n        self._proxies = self._dict()\n        self._proxies[default_section] = SectionProxy(self, default_section)\n        self._delimiters = tuple(delimiters)\n        if delimiters == ('=', ':'):\n            self._optcre = self.OPTCRE_NV if allow_no_value else self.OPTCRE\n        else:\n            d = \"|\".join(re.escape(d) for d in delimiters)\n            if allow_no_value:\n                self._optcre = re.compile(self._OPT_NV_TMPL.format(delim=d), re.VERBOSE)\n            else:\n                self._optcre = re.compile(self._OPT_TMPL.format(delim=d), re.VERBOSE)\n        self._comment_prefixes = tuple(comment_prefixes or ())\n        self._inline_comment_prefixes = tuple(inline_comment_prefixes or ())\n        self._strict = strict\n        self._allow_no_value = allow_no_value\n        self._empty_lines_in_values = empty_lines_in_values\n        self.default_section = default_section\n        self._interpolation = interpolation\n        if self._interpolation is _UNSET:\n            self._interpolation = self._DEFAULT_INTERPOLATION\n        if self._interpolation is None:\n            self._interpolation = Interpolation()\n        if converters is not _UNSET:\n            self._converters.update(converters)\n        if defaults:\n            self._read_defaults(defaults)\n\n    def defaults(self):\n        return self._defaults\n\n    def sections(self):\n        \"\"\"Return a list of section names, excluding [DEFAULT]\"\"\"\n        # self._sections will never have [DEFAULT] in it\n        return list(self._sections.keys())\n\n    def add_section(self, section):\n        \"\"\"Create a new section in the configuration.\n\n        Raise DuplicateSectionError if a section by the specified name\n        already exists. Raise ValueError if name is DEFAULT.\n        \"\"\"\n        if section == self.default_section:\n            raise ValueError('Invalid section name: %r' % section)\n\n        if section in self._sections:\n            raise DuplicateSectionError(section)\n        self._sections[section] = self._dict()\n        self._proxies[section] = SectionProxy(self, section)\n\n    def has_section(self, section):\n        \"\"\"Indicate whether the named section is present in the configuration.\n\n        The DEFAULT section is not acknowledged.\n        \"\"\"\n        return section in self._sections\n\n    def options(self, section):\n        \"\"\"Return a list of option names for the given section name.\"\"\"\n        try:\n            opts = self._sections[section].copy()\n        except KeyError:\n            raise from_none(NoSectionError(section))\n        opts.update(self._defaults)\n        return list(opts.keys())\n\n    def read(self, filenames, encoding=None):\n        \"\"\"Read and parse a filename or an iterable of filenames.\n\n        Files that cannot be opened are silently ignored; this is\n        designed so that you can specify an iterable of potential\n        configuration file locations (e.g. current directory, user's\n        home directory, systemwide directory), and all existing\n        configuration files in the iterable will be read.  A single\n        filename may also be given.\n\n        Return list of successfully read files.\n        \"\"\"\n        if isinstance(filenames, (str, bytes, PathLike)):\n            filenames = [filenames]\n        read_ok = []\n        for filename in filenames:\n            if isinstance(filename, PathLike):\n                filename = fspath(filename)\n            try:\n                with open(filename, \"r\") as fp:\n                    self._read(fp, filename)\n            except IOError:\n                continue\n            read_ok.append(filename)\n        return read_ok\n\n    def read_file(self, f, source=None):\n        \"\"\"Like read() but the argument must be a file-like object.\n\n        The `f' argument must be iterable, returning one line at a time.\n        Optional second argument is the `source' specifying the name of the\n        file being read. If not given, it is taken from f.name. If `f' has no\n        `name' attribute, `<???>' is used.\n        \"\"\"\n        if source is None:\n            try:\n                source = f.name\n            except AttributeError:\n                source = '<???>'\n        self._read(f, source)\n\n    def read_string(self, string, source='<string>'):\n        \"\"\"Read configuration from a given string.\"\"\"\n        sfile = io.StringIO(string)\n        self.read_file(sfile, source)\n\n    def read_dict(self, dictionary, source='<dict>'):\n        \"\"\"Read configuration from a dictionary.\n\n        Keys are section names, values are dictionaries with keys and values\n        that should be present in the section. If the used dictionary type\n        preserves order, sections and their keys will be added in order.\n\n        All types held in the dictionary are converted to strings during\n        reading, including section names, option names and keys.\n\n        Optional second argument is the `source' specifying the name of the\n        dictionary being read.\n        \"\"\"\n        elements_added = set()\n        for section, keys in dictionary.items():\n            section = str(section)\n            try:\n                self.add_section(section)\n            except (DuplicateSectionError, ValueError):\n                if self._strict and section in elements_added:\n                    raise\n            elements_added.add(section)\n            for key, value in keys.items():\n                key = self.optionxform(str(key))\n                if value is not None:\n                    value = str(value)\n                if self._strict and (section, key) in elements_added:\n                    raise DuplicateOptionError(section, key, source)\n                elements_added.add((section, key))\n                self.set(section, key, value)\n\n    def readfp(self, fp, filename=None):\n        \"\"\"Deprecated, use read_file instead.\"\"\"\n        warnings.warn(\n            \"This method will be removed in future versions.  \"\n            \"Use 'parser.read_file()' instead.\",\n            DeprecationWarning,\n            stacklevel=2,\n        )\n        self.read_file(fp, source=filename)\n\n    def get(self, section, option, **kwargs):\n        \"\"\"Get an option value for a given section.\n\n        If `vars' is provided, it must be a dictionary. The option is looked up\n        in `vars' (if provided), `section', and in `DEFAULTSECT' in that order.\n        If the key is not found and `fallback' is provided, it is used as\n        a fallback value. `None' can be provided as a `fallback' value.\n\n        If interpolation is enabled and the optional argument `raw' is False,\n        all interpolations are expanded in the return values.\n\n        Arguments `raw', `vars', and `fallback' are keyword only.\n\n        The section DEFAULT is special.\n        \"\"\"\n        # keyword-only arguments\n        raw = kwargs.get('raw', False)\n        vars = kwargs.get('vars', None)\n        fallback = kwargs.get('fallback', _UNSET)\n\n        try:\n            d = self._unify_values(section, vars)\n        except NoSectionError:\n            if fallback is _UNSET:\n                raise\n            else:\n                return fallback\n        option = self.optionxform(option)\n        try:\n            value = d[option]\n        except KeyError:\n            if fallback is _UNSET:\n                raise NoOptionError(option, section)\n            else:\n                return fallback\n\n        if raw or value is None:\n            return value\n        else:\n            return self._interpolation.before_get(self, section, option, value, d)\n\n    def _get(self, section, conv, option, **kwargs):\n        return conv(self.get(section, option, **kwargs))\n\n    def _get_conv(self, section, option, conv, **kwargs):\n        # keyword-only arguments\n        kwargs.setdefault('raw', False)\n        kwargs.setdefault('vars', None)\n        fallback = kwargs.pop('fallback', _UNSET)\n        try:\n            return self._get(section, conv, option, **kwargs)\n        except (NoSectionError, NoOptionError):\n            if fallback is _UNSET:\n                raise\n            return fallback\n\n    # getint, getfloat and getboolean provided directly for backwards compat\n    def getint(self, section, option, **kwargs):\n        # keyword-only arguments\n        kwargs.setdefault('raw', False)\n        kwargs.setdefault('vars', None)\n        kwargs.setdefault('fallback', _UNSET)\n        return self._get_conv(section, option, int, **kwargs)\n\n    def getfloat(self, section, option, **kwargs):\n        # keyword-only arguments\n        kwargs.setdefault('raw', False)\n        kwargs.setdefault('vars', None)\n        kwargs.setdefault('fallback', _UNSET)\n        return self._get_conv(section, option, float, **kwargs)\n\n    def getboolean(self, section, option, **kwargs):\n        # keyword-only arguments\n        kwargs.setdefault('raw', False)\n        kwargs.setdefault('vars', None)\n        kwargs.setdefault('fallback', _UNSET)\n        return self._get_conv(section, option, self._convert_to_boolean, **kwargs)\n\n    def items(self, section=_UNSET, raw=False, vars=None):\n        \"\"\"Return a list of (name, value) tuples for each option in a section.\n\n        All % interpolations are expanded in the return values, based on the\n        defaults passed into the constructor, unless the optional argument\n        `raw' is true.  Additional substitutions may be provided using the\n        `vars' argument, which must be a dictionary whose contents overrides\n        any pre-existing defaults.\n\n        The section DEFAULT is special.\n        \"\"\"\n        if section is _UNSET:\n            return super(RawConfigParser, self).items()\n        d = self._defaults.copy()\n        try:\n            d.update(self._sections[section])\n        except KeyError:\n            if section != self.default_section:\n                raise NoSectionError(section)\n        orig_keys = list(d.keys())\n        # Update with the entry specific variables\n        if vars:\n            for key, value in vars.items():\n                d[self.optionxform(key)] = value\n        value_getter = lambda option: self._interpolation.before_get(\n            self, section, option, d[option], d\n        )\n        if raw:\n            value_getter = lambda option: d[option]\n        return [(option, value_getter(option)) for option in orig_keys]\n\n    def popitem(self):\n        \"\"\"Remove a section from the parser and return it as\n        a (section_name, section_proxy) tuple. If no section is present, raise\n        KeyError.\n\n        The section DEFAULT is never returned because it cannot be removed.\n        \"\"\"\n        for key in self.sections():\n            value = self[key]\n            del self[key]\n            return key, value\n        raise KeyError\n\n    def optionxform(self, optionstr):\n        return optionstr.lower()\n\n    def has_option(self, section, option):\n        \"\"\"Check for the existence of a given option in a given section.\n        If the specified `section' is None or an empty string, DEFAULT is\n        assumed. If the specified `section' does not exist, returns False.\"\"\"\n        if not section or section == self.default_section:\n            option = self.optionxform(option)\n            return option in self._defaults\n        elif section not in self._sections:\n            return False\n        else:\n            option = self.optionxform(option)\n            return option in self._sections[section] or option in self._defaults\n\n    def set(self, section, option, value=None):\n        \"\"\"Set an option.\"\"\"\n        if value:\n            value = self._interpolation.before_set(self, section, option, value)\n        if not section or section == self.default_section:\n            sectdict = self._defaults\n        else:\n            try:\n                sectdict = self._sections[section]\n            except KeyError:\n                raise from_none(NoSectionError(section))\n        sectdict[self.optionxform(option)] = value\n\n    def write(self, fp, space_around_delimiters=True):\n        \"\"\"Write an .ini-format representation of the configuration state.\n\n        If `space_around_delimiters' is True (the default), delimiters\n        between keys and values are surrounded by spaces.\n        \"\"\"\n        if space_around_delimiters:\n            d = \" {0} \".format(self._delimiters[0])\n        else:\n            d = self._delimiters[0]\n        if self._defaults:\n            self._write_section(fp, self.default_section, self._defaults.items(), d)\n        for section in self._sections:\n            self._write_section(fp, section, self._sections[section].items(), d)\n\n    def _write_section(self, fp, section_name, section_items, delimiter):\n        \"\"\"Write a single section to the specified `fp'.\"\"\"\n        fp.write(\"[{0}]\\n\".format(section_name))\n        for key, value in section_items:\n            value = self._interpolation.before_write(self, section_name, key, value)\n            if value is not None or not self._allow_no_value:\n                value = delimiter + str(value).replace('\\n', '\\n\\t')\n            else:\n                value = \"\"\n            fp.write(\"{0}{1}\\n\".format(key, value))\n        fp.write(\"\\n\")\n\n    def remove_option(self, section, option):\n        \"\"\"Remove an option.\"\"\"\n        if not section or section == self.default_section:\n            sectdict = self._defaults\n        else:\n            try:\n                sectdict = self._sections[section]\n            except KeyError:\n                raise from_none(NoSectionError(section))\n        option = self.optionxform(option)\n        existed = option in sectdict\n        if existed:\n            del sectdict[option]\n        return existed\n\n    def remove_section(self, section):\n        \"\"\"Remove a file section.\"\"\"\n        existed = section in self._sections\n        if existed:\n            del self._sections[section]\n            del self._proxies[section]\n        return existed\n\n    def __getitem__(self, key):\n        if key != self.default_section and not self.has_section(key):\n            raise KeyError(key)\n        return self._proxies[key]\n\n    def __setitem__(self, key, value):\n        # To conform with the mapping protocol, overwrites existing values in\n        # the section.\n        if key in self and self[key] is value:\n            return\n        # XXX this is not atomic if read_dict fails at any point. Then again,\n        # no update method in configparser is atomic in this implementation.\n        if key == self.default_section:\n            self._defaults.clear()\n        elif key in self._sections:\n            self._sections[key].clear()\n        self.read_dict({key: value})\n\n    def __delitem__(self, key):\n        if key == self.default_section:\n            raise ValueError(\"Cannot remove the default section.\")\n        if not self.has_section(key):\n            raise KeyError(key)\n        self.remove_section(key)\n\n    def __contains__(self, key):\n        return key == self.default_section or self.has_section(key)\n\n    def __len__(self):\n        return len(self._sections) + 1  # the default section\n\n    def __iter__(self):\n        # XXX does it break when underlying container state changed?\n        return itertools.chain((self.default_section,), self._sections.keys())\n\n    def _read(self, fp, fpname):\n        \"\"\"Parse a sectioned configuration file.\n\n        Each section in a configuration file contains a header, indicated by\n        a name in square brackets (`[]'), plus key/value options, indicated by\n        `name' and `value' delimited with a specific substring (`=' or `:' by\n        default).\n\n        Values can span multiple lines, as long as they are indented deeper\n        than the first line of the value. Depending on the parser's mode, blank\n        lines may be treated as parts of multiline values or ignored.\n\n        Configuration files may include comments, prefixed by specific\n        characters (`#' and `;' by default). Comments may appear on their own\n        in an otherwise empty line or may be entered in lines holding values or\n        section names.\n        \"\"\"\n        elements_added = set()\n        cursect = None  # None, or a dictionary\n        sectname = None\n        optname = None\n        lineno = 0\n        indent_level = 0\n        e = None  # None, or an exception\n        for lineno, line in enumerate(fp, start=1):\n            comment_start = sys.maxsize\n            # strip inline comments\n            inline_prefixes = dict((p, -1) for p in self._inline_comment_prefixes)\n            while comment_start == sys.maxsize and inline_prefixes:\n                next_prefixes = {}\n                for prefix, index in inline_prefixes.items():\n                    index = line.find(prefix, index + 1)\n                    if index == -1:\n                        continue\n                    next_prefixes[prefix] = index\n                    if index == 0 or (index > 0 and line[index - 1].isspace()):\n                        comment_start = min(comment_start, index)\n                inline_prefixes = next_prefixes\n            # strip full line comments\n            for prefix in self._comment_prefixes:\n                if line.strip().startswith(prefix):\n                    comment_start = 0\n                    break\n            if comment_start == sys.maxsize:\n                comment_start = None\n            value = line[:comment_start].strip()\n            if not value:\n                if self._empty_lines_in_values:\n                    # add empty line to the value, but only if there was no\n                    # comment on the line\n                    if (\n                        comment_start is None\n                        and cursect is not None\n                        and optname\n                        and cursect[optname] is not None\n                    ):\n                        cursect[optname].append('')  # newlines added at join\n                else:\n                    # empty line marks end of value\n                    indent_level = sys.maxsize\n                continue\n            # continuation line?\n            first_nonspace = self.NONSPACECRE.search(line)\n            cur_indent_level = first_nonspace.start() if first_nonspace else 0\n            if cursect is not None and optname and cur_indent_level > indent_level:\n                cursect[optname].append(value)\n            # a section header or option header?\n            else:\n                indent_level = cur_indent_level\n                # is it a section header?\n                mo = self.SECTCRE.match(value)\n                if mo:\n                    sectname = mo.group('header')\n                    if sectname in self._sections:\n                        if self._strict and sectname in elements_added:\n                            raise DuplicateSectionError(sectname, fpname, lineno)\n                        cursect = self._sections[sectname]\n                        elements_added.add(sectname)\n                    elif sectname == self.default_section:\n                        cursect = self._defaults\n                    else:\n                        cursect = self._dict()\n                        self._sections[sectname] = cursect\n                        self._proxies[sectname] = SectionProxy(self, sectname)\n                        elements_added.add(sectname)\n                    # So sections can't start with a continuation line\n                    optname = None\n                # no section header in the file?\n                elif cursect is None:\n                    raise MissingSectionHeaderError(fpname, lineno, line)\n                # an option line?\n                else:\n                    mo = self._optcre.match(value)\n                    if mo:\n                        optname, vi, optval = mo.group('option', 'vi', 'value')\n                        if not optname:\n                            e = self._handle_error(e, fpname, lineno, line)\n                        optname = self.optionxform(optname.rstrip())\n                        if self._strict and (sectname, optname) in elements_added:\n                            raise DuplicateOptionError(\n                                sectname, optname, fpname, lineno\n                            )\n                        elements_added.add((sectname, optname))\n                        # This check is fine because the OPTCRE cannot\n                        # match if it would set optval to None\n                        if optval is not None:\n                            optval = optval.strip()\n                            cursect[optname] = [optval]\n                        else:\n                            # valueless option handling\n                            cursect[optname] = None\n                    else:\n                        # a non-fatal parsing error occurred. set up the\n                        # exception but keep going. the exception will be\n                        # raised at the end of the file and will contain a\n                        # list of all bogus lines\n                        e = self._handle_error(e, fpname, lineno, line)\n        self._join_multiline_values()\n        # if any parsing errors occurred, raise an exception\n        if e:\n            raise e\n\n    def _join_multiline_values(self):\n        defaults = self.default_section, self._defaults\n        all_sections = itertools.chain((defaults,), self._sections.items())\n        for section, options in all_sections:\n            for name, val in options.items():\n                if isinstance(val, list):\n                    val = '\\n'.join(val).rstrip()\n                options[name] = self._interpolation.before_read(\n                    self, section, name, val\n                )\n\n    def _read_defaults(self, defaults):\n        \"\"\"Read the defaults passed in the initializer.\n        Note: values can be non-string.\"\"\"\n        for key, value in defaults.items():\n            self._defaults[self.optionxform(key)] = value\n\n    def _handle_error(self, exc, fpname, lineno, line):\n        if not exc:\n            exc = ParsingError(fpname)\n        exc.append(lineno, repr(line))\n        return exc\n\n    def _unify_values(self, section, vars):\n        \"\"\"Create a sequence of lookups with 'vars' taking priority over\n        the 'section' which takes priority over the DEFAULTSECT.\n\n        \"\"\"\n        sectiondict = {}\n        try:\n            sectiondict = self._sections[section]\n        except KeyError:\n            if section != self.default_section:\n                raise NoSectionError(section)\n        # Update with the entry specific variables\n        vardict = {}\n        if vars:\n            for key, value in vars.items():\n                if value is not None:\n                    value = str(value)\n                vardict[self.optionxform(key)] = value\n        return _ChainMap(vardict, sectiondict, self._defaults)\n\n    def _convert_to_boolean(self, value):\n        \"\"\"Return a boolean value translating from other types if necessary.\n        \"\"\"\n        if value.lower() not in self.BOOLEAN_STATES:\n            raise ValueError('Not a boolean: %s' % value)\n        return self.BOOLEAN_STATES[value.lower()]\n\n    def _validate_value_types(self, **kwargs):\n        \"\"\"Raises a TypeError for non-string values.\n\n        The only legal non-string value if we allow valueless\n        options is None, so we need to check if the value is a\n        string if:\n        - we do not allow valueless options, or\n        - we allow valueless options but the value is not None\n\n        For compatibility reasons this method is not used in classic set()\n        for RawConfigParsers. It is invoked in every case for mapping protocol\n        access and in ConfigParser.set().\n        \"\"\"\n        # keyword-only arguments\n        section = kwargs.get('section', \"\")\n        option = kwargs.get('option', \"\")\n        value = kwargs.get('value', \"\")\n\n        if PY2 and bytes in (type(section), type(option), type(value)):\n            # we allow for a little unholy magic for Python 2 so that\n            # people not using unicode_literals can still use the library\n            # conveniently\n            warnings.warn(\n                \"You passed a bytestring. Implicitly decoding as UTF-8 string.\"\n                \" This will not work on Python 3. Please switch to using\"\n                \" Unicode strings across the board.\",\n                DeprecationWarning,\n                stacklevel=2,\n            )\n            if isinstance(section, bytes):\n                section = section.decode('utf8')\n            if isinstance(option, bytes):\n                option = option.decode('utf8')\n            if isinstance(value, bytes):\n                value = value.decode('utf8')\n\n        if not isinstance(section, str):\n            raise TypeError(\"section names must be strings\")\n        if not isinstance(option, str):\n            raise TypeError(\"option keys must be strings\")\n        if not self._allow_no_value or value:\n            if not isinstance(value, str):\n                raise TypeError(\"option values must be strings\")\n\n        return section, option, value\n\n    @property\n    def converters(self):\n        return self._converters\n\n\nclass ConfigParser(RawConfigParser):\n    \"\"\"ConfigParser implementing interpolation.\"\"\"\n\n    _DEFAULT_INTERPOLATION = BasicInterpolation()\n\n    def set(self, section, option, value=None):\n        \"\"\"Set an option.  Extends RawConfigParser.set by validating type and\n        interpolation syntax on the value.\"\"\"\n        _, option, value = self._validate_value_types(option=option, value=value)\n        super(ConfigParser, self).set(section, option, value)\n\n    def add_section(self, section):\n        \"\"\"Create a new section in the configuration.  Extends\n        RawConfigParser.add_section by validating if the section name is\n        a string.\"\"\"\n        section, _, _ = self._validate_value_types(section=section)\n        super(ConfigParser, self).add_section(section)\n\n    def _read_defaults(self, defaults):\n        \"\"\"Reads the defaults passed in the initializer, implicitly converting\n        values to strings like the rest of the API.\n\n        Does not perform interpolation for backwards compatibility.\n        \"\"\"\n        try:\n            hold_interpolation = self._interpolation\n            self._interpolation = Interpolation()\n            self.read_dict({self.default_section: defaults})\n        finally:\n            self._interpolation = hold_interpolation\n\n\nclass SafeConfigParser(ConfigParser):\n    \"\"\"ConfigParser alias for backwards compatibility purposes.\"\"\"\n\n    def __init__(self, *args, **kwargs):\n        super(SafeConfigParser, self).__init__(*args, **kwargs)\n        warnings.warn(\n            \"The SafeConfigParser class has been renamed to ConfigParser \"\n            \"in Python 3.2. This alias will be removed in future versions.\"\n            \" Use ConfigParser directly instead.\",\n            DeprecationWarning,\n            stacklevel=2,\n        )\n\n\nclass SectionProxy(MutableMapping):\n    \"\"\"A proxy for a single section from a parser.\"\"\"\n\n    def __init__(self, parser, name):\n        \"\"\"Creates a view on a section of the specified `name` in `parser`.\"\"\"\n        self._parser = parser\n        self._name = name\n        for conv in parser.converters:\n            key = 'get' + conv\n            getter = functools.partial(self.get, _impl=getattr(parser, key))\n            setattr(self, key, getter)\n\n    def __repr__(self):\n        return '<Section: {0}>'.format(self._name)\n\n    def __getitem__(self, key):\n        if not self._parser.has_option(self._name, key):\n            raise KeyError(key)\n        return self._parser.get(self._name, key)\n\n    def __setitem__(self, key, value):\n        _, key, value = self._parser._validate_value_types(option=key, value=value)\n        return self._parser.set(self._name, key, value)\n\n    def __delitem__(self, key):\n        if not (\n            self._parser.has_option(self._name, key)\n            and self._parser.remove_option(self._name, key)\n        ):\n            raise KeyError(key)\n\n    def __contains__(self, key):\n        return self._parser.has_option(self._name, key)\n\n    def __len__(self):\n        return len(self._options())\n\n    def __iter__(self):\n        return self._options().__iter__()\n\n    def _options(self):\n        if self._name != self._parser.default_section:\n            return self._parser.options(self._name)\n        else:\n            return self._parser.defaults()\n\n    @property\n    def parser(self):\n        # The parser object of the proxy is read-only.\n        return self._parser\n\n    @property\n    def name(self):\n        # The name of the section on a proxy is read-only.\n        return self._name\n\n    def get(self, option, fallback=None, **kwargs):\n        \"\"\"Get an option value.\n\n        Unless `fallback` is provided, `None` will be returned if the option\n        is not found.\n\n        \"\"\"\n        # keyword-only arguments\n        kwargs.setdefault('raw', False)\n        kwargs.setdefault('vars', None)\n        _impl = kwargs.pop('_impl', None)\n        # If `_impl` is provided, it should be a getter method on the parser\n        # object that provides the desired type conversion.\n        if not _impl:\n            _impl = self._parser.get\n        return _impl(self._name, option, fallback=fallback, **kwargs)\n\n\nclass ConverterMapping(MutableMapping):\n    \"\"\"Enables reuse of get*() methods between the parser and section proxies.\n\n    If a parser class implements a getter directly, the value for the given\n    key will be ``None``. The presence of the converter name here enables\n    section proxies to find and use the implementation on the parser class.\n    \"\"\"\n\n    GETTERCRE = re.compile(r\"^get(?P<name>.+)$\")\n\n    def __init__(self, parser):\n        self._parser = parser\n        self._data = {}\n        for getter in dir(self._parser):\n            m = self.GETTERCRE.match(getter)\n            if not m or not callable(getattr(self._parser, getter)):\n                continue\n            self._data[m.group('name')] = None  # See class docstring.\n\n    def __getitem__(self, key):\n        return self._data[key]\n\n    def __setitem__(self, key, value):\n        try:\n            k = 'get' + key\n        except TypeError:\n            raise ValueError(\n                'Incompatible key: {} (type: {})' ''.format(key, type(key))\n            )\n        if k == 'get':\n            raise ValueError('Incompatible key: cannot use \"\" as a name')\n        self._data[key] = value\n        func = functools.partial(self._parser._get_conv, conv=value)\n        func.converter = value\n        setattr(self._parser, k, func)\n        for proxy in self._parser.values():\n            getter = functools.partial(proxy.get, _impl=func)\n            setattr(proxy, k, getter)\n\n    def __delitem__(self, key):\n        try:\n            k = 'get' + (key or None)\n        except TypeError:\n            raise KeyError(key)\n        del self._data[key]\n        for inst in itertools.chain((self._parser,), self._parser.values()):\n            try:\n                delattr(inst, k)\n            except AttributeError:\n                # don't raise since the entry was present in _data, silently\n                # clean up\n                continue\n\n    def __iter__(self):\n        return iter(self._data)\n\n    def __len__(self):\n        return len(self._data)\n"
  },
  {
    "path": "Mod Files/system/python/lib/backports/configparser/helpers.py",
    "content": "#!/usr/bin/env python\n# -*- coding: utf-8 -*-\n\nfrom __future__ import absolute_import\nfrom __future__ import division\nfrom __future__ import print_function\nfrom __future__ import unicode_literals\n\nimport abc\nimport os\n\ntry:\n    from collections.abc import MutableMapping\nexcept ImportError:\n    from collections import MutableMapping\n\ntry:\n    from collections import UserDict\nexcept ImportError:\n    from UserDict import UserDict\n\ntry:\n    from collections import OrderedDict\nexcept ImportError:\n    from ordereddict import OrderedDict\n\ntry:\n    import pathlib\nexcept ImportError:\n    pathlib = None\n\nimport sys\n\ntry:\n    from thread import get_ident\nexcept ImportError:\n    try:\n        from _thread import get_ident\n    except ImportError:\n        from _dummy_thread import get_ident\n\n\n__all__ = ['UserDict', 'OrderedDict']\n\n\nPY2 = sys.version_info[0] == 2\nPY3 = sys.version_info[0] == 3\n\nnative_str = str\nstr = type('str')\n\n\ndef from_none(exc):\n    \"\"\"raise from_none(ValueError('a')) == raise ValueError('a') from None\"\"\"\n    exc.__cause__ = None\n    exc.__suppress_context__ = True\n    return exc\n\n\n# from reprlib 3.2.1\ndef recursive_repr(fillvalue='...'):\n    'Decorator to make a repr function return fillvalue for a recursive call'\n\n    def decorating_function(user_function):\n        repr_running = set()\n\n        def wrapper(self):\n            key = id(self), get_ident()\n            if key in repr_running:\n                return fillvalue\n            repr_running.add(key)\n            try:\n                result = user_function(self)\n            finally:\n                repr_running.discard(key)\n            return result\n\n        # Can't use functools.wraps() here because of bootstrap issues\n        wrapper.__module__ = getattr(user_function, '__module__')\n        wrapper.__doc__ = getattr(user_function, '__doc__')\n        wrapper.__name__ = getattr(user_function, '__name__')\n        wrapper.__annotations__ = getattr(user_function, '__annotations__', {})\n        return wrapper\n\n    return decorating_function\n\n\n# from collections 3.2.1\nclass _ChainMap(MutableMapping):\n    ''' A ChainMap groups multiple dicts (or other mappings) together\n    to create a single, updateable view.\n\n    The underlying mappings are stored in a list.  That list is public and can\n    accessed or updated using the *maps* attribute.  There is no other state.\n\n    Lookups search the underlying mappings successively until a key is found.\n    In contrast, writes, updates, and deletions only operate on the first\n    mapping.\n\n    '''\n\n    def __init__(self, *maps):\n        '''Initialize a ChainMap by setting *maps* to the given mappings.\n        If no mappings are provided, a single empty dictionary is used.\n\n        '''\n        self.maps = list(maps) or [{}]  # always at least one map\n\n    def __missing__(self, key):\n        raise KeyError(key)\n\n    def __getitem__(self, key):\n        for mapping in self.maps:\n            try:\n                # can't use 'key in mapping' with defaultdict\n                return mapping[key]\n            except KeyError:\n                pass\n        # support subclasses that define __missing__\n        return self.__missing__(key)\n\n    def get(self, key, default=None):\n        return self[key] if key in self else default\n\n    def __len__(self):\n        # reuses stored hash values if possible\n        return len(set().union(*self.maps))\n\n    def __iter__(self):\n        return iter(set().union(*self.maps))\n\n    def __contains__(self, key):\n        return any(key in m for m in self.maps)\n\n    @recursive_repr()\n    def __repr__(self):\n        return '{0.__class__.__name__}({1})'.format(\n            self, ', '.join(map(repr, self.maps))\n        )\n\n    @classmethod\n    def fromkeys(cls, iterable, *args):\n        'Create a ChainMap with a single dict created from the iterable.'\n        return cls(dict.fromkeys(iterable, *args))\n\n    def copy(self):\n        \"\"\"\n        New ChainMap or subclass with a new copy of\n        maps[0] and refs to maps[1:]\n        \"\"\"\n        return self.__class__(self.maps[0].copy(), *self.maps[1:])\n\n    __copy__ = copy\n\n    def new_child(self):  # like Django's Context.push()\n        'New ChainMap with a new dict followed by all previous maps.'\n        return self.__class__({}, *self.maps)\n\n    @property\n    def parents(self):  # like Django's Context.pop()\n        'New ChainMap from maps[1:].'\n        return self.__class__(*self.maps[1:])\n\n    def __setitem__(self, key, value):\n        self.maps[0][key] = value\n\n    def __delitem__(self, key):\n        try:\n            del self.maps[0][key]\n        except KeyError:\n            raise KeyError('Key not found in the first mapping: {!r}'.format(key))\n\n    def popitem(self):\n        \"\"\"\n        Remove and return an item pair from maps[0].\n        Raise KeyError is maps[0] is empty.\n        \"\"\"\n        try:\n            return self.maps[0].popitem()\n        except KeyError:\n            raise KeyError('No keys found in the first mapping.')\n\n    def pop(self, key, *args):\n        \"\"\"\n        Remove *key* from maps[0] and return its value.\n        Raise KeyError if *key* not in maps[0].\n        \"\"\"\n\n        try:\n            return self.maps[0].pop(key, *args)\n        except KeyError:\n            raise KeyError('Key not found in the first mapping: {!r}'.format(key))\n\n    def clear(self):\n        'Clear maps[0], leaving maps[1:] intact.'\n        self.maps[0].clear()\n\n\ntry:\n    from collections import ChainMap\nexcept ImportError:\n    ChainMap = _ChainMap\n\n\n_ABC = getattr(\n    abc,\n    'ABC',\n    # Python 3.3 compatibility\n    abc.ABCMeta(native_str('__ABC'), (object,), dict(__metaclass__=abc.ABCMeta)),\n)\n\n\nclass _PathLike(_ABC):\n\n    \"\"\"Abstract base class for implementing the file system path protocol.\"\"\"\n\n    @abc.abstractmethod\n    def __fspath__(self):\n        \"\"\"Return the file system path representation of the object.\"\"\"\n        raise NotImplementedError\n\n    @classmethod\n    def __subclasshook__(cls, subclass):\n        return bool(\n            hasattr(subclass, '__fspath__')\n            # workaround for Python 3.5\n            or pathlib\n            and issubclass(subclass, pathlib.Path)\n        )\n\n\nPathLike = getattr(os, 'PathLike', _PathLike)\n\n\ndef _fspath(path):\n    \"\"\"Return the path representation of a path-like object.\n\n    If str or bytes is passed in, it is returned unchanged. Otherwise the\n    os.PathLike interface is used to get the path representation. If the\n    path representation is not str or bytes, TypeError is raised. If the\n    provided path is not str, bytes, or os.PathLike, TypeError is raised.\n    \"\"\"\n    if isinstance(path, (str, bytes)):\n        return path\n\n    if not hasattr(path, '__fspath__') and isinstance(path, pathlib.Path):\n        # workaround for Python 3.5\n        return str(path)\n\n    # Work from the object's type to match method resolution of other magic\n    # methods.\n    path_type = type(path)\n    try:\n        path_repr = path_type.__fspath__(path)\n    except AttributeError:\n\n        if hasattr(path_type, '__fspath__'):\n            raise\n        else:\n            raise TypeError(\n                \"expected str, bytes or os.PathLike object, \"\n                \"not \" + path_type.__name__\n            )\n    if isinstance(path_repr, (str, bytes)):\n        return path_repr\n    else:\n        raise TypeError(\n            \"expected {}.__fspath__() to return str or bytes, \"\n            \"not {}\".format(path_type.__name__, type(path_repr).__name__)\n        )\n\n\nfspath = getattr(os, 'fspath', _fspath)\n"
  },
  {
    "path": "Mod Files/system/python/lib/credits.txt",
    "content": "Taken from https://github.com/astarivi/IVistation\n\nSo thank you Astarivi\n\n### simplejson (Bob Ippolito, and contributors)\nFor the included simplejson library, no modifications done.\n\n### configparser backport (Jason R. Coombs and contributors)\nFor the included configparser backport, slightly modified to work on the Xbox\n\nI don't use these, but in case I do later I include them."
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/__init__.py",
    "content": "r\"\"\"JSON (JavaScript Object Notation) <http://json.org> is a subset of\nJavaScript syntax (ECMA-262 3rd edition) used as a lightweight data\ninterchange format.\n\n:mod:`simplejson` exposes an API familiar to users of the standard library\n:mod:`marshal` and :mod:`pickle` modules. It is the externally maintained\nversion of the :mod:`json` library contained in Python 2.6, but maintains\ncompatibility back to Python 2.5 and (currently) has significant performance\nadvantages, even without using the optional C extension for speedups.\n\nEncoding basic Python object hierarchies::\n\n    >>> import simplejson as json\n    >>> json.dumps(['foo', {'bar': ('baz', None, 1.0, 2)}])\n    '[\"foo\", {\"bar\": [\"baz\", null, 1.0, 2]}]'\n    >>> print(json.dumps(\"\\\"foo\\bar\"))\n    \"\\\"foo\\bar\"\n    >>> print(json.dumps(u'\\u1234'))\n    \"\\u1234\"\n    >>> print(json.dumps('\\\\'))\n    \"\\\\\"\n    >>> print(json.dumps({\"c\": 0, \"b\": 0, \"a\": 0}, sort_keys=True))\n    {\"a\": 0, \"b\": 0, \"c\": 0}\n    >>> from simplejson.compat import StringIO\n    >>> io = StringIO()\n    >>> json.dump(['streaming API'], io)\n    >>> io.getvalue()\n    '[\"streaming API\"]'\n\nCompact encoding::\n\n    >>> import simplejson as json\n    >>> obj = [1,2,3,{'4': 5, '6': 7}]\n    >>> json.dumps(obj, separators=(',',':'), sort_keys=True)\n    '[1,2,3,{\"4\":5,\"6\":7}]'\n\nPretty printing::\n\n    >>> import simplejson as json\n    >>> print(json.dumps({'4': 5, '6': 7}, sort_keys=True, indent='    '))\n    {\n        \"4\": 5,\n        \"6\": 7\n    }\n\nDecoding JSON::\n\n    >>> import simplejson as json\n    >>> obj = [u'foo', {u'bar': [u'baz', None, 1.0, 2]}]\n    >>> json.loads('[\"foo\", {\"bar\":[\"baz\", null, 1.0, 2]}]') == obj\n    True\n    >>> json.loads('\"\\\\\"foo\\\\bar\"') == u'\"foo\\x08ar'\n    True\n    >>> from simplejson.compat import StringIO\n    >>> io = StringIO('[\"streaming API\"]')\n    >>> json.load(io)[0] == 'streaming API'\n    True\n\nSpecializing JSON object decoding::\n\n    >>> import simplejson as json\n    >>> def as_complex(dct):\n    ...     if '__complex__' in dct:\n    ...         return complex(dct['real'], dct['imag'])\n    ...     return dct\n    ...\n    >>> json.loads('{\"__complex__\": true, \"real\": 1, \"imag\": 2}',\n    ...     object_hook=as_complex)\n    (1+2j)\n    >>> from decimal import Decimal\n    >>> json.loads('1.1', parse_float=Decimal) == Decimal('1.1')\n    True\n\nSpecializing JSON object encoding::\n\n    >>> import simplejson as json\n    >>> def encode_complex(obj):\n    ...     if isinstance(obj, complex):\n    ...         return [obj.real, obj.imag]\n    ...     raise TypeError('Object of type %s is not JSON serializable' %\n    ...                     obj.__class__.__name__)\n    ...\n    >>> json.dumps(2 + 1j, default=encode_complex)\n    '[2.0, 1.0]'\n    >>> json.JSONEncoder(default=encode_complex).encode(2 + 1j)\n    '[2.0, 1.0]'\n    >>> ''.join(json.JSONEncoder(default=encode_complex).iterencode(2 + 1j))\n    '[2.0, 1.0]'\n\nUsing simplejson.tool from the shell to validate and pretty-print::\n\n    $ echo '{\"json\":\"obj\"}' | python -m simplejson.tool\n    {\n        \"json\": \"obj\"\n    }\n    $ echo '{ 1.2:3.4}' | python -m simplejson.tool\n    Expecting property name: line 1 column 3 (char 2)\n\nParsing multiple documents serialized as JSON lines (newline-delimited JSON)::\n\n    >>> import simplejson as json\n    >>> def loads_lines(docs):\n    ...     for doc in docs.splitlines():\n    ...         yield json.loads(doc)\n    ...\n    >>> sum(doc[\"count\"] for doc in loads_lines('{\"count\":1}\\n{\"count\":2}\\n{\"count\":3}\\n'))\n    6\n\nSerializing multiple objects to JSON lines (newline-delimited JSON)::\n\n    >>> import simplejson as json\n    >>> def dumps_lines(objs):\n    ...     for obj in objs:\n    ...         yield json.dumps(obj, separators=(',',':')) + '\\n'\n    ...\n    >>> ''.join(dumps_lines([{'count': 1}, {'count': 2}, {'count': 3}]))\n    '{\"count\":1}\\n{\"count\":2}\\n{\"count\":3}\\n'\n\n\"\"\"\nfrom __future__ import absolute_import\n__version__ = '3.19.2'\n__all__ = [\n    'dump', 'dumps', 'load', 'loads',\n    'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',\n    'OrderedDict', 'simple_first', 'RawJSON'\n]\n\n__author__ = 'Bob Ippolito <bob@redivi.com>'\n\nfrom decimal import Decimal\n\nfrom .errors import JSONDecodeError\nfrom .raw_json import RawJSON\nfrom .decoder import JSONDecoder\nfrom .encoder import JSONEncoder, JSONEncoderForHTML\ndef _import_OrderedDict():\n    import collections\n    try:\n        return collections.OrderedDict\n    except AttributeError:\n        from . import ordered_dict\n        return ordered_dict.OrderedDict\nOrderedDict = _import_OrderedDict()\n\ndef _import_c_make_encoder():\n    try:\n        from ._speedups import make_encoder\n        return make_encoder\n    except ImportError:\n        return None\n\n_default_encoder = JSONEncoder()\n\ndef dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True,\n         allow_nan=False, cls=None, indent=None, separators=None,\n         encoding='utf-8', default=None, use_decimal=True,\n         namedtuple_as_object=True, tuple_as_array=True,\n         bigint_as_string=False, sort_keys=False, item_sort_key=None,\n         for_json=False, ignore_nan=False, int_as_string_bitcount=None,\n         iterable_as_array=False, **kw):\n    \"\"\"Serialize ``obj`` as a JSON formatted stream to ``fp`` (a\n    ``.write()``-supporting file-like object).\n\n    If *skipkeys* is true then ``dict`` keys that are not basic types\n    (``str``, ``int``, ``long``, ``float``, ``bool``, ``None``)\n    will be skipped instead of raising a ``TypeError``.\n\n    If *ensure_ascii* is false (default: ``True``), then the output may\n    contain non-ASCII characters, so long as they do not need to be escaped\n    by JSON. When it is true, all non-ASCII characters are escaped.\n\n    If *allow_nan* is true (default: ``False``), then out of range ``float``\n    values (``nan``, ``inf``, ``-inf``) will be serialized to\n    their JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``)\n    instead of raising a ValueError. See\n    *ignore_nan* for ECMA-262 compliant behavior.\n\n    If *indent* is a string, then JSON array elements and object members\n    will be pretty-printed with a newline followed by that string repeated\n    for each level of nesting. ``None`` (the default) selects the most compact\n    representation without any newlines.\n\n    If specified, *separators* should be an\n    ``(item_separator, key_separator)`` tuple.  The default is ``(', ', ': ')``\n    if *indent* is ``None`` and ``(',', ': ')`` otherwise.  To get the most\n    compact JSON representation, you should specify ``(',', ':')`` to eliminate\n    whitespace.\n\n    *encoding* is the character encoding for str instances, default is UTF-8.\n\n    *default(obj)* is a function that should return a serializable version\n    of obj or raise ``TypeError``. The default simply raises ``TypeError``.\n\n    If *use_decimal* is true (default: ``True``) then decimal.Decimal\n    will be natively serialized to JSON with full precision.\n\n    If *namedtuple_as_object* is true (default: ``True``),\n    :class:`tuple` subclasses with ``_asdict()`` methods will be encoded\n    as JSON objects.\n\n    If *tuple_as_array* is true (default: ``True``),\n    :class:`tuple` (and subclasses) will be encoded as JSON arrays.\n\n    If *iterable_as_array* is true (default: ``False``),\n    any object not in the above table that implements ``__iter__()``\n    will be encoded as a JSON array.\n\n    If *bigint_as_string* is true (default: ``False``), ints 2**53 and higher\n    or lower than -2**53 will be encoded as strings. This is to avoid the\n    rounding that happens in Javascript otherwise. Note that this is still a\n    lossy operation that will not round-trip correctly and should be used\n    sparingly.\n\n    If *int_as_string_bitcount* is a positive number (n), then int of size\n    greater than or equal to 2**n or lower than or equal to -2**n will be\n    encoded as strings.\n\n    If specified, *item_sort_key* is a callable used to sort the items in\n    each dictionary. This is useful if you want to sort items other than\n    in alphabetical order by key. This option takes precedence over\n    *sort_keys*.\n\n    If *sort_keys* is true (default: ``False``), the output of dictionaries\n    will be sorted by item.\n\n    If *for_json* is true (default: ``False``), objects with a ``for_json()``\n    method will use the return value of that method for encoding as JSON\n    instead of the object.\n\n    If *ignore_nan* is true (default: ``False``), then out of range\n    :class:`float` values (``nan``, ``inf``, ``-inf``) will be serialized as\n    ``null`` in compliance with the ECMA-262 specification. If true, this will\n    override *allow_nan*.\n\n    To use a custom ``JSONEncoder`` subclass (e.g. one that overrides the\n    ``.default()`` method to serialize additional types), specify it with\n    the ``cls`` kwarg. NOTE: You should use *default* or *for_json* instead\n    of subclassing whenever possible.\n\n    \"\"\"\n    # cached encoder\n    if (not skipkeys and ensure_ascii and\n        check_circular and not allow_nan and\n        cls is None and indent is None and separators is None and\n        encoding == 'utf-8' and default is None and use_decimal\n        and namedtuple_as_object and tuple_as_array and not iterable_as_array\n        and not bigint_as_string and not sort_keys\n        and not item_sort_key and not for_json\n        and not ignore_nan and int_as_string_bitcount is None\n        and not kw\n    ):\n        iterable = _default_encoder.iterencode(obj)\n    else:\n        if cls is None:\n            cls = JSONEncoder\n        iterable = cls(skipkeys=skipkeys, ensure_ascii=ensure_ascii,\n            check_circular=check_circular, allow_nan=allow_nan, indent=indent,\n            separators=separators, encoding=encoding,\n            default=default, use_decimal=use_decimal,\n            namedtuple_as_object=namedtuple_as_object,\n            tuple_as_array=tuple_as_array,\n            iterable_as_array=iterable_as_array,\n            bigint_as_string=bigint_as_string,\n            sort_keys=sort_keys,\n            item_sort_key=item_sort_key,\n            for_json=for_json,\n            ignore_nan=ignore_nan,\n            int_as_string_bitcount=int_as_string_bitcount,\n            **kw).iterencode(obj)\n    # could accelerate with writelines in some versions of Python, at\n    # a debuggability cost\n    for chunk in iterable:\n        fp.write(chunk)\n\n\ndef dumps(obj, skipkeys=False, ensure_ascii=True, check_circular=True,\n          allow_nan=False, cls=None, indent=None, separators=None,\n          encoding='utf-8', default=None, use_decimal=True,\n          namedtuple_as_object=True, tuple_as_array=True,\n          bigint_as_string=False, sort_keys=False, item_sort_key=None,\n          for_json=False, ignore_nan=False, int_as_string_bitcount=None,\n          iterable_as_array=False, **kw):\n    \"\"\"Serialize ``obj`` to a JSON formatted ``str``.\n\n    If ``skipkeys`` is true then ``dict`` keys that are not basic types\n    (``str``, ``int``, ``long``, ``float``, ``bool``, ``None``)\n    will be skipped instead of raising a ``TypeError``.\n\n    If *ensure_ascii* is false (default: ``True``), then the output may\n    contain non-ASCII characters, so long as they do not need to be escaped\n    by JSON. When it is true, all non-ASCII characters are escaped.\n\n    If ``check_circular`` is false, then the circular reference check\n    for container types will be skipped and a circular reference will\n    result in an ``OverflowError`` (or worse).\n\n    If *allow_nan* is true (default: ``False``), then out of range ``float``\n    values (``nan``, ``inf``, ``-inf``) will be serialized to\n    their JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``)\n    instead of raising a ValueError. See\n    *ignore_nan* for ECMA-262 compliant behavior.\n\n    If ``indent`` is a string, then JSON array elements and object members\n    will be pretty-printed with a newline followed by that string repeated\n    for each level of nesting. ``None`` (the default) selects the most compact\n    representation without any newlines. For backwards compatibility with\n    versions of simplejson earlier than 2.1.0, an integer is also accepted\n    and is converted to a string with that many spaces.\n\n    If specified, ``separators`` should be an\n    ``(item_separator, key_separator)`` tuple.  The default is ``(', ', ': ')``\n    if *indent* is ``None`` and ``(',', ': ')`` otherwise.  To get the most\n    compact JSON representation, you should specify ``(',', ':')`` to eliminate\n    whitespace.\n\n    ``encoding`` is the character encoding for bytes instances, default is\n    UTF-8.\n\n    ``default(obj)`` is a function that should return a serializable version\n    of obj or raise TypeError. The default simply raises TypeError.\n\n    If *use_decimal* is true (default: ``True``) then decimal.Decimal\n    will be natively serialized to JSON with full precision.\n\n    If *namedtuple_as_object* is true (default: ``True``),\n    :class:`tuple` subclasses with ``_asdict()`` methods will be encoded\n    as JSON objects.\n\n    If *tuple_as_array* is true (default: ``True``),\n    :class:`tuple` (and subclasses) will be encoded as JSON arrays.\n\n    If *iterable_as_array* is true (default: ``False``),\n    any object not in the above table that implements ``__iter__()``\n    will be encoded as a JSON array.\n\n    If *bigint_as_string* is true (not the default), ints 2**53 and higher\n    or lower than -2**53 will be encoded as strings. This is to avoid the\n    rounding that happens in Javascript otherwise.\n\n    If *int_as_string_bitcount* is a positive number (n), then int of size\n    greater than or equal to 2**n or lower than or equal to -2**n will be\n    encoded as strings.\n\n    If specified, *item_sort_key* is a callable used to sort the items in\n    each dictionary. This is useful if you want to sort items other than\n    in alphabetical order by key. This option takes precedence over\n    *sort_keys*.\n\n    If *sort_keys* is true (default: ``False``), the output of dictionaries\n    will be sorted by item.\n\n    If *for_json* is true (default: ``False``), objects with a ``for_json()``\n    method will use the return value of that method for encoding as JSON\n    instead of the object.\n\n    If *ignore_nan* is true (default: ``False``), then out of range\n    :class:`float` values (``nan``, ``inf``, ``-inf``) will be serialized as\n    ``null`` in compliance with the ECMA-262 specification. If true, this will\n    override *allow_nan*.\n\n    To use a custom ``JSONEncoder`` subclass (e.g. one that overrides the\n    ``.default()`` method to serialize additional types), specify it with\n    the ``cls`` kwarg. NOTE: You should use *default* instead of subclassing\n    whenever possible.\n\n    \"\"\"\n    # cached encoder\n    if (not skipkeys and ensure_ascii and\n        check_circular and not allow_nan and\n        cls is None and indent is None and separators is None and\n        encoding == 'utf-8' and default is None and use_decimal\n        and namedtuple_as_object and tuple_as_array and not iterable_as_array\n        and not bigint_as_string and not sort_keys\n        and not item_sort_key and not for_json\n        and not ignore_nan and int_as_string_bitcount is None\n        and not kw\n    ):\n        return _default_encoder.encode(obj)\n    if cls is None:\n        cls = JSONEncoder\n    return cls(\n        skipkeys=skipkeys, ensure_ascii=ensure_ascii,\n        check_circular=check_circular, allow_nan=allow_nan, indent=indent,\n        separators=separators, encoding=encoding, default=default,\n        use_decimal=use_decimal,\n        namedtuple_as_object=namedtuple_as_object,\n        tuple_as_array=tuple_as_array,\n        iterable_as_array=iterable_as_array,\n        bigint_as_string=bigint_as_string,\n        sort_keys=sort_keys,\n        item_sort_key=item_sort_key,\n        for_json=for_json,\n        ignore_nan=ignore_nan,\n        int_as_string_bitcount=int_as_string_bitcount,\n        **kw).encode(obj)\n\n\n_default_decoder = JSONDecoder()\n\n\ndef load(fp, encoding=None, cls=None, object_hook=None, parse_float=None,\n        parse_int=None, parse_constant=None, object_pairs_hook=None,\n        use_decimal=False, allow_nan=False, **kw):\n    \"\"\"Deserialize ``fp`` (a ``.read()``-supporting file-like object containing\n    a JSON document as `str` or `bytes`) to a Python object.\n\n    *encoding* determines the encoding used to interpret any\n    `bytes` objects decoded by this instance (``'utf-8'`` by\n    default). It has no effect when decoding `str` objects.\n\n    *object_hook*, if specified, will be called with the result of every\n    JSON object decoded and its return value will be used in place of the\n    given :class:`dict`.  This can be used to provide custom\n    deserializations (e.g. to support JSON-RPC class hinting).\n\n    *object_pairs_hook* is an optional function that will be called with\n    the result of any object literal decode with an ordered list of pairs.\n    The return value of *object_pairs_hook* will be used instead of the\n    :class:`dict`.  This feature can be used to implement custom decoders\n    that rely on the order that the key and value pairs are decoded (for\n    example, :func:`collections.OrderedDict` will remember the order of\n    insertion). If *object_hook* is also defined, the *object_pairs_hook*\n    takes priority.\n\n    *parse_float*, if specified, will be called with the string of every\n    JSON float to be decoded. By default, this is equivalent to\n    ``float(num_str)``. This can be used to use another datatype or parser\n    for JSON floats (e.g. :class:`decimal.Decimal`).\n\n    *parse_int*, if specified, will be called with the string of every\n    JSON int to be decoded. By default, this is equivalent to\n    ``int(num_str)``.  This can be used to use another datatype or parser\n    for JSON integers (e.g. :class:`float`).\n\n    *allow_nan*, if True (default false), will allow the parser to\n    accept the non-standard floats ``NaN``, ``Infinity``, and ``-Infinity``\n    and enable the use of the deprecated *parse_constant*.\n\n    If *use_decimal* is true (default: ``False``) then it implies\n    parse_float=decimal.Decimal for parity with ``dump``.\n\n    *parse_constant*, if specified, will be\n    called with one of the following strings: ``'-Infinity'``,\n    ``'Infinity'``, ``'NaN'``. It is not recommended to use this feature,\n    as it is rare to parse non-compliant JSON containing these values.\n\n    To use a custom ``JSONDecoder`` subclass, specify it with the ``cls``\n    kwarg. NOTE: You should use *object_hook* or *object_pairs_hook* instead\n    of subclassing whenever possible.\n\n    \"\"\"\n    return loads(fp.read(),\n        encoding=encoding, cls=cls, object_hook=object_hook,\n        parse_float=parse_float, parse_int=parse_int,\n        parse_constant=parse_constant, object_pairs_hook=object_pairs_hook,\n        use_decimal=use_decimal, allow_nan=allow_nan, **kw)\n\n\ndef loads(s, encoding=None, cls=None, object_hook=None, parse_float=None,\n        parse_int=None, parse_constant=None, object_pairs_hook=None,\n        use_decimal=False, allow_nan=False, **kw):\n    \"\"\"Deserialize ``s`` (a ``str`` or ``unicode`` instance containing a JSON\n    document) to a Python object.\n\n    *encoding* determines the encoding used to interpret any\n    :class:`bytes` objects decoded by this instance (``'utf-8'`` by\n    default). It has no effect when decoding :class:`unicode` objects.\n\n    *object_hook*, if specified, will be called with the result of every\n    JSON object decoded and its return value will be used in place of the\n    given :class:`dict`.  This can be used to provide custom\n    deserializations (e.g. to support JSON-RPC class hinting).\n\n    *object_pairs_hook* is an optional function that will be called with\n    the result of any object literal decode with an ordered list of pairs.\n    The return value of *object_pairs_hook* will be used instead of the\n    :class:`dict`.  This feature can be used to implement custom decoders\n    that rely on the order that the key and value pairs are decoded (for\n    example, :func:`collections.OrderedDict` will remember the order of\n    insertion). If *object_hook* is also defined, the *object_pairs_hook*\n    takes priority.\n\n    *parse_float*, if specified, will be called with the string of every\n    JSON float to be decoded.  By default, this is equivalent to\n    ``float(num_str)``. This can be used to use another datatype or parser\n    for JSON floats (e.g. :class:`decimal.Decimal`).\n\n    *parse_int*, if specified, will be called with the string of every\n    JSON int to be decoded.  By default, this is equivalent to\n    ``int(num_str)``.  This can be used to use another datatype or parser\n    for JSON integers (e.g. :class:`float`).\n\n    *allow_nan*, if True (default false), will allow the parser to\n    accept the non-standard floats ``NaN``, ``Infinity``, and ``-Infinity``\n    and enable the use of the deprecated *parse_constant*.\n\n    If *use_decimal* is true (default: ``False``) then it implies\n    parse_float=decimal.Decimal for parity with ``dump``.\n\n    *parse_constant*, if specified, will be\n    called with one of the following strings: ``'-Infinity'``,\n    ``'Infinity'``, ``'NaN'``. It is not recommended to use this feature,\n    as it is rare to parse non-compliant JSON containing these values.\n\n    To use a custom ``JSONDecoder`` subclass, specify it with the ``cls``\n    kwarg. NOTE: You should use *object_hook* or *object_pairs_hook* instead\n    of subclassing whenever possible.\n\n    \"\"\"\n    if (cls is None and encoding is None and object_hook is None and\n            parse_int is None and parse_float is None and\n            parse_constant is None and object_pairs_hook is None\n            and not use_decimal and not allow_nan and not kw):\n        return _default_decoder.decode(s)\n    if cls is None:\n        cls = JSONDecoder\n    if object_hook is not None:\n        kw['object_hook'] = object_hook\n    if object_pairs_hook is not None:\n        kw['object_pairs_hook'] = object_pairs_hook\n    if parse_float is not None:\n        kw['parse_float'] = parse_float\n    if parse_int is not None:\n        kw['parse_int'] = parse_int\n    if parse_constant is not None:\n        kw['parse_constant'] = parse_constant\n    if use_decimal:\n        if parse_float is not None:\n            raise TypeError(\"use_decimal=True implies parse_float=Decimal\")\n        kw['parse_float'] = Decimal\n    if allow_nan:\n        kw['allow_nan'] = True\n    return cls(encoding=encoding, **kw).decode(s)\n\n\ndef _toggle_speedups(enabled):\n    from . import decoder as dec\n    from . import encoder as enc\n    from . import scanner as scan\n    c_make_encoder = _import_c_make_encoder()\n    if enabled:\n        dec.scanstring = dec.c_scanstring or dec.py_scanstring\n        enc.c_make_encoder = c_make_encoder\n        enc.encode_basestring_ascii = (enc.c_encode_basestring_ascii or\n            enc.py_encode_basestring_ascii)\n        scan.make_scanner = scan.c_make_scanner or scan.py_make_scanner\n    else:\n        dec.scanstring = dec.py_scanstring\n        enc.c_make_encoder = None\n        enc.encode_basestring_ascii = enc.py_encode_basestring_ascii\n        scan.make_scanner = scan.py_make_scanner\n    dec.make_scanner = scan.make_scanner\n    global _default_decoder\n    _default_decoder = JSONDecoder()\n    global _default_encoder\n    _default_encoder = JSONEncoder()\n\ndef simple_first(kv):\n    \"\"\"Helper function to pass to item_sort_key to sort simple\n    elements to the top, then container elements.\n    \"\"\"\n    return (isinstance(kv[1], (list, dict, tuple)), kv[0])\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/compat.py",
    "content": "\"\"\"Python 3 compatibility shims\n\"\"\"\nimport sys\nif sys.version_info[0] < 3:\n    PY3 = False\n    def b(s):\n        return s\n    try:\n        from cStringIO import StringIO\n    except ImportError:\n        from StringIO import StringIO\n    BytesIO = StringIO\n    text_type = unicode\n    binary_type = str\n    string_types = (basestring,)\n    integer_types = (int, long)\n    unichr = unichr\n    reload_module = reload\nelse:\n    PY3 = True\n    if sys.version_info[:2] >= (3, 4):\n        from importlib import reload as reload_module\n    else:\n        from imp import reload as reload_module\n    def b(s):\n        return bytes(s, 'latin1')\n    from io import StringIO, BytesIO\n    text_type = str\n    binary_type = bytes\n    string_types = (str,)\n    integer_types = (int,)\n    unichr = chr\n\nlong_type = integer_types[-1]\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/decoder.py",
    "content": "\"\"\"Implementation of JSONDecoder\n\"\"\"\nfrom __future__ import absolute_import\nimport re\nimport sys\nimport struct\nfrom .compat import PY3, unichr\nfrom .scanner import make_scanner, JSONDecodeError\n\ndef _import_c_scanstring():\n    try:\n        from ._speedups import scanstring\n        return scanstring\n    except ImportError:\n        return None\nc_scanstring = _import_c_scanstring()\n\n# NOTE (3.1.0): JSONDecodeError may still be imported from this module for\n# compatibility, but it was never in the __all__\n__all__ = ['JSONDecoder']\n\nFLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL\n\ndef _floatconstants():\n    if sys.version_info < (2, 6):\n        _BYTES = '7FF80000000000007FF0000000000000'.decode('hex')\n        nan, inf = struct.unpack('>dd', _BYTES)\n    else:\n        nan = float('nan')\n        inf = float('inf')\n    return nan, inf, -inf\n\nNaN, PosInf, NegInf = _floatconstants()\n\n_CONSTANTS = {\n    '-Infinity': NegInf,\n    'Infinity': PosInf,\n    'NaN': NaN,\n}\n\nSTRINGCHUNK = re.compile(r'(.*?)([\"\\\\\\x00-\\x1f])', FLAGS)\nBACKSLASH = {\n    '\"': u'\"', '\\\\': u'\\\\', '/': u'/',\n    'b': u'\\b', 'f': u'\\f', 'n': u'\\n', 'r': u'\\r', 't': u'\\t',\n}\n\nDEFAULT_ENCODING = \"utf-8\"\n\nif hasattr(sys, 'get_int_max_str_digits'):\n    bounded_int = int\nelse:\n    def bounded_int(s, INT_MAX_STR_DIGITS=4300):\n        \"\"\"Backport of the integer string length conversion limitation\n\n        https://docs.python.org/3/library/stdtypes.html#int-max-str-digits\n        \"\"\"\n        if len(s) > INT_MAX_STR_DIGITS:\n            raise ValueError(\"Exceeds the limit (%s) for integer string conversion: value has %s digits\" % (INT_MAX_STR_DIGITS, len(s)))\n        return int(s)\n\n\ndef scan_four_digit_hex(s, end, _m=re.compile(r'^[0-9a-fA-F]{4}$').match):\n    \"\"\"Scan a four digit hex number from s[end:end + 4]\n    \"\"\"\n    msg = \"Invalid \\\\uXXXX escape sequence\"\n    esc = s[end:end + 4]\n    if not _m(esc):\n        raise JSONDecodeError(msg, s, end - 2)\n    try:\n        return int(esc, 16), end + 4\n    except ValueError:\n        raise JSONDecodeError(msg, s, end - 2)\n\ndef py_scanstring(s, end, encoding=None, strict=True,\n        _b=BACKSLASH, _m=STRINGCHUNK.match, _join=u''.join,\n        _PY3=PY3, _maxunicode=sys.maxunicode,\n        _scan_four_digit_hex=scan_four_digit_hex):\n    \"\"\"Scan the string s for a JSON string. End is the index of the\n    character in s after the quote that started the JSON string.\n    Unescapes all valid JSON string escape sequences and raises ValueError\n    on attempt to decode an invalid string. If strict is False then literal\n    control characters are allowed in the string.\n\n    Returns a tuple of the decoded string and the index of the character in s\n    after the end quote.\"\"\"\n    if encoding is None:\n        encoding = DEFAULT_ENCODING\n    chunks = []\n    _append = chunks.append\n    begin = end - 1\n    while 1:\n        chunk = _m(s, end)\n        if chunk is None:\n            raise JSONDecodeError(\n                \"Unterminated string starting at\", s, begin)\n        prev_end = end\n        end = chunk.end()\n        content, terminator = chunk.groups()\n        # Content is contains zero or more unescaped string characters\n        if content:\n            if not _PY3 and not isinstance(content, unicode):\n                content = unicode(content, encoding)\n            _append(content)\n        # Terminator is the end of string, a literal control character,\n        # or a backslash denoting that an escape sequence follows\n        if terminator == '\"':\n            break\n        elif terminator != '\\\\':\n            if strict:\n                msg = \"Invalid control character %r at\"\n                raise JSONDecodeError(msg, s, prev_end)\n            else:\n                _append(terminator)\n                continue\n        try:\n            esc = s[end]\n        except IndexError:\n            raise JSONDecodeError(\n                \"Unterminated string starting at\", s, begin)\n        # If not a unicode escape sequence, must be in the lookup table\n        if esc != 'u':\n            try:\n                char = _b[esc]\n            except KeyError:\n                msg = \"Invalid \\\\X escape sequence %r\"\n                raise JSONDecodeError(msg, s, end)\n            end += 1\n        else:\n            # Unicode escape sequence\n            uni, end = _scan_four_digit_hex(s, end + 1)\n            # Check for surrogate pair on UCS-4 systems\n            # Note that this will join high/low surrogate pairs\n            # but will also pass unpaired surrogates through\n            if (_maxunicode > 65535 and\n                uni & 0xfc00 == 0xd800 and\n                s[end:end + 2] == '\\\\u'):\n                uni2, end2 = _scan_four_digit_hex(s, end + 2)\n                if uni2 & 0xfc00 == 0xdc00:\n                    uni = 0x10000 + (((uni - 0xd800) << 10) |\n                                        (uni2 - 0xdc00))\n                    end = end2\n            char = unichr(uni)\n        # Append the unescaped character\n        _append(char)\n    return _join(chunks), end\n\n\n# Use speedup if available\nscanstring = c_scanstring or py_scanstring\n\nWHITESPACE = re.compile(r'[ \\t\\n\\r]*', FLAGS)\nWHITESPACE_STR = ' \\t\\n\\r'\n\ndef JSONObject(state, encoding, strict, scan_once, object_hook,\n        object_pairs_hook, memo=None,\n        _w=WHITESPACE.match, _ws=WHITESPACE_STR):\n    (s, end) = state\n    # Backwards compatibility\n    if memo is None:\n        memo = {}\n    memo_get = memo.setdefault\n    pairs = []\n    # Use a slice to prevent IndexError from being raised, the following\n    # check will raise a more specific ValueError if the string is empty\n    nextchar = s[end:end + 1]\n    # Normally we expect nextchar == '\"'\n    if nextchar != '\"':\n        if nextchar in _ws:\n            end = _w(s, end).end()\n            nextchar = s[end:end + 1]\n        # Trivial empty object\n        if nextchar == '}':\n            if object_pairs_hook is not None:\n                result = object_pairs_hook(pairs)\n                return result, end + 1\n            pairs = {}\n            if object_hook is not None:\n                pairs = object_hook(pairs)\n            return pairs, end + 1\n        elif nextchar != '\"':\n            raise JSONDecodeError(\n                \"Expecting property name enclosed in double quotes or '}'\",\n                s, end)\n    end += 1\n    while True:\n        key, end = scanstring(s, end, encoding, strict)\n        key = memo_get(key, key)\n\n        # To skip some function call overhead we optimize the fast paths where\n        # the JSON key separator is \": \" or just \":\".\n        if s[end:end + 1] != ':':\n            end = _w(s, end).end()\n            if s[end:end + 1] != ':':\n                raise JSONDecodeError(\"Expecting ':' delimiter\", s, end)\n\n        end += 1\n\n        try:\n            if s[end] in _ws:\n                end += 1\n                if s[end] in _ws:\n                    end = _w(s, end + 1).end()\n        except IndexError:\n            pass\n\n        value, end = scan_once(s, end)\n        pairs.append((key, value))\n\n        try:\n            nextchar = s[end]\n            if nextchar in _ws:\n                end = _w(s, end + 1).end()\n                nextchar = s[end]\n        except IndexError:\n            nextchar = ''\n        end += 1\n\n        if nextchar == '}':\n            break\n        elif nextchar != ',':\n            raise JSONDecodeError(\"Expecting ',' delimiter or '}'\", s, end - 1)\n\n        try:\n            nextchar = s[end]\n            if nextchar in _ws:\n                end += 1\n                nextchar = s[end]\n                if nextchar in _ws:\n                    end = _w(s, end + 1).end()\n                    nextchar = s[end]\n        except IndexError:\n            nextchar = ''\n\n        end += 1\n        if nextchar != '\"':\n            raise JSONDecodeError(\n                \"Expecting property name enclosed in double quotes\",\n                s, end - 1)\n\n    if object_pairs_hook is not None:\n        result = object_pairs_hook(pairs)\n        return result, end\n    pairs = dict(pairs)\n    if object_hook is not None:\n        pairs = object_hook(pairs)\n    return pairs, end\n\ndef JSONArray(state, scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):\n    (s, end) = state\n    values = []\n    nextchar = s[end:end + 1]\n    if nextchar in _ws:\n        end = _w(s, end + 1).end()\n        nextchar = s[end:end + 1]\n    # Look-ahead for trivial empty array\n    if nextchar == ']':\n        return values, end + 1\n    elif nextchar == '':\n        raise JSONDecodeError(\"Expecting value or ']'\", s, end)\n    _append = values.append\n    while True:\n        value, end = scan_once(s, end)\n        _append(value)\n        nextchar = s[end:end + 1]\n        if nextchar in _ws:\n            end = _w(s, end + 1).end()\n            nextchar = s[end:end + 1]\n        end += 1\n        if nextchar == ']':\n            break\n        elif nextchar != ',':\n            raise JSONDecodeError(\"Expecting ',' delimiter or ']'\", s, end - 1)\n\n        try:\n            if s[end] in _ws:\n                end += 1\n                if s[end] in _ws:\n                    end = _w(s, end + 1).end()\n        except IndexError:\n            pass\n\n    return values, end\n\nclass JSONDecoder(object):\n    \"\"\"Simple JSON <http://json.org> decoder\n\n    Performs the following translations in decoding by default:\n\n    +---------------+-------------------+\n    | JSON          | Python            |\n    +===============+===================+\n    | object        | dict              |\n    +---------------+-------------------+\n    | array         | list              |\n    +---------------+-------------------+\n    | string        | str, unicode      |\n    +---------------+-------------------+\n    | number (int)  | int, long         |\n    +---------------+-------------------+\n    | number (real) | float             |\n    +---------------+-------------------+\n    | true          | True              |\n    +---------------+-------------------+\n    | false         | False             |\n    +---------------+-------------------+\n    | null          | None              |\n    +---------------+-------------------+\n\n    When allow_nan=True, it also understands\n    ``NaN``, ``Infinity``, and ``-Infinity`` as\n    their corresponding ``float`` values, which is outside the JSON spec.\n\n    \"\"\"\n\n    def __init__(self, encoding=None, object_hook=None, parse_float=None,\n            parse_int=None, parse_constant=None, strict=True,\n            object_pairs_hook=None, allow_nan=False):\n        \"\"\"\n        *encoding* determines the encoding used to interpret any\n        :class:`str` objects decoded by this instance (``'utf-8'`` by\n        default).  It has no effect when decoding :class:`unicode` objects.\n\n        Note that currently only encodings that are a superset of ASCII work,\n        strings of other encodings should be passed in as :class:`unicode`.\n\n        *object_hook*, if specified, will be called with the result of every\n        JSON object decoded and its return value will be used in place of the\n        given :class:`dict`.  This can be used to provide custom\n        deserializations (e.g. to support JSON-RPC class hinting).\n\n        *object_pairs_hook* is an optional function that will be called with\n        the result of any object literal decode with an ordered list of pairs.\n        The return value of *object_pairs_hook* will be used instead of the\n        :class:`dict`.  This feature can be used to implement custom decoders\n        that rely on the order that the key and value pairs are decoded (for\n        example, :func:`collections.OrderedDict` will remember the order of\n        insertion). If *object_hook* is also defined, the *object_pairs_hook*\n        takes priority.\n\n        *parse_float*, if specified, will be called with the string of every\n        JSON float to be decoded.  By default, this is equivalent to\n        ``float(num_str)``. This can be used to use another datatype or parser\n        for JSON floats (e.g. :class:`decimal.Decimal`).\n\n        *parse_int*, if specified, will be called with the string of every\n        JSON int to be decoded.  By default, this is equivalent to\n        ``int(num_str)``.  This can be used to use another datatype or parser\n        for JSON integers (e.g. :class:`float`).\n\n        *allow_nan*, if True (default false), will allow the parser to\n        accept the non-standard floats ``NaN``, ``Infinity``, and ``-Infinity``.\n\n        *parse_constant*, if specified, will be\n        called with one of the following strings: ``'-Infinity'``,\n        ``'Infinity'``, ``'NaN'``. It is not recommended to use this feature,\n        as it is rare to parse non-compliant JSON containing these values.\n\n        *strict* controls the parser's behavior when it encounters an\n        invalid control character in a string. The default setting of\n        ``True`` means that unescaped control characters are parse errors, if\n        ``False`` then control characters will be allowed in strings.\n\n        \"\"\"\n        if encoding is None:\n            encoding = DEFAULT_ENCODING\n        self.encoding = encoding\n        self.object_hook = object_hook\n        self.object_pairs_hook = object_pairs_hook\n        self.parse_float = parse_float or float\n        self.parse_int = parse_int or bounded_int\n        self.parse_constant = parse_constant or (allow_nan and _CONSTANTS.__getitem__ or None)\n        self.strict = strict\n        self.parse_object = JSONObject\n        self.parse_array = JSONArray\n        self.parse_string = scanstring\n        self.memo = {}\n        self.scan_once = make_scanner(self)\n\n    def decode(self, s, _w=WHITESPACE.match, _PY3=PY3):\n        \"\"\"Return the Python representation of ``s`` (a ``str`` or ``unicode``\n        instance containing a JSON document)\n\n        \"\"\"\n        if _PY3 and isinstance(s, bytes):\n            s = str(s, self.encoding)\n        obj, end = self.raw_decode(s)\n        end = _w(s, end).end()\n        if end != len(s):\n            raise JSONDecodeError(\"Extra data\", s, end, len(s))\n        return obj\n\n    def raw_decode(self, s, idx=0, _w=WHITESPACE.match, _PY3=PY3):\n        \"\"\"Decode a JSON document from ``s`` (a ``str`` or ``unicode``\n        beginning with a JSON document) and return a 2-tuple of the Python\n        representation and the index in ``s`` where the document ended.\n        Optionally, ``idx`` can be used to specify an offset in ``s`` where\n        the JSON document begins.\n\n        This can be used to decode a JSON document from a string that may\n        have extraneous data at the end.\n\n        \"\"\"\n        if idx < 0:\n            # Ensure that raw_decode bails on negative indexes, the regex\n            # would otherwise mask this behavior. #98\n            raise JSONDecodeError('Expecting value', s, idx)\n        if _PY3 and not isinstance(s, str):\n            raise TypeError(\"Input string must be text, not bytes\")\n        # strip UTF-8 bom\n        if len(s) > idx:\n            ord0 = ord(s[idx])\n            if ord0 == 0xfeff:\n                idx += 1\n            elif ord0 == 0xef and s[idx:idx + 3] == '\\xef\\xbb\\xbf':\n                idx += 3\n        return self.scan_once(s, idx=_w(s, idx).end())\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/encoder.py",
    "content": "\"\"\"Implementation of JSONEncoder\n\"\"\"\nfrom __future__ import absolute_import\nimport re\nfrom operator import itemgetter\n# Do not import Decimal directly to avoid reload issues\nimport decimal\nfrom .compat import binary_type, text_type, string_types, integer_types, PY3\ndef _import_speedups():\n    try:\n        from . import _speedups\n        return _speedups.encode_basestring_ascii, _speedups.make_encoder\n    except ImportError:\n        return None, None\nc_encode_basestring_ascii, c_make_encoder = _import_speedups()\n\nfrom .decoder import PosInf\nfrom .raw_json import RawJSON\n\nESCAPE = re.compile(r'[\\x00-\\x1f\\\\\"]')\nESCAPE_ASCII = re.compile(r'([\\\\\"]|[^\\ -~])')\nHAS_UTF8 = re.compile(r'[\\x80-\\xff]')\nESCAPE_DCT = {\n    '\\\\': '\\\\\\\\',\n    '\"': '\\\\\"',\n    '\\b': '\\\\b',\n    '\\f': '\\\\f',\n    '\\n': '\\\\n',\n    '\\r': '\\\\r',\n    '\\t': '\\\\t',\n}\nfor i in range(0x20):\n    #ESCAPE_DCT.setdefault(chr(i), '\\\\u{0:04x}'.format(i))\n    ESCAPE_DCT.setdefault(chr(i), '\\\\u%04x' % (i,))\ndel i\n\nFLOAT_REPR = repr\n\ndef encode_basestring(s, _PY3=PY3, _q=u'\"'):\n    \"\"\"Return a JSON representation of a Python string\n\n    \"\"\"\n    if _PY3:\n        if isinstance(s, bytes):\n            s = str(s, 'utf-8')\n        elif type(s) is not str:\n            # convert an str subclass instance to exact str\n            # raise a TypeError otherwise\n            s = str.__str__(s)\n    else:\n        if isinstance(s, str) and HAS_UTF8.search(s) is not None:\n            s = unicode(s, 'utf-8')\n        elif type(s) not in (str, unicode):\n            # convert an str subclass instance to exact str\n            # convert a unicode subclass instance to exact unicode\n            # raise a TypeError otherwise\n            if isinstance(s, str):\n                s = str.__str__(s)\n            else:\n                s = unicode.__getnewargs__(s)[0]\n    def replace(match):\n        return ESCAPE_DCT[match.group(0)]\n    return _q + ESCAPE.sub(replace, s) + _q\n\n\ndef py_encode_basestring_ascii(s, _PY3=PY3):\n    \"\"\"Return an ASCII-only JSON representation of a Python string\n\n    \"\"\"\n    if _PY3:\n        if isinstance(s, bytes):\n            s = str(s, 'utf-8')\n        elif type(s) is not str:\n            # convert an str subclass instance to exact str\n            # raise a TypeError otherwise\n            s = str.__str__(s)\n    else:\n        if isinstance(s, str) and HAS_UTF8.search(s) is not None:\n            s = unicode(s, 'utf-8')\n        elif type(s) not in (str, unicode):\n            # convert an str subclass instance to exact str\n            # convert a unicode subclass instance to exact unicode\n            # raise a TypeError otherwise\n            if isinstance(s, str):\n                s = str.__str__(s)\n            else:\n                s = unicode.__getnewargs__(s)[0]\n    def replace(match):\n        s = match.group(0)\n        try:\n            return ESCAPE_DCT[s]\n        except KeyError:\n            n = ord(s)\n            if n < 0x10000:\n                #return '\\\\u{0:04x}'.format(n)\n                return '\\\\u%04x' % (n,)\n            else:\n                # surrogate pair\n                n -= 0x10000\n                s1 = 0xd800 | ((n >> 10) & 0x3ff)\n                s2 = 0xdc00 | (n & 0x3ff)\n                #return '\\\\u{0:04x}\\\\u{1:04x}'.format(s1, s2)\n                return '\\\\u%04x\\\\u%04x' % (s1, s2)\n    return '\"' + str(ESCAPE_ASCII.sub(replace, s)) + '\"'\n\n\nencode_basestring_ascii = (\n    c_encode_basestring_ascii or py_encode_basestring_ascii)\n\nclass JSONEncoder(object):\n    \"\"\"Extensible JSON <http://json.org> encoder for Python data structures.\n\n    Supports the following objects and types by default:\n\n    +-------------------+---------------+\n    | Python            | JSON          |\n    +===================+===============+\n    | dict, namedtuple  | object        |\n    +-------------------+---------------+\n    | list, tuple       | array         |\n    +-------------------+---------------+\n    | str, unicode      | string        |\n    +-------------------+---------------+\n    | int, long, float  | number        |\n    +-------------------+---------------+\n    | True              | true          |\n    +-------------------+---------------+\n    | False             | false         |\n    +-------------------+---------------+\n    | None              | null          |\n    +-------------------+---------------+\n\n    To extend this to recognize other objects, subclass and implement a\n    ``.default()`` method with another method that returns a serializable\n    object for ``o`` if possible, otherwise it should call the superclass\n    implementation (to raise ``TypeError``).\n\n    \"\"\"\n    item_separator = ', '\n    key_separator = ': '\n\n    def __init__(self, skipkeys=False, ensure_ascii=True,\n                 check_circular=True, allow_nan=False, sort_keys=False,\n                 indent=None, separators=None, encoding='utf-8', default=None,\n                 use_decimal=True, namedtuple_as_object=True,\n                 tuple_as_array=True, bigint_as_string=False,\n                 item_sort_key=None, for_json=False, ignore_nan=False,\n                 int_as_string_bitcount=None, iterable_as_array=False):\n        \"\"\"Constructor for JSONEncoder, with sensible defaults.\n\n        If skipkeys is false, then it is a TypeError to attempt\n        encoding of keys that are not str, int, long, float or None.  If\n        skipkeys is True, such items are simply skipped.\n\n        If ensure_ascii is true, the output is guaranteed to be str\n        objects with all incoming unicode characters escaped.  If\n        ensure_ascii is false, the output will be unicode object.\n\n        If check_circular is true, then lists, dicts, and custom encoded\n        objects will be checked for circular references during encoding to\n        prevent an infinite recursion (which would cause an OverflowError).\n        Otherwise, no such check takes place.\n\n        If allow_nan is true (default: False), then out of range float\n        values (nan, inf, -inf) will be serialized to\n        their JavaScript equivalents (NaN, Infinity, -Infinity)\n        instead of raising a ValueError. See\n        ignore_nan for ECMA-262 compliant behavior.\n\n        If sort_keys is true, then the output of dictionaries will be\n        sorted by key; this is useful for regression tests to ensure\n        that JSON serializations can be compared on a day-to-day basis.\n\n        If indent is a string, then JSON array elements and object members\n        will be pretty-printed with a newline followed by that string repeated\n        for each level of nesting. ``None`` (the default) selects the most compact\n        representation without any newlines. For backwards compatibility with\n        versions of simplejson earlier than 2.1.0, an integer is also accepted\n        and is converted to a string with that many spaces.\n\n        If specified, separators should be an (item_separator, key_separator)\n        tuple.  The default is (', ', ': ') if *indent* is ``None`` and\n        (',', ': ') otherwise.  To get the most compact JSON representation,\n        you should specify (',', ':') to eliminate whitespace.\n\n        If specified, default is a function that gets called for objects\n        that can't otherwise be serialized.  It should return a JSON encodable\n        version of the object or raise a ``TypeError``.\n\n        If encoding is not None, then all input strings will be\n        transformed into unicode using that encoding prior to JSON-encoding.\n        The default is UTF-8.\n\n        If use_decimal is true (default: ``True``), ``decimal.Decimal`` will\n        be supported directly by the encoder. For the inverse, decode JSON\n        with ``parse_float=decimal.Decimal``.\n\n        If namedtuple_as_object is true (the default), objects with\n        ``_asdict()`` methods will be encoded as JSON objects.\n\n        If tuple_as_array is true (the default), tuple (and subclasses) will\n        be encoded as JSON arrays.\n\n        If *iterable_as_array* is true (default: ``False``),\n        any object not in the above table that implements ``__iter__()``\n        will be encoded as a JSON array.\n\n        If bigint_as_string is true (not the default), ints 2**53 and higher\n        or lower than -2**53 will be encoded as strings. This is to avoid the\n        rounding that happens in Javascript otherwise.\n\n        If int_as_string_bitcount is a positive number (n), then int of size\n        greater than or equal to 2**n or lower than or equal to -2**n will be\n        encoded as strings.\n\n        If specified, item_sort_key is a callable used to sort the items in\n        each dictionary. This is useful if you want to sort items other than\n        in alphabetical order by key.\n\n        If for_json is true (not the default), objects with a ``for_json()``\n        method will use the return value of that method for encoding as JSON\n        instead of the object.\n\n        If *ignore_nan* is true (default: ``False``), then out of range\n        :class:`float` values (``nan``, ``inf``, ``-inf``) will be serialized\n        as ``null`` in compliance with the ECMA-262 specification. If true,\n        this will override *allow_nan*.\n\n        \"\"\"\n\n        self.skipkeys = skipkeys\n        self.ensure_ascii = ensure_ascii\n        self.check_circular = check_circular\n        self.allow_nan = allow_nan\n        self.sort_keys = sort_keys\n        self.use_decimal = use_decimal\n        self.namedtuple_as_object = namedtuple_as_object\n        self.tuple_as_array = tuple_as_array\n        self.iterable_as_array = iterable_as_array\n        self.bigint_as_string = bigint_as_string\n        self.item_sort_key = item_sort_key\n        self.for_json = for_json\n        self.ignore_nan = ignore_nan\n        self.int_as_string_bitcount = int_as_string_bitcount\n        if indent is not None and not isinstance(indent, string_types):\n            indent = indent * ' '\n        self.indent = indent\n        if separators is not None:\n            self.item_separator, self.key_separator = separators\n        elif indent is not None:\n            self.item_separator = ','\n        if default is not None:\n            self.default = default\n        self.encoding = encoding\n\n    def default(self, o):\n        \"\"\"Implement this method in a subclass such that it returns\n        a serializable object for ``o``, or calls the base implementation\n        (to raise a ``TypeError``).\n\n        For example, to support arbitrary iterators, you could\n        implement default like this::\n\n            def default(self, o):\n                try:\n                    iterable = iter(o)\n                except TypeError:\n                    pass\n                else:\n                    return list(iterable)\n                return JSONEncoder.default(self, o)\n\n        \"\"\"\n        raise TypeError('Object of type %s is not JSON serializable' %\n                        o.__class__.__name__)\n\n    def encode(self, o):\n        \"\"\"Return a JSON string representation of a Python data structure.\n\n        >>> from simplejson import JSONEncoder\n        >>> JSONEncoder().encode({\"foo\": [\"bar\", \"baz\"]})\n        '{\"foo\": [\"bar\", \"baz\"]}'\n\n        \"\"\"\n        # This is for extremely simple cases and benchmarks.\n        if isinstance(o, binary_type):\n            _encoding = self.encoding\n            if (_encoding is not None and not (_encoding == 'utf-8')):\n                o = text_type(o, _encoding)\n        if isinstance(o, string_types):\n            if self.ensure_ascii:\n                return encode_basestring_ascii(o)\n            else:\n                return encode_basestring(o)\n        # This doesn't pass the iterator directly to ''.join() because the\n        # exceptions aren't as detailed.  The list call should be roughly\n        # equivalent to the PySequence_Fast that ''.join() would do.\n        chunks = self.iterencode(o)\n        if not isinstance(chunks, (list, tuple)):\n            chunks = list(chunks)\n        if self.ensure_ascii:\n            return ''.join(chunks)\n        else:\n            return u''.join(chunks)\n\n    def iterencode(self, o):\n        \"\"\"Encode the given object and yield each string\n        representation as available.\n\n        For example::\n\n            for chunk in JSONEncoder().iterencode(bigobject):\n                mysocket.write(chunk)\n\n        \"\"\"\n        if self.check_circular:\n            markers = {}\n        else:\n            markers = None\n        if self.ensure_ascii:\n            _encoder = encode_basestring_ascii\n        else:\n            _encoder = encode_basestring\n        if self.encoding != 'utf-8' and self.encoding is not None:\n            def _encoder(o, _orig_encoder=_encoder, _encoding=self.encoding):\n                if isinstance(o, binary_type):\n                    o = text_type(o, _encoding)\n                return _orig_encoder(o)\n\n        def floatstr(o, allow_nan=self.allow_nan, ignore_nan=self.ignore_nan,\n                _repr=FLOAT_REPR, _inf=PosInf, _neginf=-PosInf):\n            # Check for specials. Note that this type of test is processor\n            # and/or platform-specific, so do tests which don't depend on\n            # the internals.\n\n            if o != o:\n                text = 'NaN'\n            elif o == _inf:\n                text = 'Infinity'\n            elif o == _neginf:\n                text = '-Infinity'\n            else:\n                if type(o) != float:\n                    # See #118, do not trust custom str/repr\n                    o = float(o)\n                return _repr(o)\n\n            if ignore_nan:\n                text = 'null'\n            elif not allow_nan:\n                raise ValueError(\n                    \"Out of range float values are not JSON compliant: \" +\n                    repr(o))\n\n            return text\n\n        key_memo = {}\n        int_as_string_bitcount = (\n            53 if self.bigint_as_string else self.int_as_string_bitcount)\n        if (c_make_encoder is not None and self.indent is None):\n            _iterencode = c_make_encoder(\n                markers, self.default, _encoder, self.indent,\n                self.key_separator, self.item_separator, self.sort_keys,\n                self.skipkeys, self.allow_nan, key_memo, self.use_decimal,\n                self.namedtuple_as_object, self.tuple_as_array,\n                int_as_string_bitcount,\n                self.item_sort_key, self.encoding, self.for_json,\n                self.ignore_nan, decimal.Decimal, self.iterable_as_array)\n        else:\n            _iterencode = _make_iterencode(\n                markers, self.default, _encoder, self.indent, floatstr,\n                self.key_separator, self.item_separator, self.sort_keys,\n                self.skipkeys, self.use_decimal,\n                self.namedtuple_as_object, self.tuple_as_array,\n                int_as_string_bitcount,\n                self.item_sort_key, self.encoding, self.for_json,\n                self.iterable_as_array, Decimal=decimal.Decimal)\n        try:\n            return _iterencode(o, 0)\n        finally:\n            key_memo.clear()\n\n\nclass JSONEncoderForHTML(JSONEncoder):\n    \"\"\"An encoder that produces JSON safe to embed in HTML.\n\n    To embed JSON content in, say, a script tag on a web page, the\n    characters &, < and > should be escaped. They cannot be escaped\n    with the usual entities (e.g. &amp;) because they are not expanded\n    within <script> tags.\n\n    This class also escapes the line separator and paragraph separator\n    characters U+2028 and U+2029, irrespective of the ensure_ascii setting,\n    as these characters are not valid in JavaScript strings (see\n    http://timelessrepo.com/json-isnt-a-javascript-subset).\n    \"\"\"\n\n    def encode(self, o):\n        # Override JSONEncoder.encode because it has hacks for\n        # performance that make things more complicated.\n        chunks = self.iterencode(o)\n        if self.ensure_ascii:\n            return ''.join(chunks)\n        else:\n            return u''.join(chunks)\n\n    def iterencode(self, o):\n        chunks = super(JSONEncoderForHTML, self).iterencode(o)\n        for chunk in chunks:\n            chunk = chunk.replace('&', '\\\\u0026')\n            chunk = chunk.replace('<', '\\\\u003c')\n            chunk = chunk.replace('>', '\\\\u003e')\n\n            if not self.ensure_ascii:\n                chunk = chunk.replace(u'\\u2028', '\\\\u2028')\n                chunk = chunk.replace(u'\\u2029', '\\\\u2029')\n\n            yield chunk\n\n\ndef _make_iterencode(markers, _default, _encoder, _indent, _floatstr,\n        _key_separator, _item_separator, _sort_keys, _skipkeys,\n        _use_decimal, _namedtuple_as_object, _tuple_as_array,\n        _int_as_string_bitcount, _item_sort_key,\n        _encoding,_for_json,\n        _iterable_as_array,\n        ## HACK: hand-optimized bytecode; turn globals into locals\n        _PY3=PY3,\n        ValueError=ValueError,\n        string_types=string_types,\n        Decimal=None,\n        dict=dict,\n        float=float,\n        id=id,\n        integer_types=integer_types,\n        isinstance=isinstance,\n        list=list,\n        str=str,\n        tuple=tuple,\n        iter=iter,\n    ):\n    if _use_decimal and Decimal is None:\n        Decimal = decimal.Decimal\n    if _item_sort_key and not callable(_item_sort_key):\n        raise TypeError(\"item_sort_key must be None or callable\")\n    elif _sort_keys and not _item_sort_key:\n        _item_sort_key = itemgetter(0)\n\n    if (_int_as_string_bitcount is not None and\n        (_int_as_string_bitcount <= 0 or\n         not isinstance(_int_as_string_bitcount, integer_types))):\n        raise TypeError(\"int_as_string_bitcount must be a positive integer\")\n\n    def call_method(obj, method_name):\n        method = getattr(obj, method_name, None)\n        if callable(method):\n            try:\n                return (method(),)\n            except TypeError:\n                pass\n        return None\n\n    def _encode_int(value):\n        skip_quoting = (\n            _int_as_string_bitcount is None\n            or\n            _int_as_string_bitcount < 1\n        )\n        if type(value) not in integer_types:\n            # See #118, do not trust custom str/repr\n            value = int(value)\n        if (\n            skip_quoting or\n            (-1 << _int_as_string_bitcount)\n            < value <\n            (1 << _int_as_string_bitcount)\n        ):\n            return str(value)\n        return '\"' + str(value) + '\"'\n\n    def _iterencode_list(lst, _current_indent_level):\n        if not lst:\n            yield '[]'\n            return\n        if markers is not None:\n            markerid = id(lst)\n            if markerid in markers:\n                raise ValueError(\"Circular reference detected\")\n            markers[markerid] = lst\n        buf = '['\n        if _indent is not None:\n            _current_indent_level += 1\n            newline_indent = '\\n' + (_indent * _current_indent_level)\n            separator = _item_separator + newline_indent\n            buf += newline_indent\n        else:\n            newline_indent = None\n            separator = _item_separator\n        first = True\n        for value in lst:\n            if first:\n                first = False\n            else:\n                buf = separator\n            if isinstance(value, string_types):\n                yield buf + _encoder(value)\n            elif _PY3 and isinstance(value, bytes) and _encoding is not None:\n                yield buf + _encoder(value)\n            elif isinstance(value, RawJSON):\n                yield buf + value.encoded_json\n            elif value is None:\n                yield buf + 'null'\n            elif value is True:\n                yield buf + 'true'\n            elif value is False:\n                yield buf + 'false'\n            elif isinstance(value, integer_types):\n                yield buf + _encode_int(value)\n            elif isinstance(value, float):\n                yield buf + _floatstr(value)\n            elif _use_decimal and isinstance(value, Decimal):\n                yield buf + str(value)\n            else:\n                yield buf\n                for_json = _for_json and call_method(value, 'for_json')\n                if for_json:\n                    chunks = _iterencode(for_json[0], _current_indent_level)\n                elif isinstance(value, list):\n                    chunks = _iterencode_list(value, _current_indent_level)\n                else:\n                    _asdict = _namedtuple_as_object and call_method(value, '_asdict')\n                    if _asdict:\n                        dct = _asdict[0]\n                        if not isinstance(dct, dict):\n                            raise TypeError(\"_asdict() must return a dict, not %s\" % (type(dct).__name__,))\n                        chunks = _iterencode_dict(dct,\n                                                  _current_indent_level)\n                    elif _tuple_as_array and isinstance(value, tuple):\n                        chunks = _iterencode_list(value, _current_indent_level)\n                    elif isinstance(value, dict):\n                        chunks = _iterencode_dict(value, _current_indent_level)\n                    else:\n                        chunks = _iterencode(value, _current_indent_level)\n                for chunk in chunks:\n                    yield chunk\n        if first:\n            # iterable_as_array misses the fast path at the top\n            yield '[]'\n        else:\n            if newline_indent is not None:\n                _current_indent_level -= 1\n                yield '\\n' + (_indent * _current_indent_level)\n            yield ']'\n        if markers is not None:\n            del markers[markerid]\n\n    def _stringify_key(key):\n        if isinstance(key, string_types): # pragma: no cover\n            pass\n        elif _PY3 and isinstance(key, bytes) and _encoding is not None:\n            key = str(key, _encoding)\n        elif isinstance(key, float):\n            key = _floatstr(key)\n        elif key is True:\n            key = 'true'\n        elif key is False:\n            key = 'false'\n        elif key is None:\n            key = 'null'\n        elif isinstance(key, integer_types):\n            if type(key) not in integer_types:\n                # See #118, do not trust custom str/repr\n                key = int(key)\n            key = str(key)\n        elif _use_decimal and isinstance(key, Decimal):\n            key = str(key)\n        elif _skipkeys:\n            key = None\n        else:\n            raise TypeError('keys must be str, int, float, bool or None, '\n                            'not %s' % key.__class__.__name__)\n        return key\n\n    def _iterencode_dict(dct, _current_indent_level):\n        if not dct:\n            yield '{}'\n            return\n        if markers is not None:\n            markerid = id(dct)\n            if markerid in markers:\n                raise ValueError(\"Circular reference detected\")\n            markers[markerid] = dct\n        yield '{'\n        if _indent is not None:\n            _current_indent_level += 1\n            newline_indent = '\\n' + (_indent * _current_indent_level)\n            item_separator = _item_separator + newline_indent\n            yield newline_indent\n        else:\n            newline_indent = None\n            item_separator = _item_separator\n        first = True\n        if _PY3:\n            iteritems = dct.items()\n        else:\n            iteritems = dct.iteritems()\n        if _item_sort_key:\n            items = []\n            for k, v in dct.items():\n                if not isinstance(k, string_types):\n                    k = _stringify_key(k)\n                    if k is None:\n                        continue\n                items.append((k, v))\n            items.sort(key=_item_sort_key)\n        else:\n            items = iteritems\n        for key, value in items:\n            if not (_item_sort_key or isinstance(key, string_types)):\n                key = _stringify_key(key)\n                if key is None:\n                    # _skipkeys must be True\n                    continue\n            if first:\n                first = False\n            else:\n                yield item_separator\n            yield _encoder(key)\n            yield _key_separator\n            if isinstance(value, string_types):\n                yield _encoder(value)\n            elif _PY3 and isinstance(value, bytes) and _encoding is not None:\n                yield _encoder(value)\n            elif isinstance(value, RawJSON):\n                yield value.encoded_json\n            elif value is None:\n                yield 'null'\n            elif value is True:\n                yield 'true'\n            elif value is False:\n                yield 'false'\n            elif isinstance(value, integer_types):\n                yield _encode_int(value)\n            elif isinstance(value, float):\n                yield _floatstr(value)\n            elif _use_decimal and isinstance(value, Decimal):\n                yield str(value)\n            else:\n                for_json = _for_json and call_method(value, 'for_json')\n                if for_json:\n                    chunks = _iterencode(for_json[0], _current_indent_level)\n                elif isinstance(value, list):\n                    chunks = _iterencode_list(value, _current_indent_level)\n                else:\n                    _asdict = _namedtuple_as_object and call_method(value, '_asdict')\n                    if _asdict:\n                        dct = _asdict[0]\n                        if not isinstance(dct, dict):\n                            raise TypeError(\"_asdict() must return a dict, not %s\" % (type(dct).__name__,))\n                        chunks = _iterencode_dict(dct,\n                                                  _current_indent_level)\n                    elif _tuple_as_array and isinstance(value, tuple):\n                        chunks = _iterencode_list(value, _current_indent_level)\n                    elif isinstance(value, dict):\n                        chunks = _iterencode_dict(value, _current_indent_level)\n                    else:\n                        chunks = _iterencode(value, _current_indent_level)\n                for chunk in chunks:\n                    yield chunk\n        if newline_indent is not None:\n            _current_indent_level -= 1\n            yield '\\n' + (_indent * _current_indent_level)\n        yield '}'\n        if markers is not None:\n            del markers[markerid]\n\n    def _iterencode(o, _current_indent_level):\n        if isinstance(o, string_types):\n            yield _encoder(o)\n        elif _PY3 and isinstance(o, bytes) and _encoding is not None:\n            yield _encoder(o)\n        elif isinstance(o, RawJSON):\n            yield o.encoded_json\n        elif o is None:\n            yield 'null'\n        elif o is True:\n            yield 'true'\n        elif o is False:\n            yield 'false'\n        elif isinstance(o, integer_types):\n            yield _encode_int(o)\n        elif isinstance(o, float):\n            yield _floatstr(o)\n        else:\n            for_json = _for_json and call_method(o, 'for_json')\n            if for_json:\n                for chunk in _iterencode(for_json[0], _current_indent_level):\n                    yield chunk\n            elif isinstance(o, list):\n                for chunk in _iterencode_list(o, _current_indent_level):\n                    yield chunk\n            else:\n                _asdict = _namedtuple_as_object and call_method(o, '_asdict')\n                if _asdict:\n                    dct = _asdict[0]\n                    if not isinstance(dct, dict):\n                        raise TypeError(\"_asdict() must return a dict, not %s\" % (type(dct).__name__,))\n                    for chunk in _iterencode_dict(dct, _current_indent_level):\n                        yield chunk\n                elif (_tuple_as_array and isinstance(o, tuple)):\n                    for chunk in _iterencode_list(o, _current_indent_level):\n                        yield chunk\n                elif isinstance(o, dict):\n                    for chunk in _iterencode_dict(o, _current_indent_level):\n                        yield chunk\n                elif _use_decimal and isinstance(o, Decimal):\n                    yield str(o)\n                else:\n                    while _iterable_as_array:\n                        # Markers are not checked here because it is valid for\n                        # an iterable to return self.\n                        try:\n                            o = iter(o)\n                        except TypeError:\n                            break\n                        for chunk in _iterencode_list(o, _current_indent_level):\n                            yield chunk\n                        return\n                    if markers is not None:\n                        markerid = id(o)\n                        if markerid in markers:\n                            raise ValueError(\"Circular reference detected\")\n                        markers[markerid] = o\n                    o = _default(o)\n                    for chunk in _iterencode(o, _current_indent_level):\n                        yield chunk\n                    if markers is not None:\n                        del markers[markerid]\n\n    return _iterencode\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/errors.py",
    "content": "\"\"\"Error classes used by simplejson\n\"\"\"\n__all__ = ['JSONDecodeError']\n\n\ndef linecol(doc, pos):\n    lineno = doc.count('\\n', 0, pos) + 1\n    if lineno == 1:\n        colno = pos + 1\n    else:\n        colno = pos - doc.rindex('\\n', 0, pos)\n    return lineno, colno\n\n\ndef errmsg(msg, doc, pos, end=None):\n    lineno, colno = linecol(doc, pos)\n    msg = msg.replace('%r', repr(doc[pos:pos + 1]))\n    if end is None:\n        fmt = '%s: line %d column %d (char %d)'\n        return fmt % (msg, lineno, colno, pos)\n    endlineno, endcolno = linecol(doc, end)\n    fmt = '%s: line %d column %d - line %d column %d (char %d - %d)'\n    return fmt % (msg, lineno, colno, endlineno, endcolno, pos, end)\n\n\nclass JSONDecodeError(ValueError):\n    \"\"\"Subclass of ValueError with the following additional properties:\n\n    msg: The unformatted error message\n    doc: The JSON document being parsed\n    pos: The start index of doc where parsing failed\n    end: The end index of doc where parsing failed (may be None)\n    lineno: The line corresponding to pos\n    colno: The column corresponding to pos\n    endlineno: The line corresponding to end (may be None)\n    endcolno: The column corresponding to end (may be None)\n\n    \"\"\"\n    # Note that this exception is used from _speedups\n    def __init__(self, msg, doc, pos, end=None):\n        ValueError.__init__(self, errmsg(msg, doc, pos, end=end))\n        self.msg = msg\n        self.doc = doc\n        self.pos = pos\n        self.end = end\n        self.lineno, self.colno = linecol(doc, pos)\n        if end is not None:\n            self.endlineno, self.endcolno = linecol(doc, end)\n        else:\n            self.endlineno, self.endcolno = None, None\n\n    def __reduce__(self):\n        return self.__class__, (self.msg, self.doc, self.pos, self.end)\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/ordered_dict.py",
    "content": "\"\"\"Drop-in replacement for collections.OrderedDict by Raymond Hettinger\n\nhttp://code.activestate.com/recipes/576693/\n\n\"\"\"\nfrom UserDict import DictMixin\n\nclass OrderedDict(dict, DictMixin):\n\n    def __init__(self, *args, **kwds):\n        if len(args) > 1:\n            raise TypeError('expected at most 1 arguments, got %d' % len(args))\n        try:\n            self.__end\n        except AttributeError:\n            self.clear()\n        self.update(*args, **kwds)\n\n    def clear(self):\n        self.__end = end = []\n        end += [None, end, end]         # sentinel node for doubly linked list\n        self.__map = {}                 # key --> [key, prev, next]\n        dict.clear(self)\n\n    def __setitem__(self, key, value):\n        if key not in self:\n            end = self.__end\n            curr = end[1]\n            curr[2] = end[1] = self.__map[key] = [key, curr, end]\n        dict.__setitem__(self, key, value)\n\n    def __delitem__(self, key):\n        dict.__delitem__(self, key)\n        key, prev, next = self.__map.pop(key)\n        prev[2] = next\n        next[1] = prev\n\n    def __iter__(self):\n        end = self.__end\n        curr = end[2]\n        while curr is not end:\n            yield curr[0]\n            curr = curr[2]\n\n    def __reversed__(self):\n        end = self.__end\n        curr = end[1]\n        while curr is not end:\n            yield curr[0]\n            curr = curr[1]\n\n    def popitem(self, last=True):\n        if not self:\n            raise KeyError('dictionary is empty')\n        key = reversed(self).next() if last else iter(self).next()\n        value = self.pop(key)\n        return key, value\n\n    def __reduce__(self):\n        items = [[k, self[k]] for k in self]\n        tmp = self.__map, self.__end\n        del self.__map, self.__end\n        inst_dict = vars(self).copy()\n        self.__map, self.__end = tmp\n        if inst_dict:\n            return (self.__class__, (items,), inst_dict)\n        return self.__class__, (items,)\n\n    def keys(self):\n        return list(self)\n\n    setdefault = DictMixin.setdefault\n    update = DictMixin.update\n    pop = DictMixin.pop\n    values = DictMixin.values\n    items = DictMixin.items\n    iterkeys = DictMixin.iterkeys\n    itervalues = DictMixin.itervalues\n    iteritems = DictMixin.iteritems\n\n    def __repr__(self):\n        if not self:\n            return '%s()' % (self.__class__.__name__,)\n        return '%s(%r)' % (self.__class__.__name__, self.items())\n\n    def copy(self):\n        return self.__class__(self)\n\n    @classmethod\n    def fromkeys(cls, iterable, value=None):\n        d = cls()\n        for key in iterable:\n            d[key] = value\n        return d\n\n    def __eq__(self, other):\n        if isinstance(other, OrderedDict):\n            return len(self)==len(other) and \\\n                   all(p==q for p, q in  zip(self.items(), other.items()))\n        return dict.__eq__(self, other)\n\n    def __ne__(self, other):\n        return not self == other\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/raw_json.py",
    "content": "\"\"\"Implementation of RawJSON\n\"\"\"\n\nclass RawJSON(object):\n    \"\"\"Wrap an encoded JSON document for direct embedding in the output\n\n    \"\"\"\n    def __init__(self, encoded_json):\n        self.encoded_json = encoded_json\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/scanner.py",
    "content": "\"\"\"JSON token scanner\n\"\"\"\nimport re\nfrom .errors import JSONDecodeError\ndef _import_c_make_scanner():\n    try:\n        from ._speedups import make_scanner\n        return make_scanner\n    except ImportError:\n        return None\nc_make_scanner = _import_c_make_scanner()\n\n__all__ = ['make_scanner', 'JSONDecodeError']\n\nNUMBER_RE = re.compile(\n    r'(-?(?:0|[1-9]\\d*))(\\.\\d+)?([eE][-+]?\\d+)?',\n    (re.VERBOSE | re.MULTILINE | re.DOTALL))\n\n\ndef py_make_scanner(context):\n    parse_object = context.parse_object\n    parse_array = context.parse_array\n    parse_string = context.parse_string\n    match_number = NUMBER_RE.match\n    encoding = context.encoding\n    strict = context.strict\n    parse_float = context.parse_float\n    parse_int = context.parse_int\n    parse_constant = context.parse_constant\n    object_hook = context.object_hook\n    object_pairs_hook = context.object_pairs_hook\n    memo = context.memo\n\n    def _scan_once(string, idx):\n        errmsg = 'Expecting value'\n        try:\n            nextchar = string[idx]\n        except IndexError:\n            raise JSONDecodeError(errmsg, string, idx)\n\n        if nextchar == '\"':\n            return parse_string(string, idx + 1, encoding, strict)\n        elif nextchar == '{':\n            return parse_object((string, idx + 1), encoding, strict,\n                _scan_once, object_hook, object_pairs_hook, memo)\n        elif nextchar == '[':\n            return parse_array((string, idx + 1), _scan_once)\n        elif nextchar == 'n' and string[idx:idx + 4] == 'null':\n            return None, idx + 4\n        elif nextchar == 't' and string[idx:idx + 4] == 'true':\n            return True, idx + 4\n        elif nextchar == 'f' and string[idx:idx + 5] == 'false':\n            return False, idx + 5\n\n        m = match_number(string, idx)\n        if m is not None:\n            integer, frac, exp = m.groups()\n            if frac or exp:\n                res = parse_float(integer + (frac or '') + (exp or ''))\n            else:\n                res = parse_int(integer)\n            return res, m.end()\n        elif parse_constant and nextchar == 'N' and string[idx:idx + 3] == 'NaN':\n            return parse_constant('NaN'), idx + 3\n        elif parse_constant and nextchar == 'I' and string[idx:idx + 8] == 'Infinity':\n            return parse_constant('Infinity'), idx + 8\n        elif parse_constant and nextchar == '-' and string[idx:idx + 9] == '-Infinity':\n            return parse_constant('-Infinity'), idx + 9\n        else:\n            raise JSONDecodeError(errmsg, string, idx)\n\n    def scan_once(string, idx):\n        if idx < 0:\n            # Ensure the same behavior as the C speedup, otherwise\n            # this would work for *some* negative string indices due\n            # to the behavior of __getitem__ for strings. #98\n            raise JSONDecodeError('Expecting value', string, idx)\n        try:\n            return _scan_once(string, idx)\n        finally:\n            memo.clear()\n\n    return scan_once\n\nmake_scanner = c_make_scanner or py_make_scanner\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/__init__.py",
    "content": "from __future__ import absolute_import\nimport unittest\nimport sys\nimport os\n\n\nclass NoExtensionTestSuite(unittest.TestSuite):\n    def run(self, result):\n        import simplejson\n\n        simplejson._toggle_speedups(False)\n        result = unittest.TestSuite.run(self, result)\n        simplejson._toggle_speedups(True)\n        return result\n\n\nclass TestMissingSpeedups(unittest.TestCase):\n    def runTest(self):\n        if hasattr(sys, \"pypy_translation_info\"):\n            \"PyPy doesn't need speedups! :)\"\n        elif hasattr(self, \"skipTest\"):\n            self.skipTest(\"_speedups.so is missing!\")\n\n\ndef additional_tests(suite=None, project_dir=None):\n    import simplejson\n    import simplejson.encoder\n    import simplejson.decoder\n\n    if suite is None:\n        suite = unittest.TestSuite()\n    try:\n        import doctest\n    except ImportError:\n        if sys.version_info < (2, 7):\n            # doctests in 2.6 depends on cStringIO\n            return suite\n        raise\n    for mod in (simplejson, simplejson.encoder, simplejson.decoder):\n        suite.addTest(doctest.DocTestSuite(mod))\n    if project_dir is not None:\n        suite.addTest(\n            doctest.DocFileSuite(\n                os.path.join(project_dir, \"index.rst\"), module_relative=False\n            )\n        )\n    return suite\n\n\ndef all_tests_suite(project_dir=None):\n    def get_suite():\n        suite_names = [\n            \"simplejson.tests.%s\" % (os.path.splitext(f)[0],)\n            for f in os.listdir(os.path.dirname(__file__))\n            if f.startswith(\"test_\") and f.endswith(\".py\")\n        ]\n        return additional_tests(\n            suite=unittest.TestLoader().loadTestsFromNames(suite_names),\n            project_dir=project_dir,\n        )\n\n    suite = get_suite()\n    import simplejson\n\n    if simplejson._import_c_make_encoder() is None:\n        suite.addTest(TestMissingSpeedups())\n    else:\n        suite = unittest.TestSuite(\n            [\n                suite,\n                NoExtensionTestSuite([get_suite()]),\n            ]\n        )\n    return suite\n\n\ndef main(project_dir=None):\n    runner = unittest.TextTestRunner(verbosity=1 + sys.argv.count(\"-v\"))\n    suite = all_tests_suite(project_dir=project_dir)\n    raise SystemExit(not runner.run(suite).wasSuccessful())\n\n\nif __name__ == \"__main__\":\n    import os\n    import sys\n\n    project_dir = os.path.dirname(\n        os.path.dirname(os.path.dirname(os.path.abspath(__file__)))\n    )\n    sys.path.insert(0, project_dir)\n    main(project_dir=project_dir)\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/_cibw_runner.py",
    "content": "\"\"\"Internal module for running tests from cibuildwheel\"\"\"\n\nimport sys\nimport simplejson.tests\n\nif __name__ == '__main__':\n    simplejson.tests.main(project_dir=sys.argv[1])\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_bigint_as_string.py",
    "content": "from unittest import TestCase\n\nimport simplejson as json\n\n\nclass TestBigintAsString(TestCase):\n    # Python 2.5, at least the one that ships on Mac OS X, calculates\n    # 2 ** 53 as 0! It manages to calculate 1 << 53 correctly.\n    values = [(200, 200),\n              ((1 << 53) - 1, 9007199254740991),\n              ((1 << 53), '9007199254740992'),\n              ((1 << 53) + 1, '9007199254740993'),\n              (-100, -100),\n              ((-1 << 53), '-9007199254740992'),\n              ((-1 << 53) - 1, '-9007199254740993'),\n              ((-1 << 53) + 1, -9007199254740991)]\n\n    options = (\n        {\"bigint_as_string\": True},\n        {\"int_as_string_bitcount\": 53}\n    )\n\n    def test_ints(self):\n        for opts in self.options:\n            for val, expect in self.values:\n                self.assertEqual(\n                    val,\n                    json.loads(json.dumps(val)))\n                self.assertEqual(\n                    expect,\n                    json.loads(json.dumps(val, **opts)))\n\n    def test_lists(self):\n        for opts in self.options:\n            for val, expect in self.values:\n                val = [val, val]\n                expect = [expect, expect]\n                self.assertEqual(\n                    val,\n                    json.loads(json.dumps(val)))\n                self.assertEqual(\n                    expect,\n                    json.loads(json.dumps(val, **opts)))\n\n    def test_dicts(self):\n        for opts in self.options:\n            for val, expect in self.values:\n                val = {'k': val}\n                expect = {'k': expect}\n                self.assertEqual(\n                    val,\n                    json.loads(json.dumps(val)))\n                self.assertEqual(\n                    expect,\n                    json.loads(json.dumps(val, **opts)))\n\n    def test_dict_keys(self):\n        for opts in self.options:\n            for val, _ in self.values:\n                expect = {str(val): 'value'}\n                val = {val: 'value'}\n                self.assertEqual(\n                    expect,\n                    json.loads(json.dumps(val)))\n                self.assertEqual(\n                    expect,\n                    json.loads(json.dumps(val, **opts)))\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_bitsize_int_as_string.py",
    "content": "from unittest import TestCase\n\nimport simplejson as json\n\n\nclass TestBitSizeIntAsString(TestCase):\n    # Python 2.5, at least the one that ships on Mac OS X, calculates\n    # 2 ** 31 as 0! It manages to calculate 1 << 31 correctly.\n    values = [\n        (200, 200),\n        ((1 << 31) - 1, (1 << 31) - 1),\n        ((1 << 31), str(1 << 31)),\n        ((1 << 31) + 1, str((1 << 31) + 1)),\n        (-100, -100),\n        ((-1 << 31), str(-1 << 31)),\n        ((-1 << 31) - 1, str((-1 << 31) - 1)),\n        ((-1 << 31) + 1, (-1 << 31) + 1),\n    ]\n\n    def test_invalid_counts(self):\n        for n in ['foo', -1, 0, 1.0]:\n            self.assertRaises(\n                TypeError,\n                json.dumps, 0, int_as_string_bitcount=n)\n\n    def test_ints_outside_range_fails(self):\n        self.assertNotEqual(\n            str(1 << 15),\n            json.loads(json.dumps(1 << 15, int_as_string_bitcount=16)),\n            )\n\n    def test_ints(self):\n        for val, expect in self.values:\n            self.assertEqual(\n                val,\n                json.loads(json.dumps(val)))\n            self.assertEqual(\n                expect,\n                json.loads(json.dumps(val, int_as_string_bitcount=31)),\n                )\n\n    def test_lists(self):\n        for val, expect in self.values:\n            val = [val, val]\n            expect = [expect, expect]\n            self.assertEqual(\n                val,\n                json.loads(json.dumps(val)))\n            self.assertEqual(\n                expect,\n                json.loads(json.dumps(val, int_as_string_bitcount=31)))\n\n    def test_dicts(self):\n        for val, expect in self.values:\n            val = {'k': val}\n            expect = {'k': expect}\n            self.assertEqual(\n                val,\n                json.loads(json.dumps(val)))\n            self.assertEqual(\n                expect,\n                json.loads(json.dumps(val, int_as_string_bitcount=31)))\n\n    def test_dict_keys(self):\n        for val, _ in self.values:\n            expect = {str(val): 'value'}\n            val = {val: 'value'}\n            self.assertEqual(\n                expect,\n                json.loads(json.dumps(val)))\n            self.assertEqual(\n                expect,\n                json.loads(json.dumps(val, int_as_string_bitcount=31)))\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_check_circular.py",
    "content": "from unittest import TestCase\nimport simplejson as json\n\ndef default_iterable(obj):\n    return list(obj)\n\nclass TestCheckCircular(TestCase):\n    def test_circular_dict(self):\n        dct = {}\n        dct['a'] = dct\n        self.assertRaises(ValueError, json.dumps, dct)\n\n    def test_circular_list(self):\n        lst = []\n        lst.append(lst)\n        self.assertRaises(ValueError, json.dumps, lst)\n\n    def test_circular_composite(self):\n        dct2 = {}\n        dct2['a'] = []\n        dct2['a'].append(dct2)\n        self.assertRaises(ValueError, json.dumps, dct2)\n\n    def test_circular_default(self):\n        json.dumps([set()], default=default_iterable)\n        self.assertRaises(TypeError, json.dumps, [set()])\n\n    def test_circular_off_default(self):\n        json.dumps([set()], default=default_iterable, check_circular=False)\n        self.assertRaises(TypeError, json.dumps, [set()], check_circular=False)\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_decimal.py",
    "content": "import decimal\nfrom decimal import Decimal\nfrom unittest import TestCase\nfrom simplejson.compat import StringIO, reload_module\n\nimport simplejson as json\n\nclass TestDecimal(TestCase):\n    NUMS = \"1.0\", \"10.00\", \"1.1\", \"1234567890.1234567890\", \"500\"\n    def dumps(self, obj, **kw):\n        sio = StringIO()\n        json.dump(obj, sio, **kw)\n        res = json.dumps(obj, **kw)\n        self.assertEqual(res, sio.getvalue())\n        return res\n\n    def loads(self, s, **kw):\n        sio = StringIO(s)\n        res = json.loads(s, **kw)\n        self.assertEqual(res, json.load(sio, **kw))\n        return res\n\n    def test_decimal_encode(self):\n        for d in map(Decimal, self.NUMS):\n            self.assertEqual(self.dumps(d, use_decimal=True), str(d))\n\n    def test_decimal_decode(self):\n        for s in self.NUMS:\n            self.assertEqual(self.loads(s, parse_float=Decimal), Decimal(s))\n\n    def test_stringify_key(self):\n        for d in map(Decimal, self.NUMS):\n            v = {d: d}\n            self.assertEqual(\n                self.loads(\n                    self.dumps(v, use_decimal=True), parse_float=Decimal),\n                {str(d): d})\n\n    def test_decimal_roundtrip(self):\n        for d in map(Decimal, self.NUMS):\n            # The type might not be the same (int and Decimal) but they\n            # should still compare equal.\n            for v in [d, [d], {'': d}]:\n                self.assertEqual(\n                    self.loads(\n                        self.dumps(v, use_decimal=True), parse_float=Decimal),\n                    v)\n\n    def test_decimal_defaults(self):\n        d = Decimal('1.1')\n        # use_decimal=True is the default\n        self.assertRaises(TypeError, json.dumps, d, use_decimal=False)\n        self.assertEqual('1.1', json.dumps(d))\n        self.assertEqual('1.1', json.dumps(d, use_decimal=True))\n        self.assertRaises(TypeError, json.dump, d, StringIO(),\n                          use_decimal=False)\n        sio = StringIO()\n        json.dump(d, sio)\n        self.assertEqual('1.1', sio.getvalue())\n        sio = StringIO()\n        json.dump(d, sio, use_decimal=True)\n        self.assertEqual('1.1', sio.getvalue())\n\n    def test_decimal_reload(self):\n        # Simulate a subinterpreter that reloads the Python modules but not\n        # the C code https://github.com/simplejson/simplejson/issues/34\n        global Decimal\n        Decimal = reload_module(decimal).Decimal\n        import simplejson.encoder\n        simplejson.encoder.Decimal = Decimal\n        self.test_decimal_roundtrip()\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_decode.py",
    "content": "from __future__ import absolute_import\nimport decimal\nfrom unittest import TestCase\n\nimport sys\nimport simplejson as json\nfrom simplejson.compat import StringIO, b, binary_type\nfrom simplejson import OrderedDict\n\nclass MisbehavingBytesSubtype(binary_type):\n    def decode(self, encoding=None):\n        return \"bad decode\"\n    def __str__(self):\n        return \"bad __str__\"\n    def __bytes__(self):\n        return b(\"bad __bytes__\")\n\nclass TestDecode(TestCase):\n    if not hasattr(TestCase, 'assertIs'):\n        def assertIs(self, a, b):\n            self.assertTrue(a is b, '%r is %r' % (a, b))\n\n    def test_decimal(self):\n        rval = json.loads('1.1', parse_float=decimal.Decimal)\n        self.assertTrue(isinstance(rval, decimal.Decimal))\n        self.assertEqual(rval, decimal.Decimal('1.1'))\n\n    def test_float(self):\n        rval = json.loads('1', parse_int=float)\n        self.assertTrue(isinstance(rval, float))\n        self.assertEqual(rval, 1.0)\n\n    def test_decoder_optimizations(self):\n        # Several optimizations were made that skip over calls to\n        # the whitespace regex, so this test is designed to try and\n        # exercise the uncommon cases. The array cases are already covered.\n        rval = json.loads('{   \"key\"    :    \"value\"    ,  \"k\":\"v\"    }')\n        self.assertEqual(rval, {\"key\":\"value\", \"k\":\"v\"})\n\n    def test_empty_objects(self):\n        s = '{}'\n        self.assertEqual(json.loads(s), eval(s))\n        s = '[]'\n        self.assertEqual(json.loads(s), eval(s))\n        s = '\"\"'\n        self.assertEqual(json.loads(s), eval(s))\n\n    def test_object_pairs_hook(self):\n        s = '{\"xkd\":1, \"kcw\":2, \"art\":3, \"hxm\":4, \"qrt\":5, \"pad\":6, \"hoy\":7}'\n        p = [(\"xkd\", 1), (\"kcw\", 2), (\"art\", 3), (\"hxm\", 4),\n             (\"qrt\", 5), (\"pad\", 6), (\"hoy\", 7)]\n        self.assertEqual(json.loads(s), eval(s))\n        self.assertEqual(json.loads(s, object_pairs_hook=lambda x: x), p)\n        self.assertEqual(json.load(StringIO(s),\n                                   object_pairs_hook=lambda x: x), p)\n        od = json.loads(s, object_pairs_hook=OrderedDict)\n        self.assertEqual(od, OrderedDict(p))\n        self.assertEqual(type(od), OrderedDict)\n        # the object_pairs_hook takes priority over the object_hook\n        self.assertEqual(json.loads(s,\n                                    object_pairs_hook=OrderedDict,\n                                    object_hook=lambda x: None),\n                         OrderedDict(p))\n\n    def check_keys_reuse(self, source, loads):\n        rval = loads(source)\n        (a, b), (c, d) = sorted(rval[0]), sorted(rval[1])\n        self.assertIs(a, c)\n        self.assertIs(b, d)\n\n    def test_keys_reuse_str(self):\n        s = u'[{\"a_key\": 1, \"b_\\xe9\": 2}, {\"a_key\": 3, \"b_\\xe9\": 4}]'.encode('utf8')\n        self.check_keys_reuse(s, json.loads)\n\n    def test_keys_reuse_unicode(self):\n        s = u'[{\"a_key\": 1, \"b_\\xe9\": 2}, {\"a_key\": 3, \"b_\\xe9\": 4}]'\n        self.check_keys_reuse(s, json.loads)\n\n    def test_empty_strings(self):\n        self.assertEqual(json.loads('\"\"'), \"\")\n        self.assertEqual(json.loads(u'\"\"'), u\"\")\n        self.assertEqual(json.loads('[\"\"]'), [\"\"])\n        self.assertEqual(json.loads(u'[\"\"]'), [u\"\"])\n\n    def test_raw_decode(self):\n        cls = json.decoder.JSONDecoder\n        self.assertEqual(\n            ({'a': {}}, 9),\n            cls().raw_decode(\"{\\\"a\\\": {}}\"))\n        # http://code.google.com/p/simplejson/issues/detail?id=85\n        self.assertEqual(\n            ({'a': {}}, 9),\n            cls(object_pairs_hook=dict).raw_decode(\"{\\\"a\\\": {}}\"))\n        # https://github.com/simplejson/simplejson/pull/38\n        self.assertEqual(\n            ({'a': {}}, 11),\n            cls().raw_decode(\" \\n{\\\"a\\\": {}}\"))\n\n    def test_bytes_decode(self):\n        cls = json.decoder.JSONDecoder\n        data = b('\"\\xe2\\x82\\xac\"')\n        self.assertEqual(cls().decode(data), u'\\u20ac')\n        self.assertEqual(cls(encoding='latin1').decode(data), u'\\xe2\\x82\\xac')\n        self.assertEqual(cls(encoding=None).decode(data), u'\\u20ac')\n\n        data = MisbehavingBytesSubtype(b('\"\\xe2\\x82\\xac\"'))\n        self.assertEqual(cls().decode(data), u'\\u20ac')\n        self.assertEqual(cls(encoding='latin1').decode(data), u'\\xe2\\x82\\xac')\n        self.assertEqual(cls(encoding=None).decode(data), u'\\u20ac')\n\n    def test_bounds_checking(self):\n        # https://github.com/simplejson/simplejson/issues/98\n        j = json.decoder.JSONDecoder()\n        for i in [4, 5, 6, -1, -2, -3, -4, -5, -6]:\n            self.assertRaises(ValueError, j.scan_once, '1234', i)\n            self.assertRaises(ValueError, j.raw_decode, '1234', i)\n        x, y = sorted(['128931233', '472389423'], key=id)\n        diff = id(x) - id(y)\n        self.assertRaises(ValueError, j.scan_once, y, diff)\n        self.assertRaises(ValueError, j.raw_decode, y, i)\n\n    def test_bounded_int(self):\n        # SJ-PT-23-03, limit quadratic number parsing per Python 3.11\n        max_str_digits = getattr(sys, 'get_int_max_str_digits', lambda: 4300)()\n        s = '1' + '0' * (max_str_digits - 1)\n        self.assertEqual(json.loads(s), int(s))\n        self.assertRaises(ValueError, json.loads, s + '0')\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_default.py",
    "content": "from unittest import TestCase\n\nimport simplejson as json\n\nclass TestDefault(TestCase):\n    def test_default(self):\n        self.assertEqual(\n            json.dumps(type, default=repr),\n            json.dumps(repr(type)))\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_dump.py",
    "content": "from unittest import TestCase\nfrom simplejson.compat import StringIO, long_type, b, binary_type, text_type, PY3\nimport simplejson as json\n\nclass MisbehavingTextSubtype(text_type):\n    def __str__(self):\n        return \"FAIL!\"\n\nclass MisbehavingBytesSubtype(binary_type):\n    def decode(self, encoding=None):\n        return \"bad decode\"\n    def __str__(self):\n        return \"bad __str__\"\n    def __bytes__(self):\n        return b(\"bad __bytes__\")\n\ndef as_text_type(s):\n    if PY3 and isinstance(s, bytes):\n        return s.decode('ascii')\n    return s\n\ndef decode_iso_8859_15(b):\n    return b.decode('iso-8859-15')\n\nclass TestDump(TestCase):\n    def test_dump(self):\n        sio = StringIO()\n        json.dump({}, sio)\n        self.assertEqual(sio.getvalue(), '{}')\n\n    def test_constants(self):\n        for c in [None, True, False]:\n            self.assertTrue(json.loads(json.dumps(c)) is c)\n            self.assertTrue(json.loads(json.dumps([c]))[0] is c)\n            self.assertTrue(json.loads(json.dumps({'a': c}))['a'] is c)\n\n    def test_stringify_key(self):\n        items = [(b('bytes'), 'bytes'),\n                 (1.0, '1.0'),\n                 (10, '10'),\n                 (True, 'true'),\n                 (False, 'false'),\n                 (None, 'null'),\n                 (long_type(100), '100')]\n        for k, expect in items:\n            self.assertEqual(\n                json.loads(json.dumps({k: expect})),\n                {expect: expect})\n            self.assertEqual(\n                json.loads(json.dumps({k: expect}, sort_keys=True)),\n                {expect: expect})\n        self.assertRaises(TypeError, json.dumps, {json: 1})\n        for v in [{}, {'other': 1}, {b('derp'): 1, 'herp': 2}]:\n            for sort_keys in [False, True]:\n                v0 = dict(v)\n                v0[json] = 1\n                v1 = dict((as_text_type(key), val) for (key, val) in v.items())\n                self.assertEqual(\n                    json.loads(json.dumps(v0, skipkeys=True, sort_keys=sort_keys)),\n                    v1)\n                self.assertEqual(\n                    json.loads(json.dumps({'': v0}, skipkeys=True, sort_keys=sort_keys)),\n                    {'': v1})\n                self.assertEqual(\n                    json.loads(json.dumps([v0], skipkeys=True, sort_keys=sort_keys)),\n                    [v1])\n\n    def test_dumps(self):\n        self.assertEqual(json.dumps({}), '{}')\n\n    def test_encode_truefalse(self):\n        self.assertEqual(json.dumps(\n                 {True: False, False: True}, sort_keys=True),\n                 '{\"false\": true, \"true\": false}')\n        self.assertEqual(\n            json.dumps(\n                {2: 3.0,\n                 4.0: long_type(5),\n                 False: 1,\n                 long_type(6): True,\n                 \"7\": 0},\n                sort_keys=True),\n            '{\"2\": 3.0, \"4.0\": 5, \"6\": true, \"7\": 0, \"false\": 1}')\n\n    def test_ordered_dict(self):\n        # http://bugs.python.org/issue6105\n        items = [('one', 1), ('two', 2), ('three', 3), ('four', 4), ('five', 5)]\n        s = json.dumps(json.OrderedDict(items))\n        self.assertEqual(\n            s,\n            '{\"one\": 1, \"two\": 2, \"three\": 3, \"four\": 4, \"five\": 5}')\n\n    def test_indent_unknown_type_acceptance(self):\n        \"\"\"\n        A test against the regression mentioned at `github issue 29`_.\n\n        The indent parameter should accept any type which pretends to be\n        an instance of int or long when it comes to being multiplied by\n        strings, even if it is not actually an int or long, for\n        backwards compatibility.\n\n        .. _github issue 29:\n           http://github.com/simplejson/simplejson/issue/29\n        \"\"\"\n\n        class AwesomeInt(object):\n            \"\"\"An awesome reimplementation of integers\"\"\"\n\n            def __init__(self, *args, **kwargs):\n                if len(args) > 0:\n                    # [construct from literals, objects, etc.]\n                    # ...\n\n                    # Finally, if args[0] is an integer, store it\n                    if isinstance(args[0], int):\n                        self._int = args[0]\n\n            # [various methods]\n\n            def __mul__(self, other):\n                # [various ways to multiply AwesomeInt objects]\n                # ... finally, if the right-hand operand is not awesome enough,\n                # try to do a normal integer multiplication\n                if hasattr(self, '_int'):\n                    return self._int * other\n                else:\n                    raise NotImplementedError(\"To do non-awesome things with\"\n                        \" this object, please construct it from an integer!\")\n\n        s = json.dumps([0, 1, 2], indent=AwesomeInt(3))\n        self.assertEqual(s, '[\\n   0,\\n   1,\\n   2\\n]')\n\n    def test_accumulator(self):\n        # the C API uses an accumulator that collects after 100,000 appends\n        lst = [0] * 100000\n        self.assertEqual(json.loads(json.dumps(lst)), lst)\n\n    def test_sort_keys(self):\n        # https://github.com/simplejson/simplejson/issues/106\n        for num_keys in range(2, 32):\n            p = dict((str(x), x) for x in range(num_keys))\n            sio = StringIO()\n            json.dump(p, sio, sort_keys=True)\n            self.assertEqual(sio.getvalue(), json.dumps(p, sort_keys=True))\n            self.assertEqual(json.loads(sio.getvalue()), p)\n\n    def test_misbehaving_text_subtype(self):\n        # https://github.com/simplejson/simplejson/issues/185\n        text = \"this is some text\"\n        self.assertEqual(\n            json.dumps(MisbehavingTextSubtype(text)),\n            json.dumps(text)\n        )\n        self.assertEqual(\n            json.dumps([MisbehavingTextSubtype(text)]),\n            json.dumps([text])\n        )\n        self.assertEqual(\n            json.dumps({MisbehavingTextSubtype(text): 42}),\n            json.dumps({text: 42})\n        )\n\n    def test_misbehaving_bytes_subtype(self):\n        data = b(\"this is some data \\xe2\\x82\\xac\")\n        self.assertEqual(\n            json.dumps(MisbehavingBytesSubtype(data)),\n            json.dumps(data)\n        )\n        self.assertEqual(\n            json.dumps([MisbehavingBytesSubtype(data)]),\n            json.dumps([data])\n        )\n        self.assertEqual(\n            json.dumps({MisbehavingBytesSubtype(data): 42}),\n            json.dumps({data: 42})\n        )\n\n    def test_bytes_toplevel(self):\n        self.assertEqual(json.dumps(b('\\xe2\\x82\\xac')), r'\"\\u20ac\"')\n        self.assertRaises(UnicodeDecodeError, json.dumps, b('\\xa4'))\n        self.assertEqual(json.dumps(b('\\xa4'), encoding='iso-8859-1'),\n                         r'\"\\u00a4\"')\n        self.assertEqual(json.dumps(b('\\xa4'), encoding='iso-8859-15'),\n                         r'\"\\u20ac\"')\n        if PY3:\n            self.assertRaises(TypeError, json.dumps, b('\\xe2\\x82\\xac'),\n                              encoding=None)\n            self.assertRaises(TypeError, json.dumps, b('\\xa4'),\n                              encoding=None)\n            self.assertEqual(json.dumps(b('\\xa4'), encoding=None,\n                                        default=decode_iso_8859_15),\n                            r'\"\\u20ac\"')\n        else:\n            self.assertEqual(json.dumps(b('\\xe2\\x82\\xac'), encoding=None),\n                             r'\"\\u20ac\"')\n            self.assertRaises(UnicodeDecodeError, json.dumps, b('\\xa4'),\n                              encoding=None)\n            self.assertRaises(UnicodeDecodeError, json.dumps, b('\\xa4'),\n                              encoding=None, default=decode_iso_8859_15)\n\n    def test_bytes_nested(self):\n        self.assertEqual(json.dumps([b('\\xe2\\x82\\xac')]), r'[\"\\u20ac\"]')\n        self.assertRaises(UnicodeDecodeError, json.dumps, [b('\\xa4')])\n        self.assertEqual(json.dumps([b('\\xa4')], encoding='iso-8859-1'),\n                         r'[\"\\u00a4\"]')\n        self.assertEqual(json.dumps([b('\\xa4')], encoding='iso-8859-15'),\n                         r'[\"\\u20ac\"]')\n        if PY3:\n            self.assertRaises(TypeError, json.dumps, [b('\\xe2\\x82\\xac')],\n                              encoding=None)\n            self.assertRaises(TypeError, json.dumps, [b('\\xa4')],\n                              encoding=None)\n            self.assertEqual(json.dumps([b('\\xa4')], encoding=None,\n                                        default=decode_iso_8859_15),\n                             r'[\"\\u20ac\"]')\n        else:\n            self.assertEqual(json.dumps([b('\\xe2\\x82\\xac')], encoding=None),\n                             r'[\"\\u20ac\"]')\n            self.assertRaises(UnicodeDecodeError, json.dumps, [b('\\xa4')],\n                              encoding=None)\n            self.assertRaises(UnicodeDecodeError, json.dumps, [b('\\xa4')],\n                              encoding=None, default=decode_iso_8859_15)\n\n    def test_bytes_key(self):\n        self.assertEqual(json.dumps({b('\\xe2\\x82\\xac'): 42}), r'{\"\\u20ac\": 42}')\n        self.assertRaises(UnicodeDecodeError, json.dumps, {b('\\xa4'): 42})\n        self.assertEqual(json.dumps({b('\\xa4'): 42}, encoding='iso-8859-1'),\n                         r'{\"\\u00a4\": 42}')\n        self.assertEqual(json.dumps({b('\\xa4'): 42}, encoding='iso-8859-15'),\n                         r'{\"\\u20ac\": 42}')\n        if PY3:\n            self.assertRaises(TypeError, json.dumps, {b('\\xe2\\x82\\xac'): 42},\n                              encoding=None)\n            self.assertRaises(TypeError, json.dumps, {b('\\xa4'): 42},\n                              encoding=None)\n            self.assertRaises(TypeError, json.dumps, {b('\\xa4'): 42},\n                              encoding=None, default=decode_iso_8859_15)\n            self.assertEqual(json.dumps({b('\\xa4'): 42}, encoding=None,\n                                        skipkeys=True),\n                             r'{}')\n        else:\n            self.assertEqual(json.dumps({b('\\xe2\\x82\\xac'): 42}, encoding=None),\n                             r'{\"\\u20ac\": 42}')\n            self.assertRaises(UnicodeDecodeError, json.dumps, {b('\\xa4'): 42},\n                              encoding=None)\n            self.assertRaises(UnicodeDecodeError, json.dumps, {b('\\xa4'): 42},\n                              encoding=None, default=decode_iso_8859_15)\n            self.assertRaises(UnicodeDecodeError, json.dumps, {b('\\xa4'): 42},\n                              encoding=None, skipkeys=True)\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_encode_basestring_ascii.py",
    "content": "from unittest import TestCase\n\nimport simplejson.encoder\nfrom simplejson.compat import b\n\nCASES = [\n    (u'/\\\\\"\\ucafe\\ubabe\\uab98\\ufcde\\ubcda\\uef4a\\x08\\x0c\\n\\r\\t`1~!@#$%^&*()_+-=[]{}|;:\\',./<>?', '\"/\\\\\\\\\\\\\"\\\\ucafe\\\\ubabe\\\\uab98\\\\ufcde\\\\ubcda\\\\uef4a\\\\b\\\\f\\\\n\\\\r\\\\t`1~!@#$%^&*()_+-=[]{}|;:\\',./<>?\"'),\n    (u'\\u0123\\u4567\\u89ab\\ucdef\\uabcd\\uef4a', '\"\\\\u0123\\\\u4567\\\\u89ab\\\\ucdef\\\\uabcd\\\\uef4a\"'),\n    (u'controls', '\"controls\"'),\n    (u'\\x08\\x0c\\n\\r\\t', '\"\\\\b\\\\f\\\\n\\\\r\\\\t\"'),\n    (u'{\"object with 1 member\":[\"array with 1 element\"]}', '\"{\\\\\"object with 1 member\\\\\":[\\\\\"array with 1 element\\\\\"]}\"'),\n    (u' s p a c e d ', '\" s p a c e d \"'),\n    (u'\\U0001d120', '\"\\\\ud834\\\\udd20\"'),\n    (u'\\u03b1\\u03a9', '\"\\\\u03b1\\\\u03a9\"'),\n    (b('\\xce\\xb1\\xce\\xa9'), '\"\\\\u03b1\\\\u03a9\"'),\n    (u'\\u03b1\\u03a9', '\"\\\\u03b1\\\\u03a9\"'),\n    (b('\\xce\\xb1\\xce\\xa9'), '\"\\\\u03b1\\\\u03a9\"'),\n    (u'\\u03b1\\u03a9', '\"\\\\u03b1\\\\u03a9\"'),\n    (u'\\u03b1\\u03a9', '\"\\\\u03b1\\\\u03a9\"'),\n    (u\"`1~!@#$%^&*()_+-={':[,]}|;.</>?\", '\"`1~!@#$%^&*()_+-={\\':[,]}|;.</>?\"'),\n    (u'\\x08\\x0c\\n\\r\\t', '\"\\\\b\\\\f\\\\n\\\\r\\\\t\"'),\n    (u'\\u0123\\u4567\\u89ab\\ucdef\\uabcd\\uef4a', '\"\\\\u0123\\\\u4567\\\\u89ab\\\\ucdef\\\\uabcd\\\\uef4a\"'),\n]\n\nclass TestEncodeBaseStringAscii(TestCase):\n    def test_py_encode_basestring_ascii(self):\n        self._test_encode_basestring_ascii(simplejson.encoder.py_encode_basestring_ascii)\n\n    def test_c_encode_basestring_ascii(self):\n        if not simplejson.encoder.c_encode_basestring_ascii:\n            return\n        self._test_encode_basestring_ascii(simplejson.encoder.c_encode_basestring_ascii)\n\n    def _test_encode_basestring_ascii(self, encode_basestring_ascii):\n        fname = encode_basestring_ascii.__name__\n        for input_string, expect in CASES:\n            result = encode_basestring_ascii(input_string)\n            #self.assertEqual(result, expect,\n            #    '{0!r} != {1!r} for {2}({3!r})'.format(\n            #        result, expect, fname, input_string))\n            self.assertEqual(result, expect,\n                '%r != %r for %s(%r)' % (result, expect, fname, input_string))\n\n    def test_sorted_dict(self):\n        items = [('one', 1), ('two', 2), ('three', 3), ('four', 4), ('five', 5)]\n        s = simplejson.dumps(dict(items), sort_keys=True)\n        self.assertEqual(s, '{\"five\": 5, \"four\": 4, \"one\": 1, \"three\": 3, \"two\": 2}')\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_encode_for_html.py",
    "content": "import unittest\n\nimport simplejson as json\n\nclass TestEncodeForHTML(unittest.TestCase):\n\n    def setUp(self):\n        self.decoder = json.JSONDecoder()\n        self.encoder = json.JSONEncoderForHTML()\n        self.non_ascii_encoder = json.JSONEncoderForHTML(ensure_ascii=False)\n\n    def test_basic_encode(self):\n        self.assertEqual(r'\"\\u0026\"', self.encoder.encode('&'))\n        self.assertEqual(r'\"\\u003c\"', self.encoder.encode('<'))\n        self.assertEqual(r'\"\\u003e\"', self.encoder.encode('>'))\n        self.assertEqual(r'\"\\u2028\"', self.encoder.encode(u'\\u2028'))\n\n    def test_non_ascii_basic_encode(self):\n        self.assertEqual(r'\"\\u0026\"', self.non_ascii_encoder.encode('&'))\n        self.assertEqual(r'\"\\u003c\"', self.non_ascii_encoder.encode('<'))\n        self.assertEqual(r'\"\\u003e\"', self.non_ascii_encoder.encode('>'))\n        self.assertEqual(r'\"\\u2028\"', self.non_ascii_encoder.encode(u'\\u2028'))\n\n    def test_basic_roundtrip(self):\n        for char in '&<>':\n            self.assertEqual(\n                char, self.decoder.decode(\n                    self.encoder.encode(char)))\n\n    def test_prevent_script_breakout(self):\n        bad_string = '</script><script>alert(\"gotcha\")</script>'\n        self.assertEqual(\n            r'\"\\u003c/script\\u003e\\u003cscript\\u003e'\n            r'alert(\\\"gotcha\\\")\\u003c/script\\u003e\"',\n            self.encoder.encode(bad_string))\n        self.assertEqual(\n            bad_string, self.decoder.decode(\n                self.encoder.encode(bad_string)))\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_errors.py",
    "content": "import sys, pickle\nfrom unittest import TestCase\n\nimport simplejson as json\nfrom simplejson.compat import text_type, b\n\nclass TestErrors(TestCase):\n    def test_string_keys_error(self):\n        data = [{'a': 'A', 'b': (2, 4), 'c': 3.0, ('d',): 'D tuple'}]\n        try:\n            json.dumps(data)\n        except TypeError:\n            err = sys.exc_info()[1]\n        else:\n            self.fail('Expected TypeError')\n        self.assertEqual(str(err),\n                'keys must be str, int, float, bool or None, not tuple')\n\n    def test_not_serializable(self):\n        try:\n            json.dumps(json)\n        except TypeError:\n            err = sys.exc_info()[1]\n        else:\n            self.fail('Expected TypeError')\n        self.assertEqual(str(err),\n                'Object of type module is not JSON serializable')\n\n    def test_decode_error(self):\n        err = None\n        try:\n            json.loads('{}\\na\\nb')\n        except json.JSONDecodeError:\n            err = sys.exc_info()[1]\n        else:\n            self.fail('Expected JSONDecodeError')\n        self.assertEqual(err.lineno, 2)\n        self.assertEqual(err.colno, 1)\n        self.assertEqual(err.endlineno, 3)\n        self.assertEqual(err.endcolno, 2)\n\n    def test_scan_error(self):\n        err = None\n        for t in (text_type, b):\n            try:\n                json.loads(t('{\"asdf\": \"'))\n            except json.JSONDecodeError:\n                err = sys.exc_info()[1]\n            else:\n                self.fail('Expected JSONDecodeError')\n            self.assertEqual(err.lineno, 1)\n            self.assertEqual(err.colno, 10)\n\n    def test_error_is_pickable(self):\n        err = None\n        try:\n            json.loads('{}\\na\\nb')\n        except json.JSONDecodeError:\n            err = sys.exc_info()[1]\n        else:\n            self.fail('Expected JSONDecodeError')\n        s = pickle.dumps(err)\n        e = pickle.loads(s)\n\n        self.assertEqual(err.msg, e.msg)\n        self.assertEqual(err.doc, e.doc)\n        self.assertEqual(err.pos, e.pos)\n        self.assertEqual(err.end, e.end)\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_fail.py",
    "content": "import sys\nfrom unittest import TestCase\n\nimport simplejson as json\n\n# 2007-10-05\nJSONDOCS = [\n    # http://json.org/JSON_checker/test/fail1.json\n    '\"A JSON payload should be an object or array, not a string.\"',\n    # http://json.org/JSON_checker/test/fail2.json\n    '[\"Unclosed array\"',\n    # http://json.org/JSON_checker/test/fail3.json\n    '{unquoted_key: \"keys must be quoted\"}',\n    # http://json.org/JSON_checker/test/fail4.json\n    '[\"extra comma\",]',\n    # http://json.org/JSON_checker/test/fail5.json\n    '[\"double extra comma\",,]',\n    # http://json.org/JSON_checker/test/fail6.json\n    '[   , \"<-- missing value\"]',\n    # http://json.org/JSON_checker/test/fail7.json\n    '[\"Comma after the close\"],',\n    # http://json.org/JSON_checker/test/fail8.json\n    '[\"Extra close\"]]',\n    # http://json.org/JSON_checker/test/fail9.json\n    '{\"Extra comma\": true,}',\n    # http://json.org/JSON_checker/test/fail10.json\n    '{\"Extra value after close\": true} \"misplaced quoted value\"',\n    # http://json.org/JSON_checker/test/fail11.json\n    '{\"Illegal expression\": 1 + 2}',\n    # http://json.org/JSON_checker/test/fail12.json\n    '{\"Illegal invocation\": alert()}',\n    # http://json.org/JSON_checker/test/fail13.json\n    '{\"Numbers cannot have leading zeroes\": 013}',\n    # http://json.org/JSON_checker/test/fail14.json\n    '{\"Numbers cannot be hex\": 0x14}',\n    # http://json.org/JSON_checker/test/fail15.json\n    '[\"Illegal backslash escape: \\\\x15\"]',\n    # http://json.org/JSON_checker/test/fail16.json\n    '[\\\\naked]',\n    # http://json.org/JSON_checker/test/fail17.json\n    '[\"Illegal backslash escape: \\\\017\"]',\n    # http://json.org/JSON_checker/test/fail18.json\n    '[[[[[[[[[[[[[[[[[[[[\"Too deep\"]]]]]]]]]]]]]]]]]]]]',\n    # http://json.org/JSON_checker/test/fail19.json\n    '{\"Missing colon\" null}',\n    # http://json.org/JSON_checker/test/fail20.json\n    '{\"Double colon\":: null}',\n    # http://json.org/JSON_checker/test/fail21.json\n    '{\"Comma instead of colon\", null}',\n    # http://json.org/JSON_checker/test/fail22.json\n    '[\"Colon instead of comma\": false]',\n    # http://json.org/JSON_checker/test/fail23.json\n    '[\"Bad value\", truth]',\n    # http://json.org/JSON_checker/test/fail24.json\n    \"['single quote']\",\n    # http://json.org/JSON_checker/test/fail25.json\n    '[\"\\ttab\\tcharacter\\tin\\tstring\\t\"]',\n    # http://json.org/JSON_checker/test/fail26.json\n    '[\"tab\\\\   character\\\\   in\\\\  string\\\\  \"]',\n    # http://json.org/JSON_checker/test/fail27.json\n    '[\"line\\nbreak\"]',\n    # http://json.org/JSON_checker/test/fail28.json\n    '[\"line\\\\\\nbreak\"]',\n    # http://json.org/JSON_checker/test/fail29.json\n    '[0e]',\n    # http://json.org/JSON_checker/test/fail30.json\n    '[0e+]',\n    # http://json.org/JSON_checker/test/fail31.json\n    '[0e+-1]',\n    # http://json.org/JSON_checker/test/fail32.json\n    '{\"Comma instead if closing brace\": true,',\n    # http://json.org/JSON_checker/test/fail33.json\n    '[\"mismatch\"}',\n    # http://code.google.com/p/simplejson/issues/detail?id=3\n    u'[\"A\\u001FZ control characters in string\"]',\n    # misc based on coverage\n    '{',\n    '{]',\n    '{\"foo\": \"bar\"]',\n    '{\"foo\": \"bar\"',\n    'nul',\n    'nulx',\n    '-',\n    '-x',\n    '-e',\n    '-e0',\n    '-Infinite',\n    '-Inf',\n    'Infinit',\n    'Infinite',\n    'NaM',\n    'NuN',\n    'falsy',\n    'fal',\n    'trug',\n    'tru',\n    '1e',\n    '1ex',\n    '1e-',\n    '1e-x',\n]\n\nSKIPS = {\n    1: \"why not have a string payload?\",\n    18: \"spec doesn't specify any nesting limitations\",\n}\n\nclass TestFail(TestCase):\n    def test_failures(self):\n        for idx, doc in enumerate(JSONDOCS):\n            idx = idx + 1\n            if idx in SKIPS:\n                json.loads(doc)\n                continue\n            try:\n                json.loads(doc)\n            except json.JSONDecodeError:\n                pass\n            else:\n                self.fail(\"Expected failure for fail%d.json: %r\" % (idx, doc))\n\n    def test_array_decoder_issue46(self):\n        # http://code.google.com/p/simplejson/issues/detail?id=46\n        for doc in [u'[,]', '[,]']:\n            try:\n                json.loads(doc)\n            except json.JSONDecodeError:\n                e = sys.exc_info()[1]\n                self.assertEqual(e.pos, 1)\n                self.assertEqual(e.lineno, 1)\n                self.assertEqual(e.colno, 2)\n            except Exception:\n                e = sys.exc_info()[1]\n                self.fail(\"Unexpected exception raised %r %s\" % (e, e))\n            else:\n                self.fail(\"Unexpected success parsing '[,]'\")\n\n    def test_truncated_input(self):\n        test_cases = [\n            ('', 'Expecting value', 0),\n            ('[', \"Expecting value or ']'\", 1),\n            ('[42', \"Expecting ',' delimiter\", 3),\n            ('[42,', 'Expecting value', 4),\n            ('[\"', 'Unterminated string starting at', 1),\n            ('[\"spam', 'Unterminated string starting at', 1),\n            ('[\"spam\"', \"Expecting ',' delimiter\", 7),\n            ('[\"spam\",', 'Expecting value', 8),\n            ('{', \"Expecting property name enclosed in double quotes or '}'\", 1),\n            ('{\"', 'Unterminated string starting at', 1),\n            ('{\"spam', 'Unterminated string starting at', 1),\n            ('{\"spam\"', \"Expecting ':' delimiter\", 7),\n            ('{\"spam\":', 'Expecting value', 8),\n            ('{\"spam\":42', \"Expecting ',' delimiter\", 10),\n            ('{\"spam\":42,', 'Expecting property name enclosed in double quotes',\n             11),\n            ('\"', 'Unterminated string starting at', 0),\n            ('\"spam', 'Unterminated string starting at', 0),\n            ('[,', \"Expecting value\", 1),\n            ('--', 'Expecting value', 0),\n            ('\"\\x18d', \"Invalid control character %r\", 1),\n        ]\n        for data, msg, idx in test_cases:\n            try:\n                json.loads(data)\n            except json.JSONDecodeError:\n                e = sys.exc_info()[1]\n                self.assertEqual(\n                    e.msg[:len(msg)],\n                    msg,\n                    \"%r doesn't start with %r for %r\" % (e.msg, msg, data))\n                self.assertEqual(\n                    e.pos, idx,\n                    \"pos %r != %r for %r\" % (e.pos, idx, data))\n            except Exception:\n                e = sys.exc_info()[1]\n                self.fail(\"Unexpected exception raised %r %s\" % (e, e))\n            else:\n                self.fail(\"Unexpected success parsing '%r'\" % (data,))\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_float.py",
    "content": "import math\nfrom unittest import TestCase\nfrom simplejson.compat import long_type, text_type\nimport simplejson as json\nfrom simplejson.decoder import NaN, PosInf, NegInf\n\nclass TestFloat(TestCase):\n    def test_degenerates_allow(self):\n        for inf in (PosInf, NegInf):\n            self.assertEqual(json.loads(json.dumps(inf, allow_nan=True), allow_nan=True), inf)\n        # Python 2.5 doesn't have math.isnan\n        nan = json.loads(json.dumps(NaN, allow_nan=True), allow_nan=True)\n        self.assertTrue((0 + nan) != nan)\n\n    def test_degenerates_ignore(self):\n        for f in (PosInf, NegInf, NaN):\n            self.assertEqual(json.loads(json.dumps(f, ignore_nan=True)), None)\n\n    def test_degenerates_deny(self):\n        for f in (PosInf, NegInf, NaN):\n            self.assertRaises(ValueError, json.dumps, f, allow_nan=False)\n        for s in ('Infinity', '-Infinity', 'NaN'):\n            self.assertRaises(ValueError, json.loads, s, allow_nan=False)\n            self.assertRaises(ValueError, json.loads, s)\n\n    def test_floats(self):\n        for num in [1617161771.7650001, math.pi, math.pi**100,\n                    math.pi**-100, 3.1]:\n            self.assertEqual(float(json.dumps(num)), num)\n            self.assertEqual(json.loads(json.dumps(num)), num)\n            self.assertEqual(json.loads(text_type(json.dumps(num))), num)\n\n    def test_ints(self):\n        for num in [1, long_type(1), 1<<32, 1<<64]:\n            self.assertEqual(json.dumps(num), str(num))\n            self.assertEqual(int(json.dumps(num)), num)\n            self.assertEqual(json.loads(json.dumps(num)), num)\n            self.assertEqual(json.loads(text_type(json.dumps(num))), num)\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_for_json.py",
    "content": "import unittest\nimport simplejson as json\n\n\nclass ForJson(object):\n    def for_json(self):\n        return {'for_json': 1}\n\n\nclass NestedForJson(object):\n    def for_json(self):\n        return {'nested': ForJson()}\n\n\nclass ForJsonList(object):\n    def for_json(self):\n        return ['list']\n\n\nclass DictForJson(dict):\n    def for_json(self):\n        return {'alpha': 1}\n\n\nclass ListForJson(list):\n    def for_json(self):\n        return ['list']\n\n\nclass TestForJson(unittest.TestCase):\n    def assertRoundTrip(self, obj, other, for_json=True):\n        if for_json is None:\n            # None will use the default\n            s = json.dumps(obj)\n        else:\n            s = json.dumps(obj, for_json=for_json)\n        self.assertEqual(\n            json.loads(s),\n            other)\n\n    def test_for_json_encodes_stand_alone_object(self):\n        self.assertRoundTrip(\n            ForJson(),\n            ForJson().for_json())\n\n    def test_for_json_encodes_object_nested_in_dict(self):\n        self.assertRoundTrip(\n            {'hooray': ForJson()},\n            {'hooray': ForJson().for_json()})\n\n    def test_for_json_encodes_object_nested_in_list_within_dict(self):\n        self.assertRoundTrip(\n            {'list': [0, ForJson(), 2, 3]},\n            {'list': [0, ForJson().for_json(), 2, 3]})\n\n    def test_for_json_encodes_object_nested_within_object(self):\n        self.assertRoundTrip(\n            NestedForJson(),\n            {'nested': {'for_json': 1}})\n\n    def test_for_json_encodes_list(self):\n        self.assertRoundTrip(\n            ForJsonList(),\n            ForJsonList().for_json())\n\n    def test_for_json_encodes_list_within_object(self):\n        self.assertRoundTrip(\n            {'nested': ForJsonList()},\n            {'nested': ForJsonList().for_json()})\n\n    def test_for_json_encodes_dict_subclass(self):\n        self.assertRoundTrip(\n            DictForJson(a=1),\n            DictForJson(a=1).for_json())\n\n    def test_for_json_encodes_list_subclass(self):\n        self.assertRoundTrip(\n            ListForJson(['l']),\n            ListForJson(['l']).for_json())\n\n    def test_for_json_ignored_if_not_true_with_dict_subclass(self):\n        for for_json in (None, False):\n            self.assertRoundTrip(\n                DictForJson(a=1),\n                {'a': 1},\n                for_json=for_json)\n\n    def test_for_json_ignored_if_not_true_with_list_subclass(self):\n        for for_json in (None, False):\n            self.assertRoundTrip(\n                ListForJson(['l']),\n                ['l'],\n                for_json=for_json)\n\n    def test_raises_typeerror_if_for_json_not_true_with_object(self):\n        self.assertRaises(TypeError, json.dumps, ForJson())\n        self.assertRaises(TypeError, json.dumps, ForJson(), for_json=False)\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_indent.py",
    "content": "from unittest import TestCase\nimport textwrap\n\nimport simplejson as json\nfrom simplejson.compat import StringIO\n\nclass TestIndent(TestCase):\n    def test_indent(self):\n        h = [['blorpie'], ['whoops'], [], 'd-shtaeou', 'd-nthiouh',\n             'i-vhbjkhnth',\n             {'nifty': 87}, {'field': 'yes', 'morefield': False} ]\n\n        expect = textwrap.dedent(\"\"\"\\\n        [\n        \\t[\n        \\t\\t\"blorpie\"\n        \\t],\n        \\t[\n        \\t\\t\"whoops\"\n        \\t],\n        \\t[],\n        \\t\"d-shtaeou\",\n        \\t\"d-nthiouh\",\n        \\t\"i-vhbjkhnth\",\n        \\t{\n        \\t\\t\"nifty\": 87\n        \\t},\n        \\t{\n        \\t\\t\"field\": \"yes\",\n        \\t\\t\"morefield\": false\n        \\t}\n        ]\"\"\")\n\n\n        d1 = json.dumps(h)\n        d2 = json.dumps(h, indent='\\t', sort_keys=True, separators=(',', ': '))\n        d3 = json.dumps(h, indent='  ', sort_keys=True, separators=(',', ': '))\n        d4 = json.dumps(h, indent=2, sort_keys=True, separators=(',', ': '))\n\n        h1 = json.loads(d1)\n        h2 = json.loads(d2)\n        h3 = json.loads(d3)\n        h4 = json.loads(d4)\n\n        self.assertEqual(h1, h)\n        self.assertEqual(h2, h)\n        self.assertEqual(h3, h)\n        self.assertEqual(h4, h)\n        self.assertEqual(d3, expect.replace('\\t', '  '))\n        self.assertEqual(d4, expect.replace('\\t', '  '))\n        # NOTE: Python 2.4 textwrap.dedent converts tabs to spaces,\n        #       so the following is expected to fail. Python 2.4 is not a\n        #       supported platform in simplejson 2.1.0+.\n        self.assertEqual(d2, expect)\n\n    def test_indent0(self):\n        h = {3: 1}\n        def check(indent, expected):\n            d1 = json.dumps(h, indent=indent)\n            self.assertEqual(d1, expected)\n\n            sio = StringIO()\n            json.dump(h, sio, indent=indent)\n            self.assertEqual(sio.getvalue(), expected)\n\n        # indent=0 should emit newlines\n        check(0, '{\\n\"3\": 1\\n}')\n        # indent=None is more compact\n        check(None, '{\"3\": 1}')\n\n    def test_separators(self):\n        lst = [1,2,3,4]\n        expect = '[\\n1,\\n2,\\n3,\\n4\\n]'\n        expect_spaces = '[\\n1, \\n2, \\n3, \\n4\\n]'\n        # Ensure that separators still works\n        self.assertEqual(\n            expect_spaces,\n            json.dumps(lst, indent=0, separators=(', ', ': ')))\n        # Force the new defaults\n        self.assertEqual(\n            expect,\n            json.dumps(lst, indent=0, separators=(',', ': ')))\n        # Added in 2.1.4\n        self.assertEqual(\n            expect,\n            json.dumps(lst, indent=0))\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_item_sort_key.py",
    "content": "from unittest import TestCase\n\nimport simplejson as json\nfrom operator import itemgetter\n\nclass TestItemSortKey(TestCase):\n    def test_simple_first(self):\n        a = {'a': 1, 'c': 5, 'jack': 'jill', 'pick': 'axe', 'array': [1, 5, 6, 9], 'tuple': (83, 12, 3), 'crate': 'dog', 'zeak': 'oh'}\n        self.assertEqual(\n            '{\"a\": 1, \"c\": 5, \"crate\": \"dog\", \"jack\": \"jill\", \"pick\": \"axe\", \"zeak\": \"oh\", \"array\": [1, 5, 6, 9], \"tuple\": [83, 12, 3]}',\n            json.dumps(a, item_sort_key=json.simple_first))\n\n    def test_case(self):\n        a = {'a': 1, 'c': 5, 'Jack': 'jill', 'pick': 'axe', 'Array': [1, 5, 6, 9], 'tuple': (83, 12, 3), 'crate': 'dog', 'zeak': 'oh'}\n        self.assertEqual(\n            '{\"Array\": [1, 5, 6, 9], \"Jack\": \"jill\", \"a\": 1, \"c\": 5, \"crate\": \"dog\", \"pick\": \"axe\", \"tuple\": [83, 12, 3], \"zeak\": \"oh\"}',\n            json.dumps(a, item_sort_key=itemgetter(0)))\n        self.assertEqual(\n            '{\"a\": 1, \"Array\": [1, 5, 6, 9], \"c\": 5, \"crate\": \"dog\", \"Jack\": \"jill\", \"pick\": \"axe\", \"tuple\": [83, 12, 3], \"zeak\": \"oh\"}',\n            json.dumps(a, item_sort_key=lambda kv: kv[0].lower()))\n\n    def test_item_sort_key_value(self):\n        # https://github.com/simplejson/simplejson/issues/173\n        a = {'a': 1, 'b': 0}\n        self.assertEqual(\n            '{\"b\": 0, \"a\": 1}',\n            json.dumps(a, item_sort_key=lambda kv: kv[1]))\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_iterable.py",
    "content": "import unittest\nfrom simplejson.compat import StringIO\n\nimport simplejson as json\n\ndef iter_dumps(obj, **kw):\n    return ''.join(json.JSONEncoder(**kw).iterencode(obj))\n\ndef sio_dump(obj, **kw):\n    sio = StringIO()\n    json.dumps(obj, **kw)\n    return sio.getvalue()\n\nclass TestIterable(unittest.TestCase):\n    def test_iterable(self):\n        for l in ([], [1], [1, 2], [1, 2, 3]):\n            for opts in [{}, {'indent': 2}]:\n                for dumps in (json.dumps, iter_dumps, sio_dump):\n                    expect = dumps(l, **opts)\n                    default_expect = dumps(sum(l), **opts)\n                    # Default is False\n                    self.assertRaises(TypeError, dumps, iter(l), **opts)\n                    self.assertRaises(TypeError, dumps, iter(l), iterable_as_array=False, **opts)\n                    self.assertEqual(expect, dumps(iter(l), iterable_as_array=True, **opts))\n                    # Ensure that the \"default\" gets called\n                    self.assertEqual(default_expect, dumps(iter(l), default=sum, **opts))\n                    self.assertEqual(default_expect, dumps(iter(l), iterable_as_array=False, default=sum, **opts))\n                    # Ensure that the \"default\" does not get called\n                    self.assertEqual(\n                        expect,\n                        dumps(iter(l), iterable_as_array=True, default=sum, **opts))\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_namedtuple.py",
    "content": "from __future__ import absolute_import\nimport unittest\nimport simplejson as json\nfrom simplejson.compat import StringIO\n\ntry:\n    from unittest import mock\nexcept ImportError:\n    mock = None\n\ntry:\n    from collections import namedtuple\nexcept ImportError:\n    class Value(tuple):\n        def __new__(cls, *args):\n            return tuple.__new__(cls, args)\n\n        def _asdict(self):\n            return {'value': self[0]}\n    class Point(tuple):\n        def __new__(cls, *args):\n            return tuple.__new__(cls, args)\n\n        def _asdict(self):\n            return {'x': self[0], 'y': self[1]}\nelse:\n    Value = namedtuple('Value', ['value'])\n    Point = namedtuple('Point', ['x', 'y'])\n\nclass DuckValue(object):\n    def __init__(self, *args):\n        self.value = Value(*args)\n\n    def _asdict(self):\n        return self.value._asdict()\n\nclass DuckPoint(object):\n    def __init__(self, *args):\n        self.point = Point(*args)\n\n    def _asdict(self):\n        return self.point._asdict()\n\nclass DeadDuck(object):\n    _asdict = None\n\nclass DeadDict(dict):\n    _asdict = None\n\nCONSTRUCTORS = [\n    lambda v: v,\n    lambda v: [v],\n    lambda v: [{'key': v}],\n]\n\nclass TestNamedTuple(unittest.TestCase):\n    def test_namedtuple_dumps(self):\n        for v in [Value(1), Point(1, 2), DuckValue(1), DuckPoint(1, 2)]:\n            d = v._asdict()\n            self.assertEqual(d, json.loads(json.dumps(v)))\n            self.assertEqual(\n                d,\n                json.loads(json.dumps(v, namedtuple_as_object=True)))\n            self.assertEqual(d, json.loads(json.dumps(v, tuple_as_array=False)))\n            self.assertEqual(\n                d,\n                json.loads(json.dumps(v, namedtuple_as_object=True,\n                                      tuple_as_array=False)))\n\n    def test_namedtuple_dumps_false(self):\n        for v in [Value(1), Point(1, 2)]:\n            l = list(v)\n            self.assertEqual(\n                l,\n                json.loads(json.dumps(v, namedtuple_as_object=False)))\n            self.assertRaises(TypeError, json.dumps, v,\n                tuple_as_array=False, namedtuple_as_object=False)\n\n    def test_namedtuple_dump(self):\n        for v in [Value(1), Point(1, 2), DuckValue(1), DuckPoint(1, 2)]:\n            d = v._asdict()\n            sio = StringIO()\n            json.dump(v, sio)\n            self.assertEqual(d, json.loads(sio.getvalue()))\n            sio = StringIO()\n            json.dump(v, sio, namedtuple_as_object=True)\n            self.assertEqual(\n                d,\n                json.loads(sio.getvalue()))\n            sio = StringIO()\n            json.dump(v, sio, tuple_as_array=False)\n            self.assertEqual(d, json.loads(sio.getvalue()))\n            sio = StringIO()\n            json.dump(v, sio, namedtuple_as_object=True,\n                      tuple_as_array=False)\n            self.assertEqual(\n                d,\n                json.loads(sio.getvalue()))\n\n    def test_namedtuple_dump_false(self):\n        for v in [Value(1), Point(1, 2)]:\n            l = list(v)\n            sio = StringIO()\n            json.dump(v, sio, namedtuple_as_object=False)\n            self.assertEqual(\n                l,\n                json.loads(sio.getvalue()))\n            self.assertRaises(TypeError, json.dump, v, StringIO(),\n                tuple_as_array=False, namedtuple_as_object=False)\n\n    def test_asdict_not_callable_dump(self):\n        for f in CONSTRUCTORS:\n            self.assertRaises(\n                TypeError,\n                json.dump,\n                f(DeadDuck()),\n                StringIO(),\n                namedtuple_as_object=True\n            )\n            sio = StringIO()\n            json.dump(f(DeadDict()), sio, namedtuple_as_object=True)\n            self.assertEqual(\n                json.dumps(f({})),\n                sio.getvalue())\n            self.assertRaises(\n                TypeError,\n                json.dump,\n                f(Value),\n                StringIO(),\n                namedtuple_as_object=True\n            )\n\n    def test_asdict_not_callable_dumps(self):\n        for f in CONSTRUCTORS:\n            self.assertRaises(TypeError,\n                json.dumps, f(DeadDuck()), namedtuple_as_object=True)\n            self.assertRaises(\n                TypeError,\n                json.dumps,\n                f(Value),\n                namedtuple_as_object=True\n            )\n            self.assertEqual(\n                json.dumps(f({})),\n                json.dumps(f(DeadDict()), namedtuple_as_object=True))\n\n    def test_asdict_unbound_method_dumps(self):\n        for f in CONSTRUCTORS:\n            self.assertEqual(\n                json.dumps(f(Value), default=lambda v: v.__name__),\n                json.dumps(f(Value.__name__))\n            )\n\n    def test_asdict_does_not_return_dict(self):\n        if not mock:\n            if hasattr(unittest, \"SkipTest\"):\n                raise unittest.SkipTest(\"unittest.mock required\")\n            else:\n                print(\"unittest.mock not available\")\n                return\n        fake = mock.Mock()\n        self.assertTrue(hasattr(fake, '_asdict'))\n        self.assertTrue(callable(fake._asdict))\n        self.assertFalse(isinstance(fake._asdict(), dict))\n        # https://github.com/simplejson/simplejson/pull/284\n        # when running under a debug build of CPython (COPTS=-UNDEBUG)\n        # a C assertion could fire due to an unchecked error of an PyDict\n        # API call on a non-dict internally in _speedups.c.  Without a debug\n        # build of CPython this test likely passes either way despite the\n        # potential for internal data corruption.  Getting it to crash in\n        # a debug build is not always easy either as it requires an\n        # assert(!PyErr_Occurred()) that could fire later on.\n        with self.assertRaises(TypeError):\n            json.dumps({23: fake}, namedtuple_as_object=True, for_json=False)\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_pass1.py",
    "content": "from unittest import TestCase\n\nimport simplejson as json\n\n# from http://json.org/JSON_checker/test/pass1.json\nJSON = r'''\n[\n    \"JSON Test Pattern pass1\",\n    {\"object with 1 member\":[\"array with 1 element\"]},\n    {},\n    [],\n    -42,\n    true,\n    false,\n    null,\n    {\n        \"integer\": 1234567890,\n        \"real\": -9876.543210,\n        \"e\": 0.123456789e-12,\n        \"E\": 1.234567890E+34,\n        \"\":  23456789012E66,\n        \"zero\": 0,\n        \"one\": 1,\n        \"space\": \" \",\n        \"quote\": \"\\\"\",\n        \"backslash\": \"\\\\\",\n        \"controls\": \"\\b\\f\\n\\r\\t\",\n        \"slash\": \"/ & \\/\",\n        \"alpha\": \"abcdefghijklmnopqrstuvwyz\",\n        \"ALPHA\": \"ABCDEFGHIJKLMNOPQRSTUVWYZ\",\n        \"digit\": \"0123456789\",\n        \"special\": \"`1~!@#$%^&*()_+-={':[,]}|;.</>?\",\n        \"hex\": \"\\u0123\\u4567\\u89AB\\uCDEF\\uabcd\\uef4A\",\n        \"true\": true,\n        \"false\": false,\n        \"null\": null,\n        \"array\":[  ],\n        \"object\":{  },\n        \"address\": \"50 St. James Street\",\n        \"url\": \"http://www.JSON.org/\",\n        \"comment\": \"// /* <!-- --\",\n        \"# -- --> */\": \" \",\n        \" s p a c e d \" :[1,2 , 3\n\n,\n\n4 , 5        ,          6           ,7        ],\"compact\": [1,2,3,4,5,6,7],\n        \"jsontext\": \"{\\\"object with 1 member\\\":[\\\"array with 1 element\\\"]}\",\n        \"quotes\": \"&#34; \\u0022 %22 0x22 034 &#x22;\",\n        \"\\/\\\\\\\"\\uCAFE\\uBABE\\uAB98\\uFCDE\\ubcda\\uef4A\\b\\f\\n\\r\\t`1~!@#$%^&*()_+-=[]{}|;:',./<>?\"\n: \"A key can be any string\"\n    },\n    0.5 ,98.6\n,\n99.44\n,\n\n1066,\n1e1,\n0.1e1,\n1e-1,\n1e00,2e+00,2e-00\n,\"rosebud\"]\n'''\n\nclass TestPass1(TestCase):\n    def test_parse(self):\n        # test in/out equivalence and parsing\n        res = json.loads(JSON)\n        out = json.dumps(res)\n        self.assertEqual(res, json.loads(out))\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_pass2.py",
    "content": "from unittest import TestCase\nimport simplejson as json\n\n# from http://json.org/JSON_checker/test/pass2.json\nJSON = r'''\n[[[[[[[[[[[[[[[[[[[\"Not too deep\"]]]]]]]]]]]]]]]]]]]\n'''\n\nclass TestPass2(TestCase):\n    def test_parse(self):\n        # test in/out equivalence and parsing\n        res = json.loads(JSON)\n        out = json.dumps(res)\n        self.assertEqual(res, json.loads(out))\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_pass3.py",
    "content": "from unittest import TestCase\n\nimport simplejson as json\n\n# from http://json.org/JSON_checker/test/pass3.json\nJSON = r'''\n{\n    \"JSON Test Pattern pass3\": {\n        \"The outermost value\": \"must be an object or array.\",\n        \"In this test\": \"It is an object.\"\n    }\n}\n'''\n\nclass TestPass3(TestCase):\n    def test_parse(self):\n        # test in/out equivalence and parsing\n        res = json.loads(JSON)\n        out = json.dumps(res)\n        self.assertEqual(res, json.loads(out))\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_raw_json.py",
    "content": "import unittest\nimport simplejson as json\n\ndct1 = {\n    'key1': 'value1'\n}\n\ndct2 = {\n    'key2': 'value2',\n    'd1': dct1\n}\n\ndct3 = {\n    'key2': 'value2',\n    'd1': json.dumps(dct1)\n}\n\ndct4 = {\n    'key2': 'value2',\n    'd1': json.RawJSON(json.dumps(dct1))\n}\n\n\nclass TestRawJson(unittest.TestCase):\n\n    def test_normal_str(self):\n        self.assertNotEqual(json.dumps(dct2), json.dumps(dct3))\n\n    def test_raw_json_str(self):\n        self.assertEqual(json.dumps(dct2), json.dumps(dct4))\n        self.assertEqual(dct2, json.loads(json.dumps(dct4)))\n\n    def test_list(self):\n        self.assertEqual(\n            json.dumps([dct2]),\n            json.dumps([json.RawJSON(json.dumps(dct2))]))\n        self.assertEqual(\n            [dct2],\n            json.loads(json.dumps([json.RawJSON(json.dumps(dct2))])))\n\n    def test_direct(self):\n        self.assertEqual(\n            json.dumps(dct2),\n            json.dumps(json.RawJSON(json.dumps(dct2))))\n        self.assertEqual(\n            dct2,\n            json.loads(json.dumps(json.RawJSON(json.dumps(dct2)))))\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_recursion.py",
    "content": "from unittest import TestCase\n\nimport simplejson as json\n\nclass JSONTestObject:\n    pass\n\n\nclass RecursiveJSONEncoder(json.JSONEncoder):\n    recurse = False\n    def default(self, o):\n        if o is JSONTestObject:\n            if self.recurse:\n                return [JSONTestObject]\n            else:\n                return 'JSONTestObject'\n        return json.JSONEncoder.default(o)\n\n\nclass TestRecursion(TestCase):\n    def test_listrecursion(self):\n        x = []\n        x.append(x)\n        try:\n            json.dumps(x)\n        except ValueError:\n            pass\n        else:\n            self.fail(\"didn't raise ValueError on list recursion\")\n        x = []\n        y = [x]\n        x.append(y)\n        try:\n            json.dumps(x)\n        except ValueError:\n            pass\n        else:\n            self.fail(\"didn't raise ValueError on alternating list recursion\")\n        y = []\n        x = [y, y]\n        # ensure that the marker is cleared\n        json.dumps(x)\n\n    def test_dictrecursion(self):\n        x = {}\n        x[\"test\"] = x\n        try:\n            json.dumps(x)\n        except ValueError:\n            pass\n        else:\n            self.fail(\"didn't raise ValueError on dict recursion\")\n        x = {}\n        y = {\"a\": x, \"b\": x}\n        # ensure that the marker is cleared\n        json.dumps(y)\n\n    def test_defaultrecursion(self):\n        enc = RecursiveJSONEncoder()\n        self.assertEqual(enc.encode(JSONTestObject), '\"JSONTestObject\"')\n        enc.recurse = True\n        try:\n            enc.encode(JSONTestObject)\n        except ValueError:\n            pass\n        else:\n            self.fail(\"didn't raise ValueError on default recursion\")\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_scanstring.py",
    "content": "import sys\nfrom unittest import TestCase\n\nimport simplejson as json\nimport simplejson.decoder\nfrom simplejson.compat import b, PY3\n\nclass TestScanString(TestCase):\n    # The bytes type is intentionally not used in most of these tests\n    # under Python 3 because the decoder immediately coerces to str before\n    # calling scanstring. In Python 2 we are testing the code paths\n    # for both unicode and str.\n    #\n    # The reason this is done is because Python 3 would require\n    # entirely different code paths for parsing bytes and str.\n    #\n    def test_py_scanstring(self):\n        self._test_scanstring(simplejson.decoder.py_scanstring)\n\n    def test_c_scanstring(self):\n        if not simplejson.decoder.c_scanstring:\n            return\n        self._test_scanstring(simplejson.decoder.c_scanstring)\n\n        self.assertTrue(isinstance(simplejson.decoder.c_scanstring('\"\"', 0)[0], str))\n\n    def _test_scanstring(self, scanstring):\n        if sys.maxunicode == 65535:\n            self.assertEqual(\n                scanstring(u'\"z\\U0001d120x\"', 1, None, True),\n                (u'z\\U0001d120x', 6))\n        else:\n            self.assertEqual(\n                scanstring(u'\"z\\U0001d120x\"', 1, None, True),\n                (u'z\\U0001d120x', 5))\n\n        self.assertEqual(\n            scanstring('\"\\\\u007b\"', 1, None, True),\n            (u'{', 8))\n\n        self.assertEqual(\n            scanstring('\"A JSON payload should be an object or array, not a string.\"', 1, None, True),\n            (u'A JSON payload should be an object or array, not a string.', 60))\n\n        self.assertEqual(\n            scanstring('[\"Unclosed array\"', 2, None, True),\n            (u'Unclosed array', 17))\n\n        self.assertEqual(\n            scanstring('[\"extra comma\",]', 2, None, True),\n            (u'extra comma', 14))\n\n        self.assertEqual(\n            scanstring('[\"double extra comma\",,]', 2, None, True),\n            (u'double extra comma', 21))\n\n        self.assertEqual(\n            scanstring('[\"Comma after the close\"],', 2, None, True),\n            (u'Comma after the close', 24))\n\n        self.assertEqual(\n            scanstring('[\"Extra close\"]]', 2, None, True),\n            (u'Extra close', 14))\n\n        self.assertEqual(\n            scanstring('{\"Extra comma\": true,}', 2, None, True),\n            (u'Extra comma', 14))\n\n        self.assertEqual(\n            scanstring('{\"Extra value after close\": true} \"misplaced quoted value\"', 2, None, True),\n            (u'Extra value after close', 26))\n\n        self.assertEqual(\n            scanstring('{\"Illegal expression\": 1 + 2}', 2, None, True),\n            (u'Illegal expression', 21))\n\n        self.assertEqual(\n            scanstring('{\"Illegal invocation\": alert()}', 2, None, True),\n            (u'Illegal invocation', 21))\n\n        self.assertEqual(\n            scanstring('{\"Numbers cannot have leading zeroes\": 013}', 2, None, True),\n            (u'Numbers cannot have leading zeroes', 37))\n\n        self.assertEqual(\n            scanstring('{\"Numbers cannot be hex\": 0x14}', 2, None, True),\n            (u'Numbers cannot be hex', 24))\n\n        self.assertEqual(\n            scanstring('[[[[[[[[[[[[[[[[[[[[\"Too deep\"]]]]]]]]]]]]]]]]]]]]', 21, None, True),\n            (u'Too deep', 30))\n\n        self.assertEqual(\n            scanstring('{\"Missing colon\" null}', 2, None, True),\n            (u'Missing colon', 16))\n\n        self.assertEqual(\n            scanstring('{\"Double colon\":: null}', 2, None, True),\n            (u'Double colon', 15))\n\n        self.assertEqual(\n            scanstring('{\"Comma instead of colon\", null}', 2, None, True),\n            (u'Comma instead of colon', 25))\n\n        self.assertEqual(\n            scanstring('[\"Colon instead of comma\": false]', 2, None, True),\n            (u'Colon instead of comma', 25))\n\n        self.assertEqual(\n            scanstring('[\"Bad value\", truth]', 2, None, True),\n            (u'Bad value', 12))\n\n        for c in map(chr, range(0x00, 0x1f)):\n            self.assertEqual(\n                scanstring(c + '\"', 0, None, False),\n                (c, 2))\n            self.assertRaises(\n                ValueError,\n                scanstring, c + '\"', 0, None, True)\n\n        self.assertRaises(ValueError, scanstring, '', 0, None, True)\n        self.assertRaises(ValueError, scanstring, 'a', 0, None, True)\n        self.assertRaises(ValueError, scanstring, '\\\\', 0, None, True)\n        self.assertRaises(ValueError, scanstring, '\\\\u', 0, None, True)\n        self.assertRaises(ValueError, scanstring, '\\\\u0', 0, None, True)\n        self.assertRaises(ValueError, scanstring, '\\\\u01', 0, None, True)\n        self.assertRaises(ValueError, scanstring, '\\\\u012', 0, None, True)\n        self.assertRaises(ValueError, scanstring, '\\\\u0123', 0, None, True)\n        if sys.maxunicode > 65535:\n            self.assertRaises(ValueError,\n                              scanstring, '\\\\ud834\\\\u\"', 0, None, True)\n            self.assertRaises(ValueError,\n                              scanstring, '\\\\ud834\\\\x0123\"', 0, None, True)\n\n        self.assertRaises(json.JSONDecodeError, scanstring, '\\\\u-123\"', 0, None, True)\n        # SJ-PT-23-01: Invalid Handling of Broken Unicode Escape Sequences\n        self.assertRaises(json.JSONDecodeError, scanstring, '\\\\u EDD\"', 0, None, True)\n\n    def test_issue3623(self):\n        self.assertRaises(ValueError, json.decoder.scanstring, \"xxx\", 1,\n                          \"xxx\")\n        self.assertRaises(UnicodeDecodeError,\n                          json.encoder.encode_basestring_ascii, b(\"xx\\xff\"))\n\n    def test_overflow(self):\n        # Python 2.5 does not have maxsize, Python 3 does not have maxint\n        maxsize = getattr(sys, 'maxsize', getattr(sys, 'maxint', None))\n        assert maxsize is not None\n        self.assertRaises(OverflowError, json.decoder.scanstring, \"xxx\",\n                          maxsize + 1)\n\n    def test_surrogates(self):\n        scanstring = json.decoder.scanstring\n\n        def assertScan(given, expect, test_utf8=True):\n            givens = [given]\n            if not PY3 and test_utf8:\n                givens.append(given.encode('utf8'))\n            for given in givens:\n                (res, count) = scanstring(given, 1, None, True)\n                self.assertEqual(len(given), count)\n                self.assertEqual(res, expect)\n\n        assertScan(\n            u'\"z\\\\ud834\\\\u0079x\"',\n            u'z\\ud834yx')\n        assertScan(\n            u'\"z\\\\ud834\\\\udd20x\"',\n            u'z\\U0001d120x')\n        assertScan(\n            u'\"z\\\\ud834\\\\ud834\\\\udd20x\"',\n            u'z\\ud834\\U0001d120x')\n        assertScan(\n            u'\"z\\\\ud834x\"',\n            u'z\\ud834x')\n        assertScan(\n            u'\"z\\\\udd20x\"',\n            u'z\\udd20x')\n        assertScan(\n            u'\"z\\ud834x\"',\n            u'z\\ud834x')\n        # It may look strange to join strings together, but Python is drunk.\n        # https://gist.github.com/etrepum/5538443\n        assertScan(\n            u'\"z\\\\ud834\\udd20x12345\"',\n            u''.join([u'z\\ud834', u'\\udd20x12345']))\n        assertScan(\n            u'\"z\\ud834\\\\udd20x\"',\n            u''.join([u'z\\ud834', u'\\udd20x']))\n        # these have different behavior given UTF8 input, because the surrogate\n        # pair may be joined (in maxunicode > 65535 builds)\n        assertScan(\n            u''.join([u'\"z\\ud834', u'\\udd20x\"']),\n            u''.join([u'z\\ud834', u'\\udd20x']),\n            test_utf8=False)\n\n        self.assertRaises(ValueError,\n                          scanstring, u'\"z\\\\ud83x\"', 1, None, True)\n        self.assertRaises(ValueError,\n                          scanstring, u'\"z\\\\ud834\\\\udd2x\"', 1, None, True)\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_separators.py",
    "content": "import textwrap\nfrom unittest import TestCase\n\nimport simplejson as json\n\n\nclass TestSeparators(TestCase):\n    def test_separators(self):\n        h = [['blorpie'], ['whoops'], [], 'd-shtaeou', 'd-nthiouh', 'i-vhbjkhnth',\n             {'nifty': 87}, {'field': 'yes', 'morefield': False} ]\n\n        expect = textwrap.dedent(\"\"\"\\\n        [\n          [\n            \"blorpie\"\n          ] ,\n          [\n            \"whoops\"\n          ] ,\n          [] ,\n          \"d-shtaeou\" ,\n          \"d-nthiouh\" ,\n          \"i-vhbjkhnth\" ,\n          {\n            \"nifty\" : 87\n          } ,\n          {\n            \"field\" : \"yes\" ,\n            \"morefield\" : false\n          }\n        ]\"\"\")\n\n\n        d1 = json.dumps(h)\n        d2 = json.dumps(h, indent='  ', sort_keys=True, separators=(' ,', ' : '))\n\n        h1 = json.loads(d1)\n        h2 = json.loads(d2)\n\n        self.assertEqual(h1, h)\n        self.assertEqual(h2, h)\n        self.assertEqual(d2, expect)\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_speedups.py",
    "content": "from __future__ import with_statement\n\nimport sys\nimport unittest\nfrom unittest import TestCase\n\nimport simplejson\nfrom simplejson import encoder, decoder, scanner\nfrom simplejson.compat import PY3, long_type, b\n\n\ndef has_speedups():\n    return encoder.c_make_encoder is not None\n\n\ndef skip_if_speedups_missing(func):\n    def wrapper(*args, **kwargs):\n        if not has_speedups():\n            if hasattr(unittest, 'SkipTest'):\n                raise unittest.SkipTest(\"C Extension not available\")\n            else:\n                sys.stdout.write(\"C Extension not available\")\n                return\n        return func(*args, **kwargs)\n\n    return wrapper\n\n\nclass BadBool:\n    def __bool__(self):\n        1/0\n    __nonzero__ = __bool__\n\n\nclass TestDecode(TestCase):\n    @skip_if_speedups_missing\n    def test_make_scanner(self):\n        self.assertRaises(AttributeError, scanner.c_make_scanner, 1)\n\n    @skip_if_speedups_missing\n    def test_bad_bool_args(self):\n        def test(value):\n            decoder.JSONDecoder(strict=BadBool()).decode(value)\n        self.assertRaises(ZeroDivisionError, test, '\"\"')\n        self.assertRaises(ZeroDivisionError, test, '{}')\n        if not PY3:\n            self.assertRaises(ZeroDivisionError, test, u'\"\"')\n            self.assertRaises(ZeroDivisionError, test, u'{}')\n\nclass TestEncode(TestCase):\n    @skip_if_speedups_missing\n    def test_make_encoder(self):\n        self.assertRaises(\n            TypeError,\n            encoder.c_make_encoder,\n            None,\n            (\"\\xCD\\x7D\\x3D\\x4E\\x12\\x4C\\xF9\\x79\\xD7\"\n             \"\\x52\\xBA\\x82\\xF2\\x27\\x4A\\x7D\\xA0\\xCA\\x75\"),\n            None\n        )\n\n    @skip_if_speedups_missing\n    def test_bad_str_encoder(self):\n        # Issue #31505: There shouldn't be an assertion failure in case\n        # c_make_encoder() receives a bad encoder() argument.\n        import decimal\n        def bad_encoder1(*args):\n            return None\n        enc = encoder.c_make_encoder(\n                None, lambda obj: str(obj),\n                bad_encoder1, None, ': ', ', ',\n                False, False, False, {}, False, False, False,\n                None, None, 'utf-8', False, False, decimal.Decimal, False)\n        self.assertRaises(TypeError, enc, 'spam', 4)\n        self.assertRaises(TypeError, enc, {'spam': 42}, 4)\n\n        def bad_encoder2(*args):\n            1/0\n        enc = encoder.c_make_encoder(\n                None, lambda obj: str(obj),\n                bad_encoder2, None, ': ', ', ',\n                False, False, False, {}, False, False, False,\n                None, None, 'utf-8', False, False, decimal.Decimal, False)\n        self.assertRaises(ZeroDivisionError, enc, 'spam', 4)\n\n    @skip_if_speedups_missing\n    def test_bad_bool_args(self):\n        def test(name):\n            encoder.JSONEncoder(**{name: BadBool()}).encode({})\n        self.assertRaises(ZeroDivisionError, test, 'skipkeys')\n        self.assertRaises(ZeroDivisionError, test, 'ensure_ascii')\n        self.assertRaises(ZeroDivisionError, test, 'check_circular')\n        self.assertRaises(ZeroDivisionError, test, 'allow_nan')\n        self.assertRaises(ZeroDivisionError, test, 'sort_keys')\n        self.assertRaises(ZeroDivisionError, test, 'use_decimal')\n        self.assertRaises(ZeroDivisionError, test, 'namedtuple_as_object')\n        self.assertRaises(ZeroDivisionError, test, 'tuple_as_array')\n        self.assertRaises(ZeroDivisionError, test, 'bigint_as_string')\n        self.assertRaises(ZeroDivisionError, test, 'for_json')\n        self.assertRaises(ZeroDivisionError, test, 'ignore_nan')\n        self.assertRaises(ZeroDivisionError, test, 'iterable_as_array')\n\n    @skip_if_speedups_missing\n    def test_int_as_string_bitcount_overflow(self):\n        long_count = long_type(2)**32+31\n        def test():\n            encoder.JSONEncoder(int_as_string_bitcount=long_count).encode(0)\n        self.assertRaises((TypeError, OverflowError), test)\n\n    if PY3:\n        @skip_if_speedups_missing\n        def test_bad_encoding(self):\n            with self.assertRaises(UnicodeEncodeError):\n                encoder.JSONEncoder(encoding='\\udcff').encode({b('key'): 123})\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_str_subclass.py",
    "content": "from unittest import TestCase\n\nimport simplejson\nfrom simplejson.compat import text_type\n\n# Tests for issue demonstrated in https://github.com/simplejson/simplejson/issues/144\nclass WonkyTextSubclass(text_type):\n    def __getslice__(self, start, end):\n        return self.__class__('not what you wanted!')\n\nclass TestStrSubclass(TestCase):\n    def test_dump_load(self):\n        for s in ['', '\"hello\"', 'text', u'\\u005c']:\n            self.assertEqual(\n                s,\n                simplejson.loads(simplejson.dumps(WonkyTextSubclass(s))))\n\n            self.assertEqual(\n                s,\n                simplejson.loads(simplejson.dumps(WonkyTextSubclass(s),\n                                                  ensure_ascii=False)))\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_subclass.py",
    "content": "from unittest import TestCase\nimport simplejson as json\n\nfrom decimal import Decimal\n\nclass AlternateInt(int):\n    def __repr__(self):\n        return 'invalid json'\n    __str__ = __repr__\n\n\nclass AlternateFloat(float):\n    def __repr__(self):\n        return 'invalid json'\n    __str__ = __repr__\n\n\n# class AlternateDecimal(Decimal):\n#     def __repr__(self):\n#         return 'invalid json'\n\n\nclass TestSubclass(TestCase):\n    def test_int(self):\n        self.assertEqual(json.dumps(AlternateInt(1)), '1')\n        self.assertEqual(json.dumps(AlternateInt(-1)), '-1')\n        self.assertEqual(json.loads(json.dumps({AlternateInt(1): 1})), {'1': 1})\n\n    def test_float(self):\n        self.assertEqual(json.dumps(AlternateFloat(1.0)), '1.0')\n        self.assertEqual(json.dumps(AlternateFloat(-1.0)), '-1.0')\n        self.assertEqual(json.loads(json.dumps({AlternateFloat(1.0): 1})), {'1.0': 1})\n\n    # NOTE: Decimal subclasses are not supported as-is\n    # def test_decimal(self):\n    #     self.assertEqual(json.dumps(AlternateDecimal('1.0')), '1.0')\n    #     self.assertEqual(json.dumps(AlternateDecimal('-1.0')), '-1.0')\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_tool.py",
    "content": "from __future__ import with_statement\nimport os\nimport sys\nimport textwrap\nimport unittest\nimport subprocess\nimport tempfile\ntry:\n    # Python 3.x\n    from test.support import strip_python_stderr\nexcept ImportError:\n    # Python 2.6+\n    try:\n        from test.test_support import strip_python_stderr\n    except ImportError:\n        # Python 2.5\n        import re\n        def strip_python_stderr(stderr):\n            return re.sub(\n                r\"\\[\\d+ refs\\]\\r?\\n?$\".encode(),\n                \"\".encode(),\n                stderr).strip()\n\ndef open_temp_file():\n    if sys.version_info >= (2, 6):\n        file = tempfile.NamedTemporaryFile(delete=False)\n        filename = file.name\n    else:\n        fd, filename = tempfile.mkstemp()\n        file = os.fdopen(fd, 'w+b')\n    return file, filename\n\nclass TestTool(unittest.TestCase):\n    data = \"\"\"\n\n        [[\"blorpie\"],[ \"whoops\" ] , [\n                                 ],\\t\"d-shtaeou\",\\r\"d-nthiouh\",\n        \"i-vhbjkhnth\", {\"nifty\":87}, {\"morefield\" :\\tfalse,\"field\"\n            :\"yes\"}  ]\n           \"\"\"\n\n    expect = textwrap.dedent(\"\"\"\\\n    [\n        [\n            \"blorpie\"\n        ],\n        [\n            \"whoops\"\n        ],\n        [],\n        \"d-shtaeou\",\n        \"d-nthiouh\",\n        \"i-vhbjkhnth\",\n        {\n            \"nifty\": 87\n        },\n        {\n            \"field\": \"yes\",\n            \"morefield\": false\n        }\n    ]\n    \"\"\")\n\n    def runTool(self, args=None, data=None):\n        argv = [sys.executable, '-m', 'simplejson.tool']\n        if args:\n            argv.extend(args)\n        proc = subprocess.Popen(argv,\n                                stdin=subprocess.PIPE,\n                                stderr=subprocess.PIPE,\n                                stdout=subprocess.PIPE)\n        out, err = proc.communicate(data)\n        self.assertEqual(strip_python_stderr(err), ''.encode())\n        self.assertEqual(proc.returncode, 0)\n        return out.decode('utf8').splitlines()\n\n    def test_stdin_stdout(self):\n        self.assertEqual(\n            self.runTool(data=self.data.encode()),\n            self.expect.splitlines())\n\n    def test_infile_stdout(self):\n        infile, infile_name = open_temp_file()\n        try:\n            infile.write(self.data.encode())\n            infile.close()\n            self.assertEqual(\n                self.runTool(args=[infile_name]),\n                self.expect.splitlines())\n        finally:\n            os.unlink(infile_name)\n\n    def test_infile_outfile(self):\n        infile, infile_name = open_temp_file()\n        try:\n            infile.write(self.data.encode())\n            infile.close()\n            # outfile will get overwritten by tool, so the delete\n            # may not work on some platforms. Do it manually.\n            outfile, outfile_name = open_temp_file()\n            try:\n                outfile.close()\n                self.assertEqual(\n                    self.runTool(args=[infile_name, outfile_name]),\n                    [])\n                with open(outfile_name, 'rb') as f:\n                    self.assertEqual(\n                        f.read().decode('utf8').splitlines(),\n                        self.expect.splitlines()\n                    )\n            finally:\n                os.unlink(outfile_name)\n        finally:\n            os.unlink(infile_name)\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_tuple.py",
    "content": "import unittest\n\nfrom simplejson.compat import StringIO\nimport simplejson as json\n\nclass TestTuples(unittest.TestCase):\n    def test_tuple_array_dumps(self):\n        t = (1, 2, 3)\n        expect = json.dumps(list(t))\n        # Default is True\n        self.assertEqual(expect, json.dumps(t))\n        self.assertEqual(expect, json.dumps(t, tuple_as_array=True))\n        self.assertRaises(TypeError, json.dumps, t, tuple_as_array=False)\n        # Ensure that the \"default\" does not get called\n        self.assertEqual(expect, json.dumps(t, default=repr))\n        self.assertEqual(expect, json.dumps(t, tuple_as_array=True,\n                                            default=repr))\n        # Ensure that the \"default\" gets called\n        self.assertEqual(\n            json.dumps(repr(t)),\n            json.dumps(t, tuple_as_array=False, default=repr))\n\n    def test_tuple_array_dump(self):\n        t = (1, 2, 3)\n        expect = json.dumps(list(t))\n        # Default is True\n        sio = StringIO()\n        json.dump(t, sio)\n        self.assertEqual(expect, sio.getvalue())\n        sio = StringIO()\n        json.dump(t, sio, tuple_as_array=True)\n        self.assertEqual(expect, sio.getvalue())\n        self.assertRaises(TypeError, json.dump, t, StringIO(),\n                          tuple_as_array=False)\n        # Ensure that the \"default\" does not get called\n        sio = StringIO()\n        json.dump(t, sio, default=repr)\n        self.assertEqual(expect, sio.getvalue())\n        sio = StringIO()\n        json.dump(t, sio, tuple_as_array=True, default=repr)\n        self.assertEqual(expect, sio.getvalue())\n        # Ensure that the \"default\" gets called\n        sio = StringIO()\n        json.dump(t, sio, tuple_as_array=False, default=repr)\n        self.assertEqual(\n            json.dumps(repr(t)),\n            sio.getvalue())\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tests/test_unicode.py",
    "content": "import sys\nimport codecs\nfrom unittest import TestCase\n\nimport simplejson as json\nfrom simplejson.compat import unichr, text_type, b, BytesIO\n\nclass TestUnicode(TestCase):\n    def test_encoding1(self):\n        encoder = json.JSONEncoder(encoding='utf-8')\n        u = u'\\N{GREEK SMALL LETTER ALPHA}\\N{GREEK CAPITAL LETTER OMEGA}'\n        s = u.encode('utf-8')\n        ju = encoder.encode(u)\n        js = encoder.encode(s)\n        self.assertEqual(ju, js)\n\n    def test_encoding2(self):\n        u = u'\\N{GREEK SMALL LETTER ALPHA}\\N{GREEK CAPITAL LETTER OMEGA}'\n        s = u.encode('utf-8')\n        ju = json.dumps(u, encoding='utf-8')\n        js = json.dumps(s, encoding='utf-8')\n        self.assertEqual(ju, js)\n\n    def test_encoding3(self):\n        u = u'\\N{GREEK SMALL LETTER ALPHA}\\N{GREEK CAPITAL LETTER OMEGA}'\n        j = json.dumps(u)\n        self.assertEqual(j, '\"\\\\u03b1\\\\u03a9\"')\n\n    def test_encoding4(self):\n        u = u'\\N{GREEK SMALL LETTER ALPHA}\\N{GREEK CAPITAL LETTER OMEGA}'\n        j = json.dumps([u])\n        self.assertEqual(j, '[\"\\\\u03b1\\\\u03a9\"]')\n\n    def test_encoding5(self):\n        u = u'\\N{GREEK SMALL LETTER ALPHA}\\N{GREEK CAPITAL LETTER OMEGA}'\n        j = json.dumps(u, ensure_ascii=False)\n        self.assertEqual(j, u'\"' + u + u'\"')\n\n    def test_encoding6(self):\n        u = u'\\N{GREEK SMALL LETTER ALPHA}\\N{GREEK CAPITAL LETTER OMEGA}'\n        j = json.dumps([u], ensure_ascii=False)\n        self.assertEqual(j, u'[\"' + u + u'\"]')\n\n    def test_big_unicode_encode(self):\n        u = u'\\U0001d120'\n        self.assertEqual(json.dumps(u), '\"\\\\ud834\\\\udd20\"')\n        self.assertEqual(json.dumps(u, ensure_ascii=False), u'\"\\U0001d120\"')\n\n    def test_big_unicode_decode(self):\n        u = u'z\\U0001d120x'\n        self.assertEqual(json.loads('\"' + u + '\"'), u)\n        self.assertEqual(json.loads('\"z\\\\ud834\\\\udd20x\"'), u)\n\n    def test_unicode_decode(self):\n        for i in range(0, 0xd7ff):\n            u = unichr(i)\n            #s = '\"\\\\u{0:04x}\"'.format(i)\n            s = '\"\\\\u%04x\"' % (i,)\n            self.assertEqual(json.loads(s), u)\n\n    def test_object_pairs_hook_with_unicode(self):\n        s = u'{\"xkd\":1, \"kcw\":2, \"art\":3, \"hxm\":4, \"qrt\":5, \"pad\":6, \"hoy\":7}'\n        p = [(u\"xkd\", 1), (u\"kcw\", 2), (u\"art\", 3), (u\"hxm\", 4),\n             (u\"qrt\", 5), (u\"pad\", 6), (u\"hoy\", 7)]\n        self.assertEqual(json.loads(s), eval(s))\n        self.assertEqual(json.loads(s, object_pairs_hook=lambda x: x), p)\n        od = json.loads(s, object_pairs_hook=json.OrderedDict)\n        self.assertEqual(od, json.OrderedDict(p))\n        self.assertEqual(type(od), json.OrderedDict)\n        # the object_pairs_hook takes priority over the object_hook\n        self.assertEqual(json.loads(s,\n                                    object_pairs_hook=json.OrderedDict,\n                                    object_hook=lambda x: None),\n                         json.OrderedDict(p))\n\n\n    def test_default_encoding(self):\n        self.assertEqual(json.loads(u'{\"a\": \"\\xe9\"}'.encode('utf-8')),\n            {'a': u'\\xe9'})\n\n    def test_unicode_preservation(self):\n        self.assertEqual(type(json.loads(u'\"\"')), text_type)\n        self.assertEqual(type(json.loads(u'\"a\"')), text_type)\n        self.assertEqual(type(json.loads(u'[\"a\"]')[0]), text_type)\n\n    def test_ensure_ascii_false_returns_unicode(self):\n        # http://code.google.com/p/simplejson/issues/detail?id=48\n        self.assertEqual(type(json.dumps([], ensure_ascii=False)), text_type)\n        self.assertEqual(type(json.dumps(0, ensure_ascii=False)), text_type)\n        self.assertEqual(type(json.dumps({}, ensure_ascii=False)), text_type)\n        self.assertEqual(type(json.dumps(\"\", ensure_ascii=False)), text_type)\n\n    def test_ensure_ascii_false_bytestring_encoding(self):\n        # http://code.google.com/p/simplejson/issues/detail?id=48\n        doc1 = {u'quux': b('Arr\\xc3\\xaat sur images')}\n        doc2 = {u'quux': u'Arr\\xeat sur images'}\n        doc_ascii = '{\"quux\": \"Arr\\\\u00eat sur images\"}'\n        doc_unicode = u'{\"quux\": \"Arr\\xeat sur images\"}'\n        self.assertEqual(json.dumps(doc1), doc_ascii)\n        self.assertEqual(json.dumps(doc2), doc_ascii)\n        self.assertEqual(json.dumps(doc1, ensure_ascii=False), doc_unicode)\n        self.assertEqual(json.dumps(doc2, ensure_ascii=False), doc_unicode)\n\n    def test_ensure_ascii_linebreak_encoding(self):\n        # http://timelessrepo.com/json-isnt-a-javascript-subset\n        s1 = u'\\u2029\\u2028'\n        s2 = s1.encode('utf8')\n        expect = '\"\\\\u2029\\\\u2028\"'\n        expect_non_ascii = u'\"\\u2029\\u2028\"'\n        self.assertEqual(json.dumps(s1), expect)\n        self.assertEqual(json.dumps(s2), expect)\n        self.assertEqual(json.dumps(s1, ensure_ascii=False), expect_non_ascii)\n        self.assertEqual(json.dumps(s2, ensure_ascii=False), expect_non_ascii)\n\n    def test_invalid_escape_sequences(self):\n        # incomplete escape sequence\n        self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\u')\n        self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\u1')\n        self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\u12')\n        self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\u123')\n        self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\u1234')\n        # invalid escape sequence\n        self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\u123x\"')\n        self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\u12x4\"')\n        self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\u1x34\"')\n        self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\ux234\"')\n        if sys.maxunicode > 65535:\n            # invalid escape sequence for low surrogate\n            self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\ud800\\\\u\"')\n            self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\ud800\\\\u0\"')\n            self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\ud800\\\\u00\"')\n            self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\ud800\\\\u000\"')\n            self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\ud800\\\\u000x\"')\n            self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\ud800\\\\u00x0\"')\n            self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\ud800\\\\u0x00\"')\n            self.assertRaises(json.JSONDecodeError, json.loads, '\"\\\\ud800\\\\ux000\"')\n\n    def test_ensure_ascii_still_works(self):\n        # in the ascii range, ensure that everything is the same\n        for c in map(unichr, range(0, 127)):\n            self.assertEqual(\n                json.dumps(c, ensure_ascii=False),\n                json.dumps(c))\n        snowman = u'\\N{SNOWMAN}'\n        self.assertEqual(\n            json.dumps(c, ensure_ascii=False),\n            '\"' + c + '\"')\n\n    def test_strip_bom(self):\n        content = u\"\\u3053\\u3093\\u306b\\u3061\\u308f\"\n        json_doc = codecs.BOM_UTF8 + b(json.dumps(content))\n        self.assertEqual(json.load(BytesIO(json_doc)), content)\n        for doc in json_doc, json_doc.decode('utf8'):\n            self.assertEqual(json.loads(doc), content)\n"
  },
  {
    "path": "Mod Files/system/python/lib/simplejson/tool.py",
    "content": "r\"\"\"Command-line tool to validate and pretty-print JSON\n\nUsage::\n\n    $ echo '{\"json\":\"obj\"}' | python -m simplejson.tool\n    {\n        \"json\": \"obj\"\n    }\n    $ echo '{ 1.2:3.4}' | python -m simplejson.tool\n    Expecting property name: line 1 column 2 (char 2)\n\n\"\"\"\nfrom __future__ import with_statement\nimport sys\nimport simplejson as json\n\ndef main():\n    if len(sys.argv) == 1:\n        infile = sys.stdin\n        outfile = sys.stdout\n    elif len(sys.argv) == 2:\n        infile = open(sys.argv[1], 'r')\n        outfile = sys.stdout\n    elif len(sys.argv) == 3:\n        infile = open(sys.argv[1], 'r')\n        outfile = open(sys.argv[2], 'w')\n    else:\n        raise SystemExit(sys.argv[0] + \" [infile [outfile]]\")\n    with infile:\n        try:\n            obj = json.load(infile,\n                            object_pairs_hook=json.OrderedDict,\n                            use_decimal=True)\n        except ValueError:\n            raise SystemExit(sys.exc_info()[1])\n    with outfile:\n        json.dump(obj, outfile, sort_keys=True, indent='    ', use_decimal=True)\n        outfile.write('\\n')\n\n\nif __name__ == '__main__':\n    main()\n"
  },
  {
    "path": "Mod Files/system/python/readme.txt",
    "content": "Python directory structure\n\nDLLs dir:\n  Library directory used by python.\n  python exensions (.pyd) are placed here\n\nSpyce dir:\n  Here is where the Spyce installation remains, this is only there for use with psp (python server pages)\n  on the goahead webserver.\n\nssl dir:\n  Contains cert.pem which holds root certificates for use with the python _ssl library.\n\npython27.zlib\n  This is a zip archive containing the core .py python libraries\n"
  },
  {
    "path": "Mod Files/system/python/spyce/CHANGES",
    "content": "Change Log\n\nv1.3.13\n  improved performance (approx. 3x) of single-threaded print\n  exceptions in non-default modules reported like errors in script code\n  fix: mysession.spy: session depends on pool, so switched import order\n  fix: faulty session handlers thrown out on error\n    - takes care of annoying NameError: 'pool' not found\n  fix: sys.path always returned to original state, even on error\n  globals accessible via python modules\n    - applied patch contributed by: Niko Matsakis\n  iterable objects allowed within 'for' tag\n    - modified patch submitted by: Stefan Behnel\n  spyce lambdas can return values\n  updated spyceLock.py to eliminate Python FutureWarning for large constants\n  added include.spyceStr(), idea from Santtu Pajukanta\n  fix: error module performs response.clearFilters\n    - thanks to Colin Gillespie for reporting this\n  turning on spyce.DEBUG_ERROR will also display when modules start/finish\n\nv1.3.12\n  added fix to prevent reparsing of POST stream on \n    internal redirect  (modified Conan Albrecht's contribution)\n  documentation updates\n  fix: parsing totally empty files threw exception\n  user request: iterate over request object\n  modified semantics of active tags\n    - singleton tags now behave like paired tags with empty bodies\n    - defined a number of flags in spyceTag to reduce level of indentation \n      in generated python code where unnecessary: \n        conditional, loops, catches, mustend\n    - see tag documentation\n  updated core tag library accordingly\n  fix: dump_handler with binary files truncating on Windows\n  fix: files with DOS linebreaks\n  fix: both <%. and <%@ can now begin a spyce directive\n  directory listings of Spyce webserver look nicer, Apache-like\n  added form active tag library\n  added PATH_INFO functionality to spyceWWW\n\nv1.3.11\n  user request: daemon webserver mode\n  fix: mod_python flush problem\n  performance: rewrote tokenizer/parser\n    - no longer using clusmy parser generator package\n    - still pure python, compilation times between 2-6x faster\n  user request: expose functionality to define spyceProcess function\n    with arbitrary parameters, and pass in parameters... helps \n    Coil framework with Spyce integration\n  fix: spyce webserver not performing path manipulations correctly \n    on Windows\n  fix: spyce.mime file not copied for .rpm and Windows installers\n\nv1.3.10\n  Default development configuration changed to:\n    Apache 2.0.40 and Python 2.2.x\n    Release testing will be performed:\n      both on Linux and Windows\n      under CGI, FastCGI and mod_python\n    Other versions of Apache and Python should continue to work, but\n    will not be tested. I am depending on user feedback to catch any\n    errant bugs under these older configurations.\n  fix: spyceWWW properly deals with directory URLs that don't end in '/'\n  fix: request.getpost1/postget1() now accept default values\n  fix: memory cache checks file permission as well as modification time\n  fix: makefile was including .pyc/.pyo files in tarball\n  fix: spyce.vim syntax highlighting for spyce lambdas\n  fix: error module should be loaded last to avoid stdout module being\n    unloaded on error, thereby causing print statements to no longer go\n    to the browser during error handling\n  fix: error module setHandler used incorrect variable name, causing\n    setHandler to fail\n  updated spyce.vim syntax file for JSP/ASP like delimeters\n    spyce.vim now included in vim distribution\n  rpm generates spyceParserTable.py \n    (allowing for different versions of python)\n  added 'no-store' and 'must-revalidate' to response.uncacheable()\n  added pageerror configuration option to modify default page-level handler\n  rpm now requires http >2.0 and python >2.2 installed\n\nv1.3.9\n  spyceWWW web server improved\n    - configuration options integrated into spyce.conf\n    - handler mechanism created\n    - defined spyce and dump handlers\n    - reads Apache format mime-type definition files\n    - .spy files ==> spyce handler; rest ==> dump handler\n    - can display directory listings\n    - configuration options added accordingly\n    - corresponding documentation changed\n  documentation restructured to explain common configuration file \n    options in the runtime section\n  fix: docs/examples/*.gif added to rpm and windows installer\n  expanded section on how to get Spyce running under IIS via CGI\n\nv1.3.8\n  user request:\n    modified request.get/post/get1/post1/env() to accept default values\n    (note: will break code that provided caseInsensitive parameter by position)\n    added request.getpost/getpost1/postget/postget1/default() methods\n  bug fixes: python 1.5 backwards compatibility issues in the following\n    online examples: gif.spy, myPortal.spy, mysession.spy\n\nv1.3.7\n  support for ASP-style delimeters -- <% %>\n  use of Bastion eliminated, due to Python deprecation\n\nv1.3.6\n  info.spy example updated to deal with implicitly loaded taglib module\n  minor documentation fix for doc-mod_include\n  quotes for the PythonPath in httpd.conf\n\nv1.3.5\n  taglib and spylambda modules loaded implicitly only when needed\n    (i.e. when tags or spyce lambdas are actually used in a given file)\n  make install made more portable; removed install -D switch\n  EOFError now handled for file-based spyce caching (strange Windows bug?)\n  improvements to automaton module\n\nv1.3.4\n  doc updates - session module\n  minor mod_python bug - filename attribute used over environment\n  fix - windows installer unable to find python executable in some cases\n\nv1.3.3\n  examples/info.spy added\n  keep track of spyce entry point, added to spyce header\n  fix - CGI fails (only on Apache2.0!) with GET info due v1.3.2 changes\n  fix - typo in core:if tag\n\nv1.3.2\n  mod_python 3.0.1 compatibility\n  - switched to sre module, despite stack limits, because\n    pre module conflicts with pcre shared object that apache uses\n    (actually, just fails on some complicate reg.exps!)\n    This implies that very, very long spyce files might fail, until\n    sre module implements a state-machine-based reg.exp engine.\n  - apacheRequest.connection.child_num mysteriously removed,\n    therefore using os.getpid() in spyceModpyRequest.getServerID()\n  spyceApache.conf tweaked (should be more compatible)\n  installHelper.py converts backslash to forward slash \n    for httpd.conf on Windows\n  switched from pre to sre module in spyceCompile.py\n    - reason: Apache 2.0.x uses different pcre library from Python\n        causing failure under mod_python\n    - pre was used over the default (sre) because sre implementation is \n        stack-based and encountered overruns... Oh, well! Don't write \n        Spyce files that blow the stack until sre is fixed.\n\nv1.3.1\n  fix - wrapped thread-unsafe yacc-like package with lock\n  renamed util module to spyceUtil.py\n    - conflict with python1.5 site-package\n  renamed cache.py, lock.py (just in case)\n  make website update script faster\n\nv1.3.0\n  active tags introduced\n    - see: http://spyce.sourceforge.net/doc-tag.html\n    - [[.taglib]] directive added\n    - taglib spyce module added \n    - compiler changes to deal with active tags\n    - tagging infrastructure (spyceTag, spyceTagPlus, spyceTagLibrary)\n        - see: spyceTags.py\n        - user-defined active tag libraries possible\n        - see: http://spyce.sourceforge.net/doc-tag_new.html\n    - core active tag library\n        see: tags/core.py\n        see: http://spyce.sourceforge.net/doc-tag_core.html\n    - tag libraries loaded from same path as modules\n    - compiler syntax checking improved\n      - check for unbalanced parens\n      - check for unbalanced active tags\n      - extensible syntax checking for active tags\n\nv1.2.10\n  bugfix - typo in spyceWWW caused threading mode startup failure\n\nv1.2.9\n  stdout.push() can now accept no file argument\n  stdout.pop() now returns captured output\n  stdout.capture() added\n    see: examples/stdout.spy and stdout module docs\n  session_user session handler added in session module\n    see: examples/mysession.spy and session module docs\n  spylambda.define() can now memoize\n    see: http://spyce.sourceforge.net/doc-mod_lambda.html\n  memoized spyce lambda syntax: [[spy! ...: ...]]\n    see: http://spyce.sourceforge.net/doc-lang_lambda.html\n  slight modification to spyce.vim syntax file\n  response.addHeader() now support replacement\n  response.timestamp(), expire(), expireRel(), lastModified()\n      and uncacheable() methods added\n    see: http://spyce.sourceforge.net/doc-mod_response.html\n  performance!\n\nv1.2.8\n  links page added\n  spyce VIM syntax file updated; deals with spyce lambdas\n  include module improvements\n  - 'vars' field added\n  - included file can return value\n  - documentation updated, specifically regarding use of 'context'\n\nv1.2.7\n  internal restructuring continues\n  - separated spyce exceptions\n  - separated spyce configuration\n  - expanded spyce API and spyceServer\n  - spyce.spyceDone now imported as spyceDone\n  simplified spyceModule\n  - renamed wrapper field, to _api\n  - old spyceModule available as spyceModulePlus\n  - all standard modules updated\n  fixed - syntax errors were not reported properly\n  file-based spyce caching, with config option\n  performance improvements\n\nv1.2.6\n  single and multi-page documentation\n  minor fixes:\n  - NoCloseOut.flush() added\n  - BufferedOutput.flush() flushes sub-stream\n  - template module pointed at new location of cache code\n\nv1.2.5\n  spyceAPI defined: module access to spyceWrapper object restricted\n  - see: http://spyce.sourceforge.net/doc-mod_new.html\n  - (in general, will be moving towards restricted execution space)\n  toc module improved; add level(), l1()...l9() methods\n  server-level debug option added to config file\n  - see: http://spyce.sourceforge.net/doc-conf_common_debug.html\n  - debug Spyce module deprecated\n  engine now supports recursive requests (include spyce from itself)\n  sys.stdout (and therefore print statements) made thread-safe\n  spyce engine supports concurrent requests\n  server-level concurrency option added to config file\n  - see: http://spyce.sourceforge.net/doc-conf_common_concurrency.html\n  - spyce webserver operates in single, forking and threading modes\n  server-level Spyce module caching\n  - replaces Spyce-level module caching\n  - caching-related code separated from wrapper\n  code compilation seperated from wrapper (spyce.spyceCode)\n  autodetect when PYTHONOPTIMIZE causes lexer/parser failure\n  minor fixes and performance tweaks\n\nv1.2.4\n  fix - new PLY parser uses reflection at runtime to read \n        documentation strings containing grammar, thus you\n        should not run Python in optimize mode, thus\n        mod_python option in spyceApache.conf changed.\n  fix - python 1.5 compatible .spy files for docs\n\nv1.2.3\n  fix - code for new tokenizer/parser made python 1.5.2 compatible\n\nv1.2.2\n  fix - PATH_INFO via CGI\n  fix - magic (#!) on first line treated as comment\n\nv1.2.1\n  complete rewrite of spyce tokenizer and parser\n    - using PLY, table-driven\n  added spyce lambdas to language\n\nv1.2.0\n  contrib section added\n  support for SPYCE_PATH environment variable\n  lots of documentation fixes\n  decided spyce was mature enough for 1.2.0\n\nv1.1.46\n  feature request: improved examples page on website\n\nv1.1.45\n  site and documentation revamp\n  refactored the spyceModule class (see spyceModule.py)\n    altered all standard modules to conform to new internal design\n  new table-of-contents (toc) module (see docs)\n  improved stdout module (see docs)\n    added push() and pop() methods\n    now loaded implicitly\n  exception tracebacks in chunks identify specific error lines\n  file globbing added to -O command-line option\n\nv1.1.44\n  module directive deprecated\n    replaced with import tag\n  import tag accepts args attribute\n    calls module init() method at location of directive\n    init() methods added to modules: session, compress\n    see: http://spyce.sourceforge.net/doc_lang_directive.html\n         http://spyce.sourceforge.net/doc_mod.html\n         http://spyce.sourceforge.net/doc_mod_compress.html\n         http://spyce.sourceforge.net/doc_mod_session.html\n         http://spyce.sourceforge.net/doc_mod_new.html\n  bugfix - modules finalized on redirect\n\nv1.1.43\n  bugfix - included files not inheriting modules properly\n  bugfix - transform module inside included file\n\nv1.1.42\n  renamed spyce.conf to spyceApache.conf\n  renamed spyceApache to spyceModpy\n  renamed run_spyceApache to run_spyceModpy (affect spyceApache.conf)\n  added server-level configuration file functionality\n    server module search path\n    modules to load at startup\n    server-level error handler\n    global server variables\n    see: docs/doc_conf_common.html\n  added response.isCancelled() function\n    see: docs/doc_mod_response.html\n  bugfix - early client disconnect caused problems under mod_python\n\nv1.1.41\n  extended HTTP response constants to conform to spec\n  extended HTML entity encoded characters to conform to spec\n  modified internal buffering semantics to allow eliminiation of special \n    case code for specific HTTP return codes (redirects) in the common path\n  performance improvements\n  convenience functions transform.html_encode() and url_encode() added\n  error module added: handles errors that occur during spyce processing\n  bugfix - HTTP return codes propagated correctly under mod_python\n\nv1.1.40\n  bugfix - spyce syntax error propagated properly\n  response headers cleared on an internal redirect\n  case insensitive request.get,post,get1,post1,file\n\nv1.1.39\n  modified how filter module injects itself into output stream\n  added response.addFilter() to allow piped functionality\n    on the output stream, modules can insert write, writeStatic,\n    writeExpr, flush and clear handlers\n  added compress module for dynamic compression functionality\n  compress module documentation\n  renamed filter module to transform (name conflict with Python builtin)\n  sys.path forced to be absolute before changing directory in CGI mode\n  bugfix - spyce path trimmed to just filename when directory changed for \n    CGI processing\n  bugfix - spyce web server closes sockets\n\nv1.1.38\n  spyce can now run as a (proxy) web server\n    spyce -l [-p port] <server root>\n\nv1.1.37\n  spyceDone exception to stop spyce processing\n    raise spyceDone, see gif.spy, fileupload.spy examples\n  response.close() deprecated\n    not needed with spyceDone functionality\n  cPickle used in session module\n    improved session serialization performance\n\nv1.1.36\n  redirect.externalRefresh now has url= in string\n  internal redirect fixed\n  bug fix - consecutive compact line removal now possible\n  examples added: hello2.spy, form.spy\n  handle ISINDEX CGI queries that have extra command-line parameters\n  Status CGI header used for spyce redirect return codes\n\nv1.1.35\n  bug - fixed cgi chdir in case of local directory\n  request - invoke spyce engine programmatically with spyce string\n  source tarball does not contain extra CVS junk\n\nv1.1.34\n  fixed apache config bug in windows installer\n\nv1.1.33\n  appended current Spyce file's directory to sys.path\n\nv1.1.32\n  minor documentation tweaks\n  names attribute added to [[.module ]] tag\n  request.__getitem__() added\n  chdir in cgi mode\n\nv1.1.31\n  windows installer improved: apache configuration and restart\n  fixed - handling of initial spaces in multi-line strings in python chunks\n\nv1.1.30\n  red page marker in docs\n  created undefined windows lock variables\n\nv1.1.29\n  documentation split up\n  rpm is now noarch\n\nv1.1.28\n  include.dump() now has binary option\n  stdout changed to binary mode on windows for cgi purposes\n  fixed session_dir handler bug on windows\n  \nv1.1.27\n  fcgi implemented on windows too\n  windows installer\n\nv1.1.26\n  fixed - nasty bug with the new module behaviour\n  small improvements to documentation and examples\n  improved request.uri() function\n\nv1.1.25\n  fixed - fcgi module broke on windows\n\nv1.1.24\n  line compaction improved\n  module behaviour on include.spyce() defined\n\nv1.1.23\n  lots of changes so that: it works on Python 1.5.2 now too!\n  file-based session handler now uses pid, and file locks\n  live examples on sourceforge\n\nv1.1.22\n  fixed Python v2.1.1-related bugs.\n  improved installation process and documentation\n  rpm more likely to succeed - uses fcgi or drops back to cgi\n  no longer mod_python based by default\n\nv1.1.21 (faulty release)\n  stochastic session clean up; no more threading dependency\n  documentation: better installation notes\n  peep-hole optimizer\n\nv1.1.20 (faulty release)\n  created explicit (swappable) cache infrastructure\n  BUG ** Spyce also works on Python v2.1\n  request - request.post(),post1() works in includes\n  documentation: cheetah install, ...\n\nv1.1.19\n  filter module\n\nv1.1.18\n  fcgi support added\n  X-Spyce header added\n  documentation: how to write new modules\n\nv1.1.17\n  feature request - compaction algorithm improved\n\nv1.1.16\n  generalised session.setHandler (session handler selection mechanism)\n  gdbm, bsd db session handlers added\n\nv1.1.15\n  minor makefile and rpm script changes\n  handling of multi-line strings in python code\n  response.flush() added\n\nv1.1.14\n  wrappers to check python version\n\nv1.1.13\n  added new language construct: \"Python chunks\"\n\nv1.1.12\n  stdout module redirects stdout to response object\n  added writeln() to response module\n\nv1.1.11\n  fixed lots of CGI bugs:\n    reported bug - headers not sent\n    session module thread prevented script death\n    added spyce.ONE_SHOT variable\n    cookie module fixed\n    gif.spy example fixed\n    external redirect fixed\n\nv1.1.10\n  performance:\n    implemented semantic cache for spyce compilation\n    templating module performs caching\n  lots of commenting\n\nv1.1.9\n  templating module (cheetah integration)\n  documentation\n\nv1.1.8\n  automaton module\n  documentation\n\nv1.1.7\n  associative array access to session and cookie information\n  added pool module\n  documentation\n  comments emitted as tokens\n  syntax highlighting function: include.spycecode\n  documentation\n\nv1.1.6\n  dynamically loading modules\n\nv1.1.5\n  redirect module added\n\nv1.1.4\n  response.unbuffer()\n\nv1.1.3\n  support for file upload\n  request.get1(),post1()\n\nv1.1.2\n  more reliable exception location reporting\n\nv1.1.1\n  static includes\n  module search path\n\nv1.1.0\n  Implemented modules -- major rewrite.\n  Changed includes, sessions, cookies, ... everything into modules\n  Changed the generated \"stub\", though this is mostly under-the-covers\n  Rewrote most of the documentation\n\nv1.0.5\n  CGI support\n  Expanded install docs\n\nv1.0.4\n  Many doc updates\n  Autosession support\n  changed directives tags to use html-like attributes\n\nv1.0.3\n  Automatic session cleanup\n  Updated pilpel image\n\nv1.0.2\n  Handle 403 - Forbidden\n  Handle 404 - Not Found\n\nv1.0.1\n  Tracking original spyce code locations in generated code\n  Reporting runtime exceptions in original spyce code\n  Reporting syntax (compile) exceptions in original spyce code\n\nv1.0 - Initial release\n  Documentation\n  Added [[.nocompact]] and [[.compact]]\n  Allowed escaped \\[[ and \\]] in HTML\n  Added session support, with on-disk implementation\n  Realised and implemented command-line\n  Added cookies\n  Added http header calls\n  Added get and post support\n  Created request and response objects\n  Added [[.include]]\n  Added [[.funcion]] and [[./function]]\n  Create in-memory spyce cache\n  Wrote a token-based Brace Converter\n  Added [[ ]] and [[= ]]\n  Created Spyce compiler shell\n  Wrote initial mod_python \"hello world\" handler\n  Read up on mod_python\n  Looked at PyServ\n  Attempted to engineer a WebWare-based solution\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/Cookie.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: Cookie.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n# Cookie.py taken from Python 2.2, and modified it to work in Python 1.5 -- RB\n\n__doc__ = 'Cookie parsing functionality'\n\n####\n# Copyright 2000 by Timothy O'Malley <timo@alum.mit.edu>\n#\n#                All Rights Reserved\n#\n# Permission to use, copy, modify, and distribute this software\n# and its documentation for any purpose and without fee is hereby\n# granted, provided that the above copyright notice appear in all\n# copies and that both that copyright notice and this permission\n# notice appear in supporting documentation, and that the name of\n# Timothy O'Malley  not be used in advertising or publicity\n# pertaining to distribution of the software without specific, written\n# prior permission.\n#\n# Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\n# SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n# AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR\n# ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n# WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n# PERFORMANCE OF THIS SOFTWARE.\n#\n\nimport string\nfrom UserDict import UserDict\n\ntry:\n    from cPickle import dumps, loads\nexcept ImportError:\n    from pickle import dumps, loads\n\ntry:\n    import re\nexcept ImportError:\n    raise ImportError, \"Cookie.py requires 're' from Python 1.5 or later\"\n\n__all__ = [\"CookieError\",\"BaseCookie\",\"SimpleCookie\",\"SerialCookie\",\n           \"SmartCookie\",\"Cookie\"]\n\n#\n# Define an exception visible to External modules\n#\nclass CookieError(Exception):\n    pass\n\n\n# These quoting routines conform to the RFC2109 specification, which in\n# turn references the character definitions from RFC2068.  They provide\n# a two-way quoting algorithm.  Any non-text character is translated\n# into a 4 character sequence: a forward-slash followed by the\n# three-digit octal equivalent of the character.  Any '\\' or '\"' is\n# quoted with a preceeding '\\' slash.\n#\n# These are taken from RFC2068 and RFC2109.\n#       _LegalChars       is the list of chars which don't require \"'s\n#       _Translator       hash-table for fast quoting\n#\n\nascii_lowercase = string.join(map(lambda c: chr(ord('a')+c), range(ord('z')-ord('a')+1)),'')\nascii_uppercase = string.join(map(lambda c: chr(ord('A')+c), range(ord('z')-ord('a')+1)),'')\n\n_LegalChars       = ascii_lowercase + ascii_uppercase + string.digits + \"!#$%&'*+-.^_`|~\"\n_Translator       = {\n    '\\000' : '\\\\000',  '\\001' : '\\\\001',  '\\002' : '\\\\002',\n    '\\003' : '\\\\003',  '\\004' : '\\\\004',  '\\005' : '\\\\005',\n    '\\006' : '\\\\006',  '\\007' : '\\\\007',  '\\010' : '\\\\010',\n    '\\011' : '\\\\011',  '\\012' : '\\\\012',  '\\013' : '\\\\013',\n    '\\014' : '\\\\014',  '\\015' : '\\\\015',  '\\016' : '\\\\016',\n    '\\017' : '\\\\017',  '\\020' : '\\\\020',  '\\021' : '\\\\021',\n    '\\022' : '\\\\022',  '\\023' : '\\\\023',  '\\024' : '\\\\024',\n    '\\025' : '\\\\025',  '\\026' : '\\\\026',  '\\027' : '\\\\027',\n    '\\030' : '\\\\030',  '\\031' : '\\\\031',  '\\032' : '\\\\032',\n    '\\033' : '\\\\033',  '\\034' : '\\\\034',  '\\035' : '\\\\035',\n    '\\036' : '\\\\036',  '\\037' : '\\\\037',\n\n    '\"' : '\\\\\"',       '\\\\' : '\\\\\\\\',\n\n    '\\177' : '\\\\177',  '\\200' : '\\\\200',  '\\201' : '\\\\201',\n    '\\202' : '\\\\202',  '\\203' : '\\\\203',  '\\204' : '\\\\204',\n    '\\205' : '\\\\205',  '\\206' : '\\\\206',  '\\207' : '\\\\207',\n    '\\210' : '\\\\210',  '\\211' : '\\\\211',  '\\212' : '\\\\212',\n    '\\213' : '\\\\213',  '\\214' : '\\\\214',  '\\215' : '\\\\215',\n    '\\216' : '\\\\216',  '\\217' : '\\\\217',  '\\220' : '\\\\220',\n    '\\221' : '\\\\221',  '\\222' : '\\\\222',  '\\223' : '\\\\223',\n    '\\224' : '\\\\224',  '\\225' : '\\\\225',  '\\226' : '\\\\226',\n    '\\227' : '\\\\227',  '\\230' : '\\\\230',  '\\231' : '\\\\231',\n    '\\232' : '\\\\232',  '\\233' : '\\\\233',  '\\234' : '\\\\234',\n    '\\235' : '\\\\235',  '\\236' : '\\\\236',  '\\237' : '\\\\237',\n    '\\240' : '\\\\240',  '\\241' : '\\\\241',  '\\242' : '\\\\242',\n    '\\243' : '\\\\243',  '\\244' : '\\\\244',  '\\245' : '\\\\245',\n    '\\246' : '\\\\246',  '\\247' : '\\\\247',  '\\250' : '\\\\250',\n    '\\251' : '\\\\251',  '\\252' : '\\\\252',  '\\253' : '\\\\253',\n    '\\254' : '\\\\254',  '\\255' : '\\\\255',  '\\256' : '\\\\256',\n    '\\257' : '\\\\257',  '\\260' : '\\\\260',  '\\261' : '\\\\261',\n    '\\262' : '\\\\262',  '\\263' : '\\\\263',  '\\264' : '\\\\264',\n    '\\265' : '\\\\265',  '\\266' : '\\\\266',  '\\267' : '\\\\267',\n    '\\270' : '\\\\270',  '\\271' : '\\\\271',  '\\272' : '\\\\272',\n    '\\273' : '\\\\273',  '\\274' : '\\\\274',  '\\275' : '\\\\275',\n    '\\276' : '\\\\276',  '\\277' : '\\\\277',  '\\300' : '\\\\300',\n    '\\301' : '\\\\301',  '\\302' : '\\\\302',  '\\303' : '\\\\303',\n    '\\304' : '\\\\304',  '\\305' : '\\\\305',  '\\306' : '\\\\306',\n    '\\307' : '\\\\307',  '\\310' : '\\\\310',  '\\311' : '\\\\311',\n    '\\312' : '\\\\312',  '\\313' : '\\\\313',  '\\314' : '\\\\314',\n    '\\315' : '\\\\315',  '\\316' : '\\\\316',  '\\317' : '\\\\317',\n    '\\320' : '\\\\320',  '\\321' : '\\\\321',  '\\322' : '\\\\322',\n    '\\323' : '\\\\323',  '\\324' : '\\\\324',  '\\325' : '\\\\325',\n    '\\326' : '\\\\326',  '\\327' : '\\\\327',  '\\330' : '\\\\330',\n    '\\331' : '\\\\331',  '\\332' : '\\\\332',  '\\333' : '\\\\333',\n    '\\334' : '\\\\334',  '\\335' : '\\\\335',  '\\336' : '\\\\336',\n    '\\337' : '\\\\337',  '\\340' : '\\\\340',  '\\341' : '\\\\341',\n    '\\342' : '\\\\342',  '\\343' : '\\\\343',  '\\344' : '\\\\344',\n    '\\345' : '\\\\345',  '\\346' : '\\\\346',  '\\347' : '\\\\347',\n    '\\350' : '\\\\350',  '\\351' : '\\\\351',  '\\352' : '\\\\352',\n    '\\353' : '\\\\353',  '\\354' : '\\\\354',  '\\355' : '\\\\355',\n    '\\356' : '\\\\356',  '\\357' : '\\\\357',  '\\360' : '\\\\360',\n    '\\361' : '\\\\361',  '\\362' : '\\\\362',  '\\363' : '\\\\363',\n    '\\364' : '\\\\364',  '\\365' : '\\\\365',  '\\366' : '\\\\366',\n    '\\367' : '\\\\367',  '\\370' : '\\\\370',  '\\371' : '\\\\371',\n    '\\372' : '\\\\372',  '\\373' : '\\\\373',  '\\374' : '\\\\374',\n    '\\375' : '\\\\375',  '\\376' : '\\\\376',  '\\377' : '\\\\377'\n    }\n\ndef _quote(str, LegalChars=_LegalChars,\n    join=string.join, idmap=string._idmap, translate=string.translate):\n    #\n    # If the string does not need to be double-quoted,\n    # then just return the string.  Otherwise, surround\n    # the string in doublequotes and precede quote (with a \\)\n    # special characters.\n    #\n    if \"\" == translate(str, idmap, LegalChars):\n        return str\n    else:\n        return '\"' + join( map(_Translator.get, str, str), \"\" ) + '\"'\n# end _quote\n\n\n_OctalPatt = re.compile(r\"\\\\[0-3][0-7][0-7]\")\n_QuotePatt = re.compile(r\"[\\\\].\")\n\ndef _unquote(str, join=string.join, atoi=string.atoi):\n    # If there aren't any doublequotes,\n    # then there can't be any special characters.  See RFC 2109.\n    if  len(str) < 2:\n        return str\n    if str[0] != '\"' or str[-1] != '\"':\n        return str\n\n    # We have to assume that we must decode this string.\n    # Down to work.\n\n    # Remove the \"s\n    str = str[1:-1]\n\n    # Check for special sequences.  Examples:\n    #    \\012 --> \\n\n    #    \\\"   --> \"\n    #\n    i = 0\n    n = len(str)\n    res = []\n    while 0 <= i < n:\n        Omatch = _OctalPatt.search(str, i)\n        Qmatch = _QuotePatt.search(str, i)\n        if not Omatch and not Qmatch:              # Neither matched\n            res.append(str[i:])\n            break\n        # else:\n        j = k = -1\n        if Omatch: j = Omatch.start(0)\n        if Qmatch: k = Qmatch.start(0)\n        if Qmatch and ( not Omatch or k < j ):     # QuotePatt matched\n            res.append(str[i:k])\n            res.append(str[k+1])\n            i = k+2\n        else:                                      # OctalPatt matched\n            res.append(str[i:j])\n            res.append( chr( atoi(str[j+1:j+4], 8) ) )\n            i = j+4\n    return join(res, \"\")\n# end _unquote\n\n# The _getdate() routine is used to set the expiration time in\n# the cookie's HTTP header.      By default, _getdate() returns the\n# current time in the appropriate \"expires\" format for a\n# Set-Cookie header.     The one optional argument is an offset from\n# now, in seconds.      For example, an offset of -3600 means \"one hour ago\".\n# The offset may be a floating point number.\n#\n\n_weekdayname = ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']\n\n_monthname = [None,\n              'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',\n              'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']\n\ndef _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):\n    from time import gmtime, time\n    now = time()\n    year, month, day, hh, mm, ss, wd, y, z = gmtime(now + future)\n    return \"%s, %02d-%3s-%4d %02d:%02d:%02d GMT\" % \\\n           (weekdayname[wd], day, monthname[month], year, hh, mm, ss)\n\n\n#\n# A class to hold ONE key,value pair.\n# In a cookie, each such pair may have several attributes.\n#       so this class is used to keep the attributes associated\n#       with the appropriate key,value pair.\n# This class also includes a coded_value attribute, which\n#       is used to hold the network representation of the\n#       value.  This is most useful when Python objects are\n#       pickled for network transit.\n#\n\nclass Morsel(UserDict):\n    # RFC 2109 lists these attributes as reserved:\n    #   path       comment         domain\n    #   max-age    secure      version\n    #\n    # For historical reasons, these attributes are also reserved:\n    #   expires\n    #\n    # This dictionary provides a mapping from the lowercase\n    # variant on the left to the appropriate traditional\n    # formatting on the right.\n    _reserved = { \"expires\" : \"expires\",\n                   \"path\"        : \"Path\",\n                   \"comment\" : \"Comment\",\n                   \"domain\"      : \"Domain\",\n                   \"max-age\" : \"Max-Age\",\n                   \"secure\"      : \"secure\",\n                   \"version\" : \"Version\",\n                   }\n    _reserved_keys = _reserved.keys()\n\n    def __init__(self):\n        # Set defaults\n        self.key = self.value = self.coded_value = None\n        UserDict.__init__(self)\n\n        # Set default attributes\n        for K in self._reserved_keys:\n            UserDict.__setitem__(self, K, \"\")\n    # end __init__\n\n    def __setitem__(self, K, V):\n        K = string.lower(K)\n        if not K in self._reserved_keys:\n            raise CookieError(\"Invalid Attribute %s\" % K)\n        UserDict.__setitem__(self, K, V)\n    # end __setitem__\n\n    def isReservedKey(self, K):\n        return string.lower(K) in self._reserved_keys\n    # end isReservedKey\n\n    def set(self, key, val, coded_val,\n            LegalChars=_LegalChars,\n            idmap=string._idmap, translate=string.translate ):\n        # First we verify that the key isn't a reserved word\n        # Second we make sure it only contains legal characters\n        if string.lower(key) in self._reserved_keys:\n            raise CookieError(\"Attempt to set a reserved key: %s\" % key)\n        if \"\" != translate(key, idmap, LegalChars):\n            raise CookieError(\"Illegal key value: %s\" % key)\n\n        # It's a good key, so save it.\n        self.key                 = key\n        self.value               = val\n        self.coded_value         = coded_val\n    # end set\n\n    def output(self, attrs=None, header = \"Set-Cookie:\"):\n        return \"%s %s\" % ( header, self.OutputString(attrs) )\n\n    __str__ = output\n\n    def __repr__(self):\n        return '<%s: %s=%s>' % (self.__class__.__name__,\n                                self.key, repr(self.value) )\n\n    def js_output(self, attrs=None):\n        # Print javascript\n        return \"\"\"\n        <SCRIPT LANGUAGE=\"JavaScript\">\n        <!-- begin hiding\n        document.cookie = \\\"%s\\\"\n        // end hiding -->\n        </script>\n        \"\"\" % ( self.OutputString(attrs), )\n    # end js_output()\n\n    def OutputString(self, attrs=None):\n        # Build up our result\n        #\n        result = []\n        RA = result.append\n\n        # First, the key=value pair\n        RA(\"%s=%s;\" % (self.key, self.coded_value))\n\n        # Now add any defined attributes\n        if attrs is None:\n            attrs = self._reserved_keys\n        items = self.items()\n        items.sort()\n        for K,V in items:\n            if V == \"\": continue\n            if K not in attrs: continue\n            if K == \"expires\" and type(V) == type(1):\n                RA(\"%s=%s;\" % (self._reserved[K], _getdate(V)))\n            elif K == \"max-age\" and type(V) == type(1):\n                RA(\"%s=%d;\" % (self._reserved[K], V))\n            elif K == \"secure\":\n                RA(\"%s;\" % self._reserved[K])\n            else:\n                RA(\"%s=%s;\" % (self._reserved[K], V))\n\n        # Return the result\n        return string.join(result, \" \")\n    # end OutputString\n# end Morsel class\n\n\n\n#\n# Pattern for finding cookie\n#\n# This used to be strict parsing based on the RFC2109 and RFC2068\n# specifications.  I have since discovered that MSIE 3.0x doesn't\n# follow the character rules outlined in those specs.  As a\n# result, the parsing rules here are less strict.\n#\n\n_LegalCharsPatt  = r\"[\\w\\d!#%&'~_`><@,:/\\$\\*\\+\\-\\.\\^\\|\\)\\(\\?\\}\\{\\=]\"\n_CookiePattern = re.compile(\n    r\"(?x)\"                       # This is a Verbose pattern\n    r\"(?P<key>\"                   # Start of group 'key'\n    \"\"+ _LegalCharsPatt +\"+?\"     # Any word of at least one letter, nongreedy\n    r\")\"                          # End of group 'key'\n    r\"\\s*=\\s*\"                    # Equal Sign\n    r\"(?P<val>\"                   # Start of group 'val'\n    r'\"(?:[^\\\\\"]|\\\\.)*\"'            # Any doublequoted string\n    r\"|\"                            # or\n    \"\"+ _LegalCharsPatt +\"*\"        # Any word or empty string\n    r\")\"                          # End of group 'val'\n    r\"\\s*;?\"                      # Probably ending in a semi-colon\n    )\n\n\n# At long last, here is the cookie class.\n#   Using this class is almost just like using a dictionary.\n# See this module's docstring for example usage.\n#\nclass BaseCookie(UserDict):\n    # A container class for a set of Morsels\n    #\n\n    def value_decode(self, val):\n        \"\"\"real_value, coded_value = value_decode(STRING)\n        Called prior to setting a cookie's value from the network\n        representation.  The VALUE is the value read from HTTP\n        header.\n        Override this function to modify the behavior of cookies.\n        \"\"\"\n        return val, val\n    # end value_encode\n\n    def value_encode(self, val):\n        \"\"\"real_value, coded_value = value_encode(VALUE)\n        Called prior to setting a cookie's value from the dictionary\n        representation.  The VALUE is the value being assigned.\n        Override this function to modify the behavior of cookies.\n        \"\"\"\n        strval = str(val)\n        return strval, strval\n    # end value_encode\n\n    def __init__(self, input=None):\n        UserDict.__init__(self)\n        if input: self.load(input)\n    # end __init__\n\n    def __set(self, key, real_value, coded_value):\n        \"\"\"Private method for setting a cookie's value\"\"\"\n        M = self.get(key, Morsel())\n        M.set(key, real_value, coded_value)\n        UserDict.__setitem__(self, key, M)\n    # end __set\n\n    def __setitem__(self, key, value):\n        \"\"\"Dictionary style assignment.\"\"\"\n        rval, cval = self.value_encode(value)\n        self.__set(key, rval, cval)\n    # end __setitem__\n\n    def output(self, attrs=None, header=\"Set-Cookie:\", sep=\"\\n\"):\n        \"\"\"Return a string suitable for HTTP.\"\"\"\n        result = []\n        items = self.items()\n        items.sort()\n        for K,V in items:\n            result.append( V.output(attrs, header) )\n        return string.join(result, sep)\n    # end output\n\n    __str__ = output\n\n    def __repr__(self):\n        L = []\n        items = self.items()\n        items.sort()\n        for K,V in items:\n            L.append( '%s=%s' % (K,repr(V.value) ) )\n        return '<%s: %s>' % (self.__class__.__name__, string.join(L))\n\n    def js_output(self, attrs=None):\n        \"\"\"Return a string suitable for JavaScript.\"\"\"\n        result = []\n        items = self.items()\n        items.sort()\n        for K,V in items:\n            result.append( V.js_output(attrs) )\n        return string.join(result, \"\")\n    # end js_output\n\n    def load(self, rawdata):\n        \"\"\"Load cookies from a string (presumably HTTP_COOKIE) or\n        from a dictionary.  Loading cookies from a dictionary 'd'\n        is equivalent to calling:\n            map(Cookie.__setitem__, d.keys(), d.values())\n        \"\"\"\n        if type(rawdata) == type(\"\"):\n            self.__ParseString(rawdata)\n        else:\n            self.update(rawdata)\n        return\n    # end load()\n\n    def __ParseString(self, str, patt=_CookiePattern):\n        i = 0            # Our starting point\n        n = len(str)     # Length of string\n        M = None         # current morsel\n\n        while 0 <= i < n:\n            # Start looking for a cookie\n            match = patt.search(str, i)\n            if not match: break          # No more cookies\n\n            K,V = match.group(\"key\"), match.group(\"val\")\n            i = match.end(0)\n\n            # Parse the key, value in case it's metainfo\n            if K[0] == \"$\":\n                # We ignore attributes which pertain to the cookie\n                # mechanism as a whole.  See RFC 2109.\n                # (Does anyone care?)\n                if M:\n                    M[ K[1:] ] = V\n            elif string.lower(K) in Morsel._reserved_keys:\n                if M:\n                    M[ K ] = _unquote(V)\n            else:\n                rval, cval = self.value_decode(V)\n                self.__set(K, rval, cval)\n                M = self[K]\n    # end __ParseString\n# end BaseCookie class\n\nclass SimpleCookie(BaseCookie):\n    \"\"\"SimpleCookie\n    SimpleCookie supports strings as cookie values.  When setting\n    the value using the dictionary assignment notation, SimpleCookie\n    calls the builtin str() to convert the value to a string.  Values\n    received from HTTP are kept as strings.\n    \"\"\"\n    def value_decode(self, val):\n        return _unquote( val ), val\n    def value_encode(self, val):\n        strval = str(val)\n        return strval, _quote( strval )\n# end SimpleCookie\n\nclass SerialCookie(BaseCookie):\n    \"\"\"SerialCookie\n    SerialCookie supports arbitrary objects as cookie values. All\n    values are serialized (using cPickle) before being sent to the\n    client.  All incoming values are assumed to be valid Pickle\n    representations.  IF AN INCOMING VALUE IS NOT IN A VALID PICKLE\n    FORMAT, THEN AN EXCEPTION WILL BE RAISED.\n\n    Note: Large cookie values add overhead because they must be\n    retransmitted on every HTTP transaction.\n\n    Note: HTTP has a 2k limit on the size of a cookie.  This class\n    does not check for this limit, so be careful!!!\n    \"\"\"\n    def value_decode(self, val):\n        # This could raise an exception!\n        return loads( _unquote(val) ), val\n    def value_encode(self, val):\n        return val, _quote( dumps(val) )\n# end SerialCookie\n\nclass SmartCookie(BaseCookie):\n    \"\"\"SmartCookie\n    SmartCookie supports arbitrary objects as cookie values.  If the\n    object is a string, then it is quoted.  If the object is not a\n    string, however, then SmartCookie will use cPickle to serialize\n    the object into a string representation.\n\n    Note: Large cookie values add overhead because they must be\n    retransmitted on every HTTP transaction.\n\n    Note: HTTP has a 2k limit on the size of a cookie.  This class\n    does not check for this limit, so be careful!!!\n    \"\"\"\n    def value_decode(self, val):\n        strval = _unquote(val)\n        try:\n            return loads(strval), val\n        except:\n            return strval, val\n    def value_encode(self, val):\n        if type(val) == type(\"\"):\n            return val, _quote(val)\n        else:\n            return val, _quote( dumps(val) )\n# end SmartCookie\n\n\n###########################################################\n# Backwards Compatibility:  Don't break any existing code!\n\n# We provide Cookie() as an alias for SmartCookie()\nCookie = SmartCookie\n\n#\n###########################################################\n\n#Local Variables:\n#tab-width: 4\n#end:\n"
  },
  {
    "path": "Mod Files/system/python/spyce/LICENCE",
    "content": "Copyright (c) 2002-03 Rimon Barr.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice and\nthis LICENCE in its entirety including the disclaimer. The LICENCE of this\nproduct may only be modified by the Copyright holder.\n\n2. Redistributions in binary form must reproduce the above copyright notice\nand this LICENCE in its entirety including the disclaimer in the documentation\nand/or other materials provided with the distribution.\n\n3. The end-user documentation included with the redistribution, if any, must\ninclude the following acknowledgment: \"This product uses Spyce, Copyright\nRimon Barr.\" Alternately, this acknowledgment may appear in the software\nitself, wherever such third-party acknowledgments normally appear. The\ndocumentation must also provide a instructions on how to receive an original\nSpyce distribution, preferably a link to the website\nhttp://spyce.sourceforge.net.\n\n4. The names \"Spyce\", or \"Rimon Barr\" must not be used to endorse or promote\nproducts derived from this software without prior written permission. For\nwritten permission, please contact rimon-AT-acm.org.\n\n5. Products derived from this software may not be called \"Spyce\", nor may\n\"Spyce\" appear in their names, without prior written permission of the\nCopyright holder.\n\nTHIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,\nINCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL RIMON BARR\nOR HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\nBUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER\nIN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGE.\n"
  },
  {
    "path": "Mod Files/system/python/spyce/README",
    "content": "SPYCE - Python Server Pages\nCopyright 2002-03. Rimon Barr <rimon AT acm DOT org>\n---------------------------------------------------------------------\n\nDescription: Python-based dynamic HTML scripting engine.\n\nName:        SPYCE - Python Server Pages\nAuthor:      Rimon Barr <rimon AT acm DOT org>\n\nPlease refer to the LICENCE file\n\nFor system documentation:\n  Run \"make docs\"\n  Browse the \"docs/index.html\" file\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/RELEASE",
    "content": "To release a new version of spyce:\n\n- Run: make clean\n- Edit spyce.py: change version (possibly release)\n- Edit CHANGES\n- Run: cvs update; cvs commit\n- Perform release testing\n- Run: make upload (and do the sourceforge file release)\n- Run: make sf\n- Run: make clean\n- post to freshmeat\n    spyce-users@sourceforge.net\n    python-announce@python.org\n    python-list@python.org\n    python-web-modules@yahoogroups.com\n    cheetahtemplate-discuss@lists.sourceforge.net\n    ? mod_python@modpython.org\n    ? webware-discuss@lists.sourceforge.net\n    ? sixthdev@yahoogroups.com\n    ? quixote-users@mems-exchange.org\n    ? php, jsp, apache, cherrypy\n"
  },
  {
    "path": "Mod Files/system/python/spyce/THANKS",
    "content": "This file contains mention of people that deserve thanks. \nIf you feel that you should be added, please email me \nat <rimon AT acm DOT org>\n\nThanks (in reverse-chronological order) to:\n\nBrandon Beck <bbeck@austin.rr.com>\n  For the daemon mode suggestion\n\nConan C. Albrecht <conan@warp.byu.edu>\n  Much help with the tags, the built-in webserver, suggestions, \n  bug reports, and fixes ...\n\nFred Moscicki <fred@computronix.com>\n  Bug reports.\n\nAdrien Plisson <rien@yeepa.org>\n  Lots of bug reports, help with module development,\n  and input of many ideas.\n\nThe NullSoft crew:\n  For NSIS SuperPiMP installer\n  http://www.nullsoft.com/free/nsis/\n\nTino Lange <Tino.Lange@gmx.de>\n  Inspiring my work to get the Spyce engine and modules down from\n  Python 2.2 to Python 1.5.2.\n\nJohn J Smith <johnjsmith@rediffmail.com>\n  Finding bugs. Email discussions that led to improvements\n  in the Spyce line compacting mode, and the way modules behave\n  in included files.\n\nPiers Lauder <piers@cs.su.oz.au>\n  Email discussions that led to Python chunks (ala Poor Man's Zope),\n  filters (ala Cheetah), and some other ideas.\n\nThe Cheetah team\n  http://www.cheetahtemplate.org/\n\nNatalya Katsnelson <nk74@cornell.edu>:\n  For the Spyce mascot, \"Pilpel\".\n\nDave Wallace <dwallace@delanet.com>:\n  Provided initial idea in Webware's PSP implementation to add braces \n  to Python code, solving the indentation problem. \n\nGregory Trubetskoy <grisha@modpython.org>:\n  For the mod_python project, upon which this work depends\n  http://www.modpython.org/\n\nThe SourceForge team\n  http://www.sourceforge.net\n\nThe Apache Team\n  http://www.apache.org/\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/fcgi.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: fcgi.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n# Taken originally from: http://alldunn.com/python/fcgi.py\n# Edited a fair bit. -- RB\n\n__doc__ = 'Python Fast CGI implementation'\n\nimport os, sys, string, socket, errno, cgi\nfrom cStringIO import StringIO\nimport spyceUtil\n\n##################################################\n# Constants\n#\n\n# Protol constants: record types\nFCGI_BEGIN_REQUEST     = 1\nFCGI_ABORT_REQUEST     = 2\nFCGI_END_REQUEST       = 3\nFCGI_PARAMS            = 4\nFCGI_STDIN             = 5\nFCGI_STDOUT            = 6\nFCGI_STDERR            = 7\nFCGI_DATA              = 8\nFCGI_GET_VALUES        = 9\nFCGI_GET_VALUES_RESULT = 10\nFCGI_UNKNOWN_TYPE      = 11\nFCGI_MAXTYPE           = FCGI_UNKNOWN_TYPE\n# Protocol constants: FCGI_BEGIN_REQUEST flag mask \nFCGI_KEEP_CONN = 1\n# Protocol constants: FCGI_BEGIN_REQUEST role\nFCGI_RESPONDER  = 1\nFCGI_AUTHORIZER = 2\nFCGI_FILTER     = 3\n# Protocol constants: FCGI_END_REQUEST protocolStatus\nFCGI_REQUEST_COMPLETE = 0  # ok\nFCGI_CANT_MPX_CONN    = 1  # can not multiplex\nFCGI_OVERLOADED       = 2  # too busy\nFCGI_UNKNOWN_ROLE     = 3  # role unknown\n# Protocol constants: management record types\nFCGI_NULL_REQUEST_ID  = 0\n\n# Protocol setting: maximum number of requests\nFCGI_MAX_REQS = 1\nFCGI_MAX_CONNS = 1\n# Protocol setting: can multiplex?\nFCGI_MPXS_CONNS = 0\n# Protocol setting: FastCGI protocol version\nFCGI_VERSION_1 = 1\n\n##################################################\n# Protocol\n#\n\nclass record:\n  def __init__(self):\n    self.version = FCGI_VERSION_1\n    self.recType = FCGI_UNKNOWN_TYPE\n    self.reqId   = FCGI_NULL_REQUEST_ID\n    self.content = \"\"\n  def readRecord(self, sock):\n    # read content\n    hdr = map(ord, self.readExact(sock, 8))\n    self.version  = hdr[0]\n    self.recType  = hdr[1]\n    self.reqId    = (hdr[2]<<8)+hdr[3]\n    contentLength = (hdr[4]<<8)+hdr[5]\n    paddingLength = hdr[6]\n    self.content  = self.readExact(sock, contentLength)\n    self.readExact(sock, paddingLength)\n    # parse\n    c = self.content\n    if self.recType == FCGI_BEGIN_REQUEST:\n      self.role = (ord(c[0])<<8) + ord(c[1])\n      self.flags = ord(c[2])\n    elif self.recType == FCGI_UNKNOWN_TYPE:\n      self.unknownType = ord(c[0])\n    elif self.recType == FCGI_GET_VALUES or self.recType == FCGI_PARAMS:\n      self.values={}\n      pos=0\n      while pos < len(c):\n        name, value, pos = self.decodePair(c, pos)\n        self.values[name] = value\n    elif self.recType == FCGI_END_REQUEST:\n      b = map(ord, c[0:5])\n      self.appStatus = (b[0]<<24) + (b[1]<<16) + (b[2]<<8) + b[3]\n      self.protocolStatus = b[4]\n  def writeRecord(self, sock):\n    content = self.content\n    if self.recType == FCGI_BEGIN_REQUEST:\n      content = chr(self.role>>8) + chr(self.role & 255) + chr(self.flags) + 5*'\\000'\n    elif self.recType == FCGI_UNKNOWN_TYPE:\n      content = chr(self.unknownType) + 7*'\\000'\n    elif self.recType==FCGI_GET_VALUES or self.recType==FCGI_PARAMS:\n      content = \"\"\n      for i in self.values.keys():\n        content = content + self.encodePair(i, self.values[i])\n    elif self.recType==FCGI_END_REQUEST:\n      v = self.appStatus\n      content = chr((v>>24)&255) + chr((v>>16)&255) + chr((v>>8)&255) + chr(v&255)\n      content = content + chr(self.protocolStatus) + 3*'\\000'\n    cLen = len(content)\n    eLen = (cLen + 7) & (0xFFFF - 7)    # align to an 8-byte boundary\n    padLen = eLen - cLen\n    hdr = [ self.version, self.recType, self.reqId >> 8,\n      self.reqId & 255, cLen >> 8, cLen & 255, padLen, 0]\n    hdr = string.joinfields(map(chr, hdr), '')\n    sock.send(hdr + content + padLen*'\\000')\n  def readExact(self, sock, amount):\n    data = ''\n    while amount and len(data) < amount:\n      data = data + sock.recv(amount-len(data))\n    return data\n  def decodePair(self, s, pos):\n    nameLen=ord(s[pos]) ; pos=pos+1\n    if nameLen & 128:\n      b=map(ord, s[pos:pos+3]) ; pos=pos+3\n      nameLen=((nameLen&127)<<24) + (b[0]<<16) + (b[1]<<8) + b[2]\n    valueLen=ord(s[pos]) ; pos=pos+1\n    if valueLen & 128:\n      b=map(ord, s[pos:pos+3]) ; pos=pos+3\n      valueLen=((valueLen&127)<<24) + (b[0]<<16) + (b[1]<<8) + b[2]\n    name = s[pos:pos+nameLen] ; pos = pos + nameLen\n    value = s[pos:pos+valueLen] ; pos = pos + valueLen\n    return name, value, pos\n  def encodePair(self, name, value):\n    l=len(name)\n    if l<128: s=chr(l)\n    else: s=chr(128|(l>>24)&255)+chr((l>>16)&255)+chr((l>>8)&255)+chr(l&255)\n    l=len(value)\n    if l<128: s=s+chr(l)\n    else: s=s+chr(128|(l>>24)&255)+chr((l>>16)&255)+chr((l>>8)&255)+chr(l&255)\n    return s + name + value\n\nclass FCGI:\n  def __init__(self, port=None):\n    # environment variables\n    try:\n      self.FCGI_PORT = int(os.environ['FCGI_PORT'])\n    except:\n      self.FCGI_PORT = None\n    if port: self.FCGI_PORT = port\n    self.FCGI_PORT = None\n    try:\n      self.FCGI_ALLOWED_ADDR = os.environ['FCGI_WEB_SERVER_ADDRS']\n      self.FCGI_ALLOWED_ADDR = map(string.strip, string.split(self.FCGI_ALLOWED_ADDR, ','))\n    except: \n      self.FCGI_ALLOWED_ADDR = None\n    self.firstCall = 1\n    self.clearState()\n    self.socket = None\n    self.createServerSocket()\n  def createServerSocket(self):\n    if self.FCGI_PORT:\n      s=socket.socket(socket.AF_INET, socket.SOCK_STREAM)\n      s.set_reuse_addr()\n      s.bind(('127.0.0.1', self.FCGI_PORT))\n    else:\n      try:\n        s=socket.fromfd(sys.stdin.fileno(), socket.AF_INET, socket.SOCK_STREAM)\n        s.getpeername()\n      except socket.error, (err, errmsg):\n        if err!=errno.ENOTCONN:\n          return\n      except:\n        return\n    self.socket = s\n  def accept(self):\n    if not self.socket:  # plain CGI\n      if self.firstCall:\n        result = sys.stdin, spyceUtil.NoCloseOut(sys.stdout), sys.stderr, os.environ\n      else:\n        return 0\n    else:  # FCGI\n      if not self.firstCall:\n        self.send()\n      result = self.recv()\n    self.firstCall = 0\n    return result\n  def clearState(self):\n    self.reqID      = 0\n    self.connection = None\n    self.environ    = {}\n    self.stdin      = StringIO()\n    self.stderr     = StringIO()\n    self.stdout     = StringIO()\n    self.data       = StringIO()\n  def send(self):\n    self.stderr.seek(0,0)\n    self.stdout.seek(0,0)\n    self.sendStream(FCGI_STDERR, self.stderr.read())\n    self.sendStream(FCGI_STDOUT, self.stdout.read())\n    r=record()\n    r.recType=FCGI_END_REQUEST\n    r.reqId=self.reqID\n    r.appStatus=0\n    r.protocolStatus=FCGI_REQUEST_COMPLETE\n    r.writeRecord(self.connection)\n    self.connection.close()\n    self.clearState()\n  def sendStream(self, streamType, streamData):\n    r=record()\n    r.recType = streamType\n    r.reqId = self.reqID\n    data = streamData\n    while data:\n      r.content, data = data[:8192], data[8192:]\n      r.writeRecord(self.connection)\n    r.content='' ; r.writeRecord(self.connection)\n  def recv(self):\n    self.connection, address = self.socket.accept()\n    # rimtodo: filter to serve only allowed addresses\n    # if good_addrs!=None and addr not in good_addrs:\n    #  raise 'Connection from invalid server!'\n    remaining=1\n    while remaining:\n      r=record(); r.readRecord(self.connection)\n      if r.recType in [FCGI_GET_VALUES]:  # management records\n        if r.recType == FCGI_GET_VALUES:\n          r.recType = FCGI_GET_VALUES_RESULT\n          v={}\n          vars={'FCGI_MAX_CONNS' : FCGI_MAX_CONNS,\n                'FCGI_MAX_REQS'  : FCGI_MAX_REQS,\n                'FCGI_MPXS_CONNS': FCGI_MPXS_CONNS}\n          for i in r.values.keys():\n            if vars.has_key(i): v[i]=vars[i]\n          r.values=vars\n          r.writeRecord(self.connection)\n      elif r.reqId == 0:  # management record of unknown type\n        r2 = record()\n        r2.recType = FCGI_UNKNOWN_TYPE ; r2.unknownType = r.recType\n        r2.writeRecord(self.connection)\n        continue\n      elif r.reqId != self.reqID and r.recType != FCGI_BEGIN_REQUEST:\n        continue # ignore inactive requests\n      elif r.recType == FCGI_BEGIN_REQUEST and self.reqID != 0:\n        continue # ignore BEGIN_REQUESTs in the middle of request\n      if r.recType == FCGI_BEGIN_REQUEST: # begin request\n        self.reqID = r.reqId\n        if r.role == FCGI_AUTHORIZER:   remaining=1\n        elif r.role == FCGI_RESPONDER:  remaining=2\n        elif r.role == FCGI_FILTER:     remaining=3\n      elif r.recType == FCGI_PARAMS:  # environment\n        if r.content == '': remaining=remaining-1\n        else:\n          for i in r.values.keys():\n            self.environ[i] = r.values[i]\n      elif r.recType == FCGI_STDIN:   # stdin\n        if r.content == '': remaining=remaining-1\n        else: self.stdin.write(r.content)\n      elif r.recType == FCGI_DATA:    # data\n        if r.content == '': remaining=remaining-1\n        else: self.data.write(r.content)\n    # end while\n    self.stdin.seek(0,0)\n    self.data.seek(0,0)\n    # return CGI environment\n    return self.stdin, spyceUtil.NoCloseOut(self.stdout), self.stderr, self.environ\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/installHelper.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: installHelper.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n__doc__ = 'Spyce install helper script'\n\nimport os, imp, sys, getopt, string, re, time\n\nCONF_BEGIN_MARK = '### BEGIN SPYCE CONFIG MARKER'\nCONF_END_MARK = '### END SPYCE CONFIG MARKER'\nHTTPD_LOCATIONS = [\n  '/etc/httpd/conf',\n  r'C:\\Program Files\\Apache Group\\Apache2\\conf',\n  r'C:\\Program Files\\Apache Group\\Apache\\conf',\n  '/etc',\n  '/']\nAPACHE_EXE_LOCATIONS = [\n  r'C:\\Program Files\\Apache Group\\Apache2\\bin',\n  r'C:\\Program Files\\Apache Group\\Apache2',\n  r'C:\\Program Files\\Apache Group\\Apache\\bin',\n  r'C:\\Program Files\\Apache Group\\Apache',\n]\nSYS_LOCATIONS = [\n  r'C:\\winnt\\system32',\n]\n\ndef endsWith(s, suffix):\n  suffixLen = len(suffix)\n  return s[-suffixLen:] == suffix\n\ndef listDirFilter(dir, extension):\n  files = os.listdir(dir)\n  files = filter(lambda file: endsWith(file, extension), files)\n  return files\n\ndef compilePythonDir(dir):\n  print '** Compiling Python files in: %s' % dir\n  for file in listDirFilter(dir, '.py'):\n    print 'Compiling: %s' % file\n    try:\n      p = os.path.join(dir, file)\n      f = None\n      try:\n        f = open(p, 'r')\n        imp.load_source(os.path.split(file)[1][:-3], p, f)\n      finally:\n        if f: f.close()\n    except: pass\n\ndef compileSpyceDir(dir):\n  import spyceCmd\n  print '** Processing Spyce files in: %s' % dir\n  for file in listDirFilter(dir, '.spy'):\n    print 'Processing: %s' % file\n    sys.argv = ['', '-o', os.path.join(dir, file[:-4]+'.html'), os.path.join(dir, file)]\n    spyceCmd.spyceMain()\n\ndef findLine(array, line):\n  line = string.strip(line)\n  for i in range(len(array)):\n    if re.search(line, string.strip(array[i])):\n      return i\n  return None\n\ndef unconfig(s):\n  lines = string.split(s, '\\n')\n  begin = findLine(lines, CONF_BEGIN_MARK)\n  end = findLine(lines, CONF_END_MARK)\n  if begin!=None and end!=None and end>begin:\n    del lines[begin:end+1]\n  s = string.join(lines, '\\n')\n  return s\n\ndef config(s, root):\n  append = readFile('spyceApache.conf')\n  root = re.sub(r'\\\\', '/', root)\n  append = string.replace(append, 'XXX', root)\n  append = string.split(append, '\\n')\n  if os.name=='nt':\n    row = findLine(append, 'ScriptInterpreterSource')\n    append[row] = string.strip(re.sub('#', '', append[row]))\n  lines = [s] + [CONF_BEGIN_MARK] + append + [CONF_END_MARK]\n  s = string.join(lines, '\\n')\n  return s\n\ndef readFile(filename):\n  f = None\n  try:\n    f = open(filename, 'r')\n    return f.read()\n  finally:\n    if f: f.close()\n\ndef writeFileBackup(filename, new):\n  old = readFile(filename)\n  backupname = filename + '.save'\n  f = None\n  try:\n    f = open(backupname, 'w')\n    f.write(old)\n  finally:\n    if f: f.close()\n  f = None\n  try:\n    f = open(filename, 'w')\n    f.write(new)\n  finally:\n    if f: f.close()\n\ndef locateFile(file, locations):\n  def visit(arg, dirname, names, file=file):\n    path = os.path.join(dirname, file)\n    if os.path.exists(path):\n      arg.append(path)\n    if arg:\n      del names[:]\n  found = []\n  for path in locations:\n    os.path.walk(path, visit, found)\n    if found:\n      return found[0]\n\ndef configHTTPD(spyceroot):\n  print '** Searching for httpd.conf...'\n  file = locateFile('httpd.conf', HTTPD_LOCATIONS)\n  if file:\n    print '** Modifying httpd.conf'\n    s = readFile(file)\n    s = unconfig(s)\n    s = config(s, spyceroot)\n    writeFileBackup(file, s)\n\ndef unconfigHTTPD():\n  print '** Searching for httpd.conf...'\n  file = locateFile('httpd.conf', HTTPD_LOCATIONS)\n  if file:\n    print '** Modifying httpd.conf'\n    s = readFile(file)\n    s = unconfig(s)\n    writeFileBackup(file, s)\n\ndef restartApache():\n  print '** Searching for apache.exe...'\n  file = locateFile('apache.exe', APACHE_EXE_LOCATIONS)\n  cmd = locateFile('cmd.exe', SYS_LOCATIONS)\n  if file and cmd:\n    print '** Restarting Apache'\n    os.spawnl(os.P_WAIT, cmd, '/c \"%s\" -k restart'%file)\n    return\n  print 'Could not find apache.exe'\n\n\n\ndef main():\n  try:\n    opts, args = getopt.getopt(sys.argv[1:], '',\n      ['py=', 'spy=', 'apache=', 'apacheUN',\n      'apacheRestart']);\n  except getopt.error: \n    print \"Syntax error\"\n    return -1\n  for o, a in opts:\n    if o == \"--py\":\n      compilePythonDir(a); return 0\n    if o == \"--spy\":\n      compileSpyceDir(a); return 0\n    if o == \"--apache\":\n      configHTTPD(a); return 0\n    if o == \"--apacheUN\":\n      unconfigHTTPD(); return 0\n    if o == \"--apacheRestart\":\n      restartApache(); return 0\n  print \"Syntax error\"\n  return -1\n\nif __name__=='__main__': \n  sys.exit(main())\n"
  },
  {
    "path": "Mod Files/system/python/spyce/makefile",
    "content": "PYTHON := $(shell which python)\nSPYCE_VERSION = $(shell $(PYTHON) -c \"import spyce; print spyce.__version__\")\nSPYCE_RELEASE = $(shell $(PYTHON) -c \"import spyce; print spyce.__release__\")\n\nSRC := $(wildcard *.py) $(wildcard modules/*.py) $(wildcard tags/*.py)\nOTHER := CHANGES LICENCE README THANKS spyceApache.conf spyce.conf.eg spyce.mime\nDOC_SRC := $(wildcard docs/*.spy) docs/*.gif docs/examples/*.gif\nDOC = $(wildcard docs/*.html) docs/*.gif\nEXAMPLES := $(wildcard docs/examples/*.spy) $(wildcard docs/examples/*.spi) $(wildcard docs/examples/*.tmpl) $(wildcard docs/examples/*.py) $(wildcard docs/examples/*.gif)\n\nSFUSER := batripler\nSFCVSanon := :pserver:anonymous@cvs1.sourceforge.net:/cvsroot/spyce\nSFCVSdev := :ext:$(SFUSER)@cvs1.sourceforge.net:/cvsroot/spyce\nSFCVS := $(SFCVSdev)\nSF_SPYCE_DIR := /home/groups/s/sp/spyce\n\nssh := ssh -1 -x\nscp := scp -o Protocol=1\n\nCOMPILED = $(SRC:.py=.pyc) $(SRC:.py=.pyo)\n\n# install paths\nDESTDIR := /\nINSTALL_ROOT := $(DESTDIR)\nINSTALL_CODE := $(INSTALL_ROOT)/usr/share\n\nRPMROOT := /home/barr/misc/rpm\n\n.PHONY: all compile clean remake tgz rpm www\n\nall: compile docs\n\n# make this a dependency every time you use $PYTHON or $SPYCE_VERSION\nversionchk: $(PYTHON)\n\t$(PYTHON) verchk.py\n\ttouch versionchk\n\nclean: versionchk\n\t-rm versionchk\n\t-rm -f spyce.spec spyce.nsi\n\t-rm -f *.pyc modules/*.pyc tags/*.pyc\n\t-rm -f *.pyo modules/*.pyo tags/*.pyo\n\t-rm -f spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz\n\t-rm -f spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).noarch.rpm\n\t-rm -f $(RPMROOT)/SOURCES/spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz\n\t-rm -f $(RPMROOT)/SRPMS/spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).src.rpm\n\t-rm -f $(RPMROOT)/RPMS/noarch/spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).noarch.rpm\n\t-rm -rf $(RPMROOT)/BUILD/spyce-$(SPYCE_VERSION)\n\t-$(MAKE) -C docs clean\n\nperm:\n\tchmod a+r -R .\n\tchmod a+rx . `find . -type d`\n\tchmod a+x run_*.py verchk.py\n\tchmod a+x spyce.py spyceCGI.py\n\nremake: clean all\n\ncompile: $(COMPILED)\n\n# make documentation\ndocs: compile\n\t@$(MAKE) -C docs\n\n# make source tarball\ntgz: versionchk\n\t@echo \"Making clean source tarball: spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz\"\n\t-rm -rf spyce-$(SPYCE_VERSION)\n\tcvs -d $(SFCVS) export -d spyce-$(SPYCE_VERSION) -D now spyce\n\tchmod a+r -R spyce-$(SPYCE_VERSION)\n\tchmod a+x `find spyce-$(SPYCE_VERSION) -type d`\n\tchmod a+x spyce-$(SPYCE_VERSION)/run_*.py spyce-$(SPYCE_VERSION)/verchk.py\n\tchmod a+x spyce-$(SPYCE_VERSION)/spyce.py spyce-$(SPYCE_VERSION)/spyceCGI.py\n\t# process .nsi.in so that we can just use .tgz to make .exe installer\n\tcd spyce-$(SPYCE_VERSION); make spyce.nsi; rm -f *.pyc *.pyo; cd ..\n\ttar --totals -czf spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz spyce-$(SPYCE_VERSION)\n\trm -rf spyce-$(SPYCE_VERSION)\n\n# make rpm\nrpm: versionchk tgz spyce.spec\n\tcp spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz $(RPMROOT)/SOURCES\n\trpmbuild -ba spyce.spec\n\tcp $(RPMROOT)/RPMS/noarch/spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).noarch.rpm .\n\n# install Spyce (used for manual install and by rpm scripts)\ninstall: compile docs\n\t@echo \"Installing Spyce python module in: $(INSTALL_CODE)/spyce\"\n\t@for f in `find . -type d`; do \\\n\t\tmkdir -p $(INSTALL_CODE)/spyce/$$f; \\\n\t\tchmod a+rx $(INSTALL_CODE)/spyce/$$f; \\\n\tdone\n\t@for f in $(SRC) $(COMPILED) $(OTHER) $(DOC) $(EXAMPLES); do \\\n\t\tinstall -m 644 $$f $(INSTALL_CODE)/spyce/$$f; \\\n\tdone\n\t@chmod a+rx $(INSTALL_CODE)/spyce/run_*.py $(INSTALL_CODE)/spyce/verchk.py\n\t@chmod a+rx $(INSTALL_CODE)/spyce/spyce.py $(INSTALL_CODE)/spyce/spyceCGI.py\n\n# uninstall Spyce (used for manual install and by rpm scripts)\nuninstall:\n\t@echo \"Removing main Spyce directory: $(INSTALL_CODE)/spyce\"\n\t@-rm -rf $(INSTALL_CODE)/spyce\n\n# generate python compiled (bytecode) files\n$(COMPILED): $(SRC)\n\t$(PYTHON) -c \"exec '''import py_compile,string,os\\nfor i in string.split('$+', ' '):\\n  print 'Compiling .pyc: '+i; py_compile.compile(i)\\n'''\"\n\t$(PYTHON) -OO -c \"exec '''import py_compile,string,os\\nfor i in string.split('$+', ' '):\\n  print 'Compiling .pyo: '+i; py_compile.compile(i)\\n'''\"\n\tchmod a+r $(COMPILED)\n\n%.pyc: %.py versionchk\n\t$(PYTHON) -c \"import py_compile; py_compile.compile('$<')\"\n\tchmod a+r $<\n\n%.pyo: %.py versionchk\n\t$(PYTHON) -O -c \"import py_compile; py_compile.compile('$<')\"\n\tchmod a+r $<\n\nspyce.spec: spyce.spec.in spyce.py\n\tcat spyce.spec.in | sed \"s/__VERSION__/${SPYCE_VERSION}/\" | sed \"s/__RELEASE__/${SPYCE_RELEASE}/\" > spyce.spec\n\nspyce.nsi: spyce.nsi.in spyce.py\n\tcat spyce.nsi.in | sed \"s/__VERSION__/${SPYCE_VERSION}/\" | sed \"s/__RELEASE__/${SPYCE_RELEASE}/\" > spyce.nsi\n\n\n# update sourceforge\nsf: clean tgz compile\n\t-rm -r www\n\tmkdir www; mkdir www/htdocs; mkdir www/htdocs/examples; mkdir www/cgi-bin; mkdir www/cgi-bin/eg\n\t# docs\n\t@$(MAKE) -C docs sf\n\tcp docs/*.html docs/*.gif docs/*.ico www/htdocs\n\t# examples\n\tcp docs/examples/*.spy docs/examples/*.spi docs/examples/*.tmpl www/htdocs/examples\n\t# exec\n\tcp spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz www\n\tcd www; tar -xzf spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz; mv spyce-$(SPYCE_VERSION) spyce; rm spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz; cd spyce; make compile; cd ../..\n\t# cgi\n\tcp docs/examples/*.spy docs/examples/*.spi docs/examples/*.py docs/examples/*.tmpl docs/examples/*.gif www/cgi-bin/eg\n\tcd www; for f in cgi-bin/eg/*.spy; do spyce/misc/addfirstline.sh $$f '#!/usr/bin/python ../../spyce/run_spyceCGI.py'; done; cd ..\n\t# package it all up\n\ttar -czvf www.tgz www/\n\t-rm -r www\n\t# send it over\n\t$(scp) www.tgz $(SFUSER)@shell.sourceforge.net:.\n\t-rm www.tgz\n\tmake clean\n\t# unpackage it there\n\t$(ssh) $(SFUSER)@shell.sourceforge.net 'tar -xzf www.tgz; rm www.tgz; cd www; chmod -R a+r .; chmod a+x `find . -type d`; chmod a+x cgi-bin/eg/*.spy; cd spyce; make perm; cd ../..; chown -R :spyce www; chmod -R g+rw .; chmod g+x `find www -type d`'\n\t# out with the old and in with the new\n\t$(ssh) $(SFUSER)@shell.sourceforge.net 'pushd $(SF_SPYCE_DIR); rm -rf cgi-bin htdocs spyce; popd; mv www/* $(SF_SPYCE_DIR); rmdir www'\n\nsfcontrib:\n\t# contribs\n\tpython run_spyceCmd.py -O contrib/*.spy\n\t$(scp) -r contrib $(SFUSER)@shell.sourceforge.net:$(SF_SPYCE_DIR)/htdocs\n\n# upload files to sourceforge file release system\nupload: versionchk rpm\n\tncftpput upload.sourceforge.net incoming spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).noarch.rpm\n\tmake clean\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/modules/automaton.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: automaton.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\n\n__doc__ = '''Automaton module allows Spyce users to create websites with\nstate machine-based application flows. One can define an automaton\nprogrammatically using the start(), transition() and begin methods. The\nautomaton is the executed (one step per request) using the step() method. This\nmethod accepts the current state, which should be managed by the user\npreferably via a session (keeping the information on the server), or possibly\nby get, post or cookie. The step() method then calls the recv() function on\nthe given state, which returns an edge label. This edge points to the new\nstate. The step() method then calls the send() method of the new state to\ngenerate the page content. The user should encode the new state in this\ncontent, or use on a subsequent request.'''\n\nSEND = 0\nRECV = 1\nEDGES = 2\n\nclass automaton(spyceModule):\n  def start(self):\n    \"Initialise an empty automaton\"\n    self.clear()\n  def clear(self):\n    self._nodes = {}\n    self._edges = {}\n  # defining the automaton\n  def state(self, name, send, recv):\n    \"Add a new automaton state\"\n    self._nodes[name] = send, recv\n    self.transition(name, None, name)\n  def transition(self, state1, edge, state2):\n    \"Add a new automaton transition\"\n    if not self._nodes.has_key(state1):\n      raise 'state %s does not exist' % state1\n    if not self._nodes.has_key(state2):\n      raise 'state %s does not exist' % state2\n    self._edges[(state1, edge)] = state2\n  node=state\n  edge=transition\n  def begin(self, name):\n    if not self._nodes.has_key(name):\n      raise 'state %s does not exist' % name\n    self._begin = name\n  def define(self, sm, start):\n    self.clear()\n    for s1 in sm.keys():\n      self.node(s1, sm[s1][SEND], sm[s1][RECV])\n    for s1 in sm.keys():\n      for e in sm[s1][EDGES].keys():\n        self.edge(s1, e, sm[s1][EDGES][e])\n    self.begin(start)\n\n  # running the automaton\n  def step(self, state=None):\n    \"\"\"Run the automaton one step: recv (old state), transition, \n    send (new state)\"\"\"\n    if state==None:\n      state = self._begin\n    else:\n      try: _, recv = self._nodes[state]\n      except: raise 'invalid state: %s' % state\n      edge = recv()\n      try: state = self._edges[(state, edge)]\n      except: raise 'invalid transition: %s,%s' % (state, edge)\n    try: send, _ = self._nodes[state]\n    except: raise 'invalid state: %s' % state\n    send()\n\n\n# rimtodo: cached state-machines\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/modules/compress.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: compress.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nfrom cStringIO import StringIO\nimport gzip, string, spyceUtil\n\n__doc__ = '''Compress module provides dynamic compression.'''\n\nOUTPUT_POSITION = 95\n\nclass compress(spyceModule):\n  def start(self):\n    # install compress filter into response module\n    self._filter = FilterCompress(self)\n    self._api.getModule('response').addFilter(OUTPUT_POSITION, self._filter)\n  def finish(self, theError=None):\n    if not theError:\n      self._filter.close()\n  def init(self, gzip=None, spaces=None):\n    if gzip: self.gzip()\n    if spaces: self.spaces()\n  def spaces(self, on=1):\n    self._filter.setSpaceMode(on)\n  def gzip(self, level=None):\n    self._filter.setGZIP(level)\n\nclass FilterCompress(Filter):\n  def __init__(self, module):\n    self._module = module\n    self._buf = StringIO()\n    self._flushed = 0\n    self._space = 0\n    self._gzip = None\n    self._gzipfile = None\n  def writeStatic(self, s):\n    self.write(s)\n  def writeExpr(self, s, **kwargs):\n    self.write(str(s))\n  def setSpaceMode(self, on):\n    self._space = on\n  def setGZIP(self, level):\n    if self._flushed:\n      raise 'output already flushed'\n    encodings = self._module._api.getModule('request').getHeader('Accept-Encoding')\n    if not encodings or string.find(encodings, 'gzip')<0:\n      return  # ensure the browser can cope\n    if level==0:\n      self._gzip = None\n      self._gzipfile = None\n    else:\n      self._gzipfile = StringIO()\n      if level:\n        self._gzip = gzip.GzipFile(mode='w', fileobj=self._gzipfile, compresslevel=level)\n      else:\n        self._gzip = gzip.GzipFile(mode='w', fileobj=self._gzipfile)\n  def write(self, s, *args, **kwargs):\n    self._buf.write(s)\n  def flushImpl(self, final=0):\n    self._flushed = 1\n    s = self._buf.getvalue()\n    self._buf = StringIO()\n    if self._space:\n      s = spyceUtil.spaceCompact(s)\n    if self._gzip:\n      self._gzip.write(s)\n      self._gzip.flush()\n      if final:\n        self._module._api.getModule('response').addHeader('Content-Encoding', 'gzip')\n        self._gzip.close()\n        self._gzip = None\n      s = self._gzipfile.getvalue()\n      self._gzipfile.truncate(0)\n    self.next.write(s)\n  def clearImpl(self):\n    self._buf = StringIO()\n  def close(self):\n    self.flushImpl(1)\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/modules/cookie.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: cookie.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport Cookie, time, calendar\n\n__doc__ = \"\"\"Cookie module gives users full control over browser cookie\nfunctionality. \"\"\"\n\nclass cookie(spyceModule):\n  def start(self):\n    self._cookie = None\n  def get(self, key=None):\n    \"Get brower cookie(s)\"\n    if self._cookie == None:\n      self._cookie = {}\n      cookie = Cookie.SimpleCookie(self._api.getModule('request').env('HTTP_COOKIE'))\n      for c in cookie.keys():\n        self._cookie[c] = cookie[c].value\n    if key:\n      if self._cookie.has_key(key):\n        return self._cookie[key]\n    else: return self._cookie\n  def __getitem__(self, key):\n    \"Get browser cookie(s)\"\n    return self.get(key)\n  def set(self, key, value, expire=None, domain=None, path=None, secure=0):\n    \"Set browser cookie\"\n    if value==None:  # delete (set to expire one week ago)\n      return self.set(key, '', -60*60*24*7, domain, path, secure)\n    text = '%s=%s' % (key, value)\n    if expire != None: text = text + ';EXPIRES=%s' % time.strftime(\n      '%a, %d-%b-%y %H:%M:%S GMT',\n      time.gmtime(time.time()+expire))\n    if domain: text = text + ';DOMAIN=%s' % domain\n    if path: text = text + ';PATH=%s' % path\n    if secure: text = text + ';SECURE'\n    self._api.getModule('response').addHeader('Set-Cookie', text)\n  def delete(self, key):\n    \"Delete browser cookie\"\n    self.set(key, None)\n  def __delitem__(self, key):\n    \"Delete browser cookie\"\n    return self.delete(self, key)\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/modules/error.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: error.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport spyceException\nimport os\n\n__doc__ = '''Error module provides error-handling functionality.'''\n\nclass error(spyceModule):\n  def start(self):\n    self._error = None\n    pageerrorType, pageerrorData = self._api.getPageError()\n    self.handler = lambda self, pageerrorType=pageerrorType, pageerrorData=pageerrorData: spyceHandler(self, pageerrorData, pageerrorType)\n  def finish(self, theError=None):\n    self._error = theError\n    self._fromFile = self._api.getFilename()\n    if theError:\n      self.handler(self)\n  def setHandler(self, fn):\n    if not type(fn)==type(spyceHandler):\n      raise 'parameter should be a function'\n    self.handler = fn\n  def setStringHandler(self, s):\n    if not type(s)==type(''):\n      raise 'parameter should be a string of spyce code'\n    self.handler = lambda self, s=s: spyceHandler(self, s, 'string')\n  def setFileHandler(self, f):\n    if not type(f)==type(''):\n      raise 'parameter should be a filename'\n    self.handler = lambda self, f=f: spyceHandler(self, f)\n  def getHandler(self):\n    return self.handler\n  def isError(self):\n    return not not self._error\n  def getMessage(self):\n    if self._error: return self._error.msg\n  def getType(self):\n    if self._error: return self._error.type\n  def getFile(self):\n    if self._error: return self._fromFile\n  def getTraceback(self):\n    if self._error: return self._error.traceback\n  def getString(self):\n    if self._error: return self._error.str\n  def __repr__(self):\n    if not self._error: return 'None'\n    return 'type: %s, string: %s, msg: %s, file: %s' % (\n      self.getType(), self.getString(), self.getMessage(), self.getFile())\n\ndef spyceHandler(errorModule, spyceCode, type='file'):\n  try:\n    responseModule = errorModule._api.getModule('response')\n    responseModule.clear()\n    responseModule.clearHeaders()\n    responseModule.clearFilters()\n    responseModule.setContentType('text/html')\n    responseModule.setReturnCode(errorModule._api.getResponse().RETURN_OK)\n  except: pass\n  try:\n    s, file = None, None\n    if type=='file':\n      file = os.path.join(os.path.dirname(errorModule._api.getFilename()), spyceCode)\n      code = errorModule._api.spyceFile(file)\n    elif type=='string':\n      file = '<string>'\n      code = errorModule._api.spyceString(spyceCode)\n    else:\n      raise 'unrecognized handler type'\n    try:\n      s = code.newWrapper()\n      modules = errorModule._api.getModules()\n      for name in modules.keys():\n        s.setModule(name, modules[name])  # include modules as well!\n      s.spyceInit(errorModule._api.getRequest(), errorModule._api.getResponse())\n      errmod = s._startModule('error', None, None, 1)\n      errmod._error = errorModule._error\n      errmod._fromFile = errorModule._fromFile\n      s.spyceProcess()\n    finally:\n      if s: \n        s.spyceDestroy()\n        code.returnWrapper(s)\n  except spyceException.spyceRuntimeException, e:\n    errorModule._error = e\n    errorModule._fromFile = file\n    if (type, spyceCode) == ('string', defaultErrorTemplate):\n      raise  # avoid infinite loop\n    else:\n      spyceHandler(errorModule, defaultErrorTemplate, 'string')\n\ndefaultErrorTemplate = '''\n[[.module name=transform]]\n[[transform.expr('html_encode')]]\n<html>\n<title>Spyce exception: [[=error.getMessage()]]</title>\n<body>\n<table border=0>\n  <tr><td colspan=2><h1>Spyce exception</h1></td></tr>\n  <tr><td valign=top><b>File:</b></td><td>[[=error.getFile()]]</tr>\n  <tr><td valign=top><b>Message:</b></td>\n    <td><pre>[[=error.getMessage()]]</pre></tr>\n  <tr><td valign=top><b>Stack:</b></td><td>\n    [[ for frame in error.getTraceback(): { ]]\n      [[=frame[0] ]]:[[=frame[1] ]], in [[=frame[2] ]]:<br>\n      <table border=0><tr><td width=10></td><td>\n        <pre>[[=frame[3] ]]</pre>\n      </td></tr></table>\n    [[ } ]]\n    </td></tr>\n</table>\n</body></html>\n'''\n\ndef serverHandler(theServer, theRequest, theResponse, theError):\n  try:\n    theResponse.clear()\n    theResponse.clearHeaders()\n    theResponse.setContentType('text/html')\n    theResponse.setReturnCode(theResponse.RETURN_OK)\n  except: pass\n  s = None\n  try:\n    spycecode = theServer.spyce_cache[('string', serverErrorTemplate)]\n    s = spycecode.newWrapper()\n    s.spyceInit(theRequest, theResponse)\n    s.getModule('error')._error = theError\n    s.spyceProcess()\n  finally:\n    if s: \n      s.spyceDestroy()\n      spycecode.returnWrapper(s)\n\n\nserverErrorTemplate = '''\n[[.module name=transform]]\n[[import string, spyceException\n  if isinstance(error._error, spyceException.spyceNotFound): { ]]\n  <html><body>\n  [[=error._error.file]] not found\n  [[response.setReturnCode(response._api.getResponse().RETURN_NOT_FOUND)]]\n  </body></html>\n[[ } elif isinstance(error._error, spyceException.spyceForbidden): { ]]\n  <html><body>\n  [[=error._error.file]] forbidden\n  [[response.setReturnCode(response._api.getResponse().RETURN_FORBIDDEN)]]\n  </body></html>\n[[ } elif isinstance(error._error, spyceException.spyceSyntaxError): { ]]\n  <html><body><pre>\n  [[=transform.html_encode(`error._error`)]]\n  </pre></body></html>\n[[ } elif isinstance(error._error, spyceException.pythonSyntaxError): { ]]\n  <html><body><pre>\n  [[=transform.html_encode(`error._error`)]]\n  </pre></body></html>\n[[ } elif isinstance(error._error, SyntaxError): { ]]\n  <html><body><pre>\n  Syntax error at [[=error._error.filename]]:[[=error._error.lineno]] - \n    [[=transform.html_encode(error._error.text)]]    [[\n      if not error._error.offset==None: {\n        print ' '*error._error.offset+'^'\n      }\n    ]]\n  </pre></body></html>\n[[ } else: { raise error._error } ]]\n'''\n"
  },
  {
    "path": "Mod Files/system/python/spyce/modules/include.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: include.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport os, re\n\n__doc__ = \"\"\"Include module is used to assist the inclusion of abitrary\nelements/files into a Spyce file. It can also support the notion of an\n'inclusion context'.\"\"\"\n\nclass include(spyceModule):\n  def start(self):\n    self.context = None\n    self.vars = None\n    self.fromFile = None\n  def spyce(self, file, context=None):\n    \"Include a Spyce file\"\n    file = os.path.join(os.path.dirname(self._api.getFilename()), file)\n    result = s = code = None\n    try:\n      code = self._api.spyceFile(file)\n      s = code.newWrapper()\n      modules = self._api.getModules()\n      for name in modules.keys():\n        s.setModule(name, modules[name])  # include module as well!\n      s.spyceInit(self._api.getRequest(), self._api.getResponse())\n      incmod = s._startModule('include', None, None, 1)\n      incmod.context = context\n      if type(context)==type({}):\n        incmod.vars = spyceVars(context)\n      incmod.fromFile = self._api.getFilename()\n      result = s.spyceProcess()\n    finally:\n      if s:\n        s.spyceDestroy()\n        code.returnWrapper(s)\n    return result\n  def spyceStr(self, file, context=None):\n    stdout = self._api.getModule('stdout')\n    stdout.push()\n    try:\n      result = self.spyce(file, context)\n    finally:\n      output = stdout.pop()\n    return output\n  def dump(self, file, binary=0):\n    \"Include a plain text file, verbatim\"\n    file = os.path.join(os.path.dirname(self._api.getFilename()), file)\n    f = None\n    try:\n      if binary: mode='rb'\n      else: mode='r'\n      f = open(file, mode)\n      buf = f.read()\n    finally:\n      if f: f.close()\n    return buf\n  def spycecode(self, file=None, string=None, html=None, code=None, eval=None, directive=None, comment=None):\n    \"Emit formatted Spyce code\"\n    if not html: html = ('<font color=\"#000000\"><b>', '</b></font>')\n    if not code: code = ('<font color=\"#0000CC\">', '</font>')\n    if not eval: eval = ('<font color=\"#CC0000\">', '</font>')\n    if not directive: directive = ('<font color=\"#CC00CC\">', '</font>')\n    if not comment: comment = ('<font color=\"#777777\">', '</font>')\n    import spyceCompile\n    from StringIO import StringIO\n    if (file and string) or (not file and not string):\n      raise 'must specify either file or string, and not both'\n    if file:\n      f = None\n      try:\n        file = os.path.join(os.path.dirname(self._api.getFilename()), file)\n        f = open(file, 'r')\n        string = f.read()\n      finally:\n        if f: f.close()\n    html_encode = self._api.getModule('transform').html_encode\n    try:\n      tokens = spyceCompile.spyceTokenize(string)\n      buf = StringIO()\n      markupstack = []\n      buf.write(html[0]); markupstack.append(html[1])\n      for type, text, _, _ in tokens:\n        if type in (spyceCompile.T_STMT, spyceCompile.T_CHUNK, spyceCompile.T_CHUNKG,):\n          buf.write(code[0]); markupstack.append(code[1])\n        if type in (spyceCompile.T_LAMBDA,):\n          buf.write(html[0]); markupstack.append(html[1])\n        if type in (spyceCompile.T_EVAL,):\n          buf.write(eval[0]); markupstack.append(eval[1])\n        if type in (spyceCompile.T_DIRECT,):\n          buf.write(directive[0]); markupstack.append(directive[1])\n        if type in (spyceCompile.T_CMNT,):\n          buf.write(comment[0]); markupstack.append(comment[1])\n        buf.write(html_encode(text))\n        if type in (spyceCompile.T_END_CMNT, spyceCompile.T_END,):\n          buf.write(markupstack.pop())\n      while markupstack:\n        buf.write(markupstack.pop())\n      return buf.getvalue()\n    except:\n      raise\n      raise 'error tokenizing!'\n\nclass spyceVars:\n  def __init__(self, vars):\n    self.__dict__['vars'] = vars\n  def __getattr__(self, name):\n    try: return self.__dict__['vars'][name]\n    except KeyError: raise AttributeError\n  def __setattr__(self, name, value):\n    self.__dict__['vars'][name] = value\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/modules/pool.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: pool.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\n\n__doc__ = \"\"\"Pool module supports the creation of server-pooled objects. The\nsingle pool is shared among all Spyce execution context residing on a given\nserver, and remains until the server dies. It is often useful to store\ndatabase connections, and other variables that are expensive to compute on a\nper-request basis. \"\"\"\n\nclass pool(spyceModule):\n  def start(self):\n    \"Define or retrieve the pool.\"\n    self._serverobject = self._api.getServerObject()\n    if 'pool' not in dir(self._serverobject):\n      self._serverobject.pool = {}\n    self.server = self._api.getServerGlobals()\n  def __getitem__(self, key):\n    \"Get an item from the pool.\"\n    return self._serverobject.pool[key]\n  def __setitem__(self, key, value):\n    \"Set an item in the pool.\"\n    self._serverobject.pool[key] = value\n  def __delitem__(self, key):\n    \"Delete an item in the pool.\"\n    del self._serverobject.pool[key]\n  def keys(self):\n    \"Return the pool hash keys.\"\n    return self._serverobject.pool.keys()\n  def values(self):\n    \"Return the pool hash values.\"\n    return self._serverobject.pool.values()\n  def has_key(self, key):\n    \"Test of existence of key in pool.\"\n    return self._serverobject.pool.has_key(key)\n  def clear(self):\n    \"Purge the pool of all items.\"\n    return self._serverobject.pool.clear()\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/modules/redirect.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: redirect.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport spyceException\n\n__doc__ = '''Redirect module provides support for different kinds of request\nredirection, currently: internal, external and externalRefresh.\n- internal: flush the current output bufffer (assuming it has not been sent)\n  and raise an appropriate exception that will start the processing of the\n  new file, if left to percolate all the way to the Spyce engine. The\n  browser url does not change.\n- external: send an HTTP return code that signals a permanent or temporary\n  page move, depending on the boolean parameter. Spyce file execution will\n  continue to termination, but the output buffer is flushed at the end and a\n  special redirect document is generated. The browser is expected, as per the\n  standard, to immediately redirect and perform a new request, thus the url\n  will change.\n- externalRefresh: send an HTTP Refresh header that requests a page refresh to\n  a (possibly) new location within some number of seconds. The current Spyce\n  page will be displayed until that time. This is often used to display a page\n  before redirecting the browser to a file download.\n'''\n\nclass redirect(spyceModule):\n  def start(self):\n    self.clear = 0\n  def finish(self, theError=None):\n    if not theError:\n      if self.clear:\n        self._api.getModule('response').clear()\n  def internal(self, file):\n    \"Perform an internal redirect.\"\n    self._api.getModule('response').clearHeaders()\n    self._api.getModule('response').clear()\n    file = os.path.join(os.path.dirname(self._api.getFilename()), file)\n    raise spyceException.spyceRedirect(file)\n  def external(self, url, permanent=0):\n    \"Perform an external redirect.\"\n    self._api.getModule('response').addHeader('Location', url)\n    if permanent:\n      self._api.getModule('response').setReturnCode(self._api.getResponse().RETURN_MOVED_PERMANENTLY)\n    else:\n      self._api.getModule('response').setReturnCode(self._api.getResponse().RETURN_MOVED_TEMPORARILY)\n    self.clear = 1\n  def externalRefresh(self, url, sec=0):\n    \"Perform an external redirect, via refresh.\"\n    self._api.getModule('response').addHeader('Refresh', '%d; URL=%s' % (sec, url))\n"
  },
  {
    "path": "Mod Files/system/python/spyce/modules/request.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: request.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport cgi, string, urlparse, spyceUtil\n\n__doc__ = \"\"\"Request module provides access to the browser request\ninformation. \"\"\"\n\nclass request(spyceModule):\n  def start(self):\n    \"Initialise module variables\"\n    self._get = None\n    self._postfields = None\n  def uri(self, component=None):\n    \"Return request URI, or URI component\"\n    theuri = self._api.getRequest().env()['REQUEST_URI']\n    if not component:\n      return theuri\n    else:\n      component = string.lower(component)\n      if component == 'scheme': component = 0\n      elif component == 'location': component = 1\n      elif component == 'path': component = 2\n      elif component == 'parameters': component = 3\n      elif component == 'query': component = 4\n      elif component == 'fragment': component = 5\n      else: raise 'unknown uri component'\n      return urlparse.urlparse(theuri)[component]\n  def uri_scheme(self):\n    \"Return request URI scheme, ie. http (usually)\"\n    return urlparse.urlparse(self.uri())[0]\n  def uri_location(self):\n    \"Return request URI scheme, ie. http (usually)\"\n    return urlparse.urlparse(self.uri())[1]\n  def uri_path(self):\n    \"Return request URI path component\"\n    return urlparse.urlparse(self.uri())[2]\n  def method(self):\n    \"Return request method: get/post/...\"\n    return string.upper(self._api.getRequest().env()['REQUEST_METHOD'])\n  def query(self):\n    \"Return request query string\"\n    return self._api.getRequest().env()['QUERY_STRING']\n  def filename(self, relative=None):\n    \"Return original Spyce filename\"\n    myfile = self._api.getFilename()\n    if relative==None:\n      return myfile\n    else:\n      return os.path.normpath(os.path.join(os.path.dirname(myfile), relative))\n  def default(self, value, value2):\n    \"Return value, or value2 if value==None\"\n    if value==None: return value2\n    return value\n  def _getInit(self):\n    if self._get==None:\n      self._get = cgi.parse_qs(self.query(), 1)\n      self._get1 = {}\n      self._getL = {}\n      self._getL1 = {}\n      for key in self._get.keys():\n        self._getL[string.lower(key)] = []\n      for key in self._get.keys():\n        keyL = string.lower(key)\n        self._getL[keyL] = self._getL[keyL] + self._get[key]\n      for key in self._get.keys():\n        self._get1[key] = self._get[key][0]\n      for keyL in self._getL.keys():\n        self._getL1[keyL] = self._getL[keyL][0]\n  def get(self, name=None, default=None, ignoreCase=0):\n    \"Return GET parameter(s) list(s)\"\n    self._getInit()\n    if ignoreCase:\n      if name: name = string.lower(name)\n      value = spyceUtil.extractValue(self._getL, name)\n    else:\n      value = spyceUtil.extractValue(self._get, name)\n    return self.default(value, default)\n  def get1(self, name=None, default=None, ignoreCase=0):\n    \"Return single GET parameter(s)\"\n    self._getInit()\n    if ignoreCase:\n      if name: name = string.lower(name)\n      value = spyceUtil.extractValue(self._getL1, name)\n    else:\n      value = spyceUtil.extractValue(self._get1, name)\n    return self.default(value, default)\n  def _postInit(self):\n    if self._postfields==None:\n      if hasattr(self._api.getRequest(), 'spycepostinfo'):\n        # stream was already parsed (possibly this is an internal redirect)\n        (self._post, self._post1, self._file, \n          self._postL, self._postL1, self._fileL, \n          self._postfields) = self._api.getRequest().spycepostinfo\n        return\n      self._post = {}\n      self._post1 = {}\n      self._file = {}\n      self._postL = {}\n      self._postL1 = {}\n      self._fileL = {}\n      self._postfields={}\n      try: len = int(str(self.env('CONTENT_LENGTH')))\n      except: len=0\n      if self.method()=='POST' and len:\n        self._postfields = cgi.FieldStorage(fp=self._api.getRequest(), environ=self.env(), keep_blank_values=1)\n        for key in self._postfields.keys():\n          if type(self._postfields[key]) == type( [] ):\n            self._post[key] = map(lambda attr: attr.value, self._postfields[key])\n            self._post1[key] = self._post[key][0]\n          elif not self._postfields[key].filename:\n            self._post[key] = [self._postfields[key].value]\n            self._post1[key] = self._post[key][0]\n          else:\n            self._file[key] = self._fileL[string.lower(key)] = self._postfields[key]\n        for key in self._post.keys():\n          self._postL[string.lower(key)] = []\n        for key in self._post.keys():\n          keyL = string.lower(key)\n          self._postL[keyL] = self._postL[keyL] + self._post[key]\n        for keyL in self._postL.keys():\n          self._postL1[keyL] = self._postL[keyL][0]\n      # save parsed information in request object to prevent reparsing (on redirection)\n      self._api.getRequest().spycepostinfo = (self._post, self._post1, self._file, \n        self._postL, self._postL1, self._fileL, self._postfields)\n  def post(self, name=None, default=None, ignoreCase=0):\n    \"Return POST parameter(s) list(s)\"\n    self._postInit()\n    if ignoreCase:\n      if name: name = string.lower(name)\n      value = spyceUtil.extractValue(self._postL, name)\n    else:\n      value = spyceUtil.extractValue(self._post, name)\n    return self.default(value, default)\n  def post1(self, name=None, default=None, ignoreCase=0):\n    \"Return single POST parameter(s)\"\n    self._postInit()\n    if ignoreCase:\n      if name: name = string.lower(name)\n      value = spyceUtil.extractValue(self._postL1, name)\n    else:\n      value = spyceUtil.extractValue(self._post1, name)\n    return self.default(value, default)\n  def file(self, name=None, ignoreCase=0):\n    \"Return POSTed file(s)\"\n    self._postInit()\n    if ignoreCase:\n      if name: name = string.lower(name)\n      return spyceUtil.extractValue(self._fileL, name)\n    else:\n      return spyceUtil.extractValue(self._file, name)\n  def env(self, name=None, default=None):\n    \"Return other request (CGI) environment variables\"\n    return self.default(self._api.getRequest().env(name), default)\n  def getHeader(self, type=None):\n    \"Return browser HTTP header(s)\"\n    return self._api.getRequest().getHeader(type)\n  def __getitem__(self, key):\n    if type(key) == type(0):\n      return self.getpost().keys()[key]\n    else:\n      v = self.get1(key)\n      if v!=None: return v\n      v = self.post1(key)\n      if v!=None: return v\n      v = self.file(key)\n      if v!=None: return v\n  def __repr__(self):\n    return ''\n  def __multidict(self, *args):\n    args = list(args)\n    args.reverse()\n    dict = {}\n    for d in args:\n      for k in d.keys():\n        dict[k] = d[k]\n    return dict\n  def getpost(self, name=None, default=None, ignoreCase=0):\n    \"Return get() if not None, otherwise post() if not None, otherwise default\"\n    if name==None:\n      self._getInit()\n      self._postInit()\n      return self.__multidict(self._get, self._post)\n    else:\n      value = self.get(name, None, ignoreCase)\n      if value==None: value = self.post(name, default, ignoreCase)\n      return value\n  def getpost1(self, name=None, default=None, ignoreCase=0):\n    \"Return get1() if not None, otherwise post1() if not None, otherwise default\"\n    if name==None:\n      self._getInit()\n      self._postInit()\n      return self.__multidict(self._get1, self._post1)\n    else:\n      value = self.get1(name, None, ignoreCase)\n      if value==None: value = self.post1(name, default, ignoreCase)\n      return value\n  def postget(self, name=None, default=None, ignoreCase=0):\n    \"Return post() if not None, otherwise get() if not None, otherwise default\"\n    if name==None:\n      self._getInit()\n      self._postInit()\n      return self.__multidict(self._post, self._get)\n    else:\n      value = self.post(name, None, ignoreCase)\n      if value==None: value = self.get(name, default, ignoreCase)\n      return value\n  def postget1(self, name=None, default=None, ignoreCase=0):\n    \"Return post1() if not None, otherwise get1() if not None, otherwise default\"\n    if name==None:\n      self._getInit()\n      self._postInit()\n      return self.__multidict(self._post1, self._get1)\n    else:\n      value = self.post1(name, None, ignoreCase)\n      if value==None: value = self.get1(name, default, ignoreCase)\n      return value\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/modules/response.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: response.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport string, time\n\n__doc__ = '''Response module provides user control over the browser\nresponse.'''\n\nclass response(spyceModule):\n  def start(self):\n    self.clearFilters()\n    self._unbuffer = 0\n    self._ioerror = 0\n    self._api.registerResponseCallback(self.syncResponse)\n    self.syncResponse()\n  def syncResponse(self):\n    self._response = self._api.getResponse()\n  def finish(self, theError=None):\n    self._api.unregisterResponseCallback(self.syncResponse)\n    if not theError:\n      self._filter.flush(1)\n  def clearFilters(self):\n    self._filter = FilterUnify(self)\n    self._filterList = [(99, self._filter)]\n  def addFilter(self, level, filter):\n    'Inject filter functions into output stream at given level of precedence'\n    filterExists = None\n    for i in range(len(self._filterList)):\n      l, _ = self._filterList[i]\n      if l==level:\n        _, filterExists = self._filterList[i]\n        del self._filterList[i]\n        break\n    if filter:\n      self._filterList.append((level, filter))\n      self._filterList.sort()\n    for i in range(len(self._filterList)-1):\n      l1, f1 = self._filterList[i]\n      l2, f2 = self._filterList[i+1]\n      f1.setNext(f2)\n    _, self._filter = self._filterList[0]\n    return filterExists\n\n  # user functions\n  def write(self, s):\n    \"Write out a dynamic (code) string.\"\n    try:\n      self._filter.write(s)\n      if self._unbuffer: self.flush()\n    except IOError:\n      self._ioerror = 1\n  def writeln(self, s):\n    \"Writeln out a dynamic (code) string.\"\n    self.write(s+'\\n')\n  def writeStatic(self, s):\n    \"Write out a static string.\"\n    try:\n      self._filter.writeStatic(s)\n      if self._unbuffer: self.flush()\n    except IOError:\n      self._ioerror = 1\n  def writeExpr(self, s, **kwargs):\n    \"Write out an expression result.\"\n    try:\n      apply(self._filter.writeExpr, (s,), kwargs)\n      if self._unbuffer: self.flush()\n    except IOError:\n      self._ioerror = 1\n  def clear(self):\n    \"Clear the output buffer. (must not be unbuffered)\"\n    self._filter.clear()\n  def flush(self, stopFlag=0):\n    \"Flush resident buffer.\"\n    try:\n      self._filter.flush(stopFlag)\n    except IOError:\n      self._ioerror = 1\n  def setContentType(self, ct):\n    \"Set document content type. (must not be unbuffered)\"\n    self._response.setContentType(ct)\n  def setReturnCode(self, code):\n    \"Set HTTP return (status) code\"\n    self._response.setReturnCode(int(code))\n  def isCancelled(self):\n    return self._ioerror\n  def addHeader(self, type, data, replace=0):\n    \"Add an HTTP header. (must not be unbuffered)\"\n    if string.find(type, ':') != -1:\n      raise 'HTTP header type should not contain \":\" (colon).'\n    self._response.addHeader(type, data, replace)\n  def clearHeaders(self):\n    \"Clear all HTTP headers (must not be unbuffered)\"\n    self._response.clearHeaders()\n  def unbuffer(self):\n    \"Turn off output stream buffering; flush immediately to browser.\"\n    self._unbuffer = 1\n    self.flush()\n  def timestamp(self, thetime=None):\n    \"Timestamp response with a HTTP Date header\"\n    self.addHeader('Date', _genTimestampString(thetime), 1)\n  def expires(self, thetime=None):\n    \"Add HTTP expiration headers\"\n    self.addHeader('Expires', _genTimestampString(thetime), 1)\n  def expiresRel(self, secs=0):\n    \"Set response expiration (relative to now) with a HTTP Expires header\"\n    self.expires(int(time.time())+secs)\n  def lastModified(self, thetime=-1):\n    \"Set last modification time\"\n    if thetime==-1:\n      filename = self._api.getFilename()\n      if not filename or not os.path.exists(filename):\n        raise 'request filename not found; can not determine last modification time'\n      thetime = os.stat(filename)[9] # file ctime\n    self.addHeader('Last-Modified', _genTimestampString(thetime), 1)\n    # ensure last modified before timestamp, at least when we're generating it\n    if thetime==None: self.timestamp()\n  def uncacheable(self):\n    \"Ensure that compliant clients and proxies don't cache this response\"\n    self.addHeader('Cache-Control', 'no-store, no-cache, must-revalidate')\n    self.addHeader('Pragma', 'no-cache')\n  def __repr__(self):\n    s = []\n    s.append('filters: %s' % len(self._filterList))\n    s.append('unbuffered: %s' % self._unbuffer)\n    return string.join(s, ', ')\n\nclass Filter:\n  def setNext(self, filter):\n    self.next = filter\n  def write(self, s):\n    s = self.dynamicImpl(s)\n    self.next.write(s)\n  def writeStatic(self, s):\n    s = self.staticImpl(s)\n    self.next.writeStatic(s)\n  def writeExpr(self, s, **kwargs):\n    s = apply(self.exprImpl, (s,), kwargs)\n    apply(self.next.writeExpr, (s,), kwargs)\n  def flush(self, stopFlag=0):\n    self.flushImpl()\n    self.next.flush(stopFlag)\n  def clear(self):\n    self.clearImpl()\n    self.next.clear()\n  def dynamicImpl(self, s, *args, **kwargs):\n    raise 'not implemented'\n  def staticImpl(self, s, *args, **kwargs):\n    raise 'not implemented'\n  def exprImpl(self, s, *args, **kwargs):\n    raise 'not implemented'\n  def flushImpl(self):\n    raise 'not implemented'\n  def clearImpl(self):\n    raise 'not implemented'\n\nclass FilterUnify(Filter):\n  def __init__(self, mod):\n    self.mod = mod\n    self.mod._api.registerResponseCallback(self.syncResponse)\n    self.syncResponse()\n  def syncResponse(self):\n    response = self.mod._api.getResponse()\n    self.write = response.write\n    self.writeStatic = response.write\n    self.flush = response.flush\n    self.clear = response.clear\n  def writeExpr(self, s, **kwargs):\n    self.write(str(s))\n  def setNext(self, filter):\n    pass # we are always at the end\n\ndef _genTimestampString(thetime=None):\n  \"Generate timestamp string\"\n  if thetime==None:\n    thetime = int(time.time())\n  if type(thetime)==type(0):\n    thetime = time.strftime('%a, %d %b %Y %H:%M:%S %Z', time.localtime(thetime))\n  if type(thetime)==type(''):\n    return thetime\n  raise 'thetime value should be None or string or integer (seconds)'\n"
  },
  {
    "path": "Mod Files/system/python/spyce/modules/session.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: session.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport re, time, string, random\nimport spyceLock\ntry:\n  import cPickle\n  pickle = cPickle\nexcept:\n  import pickle\n\n__doc__ = '''Session module provides support for session management - the\nstorage of variables on the server between requests under some short\nidentifier. \n\nA user must call setHandler() to determine how the sessions are stored, before\nusing the other session methods. The get(), set() and delete() methods provide\naccess to the session information. \n\nThe autoSession() method will turn on the automatic session management\n(loading and saving the session). When automatic session management is turned\non the session information, identifier, parameter name and browser method are\nstored in the variables called auto, autoID, autoName and autoMethod,\nrespectively.'''\n\nclass session(spyceModule):\n  def start(self):\n    \"Initialise the session module variables.\"\n    self._serverobject = self._api.getServerObject()\n    if 'session' not in dir(self._serverobject):\n      self._serverobject.session = sessionHandlerRegistry()\n    self._handler = None\n    self._clearAutoSession()\n  def finish(self, theError=None):\n    \"Save the session, if automatic session management is turned on.\"\n    if self.autoID:\n      self.set(self.auto, self.autoExpire, self.autoID)\n      if self.autoMethod=='cookie':\n        self._api.getModule('cookie').set(self.autoName, self.autoID)\n    sessionCleanup(self._serverobject.session)\n  def init(self, handler=None, *args, **kwargs):\n    if handler: \n      session = apply(self.setHandler, (handler,)+args)\n      if kwargs.has_key('auto') and kwargs['auto']:\n        auto = kwargs['auto']\n        if type(auto) != type(()): \n          auto = (auto,)\n        apply(session.autoSession, auto)\n  def setHandler(self, file_name, *params):\n    \"Select a session handler.\"\n    file_name = string.split(file_name, ':')\n    if len(file_name)==1: file, name = None, file_name[0]\n    else: file, name = file_name[:2]\n    if file: handler = self._api.loadModule(name, file, self._api.getFilename())\n    else: handler = eval(name)\n    self._handler = apply(handler, (self,)+params)\n    self._serverobject.session.add(self._handler)\n    return self\n  def get(self, id):  # method deletes session, if stale\n    \"Retrieve session information.\"\n    if not self._handler: raise 'call setHandler to initialise'\n    return self._handler.get(id)\n  def delete(self, id=None):\n    \"Delete session information.\"\n    if not self._handler: raise 'call setHandler to initialise'\n    if not id:\n      id = self.autoID\n      self._clearAutoSession()\n    return self._handler.delete(id)\n  def set(self, state, expire, id=None):\n    \"Set session information.\"\n    if not self._handler: raise 'call setHandler to initialise'\n    return self._handler.set(state, expire, id)\n  def clear(self):\n    \"Clear all session information in current handler.\"\n    if not self._handler: raise 'call setHandler to initialise'\n    return self._handler.clear()\n  def autoSession(self, expire, method='cookie', name='spyceSession'):\n    \"Turn on automatic session management.\"\n    if not self._handler: raise 'call setHandler to initialise'\n    method = string.lower(method)\n    if method=='cookie': self.autoID = self._api.getModule('cookie').get(name)\n    elif method=='post': self.autoID = self._api.getModule('request').post1(name)\n    elif method=='get': self.autoID = self._api.getModule('request').get1(name)\n    else: raise 'runtime error: invalid autosession method'\n    self.autoMethod = method\n    self.autoName = name\n    self.autoExpire = expire\n    self.auto = None\n    if self.autoID:\n      self.auto = self.get(self.autoID)\n      if not self.auto: self.autoID = None\n    if not self.autoID:  # generate a sessionid\n      self.autoID = self.set(None, self.autoExpire)\n  def _clearAutoSession(self):\n    self.auto = None\n    self.autoID = None\n    self.autoMethod = None\n    self.autoName = None\n    self.autoExpire = None\n    \n##################################################\n# Cleanup\n#\n\n# expire sessions every n requests in expectation\nSESSION_EXPIRE_CHECK = 50\n\nclass sessionHandlerRegistry:\n  \"Registry of all used session handlers.\"\n  def __init__(self):\n    self.handlers = {}\n  def add(self, handler):\n    self.handlers[handler.getHandlerID()] = handler\n  def list(self):\n    return self.handlers.values()\n  def remove(self, handler):\n    del self.handlers[handler.getHandlerID()]\n\ndef sessionCleanup(registry):\n  \"\"\"Iterates through all session handlers and sessions to perform session\n  cleanup\"\"\"\n  if random.randrange(SESSION_EXPIRE_CHECK): return\n  for handler in registry.list():\n    try:\n      sessions = handler.keys()\n      for s in sessions:\n        handler.get(s)   # will delete stale sessions\n    except:\n      registry.remove(handler)\n\n\n##################################################\n# Session handlers\n#\n\nclass sessionHandler:\n  '''All session handlers should subclass this, and implement the methods\n  marked: 'not implemented'.'''\n  def __init__(self, sessionModule):\n    self.childnum = sessionModule._api.getServerID()\n  def getHandlerID(self):\n    raise 'not implemented'\n  def get(self, id):  # method should delete, if session is stale\n    raise 'not implemented'\n  def delete(self, id):\n    raise 'not implemented'\n  def clear(self):\n    raise 'not implemented'\n  def set(self, state, expire, id=None):\n    raise 'not implemented'\n  def keys(self):\n    raise 'not implemented'\n  def __getitem__(self, key):\n    return self.get(key)\n  def __delitem__(self, key):\n    return self.delete(key)\n\n##################################################\n# File-based session handler\n#\n\nclass session_dir(sessionHandler):\n  def __init__(self, sessionModule, dir):\n    sessionHandler.__init__(self, sessionModule)\n    if not os.path.exists(dir):\n      raise \"session directory '%s' does not exist\" % dir\n    self.dir = dir\n    self.prefix = 'spy'\n    self.BINARY_MODE = 1\n  def getHandlerID(self):\n    return 'session_dir', self.childnum, self.dir\n  def get(self, id):\n    if not id: return None\n    filename = os.path.join(self.dir, self.prefix+id)\n    f=None\n    sessionInfo = None\n    try:\n      f=open(filename, 'r')\n      sessionInfo = pickle.load(f)\n      f.close()\n    except:\n      try:\n        if f: f.close()\n        os.unlink(filename)\n      except: pass\n    if sessionInfo:\n      if time.time() > sessionInfo['expire']:\n        self.delete(id)\n        return None\n      else: return sessionInfo['state']\n    else: return None\n  def delete(self, id):\n    try:\n      filename = os.path.join(self.dir, self.prefix+id)\n      os.remove(filename)\n    except: pass\n  def clear(self):\n    for id in self.keys():\n      self.delete(id)\n  def set(self, state, expire, id=None):\n    f=None\n    try:\n      if id:\n        filename = os.path.join(self.dir, self.prefix+id)\n        f=open(filename, 'w')\n      else:\n        filename, f, id = openUniqueFile(self.dir, self.prefix, ('%d_' % self.childnum))\n      sessionInfo = {}\n      sessionInfo['expire'] = int(time.time())+expire\n      sessionInfo['state'] = state\n      pickle.dump(sessionInfo, f, self.BINARY_MODE)\n      f.close()\n    except:\n      try:\n        if f: f.close()\n      except: pass\n      raise\n    return id\n  def keys(self):\n    sessions = os.listdir(self.dir)\n    sessions = filter(lambda s, p=self.prefix: s[:len(p)]==p, sessions)\n    sessions = map(lambda s, self=self: s[len(self.prefix):], sessions)\n    return sessions\n\n# requires unique (dir, prefix)\ndef openUniqueFile(dir, prefix, unique, mode='w', max=1000000):\n  filelock = spyceLock.fileLock(os.path.join(dir, prefix))\n  filelock.lock(1)\n  try:\n    id = \"%06d\"%random.randrange(max)\n    filename = os.path.join(dir, prefix+unique+id)\n    while os.path.exists(filename):\n      id = str(random.randrange(max))\n      filename = os.path.join(dir, prefix+unique+id)\n    f = None\n    f = open(filename, mode)\n    return filename, f, unique+id\n  finally:\n    filelock.unlock()\n\n##################################################\n# Hash file session handlers\n#\n\nclass sessionHandlerDBM(sessionHandler):\n  def __init__(self, sessionModule, filename):\n    sessionHandler.__init__(self, sessionModule)\n    self.filename = filename\n    self.dbm = None\n    self.BINARY_MODE = 1\n    self.dbm_type = None  # redefine in subclass\n  def getHandlerID(self):\n    return 'session_'+self.dbm_type, self.childnum, self.filename\n  def _open(self):\n    raise 'need to implement'\n  def _close(self):\n    if self.dbm:\n      self.dbm.close()\n      self.dbm = None\n  def get(self, id):\n    if not id: return None\n    self._open()\n    try:\n      expire, state = None, None\n      if self.dbm.has_key(id):\n        expire, state = pickle.loads(self.dbm[id])\n      if expire!=None and time.time() > expire:\n        self.delete(id)\n        state = None\n      return state\n    finally:\n      self._close()\n  def delete(self, id):\n    self._open()\n    try:\n      if self.dbm.has_key(id):\n        del self.dbm[id]\n    finally:\n      self._close()\n  def clear(self):\n    if os.path.exists(self.filename):\n      os.unlink(self.filename)\n  def set(self, state, expire, id=None):\n    self._open()\n    try:\n      if not id:\n        id = generateKey(self.dbm, self.childnum)\n      value = pickle.dumps( (int(time.time())+expire, state), self.BINARY_MODE)\n      self.dbm[id] = value\n      return id\n    finally:\n      self._close()\n  def keys(self):\n    self._open()\n    try:\n      return self.dbm.keys()\n    finally:\n      self._close()\n\ndef opendb(dbm_session_handler, module, filename, flags):\n  mod = __import__(module)\n  if not dbm_session_handler.dbm:\n    dbm_session_handler.dbm = mod.open(filename, flags)\n  \nclass session_gdbm(sessionHandlerDBM):\n  def __init__(self, sessionModule, filename):\n    sessionHandlerDBM.__init__(self, sessionModule, filename)\n    self.dbm_type = 'gdbm'\n  def _open(self):\n    opendb(self, self.dbm_type, self.filename, 'cu')\n\nclass session_bsddb(sessionHandlerDBM):\n  def __init__(self, sessionModule, filename):\n    sessionHandlerDBM.__init__(self, sessionModule, filename)\n    self.dbm_type = 'bsddb'\n  def _open(self):\n    opendb(self, 'dbhash', self.filename, 'c')\n\ndef generateKey(hash, prefix, max = 1000000):\n  prefix = str(prefix)+'_'\n  key = random.randrange(max)\n  while hash.has_key(prefix+str(key)):\n    key = random.randrange(max)\n  key = prefix+str(key)\n  hash[key] = pickle.dumps(None, 1)\n  return key\n\n\n##################################################\n# User callback session handlers\n#\n\nclass session_user(sessionHandler):\n  '''User-callback session handler'''\n  def __init__(self, sessionModule, getf, setf, delf, idsf, info=None):\n    self.serverID = sessionModule._api.getServerID()\n    self.info = info\n    self.getf = getf\n    self.setf = setf\n    self.delf = delf\n    self.idsf = idsf\n  def getHandlerID(self):\n    return 'session_user', self.serverID, self.info\n  def get(self, id):  # method should delete, if session is stale\n    return self.getf(self.info, id)\n  def set(self, state, expire, id):\n    return self.setf(self.info, state, expire, self.serverID, id)\n  def delete(self, id):\n    return self.delf(self.info, id)\n  def keys(self):\n    return self.idsf(self.info)\n  def clear(self):\n    for id in self.keys():\n      self.delete(id)\n\n##################################################\n# database-based session handlers\n#\n\n# rimtodo: database-based session handler\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/modules/spylambda.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spylambda.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport string\n\n__doc__ = \"\"\"spylambda module produces functions from spyce strings.\"\"\"\n\nclass spylambda(spyceModule):\n  def define(self, sig, code, memoize=0):\n    # compile spyce to cache errors early\n    spycecode = self._api.spyceString((code, sig))\n    if string.strip(sig): sigcomma = sig + ','\n    def processSpyce(args, kwargs, self=self, spycecode=spycecode):\n      s = None\n      try:\n        s = spycecode.newWrapper()\n        modules = self._api.getModules()\n        for name in modules.keys():\n          s.setModule(name, modules[name])\n        s.spyceInit(self._api.getRequest(), self._api.getResponse())\n        result = apply(s.spyceProcess, args, kwargs)\n      finally:\n        if s:\n          s.spyceDestroy()\n          spycecode.returnWrapper(s)\n      return result\n    if memoize:\n      def memoizer(f, id, stdout=self._api.getModule('stdout')):\n        def memoized(args, kwargs, f=f, id=id, stdout=stdout):\n          key = id, `args, kwargs`\n          try: r, s = stdout.memoizeCache[key]\n          except:\n            r, s = stdout.memoizeCache[key] = apply(stdout.capture, (f, args, kwargs))\n          print s\n          return r\n        return memoized\n      processSpyce = memoizer(processSpyce, code)\n    def makeArgProcessor(f):\n      dict = { 'f': f }\n      exec '''\ndef processArg(*args, **kwargs):\n  return f(args, kwargs)\n''' in dict\n      return dict['processArg']\n    return makeArgProcessor(processSpyce)\n  def __call__(self, sig, code, memoize=0):\n    return self.define(sig, code)\n  def __repr__(self):\n    return ''\n"
  },
  {
    "path": "Mod Files/system/python/spyce/modules/stdout.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: stdout.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nfrom spyceUtil import NoCloseOut\nfrom cStringIO import StringIO\n\n__doc__ = '''Sets the thread-safe server stdout to the response object for\nconvenience of using print statements, and supports output redirection.'''\n\nclass stdout(spyceModule):\n  def start(self):\n    # thread-safe stdout swap\n    self.stdout = self._api.getStdout()\n    self._api.setStdout(myResponseWrapper(self))\n    # output redirection stack\n    self.outputStack = []\n    # memoize storage\n    try: self.memoizeCache = self._api.getServerObject().memoized\n    except AttributeError:\n      self.memoizeCache = self._api.getServerObject().memoized = {}\n  def finish(self, theError=None):\n    # close all redirects\n    while self.outputStack:\n      self.pop()\n    # thread-safe stdout swap back\n    self._api.setStdout(self.stdout)\n  def push(self, file=None):\n    'Redirect stdout to buffer'\n    old_response = self._api.getResponse()\n    old_response_mod = self._api.getModule('response')\n    new_response = spyceCaptureResponse(old_response)\n    self._api.setResponse(new_response)\n    new_response_mod = self._api.spyceModule('response', 'response.py')(self._api)\n    self._api.setModule('response', new_response_mod)\n    new_response_mod.start()\n    self.outputStack.append( (file, old_response, old_response_mod) )\n  def pop(self):\n    'Return buffer value, and possible write to file'\n    self._api.getModule('response').finish()\n    buffer = self._api.getResponse().getCapturedOutput()\n    file, old_response, old_response_mod = self.outputStack.pop()\n    self._api.setModule('response', old_response_mod)\n    self._api.setResponse(old_response)\n    if file:\n      file = os.path.join(os.path.dirname(self._api.getFilename()), file)\n      out = None\n      try:\n        out = open(file, 'w')\n        out.write(buffer)\n      finally:\n        if out: out.close()\n    return buffer\n  def capture(self, _spyceReserved, *args, **kwargs):\n    'Capture the output side-effects of a function'\n    f = _spyceReserved # placeholder not to collide with kwargs\n    self.push()\n    r = apply(f, args, kwargs)\n    s = self.pop()\n    return r, s\n  def __repr__(self):\n    return 'depth: %s' % len(self.outputStack)\n\nclass myResponseWrapper:\n  def __init__(self, mod):\n    self._mod = mod\n    mod._api.registerModuleCallback(self.syncResponse)\n    self.syncResponse()\n  def syncResponse(self):\n    response = self._mod._api.getModule('response')\n    # functions (for performance)\n    self.write = response.write\n    self.writeln = response.writeln\n    self.flush = response.flush\n  def close(self):\n    raise 'method not allowed'\n\nclass spyceCaptureResponse:\n  \"Capture output, and let everything else through.\"\n  def __init__(self, old_response):\n    self._old_response = old_response\n    self._buf = StringIO()\n  def write(self, s):\n    self._buf.write(s)\n  def close(self):\n    raise 'cannot close output while capturing output'\n  def clear(self):\n    self._buf = StringIO()\n  def sendHeaders(self):\n    raise 'cannot sendHeaders while capturing output!'\n  def flush(self, stopFlag=0):\n    pass\n  def unbuffer(self):\n    raise 'cannot unbuffer output while capturing output!'\n  def __getattr__(self, name):\n    return eval('self._old_response.%s'%name)\n  def getCapturedOutput(self):\n    return self._buf.getvalue()\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/modules/taglib.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: taglib.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport string\n\n__doc__ = '''Spyce tags functionality.'''\n\nclass taglib(spyceModule):\n  def start(self):\n    self.context = {}\n    self.stack = []\n    self.taglibs = {}\n    self._api.registerModuleCallback(self.__syncModules)\n    self.__syncModules()\n  def __syncModules(self):\n    modules = self._api.getModules()\n    for name in modules.keys():\n      self.context[name] = modules[name]\n    self.mod_response = modules['response']\n    self.mod_stdout = modules['stdout']\n  def finish(self, theError):\n    self._api.unregisterModuleCallback(self.__syncModules)\n    try:\n      for taglib in self.taglibs.keys():\n        self.unload(taglib)\n    finally:\n      del self.context\n  # load and unload tag libraries\n  def load(self, libname, libfrom=None, libas=None):\n    thename = libname\n    if libas: thename = libas\n    if self.taglibs.has_key(thename):\n      raise 'tag library with that name already loaded'\n    lib = self._api.spyceTaglib(\n      libname, libfrom, self._api.getFilename())(libname)\n    lib.start()\n    self.taglibs[thename] = lib\n  def unload(self, libname):\n    lib = None\n    try: \n      lib = self.taglibs[libname]\n      del self.taglibs[libname]\n    except KeyError: pass\n    if lib: lib.finish()\n  # tag processing\n  def tagPush(self, libname, tagname, attr, pair):\n    try: parent = self.stack[-1]\n    except: parent = None\n    tag = self.taglibs[libname].getTag(tagname, attr, pair, parent)\n    self.stack.append(tag)\n  def tagPop(self):\n    self.outPopCond()\n    if self.stack: self.stack.pop()\n  def getTag(self):\n    return self.stack[-1]\n  def outPush(self):\n    tag = self.stack[-1]\n    if tag.buffer:\n      tag.setBuffered(1)\n      return self.mod_stdout.push()\n  def outPopCond(self):\n    tag = self.stack[-1]\n    if tag.getBuffered():\n      tag.setBuffered(0)\n      return self.mod_stdout.pop()\n  def tagBegin(self):\n    tag = self.getTag()\n    tag.setContext(self.context)\n    tag.setOut(self.mod_response)\n    result = apply(tag.begin, (), tag._attrs)\n    self.outPush()\n    return result\n  def tagBody(self):\n    contents = self.outPopCond()\n    tag = self.getTag()\n    tag.setContext(self.context)\n    tag.setOut(self.mod_response)\n    result = tag.body(contents)\n    if result: self.outPush()\n    return result\n  def tagEnd(self):\n    self.outPopCond()\n    tag = self.getTag()\n    tag.setContext(self.context)\n    tag.setOut(self.mod_response)\n    return tag.end()\n  def tagCatch(self):\n    self.outPopCond()\n    tag = self.getTag()\n    tag.setOut(self.mod_response)\n    tag.catch(sys.exc_info()[0])\n  def __repr__(self):\n    return 'prefixes: %s; stack: %s' % (\n      string.join(self.taglibs.keys(), ', '),\n      string.join(map(lambda x: x.name, self.stack), ', '))\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/modules/template.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: template.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport spyceException, spyceCache\nimport os\n\n__doc__ = \"\"\"Template module provides templating functionality: the ability to separate\nform from function, or HTML page design from programming code. This module\ncurrently provides support for the Cheetah template engine.\n\"\"\"\n\nclass template(spyceModule):\n  def cheetah(self, filename, lookup=None):\n    \"Hook into the Cheetah template engine.\"\n    # check whether cheetah installed\n    from Cheetah.Compiler import Compiler\n    # define template cache\n    if not self._api.getModule('pool').has_key('cheetahCache'):\n      self._api.getModule('pool')['cheetahCache'] = spyceCache.semanticCache(spyceCache.memoryCache(), cheetahValid, cheetahGenerate)\n    cheetahCache = self._api.getModule('pool')['cheetahCache']\n    # absolute filename, relative to script filename\n    filename = os.path.abspath(os.path.join(\n        os.path.dirname(self._api.getFilename()), filename))\n    # set lookup variables\n    if lookup == None:\n      import inspect\n      lookup = [inspect.currentframe().f_back.f_locals, inspect.currentframe().f_back.f_globals]\n    elif type(lookup)!=type([]):\n      lookup = [lookup]\n    # compile (or get cached) and run template\n    return cheetahCache[filename](searchList=lookup)\n\n##################################################\n# Cheetah semantic cache helper functions\n#\n\ndef cheetahValid(filename, validity):\n  try:\n    return os.path.getmtime(filename) == validity\n  except: return 0\n\ndef cheetahGenerate(filename):\n  # check permissions\n  if not os.path.exists(filename):\n    raise spyceException.spyceNotFound()\n  if not os.access(filename, os.R_OK):\n    raise spyceException.spyceForbidden()\n  # read the template\n  f = None\n  try:\n    f = open(filename, 'r')\n    buf = f.read()\n  finally:\n    if f: f.close()\n  # compile template, get timestamp\n  mtime = os.path.getmtime(filename)\n  from Cheetah.Compiler import Compiler\n  code = Compiler(source=buf).__str__()\n  dict = {}\n  exec code in dict\n  return mtime, dict['GenTemplate']\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/modules/toc.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: toc.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport tree\n\n__doc__ = '''Table-of-Contents module helps in creating indexed documents NB:\nThe TOC module may force two passes of a file, if the first pass TOC emitted\nwas not accurate. The second pass occurs via a redirect, so all modules are\nreinitialized. Unfortunately, this breaks things like include.context...'''\n\nROOT_NAME = 'root'\n\nclass toc(spyceModule):\n\n  def start(self):\n    if not self._api.getModule('pool').has_key('toc'):\n      self._api.getModule('pool')['toc'] = {}\n    try:\n      self.oldtree, self.oldtags = self._api.getModule('pool')['toc'][self._api.getFilename()]\n    except (KeyError, TypeError):\n      self.oldtree = tree.tree( (ROOT_NAME, [], None) )\n      self.oldtags = {ROOT_NAME: self.oldtree}\n    # tree data: (tag, numbering, data)\n    self.tree = tree.tree((ROOT_NAME, [], None))\n    self.tags = {ROOT_NAME: self.tree}\n    self.node = self.tree\n    self.numbering = []\n    self.autotag = 0\n    self.tocShown = 0\n    self.fDOC_PUSH = None\n    self.fDOC_POP = None\n    self.fDOC_START = None\n    self.fDOC_END = None\n    self.fTOC_PUSH = None\n    self.fTOC_POP = None\n    self.fTOC_ENTRY = None\n  def finish(self, theError):\n    if not theError:\n      self.tree.computePreChain()\n      regenerate = not (self.oldtree == self.tree)\n      file = self._api.getFilename()\n      self._api.getModule('pool')['toc'][file] = self.tree, self.tags\n      self.oldtree.delete()\n      self.oldtree = None\n      self.oldtags = None\n      if self.tocShown and regenerate:\n        self._api.getModule('redirect').internal(file)\n\n  # set callbacks\n  def setDOC_PUSH(self, f):\n    self.fDOC_PUSH = f\n  def setDOC_POP(self, f):\n    self.fDOC_POP = f\n  def setDOC_START(self, f):\n    self.fDOC_START = f\n  def setDOC_END(self, f):\n    self.fDOC_END = f\n  def setTOC_PUSH(self, f):\n    self.fTOC_PUSH = f\n  def setTOC_POP(self, f):\n    self.fTOC_POP = f\n  def setTOC_ENTRY(self, f):\n    self.fTOC_ENTRY = f\n\n  # sectioning\n  def begin(self, data, tag=None, number=1):\n    self._emit(self.node, self.fDOC_PUSH)\n    self.numbering = _in(self.numbering)\n    if number: \n      self.numbering = _inc(self.numbering)\n      self.node = self.node.append( (tag, self.numbering, data) )\n    else:\n      self.node = self.node.append( (tag, None, data) )\n    if not tag: tag = self._genTag()\n    self.tags[tag] = self.node\n    self._emit(self.node, self.fDOC_START)\n  def end(self):\n    self._emit(self.node, self.fDOC_END)\n    self.numbering = _out(self.numbering)\n    self.node = self.node.parent\n    self._emit(self.node, self.fDOC_POP)\n  def next(self, data, tag=None, number=1):\n    self._emit(self.node, self.fDOC_END)\n    self.node = self.node.parent\n    if number:\n      self.numbering = _inc(self.numbering)\n      self.node = self.node.append( (tag, self.numbering, data) )\n    else:\n      self.node = self.node.append( (tag, None, data) )\n    if not tag: tag = self._genTag()\n    self.tags[tag] = self.node\n    self._emit(self.node, self.fDOC_START)\n  def anchor(self, data, tag=ROOT_NAME):\n    self.tree.data = tag, [], data\n    self.tags[tag] = self.tree\n\n  # shortcuts\n  b=begin\n  e=end\n  n=next\n\n  # sectioning by depth\n  def level(self, depth, data, tag=None):\n    curdepth = self.getDepth()\n    if curdepth > depth:  # indent\n      while curdepth > depth:\n        self.end()\n        curdepth = self.getDepth()\n      self.next(data, tag)\n    elif curdepth < depth:  # outdent\n      while curdepth < depth - 1:\n        self.begin(None)\n        curdepth = self.getDepth()\n      self.begin(data, tag)\n    else: # next\n      self.next(data, tag)\n  def l1(self, data, tag=None):\n    self.level(1, data, tag)\n  def l2(self, data, tag=None):\n    self.level(2, data, tag)\n  def l3(self, data, tag=None):\n    self.level(3, data, tag)\n  def l4(self, data, tag=None):\n    self.level(4, data, tag)\n  def l5(self, data, tag=None):\n    self.level(5, data, tag)\n  def l6(self, data, tag=None):\n    self.level(6, data, tag)\n  def l7(self, data, tag=None):\n    self.level(7, data, tag)\n  def l8(self, data, tag=None):\n    self.level(8, data, tag)\n  def l9(self, data, tag=None):\n    self.level(9, data, tag)\n\n  # show toc\n  def showTOC(self):\n    self.tocShown = 1\n    self._tocHelper(self.oldtree)\n  def _tocHelper(self, node):\n    self._emit(node, self.fTOC_ENTRY)\n    if node.children:\n      self._emit(node, self.fTOC_PUSH)\n      for c in node.children:\n        self._tocHelper(c)\n      self._emit(node, self.fTOC_POP)\n\n  # current state\n  def getTag(self, node=None):\n    self.tocShown = 1\n    if not node: node = self.node\n    tag, numbering, data = node.data\n    return tag\n  def getNumbering(self, tag=None):\n    self.tocShown = 1\n    try:\n      node = self.node\n      if tag: node = self.oldtags[tag]\n      tag, numbering, data = node.data\n      return numbering\n    except KeyError:\n      return None\n  def getData(self, tag=None):\n    self.tocShown = 1\n    try:\n      node = self.node\n      if tag: node = self.oldtags[tag]\n      tag, numbering, data = node.data\n      return data\n    except KeyError:\n      return None\n  def getDepth(self, tag=None):\n    self.tocShown = 1\n    try:\n      node = self.node\n      if tag: node = self.tags[tag]\n      return node.depth\n    except KeyError:\n      return None\n  def getNextTag(self, tag=None):\n    self.tocShown = 1\n    try:\n      if not tag: tag = self.getTag()\n      tag = self.oldtags[tag].next\n      if tag==None: return None\n      return self.getTag(tag)\n    except KeyError:\n      return None\n  def getPrevTag(self, tag=None):\n    self.tocShown = 1\n    try:\n      if not tag: tag = self.getTag()\n      node = self.oldtags[tag].prev\n      if node==None: return None\n      return self.getTag(node)\n    except KeyError:\n      return None\n  def getParentTag(self, tag=None):\n    self.tocShown = 1\n    try:\n      if not tag: tag = self.getTag()\n      node = self.oldtags[tag].parent\n      if node==None: return None\n      return self.getTag(node)\n    except KeyError:\n      return None\n  def getChildrenTags(self, tag=None):\n    self.tocShown = 1\n    try:\n      if not tag: tag = self.getTag()\n      nodes = self.oldtags[tag].children\n      return map(self.getTag, nodes)\n    except KeyError:\n      return None\n\n  # internal helpers\n  def _genTag(self):\n    tag = 'auto_'+str(self.autotag)\n    self.autotag = self.autotag + 1\n    return tag\n  def _emit(self, node, f):\n    tag, numbering, data = node.data\n    if f: s = f(node.depth, tag, numbering, data)\n\n# hierarchical counting\ndef _inc(numbering, inc=1):\n  return numbering[:-1]+[numbering[-1]+inc]\ndef _in(numbering, start=0):\n  return numbering+[start]\ndef _out(numbering):\n  return numbering[:-1]\n\ndef defaultOutput(tag, numbering, data):\n  return reduce(lambda s, i: '%s%d.' % (s, i), numbering, '') + ' ' + str(data)\n"
  },
  {
    "path": "Mod Files/system/python/spyce/modules/transform.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: transform.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport types, re, string\n\n__doc__ = '''Transform module intercepts different kinds of Spyce ouput, and\ncan install functions to perform processing. It also includes some standard\nSpyce transformation functions.'''\n\nOUTPUT_POSITON = 20\n\nclass transform(spyceModule):\n  def start(self):\n    self.ident = lambda x, **kwargs: x\n    self._filter = FilterFn(self.ident, self.ident, self.ident)\n    # install filter functions into response module\n    self._prevfilter = self._api.getModule('response').addFilter(OUTPUT_POSITON, self._filter)\n  def finish(self, theError=None):\n    self._prevfilter = self._api.getModule('response').addFilter(OUTPUT_POSITON, self._prevfilter)\n  # set filters\n  def dynamic(self, fn=None):\n    if not fn: fn = self.ident\n    self._filter.dynamicFilter = self.create(fn)\n  def static(self, fn=None):\n    if not fn: fn = self.ident\n    self._filter.staticFilter = self.create(fn)\n  def expr(self, fn=None):\n    if not fn: fn = self.ident\n    self._filter.exprFilter = self.create(fn)\n  # create filter\n  def create(self, fn):\n    '''Create filter function.'''\n    if fn==None or fn==() or fn==[]:\n      # identity\n      return self.ident\n    elif type(fn) == types.FunctionType:\n      # function type\n      return fn\n    elif type(fn) == type(''):\n      # string\n      file_name = string.split(fn, ':')\n      if len(file_name)==1: file, name = None, file_name[0]\n      else: file, name = file_name[:2]\n      if file: fn = loadModule(name, file, self._api.getFilename())\n      else: fn = eval(name)\n      return fn\n    elif type(fn) == type(()) or type(fn) == type([]):\n      # tuple or array\n      fn0 = self.create(fn[0])\n      fn1 = self.create(fn[1:])\n      def filterfn(x, _fn0=fn0, _fn1=fn1, **kwargs):\n        x = apply(_fn0, (x,), kwargs)\n        return apply(_fn1, (x,), kwargs)\n      return filterfn\n  # commonly used transformations\n  def html_encode(self, s, also='', **kwargs):\n    '''Return HTML-encoded string.'''\n    return html_encode(s, also)\n  def url_encode(self, s, **kwargs):\n    '''Return url-encoded string.'''\n    return url_encode(s)\n  def __repr__(self):\n    return 'static: %s, expr: %s, dynamic: %s' % (\n      str(self._filter.staticFilter!=self.ident),\n      str(self._filter.exprFilter!=self.ident),\n      str(self._filter.dynamicFilter!=self.ident),\n    )\n\nclass FilterFn(Filter):\n  def __init__(self, dynamicFilter=None, staticFilter=None, exprFilter=None):\n    ident = lambda x: x\n    if not dynamicFilter: dynamicFilter = ident\n    if not staticFilter: staticFilter = ident\n    if not exprFilter: exprFilter = ident\n    self.dynamicFilter = dynamicFilter\n    self.staticFilter = staticFilter\n    self.exprFilter = exprFilter\n  def dynamicImpl(self, s, *args, **kwargs):\n    return apply(self.dynamicFilter, (s,)+args, kwargs)\n  def staticImpl(self, s, *args, **kwargs):\n    return apply(self.staticFilter, (s,)+args, kwargs)\n  def exprImpl(self, s, *args, **kwargs):\n    return apply(self.exprFilter, (s,)+args, kwargs)\n  def flushImpl(self):\n    pass\n  def clearImpl(self):\n    pass\n\n# standard transformation functions\ndef ignore_none(o, **kwargs):\n  '''Does not print None.'''\n  if o==None: return ''\n  else: return o\n\ndef silence(o, **kwargs):\n  '''Gobbles anything.'''\n  return ''\n\ndef truncate(o, maxlen=None, **kwargs):\n  '''Limits output to a maximum string length.'''\n  if maxlen!=None: return str(o)[:maxlen]\n  else: return o\n\n_html_enc = { \n  chr(34): '&quot;', chr(38): '&amp;', chr(60): '&lt;', chr(62): '&gt;',\n  chr(160): '&nbsp;', chr(161): '&iexcl;', chr(162): '&cent;', chr(163): '&pound;',\n  chr(164): '&curren;', chr(165): '&yen;', chr(166): '&brvbar;', chr(167): '&sect;',\n  chr(168): '&uml;', chr(169): '&copy;', chr(170): '&ordf;', chr(171): '&laquo;',\n  chr(172): '&not;', chr(173): '&shy;', chr(174): '&reg;', chr(175): '&macr;',\n  chr(176): '&deg;', chr(177): '&plusmn;', chr(178): '&sup2;', chr(179): '&sup3;',\n  chr(180): '&acute;', chr(181): '&micro;', chr(182): '&para;', chr(183): '&middot;',\n  chr(184): '&cedil;', chr(185): '&sup1;', chr(186): '&ordm;', chr(187): '&raquo;',\n  chr(188): '&frac14;', chr(189): '&frac12;', chr(190): '&frac34;', chr(191): '&iquest;',\n  chr(192): '&Agrave;', chr(193): '&Aacute;', chr(194): '&Acirc;', chr(195): '&Atilde;',\n  chr(196): '&Auml;', chr(197): '&Aring;', chr(198): '&AElig;', chr(199): '&Ccedil;',\n  chr(200): '&Egrave;', chr(201): '&Eacute;', chr(202): '&Ecirc;', chr(203): '&Euml;',\n  chr(204): '&Igrave;', chr(205): '&Iacute;', chr(206): '&Icirc;', chr(207): '&Iuml;',\n  chr(208): '&ETH;', chr(209): '&Ntilde;', chr(210): '&Ograve;', chr(211): '&Oacute;',\n  chr(212): '&Ocirc;', chr(213): '&Otilde;', chr(214): '&Ouml;', chr(215): '&times;',\n  chr(216): '&Oslash;', chr(217): '&Ugrave;', chr(218): '&Uacute;', chr(219): '&Ucirc;',\n  chr(220): '&Uuml;', chr(221): '&Yacute;', chr(222): '&THORN;', chr(223): '&szlig;',\n  chr(224): '&agrave;', chr(225): '&aacute;', chr(226): '&acirc;', chr(227): '&atilde;',\n  chr(228): '&auml;', chr(229): '&aring;', chr(230): '&aelig;', chr(231): '&ccedil;',\n  chr(232): '&egrave;', chr(233): '&eacute;', chr(234): '&ecirc;', chr(235): '&euml;',\n  chr(236): '&igrave;', chr(237): '&iacute;', chr(238): '&icirc;', chr(239): '&iuml;',\n  chr(240): '&eth;', chr(241): '&ntilde;', chr(242): '&ograve;', chr(243): '&oacute;',\n  chr(244): '&ocirc;', chr(245): '&otilde;', chr(246): '&ouml;', chr(247): '&divide;',\n  chr(248): '&oslash;', chr(249): '&ugrave;', chr(250): '&uacute;', chr(251): '&ucirc;',\n  chr(252): '&uuml;', chr(253): '&yacute;', chr(254): '&thorn;', chr(255): '&yuml;',\n}\n_html_ch = re.compile(r'['+reduce(lambda n, i: n+i, _html_enc.keys())+']')\ndef html_encode(o, also='', **kwargs):\n  '''Return HTML-encoded string.'''\n  o = _html_ch.sub(lambda match: _html_enc[match.group(0)], str(o))\n  for c in also:\n    try: r=_html_enc[c]\n    except: r='&#%d;' % ord(c)\n    o=o.replace(c, r)\n  return o\n\n_url_ch = re.compile(r'[^A-Za-z0-9_.!~*()-]') # RFC 2396 section 2.3\ndef url_encode(o, **kwargs):\n  '''Return URL-encoded string.'''\n  return _url_ch.sub(lambda match: \"%%%02X\" % ord(match.group(0)), str(o))\n\n_nb_space_ch = re.compile(' ')\ndef nb_space(o, **kwargs):\n  '''Return string with spaces converted to be non-breaking.'''\n  return _nb_space_ch.sub(lambda match: '&nbsp;', str(o))\n"
  },
  {
    "path": "Mod Files/system/python/spyce/run_spyceCGI.py",
    "content": "#!/usr/bin/env python\n\n##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: run_spyceCGI.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n__doc__ = '''Version checking spyceCGI.py wrapper.'''\n\nscript = 'spyceCGI.py'\n\nimport sys, os, verchk\n\nif __name__ == '__main__':\n  spycePath = os.path.abspath(os.path.dirname(sys.modules['verchk'].__file__))\n  sys.argv[0] = os.path.join(spycePath, script)\n  sys.argv.insert(0, os.path.join(spycePath, 'verchk.py'))\n  execfile(sys.argv[0])\n"
  },
  {
    "path": "Mod Files/system/python/spyce/run_spyceCmd.py",
    "content": "#!/usr/bin/env python\n\n##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: run_spyceCmd.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n__doc__ = '''Version checking spyceCmd.py wrapper.'''\n\nscript = 'spyceCmd.py'\n\nimport sys, os, verchk\n\nif __name__ == '__main__':\n  spycePath = os.path.abspath(os.path.dirname(sys.modules['verchk'].__file__))\n  sys.argv[0] = os.path.join(spycePath, script)\n  sys.argv.insert(0, os.path.join(spycePath, 'verchk.py'))\n  execfile(sys.argv[0])\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/run_spyceModpy.py",
    "content": "#!/usr/bin/env python\n\n##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: run_spyceModpy.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n__doc__ = '''Version checking spyceModpy.py wrapper.'''\n\ntry:\n  import _apache\n  from mod_python import apache\nexcept: pass\n\ndef spyceMain(apacheRequest):\n  return spyceMainVersion(apacheRequest)\n\ndef spyceMainVersion(apacheRequest):\n  \"Version checking Apache entry point.\"\n  import verchk\n  if not verchk.checkversion(verchk.REQUIRED):\n    import sys\n    apacheRequest.content_type = 'text/plain'\n    apacheRequest.send_http_header()\n    apacheRequest.write('Spyce can not run on this version of Python.\\n')\n    apacheRequest.write('Python version '+sys.version[:3]+' detected.\\n')\n    apacheRequest.write('Python version '+verchk.REQUIRED+' or greater required.\\n')\n    try:\n      return apache.OK\n    except: pass\n  else:\n    global spyceMain\n    import spyceModpy\n    spyceMain = spyceModpy.spyceMain\n    return spyceModpy.spyceMain(apacheRequest)\n\nif __name__ == '__main__':\n  print \"********** ERROR: **********\"\n  print \"This program can not be run from the command-line.\"\n  print \"Use run_spyceCmd.py, or run via Apache.\"\n  print \"For configuring Apache, have a look at 'spyceApache.conf'.\"\n  print\n  print \"Also, please read the documentation at:\"\n  print \"  http://spyce.sourceforge.net\"\n  print \"for other options.\"\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyce.conf",
    "content": "###############\n# \n# Spyce configuration file\n#    -- an example\n#\n###############\n\n\n\n###############\n#\n# The [spyce] section defines the main spyce configuration options\n#\n\n[spyce]\n\n#\n# The spyce path determines which directories are searched for when\n# loading modules and tag libraries. The Spyce installation directory\n# is always searched first. Any directories in the SPYCE_PATH\n# environment are also searched.\n#\n\npath: Q:\\python\\spyce\n\n\n#\n# The import option can be used to pre-load various Python modules\n# during engine initialization.\n#\n\n# import: myModule, myModule2\n\n\n#\n# The error option sets the server-level error handler; file-level\n# error handling is defined within Spyce scripts using the error\n# module. The format of this option is MODULE:FUNCTION. The server\n# will call the error handler as: \n#   MODULE.FUNCTION(request, response, error)\n# if a server-level error should occur.\n#\n\n#error: error:serverHandler\n\n\n#\n# The pageerror option sets the default page-level error handler.\n# The format of this option is one of:\n#   string:MODULE:VARIABLE\n#   file:FILE\n# where the lowercase words are literals.\n#\n\n#pageerror: string:error:defaultErrorTemplate\n\n\n#\n# The concurrency option is used for long-lived engines (i.e. not for\n# CGI or command-line processing), and sets the concurrency level for\n# the engine. Legal values are 'thread' (or 'threading') and 'fork'\n# (or 'forking'). Any other value will result in serial request\n# processing, which also is the default.\n# \n\nconcurrency: thread\n#concurrency: fork\n\n\n# \n# The cache option affects the underlying cache mechanism that the\n# server uses to maintain compiled Spyce scripts. The general format\n# for this option is TYPE:INFO, where TYPE defines the cache handler\n# and INFO is specific to that cache handler. Currently, Spyce\n# supports two cache handlers:\n#   - memory: the default, takes no parameters\n#   - file: store compiled Spyce scripts to files on disk in some\n#        directory; the INFO is the directory to use\n#\n\n#cache: file:Q:\\python\\temp\\\n\n\n# \n# The debug option affects the caching of compiled Spyce files and\n# Spyce modules. When it is turned on, then caching is disabled. It\n# should NOT be used in a production environment, as compilation is\n# not a optimized (fast) process. The values '0', 'off' or 'false'\n# disable debugging. Any other value turns it on. The default, if\n# omitted is off.\n# \n\n#debug: 1\n\n\n\n###############\n#\n# The globals section defines server-wide constants. The values can be\n# arbitrary Python expressions. These values are evaluated and stored\n# in a hashtable under the given option name. The hashtable is\n# accessible as \"pool.globals\" within any Spyce file (with the pool\n# method loaded), or as self.wrapper.server.globals within any Spyce\n# module.\n# \n\n[globals]\n\n#name: \"My Website\"\n#four: 2+2\n\n\n\n###############\n#\n# The www section defines options for the built-in Spyce web server.\n# \n\n[www]\n\n# \n# The root option defines the document root of the webserver from\n# which all requests are processed. This option can be overridden from\n# the command-line. The default is the current directory when the\n# server is started.\n#\n\nroot: Q:\\web\n\n\n#\n# The port option defines which TCP port the server will listen on.\n# The default is port 80.\n# \n\n#port: 8000\n\n\n#\n# The mime option is a comma-separated list of files. The files should\n# be definitions of mime-types for common file extensions in the\n# standard Apache format. The default is to read the spyce.mime file\n# in Spyce installation directory.\n#\n\n#mime: /etc/mime.types\n\n\n#\n# The ext_ and ext_foo options define the default handler and the\n# handler used for files ending in .foo, respectively. The currently\n# supported handlers are:\n#   spyce - process the file at the requested path a spyce script\n#   dump  - transfer the file at the requested path verbatim, \n#     providing an appropriate \"Content-type\" header, if it is known.\n# By default, all .spy files are processed via the spyce handler, and \n# all others through the dump handler.\n#\n\n#ext_html: spyce\n#ext_: spyce\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyce.mime",
    "content": "# This is the mime.types file from the Apache web server distribution (1.3.22)\n# with local modifications.\n\n# This file controls what Internet media types are sent to the client for\n# given file extension(s).  Sending the correct media type to the client\n# is important so they know how to handle the content of the file.\n# Extra types can either be added here or by using an AddType directive\n# in your config files. For more information about Internet media types,\n# please read RFC 2045, 2046, 2047, 2048, and 2077.  The Internet media type\n# registry is at <ftp://ftp.iana.org/in-notes/iana/assignments/media-types/>.\n\n# MIME type\t\t\tExtension\napplication/EDI-Consent\napplication/EDI-X12\napplication/EDIFACT\napplication/activemessage\napplication/andrew-inset\tez\napplication/applefile\napplication/atomicmail\napplication/batch-SMTP\napplication/beep+xml\napplication/cals-1840\napplication/commonground\napplication/cybercash\napplication/dca-rft\napplication/dec-dx\napplication/dvcs\napplication/eshop\napplication/http\napplication/hyperstudio\napplication/iges\napplication/index\napplication/index.cmd\napplication/index.obj\napplication/index.response\napplication/index.vnd\napplication/iotp\napplication/ipp\napplication/isup\napplication/font-tdpfr\napplication/mac-binhex40\thqx\napplication/mac-compactpro\tcpt\napplication/macwriteii\napplication/marc\napplication/mathematica\napplication/mathematica-old\napplication/msword\t\tdoc\napplication/news-message-id\napplication/news-transmission\napplication/ocsp-request\napplication/ocsp-response\napplication/octet-stream\tbin dms lha lzh exe class so dll\napplication/oda\t\t\toda\napplication/parityfec\napplication/pdf\t\t\tpdf\napplication/pgp-encrypted\napplication/pgp-keys\napplication/pgp-signature\napplication/pkcs10\napplication/pkcs7-mime\napplication/pkcs7-signature\napplication/pkix-cert\napplication/pkix-crl\napplication/pkixcmp\napplication/postscript\t\tai eps ps\napplication/prs.alvestrand.titrax-sheet\napplication/prs.cww\napplication/prs.nprend\napplication/qsig\napplication/remote-printing\napplication/riscos\napplication/rtf\t\t\trtf\napplication/set-payment\napplication/set-payment-initiation\napplication/set-registration\napplication/set-registration-initiation\napplication/sgml\napplication/sgml-open-catalog\napplication/sieve\napplication/slate\napplication/timestamp-query\napplication/timestamp-reply\napplication/vemmi\napplication/vnd.3M.Post-it-Notes\napplication/vnd.FloGraphIt\napplication/vnd.accpac.simply.aso\napplication/vnd.accpac.simply.imp\napplication/vnd.acucobol\napplication/vnd.aether.imp\napplication/vnd.anser-web-certificate-issue-initiation\napplication/vnd.anser-web-funds-transfer-initiation\napplication/vnd.audiograph\napplication/vnd.businessobjects\napplication/vnd.bmi\napplication/vnd.canon-cpdl\napplication/vnd.canon-lips\napplication/vnd.claymore\napplication/vnd.commerce-battelle\napplication/vnd.commonspace\napplication/vnd.comsocaller\napplication/vnd.contact.cmsg\napplication/vnd.cosmocaller\napplication/vnd.cups-postscript\napplication/vnd.cups-raster\napplication/vnd.cups-raw\napplication/vnd.ctc-posml\napplication/vnd.cybank\napplication/vnd.dna\napplication/vnd.dpgraph\napplication/vnd.dxr\napplication/vnd.ecdis-update\napplication/vnd.ecowin.chart\napplication/vnd.ecowin.filerequest\napplication/vnd.ecowin.fileupdate\napplication/vnd.ecowin.series\napplication/vnd.ecowin.seriesrequest\napplication/vnd.ecowin.seriesupdate\napplication/vnd.enliven\napplication/vnd.epson.esf\napplication/vnd.epson.msf\napplication/vnd.epson.quickanime\napplication/vnd.epson.salt\napplication/vnd.epson.ssf\napplication/vnd.ericsson.quickcall\napplication/vnd.eudora.data\napplication/vnd.fdf\napplication/vnd.ffsns\napplication/vnd.framemaker\napplication/vnd.fsc.weblaunch\napplication/vnd.fujitsu.oasys\napplication/vnd.fujitsu.oasys2\napplication/vnd.fujitsu.oasys3\napplication/vnd.fujitsu.oasysgp\napplication/vnd.fujitsu.oasysprs\napplication/vnd.fujixerox.ddd\napplication/vnd.fujixerox.docuworks\napplication/vnd.fujixerox.docuworks.binder\napplication/vnd.fut-misnet\napplication/vnd.grafeq\napplication/vnd.groove-account\napplication/vnd.groove-identity-message\napplication/vnd.groove-injector\napplication/vnd.groove-tool-message\napplication/vnd.groove-tool-template\napplication/vnd.groove-vcard\napplication/vnd.hhe.lesson-player\napplication/vnd.hp-HPGL\napplication/vnd.hp-PCL\napplication/vnd.hp-PCLXL\napplication/vnd.hp-hpid\napplication/vnd.hp-hps\napplication/vnd.httphone\napplication/vnd.hzn-3d-crossword\napplication/vnd.ibm.afplinedata\napplication/vnd.ibm.MiniPay\napplication/vnd.ibm.modcap\napplication/vnd.informix-visionary\napplication/vnd.intercon.formnet\napplication/vnd.intertrust.digibox\napplication/vnd.intertrust.nncp\napplication/vnd.intu.qbo\napplication/vnd.intu.qfx\napplication/vnd.irepository.package+xml\napplication/vnd.is-xpr\napplication/vnd.japannet-directory-service\napplication/vnd.japannet-jpnstore-wakeup\napplication/vnd.japannet-payment-wakeup\napplication/vnd.japannet-registration\napplication/vnd.japannet-registration-wakeup\napplication/vnd.japannet-setstore-wakeup\napplication/vnd.japannet-verification\napplication/vnd.japannet-verification-wakeup\napplication/vnd.koan\napplication/vnd.lotus-1-2-3\napplication/vnd.lotus-approach\napplication/vnd.lotus-freelance\napplication/vnd.lotus-notes\napplication/vnd.lotus-organizer\napplication/vnd.lotus-screencam\napplication/vnd.lotus-wordpro\napplication/vnd.mcd\napplication/vnd.mediastation.cdkey\napplication/vnd.meridian-slingshot\napplication/vnd.mif\t\tmif\napplication/vnd.minisoft-hp3000-save\napplication/vnd.mitsubishi.misty-guard.trustweb\napplication/vnd.mobius.daf\napplication/vnd.mobius.dis\napplication/vnd.mobius.msl\napplication/vnd.mobius.plc\napplication/vnd.mobius.txf\napplication/vnd.motorola.flexsuite\napplication/vnd.motorola.flexsuite.adsi\napplication/vnd.motorola.flexsuite.fis\napplication/vnd.motorola.flexsuite.gotap\napplication/vnd.motorola.flexsuite.kmr\napplication/vnd.motorola.flexsuite.ttc\napplication/vnd.motorola.flexsuite.wem\napplication/vnd.mozilla.xul+xml\napplication/vnd.ms-artgalry\napplication/vnd.ms-asf\napplication/vnd.ms-excel\txls\napplication/vnd.ms-lrm\napplication/vnd.ms-powerpoint\tppt\napplication/vnd.ms-project\napplication/vnd.ms-tnef\napplication/vnd.ms-works\napplication/vnd.mseq\napplication/vnd.msign\napplication/vnd.music-niff\napplication/vnd.musician\napplication/vnd.netfpx\napplication/vnd.noblenet-directory\napplication/vnd.noblenet-sealer\napplication/vnd.noblenet-web\napplication/vnd.novadigm.EDM\napplication/vnd.novadigm.EDX\napplication/vnd.novadigm.EXT\napplication/vnd.osa.netdeploy\napplication/vnd.palm\napplication/vnd.pg.format\napplication/vnd.pg.osasli\napplication/vnd.powerbuilder6\napplication/vnd.powerbuilder6-s\napplication/vnd.powerbuilder7\napplication/vnd.powerbuilder7-s\napplication/vnd.powerbuilder75\napplication/vnd.powerbuilder75-s\napplication/vnd.previewsystems.box\napplication/vnd.publishare-delta-tree\napplication/vnd.pvi.ptid1\napplication/vnd.pwg-xhtml-print+xml\napplication/vnd.rapid\napplication/vnd.s3sms\napplication/vnd.seemail\napplication/vnd.shana.informed.formdata\napplication/vnd.shana.informed.formtemplate\napplication/vnd.shana.informed.interchange\napplication/vnd.shana.informed.package\napplication/vnd.sss-cod\napplication/vnd.sss-dtf\napplication/vnd.sss-ntf\napplication/vnd.street-stream\napplication/vnd.svd\napplication/vnd.swiftview-ics\napplication/vnd.triscape.mxs\napplication/vnd.trueapp\napplication/vnd.truedoc\napplication/vnd.tve-trigger\napplication/vnd.ufdl\napplication/vnd.uplanet.alert\napplication/vnd.uplanet.alert-wbxml\napplication/vnd.uplanet.bearer-choice-wbxml\napplication/vnd.uplanet.bearer-choice\napplication/vnd.uplanet.cacheop\napplication/vnd.uplanet.cacheop-wbxml\napplication/vnd.uplanet.channel\napplication/vnd.uplanet.channel-wbxml\napplication/vnd.uplanet.list\napplication/vnd.uplanet.list-wbxml\napplication/vnd.uplanet.listcmd\napplication/vnd.uplanet.listcmd-wbxml\napplication/vnd.uplanet.signal\napplication/vnd.vcx\napplication/vnd.vectorworks\napplication/vnd.vidsoft.vidconference\napplication/vnd.visio\napplication/vnd.vividence.scriptfile\napplication/vnd.wap.sic\t\tsic\napplication/vnd.wap.slc\t\tslc\napplication/vnd.wap.wbxml\twbxml\napplication/vnd.wap.wmlc\twmlc\napplication/vnd.wap.wmlscriptc\twmlsc\napplication/vnd.webturbo\napplication/vnd.wrq-hp3000-labelled\napplication/vnd.wt.stf\napplication/vnd.xara\napplication/vnd.xfdl\napplication/vnd.yellowriver-custom-menu\napplication/whoispp-query\napplication/whoispp-response\napplication/wita\napplication/wordperfect5.1\napplication/x-bcpio\t\tbcpio\napplication/x-bzip2\t\tbz2\napplication/x-cdlink\t\tvcd\napplication/x-chess-pgn\t\tpgn\napplication/x-compress\napplication/x-cpio\t\tcpio\napplication/x-csh\t\tcsh\napplication/x-director\t\tdcr dir dxr\napplication/x-dvi\t\tdvi\napplication/x-futuresplash\tspl\napplication/x-gtar\t\tgtar\napplication/x-gzip\t\tgz tgz\napplication/x-hdf\t\thdf\napplication/x-javascript\tjs\napplication/x-kword\t\tkwd kwt\napplication/x-kspread\t\tksp\napplication/x-kpresenter\tkpr kpt\napplication/x-kchart\t\tchrt\napplication/x-killustrator\tkil\napplication/x-koan\t\tskp skd skt skm\napplication/x-latex\t\tlatex\napplication/x-netcdf\t\tnc cdf\napplication/x-ogg\t\togg\n\napplication/x-rpm\t\trpm\n\napplication/x-sh\t\tsh\napplication/x-shar\t\tshar\napplication/x-shockwave-flash\tswf\napplication/x-stuffit\t\tsit\napplication/x-sv4cpio\t\tsv4cpio\napplication/x-sv4crc\t\tsv4crc\napplication/x-tar\t\ttar\napplication/x-tcl\t\ttcl\napplication/x-tex\t\ttex\napplication/x-texinfo\t\ttexinfo texi\napplication/x-troff\t\tt tr roff\napplication/x-troff-man\t\tman\napplication/x-troff-me\t\tme\napplication/x-troff-ms\t\tms\napplication/x-ustar\t\tustar\napplication/x-wais-source\tsrc\napplication/x400-bp\napplication/xhtml+xml\t\txhtml xht\napplication/xml\napplication/xml-dtd\napplication/xml-external-parsed-entity\napplication/zip\t\t\tzip\naudio/32kadpcm\naudio/g.722.1\naudio/l16\naudio/midi\t\t\tmid midi kar\naudio/mp4a-latm\naudio/mpa-robust\naudio/mpeg\t\t\tmpga mp2 mp3\naudio/parityfec\naudio/prs.sid\naudio/telephone-event\naudio/tone\naudio/vnd.cisco.nse\naudio/vnd.cns.anp1\naudio/vnd.cns.inf1\naudio/vnd.digital-winds\naudio/vnd.everad.plj\naudio/vnd.lucent.voice\naudio/vnd.nortel.vbk\naudio/vnd.nuera.ecelp4800\naudio/vnd.nuera.ecelp7470\naudio/vnd.nuera.ecelp9600\naudio/vnd.octel.sbc\naudio/vnd.qcelp\naudio/vnd.rhetorex.32kadpcm\naudio/vnd.vmx.cvsd\naudio/x-mpegurl\t\t\tm3u\naudio/x-realaudio\t\tra\nchemical/x-pdb\t\t\tpdb\nchemical/x-xyz\t\t\txyz\nimage/bmp\t\t\tbmp\nimage/cgm\nimage/g3fax\nimage/gif\t\t\tgif\nimage/ief\t\t\tief\nimage/jpeg\t\t\tjpeg jpg jpe\nimage/naplps\nimage/png\t\t\tpng\nimage/prs.btif\nimage/prs.pti\nimage/tiff\t\t\ttiff tif\nimage/vnd.cns.inf2\nimage/vnd.djvu\t\t\tdjvu djv\nimage/vnd.dwg\nimage/vnd.dxf\nimage/vnd.fastbidsheet\nimage/vnd.fpx\nimage/vnd.fst\nimage/vnd.fujixerox.edmics-mmr\nimage/vnd.fujixerox.edmics-rlc\nimage/vnd.mix\nimage/vnd.net-fpx\nimage/vnd.svf\nimage/vnd.wap.wbmp\t\twbmp\nimage/vnd.xiff\nimage/x-cmu-raster\t\tras\nimage/x-portable-anymap\t\tpnm\nimage/x-portable-bitmap\t\tpbm\nimage/x-portable-graymap\tpgm\nimage/x-portable-pixmap\t\tppm\nimage/x-rgb\t\t\trgb\nimage/x-xbitmap\t\t\txbm\nimage/x-xpixmap\t\t\txpm\nimage/x-xwindowdump\t\txwd\nmessage/delivery-status\nmessage/disposition-notification\nmessage/external-body\nmessage/http\nmessage/news\nmessage/partial\nmessage/rfc822\nmessage/s-http\nmodel/iges\t\t\tigs iges\nmodel/mesh\t\t\tmsh mesh silo\nmodel/vnd.dwf\nmodel/vnd.flatland.3dml\nmodel/vnd.gdl\nmodel/vnd.gs-gdl\nmodel/vnd.gtw\nmodel/vnd.mts\nmodel/vnd.vtu\nmodel/vrml\t\t\twrl vrml\nmultipart/alternative\nmultipart/appledouble\nmultipart/byteranges\nmultipart/digest\nmultipart/encrypted\nmultipart/form-data\nmultipart/header-set\nmultipart/mixed\nmultipart/parallel\nmultipart/related\nmultipart/report\nmultipart/signed\nmultipart/voice-message\ntext/calendar\ntext/css\t\t\tcss\ntext/directory\ntext/enriched\ntext/parityfec\ntext/plain\t\t\tasc txt\ntext/prs.lines.tag\ntext/rfc822-headers\ntext/richtext\t\t\trtx\ntext/rtf\t\t\trtf\ntext/sgml\t\t\tsgml sgm\ntext/tab-separated-values\ttsv\ntext/t140\ntext/uri-list\ntext/vnd.DMClientScript\ntext/vnd.IPTC.NITF\ntext/vnd.IPTC.NewsML\ntext/vnd.abc\ntext/vnd.curl\ntext/vnd.flatland.3dml\ntext/vnd.fly\ntext/vnd.fmi.flexstor\ntext/vnd.in3d.3dml\ntext/vnd.in3d.spot\ntext/vnd.latex-z\ntext/vnd.motorola.reflex\ntext/vnd.ms-mediapackage\ntext/vnd.wap.si\t\t\tsi\ntext/vnd.wap.sl\t\t\tsl\ntext/vnd.wap.wml\t\twml\ntext/vnd.wap.wmlscript\t\twmls\ntext/x-setext\t\t\tetx\ntext/xml\t\t\txml xsl\ntext/xml-external-parsed-entity\nvideo/mp4v-es\nvideo/mpeg\t\t\tmpeg mpg mpe\nvideo/parityfec\nvideo/pointer\nvideo/quicktime\t\t\tqt mov\nvideo/vnd.fvt\nvideo/vnd.motorola.video\nvideo/vnd.motorola.videop\nvideo/vnd.mpegurl\t\tmxu\nvideo/vnd.mts\nvideo/vnd.nokia.interleaved-multimedia\nvideo/vnd.vivo\nvideo/x-msvideo\t\t\tavi\nvideo/x-sgi-movie\t\tmovie\nx-conference/x-cooltalk\t\tice\naudio/x-pn-realaudio rmm ram\naudio/vnd.rn-realaudio ra\napplication/smil smi smil\ntext/vnd.rn-realtext rt\nvideo/vnd.rn-realvideo rv\nimage/vnd.rn-realflash rf swf\napplication/x-shockwave-flash2-preview rf swf\napplication/sdp sdp\napplication/x-sdp sdp\napplication/vnd.rn-realmedia rm\nimage/vnd.rn-realpix rp\naudio/wav wav\naudio/x-wav wav\naudio/x-pn-wav wav\naudio/x-pn-windows-acm wav\naudio/basic au\naudio/x-pn-au au\naudio/aiff aiff af\naudio/x-aiff aiff af\naudio/x-pn-aiff aiff af\ntext/html\t\t\thtml htm\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyce.nsi",
    "content": "; spyce.nsi\n; Spyce Installer (NSIS script)\n\n;#####################################\n;VERSION\n\n!define VERSION 1.3.13\n!define RELEASE 1\n\n;#####################################\n;DEFINES\n\n!define NAME Spyce\n!define NAME_SMALL spyce\n!define Desc \"Spyce - Python Server Pages\"\n!define REG_PROG \"SOFTWARE\\${NAME}\"\n!define REG_UNINST \"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${NAME}\"\n!define PYTHON \"python.exe\"\n!define REG_PYTHONLOC \"${REG_PROG}\"\n\n!define COMPILE 1\n\n;#####################################\n;OPTIONS\n\nOutFile \"${NAME_SMALL}-${VERSION}.exe\"\nInstallDir $PROGRAMFILES\\${NAME_SMALL}\nInstallDirRegKey HKLM ${REG_PROG} \"location\"\n\nName \"${NAME}\"\nCaption \"${NAME} Windows Installer\"\nUninstallCaption \"${NAME} Windows Uninstaller\"\nDirText \"${NAME} Windows Installer\"\nComponentText  \"${NAME} Windows Installer\"\nCompletedText \"${NAME} Windows Installer is finished\"\nUninstallText \"${NAME} Windows Uninstaller\"\nBrandingText \" \"\n\nCRCCheck on\nAutoCloseWindow true\nEnabledBitmap  misc/one-check.bmp\nDisabledBitmap  misc/one-nocheck.bmp\nShowInstDetails show\nShowUninstDetails show\n;BGGradient \nSilentUnInstall silent\nIcon misc\\pics\\spyce-border.ico ; MUST contain a 32x32x16 color icon\nUninstallIcon misc\\pics\\spyce-border.ico\nWindowIcon on\nSetOverwrite on\nSetCompress auto\nSetDatablockOptimize on\nSetDateSave off\n\n;#####################################\n;SECTIONS\n\nSection \"${NAME} engine\"\n  ReadRegStr $9 HKLM ${REG_PYTHONLOC} \"python\"\n  SetOutPath $INSTDIR\n  ; create and register uninstaller\n  WriteUninstaller \"uninstall.exe\"\n  WriteRegStr HKLM ${REG_PROG} \"location\" \"$INSTDIR\"\n  WriteRegStr HKLM \"${REG_UNINST}\" \"DisplayName\" \"${NAME}: ${DESC} (remove only)\"\n  WriteRegStr HKLM \"${REG_UNINST}\" \"UninstallString\" '\"$INSTDIR\\uninstall.exe\"'\n\n  ; copy spyce engine files\n  File *.py\n  File CHANGES LICENCE README THANKS spyceApache.conf spyce.conf.eg misc\\pics\\spyce.ico spyce.mime\n  SetOutPath \"$INSTDIR\\modules\"\n  File modules\\*.py\n  SetOutPath \"$INSTDIR\\tags\"\n  File tags\\*.py\n  SetOutPath -\n  ; pre-compile the sources\n  !ifdef COMPILE\n    DetailPrint \"Compile Spyce sources.\"\n    ExecWait `\"$9\" \"$INSTDIR\\spyceParser.py\"`\n    ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\"`\n    ;ExecWait `\"$9\" -OO \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\"`\n    ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\\modules\"`\n    ;ExecWait `\"$9\" -OO \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\\modules\"`\n    ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\\tags\"`\n    ;ExecWait `\"$9\" -OO \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\\tags\"`\n  !endif\nSectionEnd\n\nSection \"${NAME} documentation\"\n  SectionIn RO\n  ReadRegStr $9 HKLM ${REG_PYTHONLOC} \"python\"\n  ; copy Spyce documentation files\n  SetOutPath \"$INSTDIR\\docs\"\n  File docs\\*.spy docs\\*.gif\n  SetOutPath \"$INSTDIR\\docs\\examples\"\n  File docs\\examples\\*.spy docs\\examples\\*.spi docs\\examples\\*.tmpl docs\\examples\\*.py docs\\examples\\*.gif\n  SetOutPath \"$INSTDIR\\docs\\inc\"\n  File docs\\inc\\*.spi\n  SetOutPath -\n  ; compile documentation\n  !ifdef COMPILE\n    DetailPrint \"Compile Spyce documentation.\"\n    ExecWait `\"$9\" \"$INSTDIR\\run_spyceCmd.py\" \"-O\" \"$INSTDIR\\docs\\*.spy\"`\n  !endif\nSectionEnd\n\nSectionDivider \"Options\"\n\nSection \"Create start menu shortcuts\"\n  CreateDirectory \"$SMPROGRAMS\\${NAME}\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Spyce Documentation.lnk\" \"$INSTDIR\\docs\\index.html\" \"\" \"$INSTDIR\\spyce.ico\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Spyce Documentation -- localhost.lnk\" \"http://localhost/spyce/\" \"\" \"\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Spyce Online.lnk\" \"http://spyce.sf.net/\" \"\" \"\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Spyce Examples.lnk\" \"$INSTDIR\\docs\\examples\" \"\" \"$INSTDIR\\spyce.ico\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Uninstall Spyce.lnk\" \"$INSTDIR\\uninstall.exe\" \"\" \"$INSTDIR\\uninstall.exe\" 0\nSectionEnd\n\nSection \"Create shell extensions\"\n  WriteRegStr HKCR \".spy\" \"\" \"SpyceFile\"\n  WriteRegStr HKCR \"SpyceFile\" \"\" \"Spyce dynamic HTML file\"\n  WriteRegStr HKCR \"SpyceFile\\DefaultIcon\" \"\" $INSTDIR\\spyce.ico,0\n  WriteRegStr HKCR \"SpyceFile\\shell\\open\\command\" \"\" 'notepad.exe \"%1\"'\n  WriteRegStr HKCR \"SpyceFile\\shell\\compile\" \"\" \"Compile Spyce\"\n  WriteRegStr HKCR \"SpyceFile\\shell\\compile\\command\" \"\" '\"$9\" \"$INSTDIR\\run_spyceCmd.py\" -O \"%1\"'\n  WriteRegStr HKCR \"SpyceFile\\shell\" \"\" \"compile\"\nSectionEnd\n\nSection \"Configure Apache\"\n  DetailPrint \"Configuring Apache...\"\n  ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--apache=$INSTDIR\"`\n  ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--apacheRestart\"`\n  MessageBox MB_OK|MB_ICONEXCLAMATION \"$\\nApache reconfigured and restarted.$\\nIf everything is ok, you should be able to browse to: http://localhost/spyce/$\\nIf not, please check your httpd.conf file and/or restart Apache.\"\n\nSectionEnd\n\n\nSection \"Uninstall\"\n  ReadRegStr $9 HKLM ${REG_PYTHONLOC} \"python\"\n  DetailPrint \"Unconfiguring Apache...\"\n  ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--apacheUN\"`\n  ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--apacheRestart\"`\n  RMDir /r \"$INSTDIR\"\n  RMDir /r \"$SMPROGRAMS\\${NAME}\"\n  DeleteRegKey HKLM ${REG_UNINST}\n  DeleteRegKey HKLM ${REG_PROG}\n  DeleteRegKey HKCR \".spy\"\n  DeleteRegKey HKCR \"SpyceFile\"\nSectionEnd\n\n;#####################################\n;FUNCTIONS\n\nFunction detectPython\n  ; see if there is any python interpreter\n  ClearErrors\n  ExecShell \"open\" \"${PYTHON}\" `-c \"print 'Python is alive!'\"` SW_SHOWMINIMIZED\n  IfErrors 0 NoAbort\n    MessageBox MB_OK|MB_ICONEXCLAMATION \"Unable to find Python interpreter. Please install Python first.\"\n    Abort\n  NoAbort:\n  ; find out where it is\n  GetTempFileName $9\n  GetTempFileName $8\n  FileOpen $7 $9 w\n  FileWrite $7 'import sys$\\n'\n  FileWrite $7 \"f=open(r'$8', 'w')$\\n\"\n  FileWrite $7 'f.write(sys.executable)$\\n'\n  FileWrite $7 'f.close()$\\n'\n  FileClose $7\n  ExecShell \"open\" \"${PYTHON}\" `\"$9\"` SW_SHOWMINIMIZED\n  IntOp $0 0 + 0\n  Loop:\n    FileOpen $7 $8 r\n    FileRead $7 $6\n    FileClose $7\n    StrCmp $6 \"\" 0 EndLoop\n    Sleep 100\n    IntOp $0 $0 + 1\n    IntCmp $0 50 EndLoop\n    Goto Loop\n  EndLoop:\n  Delete $9\n  StrCpy $9 \"$6\"  ; put the python path in $9 -- GLOBAL\n  StrCmp $9 \"\" 0 NoAbort2\n    MessageBox MB_OK|MB_ICONEXCLAMATION \"Mechanism for discovering Python path via sys.executable did not work.$\\nSorry, but automatic installation is unable to proceed. Please contact the author.\"\n    Abort\n  NoAbort2:\n  WriteRegStr HKLM ${REG_PYTHONLOC} \"python\" \"$9\"\nFunctionEnd\n\nFunction .onInit\n  Call detectPython\nFunctionEnd\n\nFunction .onInstSuccess\n  DetailPrint \"Spyce successfully installed.\"\n  MessageBox MB_OK \"Spyce successfully installed.\"\n  ExecShell \"open\" \"$INSTDIR\\docs\\index.html\" SW_SHOWMAXIMIZED\nFunctionEnd\n\nFunction un.onInit\n  MessageBox MB_YESNO|MB_ICONQUESTION \"Are you sure that you want to uninstall Spyce?\" IDYES NoAbort\n    Abort\n  NoAbort:\nFunctionEnd\n\nFunction un.onUninstSuccess\n  MessageBox MB_OK \"Spyce successfully uninstalled.\"\nFunctionEnd\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyce.nsi.in",
    "content": "; spyce.nsi\n; Spyce Installer (NSIS script)\n\n;#####################################\n;VERSION\n\n!define VERSION __VERSION__\n!define RELEASE __RELEASE__\n\n;#####################################\n;DEFINES\n\n!define NAME Spyce\n!define NAME_SMALL spyce\n!define Desc \"Spyce - Python Server Pages\"\n!define REG_PROG \"SOFTWARE\\${NAME}\"\n!define REG_UNINST \"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${NAME}\"\n!define PYTHON \"python.exe\"\n!define REG_PYTHONLOC \"${REG_PROG}\"\n\n!define COMPILE 1\n\n;#####################################\n;OPTIONS\n\nOutFile \"${NAME_SMALL}-${VERSION}.exe\"\nInstallDir $PROGRAMFILES\\${NAME_SMALL}\nInstallDirRegKey HKLM ${REG_PROG} \"location\"\n\nName \"${NAME}\"\nCaption \"${NAME} Windows Installer\"\nUninstallCaption \"${NAME} Windows Uninstaller\"\nDirText \"${NAME} Windows Installer\"\nComponentText  \"${NAME} Windows Installer\"\nCompletedText \"${NAME} Windows Installer is finished\"\nUninstallText \"${NAME} Windows Uninstaller\"\nBrandingText \" \"\n\nCRCCheck on\nAutoCloseWindow true\nEnabledBitmap  misc/one-check.bmp\nDisabledBitmap  misc/one-nocheck.bmp\nShowInstDetails show\nShowUninstDetails show\n;BGGradient \nSilentUnInstall silent\nIcon misc\\pics\\spyce-border.ico ; MUST contain a 32x32x16 color icon\nUninstallIcon misc\\pics\\spyce-border.ico\nWindowIcon on\nSetOverwrite on\nSetCompress auto\nSetDatablockOptimize on\nSetDateSave off\n\n;#####################################\n;SECTIONS\n\nSection \"${NAME} engine\"\n  ReadRegStr $9 HKLM ${REG_PYTHONLOC} \"python\"\n  SetOutPath $INSTDIR\n  ; create and register uninstaller\n  WriteUninstaller \"uninstall.exe\"\n  WriteRegStr HKLM ${REG_PROG} \"location\" \"$INSTDIR\"\n  WriteRegStr HKLM \"${REG_UNINST}\" \"DisplayName\" \"${NAME}: ${DESC} (remove only)\"\n  WriteRegStr HKLM \"${REG_UNINST}\" \"UninstallString\" '\"$INSTDIR\\uninstall.exe\"'\n\n  ; copy spyce engine files\n  File *.py\n  File CHANGES LICENCE README THANKS spyceApache.conf spyce.conf.eg misc\\pics\\spyce.ico spyce.mime\n  SetOutPath \"$INSTDIR\\modules\"\n  File modules\\*.py\n  SetOutPath \"$INSTDIR\\tags\"\n  File tags\\*.py\n  SetOutPath -\n  ; pre-compile the sources\n  !ifdef COMPILE\n    DetailPrint \"Compile Spyce sources.\"\n    ExecWait `\"$9\" \"$INSTDIR\\spyceParser.py\"`\n    ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\"`\n    ;ExecWait `\"$9\" -OO \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\"`\n    ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\\modules\"`\n    ;ExecWait `\"$9\" -OO \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\\modules\"`\n    ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\\tags\"`\n    ;ExecWait `\"$9\" -OO \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\\tags\"`\n  !endif\nSectionEnd\n\nSection \"${NAME} documentation\"\n  SectionIn RO\n  ReadRegStr $9 HKLM ${REG_PYTHONLOC} \"python\"\n  ; copy Spyce documentation files\n  SetOutPath \"$INSTDIR\\docs\"\n  File docs\\*.spy docs\\*.gif\n  SetOutPath \"$INSTDIR\\docs\\examples\"\n  File docs\\examples\\*.spy docs\\examples\\*.spi docs\\examples\\*.tmpl docs\\examples\\*.py docs\\examples\\*.gif\n  SetOutPath \"$INSTDIR\\docs\\inc\"\n  File docs\\inc\\*.spi\n  SetOutPath -\n  ; compile documentation\n  !ifdef COMPILE\n    DetailPrint \"Compile Spyce documentation.\"\n    ExecWait `\"$9\" \"$INSTDIR\\run_spyceCmd.py\" \"-O\" \"$INSTDIR\\docs\\*.spy\"`\n  !endif\nSectionEnd\n\nSectionDivider \"Options\"\n\nSection \"Create start menu shortcuts\"\n  CreateDirectory \"$SMPROGRAMS\\${NAME}\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Spyce Documentation.lnk\" \"$INSTDIR\\docs\\index.html\" \"\" \"$INSTDIR\\spyce.ico\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Spyce Documentation -- localhost.lnk\" \"http://localhost/spyce/\" \"\" \"\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Spyce Online.lnk\" \"http://spyce.sf.net/\" \"\" \"\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Spyce Examples.lnk\" \"$INSTDIR\\docs\\examples\" \"\" \"$INSTDIR\\spyce.ico\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Uninstall Spyce.lnk\" \"$INSTDIR\\uninstall.exe\" \"\" \"$INSTDIR\\uninstall.exe\" 0\nSectionEnd\n\nSection \"Create shell extensions\"\n  WriteRegStr HKCR \".spy\" \"\" \"SpyceFile\"\n  WriteRegStr HKCR \"SpyceFile\" \"\" \"Spyce dynamic HTML file\"\n  WriteRegStr HKCR \"SpyceFile\\DefaultIcon\" \"\" $INSTDIR\\spyce.ico,0\n  WriteRegStr HKCR \"SpyceFile\\shell\\open\\command\" \"\" 'notepad.exe \"%1\"'\n  WriteRegStr HKCR \"SpyceFile\\shell\\compile\" \"\" \"Compile Spyce\"\n  WriteRegStr HKCR \"SpyceFile\\shell\\compile\\command\" \"\" '\"$9\" \"$INSTDIR\\run_spyceCmd.py\" -O \"%1\"'\n  WriteRegStr HKCR \"SpyceFile\\shell\" \"\" \"compile\"\nSectionEnd\n\nSection \"Configure Apache\"\n  DetailPrint \"Configuring Apache...\"\n  ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--apache=$INSTDIR\"`\n  ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--apacheRestart\"`\n  MessageBox MB_OK|MB_ICONEXCLAMATION \"$\\nApache reconfigured and restarted.$\\nIf everything is ok, you should be able to browse to: http://localhost/spyce/$\\nIf not, please check your httpd.conf file and/or restart Apache.\"\n\nSectionEnd\n\n\nSection \"Uninstall\"\n  ReadRegStr $9 HKLM ${REG_PYTHONLOC} \"python\"\n  DetailPrint \"Unconfiguring Apache...\"\n  ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--apacheUN\"`\n  ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--apacheRestart\"`\n  RMDir /r \"$INSTDIR\"\n  RMDir /r \"$SMPROGRAMS\\${NAME}\"\n  DeleteRegKey HKLM ${REG_UNINST}\n  DeleteRegKey HKLM ${REG_PROG}\n  DeleteRegKey HKCR \".spy\"\n  DeleteRegKey HKCR \"SpyceFile\"\nSectionEnd\n\n;#####################################\n;FUNCTIONS\n\nFunction detectPython\n  ; see if there is any python interpreter\n  ClearErrors\n  ExecShell \"open\" \"${PYTHON}\" `-c \"print 'Python is alive!'\"` SW_SHOWMINIMIZED\n  IfErrors 0 NoAbort\n    MessageBox MB_OK|MB_ICONEXCLAMATION \"Unable to find Python interpreter. Please install Python first.\"\n    Abort\n  NoAbort:\n  ; find out where it is\n  GetTempFileName $9\n  GetTempFileName $8\n  FileOpen $7 $9 w\n  FileWrite $7 'import sys$\\n'\n  FileWrite $7 \"f=open(r'$8', 'w')$\\n\"\n  FileWrite $7 'f.write(sys.executable)$\\n'\n  FileWrite $7 'f.close()$\\n'\n  FileClose $7\n  ExecShell \"open\" \"${PYTHON}\" `\"$9\"` SW_SHOWMINIMIZED\n  IntOp $0 0 + 0\n  Loop:\n    FileOpen $7 $8 r\n    FileRead $7 $6\n    FileClose $7\n    StrCmp $6 \"\" 0 EndLoop\n    Sleep 100\n    IntOp $0 $0 + 1\n    IntCmp $0 50 EndLoop\n    Goto Loop\n  EndLoop:\n  Delete $9\n  StrCpy $9 \"$6\"  ; put the python path in $9 -- GLOBAL\n  StrCmp $9 \"\" 0 NoAbort2\n    MessageBox MB_OK|MB_ICONEXCLAMATION \"Mechanism for discovering Python path via sys.executable did not work.$\\nSorry, but automatic installation is unable to proceed. Please contact the author.\"\n    Abort\n  NoAbort2:\n  WriteRegStr HKLM ${REG_PYTHONLOC} \"python\" \"$9\"\nFunctionEnd\n\nFunction .onInit\n  Call detectPython\nFunctionEnd\n\nFunction .onInstSuccess\n  DetailPrint \"Spyce successfully installed.\"\n  MessageBox MB_OK \"Spyce successfully installed.\"\n  ExecShell \"open\" \"$INSTDIR\\docs\\index.html\" SW_SHOWMAXIMIZED\nFunctionEnd\n\nFunction un.onInit\n  MessageBox MB_YESNO|MB_ICONQUESTION \"Are you sure that you want to uninstall Spyce?\" IDYES NoAbort\n    Abort\n  NoAbort:\nFunctionEnd\n\nFunction un.onUninstSuccess\n  MessageBox MB_OK \"Spyce successfully uninstalled.\"\nFunctionEnd\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyce.py",
    "content": "#!/usr/bin/env python\n\n__version__ = '1.3.13'\n__release__ = '1'\n\nDEBUG_ERROR = 0\n\n##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to LICENCE for legalese\n#\n# Name:        spyce\n# Author:      Rimon Barr <rimon-AT-acm.org>\n# Start date:  8 April 2002\n# Purpose:     Python Server Pages\n# WWW:         http://spyce.sourceforge.net/\n# CVS:         $Id: spyce.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n# note: doc string used in documentation: doc/index.spy\n__doc__ = '''SPYCE is a server-side language that supports simple and\nefficient Python-based dynamic HTML generation, otherwise called <i>Python\nServer Pages</i> (PSP). Those who are familiar with JSP, PHP, or ASP and like\nPython, should have a look at Spyce. Its modular design makes it very flexible\nand extensible. It can also be used as a command-line utility for static text\npre-processing or as a web-server proxy.'''\n\nimport sys, os, copy, string, imp\nimport spyceConfig, spyceCompile, spyceException\nimport spyceModule, spyceTag\nimport spyceLock, spyceCache, spyceUtil\n\n##################################################\n# Spyce engine globals\n#\n\n# spyceServer object - one per engine instance\nSPYCE_SERVER = None\ndef getServer(\n    config_file=None, \n    overide_www_port=None,\n    overide_www_root=None,\n    force=0):\n  global SPYCE_SERVER\n  if force or not SPYCE_SERVER:\n    SPYCE_SERVER = spyceServer(\n      config_file=config_file,\n      overide_www_root=overide_www_root,\n      overide_www_port=overide_www_port,\n    )\n  return SPYCE_SERVER\n\nSPYCE_GLOBALS = None\ndef getServerGlobals():\n  global SPYCE_GLOBALS\n  return SPYCE_GLOBALS\n\nSPYCE_LOADER = 'spyceLoader'\nSPYCE_ENTRY = 'SPYCE_ENTRY'\nDEFAULT_MODULES = ('request', 'response', 'stdout', 'error')\n\n##################################################\n# Spyce core objects\n#\n\nclass spyceServerObject:\n  \"serverObject placeholder\"\n  pass\n\nclass spyceServer:\n  \"One per server, stored in SPYCE_SERVER (above) at processing of first request.\"\n  def __init__(self, \n      config_file=None,\n      overide_www_root=None,\n      overide_www_port=None,\n    ):\n    global SPYCE_GLOBALS\n    # server object\n    self.serverobject = spyceServerObject()\n    # http headers\n    try: self.entry = os.environ[SPYCE_ENTRY]\n    except: self.entry = 'UNKNOWN'\n    self.spyceHeader = 'Spyce/%s_%s Python/%s' % (self.entry, str(__version__), sys.version[:3])\n    # configuration dictionary\n    self.config = spyceConfig.spyceConfig(\n      file=config_file,\n      overide_www_root=overide_www_root,\n      overide_www_port=overide_www_port,\n    )\n    # server globals/constants\n    self.globals = self.config.getSpyceGlobals()\n    SPYCE_GLOBALS = self.globals # hack\n    # now finish processing config file; this way imported modules have\n    # access to the globals\n    self.config.process ()\n    # spyce module search path\n    self.path = self.config.getSpycePath()\n    # concurrency mode\n    self.concurrency = self.config.getSpyceConcurrency()\n    # imports\n    self.imports = self.config.getSpyceImport()\n    # debug mode\n    self.debug = self.config.getSpyceDebug()\n    # spyce cache\n    type, info = self.config.getSpyceCache()\n    if type in ('file',):\n      type = spyceCache.fileCache(info)\n    elif type in ('mem', 'memory'):\n      type = spyceCache.memoryCache(info)\n    else: type = spyceCache.memoryCache()\n    if self.debug: type = None\n    self.spyce_cache = spyceCache.semanticCache(type, spyceCacheValid, spyceCacheGenerate)\n    # spyce module cache\n    self.module_cache = {}\n    if self.debug:\n      self.module_cache = None\n    # page error handler\n    pageerror = self.config.getSpycePageError()\n    if pageerror[0]=='string':\n      pageerror = pageerror[0], self.loadModule(pageerror[2], pageerror[1]+'.py')\n    self.pageerror = pageerror\n    # engine error handler\n    error = self.config.getSpyceError()\n    self.error = self.loadModule(error[1], error[0]+'.py')\n    # spyce thread-safe stdout object\n    if self.concurrency == spyceConfig.SPYCE_CONCURRENCY_THREAD:\n      self.stdout = spyceUtil.ThreadedWriter(sys.stdout)\n      self.lock = spyceLock.threadLock()\n      sys.stdout = self.stdout\n    else:\n      self.stdout = None\n      self.lock = spyceLock.dummyLock()\n    # set sys.stdout\n  def loadModule(self, name, file=None, rel_file=None):\n    \"Find and load a module, with caching\"\n    if not file: file=name+'.py'\n    key = name, file, rel_file\n    if self.module_cache!=None:\n      try: return self.module_cache[key]\n      except: pass # cache miss\n    def loadModuleHelper(file=file, rel_file=rel_file, path=self.path):\n      if rel_file: path = path + [os.path.dirname(rel_file)]\n      for p in path:\n        f=None\n        try:\n          p = os.path.join(p, file)\n          if os.path.exists(p) and os.access(p, os.R_OK):\n            f = open(p, 'r')\n            return imp.load_source(SPYCE_LOADER, p, f)\n        finally:\n          if f: f.close()\n      raise 'unable to find module \"%s\" in path: %s' % (file, path)\n    # load and cache module\n    dict = {'loadModuleHelper': loadModuleHelper}\n    exec 'foo = loadModuleHelper()' in dict\n    mod = eval('dict[\"foo\"].%s' % name)\n    if self.module_cache!=None:\n      self.module_cache[key] = mod\n    return mod\n  def fileHandler(self, request, response, filename, sig='', args=None, kwargs=None):\n    return self.commonHandler(request, response, ('file', (filename, sig)), args, kwargs)\n  def stringHandler(self, request, response, code, sig='', args=None, kwargs=None):\n    return self.commonHandler(request, response, ('string', (code, sig)), args, kwargs)\n  def commonHandler(self, request, response, spyceInfo, args=None, kwargs=None):\n    \"Handle a request. This method is NOT thread safe.\"\n    try:\n      thespyce = theError = None\n      try:\n        spycecode = self.spyce_cache[spyceInfo]\n        thespyce = spycecode.newWrapper()\n        response.addHeader('X-Spyce', self.spyceHeader, 1)\n        try:\n          thespyce.spyceInit(request, response)\n          if args==None: args=[]\n          if kwargs==None: kwargs={}\n          apply(thespyce.spyceProcess, args, kwargs)\n        except spyceException.spyceRuntimeException, theError: pass\n      finally:\n        if DEBUG_ERROR and theError:\n          sys.stderr.write(`theError`+'\\n')\n        if thespyce:\n          thespyce.spyceDestroy(theError)\n          spycecode.returnWrapper(thespyce)\n    except spyceException.spyceDone: pass\n    except spyceException.spyceRedirect, e:\n      return spyceFileHandler(request, response, e.filename)\n    except KeyboardInterrupt: raise\n    except (spyceException.spyceNotFound, spyceException.spyceForbidden, \n        spyceException.spyceSyntaxError, spyceException.pythonSyntaxError, \n        SyntaxError), e:\n      return self.error(self, request, response, e)\n    except SystemExit: pass\n    except:\n      errorString = spyceUtil.exceptionString()\n      try:\n        import cgi\n        response.clear()\n        response.write('<html><pre>\\n')\n        response.write('Unexpected exception: (please report!)\\n')\n        response.write(cgi.escape(errorString))\n        response.write('\\n</pre></html>\\n')\n        response.returncode = response.RETURN_OK\n      except:\n        sys.stderr.write(errorString+'\\n')\n    return response.returncode\n\nclass spyceRequest:\n  \"\"\"Underlying Spyce request object. All implementations (CGI, Apache...)\n  should subclass and implement the methods marked 'not implemented'.\"\"\"\n  def __init__(self):\n    self._in = None\n  def read(self, limit=None):\n    if limit:\n      return self._in.read(limit)\n    else:\n      return self._in.read()\n  def readline(self, limit=None):\n    if limit:\n      return self._in.readline(limit)\n    else:\n      return self._in.readline()\n  def env(self, name=None):\n    raise 'not implemented'\n  def getHeader(self, type=None):\n    raise 'not implemented'\n  def getServerID(self):\n    raise 'not implemented'\n\nclass spyceResponse:\n  \"\"\"Underlying Spyce response object. All implementations (CGI, Apache...)\n  should subclass and implement the methods marked 'not implemented', and\n  also properly define the RETURN codes.\"\"\"\n  RETURN_CONTINUE = 100\n  RETURN_SWITCHING_PROTOCOLS = 101\n  RETURN_OK = 200\n  RETURN_CREATED = 201\n  RETURN_ACCEPTED = 202\n  RETURN_NON_AUTHORITATIVE_INFORMATION = 203\n  RETURN_NO_CONTENT = 204\n  RETURN_RESET_CONTENT = 205\n  RETURN_PARTIAL_CONTENT = 206\n  RETURN_MULTIPLE_CHOICES = 300\n  RETURN_MOVED_PERMANENTLY = 301\n  RETURN_MOVED_TEMPORARILY = 302\n  RETURN_SEE_OTHER = 303\n  RETURN_NOT_MODIFIED = 304\n  RETURN_USE_PROXY = 305\n  RETURN_TEMPORARY_REDIRECT = 307\n  RETURN_BAD_REQUEST = 400\n  RETURN_UNAUTHORIZED = 401\n  RETURN_PAYMENT_REQUIRED = 402\n  RETURN_FORBIDDEN = 403\n  RETURN_NOT_FOUND = 404\n  RETURN_METHOD_NOT_ALLOWED = 405\n  RETURN_NOT_ACCEPTABLE = 406\n  RETURN_PROXY_AUTHENTICATION_REQUIRED = 407\n  RETURN_REQUEST_TIMEOUT = 408\n  RETURN_CONFLICT = 409\n  RETURN_GONE = 410\n  RETURN_LENGTH_REQUIRED = 411\n  RETURN_PRECONDITION_FAILED = 412\n  RETURN_REQUEST_ENTITY_TOO_LARGE = 413\n  RETURN_REQUEST_URI_TOO_LONG = 414\n  RETURN_UNSUPPORTED_MEDIA_TYPE = 415\n  RETURN_REQUEST_RANGE_NOT_SATISFIABLE = 416\n  RETURN_EXPECTATION_FAILED = 417\n  RETURN_INTERNAL_SERVER_ERROR = 500\n  RETURN_NOT_IMPLEMENTED = 501\n  RETURN_BAD_GATEWAY = 502\n  RETURN_SERVICE_UNAVAILABLE = 503\n  RETURN_GATEWAY_TIMEOUT = 504\n  RETURN_HTTP_VERSION_NOT_SUPPORTED = 505\n  RETURN_CODE = {\n    RETURN_CONTINUE: 'CONTINUE',\n    RETURN_SWITCHING_PROTOCOLS: 'SWITCHING PROTOCOLS',\n    RETURN_OK: 'OK',\n    RETURN_CREATED: 'CREATED',\n    RETURN_ACCEPTED: 'ACCEPTED',\n    RETURN_NON_AUTHORITATIVE_INFORMATION: 'NON AUTHORITATIVE INFORMATION',\n    RETURN_NO_CONTENT: 'NO CONTENT',\n    RETURN_RESET_CONTENT: 'RESET CONTENT',\n    RETURN_PARTIAL_CONTENT: 'PARTIAL CONTENT',\n    RETURN_MULTIPLE_CHOICES: 'MULTIPLE CHOICES',\n    RETURN_MOVED_PERMANENTLY: 'MOVED PERMANENTLY',\n    RETURN_MOVED_TEMPORARILY: 'MOVED TEMPORARILY',\n    RETURN_SEE_OTHER: 'SEE OTHER',\n    RETURN_NOT_MODIFIED: 'NOT MODIFIED',\n    RETURN_USE_PROXY: 'USE PROXY',\n    RETURN_TEMPORARY_REDIRECT: 'TEMPORARY REDIRECT',\n    RETURN_BAD_REQUEST: 'BAD REQUEST',\n    RETURN_UNAUTHORIZED: 'UNAUTHORIZED',\n    RETURN_PAYMENT_REQUIRED: 'PAYMENT REQUIRED',\n    RETURN_FORBIDDEN: 'FORBIDDEN',\n    RETURN_NOT_FOUND: 'NOT FOUND',\n    RETURN_METHOD_NOT_ALLOWED: 'METHOD NOT ALLOWED',\n    RETURN_NOT_ACCEPTABLE: 'NOT ACCEPTABLE',\n    RETURN_PROXY_AUTHENTICATION_REQUIRED: 'PROXY AUTHENTICATION REQUIRED',\n    RETURN_REQUEST_TIMEOUT: 'REQUEST TIMEOUT',\n    RETURN_CONFLICT: 'CONFLICT',\n    RETURN_GONE: 'GONE',\n    RETURN_LENGTH_REQUIRED: 'LENGTH REQUIRED',\n    RETURN_PRECONDITION_FAILED: 'PRECONDITION FAILED',\n    RETURN_REQUEST_ENTITY_TOO_LARGE: 'REQUEST ENTITY TOO LARGE',\n    RETURN_REQUEST_URI_TOO_LONG: 'REQUEST URI TOO LONG',\n    RETURN_UNSUPPORTED_MEDIA_TYPE: 'UNSUPPORTED MEDIA TYPE',\n    RETURN_REQUEST_RANGE_NOT_SATISFIABLE: 'REQUEST RANGE NOT SATISFIABLE',\n    RETURN_EXPECTATION_FAILED: 'EXPECTATION FAILED',\n    RETURN_INTERNAL_SERVER_ERROR: 'INTERNAL SERVER ERROR',\n    RETURN_NOT_IMPLEMENTED: 'NOT IMPLEMENTED',\n    RETURN_BAD_GATEWAY: 'BAD GATEWAY',\n    RETURN_SERVICE_UNAVAILABLE: 'SERVICE UNAVAILABLE',\n    RETURN_GATEWAY_TIMEOUT: 'GATEWAY TIMEOUT',\n    RETURN_HTTP_VERSION_NOT_SUPPORTED: 'HTTP VERSION NOT SUPPORTED',\n  }\n  def __init__(self):\n    pass\n  def write(self, s):\n    raise 'not implemented'\n  def writeErr(self, s):\n    raise 'not implemented'\n  def close(self):\n    raise 'not implemented'\n  def clear(self):\n    raise 'not implemented'\n  def sendHeaders(self):\n    raise 'not implemented'\n  def clearHeaders(self):\n    raise 'not implemented'\n  def setContentType(self, content_type):\n    raise 'not implemented'\n  def setReturnCode(self, code):\n    raise 'not implemented'\n  def addHeader(self, type, data, replace=0):\n    raise 'not implemented'\n  def flush(self):\n    raise 'not implemented'\n  def unbuffer(self):\n    raise 'not implemented'\n\nclass spyceCode:\n  '''Takes care of compiling the Spyce file, and generating a wrapper'''\n  def __init__(self, code, filename=None, sig='', limit=3):\n    # store variables\n    self._filename = filename\n    self._limit = limit\n    # generate code\n    self._code, self._coderefs, self._modrefs = \\\n      spyceCompile.spyceCompile(code, filename, sig, getServer())\n    self._wrapperQueue = []\n    self._wrappersMade = 0\n  # wrappers\n  def newWrapper(self):\n    \"Get a wrapper for this code from queue, or make new one\"\n    try: return self._wrapperQueue.pop()\n    except IndexError: pass\n    self._wrappersMade = self._wrappersMade + 1\n    return spyceWrapper(self)\n  def returnWrapper(self, w):\n    \"Return wrapper back to queue after use\"\n    if len(self._wrapperQueue)<self._limit:\n      self._wrapperQueue.append(w)\n  # serialization\n  def __getstate__(self):\n    return self._filename, self._code, self._coderefs, self._modrefs, self._limit\n  def __setstate__(self, state):\n    self._filename, self._code, self._coderefs, self._modrefs, self._limit = state\n    self._wrapperQueue = []\n    self._wrappersMade = 0\n  # accessors\n  def getCode(self):\n    \"Return processed Spyce (i.e. Python) code\"\n    return self._code\n  def getFilename(self):\n    \"Return source filename, if it exists\"\n    return self._filename\n  def getCodeRefs(self):\n    \"Return python-to-Spyce code line references\"\n    return self._coderefs\n  def getModRefs(self):\n    \"Return list of import references in Spyce code\"\n    return self._modrefs\n\nclass spyceWrapper:\n  \"\"\"Wrapper object runs the entire show, bringing together the code, the\n  Spyce environment, the request and response objects and the modules. It is\n  NOT thread safe - new instances are generated as necessary by spyceCode!\n  This object is generated by a spyceCode object. The common Spyce handler\n  code calls the 'processing' functions. Module writers interact with this\n  object via the spyceModuleAPI calls. This is arguable the trickiest portion\n  of the Spyce so don't touch unless you know what you are doing.\"\"\"\n  def __init__(self, spycecode):\n    # store variables\n    self._spycecode = spycecode\n    # api object\n    self._api = self\n    # module tracking\n    self._modCache = {}\n    self._modstarted = []\n    self._modules = {}\n    # compile python code\n    self._codeenv = { spyceCompile.SPYCE_WRAPPER: self._api }\n    try: exec self._spycecode.getCode() in self._codeenv\n    except SyntaxError: raise spyceException.pythonSyntaxError(self)\n    self._freshenv = self._codeenv.keys()\n    # spyce hooks\n    noop = lambda *args: None\n    self.process = self._codeenv[spyceCompile.SPYCE_PROCESS_FUNC]\n    try: self.init = self._codeenv[spyceCompile.SPYCE_INIT_FUNC]\n    except: self.init = noop\n    try: self.destroy = self._codeenv[spyceCompile.SPYCE_DESTROY_FUNC]\n    except: self.destroy = noop\n    # request, response\n    self._response = self._request = None\n    self._responseCallback = {}\n    self._moduleCallback = {}\n  def _startModule(self, name, file=None, as=None, force=0):\n    \"Initialise module for current request.\"\n    if as==None: as=name\n    if force or not self._codeenv.has_key(as):\n      modclass = getServer().loadModule(name, file, self._spycecode.getFilename())\n      mod = modclass(self._api)\n      self.setModule(as, mod, 0)\n      if DEBUG_ERROR:\n        sys.stderr.write(as+'.start\\n')\n      mod.start()\n      self._modstarted.append((as, mod))\n    else: mod = self._codeenv[as]\n    return mod\n  # spyce processing\n  def spyceInit(self, request, response):\n    \"Initialise a Spyce for processing.\"\n    self._request = request\n    self._response = response\n    for mod in DEFAULT_MODULES:\n      self._startModule(mod)\n    self._modstarteddefault = self._modstarted\n    self._modstarted = []\n    for (modname, modfrom, modas) in self.getModRefs():\n      self._startModule(modname, modfrom, modas, 1)\n    exec '_spyce_start()' in { '_spyce_start': self.init }\n  def spyceProcess(self, *args, **kwargs):\n    \"Process the current Spyce request.\"\n    path = sys.path\n    try:\n      if self._spycecode.getFilename():\n        path = copy.copy(sys.path)\n        sys.path.append(os.path.dirname(self._spycecode.getFilename()))\n      dict = { '_spyce_process': self.process,\n        '_spyce_args': args, '_spyce_kwargs': kwargs, }\n      exec '_spyce_result = apply(_spyce_process, _spyce_args, _spyce_kwargs)' in dict\n      return dict['_spyce_result']\n    finally:\n      sys.path = path\n  def spyceDestroy(self, theError=None):\n    \"Cleanup after the request processing.\"\n    try:\n      exec '_spyce_finish()' in { '_spyce_finish': self.destroy }\n      # explicit modules\n      self._modstarted.reverse()\n      for as, mod in self._modstarted:\n        try: \n          if DEBUG_ERROR:\n            sys.stderr.write(as+'.finish\\n')\n          mod.finish(theError)\n        except spyceException.spyceDone: pass\n        except spyceException.spyceRedirect, e:\n          return spyceFileHandler(self._request, self._response, e.filename)\n        except KeyboardInterrupt: raise\n        except SystemExit: pass\n        except: theError = spyceException.spyceRuntimeException(self._api)\n      finishError = None\n      # default modules\n      self._modstarteddefault.reverse()\n      for as, mod in self._modstarteddefault:\n        try: \n          if DEBUG_ERROR:\n            sys.stderr.write(as+'.finish\\n')\n          mod.finish(theError)\n        except: finishError = 1\n      self._request = None\n      self._response = None\n      if finishError: raise\n    finally:\n      self.spyceCleanup()\n  def spyceCleanup(self):\n    \"Sweep the Spyce environment.\"\n    self._modstarteddefault = []\n    self._modstarted = []\n    self._modules = {}\n    if self._freshenv!=None:\n      for e in self._codeenv.keys():\n        if e not in self._freshenv:\n          del self._codeenv[e]\n  # API methods\n  def getFilename(self):\n    \"Return filename of current Spyce\"\n    return self._spycecode.getFilename()\n  def getCode(self):\n    \"Return processed Spyce (i.e. Python) code\"\n    return self._spycecode.getCode()\n  def getCodeRefs(self):\n    \"Return python-to-Spyce code line references\"\n    return self._spycecode.getCodeRefs()\n  def getModRefs(self):\n    \"Return list of import references in Spyce code\"\n    return self._spycecode.getModRefs()\n  def getServerObject(self):\n    \"Return unique (per engine instance) server object\"\n    return getServer().serverobject\n  def getServerGlobals(self):\n    \"Return server configuration globals\"\n    return getServer().globals\n  def getServerID(self):\n    \"Return unique server identifier\"\n    return self._request.getServerID()\n  def getPageError(self):\n    \"Return default page error value\"\n    return getServer().pageerror\n  def getRequest(self):\n    \"Return internal request object\"\n    return self._request\n  def getResponse(self):\n    \"Return internal response object\"\n    return self._response\n  def setResponse(self, o):\n    \"Set internal response object\"\n    self._response = o\n    for f in self._responseCallback.keys(): f()\n  def registerResponseCallback(self, f):\n    \"Register a callback for when internal response changes\"\n    self._responseCallback[f] = 1\n  def unregisterResponseCallback(self, f):\n    \"Unregister a callback for when internal response changes\"\n    try: del self._responseCallback[f]\n    except KeyError: pass\n  def getModules(self):\n    \"Return references to currently loaded modules\"\n    return self._modules\n  def getModule(self, name):\n    \"\"\"Get module reference. The module is dynamically loaded and initialised\n    if it does not exist (ie. if it was not explicitly imported, but requested\n    by another module during processing)\"\"\"\n    return self._startModule(name)\n  def setModule(self, name, mod, notify=1):\n    \"Add existing module (by reference) to Spyce namespace (used for includes)\"\n    self._codeenv[name] = mod\n    self._modules[name] = mod\n    if notify:\n      for f in self._moduleCallback.keys(): \n        f()\n  def delModule(self, name, notify=1):\n    \"Add existing module (by reference) to Spyce namespace (used for includes)\"\n    del self._codeenv[name]\n    del self._modules[name]\n    if notify:\n      for f in self._moduleCallback.keys(): \n        f()\n  def getGlobals(self):\n    \"Return the Spyce global namespace dictionary\"\n    return self._codeenv\n  def registerModuleCallback(self, f):\n    \"Register a callback for modules change\"\n    self._moduleCallback[f] = 1\n  def unregisterModuleCallback(self, f):\n    \"Unregister a callback for modules change\"\n    try: del self._moduleCallback[f]\n    except KeyError: pass\n  def spyceFile(self, file):\n    \"Return a spyceCode object of a file\"\n    return getServer().spyce_cache[('file', file)]\n  def spyceString(self, code):\n    \"Return a spyceCode object of a string\"\n    return getServer().spyce_cache[('string', code)]\n  def spyceModule(self, name, file=None, rel_file=None):\n    \"Return Spyce module class\"\n    return getServer().loadModule(name, file, rel_file)\n  def spyceTaglib(self, name, file=None, rel_file=None):\n    \"Return Spyce taglib class\"\n    return getServer().loadModule(name, file, rel_file)\n  def setStdout(self, out):\n    \"Set the stdout stream (thread-safe)\"\n    serverout = getServer().stdout\n    if serverout: serverout.setObject(out)\n    else: sys.stdout = out\n  def getStdout(self):\n    \"Get the stdout stream (thread-safe)\"\n    serverout = getServer().stdout\n    if serverout: return serverout.getObject()\n    else: return sys.stdout\n\n##################################################\n# Spyce cache\n#\n\ndef spyceFileCacheValid(key, validity):\n  \"Determine whether compiled Spyce is valid\"\n  try: \n    filename, sig = key\n  except:\n    filename, sig = key, ''\n  try:\n    if not os.path.exists(filename):\n      return 0\n    if not os.access(filename, os.R_OK):\n      return 0\n    return os.path.getmtime(filename) == validity\n  except KeyboardInterrupt: raise\n  except:\n    return 0\n\ndef spyceFileCacheGenerate(key):\n  \"Generate new Spyce wrapper (recompiles).\"\n  try: \n    filename, sig = key\n  except:\n    filename, sig = key, ''\n  # ensure file exists and we have permissions\n  if not os.path.exists(filename):\n    raise spyceException.spyceNotFound(filename)\n  if not os.access(filename, os.R_OK):\n    raise spyceException.spyceForbidden(filename)\n  # generate\n  mtime = os.path.getmtime(filename)\n  f = None\n  try:\n    f = open(filename)\n    code = f.read()\n  finally:\n    if f: f.close()\n  s = spyceCode(code, filename=filename, sig=sig)\n  return mtime, s\n\ndef spyceStringCacheValid(code, validity):\n  return 1\n\ndef spyceStringCacheGenerate(key):\n  try: \n    code, sig = key\n  except:\n    code, sig = key, ''\n  s = spyceCode(code, sig=sig)\n  return None, s\n\ndef spyceCacheValid((type, key), validity):\n  return { \n    'string': spyceStringCacheValid,\n    'file': spyceFileCacheValid,\n  }[type](key, validity)\n\ndef spyceCacheGenerate((type, key)):\n  return {\n    'string': spyceStringCacheGenerate,\n    'file': spyceFileCacheGenerate,\n  }[type](key)\n\n\n##################################################\n# Spyce common entry points\n#\n\ndef spyceFileHandler(request, response, filename, sig='', args=None, kwargs=None, config_file=None):\n  return _spyceCommonHandler(request, response, ('file', (filename, sig)), args, kwargs, config_file)\n\ndef spyceStringHandler(request, response, code, sig='', args=None, kwargs=None, config_file=None):\n  return _spyceCommonHandler(request, response, ('string', (code, sig)), args, kwargs, config_file)\n\ndef _spyceCommonHandler(request, response, spyceInfo, args=None, kwargs=None, config_file=None):\n  return getServer(config_file).commonHandler(request, response, spyceInfo, args, kwargs)\n\nif __name__ == '__main__':\n  execfile('run_spyceCmd.py')\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyce.spec.in",
    "content": "%define name spyce\n%define version __VERSION__\n%define release __RELEASE__\n\n%define httpd_conf /etc/httpd/conf/httpd.conf\n%define httpd_conf_beginline ### BEGIN SPYCE CONFIG MARKER\n%define httpd_conf_endline ### END SPYCE CONFIG MARKER\n%define html_dir /var/www/html\n\nSummary:       SPYCE - Python Server Pages, Python-based HTML scripting engine\nName:          %{name}\nVersion:       %{version}\nRelease:       %{release}\nGroup:         System/Servers\nPackager:      Rimon Barr <rimon AT acm DOT org>\nURL:           http://spyce.sourceforge.net\nLicense:       Refer to LICENCE.TXT\nBuildArchitectures: noarch\nBuildRoot:     %{_builddir}/%{name}-root\n#BuildRequires: python >= 2.2\nRequires:      python >= 2.2\nRequires:      httpd >= 2.0\nSource0:       %{name}-%{version}-%{release}.tgz\n\n%description\nSPYCE is a server-side engine that supports simple and efficient Python-based\ndynamic HTML generation. Those who like Python and are familiar with JSP, or\nPHP, or ASP, should have a look at this engine. It allows one to generate\ndynamic HTML content just as easily, using Python for the dynamic parts. Its\nmodular design makes it very flexible and extensible. It can also be used as a\ncommand-line utility for HTML pre-processing.\n\n%prep\n%setup -q\n\n%build\nmake all\n\n%install\nrm -rf ${RPM_BUILD_ROOT}\nmake DESTDIR=${RPM_BUILD_ROOT} install\n\n%clean\nrm -rf $RPM_BUILD_ROOT\n\n%files\n%defattr(-,root,root)\n/usr/share/spyce\n\n%post\nln -sf /usr/share/spyce/run_spyceCmd.py /usr/bin/spyce\nln -sf /usr/share/spyce/docs /usr/share/doc/spyce\necho -n \"Adding Spyce config to httpd.conf...\"\ncp %httpd_conf %httpd_conf.spyce-install.bak\nsed -e \"/%httpd_conf_beginline/,/%httpd_conf_endline/d\" \\\n  < %httpd_conf.spyce-install.bak > %httpd_conf\necho \"%httpd_conf_beginline\"                                 >> %httpd_conf\ncat /usr/share/spyce/spyceApache.conf | sed -e \"s+XXX+/usr/share/spyce+g\"                             >> %httpd_conf\necho \"%httpd_conf_endline\"                                   >> %httpd_conf\necho \" done.\"\n/usr/sbin/apachectl graceful\n\n%postun\nif [ $1 == 0 ]; then \n  rm -f /usr/bin/spyce\n  rm -f /usr/share/doc/spyce\n  rm -f %html_dir/spyce\n  echo -n \"Removing Spyce config from httpd.conf...\"\n  cp %httpd_conf %httpd_conf.spyce-uninstall.bak\n  sed -e \"/%httpd_conf_beginline/,/%httpd_conf_endline/d\" \\\n    < %httpd_conf.spyce-uninstall.bak > %httpd_conf\n  echo \" done.\"\n  /usr/sbin/apachectl graceful\nfi\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyceApache.conf",
    "content": "\n# XXX = Spyce program directory\n\n# This section asks your web server to serve the \n# Spyce documentation from http://localhost/spyce/.\n\nAlias /spyce/ \"XXX/docs/\"\n<Directory \"XXX/docs\">\n    Options Indexes\n    AllowOverride None\n    Order allow,deny\n    Allow from all\n</Directory>\n\n###################\n# Spyce via cgi or fcgi\n\n# This section is the default. It provides a default\n# mechanism to process .spy files. On a vanilla Apache\n# installation this will be done via CGI, which is \n# quite slow. If the FastCGI module is properly \n# installed, should automatically be used instead.\n\nAddHandler spyce-cgi-handler spy\nAction spyce-cgi-handler \"/spyce-cgi/run_spyceCGI.py\"\nScriptAlias /spyce-cgi/ \"XXX/\"\n<Location /spyce-cgi/>\n  <IfModule mod_fastcgi.c>\n    # If mod_fastcgi not installed, we get plain cgi\n    SetHandler fastcgi-script\n  </IfModule>\n</Location>\n# If FastCGI is installed, it will be picked up \n# automatically. On Linux, you can also omit this section \n# and use a dynamic fcgi server instead.\n<IfModule mod_fastcgi.c>\n  FastCgiServer \"XXX/run_spyceCGI.py\" -port 7654 -initial-env FCGI_PORT=7654\n</IfModule>\n# On Windows ONLY, please uncomment the following line.\n# ScriptInterpreterSource registry\n\n###################\n# Spyce via mod_python\n\n# This section allows Spyce to be invoked via the mod_python,\n# yet another alternative with decent performance. Comment\n# the CGI/FastCGI section above entirely, and uncomment the\n# following lines, if you choose to use this instead.\n# (Note that the doubly commented lines, can remain commented\n# depending on your configuration).\n\n#<IfModule mod_python.c>\n#  AddHandler python-program .spy\n#  PythonHandler run_spyceModpy::spyceMain\n#  PythonPath \"sys.path+[r'XXX']\"\n#  #PythonOption SPYCE_CONFIG \"/mydir/spyce.conf\"\n#  #PythonOptimize On\n#</IfModule>\n\n###################\n# Spyce via proxy (on port 8000)\n\n# This section direct Apache to process Spyce requests via\n# a Spyce proxy server. Comment the CGI/FastCGI section above,\n# and uncomment the following lines.\n# NB: Remember to start the Spyce proxy server...\n#   spyce -l -p 8000 /document_root\n# If you would like to run your server on another port,\n# start the proxy on that port (using the -p switch)\n# and change the RewriteRule below accordingly.\n\n#<IfModule mod_rewrite.c>\n#  RewriteEngine On\n#  RewriteRule ^(.*\\.spy) http://localhost:8000$1 [p]\n#</IfModule>\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyceCGI.py",
    "content": "#!/usr/bin/env python\n\n##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceCGI.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport os, sys\nimport spyceCmd, spyce\nimport fcgi\n\n__doc__ = '''(F)CGI-based Spyce entry point.'''\n\ndef findScriptFile(path):\n  origpath = path\n  while path and not path=='/':\n    if os.path.isfile(path):\n      return path\n    path = os.path.dirname(path)\n  return origpath\n\ndef doSpyce( (stdin, stdout, stderr, environ) ):\n  path = None\n  if len(sys.argv)<=1 or not os.path.isfile(sys.argv[1]):\n    try: path = findScriptFile(environ['PATH_TRANSLATED'])\n    except: pass\n  result = spyceCmd.spyceMain(cgimode=1, cgiscript=path,\n    stdout=stdout, stdin=stdin, stderr=stderr, environ=environ)\n  return result\n\ndef main():\n  cgi = fcgi.FCGI()\n  more = cgi.accept()\n  if cgi.socket: os.environ[spyce.SPYCE_ENTRY] = 'fcgi'\n  else: os.environ[spyce.SPYCE_ENTRY] = 'cgi'\n  while more:\n    doSpyce(more)\n    more = cgi.accept()\n\nif __name__=='__main__':\n  if sys.platform == \"win32\":\n    import os, msvcrt\n    msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)\n  main()\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyceCache.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceCache.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport md5, binascii, os, string\ntry: from cPickle import dumps, loads\nexcept: from pickle import dumps, loads\n\n__doc__ = '''Caching related functionality.'''\n\n# rimtodo: specify some sort of cache size limit\n\n##################################################\n# Generic cache\n#\n\nclass cache:\n  \"Generic cache\"\n  def __getitem__(self, key):\n    raise 'not implemented'\n  def __setitem__(self, key, value):\n    raise 'not implemented'\n  def __delitem__(self, key):\n    raise 'not implemented'\n  def keys(self):\n    raise 'not implemented'\n  def has_key(self, key):\n    raise 'not implemented'\n\n##################################################\n# Storage caches\n#\n\nclass memoryCache(cache):\n  \"In-memory cache\"\n  def __init__(self, infoStr=None):\n    self.cache = {}\n    self.info = infoStr\n  def __getitem__(self, key):\n    return self.cache[key]\n  def __setitem__(self, key, value):\n    self.cache[key]=value\n  def __delitem__(self, key):\n    del self.cache[key]\n  def keys(self):\n    return self.cache.keys()\n  def has_key(self, key):\n    return self.cache.has_key(key)\n\nclass fileCache(cache):\n  \"File-based cache\"\n  def __init__(self, infoStr):\n    self._cachedir = string.strip(infoStr)\n  def __getitem__(self, key):\n    filename = os.path.join(self._cachedir, self._encodeKey(key))\n    f = None\n    try:\n      try:\n        f = open(filename, 'r')\n        return loads(f.read())\n      finally:\n        if f: f.close()\n    except IOError: pass\n    except EOFError: pass\n    raise KeyError()\n  def __setitem__(self, key, value):\n    try:\n      if self[key]==value: return\n    except KeyError: pass\n    filename = os.path.join(self._cachedir, self._encodeKey(key))\n    f = None\n    try:\n      f = open(filename, 'w')\n      f.write(dumps(value,1))\n    finally:\n      if f: f.close()\n  def __delitem__(self, key):\n    filename = os.path.join(self._cachedir, self._encodeKey(key))\n    if os.path.exists(filename):\n      os.remove(filename)\n  def keys(keys):\n    raise 'not implemented'\n  def has_key(self, key):\n    try:\n      self[key]\n      return 1\n    except KeyError:\n      return 0\n  def _encodeKey(self, key):\n    return 'spyceCache-'+binascii.hexlify(md5.new(str(key)).digest())\n    \n\n##################################################\n# Policy caches\n#\n\n#rimtodo:\n\n##################################################\n# Semantic cache\n#\n\nclass semanticCache(cache):\n  \"\"\"Cache that knows how to validate and generate its own data. Note, that the\n  cache stores elements as (validity, data) tuples. The valid is a function\n  invoked as valid(key,validity), returning a boolean; and generate is a\n  function invoked as generate(key) returning (validity, data). The get()\n  method returns only the data.\"\"\"\n  def __init__(self, cache, valid, generate):\n    self.valid = valid\n    self.generate = generate\n    self.cache = cache\n  def get(self, key):\n    \"Get (or generate) a cache element.\"\n    if self.cache:\n      if not self.cache.has_key(key) or not self.valid(key, self.cache[key][0]):\n        self.cache[key] = self.generate(key)\n      return self.cache[key][1]\n    else:\n      return self.generate(key)[1]\n  def purge(self, key):\n    \"Remove a cache element, if it exists.\"\n    if self.cache.has_key(key):\n      del self.cache[key]\n  # standard dictionary methods\n  def __getitem__(self, key):\n    return self.get(key)\n  def __delitem__(self, key):\n    return self.purge(key)\n  def has_key(self, key):\n    if self.cache:\n      return self.cache.has_key()\n    else:\n      return 0\n  def keys(self):\n    if self.cache:\n      return self.cache.keys()\n    else:\n      return []\n  def values(self):\n    if self.cache:\n      return map(lambda x: x[1], self.cache.values())\n    else:\n      return []\n  def clear(self):\n    if self.cache:\n      self.cache.clear()\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyceCmd.py",
    "content": "#!/usr/bin/env python\n\n##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceCmd.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport getopt, sys, traceback, os, string, glob, copy\nimport spyce, spyceException, spyceUtil\n\n__doc__ = '''Command-line and CGI-based Spyce entry point.'''\n\n##################################################\n# Output\n#\n\n# output version\ndef showVersion(out=sys.stdout):\n  \"Emit version information.\"\n  out.write('spyce v'+spyce.__version__+', by Rimon Barr: ')\n  out.write('Python Server Pages\\n')\n\n# output syntax\ndef showUsage(out=sys.stdout):\n  \"Emit command-line usage information.\"\n  showVersion(out)\n  out.write('Command-line usage:\\n')\n  out.write('  spyce [-c] [-o filename.html] <filename.spy>\\n')\n  out.write('  spyce [-w] <filename.spy>              <-- CGI\\n')\n  out.write('  spyce -O filename(s).spy               <-- batch process\\n')\n  out.write('  spyce -l [-p port] [-d file ] [<root>] <-- proxy server\\n')\n  out.write('  spyce -h | -v\\n')\n  out.write('    -h, -?, --help       display this help information\\n')\n  out.write('    -v, --version        display version\\n')\n  out.write('    -o, --output         send output to given file\\n')\n  out.write('    -O                   send outputs of multiple files to *.html\\n')\n  out.write('    -c, --compile        compile only; do not execute\\n')\n  out.write('    -w, --web            cgi mode: emit headers (or use run_spyceCGI.py)\\n')\n  out.write('    -q, --query          set QUERY_STRING environment variable\\n')\n  out.write('    -l, --listen         run in HTTP server mode\\n')\n  out.write('    -d, --daemon         run as a daemon process with given pidfile\\n')\n  out.write('    -p, --port           listen on given port, default 80\\n')\n  out.write('    --conf [file]        Spyce configuration file\\n')\n  out.write('To configure Apache, please refer to: spyceApache.conf\\n')\n  out.write('For more details, refer to the documentation.\\n')\n  out.write('  http://spyce.sourceforge.net\\n')\n  out.write('Send comments, suggestions and bug reports to <rimon-AT-acm.org>.\\n')\n\n##################################################\n# Request / Response handlers\n#\n\nclass spyceCmdlineRequest(spyce.spyceRequest):\n  'CGI/Command-line Spyce request object. (see spyce.spyceRequest)'\n  def __init__(self, input, env, filename):\n    spyce.spyceRequest.__init__(self)\n    self._in = input\n    self._env = copy.copy(env)\n    if not self._env.has_key('SERVER_SOFTWARE'):\n      self._env['SERVER_SOFTWARE'] = 'spyce %s Command-line' % spyce.__version__\n    if not self._env.has_key('REQUEST_URI'): \n      self._env['REQUEST_URI']=filename\n    if not self._env.has_key('REQUEST_METHOD'): \n      self._env['REQUEST_METHOD']='spyce'\n    if not self._env.has_key('QUERY_STRING'): \n      self._env['QUERY_STRING']=''\n    self._headers = {\n      'Content-Length': self.env('CONTENT_LENGTH'),\n      'Content-Type': self.env('CONTENT_TYPE'),\n      'User-Agent': self.env('HTTP_USER_AGENT'),\n      'Accept': self.env('HTTP_ACCEPT'),\n      'Accept-Encoding': self.env('HTTP_ACCEPT_ENCODING'),\n      'Accept-Language': self.env('HTTP_ACCEPT_LANGUAGE'),\n      'Accept-Charset': self.env('HTTP_ACCEPT_CHARSET'),\n      'Cookie': self.env('HTTP_COOKIE'),\n      'Referer': self.env('HTTP_REFERER'),\n      'Host': self.env('HTTP_HOST'),\n      'Connection': self.env('HTTP_CONNECTION'),\n      'Keep-Alive': self.env('HTTP_KEEP_ALIVE'),\n    }\n  def env(self, name=None):\n    return spyceUtil.extractValue(self._env, name)\n  def getHeader(self, type=None):\n    return spyceUtil.extractValue(self._headers, type)\n  def getServerID(self):\n    return os.getpid()\n\nclass spyceCmdlineResponse(spyce.spyceResponse):\n  'CGI/Command-line Spyce response object. (see spyce.spyceResponse)'\n  def __init__(self, out, err, cgimode=0):\n    spyce.spyceResponse.__init__(self)\n    if not cgimode:\n      self.RETURN_OK = 0\n      self.RETURN_CODE[self.RETURN_OK] = 'OK'\n    self.origout = out\n    self.out = spyceUtil.BufferedOutput(out)\n    self.err = err\n    self.cgimode = cgimode\n    self.headers = []\n    self.headersSent = 0\n    self.CT = None\n    self.returncode = self.RETURN_OK\n    # functions (for performance)\n    self.write = self.out.write\n    self.writeErr = self.err.write\n    self.clear = self.out.clear\n  def close(self):\n    self.flush()\n    self.out.close()\n  def sendHeaders(self):\n    if self.cgimode and not self.headersSent:\n      resultText = spyceUtil.extractValue(self.RETURN_CODE, self.returncode)\n      self.origout.write('Status: %3d \"%s\"\\n' % (self.returncode, resultText))\n      if not self.CT:\n        self.setContentType('text/html')\n      self.origout.write('Content-Type: %s\\n' % self.CT)\n      for h in self.headers:\n        self.origout.write('%s: %s\\n'%h)\n      self.origout.write('\\n')\n      self.headersSent = 1\n  def clearHeaders(self):\n    if self.headersSent:\n      raise 'headers already sent'\n    self.headers = []\n  def setContentType(self, content_type):\n    if self.headersSent:\n      raise 'headers already sent'\n    self.CT = content_type\n  def setReturnCode(self, code):\n    if self.headersSent:\n      raise 'headers already sent'\n    self.returncode = code\n  def addHeader(self, type, data, replace=0):\n    if self.headersSent:\n      raise 'headers already sent'\n    if type=='Content-Type':\n      self.setContentType(data)\n    else:\n      if replace:\n        self.headers = filter(lambda (type, _), t2=type: type!=t2, self.headers)\n      self.headers.append((type, data))\n  def flush(self, stopFlag=0):\n    if stopFlag: return\n    self.sendHeaders()\n    self.out.flush()\n  def unbuffer(self):\n    self.sendHeaders()\n    self.out.unbuffer()\n\n##################################################\n# Daemonizing\n#\n\ndef daemonize(stdin='/dev/null', stdout='/dev/null', stderr='/dev/null', pidfile=None):\n  '''Forks current process into a daemon. stdin, stdout, and stderr arguments \n  are file names that are opened and used in place of the standard file descriptors\n  in sys.stdin, sys.stdout, and sys.stderr, which default to /dev/null.\n  Note that stderr is unbuffered, so output may interleave with unexpected order\n  if shares destination with stdout.'''\n  def forkToChild():\n    try: \n      if os.fork()>0: sys.exit(0) # exit parent.\n    except OSError, e: \n      sys.stderr.write(\"fork failed: (%d) %s\\n\" % (e.errno, e.strerror))\n      sys.exit(1)\n  # First fork; decouple\n  forkToChild()\n  os.chdir(\"/\") \n  os.umask(0) \n  os.setsid() \n  # Second fork; create pidfile; redirect descriptors\n  forkToChild()\n  pid = str(os.getpid())\n  if pidfile: \n    f = open(pidfile,'w+')\n    f.write(\"%s\\n\" % pid)\n    f.close()\n  si = open(stdin, 'r')\n  so = open(stdout, 'a+')\n  se = open(stderr, 'a+', 0)\n  os.dup2(si.fileno(), sys.stdin.fileno())\n  os.dup2(so.fileno(), sys.stdout.fileno())\n  os.dup2(se.fileno(), sys.stderr.fileno())\n  # I am a daemon!\n\n##################################################\n# Command-line entry point\n#\n\n#for debugging/profiling only\n#sys.stdout = spyceUtil.NoCloseOut(sys.stdout)\n\ndef spyceMain(cgimode=0, cgiscript=None, \n    stdout=sys.stdout, stdin=sys.stdin, stderr=sys.stderr, environ=os.environ):\n  \"Command-line and CGI entry point.\"\n  # defaults\n  compileonlyMode = 0\n  outputFilename = None\n  defaultOutputFilename = 0\n  httpmode = 0\n  httpport = None\n  httproot = None\n  daemon = None\n  configFile = None\n  # parse options\n  if cgimode and cgiscript:\n    args = [cgiscript]\n  else:\n    try:\n      opts, args = getopt.getopt(sys.argv[1:], 'h?vco:Owq:ld:p:',\n        ['help', 'version', 'compile', 'output=', 'web', \n         'query=', 'listen', 'daemon=', 'port=', 'conf=',])\n    except getopt.error: \n      if cgimode:\n        stdout.write('Content-Type: text/plain\\n\\n')\n      stdout.write('syntax: unknown switch used\\n')\n      stdout.write('Use -h option for help.\\n')\n      return -1\n    for o, a in opts:\n      if o in (\"-v\", \"--version\"):\n        showVersion(); return\n      if o in (\"-h\", \"--help\", \"-?\"):\n        showUsage(); return\n      if o in (\"-c\", \"--compileonly\"):\n        compileonlyMode = 1\n      if o in (\"-o\", \"--output\"):\n        outputFilename = a\n      if o in (\"-O\", ):\n        defaultOutputFilename = 1\n      if o in (\"-w\", \"--web\"):\n        cgimode = 1\n      if o in (\"-q\", \"--query\"):\n        environ['QUERY_STRING'] = a\n      if o in (\"-l\", \"--listen\"):\n        httpmode = 1\n      if o in (\"-d\", \"--daemon\"):\n        daemon = a\n      if o in (\"-p\", \"--port\"):\n        try: httpport = int(a)\n        except:\n          stdout.write('syntax: port must be integer\\n')\n          stdout.write('Use -h option for help.\\n')\n          return -1\n      if o in (\"--conf\", ):\n        configFile = a\n\n  # web server mode\n  if httpmode:\n    if len(args):\n      httproot = args[0]\n    import spyceWWW\n    return spyceWWW.spyceHTTPserver(httpport, httproot, config_file=configFile, daemon=daemon)\n  # some checks\n  if not cgimode and not defaultOutputFilename and len(args)>1:\n    stdout.write('syntax: too many files to process\\n')\n    stdout.write('Use -h option for help.\\n')\n    return -1\n  # file globbing\n  if defaultOutputFilename:\n    globbed = map(glob.glob, args)\n    args = []\n    for g in globbed:\n      for f in g:\n        args.append(f)\n  if not len(args):\n    if cgimode:\n      stdout.write('Content-Type: text/plain\\n\\n')\n    stdout.write('syntax: please specify a spyce file to process\\n')\n    stdout.write('Use -h option for help.\\n')\n    return -1\n  # run spyce\n  result=0\n  try:\n    while len(args):\n      result=0\n      script = args[0]\n      del args[0]\n      if cgimode:\n        dir = os.path.dirname(script)\n        if dir: \n          script = os.path.basename(script)\n          os.chdir(dir)\n      try:\n        output = stdout\n        if defaultOutputFilename:\n          outputFilename = os.path.splitext(script)[0]+'.html'\n          stdout.write('Processing: %s\\n'%script)\n          stdout.flush()\n        if outputFilename:\n          output = None\n          output = open(outputFilename, 'w')\n        if compileonlyMode:\n          s = spyce.getServer().spyce_cache['file', script]\n          output.write(s.getCode())\n          output.write('\\n')\n        else:\n          request = spyceCmdlineRequest(stdin, environ, script)\n          response = spyceCmdlineResponse(output, stderr, cgimode)\n          result = spyce.spyceFileHandler(request, response, script)\n          response.close()\n      except KeyboardInterrupt: raise\n      except SystemExit: pass\n      except (spyceException.spyceForbidden, spyceException.spyceNotFound), e:\n        if cgimode:\n          stdout.write('Content-Type: text/plain\\n\\n')\n        stdout.write(str(e)+'\\n')\n      except:\n        if cgimode:\n          stdout.write('Content-Type: text/plain\\n\\n')\n        stdout.write(spyceUtil.exceptionString()+'\\n')\n      if output:\n        output.close()\n  except KeyboardInterrupt:\n    stdout.write('Break!\\n')\n  return result\n\nABSPATH = 1\nif ABSPATH:\n  for i in range(len(sys.path)):\n    sys.path[i] = os.path.abspath(sys.path[i])\n  ABSPATH = 0\n\n# Command-line entry point\nif __name__=='__main__': \n  os.environ[spyce.SPYCE_ENTRY] = 'cmd'\n  try:\n    exitcode=0\n    exitcode=spyceMain(cgimode=0)\n  except: \n    exitcode=1\n    traceback.print_exc()\n  sys.exit(exitcode)\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyceCompile.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceCompile.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n#rimtodo:\n# - fix compaction (it assumed newlines parsed independently)\n# - active tags\n\n#try:\n#  exec('import sre as re')  # due to stack limitations of sre\n#  # exec to be backwards compatible with Python 1.5\n#except:\n#  import re\nimport re  # otherwise apache 2.0 pcre library conflicts\n           # we just can't win! either stack limits (sre), or \n           # library conflicts (pre)! :)\n\nfrom cStringIO import StringIO\nimport sys, string, token, tokenize, os\nimport spyceTag, spyceException, spyceUtil\n\n\n__doc__ = '''Compile Spyce files into Python code.'''\n\n##################################################\n# Special method names\n#\n\nSPYCE_CLASS = 'spyceImpl'\nSPYCE_INIT_FUNC = 'spyceStart'\nSPYCE_DESTROY_FUNC = 'spyceFinish'\nSPYCE_PROCESS_FUNC = 'spyceProcess'\nSPYCE_GLOBAL_CODE = '__SPYCE_GLOBAL_CODE_CONSTANT'\nSPYCE_WRAPPER = '_spyceWrapper'\nDEFAULT_CODEPOINT = [SPYCE_PROCESS_FUNC]\n\n##################################################\n# Dos-to-Unix linebreaks\n#\n\n# split a buffer into lines (regardless of terminators)\ndef splitLines(buf):\n  lines=[]\n  f=StringIO(buf)\n  l=f.readline()\n  while len(l):\n    while l and l[-1] in ['\\r', '\\n']:\n      l=l[:-1]\n    lines.append(l)\n    l=f.readline()\n  return lines\n\n# encode document with LF\ndef CRLF2LF(s):\n  return string.join(splitLines(s), '\\n')+'\\n'\n\n# encode document with CRLF\ndef LF2CRLF(s):\n  return string.join(splitLines(s), '\\r\\n')+'\\r\\n'\n\n\n##################################################\n# Tokens\n#\n\nT_ESC      = -2\nT_EOF      = -1\nT_TEXT     = 0\nT_EVAL     = 1\nT_STMT     = 2\nT_CHUNK    = 3\nT_CHUNKG   = 4\nT_DIRECT   = 5\nT_LAMBDA   = 6\nT_END      = 7\nT_CMNT     = 8\nT_END_CMNT = 9\n\nTOKENS = (\n  # in the order that they should be tested\n  # (i.e. usually longest first)\n  (T_ESC,      r'\\\\\\[\\[', r'\\\\<%', r'\\\\\\]\\]', r'\\\\%>'),  # escapes\n  (T_CHUNK,    r'\\[\\[\\\\', r'<%\\\\'),                      # open chunk\n  (T_CHUNKG,   r'\\[\\[\\\\\\\\', r'<%\\\\\\\\'),                  # open global chunk\n  (T_EVAL,     r'\\[\\[=', r'<%='),                        # open eval\n  (T_DIRECT,   r'\\[\\[\\.', r'<%\\.', r'<%@'),              # open directive\n  (T_LAMBDA,   r'\\[\\[spy', r'<%spy'),                    # open lambda\n  (T_CMNT,     r'\\[\\[--', r'<%--'),                      # open comment\n  (T_END_CMNT, r'--\\]\\]', r'--%>'),                      # close comment\n  (T_STMT,     r'\\[\\[', r'<%'),                          # open statement\n  (T_END,      r'\\]\\]', r'%>'),                          # close\n)\n\ndef genTokensRE(tokens):\n  regexp = []\n  typelookup = [None,]\n  for group in tokens:\n    type, matchstrings = group[0], group[1:]\n    for s in matchstrings:\n      regexp.append('(%s)' % s)\n      typelookup.append(type)\n  regexp = string.join(regexp, '|')\n  return re.compile(regexp, re.M), typelookup\n\nRE_TOKENS = None\nTOKEN_TYPES = None\nif not RE_TOKENS:\n  RE_TOKENS, TOKEN_TYPES = genTokensRE(TOKENS)\n\ndef spyceTokenize(buf):\n  # scan using regexp\n  tokens = []\n  buflen = len(buf)\n  pos = 0\n  brow = bcol = erow = ecol = 0\n  while pos<buflen:\n    m = RE_TOKENS.search(buf, pos)\n    try:\n      mstart, mend = m.start(), m.end()\n      other, token = buf[pos:mstart], buf[mstart:mend]\n      if other:\n        tokens.append((T_TEXT, other, pos, mstart))\n      try:\n        type = TOKEN_TYPES[m.lastindex]\n      except AttributeError, e: \n        # Python 1.5 does not support lastindex\n        lastindex = 1\n        for x in m.groups():\n          if x: break\n          lastindex = lastindex + 1\n        type = TOKEN_TYPES[lastindex]\n      if type==T_ESC:\n        token = token[1:]\n        type = T_TEXT\n      tokens.append((type, token, mstart, mend))\n      pos = mend\n    except AttributeError, e:\n      # handle text before EOF...\n      other = buf[pos:]\n      if other:\n        tokens.append((T_TEXT, other, pos, buflen))\n      pos = buflen\n  # compute row, col\n  brow, bcol = 1, 0\n  tokens2 = []\n  for type, text, begin, end in tokens:\n    lines = string.split(text[:-1], '\\n')\n    numlines = len(lines)\n    erow = brow + numlines - 1\n    ecol = bcol\n    if numlines>1: ecol = 0\n    ecol = ecol + len(lines[-1])\n    tokens2.append((type, text, (brow, bcol), (erow, ecol)))\n    if text[-1]=='\\n':\n      brow = erow + 1\n      bcol = 0\n    else:\n      brow = erow\n      bcol = ecol + 1\n  return tokens2\n\n\ndef spyceTokenize4Parse(buf):\n  # add eof and reverse (so that you can pop() tokens)\n  tokens = spyceTokenize(buf)\n  try:\n    _, _, _, end = tokens[-1]\n  except:\n    end = 0;\n  tokens.append((T_EOF, '<EOF>', end, end))\n  tokens.reverse()\n  return tokens\n\ndef processMagic(buf):\n  if buf[:2]=='#!':\n    buf = string.join(string.split(buf, '\\n')[1:], '\\n')\n  return buf\n\n##################################################\n# Directives / Active Tags / Multi-line quotes\n#\n\nDIRECTIVE_NAME = re.compile('[a-zA-Z][-a-zA-Z0-9_:]*')\nDIRECTIVE_ATTR = re.compile(\n    r'\\s*([a-zA-Z_][-.:a-zA-Z_0-9]*)(\\s*=\\s*'\n    r'(\\'[^\\']*\\'|\"[^\"]*\"|[-a-zA-Z0-9./:;+*%?!&$\\(\\)_#=~]*))?')\ndef parseDirective(text):\n  \"Parse a Spyce directive into name and an attribute list.\"\n  attrs = {}\n  match = DIRECTIVE_NAME.match(text)\n  if not match: return None, {}\n  name = string.lower(text[:match.end()])\n  text = string.strip(text[match.end()+1:])\n  while text:\n    match = DIRECTIVE_ATTR.match(text)\n    if not match: break\n    attrname, rest, attrvalue = match.group(1, 2, 3)\n    if not rest: attrvalue = None\n    elif attrvalue[:1] == \"'\" == attrvalue[-1:] or \\\n        attrvalue[:1] == '\"' == attrvalue[-1:]:\n      attrvalue = attrvalue[1:-1]\n    attrs[string.lower(attrname)] = attrvalue\n    text = text[match.end()+1:]\n  return name, attrs\n\nRE_LIB_TAG = re.compile(r'''<          # beginning of tag\n  (?P<end>/?)                          # ending tag\n  (?P<lib>[a-zA-Z][-.a-zA-Z0-9_]*):    # lib name\n  (?P<name>[a-zA-Z][-.a-zA-Z0-9_]*)    # tag name\n  (?P<attrs>(?:\\s+                     # attributes\n    (?:[a-zA-Z_][-.:a-zA-Z0-9_]*       # attribute name\n      (?:\\s*=\\s*                       # value indicator\n        (?:'[^']*'                     # LITA-enclosed value\n          |\"[^\"]*\"                     # LIT-enclosed value\n          |[^'\">\\s]+                   # bare value\n        )\n      )?\n    )\n  )*)\n  \\s*                                  # trailing whitespace\n  (?P<single>/?)                       # single / unpaired tag\n  >''', re.VERBOSE)                    # end of tag\ndef calcEndPos(begin, str):\n  if not str: raise 'empty string'\n  beginrow, begincol = begin\n  eol = 0\n  if str[-1]=='\\n': \n    str = str[:-1]+' '\n    eol = 1\n  lines = string.split(str, '\\n')\n  endrow = beginrow + len(lines)-1\n  if endrow!=beginrow:\n    begincol = 0\n  endcol = begincol + len(lines[-1]) - 1\n  beginrow, begincol = endrow, endcol + 1\n  if eol:\n    begincol = 0\n    beginrow = beginrow + 1\n  return (endrow, endcol), (beginrow, begincol)\n\nRE_MULTI_LINE_QUOTE_BEGIN = re.compile(r'r?'+\"(''')|\"+'(\"\"\")')\ndef removeMultiLineQuotes(s):\n  def findMultiLineQuote(s):\n    quotelist = []\n    def eatToken(type, string, begin, end, _, quotelist=quotelist):\n      if type == token.STRING and RE_MULTI_LINE_QUOTE_BEGIN.match(string):\n        quotelist.append((string, begin,end))\n    tokenize.tokenize(StringIO(s).readline, eatToken)\n    return quotelist\n  def replaceRegionWithLine(s, begin, end, s2):\n    (beginrow, begincol), (endrow, endcol) = begin, end\n    beginrow, endrow = beginrow-1, endrow-1\n    s = string.split(s, '\\n')\n    s1, s3 = s[:beginrow], s[endrow+1:]\n    s2 = s[beginrow][:begincol] + s2 + s[endrow][endcol:]\n    return string.join(s1 + [s2] + s3, '\\n')\n  match = findMultiLineQuote(s)\n  offsets = {}\n  for _, (obr, _), (oer, _) in match:\n    offsets[obr] = oer - obr\n  while match:\n    s2, begin, end = match[0]\n    s = replaceRegionWithLine(s, begin, end, `eval(s2)`)\n    match = findMultiLineQuote(s)\n  return s, offsets\n\n##################################################\n# Pre-Python AST\n#\n\n# ast node types\nAST_PY      = 0\nAST_PYEVAL  = 1\nAST_TEXT    = 2\nAST_COMPACT = 3\n\n# compacting modes\nCOMPACT_OFF   = 0\nCOMPACT_LINE  = 1\nCOMPACT_SPACE = 2\nCOMPACT_FULL  = 3\n\nclass ppyAST:\n  \"Generate a pre-Python AST\"\n  def __init__(self):\n    \"Initialise parser data structures, AST, token handlers, ...\"\n    # set up ast\n    self._code = { \n      'elements': {}, \n      'leafs': [], \n    }\n    self._codepoint = self._code\n    self._codepointname = []\n    self._mods = []\n    self._taglibs = {}\n  def getCode(self):\n    return self._code\n  def getModules(self):\n    return self._mods\n  def getTaglibs(self):\n    return self._taglibs\n  # routines to navigate AST\n  def selectCodepoint(self, codepointname):\n    code = self._code\n    for point in codepointname:\n      code = code['elements'][point]\n    self._codepoint = code\n    self._codepointname = codepointname\n  def getCodepoint(self):\n    return self._codepointname\n  def descendCodepoint(self, codepointSuffix):\n    self._codepointname.append(codepointSuffix)\n    self.selectCodepoint(self._codepointname)\n  def ascendCodepoint(self):\n    suffix = self._codepointname.pop()\n    self.selectCodepoint(self._codepointname)\n    return suffix\n  # routines that modify the ast\n  def appendCodepoint(self, codepointSuffix, firstline, ref=None):\n    self._codepoint['elements'][codepointSuffix] = {\n      'elements': {},\n      'leafs': [],\n    }\n    self.descendCodepoint(codepointSuffix)\n    self.addCode(string.strip(firstline), ref) # note: firstline is not indented\n  def addCode(self, code, ref=None):\n    self._codepoint['leafs'].append((AST_PY, code, ref))\n  def addGlobalCode(self, code, ref=None):\n    codepoint = self.getCodepoint()\n    self.selectCodepoint([SPYCE_GLOBAL_CODE])\n    self.addCode(code+'\\n', ref)\n    self.selectCodepoint(codepoint)\n    pass\n  def addEval(self, eval, ref=None):\n    self._codepoint['leafs'].append((AST_PYEVAL, eval, ref))\n  def addCodeIndented(self, code, ref=None, globalcode=0):\n    code, replacelist = removeMultiLineQuotes(code)\n    # funky hack: put in NULLs to preserve indentation\n    #   NULLs don't appear in code, and the BraceConverter will\n    #   turn them back into spaces. If we leave them as spaces,\n    #   BraceConverter is just going to ignore them and pay attention\n    #   only to the braces. (not the best compile-time performance!)\n    code = string.split(code, '\\n')\n    code = map(lambda l: (len(l)-len(string.lstrip(l)), l), code)\n    code = map(lambda (indent, l): chr(0)*indent + l, code)\n    code.append('')\n    # split code lines\n    (brow, bcol), (erow, ecol), text, file = ref\n    row = brow\n    for l in code:\n      cbcol = 0\n      cecol = len(l)\n      if row==brow: cbcol = bcol\n      if row==erow: cecol = ecol\n      try: row2 = row + replacelist[row-brow+1]\n      except: row2 = row\n      ref = (row, cbcol), (row2, cecol), l, file\n      if globalcode: self.addGlobalCode(l, ref)\n      else: self.addCode(l, ref)\n      row = row2 + 1\n  def addText(self, text, ref=None):\n    self._codepoint['leafs'].append((AST_TEXT, text, ref))\n  def addCompact(self, compact, ref):\n    self._codepoint['leafs'].append((AST_COMPACT, compact, ref))\n  def addModule(self, modname, modfrom, modas):\n    self._mods.append((modname, modfrom, modas))\n  def addTaglib(self, libname, libfrom=None, libas=None):\n    if not libas: libas=libname\n    self._taglibs[libas] = libname, libfrom\n\n\n##################################################\n# Parse\n#\n\nclass spyceParse:\n  def __init__(self, server, buf, filename, sig):\n    try:\n      # initialization\n      self._tagChecker = spyceTag.spyceTagChecker(server)\n      self._load_spylambda = 0\n      self._load_taglib = 0\n      self._curdir, self._curfile = os.getcwd(), '<string>'\n      if filename:\n        self._curdir, self._curfile = os.path.split(filename)\n      if not self._curdir:\n        self._curdir = os.getcwd()\n      # prime ast\n      self._ast = ppyAST()\n      self._ast.selectCodepoint([])\n      self._ast.appendCodepoint(SPYCE_GLOBAL_CODE, '')\n      self._ast.addGlobalCode('''\ntry:\n  exec('from __future__ import nested_scopes')\nexcept: pass\nfrom spyceException import spyceDone, spyceRedirect, spyceRuntimeException\n  ''')\n      # define spyceProcess\n      self._ast.selectCodepoint([])\n      self._ast.appendCodepoint(SPYCE_PROCESS_FUNC, 'def '+SPYCE_PROCESS_FUNC+'('+sig+')')\n      # spyceProcess pre\n      self._ast.selectCodepoint(DEFAULT_CODEPOINT)\n      self._ast.addCode('try:{', None)\n      self._ast.addCode('pass', None)\n      # spyceProcess body\n      self._tokens = spyceTokenize4Parse(processMagic(buf))\n      self._tokenType = None\n      self.popToken()\n      self.processSpyce()\n      # spyceProcess post\n      self._ast.addCode('} except spyceDone: pass', None)\n      self._ast.addCode('except spyceRedirect: raise', None)\n      self._ast.addCode('except KeyboardInterrupt: raise', None)\n      self._ast.addCode('except:{ raise spyceRuntimeException(%s) }'%SPYCE_WRAPPER, None)\n      # post processing\n      if self._load_taglib: self._ast.addModule('taglib', None, None)\n      if self._load_spylambda: self._ast.addModule('spylambda', None, None)\n      self._tagChecker.finish()\n    except spyceException.spyceSyntaxError, e:\n      raise\n      if e.info:\n        begin, end, text, _ = e.info\n        e.info = begin, end, text, self._curfile\n      raise e\n  def info(self):\n    return self._ast.getCode(), self._ast.getModules()\n  def popToken(self):\n    if self._tokenType!=T_EOF:\n      self._tokenType, self._tokenText, self._tokenBegin, self._tokenEnd = self._tokens.pop()\n\n  def processSpyce(self):\n    while self._tokenType!=T_EOF:\n      [\n        self.processText,        # T_TEXT\n        self.processEval,        # T_EVAL\n        self.processStmt,        # T_STMT\n        self.processChunk,       # T_CHUNK\n        self.processGlobalChunk, # T_CHUNKG\n        self.processDirective,   # T_DIRECT\n        self.processUnexpected,  # T_LAMBDA\n        self.processUnexpected,  # T_END\n        self.processComment,     # T_CMNT\n        self.processUnexpected,  # T_END_CMNT\n      ][self._tokenType]()\n      self.popToken()\n  def processComment(self):\n    # collect comment\n    self.popToken()\n    while self._tokenType not in [T_END_CMNT, T_EOF]:\n      self.popToken()\n    if self._tokenType==T_EOF:\n      self.processUnexpected()\n  def processText(self):\n    \"Process HTML (possibly with some active tags)\"\n    html, begin, end = self._tokenText, self._tokenBegin, self._tokenEnd\n    m = RE_LIB_TAG.search(html)\n    while m:\n      plain = html[:m.start()]\n      if plain:\n        plain_end, tag_begin = calcEndPos(begin, plain)\n        self._ast.addText(plain, (begin, plain_end, '<html string>', self._curfile))\n      else: tag_begin = begin\n      tag = m.group(0)\n      tag_end, begin = calcEndPos(tag_begin, tag)\n      self.processActiveTag(tag, \n        not not m.group('end'), m.group('lib'), m.group('name'), \n        m.group('attrs'), not m.group('single'),\n        tag_begin, tag_end)\n      html = html[m.end():]\n      m = RE_LIB_TAG.search(html)\n    self._ast.addText(html, (begin, end, '<html string>', self._curfile))\n  def processActiveTag(self, tag, tagend, taglib, tagname, tagattrs, tagpair, begin, end):\n    \"Process HTML tags\"\n    # make sure prefix belongs to loaded taglibrary\n    if not self._ast._taglibs.has_key(taglib):\n      self._ast.addText(tag, (begin, end, '<html string>', self._curfile))\n      return\n    # parse process tag attributes\n    _, tagattrs = parseDirective('x '+tagattrs)\n    # get tag class\n    tagclass = self._tagChecker.getTagClass(self._ast._taglibs[taglib], \n      tagname, (begin, end, tag, self._curfile))\n    # syntax check\n    if not tagend: # start tag\n      self._tagChecker.startTag(self._ast._taglibs[taglib], \n        tagname, tagattrs, tagpair, (begin, end, tag, self._curfile))\n    else: # end tag\n      self._tagChecker.endTag(self._ast._taglibs[taglib], \n        tagname, (begin, end, tag, self._curfile))\n    # add python code for active tag\n    if not tagend or not tagpair: # open or singleton tag\n      self._ast.addCode('try: {  taglib.tagPush(%s, %s, %s, %s)' % (\n          repr(taglib), repr(tagname), repr(tagattrs), repr(tagpair)), \n        (begin, end, tag, self._curfile))\n      if tagclass.catches:\n        self._ast.addCode('try: {', (begin, end, tag, self._curfile))\n      if tagclass.conditional:\n        self._ast.addCode('if taglib.tagBegin(): {', (begin, end, tag, self._curfile))\n      else:\n        self._ast.addCode('taglib.tagBegin()', (begin, end, tag, self._curfile))\n      if tagclass.mustend:\n        self._ast.addCode('try: {', (begin, end, tag, self._curfile))\n      if tagclass.loops:\n        self._ast.addCode('while 1: {', (begin, end, tag, self._curfile))\n    if tagend or not tagpair: # close or singleton tag\n        if tagclass.loops:\n          self._ast.addCode('if not taglib.tagBody(): break }', (begin, end, tag, self._curfile))\n        else:\n          self._ast.addCode('taglib.tagBody()', (begin, end, tag, self._curfile))\n        if tagclass.mustend:\n          self._ast.addCode('} finally: taglib.tagEnd()', (begin, end, tag, self._curfile))\n        else:\n          self._ast.addCode('taglib.tagEnd()', (begin, end, tag, self._curfile))\n        if tagclass.conditional:\n          self._ast.addCode('}', (begin, end, tag, self._curfile))\n        if tagclass.catches:\n          self._ast.addCode('} except: taglib.tagCatch()', (begin, end, tag, self._curfile))\n        self._ast.addCode('} finally: taglib.tagPop()', (begin, end, tag, self._curfile))\n  def processEval(self):\n    # collect expression\n    begin = self._tokenBegin\n    self.popToken()\n    expr = ''\n    while self._tokenType not in [T_END, T_EOF]:\n      if self._tokenType==T_TEXT:\n        expr = expr + self._tokenText\n      elif self._tokenType==T_LAMBDA:\n        expr = expr + self.processLambda()\n      else: self.processUnexpected()\n      self.popToken()\n    expr = string.strip(expr)\n    if not expr: self.processUnexpected()\n    # add expression to ast\n    self._ast.addEval(expr, (begin, self._tokenEnd, '='+expr, self._curfile))\n  def processStmt(self):\n    # collect statement\n    self.popToken()\n    beginrow, begincol = self._tokenBegin\n    stmt = ''\n    while self._tokenType not in [T_END, T_EOF]:\n      if self._tokenType==T_TEXT:\n        stmt = stmt + self._tokenText\n      elif self._tokenType==T_LAMBDA:\n        stmt = stmt + self.processLambda()\n      else: self.processUnexpected()\n      endrow, endcol = self._tokenEnd\n      self.popToken()\n    if not string.strip(stmt): self.processUnexpected()\n    # add statement to ast, row-by-row\n    currow = beginrow\n    lines = string.split(stmt, '\\n')\n    for l in lines:\n      if currow==beginrow: curcolbegin = begincol\n      else: curcolbegin = 0\n      if currow==endrow: curcolend = endcol\n      else: curcolend = len(l)\n      l = string.strip(l)\n      if l:\n        self._ast.addCode(l, ((currow, curcolbegin), (currow, curcolend), l, self._curfile))\n      currow = currow + 1\n  def processChunk(self, globalChunk=0):\n    # collect chunk\n    self.popToken()\n    begin = self._tokenBegin\n    chunk = ''\n    while self._tokenType not in [T_END, T_EOF]:\n      if self._tokenType==T_TEXT:\n        chunk = chunk + self._tokenText\n      elif self._tokenType==T_LAMBDA:\n        chunk = chunk + self.processLambda()\n      else: self.processUnexpected()\n      end = self._tokenEnd\n      self.popToken()\n    chunk = string.split(chunk, '\\n')\n    # eliminate initial blank lines\n    brow, bcol = begin\n    while chunk and not string.strip(chunk[0]):\n      chunk = chunk[1:]\n      brow = brow + 1\n      bcol = 0\n    begin = brow, bcol\n    if not chunk: self.processUnexpected()\n    # outdent chunk based on first line\n    # note: modifies multi-line strings having more spaces than first line outdent\n    #    by removing outdent number of spaces at the beginning of each line.\n    #    -- difficult to deal with efficiently (without parsing python) so just \n    #    don't do this!\n    outdent = len(chunk[0]) - len(string.lstrip(chunk[0]))\n    for i in range(len(chunk)):\n      if string.strip(chunk[i][:outdent]):\n        chunk[i] = ' '*outdent + chunk[i]\n    chunk = map(lambda l, outdent=outdent: l[outdent:], chunk)\n    chunk = string.join(chunk, '\\n')\n    # add chunk block at ast\n    if chunk:\n      try:\n        self._ast.addCodeIndented(chunk, (begin, end, chunk, self._curfile), globalChunk)\n      except tokenize.TokenError, e:\n        msg, _ = e\n        raise spyceException.spyceSyntaxError(msg, (begin, end, chunk, self._curfile) )\n  def processGlobalChunk(self):\n    self.processChunk(1)\n  def processDirective(self):\n    # collect directive\n    begin = self._tokenBegin\n    self.popToken()\n    directive = ''\n    while self._tokenType not in [T_END, T_EOF]:\n      if self._tokenType==T_TEXT:\n        directive = directive + self._tokenText\n      else: self.processUnexpected()\n      end = self._tokenEnd\n      self.popToken()\n    directive = string.strip(directive)\n    if not directive: self.processUnexpected()\n    # process directives\n    name, attrs = parseDirective(directive)\n    if name=='compact':\n      compact_mode = COMPACT_FULL\n      if attrs.has_key('mode'):\n        mode = string.lower(attrs['mode'])\n        if mode=='off':\n          compact_mode = COMPACT_OFF\n        elif mode=='line':\n          compact_mode = COMPACT_LINE\n        elif mode=='space':\n          compact_mode = COMPACT_SPACE\n        elif mode=='full':\n          compact_mode = COMPACT_FULL\n        else:\n          raise spyceException.spyceSyntaxError('invalid compacting mode \"%s\" specified'%mode, (begin, end, directive, self._curfile))\n      self._ast.addCompact(compact_mode, (begin, end, '<spyce compact directive>', self._curfile))\n    elif name in ('module', 'import'):\n      if not attrs.has_key('name') and not attrs.has_key('names'):\n        raise spyceException.spyceSyntaxError('name or names attribute required', (begin, end, directive, self._curfile) )\n      if attrs.has_key('names'):\n        mod_names = filter(None, map(string.strip, string.split(attrs['names'],',')))\n        for mod_name in mod_names:\n          self._ast.addModule(mod_name, None, None)\n          self._ast.addCode('%s.init()'%mod_name, (begin, end, directive, self._curfile))\n      else:\n        mod_name = attrs['name']\n        mod_from = spyceUtil.extractValue(attrs, 'from')\n        mod_as = spyceUtil.extractValue(attrs, 'as')\n        mod_args = spyceUtil.extractValue(attrs, 'args', '')\n        if mod_as: theName=mod_as\n        else: theName=mod_name\n        self._ast.addModule(mod_name, mod_from, mod_as)\n        self._ast.addCode('%s.init(%s)'%(theName,mod_args), (begin, end, directive, self._curfile))\n    elif name in ('taglib',):\n      if not attrs.has_key('name') and not attrs.has_key('names'):\n        raise spyceException.spyceSyntaxError('name or names attribute required', (begin, end, directive, self._curfile) )\n      fullfile = os.path.join(self._curdir, self._curfile)\n      if attrs.has_key('names'):\n        taglib_names = filter(None, map(string.strip, string.split(attrs['names'],',')))\n        for taglib_name in taglib_names:\n          self._tagChecker.loadLib(taglib_name, None, None, fullfile, (begin, end, directive, self._curfile))\n          self._ast.addTaglib(taglib_name)\n          self._load_taglib = 1\n          self._ast.addCode('taglib.load(%s)'%repr(taglib_name), (begin, end, directive, self._curfile))\n      else:\n        taglib_name = attrs['name']\n        taglib_from = spyceUtil.extractValue(attrs, 'from')\n        taglib_as = spyceUtil.extractValue(attrs, 'as')\n        self._tagChecker.loadLib(taglib_name, taglib_from, taglib_as, fullfile, (begin, end, directive, self._curfile))\n        self._ast.addTaglib(taglib_name, taglib_from, taglib_as)\n        self._load_taglib = 1\n        self._ast.addCode('taglib.load(%s, %s, %s)'%(repr(taglib_name), repr(taglib_from), repr(taglib_as)), (begin, end, directive, self._curfile))\n    elif name=='include':\n      if not attrs.has_key('file'):\n        raise spyceException.spyceSyntaxError('file attribute missing', (begin, end, directive, self._curfile) )\n      filename = os.path.join(self._curdir, attrs['file'])\n      f = None\n      try:\n        try:\n          f = open(filename)\n          buf = f.read()\n        finally:\n          if f: f.close()\n      except KeyboardInterrupt: raise\n      except:\n        raise spyceException.spyceSyntaxError('unable to open included file: %s'%filename, (begin, end, directive, self._curfile) )\n      prev = (self._curdir, self._curfile, self._tokens,\n        self._tokenType, self._tokenText, self._tokenBegin, self._tokenEnd)\n      self._curdir, self._curfile = os.path.dirname(filename), filename\n      self._tokens = spyceTokenize4Parse(processMagic(buf))\n      self.popToken()\n      self.processSpyce()\n      (self._curdir, self._curfile, self._tokens,\n        self._tokenType, self._tokenText, self._tokenBegin, self._tokenEnd) = prev\n    else:\n      raise spyceException.spyceSyntaxError('invalid spyce directive', (begin, end, directive, self._curfile) )\n  def processLambda(self):\n    # collect lambda\n    self.popToken()\n    begin = self._tokenBegin\n    lamb = ''\n    depth = 1\n    while self._tokenType!=T_EOF:\n      if self._tokenType in [T_END,]:\n        depth = depth - 1\n        if not depth: break\n        lamb = lamb + self._tokenText\n      elif self._tokenType in [T_EVAL, T_STMT, T_CHUNK, T_CHUNKG, T_DIRECT, T_LAMBDA]:\n        depth = depth + 1\n        lamb = lamb + self._tokenText\n      elif self._tokenType==T_CMNT:\n        self.processComment()\n      else:\n        lamb = lamb + self._tokenText\n      end = self._tokenEnd\n      self.popToken()\n    # process lambda\n    lamb = string.split(lamb, ':')\n    try:\n      params = lamb[0]\n      memoize = 0\n      if params and params[0]=='!':\n        params = params[1:]\n        memoize = 1\n      lamb = string.join(lamb[1:],':')\n    except:\n      raise spyceException.spyceSyntaxError('invalid spyce lambda', (begin, end, lamb, self._curfile))\n    self._load_spylambda = 1\n    lamb = 'spylambda.define(%s,%s,%d)' % (`string.strip(params)`, `lamb`, memoize)\n    return lamb\n  def processUnexpected(self):\n    raise spyceException.spyceSyntaxError('unexpected token: \"%s\"'%self._tokenText, \n      (self._tokenBegin, self._tokenEnd, self._tokenText, self._curfile))\n\n##################################################\n# Peep-hole optimizer\n#\n\nclass spyceOptimize:\n  def __init__(self, ast):\n    self.compaction(ast)\n    self.sideBySideWrites(ast)\n    #self.splitCodeLines(ast)\n  def splitCodeLines(self, ast):\n    elements, leafs = ast['elements'], ast['leafs']\n    for el in elements.keys():\n      self.splitCodeLines(elements[el])\n    if leafs:\n      i = 0\n      while i<len(leafs):\n        row = 1\n        type, text, ref = leafs[i]\n        if type == AST_PY and ref:\n          (brow, bcol), (erow, ecol), code, file = ref\n          lines = string.split(code, '\\n')\n          if code==text and len(lines)>1:\n            del leafs[i]\n            row = brow\n            for l in lines:\n              cbcol = 0\n              cecol = len(l)\n              if row==brow: cbcol = bcol\n              if row==erow: becol = ecol\n              leafs.insert(i+(brow-row), (AST_PY, l, ((row, cbcol), (row, cecol), l, file)))\n              row = row + 1\n        i = i + row\n\n  def sideBySideWrites(self, ast):\n    elements, leafs = ast['elements'], ast['leafs']\n    for el in elements.keys():\n      self.sideBySideWrites(elements[el])\n    if leafs:\n      i = 0\n      while i+1<len(leafs):\n        type1, text1, ref1 = leafs[i]\n        type2, text2, ref2 = leafs[i+1]\n        file1 = None\n        file2 = None\n        if ref1:\n          _, _, _, file1 = ref1\n        if ref2:\n          _, _, _, file2 = ref2\n        if type1==AST_TEXT and type2==AST_TEXT and file1==file2:\n          text = text1 + text2\n          begin, _, orig, _ = ref1\n          _, end, _, _ = ref2\n          leafs[i] = AST_TEXT, text, (begin, end, orig, file1)\n          del leafs[i+1]\n          i = i - 1\n        i = i+1\n  def compaction(self, ast):\n    elements, leafs = ast['elements'], ast['leafs']\n    compact = COMPACT_LINE\n    for el in elements.keys():\n      self.compaction(elements[el])\n    if leafs:\n      i = 0\n      while i<len(leafs):\n        type, text, ref = leafs[i]\n        if type==AST_COMPACT:\n          compact = text\n        elif type==AST_TEXT:\n          # line compaction\n          if compact==COMPACT_LINE or compact==COMPACT_FULL:\n            # remove any trailing whitespace\n            text = string.split(text, '\\n')\n            for j in range(len(text)-1):\n              text[j] = string.rstrip(text[j])\n            text = string.join(text, '\\n')\n            # gobble the end of the line\n            ((row, _), _, _, file) = ref\n            rowtext = string.split(text, '\\n')\n            if rowtext: rowtext = string.strip(rowtext[0])\n            crow = row ; cfile = file\n            j = i\n            while j and not rowtext:\n              j = j - 1\n              type2, text2, ref2 = leafs[j]\n              if ref2: (_, (crow, _), _, cfile) = ref2\n              if crow != row or file != cfile: break\n              if type2 == AST_TEXT:\n                text2 = string.split(text2, '\\n')\n                if text2: text2 = text2[-1]\n                rowtext = rowtext + string.strip(text2)\n              elif type2 == AST_PYEVAL:\n                rowtext = 'x'\n            if not rowtext:\n              text = string.split(text, '\\n')\n              if text and not string.strip(text[0]):\n                text = text[1:]\n              text = string.join(text, '\\n')\n            # gobble beginning of the line\n            (_, (row, _), _, file) = ref\n            rowtext = string.split(text, '\\n')\n            if rowtext: rowtext = string.strip(rowtext[-1])\n            crow = row ; cfile = file\n            j = i + 1\n            while j<len(leafs) and not rowtext:\n              type2, text2, ref2 = leafs[j]\n              if ref2: ((crow, _), _, _, cfile) = ref2\n              if crow != row or file != cfile: break\n              if type2 == AST_TEXT:\n                text2 = string.split(text2, '\\n')\n                if text2: text2 = text2[0]\n                rowtext = rowtext + string.strip(text2)\n              elif type2 == AST_PYEVAL:\n                rowtext = 'x'\n              j = j + 1\n            if not rowtext:\n              text = string.split(text, '\\n')\n              if text: text[-1] = string.strip(text[-1])\n              text = string.join(text, '\\n')\n          # space compaction\n          if compact==COMPACT_SPACE or compact==COMPACT_FULL:\n            text = spyceUtil.spaceCompact(text)\n          # update text, if any\n          if text: leafs[i] = type, text, ref\n          else: \n            del leafs[i]\n            i = i -1\n        elif type in [AST_PY, AST_PYEVAL]:\n          pass\n        else:\n          raise 'error: unknown AST node type'\n        i = i + 1\n\n##################################################\n# Output classes\n#\n\nclass LineWriter:\n  \"Output class that counts lines written.\"\n  def __init__(self, f, initialLine = 1):\n    self.f = f\n    self.lineno = initialLine\n  def write(self, s):\n    self.f.write(s)\n    self.lineno = self.lineno + len(string.split(s,'\\n'))-1\n  def writeln(self, s):\n    self.f.write(s+'\\n')\n  def close(self):\n    self.f.close()\n\nclass IndentingWriter:\n  \"Output class that helps with indentation of code.\"\n  # Note: this writer is line-oriented.\n  def __init__(self, f, indentSize=2):\n    self._f = f\n    self._indentSize = indentSize\n    self._indent = 0\n    self._indentString = ' '*(self._indent*self._indentSize)\n    self._currentLine = ''\n  def close(self):\n    if self._indent > 0:\n      raise 'unmatched open brace'\n    self._f.close()\n  def indent(self):\n    self._indent = self._indent + 1\n    self._indentString = ' '*(self._indent*self._indentSize)\n  def outdent(self):\n    self._indent = self._indent - 1\n    if self._indent<0: \n      raise 'unmatched close brace'\n    self._indentString = ' '*(self._indent*self._indentSize)\n  def dumpLine(self, s):\n    self._f.write(self._indentString+s+'\\n')\n  def write(self, s):\n    self._currentLine = self._currentLine + s\n    lines = string.split(self._currentLine, '\\n')\n    for l in lines[:-1]:\n      self.dumpLine(l)\n    self._currentLine=lines[-1]\n  def writeln(self, s=''):\n    self.write(s+'\\n')\n  # remaining methods are defined in terms of writeln(), indent(), outdent()\n  def pln(self, s=''):\n    self.writeln(s)\n  def pIln(self, s=''):\n    self.indent(); self.pln(s)\n  def plnI(self, s=''):\n    self.pln(s); self.indent()\n  def pOln(self, s=''):\n    self.outdent(); self.pln(s)\n  def plnO(self, s=''):\n    self.pln(s); self.outdent()\n  def pOlnI(self, s=''):\n    self.outdent(); self.pln(s); self.indent()\n  def pIlnO(self, s=''):\n    self.indent(); self.pln(s); self.outdent()\n\n##################################################\n# Print out Braced Python\n#\n\nclass emitBracedPython:\n  def __init__(self, out, ast):\n    out = LineWriter(out)\n    self._spyceRefs = {}\n    # text compaction\n    self.compact = COMPACT_LINE\n    self._gobblelineNumber = 1\n    self._gobblelineText = ''\n    # do the deed!\n    self.emitSpyceRec(out, self._spyceRefs, None, ast['elements'], ast['leafs'][1:])\n  def getSpyceRefs(self):\n    return self._spyceRefs\n  def emitSpyceRec(self, out, spyceRefs, header, elements, leafs):\n    if header:\n      out.write(header+':{\\n')\n    def processLevel(el, out=out, spyceRefs=spyceRefs, self=self):\n      self.emitSpyceRec(out, spyceRefs, el['leafs'][0][1], el['elements'], el['leafs'][1:])\n    try:\n      processLevel(elements[SPYCE_GLOBAL_CODE])\n      del elements[SPYCE_GLOBAL_CODE]\n    except KeyError: pass\n    for el in elements.keys():\n      processLevel(elements[el])\n    if leafs:\n      for type, text, ref in leafs:\n        line1 = out.lineno\n        if type==AST_TEXT:\n          out.write('response.writeStatic(%s)\\n' % `text`)\n        elif type==AST_PY:\n          out.write(text+'\\n')\n        elif type==AST_PYEVAL:\n          out.write('response.writeExpr(%s)\\n' % text)\n        elif type==AST_COMPACT:\n          self.compact = text\n        else:\n          raise 'error: unknown AST node type'\n        line2 = out.lineno\n        if ref:\n          for l in range(line1, line2):\n            spyceRefs[l] = ref\n    if not leafs and not elements:\n      out.write('pass\\n')\n    if header:\n      out.write('}\\n')\n\n##################################################\n# Print out regular Python\n#\n\nclass BraceConverter:\n  \"Convert Python with braces into indented (normal) Python code.\"\n  def __init__(self, out):\n    self.out = IndentingWriter(out)\n    self.prevname = 0\n    self.prevstring = 0\n    self.dictlevel = 0\n  def emitToken(self, type, string):\n    if type==token.NAME:\n      if self.prevname: self.out.write(' ')\n      if self.prevstring: self.out.write(' ')\n      self.out.write(string)\n    elif type==token.STRING:\n      if self.prevname: self.out.write(' ')\n      string  = `eval(string)`  # get rid of multi-line strings\n      self.out.write(string)\n    elif type==token.NUMBER:\n      if self.prevname: self.out.write(' ')\n      self.out.write(string)\n    elif type==token.OP:\n      if string=='{': \n        if self.prevcolon and not self.dictlevel:\n          self.out.plnI()\n        else:\n          self.dictlevel = self.dictlevel + 1\n          self.out.write(string)\n      elif string=='}':\n        if not self.dictlevel:\n          self.out.plnO()\n        else:\n          self.dictlevel = self.dictlevel - 1\n          self.out.write(string)\n      else:\n        self.out.write(string)\n    elif type==token.ERRORTOKEN and string==chr(0):\n      self.out.write(' ')\n    else:\n      #print type, token.tok_name[type], `string`\n      self.out.write(string)\n    self.prevname = type==token.NAME\n    self.prevstring = type==token.STRING\n    self.prevcolon = type==token.OP and string==':'\n\ndef emitPython(out, bracedPythonCode, spyceRefs):\n  out = LineWriter(out)\n  spyceRefs2 = {}\n  braceConv = BraceConverter(out)\n  def eatToken(type, string, begin, end, _, out=out, braceConv=braceConv, spyceRefs=spyceRefs, spyceRefs2=spyceRefs2):\n    try:\n      beginrow, _ = begin\n      line1 = out.lineno\n      braceConv.emitToken(type, string)\n      line2 = out.lineno\n      if spyceRefs.has_key(beginrow):\n        for l in range(line1, line2):\n          spyceRefs2[l] = spyceRefs[beginrow]\n    except:\n      raise spyceException.spyceSyntaxError(sys.exc_info()[0])\n  try:\n    tokenize.tokenize(StringIO(bracedPythonCode).readline, eatToken)\n  except tokenize.TokenError, e:\n    msg, (row, col) = e\n    raise spyceException.spyceSyntaxError(msg)\n  return spyceRefs2\n\ndef calcRowCol(str, pos):\n  lines = string.split(str, '\\n')\n  row = 1\n  while pos > len(lines[0]):\n    pos = pos - len(lines[0]) - 1\n    del lines[0]\n    row = row + 1\n  return row, pos\n\nRE_BRACES = re.compile('{|}')\ndef checkBalancedParens(str, refs):\n  m = RE_BRACES.search(str)\n  stack = []\n  try:\n    while m:\n      if m.group(0)=='{': stack.append(m)\n      else: stack.pop()\n      m = RE_BRACES.search(str, m.end())\n  except IndexError: \n    row, _ = calcRowCol(str, m.start())\n    try: info = refs[row]\n    except KeyError: info =None\n    raise spyceException.spyceSyntaxError(\"unbalanced open brace '{'\", info)\n  if stack:\n    m = stack[-1]\n    row, _ = calcRowCol(str, m.start())\n    try: info = refs[row]\n    except KeyError: info =None\n    raise spyceException.spyceSyntaxError(\"unbalanced close brace '}'\", info)\n\n##############################################\n# Compile spyce files\n#\n\ndef spyceCompile(buf, filename, sig, server):\n  # parse \n  ast, libs = spyceParse(server, CRLF2LF(buf), filename, sig).info()\n  # optimize the ast\n  spyceOptimize(ast)\n  # generate braced code\n  out = StringIO()\n  refs = emitBracedPython(out, ast).getSpyceRefs()\n  # then, generate regular python code\n  bracedPythonCode = out.getvalue()\n  checkBalancedParens(bracedPythonCode, refs)\n  out = StringIO()\n  refs = emitPython(out, bracedPythonCode, refs)\n  return out.getvalue(), refs, libs\n\ndef test():\n  import spyce\n  f = open(sys.argv[1])\n  spycecode = f.read()\n  f.close()\n  tokens = spyceTokenize(processMagic(CRLF2LF(spycecode)))\n  for type, text, begin, end in tokens:\n    print '%s (%s, %s): %s' % (type, begin, end, `text`)\n  pythoncode, refs, libs = spyceCompile(spycecode, sys.argv[1], '', spyce.getServer())\n  print pythoncode\n\nif __name__ == '__main__':\n  test()\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyceConfig.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceConfig.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport sys, os, string, ConfigParser\nimport spyceException\n\n##################################################\n# Constants\n#\n\nSPYCE_CONCURRENCY_SINGLE = 0\nSPYCE_CONCURRENCY_FORK = 1\nSPYCE_CONCURRENCY_THREAD = 2\n\nSPYCE_CONFIG_LOCATIONS = [\n  '/etc',\n]\nSPYCE_CONFIG_FILENAME = 'spyce.conf'\nSPYCE_HOME = None\n\n##################################################\n# determine HOME (installation) directory\n#\n\nif SPYCE_HOME == None:\n  try:\n    SPYCE_HOME = os.path.abspath(os.path.dirname(sys.modules['spyceConfig'].__file__))\n  except:\n    for p in sys.path:\n      path = os.path.join(p, 'spyceConfig.py')\n      if os.path.exists(path):\n        SPYCE_HOME = os.path.abspath(p)\n        break\n  if not SPYCE_HOME:\n    raise 'unable to determine Spyce home directory'\n\n##################################################\n# Server configuration object\n#\n\nclass spyceConfig:\n  def __init__(self,\n    file=None,\n    overide_path=None,\n    overide_import=None,\n    overide_error=None,\n    overide_pageerror=None,\n    overide_globals=None,\n    overide_debug=None,\n    default_concurrency=None,  # no concurrency\n    overide_concurrency=None,\n    overide_cache=None,\n    default_www_root='.',  # serve from current directory\n    overide_www_root=None,\n    default_www_port=80,  # default HTTP\n    overide_www_port=None,\n    default_www_handler={\n      'spy': 'spyce',\n      None: 'dump',\n    },\n    default_www_mime = [os.path.join(SPYCE_HOME,'spyce.mime')],\n  ):\n    self.file = file\n    self._procesed = 0\n    # config parameters\n    self.spyce_config = None # spyce configuration dictionary\n    self.spyce_path = None  # spyce module search path\n    self.spyce_import = None # python modules loaded at startup\n    self.spyce_error = None # spyce engine-level error handler\n    self.spyce_pageerror = None # spyce page-level error handler\n    self.spyce_globals = {} # spyce engine globals dictionary\n    self.spyce_debug = None # spyce engine debug flag\n    self.spyce_concurrency = None # concurrency model\n    self.spyce_www_root = None # root directory for spyce web server\n    self.spyce_www_port = None # port used by spyce web server\n    self.spyce_www_mime = None # files with Apache-like mime type listings\n    self.spyce_www_handler = None # assign handlers by extension\n    # store overides and defaults\n    self.overide_path = overide_path\n    self.overide_import = overide_import\n    self.overide_error = overide_error\n    self.overide_pageerror = overide_pageerror\n    self.overide_globals = overide_globals\n    self.overide_debug = overide_debug\n    self.overide_concurrency = overide_concurrency\n    self.default_concurrency = default_concurrency\n    self.overide_cache = overide_cache\n    self.default_www_root = default_www_root\n    self.overide_www_root = overide_www_root\n    self.default_www_port = default_www_port\n    self.overide_www_port = overide_www_port\n    self.default_www_handler = default_www_handler\n    self.default_www_mime = default_www_mime\n  def process(self):\n    # process (order matters here!)\n    self.processConfigFile()\n    self.processSpycePath()\n    self.processSpyceDebug()\n    self.processSpyceGlobals()\n    self.processSpyceImport()\n    self.processSpyceError()\n    self.processSpyceConcurrency()\n    self.processSpyceCache()\n    self.processSpyceWWW()\n  # accessors\n  def getSpyceHome(self):\n    return SPYCE_HOME\n  def getSpycePath(self):\n    return self.spyce_path\n  def getSpyceImport(self):\n    return self.spyce_import\n  def getSpyceError(self):\n    return self.spyce_error\n  def getSpycePageError(self):\n    return self.spyce_pageerror\n  def getSpyceGlobals(self):\n    return self.spyce_globals\n  def getSpyceDebug(self):\n    return self.spyce_debug\n  def getSpyceConcurrency(self):\n    return self.spyce_concurrency\n  def getSpyceCache(self):\n    return self.spyce_cache\n  def getSpyceWWWRoot(self):\n    return self.spyce_www_root\n  def getSpyceWWWPort(self):\n    return self.spyce_www_port\n  def getSpyceWWWHandler(self):\n    return self.spyce_www_handler\n  def getSpyceWWWMime(self):\n    return self.spyce_www_mime\n  def __repr__(self):\n    return \\\n'''path: %(path)s\nimport: %(import)s\nerror: %(error)s\nglobals: %(globals)s\ndebug: %(debug)s\nconcurrency: %(concurrency)s\ncache: %(cache)s\nwww root: %(wwwroot)s\nwww port: %(wwwport)s\nwww mime: %(wwwmime)s\nwww handler: %(wwwhandler)s\n''' % {\n  'path':        self.spyce_path,\n  'import':      self.spyce_import,\n  'error':       self.spyce_error,\n  'pageerror':   self.spyce_pageerror,\n  'globals':     self.spyce_globals,\n  'debug':       self.spyce_debug,\n  'concurrency': self.spyce_concurrency,\n  'cache':       self.spyce_cache,\n  'wwwroot':     self.spyce_www_root,\n  'wwwport':     self.spyce_www_port,\n  'wwwmime':     self.spyce_www_mime,\n  'wwwhandler':  self.spyce_www_handler,\n}\n\n  # configuration processing\n  def processConfigFile(self):\n    # config file\n    self.spyce_config = {}\n    if not self.file:\n      self.file = self.findConfigFile()\n    if self.file:\n      if not os.path.exists(self.file):\n        raise spyceException.spyceNotFound(self.file)\n      if not os.access(self.file, os.R_OK):\n        raise spyceException.spyceForbidden(self.file)\n      self.spyce_config = self.parseConfigFile()\n  def processSpycePath(self, mod_path=None):\n    def processSpycePathString(str, self=self):\n      dpath = filter(None, map(string.strip, string.split(str, os.pathsep)))\n      for i in range(len(dpath)):\n        dpath[i] = os.path.abspath(dpath[i])\n      self.spyce_path = self.spyce_path + dpath\n      sys.path = sys.path + dpath\n    def filterPath(path):\n      path2 = []\n      for p in path:\n        if p not in path2:\n          path2.append(p)\n      return path2\n    self.spyce_path = [\n      os.path.join(SPYCE_HOME, 'modules'),\n      os.path.join(SPYCE_HOME, 'tags'),\n    ]\n    if mod_path:\n      processSpycePathString(mod_path)\n    if self.spyce_config.has_key('path') and not self.overide_path:\n      processSpycePathString(self.spyce_config['path'])\n    if self.overide_path:\n      processSpycePathString(overide_path)\n    else:\n      if (self.spyce_config and not self.spyce_config.has_key('path')) and os.environ.has_key('SPYCE_PATH'):\n        processSpycePathString(os.environ['SPYCE_PATH'])\n    self.spyce_path = filterPath(self.spyce_path)\n    sys.path = filterPath(sys.path)\n  def processSpyceImport(self):\n    self.spyce_import = []\n    if self.spyce_config.has_key('import'):\n      new_import = filter(None, map(string.strip, string.split(self.spyce_config['import'], ',')))\n      self.spyce_import = self.spyce_import + new_import\n    if self.overide_import:\n      new_import = filter(None, map(string.strip, string.split(self.overide_import, ',')))\n      self.spyce_import = self.spyce_import + new_import\n    for i in self.spyce_import:\n      exec('import %s'%i)\n  def processSpyceError(self):\n    # server-level\n    self.spyce_error = 'error:serverHandler'\n    if self.spyce_config.has_key('error'):\n      self.spyce_error = self.spyce_config['error']\n    if self.overide_error:\n      self.spyce_error = self.overide_error\n    self.spyce_error = string.split(self.spyce_error, ':')\n    if len(self.spyce_error)==1:\n      raise 'invalid error handler specification (file:function)'\n    # page-level\n    self.spyce_pageerror = 'string:error:defaultErrorTemplate'\n    if self.spyce_config.has_key('pageerror'):\n      self.spyce_pageerror = self.spyce_config['pageerror']\n    if self.overide_pageerror:\n      self.spyce_pageerror = self.overide_pageerror\n    self.spyce_pageerror = string.split(self.spyce_pageerror, ':')\n    if (len(self.spyce_pageerror)<2 or self.spyce_pageerror[0] not in ('string', 'file')):\n      raise 'invalid pageerror handler specification (\"string\":module:variable, or (\"file\":file)'\n  def processSpyceGlobals(self):\n    self.spyce_globals.clear ()\n    if self.spyce_config.has_key('globals'):\n      for k in self.spyce_config['globals'].keys():\n        self.spyce_globals[k] = self.spyce_config['globals'][k]\n    if self.overide_globals:\n      for k in self.overide_globals.keys():\n        self.spyce_globals[k] = self.overide_globals[k]\n    for k in self.spyce_globals.keys():\n      self.spyce_globals[k] = eval(self.spyce_globals[k])\n  def processSpyceDebug(self):\n    self.spyce_debug = 0\n    if self.spyce_config.has_key('debug'):\n      self.spyce_debug = string.strip(string.lower(self.spyce_config['debug'])) not in ('0', 'false', 'no')\n    if self.overide_debug:\n      self.spyce_debug = 1\n  def processSpyceConcurrency(self):\n    self.spyce_concurrency = SPYCE_CONCURRENCY_SINGLE\n    if self.default_concurrency!=None:\n      self.spyce_concurrency = self.default_concurrency\n    if self.spyce_config.has_key('concurrency'):\n      self.spyce_concurrency = string.lower(self.spyce_config['concurrency'])\n      if self.spyce_concurrency in ('thread', 'threading'):\n        self.spyce_concurrency = SPYCE_CONCURRENCY_THREAD\n      elif self.spyce_concurrency in ('fork', 'forking'):\n        self.spyce_concurrency = SPYCE_CONCURRENCY_FORK\n      else: \n        self.spyce_concurrency = SPYCE_CONCURRENCY_SINGLE\n    if self.overide_concurrency!=None:\n      self.spyce_concurrency = self.overide_concurrency\n  def processSpyceCache(self):\n    cache = 'memory'\n    if self.spyce_config.has_key('cache'):\n      cache = self.spyce_config['cache']\n    cache = string.split(cache, ':')\n    self.spyce_cache = string.strip(string.lower(cache[0])), string.join(cache[1:], ':')\n  def processSpyceWWW(self):\n    # root\n    self.spyce_www_root = self.default_www_root\n    if self.spyce_config.has_key('www_root'):\n      self.spyce_www_root = self.spyce_config['www_root']\n    if self.overide_www_root!=None:\n      self.spyce_www_root = self.overide_www_root\n    # port\n    self.spyce_www_port = self.default_www_port\n    if self.spyce_config.has_key('www_port'):\n      self.spyce_www_port = int(self.spyce_config['www_port'])\n    if self.overide_www_port!=None:\n      self.spyce_www_port = int(self.overide_www_port)\n    # mime\n    self.spyce_www_mime = self.default_www_mime\n    if self.spyce_config.has_key('www_mime'):\n      mime = self.spyce_config['www_mime']\n      mime = map(string.strip, string.split(mime, ','))\n      self.spyce_www_mime = self.spyce_www_mime + mime\n    # handler\n    self.spyce_www_handler = self.default_www_handler\n    if self.spyce_config.has_key('www_handler'):\n      handler = self.spyce_config['www_handler']\n      for k in handler.keys():\n        self.spyce_www_handler[k] = handler[k]\n\n  # helpers\n  def findConfigFile(self):\n    locations = [SPYCE_HOME] + SPYCE_CONFIG_LOCATIONS\n    for l in locations:\n      p = os.path.join(l, SPYCE_CONFIG_FILENAME)\n      if os.path.exists(p):\n        return p\n  def parseConfigFile(self):\n    # initial defaults\n    path = None\n    load = None\n    error = None\n    pageerror = None\n    globals = None\n    debug = None\n    concurrency = None\n    cache = None\n    www_root = None\n    www_port = None\n    www_mime = None\n    www_handler = {}\n    cfg = ConfigParser.ConfigParser()\n    # parse\n    cfg.read(self.file)\n    if cfg.has_section('spyce'):\n      if 'path' in cfg.options('spyce'):\n        path = cfg.get('spyce', 'path')\n      if 'import' in cfg.options('spyce'):\n        load = cfg.get('spyce', 'import')\n      if 'error' in cfg.options('spyce'):\n        error = cfg.get('spyce', 'error')\n      if 'pageerror' in cfg.options('spyce'):\n        pageerror = cfg.get('spyce', 'pageerror')\n      if 'debug' in cfg.options('spyce'):\n        debug = cfg.get('spyce', 'debug')\n      if 'concurrency' in cfg.options('spyce'):\n        concurrency = cfg.get('spyce', 'concurrency')\n      if 'cache' in cfg.options('spyce'):\n        cache = cfg.get('spyce', 'cache')\n    if cfg.has_section('globals'):\n      globals = {}\n      for o in cfg.options('globals'):\n        if o=='__name__': continue\n        globals[o] = cfg.get('globals', o)\n    if cfg.has_section('www'):\n      for o in cfg.options('www'):\n        if o=='__name__': continue\n        if o=='root':\n          www_root = cfg.get('www', o)\n          continue\n        if o=='port':\n          www_port = cfg.get('www', o)\n          continue\n        if o=='mime': \n          www_mime = cfg.get('www', o)\n          continue\n        if o[:len('ext_')]=='ext_':\n          ext = o[len('ext_'):]\n          if not ext: ext = None\n          www_handler[ext] = cfg.get('www', o)\n    # results\n    config = {}\n    if path!=None: config['path'] = path\n    if load!=None: config['import'] = load\n    if error!=None: config['error'] = error\n    if pageerror!=None: config['pageerror'] = pageerror\n    if globals!=None: config['globals'] = globals\n    if debug!=None: config['debug'] = debug\n    if concurrency!=None: config['concurrency'] = concurrency\n    if cache!=None: config['cache'] = cache\n    if www_root!=None: config['www_root'] = www_root\n    if www_port!=None: config['www_port'] = www_port\n    if www_mime!=None: config['www_mime'] = www_mime\n    if www_handler!={}: config['www_handler'] = www_handler\n    return config\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyceException.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceException.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n__doc__ = '''Various Spyce-related exceptions'''\n\nimport sys, string\nimport spyceCompile, spyceUtil\n\n##################################################\n# Syntax errors\n#\n\nclass pythonSyntaxError:\n  \"Generate string out of current pythonSyntaxError exception\"\n  def __repr__(self):\n    return self.str\n  def __init__(self, spycewrap):\n    self.str = ''\n    type, error, _ = sys.exc_info()\n    if type is type(SyntaxError):\n      raise 'instantiate pythonSyntaxError only when SyntaxError raised: %s' % `type`\n    if spycewrap.getCodeRefs().has_key(error.lineno):\n      begin, end, text, filename = spycewrap.getCodeRefs()[error.lineno]\n      if begin[0]==end[0]:\n        linestr = str(begin[0])\n      else:\n        linestr = '%d-%d' % (begin[0], end[0])\n      self.str = 'Python syntax error at %s:%s - %s\\n  %s\\n' % (filename, linestr, error.msg, text)\n    else:\n      self.str = spyceUtil.exceptionString()\n\nclass spyceSyntaxError:\n  \"Generate string out of current spyceSyntaxError exception\"\n  def __init__(self, msg, info=None):\n    self.msg = msg\n    self.info = info\n  def __repr__(self):\n    s = 'Spyce syntax error'\n    if self.info:\n      (begin, _), (end, _), text, filename = self.info\n      if begin==end:\n        linestr = str(begin)\n      else:\n        linestr = '%d-%d' % (begin, end)\n      s = s + ' at %s:%s - %s\\n  %s\\n' % (filename, linestr, self.msg, text)\n    else:\n      s = s + ': '+self.msg\n    return s\n\n##################################################\n# Runtime errors\n#\n\nclass spyceRuntimeException:\n  \"Generate string out of current SpyceException exception.\"\n  # useful fields: str, type, value, traceback, msg\n  def __repr__(self):\n    return self.str\n  def __init__(self, spycewrap=None):\n    import traceback, string\n    e1, e2, tb = sys.exc_info()\n    tb = traceback.extract_tb(tb)\n    self.str = ''\n    self.type, self.value, self.traceback = e1, e2, tb\n    if e1 == spyceRuntimeException:\n      self.msg = str(e2)\n    else:\n      self.msg = string.join(traceback.format_exception_only(e1, e2))\n    for i in range(len(tb)):\n      filename, lineno, funcname, text = tb[i]\n      if filename == '<string>' and spycewrap and spycewrap.getCodeRefs().has_key(lineno):\n        if funcname == spyceCompile.SPYCE_PROCESS_FUNC:\n          funcname = '(main)'\n        begin, end, text, filename = spycewrap.getCodeRefs()[lineno]\n        if begin[0]==end[0]:\n          lineno = str(begin[0])\n        else:\n          lineno = '%d-%d' % (begin[0], end[0])\n      lineno=str(lineno)\n      tb[i] = filename, lineno, funcname, text\n    for i in range(len(tb)):\n      self.str = self.str + '  %s:%s, in %s: \\n    %s\\n' % tb[i]\n    self.str = self.str + self.msg\n\nclass spyceNotFound:\n  \"Exception class to signal that Spyce file does not exist.\"\n  def __init__(self, file):\n    self.file = file\n  def __repr__(self):\n    return 'spyceNotFound exception: could not find \"%s\"' % self.file\n\nclass spyceForbidden:\n  \"Exception class to signal that Spyce file has access problems.\"\n  def __init__(self, file):\n    self.file = file\n  def __repr__(self):\n    return 'spyceForbidden exception: could not read \"%s\"' % self.file\n\n##################################################\n# Special control-flow exceptions\n#\n\nclass spyceRedirect:\n  \"Exception class to signal an internal redirect.\"\n  def __init__(self, filename):\n    self.filename = filename\n\nclass spyceDone:\n  \"Exception class to immediately jump to the end of the spyceProcess method\"\n  pass\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyceLock.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceLock.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport os\n\n__doc__ = 'Spyce locking-related functions'\n\n##################################################\n# Generic lock\n#\n\nclass genericLock:\n  def lock(self, block=1):\n    \"return true, if lock acquired\"\n    raise 'not implemented'\n  def unlock(self):\n    raise 'not implemented'\n  def locked(self):\n    raise 'not implemented'\n\n##################################################\n# Dummy lock\n#\n\nclass dummyLock(genericLock):\n  def lock(self, block=1):\n    return 1\n  def unlock(self):\n    pass\n  def locked(self):\n    return 0\n\n##################################################\n# Thread locking\n#\n\nclass threadLock(genericLock):\n  def __init__(self):\n    import thread\n    self._thelock = thread.allocate_lock()\n  def lock(self, block=1):\n    if block: return self._thelock.acquire()\n    else: return self._thelock.acquire(0)\n  def unlock(self):\n    return self._thelock.release()\n  def locked(self):\n    return self._thelock.locked()\n\n##################################################\n# File locking\n#\n\n# Adapted from portalocker.py, written by Jonathan Feinberg <jdf@pobox.com>\n# Used in rimap (http://rimap.sourceforge.net) before Spyce\n# Methods:\n#   file_lock(file, flags)\n#   file_unlock(file)\n# Constants: LOCK_EX, LOCK_SH, LOCK_NB\n# -- RB\n\ntry:\n  if os.name=='nt':\n    import win32con, win32file, pywintypes\n    LOCK_EX = win32con.LOCKFILE_EXCLUSIVE_LOCK\n    LOCK_SH = 0 # the default\n    LOCK_NB = win32con.LOCKFILE_FAIL_IMMEDIATELY\n    # is there any reason not to reuse the following structure?\n    __overlapped = pywintypes.OVERLAPPED()\n    def file_lock(file, flags):\n      hfile = win32file._get_osfhandle(file.fileno())\n      win32file.LockFileEx(hfile, flags, 0, 0xffff0000L, __overlapped)\n    def file_unlock(file):\n      hfile = win32file._get_osfhandle(file.fileno())\n      win32file.UnlockFileEx(hfile, 0, 0xffff0000L, __overlapped)\n  elif os.name == 'posix':\n    import fcntl\n    LOCK_EX = fcntl.LOCK_EX\n    LOCK_SH = fcntl.LOCK_SH\n    LOCK_NB = fcntl.LOCK_NB\n    def file_lock(file, flags):\n      fcntl.flock(file.fileno(), flags)\n    def file_unlock(file):\n      fcntl.flock(file.fileno(), fcntl.LOCK_UN)\n  else:\n    raise 'locking not supported on this platform'\nexcept:\n  LOCK_EX = 0\n  LOCK_SH = 0\n  LOCK_NB = 0\n  # bring on the race conditions! :)\n  def file_lock(file, flags): pass\n  def file_unlock(file): pass\n\nclass fileLock(genericLock):\n  f=name=None\n  def __init__(self, name):\n    self.name=name+'.lock'\n    self._locked = 0\n  def lock(self, block=1):\n    self.f=open(self.name, 'w')\n    if block: file_lock(self.f, LOCK_EX)\n    else: file_lock(self.f, LOCK_EX or LOCK_NB)\n    self._locked = 1\n  def unlock(self):\n    try:\n      if not self.f: return\n      file_unlock(self.f)\n      self.f.close()\n      os.unlink(self.name)\n      self.f=None\n      self._locked = 0\n    except: pass\n  def locked(self):\n    return self._locked\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyceModpy.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceModpy.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport string, sys, os\nimport spyce, spyceException, spyceUtil\n\n__doc__ = '''Apache mod_python-based Spyce entry point.'''\n\n##################################################\n# Request / response handlers\n#\n\nimport _apache   # fails when not running under apache\nfrom mod_python import apache\n\nclass NoFlush:\n  \"Elide flush calls\"\n  def __init__(self, apacheRequest):\n    self.write = apacheRequest.write\n  def flush(self):\n    pass\n\n# make sure that both sets of classes have identical functionality\nclass spyceModpyRequest(spyce.spyceRequest):\n  \"Apache Spyce request object. (see spyce.spyceRequest)\"\n  def __init__(self, apacheRequest):\n    spyce.spyceRequest.__init__(self)\n    self._in = apacheRequest\n  def env(self, name=None):\n    return spyceUtil.extractValue(self._in.subprocess_env, name)\n  def getHeader(self, type=None):\n    if type:\n      if self._in.headers_in.has_key(type):\n        return self._in.headers_in[type]\n    else: return self._in.headers_in\n  def getServerID(self):\n    return os.getpid()\n\nclass spyceModpyResponse(spyce.spyceResponse):\n  \"Apache Spyce response object. (see spyce.spyceResponse)\"\n  def __init__(self, apacheRequest):\n    spyce.spyceResponse.__init__(self)\n    self.origout = apacheRequest\n    self.out = spyceUtil.BufferedOutput(NoFlush(apacheRequest))\n    self.isCTset = 0\n    self.headersSent = 0\n    self.returncode = self.origout.status = self.RETURN_OK\n    # functions (for performance)\n    self.write = self.out.write\n    self.writeErr = sys.stderr.write\n  def close(self):\n    self.flush()\n    #self.out.close()\n  def clear(self):\n    self.out.clear()\n  def sendHeaders(self):\n    if self.headersSent: \n      return\n    if not self.isCTset:\n      self.setContentType(\"text/html\")\n    self.origout.send_http_header()\n    self.headersSent = 1\n  def clearHeaders(self):\n    if self.headersSent:\n      raise 'headers already sent'\n    for header in self.origout.headers_out.keys():\n      del self.origout.headers_out[header]\n  def setContentType(self, content_type):\n    if self.headersSent:\n      raise 'headers already sent'\n    self.origout.content_type = content_type\n    self.isCTset = 1\n  def setReturnCode(self, code):\n    if self.headersSent:\n      raise 'headers already sent'\n    self.returncode = self.origout.status = code\n  def addHeader(self, type, data, replace=0):\n    if self.headersSent:\n      raise 'headers already sent'\n    if replace:\n      self.origout.headers_out[type] = data\n    else:\n      self.origout.headers_out.add(type, data)\n  def flush(self, stopFlag=0):\n    if stopFlag: return\n    self.sendHeaders()\n    self.out.flush()\n  def unbuffer(self):\n    self.flush()\n    self.out.unbuffer()\n\n##################################################\n# Apache config\n#\n\ndef getApacheConfig(apachereq, param, default=None):\n  \"Return Apache mod_python configuration parameter.\"\n  try:\n    return apachereq.get_options()[param]\n  except:\n    return default\n\n##################################################\n# Apache entry point\n#\n\nCONFIG_FILE = None\n\ndef spyceMain(apacheRequest):\n  \"Apache entry point.\"\n  os.environ[spyce.SPYCE_ENTRY] = 'modpy'\n  apacheRequest.add_common_vars()\n  request = spyceModpyRequest(apacheRequest)\n  response = spyceModpyResponse(apacheRequest)\n  filename = apacheRequest.filename\n  global CONFIG_FILE\n  if CONFIG_FILE==None:\n    CONFIG_FILE = getApacheConfig(apacheRequest, 'SPYCE_CONFIG', None)\n  try:\n    result = spyce.spyceFileHandler(request, response, filename, config_file=CONFIG_FILE )\n  except (spyceException.spyceForbidden, spyceException.spyceNotFound), e:\n    response.clear()\n    response.setContentType('text/plain')\n    response.write(str(e)+'\\n')\n  except:\n    response.clear()\n    response.setContentType('text/plain')\n    response.write(spyceUtil.exceptionString()+'\\n')\n  try:\n    response.flush()\n  except: pass\n  return apache.OK\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyceModule.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceModule.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n__doc__ = '''Spyce modules functionality.'''\n\n##################################################\n# Spyce module\n#\n\nclass spyceModule:\n  \"All Spyce module should subclass this.\"\n  def __init__(self, wrapper):\n    self._api = wrapper\n  def start(self):\n    pass\n  def finish(self, theError=None):\n    pass\n  def init(self, *args, **kwargs):\n    pass\n  def __repr__(self):\n    return 'no information, '+str(self.__class__)\n\nclass spyceModulePlus(spyceModule):\n  def __init__(self, wrapper):\n    spyceModule.__init__(self, wrapper)\n    self.wrapper = self._api  # deprecated\n    self.modules = moduleFinder(wrapper)\n    self.globals = wrapper.getGlobals()\n\nclass moduleFinder:\n  def __init__(self, wrapper):\n    self._wrapper = wrapper\n  def __getattr__(self, name):\n    return self._wrapper.getModule(name)\n\n##################################################\n# Spyce module API\n#\n\nspyceModuleAPI = [ 'getFilename', 'getCode', \n  'getCodeRefs', 'getModRefs', \n  'getServerObject', 'getServerGlobals', 'getServerID',\n  'getModules', 'getModule', 'setModule', 'getGlobals', \n  'registerModuleCallback', 'unregisterModuleCallback',\n  'getRequest', 'getResponse', 'setResponse',\n  'registerResponseCallback', 'unregisterResponseCallback', \n  'spyceString', 'spyceFile', 'spyceModule', 'spyceTaglib',\n  'setStdout', 'getStdout',\n]\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyceTag.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceTag.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n__doc__ = '''Spyce tags functionality.'''\n\nimport string\nimport spyceException, spyceModule\n\n##################################################\n# Spyce tag library\n#\n\nclass spyceTagLibrary:\n  \"All Spyce tag libraries should subclass this.\"\n  def __init__(self, prefix):\n    self._prefix = prefix\n    self._taghash = {}\n    for tag in self.tags:\n      self._taghash[tag.name] = tag\n  def getTag(self, name, attrs, paired, parent=None):\n    return self.getTagClass(name)(self._prefix, attrs, paired, parent)\n  def getTagClass(self, name):\n    return self._taghash[name]\n\n  # functions to override\n  tags = []\n  def start(self):\n    pass\n  def finish(self):\n    pass\n\n##################################################\n# Spyce tag\n#\n\nclass spyceTag:\n  \"All Spyce tags should subclass this.\"\n  def __init__(self, prefix, attrs, paired, parent=None):\n    \"Initialize a tag; prefix = current library prefix\"\n    self._prefix = prefix\n    self._attrs = attrs\n    self._pair = paired\n    self._parent = parent\n    self._out = None\n    self._context = None\n    self._buffered = 0\n  # setup tag environment (context and output stream)\n  def setOut(self, out):\n    \"Set output stream\"\n    self._out = out\n  def setContext(self, context):\n    \"Set tag evaluation context\"\n    self._context = context\n  def setBuffered(self, buffered):\n    \"Set whether tag is running on a buffer wrt. enclosing scope\"\n    self._buffered = buffered\n  # accessors\n  def getPrefix(self):\n    \"Return tag prefix\"\n    return self._prefix\n  def getAttributes(self):\n    \"Get tag attributes.\"\n    return self._attrs\n  def getPaired(self):\n    \"Return whether this is a paired or singleton tag.\"\n    return self._pair\n  def getParent(self, name=None):\n    \"Get parent tag\"\n    parent = self._parent\n    if name!=None:\n      while parent!=None:\n        if parent._prefix==self._prefix and parent.name==name: break;\n        parent = parent._parent\n    return parent\n  def getOut(self):\n    \"Return output stream\"\n    return self._out\n  def getContext(self):\n    return self._context\n  def getBuffered(self):\n    \"Get whether tag is running on a buffer wrt. enclosing scope\"\n    return self._buffered\n  # functions and fields to override\n  \"The name of this tag!\"\n  name = None\n  \"Whether this tag wants to buffer its body processing\"\n  buffer = 0\n  \"Whether this tag want to conditionally perform body processing\"\n  conditional = 0\n  \"Whether this tag wants to possibly loop body processing\"\n  loops = 0\n  \"Whether this tag wants to handle exceptions\"\n  catches = 0\n  \"Whether end() must (even on exception) get called if begin() completes\"\n  mustend = 0\n  def syntax(self):\n    \"Check tag syntax\"\n    pass\n  def begin(self, **kwargs):\n    \"Process start tag; return true to process body (if conditional==1)\"\n    return 1\n  def body(self, contents):\n    \"Process tag body; return true to repeat (if loops==1)\"\n    if contents:\n      self.getOut().write(contents)\n    return 0\n  def end(self):\n    \"Process end tag\"\n    pass\n  def catch(self, ex):\n    \"Process any exception thrown by tag (if catches==1)\"\n    raise\n\nclass spyceTagPlus(spyceTag):\n  \"An easier spyceTag class to work with...\"\n  # tag context helpers\n  def contextSet(self, name, (exists, value)): \n    \"Set a variable in the context\"\n    prev = self.contextGet(name) \n    if exists: self._context[name] = value \n    else: del self._context[name] \n    return prev \n  def contextGet(self, name): \n    \"Get a variable from the context\" \n    try: return 1, self._context[name] \n    except KeyError: return 0, None \n  def contextEval(self, expr): \n    \"Evaluate an expression within the context\" \n    if expr and expr[0]=='=': \n      expr = eval(expr[1:], self._context) \n    return expr\n  def contextEvalAttrs(self, attrs):\n    \"Evaluate attribute dictionary within context\" \n    attrs2 = {} \n    for name in attrs.keys(): \n      attrs2[name] = self.contextEval(attrs[name]) \n    return attrs2\n  def contextGetModule(self, name): \n    \"Return a Spyce module reference\" \n    try: return self._context[name]\n    except KeyError: \n      return self._context['taglib']._api.getModule(name)\n\n  # tag syntax checking helpers\n  def syntaxExist(self, *must):\n    \"Ensure that certain attributes exist\"\n    for attr in must:\n      if not self._attrs.has_key(attr):\n        raise spyceTagSyntaxException('missing compulsory \"%s\" attribute' % attr)\n  def syntaxExistOr(self, *mustgroups):\n    \"Ensure that one of a group of attributes must exist\"\n    errors = []\n    success = 0\n    for must in mustgroups:\n      try: \n        if must==type(''): must = (must,)\n        self.apply(self.syntaxExist, must)\n        success = success + 1\n      except spyceTagSyntaxException, e:\n        errors.append(str(e))\n    if not success:\n      raise spyceTagSyntaxException(string.join(errors, ' OR '))\n  def syntaxExistOrEx(self, *mustgroups):\n    success = apply(self.syntaxExistOr, mustgroups)\n    if success > 1:\n      raise spyceTagSyntaxException('only one set of the following groups of tags are allowed: %s', string.join(map(repr, mustgroups), ', '))\n  def syntaxNonEmpty(self, *names):\n    for name in names:\n      try: value = self._attrs[name]\n      except KeyError: return\n      if not value:\n        raise spyceTagSyntaxException('attribute \"%s\" should not be empty', name)\n  def syntaxValidSet(self, name, validSet):\n    try: value = self._attrs[name]\n    except KeyError: return\n    if value not in validSet:\n      raise spyceTagSyntaxException('attribute \"%s\" should be one of: %s'% (name, string.join(validSet, ', ')))\n  def syntaxPairOnly(self):\n    \"Ensure that this tag is paired i.e. open/close\"\n    if not self._pair:\n      raise spyceTagSyntaxException('singleton tag not allowed')\n  def syntaxSingleOnly(self):\n    \"Ensure that this tag is single i.e. <foo/>\"\n    if self._pair:\n      raise spyceTagSyntaxException('paired tag not allowed')\n\n\n##################################################\n# Spyce tag syntax checking\n#\n\nclass spyceTagChecker:\n  def __init__(self, server):\n    self._server = server\n    self._taglibs = {}\n    self._stack = []\n  def loadLib(self, libname, libfrom, libas, rel_file, info=None):\n    if not libas: libas = libname\n    try: \n      self._taglibs[(libname, libfrom)] = \\\n        self._server.loadModule(libname, libfrom, rel_file)(libas)\n    except (SyntaxError, TypeError):\n      raise\n    except:\n      raise spyceException.spyceSyntaxError(\n        'unable to load module: %s'%libname, info)\n  def getTag(self, (libname,libfrom), name, attrs, pair, info):\n    lib = self._taglibs[(libname, libfrom)]\n    try:\n      return lib.getTag(name, attrs, pair, None)\n    except:\n      raise spyceException.spyceSyntaxError(\n        'unknown tag \"%s:%s\"'%(libname, name), info)\n  def getTagClass(self, (libname, libfrom), name, info):\n    lib = self._taglibs[(libname, libfrom)]\n    try:\n      return lib.getTagClass(name)\n    except:\n      raise spyceException.spyceSyntaxError(\n        'unknown tag \"%s:%s\"'%(libname, name), info)\n  def startTag(self, (libname,libfrom), name, attrs, pair, info):\n    tag = self.getTag((libname, libfrom), name, attrs, pair, info)\n    try:\n      error = tag.syntax()\n    except spyceTagSyntaxException, e:\n      raise spyceException.spyceSyntaxError(str(e), info)\n    if error:\n      raise spyceException.spyceSyntaxError(error, info)\n    if pair:\n      self._stack.append( (libname, libfrom, name, info) )\n  def endTag(self, (libname,libfrom), name, info):\n    try:\n      libname1, libfrom1, name1, info1 = self._stack.pop()\n    except IndexError:\n      raise spyceException.spyceSyntaxError(\n        'unmatched close tag', info)\n    if (libname1,libfrom1,name1) != (libname,libfrom,name): \n      raise spyceException.spyceSyntaxError(\n        'unmatched close tag, expected <%s:%s>' % (libname1,name1), info)\n  def finish(self):\n    if self._stack:\n      libname, libfrom, name, info = self._stack.pop()\n      raise spyceException.spyceSyntaxError(\n        'unmatched open tag', info)\n\n##################################################\n# Spyce tag syntax exception\n#\n\nclass spyceTagSyntaxException:\n  def __init__(self, str):\n    self._str = str\n  def __repr__(self):\n    return self._str\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyceUtil.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceUtil.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport sys, re, string\nfrom cStringIO import StringIO\n\n__doc__ = '''Spyce utility functions'''\n\n##################################################\n# Current exception string\n#\n\ndef exceptionString():\n  \"Generate string out of current exception.\"\n  import traceback, string\n  ex=sys.exc_info()\n  ex=traceback.format_exception(ex[0], ex[1], ex[2])\n  ex=string.join(ex, '')\n  return ex\n\n##################################################\n# Return hashtable value, or entire hashtable\n#\n\ndef extractValue(hash, key, default=None):\n  \"\"\"Extract value from dictionary, if it exists. \n  If key is none, return entire dictionary\"\"\"\n  if key==None: return hash\n  if hash.has_key(key): return hash[key]\n  return default\n\n##################################################\n# Return hashtable value, or entire hashtable\n#\n\nRE_SPACE_REDUCE = re.compile('[ \\t][ \\t]+')\nRE_SPACE_NEWLINE_REDUCE = re.compile('\\n\\s+')\ndef spaceCompact(text):\n  text = string.split(text, '\\n')\n  text = map(lambda s: RE_SPACE_REDUCE.sub(' ', s), text)\n  text = string.join(text, '\\n')\n  text = RE_SPACE_NEWLINE_REDUCE.sub('\\n', text)\n  return text\n\n##################################################\n# Threading helpers\n#\n\nclass ThreadedWriter:\n  '''Thread-safe writer'''\n  def __init__(self, o=None):\n    try: import thread,threading\n    except: raise 'threading not supported!'\n    self.__dict__['_currentThread'] = threading.currentThread\n    self.__dict__['_o'] = o\n  def setObject(self, o=None):\n    self._currentThread().threadOut = o\n    self._currentThread().threadWrite = o.write\n  def getObject(self):\n    try: return self._currentThread().threadOut\n    except AttributeError: return self._o\n  def clearObject(self):\n    try: del self._currentThread().threadOut\n    except AttributeError: pass\n  def write(self, s):\n    try: self._currentThread().threadWrite(s)\n    except AttributeError: self._o.write(s)\n  def close(self):\n    self.getObject().close()\n  def flush(self):\n    self.getObject().flush()\n  def __getattr__(self, name):\n    if name=='softspace':  # performance\n      return self.getObject().softspace\n    return eval('self.getObject().%s'%name)\n  def __setattr__(self, name, value):\n    if name=='softspace': # performance\n      self.getObject().softspace = value\n    eval('self.getObject().%s=value'%name)\n  def __delattr__(self, name):\n    return eval('del self.getObject().%s'%name)\n\n##################################################\n# Output\n#\n\nclass BufferedOutput:\n  \"Buffered output stream.\"\n  def __init__(self, out):\n    self.buf = StringIO()\n    self.writeBuf = self.buf.write\n    self.out = out\n    self.closed = 0\n  def write(self, s):\n    if self.closed:\n      raise 'output stream closed'\n    self.writeBuf(s)\n  def clear(self):\n    if not self.buf:\n      raise 'stream is not buffered'\n    self.buf = StringIO()\n    self.writeBuf = self.buf.write\n  def flush(self, stopFlag=0):\n    if stopFlag: return\n    if self.buf and self.buf.getvalue():\n      self.out.write(self.buf.getvalue())\n      self.out.flush()\n      self.clear()\n  def close(self):\n    if self.closed:\n      raise 'output stream closed'\n    self.closed = 1\n    self.flush()\n    self.out.close()\n  def unbuffer(self):\n    \"Turn this into a pass-through.\"\n    if self.buf:\n      self.flush()\n      self.buf = None\n      self.writeBuf = self.out.write\n  def getOut(self):\n    \"Return underlying output stream.\"\n    return self.out\n\n\nclass NoCloseOut:\n  def __init__(self, out):\n    self.out = out\n    self.write = self.out.write\n    self.flush = self.out.flush\n  def close(self):\n    pass\n  def getOut(self):\n    return self.out\n\ndef panicOutput(response, s):\n  import cgi\n  # output to browser, if possible\n  try: response.clear()\n  except: pass\n  try:\n    response.write('<html><pre>\\n')\n    response.write('Spyce Panic!<br>\\n')\n    response.write(cgi.escape(s))\n    response.write('</pre></html>\\n')\n    response.returncode = response.RETURN_OK\n    response.flush()\n  except: pass\n  # output to error log\n  sys.stderr.write(s)\n  sys.stderr.flush()\n  sys.exit(1)\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyceWWW.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceWWW.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport sys, os, string, socket, BaseHTTPServer, SocketServer, cgi, stat, time\nimport spyce, spyceConfig, spyceException, spyceCmd, spyceUtil\n\n__doc__ = '''Self-standing Spyce web server.'''\n\nLOG = 1\n\ndef formatBytes(bytes):\n  bytes = float(bytes)\n  if bytes<=9999: return \"%6.0f\" % bytes\n  bytes = bytes / float(1024)\n  if bytes<=999: return \"%5.1fK\" % bytes\n  bytes = bytes / float(1024)\n  return \"%5.1fM\" % bytes\n\n##################################################\n# Request / response handlers\n#\n\nclass spyceHTTPRequest(spyce.spyceRequest):\n  'HTTP Spyce request object. (see spyce.spyceRequest)'\n  def __init__(self, httpdHandler, documentRoot):\n    spyce.spyceRequest.__init__(self)\n    self._in = httpdHandler.rfile\n    self._headers = httpdHandler.headers\n    self._httpdHandler = httpdHandler\n    self._documentRoot = documentRoot\n    self._env = None\n  def env(self, name=None):\n    if not self._env:\n      self._env = {\n        'REMOTE_ADDR': self._httpdHandler.client_address[0],\n        'REMOTE_PORT': self._httpdHandler.client_address[1],\n        'GATEWAY_INTERFACE': \"CGI/1.1\",\n        'REQUEST_METHOD': self._httpdHandler.command,\n        'REQUEST_URI': self._httpdHandler.path,\n        'PATH_INFO': self._httpdHandler.pathinfo,\n        'SERVER_SOFTWARE': 'spyce/%s' % spyce.__version__,\n        'SERVER_PROTOCOL': self._httpdHandler.request_version,\n        # 'SERVER_ADDR' ... '127.0.0.1'\n        # 'SERVER_PORT' ... '80'\n        # 'SERVER_NAME' ... 'mymachine.mydomain.com'\n        # 'SERVER_SIGNATURE' ... ' Apache/1.3.22 Server at mymachine.mydomain.com Port 80'\n        # 'SERVER_ADMIN'] ... 'rimon@acm.org'\n        'DOCUMENT_ROOT': self._documentRoot,\n        'QUERY_STRING': \n          string.join(string.split(self._httpdHandler.path, '?')[1:]) or '',\n        'CONTENT_LENGTH': self.getHeader('Content-Length'),\n        'CONTENT_TYPE': self.getHeader('Content-type'),\n        'HTTP_USER_AGENT': self.getHeader('User-Agent'),\n        'HTTP_ACCEPT': self.getHeader('Accept'),\n        'HTTP_ACCEPT_ENCODING': self.getHeader('Accept-Encoding'),\n        'HTTP_ACCEPT_LANGUAGE': self.getHeader('Accept-Language'),\n        'HTTP_ACCEPT_CHARSET': self.getHeader('Accept-Charset'),\n        'HTTP_COOKIE': self.getHeader('Cookie'),\n        'HTTP_REFERER': self.getHeader('Referer'),\n        'HTTP_HOST': self.getHeader('Host'),\n        'HTTP_CONNECTION': self.getHeader('Connection'),\n        'HTTP_KEEP_ALIVE': self.getHeader('Keep-alive'),\n        # From ASP\n        # AUTH_TYPE, \n        # APPL_PHYSICAL_PATH, \n        # REMOTE_HOST,\n        # SERVER_PROTOCOL, \n        # SERVER_SOFWARE\n      }\n    return spyceUtil.extractValue(self._env, name)\n  def getHeader(self, type=None):\n    if type: type=string.lower(type)\n    return spyceUtil.extractValue(self._headers.dict, type)\n  def getServerID(self):\n    return os.getpid()\n\nclass spyceHTTPResponse(spyceCmd.spyceCmdlineResponse):\n  'HTTP Spyce response object. (see spyce.spyceResponse)'\n  def __init__(self, httpdHandler):\n    self._httpheader = httpdHandler.request_version!='HTTP/0.9'\n    spyceCmd.spyceCmdlineResponse.__init__(self, spyceUtil.NoCloseOut(httpdHandler.wfile), sys.stdout, self._httpheader)\n    self._httpdHandler = httpdHandler\n    # incidentally, this a rather expensive operation!\n    if LOG:\n      httpdHandler.log_request()\n  def sendHeaders(self):\n    if self._httpheader and not self.headersSent:\n      resultText = spyceUtil.extractValue(self.RETURN_CODE, self.returncode)\n      self.origout.write('%s %s %s\\n' % (self._httpdHandler.request_version, self.returncode, resultText))\n      spyceCmd.spyceCmdlineResponse.sendHeaders(self)\n  def close(self):\n    spyceCmd.spyceCmdlineResponse.close(self)\n    self._httpdHandler.request.close()\n\n\n##################################################\n# Spyce web server\n#\n\nclass myHTTPhandler(BaseHTTPServer.BaseHTTPRequestHandler):\n  def do_GET(self):\n    try:\n      # parse pathinfo\n      pathinfo = os.path.normpath(string.split(self.path, '?')[0])\n      while pathinfo and (pathinfo[0]==os.sep or pathinfo[0:2]==os.pardir):\n        if pathinfo[0:len(os.sep)]==os.sep: pathinfo=pathinfo[len(os.sep):]\n        if pathinfo[0:len(os.pardir)]==os.pardir: pathinfo=pathinfo[len(os.pardir):]\n      self.pathinfo = \"/\"+pathinfo\n      # convert to path\n      path = os.path.join(self.server.documentRoot, pathinfo)\n      # directory listing\n      if os.path.isdir(path):\n        return self.handler_dir(path)\n      # search up path (path_info)\n      while len(path)>len(self.server.documentRoot) and not os.path.exists(path):\n        path, _ = os.path.split(path)\n      # for files (or links), find appropriate handler\n      if os.path.isfile(path) or os.path.islink(path):\n        _, ext = os.path.splitext(path)\n        if ext: ext = ext[1:]\n        try:\n          handler = self.server.handler[ext]\n        except:\n          handler = self.server.handler[None]\n        # process request\n        return handler(self, path)\n      # invalid path\n      self.send_error(404, \"Invalid path\")\n      return None\n    except IOError: \n      self.send_error(404, \"Unexpected IOError\")\n      return None\n  do_POST=do_GET\n  def handler_spyce(self, path):\n    # process spyce\n    request = spyceHTTPRequest(self, self.server.documentRoot)\n    response = spyceHTTPResponse(self)\n    result = spyce.spyceFileHandler(request, response, path)\n    response.close()\n  def handler_dump(self, path):\n    # process content to dump (with correct mime type)\n    f = None\n    try:\n      try:\n        f = open(path, 'rb')\n      except IOError:\n        self.send_error(404, \"No permission to open file\")\n        return None\n      try:\n        _, ext = os.path.splitext(path)\n        if ext: ext=ext[1:]\n        mimetype = self.server.mimeTable[ext]\n      except:\n        mimetype = \"application/octet-stream\"\n      self.send_response(200)\n      self.send_header(\"Content-type\", mimetype)\n      self.end_headers()\n      self.wfile.write(f.read())\n      self.request.close()\n    finally:\n      try:\n        if f: f.close()\n      except: pass\n  def handler_dir(self, path):\n    # process directory\n    if(self.path[-1:]!='/'):\n      self.send_response(301)\n      self.send_header('Location', self.path+'/')\n      self.end_headers()\n      return\n    try:\n      list = os.listdir(path)\n    except os.error:\n      self.send_error(404, \"Path does not exist\")\n      return None\n    list.sort(lambda a, b: cmp(a.lower(), b.lower()))\n    def info(name, path=path):\n      fullname = os.path.join(path, name)\n      displayname = linkname = name = cgi.escape(name)\n      # Append / for directories or @ for symbolic links\n      if os.path.isdir(fullname):\n        displayname = name + \"/\"\n        linkname = name + \"/\"\n      elif os.path.islink(fullname):\n        displayname = name + \"@\"\n      statinfo = os.stat(fullname)\n      mtime = statinfo[stat.ST_MTIME]\n      size = statinfo[stat.ST_SIZE]\n      return linkname, displayname, mtime, size\n    list = map(info, list)\n\n    NAME_WIDTH = 30\n    output = '''\n<html><head>\n  <title>Index of %(title)s</title>\n</head>\n<body>\n<h1>Index of /%(title)s</h1>\n<pre> Name%(filler)s  Date%(filler_date)s  Size<hr/>''' % {\n    'title' : self.pathinfo,\n    'filler': ' '*(NAME_WIDTH-len('Name')),\n    'filler_date': ' '*(len(time.asctime(time.localtime(0)))-len('Date')),\n    }\n\n    if list:\n      for link, display, mtime, size in list:\n        output = output + ' <a href=\"%(link)s\">%(display)s</a>%(filler)s  %(mtime)s  %(size)s\\n' % {\n          'link': link,\n          'display': display[:NAME_WIDTH],\n          'link': link,\n          'filler': ' '*(NAME_WIDTH-len(display)),\n          'mtime': time.asctime(time.localtime(mtime)),\n          'size': formatBytes(size),\n        }\n    else:\n      output = output + 'No files\\n'\n\n    output = output[:-1] + '''<hr/></pre>\n<address>Spyce-WWW/%(version)s server</address>\n</body></html>\n''' % {\n    'version' : spyce.__version__,\n    }\n    self.send_response(200)\n    self.send_header(\"Content-type\", \"text/html\")\n    self.end_headers()\n    self.wfile.write(output)\n\ndef buildMimeTable(files):\n  mimetable = {}\n  for file in files:\n    try:\n      f = None\n      try:\n        f = open(file, 'r')\n        print \"#   MIME file: \"+file\n        line = f.readline()\n        while line:\n          if line[0]=='#': \n            line = f.readline(); continue\n          line = string.strip(line)\n          if not line:\n            line = f.readline(); continue\n          line = string.replace(line, '\\t', ' ')\n          items = filter(None, map(string.strip, string.split(line, ' ')))\n          mimetype, extensions = items[0], items[1:]\n          for ext in extensions:\n            mimetable[ext] = mimetype\n          line = f.readline()\n      except IOError: pass\n    finally:\n      try:\n        if f: f.close()\n      except: pass\n  return mimetable\n\ndef buildHandlerTable(handler, server):\n  for ext in handler.keys():\n    handler[ext] = eval('server.handler_'+handler[ext])\n  return handler\n\ndef spyceHTTPserver(port, root, config_file=None, daemon=None):\n  os.environ[spyce.SPYCE_ENTRY] = 'www'\n  spyceCmd.showVersion()\n  print '# Starting web server'\n  # test for threading support, if needed\n  try:\n    server = spyce.getServer(\n      config_file=config_file, \n      overide_www_port=port, \n      overide_www_root=root)\n  except (spyceException.spyceForbidden, spyceException.spyceNotFound), e:\n    print e\n    return\n  if server.concurrency==spyceConfig.SPYCE_CONCURRENCY_THREAD:\n    spyceUtil.ThreadedWriter()  # will raise exception if 'import thread' fails\n  # determine type of server concurrency\n  serverSuperClass = {\n    spyceConfig.SPYCE_CONCURRENCY_SINGLE: SocketServer.TCPServer,\n    spyceConfig.SPYCE_CONCURRENCY_FORK:   SocketServer.ForkingTCPServer,\n    spyceConfig.SPYCE_CONCURRENCY_THREAD: SocketServer.ThreadingTCPServer,\n  } [server.concurrency]\n  class sharedSocketServer(serverSuperClass):\n    def server_bind(self):\n      self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)\n      SocketServer.TCPServer.server_bind(self)\n  try:\n    # initialize server\n    try:\n      httpd = sharedSocketServer(('',server.config.getSpyceWWWPort()), myHTTPhandler)\n      print '# Server Port: %d' % server.config.getSpyceWWWPort()\n      httpd.documentRoot = os.path.abspath(server.config.getSpyceWWWRoot())\n      print '# Server Root: '+httpd.documentRoot\n      httpd.mimeTable = buildMimeTable(server.config.getSpyceWWWMime())\n      httpd.handler = buildHandlerTable(server.config.getSpyceWWWHandler(), myHTTPhandler)\n    except:\n      print 'Unable to start server on port %s' % server.config.getSpyceWWWPort()\n      return -1\n    # daemonize\n    if daemon:\n      print '# Daemonizing process.'\n      try:\n        spyceCmd.daemonize(pidfile=daemon)\n      except SystemExit: # expected\n        return 0\n      global LOG\n      LOG = 0\n    # process requests\n    print '# Ready.'\n    while 1:\n      try:\n        httpd.handle_request()\n      except KeyboardInterrupt: raise\n      except:\n        print 'Error: %s' % spyceUtil.exceptionString()\n  except KeyboardInterrupt:\n    print 'Break!'\n  return 0\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/spyceXbmc.py",
    "content": "import sys, os\nsys.path.append(sys.executable + '\\\\spyce')\nfrom StringIO import StringIO\nimport spyce, spyceCmd, string\n\ndef ParseFile(file, env):\n\toutput = StringIO()\n\tinput = StringIO(env['QUERY_STRING'])\n\tenv['REQUEST_URI'] = \"/\" + string.replace(string.lstrip(file, \"Q:\\\\web\"), \"\\\\\", \"/\")\n\tSPYCE_HOME = os.path.abspath(os.path.dirname(sys.modules['spyceXbmc'].__file__))\n\trequest = spyceCmd.spyceCmdlineRequest(input, env, file)\n\tresponse = spyceCmd.spyceCmdlineResponse(output, sys.stderr, 1)\n\tresult = spyce.spyceFileHandler(request, response, file)\n\tresponse.flush()\n\tresult = output.getvalue()\n\tresponse.close()\n\treturn result\n\nif __name__ == '__main__':\n\tfile = 'docs\\\\examples\\\\hello.spy'\n\tif os.access(file, os.F_OK):\n\t\tprint(ParseFile(file))\n\telse:\n\t\tprint('file not found')\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/tree.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: tree.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport string\n\nclass tree:\n  def __init__(self, data):\n    self.data = data\n    self.parent = None\n    self.children = []\n    self.next = self.prev = None\n    self.depth = 0\n  def append(self, data):\n    node = tree(data)\n    self.children.append(node)\n    node.parent = self\n    node.depth = self.depth+1\n    return node\n  def delete(self):\n    for c in self.children:\n      c.delete()\n    if self.parent:\n      self.parent.children.remove(self)\n      self.parent = None\n  def __repr__(self):\n    return '%s [%s]' % (self.data, string.join(map(str, self.children),', '))\n  def postWalk(self, f):\n    for c in self.children:\n      c.postWalk(f)\n    f(self)\n  def preWalk(self, f):\n    f(self)\n    for c in self.children:\n      c.preWalk(f)\n  def computePreChain(self):\n    prev = [None]\n    def walker(node, prev=prev):\n      node.prev = prev[0]\n      if prev[0]: \n        node.prev.next = node\n      prev[0] = node\n    self.preWalk(walker)\n  def __cmp__(self, o):\n    try:\n      x = not self.data == o.data\n      if x: return x\n      x = not self.children == o.children\n      if x: return x\n    except:\n      return 1\n    return 0\n\nif __name__=='__main__':\n  root = tree('1')\n  n = root.append('1.1')\n  n.append('1.1.1')\n  n = root.append('1.2')\n  n.append('1.2.1')\n  root.computePreChain()\n  n = root\n  while(n):\n    print n.data\n    n = n.next\n  root.delete()\n\n"
  },
  {
    "path": "Mod Files/system/python/spyce/verchk.py",
    "content": "#!/usr/bin/env python\n\n##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: verchk.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n__doc__ = '''Version checking script.'''\n\nimport sys, os\n\nREQUIRED = '1.5'\n\ndef checkversion(required):\n  if int(sys.version[0])<int(required[0]) or \\\n     (sys.version[0]==required[0] and int(sys.version[2])<int(required[2])):\n    return 0\n  return 1\n\nif __name__ == \"__main__\":\n  if not checkversion(REQUIRED):\n    print 'Python version '+REQUIRED+' required.'\n    sys.exit(-1)\n  if len(sys.argv)<2:\n    print 'Python version '+sys.version[:3]+' - OK'\n  else:\n    #sys.argv[1] = os.path.join(os.path.dirname(sys.argv[0]), sys.argv[1])\n    del sys.argv[0]\n    if not os.path.exists(sys.argv[0]):\n      print 'Script \"'+sys.argv[0]+'\" not found.'\n      sys.exit(-1)\n    execfile(sys.argv[0])\n\n"
  },
  {
    "path": "Mod Files/system/python/ssl/cert.pem",
    "content": "\n# Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA\n# Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA\n# Label: \"GlobalSign Root CA\"\n# Serial: 4835703278459707669005204\n# MD5 Fingerprint: 3e:45:52:15:09:51:92:e1:b7:5d:37:9f:b1:87:29:8a\n# SHA1 Fingerprint: b1:bc:96:8b:d4:f4:9d:62:2a:a8:9a:81:f2:15:01:52:a4:1d:82:9c\n# SHA256 Fingerprint: eb:d4:10:40:e4:bb:3e:c7:42:c9:e3:81:d3:1e:f2:a4:1a:48:b6:68:5c:96:e7:ce:f3:c1:df:6c:d4:33:1c:99\n-----BEGIN CERTIFICATE-----\nMIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG\nA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv\nb3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw\nMDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i\nYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT\naWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ\njc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp\nxy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp\n1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG\nsnUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ\nU26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8\n9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E\nBTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B\nAQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz\nyj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE\n38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP\nAbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad\nDKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME\nHMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited\n# Subject: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited\n# Label: \"Entrust.net Premium 2048 Secure Server CA\"\n# Serial: 946069240\n# MD5 Fingerprint: ee:29:31:bc:32:7e:9a:e6:e8:b5:f7:51:b4:34:71:90\n# SHA1 Fingerprint: 50:30:06:09:1d:97:d4:f5:ae:39:f7:cb:e7:92:7d:7d:65:2d:34:31\n# SHA256 Fingerprint: 6d:c4:71:72:e0:1c:bc:b0:bf:62:58:0d:89:5f:e2:b8:ac:9a:d4:f8:73:80:1e:0c:10:b9:c8:37:d2:1e:b1:77\n-----BEGIN CERTIFICATE-----\nMIIEKjCCAxKgAwIBAgIEOGPe+DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML\nRW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp\nbmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5\nIEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp\nZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0yOTA3\nMjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3\nLmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp\nYWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG\nA1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq\nK0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe\nsYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX\nMlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT\nXTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/\nHoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH\n4QIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV\nHQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJKoZIhvcNAQEFBQADggEBADub\nj1abMOdTmXx6eadNl9cZlZD7Bh/KM3xGY4+WZiT6QBshJ8rmcnPyT/4xmf3IDExo\nU8aAghOY+rat2l098c5u9hURlIIM7j+VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf\nzX1XEC+bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5b\nu/8j72gZyxKTJ1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7+\nbYQLCIt+jerXmCHG8+c8eS9enNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv/Er\nfF6adulZkMV8gzURZVE=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust\n# Subject: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust\n# Label: \"Baltimore CyberTrust Root\"\n# Serial: 33554617\n# MD5 Fingerprint: ac:b6:94:a5:9c:17:e0:d7:91:52:9b:b1:97:06:a6:e4\n# SHA1 Fingerprint: d4:de:20:d0:5e:66:fc:53:fe:1a:50:88:2c:78:db:28:52:ca:e4:74\n# SHA256 Fingerprint: 16:af:57:a9:f6:76:b0:ab:12:60:95:aa:5e:ba:de:f2:2a:b3:11:19:d6:44:ac:95:cd:4b:93:db:f3:f2:6a:eb\n-----BEGIN CERTIFICATE-----\nMIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ\nRTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD\nVQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX\nDTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y\nZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy\nVHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr\nmD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr\nIZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK\nmpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu\nXmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy\ndc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye\njl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1\nBE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3\nDQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92\n9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx\njkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0\nEpn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz\nksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS\nR9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp\n-----END CERTIFICATE-----\n\n# Issuer: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc.\n# Subject: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc.\n# Label: \"Entrust Root Certification Authority\"\n# Serial: 1164660820\n# MD5 Fingerprint: d6:a5:c3:ed:5d:dd:3e:00:c1:3d:87:92:1f:1d:3f:e4\n# SHA1 Fingerprint: b3:1e:b1:b7:40:e3:6c:84:02:da:dc:37:d4:4d:f5:d4:67:49:52:f9\n# SHA256 Fingerprint: 73:c1:76:43:4f:1b:c6:d5:ad:f4:5b:0e:76:e7:27:28:7c:8d:e5:76:16:c1:e6:e6:14:1a:2b:2c:bc:7d:8e:4c\n-----BEGIN CERTIFICATE-----\nMIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC\nVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0\nLm5ldC9DUFMgaXMgaW5jb3Jwb3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMW\nKGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsGA1UEAxMkRW50cnVzdCBSb290IENl\ncnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0MloXDTI2MTEyNzIw\nNTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMTkw\nNwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSBy\nZWZlcmVuY2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNV\nBAMTJEVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJ\nKoZIhvcNAQEBBQADggEPADCCAQoCggEBALaVtkNC+sZtKm9I35RMOVcF7sN5EUFo\nNu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYszA9u3g3s+IIRe7bJWKKf4\n4LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOwwCj0Yzfv9\nKlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGI\nrb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi\n94DkZfs0Nw4pgHBNrziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOB\nsDCBrTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAi\ngA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1MzQyWjAfBgNVHSMEGDAWgBRo\nkORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE\nvW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA\nA4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9t\nO1KzKtvn1ISMY/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6Zua\nAGAT/3B+XxFNSRuzFVJ7yVTav52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP\n9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTSW3iDVuycNsMm4hH2Z0kdkquM++v/\neu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0tHuu2guQOHXvgR1m\n0vdXcDazv/wor3ElhVsT/h5/WrQ8\n-----END CERTIFICATE-----\n\n# Issuer: CN=AAA Certificate Services O=Comodo CA Limited\n# Subject: CN=AAA Certificate Services O=Comodo CA Limited\n# Label: \"Comodo AAA Services root\"\n# Serial: 1\n# MD5 Fingerprint: 49:79:04:b0:eb:87:19:ac:47:b0:bc:11:51:9b:74:d0\n# SHA1 Fingerprint: d1:eb:23:a4:6d:17:d6:8f:d9:25:64:c2:f1:f1:60:17:64:d8:e3:49\n# SHA256 Fingerprint: d7:a7:a0:fb:5d:7e:27:31:d7:71:e9:48:4e:bc:de:f7:1d:5f:0c:3e:0a:29:48:78:2b:c8:3e:e0:ea:69:9e:f4\n-----BEGIN CERTIFICATE-----\nMIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb\nMBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow\nGAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj\nYXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL\nMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE\nBwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM\nGEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP\nADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua\nBtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe\n3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4\nYgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR\nrOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm\nez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU\noBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF\nMAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v\nQUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t\nb2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF\nAAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q\nGE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz\nRt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2\nG9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi\nl2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3\nsmPi9WIsgtRqAEFQ8TmDn5XpNpaYbg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=QuoVadis Root CA 2 O=QuoVadis Limited\n# Subject: CN=QuoVadis Root CA 2 O=QuoVadis Limited\n# Label: \"QuoVadis Root CA 2\"\n# Serial: 1289\n# MD5 Fingerprint: 5e:39:7b:dd:f8:ba:ec:82:e9:ac:62:ba:0c:54:00:2b\n# SHA1 Fingerprint: ca:3a:fb:cf:12:40:36:4b:44:b2:16:20:88:80:48:39:19:93:7c:f7\n# SHA256 Fingerprint: 85:a0:dd:7d:d7:20:ad:b7:ff:05:f8:3d:54:2b:20:9d:c7:ff:45:28:f7:d6:77:b1:83:89:fe:a5:e5:c4:9e:86\n-----BEGIN CERTIFICATE-----\nMIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x\nGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv\nb3QgQ0EgMjAeFw0wNjExMjQxODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNV\nBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W\nYWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCa\nGMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6XJxg\nFyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55J\nWpzmM+Yklvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bB\nrrcCaoF6qUWD4gXmuVbBlDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp\n+ARz8un+XJiM9XOva7R+zdRcAitMOeGylZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1\nksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt66/3FsvbzSUr5R/7mp/i\nUcw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1JdxnwQ5hYIiz\nPtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og\n/zOhD7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UH\noycR7hYQe7xFSkyyBNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuI\nyV77zGHcizN300QyNQliBJIWENieJ0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1Ud\nEwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBQahGK8SEwzJQTU7tD2\nA8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGUa6FJpEcwRTEL\nMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT\nElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2f\nBluornFdLwUvZ+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzn\ng/iN/Ae42l9NLmeyhP3ZRPx3UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2Bl\nfF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodmVjB3pjd4M1IQWK4/YY7yarHvGH5K\nWWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK+JDSV6IZUaUtl0Ha\nB0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrWIozc\nhLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR\nTUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD\nmbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0Z\nohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y\n4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8VCLAAVBpQ570su9t+Oza\n8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u\n-----END CERTIFICATE-----\n\n# Issuer: CN=QuoVadis Root CA 3 O=QuoVadis Limited\n# Subject: CN=QuoVadis Root CA 3 O=QuoVadis Limited\n# Label: \"QuoVadis Root CA 3\"\n# Serial: 1478\n# MD5 Fingerprint: 31:85:3c:62:94:97:63:b9:aa:fd:89:4e:af:6f:e0:cf\n# SHA1 Fingerprint: 1f:49:14:f7:d8:74:95:1d:dd:ae:02:c0:be:fd:3a:2d:82:75:51:85\n# SHA256 Fingerprint: 18:f1:fc:7f:20:5d:f8:ad:dd:eb:7f:e0:07:dd:57:e3:af:37:5a:9c:4d:8d:73:54:6b:f4:f1:fe:d1:e1:8d:35\n-----BEGIN CERTIFICATE-----\nMIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x\nGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv\nb3QgQ0EgMzAeFw0wNjExMjQxOTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNV\nBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W\nYWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDM\nV0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNggDhoB\n4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUr\nH556VOijKTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd\n8lyyBTNvijbO0BNO/79KDDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9Cabwv\nvWhDFlaJKjdhkf2mrk7AyxRllDdLkgbvBNDInIjbC3uBr7E9KsRlOni27tyAsdLT\nmZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwpp5ijJUMv7/FfJuGITfhe\nbtfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8nT8KKdjc\nT5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDt\nWAEXMJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZ\nc6tsgLjoC2SToJyMGf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A\n4iLItLRkT9a6fUg+qGkM17uGcclzuD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYD\nVR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHTBgkrBgEEAb5YAAMwgcUwgZMG\nCCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmljYXRlIGNvbnN0\naXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0\naWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVu\ndC4wLQYIKwYBBQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2Nw\nczALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4G\nA1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4ywLQoUmkRzBFMQswCQYDVQQGEwJC\nTTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UEAxMSUXVvVmFkaXMg\nUm9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZVqyM0\n7ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSem\nd1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd\n+LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B\n4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN\nt54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp8kokUvd0/bpO5qgdAm6x\nDYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBCbjPsMZ57\nk8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6s\nzHXug/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0j\nWy10QJLZYxkNc91pvGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeT\nmJlglFwjz1onl14LBQaTNx47aTbrqZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK\n4SVhM7JZG+Ju1zdXtg2pEto=\n-----END CERTIFICATE-----\n\n# Issuer: O=SECOM Trust.net OU=Security Communication RootCA1\n# Subject: O=SECOM Trust.net OU=Security Communication RootCA1\n# Label: \"Security Communication Root CA\"\n# Serial: 0\n# MD5 Fingerprint: f1:bc:63:6a:54:e0:b5:27:f5:cd:e7:1a:e3:4d:6e:4a\n# SHA1 Fingerprint: 36:b1:2b:49:f9:81:9e:d7:4c:9e:bc:38:0f:c6:56:8f:5d:ac:b2:f7\n# SHA256 Fingerprint: e7:5e:72:ed:9f:56:0e:ec:6e:b4:80:00:73:a4:3f:c3:ad:19:19:5a:39:22:82:01:78:95:97:4a:99:02:6b:6c\n-----BEGIN CERTIFICATE-----\nMIIDWjCCAkKgAwIBAgIBADANBgkqhkiG9w0BAQUFADBQMQswCQYDVQQGEwJKUDEY\nMBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYDVQQLEx5TZWN1cml0eSBDb21t\ndW5pY2F0aW9uIFJvb3RDQTEwHhcNMDMwOTMwMDQyMDQ5WhcNMjMwOTMwMDQyMDQ5\nWjBQMQswCQYDVQQGEwJKUDEYMBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYD\nVQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTEwggEiMA0GCSqGSIb3\nDQEBAQUAA4IBDwAwggEKAoIBAQCzs/5/022x7xZ8V6UMbXaKL0u/ZPtM7orw8yl8\n9f/uKuDp6bpbZCKamm8sOiZpUQWZJtzVHGpxxpp9Hp3dfGzGjGdnSj74cbAZJ6kJ\nDKaVv0uMDPpVmDvY6CKhS3E4eayXkmmziX7qIWgGmBSWh9JhNrxtJ1aeV+7AwFb9\nMs+k2Y7CI9eNqPPYJayX5HA49LY6tJ07lyZDo6G8SVlyTCMwhwFY9k6+HGhWZq/N\nQV3Is00qVUarH9oe4kA92819uZKAnDfdDJZkndwi92SL32HeFZRSFaB9UslLqCHJ\nxrHty8OVYNEP8Ktw+N/LTX7s1vqr2b1/VPKl6Xn62dZ2JChzAgMBAAGjPzA9MB0G\nA1UdDgQWBBSgc0mZaNyFW2XjmygvV5+9M7wHSDALBgNVHQ8EBAMCAQYwDwYDVR0T\nAQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAaECpqLvkT115swW1F7NgE+vG\nkl3g0dNq/vu+m22/xwVtWSDEHPC32oRYAmP6SBbvT6UL90qY8j+eG61Ha2POCEfr\nUj94nK9NrvjVT8+amCoQQTlSxN3Zmw7vkwGusi7KaEIkQmywszo+zenaSMQVy+n5\nBw+SUEmK3TGXX8npN6o7WWWXlDLJs58+OmJYxUmtYg5xpTKqL8aJdkNAExNnPaJU\nJRDL8Try2frbSVa7pv6nQTXD4IhhyYjH3zYQIphZ6rBK+1YWc26sTfcioU+tHXot\nRSflMMFe8toTyyVCUZVHA4xsIcx0Qu1T/zOLjw9XARYvz6buyXAiFL39vmwLAw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com\n# Subject: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com\n# Label: \"XRamp Global CA Root\"\n# Serial: 107108908803651509692980124233745014957\n# MD5 Fingerprint: a1:0b:44:b3:ca:10:d8:00:6e:9d:0f:d8:0f:92:0a:d1\n# SHA1 Fingerprint: b8:01:86:d1:eb:9c:86:a5:41:04:cf:30:54:f3:4c:52:b7:e5:58:c6\n# SHA256 Fingerprint: ce:cd:dc:90:50:99:d8:da:df:c5:b1:d2:09:b7:37:cb:e2:c1:8c:fb:2c:10:c0:ff:0b:cf:0d:32:86:fc:1a:a2\n-----BEGIN CERTIFICATE-----\nMIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB\ngjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEk\nMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRY\nUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQxMTAxMTcx\nNDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3\ndy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2Vy\ndmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB\ndXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS6\n38eMpSe2OAtp87ZOqCwuIR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCP\nKZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMxfoArtYzAQDsRhtDLooY2YKTVMIJt2W7Q\nDxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FEzG+gSqmUsE3a56k0enI4\nqEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqsAxcZZPRa\nJSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNVi\nPvryxS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0P\nBAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASs\njVy16bYbMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0\neS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQEwDQYJKoZIhvcNAQEFBQAD\nggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc/Kh4ZzXxHfAR\nvbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt\nqZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLa\nIR9NmXmd4c8nnxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSy\ni6mx5O+aGtA9aZnuqCij4Tyz8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQ\nO+7ETPTsJ3xCwnR8gooJybQDJbw=\n-----END CERTIFICATE-----\n\n# Issuer: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority\n# Subject: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority\n# Label: \"Go Daddy Class 2 CA\"\n# Serial: 0\n# MD5 Fingerprint: 91:de:06:25:ab:da:fd:32:17:0c:bb:25:17:2a:84:67\n# SHA1 Fingerprint: 27:96:ba:e6:3f:18:01:e2:77:26:1b:a0:d7:77:70:02:8f:20:ee:e4\n# SHA256 Fingerprint: c3:84:6b:f2:4b:9e:93:ca:64:27:4c:0e:c6:7c:1e:cc:5e:02:4f:fc:ac:d2:d7:40:19:35:0e:81:fe:54:6a:e4\n-----BEGIN CERTIFICATE-----\nMIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh\nMB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE\nYWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3\nMDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo\nZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg\nMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN\nADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA\nPVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w\nwdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi\nEqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY\navx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+\nYihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE\nsNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h\n/t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5\nIEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj\nYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD\nggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy\nOO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P\nTMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ\nHmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER\ndEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf\nReYNnyicsbkqWletNw+vHX/bvZ8=\n-----END CERTIFICATE-----\n\n# Issuer: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority\n# Subject: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority\n# Label: \"Starfield Class 2 CA\"\n# Serial: 0\n# MD5 Fingerprint: 32:4a:4b:bb:c8:63:69:9b:be:74:9a:c6:dd:1d:46:24\n# SHA1 Fingerprint: ad:7e:1c:28:b0:64:ef:8f:60:03:40:20:14:c3:d0:e3:37:0e:b5:8a\n# SHA256 Fingerprint: 14:65:fa:20:53:97:b8:76:fa:a6:f0:a9:95:8e:55:90:e4:0f:cc:7f:aa:4f:b7:c2:c8:67:75:21:fb:5f:b6:58\n-----BEGIN CERTIFICATE-----\nMIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl\nMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp\nU3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw\nNjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE\nChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp\nZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3\nDQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf\n8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN\n+lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0\nX9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa\nK4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA\n1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G\nA1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR\nzt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0\nYXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD\nbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w\nDQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3\nL7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D\neruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl\nxy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp\nVSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY\nWQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q=\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert Assured ID Root CA\"\n# Serial: 17154717934120587862167794914071425081\n# MD5 Fingerprint: 87:ce:0b:7b:2a:0e:49:00:e1:58:71:9b:37:a8:93:72\n# SHA1 Fingerprint: 05:63:b8:63:0d:62:d7:5a:bb:c8:ab:1e:4b:df:b5:a8:99:b2:4d:43\n# SHA256 Fingerprint: 3e:90:99:b5:01:5e:8f:48:6c:00:bc:ea:9d:11:1e:e7:21:fa:ba:35:5a:89:bc:f1:df:69:56:1e:3d:c6:32:5c\n-----BEGIN CERTIFICATE-----\nMIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\nd3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv\nb3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG\nEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl\ncnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi\nMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c\nJpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP\nmDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+\nwRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4\nVYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/\nAUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB\nAAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW\nBBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun\npyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC\ndWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf\nfwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm\nNW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx\nH2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe\n+o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g==\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert Global Root CA\"\n# Serial: 10944719598952040374951832963794454346\n# MD5 Fingerprint: 79:e4:a9:84:0d:7d:3a:96:d7:c0:4f:e2:43:4c:89:2e\n# SHA1 Fingerprint: a8:98:5d:3a:65:e5:e5:c4:b2:d7:d6:6d:40:c6:dd:2f:b1:9c:54:36\n# SHA256 Fingerprint: 43:48:a0:e9:44:4c:78:cb:26:5e:05:8d:5e:89:44:b4:d8:4f:96:62:bd:26:db:25:7f:89:34:a4:43:c7:01:61\n-----BEGIN CERTIFICATE-----\nMIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\nd3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD\nQTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT\nMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j\nb20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG\n9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB\nCSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97\nnh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt\n43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P\nT19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4\ngdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO\nBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR\nTLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw\nDQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr\nhMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg\n06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF\nPnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls\nYSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk\nCAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4=\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert High Assurance EV Root CA\"\n# Serial: 3553400076410547919724730734378100087\n# MD5 Fingerprint: d4:74:de:57:5c:39:b2:d3:9c:85:83:c5:c0:65:49:8a\n# SHA1 Fingerprint: 5f:b7:ee:06:33:e2:59:db:ad:0c:4c:9a:e6:d3:8f:1a:61:c7:dc:25\n# SHA256 Fingerprint: 74:31:e5:f4:c3:c1:ce:46:90:77:4f:0b:61:e0:54:40:88:3b:a9:a0:1e:d0:0b:a6:ab:d7:80:6e:d3:b1:18:cf\n-----BEGIN CERTIFICATE-----\nMIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\nd3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j\nZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL\nMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3\nLmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug\nRVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm\n+9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW\nPNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM\nxChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB\nIk5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3\nhzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg\nEsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF\nMAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA\nFLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec\nnzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z\neM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF\nhS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2\nYzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe\nvEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep\n+OkuE6N36B9K\n-----END CERTIFICATE-----\n\n# Issuer: CN=SwissSign Gold CA - G2 O=SwissSign AG\n# Subject: CN=SwissSign Gold CA - G2 O=SwissSign AG\n# Label: \"SwissSign Gold CA - G2\"\n# Serial: 13492815561806991280\n# MD5 Fingerprint: 24:77:d9:a8:91:d1:3b:fa:88:2d:c2:ff:f8:cd:33:93\n# SHA1 Fingerprint: d8:c5:38:8a:b7:30:1b:1b:6e:d4:7a:e6:45:25:3a:6f:9f:1a:27:61\n# SHA256 Fingerprint: 62:dd:0b:e9:b9:f5:0a:16:3e:a0:f8:e7:5c:05:3b:1e:ca:57:ea:55:c8:68:8f:64:7c:68:81:f2:c8:35:7b:95\n-----BEGIN CERTIFICATE-----\nMIIFujCCA6KgAwIBAgIJALtAHEP1Xk+wMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNV\nBAYTAkNIMRUwEwYDVQQKEwxTd2lzc1NpZ24gQUcxHzAdBgNVBAMTFlN3aXNzU2ln\nbiBHb2xkIENBIC0gRzIwHhcNMDYxMDI1MDgzMDM1WhcNMzYxMDI1MDgzMDM1WjBF\nMQswCQYDVQQGEwJDSDEVMBMGA1UEChMMU3dpc3NTaWduIEFHMR8wHQYDVQQDExZT\nd2lzc1NpZ24gR29sZCBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC\nCgKCAgEAr+TufoskDhJuqVAtFkQ7kpJcyrhdhJJCEyq8ZVeCQD5XJM1QiyUqt2/8\n76LQwB8CJEoTlo8jE+YoWACjR8cGp4QjK7u9lit/VcyLwVcfDmJlD909Vopz2q5+\nbbqBHH5CjCA12UNNhPqE21Is8w4ndwtrvxEvcnifLtg+5hg3Wipy+dpikJKVyh+c\n6bM8K8vzARO/Ws/BtQpgvd21mWRTuKCWs2/iJneRjOBiEAKfNA+k1ZIzUd6+jbqE\nemA8atufK+ze3gE/bk3lUIbLtK/tREDFylqM2tIrfKjuvqblCqoOpd8FUrdVxyJd\nMmqXl2MT28nbeTZ7hTpKxVKJ+STnnXepgv9VHKVxaSvRAiTysybUa9oEVeXBCsdt\nMDeQKuSeFDNeFhdVxVu1yzSJkvGdJo+hB9TGsnhQ2wwMC3wLjEHXuendjIj3o02y\nMszYF9rNt85mndT9Xv+9lz4pded+p2JYryU0pUHHPbwNUMoDAw8IWh+Vc3hiv69y\nFGkOpeUDDniOJihC8AcLYiAQZzlG+qkDzAQ4embvIIO1jEpWjpEA/I5cgt6IoMPi\naG59je883WX0XaxR7ySArqpWl2/5rX3aYT+YdzylkbYcjCbaZaIJbcHiVOO5ykxM\ngI93e2CaHt+28kgeDrpOVG2Y4OGiGqJ3UM/EY5LsRxmd6+ZrzsECAwEAAaOBrDCB\nqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUWyV7\nlqRlUX64OfPAeGZe6Drn8O4wHwYDVR0jBBgwFoAUWyV7lqRlUX64OfPAeGZe6Drn\n8O4wRgYDVR0gBD8wPTA7BglghXQBWQECAQEwLjAsBggrBgEFBQcCARYgaHR0cDov\nL3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIBACe6\n45R88a7A3hfm5djV9VSwg/S7zV4Fe0+fdWavPOhWfvxyeDgD2StiGwC5+OlgzczO\nUYrHUDFu4Up+GC9pWbY9ZIEr44OE5iKHjn3g7gKZYbge9LgriBIWhMIxkziWMaa5\nO1M/wySTVltpkuzFwbs4AOPsF6m43Md8AYOfMke6UiI0HTJ6CVanfCU2qT1L2sCC\nbwq7EsiHSycR+R4tx5M/nttfJmtS2S6K8RTGRI0Vqbe/vd6mGu6uLftIdxf+u+yv\nGPUqUfA5hJeVbG4bwyvEdGB5JbAKJ9/fXtI5z0V9QkvfsywexcZdylU6oJxpmo/a\n77KwPJ+HbBIrZXAVUjEaJM9vMSNQH4xPjyPDdEFjHFWoFN0+4FFQz/EbMFYOkrCC\nhdiDyyJkvC24JdVUorgG6q2SpCSgwYa1ShNqR88uC1aVVMvOmttqtKay20EIhid3\n92qgQmwLOM7XdVAyksLfKzAiSNDVQTglXaTpXZ/GlHXQRf0wl0OPkKsKx4ZzYEpp\nLd6leNcG2mqeSz53OiATIgHQv2ieY2BrNU0LbbqhPcCT4H8js1WtciVORvnSFu+w\nZMEBnunKoGqYDs/YYPIvSbjkQuE4NRb0yG5P94FW6LqjviOvrv1vA+ACOzB2+htt\nQc8Bsem4yWb02ybzOqR08kkkW8mw0FfB+j564ZfJ\n-----END CERTIFICATE-----\n\n# Issuer: CN=SwissSign Silver CA - G2 O=SwissSign AG\n# Subject: CN=SwissSign Silver CA - G2 O=SwissSign AG\n# Label: \"SwissSign Silver CA - G2\"\n# Serial: 5700383053117599563\n# MD5 Fingerprint: e0:06:a1:c9:7d:cf:c9:fc:0d:c0:56:75:96:d8:62:13\n# SHA1 Fingerprint: 9b:aa:e5:9f:56:ee:21:cb:43:5a:be:25:93:df:a7:f0:40:d1:1d:cb\n# SHA256 Fingerprint: be:6c:4d:a2:bb:b9:ba:59:b6:f3:93:97:68:37:42:46:c3:c0:05:99:3f:a9:8f:02:0d:1d:ed:be:d4:8a:81:d5\n-----BEGIN CERTIFICATE-----\nMIIFvTCCA6WgAwIBAgIITxvUL1S7L0swDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UE\nBhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMYU3dpc3NTaWdu\nIFNpbHZlciBDQSAtIEcyMB4XDTA2MTAyNTA4MzI0NloXDTM2MTAyNTA4MzI0Nlow\nRzELMAkGA1UEBhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMY\nU3dpc3NTaWduIFNpbHZlciBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8A\nMIICCgKCAgEAxPGHf9N4Mfc4yfjDmUO8x/e8N+dOcbpLj6VzHVxumK4DV644N0Mv\nFz0fyM5oEMF4rhkDKxD6LHmD9ui5aLlV8gREpzn5/ASLHvGiTSf5YXu6t+WiE7br\nYT7QbNHm+/pe7R20nqA1W6GSy/BJkv6FCgU+5tkL4k+73JU3/JHpMjUi0R86TieF\nnbAVlDLaYQ1HTWBCrpJH6INaUFjpiou5XaHc3ZlKHzZnu0jkg7Y360g6rw9njxcH\n6ATK72oxh9TAtvmUcXtnZLi2kUpCe2UuMGoM9ZDulebyzYLs2aFK7PayS+VFheZt\neJMELpyCbTapxDFkH4aDCyr0NQp4yVXPQbBH6TCfmb5hqAaEuSh6XzjZG6k4sIN/\nc8HDO0gqgg8hm7jMqDXDhBuDsz6+pJVpATqJAHgE2cn0mRmrVn5bi4Y5FZGkECwJ\nMoBgs5PAKrYYC51+jUnyEEp/+dVGLxmSo5mnJqy7jDzmDrxHB9xzUfFwZC8I+bRH\nHTBsROopN4WSaGa8gzj+ezku01DwH/teYLappvonQfGbGHLy9YR0SslnxFSuSGTf\njNFusB3hB48IHpmccelM2KX3RxIfdNFRnobzwqIjQAtz20um53MGjMGg6cFZrEb6\n5i/4z3GcRm25xBWNOHkDRUjvxF3XCO6HOSKGsg0PWEP3calILv3q1h8CAwEAAaOB\nrDCBqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU\nF6DNweRBtjpbO8tFnb0cwpj6hlgwHwYDVR0jBBgwFoAUF6DNweRBtjpbO8tFnb0c\nwpj6hlgwRgYDVR0gBD8wPTA7BglghXQBWQEDAQEwLjAsBggrBgEFBQcCARYgaHR0\ncDovL3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIB\nAHPGgeAn0i0P4JUw4ppBf1AsX19iYamGamkYDHRJ1l2E6kFSGG9YrVBWIGrGvShp\nWJHckRE1qTodvBqlYJ7YH39FkWnZfrt4csEGDyrOj4VwYaygzQu4OSlWhDJOhrs9\nxCrZ1x9y7v5RoSJBsXECYxqCsGKrXlcSH9/L3XWgwF15kIwb4FDm3jH+mHtwX6WQ\n2K34ArZv02DdQEsixT2tOnqfGhpHkXkzuoLcMmkDlm4fS/Bx/uNncqCxv1yL5PqZ\nIseEuRuNI5c/7SXgz2W79WEE790eslpBIlqhn10s6FvJbakMDHiqYMZWjwFaDGi8\naRl5xB9+lwW/xekkUV7U1UtT7dkjWjYDZaPBA61BMPNGG4WQr2W11bHkFlt4dR2X\nem1ZqSqPe97Dh4kQmUlzeMg9vVE1dCrV8X5pGyq7O70luJpaPXJhkGaH7gzWTdQR\ndAtq/gsD/KNVV4n+SsuuWxcFyPKNIzFTONItaj+CuY0IavdeQXRuwxF+B6wpYJE/\nOMpXEA29MC/HpeZBoNquBYeaoKRlbEwJDIm6uNO5wJOKMPqN5ZprFQFOZ6raYlY+\nhAhm0sQ2fac+EPyI4NSA5QC9qvNOBqN6avlicuMJT+ubDgEj8Z+7fNzcbBGXJbLy\ntGMU0gYqZ4yD9c7qB9iaah7s5Aq7KkzrCWA5zspi2C5u\n-----END CERTIFICATE-----\n\n# Issuer: CN=SecureTrust CA O=SecureTrust Corporation\n# Subject: CN=SecureTrust CA O=SecureTrust Corporation\n# Label: \"SecureTrust CA\"\n# Serial: 17199774589125277788362757014266862032\n# MD5 Fingerprint: dc:32:c3:a7:6d:25:57:c7:68:09:9d:ea:2d:a9:a2:d1\n# SHA1 Fingerprint: 87:82:c6:c3:04:35:3b:cf:d2:96:92:d2:59:3e:7d:44:d9:34:ff:11\n# SHA256 Fingerprint: f1:c1:b5:0a:e5:a2:0d:d8:03:0e:c9:f6:bc:24:82:3d:d3:67:b5:25:57:59:b4:e7:1b:61:fc:e9:f7:37:5d:73\n-----BEGIN CERTIFICATE-----\nMIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBI\nMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x\nFzAVBgNVBAMTDlNlY3VyZVRydXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIz\nMTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF1NlY3VyZVRydXN0IENv\ncnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCCASIwDQYJKoZIhvcN\nAQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQXOZEz\nZum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO\n0gMdA+9tDWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIao\nwW8xQmxSPmjL8xk037uHGFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj\n7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b01k/unK8RCSc43Oz969XL0Imnal0ugBS\n8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmHursCAwEAAaOBnTCBmjAT\nBgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB\n/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg\nJYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC\nNxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3\n6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/\n3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHfmbx8IVQr5Fiiu1cprp6poxkm\nD5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZnMUFdAvnZyPS\nCPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR\n3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Secure Global CA O=SecureTrust Corporation\n# Subject: CN=Secure Global CA O=SecureTrust Corporation\n# Label: \"Secure Global CA\"\n# Serial: 9751836167731051554232119481456978597\n# MD5 Fingerprint: cf:f4:27:0d:d4:ed:dc:65:16:49:6d:3d:da:bf:6e:de\n# SHA1 Fingerprint: 3a:44:73:5a:e5:81:90:1f:24:86:61:46:1e:3b:9c:c4:5f:f5:3a:1b\n# SHA256 Fingerprint: 42:00:f5:04:3a:c8:59:0e:bb:52:7d:20:9e:d1:50:30:29:fb:cb:d4:1c:a1:b5:06:ec:27:f1:5a:de:7d:ac:69\n-----BEGIN CERTIFICATE-----\nMIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBK\nMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x\nGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkx\nMjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3Qg\nQ29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jxYDiJ\niQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa\n/FHtaMbQbqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJ\njnIFHovdRIWCQtBJwB1g8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnI\nHmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYVHDGA76oYa8J719rO+TMg1fW9ajMtgQT7\nsFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi0XPnj3pDAgMBAAGjgZ0w\ngZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQF\nMAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCsw\nKaAnoCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsG\nAQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0L\nURYD7xh8yOOvaliTFGCRsoTciE6+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXO\nH0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cnCDpOGR86p1hcF895P4vkp9Mm\nI50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/53CYNv6ZHdAbY\niNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc\nf8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW\n-----END CERTIFICATE-----\n\n# Issuer: CN=COMODO Certification Authority O=COMODO CA Limited\n# Subject: CN=COMODO Certification Authority O=COMODO CA Limited\n# Label: \"COMODO Certification Authority\"\n# Serial: 104350513648249232941998508985834464573\n# MD5 Fingerprint: 5c:48:dc:f7:42:72:ec:56:94:6d:1c:cc:71:35:80:75\n# SHA1 Fingerprint: 66:31:bf:9e:f7:4f:9e:b6:c9:d5:a6:0c:ba:6a:be:d1:f7:bd:ef:7b\n# SHA256 Fingerprint: 0c:2c:d6:3d:f7:80:6f:a3:99:ed:e8:09:11:6b:57:5b:f8:79:89:f0:65:18:f9:80:8c:86:05:03:17:8b:af:66\n-----BEGIN CERTIFICATE-----\nMIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB\ngTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G\nA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV\nBAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw\nMDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl\nYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P\nRE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0\naG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3\nUcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI\n2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8\nQ5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp\n+2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+\nDT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O\nnKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW\n/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g\nPKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u\nQXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY\nSdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv\nIC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/\nRxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4\nzJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd\nBA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB\nZQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C.\n# Subject: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C.\n# Label: \"Network Solutions Certificate Authority\"\n# Serial: 116697915152937497490437556386812487904\n# MD5 Fingerprint: d3:f3:a6:16:c0:fa:6b:1d:59:b1:2d:96:4d:0e:11:2e\n# SHA1 Fingerprint: 74:f8:a3:c3:ef:e7:b3:90:06:4b:83:90:3c:21:64:60:20:e5:df:ce\n# SHA256 Fingerprint: 15:f0:ba:00:a3:ac:7a:f3:ac:88:4c:07:2b:10:11:a0:77:bd:77:c0:97:f4:01:64:b2:f8:59:8a:bd:83:86:0c\n-----BEGIN CERTIFICATE-----\nMIID5jCCAs6gAwIBAgIQV8szb8JcFuZHFhfjkDFo4DANBgkqhkiG9w0BAQUFADBi\nMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMu\nMTAwLgYDVQQDEydOZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3Jp\ndHkwHhcNMDYxMjAxMDAwMDAwWhcNMjkxMjMxMjM1OTU5WjBiMQswCQYDVQQGEwJV\nUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMuMTAwLgYDVQQDEydO\nZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDkvH6SMG3G2I4rC7xGzuAnlt7e+foS0zwz\nc7MEL7xxjOWftiJgPl9dzgn/ggwbmlFQGiaJ3dVhXRncEg8tCqJDXRfQNJIg6nPP\nOCwGJgl6cvf6UDL4wpPTaaIjzkGxzOTVHzbRijr4jGPiFFlp7Q3Tf2vouAPlT2rl\nmGNpSAW+Lv8ztumXWWn4Zxmuk2GWRBXTcrA/vGp97Eh/jcOrqnErU2lBUzS1sLnF\nBgrEsEX1QV1uiUV7PTsmjHTC5dLRfbIR1PtYMiKagMnc/Qzpf14Dl847ABSHJ3A4\nqY5usyd2mFHgBeMhqxrVhSI8KbWaFsWAqPS7azCPL0YCorEMIuDTAgMBAAGjgZcw\ngZQwHQYDVR0OBBYEFCEwyfsA106Y2oeqKtCnLrFAMadMMA4GA1UdDwEB/wQEAwIB\nBjAPBgNVHRMBAf8EBTADAQH/MFIGA1UdHwRLMEkwR6BFoEOGQWh0dHA6Ly9jcmwu\nbmV0c29sc3NsLmNvbS9OZXR3b3JrU29sdXRpb25zQ2VydGlmaWNhdGVBdXRob3Jp\ndHkuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQC7rkvnt1frf6ott3NHhWrB5KUd5Oc8\n6fRZZXe1eltajSU24HqXLjjAV2CDmAaDn7l2em5Q4LqILPxFzBiwmZVRDuwduIj/\nh1AcgsLj4DKAv6ALR8jDMe+ZZzKATxcheQxpXN5eNK4CtSbqUN9/GGUsyfJj4akH\n/nxxH2szJGoeBfcFaMBqEssuXmHLrijTfsK0ZpEmXzwuJF/LWA/rKOyvEZbz3Htv\nwKeI8lN3s2Berq4o2jUsbzRF0ybh3uxbTydrFny9RAQYgrOJeRcQcT16ohZO9QHN\npGxlaKFJdlxDydi8NmdspZS11My5vWo1ViHe2MPr+8ukYEywVaCge1ey\n-----END CERTIFICATE-----\n\n# Issuer: CN=COMODO ECC Certification Authority O=COMODO CA Limited\n# Subject: CN=COMODO ECC Certification Authority O=COMODO CA Limited\n# Label: \"COMODO ECC Certification Authority\"\n# Serial: 41578283867086692638256921589707938090\n# MD5 Fingerprint: 7c:62:ff:74:9d:31:53:5e:68:4a:d5:78:aa:1e:bf:23\n# SHA1 Fingerprint: 9f:74:4e:9f:2b:4d:ba:ec:0f:31:2c:50:b6:56:3b:8e:2d:93:c3:11\n# SHA256 Fingerprint: 17:93:92:7a:06:14:54:97:89:ad:ce:2f:8f:34:f7:f0:b6:6d:0f:3a:e3:a3:b8:4d:21:ec:15:db:ba:4f:ad:c7\n-----BEGIN CERTIFICATE-----\nMIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL\nMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE\nBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT\nIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw\nMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy\nZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N\nT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv\nbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR\nFtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J\ncfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW\nBBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/\nBAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm\nfQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv\nGDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certigna O=Dhimyotis\n# Subject: CN=Certigna O=Dhimyotis\n# Label: \"Certigna\"\n# Serial: 18364802974209362175\n# MD5 Fingerprint: ab:57:a6:5b:7d:42:82:19:b5:d8:58:26:28:5e:fd:ff\n# SHA1 Fingerprint: b1:2e:13:63:45:86:a4:6f:1a:b2:60:68:37:58:2d:c4:ac:fd:94:97\n# SHA256 Fingerprint: e3:b6:a2:db:2e:d7:ce:48:84:2f:7a:c5:32:41:c7:b7:1d:54:14:4b:fb:40:c1:1f:3f:1d:0b:42:f5:ee:a1:2d\n-----BEGIN CERTIFICATE-----\nMIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNV\nBAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4X\nDTA3MDYyOTE1MTMwNVoXDTI3MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQ\nBgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwIQ2VydGlnbmEwggEiMA0GCSqGSIb3\nDQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7qXOEm7RFHYeGifBZ4\nQCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyHGxny\ngQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbw\nzBfsV1/pogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q\n130yGLMLLGq/jj8UEYkgDncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2\nJsglrgVKtOdjLPOMFlN+XPsRGgjBRmKfIrjxwo1p3Po6WAbfAgMBAAGjgbwwgbkw\nDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQtCRZvgHyUtVF9lo53BEw\nZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJBgNVBAYT\nAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzj\nAQ/JSP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG\n9w0BAQUFAAOCAQEAhQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8h\nbV6lUmPOEvjvKtpv6zf+EwLHyzs+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFnc\nfca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1kluPBS1xp81HlDQwY9qcEQCYsuu\nHWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY1gkIl2PlwS6w\nt0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw\nWyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg==\n-----END CERTIFICATE-----\n\n# Issuer: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority\n# Subject: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority\n# Label: \"ePKI Root Certification Authority\"\n# Serial: 28956088682735189655030529057352760477\n# MD5 Fingerprint: 1b:2e:00:ca:26:06:90:3d:ad:fe:6f:15:68:d3:6b:b3\n# SHA1 Fingerprint: 67:65:0d:f1:7e:8e:7e:5b:82:40:a4:f4:56:4b:cf:e2:3d:69:c6:f0\n# SHA256 Fingerprint: c0:a6:f4:dc:63:a2:4b:fd:cf:54:ef:2a:6a:08:2a:0a:72:de:35:80:3e:2f:f5:ff:52:7a:e5:d8:72:06:df:d5\n-----BEGIN CERTIFICATE-----\nMIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe\nMQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0\nZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe\nFw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw\nIQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL\nSSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF\nAAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH\nSyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh\nijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X\nDZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1\nTBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ\nfzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA\nsgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU\nWH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS\nnT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH\ndmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip\nNiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC\nAwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF\nMAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH\nClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB\nuvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl\nPwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP\nJXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/\ngpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2\nj6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6\n5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB\no2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS\n/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z\nGp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE\nW9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D\nhNQ+IIX3Sj0rnP0qCglN6oH4EZw=\n-----END CERTIFICATE-----\n\n# Issuer: O=certSIGN OU=certSIGN ROOT CA\n# Subject: O=certSIGN OU=certSIGN ROOT CA\n# Label: \"certSIGN ROOT CA\"\n# Serial: 35210227249154\n# MD5 Fingerprint: 18:98:c0:d6:e9:3a:fc:f9:b0:f5:0c:f7:4b:01:44:17\n# SHA1 Fingerprint: fa:b7:ee:36:97:26:62:fb:2d:b0:2a:f6:bf:03:fd:e8:7c:4b:2f:9b\n# SHA256 Fingerprint: ea:a9:62:c4:fa:4a:6b:af:eb:e4:15:19:6d:35:1c:cd:88:8d:4f:53:f3:fa:8a:e6:d7:c4:66:a9:4e:60:42:bb\n-----BEGIN CERTIFICATE-----\nMIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYT\nAlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBD\nQTAeFw0wNjA3MDQxNzIwMDRaFw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJP\nMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTCC\nASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7IJUqOtdu0KBuqV5Do\n0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHHrfAQ\nUySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5d\nRdY4zTW2ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQ\nOA7+j0xbm0bqQfWwCHTD0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwv\nJoIQ4uNllAoEwF73XVv4EOLQunpL+943AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08C\nAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAcYwHQYDVR0O\nBBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IBAQA+0hyJ\nLjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecY\nMnQ8SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ\n44gx+FkagQnIl6Z0x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6I\nJd1hJyMctTEHBDa0GpC9oHRxUIltvBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNw\ni/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7NzTogVZ96edhBiIL5VaZVDADlN\n9u6wWk5JRFRYX0KD\n-----END CERTIFICATE-----\n\n# Issuer: CN=NetLock Arany (Class Gold) F\\u0151tan\\xfas\\xedtv\\xe1ny O=NetLock Kft. OU=Tan\\xfas\\xedtv\\xe1nykiad\\xf3k (Certification Services)\n# Subject: CN=NetLock Arany (Class Gold) F\\u0151tan\\xfas\\xedtv\\xe1ny O=NetLock Kft. OU=Tan\\xfas\\xedtv\\xe1nykiad\\xf3k (Certification Services)\n# Label: \"NetLock Arany (Class Gold) F\\u0151tan\\xfas\\xedtv\\xe1ny\"\n# Serial: 80544274841616\n# MD5 Fingerprint: c5:a1:b7:ff:73:dd:d6:d7:34:32:18:df:fc:3c:ad:88\n# SHA1 Fingerprint: 06:08:3f:59:3f:15:a1:04:a0:69:a4:6b:a9:03:d0:06:b7:97:09:91\n# SHA256 Fingerprint: 6c:61:da:c3:a2:de:f0:31:50:6b:e0:36:d2:a6:fe:40:19:94:fb:d1:3d:f9:c8:d4:66:59:92:74:c4:46:ec:98\n-----BEGIN CERTIFICATE-----\nMIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQG\nEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3\nMDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl\ncnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR\ndGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgxMjA2MTUwODIxWjCB\npzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxOZXRM\nb2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlm\naWNhdGlvbiBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNz\nIEdvbGQpIEbFkXRhbsO6c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A\nMIIBCgKCAQEAxCRec75LbRTDofTjl5Bu0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrT\nlF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw/HpYzY6b7cNGbIRwXdrz\nAZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAkH3B5r9s5\nVA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRG\nILdwfzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2\nBJtr+UBdADTHLpl1neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAG\nAQH/AgEEMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2M\nU9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwWqZw8UQCgwBEIBaeZ5m8BiFRh\nbvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTtaYtOUZcTh5m2C\n+C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC\nbLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2F\nuLjbvrW5KfnaNwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2\nXjG4Kvte9nHfRCaexOYNkbQudZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Hongkong Post Root CA 1 O=Hongkong Post\n# Subject: CN=Hongkong Post Root CA 1 O=Hongkong Post\n# Label: \"Hongkong Post Root CA 1\"\n# Serial: 1000\n# MD5 Fingerprint: a8:0d:6f:39:78:b9:43:6d:77:42:6d:98:5a:cc:23:ca\n# SHA1 Fingerprint: d6:da:a8:20:8d:09:d2:15:4d:24:b5:2f:cb:34:6e:b2:58:b2:8a:58\n# SHA256 Fingerprint: f9:e6:7d:33:6c:51:00:2a:c0:54:c6:32:02:2d:66:dd:a2:e7:e3:ff:f1:0a:d0:61:ed:31:d8:bb:b4:10:cf:b2\n-----BEGIN CERTIFICATE-----\nMIIDMDCCAhigAwIBAgICA+gwDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UEBhMCSEsx\nFjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdrb25nIFBvc3Qg\nUm9vdCBDQSAxMB4XDTAzMDUxNTA1MTMxNFoXDTIzMDUxNTA0NTIyOVowRzELMAkG\nA1UEBhMCSEsxFjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdr\nb25nIFBvc3QgUm9vdCBDQSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC\nAQEArP84tulmAknjorThkPlAj3n54r15/gK97iSSHSL22oVyaf7XPwnU3ZG1ApzQ\njVrhVcNQhrkpJsLj2aDxaQMoIIBFIi1WpztUlVYiWR8o3x8gPW2iNr4joLFutbEn\nPzlTCeqrauh0ssJlXI6/fMN4hM2eFvz1Lk8gKgifd/PFHsSaUmYeSF7jEAaPIpjh\nZY4bXSNmO7ilMlHIhqqhqZ5/dpTCpmy3QfDVyAY45tQM4vM7TG1QjMSDJ8EThFk9\nnnV0ttgCXjqQesBCNnLsak3c78QA3xMYV18meMjWCnl3v/evt3a5pQuEF10Q6m/h\nq5URX208o1xNg1vysxmKgIsLhwIDAQABoyYwJDASBgNVHRMBAf8ECDAGAQH/AgED\nMA4GA1UdDwEB/wQEAwIBxjANBgkqhkiG9w0BAQUFAAOCAQEADkbVPK7ih9legYsC\nmEEIjEy82tvuJxuC52pF7BaLT4Wg87JwvVqWuspube5Gi27nKi6Wsxkz67SfqLI3\n7piol7Yutmcn1KZJ/RyTZXaeQi/cImyaT/JaFTmxcdcrUehtHJjA2Sr0oYJ71clB\noiMBdDhViw+5LmeiIAQ32pwL0xch4I+XeTRvhEgCIDMb5jREn5Fw9IBehEPCKdJs\nEhTkYY2sEJCehFC78JZvRZ+K88psT/oROhUVRsPNH4NbLUES7VBnQRM9IauUiqpO\nfMGx+6fWtScvl6tu4B3i0RwsH0Ti/L6RoZz71ilTc4afU9hDDl3WY4JxHYB0yvbi\nAmvZWg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=SecureSign RootCA11 O=Japan Certification Services, Inc.\n# Subject: CN=SecureSign RootCA11 O=Japan Certification Services, Inc.\n# Label: \"SecureSign RootCA11\"\n# Serial: 1\n# MD5 Fingerprint: b7:52:74:e2:92:b4:80:93:f2:75:e4:cc:d7:f2:ea:26\n# SHA1 Fingerprint: 3b:c4:9f:48:f8:f3:73:a0:9c:1e:bd:f8:5b:b1:c3:65:c7:d8:11:b3\n# SHA256 Fingerprint: bf:0f:ee:fb:9e:3a:58:1a:d5:f9:e9:db:75:89:98:57:43:d2:61:08:5c:4d:31:4f:6f:5d:72:59:aa:42:16:12\n-----BEGIN CERTIFICATE-----\nMIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDEr\nMCkGA1UEChMiSmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoG\nA1UEAxMTU2VjdXJlU2lnbiBSb290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0\nMDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSswKQYDVQQKEyJKYXBhbiBDZXJ0aWZp\nY2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1cmVTaWduIFJvb3RD\nQTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/XeqpRyQBTvLTJsz\ni1oURaTnkBbR31fSIRCkF/3frNYfp+TbfPfs37gD2pRY/V1yfIw/XwFndBWW4wI8\nh9uuywGOwvNmxoVF9ALGOrVisq/6nL+k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOV\nMdrAG/LuYpmGYz+/3ZMqg6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9\nUK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rPO7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni\n8McDWc/V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitAbpSACW22s293bzUIUPsC\nh8U+iQIDAQABo0IwQDAdBgNVHQ4EFgQUW/hNT7KlhtQ60vFjmqC+CfZXt94wDgYD\nVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB\nAKChOBZmLqdWHyGcBvod7bkixTgm2E5P7KN/ed5GIaGHd48HCJqypMWvDzKYC3xm\nKbabfSVSSUOrTC4rbnpwrxYO4wJs+0LmGJ1F2FXI6Dvd5+H0LgscNFxsWEr7jIhQ\nX5Ucv+2rIrVls4W6ng+4reV6G4pQOh29Dbx7VFALuUKvVaAYga1lme++5Jy/xIWr\nQbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01y8hSyn+B/tlr0/cR7SXf+Of5\npPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061lgeLKBObjBmN\nQSdJQO7e5iNEOdyhIta6A/I=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd.\n# Subject: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd.\n# Label: \"Microsec e-Szigno Root CA 2009\"\n# Serial: 14014712776195784473\n# MD5 Fingerprint: f8:49:f4:03:bc:44:2d:83:be:48:69:7d:29:64:fc:b1\n# SHA1 Fingerprint: 89:df:74:fe:5c:f4:0f:4a:80:f9:e3:37:7d:54:da:91:e1:01:31:8e\n# SHA256 Fingerprint: 3c:5f:81:fe:a5:fa:b8:2c:64:bf:a2:ea:ec:af:cd:e8:e0:77:fc:86:20:a7:ca:e5:37:16:3d:f3:6e:db:f3:78\n-----BEGIN CERTIFICATE-----\nMIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYD\nVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0\nZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0G\nCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTAeFw0wOTA2MTYxMTMwMThaFw0y\nOTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3Qx\nFjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3pp\nZ25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o\ndTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvP\nkd6mJviZpWNwrZuuyjNAfW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tc\ncbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG0IMZfcChEhyVbUr02MelTTMuhTlAdX4U\nfIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKApxn1ntxVUwOXewdI/5n7\nN4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm1HxdrtbC\nxkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1\n+rUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G\nA1UdDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPM\nPcu1SCOhGnqmKrs0aDAbBgNVHREEFDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqG\nSIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0olZMEyL/azXm4Q5DwpL7v8u8h\nmLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfXI/OMn74dseGk\nddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775\ntyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c\n2Pm2G2JwCz02yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5t\nHMN1Rq41Bab2XD0h7lbwyYIiLXpUq3DDfSJlgnCW\n-----END CERTIFICATE-----\n\n# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3\n# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3\n# Label: \"GlobalSign Root CA - R3\"\n# Serial: 4835703278459759426209954\n# MD5 Fingerprint: c5:df:b8:49:ca:05:13:55:ee:2d:ba:1a:c3:3e:b0:28\n# SHA1 Fingerprint: d6:9b:56:11:48:f0:1c:77:c5:45:78:c1:09:26:df:5b:85:69:76:ad\n# SHA256 Fingerprint: cb:b5:22:d7:b7:f1:27:ad:6a:01:13:86:5b:df:1c:d4:10:2e:7d:07:59:af:63:5a:7c:f4:72:0d:c9:63:c5:3b\n-----BEGIN CERTIFICATE-----\nMIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G\nA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp\nZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4\nMTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG\nA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI\nhvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8\nRgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT\ngHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm\nKPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd\nQQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ\nXriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw\nDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o\nLkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU\nRUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp\njjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK\n6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX\nmcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs\nMx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH\nWD9f\n-----END CERTIFICATE-----\n\n# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068\n# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068\n# Label: \"Autoridad de Certificacion Firmaprofesional CIF A62634068\"\n# Serial: 6047274297262753887\n# MD5 Fingerprint: 73:3a:74:7a:ec:bb:a3:96:a6:c2:e4:e2:c8:9b:c0:c3\n# SHA1 Fingerprint: ae:c5:fb:3f:c8:e1:bf:c4:e5:4f:03:07:5a:9a:e8:00:b7:f7:b6:fa\n# SHA256 Fingerprint: 04:04:80:28:bf:1f:28:64:d4:8f:9a:d4:d8:32:94:36:6a:82:88:56:55:3f:3b:14:30:3f:90:14:7f:5d:40:ef\n-----BEGIN CERTIFICATE-----\nMIIGFDCCA/ygAwIBAgIIU+w77vuySF8wDQYJKoZIhvcNAQEFBQAwUTELMAkGA1UE\nBhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h\ncHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0wOTA1MjAwODM4MTVaFw0zMDEy\nMzEwODM4MTVaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg\nQ2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi\nMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9\nthDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM\ncas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG\nL9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i\nNA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h\nX68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b\nm8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy\nZ/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja\nEbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T\nKI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF\n6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh\nOSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMBIGA1UdEwEB/wQIMAYBAf8CAQEwDgYD\nVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRlzeurNR4APn7VdMActHNHDhpkLzCBpgYD\nVR0gBIGeMIGbMIGYBgRVHSAAMIGPMC8GCCsGAQUFBwIBFiNodHRwOi8vd3d3LmZp\ncm1hcHJvZmVzaW9uYWwuY29tL2NwczBcBggrBgEFBQcCAjBQHk4AUABhAHMAZQBv\nACAAZABlACAAbABhACAAQgBvAG4AYQBuAG8AdgBhACAANAA3ACAAQgBhAHIAYwBl\nAGwAbwBuAGEAIAAwADgAMAAxADcwDQYJKoZIhvcNAQEFBQADggIBABd9oPm03cXF\n661LJLWhAqvdpYhKsg9VSytXjDvlMd3+xDLx51tkljYyGOylMnfX40S2wBEqgLk9\nam58m9Ot/MPWo+ZkKXzR4Tgegiv/J2Wv+xYVxC5xhOW1//qkR71kMrv2JYSiJ0L1\nILDCExARzRAVukKQKtJE4ZYm6zFIEv0q2skGz3QeqUvVhyj5eTSSPi5E6PaPT481\nPyWzOdxjKpBrIF/EUhJOlywqrJ2X3kjyo2bbwtKDlaZmp54lD+kLM5FlClrD2VQS\n3a/DTg4fJl4N3LON7NWBcN7STyQF82xO9UxJZo3R/9ILJUFI/lGExkKvgATP0H5k\nSeTy36LssUzAKh3ntLFlosS88Zj0qnAHY7S42jtM+kAiMFsRpvAFDsYCA0irhpuF\n3dvd6qJ2gHN99ZwExEWN57kci57q13XRcrHedUTnQn3iV2t93Jm8PYMo6oCTjcVM\nZcFwgbg4/EMxsvYDNEeyrPsiBsse3RdHHF9mudMaotoRsaS8I8nkvof/uZS2+F0g\nStRf571oe2XyFR7SOqkt6dhrJKyXWERHrVkY8SFlcN7ONGCoQPHzPKTDKCOM/icz\nQ0CgFzzr6juwcqajuUpLXhZI9LK8yIySxZ2frHI2vDSANGupi5LAuBft7HZT9SQB\njLMi6Et8Vcad+qMUu2WFbm5PEn4KPJ2V\n-----END CERTIFICATE-----\n\n# Issuer: CN=Izenpe.com O=IZENPE S.A.\n# Subject: CN=Izenpe.com O=IZENPE S.A.\n# Label: \"Izenpe.com\"\n# Serial: 917563065490389241595536686991402621\n# MD5 Fingerprint: a6:b0:cd:85:80:da:5c:50:34:a3:39:90:2f:55:67:73\n# SHA1 Fingerprint: 2f:78:3d:25:52:18:a7:4a:65:39:71:b5:2c:a2:9c:45:15:6f:e9:19\n# SHA256 Fingerprint: 25:30:cc:8e:98:32:15:02:ba:d9:6f:9b:1f:ba:1b:09:9e:2d:29:9e:0f:45:48:bb:91:4f:36:3b:c0:d4:53:1f\n-----BEGIN CERTIFICATE-----\nMIIF8TCCA9mgAwIBAgIQALC3WhZIX7/hy/WL1xnmfTANBgkqhkiG9w0BAQsFADA4\nMQswCQYDVQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6\nZW5wZS5jb20wHhcNMDcxMjEzMTMwODI4WhcNMzcxMjEzMDgyNzI1WjA4MQswCQYD\nVQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6ZW5wZS5j\nb20wggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDJ03rKDx6sp4boFmVq\nscIbRTJxldn+EFvMr+eleQGPicPK8lVx93e+d5TzcqQsRNiekpsUOqHnJJAKClaO\nxdgmlOHZSOEtPtoKct2jmRXagaKH9HtuJneJWK3W6wyyQXpzbm3benhB6QiIEn6H\nLmYRY2xU+zydcsC8Lv/Ct90NduM61/e0aL6i9eOBbsFGb12N4E3GVFWJGjMxCrFX\nuaOKmMPsOzTFlUFpfnXCPCDFYbpRR6AgkJOhkEvzTnyFRVSa0QUmQbC1TR0zvsQD\nyCV8wXDbO/QJLVQnSKwv4cSsPsjLkkxTOTcj7NMB+eAJRE1NZMDhDVqHIrytG6P+\nJrUV86f8hBnp7KGItERphIPzidF0BqnMC9bC3ieFUCbKF7jJeodWLBoBHmy+E60Q\nrLUk9TiRodZL2vG70t5HtfG8gfZZa88ZU+mNFctKy6lvROUbQc/hhqfK0GqfvEyN\nBjNaooXlkDWgYlwWTvDjovoDGrQscbNYLN57C9saD+veIR8GdwYDsMnvmfzAuU8L\nhij+0rnq49qlw0dpEuDb8PYZi+17cNcC1u2HGCgsBCRMd+RIihrGO5rUD8r6ddIB\nQFqNeb+Lz0vPqhbBleStTIo+F5HUsWLlguWABKQDfo2/2n+iD5dPDNMN+9fR5XJ+\nHMh3/1uaD7euBUbl8agW7EekFwIDAQABo4H2MIHzMIGwBgNVHREEgagwgaWBD2lu\nZm9AaXplbnBlLmNvbaSBkTCBjjFHMEUGA1UECgw+SVpFTlBFIFMuQS4gLSBDSUYg\nQTAxMzM3MjYwLVJNZXJjLlZpdG9yaWEtR2FzdGVpeiBUMTA1NSBGNjIgUzgxQzBB\nBgNVBAkMOkF2ZGEgZGVsIE1lZGl0ZXJyYW5lbyBFdG9yYmlkZWEgMTQgLSAwMTAx\nMCBWaXRvcmlhLUdhc3RlaXowDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC\nAQYwHQYDVR0OBBYEFB0cZQ6o8iV7tJHP5LGx5r1VdGwFMA0GCSqGSIb3DQEBCwUA\nA4ICAQB4pgwWSp9MiDrAyw6lFn2fuUhfGI8NYjb2zRlrrKvV9pF9rnHzP7MOeIWb\nlaQnIUdCSnxIOvVFfLMMjlF4rJUT3sb9fbgakEyrkgPH7UIBzg/YsfqikuFgba56\nawmqxinuaElnMIAkejEWOVt+8Rwu3WwJrfIxwYJOubv5vr8qhT/AQKM6WfxZSzwo\nJNu0FXWuDYi6LnPAvViH5ULy617uHjAimcs30cQhbIHsvm0m5hzkQiCeR7Csg1lw\nLDXWrzY0tM07+DKo7+N4ifuNRSzanLh+QBxh5z6ikixL8s36mLYp//Pye6kfLqCT\nVyvehQP5aTfLnnhqBbTFMXiJ7HqnheG5ezzevh55hM6fcA5ZwjUukCox2eRFekGk\nLhObNA5me0mrZJfQRsN5nXJQY6aYWwa9SG3YOYNw6DXwBdGqvOPbyALqfP2C2sJb\nUjWumDqtujWTI6cfSN01RpiyEGjkpTHCClguGYEQyVB1/OpaFs4R1+7vUIgtYf8/\nQnMFlEPVjjxOAToZpR9GTnfQXeWBIiGH/pR9hNiTrdZoQ0iy2+tzJOeRf1SktoA+\nnaM8THLCV8Sg1Mw4J87VBp6iSNnpn86CcDaTmjvfliHjWbcM2pE38P1ZWrOZyGls\nQyYBNWNgVYkDOnXYukrZVP/u3oDYLdE41V4tC5h9Pmzb/CaIxw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc.\n# Subject: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc.\n# Label: \"Go Daddy Root Certificate Authority - G2\"\n# Serial: 0\n# MD5 Fingerprint: 80:3a:bc:22:c1:e6:fb:8d:9b:3b:27:4a:32:1b:9a:01\n# SHA1 Fingerprint: 47:be:ab:c9:22:ea:e8:0e:78:78:34:62:a7:9f:45:c2:54:fd:e6:8b\n# SHA256 Fingerprint: 45:14:0b:32:47:eb:9c:c8:c5:b4:f0:d7:b5:30:91:f7:32:92:08:9e:6e:5a:63:e2:74:9d:d3:ac:a9:19:8e:da\n-----BEGIN CERTIFICATE-----\nMIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx\nEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT\nEUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp\nZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz\nNTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH\nEwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE\nAxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw\nDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD\nE6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH\n/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy\nDfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh\nGkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR\ntDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA\nAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE\nFDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX\nWWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu\n9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr\ngIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo\n2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO\nLPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI\n4uJEvlz36hz1\n-----END CERTIFICATE-----\n\n# Issuer: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc.\n# Subject: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc.\n# Label: \"Starfield Root Certificate Authority - G2\"\n# Serial: 0\n# MD5 Fingerprint: d6:39:81:c6:52:7e:96:69:fc:fc:ca:66:ed:05:f2:96\n# SHA1 Fingerprint: b5:1c:06:7c:ee:2b:0c:3d:f8:55:ab:2d:92:f4:fe:39:d4:e7:0f:0e\n# SHA256 Fingerprint: 2c:e1:cb:0b:f9:d2:f9:e1:02:99:3f:be:21:51:52:c3:b2:dd:0c:ab:de:1c:68:e5:31:9b:83:91:54:db:b7:f5\n-----BEGIN CERTIFICATE-----\nMIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx\nEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT\nHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs\nZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw\nMFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6\nb25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj\naG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp\nY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC\nggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg\nnLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1\nHOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N\nHwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN\ndloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0\nHZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO\nBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G\nCSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU\nsHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3\n4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg\n8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K\npL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1\nmMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0\n-----END CERTIFICATE-----\n\n# Issuer: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc.\n# Subject: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc.\n# Label: \"Starfield Services Root Certificate Authority - G2\"\n# Serial: 0\n# MD5 Fingerprint: 17:35:74:af:7b:61:1c:eb:f4:f9:3c:e2:ee:40:f9:a2\n# SHA1 Fingerprint: 92:5a:8f:8d:2c:6d:04:e0:66:5f:59:6a:ff:22:d8:63:e8:25:6f:3f\n# SHA256 Fingerprint: 56:8d:69:05:a2:c8:87:08:a4:b3:02:51:90:ed:cf:ed:b1:97:4a:60:6a:13:c6:e5:29:0f:cb:2a:e6:3e:da:b5\n-----BEGIN CERTIFICATE-----\nMIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx\nEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT\nHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs\nZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5\nMDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD\nVQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy\nZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy\ndmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI\nhvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p\nOsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2\n8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K\nTs9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe\nhRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk\n6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw\nDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q\nAdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI\nbw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB\nve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z\nqwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd\niEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn\n0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN\nsSi6\n-----END CERTIFICATE-----\n\n# Issuer: CN=AffirmTrust Commercial O=AffirmTrust\n# Subject: CN=AffirmTrust Commercial O=AffirmTrust\n# Label: \"AffirmTrust Commercial\"\n# Serial: 8608355977964138876\n# MD5 Fingerprint: 82:92:ba:5b:ef:cd:8a:6f:a6:3d:55:f9:84:f6:d6:b7\n# SHA1 Fingerprint: f9:b5:b6:32:45:5f:9c:be:ec:57:5f:80:dc:e9:6e:2c:c7:b2:78:b7\n# SHA256 Fingerprint: 03:76:ab:1d:54:c5:f9:80:3c:e4:b2:e2:01:a0:ee:7e:ef:7b:57:b6:36:e8:a9:3c:9b:8d:48:60:c9:6f:5f:a7\n-----BEGIN CERTIFICATE-----\nMIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE\nBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz\ndCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL\nMAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp\ncm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC\nAQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP\nHx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr\nba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL\nMeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1\nyHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr\nVwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/\nnx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ\nKoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG\nXUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj\nvbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt\nZ8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g\nN53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC\nnlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8=\n-----END CERTIFICATE-----\n\n# Issuer: CN=AffirmTrust Networking O=AffirmTrust\n# Subject: CN=AffirmTrust Networking O=AffirmTrust\n# Label: \"AffirmTrust Networking\"\n# Serial: 8957382827206547757\n# MD5 Fingerprint: 42:65:ca:be:01:9a:9a:4c:a9:8c:41:49:cd:c0:d5:7f\n# SHA1 Fingerprint: 29:36:21:02:8b:20:ed:02:f5:66:c5:32:d1:d6:ed:90:9f:45:00:2f\n# SHA256 Fingerprint: 0a:81:ec:5a:92:97:77:f1:45:90:4a:f3:8d:5d:50:9f:66:b5:e2:c5:8f:cd:b5:31:05:8b:0e:17:f3:f0:b4:1b\n-----BEGIN CERTIFICATE-----\nMIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE\nBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz\ndCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL\nMAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp\ncm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC\nAQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y\nYJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua\nkCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL\nQESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp\n6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG\nyH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i\nQLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ\nKoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO\ntDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu\nQY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ\nLgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u\nolu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48\nx3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s=\n-----END CERTIFICATE-----\n\n# Issuer: CN=AffirmTrust Premium O=AffirmTrust\n# Subject: CN=AffirmTrust Premium O=AffirmTrust\n# Label: \"AffirmTrust Premium\"\n# Serial: 7893706540734352110\n# MD5 Fingerprint: c4:5d:0e:48:b6:ac:28:30:4e:0a:bc:f9:38:16:87:57\n# SHA1 Fingerprint: d8:a6:33:2c:e0:03:6f:b1:85:f6:63:4f:7d:6a:06:65:26:32:28:27\n# SHA256 Fingerprint: 70:a7:3f:7f:37:6b:60:07:42:48:90:45:34:b1:14:82:d5:bf:0e:69:8e:cc:49:8d:f5:25:77:eb:f2:e9:3b:9a\n-----BEGIN CERTIFICATE-----\nMIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE\nBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz\ndCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG\nA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U\ncnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf\nqV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ\nJG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ\n+jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS\ns8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5\nHMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7\n70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG\nV+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S\nqHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S\n5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia\nC1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX\nOwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE\nFJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/\nBAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2\nKI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg\nNt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B\n8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ\nMKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc\n0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ\nu4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF\nu+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH\nYoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8\nGKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO\nRtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e\nKeC2uAloGRwYQw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=AffirmTrust Premium ECC O=AffirmTrust\n# Subject: CN=AffirmTrust Premium ECC O=AffirmTrust\n# Label: \"AffirmTrust Premium ECC\"\n# Serial: 8401224907861490260\n# MD5 Fingerprint: 64:b0:09:55:cf:b1:d5:99:e2:be:13:ab:a6:5d:ea:4d\n# SHA1 Fingerprint: b8:23:6b:00:2f:1d:16:86:53:01:55:6c:11:a4:37:ca:eb:ff:c3:bb\n# SHA256 Fingerprint: bd:71:fd:f6:da:97:e4:cf:62:d1:64:7a:dd:25:81:b0:7d:79:ad:f8:39:7e:b4:ec:ba:9c:5e:84:88:82:14:23\n-----BEGIN CERTIFICATE-----\nMIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC\nVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ\ncmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ\nBgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt\nVHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D\n0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9\nss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G\nA1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G\nA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs\naobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I\nflc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority\n# Subject: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority\n# Label: \"Certum Trusted Network CA\"\n# Serial: 279744\n# MD5 Fingerprint: d5:e9:81:40:c5:18:69:fc:46:2c:89:75:62:0f:aa:78\n# SHA1 Fingerprint: 07:e0:32:e0:20:b7:2c:3f:19:2f:06:28:a2:59:3a:19:a7:0f:06:9e\n# SHA256 Fingerprint: 5c:58:46:8d:55:f5:8e:49:7e:74:39:82:d2:b5:00:10:b6:d1:65:37:4a:cf:83:a7:d4:a3:2d:b7:68:c4:40:8e\n-----BEGIN CERTIFICATE-----\nMIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBM\nMSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5D\nZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBU\ncnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIyMTIwNzM3WhcNMjkxMjMxMTIwNzM3\nWjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMg\nUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSIw\nIAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0B\nAQEFAAOCAQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rH\nUV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM\nTXPb865Px1bVWqeWifrzq2jUI4ZZJ88JJ7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVU\nBBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4fOQtf/WsX+sWn7Et0brM\nkUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x\nAcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNV\nHRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV\nHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y\nsHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL\nI9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1mS1FhIrlQgnXdAIv94nYmem8\nJ9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5ajZt3hrvJBW8qY\nVoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI\n03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw=\n-----END CERTIFICATE-----\n\n# Issuer: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA\n# Subject: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA\n# Label: \"TWCA Root Certification Authority\"\n# Serial: 1\n# MD5 Fingerprint: aa:08:8f:f6:f9:7b:b7:f2:b1:a7:1e:9b:ea:ea:bd:79\n# SHA1 Fingerprint: cf:9e:87:6d:d3:eb:fc:42:26:97:a3:b5:a3:7a:a0:76:a9:06:23:48\n# SHA256 Fingerprint: bf:d8:8f:e1:10:1c:41:ae:3e:80:1b:f8:be:56:35:0e:e9:ba:d1:a6:b9:bd:51:5e:dc:5c:6d:5b:87:11:ac:44\n-----BEGIN CERTIFICATE-----\nMIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzES\nMBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFU\nV0NBIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMz\nWhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJVEFJV0FO\nLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlm\naWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB\nAQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFE\nAcK0HMMxQhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HH\nK3XLfJ+utdGdIzdjp9xCoi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeX\nRfwZVzsrb+RH9JlF/h3x+JejiB03HFyP4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/z\nrX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx\n3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV\nHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkq\nhkiG9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeC\nMErJk/9q56YAf4lCmtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdls\nXebQ79NqZp4VKIV66IIArB6nCWlWQtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62D\nlhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVYT0bf+215WfKEIlKuD8z7fDvn\naspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocnyYh0igzyXxfkZ\nYiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw==\n-----END CERTIFICATE-----\n\n# Issuer: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2\n# Subject: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2\n# Label: \"Security Communication RootCA2\"\n# Serial: 0\n# MD5 Fingerprint: 6c:39:7d:a4:0e:55:59:b2:3f:d6:41:b1:12:50:de:43\n# SHA1 Fingerprint: 5f:3b:8c:f2:f8:10:b3:7d:78:b4:ce:ec:19:19:c3:73:34:b9:c7:74\n# SHA256 Fingerprint: 51:3b:2c:ec:b8:10:d4:cd:e5:dd:85:39:1a:df:c6:c2:dd:60:d8:7b:b7:36:d2:b5:21:48:4a:a4:7a:0e:be:f6\n-----BEGIN CERTIFICATE-----\nMIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDEl\nMCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMe\nU2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoX\nDTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRy\ndXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmlj\nYXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANAV\nOVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGr\nzbl+dp+++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVM\nVAX3NuRFg3sUZdbcDE3R3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQ\nhNBqyjoGADdH5H5XTz+L62e4iKrFvlNVspHEfbmwhRkGeC7bYRr6hfVKkaHnFtWO\nojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1KEOtOghY6rCcMU/Gt1SSw\nawNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8QIH4D5cs\nOPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3\nDQEBCwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpF\ncoJxDjrSzG+ntKEju/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXc\nokgfGT+Ok+vx+hfuzU7jBBJV1uXk3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8\nt/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6qtnRGEmyR7jTV7JqR50S+kDFy\n1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29mvVXIwAHIRc/\nSjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03\n-----END CERTIFICATE-----\n\n# Issuer: CN=EC-ACC O=Agencia Catalana de Certificacio (NIF Q-0801176-I) OU=Serveis Publics de Certificacio/Vegeu https://www.catcert.net/verarrel (c)03/Jerarquia Entitats de Certificacio Catalanes\n# Subject: CN=EC-ACC O=Agencia Catalana de Certificacio (NIF Q-0801176-I) OU=Serveis Publics de Certificacio/Vegeu https://www.catcert.net/verarrel (c)03/Jerarquia Entitats de Certificacio Catalanes\n# Label: \"EC-ACC\"\n# Serial: -23701579247955709139626555126524820479\n# MD5 Fingerprint: eb:f5:9d:29:0d:61:f9:42:1f:7c:c2:ba:6d:e3:15:09\n# SHA1 Fingerprint: 28:90:3a:63:5b:52:80:fa:e6:77:4c:0b:6d:a7:d6:ba:a6:4a:f2:e8\n# SHA256 Fingerprint: 88:49:7f:01:60:2f:31:54:24:6a:e2:8c:4d:5a:ef:10:f1:d8:7e:bb:76:62:6f:4a:e0:b7:f9:5b:a7:96:87:99\n-----BEGIN CERTIFICATE-----\nMIIFVjCCBD6gAwIBAgIQ7is969Qh3hSoYqwE893EATANBgkqhkiG9w0BAQUFADCB\n8zELMAkGA1UEBhMCRVMxOzA5BgNVBAoTMkFnZW5jaWEgQ2F0YWxhbmEgZGUgQ2Vy\ndGlmaWNhY2lvIChOSUYgUS0wODAxMTc2LUkpMSgwJgYDVQQLEx9TZXJ2ZWlzIFB1\nYmxpY3MgZGUgQ2VydGlmaWNhY2lvMTUwMwYDVQQLEyxWZWdldSBodHRwczovL3d3\ndy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbCAoYykwMzE1MDMGA1UECxMsSmVyYXJxdWlh\nIEVudGl0YXRzIGRlIENlcnRpZmljYWNpbyBDYXRhbGFuZXMxDzANBgNVBAMTBkVD\nLUFDQzAeFw0wMzAxMDcyMzAwMDBaFw0zMTAxMDcyMjU5NTlaMIHzMQswCQYDVQQG\nEwJFUzE7MDkGA1UEChMyQWdlbmNpYSBDYXRhbGFuYSBkZSBDZXJ0aWZpY2FjaW8g\nKE5JRiBRLTA4MDExNzYtSSkxKDAmBgNVBAsTH1NlcnZlaXMgUHVibGljcyBkZSBD\nZXJ0aWZpY2FjaW8xNTAzBgNVBAsTLFZlZ2V1IGh0dHBzOi8vd3d3LmNhdGNlcnQu\nbmV0L3ZlcmFycmVsIChjKTAzMTUwMwYDVQQLEyxKZXJhcnF1aWEgRW50aXRhdHMg\nZGUgQ2VydGlmaWNhY2lvIENhdGFsYW5lczEPMA0GA1UEAxMGRUMtQUNDMIIBIjAN\nBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsyLHT+KXQpWIR4NA9h0X84NzJB5R\n85iKw5K4/0CQBXCHYMkAqbWUZRkiFRfCQ2xmRJoNBD45b6VLeqpjt4pEndljkYRm\n4CgPukLjbo73FCeTae6RDqNfDrHrZqJyTxIThmV6PttPB/SnCWDaOkKZx7J/sxaV\nHMf5NLWUhdWZXqBIoH7nF2W4onW4HvPlQn2v7fOKSGRdghST2MDk/7NQcvJ29rNd\nQlB50JQ+awwAvthrDk4q7D7SzIKiGGUzE3eeml0aE9jD2z3Il3rucO2n5nzbcc8t\nlGLfbdb1OL4/pYUKGbio2Al1QnDE6u/LDsg0qBIimAy4E5S2S+zw0JDnJwIDAQAB\no4HjMIHgMB0GA1UdEQQWMBSBEmVjX2FjY0BjYXRjZXJ0Lm5ldDAPBgNVHRMBAf8E\nBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUoMOLRKo3pUW/l4Ba0fF4\nopvpXY0wfwYDVR0gBHgwdjB0BgsrBgEEAfV4AQMBCjBlMCwGCCsGAQUFBwIBFiBo\ndHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbDA1BggrBgEFBQcCAjApGidW\nZWdldSBodHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbCAwDQYJKoZIhvcN\nAQEFBQADggEBAKBIW4IB9k1IuDlVNZyAelOZ1Vr/sXE7zDkJlF7W2u++AVtd0x7Y\n/X1PzaBB4DSTv8vihpw3kpBWHNzrKQXlxJ7HNd+KDM3FIUPpqojlNcAZQmNaAl6k\nSBg6hW/cnbw/nZzBh7h6YQjpdwt/cKt63dmXLGQehb+8dJahw3oS7AwaboMMPOhy\nRp/7SNVel+axofjk70YllJyJ22k4vuxcDlbHZVHlUIiIv0LVKz3l+bqeLrPK9HOS\nAgu+TGbrIP65y7WZf+a2E/rKS03Z7lNGBjvGTq2TWoF+bCpLagVFjPIhpDGQh2xl\nnJ2lYJU6Un/10asIbvPuW/mIPX64b24D5EI=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967\n# Subject: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967\n# Label: \"Actalis Authentication Root CA\"\n# Serial: 6271844772424770508\n# MD5 Fingerprint: 69:c1:0d:4f:07:a3:1b:c3:fe:56:3d:04:bc:11:f6:a6\n# SHA1 Fingerprint: f3:73:b3:87:06:5a:28:84:8a:f2:f3:4a:ce:19:2b:dd:c7:8e:9c:ac\n# SHA256 Fingerprint: 55:92:60:84:ec:96:3a:64:b9:6e:2a:be:01:ce:0b:a8:6a:64:fb:fe:bc:c7:aa:b5:af:c1:55:b3:7f:d7:60:66\n-----BEGIN CERTIFICATE-----\nMIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE\nBhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w\nMzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290\nIENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC\nSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1\nODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv\nUTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX\n4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9\nKK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/\ngCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb\nrxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ\n51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F\nbe8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe\nKF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F\nv6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn\nfpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7\njPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz\nezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt\nifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL\ne3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70\njsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz\nWochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V\nSM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j\npwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX\nX04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok\nfcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R\nK4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU\nZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU\nLysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT\nLnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Buypass Class 2 Root CA O=Buypass AS-983163327\n# Subject: CN=Buypass Class 2 Root CA O=Buypass AS-983163327\n# Label: \"Buypass Class 2 Root CA\"\n# Serial: 2\n# MD5 Fingerprint: 46:a7:d2:fe:45:fb:64:5a:a8:59:90:9b:78:44:9b:29\n# SHA1 Fingerprint: 49:0a:75:74:de:87:0a:47:fe:58:ee:f6:c7:6b:eb:c6:0b:12:40:99\n# SHA256 Fingerprint: 9a:11:40:25:19:7c:5b:b9:5d:94:e6:3d:55:cd:43:79:08:47:b6:46:b2:3c:df:11:ad:a4:a0:0e:ff:15:fb:48\n-----BEGIN CERTIFICATE-----\nMIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd\nMBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg\nQ2xhc3MgMiBSb290IENBMB4XDTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1ow\nTjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw\nHgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB\nBQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1g1Lr\n6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPV\nL4O2fuPn9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC91\n1K2GScuVr1QGbNgGE41b/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHx\nMlAQTn/0hpPshNOOvEu/XAFOBz3cFIqUCqTqc/sLUegTBxj6DvEr0VQVfTzh97QZ\nQmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeffawrbD02TTqigzXsu8lkB\narcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgIzRFo1clr\nUs3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLi\nFRhnBkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRS\nP/TizPJhk9H9Z2vXUq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN\n9SG9dKpN6nIDSdvHXx1iY8f93ZHsM+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxP\nAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMmAd+BikoL1Rpzz\nuvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAU18h\n9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s\nA20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3t\nOluwlN5E40EIosHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo\n+fsicdl9sz1Gv7SEr5AcD48Saq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7\nKcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2\nDISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWDLfJ6v9r9jv6ly0Us\nH8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0oyLQ\nI+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7\n5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h\n3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPz\nY11aWOIv4x3kqdbQCtCev9eBCfHJxyYNrJgWVqA=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Buypass Class 3 Root CA O=Buypass AS-983163327\n# Subject: CN=Buypass Class 3 Root CA O=Buypass AS-983163327\n# Label: \"Buypass Class 3 Root CA\"\n# Serial: 2\n# MD5 Fingerprint: 3d:3b:18:9e:2c:64:5a:e8:d5:88:ce:0e:f9:37:c2:ec\n# SHA1 Fingerprint: da:fa:f7:fa:66:84:ec:06:8f:14:50:bd:c7:c2:81:a5:bc:a9:64:57\n# SHA256 Fingerprint: ed:f7:eb:bc:a2:7a:2a:38:4d:38:7b:7d:40:10:c6:66:e2:ed:b4:84:3e:4c:29:b4:ae:1d:5b:93:32:e6:b2:4d\n-----BEGIN CERTIFICATE-----\nMIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd\nMBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg\nQ2xhc3MgMyBSb290IENBMB4XDTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFow\nTjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw\nHgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB\nBQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRHsJ8Y\nZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3E\nN3coTRiR5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9\ntznDDgFHmV0ST9tD+leh7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX\n0DJq1l1sDPGzbjniazEuOQAnFN44wOwZZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c\n/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH2xc519woe2v1n/MuwU8X\nKhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV/afmiSTY\nzIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvS\nO1UQRwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D\n34xFMFbG02SrZvPAXpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgP\nK9Dx2hzLabjKSWJtyNBjYt1gD1iqj6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3\nAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFEe4zf/lb+74suwv\nTg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAACAj\nQTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV\ncSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXS\nIGrs/CIBKM+GuIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2\nHJLw5QY33KbmkJs4j1xrG0aGQ0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsa\nO5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8ZORK15FTAaggiG6cX0S5y2CBNOxv\n033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2KSb12tjE8nVhz36u\ndmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz6MkE\nkbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg41\n3OEMXbugUZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvD\nu79leNKGef9JOxqDDPDeeOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq\n4/g7u9xN12TyUb7mqqta6THuBrxzvxNiCp/HuZc=\n-----END CERTIFICATE-----\n\n# Issuer: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center\n# Subject: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center\n# Label: \"T-TeleSec GlobalRoot Class 3\"\n# Serial: 1\n# MD5 Fingerprint: ca:fb:40:a8:4e:39:92:8a:1d:fe:8e:2f:c4:27:ea:ef\n# SHA1 Fingerprint: 55:a6:72:3e:cb:f2:ec:cd:c3:23:74:70:19:9d:2a:be:11:e3:81:d1\n# SHA256 Fingerprint: fd:73:da:d3:1c:64:4f:f1:b4:3b:ef:0c:cd:da:96:71:0b:9c:d9:87:5e:ca:7e:31:70:7a:f3:e9:6d:52:2b:bd\n-----BEGIN CERTIFICATE-----\nMIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx\nKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd\nBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl\nYyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgxMDAxMTAyOTU2WhcNMzMxMDAxMjM1\nOTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy\naXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50\nZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0G\nCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN\n8ELg63iIVl6bmlQdTQyK9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/\nRLyTPWGrTs0NvvAgJ1gORH8EGoel15YUNpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4\nhqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZFiP0Zf3WHHx+xGwpzJFu5\nZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W0eDrXltM\nEnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGj\nQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1\nA/d2O2GCahKqGFPrAyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOy\nWL6ukK2YJ5f+AbGwUgC4TeQbIXQbfsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ\n1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzTucpH9sry9uetuUg/vBa3wW30\n6gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7hP0HHRwA11fXT\n91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml\ne9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4p\nTpPDpFQUWw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH\n# Subject: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH\n# Label: \"D-TRUST Root Class 3 CA 2 2009\"\n# Serial: 623603\n# MD5 Fingerprint: cd:e0:25:69:8d:47:ac:9c:89:35:90:f7:fd:51:3d:2f\n# SHA1 Fingerprint: 58:e8:ab:b0:36:15:33:fb:80:f7:9b:1b:6d:29:d3:ff:8d:5f:00:f0\n# SHA256 Fingerprint: 49:e7:a4:42:ac:f0:ea:62:87:05:00:54:b5:25:64:b6:50:e4:f4:9e:42:e3:48:d6:aa:38:e0:39:e9:57:b1:c1\n-----BEGIN CERTIFICATE-----\nMIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF\nMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD\nbGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha\nME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM\nHkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB\nBQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03\nUAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42\ntSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R\nySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM\nlFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp\n/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G\nA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G\nA1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj\ndG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy\nMENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl\ncmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js\nL2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL\nBQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni\nacfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0\no3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K\nzCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8\nPIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y\nJohw1+qRzT65ysCQblrGXnRl11z+o+I=\n-----END CERTIFICATE-----\n\n# Issuer: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH\n# Subject: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH\n# Label: \"D-TRUST Root Class 3 CA 2 EV 2009\"\n# Serial: 623604\n# MD5 Fingerprint: aa:c6:43:2c:5e:2d:cd:c4:34:c0:50:4f:11:02:4f:b6\n# SHA1 Fingerprint: 96:c9:1b:0b:95:b4:10:98:42:fa:d0:d8:22:79:fe:60:fa:b9:16:83\n# SHA256 Fingerprint: ee:c5:49:6b:98:8c:e9:86:25:b9:34:09:2e:ec:29:08:be:d0:b0:f3:16:c2:d4:73:0c:84:ea:f1:f3:d3:48:81\n-----BEGIN CERTIFICATE-----\nMIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF\nMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD\nbGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw\nNDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV\nBAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI\nhvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn\nljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0\n3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z\nqQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR\np75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8\nHgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw\nggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea\nHNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw\nOi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh\nc3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E\nRT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt\ndHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku\nY3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp\n3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05\nnsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF\nCSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na\nxpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX\nKVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1\n-----END CERTIFICATE-----\n\n# Issuer: CN=CA Disig Root R2 O=Disig a.s.\n# Subject: CN=CA Disig Root R2 O=Disig a.s.\n# Label: \"CA Disig Root R2\"\n# Serial: 10572350602393338211\n# MD5 Fingerprint: 26:01:fb:d8:27:a7:17:9a:45:54:38:1a:43:01:3b:03\n# SHA1 Fingerprint: b5:61:eb:ea:a4:de:e4:25:4b:69:1a:98:a5:57:47:c2:34:c7:d9:71\n# SHA256 Fingerprint: e2:3d:4a:03:6d:7b:70:e9:f5:95:b1:42:20:79:d2:b9:1e:df:bb:1f:b6:51:a0:63:3e:aa:8a:9d:c5:f8:07:03\n-----BEGIN CERTIFICATE-----\nMIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV\nBAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu\nMRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy\nMDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx\nEzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw\nggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe\nNcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH\nPWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I\nx2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe\nQTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR\nyyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO\nQG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912\nH9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ\nQfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD\ni/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs\nnLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1\nrqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud\nDwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI\nhvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM\ntCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf\nGopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb\nlvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka\n+elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal\nTFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i\nnSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3\ngzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr\nG5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os\nzMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x\nL4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL\n-----END CERTIFICATE-----\n\n# Issuer: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV\n# Subject: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV\n# Label: \"ACCVRAIZ1\"\n# Serial: 6828503384748696800\n# MD5 Fingerprint: d0:a0:5a:ee:05:b6:09:94:21:a1:7d:f1:b2:29:82:02\n# SHA1 Fingerprint: 93:05:7a:88:15:c6:4f:ce:88:2f:fa:91:16:52:28:78:bc:53:64:17\n# SHA256 Fingerprint: 9a:6e:c0:12:e1:a7:da:9d:be:34:19:4d:47:8a:d7:c0:db:18:22:fb:07:1d:f1:29:81:49:6e:d1:04:38:41:13\n-----BEGIN CERTIFICATE-----\nMIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE\nAwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw\nCQYDVQQGEwJFUzAeFw0xMTA1MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQ\nBgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwHUEtJQUNDVjENMAsGA1UECgwEQUND\nVjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCb\nqau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gMjmoY\nHtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWo\nG2ioPej0RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpA\nlHPrzg5XPAOBOp0KoVdDaaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhr\nIA8wKFSVf+DuzgpmndFALW4ir50awQUZ0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/\n0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDGWuzndN9wrqODJerWx5eH\nk6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs78yM2x/47\n4KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMO\nm3WR5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpa\ncXpkatcnYGMN285J9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPl\nuUsXQA+xtrn13k/c4LOsOxFwYIRKQ26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYI\nKwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRwOi8vd3d3LmFjY3YuZXMvZmls\nZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEuY3J0MB8GCCsG\nAQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2\nVuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeT\nVfZW6oHlNsyMHj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIG\nCCsGAQUFBwICMIIBFB6CARAAQQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUA\ncgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBhAO0AegAgAGQAZQAgAGwAYQAgAEEA\nQwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUAYwBuAG8AbABvAGcA\n7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBjAHQA\ncgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAA\nQwBQAFMAIABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUA\nczAwBggrBgEFBQcCARYkaHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2Mu\naHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRt\naW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2MV9kZXIuY3JsMA4GA1Ud\nDwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZIhvcNAQEF\nBQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdp\nD70ER9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gU\nJyCpZET/LtZ1qmxNYEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+m\nAM/EKXMRNt6GGT6d7hmKG9Ww7Y49nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepD\nvV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJTS+xJlsndQAJxGJ3KQhfnlms\ntn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3sCPdK6jT2iWH\n7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h\nI6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szA\nh1xA2syVP1XgNce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xF\nd3+YJ5oyXSrjhO7FmGYvliAd3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2H\npPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7\n-----END CERTIFICATE-----\n\n# Issuer: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA\n# Subject: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA\n# Label: \"TWCA Global Root CA\"\n# Serial: 3262\n# MD5 Fingerprint: f9:03:7e:cf:e6:9e:3c:73:7a:2a:90:07:69:ff:2b:96\n# SHA1 Fingerprint: 9c:bb:48:53:f6:a4:f6:d3:52:a4:e8:32:52:55:60:13:f5:ad:af:65\n# SHA256 Fingerprint: 59:76:90:07:f7:68:5d:0f:cd:50:87:2f:9f:95:d5:75:5a:5b:2b:45:7d:81:f3:69:2b:61:0a:98:67:2f:0e:1b\n-----BEGIN CERTIFICATE-----\nMIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx\nEjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT\nVFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5\nNTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT\nB1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG\nSIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF\n10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz\n0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh\nMBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH\nzIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc\n46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2\nyKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi\nlaLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP\noA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA\nBDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE\nqYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm\n4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB\n/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL\n1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn\nLhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF\nH6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo\nRI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+\nnile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh\n15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW\n6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW\nnsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j\nwa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz\naGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy\nKwbQBM0=\n-----END CERTIFICATE-----\n\n# Issuer: CN=TeliaSonera Root CA v1 O=TeliaSonera\n# Subject: CN=TeliaSonera Root CA v1 O=TeliaSonera\n# Label: \"TeliaSonera Root CA v1\"\n# Serial: 199041966741090107964904287217786801558\n# MD5 Fingerprint: 37:41:49:1b:18:56:9a:26:f5:ad:c2:66:fb:40:a5:4c\n# SHA1 Fingerprint: 43:13:bb:96:f1:d5:86:9b:c1:4e:6a:92:f6:cf:f6:34:69:87:82:37\n# SHA256 Fingerprint: dd:69:36:fe:21:f8:f0:77:c1:23:a1:a5:21:c1:22:24:f7:22:55:b7:3e:03:a7:26:06:93:e8:a2:4b:0f:a3:89\n-----BEGIN CERTIFICATE-----\nMIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAw\nNzEUMBIGA1UECgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJv\nb3QgQ0EgdjEwHhcNMDcxMDE4MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYD\nVQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwWVGVsaWFTb25lcmEgUm9vdCBDQSB2\nMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+6yfwIaPzaSZVfp3F\nVRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA3GV1\n7CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+X\nZ75Ljo1kB1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+\n/jXh7VB7qTCNGdMJjmhnXb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs\n81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxHoLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkm\ndtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3F0fUTPHSiXk+TT2YqGHe\nOh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJoWjiUIMu\nsDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4\npgd7gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fs\nslESl1MpWtTwEhDcTwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQ\narMCpgKIv7NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYD\nVR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkqhkiG\n9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNmzqjMDfz1mgbl\ndxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx\n0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1Tj\nTQpgcmLNkQfWpb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBed\nY2gea+zDTYa4EzAvXUYNR0PVG6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7\nQ4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpcc41teyWRyu5FrgZLAMzTsVlQ2jqI\nOylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOTJsjrDNYmiLbAJM+7\nvVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2qReW\nt88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcn\nHL/EVlP6Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVx\nSK236thZiNSQvxaz2emsWWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY=\n-----END CERTIFICATE-----\n\n# Issuer: CN=E-Tugra Certification Authority O=E-Tu\\u011fra EBG Bili\\u015fim Teknolojileri ve Hizmetleri A.\\u015e. OU=E-Tugra Sertifikasyon Merkezi\n# Subject: CN=E-Tugra Certification Authority O=E-Tu\\u011fra EBG Bili\\u015fim Teknolojileri ve Hizmetleri A.\\u015e. OU=E-Tugra Sertifikasyon Merkezi\n# Label: \"E-Tugra Certification Authority\"\n# Serial: 7667447206703254355\n# MD5 Fingerprint: b8:a1:03:63:b0:bd:21:71:70:8a:6f:13:3a:bb:79:49\n# SHA1 Fingerprint: 51:c6:e7:08:49:06:6e:f3:92:d4:5c:a0:0d:6d:a3:62:8f:c3:52:39\n# SHA256 Fingerprint: b0:bf:d5:2b:b0:d7:d9:bd:92:bf:5d:4d:c1:3d:a2:55:c0:2c:54:2f:37:83:65:ea:89:39:11:f5:5e:55:f2:3c\n-----BEGIN CERTIFICATE-----\nMIIGSzCCBDOgAwIBAgIIamg+nFGby1MwDQYJKoZIhvcNAQELBQAwgbIxCzAJBgNV\nBAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+BgNVBAoMN0UtVHXEn3JhIEVCRyBC\naWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhpem1ldGxlcmkgQS7Fni4xJjAkBgNV\nBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBNZXJrZXppMSgwJgYDVQQDDB9FLVR1\nZ3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTEzMDMwNTEyMDk0OFoXDTIz\nMDMwMzEyMDk0OFowgbIxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+\nBgNVBAoMN0UtVHXEn3JhIEVCRyBCaWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhp\nem1ldGxlcmkgQS7Fni4xJjAkBgNVBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBN\nZXJrZXppMSgwJgYDVQQDDB9FLVR1Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4vU/kwVRHoViVF56C/UY\nB4Oufq9899SKa6VjQzm5S/fDxmSJPZQuVIBSOTkHS0vdhQd2h8y/L5VMzH2nPbxH\nD5hw+IyFHnSOkm0bQNGZDbt1bsipa5rAhDGvykPL6ys06I+XawGb1Q5KCKpbknSF\nQ9OArqGIW66z6l7LFpp3RMih9lRozt6Plyu6W0ACDGQXwLWTzeHxE2bODHnv0ZEo\nq1+gElIwcxmOj+GMB6LDu0rw6h8VqO4lzKRG+Bsi77MOQ7osJLjFLFzUHPhdZL3D\nk14opz8n8Y4e0ypQBaNV2cvnOVPAmJ6MVGKLJrD3fY185MaeZkJVgkfnsliNZvcH\nfC425lAcP9tDJMW/hkd5s3kc91r0E+xs+D/iWR+V7kI+ua2oMoVJl0b+SzGPWsut\ndEcf6ZG33ygEIqDUD13ieU/qbIWGvaimzuT6w+Gzrt48Ue7LE3wBf4QOXVGUnhMM\nti6lTPk5cDZvlsouDERVxcr6XQKj39ZkjFqzAQqptQpHF//vkUAqjqFGOjGY5RH8\nzLtJVor8udBhmm9lbObDyz51Sf6Pp+KJxWfXnUYTTjF2OySznhFlhqt/7x3U+Lzn\nrFpct1pHXFXOVbQicVtbC/DP3KBhZOqp12gKY6fgDT+gr9Oq0n7vUaDmUStVkhUX\nU8u3Zg5mTPj5dUyQ5xJwx0UCAwEAAaNjMGEwHQYDVR0OBBYEFC7j27JJ0JxUeVz6\nJyr+zE7S6E5UMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAULuPbsknQnFR5\nXPonKv7MTtLoTlQwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAF\nNzr0TbdF4kV1JI+2d1LoHNgQk2Xz8lkGpD4eKexd0dCrfOAKkEh47U6YA5n+KGCR\nHTAduGN8qOY1tfrTYXbm1gdLymmasoR6d5NFFxWfJNCYExL/u6Au/U5Mh/jOXKqY\nGwXgAEZKgoClM4so3O0409/lPun++1ndYYRP0lSWE2ETPo+Aab6TR7U1Q9Jauz1c\n77NCR807VRMGsAnb/WP2OogKmW9+4c4bU2pEZiNRCHu8W1Ki/QY3OEBhj0qWuJA3\n+GbHeJAAFS6LrVE1Uweoa2iu+U48BybNCAVwzDk/dr2l02cmAYamU9JgO3xDf1WK\nvJUawSg5TB9D0pH0clmKuVb8P7Sd2nCcdlqMQ1DujjByTd//SffGqWfZbawCEeI6\nFiWnWAjLb1NBnEg4R2gz0dfHj9R0IdTDBZB6/86WiLEVKV0jq9BgoRJP3vQXzTLl\nyb/IQ639Lo7xr+L0mPoSHyDYwKcMhcWQ9DstliaxLL5Mq+ux0orJ23gTDx4JnW2P\nAJ8C2sH6H3p6CcRK5ogql5+Ji/03X186zjhZhkuvcQu02PJwT58yE+Owp1fl2tpD\ny4Q08ijE6m30Ku/Ba3ba+367hTzSU8JNvnHhRdH9I2cNE3X7z2VnIp2usAnRCf8d\nNL/+I5c30jn6PQ0GC7TbO6Orb1wdtn7os4I07QZcJA==\n-----END CERTIFICATE-----\n\n# Issuer: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center\n# Subject: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center\n# Label: \"T-TeleSec GlobalRoot Class 2\"\n# Serial: 1\n# MD5 Fingerprint: 2b:9b:9e:e4:7b:6c:1f:00:72:1a:cc:c1:77:79:df:6a\n# SHA1 Fingerprint: 59:0d:2d:7d:88:4f:40:2e:61:7e:a5:62:32:17:65:cf:17:d8:94:e9\n# SHA256 Fingerprint: 91:e2:f5:78:8d:58:10:eb:a7:ba:58:73:7d:e1:54:8a:8e:ca:cd:01:45:98:bc:0b:14:3e:04:1b:17:05:25:52\n-----BEGIN CERTIFICATE-----\nMIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx\nKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd\nBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl\nYyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1\nOTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy\naXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50\nZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G\nCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd\nAqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC\nFoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi\n1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq\njnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ\nwI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj\nQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/\nWSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy\nNsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC\nuvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw\nIEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6\ng1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN\n9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP\nBSeOE6Fuwg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Atos TrustedRoot 2011 O=Atos\n# Subject: CN=Atos TrustedRoot 2011 O=Atos\n# Label: \"Atos TrustedRoot 2011\"\n# Serial: 6643877497813316402\n# MD5 Fingerprint: ae:b9:c4:32:4b:ac:7f:5d:66:cc:77:94:bb:2a:77:56\n# SHA1 Fingerprint: 2b:b1:f5:3e:55:0c:1d:c5:f1:d4:e6:b7:6a:46:4b:55:06:02:ac:21\n# SHA256 Fingerprint: f3:56:be:a2:44:b7:a9:1e:b3:5d:53:ca:9a:d7:86:4a:ce:01:8e:2d:35:d5:f8:f9:6d:df:68:a6:f4:1a:a4:74\n-----BEGIN CERTIFICATE-----\nMIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UE\nAwwVQXRvcyBUcnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQG\nEwJERTAeFw0xMTA3MDcxNDU4MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMM\nFUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMC\nREUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVhTuXbyo7LjvPpvMp\nNb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr54rM\nVD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+\nSZFhyBH+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ\n4J7sVaE3IqKHBAUsR320HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0L\ncp2AMBYHlT8oDv3FdU9T1nSatCQujgKRz3bFmx5VdJx4IbHwLfELn8LVlhgf8FQi\neowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7Rl+lwrrw7GWzbITAPBgNV\nHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZbNshMBgG\nA1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3\nDQEBCwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8j\nvZfza1zv7v1Apt+hk6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kP\nDpFrdRbhIfzYJsdHt6bPWHJxfrrhTZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pc\nmaHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a961qn8FYiqTxlVMYVqL2Gns2D\nlmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G3mB/ufNPRJLv\nKrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed\n-----END CERTIFICATE-----\n\n# Issuer: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited\n# Subject: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited\n# Label: \"QuoVadis Root CA 1 G3\"\n# Serial: 687049649626669250736271037606554624078720034195\n# MD5 Fingerprint: a4:bc:5b:3f:fe:37:9a:fa:64:f0:e2:fa:05:3d:0b:ab\n# SHA1 Fingerprint: 1b:8e:ea:57:96:29:1a:c9:39:ea:b8:0a:81:1a:73:73:c0:93:79:67\n# SHA256 Fingerprint: 8a:86:6f:d1:b2:76:b5:7e:57:8e:92:1c:65:82:8a:2b:ed:58:e9:f2:f2:88:05:41:34:b7:f1:f4:bf:c9:cc:74\n-----BEGIN CERTIFICATE-----\nMIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQEL\nBQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc\nBgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00\nMjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM\naW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEgRzMwggIiMA0GCSqG\nSIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakEPBtV\nwedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWe\nrNrwU8lmPNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF341\n68Xfuw6cwI2H44g4hWf6Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh\n4Pw5qlPafX7PGglTvF0FBM+hSo+LdoINofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXp\nUhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/lg6AnhF4EwfWQvTA9xO+o\nabw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV7qJZjqlc\n3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G\nKubX9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSt\nhfbZxbGL0eUQMk1fiyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KO\nTk0k+17kBL5yG6YnLUlamXrXXAkgt3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOt\nzCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB\nBjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZIhvcNAQELBQAD\nggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC\nMTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2\ncDMT/uFPpiN3GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUN\nqXsCHKnQO18LwIE6PWThv6ctTr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5\nYCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP+V04ikkwj+3x6xn0dxoxGE1nVGwv\nb2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh3jRJjehZrJ3ydlo2\n8hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fawx/k\nNSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNj\nZgKAvQU6O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhp\nq1467HxpvMc7hU6eFbm0FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFt\nnh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOVhMJKzRwuJIczYOXD\n-----END CERTIFICATE-----\n\n# Issuer: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited\n# Subject: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited\n# Label: \"QuoVadis Root CA 2 G3\"\n# Serial: 390156079458959257446133169266079962026824725800\n# MD5 Fingerprint: af:0c:86:6e:bf:40:2d:7f:0b:3e:12:50:ba:12:3d:06\n# SHA1 Fingerprint: 09:3c:61:f3:8b:8b:dc:7d:55:df:75:38:02:05:00:e1:25:f5:c8:36\n# SHA256 Fingerprint: 8f:e4:fb:0a:f9:3a:4d:0d:67:db:0b:eb:b2:3e:37:c7:1b:f3:25:dc:bc:dd:24:0e:a0:4d:af:58:b4:7e:18:40\n-----BEGIN CERTIFICATE-----\nMIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQEL\nBQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc\nBgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00\nMjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM\naW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIgRzMwggIiMA0GCSqG\nSIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFhZiFf\nqq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMW\nn4rjyduYNM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ym\nc5GQYaYDFCDy54ejiK2toIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+\nO7q414AB+6XrW7PFXmAqMaCvN+ggOp+oMiwMzAkd056OXbxMmO7FGmh77FOm6RQ1\no9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+lV0POKa2Mq1W/xPtbAd0j\nIaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZoL1NesNKq\nIcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz\n8eQQsSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43eh\nvNURG3YBZwjgQQvD6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l\n7ZizlWNof/k19N+IxWA1ksB8aRxhlRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALG\ncC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB\nBjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZIhvcNAQELBQAD\nggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66\nAarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RC\nroijQ1h5fq7KpVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0Ga\nW/ZZGYjeVYg3UQt4XAoeo0L9x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4n\nlv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgzdWqTHBLmYF5vHX/JHyPLhGGfHoJE\n+V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6XU/IyAgkwo1jwDQHV\ncsaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+NwmNtd\ndbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNg\nKCLjsZWDzYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeM\nHVOyToV7BjjHLPj4sHKNJeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4\nWSr2Rz0ZiC3oheGe7IUIarFsNMkd7EgrO3jtZsSOeWmD3n+M\n-----END CERTIFICATE-----\n\n# Issuer: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited\n# Subject: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited\n# Label: \"QuoVadis Root CA 3 G3\"\n# Serial: 268090761170461462463995952157327242137089239581\n# MD5 Fingerprint: df:7d:b9:ad:54:6f:68:a1:df:89:57:03:97:43:b0:d7\n# SHA1 Fingerprint: 48:12:bd:92:3c:a8:c4:39:06:e7:30:6d:27:96:e6:a4:cf:22:2e:7d\n# SHA256 Fingerprint: 88:ef:81:de:20:2e:b0:18:45:2e:43:f8:64:72:5c:ea:5f:bd:1f:c2:d9:d2:05:73:07:09:c5:d8:b8:69:0f:46\n-----BEGIN CERTIFICATE-----\nMIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQEL\nBQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc\nBgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00\nMjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM\naW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMgRzMwggIiMA0GCSqG\nSIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286IxSR\n/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNu\nFoM7pmRLMon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXR\nU7Ox7sWTaYI+FrUoRqHe6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+c\nra1AdHkrAj80//ogaX3T7mH1urPnMNA3I4ZyYUUpSFlob3emLoG+B01vr87ERROR\nFHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3UVDmrJqMz6nWB2i3ND0/k\nA9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f75li59wzw\neyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634Ryl\nsSqiMd5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBp\nVzgeAVuNVejH38DMdyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0Q\nA4XN8f+MFrXBsj6IbGB/kE+V9/YtrQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+\nydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB\nBjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZIhvcNAQELBQAD\nggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px\nKGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnI\nFUBhynLWcKzSt/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5Wvv\noxXqA/4Ti2Tk08HS6IT7SdEQTXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFg\nu/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9DuDcpmvJRPpq3t/O5jrFc/ZSXPsoaP\n0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGibIh6BJpsQBJFxwAYf\n3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmDhPbl\n8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+\nDhcI00iX0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HN\nPlopNLk9hM6xZdRZkZFWdSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/\nywaZWWDYWGWVjUTR939+J399roD1B0y2PpxxVJkES/1Y+Zj0\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert Assured ID Root G2\"\n# Serial: 15385348160840213938643033620894905419\n# MD5 Fingerprint: 92:38:b9:f8:63:24:82:65:2c:57:33:e6:fe:81:8f:9d\n# SHA1 Fingerprint: a1:4b:48:d9:43:ee:0a:0e:40:90:4f:3c:e0:a4:c0:91:93:51:5d:3f\n# SHA256 Fingerprint: 7d:05:eb:b6:82:33:9f:8c:94:51:ee:09:4e:eb:fe:fa:79:53:a1:14:ed:b2:f4:49:49:45:2f:ab:7d:2f:c1:85\n-----BEGIN CERTIFICATE-----\nMIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\nd3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv\nb3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG\nEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl\ncnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi\nMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA\nn61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc\nbiJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp\nEgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA\nbx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu\nYjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB\nAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW\nBBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI\nQW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I\n0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni\nlmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9\nB5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv\nON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo\nIhNzbM8m9Yop5w==\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert Assured ID Root G3\"\n# Serial: 15459312981008553731928384953135426796\n# MD5 Fingerprint: 7c:7f:65:31:0c:81:df:8d:ba:3e:99:e2:5c:ad:6e:fb\n# SHA1 Fingerprint: f5:17:a2:4f:9a:48:c6:c9:f8:a2:00:26:9f:dc:0f:48:2c:ab:30:89\n# SHA256 Fingerprint: 7e:37:cb:8b:4c:47:09:0c:ab:36:55:1b:a6:f4:5d:b8:40:68:0f:ba:16:6a:95:2d:b1:00:71:7f:43:05:3f:c2\n-----BEGIN CERTIFICATE-----\nMIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw\nCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu\nZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg\nRzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV\nUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu\nY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq\nhkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf\nZn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q\nRSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/\nBAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD\nAwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY\nJjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv\n6pZjamVFkpUBtA==\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert Global Root G2\"\n# Serial: 4293743540046975378534879503202253541\n# MD5 Fingerprint: e4:a6:8a:c8:54:ac:52:42:46:0a:fd:72:48:1b:2a:44\n# SHA1 Fingerprint: df:3c:24:f9:bf:d6:66:76:1b:26:80:73:fe:06:d1:cc:8d:4f:82:a4\n# SHA256 Fingerprint: cb:3c:cb:b7:60:31:e5:e0:13:8f:8d:d3:9a:23:f9:de:47:ff:c3:5e:43:c1:14:4c:ea:27:d4:6a:5a:b1:cb:5f\n-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\nd3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH\nMjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT\nMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j\nb20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG\n9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI\n2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx\n1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ\nq2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz\ntCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ\nvIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP\nBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV\n5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY\n1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4\nNeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG\nFdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91\n8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe\npLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl\nMrY=\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert Global Root G3\"\n# Serial: 7089244469030293291760083333884364146\n# MD5 Fingerprint: f5:5d:a4:50:a5:fb:28:7e:1e:0f:0d:cc:96:57:56:ca\n# SHA1 Fingerprint: 7e:04:de:89:6a:3e:66:6d:00:e6:87:d3:3f:fa:d9:3b:e8:3d:34:9e\n# SHA256 Fingerprint: 31:ad:66:48:f8:10:41:38:c7:38:f3:9e:a4:32:01:33:39:3e:3a:18:cc:02:29:6e:f9:7c:2a:c9:ef:67:31:d0\n-----BEGIN CERTIFICATE-----\nMIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw\nCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu\nZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe\nFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw\nEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x\nIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF\nK4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG\nfp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO\nZ9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd\nBgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx\nAK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/\noAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8\nsycX\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert Trusted Root G4\"\n# Serial: 7451500558977370777930084869016614236\n# MD5 Fingerprint: 78:f2:fc:aa:60:1f:2f:b4:eb:c9:37:ba:53:2e:75:49\n# SHA1 Fingerprint: dd:fb:16:cd:49:31:c9:73:a2:03:7d:3f:c8:3a:4d:7d:77:5d:05:e4\n# SHA256 Fingerprint: 55:2f:7b:dc:f1:a7:af:9e:6c:e6:72:01:7f:4f:12:ab:f7:72:40:c7:8e:76:1a:c2:03:d1:d9:d2:0a:c8:99:88\n-----BEGIN CERTIFICATE-----\nMIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\nd3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg\nRzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV\nUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu\nY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG\nSIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y\nithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If\nxp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV\nySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO\nDCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ\njdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/\nCNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi\nEhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM\nfRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY\nuKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK\nchYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t\n9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB\nhjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD\nggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2\nSV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd\n+SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc\nfFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa\nsjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N\ncCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N\n0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie\n4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI\nr/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1\n/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm\ngKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+\n-----END CERTIFICATE-----\n\n# Issuer: CN=COMODO RSA Certification Authority O=COMODO CA Limited\n# Subject: CN=COMODO RSA Certification Authority O=COMODO CA Limited\n# Label: \"COMODO RSA Certification Authority\"\n# Serial: 101909084537582093308941363524873193117\n# MD5 Fingerprint: 1b:31:b0:71:40:36:cc:14:36:91:ad:c4:3e:fd:ec:18\n# SHA1 Fingerprint: af:e5:d2:44:a8:d1:19:42:30:ff:47:9f:e2:f8:97:bb:cd:7a:8c:b4\n# SHA256 Fingerprint: 52:f0:e1:c4:e5:8e:c6:29:29:1b:60:31:7f:07:46:71:b8:5d:7e:a8:0d:5b:07:27:34:63:53:4b:32:b4:02:34\n-----BEGIN CERTIFICATE-----\nMIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB\nhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G\nA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV\nBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5\nMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT\nEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR\nQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh\ndGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR\n6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X\npz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC\n9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV\n/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf\nZd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z\n+pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w\nqP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah\nSL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC\nu9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf\nFobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq\ncrxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E\nFgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB\n/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl\nwFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM\n4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV\n2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna\nFxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ\nCuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK\nboHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke\njkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL\nS0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb\nQOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl\n0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB\nNVOFBkpdn627G190\n-----END CERTIFICATE-----\n\n# Issuer: CN=USERTrust RSA Certification Authority O=The USERTRUST Network\n# Subject: CN=USERTrust RSA Certification Authority O=The USERTRUST Network\n# Label: \"USERTrust RSA Certification Authority\"\n# Serial: 2645093764781058787591871645665788717\n# MD5 Fingerprint: 1b:fe:69:d1:91:b7:19:33:a3:72:a8:0f:e1:55:e5:b5\n# SHA1 Fingerprint: 2b:8f:1b:57:33:0d:bb:a2:d0:7a:6c:51:f7:0e:e9:0d:da:b9:ad:8e\n# SHA256 Fingerprint: e7:93:c9:b0:2f:d8:aa:13:e2:1c:31:22:8a:cc:b0:81:19:64:3b:74:9c:89:89:64:b1:74:6d:46:c3:d4:cb:d2\n-----BEGIN CERTIFICATE-----\nMIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB\niDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl\ncnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV\nBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw\nMjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV\nBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU\naGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy\ndGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK\nAoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B\n3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY\ntJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/\nFp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2\nVN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT\n79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6\nc0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT\nYo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l\nc6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee\nUB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE\nHg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd\nBgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G\nA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF\nUp/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO\nVWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3\nATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs\n8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR\niQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze\nSf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ\nXHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/\nqS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB\nVXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB\nL6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG\njjxDah2nGN59PRbxYvnKkKj9\n-----END CERTIFICATE-----\n\n# Issuer: CN=USERTrust ECC Certification Authority O=The USERTRUST Network\n# Subject: CN=USERTrust ECC Certification Authority O=The USERTRUST Network\n# Label: \"USERTrust ECC Certification Authority\"\n# Serial: 123013823720199481456569720443997572134\n# MD5 Fingerprint: fa:68:bc:d9:b5:7f:ad:fd:c9:1d:06:83:28:cc:24:c1\n# SHA1 Fingerprint: d1:cb:ca:5d:b2:d5:2a:7f:69:3b:67:4d:e5:f0:5a:1d:0c:95:7d:f0\n# SHA256 Fingerprint: 4f:f4:60:d5:4b:9c:86:da:bf:bc:fc:57:12:e0:40:0d:2b:ed:3f:bc:4d:4f:bd:aa:86:e0:6a:dc:d2:a9:ad:7a\n-----BEGIN CERTIFICATE-----\nMIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNl\neSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMT\nJVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMjAx\nMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT\nCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg\nVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlm\naWNhdGlvbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqflo\nI+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng\no4N+LZfQYcTxmdwlkWOrfzCjtHDix6EznPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0G\nA1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD\nVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBBHU6+4WMB\nzzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbW\nRNZu9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg=\n-----END CERTIFICATE-----\n\n# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5\n# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5\n# Label: \"GlobalSign ECC Root CA - R5\"\n# Serial: 32785792099990507226680698011560947931244\n# MD5 Fingerprint: 9f:ad:3b:1c:02:1e:8a:ba:17:74:38:81:0c:a2:bc:08\n# SHA1 Fingerprint: 1f:24:c6:30:cd:a4:18:ef:20:69:ff:ad:4f:dd:5f:46:3a:1b:69:aa\n# SHA256 Fingerprint: 17:9f:bc:14:8a:3d:d0:0f:d2:4e:a1:34:58:cc:43:bf:a7:f5:9c:81:82:d7:83:a5:13:f6:eb:ec:10:0c:89:24\n-----BEGIN CERTIFICATE-----\nMIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk\nMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH\nbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX\nDTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD\nQSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu\nMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc\n8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke\nhOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD\nVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI\nKoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg\n515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO\nxwy8p2Fp8fc74SrL+SvzZpA3\n-----END CERTIFICATE-----\n\n# Issuer: CN=Staat der Nederlanden EV Root CA O=Staat der Nederlanden\n# Subject: CN=Staat der Nederlanden EV Root CA O=Staat der Nederlanden\n# Label: \"Staat der Nederlanden EV Root CA\"\n# Serial: 10000013\n# MD5 Fingerprint: fc:06:af:7b:e8:1a:f1:9a:b4:e8:d2:70:1f:c0:f5:ba\n# SHA1 Fingerprint: 76:e2:7e:c1:4f:db:82:c1:c0:a6:75:b5:05:be:3d:29:b4:ed:db:bb\n# SHA256 Fingerprint: 4d:24:91:41:4c:fe:95:67:46:ec:4c:ef:a6:cf:6f:72:e2:8a:13:29:43:2f:9d:8a:90:7a:c4:cb:5d:ad:c1:5a\n-----BEGIN CERTIFICATE-----\nMIIFcDCCA1igAwIBAgIEAJiWjTANBgkqhkiG9w0BAQsFADBYMQswCQYDVQQGEwJO\nTDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSkwJwYDVQQDDCBTdGFh\ndCBkZXIgTmVkZXJsYW5kZW4gRVYgUm9vdCBDQTAeFw0xMDEyMDgxMTE5MjlaFw0y\nMjEyMDgxMTEwMjhaMFgxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIg\nTmVkZXJsYW5kZW4xKTAnBgNVBAMMIFN0YWF0IGRlciBOZWRlcmxhbmRlbiBFViBS\nb290IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA48d+ifkkSzrS\nM4M1LGns3Amk41GoJSt5uAg94JG6hIXGhaTK5skuU6TJJB79VWZxXSzFYGgEt9nC\nUiY4iKTWO0Cmws0/zZiTs1QUWJZV1VD+hq2kY39ch/aO5ieSZxeSAgMs3NZmdO3d\nZ//BYY1jTw+bbRcwJu+r0h8QoPnFfxZpgQNH7R5ojXKhTbImxrpsX23Wr9GxE46p\nrfNeaXUmGD5BKyF/7otdBwadQ8QpCiv8Kj6GyzyDOvnJDdrFmeK8eEEzduG/L13l\npJhQDBXd4Pqcfzho0LKmeqfRMb1+ilgnQ7O6M5HTp5gVXJrm0w912fxBmJc+qiXb\nj5IusHsMX/FjqTf5m3VpTCgmJdrV8hJwRVXj33NeN/UhbJCONVrJ0yPr08C+eKxC\nKFhmpUZtcALXEPlLVPxdhkqHz3/KRawRWrUgUY0viEeXOcDPusBCAUCZSCELa6fS\n/ZbV0b5GnUngC6agIk440ME8MLxwjyx1zNDFjFE7PZQIZCZhfbnDZY8UnCHQqv0X\ncgOPvZuM5l5Tnrmd74K74bzickFbIZTTRTeU0d8JOV3nI6qaHcptqAqGhYqCvkIH\n1vI4gnPah1vlPNOePqc7nvQDs/nxfRN0Av+7oeX6AHkcpmZBiFxgV6YuCcS6/ZrP\npx9Aw7vMWgpVSzs4dlG4Y4uElBbmVvMCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB\n/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFP6rAJCYniT8qcwaivsnuL8wbqg7\nMA0GCSqGSIb3DQEBCwUAA4ICAQDPdyxuVr5Os7aEAJSrR8kN0nbHhp8dB9O2tLsI\neK9p0gtJ3jPFrK3CiAJ9Brc1AsFgyb/E6JTe1NOpEyVa/m6irn0F3H3zbPB+po3u\n2dfOWBfoqSmuc0iH55vKbimhZF8ZE/euBhD/UcabTVUlT5OZEAFTdfETzsemQUHS\nv4ilf0X8rLiltTMMgsT7B/Zq5SWEXwbKwYY5EdtYzXc7LMJMD16a4/CrPmEbUCTC\nwPTxGfARKbalGAKb12NMcIxHowNDXLldRqANb/9Zjr7dn3LDWyvfjFvO5QxGbJKy\nCqNMVEIYFRIYvdr8unRu/8G2oGTYqV9Vrp9canaW2HNnh/tNf1zuacpzEPuKqf2e\nvTY4SUmH9A4U8OmHuD+nT3pajnnUk+S7aFKErGzp85hwVXIy+TSrK0m1zSBi5Dp6\nZ2Orltxtrpfs/J92VoguZs9btsmksNcFuuEnL5O7Jiqik7Ab846+HUCjuTaPPoIa\nGl6I6lD4WeKDRikL40Rc4ZW2aZCaFG+XroHPaO+Zmr615+F/+PoTRxZMzG0IQOeL\neG9QgkRQP2YGiqtDhFZKDyAthg710tvSeopLzaXoTvFeJiUBWSOgftL2fiFX1ye8\nFVdMpEbB4IMeDExNH08GGeL5qPQ6gqGyeUN51q1veieQA6TqJIc/2b3Z6fJfUEkc\n7uzXLg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=IdenTrust Commercial Root CA 1 O=IdenTrust\n# Subject: CN=IdenTrust Commercial Root CA 1 O=IdenTrust\n# Label: \"IdenTrust Commercial Root CA 1\"\n# Serial: 13298821034946342390520003877796839426\n# MD5 Fingerprint: b3:3e:77:73:75:ee:a0:d3:e3:7e:49:63:49:59:bb:c7\n# SHA1 Fingerprint: df:71:7e:aa:4a:d9:4e:c9:55:84:99:60:2d:48:de:5f:bc:f0:3a:25\n# SHA256 Fingerprint: 5d:56:49:9b:e4:d2:e0:8b:cf:ca:d0:8a:3e:38:72:3d:50:50:3b:de:70:69:48:e4:2f:55:60:30:19:e5:28:ae\n-----BEGIN CERTIFICATE-----\nMIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBK\nMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVu\nVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQw\nMTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScw\nJQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwggIiMA0GCSqG\nSIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ldhNlT\n3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU\n+ehcCuz/mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gp\nS0l4PJNgiCL8mdo2yMKi1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1\nbVoE/c40yiTcdCMbXTMTEl3EASX2MN0CXZ/g1Ue9tOsbobtJSdifWwLziuQkkORi\nT0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl3ZBWzvurpWCdxJ35UrCL\nvYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzyNeVJSQjK\nVsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZK\ndHzVWYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHT\nc+XvvqDtMwt0viAgxGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hv\nl7yTmvmcEpB4eoCHFddydJxVdHixuuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5N\niGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB\n/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZIhvcNAQELBQAD\nggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH\n6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwt\nLRvM7Kqas6pgghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93\nnAbowacYXVKV7cndJZ5t+qntozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3\n+wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmVYjzlVYA211QC//G5Xc7UI2/YRYRK\nW2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUXfeu+h1sXIFRRk0pT\nAwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq\nl1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG\n4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZ\nmUlO+KWA2yUPHGNiiskzZ2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A\n7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7RcGzM7vRX+Bi6hG6H\n-----END CERTIFICATE-----\n\n# Issuer: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust\n# Subject: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust\n# Label: \"IdenTrust Public Sector Root CA 1\"\n# Serial: 13298821034946342390521976156843933698\n# MD5 Fingerprint: 37:06:a5:b0:fc:89:9d:ba:f4:6b:8c:1a:64:cd:d5:ba\n# SHA1 Fingerprint: ba:29:41:60:77:98:3f:f4:f3:ef:f2:31:05:3b:2e:ea:6d:4d:45:fd\n# SHA256 Fingerprint: 30:d0:89:5a:9a:44:8a:26:20:91:63:55:22:d1:f5:20:10:b5:86:7a:ca:e1:2c:78:ef:95:8f:d4:f4:38:9f:2f\n-----BEGIN CERTIFICATE-----\nMIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBN\nMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVu\nVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcN\nMzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0\nMSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwggIi\nMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTyP4o7\nekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGy\nRBb06tD6Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlS\nbdsHyo+1W/CD80/HLaXIrcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF\n/YTLNiCBWS2ab21ISGHKTN9T0a9SvESfqy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R\n3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoSmJxZZoY+rfGwyj4GD3vw\nEUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFnol57plzy\n9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9V\nGxyhLrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ\n2fjXctscvG29ZV/viDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsV\nWaFHVCkugyhfHMKiq3IXAAaOReyL4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gD\nW/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/\nBAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMwDQYJKoZIhvcN\nAQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj\nt2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHV\nDRDtfULAj+7AmgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9\nTaDKQGXSc3z1i9kKlT/YPyNtGtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8G\nlwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFtm6/n6J91eEyrRjuazr8FGF1NFTwW\nmhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMxNRF4eKLg6TCMf4Df\nWN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4Mhn5\n+bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJ\ntshquDDIajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhA\nGaQdp/lLQzfcaFpPz+vCZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv\n8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ3Wl9af0AVqW3rLatt8o+Ae+c\n-----END CERTIFICATE-----\n\n# Issuer: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only\n# Subject: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only\n# Label: \"Entrust Root Certification Authority - G2\"\n# Serial: 1246989352\n# MD5 Fingerprint: 4b:e2:c9:91:96:65:0c:f4:0e:5a:93:92:a0:0a:fe:b2\n# SHA1 Fingerprint: 8c:f4:27:fd:79:0c:3a:d1:66:06:8d:e8:1e:57:ef:bb:93:22:72:d4\n# SHA256 Fingerprint: 43:df:57:74:b0:3e:7f:ef:5f:e4:0d:93:1a:7b:ed:f1:bb:2e:6b:42:73:8c:4e:6d:38:41:10:3d:3a:a7:f3:39\n-----BEGIN CERTIFICATE-----\nMIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC\nVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50\ncnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs\nIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz\ndCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy\nNTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu\ndHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt\ndGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0\naG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj\nYXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK\nAoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T\nRU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN\ncCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW\nwcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1\nU1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0\njaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP\nBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN\nBgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/\njTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ\nRkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v\n1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R\nnAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH\nVHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only\n# Subject: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only\n# Label: \"Entrust Root Certification Authority - EC1\"\n# Serial: 51543124481930649114116133369\n# MD5 Fingerprint: b6:7e:1d:f0:58:c5:49:6c:24:3b:3d:ed:98:18:ed:bc\n# SHA1 Fingerprint: 20:d8:06:40:df:9b:25:f5:12:25:3a:11:ea:f7:59:8a:eb:14:b5:47\n# SHA256 Fingerprint: 02:ed:0e:b2:8c:14:da:45:16:5c:56:67:91:70:0d:64:51:d7:fb:56:f0:b2:ab:1d:3b:8e:b0:70:e5:6e:df:f5\n-----BEGIN CERTIFICATE-----\nMIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG\nA1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3\nd3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu\ndHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq\nRW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy\nMTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD\nVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0\nL2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g\nZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD\nZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi\nA2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt\nByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH\nBz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O\nBBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC\nR98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX\nhTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G\n-----END CERTIFICATE-----\n\n# Issuer: CN=CFCA EV ROOT O=China Financial Certification Authority\n# Subject: CN=CFCA EV ROOT O=China Financial Certification Authority\n# Label: \"CFCA EV ROOT\"\n# Serial: 407555286\n# MD5 Fingerprint: 74:e1:b6:ed:26:7a:7a:44:30:33:94:ab:7b:27:81:30\n# SHA1 Fingerprint: e2:b8:29:4b:55:84:ab:6b:58:c2:90:46:6c:ac:3f:b8:39:8f:84:83\n# SHA256 Fingerprint: 5c:c3:d7:8e:4e:1d:5e:45:54:7a:04:e6:87:3e:64:f9:0c:f9:53:6d:1c:cc:2e:f8:00:f3:55:c4:c5:fd:70:fd\n-----BEGIN CERTIFICATE-----\nMIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD\nTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9y\naXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkx\nMjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5j\naWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJP\nT1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnVBU03\nsQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpL\nTIpTUnrD7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5\n/ZOkVIBMUtRSqy5J35DNuF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp\n7hZZLDRJGqgG16iI0gNyejLi6mhNbiyWZXvKWfry4t3uMCz7zEasxGPrb382KzRz\nEpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7xzbh72fROdOXW3NiGUgt\nhxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9fpy25IGvP\na931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqot\naK8KgWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNg\nTnYGmE69g60dWIolhdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfV\nPKPtl8MeNPo4+QgO48BdK4PRVmrJtqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hv\ncWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAfBgNVHSMEGDAWgBTj/i39KNAL\ntbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAd\nBgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB\nACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObT\nej/tUxPQ4i9qecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdL\njOztUmCypAbqTuv0axn96/Ua4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBS\nESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sGE5uPhnEFtC+NiWYzKXZUmhH4J/qy\nP5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfXBDrDMlI1Dlb4pd19\nxIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjnaH9d\nCi77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN\n5mydLIhyPDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe\n/v5WOaHIz16eGWRGENoXkbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+Z\nAAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3CekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ\n5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su\n-----END CERTIFICATE-----\n\n# Issuer: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed\n# Subject: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed\n# Label: \"OISTE WISeKey Global Root GB CA\"\n# Serial: 157768595616588414422159278966750757568\n# MD5 Fingerprint: a4:eb:b9:61:28:2e:b7:2f:98:b0:35:26:90:99:51:1d\n# SHA1 Fingerprint: 0f:f9:40:76:18:d3:d7:6a:4b:98:f0:a8:35:9e:0c:fd:27:ac:cc:ed\n# SHA256 Fingerprint: 6b:9c:08:e8:6e:b0:f7:67:cf:ad:65:cd:98:b6:21:49:e5:49:4a:67:f5:84:5e:7b:d1:ed:01:9f:27:b8:6b:d6\n-----BEGIN CERTIFICATE-----\nMIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs/gjGvbCwDANBgkqhkiG9w0BAQsFADBt\nMQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUg\nRm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9i\nYWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAwMzJaFw0zOTEyMDExNTEwMzFaMG0x\nCzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBG\nb3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2Jh\nbCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3\nHEokKtaXscriHvt9OO+Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGx\nWuR51jIjK+FTzJlFXHtPrby/h0oLS5daqPZI7H17Dc0hBt+eFf1Biki3IPShehtX\n1F1Q/7pn2COZH8g/497/b1t3sWtuuMlk9+HKQUYOKXHQuSP8yYFfTvdv37+ErXNk\nu7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06/4oQnc/nSMbsrY9gBQHTC5P\n99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4+lT1ZvIiwNjeOvgGUpuuy9r\nM2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw\nAwEB/zAdBgNVHQ4EFgQUNQ/INmNe4qPs+TtmFc5RUuORmj0wEAYJKwYBBAGCNxUB\nBAMCAQAwDQYJKoZIhvcNAQELBQADggEBAEBM+4eymYGQfp3FsLAmzYh7KzKNbrgh\ncViXfa43FK8+5/ea4n32cZiZBKpDdHij40lhPnOMTZTg+XHEthYOU3gf1qKHLwI5\ngSk8rxWYITD+KJAAjNHhy/peyP34EEY7onhCkRd0VQreUGdNZtGn//3ZwLWoo4rO\nZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEuiHZeeevJuQHHf\naPFlTc58Bd9TZaml8LGXBHAVRgOY1NK/VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic\nNc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM=\n-----END CERTIFICATE-----\n\n# Issuer: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A.\n# Subject: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A.\n# Label: \"SZAFIR ROOT CA2\"\n# Serial: 357043034767186914217277344587386743377558296292\n# MD5 Fingerprint: 11:64:c1:89:b0:24:b1:8c:b1:07:7e:89:9e:51:9e:99\n# SHA1 Fingerprint: e2:52:fa:95:3f:ed:db:24:60:bd:6e:28:f3:9c:cc:cf:5e:b3:3f:de\n# SHA256 Fingerprint: a1:33:9d:33:28:1a:0b:56:e5:57:d3:d3:2b:1c:e7:f9:36:7e:b0:94:bd:5f:a7:2a:7e:50:04:c8:de:d7:ca:fe\n-----BEGIN CERTIFICATE-----\nMIIDcjCCAlqgAwIBAgIUPopdB+xV0jLVt+O2XwHrLdzk1uQwDQYJKoZIhvcNAQEL\nBQAwUTELMAkGA1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6\nZW5pb3dhIFMuQS4xGDAWBgNVBAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkw\nNzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9L\ncmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYDVQQDDA9TWkFGSVIg\nUk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5QqEvN\nQLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5/QqGJ3a0a4m7utT\n3PSQ1hNKDJA8w/Ta0o4NkjrcsbH/ON7Dui1fgLkCvUqdGw+0w8LBZwPd3BucPbOw\n3gAeqDRHu5rr/gsUvTaE2g0gv/pby6kWIK05YO4vdbbnl5z5Pv1+TW9NL++IDWr6\n3fE9biCloBK0TXC5ztdyO4mTp4CEHCdJckm1/zuVnsHMyAHs6A6KCpbns6aH5db5\nBSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwiieDhZNRnvDF5YTy7ykHN\nXGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD\nAgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX/hd56zwyDANBgkqhkiG9w0BAQsF\nAAOCAQEAtXP4A9xZWx126aMqe5Aosk3AM0+qmrHUuOQn/6mWmc5G4G18TKI4pAZw\n8PRBEew/R40/cof5O/2kbytTAOD/OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOG\nnXkZ7/e7DDWQw4rtTw/1zBLZpD67oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT+ymCP\noky4rc/hkA/NrgrHXXu3UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7js4MNIThPIGy\nd05DpYhfhmehPea0XGG2Ptv+tyjFogeutcrKjSoS75ftwjCkySp6+/NNIxuZMzSg\nLvWpCz/UXeHPhJ/iGcJfitYgHuNztw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority\n# Subject: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority\n# Label: \"Certum Trusted Network CA 2\"\n# Serial: 44979900017204383099463764357512596969\n# MD5 Fingerprint: 6d:46:9e:d9:25:6d:08:23:5b:5e:74:7d:1e:27:db:f2\n# SHA1 Fingerprint: d3:dd:48:3e:2b:bf:4c:05:e8:af:10:f5:fa:76:26:cf:d3:dc:30:92\n# SHA256 Fingerprint: b6:76:f2:ed:da:e8:77:5c:d3:6c:b0:f6:3c:d1:d4:60:39:61:f4:9e:62:65:ba:01:3a:2f:03:07:b6:d0:b8:04\n-----BEGIN CERTIFICATE-----\nMIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN/yqXhKN6TANBgkqhkiG9w0BAQ0FADCB\ngDELMAkGA1UEBhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMu\nQS4xJzAlBgNVBAsTHkNlcnR1bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIG\nA1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29yayBDQSAyMCIYDzIwMTExMDA2MDgz\nOTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZ\nVW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRp\nZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3\nb3JrIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9+Xj45tWA\nDGSdhhuWZGc/IjoedQF97/tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn\n0+i6MLs+CRqnSZXvK0AkwpfHp+6bJe+oCgCXhVqqndwpyeI1B+twTUrWwbNWuKFB\nOJvR+zF/j+Bf4bE/D44WSWDXBo0Y+aomEKsq09DRZ40bRr5HMNUuctHFY9rnY3lE\nfktjJImGLjQ/KUxSiyqnwOKRKIm5wFv5HdnnJ63/mgKXwcZQkpsCLL2puTRZCr+E\nSv/f/rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV+SQgkK7QtbwYeDBoz1m\no130GO6IyY0XRSmZMnUCMe4pJshrAua1YkV/NxVaI2iJ1D7eTiew8EAMvE0Xy02i\nsx7QBlrd9pPPV3WZ9fqGGmd4s7+W/jTcvedSVuWz5XV710GRBdxdaeOVDUO5/IOW\nOZV7bIBaTxNyxtd9KXpEulKkKtVBRgkg/iKgtlswjbyJDNXXcPiHUv3a76xRLgez\nTv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pyehizKV/Ma5ciSixqClnrDvFAS\nadgOWkaLOusm+iPJtrCBvkIApPjW/jAux9JG9uWOdf3yzLnQh1vMBhBgu4M1t15n\n3kfsmUjxpKEV/q2MYo45VU85FrmxY53/twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD\nAQH/MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU+Bym0ToO/TAOBgNVHQ8BAf8EBAMC\nAQYwDQYJKoZIhvcNAQENBQADggIBAHGlDs7k6b8/ONWJWsQCYftMxRQXLYtPU2sQ\nF/xlhMcQSZDe28cmk4gmb3DWAl45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTf\nCVn0W3cLN+mLIMb4Ck4uWBzrM9DPhmDJ2vuAL55MYIR4PSFk1vtBHxgP58l1cb29\nXN40hz5BsA72udY/CROWFC/emh1auVbONTqwX3BNXuMp8SMoclm2q8KMZiYcdywm\ndjWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tMpkT/\nWjzGHWTYtTHkpjx6qFcL2+1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO/jb\nAoJnwTnbw3RLPTYe+SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksq\nP/ujmv5zMnHCnsZy4YpoJ/HkD7TETKVhk/iXEAcqMCWpuchxuO9ozC1+9eB+D4Ko\nb7a6bINDd82Kkhehnlt4Fj1F4jNy3eFmypnTycUm/Q1oBEauttmbjL4ZvrHG8hnj\nXALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLXis7VmFxWlgPF7ncGNf/P\n5O4/E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7zAYspsbi\nDrW5viSP\n-----END CERTIFICATE-----\n\n# Issuer: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority\n# Subject: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority\n# Label: \"Hellenic Academic and Research Institutions RootCA 2015\"\n# Serial: 0\n# MD5 Fingerprint: ca:ff:e2:db:03:d9:cb:4b:e9:0f:ad:84:fd:7b:18:ce\n# SHA1 Fingerprint: 01:0c:06:95:a6:98:19:14:ff:bf:5f:c6:b0:b6:95:ea:29:e9:12:a6\n# SHA256 Fingerprint: a0:40:92:9a:02:ce:53:b4:ac:f4:f2:ff:c6:98:1c:e4:49:6f:75:5e:6d:45:fe:0b:2a:69:2b:cd:52:52:3f:36\n-----BEGIN CERTIFICATE-----\nMIIGCzCCA/OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1Ix\nDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5k\nIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMT\nN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9v\ndENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAxMTIxWjCBpjELMAkG\nA1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNh\nZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkx\nQDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1\ndGlvbnMgUm9vdENBIDIwMTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC\nAQDC+Kk/G4n8PDwEXT2QNrCROnk8ZlrvbTkBSRq0t89/TSNTt5AA4xMqKKYx8ZEA\n4yjsriFBzh/a/X0SWwGDD7mwX5nh8hKDgE0GPt+sr+ehiGsxr/CL0BgzuNtFajT0\nAoAkKAoCFZVedioNmToUW/bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts+6PAQZe10\n4S+nfK8nNLspfZu2zwnI5dMK/IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06C\nojXdFPQf/7J31Ycvqm59JCfnxssm5uX+Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV\n9Cz82XBST3i4vTwri5WY9bPRaM8gFH5MXF/ni+X1NYEZN9cRCLdmvtNKzoNXADrD\ngfgXy5I2XdGj2HUb4Ysn6npIQf1FGQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6\nY5ZLKTBOhE5iGV48zpeQpX8B653g+IuJ3SWYPZK2fu/Z8VFRfS0myGlZYeCsargq\nNhEEelC9MoS+L9xy1dcdFkfkR2YgP/SWxa+OAXqlD3pk9Q0Yh9muiNX6hME6wGko\nLfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax+0VVFqmjZayc\nBw/qa9wfLgZy7IaIEuQt218FL+TwA9MmM+eAws1CoRc0CwIDAQABo0IwQDAPBgNV\nHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVd\nctA4GGqd83EkVAswDQYJKoZIhvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0I\nXtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF+D1hYc2Ryx+hFjtyp8iY/xnmMsVMI\nM4GwVhO+5lFc2JsKT0ucVlMC6U/2DWDqTUJV6HwbISHTGzrMd/K4kPFox/la/vot\n9L/J9UUbzjgQKjeKeaO04wlshYaT/4mWJ3iBj2fjRnRUjtkNaeJK9E10A/+yd+2V\nZ5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB+JGGTe08DMiUNRSQrlrRGar9KC/ea\nj8GsGsVn82800vpzY4zvFrCopEYq+OsS7HK07/grfoxSwIuEVPkvPuNVqNxmsdnh\nX9izjFk0WaSrT2y7HxjbdavYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQ\nl033DlZdwJVqwjbDG2jJ9SrcR5q+ss7FJej6A7na+RZukYT1HCjI/CbM1xyQVqdf\nbzoEvM14iQuODy+jqk+iGxI9FghAD/FGTNeqewjBCvVtJ94Cj8rDtSvK6evIIVM4\npcw72Hc3MKJP2W/R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGaJI7ZjnHK\ne7iG2rKPmT4dEw0SEe7Uq/DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0\nvm9qp/UsQu0yrbYhnr68\n-----END CERTIFICATE-----\n\n# Issuer: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority\n# Subject: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority\n# Label: \"Hellenic Academic and Research Institutions ECC RootCA 2015\"\n# Serial: 0\n# MD5 Fingerprint: 81:e5:b4:17:eb:c2:f5:e1:4b:0d:41:7b:49:92:fe:ef\n# SHA1 Fingerprint: 9f:f1:71:8d:92:d5:9a:f3:7d:74:97:b4:bc:6f:84:68:0b:ba:b6:66\n# SHA256 Fingerprint: 44:b5:45:aa:8a:25:e6:5a:73:ca:15:dc:27:fc:36:d2:4c:1c:b9:95:3a:06:65:39:b1:15:82:dc:48:7b:48:33\n-----BEGIN CERTIFICATE-----\nMIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzAN\nBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl\nc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hl\nbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgRUNDIFJv\nb3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEwMzcxMlowgaoxCzAJ\nBgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmljIEFj\nYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5\nMUQwQgYDVQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0\ndXRpb25zIEVDQyBSb290Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKg\nQehLgoRc4vgxEZmGZE4JJS+dQS8KrjVPdJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJa\njq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoKVlp8aQuqgAkkbH7BRqNC\nMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFLQi\nC4KZJAEOnLvkDv2/+5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaep\nlSTAGiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy/XZxMOIQIwBeF1Ad5o7Sof\nTUwJCA3sS61kFyjndc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR\n-----END CERTIFICATE-----\n\n# Issuer: CN=ISRG Root X1 O=Internet Security Research Group\n# Subject: CN=ISRG Root X1 O=Internet Security Research Group\n# Label: \"ISRG Root X1\"\n# Serial: 172886928669790476064670243504169061120\n# MD5 Fingerprint: 0c:d2:f9:e0:da:17:73:e9:ed:86:4d:a5:e3:70:e7:4e\n# SHA1 Fingerprint: ca:bd:2a:79:a1:07:6a:31:f2:1d:25:36:35:cb:03:9d:43:29:a5:e8\n# SHA256 Fingerprint: 96:bc:ec:06:26:49:76:f3:74:60:77:9a:cf:28:c5:a7:cf:e8:a3:c0:aa:e1:1a:8f:fc:ee:05:c0:bd:df:08:c6\n-----BEGIN CERTIFICATE-----\nMIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw\nTzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh\ncmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4\nWhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu\nZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY\nMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc\nh77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+\n0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U\nA5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW\nT8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH\nB5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC\nB5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv\nKBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn\nOlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn\njh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw\nqHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI\nrU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV\nHRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq\nhkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL\nubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ\n3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK\nNFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5\nORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur\nTkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC\njNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc\noyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq\n4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA\nmRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d\nemyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc=\n-----END CERTIFICATE-----\n\n# Issuer: O=FNMT-RCM OU=AC RAIZ FNMT-RCM\n# Subject: O=FNMT-RCM OU=AC RAIZ FNMT-RCM\n# Label: \"AC RAIZ FNMT-RCM\"\n# Serial: 485876308206448804701554682760554759\n# MD5 Fingerprint: e2:09:04:b4:d3:bd:d1:a0:14:fd:1a:d2:47:c4:57:1d\n# SHA1 Fingerprint: ec:50:35:07:b2:15:c4:95:62:19:e2:a8:9a:5b:42:99:2c:4c:2c:20\n# SHA256 Fingerprint: eb:c5:57:0c:29:01:8c:4d:67:b1:aa:12:7b:af:12:f7:03:b4:61:1e:bc:17:b7:da:b5:57:38:94:17:9b:93:fa\n-----BEGIN CERTIFICATE-----\nMIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsx\nCzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJ\nWiBGTk1ULVJDTTAeFw0wODEwMjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJ\nBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBG\nTk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALpxgHpMhm5/\nyBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcfqQgf\nBBckWKo3Shjf5TnUV/3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAz\nWHFctPVrbtQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxF\ntBDXaEAUwED653cXeuYLj2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw+Z\n374jNUUeAlz+taibmSXaXvMiwzn15Cou08YfxGyqxRxqAQVKL9LFwag0Jl1mpdIC\nIfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mwWsXmo8RZZUc1g16p6DUL\nmbvkzSDGm0oGObVo/CK67lWMK07q87Hj/LaZmtVC+nFNCM+HHmpxffnTtOmlcYF7\nwk5HlqX2doWjKI/pgG6BU6VtX7hI+cL5NqYuSf+4lsKMB7ObiFj86xsc3i1w4peS\nMKGJ47xVqCfWS+2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2\nZSysV4999AeU14ECll2jB0nVetBX+RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMet\nUqIJ5G+GR4of6ygnXYMgrwTJbFaai0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH/BAUw\nAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2gzL+H\nYJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1odHRwOi8vd3d3\nLmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3/MjTvDD\nnFFlm5wioooMhfNzKWtN/gHiqQxjAb8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1\nRXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM\nLVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf\n77IzlhEYt8llvhjho6Tc+hj507wTmzl6NLrTQfv6MooqtyuGC2mDOL7Nii4LcK2N\nJpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA+fdZn71uSANA+iW+YJF1DngoABd15jm\nfZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO+FB8TxxuBEOb+dY7Ixjp\n6o7RTUaN8Tvkasq6+yO3m/qZASlaWFot4/nUbQ4mrcFuNLwy+AwF+mWj2zs3gyLp\n1txyM/1d8iC9djwj2ij3+RvrWWTV3F9yfiD8zYm1kGdNYno/Tq0dwzn+evQoFt9B\n9kiABdcPUXmsEKvU7ANm5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wok\nRqEIr9baRRmW1FMdW4R58MD3R++Lj8UGrp1MYp3/RgT408m2ECVAdf4WqslKYIYv\nuu8wd+RU4riEmViAqhOLUTpPSPaLtrM=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Amazon Root CA 1 O=Amazon\n# Subject: CN=Amazon Root CA 1 O=Amazon\n# Label: \"Amazon Root CA 1\"\n# Serial: 143266978916655856878034712317230054538369994\n# MD5 Fingerprint: 43:c6:bf:ae:ec:fe:ad:2f:18:c6:88:68:30:fc:c8:e6\n# SHA1 Fingerprint: 8d:a7:f9:65:ec:5e:fc:37:91:0f:1c:6e:59:fd:c1:cc:6a:6e:de:16\n# SHA256 Fingerprint: 8e:cd:e6:88:4f:3d:87:b1:12:5b:a3:1a:c3:fc:b1:3d:70:16:de:7f:57:cc:90:4f:e1:cb:97:c6:ae:98:19:6e\n-----BEGIN CERTIFICATE-----\nMIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsF\nADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6\nb24gUm9vdCBDQSAxMB4XDTE1MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTEL\nMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv\nb3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXj\nca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM\n9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw\nIFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6\nVOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L\n93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQm\njgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC\nAYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3DQEBCwUA\nA4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI\nU5PMCCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUs\nN+gDS63pYaACbvXy8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vv\no/ufQJVtMVT8QtPHRh8jrdkPSHCa2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU\n5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2xJNDd2ZhwLnoQdeXeGADbkpy\nrqXRfboQnoZsG4q5WTP468SQvvG5\n-----END CERTIFICATE-----\n\n# Issuer: CN=Amazon Root CA 2 O=Amazon\n# Subject: CN=Amazon Root CA 2 O=Amazon\n# Label: \"Amazon Root CA 2\"\n# Serial: 143266982885963551818349160658925006970653239\n# MD5 Fingerprint: c8:e5:8d:ce:a8:42:e2:7a:c0:2a:5c:7c:9e:26:bf:66\n# SHA1 Fingerprint: 5a:8c:ef:45:d7:a6:98:59:76:7a:8c:8b:44:96:b5:78:cf:47:4b:1a\n# SHA256 Fingerprint: 1b:a5:b2:aa:8c:65:40:1a:82:96:01:18:f8:0b:ec:4f:62:30:4d:83:ce:c4:71:3a:19:c3:9c:01:1e:a4:6d:b4\n-----BEGIN CERTIFICATE-----\nMIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD+WGePhbJruKNzANBgkqhkiG9w0BAQwF\nADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6\nb24gUm9vdCBDQSAyMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTEL\nMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv\nb3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK2Wny2cSkxK\ngXlRmeyKy2tgURO8TW0G/LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4kHbZ\nW0/jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg\n1dKmSYXpN+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K\n8nu+NQWpEjTj82R0Yiw9AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r\n2UXTu/Bfh+08LDmG2j/e7HJV63mjrdvdfLC6HM783k81ds8P+HgfajZRRidhW+me\nz/CiVX18JYpvL7TFz4QuK/0NURBs+18bvBt+xa47mAExkv8LV/SasrlX6avvDXbR\n8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f/aS0ZzQGPSSbtqDT6Zj\nmUyl+17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO+ekQiG+r5jqFoz\n7Mt0Q5X5bGlSNscpb/xVA1wf+5+9R+vnSUeVC06JIglJ4PVhHvG/LopyboBZ/1c6\n+XUyo05f7O0oYtlNc/LMgRdg7c3r3NunysV+Ar3yVAhU/bQtCSwXVEqY0VThUWcI\n0u1ufm8/0i2BWSlmy5A5lREedCf+3euvAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMB\nAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSwDPBMMPQFWAJI/TPlUq9LhONm\nUjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o+Ci1M3m9Zh6O+oAA7CXDpO8Wqj2\nLIxyh6mx/H9z/WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat+2/XcycuUY\n+gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr/+c8mmpJ5581LxedhpxfL86kS\nk5Nrp+gvU5LEYFiwzAJRGFuFjWJZY7attN6a+yb3ACfAXVU3dJnJUH/jWS5E4ywl\n7uxMMne0nxrpS10gxdr9HIcWxkPo1LsmmkVwXqkLN1PiRnsn/eBG8om3zEK2yygm\nbtmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQgj9sAq+uEjonljYE1x2igGOpm/Hl\nurR8FLBOybEfdF849lHqm/osohHUqS0nGkWxr7JOcQ3AWEbWaQbLU8uz/mtBzUF+\nfUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63\nn749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE\n76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H\n9jVlpNMKVv/1F2Rs76giJUmTtt8AF9pYfl3uxRuw0dFfIRDH+fO6AgonB8Xx1sfT\n4PsJYGw=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Amazon Root CA 3 O=Amazon\n# Subject: CN=Amazon Root CA 3 O=Amazon\n# Label: \"Amazon Root CA 3\"\n# Serial: 143266986699090766294700635381230934788665930\n# MD5 Fingerprint: a0:d4:ef:0b:f7:b5:d8:49:95:2a:ec:f5:c4:fc:81:87\n# SHA1 Fingerprint: 0d:44:dd:8c:3c:8c:1a:1a:58:75:64:81:e9:0f:2e:2a:ff:b3:d2:6e\n# SHA256 Fingerprint: 18:ce:6c:fe:7b:f1:4e:60:b2:e3:47:b8:df:e8:68:cb:31:d0:2e:bb:3a:da:27:15:69:f5:03:43:b4:6d:b3:a4\n-----BEGIN CERTIFICATE-----\nMIIBtjCCAVugAwIBAgITBmyf1XSXNmY/Owua2eiedgPySjAKBggqhkjOPQQDAjA5\nMQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g\nUm9vdCBDQSAzMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG\nA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg\nQ0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZBf8ANm+gBG1bG8lKl\nui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjrZt6j\nQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSr\nttvXBp43rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkr\nBqWTrBqYaGFy+uGh0PsceGCmQ5nFuMQCIQCcAu/xlJyzlvnrxir4tiz+OpAUFteM\nYyRIHN8wfdVoOw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Amazon Root CA 4 O=Amazon\n# Subject: CN=Amazon Root CA 4 O=Amazon\n# Label: \"Amazon Root CA 4\"\n# Serial: 143266989758080763974105200630763877849284878\n# MD5 Fingerprint: 89:bc:27:d5:eb:17:8d:06:6a:69:d5:fd:89:47:b4:cd\n# SHA1 Fingerprint: f6:10:84:07:d6:f8:bb:67:98:0c:c2:e2:44:c2:eb:ae:1c:ef:63:be\n# SHA256 Fingerprint: e3:5d:28:41:9e:d0:20:25:cf:a6:90:38:cd:62:39:62:45:8d:a5:c6:95:fb:de:a3:c2:2b:0b:fb:25:89:70:92\n-----BEGIN CERTIFICATE-----\nMIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ+Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5\nMQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g\nUm9vdCBDQSA0MB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG\nA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg\nQ0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN/sGKe0uoe0ZLY7Bi\n9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb/egQbeOc4OO9X4Ri83Bk\nM6DLJC9wuoihKqB1+IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH/BAUwAwEB\n/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WB\nMAoGCCqGSM49BAMDA2gAMGUCMDqLIfG9fhGt0O9Yli/W651+kI0rz2ZVwyzjKKlw\nCkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1AE47xDqUEpHJWEadIRNyp4iciuRMStuW\n1KyLa2tJElMzrdfkviT8tQp21KW8EA==\n-----END CERTIFICATE-----\n\n# Issuer: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM\n# Subject: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM\n# Label: \"TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1\"\n# Serial: 1\n# MD5 Fingerprint: dc:00:81:dc:69:2f:3e:2f:b0:3b:f6:3d:5a:91:8e:49\n# SHA1 Fingerprint: 31:43:64:9b:ec:ce:27:ec:ed:3a:3f:0b:8f:0d:e4:e8:91:dd:ee:ca\n# SHA256 Fingerprint: 46:ed:c3:68:90:46:d5:3a:45:3f:b3:10:4a:b8:0d:ca:ec:65:8b:26:60:ea:16:29:dd:7e:86:79:90:64:87:16\n-----BEGIN CERTIFICATE-----\nMIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIx\nGDAWBgNVBAcTD0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxp\nbXNlbCB2ZSBUZWtub2xvamlrIEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0w\nKwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24gTWVya2V6aSAtIEthbXUgU00xNjA0\nBgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRpZmlrYXNpIC0gU3Vy\ndW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYDVQQG\nEwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXll\nIEJpbGltc2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklU\nQUsxLTArBgNVBAsTJEthbXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBT\nTTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11IFNNIFNTTCBLb2sgU2VydGlmaWthc2kg\nLSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3UwM6q7\na9OZLBI3hNmNe5eA027n/5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y86Ij5iySr\nLqP1N+RAjhgleYN1Hzv/bKjFxlb4tO2KRKOrbEz8HdDc72i9z+SqzvBV96I01INr\nN3wcwv61A+xXzry0tcXtAA9TNypN9E8Mg/uGz8v+jE69h/mniyFXnHrfA2eJLJ2X\nYacQuFWQfw4tJzh03+f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ/\niSIzL+aFCr2lqBs23tPcLG07xxO9WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4f\nAJNG4e7p+exPFwIDAQABo0IwQDAdBgNVHQ4EFgQUZT/HiobGPN08VFw1+DrtUgxH\nV8gwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL\nBQADggEBACo/4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh\nAHe+SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw+0mFZx+CFOKWI3QSyjfwbPf\nIPP54+M638yclNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr+ZO7rqu4\nlzwDGrpDxpa5RXI4s6ehlj2Re37AIVNMh+3yC1SVUZPVIqUNivGTDj5UDrDYyU7c\n8jEyVupk+eq1nRZmQnLzf9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf\nlo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM=\n-----END CERTIFICATE-----\n\n# Issuer: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.\n# Subject: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.\n# Label: \"GDCA TrustAUTH R5 ROOT\"\n# Serial: 9009899650740120186\n# MD5 Fingerprint: 63:cc:d9:3d:34:35:5c:6f:53:a3:e2:08:70:48:1f:b4\n# SHA1 Fingerprint: 0f:36:38:5b:81:1a:25:c3:9b:31:4e:83:ca:e9:34:66:70:cc:74:b4\n# SHA256 Fingerprint: bf:ff:8f:d0:44:33:48:7d:6a:8a:a6:0c:1a:29:76:7a:9f:c2:bb:b0:5e:42:0f:71:3a:13:b9:92:89:1d:38:93\n-----BEGIN CERTIFICATE-----\nMIIFiDCCA3CgAwIBAgIIfQmX/vBH6nowDQYJKoZIhvcNAQELBQAwYjELMAkGA1UE\nBhMCQ04xMjAwBgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZ\nIENPLixMVEQuMR8wHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMB4XDTE0\nMTEyNjA1MTMxNVoXDTQwMTIzMTE1NTk1OVowYjELMAkGA1UEBhMCQ04xMjAwBgNV\nBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZIENPLixMVEQuMR8w\nHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMIICIjANBgkqhkiG9w0BAQEF\nAAOCAg8AMIICCgKCAgEA2aMW8Mh0dHeb7zMNOwZ+Vfy1YI92hhJCfVZmPoiC7XJj\nDp6L3TQsAlFRwxn9WVSEyfFrs0yw6ehGXTjGoqcuEVe6ghWinI9tsJlKCvLriXBj\nTnnEt1u9ol2x8kECK62pOqPseQrsXzrj/e+APK00mxqriCZ7VqKChh/rNYmDf1+u\nKU49tm7srsHwJ5uu4/Ts765/94Y9cnrrpftZTqfrlYwiOXnhLQiPzLyRuEH3FMEj\nqcOtmkVEs7LXLM3GKeJQEK5cy4KOFxg2fZfmiJqwTTQJ9Cy5WmYqsBebnh52nUpm\nMUHfP/vFBu8btn4aRjb3ZGM74zkYI+dndRTVdVeSN72+ahsmUPI2JgaQxXABZG12\nZuGR224HwGGALrIuL4xwp9E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloP\nzgsMR6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3Gk\nL30SgLdTMEZeS1SZD2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeC\njGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj4oR24qoAATILnsn8JuLwwoC8N9VKejveSswoA\nHQBUlwbgsQfZxw9cZX08bVlX5O2ljelAU58VS6Bx9hoh49pwBiFYFIeFd3mqgnkC\nAwEAAaNCMEAwHQYDVR0OBBYEFOLJQJ9NzuiaoXzPDj9lxSmIahlRMA8GA1UdEwEB\n/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQDRSVfg\np8xoWLoBDysZzY2wYUWsEe1jUGn4H3++Fo/9nesLqjJHdtJnJO29fDMylyrHBYZm\nDRd9FBUb1Ov9H5r2XpdptxolpAqzkT9fNqyL7FeoPueBihhXOYV0GkLH6VsTX4/5\nCOmSdI31R9KrO9b7eGZONn356ZLpBN79SWP8bfsUcZNnL0dKt7n/HipzcEYwv1ry\nL3ml4Y0M2fmyYzeMN2WFcGpcWwlyua1jPLHd+PwyvzeG5LuOmCd+uh8W4XAR8gPf\nJWIyJyYYMoSf/wA6E7qaTfRPuBRwIrHKK5DOKcFw9C+df/KQHtZa37dG/OaG+svg\nIHZ6uqbL9XzeYqWxi+7egmaKTjowHz+Ay60nugxe19CxVsp3cbK1daFQqUBDF8Io\n2c9Si1vIY9RCPqAzekYu9wogRlR+ak8x8YF+QnQ4ZXMn7sZ8uI7XpTrXmKGcjBBV\n09tL7ECQ8s1uV9JiDnxXk7Gnbc2dg7sq5+W2O3FYrf3RRbxake5TFW/TRQl1brqQ\nXR4EzzffHqhmsYzmIGrv/EhOdJhCrylvLmrH+33RZjEizIYAfmaDDEL0vTSSwxrq\nT8p+ck0LcIymSLumoRT2+1hEmRSuqguTaaApJUqlyyvdimYHFngVV3Eb7PVHhPOe\nMTd61X8kreS8/f3MboPoDKi3QWwH3b08hpcv0g==\n-----END CERTIFICATE-----\n\n# Issuer: CN=TrustCor RootCert CA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority\n# Subject: CN=TrustCor RootCert CA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority\n# Label: \"TrustCor RootCert CA-1\"\n# Serial: 15752444095811006489\n# MD5 Fingerprint: 6e:85:f1:dc:1a:00:d3:22:d5:b2:b2:ac:6b:37:05:45\n# SHA1 Fingerprint: ff:bd:cd:e7:82:c8:43:5e:3c:6f:26:86:5c:ca:a8:3a:45:5b:c3:0a\n# SHA256 Fingerprint: d4:0e:9c:86:cd:8f:e4:68:c1:77:69:59:f4:9e:a7:74:fa:54:86:84:b6:c4:06:f3:90:92:61:f4:dc:e2:57:5c\n-----BEGIN CERTIFICATE-----\nMIIEMDCCAxigAwIBAgIJANqb7HHzA7AZMA0GCSqGSIb3DQEBCwUAMIGkMQswCQYD\nVQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEk\nMCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5U\ncnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxHzAdBgNVBAMMFlRydXN0Q29y\nIFJvb3RDZXJ0IENBLTEwHhcNMTYwMjA0MTIzMjE2WhcNMjkxMjMxMTcyMzE2WjCB\npDELMAkGA1UEBhMCUEExDzANBgNVBAgMBlBhbmFtYTEUMBIGA1UEBwwLUGFuYW1h\nIENpdHkxJDAiBgNVBAoMG1RydXN0Q29yIFN5c3RlbXMgUy4gZGUgUi5MLjEnMCUG\nA1UECwweVHJ1c3RDb3IgQ2VydGlmaWNhdGUgQXV0aG9yaXR5MR8wHQYDVQQDDBZU\ncnVzdENvciBSb290Q2VydCBDQS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB\nCgKCAQEAv463leLCJhJrMxnHQFgKq1mqjQCj/IDHUHuO1CAmujIS2CNUSSUQIpid\nRtLByZ5OGy4sDjjzGiVoHKZaBeYei0i/mJZ0PmnK6bV4pQa81QBeCQryJ3pS/C3V\nseq0iWEk8xoT26nPUu0MJLq5nux+AHT6k61sKZKuUbS701e/s/OojZz0JEsq1pme\n9J7+wH5COucLlVPat2gOkEz7cD+PSiyU8ybdY2mplNgQTsVHCJCZGxdNuWxu72CV\nEY4hgLW9oHPY0LJ3xEXqWib7ZnZ2+AYfYW0PVcWDtxBWcgYHpfOxGgMFZA6dWorW\nhnAbJN7+KIor0Gqw/Hqi3LJ5DotlDwIDAQABo2MwYTAdBgNVHQ4EFgQU7mtJPHo/\nDeOxCbeKyKsZn3MzUOcwHwYDVR0jBBgwFoAU7mtJPHo/DeOxCbeKyKsZn3MzUOcw\nDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQAD\nggEBACUY1JGPE+6PHh0RU9otRCkZoB5rMZ5NDp6tPVxBb5UrJKF5mDo4Nvu7Zp5I\n/5CQ7z3UuJu0h3U/IJvOcs+hVcFNZKIZBqEHMwwLKeXx6quj7LUKdJDHfXLy11yf\nke+Ri7fc7Waiz45mO7yfOgLgJ90WmMCV1Aqk5IGadZQ1nJBfiDcGrVmVCrDRZ9MZ\nyonnMlo2HD6CqFqTvsbQZJG2z9m2GM/bftJlo6bEjhcxwft+dtvTheNYsnd6djts\nL1Ac59v2Z3kf9YKVmgenFK+P3CghZwnS1k1aHBkcjndcw5QkPTJrS37UeJSDvjdN\nzl/HHk484IkzlQsPpTLWPFp5LBk=\n-----END CERTIFICATE-----\n\n# Issuer: CN=TrustCor RootCert CA-2 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority\n# Subject: CN=TrustCor RootCert CA-2 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority\n# Label: \"TrustCor RootCert CA-2\"\n# Serial: 2711694510199101698\n# MD5 Fingerprint: a2:e1:f8:18:0b:ba:45:d5:c7:41:2a:bb:37:52:45:64\n# SHA1 Fingerprint: b8:be:6d:cb:56:f1:55:b9:63:d4:12:ca:4e:06:34:c7:94:b2:1c:c0\n# SHA256 Fingerprint: 07:53:e9:40:37:8c:1b:d5:e3:83:6e:39:5d:ae:a5:cb:83:9e:50:46:f1:bd:0e:ae:19:51:cf:10:fe:c7:c9:65\n-----BEGIN CERTIFICATE-----\nMIIGLzCCBBegAwIBAgIIJaHfyjPLWQIwDQYJKoZIhvcNAQELBQAwgaQxCzAJBgNV\nBAYTAlBBMQ8wDQYDVQQIDAZQYW5hbWExFDASBgNVBAcMC1BhbmFtYSBDaXR5MSQw\nIgYDVQQKDBtUcnVzdENvciBTeXN0ZW1zIFMuIGRlIFIuTC4xJzAlBgNVBAsMHlRy\ndXN0Q29yIENlcnRpZmljYXRlIEF1dGhvcml0eTEfMB0GA1UEAwwWVHJ1c3RDb3Ig\nUm9vdENlcnQgQ0EtMjAeFw0xNjAyMDQxMjMyMjNaFw0zNDEyMzExNzI2MzlaMIGk\nMQswCQYDVQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEg\nQ2l0eTEkMCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYD\nVQQLDB5UcnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxHzAdBgNVBAMMFlRy\ndXN0Q29yIFJvb3RDZXJ0IENBLTIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK\nAoICAQCnIG7CKqJiJJWQdsg4foDSq8GbZQWU9MEKENUCrO2fk8eHyLAnK0IMPQo+\nQVqedd2NyuCb7GgypGmSaIwLgQ5WoD4a3SwlFIIvl9NkRvRUqdw6VC0xK5mC8tkq\n1+9xALgxpL56JAfDQiDyitSSBBtlVkxs1Pu2YVpHI7TYabS3OtB0PAx1oYxOdqHp\n2yqlO/rOsP9+aij9JxzIsekp8VduZLTQwRVtDr4uDkbIXvRR/u8OYzo7cbrPb1nK\nDOObXUm4TOJXsZiKQlecdu/vvdFoqNL0Cbt3Nb4lggjEFixEIFapRBF37120Hape\naz6LMvYHL1cEksr1/p3C6eizjkxLAjHZ5DxIgif3GIJ2SDpxsROhOdUuxTTCHWKF\n3wP+TfSvPd9cW436cOGlfifHhi5qjxLGhF5DUVCcGZt45vz27Ud+ez1m7xMTiF88\noWP7+ayHNZ/zgp6kPwqcMWmLmaSISo5uZk3vFsQPeSghYA2FFn3XVDjxklb9tTNM\ng9zXEJ9L/cb4Qr26fHMC4P99zVvh1Kxhe1fVSntb1IVYJ12/+CtgrKAmrhQhJ8Z3\nmjOAPF5GP/fDsaOGM8boXg25NSyqRsGFAnWAoOsk+xWq5Gd/bnc/9ASKL3x74xdh\n8N0JqSDIvgmk0H5Ew7IwSjiqqewYmgeCK9u4nBit2uBGF6zPXQIDAQABo2MwYTAd\nBgNVHQ4EFgQU2f4hQG6UnrybPZx9mCAZ5YwwYrIwHwYDVR0jBBgwFoAU2f4hQG6U\nnrybPZx9mCAZ5YwwYrIwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYw\nDQYJKoZIhvcNAQELBQADggIBAJ5Fngw7tu/hOsh80QA9z+LqBrWyOrsGS2h60COX\ndKcs8AjYeVrXWoSK2BKaG9l9XE1wxaX5q+WjiYndAfrs3fnpkpfbsEZC89NiqpX+\nMWcUaViQCqoL7jcjx1BRtPV+nuN79+TMQjItSQzL/0kMmx40/W5ulop5A7Zv2wnL\n/V9lFDfhOPXzYRZY5LVtDQsEGz9QLX+zx3oaFoBg+Iof6Rsqxvm6ARppv9JYx1RX\nCI/hOWB3S6xZhBqI8d3LT3jX5+EzLfzuQfogsL7L9ziUwOHQhQ+77Sxzq+3+knYa\nZH9bDTMJBzN7Bj8RpFxwPIXAz+OQqIN3+tvmxYxoZxBnpVIt8MSZj3+/0WvitUfW\n2dCFmU2Umw9Lje4AWkcdEQOsQRivh7dvDDqPys/cA8GiCcjl/YBeyGBCARsaU1q7\nN6a3vLqE6R5sGtRk2tRD/pOLS/IseRYQ1JMLiI+h2IYURpFHmygk71dSTlxCnKr3\nSewn6EAes6aJInKc9Q0ztFijMDvd1GpUk74aTfOTlPf8hAs/hCBcNANExdqtvArB\nAs8e5ZTZ845b2EzwnexhF7sUMlQMAimTHpKG9n/v55IFDlndmQguLvqcAFLTxWYp\n5KeXRKQOKIETNcX2b2TmQcTVL8w0RSXPQQCWPUouwpaYT05KnJe32x+SMsj/D1Fu\n1uwJ\n-----END CERTIFICATE-----\n\n# Issuer: CN=TrustCor ECA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority\n# Subject: CN=TrustCor ECA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority\n# Label: \"TrustCor ECA-1\"\n# Serial: 9548242946988625984\n# MD5 Fingerprint: 27:92:23:1d:0a:f5:40:7c:e9:e6:6b:9d:d8:f5:e7:6c\n# SHA1 Fingerprint: 58:d1:df:95:95:67:6b:63:c0:f0:5b:1c:17:4d:8b:84:0b:c8:78:bd\n# SHA256 Fingerprint: 5a:88:5d:b1:9c:01:d9:12:c5:75:93:88:93:8c:af:bb:df:03:1a:b2:d4:8e:91:ee:15:58:9b:42:97:1d:03:9c\n-----BEGIN CERTIFICATE-----\nMIIEIDCCAwigAwIBAgIJAISCLF8cYtBAMA0GCSqGSIb3DQEBCwUAMIGcMQswCQYD\nVQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEk\nMCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5U\ncnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxFzAVBgNVBAMMDlRydXN0Q29y\nIEVDQS0xMB4XDTE2MDIwNDEyMzIzM1oXDTI5MTIzMTE3MjgwN1owgZwxCzAJBgNV\nBAYTAlBBMQ8wDQYDVQQIDAZQYW5hbWExFDASBgNVBAcMC1BhbmFtYSBDaXR5MSQw\nIgYDVQQKDBtUcnVzdENvciBTeXN0ZW1zIFMuIGRlIFIuTC4xJzAlBgNVBAsMHlRy\ndXN0Q29yIENlcnRpZmljYXRlIEF1dGhvcml0eTEXMBUGA1UEAwwOVHJ1c3RDb3Ig\nRUNBLTEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDPj+ARtZ+odnbb\n3w9U73NjKYKtR8aja+3+XzP4Q1HpGjORMRegdMTUpwHmspI+ap3tDvl0mEDTPwOA\nBoJA6LHip1GnHYMma6ve+heRK9jGrB6xnhkB1Zem6g23xFUfJ3zSCNV2HykVh0A5\n3ThFEXXQmqc04L/NyFIduUd+Dbi7xgz2c1cWWn5DkR9VOsZtRASqnKmcp0yJF4Ou\nowReUoCLHhIlERnXDH19MURB6tuvsBzvgdAsxZohmz3tQjtQJvLsznFhBmIhVE5/\nwZ0+fyCMgMsq2JdiyIMzkX2woloPV+g7zPIlstR8L+xNxqE6FXrntl019fZISjZF\nZtS6mFjBAgMBAAGjYzBhMB0GA1UdDgQWBBREnkj1zG1I1KBLf/5ZJC+Dl5mahjAf\nBgNVHSMEGDAWgBREnkj1zG1I1KBLf/5ZJC+Dl5mahjAPBgNVHRMBAf8EBTADAQH/\nMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAQEABT41XBVwm8nHc2Fv\ncivUwo/yQ10CzsSUuZQRg2dd4mdsdXa/uwyqNsatR5Nj3B5+1t4u/ukZMjgDfxT2\nAHMsWbEhBuH7rBiVDKP/mZb3Kyeb1STMHd3BOuCYRLDE5D53sXOpZCz2HAF8P11F\nhcCF5yWPldwX8zyfGm6wyuMdKulMY/okYWLW2n62HGz1Ah3UKt1VkOsqEUc8Ll50\nsoIipX1TH0XsJ5F95yIW6MBoNtjG8U+ARDL54dHRHareqKucBK+tIA5kmE2la8BI\nWJZpTdwHjFGTot+fDz2LYLSCjaoITmJF4PkL0uDgPFveXHEnJcLmA4GLEFPjx1Wi\ntJ/X5g==\n-----END CERTIFICATE-----\n\n# Issuer: CN=SSL.com Root Certification Authority RSA O=SSL Corporation\n# Subject: CN=SSL.com Root Certification Authority RSA O=SSL Corporation\n# Label: \"SSL.com Root Certification Authority RSA\"\n# Serial: 8875640296558310041\n# MD5 Fingerprint: 86:69:12:c0:70:f1:ec:ac:ac:c2:d5:bc:a5:5b:a1:29\n# SHA1 Fingerprint: b7:ab:33:08:d1:ea:44:77:ba:14:80:12:5a:6f:bd:a9:36:49:0c:bb\n# SHA256 Fingerprint: 85:66:6a:56:2e:e0:be:5c:e9:25:c1:d8:89:0a:6f:76:a8:7e:c1:6d:4d:7d:5f:29:ea:74:19:cf:20:12:3b:69\n-----BEGIN CERTIFICATE-----\nMIIF3TCCA8WgAwIBAgIIeyyb0xaAMpkwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UE\nBhMCVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQK\nDA9TU0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZp\nY2F0aW9uIEF1dGhvcml0eSBSU0EwHhcNMTYwMjEyMTczOTM5WhcNNDEwMjEyMTcz\nOTM5WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv\ndXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNv\nbSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQTCCAiIwDQYJKoZIhvcN\nAQEBBQADggIPADCCAgoCggIBAPkP3aMrfcvQKv7sZ4Wm5y4bunfh4/WvpOz6Sl2R\nxFdHaxh3a3by/ZPkPQ/CFp4LZsNWlJ4Xg4XOVu/yFv0AYvUiCVToZRdOQbngT0aX\nqhvIuG5iXmmxX9sqAn78bMrzQdjt0Oj8P2FI7bADFB0QDksZ4LtO7IZl/zbzXmcC\nC52GVWH9ejjt/uIZALdvoVBidXQ8oPrIJZK0bnoix/geoeOy3ZExqysdBP+lSgQ3\n6YWkMyv94tZVNHwZpEpox7Ko07fKoZOI68GXvIz5HdkihCR0xwQ9aqkpk8zruFvh\n/l8lqjRYyMEjVJ0bmBHDOJx+PYZspQ9AhnwC9FwCTyjLrnGfDzrIM/4RJTXq/LrF\nYD3ZfBjVsqnTdXgDciLKOsMf7yzlLqn6niy2UUb9rwPW6mBo6oUWNmuF6R7As93E\nJNyAKoFBbZQ+yODJgUEAnl6/f8UImKIYLEJAs/lvOCdLToD0PYFH4Ih86hzOtXVc\nUS4cK38acijnALXRdMbX5J+tB5O2UzU1/Dfkw/ZdFr4hc96SCvigY2q8lpJqPvi8\nZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi81xtZPCvM8hnIk2snYxnP/Okm\n+Mpxm3+T/jRnhE6Z6/yzeAkzcLpmpnbtG3PrGqUNxCITIJRWCk4sbE6x/c+cCbqi\nM+2HAgMBAAGjYzBhMB0GA1UdDgQWBBTdBAkHovV6fVJTEpKV7jiAJQ2mWTAPBgNV\nHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFN0ECQei9Xp9UlMSkpXuOIAlDaZZMA4G\nA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAIBgRlCn7Jp0cHh5wYfGV\ncpNxJK1ok1iOMq8bs3AD/CUrdIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBc\nHadm47GUBwwyOabqG7B52B2ccETjit3E+ZUfijhDPwGFpUenPUayvOUiaPd7nNgs\nPgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAslu1OJD7OAUN5F7kR/\nq5R4ZJjT9ijdh9hwZXT7DrkT66cPYakylszeu+1jTBi7qUD3oFRuIIhxdRjqerQ0\ncuAjJ3dctpDqhiVAq+8zD8ufgr6iIPv2tS0a5sKFsXQP+8hlAqRSAUfdSSLBv9jr\na6x+3uxjMxW3IwiPxg+NQVrdjsW5j+VFP3jbutIbQLH+cU0/4IGiul607BXgk90I\nH37hVZkLId6Tngr75qNJvTYw/ud3sqB1l7UtgYgXZSD32pAAn8lSzDLKNXz1PQ/Y\nK9f1JmzJBjSWFupwWRoyeXkLtoh/D1JIPb9s2KJELtFOt3JY04kTlf5Eq/jXixtu\nnLwsoFvVagCvXzfh1foQC5ichucmj87w7G6KVwuA406ywKBjYZC6VWg3dGq2ktuf\noYYitmUnDuy2n0Jg5GfCtdpBC8TTi2EbvPofkSvXRAdeuims2cXp71NIWuuA8ShY\nIc2wBlX7Jz9TkHCpBB5XJ7k=\n-----END CERTIFICATE-----\n\n# Issuer: CN=SSL.com Root Certification Authority ECC O=SSL Corporation\n# Subject: CN=SSL.com Root Certification Authority ECC O=SSL Corporation\n# Label: \"SSL.com Root Certification Authority ECC\"\n# Serial: 8495723813297216424\n# MD5 Fingerprint: 2e:da:e4:39:7f:9c:8f:37:d1:70:9f:26:17:51:3a:8e\n# SHA1 Fingerprint: c3:19:7c:39:24:e6:54:af:1b:c4:ab:20:95:7a:e2:c3:0e:13:02:6a\n# SHA256 Fingerprint: 34:17:bb:06:cc:60:07:da:1b:96:1c:92:0b:8a:b4:ce:3f:ad:82:0e:4a:a3:0b:9a:cb:c4:a7:4e:bd:ce:bc:65\n-----BEGIN CERTIFICATE-----\nMIICjTCCAhSgAwIBAgIIdebfy8FoW6gwCgYIKoZIzj0EAwIwfDELMAkGA1UEBhMC\nVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T\nU0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0\naW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNDAzWhcNNDEwMjEyMTgxNDAz\nWjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0\nb24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNvbSBS\nb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuB\nBAAiA2IABEVuqVDEpiM2nl8ojRfLliJkP9x6jh3MCLOicSS6jkm5BBtHllirLZXI\n7Z4INcgn64mMU1jrYor+8FsPazFSY0E7ic3s7LaNGdM0B9y7xgZ/wkWV7Mt/qCPg\nCemB+vNH06NjMGEwHQYDVR0OBBYEFILRhXMw5zUE044CkvvlpNHEIejNMA8GA1Ud\nEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUgtGFczDnNQTTjgKS++Wk0cQh6M0wDgYD\nVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2cAMGQCMG/n61kRpGDPYbCWe+0F+S8T\nkdzt5fxQaxFGRrMcIQBiu77D5+jNB5n5DQtdcj7EqgIwH7y6C+IwJPt8bYBVCpk+\ngA0z5Wajs6O7pdWLjwkspl1+4vAHCGht0nxpbl/f5Wpl\n-----END CERTIFICATE-----\n\n# Issuer: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation\n# Subject: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation\n# Label: \"SSL.com EV Root Certification Authority RSA R2\"\n# Serial: 6248227494352943350\n# MD5 Fingerprint: e1:1e:31:58:1a:ae:54:53:02:f6:17:6a:11:7b:4d:95\n# SHA1 Fingerprint: 74:3a:f0:52:9b:d0:32:a0:f4:4a:83:cd:d4:ba:a9:7b:7c:2e:c4:9a\n# SHA256 Fingerprint: 2e:7b:f1:6c:c2:24:85:a7:bb:e2:aa:86:96:75:07:61:b0:ae:39:be:3b:2f:e9:d0:cc:6d:4e:f7:34:91:42:5c\n-----BEGIN CERTIFICATE-----\nMIIF6zCCA9OgAwIBAgIIVrYpzTS8ePYwDQYJKoZIhvcNAQELBQAwgYIxCzAJBgNV\nBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UE\nCgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQDDC5TU0wuY29tIEVWIFJvb3QgQ2Vy\ndGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIyMB4XDTE3MDUzMTE4MTQzN1oXDTQy\nMDUzMDE4MTQzN1owgYIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4G\nA1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQD\nDC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIy\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvq\nM0fNTPl9fb69LT3w23jhhqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssuf\nOePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7wcXHswxzpY6IXFJ3vG2fThVUCAtZJycxa\n4bH3bzKfydQ7iEGonL3Lq9ttewkfokxykNorCPzPPFTOZw+oz12WGQvE43LrrdF9\nHSfvkusQv1vrO6/PgN3B0pYEW3p+pKk8OHakYo6gOV7qd89dAFmPZiw+B6KjBSYR\naZfqhbcPlgtLyEDhULouisv3D5oi53+aNxPN8k0TayHRwMwi8qFG9kRpnMphNQcA\nb9ZhCBHqurj26bNg5U257J8UZslXWNvNh2n4ioYSA0e/ZhN2rHd9NCSFg83XqpyQ\nGp8hLH94t2S42Oim9HizVcuE0jLEeK6jj2HdzghTreyI/BXkmg3mnxp3zkyPuBQV\nPWKchjgGAGYS5Fl2WlPAApiiECtoRHuOec4zSnaqW4EWG7WK2NAAe15itAnWhmMO\npgWVSbooi4iTsjQc2KRVbrcc0N6ZVTsj9CLg+SlmJuwgUHfbSguPvuUCYHBBXtSu\nUDkiFCbLsjtzdFVHB3mBOagwE0TlBIqulhMlQg+5U8Sb/M3kHN48+qvWBkofZ6aY\nMBzdLNvcGJVXZsb/XItW9XcCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNV\nHSMEGDAWgBT5YLvU49U09rj1BoAlp3PbRmmonjAdBgNVHQ4EFgQU+WC71OPVNPa4\n9QaAJadz20ZpqJ4wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBW\ns47LCp1Jjr+kxJG7ZhcFUZh1++VQLHqe8RT6q9OKPv+RKY9ji9i0qVQBDb6Thi/5\nSm3HXvVX+cpVHBK+Rw82xd9qt9t1wkclf7nxY/hoLVUE0fKNsKTPvDxeH3jnpaAg\ncLAExbf3cqfeIg29MyVGjGSSJuM+LmOW2puMPfgYCdcDzH2GguDKBAdRUNf/ktUM\n79qGn5nX67evaOI5JpS6aLe/g9Pqemc9YmeuJeVy6OLk7K4S9ksrPJ/psEDzOFSz\n/bdoyNrGj1E8svuR3Bznm53htw1yj+KkxKl4+esUrMZDBcJlOSgYAsOCsp0FvmXt\nll9ldDz7CTUue5wT/RsPXcdtgTpWD8w74a8CLyKsRspGPKAcTNZEtF4uXBVmCeEm\nKf7GUmG6sXP/wwyc5WxqlD8UykAWlYTzWamsX0xhk23RO8yilQwipmdnRC652dKK\nQbNmC1r7fSOl8hqw/96bg5Qu0T/fkreRrwU7ZcegbLHNYhLDkBvjJc40vG93drEQ\nw/cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C/pEN1hlMYegouCRw2n5H9gooi\nS9EOUCXdywMMF8mDAAhONU2Ki+3wApRmLER/y5UnlhetCTCstnEXbosX9hwJ1C07\nmKVx01QT2WDz9UtmT/rx7iASjbSsV7FFY6GsdqnC+w==\n-----END CERTIFICATE-----\n\n# Issuer: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation\n# Subject: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation\n# Label: \"SSL.com EV Root Certification Authority ECC\"\n# Serial: 3182246526754555285\n# MD5 Fingerprint: 59:53:22:65:83:42:01:54:c0:ce:42:b9:5a:7c:f2:90\n# SHA1 Fingerprint: 4c:dd:51:a3:d1:f5:20:32:14:b0:c6:c5:32:23:03:91:c7:46:42:6d\n# SHA256 Fingerprint: 22:a2:c1:f7:bd:ed:70:4c:c1:e7:01:b5:f4:08:c3:10:88:0f:e9:56:b5:de:2a:4a:44:f9:9c:87:3a:25:a7:c8\n-----BEGIN CERTIFICATE-----\nMIIClDCCAhqgAwIBAgIILCmcWxbtBZUwCgYIKoZIzj0EAwIwfzELMAkGA1UEBhMC\nVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T\nU0wgQ29ycG9yYXRpb24xNDAyBgNVBAMMK1NTTC5jb20gRVYgUm9vdCBDZXJ0aWZp\nY2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNTIzWhcNNDEwMjEyMTgx\nNTIzWjB/MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv\ndXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NMLmNv\nbSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49\nAgEGBSuBBAAiA2IABKoSR5CYG/vvw0AHgyBO8TCCogbR8pKGYfL2IWjKAMTH6kMA\nVIbc/R/fALhBYlzccBYy3h+Z1MzFB8gIH2EWB1E9fVwHU+M1OIzfzZ/ZLg1Kthku\nWnBaBu2+8KGwytAJKaNjMGEwHQYDVR0OBBYEFFvKXuXe0oGqzagtZFG22XKbl+ZP\nMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUW8pe5d7SgarNqC1kUbbZcpuX\n5k8wDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2gAMGUCMQCK5kCJN+vp1RPZ\nytRrJPOwPYdGWBrssd9v+1a6cGvHOMzosYxPD/fxZ3YOg9AeUY8CMD32IygmTMZg\nh5Mmm7I1HrrW9zzRHM76JTymGoEVW/MSD2zuZYrJh6j5B+BimoxcSg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6\n# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6\n# Label: \"GlobalSign Root CA - R6\"\n# Serial: 1417766617973444989252670301619537\n# MD5 Fingerprint: 4f:dd:07:e4:d4:22:64:39:1e:0c:37:42:ea:d1:c6:ae\n# SHA1 Fingerprint: 80:94:64:0e:b5:a7:a1:ca:11:9c:1f:dd:d5:9f:81:02:63:a7:fb:d1\n# SHA256 Fingerprint: 2c:ab:ea:fe:37:d0:6c:a2:2a:ba:73:91:c0:03:3d:25:98:29:52:c4:53:64:73:49:76:3a:3a:b5:ad:6c:cf:69\n-----BEGIN CERTIFICATE-----\nMIIFgzCCA2ugAwIBAgIORea7A4Mzw4VlSOb/RVEwDQYJKoZIhvcNAQEMBQAwTDEg\nMB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjYxEzARBgNVBAoTCkdsb2Jh\nbFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTQxMjEwMDAwMDAwWhcNMzQx\nMjEwMDAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSNjET\nMBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJUH6HPKZvnsFMp7PPcNCPG0RQssgrRI\nxutbPK6DuEGSMxSkb3/pKszGsIhrxbaJ0cay/xTOURQh7ErdG1rG1ofuTToVBu1k\nZguSgMpE3nOUTvOniX9PeGMIyBJQbUJmL025eShNUhqKGoC3GYEOfsSKvGRMIRxD\naNc9PIrFsmbVkJq3MQbFvuJtMgamHvm566qjuL++gmNQ0PAYid/kD3n16qIfKtJw\nLnvnvJO7bVPiSHyMEAc4/2ayd2F+4OqMPKq0pPbzlUoSB239jLKJz9CgYXfIWHSw\n1CM69106yqLbnQneXUQtkPGBzVeS+n68UARjNN9rkxi+azayOeSsJDa38O+2HBNX\nk7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05OWgtH8wY2\nSXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/h\nbguyCLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwgQqomnUdnjqGBQCe24DWJfncBZ4n\nWUx2OVvq+aWh2IMP0f/fMBH5hc8zSPXKbWQULHpYT9NLCEnFlWQaYw55PfWzjMpY\nrZxCRXluDocZXFSxZba/jJvcE+kNb7gu3GduyYsRtYQUigAZcIN5kZeR1Bonvzce\nMgfYFGM8KEyvAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTAD\nAQH/MB0GA1UdDgQWBBSubAWjkxPioufi1xzWx/B/yGdToDAfBgNVHSMEGDAWgBSu\nbAWjkxPioufi1xzWx/B/yGdToDANBgkqhkiG9w0BAQwFAAOCAgEAgyXt6NH9lVLN\nnsAEoJFp5lzQhN7craJP6Ed41mWYqVuoPId8AorRbrcWc+ZfwFSY1XS+wc3iEZGt\nIxg93eFyRJa0lV7Ae46ZeBZDE1ZXs6KzO7V33EByrKPrmzU+sQghoefEQzd5Mr61\n55wsTLxDKZmOMNOsIeDjHfrYBzN2VAAiKrlNIC5waNrlU/yDXNOd8v9EDERm8tLj\nvUYAGm0CuiVdjaExUd1URhxN25mW7xocBFymFe944Hn+Xds+qkxV/ZoVqW/hpvvf\ncDDpw+5CRu3CkwWJ+n1jez/QcYF8AOiYrg54NMMl+68KnyBr3TsTjxKM4kEaSHpz\noHdpx7Zcf4LIHv5YGygrqGytXm3ABdJ7t+uA/iU3/gKbaKxCXcPu9czc8FB10jZp\nnOZ7BN9uBmm23goJSFmH63sUYHpkqmlD75HHTOwY3WzvUy2MmeFe8nI+z1TIvWfs\npA9MRf/TuTAjB0yPEL+GltmZWrSZVxykzLsViVO6LAUP5MSeGbEYNNVMnbrt9x+v\nJJUEeKgDu+6B5dpffItKoZB0JaezPkvILFa9x8jvOOJckvB595yEunQtYQEgfn7R\n8k8HWV+LLUNS60YMlOH1Zkd5d9VUWx+tJDfLRVpOoERIyNiwmcUVhAn21klJwGW4\n5hpxbqCo8YLoRT5s1gLXCmeDBVrJpBA=\n-----END CERTIFICATE-----\n\n# Issuer: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed\n# Subject: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed\n# Label: \"OISTE WISeKey Global Root GC CA\"\n# Serial: 44084345621038548146064804565436152554\n# MD5 Fingerprint: a9:d6:b9:2d:2f:93:64:f8:a5:69:ca:91:e9:68:07:23\n# SHA1 Fingerprint: e0:11:84:5e:34:de:be:88:81:b9:9c:f6:16:26:d1:96:1f:c3:b9:31\n# SHA256 Fingerprint: 85:60:f9:1c:36:24:da:ba:95:70:b5:fe:a0:db:e3:6f:f1:1a:83:23:be:94:86:85:4f:b3:f3:4a:55:71:19:8d\n-----BEGIN CERTIFICATE-----\nMIICaTCCAe+gAwIBAgIQISpWDK7aDKtARb8roi066jAKBggqhkjOPQQDAzBtMQsw\nCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91\nbmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwg\nUm9vdCBHQyBDQTAeFw0xNzA1MDkwOTQ4MzRaFw00MjA1MDkwOTU4MzNaMG0xCzAJ\nBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBGb3Vu\nZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2JhbCBS\nb290IEdDIENBMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAETOlQwMYPchi82PG6s4ni\neUqjFqdrVCTbUf/q9Akkwwsin8tqJ4KBDdLArzHkdIJuyiXZjHWd8dvQmqJLIX4W\np2OQ0jnUsYd4XxiWD1AbNTcPasbc2RNNpI6QN+a9WzGRo1QwUjAOBgNVHQ8BAf8E\nBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUSIcUrOPDnpBgOtfKie7T\nrYy0UGYwEAYJKwYBBAGCNxUBBAMCAQAwCgYIKoZIzj0EAwMDaAAwZQIwJsdpW9zV\n57LnyAyMjMPdeYwbY9XJUpROTYJKcx6ygISpJcBMWm1JKWB4E+J+SOtkAjEA2zQg\nMgj/mkkCtojeFK9dbJlxjRo/i9fgojaGHAeCOnZT/cKi7e97sIBPWA9LUzm9\n-----END CERTIFICATE-----\n\n# Issuer: CN=UCA Global G2 Root O=UniTrust\n# Subject: CN=UCA Global G2 Root O=UniTrust\n# Label: \"UCA Global G2 Root\"\n# Serial: 124779693093741543919145257850076631279\n# MD5 Fingerprint: 80:fe:f0:c4:4a:f0:5c:62:32:9f:1c:ba:78:a9:50:f8\n# SHA1 Fingerprint: 28:f9:78:16:19:7a:ff:18:25:18:aa:44:fe:c1:a0:ce:5c:b6:4c:8a\n# SHA256 Fingerprint: 9b:ea:11:c9:76:fe:01:47:64:c1:be:56:a6:f9:14:b5:a5:60:31:7a:bd:99:88:39:33:82:e5:16:1a:a0:49:3c\n-----BEGIN CERTIFICATE-----\nMIIFRjCCAy6gAwIBAgIQXd+x2lqj7V2+WmUgZQOQ7zANBgkqhkiG9w0BAQsFADA9\nMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxGzAZBgNVBAMMElVDQSBH\nbG9iYWwgRzIgUm9vdDAeFw0xNjAzMTEwMDAwMDBaFw00MDEyMzEwMDAwMDBaMD0x\nCzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDEbMBkGA1UEAwwSVUNBIEds\nb2JhbCBHMiBSb290MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxeYr\nb3zvJgUno4Ek2m/LAfmZmqkywiKHYUGRO8vDaBsGxUypK8FnFyIdK+35KYmToni9\nkmugow2ifsqTs6bRjDXVdfkX9s9FxeV67HeToI8jrg4aA3++1NDtLnurRiNb/yzm\nVHqUwCoV8MmNsHo7JOHXaOIxPAYzRrZUEaalLyJUKlgNAQLx+hVRZ2zA+te2G3/R\nVogvGjqNO7uCEeBHANBSh6v7hn4PJGtAnTRnvI3HLYZveT6OqTwXS3+wmeOwcWDc\nC/Vkw85DvG1xudLeJ1uK6NjGruFZfc8oLTW4lVYa8bJYS7cSN8h8s+1LgOGN+jIj\ntm+3SJUIsUROhYw6AlQgL9+/V087OpAh18EmNVQg7Mc/R+zvWr9LesGtOxdQXGLY\nD0tK3Cv6brxzks3sx1DoQZbXqX5t2Okdj4q1uViSukqSKwxW/YDrCPBeKW4bHAyv\nj5OJrdu9o54hyokZ7N+1wxrrFv54NkzWbtA+FxyQF2smuvt6L78RHBgOLXMDj6Dl\nNaBa4kx1HXHhOThTeEDMg5PXCp6dW4+K5OXgSORIskfNTip1KnvyIvbJvgmRlld6\niIis7nCs+dwp4wwcOxJORNanTrAmyPPZGpeRaOrvjUYG0lZFWJo8DA+DuAUlwznP\nO6Q0ibd5Ei9Hxeepl2n8pndntd978XplFeRhVmUCAwEAAaNCMEAwDgYDVR0PAQH/\nBAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFIHEjMz15DD/pQwIX4wV\nZyF0Ad/fMA0GCSqGSIb3DQEBCwUAA4ICAQATZSL1jiutROTL/7lo5sOASD0Ee/oj\nL3rtNtqyzm325p7lX1iPyzcyochltq44PTUbPrw7tgTQvPlJ9Zv3hcU2tsu8+Mg5\n1eRfB70VVJd0ysrtT7q6ZHafgbiERUlMjW+i67HM0cOU2kTC5uLqGOiiHycFutfl\n1qnN3e92mI0ADs0b+gO3joBYDic/UvuUospeZcnWhNq5NXHzJsBPd+aBJ9J3O5oU\nb3n09tDh05S60FdRvScFDcH9yBIw7m+NESsIndTUv4BFFJqIRNow6rSn4+7vW4LV\nPtateJLbXDzz2K36uGt/xDYotgIVilQsnLAXc47QN6MUPJiVAAwpBVueSUmxX8fj\ny88nZY41F7dXyDDZQVu5FLbowg+UMaeUmMxq67XhJ/UQqAHojhJi6IjMtX9Gl8Cb\nEGY4GjZGXyJoPd/JxhMnq1MGrKI8hgZlb7F+sSlEmqO6SWkoaY/X5V+tBIZkbxqg\nDMUIYs6Ao9Dz7GjevjPHF1t/gMRMTLGmhIrDO7gJzRSBuhjjVFc2/tsvfEehOjPI\n+Vg7RE+xygKJBJYoaMVLuCaJu9YzL1DV/pqJuhgyklTGW+Cd+V7lDSKb9triyCGy\nYiGqhkCyLmTTX8jjfhFnRR8F/uOi77Oos/N9j/gMHyIfLXC0uAE0djAA5SN4p1bX\nUB+K+wb1whnw0A==\n-----END CERTIFICATE-----\n\n# Issuer: CN=UCA Extended Validation Root O=UniTrust\n# Subject: CN=UCA Extended Validation Root O=UniTrust\n# Label: \"UCA Extended Validation Root\"\n# Serial: 106100277556486529736699587978573607008\n# MD5 Fingerprint: a1:f3:5f:43:c6:34:9b:da:bf:8c:7e:05:53:ad:96:e2\n# SHA1 Fingerprint: a3:a1:b0:6f:24:61:23:4a:e3:36:a5:c2:37:fc:a6:ff:dd:f0:d7:3a\n# SHA256 Fingerprint: d4:3a:f9:b3:54:73:75:5c:96:84:fc:06:d7:d8:cb:70:ee:5c:28:e7:73:fb:29:4e:b4:1e:e7:17:22:92:4d:24\n-----BEGIN CERTIFICATE-----\nMIIFWjCCA0KgAwIBAgIQT9Irj/VkyDOeTzRYZiNwYDANBgkqhkiG9w0BAQsFADBH\nMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBF\neHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwHhcNMTUwMzEzMDAwMDAwWhcNMzgxMjMx\nMDAwMDAwWjBHMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNV\nBAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwggIiMA0GCSqGSIb3DQEB\nAQUAA4ICDwAwggIKAoICAQCpCQcoEwKwmeBkqh5DFnpzsZGgdT6o+uM4AHrsiWog\nD4vFsJszA1qGxliG1cGFu0/GnEBNyr7uaZa4rYEwmnySBesFK5pI0Lh2PpbIILvS\nsPGP2KxFRv+qZ2C0d35qHzwaUnoEPQc8hQ2E0B92CvdqFN9y4zR8V05WAT558aop\nO2z6+I9tTcg1367r3CTueUWnhbYFiN6IXSV8l2RnCdm/WhUFhvMJHuxYMjMR83dk\nsHYf5BA1FxvyDrFspCqjc/wJHx4yGVMR59mzLC52LqGj3n5qiAno8geK+LLNEOfi\nc0CTuwjRP+H8C5SzJe98ptfRr5//lpr1kXuYC3fUfugH0mK1lTnj8/FtDw5lhIpj\nVMWAtuCeS31HJqcBCF3RiJ7XwzJE+oJKCmhUfzhTA8ykADNkUVkLo4KRel7sFsLz\nKuZi2irbWWIQJUoqgQtHB0MGcIfS+pMRKXpITeuUx3BNr2fVUbGAIAEBtHoIppB/\nTuDvB0GHr2qlXov7z1CymlSvw4m6WC31MJixNnI5fkkE/SmnTHnkBVfblLkWU41G\nsx2VYVdWf6/wFlthWG82UBEL2KwrlRYaDh8IzTY0ZRBiZtWAXxQgXy0MoHgKaNYs\n1+lvK9JKBZP8nm9rZ/+I8U6laUpSNwXqxhaN0sSZ0YIrO7o1dfdRUVjzyAfd5LQD\nfwIDAQABo0IwQDAdBgNVHQ4EFgQU2XQ65DA9DfcS3H5aBZ8eNJr34RQwDwYDVR0T\nAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQADggIBADaN\nl8xCFWQpN5smLNb7rhVpLGsaGvdftvkHTFnq88nIua7Mui563MD1sC3AO6+fcAUR\nap8lTwEpcOPlDOHqWnzcSbvBHiqB9RZLcpHIojG5qtr8nR/zXUACE/xOHAbKsxSQ\nVBcZEhrxH9cMaVr2cXj0lH2RC47skFSOvG+hTKv8dGT9cZr4QQehzZHkPJrgmzI5\nc6sq1WnIeJEmMX3ixzDx/BR4dxIOE/TdFpS/S2d7cFOFyrC78zhNLJA5wA3CXWvp\n4uXViI3WLL+rG761KIcSF3Ru/H38j9CHJrAb+7lsq+KePRXBOy5nAliRn+/4Qh8s\nt2j1da3Ptfb/EX3C8CSlrdP6oDyp+l3cpaDvRKS+1ujl5BOWF3sGPjLtx7dCvHaj\n2GU4Kzg1USEODm8uNBNA4StnDG1KQTAYI1oyVZnJF+A83vbsea0rWBmirSwiGpWO\nvpaQXUJXxPkUAzUrHC1RVwinOt4/5Mi0A3PCwSaAuwtCH60NryZy2sy+s6ODWA2C\nxR9GUeOcGMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmx\ncmtpzyKEC2IPrNkZAJSidjzULZrtBJ4tBmIQN1IchXIbJ+XMxjHsN+xjWZsLHXbM\nfjKaiJUINlK73nZfdklJrX+9ZSCyycErdhh2n1ax\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036\n# Subject: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036\n# Label: \"Certigna Root CA\"\n# Serial: 269714418870597844693661054334862075617\n# MD5 Fingerprint: 0e:5c:30:62:27:eb:5b:bc:d7:ae:62:ba:e9:d5:df:77\n# SHA1 Fingerprint: 2d:0d:52:14:ff:9e:ad:99:24:01:74:20:47:6e:6c:85:27:27:f5:43\n# SHA256 Fingerprint: d4:8d:3d:23:ee:db:50:a4:59:e5:51:97:60:1c:27:77:4b:9d:7b:18:c9:4d:5a:05:95:11:a1:02:50:b9:31:68\n-----BEGIN CERTIFICATE-----\nMIIGWzCCBEOgAwIBAgIRAMrpG4nxVQMNo+ZBbcTjpuEwDQYJKoZIhvcNAQELBQAw\nWjELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczEcMBoGA1UECwwTMDAw\nMiA0ODE0NjMwODEwMDAzNjEZMBcGA1UEAwwQQ2VydGlnbmEgUm9vdCBDQTAeFw0x\nMzEwMDEwODMyMjdaFw0zMzEwMDEwODMyMjdaMFoxCzAJBgNVBAYTAkZSMRIwEAYD\nVQQKDAlEaGlteW90aXMxHDAaBgNVBAsMEzAwMDIgNDgxNDYzMDgxMDAwMzYxGTAX\nBgNVBAMMEENlcnRpZ25hIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw\nggIKAoICAQDNGDllGlmx6mQWDoyUJJV8g9PFOSbcDO8WV43X2KyjQn+Cyu3NW9sO\nty3tRQgXstmzy9YXUnIo245Onoq2C/mehJpNdt4iKVzSs9IGPjA5qXSjklYcoW9M\nCiBtnyN6tMbaLOQdLNyzKNAT8kxOAkmhVECe5uUFoC2EyP+YbNDrihqECB63aCPu\nI9Vwzm1RaRDuoXrC0SIxwoKF0vJVdlB8JXrJhFwLrN1CTivngqIkicuQstDuI7pm\nTLtipPlTWmR7fJj6o0ieD5Wupxj0auwuA0Wv8HT4Ks16XdG+RCYyKfHx9WzMfgIh\nC59vpD++nVPiz32pLHxYGpfhPTc3GGYo0kDFUYqMwy3OU4gkWGQwFsWq4NYKpkDf\nePb1BHxpE4S80dGnBs8B92jAqFe7OmGtBIyT46388NtEbVncSVmurJqZNjBBe3Yz\nIoejwpKGbvlw7q6Hh5UbxHq9MfPU0uWZ/75I7HX1eBYdpnDBfzwboZL7z8g81sWT\nCo/1VTp2lc5ZmIoJlXcymoO6LAQ6l73UL77XbJuiyn1tJslV1c/DeVIICZkHJC1k\nJWumIWmbat10TWuXekG9qxf5kBdIjzb5LdXF2+6qhUVB+s06RbFo5jZMm5BX7CO5\nhwjCxAnxl4YqKE3idMDaxIzb3+KhF1nOJFl0Mdp//TBt2dzhauH8XwIDAQABo4IB\nGjCCARYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE\nFBiHVuBud+4kNTxOc5of1uHieX4rMB8GA1UdIwQYMBaAFBiHVuBud+4kNTxOc5of\n1uHieX4rMEQGA1UdIAQ9MDswOQYEVR0gADAxMC8GCCsGAQUFBwIBFiNodHRwczov\nL3d3d3cuY2VydGlnbmEuZnIvYXV0b3JpdGVzLzBtBgNVHR8EZjBkMC+gLaArhilo\ndHRwOi8vY3JsLmNlcnRpZ25hLmZyL2NlcnRpZ25hcm9vdGNhLmNybDAxoC+gLYYr\naHR0cDovL2NybC5kaGlteW90aXMuY29tL2NlcnRpZ25hcm9vdGNhLmNybDANBgkq\nhkiG9w0BAQsFAAOCAgEAlLieT/DjlQgi581oQfccVdV8AOItOoldaDgvUSILSo3L\n6btdPrtcPbEo/uRTVRPPoZAbAh1fZkYJMyjhDSSXcNMQH+pkV5a7XdrnxIxPTGRG\nHVyH41neQtGbqH6mid2PHMkwgu07nM3A6RngatgCdTer9zQoKJHyBApPNeNgJgH6\n0BGM+RFq7q89w1DTj18zeTyGqHNFkIwgtnJzFyO+B2XleJINugHA64wcZr+shncB\nlA2c5uk5jR+mUYyZDDl34bSb+hxnV29qao6pK0xXeXpXIs/NX2NGjVxZOob4Mkdi\no2cNGJHc+6Zr9UhhcyNZjgKnvETq9Emd8VRY+WCv2hikLyhF3HqgiIZd8zvn/yk1\ngPxkQ5Tm4xxvvq0OKmOZK8l+hfZx6AYDlf7ej0gcWtSS6Cvu5zHbugRqh5jnxV/v\nfaci9wHYTfmJ0A6aBVmknpjZbyvKcL5kwlWj9Omvw5Ip3IgWJJk8jSaYtlu3zM63\nNwf9JtmYhST/WSMDmu2dnajkXjjO11INb9I/bbEFa0nOipFGc/T2L/Coc3cOZayh\njWZSaX5LaAzHHjcng6WMxwLkFM1JAbBzs/3GkDpv0mztO+7skb6iQ12LAEpmJURw\n3kAP+HwV96LOPNdeE4yBFxgX0b3xdxA61GU5wSesVywlVP+i2k+KYTlerj1KjL0=\n-----END CERTIFICATE-----\n\n# Issuer: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI\n# Subject: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI\n# Label: \"emSign Root CA - G1\"\n# Serial: 235931866688319308814040\n# MD5 Fingerprint: 9c:42:84:57:dd:cb:0b:a7:2e:95:ad:b6:f3:da:bc:ac\n# SHA1 Fingerprint: 8a:c7:ad:8f:73:ac:4e:c1:b5:75:4d:a5:40:f4:fc:cf:7c:b5:8e:8c\n# SHA256 Fingerprint: 40:f6:af:03:46:a9:9a:a1:cd:1d:55:5a:4e:9c:ce:62:c7:f9:63:46:03:ee:40:66:15:83:3d:c8:c8:d0:03:67\n-----BEGIN CERTIFICATE-----\nMIIDlDCCAnygAwIBAgIKMfXkYgxsWO3W2DANBgkqhkiG9w0BAQsFADBnMQswCQYD\nVQQGEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBU\nZWNobm9sb2dpZXMgTGltaXRlZDEcMBoGA1UEAxMTZW1TaWduIFJvb3QgQ0EgLSBH\nMTAeFw0xODAyMTgxODMwMDBaFw00MzAyMTgxODMwMDBaMGcxCzAJBgNVBAYTAklO\nMRMwEQYDVQQLEwplbVNpZ24gUEtJMSUwIwYDVQQKExxlTXVkaHJhIFRlY2hub2xv\nZ2llcyBMaW1pdGVkMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEcxMIIBIjAN\nBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0u76WaK7p1b1TST0Bsew+eeuGQz\nf2N4aLTNLnF115sgxk0pvLZoYIr3IZpWNVrzdr3YzZr/k1ZLpVkGoZM0Kd0WNHVO\n8oG0x5ZOrRkVUkr+PHB1cM2vK6sVmjM8qrOLqs1D/fXqcP/tzxE7lM5OMhbTI0Aq\nd7OvPAEsbO2ZLIvZTmmYsvePQbAyeGHWDV/D+qJAkh1cF+ZwPjXnorfCYuKrpDhM\ntTk1b+oDafo6VGiFbdbyL0NVHpENDtjVaqSW0RM8LHhQ6DqS0hdW5TUaQBw+jSzt\nOd9C4INBdN+jzcKGYEho42kLVACL5HZpIQ15TjQIXhTCzLG3rdd8cIrHhQIDAQAB\no0IwQDAdBgNVHQ4EFgQU++8Nhp6w492pufEhF38+/PB3KxowDgYDVR0PAQH/BAQD\nAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAFn/8oz1h31x\nPaOfG1vR2vjTnGs2vZupYeveFix0PZ7mddrXuqe8QhfnPZHr5X3dPpzxz5KsbEjM\nwiI/aTvFthUvozXGaCocV685743QNcMYDHsAVhzNixl03r4PEuDQqqE/AjSxcM6d\nGNYIAwlG7mDgfrbESQRRfXBgvKqy/3lyeqYdPV8q+Mri/Tm3R7nrft8EI6/6nAYH\n6ftjk4BAtcZsCjEozgyfz7MjNYBBjWzEN3uBL4ChQEKF6dk4jeihU80Bv2noWgby\nRQuQ+q7hv53yrlc8pa6yVvSLZUDp/TGBLPQ5Cdjua6e0ph0VpZj3AYHYhX3zUVxx\niN66zB+Afko=\n-----END CERTIFICATE-----\n\n# Issuer: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI\n# Subject: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI\n# Label: \"emSign ECC Root CA - G3\"\n# Serial: 287880440101571086945156\n# MD5 Fingerprint: ce:0b:72:d1:9f:88:8e:d0:50:03:e8:e3:b8:8b:67:40\n# SHA1 Fingerprint: 30:43:fa:4f:f2:57:dc:a0:c3:80:ee:2e:58:ea:78:b2:3f:e6:bb:c1\n# SHA256 Fingerprint: 86:a1:ec:ba:08:9c:4a:8d:3b:be:27:34:c6:12:ba:34:1d:81:3e:04:3c:f9:e8:a8:62:cd:5c:57:a3:6b:be:6b\n-----BEGIN CERTIFICATE-----\nMIICTjCCAdOgAwIBAgIKPPYHqWhwDtqLhDAKBggqhkjOPQQDAzBrMQswCQYDVQQG\nEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNo\nbm9sb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0g\nRzMwHhcNMTgwMjE4MTgzMDAwWhcNNDMwMjE4MTgzMDAwWjBrMQswCQYDVQQGEwJJ\nTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9s\nb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0gRzMw\ndjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQjpQy4LRL1KPOxst3iAhKAnjlfSU2fySU0\nWXTsuwYc58Byr+iuL+FBVIcUqEqy6HyC5ltqtdyzdc6LBtCGI79G1Y4PPwT01xyS\nfvalY8L1X44uT6EYGQIrMgqCZH0Wk9GjQjBAMB0GA1UdDgQWBBR8XQKEE9TMipuB\nzhccLikenEhjQjAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggq\nhkjOPQQDAwNpADBmAjEAvvNhzwIQHWSVB7gYboiFBS+DCBeQyh+KTOgNG3qxrdWB\nCUfvO6wIBHxcmbHtRwfSAjEAnbpV/KlK6O3t5nYBQnvI+GDZjVGLVTv7jHvrZQnD\n+JbNR6iC8hZVdyR+EhCVBCyj\n-----END CERTIFICATE-----\n\n# Issuer: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI\n# Subject: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI\n# Label: \"emSign Root CA - C1\"\n# Serial: 825510296613316004955058\n# MD5 Fingerprint: d8:e3:5d:01:21:fa:78:5a:b0:df:ba:d2:ee:2a:5f:68\n# SHA1 Fingerprint: e7:2e:f1:df:fc:b2:09:28:cf:5d:d4:d5:67:37:b1:51:cb:86:4f:01\n# SHA256 Fingerprint: 12:56:09:aa:30:1d:a0:a2:49:b9:7a:82:39:cb:6a:34:21:6f:44:dc:ac:9f:39:54:b1:42:92:f2:e8:c8:60:8f\n-----BEGIN CERTIFICATE-----\nMIIDczCCAlugAwIBAgILAK7PALrEzzL4Q7IwDQYJKoZIhvcNAQELBQAwVjELMAkG\nA1UEBhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEg\nSW5jMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEMxMB4XDTE4MDIxODE4MzAw\nMFoXDTQzMDIxODE4MzAwMFowVjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln\nbiBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQDExNlbVNpZ24gUm9v\ndCBDQSAtIEMxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+upufGZ\nBczYKCFK83M0UYRWEPWgTywS4/oTmifQz/l5GnRfHXk5/Fv4cI7gklL35CX5VIPZ\nHdPIWoU/Xse2B+4+wM6ar6xWQio5JXDWv7V7Nq2s9nPczdcdioOl+yuQFTdrHCZH\n3DspVpNqs8FqOp099cGXOFgFixwR4+S0uF2FHYP+eF8LRWgYSKVGczQ7/g/IdrvH\nGPMF0Ybzhe3nudkyrVWIzqa2kbBPrH4VI5b2P/AgNBbeCsbEBEV5f6f9vtKppa+c\nxSMq9zwhbL2vj07FOrLzNBL834AaSaTUqZX3noleoomslMuoaJuvimUnzYnu3Yy1\naylwQ6BpC+S5DwIDAQABo0IwQDAdBgNVHQ4EFgQU/qHgcB4qAzlSWkK+XJGFehiq\nTbUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL\nBQADggEBAMJKVvoVIXsoounlHfv4LcQ5lkFMOycsxGwYFYDGrK9HWS8mC+M2sO87\n/kOXSTKZEhVb3xEp/6tT+LvBeA+snFOvV71ojD1pM/CjoCNjO2RnIkSt1XHLVip4\nkqNPEjE2NuLe/gDEo2APJ62gsIq1NnpSob0n9CAnYuhNlCQT5AoE6TyrLshDCUrG\nYQTlSTR+08TI9Q/Aqum6VF7zYytPT1DU/rl7mYw9wC68AivTxEDkigcxHpvOJpkT\n+xHqmiIMERnHXhuBUDDIlhJu58tBf5E7oke3VIAb3ADMmpDqw8NQBmIMMMAVSKeo\nWXzhriKi4gp6D/piq1JM4fHfyr6DDUI=\n-----END CERTIFICATE-----\n\n# Issuer: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI\n# Subject: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI\n# Label: \"emSign ECC Root CA - C3\"\n# Serial: 582948710642506000014504\n# MD5 Fingerprint: 3e:53:b3:a3:81:ee:d7:10:f8:d3:b0:1d:17:92:f5:d5\n# SHA1 Fingerprint: b6:af:43:c2:9b:81:53:7d:f6:ef:6b:c3:1f:1f:60:15:0c:ee:48:66\n# SHA256 Fingerprint: bc:4d:80:9b:15:18:9d:78:db:3e:1d:8c:f4:f9:72:6a:79:5d:a1:64:3c:a5:f1:35:8e:1d:db:0e:dc:0d:7e:b3\n-----BEGIN CERTIFICATE-----\nMIICKzCCAbGgAwIBAgIKe3G2gla4EnycqDAKBggqhkjOPQQDAzBaMQswCQYDVQQG\nEwJVUzETMBEGA1UECxMKZW1TaWduIFBLSTEUMBIGA1UEChMLZU11ZGhyYSBJbmMx\nIDAeBgNVBAMTF2VtU2lnbiBFQ0MgUm9vdCBDQSAtIEMzMB4XDTE4MDIxODE4MzAw\nMFoXDTQzMDIxODE4MzAwMFowWjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln\nbiBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMSAwHgYDVQQDExdlbVNpZ24gRUND\nIFJvb3QgQ0EgLSBDMzB2MBAGByqGSM49AgEGBSuBBAAiA2IABP2lYa57JhAd6bci\nMK4G9IGzsUJxlTm801Ljr6/58pc1kjZGDoeVjbk5Wum739D+yAdBPLtVb4Ojavti\nsIGJAnB9SMVK4+kiVCJNk7tCDK93nCOmfddhEc5lx/h//vXyqaNCMEAwHQYDVR0O\nBBYEFPtaSNCAIEDyqOkAB2kZd6fmw/TPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMB\nAf8EBTADAQH/MAoGCCqGSM49BAMDA2gAMGUCMQC02C8Cif22TGK6Q04ThHK1rt0c\n3ta13FaPWEBaLd4gTCKDypOofu4SQMfWh0/434UCMBwUZOR8loMRnLDRWmFLpg9J\n0wD8ofzkpf9/rdcw0Md3f76BB1UwUCAU9Vc4CqgxUQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Hongkong Post Root CA 3 O=Hongkong Post\n# Subject: CN=Hongkong Post Root CA 3 O=Hongkong Post\n# Label: \"Hongkong Post Root CA 3\"\n# Serial: 46170865288971385588281144162979347873371282084\n# MD5 Fingerprint: 11:fc:9f:bd:73:30:02:8a:fd:3f:f3:58:b9:cb:20:f0\n# SHA1 Fingerprint: 58:a2:d0:ec:20:52:81:5b:c1:f3:f8:64:02:24:4e:c2:8e:02:4b:02\n# SHA256 Fingerprint: 5a:2f:c0:3f:0c:83:b0:90:bb:fa:40:60:4b:09:88:44:6c:76:36:18:3d:f9:84:6e:17:10:1a:44:7f:b8:ef:d6\n-----BEGIN CERTIFICATE-----\nMIIFzzCCA7egAwIBAgIUCBZfikyl7ADJk0DfxMauI7gcWqQwDQYJKoZIhvcNAQEL\nBQAwbzELMAkGA1UEBhMCSEsxEjAQBgNVBAgTCUhvbmcgS29uZzESMBAGA1UEBxMJ\nSG9uZyBLb25nMRYwFAYDVQQKEw1Ib25na29uZyBQb3N0MSAwHgYDVQQDExdIb25n\na29uZyBQb3N0IFJvb3QgQ0EgMzAeFw0xNzA2MDMwMjI5NDZaFw00MjA2MDMwMjI5\nNDZaMG8xCzAJBgNVBAYTAkhLMRIwEAYDVQQIEwlIb25nIEtvbmcxEjAQBgNVBAcT\nCUhvbmcgS29uZzEWMBQGA1UEChMNSG9uZ2tvbmcgUG9zdDEgMB4GA1UEAxMXSG9u\nZ2tvbmcgUG9zdCBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK\nAoICAQCziNfqzg8gTr7m1gNt7ln8wlffKWihgw4+aMdoWJwcYEuJQwy51BWy7sFO\ndem1p+/l6TWZ5Mwc50tfjTMwIDNT2aa71T4Tjukfh0mtUC1Qyhi+AViiE3CWu4mI\nVoBc+L0sPOFMV4i707mV78vH9toxdCim5lSJ9UExyuUmGs2C4HDaOym71QP1mbpV\n9WTRYA6ziUm4ii8F0oRFKHyPaFASePwLtVPLwpgchKOesL4jpNrcyCse2m5FHomY\n2vkALgbpDDtw1VAliJnLzXNg99X/NWfFobxeq81KuEXryGgeDQ0URhLj0mRiikKY\nvLTGCAj4/ahMZJx2Ab0vqWwzD9g/KLg8aQFChn5pwckGyuV6RmXpwtZQQS4/t+Tt\nbNe/JgERohYpSms0BpDsE9K2+2p20jzt8NYt3eEV7KObLyzJPivkaTv/ciWxNoZb\nx39ri1UbSsUgYT2uy1DhCDq+sI9jQVMwCFk8mB13umOResoQUGC/8Ne8lYePl8X+\nl2oBlKN8W4UdKjk60FSh0Tlxnf0h+bV78OLgAo9uliQlLKAeLKjEiafv7ZkGL7YK\nTE/bosw3Gq9HhS2KX8Q0NEwA/RiTZxPRN+ZItIsGxVd7GYYKecsAyVKvQv83j+Gj\nHno9UKtjBucVtT+2RTeUN7F+8kjDf8V1/peNRY8apxpyKBpADwIDAQABo2MwYTAP\nBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAfBgNVHSMEGDAWgBQXnc0e\ni9Y5K3DTXNSguB+wAPzFYTAdBgNVHQ4EFgQUF53NHovWOStw01zUoLgfsAD8xWEw\nDQYJKoZIhvcNAQELBQADggIBAFbVe27mIgHSQpsY1Q7XZiNc4/6gx5LS6ZStS6LG\n7BJ8dNVI0lkUmcDrudHr9EgwW62nV3OZqdPlt9EuWSRY3GguLmLYauRwCy0gUCCk\nMpXRAJi70/33MvJJrsZ64Ee+bs7Lo3I6LWldy8joRTnU+kLBEUx3XZL7av9YROXr\ngZ6voJmtvqkBZss4HTzfQx/0TW60uhdG/H39h4F5ag0zD/ov+BS5gLNdTaqX4fnk\nGMX41TiMJjz98iji7lpJiCzfeT2OnpA8vUFKOt1b9pq0zj8lMH8yfaIDlNDceqFS\n3m6TjRgm/VWsvY+b0s+v54Ysyx8Jb6NvqYTUc79NoXQbTiNg8swOqn+knEwlqLJm\nOzj/2ZQw9nKEvmhVEA/GcywWaZMH/rFF7buiVWqw2rVKAiUnhde3t4ZEFolsgCs+\nl6mc1X5VTMbeRRAc6uk7nwNT7u56AQIWeNTowr5GdogTPyK7SBIdUgC0An4hGh6c\nJfTzPV4e0hz5sy229zdcxsshTrD3mUcYhcErulWuBurQB7Lcq9CClnXO0lD+mefP\nL5/ndtFhKvshuzHQqp9HpLIiyhY6UFfEW0NnxWViA0kB60PZ2Pierc+xYw5F9KBa\nLJstxabArahH9CdMOA0uG0k7UvToiIMrVCjU8jVStDKDYmlkDJGcn5fqdBb9HxEG\nmpv0\n-----END CERTIFICATE-----\n\n# Issuer: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only\n# Subject: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only\n# Label: \"Entrust Root Certification Authority - G4\"\n# Serial: 289383649854506086828220374796556676440\n# MD5 Fingerprint: 89:53:f1:83:23:b7:7c:8e:05:f1:8c:71:38:4e:1f:88\n# SHA1 Fingerprint: 14:88:4e:86:26:37:b0:26:af:59:62:5c:40:77:ec:35:29:ba:96:01\n# SHA256 Fingerprint: db:35:17:d1:f6:73:2a:2d:5a:b9:7c:53:3e:c7:07:79:ee:32:70:a6:2f:b4:ac:42:38:37:24:60:e6:f0:1e:88\n-----BEGIN CERTIFICATE-----\nMIIGSzCCBDOgAwIBAgIRANm1Q3+vqTkPAAAAAFVlrVgwDQYJKoZIhvcNAQELBQAw\ngb4xCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQL\nEx9TZWUgd3d3LmVudHJ1c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykg\nMjAxNSBFbnRydXN0LCBJbmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAw\nBgNVBAMTKUVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0\nMB4XDTE1MDUyNzExMTExNloXDTM3MTIyNzExNDExNlowgb4xCzAJBgNVBAYTAlVT\nMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1\nc3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxNSBFbnRydXN0LCBJ\nbmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAwBgNVBAMTKUVudHJ1c3Qg\nUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0MIICIjANBgkqhkiG9w0B\nAQEFAAOCAg8AMIICCgKCAgEAsewsQu7i0TD/pZJH4i3DumSXbcr3DbVZwbPLqGgZ\n2K+EbTBwXX7zLtJTmeH+H17ZSK9dE43b/2MzTdMAArzE+NEGCJR5WIoV3imz/f3E\nT+iq4qA7ec2/a0My3dl0ELn39GjUu9CH1apLiipvKgS1sqbHoHrmSKvS0VnM1n4j\n5pds8ELl3FFLFUHtSUrJ3hCX1nbB76W1NhSXNdh4IjVS70O92yfbYVaCNNzLiGAM\nC1rlLAHGVK/XqsEQe9IFWrhAnoanw5CGAlZSCXqc0ieCU0plUmr1POeo8pyvi73T\nDtTUXm6Hnmo9RR3RXRv06QqsYJn7ibT/mCzPfB3pAqoEmh643IhuJbNsZvc8kPNX\nwbMv9W3y+8qh+CmdRouzavbmZwe+LGcKKh9asj5XxNMhIWNlUpEbsZmOeX7m640A\n2Vqq6nPopIICR5b+W45UYaPrL0swsIsjdXJ8ITzI9vF01Bx7owVV7rtNOzK+mndm\nnqxpkCIHH2E6lr7lmk/MBTwoWdPBDFSoWWG9yHJM6Nyfh3+9nEg2XpWjDrk4JFX8\ndWbrAuMINClKxuMrLzOg2qOGpRKX/YAr2hRC45K9PvJdXmd0LhyIRyk0X+IyqJwl\nN4y6mACXi0mWHv0liqzc2thddG5msP9E36EYxr5ILzeUePiVSj9/E15dWf10hkNj\nc0kCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD\nVR0OBBYEFJ84xFYjwznooHFs6FRM5Og6sb9nMA0GCSqGSIb3DQEBCwUAA4ICAQAS\n5UKme4sPDORGpbZgQIeMJX6tuGguW8ZAdjwD+MlZ9POrYs4QjbRaZIxowLByQzTS\nGwv2LFPSypBLhmb8qoMi9IsabyZIrHZ3CL/FmFz0Jomee8O5ZDIBf9PD3Vht7LGr\nhFV0d4QEJ1JrhkzO3bll/9bGXp+aEJlLdWr+aumXIOTkdnrG0CSqkM0gkLpHZPt/\nB7NTeLUKYvJzQ85BK4FqLoUWlFPUa19yIqtRLULVAJyZv967lDtX/Zr1hstWO1uI\nAeV8KEsD+UmDfLJ/fOPtjqF/YFOOVZ1QNBIPt5d7bIdKROf1beyAN/BYGW5KaHbw\nH5Lk6rWS02FREAutp9lfx1/cH6NcjKF+m7ee01ZvZl4HliDtC3T7Zk6LERXpgUl+\nb7DUUH8i119lAg2m9IUe2K4GS0qn0jFmwvjO5QimpAKWRGhXxNUzzxkvFMSUHHuk\n2fCfDrGA4tGeEWSpiBE6doLlYsKA2KSD7ZPvfC+QsDJMlhVoSFLUmQjAJOgc47Ol\nIQ6SwJAfzyBfyjs4x7dtOvPmRLgOMWuIjnDrnBdSqEGULoe256YSxXXfW8AKbnuk\n5F6G+TaU33fD6Q3AOfF5u0aOq0NZJ7cguyPpVkAh7DE9ZapD8j3fcEThuk0mEDuY\nn/PIjhs4ViFqUZPTkcpG2om3PVODLAgfi49T3f+sHw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation\n# Subject: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation\n# Label: \"Microsoft ECC Root Certificate Authority 2017\"\n# Serial: 136839042543790627607696632466672567020\n# MD5 Fingerprint: dd:a1:03:e6:4a:93:10:d1:bf:f0:19:42:cb:fe:ed:67\n# SHA1 Fingerprint: 99:9a:64:c3:7f:f4:7d:9f:ab:95:f1:47:69:89:14:60:ee:c4:c3:c5\n# SHA256 Fingerprint: 35:8d:f3:9d:76:4a:f9:e1:b7:66:e9:c9:72:df:35:2e:e1:5c:fa:c2:27:af:6a:d1:d7:0e:8e:4a:6e:dc:ba:02\n-----BEGIN CERTIFICATE-----\nMIICWTCCAd+gAwIBAgIQZvI9r4fei7FK6gxXMQHC7DAKBggqhkjOPQQDAzBlMQsw\nCQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYD\nVQQDEy1NaWNyb3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIw\nMTcwHhcNMTkxMjE4MjMwNjQ1WhcNNDIwNzE4MjMxNjA0WjBlMQswCQYDVQQGEwJV\nUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1NaWNy\nb3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwdjAQBgcq\nhkjOPQIBBgUrgQQAIgNiAATUvD0CQnVBEyPNgASGAlEvaqiBYgtlzPbKnR5vSmZR\nogPZnZH6thaxjG7efM3beaYvzrvOcS/lpaso7GMEZpn4+vKTEAXhgShC48Zo9OYb\nhGBKia/teQ87zvH2RPUBeMCjVDBSMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8E\nBTADAQH/MB0GA1UdDgQWBBTIy5lycFIM+Oa+sgRXKSrPQhDtNTAQBgkrBgEEAYI3\nFQEEAwIBADAKBggqhkjOPQQDAwNoADBlAjBY8k3qDPlfXu5gKcs68tvWMoQZP3zV\nL8KxzJOuULsJMsbG7X7JNpQS5GiFBqIb0C8CMQCZ6Ra0DvpWSNSkMBaReNtUjGUB\niudQZsIxtzm6uBoiB078a1QWIP8rtedMDE2mT3M=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation\n# Subject: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation\n# Label: \"Microsoft RSA Root Certificate Authority 2017\"\n# Serial: 40975477897264996090493496164228220339\n# MD5 Fingerprint: 10:ff:00:ff:cf:c9:f8:c7:7a:c0:ee:35:8e:c9:0f:47\n# SHA1 Fingerprint: 73:a5:e6:4a:3b:ff:83:16:ff:0e:dc:cc:61:8a:90:6e:4e:ae:4d:74\n# SHA256 Fingerprint: c7:41:f7:0f:4b:2a:8d:88:bf:2e:71:c1:41:22:ef:53:ef:10:eb:a0:cf:a5:e6:4c:fa:20:f4:18:85:30:73:e0\n-----BEGIN CERTIFICATE-----\nMIIFqDCCA5CgAwIBAgIQHtOXCV/YtLNHcB6qvn9FszANBgkqhkiG9w0BAQwFADBl\nMQswCQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYw\nNAYDVQQDEy1NaWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5\nIDIwMTcwHhcNMTkxMjE4MjI1MTIyWhcNNDIwNzE4MjMwMDIzWjBlMQswCQYDVQQG\nEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1N\naWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwggIi\nMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKW76UM4wplZEWCpW9R2LBifOZ\nNt9GkMml7Xhqb0eRaPgnZ1AzHaGm++DlQ6OEAlcBXZxIQIJTELy/xztokLaCLeX0\nZdDMbRnMlfl7rEqUrQ7eS0MdhweSE5CAg2Q1OQT85elss7YfUJQ4ZVBcF0a5toW1\nHLUX6NZFndiyJrDKxHBKrmCk3bPZ7Pw71VdyvD/IybLeS2v4I2wDwAW9lcfNcztm\ngGTjGqwu+UcF8ga2m3P1eDNbx6H7JyqhtJqRjJHTOoI+dkC0zVJhUXAoP8XFWvLJ\njEm7FFtNyP9nTUwSlq31/niol4fX/V4ggNyhSyL71Imtus5Hl0dVe49FyGcohJUc\naDDv70ngNXtk55iwlNpNhTs+VcQor1fznhPbRiefHqJeRIOkpcrVE7NLP8TjwuaG\nYaRSMLl6IE9vDzhTyzMMEyuP1pq9KsgtsRx9S1HKR9FIJ3Jdh+vVReZIZZ2vUpC6\nW6IYZVcSn2i51BVrlMRpIpj0M+Dt+VGOQVDJNE92kKz8OMHY4Xu54+OU4UZpyw4K\nUGsTuqwPN1q3ErWQgR5WrlcihtnJ0tHXUeOrO8ZV/R4O03QK0dqq6mm4lyiPSMQH\n+FJDOvTKVTUssKZqwJz58oHhEmrARdlns87/I6KJClTUFLkqqNfs+avNJVgyeY+Q\nW5g5xAgGwax/Dj0ApQIDAQABo1QwUjAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/\nBAUwAwEB/zAdBgNVHQ4EFgQUCctZf4aycI8awznjwNnpv7tNsiMwEAYJKwYBBAGC\nNxUBBAMCAQAwDQYJKoZIhvcNAQEMBQADggIBAKyvPl3CEZaJjqPnktaXFbgToqZC\nLgLNFgVZJ8og6Lq46BrsTaiXVq5lQ7GPAJtSzVXNUzltYkyLDVt8LkS/gxCP81OC\ngMNPOsduET/m4xaRhPtthH80dK2Jp86519efhGSSvpWhrQlTM93uCupKUY5vVau6\ntZRGrox/2KJQJWVggEbbMwSubLWYdFQl3JPk+ONVFT24bcMKpBLBaYVu32TxU5nh\nSnUgnZUP5NbcA/FZGOhHibJXWpS2qdgXKxdJ5XbLwVaZOjex/2kskZGT4d9Mozd2\nTaGf+G0eHdP67Pv0RR0Tbc/3WeUiJ3IrhvNXuzDtJE3cfVa7o7P4NHmJweDyAmH3\npvwPuxwXC65B2Xy9J6P9LjrRk5Sxcx0ki69bIImtt2dmefU6xqaWM/5TkshGsRGR\nxpl/j8nWZjEgQRCHLQzWwa80mMpkg/sTV9HB8Dx6jKXB/ZUhoHHBk2dxEuqPiApp\nGWSZI1b7rCoucL5mxAyE7+WL85MB+GqQk2dLsmijtWKP6T+MejteD+eMuMZ87zf9\ndOLITzNy4ZQ5bb0Sr74MTnB8G2+NszKTc0QWbej09+CVgI+WXTik9KveCjCHk9hN\nAHFiRSdLOkKEW39lt2c0Ui2cFmuqqNh7o0JMcccMyj6D5KbvtwEwXlGjefVwaaZB\nRA+GsCyRxj3qrg+E\n-----END CERTIFICATE-----\n\n# Issuer: CN=e-Szigno Root CA 2017 O=Microsec Ltd.\n# Subject: CN=e-Szigno Root CA 2017 O=Microsec Ltd.\n# Label: \"e-Szigno Root CA 2017\"\n# Serial: 411379200276854331539784714\n# MD5 Fingerprint: de:1f:f6:9e:84:ae:a7:b4:21:ce:1e:58:7d:d1:84:98\n# SHA1 Fingerprint: 89:d4:83:03:4f:9e:9a:48:80:5f:72:37:d4:a9:a6:ef:cb:7c:1f:d1\n# SHA256 Fingerprint: be:b0:0b:30:83:9b:9b:c3:2c:32:e4:44:79:05:95:06:41:f2:64:21:b1:5e:d0:89:19:8b:51:8a:e2:ea:1b:99\n-----BEGIN CERTIFICATE-----\nMIICQDCCAeWgAwIBAgIMAVRI7yH9l1kN9QQKMAoGCCqGSM49BAMCMHExCzAJBgNV\nBAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMgTHRk\nLjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25vIFJv\nb3QgQ0EgMjAxNzAeFw0xNzA4MjIxMjA3MDZaFw00MjA4MjIxMjA3MDZaMHExCzAJ\nBgNVBAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMg\nTHRkLjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25v\nIFJvb3QgQ0EgMjAxNzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJbcPYrYsHtv\nxie+RJCxs1YVe45DJH0ahFnuY2iyxl6H0BVIHqiQrb1TotreOpCmYF9oMrWGQd+H\nWyx7xf58etqjYzBhMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G\nA1UdDgQWBBSHERUI0arBeAyxr87GyZDvvzAEwDAfBgNVHSMEGDAWgBSHERUI0arB\neAyxr87GyZDvvzAEwDAKBggqhkjOPQQDAgNJADBGAiEAtVfd14pVCzbhhkT61Nlo\njbjcI4qKDdQvfepz7L9NbKgCIQDLpbQS+ue16M9+k/zzNY9vTlp8tLxOsvxyqltZ\n+efcMQ==\n-----END CERTIFICATE-----\n\n# Issuer: O=CERTSIGN SA OU=certSIGN ROOT CA G2\n# Subject: O=CERTSIGN SA OU=certSIGN ROOT CA G2\n# Label: \"certSIGN Root CA G2\"\n# Serial: 313609486401300475190\n# MD5 Fingerprint: 8c:f1:75:8a:c6:19:cf:94:b7:f7:65:20:87:c3:97:c7\n# SHA1 Fingerprint: 26:f9:93:b4:ed:3d:28:27:b0:b9:4b:a7:e9:15:1d:a3:8d:92:e5:32\n# SHA256 Fingerprint: 65:7c:fe:2f:a7:3f:aa:38:46:25:71:f3:32:a2:36:3a:46:fc:e7:02:09:51:71:07:02:cd:fb:b6:ee:da:33:05\n-----BEGIN CERTIFICATE-----\nMIIFRzCCAy+gAwIBAgIJEQA0tk7GNi02MA0GCSqGSIb3DQEBCwUAMEExCzAJBgNV\nBAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJR04g\nUk9PVCBDQSBHMjAeFw0xNzAyMDYwOTI3MzVaFw00MjAyMDYwOTI3MzVaMEExCzAJ\nBgNVBAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJ\nR04gUk9PVCBDQSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMDF\ndRmRfUR0dIf+DjuW3NgBFszuY5HnC2/OOwppGnzC46+CjobXXo9X69MhWf05N0Iw\nvlDqtg+piNguLWkh59E3GE59kdUWX2tbAMI5Qw02hVK5U2UPHULlj88F0+7cDBrZ\nuIt4ImfkabBoxTzkbFpG583H+u/E7Eu9aqSs/cwoUe+StCmrqzWaTOTECMYmzPhp\nn+Sc8CnTXPnGFiWeI8MgwT0PPzhAsP6CRDiqWhqKa2NYOLQV07YRaXseVO6MGiKs\ncpc/I1mbySKEwQdPzH/iV8oScLumZfNpdWO9lfsbl83kqK/20U6o2YpxJM02PbyW\nxPFsqa7lzw1uKA2wDrXKUXt4FMMgL3/7FFXhEZn91QqhngLjYl/rNUssuHLoPj1P\nrCy7Lobio3aP5ZMqz6WryFyNSwb/EkaseMsUBzXgqd+L6a8VTxaJW732jcZZroiF\nDsGJ6x9nxUWO/203Nit4ZoORUSs9/1F3dmKh7Gc+PoGD4FapUB8fepmrY7+EF3fx\nDTvf95xhszWYijqy7DwaNz9+j5LP2RIUZNoQAhVB/0/E6xyjyfqZ90bp4RjZsbgy\nLcsUDFDYg2WD7rlcz8sFWkz6GZdr1l0T08JcVLwyc6B49fFtHsufpaafItzRUZ6C\neWRgKRM+o/1Pcmqr4tTluCRVLERLiohEnMqE0yo7AgMBAAGjQjBAMA8GA1UdEwEB\n/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSCIS1mxteg4BXrzkwJ\nd8RgnlRuAzANBgkqhkiG9w0BAQsFAAOCAgEAYN4auOfyYILVAzOBywaK8SJJ6ejq\nkX/GM15oGQOGO0MBzwdw5AgeZYWR5hEit/UCI46uuR59H35s5r0l1ZUa8gWmr4UC\nb6741jH/JclKyMeKqdmfS0mbEVeZkkMR3rYzpMzXjWR91M08KCy0mpbqTfXERMQl\nqiCA2ClV9+BB/AYm/7k29UMUA2Z44RGx2iBfRgB4ACGlHgAoYXhvqAEBj500mv/0\nOJD7uNGzcgbJceaBxXntC6Z58hMLnPddDnskk7RI24Zf3lCGeOdA5jGokHZwYa+c\nNywRtYK3qq4kNFtyDGkNzVmf9nGvnAvRCjj5BiKDUyUM/FHE5r7iOZULJK2v0ZXk\nltd0ZGtxTgI8qoXzIKNDOXZbbFD+mpwUHmUUihW9o4JFWklWatKcsWMy5WHgUyIO\npwpJ6st+H6jiYoD2EEVSmAYY3qXNL3+q1Ok+CHLsIwMCPKaq2LxndD0UF/tUSxfj\n03k9bWtJySgOLnRQvwzZRjoQhsmnP+mg7H/rpXdYaXHmgwo38oZJar55CJD2AhZk\nPuXaTH4MNMn5X7azKFGnpyuqSfqNZSlO42sTp5SjLVFteAxEy9/eCG/Oo2Sr05WE\n1LlSVHJ7liXMvGnjSG4N0MedJ5qq+BOS3R7fY581qRY27Iy4g/Q9iY/NtBde17MX\nQRBdJ3NghVdJIgc=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc.\n# Subject: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc.\n# Label: \"Trustwave Global Certification Authority\"\n# Serial: 1846098327275375458322922162\n# MD5 Fingerprint: f8:1c:18:2d:2f:ba:5f:6d:a1:6c:bc:c7:ab:91:c7:0e\n# SHA1 Fingerprint: 2f:8f:36:4f:e1:58:97:44:21:59:87:a5:2a:9a:d0:69:95:26:7f:b5\n# SHA256 Fingerprint: 97:55:20:15:f5:dd:fc:3c:87:88:c0:06:94:45:55:40:88:94:45:00:84:f1:00:86:70:86:bc:1a:2b:b5:8d:c8\n-----BEGIN CERTIFICATE-----\nMIIF2jCCA8KgAwIBAgIMBfcOhtpJ80Y1LrqyMA0GCSqGSIb3DQEBCwUAMIGIMQsw\nCQYDVQQGEwJVUzERMA8GA1UECAwISWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28x\nITAfBgNVBAoMGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1\nc3R3YXZlIEdsb2JhbCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xNzA4MjMx\nOTM0MTJaFw00MjA4MjMxOTM0MTJaMIGIMQswCQYDVQQGEwJVUzERMA8GA1UECAwI\nSWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28xITAfBgNVBAoMGFRydXN0d2F2ZSBI\nb2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1c3R3YXZlIEdsb2JhbCBDZXJ0aWZp\nY2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB\nALldUShLPDeS0YLOvR29zd24q88KPuFd5dyqCblXAj7mY2Hf8g+CY66j96xz0Xzn\nswuvCAAJWX/NKSqIk4cXGIDtiLK0thAfLdZfVaITXdHG6wZWiYj+rDKd/VzDBcdu\n7oaJuogDnXIhhpCujwOl3J+IKMujkkkP7NAP4m1ET4BqstTnoApTAbqOl5F2brz8\n1Ws25kCI1nsvXwXoLG0R8+eyvpJETNKXpP7ScoFDB5zpET71ixpZfR9oWN0EACyW\n80OzfpgZdNmcc9kYvkHHNHnZ9GLCQ7mzJ7Aiy/k9UscwR7PJPrhq4ufogXBeQotP\nJqX+OsIgbrv4Fo7NDKm0G2x2EOFYeUY+VM6AqFcJNykbmROPDMjWLBz7BegIlT1l\nRtzuzWniTY+HKE40Cz7PFNm73bZQmq131BnW2hqIyE4bJ3XYsgjxroMwuREOzYfw\nhI0Vcnyh78zyiGG69Gm7DIwLdVcEuE4qFC49DxweMqZiNu5m4iK4BUBjECLzMx10\ncoos9TkpoNPnG4CELcU9402x/RpvumUHO1jsQkUm+9jaJXLE9gCxInm943xZYkqc\nBW89zubWR2OZxiRvchLIrH+QtAuRcOi35hYQcRfO3gZPSEF9NUqjifLJS3tBEW1n\ntwiYTOURGa5CgNz7kAXU+FDKvuStx8KU1xad5hePrzb7AgMBAAGjQjBAMA8GA1Ud\nEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJngGWcNYtt2s9o9uFvo/ULSMQ6HMA4GA1Ud\nDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAmHNw4rDT7TnsTGDZqRKGFx6W\n0OhUKDtkLSGm+J1WE2pIPU/HPinbbViDVD2HfSMF1OQc3Og4ZYbFdada2zUFvXfe\nuyk3QAUHw5RSn8pk3fEbK9xGChACMf1KaA0HZJDmHvUqoai7PF35owgLEQzxPy0Q\nlG/+4jSHg9bP5Rs1bdID4bANqKCqRieCNqcVtgimQlRXtpla4gt5kNdXElE1GYhB\naCXUNxeEFfsBctyV3lImIJgm4nb1J2/6ADtKYdkNy1GTKv0WBpanI5ojSP5RvbbE\nsLFUzt5sQa0WZ37b/TjNuThOssFgy50X31ieemKyJo90lZvkWx3SD92YHJtZuSPT\nMaCm/zjdzyBP6VhWOmfD0faZmZ26NraAL4hHT4a/RDqA5Dccprrql5gR0IRiR2Qe\nqu5AvzSxnI9O4fKSTx+O856X3vOmeWqJcU9LJxdI/uz0UA9PSX3MReO9ekDFQdxh\nVicGaeVyQYHTtgGJoC86cnn+OjC/QezHYj6RS8fZMXZC+fc8Y+wmjHMMfRod6qh8\nh6jCJ3zhM0EPz8/8AKAigJ5Kp28AsEFFtyLKaEjFQqKu3R3y4G5OBVixwJAWKqQ9\nEEC+j2Jjg6mcgn0tAumDMHzLJ8n9HmYAsC7TIS+OMxZsmO0QqAfWzJPP29FpHOTK\nyeC2nOnOcXHebD8WpHk=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc.\n# Subject: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc.\n# Label: \"Trustwave Global ECC P256 Certification Authority\"\n# Serial: 4151900041497450638097112925\n# MD5 Fingerprint: 5b:44:e3:8d:5d:36:86:26:e8:0d:05:d2:59:a7:83:54\n# SHA1 Fingerprint: b4:90:82:dd:45:0c:be:8b:5b:b1:66:d3:e2:a4:08:26:cd:ed:42:cf\n# SHA256 Fingerprint: 94:5b:bc:82:5e:a5:54:f4:89:d1:fd:51:a7:3d:df:2e:a6:24:ac:70:19:a0:52:05:22:5c:22:a7:8c:cf:a8:b4\n-----BEGIN CERTIFICATE-----\nMIICYDCCAgegAwIBAgIMDWpfCD8oXD5Rld9dMAoGCCqGSM49BAMCMIGRMQswCQYD\nVQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf\nBgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3\nYXZlIEdsb2JhbCBFQ0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x\nNzA4MjMxOTM1MTBaFw00MjA4MjMxOTM1MTBaMIGRMQswCQYDVQQGEwJVUzERMA8G\nA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0\nd2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF\nQ0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTBZMBMGByqGSM49AgEGCCqG\nSM49AwEHA0IABH77bOYj43MyCMpg5lOcunSNGLB4kFKA3TjASh3RqMyTpJcGOMoN\nFWLGjgEqZZ2q3zSRLoHB5DOSMcT9CTqmP62jQzBBMA8GA1UdEwEB/wQFMAMBAf8w\nDwYDVR0PAQH/BAUDAwcGADAdBgNVHQ4EFgQUo0EGrJBt0UrrdaVKEJmzsaGLSvcw\nCgYIKoZIzj0EAwIDRwAwRAIgB+ZU2g6gWrKuEZ+Hxbb/ad4lvvigtwjzRM4q3wgh\nDDcCIC0mA6AFvWvR9lz4ZcyGbbOcNEhjhAnFjXca4syc4XR7\n-----END CERTIFICATE-----\n\n# Issuer: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc.\n# Subject: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc.\n# Label: \"Trustwave Global ECC P384 Certification Authority\"\n# Serial: 2704997926503831671788816187\n# MD5 Fingerprint: ea:cf:60:c4:3b:b9:15:29:40:a1:97:ed:78:27:93:d6\n# SHA1 Fingerprint: e7:f3:a3:c8:cf:6f:c3:04:2e:6d:0e:67:32:c5:9e:68:95:0d:5e:d2\n# SHA256 Fingerprint: 55:90:38:59:c8:c0:c3:eb:b8:75:9e:ce:4e:25:57:22:5f:f5:75:8b:bd:38:eb:d4:82:76:60:1e:1b:d5:80:97\n-----BEGIN CERTIFICATE-----\nMIICnTCCAiSgAwIBAgIMCL2Fl2yZJ6SAaEc7MAoGCCqGSM49BAMDMIGRMQswCQYD\nVQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf\nBgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3\nYXZlIEdsb2JhbCBFQ0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x\nNzA4MjMxOTM2NDNaFw00MjA4MjMxOTM2NDNaMIGRMQswCQYDVQQGEwJVUzERMA8G\nA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0\nd2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF\nQ0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTB2MBAGByqGSM49AgEGBSuB\nBAAiA2IABGvaDXU1CDFHBa5FmVXxERMuSvgQMSOjfoPTfygIOiYaOs+Xgh+AtycJ\nj9GOMMQKmw6sWASr9zZ9lCOkmwqKi6vr/TklZvFe/oyujUF5nQlgziip04pt89ZF\n1PKYhDhloKNDMEEwDwYDVR0TAQH/BAUwAwEB/zAPBgNVHQ8BAf8EBQMDBwYAMB0G\nA1UdDgQWBBRVqYSJ0sEyvRjLbKYHTsjnnb6CkDAKBggqhkjOPQQDAwNnADBkAjA3\nAZKXRRJ+oPM+rRk6ct30UJMDEr5E0k9BpIycnR+j9sKS50gU/k6bpZFXrsY3crsC\nMGclCrEMXu6pY5Jv5ZAL/mYiykf9ijH3g/56vxC+GCsej/YpHpRZ744hN8tRmKVu\nSw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp.\n# Subject: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp.\n# Label: \"NAVER Global Root Certification Authority\"\n# Serial: 9013692873798656336226253319739695165984492813\n# MD5 Fingerprint: c8:7e:41:f6:25:3b:f5:09:b3:17:e8:46:3d:bf:d0:9b\n# SHA1 Fingerprint: 8f:6b:f2:a9:27:4a:da:14:a0:c4:f4:8e:61:27:f9:c0:1e:78:5d:d1\n# SHA256 Fingerprint: 88:f4:38:dc:f8:ff:d1:fa:8f:42:91:15:ff:e5:f8:2a:e1:e0:6e:0c:70:c3:75:fa:ad:71:7b:34:a4:9e:72:65\n-----BEGIN CERTIFICATE-----\nMIIFojCCA4qgAwIBAgIUAZQwHqIL3fXFMyqxQ0Rx+NZQTQ0wDQYJKoZIhvcNAQEM\nBQAwaTELMAkGA1UEBhMCS1IxJjAkBgNVBAoMHU5BVkVSIEJVU0lORVNTIFBMQVRG\nT1JNIENvcnAuMTIwMAYDVQQDDClOQVZFUiBHbG9iYWwgUm9vdCBDZXJ0aWZpY2F0\naW9uIEF1dGhvcml0eTAeFw0xNzA4MTgwODU4NDJaFw0zNzA4MTgyMzU5NTlaMGkx\nCzAJBgNVBAYTAktSMSYwJAYDVQQKDB1OQVZFUiBCVVNJTkVTUyBQTEFURk9STSBD\nb3JwLjEyMDAGA1UEAwwpTkFWRVIgR2xvYmFsIFJvb3QgQ2VydGlmaWNhdGlvbiBB\ndXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC21PGTXLVA\niQqrDZBbUGOukJR0F0Vy1ntlWilLp1agS7gvQnXp2XskWjFlqxcX0TM62RHcQDaH\n38dq6SZeWYp34+hInDEW+j6RscrJo+KfziFTowI2MMtSAuXaMl3Dxeb57hHHi8lE\nHoSTGEq0n+USZGnQJoViAbbJAh2+g1G7XNr4rRVqmfeSVPc0W+m/6imBEtRTkZaz\nkVrd/pBzKPswRrXKCAfHcXLJZtM0l/aM9BhK4dA9WkW2aacp+yPOiNgSnABIqKYP\nszuSjXEOdMWLyEz59JuOuDxp7W87UC9Y7cSw0BwbagzivESq2M0UXZR4Yb8Obtoq\nvC8MC3GmsxY/nOb5zJ9TNeIDoKAYv7vxvvTWjIcNQvcGufFt7QSUqP620wbGQGHf\nnZ3zVHbOUzoBppJB7ASjjw2i1QnK1sua8e9DXcCrpUHPXFNwcMmIpi3Ua2FzUCaG\nYQ5fG8Ir4ozVu53BA0K6lNpfqbDKzE0K70dpAy8i+/Eozr9dUGWokG2zdLAIx6yo\n0es+nPxdGoMuK8u180SdOqcXYZaicdNwlhVNt0xz7hlcxVs+Qf6sdWA7G2POAN3a\nCJBitOUt7kinaxeZVL6HSuOpXgRM6xBtVNbv8ejyYhbLgGvtPe31HzClrkvJE+2K\nAQHJuFFYwGY6sWZLxNUxAmLpdIQM201GLQIDAQABo0IwQDAdBgNVHQ4EFgQU0p+I\n36HNLL3s9TsBAZMzJ7LrYEswDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMB\nAf8wDQYJKoZIhvcNAQEMBQADggIBADLKgLOdPVQG3dLSLvCkASELZ0jKbY7gyKoN\nqo0hV4/GPnrK21HUUrPUloSlWGB/5QuOH/XcChWB5Tu2tyIvCZwTFrFsDDUIbatj\ncu3cvuzHV+YwIHHW1xDBE1UBjCpD5EHxzzp6U5LOogMFDTjfArsQLtk70pt6wKGm\n+LUx5vR1yblTmXVHIloUFcd4G7ad6Qz4G3bxhYTeodoS76TiEJd6eN4MUZeoIUCL\nhr0N8F5OSza7OyAfikJW4Qsav3vQIkMsRIz75Sq0bBwcupTgE34h5prCy8VCZLQe\nlHsIJchxzIdFV4XTnyliIoNRlwAYl3dqmJLJfGBs32x9SuRwTMKeuB330DTHD8z7\np/8Dvq1wkNoL3chtl1+afwkyQf3NosxabUzyqkn+Zvjp2DXrDige7kgvOtB5CTh8\npiKCk5XQA76+AqAF3SAi428diDRgxuYKuQl1C/AH6GmWNcf7I4GOODm4RStDeKLR\nLBT/DShycpWbXgnbiUSYqqFJu3FS8r/2/yehNq+4tneI3TqkbZs0kNwUXTC/t+sX\n5Ie3cdCh13cV1ELX8vMxmV2b3RZtP+oGI/hGoiLtk/bdmuYqh7GYVPEi92tF4+KO\ndh2ajcQGjTa3FPOdVGm3jjzVpG2Tgbet9r1ke8LJaDmgkpzNNIaRkPpkUZ3+/uul\n9XXeifdy\n-----END CERTIFICATE-----\n\n# Issuer: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres\n# Subject: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres\n# Label: \"AC RAIZ FNMT-RCM SERVIDORES SEGUROS\"\n# Serial: 131542671362353147877283741781055151509\n# MD5 Fingerprint: 19:36:9c:52:03:2f:d2:d1:bb:23:cc:dd:1e:12:55:bb\n# SHA1 Fingerprint: 62:ff:d9:9e:c0:65:0d:03:ce:75:93:d2:ed:3f:2d:32:c9:e3:e5:4a\n# SHA256 Fingerprint: 55:41:53:b1:3d:2c:f9:dd:b7:53:bf:be:1a:4e:0a:e0:8d:0a:a4:18:70:58:fe:60:a2:b8:62:b2:e4:b8:7b:cb\n-----BEGIN CERTIFICATE-----\nMIICbjCCAfOgAwIBAgIQYvYybOXE42hcG2LdnC6dlTAKBggqhkjOPQQDAzB4MQsw\nCQYDVQQGEwJFUzERMA8GA1UECgwIRk5NVC1SQ00xDjAMBgNVBAsMBUNlcmVzMRgw\nFgYDVQRhDA9WQVRFUy1RMjgyNjAwNEoxLDAqBgNVBAMMI0FDIFJBSVogRk5NVC1S\nQ00gU0VSVklET1JFUyBTRUdVUk9TMB4XDTE4MTIyMDA5MzczM1oXDTQzMTIyMDA5\nMzczM1oweDELMAkGA1UEBhMCRVMxETAPBgNVBAoMCEZOTVQtUkNNMQ4wDAYDVQQL\nDAVDZXJlczEYMBYGA1UEYQwPVkFURVMtUTI4MjYwMDRKMSwwKgYDVQQDDCNBQyBS\nQUlaIEZOTVQtUkNNIFNFUlZJRE9SRVMgU0VHVVJPUzB2MBAGByqGSM49AgEGBSuB\nBAAiA2IABPa6V1PIyqvfNkpSIeSX0oNnnvBlUdBeh8dHsVnyV0ebAAKTRBdp20LH\nsbI6GA60XYyzZl2hNPk2LEnb80b8s0RpRBNm/dfF/a82Tc4DTQdxz69qBdKiQ1oK\nUm8BA06Oi6NCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD\nVR0OBBYEFAG5L++/EYZg8k/QQW6rcx/n0m5JMAoGCCqGSM49BAMDA2kAMGYCMQCu\nSuMrQMN0EfKVrRYj3k4MGuZdpSRea0R7/DjiT8ucRRcRTBQnJlU5dUoDzBOQn5IC\nMQD6SmxgiHPz7riYYqnOK8LZiqZwMR2vsJRM60/G49HzYqc8/5MuB1xJAWdpEgJy\nv+c=\n-----END CERTIFICATE-----\n\n# Issuer: CN=GlobalSign Root R46 O=GlobalSign nv-sa\n# Subject: CN=GlobalSign Root R46 O=GlobalSign nv-sa\n# Label: \"GlobalSign Root R46\"\n# Serial: 1552617688466950547958867513931858518042577\n# MD5 Fingerprint: c4:14:30:e4:fa:66:43:94:2a:6a:1b:24:5f:19:d0:ef\n# SHA1 Fingerprint: 53:a2:b0:4b:ca:6b:d6:45:e6:39:8a:8e:c4:0d:d2:bf:77:c3:a2:90\n# SHA256 Fingerprint: 4f:a3:12:6d:8d:3a:11:d1:c4:85:5a:4f:80:7c:ba:d6:cf:91:9d:3a:5a:88:b0:3b:ea:2c:63:72:d9:3c:40:c9\n-----BEGIN CERTIFICATE-----\nMIIFWjCCA0KgAwIBAgISEdK7udcjGJ5AXwqdLdDfJWfRMA0GCSqGSIb3DQEBDAUA\nMEYxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYD\nVQQDExNHbG9iYWxTaWduIFJvb3QgUjQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMy\nMDAwMDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYt\nc2ExHDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB\nAQUAA4ICDwAwggIKAoICAQCsrHQy6LNl5brtQyYdpokNRbopiLKkHWPd08EsCVeJ\nOaFV6Wc0dwxu5FUdUiXSE2te4R2pt32JMl8Nnp8semNgQB+msLZ4j5lUlghYruQG\nvGIFAha/r6gjA7aUD7xubMLL1aa7DOn2wQL7Id5m3RerdELv8HQvJfTqa1VbkNud\n316HCkD7rRlr+/fKYIje2sGP1q7Vf9Q8g+7XFkyDRTNrJ9CG0Bwta/OrffGFqfUo\n0q3v84RLHIf8E6M6cqJaESvWJ3En7YEtbWaBkoe0G1h6zD8K+kZPTXhc+CtI4wSE\ny132tGqzZfxCnlEmIyDLPRT5ge1lFgBPGmSXZgjPjHvjK8Cd+RTyG/FWaha/LIWF\nzXg4mutCagI0GIMXTpRW+LaCtfOW3T3zvn8gdz57GSNrLNRyc0NXfeD412lPFzYE\n+cCQYDdF3uYM2HSNrpyibXRdQr4G9dlkbgIQrImwTDsHTUB+JMWKmIJ5jqSngiCN\nI/onccnfxkF0oE32kRbcRoxfKWMxWXEM2G/CtjJ9++ZdU6Z+Ffy7dXxd7Pj2Fxzs\nx2sZy/N78CsHpdlseVR2bJ0cpm4O6XkMqCNqo98bMDGfsVR7/mrLZqrcZdCinkqa\nByFrgY/bxFn63iLABJzjqls2k+g9vXqhnQt2sQvHnf3PmKgGwvgqo6GDoLclcqUC\n4wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV\nHQ4EFgQUA1yrc4GHqMywptWU4jaWSf8FmSwwDQYJKoZIhvcNAQEMBQADggIBAHx4\n7PYCLLtbfpIrXTncvtgdokIzTfnvpCo7RGkerNlFo048p9gkUbJUHJNOxO97k4Vg\nJuoJSOD1u8fpaNK7ajFxzHmuEajwmf3lH7wvqMxX63bEIaZHU1VNaL8FpO7XJqti\n2kM3S+LGteWygxk6x9PbTZ4IevPuzz5i+6zoYMzRx6Fcg0XERczzF2sUyQQCPtIk\npnnpHs6i58FZFZ8d4kuaPp92CC1r2LpXFNqD6v6MVenQTqnMdzGxRBF6XLE+0xRF\nFRhiJBPSy03OXIPBNvIQtQ6IbbjhVp+J3pZmOUdkLG5NrmJ7v2B0GbhWrJKsFjLt\nrWhV/pi60zTe9Mlhww6G9kuEYO4Ne7UyWHmRVSyBQ7N0H3qqJZ4d16GLuc1CLgSk\nZoNNiTW2bKg2SnkheCLQQrzRQDGQob4Ez8pn7fXwgNNgyYMqIgXQBztSvwyeqiv5\nu+YfjyW6hY0XHgL+XVAEV8/+LbzvXMAaq7afJMbfc2hIkCwU9D9SGuTSyxTDYWnP\n4vkYxboznxSjBF25cfe1lNj2M8FawTSLfJvdkzrnE6JwYZ+vj+vYxXX4M2bUdGc6\nN3ec592kD3ZDZopD8p/7DEJ4Y9HiD2971KE9dJeFt0g5QdYg/NA6s/rob8SKunE3\nvouXsXgxT7PntgMTzlSdriVZzH81Xwj3QEUxeCp6\n-----END CERTIFICATE-----\n\n# Issuer: CN=GlobalSign Root E46 O=GlobalSign nv-sa\n# Subject: CN=GlobalSign Root E46 O=GlobalSign nv-sa\n# Label: \"GlobalSign Root E46\"\n# Serial: 1552617690338932563915843282459653771421763\n# MD5 Fingerprint: b5:b8:66:ed:de:08:83:e3:c9:e2:01:34:06:ac:51:6f\n# SHA1 Fingerprint: 39:b4:6c:d5:fe:80:06:eb:e2:2f:4a:bb:08:33:a0:af:db:b9:dd:84\n# SHA256 Fingerprint: cb:b9:c4:4d:84:b8:04:3e:10:50:ea:31:a6:9f:51:49:55:d7:bf:d2:e2:c6:b4:93:01:01:9a:d6:1d:9f:50:58\n-----BEGIN CERTIFICATE-----\nMIICCzCCAZGgAwIBAgISEdK7ujNu1LzmJGjFDYQdmOhDMAoGCCqGSM49BAMDMEYx\nCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYDVQQD\nExNHbG9iYWxTaWduIFJvb3QgRTQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMyMDAw\nMDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2Ex\nHDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA\nIgNiAAScDrHPt+ieUnd1NPqlRqetMhkytAepJ8qUuwzSChDH2omwlwxwEwkBjtjq\nR+q+soArzfwoDdusvKSGN+1wCAB16pMLey5SnCNoIwZD7JIvU4Tb+0cUB+hflGdd\nyXqBPCCjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud\nDgQWBBQxCpCPtsad0kRLgLWi5h+xEk8blTAKBggqhkjOPQQDAwNoADBlAjEA31SQ\n7Zvvi5QCkxeCmb6zniz2C5GMn0oUsfZkvLtoURMMA/cVi4RguYv/Uo7njLwcAjA8\n+RHUjE7AwWHCFUyqqx0LMV87HOIAl0Qx5v5zli/altP+CAezNIm8BZ/3Hobui3A=\n-----END CERTIFICATE-----\n\n# Issuer: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH\n# Subject: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH\n# Label: \"GLOBALTRUST 2020\"\n# Serial: 109160994242082918454945253\n# MD5 Fingerprint: 8a:c7:6f:cb:6d:e3:cc:a2:f1:7c:83:fa:0e:78:d7:e8\n# SHA1 Fingerprint: d0:67:c1:13:51:01:0c:aa:d0:c7:6a:65:37:31:16:26:4f:53:71:a2\n# SHA256 Fingerprint: 9a:29:6a:51:82:d1:d4:51:a2:e3:7f:43:9b:74:da:af:a2:67:52:33:29:f9:0f:9a:0d:20:07:c3:34:e2:3c:9a\n-----BEGIN CERTIFICATE-----\nMIIFgjCCA2qgAwIBAgILWku9WvtPilv6ZeUwDQYJKoZIhvcNAQELBQAwTTELMAkG\nA1UEBhMCQVQxIzAhBgNVBAoTGmUtY29tbWVyY2UgbW9uaXRvcmluZyBHbWJIMRkw\nFwYDVQQDExBHTE9CQUxUUlVTVCAyMDIwMB4XDTIwMDIxMDAwMDAwMFoXDTQwMDYx\nMDAwMDAwMFowTTELMAkGA1UEBhMCQVQxIzAhBgNVBAoTGmUtY29tbWVyY2UgbW9u\naXRvcmluZyBHbWJIMRkwFwYDVQQDExBHTE9CQUxUUlVTVCAyMDIwMIICIjANBgkq\nhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAri5WrRsc7/aVj6B3GyvTY4+ETUWiD59b\nRatZe1E0+eyLinjF3WuvvcTfk0Uev5E4C64OFudBc/jbu9G4UeDLgztzOG53ig9Z\nYybNpyrOVPu44sB8R85gfD+yc/LAGbaKkoc1DZAoouQVBGM+uq/ufF7MpotQsjj3\nQWPKzv9pj2gOlTblzLmMCcpL3TGQlsjMH/1WljTbjhzqLL6FLmPdqqmV0/0plRPw\nyJiT2S0WR5ARg6I6IqIoV6Lr/sCMKKCmfecqQjuCgGOlYx8ZzHyyZqjC0203b+J+\nBlHZRYQfEs4kUmSFC0iAToexIiIwquuuvuAC4EDosEKAA1GqtH6qRNdDYfOiaxaJ\nSaSjpCuKAsR49GiKweR6NrFvG5Ybd0mN1MkGco/PU+PcF4UgStyYJ9ORJitHHmkH\nr96i5OTUawuzXnzUJIBHKWk7buis/UDr2O1xcSvy6Fgd60GXIsUf1DnQJ4+H4xj0\n4KlGDfV0OoIu0G4skaMxXDtG6nsEEFZegB31pWXogvziB4xiRfUg3kZwhqG8k9Me\ndKZssCz3AwyIDMvUclOGvGBG85hqwvG/Q/lwIHfKN0F5VVJjjVsSn8VoxIidrPIw\nq7ejMZdnrY8XD2zHc+0klGvIg5rQmjdJBKuxFshsSUktq6HQjJLyQUp5ISXbY9e2\nnKd+Qmn7OmMCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC\nAQYwHQYDVR0OBBYEFNwuH9FhN3nkq9XVsxJxaD1qaJwiMB8GA1UdIwQYMBaAFNwu\nH9FhN3nkq9XVsxJxaD1qaJwiMA0GCSqGSIb3DQEBCwUAA4ICAQCR8EICaEDuw2jA\nVC/f7GLDw56KoDEoqoOOpFaWEhCGVrqXctJUMHytGdUdaG/7FELYjQ7ztdGl4wJC\nXtzoRlgHNQIw4Lx0SsFDKv/bGtCwr2zD/cuz9X9tAy5ZVp0tLTWMstZDFyySCstd\n6IwPS3BD0IL/qMy/pJTAvoe9iuOTe8aPmxadJ2W8esVCgmxcB9CpwYhgROmYhRZf\n+I/KARDOJcP5YBugxZfD0yyIMaK9MOzQ0MAS8cE54+X1+NZK3TTN+2/BT+MAi1bi\nkvcoskJ3ciNnxz8RFbLEAwW+uxF7Cr+obuf/WEPPm2eggAe2HcqtbepBEX4tdJP7\nwry+UUTF72glJ4DjyKDUEuzZpTcdN3y0kcra1LGWge9oXHYQSa9+pTeAsRxSvTOB\nTI/53WXZFM2KJVj04sWDpQmQ1GwUY7VA3+vA/MRYfg0UFodUJ25W5HCEuGwyEn6C\nMUO+1918oa2u1qsgEu8KwxCMSZY13At1XrFP1U80DhEgB3VDRemjEdqso5nCtnkn\n4rnvyOL2NSl6dPrFf4IFYqYK6miyeUcGbvJXqBUzxvd4Sj1Ce2t+/vdG6tHrju+I\naFvowdlxfv1k7/9nR4hYJS8+hge9+6jlgqispdNpQ80xiEmEU5LAsTkbOYMBMMTy\nqfrQA71yN2BWHzZ8vTmR9W0Nv3vXkg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz\n# Subject: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz\n# Label: \"ANF Secure Server Root CA\"\n# Serial: 996390341000653745\n# MD5 Fingerprint: 26:a6:44:5a:d9:af:4e:2f:b2:1d:b6:65:b0:4e:e8:96\n# SHA1 Fingerprint: 5b:6e:68:d0:cc:15:b6:a0:5f:1e:c1:5f:ae:02:fc:6b:2f:5d:6f:74\n# SHA256 Fingerprint: fb:8f:ec:75:91:69:b9:10:6b:1e:51:16:44:c6:18:c5:13:04:37:3f:6c:06:43:08:8d:8b:ef:fd:1b:99:75:99\n-----BEGIN CERTIFICATE-----\nMIIF7zCCA9egAwIBAgIIDdPjvGz5a7EwDQYJKoZIhvcNAQELBQAwgYQxEjAQBgNV\nBAUTCUc2MzI4NzUxMDELMAkGA1UEBhMCRVMxJzAlBgNVBAoTHkFORiBBdXRvcmlk\nYWQgZGUgQ2VydGlmaWNhY2lvbjEUMBIGA1UECxMLQU5GIENBIFJhaXoxIjAgBgNV\nBAMTGUFORiBTZWN1cmUgU2VydmVyIFJvb3QgQ0EwHhcNMTkwOTA0MTAwMDM4WhcN\nMzkwODMwMTAwMDM4WjCBhDESMBAGA1UEBRMJRzYzMjg3NTEwMQswCQYDVQQGEwJF\nUzEnMCUGA1UEChMeQU5GIEF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uMRQwEgYD\nVQQLEwtBTkYgQ0EgUmFpejEiMCAGA1UEAxMZQU5GIFNlY3VyZSBTZXJ2ZXIgUm9v\ndCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANvrayvmZFSVgpCj\ncqQZAZ2cC4Ffc0m6p6zzBE57lgvsEeBbphzOG9INgxwruJ4dfkUyYA8H6XdYfp9q\nyGFOtibBTI3/TO80sh9l2Ll49a2pcbnvT1gdpd50IJeh7WhM3pIXS7yr/2WanvtH\n2Vdy8wmhrnZEE26cLUQ5vPnHO6RYPUG9tMJJo8gN0pcvB2VSAKduyK9o7PQUlrZX\nH1bDOZ8rbeTzPvY1ZNoMHKGESy9LS+IsJJ1tk0DrtSOOMspvRdOoiXsezx76W0OL\nzc2oD2rKDF65nkeP8Nm2CgtYZRczuSPkdxl9y0oukntPLxB3sY0vaJxizOBQ+OyR\np1RMVwnVdmPF6GUe7m1qzwmd+nxPrWAI/VaZDxUse6mAq4xhj0oHdkLePfTdsiQz\nW7i1o0TJrH93PB0j7IKppuLIBkwC/qxcmZkLLxCKpvR/1Yd0DVlJRfbwcVw5Kda/\nSiOL9V8BY9KHcyi1Swr1+KuCLH5zJTIdC2MKF4EA/7Z2Xue0sUDKIbvVgFHlSFJn\nLNJhiQcND85Cd8BEc5xEUKDbEAotlRyBr+Qc5RQe8TZBAQIvfXOn3kLMTOmJDVb3\nn5HUA8ZsyY/b2BzgQJhdZpmYgG4t/wHFzstGH6wCxkPmrqKEPMVOHj1tyRRM4y5B\nu8o5vzY8KhmqQYdOpc5LMnndkEl/AgMBAAGjYzBhMB8GA1UdIwQYMBaAFJxf0Gxj\no1+TypOYCK2Mh6UsXME3MB0GA1UdDgQWBBScX9BsY6Nfk8qTmAitjIelLFzBNzAO\nBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOC\nAgEATh65isagmD9uw2nAalxJUqzLK114OMHVVISfk/CHGT0sZonrDUL8zPB1hT+L\n9IBdeeUXZ701guLyPI59WzbLWoAAKfLOKyzxj6ptBZNscsdW699QIyjlRRA96Gej\nrw5VD5AJYu9LWaL2U/HANeQvwSS9eS9OICI7/RogsKQOLHDtdD+4E5UGUcjohybK\npFtqFiGS3XNgnhAY3jyB6ugYw3yJ8otQPr0R4hUDqDZ9MwFsSBXXiJCZBMXM5gf0\nvPSQ7RPi6ovDj6MzD8EpTBNO2hVWcXNyglD2mjN8orGoGjR0ZVzO0eurU+AagNjq\nOknkJjCb5RyKqKkVMoaZkgoQI1YS4PbOTOK7vtuNknMBZi9iPrJyJ0U27U1W45eZ\n/zo1PqVUSlJZS2Db7v54EX9K3BR5YLZrZAPbFYPhor72I5dQ8AkzNqdxliXzuUJ9\n2zg/LFis6ELhDtjTO0wugumDLmsx2d1Hhk9tl5EuT+IocTUW0fJz/iUrB0ckYyfI\n+PbZa/wSMVYIwFNCr5zQM378BvAxRAMU8Vjq8moNqRGyg77FGr8H6lnco4g175x2\nMjxNBiLOFeXdntiP2t7SxDnlF4HPOEfrf4htWRvfn0IUrn7PqLBmZdo3r5+qPeoo\ntt7VMVgWglvquxl1AnMaykgaIZOQCo6ThKd9OyMYkomgjaw=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority\n# Subject: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority\n# Label: \"Certum EC-384 CA\"\n# Serial: 160250656287871593594747141429395092468\n# MD5 Fingerprint: b6:65:b3:96:60:97:12:a1:ec:4e:e1:3d:a3:c6:c9:f1\n# SHA1 Fingerprint: f3:3e:78:3c:ac:df:f4:a2:cc:ac:67:55:69:56:d7:e5:16:3c:e1:ed\n# SHA256 Fingerprint: 6b:32:80:85:62:53:18:aa:50:d1:73:c9:8d:8b:da:09:d5:7e:27:41:3d:11:4c:f7:87:a0:f5:d0:6c:03:0c:f6\n-----BEGIN CERTIFICATE-----\nMIICZTCCAeugAwIBAgIQeI8nXIESUiClBNAt3bpz9DAKBggqhkjOPQQDAzB0MQsw\nCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScw\nJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAXBgNVBAMT\nEENlcnR1bSBFQy0zODQgQ0EwHhcNMTgwMzI2MDcyNDU0WhcNNDMwMzI2MDcyNDU0\nWjB0MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBT\nLkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAX\nBgNVBAMTEENlcnR1bSBFQy0zODQgQ0EwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATE\nKI6rGFtqvm5kN2PkzeyrOvfMobgOgknXhimfoZTy42B4mIF4Bk3y7JoOV2CDn7Tm\nFy8as10CW4kjPMIRBSqniBMY81CE1700LCeJVf/OTOffph8oxPBUw7l8t1Ot68Kj\nQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI0GZnQkdjrzife81r1HfS+8\nEF9LMA4GA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNoADBlAjADVS2m5hjEfO/J\nUG7BJw+ch69u1RsIGL2SKcHvlJF40jocVYli5RsJHrpka/F2tNQCMQC0QoSZ/6vn\nnvuRlydd3LBbMHHOXjgaatkl5+r3YZJW+OraNsKHZZYuciUvf9/DE8k=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority\n# Subject: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority\n# Label: \"Certum Trusted Root CA\"\n# Serial: 40870380103424195783807378461123655149\n# MD5 Fingerprint: 51:e1:c2:e7:fe:4c:84:af:59:0e:2f:f4:54:6f:ea:29\n# SHA1 Fingerprint: c8:83:44:c0:18:ae:9f:cc:f1:87:b7:8f:22:d1:c5:d7:45:84:ba:e5\n# SHA256 Fingerprint: fe:76:96:57:38:55:77:3e:37:a9:5e:7a:d4:d9:cc:96:c3:01:57:c1:5d:31:76:5b:a9:b1:57:04:e1:ae:78:fd\n-----BEGIN CERTIFICATE-----\nMIIFwDCCA6igAwIBAgIQHr9ZULjJgDdMBvfrVU+17TANBgkqhkiG9w0BAQ0FADB6\nMQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEu\nMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxHzAdBgNV\nBAMTFkNlcnR1bSBUcnVzdGVkIFJvb3QgQ0EwHhcNMTgwMzE2MTIxMDEzWhcNNDMw\nMzE2MTIxMDEzWjB6MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEg\nU3lzdGVtcyBTLkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRo\nb3JpdHkxHzAdBgNVBAMTFkNlcnR1bSBUcnVzdGVkIFJvb3QgQ0EwggIiMA0GCSqG\nSIb3DQEBAQUAA4ICDwAwggIKAoICAQDRLY67tzbqbTeRn06TpwXkKQMlzhyC93yZ\nn0EGze2jusDbCSzBfN8pfktlL5On1AFrAygYo9idBcEq2EXxkd7fO9CAAozPOA/q\np1x4EaTByIVcJdPTsuclzxFUl6s1wB52HO8AU5853BSlLCIls3Jy/I2z5T4IHhQq\nNwuIPMqw9MjCoa68wb4pZ1Xi/K1ZXP69VyywkI3C7Te2fJmItdUDmj0VDT06qKhF\n8JVOJVkdzZhpu9PMMsmN74H+rX2Ju7pgE8pllWeg8xn2A1bUatMn4qGtg/BKEiJ3\nHAVz4hlxQsDsdUaakFjgao4rpUYwBI4Zshfjvqm6f1bxJAPXsiEodg42MEx51UGa\nmqi4NboMOvJEGyCI98Ul1z3G4z5D3Yf+xOr1Uz5MZf87Sst4WmsXXw3Hw09Omiqi\n7VdNIuJGmj8PkTQkfVXjjJU30xrwCSss0smNtA0Aq2cpKNgB9RkEth2+dv5yXMSF\nytKAQd8FqKPVhJBPC/PgP5sZ0jeJP/J7UhyM9uH3PAeXjA6iWYEMspA90+NZRu0P\nqafegGtaqge2Gcu8V/OXIXoMsSt0Puvap2ctTMSYnjYJdmZm/Bo/6khUHL4wvYBQ\nv3y1zgD2DGHZ5yQD4OMBgQ692IU0iL2yNqh7XAjlRICMb/gv1SHKHRzQ+8S1h9E6\nTsd2tTVItQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBSM+xx1\nvALTn04uSNn5YFSqxLNP+jAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQENBQAD\nggIBAEii1QALLtA/vBzVtVRJHlpr9OTy4EA34MwUe7nJ+jW1dReTagVphZzNTxl4\nWxmB82M+w85bj/UvXgF2Ez8sALnNllI5SW0ETsXpD4YN4fqzX4IS8TrOZgYkNCvo\nzMrnadyHncI013nR03e4qllY/p0m+jiGPp2Kh2RX5Rc64vmNueMzeMGQ2Ljdt4NR\n5MTMI9UGfOZR0800McD2RrsLrfw9EAUqO0qRJe6M1ISHgCq8CYyqOhNf6DR5UMEQ\nGfnTKB7U0VEwKbOukGfWHwpjscWpxkIxYxeU72nLL/qMFH3EQxiJ2fAyQOaA4kZf\n5ePBAFmo+eggvIksDkc0C+pXwlM2/KfUrzHN/gLldfq5Jwn58/U7yn2fqSLLiMmq\n0Uc9NneoWWRrJ8/vJ8HjJLWG965+Mk2weWjROeiQWMODvA8s1pfrzgzhIMfatz7D\nP78v3DSk+yshzWePS/Tj6tQ/50+6uaWTRRxmHyH6ZF5v4HaUMst19W7l9o/HuKTM\nqJZ9ZPskWkoDbGs4xugDQ5r3V7mzKWmTOPQD8rv7gmsHINFSH5pkAnuYZttcTVoP\n0ISVoDwUQwbKytu4QTbaakRnh6+v40URFWkIsr4WOZckbxJF0WddCajJFdr60qZf\nE2Efv4WstK2tBZQIgx51F9NxO5NQI1mg7TyRVJ12AMXDuDjb\n-----END CERTIFICATE-----\n\n# Issuer: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique\n# Subject: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique\n# Label: \"TunTrust Root CA\"\n# Serial: 108534058042236574382096126452369648152337120275\n# MD5 Fingerprint: 85:13:b9:90:5b:36:5c:b6:5e:b8:5a:f8:e0:31:57:b4\n# SHA1 Fingerprint: cf:e9:70:84:0f:e0:73:0f:9d:f6:0c:7f:2c:4b:ee:20:46:34:9c:bb\n# SHA256 Fingerprint: 2e:44:10:2a:b5:8c:b8:54:19:45:1c:8e:19:d9:ac:f3:66:2c:af:bc:61:4b:6a:53:96:0a:30:f7:d0:e2:eb:41\n-----BEGIN CERTIFICATE-----\nMIIFszCCA5ugAwIBAgIUEwLV4kBMkkaGFmddtLu7sms+/BMwDQYJKoZIhvcNAQEL\nBQAwYTELMAkGA1UEBhMCVE4xNzA1BgNVBAoMLkFnZW5jZSBOYXRpb25hbGUgZGUg\nQ2VydGlmaWNhdGlvbiBFbGVjdHJvbmlxdWUxGTAXBgNVBAMMEFR1blRydXN0IFJv\nb3QgQ0EwHhcNMTkwNDI2MDg1NzU2WhcNNDQwNDI2MDg1NzU2WjBhMQswCQYDVQQG\nEwJUTjE3MDUGA1UECgwuQWdlbmNlIE5hdGlvbmFsZSBkZSBDZXJ0aWZpY2F0aW9u\nIEVsZWN0cm9uaXF1ZTEZMBcGA1UEAwwQVHVuVHJ1c3QgUm9vdCBDQTCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMPN0/y9BFPdDCA61YguBUtB9YOCfvdZ\nn56eY+hz2vYGqU8ftPkLHzmMmiDQfgbU7DTZhrx1W4eI8NLZ1KMKsmwb60ksPqxd\n2JQDoOw05TDENX37Jk0bbjBU2PWARZw5rZzJJQRNmpA+TkBuimvNKWfGzC3gdOgF\nVwpIUPp6Q9p+7FuaDmJ2/uqdHYVy7BG7NegfJ7/Boce7SBbdVtfMTqDhuazb1YMZ\nGoXRlJfXyqNlC/M4+QKu3fZnz8k/9YosRxqZbwUN/dAdgjH8KcwAWJeRTIAAHDOF\nli/LQcKLEITDCSSJH7UP2dl3RxiSlGBcx5kDPP73lad9UKGAwqmDrViWVSHbhlnU\nr8a83YFuB9tgYv7sEG7aaAH0gxupPqJbI9dkxt/con3YS7qC0lH4Zr8GRuR5KiY2\neY8fTpkdso8MDhz/yV3A/ZAQprE38806JG60hZC/gLkMjNWb1sjxVj8agIl6qeIb\nMlEsPvLfe/ZdeikZjuXIvTZxi11Mwh0/rViizz1wTaZQmCXcI/m4WEEIcb9PuISg\njwBUFfyRbVinljvrS5YnzWuioYasDXxU5mZMZl+QviGaAkYt5IPCgLnPSz7ofzwB\n7I9ezX/SKEIBlYrilz0QIX32nRzFNKHsLA4KUiwSVXAkPcvCFDVDXSdOvsC9qnyW\n5/yeYa1E0wCXAgMBAAGjYzBhMB0GA1UdDgQWBBQGmpsfU33x9aTI04Y+oXNZtPdE\nITAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFAaamx9TffH1pMjThj6hc1m0\n90QhMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAqgVutt0Vyb+z\nxiD2BkewhpMl0425yAA/l/VSJ4hxyXT968pk21vvHl26v9Hr7lxpuhbI87mP0zYu\nQEkHDVneixCwSQXi/5E/S7fdAo74gShczNxtr18UnH1YeA32gAm56Q6XKRm4t+v4\nFstVEuTGfbvE7Pi1HE4+Z7/FXxttbUcoqgRYYdZ2vyJ/0Adqp2RT8JeNnYA/u8EH\n22Wv5psymsNUk8QcCMNE+3tjEUPRahphanltkE8pjkcFwRJpadbGNjHh/PqAulxP\nxOu3Mqz4dWEX1xAZufHSCe96Qp1bWgvUxpVOKs7/B9dPfhgGiPEZtdmYu65xxBzn\ndFlY7wyJz4sfdZMaBBSSSFCp61cpABbjNhzI+L/wM9VBD8TMPN3pM0MBkRArHtG5\nXc0yGYuPjCB31yLEQtyEFpslbei0VXF/sHyz03FJuc9SpAQ/3D2gu68zngowYI7b\nnV2UqL1g52KAdoGDDIzMMEZJ4gzSqK/rYXHv5yJiqfdcZGyfFoxnNidF9Ql7v/YQ\nCvGwjVRDjAS6oz/v4jXH+XTgbzRB0L9zZVcg+ZtnemZoJE6AZb0QmQZZ8mWvuMZH\nu/2QeItBcy6vVR/cO5JyboTT0GFMDcx2V+IthSIVNg3rAZ3r2OvEhJn7wAzMMujj\nd9qDRIueVSjAi1jTkD5OGwDxFa2DK5o=\n-----END CERTIFICATE-----\n\n# Issuer: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA\n# Subject: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA\n# Label: \"HARICA TLS RSA Root CA 2021\"\n# Serial: 76817823531813593706434026085292783742\n# MD5 Fingerprint: 65:47:9b:58:86:dd:2c:f0:fc:a2:84:1f:1e:96:c4:91\n# SHA1 Fingerprint: 02:2d:05:82:fa:88:ce:14:0c:06:79:de:7f:14:10:e9:45:d7:a5:6d\n# SHA256 Fingerprint: d9:5d:0e:8e:da:79:52:5b:f9:be:b1:1b:14:d2:10:0d:32:94:98:5f:0c:62:d9:fa:bd:9c:d9:99:ec:cb:7b:1d\n-----BEGIN CERTIFICATE-----\nMIIFpDCCA4ygAwIBAgIQOcqTHO9D88aOk8f0ZIk4fjANBgkqhkiG9w0BAQsFADBs\nMQswCQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl\nc2VhcmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBSU0Eg\nUm9vdCBDQSAyMDIxMB4XDTIxMDIxOTEwNTUzOFoXDTQ1MDIxMzEwNTUzN1owbDEL\nMAkGA1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNl\nYXJjaCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgUlNBIFJv\nb3QgQ0EgMjAyMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAIvC569l\nmwVnlskNJLnQDmT8zuIkGCyEf3dRywQRNrhe7Wlxp57kJQmXZ8FHws+RFjZiPTgE\n4VGC/6zStGndLuwRo0Xua2s7TL+MjaQenRG56Tj5eg4MmOIjHdFOY9TnuEFE+2uv\na9of08WRiFukiZLRgeaMOVig1mlDqa2YUlhu2wr7a89o+uOkXjpFc5gH6l8Cct4M\npbOfrqkdtx2z/IpZ525yZa31MJQjB/OCFks1mJxTuy/K5FrZx40d/JiZ+yykgmvw\nKh+OC19xXFyuQnspiYHLA6OZyoieC0AJQTPb5lh6/a6ZcMBaD9YThnEvdmn8kN3b\nLW7R8pv1GmuebxWMevBLKKAiOIAkbDakO/IwkfN4E8/BPzWr8R0RI7VDIp4BkrcY\nAuUR0YLbFQDMYTfBKnya4dC6s1BG7oKsnTH4+yPiAwBIcKMJJnkVU2DzOFytOOqB\nAGMUuTNe3QvboEUHGjMJ+E20pwKmafTCWQWIZYVWrkvL4N48fS0ayOn7H6NhStYq\nE613TBoYm5EPWNgGVMWX+Ko/IIqmhaZ39qb8HOLubpQzKoNQhArlT4b4UEV4AIHr\nW2jjJo3Me1xR9BQsQL4aYB16cmEdH2MtiKrOokWQCPxrvrNQKlr9qEgYRtaQQJKQ\nCoReaDH46+0N0x3GfZkYVVYnZS6NRcUk7M7jAgMBAAGjQjBAMA8GA1UdEwEB/wQF\nMAMBAf8wHQYDVR0OBBYEFApII6ZgpJIKM+qTW8VX6iVNvRLuMA4GA1UdDwEB/wQE\nAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAPpBIqm5iFSVmewzVjIuJndftTgfvnNAU\nX15QvWiWkKQUEapobQk1OUAJ2vQJLDSle1mESSmXdMgHHkdt8s4cUCbjnj1AUz/3\nf5Z2EMVGpdAgS1D0NTsY9FVqQRtHBmg8uwkIYtlfVUKqrFOFrJVWNlar5AWMxaja\nH6NpvVMPxP/cyuN+8kyIhkdGGvMA9YCRotxDQpSbIPDRzbLrLFPCU3hKTwSUQZqP\nJzLB5UkZv/HywouoCjkxKLR9YjYsTewfM7Z+d21+UPCfDtcRj88YxeMn/ibvBZ3P\nzzfF0HvaO7AWhAw6k9a+F9sPPg4ZeAnHqQJyIkv3N3a6dcSFA1pj1bF1BcK5vZSt\njBWZp5N99sXzqnTPBIWUmAD04vnKJGW/4GKvyMX6ssmeVkjaef2WdhW+o45WxLM0\n/L5H9MG0qPzVMIho7suuyWPEdr6sOBjhXlzPrjoiUevRi7PzKzMHVIf6tLITe7pT\nBGIBnfHAT+7hOtSLIBD6Alfm78ELt5BGnBkpjNxvoEppaZS3JGWg/6w/zgH7IS79\naPib8qXPMThcFarmlwDB31qlpzmq6YR/PFGoOtmUW4y/Twhx5duoXNTSpv4Ao8YW\nxw/ogM4cKGR0GQjTQuPOAF1/sdwTsOEFy9EgqoZ0njnnkf3/W9b3raYvAwtt41dU\n63ZTGI0RmLo=\n-----END CERTIFICATE-----\n\n# Issuer: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA\n# Subject: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA\n# Label: \"HARICA TLS ECC Root CA 2021\"\n# Serial: 137515985548005187474074462014555733966\n# MD5 Fingerprint: ae:f7:4c:e5:66:35:d1:b7:9b:8c:22:93:74:d3:4b:b0\n# SHA1 Fingerprint: bc:b0:c1:9d:e9:98:92:70:19:38:57:e9:8d:a7:b4:5d:6e:ee:01:48\n# SHA256 Fingerprint: 3f:99:cc:47:4a:cf:ce:4d:fe:d5:87:94:66:5e:47:8d:15:47:73:9f:2e:78:0f:1b:b4:ca:9b:13:30:97:d4:01\n-----BEGIN CERTIFICATE-----\nMIICVDCCAdugAwIBAgIQZ3SdjXfYO2rbIvT/WeK/zjAKBggqhkjOPQQDAzBsMQsw\nCQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2Vh\ncmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBFQ0MgUm9v\ndCBDQSAyMDIxMB4XDTIxMDIxOTExMDExMFoXDTQ1MDIxMzExMDEwOVowbDELMAkG\nA1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJj\naCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgRUNDIFJvb3Qg\nQ0EgMjAyMTB2MBAGByqGSM49AgEGBSuBBAAiA2IABDgI/rGgltJ6rK9JOtDA4MM7\nKKrxcm1lAEeIhPyaJmuqS7psBAqIXhfyVYf8MLA04jRYVxqEU+kw2anylnTDUR9Y\nSTHMmE5gEYd103KUkE+bECUqqHgtvpBBWJAVcqeht6NCMEAwDwYDVR0TAQH/BAUw\nAwEB/zAdBgNVHQ4EFgQUyRtTgRL+BNUW0aq8mm+3oJUZbsowDgYDVR0PAQH/BAQD\nAgGGMAoGCCqGSM49BAMDA2cAMGQCMBHervjcToiwqfAircJRQO9gcS3ujwLEXQNw\nSaSS6sUUiHCm0w2wqsosQJz76YJumgIwK0eaB8bRwoF8yguWGEEbo/QwCZ61IygN\nnxS2PFOiTAZpffpskcYqSUXm7LcT4Tps\n-----END CERTIFICATE-----\n\n# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068\n# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068\n# Label: \"Autoridad de Certificacion Firmaprofesional CIF A62634068\"\n# Serial: 1977337328857672817\n# MD5 Fingerprint: 4e:6e:9b:54:4c:ca:b7:fa:48:e4:90:b1:15:4b:1c:a3\n# SHA1 Fingerprint: 0b:be:c2:27:22:49:cb:39:aa:db:35:5c:53:e3:8c:ae:78:ff:b6:fe\n# SHA256 Fingerprint: 57:de:05:83:ef:d2:b2:6e:03:61:da:99:da:9d:f4:64:8d:ef:7e:e8:44:1c:3b:72:8a:fa:9b:cd:e0:f9:b2:6a\n-----BEGIN CERTIFICATE-----\nMIIGFDCCA/ygAwIBAgIIG3Dp0v+ubHEwDQYJKoZIhvcNAQELBQAwUTELMAkGA1UE\nBhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h\ncHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0xNDA5MjMxNTIyMDdaFw0zNjA1\nMDUxNTIyMDdaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg\nQ2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi\nMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9\nthDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM\ncas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG\nL9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i\nNA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h\nX68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b\nm8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy\nZ/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja\nEbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T\nKI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF\n6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh\nOSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMB0GA1UdDgQWBBRlzeurNR4APn7VdMAc\ntHNHDhpkLzASBgNVHRMBAf8ECDAGAQH/AgEBMIGmBgNVHSAEgZ4wgZswgZgGBFUd\nIAAwgY8wLwYIKwYBBQUHAgEWI2h0dHA6Ly93d3cuZmlybWFwcm9mZXNpb25hbC5j\nb20vY3BzMFwGCCsGAQUFBwICMFAeTgBQAGEAcwBlAG8AIABkAGUAIABsAGEAIABC\nAG8AbgBhAG4AbwB2AGEAIAA0ADcAIABCAGEAcgBjAGUAbABvAG4AYQAgADAAOAAw\nADEANzAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQELBQADggIBAHSHKAIrdx9m\niWTtj3QuRhy7qPj4Cx2Dtjqn6EWKB7fgPiDL4QjbEwj4KKE1soCzC1HA01aajTNF\nSa9J8OA9B3pFE1r/yJfY0xgsfZb43aJlQ3CTkBW6kN/oGbDbLIpgD7dvlAceHabJ\nhfa9NPhAeGIQcDq+fUs5gakQ1JZBu/hfHAsdCPKxsIl68veg4MSPi3i1O1ilI45P\nVf42O+AMt8oqMEEgtIDNrvx2ZnOorm7hfNoD6JQg5iKj0B+QXSBTFCZX2lSX3xZE\nEAEeiGaPcjiT3SC3NL7X8e5jjkd5KAb881lFJWAiMxujX6i6KtoaPc1A6ozuBRWV\n1aUsIC+nmCjuRfzxuIgALI9C2lHVnOUTaHFFQ4ueCyE8S1wF3BqfmI7avSKecs2t\nCsvMo2ebKHTEm9caPARYpoKdrcd7b/+Alun4jWq9GJAd/0kakFI3ky88Al2CdgtR\n5xbHV/g4+afNmyJU72OwFW1TZQNKXkqgsqeOSQBZONXH9IBk9W6VULgRfhVwOEqw\nf9DEMnDAGf/JOC0ULGb0QkTmVXYbgBVX/8Cnp6o5qtjTcNAuuuuUavpfNIbnYrX9\nivAwhZTJryQCL2/W3Wf+47BVTwSYT6RBVuKT0Gro1vP7ZeDOdcQxWQzugsgMYDNK\nGbqEZycPvEJdvSRUDewdcAZfpLz6IHxV\n-----END CERTIFICATE-----\n\n# Issuer: CN=vTrus ECC Root CA O=iTrusChina Co.,Ltd.\n# Subject: CN=vTrus ECC Root CA O=iTrusChina Co.,Ltd.\n# Label: \"vTrus ECC Root CA\"\n# Serial: 630369271402956006249506845124680065938238527194\n# MD5 Fingerprint: de:4b:c1:f5:52:8c:9b:43:e1:3e:8f:55:54:17:8d:85\n# SHA1 Fingerprint: f6:9c:db:b0:fc:f6:02:13:b6:52:32:a6:a3:91:3f:16:70:da:c3:e1\n# SHA256 Fingerprint: 30:fb:ba:2c:32:23:8e:2a:98:54:7a:f9:79:31:e5:50:42:8b:9b:3f:1c:8e:eb:66:33:dc:fa:86:c5:b2:7d:d3\n-----BEGIN CERTIFICATE-----\nMIICDzCCAZWgAwIBAgIUbmq8WapTvpg5Z6LSa6Q75m0c1towCgYIKoZIzj0EAwMw\nRzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4xGjAY\nBgNVBAMTEXZUcnVzIEVDQyBSb290IENBMB4XDTE4MDczMTA3MjY0NFoXDTQzMDcz\nMTA3MjY0NFowRzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28u\nLEx0ZC4xGjAYBgNVBAMTEXZUcnVzIEVDQyBSb290IENBMHYwEAYHKoZIzj0CAQYF\nK4EEACIDYgAEZVBKrox5lkqqHAjDo6LN/llWQXf9JpRCux3NCNtzslt188+cToL0\nv/hhJoVs1oVbcnDS/dtitN9Ti72xRFhiQgnH+n9bEOf+QP3A2MMrMudwpremIFUd\ne4BdS49nTPEQo0IwQDAdBgNVHQ4EFgQUmDnNvtiyjPeyq+GtJK97fKHbH88wDwYD\nVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwCgYIKoZIzj0EAwMDaAAwZQIw\nV53dVvHH4+m4SVBrm2nDb+zDfSXkV5UTQJtS0zvzQBm8JsctBp61ezaf9SXUY2sA\nAjEA6dPGnlaaKsyh2j/IZivTWJwghfqrkYpwcBE4YGQLYgmRWAD5Tfs0aNoJrSEG\nGJTO\n-----END CERTIFICATE-----\n\n# Issuer: CN=vTrus Root CA O=iTrusChina Co.,Ltd.\n# Subject: CN=vTrus Root CA O=iTrusChina Co.,Ltd.\n# Label: \"vTrus Root CA\"\n# Serial: 387574501246983434957692974888460947164905180485\n# MD5 Fingerprint: b8:c9:37:df:fa:6b:31:84:64:c5:ea:11:6a:1b:75:fc\n# SHA1 Fingerprint: 84:1a:69:fb:f5:cd:1a:25:34:13:3d:e3:f8:fc:b8:99:d0:c9:14:b7\n# SHA256 Fingerprint: 8a:71:de:65:59:33:6f:42:6c:26:e5:38:80:d0:0d:88:a1:8d:a4:c6:a9:1f:0d:cb:61:94:e2:06:c5:c9:63:87\n-----BEGIN CERTIFICATE-----\nMIIFVjCCAz6gAwIBAgIUQ+NxE9izWRRdt86M/TX9b7wFjUUwDQYJKoZIhvcNAQEL\nBQAwQzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4x\nFjAUBgNVBAMTDXZUcnVzIFJvb3QgQ0EwHhcNMTgwNzMxMDcyNDA1WhcNNDMwNzMx\nMDcyNDA1WjBDMQswCQYDVQQGEwJDTjEcMBoGA1UEChMTaVRydXNDaGluYSBDby4s\nTHRkLjEWMBQGA1UEAxMNdlRydXMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEBBQAD\nggIPADCCAgoCggIBAL1VfGHTuB0EYgWgrmy3cLRB6ksDXhA/kFocizuwZotsSKYc\nIrrVQJLuM7IjWcmOvFjai57QGfIvWcaMY1q6n6MLsLOaXLoRuBLpDLvPbmyAhykU\nAyyNJJrIZIO1aqwTLDPxn9wsYTwaP3BVm60AUn/PBLn+NvqcwBauYv6WTEN+VRS+\nGrPSbcKvdmaVayqwlHeFXgQPYh1jdfdr58tbmnDsPmcF8P4HCIDPKNsFxhQnL4Z9\n8Cfe/+Z+M0jnCx5Y0ScrUw5XSmXX+6KAYPxMvDVTAWqXcoKv8R1w6Jz1717CbMdH\nflqUhSZNO7rrTOiwCcJlwp2dCZtOtZcFrPUGoPc2BX70kLJrxLT5ZOrpGgrIDajt\nJ8nU57O5q4IikCc9Kuh8kO+8T/3iCiSn3mUkpF3qwHYw03dQ+A0Em5Q2AXPKBlim\n0zvc+gRGE1WKyURHuFE5Gi7oNOJ5y1lKCn+8pu8fA2dqWSslYpPZUxlmPCdiKYZN\npGvu/9ROutW04o5IWgAZCfEF2c6Rsffr6TlP9m8EQ5pV9T4FFL2/s1m02I4zhKOQ\nUqqzApVg+QxMaPnu1RcN+HFXtSXkKe5lXa/R7jwXC1pDxaWG6iSe4gUH3DRCEpHW\nOXSuTEGC2/KmSNGzm/MzqvOmwMVO9fSddmPmAsYiS8GVP1BkLFTltvA8Kc9XAgMB\nAAGjQjBAMB0GA1UdDgQWBBRUYnBj8XWEQ1iO0RYgscasGrz2iTAPBgNVHRMBAf8E\nBTADAQH/MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAKbqSSaet\n8PFww+SX8J+pJdVrnjT+5hpk9jprUrIQeBqfTNqK2uwcN1LgQkv7bHbKJAs5EhWd\nnxEt/Hlk3ODg9d3gV8mlsnZwUKT+twpw1aA08XXXTUm6EdGz2OyC/+sOxL9kLX1j\nbhd47F18iMjrjld22VkE+rxSH0Ws8HqA7Oxvdq6R2xCOBNyS36D25q5J08FsEhvM\nKar5CKXiNxTKsbhm7xqC5PD48acWabfbqWE8n/Uxy+QARsIvdLGx14HuqCaVvIiv\nTDUHKgLKeBRtRytAVunLKmChZwOgzoy8sHJnxDHO2zTlJQNgJXtxmOTAGytfdELS\nS8VZCAeHvsXDf+eW2eHcKJfWjwXj9ZtOyh1QRwVTsMo554WgicEFOwE30z9J4nfr\nI8iIZjs9OXYhRvHsXyO466JmdXTBQPfYaJqT4i2pLr0cox7IdMakLXogqzu4sEb9\nb91fUlV1YvCXoHzXOP0l382gmxDPi7g4Xl7FtKYCNqEeXxzP4padKar9mK5S4fNB\nUvupLnKWnyfjqnN9+BojZns7q2WwMgFLFT49ok8MKzWixtlnEjUwzXYuFrOZnk1P\nTi07NEPhmg4NpGaXutIcSkwsKouLgU9xGqndXHt7CMUADTdA43x7VF8vhV929ven\nsBxXVsFy6K2ir40zSbofitzmdHxghm+Hl3s=\n-----END CERTIFICATE-----\n\n# Issuer: CN=ISRG Root X2 O=Internet Security Research Group\n# Subject: CN=ISRG Root X2 O=Internet Security Research Group\n# Label: \"ISRG Root X2\"\n# Serial: 87493402998870891108772069816698636114\n# MD5 Fingerprint: d3:9e:c4:1e:23:3c:a6:df:cf:a3:7e:6d:e0:14:e6:e5\n# SHA1 Fingerprint: bd:b1:b9:3c:d5:97:8d:45:c6:26:14:55:f8:db:95:c7:5a:d1:53:af\n# SHA256 Fingerprint: 69:72:9b:8e:15:a8:6e:fc:17:7a:57:af:b7:17:1d:fc:64:ad:d2:8c:2f:ca:8c:f1:50:7e:34:45:3c:cb:14:70\n-----BEGIN CERTIFICATE-----\nMIICGzCCAaGgAwIBAgIQQdKd0XLq7qeAwSxs6S+HUjAKBggqhkjOPQQDAzBPMQsw\nCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg\nR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yMDA5MDQwMDAwMDBaFw00\nMDA5MTcxNjAwMDBaME8xCzAJBgNVBAYTAlVTMSkwJwYDVQQKEyBJbnRlcm5ldCBT\nZWN1cml0eSBSZXNlYXJjaCBHcm91cDEVMBMGA1UEAxMMSVNSRyBSb290IFgyMHYw\nEAYHKoZIzj0CAQYFK4EEACIDYgAEzZvVn4CDCuwJSvMWSj5cz3es3mcFDR0HttwW\n+1qLFNvicWDEukWVEYmO6gbf9yoWHKS5xcUy4APgHoIYOIvXRdgKam7mAHf7AlF9\nItgKbppbd9/w+kHsOdx1ymgHDB/qo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0T\nAQH/BAUwAwEB/zAdBgNVHQ4EFgQUfEKWrt5LSDv6kviejM9ti6lyN5UwCgYIKoZI\nzj0EAwMDaAAwZQIwe3lORlCEwkSHRhtFcP9Ymd70/aTSVaYgLXTWNLxBo1BfASdW\ntL4ndQavEi51mI38AjEAi/V3bNTIZargCyzuFJ0nN6T5U6VR5CmD1/iQMVtCnwr1\n/q4AaOeMSQ+2b1tbFfLn\n-----END CERTIFICATE-----\n\n# Issuer: CN=HiPKI Root CA - G1 O=Chunghwa Telecom Co., Ltd.\n# Subject: CN=HiPKI Root CA - G1 O=Chunghwa Telecom Co., Ltd.\n# Label: \"HiPKI Root CA - G1\"\n# Serial: 60966262342023497858655262305426234976\n# MD5 Fingerprint: 69:45:df:16:65:4b:e8:68:9a:8f:76:5f:ff:80:9e:d3\n# SHA1 Fingerprint: 6a:92:e4:a8:ee:1b:ec:96:45:37:e3:29:57:49:cd:96:e3:e5:d2:60\n# SHA256 Fingerprint: f0:15:ce:3c:c2:39:bf:ef:06:4b:e9:f1:d2:c4:17:e1:a0:26:4a:0a:94:be:1f:0c:8d:12:18:64:eb:69:49:cc\n-----BEGIN CERTIFICATE-----\nMIIFajCCA1KgAwIBAgIQLd2szmKXlKFD6LDNdmpeYDANBgkqhkiG9w0BAQsFADBP\nMQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0\nZC4xGzAZBgNVBAMMEkhpUEtJIFJvb3QgQ0EgLSBHMTAeFw0xOTAyMjIwOTQ2MDRa\nFw0zNzEyMzExNTU5NTlaME8xCzAJBgNVBAYTAlRXMSMwIQYDVQQKDBpDaHVuZ2h3\nYSBUZWxlY29tIENvLiwgTHRkLjEbMBkGA1UEAwwSSGlQS0kgUm9vdCBDQSAtIEcx\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA9B5/UnMyDHPkvRN0o9Qw\nqNCuS9i233VHZvR85zkEHmpwINJaR3JnVfSl6J3VHiGh8Ge6zCFovkRTv4354twv\nVcg3Px+kwJyz5HdcoEb+d/oaoDjq7Zpy3iu9lFc6uux55199QmQ5eiY29yTw1S+6\nlZgRZq2XNdZ1AYDgr/SEYYwNHl98h5ZeQa/rh+r4XfEuiAU+TCK72h8q3VJGZDnz\nQs7ZngyzsHeXZJzA9KMuH5UHsBffMNsAGJZMoYFL3QRtU6M9/Aes1MU3guvklQgZ\nKILSQjqj2FPseYlgSGDIcpJQ3AOPgz+yQlda22rpEZfdhSi8MEyr48KxRURHH+CK\nFgeW0iEPU8DtqX7UTuybCeyvQqww1r/REEXgphaypcXTT3OUM3ECoWqj1jOXTyFj\nHluP2cFeRXF3D4FdXyGarYPM+l7WjSNfGz1BryB1ZlpK9p/7qxj3ccC2HTHsOyDr\ny+K49a6SsvfhhEvyovKTmiKe0xRvNlS9H15ZFblzqMF8b3ti6RZsR1pl8w4Rm0bZ\n/W3c1pzAtH2lsN0/Vm+h+fbkEkj9Bn8SV7apI09bA8PgcSojt/ewsTu8mL3WmKgM\na/aOEmem8rJY5AIJEzypuxC00jBF8ez3ABHfZfjcK0NVvxaXxA/VLGGEqnKG/uY6\nfsI/fe78LxQ+5oXdUG+3Se0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNV\nHQ4EFgQU8ncX+l6o/vY9cdVouslGDDjYr7AwDgYDVR0PAQH/BAQDAgGGMA0GCSqG\nSIb3DQEBCwUAA4ICAQBQUfB13HAE4/+qddRxosuej6ip0691x1TPOhwEmSKsxBHi\n7zNKpiMdDg1H2DfHb680f0+BazVP6XKlMeJ45/dOlBhbQH3PayFUhuaVevvGyuqc\nSE5XCV0vrPSltJczWNWseanMX/mF+lLFjfiRFOs6DRfQUsJ748JzjkZ4Bjgs6Fza\nZsT0pPBWGTMpWmWSBUdGSquEwx4noR8RkpkndZMPvDY7l1ePJlsMu5wP1G4wB9Tc\nXzZoZjmDlicmisjEOf6aIW/Vcobpf2Lll07QJNBAsNB1CI69aO4I1258EHBGG3zg\niLKecoaZAeO/n0kZtCW+VmWuF2PlHt/o/0elv+EmBYTksMCv5wiZqAxeJoBF1Pho\nL5aPruJKHJwWDBNvOIf2u8g0X5IDUXlwpt/L9ZlNec1OvFefQ05rLisY+GpzjLrF\nNe85akEez3GoorKGB1s6yeHvP2UEgEcyRHCVTjFnanRbEEV16rCf0OY1/k6fi8wr\nkkVbbiVghUbN0aqwdmaTd5a+g744tiROJgvM7XpWGuDpWsZkrUx6AEhEL7lAuxM+\nvhV4nYWBSipX3tUZQ9rbyltHhoMLP7YNdnhzeSJesYAfz77RP1YQmCuVh6EfnWQU\nYDksswBVLuT1sw5XxJFBAJw/6KXf6vb/yPCtbVKoF6ubYfwSUTXkJf2vqmqGOQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4\n# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4\n# Label: \"GlobalSign ECC Root CA - R4\"\n# Serial: 159662223612894884239637590694\n# MD5 Fingerprint: 26:29:f8:6d:e1:88:bf:a2:65:7f:aa:c4:cd:0f:7f:fc\n# SHA1 Fingerprint: 6b:a0:b0:98:e1:71:ef:5a:ad:fe:48:15:80:77:10:f4:bd:6f:0b:28\n# SHA256 Fingerprint: b0:85:d7:0b:96:4f:19:1a:73:e4:af:0d:54:ae:7a:0e:07:aa:fd:af:9b:71:dd:08:62:13:8a:b7:32:5a:24:a2\n-----BEGIN CERTIFICATE-----\nMIIB3DCCAYOgAwIBAgINAgPlfvU/k/2lCSGypjAKBggqhkjOPQQDAjBQMSQwIgYD\nVQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0gUjQxEzARBgNVBAoTCkdsb2Jh\nbFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTIxMTEzMDAwMDAwWhcNMzgw\nMTE5MDMxNDA3WjBQMSQwIgYDVQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0g\nUjQxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wWTAT\nBgcqhkjOPQIBBggqhkjOPQMBBwNCAAS4xnnTj2wlDp8uORkcA6SumuU5BwkWymOx\nuYb4ilfBV85C+nOh92VC/x7BALJucw7/xyHlGKSq2XE/qNS5zowdo0IwQDAOBgNV\nHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUVLB7rUW44kB/\n+wpu+74zyTyjhNUwCgYIKoZIzj0EAwIDRwAwRAIgIk90crlgr/HmnKAWBVBfw147\nbmF0774BxL4YSFlhgjICICadVGNA3jdgUM/I2O2dgq43mLyjj0xMqTQrbO/7lZsm\n-----END CERTIFICATE-----\n\n# Issuer: CN=GTS Root R1 O=Google Trust Services LLC\n# Subject: CN=GTS Root R1 O=Google Trust Services LLC\n# Label: \"GTS Root R1\"\n# Serial: 159662320309726417404178440727\n# MD5 Fingerprint: 05:fe:d0:bf:71:a8:a3:76:63:da:01:e0:d8:52:dc:40\n# SHA1 Fingerprint: e5:8c:1c:c4:91:3b:38:63:4b:e9:10:6e:e3:ad:8e:6b:9d:d9:81:4a\n# SHA256 Fingerprint: d9:47:43:2a:bd:e7:b7:fa:90:fc:2e:6b:59:10:1b:12:80:e0:e1:c7:e4:e4:0f:a3:c6:88:7f:ff:57:a7:f4:cf\n-----BEGIN CERTIFICATE-----\nMIIFVzCCAz+gAwIBAgINAgPlk28xsBNJiGuiFzANBgkqhkiG9w0BAQwFADBHMQsw\nCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU\nMBIGA1UEAxMLR1RTIFJvb3QgUjEwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw\nMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp\nY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwggIiMA0GCSqGSIb3DQEBAQUA\nA4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx9vaMf/vo\n27xqLpeXo4xL+Sv2sfnOhB2x+cWX3u+58qPpvBKJXqeqUqv4IyfLpLGcY9vXmX7w\nCl7raKb0xlpHDU0QM+NOsROjyBhsS+z8CZDfnWQpJSMHobTSPS5g4M/SCYe7zUjw\nTcLCeoiKu7rPWRnWr4+wB7CeMfGCwcDfLqZtbBkOtdh+JhpFAz2weaSUKK0Pfybl\nqAj+lug8aJRT7oM6iCsVlgmy4HqMLnXWnOunVmSPlk9orj2XwoSPwLxAwAtcvfaH\nszVsrBhQf4TgTM2S0yDpM7xSma8ytSmzJSq0SPly4cpk9+aCEI3oncKKiPo4Zor8\nY/kB+Xj9e1x3+naH+uzfsQ55lVe0vSbv1gHR6xYKu44LtcXFilWr06zqkUspzBmk\nMiVOKvFlRNACzqrOSbTqn3yDsEB750Orp2yjj32JgfpMpf/VjsPOS+C12LOORc92\nwO1AK/1TD7Cn1TsNsYqiA94xrcx36m97PtbfkSIS5r762DL8EGMUUXLeXdYWk70p\naDPvOmbsB4om3xPXV2V4J95eSRQAogB/mqghtqmxlbCluQ0WEdrHbEg8QOB+DVrN\nVjzRlwW5y0vtOUucxD/SVRNuJLDWcfr0wbrM7Rv1/oFB2ACYPTrIrnqYNxgFlQID\nAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E\nFgQU5K8rJnEaK0gnhS9SZizv8IkTcT4wDQYJKoZIhvcNAQEMBQADggIBAJ+qQibb\nC5u+/x6Wki4+omVKapi6Ist9wTrYggoGxval3sBOh2Z5ofmmWJyq+bXmYOfg6LEe\nQkEzCzc9zolwFcq1JKjPa7XSQCGYzyI0zzvFIoTgxQ6KfF2I5DUkzps+GlQebtuy\nh6f88/qBVRRiClmpIgUxPoLW7ttXNLwzldMXG+gnoot7TiYaelpkttGsN/H9oPM4\n7HLwEXWdyzRSjeZ2axfG34arJ45JK3VmgRAhpuo+9K4l/3wV3s6MJT/KYnAK9y8J\nZgfIPxz88NtFMN9iiMG1D53Dn0reWVlHxYciNuaCp+0KueIHoI17eko8cdLiA6Ef\nMgfdG+RCzgwARWGAtQsgWSl4vflVy2PFPEz0tv/bal8xa5meLMFrUKTX5hgUvYU/\nZ6tGn6D/Qqc6f1zLXbBwHSs09dR2CQzreExZBfMzQsNhFRAbd03OIozUhfJFfbdT\n6u9AWpQKXCBfTkBdYiJ23//OYb2MI3jSNwLgjt7RETeJ9r/tSQdirpLsQBqvFAnZ\n0E6yove+7u7Y/9waLd64NnHi/Hm3lCXRSHNboTXns5lndcEZOitHTtNCjv0xyBZm\n2tIMPNuzjsmhDYAPexZ3FL//2wmUspO8IFgV6dtxQ/PeEMMA3KgqlbbC1j+Qa3bb\nbP6MvPJwNQzcmRk13NfIRmPVNnGuV/u3gm3c\n-----END CERTIFICATE-----\n\n# Issuer: CN=GTS Root R2 O=Google Trust Services LLC\n# Subject: CN=GTS Root R2 O=Google Trust Services LLC\n# Label: \"GTS Root R2\"\n# Serial: 159662449406622349769042896298\n# MD5 Fingerprint: 1e:39:c0:53:e6:1e:29:82:0b:ca:52:55:36:5d:57:dc\n# SHA1 Fingerprint: 9a:44:49:76:32:db:de:fa:d0:bc:fb:5a:7b:17:bd:9e:56:09:24:94\n# SHA256 Fingerprint: 8d:25:cd:97:22:9d:bf:70:35:6b:da:4e:b3:cc:73:40:31:e2:4c:f0:0f:af:cf:d3:2d:c7:6e:b5:84:1c:7e:a8\n-----BEGIN CERTIFICATE-----\nMIIFVzCCAz+gAwIBAgINAgPlrsWNBCUaqxElqjANBgkqhkiG9w0BAQwFADBHMQsw\nCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU\nMBIGA1UEAxMLR1RTIFJvb3QgUjIwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw\nMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp\nY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEBAQUA\nA4ICDwAwggIKAoICAQDO3v2m++zsFDQ8BwZabFn3GTXd98GdVarTzTukk3LvCvpt\nnfbwhYBboUhSnznFt+4orO/LdmgUud+tAWyZH8QiHZ/+cnfgLFuv5AS/T3KgGjSY\n6Dlo7JUle3ah5mm5hRm9iYz+re026nO8/4Piy33B0s5Ks40FnotJk9/BW9BuXvAu\nMC6C/Pq8tBcKSOWIm8Wba96wyrQD8Nr0kLhlZPdcTK3ofmZemde4wj7I0BOdre7k\nRXuJVfeKH2JShBKzwkCX44ofR5GmdFrS+LFjKBC4swm4VndAoiaYecb+3yXuPuWg\nf9RhD1FLPD+M2uFwdNjCaKH5wQzpoeJ/u1U8dgbuak7MkogwTZq9TwtImoS1mKPV\n+3PBV2HdKFZ1E66HjucMUQkQdYhMvI35ezzUIkgfKtzra7tEscszcTJGr61K8Yzo\ndDqs5xoic4DSMPclQsciOzsSrZYuxsN2B6ogtzVJV+mSSeh2FnIxZyuWfoqjx5RW\nIr9qS34BIbIjMt/kmkRtWVtd9QCgHJvGeJeNkP+byKq0rxFROV7Z+2et1VsRnTKa\nG73VululycslaVNVJ1zgyjbLiGH7HrfQy+4W+9OmTN6SpdTi3/UGVN4unUu0kzCq\ngc7dGtxRcw1PcOnlthYhGXmy5okLdWTK1au8CcEYof/UVKGFPP0UJAOyh9OktwID\nAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E\nFgQUu//KjiOfT5nK2+JopqUVJxce2Q4wDQYJKoZIhvcNAQEMBQADggIBAB/Kzt3H\nvqGf2SdMC9wXmBFqiN495nFWcrKeGk6c1SuYJF2ba3uwM4IJvd8lRuqYnrYb/oM8\n0mJhwQTtzuDFycgTE1XnqGOtjHsB/ncw4c5omwX4Eu55MaBBRTUoCnGkJE+M3DyC\nB19m3H0Q/gxhswWV7uGugQ+o+MePTagjAiZrHYNSVc61LwDKgEDg4XSsYPWHgJ2u\nNmSRXbBoGOqKYcl3qJfEycel/FVL8/B/uWU9J2jQzGv6U53hkRrJXRqWbTKH7QMg\nyALOWr7Z6v2yTcQvG99fevX4i8buMTolUVVnjWQye+mew4K6Ki3pHrTgSAai/Gev\nHyICc/sgCq+dVEuhzf9gR7A/Xe8bVr2XIZYtCtFenTgCR2y59PYjJbigapordwj6\nxLEokCZYCDzifqrXPW+6MYgKBesntaFJ7qBFVHvmJ2WZICGoo7z7GJa7Um8M7YNR\nTOlZ4iBgxcJlkoKM8xAfDoqXvneCbT+PHV28SSe9zE8P4c52hgQjxcCMElv924Sg\nJPFI/2R80L5cFtHvma3AH/vLrrw4IgYmZNralw4/KBVEqE8AyvCazM90arQ+POuV\n7LXTWtiBmelDGDfrs7vRWGJB82bSj6p4lVQgw1oudCvV0b4YacCs1aTPObpRhANl\n6WLAYv7YTVWW4tAR+kg0Eeye7QUd5MjWHYbL\n-----END CERTIFICATE-----\n\n# Issuer: CN=GTS Root R3 O=Google Trust Services LLC\n# Subject: CN=GTS Root R3 O=Google Trust Services LLC\n# Label: \"GTS Root R3\"\n# Serial: 159662495401136852707857743206\n# MD5 Fingerprint: 3e:e7:9d:58:02:94:46:51:94:e5:e0:22:4a:8b:e7:73\n# SHA1 Fingerprint: ed:e5:71:80:2b:c8:92:b9:5b:83:3c:d2:32:68:3f:09:cd:a0:1e:46\n# SHA256 Fingerprint: 34:d8:a7:3e:e2:08:d9:bc:db:0d:95:65:20:93:4b:4e:40:e6:94:82:59:6e:8b:6f:73:c8:42:6b:01:0a:6f:48\n-----BEGIN CERTIFICATE-----\nMIICCTCCAY6gAwIBAgINAgPluILrIPglJ209ZjAKBggqhkjOPQQDAzBHMQswCQYD\nVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG\nA1UEAxMLR1RTIFJvb3QgUjMwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw\nWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz\nIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMwdjAQBgcqhkjOPQIBBgUrgQQAIgNi\nAAQfTzOHMymKoYTey8chWEGJ6ladK0uFxh1MJ7x/JlFyb+Kf1qPKzEUURout736G\njOyxfi//qXGdGIRFBEFVbivqJn+7kAHjSxm65FSWRQmx1WyRRK2EE46ajA2ADDL2\n4CejQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW\nBBTB8Sa6oC2uhYHP0/EqEr24Cmf9vDAKBggqhkjOPQQDAwNpADBmAjEA9uEglRR7\nVKOQFhG/hMjqb2sXnh5GmCCbn9MN2azTL818+FsuVbu/3ZL3pAzcMeGiAjEA/Jdm\nZuVDFhOD3cffL74UOO0BzrEXGhF16b0DjyZ+hOXJYKaV11RZt+cRLInUue4X\n-----END CERTIFICATE-----\n\n# Issuer: CN=GTS Root R4 O=Google Trust Services LLC\n# Subject: CN=GTS Root R4 O=Google Trust Services LLC\n# Label: \"GTS Root R4\"\n# Serial: 159662532700760215368942768210\n# MD5 Fingerprint: 43:96:83:77:19:4d:76:b3:9d:65:52:e4:1d:22:a5:e8\n# SHA1 Fingerprint: 77:d3:03:67:b5:e0:0c:15:f6:0c:38:61:df:7c:e1:3b:92:46:4d:47\n# SHA256 Fingerprint: 34:9d:fa:40:58:c5:e2:63:12:3b:39:8a:e7:95:57:3c:4e:13:13:c8:3f:e6:8f:93:55:6c:d5:e8:03:1b:3c:7d\n-----BEGIN CERTIFICATE-----\nMIICCTCCAY6gAwIBAgINAgPlwGjvYxqccpBQUjAKBggqhkjOPQQDAzBHMQswCQYD\nVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG\nA1UEAxMLR1RTIFJvb3QgUjQwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw\nWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz\nIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwdjAQBgcqhkjOPQIBBgUrgQQAIgNi\nAATzdHOnaItgrkO4NcWBMHtLSZ37wWHO5t5GvWvVYRg1rkDdc/eJkTBa6zzuhXyi\nQHY7qca4R9gq55KRanPpsXI5nymfopjTX15YhmUPoYRlBtHci8nHc8iMai/lxKvR\nHYqjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW\nBBSATNbrdP9JNqPV2Py1PsVq8JQdjDAKBggqhkjOPQQDAwNpADBmAjEA6ED/g94D\n9J+uHXqnLrmvT/aDHQ4thQEd0dlq7A/Cr8deVl5c1RxYIigL9zC2L7F8AjEA8GE8\np/SgguMh1YQdc4acLa/KNJvxn7kjNuK8YAOdgLOaVsjh4rsUecrNIdSUtUlD\n-----END CERTIFICATE-----\n\n# Issuer: CN=Telia Root CA v2 O=Telia Finland Oyj\n# Subject: CN=Telia Root CA v2 O=Telia Finland Oyj\n# Label: \"Telia Root CA v2\"\n# Serial: 7288924052977061235122729490515358\n# MD5 Fingerprint: 0e:8f:ac:aa:82:df:85:b1:f4:dc:10:1c:fc:99:d9:48\n# SHA1 Fingerprint: b9:99:cd:d1:73:50:8a:c4:47:05:08:9c:8c:88:fb:be:a0:2b:40:cd\n# SHA256 Fingerprint: 24:2b:69:74:2f:cb:1e:5b:2a:bf:98:89:8b:94:57:21:87:54:4e:5b:4d:99:11:78:65:73:62:1f:6a:74:b8:2c\n-----BEGIN CERTIFICATE-----\nMIIFdDCCA1ygAwIBAgIPAWdfJ9b+euPkrL4JWwWeMA0GCSqGSIb3DQEBCwUAMEQx\nCzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZMBcGA1UE\nAwwQVGVsaWEgUm9vdCBDQSB2MjAeFw0xODExMjkxMTU1NTRaFw00MzExMjkxMTU1\nNTRaMEQxCzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZ\nMBcGA1UEAwwQVGVsaWEgUm9vdCBDQSB2MjCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBALLQPwe84nvQa5n44ndp586dpAO8gm2h/oFlH0wnrI4AuhZ76zBq\nAMCzdGh+sq/H1WKzej9Qyow2RCRj0jbpDIX2Q3bVTKFgcmfiKDOlyzG4OiIjNLh9\nvVYiQJ3q9HsDrWj8soFPmNB06o3lfc1jw6P23pLCWBnglrvFxKk9pXSW/q/5iaq9\nlRdU2HhE8Qx3FZLgmEKnpNaqIJLNwaCzlrI6hEKNfdWV5Nbb6WLEWLN5xYzTNTOD\nn3WhUidhOPFZPY5Q4L15POdslv5e2QJltI5c0BE0312/UqeBAMN/mUWZFdUXyApT\n7GPzmX3MaRKGwhfwAZ6/hLzRUssbkmbOpFPlob/E2wnW5olWK8jjfN7j/4nlNW4o\n6GwLI1GpJQXrSPjdscr6bAhR77cYbETKJuFzxokGgeWKrLDiKca5JLNrRBH0pUPC\nTEPlcDaMtjNXepUugqD0XBCzYYP2AgWGLnwtbNwDRm41k9V6lS/eINhbfpSQBGq6\nWT0EBXWdN6IOLj3rwaRSg/7Qa9RmjtzG6RJOHSpXqhC8fF6CfaamyfItufUXJ63R\nDolUK5X6wK0dmBR4M0KGCqlztft0DbcbMBnEWg4cJ7faGND/isgFuvGqHKI3t+ZI\npEYslOqodmJHixBTB0hXbOKSTbauBcvcwUpej6w9GU7C7WB1K9vBykLVAgMBAAGj\nYzBhMB8GA1UdIwQYMBaAFHKs5DN5qkWH9v2sHZ7Wxy+G2CQ5MB0GA1UdDgQWBBRy\nrOQzeapFh/b9rB2e1scvhtgkOTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUw\nAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAoDtZpwmUPjaE0n4vOaWWl/oRrfxn83EJ\n8rKJhGdEr7nv7ZbsnGTbMjBvZ5qsfl+yqwE2foH65IRe0qw24GtixX1LDoJt0nZi\n0f6X+J8wfBj5tFJ3gh1229MdqfDBmgC9bXXYfef6xzijnHDoRnkDry5023X4blMM\nA8iZGok1GTzTyVR8qPAs5m4HeW9q4ebqkYJpCh3DflminmtGFZhb069GHWLIzoBS\nSRE/yQQSwxN8PzuKlts8oB4KtItUsiRnDe+Cy748fdHif64W1lZYudogsYMVoe+K\nTTJvQS8TUoKU1xrBeKJR3Stwbbca+few4GeXVtt8YVMJAygCQMez2P2ccGrGKMOF\n6eLtGpOg3kuYooQ+BXcBlj37tCAPnHICehIv1aO6UXivKitEZU61/Qrowc15h2Er\n3oBXRb9n8ZuRXqWk7FlIEA04x7D6w0RtBPV4UBySllva9bguulvP5fBqnUsvWHMt\nTy3EHD70sz+rFQ47GUGKpMFXEmZxTPpT41frYpUJnlTd0cI8Vzy9OK2YZLe4A5pT\nVmBds9hCG1xLEooc6+t9xnppxyd/pPiL8uSUZodL6ZQHCRJ5irLrdATczvREWeAW\nysUsWNc8e89ihmpQfTU2Zqf7N+cox9jQraVplI/owd8k+BsHMYeB2F326CjYSlKA\nrBPuUBQemMc=\n-----END CERTIFICATE-----\n\n# Issuer: CN=D-TRUST BR Root CA 1 2020 O=D-Trust GmbH\n# Subject: CN=D-TRUST BR Root CA 1 2020 O=D-Trust GmbH\n# Label: \"D-TRUST BR Root CA 1 2020\"\n# Serial: 165870826978392376648679885835942448534\n# MD5 Fingerprint: b5:aa:4b:d5:ed:f7:e3:55:2e:8f:72:0a:f3:75:b8:ed\n# SHA1 Fingerprint: 1f:5b:98:f0:e3:b5:f7:74:3c:ed:e6:b0:36:7d:32:cd:f4:09:41:67\n# SHA256 Fingerprint: e5:9a:aa:81:60:09:c2:2b:ff:5b:25:ba:d3:7d:f3:06:f0:49:79:7c:1f:81:d8:5a:b0:89:e6:57:bd:8f:00:44\n-----BEGIN CERTIFICATE-----\nMIIC2zCCAmCgAwIBAgIQfMmPK4TX3+oPyWWa00tNljAKBggqhkjOPQQDAzBIMQsw\nCQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS\nVVNUIEJSIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTA5NDUwMFoXDTM1MDIxMTA5\nNDQ1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG\nA1UEAxMZRC1UUlVTVCBCUiBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB\nBAAiA2IABMbLxyjR+4T1mu9CFCDhQ2tuda38KwOE1HaTJddZO0Flax7mNCq7dPYS\nzuht56vkPE4/RAiLzRZxy7+SmfSk1zxQVFKQhYN4lGdnoxwJGT11NIXe7WB9xwy0\nQVK5buXuQqOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFHOREKv/\nVbNafAkl1bK6CKBrqx9tMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g\nPKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2JyX3Jvb3Rf\nY2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l\ndC9DTj1ELVRSVVNUJTIwQlIlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1\nc3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO\nPQQDAwNpADBmAjEAlJAtE/rhY/hhY+ithXhUkZy4kzg+GkHaQBZTQgjKL47xPoFW\nwKrY7RjEsK70PvomAjEA8yjixtsrmfu3Ubgko6SUeho/5jbiA1czijDLgsfWFBHV\ndWNbFJWcHwHP2NVypw87\n-----END CERTIFICATE-----\n\n# Issuer: CN=D-TRUST EV Root CA 1 2020 O=D-Trust GmbH\n# Subject: CN=D-TRUST EV Root CA 1 2020 O=D-Trust GmbH\n# Label: \"D-TRUST EV Root CA 1 2020\"\n# Serial: 126288379621884218666039612629459926992\n# MD5 Fingerprint: 8c:2d:9d:70:9f:48:99:11:06:11:fb:e9:cb:30:c0:6e\n# SHA1 Fingerprint: 61:db:8c:21:59:69:03:90:d8:7c:9c:12:86:54:cf:9d:3d:f4:dd:07\n# SHA256 Fingerprint: 08:17:0d:1a:a3:64:53:90:1a:2f:95:92:45:e3:47:db:0c:8d:37:ab:aa:bc:56:b8:1a:a1:00:dc:95:89:70:db\n-----BEGIN CERTIFICATE-----\nMIIC2zCCAmCgAwIBAgIQXwJB13qHfEwDo6yWjfv/0DAKBggqhkjOPQQDAzBIMQsw\nCQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS\nVVNUIEVWIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTEwMDAwMFoXDTM1MDIxMTA5\nNTk1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG\nA1UEAxMZRC1UUlVTVCBFViBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB\nBAAiA2IABPEL3YZDIBnfl4XoIkqbz52Yv7QFJsnL46bSj8WeeHsxiamJrSc8ZRCC\n/N/DnU7wMyPE0jL1HLDfMxddxfCxivnvubcUyilKwg+pf3VlSSowZ/Rk99Yad9rD\nwpdhQntJraOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFH8QARY3\nOqQo5FD4pPfsazK2/umLMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g\nPKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2V2X3Jvb3Rf\nY2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l\ndC9DTj1ELVRSVVNUJTIwRVYlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1\nc3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO\nPQQDAwNpADBmAjEAyjzGKnXCXnViOTYAYFqLwZOZzNnbQTs7h5kXO9XMT8oi96CA\ny/m0sRtW9XLS/BnRAjEAkfcwkz8QRitxpNA7RJvAKQIFskF3UfN5Wp6OFKBOQtJb\ngfM0agPnIjhQW+0ZT0MW\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert TLS ECC P384 Root G5 O=DigiCert, Inc.\n# Subject: CN=DigiCert TLS ECC P384 Root G5 O=DigiCert, Inc.\n# Label: \"DigiCert TLS ECC P384 Root G5\"\n# Serial: 13129116028163249804115411775095713523\n# MD5 Fingerprint: d3:71:04:6a:43:1c:db:a6:59:e1:a8:a3:aa:c5:71:ed\n# SHA1 Fingerprint: 17:f3:de:5e:9f:0f:19:e9:8e:f6:1f:32:26:6e:20:c4:07:ae:30:ee\n# SHA256 Fingerprint: 01:8e:13:f0:77:25:32:cf:80:9b:d1:b1:72:81:86:72:83:fc:48:c6:e1:3b:e9:c6:98:12:85:4a:49:0c:1b:05\n-----BEGIN CERTIFICATE-----\nMIICGTCCAZ+gAwIBAgIQCeCTZaz32ci5PhwLBCou8zAKBggqhkjOPQQDAzBOMQsw\nCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJjAkBgNVBAMTHURp\nZ2lDZXJ0IFRMUyBFQ0MgUDM4NCBSb290IEc1MB4XDTIxMDExNTAwMDAwMFoXDTQ2\nMDExNDIzNTk1OVowTjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDkRpZ2lDZXJ0LCBJ\nbmMuMSYwJAYDVQQDEx1EaWdpQ2VydCBUTFMgRUNDIFAzODQgUm9vdCBHNTB2MBAG\nByqGSM49AgEGBSuBBAAiA2IABMFEoc8Rl1Ca3iOCNQfN0MsYndLxf3c1TzvdlHJS\n7cI7+Oz6e2tYIOyZrsn8aLN1udsJ7MgT9U7GCh1mMEy7H0cKPGEQQil8pQgO4CLp\n0zVozptjn4S1mU1YoI71VOeVyaNCMEAwHQYDVR0OBBYEFMFRRVBZqz7nLFr6ICIS\nB4CIfBFqMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MAoGCCqGSM49\nBAMDA2gAMGUCMQCJao1H5+z8blUD2WdsJk6Dxv3J+ysTvLd6jLRl0mlpYxNjOyZQ\nLgGheQaRnUi/wr4CMEfDFXuxoJGZSZOoPHzoRgaLLPIxAJSdYsiJvRmEFOml+wG4\nDXZDjC5Ty3zfDBeWUA==\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert TLS RSA4096 Root G5 O=DigiCert, Inc.\n# Subject: CN=DigiCert TLS RSA4096 Root G5 O=DigiCert, Inc.\n# Label: \"DigiCert TLS RSA4096 Root G5\"\n# Serial: 11930366277458970227240571539258396554\n# MD5 Fingerprint: ac:fe:f7:34:96:a9:f2:b3:b4:12:4b:e4:27:41:6f:e1\n# SHA1 Fingerprint: a7:88:49:dc:5d:7c:75:8c:8c:de:39:98:56:b3:aa:d0:b2:a5:71:35\n# SHA256 Fingerprint: 37:1a:00:dc:05:33:b3:72:1a:7e:eb:40:e8:41:9e:70:79:9d:2b:0a:0f:2c:1d:80:69:31:65:f7:ce:c4:ad:75\n-----BEGIN CERTIFICATE-----\nMIIFZjCCA06gAwIBAgIQCPm0eKj6ftpqMzeJ3nzPijANBgkqhkiG9w0BAQwFADBN\nMQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJTAjBgNVBAMT\nHERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwHhcNMjEwMTE1MDAwMDAwWhcN\nNDYwMTE0MjM1OTU5WjBNMQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQs\nIEluYy4xJTAjBgNVBAMTHERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwggIi\nMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCz0PTJeRGd/fxmgefM1eS87IE+\najWOLrfn3q/5B03PMJ3qCQuZvWxX2hhKuHisOjmopkisLnLlvevxGs3npAOpPxG0\n2C+JFvuUAT27L/gTBaF4HI4o4EXgg/RZG5Wzrn4DReW+wkL+7vI8toUTmDKdFqgp\nwgscONyfMXdcvyej/Cestyu9dJsXLfKB2l2w4SMXPohKEiPQ6s+d3gMXsUJKoBZM\npG2T6T867jp8nVid9E6P/DsjyG244gXazOvswzH016cpVIDPRFtMbzCe88zdH5RD\nnU1/cHAN1DrRN/BsnZvAFJNY781BOHW8EwOVfH/jXOnVDdXifBBiqmvwPXbzP6Po\nsMH976pXTayGpxi0KcEsDr9kvimM2AItzVwv8n/vFfQMFawKsPHTDU9qTXeXAaDx\nZre3zu/O7Oyldcqs4+Fj97ihBMi8ez9dLRYiVu1ISf6nL3kwJZu6ay0/nTvEF+cd\nLvvyz6b84xQslpghjLSR6Rlgg/IwKwZzUNWYOwbpx4oMYIwo+FKbbuH2TbsGJJvX\nKyY//SovcfXWJL5/MZ4PbeiPT02jP/816t9JXkGPhvnxd3lLG7SjXi/7RgLQZhNe\nXoVPzthwiHvOAbWWl9fNff2C+MIkwcoBOU+NosEUQB+cZtUMCUbW8tDRSHZWOkPL\ntgoRObqME2wGtZ7P6wIDAQABo0IwQDAdBgNVHQ4EFgQUUTMc7TZArxfTJc1paPKv\nTiM+s0EwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcN\nAQEMBQADggIBAGCmr1tfV9qJ20tQqcQjNSH/0GEwhJG3PxDPJY7Jv0Y02cEhJhxw\nGXIeo8mH/qlDZJY6yFMECrZBu8RHANmfGBg7sg7zNOok992vIGCukihfNudd5N7H\nPNtQOa27PShNlnx2xlv0wdsUpasZYgcYQF+Xkdycx6u1UQ3maVNVzDl92sURVXLF\nO4uJ+DQtpBflF+aZfTCIITfNMBc9uPK8qHWgQ9w+iUuQrm0D4ByjoJYJu32jtyoQ\nREtGBzRj7TG5BO6jm5qu5jF49OokYTurWGT/u4cnYiWB39yhL/btp/96j1EuMPik\nAdKFOV8BmZZvWltwGUb+hmA+rYAQCd05JS9Yf7vSdPD3Rh9GOUrYU9DzLjtxpdRv\n/PNn5AeP3SYZ4Y1b+qOTEZvpyDrDVWiakuFSdjjo4bq9+0/V77PnSIMx8IIh47a+\np6tv75/fTM8BuGJqIz3nCU2AG3swpMPdB380vqQmsvZB6Akd4yCYqjdP//fx4ilw\nMUc/dNAUFvohigLVigmUdy7yWSiLfFCSCmZ4OIN1xLVaqBHG5cGdZlXPU8Sv13WF\nqUITVuwhd4GTWgzqltlJyqEI8pc7bZsEGCREjnwB8twl2F6GmrE52/WRMmrRpnCK\novfepEWFJqgejF0pW8hL2JpqA15w8oVPbEtoL8pU9ozaMv7Da4M/OMZ+\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certainly Root R1 O=Certainly\n# Subject: CN=Certainly Root R1 O=Certainly\n# Label: \"Certainly Root R1\"\n# Serial: 188833316161142517227353805653483829216\n# MD5 Fingerprint: 07:70:d4:3e:82:87:a0:fa:33:36:13:f4:fa:33:e7:12\n# SHA1 Fingerprint: a0:50:ee:0f:28:71:f4:27:b2:12:6d:6f:50:96:25:ba:cc:86:42:af\n# SHA256 Fingerprint: 77:b8:2c:d8:64:4c:43:05:f7:ac:c5:cb:15:6b:45:67:50:04:03:3d:51:c6:0c:62:02:a8:e0:c3:34:67:d3:a0\n-----BEGIN CERTIFICATE-----\nMIIFRzCCAy+gAwIBAgIRAI4P+UuQcWhlM1T01EQ5t+AwDQYJKoZIhvcNAQELBQAw\nPTELMAkGA1UEBhMCVVMxEjAQBgNVBAoTCUNlcnRhaW5seTEaMBgGA1UEAxMRQ2Vy\ndGFpbmx5IFJvb3QgUjEwHhcNMjEwNDAxMDAwMDAwWhcNNDYwNDAxMDAwMDAwWjA9\nMQswCQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0\nYWlubHkgUm9vdCBSMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANA2\n1B/q3avk0bbm+yLA3RMNansiExyXPGhjZjKcA7WNpIGD2ngwEc/csiu+kr+O5MQT\nvqRoTNoCaBZ0vrLdBORrKt03H2As2/X3oXyVtwxwhi7xOu9S98zTm/mLvg7fMbed\naFySpvXl8wo0tf97ouSHocavFwDvA5HtqRxOcT3Si2yJ9HiG5mpJoM610rCrm/b0\n1C7jcvk2xusVtyWMOvwlDbMicyF0yEqWYZL1LwsYpfSt4u5BvQF5+paMjRcCMLT5\nr3gajLQ2EBAHBXDQ9DGQilHFhiZ5shGIXsXwClTNSaa/ApzSRKft43jvRl5tcdF5\ncBxGX1HpyTfcX35pe0HfNEXgO4T0oYoKNp43zGJS4YkNKPl6I7ENPT2a/Z2B7yyQ\nwHtETrtJ4A5KVpK8y7XdeReJkd5hiXSSqOMyhb5OhaRLWcsrxXiOcVTQAjeZjOVJ\n6uBUcqQRBi8LjMFbvrWhsFNunLhgkR9Za/kt9JQKl7XsxXYDVBtlUrpMklZRNaBA\n2CnbrlJ2Oy0wQJuK0EJWtLeIAaSHO1OWzaMWj/Nmqhexx2DgwUMFDO6bW2BvBlyH\nWyf5QBGenDPBt+U1VwV/J84XIIwc/PH72jEpSe31C4SnT8H2TsIonPru4K8H+zMR\neiFPCyEQtkA6qyI6BJyLm4SGcprSp6XEtHWRqSsjAgMBAAGjQjBAMA4GA1UdDwEB\n/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTgqj8ljZ9EXME66C6u\nd0yEPmcM9DANBgkqhkiG9w0BAQsFAAOCAgEAuVevuBLaV4OPaAszHQNTVfSVcOQr\nPbA56/qJYv331hgELyE03fFo8NWWWt7CgKPBjcZq91l3rhVkz1t5BXdm6ozTaw3d\n8VkswTOlMIAVRQdFGjEitpIAq5lNOo93r6kiyi9jyhXWx8bwPWz8HA2YEGGeEaIi\n1wrykXprOQ4vMMM2SZ/g6Q8CRFA3lFV96p/2O7qUpUzpvD5RtOjKkjZUbVwlKNrd\nrRT90+7iIgXr0PK3aBLXWopBGsaSpVo7Y0VPv+E6dyIvXL9G+VoDhRNCX8reU9di\ntaY1BMJH/5n9hN9czulegChB8n3nHpDYT3Y+gjwN/KUD+nsa2UUeYNrEjvn8K8l7\nlcUq/6qJ34IxD3L/DCfXCh5WAFAeDJDBlrXYFIW7pw0WwfgHJBu6haEaBQmAupVj\nyTrsJZ9/nbqkRxWbRHDxakvWOF5D8xh+UG7pWijmZeZ3Gzr9Hb4DJqPb1OG7fpYn\nKx3upPvaJVQTA945xsMfTZDsjxtK0hzthZU4UHlG1sGQUDGpXJpuHfUzVounmdLy\nyCwzk5Iwx06MZTMQZBf9JBeW0Y3COmor6xOLRPIh80oat3df1+2IpHLlOR+Vnb5n\nwXARPbv0+Em34yaXOp/SX3z7wJl8OSngex2/DaeP0ik0biQVy96QXr8axGbqwua6\nOV+KmalBWQewLK8=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certainly Root E1 O=Certainly\n# Subject: CN=Certainly Root E1 O=Certainly\n# Label: \"Certainly Root E1\"\n# Serial: 8168531406727139161245376702891150584\n# MD5 Fingerprint: 0a:9e:ca:cd:3e:52:50:c6:36:f3:4b:a3:ed:a7:53:e9\n# SHA1 Fingerprint: f9:e1:6d:dc:01:89:cf:d5:82:45:63:3e:c5:37:7d:c2:eb:93:6f:2b\n# SHA256 Fingerprint: b4:58:5f:22:e4:ac:75:6a:4e:86:12:a1:36:1c:5d:9d:03:1a:93:fd:84:fe:bb:77:8f:a3:06:8b:0f:c4:2d:c2\n-----BEGIN CERTIFICATE-----\nMIIB9zCCAX2gAwIBAgIQBiUzsUcDMydc+Y2aub/M+DAKBggqhkjOPQQDAzA9MQsw\nCQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0YWlu\nbHkgUm9vdCBFMTAeFw0yMTA0MDEwMDAwMDBaFw00NjA0MDEwMDAwMDBaMD0xCzAJ\nBgNVBAYTAlVTMRIwEAYDVQQKEwlDZXJ0YWlubHkxGjAYBgNVBAMTEUNlcnRhaW5s\neSBSb290IEUxMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE3m/4fxzf7flHh4axpMCK\n+IKXgOqPyEpeKn2IaKcBYhSRJHpcnqMXfYqGITQYUBsQ3tA3SybHGWCA6TS9YBk2\nQNYphwk8kXr2vBMj3VlOBF7PyAIcGFPBMdjaIOlEjeR2o0IwQDAOBgNVHQ8BAf8E\nBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU8ygYy2R17ikq6+2uI1g4\nhevIIgcwCgYIKoZIzj0EAwMDaAAwZQIxALGOWiDDshliTd6wT99u0nCK8Z9+aozm\nut6Dacpps6kFtZaSF4fC0urQe87YQVt8rgIwRt7qy12a7DLCZRawTDBcMPPaTnOG\nBtjOiQRINzf43TNRnXCve1XYAS59BWQOhriR\n-----END CERTIFICATE-----\n\n# Issuer: CN=E-Tugra Global Root CA RSA v3 O=E-Tugra EBG A.S. OU=E-Tugra Trust Center\n# Subject: CN=E-Tugra Global Root CA RSA v3 O=E-Tugra EBG A.S. OU=E-Tugra Trust Center\n# Label: \"E-Tugra Global Root CA RSA v3\"\n# Serial: 75951268308633135324246244059508261641472512052\n# MD5 Fingerprint: 22:be:10:f6:c2:f8:03:88:73:5f:33:29:47:28:47:a4\n# SHA1 Fingerprint: e9:a8:5d:22:14:52:1c:5b:aa:0a:b4:be:24:6a:23:8a:c9:ba:e2:a9\n# SHA256 Fingerprint: ef:66:b0:b1:0a:3c:db:9f:2e:36:48:c7:6b:d2:af:18:ea:d2:bf:e6:f1:17:65:5e:28:c4:06:0d:a1:a3:f4:c2\n-----BEGIN CERTIFICATE-----\nMIIF8zCCA9ugAwIBAgIUDU3FzRYilZYIfrgLfxUGNPt5EDQwDQYJKoZIhvcNAQEL\nBQAwgYAxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHEwZBbmthcmExGTAXBgNVBAoTEEUt\nVHVncmEgRUJHIEEuUy4xHTAbBgNVBAsTFEUtVHVncmEgVHJ1c3QgQ2VudGVyMSYw\nJAYDVQQDEx1FLVR1Z3JhIEdsb2JhbCBSb290IENBIFJTQSB2MzAeFw0yMDAzMTgw\nOTA3MTdaFw00NTAzMTIwOTA3MTdaMIGAMQswCQYDVQQGEwJUUjEPMA0GA1UEBxMG\nQW5rYXJhMRkwFwYDVQQKExBFLVR1Z3JhIEVCRyBBLlMuMR0wGwYDVQQLExRFLVR1\nZ3JhIFRydXN0IENlbnRlcjEmMCQGA1UEAxMdRS1UdWdyYSBHbG9iYWwgUm9vdCBD\nQSBSU0EgdjMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCiZvCJt3J7\n7gnJY9LTQ91ew6aEOErxjYG7FL1H6EAX8z3DeEVypi6Q3po61CBxyryfHUuXCscx\nuj7X/iWpKo429NEvx7epXTPcMHD4QGxLsqYxYdE0PD0xesevxKenhOGXpOhL9hd8\n7jwH7eKKV9y2+/hDJVDqJ4GohryPUkqWOmAalrv9c/SF/YP9f4RtNGx/ardLAQO/\nrWm31zLZ9Vdq6YaCPqVmMbMWPcLzJmAy01IesGykNz709a/r4d+ABs8qQedmCeFL\nl+d3vSFtKbZnwy1+7dZ5ZdHPOrbRsV5WYVB6Ws5OUDGAA5hH5+QYfERaxqSzO8bG\nwzrwbMOLyKSRBfP12baqBqG3q+Sx6iEUXIOk/P+2UNOMEiaZdnDpwA+mdPy70Bt4\nznKS4iicvObpCdg604nmvi533wEKb5b25Y08TVJ2Glbhc34XrD2tbKNSEhhw5oBO\nM/J+JjKsBY04pOZ2PJ8QaQ5tndLBeSBrW88zjdGUdjXnXVXHt6woq0bM5zshtQoK\n5EpZ3IE1S0SVEgpnpaH/WwAH0sDM+T/8nzPyAPiMbIedBi3x7+PmBvrFZhNb/FAH\nnnGGstpvdDDPk1Po3CLW3iAfYY2jLqN4MpBs3KwytQXk9TwzDdbgh3cXTJ2w2Amo\nDVf3RIXwyAS+XF1a4xeOVGNpf0l0ZAWMowIDAQABo2MwYTAPBgNVHRMBAf8EBTAD\nAQH/MB8GA1UdIwQYMBaAFLK0ruYt9ybVqnUtdkvAG1Mh0EjvMB0GA1UdDgQWBBSy\ntK7mLfcm1ap1LXZLwBtTIdBI7zAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEL\nBQADggIBAImocn+M684uGMQQgC0QDP/7FM0E4BQ8Tpr7nym/Ip5XuYJzEmMmtcyQ\n6dIqKe6cLcwsmb5FJ+Sxce3kOJUxQfJ9emN438o2Fi+CiJ+8EUdPdk3ILY7r3y18\nTjvarvbj2l0Upq7ohUSdBm6O++96SmotKygY/r+QLHUWnw/qln0F7psTpURs+APQ\n3SPh/QMSEgj0GDSz4DcLdxEBSL9htLX4GdnLTeqjjO/98Aa1bZL0SmFQhO3sSdPk\nvmjmLuMxC1QLGpLWgti2omU8ZgT5Vdps+9u1FGZNlIM7zR6mK7L+d0CGq+ffCsn9\n9t2HVhjYsCxVYJb6CH5SkPVLpi6HfMsg2wY+oF0Dd32iPBMbKaITVaA9FCKvb7jQ\nmhty3QUBjYZgv6Rn7rWlDdF/5horYmbDB7rnoEgcOMPpRfunf/ztAmgayncSd6YA\nVSgU7NbHEqIbZULpkejLPoeJVF3Zr52XnGnnCv8PWniLYypMfUeUP95L6VPQMPHF\n9p5J3zugkaOj/s1YzOrfr28oO6Bpm4/srK4rVJ2bBLFHIK+WEj5jlB0E5y67hscM\nmoi/dkfv97ALl2bSRM9gUgfh1SxKOidhd8rXj+eHDjD/DLsE4mHDosiXYY60MGo8\nbcIHX0pzLz/5FooBZu+6kcpSV3uu1OYP3Qt6f4ueJiDPO++BcYNZ\n-----END CERTIFICATE-----\n\n# Issuer: CN=E-Tugra Global Root CA ECC v3 O=E-Tugra EBG A.S. OU=E-Tugra Trust Center\n# Subject: CN=E-Tugra Global Root CA ECC v3 O=E-Tugra EBG A.S. OU=E-Tugra Trust Center\n# Label: \"E-Tugra Global Root CA ECC v3\"\n# Serial: 218504919822255052842371958738296604628416471745\n# MD5 Fingerprint: 46:bc:81:bb:f1:b5:1e:f7:4b:96:bc:14:e2:e7:27:64\n# SHA1 Fingerprint: 8a:2f:af:57:53:b1:b0:e6:a1:04:ec:5b:6a:69:71:6d:f6:1c:e2:84\n# SHA256 Fingerprint: 87:3f:46:85:fa:7f:56:36:25:25:2e:6d:36:bc:d7:f1:6f:c2:49:51:f2:64:e4:7e:1b:95:4f:49:08:cd:ca:13\n-----BEGIN CERTIFICATE-----\nMIICpTCCAiqgAwIBAgIUJkYZdzHhT28oNt45UYbm1JeIIsEwCgYIKoZIzj0EAwMw\ngYAxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHEwZBbmthcmExGTAXBgNVBAoTEEUtVHVn\ncmEgRUJHIEEuUy4xHTAbBgNVBAsTFEUtVHVncmEgVHJ1c3QgQ2VudGVyMSYwJAYD\nVQQDEx1FLVR1Z3JhIEdsb2JhbCBSb290IENBIEVDQyB2MzAeFw0yMDAzMTgwOTQ2\nNThaFw00NTAzMTIwOTQ2NThaMIGAMQswCQYDVQQGEwJUUjEPMA0GA1UEBxMGQW5r\nYXJhMRkwFwYDVQQKExBFLVR1Z3JhIEVCRyBBLlMuMR0wGwYDVQQLExRFLVR1Z3Jh\nIFRydXN0IENlbnRlcjEmMCQGA1UEAxMdRS1UdWdyYSBHbG9iYWwgUm9vdCBDQSBF\nQ0MgdjMwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASOmCm/xxAeJ9urA8woLNheSBkQ\nKczLWYHMjLiSF4mDKpL2w6QdTGLVn9agRtwcvHbB40fQWxPa56WzZkjnIZpKT4YK\nfWzqTTKACrJ6CZtpS5iB4i7sAnCWH/31Rs7K3IKjYzBhMA8GA1UdEwEB/wQFMAMB\nAf8wHwYDVR0jBBgwFoAU/4Ixcj75xGZsrTie0bBRiKWQzPUwHQYDVR0OBBYEFP+C\nMXI++cRmbK04ntGwUYilkMz1MA4GA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNp\nADBmAjEA5gVYaWHlLcoNy/EZCL3W/VGSGn5jVASQkZo1kTmZ+gepZpO6yGjUij/6\n7W4WAie3AjEA3VoXK3YdZUKWpqxdinlW2Iob35reX8dQj7FbcQwm32pAAOwzkSFx\nvmjkI6TZraE3\n-----END CERTIFICATE-----\n"
  },
  {
    "path": "Mod Files/system/screensavers/Drempels/Read Me.txt",
    "content": "Textures from infinitefish.com"
  },
  {
    "path": "Mod Files/system/screensavers/GreyNetic.xml",
    "content": "<screensaver>\r\n\t\t<!--  Notes: Max must always be greater than min (cannot be equal or less than) -->\r\n\t\t<!-- Must be smaller than 10000 -->\r\n\t\t<NumberOfBoxes>400</NumberOfBoxes>\r\n\t\t<!-- Min and max width of boxes -->\r\n\t\t<MaxSizeX>300</MaxSizeX>\r\n\t\t<MinSizeX>100</MinSizeX>\r\n\t\t<!-- Min and max Height of boxes -->\r\n\t\t<MaxSizeY>300</MaxSizeY>\r\n\t\t<MinSizeY>100</MinSizeY>\r\n\t\t<!-- Make squares rather than retangles -->\r\n\t\t<MakeSquares>false</MakeSquares>\r\n\t\t<MinSquareSize>100</MinSquareSize>\r\n\t\t<MaxSquareSize>300</MaxSquareSize>\r\n\t\t<!-- Min and max color values for the boxes (don't go over 255)-->\r\n\t\t<MaxAlpha>200</MaxAlpha>\r\n\t\t<MinAlpha>40</MinAlpha>\r\n\t\t<MaxRed>255</MaxRed>\r\n\t\t<MinRed>0</MinRed>\r\n\t\t<MaxGreen>255</MaxGreen>\r\n\t\t<MinGreen>0</MinGreen>\r\n\t\t<MaxBlue>255</MaxBlue>\r\n\t\t<MinBlue>0</MinBlue>\r\n\t\t<!-- Min and max values for joined joined fields (don't go over 255) -->\r\n\t\t<MaxJoined>255</MaxJoined>\r\n\t\t<MinJoined>0</MinJoined>\r\n\t\t<!-- Joined Fields (this will cause the color/size fields to have the same random value -->\r\n\t\t<JoinedsizeY>false</JoinedsizeY>\r\n\t\t<JoinedsizeX>false</JoinedsizeX>\r\n\t\t<JoinedAlpha>false</JoinedAlpha>\r\n\t\t<JoinedRed>false</JoinedRed>\r\n\t\t<JoinedGreen>false</JoinedGreen>\r\n\t\t<JoinedBlue>false</JoinedBlue>\r\n</screensaver>"
  },
  {
    "path": "Mod Files/system/screensavers/MatrixTrails.xml",
    "content": "<!-- The matrix trails screensaver by Joakim Eriksson -->\r\n<screensaver>\r\n\t\t<!-- How long we wait before we add a new char -->\r\n\t\t<CharDelayMin>0.015</CharDelayMin>\r\n\t\t<CharDelayMax>0.060</CharDelayMax>\r\n\t\t<!-- How quickly the characters fade out -->\r\n\t\t<FadeSpeedMin>1.0</FadeSpeedMin>\r\n\t\t<FadeSpeedMax>1.5</FadeSpeedMax>\r\n\t\t<NumColumns>50</NumColumns>\r\n\t\t<NumRows>40</NumRows>\r\n\t\t<!-- Color of the trails -->\r\n\t\t<CharCol>0.0 1.0 0.0</CharCol>\r\n\t\t<!-- Number of characters in the font texture and thier size in pixels -->\r\n\t\t<NumChars>32</NumChars>\r\n\t\t<CharSizeTexX>32</CharSizeTexX>\r\n\t\t<CharSizeTexY>26</CharSizeTexY>\r\n</screensaver>"
  },
  {
    "path": "Mod Files/system/screensavers/PingPong.xml",
    "content": "<!-- The ping pong screensaver by Joakim Eriksson -->\r\n<screensaver>\r\n\t\t<!-- The paddle & ball colors -->\r\n\t\t<ColorPaddle1>1.0 1.0 1.0</ColorPaddle1>\r\n\t\t<ColorPaddle2>1.0 1.0 1.0</ColorPaddle2>\r\n\t\t<ColorBall>1.0 1.0 1.0</ColorBall>\r\n</screensaver>"
  },
  {
    "path": "Mod Files/system/screensavers/Planestate.xml",
    "content": "<!-- The planestate screensaver by Joakim Eriksson -->\r\n<screensaver>\r\n\t\t<!-- The probability that a specific configuration should be picked. The total value should sum up to 1.0 -->\r\n\t\t<CfgProbability1>0.35</CfgProbability1>\r\n\t\t<CfgProbability2>0.35</CfgProbability2>\r\n\t\t<CfgProbability3>0.15</CfgProbability3>\r\n\t\t<CfgProbability4>0.15</CfgProbability4>\r\n</screensaver>"
  },
  {
    "path": "Mod Files/system/screensavers/Stars.xml",
    "content": "<screensaver>\r\n\t<NumStars>1000</NumStars>\r\n\t<Gamma>1.0</Gamma>\r\n\t<Brightness>0.2</Brightness>\r\n\t<Speed>20.0</Speed>\r\n\t<Zoom>1.5</Zoom>\r\n\t<Expanse>1.5</Expanse>\r\n</screensaver>\r\n"
  },
  {
    "path": "Mod Files/system/scripts/URLDownloader/ForceUpdate.py",
    "content": "# -*- coding: utf-8 -*-\n### URLDownloading by Rocky5.\nimport extract, hashlib, math, os, requests, socket, struct, time, traceback\n\nrequests.packages.urllib3.disable_warnings(\n\trequests.packages.urllib3.exceptions.InsecureRequestWarning\n)\nfrom hmac import new\nfrom urllib import quote\nfrom xbmc import (\n\texecutebuiltin,\n\tgetLocalizedString,\n\tgetInfoLabel,\n\tgetCondVisibility,\n\ttranslatePath,\n)\nfrom xbmcgui import Dialog, DialogProgress\n\ndialog = Dialog()\ndprogress = DialogProgress()\nworking_directory = os.getcwd() + \"/\"\n\n# Updated to new location\nURLDownloader_Bin = \"1jX2Y5wUHeT0-3hSAAfce3bI0xG7aOUoI~versions/URLDownloader.bin\"\nDownloadList_Bin = \"1jKhRDRa-Enk9eev0jovhpFr6rnQbedf8~versions/DownloadList.bin\"\nURLDownloader_Zip = \"1j568Tyojriizqflk3LGW4JUbEn4NuplD~updates/URLDownloader.zip\"\n\n\ndef download_url(url):\n\tglobal StartTime\n\tStartTime = time.clock()\n\tif not os.path.exists(download_path):\n\t\tos.makedirs(download_path)\n\tdownload(\n\t\turl=str(url),\n\t\tdest_path=str(download_path + filename),\n\t\tzipsize=int(zipsize),\n\t\tfilename=filename,\n\t\tshowprogress=1,\n\t)\n\n\ndef download(url, dest_path, zipsize, filename, showprogress):\n\tglobal current_size\n\tglobal invalidlink\n\tglobal responsecode\n\tdprogress.update(0)\n\thttperrors4 = [\n\t\t\"400 Bad Request\",\n\t\t\"401 Unauthorized\",\n\t\t\"402 Payment Required (Experimental)\",\n\t\t\"403 Forbidden\",\n\t\t\"404 Not Found\",\n\t\t\"405 Method Not Allowed\",\n\t\t\"406 Not Acceptable\",\n\t\t\"407 Proxy Authentication Required\",\n\t\t\"408 Request Timeout\",\n\t\t\"409 Conflict\",\n\t\t\"410 Gone\",\n\t\t\"411 Length Required\",\n\t\t\"412 Precondition Failed\",\n\t\t\"413 Request Entity Too Large\",\n\t\t\"414 Request-URI Too Long\",\n\t\t\"415 Unsupported Media Type\",\n\t\t\"416 Requested Range Not Satisfiable\",\n\t\t\"417 Expectation Failed\",\n\t\t\"418 I?m a teapot (RFC 2324)\",\n\t\t\"420 Enhance Your Calm (Twitter)\",\n\t\t\"422 Unprocessable Entity (WebDAV)\",\n\t\t\"423 Locked (WebDAV)\",\n\t\t\"424 Failed Dependency (WebDAV)\",\n\t\t\"425 Too Early (WebDAV)\",\n\t\t\"426 Upgrade Required\",\n\t\t\"428 Precondition Required\",\n\t\t\"429 Too Many Requests\",\n\t\t\"431 Request Header Fields Too Large\",\n\t\t\"444 No Response (Nginx)\",\n\t\t\"449 Retry With (Microsoft)\",\n\t\t\"450 Blocked by Windows Parental Controls (Microsoft)\",\n\t\t\"451 Unavailable For Legal Reasons\",\n\t\t\"499 Client Closed Request (Nginx)\",\n\t]\n\thttperrors5 = [\n\t\t\"500 Internal Server Error\",\n\t\t\"501 Not Implemented\",\n\t\t\"502 Bad Gateway\",\n\t\t\"503 Service Unavailable\",\n\t\t\"504 Gateway Timeout\",\n\t\t\"505 HTTP Version Not Supported (Experimental)\",\n\t\t\"506 Variant Also Negotiates (Experimental)\",\n\t\t\"507 Insufficient Storage (WebDAV)\",\n\t\t\"508 Loop Detected (WebDAV)\",\n\t\t\"510 Not Extended\",\n\t\t\"511 Network Authentication Required\",\n\t]\n\tcurrent_size = 0\n\tGDURL = \"https://docs.google.com/uc?export=download\"\n\tX4GURL = \"https://www.xbmc4gamers.co.uk/X4G-XEmu/urldownloader/{}\".format(quote(url.split(\"~\")[1]))\n\tGDCode = url.split(\"~\")[0]\n\n\tif filename == \"Update\":\n\t\texecutebuiltin(\n\t\t\t\"Skin.SetString(DisableProgress,Disabled)\"\n\t\t)\n\t\texecutebuiltin(\n\t\t\t\"Skin.SetString(DisableCancel,Disabled)\"\n\t\t)\n\n\tprint(\"URLDownloader: Using GoogleDrive\")\n\n\tif filename == \"Update\":\n\t\tdprogress.create(\n\t\t\t\"CHECKING FOR UPDATE\",\n\t\t\t\"\",\n\t\t\t\"Please wait...\"\n\t\t)\n\telse:\n\t\tdprogress.create(\n\t\t\t\"Using GoogleDrive\",\n\t\t\tfilename.replace(\".zip\", \"\"),\n\t\t\t\"Resolving link\"\n\t\t)\n\n\t# Google Drive attempt\n\t# token = get_confirm_token(requests.Session().get(GDURL, params={'id': GDCode}, stream=True))\n\ttoken = \"t\"\n\tresponse = requests.Session().post(\n\t\tGDURL,\n\t\theaders={\"User-Agent\": \"Mozilla/5.0\"},\n\t\tparams={\"id\": GDCode, \"confirm\": token},\n\t\tstream=True,\n\t\tverify=False,\n\t)\n\n\t# Google Drive status, if fails use XBMC4Gamers.co.uk\n\tif str(response.status_code).startswith(\"2\"):\n\t\tsave_response_content(\n\t\t\tresponse, dest_path, showprogress, current_size, zipsize, filename\n\t\t)\n\telse:\n\t\tif str(response.status_code).startswith(\"4\"):\n\t\t\tfor error in httperrors4:\n\t\t\t\tif error.startswith(str(response.status_code)):\n\t\t\t\t\tprint(\"URLDownloader: GoogleDrive Failed: \" + error)\n\n\t\tif str(response.status_code).startswith(\"5\"):\n\t\t\tfor error in httperrors5:\n\t\t\t\tif error.startswith(str(response.status_code)):\n\t\t\t\t\tprint(\"URLDownloader: GoogleDrive Failed: \" + error)\n\n\t\tprint(\"URLDownloader: Falling back to www.xbmc4gamers.co.uk\")\n\n\t\tif filename == \"Update\":\n\t\t\tdprogress.create(\n\t\t\t\t\"CHECKING FOR UPDATE\",\n\t\t\t\t\"\",\n\t\t\t\t\"Please wait...\"\n\t\t\t)\n\t\telse:\n\t\t\tdprogress.create(\n\t\t\t\t\"Using XBMC4Gamers.co.uk\",\n\t\t\t\tfilename.replace(\".zip\", \"\")\n\t\t\t)\n\n\t\t# XBMC4Gamers.co.uk attempt time out if request is blocked\n\t\ttimeout = 5\n\t\tmax_retries = 5\n\t\tfor _ in range(max_retries):\n\t\t\tif dprogress.iscanceled():\n\t\t\t\tbreak\n\t\t\tresponse = requests.Session().get(\n\t\t\t\tX4GURL,\n\t\t\t\theaders={\"User-Agent\": \"Mozilla/5.0\"},\n\t\t\t\tstream=True,\n\t\t\t\tverify=False,\n\t\t\t)\n\n\t\t\tif str(response.status_code).startswith(\"2\"):\n\t\t\t\tsave_response_content(\n\t\t\t\t\tresponse, dest_path, showprogress, current_size, zipsize, filename\n\t\t\t\t)\n\n\t\t\tif str(response.status_code).startswith(\"429\"):\n\t\t\t\ttimeoutcount = timeout\n\t\t\t\tfor _ in range(timeout):\n\t\t\t\t\tdprogress.update(\n\t\t\t\t\t\t0,\n\t\t\t\t\t\tfilename.replace(\".zip\", \"\"),\n\t\t\t\t\t\t\"Retrying in: \" + str(timeoutcount)\n\t\t\t\t\t)\n\t\t\t\t\ttime.sleep(1)\n\t\t\t\t\ttimeoutcount -= 1\n\t\t\t\t\tif dprogress.iscanceled():\n\t\t\t\t\t\tbreak\n\t\t\telse:\n\t\t\t\tbreak\n\t\t\ttimeout += 5\n\n\tif str(response.status_code).startswith(\"4\"):\n\t\tfor error in httperrors4:\n\t\t\tif error.startswith(str(response.status_code)):\n\t\t\t\tresponsecode = error\n\t\tinvalidlink = 1\n\t\traise Exception(\"Download Error: Both sites issue, couldn't download file\")\n\n\tif str(response.status_code).startswith(\"5\"):\n\t\tfor error in httperrors5:\n\t\t\tif error.startswith(str(response.status_code)):\n\t\t\t\tresponsecode = error\n\t\tinvalidlink = 2\n\t\traise Exception(\"Download Error: Both sites issue, couldn't download file\")\n\n\ndef get_confirm_token(response):\n\treturn response.text.startswith(\"<!DOCTYPE html>\")\n\n\ndef save_response_content(response, dest_path, showprogress, current_size, zipsize, filename):\n\tpercent = 1\n\tcurrent_size = int(current_size)\n\tStartTime = time.clock()\n\tCHUNK_SIZE = 256 * 1024\n\n\twith open(dest_path, \"wb\") as f:\n\t\tfor chunk in response.iter_content(CHUNK_SIZE):\n\t\t\tif chunk:  # filter out keep-alive new chunks\n\t\t\t\tf.write(chunk)\n\n\t\t\t\tif showprogress:\n\t\t\t\t\tpercent = current_size * 101 / zipsize\n\t\t\t\t\tcurrent_size += CHUNK_SIZE\n\t\t\t\t\t# calculate time renaming\n\t\t\t\t\tElapsedTime = time.clock() - StartTime\n\t\t\t\t\tChunksPerTime = current_size / ElapsedTime\n\t\t\t\t\tEstimatedTotalTime = zipsize / ChunksPerTime\n\t\t\t\t\tTimeLeftInSeconds = (EstimatedTotalTime - ElapsedTime) * 10 / 10 + 1  # adding + 1 makes it finish on 0 instead of being 0 with 1 second left\n\t\t\t\t\tTimeLeftInMinutes = TimeLeftInSeconds / 60\n\t\t\t\t\tTimeLeftInHours = TimeLeftInMinutes / 60\n\n\t\t\t\t\tif TimeLeftInHours >= 1:\n\t\t\t\t\t\tTimeLeft = \"Estimated time left {} hour, {} minutes \".format(int(TimeLeftInHours),int(TimeLeftInMinutes) % 60)\n\t\t\t\t\telif TimeLeftInMinutes >= 1:\n\t\t\t\t\t\tTimeLeft = \"Estimated time left {} minutes, {} seconds\".format(int(TimeLeftInMinutes) % 60,int(TimeLeftInSeconds) % 60)\n\t\t\t\t\telif TimeLeftInSeconds < 60:\n\t\t\t\t\t\tTimeLeft = \"Estimated time left {} seconds\".format(int(TimeLeftInSeconds) % 60)\n\n\t\t\t\t\t# dprogress.update(percent,filename.replace('.zip',''),TimeLeft,\"Downloaded: \"+convert_size(current_size)+\" at \"+convert_size(CHUNK_SIZE)+\"s\")\n\t\t\t\t\t# dprogress.update(percent,filename.replace('.zip',''),TimeLeft,\"Downloaded: \"+convert_size(current_size))\n\t\t\t\t\tdprogress.update(\n\t\t\t\t\t\tpercent,\n\t\t\t\t\t\tfilename.replace(\".zip\", \"\"),\n\t\t\t\t\t\tTimeLeft\n\t\t\t\t\t)\n\n\t\t\t\t\tif dprogress.iscanceled():\n\t\t\t\t\t\tglobal allowcancellation\n\t\t\t\t\t\tallowcancellation = 1\n\t\t\t\t\t\traise Exception(\"User cancelled download\")\n\n\ndef extract_file(file, source_name, rename_stuff):\n\tif os.path.isfile(file):\n\t\tif not os.path.exists(translatePath(install_path)):\n\t\t\tos.makedirs(translatePath(install_path))\n\n\t\tdprogress.create(\n\t\t\t\"INSTALLING\",\n\t\t\tfile.replace(\".zip\", \"\")\n\t\t)\n\t\tzippath = translatePath(install_path)\n\t\tdprogress.update(\n\t\t\t0,\n\t\t\tfilename.replace(\".zip\", \"\"),\n\t\t\t\"This may take some time, please be patient.\"\n\t\t)\n\t\textract.all(file, zippath, source_name, rename_stuff, dprogress)\n\n\ndef download_update_check(url):\n\tdownload(\n\t\turl=str(url),\n\t\tdest_path=str(update_path + updatename),\n\t\tzipsize=int(0),\n\t\tfilename=\"Update\",\n\t\tshowprogress=0,\n\t)\n\n\ndef clear_X():\n\ttry:\n\t\tdprogress.create(\n\t\t\t\"INITIALIZING\"\n\t\t)\n\t\tdprogress.update(\n\t\t\t0,\n\t\t\t\"Preparing Cache Partition\",\n\t\t\t\"This may take some time, please be patient.\"\n\t\t)\n\t\tfor root, dirs, files in os.walk(\"X:/\", topdown=False):\n\t\t\tfor name in files:\n\t\t\t\tos.remove(os.path.join(root, name))\n\t\t\tfor name in dirs:\n\t\t\t\tos.rmdir(os.path.join(root, name))\n\n\texcept Exception as error:\n\t\ttraceback.print_exc()\n\t\texceptiondata = traceback.format_exc().splitlines()\n\t\texceptionarray = exceptiondata[1:-1]\n\t\tdialog.ok(\n\t\t\t\"ERROR\",\n\t\t\t\"Clearing cache partitions failed.\",\n\t\t\texceptionarray\n\t\t)\n\n\ndef convert_size(size_bytes):\n\n\tif size_bytes == 0:\n\t\treturn \"0B\"\n\n\tsize_name = (\"B\", \"KB\", \"MB\")\n\ti = int(math.floor(math.log(size_bytes, 1024)))\n\tp = math.pow(1024, i)\n\ts = round(size_bytes / p, 1)\n\treturn \"%s %s\" % (s, size_name[i].zfill(1))\n\n\ndef update_check():\n\tglobal updatename\n\tglobal urldinvalid\n\tglobal xmlinvalid\n\txmlinvalid = 0\n\turldinvalid = 0\n\n\tif not os.path.isfile(\"Z:/temp/URLDownloader.bin\"):\n\t\tupdatename = \"URLDownloader.bin\"\n\t\tdownload_update_check(str(URLDownloader_Bin))\n\n\t\twith open(os.path.join(working_directory, \"version.bin\"), \"r\") as verfile:\n\t\t\tlocal_version = verfile.readline().rstrip()\n\n\t\twith open(\"Z:/temp/URLDownloader.bin\", \"r\") as verfile:\n\t\t\turldversion = verfile.readline().rstrip()\n\n\t\tif int(local_version.replace(\".\", \"\")) < int(urldversion.replace(\".\", \"\")):\n\t\t\tos.remove(\"Z:/temp/URLDownloader.bin\")\n\t\t\turldinvalid = 1\n\n\tif not os.path.isfile(\"Z:/temp/DownloadList.bin\"):\n\t\tupdatename = \"DownloadList.bin\"\n\t\tdownload_update_check(str(DownloadList_Bin))\n\n\t\twith open(\"Z:/temp/DownloadList.bin\", \"r\") as verfile:\n\t\t\tdlsversion = verfile.readline().rstrip()\n\n\t\twith open(\n\t\t\ttranslatePath(\"Special://skin/xml/_Script_URLDownloader.xml\"), \"rb\"\n\t\t) as updatefile:\n\t\t\tudhashlibmd5.update(updatefile.read())\n\n\t\tif udhashlibmd5.hexdigest() != dlsversion:\n\t\t\tos.remove(\"Z:/temp/DownloadList.bin\")\n\t\t\txmlinvalid = 1\n\n\tdprogress.close()\n\n\ndef dash_update_check():\n\t# Updated check\n\tupdatename = \"updatecheck.bin\"\n\tif \"emustation\" in getLocalizedString(31000).lower():\n\t\tif \"test build\" in getLocalizedString(31000).lower():\n\t\t\twith open(\"Z:/temp/\" + updatename, \"w\") as UC:\n\t\t\t\tUC.write(\n\t\t\t\t\tgetInfoLabel(\"Skin.String(TestBuild_Emustation_Server_Version)\")\n\t\t\t\t)\n\t\telse:\n\t\t\twith open(\"Z:/temp/\" + updatename, \"w\") as UC:\n\t\t\t\tUC.write(getInfoLabel(\"Skin.String(Stable_Emustation_Server_Version)\"))\n\telse:\n\t\tif \"test build\" in getLocalizedString(31000).lower():\n\t\t\twith open(\"Z:/temp/\" + updatename, \"w\") as UC:\n\t\t\t\tUC.write(getInfoLabel(\"Skin.String(TestBuild_Gamers_Server_Version)\"))\n\t\telse:\n\t\t\twith open(\"Z:/temp/\" + updatename, \"w\") as UC:\n\t\t\t\tUC.write(getInfoLabel(\"Skin.String(Stable_Gamers_Server_Version)\"))\n\tdprogress.close()\n\n\ndef internet_check():\n\ttry:\n\t\t_ = requests.head(\"http://google.com/\", timeout=3)\n\texcept requests.ConnectionError:\n\t\traise Exception(\"No Interweb access. Please check your network settings\")\n\ndef calculate_sha256(file_path):\n\thash = hashlib.sha256()\n\tread_buffer = 1024 * 1024 * 5\n\tcurrent_data = 0\n\n\twith open(file_path, \"rb\", buffering=read_buffer) as f:\n\t\twhile True:\n\t\t\tdata = f.read(read_buffer)\n\t\t\thash.update(data)\n\t\t\tcurrent_data += len(data)\n\t\t\tif not data:\n\t\t\t\tbreak\n\t\n\treturn hash.hexdigest()\n\ndef dlc_hashing(titleid):\n\thddkeybin = os.path.join(working_directory, \"hdd-key.bin\")\n\thddkeytxt = \"Special://xbmc/system/hdd-key.txt\"\n\tfilecount = 0\n\treadhddkey = 1\n\tcountlist = 0\n\tdprogress.update(0)\n\texecutebuiltin(\n\t\t\"Skin.SetString(DisableProgress,Disabled)\"\n\t)\n\n\t# Check for a txt/bin file with the hdd key or use the eeprom.\n\tif os.path.isfile(hddkeybin):\n\t\treadhddkey = 0\n\t\thddkey = None\n\n\t\twith open(hddkeybin) as hex:\n\t\t\thddkey = hex.readline()\n\n\t\tif len(hddkey) == 32:\n\t\t\tdprogress.create(\n\t\t\t\t\"DLC INSTALLER\",\n\t\t\t\t\"Loading.\",\n\t\t\t\t\"\"\n\t\t\t)\n\t\t\thddkey = bytearray.fromhex(hddkey)\n\t\telse:\n\t\t\tdprogress.create(\n\t\t\t\t\"HDDKEY PROCESSING\",\n\t\t\t\t\"Loading\",\n\t\t\t\t\"\"\n\t\t\t)\n\t\t\treadhddkey = 1\n\n\twhile readhddkey:\n\t\tkey = getInfoLabel(\"system.hddlockkey\")\n\n\t\tif len(key.strip()) < 32:\n\t\t\tfor _ in range(3):\n\t\t\t\tdprogress.update(\n\t\t\t\t\t0,\n\t\t\t\t\t\"Saving HDD Key.\",\n\t\t\t\t\t\"Please wait\"\n\t\t\t\t)\n\t\t\t\ttime.sleep(0.5)\n\t\t\t\tdprogress.update(\n\t\t\t\t\t0,\n\t\t\t\t\t\"Saving HDD Key..\",\n\t\t\t\t\t\"Please wait\"\n\t\t\t\t)\n\t\t\t\ttime.sleep(0.5)\n\t\t\t\tdprogress.update(\n\t\t\t\t\t0,\n\t\t\t\t\t\"Saving HDD Key...\",\n\t\t\t\t\t\"Please wait\"\n\t\t\t\t)\n\t\t\t\ttime.sleep(0.5)\n\t\telse:\n\t\t\twith open(hddkeybin, \"w\") as txteeprom:\n\t\t\t\ttxteeprom.write(key.strip())\n\t\t\thddkey = key.strip().decode(\"hex\")\n\t\t\tbreak\n\n\tdprogress.update(\n\t\t0,\n\t\t\"Signing ContextMeta.xbx\",\n\t\t\"This may take some time, please be patient.\"\n\t)\n\texecutebuiltin(\n\t\t\"Skin.SetString(DisableProgress,)\"\n\t)\n\n\tfor folder, subfolder, file in os.walk(\"E:/TDATA/\" + titleid):\n\t\tfilecount += len(file)\n\n\tfor folder, subfolder, file in os.walk(\"E:/TDATA/\" + titleid):\n\n\t\tfor xbxfile in file:\n\t\t\txbxfile = xbxfile.lower()\n\n\t\t\tif xbxfile == \"contentmeta.xbx\":\n\t\t\t\tcontextmetafile = os.path.join(folder, xbxfile)\n\t\t\t\tfilesize = os.path.getsize(contextmetafile)\n\t\t\t\treadxbx = open(contextmetafile, \"r+b\")\n\t\t\t\t# All DLC installed to HDD must have this byte set to 0x01. Must be done before signing to calculate the correct signature.\n\t\t\t\t# Credit to sinikal6969 for letting me know about this.\n\t\t\t\treadxbx.seek(32, 0)\n\t\t\t\treadxbx.write(bytearray.fromhex(\"01\").decode())\n\t\t\t\treadxbx.seek(0, 0)\n\t\t\t\tfiledata = readxbx.read(filesize)\n\t\t\t\t# Check the header fields.\n\t\t\t\theadersize = struct.unpack(\"I\", filedata[24:28])[0]\n\t\t\t\ttitleid = filedata[36:40]\n\t\t\t\t# Compute the HMAC key using the title id and HDD key.\n\t\t\t\thmacKey = new(hddkey, titleid, hashlibsha1).digest()[0:20]\n\t\t\t\t# Compute the content signature.\n\t\t\t\tcontentSignature = new(\n\t\t\t\t\thmacKey, filedata[20:headersize], hashlibsha1\n\t\t\t\t).digest()[0:20]\n\t\t\t\treadxbx.seek(0, 0)\n\t\t\t\treadxbx.write(contentSignature)\n\t\t\t\tcountlist = countlist + 1\n\t\t\t\ttime.sleep(1)\n\n\t\t\tdprogress.update(\n\t\t\t\t(countlist * 100) / filecount,\n\t\t\t\t\"Signing ContextMeta.xbx\",\n\t\t\t\t\"This may take some time, please be patient.\",\n\t\t\t)\n\t\t\tcountlist = countlist + 1\n\n\ndef call_exception(Exception):\n\texception_type = type(error).__name__\n\texception_message = str(error)\n\tstack_trace = traceback.format_exc().splitlines()\n\n\texceptionarray = []\n\texceptionarray.append(\n\t\t\"An error of type {} occurred. Arguments:\\n{}\\n\".format(exception_type, exception_message)\n\t)\n\texceptionarray.append(\"Stack trace:\")\n\tfor line in stack_trace:\n\t\texceptionarray.append(\"\\t\" + line)\n\n\tdialog.textviewer(\n\t\t\"ERROR\",\n\t\t\"\\n\".join(exceptionarray)\n\t)\n\n# Some variables Set outside the loop\nre_focus_download_button = \"9000\"\n\ntry:\n\t# Check for Insignia DNS + 0.0.0.0\n\tif getInfoLabel('Network.DNS1Address') == \"46.101.64.175\" and getInfoLabel('Network.DNS2Address') == \"0.0.0.0\":\n\t\traise Exception(\"Insignia DNS detected. You have not set a secondary DNS.\")\n\ttry:\n\t\t# Check for network/internet activity\n\t\tinternet_check()\n\t\texecutebuiltin(\n\t\t\t'Dialog.Close(1904,false)'\n\t\t)\n\t\texecutebuiltin(\n\t\t\t'Dialog.Close(1100,false)'\n\t\t)\n\t\tglobal httperrors\n\t\thttperrors = None\n\t\tglobal allowcancellation\n\t\tallowcancellation = 0\n\t\tglobal responsecode\n\t\tglobal invalidlink\n\t\tinvalidlink = 0\n\t\textensions = [ 'zip' ]\n\t\tdownload_path = 'X:/downloads/'\n\t\tupdate_path = 'Z:/temp/'\n\t\tudhashlibmd5 = hashlib.md5()\n\t\thashlibsha1 = hashlib.sha1\n\t\trename_stuff = \"\"\n\t\tsource_name = \"\"\n\t\tdlcmode = 0\n\t\tskip = 0\n\t\txawinstal = 0\n\t\txmlinvalid = 0\n\t\turldinvalid = 0\n\t\t\n\t\t# args passed from xml\n\t\tdefaulturl = sys.argv[1] if len(sys.argv) > 1 else \"1kENriKoSIVU_31LTerhsWIknndbfAjh7~updates/URLDownloader.zip\"\n\t\tfilename = sys.argv[2] if len(sys.argv) > 2 else \"URLDownloader.zip\"\n\t\tzipsize = sys.argv[3] if len(sys.argv) > 3 else \"3055001\"\n\t\tzipsizecheck = sys.argv[4] if len(sys.argv) > 4 else \"3585632\"\n\t\tinstall_path = sys.argv[5] if len(sys.argv) > 5 else \"Q:/system/scripts/\"\n\t\tmod_dlc_mode = sys.argv[6] if len(sys.argv) > 6 else \"\"\n\t\t\n\t\tvalid_arguments = all([defaulturl, filename, zipsize, zipsizecheck])\n\t\t\n\t\t# vars\n\t\tif install_path == \"Emulator_Folder_Path\":\n\n\t\t\tif getCondVisibility('Skin.String(Custom_Emulator_Path)'):\n\t\t\t\tinstall_path = getInfoLabel('Skin.String(Custom_Emulator_Path)')\n\t\t\telse:\n\t\t\t\tinstall_path = \"\"\n\t\t\n\t\tif install_path == \"Roms_Folder_Path\":\n\t\t\t\n\t\t\tif getCondVisibility('Skin.String(Custom_Roms_Path)'):\n\t\t\t\tinstall_path\t= getInfoLabel('Skin.String(Custom_Roms_Path)')\n\t\t\telse:\n\t\t\t\tinstall_path = \"\"\n\t\t\n\t\tif install_path == \"Media_Folder_Path\":\n\t\t\t\n\t\t\tif getCondVisibility('Skin.String(Custom_Media_Path)'):\n\t\t\t\tinstall_path = getInfoLabel('Skin.String(Custom_Media_Path)')\n\t\t\telse:\n\t\t\t\tinstall_path = \"\"\n\t\t\n\t\tif valid_arguments:\n\n\t\t\t# Create folders required so there is no errors\n\t\t\tif not os.path.exists( download_path ):\n\t\t\t\tos.makedirs(download_path)\n\t\t\tif not os.path.exists( update_path ):\n\t\t\t\tos.makedirs(update_path)\n\n\t\t\t# Check file to see if there is an update for the dashboards.\n\t\t\t# if filename == \"URLDownloader.zip\":\n\t\t\t\t# dash_update_check()\n\t\t\t #else:\n\t\t\t\t# Download the check file to see if there is an update. Doing it this way speeds up the loading after you download 1 files and the files are kept until a reboot.\n\t\t\t\t #try:\n\t\t\t\t\t# update_check()\n\t\t\t\t\t# executebuiltin(\n\t\t\t\t\t\t# 'Skin.SetString(DisableCancel,)'\n\t\t\t\t\t #)\n\t\t\t\t\t# executebuiltin(\n\t\t\t\t\t\t# 'Skin.SetString(DisableProgress,)'\n\t\t\t\t\t# )\n\t\t\t\t# except Exception as error:\n\t\t\t\t\t# executebuiltin(\n\t\t\t\t\t\t# 'Dialog.Close(1902,false)'\n\t\t\t\t\t# )\n\t\t\t\t\t# call_exception(error)\n\t\t\t\n\t\t\t# If hash doesn't match tell user to update, also if filename is the urldownloader.zip bypass.\n\t\t\tif xmlinvalid == 0 and urldinvalid == 0 or filename == \"URLDownloader.zip\" or getInfoLabel('Control.GetLabel(1)') == \"Download Assets\":\n\t\t\t\t# This is here to fix compatibility issues with previous builds.\n\t\t\t\tfile = os.path.join(download_path,filename)\n\t\t\t\t\n\t\t\t\t# Truncate the filename to look cleaner and also get the titleid for DLC installation.\n\t\t\t\tif mod_dlc_mode == \"DLC\":\n\t\t\t\t\ttitleid = filename[-12:]; titleid = titleid[:-4]\n\t\t\t\t\tfilename = filename[:-13]+'.zip'\n\t\t\t\t\tfile = os.path.join(download_path,filename)\n\t\t\t\t\tdlcmode = 1\n\n\t\t\t\tif install_path == \"XAWI\":\n\t\t\t\t\txawinstal = 1\n\t\t\t\t\n\t\t\t\tif os.path.isfile(file):\n\t\t\t\t\tos.remove(file)\n\t\t\t\t\n\t\t\t\tif filename == \"URLDownloader.zip\" or dialog.yesno('DOWNLOAD','','{}[CR]Install size {}'.format(filename,convert_size(float(zipsize))),'',xbmc.getLocalizedString(106),xbmc.getLocalizedString(107)):\n\n\t\t\t\t\ttry:\n\t\t\t\t\t\tif install_path == \"C:\\\\\":\n\t\t\t\t\t\t\tif os.path.isfile('C:\\\\xboxdash.xbe'):\n\t\t\t\t\t\t\t\t# this is the sha256 hash of the softmod xboxdash.xbe\n\t\t\t\t\t\t\t\tif calculate_sha256('C:\\\\xboxdash.xbe') == \"3ae2f3eae3917e0130d1e1a5c8e1c5df207ea31703646a174d98f7be9a769495\":\n\t\t\t\t\t\t\t\t\tsource_name = getInfoLabel('Skin.String(downloader_label)')\n\t\t\t\t\t\t\t\t\trename_stuff = \"msdash\"\n\t\t\t\t\t\t\t\t\twarning_line1, warning_line2, warning_line3 , warning_line4 = 'WARNING: POTENTIAL SOFTMOD FOUND',\"Would you like me to patch the files to ensure compatibility with the[CR]softmod/BFM Bios? A shortcut to the new xb0xdash.xbe will be placed[CR]in the Applications folder.\",\"\",\"\"\n\t\t\t\t\t\t\t\t\tif getInfoLabel('Skin.String(dashboard_name)').lower() == 'xbmc-emustation':\n\t\t\t\t\t\t\t\t\t\twarning_line1, warning_line2, warning_line3 , warning_line4 = 'POTENTIAL SOFTMOD FOUND',\"Would you like me to patch the files to ensure\",\"compatibility with the softmod/BFM Bios? A shortcut to\",\"the new xb0xdash.xbe will alse be installed.\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tif not dialog.yesno(\n\t\t\t\t\t\t\t\t\t\twarning_line1,\n\t\t\t\t\t\t\t\t\t\twarning_line2,\n\t\t\t\t\t\t\t\t\t\twarning_line3,\n\t\t\t\t\t\t\t\t\t\twarning_line4,\n\t\t\t\t\t\t\t\t\t\txbmc.getLocalizedString(106),\n\t\t\t\t\t\t\t\t\t\txbmc.getLocalizedString(107)\n\t\t\t\t\t\t\t\t\t):\n\t\t\t\t\t\t\t\t\t\traise Exception(\"WARNING: POTENTIAL SOFTMOD FOUND\")\n\t\t\t\t\t\t\n\t\t\t\t\t\tif install_path == \"\":\n\t\t\t\t\t\t\tif getInfoLabel('Skin.String(dashboard_name)').lower() == 'xbmc4gamers' and 'emulators' in getInfoLabel('Skin.String(downloader_thumb)').lower():\n\t\t\t\t\t\t\t\tsource_name = getInfoLabel('Skin.String(downloader_label)')\n\t\t\t\t\t\t\t\trename_stuff = \"emulator\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tinstall_path = dialog.browse(3,'Select destination folder','files','')\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tif mod_dlc_mode == \"MOD\" and not install_path == \"\" and not os.path.isfile(os.path.join(install_path,'default.xbe')):\n\t\t\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\t\t\t'ERROR',\n\t\t\t\t\t\t\t\t\t'Can not find a default.xbe',\n\t\t\t\t\t\t\t\t\t'Did you select the proper folder?'\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\tinstall_path = 0\n\n\t\t\t\t\t\tif xawinstal: # If Xbox Artwork Installer Files process it\n\t\t\t\t\t\t\tif os.path.isfile('E:\\\\UDATA\\\\09999993\\\\location.bin'):\n\t\t\t\t\t\t\t\twith open('E:\\\\UDATA\\\\09999993\\\\location.bin','r') as input:\n\t\t\t\t\t\t\t\t\tinstall_path = input.readline().strip()\n\t\t\t\t\t\t\t\t\tif not os.path.isfile(os.path.join(install_path,\"default.xbe\")):\n\t\t\t\t\t\t\t\t\t\tinstall_path = \"0\"\n\t\t\t\t\t\t\t\t\t\txawinstal = 2\n\t\t\t\t\t\t\telse:\n\t\t\t\t\t\t\t\txawinstal = 2\n\t\t\t\t\t\t\n\t\t\t\t\t\tif install_path:\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\ttry:\n\t\t\t\t\t\t\t\tfree_space_check = install_path # Check for free space\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif free_space_check.startswith('Special:') or free_space_check.startswith('Q:'):\n\t\t\t\t\t\t\t\t\tfree_space_check = translatePath('Special://root/')[:2]\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tpartition_free_space = getInfoLabel('System.Freespace({})'.format(free_space_check[:1])).replace(free_space_check[:2]+' ','').split(' ')[0]\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif int(partition_free_space)*1024*1024 > int(zipsizecheck)+(1024*1024*2):\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\ttry:\n\t\t\t\t\t\t\t\t\t\t# clear_X()\n\t\t\t\t\t\t\t\t\t\tdownload_url(defaulturl)\n\t\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t\t'Skin.SetString(DisableCancel,Disabled)'\n\t\t\t\t\t\t\t\t\t\t) # Disable the cancel button\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\ttry:\n\t\t\t\t\t\t\t\t\t\t\textract_file(file,source_name,rename_stuff)\n\t\t\t\t\t\t\t\t\t\t\tos.remove(file)\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tif dlcmode: # If DLC process the files\n\t\t\t\t\t\t\t\t\t\t\t\tdlc_hashing(titleid)\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t\t\t'Skin.SetString(DisableCancel,)'\n\t\t\t\t\t\t\t\t\t\t\t) # Enable the cancel button\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tcheck_filename = filename.lower()\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tif check_filename == \"xbox artwork installer.zip\" or check_filename == \"xbox artwork installer online.zip\":\n\t\t\t\t\t\t\t\t\t\t\t\tif not os.path.isdir('E:\\\\UDATA\\\\09999993'):\n\t\t\t\t\t\t\t\t\t\t\t\t\tos.makedirs('E:\\\\UDATA\\\\09999993')\n\t\t\t\t\t\t\t\t\t\t\t\twith open('E:\\\\UDATA\\\\09999993\\\\location.bin','w') as input:\n\t\t\t\t\t\t\t\t\t\t\t\t\tif 'online' in check_filename.lower():\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinput.write(\"{}Xbox Artwork Installer Online\".format(install_path))\n\t\t\t\t\t\t\t\t\t\t\t\t\telse: input.write(\"{}Xbox Artwork Installer\".format(install_path))\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tif check_filename == \"xbmc-emustation-update-files.zip\" or check_filename == \"xbmc-emustation-test-build.zip\" and os.path.isfile(translatePath('Special://xbmc/updater/default.xbe')):\n\t\t\t\t\t\t\t\t\t\t\t\tdprogress.close()\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tif dialog.yesno(\n\t\t\t\t\t\t\t\t\t\t\t\t\t'QUESTION',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Update the built-in emulators?[CR]This is optional and not required.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t\t\t\txbmc.getLocalizedString(106),\n\t\t\t\t\t\t\t\t\t\t\t\t\txbmc.getLocalizedString(107)\n\t\t\t\t\t\t\t\t\t\t\t\t):\n\t\t\t\t\t\t\t\t\t\t\t\t\twith open(os.path.join(working_directory,'skip_emus.bin'), 'w') as tmp: tmp.write('')\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t\t\t\t'RunXBE({})'.format(translatePath('Special://xbmc/updater/default.xbe'))\n\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\telif check_filename == \"xbmc4gamers-update-files.zip\" or check_filename == \"xbmc4gamers-test-build.zip\" and os.path.isfile(translatePath('Special://xbmc/updater/default.xbe')):\n\t\t\t\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t\t\t\t'RunXBE({})'.format(translatePath('Special://xbmc/updater/default.xbe'))\n\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\telif check_filename == \"cache formatter.zip\" and os.path.isfile(translatePath('Special://xbmc/Cache Formatter/default.xbe')):\n\t\t\t\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t\t\t\t'RunXBE({})'.format(translatePath('Special://xbmc/Cache Formatter/default.xbe'))\n\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\telif check_filename == \"urldownloader.zip\" and os.path.isdir(translatePath('Special://xbmc/system/scripts/tmp/urldownloader')):\n\t\t\t\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t\t\t\t'RunScript({})'.format(translatePath('Special://xbmc/system/scripts/autoexec.py'))\n\t\t\t\t\t\t\t\t\t\t\t\t)\n\n\t\t\t\t\t\t\t\t\t\t\telse:\n\t\t\t\t\t\t\t\t\t\t\t\tdprogress.close()\n\t\t\t\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Dialog.Close(1902,false)'\n\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\t\t\t\t\t\t\t'SUCCESS',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t\t\t\tfilename.replace('.zip','') + ' Installed'\n\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\texcept Exception as error:\n\t\t\t\t\t\t\t\t\t\t\tdprogress.close()\n\t\t\t\t\t\t\t\t\t\t\tcall_exception(error)\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\texcept Exception as error:\n\t\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t\t'Dialog.Close(1902,false)'\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\ttraceback.print_exc()\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tif allowcancellation == 1:\n\t\t\t\t\t\t\t\t\t\t\tdprogress.close()\n\t\t\t\t\t\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\t\t\t\t\t\t'DOWNLOADER',\n\t\t\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t\t\t'You cancelled the download of',\n\t\t\t\t\t\t\t\t\t\t\t\tfilename.replace('.zip','')\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\telif invalidlink == 1:\n\t\t\t\t\t\t\t\t\t\t\tdprogress.close()\n\t\t\t\t\t\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\t\t\t\t\t\t'4xx: Client Error',\n\t\t\t\t\t\t\t\t\t\t\t\tstr(responsecode),\n\t\t\t\t\t\t\t\t\t\t\t\t'File: '+filename,\n\t\t\t\t\t\t\t\t\t\t\t\t'Try again later.'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\telif invalidlink == 2:\n\t\t\t\t\t\t\t\t\t\t\tdprogress.close()\n\t\t\t\t\t\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\t\t\t\t\t\t'5xx: Server Error',\n\t\t\t\t\t\t\t\t\t\t\t\tstr(responsecode),'File: '+filename,\n\t\t\t\t\t\t\t\t\t\t\t\t'This is a Server issue let me know ASAP.'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\telse:\n\t\t\t\t\t\t\t\t\t\t\tcall_exception(error)\n\t\t\t\t\t\t\t\telse:\n\t\t\t\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\t\t\t\t'ERROR',\n\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t'Insufficient space on '+free_space_check\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\texcept Exception as error:\n\t\t\t\t\t\t\t\tcall_exception(error)\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif xawinstal == 2:\n\t\t\t\t\t\t\t\t\tdprogress.close()\n\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t'Dialog.Close(1902,false)'\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\t\t\t\t'UH-OH',\n\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t'Please download and/or run[CR]The Xbox Artwork installer at least once.',\n\t\t\t\t\t\t\t\t\t\t''\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\n\t\t\t\t\t\telse:\n\t\t\t\t\t\t\tpass\n\t\t\t\t\n\t\t\t\t\texcept Exception as error:\n\t\t\t\t\t\twarning_line1, warning_line2, warning_line3 , warning_line4 = 'WARNING: POTENTIAL SOFTMOD FOUND',\"If this was/is a false positive, please fix or clean your C partition.[CR]It contains files that are used for softmods.[CR][CR]Be careful if you do.\",\"\",\"\"\n\t\t\t\t\t\tif getInfoLabel('Skin.String(dashboard_name)').lower() == 'xbmc-emustation':\n\t\t\t\t\t\t\twarning_line1, warning_line2, warning_line3 , warning_line4 = 'POTENTIAL SOFTMOD FOUND',\"If this was/is a false positive, please fix or clean your\",\"C partition. It contains files that are used for softmods.\",\"Be careful if you do.\"\n\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\twarning_line1,\n\t\t\t\t\t\t\twarning_line2,\n\t\t\t\t\t\t\twarning_line3,\n\t\t\t\t\t\t\twarning_line4,\n\t\t\t\t\t\t)\n\t\t\t\t\t\n\t\t\t\telse:\n\t\t\t\t\tpass\n\t\t\t\n\t\t\telse:\n\t\t\t\tif xmlinvalid == 1 or urldinvalid == 1:\n\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t'UPDATE AVAILABLE',\n\t\t\t\t\t\t'Press (A) to update the',\n\t\t\t\t\t\t'[B]URLDownloader[/B]'\n\t\t\t\t\t)\n\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t'ActivateWindow(1904)'\n\t\t\t\t\t)\n\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t'RunScript(Special://urldownloader/default.py,{},URLDownloader.zip,2247055,2822733,Q:/system/scripts/)'.format(str(URLDownloader_Zip))\n\t\t\t\t\t)\n\t\t\n\t\telse:\n\t\t\tdialog.ok(\n\t\t\t\t'ERROR',\n\t\t\t\t'Corrupt _Script_URLDownloader.xml',\n\t\t\t\t'Update URLDownloader'\n\t\t\t)\n\t\t\texecutebuiltin(\n\t\t\t\t'Dialog.Close(1902,false)'\n\t\t\t)\n\t\t\texecutebuiltin(\n\t\t\t\t'Dialog.Close(1100,false)'\n\t\t\t)\n\t\t\n\t\ttry: # Used to zero the progress bar after everything is done\n\t\t\tdprogress.update(0)\n\t\texcept:\n\t\t\tpass\n\t\t\n\t\texecutebuiltin('SetFocus({})'.format(re_focus_download_button)) # Set focus to download button\n\n\texcept Exception as ex:\n\t\texecutebuiltin(\n\t\t\t'Dialog.Close(1904,false)'\n\t\t)\n\t\texecutebuiltin(\n\t\t\t'Dialog.Close(1100,false)'\n\t\t)\n\t\tdialog.ok(\n\t\t\t'ERROR: NETWORK CHECK FAILED',\n\t\t\t'No Internet access',\n\t\t\t'Please check your network settings'\n\t\t)\n\t\texecutebuiltin(\n\t\t\t'SetFocus({})'.format(re_focus_download_button)\n\t\t)\n\nexcept Exception as ex:\n\texecutebuiltin(\n\t\t'Dialog.Close(1904,false)'\n\t)\n\texecutebuiltin(\n\t\t'Dialog.Close(1100,false)'\n\t)\n\tdialog.ok(\n\t\t'ERROR: INSIGNIA DNS DETECTED',\n\t\t'You have not set a secondary DNS.',\n\t\t'The downloader will not function without it set.'\n\t)\n\texecutebuiltin(\n\t\t'SetFocus({})'.format(re_focus_download_button)\n\t)"
  },
  {
    "path": "Mod Files/system/scripts/URLDownloader/LICENSE.txt",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 2, June 1991\n\n Copyright (C) 1989, 1991 Free Software Foundation, Inc.,\n 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The licenses for most software are designed to take away your\nfreedom to share and change it.  By contrast, the GNU General Public\nLicense is intended to guarantee your freedom to share and change free\nsoftware--to make sure the software is free for all its users.  This\nGeneral Public License applies to most of the Free Software\nFoundation's software and to any other program whose authors commit to\nusing it.  (Some other Free Software Foundation software is covered by\nthe GNU Lesser General Public License instead.)  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthis service if you wish), that you receive source code or can get it\nif you want it, that you can change the software or use pieces of it\nin new free programs; and that you know you can do these things.\n\n  To protect your rights, we need to make restrictions that forbid\nanyone to deny you these rights or to ask you to surrender the rights.\nThese restrictions translate to certain responsibilities for you if you\ndistribute copies of the software, or if you modify it.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must give the recipients all the rights that\nyou have.  You must make sure that they, too, receive or can get the\nsource code.  And you must show them these terms so they know their\nrights.\n\n  We protect your rights with two steps: (1) copyright the software, and\n(2) offer you this license which gives you legal permission to copy,\ndistribute and/or modify the software.\n\n  Also, for each author's protection and ours, we want to make certain\nthat everyone understands that there is no warranty for this free\nsoftware.  If the software is modified by someone else and passed on, we\nwant its recipients to know that what they have is not the original, so\nthat any problems introduced by others will not reflect on the original\nauthors' reputations.\n\n  Finally, any free program is threatened constantly by software\npatents.  We wish to avoid the danger that redistributors of a free\nprogram will individually obtain patent licenses, in effect making the\nprogram proprietary.  To prevent this, we have made it clear that any\npatent must be licensed for everyone's free use or not licensed at all.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                    GNU GENERAL PUBLIC LICENSE\n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\n\n  0. This License applies to any program or other work which contains\na notice placed by the copyright holder saying it may be distributed\nunder the terms of this General Public License.  The \"Program\", below,\nrefers to any such program or work, and a \"work based on the Program\"\nmeans either the Program or any derivative work under copyright law:\nthat is to say, a work containing the Program or a portion of it,\neither verbatim or with modifications and/or translated into another\nlanguage.  (Hereinafter, translation is included without limitation in\nthe term \"modification\".)  Each licensee is addressed as \"you\".\n\nActivities other than copying, distribution and modification are not\ncovered by this License; they are outside its scope.  The act of\nrunning the Program is not restricted, and the output from the Program\nis covered only if its contents constitute a work based on the\nProgram (independent of having been made by running the Program).\nWhether that is true depends on what the Program does.\n\n  1. You may copy and distribute verbatim copies of the Program's\nsource code as you receive it, in any medium, provided that you\nconspicuously and appropriately publish on each copy an appropriate\ncopyright notice and disclaimer of warranty; keep intact all the\nnotices that refer to this License and to the absence of any warranty;\nand give any other recipients of the Program a copy of this License\nalong with the Program.\n\nYou may charge a fee for the physical act of transferring a copy, and\nyou may at your option offer warranty protection in exchange for a fee.\n\n  2. You may modify your copy or copies of the Program or any portion\nof it, thus forming a work based on the Program, and copy and\ndistribute such modifications or work under the terms of Section 1\nabove, provided that you also meet all of these conditions:\n\n    a) You must cause the modified files to carry prominent notices\n    stating that you changed the files and the date of any change.\n\n    b) You must cause any work that you distribute or publish, that in\n    whole or in part contains or is derived from the Program or any\n    part thereof, to be licensed as a whole at no charge to all third\n    parties under the terms of this License.\n\n    c) If the modified program normally reads commands interactively\n    when run, you must cause it, when started running for such\n    interactive use in the most ordinary way, to print or display an\n    announcement including an appropriate copyright notice and a\n    notice that there is no warranty (or else, saying that you provide\n    a warranty) and that users may redistribute the program under\n    these conditions, and telling the user how to view a copy of this\n    License.  (Exception: if the Program itself is interactive but\n    does not normally print such an announcement, your work based on\n    the Program is not required to print an announcement.)\n\nThese requirements apply to the modified work as a whole.  If\nidentifiable sections of that work are not derived from the Program,\nand can be reasonably considered independent and separate works in\nthemselves, then this License, and its terms, do not apply to those\nsections when you distribute them as separate works.  But when you\ndistribute the same sections as part of a whole which is a work based\non the Program, the distribution of the whole must be on the terms of\nthis License, whose permissions for other licensees extend to the\nentire whole, and thus to each and every part regardless of who wrote it.\n\nThus, it is not the intent of this section to claim rights or contest\nyour rights to work written entirely by you; rather, the intent is to\nexercise the right to control the distribution of derivative or\ncollective works based on the Program.\n\nIn addition, mere aggregation of another work not based on the Program\nwith the Program (or with a work based on the Program) on a volume of\na storage or distribution medium does not bring the other work under\nthe scope of this License.\n\n  3. You may copy and distribute the Program (or a work based on it,\nunder Section 2) in object code or executable form under the terms of\nSections 1 and 2 above provided that you also do one of the following:\n\n    a) Accompany it with the complete corresponding machine-readable\n    source code, which must be distributed under the terms of Sections\n    1 and 2 above on a medium customarily used for software interchange; or,\n\n    b) Accompany it with a written offer, valid for at least three\n    years, to give any third party, for a charge no more than your\n    cost of physically performing source distribution, a complete\n    machine-readable copy of the corresponding source code, to be\n    distributed under the terms of Sections 1 and 2 above on a medium\n    customarily used for software interchange; or,\n\n    c) Accompany it with the information you received as to the offer\n    to distribute corresponding source code.  (This alternative is\n    allowed only for noncommercial distribution and only if you\n    received the program in object code or executable form with such\n    an offer, in accord with Subsection b above.)\n\nThe source code for a work means the preferred form of the work for\nmaking modifications to it.  For an executable work, complete source\ncode means all the source code for all modules it contains, plus any\nassociated interface definition files, plus the scripts used to\ncontrol compilation and installation of the executable.  However, as a\nspecial exception, the source code distributed need not include\nanything that is normally distributed (in either source or binary\nform) with the major components (compiler, kernel, and so on) of the\noperating system on which the executable runs, unless that component\nitself accompanies the executable.\n\nIf distribution of executable or object code is made by offering\naccess to copy from a designated place, then offering equivalent\naccess to copy the source code from the same place counts as\ndistribution of the source code, even though third parties are not\ncompelled to copy the source along with the object code.\n\n  4. You may not copy, modify, sublicense, or distribute the Program\nexcept as expressly provided under this License.  Any attempt\notherwise to copy, modify, sublicense or distribute the Program is\nvoid, and will automatically terminate your rights under this License.\nHowever, parties who have received copies, or rights, from you under\nthis License will not have their licenses terminated so long as such\nparties remain in full compliance.\n\n  5. You are not required to accept this License, since you have not\nsigned it.  However, nothing else grants you permission to modify or\ndistribute the Program or its derivative works.  These actions are\nprohibited by law if you do not accept this License.  Therefore, by\nmodifying or distributing the Program (or any work based on the\nProgram), you indicate your acceptance of this License to do so, and\nall its terms and conditions for copying, distributing or modifying\nthe Program or works based on it.\n\n  6. Each time you redistribute the Program (or any work based on the\nProgram), the recipient automatically receives a license from the\noriginal licensor to copy, distribute or modify the Program subject to\nthese terms and conditions.  You may not impose any further\nrestrictions on the recipients' exercise of the rights granted herein.\nYou are not responsible for enforcing compliance by third parties to\nthis License.\n\n  7. If, as a consequence of a court judgment or allegation of patent\ninfringement or for any other reason (not limited to patent issues),\nconditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot\ndistribute so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you\nmay not distribute the Program at all.  For example, if a patent\nlicense would not permit royalty-free redistribution of the Program by\nall those who receive copies directly or indirectly through you, then\nthe only way you could satisfy both it and this License would be to\nrefrain entirely from distribution of the Program.\n\nIf any portion of this section is held invalid or unenforceable under\nany particular circumstance, the balance of the section is intended to\napply and the section as a whole is intended to apply in other\ncircumstances.\n\nIt is not the purpose of this section to induce you to infringe any\npatents or other property right claims or to contest validity of any\nsuch claims; this section has the sole purpose of protecting the\nintegrity of the free software distribution system, which is\nimplemented by public license practices.  Many people have made\ngenerous contributions to the wide range of software distributed\nthrough that system in reliance on consistent application of that\nsystem; it is up to the author/donor to decide if he or she is willing\nto distribute software through any other system and a licensee cannot\nimpose that choice.\n\nThis section is intended to make thoroughly clear what is believed to\nbe a consequence of the rest of this License.\n\n  8. If the distribution and/or use of the Program is restricted in\ncertain countries either by patents or by copyrighted interfaces, the\noriginal copyright holder who places the Program under this License\nmay add an explicit geographical distribution limitation excluding\nthose countries, so that distribution is permitted only in or among\ncountries not thus excluded.  In such case, this License incorporates\nthe limitation as if written in the body of this License.\n\n  9. The Free Software Foundation may publish revised and/or new versions\nof the General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\nEach version is given a distinguishing version number.  If the Program\nspecifies a version number of this License which applies to it and \"any\nlater version\", you have the option of following the terms and conditions\neither of that version or of any later version published by the Free\nSoftware Foundation.  If the Program does not specify a version number of\nthis License, you may choose any version ever published by the Free Software\nFoundation.\n\n  10. If you wish to incorporate parts of the Program into other free\nprograms whose distribution conditions are different, write to the author\nto ask for permission.  For software which is copyrighted by the Free\nSoftware Foundation, write to the Free Software Foundation; we sometimes\nmake exceptions for this.  Our decision will be guided by the two goals\nof preserving the free status of all derivatives of our free software and\nof promoting the sharing and reuse of software generally.\n\n                            NO WARRANTY\n\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\nREPAIR OR CORRECTION.\n\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGES.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nconvey the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software; you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation; either version 2 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License along\n    with this program; if not, write to the Free Software Foundation, Inc.,\n    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.\n\nAlso add information on how to contact you by electronic and paper mail.\n\nIf the program is interactive, make it output a short notice like this\nwhen it starts in an interactive mode:\n\n    Gnomovision version 69, Copyright (C) year name of author\n    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, the commands you use may\nbe called something other than `show w' and `show c'; they could even be\nmouse-clicks or menu items--whatever suits your program.\n\nYou should also get your employer (if you work as a programmer) or your\nschool, if any, to sign a \"copyright disclaimer\" for the program, if\nnecessary.  Here is a sample; alter the names:\n\n  Yoyodyne, Inc., hereby disclaims all copyright interest in the program\n  `Gnomovision' (which makes passes at compilers) written by James Hacker.\n\n  <signature of Ty Coon>, 1 April 1989\n  Ty Coon, President of Vice\n\nThis General Public License does not permit incorporating your program into\nproprietary programs.  If your program is a subroutine library, you may\nconsider it more useful to permit linking proprietary applications with the\nlibrary.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.\n"
  },
  {
    "path": "Mod Files/system/scripts/URLDownloader/changelog.txt",
    "content": "2.1.2\n1) Updated the code for installing the MSDash or UIX Lite\n2) New shortcut.py that's used for the MSDash/UIX Lite Applications entry.\n\n2.1.1\n1) Added softmod detection for stuff thats installed to C.\n(MSDash, UIX Lite etc...)\n2) Patch the MSDash or UIX Ultra Lite to work alongside the softmod.\n\n2.1.0\n1) Now rename emulators for XBMC4Gamers so they don't follow the XBMC-Emustation naming scheme.\n(if previous version exists it's renamed and updated, so you wont lose anything.)\n\n2.0.3\n1) Time out function for XBMC4Gamers.co.uk if the server thinks you're requesting to much to fast.\n\n2.0.2\n1) Used GoogleDrive as default download url and falls back to XBMC4Gamers.co.uk if GoogleDrive isn't available.\n\n2.0.1\n1) Back to requests, urllib was causing to many issues.\n2) Encode url, so fixes the urls so for example # becomes %23\n\n2.0.1\n1) Moved to https://xbmc4gamers.co.uk for hosting files.\n2) All the google download code removed and replaced with urlib code.\n\n1.0.39\n1) Bypass DNS check. If you have issues with your ISP blocking DNS 8.8.8.8 or Port 53. Add a file named \"disable_dns_check.bin\" to the system folder. \n\n1.0.38\n1) Added a dash version check to see if there are any new builds.\n\n1.0.37\n1) Moved to new drive so had to update links also made it easier for me to update the links.\n2) Added a check to see if audio is playing and if you're on 64MB of ram it will stop the audio.\n(This is to combat crashing due to out of memory, audio eats up quite a bit as does python)\n\n1.0.36\n1) Made it auto install the artwork/videos the xbox artwork installer.\n(must be run once for it to find where you installed it)\n\n1.0.35\n1) Added the option to install the emulators for emustation updates.\n(this is handy because if you install newer or alt versions you wont have to redownloaded them)\n\n1.0.34\n1) Will now store the hddkey in a file after each update to make signing DLC quicker.\n(Old hdd-key.txt is still supported)\n\n1.0.33\n1) Added http error codes and if one is found will display the error.\n(makes my life easier if I know what error is what.)\n\n1.0.32\n1) Check responce of the url now to make sure it's valid. If not it will error and with the filename.\n\n1.0.31\n1) Updated for googles updated systems\n\n1.0.30\n1) Added new script to force and update and also just made it directly update the URLDownloader when asked.\n\n1.0.29\n1) Added support for the new compressed size and uncompressed size check\n\n1.0.28\n1) Changed the chunk size to 512kb\n\n1.0.27\n1) Fixed large files not downloading\n\n1.0.26\n1) Added 2MB padding to file sizes so you can't install if there is not enough space.\n( this isn't really required but its a precaution )\n2) New look\n\n1.0.25\n1) Updated the DLC signer to write 01 for the content type for all DLC regardless of the value in the contextmeta.xbx\n( credit to sinikal6969 for letting me know about this. )\n\n1.0.24\n1) Clean up of the script\n\n1.0.23\n1) Clean up of the script\n2) New look\n\n1.0.22\n1) New look for the downloader, its now self contained and has higher resolution artwork\n\n1.0.21\n1) Added estimate download time.\n2) Added progress percentage to the resolving dialog.\n3) Increased the chunk_size to 512kb \n\n1.0.20\n1) Moved the network check to the default.py file (loader)\n( this just makes it cleaner, also changed to HEAD request, faster. )\n\n1.0.19\n1) Added external hdd-key.txt parsing so folk with corrupt eeproms can sign DLC\n( hdd-key.txt goes in Q:\\system\\ just plain txt key is used. )\n\n1.0.18\n1) Moved to Google drive for the download links. This has changed alot of the script and also how things are done now.\n( share links are required, Im not sure if larger files require validation when requested so time will tell )\n2) Above changes added support for 5 arguments\n\nOriginal Google drive download script from:\nhttps://github.com/ndrplz/google-drive-downloader\n\n1.0.17\n1) Updated the autoexec.py file to check if .emustation or just emustation exists.\n( Im removing the . from emustation so its no longer hidden in some FTP programs or MAC/Linux )\n2) Changed the default url check to an IP so there is no dns lookup.\n\n1.0.16\n1) Added a space check before downloading files to make sure there is sufficient space.\n\n1.0.15\n1) Forced a version number for XBMC-Emustation and XBMC4Gamers due to changes in there folder structures.\n\n1.0.14\n1) Added a update for the progress bar so no matter what its always reset to zero at the end of the script.\n( This fixes the progress being at a certain percentage on other progress dialogues that done update )\n\n1.0.13\n1) Added a loader to show a progress dialog to give the impression of a loading screen. So you aren't sitting wondering if its loading or not.\n\n1.0.12\n1) Added XBMC4Gamers update support\n\n1.0.11\n1) Label changes\n\n1.0.10\n1) Added a load of check so I can support XBMC4Gamers\n2) Now will check for the urldownloader update on first launch of a download.\n( this only happens once per console cycle )\n\n1.0.9\n1) Fixed a mistake on my part for removing the old files.\n2) Added launching of the test build updater/installer\n\n1.0.8\n1) Changed the filenames of the download list to better reflect its a script running.\n\n1.0.7\n- Changes to the DLC parsing code for getting the title ID. This was changed so I can get 1 character more for names.\n\n1.0.6\n- Added logging when an exception happens\n- Changed the test site to 'http://www.pool.ntp.org'\n- Added a new tool into the other section that is used to format the cache partitions of the Xbox.\n\n1.0.5\n- If DLC is detected it will truncate the zip name a cleaner name.\n- Other slight change to the singer section.\n- Progress bar added to the DLC Signer\n\n1.0.4\n- Fixed exiting the directory select. ( it would proceed to download the file )\n- Added a check if the download lists.zip is being downloaded and remove the old thumbs before extracting the new ones.\n- Added a check when installing a mod to check for the default.xbe. ( so you know youre in the right place )\n\n1.0.3\n- Added DLC signing support. Big thanks to Grimdoomer for telling me how the signing of contentmeta.xbx works.\n\n1.0.2\n- more error checking\n\n1.0.1\n- Modified to how I need it to work by Rocky5\n\n1.0.0\n- Initial release\n"
  },
  {
    "path": "Mod Files/system/scripts/URLDownloader/default.py",
    "content": "# -*- coding: utf-8 -*-\n### URLDownloading by Rocky5.\nimport extract\nimport hashlib\nimport math\nimport os\nimport requests\nimport shortcut\nimport socket\nimport struct\nimport time\nimport traceback\n\nrequests.packages.urllib3.disable_warnings(\n\trequests.packages.urllib3.exceptions.InsecureRequestWarning\n)\nfrom hmac import new\nfrom urllib import quote\nfrom xbmc import (\n\texecutebuiltin,\n\tgetLocalizedString,\n\tgetInfoLabel,\n\tgetCondVisibility,\n\ttranslatePath,\n)\nfrom xbmcgui import Dialog, DialogProgress\n\ndialog = Dialog()\ndprogress = DialogProgress()\nworking_directory = os.getcwd() + \"/\"\n\n# Updated to new location\nURLDownloader_Bin = \"1jX2Y5wUHeT0-3hSAAfce3bI0xG7aOUoI~versions/URLDownloader.bin\"\nDownloadList_Bin = \"1jKhRDRa-Enk9eev0jovhpFr6rnQbedf8~versions/DownloadList.bin\"\nURLDownloader_Zip = \"1j568Tyojriizqflk3LGW4JUbEn4NuplD~updates/URLDownloader.zip\"\n\n\nclass ExceptionSoftmod(Exception):\n\tpass \n\ndef download_url(url):\n\tglobal StartTime\n\tStartTime = time.clock()\n\tif not os.path.exists(download_path):\n\t\tos.makedirs(download_path)\n\tdownload(\n\t\turl=str(url),\n\t\tdest_path=str(download_path + filename),\n\t\tzipsize=int(zipsize),\n\t\tfilename=filename,\n\t\tshowprogress=1,\n\t)\n\n\ndef download(url, dest_path, zipsize, filename, showprogress):\n\tglobal current_size\n\tglobal invalidlink\n\tglobal responsecode\n\tdprogress.update(0)\n\thttperrors4 = [\n\t\t\"400 Bad Request\",\n\t\t\"401 Unauthorized\",\n\t\t\"402 Payment Required (Experimental)\",\n\t\t\"403 Forbidden\",\n\t\t\"404 Not Found\",\n\t\t\"405 Method Not Allowed\",\n\t\t\"406 Not Acceptable\",\n\t\t\"407 Proxy Authentication Required\",\n\t\t\"408 Request Timeout\",\n\t\t\"409 Conflict\",\n\t\t\"410 Gone\",\n\t\t\"411 Length Required\",\n\t\t\"412 Precondition Failed\",\n\t\t\"413 Request Entity Too Large\",\n\t\t\"414 Request-URI Too Long\",\n\t\t\"415 Unsupported Media Type\",\n\t\t\"416 Requested Range Not Satisfiable\",\n\t\t\"417 Expectation Failed\",\n\t\t\"418 I?m a teapot (RFC 2324)\",\n\t\t\"420 Enhance Your Calm (Twitter)\",\n\t\t\"422 Unprocessable Entity (WebDAV)\",\n\t\t\"423 Locked (WebDAV)\",\n\t\t\"424 Failed Dependency (WebDAV)\",\n\t\t\"425 Too Early (WebDAV)\",\n\t\t\"426 Upgrade Required\",\n\t\t\"428 Precondition Required\",\n\t\t\"429 Too Many Requests\",\n\t\t\"431 Request Header Fields Too Large\",\n\t\t\"444 No Response (Nginx)\",\n\t\t\"449 Retry With (Microsoft)\",\n\t\t\"450 Blocked by Windows Parental Controls (Microsoft)\",\n\t\t\"451 Unavailable For Legal Reasons\",\n\t\t\"499 Client Closed Request (Nginx)\",\n\t]\n\thttperrors5 = [\n\t\t\"500 Internal Server Error\",\n\t\t\"501 Not Implemented\",\n\t\t\"502 Bad Gateway\",\n\t\t\"503 Service Unavailable\",\n\t\t\"504 Gateway Timeout\",\n\t\t\"505 HTTP Version Not Supported (Experimental)\",\n\t\t\"506 Variant Also Negotiates (Experimental)\",\n\t\t\"507 Insufficient Storage (WebDAV)\",\n\t\t\"508 Loop Detected (WebDAV)\",\n\t\t\"510 Not Extended\",\n\t\t\"511 Network Authentication Required\",\n\t]\n\tcurrent_size = 0\n\tGDURL = \"https://docs.google.com/uc?export=download\"\n\tX4GURL = \"https://www.xbmc4gamers.co.uk/X4G-XEmu/urldownloader/{}\".format(quote(url.split(\"~\")[1]))\n\tGDCode = url.split(\"~\")[0]\n\n\tif filename == \"Update\":\n\t\texecutebuiltin(\n\t\t\t\"Skin.SetString(DisableProgress,Disabled)\"\n\t\t)\n\t\texecutebuiltin(\n\t\t\t\"Skin.SetString(DisableCancel,Disabled)\"\n\t\t)\n\n\tprint(\"URLDownloader: Using GoogleDrive\")\n\n\tif filename == \"Update\":\n\t\tdprogress.create(\n\t\t\t\"CHECKING FOR UPDATE\",\n\t\t\t\"\",\n\t\t\t\"Please wait...\"\n\t\t)\n\telse:\n\t\tdprogress.create(\n\t\t\t\"Using GoogleDrive\",\n\t\t\tfilename.replace(\".zip\", \"\"),\n\t\t\t\"Resolving link\"\n\t\t)\n\n\t# Google Drive attempt\n\t# token = get_confirm_token(requests.Session().get(GDURL, params={'id': GDCode}, stream=True))\n\ttoken = \"t\"\n\tresponse = requests.Session().post(\n\t\tGDURL,\n\t\theaders={\"User-Agent\": \"Mozilla/5.0\"},\n\t\tparams={\"id\": GDCode, \"confirm\": token},\n\t\tstream=True,\n\t\tverify=False,\n\t)\n\n\t# Google Drive status, if fails use XBMC4Gamers.co.uk\n\tif str(response.status_code).startswith(\"2\"):\n\t\tsave_response_content(\n\t\t\tresponse, dest_path, showprogress, current_size, zipsize, filename\n\t\t)\n\telse:\n\t\tif str(response.status_code).startswith(\"4\"):\n\t\t\tfor error in httperrors4:\n\t\t\t\tif error.startswith(str(response.status_code)):\n\t\t\t\t\tprint(\"URLDownloader: GoogleDrive Failed: \" + error)\n\n\t\tif str(response.status_code).startswith(\"5\"):\n\t\t\tfor error in httperrors5:\n\t\t\t\tif error.startswith(str(response.status_code)):\n\t\t\t\t\tprint(\"URLDownloader: GoogleDrive Failed: \" + error)\n\n\t\tprint(\"URLDownloader: Falling back to www.xbmc4gamers.co.uk\")\n\n\t\tif filename == \"Update\":\n\t\t\tdprogress.create(\n\t\t\t\t\"CHECKING FOR UPDATE\",\n\t\t\t\t\"\",\n\t\t\t\t\"Please wait...\"\n\t\t\t)\n\t\telse:\n\t\t\tdprogress.create(\n\t\t\t\t\"Using XBMC4Gamers.co.uk\",\n\t\t\t\tfilename.replace(\".zip\", \"\")\n\t\t\t)\n\n\t\t# XBMC4Gamers.co.uk attempt time out if request is blocked\n\t\ttimeout = 5\n\t\tmax_retries = 5\n\t\tfor _ in range(max_retries):\n\t\t\tif dprogress.iscanceled():\n\t\t\t\tbreak\n\t\t\tresponse = requests.Session().get(\n\t\t\t\tX4GURL,\n\t\t\t\theaders={\"User-Agent\": \"Mozilla/5.0\"},\n\t\t\t\tstream=True,\n\t\t\t\tverify=False,\n\t\t\t)\n\n\t\t\tif str(response.status_code).startswith(\"2\"):\n\t\t\t\tsave_response_content(\n\t\t\t\t\tresponse, dest_path, showprogress, current_size, zipsize, filename\n\t\t\t\t)\n\n\t\t\tif str(response.status_code).startswith(\"429\"):\n\t\t\t\ttimeoutcount = timeout\n\t\t\t\tfor _ in range(timeout):\n\t\t\t\t\tdprogress.update(\n\t\t\t\t\t\t0,\n\t\t\t\t\t\tfilename.replace(\".zip\", \"\"),\n\t\t\t\t\t\t\"Retrying in: \" + str(timeoutcount)\n\t\t\t\t\t)\n\t\t\t\t\ttime.sleep(1)\n\t\t\t\t\ttimeoutcount -= 1\n\t\t\t\t\tif dprogress.iscanceled():\n\t\t\t\t\t\tbreak\n\t\t\telse:\n\t\t\t\tbreak\n\t\t\ttimeout += 5\n\n\tif str(response.status_code).startswith(\"4\"):\n\t\tfor error in httperrors4:\n\t\t\tif error.startswith(str(response.status_code)):\n\t\t\t\tresponsecode = error\n\t\tinvalidlink = 1\n\t\traise Exception(\"Download Error: Both sites issue, couldn't download file\")\n\n\tif str(response.status_code).startswith(\"5\"):\n\t\tfor error in httperrors5:\n\t\t\tif error.startswith(str(response.status_code)):\n\t\t\t\tresponsecode = error\n\t\tinvalidlink = 2\n\t\traise Exception(\"Download Error: Both sites issue, couldn't download file\")\n\n\ndef get_confirm_token(response):\n\treturn response.text.startswith(\"<!DOCTYPE html>\")\n\n\ndef save_response_content(response, dest_path, showprogress, current_size, zipsize, filename):\n\tpercent = 1\n\tcurrent_size = int(current_size)\n\tStartTime = time.clock()\n\tCHUNK_SIZE = 256 * 1024\n\n\twith open(dest_path, \"wb\") as f:\n\t\tfor chunk in response.iter_content(CHUNK_SIZE):\n\t\t\tif chunk:  # filter out keep-alive new chunks\n\t\t\t\tf.write(chunk)\n\n\t\t\t\tif showprogress:\n\t\t\t\t\tpercent = current_size * 101 / zipsize\n\t\t\t\t\tcurrent_size += CHUNK_SIZE\n\t\t\t\t\t# calculate time renaming\n\t\t\t\t\tElapsedTime = time.clock() - StartTime\n\t\t\t\t\tChunksPerTime = current_size / ElapsedTime\n\t\t\t\t\tEstimatedTotalTime = zipsize / ChunksPerTime\n\t\t\t\t\tTimeLeftInSeconds = (EstimatedTotalTime - ElapsedTime) * 10 / 10 + 1  # adding + 1 makes it finish on 0 instead of being 0 with 1 second left\n\t\t\t\t\tTimeLeftInMinutes = TimeLeftInSeconds / 60\n\t\t\t\t\tTimeLeftInHours = TimeLeftInMinutes / 60\n\n\t\t\t\t\tif TimeLeftInHours >= 1:\n\t\t\t\t\t\tTimeLeft = \"Estimated time left {} hour, {} minutes \".format(int(TimeLeftInHours),int(TimeLeftInMinutes) % 60)\n\t\t\t\t\telif TimeLeftInMinutes >= 1:\n\t\t\t\t\t\tTimeLeft = \"Estimated time left {} minutes, {} seconds\".format(int(TimeLeftInMinutes) % 60,int(TimeLeftInSeconds) % 60)\n\t\t\t\t\telif TimeLeftInSeconds < 60:\n\t\t\t\t\t\tTimeLeft = \"Estimated time left {} seconds\".format(int(TimeLeftInSeconds) % 60)\n\n\t\t\t\t\t# dprogress.update(percent,filename.replace('.zip',''),TimeLeft,\"Downloaded: \"+convert_size(current_size)+\" at \"+convert_size(CHUNK_SIZE)+\"s\")\n\t\t\t\t\t# dprogress.update(percent,filename.replace('.zip',''),TimeLeft,\"Downloaded: \"+convert_size(current_size))\n\t\t\t\t\tdprogress.update(\n\t\t\t\t\t\tpercent,\n\t\t\t\t\t\tfilename.replace(\".zip\", \"\"),\n\t\t\t\t\t\tTimeLeft\n\t\t\t\t\t)\n\n\t\t\t\t\tif dprogress.iscanceled():\n\t\t\t\t\t\tglobal allowcancellation\n\t\t\t\t\t\tallowcancellation = 1\n\t\t\t\t\t\traise Exception(\"User cancelled download\")\n\n\ndef extract_file(file, source_name, rename_stuff):\n\tif os.path.isfile(file):\n\t\tif not os.path.exists(translatePath(install_path)):\n\t\t\tos.makedirs(translatePath(install_path))\n\n\t\tdprogress.create(\n\t\t\t\"INSTALLING\",\n\t\t\tfile.replace(\".zip\", \"\")\n\t\t)\n\t\tzippath = translatePath(install_path)\n\t\tdprogress.update(\n\t\t\t0,\n\t\t\tfilename.replace(\".zip\", \"\"),\n\t\t\t\"This may take some time, please be patient.\"\n\t\t)\n\t\textract.all(file, zippath, source_name, rename_stuff, dprogress)\n\n\ndef download_update_check(url):\n\tdownload(\n\t\turl=str(url),\n\t\tdest_path=str(update_path + updatename),\n\t\tzipsize=int(0),\n\t\tfilename=\"Update\",\n\t\tshowprogress=0,\n\t)\n\n\ndef clear_Z():\n\ttry:\n\t\tdprogress.create(\n\t\t\t\"INITIALIZING\"\n\t\t)\n\t\tdprogress.update(\n\t\t\t0,\n\t\t\t\"Preparing Cache Partition\",\n\t\t\t\"This may take some time, please be patient.\"\n\t\t)\n\t\tfor root, dirs, files in os.walk(\"Z:/\", topdown=False):\n\t\t\tfor name in files:\n\t\t\t\tos.remove(os.path.join(root, name))\n\t\t\tfor name in dirs:\n\t\t\t\tos.rmdir(os.path.join(root, name))\n\n\texcept Exception as error:\n\t\ttraceback.print_exc()\n\t\texceptiondata = traceback.format_exc().splitlines()\n\t\texceptionarray = exceptiondata[1:-1]\n\t\tdialog.ok(\n\t\t\t\"ERROR\",\n\t\t\t\"Clearing cache partitions failed.\",\n\t\t\texceptionarray\n\t\t)\n\n\ndef convert_size(size_bytes):\n\n\tif size_bytes == 0:\n\t\treturn \"0B\"\n\n\tsize_name = (\"B\", \"KB\", \"MB\")\n\ti = int(math.floor(math.log(size_bytes, 1024)))\n\tp = math.pow(1024, i)\n\ts = round(size_bytes / p, 1)\n\treturn \"%s %s\" % (s, size_name[i].zfill(1))\n\n\ndef update_check():\n\tglobal updatename\n\tglobal urldinvalid\n\tglobal xmlinvalid\n\txmlinvalid = 0\n\turldinvalid = 0\n\n\tif not os.path.isfile(\"Z:/temp/URLDownloader.bin\"):\n\t\tupdatename = \"URLDownloader.bin\"\n\t\tdownload_update_check(str(URLDownloader_Bin))\n\n\t\twith open(os.path.join(working_directory, \"version.bin\"), \"r\") as verfile:\n\t\t\tlocal_version = verfile.readline().rstrip()\n\n\t\twith open(\"Z:/temp/URLDownloader.bin\", \"r\") as verfile:\n\t\t\turldversion = verfile.readline().rstrip()\n\n\t\tif int(local_version.replace(\".\", \"\")) < int(urldversion.replace(\".\", \"\")):\n\t\t\tos.remove(\"Z:/temp/URLDownloader.bin\")\n\t\t\turldinvalid = 1\n\n\tif not os.path.isfile(\"Z:/temp/DownloadList.bin\"):\n\t\tupdatename = \"DownloadList.bin\"\n\t\tdownload_update_check(str(DownloadList_Bin))\n\n\t\twith open(\"Z:/temp/DownloadList.bin\", \"r\") as verfile:\n\t\t\tdlsversion = verfile.readline().rstrip()\n\n\t\twith open(\n\t\t\ttranslatePath(\"Special://skin/xml/_Script_URLDownloader.xml\"), \"rb\"\n\t\t) as updatefile:\n\t\t\tudhashlibmd5.update(updatefile.read())\n\n\t\tif udhashlibmd5.hexdigest() != dlsversion:\n\t\t\tos.remove(\"Z:/temp/DownloadList.bin\")\n\t\t\txmlinvalid = 1\n\n\tdprogress.close()\n\n\ndef dash_update_check():\n\t# Updated check\n\tupdatename = \"updatecheck.bin\"\n\tif \"emustation\" in getLocalizedString(31000).lower():\n\t\tif \"test build\" in getLocalizedString(31000).lower():\n\t\t\twith open(\"Z:/temp/\" + updatename, \"w\") as UC:\n\t\t\t\tUC.write(\n\t\t\t\t\tgetInfoLabel(\"Skin.String(TestBuild_Emustation_Server_Version)\")\n\t\t\t\t)\n\t\telse:\n\t\t\twith open(\"Z:/temp/\" + updatename, \"w\") as UC:\n\t\t\t\tUC.write(getInfoLabel(\"Skin.String(Stable_Emustation_Server_Version)\"))\n\telse:\n\t\tif \"test build\" in getLocalizedString(31000).lower():\n\t\t\twith open(\"Z:/temp/\" + updatename, \"w\") as UC:\n\t\t\t\tUC.write(getInfoLabel(\"Skin.String(TestBuild_Gamers_Server_Version)\"))\n\t\telse:\n\t\t\twith open(\"Z:/temp/\" + updatename, \"w\") as UC:\n\t\t\t\tUC.write(getInfoLabel(\"Skin.String(Stable_Gamers_Server_Version)\"))\n\tdprogress.close()\n\n\ndef internet_check():\n\ttry:\n\t\t_ = requests.head(\"http://google.com/\", timeout=3)\n\texcept requests.ConnectionError:\n\t\traise Exception(\"No Interweb access. Please check your network settings\")\n\ndef calculate_sha256(file_path):\n\thash = hashlib.sha256()\n\tread_buffer = 1024 * 1024 * 5\n\tcurrent_data = 0\n\n\twith open(file_path, \"rb\", buffering=read_buffer) as f:\n\t\twhile True:\n\t\t\tdata = f.read(read_buffer)\n\t\t\thash.update(data)\n\t\t\tcurrent_data += len(data)\n\t\t\tif not data:\n\t\t\t\tbreak\n\t\n\treturn hash.hexdigest()\n\ndef dlc_hashing(titleid):\n\thddkeybin = os.path.join(working_directory, \"hdd-key.bin\")\n\thddkeytxt = \"Special://xbmc/system/hdd-key.txt\"\n\tfilecount = 0\n\treadhddkey = 1\n\tcountlist = 0\n\tdprogress.update(0)\n\texecutebuiltin(\n\t\t\"Skin.SetString(DisableProgress,Disabled)\"\n\t)\n\n\t# Check for a txt/bin file with the hdd key or use the eeprom.\n\tif os.path.isfile(hddkeybin):\n\t\treadhddkey = 0\n\t\thddkey = None\n\n\t\twith open(hddkeybin) as hex:\n\t\t\thddkey = hex.readline()\n\n\t\tif len(hddkey) == 32:\n\t\t\tdprogress.create(\n\t\t\t\t\"DLC INSTALLER\",\n\t\t\t\t\"Loading.\",\n\t\t\t\t\"\"\n\t\t\t)\n\t\t\thddkey = bytearray.fromhex(hddkey)\n\t\telse:\n\t\t\tdprogress.create(\n\t\t\t\t\"HDDKEY PROCESSING\",\n\t\t\t\t\"Loading\",\n\t\t\t\t\"\"\n\t\t\t)\n\t\t\treadhddkey = 1\n\n\twhile readhddkey:\n\t\tkey = getInfoLabel(\"system.hddlockkey\")\n\n\t\tif len(key.strip()) < 32:\n\t\t\tfor _ in range(3):\n\t\t\t\tdprogress.update(\n\t\t\t\t\t0,\n\t\t\t\t\t\"Saving HDD Key.\",\n\t\t\t\t\t\"Please wait\"\n\t\t\t\t)\n\t\t\t\ttime.sleep(0.5)\n\t\t\t\tdprogress.update(\n\t\t\t\t\t0,\n\t\t\t\t\t\"Saving HDD Key..\",\n\t\t\t\t\t\"Please wait\"\n\t\t\t\t)\n\t\t\t\ttime.sleep(0.5)\n\t\t\t\tdprogress.update(\n\t\t\t\t\t0,\n\t\t\t\t\t\"Saving HDD Key...\",\n\t\t\t\t\t\"Please wait\"\n\t\t\t\t)\n\t\t\t\ttime.sleep(0.5)\n\t\telse:\n\t\t\twith open(hddkeybin, \"w\") as txteeprom:\n\t\t\t\ttxteeprom.write(key.strip())\n\t\t\thddkey = key.strip().decode(\"hex\")\n\t\t\tbreak\n\n\tdprogress.update(\n\t\t0,\n\t\t\"Signing ContextMeta.xbx\",\n\t\t\"This may take some time, please be patient.\"\n\t)\n\texecutebuiltin(\n\t\t\"Skin.SetString(DisableProgress,)\"\n\t)\n\n\tfor folder, subfolder, file in os.walk(\"E:/TDATA/\" + titleid):\n\t\tfilecount += len(file)\n\n\tfor folder, subfolder, file in os.walk(\"E:/TDATA/\" + titleid):\n\n\t\tfor xbxfile in file:\n\t\t\txbxfile = xbxfile.lower()\n\n\t\t\tif xbxfile == \"contentmeta.xbx\":\n\t\t\t\tcontextmetafile = os.path.join(folder, xbxfile)\n\t\t\t\tfilesize = os.path.getsize(contextmetafile)\n\t\t\t\treadxbx = open(contextmetafile, \"r+b\")\n\t\t\t\t# All DLC installed to HDD must have this byte set to 0x01. Must be done before signing to calculate the correct signature.\n\t\t\t\t# Credit to sinikal6969 for letting me know about this.\n\t\t\t\treadxbx.seek(32, 0)\n\t\t\t\treadxbx.write(bytearray.fromhex(\"01\").decode())\n\t\t\t\treadxbx.seek(0, 0)\n\t\t\t\tfiledata = readxbx.read(filesize)\n\t\t\t\t# Check the header fields.\n\t\t\t\theadersize = struct.unpack(\"I\", filedata[24:28])[0]\n\t\t\t\ttitleid = filedata[36:40]\n\t\t\t\t# Compute the HMAC key using the title id and HDD key.\n\t\t\t\thmacKey = new(hddkey, titleid, hashlibsha1).digest()[0:20]\n\t\t\t\t# Compute the content signature.\n\t\t\t\tcontentSignature = new(\n\t\t\t\t\thmacKey, filedata[20:headersize], hashlibsha1\n\t\t\t\t).digest()[0:20]\n\t\t\t\treadxbx.seek(0, 0)\n\t\t\t\treadxbx.write(contentSignature)\n\t\t\t\tcountlist = countlist + 1\n\t\t\t\ttime.sleep(1)\n\n\t\t\tdprogress.update(\n\t\t\t\t(countlist * 100) / filecount,\n\t\t\t\t\"Signing ContextMeta.xbx\",\n\t\t\t\t\"This may take some time, please be patient.\",\n\t\t\t)\n\t\t\tcountlist = countlist + 1\n\n\ndef call_exception(Exception, show_error):\n\texception_type = type(error).__name__\n\texception_message = str(error)\n\tstack_trace = traceback.format_exc().splitlines()\n\n\texceptionarray = []\n\texceptionarray.append(\n\t\t\"An error of type {} occurred. Arguments:\\n{}\\n\".format(exception_type, exception_message)\n\t)\n\texceptionarray.append(\"Stack trace:\")\n\tfor line in stack_trace:\n\t\texceptionarray.append(\"\\t\" + line)\n\n\tif show_error:\n\t\tdialog.textviewer(\n\t\t\t\"ERROR\",\n\t\t\t\"\\n\".join(exceptionarray)\n\t\t)\n\n# Some variables Set outside the loop\nre_focus_download_button = \"9000\"\n\ntry:\n\t# Check for Insignia DNS + 0.0.0.0\n\tif getInfoLabel('Network.DNS1Address') == \"46.101.64.175\" and getInfoLabel('Network.DNS2Address') == \"0.0.0.0\":\n\t\traise Exception(\"Insignia DNS detected. You have not set a secondary DNS.\")\n\ttry:\n\t\t# Check for network/internet activity\n\t\tinternet_check()\n\t\texecutebuiltin(\n\t\t\t'Dialog.Close(1904,false)'\n\t\t)\n\t\texecutebuiltin(\n\t\t\t'Dialog.Close(1100,false)'\n\t\t)\n\t\tglobal httperrors\n\t\thttperrors = None\n\t\tglobal allowcancellation\n\t\tallowcancellation = 0\n\t\tglobal responsecode\n\t\tglobal invalidlink\n\t\tinvalidlink = 0\n\t\textensions = [ 'zip' ]\n\t\tdownload_path = 'Z:/temp/downloads/'\n\t\tupdate_path = 'Z:/temp/'\n\t\tudhashlibmd5 = hashlib.md5()\n\t\thashlibsha1 = hashlib.sha1\n\t\trename_stuff = \"\"\n\t\tsource_name = \"\"\n\t\tdlcmode = 0\n\t\tskip = 0\n\t\taltxboxdash = 0\n\t\txawinstal = 0\n\t\txmlinvalid = 0\n\t\turldinvalid = 0\n\t\tshow_error = 1\n\t\t\n\t\t# args passed from xml\n\t\tdefaulturl = sys.argv[1] if len(sys.argv) > 1 else \"\"\n\t\tfilename = sys.argv[2] if len(sys.argv) > 2 else \"\"\n\t\tzipsize = sys.argv[3] if len(sys.argv) > 3 else \"\"\n\t\tzipsizecheck = sys.argv[4] if len(sys.argv) > 4 else \"\"\n\t\tinstall_path = sys.argv[5] if len(sys.argv) > 5 else \"\"\n\t\tmod_dlc_mode = sys.argv[6] if len(sys.argv) > 6 else \"\"\n\t\t\n\t\tvalid_arguments = all([defaulturl, filename, zipsize, zipsizecheck])\n\t\t\n\t\t# vars\n\t\tif install_path == \"Emulator_Folder_Path\":\n\n\t\t\tif getCondVisibility('Skin.String(Custom_Emulator_Path)'):\n\t\t\t\tinstall_path = getInfoLabel('Skin.String(Custom_Emulator_Path)')\n\t\t\telse:\n\t\t\t\tinstall_path = \"\"\n\t\t\n\t\tif install_path == \"Roms_Folder_Path\":\n\t\t\t\n\t\t\tif getCondVisibility('Skin.String(Custom_Roms_Path)'):\n\t\t\t\tinstall_path\t= getInfoLabel('Skin.String(Custom_Roms_Path)')\n\t\t\telse:\n\t\t\t\tinstall_path = \"\"\n\t\t\n\t\tif install_path == \"Media_Folder_Path\":\n\t\t\t\n\t\t\tif getCondVisibility('Skin.String(Custom_Media_Path)'):\n\t\t\t\tinstall_path = getInfoLabel('Skin.String(Custom_Media_Path)')\n\t\t\telse:\n\t\t\t\tinstall_path = \"\"\n\t\t\n\t\tif valid_arguments:\n\t\t\t\n\t\t\t# Update cleanup\n\t\t\ttry:\n\t\t\t\tos.remove('Special://root/system/scripts/autoexec.py')\n\t\t\texcept:\n\t\t\t\tpass\n\n\t\t\t# Create folders required so there is no errors\n\t\t\tif not os.path.exists( download_path ):\n\t\t\t\tos.makedirs(download_path)\n\t\t\tif not os.path.exists( update_path ):\n\t\t\t\tos.makedirs(update_path)\n\n\t\t\t# Check file to see if there is an update for the dashboards.\n\t\t\tif filename == \"URLDownloader.zip\":\n\t\t\t\tdash_update_check()\n\t\t\telse:\n\t\t\t\t# Download the check file to see if there is an update. Doing it this way speeds up the loading after you download 1 files and the files are kept until a reboot.\n\t\t\t\ttry:\n\t\t\t\t\tupdate_check()\n\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t'Skin.SetString(DisableCancel,)'\n\t\t\t\t\t)\n\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t'Skin.SetString(DisableProgress,)'\n\t\t\t\t\t)\n\t\t\t\texcept Exception as error:\n\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t'Dialog.Close(1902,false)'\n\t\t\t\t\t)\n\t\t\t\t\tcall_exception(error, show_error)\n\t\t\t\n\t\t\t# If hash doesn't match tell user to update, also if filename is the urldownloader.zip bypass.\n\t\t\tif xmlinvalid == 0 and urldinvalid == 0 or filename == \"URLDownloader.zip\" or getInfoLabel('Control.GetLabel(1)') == \"Download Assets\":\n\t\t\t\t# This is here to fix compatibility issues with previous builds.\n\t\t\t\tfile = os.path.join(download_path,filename)\n\t\t\t\t\n\t\t\t\t# Truncate the filename to look cleaner and also get the titleid for DLC installation.\n\t\t\t\tif mod_dlc_mode == \"DLC\":\n\t\t\t\t\ttitleid = filename[-12:]; titleid = titleid[:-4]\n\t\t\t\t\tfilename = filename[:-13]+'.zip'\n\t\t\t\t\tfile = os.path.join(download_path,filename)\n\t\t\t\t\tdlcmode = 1\n\n\t\t\t\tif install_path == \"XAWI\":\n\t\t\t\t\txawinstal = 1\n\t\t\t\t\n\t\t\t\tif os.path.isfile(file):\n\t\t\t\t\tos.remove(file)\n\t\t\t\t\n\t\t\t\tif filename == \"URLDownloader.zip\" or dialog.yesno('DOWNLOAD','','{}[CR]Install size {}'.format(filename,convert_size(float(zipsize))),'',xbmc.getLocalizedString(106),xbmc.getLocalizedString(107)):\n\n\t\t\t\t\ttry:\t\t\t\t\t\t\n\t\t\t\t\t\tif install_path == \"C:\\\\\":\n\t\t\t\t\t\t\tif os.path.isfile('C:\\\\xboxdash.xbe'):\n\t\t\t\t\t\t\t\t# this is the sha256 hash of the softmod xboxdash.xbe\n\t\t\t\t\t\t\t\tif calculate_sha256('C:\\\\xboxdash.xbe') == \"3ae2f3eae3917e0130d1e1a5c8e1c5df207ea31703646a174d98f7be9a769495\":\n\t\t\t\t\t\t\t\t\taltxboxdash = 1\n\t\t\t\t\t\t\t\t\trename_stuff = \"msdash\"\n\t\t\t\t\t\t\t\t\twarning_line1, warning_line2, warning_line3 , warning_line4 = 'WARNING: POTENTIAL SOFTMOD FOUND',\"Would you like me to patch the files to ensure compatibility with the[CR]softmod/BFM Bios? A shortcut to the new xb0xdash.xbe will be placed[CR]in the Applications folder.\",\"\",\"\"\n\t\t\t\t\t\t\t\t\tif getInfoLabel('Skin.String(dashboard_name)').lower() == 'xbmc-emustation':\n\t\t\t\t\t\t\t\t\t\twarning_line1, warning_line2, warning_line3 , warning_line4 = 'POTENTIAL SOFTMOD FOUND',\"Would you like me to patch the files to ensure\",\"compatibility with the softmod/BFM Bios? A shortcut to\",\"the new xb0xdash.xbe will also be installed.\"\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\tif not dialog.yesno(\n\t\t\t\t\t\t\t\t\t\twarning_line1,\n\t\t\t\t\t\t\t\t\t\twarning_line2,\n\t\t\t\t\t\t\t\t\t\twarning_line3,\n\t\t\t\t\t\t\t\t\t\twarning_line4,\n\t\t\t\t\t\t\t\t\t\txbmc.getLocalizedString(106),\n\t\t\t\t\t\t\t\t\t\txbmc.getLocalizedString(107)\n\t\t\t\t\t\t\t\t\t):\n\t\t\t\t\t\t\t\t\t\traise ExceptionSoftmod(\"WARNING: POTENTIAL SOFTMOD FOUND\")\n\n\t\t\t\t\t\tif install_path == \"E:\\\\UDATA\\\\\":\n\t\t\t\t\t\t\twarning_line1, warning_line2, warning_line3 , warning_line4 = \"WARNING: SAVE FILE\",\"Existing save files or duplicate files will be overwritten if they exist.\",\"This is not reservable.\",\"Proceed?\"\n\t\t\t\t\t\t\tif not dialog.yesno(\n\t\t\t\t\t\t\t\twarning_line1,\n\t\t\t\t\t\t\t\twarning_line2,\n\t\t\t\t\t\t\t\twarning_line3,\n\t\t\t\t\t\t\t\twarning_line4,\n\t\t\t\t\t\t\t\txbmc.getLocalizedString(106),\n\t\t\t\t\t\t\t\txbmc.getLocalizedString(107)\n\t\t\t\t\t\t\t):\n\t\t\t\t\t\t\t\tinstall_path = 0\n\n\t\t\t\t\t\tif install_path == \"\":\n\t\t\t\t\t\t\tif getInfoLabel('Skin.String(dashboard_name)').lower() == 'xbmc4gamers' and 'emulators' in getInfoLabel('Skin.String(downloader_thumb)').lower():\n\t\t\t\t\t\t\t\tsource_name = getInfoLabel('Skin.String(downloader_label)')\n\t\t\t\t\t\t\t\trename_stuff = \"emulator\"\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tinstall_path = dialog.browse(3,'Select destination folder','files','')\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tif mod_dlc_mode == \"MOD\" and not install_path == \"\":\n\t\t\t\t\t\t\t\tif os.path.isfile(os.path.join(install_path,'default.xbe')):\n\t\t\t\t\t\t\t\t\tfor ext in [\".iso\", \".cci\"]:\n\t\t\t\t\t\t\t\t\t\ttry:\n\t\t\t\t\t\t\t\t\t\t\text_check = [f for f in os.listdir(install_path) if f.lower().endswith(ext)]\n\t\t\t\t\t\t\t\t\t\t\tif ext_check:\n\t\t\t\t\t\t\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\t\t\t\t\t\t\t'ERROR',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'This game looks like it maybe a ISO/CCI game.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Mods only work on non ISO/CCI games'\n\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\tinstall_path = 0\n\t\t\t\t\t\t\t\t\t\texcept:\n\t\t\t\t\t\t\t\t\t\t\tpass\n\t\t\t\t\t\t\t\telse:\n\t\t\t\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\t\t\t\t'ERROR',\n\t\t\t\t\t\t\t\t\t\t'Can not find a default.xbe',\n\t\t\t\t\t\t\t\t\t\t'Did you select the proper folder?'\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\tinstall_path = 0\n\n\t\t\t\t\t\tif xawinstal: # If Xbox Artwork Installer Files process it\n\t\t\t\t\t\t\tif os.path.isfile('E:\\\\UDATA\\\\09999993\\\\location.bin'):\n\t\t\t\t\t\t\t\twith open('E:\\\\UDATA\\\\09999993\\\\location.bin','r') as input:\n\t\t\t\t\t\t\t\t\tinstall_path = input.readline().strip()\n\t\t\t\t\t\t\t\t\tif not os.path.isfile(os.path.join(install_path,\"default.xbe\")) or 'online' in install_path.lower():\n\t\t\t\t\t\t\t\t\t\tshow_error = 0\n\t\t\t\t\t\t\t\t\t\tinstall_path = \"0\"\n\t\t\t\t\t\t\t\t\t\txawinstal = 2\n\t\t\t\t\t\t\telse:\n\t\t\t\t\t\t\t\txawinstal = 2\n\t\t\t\t\t\t\n\t\t\t\t\t\tif install_path:\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\ttry:\n\t\t\t\t\t\t\t\tfree_space_check = install_path # Check for free space\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif free_space_check.startswith('Special:') or free_space_check.startswith('Q:'):\n\t\t\t\t\t\t\t\t\tfree_space_check = translatePath('Special://root/')[:2]\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tpartition_free_space = getInfoLabel('System.Freespace({})'.format(free_space_check[:1])).replace(free_space_check[:2]+' ','').split(' ')[0]\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif int(partition_free_space)*1024*1024 > int(zipsizecheck)+(1024*1024*2):\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\ttry:\n\t\t\t\t\t\t\t\t\t\t# clear_Z()\n\t\t\t\t\t\t\t\t\t\tdownload_url(defaulturl)\n\t\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t\t'Skin.SetString(DisableCancel,Disabled)'\n\t\t\t\t\t\t\t\t\t\t) # Disable the cancel button\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\ttry:\n\t\t\t\t\t\t\t\t\t\t\textract_file(file,source_name,rename_stuff)\n\t\t\t\t\t\t\t\t\t\t\tos.remove(file)\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tif dlcmode: # If DLC process the files\n\t\t\t\t\t\t\t\t\t\t\t\tdlc_hashing(titleid)\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tcheck_filename = filename.lower()\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tif check_filename == \"xbox artwork installer.zip\" or check_filename == \"xbox artwork installer online.zip\":\n\t\t\t\t\t\t\t\t\t\t\t\tif not os.path.isdir('E:\\\\UDATA\\\\09999993'):\n\t\t\t\t\t\t\t\t\t\t\t\t\tos.makedirs('E:\\\\UDATA\\\\09999993')\n\t\t\t\t\t\t\t\t\t\t\t\twith open('E:\\\\UDATA\\\\09999993\\\\location.bin','w') as input:\n\t\t\t\t\t\t\t\t\t\t\t\t\tif 'online' in check_filename.lower():\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tinput.write(\"{}Xbox Artwork Installer Online\".format(install_path))\n\t\t\t\t\t\t\t\t\t\t\t\t\telse: input.write(\"{}Xbox Artwork Installer\".format(install_path))\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t\t\t'Skin.SetString(DisableCancel,)'\n\t\t\t\t\t\t\t\t\t\t\t) # Enable the cancel button\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t# If MSDash or UIX Lite add shortcut to it to applications menu.\n\t\t\t\t\t\t\t\t\t\t\tif check_filename == \"uix lite.zip\" or check_filename == \"microsoft dashboard v5960.zip\":\n\t\t\t\t\t\t\t\t\t\t\t\tshortcut.msdash_shorcut(check_filename, altxboxdash)\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\tif check_filename == \"xbmc-emustation-update-files.zip\" or check_filename == \"xbmc-emustation-test-build.zip\" and os.path.isfile(translatePath('Special://xbmc/updater/default.xbe')):\n\t\t\t\t\t\t\t\t\t\t\t\tdprogress.close()\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\tif dialog.yesno(\n\t\t\t\t\t\t\t\t\t\t\t\t\t'QUESTION',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Update the built-in emulators?[CR]This is optional and not required.',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t\t\t\txbmc.getLocalizedString(106),\n\t\t\t\t\t\t\t\t\t\t\t\t\txbmc.getLocalizedString(107)\n\t\t\t\t\t\t\t\t\t\t\t\t):\n\t\t\t\t\t\t\t\t\t\t\t\t\twith open(os.path.join(working_directory,'install_emus.bin'), 'w') as tmp: tmp.write('')\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t\t\t\t'RunXBE({})'.format(translatePath('Special://xbmc/updater/default.xbe'))\n\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\telif check_filename == \"xbmc4gamers-update-files.zip\" or check_filename == \"xbmc4gamers-test-build.zip\" and os.path.isfile(translatePath('Special://xbmc/updater/default.xbe')):\n\t\t\t\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t\t\t\t'RunXBE({})'.format(translatePath('Special://xbmc/updater/default.xbe'))\n\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\telif check_filename == \"cache formatter.zip\" and os.path.isfile(translatePath('Special://xbmc/Cache Formatter/default.xbe')):\n\t\t\t\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t\t\t\t'RunXBE({})'.format(translatePath('Special://xbmc/Cache Formatter/default.xbe'))\n\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\telif check_filename == \"urldownloader.zip\" and os.path.isdir(translatePath('Special://xbmc/system/scripts/tmp/urldownloader')):\n\t\t\t\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t\t\t\t'RunScript({})'.format(translatePath('Special://xbmc/system/scripts/autoexec.py'))\n\t\t\t\t\t\t\t\t\t\t\t\t)\n\n\t\t\t\t\t\t\t\t\t\t\telse:\n\t\t\t\t\t\t\t\t\t\t\t\tdprogress.close()\n\t\t\t\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t\t\t\t'Dialog.Close(1902,false)'\n\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\t\t\t\t\t\t\t'SUCCESS',\n\t\t\t\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t\t\t\tfilename.replace('.zip','') + ' Installed'\n\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\texcept Exception as error:\n\t\t\t\t\t\t\t\t\t\t\tdprogress.close()\n\t\t\t\t\t\t\t\t\t\t\tcall_exception(error, show_error)\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\texcept Exception as error:\n\t\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t\t'Dialog.Close(1902,false)'\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\ttraceback.print_exc()\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\tif allowcancellation == 1:\n\t\t\t\t\t\t\t\t\t\t\tdprogress.close()\n\t\t\t\t\t\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\t\t\t\t\t\t'DOWNLOADER',\n\t\t\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t\t\t'You cancelled the download of',\n\t\t\t\t\t\t\t\t\t\t\t\tfilename.replace('.zip','')\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\telif invalidlink == 1:\n\t\t\t\t\t\t\t\t\t\t\tdprogress.close()\n\t\t\t\t\t\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\t\t\t\t\t\t'4xx: Client Error',\n\t\t\t\t\t\t\t\t\t\t\t\tstr(responsecode),\n\t\t\t\t\t\t\t\t\t\t\t\t'File: '+filename,\n\t\t\t\t\t\t\t\t\t\t\t\t'Try again later.'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\telif invalidlink == 2:\n\t\t\t\t\t\t\t\t\t\t\tdprogress.close()\n\t\t\t\t\t\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\t\t\t\t\t\t'5xx: Server Error',\n\t\t\t\t\t\t\t\t\t\t\t\tstr(responsecode),'File: '+filename,\n\t\t\t\t\t\t\t\t\t\t\t\t'This is a Server issue let me know ASAP.'\n\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\telse:\n\t\t\t\t\t\t\t\t\t\t\tcall_exception(error, show_error)\n\t\t\t\t\t\t\t\telse:\n\t\t\t\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\t\t\t\t'ERROR',\n\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t'Insufficient space on '+free_space_check\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\texcept Exception as error:\n\t\t\t\t\t\t\t\tcall_exception(error, show_error)\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif xawinstal == 2:\n\t\t\t\t\t\t\t\t\tdprogress.close()\n\t\t\t\t\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t\t\t\t\t'Dialog.Close(1902,false)'\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\t\t\t\t'UH-OH',\n\t\t\t\t\t\t\t\t\t\t'',\n\t\t\t\t\t\t\t\t\t\t\"This isn't for the online version.[CR]If you have installed the offline version, please run it and[CR]try again.\",\n\t\t\t\t\t\t\t\t\t\t''\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\n\t\t\t\t\t\telse:\n\t\t\t\t\t\t\tpass\n\n\t\t\t\t\texcept ExceptionSoftmod as error:\n\t\t\t\t\t\twarning_line1, warning_line2, warning_line3 , warning_line4 = 'WARNING: POTENTIAL SOFTMOD FOUND',\"If this was/is a false positive, please fix or clean your C partition.[CR]It contains files that are used for softmods.[CR][CR]Be careful if you do.\",\"\",\"\"\n\t\t\t\t\t\tif getInfoLabel('Skin.String(dashboard_name)').lower() == 'xbmc-emustation':\n\t\t\t\t\t\t\twarning_line1, warning_line2, warning_line3 , warning_line4 = 'POTENTIAL SOFTMOD FOUND',\"If this was/is a false positive, please fix or clean your\",\"C partition. It contains files that are used for softmods.\",\"Be careful if you do.\"\n\t\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t\twarning_line1,\n\t\t\t\t\t\t\twarning_line2,\n\t\t\t\t\t\t\twarning_line3,\n\t\t\t\t\t\t\twarning_line4,\n\t\t\t\t\t\t)\n\n\t\t\t\t\texcept Exception as error:\n\t\t\t\t\t\tcall_exception(error, show_error)\n\t\t\t\t\t\n\t\t\t\telse:\n\t\t\t\t\tpass\n\t\t\t\n\t\t\telse:\n\t\t\t\tif xmlinvalid == 1 or urldinvalid == 1:\n\t\t\t\t\tdialog.ok(\n\t\t\t\t\t\t'UPDATE AVAILABLE',\n\t\t\t\t\t\t'Press (A) to update the',\n\t\t\t\t\t\t'[B]URLDownloader[/B]'\n\t\t\t\t\t)\n\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t'ActivateWindow(1904)'\n\t\t\t\t\t)\n\t\t\t\t\texecutebuiltin(\n\t\t\t\t\t\t'RunScript(Special://urldownloader/default.py,{},URLDownloader.zip,2247055,2822733,Q:/system/scripts/)'.format(str(URLDownloader_Zip))\n\t\t\t\t\t)\n\t\t\n\t\telse:\n\t\t\tdialog.ok(\n\t\t\t\t'ERROR',\n\t\t\t\t'Corrupt _Script_URLDownloader.xml',\n\t\t\t\t'Update URLDownloader'\n\t\t\t)\n\t\t\texecutebuiltin(\n\t\t\t\t'Dialog.Close(1902,false)'\n\t\t\t)\n\t\t\texecutebuiltin(\n\t\t\t\t'Dialog.Close(1100,false)'\n\t\t\t)\n\t\t\n\t\ttry: # Used to zero the progress bar after everything is done\n\t\t\tdprogress.update(0)\n\t\texcept:\n\t\t\tpass\n\t\t\n\t\texecutebuiltin('SetFocus({})'.format(re_focus_download_button)) # Set focus to download button\n\n\texcept Exception as error:\n\t\texecutebuiltin(\n\t\t\t'Dialog.Close(1904,false)'\n\t\t)\n\t\texecutebuiltin(\n\t\t\t'Dialog.Close(1100,false)'\n\t\t)\n\t\tdialog.ok(\n\t\t\t'ERROR: NETWORK CHECK FAILED',\n\t\t\t'No Internet access',\n\t\t\t'Please check your network settings'\n\t\t)\n\t\texecutebuiltin(\n\t\t\t'SetFocus({})'.format(re_focus_download_button)\n\t\t)\n\nexcept Exception as error:\n\texecutebuiltin(\n\t\t'Dialog.Close(1904,false)'\n\t)\n\texecutebuiltin(\n\t\t'Dialog.Close(1100,false)'\n\t)\n\tdialog.ok(\n\t\t'ERROR: INSIGNIA DNS DETECTED',\n\t\t'You have not set a secondary DNS.',\n\t\t'The downloader will not function without it set.'\n\t)\n\texecutebuiltin(\n\t\t'SetFocus({})'.format(re_focus_download_button)\n\t)"
  },
  {
    "path": "Mod Files/system/scripts/URLDownloader/extract.py",
    "content": "import os\r\nimport shutil\r\nimport time\r\nimport zipfile\r\n\r\ndef all(_in, _out, source_name, rename_stuff, dp=None):\r\n\tif dp:\r\n\t\treturn allWithProgress(_in, _out, source_name, rename_stuff, dp)\r\n\r\n\treturn allNoProgress(_in, _out)\r\n\r\n\r\ndef allNoProgress(_in, _out):\r\n\ttry:\r\n\t\tzin = zipfile.ZipFile(_in, 'r')\r\n\t\troot = zin.namelist()[0]        \r\n\t\tzin.extractall(_out)\r\n\r\n\texcept Exception as e:\r\n\t\tprint str(e)\r\n\t\treturn False\r\n\r\n\treturn True\r\n\r\n\r\ndef allWithProgress(_in, _out, source_name, rename_stuff, dp):\r\n\r\n\tzin = zipfile.ZipFile(_in, 'r')\r\n\troot = zin.namelist()[0]\r\n\t\r\n\tif rename_stuff == \"emulator\":\r\n\t\t# Check if the original folder already exists\r\n\t\tif os.path.exists(os.path.join(_out, root)) and not os.path.exists(os.path.join(_out, source_name)):\r\n\t\t\t# If it does, rename the original folder\r\n\t\t\tos.rename(os.path.join(_out, root), os.path.join(_out, source_name))\r\n\r\n\tnFiles = float(len(zin.infolist()))\r\n\tcount  = 0\r\n\r\n\ttry:\r\n\t\tfor item in zin.infolist():\r\n\t\t\tcount += 1\r\n\t\t\tupdate = count / nFiles * 100\r\n\t\t\tdp.update(int(update))\r\n\t\t\tif rename_stuff == \"emulator\":\r\n\t\t\t\t# Change the directory structure on-the-fly\r\n\t\t\t\tif source_name and item.filename.startswith(root):\r\n\t\t\t\t\tnew_filename = source_name + '/' + item.filename[len(root):]\r\n\t\t\t\telse:\r\n\t\t\t\t\tnew_filename = item.filename\r\n\t\t\t\t# Create directories as needed\r\n\t\t\t\tif not os.path.isdir(os.path.join(_out, os.path.dirname(new_filename))):\r\n\t\t\t\t\tos.makedirs(os.path.join(_out, os.path.dirname(new_filename)))\r\n\t\t\t\t# Extract file\r\n\t\t\t\tif not item.filename.endswith('/'):  # Check if the item is a file\r\n\t\t\t\t\twith zin.open(item) as src, open(os.path.join(_out, new_filename), 'wb') as dst:\r\n\t\t\t\t\t\tshutil.copyfileobj(src, dst)\r\n\t\t\telif rename_stuff == \"msdash\":\r\n\t\t\t\tif item.filename == \"xboxdash.xbe\":  # Check if the item is the specific file\r\n\t\t\t\t\tnew_filename = \"xb0xdash.xbe\"\r\n\t\t\t\t\twith zin.open(item) as src, open(os.path.join(_out, new_filename), 'wb') as dst:\r\n\t\t\t\t\t\tshutil.copyfileobj(src, dst)\r\n\t\t\t\telif item.filename == \"xodash/xonlinedash.xbe\":  # Check if the item is the specific file\r\n\t\t\t\t\tnew_filename = \"xodash/xonlinedash.xbe\"\r\n\t\t\t\t\twith zin.open(item) as src, open(os.path.join(_out, new_filename), 'wb') as dst:\r\n\t\t\t\t\t\tshutil.copyfileobj(src, dst)\r\n\t\t\t\t\t# Patch xolinedash.xbe to see new xb0xdash.xbe, C:\\xbox.xtf and save a shortcut to the new msdash path.\r\n\t\t\t\t\tprint os.path.join(_out, new_filename)\r\n\t\t\t\t\twith open(os.path.join(_out, new_filename), \"rb\") as inputfile:\r\n\t\t\t\t\t\twith open(os.path.join(_out, new_filename + \".temp\"), \"wb\") as outputfile:\r\n\t\t\t\t\t\t\twhile True:\r\n\t\t\t\t\t\t\t\tfile_content = inputfile.read(1024 * 1024)\r\n\t\t\t\t\t\t\t\tif not file_content:\r\n\t\t\t\t\t\t\t\t\tbreak\r\n\t\t\t\t\t\t\t\tfind_xboxdash1 = file_content.find(b'\\x78\\x62\\x6F\\x78\\x64\\x61\\x73\\x68\\x2E\\x78\\x62\\x65')\r\n\t\t\t\t\t\t\t\tif find_xboxdash1 != -1:\r\n\t\t\t\t\t\t\t\t\tfile_content = file_content.replace(b'\\x78\\x62\\x6F\\x78\\x64\\x61\\x73\\x68\\x2E\\x78\\x62\\x65',b'\\x78\\x62\\x30\\x78\\x64\\x61\\x73\\x68\\x2E\\x78\\x62\\x65')\r\n\t\t\t\t\t\t\t\tfind_xboxfont = file_content.find(b'\\x70\\x61\\x72\\x74\\x69\\x74\\x69\\x6F\\x6E\\x32\\x5C\\x78\\x6F\\x64\\x61\\x73\\x68\\x5C\\x58\\x62\\x6F\\x78\\x2E\\x78\\x74\\x66')\r\n\t\t\t\t\t\t\t\tif find_xboxfont != -1:\r\n\t\t\t\t\t\t\t\t\tfile_content = file_content.replace(b'\\x70\\x61\\x72\\x74\\x69\\x74\\x69\\x6F\\x6E\\x32\\x5C\\x78\\x6F\\x64\\x61\\x73\\x68\\x5C\\x58\\x62\\x6F\\x78\\x2E\\x78\\x74\\x66', b'\\x70\\x61\\x72\\x74\\x69\\x74\\x69\\x6F\\x6E\\x32\\x5C\\x78\\x62\\x6F\\x78\\x2E\\x78\\x74\\x66\\x00\\x00\\x00\\x00\\x00\\x00\\x00')\r\n\t\t\t\t\t\t\t\toutputfile.write(file_content)\r\n\t\t\t\t\tos.remove(os.path.join(_out, new_filename))\r\n\t\t\t\t\tos.rename(os.path.join(_out, new_filename + \".temp\"), os.path.join(_out, new_filename))\r\n\t\t\t\telse:\r\n\t\t\t\t\tzin.extract(item, _out)\r\n\t\t\telse:\r\n\t\t\t\tzin.extract(item, _out)    \r\n\r\n\texcept Exception as e:\r\n\t\tprint str(e)\r\n\t\treturn False\r\n\r\n\treturn True\r\n"
  },
  {
    "path": "Mod Files/system/scripts/URLDownloader/shortcut.py",
    "content": "import binascii\nimport os\n\ndef msdash_shorcut(filename, altxboxdash):\n\t# Add shortcut to MSDash/UIX Lite to applications folder\n\tuix_override = 'E:/Applications/MSDash/Override_TitleID.bin'\n\tshortcut_out = 'E:/Applications/MSDash'\n\t\n\tif not os.path.isdir(shortcut_out):\n\t\tos.makedirs(shortcut_out)\n\tif os.path.isfile(uix_override):\n\t\tos.remove(uix_override)\n\n\txbename = '4D006900630072006F0073006F00660074002000440061007300680062006F006100720064'\n\tif \"uix lite.zip\" == filename: \n\t\txbename = '55004900580020004C00690074006500000000000000000000000000000000000000000000'\n\t\twith open(uix_override,'w') as override:\n\t\t\toverride.write(\"UIXULITE\")\n\n\tOor0 = '6F'\n\tif altxboxdash:\n\t\tOor0 = '30'\n\n\tattach_bytes = binascii.unhexlify('5842454844649AA6DF17195065B42E7BC2F9492E7246081C12623330A72A2D4CFD82EC4B56FC2A2BCF83E07E874D7DAEE135750E75EE75FCE3DA7746187B476120DF6C58F3BE5590BE79E52AFDDC979F8BD819E3E554D1CBA21B1AB11224C9F00E9671866F8CA3A5EF9EFA1A2A845263BD3E9BD53F0E894EA6BB894E0E2D7CD2839E40B94193FFEF035A577C215D9BAE148E5F1ECB573BBB45C9D0FAFE6614CC4B3AC09EAD2D794A880B773962E3FB21F512E5BA91543E4FB77EB132289E6284570A436B0EEB430FB030D8523257DABFB95F7EE88B6D8202FFAF1F55FFFB537855CF37230C1F92BDF98BC8CFD7604D281DD9FB1351F3ECC7F9A24BD2A0DD17CCB3F99D5400000100F00700006029010084010000E991ED66840101000500000070030100010000004D4DFDA8E8F70100000001000000100000100000E00C0100802F0100873D0100E991ED660005010029050100E004010056B26C5B0000000003000000B0040100C0040100B00401003C050100B202000000000000000000007C070200EC010000E991ED660000FEFF{}0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000FF00008007000080FFFFFFFF0000000000000000544553545445535454455354544553545445535454455354544553545445535400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000EC010000504152540000000000000000000000000000000000000000160000000010010069A500000010000068A500009204010000000000880401008A040100B6697F65F296845034739A2A9DAC31E539DC54850700000080B50100503D000000C00000503D000098040100000000008A0401008C040100560C076134F75716ABBE91B3D2F7D0E77DA7666006000000E0F20100ED14000000000100EC1400009C040100000000008C0401008E04010030E47ED1190560B102535A8CE7D27C54B40FCCD907000000E00702002C2000000020010060120000A3040100000000008E04010090040100E047BA4D1EBCF272EBCF38F4F75C3F2A1F76D1CC0800000020280200400100000040010040010000A9040100000000009004010090040100A81C0F0E0C3A6E419A8A53E06F244D84B75965DA000000000000000000002E7465787400585050002E7264617461002E64617461002E58544C494400584150494C494200010000002D17014058424F584B524E4C010000002D1701404C4942434D540000010000002D170140530068006F00720074006300750074005800420045002E006500780065000000633A5C55736572735C4A6F686E5C4465736B746F705C446173686C6F616465725C72656C656173655C53686F72746375745842452E657865000000000733AD030753AD03A903EA000373A7033200B3FD030503FDD343F9EA0003E3F93347332200FF030573FD7373A773EA0073F7D373E3F7430F03FF0305FF332E00037A00035200F93303F9030F33FF030343FF13F913050393A3F7730773A7632353A30513A3D3F77303071373E3F7E3A3130903A3F7E39313054353F95373F9B333032363030593FF4303E3FF33F9030343E3FDB305F9D3F5D303A3FFE303037326F0130523E3FF630336F0132333C36305D3FF45FFA393F7E3036326F04303FF73D3F9B3F97313F95313E3F7930323F9E3D3F9D336F00323638363030322F043E3FF43D3F79323F9A30323F7B33332F0130353F7E343F7E305A3F7A303E3F7D305D3F7C303D3F75303F913071333030313F9D3F7A3F7D3F913F943D3F9030303F993F9E32323F9730503F963F9D34313030773F92305A3F903F92303F9030F53F973FDE3B3F913F923F9730FD3F7E3030393F9030533F913E3FFD30303E3F7D307A3F913F90343F7D32200A3F923FD43E3F7D343F943F9030D03F95305F9E30743F90303B3FFE303F9A307D3F953F7E30393F7932200FB03FBE303F973A3F7D343F90305030723F90305F9A307D3F39323090333D3FB23F9430513F973B3F79303E3F7330F03F9D303FB4323F933E3F79343F90513F963F907F9B3054322F0430573F923F97305A3F913F94303F9030F33F97303F9E30353F913F94313F97343E3F773B3F7B30793F96323E3F7D3F9A30303A3F903D3F7E32373F96303F90313F9B3A30D73F92303F94303B3F923F90303D322F0B303F973071326F0E303D32AF073032326F0A30343F90343FB930DD3F90303F7E305F9A353F90503E3FDB30303F9330923FF73030303E322F0630763FDE34305A3F7B305D3F9330D4B0547130303491373A793070343A3C3A37313051349030B0353D3F3E3731309034373A3D3F3E373130B03235347030749130749030D000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000083EC1CA1200E0200894424188B442420508D4C240C68ECF4010051E8504A00008D44241483C40C8D50018D9B000000008A084084C975F92BC2668904248D04248D5424085066C7442406100089542408E8DF4900008B4C2418F7D81BC040E8954A000083C41CC3CCCCCCCCCCCCCCCCCC81EC28010000A1200E0200898424240100008B842430010000508D4C242468F4F4010051E8D74900008B942438010000528D44242068ECF4010050E8C04900008D44243883C4188D50018D9B000000008A084084C975F92BC266894424088D4C24208D44241066C744240A0401894C240C8D50018A084084C975F92BC2668904248D442408508D4C24048D5424145166C744240A10008954240CE82B4900008B8C2424010000F7D81BC040E8D849000081C428010000C3CCCCCCCCCCCCCCCCCC81EC34020000A1200E0200555668D4F501008984243C020000E8F20800008BAC244002000055E8E508000068D0F50100E8DB0800006A5C55E8D34900008BF083C40885F6751F68A8F50100E8C00800005E5D8B8C2430020000E86A49000081C434020000C38A4501463C3A578974240C0F85A80000000FBE450050E85649000083C40433D233C93A8130080200740B83C10C4283F97872EFEB4F8B0D9CF50100A1A0F501008D1452894C24348A0DA4F50100894424388B049534080200884C243C8BD08A084084C975F98D7C24342BC24F8A4F014784C975F88BC8C1E9028BF2F3A58BC883E103F3A48D45028BD08BFF8A084084C975F98D7C24342BC24F8BFF8A4F014784C975F88BC8C1E9028BF2F3A58BC883E103F3A48B74240CEB128D5424348BC52BD58A08880C024084C975F66880F50100E8D60700008D44243450E8CC07000068D0F50100E8C20700008D4C24346A5C51E8B648000083C40885C0750A6858F50100E96D0100006854F50100C60000E858FDFFFF8D542438526854F50100E8B9FDFFFF83C40C85C0750A6830F50100E9400100008BC6C7842438010000443A5C008BD08A084084C975F98DBC24380100002BC24F8A4F014784C975F88BC8C1E9028BF2F3A58BC883E1038D442410F3A4508D8C243C01000051E80996000083C40885C0740A6810F50100E9E50000008B15F4F20100833A0075546800100000E8144700008B0DF4F2010089018B15F4F201008B026A01680010000050E8F14600008B15F4F201008B3A33C0B900040000F3ABA1F4F201008B08C701020000008B15F4F201008B02C74004000000008B0DF4F201008B11C7821002000000000000A1F4F201008B008D54243483C0088A0A4288084084C975F68B0DF4F201008B3983C7078A47014784C075F8668B150CF501008B44240C6689178BC8908A104084D275F92BC18BF18B0DF4F201008B3983C7078A4F014784C975F88BC8C1E902F3A58BC883E1036A02F3A4E83D46000068F8F40100E8330600008B8C243C0200005F5E5DE8DC46000081C434020000C3CCCCCCCCCCCCCCCCCCCCCCCCCC6A03E809460000C3CCCCCCCCCCCCCCCC680CF601006808F60100E821FCFFFF68F8F50100E8D7FCFFFF68E8F50100E8CDFCFFFF83C410E8C5FFFFFF33C0C38B4424088B4C24046A045A56660FB6316689304040414A75F3668320005EC208008B4C24085733C08BF9ABABABAB8B442408660FB61066895102660FB6500166895106660FB6500266895104660FB64003668941085FC20800558BEC81EC040100006A0068000100008D85FCFEFFFF508D45FC5068FF000000E86C06000085C0757D8B8500FFFFFF568B750889068D4604508D8504FFFFFF50E862FFFFFF8D4658508D8508FFFFFF50E852FFFFFF8D4644508D8514FFFFFF50E863FFFFFF8D8698000000508D8518FFFFFF50E850FFFFFF8B8524FFFFFF8946548B8528FFFFFF8986A80000008B450C85C05E740F8B8D54FFFFFFD1E9F7D183E101890833C0C9C20800A100F301008B00C3558BEC83EC188B45088B088B40048945FC8D45E8508D45F850894DF8FF15F8F201008B450C668B4DE8668908668B4DEA66894802668B4DEC66894806668B4DF666894804668B4DEE66894808668B4DF06689480A668B4DF26689480C668B4DF46689480E33C040C9C20800558BEC83EC188B4508668B0866894DE8668B480266894DEA668B480666894DEC668B480866894DEE668B480A66894DF0668B480C668B400E668945F48D45F8508D45E85066894DF2FF1504F3010084C0750E680D0000C0E89005000033C0EB118B450C8B4DF889088B4DFC89480433C040C9C20800558BEC83EC4C538B5D1056578D45C85053E80AFFFFFF8B750866833E0074318B7D0C5756E862FFFFFF85C00F84C40000008B47043B43047F100F8CB60000008B073B030F82AC000000B001E9A700000033C0668B4606663D05008945F80F8F920000006685C00F848900000033FF668B7E0433C0807D1400668B4602C6450B00897DF48945F0751C0FB74DCA0FBFD03BD18B4DC87D0341EB0E894D147F0CC6450B01EB068B4DC8894D14668B4D148B1D04F30100668365E600668945DA668B4608668945DE668B460A668945E0668B460C668945E2668B460E668945E48D45E8508D45D85066894DD866C745DC0100FFD384C0750C32C05F5E5BC9C210008B7DF48D45B4508D45E850FF15F8F201008B45C2663BC77E072BF883C707EB047D062BF866017DDC8B7DDC33C040663945F88945FC7E31668345DC078D45E8508D45D850FFD384C0741E8D45B4508D45E850FF15F8F20100FF45FC668B45FC663B45F88B7DB87CCF8D45E8508D45D85066897DDCFFD384C00F8479FFFFFF807D0B008B55EC8B7DE874750FB745CE0FBF4DDC3BC87C1075678B45103B50047F5F7C043B387359FF4514668B4514668365E600668945D8668B45F0668945DA668B4608668945DE668B460A668945E0668B460C668945E2668B460E668945E48D45E8508D45D850C6450B0066C745DC0100FFD384C00F8506FFFFFFE9F8FEFFFF8B450C8938895004E93FFEFFFF558BEC83EC2853568B75088D4508505633DBE84DFCFFFF3BC3740E50E81E03000083C8FFE92D010000395D08577528895E5433C08D7E44ABABABAB899EA800000033C08DBE98000000ABABABAB6A105933C08D7E58F3AB8D45F850FF15FCF2010066395E460F84E800000066399E9A0000000F84DB0000006A018D45F8508D45D8508D464450E86BFDFFFF84C00F84C00000006A018D45F8508D45E0508D869800000050E84DFDFFFF84C00F84A20000008B066BC03C5399BF80969800575250E8984200008945F08B46546BC03C538955F499575250E8824200000345F08BDA135DF40345E06A00135DE48945E88B86A80000006BC03C99575250E85D4200000345F01355F40345D81355DC3BDA7F267C053945E8731F395DFC7C158B4DF87F053B4DE8720B3955FC7F067C233BC8721F33DB43EB1D3955FC7C158B4DF87F043BC8720C395DFC7F077CE63B4DE872E16A025B8BC35F5E5BC9C20400558D6C248C81ECAC0000008D45C850E890FEFFFF83E800741948741148740433C0EB128B4D708B45C803C1EB088B4D1CEBF48B45C86BC03C6A009968809698005250E8BA4100008B4D7C890189510483C574C9C20400558BEC51518D45F850E89CFFFFFF8B4D088B012B45F88B49048B550C1B4DFC890233C0894A0440C9C20800558BEC51518B45088945FC8D48018A104084D275F92BC1668945F88B45F840668945FA8D4DF8B801000000CD2DCCC9C20400E822090000E8C906000064A1200000008B805002000085C074058B4824EB0233C985C974275764A128000000648B3D040000008B153C1F02008B14972B5028C6010181C2080000008951045FE849080000E8EC0700006A006A006A00E86DF9FFFF83C40C6A006A016A01E8EE05000033C0C204008B0D18010100A1080101002BC105000001003B0173028901A1F8F701002B05E8F701008B0DECF70100568D44080F5783E0F06AFC5983C004A37424020099F7F98B0DF0F7010033F656565668721A010056568901E8920A00008BF83BFE750A566A016A01E88005000057E8090900005F5EC3558BECFF7518FF7514FF7510FF750CFF7508E8E33E000050FF1518F301005DC21400640FB605240000003C02730664A128000000A13C1F0200648B0D040000008B04818B8008000000C3640FB605240000003C02730664A128000000648B0D04000000A13C1F02008B04818B4C2404898808000000C20400FF742404FF1518F301008BD052E8C0FFFFFF8BC2C20400558BEC83EC2C8B45088365EC005668210080008945F06A038D45F8508D45EC5068010010008D450850C745F440000000FF1548F301008BF085F67C356A036A188D45D4508D45F850FF7508FF1544F30100FF75088BF0FF1520F3010085F67C118B45E40FAF45E83B450C7405BE4F0100C08BC65EC9C20800558BEC83EC545356578B7D0C8BC78D700133DB8A08403ACB75F98B4D102BC62BC851FF75148D343856E8100B0000578D45F050FF1508F301006A226A036A016A048D45F08945E8538D45F8508D45E45068000010408D450C50895DE4C745EC40000000FF1554F301008BF83BFB881E7C636A226A388D45AC508D45F850FF750CFF1550F301008BF83BFB7C3D395DD47538395DD87533FF7508E8570A00008BF03BF3742553FF7508E8870A000050568D45F850535353FF750CFF154CF30100FF75088BF8E84D0A0000FF750CFF1520F30100EB0A81FF350000C0750233FF8BC75F5E5BC9C21000558BEC81EC8402000053568B750C5768214000006A036A03BF800000005733DB538D45E8508D45F05068010010008D45FC50895DF0C745F8400000008975F4FF1554F301003BC389450C7C0BFF75FCFF1520F30100EB0A3D030100C07503895D0C395D0C0F8CC00200008B46048D9598FEFFFF2BD08A08880C02403ACB75F6668B0E0FB7C18D840598FEFFFF8078FF5C7405C6005CEB044966890E0FB7068B4D102BC18D840599FEFFFF8A11881408413AD375F68D8598FEFFFF508D45DC50FF1508F301008D45DC8945F433C0395D1468214000000F95C0895DF0C745F8400000008D440001506A0357538D45E8508D45F05068170112008D45FC50FF1554F301003BC389450C0F8C1D020000395D1C74296A0A5933C08D7DACF3AB8D45BC50FF15FCF201006A046A288D45AC508D45E850FF75FCFF1524F301008B75183BF30F84C601000068D4F70100E85708000068C8F70100894510E84A08000068BCF7010089451CE83D080000837D10FF8945E4BF04010000750966391E0F84450100008D8598FEFFFF8D70018A08403ACB75F92BC68BCF2BC8518DB40598FEFFFF68D0F6010056E8AD0800008D8598FEFFFF508D45D450FF1508F301006A226A036A016A048D45D48945F4538D45E8508D45F05068000010408D451450895DF0C745F840000000FF1554F301003BC389450C881E0F8CC40000006A226A388D459C508D45E850FF7514FF1550F301003BC389450C0F8C99000000395DC40F8590000000395DC80F8587000000837D10FF7436FF7510E8D60700008BF03BF3742853FF7510E80608000050568D45E850535353FF7514FF154CF30100FF751089450CE8CB070000EB4B6874F70100FF75188D857CFDFFFF6A3D6830F7010068FFFE0000689CF70100688E00000050E81E3C000083C42053D1E0508D857CFDFFFF508D45E850535353FF7514FF154CF3010089450CFF7514FF1520F30100EB0A3D350000C07503895D0C395D0C7C41837D1CFF741868E4F60100578D8598FEFFFF50FF751CE833FCFFFF89450C395D0C7C1E837DE4FF741868F8F60100578D8598FEFFFF50FF75E4E810FCFFFF89450CFF75FCFF1520F30100395D0C7C108D45DC50FF7508FF15E4F2010089450C8B450C5F5E5BC9C21800558BEC83EC0CFF75088D45F468E0F7010050E8DF39000083C40C6A006A006A018D45F45068C808020068C0080200E899FCFFFF85C07C1A6A00FF750C8D45F46A015068D808020068D0080200E87BFCFFFFC9C20800558BEC81EC000C0000A1180101008178080000FEFF74455733C0B9000300008DBD00F4FFFFF3AB8B450883A504F4FFFF00898500F4FFFF8B450C898508F4FFFF8B451089850CF4FFFF8D8500F4FFFF506A00E8DC0600005FC9C20C006A04FF15E8F20100CC6800400000FF742408E8A5FAFFFFC20400558BEC83EC3453565733DB435333F668840902008975FCFF155CF30100E8120500006A0C5933C08D7DCCF3AB8D45CC5033FF57C745CC30000000FF3538010100FF3534010100576A02E8E81E00003BC7A3142402007450F6052401010008752268B8080200E885FFFFFF85C07D146A028BC359FF75FC5150E80DFFFFFF5F5E5BC9C3A140F30100F60008752168B008020068A8080200FF15E4F201003BC77D0D3D350000C074068BC38BCBEBC6F6052401010018752BA1180101008D480C51FF7008E86EFEFFFF3BC77D163D7F0000C06A02759C586A5459C745FC10000000EB92A124010100A808751A84C3741683E00250E89510000085C07509576A0253E886FEFFFFA1180101008BB8A4000000E8080E00003BF8730D6A048BC359897DFCE94EFFFFFFA1F4F2010085C074178B0085C074118BF08D8614020000841874058B40048906E86D0C000085F60F842BFFFFFF833EFF0F8522FFFFFFA1F4F2010083200056FF1558F30100E90EFFFFFFA1380E020085C07402FFD05657B8FC070200BF080802003BC78BF073148B0685C0740783F8FF7402FFD083C6043BF772ECBEF00702008BC6BFF80702003BC773148B0685C0740783F8FF7402FFD083C6043BF772EC5F5EC35657B8E0070200BFEC0702003BC78BF073148B0685C0740783F8FF7402FFD083C6043BF772EC5F5EC3558BEC5151A13C000180BA0000FF7F2BC20FB74806560FB7701403F08D0C898D44CEF08138494E49545E75368B400C668365FA002BC2C1E80C8BC8C1E91083E10FC1E11081C9009BC00051668945F8FF75F8E8F42A0000A37824020089157C240200C9C3A140F301008B008B0D68F301000FB74904D1E8F6D0240181F9680F000056744B81F9C20F0000743881F9C70F0000742081F9D01200007E7781F9D21200007F6FF6D81BC0251116FFFF058F830380EB29F6D81BC025CB12FFFF05CD980380EB19F6D81BC02588AB0280EB0EF6D81BC0257114FFFF05499703808BF085F67430813E8D04C5207528535756FF1564F301008B3D60F301006A046A04568BD8FFD7FAC7068D04C528FB536A0456FFD75F5B64A12000000083B850020000005E7505E9D8FEFFFFC3FF742404FF1520F3010085C07C0533C040EB0850E859F7FFFF33C0C20400535657BBE008020053FF1570F301008B35FC080200BFFC080200EB0BFF7424108BC68B36FF50083BF775F153FF156CF301005F5E5BC2040056BEE008020056FF1570F30100837C240C00741C8B0D000902008B442408C700FC0802008948048901A300090200EB0E8B4C24088B018B4904890189480456FF156CF301005EC2080064A1200000008B805002000085C074096A006A0CFF5014EB0233C085C07518A17024020085C0740FFF742404FFD083F8FF75040BC0EB0233C0C204006A186800F80100E81F3700008365FC0064A1280000008945E08B502883C2048955DC8952FC8B1DECF701008B35E8F701002BDE895DD88BCB8BFA8BC1C1E902F3A58BC883E103F3A48B0DF8F7010085C9741333C08D3C138BD1C1E902F3AB8BCA83E103F3AA6A01E8D7FEFFFFFF750CFF55088945E46A00E8C7FEFFFFEB0CFF75ECE83EFFFFFFC38B65E8834DFCFFFF75E4FF1578F30100CC558BEC8B450C85C07505A1300101008B4D1868392501006A00C1E90281E101FFFFFF51FF7514FF7510FF751CFF3574240200506A008D450C50FF157CF301008BC885C97D22640FB605240000003C02731664A12800000083782800740A51E89CF5FFFF33C0EB038B450C5DC2180064A1280000008B802C010000C36ACD59682024020051B8009065B5506840240200FF152CF30100C3833D68240200007406FF1584F30100C21000558BEC83EC0C6A0068672601006820240200FF153CF301006A006840240200FF1528F30100A140F301008325682402000083256C24020000F6000875308D45F8506A048D45FC508D45F4506A11E88DF4FFFF85C0750D8B45FC83E001A368240200EB0AC7056C24020001000000E861FFFFFFC9C3558BEC83EC10538B1D08F301005657FF75088D45F050FFD38B351C0101008B3D200101006BF63803F7EB20FF77148D45F850FFD36A018D45F8508D45F050FF1588F3010084C0751B83C7383BFE72DC6890040000E85CF4FFFF83C8FF5F5E5BC9C204008BC7EBF5568B74240856FF158CF3010085C07D0A50E866F4FFFF33C0EB038B46045EC20400FF742404FF1590F3010085C07D0A50E847F4FFFF33C0EB0333C040C204008B4424048B4008C204006A106810F80100E8BB34000033DB895DFC8B4D0C894DE08B45088945E4395D107425395D10741A8A113AD3740F8810408945E441894DE0FF4D10EBE6395D107504488945E48818834DFCFF8B4508EB0D33C040C38B65E8834DFCFF33C0E8A0340000C20C00B820080200568BF08BC8B82408020033D23BF05E730B3911751983C1043BC872F55252FF742410FF742410E849050000C20800526A01FF742410FF742410FF11EBEE558BECA1F4F2010083380056BE00100000750F56FF15F0F201008B0DF4F201008901A1F4F201008B0085C0750AB8170000C0E9A50000006A015650FF15ECF201008B550C85D27505BA24F80100A1F4F2010053578B3833C0BE000400008D5F088BCEF3ABA1F4F201008B088B451483F8FF8B7D1889018B0DF4F201008B098979047413A1F4F201008B3803FE8B751CB900030000F3A533C0394508743B3BD07424394510741F68070200005253E8A7FEFFFF8BC38D70018A084084C975F92BC6C604183B40B9080200002BC851FF750803C350E881FEFFFF5F33C05B5E5DC21800558BECFF7518FF7514FF75106A01FF750CFF7508E806FFFFFF85C07C1F64A1200000008B805002000085C074076A006A02FF50146A02FF15E8F2010050FF1518F301005DC2140056FF7424088B7424146840F80100FF36FF742418E8D634000083C41085C07D208B4424088D50018A084084C975F92BC283C0076A7A8906E8FAF1FFFF33C0EB0640890633C0405EC20C00558BEC81EC8801000053565733F65668800000086A0356566800000080FF75088975FCE8AB2700008BF883FFFF7466568D450850BB78010000538D8578FEFFFF5057E8A824000085C0744A395D08753E8B45903B857CFFFFFF72332B857CFFFFFF56565057894508E84526000085C07424568D450850BED001000056FF750C57E86A24000085C0740C39750874296A0DE857F1FFFFE82AF1FFFF85C07F07E821F1FFFFEB0FE81AF1FFFF25FFFF00000D000007808945FC83FFFF740657E8E6F9FFFF8B45FC5F5E5BC9C20800558BEC8B550C830AFF568B750833C089068B0DF4F201003BC857742A8B093BC874248BF98D8F14020000F60101741183C1048B01890283C10433C0890E40EB098B0F890AEB038B7D0C833AFF74108DB7000400008B7D10B900030000F3A55F5E5DC20C00558BEC81EC1C0200008365EC00578B7D088D45EC508D450850C60700C745F440000000C745F0A8080200FF1598F3010085C07C4B668365F800568D85E4FDFFFF8945FC6A008D45F850FF750866C745FA0802FF1594F30100FF75088BF0FF1520F3010085F65E7C170FB745F84039450C73038B450C508D85E4FDFFFF50EB08FF750C684CF8010057E82AFCFFFF5FC9C20800558BECA1F4F20100568B308B4508578D48018A104084D275F92BC18D48018B450C8D78018A104084D275F92BC78D4408083DEC01000073438D861402000066C700010040406689088B164040891083C004833EFF75038326008B75088BF82BFE8A168814374684D275F68B550C03C12BC28A0A880C104284C975F65F5E5DC20800558D6C249881EC5C0400005356578D4564508D85F8FDFFFF50685CF8010083CBFFC7456404010000E846FDFFFF85C00F843101000033C050506A03506A0168000000808D85F8FDFFFF50E8412500008BD883FBFF0F840C0100008D8570FFFFFF506A01FF757453E8B327000085C00F84F2000000F64590010F84E800000033C08D7D50ABABABAB6A44AB8B45A45E3975A88945580F85CC0000008D4550508D456450568D45F85053E8FF21000085C00F84B10000003975640F85A80000008D85FCFEFFFF50E8A12D0000568D45F8508D85FCFEFFFF50E88A2D00008D453C508D85FCFEFFFF50E8742D00006A05598D7DAC8D753C33C0F3A7756C8B4DF883F910776485C9760E8B5485FC3B55787405403BC172F23BC1744E8D4564508D85F8FDFFFF50FF7570C7456404010000E841FCFFFF85C0750CE846EEFFFFE841EEFFFFEB248D850CFCFFFF508D85F8FDFFFF50E868FCFFFF8BF085F67C0B8B4574398514FCFFFF7405BE0D00078083FBFF740653E8EFF6FFFF5F8BC65E5B83C568C9C21000558BEC81ECD40200008B0D18010100568B750833C03BF0751FFF750CFF710833C939450C0F95C18D4C09FF515050E877FBFFFFE9440100008B490853578945FCBF68010000578D852CFDFFFF33DB50894D0843E813FDFFFF8A063C44B25C74043C647522807E013A751C38560275178D46038BF08D8D2CFDFFFFC745FC01000000E98E0000003C5474043C747531807E013A752B3856027526807E032475208A4E0480F955740580F9757513385605750E83C60656FF75086824090200EB37F64510020F84AE0000003C5974083C790F85A2000000807E013A0F85980000003856020F858F00000083C603566804090200686CF801008D8594FEFFFF5750E8DD2F000083C41485C07C6D33C98D8594FEFFFF33DB837D0C0074058B5514EB0383CAFFFF750CFF750852535150E898F9FFFF33DB395DFC8BF87405395D0C740D568D852CFDFFFF50E8B1FCFFFF3BFB7C1E64A1200000008B80500200003BC37406536A02FF50146A02FF15E8F2010057FF1518F30100EB036A57585F5B5EC9C21000558BECB850100000E837310000A1180101008B40083D0000FEFF8945E80F843E01000053578D85B0EFFFFF508D45EC508D45F450E84DFBFFFF85C08945F0BB680100007515538D85B0FBFFFF50E898FBFFFF8DBDB0FBFFFFEB038B7DF48BC78D50018A084084C975F92BC2568BF0A1A8F301000FB7083BCE0F86AA0000005657FF7004E86030000083C40C85C00F8595000000A1A8F301000FB7088B4004462BCE5103C6508D8580FEFFFF50E8132F0000A1A8F301000FB7002BC6C6840580FEFFFF008D8580FEFFFF506874F80100686CF801008D8518FDFFFF5350E87E2E000083C42085C07C76A1180101006A00FFB0AC0000008D8580FEFFFFFF75E850E8F9FBFFFF85C07C208B45EC5040F7D81BC08D8DB0EFFFFF6A0023C1508D8518FDFFFF50E857FDFFFF837DF00074308BC78D50018A084084C975F92BC2BEA808020056668945F8668945FA897DFCFF15E0F201008D45F85056FF15E4F201005E5F5B33C0C9C3558BEC51516A006A048D45FC508D45F8506A0AE8D929000085C07C058B45FCC9C333C0C9C3558BEC81EC2C020000A1180101008B4008566A108945F06A038D45E0508D45D45068000010C08D45F833F6508975D4C745DC40000000C745D88CF90100FF1548F301003BC68945F40F8CF50100008D45E85068000200008D85D4FDFFFF508D45E050565656FF75F8C745E8000800008975ECFF15B0F301003BC68945F40F8CB7010000A1ACF301008B1053BE865231974A39B5D4FDFFFF57BB000055AA750E395DCC750983BDD8FDFFFF027422B98000000033C08DBDD4FDFFFFF3AB89B5D4FDFFFFC785D8FDFFFF02000000895DCC8B4510C70001000000A1ACF301008B0883F92976036A29598D79FF33F633C085C9897DFC763A8DBDDCFDFFFF8B5DF03B1F7506837F0800750A4083C70C3BC172EBEB1A8D14408BB495E0FDFFFF83C6038BD08B4510C7000000000075538B7DFC8365100085C976398365FC008D85E0FDFFFF8378040074078B5D103918740BFF45FC83C00C394DFC72E8394DFC75068B751083C603FF4510394D1072CB85F675128D047F8BB485E0FDFFFF83C603EB038B7DFC8D41033BF072038D71028B450C89308B4508F7D81BC023C73BC2A36C09020073168D0452C1E002508D85DCFDFFFF508D85E8FDFFFFEB1976252BFA8D0C7F8D0452C1E1028D8485DCFDFFFF518D480C5150E8322E0000A16C09020083C40C8B4DF08D0440898C85DCFDFFFFA16C09020033C933D283C6FD394D088D044089B485E0FDFFFFA16C0902000F94C28D0440899485E4FDFFFF8D45E85068000200008D85D4FDFFFF508D45E050515151FF75F8FF154CF301005F5BFF75F8FF1520F301008B45F45EC9C20C00558BEC81EC140100005356578D45F4508D45FC50FF7508E899FDFFFF33DB3BC30F8CCE000000395D087508395DF4895D087407C7450801000000FF75FC8B0D24010100686CF901008D85ECFEFFFFC1E91E6804010000BE0040000050D3E6E8272B00008B3D08F3010083C4108D85ECFEFFFF508D45F050FFD78D85ECFEFFFF508D45F850FFD766FF4DF8395D087410568D45F850E8492200008BF83BFB745D568D45F050E86DE8FFFF8BD885DB7D24837D0800751A568D45F850E82322000085C0740C568D45F050E849E8FFFF8BD885DB7C118D45F850685CF90100FF15E4F201008BD833C085DB0F9DC08BF885FF750B53EB0333FF50E803E8FFFF8BC75F5E5BC9C20400FF74240CFF74240CFF74240CE8331800000FB6C0C20C00A114240200C38B442404FF742408C1E80383E00850FF3514240200E892100000C20800FF7424046A00FF3514240200E8F9170000F6D81BC0F7D023442404C20400558BEC83EC0C53568B75088B46188D484C33DB3919570F85F70000008B48483BCB894D0874468B41083B4104743E6A04B800100000508945FC8B51088D45FC50538D45F403D1508955F4FF15BCF3010085C07D0733C0E9BE0000008B45088B4DFC0148088B4508E9840000008B3DBCF301006A0468002000008D45F850538D450850C745F800000100895D08FFD785C07CC26A04B800100000508945FC8D45FC50538D450850FFD785C07D1568008000008D45F8508D450850FF15B8F30100EB938B46188B40488B4D0889018B46188B4D088948488B45088B4DF88948048B45088B4DFC8948088B45088D4810894DF48B48088B55F403C88B461883C04CEB0789108BC283C2103BD172F589188B4E1883C14C8B018B1089115F5E5BC9C204008B4C24048B41188B504C8B44240889108B491889414C8360040083600800C20800558BEC53568B7508578B7D108D5E38EB368B50048B4D0C3BD1775D8B480803CA3B4D0C75200378088BCA894D0C8B085056890BE8A7FFFFFFFF4E343B7E1C7607897E1CEB028BD88B0385C075C456E86CFEFFFF85C0741A8B4D0C8948048978088B0B89088903FF46343B7E1C7203897E1C5F5E5B5DC20C008D14393B500475CD0178088948048B40083B461C76E389461CEBDE558BEC51518365FC005356578B7D0C8D47388B3085F68945F874228B5D108B038B4D14394608720985C9741A394E0474158975FC8975F88B3685F675E633C05F5E5BC9C210008B46048B4D0889450C8B818405000085C0740A538D550C5251FFD0EB146A046800100000536A008D450C50FF15BCF3010085C07CC28B03C1E80C2947308B471C3B4608750483671C008B5F40F64305108B450C894508740D0FB70BC1E10403CB3B4E0474478B4DFC85C975058B5F28EB098B59088B4DFC035904F6430510752C8B4F2C0FB713C1E204895D1403DA3BD9730E66833B007408F643051074E5EB0C3B5D0C0F854EFFFFFF8B5D14806305EF8B4D108B110156048B1129560875318B4E043B4F2C7506C6400510EB07C64005008B47288B4DF88947408B0656578901E821FEFFFFFF4F348B45088B4D10EB07C64005108947408A53048850048B09C1E904F6400510668908668B0B66894802750E668B080FB7D1C1E20466894C0202837F1C000F85CFFEFFFF8B4F38EB0D8B51083B571C720389571C8B0985C975EFE9B4FEFFFF558BEC538B5D0856578B7D0C0FB74702C1E0048BF72BF03BF70F8439010000F64605010F852F0100000FB70E8B4510030881F900FF00000F871E010000807D1400746F8B4F088B570C3BCA890A8951047525668B0F6681F98000731B0FB7C98BC183E107B201C1E803D2E28D84186001000030108B45108A4F05F6C10474290FB707C1E00483E818F6C102740883F804760383E80468EEFEEEFE508D471850FF15C0F301008B45100FB70F294B30C64514008B4E088B560C3BCA890A8951047525668B0E6681F98000731B0FB7C98BC183E107B201C1E803D2E28D84186001000030108B45108A4E05F6C10474290FB706C1E00483E818F6C102740883F804760383E80468EEFEEEFE508D461850FF15C0F301008B45108A4F0580E110F6C110884E05740B0FB64E048B4C8B608971400FB70E01080FB70E294B30F6460510668B088BFE66890E75128B08668B10C1E1046689543102EB038B4510F64705100F85370100008B088BF1C1E60403F7F64605010F85240100000FB71603D181FA00FF00000F8713010000807D1400746B8B4F088B570C3BCA890A8951047525668B0F6681F98000731B0FB7C98BC183E107B201C1E803D2E28D84186001000030108B45108A4F05F6C10474290FB707C1E00483E818F6C102740883F804760383E80468EEFEEEFE508D471850FF15C0F301008B45100FB70F294B308A4E0580E110F6C110884F05740B0FB64F048B4C8B608979408B4E088B560C3BCA890A8951047525668B0E6681F98000731B0FB7C98BC183E107B201C1E803D2E28D84186001000030108B45108A4E05F6C10474290FB706C1E00483E818F6C102740883F804760383E80468EEFEEEFE508D461850FF15C0F301008B45100FB70E01080FB70E294B30F6470510668B0866890F750D8B08668B00C1E10466894439028BC75F5E5B5DC21000558BEC51518B450C8A50045356668B70020FB6CA578B7D088B4C8F60894DF88A4805884D0F8B4D10014F3085C98855FF0F84B3000000EB068A55FF8B4D1081F900FF0000761681F901FF0000BB00FF0000750383C3F0C6400500EB088BD98A4D0F884805806005F86681FB800066897002885004668918732B0FB7CB8DB4CF80010000393675338BD1C1EA038D943A6001000089550883E107B201D2E28B4D080811EB168D8F800100008B31EB08663B5EF876068B363BCE75F48B56048D4808893189500C890A894E040FB7CB294D10C1E10403C18B4DF83B412C8BF37314837D10000F854FFFFFFFF6450F107504668970025F5E5BC9C20C00558BEC83EC0C8B45202B45185399BB001000008BCBF7F9568B750C578D7E5783E7F08945F88B45083B45187509668B00668945FCEB048365FC008B4D1C8BC72BC6C1F8048945F48D47103BC172363B452073218BC72BC183C0106A0489450C538D450C506A008D451C50FF15BCF3010085C07D0732C0E99C0000008B4D1C034D0C894D1C8B45202BC199BB00100000F7FB668B55FC8A5D1066895602668B55F46689168B55148956148B55088956188B55188956208B55F8C1E20C035518C646050189562C8B55F8885E04C74610EEFFEEFF897E2889562485C0894630740EC1E00C505156E859F9FFFF8B4D1C8B55080FB6C32BCF89748260668B06C1F9045157C6470510897E405266894702885F04E8F1FDFFFFB0015F5E5BC9C21C00558BEC83EC10538B5D0C568DB3FF0F0000C1EE0C8BC6C1E00C578B7D088945F8C645F440C6450F000FB64D0F8B4C8F6085C9894DFC74243B7130772B3B411C77266A008D45F8505157E86AF9FFFF85C00F85F40000008B45F8EB0C807DF44075068A4D0F884DF4FE450F807D0F4072B8807DF4400F8404010000F64714020F84FA0000008B4F208365FC008D83001000003BC189450C8945087703894D088B35BCF301006A04BB00200000538D4508506A008D45FC50FFD685C07D2E8B4D0C394D08741ED16D08394D087303894D086A04538D4508506A008D45FC50FFD685C07CDA85C00F8C940000008B45080147208B4D0C8B47243BC8894DF077038945F06A0468001000008D45F0506A008D45FC50FFD68BF085F67C528B45FC8B4D0803C8518B4DF003C851506A00FF75F45057E8ADFDFFFF84C07505BE170000C085F67C298B45FC8B4028EB36C16DF8046A008D4DF8515057E8E8F9FFFFFF75F88BF05657E881FCFFFF8BC6EB1568008000008D4508508D45FC50FF15B8F3010033C05F5E5BC9C20800558BEC83EC24538B5D0883BB84050000007411FF7510FF750C53E842FCFFFFE9810200008365F000568B750C0FB646048B4483608945088D86FF0F0000BA00F0FFFF23C28BC82BCEC1F9046683F901578945FC894DF8751105001000008945FCC745F801010000EB1C668B4E026685C974133BC6750F0FB7C9C1E1048BF98BCE2BCF894DF08B7D108365E800C1E70403FE8BCF23CA894D0C8BCF2B4D0CC1F9046683F901894DF47513816D0C00100000C745F4010100008B4DF4EB0E6685C97509F64605107503897DE80FB7C9894DECC1E1042BF939450C894DDC760529450CEB0483650C00837D0C000F84A9010000FF7508E865F5FFFF85C08945E40F849601000068004000008D450C508D45FC50FF15B8F30100FF75E48945E0FF7508E859F6FFFF837DE0000F8C6B010000FF750CFF75FCFF7508E862F6FFFF8B450C8B55088B4DF8C1E80C0142306685C90F848F0000000FB7C1C646051066890E014330897240806605F86681F9800073308D84C380010000390089450875480FB70E8BC1C1E8038D8418600100008945E083E107B001D2E08AC88B45E00808EB238D8B800100008B01EB12668B4DF8663B48F8760C8B008D8B800100003BC875EA8945088B45088B4804894D108D4E088901894D088B4D10894E0C8B75088931897004EB268B45F085C0740680480510EB168B42408B4DFC3BC1720F8B750C03F13BC673068B42288942408B45F46685C0747A66836702008A4A04884F048B4DDCC64705006689076689443902806705F8663D800073288B45EC8DB4C380010000393675300FB70F8BC183E107B201C1E803D2E28D8418600100000810EB168D8B800100008B31EB08663B46F876068B363BCE75F48B4E048D47088930894F0C89018946048B45EC014330EB188B45E885C074116683600200EB0AFF75105653E8BEF9FFFF5F5E5BC9C20C006A6868D8F90100E8DD1B000033F68975E433DB6A0C5933C08D7D88F3AB8B451C3BC6743F8975FC833830750F6A30508D458850E8DD1F000083C40C834DFCFFEB1A8B45EC8B008B008945D433C040C38B65E88B5DD4834DFCFF33F63BDE0F8C48030000F60512240200207404804D088039758C7508A17409020089458C3975907508A1780902008945903975947508A1800902008945943975987508A17C09020089459839759C7507C7459CFFEFFD7F3975A07409817DA000F00F007607C745A000F00F008B45143BC67526C74514001000008B45103BC67509C7451000000400EB3C05FF0F00002500F0FFFF894510EB2D05FF0F0000B900F0FFFF23C18945148B55103BD6750C05FFFF0000250000FFFFEBD981C2FF0F000023D1895510C745DC90050000F645080175183975187406804D0B80EB16C745DCAC050000834D18FFEB093975180F855E0200008B7D0C3BFE0F84CA0000003975AC743B8B5DA43BDE0F84430200008B45A83BC60F84380200003BD80F8730020000F64508020F8526020000897DE003DF894510B90004000033C0F3ABEB7B8D45B850FF750C8B35C8F30100FFD685C00F8CFC0100008B7DB83B7D0C0F85F0010000817DC8000001000F84E3010000897DE0B8001000003945C87539B90004000033C0F3AB8B45C48945148B4DE08D1C088D45B85053FFD68B4D14894D1085C07C18817DC800200000750F8B45C403C1894510EB058945148BDFC745D8010000008B450C8945E4EB3C3975AC0F85800100006A0468002000008D451050568D45E450FF15BCF3010085C00F8C620100008975D83975147507C74514001000008B5DE4895DE0395DE075406A0468001000008D4514506A008D45E050FF15BCF3010085C07D22837D0C000F852301000068008000008D4510508D45E450FF15B8F30100E90B010000035D148B55E48D829705000083E0F88B75DCBF8000000003F783C24C6A085989028BD083C0104975F68BC8832200F6051124020008742183C00783E0F88B4DE489817C010000B80C06000003F08B4DE48B897C01000003C883C60F83E6F08BC6C1E8048B55E46689028B45E4C64005018B45E4C74010FFEEFFEE8B55E48B4508894214257D0001608B55E48942188B45E466818870010000FFFF8BD18B45E42BD06689503A8B45E483603C008B45E40580010000894004890083C0084F75F58B45E48D505889505C8B45E48B505C8950588B7D1883FFFF75098BF951FF15C4F301008B45E489B8800500008B45E08B4D1003C8515350FF75D86A008B45E403F05650E80AF7FFFF84C0750433C0EB6D8B45E466836038008B45E48B4D8C8948208B45E48B4D908948248B4594C1E8048B4DE48941288B4598C1E8048B4DE489412C8B45E48B4D9C8948348B45A083C00FC1E8048B4DE489411C8B45E48B4DAC8988840500008B45E4C740501F0000008B45E4C74054F0FFFFFF8B45E4E803180000C21800688001000068E8F90100E8B61700008B75088BDE899D78FFFFFFC645E6008B4D0C0B4E18894D0C8B451085C075014083C01F83E0F08945E08BF8C1EF04897DD88365FC00F6C1017510FFB680050000FF1570F30100C645E60181FF800000000F83910100008D84FE800100008945D439000F84840000008B400483E8088945CC8A50058855E78B4808898DE0FEFFFF8B780C89BDC4FEFFFF890F8979043BCF75360FB7088BF9C1EF0389BD70FFFFFF83E10733FF47D3E789BD10FFFFFF8B8D70FFFFFF8D8C3160010000894DB40FB60933CF8B7DB4880F8B4DD8294E308945C883E21080CA018850058B4DE02B4D10884806C6400700E9F00400008B4DD88BD1C1EA05899560FFFFFF8DBC9660010000897DD083E11F33C040D3E048F7D023078945C083C704897DD083EA00740E4A74224A74364A744AE9C300000085C074088DBE80010000EB438B078945C083C704897DD085C074088DBE80020000EB2C8B078945C083C704897DD085C074088DBE80030000EB158B078945C083C704897DD085C0747A8DBE80040000897DD48BC8E8AC1200000FBEC08D04C78945D48B400483E8088945CC8B4808898DD0FEFFFF8B500C899558FFFFFF890A8951043BCA0F85B40000000FB7088BD1C1EA03899508FFFFFF83E10733FF47D3E789BD50FFFFFF8DB4326001000033C98A0E33CF880EE9840000003B7E1C0F873B0400008D96800100008955D48B42048945BC3BD0743D83C0F88945CC0FB7003B45D8722F8B0A894DBC3BD174268D41F88945CC0FB7303B75D872148B4808898D6CFFFFFF8B500C899548FFFFFFEB2A8B09EBD3FF75E053E853F5FFFF8945CC85C00F84CB0300008B4808898D00FFFFFF8B500C899540FFFFFF890A8951048A4805884DE70FB708294B308945C8C64005010FB7108B4DD82BD18955986689088B4DE02B4D10884806C640070085D20F842903000083FA01751933C9668B084166890833C98A480683C110884806E90B0300008B75D8C1E60403F089B5C0FEFFFF8A4DE7884E05668B7DD866897E028A4004884604668916F6C1100F84BB00000033C08A460583E0108846056681FA8000735E0FB7C28DBCC38001000089BD38FFFFFF393F75360FB70E8BC1C1E80389857CFFFFFF83E10733C040D3E08985F8FEFFFF8B8D7CFFFFFF8D8C1960010000894D9C0FB6090BC88B459C880889BD30FFFFFF8B4F04898DD8FEFFFFE9FD0100008D8B80010000898D28FFFFFF8B018945843BC874128D78F889BDF0FEFFFF663B1776048B00EBE7898520FFFFFF8B780489BDC8FEFFFF8D4E088901897E0C890F894804015330E9070200008BC2C1E00403C6898518FFFFFF8A4805F6C1010F84AF0000006689500233C08A460583E0108846056681FA8000735E0FB7C28DBCC38001000089BDE8FEFFFF393F75360FB70E8BC1C1E80389459483E10733C040D3E0898568FFFFFF8B4D948D8C1960010000898D74FFFFFF0FB6090BC88B8574FFFFFF880889BD64FFFFFF8B4F04898D5CFFFFFFE9250100008D8B80010000898D54FFFFFF8B0189458C3BC874128D78F889BD4CFFFFFF663B1776048B00EBE7898544FFFFFF8B780489BD3CFFFFFFE923FFFFFF884E058B4808898D34FFFFFF8B780C89BD2CFFFFFF890F8979043BCF753A668B086681F9800073300FB7C98BF9C1EF03897DB083E10733FF47D3E789BD24FFFFFF8B4DB08D8C1960010000894DA00FB60933CF8B7DA0880F0FB708294B300FB70003D089559881FA00FF00000F87C5000000668916F6460510750A8BC2C1E004668954300233C08A460583E0108846056681FA800073650FB7C28DBCC38001000089BD1CFFFFFF393F75300FB70E8BC1C1E80389459083E10733C040D3E0898514FFFFFF8B4D908D8C1960010000894D880FB6090BC88B4588880889BD0CFFFFFF8B4F04898D04FFFFFF8D46088938894E0C8901894704E934FEFFFF8D8B80010000898DFCFEFFFF8B018945803BC874128D78F889BDF4FEFFFF663B1776048B00EBE78985ECFEFFFF8B780489BDE4FEFFFFE9ECFDFFFF525653E8D5EFFFFFC645E700F646051074110FB646048B4483608985DCFEFFFF897040F645E710740C8B45C88A480580C9108848058B75C883C6108975C4807DE6007410FFB380050000FF156CF30100C645E600F6450C080F840E0100008B4D1033C08BFE8BD1C1E902F3AB8BCA83E103F3AAE9F4000000C745B8170000C0E9A5000000F64614020F84940000008365DC008345E0206A048B450CC1E014F7D025000080000D00100000508D45E0506A008D45DC50FF15BCF301008945B885C07C676A0C5933C08B7DDCF3AB8B45E02B45108B4DDC668941208B45DCC640250B8B45E08B4DDC8941188B45DC8B4DE089481C83C65889B5D4FEFFFF8B46048985CCFEFFFF8B4DDC89318B4DDC8941048B4DDC89088B45DC8946048B75DC83C630EB47C745B8230000C0F6450C047438C78570FEFFFF170000C083A578FEFFFF00C78580FEFFFF0100000083A574FEFFFF008B45E0898584FEFFFF8D8570FEFFFF50FF1574F3010033F68975C4834DFCFFE83D00000085F674268975A48B45108945A88365AC0064A1200000008B805002000085C074098D4DA4516A0AFF50148BC6E8A4100000C20C008B9D78FFFFFF8B75C4807DE600740CFFB380050000FF156CF30100C36A5C68F8F90100E83E1000008B75088BDE895DDCC645E700C645E6018B7D1085FF7507B001E9AC010000897D948365980083659C0064A1200000008B805002000085C074098D4D94516A0BFF50148B450C0B461883C7F08365FC00A8017510FFB680050000FF1570F30100C645E701F64705080F85030100000FB7078945E06A008D45E0505756E8E7EAFFFF8945D08B4DE081F980000000736633C98A480583E1108848050FB74DE08D94CE800100008955CC391275280FB7088BF9C1EF03897DC883E10733DB43D3E3895DC48DBC376001000033C98A0F0BCB880F8B5DDC8955C08B7A04897DBC8D4808891189780C890F894A048B45E0014630E9CA0000003B4E2872178B563003D13B562C720D515056E8A0F0FFFFE9AE00000081F900FF0000774E33C98A480583E11088480581C6800100008975B88B0E894DD83BF174138D51F88955B4668B7DE0663B3A76048B09EBE6894DB08B71048975AC8D5008890A89700C89168951048B45E0014330EB58515056E89EECFFFFEB4E8D47E08945D48B08894DA88B40048945A48908894104807DE7007410FFB680050000FF156CF30100C645E7008365E00068008000008D45E0508D45D450FF15B8F301008945A085C07D04C645E600834DFCFFE80E0000008A45E6E8AA0E0000C20C008B5DDC807DE700740CFFB380050000FF156CF30100C3A1CCF30100836020006A006A016894090200FF1534F30100C3C20800568B35CCF30100FF1514F301008AC8C74610274E0100C746140E4E0100FF1510F3010033C03946205E741050506A01506894090200FF1538F30100A1782402008B0D7C2402008BD00BD174075150E803000000C204008B4C24048B5424080F014424068B442408FA87480887500CFBEAA04E010008008BC1C20800558BEC83EC105356578B7D1433DB3BFB7402891F8B75183BF374688B46088945F08B460C8945F48B46108D4DF051FF75108BC8FF750C80E101F6D956BF03010000893E1BC9F7D123CE515350FF7508FF15B0F301003BC37C153BC774118B45143BC374058B4E04890833C040EB78B9110000C03BC175678B45143BC37402891851EB5C53FF75108D45F8FF750C50535353FF7508FF15B0F301003D0301000075125353FF7508FF15D8F301003BC37C0E8B45F83BC37C078B45FC8907EBAB3D110000C07504891FEBA08BC881E1000000C081F90000008075058B4DFC890F50E847CCFFFF33C05F5E5BC9C21400558BEC83EC105356578B7D1433DB3BFB7402891F8B75183BF3745C8B46088945F08B460C8945F48B46108D4DF051FF75108BC8FF750C80E101F6D956BF03010000893E1BC9F7D123CE515350FF7508FF154CF30100B9000000C08BD023D13BD174653BC774618B45143BC374058B4E04890833C040EB5853FF75108D45F8FF750C50535353FF7508FF154CF301003D0301000075125353FF7508FF15D8F301003BC37C0E8B45F83BC37C078B45FC8907EBC08BC881E1000000C081F90000008075058B4DFC890F50E871CBFFFF33C05F5E5BC9C21400558BEC83EC48538B5D1085DB565774078B3B8B750CEB088B450C998BF08BFA8B451483E800745A4874294875266A226A388D45B8508D45F050FF7508FF1550F3010085C07C268B45E003C68945F88B45E4EB2A6A0E6A088D45F8508D45F050FF7508FF1550F3010085C07D0B50E8F6CAFFFF83C8FFEB7C0175F88B45FC13C7EB058975F88BC785C08945FC7F0F7C06837DF80073076883000000EB0D85DB7510A9FFFFFF7F74096A57E88CCAFFFFEBC26A0E6A088D45F8508D45F050FF7508FF1524F3010085C07C1B85DB74058B45FC8903837DF8FF75076A00E85BCAFFFF8B45F8EB0F50E87ECAFFFF83C8FF85DB740289035F5E5BC9C21000558BEC51518D45F850FF7508FF15DCF3010085C07C0533C040EB0850E84DCAFFFF33C0C9C20400558BEC83EC208B45184853568B750C6A015B744148743548742D48742148750FF7C600000040C7450C04000000752D680D0000C0E80ECAFFFFE91A010000C7450C03000000EB15895D0CEB10C7450C05000000EB07C7450C02000000578B7D08578D45F450FF1508F3010066395DF476100FB745F4807C38FF5C7505895D08EB04836508008B4D1C8D45F48945E48BC1C1E804BA0000000823C28BD981E3000000200BC3D1E88BD923DA0BC3C1E8088BD181E2000000100BC2C1E8068BF98BD1C1EA1981E7000000020BC7F7D2C1E80B83E2200BC2F7C100000004C745E0FDFFFFFFC745E840000000740B0D0010000081CE0000010033DB3BFB5F750383C84050FF750C81E1A77F0000FF75108D45EC5153508D45E05081CE80001000568D45FC50FF1554F301008BF03BF37D2F56E813C9FFFF81FE350000C075046A50EB1381FEBA0000C07510395D0874046A03EB026A05E8C1C8FFFF83C8FFEB28837D18027506837DF003740C837D1804750D837DF001750768B7000000EB0153E897C8FFFF8B45FC5E5BC9C21C00FF7424088D4424086A006A006A04506A10FF35E8F30100E83A070000C20800558D6C249881EC900200008B457485C053568B75785775038B46248D4D4C5150E8BCFFFFFF8B4618BF880000003BC78BDF73028BD88D45D8506A148D454C50E86D05000083C3EC538D4614508D45D850E8BE05000033C039457074598B76183BF776528DBE78FFFFFF3BF87448BB00020000EB0233C03BFB8BF373028BF750568D8DD8FDFFFF518D4D6051505050FF7570FF15B0F3010085C07C393975647537568D85D8FDFFFF508D45D850E8620500002BFE75BFFF757C8D454C6A14508D45D850E85105000033C0405F5E5B83C568C9C2100050EB0568110000C0E8BCC7FFFF33C0EBE5558BEC83EC2453568B7514578B3DB0F301008D45F0506A1C5633DB8D45F850535353FF7508895DF0895DF4FFD73BC37C3D837DFC1C75328B7618B8880000003BF076028BF0538D46E4508B451483C01C508D45F850535353FF7508FFD73BC37C0D8D46E43945FC740FB8100000C050E844C7FFFF33C0EB628B5514817A145843534674096A0DE8FFC6FFFFEBE7B9880000003BF173152BCE8D3C168BF1C1E90233C0F3AB8BCE83E103F3AA395D1074278D45DC5052FF750CFF7508E85BFEFFFF85C074B08B7D146A05598D75DC33C0F3A774046A05EBAF33C0405F5E5BC9C21000558BEC568B750C85F6797DF7C60000000F750C81E6FFFFFFFC81CE0000000C8BCEC1E9188BC6C1E81C83E10F83E00383F901FF3485E00D02007516680010000068FFFFFF006A00FF7508E8B8040000EB1033C040D3E0506AFFFF7508E8630400008BD085D27432F7C600000040742A8B4D088BF157C1E90233C08BFAF3AB8BCE83E103F3AA5FEB11FF7508C1EE1883E64056E863DEFFFF8BD08BC25E5DC20800F644240B80FF7424047407E884040000EB05E860DEFFFFC20800558BEC83EC708B4508576A188945CC33FF578D45DC508D45C85068030010008D45FC50897DC8C745D040000000FF1548F301003BC77D0D50E8E0C5FFFF33C0E9DB02000053568B35E0F301006A188D45B050575768000007008D45DC50575757FF75FCFFD68BD83BDF7D0FFF75FCFF1520F3010053E99C0200008B4DC4E8AB0200006A200FB6C08945F08D459050575768044007008D45DC50575757FF75FCFFD68BF03BF77D0FFF75FCFF1520F3010056E9600200008B5DC481C3FF0F000081E300F0FFFF395D0C7303895D0CB8001000003BD88945F47603895DF48B759C3BFE8B7D987207775A397DF4735533C050FF750C5657E8130E0000403DF0FF0000730803C0C6450B01EB07C1E002C6450B008D4BFFF7D18D4418FF23C12B7DF46A00591BF13BCE8945EC720677153BC777112BF81BF133C03BC6721C7705397D0C7615FF75FCFF1520F301006A70E89DC4FFFFE9C4010000680000832453E8E4FDFFFF8BF085F67513FF75FCFF1520F30100689A0000C0E99B01000083C8FF8BCB8BD1C1E9028BFEF3AB8BCA83E103F3AA8B4DF08B450CD3E833FFC70646415458C7460C010000000FB6C08946088D45D45066897E10FF15FCF201008B45D48946048B45F4897DE4897DE88945F88D45E45053568D45DC50575757FF75FCFF154CF301003BC78945F07C248BCB8BD1C1E90233C08BFEF3AB8BCA83E103F3AA015DE48355E800295DF8741433FFEBBF680000832456E8CDFDFFFFE9C90000008BCB8BD133C0C1E9028BFEF3AB8BCA83E103F3AA8B45F48945E433C0807D0B008945E88B45EC8945F8740D66814E02FFFF66C706F8FFEB0A834E04FFC706F8FFFFFF8D45E45053568D45DC5033FF575757FF75FCFF154CF301003BC78945F07C5B33C08BFEABAB015DE46A00581145E8295DF875CD8BCB8BD1C1E90283C8FF8BFEF3AB8BCA83E103F3AA8B450C8945F88D45E45053568D45DC5033FF575757FF75FCFF154CF301003BC78945F07C0D015DE457581145E8295DF875D4680000832456E801FDFFFF33FF5757575768200009008D45DC50575757FF75FCFF15B4F30100FF75FCFF1520F30100397DF07C0533C040EB0AFF75F0E802C3FFFF33C05E5B5FC9C20800CCCCCCCCCCCCCCCCCC0FBCC1C3558BEC83EC40837D0C407607C7450C40000000568B7508576A105933C08D7DC0F3AB8B4D0C8BC1C1E9028D7DC0F3A58BC883E103F3A45F33C05E817485C0363636364083F81072F2FF7510E8300100006A408D45C050FF7510E81C010000C9C20C00E913010000558BEC83EC546A40583945107603894510568B750C576A1033C0598D7DACF3AB8B4D108BC1C1E9028D7DACF3A58BC883E103F3A433C0817485AC5C5C5C5C4083F81072F28B75088D45EC5056E8BC00000056E8C20000006A548D45AC5056E8B0000000FF751456E8A10000005F5EC9C21000558BEC8B450C83F8FF8B4D08740C836510008BD08D4401FFEB0533D283C8FF56FF7514FF7510505251FF15F0F301008BF085F675076A08E8A9C1FFFF8BC65E5DC21000558BEC56FF7518FF7514FF7510FF750CFF7508FF15F0F301008BF085F675076A08E87CC1FFFF8BC65E5DC21400FF2558F30100CCFF25E0F20100FF25E4F20100FF25E8F20100FF25ECF20100FF25F0F20100FF251CF30100FF259CF30100FF25A0F30100FF25A4F30100FF25E4F30100558BEC83EC20568B7508578D451050FF750C8D45E050C745E4FFFFFF7FC745EC420000008975E88975E0E8720C000083C40C85F68BF8741AFF4DE478088B45E0C60000EB0D8D45E0506A00E8AA0A000059598BC75F5EC9C36A0868F8FA0100E8900100008365FC006A006A01E8E11400005959EB0733C040C38B65E8834DFCFF6A03E8BF140000CC3B0D200E02007501C3E9C2FFFFFF833D680E020001568B7424087E0C6A0256E82F1600005959EB0CA1600E02000FB6047083E00285C08D46E075028BC65EC3CCCCCCCCCCCCCCCCCC558BEC578B7D0833C083C9FFF2AE83C101F7D983EF018A450CFDF2AE83C7013807740433C0EB028BC7FC5FC9C3C3B817750100A3740E0200C705780E0200C4710100C7057C0E020029720100C705800E02006C710100C705840E02000F720100A3880E0200C3E8C3FFFFFF837C2404007405E8B1190000DBE2C3CCCCCCCCCCCC8B4424088B4C24100BC88B4C240C75098B442404F7E1C2100053F7E18BD88B442408F764241403D88B442408F7E103D35BC21000558BEC83EC208B45088945E88945E08B450C03C08945E4568D451450FF75108D45E050C745EC42000000E8DE19000083C40CFF4DE48BF0780B8B45E0C60000FF45E0EB0D8D45E0506A00E8270900005959FF4DE478088B45E0C60000EB0D8D45E0506A00E80D09000059598BC65EC9C368B85C010064A100000000508B442410896C24108D6C24102BE05356578B45F88965E8508B45FCC745FCFFFFFFFF8945F88D45F064A300000000C38B4DF064890D00000000595F5E5BC951C35643323058433030558BEC83EC0853565755FC8B5D0C8B4508F74004060000000F85970000008945F88B45108945FC8D45F88943FC8B730C8B7B0883FEFF74768D0C768B448F040BC0745956558D6B1033DB33C933D233F633FFFFD05D5E8B5D0C0BC0743F78488B7B0853E8B006000083C4048D6B105653E8E506000083C4088D0C766A018B448F08E8680700008B048F89430C8B448F0833DB33C933D233F633FFFFD08B7B088D0C768B348FEB8CB800000000EB1CB801000000EB15558D6B106AFF53E89906000083C4085DB8010000005D5F5E5B8BE55DC3558B4C24088B298B411C508B411850E87406000083C4085DC20400CCCCCCCCCCCCCCCCCCCCCC53568B4424180BC075188B4C24148B44241033D2F7F18BD88B44240CF7F18BD3EB418BC88B5C24148B5424108B44240CD1E9D1DBD1EAD1D80BC975F4F7F38BF0F76424188BC88B442414F7E603D1720E3B542410770872073B44240C76014E33D28BC65E5BC21000833D28210200007505E9DA1F000053568B74240C578B7C24140FB60650E88B1F00008BD80FB6075046E87F1F0000594785DB598BC874043BD974DE5F8BC35E2BC15BC3558BEC83EC208B450C568B75088945E4578D451450FF75108D45E050C745EC420000008975E88975E0E88808000083C40C85F68BF8741AFF4DE478088B45E0C60000EB0D8D45E0506A00E8C006000059598BC75F5EC9C3CCCCCCCCCCCCCCCCCCCCCCCCCCCC8B4C240C5785C90F849200000056538BD98B742414F7C6030000008B7C2410750BC1E9020F8585000000EB278A0683C601880783C70183E901742B84C0742FF7C60300000075E58BD9C1E902756183E30374138A0683C601880783C70184C0743783EB0175ED8B4424105B5E5FC3F7C7030000007416880783C70183E9010F8498000000F7C70300000075EA8BD9C1E9027574880783C70183EB0175F65B5E8B4424085FC3891783C70483E901749FBAFFFEFE7E8B0603D083F0FF33C28B1683C604A90001018174DC84D2742C84F6741EF7C20000FF00740CF7C2000000FF75C48917EB1881E2FFFF00008917EB0E81E2FF0000008917EB0433D2891783C70433C083E901740C33C0890783C70483E90175F683E3030F8577FFFFFF8B4424105B5E5FC3558BEC837D10007448833D282102000075065DE9541E000053568B7508578B7D0C0FB60650E8B71D00008BD80FB6075046E8AB1D00005947FF4D10598BC8740885DB74043BD974D95F8BC35E2BC15B5DC333C05DC3CCCCCCCCCCCCCC85C074143D00100000730EF7D803C483C0048500948B0050C3518D4C240881E9001000002D0010000085013D0010000073EC2BC88BC485018BE18B088B400450C3CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC558BEC57568B750C8B4D108B7D088BC18BD103C63BFE76083BF80F827C010000F7C7030000007514C1E90283E20383F9087229F3A5FF2495DC6101008BC7BA0300000083E904720C83E00303C8FF2485F0600100FF248DEC61010090FF248D7061010090006101002C6101005061010023D18A0688078A46018847018A4602C1E90288470283C60383C70383F90872CCF3A5FF2495DC6101008D490023D18A0688078A4601C1E90288470183C60283C70283F90872A6F3A5FF2495DC6101009023D18A06880783C601C1E90283C70183F9087288F3A5FF2495DC6101008D4900D3610100C0610100B8610100B0610100A8610100A061010098610100906101008B448EE489448FE48B448EE889448FE88B448EEC89448FEC8B448EF089448FF08B448EF489448FF48B448EF889448FF88B448EFC89448FFC8D048D0000000003F003F8FF2495DC6101008BFFEC610100F461010000620100146201008B45085E5FC9C3908A0688078B45085E5FC9C3908A0688078A46018847018B45085E5FC9C38D49008A0688078A46018847018A46028847028B45085E5FC9C3908D7431FC8D7C39FCF7C7030000007524C1E90283E20383F908720DFDF3A5FCFF2495786301008BFFF7D9FF248D286301008D49008BC7BA0300000083F904720C83E0032BC8FF24857C620100FF248D78630100908C620100B0620100D86201008A460323D188470383EE01C1E90283EF0183F90872B2FDF3A5FCFF2495786301008D49008A460323D18847038A4602C1E90288470283EE0283EF0283F9087288FDF3A5FCFF249578630100908A460323D18847038A46028847028A4601C1E90288470183EE0383EF0383F9080F8256FFFFFFFDF3A5FCFF2495786301008D49002C630100346301003C630100446301004C630100546301005C6301006F6301008B448E1C89448F1C8B448E1889448F188B448E1489448F148B448E1089448F108B448E0C89448F0C8B448E0889448F088B448E0489448F048D048D0000000003F003F8FF2495786301008BFF8863010090630100A0630100B46301008B45085E5FC9C3908A46038847038B45085E5FC9C38D49008A46038847038A46028847028B45085E5FC9C3908A46038847038A46028847028A46018847018B45085E5FC9C3CCCCCC558BEC535657556A006A0068E8630100FF7508E8704400005D5F5E5B8BE55DC38B4C2404F7410406000000B801000000740F8B4424088B5424108902B803000000C35356578B442410506AFE68F063010064FF3500000000648925000000008B4424208B58088B700C83FEFF742E3B74242474288D34768B0CB3894C240889480C837CB30400751268010100008B44B308E840000000FF54B308EBC3648F050000000083C40C5F5E5BC333C0648B0D00000000817904F063010075108B510C8B520C3951087505B801000000C35351BB500E0200EB0A5351BB500E02008B4D08894B08894304896B0C595BC20400CCCC57565333FF8B4424140BC07D14478B542410F7D8F7DA83D80089442414895424108B44241C0BC07D14478B542418F7D8F7DA83D8008944241C895424180BC075188B4C24188B44241433D2F7F18BD88B442410F7F18BD3EB418BD88B4C24188B5424148B442410D1EBD1D9D1EAD1D80BDB75F4F7F18BF0F764241C8BC88B442418F7E603D1720E3B542414770872073B44241076014E33D28BC64F7507F7DAF7D883DA005B5E5FC21000558BEC53568B750C8B460CA8828B5E100F84F6000000A8400F85EE000000A801741783660400A8100F84DE0000008B4E0883E0FE890E89460C8B460C8366040083650C0083E0EF83C80266A90C0189460C752281FEE80E0200740881FE080F0200750B53E8DA1C000085C059750756E88B1C00005966F7460C08015774648B46088B3E8D4801890E8B4E182BF84985FF894E047E0D575053E8B71B000089450CEB3383FBFF74198BCBC1F9058B0C8D002702008BC383E01F8D04808D04C1EB05B8A00E0200F6400420740D6A026A0053E8E418000083C40C8B46088A4D088808EB1433FF47578D45085053E8641B000083C40C89450C397D0C5F7406834E0C20EB108B450825FF000000EB0983C82089460C83C8FF5E5B5DC3F6410C407406837908007424FF4904780B8B118802FF010FB6C0EB0C0FBEC05150E8C1FEFFFF595983F8FF75030906C3FF06C3558BEC568BF0EB138B4D108A4508FF4D0CE8B7FFFFFF833EFF7406837D0C007FE75E5DC3F6470C4053568BF08BD97421837F0800751B8B44240C0106EB1A8A03FF4C240C8BCFE882FFFFFF43833EFF7407837C240C007FE65E5BC3558BEC81EC500200008B450C33C9538A1884DB894DF0894DEC894DD80F843F07000056578BF8EB038B4DCC47837DEC00897D0C0F8C2607000080FB207C1480FB787F0F0FBEC30FBE80E8FA010083E00FEB0233C00FBE84C108FB01006A07C1F804593BC18945CC0F87E5060000FF2485786E010033C0834DF8FF8945C88945D08945E08945E48945FC8945DCE9C10600000FBEC383E820743B83E803742D83E808741F4848741283E8030F85A2060000834DFC08E999060000834DFC04E990060000834DFC01E987060000804DFC80E97E060000834DFC02E97506000080FB2A7521834510048B45108B40FC85C08945E00F8D5B060000834DFC04F75DE0E94F0600008B45E00FBECB8D04808D4441D08945E0E93A0600008365F800E93106000080FB2A751E834510048B45108B40FC85C08945F80F8D17060000834DF8FFE90E0600008B45F80FBECB8D04808D4441D08945F8E9F905000080FB49742E80FB68742080FB6C741280FB770F85E1050000804DFD08E9D8050000834DFC10E9CF050000834DFC20E9C60500008A073C367514807F0134750E4747804DFD80897D0CE9AC0500003C337514807F0132750E47478065FD7F897D0CE9940500003C640F848C0500003C690F84840500003C6F0F847C0500003C750F84740500003C780F846C0500003C580F84640500008365CC008B0D600E02008365DC000FB6C3F64441018074138B4D088D75EC8AC3E85FFDFFFF8A1F47897D0C8B4D088D75EC8AC3E84CFDFFFFE9270500000FBEC383F8670F8F5102000083F8657D7F83F8580F8FD70000000F84BD02000083E8430F848A000000484874594848745583E80C0F85EB03000066F745FC30087504804DFD088B4DF883F9FF7505B9FFFFFF7F8345100466F745FC10088B45108B40FC8945F40F844702000085C07507C745F46CFB01008B45F4C745DC01000000E91F020000C745C80100000080C320834DFC40837DF8008DBDB0FDFFFF897DF40F8DF9000000C745F806000000E93401000066F745FC30087504804DFD088345100466F745FC10088B451074620FBF40FC508D85B0FDFFFF50E8DA1A000085C059598945F07D58C745D001000000EB4F83E85A745883E80974C4480F8523030000834DFC40C745F00A0000008B5DFCBE0080000085DE0F84300200008B4D108B018B510483C108894D10E9450200008A40FC8885B0FDFFFFC745F0010000008D85B0FDFFFF8945F4E9D7020000834510048B45108B40FC85C0742D8B480485C97426F645FD080FBF00894DF47411992BC2D1F8C745DC01000000E9A20200008365DC00E999020000B864FB01008945F48D50018A084084C975F9E9B6000000750E80FB677540C745F801000000EB37B8000200003945F87E038945F8BEA30000003975F87E208B45F8055D01000050E8D219000085C0598945D874078945F48BF8EB038975F88B45108B08FF75C883C008FF75F88945108B40FC8945BC0FBEC3508D45B85750894DB8FF15740E02008B75FC83C41481E680000000740E837DF800750857FF15800E02005980FB67750C85F6750857FF15780E020059803F2D7508804DFD0147897DF48BC78D50018A084084C975F92BC2E9C501000083E8690F849CFEFFFF83E8050F84B4000000480F849300000048745D83E8030F84C4FDFFFF48480F847CFEFFFF83E8030F8592010000C745D427000000EB4449668338007406404085C975F32B45F4D1F8E96F01000085C07507C745F464FB01008B45F4EB074980380074054085C975F52B45F4E94C010000C745F808000000894DD4F645FC80C745F0100000000F841CFEFFFF8A45D40451C645E8308845E9C745E402000000E904FEFFFFF645FC80C745F0080000000F84F3FDFFFF804DFD02E9EAFDFFFF83451004F645FC208B45108B40FC7409668B4DEC668908EB058B4DEC8908C745D001000000E9C701000083451004F6C3208B45107412F6C34074070FBF40FC99EB100FB740FCEBF7F6C3408B40FC75EF33D2F6C340741585D27F117C0485C0730BF7D883D200F7DA804DFD018575FC8BD88BFA750233FF837DF8007D09C745F801000000EB118365FCF7B8000200003945F87E038945F88BC30BC775048365E4008D75AF8B45F8FF4DF885C07F068BC30BC774248B45F09952505753E80018000083C13083F939895DC48BD88BFA7E03034DD4880E4EEBCC8D45AF2BC646F645FD028945F08975F474188BCE803930750485C0750DFF4DF48B4DF4C60130408945F0837DD0000F85E50000008B5DFCF6C3407426F6C7017406C645E82DEB14F6C3017406C645E82BEB09F6C302740BC645E820C745E4010000008B75E02B75E42B75F0F6C30C7511FF75088D45EC566A20E801F9FFFF83C40CFF75E48B7D088D45EC8D4DE8E811F9FFFFF6C308597414F6C304750F57566A308D45ECE8D6F8FFFF83C40C837DDC007441837DF0007E3B8B45F08B5DF48945C4FF4DC433C0668B03508D45B050E8EB16000043594385C0597E278B7D08508D45EC8D4DB0E8B9F8FFFF837DC4005975D0EB0FFF75F08B4DF48D45ECE8A2F8FFFF59F645FC047411FF75088D45EC566A20E869F8FFFF83C40C837DD800740DFF75D8E8DA1500008365D800598B7D0C8A1F84DB0F85C9F8FFFF5F5E8B45EC5BC9C30369010085670100A2670100EE67010029680100326801006A6801003C690100558BEC83EC10A1200E020085C074073D4EE640BB7542568D45F850E8993900008B75FC3375F8E87CB7FFFF33F0E8A7A6FFFF33F08D45F050E86B3900008B45F43345F033F08935200E0200750AC705200E02004EE640BB5EC9C36A106880FB0100E866EDFFFF6A08E8D41700005933F68975FCC70514210200010000008A450CA2102102003975087548393504280200741FA10028020083E804A3002802003B0504280200720A8B003BC674E5FFD0EBE1C745E40C080200817DE41408020073118B45E48B003BC67402FFD08345E404EBE6C745E018080200817DE01C08020073118B45E08B003BC67402FFD08345E004EBE6834DFCFFE81400000039750C750756FF15F8F30100E8FAECFFFFC333F639750C74086A08E87316000059C36A006A01E833FFFFFF5959C3681C0100006850FD0100E893ECFFFFA11C21020085C074208365FC00FF750CFF7508FFD05959834DFCFFE95201000033C040C38B65E8EBEE8B4508487415C745E02CFD0100C745DC78FC0100BBD4000000EB13C745E058FC0100C745DCB8FB0100BBB9000000C645D8006A0559BEA0FB01008DBDD4FEFFFFF3A566A5A48D85D4FEFFFF8945E48D50018A084084C975F92BC283C00B83F83C762C8D85D4FEFFFF8D50018A084084C975F92BC28D8405A3FEFFFF8945E46A03689CFB010050E83BEEFFFF83C40C8B45E48D48018A104084D275F92BC18D44180C83C00383E0FCE89AEFFFFF8965E88BD48B45E08BF22BF08A08880C064084C975F68BFA4F8A47014784C075F8BB98FB01008BF366A5A48BFA4F8A47014784C075F8BE8CFB0100A5A566A58B45E48BF08A084084C975F92BC68BFA4F8A4F014784C975F88BC8C1E902F3A58BC883E103F3A48BFA4F8A47014784C075F88BF366A5A48B45DC8BF08A084084C975F92BC64A8A4A014284C975F88BFA8BC8C1E902F3A58BC883E103F3A46A03E86CFEFFFFCC8B4424048D480181F900010000770F8B0D600E02000FB7044123442408C333C0C3568B7424080FBE0650E84B0C000083F86559742A46833D680E0200010FBE067E0C6A0450E8B6FFFFFF5959EB0D8B0D600E02000FB6044183E00485C075D68A068A0D6C0E0200880E468A0E88068AC18A0E4684C975F35EC38B442404538A1D6C0E0200EB053ACB7407408A0884C975F58A084084C9742AEB0B80F965740C80F9457407408A0884C975EF8BD04880383074FA38187501488A0A404284C9880875F65BC38B442404DD00DC1D68020200DFE0F6C401750433C040C333C0C3558BEC5151837D0800FF7510741B8D45F850E8EB1700008B450C59598B4DF889088B4DFC894804C9C38D450850E8FD1700008B450C59598B4D088908C9C385F6741E8BC1578D78018A104084D275F92BC740505103CE51E80BEEFFFF83C40C5FC3558BEC807D140056578B7D08741933C039450C0F9FC033C9833B2D0F94C18BF003CFE8B6FFFFFF833B2D8BC77506C6072D8D47018B7D0C85FF7E118D70018A0E88088A0D6C0E02008BC6880833C9384D14BE700202000F94C103C803CF837D10008BF9A566A57403C601458B430C41803830742E8B4304487905F7D8C6012D4183F8647C0A996A645EF7FE00018BC24183F80A7C0A996A0A5EF7FE00018BC20041018B45085F5E5DC3558BEC83EC2853568D45D8508D45F0508B4508FF7004FF30E86E1800008B75108D45F0508D46015033C0837DF02D0F94C033C985F60F9FC103450C03C851E80F1700006A00FF75148D5DF056FF750CE803FFFFFF8B450C83C42C5E5BC9C3558BEC5356578BF88B470448807D1000741B3B450C751633C9833F2D0F94C103C8034D088BC1C60030C6400100833F2D8B5D087504C6032D438B470433F64685C07F0D8BCBE88CFEFFFFC6033043EB0203D8837D0C007E478BCBE877FEFFFFA06C0E020088038B7F044385FF7D31F7DF807D10007505397D0C7C03897D0C8B750C8BCBE84EFEFFFF8BCE8BD1C1E902B8303030308BFBF3AB8BCA83E103F3AA8B45085F5E5B5DC3558BEC83EC28568D45D8508D45F0508B4508FF7004FF30E86A1700008B75108D45F0508B45F403C65033C0837DF02D0F94C003450C50E8121600006A0056FF750C8D45F0E810FFFFFF8B450C83C4285EC9C3558BEC83EC285356578D45D8508D45F0508B4508FF7004FF30E8161700008B75F48B5D1033C04E837DF02D0F94C003450C8BF88D45F0505357E8BD1500008B45F483C41C483BF00F9CC183F8FC7C253BC37D2184C9740A8A074784C075F98847FE6A0153FF750C8D45F0E898FEFFFF83C40CEB146A01FF751453FF750C8D5DF0E87BFDFFFF83C4105F5E5BC9C3558BEC837D10657432837D1045742C837D10667513FF7514FF750CFF7508E8FEFEFFFF83C40C5DC3FF7518FF7514FF750CFF7508E83AFFFFFFEB11FF7518FF7514FF750CFF7508E8D0FDFFFF83C4105DC368000003006800000100E8071800005959C3F6400C40740683780800741650FF742408E804180000663DFFFF59597504830EFFC3FF06C3558BEC568BF0EB14FF75088B4510FF4D0CE8C5FFFFFF833EFF597406837D0C007FE65E5DC3F6470C4053568BF08BD97427837F080075218B44240C0106EB20FF4C240C33C0668B03508BC7E88BFFFFFF4343833EFF597407837C240C007FE05E5BC3558BEC81EC540400008B550C33C053668B1A33C9663BD88945F08945EC8945D40F84780700005657EB038B4DC46A025F017D0C837DEC000F8C5F0700006A205E663BDE72156683FB78770F0FB7C30FBE80E8FA010083E00FEB0233C00FBE84C108FB01006A07C1F804593BC18945C40F8718070000FF2485A57D010033C0834DF8FF8945C08945CC8945E08945E88945FC8945E4E9F40600000FB7C32BC6743B83E803742D83E808741F2BC7741283E8030F85D6060000834DFC08E9CD060000834DFC04E9C4060000834DFC01E9BB060000804DFC80E9B2060000097DFCE9AA0600006683FB2A7521834510048B45108B40FC85C08945E00F8D8F060000834DFC04F75DE0E9830600008B45E00FB7CB8D04808D4441D08945E0E96E0600008365F800E9650600006683FB2A751E834510048B45108B40FC85C08945F80F8D4A060000834DF8FFE9410600008B45F80FB7CB8D04808D4441D08945F8E92C0600000FB7C383F849742D83F868742083F86C741283F8770F8511060000804DFD08E908060000834DFC10E9FF0500000975FCE9F70500008B450C668B00663D360075178B4D0C6683790234750D83450C04804DFD80E9D4050000663D330075178B4D0C6683790232750D83450C048065FD7FE9B7050000663D64000F84AD050000663D69000F84A3050000663D6F000F8499050000663D75000F848F050000663D78000F8485050000663D58000F847B0500008365C4008B4508538D75ECC745E401000000E850FDFFFFE95E0500000FB7C383F8670F8F8602000083F8650F8DA400000083F8580F8F0C0100000F84E202000083E8430F84AF0000002BC7747F2BC7747B83E80C0F851604000066F745FC300875030975FC8B55F883FAFF7505BAFFFFFF7F83451004F645FC208B45108B40FC8945F40F846402000085C07507C745F464FB01008365F00085D28B45F40F8ECD0300008A0884C90F84C30300008B35600E02000FB6C9F6444E018074014040FF45F03955F07CDCE9A4030000C745C00100000003DE834DFC40837DF8008DBDACFBFFFF897DF40F8D03010000C745F806000000E93F01000066F745FC300875030975FC834510048B45100FB740FC33F646F645FC208975E48945BC7468FF35680E02008845D88D45D8508D85ACFBFFFF50C645D900E80C15000083C40C85C07D4B8975CCEB4683E85A745283E80974B3480F8519030000834DFC40C745F00A0000008B5DFCBE0080000085DE0F84200200008B4D108B018B510483C108894D10E935020000668985ACFBFFFF8D85ACFBFFFF8945F48975F0E9D3020000834510048B45108B40FC85C0742D8B480485C97426F645FD080FBF00894DF47411992BC2D1F8C745E401000000E99E0200008365E400E995020000B864FB01008945F48D50018A084084C975F9E9B8000000750F6683FB677540C745F801000000EB37B8000200003945F87E038945F8BEA30000003975F87E208B45F8055D01000050E8AB0A000085C0598945D474078945F48BF8EB038975F88B45108B08FF75C083C008FF75F88945108B40FC8945B00FBEC3508D45AC5750894DACFF15740E02008B75FC83C41481E680000000740E837DF800750857FF15800E0200596683FB67750C85F6750857FF15780E020059803F2D7508804DFD0147897DF48BC78D50018A084084C975F92BC2E9BF01000083E8690F84A0FEFFFF83E8050F84A8000000480F848700000048745183E8030F8492FDFFFF2BC70F8480FEFFFF83E8030F858C010000C745D027000000EB3885C07507C745F46CFB01008B45F4C745E401000000EB094A66833800740603C785D275F32B45F4D1F8E952010000C745F808000000894DD0F645FC80C745F0100000000F842CFEFFFF8B45D083C05166C745DC3000668945DE897DE8E914FEFFFFF645FC80C745F0080000000F8403FEFFFF804DFD02E9FAFDFFFF83451004F645FC208B45108B40FC7409668B4DEC668908EB058B4DEC8908C745CC01000000E9D601000083451004F6C3208B45107412F6C34074070FBF40FC99EB100FB740FCEBF7F6C3408B40FC75EF33D2F6C340741585D27F117C0485C0730BF7D883D200F7DA804DFD018575FC8BD88BFA750233FF837DF8007D09C745F801000000EB118365FCF7B8000200003945F87E038945F88BC30BC775048365E8008DB5ABFDFFFF8B45F8FF4DF885C07F068BC30BC774248B45F09952505753E8E108000083C13083F939895DB88BD88BFA7E03034DD0880E4EEBCC8D85ABFDFFFF2BC646F645FD028945F08975F474188BCE803930750485C0750DFF4DF48B4DF4C60130408945F0837DCC000F85EE0000008B45FCA840742AF6C401740866C745DC2D00EB16A801740866C745DC2B00EB0AA802740D66C745DC2000C745E8010000008B5DE02B5DE82B5DF0F645FC0C7511FF75088D45EC536A20E8C4F8FFFF83C40CFF75E88B7D088D45EC8D4DDCE8D5F8FFFFF645FC08597415F645FC04750F57536A308D45ECE897F8FFFF83C40C837DE40075448B45F085C07E3D8B7DF48945C8FF35680E0200FF4DC88D45BC5750E82811000083C40C85C08945B87E29FF75BC8B45088D75ECE831F8FFFF037DB8837DC800597FCBEB0FFF75F08B4DF48D45ECE861F8FFFF59F645FC047411FF75088D45EC536A20E827F8FFFF83C40C837DD400740DFF75D4E8AF0600008365D400598B450C668B186685DB0F858EF8FFFF5F5E8B45EC5BC9C3177801007D7601009A760100E47601002077010029770100627701002F780100833D680E020001568B7424087E0C6A0156E870F3FFFF5959EB0CA1600E02000FB6047083E00185C08D462075028BC65EC3CCCCCCCCCCCCCCCCCCCC558BEC5756538B750C8B7D08B0FF8BFF0AC074328A0683C6018A2783C70138C474EE2C413C1A1AC980E12002C1044186E02C413C1A1AC980E12002C1044138E074CE1AC01CFF0FBEC05B5E5FC9C3CCCC558BEC5756538B4D100BC9744D8B75088B7D0CB741B35AB6208D49008A260AE48A0774270AC0742383C60183C70138FC720638DC770202E638F8720638D8770202C638C4750B83E90175D133C938C47409B9FFFFFFFF7202F7D98BC15B5E5FC9C3568B74240856E8A210000083F8FF597510E8C90F0000C7000900000083C8FF5EC357FF7424146A00FF74241850E885D1FFFF8BF883FFFF7507E88B9CFFFFEB0233C085C0740C50E8A50F00005983C8FFEB1D8BCE83E61FC1F9058B0C8D002702008BC68D04808D44C1048020FD8BC75F5EC36A0C6878020200E835DDFFFF8B5D083B1DF026020073788BC3C1F8058D3C85002702008BC383E01F8D3480C1E6038B07F644300401745853E83F100000598365FC008B07F6443004017414FF7510FF750C53E837FFFFFF83C40C8945E4EB17E8090F0000C70009000000E8070F0000832000834DE4FF834DFCFFE8080000008B45E4EB218B5D0853E88F10000059C3E8D90E0000C70009000000E8D70E000083200083C8FFE8D2DCFFFFC36800050000E80B05000085C059750483C8FFC3A300270200C705F0260200200000008D8800050000EB1E8308FF83600800C6400400C640050A8B0D0027020083C02881C1000500003BC172DE33C08B0D0027020003C883C02883F878C64104C17CEC33C0C3558BEC81EC1C0400005733FF397D10897DF0897DEC750733C0E96A0100008B4508538B5D0883E01FC1FB05568D34808D1C9D002702008B03C1E603F644300420740F6A025757FF7508E8E00F000083C4108B0303C6F64004800F84C2000000397D108B450C8945F4897DFC0F86E60000008B4DF42B4D0C8D85E4FBFFFF897DF83B4D1073278B55F4FF45F48A124180FA0A750AFF45ECC6000D40FF45F8881040FF45F8817DF8000400007CD48BF88D85E4FBFFFF2BF86A008D45E850578D85E4FBFFFF508B03FF3430E891CEFFFF85C074198B45E80145F03BC77C178B45F42B450C33FF3B45107288EB0AE8579AFFFF8945FC33FF8B45F03BC70F8583000000397DFC74526A055E3975FC753FE84B0D0000C70009000000E8490D00008930EB5D578D4DE851FF7510FF750CFF30E82CCEFFFF85C0740B8B45E8897DFC8945F0EBB3E8009AFFFF8945FCEBA9FF75FCE81B0D000059EB278B03F644300440740C8B450C80381A750433C0EB1AE8EC0C0000C7001C000000E8EA0C0000893883C8FFEB032B45EC5E5B5FC9C36A0C6888020200E89ADAFFFF8B5D083B1DF026020073788BC3C1F8058D3C85002702008BC383E01F8D3480C1E6038B07F644300401745853E8A40D0000598365FC008B07F6443004017414FF7510FF750C53E81EFEFFFF83C40C8945E4EB17E86E0C0000C70009000000E86C0C0000832000834DE4FF834DFCFFE8080000008B45E4EB218B5D0853E8F40D000059C3E83E0C0000C70009000000E83C0C000083200083C8FFE837DAFFFFC3FF05402102006800100000E86A02000085C0598B4C2404894108740D83490C08C7411800100000EB1183490C048D4114894108C74118020000008B4108836104008901C38B4424043B05F0260200720333C0C38BC883E01FC1F9058B0C8D002702008D04800FBE44C10483E040C3A1EC26020085C0566A145E7507B800020000EB063BC67D078BC6A3EC2602006A0450E8E40D000085C05959A3E8260200751E6A04568935EC260200E8CB0D000085C05959A3E826020075056A1A585EC333D2B9C80E0200EB05A1E8260200890C0283C12083C20481F9481102007CEA33C9BAD80E02008BF18BC183E01FC1FE058B34B5002702008D04808B04C683F8FF740485C07503830AFF83C2204181FA380F02007CD133C05EC3E88E0F0000803D10210200007405E99C0D0000C38B442404B9C80E02003BC172173D2811020077102BC1C1F80583C01050E82303000059C383C02050FF1570F30100C38B44240483F8147D0B83C01050E80403000059C38B44240883C02050FF1570F30100C38B442404B9C80E02003BC172173D2811020077102BC1C1F80583C01050E81F02000059C383C02050FF156CF30100C38B44240483F8147D0B83C01050E80002000059C38B44240883C02050FF156CF30100C36A0C6898020200E820D8FFFF33F63975087434833DE426020003751C6A04E87E020000598975FC8975E4834DFCFFE81C0000003975E4750FFF750856E874AFFFFF50E857AFFFFFE81BD8FFFFC333F66A04E89901000059C38B44240485C0750140833DE426020001740683C00F83E0F0506A00E83DAFFFFF50E8E9BFFFFFC3837C2404E07722FF742404E8C9FFFFFF85C0597516394424087410FF742404E8410E000085C05975DE33C0C3FF35D4220200FF742408E8C5FFFFFF5959C38B4C240485C9750333C0C3668B442408663DFF00760FE880090000C7002A00000083C8FFC3880133C040C3568B4424140BC075288B4C24108B44240C33D2F7F18BD88B442408F7F18BF08BC3F76424108BC88BC6F764241003D1EB478BC88B5C24108B54240C8B442408D1E9D1DBD1EAD1D80BC975F4F7F38BF0F76424148BC88B442410F7E603D1720E3B54240C7708720F3B44240876094E2B4424101B54241433DB2B4424081B54240CF7DAF7D883DA008BCA8BD38BD98BC88BC65EC21000565733F6BF48210200833CF55411020001751E8D04F550110200893868A00F0000FF3083C71CE8670D000085C05959740C4683FE247CD233C0405F5EC38324F5501102000033C0EBF156BE501102008B0685C07410837E0401740A50E822FEFFFF8326005983C60881FE701202007CDF5EC38B442404FF34C550110200FF156CF30100C36A0868A8020200E81FD6FFFF8B75088D34F55011020033DB391E75726A1CE887FEFFFF598BF83BFB750DE828080000C7000C000000EB3F6A0AE86200000059895DFC391E753868A00F000057E8BD0C0000595985C0752357E8A2FDFFFFE8F5070000C7000C0000006AFF8D45F050E866DDFFFF83C40C33C0EB17893EEB0757E87BFDFFFF59834DFCFFE80900000033C040E8D0D5FFFFC36A0AE850FFFFFF59C38B442404568D34C550110200833E00751350E849FFFFFF85C05975086A11E8AC0C000059FF36FF1570F301005EC38B4424086A205999F7F96A1F592BCA83CAFFD3E28B4C2404F7D2851481740933C0C3833C810075F74083F8037CF433C040C38B44240856576A205999F7F98B7C240C8BF08D04B7506A1F592BCA33D242D3E252FF30E8630C000083C40C4E781C8D3CB785C07415576A01FF37E84C0C000083C40C4E83EF0485F67DE75F5EC3558BEC518365FC005356578B7D0C4F6A208D47015999F7F96A1F5E2BF233D2428BCED3E28BD88B450885149874218D4F015150E849FFFFFF85C05959750E57FF7508E86CFFFFFF59598945FC8B450883CAFF8BCED3E26A0359211498433BD97D098D3C982BCB33C0F3AB8B45FC5F5E5BC9C38B4424088B4C24046A035A2BC8568B3089340183C0044A75F55EC333C08B4C2404833C8100750A4083F8037CF033C040C333C0C3558BEC83EC0C8B450C5356576A205E998BCEF7F98B5D0883CFFF89750C8BCAD3E78945F833C029550CF7D78945FC8B34838BCE23CF894DF48BCAD3EE8B4D0C0B75FC8934838B75F4D3E64083F8038975FC7CDB6A02588BC82B4DF88D0C8B3B45F87C078B11891483EB04832483004883E90485C07DE85F5E5BC9C3558BEC83EC188B45080FB7480A53568B7510578BF981E100800000894D088B4806894DF48B48020FB700C1E01081E7FF7F000081EFFF3F000081FF01C0FFFF8945FC8D45F4894DF850751E33DBE81AFFFFFF85C0590F85BD0000008D7DF4ABABAB6A0258E9B10000008D45E850E8DFFEFFFFFF76088D45F450E861FEFFFF83C41085C07401478B46048BC82B4E083BF97D0A33C08D7DF4ABABABEB3C3BF87F3C2BC78BF88D45E8508D45F450E8A0FEFFFF8D45F45750E8CAFEFFFFFF76088D45F450E818FEFFFF8B460C40508D45F450E8B0FEFFFF83C42033DBEB853B3EFF760C7C2133C08D7DF4ABABAB804DF7808D45F450E88DFEFFFF8B5E14031E5933C05940EB168B5E148065F77F8D45F45003DFE86FFEFFFF595933C06A1F592B4E0C8B7610D3E38B4D08F7D91BC981E1000000800BD90B5DF483FE40750D8B4D0C8B55F88959048911EB0A83FE2075058B4D0C89195F5E5BC9C36870120200FF74240CFF74240CE896FEFFFF83C40CC36888120200FF74240CFF74240CE880FEFFFF83C40CC3558BEC83EC1033C050505050FF750C8D45FC508D45F050E8250B0000FF75088D45F050E8ACFFFFFF83C424C9C3558BEC83EC1033C050505050FF750C8D45FC508D45F050E8F80A0000FF75088D45F050E895FFFFFF83C424C9C3558BEC8B55108B4A0C538B5D0C85DB568B7508578D7E01C606308BC77E1F895D0833DB8A1184D274060FBED241EB036A305A881040FF4D0875E98B551085DBC600007C128039357C0DEB03C600304880383974F7FE00803E317505FF4204EB1A8BC78D50018A084084C975F92BC240505756E894D5FFFF83C40C5F5E5B5DC3558BEC518B550C33C0668B4206535657BFFF070000BE000000808975FC8BC8C1E904250080000023CF89450C8B42048B120FB7D925FFFF0F0085DB74133BDF74088DB9003C0000EB28BFFF7F0000EB2133DB3BC375123BD3750E8B4508895804891866895808EB4D8DB9013C0000895DFC8BCAC1E915C1E00B0BC80B4DFC8B4508C1E20B85CE8948048910751F8B088B50048BD9D1E2C1EB1F0BD303C981C7FFFF000085D6895004890874E18B4D0C0BCF668948085F5E5BC9C3558BEC83EC2856578D4508508D45F450E831FFFFFF59598D45D8506A006A1183EC0C8D75F48BFCA5A566A5E8F50D00008B4D108B7D148941080FBE45DA89010FBF45D88941048D45DC8BF78BD083C4182BF28A108814064084D275F689790C5F8BC15EC9C36A02E87E07000059C333C0F6C30174036A1058F6C304740383C808F6C308740383C804F6C310740383C802F6C320740383C801F6C30274050D00000800550FB7D3568BCABE000C000023CE57BF00030000BD00020000742181F900040000741481F90008000074083BCE750D0BC7EB090BC5EB050D0001000023D7740B3BD5750C0D00000100EB050D00000200F6C7105F5E5D74050D00000400C333C0F6C310740140F6C308740383C804F6C304740383C808F6C302740383C810F6C301740383C820F7C300000800740383C8028BCBBA0003000023CA56BE00020000742381F90001000074163BCE740B3BCA75130D000C0000EB0C0D00080000EB050D000400008BCB81E100000300740C81F90000010075060BC6EB020BC2F7C3000004005E74050D00100000C3558BEC51539BD97DFC8B5DFCE8CFFEFFFF8BD88B450CF7D023D88B450823450C0BD8E84BFFFFFF89450CD96D0C8BC35BC9C38B44240825FFFFF7FF50FF742408E8BBFFFFFF5959C3558BEC515153568B750CF6460C40570F858B0000008B461083F8FF74178BC8C1F9058B0C8D0027020083E01F8D04808D04C1EB05B8A00E0200F64004807461FF75088D45F850E816F7FFFF8BD883FBFF59597511E8A3000000C7002A000000660DFFFFEB5B33FF85DB7E2FFF4E0478128B068A4C3DF888088B0E0FB60141890EEB0E0FBE443DF85650E848D7FFFF595983F8FF74CA473BFB7CD1668B4508EB20834604FE780D8B0E8B4508668901830602EB0D0FB745085650E8080E000059595F5E5BC9C38B44240885C07419837C240C0074128A0084C0750F8B44240485C074046683200033C0C38B4C240485C97407660FB6C066890133C040C3E8ED0E000083C008C3E8E40E000083C00CC356E8DA0E00008B4C240889480C33F63B0CF5A0120200741E4683FE2D72F183F913722483F924771FE8B30E0000C740080D0000005EC3E8A50E00008B0CF5A41202008948085EC381F9BC000000721681F9CA000000770EE8840E0000C74008080000005EC3E8760E0000C74008160000005EC38B4424043B05F026020073268BC883E01FC1F9058B0C8D002702008D04808D04C1F6400401740B8338FF74068308FF33C0C3E844FFFFFFC70009000000E842FFFFFF83200083C8FFC38B4424043B05F0260200731E8BC883E01FC1F9058B0C8D002702008D04808D04C1F640040174038B00C3E803FFFFFFC70009000000E801FFFFFF83200083C8FFC36A0868B8020200E8B9CCFFFF8B7D088BCFC1F9058BC783E01F8D04808B0C8D002702008D34C133DB395E0875416A0AE806F7FFFF59895DFC395E08752868A00F00008D460C50E85D030000595985C075116AFF8D45F050E817D4FFFF595933C0EB2CFF4608834DFCFFE8290000008BC7C1F80583E71F8D0CBF8B0485002702008D44C80C50FF1570F3010033C040E86DCCFFFFC38B7D086A0AE8EAF5FFFF59C38B4424048BC883E01FC1F9058B0C8D002702008D04808D44C10C50FF156CF30100C3558BEC51518B450C568B75088945F88B451057568945FCE8E1FEFFFF83CFFF3BC759750DE806FEFFFFC70009000000EB27FF75148D4DFC51FF75F850E8C6BFFFFF3BC78945F87516E8CC8AFFFF85C0740D50E8EAFDFFFF598BC78BD7EB1F8BC6C1F8058B04850027020083E61F8D0CB68D44C8048020FD8B45F88B55FC5F5EC9C3568B7424080FAF74240C85F675014633C083FEE07721833DE426020003750683C60F83E6F0566A08E8DEA2FFFF50E88AB3FFFF85C07514833DD422020000740B56E8F401000085C05975C45EC36A1068C8020200E829CBFFFF33FF897DE46A01E892F5FFFF59897DFC6A035E8975E03B35EC2602007D3FA1E82602008B04B03BC77430F6400C83740F50E86D0E00005983F8FF7403FF45E483FE147C16A1E8260200FF34B0E8ACF2FFFF59A1E8260200893CB046EBB6834DFCFFE8090000008B45E4E8F6CAFFFFC36A01E876F4FFFF59C353568B74240C8B460C8BC880E10333DB80F902753A66A9080174348B4608578B3E2BF885FF7E275750FF7610E8DAEFFFFF83C40C3BC7750F8B460C84C0790F83E0FD89460CEB07834E0C2083CBFF5F8B46088366040089065E8BC35BC3568B74240856E898FFFFFF85C059740583C8FF5EC3F6460D40740FFF7610E8FC0D000059F7D81BC05EC333C05EC36A1468D8020200E81ACAFFFF33FF897DE4897DDC6A01E880F4FFFF59897DFC33F68975E03B35EC2602000F8D81000000A1E82602008B04B03BC7745CF6400C8374565056E83CF1FFFF595933D2428955FCA1E82602008B04B08B480CF6C183742F395508751150E866FFFFFF5983F8FF741EFF45E4EB19397D087514F6C102740F50E84BFFFFFF5983F8FF75030945DC897DFCE80800000046EB8633FF8B75E0A1E8260200FF34B056E829F1FFFF5959C3834DFCFFE812000000837D08018B45E474038B45DCE896C9FFFFC36A01E816F3FFFF59C36A01E824FFFFFF59C3A1D022020085C0740FFF742404FFD085C059740433C040C333C0C3FF742404FF15C4F3010033C040C208006A1068F0020200E811C9FFFF833DD822020000750AC705D8220200379301008365FC00FF750CFF7508FF15D82202008945E0EB238B45EC8B008B008945E433C040C38B65E8817DE4170000C075076A08E80688FFFF33C0834DFCFFE8F8C8FFFFC3E8680D0000FF742404E8330D000068FF000000FF150C1402005959C38B542404568B74240C8D0C3233C03BCA72043BCE730333C0408B542410890A5EC3568B742408578B7C241056FF37FF36E8CBFFFFFF83C40C85C074178D4604506A01FF30E8B7FFFFFF83C40C85C07403FF46088D460450FF7704FF30E89FFFFFFF83C40C85C07403FF46088D460850FF7708FF30E887FFFFFF83C40C5F5EC38B442404568B308BCE03F6578B7804C1E91F89308D343F0BF18B48088BD7C1EA1FD1E10BCA5F8970048948085EC38B4424048B50088B480456578BF98BF2D1E9C1E61F0BCE8948048B08C1E71FD1E90BCFD1EA5F89500889085EC3558BEC83EC108B450C538B5D1033D23BC25657C745FC4E4000008913895304895308764F8945108BF38D7DF0A5A553A5E870FFFFFF53E86AFFFFFF8D45F05053E802FFFFFF53E85AFFFFFF8B45080FBE008365F4008365F8008945F08D45F05053E8E1FEFFFF83C41CFF4508FF4D1075B633D2395308752F8B7B088B4B048145FCF0FF00008BC1C1E8108BF88B038BF0C1EE10C1E1100BF1C1E0103BFA897304890374D7897B08BE00800000EB0E53E8F1FEFFFF8145FCFFFF00005985730874ED668B45FC5F5E6689430A5BC9C3558BEC83EC54538D45AC568945F433C033D2578B7D10428945D88955E88945FC8945F08945DC8945E08945E48945F88945EC897D108A0F80F920740F80F909740A80F90A740580F90D750347EBE76A045E8A1F4783F80B0F8768020000FF2485B399010080FB317C0C80FB397F076A03E9080200003A1D6C0E020075076A05E9370200000FBEC383E82B741F4848740F83E8030F84890000004FE9B90200006A0258C745D800800000EBA68365D8006A0258EB9D80FB318955F07C0580FB397EAD3A1D6C0E02000F84AE00000080FB2B742580FB2D742080FB30744680FB437EB880FB457E0A80FB637EAE80FB657FA96A06E9C40100004F6A0BE9BC01000080FB317C0980FB390F8E61FFFFFF3A1D6C0E02000F8464FFFFFF80FB300F85670100008BC2E928FFFFFF8955F03915680E02000FB6C37E0E5650E8A1DAFFFF5933D25942EB0C8B0D600E02000FB6044123C685C0741E837DFC1973108B45F4FF45FC80EB30FF45F48818EB03FF45F88A1F47EBB93A1D6C0E020075658BC6E9CFFEFFFF837DFC008955F08955DC750DEB06FF4DF88A1F4780FB3074F53915680E02000FB6C37E0E5650E832DAFFFF5933D25942EB0C8B0D600E02000FB6044123C685C0741C837DFC197311FF45FC8B45F480EB30FF45F4FF4DF888188A1F47EBBB80FB2B0F840EFFFFFF80FB2D0F8405FFFFFFE9E5FEFFFF3915680E02008955DC0FB6C37E0E5650E8D3D9FFFF5933D25942EB0C8B0D600E02000FB6044123C685C074668BC6EB5780FB318D4FFE894D107C0580FB397E440FBEC383E82B747A4848746A83E8030F850A0100006A08EB6B8955E0EB038A1F4780FB3074F880FB310F8C33FEFFFF80FB390F8F2AFEFFFFEB0A80FB317C0E80FB397F096A09584FE9CDFDFFFF80FB3074C38B7D10E9C7000000837D2000742A0FBEC383E82B8D4FFF894D10741448480F85A9000000834DE8FF6A0758E998FDFFFF6A0758E990FDFFFF6A0A584F83F80A0F8583FDFFFFE985000000C745E00100000033F6833D680E0200010FB6C37E0C6A0450E8EFD8FFFF5959EB0D8B0D600E02000FB6044183E00485C0741C0FBECB8D04B68D7441D081FE501400007F058A1F47EBC0BE511400008975E4833D680E0200010FB6C37E0C6A0450E8A7D8FFFF5959EB0D8B0D600E02000FB6044183E00485C00F8448FDFFFF8A1F47EBCE8BF9837DF0008B450C89380F84960000006A18583945FC7615807DC3057C03FE45C38945FC8B45F448FF45F8EB038B45F4837DFC000F8693000000EB06FF4DFCFF45F84880380074F48D45C850FF75FC8D45AC50E883FBFFFF8B45E433C983C40C394DE87D02F7D80345F8394DE07503034518394DDC75032B451C3D501400007F2E3DB0EBFFFF7C3EFF7514508D45C850E8010A00008B55C88B5DCA8B75CE8B45D283C40CEB2FC745EC04000000EB1E33DBB8FF7F0000BE0000008033D2C745EC02000000EB0FC745EC0100000033D233C033F633DB8B4D080B45D85F8971065E8959026689410A8B45EC6689115BC9C3D0950100209601006B96010095960100EE9601006397010093970100DD970100BC9701003F98010031980100FD970100558BEC83EC2C8B4510538B5D1C568BC8BEFF7F000081E10080000023C66685C957C645E0CCC645E1CCC645E2CCC645E3CCC645E4CCC645E5CCC645E6CCC645E7CCC645E8CCC645E9CCC645EAFBC645EB3FC745FC010000008BD07406C643022DEB04C64302206685D28B7D0C750D85FF7509397D080F84EC000000663BD67571B8000000803BF866C70301007506837D0800740FF7C7000000407507BE14030200EB416685C9741581FF000000C0750D837D08007529BE0C030200EB0F3BF8751E837D08007518BE040302008D7B04A566A5C64303058365FC00E96A010000BEFC0202008D7B04A566A5A4C6430306EBE50FB7C28BF069C0104D0000668365EC008BCFC1E918C1EE088D0C4E6BC94D8DB4010CEDBCEC8B45088945EEC1FE100FBFC6F7D86A01508D45EC50668955F6897DF2E83F08000083C40C66817DF6FF3F72108D45E0508D45EC5046E8040600005959F64518018B7D1466893374120FBFC603F885FF7F09C6430430E9F200000083FF157E036A155F0FB775F681EEFE3F0000668365F600C74510080000008D45EC50E8C9F8FFFFFF4D105975F185F67D17F7DE81E6FF0000007E0D8D45EC50E8DAF8FFFF4E5975F38D4F0185C98D43048945107E50894DF88D75EC8D7DD4A5A58D45EC50A5E886F8FFFF8D45EC50E87DF8FFFF8D45D4508D45EC50E812F8FFFF8D45EC50E867F8FFFF8A45F78B4D10043083C414FF4510FF4DF88801C645F70075B68B4510488A084880F9358D4B047C36EB098038397508C60030483BC173F33BC173044066FF03FE002AC32C038843030FBEC0C6441804008B45FC5F5E5BC9C38038307505483BC173F63BC173DBC601306683230033C0C6430220C6430301C643050040EBD5558BEC5153568B750C8B460CA8828B4E10894DFC0F84FF000000A8400F85F700000033DBA8017416A810895E040F84E60000008B560883E0FE891689460C8B460C83E0EF83C80266A90C0189460C895E04895D0C752581FEE80E0200740881FE080F0200750B51E8E7E5FFFF85C059750756E898E5FFFF598B4DFC66F7460C08015774658B46088B3E8D500289168B56182BF84A4A3BFB8956047E0D575051E8C0E4FFFF89450CEB3283F9FF74198BD1C1FA058B1495002702008BC183E01F8D04808D04C2EB05B8A00E0200F6400420740C6A025351E8EEE1FFFF83C40C8B46088B5D08668918EB1B8B5D086A025F578D450C505166895D0CE866E4FFFF83C40C89450C397D0C5F7406834E0C20EB0F8BC325FFFF0000EB0B83C82089460CB8FFFF00005E5BC9C3640FB605240000003C0272086A0AFF15F8F30100565764A128000000837828007417A13C1F0200648B0D040000008B3C8181C70C000000EB05BFE02602008B3785F6753968880000006A01E810F3FFFF8BF085F65959741D8937C74654A8140200C7461401000000E85088FFFF834E04FF8906EB086A10E8AAF5FFFF595F8BC65EC36A0C6820030200E854BEFFFF8B750885F60F849E0000008B462485C0740750E810E6FFFF598B462C85C0740750E802E6FFFF598B463485C0740750E8F4E5FFFF598B463C85C0740750E8E6E5FFFF598B464485C0740750E8D8E5FFFF598B464885C0740750E8CAE5FFFF598B46543DA8140200740750E8B9E5FFFF596A0DE852E8FFFF598365FC008B46608945E485C07413FF08750F3B0588240200740750E890E5FFFF59834DFCFFE81200000056E880E5FFFF59E8E1BDFFFFC204008B75086A0DE85CE7FFFF59C3640FB605240000003C0272086A0AFF15F8F301005664A128000000837828007417A13C1F0200648B0D040000008B348181C60C000000EB05BEE02602008B44240885C075028B0650E8EAFEFFFF8326005EC3E891E6FFFF85C07507E8D1E6FFFFEB605668880000006A01E8A6F1FFFF8BF085F6A13C1F02005959648B0D040000008B048189B00C0000007514C70554000000A8140200C7051400000001000000E8CD86FFFF834E04FF6A01890668EC220200C705F4220200C1A60100E82685FFFF5E33C0C3568B7424085783CFFFF6460C83743456E80CF2FFFF568BF8E858080000FF7610E8B507000083C40C85C07D0583CFFFEB128B461C85C0740B50E868E4FFFF83661C005983660C008BC75F5EC36A0C6830030200E87ABCFFFF834DE4FF8B7508F6460C40740D83660C008B45E4E89CBCFFFFC356E88AE3FFFF598365FC0056E87DFFFFFF598945E4834DFCFFE805000000EBD78B750856E8B9E3FFFF59C36A0C6840030200E829BCFFFF8B5D083B1DF02602000F838B0000008BC3C1F8058D3C85002702008BC383E01F8D3480C1E6038B07F644300401746B53E82FEFFFFF598365FC008B07F644300401742F53E8DAEEFFFF5950E8D7B0FFFF85C0750AE8E67AFFFF8945E4EB048365E400837DE4007419E8F1EDFFFF8B4DE48908E8DEEDFFFFC70009000000834DE4FF834DFCFFE8080000008B45E4EB198B5D0853E86CEFFFFF59C3E8B6EDFFFFC7000900000083C8FFE8B7BBFFFFC38B4C240433C03B0CC51014020074064083F81372F1C1E0033B8810140200750BFFB014140200E82C79FFFFC368FC000000E8CAFFFFFFA10823020085C0597402FFD068FF000000E8B4FFFFFF59C3558BEC83EC2433C0538B5D0C33C9668B4B0A568B75088945EC8945DC8945E08945E4668B460A578BF9BAFF7F000023CA33F823C281E700800000663DFF7F8D14018955080F83B80100006681F9FF7F0F83AD0100006681FAFDBF0F87A20100006681FABF3F770433C0EB3A6685C0BAFFFFFF7F7518FF450833C08556087510394604750B39067507E96F01000033C0663BC8751EFF4508855308751639430475113903750D8946088946048906E96B0100008945F08D45E08945FCC7450C050000008B45F003C0837D0C007E4903C68945F88B450C8D4B08894DF48945E88B45F48B4DF80FB7090FB7000FAFC18B4DFC83C1FC5150FF31E891F1FFFF83C40C85C074068B45FC66FF008345F802836DF402FF4DE875C88345FC02FF45F0FF4D0C837D0C007F9C81450802C0000066837D08007E25F645E78075188D45DC50E8C9F1FFFF814508FFFF000066837D0800597FE266837D08007F39814508FFFF000066837D08007D2B8B4508F7D80FB7D8015D08F645DC017403FF45EC8D45DC50E8B6F1FFFF4B5975EA837DEC007404804DDC0166817DDC0080770F8B45DC25FFFF01003D008001007535837DDEFF752C8365DE00837DE2FF751D8365E20066817DE6FFFF750BFF450866C745E60080EB0E66FF45E6EB08FF45E2EB03FF45DE8B4508663DFF7F731B668B4DDE66890E8B4DE0894E028B4DE4894E060BC76689460AEB1B66F7DF1BFF8366040081E70000008081C70080FF7F832600897E085F5E5BC9C3558BEC83EC0C53BB6816020033C983EB60394D0C745D7D0BF75D0CBBC817020083EB60394D1075068B4508668908394D0C744056578B450CC17D0C0383E00783C3543BC174268D04408D348366813E0080720C8D7DF4A5A5A5FF4DF68D75F456FF7508E876FDFFFF595933C9394D0C75C45F5E5BC9C3576A405933C0BFA0240200F3ABAA33C06A0659BFC0250200F3ABA3A4250200A38C240200A3842402005FC36A1068C0060200E85EB8FFFF6A0DE8CCE2FFFF598365FC00E86BF9FFFF8BF8897DE08B77608975E43B3588240200742285F6740BFF0E750756E800E0FFFF59A1882402008947608B35882402008975E4FF06834DFCFFE80B0000008BC6E843B8FFFFC38B75E46A0DE8C0E1FFFF59C3558BEC518B4D0885C9742433D233C0398838150200742183C03C423D2C01000072ED833D0C230200000F84DB000000E832FFFFFF33C0C9C38365FC005356576A4033C059BFA0240200F3AB8BCA6BC93CAA8DB9541502008A078BDFEB298A530184D274260FB6C00FB6F23BC677148B55FC8A92301502000890A1240200403BC676F543438A0384C075D3FF45FC83C708837DFC0472C18B4508A3A42502002DA4030000C7058C24020001000000743A83E804742983E80D741848740983258424020000EB2EC7058424020004040000EB22C7058424020012040000EB16C7058424020004080000EB0AC70584240200110400006A068DB13C15020059BFC0250200F3A55F5E33C05BC9C383C8FFC9C36A1468D0060200E8E0B6FFFF834DE0FF6A0DE84AE1FFFF5933DB895DFC891D0C2302008B7D0883FFFC7510C7050C230200010000008B3D38210200897D083B3DA42502000F84B90000008B35882402008975DC3BF37404391E74106820020000E806DFFFFF598BF08975DC3BF3747D57E87CFEFFFF598945E03BC3756F891EA1A4250200894604A18C240200894608A18424020089460C33C08945E483F8057D10668B0C45C025020066894C461040EBE833C08945E43D010100007D0D8A88A0240200884C301C40EBE933C08945E43D000100007D108A88E0250200888C301D01000040EBE6893588240200837DE0FF75143B3588240200740C56E8C0DDFFFF59EB03895DE0834DFCFFE8090000008B45E0E810B6FFFFC36A0DE890DFFFFF59C3833D0828020000751C6A00C705A4250200FDFFFFFFE8C5FEFFFF59C705082802000100000033C0C3837C240400740DA13C0E020085C07417FFD0EB13A1400E020085C07402FFD06A00E8E6F7FFFF59C20400568B7424085756E867E8FFFF83F8FF59743A83FE01740583FE0275166A02E850E8FFFF6A018BF8E847E8FFFF3BC75959741A56E83BE8FFFF5950E8347DFFFF85C07509E84774FFFF8BF8EB0233FF56E8D6E7FFFF8BC6C1F8058B04850027020083E61F85FF598D0CB6C644C80400740C57E841E7FFFF5983C8FFEB0233C05F5EC36A0C68E0060200E8ECB4FFFF8B5D083B1DF026020073688BC3C1F8058D3C85002702008BC383E01F8D3480C1E6038B07F644300401744853E8F6E7FFFF598365FC008B07F644300401740C53E82EFFFFFF598945E4EB0FE8C8E6FFFFC70009000000834DE4FF834DFCFFE8080000008B45E4EB218B5D0853E856E8FFFF59C3E8A0E6FFFFC70009000000E89EE6FFFF83200083C8FFE899B4FFFFC3568B7424088B460CA883741DA8087419FF7608E819DCFFFF6681660CF7FB33C05989068946088946045EC3CCCCCCCCCCCCCCCCCCCCCCCCCCCC8B4C24040F31890189510433C040C20400FF25FCF20100CCFF25F4F301008B442404568B74240C25FF000000807E013A578BCE75038D4E028A1180FA5C740580FA2F750680790100740DA810750984D2BF008000007505BF40400000C1E007F6D06A2E5625800000000D000100000BF8E8BD0300008BF085F659597447680407020056E88402000085C05959743368FC06020056E87302000085C05959742268F406020056E86202000085C05959741168EC06020056E85102000085C05959750383CF408BC7C1E80383E0380BF88BC7C1E80683E0070BC75F5EC3558BEC81EC5C010000568B7508680C07020056E8B405000085C059597419E852E5FFFF6A025E8930E851E5FFFF893083C8FFE9F7010000807E013A5775368A0684C0741F807E02007519E826E5FFFF6A025E8930E825E5FFFF893083C8FFE9CA0100000FBEC050E8640400008BF85983EF60EB0233FF538D85A4FEFFFF5056E8BD0A000083CBFF3BC38945EC7516E8E2E4FFFF6A025E8930E8E1E4FFFF8930E9860100008D45E4508D85B8FEFFFF50E84670FFFF85C00F845A0100008D45F0508D45E450E8956BFFFF85C00F84450100000FB745FC53500FB745FA500FB745F8500FB745F6500FB745F2500FB745F050E8CD0200008B750C83C41C83BDB0FEFFFF0089461C750983BDB4FEFFFF0074548D45E4508D85B0FEFFFF50E8DA6FFFFF85C00F84EE0000008D45F0508D45E450E8296BFFFF85C00F84D90000000FB745FC53500FB745FA500FB745F8500FB745F6500FB745F2500FB745F050E86102000083C41C83BDA8FEFFFF00894618750E83BDACFEFFFF0075058B461CEB508D45E4508D85A8FEFFFF50E86C6FFFFF85C00F84800000008D45F0508D45E450E8BB6AFFFF85C0746F0FB745FC53500FB745FA500FB745F8500FB745F6500FB745F2500FB745F050E8F701000083C41CFF75EC894620E86A79FFFFFF7508FFB5A4FEFFFFE85CFDFFFF668946068B85C4FEFFFF89461433C0668946046689460C6689460A8D47FF5989068946105966C74608010033C0EB16E84470FFFF50E866E3FFFF59FF75ECE81979FFFF8BC35B5F5EC9C357E830F2FFFF8B78603B3D882402007407E898F8FFFF8BF8837F080075065FE9A8B2FFFF8B442408558B6C24105356660FB6080FB6D140F6443A1D0474478A1084D2750433F6EB5533DB8AF9408ADA8BF3663B35C02502007211663B35C225020077080335C4250200EB32663B35C62502007229663B35C825020077200335CA250200EB180FB7D18D0C3AF6411D10740A660FBEB11D010000EB028BF2660FB64D000FB6D145F6443A1D0474488A550084D2750433C9EB5133DB8AF9458ADA8BCB663B0DC02502007211663B0DC22502007708030DC4250200EB2E663B0DC62502007225663B0DC8250200771C030DCA250200EB140FB7C98D1439F6421D107408660FBE8A1D010000663BCE75106685F60F8518FFFFFF33C05E5B5D5FC31BC083E00248EBF3558BEC5633F6E805F1FFFF8B40603B05882402007405E86DF7FFFF39700875075E5DE9A7AEFFFF8B550853578A1A0FB6CB0FB6F9F644071D04741D428A1A84DB74120FB6FBC1E1080BCF394D0C75108D72FFEB0B85F6EB03394D0C75028BF24284DB75C85F5B8BC65E5DC3558BEC83EC24568B750881EE6C07000083FE460F8CEF00000081FE8A0000000F8FE300000053578BC66A04995BF7FB8B4D0C8B3C8D081A0200037D1085D2750C8BC66A64995BF7FB85D275128D866C07000099BB90010000F7FB85D2750683F9027E0147E8DF0500008D862B01000099BB90010000F7FB8D4EFF6A648975F0897DF88BD88BC19959F7F96A04592BD88D46FF99F7F98B55188955E08BC88BC669C06D01000003CF03CB03C18B750C8D0C408B45148D1CC88B4D1C6BDB3C03DA6BDB3C031D281902004E837D20018D9C0B8081557C8975EC8945E4894DDC741D837D20FF751D833D2C1902000074148D45DC50E89D05000085C0597406031D301902005F8BC35BEB0383C8FF5EC9C3E892EFFFFF8B48603B0D882402007407E8FAF5FFFF8BC88B4424043DFF000000764E8BD0C1EA080FB6D2F6440A1D04744E0FB70DC02502003BC172140FB70DC22502003BC177090FB70DC4250200EB1D0FB70DC62502003BC172240FB70DC82502003BC177190FB70DCA25020003C1C303C8F6411D1074070FBE811D010000C3558BEC53568B750833DB395E08750FFF7510FF750CE82B0500005959EB5A8B4D0C3819744B578B4510EB288A100FB6FAF644371D0474173A1175088A50013A510174148D5001381A740D8BC2EB043A11740540381875D4381875140FB601F644301D047405413819740541381975B75F8A01F6D81BC023C15E5B5DC3E896EEFFFF8B40603B05882402007405E8FEF4FFFFFF742408FF74240850E861FFFFFF83C40CC36A0C6850070200E84AADFFFF6A07E8B8D7FFFF5933F68975FCA1382102008945E48935BC23020083CFFF893DCC190200893DC0190200A1C02302003BC6740D50E8E5D4FFFF598935C02302006810230200E8FF68FFFF3BC7746333C941890DBC230200A1102302006BC03CA3281902006639355623020074108B15642302006BD23C03C2A328190200663935AA230200741FA1B82302003BC67416890D2C1902002B05642302006BC03CA330190200EB0C89352C190200893530190200578D45F050E83DB4FFFF5959E8C3ACFFFFC36A07E843D6FFFF59C3558BEC51515356578B7D108BF08BC76A04995BF7FB837D0C010F85E900000085D28955F8750C8BC76A64995BF7FB85D2751F8D876C07000099BB90010000F7FB85D2740D8BC6C1E0028BB0081A0200EB0B8BC6C1E0028BB0D419020089450C8D872B010000998D5FFFBF90010000F7FF6A645F466A048945FC8BC399F7FF8B55FC5F6A072BD08B4510488BDA99F7FF8B7D108BD769D26D01000003C603C38D8402259CFFFF995BF7FB8B45146BC0072BC20345183B55187F068D7406F9EB0203F0837D14057576837DF800750C8BC76A64995BF7FB85D2751D8D876C07000099BB90010000F7FB85D2740B8B450C8B800C1A0200EB098B450C8B80D81902003BF07E3A83EE07EB3585D2750C8BC76A64995BF7FB85D2751B8D876C07000099BB90010000F7FB85D274098B34B5081A0200EB078B34B5D419020003751C6BC93C034D206BC93C837D08017520034D248935C419020069C9E8030000034D28893DC0190200890DC8190200EB47030D301902008935D0190200034D2469C9E8030000034D28890DD4190200790981C1005C26054EEB0CB8005C26053BC87C0F2BC846890DD41902008935D0190200893DCC1902005F5E5BC9C35633F639352C190200750433C05EC35533ED578B7B14453B3DC0190200750C3B3DCC1902000F84EC0000003935BC2302000F84B4000000663935A82302000FB705B62302000FB70DB0230200500FB705B4230200500FB705B22302005075150FB705AC23020056500FB705AE230200505755EB0C0FB705AE23020050565657560FB705AA23020055E8BBFDFFFF0FB705622302000FB70D5C23020083C42466393554230200500FB70560230200500FB7055E2302005075250FB7055823020056500FB7055A2302005057550FB7055623020056E870FDFFFF83C424EB3A0FB7055A2302005056565756EBE05656565656555755556A02596A0458E849FDFFFF56565656566A055755566A02596A0A58E834FDFFFF83C4488B15C4190200A1D01902003BD08B4B1C7D1A3BCA7C123BC87F0E3BCA7E1E3BC87D1A8BC55F5D5EC333C0EBF83BC87CF23BCA7FEE3BC87E043BCA7CEC8B43086BC03C0343046BC03C030369C0E80300003BCA750F33C93B05C81902000F9DC18BC1EBC133C93B05D41902000F9CC1EBEF6A086860070200E833A9FFFF33F63935C423020075276A06E897D3FFFF598975FC3935C4230200750BE8BBFBFFFFFF05C4230200834DFCFFE806000000E838A9FFFFC36A06E8B8D2FFFF59C36A0C6870070200E8E7A8FFFF6A06E855D3FFFF598365FC008B5D08E80DFEFFFF8945E4834DFCFFE8090000008B45E4E8FAA8FFFFC36A06E87AD2FFFF59C3CC558BEC5633C050505050505050508B550C8D49008A020AC0740983C2010FAB0424EBF18B75088BFF8A060AC0740C83C6010FA3042473F18D46FF83C4205EC9C38B4424048B48388B542408890A8B4808894A048B480C894A088B4810894A0C8B4814894A108B4818894A148B481C894A188B482C894A1C8B4828894A208B483C53568BD957C1E9028D70408D7A2CF3A58BCB83E103F3A48B403C5F5EC644102C00C68230010000005BC20800558BEC81EC6C0100005657FF75088D45F850FF1508F301008B55FC8D45F88945E80FB745F833FF3BC7C745E4FDFFFFFFC745EC40000000760A807C02FF5C74034875F68B4DF82BC803D0663BC766894DF066894DF28955F4668945F8668945FA0F8497000000663BCF0F848E0000006683F9037515803A2A7510807A012E750A807A022A750466897DF068214000006A038D45DC508D45E45068010010008D450850FF1548F301003BC77D0350EB33578D45F0506A0168480100008D8594FEFFFF508D45DC50575757FF7508FF15ECF301008BF03BF77D11FF7508FF1520F3010056E88D66FFFFEB1BFF750C8D8594FEFFFF50E89CFEFFFF8B4508EB0A6A57E84266FFFF83C8FF5F5EC9C20800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E4B501002CB60100000000000000000058B6010070B60100A0B60100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012B8B501000000000000000004D4B501000000000108000001040000ACB50100CCB50100D8B50100E0B501000000000000000000000000000000000037BD01000000000000000000000000000000000000000000041CB60100000000011000000301000010B6010020B601000000000028B601000000000000000000000000000000000089BD0100000000008258FFFFB8B6010015C2010008C0010001000000000000008203FFFFB8B6010015C2010008C0010001000000000000000000000100020A000000000000000000E00F0000000000008109000008BB010026E201000FDC0100010000009CB60100558BEC83EC605633F6393594B601008975F88975FC8975F40F85E80100008B4D085357C70594B6010001000000E8100200008945F0B884B50100BB8CB501003BC38BF873748B0785C074478B40048944B5A046837DF000750E8B4D0850E8A90100008B0F8841018B078B401485C07402FFD08B078B4828F6C1040FB6400174050145FCEB0DF6C10874050145F4EB030145F883C7043BFB72AC837DF400740B66C705981E02000C00EB18837DFC0066C705981E02000800750966C705981E020004006A04583945F876038945F83945FC76038945FC8B4DF48B45FC03C16A08593BC18945F07603894DF08B45F00345F80FB70D981E02008945F06BC91669C0AB0000008BDEC1E30203CB03C1685849445F50E8371100008BCB8BD1C1E902893568B60100893580B60100A36CB60100A384B601008BF88D75A0F3A58BCA8B55F083E103F3A433FF33C903C33BD7890DA01E020076168988A70000008BC805AB0000004A75F0890DA01E020033D266393D981E0200A39C1E020066893D9A1E0200761D33C9A19C1E02008D4401048020FE0FB705981E02004283C1163BD072E58B45F83BC7BE88B6010074158B4D0856C60588B6010000A289B60100E88E0000008B45F43BC774158B4D0856C60588B6010002A289B60100E8720000008B45FC3BC774158B4D0856C60588B6010001A289B60100E8560000005768F01E0200FF1528F301005F5B5EC9C204008B919C00000033C085D274228B899800000085C9565776128BF28B3E3B7C240C740F4083C6083BC172F033C05F5EC204008B44C204EBF533C039819C0000000F94C0C3558BEC83EC0C53568B75080FB646018945F80FB60683E8008BD1578955F4744048743848753E8A46023A42348D5A6476038842348A46013C04762C2C04568BCA884601C60601E8B5FFFFFF80460104836DF8048B55F4C60602EB0C8D5A32EB078BDAEB038B5D088A46023A430276038843028B45F88365080085C08945FC74498D7B03837D080473408A073A46037608FF450883C70AEB2B837D080473176A04582B45088D4B2B8A51F6881183E90A4875F58B55F48A4603FF4508880783C70AFF4DFC837DFC0075BA8B45F88365080085C08945FC74498D7B04837D080473408A073A46047608FF450883C70AEB2B837D080473176A04582B45088D4B2C8A51F6881183E90A4875F58B55F48A4604FF4508880783C70AFF4DFC837DFC0075BA8B45F88365080085C08945FC74498D7B05837D080473408A073A46057608FF450883C70AEB2B837D080473176A04582B45088D4B2D8A51F6881183E90A4875F58B55F48A4605FF4508880783C70AFF4DFC837DFC0075BA8B45F88365080085C08945FC74498D7B08837D080473408A073A46087608FF450883C70AEB2B837D080473176A04582B45088D4B308A51F6881183E90A4875F58B55F48A4608FF4508880783C70AFF4DFC837DFC0075BA8A46068D8AB00000003A01760288018A46078D8AB10000003A01760288018A46095F8D8AB20000003A015E5B76028801C9C2040033C03805A4B50100570F95C0668325EA2002000068555342488D04C50600000066A3E82002000FB7C0C1E00650E8CC0D00000FB70DE8200200C1E1068BD18BF8C1E902893DEC20020033C0F3AB8BCA6A0083E1036898200200F3AAFF1528F301008325E0200200005FC204008B4C240833C040D3E08B4C2404094104807C240C0074040901EB04F7D02101C20C005356B884B50100578BF8BE8CB5010032DB3BFEC6020073138B3885FF7406380F740FFEC383C0043BC672ED33C05F5E5BC3881A8B00EBF668181F020083C9FF51B8800F05FD5068F01E0200FF152CF30100C38B4C240868B81E0200E8C9070000C21000568BF18B0E6A00E8D10700008B0EE8520F0000832600806604FE66FF0D9A1E02005EC351535533DB33ED66391D981E0200578954240C8BF9764C56A19C1E02000FB6F36BF61603C6F640040174288B08E81F0800003B442410751BA19C1E020003C639780E750F8A4804F6C1087407F6C10275028BE8FEC3660FB6C3663B05981E020072B65E5F8BC55D5B59C3568B74240CF686A2000000028B068B0857741E8B44240CC6001CC64001C3C7400886BC010089700C80A6A2000000FDEB4A33FF397E0C74208B44240CC6001CC6400143C7400886BC010089700C8B560C895010897E0CEB23397E1074268B44240CC6001CC6400143C7400886BC010089700C8B5610895010897E1050E8A6090000EB29897812893EF640040274078BC8E8DEFEFFFFF686A200000001740E5757FFB69E000000FF1534F301005F5EC208008BC18B48665333DB83F9028D501472405683C1FE578D70348BC1C1E9028BFAF3A58BC883E1036A08F3A4595F8D42025E8038207305C60000EB0333DB43404975EF85DB7505F6023F74065BE9C568FFFF5BC38BC18B4866495649578D70348D78148BC1C1E902F3A58BC883E103F3A45F5EE99F68FFFF53565768F01E0200FF1530F301008B7424148D7E0A8BD7B102E8CBFDFFFF8BD885DB743B8B0EE8950600008BD08BCBE83BFEFFFF85C075278B0E88460B8A07895E0EC6460C08C6460D0150E8EA0500008B0E6A00E8AC100000804E0408EB258B3E832600806604FE66FF0D9A1E02006A008BCFE8B105000068000400808BCFE8811000005F5E5BC208005355565768F01E0200FF1530F301008B7424188D6E0A8BD5B104E840FDFFFF8BF833DB3BFB744C8B0EE8080600008BD08BCFE8AEFDFFFF85C075388A4E06897E0E885E0B8B47088A003AC87305884E0CEB0388460C8B0E33C08A4500885E0D50E84B0500008B0E53E80E100000804E0408EB238B3E806604FE891E66FF0D9A1E0200538BCFE81505000068000400808BCFE8E50F00005F5E5D5BC208008D91A20000008A02A80475115181C1820000000C04518802E895FDFFFFC35668F01E0200FF1530F301008B74240C33C0C605B81E020030C605B91E020040C705C01E0200ADBD01008935C41E0200A3C81E0200A3D01E0200A3CC1E0200A2D41E0200C605D51E020001A2D61E0200C605E01E020021C605E11E02000A66A3E21E0200660FB64E0566890DE41E020066A3E61E0200E860FCFFFF8B0E68B81E0200E8340700005EC208005668F01E0200FF1530F301008B74240C33C0C605B81E020030C605B91E020040C705C01E020037BE01008935C41E0200A3C81E0200A3D01E0200A3CC1E0200A2D41E0200C605D51E020001A2D61E0200C605E01E020021C605E11E02000A66A3E21E0200660FB64E0566890DE41E020066A3E61E0200E8D5FBFFFF8B0E68B81E0200E8A90600005EC208008B4C240456E8C00300008BF08B4E12804E040285C974198B81A30000008B402085C07402FFD08B4E12E89EFEFFFFEB078BCEE8BAFBFFFF5EC20400568B74240C8B0EE8A20300008A480580F9030F859B00000080780701757933C0C605B81E020030C605B91E020040C705C01E0200F2BE01008935C41E0200A3C81E0200A3D01E0200A3CC1E0200A2D41E0200C605D51E020001A2D61E0200C605E01E020021C605E11E02000B66A3E21E0200660FB64E0566890DE41E020066A3E61E0200E801FBFFFF8B0E68B81E0200E8D5050000EB4380F9037517807807027511E8E3FAFFFF56FF74240CE889FEFFFFEB27806604FE578B3E33C0890666FF0D9A1E0200508BCFE8C602000068000400808BCFE8960D00005F5EC2080053565768F01E0200FF1530F301008B44241033DB3958040F8CC7000000837814080F82BD000000803DA41E0200080F82B0000000803DA51E0200420F85A300000066391DA61E02000F84960000008B7424148A0DA81E02008D7E0A8BD7E813FAFFFF3BC389460E8A0DA91E0200884E0B8A0DAA1E0200884E0C8A0DAB1E0200884E0D743BA0AA1E02003C0272323C20772E8A460C3A46067726385E0974078AC13A4607771A8B0E33C08A0750E8150200008B0E53E8D80C0000804E0408EB2F8B3E806604FE891E66FF0D9A1E0200538BCFE8DF01000068000400808BCFE8AF0C0000EB0AFF74241450E834FEFFFF5F5E5BC2080066A19A1E02005333DB32C9663B05981E02000F832A010000A19C1E0200F6400401740FFEC10FB6D16BD216F64402040175F166FF059A1E0200560FB6F16BF616578B7C241003F0880DE81E0200568BCFE86C0100008A460424F10C018BCF893E884604E866010000536A016A038BCF884605895E12E8680100008A480253884E088A4004536A038BCF884606E8510100003BC3740E8A4802884E098A4004884607EB06885E09885E076A105857C605B81E020030C605B91E020040C705C01E020021C101008935C41E0200891DC81E0200C705D01E0200A41E0200A3CC1E0200C605D41E020002C605D51E020001881DD61E0200C605E01E0200C1C605E11E02000666C705E21E02000042660FB64E0568E8BB010068181F020066890DE41E020066A3E61E0200FF153CF30100E886F8FFFF68B81E02008BCFE85A0300005F5EEB0E8B4C24086800010080E84D0B00005BC204008A41013C80740D0FB6C0C1E005030520200200C333C0C38A41023C80740D0FB6C0C1E005030520200200C333C0C38A41033C80740D0FB6C0C1E005030520200200C333C0C36A006A00FF742410FF1534F30100C208008B410CFF74240483C01850E8CD0F0000C204008B411CC38B5424048B411C89511CC204008A4102C38A442404884107C20400A11C200200C3558BEC8B0D1C20020053560FB735CE1F02005781C6CC1F020033FF8A1184D2744C0FB6C203C83BCE73438A41013C0575348A510380E2033A55087529807D0800742333D28A510233DBC1EA07F7D283E201385D0C0F94C33BD3750A8A5510FE4D1084D274063C0475B2EB028BF98BC75F5E5B5DC20C008B4114C353578BF933DB803F057523E8E8FEFFFF8BD88B430885C074158947088B44240C8360040050E8D903000033C0EB538A4705568B742410884614C6461500C6461600660FB647066689461C8A470483661800C0E80788461EC64601028B470C5683C01850E83410000085C07C1085DB8B4E10894F0874068B4E10894B08836610005E5F5BC20400568BF1578B7E0883660800803E057529E85DFEFFFF8BC8E86DFEFFFFEB0C39780874378BC8E876FEFFFF85C075F08BCEE83DFEFFFF836008008B44240C8360180050C64001438978108B460C83C01850E8C10F00005F5EC204008B44240C8360040050E81503000033C0EBE9E818FEFFFF85C0742556570FB67C240CBE7FFFFFFF23FE0FB6480423CE3BCF740B8BC8E80CFEFFFF85C075EB5F5EC204008B442404538BD82B1D20200200568BF1C64003802B0D20200200C1FB05C1F9058848018BCEE8C2FDFFFF85C0750C885E02EB108BC8E8C9FDFFFF8078038075F38858035E5BC20400535556578BE9E899FDFFFF8B7424148BF83BFEB301750E8A46033C80884502752A32DBEB2685FF74228BCFE88BFDFFFF3BC6740D8BCFE880FDFFFF8BF885FF75E885FF74068A46038847035FC6460380C64601805E5D8AC35BC204008B4424048B50040FB6520483E27F4A83FA048951147C09C7411420000000EB52568B74240C83F202895114578B3CB0803F01751C83FE017437803DA4B5010000740583FE027429C7411420000000EB2083FE01761B8B40080FB6400483E07F4883F80377E283F802750683C2108951145F5EC20800558BEC83EC1453568B75088A460133DBA840885DFF7429395E0875248D55F48955F88955F48D55ECC645FF01885DECC645EE04895DF0C74608AEC3010089560C0FB6C04848744F83E807744283E837742783E803741A83E83F740D83E841754B56E8E4FDFFFFEB5056E856FDFFFFEB488D4118894618EB33395E1075068B4108894610807E29097522895918EB1D8A4105884614EB158A41058846148D41188946188A4104C0E80788461E8B410C5683C01850E8A80D0000385DFF74278BC881E1000000C081F9000000407511535353538D45EC50FF1538F301008B4604895E08895E0C5E5BC9C20400568B7424088D46048B10803A01750B8A520480E27F80FA017409C7411420000000EB1B8B54240C83FA01750683611400EB0C8B364A52508930E863FEFFFF5EC20800558BEC83EC1856578BF96A055E897DFC8B4CB5E84EE876FBFFFF8038008944B5E875ED8B1540F301006A05582BC6F602018D4CB5E850518BCF7407E87EFFFFFFEB05E818FEFFFF5F5EC9C30FB651798B81E0000000C1E205568D7410018A06884179C606808B81E0000000C6441002808B81E0000000C6441003808B81E00000008364101C008B81E0000000C6441007FF8B81E000000003C25EC38B4424048B480885C97406FF700C50FFD1C20400558BEC83EC100FB6450C8365F0008365F800C745F409000000C745FC0D0000008B4C85F00FB7450803C16BC038566A0633D25EF7F685C95E750233C0807D10007403C1E003C9C20C0056B894B50100BEA0B501003BC68BC8731A8B5424088B0185C074093A700175043A10740D83C1043BCE72EA33C05EC204008B01EBF85356578B7C24108D770383E6FCFF1514F30100393598B601008AC87230BB001000802B1D98B60100293598B60100FF1510F301008BCE8BD1C1E902B8CCCCCCCC8BFBF3AB8BCA83E103F3AAEB13FF1510F30100FF74241457FF1580F301008BD85F5E8BC35BC208008B44240453568BF18B8EE00000002BC1C1F8050FB6D0C1E205C6040AFF8A5E798B8EE0000000885C0A018846795E5BC204005356578BF9B9401F0200E875FEFFFF8BF033DB3BF30F84A30000008A442410C606FE884604895E108B470C568BCF89460CE8BEFBFFFF381D401F02008A44241474378D7E1857884605FF15FCF20100810740420F00895E10115F04A1BC1F02003BC3750B8935BC1F0200EB528B401039581075F8897010EB45C606FD68741F0200A2421F020083C9FF51B8C0BDF0FF50C605401F020001881D411F02008935C01F0200C605431F020080885E0568901F0200881DB81F0200FF152CF301005F5E5BC20800837C240400C605431F0200817D0DFF7424086A00E8C8030000EB33817C24040000000175088B4424088048048068741F020083C9FF51B86079FEFF5068901F0200C605B81F020002FF152CF30100C208005332DBFECA80FA1F5676148AC22C20C0E805FEC00FB6C08AD880C2E04875FA0FB6C333F68D448108468ACAD3E6F7D621305E5BC3FF0524200200C3FF0D24200200C353568B35C01F0200578B7E0C33DB83C718381D411F020074095653E82E030000EB3C8BCE881D431F0200E843F8FFFF3818751733C08A4604566864CA010083E07F5057E8C9170000EB1433C98A4E04535681E17FFFFFFF5150E8380E00005F5E5BC3E906FFFFFF53568BF18A46073CFF57741B8B4E108B49140FB6C08B048185C0740B6A00FF761450E8EFEFFFFF803E05BB401F0200752A8BCEE8D3F7FFFF8BF8568BCFE83CFAFFFF84C075248A57058B4F0CE806FFFFFF578BCBE8B7FDFFFFEB0F8A560584D274088B4E0CE8EDFEFFFF568BCBE89EFDFFFF5F5E5BC38B4C2404803904567532E89DF7FFFF8BF085F67439578BCEE8A6F7FFFF8BF88B461085C0740656FF500CEB078BCEE857FFFFFF85FF8BF775DD5FEB128B411085C0740651FF500CEB05E83CFFFFFF5EC20400558BEC51515333DB381D411F02007408FF750CE896FFFFFFA1BC1F02003BC3881D411F0200750E891DC01F0200881D401F0200EB75A3C01F02008B4810890DBC1F02008A4805880D421F0200C605431F020080C600FDA1C01F0200895810A1C01F02008858058D45F850FF15FCF20100A1C01F02008B4DFC3B481C7C117F088B4DF83B48187607E845FEFFFFEB1C68741F0200881DB81F0200FF701CFF701868901F0200FF152CF301005BC9C208005657FF74240C8BF9E881F8FFFF8BF085F6745F568BCFE8ECF8FFFF803EFE7532A1BC1F02003BC6750D8B4610A3BC1F0200EB0E8B40103B701075F88B4E108948108366100056B9401F0200E849FCFFFFEB20803D401F02000074113935C01F02007509C605411F020001EB0656E88DFEFFFF5F5EC20400558BEC5180390556577509E80DF6FFFF8BF0EB028BF18BCEE800F6FFFF8BF885FF741E8A4604247F8845FCFF75FC8BCFE854FFFFFF6A05FF75FC8BCFE813FCFFFF5F5EC9C3558BEC5153565732DB33FF803D411F0200008BF1885DFCC605431F02000A7522E8B3F5FFFF8BF8568BCFE81CF8FFFFA0421F020084C0740A8AD88A4604247F8845FC8A560584D274088B4E0CE8D3FCFFFF56B9401F0200E881FBFFFF84DB740DFECB8BCF53FF75FCE8A2FBFFFF566A00C605411F020000E819FEFFFF5F5E5BC9C38B4C240833C039442404C605431F0200097D0B3805411F0200750B8841053805411F02007405A2421F0200E84FFFFFFFC20800803D411F02000056C605431F02000875488B74240C8BCEE808F5FFFF803800752133C08A460483E07F508B460C83C01850E8DA140000566A008BCEE88DFFFFFFEB2733C98A4E046A015681E17FFFFFFF5150E8F10A0000EB108B4C240CC605421F020000E8E3FEFFFF5EC20800558BEC83EC0C53568BF133C94133DB395D0857894DFCC605431F0200077D11817D08000400807503895DFC895E10EB218A46073CFF741A8B56108B52140FB6C08B04823BC3740A51FF761450E871ECFFFF8A063C020F840B0100003C010F84030100003C058B4E088BFE894DF4895E08C745F826CC01000F859A0000008BCEE861F4FFFF8BCE8BD8E82AF4FFFF803D411F0200008BF80F8593000000837E1000752F568BCFE880F6FFFF56B9401F0200E807FAFFFF8BCFE812F4FFFF85C0751157A2421F020050E8C7FEFFFFE9B400000085DB745AA11C2002000FB60803C18078010475F5A31C2002008A4002884302A11C2002008A4805884D098A48068A4007884D0A88450BC6450882FF75088BCBE877000000EB6E395D087D13395DFC7507C605421F020000C745F845CE01008B45F8A34C1F02008B45F4A3541F0200C605441F02001CC605451F020043893D501F02008B470C68441F020083C01850E8F7040000EB1F395D087D13395DFC7507C605421F0200005653E949FFFFFF5653E8EFFBFFFF5F5E5BC9C20400568BF1E893F7FFFF837E14207416FF742408E87CF8FFFF85C0894610740656FF5008EB0C8BCE6800040080E844FEFFFF5EC20400A1E823020085C074098B4818890DE8230200C3558BEC83EC0C8365F80053568BDA894DF4FF1514F301008845FFE8CEFFFFFF8BF085F6750CC745F800010080E92E0100005733C06A0C598BFEF3AB8BC62B05E02302008946148A43168846118A431788461333C08A431E5033C08A46115033C0668B431C50E899F7FFFF6689462233C08A4314330683E07F31060FB643158B0EC1E00733C1258007000033C1807E11008906750925FFE7FFFF8906EB1AF64315806A00590F95C141C1E10B33C881E10018000033C8890E8B0E33C08A431E81E1FF5FFFFF83E00183C802C1E00D0BC189060FB74B1CC1E11033C881E10000FF0733C833C0890E89460C8946088946048B53183BD074278BC133FFC1E90783E10F472500180000D3E73D001000007503C1E710853A7407C74608020000008A461184C05F74133C02740F8B4DF48BD6E8D41200008945F8EB0A8B4DF48BD6E8AB110000837DF8007C05897310EB1283631000A1E82302008946188935E82302008B75F88A4DFF897304FF1510F301008BC65E5BC9C38B4A108B410883E00189421480792600750680792700740683C80289421433C0C38B42108B5214F6C2047404836008FDF6C208740483480802F6C201750E8B4808F6C101740683E1FE89480833C0C38B811C0400005633F63BC2740D8BF08B40243BC275F785F6750B8B402489811C040000EB068B40248946248D81200400003B10750289305EC38B81240400005633F63BC2740D8BF08B40243BC275F785F6750B8B4024898124040000EB068B40248946248D81280400003B10750289305EC38B41285633F63BC2740D8BF08B40243BC275F785F675088B4024894128EB068B40248946243B512C750389712C5EC351578BFA807F260074690FB6471183E8005355741D4848740B4875558D5F288D6F2CEB1A8D99240400008DA928040000EB0C8D991C0400008DA920040000568B33397E1075178B46248903C746040F0000C0FE4F2656E830F5FFFFEB07897424108D5E2439750075D68B4424108945005E5D5B5F59C3568BF2FE4620F6461020578BF9752B804E0140E86A1400004089461C83BF38040000007404804E10408B0F6A045889410C8B0F894110804E10205F5EC3568B74240CF6462201740AB800000240E99E0000005357FF1514F301008B7E10F64710108AD8757A668B4622A80274520FB6471183E800742648487415487407BE00060080EB608BD68BCFE8CEFEFFFFEB188B4C24108BD6E888FEFFFFEB0B8B4C24108BD6E842FEFFFFFE4F26804E220156C746040F0000C0E85AF4FFFF33F6EB258B4C2410660D0100668946228D812C0400008B108956248BD78930E821FFFFFFBE000002408ACBFF1510F301005F8BC65B5EC20800535556578BFA8B77108BE9FF1514F30100804E10108BD68BCD8AD8E876FEFFFF8A461184C0740F3C02740B8BD68BCDE8E1110000EB098BD68BCDE81D0F00008BD68BCDE8C4FEFFFF8D85340400008B08894F148ACB8938FF1510F301005F5E5DB8000000405BC3515355568BF2578B7E108BE933DBFF1514F301008BD78BCD88442413E80EFEFFFF385F27741B8D85300400008B08894E148BD78BCD8930E869FEFFFFBB000000408A4C2413FF1510F301005F5E5D8BC35B59C3558BEC56578B7D0C0FB6470183F80C0F8F8300000074756A02592BC174622BC174524874402BC1742A2BC174172BC10F85B10000008B4D088BD7E8BC140000E9B30000008B4D088BD7E8BC120000E9A40000008B4D08E87912000089471433F6E9940000008B4D088BD7E89EFCFFFFE9830000008B4D088BD7E86EFCFFFFEB778B4D088BD7E8EEFAFFFFEB6B8B4D088BD7E8CC150000EB5F83F80D745083F83F7E4483F8417E3383F843742283F846741183F84A75308B4D088BD7E8F7130000EB358B4D088BD7E8E1FEFFFFEB298B4D088BD7E86EFEFFFFEB1D8B4D088BD7E8571C0000EB11BE00020080EB0C8B4D088BD7E88A1600008BF08BC625000000C03D00000040740957897704E857F2FFFF5F8BC65E5DC20800568B742408837E04007D1D6898200200FF1530F30100FF35902002008B4C2410FF7604E80CF5FFFF5EC208006898200200FF1530F30100FF35902002008B442408FF70048B4C2410E8A0F7FFFFC20800568B742408578BCEE850EDFFFF660FB6780333D28D4808C60130518BCEC6400940C7401059DF010089701489501889502089501C885024885025885026C6403023C640310166C7403201006689783466895036E8E0EFFFFF5F5EC20400568B7424088A06C0E80424017411837C240C00750AE804F4FFFF8026EFEB1384C0750F837C240C007408E8E8F3FFFF800E105EC20800568B74240C8BCEE8BEECFFFF8B0DDC20020083E900744B49743449741D49754DA1E020020085C074446A0050E899FFFFFF8325E020020000EB33FF35902002008BCE6800060080E8BEF6FFFFEB1FFF35902002008BCE6800060080E8F1F3FFFFEB0B83C008508BCEE84AECFFFF5EC21000833DE02002000056BE98200200741B56FF1530F301006A00FF35E0200200E836FFFFFF8325E0200200008B54240885D27507B8001F0AFAEB0F83FA03B8508EF4FF7405B8C0B4B3FF68C020020083C9FF5150568915DC200200FF152CF301005EC20400558BEC5356578B7D088BCFE8E6EBFFFF8BF0668B463A33DBA810745B833DDC20020001754A391D902002007442689820020033FFFF1530F30100668B4638A8027410A810750CF6C402740CBF00000001EB05BF00060080A1902002008B4D085057891D90200200E811F3FFFF8B7D0880663AEF6A14EB77A801744D33C98A4E03884D08B00149D2E0F6463801741A844605740AFF75088BCFE85CF4FFFF57E8F6FDFFFFE99F0000008A4E0584C87411FF7508F6D022C18BCF884605E839F4FFFF80663AFE6A10EB26A80274086625FDFF6A11EB16A80474086625FBFF6A12EB0AA80874546625F7FF6A136689463A5966894E32660FB64E038D460866894E34508BCFC60030C6460940C7461029DF0100897E14895E18895E20895E1C885E24885E25885E26C6463023C646310166895E36E89BEDFFFFEB0F6683663A005783C60856E8060600005F5E5B5DC2040056578B7C24108BCFE89BEAFFFF6A008BCF8BF0E894EAFFFF8026FE66FF0DEA200200F60602742B6A0056E879FDFFFF3B35E020020075126898200200FF1530F301008325E0200200008BCFE8E4F1FFFFEB0C68000100808BCFE82AF5FFFF5F5EC20800558BEC518B4D08535657E836EAFFFF33C93BC16A04B2035EC745FC01000000BF25D601000F84A60000008A5D0C3858020F829A000000384D148B4510A390200200741133D2428BF2BF51D60100C745FC02000000FF75FC660FB6C3893D682002008B7D08C6056020020030C6056120020040893D6C200200890D70200200890D78200200890D74200200880D7C200200880D7D200200880D7E200200C60588200200238815892002006689358A20020066A38C20020066890D8E200200E82AFDFFFF68602002008BCFE852ECFFFFEB10FF75108B4D086800030080E8ECF0FFFF5F5E5BC9C210008B4424048B4C240850C6001CC64001C3C740082AD9010089480CE81AECFFFFC20800568B7424088BCEE830E9FFFF8B503C8D4808C6011C518BCEC6400943C7401074DA0100897014895018E8E9EBFFFF5EC20400538B5C240C578BCBE8FDE8FFFF8BF88A07A802740853E8B3FFFFFFEB6F568B742410837E04008BCB7D0B0C088807E851F2FFFFEB5683660800C60618C64601058B473C56894610C7461404000000E892EBFFFFC60628C6460141C746085FDC0100895E0C8B473C8946108D47388946180FB64707568BCB894614C6461C02C6461D01C6461E00E85AEBFFFF5E5F5BC20800568B74240C8BCEE86DE8FFFF8A08F6C102740856E824FFFFFFEB3C8B542408837A04007C0C56C6400600E854FCFFFFEB26FE400680780603760E80C90888088BCEE8ADF1FFFFEB0F528BCEC7421404000000E8FDEAFFFF5EC20800568B74240C8BCEE812E8FFFF8A08F6C102740856E8C9FEFFFFEB3C8B542408837A04007D28FE400680780603760E80C90888088BCEE85EF1FFFFEB1B528BCEC7421404000000E8AEEAFFFFEB0A56C6400600E84B0200005EC20800558BEC518B4D085356E8B5E7FFFF8BF0800E0233DB43885DFC845E057412FF75FC8B4D08E89DF0FFFF8AC3F6D0204605D1E3FE45FC8A45FC3A460276DCF606085E5B7408FF7508E83BFEFFFFC9C2040056578B7C24108BCFE866E7FFFF8BF08A0EF6C102740B57E81BFEFFFFE9A60000008B44240C5333DB3958047C3E3B35E020020075116898200200FF1530F30100891DE02002006A0156E825FAFFFF33C98A4E02B00157885E0641D2E0FEC8224638884604E88E010000EB5BFE4606807E0603760E80C908880E8BCFE86DF0FFFFEB44C60030C6400140C74008C8DA010089780C89581089581889581488581C88581D88581EC6402802C64029016689582A660FB64E016689482C508BCF6689582EE888E9FFFF5B5F5EC20800578B7C240C8BCFE89BE6FFFF8A08F6C102740B57E852FDFFFFE99E000000568B74240C33D23956047D28FE400680780603760E80C90888088BCFE8E2EFFFFFEB7AC7461404000000568BCFE832E9FFFFEB69668B483AF6C101885006740933F66681E1FEFFEB0DF6C102744933F6466681E1FDFF6689483A8D4808C60130C6400940C74010B4DB010089781489501889502089501C885024885025885026C6403020C640310166897032668950346689503651EB9457E8700000005E5FC20800568B74240C8BCEE8DBE5FFFF8A48033A480275378B483C8948188D48388948200FB64807C6400300C6400828C6400941C740105FDC010089701489481CC6402402C6402501C6402600EB118B542408FEC1884803660FB6C966894A2C83C008508BCEE85BE8FFFF5EC20800558BEC5356578B7D088BCFE86CE5FFFF8A580433C9B201884803885D0B84550B750FFE40038A5803D0E23A580276EEEB08F6D22250048850048A58033A5802884826C64024028978148D7008762E8B503C8950188D50388950200FB650075150C60628C6400941C740105FDC010089501CC6402501E802F8FFFFEB483AD98D50386A048950205A66894832884831884825894818C6400940C606306689503689501C750DC740102BDD0100C64030A0EB0FC7401059DB0100C64030A3660FB6CB66894834568BCFE88BE7FFFF5F5E5B5DC20400568B74240C8BCEE89DE4FFFFF60002567407E856FBFFFFEB136683783A007407E88EF8FFFFEB05E801FFFFFF5EC208005356578B7C24148BCFE86BE4FFFF8BF080663AFE33C08A460333C98AC8B3016A055049D2E38BCFE81BEAFFFF660FB65603085E0533C98D4608894E18894E20894E1C884E24884E25884E2666894E36508BCFC60030C6460940C7461029DF0100897E14C6463023C646310166C74632100066895634E8DAE6FFFF5F5E5BC208005356578B7C24148BCFE8EBE3FFFF68982002008BF0FF1530F301008B44241033DB3958047D0857E891FAFFFFEB77A0322002003C078846027604C64602076A03E85BF7FFFF6A01568935E0200200E8A6F6FFFF538BCFE87EEEFFFF8D4608508BCFC6460301C60030C6460940C74610EBDD0100897E14895E18895E20895E1C885E24885E25885E26C6463023C646310366C74632080066C74634010066895E36E82FE6FFFF5F5E5BC20800566898200200FF1530F301008B74240833C03946047D0BFF74240CE8F2F9FFFFEB56578B7C24106A085950C60630C6460140C74608D9DF0100897E0C894610C7461830200200894E14C6461C02C6461D0188461EC64628A0C646290666C7462A00296689462C66894E2EE886F6FFFF568BCFE8B2E5FFFF5F5EC20800558BEC8B4D0C535657E8C4E2FFFF68982002008BF8FF1530F301008B750833DB395E040F8CED000000668B0D3220020033D26683F930B8302002000F87D50000000FB7C9394E14894D080F82C60000008A000FB6C803D13AC30F84B70000003B55080F83AE0000008D82302002008078010575DC668378040477088A4804884F07EB04C64707048A4802884F01C60620C6460102895E088A4802884E158A40038B4D0C2403884616C6461710660FB64707566689461CE8F2E4FFFF85C07C578B461089473C8B7D0CC60630C6460140C7460884E00100897E0C895E10895E18895E14885E1C885E1D885E1E885E28C6462909660FB60535200200536689462A66895E2C66895E2EE86DF5FFFF568BCFE899E4FFFFEB09FF750C56E855F8FFFF5F5E5B5DC2080066A1EA200200535633DB33F6663B05E82002000F83B6000000A1EC200200F60001740B8BC883C14046F6010175F766FF05EA200200558B6C2410C1E6065703F0568BCDE868E1FFFF8A0624F58D7E080C01578BCD8806885E05885E06C60720C6460982895E10E81CE4FFFF6A3058556808D7010068C02002008807C6460940C7461000E10100896E14895E18C746203020020089461CC6462402C6462501885E26C6463080C646310666C74632000266895E3466894636FF153CF3010053E890F4FFFF578BCDE8BCE3FFFF5F5DEB0E8B4C240C6800010080E8AFEBFFFF5E5BC20400558BEC8B45088B4D108B550C8988700400008B4D14568988740400008B0866C7450810008B7508897491508DB0A00400005683CAFF52B9C0BDF0FF51057804000050FF152CF301005E5DC21000558BEC518B45088B008B4D0C66C745FC01008B55FC89548850C9C20800807A11008B0156750B8DB10C04000083C020EB098DB11004000083C0288B0E894A1889168B4A1885C95E7505214A0CEB068B4914894A0C8B4A148908C3807A11005657750D8DB10C0400008B0983C120EB0B8DB1100400008B0983C1288B0633FF3BD074098BF88B401885C075F385FF740E8B4818894F188B400C89470CEB0A8B501889168B400C89015F5EC333C085C9760F568BF283E601D1EA498D044675F35EC3558BEC51568BF18A4D0880F920578BFA72160FB6D16A0583EA2059E8CAFFFFFF8B4E08893C81EB498AC1D0E053FEC08AD98845FCC6450B00D0E30FB6C0C1E0048D44300C83780800750EFF75FC8BD78BCEE8AAFFFFFFEB068B400C89780C8AC384C08845FC7409FE450B807D0B0272CA5B5F5EC9C20400558BEC83EC1053568BF2807E1103577553B02038461373098A5613D0E83AC277FA8AD8D0E3FECB3AC3BFE02E00008845FF773D0FB6C0C1E0048D54081033C0668B42FE66034202660302663BC773088BF88A45FF8845FBFE45FF83C210385DFF76DBEB0C668B79106603790EC645FB00668B46220FB7FF0FB7D003D70FB7B9140400003BD77E0AB800080080E9460100008A55FB0FB6FAC1E7048D7C0F0C8856126601470284D27507B0018845FFEB118AC2D0E08845FF8AC2D0E0FEC03C4077403845FF772D0FB655FFC1E2048D540A128955F08AD02A55FFFEC20FB6D28955F48B55F0668B5E2266011A83C210FF4DF475F1D065FFD0E0FEC03C4076C38A55FB80FA018855FF76618A45FF0FB655FF34010FB6C0C1E2048D540A0CC1E00433DB668B5A04668B52028D44080C668955F40FB750040FB7400203D00FB745F4895DF00FB7DB03C33BC27E1F8A45FF8B5DF08B55F4D0E803D30FB6D8C1E3043C016689540B108845FF779F807DFF01750C668B41206603411E668941108B470833D23BC275368A45FBEB0484C0740ED0E80FB6D8C1E30439540B1474EE0FB6C0C1E0048B4408143BC274068B401489460C89770889770C895618EB0F8946188977088B46188B401489460CFF75FB8B5614E8B4FDFFFF33C05F5E5BC9C3558BEC83EC14668B42228365FC00538A5A12668945F00FB6C356C1E0048BF1578D7C300C8B47088955EC885DF43BC2740A8945FC8B401885C075F28B481885C975348B4DFC33D284DB894F0C8955F8742D8AD3EB0484D2740FD0EA0FB6CAC1E104837C31140074ED0FB6CAC1E1048B4C311485C974058B5114EB038B55F88B4DFC85C98B4018750FFF75F48BCE894708E818FDFFFFEB0689411889510C668B45F06629470284DB0F85C3000000B0018AC83AC877280FB6D1C1E2048D7C32128AD02AD1FEC20FB6D28955FC8B55EC668B522266291783C710FF4DFC75EED0E0D0E1FEC03C4076CA80FB0176718AD380F2010FB6CAC1E1048D4C310C0FB779040FB7490203F90FB6CBC1E104897DFC8D4C310C0FB779040FB749028AC303F9D0E83B7DFC7F120FB6C8C1E1040FB74C3110394DFC74258ADA0FB6CBC1E1048D4C310C668B5104660351020FB6C8C1E1043C0166895431108AD8779280FB01750C668B46206603461E668946105F5E5BC9C38ACB8AC3E964FFFFFF8B41088B91180400000FB788800000008BC133C281E1FF7F000025008000000BCA03C1C3A10824020085C074088B08890D08240200C3558BEC83EC14A10C24020053578BDA894DEC8945F8FF1514F301008845FEE8CBFFFFFF8BF885FF897DF4750ABF00010080E965010000568B75F8C1E60633C08D4E308BD1C1E902F3AB8BCA83E103F3AA8B45F403F089462C8BC62B05E0230200C646110189461433C0C6461301668B43166A006A0150E8F6DFFFFF8B55F8668946228856248A4318240188461033C08A43146A00330683E07F31060FB643158B0EC1E00733C1258007000033C18906F6431580590F95C125FFC7FFFF4183E10383C918C1E10B0BC8890E0FB74316C1E01033C1250000FF0733C18B4E0889068B462C2B05E023020033C883E10F33C8894E0832C985D2894604884DFF765D33C08B562CC1E0068D3C10897DF02B3DE02302008B55F083C740FEC9884A2D8B562C8A4DFF884C102C8B562C897410208B562C83641028008B562C83641024008B562C03D0804A02018B562CFEC1897C10080FB6C13B45F8884DFF72A58B562C0FB6C1C1E006836410C8008B462CFEC988482D8B4DEC8BD6E8FAFAFFFF8BF885FF7C05897310EB14836310008B0D082402008B45F48908A3082402005E8A4DFE897B04FF1510F301008BC75F5BC9C35355568BF28B6E10578BF9FF1514F301008BD58BCF8AD8E888FCFFFF8BD58BCFE876E9FFFF8D87340400008B08894E148ACB8930FF1510F301005F5E5DB8000000405BC3558BEC83EC248365EC00568BF2578B7E108975F0894DDC897DE0FF1514F301008A4F243A4F258845FF750CC745EC000D00C0E9150100000FB64726538BD8C1E306035F2C40990FB6C9F7F98B76188365F4008975E48857268B46188943248B461C8943288B45F0897B200FB64014C1E0153303250000E00031038B0E8B0349C1E11833C881E10000000733C8890B8B460425FF0F0000833E008945E8762B8D4E08894DF88D4B108BD06681CA00E06689118B55F80FB7128345F80203C2FF45F48B55F441413B1672DE2B45E86A0050FF76048945E8FF15D4F30100FF7604FF15D0F301008B4DE88943048B46048D4408FF50FF15D0F3010089430CF647100174108D73108D7B30A5A5A5A58B75E48B7DE0F647100274208B4DDCE8BAFCFFFF8B4F28408BD12BD085D27E028BC16689038B0E03C8894F28FE47258A47253A47248B75F074068B43088947045B8A4DFFFF1510F301008B7DEC56897E04E80BDDFFFF8BC75F5EC9C3558BEC83EC188365F000538B1D14F3010056578BFA8B7710897DF4894DF8FFD3F64610028845FF740ABE000E00C0E9CC0000008B4DF8E837FCFFFF8A5610F6C204743A80E2FB39461C88561075278A4DFFFF1510F30100834DECFF8D45E8506A006A00C745E8F0D8FFFFFF150CF30100FFD38845FF8B4DF8E8F5FBFFFFF6461001740F8A4E243A4E257407BE001000C0EB6DF64718018D480175128B57148BC22BC178743D000400007F6D8BCA8A56248AC22A46250FB6FA0246260FB6C099F7FF8B7E2C0FB6D28BC2C1E00666890C078B7E2C0FB64407030FB65E2483E0078D4C01018D420199F7FB3A562675D6806601BF804E10028B7DF4894E288B75F08A4DFFFF1510F3010057897704E8F4DBFFFF5F8BC65E5BC9C3BE000B00C0EBE051535556578BFA8B77108BD933EDFF1514F30100F646100288442413741C804E01408BCBE82AFBFFFF404089461C8A461024FD0C04884610EB05BD000F00C08A4C2413FF1510F3010057896F04E894DBFFFF5F5E8BC55D5B59C3A1EC23020085C074098B4814890DEC2302008A4C2404806002FE88481FC20400668B44240466390502240200730433C0EB0A6629050224020033C040C20400668B44240466390506240200730433C0EB0A6629050624020033C040C20400578BFA33D2668B570233C081E2FF07000039411474118B4114560FB7F233D2F7F65E85D2740140807F11005F750383C003C35356578BF1FF368BFAFF15D0F301008B0E81E1FF0F0000BA001000002BD18B4C241089118B1F3BD3760289198B1129178B09010E5F5E5BC20400558BEC83EC2833C0538BDA668B430256578B7D08894DE08A895C040000884DE825FF0700008945D88B47148945F033C0FE4B26FE4327668B4F226681E1FDFF6683C90466894F228B73043BF08945EC88450B8945E48945F48945F87409A1E023020003F0EB19FF75E8E8C8FEFFFF8BF08B461033430883E00F334610894308807B11008975FC756633C0B0FE2A45E850E8A1FEFFFF8B4F28FF75E889088B4F2C8945DC894804E88BFEFFFF8BF08B45FC8B0881E1FFFF030081C90000E0E289088B4DDC8B51108950048B56108950088B491083C107C6450B0289480C895814C6401C00C6401E01C6401D00897818837DF00074166A00FF75F0FF7718FF15D4F301008B47188945DCEB04C6471C01837DF0000F84110100008D45EC508D55F08D4DDCE89FFEFFFF8945FC8B55EC8B45F48B4DD803C23BC1731285D20F84C2000000837DF0000F85B8000000837DF40074222B4DF48B45E43BD189460473028BCA8A45F4014DFC02C12BD18365F40088461DEB1E3BD18B45FC894604730C0155FC8365EC0088561DEB0B014DFC884E1D2BD18955EC8B45FC8B0E80750B014889460C0FB6450BFF75E881E1FFFFFB0F81C9000000E0C1E01833C1250000000333C1890E0D0000E00033C98906895E14C6461C00C6461E008A4F1C25FFFFE7F3897E188975F883E103C1E1130BC8890EE843FDFFFF8B4DF88BF08B4610894108E927FFFFFF837DF0008B45FC8945E48955F40F8502FFFFFF837DF800740D807F1D0074078B45F880480204807B1100756A806602FB8B0E33C0807F1C02FF75E80F95C08975F840C1E01333C1250000180033C133C989068A4F1E8366040083660C0025FFFF1F00895E14C6461C02C6461E0283E10781C918FFFFFFC1E1150BC8890E897E18C6461D00E8AAFCFFFF8B4DF88BF08B4610894108EB180FB64F1E8B45F8C1E1153308C6401C0281E10000E0003108C6461E03668B47148367140066894720807B20008B46108943047504806301BF8A5B1184DB750E8B45E08B00C7400802000000EB1180FB02750C8B45E08B00C74008040000005F5E5BC9C20400558BEC51568BF2837E2800894DFC7440538B4628668B56240FB758200FB7CA03CB83F9037F298B482485C9894E287503214E2C668B48206603CA66894E248B4DFC508BD6E8B9FCFFFF837E280075C25B5EC9C3568BF183BE2404000000743F578BBE2404000033C0668B472050E805FCFFFF84C074278B472485C089862404000075062186280400008B5710578BCEE86EFCFFFF83BE240400000075C35F5EC3568BF183BE1C04000000743F578BBE1C04000033C0668B472050E899FBFFFF84C074278B472485C089861C04000075062186200400008B5710578BCEE821FCFFFF83BE1C0400000075C35F5EC38B44240466837820037607B800050080EB1E568B722C85F67405894624EB0389422889422CE8E9FEFFFFB8000000405EC20400668B4220663B05042402007606B800050080C38D8124040000833800740B8B8128040000895024EB028910899128040000E8FDFEFFFFB800000040C3668B4220663B05002402007606B800050080C38D811C040000833800740B8B8120040000895024EB028910899120040000E80EFFFFFFB800000040C3558BEC5153568BF2578B7E108BD98BD78BCEE8E7FAFFFF66894620FF1514F30100FE4726836624008845FF66C7462202000FB6471183E800742548487416487407BB00060080EB26568BD78BCBE803FFFFFFEB148BD68BCBE82BFFFFFFEB098BD68BCBE85CFFFFFF8BD885DB7D086683662200FE4F268A4DFFFF1510F301005F5E8BC35BC9C3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000450000804300008031000080B2000080A5000080A400008031010080800000809C000080300100802101008063000080A1000080810000802D01008018000080BB000080E2000080710000809500008061000080910000809F0000806B00008042010080DA000080CA000080EC000080D3000080BE000080AB0000802F000080B6000080B30000804401008026010080150100802E01008002010080FF0000800F00008068010080170100804701008048010080D7000080CB00008051010080500100804F0100804601008028000080DB000080C8000080C7000080B80000800D01008023010080D900008065010080AD000080AF000080E9000080C6000080C40000805401008043010080CF000080A6000080380100805F0000800000000000000000E991ED660000000002000000510000009CFA00009CFA0000486172646469736B305C506172746974696F6E3134000000486172646469736B305C506172746974696F6E3700000000486172646469736B305C506172746974696F6E3500000000486172646469736B305C506172746974696F6E3400000000486172646469736B305C506172746974696F6E3300000000486172646469736B305C506172746974696F6E3600000000486172646469736B305C506172746974696F6E31000000004364726F6D3100004364726F6D300000486172646469736B305C506172746974696F6E32000000005C3F3F5C2573000025730000584C61756E6368584245202D204661696C6564003B000000584C61756E6368584245202D2046696C65206E6F7420666F756E640A00000000584C61756E6368584245202D20556E61626C6520746F206D6F756E742064726976650A00443A0000584C61756E6368584245202D20556E61626C6520746F2066696E6420786265206E616D650A000000584C61756E6368584245202D2044657669636520506174683A2000005C4465766963655C00000000584C61756E6368584245202D20556E61626C6520746F2066696E64207862656E616D650A000000000A000000584C61756E6368584245202D20506174683A2000433A5C78626F78646173682E78626500433A5C7862{}78646173682E78626500433A00005C4465766963655C486172646469736B305C506172746974696F6E32000000005C4465766963655C486172646469736B305C706172746974696F6E315C554441544100005C3F3F5C553A00005C4465766963655C486172646469736B305C706172746974696F6E315C544441544100005C3F3F5C543A00005C4465766963655C486172646469736B305C706172746974696F6E315C0000005C4465766963655C4364526F6D3000005C3F3F5C443A00005C536176654D6574612E7862780000000D0000005C5469746C654D6574612E78627800000E0000005C5469746C65496D6167652E786278000F0000005C53617665496D6167652E78627800000E0000005C436F6E74656E744D6574612E78627800000000100000004E0061006D006500000000005400690074006C0065004E0061006D00650000002A0000000100000024435C2A000000000400000024435C00030000005B00440065006600610075006C0074005D0000000D000A00000000004E006F0043006F00700079003D0031000D000A00000000003D000000FFFE000025006C00630025006C00730025006C00630025006C00730025006C007300000024245853494D41474500000024245854494D41474500000024245854494E464F000000002530386C7800000000000000000000003C1F0200000000009000000000000000FFFFFFFFB7250100C025010000000000FFFFFFFFED270100F127010006000700B4F601005C4465766963655C4364726F6D3000000E0000005C3F3F5C593A0000743A5C24755C2573000000005C4465766963655C4364726F6D300000636F6E74656E746D6574612E786278002573257300000000743A5C24755C00005C536176654D6574612E7862780000000D0000005C5469746C654D6574612E78627800000E0000005C5469746C65496D6167652E786278000F0000005C53617665496D6167652E78627800000E0000005C436F6E74656E744D6574612E78627800000000100000004E0061006D006500000000005400690074006C0065004E0061006D00650000002A0000000100000024435C2A000000000400000024435C00030000005B00440065006600610075006C0074005D0000000D000A00000000004E006F0043006F00700079003D0031000D000A00000000003D000000FFFE000006000700CCF9010006000700C4F901005C4465766963655C486172646469736B305C506172746974696F6E25645C00001C001D0094F901005C4465766963655C486172646469736B305C706172746974696F6E30000000005C3F3F5C583A00005C3F3F5C573A00005C3F3F5C4E3A00005C3F3F5C5A3A000000000000FFFFFFFFBC400100CA40010000000000FFFFFFFF00000000FE4B010000000000FFFFFFFF00000000F84D01005C536176654D6574612E7862780000000D0000005C5469746C654D6574612E78627800000E0000005C5469746C65496D6167652E786278000F0000005C53617665496D6167652E78627800000E0000005C436F6E74656E744D6574612E78627800000000100000004E0061006D006500000000005400690074006C0065004E0061006D00650000002A0000000100000024435C2A000000000400000024435C00030000005B00440065006600610075006C0074005D0000000D000A00000000004E006F0043006F00700079003D0031000D000A00000000003D000000FFFE0000543A5C24435C2530385825303858000000000000FFFFFFFFE55A0100E95A0100000000000600000600010000100003060006021004454545050505050535300050000000002028385058070800373030575007000020200800000000086068606060600000707078787878080708000007000808080000080008000708000000286E756C6C29000028006E0075006C006C0029000000000000000000FFFFFFFF00000000A66F010050726F6772616D3A200000000A0A00002E2E2E003C70726F6772616D206E616D6520756E6B6E6F776E3E00004120627566666572206F76657272756E20686173206265656E2064657465637465642077686963682068617320636F72727570746564207468652070726F6772616D27730A696E7465726E616C2073746174652E20205468652070726F6772616D2063616E6E6F7420736166656C7920636F6E74696E756520657865637574696F6E20616E64206D7573740A6E6F77206265207465726D696E617465642E0A00427566666572206F76657272756E20646574656374656421000000000000000041207365637572697479206572726F72206F6620756E6B6E6F776E20636175736520686173206265656E206465746563746564207768696368206861730A636F72727570746564207468652070726F6772616D277320696E7465726E616C2073746174652E20205468652070726F6772616D2063616E6E6F7420736166656C790A636F6E74696E756520657865637574696F6E20616E64206D757374206E6F77206265207465726D696E617465642E0A00000000556E6B6E6F776E207365637572697479206661696C757265206465746563746564210000FFFFFFFFF16F0100F56F010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000200020002000200020002000200020002800280028002800280020002000200020002000200020002000200020002000200020002000200020002000200048001000100010001000100010001000100010001000100010001000100010008400840084008400840084008400840084008400100010001000100010001000100081008100810081008100810001000100010001000100010001000100010001000100010001000100010001000100010001000100100010001000100010001000820082008200820082008200020002000200020002000200020002000200020002000200020002000200020002000200020002001000100010001000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020002000200020002000200020002000200068002800280028002800200020002000200020002000200020002000200020002000200020002000200020002000480010001000100010001000100010001000100010001000100010001000100084008400840084008400840084008400840084001000100010001000100010001000810081008100810081008100010001000100010001000100010001000100010001000100010001000100010001000100010001001000100010001000100010008200820082008200820082000200020002000200020002000200020002000200020002000200020002000200020002000200020010001000100010002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020004800100010001000100010001000100010001000100010001000100010001000100010001400140010001000100010001000140010001000100010001000100001000100010001000100010001000100010001000100010001000100010001000100010001000100010001000100100001000100010001000100010001000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002001000020002000200020002000200020002000100000000000000000000000000652B303030000000FFFFFFFF00000000A77F010000000000FFFFFFFF000000004282010000000000FFFFFFFF000000008584010000000000FFFFFFFF00000000D086010000000000FFFFFFFF000000003390010000000000FFFFFFFF00000000AA91010000000000FFFFFFFF000000000A9301000000000000000000D9920100FFFFFFFF7B930100899301003123514E414E00003123494E460000003123494E440000003123534E414E000000000000FFFFFFFF00000000C19E010000000000FFFFFFFF0000000024A0010000000000FFFFFFFF00000000CAA0010072756E74696D65206572726F72200000544C4F5353206572726F720A0000000053494E47206572726F720A00444F4D41494E206572726F720A00000052363032390A2D2054686973206170706C69636174696F6E2063616E6E6F742072756E207573696E6720746865206163746976652076657273696F6E206F6620746865204D6963726F736F6674202E4E45542052756E74696D650A506C6561736520636F6E7461637420746865206170706C69636174696F6E277320737570706F7274207465616D20666F72206D6F726520696E666F726D6174696F6E2E0A0052363032380A2D20756E61626C6520746F20696E697469616C697A6520686561700A000052363032370A2D206E6F7420656E6F75676820737061636520666F72206C6F77696F20696E697469616C697A6174696F6E0A000052363032360A2D206E6F7420656E6F75676820737061636520666F7220737464696F20696E697469616C697A6174696F6E0A000052363032350A2D2070757265207669727475616C2066756E6374696F6E2063616C6C0A0052363032340A2D206E6F7420656E6F75676820737061636520666F72205F6F6E657869742F617465786974207461626C650A000052363031390A2D20756E61626C6520746F206F70656E20636F6E736F6C65206465766963650A000052363031380A2D20756E65787065637465642068656170206572726F720A000052363031370A2D20756E6578706563746564206D756C7469746872656164206C6F636B206572726F720A000052363031360A2D206E6F7420656E6F75676820737061636520666F722074687265616420646174610A000000000000000A54686973206170706C69636174696F6E2068617320726571756573746564207468652052756E74696D6520746F207465726D696E61746520697420696E20616E20756E757375616C207761792E0A506C6561736520636F6E7461637420746865206170706C69636174696F6E277320737570706F7274207465616D20666F72206D6F726520696E666F726D6174696F6E2E0A0052363030390A2D206E6F7420656E6F75676820737061636520666F7220656E7669726F6E6D656E740A00000052363030380A2D206E6F7420656E6F75676820737061636520666F7220617267756D656E74730A0052363030320A2D20666C6F6174696E6720706F696E74206E6F74206C6F616465640A000000000000FFFFFFFF000000005DA4010000000000FFFFFFFF0000000090A6010000000000FFFFFFFF00000000E0A701002E636F6D000000002E626174000000002E636D64000000002E657865000000003F2A000053756E4D6F6E5475655765645468754672695361740000004A616E4665624D61724170724D61794A756E4A756C4175675365704F63744E6F7644656300000000FFFFFFFF00000000DDAF010000000000FFFFFFFF0000000068B3010000000000FFFFFFFF00000000A6B3010052534453E89A6B39BD8D7A46815D8331859508FF01000000633A5C55736572735C4A6F686E5C4465736B746F705C446173686C6F616465725C52656C656173655C53686F72746375745842452E70646200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001F9F0100CE7F01000000000000000000986E01000000000000000000D782010099A601000000000000000000808301000000000000000000000000000000000000000000000000000000000043000000D4F401000200000044000000CCF40100FFFFFFFF44000000C4F40100FFFFFFFF45000000ACF40100010000004600000094F4010006000000580000007CF40100030000005900000064F40100040000005A0000004CF40100050000004700000034F4010007000000520000001CF401000E00000006000700B4F601000E000F00A4F601001D001E0084F60100060007007CF601002200230058F601000600070050F60100220023002CF601000100040000000000E8080200E8080200FFFFFFFF0000000000000000FC080200FC0802005C4465766963655C486172646469736B305C506172746974696F6E325C0000005C4465766963655C486172646469736B305C506172746974696F6E315C54444154415C253038785C24755C25730000000600070038F8010006000700BCF9010006000700B4F90100FFFFFFFFFFFFFFFF000010000020000000000100001000002A4E010000000080000000000000000000000400000000009C0902009C09020000000000000000800100008002000080030000800400008005000080060000800700008008000080090000800A0000800B0000800C0000800D0000800E0000800F000080100000801100008012000080130000801400008015000080160000801700008018000080190000801A0000801B0000801C0000801D0000801E0000801F000080200002002100020022000200230002002400020025000200260002002700020028000200290002002A0002002B0002002C0002002D0002002D0002002F000200300004003100040032000400330004003400040035000400360004003700040038000400390004003A0002003B0002003C0002003D0002003E0002003F000200400002004100100042001000430010004400100045001000460010004700100048001000490010004A0010004B0010004C0010004D0010004E0010004F001000500010005100100052001000530010005400100055001000560010005700100058001000590010005A0010005B0002005C0002005D0002005E0002005F000200600002006100080062000800630008006400080065000800660008006700080068000800690008006A0008006B0008006C0008006D0008006E0008006F000800700008007100080072000800730008007400080075000800760008007700080078000800790008007A0008007B0002007C0002007D0002007E0002007F000080800000808100008082000080830000808400008085000080860000808700008088000080890000808A0000808B0000808C0000808D0000808E0000808F000080900000809100008091000080930000809400008095000080960000809700008098000080990000809A0000809B0000809C0000809D0000809E0000809F000080A0000080A1000200A2000200A3000200A4000200A5000200A6000200A7000200A8000200A9000200AA000200AB000200AC000200AD000200AE000200AF000200B0000200B1000200B2000200B3000200B4000200B5000200B6000200B7000200B8000200B9000200BA000200BB000200BC000200BD000200BE000200BF000200C0001000C1001000C2001000C3001000C4001000C5001000C6001000C7001000C8001000C9001000CA001000CB001000CC001000CD001000CE001000CF001000D0001000D1001000D2001000D3001000D4001000D5001000D6001000D7000200D8001000D9001000DA001000DB001000DC001000DD001000DE001000DF001000E0000800E1000800E2000800E3000800E4000800E5000800E6000800E7000800E8000800E9000800EA000800EB000800EC000800ED000800EE000800EF000800F0000800F1000800F2000800F3000800F4000800F5000800F5000800F7000200F8000800F9000800FA000800FB000800FC000800FD000800FE000800FF00080002000000000000000000000000000000000000000300000000000000010000000000000000000000010000000300000006000700BCF90100020000000402000004000000040400000200000000000000000000000000000000000000030000000000000001000000000000000000000001000000030000004EE640BB0000000000000000000000007598000073980000A65B01006D5B01006D5B01000000000000000000000000002005931900000000000000000000000060FE010062000200010000002E00000001000000238C0100238C0100238C0100238C0100238C0100238C01000000000001000000000000000000000000000000FFFFFFFF800A000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000100000000000000000000000000000000000000000000000000000002000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000100000000000000000000000000000001000000000000000100000000000000000000000000000001000000000000000100000000000000010000000000000000000000000000000100000000000000000000000000000001000000000000000100000000000000010000000000000000000000000000000100000000000000010000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000001FCFFFF350000000B00000040000000FF0300008000000081FFFFFF1800000008000000200000007F0000000100000016000000020000000200000003000000020000000400000018000000050000000D0000000600000009000000070000000C000000080000000C000000090000000C0000000A000000070000000B000000080000000C000000160000000D000000160000000F00000002000000100000000D00000011000000120000001200000002000000210000000D0000003500000002000000410000000D00000043000000020000005000000011000000520000000D000000530000000D0000005700000016000000590000000B0000006C0000000D0000006D00000020000000700000001C00000072000000090000000600000016000000800000000A000000810000000A00000082000000090000008300000016000000840000000D00000091000000290000009E0000000D000000A100000002000000A40000000B000000A70000000D000000B700000011000000CE00000002000000D70000000B000000180700000C00000010000000B66F01000200000098060200080000007006020009000000440602000A000000B0050200100000008005020011000000540502001200000034050200130000000C05020018000000D804020019000000B40402001A000000800402001B0000004C0402001C000000280402001D000000880302007800000078030200790000006C0302007A0000005C030200FC000000D0F50100FF0000004C030200050000C00B000000000000001D0000C00400000000000000960000C004000000000000008D0000C008000000000000008E0000C008000000000000008F0000C00800000000000000900000C00800000000000000910000C00800000000000000920000C00800000000000000930000C008000000000000000300000007000000780000000A0000000102040800000000A4030000608279822100000000000000000000000000000000000000A6DF000000000000A1A5000000000000819FE0FC00000000407E80FC00000000A8030000C1A3DAA320000000000000000000000000000000000000000000000000000000000000000000000081FE00000000000040FE000000000000B5030000C1A3DAA320000000000000000000000000000000000000000000000000000000000000000000000081FE00000000000041FE000000000000B6030000CFA2E4A21A00E5A2E8A25B000000000000000000000000000000000000000000000000000000000081FE000000000000407EA1FE000000005105000051DA5EDA20005FDA6ADA32000000000000000000000000000000000000000000000000000000000081D3D8DEE0F90000317E81FE0000000000000000000000000000000000A00240000000000000000000C80540000000000000000000FA08400000000000000000409C0C40000000000000000050C30F40000000000000000024F412400000000000000080969816400000000000000020BCBE1940000000000004BFC91B8E3440000000A1EDCCCE1BC2D34E4020F09EB5702BA8ADC59D6940D05DFD25E51A8E4F19EB83407196D795430E058D29AF9E40F9BFA044ED81128F8182B940BF3CD5A6CFFF491F78C2D3406FC6E08CE980C947BA93A841BC856B5527398DF770E07C42BCDD8EDEF99DFBEB7EAA5143A1E676E3CCF2292F84812644281017AAF8AE10E3C5C4FA44EBA7D4F3F7EBE14A7A95CF4565CCC7910EA6AEA019E3A3460D65170C7581867576C9484D5842E4A793393B35B8B2ED534DA7E55D3DC55D3B8B9E925AFF5DA6F0A120C054A58C3761D1FD8B5A8BD8255D89F9DB67AA95F8F327BFA2C85DDD806E4CC99B97208A025260C4257500000000CDCCCDCCCCCCCCCCCCCCFB3F713D0AD7A3703D0AD7A3F83F5A643BDF4F8D976E1283F53FC3D32C6519E25817B7D1F13FD00F2384471B47ACC5A7EE3F40A6B6696CAF05BD3786EB3F333DBC427AE5D594BFD6E73FC2FDFDCE61841177CCABE43F2F4C5BE14DC4BE9495E6C93F92C4533B7544CD14BE9AAF3FDE67BA943945AD1EB1CF943F2423C6E2BCBA3B31618B7A3F615559C17EB1537C12BB5F3FD7EE2F8D06BE928515FB443F243FA5E939A527EA7FA82A3F7DACA1E4BC647C46D0DD553E637B06CC23547783FF91813D91FA3A197A63254331C0AC3C2189D138824797B800FDD73BDC8858081BB1E8E386A6033BC684454207B6997537DB2E3A33711CD223DB32EE49905A39A687BEC057DAA582A6A2B532E268B211A7529F4459B7102C2549E42D36344F53AECE6B258F5904A4C0DEC27DFBE8C61E9EE7885A57913CBF508322184E4B6562FD838FAF06947D11E42DDE9FCED2C804DDA6D80AFFFFFFFF8070000001000000F0F1FFFF0000000050535400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000504454000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003819020078190200FFFFFFFF0000000000000000FFFFFFFF0000000000000000FFFFFFFF1E0000003B0000005A0000007800000097000000B5000000D4000000F300000011010000300100004E0100006D010000FFFFFFFF1E0000003A000000590000007700000096000000B4000000D3000000F2000000100100002F0100004D0100006C0100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002D17000057000100C7140100B500020071150100B100020079150100AE000200E4150100AC00020063180100AF000200151A0100F0000200401A010030000100581B0100720002007A1B010073000200A21B0100A10002005E2401005D000100B42401005D000200FD24010064000200D1250100660002003F260100540001004C260100040001005427010005000100752701000600010093270100BE0002009D2701005A000100022801002D0001006130010049000100D132010046000200D63301002D000200F3330100340002001034010099000200A54E010098000200924F01009D000200685001009A00020062510100210001001453010069000100F95401006A0001009955010064000100BD590100670001002D5A01006101020040A80100A600020051A801007C000100ACB501007D00010010B601000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'.format(xbename, Oor0))\n\twith open(os.path.join(shortcut_out, 'default.xbe'), 'wb') as attach_xbe:\n\t\tattach_xbe.write(attach_bytes)"
  },
  {
    "path": "Mod Files/system/scripts/URLDownloader/themer.py",
    "content": "### Used to theme the url downloader ui\r\nimport glob,os,shutil,xbmc,xbmcgui\r\nskin_xml_path = 'xml'\r\nif os.path.isfile('Special://skin/720p/includes.xml') and not os.path.isfile('Special://skin/xml/includes.xml'): skin_xml_path = '720p'\r\nxbmc.executebuiltin('Dialog.Close(1904,false)')\r\nTheme_Path = xbmc.translatePath('Special://skin/extras/urldownloader themes/XML files')\r\nOuput_Path = xbmc.translatePath('Special://skin/'+skin_xml_path+'/Includes_URLDownloader_Colours.xml')\r\nSorted_Theme_Path = [f.lower() for f in os.listdir(Theme_Path) if f.endswith('.xml')]\r\nSorted_Theme_Path_Files = [os.path.splitext(x)[0].title() for x in Sorted_Theme_Path]\r\nThemeFolder = xbmcgui.Dialog().select(\"Select Theme\",sorted(Sorted_Theme_Path_Files),10000)\r\nif ThemeFolder == -1:\r\n\tpass\r\nelse:\r\n\tThemeFile = os.path.join(Theme_Path,sorted(Sorted_Theme_Path_Files)[ThemeFolder]+'.xml')\r\n\tshutil.copy2(ThemeFile,Ouput_Path)\r\n\txbmc.executebuiltin('ReloadSkin')\r\n"
  },
  {
    "path": "Mod Files/system/scripts/URLDownloader/txtreader.py",
    "content": "import os, xbmc, xbmcgui\r\ndialog\t= xbmcgui.Dialog()\r\n\r\nMode = sys.argv[1:][0]\r\nFile = sys.argv[2:][0]\r\nif Mode == '0':\r\n\tif os.path.isfile(File):\r\n\t\twith open(File,\"rb\") as input:\r\n\t\t\txbmcgui.Dialog().textviewer(os.path.basename(File), input.read())\r\n\telse:\r\n\t\tdialog.ok(\"Error\",\"Cant find changelog.txt\")"
  },
  {
    "path": "Mod Files/system/scripts/URLDownloader/warning.py",
    "content": "import os, xbmc, xbmcgui\r\nshow_dialog = 0\r\ntry:\r\n\ttitle\t= sys.argv[1:][0]\r\nexcept:\r\n\ttitle\t= \"\"\r\ntry:\r\n\tline1\t= sys.argv[2:][0]\r\nexcept:\r\n\tline1\t= \"\"\r\ntry:\r\n\tline2\t= sys.argv[3:][0]\r\nexcept:\r\n\tline2\t= \"\"\r\ntry:\r\n\tline3\t= sys.argv[4:][0]\r\nexcept:\r\n\tline3\t= \"\"\r\n\r\nxbmcgui.Dialog().ok(title,line1,line2,line3)"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/Patches/Game 480p.data",
    "content": "#\n#\tFile put together by Rocky5\n#\n#\tEnable 480p support on 480i games.\n#\n#\tNote:\n#\tMost 480i Games will be patched with the generic codes, there are exceptions.\n\n#\n#\tTo enable/disable patches just add/remove .\n#\n\n.480p Generic Patch 1;8B5728508B4730508B472C518B4F0452.508B4730508B472C518B4F04906A0090!\n.480p Generic Patch 2;C7464C20000000.C7464C00000000!\n.480p Generic Patch 3;C7462820000000.C7462840000000!\n.480p Generic Patch 4;C7463420010000.90909090909090!\n.480p Generic Patch 5;C744243420000000.C744243400000000!\n.480p Generic Patch 6;C744241820000000.C744241800000000!\n.480p Generic Patch 7;C7853C13000020010000.C7853C13000000010000!\n.480p Generic Patch 8;C7853C13000030010000.C7853C13000010010000!\n.480p Generic Patch 9;C705C0393D0020000000.90909090909090909090!\n\n#\n#\tGame specific patches\n#\n\n480p Backyard Wrestling 2 Patch;8B4628518B4E2C528B560450.9090518B4E2C528B56046A00!\n480p Breakdown Patch;83C920890D.83C900890D!\n480p Catwoman Patch;0D20010000.0D00010000!\n480p Club Football 2005 Patch;8B4828528B502C51.9090528B502C6A00!\n480p Colin McRae 3 PAL Patch 1;83c840a3405f5100.83c800a3405f5100!\n480p Colin McRae 3 PAL Patch 2;83c820a3405f5100.83c800a3405f5100!\n480p Colin McRae 3 NTSC Patch 1;83c840a3c05b5100.83c800a3c05b5100!\n480p Colin McRae 3 NTSC Patch 2;83c820a3c05b5100.83c800a3c05b5100!\n480p Dead to Rights II Patch 1;8B5328508B432C518B4B0452.9090508B432C518B4B046A00!\n480p Dead to Rights II Patch 2;8B4828528B502C51.9090528B502C6A00!\n480p GTA SA Patch;83C820F30F11050C.83C840F30F11050C!\n480p I-Ninja (4:3) NTSC Patch;81C920010000894A.81C900010000894A!\n480p I-Ninja (16:9) NTSC Patch;81C920010000894A.81C910010000894A!\n480p I-Ninja (4:3) PAL Patch;89C920010000894A.89C900010000894A!\n480p I-Ninja (16:9) PAL Patch;89C920010000894A.89C910010000894A!\n480p Manhunt PAL Patch;8B15EC934100.33d290909090!\n480p Manhunt NTSC Patch;8B152C8E4100.33d290909090!\n480p Scooby Doo: Myster Mayhem Patch;8B4828528B502C51.9090528B502C6A00!\n480p Street Racing Syndicate (4:3) NTSC Patch;052001000089.050001000089!\n480p Street Racing Syndicate (16:9) NTSC Patch;052001000089.909090909089!\n480p Ultimate Spiderman Patch;8B5328508B432C518B4B0452.9090508B432C518B4B046A00!\n480p The Thing Patch;0BCA898D.D1E28995!\n\n#\n# END\n#"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/Patches/Not Used/NFLFever2004.data",
    "content": "#\n# ADR Patcher ver 0.5\n#\n#\n# XBOX - DEFAULT.XBE NEW MEDIA CHECK FIX 16/03/2003 - Mookie -\n#\n# UPDATED FOR THE NEW NFL FEVER HARD DRIVE PLAY PROTECTION -August 31, 2003-\n#\n# \n#\n# \n# \n# \n#\n\n.NFL Fever 2004 Fix Part 1;03000000DE259252.02000000DE259252!\n.NFL Fever 2004 Fix Part 2;000800000F94C0A2.000200000F94C0A2!\n.The Usual Media Check Fix;E8CAFDFFFF85C07D.E8CAFDFFFF85C0EB!\n#\n# END\n#\n\n\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/Patches/Not Used/pal.data",
    "content": "# \n# 56550026_pal.acl\n#\n# Patch for Riddick PAL by Complex tools :-)\n#\n# Serial: 2004081500\n#\n\n#CP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\n# Media check 1\nSM|*.xbe|C00001FF|\n# Disc check\nHR|${DEST}\\default.xbe|3|34FF75088D|34EB41418D|\nHR|${DEST}\\default.xbe|1|C07D1B50E852F7FFFFE8F7F6FFFF83F80275076A03E813F7FFFF33|C07C178B4508508B000C203D643A5C0075B158B800080000EB3733|"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/SmartXXRGB.xml",
    "content": "<smartxxrgb>\n\t\t<item>\n\t\t\t\t<status>general</status>\n\t\t\t\t<rgb1>#00FF00</rgb1>\n\t\t\t\t<rgb2>#000000</rgb2>\n\t\t\t\t<transition>none</transition>\n\t\t\t\t<time>20</time>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<status>copygame</status>\n\t\t\t\t<rgb1>#000000</rgb1>\n\t\t\t\t<rgb2>#000000</rgb2>\n\t\t\t\t<transition>none</transition>\n\t\t\t\t<time>20</time>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<status>copydvd</status>\n\t\t\t\t<rgb1>#000000</rgb1>\n\t\t\t\t<rgb2>#000000</rgb2>\n\t\t\t\t<transition>none</transition>\n\t\t\t\t<time>20</time>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<status>copyiso</status>\n\t\t\t\t<rgb1>#000000</rgb1>\n\t\t\t\t<rgb2>#000000</rgb2>\n\t\t\t\t<transition>none</transition>\n\t\t\t\t<time>20</time>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<status>copycdda</status>\n\t\t\t\t<rgb1>#000000</rgb1>\n\t\t\t\t<rgb2>#000000</rgb2>\n\t\t\t\t<transition>none</transition>\n\t\t\t\t<time>20</time>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<status>copyfailed</status>\n\t\t\t\t<rgb1>#FF0000</rgb1>\n\t\t\t\t<rgb2>#000000</rgb2>\n\t\t\t\t<transition>blink</transition>\n\t\t\t\t<time>500</time>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<status>copyok</status>\n\t\t\t\t<rgb1>#000000</rgb1>\n\t\t\t\t<rgb2>#000000</rgb2>\n\t\t\t\t<transition>none</transition>\n\t\t\t\t<time>20</time>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<status>copyrenamed</status>\n\t\t\t\t<rgb1>#000000</rgb1>\n\t\t\t\t<rgb2>#000000</rgb2>\n\t\t\t\t<transition>none</transition>\n\t\t\t\t<time>20</time>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<status>startxbe</status>\n\t\t\t\t<rgb1>#000000</rgb1>\n\t\t\t\t<rgb2>#000000</rgb2>\n\t\t\t\t<transition>none</transition>\n\t\t\t\t<time>20</time>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<status>shutdown</status>\n\t\t\t\t<rgb1>#000000</rgb1>\n\t\t\t\t<rgb2>#000000</rgb2>\n\t\t\t\t<transition>none</transition>\n\t\t\t\t<time>20</time>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<status>opentray</status>\n\t\t\t\t<rgb1>#0000FF</rgb1>\n\t\t\t\t<rgb2>#000000</rgb2>\n\t\t\t\t<transition>blink</transition>\n\t\t\t\t<time>500</time>\n\t\t</item>\n</smartxxrgb>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/434D0011.acl",
    "content": "# Game: Pro Race Driver 2 / V8 Supercars 2 PAL/NTSC\n#\n# Description: Fixes a long string instance that isn't patched by\n# the default acl. Also removes FATX check.\n#\n# Submitted by Gigas\n\nCP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\n# Media patch long hex\nHR|*.xbe|1|744BE8CAFDFFFF85C07D0633C05050EB44F605|744BE8CAFDFFFF85C0EB0633C05050EB44F605|\n# Media patch short hex\nHR|*.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB|\n# Nuke long reference to shader file\nHR|${DEST}\\default.xbe|1|73666F726D5368616465722E787675|2E7876750000000000000000000000|\n# Remove lowercase FATX check\nHR|${DEST}\\default.xbe|2|643A5C|002E5C|\n\n# done in all.acl\nSM|${DEST}\\default.xbe|400001FF|"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/434d0024_ntsc.acl",
    "content": "# Game: Indy Car Series 2005(NTSC)\n# Title ID: 434d0024\n# Size: 1162 MBytes(including xbl files but not necessary)\n# Submitted by: AgentEB\n\n# Fixes hdd dirty disk error with NTSC version of Indy Car Series 2005. Not sure if it works\n# with PAL version thanks to talon for sharing this with us on X-S. it can be located in the\n# default.xbe file in offset 00091358.\n\n\nCP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\n# Media patch long hex\nHR|*.xbe|1|744BE8CAFDFFFF85C07D0633C05050EB44F605|744BE8CAFDFFFF85C0EB0633C05050EB44F605|\n# Media patch short hex\nHR|*.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB|\n# Media check 1\nSM|*.xbe|C00001FF|\n# Indy Car patch\nHR|${DEST}\\default.xbe|1|0BC2750AC705140B32000100|0BC2750AC705140B32000000|"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/434d0024_pal.acl",
    "content": "# Game: Indy Car Series 2005(PAL)\n# Title ID: 434d0024\n# Size: 1162 MBytes(including xbl files but not necessary)\n# Submitted by: AgentEB\n\n# Fixes hdd dirty disk error with PAL version of Indy Car Series 2005.\n\n\nCP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\n# Media patch long hex\nHR|*.xbe|1|744BE8CAFDFFFF85C07D0633C05050EB44F605|744BE8CAFDFFFF85C0EB0633C05050EB44F605|\n# Media patch short hex\nHR|*.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB|\n# Media check 1\nSM|*.xbe|C00001FF|\n# Indy Car patch\nHR|${DEST}\\default.xbe|1|0BC2750AC705140A32000100|0BC2750AC705140A32000000| "
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/434d0050.acl",
    "content": "# Game: Race Driver 3\n# Title ID: 434d0050\n# Size: 3095MB (282 folders, 2750 files)\n# Date: Jan 6, 2011\n# Author: Lord Crass\n\n# Removes media protection that causes save corruption\n# Allows play from hard drive\n\n# Make a backup of the default.xbe file\nCP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\n\n# Rename the long files (assumes they are already truncated at 42 characters by DVD2Xbox)\nMV|${DEST}\\015662574029570062573498458618274029349857|${DEST}\\01566257402957006257|\nMV|${DEST}\\071362571270516956224586848573710713625712|${DEST}\\07136257127051695622|\nMV|${DEST}\\514379286257514395994055516907134055562284|${DEST}\\51437928625751439599|\nMV|${DEST}\\737101561827458646126257684072935622458684|${DEST}\\73710156182745864612|\nMV|${DEST}\\737101561827458668148485015672935622904223|${DEST}\\73710156182745866814|\n\n# Remove first FATX check\nHR|default.xbe|1|85C07508C7442420000048008D44241C|85C0750890909090909090908D44241C|\n# Fix internal generation of long file names\nHR|default.xbe|1|C744242014000000EB038D49|C744242005000000EB038D49|\n# Hardcode internal sector offset key to 7d07c\nHR|default.xbe|1|8bf056e800f00300|b87cd00700909090|\n# Return default bogus offset for query and avoid second FATX/GDFX check\nHR|default.xbe|1|568d450850ff3530c7340083ceff|be563412008bc65ec9c204009090|\n# Remove silent save corruptor\nHR|default.xbe|1|C705EC6A3A0000000000|90909090909090909090|\n\n# Set XBE header media type\nSM|*.xbe|C00001FF|\n# All game regions\nSR|*.xbe|00000007|"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/45410042_ntsc.acl",
    "content": "# Game: 007 - Everything or Nothing\n#\n# Description: Fixes problems with freezing when playing from hard drive\n# \n# Submitted by Murdo (http://www.xbox-info.com)\n\nCP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\n# HEX change line 1\nHR|${DEST}\\default.xbe|1|D2EB7F02CE265A1805CE7ACCDA82BBF9|5792A2E2189CF864ADE5F82079ECA8D6|\n# HEX change line 2\nHR|${DEST}\\default.xbe|1|2227EB4B6CA4B95F2C57AC053DDD5ED8|DE5834AF59876B68667BBCF3AA065E12|\n# HEX change line 3\nHR|${DEST}\\default.xbe|1|05B9315EE3864B850DAD7B2C647F6C12|B89D83EF4BD306D2B5FA768233ACD95E|\n# HEX change line 4\nHR|${DEST}\\default.xbe|1|974E198CF866B4B5D166D4D56D76FC07|955C0879D00A8C49DBBE6AD2D17AA109|\n# HEX change line 5\nHR|${DEST}\\default.xbe|1|06C80E4DB6B03AAF656AD229C9DBFB01|D81BE746C5B8FE1CDDF70C80DDD59794|\n# HEX change line 6\nHR|${DEST}\\default.xbe|1|983C5AD0CB8CE11FDA570B3882A6BC6C|D14A26EEDE85E02D97B62C968A68E0B5|\n# HEX change line 7\nHR|${DEST}\\default.xbe|1|26D7306BF58B93F35025F79963B2CC3F|1A574CEFB19B82FF4EB75AC143D741A6|\n# HEX change line 8\nHR|${DEST}\\default.xbe|1|2BF0366222537FE87AF13E85AE129919|97AE3483E501A90B6B3D580F300AE28C|\n# HEX change line 9\nHR|${DEST}\\default.xbe|1|A82AC52742C598F0AD3CFE23602E9F96|9268B2974B7E4C38DECB21873C62D504|\n# HEX change line 10\nHR|${DEST}\\default.xbe|1|0A1A4E8DAB8E514B10A4940463CE5D7E|E733AB58BD1CE4BB9D7E19A85724B863|\n# HEX change line 11\nHR|${DEST}\\default.xbe|1|71F436B1B6616B877699FD88D8BF7E8E|7247C34E6D7844FEEB27BE54796B7E27|\n# HEX change line 12\nHR|${DEST}\\default.xbe|1|C782209989B99AAE12C3AD53B645B5F3|6B26155CCA1889DDC9BCDCF1E6BC204F|\n# HEX change line 13\nHR|${DEST}\\default.xbe|1|712D789EBA955DFCE58B7A7D73765867|D27F98613BAAFA686A03999F0A3D98A8|\n# HEX change line 14\nHR|${DEST}\\default.xbe|1|DC76ABCBAB757EE5235933695EF00465|216D5EF1EA17CA3C99A9B5893B266BBB|\n# HEX change line 15\nHR|${DEST}\\default.xbe|1|A1F357AD1823A5AE950F174F2C1C10F0|99D18136B9E4303C42A54B674F1EEE1C|\n# HEX change line 16\nHR|${DEST}\\default.xbe|1|649E00FF4B9C7BC1B64946AE59B8252C|85FA816035BF7AAE9C00F5A2A2F37C47|\n#\n# HEX change - Part 2 - line 1\nHR|${DEST}\\default.xbe|1|1CD32E00EC010000513E0C4042004145|1CD32E00EC010000093E0C4042004145|\n#\n# HEX change - Part 3 - line 1\nHR|${DEST}\\default.xbe|1|02020000010000000300000000000000|FF020000020000000000000000000000|\n# HEX change - Part 3 - line 2\nHR|${DEST}\\default.xbe|1|01000000BFDE1D50D8EB00EC8B567A8A|03000000BFDE1D50D8EB00EC8B567A8A|\n#\n# HEX change - Part 4 - line 1\nHR|${DEST}\\default.xbe|1|9E388AD92B19F36C9375FF0542A2D7B6|9E388AD936D4EDCA7EC043A35450952F|\n# HEX change - Part 4 - line 2\nHR|${DEST}\\default.xbe|1|3E4AA14C4262C38274D2BC9F246B577A|68746A58FE6F7B88AE9AE83413F8ECF0|\n# HEX change - Part 4 - line 3\nHR|${DEST}\\default.xbe|1|22178149DC396C297157D9FFF648E8A2|7CD9838544F6FFD93F3351A146A175D2|\n# HEX change - Part 4 - line 4\nHR|${DEST}\\default.xbe|1|83B0DA8E2EFAADE44C410C67E3E887F9|16DD9F015A4F396F513B2498C801CE2D|\n# HEX change - Part 4 - line 5\nHR|${DEST}\\default.xbe|1|5E4AEB0EB135BFBA4C24FCD17688AB42|C4625D2304B0CC3E3A35405667AC9273|\n# HEX change - Part 4 - line 6\nHR|${DEST}\\default.xbe|1|DB0C45D3ECDA2CC5D60E168CE1D1B837|3B04A397B3FD7CE7350FAA484B57E554|\n# HEX change - Part 4 - line 7\nHR|${DEST}\\default.xbe|1|4A8E9C0938C5CB9E4F90A7FCF54D9527|DA7A8208DBD01AF61E03D2B787CD7B2B|\n# HEX change - Part 4 - line 8\nHR|${DEST}\\default.xbe|1|8C5511DCC1743D71DD3FFE155A5761D6|A58E44764C7624478341C3FCE1984227|\n# HEX change - Part 4 - line 9\nHR|${DEST}\\default.xbe|1|A67A14AD320377BA5CA37EF2CB00E14E|984EB266534D2689753513114EF48252|\n# HEX change - Part 4 - line 10\nHR|${DEST}\\default.xbe|1|38D92AB6342B8AD51E066A6C456CFBEB|117D355DD3BB19AA51F0273FA6771AD8|\n# HEX change - Part 4 - line 11\nHR|${DEST}\\default.xbe|1|87EF08D079B7343AFDBAA65D642F3B8D|F43F8199BCEA00C33C66B2615FCE315E|\n# HEX change - Part 4 - line 12\nHR|${DEST}\\default.xbe|1|B881E806C5E491D63B505616CA2C9350|E637EDE6E9C4E32771CB49E73665F748|\n# HEX change - Part 4 - line 13\nHR|${DEST}\\default.xbe|1|F233FD65B16CB57B57CBCB3343A0BA5B|9DD1B9FEF80BF6B3EAB82B9A845F6193|\n# HEX change - Part 4 - line 14\nHR|${DEST}\\default.xbe|1|4411B6D8E99CA9B44BCC5B60B25E9609|CEAC103638B1EDCDAB0BF5D1CD10435E|\n# HEX change - Part 4 - line 15\nHR|${DEST}\\default.xbe|1|2F1D38936F0DBA5B2C507B27E7B21159|DBE794E3872EC4363D8C2D49B0F7E820|\n# HEX change - Part 4 - line 16\nHR|${DEST}\\default.xbe|1|DB3BD329FEC115F99163132322CC9A45|234B6218FE21BADDC9F06C17BFA8F6AB|\n# HEX change - Part 4 - line 17\nHR|${DEST}\\default.xbe|1|228BC615EC0100000000000002000000|68C28291EC0100000000000002000000|\n# HEX change - Part 4 - line 18\nHR|${DEST}\\default.xbe|1|403FD546C9949EB1F9DEEA401AE18BCC|E2C19585E9DB78479D5A3C55BB66874F|\n#\n# HEX change - Part 5 - line 1\nHR|${DEST}\\default.xbe|1|8BEC83EC34EB4341|8BEC83EC34FF7508|\n#\n# HEX change - Part 6 - line 1\nHR|${DEST}\\default.xbe|1|C07D1B50E810080000E8B507000083F8|C07C46EB198B4508508B000C203D643A|\n# HEX change - Part 6 - line 2\nHR|${DEST}\\default.xbe|1|0275076A03E8D107000033C0EB33565A|5C0075AF5856B800080000EB3390566A|\n#\n# HEX change - Part 7 - line 1\nHR|${DEST}\\default.xbe|1|6600745EE8CAFDFFFF85C0EB05575757|6600745EE8CAFDFFFF85C07D05575757|\n#\n#\n#\n#\n# HEX change on file: \"driving.xbe\"\n#\nCP|${DEST}\\driving.xbe|${DEST}\\driving.xbe_orig|\n#\n# HEX change - Part 1 - line 1\nHR|${DEST}\\driving.xbe|1|58424548AD79A847|58424548048EEE28|\n# HEX change - Part 1 - line 2\nHR|${DEST}\\driving.xbe|1|F89056EA681F4D92|86D6A0F199E7FEE0|\n# HEX change - Part 1 - line 3\nHR|${DEST}\\driving.xbe|1|D8CFBBFADB89EB4E|D39742C78E239635|\n# HEX change - Part 1 - line 4\nHR|${DEST}\\driving.xbe|1|270438F2CC1E1CF6|0BE11B1B5894482B|\n# HEX change - Part 1 - line 5\nHR|${DEST}\\driving.xbe|1|7A69246EC292899E|C134391A54B2931B|\n# HEX change - Part 1 - line 6\nHR|${DEST}\\driving.xbe|1|A2FAFDBEAF511AF0|331783F34BF52C6F|\n# HEX change - Part 1 - line 7\nHR|${DEST}\\driving.xbe|1|7D0B8288306C3C16|4C5C92AB2A12BF63|\n# HEX change - Part 1 - line 8\nHR|${DEST}\\driving.xbe|1|271496E1E753E3E6|620F1C0F00A3F3C8|\n# HEX change - Part 1 - line 9\nHR|${DEST}\\driving.xbe|1|891DDCF6D489817D|552C24B3C69F9A13|\n# HEX change - Part 1 - line 10\n\n\n\n\n\nHR|${DEST}\\driving.xbe|1|9C5A49F3BA038195|534F120E4303A7C9|\n# HEX change - Part 1 - line 11\nHR|${DEST}\\driving.xbe|1|F00B8DBA32D91063|83C9F44FCE027872|\n# HEX change - Part 1 - line 12\nHR|${DEST}\\driving.xbe|1|47D54F8430258C33|6826FC548DF2607A|\n# HEX change - Part 1 - line 13\nHR|${DEST}\\driving.xbe|1|974D098F17ACCDA6|9638DDB0A6B54BB6|\n# HEX change - Part 1 - line 14\nHR|${DEST}\\driving.xbe|1|A80FA5E29D05E8A5|1FA7B86A6E918EE4|\n# HEX change - Part 1 - line 15\nHR|${DEST}\\driving.xbe|1|A7994FAFDE35E1B4|5FCD8944AD966143|\n# HEX change - Part 1 - line 16\nHR|${DEST}\\driving.xbe|1|BF5136662D15DA8B|F5785BD27FC0C126|\n# HEX change - Part 1 - line 17\nHR|${DEST}\\driving.xbe|1|CB000A38B80E7614|175F23F968920F84|\n# HEX change - Part 1 - line 18\nHR|${DEST}\\driving.xbe|1|638481F1A0DEF3EF|F01335701B6AF797|\n# HEX change - Part 1 - line 19\nHR|${DEST}\\driving.xbe|1|D16A0B2B7793D1C4|CD72BE11AF2BA17E|\n# HEX change - Part 1 - line 20\nHR|${DEST}\\driving.xbe|1|12EB29AB1C705655|7979950E88865136|\n# HEX change - Part 1 - line 21\nHR|${DEST}\\driving.xbe|1|DF58E81F77038E2C|7A431151ECFAE587|\n# HEX change - Part 1 - line 22\nHR|${DEST}\\driving.xbe|1|4BF2E9C3F698E47E|775590003C2CDCF3|\n# HEX change - Part 1 - line 23\nHR|${DEST}\\driving.xbe|1|2E8E868B4D7BBF26|7B858E17675F48AF|\n# HEX change - Part 1 - line 24\nHR|${DEST}\\driving.xbe|1|F097B686B360A3BF|C2331E288D39B1A5|\n# HEX change - Part 1 - line 25\nHR|${DEST}\\driving.xbe|1|001966AFC60501E8|8712D382C2F8DB0D|\n# HEX change - Part 1 - line 26\nHR|${DEST}\\driving.xbe|1|2FD2F0091D2F2302|4A7F4409F82821A1|\n# HEX change - Part 1 - line 27\nHR|${DEST}\\driving.xbe|1|068BD4C4CDFB488C|8865DB5CC1B21794|\n# HEX change - Part 1 - line 28\nHR|${DEST}\\driving.xbe|1|CC4A0AB25C417F06|0ECF7541DE9129F3|\n# HEX change - Part 1 - line 29\nHR|${DEST}\\driving.xbe|1|A775B576ADA1254A|F628A6562E84B026|\n# HEX change - Part 1 - line 30\nHR|${DEST}\\driving.xbe|1|1009AE8DCC03C7A9|DB5970C3DD4C20CD|\n# HEX change - Part 1 - line 31\nHR|${DEST}\\driving.xbe|1|57F30728F16D5992|30CAF43C5AA08E0B|\n# HEX change - Part 1 - line 32\nHR|${DEST}\\driving.xbe|1|7412B57951B0E640|B9D17F610775590A|\n# HEX change - Part 1 - line 33\nHR|${DEST}\\driving.xbe|1|C013D35800000100|6782B58C00000100|\n#\n# HEX change - Part 2 - line 1\nHR|${DEST}\\driving.xbe|1|6CDD2D00EC01000051|6CDD2D00EC01000009|\n# HEX change - Part 2 - line 2\nHR|${DEST}\\driving.xbe|1|020200000100000003|FF0200000200000000|\n# HEX change - Part 2 - line 3\nHR|${DEST}\\driving.xbe|1|01000000BFDE1D50D8|03000000BFDE1D50D8|\n#\n# HEX change - Part 3 - line 1\nHR|${DEST}\\driving.xbe|1|9E388AD9BD186DCD|9E388AD9C31A897A|\n# HEX change - Part 3 - line 2\nHR|${DEST}\\driving.xbe|1|6B41D19365D8A95C|0162274BDB3E0A33|\n# HEX change - Part 3 - line 3\nHR|${DEST}\\driving.xbe|1|699D1A88DA2050F3|5A4358A539A02276|\n# HEX change - Part 3 - line 4\nHR|${DEST}\\driving.xbe|1|745DB597F4266B68|4C84EFA9A61AE1D1|\n# HEX change - Part 3 - line 5\nHR|${DEST}\\driving.xbe|1|D12217A207BEF378|45CA42E7C41CBF51|\n# HEX change - Part 3 - line 6\nHR|${DEST}\\driving.xbe|1|AA157C25B3DBBAAC|00B2E70587939AF5|\n# HEX change - Part 3 - line 7\nHR|${DEST}\\driving.xbe|1|D040CB96A5A73EA8|59DA3D182DABEC70|\n# HEX change - Part 3 - line 8\nHR|${DEST}\\driving.xbe|1|BA012541A96CC5A6|3128353FCB11B3E1|\n# HEX change - Part 3 - line 9\nHR|${DEST}\\driving.xbe|1|FB64C1139487E7B4|0A91E33C642058F2|\n# HEX change - Part 3 - line 10\nHR|${DEST}\\driving.xbe|1|69E78ED44BAFAB87|6A43A9D6F2A3A10B|\n# HEX change - Part 3 - line 11\nHR|${DEST}\\driving.xbe|1|EE3B068044058CF0|82A1FE931AEE7689|\n# HEX change - Part 3 - line 12\nHR|${DEST}\\driving.xbe|1|23F0566716DB1F3E|4CA141A3D3F64C34|\n# HEX change - Part 3 - line 13\nHR|${DEST}\\driving.xbe|1|673CD4E9094E8438|99149D533A595873|\n# HEX change - Part 3 - line 14\nHR|${DEST}\\driving.xbe|1|0C3EDF992036794E|FE3B3905D3604C85|\n# HEX change - Part 3 - line 15\nHR|${DEST}\\driving.xbe|1|40B2BD41B1C1A4F4|B9D000C0F2058A83|\n# HEX change - Part 3 - line 16\nHR|${DEST}\\driving.xbe|1|50A0D4055AE9DCB2|3DFBB18DD3F4F50F|\n# HEX change - Part 3 - line 17\nHR|${DEST}\\driving.xbe|1|EF858007FE750531|CDC0EB83E396DA92|\n# HEX change - Part 3 - line 18\nHR|${DEST}\\driving.xbe|1|0EAD9966BE93CDD7|F675E810033A11C8|\n# HEX change - Part 3 - line 19\nHR|${DEST}\\driving.xbe|1|6D9DFA033BA7D361|E18A9F5DF739874D|\n# HEX change - Part 3 - line 20\nHR|${DEST}\\driving.xbe|1|9A16C95A868C676D|190E4DBE6D1C379B|\n# HEX change - Part 3 - line 21\nHR|${DEST}\\driving.xbe|1|3DAA5873A41FD8C9|1C8AD0605446F8D5|\n# HEX change - Part 3 - line 22\nHR|${DEST}\\driving.xbe|1|4905FF5E23B4BD6E|A199D4079282CF3A|\n# HEX change - Part 3 - line 23\nHR|${DEST}\\driving.xbe|1|E85CC2F7ED6A6413|90EB4466D4028CC8|\n# HEX change - Part 3 - line 24\nHR|${DEST}\\driving.xbe|1|16690034E174DD42|852CED2D3B7D7607|\n# HEX change - Part 3 - line 25\nHR|${DEST}\\driving.xbe|1|6642EFAA30B68ECF|16C2393B06AC32A7|\n# HEX change - Part 3 - line 26\nHR|${DEST}\\driving.xbe|1|787285121CD86604|C771AA6D72BD1617|\n# HEX change - Part 3 - line 27\nHR|${DEST}\\driving.xbe|1|5F8592AD7974C967|5DA95899C216F483|\n# HEX change - Part 3 - line 28\nHR|${DEST}\\driving.xbe|1|EDC79D2AEB1D7E92|AAAF51015831AD75|\n# HEX change - Part 3 - line 29\nHR|${DEST}\\driving.xbe|1|6A3F9366EDA61C6C|8117CE3A7B75C99A|\n# HEX change - Part 3 - line 30\nHR|${DEST}\\driving.xbe|1|9E0EE6E6C3368541|7D5BBD32076472D6|\n# HEX change - Part 3 - line 31\nHR|${DEST}\\driving.xbe|1|D1A3FBA374F05E04|C4DF514A95716674|\n# HEX change - Part 3 - line 32\nHR|${DEST}\\driving.xbe|1|B8B6F3753A0E00E4|318C97F0BFF4BA81|\n# HEX change - Part 3 - line 33\nHR|${DEST}\\driving.xbe|1|23C98A7BEC010000|891C5F82EC010000|\n#\n# HEX change - Part 4 - line 1\nHR|${DEST}\\driving.xbe|1|403FD546C9949EB1|E2C19585E9DB7847|\n# HEX change - Part 4 - line 2\nHR|${DEST}\\driving.xbe|1|F9DEEA401AE18BCC|9D5A3C55BB66874F|\n#\n# HEX change - Part 5 - line 1\nHR|${DEST}\\driving.xbe|1|5EE8CAFDFFFF85C0EB|5EE8CAFDFFFF85C07D|\n#\n#\n#\n# HEX change - Additional changes to \"default.xbe\" - line 1\nHR|${DEST}\\default.xbe|1|C782209989B89AAE12C3AD53B645B5F3|6B26155CCA1889DDC9BCDCF1E6BC204F|\n# HEX change - line 2\nHR|${DEST}\\default.xbe|1|7CD9838544F6FFD9|7CD9838F44F6FFD9|\n# HEX change - line 3\nHR|${DEST}\\default.xbe|1|4A8E9C0938C5CB9E4F90A7FCF54D952F|DA7A8208DBD01AF61E03D2B787CD7B2B|\n# HEX change - line 4\nHR|${DEST}\\default.xbe|1|48BEC83EC34EB4341|8BEC83EC34FF7508|\n# HEX change - line 5\nHR|${DEST}\\default.xbe|3|FF75088D|EB43418D|\n# HEX change - line 6\nHR|${DEST}\\default.xbe|1|0275076A03E8D107000033C0EB33566A|5C0075AF5856B800080000EB3390566A|\n# HEX change - line 7\nHR|${DEST}\\default.xbe|1|FF85C0EB05575757|FF85C07D05575757|\n# HEX change - line 8\nHR|${DEST}\\default.xbe|1|FF0100C002000000|FF02000002000000|\n# HEX change - line 9\nHR|${DEST}\\default.xbe|1|34EB43418D45F850|34FF75088D45F850|\n#\n# HEX change - Additional changes to \"driving.xbe\" - line 1\nHR|${DEST}\\driving.xbe|1|4C84EFA9A61AE1D1D12217A207BEF378|4C84EFA9A61AE1D145CA42E7C41CBF51|\n#\nSM|${DEST}\\*.xbe|C00001FF|\n# Job done! :)"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/45410042_pal.acl",
    "content": "# Game: 007 - Everything or Nothing (PAL ONLY)\n#\n# Description: Fixes problems with freezing when playing from hard drive\n# \n# Submitted by Murdo - 28-APR-2004 - (http://www.xbox-info.com)\n#\nCP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\nHR|${DEST}\\default.xbe|1|A2320A58|B1F2A267|\nHR|${DEST}\\default.xbe|1|DED3A1BE1FC18942|8E8C072BED11E9CD|\nHR|${DEST}\\default.xbe|1|16EFB31382A35837|04FCDE39F0D0143B|\nHR|${DEST}\\default.xbe|1|B795D5A6A0B599B4|8A97086F85DECEFD|\nHR|${DEST}\\default.xbe|1|F1208C3C85621F33|FC419A993FC85506|\nHR|${DEST}\\default.xbe|1|5B04B6B50284E379|433C824965CC3440|\nHR|${DEST}\\default.xbe|1|CD5062934D09339E|B845DDE0C8D8B24D|\nHR|${DEST}\\default.xbe|1|AE99FEAB2C722382|E8745C056BA2A36E|\nHR|${DEST}\\default.xbe|1|96085CF63E90520D|B579F078C87D2AE4|\nHR|${DEST}\\default.xbe|1|238F3EEBF7542DEE|7E4DA86B3421DB6A|\nHR|${DEST}\\default.xbe|1|0F5CFFF413038279|EF1C2D8808EA4E09|\nHR|${DEST}\\default.xbe|1|5538536453BD6128|01FDD30A34AEEED7|\nHR|${DEST}\\default.xbe|1|159615D57B9F79F6|7FE53CABD2822E6A|\nHR|${DEST}\\default.xbe|1|66768F86B35021E7|FECA13056B18D9DB|\nHR|${DEST}\\default.xbe|1|4A4E471E56141560|B8BDE12D50E184F4|\nHR|${DEST}\\default.xbe|1|026A80D7F57E5110|D970B3887C3A3D6C|\nHR|${DEST}\\default.xbe|1|BE9893304D3F4A37|A1084F59F42B3DA4|\nHR|${DEST}\\default.xbe|1|5C6C19A0D4084515|AFC4B04F09BB1218|\nHR|${DEST}\\default.xbe|1|97C13AF264E31B5A|74639BE54B550B50|\nHR|${DEST}\\default.xbe|1|586F9E09ADB67BCF|D17D37B42349B4E3|\nHR|${DEST}\\default.xbe|1|9DD6E454D68857BB|824CB576AED6F44D|\nHR|${DEST}\\default.xbe|1|4014CD66F8DDB6D7|C198E9714EE8CC8A|\nHR|${DEST}\\default.xbe|1|1F09E12E49952CDB|4CF668B9DEB7979A|\nHR|${DEST}\\default.xbe|1|39C1B0264666AE68|57595FA8FE221697|\nHR|${DEST}\\default.xbe|1|8A423A0A68B5A7D3|C9063E3DB871B89C|\nHR|${DEST}\\default.xbe|1|DB63DE360E4BA5|1D0F8D99F2764F|\nHR|${DEST}\\default.xbe|1|FA05D5018534A408|224105B79A941BC9|\nHR|${DEST}\\default.xbe|1|76236068E1A24686|2F767A9F7AE71088|\nHR|${DEST}\\default.xbe|1|56E11B221AD30BDC65AD7B45E4B3BAAF|E34AA2C206D1E86583CB78B3E6A9D847|\nHR|${DEST}\\default.xbe|1|4F3310C5FC14E18C|A5C536D29CF1597A|\nHR|${DEST}\\default.xbe|1|9186BB1F8C216D28|8ADD1A2D54510C18|\nHR|${DEST}\\default.xbe|1|624583A3|5960F042|\nHR|${DEST}\\default.xbe|1|C50E552A|60A0459B|\nHR|${DEST}\\default.xbe|1|B9DC5D5D1BA20137|5FB34D86C674619A|\nHR|${DEST}\\default.xbe|1|9E1B7F09F9219EBA|3363F33DBAAB5811|\nHR|${DEST}\\default.xbe|1|7D4E004B497387C4|CDE3E67B3ADD280A|\nHR|${DEST}\\default.xbe|1|B524CD6326F15C87|7506520B082E2984|\nHR|${DEST}\\default.xbe|1|3C17CB609A26F546|6908856B85E4A9A0|\nHR|${DEST}\\default.xbe|1|763F8201A792F27B|9141F97643482722|\nHR|${DEST}\\default.xbe|1|A87E936AE1F63EAD|52EE65F7D3B6A687|\nHR|${DEST}\\default.xbe|1|4665A345FA57DD8F|B6635B558C5476F0|\nHR|${DEST}\\default.xbe|1|A76B808DE4B75F7C|F0393DA7A594975B|\nHR|${DEST}\\default.xbe|1|672C638FF0480385|F53E677ED5F9A1A7|\nHR|${DEST}\\default.xbe|1|FFACA8E92BD2D7D7|649DB03D03C1AFCB|\nHR|${DEST}\\default.xbe|1|68CA7D8B1B80FF08|59FE99DE6AC69D43|\nHR|${DEST}\\default.xbe|1|8C4345A439935AA5|0EC9C22D1527C971|\nHR|${DEST}\\default.xbe|1|9977749F7AFDD3FF|D208B74860E031D8|\nHR|${DEST}\\default.xbe|1|19ACC8C470F114B8|C669DE2CB4BAB247|\nHR|${DEST}\\default.xbe|1|254915EB298CC06E|B41777E7EE1A1237|\nHR|${DEST}\\default.xbe|1|23C09BD017B3B075|E03033A5A80B4189|\nHR|${DEST}\\default.xbe|1|AEE5472EA2413193|E18AE75F77E40883|\nHR|${DEST}\\default.xbe|1|F3F52B1F8B492E2E|1F880C95D8A20437|\nHR|${DEST}\\default.xbe|1|7BAB66D766399562|D9EBDB631831D9DE|\nHR|${DEST}\\default.xbe|1|E44E2CA7B49A23CD|C12E0821B9F1568A|\nHR|${DEST}\\default.xbe|1|87499B892DF67E6B|32EADACAC9E5DF57|\nHR|${DEST}\\default.xbe|1|FC72FA977944B1FE|817BCBE33FA7D654|\nHR|${DEST}\\default.xbe|1|2D85E351CFC29ADB|0A6B21763F5543A4|\nHR|${DEST}\\default.xbe|1|ACA382A82E640CBF|F786AEB2C754C16F|\nHR|${DEST}\\default.xbe|1|005F6FAED61B3A7A|EABAF054FBB1D50A|\nHR|${DEST}\\default.xbe|1|F8855CAFD5FC7670|1BA0C6D54F96CA13|\nHR|${DEST}\\default.xbe|1|3E6844DCA7A3969B|C04310BAD78A7FA0|\nHR|${DEST}\\default.xbe|1|E3B49EDBDFB16A72|3C3F3EF34102FB9C|\nHR|${DEST}\\default.xbe|1|7F6E9B46D98FBE92|FB6D0D1BF67CA449|\nHR|${DEST}\\default.xbe|1|BDAFF2323589D5E1|6794D31C28A93C3E|\nHR|${DEST}\\default.xbe|1|D2C2F356|30620AA0|\nHR|${DEST}\\default.xbe|1|86DD63B2CA435194|6EC1A6F7BB79D784|\nHR|${DEST}\\default.xbe|1|786004A17E793283|E3DD87341B717FF1|\nHR|${DEST}\\default.xbe|1|7D1B50E8100800|7C178B4508508B|\nHR|${DEST}\\default.xbe|1|E8B507000083F8|0C203D643A5C00|\nHR|${DEST}\\default.xbe|1|0275076A03E8D107|75B158B800080000|\nHR|${DEST}\\default.xbe|1|AF0A114042004145|18F9104042004145|\nHR|${DEST}\\default.xbe|1|FF0100C004000000|FF02000007000080|\nHR|${DEST}\\default.xbe|1|02000000BFDE1D50|04000000BFDE1D50|\nHR|${DEST}\\default.xbe|1|EB3733C0EB33566A|000033C0EB33566A|\nHR|${DEST}\\default.xbe|1|FF020000040000000000000000000000|FF020000070000800000000000000000|\nHR|${DEST}\\default.xbe|1|02020000040000000000000000000000|FF020000070000800000000000000000|\nHR|${DEST}\\default.xbe|1|75B158B800080000000033C0EB33566A|75B158B800080000EB3733C0EB33566A|\nHR|${DEST}\\default.xbe|1|DC0FAF45E05EC9C20400558BEC83EC34FF75088D45F850FF15C48F2B00682100|DC0FAF45E05EC9C20400558BEC83EC34EB41418D45F850FF15C48F2B00682100|\n# \n# Moving on to \"driving.xbe\"\n#\nCP|${DEST}\\driving.xbe|${DEST}\\driving.xbe_orig|\nHR|${DEST}\\driving.xbe|1|58424548DBE49F5F|584245482650465E|\nHR|${DEST}\\driving.xbe|1|679353A148511B2F|2E9106D30799EA5C|\nHR|${DEST}\\driving.xbe|1|E4AEDAE26C1F5110|51DB4C96C439AC22|\nHR|${DEST}\\driving.xbe|1|EBDAEF49C71C3C54|1B2C56A437808FDB|\nHR|${DEST}\\driving.xbe|1|8FAA43A6BDBC6C6A|9642340EAE19D0AE|\nHR|${DEST}\\driving.xbe|1|64385B3D793D0F46|2878873D3556FDF3|\nHR|${DEST}\\driving.xbe|1|5AA8F7B4E11C2FCA|AECB861B8CC1026E|\nHR|${DEST}\\driving.xbe|1|463D501359A15C34|A9D4912260083F53|\nHR|${DEST}\\driving.xbe|1|9244C988E539EF36|ADAA7B563D119375|\nHR|${DEST}\\driving.xbe|1|53F8928BB7088FD1|60E1CF3A4766F7FE|\nHR|${DEST}\\driving.xbe|1|8A311842C184431B|C20045BE5EE99ADD|\nHR|${DEST}\\driving.xbe|1|CB95A996B9CB725C|3275D1721D5824D7|\nHR|${DEST}\\driving.xbe|1|C46049146F486AB7|929CA686899FFCB1|\nHR|${DEST}\\driving.xbe|1|3697883D09BA6AE2|A8050DC899A8C30D|\nHR|${DEST}\\driving.xbe|1|250F389B92E0E580|85A3A4F4CE8CF083|\nHR|${DEST}\\driving.xbe|1|D26CF4F0D98D7EA3|869930CE15C90D9B|\nHR|${DEST}\\driving.xbe|1|5324536BFCA0C169|A30D9C2E09F99E16|\nHR|${DEST}\\driving.xbe|1|BDECC18DB6E954C8|AD5DD88D561A7543|\nHR|${DEST}\\driving.xbe|1|99D32E4212365851|B45F564313546E1D|\nHR|${DEST}\\driving.xbe|1|AA6F967A34ABD55F|5F32B9102BD1498D|\nHR|${DEST}\\driving.xbe|1|BDD3146B7086DCAE|FFAE39BD8F31E6F2|\nHR|${DEST}\\driving.xbe|1|96FB06CB8BF375A3|F17DCB8C20A493B3|\nHR|${DEST}\\driving.xbe|1|79BD36A9FDF725B1|6365EBC8C8FD63CC|\nHR|${DEST}\\driving.xbe|1|975D175D78A054F7|3E6C9CF666A71D7C|\nHR|${DEST}\\driving.xbe|1|D61BAAE807E0B764|FD5251AA98452BF5|\nHR|${DEST}\\driving.xbe|1|F7E1BCD7104E1B2F|CA09669071D4AD9B|\nHR|${DEST}\\driving.xbe|1|993FBA172DC88820|2AE44D7D5F5786B0|\nHR|${DEST}\\driving.xbe|1|F85AC54E4E48BCB9|BE8FE0D32A91BEA8|\nHR|${DEST}\\driving.xbe|1|73D9DCD6D3E5E915|2AC81D2E64E52DAD|\nHR|${DEST}\\driving.xbe|1|D9207D51F0C8F73C|7DFAAFD32161C8A0|\nHR|${DEST}\\driving.xbe|1|4E309A253A28F68D|739D668165DCEB40|\nHR|${DEST}\\driving.xbe|1|4395649156EFABAF|944761433C0DEDA6|\nHR|${DEST}\\driving.xbe|1|BF9B598E00000100|39E3893900000100|\nHR|${DEST}\\driving.xbe|1|9CDD2D00EC010000AF0A114042004145|9CDD2D00EC01000018F9104042004145|\nHR|${DEST}\\driving.xbe|1|FF02000004000000|FF02000007000080|\nHR|${DEST}\\driving.xbe|1|0202000004000000|FF02000007000080|\nHR|${DEST}\\driving.xbe|1|02000000BFDE1D50D8EB00EC8B567A8A|04000000BFDE1D50D8EB00EC8B567A8A|\nHR|${DEST}\\driving.xbe|1|9E388AD9E0C13723|9E388AD989273BE9|\nHR|${DEST}\\driving.xbe|1|056CED05CF10A368|A94FD5045F1118E5|\nHR|${DEST}\\driving.xbe|1|74F1C8E0BB1D5D3F|A2DBE4FC72CD989A|\nHR|${DEST}\\driving.xbe|1|35843B64CA8330C5|E3354D2AD609AE75|\nHR|${DEST}\\driving.xbe|1|8FEFCE0052E899E4|1868D8D0D707D68B|\nHR|${DEST}\\driving.xbe|1|C3F8DB955AE9F0D1|977DE204DBFB2E73|\nHR|${DEST}\\driving.xbe|1|B16E202CCC66EA5A|992F7AE9C439622F|\nHR|${DEST}\\driving.xbe|1|0646F88FDA3B9CAC|EDAEA544E464D38B|\nHR|${DEST}\\driving.xbe|1|4A22EBB6B209ED05|5BD62649599F2DF2|\nHR|${DEST}\\driving.xbe|1|759F4F288EC5FC89|AC2E8F20797DDA77|\nHR|${DEST}\\driving.xbe|1|AB54C3AEE0C08FD9|E2C67E176C4BD7CB|\nHR|${DEST}\\driving.xbe|1|E17D9516515A166B|ADCEA6CA3C8E067F|\nHR|${DEST}\\driving.xbe|1|BB78592E8A8241FB|94E07C9381E2AE7B|\nHR|${DEST}\\driving.xbe|1|C342DB79FF0C3B53|B12E84836EE5533D|\nHR|${DEST}\\driving.xbe|1|CA14A27A021B6CB1|5AF260861D929780|\nHR|${DEST}\\driving.xbe|1|02660ADDB68DF9C3|5E20220E8EB7E32C|\nHR|${DEST}\\driving.xbe|1|276D5165CED03AB3|2088C74D5EE33888|\nHR|${DEST}\\driving.xbe|1|D488F976DAA87416|4EAA3918B239CE78|\nHR|${DEST}\\driving.xbe|1|030C93F422B95971|2490202766B042F0|\nHR|${DEST}\\driving.xbe|1|FEB2674B306F780E|E45AA15292D9F5A8|\nHR|${DEST}\\driving.xbe|1|575DAEE40A400B69|C10AD5AF9DBB5539|\nHR|${DEST}\\driving.xbe|1|ABD9E413E34D05D2|5B2968579FC08BF6|\nHR|${DEST}\\driving.xbe|1|32658390B6B6EB2C|98A724D03A65E360|\nHR|${DEST}\\driving.xbe|1|56458E520EEAF332|197A51EC1392F111|\nHR|${DEST}\\driving.xbe|1|56A481B7F1DFE7C5|95240ACB7696217F|\nHR|${DEST}\\driving.xbe|1|527D684D3633E558|A1AFEF55E70DC812|\nHR|${DEST}\\driving.xbe|1|C0317089F730EF00|97FA373EFF4AE8D3|\nHR|${DEST}\\driving.xbe|1|08A10FACBDED1D73|2CDC8C53EB966AAD|\nHR|${DEST}\\driving.xbe|1|8765C28B3BB09489|1F5565148391D575|\nHR|${DEST}\\driving.xbe|1|EE087BFC0673AA45|FB7C83E46E6829C9|\nHR|${DEST}\\driving.xbe|1|C11A0CCF3FFBF7BF|A663165051D90E06|\nHR|${DEST}\\driving.xbe|1|75E401EB9FE7ADB4|8BBD56405A64499D|\nHR|${DEST}\\driving.xbe|1|BBCF9E35EC010000|F9DE9EF3EC010000|\nHR|${DEST}\\driving.xbe|1|86DD63B2CA435194|6EC1A6F7BB79D784|\nHR|${DEST}\\driving.xbe|1|786004A17E793283|E3DD87341B717FF1|\nSM|${DEST}\\*.xbe|C00001FF|"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/48450001_ntsc.acl",
    "content": "# - Patch Australian Release of Rugby League to run from HDD and play on NTSC machines\n# Please note that after applying this patch, you will not be able to view all of the\n# videos in the game (contained in the folder 'movie0'). If you want to view these extra videos,\n# you can use XBMP, or some file managers such as the UnleashX File Manager.\n# Submitted by dzv\n# Serial: 2004010900\n\nCP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\nHR|${DEST}\\default.xbe|1|744BE8CAFDFFFF85C07D0633C05050EB44F605|744BE8CAFDFFFF85C0EB0633C05050EB44F605|\nHR|${DEST}\\default.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB|\nSM|${DEST}\\default.xbe|400001FF|\nHR|${DEST}\\default.xbe|1|7415E83D|EB15E83D|\n# OPTIONAL The next 4 lines delete unneeded folders of video files (all the videos are contained within the folder 'movie0'\n#RM|${DEST}\\data\\movie1|\n#RM|${DEST}\\data\\movie2|\n#RM|${DEST}\\data\\movie3|\n#RM|${DEST}\\data\\movie4|\n# OPTIONAL The next 2 lines will allow you to play the game on NTSC machines.\nHR|${DEST}\\default.xbe|1|40020000395C24|E0010000395C24|\nHR|${DEST}\\default.xbe|1|400200006A006A|E00100006A006A|\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/48450001_pal.acl",
    "content": "# - Patch Australian Release of Rugby League to run from HDD and play on NTSC machines\n# Please note that after applying this patch, you will not be able to view all of the\n# videos in the game (contained in the folder 'movie0'). If you want to view these extra videos,\n# you can use XBMP, or some file managers such as the UnleashX File Manager.\n# Submitted by dzv\n# Serial: 2004010900\n\nCP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\nHR|${DEST}\\default.xbe|1|744BE8CAFDFFFF85C07D0633C05050EB44F605|744BE8CAFDFFFF85C0EB0633C05050EB44F605|\nHR|${DEST}\\default.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB|\nSM|${DEST}\\default.xbe|400001FF|\nHR|${DEST}\\default.xbe|1|7415E83D|EB15E83D|\n# OPTIONAL The next 4 lines delete unneeded folders of video files (all the videos are contained within the folder 'movie0'\n#RM|${DEST}\\data\\movie1|\n#RM|${DEST}\\data\\movie2|\n#RM|${DEST}\\data\\movie3|\n#RM|${DEST}\\data\\movie4|\n# OPTIONAL The next 2 lines will allow you to play the game on NTSC machines.\n#HR|${DEST}\\default.xbe|1|40020000395C24|E0010000395C24|\n#HR|${DEST}\\default.xbe|1|400200006A006A|E00100006A006A|\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/4D53000B_ntsc.acl",
    "content": "# Game: NBA Inside Drive 2004 (NTSC)\n# Title ID: 4d53000b\n# Size: 4238 MB (73 folders, 915 files) XBL files deleted\n# Author: ACL Written by AgentEB from Xbox-Scene\n\n# this acl will instruct dvd2xbox to patch the second occurence of the hdd \nmedia protection instead\n# of the default first occurence\n\nCP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\n# Media patch short hex on second occasion only @ offset 003ecc89\nHR|${DEST}\\default.xbe|2|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB|\n# Media check 1\nSM|*.xbe|C00001FF|"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/5451000F.acl",
    "content": "# Alter Echo\n# Submitted by Mordenkainen\n# Serial: 2004010900\n#\n\nCP|${DEST}\\ODB Data\\ODB MEDIA\\xvg\\Object_Gunshhip_Fly_by_24.xvg|${DEST}\\ODB Data\\ODB MEDIA\\xvg\\Object_Gunshhip_Fly_by_24p.xvg|\nRM|${DEST}\\ODB Data\\ODB MEDIA\\xvg\\Object_Gunshhip_Fly_by_24.xvg|\nHR|*.clf|1|4f626a6563745f47756e73686869705f466c795f62795f32342b2e787667|4f626a6563745f47756e73686869705f466c795f62795f3234702e787667|\nCP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\nHR|*.xbe|1|744BE8CAFDFFFF85C07D0633C05050EB44F605|744BE8CAFDFFFF85C0EB0633C05050EB44F605|\nHR|*.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB|\nSM|*.xbe|400001FF|\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/56550026_ntsc.acl",
    "content": "# \n# 56550026_pal.acl\n#\n# Patch for Riddick PAL by Complex tools :-)\n#\n# Serial: 2004081500\n#\n\nCP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\n# Media check 1\nSM|*.xbe|C00001FF|\n# Disc check\nHR|${DEST}\\default.xbe|3|34FF75088D|34EB41418D|\nHR|${DEST}\\default.xbe|1|C07D1B50E852F7FFFFE8F7F6FFFF83F80275076A03E813F7FFFF33|C07C178B4508508B000C203D643A5C0075B158B800080000EB3733|"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/56550026_pal.acl",
    "content": "# \n# 56550026_pal.acl\n#\n# Patch for Riddick PAL by Complex tools :-)\n#\n# Serial: 2004081500\n#\n\nCP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\n# Media check 1\nSM|*.xbe|C00001FF|\n# Disc check\nHR|${DEST}\\default.xbe|3|34FF75088D|34EB41418D|\nHR|${DEST}\\default.xbe|1|C07D1B50E852F7FFFFE8F7F6FFFF83F80275076A03E813F7FFFF33|C07C178B4508508B000C203D643A5C0075B158B800080000EB3733|"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/5655002F.acl",
    "content": "# Game: FightClub HDD Fix\n# Title ID: 5655002F\n#\n# Submitted by Zombix (www.evo-x.de) PAL, tested by AgentEB on NTSC\n\nCP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\n\n# Media patch long hex\nHR|*.xbe|1|744BE8CAFDFFFF85C07D0633C05050EB44F605|744BE8CAFDFFFF85C0EB0633C05050EB44F605|\n# Media patch short hex\nHR|*.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB|\n# FATX Detection\nHR|*.xbe|1|4641545800000000443A5C|0000000000000000000000|\n# Media check 1\nSM|*.xbe|C00001FF|\n# All game regions\nSR|*.xbe|00000007|\n\n# Disc check\nHR|${DEST}\\default.xbe|1|0400558BEC83EC34FF75088D|0400558BEC83EC34EB41418D|\nHR|${DEST}\\default.xbe|1|7d1b50e8d5e9ffffe87ae9ffff83f80275076a03e896e9ffff|7c178b4508508b000c203d643a5c0075b158b800080000eb37|\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/56550031_ntsc.acl",
    "content": "# Game: Leisure Suit Larry:Magna Cum Laude\n# Title ID: 56550031\n# Size: 2828 Mb(45 folders,697 files)\n# Author: ACL Written by AgentEB from Xbox-Scene\n\n# Fixes original disk protection on retail disk to run off your hdd. Tested and verified to work\n# on NTSC version. It will also remove the censorship in the game.\n\nCP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\n# Media patch long hex\nHR|*.xbe|1|744BE8CAFDFFFF85C07D0633C05050EB44F605|744BE8CAFDFFFF85C0EB0633C05050EB44F605|\n# Media patch short hex\nHR|*.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB|\n# Media check 1\nSM|*.xbe|C00001FF|\n\n# This will make a backup of the AppInit.JAM file and rename it to AppInit.JAM_orig\nCP|${DEST}\\Data\\JamFiles\\Xbox\\AppInit.JAM|${DEST}\\Data\\JamFiles\\Xbox\\AppInit.JAM_orig|\n\n# This will remove the censorship from Leisure Suit Larry @ offset 00076526\nHR|${DEST}\\Data\\JamFiles\\Xbox\\AppInit.JAM|1|6F6F6C65616E09446174612030|6F6F6C65616E09446174612031|\n\n# Offset 00168368 Removes protection from the game to be played on your hard drive\nHR|${DEST}\\default.xbe|1|7411688C8B240068204B26008BCE|EB11688C8B240068204B26008BCE|"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/56550031_pal.acl",
    "content": "# Game: Leisure Suit Larry:Magna Cum Laude (PAL)\n# Title ID: 56550031\n\nCP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\nSM|*.xbe|C00001FF|\nHR|${DEST}\\default.xbe|1|3B819C05000074|3B819C050000EB|"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/56550039.acl",
    "content": "# Game: The Incredible Hulk:Ultimate Destruction\n# Title ID: 56550039\n# Size: 2338 Mb(2 folders,20 files)\n# Author: ACL Written by AgentEB from Xbox-Scene\n\n# This acl written by yours truly. It will patch the default.xbe to allow \nyou to play off the hdd.\n# Thanks for playing Sierra! Ha Ha\n\nCP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\n# Offset @ 00000221\nHR|*.xbe|1|0100C00700000003|0200000700000003|\n# Offset @ 001f9a90\nHR|*.xbe|3|EC83EC34FF7508|EC83EC34EB4341|\n# Offset @ 001f9ad5\nHR|*.xbe|1|7D1B50E830060000E8D505000083F80275076A03E8F105000033C0EB33|7C46EB198B4508508B000C203D643A5C0075AF5856B800080000EB3390|\n# Media Check 1\nSM|*.xbe|C00001FF|"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/ACLSyntax.txt",
    "content": "#\n# ACL Syntax\n#\n# Serial: 2004092700\n#\n# dvd2xbox has the ability to patch every game individually. It determines the TitleID via the default.xbe in the root\n# folder of the DVD and the region setting via the eeprom. It then tries to load the TitleID_pal.acl/TitleID_ntsc.acl\n# file for the specific title. If the file can't be found it falls back to TitleID.acl. If TitleID.acl can't be found\n# the default.acl file is used. This file contains all known generic patches.\n#\n# SetMediaType: SM|*.xbe|400001FF| \n# Set media type of all xbe's to 400001FF. Filemask could be \n# *.ext             - all files with extension ext are patched (will fail on non xbox executables)\n# *                 - all files are patched (will fail on non xbox executables)\n# f:\\foo\\foo.xbe    - only foo.xbe is patched\n# ${DEST}\\foo.xbe   - only foo.xbe in the destination dir is patched\n# ${DEST}\\foo\\*.xbe - all xbe's in dest\\foo\\ are patched\n# default.xbe       - all default.xbe's are patched\n#\n# SetGameRegion: SR|*.xbe|00000007| \n# Set game region of all xbe's to 00000007 (all regions). \n# See SM for file mask syntax.\n#\n# HexReplace: HR|*.xbe|1|E8CAFDFFFF85C0EB|E8CAFDFFFF85C07D|\n# Searches all xbe's for E8CAFDFFFF85C0EB and replace the first occurrence by E8CAFDFFFF85C07D.\n# Look at SetMediaType for the filemask syntax. 1,5,6 means first,fifth and sixth occurrence.\n#\n# CopyFile: CP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\n# Copies default.xbe in the destination dir to default.xbe_orig.\n#\n# Move: MV|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\n# Moves default.xbe in the destination dir to default.xbe_orig.\n#\n# RemoveDir/File: RM|f:\\foo\\foobar|\n# deletes dir/file f:\\foo\\foobar.\n# Look at SetMediaType for the filemask syntax.\n#\n# Exclude path: \n# EP|d:\\xdemos|  - excludes the file or directory d:\\xdemos\n#\n# Apply file:\n# AP|${DEST}\\default.xbe|foo.ppf| - applies the patch foo.ppf to default.xbe. foo.ppf needs to be in the acl directory.\n# See http://www.paradogs.com/pdx_ppf3.htm for info and programs on how to create ppf files.\n#\n# Example:\n# [4D530014]\n# matches Tao Feng\n# CP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\n# HR|${DEST}\\default.xbe|1|744BE8CAFDFFFF85C07D0633C05050EB44F605|744BE8CAFDFFFF85C0EB0633C05050EB44F605|\n# HR|${DEST}\\default.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB|\n# SM|${DEST}\\default.xbe|400001FF|\n#\n#\n# Searching for files takes a long time on titles with a lot of them. In the current implementation the whole dir\n# is searched for the specific file for every entry (except xbe's after the maincopy). \n# Specifying file by file - as in the example - is the recommended way when possible."
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/acl/default.acl",
    "content": "# \n# default.acl\n# processed by all game titles which doesn't have a specific title acl file.\n#\n# Serial: 2004031400\n#\n# Edited by Rocky5 - 13/04/2014\n#\n\n#Remove unused xbe's\nRM|${DEST}\\dashupdate.xbe|\nRM|${DEST}\\downloader.xbe|\nRM|${DEST}\\update.xbe|\n\n#Remove old backup files.\nRM|${DEST}\\default.xbe_patched|\nRM|${DEST}\\default.xbe_orig|\nRM|${DEST}\\default.bak|\n\n#Remove & rename Thumb.*\n#RM|${DEST}\\default.tbn|\nCP|${DEST}\\thumb.png|${DEST}\\default.tbn|\nCP|${DEST}\\thumb.jpg|${DEST}\\default.tbn|\n\n#Remove other crap that's not needed.\nRM|${DEST}\\MXM_Entry.xml|\nRM|${DEST}\\MXM_SS.png|\n\n#Disabled, since you have the disc.\n#CP|${DEST}\\default.xbe|${DEST}\\default.xbe_orig|\n\n# Media patch long hex\nHR|*.xbe|1|744BE8CAFDFFFF85C07D0633C05050EB44F605|744BE8CAFDFFFF85C0EB0633C05050EB44F605|\n\n# Media patch short hex\nHR|*.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB|\n\n# FATX Detection\nHR|*.xbe|1|4641545800000000443A5C|0000000000000000000000|\n\n# Media check 1\nSM|*.xbe|C00001FF|\n\n# All game regions\nSR|*.xbe|00000007|"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/default.py",
    "content": "import xbmc\nimport xbmcgui\nimport os\n\n# Close the script loading dialog\nxbmc.executebuiltin('Dialog.Close(1100,true)')\n# Check for default.xbe in D if not found give error.\nif os.path.isfile(\"d:/default.xbe\"):\n    __title__ = \"DVD2XBOX Runner\"\n    runself = xbmc.translatePath(\"special://root/default.xbe\")  # should point to XBMC\n    dvd2xbox_dir = xbmc.translatePath(\"Special://scripts/XBMC4Gamers/DVD2Xbox/\")\n    skin = \"project_mayhem_iii\"  # this is the name of the dvd2xbox skin dir to use\n\n    # for now just have these as variables\n    gamemodelist = [\"normal\", \"iso\"]\n    destlist = [\"E:\\\\Games\\\\\", \"F:\\\\Games\\\\\", \"G:\\\\Games\\\\\", \"Browse for Custom\"]\n    modeg = \"normal\"\n    modev = \"normal\"\n    modea = \"mp3\"\n    destg = \"E:\\\\Games\\\\\"\n    showkeyboard = \"no\"\n    copyretrydialog = \"yes\"\n\n    base_str = '''<remotecontrol>\n        <skin>%s</skin>\n        <runapp>%s</runapp>\n        <delconf>yes</delconf>\n        <gamecopy>\n            <showkeyboard>%s</showkeyboard>\n            <copyretrydialog>%s</copyretrydialog>\n            <mode>%s</mode>\n            <destination>%s</destination>\n        </gamecopy>\n        <videocopy>\n            <showkeyboard>%s</showkeyboard>\n            <copyretrydialog>%s</copyretrydialog>\n            <mode>%s</mode>\n            <destination>%s</destination>\n        </videocopy>\n        <audiocopy>\n            <showkeyboard>%s</showkeyboard>\n            <copyretrydialog>%s</copyretrydialog>\n            <mode>%s</mode>\n            <destination>%s</destination>\n        </audiocopy>\n    </remotecontrol>'''\n\n    def createdir(destg):\n        # Create directories\n        if not os.path.exists(destg):\n            os.mkdir(destg)\n        else:\n            print \"Destination already exists\"\n\n    def writexml(curdat):\n        # dvd2xbox_dir\n        with open(dvd2xbox_dir + \"remotecontrol.xml\", 'w') as fb:\n            fb.write(curdat)\n\n    def yesno(q):\n        retval = xbmcgui.Dialog().yesno(__title__, q)\n        return \"yes\" if retval else \"no\"\n\n    def doadvanced(destg):\n        retval = xbmcgui.Dialog().select(\"Copy Mode\", gamemodelist)\n        modeg = gamemodelist[retval]\n        showkeyboard = yesno(\"Allow Rename Dump Dir\")\n        copyretrydialog = yesno(\"Show Copy and Retry Dialog\")\n        curdat = base_str % (skin, runself, showkeyboard, copyretrydialog, modeg, destg, showkeyboard, copyretrydialog, modeg, destg, showkeyboard, copyretrydialog, modea, destg)\n        writexml(curdat)\n        from xbmc import executebuiltin\n        exi_str = \"XBMC.RunXBE(%sDefault.xbe)\" % dvd2xbox_dir\n        executebuiltin(exi_str)\n\n    def doGames():\n        retval = xbmcgui.Dialog().select(\"Choose Rip Dir\", destlist)\n        if retval != -1:\n            destg = destlist[retval]\n            if destg == \"Browse for Custom\":\n                destg = xbmcgui.Dialog().browse(0, \"Select Dir\", \"files\") + '\\\\'\n            advancedoptions = yesno(\"Set Advanced Options ?\")\n            if advancedoptions == \"no\":\n                curdat = base_str % (skin, runself, showkeyboard, copyretrydialog, modeg, destg, showkeyboard, copyretrydialog, modeg, destg, showkeyboard, copyretrydialog, modea, destg)\n                try:\n                    createdir(destg)\n                except:\n                    pass\n                writexml(curdat)\n                from xbmc import executebuiltin\n                exi_str = \"XBMC.RunXBE(%sDefault.xbe)\" % dvd2xbox_dir\n                executebuiltin(exi_str)\n            else:\n                try:\n                    createdir(destg)\n                except:\n                    pass\n                doadvanced(destg)\n\n    doGames()\nelse:\n    dialog = xbmcgui.Dialog()\n    dialog.ok(\"Error\", \"\", \"There is no [B]GAME[/B] disc in the dvd drive.\", \"Please insert a game disc & try again.\")\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/dvd2xbox.xml",
    "content": "<dvd2xbox>\n\t<main>\n\t\t<!-- This overrides the value in the online settings. If dvd2xbox crashes during boot while  !-->\n\t\t<!-- printing \"Checking for available partitions\" set this value to 0. Afterwards turn off   !-->\n\t\t<!-- the autodetect feature in the online settings and activate manually the available disks.!-->\n\t\t<autodetectHDD>1</autodetectHDD>\n\t\t<!-- Files with this extension are opened in the text viewer if A is pressed. !-->\n\t\t<!-- All other files can still be opened via the action menu                  !-->\n\t\t<textExtensions>txt|nfo|cfg|ini|xml</textExtensions>\n\t\t<!-- Configure the cdda title format. Available variables: !-->\n\t\t<!-- ${TRACK}           : Track number with leading zero   !-->\n\t\t<!-- ${TRACKARTIST} : Artist of the selected track         !-->\n\t\t<!-- ${DISCARTIST}   : Artist of the whole cd              !-->\n\t\t<!-- ${TITLE}            : Track title                     !-->\n\t\t<trackformat>${TRACK}-${TRACKARTIST}-${TITLE}</trackformat>\n\t\t<!-- Configure application which should be run when return to dash is pressed !-->\n\t\t<!-- Leave 'default' to return to the default dash                                !-->\n\t\t<return2dash>default</return2dash>\n\t</main>\n\t<!-- Put in all directories you would like to have as destination folders. Only the e: drive is      !-->\n\t<!-- enabled per default (if autodetectHDD is 0). To see the f: and g: drive entries launch dvd2xbox !-->\n\t<!-- press the white button and enable f: and/or g: (make sure that the drives are formatted).       !-->\n\t<dumpdirs>\n\t\t<dir>F:\\Games</dir>\n\t\t<dir>G:\\Games</dir>\n\t</dumpdirs>\n\t<!-- This directories will be searched for installed games for the gamemanager. It only looks for games !-->\n\t<!-- directly installed below this directories and no level deeper !-->\n\t<!-- f:\\games\\foo\\default.xbe will be found \t!-->\n\t<!-- f:\\games\\foo\\ba\\default.xbe won't be found !-->\n\t<gamedirs>\n\t\t<dir>F:\\Games</dir>\n\t\t<dir>G:\\Games</dir>\n\t</gamedirs>\n\t<network>\n\t\t<!-- These settings configure the network interface of your xbox   !-->\n\t\t<!-- Let it untouched to obtain the values from your dash settings !-->\n\t\t<xboxip>192.168.0.6</xboxip>\n\t\t<netmask>255.255.255.0</netmask>\n\t\t<gateway>192.168.0.1</gateway>\n\t\t<DNS>192.168.1.1</DNS>\n\t\t<!-- IP or URL of a freedb mirror !-->\n\t\t<cddbip>freedb.freedb.org</cddbip>\n\t</network>\n\t<ftpserver>\n\t\t<!-- This settings configure dvd2xbox ftp server xbfillezilla. !-->\n\t\t<!-- Username and password should be at least 4 characters.    !-->\n\t\t<username>xbox</username>\n\t\t<password>xbox</password>\n\t\t<max_users>2</max_users>\n\t\t<!-- Nickname for the auto detection feature !-->\n\t\t<nickname>dvd2xboxNick</nickname>\n\t</ftpserver>\n\t<gui>\n\t\t<!-- disables the iso ripper in the disc copy dialog !-->\n\t\t<disableisoripper>no</disableisoripper>\n\t\t<disablefilemanager>no</disablefilemanager>\n\t</gui>\n</dvd2xbox>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/remotecontrol.xml_sample",
    "content": "<!-- rename this file to remotecontrol.xml to call dvd2xbox from another application !-->\n<remotecontrol>\n\t\t<!-- use this skin instead the default one. dash keeps default !-->\n\t\t<skin>Project_Mayhem_III</skin>\n\t\t<!-- run this app when dvd2xbox is finished. dash loads the dashboard !-->\n\t\t<runapp>-</runapp>\n\t\t<!-- \"yes\" to delete the remotecontrol.xml file after processing !-->\n\t\t<delconf>yes</delconf>\n\t\t<!-- for xbox games !-->\n\t\t<gamecopy>\n\t\t\t\t<!-- show the virtual keyboard !-->\n\t\t\t\t<showkeyboard>no</showkeyboard>\n\t\t\t\t<!-- show the copy retry dialog if files fail to copy !-->\n\t\t\t\t<copyretrydialog>no</copyretrydialog>\n\t\t\t\t<!-- normal for file copy, iso for iso ripper mode !-->\n\t\t\t\t<mode>normal</mode>\n\t\t\t\t<!-- destination path !-->\n\t\t\t\t<destination>e:\\games</destination>\n\t\t</gamecopy>\n\t\t<!-- Video DVDs !-->\n\t\t<videocopy>\n\t\t\t\t<!-- show the virtual keyboard !-->\n\t\t\t\t<showkeyboard>yes</showkeyboard>\n\t\t\t\t<!-- show the copy retry dialog if files fail to copy !-->\n\t\t\t\t<copyretrydialog>no</copyretrydialog>\n\t\t\t\t<!-- normal for file copy, iso for iso ripper mode !-->\n\t\t\t\t<mode>normal</mode>\n\t\t\t\t<!-- destination path !-->\n\t\t\t\t<destination>e:\\videos</destination>\n\t\t</videocopy>\n\t\t<!-- Audio CDs !-->\n\t\t<audiocopy>\n\t\t\t\t<!-- show the virtual keyboard !-->\n\t\t\t\t<showkeyboard>yes</showkeyboard>\n\t\t\t\t<!-- show the copy retry dialog if files fail to copy !-->\n\t\t\t\t<copyretrydialog>no</copyretrydialog>\n\t\t\t\t<!-- mp3, oggvorbis, wav !-->\n\t\t\t\t<mode>mp3</mode>\n\t\t\t\t<!-- destination path !-->\n\t\t\t\t<destination>e:\\music</destination>\n\t\t</audiocopy>\n</remotecontrol>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/skins/Project_Mayhem_III/diskcopy.xml",
    "content": "<screen>\n\t\t<!-- Background -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>90</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>390</height>\n\t\t\t\t<texture>background_Bottom</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>0</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>90</height>\n\t\t\t\t<texture>background_Top</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>120</posY>\n\t\t\t\t<width>128</width>\n\t\t\t\t<height>200</height>\n\t\t\t\t<texture>Logo</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>460</posX>\n\t\t\t\t<posY>310</posY>\n\t\t\t\t<width>128</width>\n\t\t\t\t<height>128</height>\n\t\t\t\t<texture>Icon_Overlay</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>dvdxbeicon</type>\n\t\t\t\t<posX>478</posX>\n\t\t\t\t<posY>329</posY>\n\t\t\t\t<width>99</width>\n\t\t\t\t<height>80</height>\n\t\t</item>\n\t\t<!-- Title -->\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<posX>50</posX>\n\t\t\t\t<posY>50</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Copy Disc to Harddisk</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>95</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Choose Dump Directory:</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- Menu: Listing dump directories -->\n\t\t<item>\n\t\t\t\t<type>UpArrow</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<relX>30</relX>\n\t\t\t\t<relY>-9</relY>\n\t\t\t\t<width>16</width>\n\t\t\t\t<height>8</height>\n\t\t\t\t<texture>UpArrow</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>DownArrow</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<relX>30</relX>\n\t\t\t\t<relY>160</relY>\n\t\t\t\t<width>16</width>\n\t\t\t\t<height>8</height>\n\t\t\t\t<texture>DownArrow</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<relX>-10</relX>\n\t\t\t\t<relY>-1</relY>\n\t\t\t\t<width>410</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>List-Focus</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<posX>200</posX>\n\t\t\t\t<posY>140</posY>\n\t\t\t\t<vspace>20</vspace>\n\t\t\t\t<hspace>150</hspace>\n\t\t\t\t<widthpx>390</widthpx>\n\t\t\t\t<lines>8</lines>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<!-- Status Line -->\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>365</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Copy Mode: ${copytype}</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>390</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>${statusline}</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>390</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>${statusline}</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>342</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>A_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>370</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Y_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>398</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Back_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<posX>70</posX>\n\t\t\t\t<posY>340</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Select\\\\nISO Mode\\\\nMain Menu</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- Destination -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>20</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>120</posY>\n\t\t\t\t<width>128</width>\n\t\t\t\t<height>200</height>\n\t\t\t\t<texture>Logo</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>20</showID>\n\t\t\t\t<posX>50</posX>\n\t\t\t\t<posY>50</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Copy Disc to Harddisk</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>20</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>95</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Destination Path:</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>20</showID>\n\t\t\t\t<posX>210</posX>\n\t\t\t\t<posY>140</posY>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t\t\t<text>${destination}</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<!-- Instructions -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>20</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>342</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Start_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>20</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>370</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>X_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>20</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>398</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Back_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>20</showID>\n\t\t\t\t<posX>70</posX>\n\t\t\t\t<posY>340</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Proceed\\\\nRename Dir\\\\nChange Dir</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- Warnings -->\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<showID>21</showID>\n\t\t\t\t<posX>185</posX>\n\t\t\t\t<posY>210</posY>\n\t\t\t\t<width>440</width>\n\t\t\t\t<height>90</height>\n\t\t\t\t<color>88343434</color>\n\t\t\t\t<fillcolor>88343434</fillcolor>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>21</showID>\n\t\t\t\t<posX>195</posX>\n\t\t\t\t<posY>220</posY>\n\t\t\t\t<width>64</width>\n\t\t\t\t<height>64</height>\n\t\t\t\t<texture>Warning</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>21</showID>\n\t\t\t\t<posX>275</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<color>FFFFFF00</color>\n\t\t\t\t<text>WARNING!!</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>21</showID>\n\t\t\t\t<posX>275</posX>\n\t\t\t\t<posY>240</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>The DVD/CD is to large for the target DIR\\\\nDVD size: ${dvdsize} MB &gt; free space: ${freespace} MB</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<showID>22</showID>\n\t\t\t\t<posX>185</posX>\n\t\t\t\t<posY>210</posY>\n\t\t\t\t<width>440</width>\n\t\t\t\t<height>90</height>\n\t\t\t\t<color>88343434</color>\n\t\t\t\t<fillcolor>88343434</fillcolor>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>22</showID>\n\t\t\t\t<posX>195</posX>\n\t\t\t\t<posY>220</posY>\n\t\t\t\t<width>64</width>\n\t\t\t\t<height>64</height>\n\t\t\t\t<texture>Warning</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>22</showID>\n\t\t\t\t<posX>275</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<color>FFFFFF00</color>\n\t\t\t\t<text>WARNING!!</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>22</showID>\n\t\t\t\t<posX>275</posX>\n\t\t\t\t<posY>240</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>The path -  ${destination}\\\\nalready exists.</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<!-- Copy Progress Window -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>30</showID>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>90</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>390</height>\n\t\t\t\t<texture>background_Bottom</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>30</showID>\n\t\t\t\t<posX>105</posX>\n\t\t\t\t<posY>125</posY>\n\t\t\t\t<width>450</width>\n\t\t\t\t<height>180</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>30</showID>\n\t\t\t\t<posX>130</posX>\n\t\t\t\t<posY>140</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Main Copy Module...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>30</showID>\n\t\t\t\t<posX>105</posX>\n\t\t\t\t<posY>300</posY>\n\t\t\t\t<width>450</width>\n\t\t\t\t<height>105</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>dvdxbeicon</type>\n\t\t\t\t<showID>30</showID>\n\t\t\t\t<posX>443</posX>\n\t\t\t\t<posY>310</posY>\n\t\t\t\t<width>95</width>\n\t\t\t\t<height>80</height>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>30</showID>\n\t\t\t\t<posX>130</posX>\n\t\t\t\t<posY>175</posY>\n\t\t\t\t<widthpx>410</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>From - ${sourcefile}</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>30</showID>\n\t\t\t\t<posX>130</posX>\n\t\t\t\t<posY>195</posY>\n\t\t\t\t<widthpx>410</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>To - ${destfile}</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>30</showID>\n\t\t\t\t<align>center</align>\n\t\t\t\t<posX>130</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>410</widthpx>\n\t\t\t\t<color>FF777777</color>\n\t\t\t\t<text>Current File Progress - ${fileprogress}</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<id>fileprogress</id>\n\t\t\t\t<showID>30</showID>\n\t\t\t\t<posX>131</posX>\n\t\t\t\t<posY>236</posY>\n\t\t\t\t<relwidth>408</relwidth>\n\t\t\t\t<height>10</height>\n\t\t\t\t<fillcolor>00B6FF00</fillcolor>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>30</showID>\n\t\t\t\t<posX>130</posX>\n\t\t\t\t<posY>235</posY>\n\t\t\t\t<width>410</width>\n\t\t\t\t<height>12</height>\n\t\t\t\t<texture>Progress_Over</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>31</showID>\n\t\t\t\t<align>center</align>\n\t\t\t\t<posX>130</posX>\n\t\t\t\t<posY>250</posY>\n\t\t\t\t<widthpx>410</widthpx>\n\t\t\t\t<color>FF777777</color>\n\t\t\t\t<text>Total Disc Progress - ${allprogress}</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<id>allprogress</id>\n\t\t\t\t<showID>31</showID>\n\t\t\t\t<posX>131</posX>\n\t\t\t\t<posY>271</posY>\n\t\t\t\t<relwidth>408</relwidth>\n\t\t\t\t<height>10</height>\n\t\t\t\t<fillcolor>00B6FF00</fillcolor>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>31</showID>\n\t\t\t\t<posX>130</posX>\n\t\t\t\t<posY>270</posY>\n\t\t\t\t<width>410</width>\n\t\t\t\t<height>12</height>\n\t\t\t\t<texture>Progress_Over</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>30</showID>\n\t\t\t\t<posX>130</posX>\n\t\t\t\t<posY>315</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Remaining MBytes to copy: ${remainingbytes} MB</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>30</showID>\n\t\t\t\t<posX>130</posX>\n\t\t\t\t<posY>335</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Remaining free space: ${freespace} MB</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>30</showID>\n\t\t\t\t<posX>130</posX>\n\t\t\t\t<posY>355</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Transfer Rate: ${mbpersecond} MB per Second</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<!-- Copy Aftermath Window -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>40</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>41</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Error...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>41</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>205</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>${failed} file(s) failed to copy.\\\\nClean the DVD and try again</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>41</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>X_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>41</showID>\n\t\t\t\t<posX>230</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Cancel</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>41</showID>\n\t\t\t\t<posX>370</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>A_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>41</showID>\n\t\t\t\t<posX>410</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Retry</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>42</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Processing...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>42</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>205</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Processing ACL ...\\\\nPlease Wait!</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>43</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Processing...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>43</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>205</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Patching xbe's ...\\\\nPlease Wait!</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- Results Page -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>50</showID>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>90</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>390</height>\n\t\t\t\t<texture>background_Bottom</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>50</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>95</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Copy Report:</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>50</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>120</posY>\n\t\t\t\t<width>128</width>\n\t\t\t\t<height>200</height>\n\t\t\t\t<texture>Logo</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>50</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>342</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Start_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>50</showID>\n\t\t\t\t<posX>70</posX>\n\t\t\t\t<posY>340</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Proceed</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>50</showID>\n\t\t\t\t<posX>210</posX>\n\t\t\t\t<posY>140</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Files copied: ${copyok}\\\\n\\\\nFailed to copy: ${copyfailed}\\\\n\\\\nFiles renamed: ${copyrenamed}\\\\n\\\\nCopy duration (HH:MM:SS): ${duration}</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>51</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t\t\t<text>ACL processed. Read the logfile (press Y)\\\\nfor more information.</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>52</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t\t\t<text>ACL processed. Enable logfile writing\\\\nfor more information.</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>53</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t\t\t<text>ACL processing is not supported via SMB.</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<!--\t\t\t   -->\n\t\t<!-- Smb destination -->\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>100</showID>\n\t\t\t\t<posX>50</posX>\n\t\t\t\t<posY>50</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Copy Disc to Samba Share</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>100</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>95</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Choose Dump Destination:</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>100</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>120</posY>\n\t\t\t\t<width>128</width>\n\t\t\t\t<height>200</height>\n\t\t\t\t<texture>LogoSMB</texture>\n\t\t</item>\n\t\t<!-- Menu: Listing dump url names -->\n\t\t<item>\n\t\t\t\t<type>UpArrow</type>\n\t\t\t\t<showID>100</showID>\n\t\t\t\t<relX>30</relX>\n\t\t\t\t<relY>-9</relY>\n\t\t\t\t<width>16</width>\n\t\t\t\t<height>8</height>\n\t\t\t\t<texture>UpArrow</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>DownArrow</type>\n\t\t\t\t<showID>100</showID>\n\t\t\t\t<relX>30</relX>\n\t\t\t\t<relY>160</relY>\n\t\t\t\t<width>16</width>\n\t\t\t\t<height>8</height>\n\t\t\t\t<texture>DownArrow</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>100</showID>\n\t\t\t\t<relX>-10</relX>\n\t\t\t\t<relY>-1</relY>\n\t\t\t\t<width>410</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>List-Focus</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>100</showID>\n\t\t\t\t<posX>200</posX>\n\t\t\t\t<posY>140</posY>\n\t\t\t\t<vspace>20</vspace>\n\t\t\t\t<hspace>150</hspace>\n\t\t\t\t<widthpx>390</widthpx>\n\t\t\t\t<lines>8</lines>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<!-- Status Line -->\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>100</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>365</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Copy Mode: ${copytype}</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>100</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>390</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>${statusline}</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>100</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>342</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>A_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>100</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>370</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Y_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>100</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>398</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Back_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>100</showID>\n\t\t\t\t<posX>70</posX>\n\t\t\t\t<posY>340</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Select\\\\nISO Mode\\\\nMain Menu</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- Destination -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>110</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>120</posY>\n\t\t\t\t<width>128</width>\n\t\t\t\t<height>200</height>\n\t\t\t\t<texture>LogoSMB</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>110</showID>\n\t\t\t\t<posX>50</posX>\n\t\t\t\t<posY>50</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Copy Disc to Samba Share</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>110</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>95</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Destination Directory:</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>110</showID>\n\t\t\t\t<posX>210</posX>\n\t\t\t\t<posY>140</posY>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t\t\t<text>${destination}</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<!-- Instructions -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>110</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>342</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Start_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>110</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>370</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>X_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>110</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>398</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Back_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>110</showID>\n\t\t\t\t<posX>70</posX>\n\t\t\t\t<posY>340</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Proceed\\\\nRename Dir\\\\nChange Dir</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- Media is not ready dialog -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>300</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>300</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<width>50</width>\n\t\t\t\t<height>50</height>\n\t\t\t\t<texture>Warning</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>300</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Error...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>300</showID>\n\t\t\t\t<posX>250</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Please Wait until DVD2XBOX has\\\\nchecked the DVD/CD in the drive </text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>300</showID>\n\t\t\t\t<posX>280</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>A_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>300</showID>\n\t\t\t\t<posX>320</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Proceed</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- No disc inserted -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>310</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>310</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<width>50</width>\n\t\t\t\t<height>50</height>\n\t\t\t\t<texture>Warning</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>310</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Error...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>310</showID>\n\t\t\t\t<posX>250</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>There is no Disc in the Drive\\\\nPlease insert one and try again</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>310</showID>\n\t\t\t\t<posX>280</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>A_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>310</showID>\n\t\t\t\t<posX>320</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Proceed</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- Info dialog iso ripper disabled -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>340</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>340</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<width>50</width>\n\t\t\t\t<height>50</height>\n\t\t\t\t<texture>Warning</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>340</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Info...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>340</showID>\n\t\t\t\t<posX>250</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>ISO Ripper disabled\\\\nin dvd2xbox.xml </text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>340</showID>\n\t\t\t\t<posX>280</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>A_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>340</showID>\n\t\t\t\t<posX>320</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Proceed</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n</screen>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/skins/Project_Mayhem_III/error.xml",
    "content": "<screen>\n\t\t<!-- Background -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>90</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>390</height>\n\t\t\t\t<texture>background_Bottom</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>0</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>90</height>\n\t\t\t\t<texture>background_Top</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>135</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>390</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>160</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<width>50</width>\n\t\t\t\t<height>50</height>\n\t\t\t\t<texture>Error</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<posX>160</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Error...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>280</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>A_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<posX>320</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Proceed</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- No dvd2xbox.xml File -->\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>100</showID>\n\t\t\t\t<posX>230</posX>\n\t\t\t\t<posY>200</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Couldn't find dvd2xbox.xml.\\\\nPlease copy it in your dvd2xbox\\\\ndirectory and reboot.</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- DVD Auth Problems -->\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>200</showID>\n\t\t\t\t<posX>230</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Can't authenticate DVD.\\\\nOpen - Close tray then try again.</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- FTP Errors -->\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>620</showID>\n\t\t\t\t<posX>230</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Only hdd - FTP transfer\\\\nis supported.</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>630</showID>\n\t\t\t\t<posX>230</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Couldn't connect to destination host.</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>640</showID>\n\t\t\t\t<posX>230</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Incorrect username or password.</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- SMB Error -->\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>700</showID>\n\t\t\t\t<posX>230</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>This Disk type not supported\\\\nby SAMBA copy.</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n</screen>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/skins/Project_Mayhem_III/filemanager.xml",
    "content": "<screen>\n\t\t<!-- Background -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>0</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>480</height>\n\t\t\t\t<texture>FileManager</texture>\n\t\t</item>\n\t\t<!-- Selected File Info -->\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<posX>75</posX>\n\t\t\t\t<posY>50</posY>\n\t\t\t\t<scroll>yes</scroll>\n\t\t\t\t<widthpx>500</widthpx>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t\t\t<text>${selectedfilename}</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<posX>100</posX>\n\t\t\t\t<posY>440</posY>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t\t\t<text>Filesize: ${selectedfilesize} KB</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<!-- Status Line -->\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<posX>78</posX>\n\t\t\t\t<posY>400</posY>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t\t\t<text>${statusline}</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<!--  Browser Window on LEFT -->\n\t\t<item>\n\t\t\t\t<type>UpArrow</type>\n\t\t\t\t<showID>1</showID>\n\t\t\t\t<relX>110</relX>\n\t\t\t\t<relY>-9</relY>\n\t\t\t\t<width>16</width>\n\t\t\t\t<height>8</height>\n\t\t\t\t<texture>UpArrow</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>DownArrow</type>\n\t\t\t\t<showID>1</showID>\n\t\t\t\t<relX>110</relX>\n\t\t\t\t<relY>287</relY>\n\t\t\t\t<width>16</width>\n\t\t\t\t<height>8</height>\n\t\t\t\t<texture>DownArrow</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<showID>11</showID>\n\t\t\t\t<relX>-6</relX>\n\t\t\t\t<relY>0</relY>\n\t\t\t\t<width>254</width>\n\t\t\t\t<height>18</height>\n\t\t\t\t<fillcolor>55676767</fillcolor>\n\t\t\t\t<color>FF676767</color>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>browser</type>\n\t\t\t\t<showID>1</showID>\n\t\t\t\t<posX>74</posX>\n\t\t\t\t<posY>95</posY>\n\t\t\t\t<widthpx>240</widthpx>\n\t\t\t\t<lines>15</lines>\n\t\t\t\t<color>FFcbcbcb</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<selected>FFB6FF00</selected>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<!--  Browser Window on RIGHT -->\n\t\t<item>\n\t\t\t\t<type>UpArrow</type>\n\t\t\t\t<showID>2</showID>\n\t\t\t\t<relX>110</relX>\n\t\t\t\t<relY>-9</relY>\n\t\t\t\t<width>16</width>\n\t\t\t\t<height>8</height>\n\t\t\t\t<texture>UpArrow</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>DownArrow</type>\n\t\t\t\t<showID>2</showID>\n\t\t\t\t<relX>110</relX>\n\t\t\t\t<relY>287</relY>\n\t\t\t\t<width>16</width>\n\t\t\t\t<height>8</height>\n\t\t\t\t<texture>DownArrow</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<showID>22</showID>\n\t\t\t\t<relX>-6</relX>\n\t\t\t\t<relY>0</relY>\n\t\t\t\t<width>254</width>\n\t\t\t\t<height>18</height>\n\t\t\t\t<fillcolor>55676767</fillcolor>\n\t\t\t\t<color>FF676767</color>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>browser</type>\n\t\t\t\t<showID>2</showID>\n\t\t\t\t<posX>330</posX>\n\t\t\t\t<posY>95</posY>\n\t\t\t\t<widthpx>240</widthpx>\n\t\t\t\t<lines>15</lines>\n\t\t\t\t<color>FFcbcbcb</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<selected>FFB6FF00</selected>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<!-- Drive menu Right -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>102</showID>\n\t\t\t\t<posX>345</posX>\n\t\t\t\t<posY>77</posY>\n\t\t\t\t<width>210</width>\n\t\t\t\t<height>325</height>\n\t\t\t\t<texture>Menu_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>defaultmenuback</type>\n\t\t\t\t<showID>102</showID>\n\t\t\t\t<relX>-5</relX>\n\t\t\t\t<relY>-6</relY>\n\t\t\t\t<width>180</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture>Menu_Entry</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>102</showID>\n\t\t\t\t<relX>-5</relX>\n\t\t\t\t<relY>-6</relY>\n\t\t\t\t<width>180</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture>Menu_Selected</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>102</showID>\n\t\t\t\t<align>center</align>\n\t\t\t\t<vspace>32</vspace>\n\t\t\t\t<posX>370</posX>\n\t\t\t\t<posY>102</posY>\n\t\t\t\t<widthpx>170</widthpx>\n\t\t\t\t<lines>9</lines>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<!-- Drive menu Left -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>202</showID>\n\t\t\t\t<posX>85</posX>\n\t\t\t\t<posY>77</posY>\n\t\t\t\t<width>210</width>\n\t\t\t\t<height>325</height>\n\t\t\t\t<texture>Menu_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>defaultmenuback</type>\n\t\t\t\t<showID>202</showID>\n\t\t\t\t<relX>-5</relX>\n\t\t\t\t<relY>-6</relY>\n\t\t\t\t<width>180</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture>Menu_Entry</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>202</showID>\n\t\t\t\t<relX>-5</relX>\n\t\t\t\t<relY>-6</relY>\n\t\t\t\t<width>180</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture>Menu_Selected</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>202</showID>\n\t\t\t\t<align>center</align>\n\t\t\t\t<vspace>32</vspace>\n\t\t\t\t<posX>110</posX>\n\t\t\t\t<posY>102</posY>\n\t\t\t\t<widthpx>170</widthpx>\n\t\t\t\t<lines>9</lines>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<!-- File Action menu Right -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>104</showID>\n\t\t\t\t<posX>345</posX>\n\t\t\t\t<posY>77</posY>\n\t\t\t\t<width>210</width>\n\t\t\t\t<height>325</height>\n\t\t\t\t<texture>Menu_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>defaultmenuback</type>\n\t\t\t\t<showID>104</showID>\n\t\t\t\t<relX>-5</relX>\n\t\t\t\t<relY>-6</relY>\n\t\t\t\t<width>180</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture>Menu_Entry</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>104</showID>\n\t\t\t\t<relX>-5</relX>\n\t\t\t\t<relY>-6</relY>\n\t\t\t\t<width>180</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture>Menu_Selected</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>104</showID>\n\t\t\t\t<align>center</align>\n\t\t\t\t<vspace>32</vspace>\n\t\t\t\t<posX>370</posX>\n\t\t\t\t<posY>102</posY>\n\t\t\t\t<widthpx>170</widthpx>\n\t\t\t\t<lines>9</lines>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<!-- File Action menu Left -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>204</showID>\n\t\t\t\t<posX>85</posX>\n\t\t\t\t<posY>77</posY>\n\t\t\t\t<width>210</width>\n\t\t\t\t<height>325</height>\n\t\t\t\t<texture>Menu_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>defaultmenuback</type>\n\t\t\t\t<showID>204</showID>\n\t\t\t\t<relX>-5</relX>\n\t\t\t\t<relY>-6</relY>\n\t\t\t\t<width>180</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture>Menu_Entry</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>204</showID>\n\t\t\t\t<relX>-5</relX>\n\t\t\t\t<relY>-6</relY>\n\t\t\t\t<width>180</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture>Menu_Selected</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>204</showID>\n\t\t\t\t<align>center</align>\n\t\t\t\t<vspace>32</vspace>\n\t\t\t\t<posX>110</posX>\n\t\t\t\t<posY>102</posY>\n\t\t\t\t<widthpx>170</widthpx>\n\t\t\t\t<lines>9</lines>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<!--  Copy File Dialog -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>300</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>300</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Copying...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>300</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>${sourcefile}\\\\n\\\\n${destfile}</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<id>fileprogress</id>\n\t\t\t\t<showID>300</showID>\n\t\t\t\t<posX>181</posX>\n\t\t\t\t<posY>286</posY>\n\t\t\t\t<relwidth>308</relwidth>\n\t\t\t\t<height>10</height>\n\t\t\t\t<fillcolor>00B6FF00</fillcolor>\n\t\t\t\t<color>AAB6FF00</color>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>300</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>285</posY>\n\t\t\t\t<width>310</width>\n\t\t\t\t<height>12</height>\n\t\t\t\t<texture>Progress_Over</texture>\n\t\t</item>\n\t\t<!--  ACL Processing Dialog -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>400</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>400</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Processing...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>400</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Processing ACL for File or Directory\\\\nPlease wait!</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!--  ACL Processing Failed Dialog -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>500</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>500</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Error...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>500</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>205</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Failed to process ACL list.\\\\nTried on file or dir without default.xbe ?</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>500</showID>\n\t\t\t\t<posX>280</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>A_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>500</showID>\n\t\t\t\t<posX>320</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Proceed</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- FTP Connect !-->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>600</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>600</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>175</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>FTP Connect...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>600</showID>\n\t\t\t\t<relX>-10</relX>\n\t\t\t\t<relY>-0</relY>\n\t\t\t\t<width>310</width>\n\t\t\t\t<height>28</height>\n\t\t\t\t<texture>Menu_Selected</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>600</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>200</posY>\n\t\t\t\t<hspace>130</hspace>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- FTP Connecting !-->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>610</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>610</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Connecting...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>610</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Attempting to Connect to ftp host:\\\\n${ftpip}</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- Delete File/Dir Window -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>700</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>700</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Confirm delete...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>700</showID>\n\t\t\t\t<scroll>yes</scroll>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>205</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Please confirm deletion of:</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>700</showID>\n\t\t\t\t<scroll>yes</scroll>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>235</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t\t\t<text>${todelete}</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>700</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Back_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>700</showID>\n\t\t\t\t<posX>230</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Cancel</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>700</showID>\n\t\t\t\t<posX>370</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Start_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>700</showID>\n\t\t\t\t<posX>410</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Delete</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>702</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>702</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Deleteing...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>702</showID>\n\t\t\t\t<scroll>yes</scroll>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>205</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Deleting</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>700</showID>\n\t\t\t\t<scroll>yes</scroll>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>235</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t\t\t<text>${todelete}</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- Launch XBE Window -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>710</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>710</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Launch...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>710</showID>\n\t\t\t\t<scroll>yes</scroll>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>205</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Please confirm Launch of:</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>710</showID>\n\t\t\t\t<scroll>yes</scroll>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>235</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t\t\t<text>${tolaunch}</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>710</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Back_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>710</showID>\n\t\t\t\t<posX>230</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Cancel</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>710</showID>\n\t\t\t\t<posX>370</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Start_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>710</showID>\n\t\t\t\t<posX>410</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Launch</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- Patch From File Window -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>720</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>720</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Patching...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>720</showID>\n\t\t\t\t<scroll>yes</scroll>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Searching for data to patch...</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<showID>730</showID>\n\t\t\t\t<posX>50</posX>\n\t\t\t\t<posY>20</posY>\n\t\t\t\t<width>540</width>\n\t\t\t\t<height>440</height>\n\t\t\t\t<fillcolor>FF666666</fillcolor>\n\t\t\t\t<color>FF666666</color>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>730</showID>\n\t\t\t\t<posX>55</posX>\n\t\t\t\t<posY>60</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Patch Report:\\\\n\\\\n${patchtext}\\\\n\\\\nPress A to proceed</text>\n\t\t\t\t<font>fontb</font>\n\t\t</item>\n\t\t<!-- XBE Info Window -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>740</showID>\n\t\t\t\t<posX>80</posX>\n\t\t\t\t<posY>110</posY>\n\t\t\t\t<width>475</width>\n\t\t\t\t<height>260</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>740</showID>\n\t\t\t\t<posX>120</posX>\n\t\t\t\t<posY>120</posY>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t\t\t<text>XBE INFORMATION.......</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>740</showID>\n\t\t\t\t<posX>120</posX>\n\t\t\t\t<posY>150</posY>\n\t\t\t\t<widthpx>410</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>TitleName: ${titlename}\\\\nTitleID: ${titleid}\\\\nTimestamp: ${timestamp}\\\\nMediaTypes: ${mediatypes}\\\\nGameRegion: ${gameregion}\\\\nGameRating: ${gamerating}\\\\nDiskNumber: ${disknumber}\\\\nVersion: ${version}\\\\nLanKey: ${lankey}\\\\nSignKey: ${signkey}\\\\n</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n</screen>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/skins/Project_Mayhem_III/fonts.xml",
    "content": "<fonts>\n\t\t<font>\n\t\t\t\t<name>font1</name>\n\t\t\t\t<filename>Font.xpr</filename>\n\t\t</font>\n\t\t<font>\n\t\t\t\t<name>fontb</name>\n\t\t\t\t<filename>debugfont.xpr</filename>\n\t\t</font>\n\t\t<font>\n\t\t\t\t<name>Sans_Serif_14</name>\n\t\t\t\t<filename>Sans_Serif_14.xpr</filename>\n\t\t</font>\n\t\t<font>\n\t\t\t\t<name>Arial_10</name>\n\t\t\t\t<filename>Arial_10.xpr</filename>\n\t\t</font>\n\t\t<font>\n\t\t\t\t<name>font12</name>\n\t\t\t\t<filename>common-font12.xpr</filename>\n\t\t</font>\n\t\t<!-- this fonts/resources are used by the virtual keyboard !-->\n\t\t<font>\n\t\t\t\t<name>font12</name>\n\t\t\t\t<filename>Font12.xpr</filename>\n\t\t</font>\n\t\t<font>\n\t\t\t\t<name>font18</name>\n\t\t\t\t<filename>Font18.xpr</filename>\n\t\t</font>\n\t\t<res>\n\t\t\t\t<name>keyboard</name>\n\t\t\t\t<filename>Resource.xpr</filename>\n\t\t</res>\n</fonts>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/skins/Project_Mayhem_III/gamemanager.xml",
    "content": "<screen>\n\t\t<!-- Background-->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>90</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>390</height>\n\t\t\t\t<texture>background_Bottom</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>0</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>90</height>\n\t\t\t\t<texture>background_Top</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>460</posX>\n\t\t\t\t<posY>310</posY>\n\t\t\t\t<width>128</width>\n\t\t\t\t<height>128</height>\n\t\t\t\t<texture>Icon_Overlay</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>activexbeicon</type>\n\t\t\t\t<posX>478</posX>\n\t\t\t\t<posY>329</posY>\n\t\t\t\t<width>99</width>\n\t\t\t\t<height>80</height>\n\t\t</item>\n\t\t<!-- Title-->\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<posX>50</posX>\n\t\t\t\t<posY>50</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Games Manager</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- Menu: Listing games -->\n\t\t<item>\n\t\t\t\t<type>UpArrow</type>\n\t\t\t\t<showID>1111</showID>\n\t\t\t\t<relX>30</relX>\n\t\t\t\t<relY>-12</relY>\n\t\t\t\t<width>16</width>\n\t\t\t\t<height>8</height>\n\t\t\t\t<texture>UpArrow</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>DownArrow</type>\n\t\t\t\t<showID>1111</showID>\n\t\t\t\t<relX>30</relX>\n\t\t\t\t<relY>202</relY>\n\t\t\t\t<width>16</width>\n\t\t\t\t<height>8</height>\n\t\t\t\t<texture>DownArrow</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>1111</showID>\n\t\t\t\t<relX>-10</relX>\n\t\t\t\t<relY>-1</relY>\n\t\t\t\t<width>410</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>List-Focus</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>1111</showID>\n\t\t\t\t<posX>200</posX>\n\t\t\t\t<posY>110</posY>\n\t\t\t\t<vspace>20</vspace>\n\t\t\t\t<widthpx>390</widthpx>\n\t\t\t\t<lines>10</lines>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<!-- Selected Game Data Section-->\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<posX>35</posX>\n\t\t\t\t<posY>100</posY>\n\t\t\t\t<color>FFd3d2d2</color>\n\t\t\t\t<text>Game Info:\\\\nFree: ${freedrive} MB\\\\nSize: ${titlesize} MB\\\\nFiles: ${titlefiles}\\\\nDirectories: ${titledirs}\\\\nHdd: ${currentdrive}:\\\\nID: ${titleid}</text>\n\t\t\t\t<font>font12</font>\n\t\t</item>\n\t\t<!--System Data Section-->\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>390</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Games listed: ${gmtotalitems}</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<posX>35</posX>\n\t\t\t\t<posY>250</posY>\n\t\t\t\t<color>FFd3d2d2</color>\n\t\t\t\t<text>HDD Info:\\\\nTotal Files: ${gmtotalfiles}\\\\nTotal Dirs: ${gmtotaldirs}\\\\nUsed: ${gmtotalsize} mb</text>\n\t\t\t\t<font>font12</font>\n\t\t</item>\n\t\t<!--Instructions-->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>342</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>A_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>370</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Y_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>398</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Back_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<posX>70</posX>\n\t\t\t\t<posY>340</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Launch\\\\nOptions\\\\nBack</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- No Games Found -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>1112</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>1112</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Error...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>1112</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>No games found! Change the dvd2xbox.xml\\\\nto alter search path if needed.</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>1112</showID>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>150</posY>\n\t\t\t\t<width>550</width>\n\t\t\t\t<height>200</height>\n\t\t\t\t<texture>Dialog</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>1112</showID>\n\t\t\t\t<posX>100</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>ERROR.......</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>1112</showID>\n\t\t\t\t<posX>90</posX>\n\t\t\t\t<posY>210</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>No games found.\\\\nChange the dvd2xbox.xml to\\\\nalter search path if needed.</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<!-- Game Menu Options Window -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>2222</showID>\n\t\t\t\t<posX>215</posX>\n\t\t\t\t<posY>150</posY>\n\t\t\t\t<width>240</width>\n\t\t\t\t<height>187</height>\n\t\t\t\t<texture>Menu_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>defaultmenuback</type>\n\t\t\t\t<showID>2222</showID>\n\t\t\t\t<relX>-5</relX>\n\t\t\t\t<relY>-6</relY>\n\t\t\t\t<width>210</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture>Menu_Entry</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>2222</showID>\n\t\t\t\t<relX>-5</relX>\n\t\t\t\t<relY>-6</relY>\n\t\t\t\t<width>210</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture>Menu_Selected</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>2222</showID>\n\t\t\t\t<align>center</align>\n\t\t\t\t<vspace>32</vspace>\n\t\t\t\t<posX>240</posX>\n\t\t\t\t<posY>170</posY>\n\t\t\t\t<widthpx>200</widthpx>\n\t\t\t\t<lines>6</lines>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<!-- Confirmations Windows -->\n\t\t<!-- Delete Gamesave -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>4444</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>4444</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Confirm delete...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>4444</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>205</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Delete selected Gamesaves?</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>4444</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Back_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>4444</showID>\n\t\t\t\t<posX>230</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Cancel</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>4444</showID>\n\t\t\t\t<posX>370</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>A_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>4444</showID>\n\t\t\t\t<posX>410</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Delete</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- Delete Game -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>5555</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>5555</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Confirm delete...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>5555</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>205</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Delete selected Game from Harddisk?</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>5555</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Back_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>5555</showID>\n\t\t\t\t<posX>230</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Cancel</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>5555</showID>\n\t\t\t\t<posX>370</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>A_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>5555</showID>\n\t\t\t\t<posX>410</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Delete</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- Delete Game and Gamesave -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>6666</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>6666</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Confirm delete...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>6666</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>205</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Delete selected Game from Harddisk\\\\nAnd its Gamesave?</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>6666</showID>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Back_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>6666</showID>\n\t\t\t\t<posX>230</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Cancel</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>6666</showID>\n\t\t\t\t<posX>370</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>A_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>6666</showID>\n\t\t\t\t<posX>410</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Delete</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- Delete Progress Windows -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>7777</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>7777</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Deleteing...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>7777</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Deleting Selected Gamesave\\\\nPlease wait!</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>8888</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>8888</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Deleteing...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>8888</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Deleting Selected Game from Harddisk\\\\nPlease wait!</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>9999</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>9999</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Deleteing...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>9999</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Deleting Selected Game from Harddisk\\\\nAnd its Gamesave Please wait!</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- Scanning Progress Window -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>777</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>777</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>SCANNING...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>777</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>300</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Scanning Harddisks\\\\nPLEASE WAIT !!</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n</screen>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/skins/Project_Mayhem_III/guisounds.xml",
    "content": "<!-- This file maps actions to sounds. -->\n<!-- Supported actions are described in the Wiki -->\n<sounds>\n\t\t<action>\n\t\t\t\t<name>left</name>\n\t\t\t\t<soundname>cursor</soundname>\n\t\t</action>\n\t\t<action>\n\t\t\t\t<name>right</name>\n\t\t\t\t<soundname>cursor</soundname>\n\t\t</action>\n\t\t<action>\n\t\t\t\t<name>up</name>\n\t\t\t\t<soundname>cursor</soundname>\n\t\t</action>\n\t\t<action>\n\t\t\t\t<name>down</name>\n\t\t\t\t<soundname>cursor</soundname>\n\t\t</action>\n\t\t<action>\n\t\t\t\t<name>gp_a</name>\n\t\t\t\t<soundname>click</soundname>\n\t\t</action>\n\t\t<action>\n\t\t\t\t<name>back</name>\n\t\t\t\t<soundname>back</soundname>\n\t\t</action>\n</sounds>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/skins/Project_Mayhem_III/keyboard.xml",
    "content": "<screen>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>90</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>390</height>\n\t\t\t\t<texture>background_Bottom</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>0</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>90</height>\n\t\t\t\t<texture>background_Top</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>135</posY>\n\t\t\t\t<width>575</width>\n\t\t\t\t<height>300</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<!-- not much yet !-->\n\t\t<item>\n\t\t\t\t<type>keyboard</type>\n\t\t\t\t<posytextbox>152</posytextbox>\n\t\t\t\t<posykeyboard>195</posykeyboard>\n\t\t</item>\n\t\t<!-- Added bits -->\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<posX>64</posX>\n\t\t\t\t<posY>153</posY>\n\t\t\t\t<width>510</width>\n\t\t\t\t<height>38</height>\n\t\t\t\t<fillcolor>00000000</fillcolor>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<posX>65</posX>\n\t\t\t\t<posY>365</posY>\n\t\t\t\t<width>109</width>\n\t\t\t\t<height>39</height>\n\t\t\t\t<fillcolor>60FFFFFF</fillcolor>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<posX>523</posX>\n\t\t\t\t<posY>365</posY>\n\t\t\t\t<width>53</width>\n\t\t\t\t<height>39</height>\n\t\t\t\t<fillcolor>60FFFFFF</fillcolor>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<posX>523</posX>\n\t\t\t\t<posY>323</posY>\n\t\t\t\t<width>53</width>\n\t\t\t\t<height>39</height>\n\t\t\t\t<fillcolor>60FFFFFF</fillcolor>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<posX>523</posX>\n\t\t\t\t<posY>281</posY>\n\t\t\t\t<width>53</width>\n\t\t\t\t<height>39</height>\n\t\t\t\t<fillcolor>60FFFFFF</fillcolor>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<posX>523</posX>\n\t\t\t\t<posY>239</posY>\n\t\t\t\t<width>53</width>\n\t\t\t\t<height>39</height>\n\t\t\t\t<fillcolor>60FFFFFF</fillcolor>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<posX>523</posX>\n\t\t\t\t<posY>197</posY>\n\t\t\t\t<width>53</width>\n\t\t\t\t<height>39</height>\n\t\t\t\t<fillcolor>60FFFFFF</fillcolor>\n\t\t</item>\n</screen>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/skins/Project_Mayhem_III/mainmenu.xml",
    "content": "<screen>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>80</posY>\n\t\t\t\t<width>452</width>\n\t\t\t\t<height>310</height>\n\t\t\t\t<texture>Main_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>dvdxbeicon</type>\n\t\t\t\t<posX>190</posX>\n\t\t\t\t<posY>80</posY>\n\t\t\t\t<width>452</width>\n\t\t\t\t<height>310</height>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>0</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>480</height>\n\t\t\t\t<texture>Main_Overlay</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>1</showID>\n\t\t\t\t<relX>-30</relX>\n\t\t\t\t<relY>9</relY>\n\t\t\t\t<width>20</width>\n\t\t\t\t<height>16</height>\n\t\t\t\t<texture>Menu_Selected_Main</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<posX>80</posX>\n\t\t\t\t<posY>170</posY>\n\t\t\t\t<width>100</width>\n\t\t\t\t<vspace>31</vspace>\n\t\t\t\t<label>Copy DVD/CD to Harddisk</label>\n\t\t\t\t<label>Game Manager</label>\n\t\t\t\t<label>Copy DVD/CD to Samba share</label>\n\t\t\t\t<label>Filemanager</label>\n\t\t\t\t<label>Settings</label>\n\t\t\t\t<label>Exit to Dashboard</label>\n\t\t\t\t<color>FFBBBBBB</color>\n\t\t\t\t<highlight>FFB6FF00</highlight>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<posX>80</posX>\n\t\t\t\t<posY>389</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>${statusline}</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<align>right</align>\n\t\t\t\t<widthpx>200</widthpx>\n\t\t\t\t<posX>360</posX>\n\t\t\t\t<posY>66</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Version ${version}</text>\n\t\t\t\t<font>font12</font>\n\t\t</item>\n\t\t<!--\t<item>\n\t\t<type>text</type>\n\t\t<posX>80</posX>\n\t\t<posY>425</posY>\n\t\t<color>FFd3d2d2</color>\n\t\t<text>IP: ${localip}</text>\n\t\t<font>font12</font>\n\t</item>\n\t<item>\n\t\t<type>text</type>\n\t\t<align>right</align>\n\t\t<widthpx>200</widthpx>\n\t\t<posX>360</posX>\n\t\t<posY>425</posY>\n\t\t<color>FFd3d2d2</color>\n\t\t<text>Free Memory: ${freememory}</text>\n\t\t<font>font12</font>\n\t</item>\n-->\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<align>right</align>\n\t\t\t\t<widthpx>200</widthpx>\n\t\t\t\t<posX>360</posX>\n\t\t\t\t<posY>425</posY>\n\t\t\t\t<color>FFd3d2d2</color>\n\t\t\t\t<text>IP: ${localip}</text>\n\t\t\t\t<font>font12</font>\n\t\t</item>\n\t\t<!-- Main Menu Options Window -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<posX>235</posX>\n\t\t\t\t<posY>150</posY>\n\t\t\t\t<width>200</width>\n\t\t\t\t<height>155</height>\n\t\t\t\t<texture>Menu_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>defaultmenuback</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<relX>-5</relX>\n\t\t\t\t<relY>-6</relY>\n\t\t\t\t<width>170</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture>Menu_Entry</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<relX>-5</relX>\n\t\t\t\t<relY>-6</relY>\n\t\t\t\t<width>170</width>\n\t\t\t\t<height>30</height>\n\t\t\t\t<texture>Menu_Selected</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>10</showID>\n\t\t\t\t<align>center</align>\n\t\t\t\t<vspace>32</vspace>\n\t\t\t\t<posX>260</posX>\n\t\t\t\t<posY>170</posY>\n\t\t\t\t<widthpx>160</widthpx>\n\t\t\t\t<lines>6</lines>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<!-- Info dialog filemanager disabled -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>330</showID>\n\t\t\t\t<posX>155</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>350</width>\n\t\t\t\t<height>160</height>\n\t\t\t\t<texture>Dialog_Back</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>330</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<width>50</width>\n\t\t\t\t<height>50</height>\n\t\t\t\t<texture>Warning</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>330</showID>\n\t\t\t\t<posX>180</posX>\n\t\t\t\t<posY>180</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Info...</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>330</showID>\n\t\t\t\t<posX>250</posX>\n\t\t\t\t<posY>215</posY>\n\t\t\t\t<widthpx>310</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Filemanager disabled\\\\nin dvd2xbox.xml </text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>330</showID>\n\t\t\t\t<posX>280</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<width>30</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>A_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>330</showID>\n\t\t\t\t<posX>320</posX>\n\t\t\t\t<posY>280</posY>\n\t\t\t\t<color>DDced8da</color>\n\t\t\t\t<text>Proceed</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n</screen>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/skins/Project_Mayhem_III/media/EDashboardskinMaster Profile720pHome.xml",
    "content": "<window id=\"0\">\n\t\t<defaultcontrol always=\"true\">1</defaultcontrol>\n\t\t<allowoverlay>no</allowoverlay>\n\t\t<controls>\n\t\t\t\t<include>CommonBackground</include>\n\t\t\t\t<control type=\"panel\" id=\"1\">\n\t\t\t\t\t\t<posx>255</posx>\n\t\t\t\t\t\t<posy>255</posy>\n\t\t\t\t\t\t<width>1280</width>\n\t\t\t\t\t\t<height>720</height>\n\t\t\t\t\t\t<onleft>50</onleft>\n\t\t\t\t\t\t<onright>50</onright>\n\t\t\t\t\t\t<onup>50</onup>\n\t\t\t\t\t\t<ondown>50</ondown>\n\t\t\t\t\t\t<viewtype>list</viewtype>\n\t\t\t\t\t\t<pagecontrol>61</pagecontrol>\n\t\t\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t\t\t<focusposition>3</focusposition>\n\t\t\t\t\t\t<orientation>-</orientation>\n\t\t\t\t\t\t<itemlayout height=\"130\" width=\"256\">\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t\t<posx>2</posx>\n\t\t\t\t\t\t\t\t\t\t<posy>2</posy>\n\t\t\t\t\t\t\t\t\t\t<width>252</width>\n\t\t\t\t\t\t\t\t\t\t<height>126</height>\n\t\t\t\t\t\t\t\t\t\t<texture>ThumbNF.png</texture>\n\t\t\t\t\t\t\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t\t<posx>7</posx>\n\t\t\t\t\t\t\t\t\t\t<posy>7</posy>\n\t\t\t\t\t\t\t\t\t\t<width>242</width>\n\t\t\t\t\t\t\t\t\t\t<height>90</height>\n\t\t\t\t\t\t\t\t\t\t<texture>$INFO[Listitem.Icon]</texture>\n\t\t\t\t\t\t\t\t\t\t<bordertexture border=\"5\">black-back.png</bordertexture>\n\t\t\t\t\t\t\t\t\t\t<bordersize>1</bordersize>\n\t\t\t\t\t\t\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t\t<posx>10</posx>\n\t\t\t\t\t\t\t\t\t\t<posy>100</posy>\n\t\t\t\t\t\t\t\t\t\t<width>236</width>\n\t\t\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t\t\t<font>font12</font>\n\t\t\t\t\t\t\t\t\t\t<textcolor>white</textcolor>\n\t\t\t\t\t\t\t\t\t\t<selectedcolor>blue</selectedcolor>\n\t\t\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</itemlayout>\n\t\t\t\t\t\t<focusedlayout height=\"256\" width=\"190\">\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t\t<posx>2</posx>\n\t\t\t\t\t\t\t\t\t\t<posy>2</posy>\n\t\t\t\t\t\t\t\t\t\t<width>252</width>\n\t\t\t\t\t\t\t\t\t\t<height>126</height>\n\t\t\t\t\t\t\t\t\t\t<texture>ThumbFO.png</texture>\n\t\t\t\t\t\t\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t\t\t\t<posx>7</posx>\n\t\t\t\t\t\t\t\t\t\t<posy>7</posy>\n\t\t\t\t\t\t\t\t\t\t<width>242</width>\n\t\t\t\t\t\t\t\t\t\t<height>90</height>\n\t\t\t\t\t\t\t\t\t\t<texture>$INFO[Listitem.Icon]</texture>\n\t\t\t\t\t\t\t\t\t\t<bordertexture border=\"5\">black-back.png</bordertexture>\n\t\t\t\t\t\t\t\t\t\t<bordersize>1</bordersize>\n\t\t\t\t\t\t\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t\t\t\t<posx>10</posx>\n\t\t\t\t\t\t\t\t\t\t<posy>100</posy>\n\t\t\t\t\t\t\t\t\t\t<width>236</width>\n\t\t\t\t\t\t\t\t\t\t<height>20</height>\n\t\t\t\t\t\t\t\t\t\t<font>font12</font>\n\t\t\t\t\t\t\t\t\t\t<textcolor>black</textcolor>\n\t\t\t\t\t\t\t\t\t\t<selectedcolor>blue2</selectedcolor>\n\t\t\t\t\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t\t\t</control>\n\t\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t\t<content>\n\t\t\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t\t\t\t<label>Auto DVD2XBOX</label>\n\t\t\t\t\t\t\t\t\t\t<onclick>special://Skin/scripts/DVD2Xbox.py</onclick>\n\t\t\t\t\t\t\t\t\t\t<icon>Special://skin/tools/skins/Project_Mayhem_III/media/dvd2xbox_logo.png</icon>\n\t\t\t\t\t\t\t\t</item>\n\t\t\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t\t\t\t<label>Manual DVD2XBOX</label>\n\t\t\t\t\t\t\t\t\t\t<onclick>XBMC.RunXBE(Special://skin/tools/default.xbe)</onclick>\n\t\t\t\t\t\t\t\t\t\t<icon>Special://skin/tools/skins/Project_Mayhem_III/media/dvd2xbox_logo.png</icon>\n\t\t\t\t\t\t\t\t</item>\n\t\t\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t\t\t\t<label>Settings</label>\n\t\t\t\t\t\t\t\t\t\t<onclick>ActivateWindow(Settings)</onclick>\n\t\t\t\t\t\t\t\t\t\t<icon>defaultharddisk.png</icon>\n\t\t\t\t\t\t\t\t</item>\n\t\t\t\t\t\t</content>\n\t\t\t\t</control>\n\t\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/skins/Project_Mayhem_III/settings.xml",
    "content": "<screen>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>90</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>390</height>\n\t\t\t\t<texture>background_Bottom</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>0</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>90</height>\n\t\t\t\t<texture>background_Top2</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>35</posX>\n\t\t\t\t<posY>160</posY>\n\t\t\t\t<width>128</width>\n\t\t\t\t<height>128</height>\n\t\t\t\t<texture>settings</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>342</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>A_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>30</posX>\n\t\t\t\t<posY>370</posY>\n\t\t\t\t<width>32</width>\n\t\t\t\t<height>25</height>\n\t\t\t\t<texture>Back_Button</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<posX>70</posX>\n\t\t\t\t<posY>340</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Enter/Change\\\\nBack</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<posX>50</posX>\n\t\t\t\t<posY>50</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Settings</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>1</showID>\n\t\t\t\t<relX>-10</relX>\n\t\t\t\t<relY>-1</relY>\n\t\t\t\t<width>410</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>List-Focus</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>1</showID>\n\t\t\t\t<posX>200</posX>\n\t\t\t\t<posY>110</posY>\n\t\t\t\t<vspace>20</vspace>\n\t\t\t\t<widthpx>390</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>2</showID>\n\t\t\t\t<posX>50</posX>\n\t\t\t\t<posY>100</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>General</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>2</showID>\n\t\t\t\t<relX>-10</relX>\n\t\t\t\t<relY>-1</relY>\n\t\t\t\t<width>410</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>List-Focus</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>2</showID>\n\t\t\t\t<posX>200</posX>\n\t\t\t\t<posY>110</posY>\n\t\t\t\t<vspace>20</vspace>\n\t\t\t\t<hspace>300</hspace>\n\t\t\t\t<widthpx>390</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>3</showID>\n\t\t\t\t<posX>50</posX>\n\t\t\t\t<posY>100</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Audio</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>3</showID>\n\t\t\t\t<relX>-10</relX>\n\t\t\t\t<relY>-1</relY>\n\t\t\t\t<width>410</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>List-Focus</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>3</showID>\n\t\t\t\t<posX>200</posX>\n\t\t\t\t<posY>110</posY>\n\t\t\t\t<vspace>20</vspace>\n\t\t\t\t<hspace>300</hspace>\n\t\t\t\t<widthpx>390</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>4</showID>\n\t\t\t\t<posX>50</posX>\n\t\t\t\t<posY>100</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>LCD</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>4</showID>\n\t\t\t\t<relX>-10</relX>\n\t\t\t\t<relY>-1</relY>\n\t\t\t\t<width>410</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>List-Focus</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>4</showID>\n\t\t\t\t<posX>200</posX>\n\t\t\t\t<posY>110</posY>\n\t\t\t\t<vspace>20</vspace>\n\t\t\t\t<hspace>280</hspace>\n\t\t\t\t<widthpx>390</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>5</showID>\n\t\t\t\t<posX>50</posX>\n\t\t\t\t<posY>100</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Network</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>5</showID>\n\t\t\t\t<relX>-10</relX>\n\t\t\t\t<relY>-1</relY>\n\t\t\t\t<width>410</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>List-Focus</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>5</showID>\n\t\t\t\t<posX>200</posX>\n\t\t\t\t<posY>110</posY>\n\t\t\t\t<vspace>20</vspace>\n\t\t\t\t<hspace>300</hspace>\n\t\t\t\t<widthpx>390</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>6</showID>\n\t\t\t\t<posX>50</posX>\n\t\t\t\t<posY>100</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Skins</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>6</showID>\n\t\t\t\t<relX>-10</relX>\n\t\t\t\t<relY>-1</relY>\n\t\t\t\t<width>410</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>List-Focus</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>6</showID>\n\t\t\t\t<posX>200</posX>\n\t\t\t\t<posY>120</posY>\n\t\t\t\t<vspace>20</vspace>\n\t\t\t\t<hspace>150</hspace>\n\t\t\t\t<widthpx>390</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>6</showID>\n\t\t\t\t<posX>200</posX>\n\t\t\t\t<posY>100</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>Active Skin: ${skin}</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<showID>7</showID>\n\t\t\t\t<posX>50</posX>\n\t\t\t\t<posY>100</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>GUI</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<showID>7</showID>\n\t\t\t\t<relX>-10</relX>\n\t\t\t\t<relY>-1</relY>\n\t\t\t\t<width>410</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<texture>List-Focus</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>menu</type>\n\t\t\t\t<showID>7</showID>\n\t\t\t\t<posX>200</posX>\n\t\t\t\t<posY>110</posY>\n\t\t\t\t<vspace>20</vspace>\n\t\t\t\t<hspace>300</hspace>\n\t\t\t\t<widthpx>390</widthpx>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FFFFFFFF</highlight>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n</screen>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/skins/Project_Mayhem_III/sounds.xml",
    "content": "<!-- This sound files are loaded into memory for faster access -->\n<!-- Use small files. Only wav are supported -->\n<sounds>\n\t\t<sound>\n\t\t\t\t<name>back</name>\n\t\t\t\t<filename>back.wav</filename>\n\t\t</sound>\n\t\t<sound>\n\t\t\t\t<name>click</name>\n\t\t\t\t<filename>click.wav</filename>\n\t\t</sound>\n\t\t<sound>\n\t\t\t\t<name>cursor</name>\n\t\t\t\t<filename>cursor.wav</filename>\n\t\t</sound>\n</sounds>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/skins/Project_Mayhem_III/startup.xml",
    "content": "<screen>\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>0</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>480</height>\n\t\t\t\t<fillcolor>FF000000</fillcolor>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>192</posX>\n\t\t\t\t<posY>165</posY>\n\t\t\t\t<width>256</width>\n\t\t\t\t<height>150</height>\n\t\t\t\t<texture>dvd2xbox_logo</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<align>center</align>\n\t\t\t\t<widthpx>600</widthpx>\n\t\t\t\t<posX>20</posX>\n\t\t\t\t<posY>400</posY>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<text>${startuptext}</text>\n\t\t\t\t<font>Sans_Serif_14</font>\n\t\t</item>\n</screen>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/skins/Project_Mayhem_III/textures.xml",
    "content": "<textures>\n\t\t<texture>\n\t\t\t\t<name>Main_Overlay</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>Main_Overlay.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>Main_Back</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>Main_Back.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>Menu_Selected_Main</name>\n\t\t\t\t<colorkey>FF000000</colorkey>\n\t\t\t\t<filename>Menu_Selected_Main.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>background_Bottom</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>background_Bottom.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>background_Top</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>background_Top.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>background_Top2</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>background_Top2.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>FileManager</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>FileManager.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>settings</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>Settings.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>Logo</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>logo.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>LogoSMB</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>logoSMB.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>Progress_Over</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>Progress_Over.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>A_Button</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>A_Button.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>X_Button</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>X_Button.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>Y_Button</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>Y_Button.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>Start_Button</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>Start_Button.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>Back_Button</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>Back_Button.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>dvd2xbox_logo</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>dvd2xbox_logo.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>Warning</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>warning_icon.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>Error</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>error_icon.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>DownArrow</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>DownArrow.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>UpArrow</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>UpArrow.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>Icon_Overlay</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>Icon_Overlay.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>List-Focus</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>List-Focus.png</filename>\n\t\t</texture>\n\t\t<!--  new stuff below -->\n\t\t<texture>\n\t\t\t\t<name>Menu_Back</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>Menu_Back.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>Menu_Entry</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>Menu_Entry.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>Menu_Selected</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>Menu_Selected.png</filename>\n\t\t</texture>\n\t\t<texture>\n\t\t\t\t<name>Dialog_Back</name>\n\t\t\t\t<colorkey>00000000</colorkey>\n\t\t\t\t<filename>Dialog_Back.png</filename>\n\t\t</texture>\n</textures>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/DVD2Xbox/skins/Project_Mayhem_III/viewer.xml",
    "content": "<screen>\n\t\t<!-- Background -->\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>0</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>90</height>\n\t\t\t\t<texture>background_Top2</texture>\n\t\t</item>\n\t\t<item>\n\t\t\t\t<type>image</type>\n\t\t\t\t<posX>0</posX>\n\t\t\t\t<posY>400</posY>\n\t\t\t\t<width>640</width>\n\t\t\t\t<height>90</height>\n\t\t\t\t<texture>background_Top2</texture>\n\t\t</item>\n\t\t<!-- File Name Display -->\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<posX>40</posX>\n\t\t\t\t<posY>60</posY>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t\t\t<text>${filename}</text>\n\t\t\t\t<font>font1</font>\n\t\t</item>\n\t\t<!-- Row Highlight -->\n\t\t<item>\n\t\t\t\t<type>rect</type>\n\t\t\t\t<showID>1</showID>\n\t\t\t\t<relX>-10</relX>\n\t\t\t\t<relY>0</relY>\n\t\t\t\t<width>570</width>\n\t\t\t\t<height>15</height>\n\t\t\t\t<fillcolor>FF676767</fillcolor>\n\t\t\t\t<color>FF676767</color>\n\t\t</item>\n\t\t<!-- File's Text Display-->\n\t\t<item>\n\t\t\t\t<type>viewer</type>\n\t\t\t\t<posX>40</posX>\n\t\t\t\t<posY>95</posY>\n\t\t\t\t<width>590</width>\n\t\t\t\t<color>FFFFFFFF</color>\n\t\t\t\t<highlight>FF66FF99</highlight>\n\t\t\t\t<font>fontb</font>\n\t\t</item>\n\t\t<!-- Row Number Display -->\n\t\t<item>\n\t\t\t\t<type>text</type>\n\t\t\t\t<posX>40</posX>\n\t\t\t\t<posY>410</posY>\n\t\t\t\t<color>FFB6FF00</color>\n\t\t\t\t<text>Row (${row}/${allrows})\\\\nColumn (${col}/${allcols})</text>\n\t\t\t\t<font>Arial_10</font>\n\t\t</item>\n</screen>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Apply Theme.py",
    "content": "# -*- coding: utf-8 -*- \n'''\nArguments 1:\n\ttoggle\n\tselect\n\trandom\nArguments 2:\n\ttheme name (not including extension)\n'''\n\nfrom filecmp import cmp as compare_file\nfrom fileinput import input as fileinput\nfrom glob import glob\nfrom os.path import basename, isdir, isfile, join\nfrom os import listdir, remove\nfrom random import choice\nfrom shutil import copyfile, copytree, rmtree\nfrom sys import argv\nfrom time import sleep\nfrom xbmc import executebuiltin, executehttpapi, getCondVisibility, getInfoLabel, log, LOGERROR, translatePath\nimport xbmcgui\nimport xml.etree.ElementTree as ET\n\nsys.path.append(translatePath('Special://scripts/XBMC4Gamers/Utilities/libs'))\nfrom custom_views import custom_views_update_programs as check_custom_views\nfrom theme_version import THEME_VERSION\n\nTHEME_DIR = 'Special://skin/media/'\nSPLASH_DIR = 'Special://skin/extras/themes/splashes/'\nFONT_PATH = translatePath('Special://skin/xml/Font.xml')\nMASTER_PROFILE_SKIN = \"Add User\"\n\ndef update_fontXML(ThemeFile):\n\tbackup_xml = translatePath('Special://root/skins/{}/xml/Font.xml'.format(MASTER_PROFILE_SKIN))\n\ttheme_xml = translatePath('Special://skin/extras/themes/xmls/{}_fonts.xml'.format(ThemeFile))\n\ttheme_fonts_installed = translatePath('Special://skin/xml/Fonts_Custom_Installed.xml')\n\texecutehttpapi('SetGUISetting(3;lookandfeel.skintheme;{}.xpr)'.format(ThemeFile))\n\texecutehttpapi('SetGUISetting(3;lookandfeel.skincolors;{}.xml)'.format(ThemeFile))\n\texecutehttpapi('SetGUISetting(3;lookandfeel.font;default)')\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\tif isfile(theme_xml):\n\t\tif not compare_file(theme_xml, FONT_PATH, shallow=False):\n\t\t\tcopyfile(theme_xml, FONT_PATH)\n\t\t\twith open(theme_fonts_installed, \"w\") as installed:\n\t\t\t\tinstalled.write(\"\")\n\telse:\n\t\tif isfile(theme_fonts_installed):\n\t\t\tremove(theme_fonts_installed)\n\t\tcopyfile(backup_xml, FONT_PATH)\n\n\t\tfor line in fileinput(FONT_PATH, inplace=True):\n\t\t\tif '<filename>' in line and '<filename>monofont-' not in line and '<filename>home.ttf' not in line:\n\t\t\t\tline = '            <filename>{}.ttf</filename>\\n'.format(ThemeFile)\n\t\t\tprint line,\n\ndef handle_theme_files(ThemeFile):\n\treload_home = 0\n\ttheme_xml_path = translatePath('Special://skin/extras/themes/xmls/{}.xml'.format(ThemeFile))\n\toverride_xml_path = translatePath('Special://skin/xml/Includes_Theme_Override.xml')\n\t\n\tif isfile(theme_xml_path):\n\t\tif isfile(override_xml_path):\n\t\t\tif check_for_tags(override_xml_path):\n\t\t\t\treload_home = 1\n\t\t\tremove(override_xml_path)\n\t\tcopyfile(theme_xml_path, override_xml_path)\n\t\tif check_for_tags(override_xml_path):\n\t\t\treload_home = 1\n\telif isfile(override_xml_path):\n\t\tif check_for_tags(override_xml_path):\n\t\t\treload_home = 1\n\t\tremove(override_xml_path)\n\n\ttheme_custom_view_path = translatePath('Special://skin/extras/themes/xmls/custom views/{}'.format(ThemeFile))\n\tcustom_view_path = translatePath('Special://skin/xml/custom views')\n\tcustom_view_theme_path = translatePath('Special://skin/xml/custom views/{}'.format(ThemeFile))\n\ttry:\n\t\tfor folder in listdir(custom_view_path):\n\t\t\tfolder_path = join(custom_view_path, folder)\n\t\t\tif folder.lower() != '_global' and isdir(folder_path):\n\t\t\t\trmtree(folder_path)\n\texcept IOError as error:\n\t\tlog('Removal of \"{}\" folder from \"{}\"'.format(error, custom_view_path), LOGERROR)\n\t\n\tif isdir(theme_custom_view_path):\n\t\tif isdir(custom_view_theme_path):\n\t\t\trmtree(custom_view_theme_path)\n\t\tcopytree(theme_custom_view_path, custom_view_theme_path)\n\t\t\n\tcheck_custom_views(ThemeFile)\n\n\treturn reload_home\n\ndef handle_walls(ThemeFile):\n\tif not getCondVisibility('Skin.HasSetting(custom_wallpaper_set)'):\n\t\texecutebuiltin(\n\t\t\t'SetWallpaper(Background_Image, {}, {}, {}, Q:\\\\skins\\\\Profile\\\\backgrounds\\\\{}\\\\0.jpg)'.format(\n\t\t\t\tgetInfoLabel('Skin.String(WallpaperWidth)'),\n\t\t\t\tgetInfoLabel('Skin.String(WallpaperHeight)'),\n\t\t\t\tgetInfoLabel('Skin.String(WallpaperQuality)'),\n\t\t\t\tThemeFile\n\t\t))\n\t\ndef check_for_tags(theme_xml_path):\n\tlastplayed_exists = 0\n\trandoms_exists = 0\n\n\tif isfile(theme_xml_path):\n\t\telements = ET.parse(theme_xml_path).getroot().iter()\n\t\tfor lines_checked, element in enumerate(elements, start=1):\n\t\t\tif element.tag.lower() == 'parse_lastplayed_total':\n\t\t\t\tlastplayed_exists = 1\n\t\t\telif element.tag.lower() == 'parse_randoms_total':\n\t\t\t\trandoms_exists = 1\n\t\t\tif lastplayed_exists or randoms_exists:\n\t\t\t\treturn 1\n\t\t\tif lines_checked >= 20:\n\t\t\t\tbreak\n\n\treturn 0\n\ndef handle_playlist(ThemeFile):\n\tplaylist_path = translatePath('Special://profile/playlists/music/random.m3u')\n\tif getCondVisibility('Skin.HasSetting(usethemeplaylist)'):\n\t\tif ThemeFile == 'default':\n\t\t\tdefault_playlist = translatePath('Special://skin/extras/themes/playlists/default.m3u')\n\t\t\tif isfile(default_playlist):\n\t\t\t\texecutebuiltin('Skin.SetString(Startup_Playback_Path,{})'.format(default_playlist))\n\t\t\telif isfile(playlist_path):\n\t\t\t\texecutebuiltin('Skin.SetString(Startup_Playback_Path,{})'.format(playlist_path))\n\t\t\telse:\n\t\t\t\texecutebuiltin('Skin.Reset(Startup_Playback_Path)')\n\t\telse:\n\t\t\ttheme_playlist = translatePath('Special://skin/extras/themes/playlists/{}.m3u'.format(ThemeFile))\n\t\t\tif isfile(theme_playlist):\n\t\t\t\texecutebuiltin('Skin.SetString(Startup_Playback_Path,{})'.format(theme_playlist))\n\t\t\telif isfile(playlist_path):\n\t\t\t\texecutebuiltin('Skin.SetString(Startup_Playback_Path,{})'.format(playlist_path))\n\t\t\telse:\n\t\t\t\texecutebuiltin('Skin.Reset(Startup_Playback_Path)')\n\telse:\n\t\tif isfile(playlist_path):\n\t\t\texecutebuiltin('Skin.SetString(Startup_Playback_Path,{})'.format(playlist_path))\n\t\telse:\n\t\t\texecutebuiltin('Skin.Reset(Startup_Playback_Path)')\n\ndef handle_folder_fanart(ThemeFile):\n\texecutebuiltin('Skin.SetString(FolderFanartPath,{})'.format(translatePath('Special://skin/extras/folder fanart/default')))\n\tfolder_fanart = translatePath('Special://skin/extras/folder fanart/{}'.format(ThemeFile))\n\tif len(listdir(folder_fanart)) > 0:\n\t\texecutebuiltin('Skin.SetString(FolderFanartPath,{})'.format(folder_fanart))\n\ndef check_custom_sounds(ThemeFile):\n\ttry:\n\t\ttheme_sound_xml = translatePath('Special://skin/sounds/{}/sounds.xml'.format(ThemeFile))\n\t\tif isfile(theme_sound_xml) and not getCondVisibility('Skin.HasSetting(disablethemesounds)'):\n\t\t\texecutehttpapi('SetGUISetting(3;lookandfeel.soundskin;{})'.format(ThemeFile))\n\t\telse:\n\t\t\texecutehttpapi('SetGUISetting(3;lookandfeel.soundskin;default)')\n\texcept Exception as error:\n\t\tlog('Error in \"Check for custom sounds\": {}'.format(error), LOGERROR)\n\ndef process_theme(ThemeFile):\n\thandle_folder_fanart(ThemeFile)\n\tupdate_fontXML(ThemeFile)\n\thandle_playlist(ThemeFile)\n\tcheck_custom_sounds(ThemeFile)\n\thandle_walls(ThemeFile)\n\t\n\treturn handle_theme_files(ThemeFile)\n\nif __name__ == \"__main__\":\n\tdialog = xbmcgui.Dialog()\n\treload_skin = False\n\treload_home = 0\n\targ1 = argv[1]\n\targ2 = argv[2]\n\n\tif arg1 == 'toggle':\n\t\texecutebuiltin('Dialog.Close(1100,true)')\n\t\tThemeFile = 'default' if getCondVisibility('StringCompare(Skin.CurrentTheme,night)') else arg2.lower()\n\t\treload_home = process_theme(ThemeFile)\n\t\treload_skin = True\n\n\telif arg1 == 'select':\n\t\texecutebuiltin('Dialog.Close(1100,true)')\n\t\texecutebuiltin('Skin.SetBool(SelectPreviewMode)')\n\t\tFilter_XPR = sorted([x.lower().replace('textures', 'Default') for x in glob(translatePath('Special://skin/media/*.xpr'))])\n\t\tFilter_XPR = [basename(x.replace(\".xpr\", \"\").upper()) for x in Filter_XPR]\n\t\tThemeFolder = dialog.select('Select Theme', Filter_XPR, 10000)\n\t\t\n\t\tif ThemeFolder != -1:\n\t\t\tSelectedTheme = Filter_XPR[ThemeFolder]\n\t\t\tThemeFile = 'default' if SelectedTheme.lower() == 'default' else SelectedTheme.lower()\n\t\t\tThemeColorFile = 'defaults' if SelectedTheme.lower() == 'default' else ThemeFile\n\t\t\t\n\t\t\twith open(join(translatePath('Special://skin/colors'), ThemeColorFile + '.xml')) as test_theme:\n\t\t\t\tif THEME_VERSION in test_theme.read() and isfile(join(translatePath('Special://skin/backgrounds/'), '{}/0.jpg'.format(ThemeFile))):\n\t\t\t\t\treload_home = process_theme(ThemeFile)\n\t\t\t\t\treload_skin = True\n\t\t\t\telse:\n\t\t\t\t\tdialog.ok('ERROR', '', 'This theme is not compatible with this version of XBMC4Gamers.', '[CR]Redownloading the theme.')\n\n\t\texecutebuiltin('Skin.Reset(SelectPreviewMode)')\n\n\telif arg1 == 'random':\n\t\texecutebuiltin('Dialog.Close(1100,true)')\n\t\twhile True:\n\t\t\tRandom_Theme = choice(listdir(translatePath('Special://skin/media/')))\n\t\t\tThemeFile = 'default' if Random_Theme.lower() == 'textures.xpr' else Random_Theme[:-4].lower()\n\t\t\tThemeColorFile = 'defaults' if Random_Theme.lower() == 'textures.xpr' else ThemeFile\n\t\t\t\n\t\t\twith open(join(translatePath('Special://skin/colors'), ThemeColorFile + '.xml')) as test_theme:\n\t\t\t\tif THEME_VERSION in test_theme.read() and isfile(join(translatePath('Special://skin/backgrounds/'), '{}/0.jpg'.format(ThemeFile))):\n\t\t\t\t\treload_home = process_theme(ThemeFile)\n\t\t\t\t\treload_skin = True\n\t\t\t\t\tbreak\n\t\t\t\telse:\n\t\t\t\t\tdialog.ok('ERROR', '', 'This theme is not compatible with this version of XBMC4Gamers.', '[CR]Redownloading the theme.')\n\t\t\t\t\texecutebuiltin('RunScript(Special://scripts/XBMC4Gamers/Utilities/Apply Theme.py,random,nothing)')\n\t\t\n\tif reload_skin:\n\t\texecutebuiltin('ReloadSkin')\n\n\tif reload_home and getCondVisibility('StringCompare(Skin.String(HomeWindowSource),Home)'):\n\t\tsleep(1)\n\t\tif getCondVisibility('Window.IsActive(1111)'):\n\t\t\texecutebuiltin('RunScript(Special://Scripts/XBMC4Gamers/Utilities/Dialogs.py,\"\",\"ok\",\"$LOCALIZE[31600]\",\"\",\"$LOCALIZE[31611]\",\"\",\"\",\"\")')\n\t\texecutebuiltin('RunScript(Special://scripts/XBMC4Gamers/Utilities/Parse Programs DB.py,refresh_home)')"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Clean Programs Database.py",
    "content": "# -*- coding: utf-8 -*- \nimport os\nimport sqlite3\nimport xbmc\nimport xbmcgui\n\npDialog = xbmcgui.DialogProgress()\ndialog = xbmcgui.Dialog()\npDialog.update(0)\n\nMYPROGRAMS_DB = xbmc.translatePath('special://profile/database/MyPrograms6.db')\n\nclass CancelledException(Exception):\n\tpass\n\ndef clean_database(rows, cursor):\n\tpDialog.create('Cleaning Database')\n\ttotal_rows = len(rows)\n\tdeleted_count = 0\n\n\tfor numb, row in enumerate(rows, start=1):\n\t\tGame_Title, FilePath, idFile = row[3], row[1], row[0]\n\t\t\n\t\tif not os.path.isfile(FilePath):\n\t\t\tcursor.execute('DELETE FROM files WHERE idFile = ?', (idFile,))\n\t\t\tthumbcache = xbmc.getCacheThumbName(FilePath)\n\t\t\tthumbcache = xbmc.translatePath('Special://profile/Thumbnails/Programs/{}/{}'.format(thumbcache[0], thumbcache))\n\t\t\tif os.path.isfile(thumbcache):\n\t\t\t\tos.remove(thumbcache)\n\t\t\tdeleted_count += 1\n\t\t\n\t\tprogress = int((numb * 100) / total_rows)\n\t\tif numb % 25 == 0:\n\t\t\tpDialog.update(progress, '', 'Cleaning Database[CR]Please wait...')\n\t\t\n\t\tif pDialog.iscanceled():\n\t\t\traise CancelledException('You cancelled.')\n\treturn deleted_count\n\ndef format_size(size_in_bytes):\n\tfor unit in ['B', 'KB', 'MB', 'GB']:\n\t\tif size_in_bytes < 1024.0:\n\t\t\treturn '%.2f %s' % (size_in_bytes, unit)\n\t\tsize_in_bytes /= 1024.0\n\ndef main():\n\tif os.path.isfile(MYPROGRAMS_DB):\n\t\ttry:\n\t\t\tstart_size = os.path.getsize(MYPROGRAMS_DB)\n\t\t\twith sqlite3.connect(MYPROGRAMS_DB) as con:\n\t\t\t\tcon.text_factory = str\n\t\t\t\tcur = con.cursor()\n\t\t\t\tcur.execute('BEGIN TRANSACTION')\n\t\t\t\tcur.execute('PRAGMA legacy_file_format=1')\n\t\t\t\tcur.execute('SELECT * FROM files')\n\t\t\t\trows = cur.fetchall()\n\t\t\t\tdeleted_count = clean_database(rows, cur)\n\t\t\t\tcon.commit()\n\t\t\t\tcur.execute('VACUUM')\n\t\t\t\tcur.execute('PRAGMA integrity_check')\n\t\t\t\tintegrity_check_result = cur.fetchone()\n\t\t\t\n\t\t\tend_size = os.path.getsize(MYPROGRAMS_DB)\n\t\t\tpDialog.close()\n\t\t\tif integrity_check_result and integrity_check_result[0] == 'ok':\n\t\t\t\tdialog.ok('Database integrity is {}'.format(integrity_check_result[0]), '', \n\t\t\t\t\t\t  'Old database size: {}[CR]New database size: {}[CR]{} items removed from database.'.format(format_size(start_size), format_size(end_size), deleted_count))\n\t\t\telse:\n\t\t\t\tdialog.ok('Error', '', 'Database integrity check failed.')\n\t\texcept CancelledException as cancel_error:\n\t\t\tpDialog.close()\n\t\t\tdialog.ok('Cancelled', '', str(cancel_error))\n\t\texcept sqlite3.Error as error:\n\t\t\tpDialog.close()\n\t\t\tdialog.ok('Error', '', 'An error occurred while cleaning the database:[CR]{}'.format(error))\n\telse:\n\t\tdialog.ok('Error', '', 'MyPrograms6.db is missing.')\n\nif __name__ == \"__main__\":\n\tmain()"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Clear Cache.py",
    "content": "'''\n   A simple cache cleaning script\n'''\n\nimport os\nimport xbmcgui\nimport xbmc\nimport time\nfrom os.path import join\n\ndef clear_cache(drive, progress, update_value):\n\ttry:\n\t\tfor root, dirs, files in os.walk(drive, topdown=False):\n\t\t\tfor name in files:\n\t\t\t\tos.remove(join(root, name))\n\t\t\tfor name in dirs:\n\t\t\t\tos.rmdir(join(root, name))\n\t\tprogress.update(update_value, '', 'Clearing {}'.format(drive))\n\t\ttime.sleep(0.1)\n\texcept:\n\t\tpass\n\ndef main():\n\tpDialog = xbmcgui.DialogProgress()\n\tpDialog.create('Clearing Cache', '', 'Please wait.')\n\tpDialog.update(0)\n\n\tdrives = [\"E:\\\\Cache\\\\\", \"X:\\\\\", \"Y:\\\\\", \"Z:\\\\\"]\n\tupdate_values = [25, 50, 75, 100]\n\n\tfor drive, update_value in zip(drives, update_values):\n\t\tclear_cache(drive, pDialog, update_value)\n\n\tpDialog.update(100, '', 'Done')\n\ttime.sleep(1)\n\tpDialog.close()\n\nif __name__ == \"__main__\":\n\t# Close the script loading dialog\n\txbmc.executebuiltin('Dialog.Close(1100,false)')\n\tmain()\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Database Maintenance.py",
    "content": "# -*- coding: utf-8 -*- \n'''\n\tThis script addresses common issues reported on Reddit, Facebook, and other platforms regarding fanart or posters not showing correctly on newer builds of Gamers.\n\tThis script will update and clean your database, so no more questions!\n'''\nfrom os import remove\nfrom os.path import dirname, isdir, isfile, getsize, join\nfrom re import sub\nimport time\nfrom HTMLParser import HTMLParser\nfrom xbmc import getCacheThumbName, getInfoLabel, translatePath\nfrom xbmcgui import Dialog, DialogProgress, getCurrentWindowId\nimport sqlite3\n# import zlib\nimport xml.etree.ElementTree as ET\n\nDB_VERSIONS = [8]\nMYPROGRAMS_DB = translatePath('special://profile/database/MyPrograms6.db')\nX4GSETTINGS_WINDOW = getCurrentWindowId() == 11111\npDialog = DialogProgress()\ndialog = Dialog()\npDialog.update(0)\n\nencoding = 'utf-8'\n\ndef column_exists(cursor, table_name, column_name):\n\tcursor.execute(\"PRAGMA table_info({})\".format(table_name))\n\tcolumns = [row[1] for row in cursor.fetchall()]\n\treturn column_name in columns\n\n# def compress_text(text):\n\t# return zlib.compress(text.encode(encoding))\n\n# def decompress_text(compressed_text):\n\t# return zlib.decompress(compressed_text).decode(encoding)\n\ndef clean_database(version, rows, cursor):\n\tpDialog.create('Database Maintenance')\n\tdeleted_count = 0\n\ttotal_rows = len(rows)\n\n\tfor numb, row in enumerate(rows, start=1):\n\t\tGame_Title, FilePath, idFile = row[3], row[1], row[0]\n\t\t\n\t\tdialoginfo = \"Optimising your database[CR]Please wait...\"\n\t\tif version < min(DB_VERSIONS) or X4GSETTINGS_WINDOW:\n\t\t\tdialoginfo = \"Updating and optimising your database[CR]Please wait...\"\n\n\t\tif not isfile(FilePath):\n\t\t\tcursor.execute('DELETE FROM files WHERE idFile = ?', (idFile,))\n\t\t\tthumbcache = getCacheThumbName(FilePath)\n\t\t\tthumbcache = translatePath('Special://profile/Thumbnails/Programs/{}/{}'.format(thumbcache[0], thumbcache))\n\t\t\tif isfile(thumbcache):\n\t\t\t\tremove(thumbcache)\n\t\t\tdeleted_count += 1\n\n\t\t# Check if _resources/default.xml exists and parse it, if it does\n\t\tFolderPath = unicode(dirname(FilePath), encoding)\n\t\txml_path = join(FolderPath, '_resources\\\\default.xml')\n\t\tupdate_parse_and_insert_xml(version, cursor, xml_path, idFile, FolderPath)\n\t\t\n\t\tprogress = int((numb * 100) / total_rows)\n\t\tif numb % 25 == 0:\n\t\t\tpDialog.update(progress, '', '{}'.format(dialoginfo))\n\t\n\treturn deleted_count\n\ndef replace_special_characters(text):\n\ttext = HTMLParser().unescape(text)\n\ttext = sub(r'&(?!amp;|lt;|gt;|quot;|apos;)', '&amp;', text)\n\ttext = sub(r\"<?xml version='1.0' encoding='utf-8'?>\", '<?xml version=\"1.0\" encoding=\"utf-8\"?>', text)\n\treturn text\n\t\ndef truncate_synopsis(synopsis_text):\n\tif len(synopsis_text) > 500:\n\t\tpos_comma = synopsis_text.find(',', 500)\n\t\tpos_space = synopsis_text.find(' ', 500)\n\n\t\tif pos_comma != -1:\n\t\t\tsynopsis_text = synopsis_text[:pos_comma] + \"...\"\n\t\telif pos_space != -1:\n\t\t\tsynopsis_text = synopsis_text[:pos_space] + \"...\"\n\t\telse:\n\t\t\tsynopsis_text = synopsis_text[:500] + \"...\"\n\t\n\treturn synopsis_text\n\ndef update_parse_and_insert_xml(version, cursor, xml_path, idFile, FolderPath):\n\tlanguage = getInfoLabel('System.Language').replace(' (', '_').replace(')', '').lower()\n\tresources_path = join(FolderPath, '_resources\\\\')\n\n\tif version < min(DB_VERSIONS) and isfile(xml_path) or X4GSETTINGS_WINDOW:\n\t\ttry:\n\t\t\twith open(xml_path, 'rb') as xml_file:\n\t\t\t\txml_content = xml_file.read().decode(encoding, 'ignore').strip()\n\t\t\txml_content = replace_special_characters(xml_content)\n\n\t\t\troot = ET.fromstring(xml_content.encode(encoding))\n\t\t\tchild_element = next((elem for elem in root if elem.tag.lower() == language), None)\n\t\texcept (IOError, ET.ParseError) as error:\n\t\t\tprint(u\"XML path: {}\".format(resources_path).encode(encoding))\n\t\t\tprint(u\"Error parsing XML: {}\".format(error).encode(encoding))\n\t\t\treturn\n\n\t\tdata = {\n\t\t\t'altname': root.findtext('title', \"\"),\n\t\t\t'developer': root.findtext('developer', \"\"),\n\t\t\t'publisher': root.findtext('publisher', \"\"),\n\t\t\t'features_general': root.findtext('features_general', \"\").replace(', ', ' / '),\n\t\t\t'features_online': root.findtext('features_online', \"\").replace(', ', ' / '),\n\t\t\t'esrb': root.findtext('esrb', \"\").replace('Not Rated', 'N/A'),\n\t\t\t'esrb_descriptors': root.findtext('esrb_descriptors', \"\").replace(', ', ' / ').replace('Not Rated', 'N/A'),\n\t\t\t'genre': root.findtext('genre', \"\").replace(', ', ' / '),\n\t\t\t'release_date': root.findtext('release_date', \"\"),\n\t\t\t'year': root.findtext('year', \"\"),\n\t\t\t'rating': root.findtext('rating', \"\"),\n\t\t\t'platform': root.findtext('platform', \"\").replace(', ', ' / '),\n\t\t\t'exclusive': root.findtext('exclusive', \"\"),\n\t\t\t'title_id': root.findtext('titleid', \"\"),\n\t\t\t'synopsis': root.findtext('overview', \"\").lstrip()\n\t\t}\n\n\t\tif child_element is not None:\n\t\t\talt_title = child_element.findtext('title')\n\t\t\tif alt_title and alt_title.strip():\n\t\t\t\tdata['altname'] = alt_title.strip()\n\n\t\t\talt_overview = child_element.findtext('overview')\n\t\t\tif alt_overview and alt_overview.strip():\n\t\t\t\tdata['synopsis'] = alt_overview.strip()\n\n\t\t\tfor key in data:\n\t\t\t\tif key not in ['altname', 'synopsis']:\n\t\t\t\t\talt_value = child_element.findtext(key)\n\t\t\t\t\tif alt_value and alt_value.strip():\n\t\t\t\t\t\tdata[key] = alt_value.strip()\n\n\t\tfor key in data:\n\t\t\tif isinstance(data[key], str):\n\t\t\t\tdata[key] = data[key].replace('&amp;', '&').lstrip()\n\n\t\tfix_data = \", \".join([\"{} = ?\".format(key) for key in data.keys()])\n\t\tcursor.execute(\"UPDATE files SET {} WHERE idFile = ?\".format(fix_data), tuple(data.values()) + (idFile,))\n\n\tresources_exist = isdir(resources_path)\n\tpreview_exists = isfile(join(resources_path, 'media\\\\preview.mp4'))\n\tscreenshot_exists = isfile(join(resources_path, 'screenshots\\\\screenshot-1.jpg'))\n\tfanart_exists = isfile(join(resources_path, 'artwork\\\\fanart.jpg'))\n\tif not fanart_exists: fanart_exists = isfile(join(FolderPath, 'fanart.jpg'))\n\n\tcursor.execute('UPDATE files SET resources = ?, preview = ?, screenshot = ?, fanart = ? WHERE idFile = ?',\n\t\t\t\t   (resources_path if resources_exist else \"\", \"1\" if preview_exists else \"\", \"1\" if screenshot_exists else \"\", \"1\" if fanart_exists else \"\", idFile))\n\ndef format_size(size_in_bytes):\n\tfor unit in ['B', 'KB', 'MB', 'GB']:\n\t\tif size_in_bytes < 1024.0:\n\t\t\treturn '%.2f %s' % (size_in_bytes, unit)\n\t\tsize_in_bytes /= 1024.0\n\ndef unloaded():\n\tprint \"Unloaded Database Maintenance.py - took {} seconds to complete\".format(int(round(time.time() - start_time)))\n\ndef main():\n\ttry:\n\t\tstart_size = getsize(MYPROGRAMS_DB)\n\t\twith sqlite3.connect(MYPROGRAMS_DB) as con:\n\t\t\tcon.text_factory = str\n\t\t\tcur = con.cursor()\n\t\t\t\n\t\t\tcon.execute('BEGIN TRANSACTION')\n\t\t\tcur.execute('SELECT idversion FROM version')\n\t\t\tversion = cur.fetchone()[0]\n\t\t\tcolumns_to_add = []\n\t\t\t\n\t\t\t# Add new columns to the database before I update anything\n\t\t\tcolumns_to_add = [\n\t\t\t\t\"altname\", \"developer\", \"publisher\", \"features_general\", \"features_online\", \n\t\t\t\t\"esrb\", \"esrb_descriptors\", \"genre\", \"release_date\", \"year\", \n\t\t\t\t\"rating\", \"platform\", \"exclusive\", \"title_id\", \"synopsis\", \n\t\t\t\t\"resources\", \"preview\", \"screenshot\", \"fanart\", \"alt_xbe\", \"last_played\"\n\t\t\t]\n\t\t\t\n\t\t\tif columns_to_add:\n\t\t\t\tfor column in columns_to_add:\n\t\t\t\t\tif not column_exists(cur, 'files', column):\n\t\t\t\t\t\tcur.execute(\"ALTER TABLE files ADD COLUMN {} TEXT NOT NULL DEFAULT ''\".format(column))\n\t\t\t\n\t\t\t# Update version, UPDATE this if you update the database file again.\n\t\t\tif version < min(DB_VERSIONS):\n\t\t\t\tprint \"Updated to DB version: {}\".format(version)\n\t\t\t\tcur.execute('UPDATE version SET idversion = {}'.format(max(DB_VERSIONS)))\n\t\t\t\n\t\t\tcur.execute('PRAGMA legacy_file_format=1')\n\t\t\tcur.execute('SELECT * FROM files')\n\t\t\trows = cur.fetchall()\n\t\t\t\n\t\t\tdeleted_count = clean_database(version, rows, cur)\n\t\t\t\n\t\t\tcon.commit()\n\t\t\tcur.execute('VACUUM')\n\t\t\tcur.execute('PRAGMA integrity_check')\n\t\t\tintegrity_check_result = cur.fetchone()\n\n\t\tpDialog.close()\n\t\tif integrity_check_result and integrity_check_result[0] == 'ok':\n\t\t\tunloaded()\n\t\t\tif X4GSETTINGS_WINDOW:\n\t\t\t\tend_size = getsize(MYPROGRAMS_DB)\n\t\t\t\tdialog.ok('Database Update Complete', '', 'Old size: {}[CR]New size: {}[CR]{} items removed.'.format(format_size(start_size), format_size(end_size), deleted_count))\n\t\t\telse:\n\t\t\t\tDialog().textviewer('Changelog', open('Special://root/system/SystemInfo/changes.txt').read())\n\t\t\t\tdialog.ok('Complete', '[CR]Welcome to latest version of XBMC4Gamers.[CR]I hope you enjoy the new features and that everything has been[CR]smooth sailing with the update.')\n\t\telse:\n\t\t\tunloaded()\n\t\t\tdialog.ok('Error', '', 'Database integrity check failed.')\n\texcept sqlite3.Error as error:\n\t\tpDialog.close()\n\t\tunloaded()\n\t\tdialog.ok('Error', '', 'An error occurred while updating the database:[CR]{}'.format(error))\n\nif __name__ == \"__main__\":\n\t# Close the script loading dialog\n\txbmc.executebuiltin('Dialog.Close(1100,false)')\n\tif isfile(MYPROGRAMS_DB) and getCurrentWindowId() == 12999 or isfile(MYPROGRAMS_DB) and X4GSETTINGS_WINDOW:\n\t\tprint \"Loaded Database Maintenance.py\"\n\t\tstart_time = time.time()\n\t\t# Disable the cancel button\n\t\txbmc.executebuiltin(\"Skin.SetString(DisableCancel,Disabled)\")\n\t\t# Run main part of the script\n\t\tmain()\n\t\t# Enable the cancel button\n\t\txbmc.executebuiltin(\"Skin.SetString(DisableCancel,)\")\n\n\tif getCurrentWindowId() != 11111:\n\t\txbmc.executebuiltin(\"ActivateWindow(1114)\")"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Debug Modes.py",
    "content": "# -*- coding: utf-8 -*-\nfrom fileinput import input as fileinput\nfrom os.path import isfile\nfrom shutil import copy2\nfrom sys import argv\nfrom xbmc import executehttpapi, log, translatePath\nfrom xbmcgui import Dialog\n\nBACKUP_ADV_SETTINGS = translatePath('Special://root/system/backups/advancedsettings.xml')\nCURRENT_ADV_SETTINGS = translatePath('Special://profile/advancedsettings.xml')\nMODE_LIST = [\n\t'No logging',\n\t'Normal logging',\n\t'Debug logging',\n\t'Debug logging with on screen info',\n\t'Debug/smb logging with on screen info'\n]\n\ndef main():\n\t# Restore advanced settings if the current profile doesn't have it\n\tif not isfile(CURRENT_ADV_SETTINGS):\n\t\tcopy2(BACKUP_ADV_SETTINGS, CURRENT_ADV_SETTINGS)\n\n\ttry:\n\t\targ1 = argv[1]\n\texcept IndexError:\n\t\targ1 = \"false\"\n\t\n\tmode = Dialog().select('Debug logging modes', MODE_LIST, 10000)\n\tif mode != -1:\n\t\tvalue = get_logging_value(MODE_LIST[mode])\n\t\tif update_logging_level(CURRENT_ADV_SETTINGS, arg1, value):\n\t\t\texecutehttpapi('SetLogLevel({})'.format(value))\n\ndef get_logging_value(mode):\n\tif mode == \"No logging\":\n\t\treturn -1\n\telif mode == \"Normal logging\":\n\t\treturn 0\n\telif mode == \"Debug logging\":\n\t\treturn 1\n\telif mode == \"Debug logging with on screen info\":\n\t\treturn 2\n\treturn 3\n\ndef update_logging_level(file_path, hide_value, log_level):\n\tnew_line = '\\t<loglevel hide=\"{}\">{}</loglevel>\\n'.format(hide_value, log_level)\n\n\ttry:\n\t\twith open(file_path, 'r') as f:\n\t\t\tlines = f.readlines()\n\t\tupdated = False\n\t\tfor i in range(len(lines)):\n\t\t\tif '<loglevel hide=' in lines[i]:\n\t\t\t\tlines[i] = new_line\n\t\t\t\tupdated = True\n\t\t\t\tbreak\n\t\tif not updated:\n\t\t\tlines.insert(1, new_line)\n\n\t\twith open(file_path, 'w') as f:\n\t\t\tf.writelines(lines)\n\t\treturn True\n\n\texcept Exception as error:\n\t\tprint \"Failed to update logging level:\", error\n\t\treturn False\n\nif __name__ == \"__main__\":\n\tmain()"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Dialogs.py",
    "content": "from xbmcgui import Dialog\nfrom sys import argv\nfrom xbmc import executebuiltin\n\nargv.extend([\"\", \"\", \"Change me\", \"\", \"\", \"\", xbmc.getLocalizedString(106), xbmc.getLocalizedString(107), \"\", \"no\"])\nsettings, dialog_type, title, line1, line2, line3, no, yes, commands, runcommands = argv[1:11]\n\ndef execute_commands(commands):\n\tif commands:\n\t\tfor command in commands.split('~'):\n\t\t\texecutebuiltin(command)\n\ndef main():\n\tif dialog_type.lower() == \"yesno\":\n\t\tif Dialog().yesno(title, line1, line2, line3, no, yes):\n\t\t\tif settings:\n\t\t\t\texecute_commands(settings)\n\t\t\tif runcommands.lower() == \"yes\" and commands:\n\t\t\t\texecute_commands(commands)\n\telif dialog_type.lower() == \"ok\":\n\t\tDialog().ok(title, line1, line2, line3)\n\t\tif settings:\n\t\t\texecute_commands(settings)\n\t\tif runcommands.lower() == \"yes\" and commands:\n\t\t\texecute_commands(commands)\n\nif __name__ == \"__main__\":\n\tmain()\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Edit Mode.py",
    "content": "'''\nScript by Rocky5\nUsed to enable/disable edit mode control file.\n'''\nfrom os.path import isfile\nfrom os import remove\nfrom sys import argv\nfrom xbmc import executebuiltin, getInfoLabel\nfrom xbmcgui import Dialog, getCurrentWindowId\n\nENABLER_PATH = \"Q:/system/keymaps/Enabled\"\n\n# print \"| Scripts/XBMC4Gamers/Utilities/Edit Mode.py loaded.\"\n\ndef toggle_edit_mode():\n\tif isfile(ENABLER_PATH):\n\t\tremove(ENABLER_PATH)\n\t\tDialog().ok(\n\t\t\t\"Kiosk Mode\",\n\t\t\t\"[CR]Kiosk mode has been enabled.[CR]Your access to features is now limited.\"\n\t\t)\n\t\texecutebuiltin('Skin.Reset(kioskmode)')\n\telse:\n\t\twith open(ENABLER_PATH, \"w\") as profile:\n\t\t\tprofile.write(\" \")\n\t\tDialog().ok(\n\t\t\t\"Kiosk Mode\",\n\t\t\t\"[CR]Kiosk mode has been disabled.[CR]You now have full access to all features.\"\n\t\t)\n\t\texecutebuiltin('Skin.SetBool(kioskmode)')\n\n\texecutebuiltin(\"ReloadSkin\")\n\n\tif getCurrentWindowId() == 11111:\n\t\thome_window_source = getInfoLabel('skin.String(HomeWindowSource)')\n\t\texecutebuiltin('ReplaceWindow({})'.format(home_window_source))\n\n\t# executebuiltin(\"Action(reloadkeymaps)\")\n\t# executebuiltin(\"RestartApp\")\n\ndef check_kioskmode():\n\tif isfile(ENABLER_PATH):\n\t\texecutebuiltin('Skin.SetBool(kioskmode)')\n\telse:\n\t\texecutebuiltin('Skin.reset(kioskmode)')\n\nif __name__ == \"__main__\":\n\targ = argv[1] if len(argv) > 1 else '0'\n\tif arg == '1':\n\t\ttoggle_edit_mode()\n\telse:\n\t\tcheck_kioskmode()"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Extras/Move XISOs games ISOs out of folders.py",
    "content": "import os\nimport shutil\nimport glob\nimport xbmcgui\n\ndef move_iso_files(sub_folder, destination_folder):\n\tfor iso in glob.iglob(os.path.join(sub_folder, '*.iso')):\n\t\tprint(iso)\n\t\tif not os.path.isdir(destination_folder):\n\t\t\tos.makedirs(destination_folder)\n\t\telse:\n\t\t\tshutil.move(iso, destination_folder)\n\ndef main():\n\troot_folder = xbmcgui.Dialog().browse(0, \"Select folder containing ISO games\", 'files', '')\n\tif root_folder:\n\t\tdestination_folder = xbmcgui.Dialog().browse(0, \"Select destination folder\", 'files', '')\n\t\tif destination_folder:\n\t\t\tprint root_folder\n\t\t\tprint destination_folder\n\t\t\tfor folder in sorted(os.listdir(root_folder)):\n\t\t\t\tsub_folder = os.path.join(root_folder, folder)\n\t\t\t\tmove_iso_files(sub_folder, destination_folder)\n\t\t\t\n\t\t\tprint(\"Done\")\n\nif __name__ == \"__main__\":\n\tmain()"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Extras/Remove XMV & STRM previews.py",
    "content": "import os\nimport glob\nimport xbmcgui\n\ndef remove_media_files(sub_folder):\n\tmedia_folder = os.path.join(sub_folder, '_resources\\\\media\\\\')\n\tfile_patterns = ['*.xmv', '*.strm']\n\t\n\tfor pattern in file_patterns:\n\t\tfor file_path in glob.iglob(os.path.join(media_folder, pattern)):\n\t\t\tprint(file_path)\n\t\t\tos.remove(file_path)\n\ndef main():\n\tdialog = xbmcgui.Dialog()\n\troot_folder = dialog.browse(0, \"Select a game folder\", \"files\")\n\t\n\tfor folder in sorted(os.listdir(root_folder)):\n\t\tsub_folder = os.path.join(root_folder, folder)\n\t\tremove_media_files(sub_folder)\n\t\n\tdialog.ok(\"\", \"Done\")\n\nif __name__ == \"__main__\":\n\tmain()\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Extras/Remove _resources.py",
    "content": "import os\nimport shutil\nimport xbmcgui\n\ndef remove_files_and_folders(sub_folder):\n\tpaths_to_remove = [\n\t\t'_resources',\n\t\t# '_resources\\\\artwork',\n\t\t#'_resources\\\\media',\n\t\t# '_resources\\\\screenshots',\n\t\t# '_resources\\\\default.xml',\n\t\t'default.tbn',\n\t\t'fanart.jpg',\n\t\t'icon.jpg',\n\t\t'icon.png'\n\t]\n\t\n\tfor path in paths_to_remove:\n\t\tfull_path = os.path.join(sub_folder, path)\n\t\tif os.path.isdir(full_path):\n\t\t\tshutil.rmtree(full_path)\n\t\telif os.path.isfile(full_path):\n\t\t\tos.remove(full_path)\n\ndef main():\n\tdialog = xbmcgui.Dialog()\n\troot_folder = dialog.browse(0, \"Select a folder\", \"files\")\n\t\n\tfor folder in sorted(os.listdir(root_folder)):\n\t\tsub_folder = os.path.join(root_folder, folder)\n\t\tremove_files_and_folders(sub_folder)\n\t\n\tdialog.ok(\"\", \"Done\")\n\nif __name__ == \"__main__\":\n\tmain()\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Extras/SHA256Hash file.py",
    "content": "import hashlib\nimport os\nimport xbmc\nimport xbmcgui\n\ndef calculate_sha256(file_path):\n\tglobal Not_Cancelled\n\tfilesize = os.path.getsize(file_path)\n\thash = hashlib.sha256()\n\tread_buffer = 1024 * 1024 * 5\n\tpercent = 0\n\tcurrent_data = 0\n\tpDialog.create(\"Calculating sha256\", \"This can take some time, please be patient.\")\n\n\twith open(file_path, \"rb\", buffering=read_buffer) as f:\n\t\twhile True:\n\t\t\tif not pDialog.iscanceled():\n\t\t\t\tdata = f.read(read_buffer)\n\t\t\t\thash.update(data)\n\t\t\t\tcurrent_data += len(data)\n\t\t\t\tpDialog.update( (100 * current_data / filesize),os.path.basename(file_path),\"This can take some time, please be patient.\" )\n\t\t\t\tif not data:\n\t\t\t\t\tbreak\n\t\t\telse:\n\t\t\t\tNot_Cancelled = 0\n\t\t\t\tbreak\n\t\n\treturn hash.hexdigest()\n\ndef main():\n\tselect_file = Dialog.browse(1, \"Select file to hash\", 'files', '')\n\t\n\tif select_file:\n\t\thash_value = calculate_sha256(select_file)\n\t\t\n\t\tif Not_Cancelled:\n\t\t\twith open(\"E:\\\\sha256hash.txt\", \"w\") as output:\n\t\t\t\toutput.write(hash_value)\n\t\t\t\n\t\t\tDialog.ok(\"\", \"Hash:\", hash_value)\n\nif __name__ == \"__main__\":\n\tDialog = xbmcgui.Dialog()\n\tpDialog = xbmcgui.DialogProgress()\n\tNot_Cancelled = 1\n\tmain()\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Generate Random Playlist.py",
    "content": "'''\nScript by Rocky5\nCreating a playlist from specific directory(s).\n'''\n\nimport os\nimport sys\nimport xbmc\nimport xbmcgui\n\nDEFAULT_MUSIC_PATHS = [\"E:\\\\Music\\\\\", \"F:\\\\Music\\\\\", \"G:\\\\Music\\\\\"]\nDEFAULT_MUSIC_EXTENSIONS = [\"mp3\", \"wma\", \"ogg\", \"m4a\"]\n\ndef add_skin_music_path(default_paths):\n\tadditional_paths = xbmc.getInfoLabel('Skin.String(MusicPaths)')\n\tif additional_paths:\n\t\tadditional_paths = [path.strip() for path in additional_paths.split(',')]\n\t\tadditional_paths = [path if path.endswith('\\\\') else path + '\\\\' for path in additional_paths]\n\t\tdefault_paths += additional_paths\n\treturn default_paths\n\ndef add_skin_music_extensions(default_extensions):\n\tadditional_extensions = xbmc.getInfoLabel('Skin.String(MusicExtPaths)')\n\tif additional_extensions:\n\t\tadditional_extensions = [ext.strip().lower() for ext in additional_extensions.split(',')]\n\t\tdefault_extensions += additional_extensions\n\treturn default_extensions\n\ndef get_music_paths_and_extensions():\n\tmusic_paths = add_skin_music_path(DEFAULT_MUSIC_PATHS)\n\tmusic_paths = sys.argv[1].split(',') if len(sys.argv) > 1 else music_paths\n\n\tmusic_extensions = add_skin_music_extensions(DEFAULT_MUSIC_EXTENSIONS)\n\tmusic_extensions = sys.argv[2].split(',') if len(sys.argv) > 2 else music_extensions\n\n\treturn music_paths, music_extensions\n\ndef calculate_total_files(music_paths, music_extensions):\n\treturn sum(len(files) for music_dir in music_paths if os.path.isdir(music_dir)\n\t\t\t   for _, _, files in os.walk(music_dir)\n\t\t\t   if any(file.split('.')[-1].lower() in music_extensions for file in files))\n\ndef create_playlist(playlist_path, music_paths, music_extensions):\n\tfile_counter = 0\n\tpDialog = xbmcgui.DialogProgress()\n\tpDialog.create(\"Generating Playlist\", \"\", \"Please wait...\")\n\n\ttry:\n\t\ttotal_files = calculate_total_files(music_paths, music_extensions)\n\t\tif total_files == 0:\n\t\t\tpDialog.update(100, \"No files found.\")\n\t\t\txbmcgui.Dialog().ok(\"Error\", \"\", \"No music files found in the following paths:\\n{}\".format(\", \".join(music_paths)))\n\t\t\treturn\n\n\t\tpDialog.update(0, \"\")\n\n\t\twith open(playlist_path, \"w\") as playlist:\n\t\t\tplaylist.write(\"#EXTM3U\\n\")\n\t\t\tfor music_dir in music_paths:\n\t\t\t\tif os.path.isdir(music_dir):\n\t\t\t\t\tfor root, _, files in os.walk(music_dir):\n\t\t\t\t\t\tfor file in files:\n\t\t\t\t\t\t\tif file.split('.')[-1].lower() in music_extensions:\n\t\t\t\t\t\t\t\tfile_path = os.path.join(root, file)\n\t\t\t\t\t\t\t\tline = \"#EXTINF:0,%s\\n%s\\n\" % (file[:-4], file_path)\n\t\t\t\t\t\t\t\tplaylist.write(line)\n\t\t\t\t\t\t\t\tfile_counter += 1\n\t\t\t\t\t\t\t\tprogress = int((file_counter * 100) / total_files)\n\t\t\t\t\t\t\t\tpDialog.update(progress, \"\", \"Processing files: %d found\" % file_counter)\n\n\t\tpDialog.update(100, \"Playlist built!\")\n\t\txbmcgui.Dialog().ok(\n\t\t\t\"Generating Playlist\", \n\t\t\t\"\", \n\t\t\t\"Playlist created successfully!\", \n\t\t\t\"Found %d audio files.\" % file_counter\n\t\t)\n\tfinally:\n\t\tpDialog.close()\n\ndef main():\n\tmusic_paths, music_extensions = get_music_paths_and_extensions()\n\tplaylist_path = xbmc.translatePath(\"special://profile/playlists/music/random.m3u\")\n\n\tcreate_playlist(playlist_path, music_paths, music_extensions)\n\n\txbmc.PlayList(0).shuffle()\n\txbmc.executebuiltin(\"PlayerControl(RepeatAll)\")\n\txbmc.executebuiltin(\"Skin.SetString(Startup_Playback_Path,special://profile/playlists/music/random.m3u)\")\n\nif __name__ == \"__main__\":\n\t# Close the script loading dialog\n\txbmc.executebuiltin('Dialog.Close(1100,false)')\n\tmain()"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Not Used/Backup-restore default.tbns.py",
    "content": "import os\nimport shutil\nimport xbmcgui\n\ndialog = xbmcgui.Dialog()\nprogress_dialog = xbmcgui.DialogProgress()\n\nPARTITIONS = [\"C:\\\\\", \"E:\\\\\", \"F:\\\\\", \"G:\\\\\"]\nFOLDERS = [\"Applications\", \"Apps\", \"Games\", \"Emulators\", \"Emus\", \"Homebrew\", \"Ports\"]\nBACKUP_DIR = os.path.join(os.getcwd(), \"\\\\Backup\")\nMAX_DEPTH = 2 # go 2 sub folders down from FOLDER entry\n\n### Only default.tbn\nFILES_TO_BACKUP = [\"default.tbn\"]\n\n# If using these set MAX_DEPTH to 4 This is so it backs up all files if you for example have your games in F:\\Games\\J-M\\Game name\\\n### Full resource takes up a lot of space\n# FILES_TO_BACKUP = [\"default.tbn\", \"default.xml\", \"alt_synopsis.jpg\", \"banner.png\", \"cd.png\", \"cd_small.jpg\", \"cdposter.png\", \"dual3d.png\", \"fanart.jpg\", \"fanart_thumb.jpg\", \"fanart-blur.jpg\", \"fog.jpg\", \"icon.png\", \"opencase.png\", \"poster.jpg\", \"poster_small.jpg\", \"poster_small_blurred.jpg\", \"synopsis.jpg\", \"thumb.jpg\", \"preview.mp4\", \"Screenshot-1.jpg\", \"Screenshot-2.jpg\", \"Screenshot-3.jpg\"]\n### No videos takes up less space\n# FILES_TO_BACKUP = [\"default.tbn\", \"default.xml\", \"alt_synopsis.jpg\", \"banner.png\", \"cd.png\", \"cd_small.jpg\", \"cdposter.png\", \"dual3d.png\", \"fanart.jpg\", \"fanart_thumb.jpg\", \"fanart-blur.jpg\", \"fog.jpg\", \"icon.png\", \"opencase.png\", \"poster.jpg\", \"poster_small.jpg\", \"poster_small_blurred.jpg\", \"synopsis.jpg\", \"thumb.jpg\", \"Screenshot-1.jpg\", \"Screenshot-2.jpg\", \"Screenshot-3.jpg\"]\n\ndef copy_file(source, base_folder, destination):\n\trelative_path = os.path.relpath(source, base_folder)\n\tdest_path = os.path.join(destination, relative_path)\n\tdest_folder = os.path.dirname(dest_path)\n\tif not os.path.exists(dest_folder): os.makedirs(dest_folder)\n\tshutil.copy2(source, dest_path)\n\ndef process_files(action, partitions, folders, backup, files_to_backup):\n\tif not os.path.exists(BACKUP_DIR):\n\t\tos.makedirs(BACKUP_DIR)\n\tprogress_dialog.create(\"{} in Progress\".format(action), \"Starting {}...\".format(action.lower()))\n\tprogress_dialog.update(0, \"\")\n\ttotal = sum(1 for p in partitions if os.path.exists(p) for f in folders if os.path.exists(os.path.join(p, f)))\n\tcount = 0\n\n\tfor partition in partitions:\n\t\tif os.path.exists(partition):\n\t\t\tpartition_name = os.path.splitdrive(partition)[0].replace(\":\", \"\")\n\t\t\tpartition_backup = os.path.join(backup, partition_name)\n\t\t\tpartition_folder_created = False\n\n\t\t\tfor folder in folders:\n\t\t\t\tif action == \"Restore\":\n\t\t\t\t\ttarget_path = os.path.join(partition, folder)\n\t\t\t\t\tif not os.path.exists(target_path):\n\t\t\t\t\t\tcontinue\n\t\t\t\t\tcurrent_path = os.path.join(partition_backup, folder)\n\t\t\t\telse:\n\t\t\t\t\tcurrent_path = os.path.join(partition, folder)\n\n\t\t\t\tif os.path.isdir(current_path):\n\t\t\t\t\tbase_depth = current_path.rstrip(\"\\\\\").count(\"\\\\\")\n\t\t\t\t\tprint base_depth\n\t\t\t\t\tfor root, dirs, files in os.walk(current_path):\n\t\t\t\t\t\tcurrent_depth = root.rstrip(\"\\\\\").count(\"\\\\\")\n\t\t\t\t\t\tif current_depth - base_depth > MAX_DEPTH:\n\t\t\t\t\t\t\tdirs[:] = []\n\t\t\t\t\t\t\tcontinue\n\t\t\t\t\t\tfor file in files:\n\t\t\t\t\t\t\tif file.lower() in files_to_backup:\n\t\t\t\t\t\t\t\tfile_path = os.path.join(root, file)\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif action == \"Backup\" and not partition_folder_created:\n\t\t\t\t\t\t\t\t\tif not os.path.exists(partition_backup):\n\t\t\t\t\t\t\t\t\t\tos.makedirs(partition_backup)\n\t\t\t\t\t\t\t\t\tpartition_folder_created = True\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif action == \"Backup\":\n\t\t\t\t\t\t\t\t\tdest_path = os.path.join(partition_backup, os.path.relpath(file_path, partition))\n\t\t\t\t\t\t\t\telif action == \"Restore\":\n\t\t\t\t\t\t\t\t\tdest_path = os.path.join(partition, os.path.relpath(file_path, partition_backup))\n\n\t\t\t\t\t\t\t\tdest_folder = os.path.dirname(dest_path)\n\t\t\t\t\t\t\t\tif not os.path.exists(dest_folder):\n\t\t\t\t\t\t\t\t\tos.makedirs(dest_folder)\n\n\t\t\t\t\t\t\t\tshutil.copy2(file_path, dest_path)\n\n\t\t\t\t\t\t\t\tcount += 1\n\t\t\t\t\t\t\t\tprogress_dialog.update((count * 100) // total, \"Processing File:\", os.path.basename(root))\n\t\t\t\t\t\t\t\tif progress_dialog.iscanceled():\n\t\t\t\t\t\t\t\t\tprogress_dialog.close()\n\t\t\t\t\t\t\t\t\treturn False\n\tprogress_dialog.close()\n\treturn True\n\nif __name__ == \"__main__\":\n\txbmc.executebuiltin(\"Skin.SetString(DisableCancel,)\")\n\n\tif dialog.yesno(\"Backup Files\", \"\", \"Do you want to create a backup or restore?\", \"\", \"Backup\", \"Restore\"):\n\t\tif dialog.yesno(\"Restore Mode\", \"\", \"This will restore the mirror backup.[CR]Start the process?\", \"\", \"Cancel\", \"Start\"):\n\t\t\tif process_files(\"Restore\", PARTITIONS, FOLDERS, BACKUP_DIR, [f.lower() for f in FILES_TO_BACKUP]):\n\t\t\t\tdialog.ok(\"Restore Completed\", \"\", \"Files have been restored.\")\n\t\t\telse:\n\t\t\t\tdialog.ok(\"Restore Cancelled\", \"\", \"Restore was partially complete.\")\n\telse:\n\t\tif dialog.yesno(\"Backup Mode\", \"\", \"This will create a mirror backup.[CR]Start the process?\", \"\", \"Cancel\", \"Start\"):\n\t\t\tif process_files(\"Backup\", PARTITIONS, FOLDERS, BACKUP_DIR, [f.lower() for f in FILES_TO_BACKUP]):\n\t\t\t\tdialog.ok(\"Backup Completed\", \"\", \"Files have been backed up.\")\n\t\t\telse:\n\t\t\t\tdialog.ok(\"Backup Cancelled\", \"\", \"Backup was partially complete.\")"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Not Used/Backup-restore resources-preview.py",
    "content": "import os\nimport shutil\nimport xbmcgui\n\ndialog = xbmcgui.Dialog()\nprogress_dialog = xbmcgui.DialogProgress()\n\nPARTITIONS = [\"C:\\\\\", \"E:\\\\\", \"F:\\\\\", \"G:\\\\\"]\nFOLDERS = [\"Applications\", \"Apps\", \"Games\", \"Emulators\", \"Emus\", \"Homebrew\", \"Ports\"]\nBACKUP_DIR = os.path.join(os.getcwd(), \"\\\\Backup\")\nMAX_DEPTH = 4 # go 4 sub folders down from FOLDER entry\n\n### Only default.tbn\n# FILES_TO_BACKUP = [\"default.tbn\"]\n\n# If using these set MAX_DEPTH to 4 This is so it backs up all files if you for example have your games in F:\\Games\\J-M\\Game name\\\n### Full resource takes up a lot of space\nFILES_TO_BACKUP = [\"default.tbn\", \"default.xml\", \"alt_synopsis.jpg\", \"banner.png\", \"cd.png\", \"cd_small.jpg\", \"cdposter.png\", \"dual3d.png\", \"fanart.jpg\", \"fanart_thumb.jpg\", \"fanart-blur.jpg\", \"fog.jpg\", \"icon.png\", \"opencase.png\", \"poster.jpg\", \"poster_small.jpg\", \"poster_small_blurred.jpg\", \"synopsis.jpg\", \"thumb.jpg\", \"preview.mp4\", \"Screenshot-1.jpg\", \"Screenshot-2.jpg\", \"Screenshot-3.jpg\"]\n### No videos takes up less space\n# FILES_TO_BACKUP = [\"default.tbn\", \"default.xml\", \"alt_synopsis.jpg\", \"banner.png\", \"cd.png\", \"cd_small.jpg\", \"cdposter.png\", \"dual3d.png\", \"fanart.jpg\", \"fanart_thumb.jpg\", \"fanart-blur.jpg\", \"fog.jpg\", \"icon.png\", \"opencase.png\", \"poster.jpg\", \"poster_small.jpg\", \"poster_small_blurred.jpg\", \"synopsis.jpg\", \"thumb.jpg\", \"Screenshot-1.jpg\", \"Screenshot-2.jpg\", \"Screenshot-3.jpg\"]\n\ndef copy_file(source, base_folder, destination):\n\trelative_path = os.path.relpath(source, base_folder)\n\tdest_path = os.path.join(destination, relative_path)\n\tdest_folder = os.path.dirname(dest_path)\n\tif not os.path.exists(dest_folder): os.makedirs(dest_folder)\n\tshutil.copy2(source, dest_path)\n\ndef process_files(action, partitions, folders, backup, files_to_backup):\n\tif not os.path.exists(BACKUP_DIR):\n\t\tos.makedirs(BACKUP_DIR)\n\tprogress_dialog.create(\"{} in Progress\".format(action), \"Starting {}...\".format(action.lower()))\n\tprogress_dialog.update(0, \"\")\n\ttotal = sum(1 for p in partitions if os.path.exists(p) for f in folders if os.path.exists(os.path.join(p, f)))\n\tcount = 0\n\n\tfor partition in partitions:\n\t\tif os.path.exists(partition):\n\t\t\tpartition_name = os.path.splitdrive(partition)[0].replace(\":\", \"\")\n\t\t\tpartition_backup = os.path.join(backup, partition_name)\n\t\t\tpartition_folder_created = False\n\n\t\t\tfor folder in folders:\n\t\t\t\tif action == \"Restore\":\n\t\t\t\t\ttarget_path = os.path.join(partition, folder)\n\t\t\t\t\tif not os.path.exists(target_path):\n\t\t\t\t\t\tcontinue\n\t\t\t\t\tcurrent_path = os.path.join(partition_backup, folder)\n\t\t\t\telse:\n\t\t\t\t\tcurrent_path = os.path.join(partition, folder)\n\n\t\t\t\tif os.path.isdir(current_path):\n\t\t\t\t\tbase_depth = current_path.rstrip(\"\\\\\").count(\"\\\\\")\n\t\t\t\t\tprint base_depth\n\t\t\t\t\tfor root, dirs, files in os.walk(current_path):\n\t\t\t\t\t\tcurrent_depth = root.rstrip(\"\\\\\").count(\"\\\\\")\n\t\t\t\t\t\tif current_depth - base_depth > MAX_DEPTH:\n\t\t\t\t\t\t\tdirs[:] = []\n\t\t\t\t\t\t\tcontinue\n\t\t\t\t\t\tfor file in files:\n\t\t\t\t\t\t\tif file.lower() in files_to_backup:\n\t\t\t\t\t\t\t\tfile_path = os.path.join(root, file)\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif action == \"Backup\" and not partition_folder_created:\n\t\t\t\t\t\t\t\t\tif not os.path.exists(partition_backup):\n\t\t\t\t\t\t\t\t\t\tos.makedirs(partition_backup)\n\t\t\t\t\t\t\t\t\tpartition_folder_created = True\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif action == \"Backup\":\n\t\t\t\t\t\t\t\t\tdest_path = os.path.join(partition_backup, os.path.relpath(file_path, partition))\n\t\t\t\t\t\t\t\telif action == \"Restore\":\n\t\t\t\t\t\t\t\t\tdest_path = os.path.join(partition, os.path.relpath(file_path, partition_backup))\n\n\t\t\t\t\t\t\t\tdest_folder = os.path.dirname(dest_path)\n\t\t\t\t\t\t\t\tif not os.path.exists(dest_folder):\n\t\t\t\t\t\t\t\t\tos.makedirs(dest_folder)\n\n\t\t\t\t\t\t\t\tshutil.copy2(file_path, dest_path)\n\n\t\t\t\t\t\t\t\tcount += 1\n\t\t\t\t\t\t\t\tprogress_dialog.update((count * 100) // total, \"Processing File:\", os.path.basename(root))\n\t\t\t\t\t\t\t\tif progress_dialog.iscanceled():\n\t\t\t\t\t\t\t\t\tprogress_dialog.close()\n\t\t\t\t\t\t\t\t\treturn False\n\tprogress_dialog.close()\n\treturn True\n\nif __name__ == \"__main__\":\n\txbmc.executebuiltin(\"Skin.SetString(DisableCancel,)\")\n\n\tif dialog.yesno(\"Backup Files\", \"\", \"Do you want to create a backup or restore?\", \"\", \"Backup\", \"Restore\"):\n\t\tif dialog.yesno(\"Restore Mode\", \"\", \"This will restore the mirror backup.[CR]Start the process?\", \"\", \"Cancel\", \"Start\"):\n\t\t\tif process_files(\"Restore\", PARTITIONS, FOLDERS, BACKUP_DIR, [f.lower() for f in FILES_TO_BACKUP]):\n\t\t\t\tdialog.ok(\"Restore Completed\", \"\", \"Files have been restored.\")\n\t\t\telse:\n\t\t\t\tdialog.ok(\"Restore Cancelled\", \"\", \"Restore was partially complete.\")\n\telse:\n\t\tif dialog.yesno(\"Backup Mode\", \"\", \"This will create a mirror backup.[CR]Start the process?\", \"\", \"Cancel\", \"Start\"):\n\t\t\tif process_files(\"Backup\", PARTITIONS, FOLDERS, BACKUP_DIR, [f.lower() for f in FILES_TO_BACKUP]):\n\t\t\t\tdialog.ok(\"Backup Completed\", \"\", \"Files have been backed up.\")\n\t\t\telse:\n\t\t\t\tdialog.ok(\"Backup Cancelled\", \"\", \"Backup was partially complete.\")"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Not Used/Backup-restore resources.py",
    "content": "import os\nimport shutil\nimport xbmcgui\n\ndialog = xbmcgui.Dialog()\nprogress_dialog = xbmcgui.DialogProgress()\n\nPARTITIONS = [\"C:\\\\\", \"E:\\\\\", \"F:\\\\\", \"G:\\\\\"]\nFOLDERS = [\"Applications\", \"Apps\", \"Games\", \"Emulators\", \"Emus\", \"Homebrew\", \"Ports\"]\nBACKUP_DIR = os.path.join(os.getcwd(), \"\\\\Backup\")\nMAX_DEPTH = 4 # go 4 sub folders down from FOLDER entry\n\n### Only default.tbn\n# FILES_TO_BACKUP = [\"default.tbn\"]\n\n# If using these set MAX_DEPTH to 4 This is so it backs up all files if you for example have your games in F:\\Games\\J-M\\Game name\\\n### Full resource takes up a lot of space\n# FILES_TO_BACKUP = [\"default.tbn\", \"default.xml\", \"alt_synopsis.jpg\", \"banner.png\", \"cd.png\", \"cd_small.jpg\", \"cdposter.png\", \"dual3d.png\", \"fanart.jpg\", \"fanart_thumb.jpg\", \"fanart-blur.jpg\", \"fog.jpg\", \"icon.png\", \"opencase.png\", \"poster.jpg\", \"poster_small.jpg\", \"poster_small_blurred.jpg\", \"synopsis.jpg\", \"thumb.jpg\", \"preview.mp4\", \"Screenshot-1.jpg\", \"Screenshot-2.jpg\", \"Screenshot-3.jpg\"]\n### No videos takes up less space\nFILES_TO_BACKUP = [\"default.tbn\", \"default.xml\", \"alt_synopsis.jpg\", \"banner.png\", \"cd.png\", \"cd_small.jpg\", \"cdposter.png\", \"dual3d.png\", \"fanart.jpg\", \"fanart_thumb.jpg\", \"fanart-blur.jpg\", \"fog.jpg\", \"icon.png\", \"opencase.png\", \"poster.jpg\", \"poster_small.jpg\", \"poster_small_blurred.jpg\", \"synopsis.jpg\", \"thumb.jpg\", \"Screenshot-1.jpg\", \"Screenshot-2.jpg\", \"Screenshot-3.jpg\"]\n\ndef copy_file(source, base_folder, destination):\n\trelative_path = os.path.relpath(source, base_folder)\n\tdest_path = os.path.join(destination, relative_path)\n\tdest_folder = os.path.dirname(dest_path)\n\tif not os.path.exists(dest_folder): os.makedirs(dest_folder)\n\tshutil.copy2(source, dest_path)\n\ndef process_files(action, partitions, folders, backup, files_to_backup):\n\tif not os.path.exists(BACKUP_DIR):\n\t\tos.makedirs(BACKUP_DIR)\n\tprogress_dialog.create(\"{} in Progress\".format(action), \"Starting {}...\".format(action.lower()))\n\tprogress_dialog.update(0, \"\")\n\ttotal = sum(1 for p in partitions if os.path.exists(p) for f in folders if os.path.exists(os.path.join(p, f)))\n\tcount = 0\n\n\tfor partition in partitions:\n\t\tif os.path.exists(partition):\n\t\t\tpartition_name = os.path.splitdrive(partition)[0].replace(\":\", \"\")\n\t\t\tpartition_backup = os.path.join(backup, partition_name)\n\t\t\tpartition_folder_created = False\n\n\t\t\tfor folder in folders:\n\t\t\t\tif action == \"Restore\":\n\t\t\t\t\ttarget_path = os.path.join(partition, folder)\n\t\t\t\t\tif not os.path.exists(target_path):\n\t\t\t\t\t\tcontinue\n\t\t\t\t\tcurrent_path = os.path.join(partition_backup, folder)\n\t\t\t\telse:\n\t\t\t\t\tcurrent_path = os.path.join(partition, folder)\n\n\t\t\t\tif os.path.isdir(current_path):\n\t\t\t\t\tbase_depth = current_path.rstrip(\"\\\\\").count(\"\\\\\")\n\t\t\t\t\tprint base_depth\n\t\t\t\t\tfor root, dirs, files in os.walk(current_path):\n\t\t\t\t\t\tcurrent_depth = root.rstrip(\"\\\\\").count(\"\\\\\")\n\t\t\t\t\t\tif current_depth - base_depth > MAX_DEPTH:\n\t\t\t\t\t\t\tdirs[:] = []\n\t\t\t\t\t\t\tcontinue\n\t\t\t\t\t\tfor file in files:\n\t\t\t\t\t\t\tif file.lower() in files_to_backup:\n\t\t\t\t\t\t\t\tfile_path = os.path.join(root, file)\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif action == \"Backup\" and not partition_folder_created:\n\t\t\t\t\t\t\t\t\tif not os.path.exists(partition_backup):\n\t\t\t\t\t\t\t\t\t\tos.makedirs(partition_backup)\n\t\t\t\t\t\t\t\t\tpartition_folder_created = True\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif action == \"Backup\":\n\t\t\t\t\t\t\t\t\tdest_path = os.path.join(partition_backup, os.path.relpath(file_path, partition))\n\t\t\t\t\t\t\t\telif action == \"Restore\":\n\t\t\t\t\t\t\t\t\tdest_path = os.path.join(partition, os.path.relpath(file_path, partition_backup))\n\n\t\t\t\t\t\t\t\tdest_folder = os.path.dirname(dest_path)\n\t\t\t\t\t\t\t\tif not os.path.exists(dest_folder):\n\t\t\t\t\t\t\t\t\tos.makedirs(dest_folder)\n\n\t\t\t\t\t\t\t\tshutil.copy2(file_path, dest_path)\n\n\t\t\t\t\t\t\t\tcount += 1\n\t\t\t\t\t\t\t\tprogress_dialog.update((count * 100) // total, \"Processing File:\", os.path.basename(root))\n\t\t\t\t\t\t\t\tif progress_dialog.iscanceled():\n\t\t\t\t\t\t\t\t\tprogress_dialog.close()\n\t\t\t\t\t\t\t\t\treturn False\n\tprogress_dialog.close()\n\treturn True\n\nif __name__ == \"__main__\":\n\txbmc.executebuiltin(\"Skin.SetString(DisableCancel,)\")\n\n\tif dialog.yesno(\"Backup Files\", \"\", \"Do you want to create a backup or restore?\", \"\", \"Backup\", \"Restore\"):\n\t\tif dialog.yesno(\"Restore Mode\", \"\", \"This will restore the mirror backup.[CR]Start the process?\", \"\", \"Cancel\", \"Start\"):\n\t\t\tif process_files(\"Restore\", PARTITIONS, FOLDERS, BACKUP_DIR, [f.lower() for f in FILES_TO_BACKUP]):\n\t\t\t\tdialog.ok(\"Restore Completed\", \"\", \"Files have been restored.\")\n\t\t\telse:\n\t\t\t\tdialog.ok(\"Restore Cancelled\", \"\", \"Restore was partially complete.\")\n\telse:\n\t\tif dialog.yesno(\"Backup Mode\", \"\", \"This will create a mirror backup.[CR]Start the process?\", \"\", \"Cancel\", \"Start\"):\n\t\t\tif process_files(\"Backup\", PARTITIONS, FOLDERS, BACKUP_DIR, [f.lower() for f in FILES_TO_BACKUP]):\n\t\t\t\tdialog.ok(\"Backup Completed\", \"\", \"Files have been backed up.\")\n\t\t\telse:\n\t\t\t\tdialog.ok(\"Backup Cancelled\", \"\", \"Backup was partially complete.\")"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Not Used/Check Birthday Dates.py",
    "content": "'''\r\n    Script by Rocky5\r\n    Used to check for the Birthday_Dates file and set up a birthday.\r\n    Usage:\r\n        You place a file called Birthday_Dates in the root of the XBMC4Gamers directory (next to the default.xbe) with a structure like:\r\n        Birthday 1\r\n        10-12\r\n        Birthday 2\r\n        1-1\r\n        Birthday 3\r\n        1-11\r\n        Birthday 4\r\n        12-26\r\n        Birthday 5\r\n        5-30\r\n        Obviously, if you're American your dates would be 30-12, etc.\r\n'''\r\n\r\nimport os\r\nimport xbmcgui\r\nimport xbmc\r\n\r\ndef load_birthday_dates(file_path):\r\n    with open(file_path, \"r\") as file:\r\n        return [line.strip() for line in file.readlines()]\r\n\r\ndef set_birthday_strings(birthday_values):\r\n    for i in range(0, len(birthday_values), 2):\r\n        try:\r\n            birthday_label = birthday_values[i]\r\n            birthday_date = birthday_values[i + 1]\r\n            if \"Birthday\" in birthday_label:\r\n                birthday_number = birthday_label.split()[-1]\r\n                xbmc.executebuiltin('Skin.SetString(Birthday_Date_{}, {})'.format(birthday_number, birthday_date))\r\n        except IndexError:\r\n            pass\r\n\r\ndef main():\r\n    print \"| Scripts/XBMC4Gamers/Utilities/Check Birthday Dates.py loaded.\"\r\n    birthday_date_file = xbmc.translatePath(\"special://xbmc/Birthday_Dates\")\r\n\r\n    if os.path.isfile(birthday_date_file):\r\n        birthday_date_values = load_birthday_dates(birthday_date_file)\r\n        set_birthday_strings(birthday_date_values)\r\n        # os.remove(birthday_date_file)\r\n    else:\r\n        print \"Birthday_Dates file does not exist.\"\r\n\r\nif __name__ == \"__main__\":\r\n    main()\r\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Not Used/Random Music Playback.py",
    "content": "'''\r\n\tScript by Rocky5\r\n\tUsed to create a playlist from a specific directory and play it back shuffled and repeated.\r\n\tUsage:\r\n\t\tThis script uses arguments, so to use it you add characters/paths to the end of the RunScript command.\r\n\t\tBelow will build a playlist using the path and extension, in this case using 3 custom extensions.\r\n\t\t\t<onclick>RunScript(Special://xbmc/scripts/XBMC4Gamers/Utilities/Random Screensaver Images.py,G:\\Music\\My Music\\,aac,wav,flac)</onclick>\r\n\t\tSame as above but uses default values for getting files.\r\n\t\t\t<onclick>RunScript(Special://xbmc/scripts/XBMC4Gamers/Utilities/Random Screensaver Images.py)</onclick>\r\n'''\r\n\r\nimport glob\r\nimport os\r\nimport sys\r\nimport xbmc\r\n\r\ndef create_playlist(music_paths, music_extensions, playlist_path):\r\n\twith open(playlist_path, \"w\") as playlist_file:\r\n\t\tfor music_dir in music_paths:\r\n\t\t\tif os.path.isdir(music_dir):\r\n\t\t\t\tfor extension in music_extensions:\r\n\t\t\t\t\tmusic_files = glob.glob(os.path.join(music_dir, \"*.{}\".format(extension)))\r\n\t\t\t\t\tfor music_file in music_files:\r\n\t\t\t\t\t\tif os.path.isfile(music_file):\r\n\t\t\t\t\t\t\tplaylist_file.write(\"#EXTM3U\\n\")\r\n\t\t\t\t\t\t\tfile_ext = music_file.replace(music_dir, \"\")\r\n\t\t\t\t\t\t\tline = '#EXTINF:0,{}\\n{}\\n'.format(file_ext[:-4], music_file)\r\n\t\t\t\t\t\t\tplaylist_file.write(line)\r\n\t\t\t\txbmc.executebuiltin(\"PlayMedia({})\".format(playlist_path))\r\n\t\t\t\txbmc.PlayList(0).shuffle()\r\n\t\t\t\txbmc.executebuiltin(\"playercontrol(RepeatAll)\")\r\n\t\t\telse:\r\n\t\t\t\tprint(\"Error: {} path not found.\".format(music_dir))\r\n\r\ndef main():\r\n\ttry:\r\n\t\tmusic_path = sys.argv[1].split(',')\r\n\texcept IndexError:\r\n\t\tmusic_path = [\"E:\\\\Music\\\\\", \"F:\\\\Music\\\\\", \"G:\\\\Music\\\\\"]\r\n\r\n\ttry:\r\n\t\tmusic_extension = sys.argv[2].split(',')\r\n\texcept IndexError:\r\n\t\tmusic_extension = [\"mp3\", \"wma\", \"ogg\"]\r\n\r\n\tplaylist = xbmc.translatePath(\"special://Profile/playlists/music/random.m3u\")\r\n\tcreate_playlist(music_path, music_extension, playlist)\r\n\r\nif __name__ == \"__main__\":\r\n\tmain()"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Not Used/Random Screensaver Images.py",
    "content": "'''\r\n\tScript by Rocky5 (original idea DivideByZer0)\r\n\tUsed to select a random directory from a folder of directories to use as the screenshot screensaver.\r\n\tUsage:\r\n\t\tThis script uses arguments, so to use it you add characters/paths to the end of the RunScript command.\r\n\t\tRandom Image Directory for the screensaver.\r\n\t\t\t<onclick>RunScript(Special://xbmc/scripts/XBMC4Gamers/Utilities/Random Screensaver Images.py,C:\\Images\\Backgrounds\\)</onclick>\r\n\t\tBelow will select a random directory for the screensaver and then build a playlist using the path and extension, in this case mp3.\r\n\t\t\t<onclick>RunScript(Special://xbmc/scripts/XBMC4Gamers/Utilities/Random Screensaver Images.py,C:\\Images\\Backgrounds\\,1,G:\\Music\\My Music\\,mp3)</onclick>\r\n\t\tSame as above but music playback is disabled.\r\n\t\t\t<onclick>RunScript(Special://xbmc/scripts/XBMC4Gamers/Utilities/Random Screensaver Images.py,C:\\Images\\Backgrounds\\,0,G:\\Music\\My Music\\,mp3)</onclick>\r\n'''\r\n\r\nimport os\r\nimport xbmc\r\nimport random\r\nimport glob\r\nimport sys\r\n\r\ndef get_argument(index, default_value):\r\n\ttry:\r\n\t\treturn sys.argv[index]\r\n\texcept IndexError:\r\n\t\treturn default_value\r\n\r\ndef create_music_playlist(music_path, music_extension, playlist_path):\r\n\tif os.path.isdir(music_path):\r\n\t\twith open(playlist_path, \"w\") as playlist_file:\r\n\t\t\tplaylist_file.write(\"#EXTM3U\\n\")\r\n\t\t\tmusic_files = glob.glob(os.path.join(music_path, \"*.{}\".format(music_extension)))\r\n\t\t\tfor music_file in music_files:\r\n\t\t\t\tif os.path.isfile(music_file):\r\n\t\t\t\t\tfile_ext = music_file.replace(music_path, \"\")\r\n\t\t\t\t\tline = '#EXTINF:0,{}\\n{}\\n'.format(file_ext[:-4], music_file)\r\n\t\t\t\t\tplaylist_file.write(line)\r\n\t\txbmc.executebuiltin(\"PlayMedia({})\".format(playlist_path))\r\n\t\txbmc.PlayList(0).shuffle()\r\n\t\txbmc.executebuiltin(\"playercontrol(RepeatAll)\")\r\n\r\ndef set_random_screensaver_path(pictures_path):\r\n\tlist_root_directory = sorted(os.listdir(pictures_path))\r\n\tdirectory_name = os.path.join(pictures_path, random.choice(list_root_directory))\r\n\t\r\n\txbmc.executehttpapi('SetGUISetting(3;screensaver.slideshowpath;{})'.format(directory_name))\r\n\r\ndef main():\r\n\tprint \"| Scripts/XBMC4Gamers/Utilities/Random Screensaver Images.py loaded.\"\r\n\t\r\n\tpictures_path = get_argument(1, \"Z:/\")\r\n\tmusic_playback = get_argument(2, \"0\")\r\n\tmusic_path = get_argument(3, \"Z:/\")\r\n\tmusic_extension = get_argument(4, \"mp3\")\r\n\tplaylist_path = xbmc.translatePath(\"special://profile/playlists/music/random.m3u\")\r\n\t\r\n\tif music_playback == \"1\":\r\n\t\tcreate_music_playlist(music_path, music_extension, playlist_path)\r\n\t\r\n\tset_random_screensaver_path(pictures_path)\r\n\tprint \"| New Path = {}\".format(pictures_path)\r\n\r\nif __name__ == \"__main__\":\r\n\tmain()\r\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Not Used/Toggle AdvancedSettings Settings.py",
    "content": "'''\r\n\tScript by Rocky5\r\n\tUsed to toggle advanced settings options\r\n'''\r\n\r\nimport fileinput\r\nimport os\r\nimport shutil\r\nimport xbmc\r\nimport xbmcgui\r\nimport sys\r\n\r\nBackup_Profile_AdvSettings = xbmc.translatePath('special://root/system/backups/advancedsettings.xml')\r\nCurrent_Profile_AdvSettings = xbmc.translatePath('special://profile/advancedsettings.xml')\r\n\r\nif not os.path.isfile(Current_Profile_AdvSettings):\r\n\tshutil.copy2(Backup_Profile_AdvSettings, Current_Profile_AdvSettings)\r\n\r\ndef toggle_setting(arg):\r\n\tif arg:\r\n\t\tfor line in fileinput.input(Current_Profile_AdvSettings, inplace=True):\r\n\t\t\tif '<{}>'.format(arg) in line:\r\n\t\t\t\tline = line.replace('true', 'TMP').replace('false', 'true').replace('TMP', 'false')\r\n\t\t\tprint line,\r\n\r\ntry:\r\n\targ1 = sys.argv[1] if len(sys.argv) > 1 else None\r\n\targ2 = sys.argv[2] if len(sys.argv) > 2 else None\r\nexcept Exception as e:\r\n\targ1 = None\r\n\targ2 = None\r\n\txbmc.log(\"Error parsing arguments: {}\".format(e), level=xbmc.LOGERROR)\r\n\r\ntoggle_setting(arg1)\r\ntoggle_setting(arg2)\r\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Not Used/Toggle LoginFade.py",
    "content": "# -*- coding: utf-8 -*-\nimport os\nimport fileinput\nimport xbmc\n\nPROFILES_DIRECTORY = 'Q:/system/userdata/profiles'\nSETTING = xbmc.getInfoLabel('Skin.HasSetting(loginfade)')\nGUI_SETTINGS_FILENAME = 'guisettings.xml'\nPROFILE_SETTING_TAG = '<setting type=\"bool\" name=\"Profile.loginfade\">'\n\ndef modify_guisettings(profile_path):\n\tvalue = \"true\"\n\tif not SETTING:\n\t\tvalue = \"false\"\n\t\n\tguisettings = os.path.join(profile_path, GUI_SETTINGS_FILENAME)\n\t\n\tif os.path.isfile(guisettings):\n\t\ttry:\n\t\t\tfound_line = False\n\t\t\tfor line in fileinput.input(guisettings, inplace=True):\n\t\t\t\tif PROFILE_SETTING_TAG in line:\n\t\t\t\t\tline = '        <setting type=\"bool\" name=\"Profile.loginfade\">{}</setting>\\n'.format(value)\n\t\t\t\t\tfound_line = True\n\t\t\t\tprint line,\n\t\t\t\n\t\t\tif not found_line:\n\t\t\t\twith open(guisettings, 'r') as f:\n\t\t\t\t\tmodified = f.read().replace('</skinsettings>', '        <setting type=\"bool\" name=\"Profile.loginfade\">{}</setting>\\n</skinsettings>'.format(value))\n\t\t\t\t\n\t\t\t\twith open(guisettings, 'w') as f:\n\t\t\t\t\tf.write(modified)\n\t\texcept IOError as error:\n\t\t\tprint \"Error modifying guisettings.xml:\", error\n\telse:\n\t\tprint \"Error: guisettings.xml not found in\", profile_path\n\ndef main():\n\tfor profile in os.listdir(PROFILES_DIRECTORY):\n\t\tprofile_path = os.path.join(PROFILES_DIRECTORY, profile)\n\t\tmodify_guisettings(profile_path)\n\txbmc.executebuiltin('ReloadSkin')\n\nif __name__ == \"__main__\":\n\tmain()"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Not Used/Toggle PlayNavSounds.py",
    "content": "from sys import argv\nfrom xbmc import enableNavSounds, executebuiltin, getLocalizedString\n\nARG = argv[1]\nNAV_SOUND_MODE_OFF = 1223\nNAV_SOUND_MODE_ON = 305\nNAV_SOUND_MODE_ON_PLAYBACK = 21370\n\ndef set_nav_sound_mode(localized_string):\n\texecutebuiltin('Skin.SetString(NavSoundMode,{})'.format(localized_string))\n\tenableNavSounds(1)\n\nif ARG == \"1\":\n\texecutebuiltin('Skin.SetString(NavSoundMode,{})'.format(getLocalizedString(NAV_SOUND_MODE_OFF)))\n\tenableNavSounds(0)\nelif ARG == \"2\":\n\tset_nav_sound_mode(getLocalizedString(NAV_SOUND_MODE_ON))\n\texecutebuiltin('SetSetting(lookandfeel.soundsduringplayback,False)')\nelif ARG == \"3\":\n\tset_nav_sound_mode(\"{} + {}\".format(getLocalizedString(NAV_SOUND_MODE_ON), getLocalizedString(NAV_SOUND_MODE_ON_PLAYBACK)))\n\texecutebuiltin('SetSetting(lookandfeel.soundsduringplayback,True)')\nelse:\n\tset_nav_sound_mode(getLocalizedString(NAV_SOUND_MODE_ON))\n\texecutebuiltin('SetSetting(lookandfeel.soundsduringplayback,False)')"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Parse Programs DB.py",
    "content": "# -*- coding: utf-8 -*- \n'''\n\tScript by Rocky5\n\tUsed to create items for the home screen\n\tConcept by Dom DXecutioner (Origins)\n\t\n\tFeatures:\n\t\t1. Random items pulled from your DB, if none of the XBMC4Gamers stuff is found it will use cached thumbs\n\t\t2. Last played items, this will display the last 10 items you have run.\n\t\t3. Refresh custom entries after being selected and home screen is returned to.\n\t\t4. 10 Recent items using the Y button when in the programs window.\n\t\n'''\nfrom os.path import isdir, dirname, isfile, join\nfrom sys import argv\nfrom xbmc import executebuiltin, executehttpapi, getCacheThumbName, getCondVisibility, getInfoLabel, translatePath\nfrom xbmcgui import Dialog, getCurrentWindowId, Window\nimport sqlite3\nimport time\nimport xml.etree.ElementTree as ET\n\ndialog = Dialog()\nmyprograms6_db\t= translatePath(\"special://profile/database/MyPrograms6.db\")\ntheme_override\t= translatePath(\"special://skin/xml/Includes_Theme_Override.xml\")\nforce64mbassets\t= executehttpapi('GetGUISetting(1;mygames.games128mbartwork)')\nusecachedthumbs\t= getInfoLabel(\"Skin.HasSetting(UseCachedThumbs)\")\nuse128mbassets\t= getInfoLabel(\"System.memory(total)\")\nnoblurredfanart\t= getInfoLabel(\"Skin.HasSetting(UseNoBlurredFanart)\")\n\nclass PopulateHome:\n\thomewindow = Window(10000)\n\tprogramswindow = Window(10001)\n\n\tdef __init__(self):\n\n\t\targ = argv[1] if len(argv) > 1 else \"refresh_randoms\"\n\t\t\t\n\t\t# Default search parameters\n\t\tsearches = {\n\t\t\t\"games\": \"Games\",\n\t\t\t\"brews\": \"Homebrew,Ports\",\n\t\t\t\"emus\": \"Emulators,Emus\",\n\t\t\t\"apps\": \"Applications,Apps\",\n\t\t\t\"custom1\": getInfoLabel(\"Skin.String(CustomHomeButton1Search)\") or getInfoLabel(\"Skin.String(CustomHomeButton1Name)\"),\n\t\t\t\"custom2\": getInfoLabel(\"Skin.String(CustomHomeButton2Search)\") or getInfoLabel(\"Skin.String(CustomHomeButton2Name)\"),\n\t\t\t\"custom3\": getInfoLabel(\"Skin.String(CustomHomeButton3Search)\") or getInfoLabel(\"Skin.String(CustomHomeButton3Name)\"),\n\t\t\t\"custom4\": getInfoLabel(\"Skin.String(CustomHomeButton4Search)\") or getInfoLabel(\"Skin.String(CustomHomeButton4Name)\")\n\t\t}\n\t\tenabled = {\n\t\t\t\"games\": not getInfoLabel(\"Skin.HasSetting(DisableHome1)\"),\n\t\t\t\"brews\": not getInfoLabel(\"Skin.HasSetting(DisableHome2)\"),\n\t\t\t\"emus\": not getInfoLabel(\"Skin.HasSetting(DisableHome3)\"),\n\t\t\t\"apps\": not getInfoLabel(\"Skin.HasSetting(DisableHome4)\"),\n\t\t\t\"custom1\": getInfoLabel(\"Skin.HasSetting(CustomHomeButton1Enabled)\"),\n\t\t\t\"custom2\": getInfoLabel(\"Skin.HasSetting(CustomHomeButton2Enabled)\"),\n\t\t\t\"custom3\": getInfoLabel(\"Skin.HasSetting(CustomHomeButton3Enabled)\"),\n\t\t\t\"custom4\": getInfoLabel(\"Skin.HasSetting(CustomHomeButton4Enabled)\")\n\t\t}\n\t\t\n\t\tself.source_focus = self.get_source_focus()\n\t\tself.lastplayed_total, self.randoms_total = self.ParseOverride(theme_override)\n\t\tself.load_database()\n\n\t\ttry:\n\t\t\tif arg == \"refresh_home_gotohome\":\n\t\t\t\tself.populate_lastplayed(enabled, searches)\n\t\t\t\tself.populate_randoms(enabled, searches)\n\t\t\t\tself.populate_recents()\n\t\t\t\tself.Check_For_HomeWindow()\n\t\t\t\n\t\t\tif arg == \"refresh_home\":\n\t\t\t\tself.populate_lastplayed(enabled, searches)\n\t\t\t\tself.populate_randoms(enabled, searches)\n\t\t\t\tself.populate_recents()\n\t\t\t\n\t\t\tif arg == \"refresh_media\":\n\t\t\t\tself.refresh_media_played(enabled, searches)\n\t\t\t\n\t\t\tif arg == \"refresh_randoms\":\n\t\t\t\tself.populate_randoms(enabled, searches)\n\t\t\t\n\t\t\tif arg == \"refresh_recents\":\n\t\t\t\tself.populate_recents()\n\t\t\t\tself.Load_ProgramsWindow()\n\t\texcept Exception as error:\n\t\t\tprint error\n\t\t\texecutebuiltin(\"Dialog.Close(1100)\")\n\t\t\texecutebuiltin(\"ActivateWindow(Programs)\")\n\t\t\tDialog().ok(\"Parsing MyPrograms6.db Error\",\n'''Navigate to:\n\"Settings > XBMC4Xbox Setting > Debug > View Log Files\"\n\nSend me a picture of the last few lines of the latest log file.''')\n\n\tdef get_source_focus(self):\n\t\tfor control_id in range(100, 109):\n\t\t\tif getCondVisibility('ControlGroup(1).HasFocus({})'.format(control_id)):\n\t\t\t\treturn control_id\n\t\treturn 0\n\n\tdef load_database(self):\n\t\tself.conn = sqlite3.connect(myprograms6_db)\n\t\tself.conn.row_factory = sqlite3.Row\n\n\tdef populate_randoms(self, enabled, searches):\n\t\tif enabled[\"games\"] and (self.source_focus == 100 or self.source_focus == 0):\n\t\t\tself.Random(\"RandomGames,\" + searches[\"games\"])\n\t\tif enabled[\"brews\"] and (self.source_focus == 101 or self.source_focus == 0):\n\t\t\tself.Random(\"RandomBrews,\" + searches[\"brews\"])\n\t\tif enabled[\"emus\"] and (self.source_focus == 102 or self.source_focus == 0):\n\t\t\tself.Random(\"RandomEmus,\" + searches[\"emus\"])\n\t\tif enabled[\"apps\"] and (self.source_focus == 103 or self.source_focus == 0):\n\t\t\tself.Random(\"RandomApps,\" + searches[\"apps\"])\n\t\tif enabled[\"custom1\"] and searches[\"custom1\"] and (self.source_focus == 104 or self.source_focus == 0):\n\t\t\tself.Random(\"RandomCustom1,\" + searches[\"custom1\"])\n\t\tif enabled[\"custom2\"] and searches[\"custom2\"] and (self.source_focus == 105 or self.source_focus == 0):\n\t\t\tself.Random(\"RandomCustom2,\" + searches[\"custom2\"])\n\t\tif enabled[\"custom3\"] and searches[\"custom3\"] and (self.source_focus == 106 or self.source_focus == 0):\n\t\t\tself.Random(\"RandomCustom3,\" + searches[\"custom3\"])\n\t\tif enabled[\"custom4\"] and searches[\"custom4\"] and (self.source_focus == 107 or self.source_focus == 0):\n\t\t\tself.Random(\"RandomCustom4,\" + searches[\"custom4\"])\n\n\tdef populate_lastplayed(self, enabled, searches):\n\t\tif enabled[\"games\"]:\n\t\t\tself.LastPlayed(\"LastPlayedGames,\" + searches[\"games\"])\n\t\tif enabled[\"brews\"]:\n\t\t\tself.LastPlayed(\"LastPlayedBrews,\" + searches[\"brews\"])\n\t\tif enabled[\"emus\"]:\n\t\t\tself.LastPlayed(\"LastPlayedEmus,\" + searches[\"emus\"])\n\t\tif enabled[\"apps\"]:\n\t\t\tself.LastPlayed(\"LastPlayedApps,\" + searches[\"apps\"])\n\t\tif enabled[\"custom1\"] and searches[\"custom1\"]:\n\t\t\tself.LastPlayed(\"LastPlayedCustom1,\" + searches[\"custom1\"])\n\t\tif enabled[\"custom2\"] and searches[\"custom2\"]:\n\t\t\tself.LastPlayed(\"LastPlayedCustom2,\" + searches[\"custom2\"])\n\t\tif enabled[\"custom3\"] and searches[\"custom3\"]:\n\t\t\tself.LastPlayed(\"LastPlayedCustom3,\" + searches[\"custom3\"])\n\t\tif enabled[\"custom4\"] and searches[\"custom4\"]:\n\t\t\tself.LastPlayed(\"LastPlayedCustom4,\" + searches[\"custom4\"])\n\n\tdef populate_recents(self):\n\t\tself.RecentPlayed(\"RecentPlayed\")\n\n\tdef refresh_media_played(self, enabled, searches):\n\t\tif enabled[\"custom1\"] and searches[\"custom1\"] and self.source_focus == 104:\n\t\t\tself.LastPlayed(\"LastPlayedCustom1,\" + searches[\"custom1\"])\n\t\tif enabled[\"custom2\"] and searches[\"custom2\"] and self.source_focus == 105:\n\t\t\tself.LastPlayed(\"LastPlayedCustom2,\" + searches[\"custom2\"])\n\t\tif enabled[\"custom3\"] and searches[\"custom3\"] and self.source_focus == 106:\n\t\t\tself.LastPlayed(\"LastPlayedCustom3,\" + searches[\"custom3\"])\n\t\tif enabled[\"custom4\"] and searches[\"custom4\"] and self.source_focus == 107:\n\t\t\tself.LastPlayed(\"LastPlayedCustom4,\" + searches[\"custom4\"])\n\n\tdef Check_For_HomeWindow( self ):\n\t\tif getCurrentWindowId() != 10000:\n\t\t\texecutebuiltin('ActivateWindow(Home)')\n\n\tdef Load_ProgramsWindow( self ):\n\t\texecutebuiltin('ActivateWindow(Programs,{})'.format(getInfoLabel(\"Skin.String(HomeWindow)\")))\n\n\tdef Random(self, var):\n\t\tincrement = 0\n\t\tpropertyvalue = var.split(',')[0]\n\t\texecutebuiltin(\"Skin.Reset(\" + propertyvalue + \")\")\n\n\t\tsearch_params = var.split(',')[1:]\n\n\t\tfor i in range(len(search_params)):\n\t\t\tif \":\\\\\" not in search_params[i]:\n\t\t\t\tsearch_params[i] = \"%\\\\{}\".format(search_params[i])\n\n\t\tfound_fields = set()\n\t\tvalid_fields = []\n\t\tquery_limit = 200\n\n\t\twhile increment < self.randoms_total and len(valid_fields) < self.randoms_total:\n\t\t\tparams = 'SELECT * FROM files WHERE ' + ' OR '.join(['LOWER(strFileName) LIKE LOWER(\"{}\\\\%\")'.format(param) for param in search_params if param])\n\t\t\tparams += ' ORDER BY RANDOM() LIMIT {}'.format(query_limit)\n\n\t\t\tresults = self.ParseDB(self.conn, params)\n\n\t\t\tfor field in results:\n\t\t\t\tif isfile(field['strFileName']) and field['strFileName'] not in found_fields:\n\t\t\t\t\tvalid_fields.append(field)\n\t\t\t\t\tfound_fields.add(field['strFileName'])\n\t\t\t\t\tincrement += 1\n\t\t\t\t\tif increment >= self.randoms_total:\n\t\t\t\t\t\tbreak\n\n\t\t\tif len(results) < query_limit:\n\t\t\t\tbreak\n\n\t\tfor index, field in enumerate(valid_fields[:self.randoms_total]):\n\t\t\tartwork = self.Artwork(field)\n\t\t\tif artwork[0] != \"\":\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.Poster' % (index + 1), artwork[0])\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.PosterThumb' % (index + 1), artwork[1])\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.FanartThumb' % (index + 1), artwork[2])\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.Fanart' % (index + 1), artwork[3])\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.LargePoster' % (index + 1), artwork[4])\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.Title' % (index + 1), field['altname'] if 'altname' in field.keys() and field['altname'].strip() else field['xbedescription'])\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.XBEPath' % (index + 1), \"RunXBE({},{})\".format(field['strFileName'], field['iRegion'] if 'iRegion' in field.keys() and field['iRegion'] != -1 else 0))\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.Rating' % (index + 1), field['rating'])\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.ExtraInfo' % (index + 1), self.ExtraInfo(field))\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.Synopsis' % (index + 1), truncate_with_ellipsis(field['synopsis'], 265))\n\n\t\tif increment > 0:\n\t\t\texecutebuiltin(\"Skin.SetBool(\" + propertyvalue + \")\")\n\n\tdef LastPlayed(self, var):\n\t\tdatesfound = []\n\t\tincrement = 0\n\t\tpropertyvalue = var.split(',')[0]\n\t\texecutebuiltin(\"Skin.Reset(\" + propertyvalue + \")\")\n\n\t\tfor i in range(self.lastplayed_total):\n\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.Title' % (i + 1), '')\n\n\t\tsearch_params = var.split(',')[1:]\n\n\t\tfor i in range(len(search_params)):\n\t\t\tif \":\\\\\" not in search_params[i]:\n\t\t\t\tsearch_params[i] = \"%\\\\{}\".format(search_params[i])\n\n\t\tparams = 'SELECT DISTINCT last_played FROM files WHERE ' + ' OR '.join(['LOWER(strFileName) LIKE LOWER(\"{}\\\\%\")'.format(param) for param in search_params if param])\n\t\tparams += ' ORDER BY last_played DESC LIMIT {}'.format(self.lastplayed_total)\n\n\t\tresults = self.ParseDB(self.conn, params)\n\t\tdatesfound = [field['last_played'] for field in results if field['last_played'] != \"\"]\n\n\t\tfound_fields = set()\n\t\tvalid_fields = []\n\n\t\tfor date in datesfound:\n\t\t\tif increment >= self.lastplayed_total and len(valid_fields) >= self.lastplayed_total:\n\t\t\t\tbreak\n\t\t\tfile_query = 'SELECT * FROM files WHERE last_played LIKE \"%{}%\"'.format(date)\n\t\t\tfile_results = self.ParseDB(self.conn, file_query)\n\n\t\t\tfor field in file_results:\n\t\t\t\tif isfile(field['strFileName']) and field['strFileName'] not in found_fields:\n\t\t\t\t\tvalid_fields.append(field)\n\t\t\t\t\tfound_fields.add(field['strFileName'])\n\t\t\t\t\tincrement += 1\n\t\t\t\t\tif increment >= self.lastplayed_total:\n\t\t\t\t\t\tbreak\n\n\t\tfor index, field in enumerate(valid_fields[:self.lastplayed_total]):\n\t\t\tartwork = self.Artwork(field)\n\t\t\tif artwork[0] != \"\":\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.Poster' % (index + 1), artwork[0])\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.PosterThumb' % (index + 1), artwork[1])\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.FanartThumb' % (index + 1), artwork[2])\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.Fanart' % (index + 1), artwork[3])\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.LargePoster' % (index + 1), artwork[4])\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.Title' % (index + 1), field['altname'] if 'altname' in field.keys() and field['altname'].strip() else field['xbedescription'])\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.XBEPath' % (index + 1), \"RunXBE({},{})\".format(field['strFileName'], field['iRegion'] if 'iRegion' in field.keys() and field['iRegion'] != -1 else 0))\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.Rating' % (index + 1), field['rating'])\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.ExtraInfo' % (index + 1), self.ExtraInfo(field))\n\t\t\t\tself.homewindow.setProperty(propertyvalue + '.%d.Synopsis' % (index + 1), truncate_with_ellipsis(field['synopsis'], 365))\n\n\t\tif increment > 0:\n\t\t\texecutebuiltin(\"Skin.SetBool(\" + propertyvalue + \")\")\n\n\tdef RecentPlayed(self, propertyvalue):\n\t\tdatesfound = []\n\t\tincrement = 0\n\t\ttotal_limit = 10\n\t\texclude_patterns = ['4C464456'] # 4C464456 (VDFL) int 1279673430\n\t\t\n\t\tfor i in range(total_limit):\n\t\t\tself.programswindow.setProperty(propertyvalue + '.%d.Title' % (i + 1), '')\n\n\t\tparams = 'SELECT DISTINCT last_played FROM files ORDER BY last_played DESC'\n\t\tresults = self.ParseDB(self.conn, params)\n\t\tdatesfound = [field['last_played'] for field in results if field['last_played'] != \"\"]\n\n\t\tfound_fields = set()\n\t\tvalid_fields = []\n\n\t\tfor date in datesfound:\n\t\t\tfile_query = 'SELECT * FROM files WHERE last_played LIKE \"%{}%\"'.format(date)\n\t\t\tfile_results = self.ParseDB(self.conn, file_query)\n\n\t\t\tfor field in file_results:\n\t\t\t\ttitleid_str = \"%08X\" % field['titleid']\n\t\t\t\tif (isfile(field['strFileName']) and field['strFileName'] not in found_fields and titleid_str not in exclude_patterns):\n\t\t\t\t\tvalid_fields.append(field)\n\t\t\t\t\tfound_fields.add(field['strFileName'])\n\t\t\t\t\tincrement += 1\n\t\t\t\t\tif increment >= total_limit:\n\t\t\t\t\t\tbreak\n\n\t\t\tif len(valid_fields) >= total_limit:\n\t\t\t\tbreak\n\n\t\tfor index, field in enumerate(valid_fields[:total_limit]):\n\t\t\tartwork = self.Artwork(field)\n\t\t\tif artwork[0] != \"\":\n\t\t\t\tself.programswindow.setProperty(propertyvalue + '.%d.Poster' % (index + 1), artwork[0])\n\t\t\t\tself.programswindow.setProperty(propertyvalue + '.%d.Title' % (index + 1), field['altname'] if 'altname' in field.keys() and field['altname'].strip() else field['xbedescription'])\n\t\t\t\tself.programswindow.setProperty(propertyvalue + '.%d.XBEPath' % (index + 1), \"RunXBE({},{})\".format(field['strFileName'], field['iRegion'] if 'iRegion' in field.keys() and field['iRegion'] != -1 else 0))\n\n\tdef Artwork(self, var):\n\t\tfield_xbe_path = var['strFileName']\n\t\tfield_resources_path = var['resources']\n\t\tartwork_files = {\n\t\t\t\"fanart_thumb\": join(field_resources_path, \"artwork/fanart_thumb.jpg\"),\n\t\t\t\"fanart_blur\": join(field_resources_path, \"artwork/fanart-blur.jpg\"),\n\t\t\t\"synopsis\": join(field_resources_path, \"artwork/synopsis.jpg\"),\n\t\t\t\"poster\": join(field_resources_path, \"artwork/poster.jpg\"),\n\t\t\t\"thumb\": join(field_resources_path, \"artwork/thumb.jpg\"),\n\t\t\t\"fanart\": join(field_resources_path, \"artwork/fanart.jpg\")\n\t\t}\n\t\tfile_exists = {key: isfile(path) for key, path in artwork_files.items()}\n\t\t\n\t\tthumbcache = getCacheThumbName(field_xbe_path)\n\t\tcachedthumb = 'Special://profile/Thumbnails/Programs/{}/{}'.format(thumbcache[0], thumbcache)\n\n\t\tif noblurredfanart:\n\t\t\tartwork_files[\"fanart_blur\"] = artwork_files[\"fanart\"]\n\t\t\n\t\tif usecachedthumbs and not isfile(cachedthumb):\n\t\t\texecutebuiltin('CacheThumbnail(\"{}\", \"{}\")'.format(artwork_files[\"poster\"], cachedthumb))\n\t\t\tposter = cachedthumb\n\t\telse:\n\t\t\tposter = artwork_files[\"synopsis\"] if not \"64\" in use128mbassets and \"True\" in force64mbassets else artwork_files[\"poster\"]\n\t\t\tposter = poster if file_exists.get(poster) else cachedthumb if not file_exists[\"poster\"] else artwork_files[\"poster\"]\n\n\t\tposterthumb = artwork_files[\"thumb\"] if file_exists[\"thumb\"] else poster\n\t\tfanartthumb = artwork_files[\"fanart_thumb\"] if file_exists[\"fanart_thumb\"] else poster\n\t\tfanart = artwork_files[\"fanart_blur\"] if file_exists[\"fanart_blur\"] else join(dirname(field_xbe_path), 'fanart.jpg')\n\t\tfanart = fanart if isfile(fanart) else \"no_fanart.jpg\"\n\t\tlargeposter = artwork_files[\"synopsis\"] if file_exists[\"synopsis\"] else poster\n\n\t\treturn poster, posterthumb, fanartthumb, fanart, largeposter\n\n\tdef ExtraInfo(self, var):\n\t\tparts = [var['features_online'], var['release_date'], var['esrb_descriptors']]\n\t\tinfo = \"  \".join(filter(None, parts))\n\t\treturn info\n\n\tdef ParseDB(self, conn, var):\n\t\tconn.text_factory = str\n\t\tcur = conn.cursor()\n\t\tcur.execute(var)\n\t\tresults = cur.fetchall()\n\t\tcur.close()\n\t\treturn results\n\n\tdef ParseOverride(self, var):\n\t\tself.lastplayed_total = 10\n\t\tself.randoms_total = 10\n\t\t\n\t\tif isfile(var):\n\t\t\telements = ET.parse(var).getroot().iter()\n\t\t\tfor lines_checked, element in enumerate(elements, start=1):\n\t\t\t\tif element.tag.lower() == 'parse_lastplayed_total' and element.text:\n\t\t\t\t\tself.lastplayed_total = int(element.text)\n\t\t\t\telif element.tag.lower() == 'parse_randoms_total' and element.text:\n\t\t\t\t\tself.randoms_total = int(element.text)\n\t\t\t\tif self.lastplayed_total != 10 and self.randoms_total != 10:\n\t\t\t\t\tbreak\n\t\t\t\tif lines_checked >= 20:\n\t\t\t\t\tbreak\n\t\t\t\t\t\n\t\treturn self.lastplayed_total, self.randoms_total\n\ndef truncate_with_ellipsis(text, max_length):\n\ttext = ' '.join(text.split()).strip()\n\tif len(text) <= max_length:\n\t\treturn text\n\telse:\n\t\tlast_space_index = text.rfind(' ', 0, max_length)\n\t\tif last_space_index == -1:\n\t\t\treturn text[:max_length]\n\t\telse:\n\t\t\treturn text[:last_space_index] + \"...\"\n\nif __name__ == \"__main__\":\n\tif isfile(myprograms6_db):\n\t\tprint \"Loaded Parse Programs DB.py\"\n\t\tstart_time = time.time()\n\t\t\n\t\ttry:\n\t\t\tPopulateHome()\n\t\t\texecutebuiltin(\"Dialog.Close(1100)\")\n\t\tfinally:\n\t\t\tif 'conn' in locals():\n\t\t\t\tconn.close()\n\t\t\n\t\tprint \"Unloaded Parse Programs DB.py - took {} seconds to complete\".format(int(round(time.time() - start_time)))\n\telse:\n\t\texecutebuiltin(\"ActivateWindow(Programs)\")"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Parse Sources.py",
    "content": "# -*- coding: utf-8 -*-\nfrom sys import argv\nfrom xbmc import executebuiltin, log, LOGERROR\nfrom xbmcgui import Dialog\nimport xml.etree.cElementTree as etree\n\nSOURCES_XML_PATH = \"P:/Sources.xml\"\n\ndef parse_sources(sources_xml):\n\ttry:\n\t\ttree = etree.parse(sources_xml)\n\t\troot = tree.getroot()\n\t\tnames = [name.find('name').text for name in root.findall('.//programs/source/[name]')]\n\t\treturn names\n\texcept Exception as error:\n\t\tlog(\"Failed to parse sources XML: {}\".format(error), LOGERROR)\n\t\treturn []\n\ndef main():\n\tprint \"Parse Sources.py\"\n\tif len(argv) < 2:\n\t\tlog(\"Argument missing: The script requires one argument.\", LOGERROR)\n\t\treturn\n\n\targ = argv[1]\n\tnames = parse_sources(SOURCES_XML_PATH)\n\n\tif names:\n\t\tchoice = Dialog().select('Select Source', names, 10000)\n\t\tif choice != -1:\n\t\t\texecutebuiltin(\"Skin.SetString({}, {})\".format(arg, names[choice]))\n\t\telse:\n\t\t\texecutebuiltin(\"Skin.Reset({})\".format(arg))\n\telse:\n\t\tlog(\"No sources found in the XML.\", LOGERROR)\n\nif __name__ == \"__main__\":\n\t# Close the script loading dialog\n\texecutebuiltin('Dialog.Close(1100,true)')\n\tmain()"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Random Select.py",
    "content": "import xbmc\nimport xbmcgui\n\ndef wait_for_window_ready():\n\twhile True:\n\t\tcurrent_window_id = xbmcgui.getCurrentWindowId()\n\t\tif current_window_id not in [10101, 10138]:\n\t\t\tbreak\n\nif __name__ == \"__main__\":\n\t# if xbmc.getInfoLabel('Skin.HasSetting(Random_Game)') and xbmc.getInfoLabel('Skin.HasSetting(run_random_script)'):\n\twait_for_window_ready()\n\txbmc.executebuiltin('RandomSelect()')\n\txbmc.executebuiltin('Skin.SetBool(run_random_script,false)')\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Screenshot.py",
    "content": "from datetime import datetime\nfrom os.path import exists, join\nfrom os import makedirs\nfrom xbmc import executebuiltin, executehttpapi, getInfoLabel\nimport xbmcgui\n\nfolder = 'Q:/system/screenshots/'\nfilename = 'Screenshot-{}.png'.format(datetime.now().strftime(\"%Y-%m-%d--%H-%M-%S\"))\n\nflash = 1\nrotate = 0\nwidth = getInfoLabel('System.ScreenWidth')\nheight = getInfoLabel('System.ScreenHeight')\nquality = 100\n\nif not exists(folder):\n\tmakedirs(folder)\n\nexecutehttpapi('TakeScreenshot({}, {}, {}, {}, {}, {})'.format(join(folder, filename), flash, rotate, width, height, quality))\n\nexecutebuiltin('Notification(Screenshot Saved, {})'.format(filename))"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Splash Selector.py",
    "content": "# -*- coding: utf-8 -*-\nfrom glob import glob\nfrom os.path import basename, isfile, join\nfrom os import remove\nfrom shutil import copyfile\nfrom xbmc import executebuiltin, getLocalizedString, translatePath\nfrom xbmcgui import Dialog\n\nFILE_OUT = 'Q:/custom_splash.png'\nSPLASH_PATH = translatePath('Special://skin/extras/themes/splashes/')\nSELECT_IMAGE_PROMPT = 'Select your image'\nOVERRIDE_SPLASH_PROMPT = 'Select Override Splash'\nREMOVE_CUSTOM_SPLASH = 'Remove custom splash'\nSELECT_IMAGE_FILE = 'Select image file'\n\ndef main():\n\tdialog = Dialog()\n\t\n\texecutebuiltin('Skin.SetBool(SelectPreviewMode)')\n\texecutebuiltin('Skin.SetBool(SelectSplash)')\n\n\tfilter_xpr = sorted([x.lower() for x in glob(translatePath('Special://skin/media/*.xpr'))])\n\tfilter_xpr = [SELECT_IMAGE_FILE] + filter_xpr\n\n\tif isfile(FILE_OUT):\n\t\tfilter_xpr = [REMOVE_CUSTOM_SPLASH] + filter_xpr\n\n\tfilter_xpr = [basename(x).replace(\".xpr\", \"\").upper() for x in filter_xpr]\n\tfilter_xpr.remove('TEXTURES')\n\n\ttheme_folder = dialog.select(OVERRIDE_SPLASH_PROMPT, filter_xpr, 10000)\n\n\tif theme_folder == -1:\n\t\treturn\n\n\tselected_theme = filter_xpr[theme_folder]\n\tfile_in = join(SPLASH_PATH, selected_theme + '.png')\n\tthumb_in = join(SPLASH_PATH, 'thumbs', selected_theme + '.jpg')\n\tthumb_out = join(SPLASH_PATH, 'thumbs', REMOVE_CUSTOM_SPLASH + '.jpg')\n\n\tif selected_theme.lower() == REMOVE_CUSTOM_SPLASH.lower():\n\t\tlabel = \"remove the custom_splash.png file.\"\n\t\tlabel2 = \"\"\n\telse:\n\t\tlabel = \"overwrite the existing custom_splash.png file.\"\n\t\tlabel2 = \" Theme Splash\"\n\n\tif selected_theme.lower() == SELECT_IMAGE_FILE.lower():\n\t\ttheme_image = dialog.browse(2, SELECT_IMAGE_PROMPT, \"files\")\n\t\tthumb_in = theme_image\n\t\tif theme_image:\n\t\t\tcopy_files(theme_image, FILE_OUT, thumb_in, thumb_out, dialog, label)\n\telse:\n\t\tif isfile(FILE_OUT):\n\t\t\tif dialog.yesno(selected_theme + label2, '', \"This will \" + label, '', getLocalizedString(106), getLocalizedString(107)):\n\t\t\t\tif selected_theme.lower() == REMOVE_CUSTOM_SPLASH.lower():\n\t\t\t\t\tremove_files(FILE_OUT, thumb_out)\n\t\t\t\telif isfile(file_in):\n\t\t\t\t\tcopy_files(file_in, FILE_OUT, thumb_in, thumb_out)\n\t\telif isfile(file_in):\n\t\t\tcopy_files(file_in, FILE_OUT, thumb_in, thumb_out)\n\n\texecutebuiltin('Skin.Reset(SelectSplash)')\n\texecutebuiltin('Skin.Reset(SelectPreviewMode)')\n\ndef copy_files(src, dst, thumb_src, thumb_dst, dialog=None, label=None):\n\ttry:\n\t\tif isfile(dst):\n\t\t\tif dialog and label:\n\t\t\t\tif dialog.yesno(basename(src), '', \"This will \" + label, '', getLocalizedString(106), getLocalizedString(107)):\n\t\t\t\t\tcopyfile(src, dst)\n\t\t\t\t\ttry:\n\t\t\t\t\t\tcopyfile(thumb_src, thumb_dst)\n\t\t\t\t\texcept:\n\t\t\t\t\t\tpass\n\t\t\telse:\n\t\t\t\tcopyfile(src, dst)\n\t\t\t\ttry:\n\t\t\t\t\tcopyfile(thumb_src, thumb_dst)\n\t\t\t\texcept:\n\t\t\t\t\tpass\n\t\telse:\n\t\t\tcopyfile(src, dst)\n\t\t\ttry:\n\t\t\t\tcopyfile(thumb_src, thumb_dst)\n\t\t\texcept:\n\t\t\t\tpass\n\texcept Exception as error:\n\t\tprint \"Failed to copy files: {}\".format(error)\n\ndef remove_files(file_out, thumb_out):\n\ttry:\n\t\tremove(file_out)\n\t\ttry:\n\t\t\tremove(thumb_out)\n\t\texcept:\n\t\t\tpass\n\texcept Exception as error:\n\t\tprint \"Failed to remove files: {}\".format(error)\n\nif __name__ == \"__main__\":\n\t# Close the script loading dialog\n\texecutebuiltin('Dialog.Close(1100,true)')\n\tmain()"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Text Reader.py",
    "content": "# -*- coding: utf-8 -*-\n'''\nMode:\n\t0 = change log.\n\t1 = Browse.\n\t2 = View logs.\n'''\nfrom os.path import basename, isdir, isfile, join\nfrom os import listdir\nfrom sys import argv\nfrom xbmc import executebuiltin, log, LOGERROR\nfrom xbmcgui import Dialog\n\nLOG_PATH = 'E:/TDATA/Rocky5 needs these Logs/'\n\ndef view_file(file_path):\n\tif isfile(file_path):\n\t\twith open(file_path, \"rb\") as input_file:\n\t\t\tDialog().textviewer(basename(file_path), input_file.read())\n\telse:\n\t\tDialog().ok(\"Error\", \"Can't find changes.txt\")\n\ndef browse_file():\n\tfile_path = Dialog().browse(1, \"Select file to view\", 'files', '')\n\tif isfile(file_path):\n\t\twith open(file_path, \"rb\") as text_viewer:\n\t\t\tDialog().textviewer(basename(file_path), text_viewer.read())\n\ndef view_logs():\n\tif not isdir(LOG_PATH):\n\t\tDialog().ok(\"ERROR\", \"Log directory does not exist.\")\n\t\treturn\n\n\ttry:\n\t\tselect_root = Dialog().select(\"Select Dashboard\", sorted(listdir(LOG_PATH)), 10000)\n\t\tif select_root == -1:\n\t\t\treturn\n\n\t\tselect_file = join(LOG_PATH, sorted(listdir(LOG_PATH))[select_root])\n\t\tif isdir(select_file) and listdir(select_file):\n\t\t\tselect_root = Dialog().select(\"Select Log File\", sorted(listdir(select_file)), 10000)\n\t\t\tselect_file = join(select_file, sorted(listdir(select_file))[select_root])\n\t\telse:\n\t\t\tDialog().ok(\"ERROR\", \"There are no logs to be viewed.\", \"\", \"This is a good thing.\")\n\t\t\treturn\n\n\t\tif select_root == -1 or select_file == -1:\n\t\t\treturn\n\n\t\tif isfile(select_file):\n\t\t\twith open(select_file, \"rb\") as text_viewer:\n\t\t\t\tDialog().textviewer(basename(select_file), text_viewer.read())\n\texcept Exception as error:\n\t\tlog(\"Failed to view logs: {}\".format(error), LOGERROR)\n\ndef main():\n\t# Close the script loading dialog\n\texecutebuiltin('Dialog.Close(1100,false)')\n\tmode = argv[1]\n\tfile_path = argv[2] if len(argv) > 2 else \"\"\n\n\tif mode == '0':\n\t\tview_file(file_path)\n\telif mode == '1':\n\t\tbrowse_file()\n\telif mode == '2':\n\t\tview_logs()\n\telse:\n\t\tDialog().ok(\"Error\", \"Invalid mode specified.\")\n\nif __name__ == \"__main__\":\n\tmain()"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Toggle RSS.py",
    "content": "import xbmc\nif xbmc.getCondVisibility('system.getbool(lookandfeel.enablerssfeeds)'):\n\txbmc.executehttpapi('SetGUISetting(1;lookandfeel.enablerssfeeds;False)')\nelse:\n\txbmc.executehttpapi('SetGUISetting(1;lookandfeel.enablerssfeeds;True)')"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/Uninstall Theme.py",
    "content": "# -*- coding: utf-8 -*-\nfrom glob import glob\nfrom os.path import basename, isdir, isfile, join\nfrom os import remove\nfrom shutil import rmtree\nimport time\nfrom xbmc import executebuiltin, getCondVisibility, getInfoLabel, getLocalizedString, translatePath\nfrom xbmcgui import Dialog\n\nINCLUDES_CUSTOM_VIEWS_PATH = translatePath('Special://skin/xml/Includes_Custom_Views.xml')\nDEFAULT_FOLDER = translatePath('Special://skin/xml/custom views/_global')\nDEFAULT_PLAYLIST = 'Special://skin/extras/themes/playlists/default.m3u'\nRANDOM_PLAYLIST = 'Special://profile/playlists/music/random.m3u'\n\ndef set_global_views():\n\ttry:\n\t\twith open(INCLUDES_CUSTOM_VIEWS_PATH, 'w') as custom_xml:\n\t\t\tcustom_xml.write('<includes>\\n\\t<include name=\"Custom Views\">\\n')\n\t\t\tfor ID in range(80, 90):\n\t\t\t\texecutebuiltin('Skin.Reset(CustomViewtype_id_{})'.format(ID))\n\t\t\t\texecutebuiltin('Skin.Reset(CustomViewtype_id_{}_JPG)'.format(ID))\n\t\t\t\txml_file = join(DEFAULT_FOLDER, \"CustomViewtype_id_{}.xml\".format(ID))\n\t\t\t\tjpg_file = join(DEFAULT_FOLDER, \"CustomViewtype_id_{}.jpg\".format(ID))\n\t\t\t\tif isfile(xml_file) and isfile(jpg_file):\n\t\t\t\t\texecutebuiltin('Skin.SetBool(CustomViewtype_id_{})'.format(ID))\n\t\t\t\t\tprint \"Added custom _global view ID: {}\".format(ID)\n\t\t\t\t\tcustom_xml.write('\\t\\t<include file=\"custom views\\\\_global\\\\CustomViewtype_id_{}.xml\" condition=\"Skin.HasSetting(CustomViewtype_id_{})\">custom_id_{}</include>\\n'.format(ID, ID, ID))\n\t\t\tcustom_xml.write('\\t</include>\\n</includes>')\n\texcept Exception as error:\n\t\tprint 'Error in \"Check for custom _global views\": {}'.format(error)\n\ndef set_default_playlist():\n\ttry:\n\t\tif isfile(translatePath(DEFAULT_PLAYLIST)):\n\t\t\texecutebuiltin('Skin.SetString(Startup_Playback_Path,{})'.format(DEFAULT_PLAYLIST))\n\t\telif isfile(translatePath(RANDOM_PLAYLIST)):\n\t\t\texecutebuiltin('Skin.SetString(Startup_Playback_Path,{})'.format(RANDOM_PLAYLIST))\n\t\telse:\n\t\t\texecutebuiltin('Skin.Reset(Startup_Playback_Path)')\n\texcept Exception as error:\n\t\tprint 'Error in \"Set default playlist\": {}'.format(error)\n\ndef uninstall_theme(theme):\n\tpaths_to_remove = [\n\t\t'Special://skin/colors/{}.xml'.format(theme),\n\t\t'Special://skin/backgrounds/{}'.format(theme),\n\t\t'Special://skin/extras/folder fanart/{}'.format(theme),\n\t\t'Special://skin/extras/themes/playlists/{}.m3u'.format(theme),\n\t\t'Special://skin/extras/themes/playlists/{}'.format(theme),\n\t\t'Special://skin/extras/themes/previews/{}.jpg'.format(theme),\n\t\t'Special://skin/extras/themes/splashes/{}.png'.format(theme),\n\t\t'Special://skin/extras/themes/splashes/thumbs/{}.jpg'.format(theme),\n\t\t'Special://skin/extras/themes/xmls/custom views/{}'.format(theme),\n\t\t'Special://skin/extras/themes/xmls/{}.xml'.format(theme),\n\t\t'Special://skin/extras/themes/xmls/{}_fonts.xml'.format(theme),\n\t\t'Special://skin/extras/themes/scripts/{}'.format(theme),\n\t\t'Special://skin/extras/urldownloader themes/previews/{}.jpg'.format(theme),\n\t\t'Special://skin/extras/urldownloader themes/XML files/{}.xml'.format(theme),\n\t\t'Special://skin/extras/user icons/{}'.format(theme),\n\t\t'Special://skin/sounds/{}'.format(theme),\n\t\t'Special://skin/fonts/{}.ttf'.format(theme),\n\t\t'Special://skin/media/{}.xpr'.format(theme)\n\t]\n\t\n\t# Multiple font check\n\tfont_files = glob(join(translatePath('Special://skin/fonts/'), '{}_*.ttf'.format(theme)))\n\tpaths_to_remove.extend(font_files)\n\t\n\ttry:\n\t\tfor path in [translatePath(path) for path in paths_to_remove]:\n\t\t\tif isfile(path):\n\t\t\t\tremove(path)\n\t\t\telif isdir(path):\n\t\t\t\trmtree(path)\n\texcept OSError as error:\n\t\ttime.sleep(2)\n\t\tuninstall_theme(theme)\n\n\tset_default_playlist()\n\tset_global_views()\n\ndef wait_for_condition(condition_func, timeout=5):\n\tstart_time = time.time()\n\twhile not condition_func() and (time.time() - start_time) < timeout:\n\t\ttime.sleep(0.1)\n\nif __name__ == \"__main__\":\n\texecutebuiltin(\"Skin.SetBool(SelectPreviewMode)\")\n\texecutebuiltin('Dialog.Close(1100,true)')\n\n\txpr_files = glob(translatePath('Special://skin/media/*.xpr'))\n\tif xpr_files:\n\t\tfilter_xpr = sorted([basename(x.lower()) for x in xpr_files])\n\t\tfilter_xpr = [x.lower().replace(\".xpr\", \"\").upper() for x in filter_xpr if x not in [\"textures.xpr\", \"night.xpr\"]]\n\t\ttheme_folder = Dialog().select('Select Theme', filter_xpr, 10000)\n\n\t\tif theme_folder != -1:\n\t\t\ttheme = filter_xpr[theme_folder]\n\t\t\tif Dialog().yesno('Would you like to uninstall', '', theme.upper(), '', getLocalizedString(106), getLocalizedString(107)):\n\t\t\t\tif getCondVisibility('StringCompare(Skin.CurrentTheme,{})'.format(theme)):\n\t\t\t\t\texecutebuiltin('ActivateWindow(1100)')\n\t\t\t\t\tscript_path = translatePath('Special://scripts/XBMC4Gamers/Utilities/Apply Theme.py')\n\t\t\t\t\texecutebuiltin('RunScript({},toggle,default)'.format(script_path))\n\t\t\t\t\twait_for_condition(lambda: getInfoLabel(\"Skin.CurrentTheme\") == \"default\", 120)\n\t\t\t\tuninstall_theme(theme)\n\t\t\t\tDialog().ok('Complete', '', '{} uninstalled.'.format(theme))\n\t\t\telse:\n\t\t\t\texecutebuiltin('ActivateWindow(1100)')\n\t\t\t\ttime.sleep(1)\n\t\t\t\texecutebuiltin('RunScript(Special://scripts/XBMC4Gamers/Utilities/Uninstall Theme.py)')\n\telse:\n\t\tDialog().ok('ERROR', 'You have no themes installed.', 'You can download themes from the built-in downloader.')\n\n\texecutebuiltin(\"Skin.Reset(SelectPreviewMode)\")"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/XML Builder.py",
    "content": "# -*- coding: utf-8 -*- \n'''\n\tScript by Rocky5\n\tUsed to build the MyPrograms.xml and Includes.xml on boot. This saves 2MB of memory instead of using includes.\n\tIDs are grabbed from the xml files, so when making custom views make sure you set the ID correctly.\n\t<visible>Control.IsVisible(ID) + !Control.IsVisible(50) + !Window.IsVisible(134)</visible>\n'''\nfrom os.path import basename, join, isfile\nfrom os import listdir\nfrom re import search\nfrom sys import argv\nimport time\nfrom xbmcgui import getCurrentWindowId, Window\nfrom xbmc import executebuiltin, getCondVisibility, getInfoLabel, translatePath\n\nsys.path.append(translatePath('Special://scripts/XBMC4Gamers/Utilities/libs'))\nfrom custom_views import xml_builder_check_custom_views as check_custom_views\n\nFILE_HEADER_TEMPLATE = '''<window id=\"1\">\n\t<defaultcontrol always=\"true\">50</defaultcontrol>\n\t<allowoverlay>no</allowoverlay>\n\t<onload condition=\"Skin.HasSetting(run_random_script)\">RunScript(Special://scripts/XBMC4Gamers/Utilities/Random Select.py)</onload>\n\t<views>{views}</views>\n\t<controls>\n\t\t<include condition=\"!Skin.HasSetting(kioskmode)\">Kiosk.Mode.Secret.Code</include>\n\t\t<include>Synopsis.Loader</include>\n\t\t<include>Global.Backgrounds</include>\n\t\t<control type=\"group\">\n\t\t\t<visible>!Window.IsActive(1101)</visible>\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"100\" delay=\"400\">hidden</animation>\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"0\" time=\"100\">visible</animation>'''\n\nFILE_FOOTER = '''            <!-- Custom views -->\n\t\t\t<include>Custom Views</include>\n\t\t</control>\n\t\t<include>Window.Footer</include>\n\t\t<include condition=\"Skin.HasSetting(kioskmode)\">View_Options</include>\n\t</controls>\n</window>'''\n\ndef main():\n\targ = int(argv[1]) if len(argv) > 1 else 0\n\tskin = translatePath(\"special://skin\")\n\n\tif getInfoLabel('system.profilename') != \"Add User\":\n\t\tprint \"XML Builder:\"\n\t\tif arg == 2 or getCondVisibility('Window.IsVisible(2999)') or getCondVisibility('Window.IsVisible(1)'):\n\t\t\tview_path = join(skin, 'xml/views/')\n\t\t\tcontrol_views = set()\n\t\t\tcontrol_views.update(build_xml(view_path))\n\t\t\tcustom_view_ids = check_custom_views(getInfoLabel('Skin.CurrentTheme'))\n\t\t\tcontrol_views.update(custom_view_ids)\n\t\t\tfiltered_views = filter_xml_files(view_path, control_views, custom_view_ids)\n\t\t\toutput_path = join(skin, 'xml/MyPrograms.xml')\n\t\t\tbuild_final_xml(view_path, output_path, FILE_HEADER_TEMPLATE, FILE_FOOTER, filtered_views)\n\n\t\tif arg != 2:\n\t\t\tincludes_path = join(skin, 'xml/includes/')\n\t\t\tbuild_includes_xml(includes_path, join(skin, 'xml/Includes.xml'))\n\n\tif arg == 1:\n\t\tprint \"Reloading skin\"\n\t\texecutebuiltin('Reloadskin')\n\ndef filter_xml_files(input_path, enabled_ids, custom_view_ids):\n\tfiltered_views = set(custom_view_ids)\n\t# print \"    Filtering XML files\"\n\tfor xml_file in sorted(listdir(input_path)):\n\t\tif xml_file.endswith('.xml'):\n\t\t\tfor view_id in enabled_ids:\n\t\t\t\tif view_id in xml_file:\n\t\t\t\t\tfiltered_views.add(view_id)\n\t\t\t\t\t# print \"        Keeping View ID: {}\".format(view_id)\n\t\t\t\t\tbreak\n\n\treturn filtered_views\n\ndef build_xml(input_path):\n\tcontrol_views = set()\n\t# print \"    Collecting view control IDs\"\n\tfor xml_file in sorted(listdir(input_path)):\n\t\tif xml_file.endswith('.xml'):\n\t\t\tfile_path = join(input_path, xml_file)\n\t\t\tif isfile(file_path):\n\t\t\t\twith open(file_path, \"r\") as view_file:\n\t\t\t\t\tlines = view_file.readlines()\n\t\t\t\t\tfor line in lines:\n\t\t\t\t\t\tif '<visible>Control.IsVisible(' in line:\n\t\t\t\t\t\t\tmatch = search(r'Control\\.IsVisible\\((.*?)\\)', line)\n\t\t\t\t\t\t\tif match:\n\t\t\t\t\t\t\t\tview_id = match.group(1)\n\t\t\t\t\t\t\t\tif getCondVisibility('Skin.HasSetting(View{}_Disabled)'.format(view_id)) == 0:\n\t\t\t\t\t\t\t\t\tcontrol_views.add(view_id)\n\t\t\t\t\t\t\tbreak\n\t\t\t\t\t# print \"        Found in {}\".format(xml_file)\n\t\n\treturn control_views\n\ndef build_final_xml(input_path, output_path, header, footer, control_views):\n\tprint \"    Building {}\".format(basename(output_path))\n\tfile_contents = []\n\tfor xml_file in sorted(listdir(input_path)):\n\t\tif xml_file.endswith('.xml'):\n\t\t\tif any(view_id in xml_file for view_id in control_views):\n\t\t\t\tfile_path = join(input_path, xml_file)\n\t\t\t\tif isfile(file_path):\n\t\t\t\t\twith open(file_path, \"r\") as view_file:\n\t\t\t\t\t\tlines = view_file.readlines()\n\t\t\t\t\t\tfile_contents.extend(lines)\n\t\t\t\t\t\tfile_contents.append('\\n')\n\t\t\t\t\t\tprint \"        Adding {}\".format(xml_file)\n\n\twith open(output_path, \"w\") as write_file:\n\t\tsorted_views = sorted(control_views, key=lambda x: int(''.join(filter(str.isdigit, x))))\n\t\theader_content = header.format(views=','.join(sorted_views)) + \"\\n\"\n\t\twrite_file.write(header_content)\n\t\twrite_file.write(''.join(file_contents))\n\t\twrite_file.write('\\n' + footer)\n\n\tprint \"    {} built.\".format(basename(output_path))\n\ndef build_includes_xml(includes_path, output_path):\n\tprint \"    Building {}\".format(basename(output_path))\n\twith open(output_path, \"w\") as write_file:\n\t\twrite_file.write('<includes>\\n')\n\t\tfor xml_file in sorted(listdir(includes_path), reverse=True):\n\t\t\tif xml_file.endswith('.xml'):\n\t\t\t\tfile_path = join(includes_path, xml_file)\n\t\t\t\tif isfile(file_path):\n\t\t\t\t\tprint \"        Adding {}\".format(xml_file)\n\t\t\t\t\twith open(file_path, \"r\") as include_file:\n\t\t\t\t\t\twrite_file.write(include_file.read() + \"\\n\")\n\t\twrite_file.write('\\n</includes>')\n\tprint \"    Includes.xml built.\"\n\nif __name__ == \"__main__\":\n\tprint \"Loaded XML Builder.py\"\n\tstart_time = time.time()\n\tmain()\n\tprint \"Unloaded XML Builder.py - took {} seconds to complete\".format(int(round(time.time() - start_time)))\n\t\n\t# For when there is an update\n\tif getCondVisibility('Skin.HasSetting(UpdateDB)') and not getCondVisibility('Skin.HasSetting(AdultProfile)'):\n\t\tWindow(getCurrentWindowId()).setProperty(\"MyScript.ExternalRunning\", \"False\")"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/libs/custom_views.py",
    "content": "import os\nimport xbmc\n\n# Check for custom views and if exist check if we need to rebuild the includes file and reload the skin (startup only)\ndef custom_views_update_programs(ThemeFile):\n\ttry:\n\t\tprograms_xml_path = xbmc.translatePath('Special://skin/xml/MyPrograms.xml')\n\t\tcustom_views_path = xbmc.translatePath('Special://skin/xml/Includes_Custom_Views.xml')\n\t\treloadskin = 0\n\t\texisting_content = \"\"\n\t\texisting_view_ids = set()\n\t\tif os.path.isfile(custom_views_path):\n\t\t\twith open(custom_views_path, 'r') as custom_xml:\n\t\t\t\texisting_content = custom_xml.read()\n\t\twith open(programs_xml_path, 'r') as file:\n\t\t\tlines = file.readlines()\n\t\tviews_line_index = None\n\t\tfor i, line in enumerate(lines):\n\t\t\tif '<views>' in line:\n\t\t\t\tviews_line_index = i\n\t\t\t\texisting_view_ids = set(line.replace('<views>', '').replace('</views>', '').strip().split(','))\n\t\t\t\tbreak\n\t\tnew_view_ids = set()\n\t\tnew_content = '<includes>\\n\\t<include name=\"Custom Views\">\\n'\n\t\tdefault_folder = xbmc.translatePath('Special://skin/xml/custom views/_global')\n\t\ttheme_folder = os.path.join(xbmc.translatePath('Special://skin/xml/custom views'), ThemeFile)\n\t\tfor ID in range(80, 90):\n\t\t\txbmc.executebuiltin('Skin.Reset(CustomViewtype_id_{})'.format(ID))\n\t\t\txbmc.executebuiltin('Skin.Reset(CustomViewtype_id_{}_JPG)'.format(ID))\n\t\t\tdefault_xml_file = os.path.join(default_folder, \"CustomViewtype_id_{}.xml\".format(ID))\n\t\t\tdefault_jpg_file = os.path.join(default_folder, \"CustomViewtype_id_{}.jpg\".format(ID))\n\t\t\ttheme_xml_file = os.path.join(theme_folder, \"CustomViewtype_id_{}.xml\".format(ID))\n\t\t\ttheme_jpg_file = os.path.join(theme_folder, \"CustomViewtype_id_{}.jpg\".format(ID))\n\t\t\tif os.path.isfile(default_xml_file) and os.path.isfile(default_jpg_file) and not os.path.isfile(theme_xml_file) and not os.path.isfile(theme_jpg_file):\n\t\t\t\txbmc.executebuiltin('Skin.SetBool(CustomViewtype_id_{})'.format(ID))\n\t\t\t\txbmc.executebuiltin('Skin.SetString(CustomViewtype_id_{}_JPG, {}\\\\CustomViewtype_id_{}.jpg)'.format(ID, default_folder, ID))\n\t\t\t\tnew_content += '\\t\\t<include file=\"custom views\\\\_global\\\\CustomViewtype_id_{}.xml\" condition=\"Skin.HasSetting(CustomViewtype_id_{})\">custom_id_{}</include>\\n'.format(ID, ID, ID)\n\t\t\t\tnew_view_ids.add(str(ID))\n\t\t\telif os.path.isfile(theme_xml_file) and os.path.isfile(theme_jpg_file):\n\t\t\t\txbmc.executebuiltin('Skin.SetBool(CustomViewtype_id_{})'.format(ID))\n\t\t\t\txbmc.executebuiltin('Skin.SetString(CustomViewtype_id_{}_JPG, {}\\\\CustomViewtype_id_{}.jpg)'.format(ID, theme_folder, ID))\n\t\t\t\tnew_content += '\\t\\t<include file=\"custom views\\\\{}\\\\CustomViewtype_id_{}.xml\" condition=\"Skin.HasSetting(CustomViewtype_id_{})\">custom_id_{}</include>\\n'.format(ThemeFile, ID, ID, ID)\n\t\t\t\tnew_view_ids.add(str(ID))\n\t\t\telse:\n\t\t\t\tif str(ID) in existing_view_ids:\n\t\t\t\t\texisting_view_ids.remove(str(ID))\n\t\tnew_content += '\\t</include>\\n</includes>'\n\t\t\n\t\tif new_content != existing_content:\n\t\t\twith open(custom_views_path, 'w') as custom_xml:\n\t\t\t\tcustom_xml.write(new_content)\n\t\t\treloadskin = 1\n\t\t\tprint \"Custom View Builder:\"\n\t\t\tprint \"    Building {}\".format(os.path.basename(custom_views_path))\n\t\t\tprint \"        Added custom view IDs: {}.\".format(','.join(sorted(new_view_ids, key=int)))\n\t\t\tprint \"    {} built.\".format(os.path.basename(custom_views_path))\n\t\t\tif views_line_index is not None:\n\t\t\t\tupdated_view_ids = existing_view_ids.union(new_view_ids)\n\t\t\t\tlines[views_line_index] = '\\t<views>{}</views>\\n'.format(','.join(sorted(updated_view_ids, key=int)))\n\t\t\t\twith open(programs_xml_path, 'w') as file:\n\t\t\t\t\tfile.writelines(lines)\n\t\t\t\tprint \"    Updated MyPrograms.xml with new view ids: {}\".format(','.join(sorted(new_view_ids, key=int)))\n\texcept Exception as error:\n\t\tprint 'Error in \"Check for custom views\": {}'.format(error)\n\treturn reloadskin\n\n# Check for custom views and add them to the myprograms.xml when rebuild xml files. This assumes they are already added to the includes file.\ndef xml_builder_check_custom_views(ThemeFile):\n\tcustom_view_ids = set()\n\ttry:\n\t\tcustom_views_path = xbmc.translatePath('Special://skin/xml/Includes_Custom_Views.xml')\n\t\twith open(custom_views_path, 'w') as custom_xml:\n\t\t\tcustom_xml.write('<includes>\\n\\t<include name=\"Custom Views\">\\n')\n\t\t\tdefault_folder = xbmc.translatePath('Special://skin/xml/custom views/_global')\n\t\t\ttheme_folder = os.path.join(xbmc.translatePath('Special://skin/xml/custom views'), ThemeFile)\n\t\t\tprint \"    Building {}\".format(os.path.basename(custom_views_path))\n\t\t\tfor ID in range(80, 90):\n\t\t\t\txbmc.executebuiltin('Skin.Reset(CustomViewtype_id_{})'.format(ID))\n\t\t\t\txbmc.executebuiltin('Skin.Reset(CustomViewtype_id_{}_JPG)'.format(ID))\n\t\t\t\tdefault_xml_file = os.path.join(default_folder, \"CustomViewtype_id_{}.xml\".format(ID))\n\t\t\t\tdefault_jpg_file = os.path.join(default_folder, \"CustomViewtype_id_{}.jpg\".format(ID))\n\t\t\t\ttheme_xml_file = os.path.join(theme_folder, \"CustomViewtype_id_{}.xml\".format(ID))\n\t\t\t\ttheme_jpg_file = os.path.join(theme_folder, \"CustomViewtype_id_{}.jpg\".format(ID))\n\t\t\t\t\n\t\t\t\tif os.path.isfile(default_xml_file) and os.path.isfile(default_jpg_file) and not os.path.isfile(theme_xml_file) and not os.path.isfile(theme_jpg_file):\n\t\t\t\t\txbmc.executebuiltin('Skin.SetBool(CustomViewtype_id_{})'.format(ID))\n\t\t\t\t\txbmc.executebuiltin('Skin.SetString(CustomViewtype_id_{}_JPG, {}\\\\CustomViewtype_id_{}.jpg)'.format(ID, default_folder, ID))\n\t\t\t\t\tprint \"        Added custom view ID: {} (from global custom views)\".format(ID)\n\t\t\t\t\tcustom_xml.write('\\t\\t<include file=\"custom views\\\\_global\\\\CustomViewtype_id_{}.xml\" condition=\"Skin.HasSetting(CustomViewtype_id_{})\">custom_id_{}</include>\\n'.format(ID, ID, ID))\n\t\t\t\t\tcustom_view_ids.add(str(ID))\n\t\t\t\telif os.path.isfile(theme_xml_file) and os.path.isfile(theme_jpg_file):\n\t\t\t\t\txbmc.executebuiltin('Skin.SetBool(CustomViewtype_id_{})'.format(ID))\n\t\t\t\t\txbmc.executebuiltin('Skin.SetString(CustomViewtype_id_{}_JPG, {}\\\\CustomViewtype_id_{}.jpg)'.format(ID, theme_folder, ID))\n\t\t\t\t\tprint \"        Added custom view ID: {} (from {} theme)\".format(ID, ThemeFile)\n\t\t\t\t\tcustom_xml.write('\\t<include file=\"custom views\\\\{}\\\\CustomViewtype_id_{}.xml\" condition=\"Skin.HasSetting(CustomViewtype_id_{})\">custom_id_{}</include>\\n'.format(ThemeFile, ID, ID, ID))\n\t\t\t\t\tcustom_view_ids.add(str(ID))\n\t\t\tcustom_xml.write('\\t</include>\\n</includes>')\n\t\t\tprint \"    {} built.\".format(os.path.basename(custom_views_path))\n\texcept Exception as error:\n\t\tprint 'Error in \"Check for custom views\": {}'.format(error)\n\treturn custom_view_ids"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/Utilities/libs/theme_version.py",
    "content": "THEME_VERSION = \"XBMC4Gamers v2.2+ 000\""
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers/default.py",
    "content": "# -*- coding: utf-8 -*-\nfrom filecmp import cmp as compare_file\nfrom os.path import isfile\nfrom os import remove\nfrom shutil import copyfile\nimport xml.etree.ElementTree as ET\nimport re\nimport time\nfrom xbmcgui import Dialog, getCurrentWindowId, Window\nfrom xbmc import executebuiltin, getCondVisibility, getInfoLabel, getLocalizedString, getSkinDir, setSkin, translatePath\nfrom fileinput import input as fileinput\n\nsys.path.append('Q:/system/scripts/XBMC4Gamers/Utilities/libs')\nfrom custom_views import custom_views_update_programs as check_custom_views\n\nCURRENT_THEME = getInfoLabel('Skin.CurrentTheme')\nFONT_PATH = translatePath('Special://skin/xml/Font.xml')\nAUTOEXEC_FILE = translatePath('special://scripts/autoexec.py')\nSOURCES_XML_PATH = \"P:/Sources.xml\"\nXML_FILE_PATH = \"Special://skin/xml/Custom_Dialog_Quick_Change.xml\"\nMASTER_PROFILE_NAME = \"Add User\"\nMASTER_PROFILE_SKIN = \"Add User\"\nSETPROPERTY = Window(getCurrentWindowId()).setProperty\nGETPROPERTY = Window(getCurrentWindowId()).getProperty\n\ndef clean_autoexec_script():\n\ttry:\n\t\tremove(AUTOEXEC_FILE)\n\t\treturn True\n\texcept:\n\t\treturn False\n\ndef check_kioskmode():\n\tif isfile(translatePath(\"special://xbmc/system/keymaps/Enabled\")):\n\t\texecutebuiltin('Skin.SetBool(kioskmode)')\n\t\texecutebuiltin('Skin.Reset(AdultProfile)')\n\telse:\n\t\texecutebuiltin('Skin.Reset(kioskmode)')\n\ndef check_skin(username):\n\tif getSkinDir() == MASTER_PROFILE_SKIN:\n\t\tsetSkin(\"Profile\")\n\t\tprint 'Error with profile {}: Settings might have been corrupted, or setting up new profile.'.format(username)\n\t\treturn False\n\telse:\n\t\treturn True\n\ndef generate_content(names):\n\tsource_items = [{\"label\": \"[UPPERCASE]{}[/UPPERCASE]\".format(name), \"onclick\": [\"Dialog.Close(1115)\", \"ActivateWindow(1,{})\".format(name)], \"icon\": \"-\"} for name in names]\n\tcustom_items = [\n\t\t{\"label\": \"[UPPERCASE]$INFO[Skin.String(CustomQuickChange1)][/UPPERCASE]\", \"onclick\": [\"Dialog.Close(1115)\", \"ActivateWindow(1,$INFO[Skin.String(CustomQuickChange1)])\"], \"icon\": \"-\", \"visible\": \"Skin.HasSetting(CustomQuickChange1Enabled) + String.IsEmpty($INFO[Skin.String(CustomQuickChange1)])\"},\n\t\t{\"label\": \"[UPPERCASE]$INFO[Skin.String(CustomQuickChange2)][/UPPERCASE]\", \"onclick\": [\"Dialog.Close(1115)\", \"ActivateWindow(1,$INFO[Skin.String(CustomQuickChange2)])\"], \"icon\": \"-\", \"visible\": \"Skin.HasSetting(CustomQuickChange2Enabled) + String.IsEmpty($INFO[Skin.String(CustomQuickChange2)])\"},\n\t\t{\"label\": \"[UPPERCASE]$INFO[Skin.String(CustomQuickChange3)][/UPPERCASE]\", \"onclick\": [\"Dialog.Close(1115)\", \"ActivateWindow(1,$INFO[Skin.String(CustomQuickChange3)])\"], \"icon\": \"-\", \"visible\": \"Skin.HasSetting(CustomQuickChange3Enabled) + String.IsEmpty($INFO[Skin.String(CustomQuickChange3)])\"},\n\t\t{\"label\": \"[UPPERCASE]$INFO[Skin.String(CustomQuickChange4)][/UPPERCASE]\", \"onclick\": [\"Dialog.Close(1115)\", \"ActivateWindow(1,$INFO[Skin.String(CustomQuickChange4)])\"], \"icon\": \"-\", \"visible\": \"Skin.HasSetting(CustomQuickChange4Enabled) + String.IsEmpty($INFO[Skin.String(CustomQuickChange4)])\"},\n\t\t{\"label\": \"[UPPERCASE]$INFO[Skin.String(CustomQuickChange5)][/UPPERCASE]\", \"onclick\": [\"Dialog.Close(1115)\", \"ActivateWindow(1,$INFO[Skin.String(CustomQuickChange5)])\"], \"icon\": \"-\", \"visible\": \"Skin.HasSetting(CustomQuickChange5Enabled) + String.IsEmpty($INFO[Skin.String(CustomQuickChange5)])\"},\n\t\t{\"label\": \"[UPPERCASE]$INFO[Skin.String(CustomQuickChange6)][/UPPERCASE]\", \"onclick\": [\"Dialog.Close(1115)\", \"ActivateWindow(1,$INFO[Skin.String(CustomQuickChange6)])\"], \"icon\": \"-\", \"visible\": \"Skin.HasSetting(CustomQuickChange6Enabled) + String.IsEmpty($INFO[Skin.String(CustomQuickChange6)])\"},\n\t]\n\tall_items = source_items + custom_items\n\tcontent_element = ET.Element(\"content\")\n\tfor i, item in enumerate(all_items):\n\t\titem_element = ET.SubElement(content_element, \"item\", id=str(i))\n\t\tlabel_element = ET.SubElement(item_element, \"label\")\n\t\tlabel_element.text = item[\"label\"]\n\t\tfor action in item[\"onclick\"]:\n\t\t\tonclick_element = ET.SubElement(item_element, \"onclick\")\n\t\t\tonclick_element.text = action\n\t\ticon_element = ET.SubElement(item_element, \"icon\")\n\t\ticon_element.text = item[\"icon\"]\n\t\tif \"visible\" in item:\n\t\t\tvisible_element = ET.SubElement(item_element, \"visible\")\n\t\t\tvisible_element.text = item[\"visible\"]\n\treturn content_element\n\ndef update_quick_change_xml(xml_path, sources_xml):\n\ttry:\n\t\ttree = ET.parse(sources_xml)\n\t\tnames = sorted([source.find(\"name\").text for source in tree.getroot().findall(\".//programs/source\") if source.find(\"name\") is not None], key=str.lower)\n\t\ttree = ET.parse(xml_path)\n\t\troot = tree.getroot()\n\t\tcontent_element = root.find(\".//content\")\n\t\tif content_element is not None:\n\t\t\tcontent_element.clear()\n\t\t\tcontent_element.extend(generate_content(names))\n\t\ttree.write(xml_path, encoding=\"utf-8\", xml_declaration=False)\n\texcept Exception as error:\n\t\tprint(\"Error updating XML file: {}\".format(error))\n\ndef check_skin_settings():\n\tmemory_check = getCondVisibility('StringCompare(System.memory(total),64MB)')\n\n\t# Set global skin settings\n\texecutebuiltin(\"Skin.SetBool(xbmc4gamers)\")\n\texecutebuiltin(\"Skin.SetString(dashboard_name,XBMC4Gamers)\")\n\texecutebuiltin(\"Skin.SetBool(urldownloader_new)\")\n\texecutebuiltin(\"Skin.SetString(urldownloader,Special://urldownloader/)\")\n\texecutebuiltin(\"Skin.Reset(ArtworkInstallerHeader)\")\n\texecutebuiltin(\"Skin.SetString(DisableCancel,)\")\n\n\t# Wallpaper size settings based on ram amount\n\tif memory_check:\n\t\tif getCondVisibility('StringCompare(Skin.String(WallpaperWidth),)') or getCondVisibility('StringCompare(Skin.String(WallpaperHeight),)'):\n\t\t\texecutebuiltin(\"Skin.SetString(WallpaperWidth,720)\")\n\t\t\texecutebuiltin(\"Skin.SetString(WallpaperHeight,405)\")\n\telse:\n\t\tif getCondVisibility('StringCompare(Skin.String(WallpaperWidth),)') or getCondVisibility('StringCompare(Skin.String(WallpaperHeight),)'):\n\t\t\texecutebuiltin(\"Skin.SetString(WallpaperWidth,953)\")\n\t\t\texecutebuiltin(\"Skin.SetString(WallpaperHeight,536)\")\n\n\t# Other skin settings\n\tif getCondVisibility('StringCompare(Skin.String(WallpaperQuality),)'):\n\t\texecutebuiltin(\"ReloadAdvancedSettings\")\n\t\texecutebuiltin(\"Skin.SetString(WallpaperQuality,100)\")\n\n\tif getCondVisibility('StringCompare(Skin.String(FolderFanartPath),)'):\n\t\texecutebuiltin(\"Skin.SetString(FolderFanartPath,Special://skin/extras/folder fanart/default)\")\n\n\tif getCondVisibility('StringCompare(Skin.String(HomeWindow),)'):\n\t\texecutebuiltin(\"Skin.SetString(HomeWindow,Root)\")\n\n\tif getCondVisibility('StringCompare(Skin.String(HomeWindow_name),)'):\n\t\texecutebuiltin(\"Skin.SetString(HomeWindow_name,{}\".format(getLocalizedString(20108)))\n\n\tif getCondVisibility('StringCompare(Skin.String(HomeWindowSource),)'):\n\t\texecutebuiltin(\"Skin.SetString(HomeWindowSource,Programs)\")\n\n\tif getCondVisibility('StringCompare(Skin.String(Background_Image),)') or not isfile(getInfoLabel('Skin.String(Background_Image)')):\n\t\texecutebuiltin('Skin.Reset(custom_wallpaper_set)')\n\t\texecutebuiltin('SetWallpaper(Background_Image, {}, {}, {}, Q:\\\\skins\\\\Profile\\\\backgrounds\\\\{}\\\\0.jpg)'.format(\n\t\t\tgetInfoLabel('Skin.String(WallpaperWidth)'),\n\t\t\tgetInfoLabel('Skin.String(WallpaperHeight)'),\n\t\t\tgetInfoLabel('Skin.String(WallpaperQuality)'),\n\t\t\tCURRENT_THEME\n\t\t))\n\ndef check_theme_fonts():\n\tbackup_xml = translatePath('Special://root/skins/{}/xml/Font.xml'.format(MASTER_PROFILE_SKIN))\n\ttheme_xml = translatePath('Special://skin/extras/themes/xmls/{}_fonts.xml'.format(CURRENT_THEME))\n\ttheme_fonts_installed = translatePath('Special://skin/xml/Fonts_Custom_Installed.xml')\n\tfont_needs_update = False\n\tdont_skip_font_update = True\n\n\tif getCondVisibility('System.HasLoginScreen'):\n\t\tif isfile(theme_xml):\n\t\t\tif not compare_file(theme_xml, FONT_PATH, shallow=False):\n\t\t\t\tcopyfile(theme_xml, FONT_PATH)\n\t\t\t\twith open(theme_fonts_installed, \"w\") as installed:\n\t\t\t\t\tinstalled.write(\"\")\n\t\t\t\tfont_needs_update = True\n\t\telse:\n\t\t\tif isfile(theme_fonts_installed):\n\t\t\t\tcopyfile(backup_xml, FONT_PATH)\n\t\t\t\tremove(theme_fonts_installed)\n\t\t\t\tfont_needs_update = True\n\t\t\t\n\t\t\tfor i, line in enumerate(fileinput(FONT_PATH, inplace=True)):\n\t\t\t\tline = line.lower()\n\t\t\t\tif i < 8 and '<filename>' in line and '{}.ttf'.format(CURRENT_THEME).lower() in line:\n\t\t\t\t\tdont_skip_font_update = False\n\n\t\t\t\tif dont_skip_font_update and '<filename>' in line and '<filename>monofont-' not in line and '<filename>home.ttf' not in line:\n\t\t\t\t\tline = '            <filename>{}.ttf</filename>\\n'.format(CURRENT_THEME)\n\t\t\t\t\tfont_needs_update = True\n\t\t\t\tprint line,\n\n\treturn font_needs_update\n\ndef manage_profiles_setup():\n\tcurrent_profile_setup = translatePath('special://profile/setup.bin')\n\tif isfile(current_profile_setup):\n\t\tremove(current_profile_setup)\n\t\texecutebuiltin(\"ReplaceWindow(11)\")\n\t\tDialog().ok(\n\t\t\t\"Welcome to XBMC4Gamers\", \n\t\t\t\"[CR]Please calibrate the screen to fit your TV.[CR]Move the top left and bottom right chevrons to the corners of your TV[CR](no red visible) and adjust the disc to be as circular as possible.\"\n\t\t)\n\t\twait_for_condition(lambda: getCurrentWindowId() != 10011, 120)\n\ndef wait_for_condition(condition_func, timeout=5):\n\tstart_time = time.time()\n\twhile not condition_func() and (time.time() - start_time) < timeout:\n\t\ttime.sleep(0.1)\n\tif not condition_func():\n\t\tprint \"Timeout reached before the condition was met.\"\n\ndef main(username):\n\t# Perform kiosk mode check\n\tcheck_kioskmode()\n\t\n\t# Remove autoexec.py as it's only ever used once for updates and downloader updates\n\tif isfile(AUTOEXEC_FILE):\n\t\twait_for_condition(clean_autoexec_script)\n\n\t# Manage setup for master profile\n\tif username == MASTER_PROFILE_NAME:\n\t\tmanage_profiles_setup()\n\t\texecutebuiltin('Skin.Reset(UpdateDB)')\n\t\treturn False\n\n\t# Update the Custom_Dialog_Quick_Change.xml with your added sources.\n\tupdate_quick_change_xml(XML_FILE_PATH, SOURCES_XML_PATH)\n\n\t# Perform settings check\n\tcheck_skin_settings()\n\n\t# Check and handle custom views for non-master profiles and fonts\n\tfont_needs_update = check_theme_fonts()\n\tcustom_views_needs_update = check_custom_views(getInfoLabel('Skin.CurrentTheme'))\n\n\tif font_needs_update or custom_views_needs_update:\n\t\tprint \"Reload skin required.\"\n\t\treturn True\n\n\treturn False\n\ndef unload():\n\tprint \"Unloaded XBMC4Gamers\\\\default.py - took {} seconds to complete\".format(\n\t\tint(round(time.time() - start_time))\n\t)\n\nif __name__ == \"__main__\":\n\tprint \"Loaded XBMC4Gamers\\\\default.py\"\n\tstart_time = time.time()\n\n\tusername = getInfoLabel('system.profilename')\n\trun_main = True\n\treload_skin = False\n\n\t# Check skin condition for non-master profiles\n\tif username != MASTER_PROFILE_NAME:\n\t\trun_main = check_skin(username)\n\n\tif run_main:\n\t\treload_skin = main(username)\n\t\tunload()\n\t\tif getCondVisibility('Skin.HasSetting(UpdateDB)') and not getCondVisibility('Skin.HasSetting(AdultProfile)'):\n\t\t\t# Loops until the programs file is built, then processes the database\n\t\t\tSETPROPERTY(\"MyScript.ExternalRunning\", \"True\")\n\t\t\texecutebuiltin('RunScript(Special://scripts/XBMC4Gamers/Utilities/XML Builder.py,2)')\n\t\t\twait_for_condition(lambda: GETPROPERTY(\"MyScript.ExternalRunning\") != \"True\", 10)\n\t\t\texecutebuiltin('RunScript(Special://scripts/XBMC4Gamers/Utilities/Database Maintenance.py)')\n\t\telse:\n\t\t\texecutebuiltin(\"ActivateWindow(1114)\")\n\n\t\t\tif reload_skin:\n\t\t\t\texecutebuiltin(\"ReloadSkin\")\n\t\t\t\tprint \"Reloaded skin to apply changes.\"\n\telse:\n\t\tunload()\n\t\texecutebuiltin(\"ReloadSkin\")\n\t\tprint 'Reset skin and reloaded.'"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/480p Game Loaders/ReadMe.txt",
    "content": "Please patch your games via DVD2Xbox, either after installing one of the loaders or before hand.\r\n( also make sure ACL patching is enabled in the settings of DVD2Xbox )\r\n\r\n\r\n-- 480p Game Loader (CDX)\r\n\t-\tArctic Thunder\r\n\t-\tBattle Engine Aquila\r\n\t-\tCommandos 2\r\n\t-\tDark Summit\r\n\t-\tGalleon\r\n\t-\tGun Metal\r\n\t-\tHunter The Reckoning: Redemption\r\n\t-\tJet Set Radio Future\r\n\t-\tMetal Slug 3 ( must be patched - Hex search = 8B5728508B4730508B472C518B4F0452 - Replace with = 508B4730508B472C518B4F04906A0090 )\r\n\t-\tMission Impossible\r\n\t-\tMLB Slugfest 20-03\r\n\t-\tNight Caster\r\n\t-\tOver the Hedge\r\n\t-\tQuantum Redshift\r\n\t-\tSerious Sam\r\n\t-\tTetris Worlds\r\n\t-\tThe Sims 2\r\n\t-\tTony Hawk's Pro Skater 3\r\n\t-\tVoodoo Vince\r\n\r\n\r\n-- 480p Game Loader (Evox)\r\n\t-\tFable\r\n\r\n\r\n-- 480p Game Loader (PD1)\r\n\t-\tGun Valkyrie\r\n\t-\tPanzer Dragoon Orta\r\n\t-\tWreckless: The Yakuza Missions\r\n\r\n\r\n\r\n-- These games will not play on Xbox version 1.6 in HD mode --\r\n\r\n-- Graphical Issues\r\n\t-\tHello Kitty - Screen is undersized in places.\r\n\t-\tJacked - Screen is undersized in places.\r\n\t-\tMax Payne - Screen is oversized. ( works fine if screen size is set to normal )\r\n\r\n-- Other Issues\r\n\t-\tDennou Taisen DroneZ - Won't unscramble in HD.\r\n\t-\tMen of Valor - Restarts the game when selecting a mission.\r\n\t-\tPirates of the Caribbean - Won't unscramble.\r\n\r\n-- Freezing on Load\r\n\t-\tCurse: The Eye of Isis - Freezes on load.\r\n\t-\tHeadhunter - Redemption - Freezes on load.\r\n\t-\tOutlaw Golf - 9 More Holes of X-Mas - Freezes on load.\r\n\t-\tSecret Weapons Over Normandy - Freezes on load.\r\n\t-\tSpartan: Total Warrior - Freezes on load.\r\n\t-\tTecmo Classic Arcade - Freezes on load."
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/480p Game Loaders/addon.xml",
    "content": "<?xml version=\"1.0\" encoding=\"Windows-1252\" standalone=\"yes\"?>\r\n<addon id=\"480p Game Loaders\" name=\"480p Game Loaders\" version=\"0.7.0\" provider-name=\"Rocky5\">\r\n\t\t<requires>\r\n\t\t\t\t<import addon=\"xbmc.python\" version=\"1.0\" />\r\n\t\t</requires>\r\n\t\t<extension point=\"xbmc.python.script\" library=\"default.py\" />\r\n\t\t<extension point=\"xbmc.addon.metadata\">\r\n\t\t\t\t<platform>all</platform>\r\n\t\t\t\t<summary lang=\"en\">480p Game Loaders Script</summary>\r\n\t\t\t\t<description lang=\"en\">This script is used to apply patches to stubborn games that display scrambled on v1.6 Xbox in progressive mode (480p)</description>\r\n\t\t</extension>\r\n</addon>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/480p Game Loaders/default.py",
    "content": "'''\n\tScript by Rocky5\n\tThis is used to add a workaround to stubborn games that will not display properly in 480p on v1.6 Xbox.\n'''\nimport os, sys\nimport xbmcgui, xbmcaddon\nimport zipfile\n#####\tModules required\nlimpp\t= xbmc.translatePath(\"special://xbmc/system/scripts/_modules/script.module.limpp\")\nxbeinfo\t= xbmc.translatePath(\"special://xbmc/system/scripts/_modules/script.module.xbeinfo\")\nAddon = xbmcaddon.Addon('480p Game Loaders')\n#####\tScript constants\n__scriptname__ = Addon.getAddonInfo('name')\n__id__ = Addon.getAddonInfo('id')\n__author__ = Addon.getAddonInfo('author')\n__version__ = Addon.getAddonInfo('version')\n__path__ = Addon.getAddonInfo('path')\ngetLocalizedString = Addon.getLocalizedString\ngetSetting = Addon.getSetting\nprint '[SCRIPT][%s] version %s initialized!' % (__scriptname__, __version__)\n#####\tCheck for modules I need and error if not found.\n# Close the script loading dialog\nxbmc.executebuiltin('Dialog.Close(1100,false)')\nif os.path.isdir(limpp):\n\tif os.path.isdir(xbeinfo):\n\t\t#####\tExtract the loaders.zip on first run.\n\t\tif os.path.isfile(__path__+\"\\\\resources\\\\lib\\\\loaders.zip\"): \n\t\t\txbmcgui.Dialog().ok(\"Set-up\",\"\",\"I need to extract the loader xbe files before I can do anything.\",\"This only happens once.\")\n\t\t\twith zipfile.ZipFile(__path__+\"\\\\resources\\\\lib\\\\loaders.zip\") as zf:\n\t\t\t\tzf.extractall(__path__+\"\\\\resources\\\\lib\\\\\")\n\t\t\tos.remove(__path__+\"\\\\resources\\\\lib\\\\loaders.zip\")\n\t\t#####\tMain section.\n\t\tif os.path.isdir(__path__+\"\\\\resources\\\\lib\\\\loaders\"): \n\t\t\tif (__name__ == \"__main__\"):\n\t\t\t\timport resources.lib.__init__ as __init__\n\t\t\t\tui = __init__.GUI('%s.xml' % \"main\", __path__, 'default')\n\t\t\t\tui.doModal()\n\t\t\t\tdel ui\n\t\telse:\n\t\t\txbmcgui.Dialog().ok(\"Error\",\"\",\"The loaders folder is missing, please reinstall this script.\")\n\telse:\n\t\txbmcgui.Dialog().ok(\"Error\",\"\",\"Module is missing.\",\"[B]script.module.xbeinfo[/B]\")\nelse:\n\txbmcgui.Dialog().ok(\"Error\",\"\",\"Module is missing.\",\"[B]script.module.limpp[/B]\")"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/480p Game Loaders/resources/__init__.py",
    "content": "# Dummy file to make this directory a package.\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/480p Game Loaders/resources/language/English/strings.xml",
    "content": "<strings>\r\n\t\t<string id=\"3101\">Info</string>\r\n\t\t<string id=\"3102\">This should fix the v1.6 Xbox scrambled screen affect.</string>\r\n\t\t<string id=\"3103\">Auto Install</string>\r\n\t\t<string id=\"3104\">Manual Install</string>\r\n\t\t<string id=\"3105\">Uninstall</string>\r\n</strings>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/480p Game Loaders/resources/lib/__init__.py",
    "content": "import os, sys\r\nimport xbmc, xbmcgui\r\nWorking_Directory\t= os.getcwd()+\"\\\\\"\r\ngetLocalizedString = sys.modules['__main__'].getLocalizedString\r\nclass GUI(xbmcgui.WindowXMLDialog):\r\n\tdef __init__(self, *args, **kwargs):\r\n\t\txbmcgui.WindowXMLDialog.__init__(self, *args, **kwargs)\r\n\tdef onInit(self):\r\n\t\tself.action_exitkeys_id = [10, 92]\r\n\t\t# get control ids\r\n\t\tself.control_id_button_button1\t= 3000\r\n\t\tself.control_id_button_button2\t= 3001\r\n\t\tself.control_id_button_button3\t= 3002\r\n\t\tself.control_id_button_button4\t= 3003\r\n\t\t# translation ids\r\n\t\tself.translation_id_button1\t\t\t= 3101\r\n\t\tself.translation_id_button1_info\t= 3102\r\n\t\tself.translation_id_button2\t\t\t= 3103\r\n\t\tself.translation_id_button3\t\t\t= 3104\r\n\t\tself.translation_id_button4\t\t\t= 3105\r\n\t\t# set actions\r\n\t\tself.button_button1 = self.getControl(self.control_id_button_button1)\r\n\t\tself.button_button2 = self.getControl(self.control_id_button_button2)\r\n\t\tself.button_button3 = self.getControl(self.control_id_button_button3)\r\n\t\tself.button_button3 = self.getControl(self.control_id_button_button4)\r\n\t\t# translate buttons\r\n\t\tself.button_button1.setLabel(getLocalizedString(self.translation_id_button1))\r\n\t\tself.button_button2.setLabel(getLocalizedString(self.translation_id_button2))\r\n\t\tself.button_button3.setLabel(getLocalizedString(self.translation_id_button3))\r\n\t\tself.button_button3.setLabel(getLocalizedString(self.translation_id_button4))\r\n\tdef onAction(self, action):\r\n\t\tif action in self.action_exitkeys_id:\r\n\t\t\tself.close()\r\n\tdef onFocus(self, controlId):\r\n\t\tpass\r\n\tdef onClick(self, controlId):\t\t\t\r\n\t\tif controlId == self.control_id_button_button1:\r\n\t\t\txbmcgui.Dialog().ok(getLocalizedString(self.translation_id_button1),\"\",getLocalizedString(self.translation_id_button1_info))\r\n\t\telif controlId == self.control_id_button_button2:\r\n\t\t\txbmc.executebuiltin(\"RunScript(\"+Working_Directory+\"\\\\resources\\\\lib\\\\auto.py)\")\r\n\t\telif controlId == self.control_id_button_button3:\r\n\t\t\txbmc.executebuiltin(\"RunScript(\"+Working_Directory+\"\\\\resources\\\\lib\\\\manual.py)\")\r\n\t\telif controlId == self.control_id_button_button4:\r\n\t\t\txbmc.executebuiltin(\"RunScript(\"+Working_Directory+\"\\\\resources\\\\lib\\\\uninstall.py)\")"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/480p Game Loaders/resources/lib/auto.py",
    "content": "'''\r\n\tScript by Rocky5\r\n'''\r\nimport binascii, io, os, shutil, struct, sys, time, xbmcgui, zipfile, glob\r\nfrom shutil import copyfile\r\nfrom struct import unpack\r\nfrom xbe import *\r\nfrom xbeinfo import *\r\n\r\nprint \"| Scripts\\XBMC4Gamers Extras\\\\480p Game Loaders\\resources\\\\lib\\auto.py loaded.\"\r\n\r\ndef prepare_loaderxbe(Game_Path, Loader):\r\n\tprint Loader\r\n\tprint Game_Path\r\n\t## DEFAULT XBE TITLE\r\n\tdefault_xbe_file = open(os.path.join(Game_Path,'default.xbe'),'rb')\r\n\t#move to base address\r\n\tdefault_xbe_file.seek(260, 0)\r\n\tbase = default_xbe_file.read(4)\r\n\t#move to cert address\r\n\tdefault_xbe_file.seek(280, 0)\r\n\tcert = default_xbe_file.read(4)\r\n\t#get the location of the cert\r\n\tcertAddress = unpack(\"i\", cert)[0] # init32 values\r\n\tbaseAddress = unpack(\"i\", base)[0] # init32 values\r\n\t#move to the titleid\r\n\tdefault_xbe_file.seek((certAddress - baseAddress), 0)\r\n\txbe_certificate = default_xbe_file.read(464)\r\n\tdefault_xbe_file.close()\r\n\t##\r\n\t# I'm not too worried about reuising all these vars...\r\n\t# ATTACH XBE FILE\r\n\tattach_xbe_file = open(os.path.join(Game_Path,'loader_default.xbe'), 'r+b')\r\n\t#move to base address\r\n\tattach_xbe_file.seek(260, 0)\r\n\tbase = attach_xbe_file.read(4)\r\n\t#move to cert address\r\n\tattach_xbe_file.seek( 280, 0)\r\n\tcert = attach_xbe_file.read(4)\r\n\t#get the location of the cert\r\n\tcertAddress = unpack(\"i\", cert)[0] # init32 values\r\n\tbaseAddress = unpack(\"i\", base)[0] # init32 values\r\n\t#move to the titleid\r\n\tattach_xbe_file.seek((certAddress - baseAddress), 0)\r\n\tattach_xbe_file.write(xbe_certificate)\r\n\t# Custom fix for Men of Valor, but the game resets when you select one of the training mission, so this patch is pointless :/\r\n\t'''\r\n\tif TitleID == \"56550019\":\r\n\t\tattach_xbe_file.seek(62, 0)\r\n\t\tMOV_Fix = attach_xbe_file.read(1) \r\n\t\tattach_xbe_file.seek(280, 0)\r\n\t\tattach_xbe_file.write(MOV_Fix)\r\n\t'''\r\n\tattach_xbe_file.close()\r\n\r\n\tos.rename(os.path.join(Game_Path,\"default.xbe\"), os.path.join(Game_Path,\"game_default.xbe\"))\r\n\tos.rename(os.path.join(Game_Path,\"loader_default.xbe\"), os.path.join(Game_Path,\"default.xbe\"))\r\n\t\r\n\tif not os.path.isfile(os.path.join(Game_Path,'default.tbn')):\r\n\t\ttry: # this is to move on if there is an error with extracting the image.\r\n\t\t\txbeinfo(os.path.join(Game_Path,\"game_default.xbe\")).image_png()\r\n\t\texcept:\r\n\t\t\tprint \"| Error: Memory ran out when trying to extract TitleImage.xbx.\"\r\n\t\t\tprint \"|        So using alternative way.\"\r\n\t\t\ttry: # if the memory runs out this one works.\r\n\t\t\t\tXBE(os.path.join(Game_Path,\"game_default.xbe\")).Get_title_image().Write_PNG(\"Z:\\\\default.png\")\r\n\t\t\texcept:\r\n\t\t\t\tprint \"| Error: Cannot extract the default.png, haven't a clue why maybe its in DDS format?\"\r\n\r\n\t\tif os.path.isfile('Z:\\\\default.png'):\r\n\t\t\tshutil.move('Z:\\\\default.png',os.path.join(Game_Path,'default.tbn'))\r\n\r\n\t\tif os.path.isfile(os.path.join(Game_Path,'default.tbn')):\r\n\t\t\tshutil.copy2(os.path.join(Game_Path,'default.tbn'),os.path.join(Game_Path,'icon.png'))\r\n\r\n\t\tif os.path.isfile('Z:\\\\TitleImage.xbx'):\r\n\t\t\tos.remove('Z:\\\\TitleImage.xbx')\r\n\t\r\n\tif 'cdx.xbe' in Loader:\r\n\t\tif not os.path.isdir(os.path.join(Game_Path,\"480loadr\")):\r\n\t\t\tos.mkdir(Game_Path+\"480loadr\")\r\n\t\tldr_xpr\t\t\t\t= os.path.join(Game_Path,\"480loadr\\ldr.xpr\")\r\n\t\tldr_inx\t\t\t\t= os.path.join(Game_Path,\"480loadr\\ldr.inx\")\r\n\t\tldr_ttf\t\t\t\t= os.path.join(Game_Path,\"480loadr\\ldr.ttf\")\r\n\t\tldr_xpr_bytes\t\t= binascii.unhexlify('585052300010000000080000010004000000000000000000290C110100000000010004008000000000000000290C510500000000010004008002000000000000290C110100000000010004000003000000000000290C110100000000010004008003000000000000290C110100000000010004000004000000000000290C110100000000010004008004000000000000290C110100000000010004000005000000000000290C110100000000FFFFFFFFADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD6111ADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD00000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000ADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD0000ADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD0000ADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD44CAADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD0000ADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD0000ADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD')\r\n\t\tldr_inx_bytes\t\t= binascii.unhexlify('FFFE5B0043006F006E006600690067005D000D000A004100700070005400690074006C0065003D00220034003800300070002000470061006D00650020006C006F00610064006500720022000D000A0041007400740072006100630074004D006F0064006500440065006C00610079003D002200300022000D000A000D000A005B004D00610069006E004D0065006E0075005D000D000A00470061006D00650031000D000A000D000A005B00470061006D00650031005D000D000A0041006300740069006F006E003D002200440065006D006F0022000D000A0044006900730070006C00610079004E0061006D0065003D002200500072006F0062006C0065006D002000470061006D00650022000D000A00460069006C0065004E0061006D0065003D002200670061006D0065005F00640065006600610075006C0074002E0078006200650022000D000A00460075006C006C00530063007200650065006E0056006F006C0075006D0065003D00220031003000300022000D000A00520065006D006100700050006100740068003D002200310022000D000A000D000A005B00490064006C00650041007400740072006100630074005D000D000A00470061006D0065003100')\r\n\t\tldr_ttf_bytes\t\t= binascii.unhexlify('00010000000B0080000300304F532F32BB42883B0000013800000056636D6170D07E3EE600000BC4000005D267617370FFFF000300002F2400000008676C79665F5397FB000016B40000002468656164DF088070000000BC000000366868656108D50DFD000000F400000024686D747802B700000000019000000A326C6F636111CA11DC000011980000051C6D61787006ED003600000118000000206E616D656C583E5D000016D8000004DF706F7374E7591CF300001BB80000136C0001000000010000BA14BA145F0F3CF5000B080000000000BF4C92F000000000BF4CA2590000025D015203CC00000009000100000000000000010000073EFE4E004308C000000462015200010000000000000000000000000000028C00010000028D000500010000000000020010002F00420000040C00000000000000010388019000050008059A05330000011B059A0533000003D100660212000002000000000000000000A00002AF500078FB0000000000000000484C202000400020FB0205D3FE510133073E01B26000019FDFF700000000060000000000000002390000023900000239000002D700000473000004730000071D0000055600000187000002AA000002AA0000031D000004AC00000239000002AA0000023900000239000004730000047300000473000004730000047300000473000004730000047300000473000004730000023900000239000004AC000004AC000004AC000004730000081F0000055600000556000005C7000005C700000556000004E300000639000005C700000239000004000000055600000473000006AA000005C7000006390000055600000639000005C700000556000004E3000005C7000005560000078D0000055600000556000004E3000002390000023900000239000003C100000473000002AA0000047300000473000004000000047300000473000002390000047300000473000001C7000001C700000400000001C7000006AA00000473000004730000047300000473000002AA00000400000002390000047300000400000005C7000004000000040000000400000002AC00000214000002AC000004AC0000055600000556000005C700000556000005C700000639000005C7000004730000047300000473000004730000047300000473000004000000047300000473000004730000047300000239000002390000023900000239000004730000047300000473000004730000047300000473000004730000047300000473000004730000047300000333000004730000047300000473000002CD0000044C000004E3000005E5000005E500000800000002AA000002AA000004640000080000000639000005B4000004640000046400000464000004730000049C000003F4000005B4000006960000046400000231000002F6000002EC000006250000071D000004E3000004E3000002AA000004AC000004640000047300000464000004E5000004730000047300000800000005560000055600000639000008000000078D0000047300000800000002AA000002AA000001C7000001C700000464000003F400000400000005560000015600000473000002AA000002AA00000400000004000000047300000239000001C7000002AA00000800000005560000055600000556000005560000055600000239000002390000023900000239000006390000063900000639000005C7000005C7000005C700000239000002AA000002AA000002AA000002AA000002AA000002AA000002AA000002AA000002AA000002AA00000473000001C70000055600000400000004E30000040000000214000005C70000047300000556000004000000055600000473000004AC000004AC000002AA000002AA000002AA000006AC000006AC000006AC000004730000063900000473000002390000055600000400000005C700000400000005C70000040000000473000004730000046B000005560000047300000556000004730000055600000473000005C700000400000005C700000400000005C7000004EB000005C700000556000004730000055600000473000005560000047300000556000004730000055600000473000006390000047300000639000004730000063900000473000005C700000473000005C70000047300000239000002390000023900000239000002390000023900000239000001C7000005E10000038D00000400000001C700000556000004000000040000000473000001C700000473000001C7000004730000025500000473000002AC000005C700000473000005C700000473000005C700000473000004D5000005C900000473000006390000047300000639000004730000063900000473000005C7000002AA000005C7000002AA000005C7000002AA00000556000004000000055600000400000004E300000239000004E300000300000004E300000239000005C700000473000005C700000473000005C700000473000005C700000473000005C700000473000005C7000004730000078D000005C70000055600000400000004E300000400000004E300000400000001C70000055600000473000008000000071D00000639000004E3000002AA000002AA000005570000023900000646000006B40000031200000632000006D800000605000001C70000055600000556000004680000055800000556000004E3000005C700000639000002390000055600000558000006AA000005C70000053300000639000005C700000556000004F2000004E3000005560000066200000556000006AF000005FB0000023900000556000004A00000039100000473000001C700000460000004A00000049A000004000000047400000391000003870000047300000473000001C700000400000004000000049C000004000000039500000473000005850000048D000003DB000004F000000329000004600000053000000433000005B40000063F000001C70000046000000473000004600000063F00000557000006EB00000455000005C0000005560000023900000239000004000000087500000815000006D5000004A900000515000005C0000005560000054000000556000004550000056B0000055600000763000004D5000005C0000005C0000004A900000540000006AA000005C700000639000005C000000556000005C7000004E3000005150000061500000556000005EB000005550000075500000780000006550000071500000540000005C000000815000005C7000004730000049500000440000002EB000004AB000004730000055A000003AB000004780000047800000380000004AB000005800000046B00000473000004550000047300000400000003AA000004000000069500000400000004950000042B0000066B0000069500000500000005C00000042B0000041500000600000004550000047300000473000002EB0000041500000400000001C700000239000001C700000740000006800000047300000380000004000000046B000003E90000034A0000078D000005C70000078D000005C70000078D000005C70000055600000400000008000000046B000001C700000180000002D500000400000002AA000002EB00000473000008C0000007150000029600000895000004CD000006AC000006AC000006AC000006AC00000800000004000000080000000400000008000000040000000400000007D5000005C0000004AB000004D5000004AC000004D5000004D5000005AB00000500000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005D5000004D5000004D5000002D6000002D600000800000007EB000007EB000007EB000007EB000004D5000004D5000004D5000004D5000002D60000082B0000086B0000075500000600000006000000044000000540000004C0000004150000040000000600000002AA000000000000000000020001000000000014000300010000011A0000010600000100000000000000010200000002000000000000000000000000000000010000030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F60610062636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAAB03ACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD000D1D2D3D4D5D6D7D8D9DADBDCDDDEDF000404B8000000D6008000060056007E0111011D011F012F01310140014201510153015D01610177017F019201FF02C702C902DD037E038A038C03A103CE040C044F045C045F04911E851EF32015201E2022202620302033203A203C203E2044207F20A420A720AC21052113211621222126212E215E219521A822022206220F22122215221A221F2229222B22482261226523022310232125002502250C251025142518251C2524252C2534253C256C258025842588258C259325A125AC25B225BA25BC25C425CB25CF25D925E6263C26402642266026632666266BF002F005FB02FFFF0000002000A00112011E0120013001320141014301520154015E01620178019201FA02C602C902D8037E0384038C038E03A30401040E0451045E04901E801EF22013201720202026203020322039203C203E2044207F20A320A720AC21052113211621222126212E215B219021A822022206220F221122152219221E2229222B22482260226423022310232025002502250C251025142518251C2524252C2534253C2550258025842588258C259025A025AA25B225BA25BC25C425CA25CF25D825E6263A26402642266026632665266AF001F004FB01FFFFFFE30000FFFD0000FFFB0000FFF90000FFF70000FFF50000FFF10000FF14FF740000FE0F0000FCA0FDF0FDEFFDEEFDEDFDBBFDBAFDB9FDB8FD88E39AE32E000000000000E085E095E1F3E084E1EBE1EAE077E1AA0000E184E010E127E11AE118DF6ADF79E101E0D5E0A4E092DE96DEA2DE8B0000DEA600000000E013DE71DE5F0000DE30DF3CDF2FDF20DD42DD41DD38DD35DD32DD2FDD2CDD25DD1EDD17DD10DCFDDCEADCE7DCE4DCE1DCDEDCD2DCCADCC5DCBEDCBDDCB60000DCADDCA5DC99DC46DC43DC42DC25DC23DC22DC1F10BE128705BE0001000000D4000001B4000001B4000001B4000001B4000001B4000001B80000000001C2000001C200000000000000000000000000000000000000000000000001B401B801C60000000000000000000000000000000001BA0000000000000000000000000000000000000000000000000000000001A0000001A001A2000000000000019E000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016A00000000000000000000000000000000000000000000000000000000000300A3008400850100009600E60086008E008B009D00A900A40010008A01010083009300F000F1008D0097008800C200DC00EF009E00AA00F300F200F400A200AC00C800C600AD006200630090006400CA006500C700C900CE00CB00CC00CD00E7006600D100CF00D000AE006700EE009100D400D200D3006800E900EB0089006A0069006B006D006C006E00A0006F0071007000720073007500740076007700E80078007A0079007B007D007C00B700A1007F007E0080008100EA00EC00B901020103010401050106010700FB00FC01080109010A010B00FD00FE010C010D010E00FF00F600F700F800D500E000E100AF00B000F900FA00E200E300BA0169016A016B016C00E400E5016D00D600DF00D900DA00DB00DE00D700DD00B100B20222022300B500B600C3022400B300B400C4008200C1008700F5022A009900ED00C200A50092023B008F023D00B8027B000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200010000025D015203CC000400001B0237017649840FFEAE03AFFEAE016807FE990000000000002801E600010000000000000034000000010000000000010009003B00010000000000020007003400010000000000030016003B00010000000000040009003B00010000000000050030005100010000000000060009003B000100000000000A004000810003000104030002000C02AF0003000104050002001000C10003000104060002000C00D10003000104070002001000DD0003000104080002001000ED0003000104090000006800FD0003000104090001001201730003000104090002000E01650003000104090003002C017300030001040900040012017300030001040900050060019F000300010409000600120173000300010409000A008001FF00030001040A0002000C02AF00030001040B00020010027F00030001040C0002000C02AF00030001040E0002000C02CD0003000104100002000E028F00030001041300020012029D0003000104140002000C02AF0003000104150002001002AF0003000104160002000C02AF0003000104190002000E02BF00030001041B0002001002CD00030001041D0002000C02AF00030001041F0002000C02AF0003000104240002000E02DD00030001042D0002000E02EB00030001080A0002000C02AF0003000108160002000C02AF000300010C0A0002000C02AF000300010C0C0002000C02AF')\r\n\t\twith open(ldr_xpr, 'wb') as f:\r\n\t\t\tf.write(ldr_xpr_bytes)\r\n\t\t\tf.close()\r\n\t\twith open(ldr_inx, 'wb') as f:\r\n\t\t\tf.write(ldr_inx_bytes)\r\n\t\t\tf.close()\r\n\t\twith open(ldr_ttf, 'wb') as f:\r\n\t\t\tf.write(ldr_ttf_bytes)\r\n\t\t\tf.close()\r\n\telif 'evo.xbe' in Loader:\r\n\t\tevox_ini = '''[Misc]\r\nAutoLaunchGames\t\t= No\r\nAutoLaunchDVDh\t\t= No\r\nUseFDrive\t\t\t= Yes\r\nUseGDrive\t\t\t= Yes\r\nSkinName\t\t\t= loader\r\nIGR\t\t\t\t\t= No\r\nUseItems\t\t\t= No\r\n[Network]\r\n[Clock]\r\n[FTP]\r\n[Telnet]\r\n[RDTOOLS]\r\n[BIOS]\r\n[Skin_Original]\r\n[Menu]\r\nSection \"Root\"\r\n{\r\n\tItem \"Press (A) to launch '+Game_Title+'\",\"%s\\game_default.xbe\"\r\n}'''\r\n\t\tWriteINI = open(Game_Path+\"evox.ini\",'w')\r\n\t\tWriteINI.write(evox_ini % (Game_Path[:-1]))\r\n\t\tWriteINI.close()\r\n\t\tif not os.path.isdir(os.path.join(Game_Path,\"skin\")):\r\n\t\t\tos.mkdir(Game_Path+\"skin\")\r\n\t\tif not os.path.isdir(os.path.join(Game_Path,\"skin\\\\loader\")):\r\n\t\t\tos.mkdir(Game_Path+\"skin\\\\loader\")\r\n\t\tbackground\t= os.path.join(Game_Path,\"skin\\\\loader\\\\1.jpg\")\r\n\t\tbackground_bytes\t= binascii.unhexlify('89504E470D0A1A0A0000000D4948445200000280000001E00803000000020F2CD6000001C5504C54450000000201020000010404050F0F1205050610101333333C27272E11111441414C35353E2929302323291D1D2243434E3D3D4724242A1E1E231212150606072B2B3225252B1F1F2419191D3A3A432D2D3426262C2020251313163C3C4535353D2E2E351B1B1F37373F2222271515180E0E1007070816161927272C26262B17171A28282D18181B0808091A1A1D09090A0A0A0B0B0B0C0C0C0D0D0D0E44455145465247485441424D4E4F5C494A5643444F4C4D594B4C584748534647524F505C4D4E5A494A5548495451525E50515D4B4C574A4B564E4F5A4D4E594F505B3738423D3E483738413637403F404A393A4338394240414B3B3C453A3B4442434D3D3E473C3D4645465044454F3F40493E3F4846475141424B4A4B5548495343444D30313931323A33343C2D2E3535363E2E2F3638394132333A31323934353C33343B36373E21222823242A28292F27282E292A302A2B312C2D332B2C322F30363233391D1E2320212621222723242925262B27282D292A2F191A1E1B1C201C1D2144464F1F202411121513141715161917181B191A1D1B1C1F1D1E210B0C0E0D0E100F1012141517070809090A0B0B0C0D010202030404050606030303020202010101FFFFFF0E73829B0000009774524E53FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00F19F9813000015DA4944415478DAEDDDFF6393459EC0716AA95B0465C12E0211A458A0574185AE9830CF53661E6F268FB7B8F2A580C0EA75DDBAE07187A2E7ADC29D7B6E593D77B9DD2D24FFEFCDD7346993B4E9D2F2C3BD5F94A4499E3C4FD24C663EF3F5D9B20500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000FE1F1B9E9A5898989878E82E161E1C19F8F9CD67271E4E3CB0FB587868F770FC68FB63CF6CB38FB99F070F2692870FC3F542BC39B1B0B030F1203CB2E06E6FED73AC030FD24E1EFA1DFB27D89F87FE7777D9EEA13BD883E98E3DBC786C21BC24FFB2C606FF732DBD8D870BC75E6C9280FE5ECDD7AB55213221AB5288B3F5E707FC9336769C95A51452BAFFD5777635DA1FFCD7B352B8DDCA52887ADD5E57AB7643BBBDDBB80CCFA90BFFEC708FDDBA2EF7F67CA99FFFA3AC8AD2BED2BAA896EE09A2AC977E3FA5CCFC6E4BB717FB8AC4BB6E8F75BFE73FB4EFE3E4EC3BF6A5C877AB7617557975D02FDC1B17CE96A2EEDE93F5CEEC9BA49F27E0CD5F654AA942E585514ADE1C1EE4B923F3D23ED3FE18FB7C91777CD65BC66551D87DBA8B9ADBA22854E1B72EF2C25F2965DC8FFFC5B87BDDAF35F1628F83EDB2FBB3C7712FB3F05BFB97ED6E29777C7FCB3E6AEF50B93B52EE37D1E664FB4E1E7F218D7B557E73A3C707FAC22DA8CCBFE0BCC895AA7EF198C4F3644AE18FAB313DD88F535C38B9F667FE38AB8BF8B92B955D39D1F1E01161E24EED67E6929F4B772E15DA84916B77690F67AFDD5D46F9C4E7F655988F8E763DD8949C2962820B4939A444FF5CE59270D84748D3B9DFD26FA82F2C76E4A32F94DA7F0FEC46C69CFDBCB1F6C2E255A9C27BB1295BD77753FE3EB162F8DF84FBE8DCD7DA7D90136B7DDE5E97C48C0A8957EEEFF89CB72CBE1D1260A1522EA77C82B319531E92867B280FB962C80D7DF2544A1CEEF6D1BEE1D2AACB27E34E7D6E171360785EAEC2BB708FE42A26679BCECB2F3AF7B4F58630E9551BF94F6B0D04876FD5435A775F259D6F23DD3C41C76A35FB69E6FE63D5F55D436B0AFF5EAB86CFDF25A29A7C6959AA9914BEFC0DC56C487F2185A79C4BA55253E5F1634DD960B54B18D83C27C2738AB4B15ADAA7CD557D21EE33D93C266A7FE4C2A6F8422E4B2C47DF2FDDC63EC116D95B6B0B04DFBC2EE281ED31B28B4749344FD4C90BA2083989FD5F7F6564F5678C1D4E219ECD6DB2FCC515195611129E69A5B19079B9B4E2E3CD3CE664A1E8B5419C3131A2331FAC0C448F577DA6E55F63AB308F795F4C7A210DB7B2D358F8BB30F0FAB272B671B76A5AC736E2FB35FC81265CF8A9C2619424FCDB8040B0DE2A0C95985D35103C352B4C4A0145F6D313CB1FFF248B65A03229C7323AE484DA8400CD840CD2F872DF1813C3497BAF7C79C5CB3B6323AF3C6E5DF3E9D5EDC3982296C5213D29ED6B1726A57697CBD94D5666A9E342A7AC3757D55503C1E63765C8705D1CA0E5FF10FE3D79431569626DC0550F8FF5DFFA7866426A70A59FFC6471F9E37F1131FC9BA985CA6DEE8B4677A9F2D3EE69A7DD651EF2B13CD45A8B5097B505FA99E559E0B88C419B4B7FB6AA1CBE2A3E8874A56E91C7141863CD2216956EAF36E5EA0B2B52D891AB42A54C5389F7FA0782C3FF522F5AFB36847F1B64CA978121D052624F9F5CA15191B5988DB94DBBD407EF48DF0C6294FE786C646464CC5E3C1A7B34E6AEED7F7B6D6F3C1A79E41FF037ED1D23472FE9585FA91E5F76C06BBE88B6E9AD7C3E6D3FF2A875FDC85E3C8A77FB5D3D7207197973B688556CB9B0E2151E7D5FE4BE24B7A9DFE8FF9EEE1B9F6421F9BB542D2EFD2F4965839C9A2D558CACEC67D63B101C99F701A3CFB60A5174C9108667E2E765C4208DB5DB64C8809539DF99A6B7D50BE3EBC0E65783445FDFCB58B5D79F3ED3A50DDD666BEE3B67F3E4BC5F20F820342DDAC3DBA45ABF4BF8B77146B697A14C72598378FBC71EE97467D96A37C9BB847FD681324673E26703B5076DD7BEA833A6EC4CB79FC818D1D58F0FB2BFC62F429C69134FB757F9BAB0D1646E429A9777BA67F9CD5D65A89AF9966BF102E1DF466A54446ABBB301BD9EEA1EFE69D58A87EAFB17BB6DB35FC766E5EC8D818EFFAC0CF9AF91BB3B33541D7A4ABA0473FD9B97A4FF1EE4851CEFF6F0F419DDAA5817F2DC48D7CAD9BB2EE185FA5936F32C696483F9DA858A155C5969AC4CA2D5D888EB3A1964F7EE80C5AB2677798B119F0CF805B8125284C93A1AA3B78990000AF1C380FB9B35A12EAE6F3ED3B52DE95CDD95AEBE2DB1103B570682279F132A75F2A9721FAD7F1B6F7AA7F08DBABE9415F323CBC33F199A92DD27D2B33B605AC60CB01C34C718AF874E6355B41F78342B42FFEDCCC880FB7B29F49E15EA46F73EEEC61D191B3F5DA34EF6C795F5B2D8A747EBDFE6058287658877DC9F3DEBCC154EBD2D62A3B2FD44CACB277AECE25B11FB297ED918F0E08F520F89681B96D5BCA843E5447C31E89B39A1C38085BCFEA71E5BECCD74ECC653AA26EEB7BFE0C61E598BA316D487A6FC3DE1DF26B5088E96A1AFD42535A3DBC2FE3F8A56778052F2373D338443A12E51887B831EFB99B9183D8AB6207044C536EDEAC02D70CDC3A1F5BBA87EDBBBEE1F4A59DF7D2C6E2FE5B123AF883486C706B36F11FE6D9EBD65E6837E9FD795295718DA234DABFAA1C57FF4CC1086AEF8E12F46955B073EF49438AD6C0059E8B6E8713A0D6B786B78E0FDBD2043A55EDCED93E597796C91769D40D3ADDC5EA7BB6DF14BE7EF660782451A5B5288F9B19021C8A248BDFF65BFEE80E110D417E6EAE009E684CB735CEABDBC54184ED543739EF8C9E0EFE464E81254FAB7CD3E75FFD22CF548C72C7F4A87D6673FF8AABE9FF06F738D9D93A114759F897681E0A9D9D059EBFB58BBB7FE256E20824B467A7EF0A8A9F18B2C74AADD582A0BDD383C9728CBDD83BF91C5336180AA9AED9784A6321306B8BAB75BDABA7FA322D39B3536B727FCDB748D3B5553A4C8C864531326CB8BD8615BAC9221B85613F7D4FA37EB38F09759EE7BDDDA5A107F96C53AC83AC2B0E6BC8EC3A7FB76F79EDAE9DF5EE85B2C3F9DFE54F8CE645F85CEDEDA4A7A780ABE17BA35CEDD164CBE60F47993E913FE7913320C0B1507D671D87111861C2F55389AAFA441CF27D6B1BF7B220FEFA07F93F8C876A1E2A809FB66B58EFD23B6865C5E22FC7B3A8E5CF51F43CA177CF1E4AA07377A64448D5D77EE8CDE1F7D6DF4BC0E09B03657A9ECD953B95FA9DCBB5719AD542AA3A3EE8E3DF746ED5DD61E7B35EA1F1B750FDFB3FF2AF73EF6C734F2622BB535F7F99A6C71FA83E175BC8B6FCB3006ACBACAB8D3C63DA963AF487ACFAE08A0F3F7690682E7AB6988531879E0DB470EF6CA87160B294A214416A66DB82850C8CC4DB92BEDDD65E66692B9C7B5F033D944A6DDA57F38CB8C7B28B3FFDD883B955D9F581A95DDB81CE679E8CBEB89C40EC81090CA3FAFB6E51F75EC898E430ADDD3B4F89674F01403C1BB553F75278DC5B3C9B0DA3BFC7B3C1B07D2C421F6298ACF559A8556A4796C3E7B4973E37CD99EDA3BFC58F9EC50A363BFB5F08CF3EB49805B45CDCF24E939D9AEADC63CEBBBFC8CF6DD88EED76C86F0EFA96A8EFB9A8749E38C8DEA33176C713674D2A5D1EE31898574A8546BF4BDCDCB8A348FB22DBDA611D436B5D45FEAD8EFCE10039AC3EB4980D37188599721812B03C18F6B45DB4BFE50BF4FF8F7B48D8B30C43844E8F2A53E9B3E8E0D356936B06A4DFA0843E67D4ACE8BD4939C26B6A5BA8D0A434E5D86287ED7D1AC78D58F5355B58FD793004F9571B0CB1A12E096C6791DBF38AE13585F1B26013C655BAFC5C943A16AA07ED9A725C4E5802ACCDA314B53E0D2B4A4D4E71FDA99E3A3B1FD376D9BFA59C4CB9D4D7971B2C82BEB49804742479B5A4B026CBE1ADBA37DF5C35EEEA002F274ED153ACCF78E03103E52E2F7CFAC120386E2562D4DCF588AFED282084528A0F39994FA72A55B133A6C3217958E6CE982BFD7A8DFAE2701FE59FA569DBCBE7A9BD0F04FA40DFEDCB43D1D5FADDC374622788A75903BB2162738E6AD09C0F52F7BE50A8B6F695373A3864D6B8290D646FB196FAA6644AD666AC6DF117EDC3439E51FAFD9FFDACA8C16359F80EFB6055F6E42884F9B571AEB781313223CBBBEEA400637F62F4CD5CB5386ADC4074748074FCBC8B9B29579153E8BF23543D9AB61F6F17B072F5E3C78E9E2C1D958D2AA6B17ED1D97AF5CBC78C95E5F39E86E1D3C78E5CA45FBEB9583EED783EE0E77B77FC8DE79E5D273BEB4D5EAE5566A6B5EAA855771633D21D96E19E60F88D552D2B142A73ABAF2EB8784725F8C3F4352782AA6AF8A3005DC7D245ABB19397E366FEF96E8A633D46C7E5F353EB1CAE3EE56B3F9377B39E4D8ABC650B86FC8DDE3EF6D0E0D85270E35FF66FFBDE47B2466CCD9A59E90DB71104EB69E9E902F74882075FF9E90A15D52877E46575712591C96E816EFF8BC4162782AE19F694DD83562F7B8083559573AE9B2FFD49C1785CF2B0BB1AEBEE090EC55DBB4A4433A8C825D4353DECA2FC545131B1BFB467323AF6445AA2B1572DF1FF6C93814C31E5A9C2710DCFCF0EF7EDDF7BCF90533845B78635B2E425564C626C8DE81A00FA6B2381C6BFB3A46C35C37612999D38F5AF7ED2A438BB67875F0373216EB3DFD47C39C9C95AAB5A09638B4B8E5F1FE6A1A215898EC2A81E0261B7BAF353BCE4641D77DE975E2A048CBA9D84CA25F0FFDC8E9308EC6CCAC633C601656D628AE2D157C7BCB9036B2738327E817ABA14AA1F7F579EE941161C919B7EE429867DFDC5DD6FC1A83AE0B9C4070939DFA40FA06159FE355D3C21B8FF7CBB4F099AD93F499A1D8B89CA6160F9E731C0B7586427FDA6C6BCAF3B1A74D1C83774CEC285D02344AECEF1DFE5564EAFFC895FE2895F3DB8A4CA561AA4579974070F34CC579143E4B902FB75242F33B118A65BF9269BD7720386742FB5EF6FCC0C7FEF7302040895D6DF9716CD751F5BD83EEEEF13F87F99C4AF61CCC3AB25DAA3404A1109797EA2A27AEB89E70152A54757AE536CB50458486623FB15C75B4DF1E38AD5BDD154AF61CA8B45BC445D2AE0D0D78F09199D80C576DAB700C5D71E395DDDA1C030FB1DE26C302C04AF6CAB04FED14795CF672A69073ED41C3E22111EBC27E7E01E31236A7F56F5EA8D89B962B71ED2F9D8FBE71BD8C1D1AAEB1A2D744EDAD698D19393D68092C7C638FDD79FBAEEF8AD82E9C0DBA2CF87E9DFAF97ACC283E2E749E5A3B6BE2EBCE04DEFCAE0C3D347EB4B4186760FE26847F6FEB344EA528EA732B16DE189E93715CB4CD9044FE6C8F7CCC8458B1CF5CB4EE8D26874518FBD539F4EA98F44920CFB31D83EDEFA889434C75F79134AEB21F7AAF7DC7F4CAC5890FD88CD7F15F495A0437DE319DD689CC7323BFEEF2A935BFAE87693EEE43E9355BFBA688C5F447832D65704AC4D1D765478BCBD1B45C8DFA70B026B9E7AB710DCCEEF3991EB9F46EE27282D92FBB65AF6F5CCFC2BAF8AE4C2809043738FCDB255BEBB329AD7A74DF4F14591AB56E03C1AE03548FD7431A1EB4E9EE908E43FFC5A9CE8CD1C41513C4CB83EC6EF82D13D711E9BA4A9C5F85240D352B7B9CA062F1905B553F0E1DD337080437D0F0A7225771D1511BFEF5ECBB7AF342E91AC7C2FAB75DA76C8FA9D88FA5F24703BC8093C2F786D944F1D3CEC26E4AA491341F2C0EB0BFF16A9C59DAB515706F560BEBA8BA1C5DEEE915E035BF93264F8BF26BF10381E046F9EB85B270A3915CE36B51CEF569441EBE295BE3FB6C90D42510FC8D080BF09A724773CDFEE64AEE193F17FE856507FCB91F8F630FF7EEEB5BD6DC26FCF87A187D684C97F69BC69D7A5C22D8E5F6A6DF92C407C2088530284C32496923C3BF78F60225FB9FB3ABD95656DBBAC8CA40705A9A341AF5DCFCFCF6DBF3F3B70FDB8BF9C3B70FDBEBDBEEB6BBE9EE71BFDDDE6EAF0FEF8BD56F9BD296877ADFA405DAD499B95FCFDD72FFAC9B37BFB2975FCDB91B73376FDDBCF5D5CD5BFE7E7B73EED7B7CEA5F0AE4B97CCD8F96A3A5F842D7EDFFE6BDF3FCD1B97CBD68924E81ADE18CD7B32B53E2B23563F59CD54A6F3D65A962B172E6BCEEB7016195BFC193F2C50B84180DA4FB935220C00B417991035FB4BE61F8AA713B155904A97323DCDCD136ECBCC0861B2CCEE2A7337B576D76E869D7D24CB327F9C2C068E459755F78FECCC8A744E25537D6FB5AAD2E25C75E9B4268289EA1B10FE7D2CE2F9366C92C99E5B43739B5BA92DAC23E88609AC58B9FB4F422D9D1C2E4DFB08E5689ECEEED03A5F9C0E134272DF7F57A85A6D651EF37519CF0117CEC890C76F8B49BB486D293E45A9B623B8DF7EBE3C037C5D8693CE85DCBEB27AEB4AF377B2B508BF51E207BA869F2C779E9AB00C8CCB2FD676C2C291F7649A566993D08DE5038E0FC9D6E2B7262FD2F4E25613A30933300B954ED295C7DCCFF587FDAE4B3CF79C56C5D21996D2B5693B15581C869DCEA754F86E3477E3EC7F2D0BFF3E17A6F5A2B458DBB2D3AE4530255A53FD9216C12769C24F82089F5D2DFB668DF5BCC66BD5A5498CB5E5CB778FF9D5BFC35A5A793AA59C699D97302FD23A04A17211CE59E8CF3053BBDEEDD3FDB348292FCEAB33E98420B96FF089D3068AD8F092E72A9ECBB0D0CB06D18C9DCF54EB8B909D596B67CD9BD7C4D2099868117C92E1DF377ED9D370D619638EADFD997B852EC2A4395B7D5E3E657DA1EECE6894A78971ADF3D084A273698E9C4A67C789419EE96C036C79BE9A32B9D4BB61425B63E13B2B8A306D2F6F4D418E3BB6B73B07526FBD5A860DDD36E5B9B5D728166FC9B8EFDC86B54C597F62E1DFCD7A1103275BFAFDEAE420CF9D3E93A5A2D0E4E2626720E8463999A57312C6BCD214711A66D19A6F12CACA34FEB0FA7A8FEFC94DD1B64643CA8AD2ADBC55296FAD7B1F4FED2B3BDBD3C7DD5E66D2BAE43B06294A9B5F0B13D7757063A559B4E389F8F16A35B3954829DCF22C039EAFDAAD2378362CFA22EC1EAA59C767DD3C74B6F48BC1F82DCACC2D0793B9F55FCA2C2BEB6E8D18A15D6DD6DE692BB3E1A4EA429CADF46CD67BBFEA579AC9DC8BD56EDBCC1F3A135511D6951159F8C9B474C72CDD5A35D5DF777CDBE6CEBA27496977A3CB8187174CD86A7B29EAE1C0EFCC2D927CFEFEFC6F74475CB76A72F21FEEBC30E8F0A92D8DEF5EB3CFBD5F99742B5F7DF67947EF49E3D5CF2AF681CAA4DF7DC55DDFB7BF4EDEB11B8F4E4EDA9F70E117CB1AAD8CDA1BA3A37DD6FE18BEF7D9A47767D2ED6174F2FE64E533B7A7FBF689F677773539E9DF8DBBEDB7F9CF8EFCB439FE85BB73F4FEFDCFEC7677061F2F7BF2B3F0D2EF4FDA5FBE64780C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C05AFD1FD66DAA696E4836270000000049454E44AE426082')\r\n\t\twith open(background, 'wb') as f:\r\n\t\t\tf.write(background_bytes)\r\n\t\t\tf.close()\r\n\t\tskin_ini = '''SkinName \"loader\",\"loader\"\r\n[Skin_loader]\r\nLogoType\t\t=\t4\r\nMain\t\t\t=\t\"\\skin\\loader\\\\1.jpg\"\r\nLaunch\t\t\t=\t\"\\skin\\loader\\\\1.jpg\"\r\nBarColor1\t\t= 0x\r\nBarColor2\t\t= 0x\r\nBarAlpha\t\t= 0.0\r\nMenuColor1\t\t= 0x4a4a56\r\nMenuColor2\t\t= 0x4a4a56'''\r\n\t\tWriteINI = open(Game_Path+\"skin\\\\loader\\\\skin.ini\",'w')\r\n\t\tWriteINI.write(skin_ini)\r\n\t\tWriteINI.close()\r\n\r\ndef cleanup_game_directory(Game_Path):\r\n\tfiles_to_remove = [\r\n\t\t\"default.xbe\",\r\n\t\t\"evox.ini\",\r\n\t\t\"loader_default.xbe\",\r\n\t]\r\n\r\n\tfor filename in files_to_remove:\r\n\t\tfile_path = os.path.join(Game_Path, filename)\r\n\t\tif os.path.isfile(file_path):\r\n\t\t\tos.remove(file_path)\r\n\r\n\t# Remove specific directories\r\n\tfor dir_name in [\"480loadr\", \"skin\"]:\r\n\t\tdir_path = os.path.join(Game_Path, dir_name)\r\n\t\tif os.path.isdir(dir_path):\r\n\t\t\tshutil.rmtree(dir_path)\r\n\r\n\t# Rename game_default.xbe to default.xbe if both files exist\r\n\tgame_default_path = os.path.join(Game_Path, \"game_default.xbe\")\r\n\tdefault_path = os.path.join(Game_Path, \"default.xbe\")\r\n\tif os.path.isfile(game_default_path) and not os.path.isfile(default_path):\r\n\t\tos.rename(game_default_path, default_path)\r\n\r\ndef main():\r\n\tWorking_Directory\t= os.getcwd()+\"\\\\\"\r\n\tpDialog = xbmcgui.DialogProgress()\r\n\tdialog = xbmcgui.Dialog()\r\n\tpDialog.update(0)\r\n\tGame_Directories \t= [ \"E:\\\\Games\\\\\", \"F:\\\\Games\\\\\", \"G:\\\\Games\\\\\" ]\r\n\tLoader1\t\t\t\t= \"loaders\\cdx.xbe\"\r\n\tLoader2\t\t\t\t= \"loaders\\evo.xbe\"\r\n\tLoader3\t\t\t\t= \"loaders\\pd1.xbe\"\r\n\tInstall\t\t\t\t= \"\"\r\n\tCancelled\t\t\t= \"\"\r\n\r\n\ttitleid_to_loader = {\r\n\t\"4d570002\": Loader1, # Arctic Thunder\r\n\t\"49470010\": Loader1, # Battle Engine Aquila\r\n\t\"45530008\": Loader1, # Commandos 2\r\n\t\"54510004\": Loader1, # Dark Summit\r\n\t\"41540004\": Loader1, # Galleon\r\n\t\"5343000b\": Loader1, # Galleon alt\r\n\t\"4d4a0003\": Loader1, # Gunmetal\r\n\t\"52410008\": Loader1, # Gunmetal alt\r\n\t\"5655002d\": Loader1, # Hunter The Reckoning Redeemer\r\n\t\"5345000a\": Loader1, # Jet Set Radio Future\r\n\t\"49470018\": Loader1, # Jet Set Radio Future alt\r\n\t\"534e0002\": Loader1, # Metal Slug 3 (480p patched)\r\n\t\"4947001f\": Loader1, # Mission Impossible Operation Surma\r\n\t\"4d570008\": Loader1, # MLB SlugFest 20-03\r\n\t\"4d530008\": Loader1, # Nightcaster\r\n\t\"41560058\": Loader1, # Over the Hedge\r\n\t\"4d530015\": Loader1, # Quantum Redshift\r\n\t\"54540004\": Loader1, # Serious Sam\r\n\t\"5451000a\": Loader1, # Tetris Worlds\r\n\t\"4541038b\": Loader1, # The Sims 2\r\n\t\"41560004\": Loader1, # Tony Hawk's Pro Skater 3\r\n\t\"4d53005f\": Loader1, # Voodoo Vince\r\n\t# Loader 2\r\n\t\"4d53000d\": Loader2, # Fable\r\n\t# Loader 3\t\t\t\t\t\t\t\r\n\t\"5345000b\": Loader3, # Gunvalkrye\r\n\t\"49470017\": Loader3, # Gunvalkrye alt\r\n\t\"56550019\": Loader3, # Men of Valor\r\n\t\"53450007\": Loader3, # Panzer Dragoon Orta\r\n\t\"4947002b\": Loader3, # Panzer Dragoon Orta alt\r\n\t\"4156000a\": Loader3, # Wreckless - The Yakuza Missions\r\n\t\"4156000c\": Loader3, # Wreckless - The Yakuza Missions alt\r\n\t\"42550001\": Loader3, # Double-S.T.E.A.L\r\n\t\"42550002\": Loader3, # Double-S.T.E.A.L alt\r\n\t}\r\n\r\n\tfor Game_Directories in Game_Directories:\r\n\t\tCountList = 1\r\n\t\tpDialog.create(\"Auto Installer\",\"\",\"Please wait...\")\r\n\t\tif os.path.isdir(Game_Directories):\r\n\t\t\tfor Items in sorted(os.listdir(Game_Directories)):\r\n\t\t\t\tif not pDialog.iscanceled():\r\n\t\t\t\t\tif os.path.isdir(os.path.join(Game_Directories, Items)):\r\n\t\t\t\t\t\tGame_Path = os.path.join(Game_Directories, Items)+\"\\\\\"\r\n\t\t\t\t\t\tif os.path.isdir(Game_Path):\r\n\t\t\t\t\t\t\tXBEFiles = glob.glob(os.path.join(Game_Path, \"default.xbe\"))\r\n\t\t\t\t\t\t\tfor Default in XBEFiles:\r\n\t\t\t\t\t\t\t\tif os.path.isfile(Default):\r\n\t\t\t\t\t\t\t\t\tGame_Title\t= XBE(Default).Get_title()\r\n\t\t\t\t\t\t\t\t\tTitleID\t\t= XBE(Default).Get_title_id()\r\n\t\t\t\t\t\t\t\t\t# Map TitleID to the appropriate loader\r\n\t\t\t\t\t\t\t\t\tif TitleID in titleid_to_loader:\r\n\t\t\t\t\t\t\t\t\t\tLoader = titleid_to_loader[TitleID]\r\n\t\t\t\t\t\t\t\t\telse:\r\n\t\t\t\t\t\t\t\t\t\tLoader = \" \" # Blank used to skip a directory\r\n\t\t\t\t\t\t\t\t\t# Cleanup\r\n\t\t\t\t\t\t\t\t\tif os.path.isfile(os.path.join(Game_Path, \"default.xbe\")) and os.path.isfile(os.path.join(Game_Path, \"game_default.xbe\")):\r\n\t\t\t\t\t\t\t\t\t\tcleanup_game_directory(Game_Path)\r\n\t\t\t\t\t\t\t\t\telse:\r\n\t\t\t\t\t\t\t\t\t\tif os.path.isfile(os.path.join(Game_Path, \"loader_default.xbe\")):\r\n\t\t\t\t\t\t\t\t\t\t\tos.remove(os.path.join(Game_Path, \"loader_default.xbe\"))\r\n\t\t\t\t\t\t\t\t\tpDialog.update((CountList * 100) / len(os.listdir(Game_Directories)),\"Scanning Games\",Items,'')\r\n\t\t\t\t\t\t\t\t\tif Loader == Loader1:\r\n\t\t\t\t\t\t\t\t\t\tpDialog.update((CountList * 100) / len(os.listdir(Game_Directories)),\"Installing loader\",Items,\"Loader Type = CDX\")\r\n\t\t\t\t\t\t\t\t\t\ttime.sleep(0.5)\r\n\t\t\t\t\t\t\t\t\tif Loader == Loader2:\r\n\t\t\t\t\t\t\t\t\t\tpDialog.update((CountList * 100) / len(os.listdir(Game_Directories)),\"Installing loader\",Items,\"Loader Type = Evox\")\r\n\t\t\t\t\t\t\t\t\t\ttime.sleep(0.5)\r\n\t\t\t\t\t\t\t\t\tif Loader == Loader3:\r\n\t\t\t\t\t\t\t\t\t\tpDialog.update((CountList * 100) / len(os.listdir(Game_Directories)),\"Installing loader\",Items,\"Loader Type = PD1\")\r\n\t\t\t\t\t\t\t\t\t\ttime.sleep(0.5)\r\n\t\t\t\t\t\t\t\t\tCountList = CountList+1\r\n\t\t\t\t\t\t\t\t\tif Loader != \" \":\r\n\t\t\t\t\t\t\t\t\t\tInstall = \"True\"\r\n\t\t\t\t\t\t\t\t\t\tshutil.copy2(Working_Directory+Loader, Game_Path+\"loader_default.xbe\")\r\n\t\t\t\t\t\t\t\t\t\tprepare_loaderxbe(Game_Path, Loader)\r\n\t\t\t\telse:\r\n\t\t\t\t\tCancelled = \"True\"\r\n\t\t\t\t\tpass\r\n\tpDialog.close()\t\t\t\t\t\t\t\t\t\t\r\n\tif Install == \"True\" and Cancelled == \"\":\r\n\t\tdialog.ok(\"480p Game Loader\",\"\",\"Loaders installed.\",\"Happy gaming.\")\r\n\tif Install == \"\":\r\n\t\tdialog.ok(\"Error\",\"\",\"No games found.\")\r\n\tif Cancelled == \"True\":\r\n\t\tif dialog.yesno(\"480p Game Loader\",\"Cancelled.\",\"Would you like to rollback changes?\",'',xbmc.getLocalizedString(106),xbmc.getLocalizedString(107)):\r\n\t\t\txbmc.executebuiltin(\"RunScript(\"+Working_Directory+\"uninstall.py,1)\")\r\n\r\nif __name__ == \"__main__\":\r\n\tmain()"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/480p Game Loaders/resources/lib/manual.py",
    "content": "'''\r\n\tScript by Rocky5\r\n'''\r\nimport binascii, io, os, shutil, struct, sys, time, xbmcgui, zipfile, glob\r\nfrom shutil import copyfile\r\nfrom struct import unpack\r\nfrom xbe import *\r\nfrom xbeinfo import *\r\n\r\nprint \"| Scripts\\XBMC4Gamers Extras\\\\480p Game Loaders\\resources\\\\lib\\manual.py loaded.\"\r\n\r\ndef prepare_loaderxbe(Game_Path, Loader):\r\n\tprint Loader\r\n\tprint Game_Path\r\n\t## DEFAULT XBE TITLE\r\n\tdefault_xbe_file = open(os.path.join(Game_Path,'default.xbe'),'rb')\r\n\t#move to base address\r\n\tdefault_xbe_file.seek(260, 0)\r\n\tbase = default_xbe_file.read(4)\r\n\t#move to cert address\r\n\tdefault_xbe_file.seek(280, 0)\r\n\tcert = default_xbe_file.read(4)\r\n\t#get the location of the cert\r\n\tcertAddress = unpack(\"i\", cert)[0] # init32 values\r\n\tbaseAddress = unpack(\"i\", base)[0] # init32 values\r\n\t#move to the titleid\r\n\tdefault_xbe_file.seek((certAddress - baseAddress), 0)\r\n\txbe_certificate = default_xbe_file.read(464)\r\n\tdefault_xbe_file.close()\r\n\t##\r\n\t# I'm not too worried about reuising all these vars...\r\n\t# ATTACH XBE FILE\r\n\tattach_xbe_file = open(os.path.join(Game_Path,'loader_default.xbe'), 'r+b')\r\n\t#move to base address\r\n\tattach_xbe_file.seek(260, 0)\r\n\tbase = attach_xbe_file.read(4)\r\n\t#move to cert address\r\n\tattach_xbe_file.seek( 280, 0)\r\n\tcert = attach_xbe_file.read(4)\r\n\t#get the location of the cert\r\n\tcertAddress = unpack(\"i\", cert)[0] # init32 values\r\n\tbaseAddress = unpack(\"i\", base)[0] # init32 values\r\n\t#move to the titleid\r\n\tattach_xbe_file.seek((certAddress - baseAddress), 0)\r\n\tattach_xbe_file.write(xbe_certificate)\r\n\t# Custom fix for Men of Valor, but the game resets when you select one of the training mission, so this patch is pointless :/\r\n\t'''\r\n\tif TitleID == \"56550019\":\r\n\t\tattach_xbe_file.seek(62, 0)\r\n\t\tMOV_Fix = attach_xbe_file.read(1) \r\n\t\tattach_xbe_file.seek(280, 0)\r\n\t\tattach_xbe_file.write(MOV_Fix)\r\n\t'''\r\n\tattach_xbe_file.close()\r\n\r\n\tos.rename(os.path.join(Game_Path,\"default.xbe\"), os.path.join(Game_Path,\"game_default.xbe\"))\r\n\tos.rename(os.path.join(Game_Path,\"loader_default.xbe\"), os.path.join(Game_Path,\"default.xbe\"))\r\n\t\r\n\tif not os.path.isfile(os.path.join(Game_Path,'default.tbn')):\r\n\t\ttry: # this is to move on if there is an error with extracting the image.\r\n\t\t\txbeinfo(os.path.join(Game_Path,\"game_default.xbe\")).image_png()\r\n\t\texcept:\r\n\t\t\tprint \"| Error: Memory ran out when trying to extract TitleImage.xbx.\"\r\n\t\t\tprint \"|        So using alternative way.\"\r\n\t\t\ttry: # if the memory runs out this one works.\r\n\t\t\t\tXBE(os.path.join(Game_Path,\"game_default.xbe\")).Get_title_image().Write_PNG(\"Z:\\\\default.png\")\r\n\t\t\texcept:\r\n\t\t\t\tprint \"| Error: Cannot extract the default.png, haven't a clue why maybe its in DDS format?\"\r\n\r\n\t\tif os.path.isfile('Z:\\\\default.png'):\r\n\t\t\tshutil.move('Z:\\\\default.png',os.path.join(Game_Path,'default.tbn'))\r\n\r\n\t\tif os.path.isfile(os.path.join(Game_Path,'default.tbn')):\r\n\t\t\tshutil.copy2(os.path.join(Game_Path,'default.tbn'),os.path.join(Game_Path,'icon.png'))\r\n\r\n\t\tif os.path.isfile('Z:\\\\TitleImage.xbx'):\r\n\t\t\tos.remove('Z:\\\\TitleImage.xbx')\r\n\t\r\n\tif 'cdx.xbe' in Loader:\r\n\t\tif not os.path.isdir(os.path.join(Game_Path,\"480loadr\")):\r\n\t\t\tos.mkdir(Game_Path+\"480loadr\")\r\n\t\tldr_xpr\t\t\t\t= os.path.join(Game_Path,\"480loadr\\ldr.xpr\")\r\n\t\tldr_inx\t\t\t\t= os.path.join(Game_Path,\"480loadr\\ldr.inx\")\r\n\t\tldr_ttf\t\t\t\t= os.path.join(Game_Path,\"480loadr\\ldr.ttf\")\r\n\t\tldr_xpr_bytes\t\t= binascii.unhexlify('585052300010000000080000010004000000000000000000290C110100000000010004008000000000000000290C510500000000010004008002000000000000290C110100000000010004000003000000000000290C110100000000010004008003000000000000290C110100000000010004000004000000000000290C110100000000010004008004000000000000290C110100000000010004000005000000000000290C110100000000FFFFFFFFADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD6111ADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD00000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000010000000000000001000000000000000100000000000000ADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD0000ADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD0000ADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD44CAADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD0000ADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD0000ADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADADAD')\r\n\t\tldr_inx_bytes\t\t= binascii.unhexlify('FFFE5B0043006F006E006600690067005D000D000A004100700070005400690074006C0065003D00220034003800300070002000470061006D00650020006C006F00610064006500720022000D000A0041007400740072006100630074004D006F0064006500440065006C00610079003D002200300022000D000A000D000A005B004D00610069006E004D0065006E0075005D000D000A00470061006D00650031000D000A000D000A005B00470061006D00650031005D000D000A0041006300740069006F006E003D002200440065006D006F0022000D000A0044006900730070006C00610079004E0061006D0065003D002200500072006F0062006C0065006D002000470061006D00650022000D000A00460069006C0065004E0061006D0065003D002200670061006D0065005F00640065006600610075006C0074002E0078006200650022000D000A00460075006C006C00530063007200650065006E0056006F006C0075006D0065003D00220031003000300022000D000A00520065006D006100700050006100740068003D002200310022000D000A000D000A005B00490064006C00650041007400740072006100630074005D000D000A00470061006D0065003100')\r\n\t\tldr_ttf_bytes\t\t= binascii.unhexlify('00010000000B0080000300304F532F32BB42883B0000013800000056636D6170D07E3EE600000BC4000005D267617370FFFF000300002F2400000008676C79665F5397FB000016B40000002468656164DF088070000000BC000000366868656108D50DFD000000F400000024686D747802B700000000019000000A326C6F636111CA11DC000011980000051C6D61787006ED003600000118000000206E616D656C583E5D000016D8000004DF706F7374E7591CF300001BB80000136C0001000000010000BA14BA145F0F3CF5000B080000000000BF4C92F000000000BF4CA2590000025D015203CC00000009000100000000000000010000073EFE4E004308C000000462015200010000000000000000000000000000028C00010000028D000500010000000000020010002F00420000040C00000000000000010388019000050008059A05330000011B059A0533000003D100660212000002000000000000000000A00002AF500078FB0000000000000000484C202000400020FB0205D3FE510133073E01B26000019FDFF700000000060000000000000002390000023900000239000002D700000473000004730000071D0000055600000187000002AA000002AA0000031D000004AC00000239000002AA0000023900000239000004730000047300000473000004730000047300000473000004730000047300000473000004730000023900000239000004AC000004AC000004AC000004730000081F0000055600000556000005C7000005C700000556000004E300000639000005C700000239000004000000055600000473000006AA000005C7000006390000055600000639000005C700000556000004E3000005C7000005560000078D0000055600000556000004E3000002390000023900000239000003C100000473000002AA0000047300000473000004000000047300000473000002390000047300000473000001C7000001C700000400000001C7000006AA00000473000004730000047300000473000002AA00000400000002390000047300000400000005C7000004000000040000000400000002AC00000214000002AC000004AC0000055600000556000005C700000556000005C700000639000005C7000004730000047300000473000004730000047300000473000004000000047300000473000004730000047300000239000002390000023900000239000004730000047300000473000004730000047300000473000004730000047300000473000004730000047300000333000004730000047300000473000002CD0000044C000004E3000005E5000005E500000800000002AA000002AA000004640000080000000639000005B4000004640000046400000464000004730000049C000003F4000005B4000006960000046400000231000002F6000002EC000006250000071D000004E3000004E3000002AA000004AC000004640000047300000464000004E5000004730000047300000800000005560000055600000639000008000000078D0000047300000800000002AA000002AA000001C7000001C700000464000003F400000400000005560000015600000473000002AA000002AA00000400000004000000047300000239000001C7000002AA00000800000005560000055600000556000005560000055600000239000002390000023900000239000006390000063900000639000005C7000005C7000005C700000239000002AA000002AA000002AA000002AA000002AA000002AA000002AA000002AA000002AA000002AA00000473000001C70000055600000400000004E30000040000000214000005C70000047300000556000004000000055600000473000004AC000004AC000002AA000002AA000002AA000006AC000006AC000006AC000004730000063900000473000002390000055600000400000005C700000400000005C70000040000000473000004730000046B000005560000047300000556000004730000055600000473000005C700000400000005C700000400000005C7000004EB000005C700000556000004730000055600000473000005560000047300000556000004730000055600000473000006390000047300000639000004730000063900000473000005C700000473000005C70000047300000239000002390000023900000239000002390000023900000239000001C7000005E10000038D00000400000001C700000556000004000000040000000473000001C700000473000001C7000004730000025500000473000002AC000005C700000473000005C700000473000005C700000473000004D5000005C900000473000006390000047300000639000004730000063900000473000005C7000002AA000005C7000002AA000005C7000002AA00000556000004000000055600000400000004E300000239000004E300000300000004E300000239000005C700000473000005C700000473000005C700000473000005C700000473000005C700000473000005C7000004730000078D000005C70000055600000400000004E300000400000004E300000400000001C70000055600000473000008000000071D00000639000004E3000002AA000002AA000005570000023900000646000006B40000031200000632000006D800000605000001C70000055600000556000004680000055800000556000004E3000005C700000639000002390000055600000558000006AA000005C70000053300000639000005C700000556000004F2000004E3000005560000066200000556000006AF000005FB0000023900000556000004A00000039100000473000001C700000460000004A00000049A000004000000047400000391000003870000047300000473000001C700000400000004000000049C000004000000039500000473000005850000048D000003DB000004F000000329000004600000053000000433000005B40000063F000001C70000046000000473000004600000063F00000557000006EB00000455000005C0000005560000023900000239000004000000087500000815000006D5000004A900000515000005C0000005560000054000000556000004550000056B0000055600000763000004D5000005C0000005C0000004A900000540000006AA000005C700000639000005C000000556000005C7000004E3000005150000061500000556000005EB000005550000075500000780000006550000071500000540000005C000000815000005C7000004730000049500000440000002EB000004AB000004730000055A000003AB000004780000047800000380000004AB000005800000046B00000473000004550000047300000400000003AA000004000000069500000400000004950000042B0000066B0000069500000500000005C00000042B0000041500000600000004550000047300000473000002EB0000041500000400000001C700000239000001C700000740000006800000047300000380000004000000046B000003E90000034A0000078D000005C70000078D000005C70000078D000005C70000055600000400000008000000046B000001C700000180000002D500000400000002AA000002EB00000473000008C0000007150000029600000895000004CD000006AC000006AC000006AC000006AC00000800000004000000080000000400000008000000040000000400000007D5000005C0000004AB000004D5000004AC000004D5000004D5000005AB00000500000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005AB000005D5000004D5000004D5000002D6000002D600000800000007EB000007EB000007EB000007EB000004D5000004D5000004D5000004D5000002D60000082B0000086B0000075500000600000006000000044000000540000004C0000004150000040000000600000002AA000000000000000000020001000000000014000300010000011A0000010600000100000000000000010200000002000000000000000000000000000000010000030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F60610062636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAAB03ACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD000D1D2D3D4D5D6D7D8D9DADBDCDDDEDF000404B8000000D6008000060056007E0111011D011F012F01310140014201510153015D01610177017F019201FF02C702C902DD037E038A038C03A103CE040C044F045C045F04911E851EF32015201E2022202620302033203A203C203E2044207F20A420A720AC21052113211621222126212E215E219521A822022206220F22122215221A221F2229222B22482261226523022310232125002502250C251025142518251C2524252C2534253C256C258025842588258C259325A125AC25B225BA25BC25C425CB25CF25D925E6263C26402642266026632666266BF002F005FB02FFFF0000002000A00112011E0120013001320141014301520154015E01620178019201FA02C602C902D8037E0384038C038E03A30401040E0451045E04901E801EF22013201720202026203020322039203C203E2044207F20A320A720AC21052113211621222126212E215B219021A822022206220F221122152219221E2229222B22482260226423022310232025002502250C251025142518251C2524252C2534253C2550258025842588258C259025A025AA25B225BA25BC25C425CA25CF25D825E6263A26402642266026632665266AF001F004FB01FFFFFFE30000FFFD0000FFFB0000FFF90000FFF70000FFF50000FFF10000FF14FF740000FE0F0000FCA0FDF0FDEFFDEEFDEDFDBBFDBAFDB9FDB8FD88E39AE32E000000000000E085E095E1F3E084E1EBE1EAE077E1AA0000E184E010E127E11AE118DF6ADF79E101E0D5E0A4E092DE96DEA2DE8B0000DEA600000000E013DE71DE5F0000DE30DF3CDF2FDF20DD42DD41DD38DD35DD32DD2FDD2CDD25DD1EDD17DD10DCFDDCEADCE7DCE4DCE1DCDEDCD2DCCADCC5DCBEDCBDDCB60000DCADDCA5DC99DC46DC43DC42DC25DC23DC22DC1F10BE128705BE0001000000D4000001B4000001B4000001B4000001B4000001B4000001B80000000001C2000001C200000000000000000000000000000000000000000000000001B401B801C60000000000000000000000000000000001BA0000000000000000000000000000000000000000000000000000000001A0000001A001A2000000000000019E000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016A00000000000000000000000000000000000000000000000000000000000300A3008400850100009600E60086008E008B009D00A900A40010008A01010083009300F000F1008D0097008800C200DC00EF009E00AA00F300F200F400A200AC00C800C600AD006200630090006400CA006500C700C900CE00CB00CC00CD00E7006600D100CF00D000AE006700EE009100D400D200D3006800E900EB0089006A0069006B006D006C006E00A0006F0071007000720073007500740076007700E80078007A0079007B007D007C00B700A1007F007E0080008100EA00EC00B901020103010401050106010700FB00FC01080109010A010B00FD00FE010C010D010E00FF00F600F700F800D500E000E100AF00B000F900FA00E200E300BA0169016A016B016C00E400E5016D00D600DF00D900DA00DB00DE00D700DD00B100B20222022300B500B600C3022400B300B400C4008200C1008700F5022A009900ED00C200A50092023B008F023D00B8027B000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200120012001200010000025D015203CC000400001B0237017649840FFEAE03AFFEAE016807FE990000000000002801E600010000000000000034000000010000000000010009003B00010000000000020007003400010000000000030016003B00010000000000040009003B00010000000000050030005100010000000000060009003B000100000000000A004000810003000104030002000C02AF0003000104050002001000C10003000104060002000C00D10003000104070002001000DD0003000104080002001000ED0003000104090000006800FD0003000104090001001201730003000104090002000E01650003000104090003002C017300030001040900040012017300030001040900050060019F000300010409000600120173000300010409000A008001FF00030001040A0002000C02AF00030001040B00020010027F00030001040C0002000C02AF00030001040E0002000C02CD0003000104100002000E028F00030001041300020012029D0003000104140002000C02AF0003000104150002001002AF0003000104160002000C02AF0003000104190002000E02BF00030001041B0002001002CD00030001041D0002000C02AF00030001041F0002000C02AF0003000104240002000E02DD00030001042D0002000E02EB00030001080A0002000C02AF0003000108160002000C02AF000300010C0A0002000C02AF000300010C0C0002000C02AF')\r\n\t\twith open(ldr_xpr, 'wb') as f:\r\n\t\t\tf.write(ldr_xpr_bytes)\r\n\t\t\tf.close()\r\n\t\twith open(ldr_inx, 'wb') as f:\r\n\t\t\tf.write(ldr_inx_bytes)\r\n\t\t\tf.close()\r\n\t\twith open(ldr_ttf, 'wb') as f:\r\n\t\t\tf.write(ldr_ttf_bytes)\r\n\t\t\tf.close()\r\n\telif 'evo.xbe' in Loader:\r\n\t\tevox_ini = '''[Misc]\r\nAutoLaunchGames\t\t= No\r\nAutoLaunchDVDh\t\t= No\r\nUseFDrive\t\t\t= Yes\r\nUseGDrive\t\t\t= Yes\r\nSkinName\t\t\t= loader\r\nIGR\t\t\t\t\t= No\r\nUseItems\t\t\t= No\r\n[Network]\r\n[Clock]\r\n[FTP]\r\n[Telnet]\r\n[RDTOOLS]\r\n[BIOS]\r\n[Skin_Original]\r\n[Menu]\r\nSection \"Root\"\r\n{\r\n\tItem \"Press (A) to launch '+Game_Title+'\",\"%s\\game_default.xbe\"\r\n}'''\r\n\t\tWriteINI = open(Game_Path+\"evox.ini\",'w')\r\n\t\tWriteINI.write(evox_ini % (Game_Path[:-1]))\r\n\t\tWriteINI.close()\r\n\t\tif not os.path.isdir(os.path.join(Game_Path,\"skin\")):\r\n\t\t\tos.mkdir(Game_Path+\"skin\")\r\n\t\tif not os.path.isdir(os.path.join(Game_Path,\"skin\\\\loader\")):\r\n\t\t\tos.mkdir(Game_Path+\"skin\\\\loader\")\r\n\t\tbackground\t= os.path.join(Game_Path,\"skin\\\\loader\\\\1.jpg\")\r\n\t\tbackground_bytes\t= binascii.unhexlify('89504E470D0A1A0A0000000D4948445200000280000001E00803000000020F2CD6000001C5504C54450000000201020000010404050F0F1205050610101333333C27272E11111441414C35353E2929302323291D1D2243434E3D3D4724242A1E1E231212150606072B2B3225252B1F1F2419191D3A3A432D2D3426262C2020251313163C3C4535353D2E2E351B1B1F37373F2222271515180E0E1007070816161927272C26262B17171A28282D18181B0808091A1A1D09090A0A0A0B0B0B0C0C0C0D0D0D0E44455145465247485441424D4E4F5C494A5643444F4C4D594B4C584748534647524F505C4D4E5A494A5548495451525E50515D4B4C574A4B564E4F5A4D4E594F505B3738423D3E483738413637403F404A393A4338394240414B3B3C453A3B4442434D3D3E473C3D4645465044454F3F40493E3F4846475141424B4A4B5548495343444D30313931323A33343C2D2E3535363E2E2F3638394132333A31323934353C33343B36373E21222823242A28292F27282E292A302A2B312C2D332B2C322F30363233391D1E2320212621222723242925262B27282D292A2F191A1E1B1C201C1D2144464F1F202411121513141715161917181B191A1D1B1C1F1D1E210B0C0E0D0E100F1012141517070809090A0B0B0C0D010202030404050606030303020202010101FFFFFF0E73829B0000009774524E53FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00F19F9813000015DA4944415478DAEDDDFF6393459EC0716AA95B0465C12E0211A458A0574185AE9830CF53661E6F268FB7B8F2A580C0EA75DDBAE07187A2E7ADC29D7B6E593D77B9DD2D24FFEFCDD7346993B4E9D2F2C3BD5F94A4499E3C4FD24C663EF3F5D9B20500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000FE1F1B9E9A5898989878E82E161E1C19F8F9CD67271E4E3CB0FB587868F770FC68FB63CF6CB38FB99F070F2692870FC3F542BC39B1B0B030F1203CB2E06E6FED73AC030FD24E1EFA1DFB27D89F87FE7777D9EEA13BD883E98E3DBC786C21BC24FFB2C606FF732DBD8D870BC75E6C9280FE5ECDD7AB55213221AB5288B3F5E707FC9336769C95A51452BAFFD5777635DA1FFCD7B352B8DDCA52887ADD5E57AB7643BBBDDBB80CCFA90BFFEC708FDDBA2EF7F67CA99FFFA3AC8AD2BED2BAA896EE09A2AC977E3FA5CCFC6E4BB717FB8AC4BB6E8F75BFE73FB4EFE3E4EC3BF6A5C877AB7617557975D02FDC1B17CE96A2EEDE93F5CEEC9BA49F27E0CD5F654AA942E585514ADE1C1EE4B923F3D23ED3FE18FB7C91777CD65BC66551D87DBA8B9ADBA22854E1B72EF2C25F2965DC8FFFC5B87BDDAF35F1628F83EDB2FBB3C7712FB3F05BFB97ED6E29777C7FCB3E6AEF50B93B52EE37D1E664FB4E1E7F218D7B557E73A3C707FAC22DA8CCBFE0BCC895AA7EF198C4F3644AE18FAB313DD88F535C38B9F667FE38AB8BF8B92B955D39D1F1E01161E24EED67E6929F4B772E15DA84916B77690F67AFDD5D46F9C4E7F655988F8E763DD8949C2962820B4939A444FF5CE59270D84748D3B9DFD26FA82F2C76E4A32F94DA7F0FEC46C69CFDBCB1F6C2E255A9C27BB1295BD77753FE3EB162F8DF84FBE8DCD7DA7D90136B7DDE5E97C48C0A8957EEEFF89CB72CBE1D1260A1522EA77C82B319531E92867B280FB962C80D7DF2544A1CEEF6D1BEE1D2AACB27E34E7D6E171360785EAEC2BB708FE42A26679BCECB2F3AF7B4F58630E9551BF94F6B0D04876FD5435A775F259D6F23DD3C41C76A35FB69E6FE63D5F55D436B0AFF5EAB86CFDF25A29A7C6959AA9914BEFC0DC56C487F2185A79C4BA55253E5F1634DD960B54B18D83C27C2738AB4B15ADAA7CD557D21EE33D93C266A7FE4C2A6F8422E4B2C47DF2FDDC63EC116D95B6B0B04DFBC2EE281ED31B28B4749344FD4C90BA2083989FD5F7F6564F5678C1D4E219ECD6DB2FCC515195611129E69A5B19079B9B4E2E3CD3CE664A1E8B5419C3131A2331FAC0C448F577DA6E55F63AB308F795F4C7A210DB7B2D358F8BB30F0FAB272B671B76A5AC736E2FB35FC81265CF8A9C2619424FCDB8040B0DE2A0C95985D35103C352B4C4A0145F6D313CB1FFF248B65A03229C7323AE484DA8400CD840CD2F872DF1813C3497BAF7C79C5CB3B6323AF3C6E5DF3E9D5EDC3982296C5213D29ED6B1726A57697CBD94D5666A9E342A7AC3757D55503C1E63765C8705D1CA0E5FF10FE3D79431569626DC0550F8FF5DFFA7866426A70A59FFC6471F9E37F1131FC9BA985CA6DEE8B4677A9F2D3EE69A7DD651EF2B13CD45A8B5097B505FA99E559E0B88C419B4B7FB6AA1CBE2A3E8874A56E91C7141863CD2216956EAF36E5EA0B2B52D891AB42A54C5389F7FA0782C3FF522F5AFB36847F1B64CA978121D052624F9F5CA15191B5988DB94DBBD407EF48DF0C6294FE786C646464CC5E3C1A7B34E6AEED7F7B6D6F3C1A79E41FF037ED1D23472FE9585FA91E5F76C06BBE88B6E9AD7C3E6D3FF2A875FDC85E3C8A77FB5D3D7207197973B688556CB9B0E2151E7D5FE4BE24B7A9DFE8FF9EEE1B9F6421F9BB542D2EFD2F4965839C9A2D558CACEC67D63B101C99F701A3CFB60A5174C9108667E2E765C4208DB5DB64C8809539DF99A6B7D50BE3EBC0E65783445FDFCB58B5D79F3ED3A50DDD666BEE3B67F3E4BC5F20F820342DDAC3DBA45ABF4BF8B77146B697A14C72598378FBC71EE97467D96A37C9BB847FD681324673E26703B5076DD7BEA833A6EC4CB79FC818D1D58F0FB2BFC62F429C69134FB757F9BAB0D1646E429A9777BA67F9CD5D65A89AF9966BF102E1DF466A54446ABBB301BD9EEA1EFE69D58A87EAFB17BB6DB35FC766E5EC8D818EFFAC0CF9AF91BB3B33541D7A4ABA0473FD9B97A4FF1EE4851CEFF6F0F419DDAA5817F2DC48D7CAD9BB2EE185FA5936F32C696483F9DA858A155C5969AC4CA2D5D888EB3A1964F7EE80C5AB2677798B119F0CF805B8125284C93A1AA3B78990000AF1C380FB9B35A12EAE6F3ED3B52DE95CDD95AEBE2DB1103B570682279F132A75F2A9721FAD7F1B6F7AA7F08DBABE9415F323CBC33F199A92DD27D2B33B605AC60CB01C34C718AF874E6355B41F78342B42FFEDCCC880FB7B29F49E15EA46F73EEEC61D191B3F5DA34EF6C795F5B2D8A747EBDFE6058287658877DC9F3DEBCC154EBD2D62A3B2FD44CACB277AECE25B11FB297ED918F0E08F520F89681B96D5BCA843E5447C31E89B39A1C38085BCFEA71E5BECCD74ECC653AA26EEB7BFE0C61E598BA316D487A6FC3DE1DF26B5088E96A1AFD42535A3DBC2FE3F8A56778052F2373D338443A12E51887B831EFB99B9183D8AB6207044C536EDEAC02D70CDC3A1F5BBA87EDBBBEE1F4A59DF7D2C6E2FE5B123AF883486C706B36F11FE6D9EBD65E6837E9FD795295718DA234DABFAA1C57FF4CC1086AEF8E12F46955B073EF49438AD6C0059E8B6E8713A0D6B786B78E0FDBD2043A55EDCED93E597796C91769D40D3ADDC5EA7BB6DF14BE7EF660782451A5B5288F9B19021C8A248BDFF65BFEE80E110D417E6EAE009E684CB735CEABDBC54184ED543739EF8C9E0EFE464E81254FAB7CD3E75FFD22CF548C72C7F4A87D6673FF8AABE9FF06F738D9D93A114759F897681E0A9D9D059EBFB58BBB7FE256E20824B467A7EF0A8A9F18B2C74AADD582A0BDD383C9728CBDD83BF91C5336180AA9AED9784A6321306B8BAB75BDABA7FA322D39B3536B727FCDB748D3B5553A4C8C864531326CB8BD8615BAC9221B85613F7D4FA37EB38F09759EE7BDDDA5A107F96C53AC83AC2B0E6BC8EC3A7FB76F79EDAE9DF5EE85B2C3F9DFE54F8CE645F85CEDEDA4A7A780ABE17BA35CEDD164CBE60F47993E913FE7913320C0B1507D671D87111861C2F55389AAFA441CF27D6B1BF7B220FEFA07F93F8C876A1E2A809FB66B58EFD23B6865C5E22FC7B3A8E5CF51F43CA177CF1E4AA07377A64448D5D77EE8CDE1F7D6DF4BC0E09B03657A9ECD953B95FA9DCBB5719AD542AA3A3EE8E3DF746ED5DD61E7B35EA1F1B750FDFB3FF2AF73EF6C734F2622BB535F7F99A6C71FA83E175BC8B6FCB3006ACBACAB8D3C63DA963AF487ACFAE08A0F3F7690682E7AB6988531879E0DB470EF6CA87160B294A214416A66DB82850C8CC4DB92BEDDD65E66692B9C7B5F033D944A6DDA57F38CB8C7B28B3FFDD883B955D9F581A95DDB81CE679E8CBEB89C40EC81090CA3FAFB6E51F75EC898E430ADDD3B4F89674F01403C1BB553F75278DC5B3C9B0DA3BFC7B3C1B07D2C421F6298ACF559A8556A4796C3E7B4973E37CD99EDA3BFC58F9EC50A363BFB5F08CF3EB49805B45CDCF24E939D9AEADC63CEBBBFC8CF6DD88EED76C86F0EFA96A8EFB9A8749E38C8DEA33176C713674D2A5D1EE31898574A8546BF4BDCDCB8A348FB22DBDA611D436B5D45FEAD8EFCE10039AC3EB4980D37188599721812B03C18F6B45DB4BFE50BF4FF8F7B48D8B30C43844E8F2A53E9B3E8E0D356936B06A4DFA0843E67D4ACE8BD4939C26B6A5BA8D0A434E5D86287ED7D1AC78D58F5355B58FD793004F9571B0CB1A12E096C6791DBF38AE13585F1B26013C655BAFC5C943A16AA07ED9A725C4E5802ACCDA314B53E0D2B4A4D4E71FDA99E3A3B1FD376D9BFA59C4CB9D4D7971B2C82BEB49804742479B5A4B026CBE1ADBA37DF5C35EEEA002F274ED153ACCF78E03103E52E2F7CFAC120386E2562D4DCF588AFED282084528A0F39994FA72A55B133A6C3217958E6CE982BFD7A8DFAE2701FE59FA569DBCBE7A9BD0F04FA40DFEDCB43D1D5FADDC374622788A75903BB2162738E6AD09C0F52F7BE50A8B6F695373A3864D6B8290D646FB196FAA6644AD666AC6DF117EDC3439E51FAFD9FFDACA8C16359F80EFB6055F6E42884F9B571AEB781313223CBBBEEA400637F62F4CD5CB5386ADC4074748074FCBC8B9B29579153E8BF23543D9AB61F6F17B072F5E3C78E9E2C1D958D2AA6B17ED1D97AF5CBC78C95E5F39E86E1D3C78E5CA45FBEB9583EED783EE0E77B77FC8DE79E5D273BEB4D5EAE5566A6B5EAA855771633D21D96E19E60F88D552D2B142A73ABAF2EB8784725F8C3F4352782AA6AF8A3005DC7D245ABB19397E366FEF96E8A633D46C7E5F353EB1CAE3EE56B3F9377B39E4D8ABC650B86FC8DDE3EF6D0E0D85270E35FF66FFBDE47B2466CCD9A59E90DB71104EB69E9E902F74882075FF9E90A15D52877E46575712591C96E816EFF8BC4162782AE19F694DD83562F7B8083559573AE9B2FFD49C1785CF2B0BB1AEBEE090EC55DBB4A4433A8C825D4353DECA2FC545131B1BFB467323AF6445AA2B1572DF1FF6C93814C31E5A9C2710DCFCF0EF7EDDF7BCF90533845B78635B2E425564C626C8DE81A00FA6B2381C6BFB3A46C35C37612999D38F5AF7ED2A438BB67875F0373216EB3DFD47C39C9C95AAB5A09638B4B8E5F1FE6A1A215898EC2A81E0261B7BAF353BCE4641D77DE975E2A048CBA9D84CA25F0FFDC8E9308EC6CCAC633C601656D628AE2D157C7BCB9036B2738327E817ABA14AA1F7F579EE941161C919B7EE429867DFDC5DD6FC1A83AE0B9C4070939DFA40FA06159FE355D3C21B8FF7CBB4F099AD93F499A1D8B89CA6160F9E731C0B7586427FDA6C6BCAF3B1A74D1C83774CEC285D02344AECEF1DFE5564EAFFC895FE2895F3DB8A4CA561AA4579974070F34CC579143E4B902FB75242F33B118A65BF9269BD7720386742FB5EF6FCC0C7FEF7302040895D6DF9716CD751F5BD83EEEEF13F87F99C4AF61CCC3AB25DAA3404A1109797EA2A27AEB89E70152A54757AE536CB50458486623FB15C75B4DF1E38AD5BDD154AF61CA8B45BC445D2AE0D0D78F09199D80C576DAB700C5D71E395DDDA1C030FB1DE26C302C04AF6CAB04FED14795CF672A69073ED41C3E22111EBC27E7E01E31236A7F56F5EA8D89B962B71ED2F9D8FBE71BD8C1D1AAEB1A2D744EDAD698D19393D68092C7C638FDD79FBAEEF8AD82E9C0DBA2CF87E9DFAF97ACC283E2E749E5A3B6BE2EBCE04DEFCAE0C3D347EB4B4186760FE26847F6FEB344EA528EA732B16DE189E93715CB4CD9044FE6C8F7CCC8458B1CF5CB4EE8D26874518FBD539F4EA98F44920CFB31D83EDEFA889434C75F79134AEB21F7AAF7DC7F4CAC5890FD88CD7F15F495A0437DE319DD689CC7323BFEEF2A935BFAE87693EEE43E9355BFBA688C5F447832D65704AC4D1D765478BCBD1B45C8DFA70B026B9E7AB710DCCEEF3991EB9F46EE27282D92FBB65AF6F5CCFC2BAF8AE4C2809043738FCDB255BEBB329AD7A74DF4F14591AB56E03C1AE03548FD7431A1EB4E9EE908E43FFC5A9CE8CD1C41513C4CB83EC6EF82D13D711E9BA4A9C5F85240D352B7B9CA062F1905B553F0E1DD337080437D0F0A7225771D1511BFEF5ECBB7AF342E91AC7C2FAB75DA76C8FA9D88FA5F24703BC8093C2F786D944F1D3CEC26E4AA491341F2C0EB0BFF16A9C59DAB515706F560BEBA8BA1C5DEEE915E035BF93264F8BF26BF10381E046F9EB85B270A3915CE36B51CEF569441EBE295BE3FB6C90D42510FC8D080BF09A724773CDFEE64AEE193F17FE856507FCB91F8F630FF7EEEB5BD6DC26FCF87A187D684C97F69BC69D7A5C22D8E5F6A6DF92C407C2088530284C32496923C3BF78F60225FB9FB3ABD95656DBBAC8CA40705A9A341AF5DCFCFCF6DBF3F3B70FDB8BF9C3B70FDBEBDBEEB6BBE9EE71BFDDDE6EAF0FEF8BD56F9BD296877ADFA405DAD499B95FCFDD72FFAC9B37BFB2975FCDB91B73376FDDBCF5D5CD5BFE7E7B73EED7B7CEA5F0AE4B97CCD8F96A3A5F842D7EDFFE6BDF3FCD1B97CBD68924E81ADE18CD7B32B53E2B23563F59CD54A6F3D65A962B172E6BCEEB7016195BFC193F2C50B84180DA4FB935220C00B417991035FB4BE61F8AA713B155904A97323DCDCD136ECBCC0861B2CCEE2A7337B576D76E869D7D24CB327F9C2C068E459755F78FECCC8A744E25537D6FB5AAD2E25C75E9B4268289EA1B10FE7D2CE2F9366C92C99E5B43739B5BA92DAC23E88609AC58B9FB4F422D9D1C2E4DFB08E5689ECEEED03A5F9C0E134272DF7F57A85A6D651EF37519CF0117CEC890C76F8B49BB486D293E45A9B623B8DF7EBE3C037C5D8693CE85DCBEB27AEB4AF377B2B508BF51E207BA869F2C779E9AB00C8CCB2FD676C2C291F7649A566993D08DE5038E0FC9D6E2B7262FD2F4E25613A30933300B954ED295C7DCCFF587FDAE4B3CF79C56C5D21996D2B5693B15581C869DCEA754F86E3477E3EC7F2D0BFF3E17A6F5A2B458DBB2D3AE4530255A53FD9216C12769C24F82089F5D2DFB668DF5BCC66BD5A5498CB5E5CB778FF9D5BFC35A5A793AA59C699D97302FD23A04A17211CE59E8CF3053BBDEEDD3FDB348292FCEAB33E98420B96FF089D3068AD8F092E72A9ECBB0D0CB06D18C9DCF54EB8B909D596B67CD9BD7C4D2099868117C92E1DF377ED9D370D619638EADFD997B852EC2A4395B7D5E3E657DA1EECE6894A78971ADF3D084A273698E9C4A67C789419EE96C036C79BE9A32B9D4BB61425B63E13B2B8A306D2F6F4D418E3BB6B73B07526FBD5A860DDD36E5B9B5D728166FC9B8EFDC86B54C597F62E1DFCD7A1103275BFAFDEAE420CF9D3E93A5A2D0E4E2626720E8463999A57312C6BCD214711A66D19A6F12CACA34FEB0FA7A8FEFC94DD1B64643CA8AD2ADBC55296FAD7B1F4FED2B3BDBD3C7DD5E66D2BAE43B06294A9B5F0B13D7757063A559B4E389F8F16A35B3954829DCF22C039EAFDAAD2378362CFA22EC1EAA59C767DD3C74B6F48BC1F82DCACC2D0793B9F55FCA2C2BEB6E8D18A15D6DD6DE692BB3E1A4EA429CADF46CD67BBFEA579AC9DC8BD56EDBCC1F3A135511D6951159F8C9B474C72CDD5A35D5DF777CDBE6CEBA27496977A3CB8187174CD86A7B29EAE1C0EFCC2D927CFEFEFC6F74475CB76A72F21FEEBC30E8F0A92D8DEF5EB3CFBD5F99742B5F7DF67947EF49E3D5CF2AF681CAA4DF7DC55DDFB7BF4EDEB11B8F4E4EDA9F70E117CB1AAD8CDA1BA3A37DD6FE18BEF7D9A47767D2ED6174F2FE64E533B7A7FBF689F677773539E9DF8DBBEDB7F9CF8EFCB439FE85BB73F4FEFDCFEC7677061F2F7BF2B3F0D2EF4FDA5FBE64780C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C05AFD1FD66DAA696E4836270000000049454E44AE426082')\r\n\t\twith open(background, 'wb') as f:\r\n\t\t\tf.write(background_bytes)\r\n\t\t\tf.close()\r\n\t\tskin_ini = '''SkinName \"loader\",\"loader\"\r\n[Skin_loader]\r\nLogoType\t\t=\t4\r\nMain\t\t\t=\t\"\\skin\\loader\\\\1.jpg\"\r\nLaunch\t\t\t=\t\"\\skin\\loader\\\\1.jpg\"\r\nBarColor1\t\t= 0x\r\nBarColor2\t\t= 0x\r\nBarAlpha\t\t= 0.0\r\nMenuColor1\t\t= 0x4a4a56\r\nMenuColor2\t\t= 0x4a4a56'''\r\n\t\tWriteINI = open(Game_Path+\"skin\\\\loader\\\\skin.ini\",'w')\r\n\t\tWriteINI.write(skin_ini)\r\n\t\tWriteINI.close()\r\n\r\ndef cleanup_game_directory(Game_Path):\r\n\tfiles_to_remove = [\r\n\t\t\"default.xbe\",\r\n\t\t\"evox.ini\",\r\n\t\t\"loader_default.xbe\",\r\n\t]\r\n\r\n\tfor filename in files_to_remove:\r\n\t\tfile_path = os.path.join(Game_Path, filename)\r\n\t\tif os.path.isfile(file_path):\r\n\t\t\tos.remove(file_path)\r\n\r\n\t# Remove specific directories\r\n\tfor dir_name in [\"480loadr\", \"skin\"]:\r\n\t\tdir_path = os.path.join(Game_Path, dir_name)\r\n\t\tif os.path.isdir(dir_path):\r\n\t\t\tshutil.rmtree(dir_path)\r\n\r\n\t# Rename game_default.xbe to default.xbe if both files exist\r\n\tgame_default_path = os.path.join(Game_Path, \"game_default.xbe\")\r\n\tdefault_path = os.path.join(Game_Path, \"default.xbe\")\r\n\tif os.path.isfile(game_default_path) and not os.path.isfile(default_path):\r\n\t\tos.rename(game_default_path, default_path)\r\n\r\ndef main():\r\n\tWorking_Directory\t= os.getcwd()+\"\\\\\"\r\n\tpDialog = xbmcgui.DialogProgress()\r\n\tdialog = xbmcgui.Dialog()\r\n\tpDialog.update(0)\r\n\tGame_Path\t= dialog.browse(0,\"Select a game folder\",\"files\")\r\n\tLoader1\t\t= \"loaders\\cdx.xbe\"\r\n\tLoader2\t\t= \"loaders\\evo.xbe\"\r\n\tLoader3\t\t= \"loaders\\pd1.xbe\"\r\n\r\n\ttitleid_to_loader = {\r\n\t\"4d570002\": Loader1, # Arctic Thunder\r\n\t\"49470010\": Loader1, # Battle Engine Aquila\r\n\t\"45530008\": Loader1, # Commandos 2\r\n\t\"54510004\": Loader1, # Dark Summit\r\n\t\"41540004\": Loader1, # Galleon\r\n\t\"5343000b\": Loader1, # Galleon alt\r\n\t\"4d4a0003\": Loader1, # Gunmetal\r\n\t\"52410008\": Loader1, # Gunmetal alt\r\n\t\"5655002d\": Loader1, # Hunter The Reckoning Redeemer\r\n\t\"5345000a\": Loader1, # Jet Set Radio Future\r\n\t\"49470018\": Loader1, # Jet Set Radio Future alt\r\n\t\"534e0002\": Loader1, # Metal Slug 3 (480p patched)\r\n\t\"4947001f\": Loader1, # Mission Impossible Operation Surma\r\n\t\"4d570008\": Loader1, # MLB SlugFest 20-03\r\n\t\"4d530008\": Loader1, # Nightcaster\r\n\t\"41560058\": Loader1, # Over the Hedge\r\n\t\"4d530015\": Loader1, # Quantum Redshift\r\n\t\"54540004\": Loader1, # Serious Sam\r\n\t\"5451000a\": Loader1, # Tetris Worlds\r\n\t\"4541038b\": Loader1, # The Sims 2\r\n\t\"41560004\": Loader1, # Tony Hawk's Pro Skater 3\r\n\t\"4d53005f\": Loader1, # Voodoo Vince\r\n\t# Loader 2\r\n\t\"4d53000d\": Loader2, # Fable\r\n\t# Loader 3\t\t\t\t\t\t\t\r\n\t\"5345000b\": Loader3, # Gunvalkrye\r\n\t\"49470017\": Loader3, # Gunvalkrye alt\r\n\t\"56550019\": Loader3, # Men of Valor\r\n\t\"53450007\": Loader3, # Panzer Dragoon Orta\r\n\t\"4947002b\": Loader3, # Panzer Dragoon Orta alt\r\n\t\"4156000a\": Loader3, # Wreckless - The Yakuza Missions\r\n\t\"4156000c\": Loader3, # Wreckless - The Yakuza Missions alt\r\n\t\"42550001\": Loader3, # Double-S.T.E.A.L\r\n\t\"42550002\": Loader3, # Double-S.T.E.A.L alt\r\n\t}\r\n\r\n\tif Game_Path != \"\":\r\n\t\tif os.path.isfile(Game_Path+\"default.xbe\"):\r\n\t\t\tGame_Title\t= XBE(Game_Path+\"default.xbe\").Get_title()\r\n\t\t\tTitleID\t\t= XBE(Game_Path+\"default.xbe\").Get_title_id()\r\n\t\t\t# Map TitleID to the appropriate loader\r\n\t\t\tif TitleID in titleid_to_loader:\r\n\t\t\t\tLoader = titleid_to_loader[TitleID]\r\n\t\t\telse:\r\n\t\t\t\tLoader = \" \" # Blank used to skip a directory\r\n\t\t\t# Cleanup\r\n\t\t\tif os.path.isfile(os.path.join(Game_Path, \"default.xbe\")) and os.path.isfile(os.path.join(Game_Path, \"game_default.xbe\")):\r\n\t\t\t\tcleanup_game_directory(Game_Path)\r\n\t\t\telse:\r\n\t\t\t\tif os.path.isfile(os.path.join(Game_Path, \"loader_default.xbe\")):\r\n\t\t\t\t\tos.remove(os.path.join(Game_Path, \"loader_default.xbe\"))\r\n\t\t\ttry:\r\n\t\t\t\tshutil.copy2(Working_Directory+Loader, Game_Path+\"loader_default.xbe\")\r\n\t\t\t\tpDialog.create(\"Manual Installer\",\"\",\"Please wait...\")\r\n\t\t\t\ttime.sleep(0.5)\r\n\t\t\t\tif Loader == Loader1:\r\n\t\t\t\t\tpDialog.update(100,\"Installing loader\",Game_Title,\"Loader Type = CDX\")\r\n\t\t\t\tif Loader == Loader2:\r\n\t\t\t\t\tpDialog.update(100,\"Installing loader\",Game_Title,\"Loader Type = Evox\")\r\n\t\t\t\tif Loader == Loader3:\r\n\t\t\t\t\tpDialog.update(100,\"Installing loader\",Game_Title,\"Loader Type = PD1\")\r\n\t\t\t\tprepare_loaderxbe(Game_Path, Loader)\r\n\t\t\t\ttime.sleep(1)\r\n\t\t\t\tpDialog.close()\r\n\t\t\t\tdialog.ok(\"480p Game Loader\",\"\",\"Everything is setup.\",\"You just launch the game like normal.\")\r\n\t\t\texcept:\r\n\t\t\t\tpDialog.close()\r\n\t\t\t\tAlt_Game = dialog.yesno(\"480p Game Loader\",\"\",\"Not found in known list of games.\",\"would you like to proceed?\",xbmc.getLocalizedString(106),xbmc.getLocalizedString(107))\r\n\t\t\t\tif Alt_Game:\r\n\t\t\t\t\tLoader = Loader1\r\n\t\t\t\t\tshutil.copy2(Working_Directory+Loader, Game_Path+\"loader_default.xbe\")\r\n\t\t\t\t\tpDialog.create(\"Manual Installer\",\"\",\"Please wait...\")\r\n\t\t\t\t\ttime.sleep(0.5)\r\n\t\t\t\t\tpDialog.update(100,\"Installing loader\",Game_Title,\"Loader Type = CDX\")\r\n\t\t\t\t\tprepare_loaderxbe(Game_Path, Loader)\r\n\t\t\t\t\ttime.sleep(1)\r\n\t\t\t\t\tpDialog.close()\r\n\t\t\t\t\tdialog.ok(\"480p Game Loader\",\"\",\"Everything is setup.\",\"You just launch the game like normal.\")\r\n\t\telse:\r\n\t\t\tdialog.ok(\"ERROR:\",\"\",'Please select a directory with a default.xbe present.')\r\n\r\nif __name__ == \"__main__\":\r\n\tmain()"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/480p Game Loaders/resources/lib/uninstall.py",
    "content": "'''\r\n\tScript by Rocky5\r\n'''\r\nimport binascii, io, os, shutil, struct, sys, time, xbmcgui, zipfile, glob\r\nfrom shutil import copyfile\r\nfrom struct import unpack\r\nfrom xbe import *\r\nfrom xbeinfo import *\r\n\r\nprint \"| Scripts\\XBMC4Gamers Extras\\\\480p Game Loaders\\resources\\\\lib\\uninstall.py loaded.\"\r\n\r\ndef cleanup_game_directory(Game_Path):\r\n\tfiles_to_remove = [\r\n\t\t\"default.xbe\",\r\n\t\t\"evox.ini\",\r\n\t\t\"loader_default.xbe\",\r\n\t]\r\n\r\n\tfor filename in files_to_remove:\r\n\t\tfile_path = os.path.join(Game_Path, filename)\r\n\t\tif os.path.isfile(file_path):\r\n\t\t\tos.remove(file_path)\r\n\r\n\t# Remove specific directories\r\n\tfor dir_name in [\"480loadr\", \"skin\"]:\r\n\t\tdir_path = os.path.join(Game_Path, dir_name)\r\n\t\tif os.path.isdir(dir_path):\r\n\t\t\tshutil.rmtree(dir_path)\r\n\r\n\t# Rename game_default.xbe to default.xbe if both files exist\r\n\tgame_default_path = os.path.join(Game_Path, \"game_default.xbe\")\r\n\tdefault_path = os.path.join(Game_Path, \"default.xbe\")\r\n\tif os.path.isfile(game_default_path) and not os.path.isfile(default_path):\r\n\t\tos.rename(game_default_path, default_path)\r\n\r\nWorking_Directory\t= os.getcwd()+\"\\\\\"\r\npDialog\t\t\t\t= xbmcgui.DialogProgress()\r\ndialog\t\t\t\t= xbmcgui.Dialog()\r\nCleaned\t= \"\"\r\nCancelled = \"\"\r\n\r\ntry:\r\n\tSelect\t\t= sys.argv[1]\r\n\tRollBack\t= 1\r\nexcept:\r\n\tSelect\t\t= 0\r\n\tRollBack\t= 0\r\n\t\r\nif Select == 0:\r\n\tSelect = dialog.yesno(\"Uninstaller\",\"Note:\",\"Auto Uninstaller uninstalls loaders from [CR]E:\\Games\\, F:\\Games\\ & G:\\Games\",\"\",\"Manual\",\"Auto\")\r\n\r\npDialog.update(0)\r\n\r\nif Select:\r\n\tGame_Directories \t= [ \"E:\\\\Games\\\\\", \"F:\\\\Games\\\\\", \"G:\\\\Games\\\\\" ]\r\n\tfor Game_Directories in Game_Directories:\r\n\t\tCountList = 1\r\n\t\tpDialog.create(\"Uninstaller\",\"\",\"Please wait...\")\r\n\t\tif os.path.isdir(Game_Directories):\r\n\t\t\tfor Items in sorted(os.listdir(Game_Directories)):\r\n\t\t\t\tif not pDialog.iscanceled():\r\n\t\t\t\t\tif os.path.isdir(os.path.join(Game_Directories, Items)):\r\n\t\t\t\t\t\tGame_Path = os.path.join(Game_Directories, Items)+\"\\\\\"\r\n\t\t\t\t\t\tXBEFiles = glob.glob(os.path.join(Game_Path, \"default.xbe\"))\r\n\t\t\t\t\t\ttry:\r\n\t\t\t\t\t\t\tpDialog.update((CountList * 100) / len(os.listdir(Game_Directories)),\"Checking for Game loaders\",Items)\r\n\t\t\t\t\t\t\tCountList = CountList+1\r\n\t\t\t\t\t\t\tif os.path.isfile(os.path.join(Game_Path, \"default.xbe\")) and os.path.isfile(os.path.join(Game_Path, \"game_default.xbe\")):\r\n\t\t\t\t\t\t\t\tif RollBack == 1:\r\n\t\t\t\t\t\t\t\t\tpDialog.update((CountList * 100) / len(os.listdir(Game_Directories)),\"Rolling back\",Items)\r\n\t\t\t\t\t\t\t\t\ttime.sleep(0.5)\r\n\t\t\t\t\t\t\t\telse:\r\n\t\t\t\t\t\t\t\t\tpDialog.update((CountList * 100) / len(os.listdir(Game_Directories)),\"Uninstalling loader\",Items)\r\n\t\t\t\t\t\t\t\t\ttime.sleep(0.5)\r\n\t\t\t\t\t\t\t\tCleaned = \"True\"\r\n\t\t\t\t\t\t\t\tcleanup_game_directory(Game_Path)\r\n\t\t\t\t\t\t\telse:\r\n\t\t\t\t\t\t\t\tif os.path.isfile(os.path.join(Game_Path, \"loader_default.xbe\")):\r\n\t\t\t\t\t\t\t\t\tos.remove(os.path.join(Game_Path, \"loader_default.xbe\"))\r\n\t\t\t\t\t\texcept:\r\n\t\t\t\t\t\t\tpass\r\n\t\t\t\telse:\r\n\t\t\t\t\tCancelled = \"True\"\r\n\t\t\t\t\tpass\r\nelse:\r\n\tGame_Path\t= dialog.browse(0,\"Select a folder\",\"files\")\r\n\tCountList = 1\r\n\tif not Game_Path == \"\":\r\n\t\tif os.path.isdir(Game_Path):\r\n\t\t\ttry:\r\n\t\t\t\tif os.path.isfile(os.path.join(Game_Path, \"default.xbe\")) and os.path.isfile(os.path.join(Game_Path, \"game_default.xbe\")):\r\n\t\t\t\t\tGame_Title\t= XBE(os.path.join(Game_Path, \"game_default.xbe\")).Get_title()\r\n\t\t\t\t\tif CountList == 1:\r\n\t\t\t\t\t\tpDialog.create(\"Uninstaller\",\"\",\"Please wait...\")\r\n\t\t\t\t\tpDialog.update((CountList * 100) / len(os.listdir(Game_Path)),\"Uninstalling loader\")\r\n\t\t\t\t\tCountList = CountList+1\r\n\t\t\t\t\tCleaned = \"True\"\r\n\t\t\t\t\tcleanup_game_directory(Game_Path)\r\n\t\t\t\telif os.path.isfile(os.path.join(Game_Path, \"loader_default.xbe\")):\r\n\t\t\t\t\tos.remove(os.path.join(Game_Path, \"loader_default.xbe\"))\r\n\t\t\texcept:\r\n\t\t\t\tpass\r\npDialog.close()\t\t\t\t\t\t\t\t\t\t\r\nif Cleaned == \"True\" and Cancelled == \"\":\r\n\tif Select == 1:\r\n\t\tdialog.ok(\"Uninstaller\",\"\",\"All loaders have been uninstalled.\")\r\n\telse:\r\n\t\tdialog.ok(\"Uninstaller\",\"\",\"Loader for [B]\"+Game_Title+\"[/B] uninstalled.\")\r\n\r\nif Cancelled == \"True\":\r\n\tif Select == 1:\r\n\t\tdialog.ok(\"Uninstaller\",\"\",\"Uninstall cancelled.\")\r\n\telif RollBack == 1:\r\n\t\tdialog.ok(\"Uninstaller\",\"\",\"Roll back cancelled.\")\r\n\r\nif Cancelled == \"\" and RollBack == 1:\r\n\tdialog.ok(\"Uninstaller\",\"\",\"Roll back complete.\")\r\n\r\nif Cleaned == \"\" and Cancelled == \"\":\r\n\tdialog.ok(\"Error\",\"\",\"No games needed cleaned.\")\r\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/480p Game Loaders/resources/skins/default/xml/main.xml",
    "content": "<window id=\"129\">\r\n\t<defaultcontrol always=\"false\">3000</defaultcontrol>\r\n\t<!-- <zorder>20</zorder> -->\r\n\t<coordinates>\r\n\t\t<system>1</system>\r\n\t\t<left>0</left>\r\n\t\t<top>0</top>\r\n\t</coordinates>\r\n\t<controls>\r\n\t\t<control type=\"image\">\r\n\t\t\t<description>underlay image</description>\r\n\t\t\t<left>0</left>\r\n\t\t\t<top>0</top>\r\n\t\t\t<width>1280</width>\r\n\t\t\t<height>720</height>\r\n\t\t\t<texture>main-underlay.png</texture>\r\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" time=\"200\">WindowOpen</animation>\r\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"200\">WindowClose</animation>\r\n\t\t</control>\r\n\t\t<control type=\"group\">\r\n\t\t\t<left>447</left>\r\n\t\t\t<top>215</top>\r\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"200\" time=\"500\">WindowOpen</animation>\r\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"500\">WindowClose</animation>\r\n\t\t\t<control type=\"image\">\r\n\t\t\t\t<description>background image</description>\r\n\t\t\t\t<left>0</left>\r\n\t\t\t\t<top>0</top>\r\n\t\t\t\t<width>386</width>\r\n\t\t\t\t<height>290</height>\r\n\t\t\t\t<texture>main-background.png</texture>\r\n\t\t\t\t<aspectratio>stretch</aspectratio>\r\n\t\t\t</control>\r\n\t\t\t<control type=\"label\">\r\n\t\t\t\t<description>heading label</description>\r\n\t\t\t\t<left>0</left>\r\n\t\t\t\t<top>28</top>\r\n\t\t\t\t<width>386</width>\r\n\t\t\t\t<height>0</height>\r\n\t\t\t\t<align>center</align>\r\n\t\t\t\t<font>size_20</font>\r\n\t\t\t\t<label>480p Game loaders</label>\r\n\t\t\t\t<textcolor>FF000000</textcolor>\r\n\t\t\t</control>\r\n\t\t\t<control type=\"grouplist\">\r\n\t\t\t\t<description>custom grouplist for context buttons</description>\r\n\t\t\t\t<left>43</left>\r\n\t\t\t\t<top>84</top>\r\n\t\t\t\t<width>386</width>\r\n\t\t\t\t<height>290</height>\r\n\t\t\t\t<itemgap>0</itemgap>\r\n\t\t\t\t<control type=\"button\" id=\"3000\">\r\n\t\t\t\t\t<description>Action Button</description>\r\n\t\t\t\t\t<width>300</width>\r\n\t\t\t\t\t<height>42</height>\r\n\t\t\t\t\t<font>size_23</font>\r\n\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t<textcolor>FFFFFFFF</textcolor>\r\n\t\t\t\t\t<focusedcolor>FFFFFFFF</focusedcolor>\r\n\t\t\t\t\t<label>Info</label>\r\n\t\t\t\t\t<texturefocus border=\"2\">main-button-focus.png</texturefocus>\r\n\t\t\t\t\t<texturenofocus border=\"2\">main-button-nofocus.png</texturenofocus>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"button\" id=\"3001\">\r\n\t\t\t\t\t<description>Action Button</description>\r\n\t\t\t\t\t<width>300</width>\r\n\t\t\t\t\t<height>42</height>\r\n\t\t\t\t\t<font>size_23</font>\r\n\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t<textcolor>FFFFFFFF</textcolor>\r\n\t\t\t\t\t<focusedcolor>FFFFFFFF</focusedcolor>\r\n\t\t\t\t\t<label>Auto Install</label>\r\n\t\t\t\t\t<texturefocus border=\"2\">main-button-focus.png</texturefocus>\r\n\t\t\t\t\t<texturenofocus border=\"2\">main-button-nofocus.png</texturenofocus>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"button\" id=\"3002\">\r\n\t\t\t\t\t<description>Action Button</description>\r\n\t\t\t\t\t<width>300</width>\r\n\t\t\t\t\t<height>42</height>\r\n\t\t\t\t\t<font>size_23</font>\r\n\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t<textcolor>FFFFFFFF</textcolor>\r\n\t\t\t\t\t<focusedcolor>FFFFFFFF</focusedcolor>\r\n\t\t\t\t\t<label>Manual Install</label>\r\n\t\t\t\t\t<texturefocus border=\"2\">main-button-focus.png</texturefocus>\r\n\t\t\t\t\t<texturenofocus border=\"2\">main-button-nofocus.png</texturenofocus>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"button\" id=\"3003\">\r\n\t\t\t\t\t<description>Action Button</description>\r\n\t\t\t\t\t<width>300</width>\r\n\t\t\t\t\t<height>42</height>\r\n\t\t\t\t\t<font>size_23</font>\r\n\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t<textcolor>FFFFFFFF</textcolor>\r\n\t\t\t\t\t<focusedcolor>FFFFFFFF</focusedcolor>\r\n\t\t\t\t\t<label>Uninstall</label>\r\n\t\t\t\t\t<texturefocus border=\"2\">main-button-focus.png</texturefocus>\r\n\t\t\t\t\t<texturenofocus border=\"2\">main-button-nofocus.png</texturenofocus>\r\n\t\t\t\t</control>\r\n\t\t\t</control>\r\n\t\t</control>\r\n\t</controls>\r\n</window>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Cerbios Config Editor/addon.xml",
    "content": "<?xml version=\"1.0\" encoding=\"Windows-1252\" standalone=\"yes\"?>\n<addon id=\"Cerbios Config Editor\" name=\"Cerbios Config Editor\" version=\"1.0.0\" provider-name=\"Rocky5\">\n\t\t<requires>\n\t\t\t\t<import addon=\"xbmc.python\" version=\"1.0\" />\n\t\t</requires>\n\t\t<extension point=\"xbmc.python.script\" library=\"default.py\" />\n\t\t<extension point=\"xbmc.addon.metadata\">\n\t\t\t\t<platform>all</platform>\n\t\t\t\t<summary lang=\"en\">Cerbios Config Editor</summary>\n\t\t\t\t<description lang=\"en\">Used to configure the Cerbios.ini</description>\n\t\t</extension>\n</addon>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Cerbios Config Editor/default.py",
    "content": "import os, sys, glob\nimport xbmcgui, xbmcaddon\n\nAddon = xbmcaddon.Addon('Cerbios Config Editor')\nini_file = \"E:\\\\Cerbios\\\\cerbios.ini\"\n\n__scriptname__ = Addon.getAddonInfo('name')\n__id__ = Addon.getAddonInfo('id')\n__author__ = Addon.getAddonInfo('author')\n__version__ = Addon.getAddonInfo('version')\n__path__ = Addon.getAddonInfo('path')\n\nprint '[SCRIPT][%s] version %s initialized!' % (__scriptname__, __version__)\n\nif __name__ == \"__main__\":\n\timport resources.lib.__init__ as __init__\n\tui = __init__.GUI('%s.xml' % \"main\", __path__, 'default')\n\n\texecfile(os.path.join(__path__, \"resources\", \"lib\", \"config_edit.py\"))\n\n\tif os.path.isfile(ini_file):\n\t\tui.doModal()\n\t\tdel ui"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Cerbios Config Editor/resources/__init__.py",
    "content": "# Dummy file to make this directory a package.\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Cerbios Config Editor/resources/lib/__init__.py",
    "content": "from xbmc import executebuiltin, getCondVisibility, getInfoLabel\nimport xbmcgui\nclass GUI(xbmcgui.WindowXMLDialog):\n\tdef __init__(self, *args, **kwargs):\n\t\txbmcgui.WindowXMLDialog.__init__(self, *args, **kwargs)\n\tdef onInit(self):\n\t\tself.PREVIOUS_MENU = [10]\n\t\tself.ACTION_NAV_BACK = [92]\n\tdef onAction(self, action):\n\t\tif action in self.PREVIOUS_MENU:\n\t\t\tself.close()\n\t\tif action in self.ACTION_NAV_BACK:\n\t\t\tself.close()\n\tdef onFocus(self, controlId):\n\t\tpass\n\tdef onClick(self, controlId):\n\t\tpass"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Cerbios Config Editor/resources/lib/config_edit.py",
    "content": "'''\n\tScript by Rocky5:\n\tUsed to edit settings in the E:\\Cerbios\\Cerbios.ini\n'''\nimport xml.etree.ElementTree as ET\nfrom os.path import isfile\nfrom sys import argv\nfrom time import sleep\nfrom xbmc import executebuiltin, getCondVisibility, getInfoLabel, getLocalizedString\nfrom xbmcgui import Dialog\n\n# Set path for the skin\nexecutebuiltin('SetProperty(script_path,{}\\\\resources\\\\lib\\\\config_edit.py,3000)'.format(__path__))\n\nini_file = \"E:\\\\Cerbios\\\\cerbios.ini\"\n\n# Default mapping for the cerbios.ini or if skin settings are set they are used\nskin_mappings = {\n\t\"AdvCPUSupport\": (\"cerbios_advcpusupport\", False),\n\t\"ApplyTitlePatches\": (\"cerbios_titlepatches\", False),\n\t\"AVCheck\": (\"cerbios_avcheck\", True),\n\t\"BlockDashUpdate\": (\"cerbios_blockupdate\", False),\n\t\"BootAnimPath\": (\"cerbios_bootanimpath\", \"E:\\\\Cerbios\\\\BootAnims\\\\Xbox\\\\BootAnim.xbe\"),\n\t\"CPUMPLLCoeff\": (\"cerbios_cpumpllcoeff\", \"000000\"),\n\t\"DashPath\": (\"cerbios_dashpath\", \"C:\\\\evoxdash.xbe\"),\n\t\"Debug\": (\"cerbios_debugsupport\", False),\n\t\"DisableLimitMem\": (\"cerbios_xbememlimit\", False),\n\t\"DriveSetup\": (\"cerbios_drivesetup\", \"Legacy Mode\"),\n\t\"EnableScreenshots\": (\"cerbios_enablescreenshots\", False),\n\t\"FanSpeed\": (\"cerbios_fanspeed\", \"Auto\"),\n\t\"Force480p\": (\"cerbios_force480p\", False),\n\t\"ForceFFilter\": (\"cerbios_flickerfilter\", \"System\"),\n\t\"ForceVGA\": (\"cerbios_forcevga\", False),\n\t\"FrontLed\": (\n\t\t[\"cerbios_ledcolour1\", \"cerbios_ledcolour2\", \"cerbios_ledcolour3\", \"cerbios_ledcolour4\"],\n\t\t[\"Green\", \"Green\", \"Green\", \"Green\"]\n\t),\n\t\"IGRCycle\": (\n\t\t[\"cerbios_igrcycle_1\", \"cerbios_igrcycle_2\", \"cerbios_igrcycle_3\", \"cerbios_igrcycle_4\"],\n\t\t[\"Left Trigger\", \"Right Trigger\", \"Black\", \"DPad Up\"]\n\t),\n\t\"IGRDash\": (\n\t\t[\"cerbios_igrdash_1\", \"cerbios_igrdash_2\", \"cerbios_igrdash_3\", \"cerbios_igrdash_4\"],\n\t\t[\"Left Trigger\", \"Right Trigger\", \"Start\", \"Back\"]\n\t),\n\t\"IGRFull\": (\n\t\t[\"cerbios_igrfull_1\", \"cerbios_igrfull_2\", \"cerbios_igrfull_3\", \"cerbios_igrfull_4\"],\n\t\t[\"Left Trigger\", \"Right Trigger\", \"Black\", \"Back\"]\n\t),\n\t\"IGRGame\": (\n\t\t[\"cerbios_igrgame_1\", \"cerbios_igrgame_2\", \"cerbios_igrgame_3\", \"cerbios_igrgame_4\"],\n\t\t[\"Left Trigger\", \"Right Trigger\", \"Black\", \"Start\"]\n\t),\n\t\"IGRShutdown\": (\n\t\t[\"cerbios_igrshutdown_1\", \"cerbios_igrshutdown_2\", \"cerbios_igrshutdown_3\", \"cerbios_igrshutdown_4\"],\n\t\t[\"Left Trigger\", \"Right Trigger\", \"DPad Up\", \"Back\"]\n\t),\n\t\"IGRScreen\": (\n\t\t[\"cerbios_igrscreen_1\", \"cerbios_igrscreen_2\", \"cerbios_igrscreen_3\", \"cerbios_igrscreen_4\"],\n\t\t[\"Left Thumb\", \"Right Thumb\", \"\", \"\"]\n\t),\n\t\"IGRMasterPort\": (\"cerbios_igrmasterport\", \"0\"),\n\t\"InAppLCDEnable\": (\"cerbios_lcdsupport\", False),\n\t\"LCDI2CAddr\": (\"cerbios_lcdi2caddr\", \"3C\"),\n\t\"LCDI2CProto\": (\"cerbios_lcdi2cproto\", \"HD44780 compatible (LCD2004)\"),\n\t\"NVPLLCoeff\": (\"cerbios_nvpllcoeff\", \"000000\"),\n\t\"Overclocking\": (\"cerbios_overclocking\", False),\n\t\"ReadOnlyC\": (\"cerbios_readonlyc\", False),\n\t\"ResetOnEject\": (\"cerbios_roeject\", False),\n\t\"RTCEnable\": (\"cerbios_rtcsupport\", False),\n\t\"ScreenshotHDD\": (\"cerbios_screenshothdd\", \"Master\"),\n\t\"ScreenshotPart\": (\"cerbios_screenshotpart\", \"E\"),\n\t\"TUDATARedir\": (\"cerbios_tudataredir\", False),\n\t\"TUDATARedirHDD\": (\"cerbios_tudataredirhdd\", \"Master\"),\n\t\"TUDATARedirPart\": (\"cerbios_tudataredirpart\", \"System\"),\n\t\"UdmaModeMaster\": (\"cerbios_udmamodemaster\", \"System\"),\n\t\"UdmaModeSlave\": (\"cerbios_udmamodeslave\", \"System\"),\n\t\"XonlineDashRedir\": (\"cerbios_xonlinedashredir\", False)\n}\n\n# This is here as its shared with the saving function.\nled_skin_mapping = {\n\t\"Off\": \"O\",\n\t\"Amber\": \"A\",\n\t\"Green\": \"G\",\n\t\"Red\": \"R\",\n}\n\n# Map friendly names to hex values\nigr_button_skin_mapping = {\n\t\"A\": \"0\",\n\t\"B\": \"1\",\n\t\"X\": \"2\",\n\t\"Y\": \"3\",\n\t\"Black\": \"4\",\n\t\"White\": \"5\",\n\t\"Left Trigger\": \"6\",\n\t\"Right Trigger\": \"7\",\n\t\"DPad Up\": \"8\",\n\t\"DPad Down\": \"9\",\n\t\"DPad Left\": \"A\",\n\t\"DPad Right\": \"B\",\n\t\"Start\": \"C\",\n\t\"Back\": \"D\",\n\t\"Left Thumb\": \"E\",\n\t\"Right Thumb\": \"F\",\n}\n\ndef convert_ini_to_skin(ini_key, value):\n\tif value.lower() in [\"true\", \"false\"]:\n\t\treturn value.lower() == \"true\"\n\n\tif ini_key == \"DriveSetup\":\n\t\tdrive_mapping = {\n\t\t\t\"0\": \"Standard Mode\",\n\t\t\t\"1\": \"Legacy Mode\",\n\t\t\t\"2\": \"Modern Mode\",\n\t\t\t\"3\": \"Dual HDD Mode\",\n\t\t}\n\t\treturn drive_mapping.get(value, value)\n\n\tif ini_key == \"FanSpeed\":\n\t\treturn \"Auto\" if value == \"0\" else \"{}%\".format(value)\n\n\tif ini_key == \"ForceFFilter\":\n\t\tflicker_mapping = {\n\t\t\t\"6\": \"System\",\n\t\t\t\"0\": \"Off\",\n\t\t\t\"1\": \"Slight\",\n\t\t\t\"2\": \"Moderate\",\n\t\t\t\"3\": \"Balanced\",\n\t\t\t\"4\": \"Enhanced\",\n\t\t\t\"5\": \"Strong\",\n\t\t}\n\t\treturn flicker_mapping.get(value, \"System\")\n\n\tif ini_key == \"FrontLed\":\n\t\tled_ini_mapping = {\n\t\t\t\"O\": \"Off\",\n\t\t\t\"A\": \"Amber\",\n\t\t\t\"G\": \"Green\",\n\t\t\t\"R\": \"Red\",\n\t\t}\n\t\treturn [led_ini_mapping.get(char, \"Off\") for char in value]\n\n\tif ini_key == \"IGRMasterPort\":\n\t\tigrmasterport_mapping = {\n\t\t\t\"0\": \"ALL\",\n\t\t\t\"1\": \"Port 1\",\n\t\t\t\"2\": \"Port 2\",\n\t\t\t\"3\": \"Port 3\",\n\t\t\t\"4\": \"Port 4\",\n\t\t}\n\t\treturn igrmasterport_mapping.get(value, \"ALL\")\n\n\tif ini_key in [\"IGRCycle\", \"IGRDash\", \"IGRFull\", \"IGRGame\", \"IGRScreen\", \"IGRShutdown\"]:\n\t\tigr_button_mapping = {\n\t\t\t\"0\": \"A\",\n\t\t\t\"1\": \"B\",\n\t\t\t\"2\": \"X\",\n\t\t\t\"3\": \"Y\",\n\t\t\t\"4\": \"Black\",\n\t\t\t\"5\": \"White\",\n\t\t\t\"6\": \"Left Trigger\",\n\t\t\t\"7\": \"Right Trigger\",\n\t\t\t\"8\": \"DPad Up\",\n\t\t\t\"9\": \"DPad Down\",\n\t\t\t\"A\": \"DPad Left\",\n\t\t\t\"B\": \"DPad Right\",\n\t\t\t\"C\": \"Start\",\n\t\t\t\"D\": \"Back\",\n\t\t\t\"E\": \"Left Thumb\",\n\t\t\t\"F\": \"Right Thumb\",\n\t\t}\n\t\treturn [igr_button_mapping.get(c.upper(), \"\") for c in value]\n\n\tif ini_key in [\"LCDI2CAddr\", \"CPUMPLLCoeff\", \"NVPLLCoeff\"]:\n\t\treturn value.replace('0x', '')\n\n\tif ini_key == \"LCDI2CProto\":\n\t\tlcdi2cproto_mapping = {\n\t\t\t\"0\": \"HD44780 compatible (LCD2004)\",\n\t\t\t\"1\": \"US2066 (NHD-0420CW)\",\n\t\t}\n\t\treturn lcdi2cproto_mapping.get(value, \"HD44780 compatible (LCD2004)\")\n\n\tif ini_key == \"ScreenshotPart\":\n\t\tscreenshot_redir_part_mapping = {\n\t\t\t\"1\": \"E\",\n\t\t\t\"6\": \"F\",\n\t\t\t\"7\": \"G\",\n\t\t}\n\t\treturn screenshot_redir_part_mapping.get(value, \"E\")\n\n\tif ini_key in [\"UdmaModeMaster\", \"UdmaModeSlave\"]:\n\t\tudma_mapping = {\n\t\t\t\"0\": \"System\",\n\t\t\t\"1\": \"UDMA 1\",\n\t\t\t\"2\": \"UDMA 2\",\n\t\t\t\"3\": \"UDMA 3\",\n\t\t\t\"4\": \"UDMA 4\",\n\t\t\t\"5\": \"UDMA 5\",\n\t\t\t\"6\": \"UDMA 6\",\n\t\t}\n\t\treturn udma_mapping.get(value, \"System\")\n\n\tif ini_key in [\"TUDATARedirHDD\", \"ScreenshotHDD\"]:\n\t\tmaster_slave_hdd_mapping = {\n\t\t\t\"0\": \"Master\",\n\t\t\t\"1\": \"Slave\",\n\t\t}\n\t\treturn master_slave_hdd_mapping.get(value, \"Master\")\n\n\tif ini_key == \"TUDATARedirPart\":\n\t\ttudata_redir_part_mapping = {\n\t\t\t\"1\": \"System\",\n\t\t\t\"6\": \"F\",\n\t\t\t\"7\": \"G\",\n\t\t}\n\t\treturn tudata_redir_part_mapping.get(value, \"System\")\n\n\treturn value\n\ndef convert_skin_to_ini(skin_key, value):\n\tif skin_key == \"cerbios_drivesetup\":\n\t\tdrive_mapping = {\n\t\t\t\"Standard Mode\": \"0\",\n\t\t\t\"Legacy Mode\": \"1\",\n\t\t\t\"Modern Mode\": \"2\",\n\t\t\t\"Dual HDD Mode\": \"3\"\n\t\t}\n\t\treturn drive_mapping.get(value, \"1\")\n\n\tif skin_key == \"cerbios_fanspeed\":\n\t\treturn \"0\" if value == \"Auto\" else value.replace(\"%\", \"\").strip()\n\n\tif skin_key == \"cerbios_flickerfilter\":\n\t\tflicker_mapping = {\n\t\t\t\"System\": \"6\",\n\t\t\t\"Off\": \"0\",\n\t\t\t\"Slight\": \"1\",\n\t\t\t\"Moderate\": \"2\",\n\t\t\t\"Balanced\": \"3\",\n\t\t\t\"Enhanced\": \"4\",\n\t\t\t\"Strong\": \"5\",\n\t\t}\n\t\treturn flicker_mapping.get(value, \"6\")\n\n\tif skin_key == \"cerbios_igrmasterport\":\n\t\tigrmasterport_mapping = {\n\t\t\t\"ALL\": \"0\",\n\t\t\t\"Port 1\": \"1\",\n\t\t\t\"Port 2\": \"2\",\n\t\t\t\"Port 3\": \"3\",\n\t\t\t\"Port 4\": \"4\",\n\t\t}\n\t\treturn igrmasterport_mapping.get(value, \"0\")\n\n\tif skin_key in [\"cerbios_lcdi2caddr\", \"cerbios_cpumpllcoeff\", \"cerbios_nvpllcoeff\"]:\n\t\treturn \"0x{}\".format(value.upper())\n\n\tif skin_key == \"cerbios_lcdi2cproto\":\n\t\tlcdi2cproto_mapping = {\n\t\t\t\"HD44780 compatible (LCD2004)\": \"0\",\n\t\t\t\"US2066 (NHD-0420CW)\": \"1\",\n\t\t}\n\t\treturn lcdi2cproto_mapping.get(value, \"0\")\n\n\tif skin_key == \"cerbios_screenshotpart\":\n\t\tscreenshot_redir_part_mapping = {\n\t\t\t\"E\": \"1\",\n\t\t\t\"F\": \"6\",\n\t\t\t\"G\": \"7\",\n\t\t}\n\t\treturn screenshot_redir_part_mapping.get(value, \"1\")\n\n\tif skin_key in [\"cerbios_udmamodemaster\", \"cerbios_udmamodeslave\"]:\n\t\tudma_mapping = {\n\t\t\t\"System\": \"0\",\n\t\t\t\"UDMA 1\": \"1\",\n\t\t\t\"UDMA 2\": \"2\",\n\t\t\t\"UDMA 3\": \"3\",\n\t\t\t\"UDMA 4\": \"4\",\n\t\t\t\"UDMA 5\": \"5\",\n\t\t\t\"UDMA 6\": \"6\",\n\t\t}\n\t\treturn udma_mapping.get(value, \"0\")\n\n\tif skin_key in [\"cerbios_tudataredirhdd\", \"cerbios_screenshothdd\"]:\n\t\tmaster_slave_hdd_mapping = {\n\t\t\t\"0\": \"Master\",\n\t\t\t\"1\": \"Slave\",\n\t\t}\n\t\treturn master_slave_hdd_mapping.get(value, \"0\")\n\n\tif skin_key == \"cerbios_tudataredirpart\":\n\t\ttudata_redir_part_mapping = {\n\t\t\t\"System\": \"1\",\n\t\t\t\"F\": \"6\",\n\t\t\t\"G\": \"7\",\n\t\t}\n\t\treturn tudata_redir_part_mapping.get(value, \"1\")\n\n\treturn value\n\ndef check_guisettings(path):\n\tguisettings_values = {}\n\ttree = ET.parse(path)\n\troot = tree.getroot()\n\tskinsettings = root.find(\"skinsettings\")\n\tif skinsettings is not None:\n\t\tfor setting in skinsettings.findall(\"setting\"):\n\t\t\tname = setting.get(\"name\")\n\t\t\tif name and name.startswith(\"Profile.cerbios_\"):\n\t\t\t\tguisettings_values[name.replace(\"Profile.\", \"\")] = setting.text.strip() if setting.text else \"\"\n\treturn guisettings_values\n\n# Parse the ini, configparser wont work with this ini as it doesn't have sections [blah blah] so had to so it this way.\ndef parse_ini_file(file_path):\n\tfirst_run = False\n\treload_all = False\n\n\tif not getCondVisibility(\"Skin.HasSetting(cerbios_config_editor_first_run)\"):\n\t\texecutebuiltin(\"Skin.SetBool(cerbios_config_editor_first_run)\")\n\t\tfirst_run = True\n\n\tguisettings_values = check_guisettings(\"P:\\\\guisettings.xml\")\n\tsettings = {}\n\texecutebuiltin(\"Skin.Reset(cerbios_cansave)\")\n\n\tenable_saving_keys = {\n\t\t\"AdvCPUSupport\", \"ForceFFilter\", \"InAppLCDEnable\", \"LCDI2CAddr\",\n\t\t\"LCDI2CProto\", \"ResetOnEject\", \"TUDATARedir\", \"TUDATARedirHDD\",\n\t\t\"TUDATARedirPart\", \"XonlineDashRedir\", \"IGRCycle\", \"IGRDash\",\n\t\t\"IGRFull\", \"IGRGame\", \"IGRScreen\", \"IGRShutdown\", \"CPUMPLLCoeff\",\n\t\t\"NVPLLCoeff\", \"ReadOnlyC\"\n\t}\n\tenable_saving = set()\n\n\tpartition_mapping = {\n\t\t\"\\\\Device\\\\Harddisk0\\\\Partition1\\\\\": \"E\",\n\t\t\"\\\\Device\\\\Harddisk0\\\\Partition2\\\\\": \"C\",\n\t\t\"\\\\Device\\\\Harddisk0\\\\Partition6\\\\\": \"F\",\n\t\t\"\\\\Device\\\\Harddisk0\\\\Partition7\\\\\": \"G\",\n\t\t\"HDD0-C\": \"C\", \"HDD0-E\": \"E\", \"HDD0-F\": \"F\", \"HDD0-G\": \"G\"\n\t}\n\n\twith open(file_path, \"r\") as file:\n\t\tlines = file.readlines()\n\t\treload_all = any(line.strip().startswith(\";\") for line in lines)\n\t\tfor line in lines:\n\t\t\tline = line.strip()\n\t\t\tif not line or line.startswith(\";\"):\n\t\t\t\tcontinue\n\t\t\tkey_value = line.split(\"=\", 1)\n\t\t\tif len(key_value) != 2:\n\t\t\t\tcontinue\n\t\t\tkey, value = key_value[0].strip(), key_value[1].strip()\n\t\t\tfor raw_path, mapped_path in partition_mapping.items():\n\t\t\t\tif raw_path in value:\n\t\t\t\t\tvalue = value.replace(raw_path, mapped_path)\n\t\t\tskin_value = convert_ini_to_skin(key, value)\n\t\t\tsettings[key] = skin_value\n\t\t\tif key in skin_mappings:\n\t\t\t\tskin_keys = skin_mappings[key][0]\n\t\t\t\tif not isinstance(skin_keys, list):\n\t\t\t\t\tskin_keys = [skin_keys]\n\t\t\t\tini_values = skin_value if isinstance(skin_value, list) else [skin_value]\n\t\t\t\trefresh = first_run or reload_all\n\t\t\t\tif not refresh:\n\t\t\t\t\tfor i, k in enumerate(skin_keys):\n\t\t\t\t\t\texpected = ini_values[i] if i < len(ini_values) else \"\"\n\t\t\t\t\t\tcurrent = guisettings_values.get(k, \"\")\n\t\t\t\t\t\tif str(current) != str(expected):\n\t\t\t\t\t\t\trefresh = True\n\t\t\t\t\t\t\tbreak\n\t\t\t\tif refresh:\n\t\t\t\t\tapply_skin_settings({key: skin_value}, {key: skin_mappings[key]})\n\t\t\tif key in enable_saving_keys:\n\t\t\t\tenable_saving.add(key)\n\n\tif enable_saving == enable_saving_keys:\n\t\texecutebuiltin(\"Skin.SetBool(cerbios_cansave)\")\n\n# Reset the config to the default values\ndef reset_skin_settings():\n\tfor ini_key, (skin_key, default_value) in skin_mappings.items():\n\t\tif isinstance(default_value, list):\n\t\t\ttype = None\n\t\t\tif any(\"cerbios_igr\" in k.lower() for k in skin_key):\n\t\t\t\ttype = \"igr\"\n\t\t\telif any(\"cerbios_led\" in k.lower() for k in skin_key):\n\t\t\t\ttype = \"led\"\n\t\t\tfor i, key in enumerate(skin_key):\n\t\t\t\tval = default_value[i] if i < len(default_value) else (\"Off\" if type == \"led\" else \"\")\n\t\t\t\texecutebuiltin(\"Skin.SetString({}, {})\".format(key, val))\n\t\telif isinstance(default_value, bool):\n\t\t\tif default_value:\n\t\t\t\texecutebuiltin(\"Skin.SetBool({})\".format(skin_key))\n\t\t\telse:\n\t\t\t\texecutebuiltin(\"Skin.Reset({})\".format(skin_key))\n\t\telse:\n\t\t\texecutebuiltin(\"Skin.SetString({}, {})\".format(skin_key, default_value))\n\tsleep(1)\n\n# Apply the settings from the ini so the menu matches the ini file.\ndef apply_skin_settings(settings, skin_mappings):\n\tfor ini_key, (skin_key, default_value) in skin_mappings.items():\n\t\tif ini_key in settings:\n\t\t\tvalue = settings[ini_key]\n\t\t\tif isinstance(skin_key, list):\n\t\t\t\ttype = None\n\t\t\t\tif any(\"cerbios_igr\" in k.lower() for k in skin_key):\n\t\t\t\t\ttype = \"igr\"\n\t\t\t\telif any(\"cerbios_led\" in k.lower() for k in skin_key):\n\t\t\t\t\ttype = \"led\"\n\t\t\t\tif type:\n\t\t\t\t\tfor i, key in enumerate(skin_key):\n\t\t\t\t\t\tval = value[i] if i < len(value) else default_value[i]\n\t\t\t\t\t\texecutebuiltin(\"Skin.SetString({}, {})\".format(key, val))\n\t\t\telif isinstance(value, bool):\n\t\t\t\tif value:\n\t\t\t\t\texecutebuiltin(\"Skin.SetBool({})\".format(skin_key))\n\t\t\t\telse:\n\t\t\t\t\texecutebuiltin(\"Skin.Reset({})\".format(skin_key))\n\t\t\telse:\n\t\t\t\texecutebuiltin(\"Skin.SetString({}, {})\".format(skin_key, value))\n\n# Save the setting to the config.ini only if the config is newer.\ndef save_skin_settings(file_path, skin_mappings, delay=0):\n\tsleep(delay)\n\tini_content = []\n\n\tif isfile(file_path):\n\t\twith open(file_path, \"r\") as f:\n\t\t\tini_content = f.readlines()\n\n\tsettings = {}\n\tfor ini_key, (skin_key, default_value) in skin_mappings.items():\n\t\tif isinstance(skin_key, list):\n\t\t\tif any(\"cerbios_igr\" in k.lower() for k in skin_key):\n\t\t\t\tfull_igr_values = [getInfoLabel(\"Skin.String({})\".format(k)) for k in skin_key]\n\t\t\t\tsettings[ini_key] = \"\".join([igr_button_skin_mapping.get(c, \"\") for c in full_igr_values])\n\t\t\tif any(\"cerbios_led\" in k.lower() for k in skin_key):\n\t\t\t\tfull_led_values = [getInfoLabel(\"Skin.String({})\".format(k)) for k in skin_key]\n\t\t\t\tsettings[ini_key] = \"\".join([led_skin_mapping.get(c, \"O\") for c in full_led_values])\n\t\telif isinstance(default_value, bool):\n\t\t\tsettings[ini_key] = \"true\" if getCondVisibility(\"Skin.HasSetting({})\".format(skin_key)) else \"false\"\n\t\telse:\n\t\t\tvalue = getInfoLabel(\"Skin.String({})\".format(skin_key))\n\t\t\tsettings[ini_key] = value if value else str(default_value)\n\n\t\tsettings[ini_key] = convert_skin_to_ini(skin_key, settings[ini_key])\n\n\twith open(file_path, \"w\") as ini_file:\n\t\tfor key, value in settings.items():\n\t\t\tini_file.write(\"{} = {}\\n\".format(key, value))\n\nif (__name__ == \"__main__\"):\n\targ = argv[1] if len(argv) > 1 else 'load'\n\n\tif isfile(ini_file):\n\t\tif arg == \"load\":\n\t\t\tparse_ini_file(ini_file)\n\t\telif arg == \"save\":\n\t\t\tsave_skin_settings(ini_file, skin_mappings)\n\t\t\tDialog().ok('Success', \"\", 'Cerbios.ini has been successfully saved.')\n\t\telif arg == \"reset\":\n\t\t\tsleep(1)\n\t\t\treset_skin_settings()\n\t\t\texecutebuiltin('Dialog.Close(1100,false)')\n\t\t\tDialog().ok(\"Reset\", \"\", \"All Cerbios settings have been reset to default.\")\n\t\t\tsave_skin_settings(ini_file, skin_mappings)\n\telse:\n\t\txbmcgui.Dialog().ok('Error', \"\", 'Cannot find E:\\\\Cerbios\\\\Cerbios.ini')"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Cerbios Config Editor/resources/skins/default/xml/main.xml",
    "content": "<window type=\"dialog\" id=\"3000\">\n\t<defaultcontrol always=\"true\">9100</defaultcontrol>\n\t<onload>Skin.Reset(cerbios_buttons_igrfull)</onload>\n\t<onload>Skin.Reset(cerbios_buttons_igrcycle)</onload>\n\t<onload>Skin.Reset(cerbios_buttons_igrgame)</onload>\n\t<onload>Skin.Reset(cerbios_buttons_igrdash)</onload>\n\t<onload>Skin.Reset(cerbios_buttons_igrscreen)</onload>\n\t<onload>Skin.Reset(cerbios_buttons_igrshutdown)</onload>\n\t<onload>Skin.Reset(cerbios_buttons_overclocking)</onload>\n\t<!-- <zorder>20</zorder> -->\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>55</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>1170</width>\n\t\t\t\t<height>610</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.main\">windows\\settings_categories\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>75</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>570</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.general.diffuse.main.overlay\">windows\\settings_categories\\main_overlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>580</top>\n\t\t\t\t<width>775</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture>pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t\t<visible>Skin.HasSetting(cerbios_cansave)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"80\" max=\"300\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>Select</label>\n\t\t\t\t\t<visible>Skin.HasSetting(cerbios_cansave)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture>pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"80\" max=\"300\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>Back</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\" id=\"9100\">\n\t\t\t\t<description>control area</description>\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>520</height>\n\t\t\t\t<onleft>-</onleft>\n\t\t\t\t<onright>9101</onright>\n\t\t\t\t<onup/>\n\t\t\t\t<ondown/>\n\t\t\t\t<control type=\"button\" id=\"99\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<textoffsetx>44</textoffsetx>\n\t\t\t\t\t<textoffsety>11</textoffsety>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<label> </label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texturenofocus>-</texturenofocus>\n\t\t\t\t\t<texturefocus>-</texturefocus>\n\t\t\t\t\t<visible>!Skin.HasSetting(cerbios_cansave)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"100\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<textoffsetx>44</textoffsetx>\n\t\t\t\t\t<textoffsety>11</textoffsety>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<label>Boot Path & Startup</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t\t<visible>Skin.HasSetting(cerbios_cansave)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"103\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<textoffsetx>44</textoffsetx>\n\t\t\t\t\t<textoffsety>11</textoffsety>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<label>Cooling & Front Panel</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t\t<visible>Skin.HasSetting(cerbios_cansave)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"104\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<textoffsetx>44</textoffsetx>\n\t\t\t\t\t<textoffsety>11</textoffsety>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<label>Enhancements</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t\t<visible>Skin.HasSetting(cerbios_cansave)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"102\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<textoffsetx>44</textoffsetx>\n\t\t\t\t\t<textoffsety>11</textoffsety>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<label>Storage & Drive Config</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t\t<visible>Skin.HasSetting(cerbios_cansave)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"101\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<textoffsetx>44</textoffsetx>\n\t\t\t\t\t<textoffsety>11</textoffsety>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<label>Video & Display</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t\t<visible>Skin.HasSetting(cerbios_cansave)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"105\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<textoffsetx>44</textoffsetx>\n\t\t\t\t\t<textoffsety>11</textoffsety>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<label>Debug & Advanced</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t\t<visible>Skin.HasSetting(cerbios_cansave)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"110\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<textoffsetx>44</textoffsetx>\n\t\t\t\t\t<textoffsety>11</textoffsety>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<label>Save Settings</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t\t<onclick>RunScript($INFO[Window(3000).Property(script_path)],save)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(cerbios_cansave)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"111\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<textoffsetx>44</textoffsetx>\n\t\t\t\t\t<textoffsety>11</textoffsety>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<label>Default Settings</label>\n\t\t\t\t\t<align>center</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t\t<onclick>RunScript($INFO[Window(3000).Property(script_path)],reset)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t\t<visible>Skin.HasSetting(cerbios_cansave)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- General Toggles -->\n\t\t\t<control type=\"grouplist\" id=\"9101\">\n\t\t\t\t<description>control area</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>775</width>\n\t\t\t\t<height>445</height>\n\t\t\t\t<itemgap>4</itemgap>\n\t\t\t\t<onleft>9100</onleft>\n\t\t\t\t<onup>9101</onup>\n\t\t\t\t<ondown>9101</ondown>\n\t\t\t\t<pagecontrol>80</pagecontrol>\n\t\t\t\t<!-- Error -->\n\t\t\t\t<control type=\"textbox\" id=\"150\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>[B][UPPERCASE]Error[/UPPERCASE][/B]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(99)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"151\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<!-- <aligny>center</aligny> -->\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Outdated Configuration Detected:[/B]\nYour system is running an outdated cerbios version. Please update Cerbios and cerbios.ini to the latest Cerbios release.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(99)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Boot Paths -->\n\t\t\t\t<control type=\"textbox\" id=\"200\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>[B][UPPERCASE]Boot Path & Startup[/UPPERCASE][/B]</label>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(100)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"201\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>80</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Dashboard Defaults:[/B]\nIf the dashboard is unavailable, the system will fall back to these default locations:\n- E:\\Cerbios\\Recovery\\default.xbe for Recovery Mode\n- C:\\xboxdash.xbe for the Original Xbox Dashboard</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(100)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"202\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>Dashboard Path</label>\n\t\t\t\t\t<label2>$INFO[Skin.String(cerbios_dashpath)]</label2>\n\t\t\t\t\t<onclick>Skin.SetFile(cerbios_dashpath,.xbe)</onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(100)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"203\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Custom Boot Animation File Path:[/B]\nIf the specified file is not found, the system will default to:\n- E:\\Cerbios\\BootAnims\\Xbox\\bootanim.xbe</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(100)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"204\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>BootAnim Path</label>\n\t\t\t\t\t<label2>$INFO[Skin.String(cerbios_bootanimpath)]</label2>\n\t\t\t\t\t<onclick>Skin.SetFile(cerbios_bootanimpath,.xbe,E:\\Cerbios\\BootAnims)</onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(100)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Video and Display -->\n\t\t\t\t<control type=\"textbox\" id=\"220\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>[B][UPPERCASE]Video & Display[/UPPERCASE][/B]</label>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(101)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"221\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]AV Pack Verification:[/B]\n- Allows enabling or disabling of AV Pack verification</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(101)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"222\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>AV Check</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_avcheck)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_avcheck)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(101)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"223\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Flicker Filter Level:[/B]\n- Adjusts the flicker filter to reduce screen flicker in interlaced display modes.\n- Current Setting: [B]$INFO[Skin.String(cerbios_flickerfilter)][/B]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(101)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"224\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_flickerfilter,System)]  System  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_flickerfilter,Off)]  Off  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_flickerfilter,Slight)]  Slight  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_flickerfilter,Moderate)]  Moderate  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_flickerfilter,Balanced)]  Balanced  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_flickerfilter,Enhanced)]  Enhanced  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_flickerfilter,Strong)]  Strong  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(101)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"225\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Forced 480p Output:[/B]\n- Enables 480p output for video modes that typically use 480i.\n- Component cables are required.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(101)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"226\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Force 480p</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_force480p)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_force480p)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(101)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"227\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Forced VGA Output:[/B]\n- Enables VGA output when using component or custom VGA cables.\n- Sets the console to NTSC mode and enables Force 480p.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(101)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"228\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Force VGA</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_forcevga)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_forcevga)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(101)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Storage and Drive Config -->\n\t\t\t\t<control type=\"textbox\" id=\"240\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>[B][UPPERCASE]Storage & Drive Config[/UPPERCASE][/B]</label>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(102)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"241\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>110</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Drive Setup Modes:[/B]\n- Standard Mode: Requires a disc drive.\n- Legacy Mode: Operates with HDD onlydisables DVD functionality.\n- Modern Mode: Operates with HDD onlydisables DVD functionality completely.\n- Dual HDD Mode: Allows two hard drives for expanded storage options.\n- Current Setting: [B]$INFO[Skin.String(cerbios_drivesetup)][/B]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(102)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"242\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_drivesetup,Standard Mode)]  Standard Mode  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_drivesetup,Legacy Mode)]  Legacy Mode  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_drivesetup,Modern Mode)]  Modern Mode  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_drivesetup,Dual HDD Mode)]  Dual HDD Mode  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(102)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- UDMA 4 and lower -->\n\t\t\t\t<control type=\"textbox\" id=\"243\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>100</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]UDMA Mode for Primary (Master) HDD:[/B]\n- This HDD supports up to UDMA $INFO[System.hddsupportedudmamode].\n- Recommended Setting: UDMA 4 for best compatibility.\n- Current Setting: [B]$INFO[Skin.String(cerbios_udmamodemaster)][/B]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(102) + !IntegerGreaterThan(System.hddsupportedudmamode,4)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- UDMA 5 and 6 -->\n\t\t\t\t<control type=\"textbox\" id=\"245\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>100</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]UDMA Mode for Primary (Master) HDD:[/B]\n- This drive supports up to UDMA $INFO[System.hddsupportedudmamode].\n- Most SATA adapters are not compatible with UDMA $INFO[System.hddsupportedudmamode].\n- Recommended Setting: UDMA 4 for best compatibility.\n- Current Mode: [B]$INFO[Skin.String(cerbios_udmamodemaster)][/B]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(102) + IntegerGreaterThan(System.hddsupportedudmamode,4)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"246\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_udmamodemaster,System)]  Default  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_udmamodemaster,UDMA 1)]  UDMA 1  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_udmamodemaster,UDMA 2)]  UDMA 2  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_udmamodemaster,UDMA 3)]  UDMA 3  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_udmamodemaster,UDMA 4)]  UDMA 4  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_udmamodemaster,UDMA 5)]  UDMA 5  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_udmamodemaster,UDMA 6)]  UDMA 6  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(102)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"247\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>80</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]UDMA Mode for Secondary (Slave) HDD:[/B]\n- Most SATA adapters are not compatible with UDMA 5 and 6.\n- Recommended Setting: UDMA 4 for best compatibility.\n- Current Setting: [B]$INFO[Skin.String(cerbios_udmamodeslave)][/B]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(102) + StringCompare(Skin.String(cerbios_drivesetup),Dual HDD Mode)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"248\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_udmamodeslave,System)]  Default  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_udmamodeslave,UDMA 1)]  UDMA 1  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_udmamodeslave,UDMA 2)]  UDMA 2  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_udmamodeslave,UDMA 3)]  UDMA 3  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_udmamodeslave,UDMA 4)]  UDMA 4  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_udmamodeslave,UDMA 5)]  UDMA 5  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_udmamodeslave,UDMA 6)]  UDMA 6  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(102) + StringCompare(Skin.String(cerbios_drivesetup),Dual HDD Mode)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Cooling and Front Panel -->\n\t\t\t\t<control type=\"textbox\" id=\"260\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>[B][UPPERCASE]Cooling & Front Panel[/UPPERCASE][/B]</label>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(103)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"261\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Fan speed settings:[/B]\n- Current Setting: [B]$INFO[Skin.String(cerbios_fanspeed)][/B]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(103)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"262\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>34</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_fanspeed,Auto)]  Auto  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_fanspeed,10%)]  10%  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_fanspeed,20%)]  20%  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_fanspeed,30%)]  30%  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_fanspeed,40%)]  40%  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_fanspeed,50%)]  50%  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_fanspeed,60%)]  60%  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_fanspeed,70%)]  70%  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_fanspeed,80%)]  80%  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_fanspeed,90%)]  90%  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_fanspeed,100%)]  100%  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(103)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"263\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]LED Ring Colour Cycle:[/B]  \nThe LED ring cycles through the following colours in order:  \n-    [B]$INFO[Skin.String(cerbios_ledcolour1)][/B]    -    [B]$INFO[Skin.String(cerbios_ledcolour2)][/B]    -    [B]$INFO[Skin.String(cerbios_ledcolour3)][/B]    -    [B]$INFO[Skin.String(cerbios_ledcolour4)][/B]    -</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(103)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"panel\" id=\"264\">\n\t\t\t\t\t<height>46</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<focusposition>0</focusposition>\n\t\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t\t<orientation>horizontal</orientation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(103)</visible>\n\t\t\t\t\t<itemlayout height=\"46\" width=\"46\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<top>6</top>\n\t\t\t\t\t\t\t<left>6</left>\n\t\t\t\t\t\t\t<width>34</width>\n\t\t\t\t\t\t\t<height>34</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<info>ListItem.Icon</info>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<top>2</top>\n\t\t\t\t\t\t\t<left>2</left>\n\t\t\t\t\t\t\t<width>42</width>\n\t\t\t\t\t\t\t<height>42</height>\n\t\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>[B]$INFO[ListItem.Label][/B]</label>\n\t\t\t\t\t\t\t<textcolor>colour.settings.button.category.focus</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>80000000</shadowcolor>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</itemlayout>\n\t\t\t\t\t<focusedlayout height=\"46\" width=\"46\">\n\t\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t\t<top>1</top>\n\t\t\t\t\t\t\t<left>1</left>\n\t\t\t\t\t\t\t<width>44</width>\n\t\t\t\t\t\t\t<height>44</height>\n\t\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t\t<info>ListItem.Icon</info>\n\t\t\t\t\t\t\t<bordersize>1</bordersize>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t\t<width>46</width>\n\t\t\t\t\t\t\t<height>46</height>\n\t\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t\t<align>center</align>\n\t\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t\t<label>[B]$INFO[ListItem.Label][/B]</label>\n\t\t\t\t\t\t\t<textcolor>colour.settings.button.category.focus</textcolor>\n\t\t\t\t\t\t\t<shadowcolor>80000000</shadowcolor>\n\t\t\t\t\t\t</control>\n\t\t\t\t\t</focusedlayout>\n\t\t\t\t\t<content>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<label>$NUMBER[1]</label>\n\t\t\t\t\t\t\t<onclick>Skin.SetString(cerbios_ledcolour1,Off)</onclick>\n\t\t\t\t\t\t\t<icon>led_off.png</icon>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<label>$NUMBER[1]</label>\n\t\t\t\t\t\t\t<onclick>Skin.SetString(cerbios_ledcolour1,Amber)</onclick>\n\t\t\t\t\t\t\t<icon>led_amber.png</icon>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<label>$NUMBER[1]</label>\n\t\t\t\t\t\t\t<onclick>Skin.SetString(cerbios_ledcolour1,Green)</onclick>\n\t\t\t\t\t\t\t<icon>led_green.png</icon>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<label>$NUMBER[1]</label>\n\t\t\t\t\t\t\t<onclick>Skin.SetString(cerbios_ledcolour1,Red)</onclick>\n\t\t\t\t\t\t\t<icon>led_red.png</icon>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<label>$NUMBER[2]</label>\n\t\t\t\t\t\t\t<onclick>Skin.SetString(cerbios_ledcolour2,Off)</onclick>\n\t\t\t\t\t\t\t<icon>led_off.png</icon>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<label>$NUMBER[2]</label>\n\t\t\t\t\t\t\t<onclick>Skin.SetString(cerbios_ledcolour2,Amber)</onclick>\n\t\t\t\t\t\t\t<icon>led_amber.png</icon>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<label>$NUMBER[2]</label>\n\t\t\t\t\t\t\t<onclick>Skin.SetString(cerbios_ledcolour2,Green)</onclick>\n\t\t\t\t\t\t\t<icon>led_green.png</icon>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<label>$NUMBER[2]</label>\n\t\t\t\t\t\t\t<onclick>Skin.SetString(cerbios_ledcolour2,Red)</onclick>\n\t\t\t\t\t\t\t<icon>led_red.png</icon>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<label>$NUMBER[3]</label>\n\t\t\t\t\t\t\t<onclick>Skin.SetString(cerbios_ledcolour3,Off)</onclick>\n\t\t\t\t\t\t\t<icon>led_off.png</icon>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<label>$NUMBER[3]</label>\n\t\t\t\t\t\t\t<onclick>Skin.SetString(cerbios_ledcolour3,Amber)</onclick>\n\t\t\t\t\t\t\t<icon>led_amber.png</icon>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<label>$NUMBER[3]</label>\n\t\t\t\t\t\t\t<onclick>Skin.SetString(cerbios_ledcolour3,Green)</onclick>\n\t\t\t\t\t\t\t<icon>led_green.png</icon>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<label>$NUMBER[3]</label>\n\t\t\t\t\t\t\t<onclick>Skin.SetString(cerbios_ledcolour3,Red)</onclick>\n\t\t\t\t\t\t\t<icon>led_red.png</icon>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<label>$NUMBER[4]</label>\n\t\t\t\t\t\t\t<onclick>Skin.SetString(cerbios_ledcolour4,Off)</onclick>\n\t\t\t\t\t\t\t<icon>led_off.png</icon>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<label>$NUMBER[4]</label>\n\t\t\t\t\t\t\t<onclick>Skin.SetString(cerbios_ledcolour4,Amber)</onclick>\n\t\t\t\t\t\t\t<icon>led_amber.png</icon>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<label>$NUMBER[4]</label>\n\t\t\t\t\t\t\t<onclick>Skin.SetString(cerbios_ledcolour4,Green)</onclick>\n\t\t\t\t\t\t\t<icon>led_green.png</icon>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t\t<item>\n\t\t\t\t\t\t\t<label>$NUMBER[4]</label>\n\t\t\t\t\t\t\t<onclick>Skin.SetString(cerbios_ledcolour4,Red)</onclick>\n\t\t\t\t\t\t\t<icon>led_red.png</icon>\n\t\t\t\t\t\t</item>\n\t\t\t\t\t</content>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"265\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_ledcolour1,Green), Skin.SetString(cerbios_ledcolour2,Green), Skin.SetString(cerbios_ledcolour3,Green), Skin.SetString(cerbios_ledcolour4,Green)]  Reset  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(103)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"266\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]In-Game LCD Display Support:[/B]\n- Enables LCD screen functionality for SMBus-connected displays during gameplay.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(103)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"267\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>SMBus LCD Support</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_lcdsupport)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_lcdsupport)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(103)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"268\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Configure I2C Address for LCD Display:[/B]  \n- Set the I2C address within the valid range: 0x20-0x27 or 0x38-0x3F, depending on the module type.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(103) + Skin.HasSetting(cerbios_lcdsupport)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"269\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.Button.Values_Alt</include>\n\t\t\t\t\t<label>LCD I2C Address</label>\n\t\t\t\t\t<label2>0x[UPPERCASE]$INFO[Skin.String(cerbios_lcdi2caddr)][/UPPERCASE]</label2>\n\t\t\t\t\t<onclick>Skin.SetBool(hex_entry)</onclick>\n\t\t\t\t\t<onclick>Skin.Reset(cerbios_lcdi2caddr)</onclick>\n\t\t\t\t\t<onclick>Skin.SetString(cerbios_lcdi2caddr)</onclick>\n\t\t\t\t\t<onclick>Skin.Reset(hex_entry)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_lcdi2caddr)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(103) + Skin.HasSetting(cerbios_lcdsupport)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"270\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Select I2C Protocol for LCD:[/B]  \n- Current Setting: [B]$INFO[Skin.String(cerbios_lcdi2cproto)][/B]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(103) + Skin.HasSetting(cerbios_lcdsupport)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"271\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_lcdi2cproto,HD44780 compatible (LCD2004))]  HD44780 compatible (LCD2004)  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_lcdi2cproto,US2066 (NHD-0420CW))]  US2066 (NHD-0420CW)  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(103) + Skin.HasSetting(cerbios_lcdsupport)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Enhancements -->\n\t\t\t\t<control type=\"textbox\" id=\"280\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>[B][UPPERCASE]Enhancements[/UPPERCASE][/B]</label>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"281\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]On-the-Fly XBE Patching:[/B]\n- Enables real-time XBE patching for overclocked or CPU-upgraded Xbox consoles.\n- Note: This feature has no effect on stock configurations.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"282\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Advanced CPU Support</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_advcpusupport)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_advcpusupport)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"283\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Prevent Game-Initiated Dashboard Updates:[/B]\n- Blocks games from modifying the dashboard.\n- For softmodded consoles running Cerbios as a BFM BIOS to safeguard system files from being overwritten.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"284\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Block MS Dashboard Update</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_blockupdate)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_blockupdate)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"285\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Read-Only C Partition:[/B]\n- Marks the C partition as read-only, preventing write operations while Cerbios is active. Useful for softmod installation scenarios.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"286\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Read Only C</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_readonlyc)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_readonlyc)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"287\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Redirect Xbox Live Dashboard Calls:[/B]  \n- Routes Xbox Live dashboard requests to `Xonlinedash_Original.xbe`.  \n- Useful for softmod setups that employ a dummy `Xonlinedash.xbe` to prevent disc-initiated updates.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"288\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Redirect XonlineDash</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_xonlinedashredir)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_xonlinedashredir)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"289\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]DVD Tray Eject Reset:[/B]\n- Restores the original Xbox behaviour where ejecting the DVD tray triggers a console reset.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"290\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Reset On Eject</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_roeject)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_roeject)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"291\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Real-Time Clock (RTC) Synchronization:[/B]\n- Enables RTC synchronization with compatible optional hardware via SMBus.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"292\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>RTC Support</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_rtcsupport)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_rtcsupport)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"293\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Framebuffer Screenshot Capture:[/B]\n- Enables capturing screenshots of the running XBEs framebuffer.\n- Images are saved to $INFO[Skin.String(cerbios_screenshotpart)]:\\Cerbios\\Screenshots\\(Title ID) upon pressing the screenshot button combination.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"294\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Screenshot Capture</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_enablescreenshots)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_enablescreenshots)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"295\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Redirect to HDD:[/B]  \n- Current Setting: [B]$INFO[Skin.String(cerbios_screenshothdd)][/B]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104) + Skin.HasSetting(cerbios_enablescreenshots) + StringCompare(Skin.String(cerbios_drivesetup),Dual HDD Mode)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"296\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_screenshothdd,Master)]  Master  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_screenshothdd,Slave)]  Slave  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104) + Skin.HasSetting(cerbios_enablescreenshots) + StringCompare(Skin.String(cerbios_drivesetup),Dual HDD Mode)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"297\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Select Partition to save Screenshots:[/B] \n- Current Setting: [B]$INFO[Skin.String(cerbios_screenshotpart)][/B]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104) + Skin.HasSetting(cerbios_enablescreenshots)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"298\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_screenshotpart,E)]  Default  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_screenshotpart,F)]  F  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104) + Skin.HasSetting(cerbios_enablescreenshots) + SubString(System.Freespace(F),MB) + !SubString(System.Freespace(G),MB)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"299\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_screenshotpart,E)]  Default  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_screenshotpart,F)]  F  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_screenshotpart,G)]  G  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104) + Skin.HasSetting(cerbios_enablescreenshots) + SubString(System.Freespace(F),MB) + SubString(System.Freespace(G),MB)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"300\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Game-Specific Compatibility Fixes:[/B]\n- Enables targeted fixes to improve compatibility for specific games.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"301\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Title Patches</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_titlepatches)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_titlepatches)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"302\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Redirect Saves:[/B]  \n- Redirects UDATA and TDATA to an alternate drive or partition.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"303\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>UDATA/TDATA Redirection</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_tudataredir)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_tudataredir)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"304\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Redirect to HDD:[/B]  \n- Current Setting: [B]$INFO[Skin.String(cerbios_tudataredirhdd)][/B]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104) + Skin.HasSetting(cerbios_tudataredir) + StringCompare(Skin.String(cerbios_drivesetup),Dual HDD Mode)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"305\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_tudataredirhdd,Master)]  Master  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_tudataredirhdd,Slave)]  Slave  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104) + Skin.HasSetting(cerbios_tudataredir) + StringCompare(Skin.String(cerbios_drivesetup),Dual HDD Mode)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"306\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Select Partition for UDATA/TDATA:[/B] \n- Current Setting: [B]$INFO[Skin.String(cerbios_tudataredirpart)][/B]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104) + Skin.HasSetting(cerbios_tudataredir)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"307\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_tudataredirpart,System)]  Default  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_tudataredirpart,F)]  F  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104) + Skin.HasSetting(cerbios_tudataredir) + SubString(System.Freespace(F),MB) + !SubString(System.Freespace(G),MB)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"308\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_tudataredirpart,System)]  Default  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_tudataredirpart,F)]  F  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_tudataredirpart,G)]  G  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104) + Skin.HasSetting(cerbios_tudataredir) + SubString(System.Freespace(F),MB) + SubString(System.Freespace(G),MB)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"309\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Ignore XBE 64MB Memory Limit:[/B]\n- When enabled, bypasses the 64MB memory restriction for XBEs.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"310\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>XBE Memory limit bypass</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_xbememlimit)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_xbememlimit)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(104)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Debug & Advanced -->\n\t\t\t\t<control type=\"textbox\" id=\"348\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>[B][UPPERCASE]Debug & Advanced[/UPPERCASE][/B]</label>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"349\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>80</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]XDK Launcher/XBDM Debugging Support:[/B]\n- Loads XDK Launcher/XBDM if available, enabling debugging features.\n- Boots C:\\xshell.xbe (XDK Launcher Dashboard) if present.\n- Loads E:\\xbdm.dll if present.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"350\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Debug support</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_debugsupport)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_debugsupport)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"351\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]IGR Controller Selection:[/B]\n- Specifies which controller port can trigger In-Game Reset (IGR) combos.\n- Current Setting: [B]$INFO[Skin.String(cerbios_igrmasterport)][/B]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"352\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrmasterport,ALL)]  ALL  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrmasterport,Port 1)]  Port 1  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrmasterport,Port 2)]  Port 2  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrmasterport,Port 3)]  Port 3  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrmasterport,Port 4)]  Port 4  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"353\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Full Kernel Reset:[/B]\n- Unmounts any loaded ISO, CCI, or game and performs a full kernel reset, returning to the dashboard.\n-    [B]$INFO[Skin.String(cerbios_igrfull_1)][/B]    -    [B]$INFO[Skin.String(cerbios_igrfull_2)][/B]    -    [B]$INFO[Skin.String(cerbios_igrfull_3)][/B]    -    [B]$INFO[Skin.String(cerbios_igrfull_4)][/B]    -</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"354\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Change Button Combo</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_buttons_igrfull)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_buttons_igrfull)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"355\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrfull_1,Black), Skin.SetString(cerbios_igrfull_2,Left Trigger), Skin.SetString(cerbios_igrfull_3,Right Trigger), Skin.SetString(cerbios_igrfull_4,Back)]  Default  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrfull)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"356\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrfull_1,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_1,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_1,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_1,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_1,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_1,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_1,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_1,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_1,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_1,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_1,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_1,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_1,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_1,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_1,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_1,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_1,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrfull)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"357\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrfull_2,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_2,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_2,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_2,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_2,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_2,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_2,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_2,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_2,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_2,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_2,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_2,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_2,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_2,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_2,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_2,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_2,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrfull)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"358\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrfull_3,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_3,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_3,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_3,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_3,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_3,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_3,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_3,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_3,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_3,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_3,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_3,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_3,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_3,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_3,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_3,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_3,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrfull)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"359\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrfull_4,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_4,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_4,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_4,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_4,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_4,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_4,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_4,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_4,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_4,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_4,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_4,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_4,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_4,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_4,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_4,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrfull_4,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrfull)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"360\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Full Power Cycle:[/B]\n- Performs a complete power cycle of the console, fully rebooting the system.\n-    [B]$INFO[Skin.String(cerbios_igrcycle_1)][/B]    -    [B]$INFO[Skin.String(cerbios_igrcycle_2)][/B]    -    [B]$INFO[Skin.String(cerbios_igrcycle_3)][/B]    -    [B]$INFO[Skin.String(cerbios_igrcycle_4)][/B]    -</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"361\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Change Button Combo</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_buttons_igrcycle)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_buttons_igrcycle)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"362\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrcycle_1,Black), Skin.SetString(cerbios_igrcycle_2,Left Trigger), Skin.SetString(cerbios_igrcycle_3,Right Trigger), Skin.SetString(cerbios_igrcycle_4,DPad Up)]  Default  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrcycle)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"363\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrcycle_1,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_1,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_1,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_1,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_1,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_1,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_1,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_1,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_1,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_1,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_1,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_1,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_1,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_1,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_1,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_1,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_1,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrcycle)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"364\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrcycle_2,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_2,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_2,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_2,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_2,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_2,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_2,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_2,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_2,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_2,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_2,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_2,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_2,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_2,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_2,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_2,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_2,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrcycle)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"365\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrcycle_3,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_3,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_3,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_3,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_3,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_3,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_3,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_3,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_3,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_3,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_3,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_3,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_3,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_3,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_3,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_3,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_3,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrcycle)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"366\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrcycle_4,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_4,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_4,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_4,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_4,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_4,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_4,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_4,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_4,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_4,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_4,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_4,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_4,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_4,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_4,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_4,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrcycle_4,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrcycle)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"367\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Reload Current Game:[/B]\n- Reloads the currently running game or application without returning to the dashboard.\n-    [B]$INFO[Skin.String(cerbios_igrgame_1)][/B]    -    [B]$INFO[Skin.String(cerbios_igrgame_2)][/B]    -    [B]$INFO[Skin.String(cerbios_igrgame_3)][/B]    -    [B]$INFO[Skin.String(cerbios_igrgame_4)][/B]    -</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"368\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Change Button Combo</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_buttons_igrgame)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_buttons_igrgame)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"369\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrgame_1,Black), Skin.SetString(cerbios_igrgame_2,Left Trigger), Skin.SetString(cerbios_igrgame_3,Right Trigger), Skin.SetString(cerbios_igrgame_4,Start)]  Default  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrgame)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"370\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrgame_1,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_1,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_1,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_1,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_1,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_1,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_1,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_1,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_1,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_1,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_1,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_1,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_1,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_1,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_1,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_1,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_1,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrgame)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"371\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrgame_2,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_2,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_2,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_2,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_2,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_2,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_2,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_2,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_2,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_2,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_2,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_2,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_2,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_2,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_2,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_2,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_2,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrgame)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"372\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrgame_3,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_3,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_3,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_3,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_3,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_3,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_3,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_3,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_3,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_3,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_3,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_3,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_3,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_3,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_3,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_3,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_3,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrgame)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"373\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrgame_4,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_4,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_4,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_4,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_4,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_4,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_4,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_4,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_4,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_4,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_4,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_4,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_4,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_4,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_4,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_4,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrgame_4,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrgame)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"374\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Reset to Dashboard:[/B]\n- Performs a soft reset back to the dashboard while retaining any mounted ISO, CCI, or active game session.\n-    [B]$INFO[Skin.String(cerbios_igrdash_1)][/B]    -    [B]$INFO[Skin.String(cerbios_igrdash_2)][/B]    -    [B]$INFO[Skin.String(cerbios_igrdash_3)][/B]    -    [B]$INFO[Skin.String(cerbios_igrdash_4)][/B]    -</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"375\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Change Button Combo</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_buttons_igrdash)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_buttons_igrdash)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"376\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrdash_1,Left Trigger), Skin.SetString(cerbios_igrdash_2,Right Trigger), Skin.SetString(cerbios_igrdash_3,Start), Skin.SetString(cerbios_igrdash_4,Back)]  Default  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrdash)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"377\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrdash_1,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_1,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_1,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_1,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_1,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_1,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_1,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_1,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_1,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_1,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_1,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_1,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_1,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_1,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_1,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_1,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_1,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrdash)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"378\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrdash_2,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_2,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_2,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_2,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_2,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_2,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_2,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_2,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_2,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_2,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_2,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_2,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_2,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_2,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_2,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_2,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_2,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrdash)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"379\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrdash_3,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_3,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_3,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_3,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_3,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_3,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_3,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_3,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_3,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_3,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_3,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_3,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_3,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_3,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_3,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_3,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_3,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrdash)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"380\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrdash_4,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_4,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_4,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_4,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_4,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_4,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_4,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_4,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_4,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_4,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_4,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_4,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_4,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_4,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_4,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_4,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrdash_4,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrdash)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"381\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>80</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Screenshot Capture:[/B]\n- Captures a screenshot of the current framebuffer and saves it to $INFO[Skin.String(cerbios_screenshotpart)]:\\Cerbios\\Screenshots\\(Title ID).\n- Requires EnableScreenshots to be set to True.\n-    [B]$INFO[Skin.String(cerbios_igrscreen_1)][/B]    -    [B]$INFO[Skin.String(cerbios_igrscreen_2)]    -    [B]$INFO[Skin.String(cerbios_igrscreen_3)]    -    [B]$INFO[Skin.String(cerbios_igrscreen_4)][/B]    -</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"382\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Change Button Combo</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_buttons_igrscreen)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_buttons_igrscreen)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"383\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrscreen_1,Left Thumb), Skin.SetString(cerbios_igrscreen_2,Right Thumb), Skin.Reset(cerbios_igrscreen_3), Skin.Reset(cerbios_igrscreen_4)]  Default  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrscreen)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"384\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrscreen_1,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_1,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_1,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_1,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_1,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_1,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_1,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_1,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_1,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_1,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_1,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_1,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_1,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_1,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_1,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_1,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_1,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrscreen)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"385\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrscreen_2,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_2,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_2,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_2,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_2,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_2,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_2,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_2,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_2,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_2,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_2,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_2,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_2,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_2,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_2,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_2,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_2,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrscreen)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"386\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrscreen_3,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_3,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_3,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_3,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_3,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_3,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_3,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_3,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_3,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_3,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_3,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_3,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_3,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_3,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_3,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_3,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_3,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrscreen)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"387\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrscreen_4,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_4,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_4,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_4,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_4,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_4,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_4,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_4,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_4,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_4,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_4,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_4,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_4,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_4,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_4,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_4,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrscreen_4,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrscreen)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"388\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Shutdown:[/B]\n- Shuts down the console.\n-    [B]$INFO[Skin.String(cerbios_igrshutdown_1)][/B]    -    [B]$INFO[Skin.String(cerbios_igrshutdown_2)]    -    [B]$INFO[Skin.String(cerbios_igrshutdown_3)]    -    [B]$INFO[Skin.String(cerbios_igrshutdown_4)][/B]    -</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"389\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Change Button Combo</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_buttons_igrshutdown)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_buttons_igrshutdown)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"390\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrshutdown_1,Left Trigger), Skin.SetString(cerbios_igrshutdown_2,Right Trigger), Skin.SetString(cerbios_igrshutdown_3,DPad Up), Skin.SetString(cerbios_igrshutdown_4,Back)]  Default  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrshutdown)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"391\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrshutdown_1,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_1,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_1,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_1,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_1,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_1,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_1,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_1,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_1,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_1,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_1,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_1,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_1,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_1,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_1,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_1,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_1,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrshutdown)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"392\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrshutdown_2,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_2,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_2,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_2,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_2,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_2,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_2,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_2,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_2,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_2,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_2,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_2,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_2,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_2,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_2,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_2,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_2,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrshutdown)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"393\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrshutdown_3,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_3,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_3,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_3,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_3,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_3,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_3,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_3,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_3,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_3,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_3,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_3,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_3,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_3,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_3,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_3,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_3,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrshutdown)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"394\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>1</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_igrshutdown_4,)]  -  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_4,A)]  A  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_4,B)]  B  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_4,X)]  X  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_4,Y)]  Y  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_4,Black)]  Black  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_4,White)]  White  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_4,Left Trigger)]  Left Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_4,Right Trigger)]  Right Trigger  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_4,DPad Up)]  DPad Up  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_4,DPad Down)]  DPad Down  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_4,DPad Left)]  DPad Left  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_4,DPad Right)]  DPad Right  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_4,Start)]  Start  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_4,Back)]  Back  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_4,Left Thumb)]  Left Thumb  [/ONCLICK] \n[ONCLICK Skin.SetString(cerbios_igrshutdown_4,Right Thumb)]  Right Thumb  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_igrshutdown)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"395\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Show Overclocking Settings</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_buttons_overclocking)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_buttons_overclocking)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"396\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>80</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]Warning:[/B]\nAdvanced users only  incorrect values may cause instability or damage. This feature directly controls CPU/GPU frequency via 3-byte hex registers (e.g. 0x23A801). Trial and error is required. Use Eject to reset to safe defaults. Test gradually, monitor temps, and increase fan speed if overclocking.</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_overclocking)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"397\">\n\t\t\t\t\t<textoffsetx>10</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<radioleft>696</radioleft>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Enable Overclocking</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(cerbios_overclocking)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(cerbios_overclocking)</selected>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_overclocking)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"398\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>90</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]CPU Phase-Locked Loop Coefficient:[/B]\n- Controls CPU overclock via a 4-byte hex (e.g. 0x230801).\n- Stock Xbox: 733MHz @ 0x230801 (5.5 CPU multiplier).\n- Example: 802MHz CPU / 218MHz RAM @ 0x232304.\n- Current Setting: [B]0x$INFO[Skin.String(cerbios_cpumpllcoeff)][/B]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_overclocking) + Skin.HasSetting(cerbios_overclocking)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"399\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_cpumpllcoeff,000000)]  Reset  [/ONCLICK] [ONCLICK Skin.SetBool(hex_entry), Skin.Reset(cerbios_cpumpllcoeff), Skin.SetString(cerbios_cpumpllcoeff), Skin.Reset(hex_entry)]  Set CPU PLL Value  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_overclocking) + Skin.HasSetting(cerbios_overclocking)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"400\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>90</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>[B]NVIDIA Phase-Locked Loop Coefficient:[/B]\n- Sets GPU clock via 3-byte hex (e.g. 0x011C01).\n- Stock GPU: 233MHz @ 0x011C01.\n- Example OC: 266MHz @ 0x012001.\n- Current Setting: [B]0x$INFO[Skin.String(cerbios_nvpllcoeff)][/B]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_overclocking) + Skin.HasSetting(cerbios_overclocking)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"multiselect\" id=\"401\">\n\t\t\t\t\t<textoffsetx>0</textoffsetx>\n\t\t\t\t\t<textoffsety>4</textoffsety>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<height>35</height>\n\t\t\t\t\t<font>size_18</font>\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>[ONCLICK Skin.SetString(cerbios_nvpllcoeff,000000)]  Reset  [/ONCLICK] [ONCLICK Skin.SetBool(hex_entry), Skin.Reset(cerbios_nvpllcoeff), Skin.SetString(cerbios_nvpllcoeff), Skin.Reset(hex_entry)]  Set NVIDIA PLL Value  [/ONCLICK]</label>\n\t\t\t\t\t<onclick></onclick>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(105) + Skin.HasSetting(cerbios_buttons_overclocking) + Skin.HasSetting(cerbios_overclocking)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Save Settings -->\n\t\t\t\t<control type=\"textbox\" id=\"500\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>[B][UPPERCASE]Save Settings[/UPPERCASE][/B]</label>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(110)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"501\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>Save your current configuration to E:\\Cerbios\\cerbios.ini</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(110)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- Default Settings -->\n\t\t\t\t<control type=\"textbox\" id=\"502\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>50</height>\n\t\t\t\t\t<width>766</width>\n\t\t\t\t\t<font>size_35</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.settings.label.context</textcolor>\n\t\t\t\t\t<label>[B][UPPERCASE]Default Settings[/UPPERCASE][/B]</label>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(111)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"503\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>20</height>\n\t\t\t\t\t<width>756</width>\n\t\t\t\t\t<font>size_14</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<textcolor>colour.settings.label.info.text</textcolor>\n\t\t\t\t\t<label>Restore the default settings to E:\\Cerbios\\cerbios.ini</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"5,0\" time=\"0\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(9100).HasFocus(111)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"80\">\n\t\t\t\t<left>1190</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>4</width>\n\t\t\t\t<height>445</height>\n\t\t\t\t<include>Fake.ScrollBar.Vertical</include>\n\t\t\t\t<visible>Skin.HasSetting(cerbios_cansave) + ![Control.HasFocus(110) | Control.HasFocus(111)]</visible>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Clean Program Thumbs/addon.xml",
    "content": "<?xml version=\"1.0\" encoding=\"Windows-1252\" standalone=\"yes\"?>\r\n<addon id=\"Clean Program Thumbs\" name=\"Clean Program Thumbs\" version=\"1.0.0\" provider-name=\"Rocky5\">\r\n\t\t<requires>\r\n\t\t\t\t<import addon=\"xbmc.python\" version=\"1.0\" />\r\n\t\t</requires>\r\n\t\t<extension point=\"xbmc.python.script\" library=\"default.py\" />\r\n\t\t<extension point=\"xbmc.addon.metadata\">\r\n\t\t\t\t<platform>all</platform>\r\n\t\t\t\t<summary lang=\"en\">Clean Program Thumbs Script</summary>\r\n\t\t\t\t<description lang=\"en\">Use to clean the programs thumbnails. This is handy for updating thumbnails without having to do it manually.</description>\r\n\t\t</extension>\r\n</addon>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Clean Program Thumbs/default.py",
    "content": "'''\n\tScript by Rocky5\n\tUse to clean the programs thumbnails. This is handy for updating thumbnails without having to do it manually.\n'''\nimport os, sys\nimport xbmcgui, xbmcaddon\nAddon = xbmcaddon.Addon('Clean Program Thumbs')\n#####\tScript constants\n__scriptname__ = Addon.getAddonInfo('name')\n__id__ = Addon.getAddonInfo('id')\n__author__ = Addon.getAddonInfo('author')\n__version__ = Addon.getAddonInfo('version')\n__path__ = Addon.getAddonInfo('path')\ngetLocalizedString = Addon.getLocalizedString\ngetSetting = Addon.getSetting\nprint '[SCRIPT][%s] version %s initialized!' % (__scriptname__, __version__)\nif (__name__ == \"__main__\"):\n\timport resources.lib.__init__ as __init__\n\t# Close the script loading dialog\n\txbmc.executebuiltin('Dialog.Close(1100,false)')\n\tui = __init__.GUI('%s.xml' %  \"main\",__path__, 'default')\n\tui.doModal()\n\tdel ui"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Clean Program Thumbs/resources/__init__.py",
    "content": "# Dummy file to make this directory a package.\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Clean Program Thumbs/resources/language/English/strings.xml",
    "content": "<strings>\r\n\t\t<string id=\"3101\">Clean Thumbs</string>\r\n\t\t<string id=\"3102\">Generate Thumbs</string>\r\n\t\t<string id=\"3103\">Remove Thumbs</string>\r\n</strings>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Clean Program Thumbs/resources/lib/__init__.py",
    "content": "import os, sys\r\nimport xbmc, xbmcgui\r\nWorking_Directory\t= os.getcwd()+\"\\\\\"\r\ngetLocalizedString = sys.modules['__main__'].getLocalizedString\r\nclass GUI(xbmcgui.WindowXMLDialog):\r\n\tdef __init__(self, *args, **kwargs):\r\n\t\txbmcgui.WindowXMLDialog.__init__(self, *args, **kwargs)\r\n\tdef onInit(self):\r\n\t\tself.action_exitkeys_id = [10, 92]\r\n\t\t# get control ids\r\n\t\tself.control_id_button_button1 = 3000\r\n\t\tself.control_id_button_button2 = 3001\r\n\t\tself.control_id_button_button3 = 3002\r\n\t\t# translation ids\r\n\t\tself.translation_id_button1 = 3101\r\n\t\tself.translation_id_button2 = 3102\r\n\t\tself.translation_id_button3 = 3103\r\n\t\t# set actions\r\n\t\tself.button_button1 = self.getControl(self.control_id_button_button1)\r\n\t\tself.button_button2 = self.getControl(self.control_id_button_button2)\r\n\t\tself.button_button3 = self.getControl(self.control_id_button_button3)\r\n\t\t# translate buttons\r\n\t\tself.button_button1.setLabel(getLocalizedString(self.translation_id_button1))\r\n\t\tself.button_button2.setLabel(getLocalizedString(self.translation_id_button2))\r\n\t\tself.button_button3.setLabel(getLocalizedString(self.translation_id_button3))\r\n\tdef onAction(self, action):\r\n\t\tif action in self.action_exitkeys_id:\r\n\t\t\tself.close()\r\n\tdef onFocus(self, controlId):\r\n\t\tpass\r\n\tdef onClick(self, controlId):\r\n\t\tif controlId == self.control_id_button_button1:\r\n\t\t\tauto()\r\n\t\telif controlId == self.control_id_button_button2:\r\n\t\t\tmanual()\r\n\t\telif controlId == self.control_id_button_button3:\r\n\t\t\tuninstall()\r\ndef auto():\r\n\txbmc.executebuiltin(\"RunScript(\"+Working_Directory+\"\\\\resources\\\\lib\\\\default.py)\")\r\ndef manual():\r\n\txbmc.executebuiltin(\"RunScript(\"+Working_Directory+\"\\\\resources\\\\lib\\\\default.py,1,0)\")\r\ndef uninstall():\r\n\txbmc.executebuiltin(\"RunScript(\"+Working_Directory+\"\\\\resources\\\\lib\\\\default.py,0,1)\")"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Clean Program Thumbs/resources/lib/default.py",
    "content": "# -*- coding: utf-8 -*- \n'''\n\tScript by Rocky5\n\tRemoves all the .tbn/dds files inside the \"thumbnail\\programs\\\" directory that are no longer in use.\n\tUsage:\n\t\tRemove unused cached thumbnails                          = RunScript(Special://xbmc/scripts/XBMC4Gamers/Utilities/Clean Thumbs.py)\n\t\tRemove all cached thumbnails                             = RunScript(Special://xbmc/scripts/XBMC4Gamers/Utilities/Clean Thumbs.py,0,1)\n\t\tRemove all cached thumbnails & re-cache default.tbn      = RunScript(Special://xbmc/scripts/XBMC4Gamers/Utilities/Clean Thumbs.py,1,0)\n'''\n\nimport os\nimport sys\nimport time\nimport xbmcgui\nimport shutil\nimport sqlite3\n\npDialog = xbmcgui.DialogProgress()\ndialog = xbmcgui.Dialog()\n\nUSEGAMESTBNFILES = sys.argv[1] if len(sys.argv) > 1 else \"0\"\nREMOVETHUMBNAILS = sys.argv[2] if len(sys.argv) > 2 else \"0\"\nMYPROGRAMS_DB = xbmc.translatePath(\"special://profile/database/MyPrograms6.db\").decode('utf-8')\nTHUMBDIRECTORY = xbmc.translatePath(\"special://profile/thumbnails/programs/\").decode('utf-8')\nTEMP_PROFILE_DIRECTORY = xbmc.translatePath(\"special://profile/thumbnails/temp/\").decode('utf-8')\nSUB_DIRECTORIES = [str(i) for i in range(10)] + list(\"abcdef\")\n\ndef create_directories():\n\tif not os.path.isdir(TEMP_PROFILE_DIRECTORY):\n\t\tos.makedirs(TEMP_PROFILE_DIRECTORY)\n\tfor sub_dir in SUB_DIRECTORIES:\n\t\tsub_dir_path = os.path.join(TEMP_PROFILE_DIRECTORY, sub_dir)\n\t\tif not os.path.isdir(sub_dir_path):\n\t\t\tos.mkdir(sub_dir_path)\n\ndef clean_thumbnails(rows):\n\tpDialog.create(\"Cleaning Thumbnails\")\n\tfor count, row in enumerate(rows, 1):\n\t\tif pDialog.iscanceled():\n\t\t\tpDialog.close()\n\t\t\tdialog.ok(\"Cancelled\", \"\", \"Cancelled cleaning process\")\n\t\t\treturn 0\n\t\tgame_title, thumb_cache = row[3], xbmc.getCacheThumbName(row[1])\n\t\tthumb_path = os.path.join(THUMBDIRECTORY, thumb_cache[0], thumb_cache)\n\t\t\n\t\tprogress = (count * 100) / len(rows)\n\t\tpDialog.update(progress, \"\", \"Processing:[CR]{}\".format(game_title))\n\t\t\n\t\tif os.path.isfile(thumb_path):\n\t\t\tshutil.copy2(thumb_path, os.path.join(TEMP_PROFILE_DIRECTORY, thumb_cache[0], thumb_cache))\n\n\tpDialog.close()\n\treturn 1\n\ndef generate_thumbnails(rows):\n\tpDialog.create(\"Generating Thumbnails\")\n\tfor count, row in enumerate(rows, 1):\n\t\tif pDialog.iscanceled():\n\t\t\tpDialog.close()\n\t\t\tdialog.ok(\"Cancelled\", \"\", \"Cancelled thumbnail creation\")\n\t\t\treturn 0\n\t\tgame_title, default_tbn, thumb_cache = row[3], row[1][:-3] + \"tbn\", xbmc.getCacheThumbName(row[1])\n\t\tsynopsis, poster = os.path.join(row[23].decode('utf-8'), \"artwork/synopsis.jpg\"), os.path.join(row[23].decode('utf-8'), \"artwork/poster.jpg\")\n\n\t\tdefault_tbn = poster if os.path.isfile(poster) else (synopsis if os.path.isfile(synopsis) else default_tbn)\n\t\tprogress = (count * 100) / len(rows)\n\t\tpDialog.update(progress, \"\", \"Generation thumbnails for:[CR]{}\".format(game_title))\n\t\ttime.sleep(0.05) # Ensures the progress bar updates properly\n\n\t\txbmc.executebuiltin('CacheThumbnail(\"{}\",\"{}\")'.format(default_tbn, os.path.join(TEMP_PROFILE_DIRECTORY, thumb_cache[0], thumb_cache)))\n\n\tpDialog.close()\n\treturn 1\n\ndef main():\n\t# Close the script loading dialog\n\txbmc.executebuiltin('Dialog.Close(1100,false)')\n\t\n\tnot_cancelled = 1\n\t\n\tif not (os.path.isfile(MYPROGRAMS_DB) or REMOVETHUMBNAILS):\n\t\tdialog.ok(\"Error\", \"MyPrograms6.db is missing.\")\n\t\treturn\n\n\tcreate_directories()\n\ttry:\n\t\tif USEGAMESTBNFILES == \"0\" and REMOVETHUMBNAILS == \"0\":\n\t\t\twith sqlite3.connect(MYPROGRAMS_DB, check_same_thread=False) as con:\n\t\t\t\tcon.text_factory = str\n\t\t\t\trows = con.execute(\"SELECT * FROM files\").fetchall()\n\t\t\t\tnot_cancelled = clean_thumbnails(rows)\n\t\t\t\tif not_cancelled:\n\t\t\t\t\tdialog.ok(\"Thumbnail Cleaner\", \"\", \"Cleaned all thumbnails.\")\n\t\telif USEGAMESTBNFILES == \"1\" and REMOVETHUMBNAILS == \"0\":\n\t\t\twith sqlite3.connect(MYPROGRAMS_DB, check_same_thread=False) as con:\n\t\t\t\tcon.text_factory = str\n\t\t\t\trows = con.execute(\"SELECT * FROM files\").fetchall()\n\t\t\t\tnot_cancelled = generate_thumbnails(rows)\n\t\t\t\tif not_cancelled:\n\t\t\t\t\tdialog.ok(\"Thumbnail Cleaner\", \"\", \"Generated thumbnails.\")\n\t\telif REMOVETHUMBNAILS == \"1\":\n\t\t\tpDialog.create(\"Remove Thumbnails\", \"\", \"Removing thumbnails...\")\n\t\t\ttime.sleep(1)\n\t\t\tpDialog.close()\n\t\t\tdialog.ok(\"Thumbnail Cleaner\", \"\", \"Thumbnails deleted.\")\n\texcept Exception as e:\n\t\tdialog.ok(\"Error\", \"An error occurred: {}\".format(e))\n\tfinally:\n\t\tif os.path.isdir(THUMBDIRECTORY):\n\t\t\tshutil.rmtree(THUMBDIRECTORY)\n\t\tos.rename(TEMP_PROFILE_DIRECTORY.rstrip('/'), TEMP_PROFILE_DIRECTORY[:-5] + \"Programs\")\n\nif __name__ == \"__main__\":\n\tmain()"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Clean Program Thumbs/resources/skins/default/xml/main.xml",
    "content": "<window id=\"129\">\r\n\t<defaultcontrol always=\"false\">3000</defaultcontrol>\r\n\t<!-- <zorder>20</zorder> -->\r\n\t<coordinates>\r\n\t\t<system>1</system>\r\n\t\t<left>0</left>\r\n\t\t<top>0</top>\r\n\t</coordinates>\r\n\t<controls>\r\n\t\t<control type=\"image\">\r\n\t\t\t<description>underlay image</description>\r\n\t\t\t<left>0</left>\r\n\t\t\t<top>0</top>\r\n\t\t\t<width>1280</width>\r\n\t\t\t<height>720</height>\r\n\t\t\t<texture>main-underlay.png</texture>\r\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" time=\"200\">WindowOpen</animation>\r\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"200\">WindowClose</animation>\r\n\t\t</control>\r\n\t\t<control type=\"group\">\r\n\t\t\t<left>447</left>\r\n\t\t\t<top>236</top>\r\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"200\" time=\"500\">WindowOpen</animation>\r\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"500\">WindowClose</animation>\r\n\t\t\t<control type=\"image\">\r\n\t\t\t\t<description>background image</description>\r\n\t\t\t\t<left>0</left>\r\n\t\t\t\t<top>0</top>\r\n\t\t\t\t<width>386</width>\r\n\t\t\t\t<height>248</height>\r\n\t\t\t\t<texture>main-background.png</texture>\r\n\t\t\t\t<aspectratio>stretch</aspectratio>\r\n\t\t\t</control>\r\n\t\t\t<control type=\"label\">\r\n\t\t\t\t<description>heading label</description>\r\n\t\t\t\t<left>0</left>\r\n\t\t\t\t<top>35</top>\r\n\t\t\t\t<width>386</width>\r\n\t\t\t\t<height>0</height>\r\n\t\t\t\t<align>center</align>\r\n\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t<font>size_20</font>\r\n\t\t\t\t<label>Clean Program Thumbs</label>\r\n\t\t\t\t<textcolor>FF000000</textcolor>\r\n\t\t\t</control>\r\n\t\t\t<control type=\"grouplist\">\r\n\t\t\t\t<description>custom grouplist for context buttons</description>\r\n\t\t\t\t<left>43</left>\r\n\t\t\t\t<top>84</top>\r\n\t\t\t\t<width>386</width>\r\n\t\t\t\t<height>290</height>\r\n\t\t\t\t<itemgap>0</itemgap>\r\n\t\t\t\t<control type=\"button\" id=\"3000\">\r\n\t\t\t\t\t<description>Action Button</description>\r\n\t\t\t\t\t<width>300</width>\r\n\t\t\t\t\t<height>42</height>\r\n\t\t\t\t\t<font>size_23</font>\r\n\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t<textcolor>F5FFFFFFF</textcolor>\r\n\t\t\t\t\t<focusedcolor>FFFFFFFF</focusedcolor>\r\n\t\t\t\t\t<label>Clean Thumbs</label>\r\n\t\t\t\t\t<texturefocus border=\"2\">main-button-focus.png</texturefocus>\r\n\t\t\t\t\t<texturenofocus border=\"2\">main-button-nofocus.png</texturenofocus>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"button\" id=\"3001\">\r\n\t\t\t\t\t<description>Action Button</description>\r\n\t\t\t\t\t<width>300</width>\r\n\t\t\t\t\t<height>42</height>\r\n\t\t\t\t\t<font>size_23</font>\r\n\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t<textcolor>F5FFFFFFF</textcolor>\r\n\t\t\t\t\t<focusedcolor>FFFFFFFF</focusedcolor>\r\n\t\t\t\t\t<label>Generate Thumbs</label>\r\n\t\t\t\t\t<texturefocus border=\"2\">main-button-focus.png</texturefocus>\r\n\t\t\t\t\t<texturenofocus border=\"2\">main-button-nofocus.png</texturenofocus>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"button\" id=\"3002\">\r\n\t\t\t\t\t<description>Action Button</description>\r\n\t\t\t\t\t<width>300</width>\r\n\t\t\t\t\t<height>42</height>\r\n\t\t\t\t\t<font>size_23</font>\r\n\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t<textcolor>F5FFFFFFF</textcolor>\r\n\t\t\t\t\t<focusedcolor>FFFFFFFF</focusedcolor>\r\n\t\t\t\t\t<label>Remove Thumbs</label>\r\n\t\t\t\t\t<texturefocus border=\"2\">main-button-focus.png</texturefocus>\r\n\t\t\t\t\t<texturenofocus border=\"2\">main-button-nofocus.png</texturenofocus>\r\n\t\t\t\t</control>\r\n\t\t\t</control>\r\n\t\t</control>\r\n\t</controls>\r\n</window>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/addon.xml",
    "content": "<?xml version=\"1.0\" encoding=\"Windows-1252\" standalone=\"yes\"?>\n<addon id=\"File Patcher\" name=\"File Patcher\" version=\"1.0.0\" provider-name=\"Rocky5\">\n\t\t<requires>\n\t\t\t\t<import addon=\"xbmc.python\" version=\"1.0\" />\n\t\t</requires>\n\t\t<extension point=\"xbmc.python.script\" library=\"default.py\" />\n\t\t<extension point=\"xbmc.addon.metadata\">\n\t\t\t\t<platform>all</platform>\n\t\t\t\t<summary lang=\"en\">File Patcher</summary>\n\t\t\t\t<description lang=\"en\">Used to patch games using .pf files</description>\n\t\t</extension>\n</addon>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/default.py",
    "content": "'''\r\n\tScript by Rocky5\r\n\tUsed to patch games.\r\n'''\r\nfrom os.path import basename, isdir, join\r\nfrom os import getcwd, mkdir\r\nfrom glob import glob\r\nfrom xbmc import translatePath\r\nimport xbmcaddon\r\nimport resources.lib.__init__ as addon_init\r\n\r\nAddon = xbmcaddon.Addon('File Patcher')\r\n__scriptname__ = Addon.getAddonInfo('name')\r\n__version__ = Addon.getAddonInfo('version')\r\n__path__ = Addon.getAddonInfo('path')\r\nprint \"[SCRIPT][{}] version {} initialized!\".format(__scriptname__, __version__)\r\n\r\nif (__name__ == \"__main__\"):\r\n\timport resources.lib.__init__ as __init__\r\n\t\r\n\theader = '''<window id=\"129\">\r\n\t<defaultcontrol always=\"true\">3000</defaultcontrol>\r\n\t<onload>Dialog.Close(1100,false)</onload>\r\n\t<controls>\r\n\t\t<include>Behind.Dialog</include>\r\n\t\t<control type=\"group\">\r\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\r\n\t\t\t<control type=\"image\">\r\n\t\t\t\t<left>270</left>\r\n\t\t\t\t<top>80</top>\r\n\t\t\t\t<width>740</width>\r\n\t\t\t\t<height>560</height>\r\n\t\t\t\t<aspectratio>stretch</aspectratio>\r\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\\\dialogs\\\\select_browser\\\\main.png</texture>\r\n\t\t\t\t<animation effect=\"zoom\" start=\"270,80,740,560\" end=\"120,80,1040,560\" time=\"0\" condition=\"true\">Conditional</animation>\r\n\t\t\t</control>\r\n\t\t\t<control type=\"image\">\r\n\t\t\t\t<left>286</left>\r\n\t\t\t\t<top>99</top>\r\n\t\t\t\t<width>709</width>\r\n\t\t\t\t<height>61</height>\r\n\t\t\t\t<aspectratio>stretch</aspectratio>\r\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\\\dialogs\\\\select_browser\\\\header.png</texture>\r\n\t\t\t\t<animation effect=\"zoom\" start=\"286,99,709,61\" end=\"142,99,996,61\" time=\"0\" condition=\"true\">Conditional</animation>\r\n\t\t\t</control>\r\n\t\t\t<control type=\"label\">\r\n\t\t\t\t<description>Heading label</description>\r\n\t\t\t\t<left>313</left>\r\n\t\t\t\t<top>107</top>\r\n\t\t\t\t<width>731</width>\r\n\t\t\t\t<height>37</height>\r\n\t\t\t\t<include>Dialog.Select.Font</include>\r\n\t\t\t\t<scroll>true</scroll>\r\n\t\t\t\t<align>left</align>\r\n\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\r\n\t\t\t\t<shadowcolor>-</shadowcolor>\r\n\t\t\t\t<label>File Patcher</label>\r\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-144,0\" time=\"0\" condition=\"true\">Conditional</animation>\r\n\t\t\t</control>\r\n\t\t\t<control type=\"grouplist\">\r\n\t\t\t\t<description>Control Info</description>\r\n\t\t\t\t<left>360</left>\r\n\t\t\t\t<top>565</top>\r\n\t\t\t\t<width>561</width>\r\n\t\t\t\t<height>80</height>\r\n\t\t\t\t<itemgap>10</itemgap>\r\n\t\t\t\t<orientation>Horizontal</orientation>\r\n\t\t\t\t<align>center</align>\r\n\t\t\t\t<!-- A Button -->\r\n\t\t\t\t<control type=\"image\">\r\n\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t<width>32</width>\r\n\t\t\t\t\t<height>32</height>\r\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\r\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\\\dialogs\\\\a_button.png</texture>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\r\n\t\t\t\t\t<height>32</height>\r\n\t\t\t\t\t<font>size_19</font>\r\n\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\r\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\r\n\t\t\t\t</control>\r\n\t\t\t\t<!-- B Button -->\r\n\t\t\t\t<control type=\"image\">\r\n\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t<width>32</width>\r\n\t\t\t\t\t<height>32</height>\r\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\r\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\\\dialogs\\\\b_button.png</texture>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\r\n\t\t\t\t\t<height>32</height>\r\n\t\t\t\t\t<font>size_19</font>\r\n\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\r\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\r\n\t\t\t\t</control>\r\n\t\t\t</control>\r\n\t\t\t<control type=\"group\">\r\n\t\t\t\t<left>681</left>\r\n\t\t\t\t<top>229</top>\r\n\t\t\t\t<control type=\"textbox\">\r\n\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t<top>-55</top>\r\n\t\t\t\t\t<width>435</width>\r\n\t\t\t\t\t<height>125</height>\r\n\t\t\t\t\t<font>size_35</font>\r\n\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t<aligny>bottom</aligny>\r\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\r\n\t\t\t\t\t<label>[B]$INFO[Container(3000).ListItem.Label][/B]</label>\r\n\t\t\t\t\t<autoscroll delay=\"8000\" time=\"2000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t<top>75</top>\r\n\t\t\t\t\t<width>150</width>\r\n\t\t\t\t\t<height>15</height>\r\n\t\t\t\t\t<font>size_17</font>\r\n\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\r\n\t\t\t\t\t<label>[B]Region:[/B]</label>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t<left>85</left>\r\n\t\t\t\t\t<top>75</top>\r\n\t\t\t\t\t<width>355</width>\r\n\t\t\t\t\t<height>15</height>\r\n\t\t\t\t\t<font>size_17</font>\r\n\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\r\n\t\t\t\t\t<label>$INFO[Container(3000).ListItem.Label2]</label>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t<top>100</top>\r\n\t\t\t\t\t<width>150</width>\r\n\t\t\t\t\t<height>15</height>\r\n\t\t\t\t\t<font>size_17</font>\r\n\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\r\n\t\t\t\t\t<label>[B]TitleID:[/B]</label>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t<left>85</left>\r\n\t\t\t\t\t<top>100</top>\r\n\t\t\t\t\t<width>355</width>\r\n\t\t\t\t\t<height>15</height>\r\n\t\t\t\t\t<font>size_17</font>\r\n\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\r\n\t\t\t\t\t<label>$INFO[Container(3000).ListItem.Property(TitleID)]</label>\r\n\t\t\t\t\t<scroll>true</scroll>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t<top>125</top>\r\n\t\t\t\t\t<width>150</width>\r\n\t\t\t\t\t<height>15</height>\r\n\t\t\t\t\t<font>size_17</font>\r\n\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\r\n\t\t\t\t\t<label>[B]Type:[/B]</label>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t<left>85</left>\r\n\t\t\t\t\t<top>125</top>\r\n\t\t\t\t\t<width>355</width>\r\n\t\t\t\t\t<height>15</height>\r\n\t\t\t\t\t<font>size_17</font>\r\n\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\r\n\t\t\t\t\t<label>$INFO[Container(3000).ListItem.Property(Type)]</label>\r\n\t\t\t\t\t<scroll>true</scroll>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t<top>150</top>\r\n\t\t\t\t\t<width>150</width>\r\n\t\t\t\t\t<height>15</height>\r\n\t\t\t\t\t<font>size_17</font>\r\n\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\r\n\t\t\t\t\t<label>[B]Credits:[/B]</label>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t<left>85</left>\r\n\t\t\t\t\t<top>150</top>\r\n\t\t\t\t\t<width>355</width>\r\n\t\t\t\t\t<height>15</height>\r\n\t\t\t\t\t<font>size_17</font>\r\n\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\r\n\t\t\t\t\t<label>$INFO[Container(3000).ListItem.Property(Credits)]</label>\r\n\t\t\t\t\t<scroll>true</scroll>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t<top>175</top>\r\n\t\t\t\t\t<width>150</width>\r\n\t\t\t\t\t<height>15</height>\r\n\t\t\t\t\t<font>size_17</font>\r\n\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\r\n\t\t\t\t\t<label>[B]Information:[/B]</label>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"textbox\">\r\n\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t<top>190</top>\r\n\t\t\t\t\t<width>435</width>\r\n\t\t\t\t\t<height>125</height>\r\n\t\t\t\t\t<font>size_17</font>\r\n\t\t\t\t\t<align>justify</align>\r\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\r\n\t\t\t\t\t<scrolltime>200</scrolltime>\r\n\t\t\t\t\t<label>$INFO[Container(3000).ListItem.Property(Info)]</label>\r\n\t\t\t\t\t<autoscroll delay=\"10000\" time=\"1000\" repeat=\"10000\" condition=\"ControlGroup(9001).HasFocus(10)\">Conditional</autoscroll>\r\n\t\t\t\t</control>\r\n\t\t\t</control>\r\n\t\t\t<control type=\"list\" id=\"3000\">\r\n\t\t\t\t<description>button area</description>\r\n\t\t\t\t<left>305</left>\r\n\t\t\t\t<top>170</top>\r\n\t\t\t\t<width>510</width>\r\n\t\t\t\t<height>378</height>\r\n\t\t\t\t<onup>3</onup>\r\n\t\t\t\t<ondown>3</ondown>\r\n\t\t\t\t<onleft>60</onleft>\r\n\t\t\t\t<onright>9000</onright>\r\n\t\t\t\t<pagecontrol>60</pagecontrol>\r\n\t\t\t\t<scrolltime>200</scrolltime>\r\n\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-144,0\" time=\"0\" condition=\"true\">Conditional</animation>\r\n\t\t\t\t<itemlayout height=\"42\" width=\"510\">\r\n\t\t\t\t\t<control type=\"image\">\r\n\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t<width>510</width>\r\n\t\t\t\t\t\t<height>40</height>\r\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\r\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\\\dialogs\\\\select_browser\\\\button_no_focus.png</texture>\r\n\t\t\t\t\t</control>\r\n\t\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t\t<left>10</left>\r\n\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t<height>40</height>\r\n\t\t\t\t\t\t<width>430</width>\r\n\t\t\t\t\t\t<font>size_16</font>\r\n\t\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\r\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\r\n\t\t\t\t\t\t<scroll>false</scroll>\r\n\t\t\t\t\t</control>\r\n\t\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t\t<right>10</right>\r\n\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t<height>40</height>\r\n\t\t\t\t\t\t<width>60</width>\r\n\t\t\t\t\t\t<font>size_16</font>\r\n\t\t\t\t\t\t<align>right</align>\r\n\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\r\n\t\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\r\n\t\t\t\t\t\t<scroll>false</scroll>\r\n\t\t\t\t\t</control>\r\n\t\t\t\t</itemlayout>\r\n\t\t\t\t<focusedlayout height=\"42\" width=\"510\">\r\n\t\t\t\t\t<control type=\"image\">\r\n\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t<width>510</width>\r\n\t\t\t\t\t\t<height>40</height>\r\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\r\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\\\dialogs\\\\select_browser\\\\button_focus.png</texture>\r\n\t\t\t\t\t</control>\r\n\t\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t\t<left>10</left>\r\n\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t<height>40</height>\r\n\t\t\t\t\t\t<width>430</width>\r\n\t\t\t\t\t\t<font>size_16</font>\r\n\t\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\r\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\r\n\t\t\t\t\t\t<scroll>false</scroll>\r\n\t\t\t\t\t</control>\r\n\t\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t\t<right>10</right>\r\n\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t<height>40</height>\r\n\t\t\t\t\t\t<width>60</width>\r\n\t\t\t\t\t\t<font>size_16</font>\r\n\t\t\t\t\t\t<align>right</align>\r\n\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\r\n\t\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\r\n\t\t\t\t\t\t<scroll>false</scroll>\r\n\t\t\t\t\t</control>\r\n\t\t\t\t</focusedlayout>\r\n\t\t\t\t<content>'''\r\n\t\r\n\tfooter = '''\t\t\t\t</content>\r\n\t\t\t</control>\r\n\t\t</control>\r\n\t\t<control type=\"scrollbar\" id=\"60\">\r\n\t\t\t<left>301</left>\r\n\t\t\t<top>170</top>\r\n\t\t\t<width>4</width>\r\n\t\t\t<height>376</height>\r\n\t\t\t<onright>3000</onright>\r\n\t\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\r\n\t\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\r\n\t\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\r\n\t\t\t<textureslidernib>-</textureslidernib>\r\n\t\t\t<textureslidernibfocus>-</textureslidernibfocus>\r\n\t\t\t<showonepage>false</showonepage>\r\n\t\t\t<orientation>vertical</orientation>\r\n\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"40\" end=\"100\" time=\"100\">Focus</animation>\r\n\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"40\" time=\"100\" condition=\"!Control.HasFocus(60)\">Conditional</animation>\r\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-144,0\" time=\"0\" condition=\"true\">Conditional</animation>\r\n\t\t</control>\r\n\t\t<control type=\"label\">\r\n\t\t\t<description>number of files in list text label</description>\r\n\t\t\t<right>295</right>\r\n\t\t\t<bottom>105</bottom>\r\n\t\t\t<width>550</width>\r\n\t\t\t<height>15</height>\r\n\t\t\t<font>size_15</font>\r\n\t\t\t<align>right</align>\r\n\t\t\t<aligny>center</aligny>\r\n\t\t\t<scroll>false</scroll>\r\n\t\t\t<textcolor>colour.dialog.label.context</textcolor>\r\n\t\t\t<label>$INFO[Container(3000).CurrentItem]/$INFO[Container(3000).NumItems]</label>\r\n\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"75\" time=\"300\">Visible</animation>\r\n\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"75\" end=\"0\" time=\"0\">Hidden</animation>\r\n\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"144,0\" time=\"0\" condition=\"true\">Conditional</animation>\r\n\t\t</control>\r\n\t\t<control type=\"button\" id=\"3001\">\r\n\t\t\t<onleft>3000</onleft>\r\n\t\t\t<onright>3000</onright>\r\n\t\t\t<visible allowhiddenfocus=\"true\">false</visible>\r\n\t\t</control>\r\n\t</controls>\r\n</window>'''\r\n\r\n\ttemplate = '''\r\n\t\t\t\t\t\t<item id=\"%s\">\r\n\t\t\t\t\t\t\t<label>%s</label>\r\n\t\t\t\t\t\t\t<label2>%s</label2>\r\n\t\t\t\t\t\t\t<property name=\"Author\">%s</property>\r\n\t\t\t\t\t\t\t<property name=\"Credits\">%s</property>\r\n\t\t\t\t\t\t\t<property name=\"Info\">%s</property>\r\n\t\t\t\t\t\t\t<property name=\"TitleID\">%s </property>\r\n\t\t\t\t\t\t\t<property name=\"Type\">%s</property>\r\n\t\t\t\t\t\t\t<onclick>%s</onclick>\r\n\t\t\t\t\t\t\t<onclick>SetFocus(3001)</onclick>\r\n\t\t\t\t\t\t</item>\r\n'''\r\n\r\n\t# Build XML list\r\n\tcwd = getcwd()\r\n\tCountList = 0\r\n\tPatches = join(cwd, 'resources/lib/patches/')\r\n\tUserPatches = join(cwd, 'user patches/')\r\n\tif not isdir(UserPatches):\r\n\t\tmkdir(UserPatches)\r\n\twith open(join(cwd, 'resources/skins/default/xml/main.xml'), \"w\") as WriteFile:\r\n\t\tWriteFile.write(header)\r\n\r\n\t\tpatch_files = [x for x in glob(translatePath(Patches + '*.pf'))]\r\n\t\tuser_patch_files = [x for x in glob(translatePath(UserPatches + '*.pf'))]\r\n\t\tcombined_files = patch_files + user_patch_files\r\n\t\tsorted_files = sorted(combined_files,key=lambda f: (0 if 'generic patches' in f.lower() else 1,basename(f).lower()))\r\n\r\n\t\tfor pfs in sorted_files:\r\n\t\t\tCountList += 1\r\n\t\t\tauthor = \"Unknown\"\r\n\t\t\tcredits = \"Unknown\"\r\n\t\t\tinfo = \"Unknown\"\r\n\t\t\tregion = \"Unknown\"\r\n\t\t\ttitle = \"Unknown\"\r\n\t\t\ttitleid = \"Unknown\"\r\n\t\t\ttype = \"Unknown\"\r\n\r\n\t\t\twith open(pfs, 'r') as patch_file:\r\n\t\t\t\tread_file = patch_file.readlines()\r\n\t\t\t\tfor line in read_file:\r\n\t\t\t\t\tif '#' in line:\r\n\t\t\t\t\t\tif 'Author:' in line:\r\n\t\t\t\t\t\t\tauthor = line.rstrip().split('Author: ')[1]\r\n\t\t\t\t\t\telif 'Credits:' in line:\r\n\t\t\t\t\t\t\tcredits = line.rstrip().split('Credits: ')[1]\r\n\t\t\t\t\t\telif 'Title:' in line:\r\n\t\t\t\t\t\t\ttitle = line.rstrip().split('Title: ')[1]\r\n\t\t\t\t\t\telif 'Info:' in line:\r\n\t\t\t\t\t\t\tinfo = line.rstrip().split('Info: ')[1]\r\n\t\t\t\t\t\telif 'Region:' in line:\r\n\t\t\t\t\t\t\tregion = line.rstrip().split('Region: ')[1]\r\n\t\t\t\t\t\telif 'TitleID:' in line:\r\n\t\t\t\t\t\t\ttitleid = line.rstrip().split('TitleID: ')[1]\r\n\t\t\t\t\t\telif 'Type:' in line:\r\n\t\t\t\t\t\t\ttype = line.rstrip().split('Type: ')[1]\r\n\r\n\t\t\tWriteFile.write(\r\n\t\t\t\ttemplate % (\r\n\t\t\t\t\tCountList,\r\n\t\t\t\t\ttitle.upper(),\r\n\t\t\t\t\tregion,\r\n\t\t\t\t\tauthor,\r\n\t\t\t\t\tcredits,\r\n\t\t\t\t\tinfo,\r\n\t\t\t\t\ttitleid,\r\n\t\t\t\t\ttype,\r\n\t\t\t\t\t'RunScript(%s)' % (\r\n\t\t\t\t\t\tjoin(cwd, 'resources\\\\lib\\\\default.py,%s') % (pfs)\r\n\t\t\t\t\t)\r\n\t\t\t\t)\r\n\t\t\t)\r\n\t\tWriteFile.write(footer)\r\n\t\r\n\tui = __init__.GUI('%s.xml' %  \"main\",__path__, 'default')\r\n\tui.doModal()\r\n\tdel ui"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/readme.txt",
    "content": "Binary patcher for XBMC4Gamers\r\nThis I made for fun as I was bored and wanted something people could use to patch games easily.\r\n\r\n--------------------------------------------------------------------------------------------------\r\n\tPatch file header information\r\n--------------------------------------------------------------------------------------------------\r\n\r\n\t# Author:\r\n\t\tThis is optional, but credit the patch authors.\r\n\r\n\t# Credits:\r\n\t\tThis is optional, it's additional information.\r\n\r\n\t# Info:\r\n\t\tThis is used to describe what the patch does.\r\n\t\t(You can create new lines by using [CR])\r\n\r\n\t# Region:\r\n\t\tThis is mandatory. MULTI, PAL, NTSC and NTSC-J\r\n\r\n\t# Title:\r\n\t\tThis is the games name, it's used for the selection list.\r\n\r\n\t# TitleID:\r\n\t\tThis is mandatory as it's used to detect if the game folder you selected is the correct game.\r\n\t\tAs patches can be region specific.\r\n\t\r\n\t# Type:\r\n\t\tThis is what the patch does, it can be whatever you want it to be but I use the following.\r\n\t\t\t480p Patch\r\n\t\t\t720p Patch\r\n\t\t\tCertificate Patch\r\n\t\t\tCertificate & FATX Patch\r\n\t\t\tMulti Patch\r\n\t\t\tOther Patch\r\n\t\t\tWidescreen Patch\r\n\r\n\t#:\r\n\t\tThis is used to as a comment line. These are skipped and for manual viewing purposes only.\r\n\r\n--------------------------------------------------------------------------------------------------\r\n\tExample patch\r\n-------------------------------------------------------------------------------------------\r\n\t\r\n\tPatch files content:\r\n\t\t# Author: Lord Crass\r\n\t\t# Credits: Lord Crass\r\n\t\t# Info: Fixes long file name check, removes FatX checks, disables save corruption and sector offset protection.\r\n\t\t# Region: All\r\n\t\t# Title: Race Driver 3\r\n\t\t# TitleID: 434d0050\r\n\t\t# Type: Multi Patch\r\n\r\n\t\tCP|default.xbe|default_orig.xbe\r\n\t\tRM|dashupdate.xbe|update.xbe\r\n\r\n\t\t# Rename the long files (assumes they are already truncated at 42 characters)\r\n\t\tMV|015662574029570062573498458618274029349857|01566257402957006257\r\n\t\tMV|071362571270516956224586848573710713625712|07136257127051695622\r\n\t\tMV|514379286257514395994055516907134055562284|51437928625751439599\r\n\t\tMV|737101561827458646126257684072935622458684|73710156182745864612\r\n\t\tMV|737101561827458668148485015672935622904223|73710156182745866814\r\n\r\n\t\t# Remove first FATX check\r\n\t\tHR|default.xbe|1|85C07508C7442420000048008D44241C|85C0750890909090909090908D44241C\r\n\r\n\t\t# Fix internal generation of long file names\r\n\t\tHR|default.xbe|1|C744242014000000EB038D49|C744242005000000EB038D49\r\n\r\n\t\t# Hardcode internal sector offset key to 7d07c\r\n\t\tHR|default.xbe|1|8bf056e800f00300|b87cd00700909090\r\n\r\n\t\t# Return default bogus offset for query and avoid second FATX/GDFX check\r\n\t\tHR|default.xbe|1|568d450850ff3530c7340083ceff|be563412008bc65ec9c204009090\r\n\r\n\t\t# Remove silent save corrupter\r\n\t\tHR|default.xbe|1|C705EC6A3A0000000000|90909090909090909090\r\n\r\n--------------------------------------------------------------------------------------------------\r\n\tCP = Copy\r\n-------------------------------------------------------------------------------------------\r\n\t\r\n\tUsed to copy files to new locations or for backup purposes.\r\n\t\r\n\t\tExample:\r\n\t\t\tCP|default.xbe|default_orig.xbe\r\n\t\t\r\n\t\tYou can use this to copy a file to a new filename and then patch that xbe instead.\r\n\t\tExample:\r\n\t\t\tCP|default.xbe|defaultws.xbe\r\n\t\t\tHR|defaultws.xbe|2|DDDD|2222\r\n\r\n\t\tNote:\r\n\t\t\tIf the files already exists it wont copy, so remove existing file first then copy.\r\n\r\n--------------------------------------------------------------------------------------------------\r\n\tHR = Hex replace.\r\n-------------------------------------------------------------------------------------------\r\n\r\n\tUsed to patch a file using a search method.\r\n\t\r\n\t\tThe |2| value is how many instances of the \"DDDD\" string it will replace with \"2222\".\r\n\t\tExample:\r\n\t\t\tHR|default.xbe|2|DDDD|2222\r\n\r\n\t\tYou can string multiple search together or keep them separate.\r\n\t\tExample:\r\n\t\t\tHR|default.xbe|2|DDDD|2222|1|456732|909090\r\n\t\tor\r\n\t\t\tHR|default.xbe|2|DDDD|2222\r\n\t\t\tHR|default.xbe|1|456732|909090\r\n\r\n--------------------------------------------------------------------------------------------------\r\n\tMV = Move\r\n-------------------------------------------------------------------------------------------\r\n\r\n\tThis just moves a file to a new location and or filename.\r\n\r\n\t\tExample:\r\n\t\t\tMV|default.xbe|default_orig.xbe\r\n\r\n--------------------------------------------------------------------------------------------------\r\n\tOF = Offset patching, can be chained or as a new entry.\r\n-------------------------------------------------------------------------------------------\r\n\r\n\tThis uses static offsets to place strings of bytes.\r\n\r\n\t\tThis will write \"2222\" at offset 100 (dec)\r\n\t\tExample:\r\n\t\t\tOF|default.xbe|100|2222\r\n\r\n\t\tYou can string multiple offsets together or keep them separate.\r\n\t\tExample:\r\n\t\t\tOF|default.xbe|100|2222|200|DDDD\r\n\t\tor\r\n\t\t\tOF|default.xbe|100|2222\r\n\t\t\tOF|default.xbe|200|DDDD\r\n\r\n--------------------------------------------------------------------------------------------------\r\n\tRM = Remove\r\n-------------------------------------------------------------------------------------------\r\n\r\n\tThis will remove files.\r\n\t\r\n\t\tExample:\r\n\t\t\tRM|dashupdate.xbe\r\n\t\t\r\n\t\tYou can string multiple files together or keep them separate.\r\n\t\tExample:\r\n\t\t\tRM|dashupdate.xbe|update.xbe\r\n\t\tor\r\n\t\t\tRM|dashupdate.xbe\r\n\t\t\tRM|update.xbe\r\n\r\n--------------------------------------------------------------------------------------------------\r\n\tRN = Rename\r\n-------------------------------------------------------------------------------------------\r\n\r\n\tThis will rename files.\r\n\t\r\n\t\tExample:\r\n\t\t\tRN|default.xbe|default_orig.xbe\r\n\r\n--------------------------------------------------------------------------------------------------\r\n\tSM = Supported Media\r\n-------------------------------------------------------------------------------------------\r\n\r\n\tThis will patch an xbe files to allow all media types.\r\n\t\r\n\t\tExample:\r\n\t\t\tSN|default.xbe|C00001FF\r\n\r\n--------------------------------------------------------------------------------------------------\r\n\tSR = Supported Regions\r\n-------------------------------------------------------------------------------------------\r\n\r\n\tThis will patch an xbe files to allow multi region support + debug.\r\n\t\r\n\t\tExample:\r\n\t\t\tSR|default.xbe|80000007\r\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/__init__.py",
    "content": "# Dummy file to make this directory a package.\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/__init__.py",
    "content": "import xbmcgui\nclass GUI(xbmcgui.WindowXMLDialog):\n\tdef __init__(self, *args, **kwargs):\n\t\txbmcgui.WindowXMLDialog.__init__(self, *args, **kwargs)\n\tdef onInit(self):\n\t\tself.action_exitkeys_id = [10, 92]\n\tdef onAction(self, action):\n\t\tif action in self.action_exitkeys_id:\n\t\t\tself.close()\n\tdef onFocus(self, controlId):\n\t\tpass\n\tdef onClick(self, controlId):\n\t\tpass"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/buggy patches/pro evolutions soccer 5 (p-ws).pf",
    "content": "# Author: Esppiral modified by Rocky5\n# Credits: Esppiral - https://discord.gg/8wKbXuqp modified by Rocky5\n# Info: Patches in widescreen aspect ratio. But seems to break physics, always runs, miss kicks ball and other random collision things.\n# Region: USA\n# Title: Pro Evolutions Soccer 5\n# TitleID: 4B4E0030\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nRM|dashupdate.xbe|update.xbe\n\n# changed 40BF to 00BF this fixes the screen Y position.\nHR|defaultws.xbe|1|000000BF000080BFACC5273700000040CDCCCC3C00007F430000004300000000000060C00000003B00008043000000450000803D2549123B000180370080BB46|000000BF000080BFACC5273700000040CDCCCC3C00007F430000004300000000000060C02788BA3A0080AA43000000450000803D2549123B000180370080BB46"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/buggy patches/world soccer winning eleven 9 (u-ws).pf",
    "content": "# Author: Esppiral modified by Rocky5\n# Credits: Esppiral - https://discord.gg/8wKbXuqp modified by Rocky5\n# Info: Patches in widescreen aspect ratio. But seems to break physics, always runs, miss kicks ball and other random collision things.\n# Region: USA\n# Title: World Soccer Winning Eleven 9\n# TitleID: 4B4E002F\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nRM|dashupdate.xbe|update.xbe\n\n# changed 40BF to 00BF this fixes the screen Y position.\nHR|defaultws.xbe|1|000000BF000080BFACC5273700000040CDCCCC3C00007F430000004300000000000060C00000003B00008043000000450000803D2549123B000180370080BB46|000000BF000080BFACC5273700000040CDCCCC3C00007F430000004300000000000060C02788BA3A0080AA43000000450000803D2549123B000180370080BB46"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/default.py",
    "content": "# -*- coding: utf-8 -*-\n# Script by Rocky5\n\nimport logging\nfrom binascii import hexlify, unhexlify\nfrom os import getcwd, listdir, rename, remove\nfrom os.path import getsize, isfile, join, splitext\nfrom shutil import copyfile, move\nfrom struct import unpack, calcsize\nimport time\nfrom xbmc import getFreeMem\nfrom xbmcgui import Dialog\n\n# set up logging\n# logging.basicConfig(level=logging.INFO, format='%(levelname)s - %(message)s')\nlogging.basicConfig(level=logging.INFO, format='\\n%(message)s')\n\ndef copy_file(file_list):\n\tfor line in file_list.splitlines():\n\t\told_names, _, new_names = line.partition('|')\n\t\tlogging.info('Copying file from {} to {}'.format(old_names, new_names))\n\t\tif old_names.lower().endswith('.xbe'):\n\t\t\tcheck_if_xbe = join(file2patch, old_names)\n\t\t\txbe_titleid = extract_titleid(check_if_xbe).upper()\n\t\t\tif xbe_titleid != pf_titleid and pf_titleid != 'MULTI':\n\t\t\t\tlogging.error('TitleID mismatch: expected {}, found {}'.format(pf_titleid, xbe_titleid))\n\t\t\t\tDialog().ok('ERROR', 'Title: ' + title,'Looking for (' + pf_titleid + ') found (' + xbe_titleid + ')','Patch: ' + path_file_name.lower())\n\t\t\t\traise ValueError('TitleID mismatch: expected {} found {}'.format(pf_titleid, xbe_titleid))\n\t\tif isfile(join(file2patch, old_names)) and not isfile(join(file2patch, new_names)):\n\t\t\tcopyfile(join(file2patch, old_names), join(file2patch, new_names))\n\t\t\tlogging.info('File copied successfully')\n\t\t\treturn 1\n\treturn 0\n\ndef extract_titleid(xbe_file):\n    # Read only 1024 bytes for the header, faster than reading the whole file.\n    with open(xbe_file, 'rb', buffering=1024) as xbe:\n        header = xbe.read(1024)\n    # Base certificate start\n    loadAddr = unpack('<L', header[0x104:0x108])[0]\n    certLoc = unpack('<L', header[0x118:0x11C])[0]\n    base_offset = certLoc - loadAddr\n    # Extract TitleID (4 bytes)\n    id_offset = base_offset + 0x0008\n    title_id_raw = unpack('<L', header[id_offset:id_offset + 4])[0]\n    title_id = '{:08X}'.format(title_id_raw)\n\n    return title_id.upper().zfill(8)\n\ndef check_memory():\n\treturn 1024 * 1024 * getFreeMem() # Available memory in bytes\n\ndef hex_replace_file(file_list):\n\tread_buffer = 2 * 1024 * 1024 # 2MB\n\n\tfor data in file_list.splitlines():\n\t\tparts = data.split('|')\n\t\tin_file = join(file2patch, parts[0])\n\t\thex_bytes = iter(parts[1:])\n\t\tlogging.info('Hex replacing in file {}'.format(in_file))\n\t\twith open(in_file, 'r+b') as file:\n\t\t\tfile_size = getsize(in_file)\n\t\t\ttry:\n\t\t\t\t# Replace directly in memory\n\t\t\t\t# If there isn't enough memory it just goes to buffer without displaying the \"realloc failed, crash imminent (Out of memory)\" error\n\t\t\t\tif file_size >= (check_memory() - (file_size * 2)):\n\t\t\t\t\traise MemoryError(\"MemoryError occurred. Retrying with buffering...\")\n\t\t\t\tfile_cont = file.read()\n\t\t\t\tfor x in hex_bytes:\n\t\t\t\t\tpatch_nub, old_bytes, new_bytes = x, next(hex_bytes), next(hex_bytes)\n\t\t\t\t\told_bytes_bytes = unhexlify(old_bytes)\n\t\t\t\t\tnew_bytes_bytes = unhexlify(new_bytes)\n\t\t\t\t\treplacements_info = []\n\t\t\t\t\treplacements_left = int(patch_nub)\n\t\t\t\t\tinstance_counter = 1\n\t\t\t\t\tpos = file_cont.find(old_bytes_bytes)\n\t\t\t\t\twhile pos != -1 and replacements_left > 0:\n\t\t\t\t\t\tfile_cont = file_cont[:pos] + new_bytes_bytes + file_cont[pos + len(old_bytes_bytes):]\n\t\t\t\t\t\treplacements_info.append((instance_counter, pos, old_bytes, new_bytes))\n\t\t\t\t\t\tpos = file_cont.find(old_bytes_bytes, pos + len(new_bytes_bytes))\n\t\t\t\t\t\treplacements_left -= 1\n\t\t\t\t\t\tinstance_counter += 1\n\t\t\t\tfile.seek(0)\n\t\t\t\tfile.write(file_cont)\n\t\t\t\tfor instance, offset, old, new in replacements_info:\n\t\t\t\t\tlogging.info('Inst: {}\\n\\t Off: {}\\n\\t Fnd: {}\\n\\tRepl: {}'.format(instance, hex(offset), old, new))\n\t\t\t\tlogging.info('Hex replace completed in memory')\n\t\t\texcept MemoryError as memerror:\n\t\t\t\t# Use buffering\n\t\t\t\tlogging.error('{}'.format(memerror))\n\t\t\t\tfile.seek(0)\n\t\t\t\twhile True:\n\t\t\t\t\tchunk = file.read(read_buffer)\n\t\t\t\t\tif not chunk:\n\t\t\t\t\t\tbreak\n\t\t\t\t\tbuffer = bytearray(chunk)\n\t\t\t\t\tfor x in hex_bytes:\n\t\t\t\t\t\tpatch_nub, old_bytes, new_bytes = x, next(hex_bytes), next(hex_bytes)\n\t\t\t\t\t\told_bytes_bytes = unhexlify(old_bytes)\n\t\t\t\t\t\tnew_bytes_bytes = unhexlify(new_bytes)\n\t\t\t\t\t\treplacements_info = []\n\t\t\t\t\t\treplacements_left = int(patch_nub)\n\t\t\t\t\t\tinstance_counter = 1\n\t\t\t\t\t\tpos = buffer.find(old_bytes_bytes)\n\t\t\t\t\t\twhile pos != -1 and replacements_left > 0:\n\t\t\t\t\t\t\tbuffer[pos:pos + len(old_bytes_bytes)] = new_bytes_bytes\n\t\t\t\t\t\t\treplacements_info.append((instance_counter, pos, old_bytes, new_bytes))\n\t\t\t\t\t\t\tpos = buffer.find(old_bytes_bytes, pos + len(new_bytes_bytes))\n\t\t\t\t\t\t\treplacements_left -= 1\n\t\t\t\t\t\t\tinstance_counter += 1\n\t\t\t\t\tfile.seek(-len(chunk), 1)\n\t\t\t\t\tfile.write(buffer)\n\t\t\t\tfor instance, offset, old, new in replacements_info:\n\t\t\t\t\tlogging.info('Inst: {}\\n\\t Off: {}\\n\\t Fnd: {}\\n\\tRepl: {}'.format(instance, hex(offset), old, new))\n\t\t\t\tlogging.info('Hex replace completed with buffering')\n\ndef move_file(file_list):\n\tfor data in file_list.splitlines():\n\t\tparts = data.split('|')\n\t\told_names, new_names = parts[0], parts[1]\n\t\told_path = join(file2patch, old_names)\n\t\tnew_path = join(file2patch, new_names)\n\t\tlogging.info('Moving file from {} to {}'.format(old_path, new_path))\n\t\tif isfile(old_path) and not isfile(new_path):\n\t\t\tmove(old_path, new_path)\n\t\t\tlogging.info('File moved successfully')\n\ndef offset_patch_file(file_list):\n\tfor data in file_list.splitlines():\n\t\tparts = data.split('|')\n\t\tin_file = join(file2patch, parts[0])\n\t\toffsets_bytes = iter(parts[1:])\n\t\tlogging.info('Offset patching file {}'.format(in_file))\n\t\twith open(in_file, 'r+b', buffering=4096) as file:\n\t\t\tfor x in offsets_bytes:\n\t\t\t\toffset, new_bytes = x, next(offsets_bytes)\n\t\t\t\tfile.seek(int(offset))\n\t\t\t\tfile.write(unhexlify(new_bytes))\n\t\t\t\tlogging.info('Patched offset {} with new bytes {}'.format(offset, new_bytes))\n\ndef remove_file(file_list):\n\tfor data in file_list.splitlines():\n\t\tparts = data.split('|')\n\t\tfor file_name in parts:\n\t\t\tfile_path = join(file2patch, file_name)\n\t\t\tlogging.info('Removing file {}'.format(file_path))\n\t\t\tif isfile(file_path):\n\t\t\t\tremove(file_path)\n\t\t\t\tlogging.info('File removed successfully')\n\ndef rename_file(file_list):\n\tfor data in file_list.splitlines():\n\t\tparts = data.split('|')\n\t\told_names, new_names = parts[0], parts[1]\n\t\told_path = join(file2patch, old_names)\n\t\tnew_path = join(file2patch, new_names)\n\t\tlogging.info('Renaming file from {} to {}'.format(old_path, new_path))\n\t\tif isfile(old_path) and not isfile(new_path):\n\t\t\trename(old_path, new_path)\n\t\t\tlogging.info('File renamed successfully')\n\ndef supported_media(file_list):\n\tfor data in file_list.splitlines():\n\t\tparts = data.split('|')\n\t\tin_file = join(file2patch, parts[0])\n\t\tnew_bytes = iter(parts[1:])\n\t\tlogging.info('Updating supported media in file {}'.format(in_file))\n\t\twith open(in_file, 'r+b', buffering=4096) as xbe:\n\t\t\txbe.seek(0x104)\n\t\t\tloadAddr = unpack('L', xbe.read(4))[0]\n\t\t\txbe.seek(0x118)\n\t\t\tcertLoc = unpack('L', xbe.read(4))[0]\n\t\t\tfor x in new_bytes:\n\t\t\t\txbe.seek((certLoc - loadAddr) + 156)\n\t\t\t\txbe.write(unhexlify(swap_order(x)))\n\t\t\t\tlogging.info('Patched media support with new bytes {}'.format(x))\n\ndef supported_region(file_list):\n\tfor data in file_list.splitlines():\n\t\tparts = data.split('|')\n\t\tin_file = join(file2patch, parts[0])\n\t\tnew_bytes = iter(parts[1:])\n\t\tlogging.info('Updating supported media in file {}'.format(in_file))\n\t\twith open(in_file, 'r+b', buffering=4096) as xbe:\n\t\t\txbe.seek(0x104)\n\t\t\tloadAddr = unpack('L', xbe.read(4))[0]\n\t\t\txbe.seek(0x118)\n\t\t\tcertLoc = unpack('L', xbe.read(4))[0]\n\t\t\tfor x in new_bytes:\n\t\t\t\txbe.seek((certLoc - loadAddr) + 160)\n\t\t\t\txbe.write(unhexlify(swap_order(x)))\n\t\t\t\tlogging.info('Patched region support with new bytes {}'.format(x))\n\t\t\t\t\ndef swap_order(data, wsz=16, gsz=2): # https://stackoverflow.com/posts/36744477/revisions\n\tchunks = [data[i:i+wsz] for i in range(0, len(data), wsz)]\n\tswapped_chunks = [\"\".join([m[i:i+gsz] for i in range(wsz-gsz, -gsz, -gsz)]) for m in chunks]\n\treturn \"\".join(swapped_chunks)\n\t\t\t\t\nif __name__ == \"__main__\":\n\targ = sys.argv[1] if len(sys.argv) > 1 else 0\n\n\tif arg != 0:\n\t\ttry:\n\t\t\tpatch_file = arg\n\t\t\tpath_file_name = basename(patch_file)\n\t\t\tlogging.info('Patch file: {}'.format(patch_file))\n\n\t\t\t# Initialize data vars\n\t\t\tinfo_data, cp_data, hr_data, mv_data, of_data, rm_data, rn_data, sm_data, sr_data = ('',) * 9\n\t\t\ttitle, pf_titleid, author = 'Unknown', 'Unknown', 'Unknown'\n\t\t\t\n\t\t\twith open(patch_file, 'r') as patch_file:\n\t\t\t\tfor line in patch_file:\n\t\t\t\t\tline = line.strip()\n\t\t\t\t\tif line.startswith('#'):\n\t\t\t\t\t\tif 'Title:' in line:\n\t\t\t\t\t\t\ttitle = line.split('Title: ')[1]\n\t\t\t\t\t\telif 'TitleID:' in line or 'Title ID:' in line:\n\t\t\t\t\t\t\tpf_titleid = line.split(': ')[1]\n\t\t\t\t\t\telif 'Author:' in line:\n\t\t\t\t\t\t\tauthor = line.split('Author: ')[1]\n\t\t\t\t\telif line.lower().startswith(('cp', 'hr', 'mv', 'of', 'rm', 'rn', 'sm', 'sr')):\n\t\t\t\t\t\tdata_type = line[:2].lower()\n\t\t\t\t\t\tdata_value = line[3:] + '\\n'\n\t\t\t\t\t\tif data_type == 'cp':\n\t\t\t\t\t\t\tcp_data += data_value\n\t\t\t\t\t\telif data_type == 'hr':\n\t\t\t\t\t\t\thr_data += data_value\n\t\t\t\t\t\telif data_type == 'mv':\n\t\t\t\t\t\t\tmv_data += data_value\n\t\t\t\t\t\telif data_type == 'of':\n\t\t\t\t\t\t\tof_data += data_value\n\t\t\t\t\t\telif data_type == 'rm':\n\t\t\t\t\t\t\trm_data += data_value\n\t\t\t\t\t\telif data_type == 'rn':\n\t\t\t\t\t\t\trn_data += data_value\n\t\t\t\t\t\telif data_type == 'sm':\n\t\t\t\t\t\t\tsm_data += data_value\n\t\t\t\t\t\telif data_type == 'sr':\n\t\t\t\t\t\t\tsr_data += data_value\n\n\t\t\tfile2patch = Dialog().browse(0, 'Select folder with the games xbe file', \"files\") # select folder with file to patch\n\n\t\t\tif file2patch:\n\t\t\t\tlogging.info('Selected folder: {}'.format(file2patch))\n\t\t\t\txbmc.executebuiltin('ActivateWindow(1100)')\n\t\t\t\tprocess = 1\n\t\t\t\tpf_titleid = pf_titleid.upper()\n\t\t\t\txbe_titleid = 'Unknown'\n\n\t\t\t\tif cp_data:\n\t\t\t\t\tlogging.info('Copying files...')\n\t\t\t\t\tprocess = copy_file(cp_data)\n\n\t\t\t\tif process:\n\t\t\t\t\tfor data in [sr_data, sm_data, hr_data, of_data]:\n\t\t\t\t\t\tif data:\n\t\t\t\t\t\t\txbe_file = data.split('|')[0]\n\t\t\t\t\t\t\tcheck_if_xbe = join(file2patch, xbe_file)\n\t\t\t\t\t\t\tif xbe_file.lower().endswith('.xbe'):\n\t\t\t\t\t\t\t\txbe_titleid = extract_titleid(check_if_xbe).upper().encode('utf-8')\n\n\t\t\t\t\tif xbe_titleid in {pf_titleid, 'Unknown'} or pf_titleid == 'MULTI':\n\t\t\t\t\t\tpatch_actions = {\n\t\t\t\t\t\t\thr_data: (\"Hex replacing files...\", hex_replace_file),\n\t\t\t\t\t\t\tmv_data: (\"Moving files...\", move_file),\n\t\t\t\t\t\t\tof_data: (\"Offset patching files...\", offset_patch_file),\n\t\t\t\t\t\t\trm_data: (\"Removing files...\", remove_file),\n\t\t\t\t\t\t\trn_data: (\"Renaming files...\", rename_file),\n\t\t\t\t\t\t\tsm_data: (\"Patching supported media...\", supported_media),\n\t\t\t\t\t\t\tsr_data: (\"Patching supported region...\", supported_region),\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tfor data, (log_msg, patch_function) in patch_actions.iteritems():\n\t\t\t\t\t\t\tif data:\n\t\t\t\t\t\t\t\tlogging.info(log_msg)\n\t\t\t\t\t\t\t\tpatch_function(data)\n\n\t\t\t\t\t\txbmc.executebuiltin('Dialog.Close(1100)')\n\t\t\t\t\t\tDialog().ok('PATCH APPLIED', title, 'Author: ' + author, 'File: ' + path_file_name.lower())\n\t\t\t\t\t\tlogging.info('Patch applied successfully: {}'.format(title))\n\t\t\t\t\telse:\n\t\t\t\t\t\txbmc.executebuiltin('Dialog.Close(1100)')\n\t\t\t\t\t\tprint path_file_name\n\t\t\t\t\t\tDialog().ok('ERROR', 'Title: ' + title, 'Looking for (' + pf_titleid + ') found (' + xbe_titleid + ')', 'Patch: ' + path_file_name.lower())\n\t\t\t\t\t\tlogging.error('TitleID mismatch: expected {}, found {}'.format(pf_titleid, xbe_titleid))\n\t\t\t\telse:\n\t\t\t\t\txbmc.executebuiltin('Dialog.Close(1100)')\n\t\t\t\t\tDialog().ok('PATCH FOUND', '', 'Looks like a patch has already been applied.', '')\n\t\t\t\n\t\texcept Exception as error:\n\t\t\txbmc.executebuiltin('Dialog.Close(1100)')\n\t\t\ttime.sleep(0.5)\n\t\t\txbmc.executebuiltin('SetFocus(3000)')\n\t\t\tlogging.error('Caught an exception: {}'.format(error))\n\nxbmc.executebuiltin('SetFocus(3000)')"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/007 - everything or nothing (n).pf",
    "content": "# Author: Murdo\n# Credits: Murdo Fixed by Rocky5\n# Info: Fixes problems with freezing when playing from hard drive\n# Region: NTSC\n# Title: 007 - Everything or Nothing\n# TitleID: 45410042\n# Type: Certificate & FATX Patches\n\n# HEX change on file: \"default.xbe\"\nCP|default.xbe|default_orig.xbe\nHR|default.xbe|1|D2EB7F02CE265A1805CE7ACCDA82BBF9|5792A2E2189CF864ADE5F82079ECA8D6\nHR|default.xbe|1|2227EB4B6CA4B95F2C57AC053DDD5ED8|DE5834AF59876B68667BBCF3AA065E12\nHR|default.xbe|1|05B9315EE3864B850DAD7B2C647F6C12|B89D83EF4BD306D2B5FA768233ACD95E\nHR|default.xbe|1|974E198CF866B4B5D166D4D56D76FC07|955C0879D00A8C49DBBE6AD2D17AA109\nHR|default.xbe|1|06C80E4DB6B03AAF656AD229C9DBFB01|D81BE746C5B8FE1CDDF70C80DDD59794\nHR|default.xbe|1|983C5AD0CB8CE11FDA570B3882A6BC6C|D14A26EEDE85E02D97B62C968A68E0B5\nHR|default.xbe|1|26D7306BF58B93F35025F79963B2CC3F|1A574CEFB19B82FF4EB75AC143D741A6\nHR|default.xbe|1|2BF0366222537FE87AF13E85AE129919|97AE3483E501A90B6B3D580F300AE28C\nHR|default.xbe|1|A82AC52742C598F0AD3CFE23602E9F96|9268B2974B7E4C38DECB21873C62D504\nHR|default.xbe|1|0A1A4E8DAB8E514B10A4940463CE5D7E|E733AB58BD1CE4BB9D7E19A85724B863\nHR|default.xbe|1|71F436B1B6616B877699FD88D8BF7E8E|7247C34E6D7844FEEB27BE54796B7E27\nHR|default.xbe|1|C782209989B99AAE12C3AD53B645B5F3|6B26155CCA1889DDC9BCDCF1E6BC204F\nHR|default.xbe|1|712D789EBA955DFCE58B7A7D73765867|D27F98613BAAFA686A03999F0A3D98A8\nHR|default.xbe|1|DC76ABCBAB757EE5235933695EF00465|216D5EF1EA17CA3C99A9B5893B266BBB\nHR|default.xbe|1|A1F357AD1823A5AE950F174F2C1C10F0|99D18136B9E4303C42A54B674F1EEE1C\nHR|default.xbe|1|649E00FF4B9C7BC1B64946AE59B8252C|85FA816035BF7AAE9C00F5A2A2F37C47\nHR|default.xbe|1|1CD32E00EC010000513E0C4042004145|1CD32E00EC010000093E0C4042004145\nHR|default.xbe|1|02020000010000000300000000000000|FF020000020000000000000000000000\nHR|default.xbe|1|01000000BFDE1D50D8EB00EC8B567A8A|03000000BFDE1D50D8EB00EC8B567A8A\nHR|default.xbe|1|9E388AD92B19F36C9375FF0542A2D7B6|9E388AD936D4EDCA7EC043A35450952F\nHR|default.xbe|1|3E4AA14C4262C38274D2BC9F246B577A|68746A58FE6F7B88AE9AE83413F8ECF0\nHR|default.xbe|1|22178149DC396C297157D9FFF648E8A2|7CD9838544F6FFD93F3351A146A175D2\nHR|default.xbe|1|83B0DA8E2EFAADE44C410C67E3E887F9|16DD9F015A4F396F513B2498C801CE2D\nHR|default.xbe|1|5E4AEB0EB135BFBA4C24FCD17688AB42|C4625D2304B0CC3E3A35405667AC9273\nHR|default.xbe|1|DB0C45D3ECDA2CC5D60E168CE1D1B837|3B04A397B3FD7CE7350FAA484B57E554\nHR|default.xbe|1|4A8E9C0938C5CB9E4F90A7FCF54D9527|DA7A8208DBD01AF61E03D2B787CD7B2B\nHR|default.xbe|1|8C5511DCC1743D71DD3FFE155A5761D6|A58E44764C7624478341C3FCE1984227\nHR|default.xbe|1|A67A14AD320377BA5CA37EF2CB00E14E|984EB266534D2689753513114EF48252\nHR|default.xbe|1|38D92AB6342B8AD51E066A6C456CFBEB|117D355DD3BB19AA51F0273FA6771AD8\nHR|default.xbe|1|87EF08D079B7343AFDBAA65D642F3B8D|F43F8199BCEA00C33C66B2615FCE315E\nHR|default.xbe|1|B881E806C5E491D63B505616CA2C9350|E637EDE6E9C4E32771CB49E73665F748\nHR|default.xbe|1|F233FD65B16CB57B57CBCB3343A0BA5B|9DD1B9FEF80BF6B3EAB82B9A845F6193\nHR|default.xbe|1|4411B6D8E99CA9B44BCC5B60B25E9609|CEAC103638B1EDCDAB0BF5D1CD10435E\nHR|default.xbe|1|2F1D38936F0DBA5B2C507B27E7B21159|DBE794E3872EC4363D8C2D49B0F7E820\nHR|default.xbe|1|DB3BD329FEC115F99163132322CC9A45|234B6218FE21BADDC9F06C17BFA8F6AB\nHR|default.xbe|1|228BC615EC0100000000000002000000|68C28291EC0100000000000002000000\nHR|default.xbe|1|403FD546C9949EB1F9DEEA401AE18BCC|E2C19585E9DB78479D5A3C55BB66874F\nHR|default.xbe|1|8BEC83EC34EB4341|8BEC83EC34FF7508\nHR|default.xbe|1|C07D1B50E810080000E8B507000083F8|C07C46EB198B4508508B000C203D643A\nHR|default.xbe|1|0275076A03E8D107000033C0EB33565A|5C0075AF5856B800080000EB3390566A\nHR|default.xbe|1|6600745EE8CAFDFFFF85C0EB05575757|6600745EE8CAFDFFFF85C07D05575757\nHR|default.xbe|1|C782209989B89AAE12C3AD53B645B5F3|6B26155CCA1889DDC9BCDCF1E6BC204F\nHR|default.xbe|1|7CD9838544F6FFD9|7CD9838F44F6FFD9\nHR|default.xbe|1|4A8E9C0938C5CB9E4F90A7FCF54D952F|DA7A8208DBD01AF61E03D2B787CD7B2B\nHR|default.xbe|1|8BEC83EC34EB4341|8BEC83EC34FF7508\nHR|default.xbe|1|E05EC9C20400558BEC83EC34FF75088D|E05EC9C20400558BEC83EC34EB43418D\nHR|default.xbe|1|0275076A03E8D107000033C0EB33566A|5C0075AF5856B800080000EB3390566A\nHR|default.xbe|1|FF85C0EB05575757|FF85C07D05575757\nHR|default.xbe|1|FF0100C002000000|FF02000002000000\nHR|default.xbe|1|8B4F088B5728508B4730508B472C518B4F04528B|8B4F08508B4730508B472C518B4F04906A00908B\n# This line is disabled as it reverts changes from above :/ that breaks the game\n# HR|default.xbe|1|34EB43418D45F850|34FF75088D45F850\n\n# HEX change on file: \"driving.xbe\"\nCP|driving.xbe|driving_orig.xbe\nHR|driving.xbe|1|58424548AD79A847|58424548048EEE28\nHR|driving.xbe|1|F89056EA681F4D92|86D6A0F199E7FEE0\nHR|driving.xbe|1|D8CFBBFADB89EB4E|D39742C78E239635\nHR|driving.xbe|1|270438F2CC1E1CF6|0BE11B1B5894482B\nHR|driving.xbe|1|7A69246EC292899E|C134391A54B2931B\nHR|driving.xbe|1|A2FAFDBEAF511AF0|331783F34BF52C6F\nHR|driving.xbe|1|7D0B8288306C3C16|4C5C92AB2A12BF63\nHR|driving.xbe|1|271496E1E753E3E6|620F1C0F00A3F3C8\nHR|driving.xbe|1|891DDCF6D489817D|552C24B3C69F9A13\nHR|driving.xbe|1|9C5A49F3BA038195|534F120E4303A7C9\nHR|driving.xbe|1|F00B8DBA32D91063|83C9F44FCE027872\nHR|driving.xbe|1|47D54F8430258C33|6826FC548DF2607A\nHR|driving.xbe|1|974D098F17ACCDA6|9638DDB0A6B54BB6\nHR|driving.xbe|1|A80FA5E29D05E8A5|1FA7B86A6E918EE4\nHR|driving.xbe|1|A7994FAFDE35E1B4|5FCD8944AD966143\nHR|driving.xbe|1|BF5136662D15DA8B|F5785BD27FC0C126\nHR|driving.xbe|1|CB000A38B80E7614|175F23F968920F84\nHR|driving.xbe|1|638481F1A0DEF3EF|F01335701B6AF797\nHR|driving.xbe|1|D16A0B2B7793D1C4|CD72BE11AF2BA17E\nHR|driving.xbe|1|12EB29AB1C705655|7979950E88865136\nHR|driving.xbe|1|DF58E81F77038E2C|7A431151ECFAE587\nHR|driving.xbe|1|4BF2E9C3F698E47E|775590003C2CDCF3\nHR|driving.xbe|1|2E8E868B4D7BBF26|7B858E17675F48AF\nHR|driving.xbe|1|F097B686B360A3BF|C2331E288D39B1A5\nHR|driving.xbe|1|001966AFC60501E8|8712D382C2F8DB0D\nHR|driving.xbe|1|2FD2F0091D2F2302|4A7F4409F82821A1\nHR|driving.xbe|1|068BD4C4CDFB488C|8865DB5CC1B21794\nHR|driving.xbe|1|CC4A0AB25C417F06|0ECF7541DE9129F3\nHR|driving.xbe|1|A775B576ADA1254A|F628A6562E84B026\nHR|driving.xbe|1|1009AE8DCC03C7A9|DB5970C3DD4C20CD\nHR|driving.xbe|1|57F30728F16D5992|30CAF43C5AA08E0B\nHR|driving.xbe|1|7412B57951B0E640|B9D17F610775590A\nHR|driving.xbe|1|C013D35800000100|6782B58C00000100\nHR|driving.xbe|1|6CDD2D00EC01000051|6CDD2D00EC01000009\nHR|driving.xbe|1|020200000100000003|FF0200000200000000\nHR|driving.xbe|1|01000000BFDE1D50D8|03000000BFDE1D50D8\nHR|driving.xbe|1|9E388AD9BD186DCD|9E388AD9C31A897A\nHR|driving.xbe|1|6B41D19365D8A95C|0162274BDB3E0A33\nHR|driving.xbe|1|699D1A88DA2050F3|5A4358A539A02276\nHR|driving.xbe|1|745DB597F4266B68|4C84EFA9A61AE1D1\nHR|driving.xbe|1|D12217A207BEF378|45CA42E7C41CBF51\nHR|driving.xbe|1|AA157C25B3DBBAAC|00B2E70587939AF5\nHR|driving.xbe|1|D040CB96A5A73EA8|59DA3D182DABEC70\nHR|driving.xbe|1|BA012541A96CC5A6|3128353FCB11B3E1\nHR|driving.xbe|1|FB64C1139487E7B4|0A91E33C642058F2\nHR|driving.xbe|1|69E78ED44BAFAB87|6A43A9D6F2A3A10B\nHR|driving.xbe|1|EE3B068044058CF0|82A1FE931AEE7689\nHR|driving.xbe|1|23F0566716DB1F3E|4CA141A3D3F64C34\nHR|driving.xbe|1|673CD4E9094E8438|99149D533A595873\nHR|driving.xbe|1|0C3EDF992036794E|FE3B3905D3604C85\nHR|driving.xbe|1|40B2BD41B1C1A4F4|B9D000C0F2058A83\nHR|driving.xbe|1|50A0D4055AE9DCB2|3DFBB18DD3F4F50F\nHR|driving.xbe|1|EF858007FE750531|CDC0EB83E396DA92\nHR|driving.xbe|1|0EAD9966BE93CDD7|F675E810033A11C8\nHR|driving.xbe|1|6D9DFA033BA7D361|E18A9F5DF739874D\nHR|driving.xbe|1|9A16C95A868C676D|190E4DBE6D1C379B\nHR|driving.xbe|1|3DAA5873A41FD8C9|1C8AD0605446F8D5\nHR|driving.xbe|1|4905FF5E23B4BD6E|A199D4079282CF3A\nHR|driving.xbe|1|E85CC2F7ED6A6413|90EB4466D4028CC8\nHR|driving.xbe|1|16690034E174DD42|852CED2D3B7D7607\nHR|driving.xbe|1|6642EFAA30B68ECF|16C2393B06AC32A7\nHR|driving.xbe|1|787285121CD86604|C771AA6D72BD1617\nHR|driving.xbe|1|5F8592AD7974C967|5DA95899C216F483\nHR|driving.xbe|1|EDC79D2AEB1D7E92|AAAF51015831AD75\nHR|driving.xbe|1|6A3F9366EDA61C6C|8117CE3A7B75C99A\nHR|driving.xbe|1|9E0EE6E6C3368541|7D5BBD32076472D6\nHR|driving.xbe|1|D1A3FBA374F05E04|C4DF514A95716674\nHR|driving.xbe|1|B8B6F3753A0E00E4|318C97F0BFF4BA81\nHR|driving.xbe|1|23C98A7BEC010000|891C5F82EC010000\nHR|driving.xbe|1|403FD546C9949EB1|E2C19585E9DB7847\nHR|driving.xbe|1|F9DEEA401AE18BCC|9D5A3C55BB66874F\nHR|driving.xbe|1|5EE8CAFDFFFF85C0EB|5EE8CAFDFFFF85C07D\nHR|driving.xbe|1|4C84EFA9A61AE1D1D12217A207BEF378|4C84EFA9A61AE1D145CA42E7C41CBF51\nHR|driving.xbe|1|8B4F088B5728508B4730508B472C518B4F04528B|8B4F08508B4730508B472C518B4F04906A00908B\n\n# Media check\nSM|default.xbe|C00001FF\n# Region check\nSR|default.xbe|80000007\n\n# Media check\nSM|driving.xbe|C00001FF\n# Region check\nSR|driving.xbe|80000007"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/007 - everything or nothing (p).pf",
    "content": "# Author: Murdo\n# Credits: Murdo\n# Info: Fixes problems with freezing when playing from hard drive\n# Region: PAL\n# Title: 007 - Everything or Nothing\n# TitleID: 45410042\n# Type: Certificate & FATX Patches\n\n# HEX change on file: \"default.xbe\"\nCP|default.xbe|default_orig.xbe\nHR|default.xbe|1|A2320A58|B1F2A267\nHR|default.xbe|1|DED3A1BE1FC18942|8E8C072BED11E9CD\nHR|default.xbe|1|16EFB31382A35837|04FCDE39F0D0143B\nHR|default.xbe|1|B795D5A6A0B599B4|8A97086F85DECEFD\nHR|default.xbe|1|F1208C3C85621F33|FC419A993FC85506\nHR|default.xbe|1|5B04B6B50284E379|433C824965CC3440\nHR|default.xbe|1|CD5062934D09339E|B845DDE0C8D8B24D\nHR|default.xbe|1|AE99FEAB2C722382|E8745C056BA2A36E\nHR|default.xbe|1|96085CF63E90520D|B579F078C87D2AE4\nHR|default.xbe|1|238F3EEBF7542DEE|7E4DA86B3421DB6A\nHR|default.xbe|1|0F5CFFF413038279|EF1C2D8808EA4E09\nHR|default.xbe|1|5538536453BD6128|01FDD30A34AEEED7\nHR|default.xbe|1|159615D57B9F79F6|7FE53CABD2822E6A\nHR|default.xbe|1|66768F86B35021E7|FECA13056B18D9DB\nHR|default.xbe|1|4A4E471E56141560|B8BDE12D50E184F4\nHR|default.xbe|1|026A80D7F57E5110|D970B3887C3A3D6C\nHR|default.xbe|1|BE9893304D3F4A37|A1084F59F42B3DA4\nHR|default.xbe|1|5C6C19A0D4084515|AFC4B04F09BB1218\nHR|default.xbe|1|97C13AF264E31B5A|74639BE54B550B50\nHR|default.xbe|1|586F9E09ADB67BCF|D17D37B42349B4E3\nHR|default.xbe|1|9DD6E454D68857BB|824CB576AED6F44D\nHR|default.xbe|1|4014CD66F8DDB6D7|C198E9714EE8CC8A\nHR|default.xbe|1|1F09E12E49952CDB|4CF668B9DEB7979A\nHR|default.xbe|1|39C1B0264666AE68|57595FA8FE221697\nHR|default.xbe|1|8A423A0A68B5A7D3|C9063E3DB871B89C\nHR|default.xbe|1|DB63DE360E4BA5|1D0F8D99F2764F\nHR|default.xbe|1|FA05D5018534A408|224105B79A941BC9\nHR|default.xbe|1|76236068E1A24686|2F767A9F7AE71088\nHR|default.xbe|1|56E11B221AD30BDC65AD7B45E4B3BAAF|E34AA2C206D1E86583CB78B3E6A9D847\nHR|default.xbe|1|4F3310C5FC14E18C|A5C536D29CF1597A\nHR|default.xbe|1|9186BB1F8C216D28|8ADD1A2D54510C18\nHR|default.xbe|1|624583A3|5960F042\nHR|default.xbe|1|C50E552A|60A0459B\nHR|default.xbe|1|B9DC5D5D1BA20137|5FB34D86C674619A\nHR|default.xbe|1|9E1B7F09F9219EBA|3363F33DBAAB5811\nHR|default.xbe|1|7D4E004B497387C4|CDE3E67B3ADD280A\nHR|default.xbe|1|B524CD6326F15C87|7506520B082E2984\nHR|default.xbe|1|3C17CB609A26F546|6908856B85E4A9A0\nHR|default.xbe|1|763F8201A792F27B|9141F97643482722\nHR|default.xbe|1|A87E936AE1F63EAD|52EE65F7D3B6A687\nHR|default.xbe|1|4665A345FA57DD8F|B6635B558C5476F0\nHR|default.xbe|1|A76B808DE4B75F7C|F0393DA7A594975B\nHR|default.xbe|1|672C638FF0480385|F53E677ED5F9A1A7\nHR|default.xbe|1|FFACA8E92BD2D7D7|649DB03D03C1AFCB\nHR|default.xbe|1|68CA7D8B1B80FF08|59FE99DE6AC69D43\nHR|default.xbe|1|8C4345A439935AA5|0EC9C22D1527C971\nHR|default.xbe|1|9977749F7AFDD3FF|D208B74860E031D8\nHR|default.xbe|1|19ACC8C470F114B8|C669DE2CB4BAB247\nHR|default.xbe|1|254915EB298CC06E|B41777E7EE1A1237\nHR|default.xbe|1|23C09BD017B3B075|E03033A5A80B4189\nHR|default.xbe|1|AEE5472EA2413193|E18AE75F77E40883\nHR|default.xbe|1|F3F52B1F8B492E2E|1F880C95D8A20437\nHR|default.xbe|1|7BAB66D766399562|D9EBDB631831D9DE\nHR|default.xbe|1|E44E2CA7B49A23CD|C12E0821B9F1568A\nHR|default.xbe|1|87499B892DF67E6B|32EADACAC9E5DF57\nHR|default.xbe|1|FC72FA977944B1FE|817BCBE33FA7D654\nHR|default.xbe|1|2D85E351CFC29ADB|0A6B21763F5543A4\nHR|default.xbe|1|ACA382A82E640CBF|F786AEB2C754C16F\nHR|default.xbe|1|005F6FAED61B3A7A|EABAF054FBB1D50A\nHR|default.xbe|1|F8855CAFD5FC7670|1BA0C6D54F96CA13\nHR|default.xbe|1|3E6844DCA7A3969B|C04310BAD78A7FA0\nHR|default.xbe|1|E3B49EDBDFB16A72|3C3F3EF34102FB9C\nHR|default.xbe|1|7F6E9B46D98FBE92|FB6D0D1BF67CA449\nHR|default.xbe|1|BDAFF2323589D5E1|6794D31C28A93C3E\nHR|default.xbe|1|D2C2F356|30620AA0\nHR|default.xbe|1|86DD63B2CA435194|6EC1A6F7BB79D784\nHR|default.xbe|1|786004A17E793283|E3DD87341B717FF1\nHR|default.xbe|1|7D1B50E8100800|7C178B4508508B\nHR|default.xbe|1|E8B507000083F8|0C203D643A5C00\nHR|default.xbe|1|0275076A03E8D107|75B158B800080000\nHR|default.xbe|1|AF0A114042004145|18F9104042004145\nHR|default.xbe|1|FF0100C004000000|FF02000007000080\nHR|default.xbe|1|02000000BFDE1D50|04000000BFDE1D50\nHR|default.xbe|1|EB3733C0EB33566A|000033C0EB33566A\nHR|default.xbe|1|FF020000040000000000000000000000|FF020000070000800000000000000000\nHR|default.xbe|1|02020000040000000000000000000000|FF020000070000800000000000000000\nHR|default.xbe|1|75B158B800080000000033C0EB33566A|75B158B800080000EB3733C0EB33566A\nHR|default.xbe|1|DC0FAF45E05EC9C20400558BEC83EC34FF75088D45F850FF15C48F2B00682100|DC0FAF45E05EC9C20400558BEC83EC34EB41418D45F850FF15C48F2B00682100\n\n# Moving on to \"driving.xbe\"\nCP|driving.xbe|driving_orig.xbe\nHR|driving.xbe|1|58424548DBE49F5F|584245482650465E\nHR|driving.xbe|1|679353A148511B2F|2E9106D30799EA5C\nHR|driving.xbe|1|E4AEDAE26C1F5110|51DB4C96C439AC22\nHR|driving.xbe|1|EBDAEF49C71C3C54|1B2C56A437808FDB\nHR|driving.xbe|1|8FAA43A6BDBC6C6A|9642340EAE19D0AE\nHR|driving.xbe|1|64385B3D793D0F46|2878873D3556FDF3\nHR|driving.xbe|1|5AA8F7B4E11C2FCA|AECB861B8CC1026E\nHR|driving.xbe|1|463D501359A15C34|A9D4912260083F53\nHR|driving.xbe|1|9244C988E539EF36|ADAA7B563D119375\nHR|driving.xbe|1|53F8928BB7088FD1|60E1CF3A4766F7FE\nHR|driving.xbe|1|8A311842C184431B|C20045BE5EE99ADD\nHR|driving.xbe|1|CB95A996B9CB725C|3275D1721D5824D7\nHR|driving.xbe|1|C46049146F486AB7|929CA686899FFCB1\nHR|driving.xbe|1|3697883D09BA6AE2|A8050DC899A8C30D\nHR|driving.xbe|1|250F389B92E0E580|85A3A4F4CE8CF083\nHR|driving.xbe|1|D26CF4F0D98D7EA3|869930CE15C90D9B\nHR|driving.xbe|1|5324536BFCA0C169|A30D9C2E09F99E16\nHR|driving.xbe|1|BDECC18DB6E954C8|AD5DD88D561A7543\nHR|driving.xbe|1|99D32E4212365851|B45F564313546E1D\nHR|driving.xbe|1|AA6F967A34ABD55F|5F32B9102BD1498D\nHR|driving.xbe|1|BDD3146B7086DCAE|FFAE39BD8F31E6F2\nHR|driving.xbe|1|96FB06CB8BF375A3|F17DCB8C20A493B3\nHR|driving.xbe|1|79BD36A9FDF725B1|6365EBC8C8FD63CC\nHR|driving.xbe|1|975D175D78A054F7|3E6C9CF666A71D7C\nHR|driving.xbe|1|D61BAAE807E0B764|FD5251AA98452BF5\nHR|driving.xbe|1|F7E1BCD7104E1B2F|CA09669071D4AD9B\nHR|driving.xbe|1|993FBA172DC88820|2AE44D7D5F5786B0\nHR|driving.xbe|1|F85AC54E4E48BCB9|BE8FE0D32A91BEA8\nHR|driving.xbe|1|73D9DCD6D3E5E915|2AC81D2E64E52DAD\nHR|driving.xbe|1|D9207D51F0C8F73C|7DFAAFD32161C8A0\nHR|driving.xbe|1|4E309A253A28F68D|739D668165DCEB40\nHR|driving.xbe|1|4395649156EFABAF|944761433C0DEDA6\nHR|driving.xbe|1|BF9B598E00000100|39E3893900000100\nHR|driving.xbe|1|9CDD2D00EC010000AF0A114042004145|9CDD2D00EC01000018F9104042004145\nHR|driving.xbe|1|FF02000004000000|FF02000007000080\nHR|driving.xbe|1|0202000004000000|FF02000007000080\nHR|driving.xbe|1|02000000BFDE1D50D8EB00EC8B567A8A|04000000BFDE1D50D8EB00EC8B567A8A\nHR|driving.xbe|1|9E388AD9E0C13723|9E388AD989273BE9\nHR|driving.xbe|1|056CED05CF10A368|A94FD5045F1118E5\nHR|driving.xbe|1|74F1C8E0BB1D5D3F|A2DBE4FC72CD989A\nHR|driving.xbe|1|35843B64CA8330C5|E3354D2AD609AE75\nHR|driving.xbe|1|8FEFCE0052E899E4|1868D8D0D707D68B\nHR|driving.xbe|1|C3F8DB955AE9F0D1|977DE204DBFB2E73\nHR|driving.xbe|1|B16E202CCC66EA5A|992F7AE9C439622F\nHR|driving.xbe|1|0646F88FDA3B9CAC|EDAEA544E464D38B\nHR|driving.xbe|1|4A22EBB6B209ED05|5BD62649599F2DF2\nHR|driving.xbe|1|759F4F288EC5FC89|AC2E8F20797DDA77\nHR|driving.xbe|1|AB54C3AEE0C08FD9|E2C67E176C4BD7CB\nHR|driving.xbe|1|E17D9516515A166B|ADCEA6CA3C8E067F\nHR|driving.xbe|1|BB78592E8A8241FB|94E07C9381E2AE7B\nHR|driving.xbe|1|C342DB79FF0C3B53|B12E84836EE5533D\nHR|driving.xbe|1|CA14A27A021B6CB1|5AF260861D929780\nHR|driving.xbe|1|02660ADDB68DF9C3|5E20220E8EB7E32C\nHR|driving.xbe|1|276D5165CED03AB3|2088C74D5EE33888\nHR|driving.xbe|1|D488F976DAA87416|4EAA3918B239CE78\nHR|driving.xbe|1|030C93F422B95971|2490202766B042F0\nHR|driving.xbe|1|FEB2674B306F780E|E45AA15292D9F5A8\nHR|driving.xbe|1|575DAEE40A400B69|C10AD5AF9DBB5539\nHR|driving.xbe|1|ABD9E413E34D05D2|5B2968579FC08BF6\nHR|driving.xbe|1|32658390B6B6EB2C|98A724D03A65E360\nHR|driving.xbe|1|56458E520EEAF332|197A51EC1392F111\nHR|driving.xbe|1|56A481B7F1DFE7C5|95240ACB7696217F\nHR|driving.xbe|1|527D684D3633E558|A1AFEF55E70DC812\nHR|driving.xbe|1|C0317089F730EF00|97FA373EFF4AE8D3\nHR|driving.xbe|1|08A10FACBDED1D73|2CDC8C53EB966AAD\nHR|driving.xbe|1|8765C28B3BB09489|1F5565148391D575\nHR|driving.xbe|1|EE087BFC0673AA45|FB7C83E46E6829C9\nHR|driving.xbe|1|C11A0CCF3FFBF7BF|A663165051D90E06\nHR|driving.xbe|1|75E401EB9FE7ADB4|8BBD56405A64499D\nHR|driving.xbe|1|BBCF9E35EC010000|F9DE9EF3EC010000\nHR|driving.xbe|1|86DD63B2CA435194|6EC1A6F7BB79D784\nHR|driving.xbe|1|786004A17E793283|E3DD87341B717FF1\n\n# Media check\nSM|default.xbe|C00001FF\n# Region check\nSR|default.xbe|80000007\n\n# Media check\nSM|driving.xbe|C00001FF\n# Region check\nSR|driving.xbe|80000007"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/alter echo (a).pf",
    "content": "# Author: Mordenkainen\n# Credits: Mordenkainen Modified by Rocky5\n# Info: HDD patch and media patch\n# Region: MULTI\n# Title: Alter Echo\n# TitleID: 5451000F\n# Type: Multi Patch\n\nCP|default.xbe|default_orig.xbe\n\nHR|default.xbe|1|744BE8CAFDFFFF85C07D0633C05050EB44F605|744BE8CAFDFFFF85C0EB0633C05050EB44F605\nHR|default.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB\n\nRN|ODB Data\\ODB MEDIA\\xvg\\Object_Gunshhip_Fly_by_24.xvg|ODB Data\\ODB MEDIA\\xvg\\Object_Gunshhip_Fly_by_24p.xvg\nRN|ODB Data\\ODB MEDIA\\xvg\\Object_Gunshhip_Fly_by_24_.xvg|ODB Data\\ODB MEDIA\\xvg\\Object_Gunshhip_Fly_by_24p.xvg\n\n# CP|ODB Data\\ODB MEDIA\\clf\\L02_A2.clf|ODB Data\\ODB MEDIA\\clf\\L02_A2.clf_orig\nHR|ODB Data\\ODB MEDIA\\clf\\L02_A2.clf|1|4f626a6563745f47756e73686869705f466c795f62795f32342b2e787667|4f626a6563745f47756e73686869705f466c795f62795f3234702e787667\n\n# CP|ODB Data\\ODB MEDIA\\clf\\L02_A3.clf|ODB Data\\ODB MEDIA\\clf\\L02_A3.clf_orig\nHR|ODB Data\\ODB MEDIA\\clf\\L02_A3.clf|1|4f626a6563745f47756e73686869705f466c795f62795f32342b2e787667|4f626a6563745f47756e73686869705f466c795f62795f3234702e787667\n\n# CP|ODB Data\\ODB MEDIA\\clf\\L02_A4.clf|ODB Data\\ODB MEDIA\\clf\\L02_A4.clf_orig\nHR|ODB Data\\ODB MEDIA\\clf\\L02_A4.clf|1|4f626a6563745f47756e73686869705f466c795f62795f32342b2e787667|4f626a6563745f47756e73686869705f466c795f62795f3234702e787667\n\n# CP|ODB Data\\ODB MEDIA\\clf\\L05_A3.clf|ODB Data\\ODB MEDIA\\clf\\L05_A3.clf_orig\nHR|ODB Data\\ODB MEDIA\\clf\\L05_A3.clf|1|4f626a6563745f47756e73686869705f466c795f62795f32342b2e787667|4f626a6563745f47756e73686869705f466c795f62795f3234702e787667\n\n# CP|ODB Data\\ODB MEDIA\\clf\\L07_A2a.clf|ODB Data\\ODB MEDIA\\clf\\L07_A2a.clf_orig\nHR|ODB Data\\ODB MEDIA\\clf\\L07_A2a.clf|1|4f626a6563745f47756e73686869705f466c795f62795f32342b2e787667|4f626a6563745f47756e73686869705f466c795f62795f3234702e787667\n\n# CP|ODB Data\\ODB MEDIA\\clf\\L07_A3.clf|ODB Data\\ODB MEDIA\\clf\\L07_A3.clf_orig\nHR|ODB Data\\ODB MEDIA\\clf\\L07_A3.clf|1|4f626a6563745f47756e73686869705f466c795f62795f32342b2e787667|4f626a6563745f47756e73686869705f466c795f62795f3234702e787667\n\n# CP|ODB Data\\ODB MEDIA\\clf\\L08_A1.clf|ODB Data\\ODB MEDIA\\clf\\L08_A1.clf_orig\nHR|ODB Data\\ODB MEDIA\\clf\\L08_A1.clf|1|4f626a6563745f47756e73686869705f466c795f62795f32342b2e787667|4f626a6563745f47756e73686869705f466c795f62795f3234702e787667\n\n# CP|ODB Data\\ODB MEDIA\\clf\\L09_A9.clf|ODB Data\\ODB MEDIA\\clf\\L09_A9.clf_orig\nHR|ODB Data\\ODB MEDIA\\clf\\L09_A9.clf|1|4f626a6563745f47756e73686869705f466c795f62795f32342b2e787667|4f626a6563745f47756e73686869705f466c795f62795f3234702e787667"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/auto modellista (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Auto Modellista\n# TitleID: 4343000E\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|ABAAAA3F000000000000000040010000|388EE33F000000000000000040010000|1|164200ABAAAA3FA340174200890D4417|164200388EE33FA340174200890D4417"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/baldur's gate dark alliance (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Baldur's Gate: Dark Alliance \n# TitleID: 5655001A\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# value 1\nHR|defaultws.xbe|1|4424600000F843C7|4424600000BA43C7\n# value 2\nHR|defaultws.xbe|1|44246C0000F843C7|44246C0000BA43C7\n# value 3\nHR|defaultws.xbe|1|6C0000F843C74424|6C0000BA43C74424\n# value 4\nHR|defaultws.xbe|2|680000A04350|680000704350\n# value 5\nHR|defaultws.xbe|1|680000A04351|680000704351\n# value 6\nHR|defaultws.xbe|2|713DAA3F|398EE33F"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/baldur's gate dark alliance 2 (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Baldur's Gate: Dark Alliance 2\n# TitleID: 4950000A\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# value 1\nHR|defaultws.xbe|2|680000A04350|680000704350\n# value 2\nHR|defaultws.xbe|3|680000A04351|680000704351\n# value 3\nHR|defaultws.xbe|1|680000A04352|680000704352\n\n# render fix\nHR|defaultws.xbe|1|713DAA3F6800005042E85292FFFF83C4|0AD7E33F6800005042E85292FFFF83C4\nHR|defaultws.xbe|1|68713DAA3F6800005042E865FDFFFFD90510AF29|680AD7E33F6800005042E865FDFFFFD90510AF29\n\n# fire effects glitch fix\nHR|defaultws.xbe|1|C744240410000000C744240880020000C744240CD0010000744E391508565600|C744240400000000C744240880020000C744240CE0010000744E391508565600\nHR|defaultws.xbe|1|6A006A00E896010B008B1530CF260068000000806A078D8412C001000050688002000068860100006A00E870010B00A1|6AF06A00E896010B008B1530CF260068000000806A0790909068D0010000688002000068860100006A00E870010B00A1"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/beat down fists of vengeance (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Beat Down: Fists of Vengeance\n# TitleID: 43430015\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# gameplay\n# value 1\nHR|defaultws.xbe|1|68713DAA3F6800001C42E8DA7AFCFF83|68398EE33F6800001C42E8DA7AFCFF83\n# value 2\nHR|defaultws.xbe|1|68713DAA3F6800001C42E82685F6FF83|68398EE33F6800001C42E82685F6FF83\n# value 3\nHR|defaultws.xbe|1|68713DAA3F6800002042E8E7D3E5FF83|68398EE33F6800002042E8E7D3E5FF83\n# value 4\nHR|defaultws.xbe|1|68ABAAAA3F518D7D10E85DC6E5FF8B53|68398EE33F518D7D10E85DC6E5FF8B53\n# value 5\nHR|defaultws.xbe|1|68713DAA3FF30F2AC2F30F5905BC5A3B|68398EE33FF30F2AC2F30F5905BC5A3B\n# value 6\nHR|defaultws.xbe|1|68713DAA3F51F30F110424E80D9DE2FF|68398EE33F51F30F110424E80D9DE2FF\n\n# cutscenes letterbox fix\nHR|defaultws.xbe|1|6800002044E8A4EEFBFF68E8324200E8|6800000000E8A4EEFBFF68E8324200E8\nHR|defaultws.xbe|1|6800002044E835EEFBFF6860D35A00E8|6800000000E835EEFBFF6860D35A00E8"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/bionicle (p).pf",
    "content": "# Author: Esppiral\n# Credits: Esppiral - https://discord.gg/8wKbXuqp\n# Info: Patches in widescreen aspect ratio.\n# Region: PAL\n# Title: Bionicle\n# TitleID: 45410039\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|2|ABAAAA3F|398EE33F\nHR|defaultws.xbe|1|BE9FAA3F|398EE33F"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/black (n).pf",
    "content": "# Author: Esppiral\n# Credits: Esppiral - https://discord.gg/8wKbXuqp\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Black\n# TitleID: 45410083\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|585D2900EB15F30F|905D2900EB15F30F"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/black (p).pf",
    "content": "# Author: Esppiral\n# Credits: Esppiral - https://discord.gg/8wKbXuqp\n# Info: Patches in widescreen aspect ratio.\n# Region: PAL\n# Title: Black\n# TitleID: 45410083\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|785D2900EB15F30F|B05D2900EB15F30F"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/blinx the time sweeper (n).pf",
    "content": "# Author: Esppiral\n# Credits: Esppiral - https://discord.gg/8wKbXuqp\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: BLiNX: The Time Sweeper\n# TitleID: 4D530013\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|803F68ABAAAABF506800002044E8262E0700D9E083C404D9|803F68398EE3BF506800002044E8262E0700D9E083C404D9"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/blood omen 2 - t.l.o.k.s (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Blood Omen 2: The Legacy of Kain Series\n# TitleID: 4553006\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# Gameplay\nHR|defaultws.xbe|2|804068ABAAAA3F|804068398EE33F\n\n# FMV's and menu fix\nHR|defaultws.xbe|1|ABAAAA3F28733700|398EE33F28733700"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/bloodrayne (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: BloodRayne \n# TitleID: 4D4A0001\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# built in widescreen\nHR|defaultws.xbe|1|8B0D503440008D1409891540602F00EB0AA150344000|B901000000908D1409891540602F00EB0AB801000000"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/bloody roar extreme (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Bloody Roar: Extreme\n# TitleID: 48550001\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|5|5C8FA23F|26BFD83F"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/blowout (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: BlowOut \n# TitleID: 4D4A0008\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# built in widescreen\nHR|defaultws.xbe|1|C705982B2C000000803FC70524972C000000803FC705F4222C000000803F89159C2B2C00891528972C008915F8222C008915A02B2C0089152C972C008915FC222C008915689F2C0089156C9F2C008915709F2C00|D9E8D91D982B2C00D9E8D91D24972C00D9E8D91DF4222C0089159C2B2C00891528972C008915F8222C008915A02B2C0089152C972C008915FC222C008915689F2C0089156C9F2C00C705709F2C00010000009090\n\n# HUD fix\nHR|defaultws.xbe|1|242452C74424283333F3BFC744242C66|242452C7442428222222C0C744242C66\nHR|defaultws.xbe|1|FFFF8D54242052C74424243333F33FC7|FFFF8D54242052C744242422222240C7"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/breakdown (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Breakdown\n# TitleID: 4E4D0009\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# value 1\nHR|defaultws.xbe|1|D918D9EED95804D9EED95808D9EED9580CD9EED95810D87510D95814D9EED95818D9EED9581C|D80D182E210090D918B90000000089480489480889480C894810D87510D9581489481889481C\n# value 2\nHR|defaultws.xbe|1|2000D9053CE02000D8C9E885B01800D8|2000D90580AB0800D8C9E885B01800D8"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/call of cthulhu - d.c.o.t.e (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Call of Cthulhu: Dark Corners of the Earth\n# TitleID: 42530007\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# value 1\nHR|defaultws.xbe|2|A5ACA93F|398EE33F"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/capcom vs. snk 2 eo (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Capcom vs. SNK 2 EO\n# TitleID: 43430008\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# value 1\nHR|defaultws.xbe|3|680000803F51D80DF4662900D91C2468|68AAAAAA3F51D80DF4662900D91C2468\n# value 2\nHR|defaultws.xbe|1|680000803FD9048D10522C00D80DF866|68AAAAAA3FD9048D10522C00D80DF866\n# value 3\nHR|defaultws.xbe|1|0000803F890689461489462889463C8B44241883C40C894630894E348956385EC3909090909090908B442404D94424088B4C240CD958308B542410894834895038C3909090909090|0000403F8906B80000803F89461489462889463C8B44241883C40C894630894E348956385EC3909090909090908B442404D94424088B4C240CD958308B542410894834895038C390\n# HUD and Menu\nHR|defaultws.xbe|4|680000803F687ABCA43F|68ABAAAA3F687ABCA43F"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/castlevania curse of darkness (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Castlevania: Curse of Darkness\n# TitleID: 4B4E002d\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# Gameplay\nHR|defaultws.xbe|1|F30F591528D34200F30F590524D34200|F30F5915F0D80A00F30F5905B7BF3A00\n\n# FMV's fix\nHR|defaultws.xbe|2|00F8435768000080C16A0053|00DF435768000008426A0053\n\n# item position fix\nHR|defaultws.xbe|1|A8000000000020C4008004440000C843|A8000000000056C4008004440000C843\n\n# draw distance 4x\nHR|defaultws.xbe|1|F30F591504D34200F30F1115FCC12F01|F30F591590024300F30F1115FCC12F01\nHR|defaultws.xbe|1|A32CC22F01C3CCCCCCCCCCCCCCCCCCCC|6BC004A32CC22F01C3CCCCCCCCCCCCCC\n\n# camera x-axis and y-axis invert\nHR|defaultws.xbe|1|0F84960000008B44241085C00F848A000000566A00E8B31102008B7424146A00D91EE8E6110200D95E046A00E81C120200D95E086A00E8521202000FB7C06A0089460CE8851202000FB7C08946108B4B0483C41485C97412F30F104604F30F59050CD34200F30F1146048B4E0CF6C540741181E1FFBFFFFF894E0C8B57040BD189560CF6C440741025FFBFFFFF8946108B4F040BC8894E105E5F5BC38B44240C0F57C05FF30F1100F30F114004F30F114008C7400C00000000C74010000000005BC3CCCCCCCCCCCCCCCCCCCCCC|0F84A10000008B44241085C00F8495000000566A00E8B31102008B7424146A00D91EE8E6110200D95E046A00E81C120200D95E086A00E8521202000FB7C06A0089460CE8851202000FB7C089461083C414F30F104600F30F59050CD34200F30F114600F30F104604F30F59050CD34200F30F1146048B4E0CF6C540741181E1FFBFFFFF894E0C8B57040BD189560CF6C440741025FFBFFFFF8946108B4F040BC8894E105E5F5BC38B44240C0F57C05FF30F1100F30F114004F30F114008C7400C00000000C74010000000005BC3"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/conker live & reloaded (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Conker: Live & Reloaded\n# TitleID: 4D530051\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|F30F10840164020000E94A010000CCCCCCCCCCCCCCCCCC|F30F590D50996400F30F10840164020000E942010000CC"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/crash bandicoot - t.w.o.c (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Crash Bandicoot: The Wrath of Cortex\n# TitleID: 56550003\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\nHR|defaultws.xbe|1|B80000403F894640894644B80000803F89465C89465889465483C408C746489A99993EC7465000000000C7464C00007A448BC65EC39090909090|B80000403F894640B80000103F894644B80000803F89465C89465889465483C408C746489A99993EC7465000000000C7464C00007A448BC65EC3"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/crash bandicoot wrath of cortex (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Crash Bandicoot: The Wrath of Cortex\n# TitleID: 56550003\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|B80000403F894640894644B80000803F89465C89465889465483C408C746489A99993EC7465000000000C7464C00007A448BC65EC39090909090|B80000403F894640B80000103F894644B80000803F89465C89465889465483C408C746489A99993EC7465000000000C7464C00007A448BC65EC3"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/crazy taxi 3 high roller (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Crazy Taxi 3: High Roller\n# TitleID: 53450004\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|2|C705D8A3210000007042C70530A42100ABAAAA3F|C705D8A3210000009642C70530A42100388EE33F\nHR|defaultws.xbe|8|68CDCCCC3D68ABAAAA3F6800007042|68CDCCCC3D68388EE33F6800009642\nHR|defaultws.xbe|12|68CDCCCC3D68ABAAAA3F|68CDCCCC3D68388EE33F"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/crimson sea (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Crimson Sea\n# TitleID: 4B4F0002\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|EB4CD94724C787AC000000000080BFD80D0C1A3F008987BC000000D9F2DDD8D83D201A3F00D9472CD86728D87F2CD9E0D9C1D87730D91ED9C9D99F94000000D997A8000000D84F28D99FB8000000D947248B4F2CD80D0C1A3F008B5728680000803F51D9F252518D8740010000DDD8DCC0D83DDC1E3F00D91C24680000F043680000204450E85E09000083C41C568D4F405181C7C000000057E8BECFFEFF5F5EC3909090909090908B4C240885C98B44|EB50D94724C787AC000000000080BFD80D0C1A3F008987BC000000D9F2DDD8D83D201A3F00D9472CD86728D87F2CD9E0D9C1D87730D835FC1C3F00D91ED9C9D99F94000000D997A8000000D84F28D99FB8000000D947248B4F2CD80D0C1A3F008B5728680000803F51D9F252518D8740010000DDD8DCC0D83DDC1E3F00D91C24680000F043680000204450E85809000083C41C568D4F405181C7C000000057E8B8CFFEFF5F5EC3908B4C240885C98B44\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/darkwatch (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Darkwatch\n# TitleID: 43430016\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# gameplay\nHR|defaultws.xbe|1|0000803FABAAAA3F00000000000000000000803F0000803F0000000000000000|ABAAAA3F388EE33F00000000000000000000803F0000803F0000000000000000\n\n# for no prerendered cutscenes\nHR|defaultws.xbe|1|00B442C74140ABAAAA3F88415188414C|009642C74140398EE33F88415188414C\n\n# cutscenes letterbox fix\nHR|defaultws.xbe|1|3D687A4B00005675|3D687A4B00015675\n\n# text width fix\nHR|defaultws.xbe|1|0000E04300002044|0000E04300005544\n\n# subtitles fix\nHR|defaultws.xbe|1|C645FFB4E8E595DFFF8D459850E80627|C645FF00E8E595DFFF8D459850E80627\n\n# FMV's fix\nHR|defaultws.xbe|1|DB460C57D95DECDB4610D95DF0D9E8D8B080000000D95DF4E8ED9AECFF8B4004DB00D95D0CE8E09AECFF8B4004DB40046A10D9EE5FD99D7CFFFFFF897D08D9EED95D98D9450CD955B4D95DD0897D0CD9EED95D80D9559CD9EED95DB8D95DD4D905B8F14D00D95584D955A0D955BCD95DD8D945ECE85BFCFDFFD945F0|57D9E8D8B080000000D95DF4E8F99AECFF8B4004DB00D95D0CE8EC9AECFF8B4004DB40046A12D9EE5FD99D7CFFFFFF897D084F4FD9EED95D98D9450CD955B4D95DD0897D0CC74580000080C2D9559CC745B8000080C2D95DD4D905B8F14D00D95584D955A0D955BCD95DD8D905FCB34300E85EFCFDFFD905385C4200\nHR|defaultws.xbe|1|D81D385C4200|D81DC48C4100\nHR|defaultws.xbe|1|0000803FF5D70C0012D80C005BD80C00|00000044F5D70C0012D80C005BD80C00"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/dead or alive ultimate (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Dead or Alive Ultimate \n# TitleID: 54430006\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\nHR|defaultws.xbe|1|713DAA3F|96FCE23F"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/def jam fight for ny (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Def Jam: Fight for NY\n# TitleID: 45410049\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|7471487431480F85|7469487431480F85\nHR|defaultws.xbe|1|410C8B54240889028B44240C8B542410C700398EE33FD94120D80D306D28008B442414D9052C6D2800D8C9D84118D91AD94120D8E1D918DDD8C214008B510C8B44240889108B54240CC702ABAAAA3F|510C8B44240889108B54240CC702398EE33F8B41188B54241089028B41208B4C24148901C21400909090909090909090909090908B542408D9410CD80DC0791B00D91A90908B54240CC702398EE33F"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/demon stone (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Demon Stone\n# TitleID: 49470074\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# built in widescreen\nHR|defaultws.xbe|1|68ABAAAA3F|867477E33F\nHR|defaultws.xbe|1|0FBF9184060000|BA550300009090\n\n# cutscenes letterbox fix\nHR|defaultws.xbe|1|A198E31B0083F803|A1A410010083F803"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/digimon rumble arena 2 (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Digimon Rumble Arena 2\n# TitleID: 42410001\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# built in widescreen\n\n# value 1\nHR|defaultws.xbe|1|D94424248B1544942900D8742420|8B1544942900D905FC2C29009090\n# value 2\nHR|defaultws.xbe|1|D944240C8B1548F32900D8742408|8B1548F32900D905FC2C29009090\n# value 3\nHR|defaultws.xbe|1|2F00D80DFC2C2900D9F2DDD8D95C|2F00D80D02AF2700D9F2DDD8D95C"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/digimon world 4 (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Digimon World 4\n# TitleID: 42410002\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# value 1\nHR|defaultws.xbe|1|D80D94B93000D91C24D944240CD80D94|D80D86421800D91C24D944240CD80D94\n# value 2\nHR|defaultws.xbe|1|C701E0010000C20800CCCCCCCCCCCCCC|C70168010000C20800CCCCCCCCCCCCCC\n\n# resolution upped from 640x480 to 720x480 (optional)\nHR|defaultws.xbe|1|C70780020000C74704E00100008BC3C1|C707D0020000C74704E00100008BC3C1"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/dino crisis 3 (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Dino Crisis 3\n# TitleID: 43430003\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\nHR|defaultws.xbe|1|68000080BF8D44246C50E80EAB05008D|68000040BF8D44246C50E80EAB05008D\n\n# FMV's fix\nHR|defaultws.xbe|1|0000803F6A006A00680000F0436800002044E80FFEFFFF83C424E867FDFFFFEB20680000803F680000803F|0000403F6A006A00680000F0436800002044E80FFEFFFF83C424E867FDFFFFEB20680000803F680000403F\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/fable the lost chapters (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Fable: The Lost Chapters\n# TitleID: 4D530001\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|D83DA80B9100D95C2414F30F107C2414|D83D500D9100D95C2414F30F107C2414"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/fallout brotherhood of steel (p).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: PAL\n# Title: Fallout: Brotherhood of Steel\n# TitleID: 49500008\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# value 1\nHR|defaultws.xbe|1|2700C744245C0000F843C74424600000|2700C744245C0000BA43C74424600000\n# value 2\nHR|defaultws.xbe|1|006860962700F3A5C74424680000F843|006860962700F3A5C74424680000BA43\n# value 3\nHR|defaultws.xbe|1|0000680000803E51C74424700000F843|0000680000803E51C74424700000BA43\n# value 4\nHR|defaultws.xbe|3|680000A04351|680000704351\n# value 5\nHR|defaultws.xbe|2|680000A04352|680000704352\n# value 6\nHR|defaultws.xbe|1|680000A04350|680000704350\n\n# render fix\nHR|defaultws.xbe|2|713DAA3F|398EE33F"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/fightclub (a).pf",
    "content": "# Author: Zombix\n# Credits: Zombix\n# Info: Fixes original disk protection on retail disk to run off your hdd. Also removes the censorship in the game.\n# Region: MULTI\n# Title: FightClub\n# TitleID: 5655002F\n# Type: Certificate & FATX Patch\n\nCP|default.xbe|default_orig.xbe\n\n# Media patch long hex\nHR|default.xbe|1|744BE8CAFDFFFF85C07D0633C05050EB44F605|744BE8CAFDFFFF85C0EB0633C05050EB44F605\n\n# Media patch short hex\nHR|default.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB\n\n# Media check 1\nSM|default.xbe|C00001FF\n\n# All game regions\nSR|default.xbe|00000007\n\n# FATX Detection\nHR|default.xbe|1|4641545800000000443A5C|0000000000000000000000\n\n# Disc check\nHR|default.xbe|1|0400558BEC83EC34FF75088D|0400558BEC83EC34EB41418D\nHR|default.xbe|1|7d1b50e8d5e9ffffe87ae9ffff83f80275076a03e896e9ffff|7c178b4508508b000c203d643a5c0075b158b800080000eb37"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/flatout (p).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: FlatOut\n# TitleID: 454D0009\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|F30F10054CE52600F30F1101C20800CC|F30F100554F22600F30F1101C20800CC\nHR|defaultws.xbe|1|F30F101540F52600568BF18B460433C9|F30F1015F0122900568BF18B460433C9\nHR|defaultws.xbe|1|0D40F5260083C408|0DF012290083C408\nHR|defaultws.xbe|1|0F2A470CF30F590D3C1B2700F30F5905|0F2A470CF30F590D9DB52500F30F5905"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/futurama (n).pf",
    "content": "# Author: Esppiral\n# Credits: Esppiral - https://discord.gg/8wKbXuqp\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Futurama\n# TitleID: 46490002\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|D905F8392900898684060000D8742434898658060000898668060000516A01D9C0D8C1D99E64060000D84C2434D9E0D99E74060000D9C0D84B14D99E780600008B9678060000D94314D84B108996BC03000089865C06000089866C060000D8C9C7867C0600000000803F89868C060000D9E0D99E880600008B96880600008996CC030000DDD8E88FD60E008B6E5833C0B9060000008D7C2410F3ABDB45008B45|D905F0BF2900898684060000D8742434898658060000898668060000516A01D9C0D8C1D99E64060000D84C2434D9E0D99E74060000D9C0D84B14D99E780600008B9678060000D94314D84B108996BC03000089865C06000089866C060000D8C9C7867C060000ABAAAA3F89868C060000D9E0D99E880600008B96880600008996CC030000DDD8E88FD60E008B6E5833C0B9060000008D7C2410F3ABDB45008B45"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/generic patches.pf",
    "content": "# Author: Rocky5\n# Credits: Rocky5\n# Info: Patch Fatx checks, allowed media and all region flags.\n# Region: MULIT\n# Title: Generic Patches\n# TitleID: MULTI\n# Type: Certificate & FATX Patch\n\nCP|default.xbe|default_orig.xbe\n\n# Media patch long hex\nHR|default.xbe|1|744BE8CAFDFFFF85C07D0633C05050EB44F605|744BE8CAFDFFFF85C0EB0633C05050EB44F605\n\n# Media patch short hex\nHR|default.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB\n\n# FATX Detection\nHR|default.xbe|1|4641545800000000443A5C|0000000000000000000000\n\n# Media check 1\nSM|default.xbe|C00001FF\n\n# All game regions + debug\nSR|default.xbe|80000007"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/lara croft tomb raider legend (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Lara Croft Tomb Raider: Legend\n# TitleID: 534300FD\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# cutscenes letterbox fix\nHR|defaultws.xbe|1|0F118424D4000000F30F1005189230006A0068020400008D44241CF30F114C24|0F118424D4000000F30F1005B49130006A0068020400008D44241CF30F114C24\nHR|defaultws.xbe|1|F30F1015C4993000516A02F30F11442414F30F11442418F30F11442438F30F11|F30F101548A12E00516A02F30F11442414F30F11442418F30F11442438F30F11"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/legacy of kain defiance (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Legacy of Kain: Defiance\n# TitleID: 4553000F\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# cutscenes letterbox fix\nHR|defaultws.xbe|1|34EA460084C0740E|34EA460084C0EB0E\n\n# subtitles black background's fix\nHR|defaultws.xbe|1|40D80DF0E51B00D8|00D80DF0E51B00D8"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/leisure suit larry - m.c.l (n).pf",
    "content": "# Author: DVD2Xbox\n# Credits: DVD2Xbox\n# Info: Fixes original disk protection on retail disk to run off your hdd. Also removes the censorship in the game.\n# Region: NTSC\n# Title: Leisure Suit Larry: Magna Cum Laude\n# TitleID: 56550031\n# Type: Certificate, FATX Patch & Censorship\n\nCP|default.xbe|default_orig.xbe\n\n# Offset 00168368 Removes protection from the game to be played on your hard drive\nHR|default.xbe|1|7411688C8B240068204B26008BCE|EB11688C8B240068204B26008BCE\n\n# Media patch long hex\nHR|default.xbe|1|744BE8CAFDFFFF85C07D0633C05050EB44F605|744BE8CAFDFFFF85C0EB0633C05050EB44F605\n\n# Media patch short hex\nHR|default.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB\n\n# Media check 1\nSM|default.xbe|C00001FF\n\n# This will make a backup of the AppInit.JAM file and rename it to AppInit.JAM_orig\nCP|Data\\JamFiles\\Xbox\\AppInit.JAM|Data\\JamFiles\\Xbox\\AppInit.JAM_orig\n\n# This will remove the censorship from Leisure Suit Larry @ offset 00076526\nHR|Data\\JamFiles\\Xbox\\AppInit.JAM|1|6F6F6C65616E09446174612030|6F6F6C65616E09446174612031"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/leisure suit larry - m.c.l (p).pf",
    "content": "# Author: DVD2Xbox\n# Credits: DVD2Xbox\n# Info: Patch Fatx check & allowed media.\n# Region: PAL\n# Title: Leisure Suit Larry: Magna Cum Laude\n# TitleID: 56550031\n# Type: Certificate & FATX Patch\n\nCP|default.xbe|default_orig.xbe\n\n# Offset 00169020 Removes protection from the game to be played on your hard drive\nHR|default.xbe|1|3B819C05000074|3B819C050000EB\n\n# Media check 1\nSM|default.xbe|C00001FF"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/marvel vs capcom 2 (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Marvel vs. Capcom 2: New Age of Heroes\n# TitleID: 43430007\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|00680000803F51C705847D3400010000|0068AAAAAA3F51C705847D3400010000\nHR|defaultws.xbe|1|0000803F890689461489462889463C8B44241883C40C894630894E348956385EC3909090909090908B442404D94424088B4C240CD958308B542410894834895038C3909090909090|0000403F8906B80000803F89461489462889463C8B44241883C40C894630894E348956385EC3909090909090908B442404D94424088B4C240CD958308B542410894834895038C390\n\n# HUD and Menu\nHR|defaultws.xbe|1|680000803F68DB0F493FC705847D3400|68ABAAAA3F68DB0F493FC705847D3400"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/metal gear solid 2 substance (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Metal Gear Solid 2: Substance\n# TitleID: 4B4E0007\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# gameplay\nHR|defaultws.xbe|1|9C020000D91C24680000803F|9C020000D91C24680000403F\nHR|defaultws.xbe|1|680000803F5150E894FDFFFF8B15D800|680000403F5150E894FDFFFF8B15D800\nHR|defaultws.xbe|1|020000D91C24680000803F5255E8DEFD|020000D91C24680000403F5255E8DEFD\nHR|defaultws.xbe|1|680000803F5057E834FEFFFFD905D400|680000403F5057E834FEFFFFD905D400\n\n# post effects fixes\nHR|defaultws.xbe|1|DB05F8E16900A1E0E169008B8E64010000D80DB81D5D008BBC99C00000008B96680100008B9C9AC0000000DA35FCE1690089442458|D905E0E1690090909090908B8E64010000D80D3C345C008BBC99C00000008B96680100008B9C9AC0000000D95C2458D90547A02000\nHR|defaultws.xbe|1|D905ACE95B00D833D9442414D8F9D84B|D905C6960C00D833D9442414D8F9D84B\nHR|defaultws.xbe|1|DB05F8E169008B865001000083C44485|D905FBB30B008B865001000083C44485\nHR|defaultws.xbe|1|D905ACE95B00D8760CD9442410D8F9D8|D905C6960C00D8760CD9442410D8F9D8\nHR|defaultws.xbe|1|DB05F8E16900A1E0E169008B8FB40000|D9053BB75800A1E0E169008B8FB40000\n\n# cutscenes letterbox fix\nHR|defaultws.xbe|1|EB0CD9052C9C5C00|EB0CD9052A9C5C00"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/metal slug 3 (n).pf",
    "content": "# Author: Rocky5\n# Credits: Rocky5\n# Info: Adds 480p progressive video support.\n# Region: NTSC\n# Title: Metal Slug 3\n# TitleID: 534E0002\n# Type: 480p Patch\n\n# 480p patch, v1.6 xbox still require a xbe loader to unscrable the screen.\n\nCP|default.xbe|default_orig.xbe\nHR|default.xbe|1|8B5728508B4730508B472C518B4F0452|508B4730508B472C518B4F04906A0090"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/metal slug 3 (p).pf",
    "content": "# Author: Rocky5\n# Credits: Rocky5\n# Info: Adds 480p progressive video support.\n# Region: PAL\n# Title: Metal Slug 3\n# TitleID: 494F0005\n# Type: 480p Patch\n\n# 480p patch, v1.6 xbox still require a xbe loader to unscrable the screen.\n\nCP|default.xbe|default_orig.xbe\nHR|default.xbe|1|8B5728508B4730508B472C518B4F0452|508B4730508B472C518B4F04906A0090"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/metal wolf chaos (j).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC-J\n# Title: Metal Wolf Chaos\n# TitleID: 46530006\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# gameplay and ingame cutscenes\nHR|defaultws.xbe|2|298AA23F|30B8DB3F\n\n# render fix\nHR|defaultws.xbe|1|680000403F51B820D59200BB20E79200E8269700008B15B4D49200A1B8D49200|680000103F51B820D59200BB20E79200E8269700008B15B4D49200A1B8D49200\n\n# ingame cutscenes letterbox fix\nHR|defaultws.xbe|1|3E000000C744241CA2010000894C2420C7442424E0010000|00000000C744241CE0010000894C2420C7442424E0010000"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/midtown madness 3 (a).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: MULTI\n# Title: Midtown Madness 3\n# TitleID: 4D53002A\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|CCCCCCCCCCCCCCCC8B44240485C0689C|35FA0E3CCCCCCCCC8B44240485C0689C\nHR|defaultws.xbe|1|D80D9C5F3800D80D88503800D9F2DDD8|D80D88E20800D9F2DDD8D80D205F3800\nHR|defaultws.xbe|2|D905205F3800|D90568A73600"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/mortal kombat shaolin monks (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Mortal Kombat: Shaolin Monks\n# TitleID: 4D570025\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|8B86C00000008B15249263008B8EC400|A175805500908B15249263008B8EC400\n\n# cutscenes letterbox fix\nHR|defaultws.xbe|2|0000B042|0000803F\n\n# FMV's fix\nHR|defaultws.xbe|1|74343BF37430DB442424DB0504FB5000D8F1D95C2414D84C2414E85997FAFFDB4424288BF089742410D84C2414E84697FAFF8BC8EB04897424108BC3992BC28BD88BC6992BC2D1F8D1FB2BD88BC7992BC28BF08BC1992BC2D1F8895C2418D1FE2BF08B442420DB44241889742418894C2414B90000803FDB442418894808DB44241089480C894820894824D8C289483889483C894850D9542418894854DB44241489681089681489682CD8C2896840D95C24148B542414D9C2D9188950348B542418D9C1D958048950488B542414D9581889504CD9581CDB442424D95028D9C9D95830DB442428D95424248B4C2424D9584489485CD95858D900D825986B4900D918D94004D825986B4900D95804D94018D825986B4900D95818D9401CD825986B4900D9581CD94030D825986B4900D958305FD940345ED825986B49005D5BD95834D94048D825986B4900D95848D9404CD825986B4900D9584C83C40CC3CCCCCCCCCCCCCCCCCCCCCCCCCCCC|EB0490909090DB442424DB0504FB5000D8F1D95C2414D84C2414E85997FAFFDB4424288BF089742410D84C2414D80DB8B54A00E84097FAFF8BC8EB04897424108BC3992BC28BD88BC6992BC2D1F8D1FB2BD88BC7992BC28BF08BC1992BC2D1F8895C2418D1FE2BF08B442420DB44241889742418894C2414B90000803FDB442418894808DB44241089480C894820894824D8C289483889483C894850D9542418894854DB44241489681089681489682CD8C2896840D95C24148B542414D9C2D9188950348B542418D9C1D958048950488B542414D9581889504CD9581CDB442424D95028D9C9D95830DB442428D95424248B4C2424D9584489485CD95858D900D825986B4900D918D94004D825986B4900D95804D94018D825986B4900D95818D9401CD825986B4900D9581CD94030D825986B4900D958305FD940345ED825986B49005D5BD95834D94048D825986B4900D95848D9404CD825986B4900D9584C83C40CC3CCCCCCCCCCCCCCCC"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/nfl fever 2004 (n).pf",
    "content": "# Author: DVD2Xbox & Mookie\n# Credits: DVD2Xbox & Mookie\n# Info: Media check fix and HDD detection bypass.\n# Region: NTSC\n# Title: NFL Fever 2004\n# TitleID: 4D53004D\n# Type: Multi Patch\n\n# Title: NFL Fever 2004\n# TitleID: 4D53004D\n# Author: DVD2Xbox\n\n\nCP|default.xbe|default_orig.xbe\n\n# HDD fix 1\nHR|default.xbe|1|03000000DE259252|02000000DE259252\n\n# HDD fix 2\nHR|default.xbe|1|000800000F94C0A2|000200000F94C0A2\n\n# Media Patch\nHR|default.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/ninja gaiden black (n).pf",
    "content": "# Author: Esppiral\n# Credits: Esppiral - https://discord.gg/8wKbXuqp\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Ninja Gaiden Black\n# TitleID: 5443000D\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|398EE33F|55551540"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/pro evolutions soccer 5 (p).pf",
    "content": "# Author: Rocky5\n# Credits: Rocky5\n# Info: Enables the crowd on all camera angles and always use the highest LOD for players.\n# Region: PAL\n# Title: Pro Evolutions Soccer 5\n# TitleID: 4B4E0030\n# Type: Multi Patch\n\nCP|default.xbe|default_orig.xbe\nRM|dashupdate.xbe|update.xbe\n\n# flicker filter removal\n# OF|default.xbe|4203058|90903935DCF14E006A008B80281C00006A0090\n# OF|default.xbe|4210550|55908B86281C00006A00\n\n# crowd enabled in all views\nOF|default.xbe|440432|C3\n\n# highest LOD levels\nOF|default.xbe|5503632|4066310040663100406631004066"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/race driver 2 - v8 supercars 2 (a).pf",
    "content": "# Author: Gigas\n# Credits: Gigas\n# Info: Fixes a long string instance\n# Region: MULTI\n# Title: Pro Race Driver 2 / V8 Supercars 2\n# TitleID: 434D0011\n# Type: Multi Patch\n\nCP|default.xbe|default_orig.xbe\nRM|dashupdate.xbe|update.xbe\n\n# Media patch long hex\nHR|default.xbe|1|744BE8CAFDFFFF85C07D0633C05050EB44F605|744BE8CAFDFFFF85C0EB0633C05050EB44F605\n\n# Media patch short hex\nHR|default.xbe|1|E8CAFDFFFF85C07D|E8CAFDFFFF85C0EB\n\n# Nuke long reference to shader file\nHR|default.xbe|1|73666F726D5368616465722E787675|2E7876750000000000000000000000\n\n# Remove lowercase FATX check\nHR|default.xbe|1|643A5C00|002E5C00\n\nSM|default.xbe|400001FF|"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/richard burns rally (p).pf",
    "content": "# Author: Esppiral\n# Credits: Esppiral - https://discord.gg/8wKbXuqp\n# Info: Patches in widescreen aspect ratio.\n# Region: PAL\n# Title: Richard Burns Rally\n# TitleID: 53430005\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|ABAAAA3F0000003E610B3641000034C30000B4C2|398EE33F0000003E610B3641000034C30000B4C2"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/silent hill 2 restless dreams (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Silent Hill 2: Restless Dreams\n# TitleID: 4B4E0004\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\nHR|defaultws.xbe|1|ABAAAA3FE8|398EE33FE8\n\n# FMV's fix\nHR|defaultws.xbe|1|D91D304DDF008B15304DDF00D9CA8915484DDF00D8C2D91D444DDF00D9C9D91D5C4DDF00D805304DDF00D905444DDF00D9C1D91D784DDF00D9052C4DDF00D825C03A2300D91D2C4DDF00D905304DDF00D825C03A2300D91D304DDF00D905444DDF00D825C03A2300D91D444DDF00D905484DDF00D825C03A2300D91D484DDF00D9055C4DDF00D825C03A2300D91D5C4DDF00D9C9D825C03A2300D91D604DDF00D825C03A2300D91D744DDF005FD905784DDF005ED825C03A2300D91D784DDF0083C408C3909090909090909090909090|D80D04522600D91D304DDF008B15304DDF00D9CA8915484DDF00D8C2D91D444DDF00D9C9D91D5C4DDF00D80D04522600D805304DDF00D905444DDF00D9C1D91D784DDF00D9052C4DDF00D825C03A2300D91D2C4DDF00D905304DDF00D825C03A2300D91D304DDF00D905444DDF00D825C03A2300D91D444DDF00D905484DDF00D825C03A2300D91D484DDF00D9055C4DDF00D825C03A2300D91D5C4DDF00D9C9D825C03A2300D91D604DDF00D825C03A2300D91D744DDF005FD905784DDF005ED825C03A2300D91D784DDF0083C408C3\nHR|defaultws.xbe|1|884DDF0003C289442414B8E0010000DB|884DDF0003C289442414B868010000DB\n\n# cutscenes letterbox fix\nHR|defaultws.xbe|1|D80578BB2700E8472E09005068800200|D8057CBB2700E8472E09005068800200\nHR|defaultws.xbe|1|D80574BB2700E81C2E09005068800200|D805EC852300E81C2E09005068800200"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/silent hill 4 the room (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Silent Hill 4: The Room\n# TitleID: 4B4E001F\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\nHR|defaultws.xbe|1|DB4054DA7050|D9051A453200\nHR|defaultws.xbe|1|FF680000803F6870|FF680000403F6870\n\n# cut scenes letterbox fix\nHR|defaultws.xbe|1|B801000000A3ACF8C800A314F8C800C3|B800000000A3ACF8C800A314F8C800C3\n\n# FMV's fix\nHR|defaultws.xbe|1|50516A006A0050516A006A00E8D40A14006A016A016A006A00680000803F680000803F566A006A0068001002006A00685E0100006A006A44E8180E1400F30F1005ACCA1F00|680000D0435168000040426A0050516A006A00E8CD0A14006A016A016A006A00A1ACCA1F005050566A006A0068001002006A00685E0100006A006A44E8140E1400F30F5EC0\n\n# blur fix\nHR|defaultws.xbe|1|F30F59053CD41F00C6054C0DF80001F3|F30F5905B8CA1F00C6054C0DF80001F3\nHR|defaultws.xbe|1|F30F5905A4CD1F00C6054C0DF80001F3|F30F5905B8CA1F00C6054C0DF80001F3\nHR|defaultws.xbe|1|F30F590528D31F00C6054C0DF80001F3|F30F5905B8CA1F00C6054C0DF80001F3\nHR|defaultws.xbe|1|F30F5905CCD41F00C6054C0DF80001F3|F30F5905B8CA1F00C6054C0DF80001F3"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/star wars - jedi outcast (n).pf",
    "content": "# Author: Esppiral\n# Credits: Esppiral - https://discord.gg/8wKbXuqp\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Star Wars - Jedi Outcast\n# TitleID: 4c410009\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|3830000063675F66|3930000063675F66\nHR|defaultws.xbe|1|0000803F00000000000000000000000000000000000000000000803F0A|ABAAAA3F00000000000000000000000000000040000000000000803F0A"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/tenchu return from darkness (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Tenchu: Return from Darkness\n# TitleID: 41560026\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\nHR|defaultws.xbe|1|C451F30F110424F30F1005D4144000F3|C451F30F110424F30F1005247D4D00F3\n\n# FMV's fix\nHR|defaultws.xbe|1|00B9C0F98C00E8D5452A00F30F1005B4144000F30F1100B9C0F98C00E8BF452A00F30F1005B4144000F30F114004B9C0F98C00E8A8452A00F30F1005C0144000|00B9C0F98C00E8D5452A00F30F100590674000F30F1100B9C0F98C00E8BF452A00F30F1005B4144000F30F114004B9C0F98C00E8A8452A00F30F100558DB0500\nHR|defaultws.xbe|1|3900E947FEFFFFE8F40F1D0033C08BE55DC3CCCCCCCCCCCCCCCCCCCCCCCCCCCC|3900E947FEFFFFE8F40F1D0033C08BE55DC3CCCCCCCCCCCC00000C44CCCCCCCC\n\n# cutscenes letterbox fix\nHR|defaultws.xbe|1|0F1045E0F30F1145C0F30F1005C0144000F30F1145F0F30F1045F0F30F1145D0F30F1005B4144000F30F1145D4F30F1045D4F30F1145C4F30F100514344000F30F1145F4F30F1045F4F30F1145E4F30F1005EC6B4000F30F1145F8F30F1045F8|0F1045E0F30F1145B4F30F1005C0144000F30F1145F0F30F1045F0F30F1145D0F30F1005B4144000F30F1145D4F30F1045D4F30F1145C4F30F100514344000F30F1145F4F30F1045F4F30F1145E4F30F1005EC6B4000F30F1145F8F30F1045F8\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/the bard's tale (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: The Bard's Tale\n# TitleID: 49580001\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\n\n# value 1\nHR|defaultws.xbe|1|F30F100514661D00F30F11442464F30F1005D0601D00B90C0000008D74240CBFE8B74A00F30F11442468F30F100510661D00F3A5F30F115C243C|C7442464402B804BF30F1005D0601D00B90C0000008D74240CBFE8B74A00F30F11442468F30F100510661D00F3A5C744243C0000BA4390909090\n# value 2\nHR|defaultws.xbe|1|F30F100514661D00F30F11442464F30F1005D0601D00F30F11442468F30F100510661D008D4C243C8D54240CB8085F4B00F30F115C243C|C7442464402B804BF30F1005D0601D00F30F11442468F30F100510661D008D4C243C8D54240CB8085F4B00C744243C0000BA4390909090\n# value 3\nHR|defaultws.xbe|1|F30F100514661D00F30F104C2410F30F11442464F30F1005D0601D00F30F11442468F30F100510661D00F30F11442474F30F100544611D00F30F59C8F30F114C2410F30F104C241CF30F59C8F30F114C241CF30F104C2420F30F59C8F30F114C2420F30F104C2424F30F59C8F30F114C2424F30F104C2428F30F59E0F30F59F0F30F59E8F30F59C8F30F59F88D4C243C8D54240CB878184B00F30F115C243C|C7442464402B804BF30F104C2410F30F1005D0601D00F30F11442468F30F100510661D00F30F11442474F30F100544611D00F30F59C8F30F114C2410F30F104C241CF30F59C8F30F114C241CF30F104C2420F30F59C8F30F114C2420F30F104C2424F30F59C8F30F114C2424F30F104C2428F30F59E0F30F59F0F30F59E8F30F59C8F30F59F88D4C243C8D54240CB878184B00C744243C0000BA4390909090\n# value 4\nHR|defaultws.xbe|1|F30F11442410F30F11442424F30F100514661D00F30F11442438|C74424100000BA4390909090F30F11442424C7442438402B804B\n# value 5\nHR|defaultws.xbe|2|F30F114C2410F30F114C2424F30F100D14661D00F30F114C2438|C74424100000BA4390909090F30F114C2424C7442438402B804B\n\n# render fix\nHR|defaultws.xbe|2|68713DAA3F|68398EE33F\n# cutscenes letterbox fix\nHR|defaultws.xbe|2|F30F590558661D00F30F11|F30F5905D0681D00F30F11\nHR|defaultws.xbe|1|F30F1005D0601D00C70590864B000200|F30F1005D0681D00C70590864B000200"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/the chronicles of riddick (a).pf",
    "content": "# Author: Complex tools\n# Credits: Complex tools\n# Info: Patches media disc check.\n# Region: MULTI\n# Title: The Chronicles of Riddick\n# TitleID: 56550026\n# Type: Multi Patch\n\nCP|default.xbe|default_orig.xbe\nHR|default.xbe|1|C9C20400558BEC83EC34FF75088D|C9C20400558BEC83EC34EB41418D\nHR|default.xbe|1|C07D1B50E852F7FFFFE8F7F6FFFF83F80275076A03E813F7FFFF33|C07C178B4508508B000C203D643A5C0075B158B800080000EB3733"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/the hulk (j).pf",
    "content": "# Author: Unknown\n# Credits: Rocky5\n# Info: Remove HDD protection. (not sure if it works or not)\n# Region: NTSC-J\n# Title: The Hulk\n# TitleID: 56550011\n# Type: Multi Patch\n\nCP|default.xbe|default_orig.xbe\n\n# Offset @ 00118966\nHR|default.xbe|1|FFFF85C07D055757|FFFF85C0EB055757\n\n# Media Check 1\nSM|default.xbe|C00001FF"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/the hulk (p).pf",
    "content": "# Author: Rocky5\n# Credits: Rocky5\n# Info: Remove HDD protection. (not sure if it works or not)\n# Region: PAL\n# Title: The Hulk\n# TitleID: 56560008\n# Type: Multi Patch\n\nCP|default.xbe|default_orig.xbe\n\n# Offset @ 001195DA\nHR|default.xbe|1|FFFF85C07D055757|FFFF85C0EB055757\n\n# Media Check 1\nSM|default.xbe|C00001FF"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/the incredible hulk ud (n).pf",
    "content": "# Author: AgentEB\n# Credits: AgentEB - Fixed by Rocky5\n# Info: Remove HDD protection.\n# Region: NTSC\n# Title: The Incredible Hulk: Ultimate Destruction\n# TitleID: 56550039\n# Type: Multi Patch\n\nCP|default.xbe|default_orig.xbe\n\n# Offset @ 001FA539\nHR|default.xbe|1|5EC9C20400558BEC83EC34FF7508|5EC9C20400558BEC83EC34EB4341\n\n# Offset @ 001FA585\nHR|default.xbe|1|7D1B50E830060000E8D505000083F80275076A03E8F105000033C0EB33|7C46EB198B4508508B000C203D643A5C0075AF5856B800080000EB3390\n\n# Media Check 1\nSM|default.xbe|C00001FF"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/the incredible hulk ud (p).pf",
    "content": "# Author: AgentEB\n# Credits: AgentEB - Fixed by Rocky5\n# Info: Remove HDD protection.\n# Region: PAL\n# Title: The Incredible Hulk: Ultimate Destruction\n# TitleID: 56558039\n# Type: Multi Patch\n\nCP|default.xbe|default_orig.xbe\n\n# Offset @ 001FA539\nHR|default.xbe|1|5EC9C20400558BEC83EC34FF7508|5EC9C20400558BEC83EC34EB4341\n\n# Offset @ 001FA585\nHR|default.xbe|1|7D1B50E830060000E8D505000083F80275076A03E8F105000033C0EB33|7C46EB198B4508508B000C203D643A5C0075AF5856B800080000EB3390\n\n# Media Check 1\nSM|default.xbe|C00001FF"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/the punisher (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: The Punisher\n# TitleID: 54510018\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|CBF30F590D481D38000F2FE1F30F114C|CBF30F590D7CEA38000F2FE1F30F114C\nHR|defaultws.xbe|1|05C4153800D8F1D91DF83BD400D84C24|0594163800D8F1D91DF83BD400D84C24\nHR|defaultws.xbe|1|442468D80D781638008B0D6C3BD400F30F102DC01538008B742460D80D84EA3800F30F2AD1890DD89C5100D80DC0153800A2B47BBA00A1683BD400F30F2AE0D9F2F30F1105CC9C51008BCBA3DC9C51008B01A39C3DD4008B51040F28C4F30F59C5F30F1105D49C5100F30F5905281738000F28DAF30F59159C7BBA008915A03DD400558B6908F30F59DDF30F1105A87BBA000F57C0B909000000BF783DD400F30F111DD09C5100F30F591D001B3800F30F5ED4892DA43DD400F3A5F30F1105D03DD400F30F1105D43DD400F30F1105D83DD400F30F1105E03DD400F30F1105E43DD400F30F1105E83DD400F30F1105F03DD400F30F1105F43DD400F30F1105F83DD4000F28C1F30F5E056CEA3800F30F111DB07BBA000F28D8F30F11542410B909000000BE783DD400BFFC3DD400F30F110DCC3DD400F30F110DDC3DD400F30F110DEC3DD400F30F110D74EA3800F3A5A3203ED4008915243ED400892D283ED400F30F1105343ED400F30F5EC8DDD8D95C246CF30F1064246CF30F5EDCF30F59E20F28D0F30F5ED4F30F111D2C3ED400|442468D80D481D38008B0D6C3BD400F30F102DC01538008B742460F30F2AD1890DD89C5100A2B47BBA00A1683BD400F30F2AE0D9F2F30F1105CC9C51008BCBA3DC9C51008B01A39C3DD4008B51040F28C4F30F59C5F30F1105D49C5100F30F5905281738000F28DAF30F59159C7BBA008915A03DD400558B6908F30F59DDF30F1105A87BBA000F57C0B909000000BF783DD400F30F111DD09C5100F30F591D001B3800F30F5ED4892DA43DD400F3A5F30F1105D03DD400F30F1105D43DD400F30F1105D83DD400F30F1105E03DD400F30F1105E43DD400F30F1105E83DD400F30F1105F03DD400F30F1105F43DD400F30F1105F83DD4000F28C1F30F5E056CEA3800F30F111DB07BBA000F28D8F30F11542410B909000000BE783DD400BFFC3DD400F30F110DCC3DD400F30F110DDC3DD400F30F110DEC3DD400F30F110D74EA3800F3A5A3203ED4008915243ED400892D283ED400F30F1105343ED400F30F5EC8DDD8D95C246CF30F1064246CF30F5EDCF30F59E20F28D0F30F5ED4F30F591D9416380090909090F30F111D2C3ED400\nHR|defaultws.xbe|1|05D417380083C910894E28EB10F30F10|059416380083C910894E28EB10F30F10\nHR|defaultws.xbe|1|398EE33D0000444317B7513800000000|398EE33D00004443C5B51E3C00000000\nHR|defaultws.xbe|1|00A15C3BD400F30F2AC1F30F5905D417|00A15C3BD400F30F2AC1F30F59059416"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/the sims 2 (a).pf",
    "content": "# Author: Rocky5\n# Credits: Rocky5\n# Info: Adds a xbe title (The Sims 2) and patches the HDD check.\n# Region: MULTI\n# Title: The Sims 2\n# TitleID: 4541038B\n# Type: Multi Patch\n\nCP|default.xbe|default_orig.xbe\nOF|default.xbe|400|5400680065002000530069006D007300200032\nHR|default.xbe|1|8BC8FF1284C075178B0D|8BC8FF1284C0EB178B0D"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/toca race driver 3 (a).pf",
    "content": "# Author: Lord Crass\n# Credits: Lord Crass\n# Info: Fixes long file name check, removes FatX checks, disables save corruption and sector offset protection.\n# Region: MULTI\n# Title: Race Driver 3\n# TitleID: 434d0050\n# Type: Multi Patch\n\nCP|default.xbe|default_orig.xbe\nRM|dashupdate.xbe|update.xbe\n\n# Rename the long files (assumes they are already truncated at 42 characters)\nMV|015662574029570062573498458618274029349857|01566257402957006257\nMV|071362571270516956224586848573710713625712|07136257127051695622\nMV|514379286257514395994055516907134055562284|51437928625751439599\nMV|737101561827458646126257684072935622458684|73710156182745864612\nMV|737101561827458668148485015672935622904223|73710156182745866814\n\n# Remove first FATX check\nHR|default.xbe|1|85C07508C7442420000048008D44241C|85C0750890909090909090908D44241C\n\n# Fix internal generation of long file names\nHR|default.xbe|1|C744242014000000EB038D49|C744242005000000EB038D49\n\n# Hardcode internal sector offset key to 7d07c\nHR|default.xbe|1|8bf056e800f00300|b87cd00700909090\n\n# Return default bogus offset for query and avoid second FATX/GDFX check\nHR|default.xbe|1|568d450850ff3530c7340083ceff|be563412008bc65ec9c204009090\n\n# Remove silent save corrupter\nHR|default.xbe|1|C705EC6A3A0000000000|90909090909090909090"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/top spine (n).pf",
    "content": "# Author: Esppiral\n# Credits: Esppiral - https://discord.gg/8wKbXuqp\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Top Spin\n# TitleID: 4D530035\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|398EE33F|398EE33F"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/unreal championship (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Unreal Championship\n# TitleID: 49470024\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|8986A0000000899E30010000C78634010000E17AD43F899E8C000000899E9C000000899E980000008B82D00000003BC389466074068B40348946388B4C24245F899EA40100008BC65E5D64890D000000005B83C420C39090909090|B80000403F8986A0000000899E30010000C78634010000E17AD43F899E8C000000899E9C000000899E980000008B82D00000003BC389466074068B40348946388B4C24245F899EA40100008BC65E5D64890D000000005B83C420C3"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/unreal championship 2 (n).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: NTSC\n# Title: Unreal Championship 2: The Liandri Conflict\n# TitleID: 4D570021\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nRM|dashupdate.xbe|update.xbe\n\nHR|defaultws.xbe|1|8D442420D95C2430C744242000000000C744242400000000D95C2444C74424280000803FC744242C00000000|D80DE4DC3F00908D442420D95C2430B900000000894C2420894C2424D95C2444C74424280000803F894C242C\nHR|defaultws.xbe|1|C744242000000000D95C2430C744242400000000C74424280000803FD95C2444C744242C00000000|D80DE4DC3F0090B80000000089442420D95C243089442424C74424280000803FD95C24448944242C\n\n# menu and HUD fix (optional / has minor issues)\nHR|defaultws.xbe|1|0000C78424B000000000000000C78424B400000000000000C78424B80000000000803FD95C2420D905E4DB3F00D87544|803EC78424B000000000000000C78424B400000000000000C78424B80000000000803FD95C2420D905E4DB3F00D87544\nHR|defaultws.xbe|1|246CC744243C0000803FC744244000000000D825D8D93F00C744244400000000C744244800000000C744244C00000000|246CC744243C0000403FC744244000000000D825D8D93F00C744244400000000C744244800000000C744244C00000000\n\n# FMV's fix\nHR|defaultws.xbe|1|C7442410000000BFC7442414000000BFC744241800000000C744241C0000803FC744242000000000C744242400000000C7442428000000BFC744242C00C0EF43C744243000000000C74424340000803FC744243800000000C744243C0000F043C744244000E01F44C744244400C0EF43C744244800000000C744244C0000803FC744245000002044C74424540000F043C744245800E01F44C744245C000000BF|C74424100000A042C7442414000000BFC744241800000000C744241C0000803FC744242000000000C744242400000000C74424280000A042C744242C00C0EF43C744243000000000C74424340000803FC744243800000000C744243C0000F043C744244000000C44C744244400C0EF43C744244800000000C744244C0000803FC744245000002044C74424540000F043C744245800000C44C744245C000000BF"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/whiplash (p).pf",
    "content": "# Author: Nemesis2000\n# Credits: Nemesis2000 - http://ps2wide.net/xbox.html\n# Info: Patches in widescreen aspect ratio.\n# Region: PAL\n# Title: Whiplash\n# TitleID: 45530011\n# Type: Widescreen Patch\n\nCP|default.xbe|defaultws.xbe\nHR|defaultws.xbe|1|BE9FAA3F|398EE33F"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches/world soccer winning eleven 9 (n).pf",
    "content": "# Author: Rocky5\n# Credits: Rocky5\n# Info: Enables the crowd on all camera angles and always use the highest LOD for players.\n# Region: NTSC\n# Title: World Soccer Winning Eleven 9\n# TitleID: 4B4E002F\n# Type: Multi Patch\n\nCP|default.xbe|default_orig.xbe\nRM|dashupdate.xbe|update.xbe\n\n# flicker filter removal\n# OF|default.xbe|4203058|90903935FCF64E006A008B80281C00006A0090\n# OF|default.xbe|4210550|55908B86281C00006A00\n\n# crowd enabled in all views\nOF|default.xbe|440192|C3\n\n# highest LOD levels\nOF|default.xbe|5502496|3066310030663100306631003066"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/resources/skins/default/xml/main.xml",
    "content": "<window id=\"129\">\n\t<defaultcontrol always=\"true\">3000</defaultcontrol>\n\t<!-- <zorder>20</zorder> -->\n\t<coordinates>\n\t\t<system>1</system>\n\t\t<left>320</left>\n\t\t<top>10</top>\n\t</coordinates>\n\t<controls>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/user patches/dino crisis 3 720p (p).pf",
    "content": "# Author: SilverRock\n# Credits: SilverRock OGXbox forum\n# Info: Enhances resolution to 720p.[CR]64mb = No[CR]128mb = Yes[CR]Widescreen dashboard = Yes[CR]Force it into NTSC to use 720p\n# Region: PAL\n# Title: DINO CRISIS 3\n# TitleID: 43430003\n# Type: 720p Resolution patch\n\nCP|default.xbe|default720p.xbe\nOF|default720p.xbe|292|00|1513350|0005|1513360|D002|1552256|EB|1683692|0005D002020A0B"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/File Patcher/user patches/dino crisis 3 720p (u).pf",
    "content": "# Author: SilverRock\n# Credits: SilverRock OGXbox forum, Updated for NTSC version Rocky5\n# Info: Enhances resolution to 720p.[CR]64mb = No[CR]128mb = Yes[CR]Widescreen dashboard = Yes\n# Region: NTSC\n# Title: DINO CRISIS 3\n# TitleID: 43430003\n# Type: 720p Resolution patch\n\nCP|default.xbe|default720p.xbe\nOF|default720p.xbe|292|00|1621670|0005|1621680|D002|1680501|EB|1900308|0005D002020A0B"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Generate Favourites/addon.xml",
    "content": "<?xml version=\"1.0\" encoding=\"Windows-1252\" standalone=\"yes\"?>\r\n<addon id=\"Generate Favourites\" name=\"Generate Favourites\" version=\"1.0.0\" provider-name=\"Rocky5\">\r\n\t\t<requires>\r\n\t\t\t\t<import addon=\"xbmc.python\" version=\"1.0\" />\r\n\t\t</requires>\r\n\t\t<extension point=\"xbmc.python.script\" library=\"default.py\" />\r\n\t\t<extension point=\"xbmc.addon.metadata\">\r\n\t\t\t\t<platform>all</platform>\r\n\t\t\t\t<summary lang=\"en\">Generate Favourites</summary>\r\n\t\t\t\t<description lang=\"en\">Used to create a favourites.xml from all your games.</description>\r\n\t\t</extension>\r\n</addon>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Generate Favourites/default.py",
    "content": "'''\n\tScript by Rocky5\n\tUsed to create a favourites.xml from all your games.\n'''\nimport os, sys\nimport xbmcgui, xbmcaddon\nAddon = xbmcaddon.Addon('Generate Favourites')\n#####\tScript constants\n__scriptname__ = Addon.getAddonInfo('name')\n__id__ = Addon.getAddonInfo('id')\n__author__ = Addon.getAddonInfo('author')\n__version__ = Addon.getAddonInfo('version')\n__path__ = Addon.getAddonInfo('path')\ngetLocalizedString = Addon.getLocalizedString\ngetSetting = Addon.getSetting\nprint '[SCRIPT][%s] version %s initialized!' % (__scriptname__, __version__)\nif (__name__ == \"__main__\"):\n\timport resources.lib.__init__ as __init__\n\tui = __init__.GUI('%s.xml' %  \"main\",__path__, 'default')\n\t# Close the script loading dialog\n\txbmc.executebuiltin('Dialog.Close(1100,false)')\n\tui.doModal()\n\tdel ui"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Generate Favourites/resources/__init__.py",
    "content": "# Dummy file to make this directory a package.\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Generate Favourites/resources/language/English/strings.xml",
    "content": "<strings>\r\n\t\t<string id=\"3101\">Info</string>\r\n\t\t<string id=\"3102\">MyPrograms6.db = Uses the MyPrograms6 database.[CR]Games Directories = Uses the Games Directories.</string>\r\n\t\t<string id=\"3103\">MyPrograms6.db</string>\r\n\t\t<string id=\"3104\">Games Directories</string>\r\n\t\t<string id=\"3105\">Remove</string>\r\n</strings>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Generate Favourites/resources/lib/__init__.py",
    "content": "import os, sys\r\nimport xbmc, xbmcgui\r\nWorking_Directory\t= os.getcwd()+\"\\\\\"\r\ngetLocalizedString = sys.modules['__main__'].getLocalizedString\r\nclass GUI(xbmcgui.WindowXMLDialog):\r\n\tdef __init__(self, *args, **kwargs):\r\n\t\txbmcgui.WindowXMLDialog.__init__(self, *args, **kwargs)\r\n\tdef onInit(self):\r\n\t\tself.action_exitkeys_id = [10, 92]\r\n\t\t# get control ids\r\n\t\tself.control_id_button_button1\t= 3000\r\n\t\tself.control_id_button_button2\t= 3001\r\n\t\tself.control_id_button_button3\t= 3002\r\n\t\tself.control_id_button_button4\t= 3003\r\n\t\t# translation ids\r\n\t\tself.translation_id_button1\t\t\t= 3101\r\n\t\tself.translation_id_button1_info\t= 3102\r\n\t\tself.translation_id_button2\t\t\t= 3103\r\n\t\tself.translation_id_button3\t\t\t= 3104\r\n\t\tself.translation_id_button4\t\t\t= 3105\r\n\t\t# set actions\r\n\t\tself.button_button1 = self.getControl(self.control_id_button_button1)\r\n\t\tself.button_button2 = self.getControl(self.control_id_button_button2)\r\n\t\tself.button_button3 = self.getControl(self.control_id_button_button3)\r\n\t\tself.button_button3 = self.getControl(self.control_id_button_button4)\r\n\t\t# translate buttons\r\n\t\tself.button_button1.setLabel(getLocalizedString(self.translation_id_button1))\r\n\t\tself.button_button2.setLabel(getLocalizedString(self.translation_id_button2))\r\n\t\tself.button_button3.setLabel(getLocalizedString(self.translation_id_button3))\r\n\t\tself.button_button3.setLabel(getLocalizedString(self.translation_id_button4))\r\n\tdef onAction(self, action):\r\n\t\tif action in self.action_exitkeys_id:\r\n\t\t\tself.close()\r\n\tdef onFocus(self, controlId):\r\n\t\tpass\r\n\tdef onClick(self, controlId):\t\t\t\r\n\t\tif controlId == self.control_id_button_button1:\r\n\t\t\txbmcgui.Dialog().ok(getLocalizedString(self.translation_id_button1),\"\",getLocalizedString(self.translation_id_button1_info))\r\n\t\tif controlId == self.control_id_button_button2:\r\n\t\t\txbmc.executebuiltin(\"RunScript(\"+Working_Directory+\"\\\\resources\\\\lib\\\\default.py)\")\r\n\t\telif controlId == self.control_id_button_button3:\r\n\t\t\txbmc.executebuiltin(\"RunScript(\"+Working_Directory+\"\\\\resources\\\\lib\\\\default.py,1,0)\")\r\n\t\telif controlId == self.control_id_button_button4:\r\n\t\t\tos.remove(xbmc.translatePath(\"special://profile/favourites.xml\"))\r\n\t\t\txbmcgui.Dialog().ok('Done','','Removed favourites.xml')"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Generate Favourites/resources/lib/default.py",
    "content": "# -*- coding: utf-8 -*-\n'''\n\tScript by Rocky5 (original idea headphone)\n\tUsed to create a favourites.xml from all your games.\n\tEnabled if you want the games directory (ie, E:\\Games\\, F:\\Games\\, or G:\\Games\\) to be used to build the xml.\n\tYou can also enabled the TBN option, this will use the default.tbn files, instead of the cached versions XBMC has made. \n\t\tUse Games+default.tbn  = RunScript(Special://xbmc/scripts/XBMC4Gamers/Utilities/Generate Favourites.py,1,1)\n\t\tUse Games+cached tbn   = RunScript(Special://xbmc/scripts/XBMC4Gamers/Utilities/Generate Favourites.py,1,0)\n\t\tUse MyPrograms6.db     = RunScript(Special://xbmc/scripts/XBMC4Gamers/Utilities/Generate Favourites.py,0,0)\n\t\tUse MyPrograms6.db     = RunScript(Special://xbmc/scripts/XBMC4Gamers/Utilities/Generate Favourites.py)\n'''\nimport glob\nimport operator\nimport os\nimport sqlite3\nimport struct\nimport sys\nimport xbmc\nimport xbmcgui\nimport xml.etree.ElementTree as ET\nfrom xml.dom import minidom\n\ndef XbeInfo(FileName):\n\ttry:\n\t\tif os.path.isfile(FileName) and FileName.endswith('.xbe'):\n\t\t\twith open(FileName, 'rb') as xbe:\n\t\t\t\txbe.seek(0x104)\n\t\t\t\tLoadAddr = struct.unpack('L', xbe.read(4))\n\t\t\t\txbe.seek(0x118)\n\t\t\t\tCertLoc = struct.unpack('L', xbe.read(4))\n\t\t\t\tCertBase = CertLoc[0] - LoadAddr[0] + 8\n\t\t\t\txbe.seek(CertBase)\n\t\t\t\tIdData = struct.unpack('L', xbe.read(4))\n\t\t\t\tXbeTitle = ''.join([unichr(dta) for dta in struct.unpack('40H', xbe.read(0x0050)) if dta != 0])\n\t\t\treturn str(XbeTitle)\n\t\treturn {}\n\texcept Exception as e:\n\t\tprint(\"Error reading XBE: {}\".format(e))\n\t\treturn {}\n\ndef custom_text_factory(data):\n\treturn data.decode('utf-8', 'ignore')  # Ignore decoding errors\n\ndef create_favourites_xml():\n\ttry:\n\t\tUse_Game_Directory = sys.argv[1] if len(sys.argv) > 1 else \"0\"\n\t\tUse_Game_Directory_TBN = sys.argv[2] if len(sys.argv) > 2 else \"0\"\n\n\t\t# Constants and variables...\n\t\tCurrent_Profile_Directory = xbmc.translatePath('special://profile/')\n\t\tGame_Directories = [\"E:\\\\Games\\\\\", \"F:\\\\Games\\\\\", \"G:\\\\Games\\\\\"]\n\t\tFavourites_XML = xbmc.translatePath(\"special://profile/favourites.xml\")\n\t\tMyPrograms6_db = xbmc.translatePath(\"special://profile/Database/MyPrograms6.db\")\n\t\tpDialog = xbmcgui.DialogProgress()\n\t\tdialog = xbmcgui.Dialog()\n\t\tCountList = 0\n\n\t\t# Check if MyPrograms6.db exists\n\t\tif os.path.isfile(MyPrograms6_db):\n\t\t\tif os.path.isfile(Favourites_XML):\n\t\t\t\tos.remove(Favourites_XML)\n\n\t\t\troot = ET.Element(\"favourites\")\n\n\t\t\tif Use_Game_Directory == \"1\":\n\t\t\t\t# Use game directories...\n\t\t\t\tpDialog.create('Building Favourites.xml', '', 'Using the Games directory to build the favourites.xml')\n\t\t\t\ttotal_games = sum(len(os.listdir(Game_Directory)) for Game_Directory in Game_Directories if os.path.isdir(Game_Directory))\n\t\t\t\tprocessed_games = 0\n\n\t\t\t\tfor Game_Directory in Game_Directories:\n\t\t\t\t\tif os.path.isdir(Game_Directory):\n\t\t\t\t\t\tfor Items in sorted(os.listdir(Game_Directory)):\n\t\t\t\t\t\t\tGame_Path = os.path.join(Game_Directory, Items)\n\t\t\t\t\t\t\tif os.path.isdir(Game_Path):\n\t\t\t\t\t\t\t\tfor Path in glob.glob(os.path.join(Game_Path, \"default.xbe\")):\n\t\t\t\t\t\t\t\t\tprocessed_games += 1\n\t\t\t\t\t\t\t\t\tpDialog.update((processed_games * 100) // total_games, \"Scanning Games\", Items)\n\t\t\t\t\t\t\t\t\tXBETitle = XbeInfo(Path)\n\t\t\t\t\t\t\t\t\tThumbCache = xbmc.getCacheThumbName(Path)\n\t\t\t\t\t\t\t\t\tPathXBE = Path.replace(\"\\\\\", \"\\\\\\\\\")\n\t\t\t\t\t\t\t\t\tPathTBN = Path.replace(\"xbe\", \"tbn\")\n\t\t\t\t\t\t\t\t\tfavourite = ET.SubElement(root, \"favourite\")\n\t\t\t\t\t\t\t\t\tfavourite.set(\"name\", XBETitle if XBETitle else Items)\n\t\t\t\t\t\t\t\t\tfavourite.set(\"thumb\", PathTBN if Use_Game_Directory_TBN == \"1\" else Current_Profile_Directory + \"Thumbnails\\\\Programs\\\\\" + ThumbCache[0] + \"\\\\\" + ThumbCache)\n\t\t\t\t\t\t\t\t\tfavourite.text = 'RunXBE(\"{}\")'.format(PathXBE)\n\t\t\t\t\t\t\t\t\tCountList += 1\n\t\t\telse:\n\t\t\t\t# Use MyPrograms6.db...\n\t\t\t\tpDialog.create('Building Favourites.xml', '', 'Using MyPrograms6.db to build the favourites.xml')\n\t\t\t\tcon = sqlite3.connect(MyPrograms6_db)\n\t\t\t\tcon.text_factory = custom_text_factory\n\t\t\t\tcur = con.cursor()\n\t\t\t\tcur.execute(\"SELECT * FROM files ORDER BY title COLLATE NOCASE\")\n\t\t\t\trows = cur.fetchall()\n\t\t\t\ttotal_rows = len(rows)\n\n\t\t\t\tfor row_count, row in enumerate(rows, start=1):\n\t\t\t\t\ttitle, xbe_path = row[3], row[1].replace('\\\\', '\\\\\\\\')\n\t\t\t\t\tThumbCache = xbmc.getCacheThumbName(row[1])\n\t\t\t\t\tif os.path.isdir(row[1][:9]) and os.path.isfile(row[1]):\n\t\t\t\t\t\tpDialog.update((row_count * 100) // total_rows, \"Scanning Games\", title)\n\t\t\t\t\t\tfavourite = ET.SubElement(root, \"favourite\")\n\t\t\t\t\t\tfavourite.set(\"name\", title)\n\t\t\t\t\t\tfavourite.set(\"thumb\", Current_Profile_Directory + \"Thumbnails\\\\Programs\\\\\" + ThumbCache[0] + \"\\\\\" + ThumbCache)\n\t\t\t\t\t\tfavourite.text = 'RunXBE(\"{}\")'.format(xbe_path)\n\t\t\t\t\t\tCountList += 1\n\n\t\t\ttree_str = ET.tostring(root)\n\t\t\tpretty_xml = minidom.parseString(tree_str).toprettyxml(indent=\"  \")\n\n\t\t\twith open(Favourites_XML, 'w') as f:\n\t\t\t\tf.write(pretty_xml.encode('ascii', 'ignore').decode('ascii'))\n\n\t\t\tpDialog.update(100, 'Please wait')\n\t\t\tpDialog.close()\n\t\t\tdialog.ok('Building Favourites.xml', '', 'Done.')\n\t\telse:\n\t\t\tdialog.ok(\"Error\", \"\", \"MyPrograms6.db is missing.\")\n\texcept Exception as e:\n\t\tprint(\"Error: {}\".format(e))\n\t\tdialog.ok(\"Error\", \"\", \"An unexpected error occurred.\")\n\nif __name__ == \"__main__\":\n\tcreate_favourites_xml()\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Generate Favourites/resources/skins/default/xml/main.xml",
    "content": "<window id=\"129\">\r\n\t<defaultcontrol always=\"false\">3000</defaultcontrol>\r\n\t<!-- <zorder>20</zorder> -->\r\n\t<coordinates>\r\n\t\t<system>1</system>\r\n\t\t<left>0</left>\r\n\t\t<top>0</top>\r\n\t</coordinates>\r\n\t<controls>\r\n\t\t<control type=\"image\">\r\n\t\t\t<description>underlay image</description>\r\n\t\t\t<left>0</left>\r\n\t\t\t<top>0</top>\r\n\t\t\t<width>1280</width>\r\n\t\t\t<height>720</height>\r\n\t\t\t<texture>main-underlay.png</texture>\r\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" time=\"200\">WindowOpen</animation>\r\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"200\">WindowClose</animation>\r\n\t\t</control>\r\n\t\t<control type=\"group\">\r\n\t\t\t<left>447</left>\r\n\t\t\t<top>215</top>\r\n\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"200\" time=\"500\">WindowOpen</animation>\r\n\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" time=\"500\">WindowClose</animation>\r\n\t\t\t<control type=\"image\">\r\n\t\t\t\t<description>background image</description>\r\n\t\t\t\t<left>0</left>\r\n\t\t\t\t<top>0</top>\r\n\t\t\t\t<width>386</width>\r\n\t\t\t\t<height>290</height>\r\n\t\t\t\t<texture>main-background.png</texture>\r\n\t\t\t\t<aspectratio>stretch</aspectratio>\r\n\t\t\t</control>\r\n\t\t\t<control type=\"label\">\r\n\t\t\t\t<description>heading label</description>\r\n\t\t\t\t<left>0</left>\r\n\t\t\t\t<top>28</top>\r\n\t\t\t\t<width>386</width>\r\n\t\t\t\t<height>0</height>\r\n\t\t\t\t<align>center</align>\r\n\t\t\t\t<font>size_20</font>\r\n\t\t\t\t<label>Generate Favourites</label>\r\n\t\t\t\t<textcolor>FF000000</textcolor>\r\n\t\t\t</control>\r\n\t\t\t<control type=\"grouplist\">\r\n\t\t\t\t<description>custom grouplist for context buttons</description>\r\n\t\t\t\t<left>43</left>\r\n\t\t\t\t<top>84</top>\r\n\t\t\t\t<width>386</width>\r\n\t\t\t\t<height>290</height>\r\n\t\t\t\t<itemgap>0</itemgap>\r\n\t\t\t\t<control type=\"button\" id=\"3000\">\r\n\t\t\t\t\t<description>Action Button</description>\r\n\t\t\t\t\t<width>300</width>\r\n\t\t\t\t\t<height>42</height>\r\n\t\t\t\t\t<font>size_23</font>\r\n\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t<textcolor>F5FFFFFFF</textcolor>\r\n\t\t\t\t\t<focusedcolor>FFFFFFFF</focusedcolor>\r\n\t\t\t\t\t<label>Info</label>\r\n\t\t\t\t\t<texturefocus border=\"2\">main-button-focus.png</texturefocus>\r\n\t\t\t\t\t<texturenofocus border=\"2\">main-button-nofocus.png</texturenofocus>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"button\" id=\"3001\">\r\n\t\t\t\t\t<description>Action Button</description>\r\n\t\t\t\t\t<width>300</width>\r\n\t\t\t\t\t<height>42</height>\r\n\t\t\t\t\t<font>size_23</font>\r\n\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t<textcolor>F5FFFFFFF</textcolor>\r\n\t\t\t\t\t<focusedcolor>FFFFFFFF</focusedcolor>\r\n\t\t\t\t\t<label>MyPrograms6.db</label>\r\n\t\t\t\t\t<texturefocus border=\"2\">main-button-focus.png</texturefocus>\r\n\t\t\t\t\t<texturenofocus border=\"2\">main-button-nofocus.png</texturenofocus>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"button\" id=\"3002\">\r\n\t\t\t\t\t<description>Action Button</description>\r\n\t\t\t\t\t<width>300</width>\r\n\t\t\t\t\t<height>42</height>\r\n\t\t\t\t\t<font>size_23</font>\r\n\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t<textcolor>F5FFFFFFF</textcolor>\r\n\t\t\t\t\t<focusedcolor>FFFFFFFF</focusedcolor>\r\n\t\t\t\t\t<label>Games Directories</label>\r\n\t\t\t\t\t<texturefocus border=\"2\">main-button-focus.png</texturefocus>\r\n\t\t\t\t\t<texturenofocus border=\"2\">main-button-nofocus.png</texturenofocus>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"button\" id=\"3003\">\r\n\t\t\t\t\t<description>Action Button</description>\r\n\t\t\t\t\t<width>300</width>\r\n\t\t\t\t\t<height>42</height>\r\n\t\t\t\t\t<font>size_23</font>\r\n\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t<textcolor>F5FFFFFFF</textcolor>\r\n\t\t\t\t\t<focusedcolor>FFFFFFFF</focusedcolor>\r\n\t\t\t\t\t<label>Remove</label>\r\n\t\t\t\t\t<texturefocus border=\"2\">main-button-focus.png</texturefocus>\r\n\t\t\t\t\t<texturenofocus border=\"2\">main-button-nofocus.png</texturenofocus>\r\n\t\t\t\t</control>\r\n\t\t\t</control>\r\n\t\t</control>\r\n\t</controls>\r\n</window>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Insignia Info/addon.xml",
    "content": "<?xml version=\"1.0\" encoding=\"Windows-1252\" standalone=\"yes\"?>\n<addon id=\"Insignia Info\" name=\"Insignia Info\" version=\"1.0.0\" provider-name=\"Rocky5\">\n\t\t<requires>\n\t\t\t\t<import addon=\"xbmc.python\" version=\"1.0\" />\n\t\t</requires>\n\t\t<extension point=\"xbmc.python.script\" library=\"default.py\" />\n\t\t<extension point=\"xbmc.addon.metadata\">\n\t\t\t\t<platform>all</platform>\n\t\t\t\t<summary lang=\"en\">Insignia Info</summary>\n\t\t\t\t<description lang=\"en\">Used to pull and display the current Info for Insingia (XBL resurrection).</description>\n\t\t</extension>\n</addon>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Insignia Info/default.py",
    "content": "'''\n\tScript by Rocky5 to parse insignias data.\n'''\nfrom xbmc import executebuiltin\nimport xbmcaddon\nimport resources.lib.__init__ as addon_init\n\nAddon = xbmcaddon.Addon('Insignia Info')\n__scriptname__ = Addon.getAddonInfo('name')\n__version__ = Addon.getAddonInfo('version')\n__path__ = Addon.getAddonInfo('path')\nprint \"[SCRIPT][{}] version {} initialized!\".format(__scriptname__, __version__)\n\nif __name__ == \"__main__\":\n\tui = addon_init.GUI('%s.xml' % \"main\", __path__, xbmc.getSkinDir())\n\t# Close fake loading dialog\n\texecutebuiltin('Dialog.Close(All, true)')\n\tui.doModal()\n\tdel ui"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Insignia Info/resources/__init__.py",
    "content": "# Dummy file to make this directory a package.\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Insignia Info/resources/lib/__init__.py",
    "content": "from xbmc import executebuiltin, getCondVisibility, getInfoLabel\nimport xbmcgui\nclass GUI(xbmcgui.WindowXMLDialog):\n\tdef __init__(self, *args, **kwargs):\n\t\txbmcgui.WindowXMLDialog.__init__(self, *args, **kwargs)\n\tdef onInit(self):\n\t\tself.PREVIOUS_MENU = [10]\n\t\tself.ACTION_NAV_BACK = [92]\n\t\tself.ACTION_SELECT_ITEM = [7]\n\tdef onAction(self, action):\n\t\tif action in self.PREVIOUS_MENU:\n\t\t\tself.close()\n\t\tif action in self.ACTION_NAV_BACK:\n\t\t\tif getCondVisibility('Control.HasFocus(9210)'):\n\t\t\t\tself.close()\n\t\tif action in self.ACTION_SELECT_ITEM:\n\t\t\tpass\n\t\tif action.getButtonCode() == 259:\n\t\t\tif getCondVisibility('Control.HasFocus(9201)'):\n\t\t\t\tself.close()\n\t\t\t\texecutebuiltin('ActivateWindow(1100)')\n\t\t\t\texecutebuiltin('Dialog.Close(3000, false)')\n\t\t\t\texecutebuiltin('RunScript(Special://scripts/XBMC4Gamers Extras/Insignia Info/resources/lib/update icons.py)')\n\tdef onFocus(self, controlId):\n\t\tpass\n\tdef onClick(self, controlId):\n\t\tpass"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Insignia Info/resources/lib/default.py",
    "content": "# -*- coding: utf-8 -*-\n'''\n\tScript by Rocky5 to parse OGXbox.org insignias rss feed.\n'''\nimport datetime\nimport re\nimport sqlite3\nimport time\nimport xbmcgui\nimport xml.etree.ElementTree as ET\nfrom HTMLParser import HTMLParser\nfrom os import remove\nfrom os.path import exists, getmtime ,isfile, join\nfrom sys import argv\nfrom xbmc import executehttpapi, executebuiltin, log, LOGERROR, translatePath\nfrom zipfile import ZipFile\n\nRSS_URL = 'https://ogxbox.org/rss/insignia?matchmakingonly&noevents'\nEVENTS_URL = 'https://ogxbox.org/rss/insignia?events'\nMYPROGRAMS6_DB = translatePath('special://profile/database/MyPrograms6.db')\nWINDOW = xbmcgui.Window(10002)\nSET_PROPERTY = WINDOW.setProperty\nSCRIPT_ROOT_DIR = __path__\nREFRESH_TIMEOUT = 60\n\ndef clean_description(input):\n\tdescription = re.sub(r'(?<=\\n)<br />\\n', '', input)\n\tdescription = re.sub(r'<br />$', '', description, flags=re.MULTILINE)\n\treturn description\n\ndef extract_date(title):\n\tmatch = re.search(r\"(\\w{3}, \\w{3} \\d{1,2})\", title)\n\tif match:\n\t\ttry:\n\t\t\treturn datetime.datetime.strptime(match.group(0), \"%a, %b %d\").date().replace(year=datetime.date.today().year)\n\t\texcept ValueError:\n\t\t\tpass\n\treturn None\n\ndef fetch_data(URL, Type):\n\tfile_path = 'Z:\\\\temp\\\\{}.txt'.format(Type)\n\trss_feed = '<item><title>Error</title></item>'\n\ttry:\n\t\tif not exists(file_path) or (time.time() - getmtime(file_path) > REFRESH_TIMEOUT and Type != \"events\"):\n\t\t\texecutehttpapi('FileDownloadFromInternet({}, {})'.format(URL, file_path))\n\t\twith open(file_path, 'r') as html:\n\t\t\trss_feed = html.read()\n\t\treturn rss_feed\n\texcept Exception as error:\n\t\tlog(\"Error fetching RSS feed: %s\" % error, LOGERROR)\n\t\treturn '<item><title>Error</title></item>'\n\ndef ParseDB(conn, query, params=None):\n\ttry:\n\t\tconn.text_factory = str\n\t\tcur = conn.cursor()\n\t\tcur.execute(query, params)\n\t\treturn cur.fetchall()\n\texcept sqlite3.Error as error:\n\t\tlog(\"Error executing query: %s\" % error, LOGERROR)\n\t\treturn None\n\ndef process_title_info(title_text):\n\tgame_info = {}\n\ttitle_text = HTMLParser().unescape(title_text)\n\tplayers_pos = max(title_text.find('player'), title_text.find('players'))\n\tif players_pos != -1:\n\t\tcolon_pos = title_text.rfind(':', 0, players_pos)\n\t\tif colon_pos != -1:\n\t\t\tgame_info['title'] = title_text[:colon_pos].strip()\n\t\t\tdetails = title_text[colon_pos + 1:].strip()\n\t\t\tplayers_sessions = details.split('(')\n\t\t\tgame_info['current_players'] = players_sessions[0].strip().split()[0] if players_sessions else '0'\n\t\t\tgame_info['sessions'] = players_sessions[1].strip(')') if len(players_sessions) > 1 else '0'\n\t\telse:\n\t\t\tgame_info['title'] = title_text.strip()\n\t\t\tgame_info['current_players'] = '0'\n\t\t\tgame_info['sessions'] = '0'\n\telse:\n\t\tgame_info['title'] = title_text.strip()\n\t\tgame_info['current_players'] = '0'\n\t\tgame_info['sessions'] = '0'\n\treturn game_info\n\ndef parse_sessions_data(rss_data):\n\tgames_list = []\n\timages_path = join(SCRIPT_ROOT_DIR, 'resources', 'images')\n\n\tconn = sqlite3.connect(MYPROGRAMS6_DB)\n\tconn.row_factory = sqlite3.Row\n\n\ttry:\n\t\troot = ET.fromstring(rss_data.encode('utf-8'))\n\texcept ET.ParseError as error:\n\t\tlog('Error parsing XML: %s' % error, LOGERROR)\n\t\tconn.close()\n\t\treturn\n\n\tfor item in root.findall('.//item'):\n\t\tlink = item.find('link')\n\t\tif link is not None:\n\t\t\tgame = process_title_info(item.find('title').text)\n\t\t\ttry:\n\t\t\t\tgame['titleid'] = link.text.split('/')[-1]\n\t\t\t\tquery = 'SELECT strFileName FROM files WHERE titleId = ?'\n\t\t\t\tresult = ParseDB(conn, query, (int(game['titleid'], 16),))\n\t\t\t\tgame['XBEPath'] = result[0]['strFileName'] if result else None\n\t\t\texcept (ValueError, sqlite3.Error) as error:\n\t\t\t\tlog('Error processing game data: %s' % error, LOGERROR)\n\t\t\t\tgame['XBEPath'] = None\n\n\t\t\tgame['image_path'] = join(images_path, game['titleid'] + '.png')\n\t\t\tgame['installed'] = isfile(game['XBEPath']) if game['XBEPath'] else False\n\t\t\tgames_list.append(game)\n\n\tconn.close()\n\n\tgames_list.sort(key=lambda x: int(x[\"current_players\"]), reverse=True)\n\t\n\tfor index, game in enumerate(games_list):\n\t\tSET_PROPERTY('%d.Title' % (index + 1), game['title'])\n\t\tSET_PROPERTY('%d.TitleID' % (index + 1), game['titleid'])\n\t\tSET_PROPERTY('%d.PlayerCount' % (index + 1), game['current_players'])\n\t\tSET_PROPERTY('%d.Sessions' % (index + 1), game['sessions'].replace(' sessions', '').replace(' session', ''))\n\t\tSET_PROPERTY('%d.Image' % (index + 1), game['image_path'])\n\t\tSET_PROPERTY('%d.Installed' % (index + 1), 'Yes' if game['installed'] else 'No')\n\t\tif game['installed']:\n\t\t\tSET_PROPERTY('%d.XBEPath' % (index + 1), 'RunXBE(' + game['XBEPath'] + ')')\n\ndef convert_timestamp(text):\n\tpattern = r\"<t:\\s*(\\d+)\\s*:t>\"\n\tdef replace_match(match):\n\t\ttimestamp = int(match.group(1))\n\t\treadable_time = datetime.datetime.utcfromtimestamp(timestamp).strftime('%H:%M %p')\n\t\treturn readable_time\n\treturn re.sub(pattern, replace_match, text)\n\ndef parse_events_data(rss_data):\n\ttoday = datetime.date.today()\n\ttomorrow = today + datetime.timedelta(days=1)\n\tevents_today = []\n\tevents_tomorrow = []\n\tevents_other = []\n\n\ttry:\n\t\troot = ET.fromstring(rss_data.encode('utf-8'))\n\texcept ET.ParseError as error:\n\t\tlog(\"Error parsing XML: %s\" % error, LOGERROR)\n\t\treturn []\n\n\tfor item in root.findall('.//item'):\n\t\ttitle = item.find('title')\n\t\tdescription = item.find('description')\n\n\t\tif title is not None and description is not None:\n\t\t\tevent = {\n\t\t\t\t\"title\": title.text.replace(\"event Event - \", \"\"),\n\t\t\t\t\"description\": convert_timestamp(clean_description(description.text)),\n\t\t\t\t\"date\": extract_date(title.text)\n\t\t\t}\n\n\t\t\tif \"Today\" in title.text:\n\t\t\t\tevents_today.append(event)\n\t\t\telif \"Tomorrow\" in title.text:\n\t\t\t\tevents_tomorrow.append(event)\n\t\t\telse:\n\t\t\t\tevents_other.append(event)\n\n\tevents_today.sort(key=lambda x: x[\"title\"].split(\":\")[1].strip() if \":\" in x[\"title\"] else x[\"title\"])\n\tevents_tomorrow.sort(key=lambda x: x[\"title\"].split(\":\")[1].strip() if \":\" in x[\"title\"] else x[\"title\"])\n\tevents_other.sort(key=lambda x: x[\"date\"] or datetime.date.max)\n\tevents_list = events_today + events_tomorrow + events_other\n\n\tfor index, event in enumerate(events_list):\n\t\tSET_PROPERTY('%d.Title' % (index + 1), event['title'].replace('Game Event - ', ''))\n\t\tSET_PROPERTY('%d.Description' % (index + 1), event['description'])\n\ndef main(url_type):\n\ttry:\n\t\tzip_src = join(SCRIPT_ROOT_DIR, 'resources', 'images.zip')\n\t\tzip_dst = join(SCRIPT_ROOT_DIR, 'resources')\n\t\tif exists(zip_src):\n\t\t\twith ZipFile(zip_src, 'r') as zf:\n\t\t\t\tzf.extractall(zip_dst)\n\t\t\tremove(zip_src)\n\n\t\tWINDOW.clearProperties()\n\t\t\n\t\tif url_type == 'sessions':\n\t\t\trss_data = fetch_data(RSS_URL, url_type)\n\t\t\tif rss_data:\n\t\t\t\tparse_sessions_data(rss_data)\n\t\t\t\texecutebuiltin('SetFocus(9201)')\n\t\telse:\n\t\t\trss_data = fetch_data(EVENTS_URL, url_type)\n\t\t\tif rss_data:\n\t\t\t\tparse_events_data(rss_data)\n\t\t\t\texecutebuiltin('SetFocus(9202)')\n\n\texcept Exception as error:\n\t\tlog(\"Error during script execution: %s\" % error, LOGERROR)\n\nif __name__ == '__main__':\n\targ = argv[1] if len(argv) > 1 else 'sessions'\n\tmain(arg)\n\t"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Insignia Info/resources/lib/not used/default (website).py",
    "content": "# -*- coding: utf-8 -*-\n'''\n\tScript by Rocky5 to parse insignias website.\n\tIt doesn't work 100% for session data as I need to enter games pages to extract that info\n'''\nimport sqlite3\nimport xbmcgui\nimport xml.etree.ElementTree as ET\nfrom BeautifulSoup import BeautifulSoup\nfrom HTMLParser import HTMLParser\nfrom os import remove\nfrom os.path import exists, isfile, getmtime, join\nimport time\nfrom xbmc import executehttpapi, executebuiltin, log, LOGERROR, translatePath\nfrom zipfile import ZipFile\n\nWEB_URL = \"https://insignia.live/#games\"\nMYPROGRAMS6_DB = translatePath('special://profile/database/MyPrograms6.db')\nWINDOW = xbmcgui.Window(10002)\nSET_PROPERTY = WINDOW.setProperty\nREFRESH_TIMEOUT = 60\n\ndef database_to_memory(var):\n\tdisk_conn = sqlite3.connect(var)\n\tdisk_conn.text_factory = lambda x: unicode(x, 'utf-8', 'ignore')\n\tmem_conn = sqlite3.connect(':memory:')\n\tmem_conn.text_factory = lambda x: unicode(x, 'utf-8', 'ignore')\n\tdisk_cursor = disk_conn.cursor()\n\tmem_cursor = mem_conn.cursor()\n\ttables = disk_cursor.execute(\"SELECT name FROM sqlite_master WHERE type='table';\").fetchall()\n\t\n\tfor table in tables:\n\t\ttable_name = table[0]\n\t\tcreate_table_query = disk_cursor.execute(\"SELECT sql FROM sqlite_master WHERE type='table' AND name=?;\", (table_name,)).fetchone()[0]\n\t\tmem_cursor.execute(create_table_query)\n\t\trows = disk_cursor.execute(\"SELECT * FROM {};\".format(table_name)).fetchall()\n\t\tif rows:\n\t\t\tplaceholders = \", \".join(\"?\" * len(rows[0]))\n\t\t\tfor row in rows:\n\t\t\t\ttry:\n\t\t\t\t\tmem_cursor.execute(\"INSERT INTO {} VALUES ({});\".format(table_name, placeholders), row)\n\t\t\t\texcept sqlite3.OperationalError as error:\n\t\t\t\t\tlog(\"Error inserting row: {}, Error: {}\".format(row, error), LOGERROR)\n\t\t\t\t\tcontinue\n\t\t\t\t\t\n\tmem_conn.commit()\n\tdisk_conn.close()\n\treturn mem_conn\n\ndef fetch_data():\n\tfile_path = 'Z:\\\\temp\\\\sessions_webpage.txt'\n\ttry:\n\t\tif not exists(file_path) or time.time() - getmtime(file_path) > REFRESH_TIMEOUT:\n\t\t\texecutehttpapi('FileDownloadFromInternet({}, {})'.format(WEB_URL, file_path))\n\t\twith open(file_path, 'r') as html:\n\t\t\tweb_html = html.read()\n\t\treturn web_html\n\texcept Exception as error:\n\t\tlog(\"Error fetching webpage: %s\" % error, LOGERROR)\n\t\treturn None\n\ndef ParseDB(conn, query, params=None):\n\ttry:\n\t\tconn.text_factory = str\n\t\tcur = conn.cursor()\n\t\tcur.execute(query, params)\n\t\treturn cur.fetchall()\n\texcept sqlite3.Error as error:\n\t\tlog(\"Error executing query: %s\" % error, LOGERROR)\n\t\treturn None\n\ndef parse_html(html_content):\n\tgames_list = []\n\ttry:\n\t\tsoup = BeautifulSoup(html_content)\n\t\tgames_section = soup.find(\"section\", {\"id\": \"games\"})\n\t\tif not games_section:\n\t\t\tlog(\"Games section not found in the HTML.\", LOGERROR)\n\t\t\treturn games_list\n\n\t\ttable = games_section.find(\"table\")\n\t\tif not table:\n\t\t\tlog(\"Games table not found in the HTML section.\", LOGERROR)\n\t\t\treturn games_list\n\n\t\trows = table.findAll(\"tr\")\n\t\tfor row in rows:\n\t\t\tgame = {}\n\t\t\ttry:\n\t\t\t\t# Game title\n\t\t\t\tgame_name_tag = row.findAll(\"a\")\n\t\t\t\tif game_name_tag and len(game_name_tag) > 1:\n\t\t\t\t\tgame[\"title\"] = HTMLParser().unescape(game_name_tag[1].text.strip())\n\t\t\t\telse:\n\t\t\t\t\tgame[\"title\"] = \"Unknown\"\n\n\t\t\t\t# Serial/TitleID\n\t\t\t\tserial_tag = row.findAll(\"td\")\n\t\t\t\tif len(serial_tag) > 1:\n\t\t\t\t\tserial_text = serial_tag[1].contents[0].strip() if len(serial_tag[1].contents) > 0 else \"Unknown\"\n\t\t\t\t\tgame[\"serial\"] = serial_text\n\t\t\t\t\ttitle_id_tag = serial_tag[1].find(\"small\", {\"class\": \"text-muted\"})\n\t\t\t\t\tgame[\"titleid\"] = title_id_tag.string.strip() if title_id_tag and title_id_tag.string else \"Unknown\"\n\t\t\t\telse:\n\t\t\t\t\tgame[\"serial\"] = \"Unknown\"\n\t\t\t\t\tgame[\"titleid\"] = \"Unknown\"\n\n\t\t\t\t# Players\n\t\t\t\tplayer_count_tag = serial_tag[2] if len(serial_tag) > 2 else None\n\t\t\t\tif player_count_tag and player_count_tag.text:\n\t\t\t\t\tgame[\"current_players\"] = player_count_tag.text.strip()\n\t\t\t\telse:\n\t\t\t\t\tgame[\"current_players\"] = \"-\"\n\n\t\t\t\t# Sessions\n\t\t\t\tsession_count_tag = serial_tag[3] if len(serial_tag) > 3 else None\n\t\t\t\tif session_count_tag and session_count_tag.text:\n\t\t\t\t\tsession_text = \" \".join(session_count_tag.text.split())\n\t\t\t\t\tgame[\"sessions\"] = session_text\n\t\t\t\telse:\n\t\t\t\t\tgame[\"sessions\"] = \"-\"\n\n\t\t\t\tgames_list.append(game)\n\t\t\texcept Exception as game_error:\n\t\t\t\tlog(\"Error processing row: %s\" % game_error, LOGERROR)\n\t\t\t\tcontinue\n\n\texcept Exception as error:\n\t\tlog(\"Error parsing HTML content: %s\" % error, LOGERROR)\n\n\treturn games_list\n\ndef main(games_list, SCRIPT_ROOT_DIR):\n\timages_path = join(SCRIPT_ROOT_DIR, 'resources', 'images')\n\n\tconn = sqlite3.connect(MYPROGRAMS6_DB)\n\tconn.row_factory = sqlite3.Row\n\n\tfor index, game in enumerate(games_list):\n\t\ttry:\n\t\t\tgame['titleid'] = link.text.split('/')[-1]\n\t\t\tquery = 'SELECT strFileName FROM files WHERE titleId = ?'\n\t\t\tresult = ParseDB(conn, query, (int(game['titleid'], 16),))\n\t\t\tgame['XBEPath'] = result[0]['strFileName'] if result else None\n\t\texcept (ValueError, sqlite3.Error) as error:\n\t\t\tlog('Error processing game data: %s' % error, LOGERROR)\n\t\t\tgame['XBEPath'] = None\n\n\t\tgame['image_path'] = join(images_path, game['titleid'] + '.png')\n\t\tgame['installed'] = isfile(game['XBEPath']) if game['XBEPath'] else False\n\t\tgames_list.append(game)\n\n\tconn.close()\n\t\n\tfor index, game in enumerate(games_list):\n\t\tSET_PROPERTY('%d.Title' % (index + 1), game['title'])\n\t\tSET_PROPERTY('%d.TitleID' % (index + 1), game['titleid'])\n\t\tSET_PROPERTY('%d.PlayerCount' % (index + 1), game['current_players'])\n\t\tSET_PROPERTY('%d.Sessions' % (index + 1), game['sessions'].replace(' sessions', '').replace(' session', ''))\n\t\tSET_PROPERTY('%d.Image' % (index + 1), game['image_path'])\n\t\tSET_PROPERTY('%d.Installed' % (index + 1), 'Yes' if game['installed'] else 'No')\n\t\tif game['installed']:\n\t\t\tSET_PROPERTY('%d.XBEPath' % (index + 1), 'RunXBE(' + game['XBEPath'] + ')')\n\ndef run(SCRIPT_ROOT_DIR):\n\ttry:\n\t\tzip_src = join(SCRIPT_ROOT_DIR, 'resources', 'images.zip')\n\t\tzip_dst = join(SCRIPT_ROOT_DIR, 'resources')\n\t\tif exists(zip_src):\n\t\t\twith ZipFile(zip_src, 'r') as zf:\n\t\t\t\tzf.extractall(zip_dst)\n\t\t\tremove(zip_src)\n\n\t\thtml_content = fetch_data()\n\t\tif rss_data:\n\t\t\tWINDOW.clearProperties()\n\t\t\tgames_list = parse_html(html_content) if html_content else []\n\t\t\tmain(games_list, SCRIPT_ROOT_DIR)\n\n\texcept Exception as error:\n\t\tlog(\"Error during script execution: %s\" % error, LOGERROR)"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Insignia Info/resources/lib/update icons.py",
    "content": "# -*- coding: utf-8 -*-\nfrom os.path import exists, getmtime, join\nfrom os import getcwd, makedirs\nfrom xbmc import executehttpapi, executebuiltin, log, LOGERROR\nimport xbmcgui\nfrom BeautifulSoup import BeautifulSoup\n\n# Enable the cancel button\nxbmc.executebuiltin(\"Skin.SetString(DisableCancel,)\")\nexecutebuiltin('Dialog.Close(1100, false)')\n\nURL = \"https://insignia.live/games\"\nROOT_FOLDER = getcwd().replace('\\\\resources\\\\lib', '')\nDIR = join(ROOT_FOLDER, \"resources\\\\images\")\n\npDialog = xbmcgui.DialogProgress()\npDialog.update(0)\n\ndef progress(index, total_rows, label, game_name):\n\tprogress_value = int((index + 1) / float(total_rows) * 100)\n\tpDialog.update(progress_value, \"\", \"{}[CR]{}\".format(label, game_name))\n\ntry:\n\tfile_path = 'Z:\\\\temp\\\\full_games_webpage.txt'\n\n\tif not exists(file_path):\n\t\tpDialog.create(\"Update Insignia Images\", \"\", \"Downloading data\")\n\t\texecutehttpapi('FileDownloadFromInternet({}, {})'.format(URL, file_path))\n\t\t\n\t\twith open(file_path, 'r') as html:\n\t\t\thtml_content = html.read()\n\n\t\tpDialog.update(0, \"\", \"Processing data\")\n\t\ttable_start = html_content.find('<table')\n\t\ttable_end = html_content.find('</table>') + len('</table>')\n\t\thtml_content = html_content[table_start:table_end]\n\n\t\twith open(file_path, 'w') as html:\n\t\t\thtml.write(html_content)\n\telse:\n\t\tpDialog.create(\"Update Insignia Images\", \"\", \"Reading cached data\")\n\t\twith open(file_path, 'r') as html:\n\t\t\thtml_content = html.read()\nexcept Exception as error:\n\tlog(\"Error fetching data: %s\" % error, LOGERROR)\n\tpDialog.update(0, \"\", \"Error...\")\n\txbmcgui.Dialog().ok(\"Error\", \"\", \"Couldn't download HTML data\")\n\thtml_content = \"\"\n\nif html_content:\n\ttable = BeautifulSoup(html_content).find(\"table\")\n\tif table:\n\t\trows = table.findAll(\"tr\")\n\t\tif not exists(DIR):\n\t\t\tmakedirs(DIR)\n\n\t\ttotal_rows = len(rows)\n\n\t\tfor index, row in enumerate(rows):\n\t\t\tcells = row.findAll(\"td\")\n\t\t\tif len(cells) > 1:\n\t\t\t\t\n\t\t\t\ttitle_id_tag = cells[1].find(\"small\", {\"class\": \"text-muted\"})\n\t\t\t\ttitleid = title_id_tag.string.strip() if title_id_tag and title_id_tag.string else \"Unknown\"\n\n\t\t\t\timg_tag = row.find(\"img\")\n\t\t\t\tif img_tag and titleid != \"Unknown\":\n\t\t\t\t\timg_url = img_tag[\"src\"]\n\n\t\t\t\t\tgame_name = img_tag.get(\"alt\", \"Unknown\").strip().encode('utf-8')\n\n\t\t\t\t\tfile_path = join(DIR, \"{}.png\".format(titleid))\n\n\t\t\t\t\tif exists(file_path):\n\t\t\t\t\t\tlabel = 'Skipping:'\n\t\t\t\t\t\tprogress(index, total_rows, label, game_name)\n\t\t\t\t\telse:\n\t\t\t\t\t\tlabel = 'Downloading:'\n\t\t\t\t\t\tprogress(index, total_rows, label, game_name)\n\t\t\t\t\t\ttry:\n\t\t\t\t\t\t\texecutehttpapi('FileDownloadFromInternet({},{})'.format(img_url, file_path))\n\t\t\t\t\t\texcept:\n\t\t\t\t\t\t\tcontinue\n\n\t\t\tif pDialog.iscanceled():\n\t\t\t\tbreak\n\nxbmc.sleep(500)\nexecutebuiltin('ActivateWindow(1100)')\npDialog.update(0)\npDialog.close()\n\nexecutebuiltin('RunScript({}\\\\default.py)'.format(ROOT_FOLDER))"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Insignia Info/resources/skins/Profile/xml/main.xml",
    "content": "<window type=\"dialog\" id=\"3000\">\n\t<defaultcontrol always=\"true\">9200</defaultcontrol>\n\t<!-- <zorder>20</zorder> -->\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>270</left>\n\t\t\t\t<top>180</top>\n\t\t\t\t<width>740</width>\n\t\t\t\t<height>360</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.main\">windows\\dialogs\\select_browser\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>286</left>\n\t\t\t\t<top>192</top>\n\t\t\t\t<width>709</width>\n\t\t\t\t<height>61</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.header\">windows\\dialogs\\select_browser\\header.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>Heading label</description>\n\t\t\t\t<left>313</left>\n\t\t\t\t<top>200</top>\n\t\t\t\t<width>731</width>\n\t\t\t\t<height>37</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>Insignia Info</label>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t<visible>Control.HasFocus(9200)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>Heading label</description>\n\t\t\t\t<left>313</left>\n\t\t\t\t<top>200</top>\n\t\t\t\t<width>731</width>\n\t\t\t\t<height>37</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>Active Games</label>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t<visible>Control.HasFocus(9201) | Control.HasFocus(60)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>Heading label</description>\n\t\t\t\t<left>313</left>\n\t\t\t\t<top>200</top>\n\t\t\t\t<width>731</width>\n\t\t\t\t<height>37</height>\n\t\t\t\t<font>size_28</font>\n\t\t\t\t<scroll>true</scroll>\n\t\t\t\t<align>left</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<label>Game Events</label>\n\t\t\t\t<textcolor>colour.dialog.label.header</textcolor>\n\t\t\t\t<shadowcolor>-</shadowcolor>\n\t\t\t\t<visible>Control.HasFocus(9202) | Control.HasFocus(61)</visible>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>270</left>\n\t\t\t\t<top>483</top>\n\t\t\t\t<width>740</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.a_button\">pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t\t<visible>Control.HasFocus(9200) | !StringCompare(Container(9201).NumItems,0) + !Control.HasFocus(9202) + !Control.HasFocus(61)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[424]</label>\n\t\t\t\t\t<visible>Control.HasFocus(9200) | !StringCompare(Container(9201).NumItems,0) + !Control.HasFocus(9202) + !Control.HasFocus(61)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[31108]</label>\n\t\t\t\t</control>\n\t\t\t\t<!-- Y Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture colordiffuse=\"colour.dialog.diffuse.b_button\">pad_buttons\\dialogs\\y_button.png</texture>\n\t\t\t\t\t<visible>Control.HasFocus(9201) | Control.HasFocus(60)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"40\" max=\"147\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>Update Icons</label>\n\t\t\t\t\t<visible>Control.HasFocus(9201) | Control.HasFocus(60)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<left>786</left>\n\t\t\t\t<top>263</top>\n\t\t\t\t<width>194</width>\n\t\t\t\t<height min=\"20\" max=\"210\">Auto</height>\n\t\t\t\t<itemgap>4</itemgap>\n\t\t\t\t<orientation>Vertical</orientation>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>194</width>\n\t\t\t\t\t<height>102</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture fallback=\"defaultprogram.png\">$INFO[Container(9200).ListItem.Icon]</texture>\n\t\t\t\t\t<visible>Control.HasFocus(9200)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>194</width>\n\t\t\t\t\t<height>102</height>\n\t\t\t\t\t<aspectratio>scale</aspectratio>\n\t\t\t\t\t<texture fallback=\"defaultprogram.png\">$INFO[Container(9201).ListItem.Icon]</texture>\n\t\t\t\t\t<visible>!StringCompare(Container(9201).CurrentItem,0) + Control.HasFocus(9201) | Control.HasFocus(60)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>194</width>\n\t\t\t\t\t<height>15</height>\n\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<label>[B]ID:[/B] [UPPERCASE]$INFO[Container(9201).ListItem.Property(TitleID)][/UPPERCASE]</label>\n\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t<visible>!StringCompare(Container(9201).CurrentItem,0) + Control.HasFocus(9201) | Control.HasFocus(60)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>194</width>\n\t\t\t\t\t<height>15</height>\n\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<label>[B]Installed:[/B] $INFO[Container(9201).ListItem.Property(Installed)]</label>\n\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t<visible>!StringCompare(Container(9201).CurrentItem,0) + Control.HasFocus(9201) | Control.HasFocus(60)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>194</width>\n\t\t\t\t\t<height>15</height>\n\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<label>[B]Player(s):[/B] $INFO[Container(9201).ListItem.Property(PlayerCount)]</label>\n\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t<visible>!StringCompare(Container(9201).CurrentItem,0) + Control.HasFocus(9201) | Control.HasFocus(60)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>194</width>\n\t\t\t\t\t<height>55</height>\n\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<label>[B]Session(s):[/B] $INFO[Container(9201).ListItem.Property(Sessions)]</label>\n\t\t\t\t\t<wrapmultiline>true</wrapmultiline>\n\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t<visible>!StringCompare(Container(9201).CurrentItem,0) + Control.HasFocus(9201) | Control.HasFocus(60)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"group\">\n\t\t\t\t<visible>StringCompare(Container(9201).CurrentItem,0) | StringCompare(Container(9202).CurrentItem,0)</visible>\n\t\t\t\t<!-- No items found -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>300</left>\n\t\t\t\t\t<top>263</top>\n\t\t\t\t\t<width>475</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>310</left>\n\t\t\t\t\t<top>263</top>\n\t\t\t\t\t<width>475</width>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<label>$LOCALIZE[504]</label>\n\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"list\" id=\"9200\">\n\t\t\t\t<left>300</left>\n\t\t\t\t<top>263</top>\n\t\t\t\t<width>475</width>\n\t\t\t\t<height>208</height>\n\t\t\t\t<onup>9200</onup>\n\t\t\t\t<ondown>9200</ondown>\n\t\t\t\t<onback>SetFocus(9210)</onback>\n\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t<visible allowhiddenfocus=\"true\">Control.HasFocus(9200)</visible>\n\t\t\t\t<itemlayout height=\"52\" width=\"475\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>475</width>\n\t\t\t\t\t\t<height>50</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>50</height>\n\t\t\t\t\t\t<width>455</width>\n\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"52\" width=\"475\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>475</width>\n\t\t\t\t\t\t<height>50</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>50</height>\n\t\t\t\t\t\t<width>455</width>\n\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t<selectedcolor>colour.dialog.button.nofocus</selectedcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t\t<content>\n\t\t\t\t\t<item id=\"1\">\n\t\t\t\t\t\t<icon>Special://scripts/XBMC4Gamers Extras/Insignia Info/resources/skins/Profile/media/sessions.jpg</icon>\n\t\t\t\t\t\t<label>Active Games</label>\n\t\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers Extras/Insignia Info/resources/lib/default.py,sessions)</onclick>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"2\">\n\t\t\t\t\t\t<icon>Special://scripts/XBMC4Gamers Extras/Insignia Info/resources/skins/Profile/media/events.jpg</icon>\n\t\t\t\t\t\t<label>Game Events</label>\n\t\t\t\t\t\t<onclick>RunScript(Special://scripts/XBMC4Gamers Extras/Insignia Info/resources/lib/default.py,events)</onclick>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<!-- active games -->\n\t\t\t<control type=\"list\" id=\"9201\">\n\t\t\t\t<left>300</left>\n\t\t\t\t<top>263</top>\n\t\t\t\t<width>475</width>\n\t\t\t\t<height>208</height>\n\t\t\t\t<onup>9201</onup>\n\t\t\t\t<ondown>9201</ondown>\n\t\t\t\t<onleft>60</onleft>\n\t\t\t\t<onback>SetFocus(9200)</onback>\n\t\t\t\t<pagecontrol>60</pagecontrol>\n\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t<visible allowhiddenfocus=\"true\">Control.HasFocus(9201) | Control.HasFocus(60)</visible>\n\t\t\t\t<itemlayout height=\"52\" width=\"475\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>475</width>\n\t\t\t\t\t\t<height>50</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>50</height>\n\t\t\t\t\t\t<width>455</width>\n\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"52\" width=\"475\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>475</width>\n\t\t\t\t\t\t<height>50</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<height>50</height>\n\t\t\t\t\t\t<width>455</width>\n\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t<selectedcolor>colour.dialog.button.nofocus</selectedcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t\t<content>\n\t\t\t\t\t<item id=\"1\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(1.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(1.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(1.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(1.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(1.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(1.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(1.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(1.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"2\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(2.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(2.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(2.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(2.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(2.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(2.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(2.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(2.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"3\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(3.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(3.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(3.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(3.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(3.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(3.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(3.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(3.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"4\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(4.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(4.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(4.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(4.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(4.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(4.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(4.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(4.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"5\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(5.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(5.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(5.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(5.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(5.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(5.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(5.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(5.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"6\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(6.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(6.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(6.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(6.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(6.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(6.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(6.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(6.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"7\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(7.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(7.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(7.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(7.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(7.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(7.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(7.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(7.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"8\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(8.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(8.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(8.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(8.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(8.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(8.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(8.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(8.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"9\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(9.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(9.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(9.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(9.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(9.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(9.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(9.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(9.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"10\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(10.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(10.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(10.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(10.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(10.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(10.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(10.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(10.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"11\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(11.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(11.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(11.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(11.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(11.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(11.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(11.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(11.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"12\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(12.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(12.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(12.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(12.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(12.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(12.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(12.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(12.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"13\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(13.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(13.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(13.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(13.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(13.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(13.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(13.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(13.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"14\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(14.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(14.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(14.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(14.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(14.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(14.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(14.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(14.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"15\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(15.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(15.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(15.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(15.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(15.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(15.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(15.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(15.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"16\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(16.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(16.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(16.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(16.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(16.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(16.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(16.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(16.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"17\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(17.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(17.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(17.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(17.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(17.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(17.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(17.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(17.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"18\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(18.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(18.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(18.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(18.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(18.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(18.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(18.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(18.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"19\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(19.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(19.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(19.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(19.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(19.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(19.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(19.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(19.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"20\">\n\t\t\t\t\t\t<icon>$INFO[Window(10002).Property(20.Image)]</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(20.Title)]</label>\n\t\t\t\t\t\t<property name=\"Installed\">$INFO[Window(10002).Property(20.Installed)]</property>\n\t\t\t\t\t\t<property name=\"PlayerCount\">$INFO[Window(10002).Property(20.PlayerCount)]</property>\n\t\t\t\t\t\t<property name=\"Sessions\">$INFO[Window(10002).Property(20.Sessions)]</property>\n\t\t\t\t\t\t<property name=\"TitleID\">$INFO[Window(10002).Property(20.TitleID)]</property>\n\t\t\t\t\t\t<onclick>$INFO[Window(10002).Property(20.XBEPath)]</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(20.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"60\">\n\t\t\t\t<left>296</left>\n\t\t\t\t<top>263</top>\n\t\t\t\t<width>4</width>\n\t\t\t\t<height>206</height>\n\t\t\t\t<onright>9201</onright>\n\t\t\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\n\t\t\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\n\t\t\t\t<textureslidernib>-</textureslidernib>\n\t\t\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t\t\t<showonepage>false</showonepage>\n\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t<visible>Control.IsVisible(9201)</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"40\" end=\"100\" time=\"100\">Focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"40\" time=\"100\" condition=\"!Control.HasFocus(60)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>number of files in list text label</description>\n\t\t\t\t<right>295</right>\n\t\t\t\t<bottom>197</bottom>\n\t\t\t\t<width>200</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>false</scroll>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<label>$INFO[Container(9201).CurrentItem]/$INFO[Container(9201).NumItems]</label>\n\t\t\t\t<visible>Control.IsVisible(9201)</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"75\" time=\"100\">Visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"75\" end=\"0\" time=\"0\">Hidden</animation>\n\t\t\t</control>\n\t\t\t<!-- events list -->\n\t\t\t<control type=\"list\" id=\"9202\">\n\t\t\t\t<left>300</left>\n\t\t\t\t<top>263</top>\n\t\t\t\t<width>680</width>\n\t\t\t\t<height>210</height>\n\t\t\t\t<onup>9202</onup>\n\t\t\t\t<ondown>9202</ondown>\n\t\t\t\t<onleft>61</onleft>\n\t\t\t\t<onback>SetFocus(9200)</onback>\n\t\t\t\t<pagecontrol>61</pagecontrol>\n\t\t\t\t<scrolltime>200</scrolltime>\n\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t<preloaditems>2</preloaditems>\n\t\t\t\t<visible allowhiddenfocus=\"true\">Control.HasFocus(9202) | Control.HasFocus(61)</visible>\n\t\t\t\t<itemlayout height=\"46\" width=\"680\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>680</width>\n\t\t\t\t\t\t<height>44</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\select_browser\\button_no_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>660</width>\n\t\t\t\t\t\t<height>44</height>\n\t\t\t\t\t\t<font>size_20</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<scroll>false</scroll>\n\t\t\t\t\t</control>\n\t\t\t\t</itemlayout>\n\t\t\t\t<focusedlayout height=\"118\" width=\"680\">\n\t\t\t\t\t<control type=\"image\">\n\t\t\t\t\t\t<left>0</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>680</width>\n\t\t\t\t\t\t<height>116</height>\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t\t<texture border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\select_browser\\button_focus.png</texture>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"label\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>0</top>\n\t\t\t\t\t\t<width>660</width>\n\t\t\t\t\t\t<height>30</height>\n\t\t\t\t\t\t<font>size_24</font>\n\t\t\t\t\t\t<align>left</align>\n\t\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t<selectedcolor>colour.dialog.button.nofocus</selectedcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label]</label>\n\t\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t</control>\n\t\t\t\t\t<control type=\"textbox\">\n\t\t\t\t\t\t<left>10</left>\n\t\t\t\t\t\t<top>36</top>\n\t\t\t\t\t\t<width>660</width>\n\t\t\t\t\t\t<height>77</height>\n\t\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t\t<align>justify</align>\n\t\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t\t<textcolor>colour.dialog.button.focus</textcolor>\n\t\t\t\t\t\t<selectedcolor>colour.dialog.button.nofocus</selectedcolor>\n\t\t\t\t\t\t<label>$INFO[ListItem.Label2]</label>\n\t\t\t\t\t\t<autoscroll delay=\"2000\" time=\"2500\" repeat=\"5000\" condition=\"true\">Conditional</autoscroll>\n\t\t\t\t\t</control>\n\t\t\t\t</focusedlayout>\n\t\t\t\t<content>\n\t\t\t\t\t<item id=\"1\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(1.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(1.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(1.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"2\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(2.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(2.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(2.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"3\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(3.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(3.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(3.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"4\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(4.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(4.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(4.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"5\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(5.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(5.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(5.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"6\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(6.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(6.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(6.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"7\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(7.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(7.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(7.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"8\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(8.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(8.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(8.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"9\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(9.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(9.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(9.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"10\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(10.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(10.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(10.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"11\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(11.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(11.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(11.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"12\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(12.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(12.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(12.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"13\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(13.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(13.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(13.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"14\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(14.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(14.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(14.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"15\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(15.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(15.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(15.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"16\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(16.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(16.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(16.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"17\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(17.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(17.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(17.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"18\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(18.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(18.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(18.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"19\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(19.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(19.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(19.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t\t<item id=\"20\">\n\t\t\t\t\t\t<icon>-</icon>\n\t\t\t\t\t\t<label>$INFO[Window(10002).Property(20.Title)]</label>\n\t\t\t\t\t\t<label2>$INFO[Window(10002).Property(20.Description)]</label2>\n\t\t\t\t\t\t<onclick>-</onclick>\n\t\t\t\t\t\t<visible>!IsEmpty(Window(10002).Property(20.Title))</visible>\n\t\t\t\t\t</item>\n\t\t\t\t</content>\n\t\t\t</control>\n\t\t\t<control type=\"scrollbar\" id=\"61\">\n\t\t\t\t<left>296</left>\n\t\t\t\t<top>263</top>\n\t\t\t\t<width>4</width>\n\t\t\t\t<height>206</height>\n\t\t\t\t<onright>9202</onright>\n\t\t\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\n\t\t\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\n\t\t\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbarfocus>\n\t\t\t\t<textureslidernib>-</textureslidernib>\n\t\t\t\t<textureslidernibfocus>-</textureslidernibfocus>\n\t\t\t\t<showonepage>false</showonepage>\n\t\t\t\t<orientation>vertical</orientation>\n\t\t\t\t<visible>Control.IsVisible(9202)</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"40\" end=\"100\" time=\"100\">Focus</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"100\" end=\"40\" time=\"100\" condition=\"!Control.HasFocus(61)\">Conditional</animation>\n\t\t\t</control>\n\t\t\t<control type=\"label\">\n\t\t\t\t<description>number of files in list text label</description>\n\t\t\t\t<right>295</right>\n\t\t\t\t<bottom>197</bottom>\n\t\t\t\t<width>200</width>\n\t\t\t\t<height>20</height>\n\t\t\t\t<font>size_15</font>\n\t\t\t\t<align>right</align>\n\t\t\t\t<aligny>center</aligny>\n\t\t\t\t<scroll>false</scroll>\n\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t<label>$INFO[Container(9202).CurrentItem]/$INFO[Container(9202).NumItems]</label>\n\t\t\t\t<visible>Control.IsVisible(9202)</visible>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"0\" end=\"75\" time=\"100\">Visible</animation>\n\t\t\t\t<animation reversible=\"false\" effect=\"fade\" start=\"75\" end=\"0\" time=\"0\">Hidden</animation>\n\t\t\t</control>\n\t\t</control>\n\t\t<control type=\"button\" id=\"9210\">\n\t\t\t<onfocus>Dialog.Close(3000, false)</onfocus>\n\t\t\t<visible allowhiddenfocus=\"true\">false</visible>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Remove Empty Save Folders/default.py",
    "content": "'''\n\tScript by Rocky5\n\tRemoves empty directories from TDATA and UDATA.\n'''\nimport os\nimport xbmcgui\nimport shutil\n\ndef clean_save_folders(save_directories):\n\tpDialog = xbmcgui.DialogProgress()\n\tpDialog.create(\"Cleaning Save Folders\")\n\t\n\tfor save_directory in save_directories:\n\t\tif os.path.isdir(save_directory):\n\t\t\tsave_dirs = sorted(os.listdir(save_directory))\n\t\t\ttotal_dirs = len(save_dirs)\n\n\t\t\tfor count, save_dir in enumerate(save_dirs, start=1):\n\t\t\t\tsave_path = os.path.join(save_directory, save_dir)\n\t\t\t\tprocess = ''\n\t\t\t\t\n\t\t\t\tif os.path.isdir(save_path):\n\t\t\t\t\ttry:\n\t\t\t\t\t\tsubdirectories = next(os.walk(save_path))[1]\n\t\t\t\t\t\tif subdirectories:\n\t\t\t\t\t\t\tprocess = 'Not empty, skipping'\n\t\t\t\t\t\telse:\n\t\t\t\t\t\t\tfiles = os.listdir(save_path)\n\t\t\t\t\t\t\tif any(not fname.endswith('.xbx') for fname in files):\n\t\t\t\t\t\t\t\tprocess = 'Not empty, skipping'\n\t\t\t\t\t\t\telse:\n\t\t\t\t\t\t\t\tshutil.rmtree(save_path)\n\t\t\t\t\t\t\t\tprocess = 'Found empty folder, removing'\n\t\t\t\t\texcept (StopIteration, OSError):\n\t\t\t\t\t\tprocess = 'Cannot remove folder, write protected?'\n\t\t\t\t\t\n\t\t\t\t\tprint('{} - {}'.format(save_path, process))\n\t\t\t\t\tprogress = (count * 100) // total_dirs\n\t\t\t\t\tpDialog.update(progress, \"Processing\", '{}[CR]{}'.format(save_path, process))\n\t\telse:\n\t\t\tprint(save_directory + \" does not exist.\")\n\n\tpDialog.close()\n\txbmcgui.Dialog().ok(\"Cleaning Save Folders\", \"\", \"Process Complete\")\n\nif __name__ == \"__main__\":\n\t# Close the script loading dialog\n\txbmc.executebuiltin('Dialog.Close(1100,false)')\n\tSave_Directories = [\"E:\\\\TDATA\\\\\", \"E:\\\\UDATA\\\\\"]\n\tclean_save_folders(Save_Directories)\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Run Artwork Installer/addon.xml",
    "content": "<?xml version=\"1.0\" encoding=\"Windows-1252\" standalone=\"yes\"?>\n<addon id=\"Run Artwork Installer\" name=\"Run Artwork Installer\" version=\"1.0.0\" provider-name=\"Rocky5\">\n\t\t<requires>\n\t\t\t\t<import addon=\"xbmc.python\" version=\"1.0\" />\n\t\t</requires>\n\t\t<extension point=\"xbmc.python.script\" library=\"default.py\" />\n\t\t<extension point=\"xbmc.addon.metadata\">\n\t\t\t\t<platform>all</platform>\n\t\t\t\t<summary lang=\"en\">Run Artwork Installer</summary>\n\t\t\t\t<description lang=\"en\">Used to install artwork for content on your xbox.</description>\n\t\t</extension>\n</addon>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Run Artwork Installer/default.py",
    "content": "import os, sys, glob\nimport xbmcgui, xbmcaddon\nAddon = xbmcaddon.Addon('Run Artwork Installer')\n#####\tScript constants\n__scriptname__ = Addon.getAddonInfo('name')\n__id__ = Addon.getAddonInfo('id')\n__author__ = Addon.getAddonInfo('author')\n__version__ = Addon.getAddonInfo('version')\n__path__ = Addon.getAddonInfo('path')\ngetLocalizedString = Addon.getLocalizedString\ngetSetting = Addon.getSetting\nprint '[SCRIPT][%s] version %s initialized!' % (__scriptname__, __version__)\nif (__name__ == \"__main__\"):\n\timport resources.lib.__init__ as __init__\n\tui = __init__.GUI('%s.xml' %  \"main\",__path__, 'default')\n\txbmc.executebuiltin('Skin.SetBool(ArtworkInstallerHeader)')\n\t# Close the script loading dialog\n\txbmc.executebuiltin('Dialog.Close(1100,false)')\n\tui.doModal()\n\tdel ui\n\txbmc.executebuiltin('Skin.Reset(ArtworkInstallerHeader)')"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Run Artwork Installer/resources/__init__.py",
    "content": "# Dummy file to make this directory a package.\n"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Run Artwork Installer/resources/lib/__init__.py",
    "content": "import xbmcgui\nclass GUI(xbmcgui.WindowXMLDialog):\n\tdef __init__(self, *args, **kwargs):\n\t\txbmcgui.WindowXMLDialog.__init__(self, *args, **kwargs)\n\tdef onInit(self):\n\t\tself.action_exitkeys_id = [10, 92]\n\tdef onAction(self, action):\n\t\tif action in self.action_exitkeys_id:\n\t\t\tself.close()\n\tdef onFocus(self, controlId):\n\t\tpass\n\tdef onClick(self, controlId):\n\t\tpass"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Run Artwork Installer/resources/lib/default.py",
    "content": "import os\nimport re\nimport sys\nimport time\nimport xbmc\nimport xbmcgui\n\ndef location_file(path):\n\tif os.path.isfile(path):\n\t\twith open(path, 'r') as input_file:\n\t\t\treturn input_file.readline().strip()\n\treturn \"\"\n\ndef check_version(artwork_path):\n\tversion_file = os.path.join(artwork_path, 'skins/Default/language/English/strings.po')\n\ttry:\n\t\twith open(version_file, \"r\") as strings:\n\t\t\tfor line in strings:\n\t\t\t\tif 'msgid \"v' in line.lower():\n\t\t\t\t\tversion_numbers = ''.join(re.findall(r'\\d+', line))\n\t\t\t\t\treturn int(version_numbers) >= 33 # version 3.3\n\texcept IOError:\n\t\treturn False\n\treturn False\n\ndef grab_custompaths(artwork_path):\n    guisettings_file = os.path.join(artwork_path, 'system/userdata/guisettings.xml')\n    args_custompath = [\"\"] * 20\n    try:\n        with open(guisettings_file, \"r\") as xml:\n            for line in xml:\n                for i in range(1, 21):\n                    pattern = r'default\\.custompath{}selected\">(.*?)<'.format(i)\n                    match = re.search(pattern, line.lower())\n                    if match:\n                        args_custompath[i-1] = match.group(1)\n        custompath_args = sorted([arg for arg in args_custompath if arg], key=lambda s: s.upper())\n        return ','.join(custompath_args) if custompath_args else ''\n    except IOError:\n        return ''\n\nif __name__ == \"__main__\":\n\tpath_file = 'E:\\\\UDATA\\\\09999993\\\\location.bin'\n\tdialog = xbmcgui.Dialog()\n\tpDialog = xbmcgui.DialogProgress()\n\tartwork_path = location_file(path_file)\n\targs = sys.argv[1:] + [False]*6\n\tMode, Skip, Video_Install, Large_Fanart, Try_Folder_Names, Logging = [int(arg == 'True') for arg in args[:6]]\n\t\n\tif int(xbmc.getInfoLabel('System.memory(total_no_mb)')) == 64:\n\t\txbmc.executebuiltin('Skin.Reset(ArtworkInstallerFanart)')\n\t\tLarge_Fanart = 0\n\n\tif artwork_path:\n\t\tif check_version(artwork_path):\n\t\t\tif os.path.isfile(os.path.join(artwork_path, 'default.xbe')):\n\t\t\t\tif Mode:\n\t\t\t\t\txbmc.executebuiltin('RunScript({},0,{},{},{},{},{},{})'.format(\n\t\t\t\t\t\tos.path.join(artwork_path, 'system\\\\scripts\\\\default.py'),\n\t\t\t\t\t\tSkip, Video_Install, Large_Fanart, Try_Folder_Names, Logging, grab_custompaths(artwork_path)))\n\t\t\t\telse:\n\t\t\t\t\txbmc.executebuiltin('RunScript({},0,{},{},{})'.format(\n\t\t\t\t\t\tos.path.join(artwork_path, 'system\\\\scripts\\\\manual.py'),\n\t\t\t\t\t\tVideo_Install, Large_Fanart, grab_custompaths(artwork_path)))\n\t\t\telse:\n\t\t\t\tdialog.ok('ERROR: NOT INSTALLED', \"Please ensure that the application is installed correctly. If you haven't[CR]installed it yet, download the latest version and once installed, try again.\")\n\t\t\t\txbmc.executebuiltin('Dialog.Close(1100,false)')\n\t\telse:\n\t\t\tdialog.ok('ERROR: OUT OF DATE','The installed version is out of date. Please update to the latest version[CR](3.3 or higher) to ensure compatibility and access to the latest features.')\n\t\t\txbmc.executebuiltin('Dialog.Close(1100,false)')\n\telse:\n\t\tdialog.ok('ERROR: LOCATION NOT FOUND', 'The specified location for the Xbox Artwork Installer could not be[CR]found. Please ensure that the application is correctly installed.')\n\t\txbmc.executebuiltin('Dialog.Close(1100,false)')"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/Run Artwork Installer/resources/skins/default/xml/main.xml",
    "content": "<window id=\"3000\">\n\t<defaultcontrol always=\"true\">100</defaultcontrol>\n\t<!-- <zorder>20</zorder> -->\n\t<controls>\n\t\t<include>Behind.Dialog</include>\n\t\t<control type=\"group\">\n\t\t\t<include>Dialog.Effect.Zoom.Fast</include>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>50</left>\n\t\t\t\t<top>55</top>\n\t\t\t\t<width>1180</width>\n\t\t\t\t<height>610</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.main\">windows\\settings_categories\\main.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"image\">\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>75</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>570</height>\n\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t<texture colordiffuse=\"colour.settings.diffuse.main.overlay\">windows\\settings_categories\\main_overlay.png</texture>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\">\n\t\t\t\t<description>Control Info</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>580</top>\n\t\t\t\t<width>775</width>\n\t\t\t\t<height>80</height>\n\t\t\t\t<itemgap>10</itemgap>\n\t\t\t\t<orientation>Horizontal</orientation>\n\t\t\t\t<align>center</align>\n\t\t\t\t<!-- A Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture>pad_buttons\\dialogs\\a_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"80\" max=\"300\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>Select</label>\n\t\t\t\t\t<visible>!ControlGroup(3000).HasFocus</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"80\" max=\"300\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>Run Automatic Mode</label>\n\t\t\t\t\t<visible>ControlGroup(3000).HasFocus + ControlGroup(3000).HasFocus(100)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"80\" max=\"300\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>Run Manual Mode</label>\n\t\t\t\t\t<visible>ControlGroup(3000).HasFocus + ControlGroup(3000).HasFocus(101)</visible>\n\t\t\t\t</control>\n\t\t\t\t<!-- B Button -->\n\t\t\t\t<control type=\"image\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>32</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<texture>pad_buttons\\dialogs\\b_button.png</texture>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"label\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width min=\"80\" max=\"300\">auto</width>\n\t\t\t\t\t<height>32</height>\n\t\t\t\t\t<font>size_19</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.label.context</textcolor>\n\t\t\t\t\t<label>Back</label>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<control type=\"grouplist\" id=\"3000\">\n\t\t\t\t<description>control area</description>\n\t\t\t\t<left>75</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>330</width>\n\t\t\t\t<height>520</height>\n\t\t\t\t<onleft>-</onleft>\n\t\t\t\t<onright>3001</onright>\n\t\t\t\t<onup>3000</onup>\n\t\t\t\t<ondown>3000</ondown>\n\t\t\t\t<control type=\"button\" id=\"100\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<textoffsetx>44</textoffsetx>\n\t\t\t\t\t<textoffsety>10</textoffsety>\n\t\t\t\t\t<font>size_27</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t\t<label>Automatic Mode</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts\\XBMC4Gamers Extras\\Run Artwork Installer\\resources\\lib\\default.py,True,$INFO[Skin.HasSetting(ArtworkInstallerSkip)],$INFO[Skin.HasSetting(ArtworkInstallerVideo)],$INFO[Skin.HasSetting(ArtworkInstallerFanart)],$INFO[Skin.HasSetting(ArtworkInstallerAddChecks)],$INFO[Skin.HasSetting(ArtworkInstallerLogging)])</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"button\" id=\"101\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<width>330</width>\n\t\t\t\t\t<height>60</height>\n\t\t\t\t\t<textoffsetx>44</textoffsetx>\n\t\t\t\t\t<textoffsety>10</textoffsety>\n\t\t\t\t\t<font>size_27</font>\n\t\t\t\t\t<align>left</align>\n\t\t\t\t\t<aligny>top</aligny>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<aspectratio>stretch</aspectratio>\n\t\t\t\t\t<textcolor>colour.dialog.button.nofocus</textcolor>\n\t\t\t\t\t<focusedcolor>colour.dialog.button.focus</focusedcolor>\n\t\t\t\t\t<texturenofocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.nofocus\">windows\\dialogs\\button_no_focus.png</texturenofocus>\n\t\t\t\t\t<texturefocus border=\"3\" colordiffuse=\"colour.dialog.diffuse.button.focus\">windows\\dialogs\\button_focus.png</texturefocus>\n\t\t\t\t\t<label>Manual Mode</label>\n\t\t\t\t\t<onclick>RunScript(Special://scripts\\XBMC4Gamers Extras\\Run Artwork Installer\\resources\\lib\\default.py,False,False,$INFO[Skin.HasSetting(ArtworkInstallerVideo)],$INFO[Skin.HasSetting(ArtworkInstallerFanart)],False],False)</onclick>\n\t\t\t\t\t<onclick>ActivateWindow(1100)</onclick>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t\t<!-- General Toggles -->\n\t\t\t<control type=\"grouplist\" id=\"3001\">\n\t\t\t\t<description>control area</description>\n\t\t\t\t<left>415</left>\n\t\t\t\t<top>105</top>\n\t\t\t\t<width>775</width>\n\t\t\t\t<height>445</height>\n\t\t\t\t<itemgap>4</itemgap>\n\t\t\t\t<onleft>3000</onleft>\n\t\t\t\t<onright>-</onright>\n\t\t\t\t<onup>3001</onup>\n\t\t\t\t<ondown>3001</ondown>\n\t\t\t\t<pagecontrol>80</pagecontrol>\n\t\t\t\t<control type=\"radiobutton\" id=\"1\">\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Enable scanner logging</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(ArtworkInstallerLogging)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(ArtworkInstallerLogging)</selected>\n\t\t\t\t\t<visible>ControlGroup(3000).HasFocus(100)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"2\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>735</width>\n\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t<align>justify</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]Log what's going on when processing content, handy if you want to see how stuff is matched or not matched.[/COLOR]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"20,0\" time=\"10\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(3000).HasFocus(100)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"3\">\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Install 128MB fanart if available</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(ArtworkInstallerFanart)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(ArtworkInstallerFanart)</selected>\n\t\t\t\t\t<visible>!StringCompare(System.memory(total_no_mb),64)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"4\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>735</width>\n\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t<align>justify</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textoffsetx>44</textoffsetx>\n\t\t\t\t\t<textoffsety>15</textoffsety>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]Install larger fanart images if available. This will increase the time required for the installer to complete.[/COLOR]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"20,0\" time=\"10\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>!StringCompare(System.memory(total_no_mb),64)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"5\">\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Install video previews if available</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(ArtworkInstallerVideo)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(ArtworkInstallerVideo)</selected>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"6\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>735</width>\n\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t<align>justify</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textoffsetx>44</textoffsetx>\n\t\t\t\t\t<textoffsety>15</textoffsety>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]Install video previews if available. This will increase the time required for the installer to complete.[/COLOR]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"20,0\" time=\"10\" condition=\"true\">Conditional</animation>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"7\">\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Skip content with artwork</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(ArtworkInstallerSkip)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(ArtworkInstallerSkip)</selected>\n\t\t\t\t\t<visible>ControlGroup(3000).HasFocus(100)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"8\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>735</width>\n\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t<align>justify</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textoffsetx>44</textoffsetx>\n\t\t\t\t\t<textoffsety>15</textoffsety>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]Skip content that already has all artwork installed. If any artwork is missing, I will attempt to repair it.[/COLOR]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"20,0\" time=\"10\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(3000).HasFocus(100)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"radiobutton\" id=\"9\">\n\t\t\t\t\t<include>Button.SkinSettings.Category.RadioButton.Values_Alt</include>\n\t\t\t\t\t<label>Try additional checks</label>\n\t\t\t\t\t<onclick>Skin.ToggleSetting(ArtworkInstallerAddChecks)</onclick>\n\t\t\t\t\t<selected>Skin.HasSetting(ArtworkInstallerAddChecks)</selected>\n\t\t\t\t\t<visible>ControlGroup(3000).HasFocus(100)</visible>\n\t\t\t\t</control>\n\t\t\t\t<control type=\"textbox\" id=\"10\">\n\t\t\t\t\t<left>0</left>\n\t\t\t\t\t<top>0</top>\n\t\t\t\t\t<height>40</height>\n\t\t\t\t\t<width>735</width>\n\t\t\t\t\t<font>size_16</font>\n\t\t\t\t\t<align>justify</align>\n\t\t\t\t\t<aligny>center</aligny>\n\t\t\t\t\t<textoffsetx>44</textoffsetx>\n\t\t\t\t\t<textoffsety>15</textoffsety>\n\t\t\t\t\t<scroll>true</scroll>\n\t\t\t\t\t<label>[COLOR=colour.settings.label.info.text]Adds additional checks if the initial ones fail or if the TitleIDs match. This improves the accuracy of the scan, but it may slow down the process.[/COLOR]</label>\n\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"20,0\" time=\"10\" condition=\"true\">Conditional</animation>\n\t\t\t\t\t<visible>ControlGroup(3000).HasFocus(100)</visible>\n\t\t\t\t</control>\n\t\t\t</control>\n\t\t</control>\n\t</controls>\n</window>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/URLDownloader Loader/addon.xml",
    "content": "<?xml version=\"1.0\" encoding=\"Windows-1252\" standalone=\"yes\"?>\n<addon id=\"URLDownloader Loader\" name=\"URLDownloader Loader\" version=\"1.0.0\" provider-name=\"Rocky5\">\n\t\t<requires>\n\t\t\t\t<import addon=\"xbmc.python\" version=\"1.0\" />\n\t\t</requires>\n\t\t<extension point=\"xbmc.python.script\" library=\"default.py\" />\n\t\t<extension point=\"xbmc.addon.metadata\">\n\t\t\t\t<platform>all</platform>\n\t\t\t\t<summary lang=\"en\">URLDownloader Loader</summary>\n\t\t\t\t<description lang=\"en\">Used to load the downloader window.</description>\n\t\t</extension>\n</addon>"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/URLDownloader Loader/default.py",
    "content": "from xbmc import executebuiltin\nexecutebuiltin('ActivateWindow(1901)')"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/XISO to HDD Installer/attacher.py",
    "content": "attacher_file = '58424548B55620D8A671DC3F94E70BCB0FD9B8715F6956B4B1BDF861F9FE8876D9C3B6165A44360C51531735C15D19F7F4D002FA77D53D80CEE5774FCFE34E61C1DBC52F123E703B04C6BC788DD34D947831808437006CF936C94F1BC3FE865A38CED1905DA542D9500343EA60BA047C1DB144A5AB5F9DE40783E630DDA988103F9106E67DB0EDAB1F6B0816B48AC3F5BAE68DDD4F31B45DF94A17D95B8D71DAE3DF4C64520F966B2AD0A0AD790CBDA67FE80D1C597585F5968E9493BFCAA36FD500D7B230959C14ED0B7A28B2FD51071EDB6FD767A58EA7A729644AF4A119348B4A94A7EF510734460A3BBFFD4B89D4DB4139F7342256BC09E00D6816AA196F30677219000001001008000080CC010084010000D638EF67840101000500000070030100010000009616FDA8A8E00100000001000000100000100000000D0100A00D0100C3720100D638EF670E05010051050100F8040100D6996C5B0000000004000000B8040100C8040100B80401005C050100B202000000000000000000007CF00100EC010000D638EF67000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000702000007000080FFFFFFFF0000000000000000544553545445535454455354544553545445535454455354544553545445535400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000EC010000504152540000000000000000000000000000000000000000360000000010010048C900000010000048C900009204010000000000880401008A0401000C7515694D322C052F3B8E87E6155BD8641EB7421600000060D90100D81C000000E00000D81C000098040100000000008A0401008C040100526038BA7E00BBA26317C9CC6941755E266113A30700000040F60100B4140000000001008C0E00009F040100000000008C0401008E04010036A746A7D9960C8A4A3D0EC02ACE986471F15A7C28000000000B020036C000000010010036C00000A5040100000000008E04010090040100A84C8EA103E1A32CDE95F6B0E53E25CA535946A23800000040CB02003001000000E0010030010000AF0401000000000090040100900401008194F3D55B54DB05449E7C71CF2B491A28C0126C000000000000000000002E74657874002E7264617461002E646174610024245854494D414745002E58544C4944000000584150494C494200010000002D17014058424F584B524E4C010000002D1701404C494243504D5400010000002D1701404C4942434D540000010000002D1701406100740074006100630068002E006500780065000000633A5C446F63756D656E747320616E642053657474696E67735C41646D696E6973747261746F725C4465736B746F705C4865726D65735C7372635C72656C656173655C6174746163682E657865000733AD030753AD03A903EA000373A7033200B3FD030503FDD343F9EA0003E3F93347332200FF030573FD7373A773EA0073F7D373E3F7430F03FF0305FF332E00037A00035200F93303F9030F33FF030343FF13F913050393A3F7730773A7632353A30513A3D3F77303071373E3F7E3A3130903A3F7E39313054353F95373F9B333032363030593FF4303E3FF33F9030343E3FDB305F9D3F5D303A3FFE303037326F0130523E3FF630336F0132333C36305D3FF45FFA393F7E3036326F04303FF73D3F9B3F97313F95313E3F7930323F9E3D3F9D336F00323638363030322F043E3FF43D3F79323F9A30323F7B33332F0130353F7E343F7E305A3F7A303E3F7D305D3F7C303D3F75303F913071333030313F9D3F7A3F7D3F913F943D3F9030303F993F9E32323F9730503F963F9D34313030773F92305A3F903F92303F9030F53F973FDE3B3F913F923F9730FD3F7E3030393F9030533F913E3FFD30303E3F7D307A3F913F90343F7D32200A3F923FD43E3F7D343F943F9030D03F95305F9E30743F90303B3FFE303F9A307D3F953F7E30393F7932200FB03FBE303F973A3F7D343F90305030723F90305F9A307D3F39323090333D3FB23F9430513F973B3F79303E3F7330F03F9D303FB4323F933E3F79343F90513F963F907F9B3054322F0430573F923F97305A3F913F94303F9030F33F97303F9E30353F913F94313F97343E3F773B3F7B30793F96323E3F7D3F9A30303A3F903D3F7E32373F96303F90313F9B3A30D73F92303F94303B3F923F90303D322F0B303F973071326F0E303D32AF073032326F0A30343F90343FB930DD3F90303F7E305F9A353F90503E3FDB30303F9330923FF73030303E322F0630763FDE34305A3F7B305D3F9330D4B0547130303491373A793070343A3C3A37313051349030B0353D3F3E3731309034373A3D3F3E373130B03235347030749130749030D000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C3CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC8B410485C07501C38B49082BC8B893244992F7E903D1C1FA048BC2C1E81F03C2C3CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC558B6C2408568BF1396E14577305E8017B00008B46148B7C24142BC53BC70F42F885FF76478B4E1883F910538D5E0472048B13EB028BD383F91072048B0BEB028BCB2BC703D55003D75203CD51E8EE7B00008B46148B4E182BC783C40C83F91089461472028B1BC60403005B5F8BC65E5DC20800CCCCCCCCCCCCCCCCCCCCCCCC558BEC6AFF68F0D6010064A100000000506489250000000083EC0C8B450853568BD883CB0F83FBFE578BF18965F08975EC76048BD8EB228B7E18B8ABAAAAAAF7E38BCFD1E9D1EA3BD1730EB8FEFFFFFF2BC13BF877038D1C398D4B0151C745FC00000000E8077A00008BD083C404895508EB298B45088945E8408965F050C645FC02E8E979000089450883C404B853110100C38B5DE88B75EC8B55088B4D0C85C97624837E181072058B7604EB0383C6048BC1C1E9028BFAF3A58BC883E103F3A48B75EC8B4D0C837E181072128B4E0451E8277E00008B55088B4D0C83C4048D4604C600008910895E18894E1483FB105F0F43C2C60408008B4DF45E64890D000000005B8BE55DC208008B75EC837E1810720C8B560452E8E17D000083C4046A00C746180F000000C74614000000006A00C6460400E894820000CCCCCCCCCCCC568BF1837E1810720C8B460450E8AB7D000083C40433C0C746180F0000008946148846045EC3CCCCCCCCCCCCCCCCCCCC8379241072048B4110C38D4110C3CCCC568BF1E838110000F644240801740956E8687D000083C4048BC65EC20400CCCC5355568B742414578B7C24143977148BD97305E8DC7800008B6F148B44241C2BEE3BC50F42E83BDF751F6AFF03EE558BCBE8AAFDFFFF566A008BCBE8A0FDFFFF5F5E5D8BC35BC20C0083FDFE76078BCBE8DF7800008B43183BC573218B431450558BCBE8F8FDFFFF85ED766D8B4F18B8100000003BC8722F8B5704EB2D85ED75E983F810896B14720F8B43045F5EC600005D8BC35BC20C005F8D43045EC600005D8BC35BC20C008D57043943188D430472048B38EB028BF803F28BCD8BD1C1E902F3A58BCA83E103F3A4837B1810896B1472028B00C60428005F5E5D8BC35BC20C00CCCCCCCCCCCCCCCCCCCCCCCCCCCC538BD98B531883FA10565772058B4304EB038D43048B7424103BF0723483FA108D430472048B08EB028BC88B7B1403F93BFE761D83FA1072028B008B4C2414512BF056538BCBE8C5FEFFFF5F5E5BC20800558B6C241883FDFE76078BCBE8E27700008B43183BC5731B8B531452558BCBE8FBFCFFFF85ED7668837B1810722F8B7B04EB2D85ED75EF83F810896B14720F8B43045D5FC600005E8BC35BC208005D8D43045FC600005E8BC35BC208008D7B048BCD8BC1C1E902F3A58BC883E103F3A4837B1810896B1472108B4304C60428005D5F5E8BC35BC208008D4304C60428005D5F5E8BC35BC20800CCCCCCCCCCCC8B542404568BF18BC257C746180F000000C7461400000000C64604008D7801908A084084C975F92BC750528BCEE8DEFEFFFF5F8BC65EC20400CCCCCCCCCCCCCC568B742408837E1810720C8B460450E8297B000083C40433C0C746180F0000008946148846045EC20400CCCCCCCCCCCC6AFF6828D7010064A100000000506489250000000051568BF189742404E8F57F000033C08D4E0CC70678DC01006AFF894114C741180F00000050894424188841048B44242050E865FDFFFF8B4C24088BC65E64890D0000000083C410C20400CC6AFF6808D7010064A100000000506489250000000083EC446A12688CDA01008D4C2408C74424200F000000C744241C00000000C644240C00E803FEFFFF8D0424508D4C2420C744245000000000E84EFFFFFF68CCF101008D4C242051C744242478DC0100E8157F0000CCCCCCCCCCCCCC6AFF6828D7010064A10000000050648925000000005156578B7C241C8BF1578974240CE8757F000033C06AFF8D4E0CC70678DC01005083C70CC741180F0000008941145789442420884104E890FCFFFF8B4C240C5F8BC65E64890D0000000083C410C20400CCCCCCCCCCCCCCCCCCCCCC8B44240456508BF1E883FFFFFFC70678DC01008BC65EC20400CCCCCCCCCCCCCC568B742408578B7C24103BF7742A5333DB837E1810720C8B460450E88D79000083C404C746180F000000895E14885E0483C61C3BF775DA5B5F5EC3CCCCCCCCCC558BEC6AFF6851D7010064A100000000506489250000000083EC0853568B7510578B7D0833DB8965F08975EC895DFC903B7D0C74568975083BF3C645FC0174186AFF53C746180F000000895E14578BCE885E04E8B8FBFFFF83C61C885DFC89751083C71CEBCA8B75EC8B7D103BF774128B5D14568BCBE8B5FDFFFF83C61C3BF775F133DB5353E8B37D00008B4DF45F8BC65E64890D000000005B8BE55DC3CCCC8B4424088B54240450518B4C24105152E80BFFFFFF83C410C20800CCCCCCCCCC558BEC6AFF6860D7010064A100000000506489250000000083EC08538B5D088B4304568BF133C93BC1578965F08975EC750433FFEB1A8B4B082BC8B893244992F7E903D1C1FA048BFAC1EF1F03FA33C93BF9894E04894E08894E0C744381FF4992240976078BCEE894FDFFFF6BFF1C57E8AB7300008B55085203F856894604894608897E0C8B4B088B5B04505153C745FC00000000E8A6FEFFFF83C4188946088B4DF45F8BC65E64890D000000005B8BE55DC204008B4DECE8130000006A006A00E8B87C0000CCCCCCCCCCCCCCCCCCCC51568BF18B460485C0741C8B4C24048B560851565250E815FEFFFF8B460450E8B977000083C414C7460400000000C7460800000000C7460C000000005E59C3CC6AFF6880D7010064A100000000506489250000000083EC28535556576A0468001080008D4424185033DB538D4C242451C744245401000000895C2428C744242400001000E8917200008B7C241433C08BEFB913000000F3AB8A44247484C00F94C2FECA80E22080C2448855018B4424108B74241483E84C6878DB01005083C64C568944241CE8637D000083C40C568D7D4457E83D720000668B076640668945468B4C24100FB7C003F02BC88B442468894C24108D48048D7D04894C24748D490085C0741D8B4C246C2BC8B893244992F7E903D18B4C2474C1FA048BC2C1E81F03C23BD87D738B4114BA100000003BC272048B01EB028BC1395424608B4C244C73048D4C244C508B442414516870DB01005056E8D67C000083C4145657E8B3710000668B076640668947028B4C24100FB7C02BC8894C241003F08B4424688ACBFEC1884D008B4C247483C11C43894C247483C708E968FFFFFF6844DB0100E87E07000083C404682CDB01008D54242852E8607100006A606A018D4C2424518D5424388D442430528944244068000010808D44242C33FF50897C2444C744244C40000000E8277100006800DB0100E82F0700008B54241C83C4045757575768022BE50C8D4C24305157575752E8F97000008B7424683BF7750433C0EB198B4C246C2BCEB893244992F7E903D1C1FA048BC2C1E81F03C25068B8DA0100E8E10600008B4C242083C40857576A4C5568012BE50C8D4424305057575751E8AA7000008B54241852E89A70000068A0DA0100E8AE06000083C4046A02E880700000837C246010720D8B44244C50E85075000083C4043BF7C74424600F000000897C245CC644244C00741E8B4C24748B44246C518D542468525056E876FBFFFF56E81D75000083C4148B4C24385F5E5D5B64890D0000000083C434C3CCCCCCCCCCCCCCCCCCCC6AFF6880D7010064A100000000506489250000000081EC5C020000A1C4FC010053555689842464020000576A0468001080008D4424185033ED558D4C242851C784248802000001000000896C242CC744242400001000E8DF6F00008B7C241833C08BF7B911000000F3AB8B4424108B7C241883E844894424108B84249C0200008974241C83C74483C6048D58048D490085C0741C8B8C24A00200002BC8B893244992F7E903D1C1FA048BC2C1E81F03C23BE87D7A8B4314B9100000003BC172048B03EB028BC3398C24940200008B8C248002000073078D8C24800200008B54241050516870DB01005257E85E7A000083C4145756E83B6F0000668B068B4C241C6640668946028B5424100FB7C02BD003F88D45018954241089018BE88B84249C02000083C31C83C608E962FFFFFF6844DB0100E80805000083C40468E8DB01008D54242852E8EA6E00006A606A018D4C243C518D5424508D442430528944245868000010808D44242833FF50897C245CC744246440000000E8B16E00006800DB0100E8B90400008B54241883C404575757576802CDE71E8D4C24485157575752E8836E00008B44241450E8736E00008D4C242451E8936E00006A206A018D54243C528D4424505068000010808D4C242851E8586E00008BB4249C0200003BF7750433C0EB1C8B8C24A00200002BCEB893244992F7E903D1C1FA048BC2C1E81F03C25068A0DB0100E8340400008B5424248B4C241C83C40857576A44526801CDE71E8D4424485057575751E8F96D00008D54242452E8136E00008B44241450E8DF6D000068A0DA0100E8F3030000668B8424AC02000083C404663D8B137412663D8C13740C6A02E8B16D0000E9040100008D4C24506898DB010051E8257900008D44245883C4088D50018DA424000000008A084084C975F92BC2668944241C8D4424508D50018A084084C975F92BC240668944241E8D44241C8D5424505089542424E8806D00008D4C24606898DB010051E8CF7800008D94246C0100006878DB010052E8BD7800008D44247083C4108D50018A084084C975F92BC2668944243C8D4424608D50018A084084C975F92BC240668944243E8D442460894424408D8424640100008D50018A084084C975F92BC2668944242C8D8424640100008D5001908A084084C975F92BC2408D54242C668944242E528D4424408D8C246801000050894C2438E8D76C0000576888DB0100E8111F000083BC24940200001072108B8C248002000051E87271000083C4043BF7C78424940200000F00000089BC2490020000C68424800200000074248B54241C8B8C24A0020000528D84249C020000505156E889F7FFFF56E83071000083C4148B8C246C0200005F5E5D64890D000000008B8C245C0200005BE83E78000081C468020000C3CCCCCCCCCCCCCCCCCCCCCC6AFF68B0D7010064A100000000506489250000000083EC3CA1C4FC0100894424388D44241C5350E834070000A184D901000FB748060FB75004510FB74802520FB710515233DB6858DC0100895C2460E8EC0100008B44245083C41883F8108B44242473048D442424506840DC0100E8CD0100008B0D84D9010083C408885C241C66817904481F8D44241C0F92C2508D4424245283EC1C8BCC896424286AFF53C741180F00000089591450885904E8EEF2FFFF8D4C243051E8D41C000083C4288B4424103BC3C644244801741F8B4C24142BC8B893244992F7E903D1C1FA048BC2C1E81F03C28944240475146824DC0100E84B01000083C4046A02E81D6B00008B0D84D9010066817904481F725C6810DC0100E8290100008B54242083C4045283EC108D4424208BCC8964241850E81EF7FFFF83EC1C8BCC896424386AFF538D542458C741180F00000089591452C684248400000002885904E843F2FFFFC644247801E8F9F7FFFFEB6168F8DB0100E8CD000000A184D9010033C9668B480483C4048D54240C5183EC108BCC8964241C52E8BBF6FFFF83EC1C8BCC896424346AFF538D442458C741180F00000089591450C684248400000003885904E8E0F1FFFFC644247801E836FAFFFF8B44244083C4303BC374228B4C2408518B4C24188D542410525150E866F5FFFF8B54242052E8096F000083C414837C243810895C2410895C2414895C2418720D8B44242450E8E96E000083C4048B4C244064890D000000008B4C243C33C0E8FF7500005B83C448C3CCCCCCCCCCCCCCCCCCCCCCCCCCCC81EC04040000A1C4FC01008B8C2408040000898424000400008D84240C04000050518D542408680004000052E8C975000083C4108D042450C684240304000000E86A1D00008B8C2400040000E89B75000081C404040000C3CCCCCCCCCCCCCCCC8B410485C0750A33C985C00F94C18AC1C38B49082BC8B893244992F7E903D1C1FA048BC2C1E81F03C233C985C00F94C18AC1C3CCCCCCCCCCCCCCCCCCCCCCCCCC538B5C2410568B7424103BF37426558B6C2420578B7C24200FBE0650FFD583C404468807473BF375EF8B44241489385F5D5E5BC38B44240C8B4C24185E89085BC3CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC8B5424048B4424088B4A14578B78143BF9760432C05FC356837A181072058B5204EB0383C2048D34118B481883C00483F91072048B10EB028BD083F91072028B0003C73BC274172BF08DA424000000008A48FF3A4C06FF7505483BC275F233C93BC20F94C15E8AC15FC3CCCCCCCCCCCC538B5C240855568BF1395E147305E8E16800008B56148B6C241483C8FF2BC23BC577078BCEE80A69000085ED0F86DB000000578B7E1403FD83FFFE897C241476078BCEE8EC6800008B46183BC773248B4E1451578BCEE805EEFFFF85FF0F86A90000008B461883F8108D6E04722F8B4D00EB2C85FF75E683F810897E14720F8B46045FC600008BC65E5D5BC20C008D46045FC600008BC65E5D5BC20C008BCD83F81072058B4500EB028BC58B56148B7C24182BD35203CB03C35103C750E85E6900008B461883C40C83F81072058B5500EB028BD50FBE44241C8BCF8D3C1A8AD88AFB8BD1C1E9028BC3C1E010668BC3F3AB8BCA83E103F3AA837E18108B44241489461472038B6D00C60428005F8BC65E5D5BC20C00CCCCCCCCCCCCCCCCCCCCCC568BF1C70678DC0100837E2410720C8B461050E8256C000083C40433C0C746240F0000008946208846108BCE5EE9BA710000CCCCCCCCCCCCCCCCCCCCCCCCCCCC6AFF6828D8010064A100000000506489250000000083EC24A1C4FC0100535633DB6AFF8944242C8B442444895C240C53508D4C2418C74424300F000000895C242C885C241CE856EEFFFF8B54242483FA108B4C2410895C24348BF1737C8D7424108BC6558B6C242403C583FA105D73048D4C241068509701005650518D4C241851E85AFDFFFF8B74245083C4146AFF538D542414C746180F000000895E14528BCE885E04E8F7EDFFFF837C242410720D8B44241050E8436B000083C4048B4C242C8BC65E64890D000000008B4C24245BE85772000083C430C38BC1EB86CCCCCC6AFF68C8D7010064A100000000506489250000000083EC446A1B6880DC01008D4C2408C74424200F000000C744241C00000000C644240C00E873EEFFFF8D0424508D4C2420C744245000000000E8BEEFFFFF6860F301008D4C242051C744242478DC0100E8856F0000CCCCCCCCCCCCCC538B5C240C568B74240C3BF37419578B7C24186AFF6A00578BCEE831EDFFFF83C61C3BF375ED5F5E5BC3CCCCCCCCCCCC538B5C2408568B7424103BDE7421578B7C24186AFF6A0083EE1C83EF1C568BCFE8FBECFFFF3BF375EA8BC75F5E5BC38B4424145E5BC3CCCCCCCCCCCCCCCCCCCC558BEC6AFF68F1D7010064A100000000506489250000000083EC0853568B7510578B7D0833DB8965F08975EC895DFC903B7D0C74568975083BF3C645FC0174186AFF53C746180F000000895E14578BCE885E04E888ECFFFF83C61C885DFC89751083C71CEBCA8B75EC8B7D103BF774128B5D14568BCBE885EEFFFF83C61C3BF775F133DB5353E8836E00008B4DF45F8BC65E64890D000000005B8BE55DC3CCCC558BEC83E4F881EC10010000A1C4FC01008984240C0100005633C057B9400000008D7C2410F3AB8B0D8CD90100668B01663DFF00C744240C000000000FB7C07205B8FF000000508B4104508D4C241851E84B7100008D54241C6A5C52E80F7100008B7508C600008D442424C746180F000000C746140000000083C414C64604008D50018A084084C975F92BC2508D442414508BCEE897ECFFFF8B8C24140100008BC6E8257000005F5E8BE55DC3CCCCCC558BEC6AFF6811D8010064A100000000506489250000000083EC0853568B7508578B7D0C33DB8965F08975EC895DFC903BFB765789750C3BF3C645FC01741B8B45106AFF53C746180F000000895E14508BCE885E04E836EBFFFF4F83C61C885DFC897508EBCA8B75EC8B7D083BF774128B5D14568BCBE835EDFFFF83C61C3BF775F133DB5353E8336D00008B4DF45F5E64890D000000005B8BE55DC3CCCCCCCC6AFF6828D8010064A100000000506489250000000083EC28A1C4FC0100538B5C243C555689442430578DA4240000000033F6C64424130089742414EB038D49008B6B0485ED750433C0EB188B4B082BCDB893244992F7E903D1C1FA048BC2C1E81F03C28B4C2414483BC80F8D130100008B4C2E34B8100000003BC872068B7C2E20EB048D7C2E2039442E1872068B442E04EB048D442E048A108ACA3A17751C84C974148A50018ACA3A5701750E83C00283C70284C975E033C0EB051BC083D8FF33FF3BC70F8EAD0000006AFF8D042E57508D4C2424C744243C0F000000897C2438C644242800E805EAFFFF8B4B043BCF897C24408D6C0E1C0F84AD0000008B7B082BF9B893244992F7EF03D7C1FA048BC2C1E81F03C23B4424140F868B0000006AFF6A0003CE55E8C4E9FFFF8B43046AFF8D4C061C6A008D44242050E8AFE9FFFF837C243010C644241301C7442440FFFFFFFF720D8B4C241C51E8EE66000083C404C74424300F000000C744242C00000000C644241C00FF44241483C61CE9BDFEFFFF8A44241384C00F85A1FEFFFF68ACDC0100E8F7F7FFFF83C40433FF33ED8B730485F6750B33C0EB1F8BCBE97EFBFFFF8B4B082BCEB893244992F7E903D1C1FA048BC2C1E81F03C23BF87D26837C2E181072068B742E04EB048D742E04564757689CDC0100E8A4F7FFFF83C40C83C51CEBAC8B4C24385F5E5D64890D000000008B4C24285BE8706D000083C434C38B44240C568B74240C578B7C240C50518B4C241C515657E834FDFFFF8BC66BC01C83C41403C75F5EC20C00CCCCCCCCCC558BEC6AFF6848D8010064A100000000506489250000000083EC30A1C4FC01005356578965F06AFF33FF8945EC8B45108BF157508D4DD08975C4C745E80F000000897DE4C645D400E863E8FFFF8B5E043BDF897DFC750433C9EB188B4E0C2BCBB893244992F7E903D1C1FA048BCAC1E91F03CA8B7D0C85FF0F848E02000085DB750433C0EB1B8B56048B5E082BDAB893244992F7EB03D3C1FA048BC2C1E81F03C2BA499224092BD03BD773078BCEE8ADEAFFFF8B460485C0750433C0EB1B8B56048B5E082BDAB893244992F7EB03D3C1FA048BC2C1E81F03C203C73BC80F83300100008BC1D1E8BA499224092BD03BD1730433C9EB0203C88B460485C0750433C0EB1B8B56048B5E082BDAB893244992F7EB03D3C1FA048BC2C1E81F03C203C73BC8730B8BCEE835E5FFFF8BC803CF6BC91C51894D0CE8456000008B4D088B5508518BD88B460456535250895DC8895DCCC645FC01E876FAFFFF8B4D0883C41851568D55D05257508945CCE8B0FBFFFF8B55088B4DCC8BC76BC01C83C4145203C88B46085651508B450850894DCCE83DFAFFFF8B460483C41485C074188B4E082BC8B893244992F7E903D1C1FA048BC2C1E81F03C203F88B460485C0741B8B4D088B560851565250E893EAFFFF8B460450E83764000083C4148B4D0C6BFF1C03CB03FB894E0C897E08895E04E91B0100008B55CC8B75C88B4DC45256E83FEBFFFF56E80664000083C4046A006A00E8CB6800008B4E088B5D088BD12BD3895510B893244992F7EA035510C1FA048BC2C1E81F03C23BC7894DC80F83910000008B55088BC76BC01C528945105603C3505153E87AF9FFFF8B4E0883C4142BCB8D45D050B893244992F7E98B460803D1C1FA048BCAC1E91F03CA2BF957508BCEC645FC03E849FDFFFF8B56088B451003D08956088BF28D55D0522BF05653C745FC00000000E8B8F8FFFF83C40CEB5F8B450C8B4DC46BC01C8B510803D0528B550803C250E879EAFFFF6A006A00E80E6800006BFF1C8BC12BC78945088B55085256515150E8E9F8FFFF8B4DC88B55088946088B450850515253E894F8FFFF8D45D05003FB5753E857F8FFFF83C430837DE810720C8B4DD451E8F262000083C4048B4DF464890D000000008B4DECE80C6A00005F5E5B8BE55DC20C00CCCCCCCCCCCCCC538B5C240C56578BF98B770485F6741E8B4F082BCEB893244992F7E903D1C1FA048BC2C1E81F03C289442414750433F6EB178BCB2BCEB893244992F7E903D1C1FA048BF2C1EE1F03F28B4C2418516A01538BCFE868FCFFFF6BF61C0377048B4424105F89305E5BC20C00CCCCCCCCCCCC5356578BF98B5F0485DB750433F6EB188B4F082BCBB893244992F7E903D1C1FA048BF2C1EE1F03F285DB74418B4F0C2BCBB893244992F7E903D1C1FA048BC2C1E81F03C23BF073258B4424108B4C24108B77085057516A0156E812F9FFFF83C41483C61C8977085F5E5BC204008B5424108B470852508D442418508BCFE80EFFFFFF5F5E5BC20400CCCCCCCCCCCCCCCC6AFF6870D8010064A100000000506489250000000083EC34A1C4FC0100535533ED568944243C57896C2420C744243C0F000000896C2438C64424280033FF896C244C897C2414896C2418896C241C8B5C24588B43143BC5C644244C010F86040100008B4318BE100000003BC68D7B0472048B07EB028BC78B4C245C8A04283A0175678D542424528D4C2414E8E0FEFFFF8B54243C3BD68B7C24288BC773048D4424288B4C243803C83BD68BF773048D74242883FA108BD773048D54242885F6750433C0EB048BC62BC285C9750D51508D4C242CE878E1FFFFEB642BCE51508D4C242CE869E1FFFFEB55396B1477078BCBE86F5C000039731872048B07EB028BC78A14288B4C2428885424588B54243C3BD68BC173048D4424288B7C243803C73BD673048D4C242885C074022BC18B4C2458516A01508D4C2430E832F3FFFF8B4314453BC50F8718FFFFFF8B44243885C0740E8D542424528D4C2414E810FEFFFF8B7C241433ED8B7424548D442410508BCEE8AAE7FFFF3BFD741E8B4C24588B442418518D542414525057E891E6FFFF57E83860000083C414837C243C10720D8B4C242851E82460000083C4048B4C24445F8BC65E5D64890D000000008B4C24345BE83667000083C440C3CCCCCCCCCCCC6AFF68B7D8010064A100000000506489250000000081EC50040000A1C4FC01005355898424540400008D842450030000683CDD010033DB50895C2414E8636600008B8424740400008B4818BD1000000083C4083BCD72058B4004EB0383C004508D8C24500200006838DD010051E8326600008D84245C03000083C40C8D5001908A08403ACB75F92BC266894424188D8424500300008D50018A08403ACB75F92BC2408D942450030000668944241A8D84244C0200008954241C8D50018D6424008A08403ACB75F92BC266894424208D84244C0200008D50018A08403ACB75F92BC2408D4C24206689442422518D54241C8D842450020000528944242CE83F5A00003BC374226818DD0100E831F0FFFF8B84246C04000083C40489580489580889580CE971040000565733C0B9500000008DBC24140100006A06F3ABBE0F0000006810DD01008D8C249C00000089B424B4000000899C24B0000000889C24A0000000E82AE2FFFF39AC24AC0000008B842498000000899C246804000073078D8424980000008D8C24140100005150E8190E000083F8FF89442418753968F0DC0100E89BEFFFFF8BB424740400008B8424B000000083C4043BC5895E04895E08895E0C0F82CD0300008B94249800000052E9B8030000895C2434895C2438895C243CC684246804000001895C241433FF895C241CF6842414010000100F85020300008D84244001000089B42400010000899C24FC000000889C24EC0000008D5001908A08403ACB75F92BC2508D842444010000508D8C24F0000000E852E1FFFF8D8C24E8000000518D54247C52C684247004000002E8A8F1FFFF83C40839AC2400010000C68424680400000472108B8424EC00000050E8845D000083C4046A0468E8DC01008D8C24D400000089B42408010000899C2404010000889C24F400000089B424EC000000899C24E8000000889C24D8000000E8D7E0FFFF8D8C24CC000000518D54247C52E865EFFFFF8844241A8B8424EC00000083C4083BC572108B8424D000000050E8135D000083C404807C24120189B424E4000000899C24E0000000889C24D00000007508C7442414010000006A0468E0DC01008D8C24B800000089B424D0000000899C24CC000000889C24BC000000E857E0FFFF8D8C24B0000000518D54247C52E8E5EEFFFF884424198B8424D000000083C4083BC572108B8424B400000050E8935C000083C404807C24110189B424C8000000899C24C4000000889C24B4000000752080BC2478040000018B8C247C040000C60101C744241C010000000F84290100006A0468D8DC01008D4C24648974247C895C2478885C2468E8CBDFFFFF8D44245C508D4C247C51E85CEEFFFF8B4C247C83C4083BCD8844241372118B54246052E8105C00008A44241783C4043C0189742474895C2470885C2460752D389C2478040000BF01000000751F39AC2490000000C6842468040000010F82C90000008B44247C50E9B7000000385C24127520385C2411751A3AC375168D4C2478C684246804000001E8EEDDFFFFE9AB0000008D8C24400100005168C0DC0100E8D7ECFFFF8D84244801000083C40889742458895C2454885C24448D50018A08403ACB75F92BC2508D942444010000528D4C2448E8F3DEFFFF8D442440508D4C2434C684246C04000005E8EDF8FFFF396C2458720D8B4C244451E83A5B000083C40489742458895C2454885C244439AC2490000000C684246804000001720D8B54247C52E8105B000083C40489B42490000000899C248C000000885C247C8B4C24188D8424140100005051E8A40B000085C00F85D6FCFFFF8B54241852E8FB0900008D842404010000683CDD010050E86C61000083C4088D4C242051E8015600008B54241C8B4C241403D703D183FA017E098D4C2430E841ECFFFF8BB424700400008D442430508BCEE8DEE1FFFF8D4C2430E8A5E2FFFF39AC24AC00000072108B8C249800000051E86C5A000083C4045F8BC65E8B8C24580400005D64890D000000008B8C24500400005BE87861000081C45C040000C3CCCCCCCCCC6AFF68F8D8010064A100000000506489250000000081EC80000000A1C4FC010053898424800000008B842494000000568B700433DB3BF357741E8B48082BCEB893244992F7E903D1C1FA048BFAC1EF1F03FA897C242075146830DE0100E81EEBFFFF83C40432C0E99105000083FF0175146820DE0100E805EBFFFF83C404B001E978050000558D442413508D4C24645651C644241F2EE8D5F7FFFF8B500483C40C3BD3750433EDEB188B48082BCAB893244992F7E903D1C1FA048BEAC1ED1F03EA8D4C2460E896E1FFFF83FF018B9424A00000008B42048B4814894C2414C7442420010000000F8EB0000000C64424132EBF1C0000008D54241303C752508D44246850E868F7FFFF8B500483C40C3BD3750433F6EB188B48082BCAB893244992F7E903D1C1FA048BF2C1EE1F03F28B4424643BC374228B4C2414518B4C246C8D542464525150E845DFFFFF8B54247452E8E858000083C4143BEE8B8424A00000008B40048B4C0714895C2464895C2468895C246C0F851C020000394C24140F85260200008B4C24208B5424244183C71C3BCA894C24200F8C5AFFFFFF8B44242433ED3BC30F8E52010000C64424132E895C241CEB0B8DA424000000008D6424008B8C24A00000008B41048B54241C8D4C241303C251508D54246852E890F6FFFF83C40C8B7424643BF38B7C2468899C24980000000F84C40100008BCF2BCEB893244992F7E903D1C1FA048BC2C1E81F03C283F8020F82A401000083C0FE6BC01C6AFF03C653508D4C247CC78424940000000F000000899C2490000000889C2480000000E898DAFFFF399C2484000000C6842498000000010F849301000083BC2488000000108B44247473048D4424740FBE0050E83161000083C40485C00F846D01000083BC248800000010720D8B4C247451E8A657000083C4048B542414528D442464505756C78424980000000F000000899C2494000000889C2484000000C78424A8000000FFFFFFFFE8C1DDFFFF56E8685700008B4C24308B44243883C4144583C11C3BE8895C2464895C2468895C246C894C241C0F8CC4FEFFFF8B8424A00000008B40048D4C241351508D54247852C644241F2EE855F5FFFF83C40C8B4C24248B742474B8010000003BC8C784249800000002000000894424140F8E62020000C64424132EC74424201C000000908B8424A00000008B40048B4C24208D54241303C152508D44246850E800F5FFFF83C40C8B6C2464C684249800000003895C241C8BFE2BEE3BF30F859F00000033C0E9B100000068F0DD0100E8E0E7FFFF83C40432C0E95202000068C0DD0100E8CCE7FFFF83C40432C0E93E020000689CDD0100E8B8E7FFFF83C4043BF3741A8B4C2414518D542464525756E8B0DCFFFF56E85756000083C41432C0E90C0200006870DD0100E886E7FFFF8B84248C00000083C40483F810720D8B44247450E82A56000083C404C78424880000000F000000899C2484000000885C2474EBA18B4C24782BCEB893244992F7E903D1C1FA048BC2C1E81F03C28B4C241C83C0FE3BC80F8DC70000008D0C2F518D54242C52E8DCE9FFFF8BF08D44244C5750C68424A800000004E8C7E9FFFF8B56188B4F1483C41083FA1072058B7604EB0383C6048378181072058B4004EB0383C004515650E8CB5E000083C40C85C08B44245C0F9544241B83F810720D8B4C244851E87B55000083C404837C244010BE0F0000008974245C895C2458885C2448C684249800000003720D8B54242C52E84E55000083C404385C241B89742440895C243C885C242C0F85190100008B4C241C8B74247441894C241C83C71CE96AFEFFFF8B4424643BC3C684249800000002744B8B7C24683BC774328BF083C6188D9B00000000833E10720C8B46EC50E8EF54000083C404C7060F000000895EFC885EEC83C61C8D4EE83BCF75D98B54246452E8CC5400008B74247883C4048B4424148B5424208B4C24244083C21C3BC1895C2464895C2468895C246C89442414895424200F8CACFDFFFF6820DE0100E8D2E5FFFF83C4043BF374458B4424783BF074308B74247483C6188BF8833E10720C8B56EC52E86954000083C404C7060F000000895EFC885EEC83C61C8D46E83BC775D98B4C247451E84654000083C404B0015D8B8C248C0000005F5E64890D000000008B8C24800000005BE8525B000081C48C000000C36848DD0100E855E5FFFF8B44246883C4043BC374418B7C24683BC774308BF083C618833E10720C8B46EC50E8EC53000083C404C7060F000000895EFC885EEC83C61C8D4EE83BCF75D98B44246450E8C953000083C4048B4424743BC30F8466FDFFFF8B4C24783BC1742E8BF083C6188BF9833E10720C8B56EC52E89D53000083C404C7060F000000895EFC885EEC83C61C8D46E83BC775D98B4C247451E87A53000083C40432C0E92FFFFFFFCCCCCC6AFF6820D9010064A100000000506489250000000083EC14C70424000000008B4424488B4C244450518D542430528D44241050C744242C00000000E830F3FFFF8D4C241451C644243001E8E1F8FFFF83C41484C07514686CDE0100E850E4FFFF83C4046A02E8224E00008D54240452E8ACEAFFFF8B44244483C40483F8108B44242C73048D44242C5657506854DE0100E81BE4FFFF8B7C243483C4088D44240C508BCFE818DAFFFF8B74241085F6741E8B4C242C8B442414518D542410525056E8FBD8FFFF56E8A252000083C414837C244810720D8B4C243451E88E52000083C4048B4C241C8BC75F5E64890D0000000083C420C3B88CF60100568BF08BC8B890F6010033D23BF05E730B3911751983C1043BC872F55252FF742410FF742410E849080000C20800526A01FF742410FF742410FF11EBEE558BECA198D9010083380056BE00100000750F56FF1594D901008B0D98D901008901A198D901008B0085C0750AB8170000C0E9A50000006A015650FF1590D901008B550C85D27505BA9CDE0100A198D9010053578B3833C0BE000400008D5F088BCEF3ABA198D901008B088B451483F8FF8B7D1889018B0D98D901008B098979047413A198D901008B3803FE8B751CB900030000F3A533C0394508743B3BD07424394510741F68070200005253E86B0A00008BC38D70018A084084C975F92BC6C604183B40B9080200002BC851FF750803C350E8450A00005F33C05B5E5DC21800558BECFF7518FF7514FF75106A01FF750CFF7508E806FFFFFF85C07C1F64A1200000008B805002000085C074076A006A02FF50146A02FF1560D9010050FF15A0D901005DC21400558BEC51518B45088945FC8D48018A104084D275F92BC1668945F88B45F840668945FA8D4DF8B801000000CD2DCCC9C20400FF742404FF1564D9010085C07C0533C040EB0850E8650A000033C0C204008B4424048B48388B542408890A8B4808894A048B480C894A088B4810894A0C8B4814894A108B4818894A148B481C894A188B482C894A1C8B4828894A208B483C53568BD957C1E9028D70408D7A2CF3A58BCB83E103F3A48B403C5F5EC644102C00C68230010000005BC20800558BEC81EC6C0100005657FF75088D45F850FF1570D901008B55FC8D45F88945E80FB745F833FF3BC7C745E4FDFFFFFFC745EC40000000760A807C02FF5C74034875F68B4DF82BC803D0663BC766894DF066894DF28955F4668945F8668945FA0F8497000000663BCF0F848E0000006683F9037515803A2A7510807A012E750A807A022A750466897DF068214000006A038D45DC508D45E45068010010008D450850FF156CD901003BC77D0350EB33578D45F0506A0168480100008D8594FEFFFF508D45DC50575757FF7508FF15A4D901008BF03BF77D11FF7508FF1564D9010056E80D090000EB1BFF750C8D8594FEFFFF50E89CFEFFFF8B4508EB0A6A57E8C208000083C8FF5F5EC9C20800558BEC81EC500100005633F656566A0168480100008D85B0FEFFFF508D45F850565656FF7508FF15A4D901003BC65E7D0A50E8B008000033C0EB12FF750C8D85B0FEFFFF50E83DFEFFFF33C040C9C20800E85A100000E8010E000064A1200000008B805002000085C074058B4824EB0233C985C974275764A128000000648B3D040000008B15E00402008B14972B5028C6010181C2080000008951045FE8810F0000E8240F00006A006A006A00E896DDFFFF83C40C6A006A016A01E8260D000033C0C204008B0D18010100A1080101002BC105000001003B0173028901A1B8E001002B05A8E001008B0DACE00100568D44080F5783E0F06AFC5983C004A35C07020099F7F98B0DB0E0010033F656565668C940010056568901E8151200008BF83BFE750A566A016A01E8B80C000057E835FDFFFF5F5EC356FF7424088B74241468B8DE0100FF36FF742418E84554000083C41085C07D208B4424088D50018A084084C975F92BC283C0076A7A8906E84607000033C0EB0640890633C0405EC20C00558BEC81EC8801000053565733F65668800000086A0356566800000080FF75088975FCE8E91400008BF883FFFF7466568D450850BB78010000538D8578FEFFFF5057E8E611000085C0744A395D08753E8B45903B857CFFFFFF72332B857CFFFFFF56565057894508E88313000085C07424568D450850BED001000056FF750C57E8A811000085C0740C39750874296A0DE8A3060000E87606000085C07F07E86D060000EB0FE86606000025FFFF00000D000007808945FC83FFFF740657E826FCFFFF8B45FC5F5E5BC9C20800558BEC8B550C830AFF568B750833C089068B0D98D901003BC857742A8B093BC874248BF98D8F14020000F60101741183C1048B01890283C10433C0890E40EB098B0F890AEB038B7D0C833AFF74108DB7000400008B7D10B900030000F3A55F5E5DC20C00558BEC81EC1C0200008365EC00578B7D088D45EC508D450850C60700C745F440000000C745F070F70100FF15ACD9010085C07C4B668365F800568D85E4FDFFFF8945FC6A008D45F850FF750866C745FA0802FF15A8D90100FF75088BF0FF1564D9010085F65E7C170FB745F84039450C73038B450C508D85E4FDFFFF50EB08FF750C68C4DE010057E8EE0400005FC9C20800558BECA198D90100568B308B4508578D48018A104084D275F92BC18D48018B450C8D78018A104084D275F92BC78D4408083DEC01000073438D861402000066C700010040406689088B164040891083C004833EFF75038326008B75088BF82BFE8A168814374684D275F68B550C03C12BC28A0A880C104284C975F65F5E5DC20800558D6C249881EC5C0400005356578D4564508D85F8FDFFFF5068D4DE010083CBFFC7456404010000E846FDFFFF85C00F843101000033C050506A03506A0168000000808D85F8FDFFFF50E87F1200008BD883FBFF0F840C0100008D8570FFFFFF506A01FF757453E8F114000085C00F84F2000000F64590010F84E800000033C08D7D50ABABABAB6A44AB8B45A45E3975A88945580F85CC0000008D4550508D456450568D45F85053E83D0F000085C00F84B10000003975640F85A80000008D85FCFEFFFF50E818460000568D45F8508D85FCFEFFFF50E8014600008D453C508D85FCFEFFFF50E8EB4500006A05598D7DAC8D753C33C0F3A7756C8B4DF883F910776485C9760E8B5485FC3B55787405403BC172F23BC1744E8D4564508D85F8FDFFFF50FF7570C7456404010000E841FCFFFF85C0750CE892030000E88D030000EB248D850CFCFFFF508D85F8FDFFFF50E868FCFFFF8BF085F67C0B8B4574398514FCFFFF7405BE0D00078083FBFF740653E82FF9FFFF5F8BC65E5B83C568C9C21000558BEC81ECD40200008B0D18010100568B750833C03BF0751FFF750CFF710833C939450C0F95C18D4C09FF515050E877F8FFFFE9440100008B490853578945FCBF68010000578D852CFDFFFF33DB50894D0843E813FDFFFF8A063C44B25C74043C647522807E013A751C38560275178D46038BF08D8D2CFDFFFFC745FC01000000E98E0000003C5474043C747531807E013A752B3856027526807E032475208A4E0480F955740580F9757513385605750E83C60656FF75086838F70100EB37F64510020F84AE0000003C5974083C790F85A2000000807E013A0F85980000003856020F858F00000083C603566818F7010068E4DE01008D8594FEFFFF5750E84C4F000083C41485C07C6D33C98D8594FEFFFF33DB837D0C0074058B5514EB0383CAFFFF750CFF750852535150E898F6FFFF33DB395DFC8BF87405395D0C740D568D852CFDFFFF50E8B1FCFFFF3BFB7C1E64A1200000008B80500200003BC37406536A02FF50146A02FF1560D9010057FF15A0D90100EB036A57585F5B5EC9C21000558BECB850100000E864520000A1180101008B40083D0000FEFF8945E80F843E01000053578D85B0EFFFFF508D45EC508D45F450E84DFBFFFF85C08945F0BB680100007515538D85B0FBFFFF50E898FBFFFF8DBDB0FBFFFFEB038B7DF48BC78D50018A084084C975F92BC2568BF0A18CD901000FB7083BCE0F86AA0000005657FF7004E88B51000083C40C85C00F8595000000A18CD901000FB7088B4004462BCE5103C6508D8580FEFFFF50E8D04F0000A18CD901000FB7002BC6C6840580FEFFFF008D8580FEFFFF5068ECDE010068E4DE01008D8518FDFFFF5350E8ED4D000083C42085C07C76A1180101006A00FFB0AC0000008D8580FEFFFFFF75E850E8F9FBFFFF85C07C208B45EC5040F7D81BC08D8DB0EFFFFF6A0023C1508D8518FDFFFF50E857FDFFFF837DF00074308BC78D50018A084084C975F92BC2BE70F7010056668945F8668945FA897DFCFF157CD901008D45F85056FF1578D901005E5F5B33C0C9C36A1068F8DE0100E84451000033DB895DFC8B4D0C894DE08B45088945E4395D107425395D10741A8A113AD3740F8810408945E441894DE0FF4D10EBE6395D107504488945E48818834DFCFF8B4508EB0D33C040C38B65E8834DFCFF33C0E829510000C20C00640FB605240000003C02730664A128000000A1E0040200648B0D040000008B04818B8008000000C3640FB605240000003C02730664A128000000648B0D04000000A1E00402008B04818B4C2404898808000000C20400FF742404FF15A0D901008BD052E8C0FFFFFF8BC2C20400558BEC83EC2C8B45088365EC005668210080008945F06A038D45F8508D45EC5068010010008D450850C745F440000000FF156CD901008BF085F67C356A036A188D45D4508D45F850FF7508FF15C0D90100FF75088BF0FF1564D9010085F67C118B45E40FAF45E83B450C7405BE4F0100C08BC65EC9C20800558BEC83EC545356578B7D0C8BC78D700133DB8A08403ACB75F98B4D102BC62BC851FF75148D343856E888FEFFFF578D45F050FF1570D901006A226A036A016A048D45F08945E8538D45F8508D45E45068000010408D450C50895DE4C745EC40000000FF15C8D901008BF83BFB881E7C636A226A388D45AC508D45F850FF750CFF1588D901008BF83BFB7C3D395DD47538395DD87533FF7508E8551000008BF03BF3742553FF7508E88510000050568D45F850535353FF750CFF15C4D90100FF75088BF8E84B100000FF750CFF1564D90100EB0A81FF350000C0750233FF8BC75F5E5BC9C21000558BEC81EC8402000053568B750C5768214000006A036A03BF800000005733DB538D45E8508D45F05068010010008D45FC50895DF0C745F8400000008975F4FF15C8D901003BC389450C7C0BFF75FCFF1564D90100EB0A3D030100C07503895D0C395D0C0F8CC00200008B46048D9598FEFFFF2BD08A08880C02403ACB75F6668B0E0FB7C18D840598FEFFFF8078FF5C7405C6005CEB044966890E0FB7068B4D102BC18D840599FEFFFF8A11881408413AD375F68D8598FEFFFF508D45DC50FF1570D901008D45DC8945F433C0395D1468214000000F95C0895DF0C745F8400000008D440001506A0357538D45E8508D45F05068170112008D45FC50FF15C8D901003BC389450C0F8C1D020000395D1C74296A0A5933C08D7DACF3AB8D45BC50FF15CCD901006A046A288D45AC508D45E850FF75FCFF15BCD901008B75183BF30F84C60100006894E00100E8550E00006888E00100894510E8480E0000687CE0010089451CE83B0E0000837D10FF8945E4BF04010000750966391E0F84450100008D8598FEFFFF8D70018A08403ACB75F92BC68BCF2BC8518DB40598FEFFFF6890DF010056E825FCFFFF8D8598FEFFFF508D45D450FF1570D901006A226A036A016A048D45D48945F4538D45E8508D45F05068000010408D451450895DF0C745F840000000FF15C8D901003BC389450C881E0F8CC40000006A226A388D459C508D45E850FF7514FF1588D901003BC389450C0F8C99000000395DC40F8590000000395DC80F8587000000837D10FF7436FF7510E8D40D00008BF03BF3742853FF7510E8040E000050568D45E850535353FF7514FF15C4D90100FF751089450CE8C90D0000EB4B6834E00100FF75188D857CFDFFFF6A3D68F0DF010068FFFE0000685CE00100688E00000050E8D04D000083C42053D1E0508D857CFDFFFF508D45E850535353FF7514FF15C4D9010089450CFF7514FF1564D90100EB0A3D350000C07503895D0C395D0C7C41837D1CFF741868A4DF0100578D8598FEFFFF50FF751CE833FCFFFF89450C395D0C7C1E837DE4FF741868B8DF0100578D8598FEFFFF50FF75E4E810FCFFFF89450CFF75FCFF1564D90100395D0C7C108D45DC50FF7508FF1578D9010089450C8B450C5F5E5BC9C21800558BEC83EC0CFF75088D45F468A0E0010050E84448000083C40C6A006A006A018D45F4506890F701006888F70100E899FCFFFF85C07C1A6A00FF750C8D45F46A015068A0F701006898F70100E87BFCFFFFC9C20800558BEC81EC000C0000A1180101008178080000FEFF74455733C0B9000300008DBD00F4FFFFF3AB8B450883A504F4FFFF00898500F4FFFF8B450C898508F4FFFF8B451089850CF4FFFF8D8500F4FFFF506A00E890EEFFFF5FC9C20C006A04FF1560D90100CC6800400000FF742408E8A5FAFFFFC20400558BEC83EC3453565733DB435333F66830FC01008975FCFF15D4D90100E8853500006A0C5933C08D7DCCF3AB8D45CC5033FF57C745CC30000000FF3538010100FF3534010100576A02E86B2000003BC7A3540702007450F605240101000875226880F70100E885FFFFFF85C07D146A028BC359FF75FC5150E80DFFFFFF5F5E5BC9C3A1D0D90100F6000875216878F701006870F70100FF1578D901003BC77D0D3D350000C074068BC38BCBEBC6F6052401010018752BA1180101008D480C51FF7008E86EFEFFFF3BC77D163D7F0000C06A02759C586A5459C745FC10000000EB92A124010100A808751A84C3741683E00250E8CF0D000085C07509576A0253E886FEFFFFA1180101008BB8A4000000E8420B00003BF8730D6A048BC359897DFCE94EFFFFFFA198D9010085C074178B0085C074118BF08D8614020000841874058B40048906E821F7FFFF85F60F842BFFFFFF833EFF0F8522FFFFFFA198D9010083200056FF159CD90100E90EFFFFFFA16807020085C07402FFD05657B85CF60100BF70F601003BC78BF073148B0685C0740783F8FF7402FFD083C6043BF772ECBE50F601008BC6BF58F601003BC773148B0685C0740783F8FF7402FFD083C6043BF772EC5F5EC35657B840F60100BF4CF601003BC78BF073148B0685C0740783F8FF7402FFD083C6043BF772EC5F5EC3558BEC5151A13C000180BA0000FF7F2BC20FB74806560FB7701403F08D0C898D44CEF08138494E49545E75368B400C668365FA002BC2C1E80C8BC8C1E91083E10FC1E11081C9009BC00051668945F8FF75F8E849340000A360070200891564070200C9C3A1D0D901008B008B0D84D901000FB74904D1E8F6D0240181F9680F000056744B81F9C20F0000743881F9C70F0000742081F9D01200007E7781F9D21200007F6FF6D81BC0251116FFFF058F830380EB29F6D81BC025CB12FFFF05CD980380EB19F6D81BC02588AB0280EB0EF6D81BC0257114FFFF05499703808BF085F67430813E8D04C5207528535756FF15DCD901008B3DD8D901006A046A04568BD8FFD7FAC7068D04C528FB536A0456FFD75F5B64A12000000083B850020000005E7505E9D8FEFFFFC3CC535657BBA8F7010053FF15E4D901008B35C4F70100BFC4F70100EB0BFF7424108BC68B36FF50083BF775F153FF15E0D901005F5E5BC20400558BEC83EC508B45088365B8008945B08B450C568B751483E00185F68945B4C745BC26520100741B8B4D1083F90F76036A0F5985C9894DC0740D578D7DC4F3A55FEB048365C0008D45B050FF15E8D901005EC9C210008B4C2404A158070200890D58070200C2040056BEA8F7010056FF15E4D90100837C240C00741C8B0DC8F701008B442408C700C4F701008948048901A3C8F70100EB0E8B4C24088B018B4904890189480456FF15E0D901005EC2080064A1200000008B805002000085C074096A006A0CFF5014EB0233C085C07518A15807020085C0740FFF742404FFD083F8FF75040BC0EB0233C0C204006A1868C0E00100E8D54600008365FC0064A1280000008945E08B502883C2048955DC8952FC8B1DACE001008B35A8E001002BDE895DD88BCB8BFA8BC1C1E902F3A58BC883E103F3A48B0DB8E0010085C9741333C08D3C138BD1C1E902F3AB8BCA83E103F3AA6A01E86FFEFFFFFF750CFF55088945E46A00E85FFEFFFFEB0CFF75ECE83EFFFFFFC38B65E8834DFCFFFF75E4FF15ECD90100CC558BEC8B450C85C07505A1300101008B4D1868135301006A00C1E90281E101FFFFFF51FF7514FF7510FF751CFF355C070200506A008D450C50FF15F0D901008BC885C97D22640FB605240000003C02731664A12800000083782800740A51E851F5FFFF33C0EB038B450C5DC2180064A1280000008B802C010000C3558BEC83EC105356578B7D1433DB3BFB7402891F8B75183BF374688B46088945F08B460C8945F48B46108D4DF051FF75108BC8FF750C80E101F6D956BF03010000893E1BC9F7D123CE515350FF7508FF15F8D901003BC37C153BC774118B45143BC374058B4E04890833C040EB78B9110000C03BC175678B45143BC37402891851EB5C53FF75108D45F8FF750C50535353FF7508FF15F8D901003D0301000075125353FF7508FF15F4D901003BC37C0E8B45F83BC37C078B45FC8907EBAB3D110000C07504891FEBA08BC881E1000000C081F90000008075058B4DFC890F50E855F4FFFF33C05F5E5BC9C21400558BEC83EC105356578B7D1433DB3BFB7402891F8B75183BF3745C8B46088945F08B460C8945F48B46108D4DF051FF75108BC8FF750C80E101F6D956BF03010000893E1BC9F7D123CE515350FF7508FF15C4D90100B9000000C08BD023D13BD174653BC774618B45143BC374058B4E04890833C040EB5853FF75108D45F8FF750C50535353FF7508FF15C4D901003D0301000075125353FF7508FF15F4D901003BC37C0E8B45F83BC37C078B45FC8907EBC08BC881E1000000C081F90000008075058B4DFC890F50E87FF3FFFF33C05F5E5BC9C21400558BEC83EC48538B5D1085DB565774078B3B8B750CEB088B450C998BF08BFA8B451483E800745A4874294875266A226A388D45B8508D45F050FF7508FF1588D9010085C07C268B45E003C68945F88B45E4EB2A6A0E6A088D45F8508D45F050FF7508FF1588D9010085C07D0B50E804F3FFFF83C8FFEB7C0175F88B45FC13C7EB058975F88BC785C08945FC7F0F7C06837DF80073076883000000EB0D85DB7510A9FFFFFF7F74096A57E89AF2FFFFEBC26A0E6A088D45F8508D45F050FF7508FF15BCD9010085C07C1B85DB74058B45FC8903837DF8FF75076A00E869F2FFFF8B45F8EB0F50E88CF2FFFF83C8FF85DB740289035F5E5BC9C21000558BEC51518D45F850FF7508FF15FCD9010085C07C0533C040EB0850E85BF2FFFF33C0C9C20400558BEC83EC208B45184853568B750C6A015B744148743548742D48742148750FF7C600000040C7450C04000000752D680D0000C0E81CF2FFFFE91A010000C7450C03000000EB15895D0CEB10C7450C05000000EB07C7450C02000000578B7D08578D45F450FF1570D9010066395DF476100FB745F4807C38FF5C7505895D08EB04836508008B4D1C8D45F48945E48BC1C1E804BA0000000823C28BD981E3000000200BC3D1E88BD923DA0BC3C1E8088BD181E2000000100BC2C1E8068BF98BD1C1EA1981E7000000020BC7F7D2C1E80B83E2200BC2F7C100000004C745E0FDFFFFFFC745E840000000740B0D0010000081CE0000010033DB3BFB5F750383C84050FF750C81E1A77F0000FF75108D45EC5153508D45E05081CE80001000568D45FC50FF15C8D901008BF03BF37D2F56E821F1FFFF81FE350000C075046A50EB1381FEBA0000C07510395D0874046A03EB026A05E8CFF0FFFF83C8FFEB28837D18027506837DF003740C837D1804750D837DF001750768B7000000EB0153E8A5F0FFFF8B45FC5E5BC9C21C00FF7424088D4424086A006A006A04506A10FF3508DA0100E873320000C20800558D6C249881EC900200008B457485C053568B75785775038B46248D4D4C5150E8BCFFFFFF8B4618BF880000003BC78BDF73028BD88D45D8506A148D454C50E8912C000083C3EC538D4614508D45D850E8E22C000033C039457074598B76183BF776528DBE78FFFFFF3BF87448BB00020000EB0233C03BFB8BF373028BF750568D8DD8FDFFFF518D4D6051505050FF7570FF15F8D9010085C07C393975647537568D85D8FDFFFF508D45D850E8862C00002BFE75BFFF757C8D454C6A14508D45D850E8752C000033C0405F5E5B83C568C9C2100050EB0568110000C0E8CAEFFFFF33C0EBE5558BEC83EC2453568B7514578B3DF8D901008D45F0506A1C5633DB8D45F850535353FF7508895DF0895DF4FFD73BC37C3D837DFC1C75328B7618B8880000003BF076028BF0538D46E4508B451483C01C508D45F850535353FF7508FFD73BC37C0D8D46E43945FC740FB8100000C050E852EFFFFF33C0EB628B5514817A145843534674096A0DE80DEFFFFFEBE7B9880000003BF173152BCE8D3C168BF1C1E90233C0F3AB8BCE83E103F3AA395D1074278D45DC5052FF750CFF7508E85BFEFFFF85C074B08B7D146A05598D75DC33C0F3A774046A05EBAF33C0405F5E5BC9C21000558BEC83EC10538B1D70D901005657FF75088D45F050FFD38B351C0101008B3D200101006BF63803F7EB20FF77148D45F850FFD36A018D45F8508D45F050FF150CDA010084C0751B83C7383BFE72DC6890040000E85EEEFFFF83C8FF5F5E5BC9C204008BC7EBF5568B74240856FF1510DA010085C07D0A50E868EEFFFF33C0EB038B46045EC20400FF742404FF1514DA010085C07D0A50E849EEFFFF33C0EB0333C040C204008B4424048B4008C20400558BEC51516A006A048D45FC508D45F8506A0AE8E82F000085C07C058B45FCC9C333C0C9C3558BEC81EC2C020000A1180101008B4008566A108945F06A038D45E0508D45D45068000010C08D45F833F6508975D4C745DC40000000C745D8D4E20100FF156CD901003BC68945F40F8CF50100008D45E85068000200008D85D4FDFFFF508D45E050565656FF75F8C745E8000800008975ECFF15F8D901003BC68945F40F8CB7010000A11CDA01008B1053BE865231974A39B5D4FDFFFF57BB000055AA750E395DCC750983BDD8FDFFFF027422B98000000033C08DBDD4FDFFFFF3AB89B5D4FDFFFFC785D8FDFFFF02000000895DCC8B4510C70001000000A11CDA01008B0883F92976036A29598D79FF33F633C085C9897DFC763A8DBDDCFDFFFF8B5DF03B1F7506837F0800750A4083C70C3BC172EBEB1A8D14408BB495E0FDFFFF83C6038BD08B4510C7000000000075538B7DFC8365100085C976398365FC008D85E0FDFFFF8378040074078B5D103918740BFF45FC83C00C394DFC72E8394DFC75068B751083C603FF4510394D1072CB85F675128D047F8BB485E0FDFFFF83C603EB038B7DFC8D41033BF072038D71028B450C89308B4508F7D81BC023C73BC2A318FC010073168D0452C1E002508D85DCFDFFFF508D85E8FDFFFFEB1976252BFA8D0C7F8D0452C1E1028D8485DCFDFFFF518D480C5150E8592F0000A118FC010083C40C8B4DF08D0440898C85DCFDFFFFA118FC010033C933D283C6FD394D088D044089B485E0FDFFFFA118FC01000F94C28D0440899485E4FDFFFF8D45E85068000200008D85D4FDFFFF508D45E050515151FF75F8FF15C4D901005F5BFF75F8FF1564D901008B45F45EC9C20C00558BEC81EC140100005356578D45F4508D45FC50FF7508E899FDFFFF33DB3BC30F8CCE000000395D087508395DF4895D087407C7450801000000FF75FC8B0D2401010068B4E201008D85ECFEFFFFC1E91E6804010000BE0040000050D3E6E8103800008B3D70D9010083C4108D85ECFEFFFF508D45F050FFD78D85ECFEFFFF508D45F850FFD766FF4DF8395D087410568D45F850E8E92800008BF83BFB745D568D45F050E833EBFFFF8BD885DB7D24837D0800751A568D45F850E8C328000085C0740C568D45F050E80FEBFFFF8BD885DB7C118D45F85068A4E20100FF1578D901008BD833C085DB0F9DC08BF885FF750B53EB0333FF50E8C9EAFFFF8BC75F5E5BC9C20400FF74240CFF74240CFF74240CE87C1C00000FB6C0C20C00A154070200C38B442404FF742408C1E80383E00850FF3554070200E8DB140000C20800FF7424046A00FF3554070200E8421C0000F6D81BC0F7D023442404C20400558BEC83EC0C53568B75088B46188D484C33DB3919570F85F70000008B48483BCB894D0874468B41083B4104743E6A04B800100000508945FC8B51088D45FC50538D45F403D1508955F4FF1574D9010085C07D0733C0E9BE0000008B45088B4DFC0148088B4508E9840000008B3D74D901006A0468002000008D45F850538D450850C745F800000100895D08FFD785C07CC26A04B800100000508945FC8D45FC50538D450850FFD785C07D1568008000008D45F8508D450850FF1520DA0100EB938B46188B40488B4D0889018B46188B4D088948488B45088B4DF88948048B45088B4DFC8948088B45088D4810894DF48B48088B55F403C88B461883C04CEB0789108BC283C2103BD172F589188B4E1883C14C8B018B1089115F5E5BC9C204008B4C24048B41188B504C8B44240889108B491889414C8360040083600800C20800558BEC53568B7508578B7D108D5E38EB368B50048B4D0C3BD1775D8B480803CA3B4D0C75200378088BCA894D0C8B085056890BE8A7FFFFFFFF4E343B7E1C7607897E1CEB028BD88B0385C075C456E86CFEFFFF85C0741A8B4D0C8948048978088B0B89088903FF46343B7E1C7203897E1C5F5E5B5DC20C008D14393B500475CD0178088948048B40083B461C76E389461CEBDE558BEC51518365FC005356578B7D0C8D47388B3085F68945F874228B5D108B038B4D14394608720985C9741A394E0474158975FC8975F88B3685F675E633C05F5E5BC9C210008B46048B4D0889450C8B818405000085C0740A538D550C5251FFD0EB146A046800100000536A008D450C50FF1574D9010085C07CC28B03C1E80C2947308B471C3B4608750483671C008B5F40F64305108B450C894508740D0FB70BC1E10403CB3B4E0474478B4DFC85C975058B5F28EB098B59088B4DFC035904F6430510752C8B4F2C0FB713C1E204895D1403DA3BD9730E66833B007408F643051074E5EB0C3B5D0C0F854EFFFFFF8B5D14806305EF8B4D108B110156048B1129560875318B4E043B4F2C7506C6400510EB07C64005008B47288B4DF88947408B0656578901E821FEFFFFFF4F348B45088B4D10EB07C64005108947408A53048850048B09C1E904F6400510668908668B0B66894802750E668B080FB7D1C1E20466894C0202837F1C000F85CFFEFFFF8B4F38EB0D8B51083B571C720389571C8B0985C975EFE9B4FEFFFF558BEC538B5D0856578B7D0C0FB74702C1E0048BF72BF03BF70F8439010000F64605010F852F0100000FB70E8B4510030881F900FF00000F871E010000807D1400746F8B4F088B570C3BCA890A8951047525668B0F6681F98000731B0FB7C98BC183E107B201C1E803D2E28D84186001000030108B45108A4F05F6C10474290FB707C1E00483E818F6C102740883F804760383E80468EEFEEEFE508D471850FF1524DA01008B45100FB70F294B30C64514008B4E088B560C3BCA890A8951047525668B0E6681F98000731B0FB7C98BC183E107B201C1E803D2E28D84186001000030108B45108A4E05F6C10474290FB706C1E00483E818F6C102740883F804760383E80468EEFEEEFE508D461850FF1524DA01008B45108A4F0580E110F6C110884E05740B0FB64E048B4C8B608971400FB70E01080FB70E294B30F6460510668B088BFE66890E75128B08668B10C1E1046689543102EB038B4510F64705100F85370100008B088BF1C1E60403F7F64605010F85240100000FB71603D181FA00FF00000F8713010000807D1400746B8B4F088B570C3BCA890A8951047525668B0F6681F98000731B0FB7C98BC183E107B201C1E803D2E28D84186001000030108B45108A4F05F6C10474290FB707C1E00483E818F6C102740883F804760383E80468EEFEEEFE508D471850FF1524DA01008B45100FB70F294B308A4E0580E110F6C110884F05740B0FB64F048B4C8B608979408B4E088B560C3BCA890A8951047525668B0E6681F98000731B0FB7C98BC183E107B201C1E803D2E28D84186001000030108B45108A4E05F6C10474290FB706C1E00483E818F6C102740883F804760383E80468EEFEEEFE508D461850FF1524DA01008B45100FB70E01080FB70E294B30F6470510668B0866890F750D8B08668B00C1E10466894439028BC75F5E5B5DC21000558BEC51518B450C8A50045356668B70020FB6CA578B7D088B4C8F60894DF88A4805884D0F8B4D10014F3085C98855FF0F84B3000000EB068A55FF8B4D1081F900FF0000761681F901FF0000BB00FF0000750383C3F0C6400500EB088BD98A4D0F884805806005F86681FB800066897002885004668918732B0FB7CB8DB4CF80010000393675338BD1C1EA038D943A6001000089550883E107B201D2E28B4D080811EB168D8F800100008B31EB08663B5EF876068B363BCE75F48B56048D4808893189500C890A894E040FB7CB294D10C1E10403C18B4DF83B412C8BF37314837D10000F854FFFFFFFF6450F107504668970025F5E5BC9C20C008B442404F6400508740583C0E8EB0A0FB708C1E1048D4401F0C20400558BEC83EC0C8B5518538B5D083B531C760732C0E9E003000056578B7D100FB7078A4F058BF0C1E60403F7F6C110884DFE74672BD056C1E2048D45F8500FB6470481C2FF0F000081E200F0FFFF8955F8FF74836053E860FAFFFF85C07453C16DF8046A008D4DF8515053E8D6FBFFFF0FB7178B75F88A480503D63B55187310565053E863FEFFFF8B45F8014330EB228955F88B5518E9900000008A4E05F6C101884D0B750C0FB70E03C83BCA894DF8730732C0E93F0300008B46088B4E0C3BC189018948047529668B06663D800073200FB7C88BC1C1E8038D8418600100008945F483E107B001D2E08AC88B45F430088A4E05F6C10474290FB706C1E00483E818F6C102740883F804760383E80468EEFEEEFE508D461850FF1524DA01008B55180FB7062943308A4D0B0FB7070FB677062955F8C1E0042BC6837DF8028945F477070355F88365F800F645FE02741A0FB707C1E0048D7438F08BC2C1E0048D7C38F0A5A5A5A58B7D108AC2C0E0042A4514837DF800668917884706752D80E110084F0584C9884D1B75100FB7C2C1E0046689543802E91E0200000FB647048B448360897840E90E0200008BF2C1E60403F7F6C110668956028A47048846040F84850000000FB6C08B448360897040884E05668B45F880E1F8668906884E058B4DF86681F9800073300FB7C18D94C380010000391275380FB70E8BC1C1E8038D84186001000089450883E107B001D2E08AC88B45080808EB168D83800100008B10EB08663B4AF876068B123BC275F48B4A048D46088910894E0C89018942048B45F8014330E96F0100008B7DF8C1E70403FE8A4705A801747680E1EF884E05668B45F86689068B45F88BC8C1E1046689443102806605F88B4DF86681F98000732F0FB7C18DBCC380010000393F0F85030100000FB70E8BC183E107B201C1E803D2E28D8418600100000810E9E60000008D83800100008B38EB0C663B4FF80F86D20000008B3F3BC775F0E9C70000008B4F0C88450B8B47083BC189018948047521668B07663D800073180FB7C88BC183E107B201C1E803D2E28D84186001000030108A4F05F6C10474260FB707C1E00483E818F6C102740883F804760383E80468EEFEEEFE508D471850FF1524DA01000FB7072943300FB7070145F88A4D0B884E058B45F83D00FF00007762F6C110668906750F8B45F88BC8C1E1046689443102EB0B0FB646048B448360897040806605F88B4DF86681F980000F8201FFFFFF8D83800100008B38EB08663B4FF876068B3F3BC775F48B4F048D46088938894E0C89018947048B45F8014330EB08505653E835FBFFFF8B7D108B550CF6C20874238B75F48B4D143BCE76192BCE8D7C3E108BF1C1E90233C0F3AB8BCE83E103F3AA8B7D108BC2C1E804324705C1EA04241F32C2884705B0015F5E5BC9C214008B4C240C8A41F5A801750583C8FFEB1CA808740B0FB751F08B41E82BC2EB0D0FB741F00FB649F6C1E0042BC1C20C00558BEC83EC0C8B45202B45185399BB001000008BCBF7F9568B750C578D7E5783E7F08945F88B45083B45187509668B00668945FCEB048365FC008B4D1C8BC72BC6C1F8048945F48D47103BC172363B452073218BC72BC183C0106A0489450C538D450C506A008D451C50FF1574D9010085C07D0732C0E99C0000008B4D1C034D0C894D1C8B45202BC199BB00100000F7FB668B55FC8A5D1066895602668B55F46689168B55148956148B55088956188B55188956208B55F8C1E20C035518C646050189562C8B55F8885E04C74610EEFFEEFF897E2889562485C0894630740EC1E00C505156E810F5FFFF8B4D1C8B55080FB6C32BCF89748260668B06C1F9045157C6470510897E405266894702885F04E8A8F9FFFFB0015F5E5BC9C21C00558BEC83EC10538B5D0C568DB3FF0F0000C1EE0C8BC6C1E00C578B7D088945F8C645F440C6450F000FB64D0F8B4C8F6085C9894DFC74243B7130772B3B411C77266A008D45F8505157E821F5FFFF85C00F85F40000008B45F8EB0C807DF44075068A4D0F884DF4FE450F807D0F4072B8807DF4400F8404010000F64714020F84FA0000008B4F208365FC008D83001000003BC189450C8945087703894D088B3574D901006A04BB00200000538D4508506A008D45FC50FFD685C07D2E8B4D0C394D08741ED16D08394D087303894D086A04538D4508506A008D45FC50FFD685C07CDA85C00F8C940000008B45080147208B4D0C8B47243BC8894DF077038945F06A0468001000008D45F0506A008D45FC50FFD68BF085F67C528B45FC8B4D0803C8518B4DF003C851506A00FF75F45057E8ADFDFFFF84C07505BE170000C085F67C298B45FC8B4028EB36C16DF8046A008D4DF8515057E89FF5FFFFFF75F88BF05657E838F8FFFF8BC6EB1568008000008D4508508D45FC50FF1520DA010033C05F5E5BC9C20800558BEC83EC24538B5D0883BB84050000007411FF7510FF750C53E8F9F7FFFFE9810200008365F000568B750C0FB646048B4483608945088D86FF0F0000BA00F0FFFF23C28BC82BCEC1F9046683F901578945FC894DF8751105001000008945FCC745F801010000EB1C668B4E026685C974133BC6750F0FB7C9C1E1048BF98BCE2BCF894DF08B7D108365E800C1E70403FE8BCF23CA894D0C8BCF2B4D0CC1F9046683F901894DF47513816D0C00100000C745F4010100008B4DF4EB0E6685C97509F64605107503897DE80FB7C9894DECC1E1042BF939450C894DDC760529450CEB0483650C00837D0C000F84A9010000FF7508E81CF1FFFF85C08945E40F849601000068004000008D450C508D45FC50FF1520DA0100FF75E48945E0FF7508E810F2FFFF837DE0000F8C6B010000FF750CFF75FCFF7508E819F2FFFF8B450C8B55088B4DF8C1E80C0142306685C90F848F0000000FB7C1C646051066890E014330897240806605F86681F9800073308D84C380010000390089450875480FB70E8BC1C1E8038D8418600100008945E083E107B001D2E08AC88B45E00808EB238D8B800100008B01EB12668B4DF8663B48F8760C8B008D8B800100003BC875EA8945088B45088B4804894D108D4E088901894D088B4D10894E0C8B75088931897004EB268B45F085C0740680480510EB168B42408B4DFC3BC1720F8B750C03F13BC673068B42288942408B45F46685C0747A66836702008A4A04884F048B4DDCC64705006689076689443902806705F8663D800073288B45EC8DB4C380010000393675300FB70F8BC183E107B201C1E803D2E28D8418600100000810EB168D8B800100008B31EB08663B46F876068B363BCE75F48B4E048D47088930894F0C89018946048B45EC014330EB188B45E885C074116683600200EB0AFF75105653E875F5FFFF5F5E5BC9C20C006A686818E30100E85B2A000033F68975E433DB6A0C5933C08D7D88F3AB8B451C3BC6743F8975FC833830750F6A30508D458850E8BB1C000083C40C834DFCFFEB1A8B45EC8B008B008945D433C040C38B65E88B5DD4834DFCFF33F63BDE0F8C48030000F60552070200207404804D088039758C7508A120FC010089458C3975907508A124FC01008945903975947508A12CFC01008945943975987508A128FC010089459839759C7507C7459CFFEFFD7F3975A07409817DA000F00F007607C745A000F00F008B45143BC67526C74514001000008B45103BC67509C7451000000400EB3C05FF0F00002500F0FFFF894510EB2D05FF0F0000B900F0FFFF23C18945148B55103BD6750C05FFFF0000250000FFFFEBD981C2FF0F000023D1895510C745DC90050000F645080175183975187406804D0B80EB16C745DCAC050000834D18FFEB093975180F855E0200008B7D0C3BFE0F84CA0000003975AC743B8B5DA43BDE0F84430200008B45A83BC60F84380200003BD80F8730020000F64508020F8526020000897DE003DF894510B90004000033C0F3ABEB7B8D45B850FF750C8B352CDA0100FFD685C00F8CFC0100008B7DB83B7D0C0F85F0010000817DC8000001000F84E3010000897DE0B8001000003945C87539B90004000033C0F3AB8B45C48945148B4DE08D1C088D45B85053FFD68B4D14894D1085C07C18817DC800200000750F8B45C403C1894510EB058945148BDFC745D8010000008B450C8945E4EB3C3975AC0F85800100006A0468002000008D451050568D45E450FF1574D9010085C00F8C620100008975D83975147507C74514001000008B5DE4895DE0395DE075406A0468001000008D4514506A008D45E050FF1574D9010085C07D22837D0C000F852301000068008000008D4510508D45E450FF1520DA0100E90B010000035D148B55E48D829705000083E0F88B75DCBF8000000003F783C24C6A085989028BD083C0104975F68BC8832200F6055107020008742183C00783E0F88B4DE489817C010000B80C06000003F08B4DE48B897C01000003C883C60F83E6F08BC6C1E8048B55E46689028B45E4C64005018B45E4C74010FFEEFFEE8B55E48B4508894214257D0001608B55E48942188B45E466818870010000FFFF8BD18B45E42BD06689503A8B45E483603C008B45E40580010000894004890083C0084F75F58B45E48D505889505C8B45E48B505C8950588B7D1883FFFF75098BF951FF1528DA01008B45E489B8800500008B45E08B4D1003C8515350FF75D86A008B45E403F05650E80AF7FFFF84C0750433C0EB6D8B45E466836038008B45E48B4D8C8948208B45E48B4D908948248B4594C1E8048B4DE48941288B4598C1E8048B4DE489412C8B45E48B4D9C8948348B45A083C00FC1E8048B4DE489411C8B45E48B4DAC8988840500008B45E4C740501F0000008B45E4C74054F0FFFFFF8B45E4E881260000C2180068800100006828E30100E8342600008B75088BDE899D78FFFFFFC645E6008B4D0C0B4E18894D0C8B451085C075014083C01F83E0F08945E08BF8C1EF04897DD88365FC00F6C1017510FFB680050000FF15E4D90100C645E60181FF800000000F83910100008D84FE800100008945D439000F84840000008B400483E8088945CC8A50058855E78B4808898DE0FEFFFF8B780C89BDC4FEFFFF890F8979043BCF75360FB7088BF9C1EF0389BD70FFFFFF83E10733FF47D3E789BD10FFFFFF8B8D70FFFFFF8D8C3160010000894DB40FB60933CF8B7DB4880F8B4DD8294E308945C883E21080CA018850058B4DE02B4D10884806C6400700E9F00400008B4DD88BD1C1EA05899560FFFFFF8DBC9660010000897DD083E11F33C040D3E048F7D023078945C083C704897DD083EA00740E4A74224A74364A744AE9C300000085C074088DBE80010000EB438B078945C083C704897DD085C074088DBE80020000EB2C8B078945C083C704897DD085C074088DBE80030000EB158B078945C083C704897DD085C0747A8DBE80040000897DD48BC8E8FA1400000FBEC08D04C78945D48B400483E8088945CC8B4808898DD0FEFFFF8B500C899558FFFFFF890A8951043BCA0F85B40000000FB7088BD1C1EA03899508FFFFFF83E10733FF47D3E789BD50FFFFFF8DB4326001000033C98A0E33CF880EE9840000003B7E1C0F873B0400008D96800100008955D48B42048945BC3BD0743D83C0F88945CC0FB7003B45D8722F8B0A894DBC3BD174268D41F88945CC0FB7303B75D872148B4808898D6CFFFFFF8B500C899548FFFFFFEB2A8B09EBD3FF75E053E853F5FFFF8945CC85C00F84CB0300008B4808898D00FFFFFF8B500C899540FFFFFF890A8951048A4805884DE70FB708294B308945C8C64005010FB7108B4DD82BD18955986689088B4DE02B4D10884806C640070085D20F842903000083FA01751933C9668B084166890833C98A480683C110884806E90B0300008B75D8C1E60403F089B5C0FEFFFF8A4DE7884E05668B7DD866897E028A4004884604668916F6C1100F84BB00000033C08A460583E0108846056681FA8000735E0FB7C28DBCC38001000089BD38FFFFFF393F75360FB70E8BC1C1E80389857CFFFFFF83E10733C040D3E08985F8FEFFFF8B8D7CFFFFFF8D8C1960010000894D9C0FB6090BC88B459C880889BD30FFFFFF8B4F04898DD8FEFFFFE9FD0100008D8B80010000898D28FFFFFF8B018945843BC874128D78F889BDF0FEFFFF663B1776048B00EBE7898520FFFFFF8B780489BDC8FEFFFF8D4E088901897E0C890F894804015330E9070200008BC2C1E00403C6898518FFFFFF8A4805F6C1010F84AF0000006689500233C08A460583E0108846056681FA8000735E0FB7C28DBCC38001000089BDE8FEFFFF393F75360FB70E8BC1C1E80389459483E10733C040D3E0898568FFFFFF8B4D948D8C1960010000898D74FFFFFF0FB6090BC88B8574FFFFFF880889BD64FFFFFF8B4F04898D5CFFFFFFE9250100008D8B80010000898D54FFFFFF8B0189458C3BC874128D78F889BD4CFFFFFF663B1776048B00EBE7898544FFFFFF8B780489BD3CFFFFFFE923FFFFFF884E058B4808898D34FFFFFF8B780C89BD2CFFFFFF890F8979043BCF753A668B086681F9800073300FB7C98BF9C1EF03897DB083E10733FF47D3E789BD24FFFFFF8B4DB08D8C1960010000894DA00FB60933CF8B7DA0880F0FB708294B300FB70003D089559881FA00FF00000F87C5000000668916F6460510750A8BC2C1E004668954300233C08A460583E0108846056681FA800073650FB7C28DBCC38001000089BD1CFFFFFF393F75300FB70E8BC1C1E80389459083E10733C040D3E0898514FFFFFF8B4D908D8C1960010000894D880FB6090BC88B4588880889BD0CFFFFFF8B4F04898D04FFFFFF8D46088938894E0C8901894704E934FEFFFF8D8B80010000898DFCFEFFFF8B018945803BC874128D78F889BDF4FEFFFF663B1776048B00EBE78985ECFEFFFF8B780489BDE4FEFFFFE9ECFDFFFF525653E88CEBFFFFC645E700F646051074110FB646048B4483608985DCFEFFFF897040F645E710740C8B45C88A480580C9108848058B75C883C6108975C4807DE6007410FFB380050000FF15E0D90100C645E600F6450C080F840E0100008B4D1033C08BFE8BD1C1E902F3AB8BCA83E103F3AAE9F4000000C745B8170000C0E9A5000000F64614020F84940000008365DC008345E0206A048B450CC1E014F7D025000080000D00100000508D45E0506A008D45DC50FF1574D901008945B885C07C676A0C5933C08B7DDCF3AB8B45E02B45108B4DDC668941208B45DCC640250B8B45E08B4DDC8941188B45DC8B4DE089481C83C65889B5D4FEFFFF8B46048985CCFEFFFF8B4DDC89318B4DDC8941048B4DDC89088B45DC8946048B75DC83C630EB47C745B8230000C0F6450C047438C78570FEFFFF170000C083A578FEFFFF00C78580FEFFFF0100000083A574FEFFFF008B45E0898584FEFFFF8D8570FEFFFF50FF15E8D9010033F68975C4834DFCFFE83D00000085F674268975A48B45108945A88365AC0064A1200000008B805002000085C074098D4DA4516A0AFF50148BC6E8221F0000C20C008B9D78FFFFFF8B75C4807DE600740CFFB380050000FF15E0D90100C36A5C6838E30100E8BC1E00008B75088BDE895DDCC645E700C645E6018B7D1085FF7507B001E9AC010000897D948365980083659C0064A1200000008B805002000085C074098D4D94516A0BFF50148B450C0B461883C7F08365FC00A8017510FFB680050000FF15E4D90100C645E701F64705080F85030100000FB7078945E06A008D45E0505756E89EE6FFFF8945D08B4DE081F980000000736633C98A480583E1108848050FB74DE08D94CE800100008955CC391275280FB7088BF9C1EF03897DC883E10733DB43D3E3895DC48DBC376001000033C98A0F0BCB880F8B5DDC8955C08B7A04897DBC8D4808891189780C890F894A048B45E0014630E9CA0000003B4E2872178B563003D13B562C720D515056E8A0F0FFFFE9AE00000081F900FF0000774E33C98A480583E11088480581C6800100008975B88B0E894DD83BF174138D51F88955B4668B7DE0663B3A76048B09EBE6894DB08B71048975AC8D5008890A89700C89168951048B45E0014330EB58515056E855E8FFFFEB4E8D47E08945D48B08894DA88B40048945A48908894104807DE7007410FFB680050000FF15E0D90100C645E7008365E00068008000008D45E0508D45D450FF1520DA01008945A085C07D04C645E600834DFCFFE80E0000008A45E6E8281D0000C20C008B5DDC807DE700740CFFB380050000FF15E0D90100C3683C0100006848E30100E8C51C00008B45088945D4C645E3008B751085F6741489758C8B4818094D0C8B551481FAFFFFFF7F760733C0E9D506000085D27501428B485003CA234854894DE4F7450C0001003C750F83B87C010000007506F646F502740683C110894DE48365FC00F6450C017514FFB080050000FF15E4D90100C645E30183750C01C745FC010000008D5EF0895D9C8A4305A8010F84F80500008AC880E10874358D53E0899510FFFFFF0FB7038B72182BF08975D08D1430C1EA048955B08345E4208B7DE481C7FF0F000081E700F0FFFF897DE4EB160FB7038BD08955B00FB67B068BF2C1E6042BF78975D08B7DE4C1EF04897DC83BFA0F87E2030000473BFA7507897DC88345E41084C9740B8B45E42B4514668903EB2CF6430502741DC1E0048D4418F08945B48B4DC8C1E1048D7C19F0897D948BF0A5A5A5A58B45E42B45148843068B75D08B4D143BCE761DF6450C0874172BCE33C08B7D1003FE8BF1C1E902F3AB8BCE83E103F3AA8B4DC83BCA0F84BB04000033C08A430583E0FE8845C7A808744683C3E0899D68FFFFFF8B45E48D0C03894DD8C1E2042BD08955DC68008000008D45DC508D45D850FF1520DA0100898508FFFFFF85C00F8C710400008B45DC294318E9660400008BF1C1E60403F389B50CFFFFFF88460566894E028A53048856040FB73B2BF9897D8866890B8A4B0580E1EF884B05A8100F84A30000000FB64E048B45088B4C8860898D5CFFFFFF89714066893E8A4E0580E1F8884E056681FF800073410FB7CF8D84C8800100008945C0390075570FB70E8BD1C1EA0389952CFFFFFF83E10733DB43D3E3899D54FFFFFF8B4D088D8C0A6001000033D28A110BD38811EB278D90800100008955C08B028945A83BD074128D48F8898D14FFFFFF663B3976048B00EBE78945C089854CFFFFFF8B5004899524FFFFFFE9140200008BC7C1E0048D1C30899D44FFFFFF8A4305A8010F849800000066893E66897B028A460524F88846056681FF800073440FB7C78B4D088D84C1800100008945B83900755A0FB70E8BD1C1EA03899504FFFFFF83E10733DB43D3E3899D3CFFFFFF8B4D088D8C0A6001000033D28A110BD38811EB2A8B550881C2800100008955B88B028945903BD074128D48F8898D1CFFFFFF663B3976048B00EBE78945B8898534FFFFFF8B5004899564FFFFFFE9630100008846058B4308898560FFFFFF8B4B0C898D58FFFFFF89018948043BC17542668B03663D800073390FB7C88BC1C1E803898550FFFFFF83E10733D242D3E28955A08B55088D841060010000898578FFFFFF0FB6003345A08B8D78FFFFFF8801EB038B55088A4B05F6C10474350FB703C1E00483E818894598F6C102740B83F804760683E80489459868EEFEEEFE508D431850FF1524DA0100898548FFFFFF8B55080FB7032942300FB70303F8897D8881FF00FF00000F87C100000066893EF6460510750C8BC7C1E00466897C3002EB110FB646048B448260898540FFFFFF8970408A460524F88846056681FF8000733E0FB7C78D84C2800100008945BC390075540FB70E8BD9C1EB03895DAC83E10733DB43D3E3899D38FFFFFF8B4DAC8D94116001000033C98A0A0BCB880AEB2781C2800100008955BC8B028945A43BD074128D48F8898D30FFFFFF663B3976048B00EBE78945BC898528FFFFFF8B5004899520FFFFFF8D4E08890189560C890A8948048B45D4017830E9610100005756FF7508E8FCE2FFFFE95201000084C9751B57FF751453FF750CFF7508E8F9E3FFFF84C00F85360100008B75D0F6450C10740983651000E9240100006681650E03C033C08A4305A802745F80650DF125E000000083C810C1E00409450C53E89CE3FFFF8945B4C745FC02000000668B40026685C0740D84E478090FB7C0C1E01209450CC745FC01000000EB2E33C040C38B65E88B5D9C8A430524FD884305C745FC010000008B75D0EB108A430784C074090FB6C0C1E01209450CFF75148B450C83E0F750FF7508E8EFF0FFFF8945CC85C00F848600000083C0F0898518FFFFFFF6400502742850E813E3FFFF8BF8897D94F6430502741153E802E3FFFF8945B48B4004894704EB0633C0ABABABAB8B45143BC672028BC650FF7510FF75CCE86709000083C40C3975147621F6450C08741B8B4D142BCE33C08B55CC8D3C328BD1C1E902F3AB8BCA83E103F3AAFF7510FF750CFF7508E8DCF7FFFF8B45CC894510837D1000755BF6450C047455C785B4FEFFFF170000C083A5BCFEFFFF00C785C4FEFFFF0100000083A5B8FEFFFF008B45E48985C8FEFFFF8D85B4FEFFFF50FF15E8D90100EB1B8B45EC8B008B0033C93D170000C00F95C18BC1C38B65E8836510008365FC00834DFCFFE8740000008B4D10394D8C7562898D6CFFFFFF83A570FFFFFF0083A574FFFFFF0064A1200000008B805002000085C0740F8D8D6CFFFFFF516A0BFF50148B4D10898D7CFFFFFF8B45148945808365840064A1200000008B805002000085C0740F8D8D7CFFFFFF516A0AFF50148B4D108BC1E8FA150000C21000807DE300740F8B45D4FFB080050000FF15E0D90100C36ACD59680007020051B8009065B5506820070200FF1530DA0100C3833D48070200007406FF153CDA0100C21000558BEC83EC0C6A0068698401006800070200FF1544DA01006A006820070200FF1540DA0100A1D0D901008325480702000083254C07020000F6000875308D45F8506A048D45FC508D45F4506A11E87705000085C0750D8B45FC83E001A348070200EB0AC7054C07020001000000E861FFFFFFC9C3A14CDA0100836020006A006A016840FC0100FF1548DA0100C3C20800568B354CDA0100FF1538DA01008AC8C7461008850100C74614EF840100FF1534DA010033C03946205E741050506A01506840FC0100FF1550DA0100A1600702008B0D640702008BD00BD174075150E806000000C20400CCCCCC8B4C24048B5424080F014424068B442408FA87480887500CFBEA8485010008008BC1C20800558BEC83EC40837D0C407607C7450C40000000568B7508576A105933C08D7DC0F3AB8B4D0C8BC1C1E9028D7DC0F3A58BC883E103F3A45F33C05E817485C0363636364083F81072F2FF7510E8450500006A408D45C050FF7510E831050000C9C20C00E928050000558BEC83EC546A40583945107603894510568B750C576A1033C0598D7DACF3AB8B4D108BC1C1E9028D7DACF3A58BC883E103F3A433C0817485AC5C5C5C5C4083F81072F28B75088D45EC5056E8D104000056E8D70400006A548D45AC5056E8C5040000FF751456E8B60400005F5EC9C21000558BEC568B750C85F6797DF7C60000000F750C81E6FFFFFFFC81CE0000000C8BCEC1E9188BC6C1E81C83E10F83E00383F901FF348550FC01007516680010000068FFFFFF006A00FF7508E8F8030000EB1033C040D3E0506AFFFF7508E8A30300008BD085D27432F7C600000040742A8B4D088BF157C1E90233C08BFAF3AB8BCE83E103F3AA5FEB11FF7508C1EE1883E64056E8C3D7FFFF8BD08BC25E5DC20800F644240B80FF7424047407E8C4030000EB05E8C0D7FFFFC20800558BEC83EC708B4508576A188945CC33FF578D45DC508D45C85068030010008D45FC50897DC8C745D040000000FF156CD901003BC77D0D50E806C2FFFF33C0E9DB02000053568B3568D901006A188D45B050575768000007008D45DC50575757FF75FCFFD68BD83BDF7D0FFF75FCFF1564D9010053E99C0200008B4DC4E8A20200006A200FB6C08945F08D459050575768044007008D45DC50575757FF75FCFFD68BF03BF77D0FFF75FCFF1564D9010056E9600200008B5DC481C3FF0F000081E300F0FFFF395D0C7303895D0CB8001000003BD88945F47603895DF48B759C3BFE8B7D987207775A397DF4735533C050FF750C5657E84A140000403DF0FF0000730803C0C6450B01EB07C1E002C6450B008D4BFFF7D18D4418FF23C12B7DF46A00591BF13BCE8945EC720677153BC777112BF81BF133C03BC6721C7705397D0C7615FF75FCFF1564D901006A70E8C3C0FFFFE9C4010000680000832453E8E4FDFFFF8BF085F67513FF75FCFF1564D90100689A0000C0E99B01000083C8FF8BCB8BD1C1E9028BFEF3AB8BCA83E103F3AA8B4DF08B450CD3E833FFC70646415458C7460C010000000FB6C08946088D45D45066897E10FF15CCD901008B45D48946048B45F4897DE4897DE88945F88D45E45053568D45DC50575757FF75FCFF15C4D901003BC78945F07C248BCB8BD1C1E90233C08BFEF3AB8BCA83E103F3AA015DE48355E800295DF8741433FFEBBF680000832456E8CDFDFFFFE9C90000008BCB8BD133C0C1E9028BFEF3AB8BCA83E103F3AA8B45F48945E433C0807D0B008945E88B45EC8945F8740D66814E02FFFF66C706F8FFEB0A834E04FFC706F8FFFFFF8D45E45053568D45DC5033FF575757FF75FCFF15C4D901003BC78945F07C5B33C08BFEABAB015DE46A00581145E8295DF875CD8BCB8BD1C1E90283C8FF8BFEF3AB8BCA83E103F3AA8B450C8945F88D45E45053568D45DC5033FF575757FF75FCFF15C4D901003BC78945F07C0D015DE457581145E8295DF875D4680000832456E801FDFFFF33FF5757575768200009008D45DC50575757FF75FCFF1500DA0100FF75FCFF1564D90100397DF07C0533C040EB0AFF75F0E828BFFFFF33C05E5B5FC9C208000FBCC1C3558BECFF7518FF7514FF7510FF750CFF7508E8CF00000050FF15A0D901005DC21400558BEC8B450C83F8FF8B4D08740C836510008BD08D4401FFEB0533D283C8FF56FF7514FF7510505251FF1554DA01008BF085F675076A08E88FBEFFFF8BC65E5DC21000558BEC56FF7518FF7514FF7510FF750CFF7508FF1554DA01008BF085F675076A08E862BEFFFF8BC65E5DC21400FF259CD90100FF2560D90100FF2564D90100FF2568D90100FF256CD90100FF2570D90100FF2574D90100FF2578D90100FF257CD90100FF2580D90100FF25B0D90100FF25B4D90100FF25B8D90100FF2504DA0100FF2518DA0100568B742408EB1056E83212000085C0597505E8CC00000056E81012000085C05974E55EC3B832D90100E82E12000083EC44686CE301008D4DD8E8D288FFFF8365FC008D45D8508D4DB0E83289FFFF6860F301008D45B050C745B078DC0100E8FB080000CCB832D90100E8EE11000083EC446884E301008D4DD8E89288FFFF8365FC008D45D8508D4DB0E8F288FFFF68CCF101008D45B050C745B078DC0100E8BB080000CCC70194E30100E98D090000568BF1E8EDFFFFFFF644240801740756E8C9030000598BC65EC2040056FF7424088BF1E816090000C70694E301008BC65EC20400558BEC83EC10F605040502000156BE94E30100752D830D04050200018D45FC50B9F8040200C745FC9CE30100E894080000683CD901008935F8040200E8371200005968F80402008D4DF0E8BB0800006828F601008D45F0508975F0E81B080000CCCCCCCCCCCCCCCCCCCCCCCCCC558BEC57568B750C8B4D108B7D088BC18BD103C63BFE76083BF80F827C010000F7C7030000007514C1E90283E20383F9087229F3A5FF2495CC8D01008BC7BA0300000083E904720C83E00303C8FF2485E08C0100FF248DDC8D010090FF248D608D010090F08C01001C8D0100408D010023D18A0688078A46018847018A4602C1E90288470283C60383C70383F90872CCF3A5FF2495CC8D01008D490023D18A0688078A4601C1E90288470183C60283C70283F90872A6F3A5FF2495CC8D01009023D18A06880783C601C1E90283C70183F9087288F3A5FF2495CC8D01008D4900C38D0100B08D0100A88D0100A08D0100988D0100908D0100888D0100808D01008B448EE489448FE48B448EE889448FE88B448EEC89448FEC8B448EF089448FF08B448EF489448FF48B448EF889448FF88B448EFC89448FFC8D048D0000000003F003F8FF2495CC8D01008BFFDC8D0100E48D0100F08D0100048E01008B45085E5FC9C3908A0688078B45085E5FC9C3908A0688078A46018847018B45085E5FC9C38D49008A0688078A46018847018A46028847028B45085E5FC9C3908D7431FC8D7C39FCF7C7030000007524C1E90283E20383F908720DFDF3A5FCFF2495688F01008BFFF7D9FF248D188F01008D49008BC7BA0300000083F904720C83E0032BC8FF24856C8E0100FF248D688F0100907C8E0100A08E0100C88E01008A460323D188470383EE01C1E90283EF0183F90872B2FDF3A5FCFF2495688F01008D49008A460323D18847038A4602C1E90288470283EE0283EF0283F9087288FDF3A5FCFF2495688F0100908A460323D18847038A46028847028A4601C1E90288470183EE0383EF0383F9080F8256FFFFFFFDF3A5FCFF2495688F01008D49001C8F0100248F01002C8F0100348F01003C8F0100448F01004C8F01005F8F01008B448E1C89448F1C8B448E1889448F188B448E1489448F148B448E1089448F108B448E0C89448F0C8B448E0889448F088B448E0489448F048D048D0000000003F003F8FF2495688F01008BFF788F0100808F0100908F0100A48F01008B45085E5FC9C3908A46038847038B45085E5FC9C38D49008A46038847038A46028847028B45085E5FC9C3908A46038847038A46028847028A46018847018B45085E5FC9C3E9DB0E0000558BEC51538B450C83C00C8945FC648B1D000000008B0364A3000000008B45088B5D0C8B63FC8B6DFCFFE05BC9C208005859870424FFE0558BEC5151535657648B35000000008975FCC745F8229001006A00FF750CFF75F8FF7508E8C24600008B450C8B400483E0FD8B4D0C894104648B3D000000008B5DFC893B64891D000000005F5E5BC9C20800558BEC83EC04535657FC8945FC33C0505050FF75FCFF7514FF7510FF750CFF7508E86D16000083C4208945FC5F5E5B8B45FC8BE55DC3FC8B4424088B48083B0DC4FC0100740C8B4424048348040833C040C36A0050FF7014FF700C6A00FF742420FF7010FF742420E82616000083C420C3558BEC83EC3453817D08230100007512B8579101008B4D0C890133C040E9A20000008365D800C745DC83910100A1C4FC01008945E08B45188945E48B450C8945E88B451C8945EC8B45208945F08365F4008365F8008365FC008965F4896DF864A1000000008945D88D45D864A300000000C745CC010000008B45088945D08B45108945D48D45D0508B4508FF30E832160000FF507059598365CC00837DFC007417648B1D000000008B038B5DD8890364891D00000000EB098B45D864A3000000008B45CC5BC9C3558BEC5153FC8B450C8B40083B05C4FC010074178B45088B400483C8088B4D0889410433C040E9840000008B45088B400483E066740F8B450CC740240100000033C040EB6A6A018B450CFF70188B450CFF70148B450CFF700C6A00FF75108B450CFF7010FF7508E8EF14000083C4208B450C83782400750BFF7508FF750CE8F3FDFFFF6A006A006A006A006A008D45FC506823010000E89EFEFFFF83C41C8B45FC8B5D0C8B631C8B6B20FFE033C0405BC9C3558BEC51837D0C005356578B7D088B770C8B5F108BC68945FC8975087C3883FEFF7505E86F1700008B4D104E8D04B68D04833948047D053B48087E0583FEFF750C8B4508FF4D0C8945FC897508837D0C007DCB8B45FC8B4D144689318B4D1889013B470C77043BF07605E8281700005F8D04B65E8D04835BC9C38B442408568B7424088906E8C11400008B8084000000894604E8B314000089B0840000008BC65EC3E8A41400008B8084000000EB0B8B083B4C240474098B400485C075F140C333C0C356E8821400008B7424083BB0840000007510E8711400008B4E048988840000005EC3E8611400008B8084000000EB098B48043BF1740E8BC18378040075F15EE9901600008B4E048948045EC3558BEC83EC18A1C4FC01008365E8008B4D088945F08B450C8945F48B451440C745EC81900100894DF88945FC64A1000000008945E88D45E864A300000000FF751851FF7510E8721600008BC88B45E864A3000000008BC1C9C3CCCCCC558BEC535657556A006A0068B8930100FF7508E82C4300005D5F5E5B8BE55DC38B4C2404F7410406000000B801000000740F8B4424088B5424108902B803000000C35356578B442410506AFE68C093010064FF3500000000648925000000008B4424208B58088B700C83FEFF742E3B74242474288D34768B0CB3894C240889480C837CB30400751268010100008B44B308E840000000FF54B308EBC3648F050000000083C40C5F5E5BC333C0648B0D00000000817904C093010075108B510C8B520C3951087505B801000000C35351BBB0FC0100EB0A5351BBB0FC01008B4D08894B08894304896B0C595BC20400558BEC83EC208B450856576A0859BEACE301008D7DE0F3A58945F88B450C8945FC8D45F450FF75F0FF75E4FF75E0E865BDFFFF5F5EC9C208008BC18360040083600800C700CCE30100C3568BF1578B7C240CC706CCE301008B078D48018A104084D275F92BC14050E86208000085C059894604740C8B178A0A4288084084C975F65FC74608010000008BC65EC20400568BF1578B7C240CC706CCE301008B470889460885C08B4704742A8D48018A104084D275F92BC14050E81208000085C05989460474128B7F048A0F4788084084C975F6EB038946045F8BC65EC2040083790800C701CCE301007409FF7104E81D09000059C38B410485C07505B8D4E30100C3568BF1E8D5FFFFFFF644240801740756E819FAFFFF598BC65EC204006A0868F0E30100E83D0400008BF1C706E8E301006A0EE80E160000598365FC008B760485F6740756E8C508000059834DFCFFE806000000E848040000C36A0EE83315000059C3568BF1E8B2FFFFFFF644240801740756E8B7F9FFFF598BC65EC20400558BEC83EC208B450C568B75088945E4578D451450FF75108D45E050C745EC420000008975E88975E0E86E17000083C40C85F68BF8741AFF4DE478088B45E0C60000EB0D8D45E0506A00E8A615000059598BC75F5EC9C3558BEC83EC20568B7508578D451050FF750C8D45E050C745E4FFFFFF7FC745EC420000008975E88975E0E81617000083C40C85F68BF8741AFF4DE478088B45E0C60000EB0D8D45E0506A00E84E15000059598BC75F5EC9C36A086800E40100E82C0300008365FC006A006A01E8971F00005959EB0733C040C38B65E8834DFCFF6A03E8751F0000CC3B0DC4FC01007501C3E9C2FFFFFF558BEC83EC208B450C568B750857FF75148945E4FF75108D45E050C745EC420000008975E88975E0E88216000083C40C85F68BF8741AFF4DE478088B45E0C60000EB0D8D45E0506A00E8BA14000059598BC75F5EC9C3833D08FE010001568B7424087E0C6A0156E88F2000005959EB0CA100FE01000FB6047083E00185C08D462075028BC65EC3CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC558BEC578B7D0833C083C9FFF2AE83C101F7D983EF018A450CFDF2AE83C7013807740433C0EB028BC7FC5FC9C3CCCCCC8B4C240C5785C90F849200000056538BD98B742414F7C6030000008B7C2410750BC1E9020F8585000000EB278A0683C601880783C70183E901742B84C0742FF7C60300000075E58BD9C1E902756183E30374138A0683C601880783C70184C0743783EB0175ED8B4424105B5E5FC3F7C7030000007416880783C70183E9010F8498000000F7C70300000075EA8BD9C1E9027574880783C70183EB0175F65B5E8B4424085FC3891783C70483E901749FBAFFFEFE7E8B0603D083F0FF33C28B1683C604A90001018174DC84D2742C84F6741EF7C20000FF00740CF7C2000000FF75C48917EB1881E2FFFF00008917EB0E81E2FF0000008917EB0433D2891783C70433C083E901740C33C0890783C70483E90175F683E3030F8577FFFFFF8B4424105B5E5FC3CCCCCCCCCCCCCCCCCCCCCCCC558BEC5756538B4D10E3278BD98B7D088BF733C0F2AEF7D903CB8BFE8B750CF3A68A46FF33C93A47FF7705740583E902F7D18BC15B5E5FC9C3833D08FE0100017E0E6A04FF742408E8B81E00005959C38B4424048B0D00FE01000FB6044183E004C3558BEC837D10007448833DD40602000075065DE9B61E000053568B7508578B7D0C0FB60650E8D4FDFFFF8BD80FB6075046E8C8FDFFFF5947FF4D10598BC8740885DB74043BD974D95F8BC35E2BC15B5DC333C05DC3CCCCCCCCCCCCCCCCCC85C074143D00100000730EF7D803C483C0048500948B0050C3518D4C240881E9001000002D0010000085013D0010000073EC2BC88BC485018BE18B088B400450C3CCCCCC68489A010064A100000000508B442410896C24108D6C24102BE05356578B45F88965E8508B45FCC745FCFFFFFFFF8945F88D45F064A300000000C38B4DF064890D00000000595F5E5BC951C35643323058433030558BEC83EC0853565755FC8B5D0C8B4508F74004060000000F85970000008945F88B45108945FC8D45F88943FC8B730C8B7B0883FEFF74768D0C768B448F040BC0745956558D6B1033DB33C933D233F633FFFFD05D5E8B5D0C0BC0743F78488B7B0853E8F0F8FFFF83C4048D6B105653E825F9FFFF83C4088D0C766A018B448F08E8A8F9FFFF8B048F89430C8B448F0833DB33C933D233F633FFFFD08B7B088D0C768B348FEB8CB800000000EB1CB801000000EB15558D6B106AFF53E8D9F8FFFF83C4085DB8010000005D5F5E5B8BE55DC3558B4C24088B298B411C508B411850E8B4F8FFFF83C4085DC20400558BEC83EC208B45088945E88945E08B450C03C08945E4568D451450FF75108D45E050C745EC42000000E8011E000083C40CFF4DE48BF0780B8B45E0C60000FF45E0EB0D8D45E0506A00E87E1000005959FF4DE478088B45E0C60000EB0D8D45E0506A00E86410000059598BC65EC9C3CCCCCCCCCCCCCCCCCCCCCC8B4424088B4C24100BC88B4C240C75098B442404F7E1C2100053F7E18BD88B442408F764241403D88B442408F7E103D35BC21000CCCCCCCCCCCCCCCCCCCCCCCC53568B4424180BC075188B4C24148B44241033D2F7F18BD88B44240CF7F18BD3EB418BC88B5C24148B5424108B44240CD1E9D1DBD1EAD1D80BC975F4F7F38BF0F76424188BC88B442414F7E603D1720E3B542410770872073B44240C76014E33D28BC65E5BC21000CCCCCCCCCCCCCCCC57565333FF8B4424140BC07D14478B542410F7D8F7DA83D80089442414895424108B44241C0BC07D14478B542418F7D8F7DA83D8008944241C895424180BC075188B4C24188B44241433D2F7F18BD88B442410F7F18BD3EB418BD88B4C24188B5424148B442410D1EBD1D9D1EAD1D80BDB75F4F7F18BF0F764241C8BC88B442418F7E603D1720E3B542414770872073B44241076014E33D28BC64F7507F7DAF7D883DA005B5E5FC210008B44240485C0750140833DE00A020001740683C00F83E0F0506A00E88CC1FFFF50E881D6FFFFC3837C2404E07722FF742404E8C9FFFFFF85C0597516394424087410FF742404E81A00000085C05975DE33C0C3FF35EC060200FF742408E8C5FFFFFF5959C3A10805020085C0740FFF742404FFD085C059740433C040C333C0C3CCCC6AFF5064A100000000508B44240C64892500000000896C240C8D6C240C50C356FF35E80A0200E85F240000598B0DE40A02008BF0A1E80A02008BD12BD083C2043BF2734EB9000800003BF173028BCE03CE5150E84523000085C05959751783C61056FF35E80A0200E83023000085C0595975025EC38B0DE40A02002B0DE80A0200A3E80A0200C1F9028D0C88890DE40A020089398305E40A0200048BC75EC36880000000E828FFFFFF85C059A3E80A020075046A1858C3832000A1E80A0200A3E40A020033C0C36A0C6810E40100E895FBFFFFE8261700008365FC008B7D08E83BFFFFFF8945E4834DFCFFE8090000008B45E4E8ABFBFFFFC3E809170000C3FF742404E8BFFFFFFFF7D81BC0F7D85948C36A0C6820E40100E84BFBFFFF33F63975087434833DE00A020003751C6A04E8140D0000598975FC8975E4834DFCFFE81C0000003975E4750FFF750856E8D8BFFFFF50E8BBBFFFFFE846FBFFFFC333F66A04E82F0C000059C38B470485C05674658D7008803E00745D8B4A043BC174308D4108538A1E8ACB3A18751A84C974128A5E018ACB3A5801750C4646404084C975E233C0EB051BC083D8FF85C05B7522F602027405F6070874188B4424088B00A8017405F607017409A8027409F60702750433C05EC333C0405EC38B00813863736DE0740333C0C3E80708000083A08000000000E90B0A00006A106830E40100E863FAFFFF8B5D088B73088975E4E8E10700000580000000FF008365FC008B7D103B7514746483FEFF7E053B77047C05E80B0A00008BC6C1E0038B4F0803C88B318975E0C745FC010000008379040074158973086803010000538B4F08FF740104E80E0A00008365FC00EB198B45ECE867FFFFFFC38B65E88365FC008B7D108B5D088B75E08975E4EB97834DFCFFE8190000003B75147405E8A3090000897308E8FEF9FFFFC38B5D088B75E4E84307000083B880000000007E0CE8350700000580000000FF08C36A086848E40100E895F9FFFF8B450885C0741B8B481C8B490485C974118365FC0051FF7018E875EFFFFF834DFCFFE8A9F9FFFFC333C038450C0F95C0C38B65E8E9F8080000568BF08B0103C6837904007C108B51048B49088B34328B0C0E03CA03C15EC36A406858E40100E831F9FFFF8BD98B7D0C8B7508895DE08365B8008B47FC8945C8FF76188D45B050E8CBF1FFFF59598945C4E8920600008B40788945C0E8870600008B407C8945BCE87C060000897078E8740600008B4D1089487C8365FC00C745FC01000000FF751CFF751853FF751457E817F2FFFF83C4148945E08365FC00E9A30000008B45EC8B008945E48B45E4813863736DE075258B45E483781003751C8B45E48178142005931975108B45E483781C00C745DC010000007407C745DC000000008B45DCC38B65E88B4D148B41088945D08B7D0C8B47088945D88B51108955D433D28955CC3B510C73248D34928B5DD48D34B38B5E043BC37E3D3B46087F388D43018945D88B55D08B04C28945D8505133F65657E8B2FDFFFF83C4108975E08975FC8B7508834DFCFFE8120000008B45E0E83FF8FFFFC342EBA88B7D0C8B75088B45C88947FCFF75C4E8F0F0FFFF59E8720500008B4DC0894878E8670500008B4DBC89487C813E63736DE07536837E10037530817E14200593197527837DB8007521837DE000741BFF7618E88DF0FFFF5985C0740EE8F6F1FFFF5056E8F8FDFFFF5959C36A086870E40100E88AF7FFFF8BF18B450C8BFA8B5D088B480485C90F8449010000807908000F843F0100008B480885C9750AF64003800F842E0100008B0085C078048D7C390C8365FC006A01FF7318A8087435E8B91F0000595985C00F84FF0000006A0157E8C21F0000595985C00F84ED0000008B431889078D4E08E8B9FDFFFF8907E9DE000000F606017446E87F1F0000595985C00F84C50000006A0157E8881F0000595985C00F84B3000000FF7614FF731857E868E9FFFF83C40C837E14040F859F0000008B0785C00F8495000000EBA6837E18007533E8331F0000595985C0747D6A0157E8401F0000595985C0746FFF76148D4E088B4318E83AFDFFFF5057E81BE9FFFF83C40CEB5AE8001F0000595985C0744A6A0157E80D1F0000595985C0743CFF7618E81A1F00005985C0742F8B43188D4E08F6060474136A01E8F6FCFFFF50FF761857E846ECFFFFEB16E8E5FCFFFF50FF761857E835ECFFFFEB05E808060000834DFCFFE862F6FFFFC333C040C38B65E8E9B6050000558BEC85C9740D53FF75088BD6E872FEFFFF5959837D1C00FF7508750356EB03FF751CE8F7EBFFFFFF37FF7514FF751056E875FBFFFF8B47046800010000FF751840FF7514894608FF750C8B4B0C56FF7508E886FCFFFF83C42885C074075650E883EBFFFF5DC3558BEC5151568B7508813E030000800F84A6000000E82503000083787000741FFF7524FF7520FF7518FF7514FF7510FF750C56E843ECFFFF83C41C85C0757C8B751C578D45F8508D45FC5056FF7520FF7518E89DEDFFFF8BF88B45FC83C4143B45F87356533B377C423B77047F3D8B470C8B4F10C1E00403C18B48F485C97406807908007525FF75248B750CFF75208D58F0FF751833C9FF7514FF7510FF7508E8F4FEFFFF8B751C83C418FF45FC8B45FC83C7143B45F872AC5B5F5EC9C3558BEC83EC2C8B450C8B400883F8FFC645FF008945E47C088B4D183B41047C05E8A804000053568B750857BF63736DE0393E0F857C010000837E1003BB20059319756B395E147566837E1C007560E82E020000837878000F844F010000E81F0200008B7078897508E8140200008B407C6A0156894510C645FF01E8F11C000085C059597505E843040000393E0F851F0100008B4508837810037510395814750B83781C007505E8220400008B7508393E0F85FE000000837E10030F85F4000000395E140F85EB0000008B7DE48D45DC508D45F45057FF7520FF7518E856ECFFFF83C4148BD8E9A3000000393B0F8F950000003B7B040F8F8C0000008B43108945F88B430C85C08945E87E798B461C8B400C8D48048B00894DD88945D48B45D88945F08B45D485C08945EC7E218B45F0FF761C8B108B7DF8E8BAF8FFFF85C059751BFF4DEC8345F0043945EC7FDFFF4DE88345F810837DE8007FC2EB28FF75248BFBFF75208B5DF8FF75188BCAFF7514FF7510568B750CE860FDFFFF8B75088B5DE083C4188B7DE4FF45F483C3148B45F43B45DC895DE00F824EFFFFFF807D1C00740A6A0156E8AAF9FFFF59595F5E5BC9C38B7508807D1C007520FF7524FF7520FF75E4FF7518FF7514FF7510FF750C56E86DFDFFFF83C420EBD2E9B2020000558BEC568B75188B065725FFFFFF1FBF200593193BC77405E8D10200008B4508F6400466741F837E0400746F837D1C0075696AFF56FF7514FF750CE867F8FFFF83C410EB56837E0C007450813863736DE0752C39781476278B481C8B490885C9741D0FB6552452FF7520FF751C56FF7514FF7510FF750C50FFD183C420EB1FFF7520FF751CFF752456FF7514FF7510FF750C50E889FDFFFF83C42033C0405F5E5DC3640FB605240000003C0272086A0AFF155CDA0100565764A128000000837828007417A1E0040200648B0D040000008B3C8181C70C000000EB05BFF00A02008B3785F6753968880000006A01E8081B00008BF085F65959741D8937C7465438FE0100C7461401000000E82CACFFFF834E04FF8906EB086A10E8C01A0000595F8BC65EC36A0C6880E40100E8E6F1FFFF8B750885F60F849E0000008B462485C0740750E877F6FFFF598B462C85C0740750E869F6FFFF598B463485C0740750E85BF6FFFF598B463C85C0740750E84DF6FFFF598B464485C0740750E83FF6FFFF598B464885C0740750E831F6FFFF598B46543D38FE0100740750E820F6FFFF596A0DE84F030000598365FC008B46608945E485C07413FF08750F3B058C080200740750E8F7F5FFFF59834DFCFFE81200000056E8E7F5FFFF59E873F1FFFFC204008B75086A0DE85902000059C3640FB605240000003C0272086A0AFF155CDA01005664A128000000837828007417A1E0040200648B0D040000008B348181C60C000000EB05BEF00A02008B44240885C075028B0650E8EAFEFFFF8326005EC3E88E01000085C07507E8CE010000EB605668880000006A01E89E1900008BF085F6A1E00402005959648B0D040000008B048189B00C0000007514C7055400000038FE0100C7051400000001000000E8A9AAFFFF834E04FF6A018906680C050200C70514050200A8C50100E802A9FFFF5E33C0C36A086890E40100E858F0FFFFE8DFFDFFFF8378680074198365FC00E8D0FDFFFFFF5068EB0733C040C38B65E8834DFCFF68440100C0FF155CDA0100CC6A0868A0E40100E81CF0FFFFA1D4FC010085C074138365FC00FFD0EB0733C040C38B65E8834DFCFFE997FFFFFFCCCCCCCCCCCCCC558BEC83EC0453518B450C83C00C8945FC8B450855FF75108B4D108B6DFCE84AEAFFFF5657FFD05F5E8BDD5D8B4D10558BEB81F9000100007505B90200000051E828EAFFFF5D595BC9C20C00568B7424088B06813863736DE0751483781003750E817814200593197505E821FFFFFFA12805020085C0741450E82718000085C059740956FF1528050200EB0233C05EC20400684CAA0100E8E0A7FFFFA32805020033C0C3FF3528050200E8CDA7FFFFC3565733F6BF30050200833CF5E4FC010001751E8D04F5E0FC0100893868A00F0000FF3083C71CE8071B000085C05959740C4683FE247CD233C0405F5EC38324F5E0FC01000033C0EBF156BEE0FC01008B0685C07410837E0401740A50E88CF3FFFF8326005983C60881FE00FE01007CDF5EC38B442404FF34C5E0FC0100FF15E0D90100C36A0868B0E40100E8B4EEFFFF8B75088D34F5E0FC010033DB391E75726A1CE806F2FFFF598BF83BFB750DE8E01A0000C7000C000000EB3F6A0AE86200000059895DFC391E753868A00F000057E85D1A0000595985C0752357E80CF3FFFFE8AD1A0000C7000C0000006AFF8D45F050E83BE8FFFF83C40C33C0EB17893EEB0757E8E5F2FFFF59834DFCFFE80900000033C040E865EEFFFFC36A0AE850FFFFFF59C38B442404568D34C5E0FC0100833E00751350E849FFFFFF85C05975086A11E8C516000059FF36FF15E4D901005EC3558BEC53568B750C8B460CA8828B5E100F84F6000000A8400F85EE000000A801741783660400A8100F84DE0000008B4E0883E0FE890E89460C8B460C8366040083650C0083E0EF83C80266A90C0189460C752281FEB0010200740881FED0010200750B53E8591E000085C059750756E80A1E00005966F7460C08015774648B46088B3E8D4801890E8B4E182BF84985FF894E047E0D575053E8361D000089450CEB3383FBFF74198BCBC1F9058B0C8D800702008BC383E01F8D04808D04C1EB05B868010200F6400420740D6A026A0053E8631A000083C40C8B46088A4D088808EB1433FF47578D45085053E8E31C000083C40C89450C397D0C5F7406834E0C20EB108B450825FF000000EB0983C82089460C83C8FF5E5B5DC3F6410C407406837908007424FF4904780B8B118802FF010FB6C0EB0C0FBEC05150E8C1FEFFFF595983F8FF75030906C3FF06C3558BEC568BF0EB138B4D108A4508FF4D0CE8B7FFFFFF833EFF7406837D0C007FE75E5DC3F6470C4053568BF08BD97421837F0800751B8B44240C0106EB1A8A03FF4C240C8BCFE882FFFFFF43833EFF7407837C240C007FE65E5BC3558BEC81EC500200008B450C33C9538A1884DB894DF0894DEC894DD80F843F07000056578BF8EB038B4DCC47837DEC00897D0C0F8C2607000080FB207C1480FB787F0F0FBEC30FBE80A0E4010083E00FEB0233C00FBE84C1C0E401006A07C1F804593BC18945CC0F87E5060000FF248510B5010033C0834DF8FF8945C88945D08945E08945E48945FC8945DCE9C10600000FBEC383E820743B83E803742D83E808741F4848741283E8030F85A2060000834DFC08E999060000834DFC04E990060000834DFC01E987060000804DFC80E97E060000834DFC02E97506000080FB2A7521834510048B45108B40FC85C08945E00F8D5B060000834DFC04F75DE0E94F0600008B45E00FBECB8D04808D4441D08945E0E93A0600008365F800E93106000080FB2A751E834510048B45108B40FC85C08945F80F8D17060000834DF8FFE90E0600008B45F80FBECB8D04808D4441D08945F8E9F905000080FB49742E80FB68742080FB6C741280FB770F85E1050000804DFD08E9D8050000834DFC10E9CF050000834DFC20E9C60500008A073C367514807F0134750E4747804DFD80897D0CE9AC0500003C337514807F0132750E47478065FD7F897D0CE9940500003C640F848C0500003C690F84840500003C6F0F847C0500003C750F84740500003C780F846C0500003C580F84640500008365CC008B0D00FE01008365DC000FB6C3F64441018074138B4D088D75EC8AC3E85FFDFFFF8A1F47897D0C8B4D088D75EC8AC3E84CFDFFFFE9270500000FBEC383F8670F8F5102000083F8657D7F83F8580F8FD70000000F84BD02000083E8430F848A000000484874594848745583E80C0F85EB03000066F745FC30087504804DFD088B4DF883F9FF7505B9FFFFFF7F8345100466F745FC10088B45108B40FC8945F40F844702000085C07507C745F424E501008B45F4C745DC01000000E91F020000C745C80100000080C320834DFC40837DF8008DBDB0FDFFFF897DF40F8DF9000000C745F806000000E93401000066F745FC30087504804DFD088345100466F745FC10088B451074620FBF40FC508D85B0FDFFFF50E89C1B000085C059598945F07D58C745D001000000EB4F83E85A745883E80974C4480F8523030000834DFC40C745F00A0000008B5DFCBE0080000085DE0F84300200008B4D108B018B510483C108894D10E9450200008A40FC8885B0FDFFFFC745F0010000008D85B0FDFFFF8945F4E9D7020000834510048B45108B40FC85C0742D8B480485C97426F645FD080FBF00894DF47411992BC2D1F8C745DC01000000E9A20200008365DC00E999020000B81CE501008945F48D50018A084084C975F9E9B6000000750E80FB677540C745F801000000EB37B8000200003945F87E038945F8BEA30000003975F87E208B45F8055D01000050E8B4EBFFFF85C0598945D874078945F48BF8EB038975F88B45108B08FF75C883C008FF75F88945108B40FC8945BC0FBEC3508D45B85750894DB8FF15100402008B75FC83C41481E680000000740E837DF800750857FF151C0402005980FB67750C85F6750857FF151404020059803F2D7508804DFD0147897DF48BC78D50018A084084C975F92BC2E9C501000083E8690F849CFEFFFF83E8050F84B4000000480F849300000048745D83E8030F84C4FDFFFF48480F847CFEFFFF83E8030F8592010000C745D427000000EB4449668338007406404085C975F32B45F4D1F8E96F01000085C07507C745F41CE501008B45F4EB074980380074054085C975F52B45F4E94C010000C745F808000000894DD4F645FC80C745F0100000000F841CFEFFFF8A45D40451C645E8308845E9C745E402000000E904FEFFFFF645FC80C745F0080000000F84F3FDFFFF804DFD02E9EAFDFFFF83451004F645FC208B45108B40FC7409668B4DEC668908EB058B4DEC8908C745D001000000E9C701000083451004F6C3208B45107412F6C34074070FBF40FC99EB100FB740FCEBF7F6C3408B40FC75EF33D2F6C340741585D27F117C0485C0730BF7D883D200F7DA804DFD018575FC8BD88BFA750233FF837DF8007D09C745F801000000EB118365FCF7B8000200003945F87E038945F88BC30BC775048365E4008D75AF8B45F8FF4DF885C07F068BC30BC774248B45F09952505753E8C818000083C13083F939895DC48BD88BFA7E03034DD4880E4EEBCC8D45AF2BC646F645FD028945F08975F474188BCE803930750485C0750DFF4DF48B4DF4C60130408945F0837DD0000F85E50000008B5DFCF6C3407426F6C7017406C645E82DEB14F6C3017406C645E82BEB09F6C302740BC645E820C745E4010000008B75E02B75E42B75F0F6C30C7511FF75088D45EC566A20E801F9FFFF83C40CFF75E48B7D088D45EC8D4DE8E811F9FFFFF6C308597414F6C304750F57566A308D45ECE8D6F8FFFF83C40C837DDC007441837DF0007E3B8B45F08B5DF48945C4FF4DC433C0668B03508D45B050E8AD17000043594385C0597E278B7D08508D45EC8D4DB0E8B9F8FFFF837DC4005975D0EB0FFF75F08B4DF48D45ECE8A2F8FFFF59F645FC047411FF75088D45EC566A20E869F8FFFF83C40C837DD800740DFF75D8E8A7E9FFFF8365D800598B7D0C8A1F84DB0F85C9F8FFFF5F5E8B45EC5BC9C39BAF01001DAE01003AAE010086AE0100C1AE0100CAAE010002AF0100D4AF0100558BEC83EC10A1C4FC010085C074073D4EE640BB7542568D45F850E8B12000008B75FC3375F8E8BE9EFFFF33F0E89720000033F08D45F050E87B2000008B45F43345F033F08935C4FC0100750AC705C4FC01004EE640BB5EC9C36A08E843F6FFFF59C36A08E888F5FFFF59C36A106838E50100E84CE4FFFF6A08E825F6FFFF5933F68975FCC705C0060200010000008A450CA2BC06020039750875483935E80A0200741FA1E40A020083E804A3E40A02003B05E80A0200720A8B003BC674E5FFD0EBE1C745E474F60100817DE47CF6010073118B45E48B003BC67402FFD08345E404EBE6C745E080F60100817DE088F6010073118B45E08B003BC67402FFD08345E004EBE6834DFCFFE81400000039750C750756FF155CDA0100E8E0E3FFFFC333F639750C74086A08E8C4F4FFFF59C36A006A01E833FFFFFF5959C3681C0100006808E70100E879E3FFFFA1C806020085C074208365FC00FF750CFF7508FFD05959834DFCFFE95201000033C040C38B65E8EBEE8B4508487415C745E0E4E60100C745DC30E60100BBD4000000EB13C745E010E60100C745DC70E50100BBB9000000C645D8006A0559BE58E501008DBDD4FEFFFFF3A566A5A48D85D4FEFFFF8945E48D50018A084084C975F92BC283C00B83F83C762C8D85D4FEFFFF8D50018A084084C975F92BC28D8405A3FEFFFF8945E46A036854E5010050E891E0FFFF83C40C8B45E48D48018A104084D275F92BC18D44180C83C00383E0FCE860E2FFFF8965E88BD48B45E08BF22BF08A08880C064084C975F68BFA4F8A47014784C075F8BB50E501008BF366A5A48BFA4F8A47014784C075F8BE44E50100A5A566A58B45E48BF08A084084C975F92BC68BFA4F8A4F014784C975F88BC8C1E902F3A58BC883E103F3A48BFA4F8A47014784C075F88BF366A5A48B45DC8BF08A084084C975F92BC64A8A4A014284C975F88BFA8BC8C1E902F3A58BC883E103F3A46A03E86CFEFFFFCC8B4424048D480181F900010000770F8B0D00FE01000FB7044123442408C333C0C3CCCCCCCCCCCCCCCCCCCC558BEC5756538B4D100BC9744D8B75088B7D0CB741B35AB6208D49008A260AE48A0774270AC0742383C60183C70138FC720638DC770202E638F8720638D8770202C638C4750B83E90175D133C938C47409B9FFFFFFFF7202F7D98BC15B5E5FC9C3CCCCCCCCCCCCCCCCCCCCCCCCCCCCCC558BEC5756538B750C8B7D08B0FF8BFF0AC074328A0683C6018A2783C70138C474EE2C413C1A1AC980E12002C1044186E02C413C1A1AC980E12002C1044138E074CE1AC01CFF0FBEC05B5E5FC9C3F6400C40740683780800741650FF742408E821140000663DFFFF59597504830EFFC3FF06C3558BEC568BF0EB14FF75088B4510FF4D0CE8C5FFFFFF833EFF597406837D0C007FE65E5DC3F6470C4053568BF08BD97427837F080075218B44240C0106EB20FF4C240C33C0668B03508BC7E88BFFFFFF4343833EFF597407837C240C007FE05E5BC3558BEC81EC540400008B550C33C053668B1A33C9663BD88945F08945EC8945D40F84780700005657EB038B4DC46A025F017D0C837DEC000F8C5F0700006A205E663BDE72156683FB78770F0FB7C30FBE80A0E4010083E00FEB0233C00FBE84C1C0E401006A07C1F804593BC18945C40F8718070000FF248509C1010033C0834DF8FF8945C08945CC8945E08945E88945FC8945E4E9F40600000FB7C32BC6743B83E803742D83E808741F2BC7741283E8030F85D6060000834DFC08E9CD060000834DFC04E9C4060000834DFC01E9BB060000804DFC80E9B2060000097DFCE9AA0600006683FB2A7521834510048B45108B40FC85C08945E00F8D8F060000834DFC04F75DE0E9830600008B45E00FB7CB8D04808D4441D08945E0E96E0600008365F800E9650600006683FB2A751E834510048B45108B40FC85C08945F80F8D4A060000834DF8FFE9410600008B45F80FB7CB8D04808D4441D08945F8E92C0600000FB7C383F849742D83F868742083F86C741283F8770F8511060000804DFD08E908060000834DFC10E9FF0500000975FCE9F70500008B450C668B00663D360075178B4D0C6683790234750D83450C04804DFD80E9D4050000663D330075178B4D0C6683790232750D83450C048065FD7FE9B7050000663D64000F84AD050000663D69000F84A3050000663D6F000F8499050000663D75000F848F050000663D78000F8485050000663D58000F847B0500008365C4008B4508538D75ECC745E401000000E850FDFFFFE95E0500000FB7C383F8670F8F8602000083F8650F8DA400000083F8580F8F0C0100000F84E202000083E8430F84AF0000002BC7747F2BC7747B83E80C0F851604000066F745FC300875030975FC8B55F883FAFF7505BAFFFFFF7F83451004F645FC208B45108B40FC8945F40F846402000085C07507C745F41CE501008365F00085D28B45F40F8ECD0300008A0884C90F84C30300008B3500FE01000FB6C9F6444E018074014040FF45F03955F07CDCE9A4030000C745C00100000003DE834DFC40837DF8008DBDACFBFFFF897DF40F8D03010000C745F806000000E93F01000066F745FC300875030975FC834510048B45100FB740FC33F646F645FC208975E48945BC7468FF3508FE01008845D88D45D8508D85ACFBFFFF50C645D900E82911000083C40C85C07D4B8975CCEB4683E85A745283E80974B3480F8519030000834DFC40C745F00A0000008B5DFCBE0080000085DE0F84200200008B4D108B018B510483C108894D10E935020000668985ACFBFFFF8D85ACFBFFFF8945F48975F0E9D3020000834510048B45108B40FC85C0742D8B480485C97426F645FD080FBF00894DF47411992BC2D1F8C745E401000000E99E0200008365E400E995020000B81CE501008945F48D50018A084084C975F9E9B8000000750F6683FB677540C745F801000000EB37B8000200003945F87E038945F8BEA30000003975F87E208B45F8055D01000050E8C1DFFFFF85C0598945D474078945F48BF8EB038975F88B45108B08FF75C083C008FF75F88945108B40FC8945B00FBEC3508D45AC5750894DACFF15100402008B75FC83C41481E680000000740E837DF800750857FF151C040200596683FB67750C85F6750857FF151404020059803F2D7508804DFD0147897DF48BC78D50018A084084C975F92BC2E9BF01000083E8690F84A0FEFFFF83E8050F84A8000000480F848700000048745183E8030F8492FDFFFF2BC70F8480FEFFFF83E8030F858C010000C745D027000000EB3885C07507C745F424E501008B45F4C745E401000000EB094A66833800740603C785D275F32B45F4D1F8E952010000C745F808000000894DD0F645FC80C745F0100000000F842CFEFFFF8B45D083C05166C745DC3000668945DE897DE8E914FEFFFFF645FC80C745F0080000000F8403FEFFFF804DFD02E9FAFDFFFF83451004F645FC208B45108B40FC7409668B4DEC668908EB058B4DEC8908C745CC01000000E9D601000083451004F6C3208B45107412F6C34074070FBF40FC99EB100FB740FCEBF7F6C3408B40FC75EF33D2F6C340741585D27F117C0485C0730BF7D883D200F7DA804DFD018575FC8BD88BFA750233FF837DF8007D09C745F801000000EB118365FCF7B8000200003945F87E038945F88BC30BC775048365E8008DB5ABFDFFFF8B45F8FF4DF885C07F068BC30BC774248B45F09952505753E8DD0C000083C13083F939895DB88BD88BFA7E03034DD0880E4EEBCC8D85ABFDFFFF2BC646F645FD028945F08975F474188BCE803930750485C0750DFF4DF48B4DF4C60130408945F0837DCC000F85EE0000008B45FCA840742AF6C401740866C745DC2D00EB16A801740866C745DC2B00EB0AA802740D66C745DC2000C745E8010000008B5DE02B5DE82B5DF0F645FC0C7511FF75088D45EC536A20E8C4F8FFFF83C40CFF75E88B7D088D45EC8D4DDCE8D5F8FFFFF645FC08597415F645FC04750F57536A308D45ECE897F8FFFF83C40C837DE40075448B45F085C07E3D8B7DF48945C8FF3508FE0100FF4DC88D45BC5750E8450D000083C40C85C08945B87E29FF75BC8B45088D75ECE831F8FFFF037DB8837DC800597FCBEB0FFF75F08B4DF48D45ECE861F8FFFF59F645FC047411FF75088D45EC536A20E827F8FFFF83C40C837DD400740DFF75D4E8B0DDFFFF8365D400598B450C668B186685DB0F858EF8FFFF5F5E8B45EC5BC9C37BBB0100E1B90100FEB9010048BA010084BA01008DBA0100C6BA010093BB01006A106820EC0100E8BFD8FFFF33FF397D08750EFF750CE819DCFFFF59E9C60000008B750C3BF7750EFF7508E844DDFFFF59E9AF000000833DE00A0200037571897DE483FEE0773F6A04E85DEAFFFF59897DFC897DE0834DFCFFE849000000397DE075233BF7750333F64683C60F83E6F089750C56FF750857E8109DFFFF50E874BBFFFF8945E48B45E43BC7755A393DEC060200745256E8ABDBFFFF5985C0759FEB4333FF8B750C6A04E84BE9FFFF59C333C083FEE077173BF7750333F64656FF750857E8C59CFFFF50E829BBFFFF3BC77515393DEC060200740D56E866DBFFFF5985C075CB33C0E81AD8FFFFC36A106830EC0100E8D2D7FFFF833DE00A020003751F6A04E8A2E9FFFF598365FC008365E000834DFCFFE822000000837DE0007513FF75086A00E8629CFFFF50E8B5A7FFFF8945E48B45E4E8CAD7FFFFC36A04E8B5E8FFFF59C356FF74240C33F6FF74240C46E88713000085C0740233F68BC65EC356FF74240C33F6FF74240C46E8D113000085C0740233F68BC65EC356FF74240833F646E82314000085C0740233F68BC65EC3E87C0B0000FF742404E8470B000068FF000000FF15C0FE01005959C3568B7424080FAF74240C85F675014633C083FEE07721833DE00A020003750683C60F83E6F0566A08E8B19BFFFF50E8A6B0FFFF85C07514833DEC06020000740B56E851DAFFFF85C05975C45EC3576A405933C0BFA0080200F3ABAA33C06A0659BFC0090200F3ABA3A4090200A390080200A3880802005FC3558BEC518B4D0885C9742433D233C03988D0FE0100742183C03C423D2C01000072ED833DF0060200000F84DB000000E8A1FFFFFF33C0C9C38365FC005356576A4033C059BFA0080200F3AB8BCA6BC93CAA8DB9ECFE01008A078BDFEB298A530184D274260FB6C00FB6F23BC677148B55FC8A92C8FE01000890A1080200403BC676F543438A0384C075D3FF45FC83C708837DFC0472C18B4508A3A40902002DA4030000C7059008020001000000743A83E804742983E80D741848740983258808020000EB2EC7058808020004040000EB22C7058808020012040000EB16C7058808020004080000EB0AC70588080200110400006A068DB1D4FE010059BFC0090200F3A55F5E33C05BC9C383C8FFC9C36A146840EC0100E889D5FFFF834DE0FF6A0DE85EE7FFFF5933DB895DFC891DF00602008B7D0883FFFC7510C705F0060200010000008B3DE4060200897D083B3DA40902000F84B90000008B358C0802008975DC3BF37404391E74106820020000E899D8FFFF598BF08975DC3BF3747D57E87CFEFFFF598945E03BC3756F891EA1A4090200894604A190080200894608A18808020089460C33C08945E483F8057D10668B0C45C009020066894C461040EBE833C08945E43D010100007D0D8A88A0080200884C301C40EBE933C08945E43D000100007D108A88E0090200888C301D01000040EBE689358C080200837DE0FF75143B358C080200740C56E83ED9FFFF59EB03895DE0834DFCFFE8090000008B45E0E8B9D4FFFFC36A0DE8A4E5FFFF59C3833DEC0A020000751C6A00C705A4090200FDFFFFFFE8C5FEFFFF59C705EC0A02000100000033C0C3837C240400740DA18408020085C07417FFD0EB13A18008020085C07402FFD06A00E8FDE2FFFF59C20400FF742404FF1528DA010033C040C208006A106850EC0100E806D4FFFF833DF406020000750AC705F4060200D2C501008365FC00FF750CFF7508FF15F40602008945E0EB238B45EC8B008B008945E433C040C38B65E8817DE4170000C075076A08E8FA82FFFF33C0834DFCFFE8EDD3FFFFC3E838E1FFFF83C008C3E82FE1FFFF83C00CC356E825E1FFFF8B4C240889480C33F63B0CF500000200741E4683FE2D72F183F913722483F924771FE8FEE0FFFFC740080D0000005EC3E8F0E0FFFF8B0CF5040002008948085EC381F9BC000000721681F9CA000000770EE8CFE0FFFFC74008080000005EC3E8C1E0FFFFC74008160000005EC3568B74240856E8D507000083F8FF597510E865FFFFFFC7000900000083C8FF5EC357FF7424146A00FF74241850E8EF8EFFFF8BF883FFFF7507E80382FFFFEB0233C085C0740C50E841FFFFFF5983C8FFEB1D8BCE83E61FC1F9058B0C8D800702008BC68D04808D44C1048020FD8BC75F5EC36A0C6860EC0100E8AED2FFFF8B5D083B1D7807020073788BC3C1F8058D3C85800702008BC383E01F8D3480C1E6038B07F644300401745853E872070000598365FC008B07F6443004017414FF7510FF750C53E837FFFFFF83C40C8945E4EB17E8A5FEFFFFC70009000000E8A3FEFFFF832000834DE4FF834DFCFFE8080000008B45E4EB218B5D0853E8C207000059C3E875FEFFFFC70009000000E873FEFFFF83200083C8FFE84BD2FFFFC36800050000E86ED5FFFF85C059750483C8FFC3A380070200C70578070200200000008D8800050000EB1E8308FF83600800C6400400C640050A8B0D8007020083C02881C1000500003BC172DE33C08B0D8007020003C883C02883F878C64104C17CEC33C0C3558BEC81EC1C0400005733FF397D10897DF0897DEC750733C0E96A0100008B4508538B5D0883E01FC1FB05568D34808D1C9D800702008B03C1E603F644300420740F6A025757FF7508E81307000083C4108B0303C6F64004800F84C2000000397D108B450C8945F4897DFC0F86E60000008B4DF42B4D0C8D85E4FBFFFF897DF83B4D1073278B55F4FF45F48A124180FA0A750AFF45ECC6000D40FF45F8881040FF45F8817DF8000400007CD48BF88D85E4FBFFFF2BF86A008D45E850578D85E4FBFFFF508B03FF3430E8FB8BFFFF85C074198B45E80145F03BC77C178B45F42B450C33FF3B45107288EB0AE8CF7FFFFF8945FC33FF8B45F03BC70F8583000000397DFC74526A055E3975FC753FE8E7FCFFFFC70009000000E8E5FCFFFF8930EB5D578D4DE851FF7510FF750CFF30E8968BFFFF85C0740B8B45E8897DFC8945F0EBB3E8787FFFFF8945FCEBA9FF75FCE8B7FCFFFF59EB278B03F644300440740C8B450C80381A750433C0EB1AE888FCFFFFC7001C000000E886FCFFFF893883C8FFEB032B45EC5E5B5FC9C36A0C6870EC0100E813D0FFFF8B5D083B1D7807020073788BC3C1F8058D3C85800702008BC383E01F8D3480C1E6038B07F644300401745853E8D7040000598365FC008B07F6443004017414FF7510FF750C53E81EFEFFFF83C40C8945E4EB17E80AFCFFFFC70009000000E808FCFFFF832000834DE4FF834DFCFFE8080000008B45E4EB218B5D0853E82705000059C3E8DAFBFFFFC70009000000E8D8FBFFFF83200083C8FFE8B0CFFFFFC3FF05F80602006800100000E8CDD2FFFF85C0598B4C2404894108740D83490C08C7411800100000EB1183490C048D4114894108C74118020000008B4108836104008901C38B4424043B0578070200720333C0C38BC883E01FC1F9058B0C8D800702008D04800FBE44C10483E040C3A17407020085C0566A145E7507B800020000EB063BC67D078BC6A3740702006A0450E8C3F7FFFF85C05959A370070200751E6A0456893574070200E8AAF7FFFF85C05959A37007020075056A1A585EC333D2B990010200EB05A170070200890C0283C12083C20481F9100402007CEA33C9BAA00102008BF18BC183E01FC1FE058B34B5800702008D04808B04C683F8FF740485C07503830AFF83C2204181FA000202007CD133C05EC3E874060000803DBC060200007405E982040000C38B442404B9900102003BC172173DF003020077102BC1C1F80583C01050E807E0FFFF59C383C02050FF15E4D90100C38B44240483F8147D0B83C01050E8E8DFFFFF59C38B44240883C02050FF15E4D90100C38B442404B9900102003BC172173DF003020077102BC1C1F80583C01050E803DFFFFF59C383C02050FF15E0D90100C38B44240483F8147D0B83C01050E8E4DEFFFF59C38B44240883C02050FF15E0D90100C38B4C240485C9750333C0C3668B442408663DFF00760FE8D9F9FFFFC7002A00000083C8FFC3880133C040C3CCCCCCCCCCCC568B4424140BC075288B4C24108B44240C33D2F7F18BD88B442408F7F18BF08BC3F76424108BC88BC6F764241003D1EB478BC88B5C24108B54240C8B442408D1E9D1DBD1EAD1D80BC975F4F7F38BF0F76424148BC88B442410F7E603D1720E3B54240C7708720F3B44240876094E2B4424101B54241433DB2B4424081B54240CF7DAF7D883DA008BCA8BD38BD98BC88BC65EC21000558BEC515153568B750CF6460C40570F858B0000008B461083F8FF74178BC8C1F9058B0C8D8007020083E01F8D04808D04C1EB05B868010200F64004807461FF75088D45F850E8EFFEFFFF8BD883FBFF59597511E8D5F8FFFFC7002A000000660DFFFFEB5B33FF85DB7E2FFF4E0478128B068A4C3DF888088B0E0FB60141890EEB0E0FBE443DF85650E85FDEFFFF595983F8FF74CA473BFB7CD1668B4508EB20834604FE780D8B0E8B4508668901830602EB0D0FB745085650E84F04000059595F5E5BC9C38B44240885C07419837C240C0074128A0084C0750F8B44240485C074046683200033C0C38B4C240485C97407660FB6C066890133C040C38B4C240433C03B0CC53004020074064083F81372F1C1E0033B8830040200750BFFB034040200E87370FFFFC368FC000000E8CAFFFFFFA1FC06020085C0597402FFD068FF000000E8B4FFFFFF59C38B4424043B057807020073268BC883E01FC1F9058B0C8D800702008D04808D04C1F6400401740B8338FF74068308FF33C0C3E8ADF7FFFFC70009000000E8ABF7FFFF83200083C8FFC38B4424043B0578070200731E8BC883E01FC1F9058B0C8D800702008D04808D04C1F640040174038B00C3E86CF7FFFFC70009000000E86AF7FFFF83200083C8FFC36A0868F8EF0100E8FFCAFFFF8B7D088BCFC1F9058BC783E01F8D04808B0C8D800702008D34C133DB395E0875416A0AE8B7DCFFFF59895DFC395E08752868A00F00008D460C50E8AEF6FFFF595985C075116AFF8D45F050E89DC4FFFF595933C0EB2CFF4608834DFCFFE8290000008BC7C1F80583E71F8D0CBF8B0485800702008D44C80C50FF15E4D9010033C040E8B3CAFFFFC38B7D086A0AE89BDBFFFF59C38B4424048BC883E01FC1F9058B0C8D800702008D04808D44C10C50FF15E0D90100C3558BEC51518B450C568B75088945F88B451057568945FCE8E1FEFFFF83CFFF3BC759750DE86FF6FFFFC70009000000EB27FF75148D4DFC51FF75F850E8FD85FFFF3BC78945F87516E81179FFFF85C0740D50E853F6FFFF598BC78BD7EB1F8BC6C1F8058B04858007020083E61F8D0CB68D44C8048020FD8B45F88B55FC5F5EC9C36A106808F00100E8BCC9FFFF33FF897DE46A01E890DBFFFF59897DFC6A035E8975E03B35740702007D3FA1700702008B04B03BC77430F6400C83740F50E8280300005983F8FF7403FF45E483FE147C16A170070200FF34B0E814CEFFFF59A170070200893CB046EBB6834DFCFFE8090000008B45E4E889C9FFFFC36A01E874DAFFFF59C353568B74240C8B460C8BC880E10333DB80F902753A66A9080174348B4608578B3E2BF885FF7E275750FF7610E8F4F8FFFF83C40C3BC7750F8B460C84C0790F83E0FD89460CEB07834E0C2083CBFF5F8B46088366040089065E8BC35BC3568B74240856E898FFFFFF85C059740583C8FF5EC3F6460D40740FFF7610E8B702000059F7D81BC05EC333C05EC36A146818F00100E8ADC8FFFF33FF897DE4897DDC6A01E87EDAFFFF59897DFC33F68975E03B35740702000F8D81000000A1700702008B04B03BC7745CF6400C8374565056E856FAFFFF595933D2428955FCA1700702008B04B08B480CF6C183742F395508751150E866FFFFFF5983F8FF741EFF45E4EB19397D087514F6C102740F50E84BFFFFFF5983F8FF75030945DC897DFCE80800000046EB8633FF8B75E0A170070200FF34B056E843FAFFFF5959C3834DFCFFE812000000837D08018B45E474038B45DCE829C8FFFFC36A01E814D9FFFF59C36A01E824FFFFFF59C36A02E89CF0FFFF59C3558BEC5153568B750C8B460CA8828B4E10894DFC0F84FF000000A8400F85F700000033DBA8017416A810895E040F84E60000008B560883E0FE891689460C8B460C83E0EF83C80266A90C0189460C895E04895D0C752581FEB0010200740881FED0010200750B51E836F8FFFF85C059750756E8E7F7FFFF598B4DFC66F7460C08015774658B46088B3E8D500289168B56182BF84A4A3BFB8956047E0D575051E80FF7FFFF89450CEB3283F9FF74198BD1C1FA058B1495800702008BC183E01F8D04808D04C2EB05B868010200F6400420740C6A025351E83DF4FFFF83C40C8B46088B5D08668918EB1B8B5D086A025F578D450C505166895D0CE8B5F6FFFF83C40C89450C397D0C5F7406834E0C20EB0F8BC325FFFF0000EB0B83C82089460CB8FFFF00005E5BC9C3568B7424085783CFFFF6460C83743456E851FDFFFF568BF8E856020000FF7610E8B301000083C40C85C07D0583CFFFEB128B461C85C0740B50E815CBFFFF83661C005983660C008BC75F5EC36A0C6830F00100E852C6FFFF834DE4FF8B7508F6460C40740D83660C008B45E4E874C6FFFFC356E8E9F7FFFF598365FC0056E87DFFFFFF598945E4834DFCFFE805000000EBD78B750856E818F8FFFF59C36A0C6840F00100E801C6FFFF8B5D083B1D780702000F838B0000008BC3C1F8058D3C85800702008BC383E01F8D3480C1E6038B07F644300401746B53E8C1FAFFFF598365FC008B07F644300401742F53E86CFAFFFF5950E8A082FFFF85C0750AE8BD74FFFF8945E4EB048365E400837DE4007419E8ECF1FFFF8B4DE48908E8D9F1FFFFC70009000000834DE4FF834DFCFFE8080000008B45E4EB198B5D0853E8FEFAFFFF59C3E8B1F1FFFFC7000900000083C8FFE88FC5FFFFC3568B7424085756E8FBF9FFFF83F8FF59743A83FE01740583FE0275166A02E8E4F9FFFF6A018BF8E8DBF9FFFF3BC75959741A56E8CFF9FFFF5950E8016AFFFF85C07509E82074FFFF8BF8EB0233FF56E86AF9FFFF8BC6C1F8058B04858007020083E61F85FF598D0CB6C644C80400740C57E83EF1FFFF5983C8FFEB0233C05F5EC36A0C6850F00100E8C6C4FFFF8B5D083B1D7807020073688BC3C1F8058D3C85800702008BC383E01F8D3480C1E6038B07F644300401744853E88AF9FFFF598365FC008B07F644300401740C53E82EFFFFFF598945E4EB0FE8C5F0FFFFC70009000000834DE4FF834DFCFFE8080000008B45E4EB218B5D0853E8EAF9FFFF59C3E89DF0FFFFC70009000000E89BF0FFFF83200083C8FFE873C4FFFFC3568B7424088B460CA883741DA8087419FF7608E8C8C8FFFF6681660CF7FB33C05989068946088946045EC38B4C24040F31890189510433C040C20400A160DA01008B00C3FF25CCD901006A106860F00100E8E1C3FFFF8B4D0C85C974388B450885C074468D5408FF3BD0723E8365FC008A08B900F0FFFF23C18945E423D18955E03BC2740C05001000008945E48A08EBF0834DFCFF33C0E8D6C3FFFFC2080033C040C38B65E8834DFCFF33C040EBE86A106870F00100E87CC3FFFF8B4D0C85C9743C8B450885C0744A8D5408FF3BD072428365FC008A088808B900F0FFFF23C18945E423D18955E03BC2740E05001000008945E48A088808EBEE834DFCFF33C0E86DC3FFFFC2080033C040C38B65E8834DFCFF33C040EBE86A01FF742408E827FFFFFFC20400CCFF2558DA0100CCCCCCCCCCCCB84CF10100E951B9FFFFCCCCCCCCCCCC8D4DB0E9F83AFFFFB8E4F10100E939B9FFFFCCCCCCCCCCCCCCCCCCCCCCCCCCCC8B4DF0E944BEFFFFB808F20100E919B9FFFFCCCCCCCCCCCCCCCCCCCCCCCCCCCC8B4510508B4D0851E8B338FFFF83C408C3B860F20100E9F0B8FFFFCCCCCCCCCCB8B0F20100E9E1B8FFFFCCCCCCCCCCCC8D4D20E96840FFFF8D4D04E9803AFFFFB8DCF20100E9C1B8FFFFCCCCCCCCCCCC8D4DD4E9683AFFFF8D4DC0E94040FFFF8B4DB8E93840FFFF8B4DBCE93040FFFFB818F30100E991B8FFFFCCCCCCCCCCCC8D4DB0E9383AFFFFB878F30100E979B8FFFFCCCCCCCCCCCCCCCCCCCCCCCCCCCC8B4510508B4D0851E81338FFFF83C408C3B8D0F30100E950B8FFFFCCCCCCCCCC8B4508508B4D0C51E8F337FFFF83C408C3B828F40100E930B8FFFFCCCCCCCCCC8D4DD4E9D839FFFFB84CF40100E919B8FFFFCCCCCCCCCCCCCCCCCCCCCCCCCCCC8D4DD0E9B839FFFFB8D8F40100E9F9B7FFFFCCCCCCCCCCCCCCCCCCCCCCCCCCCC8D4DD4E99839FFFF8D4DC0E9703FFFFFB804F50100E9D1B7FFFFCCCCCCCCCCCC8D8D28FCFFFFE97539FFFF8D8DC4FBFFFFE94A3FFFFF8D8D7CFCFFFFE95F39FFFF8D8D0CFCFFFFE95439FFFF8D8DD4FBFFFFE94939FFFFB850F50100E98AB7FFFFCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC8D4DC4E9083FFFFF8D4DD4E92039FFFF8D4DD4E9F83EFFFF8D4DC4E9F03EFFFF8D4D8CE90839FFFFB894F50100E949B7FFFFCCCCCCCCCCCCCCCCCCCCCCCCCCCC8D4D08E9E838FFFF8D4DE4E9C03EFFFFB8C0F50100E921B7FFFF8D4DD8E9CE38FFFFB8E4F50100E90FB7FFFFB9F8040200E98EB2FFFF00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000031000080BB000080C4000080CA00008021010080B800008043000080450000805B00008044010080D300008046010080B2000080A5000080A4000080AB0000802D010080CF000080D7000080CB00008051010080500100804F010080E2000080DA000080EC000080BE00008080000080420100802F000080B6000080B300008026010080150100802E01008002010080FF000080E9000080DB000080C6000080C800008054010080430100801701008047010080480100801800008028000080C70000800D01008023010080D900008095000080A10000808100008068010080710000806B00008091000080650100809F000080A6000080380100805F0000809C00008000000000000000000000000000000000D638EF670000000002000000660000007CE300007CE30000766563746F723C543E20746F6F206C6F6E6700004174746163683A2046696E69736865642E0D0A00000000004174746163683A20417474656D7074696E6720546F204174746163682047616D652049534F204F6620256420536C6963657320546F205C4465766963655C4364526F6D300D0A00004174746163683A204469736D6F756E74696E6720416C6C205669727475616C20496D616765732E0D0A0000005C4465766963655C5669727475616C305C496D61676530004174746163683A20436F6E6E656374205669727475616C20436F6E74726F6C204465766963652E0D0A00000025735C25730000005C4465766963655C4364526F6D300000443A5C64656661756C742E78626500005C3F3F5C443A00004174746163683A20417474656D7074696E6720546F204174746163682047616D652049534F204F6620256420536C6963657320546F205C4465766963655C4364526F6D310D0A00005C4465766963655C4364526F6D31000043657262696F73204E6F742044657465637465642E0D0A0044657465637465642043657262696F732E0D0A004174746163683A204E6F2049534F277320666F756E642E0D0A0000004170706C69636174696F6E2050617468202573200D0A00004B65726E656C2056657273696F6E205B25752E25752E25752E25755D2E0D0A004012010030120100696E76616C696420766563746F723C543E207375627363726970740049534F202569203D20272573270A000049534F277320536F727465642E2E2E0A00000000466F756E642049534F2046696C6520272573270A000000002E63736F000000002E636369000000002E69736F0000000046696E64466972737446696C6520696E202749534F3A27204661696C65642E0049534F3A5C2A0000556E61626C6520546F204D6F756E74202749534F3A272044726976652E000000257300005C3F3F5C49534F3A0000000056616C69646174696F6E204661696C65642C204E616D696E67204D69736D617463682E0A0000000056616C69646174696F6E204661696C65642C20536C696365204E756D626572204D697373696E672E0A00000056616C69646174696F6E204661696C65642C204E616D696E672049737375652E0A00000056616C69646174696F6E204661696C65642C204D69786564204E616D696E67204C656E6774687320466F756E642E0A0056616C69646174696F6E204661696C65642C204D69786564204E616D696E6720506172747320466F756E642E0A00000056616C69646174696F6E204F6B2E0A0056616C69646174696F6E204661696C65642C204E6F2049534F277320466F756E642E0A004174746163683A2049534F20506174682025730D0A0000005265626F6F74696E672044756520546F204661696C65642056616C69646174696F6E2E0A000000000600070098DB01005C4465766963655C4364726F6D3000000E0000005C3F3F5C593A0000743A5C24755C2573000000005C4465766963655C4364726F6D300000636F6E74656E746D6574612E786278002573257300000000743A5C24755C000000000000FFFFFFFFF4480100F84801005C4465766963655C486172646469736B305C706172746974696F6E315C554441544100005C3F3F5C553A00005C4465766963655C486172646469736B305C706172746974696F6E315C544441544100005C3F3F5C543A00005C4465766963655C486172646469736B305C706172746974696F6E315C0000005C536176654D6574612E7862780000000D0000005C5469746C654D6574612E78627800000E0000005C5469746C65496D6167652E786278000F0000005C53617665496D6167652E78627800000E0000005C436F6E74656E744D6574612E78627800000000100000004E0061006D006500000000005400690074006C0065004E0061006D00650000002A0000000100000024435C2A000000000400000024435C00030000005B00440065006600610075006C0074005D0000000D000A00000000004E006F0043006F00700079003D0031000D000A00000000003D000000FFFE000025006C00630025006C00730025006C00630025006C00730025006C007300000024245853494D41474500000024245854494D41474500000024245854494E464F000000002530386C780000000000000000000000E0040200000000009000000000000000FFFFFFFF915301009A5301005C3F3F5C573A00005C536176654D6574612E7862780000000D0000005C5469746C654D6574612E78627800000E0000005C5469746C65496D6167652E786278000F0000005C53617665496D6167652E78627800000E0000005C436F6E74656E744D6574612E78627800000000100000004E0061006D006500000000005400690074006C0065004E0061006D00650000002A0000000100000024435C2A000000000400000024435C00030000005B00440065006600610075006C0074005D0000000D000A00000000004E006F0043006F00700079003D0031000D000A00000000003D000000FFFE0000543A5C24435C253038582530385800005C536176654D6574612E7862780000000D0000005C5469746C654D6574612E78627800000E0000005C5469746C65496D6167652E786278000F0000005C53617665496D6167652E78627800000E0000005C436F6E74656E744D6574612E78627800000000100000004E0061006D006500000000005400690074006C0065004E0061006D00650000002A0000000100000024435C2A000000000400000024435C00030000005B00440065006600610075006C0074005D0000000D000A00000000004E006F0043006F00700079003D0031000D000A00000000003D000000FFFE0000060007000CE301000600070004E301005C4465766963655C486172646469736B305C506172746974696F6E25645C00001C001D00DCE201005C4465766963655C486172646469736B305C706172746974696F6E30000000005C3F3F5C583A00005C3F3F5C4E3A00005C3F3F5C5A3A000000000000FFFFFFFFCE6F0100DC6F010000000000FFFFFFFF00000000107B010000000000FFFFFFFF000000000A7D010000000000FFFFFFFF0000000038840100000000009C830100B0830100010000008282010086820100696E76616C696420737472696E6720706F736974696F6E00737472696E6720746F6F206C6F6E6700DF8B01008295010062616420616C6C6F636174696F6E000063736DE0010000000000000000000000030000002005931900000000000000008F95010082950100556E6B6E6F776E20657863657074696F6E000000F195010000000000FFFFFFFF00000000E895010000000000FFFFFFFFD9960100DD96010000000000FFFFFFFF00000000859E010000000000FFFFFFFF00000000EA9E010000000000FFFFFFFF0000000032A0010000000000F89F010001A00100FFFFFFFF87A0010090A0010000000000FFFFFFFF00000000F4A10100000000003CA101007FA10100FFFFFFFFCEA30100D2A3010000000000FFFFFFFF00000000BFA8010000000000FFFFFFFFB5A90100B9A9010000000000FFFFFFFFE9A90100EDA9010000000000FFFFFFFF00000000CBAB0100000000000600000600010000100003060006021004454545050505050535300050000000002028385058070800373030575007000020200800000000086068606060600000707078787878080708000007000808080000080008000708000000286E756C6C29000028006E0075006C006C0029000000000000000000FFFFFFFF0000000050B6010050726F6772616D3A200000000A0A00002E2E2E003C70726F6772616D206E616D6520756E6B6E6F776E3E00004120627566666572206F76657272756E20686173206265656E2064657465637465642077686963682068617320636F72727570746564207468652070726F6772616D27730A696E7465726E616C2073746174652E20205468652070726F6772616D2063616E6E6F7420736166656C7920636F6E74696E756520657865637574696F6E20616E64206D7573740A6E6F77206265207465726D696E617465642E0A00427566666572206F76657272756E20646574656374656421000000000000000041207365637572697479206572726F72206F6620756E6B6E6F776E20636175736520686173206265656E206465746563746564207768696368206861730A636F72727570746564207468652070726F6772616D277320696E7465726E616C2073746174652E20205468652070726F6772616D2063616E6E6F7420736166656C790A636F6E74696E756520657865637574696F6E20616E64206D757374206E6F77206265207465726D696E617465642E0A00000000556E6B6E6F776E207365637572697479206661696C757265206465746563746564210000FFFFFFFF9BB601009FB601000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200020002000200020002000200020002000280028002800280028002000200020002000200020002000200020002000200020002000200020002000200020004800100010001000100010001000100010001000100010001000100010001000840084008400840084008400840084008400840010001000100010001000100010008100810081008100810081000100010001000100010001000100010001000100010001000100010001000100010001000100010010001000100010001000100082008200820082008200820002000200020002000200020002000200020002000200020002000200020002000200020002000200100010001000100020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000200020002000200020002000200020006800280028002800280020002000200020002000200020002000200020002000200020002000200020002000200048001000100010001000100010001000100010001000100010001000100010008400840084008400840084008400840084008400100010001000100010001000100081008100810081008100810001000100010001000100010001000100010001000100010001000100010001000100010001000100100010001000100010001000820082008200820082008200020002000200020002000200020002000200020002000200020002000200020002000200020002001000100010001000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000480010001000100010001000100010001000100010001000100010001000100010001000140014001000100010001000100014001000100010001000100010000100010001000100010001000100010001000100010001000100010001000100010001000100010001000100010010000100010001000100010001000100020002000200020002000200020002000200020002000200020002000200020002000200020002000200020002000200100002000200020002000200020002000200010000000000FFFFFFFF00000000CBC1010000000000FFFFFFFF0000000066C2010000000000FFFFFFFF0000000077C5010000000000FFFFFFFF16C6010024C6010000000000FFFFFFFF00000000BEC7010000000000FFFFFFFF0000000059CA010072756E74696D65206572726F722000000A000000544C4F5353206572726F720A0000000053494E47206572726F720A00444F4D41494E206572726F720A0000000000000052363032390A2D2054686973206170706C69636174696F6E2063616E6E6F742072756E207573696E6720746865206163746976652076657273696F6E206F6620746865204D6963726F736F6674202E4E45542052756E74696D650A506C6561736520636F6E7461637420746865206170706C69636174696F6E277320737570706F7274207465616D20666F72206D6F726520696E666F726D6174696F6E2E0A0052363032380A2D20756E61626C6520746F20696E697469616C697A6520686561700A000052363032370A2D206E6F7420656E6F75676820737061636520666F72206C6F77696F20696E697469616C697A6174696F6E0A000052363032360A2D206E6F7420656E6F75676820737061636520666F7220737464696F20696E697469616C697A6174696F6E0A000052363032350A2D2070757265207669727475616C2066756E6374696F6E2063616C6C0A0052363032340A2D206E6F7420656E6F75676820737061636520666F72205F6F6E657869742F617465786974207461626C650A000052363031390A2D20756E61626C6520746F206F70656E20636F6E736F6C65206465766963650A000052363031380A2D20756E65787065637465642068656170206572726F720A000052363031370A2D20756E6578706563746564206D756C7469746872656164206C6F636B206572726F720A000052363031360A2D206E6F7420656E6F75676820737061636520666F722074687265616420646174610A000000000000000A54686973206170706C69636174696F6E2068617320726571756573746564207468652052756E74696D6520746F207465726D696E61746520697420696E20616E20756E757375616C207761792E0A506C6561736520636F6E7461637420746865206170706C69636174696F6E277320737570706F7274207465616D20666F72206D6F726520696E666F726D6174696F6E2E0A0052363030390A2D206E6F7420656E6F75676820737061636520666F7220656E7669726F6E6D656E740A00000052363030380A2D206E6F7420656E6F75676820737061636520666F7220617267756D656E74730A0052363030320A2D20666C6F6174696E6720706F696E74206E6F74206C6F616465640A000000000000FFFFFFFF000000007DCF010000000000FFFFFFFF00000000A7D0010000000000FFFFFFFF0000000007D201000000000000000000D6D10100FFFFFFFF00000000DCD3010000000000FFFFFFFF0000000082D4010000000000FFFFFFFF0000000096D5010000000000FFFFFFFF5CD6010060D6010000000000FFFFFFFFC5D60100C9D601005253445316F801FC7ED0E745BB8FF5A694F197F201000000633A5C446F63756D656E747320616E642053657474696E67735C41646D696E6973747261746F725C4465736B746F705C4865726D65735C7372635C52656C656173655C6174746163682E706462000000FFFFFFFF00000000FFFFFFFF0000000001000000000000000100000000000000000000000000000000000000CA110100000000000000000000000000331101000200000002000000030000000100000004F101000000000000000000030000000100000014F101002005931904000000E4F001000200000024F10100000000000000000000000000A0F6010000000000FFFFFFFF000000000C0000001D95010000000000B8F6010000000000FFFFFFFF00000000280000008015010000000000D8F6010000000000FFFFFFFF0000000028000000F015010003000000A0F1010084F1010068F10100000000008023010000000000BCF10100FFFFFFFF00D701002005931901000000DCF1010000000000000000000000000000000000FFFFFFFF20D70100200593190100000000F2010000000000000000000000000000000000FFFFFFFF000000000000000040D70100FFFFFFFF00000000000000000000000000000000B6160100000000000100000002000000010000003CF20100200593190300000024F20100010000004CF201000000000000000000FFFFFFFF00000000FFFFFFFF00000000000000000000000000000000C5170100000000000000000001000000010000008CF2010020059319020000007CF20100010000009CF201000000000000000000FFFFFFFF70D701000000000078D701002005931902000000CCF2010000000000000000000000000000000000FFFFFFFF90D701000000000098D7010001000000A0D7010001000000A8D701002005931904000000F8F201000000000000000000000000000000000000000000F8F6010000000000FFFFFFFF0000000028000000F01501000300000034F3010084F1010068F1010000000000802301000000000050F30100FFFFFFFFC0D70100200593190100000070F3010000000000000000000000000000000000FFFFFFFF0000000000000000E0D70100FFFFFFFF00000000000000000000000000000000E625010000000000010000000200000001000000ACF30100200593190300000094F3010001000000BCF301000000000000000000FFFFFFFF000000000000000000D80100FFFFFFFF00000000000000000000000000000000362701000000000001000000020000000100000004F401002005931903000000ECF301000100000014F401000000000000000000FFFFFFFF20D80100200593190100000044F4010000000000000000000000000000000000FFFFFFFF40D801000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000A12B01000000000000000000000000005D2C01000100000001000000020000000100000090F4010003000000030000000400000001000000A0F40100200593190500000068F4010002000000B0F401000000000000000000FFFFFFFF60D801000000000068D801002005931902000000F4F4010000000000000000000000000000000000FFFFFFFF80D80100000000008BD801000100000096D8010002000000A1D8010001000000A1D8010004000000ACD80100200593190600000020F5010000000000000000000000000000000000FFFFFFFFD0D8010000000000D8D80100FFFFFFFFE0D8010002000000E8D8010003000000F0D8010020059319050000006CF5010000000000000000000000000000000000FFFFFFFF10D901000000000018D901002005931902000000B0F5010000000000000000000000000000000000FFFFFFFF2AD901002005931901000000DCF50100000000000000000000000000000000000000000090FC010000000000FFFFFFFF000000000C000000FB8B01000200000000F6010068F1010000000000D48B0100000000001CF6010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001DA90100E5C70100000000000000000030B5010000000000000000002B9E010080C50100EECA010092AA0100000000000000000097CB01000000000000000000A4AA0100000000000000000000000000000000000000000000000000E8E30100000000002E3F4156657863657074696F6E404000E8E30100000000002E3F41566C6F6769635F6572726F72407374644040000000E8E30100000000002E3F41566C656E6774685F6572726F724073746440400000E8E30100000000002E3F41566F75745F6F665F72616E676540737464404000005C4465766963655C486172646469736B305C506172746974696F6E325C0000005C4465766963655C486172646469736B305C506172746974696F6E315C54444154415C253038785C24755C257300000006000700B0DE01000600070098DB01000E000F0078DB01001D001E005CDF01000600070054DF01002200230030DF01000600070028DF01002200230004DF01000100040000000000B0F70100B0F70100FFFFFFFF0000000000000000C4F70100C4F7010006000700CCE0010000000000000000800100008002000080030000800400008005000080060000800700008008000080090000800A0000800B0000800C0000800D0000800E0000800F000080100000801100008012000080130000801400008015000080160000801700008018000080190000801A0000801B0000801C0000801D0000801E0000801F000080200002002100020022000200230002002400020025000200260002002700020028000200290002002A0002002B0002002C0002002D0002002D0002002F000200300004003100040032000400330004003400040035000400360004003700040038000400390004003A0002003B0002003C0002003D0002003E0002003F000200400002004100100042001000430010004400100045001000460010004700100048001000490010004A0010004B0010004C0010004D0010004E0010004F001000500010005100100052001000530010005400100055001000560010005700100058001000590010005A0010005B0002005C0002005D0002005E0002005F000200600002006100080062000800630008006400080065000800660008006700080068000800690008006A0008006B0008006C0008006D0008006E0008006F000800700008007100080072000800730008007400080075000800760008007700080078000800790008007A0008007B0002007C0002007D0002007E0002007F000080800000808100008082000080830000808400008085000080860000808700008088000080890000808A0000808B0000808C0000808D0000808E0000808F000080900000809100008091000080930000809400008095000080960000809700008098000080990000809A0000809B0000809C0000809D0000809E0000809F000080A0000080A1000200A2000200A3000200A4000200A5000200A6000200A7000200A8000200A9000200AA000200AB000200AC000200AD000200AE000200AF000200B0000200B1000200B2000200B3000200B4000200B5000200B6000200B7000200B8000200B9000200BA000200BB000200BC000200BD000200BE000200BF000200C0001000C1001000C2001000C3001000C4001000C5001000C6001000C7001000C8001000C9001000CA001000CB001000CC001000CD001000CE001000CF001000D0001000D1001000D2001000D3001000D4001000D5001000D6001000D7000200D8001000D9001000DA001000DB001000DC001000DD001000DE001000DF001000E0000800E1000800E2000800E3000800E4000800E5000800E6000800E7000800E8000800E9000800EA000800EB000800EC000800ED000800EE000800EF000800F0000800F1000800F2000800F3000800F4000800F5000800F5000800F7000200F8000800F9000800FA000800FB000800FC000800FD000800FE000800FF00080002000000000000000000000000000000000000000300000000000000010000000000000000000000010000000300000006000700CCE0010006000700FCE20100FFFFFFFFFFFFFFFF000010000020000000000100001000000B850100000000800000000000000000000004000000000048FC010048FC010002000000040200000400000004040000020000000000000000000000000000000000000003000000000000000100000000000000000000000100000003000000E8E30100000000002E3F41566261645F616C6C6F634073746440400000000000200593190000000000000000000000004CAA01004EE640BB00000000000000004CAA010090A90100000000000000000000000000010000000000000001000000000000000000000000000000010000000000000001000000000000000000000000000000010000000000000001000000000000000100000000000000000000000000000001000000000000000000000000000000010000000000000001000000000000000100000000000000000000000000000001000000000000000100000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000018E801001AEA0100010000002E00000001000000000000000000000000000000010000000000000000000000000000001000000000000000050000C00B000000000000001D0000C00400000000000000960000C004000000000000008D0000C008000000000000008E0000C008000000000000008F0000C00800000000000000900000C00800000000000000910000C00800000000000000920000C00800000000000000930000C008000000000000000300000007000000780000000A00000060B60100000000000102040800000000A4030000608279822100000000000000000000000000000000000000A6DF000000000000A1A5000000000000819FE0FC00000000407E80FC00000000A8030000C1A3DAA320000000000000000000000000000000000000000000000000000000000000000000000081FE00000000000040FE000000000000B5030000C1A3DAA320000000000000000000000000000000000000000000000000000000000000000000000081FE00000000000041FE000000000000B6030000CFA2E4A21A00E5A2E8A25B000000000000000000000000000000000000000000000000000000000081FE000000000000407EA1FE000000005105000051DA5EDA20005FDA6ADA32000000000000000000000000000000000000000000000000000000000081D3D8DEE0F90000317E81FE00000000000000000100000016000000020000000200000003000000020000000400000018000000050000000D0000000600000009000000070000000C000000080000000C000000090000000C0000000A000000070000000B000000080000000C000000160000000D000000160000000F00000002000000100000000D00000011000000120000001200000002000000210000000D0000003500000002000000410000000D00000043000000020000005000000011000000520000000D000000530000000D0000005700000016000000590000000B0000006C0000000D0000006D00000020000000700000001C00000072000000090000000600000016000000800000000A000000810000000A00000082000000090000008300000016000000840000000D00000091000000290000009E0000000D000000A100000002000000A40000000B000000A70000000D000000B700000011000000CE00000002000000D70000000B000000180700000C000000FFFFFFFF800A000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000020000000100000000000000000000000000000000000000000000000000000002000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000019D2010019D2010019D2010019D2010019D2010019D20100000000000000000002000000D0EF010008000000A8EF0100090000007CEF01000A000000E8EE010010000000B8EE0100110000008CEE0100120000006CEE01001300000044EE01001800000010EE010019000000ECED01001A000000B8ED01001B00000084ED01001C00000060ED01001D000000C0EC010078000000ACEC010079000000A0EC01007A00000090EC0100FC0000008CEC0100FF0000007CEC0100FFFFFFFF000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000424D36C000000000000036000000280000008000000080000000010018000000000000C00000130B0000130B0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002020400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100011B0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000B0C1902020400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011D00013E0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E0F2016183300000000000000000000000000000001000904001B06002A08003B0B00510E00641000710F006D0D005D0B004E08003C06002C04001D02000B0000000000000000000000000000000002490001360000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000505192224510101020000000000000000000F00681B00C51C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81B00C50A004900000000000000000000000300027100012B0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000404111618610405130000000000000000000600291C00C71C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81B00C403001700000000000000000000011B00038500012200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004050C1114630E0F390000000000000000000100061A00B71C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81800AB00000100000000000000000000014500038500011900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004040911125B0D0E5B01010300000000000000000011007A2314CE3853DF4068E83E61E83341DD2418D01C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C01C8251BD13343DE4068E83E65E63852E316147700000000000000000000000200027100037F0000120000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000F10530E0F730607140000000000000000000C12332625C62234B500048A01058E17269F324FCA3F66E64576EE3B59E52D30D81F09CB1C00C8210ECD2F36DA3E61E74981F13F6EDF2642B703089100038B1519A52C36CA171F6400000000000000000000011800038900037900000C000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000191B4D03058815173E0000000000000000000000000A102507092200000000000900013B00027100038D00048D1223973151C2416CE64982F24B88F44C8AF43E6FD9203DAF01058E00038D00026A00013300000600000001000B06003000000000000000000000000000014100038D0002700000060000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000101030202040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000F10400406870B0C5F01010200000000000000000000000000000000000000000000000000000000000000011B00025100038400038D00038D0C199411229D00048D00038D00037F00024B00001400000000000000000000000000000000000000000000000000000000000000000200026D00038D0002650000030000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000708111213371112521012690D0D6A0C0D2B000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000141538090A7C0F117108081500000000000000000000000000000000000000000000000000000000000000000000000000000000000400013100026800038C00038A00025F00012900000200000000000000000000000000000000000000000000000000000000000000000000000000000000001400038800038D00025800000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000013000037F00038400025D0001370000110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000202050C0D220A0B471012620C0D7800018D00018D00018D00018D0A0C7A10124802030600000000000000000000000000000000000000000000000000000000000000000000000006072B07087F01028D13143D00000000000000000000000000000900002600003A00014D00015600003700000800000000000000000000000000000000000000000A00000700000000000000000000000000000000000000000B00003F00015F00014F00003900002400000A00000000000000000000000000013D00038D00038D00024C00000000000000000000000000000000000000000000000000000000000000000000000000000C00025F00038D00038D00038D00038D00038D00038D00037600024F0001270000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000405120C0D3612145411136C03048900018D00018D00018D00018D00018D00018D00018D00018D00018D0E10670E0F250000000000000000000000000000000000000000000000000000000000000D0D210E0E7200018D11125D00000000000000000000000000001D00018400018D00018D00018D00018D00018D00018800015B00002400000100000000000000000000000000000000000000000000000000000300002B00016000018A00018D00018D00018D00018D00018D00018500001100000000000000000000000100026900038D00038D00013E00000000000000000000000000000000000000000000000000000000000000012C00038200038D00038D00038D00038D00038D00038D00038D00038D00038D00038D0205800E105111123908081400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004040910112C14164915176008097E00018D00018D00018D00018D00018D00018D00018D0808810A0B6D1719530C0E7500018D00018D00018D0C0D7812144602020600000000000000000000000000000000000000000009091511136A00018D0B0B7705061500000000000000000000000600017900018D00018D01038F0D1AA01324A70F1CA101038F00018D00018D00017B00004600001100000000000000000000000000001900014F00018100018D00018D00018D030791182DA81527AA09119900028D00018D0001670000010000000000000000000606140A0C7700038D00038D00013400000000000000000000000000000000000000000000000B00025B00038D00038D00038D00038D0D107410125612146606098400038D00038D00038D00038D00038D00038D00038D0A0D7C0E105D0A0C450F102A01020500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000017184011126D02038B00018D00018D00018D00018D00018D00018D00018D0D0E7311135612133D090A160000000000000C0D1F14165D00018D00018D00018D00018D0808720B0C2500000000000000000000000000000006060D0F116800018D02038B0B0B3E00000000000000000000000000014D00018D00018D2D54B44F91F74F92F84E90F44E8FF44B8BEE3F75D92B51C20D189E00018D00018B00001200000000000000002B00018D00018D00028D1930A53867C84783E34E90F54E91F64F92F84F92F74C8DF31222A500018D00003A0000000000000000000000000D0E3701048D00038D00038A00012900000000000000000000000000000000012900037F00038D00038D00038D02058B15175C090A170000000101020A0B1C0B0D3E080A5D0B0D7801048D00038D00038D00038D00038D00038D00038D00038D0A0C791112320000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000F10280B0C7B00018D00018D00018D00018D00018D0A0B7C1113601112460E0F2A0101060000000000000000000000000000000000000101040E0F400B0D7700018D00018D00018D040686191A4703030600000000000004050A181A5D00018D00018D16185A01010300000000000000000000001D00018B00018D1A319B4B8AF0303BD21E06CA1C00C81C00C81D03C91E09C62115C31919A201038F00018D00001B00000000000000003500018D00018D1609A92217C6200BCA1C02C81C00C81C00C81D02C82215C2457EE1437BE501038F0001870000120000000000000000000000000C0E5700038D00038D00038800012000000000000000000800025800038D00038D00038D00038D06097E0C0E3B01010300000000000000000000000000000000000004040910113011134B111365070A8000038D00038D00038D00038D00038D10126D05050B00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003030615166200018D00018D03048911126A1213521213370708110000000000000000000000000000000000000000000000000000000000000000000000000B0C1E0D0F6102038B00018D00018D03048A0E0F660A0A2303030718195B01028D00018D0B0D7506061800000000000000000000000400017600018D030790447EDF313DDB1C00C81C00C81C00C81C00C81C00C81C00C81C00C81800B900018D00018D00001B00000000000000003500018D00018D1A00C11C00C81C00C81C00C81C00C81C00C81C00C81C00C81E07C64279D82241BC00018D00016A00000100000000000000000006060F0D107000038D00038D00038500000E00012700037D00038D00038D00038D01048D15175D0707190000000000000000000000000000000000000000000000000000000000000000000000000A0A1711133B12145710126E03068A00038D00038D0D0F530000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C0E4D00018D00018D0B0C770C0D320202040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000202040E0F3F04058500018D00018D00018D05078306076D00018D00018D05068617194100000000000000000000000000014F00018D00018D2A4DAE3956E11C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C80F00A600018D00018D00001500000000000000002E00018D00018D0D01A01C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82115C13867CE070E9700018D00003B0000000000000000000000000C0E3800038D00038D00038D00027400038D00038D00038D00038D0609800C0E4201010300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004040A0C0D3D04078600038D0508840C0D290000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001011280A0B7B00018D07087F0C0D380000000000000000000000000000000000000000000000000000000000000000000000060000220000080000000000000000000000000000000000000A0A1E0D0E6203048900018D00018D00018D00018D00018D1B1D5902020400000000000000000000001C00018C00018D0A15933752D61D04C91C00C81C00C81C00C81C00C81C00C81C00C81900BD05019700018D00017200002B00000000000000000000000200003A00017A00018D06019A1900BE1C00C81C00C81C00C81C00C81C00C81C00C81C00C8262ABA2341BA00018D00018700001200000000000000000008091304078B00038D00038D00038D00038D00038D02058B0A0C6705061C00000000000000000000000000000000000000000D0000200000040000000000000000000000000000000000000000000000000000000000000000000A0C4301048D00038D11146804040A00000000000000000000000000000000000000000000000000000000000000000000000000000001020810126400018D0405870F103E00000000000000000000000000000000000000000000000000000000000D00003700016300018900018D00018000002C0000000000000000000000000000000000000303061011400A0B7A00018D00018D00018D12126D0B0C1A00000000000000000000000000003A00018D00018D1917A7200BCC1C00C81C00C81C00C81C00C81C00C81C00C81C00C80C019900017A00002C00000100000000000000000000000000000000000000000200003100018110019D1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C814109C00028D00018D00003000000000000000000005050B07098200038D00038D00038D00038D080B7D17184301010200000000000000000000000000000000000100003B00018800018D00018700016000003500000A00000000000000000000000000000000000000000000000000000010124900038D00038D12144900000000000000000000000000000000000000000000000000000000000000000000000000000014164A00018D030489181A4D00000100000000000000000000000000000000000100001D00014700017000018C00018D00018D00018D00018D00018D00018D0001580000090000000000000000000000000000000000000A0B200E0F550C0D5B0B0C5B0E0F2C00000000000000000000000000000000001F00018D00018D1C00C71C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C80B019600002B00000000000000000000000000000000000000000000000000000000000000003C10019D1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81A00C100018D00018D00000E0000000000000000000303060A0D7A00038D00038D00038D0B0D6706071B00000000000000000000000000000000000000000F00016400018D00018D00018D00018D00018D00018D00018C00016A00003E000013000000000000000000000000000000000000010102080A5402058A04078708091E000000000000000000000000000000000000000000000000000000000000000000090927080A7D02038B191B5201010300000000000000000000000000000000002600017900018D00018D00018D00018D00018D00018D02017D03017C00018D00018D00018D00017F00002700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200018500018D1900BD1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C80C0193000003000000000202172B49325D9E447DD54885E23E73C32545750B152300000000000C10019E1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81700B700018D0001750000000000000000000000000000000E107300038D0508860D0F4401010300000000000000000000000000000000000000003200018500018D00018D00018B06018001017E00018D00018D00018D00018D00018D00018D00017300002100000000000000000000000000000001010213155300038D12146102020500000000000000000000000000000000000000000000000000000003030611136202038B1B1D5602030600000000000000000000000000000000002600018A00018D00018D00018D00018C03017C0F01971A00C01C00C81C00C81400AA00018700018D00018D00018C00001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000018D1200A51C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C8171197345FA74075CD4884E64883E64377DE3E6AD73E69D54171D94680E24882E3447CD63868B42C3BC41D03C91C00C81C00C81C00C81C00C81C00C81C00C81C00C81000A100018D00014F000000000000000000000000000000151764090B6D0A0B1E00000000000000000000000000000000000000000000001D00018D00018D00018D0001841700B41C00C81C00C81900BE0E019202017E00018D00018D00018D00018D00018700001B0000000000000000000000000000000203060D0F5E01048D1113410000000000000000000000000000000000000000000000000000000D0F4B01028D1C1F5A04040A00000000000000000000000000000000001E00018700018D00018D00018C0B018F1B00C41C00C81C00C81C00C81C00C81C00C81C00C81A00C103018300018D00018D00003500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003A00018D0901931C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C01C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C01C81C01C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C807019700018D00002800000000000000000000000000000015163001010300000000000000000000000000000000000000000000000000014700018D00018D0401811B00C41C00C81C00C81C00C81C00C81C00C81C00C81A00C00A018D00018D00018D00018D00017F00000F0000000000000000000000000000000202081315610608800708190000000000000000000000000000000000000000000E0F250405880B0B6606060D00000000000000000000000000000000001600018200018D00018D00018D1101A01C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81A00BF00018D00018D00015800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001300018D0101901C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C701018F00018900000600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016A00018D00018C1B00C41C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C80D019600018D00018D00018D00017700000C00000000000000000000000000000005061004077416185A0000010000000000000000000000000000000203060D0F6711136604040F00000000000000000000000000000000000C00017B00018D00018D00018D0D01931C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C803018C00018D00017A00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000017B00018D1900BD1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81800B700018D00016900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400018900018D0701891C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C809018C00018D00018D00018D00017000000700000000000000000000000000000003031212146B1112370000000000000000000000000000001618490709760A0B1B00000000000000000000000000000000000800017400018D00018D00018D0901891C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C810019E00018D00018D00000F00000000001D00015000015000015000015000003900000000000000000000000000004200004000000000000000015500018D1200A51C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81000A100018D00004100000000000200015200003200000000000000000000000000004200015000015000015000015000001300000000002300018D00018D1300A71C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C807018600018D00018D00018D0001670000030000000000000000000000000000000B0C1E1F226006060D0000000000000000000C0D2211126C0A0B1D00000000000000000000000000000000000600016C00018D00018D00018D0601841C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81900BE00018D00018D00003300000000015700018D00018D00018D00018D00014C00000000000000000000002300018C00018D00004200000000002E00018D0901921C00C81C00C81C00C81C00C81C00C81C00C81800BC1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81B00C31C00C81C00C81C00C81C00C81C00C81C00C807019700018D00001B00000200015B00018D00018700001600000000000000000000016000018D00018D00018D00018D00014700000000004500018D00018D1B00C51C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C704018400018D00018D00018D00015D0000010000000000000000000000000000000F0F2122244E00000000000002020413145D0B0B2600000000000000000000000000000000000300016500018D00018D00018D0401811B00C71C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C803018D00018D00015600000000017400018D00018D00018D00018D00001900000000000000000B00017E00018D00018D00018D00004200000A00018C01018F1C00C81C00C81C00C81C00C81C00C81C00C80D019B1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C80D01A01C00C81C00C81C00C81C00C81C00C81C00C701018F00018100000200015B00018D00018D00018D00017300000400000000000000003100018D00018D00018D00018D00016100000000016800018D0601881C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81B00C502018500018D00018D00018D0001500000000000000000000000000000000000001213291011240000001D1F460F102600000000000000000000000000000000000000015700018D00018D00018D0201841B00C41C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C01C81C00C81C00C81C00C81C00C80F019B00018D00017700000500018B00018D00018D00018D00017400000000000000000000016100018D00028D223FB10A149B00018D00004200016F00018D1900BD1C00C81C00C81C00C81C00C81B00C304018F1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C80301931B00C61C00C81C00C81C00C81C00C81700B600018D00015C00015B00018D00018D182CA21324A700018D00015000000000000000000600018600018D00018D00018D00017B00000300018800018D1101A11C00C81C00C81C00C81C00C81C00C81C01C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81A00C101018800018D00018D00018D00003E0000000000000000000000000000000000000F10220B0C1915162F00000000000000000000000000000000000000000000003C00018C00018D00018D1600B31C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82520CA2F44CD190FB51600B31800BB1400AD00018D00018D00002B00018D00018D00018D00018D00004200000000000000003A00018D00018D2240A54F92F84B8AF0101EA200018D00018900018D1400AB1C00C81C00C81C00C81C00C81600B400018D1C00C71C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81B00C300018D1800B91C00C81C00C81C00C81C00C81001A000018D00018800018D00028D305BB94F92F84987EE050A9400018D00002900000000000000015600018D00018D00018D00018D00002900018D00018D1200A71900BE1600B41300AC1D1BB63243DB200CCC1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81300A900018D00018D0001870000270000000000000000000000000000000000000000000B0C1900000000000000000000000000000000000000000000000000000000002900018600018D0E019D1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82115C23B6CCF2C50C404089200018D00018D00018D00017100018D00018D00018D00018D00001400000000001800018900018D0911924D8FF34E91F64D8EF24C8DF2172BAC00018D00018D1400AB1C00C81C00C81C00C81C00C80F01A000018D1E0EC31C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81906B6070F971200A51C00C81C00C81C00C81C00C81001A000018D00018D0204903B6ECC4E91F74C8BF04F91F7335FD100018D00018200000E00000000002700018D00018D00018D00018D00017300018D00018D00018D00018D12229A3F73D6374FDC1D03C91C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C80C019C00018D00017E00001B00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001A00018200018D1800BB1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C02C83657CC4580E42443BC02048F00018D00018D00018D00018D00018D00018800000000000300017500018D00028D4076D34F92F8313EDC1C01C82E3FC5437ADD1F39B700018D1B00C31C00C81C00C81C00C81C00C80401940001893142D11C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C8201CB41C34B30601931C00C81C00C81C00C81C00C81900BF00018D060C914073D43E66DF2110CD1D05C64D8FF44F92F8172CAC00018D00016500000000000C00018D00018D00018D00018D00018D00018D00018D0B13943D71D0477FEB271FD21C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81700B600018D00017600000E000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003000171030591283DBA200BCC1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C8231BC34A87EA4886EB1B33B200028D00018D00018D00018D00018400000000002000018D00018D2341A44F92F8467AED1D02C91C00C81C00C81D02C81D21AD09088C1C00C81C00C81C00C81C00C81400AD00018D01034A364FD81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82117BB22409F00018D1600B21C00C81C00C81C00C81C00C804018B2225B52212CE1C00C81C00C81C00C82727C14F92F84987EE050A9400018D00000D00000B00018D00018D00018D00018D00018D050B903664C34D8FF43A59E01E05CA1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81D02C91F2EAA1D36B5010364000001000000000000000000000000000000000000000000000000000000030307010101000000000000000000000000000000000000000000000000000001070D6B3663C54378E32418D01C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81D03C73D65D44E8FF4447EE51325A700018D00018D00018D00000300002900018D01038E4A8AEC4F92F8261DD11C00C81C00C81C00C81C00C81900BE1301A61C00C81C00C81C00C81C00C703019400017B0B14263852DD1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C8231BC12A4E8C0001880401921C00C71C00C81C00C81C00C81200A41C00C71C00C81C00C81C00C81C00C81C00C83F6EDA4F92F82748C100018D00001800001600018D00018D00018D0204902F56B94E90F54B88F12824D31C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81D03C7365AC74177DC203C9102050800000000000000000000000000000000000000000000000000000018193606060D000000000000000000000000000000000000000000182D504E91F64371E71E05CA1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82625C34E8FF44F92F83D70DA050A9400018D00001200003300018D0D19944F92F84473EC1C00C81C00C81C00C81C00C81C00C81A00BF1B00C51C00C81C00C81C00C80E01A000018D00002D182C4A3D62E41C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82218C13868B000014700018D0F01A11C00C81C00C81C00C81B00C61C00C71C00C81C00C81C00C81C00C81C00C82114C24F92F8335ED200018D00002000002500018D00018D1B339E4D8DF14F92F83C5EE11E07CA1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82C36C24D8FF3437BD5000000000000000000000000000000000000000000000000000000030307252754090A150000000000000000000000000000000000000204073663A94577ED2E34D91C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81D05C74271DC4E91F61C34B300018D00002200003F00018D172A964F91F7374CE11C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81900BE01018E00016B00000023416F426FEA1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82115C1447ED600000600017E01018F1A00C21C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81D02C84F92F83E73E000018D00002B00003400018D00018D4A89EA4E90F62B2BD61C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C83343D74884E10C1726000000000000000000000000000000000000090A160A0A16000000000000040409191B530909250000000000000000000000000000000000000000002443724679EB3A56E41D03C91C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81D02C74E90F62F56CC00018D00003100014900018D1F3A9C4C8CF32B2CD61C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C808019700018C00001D000000315A9A4679EE1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82114C14885E2060A1200003200018D0901951C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C84A85EF4784EB00018D00003700004300018D0A13944D8DF33952E31C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81D02C9416CE44279CE050A11000000000000000000000000000000000000101126191A390000000000000000000000000304150D1068070835000000000000000000000000000000000000000000162A47467BE94574EE2212CE1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C83E67DB427AE300018D00004200015300018D2747A34E90F7210DCC1C00C81C00C81C00C81C00C81C00C81C00C81C00C81900BC0C019E00018D00015A0000000000003F74C54679EE1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82010C24988E712213700000100016D00018D0E01A01900BE1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C83653CF4E90F601028E00004100015300018D1B3299487FEC2720D31C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82211CB4A85EF3664AA0102040000000000000000000000000000000000000001401315440000000000000000000000000000000000000909171416671113470101010000000000000000000000000000000000000D1728467EE24B86F32B2AD61C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C8241EC14988ED02059000015200015E00018D325CB54A83F11C00C81C00C81C00C81C00C81A00C11300AB0A019E03019300018D00018D00017B00000F0000000000004987E54472EC1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81F0EC34B8BEC1E375D00000000001300017A00018D00018D0301930B019E1300AC1A00C21C00C81C00C81C00C81C00C82625C04B8BF008109800014B00016200018D2E54AD487FF01C01C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82C31D14D8EF327477900000000000000000000000000000000000000000300025504065E0101030000000000000000000000000000000000000000000D0E230F1172181A53030307000000000000000000000000000000000000060B124075C94C89F3364BE11D02C91C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C02C7447CDD1121A400016200016A00018D3C6FC93E63E81C00C81C00C81200A904019600018D00018D00018D00017700014A00001C00000100000000000004070D4F92F8436FEC1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81F0BC44E90F42A4D8300000000000000000200002600015000017D00018D00018D00018D0501961400AD1C00C81C00C81F0BC4457FE01121A400015500017000018D3F72D23952E31C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C01C83D60E04D8EF2182C4C0000000000000000000000000000000000000000090002670002720000050000000000000000000000000000000000000000000000000000000F102C0B0D790D0F60050610000000000000000000000000000000000000020306335EA04B88F3426CEB200DCC1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C8385CD02240BC00017100017B00018D4277D93342DE1C00C81C00C81C00C708018D00018D00018500001B0000000000000000000000000000000000001221384F92F8436FEC1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81E08C54F92F83868B000000000000000000000000000000000000100002200018800018D09018E1C00C81C00C81C00C81C01C8437BDA1A31B10001650001800205903C63D92823D31C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C8210DCA4983F04987E60D172800000000000000000000000000000000000000001200037700037A00000D0000000000000000000000000000000000000000000000000000000000000000000D0E2C0407850A0D730B0C1F0000000000000000000000000000000000000000002442704C8BF44A84F32822D31C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C8241EC12F57CB00018300018B00018D3E69D92823D31C00C81C00C81C00C81B00C200018D0001690000000000000000000000000000000000000000001F3A624F92F83F63E81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81D06C64F92F84580DA00000000000000000000000000000000000000000000017700018D1C00C81C00C81C00C81C00C81C00C83A62CF2341BC00017C00018D1221953A58E01C01C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82A2CD04E8FF64076C804080E0000000000000000000000000000000000000001210003820003820000140000000000000000000000000000000000000000000000000000000000000000000000000000000809380306870E10710A0B2C0000000000000000000000000000000000000000001629474D8DF14E90F73341DD1C01C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C02C73059C300018D00018D0408923C61DD1E06CA1C00C81C00C81C00C81C00C800018D0001610000000000000000000000000000000000000000002B4F874F92F83B5AE61C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81D04C64F92F84E90F503050900000000000000000000000000000000000000017300018D1C00C81C00C81C00C81C00C81C00C82A37C12A4FC600018D00018D223DA03444DE1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C83A59DD4F92F8335D9F01020300000000000000000000000000000000000000013200038A00038700011D0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000A0B3F02058B0508860E0F3B0000000000000000000000000000000000000000000D18294987E44F91F73E63E81F08CB1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C8293FBA070D9600018D0D1994354BDB1C00C81C00C81C00C81C00C81C00C600018D00015B00000000000000000000000000000001010226477A4D8FF34F92F83D5DE71C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81D04C64F92F84F92F83F75C70F1C3000000000000000000000000000000000016B00018D1C00C81C00C81C00C81C00C81C00C82218C12646C000018D00018D2432B12A28D51C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82009C94880EE4F91F724437100000000000000000000000000000000000000000100024800038D00038B0001280000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000B0D4A00038D00038D12144C020204000000000000000000000000000000000000070D154179CD4E90F7487FF1251AD01C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81A07B8060C9500018D1529962B2CD61C00C81C00C81C00C81C00C81700B700018D00003B0000000000000000000001012646774B8CED4F92F84F92F84F92F84C8AF51F09CB1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C8251EC74F92F84F92F84F92F84F92F83C6FBC0F1C3000000000000000000000015C00018D1A00C01C00C81C00C81C00C81C00C81D05C62443B800018D00018D2013C41C01C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82825CE4E8FF74D8FF215284500000000000000000000000000000000000000000400025C00038D00038D00013500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010125000038D0306891315560202070000000000000000000000000000000000000204073766AD4F91F84E8FF7416CE83D61E53A59E3374EE03342DD2F38DA2D31D82B2CD62925D4261CD12416CF1F09CA00018D00018D0F0F92210DCC1C00C81C00C81C00C81C00C80F01A0000177000006000000000000213D674A8AE94F92F84F92F84780EA3A5CD74E8FF54F92F83038DA1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C8477DED4F92F8406BE14374E04F92F84F92F84F92F83A6CB70D182900000000000F0001821001A11C00C81C00C81C00C81C00C81C00C81927A200018D00018E1C00C81F07CA2416CF261DD22925D42C2ED72E35D9323DDB3446DD374FDF3A59E23E63E44577EA4F92F84987E50B142200000000000000000000000000000000000000000D00026F00038D00038D0001420000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000102050B0D5E00038D00038D16185E0A0B180000000000000000000000000000000000000001012A4D834784E5457EE34076DA3C6FD3396ACE3766CA315CC02B4EB7253FAE2036A82437B52B2DD12210CD00018D00018D1A00BE1C00C81C00C81C00C81C00C81C00C804018F0000180000001B33564886E44F92F84983ED354CD7200ECC1C00C81C00C82D36C44F92F8313DDC1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C84D8CF64F92F82211CE1C00C81D03C7292DC54477E14F92F84F92F73867AF0B152300002703018E1C00C81C00C81C00C81C00C81C00C81700B700018D02018B1C00C8231AC82436B4223AAC2542AE294AB22C51B5315BBE3563C53A6BCE3E74D7457EE14A88E93C6FBD05090F00000000000000000000000000000000000000011A00037C00038D00038D0002500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000102060C0E6100038D00038D11136A08092700000000000000000000000000000000000000000000000000000000000C00001600001F00002900003500018600018D1400AB1C00C81C00C81C00C800018D0C01941C00C81C00C81C00C81C00C81C00C81800B90000331A30514682DD4A85EE3750D82211CD1C00C81C00C81C00C81C00C81C00C8231AC14D8DF42E33D91C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C84982EF4D8DF61C00C81C00C81C00C81C00C81C00C81D04C72C33C5457BE44987E63460A409125E1900BC1C00C81C00C81C00C81C00C81C00C80A019104018E1C00C81C00C81C00C81400AA00018D00017B00003700002900001E00001000000400000000000000000000000000000000000000000000000000000000012B00038600038D00038D00025C00000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003040D0B0E6500038D00038D0A0D7A0D0F3400000000000000000000000000000000000000000000000000000000000000000000000000000000017000018D1C00C81C00C81C00C81C00C80101891C00C61C00C81C00C81C00C81C00C81C00C81E22A43B66CB3855D92314CD1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81F0DC34984EE2B2CD61C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C84374E4477AEF1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81D05C62C37C63A66C42F45C92212CE1C00C81C00C81C00C81C00C81B00C403018C1C00C81C00C81C00C81C00C802019000016100000000000000000000000000000000000000000000000000000000000000000000000000000000014000038C00038D00038D00026700000300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004040E13156500038D00038D02058A05074800000100000000000000000000000000000000000000000000000000000000000000000000016B00018D1C00C81C00C81C00C81C00C81400AB1C00C81C00C81C00C81C00C81C00C81C00C81E05C91C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81D04C64578E72925D41C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C83F69DC3F65E91C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81B03C41E06CA1C00C81C00C81C00C81C00C81C00C81500B01C00C81C00C81C00C81C00C801018F00015600000000000000000000000000000000000000000000000000000000000000000000000300025600038D00038D00038D00027100000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007071905087A00038D00038D00038D1517500101030000000000000000000508110A122400000000000000000000000000000000015200018D1600B11C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C8416EE12822D31C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C83C5FD93851E31C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81200A800018D00003800000000000000000000000000000002010D0A142200000000000000000000000600026A00038D00038D00038D00037900000C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000A0B1E0D0F7200038D00038D080A81090A16000000000000000000233F71364AE01800A806004B00000300000000000000000B00017A01018E1900BD1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C83958DA261BD11C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C83246D0323FDD1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81800B901018F0001750000040000000000000000030900541800AF1D05C630589500000000000000000000012100038D00038D00038D0003810000120000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000B0D3800038D00038D02058C0A0A1900000000000000000023406D4576ED1C01C81C00C81600AE09016E00002000000100001300017E02018E1B00C41C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C8303ED32418D01C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82722CA2B2CD61C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81A00C002019000016D00000A0000010000270801731700B31C00C81C00C8241DC23F75C600000000000000000000012300038D00038D00038D000137000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000090B3300038D00038D00038D0A0A1D00000000000000000023406D4B88F22720D31C00C81C00C81C00C81900BD0C018D01014A00002800017E04018E1C00C71C00C81C00C81C00C81C00C81C00C81C00C81C00C71C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C8251CCD200DCC1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C03C82212CE1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81B00C504019100016F0000200101500C018F1A00BF1C00C81C00C81C00C81C00C83B5DD84885E100000000000000000000012300038D00038D00038D00011B000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000090B3300038D00038D00038D0A0A1D00000000000000000022406C4E90F63C5CE61E05CA1C00C81C00C81C00C81C00C81B00C510019F02018700018D0701901C00C81C00C81C00C81C00C81C00C81C00C81A00C41C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81B00C61C00C81C00C81C00C81C00C81C00C81C00C706019200018D0301811101A01B00C61C00C81C00C81C00C81C00C81C00C81E06CA4E8FF7447DD400000000000000000000012300038D00038D00038D00011B000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000090B3300038D00038D02058C0A0A1A00000000000000000009101B4075C84D8EF54B88F33547DF200ACB1C00C81C00C81C00C81C00C81C00C81500AD05018E0C01981C00C81C00C81C00C81C00C81A00BF1800B91C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81500B01C00C61C00C81C00C81C00C81C00C809019505018B1500AF1C00C81C00C81C00C81C00C81C00C81C00C8200CCC3B5CDD4E91F74C8CED111F3500000000000000000000012300038D00038D00038D00011B0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000A0B3300038D00038D04078B0A0A160000000000000000000000000001011E385D4B8CEE4F92F84D8EF63955E32212CE1C00C81C00C81C00C81C00C81C00C81800BA1A00C21C00C81C00C81C00C81001A01900BF1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81700B51300A81C00C81C00C81C00C81900BE1800BA1C00C81C00C81C00C81C00C81C00C81C00C82314CD3F69E24F92F84F92F83563A803060A00000000000000000000000000012600038D00038D00038D00011B0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000D0E3100038D00038D00038D121450030306000000000000000000000000000000060A123461A44F92F84F92F84F91F73E62E7261DD21C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C80401921B00C41C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81900BC06018F1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C82720CF4475E74F92F84F92F84783DE101E3400000000000000000000000000000000000A00026800038D00038D00038D00011B0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000F102E00038D00038D00038D01048D0F1167090A1E0000000000000000000000000000000000001222394682DC4F92F84F92F84F92F8436FEB2B2AD61C01C81C00C81C00C81C00C81C00C81800BB00018D1C00C71C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81B00C200018D1A00C11C00C81C00C81C00C81C00C81C00C81C01C82D33D34882EE4F92F84F92F84E90F4274A7D00010100000000000000000000000000000000012500037E00038D00038D00038D00038D0000140000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000F113F0D107400038D00038D00038D00038B000248000002000000000000000000000000000000020305274A7D4E90F44F92F84F92F84F92F8477CEF2F36DA1D03C91C00C81C00C80D019B00018D1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C700018D0F019E1C00C81C00C81C00C81D03C93347D74C8BF34F92F84F92F84F92F83E72C2070C1500000000000000000000000000000000000400024D00038C00038D00038D00038D0003870001370000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000A0A1816185A02058B00038D00038D00038D0002700000140000000000000000000000000000000000000A13203D71C04F92F84F92F84F92F84F92F84B86F23343DE1F09CA02019002018A1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C801018F03018C1C00C81F0ACB3958DC4E90F74F92F84F92F84F92F84B8AEA192E4E00000000000000000000000000000000000000001700027400038D00038D00038D00038D0002710000150000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000202040D0F4600038C00038D00038D00038D0003870001380000000000000000000000000000000000000000001C33574B8AEB4F92F84F92F84F92F84F92F84D8DF4070E9601018C1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C801019000018D2C3FBE4F92F84F92F84F92F84F92F84F91F7315B9A02030500000000000000000000000000000000000100013C00038900038D00038D00038D00038C00024B00000300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012300038000038D00038D00038D00038D00026100000C00000000000000000000000000000000000004080E325C9C4F92F84F92F84F92F84F92F8101EA200018D1B00C51C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81A00C200018D00018D437CDA4F92F84F92F84F92F8447ED50D172800000000000000000000000000000000000000000E00026500038D00038D00038D00038D00037E00012300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000D00026400038D00038D00038D00038D00038000011B000000000000000000000000000000000000000000101E34457FD74F92F84F92F8172BAC00018D1600B21C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81400AB00018D00018D4988E84F92F84C8DF0203D6700000000000000000000000000000000000000000000012000038200038D00038D00038D00038D00025D00000900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013800038700038D00038D00038D00024C0000000000000000000000000000000000000000000000000102042544754783E31B32B100018D0E01991C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C80C019600018D00018D4B8AED3A6CB703060A00000000000000000000000000000000000000000000000000025000038D00038D00038D00038600013500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011E00038C00038D00038D00025000000000000000000000000000000300016200017000017300017D00018A03069100018D00018D05018A1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C803019000018D00018D03079000018900017B00017300016E00015300000000000000000000000000000000025000038D00038D00038400001300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000027200038D00038D00025000000000000000000000000000000900018D00018D00018D00018D00018D00018D00018D00018D00018D1C00C71C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81A00C200018D00018D00018D00018D00018D00018D00018D00018D00017C00000000000000000000000000000000025000038D00038D00026D00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000026100038D00038D00025000000000000000000000000000000900018D00018D00018D00018D00018D00018D00018D00018D00018D1700B71C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81500AF00018D00018D00018D00018D00018D00018D00018D00018D00017C00000000000000000000000000000000025000038D00038D00026000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000025400038D00038D00025000000000000000000000000000000900018D00018D00018D00018D00018D00018D00018D00018D01018D1B00C31C00C81C00C81C00C81F0ACB2211CE1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C8200CCC1E05CA1C00C81C00C81900BF00018E00018D00018D00018D00018D00018D00018D00018D00017C00000000000000000000000000000000025000038D00038D00025400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014600038D00038D00025000000000000000000000000000000900018D00018D00018D00018D00018D00018D00018D00018D1300A91C00C81C00C81C00C81C00C84476E6457BE13653D03955DD3547DE2926D41F07CA1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81F08CB1C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81C00C81F09CB2B2CD43852DB3B5ED6375BC04880ED2E34D91C00C81C00C81C00C81000A300018D00018D00018D00018D00018D00018D00018D00017C00000000000000000000000000000000025000038D00038D00024800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013900038D00038D00025000000000000000000000000000000900018D00018D00018D00018D00018D00018D00018D0A01931C00C81C00C81C00C81C00C81C00C83C61D94F92F83766AE112037305996467EDF4984EE4880EE3C5DE33039DB271ED22926D33345D93E63E0487FEC4E90F64F92F84D8EF54578EB3B5CE23240DC2B2CD62A27D43242D84069E24B88F14B8AED3A6BB5172A490F1C2F4C8DEF4F92F82822D31C00C81C00C81C00C81C00C808019400018D00018D00018D00018D00018D00018D00017C00000000000000000000000000000000025000038D00038D00013B00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012C00038D00038D00025000000000000000000000000000000900018D00018D00018D00018D00018D00018D03018D1C00C71C00C81C00C81C00C81C00C81C00C83246CD4F92F84F92F83E72C104070D0000000E1A2C2D528B4784E04F92F84F92F84F92F84F92F84F92F84F92F84F92F84F92F84F92F84F92F84F92F84F92F84F92F84F92F84C8DEF3867AF1221390000000000001729454E90F44F92F84F92F8251AD11C00C81C00C81C00C81C00C81B00C502019000018D00018D00018D00018D00018D00017C00000000000000000000000000000000025000038D00038D00013000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011E00038D00038D00025000000000000000000000000000000900018D00018D00018D00018D00018D00018E1900BC1C00C81C00C81C00C81C00C81C00C81C00C84881EC4F92F84F92F84A8AEA0B14220000000000000000000000000B14221A3050203B63203B63203B63203B63203B63203B63203B63203B63203B63203B631E375E0D18280000000000000000000000000102033D72C24F92F84F92F84F92F83952E31C00C81C00C81C00C81C00C81C00C81700B600018D00018D00018D00018D00018D00017C00000000000000000000000000000000025000038D00038D00012400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001100038D00038D00025000000000000000000000000000000900018D00018D00018D00018D00018D1200A41C00C81C00C81C00C81C00C81C00C81F07C94780EB4F92F84F92F83D70BF04080D00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001020327487C4F91F64F92F84F92F83E61E81F08CB1C00C81C00C81C00C81C00C80E019F00018D00018D00018D00018D00017C00000000000000000000000000000000025000038D00038D00011800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400038D00038D00025000000000000000000000000000000900018D00018D00018D00018D0801921C00C81C00C81C00C81C00C81C00C8251BCB4D8EF54F92F84E8FF3203A64000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000101D324681DB4F92F84F92F8487FF12418D01C00C81C00C81C00C81C00C806019300018D00018D00018D00017C00000000000000000000000000000000025000038D00038D00000D00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000038300038D00025000000000000000000000000000000900018D00018D00018D03018F1B00C61C00C81C00C81C00C81C00C82F3CD04F92F84F92F8427BD1070D170000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000305092F58954F92F84F92F84D8CF52B2CD61C00C81C00C81C00C81B00C302019100018D00018D00017C00000000000000000000000000000000025000038D00038B00000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000037700038D00025000000000000000000000000000000900018D00018D00018D1800B91C00C81C00C81C00C81C00C83C61DB4F92F84E91F628497D0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001528434A88E84F92F84F91F83342DE1C00C81C00C81C00C81500B200018D00018D00017C00000000000000000000000000000000025000038D00038000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000026B00038D00025000000000000000000000000000000900018D00018D0D01991C00C81C00C81C00C81D04C9467CE84F92F84783DF0C172800000000000000000000000000000000000000000700025300037A00037C00037C00037C00037C00037C00037C00037C00037C00037C00037C00037C00037C00037C00037C00037C00037C00037C00037C00037900024F000005000000000000000000000000000000000000060A123765AC4F92F84F92F83B5AE51D04C91C00C81C00C80A019800018D00017C00000000000000000000000000000000025000038D00027100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000025D00038D00025000000000000000000000000000000900018D00018D1900BB1C00C81C00C82211CA4C8BF24F92F730599701010200000000000000000000000000000000000000011E00037A00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00037600011A0000000000000000000000000000000000000000001C34594C8DEF4E91F74576EE2210CD1C00C81700B500018D00017C00000000000000000000000000000000025000038D00026500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000025200038D00025000000000000000000000000000000900018D01018D1C00C81C00C82213C84E91F74987E511203500000000000000000000000000000000000000000100014300038B00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038D00038A00013E00000100000000000000000000000000000000000009111C3E74C54E90F6477CF01E07CA1C00C700018E00017C00000000000000000000000000000000025000038D00025600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014400038D00025000000000000000000000000000000900018D0901911C00C81C00C84B88F04783DF03060A00000000000000000000000000000000000000000F00026A00038D00038D00038D00038D0D0F650C0E4B0A0B480A0B480A0B480A0B480A0B480A0B480A0B480A0B480A0B480A0B480A0B480A0B480A0B480A0B480A0B480A0B480E104D11146800038D00038D00038D00038D00026600000E0000000000000000000000000000000000000102043663A84B89F13851E31C00C806019500017C00000000000000000000000000000000025000038D00024B00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013800038D00025000000000000000000000000000000900018D1300A81C00C82F3DCC4D8EF10A131F00000000000000000000000000000000000000012C00038300038D00038D00038D070A7F0C0E4B00000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003030812144D06098400038D00038D00038D00038200012B0000000000000000000000000000000000000204074178CB4B88F3251BD11001A100017C00000000000000000000000000000000025000038D00014000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012B00038D00025000000000000000000000000000000900018D1A00C11D05C74C8BEE182C4B00000000000000000000000000000000000500025300038D00038D00038D01048D1315660F102D0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000A0B2F05087D00038D00038D00038D00038D00025300000400000000000000000000000000000009111C457FE04371ED1801BA00017C00000000000000000000000000000000025000038D00013500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011D00038D00025000000000000000000000000000000902018E1C00C8406BDB2B508800000000000000000000000000000003041B00027500038D00038D00038D05088610125205050B000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000050614090C6201048D00038D00038D00038D00027100000C00000000000000000000000000000014243D3D65DA313BDB02018000000000000000000000000000000000025000038D00012900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E00038D0002500000000000000000000000000000090C01942623C73A6BB600010100000000000000000000000005050B0E106A00038D00038D00038D090C7A0A0B390101010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000101020D0E43080B7D00038D00038D00038D000274000008000000000000000000000000000000223E6B3A59E1100E9900000000000000000000000000000000025000038D00011D00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200038C0002500000000000000000000000000000091607AC3B6AC004070C0000000000000000000000000101010E105A00038D00038D00038D1215630C0C1E00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009092207097300038D00038D00038D0002600000000000000000000000000000000000002942972E44CA00000000000000000000000000000000025000038D00000F0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000003800002500000000000000000000000000000022E44B80F1B2E00000000000000000000000000000016184402058B00038D01048D080A5E0203070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000404090B0D5E00038D00038D00038D0B0C40000000000000000000000000000000020407242CA9050A1100000000000000000000000000025000038D000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000270000250000000000000000000000000010102050A11000000000000000000000000000000121335070A7F00038D01048D16184B01010100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010407096200038D00038D0306880F1031000000000000000000000000000000000000000000000000000000000000000000000250000382000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000262000250000000000000000000000000000000000000000000000000000000000000090A160F127000038D01048B0C0E460000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001040B0D5400038D00038D10126E0A0B1900000000000000000000000000000000000000000000000000000000000000025000037600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000025400025000000000000000000000000000000000000000000000000000000004040A0C0E6A00038D02058D050740000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001090B5102058A00038D151761030307000000000000000000000000000000000000000000000000000000000250000267000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000146000250000000000000000000000000000000000000000000000000010102181A5800038D02058A08093B0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000101010E0F4C01048D00038D0C0E5100000000000000000000000000000000000000000000000000000000025000025B00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013A0002500000000000000000000000000000000000000000000000000E104401048D060881090A300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000A0B4601048D04078714163F00000000000000000000000000000000000000000000000000025000024D00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000012E000250000000000000000000000000000000000000000000121333070A7F0507810E0F28000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000090B4601048D0508840607260000000000000000000000000000000000000000000002500001420000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001200002500000000000000000000000000000000000000A0B190F12700A0D740C0D24000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000090B3E0508850F126B08091300000000000000000000000000000000000000025000013700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001500025000000000000000000000000000000002020A1012641113690505180000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000B0D36070A7F15185E02030600000000000000000000000000000000025000012A0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000070002500000000000000000000000000000000F11541315640A0A190000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000A0B3803068B0B0D5000000000000000000000000000000000025000011F00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000024900000000000000000000000014164212146105050D0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000B0C2D0A0C770C0D3B00000000000000000000000000025000001400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000013A00000000000000000013142B2224570202070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000B0C280C0F7306072700000000000000000000025000000700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000011E000000000000090A152628560304080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000D0E2A10126805051200000000000000024B0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000303061A1B3B02020400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006071D1B1D520202050000000001400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000202040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000D0E1E1E204400000000013700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000009091407071000012200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002D1700005A000100453D0100F0000200AF3E0100A1000200E13E0100BE000200A4480100720002000949010073000200314901005C000200265201005E0002007C5201005D0001008E5201005D000200D752010064000200AB5301006600020019540100990002002654010098000200135501009D000200E95501009A000200E3560100210001009558010004000100E15A010005000100025B010006000100205B01002D0001002A5B0100490001009A5D0100460002009F5E01002D000200BC5E010034000200D95E0100540001004E84010069000100628601006A0001000287010030000100448A010064000100668A010067000100D68A010061010200E8D50100B5000200F9D50100A600020001D601004001020007D60100410102006CD6010044010200D5D60100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'"
  },
  {
    "path": "Mod Files/system/scripts/XBMC4Gamers Extras/XISO to HDD Installer/default.py",
    "content": "\"\"\"\r\n\tScript by Rocky5\r\n\tUsed to prep a XISO so it can be playd from the Xbox HDD. It also extracts images and the xbe header so trainers work.\r\n\tOriginal script by headphone - https://www.emuxtras.net/forum/viewtopic.php?f=187&t=3228&start=40#p70178\r\n\r\n\tUpdated by frehov (Fredr1kh#3002) thank you.\r\n\tUpdated by me, changed a few things.\r\n\tUpdated with the new Cerbios attach.xbe\r\n\"\"\"\r\nimport glob\r\nimport os\r\nimport shutil\r\nimport time\r\nimport traceback\r\nimport zipfile\r\nfrom binascii import unhexlify\r\nfrom io import BytesIO\r\nfrom itertools import groupby\r\nfrom os.path import basename, dirname, getsize, isdir, isfile, join\r\nfrom struct import pack, unpack, calcsize\r\n\r\nfrom attacher import attacher_file\r\nfrom xbe import *\r\nfrom xbeinfo import *\r\nfrom xbmc import log, LOGDEBUG, LOGERROR, LOGFATAL, LOGINFO\r\nfrom xbmcgui import Dialog, DialogProgress\r\n\r\n# Close the script loading dialog\r\nxbmc.executebuiltin('Dialog.Close(1100,true)')\r\n\r\n# -----------------------------------------------------------------------------------\r\n# Inspiration/code from: xbox360iso.py Copyright (c) 2014 Rob Lambell (MIT License)\r\n#                        xbiso.pl (c) 30/06/2004 codex(at)bogus.net\r\n#                        xboxsig.py Copyright (c) <2015> <Pete Stanley>\r\n# -----------------------------------------------------------------------------------\r\ndef check_iso(iso_file):\r\n\tiso_info = {}\r\n\twith open(iso_file, 'rb') as iso:\r\n\t\t# check for validity\r\n\t\tiso.seek(0x10000)\r\n\t\tif iso.read(0x14).decode(\"ascii\", \"ignore\") == 'MICROSOFT*XBOX*MEDIA':  # read tailend of header\r\n\t\t\tiso_info['sector_size'] = 0x800\r\n\r\n\t\t\t# read the directory table\r\n\t\t\tiso_info['root_dir_sector'] = unpack('I', iso.read(4))[0]  # dtable\r\n\t\t\tiso_info['root_dir_size'] = unpack('I', iso.read(4))[0]\r\n\t\telse:\r\n\t\t\tlog(\"header tail mismatch -- possible corruption?\", LOGFATAL)\r\n\t\t\tlog(\"this doesn't appear to be an xbox iso image\", LOGFATAL)\r\n\r\n\t# an empty dictionary is falsy, so just return the iso_info.\r\n\tlog(str.format(\"iso_info -> {}\", iso_info), LOGDEBUG)\r\n\treturn iso_info\r\n\r\ndef extract_files(iso_files, iso_info, game_iso_folder, xbe_partitions=8, files={\"default.xbe\", \"game.xbe\"}):\r\n\t# write the remainder of the xbe\r\n\tbuffer_size = 1048576 # 1mb buffer\r\n\tiso_size = getsize(iso_files[0])\r\n\tisos = [open(x, 'rb') for x in iso_files]\r\n\r\n\ttry:\r\n\t\tiso = isos[0]\r\n\t\twith BytesIO() as root_sector_buffer:\r\n\t\t\t# seek to root sector\r\n\t\t\tiso.seek(iso_info['root_dir_sector'] * iso_info['sector_size'])\r\n\r\n\t\t\t# read the root sector into a bytes object\r\n\t\t\troot_sector_buffer.write(iso.read(iso_info['root_dir_size']))\r\n\t\t\troot_sector_buffer.seek(0)\r\n\r\n\t\t\t# case insensitive search of root sector for default.xbe\r\n\t\t\tfor i in range(0, iso_info['root_dir_size']):\r\n\t\t\t\troot_sector_buffer.seek(i)\r\n\t\t\t\troot_sector_buffer.read(1)  # No idea why we're reading 1 byte here (script fails to extract if it's not here)\r\n\r\n\t\t\t\ttry:\r\n\t\t\t\t\tfilename_length = unpack('<' + 'B' * 1,  root_sector_buffer.read(1))[0]  # filename length in directory table\r\n\t\t\t\texcept:\r\n\t\t\t\t\tcontinue\r\n\r\n\t\t\t\tfor filename in files:\r\n\t\t\t\t\tif filename_length == len(filename) and root_sector_buffer.read(len(filename)).decode(\"ascii\", \"ignore\").lower() == filename:\r\n\t\t\t\t\t\troot_sector_buffer.seek(i - 8)\r\n\t\t\t\t\t\tfile_sector = unpack('I', root_sector_buffer.read(4))[0]\r\n\t\t\t\t\t\tfile_size = unpack('I', root_sector_buffer.read(4))[0]\r\n\t\t\t\t\t\tfile_offset = file_sector * iso_info['sector_size']\r\n\r\n\t\t\t\t\t\t# dump the xbe in parts for huge xbe files.\r\n\t\t\t\t\t\t# adding dangling size if xbe is not cleanly divisible by xbe_partitions\r\n\t\t\t\t\t\tdangling_partition_size = file_size % xbe_partitions\r\n\t\t\t\t\t\tfile_partition_size = file_size / xbe_partitions\r\n\r\n\t\t\t\t\t\t# File could be located in part 2 of the iso.\r\n\t\t\t\t\t\tif file_offset > iso_size:\r\n\t\t\t\t\t\t\tlog(str.format(\"{} is not located in '{}', skipping to '{}', file_sector {}, file_offset {}\", filename, basename(iso.name), basename(iso_files[1]), file_sector, file_offset), LOGDEBUG)\r\n\t\t\t\t\t\t\tfile_offset = file_offset - iso_size  # Set the correct offset for second iso(?).\r\n\t\t\t\t\t\t\tiso = isos[1]  # switch file handle\r\n\r\n\t\t\t\t\t\tiso.seek(file_offset)  # Move to the correct file\r\n\r\n\t\t\t\t\t\tlog(str.format(\"{} size is {} bytes, partition size is {} bytes, dangling size is {} bytes\", filename, file_size, file_partition_size, dangling_partition_size), LOGDEBUG)\r\n\t\t\t\t\t\twith open(join(game_iso_folder, filename), \"wb\") as xbe:  # write binary, truncating file before writing.\r\n\t\t\t\t\t\t\tfor partition in range(0, xbe_partitions):\r\n\t\t\t\t\t\t\t\ttry:\r\n\t\t\t\t\t\t\t\t\txbe.write(iso.read(file_partition_size))\r\n\t\t\t\t\t\t\t\texcept:\r\n\t\t\t\t\t\t\t\t\twhile file_partition_size > 0:\r\n\t\t\t\t\t\t\t\t\t\tif file_partition_size < buffer_size:\r\n\t\t\t\t\t\t\t\t\t\t\tbuffer_size = file_partition_size\r\n\t\t\t\t\t\t\t\t\t\txbe.write(iso.read(buffer_size))\r\n\t\t\t\t\t\t\t\t\t\tfile_partition_size -= buffer_size\r\n\r\n\t\t\t\t\t\t\t# write the remainder of the xbe\r\n\t\t\t\t\t\t\tif dangling_partition_size > 0:\r\n\t\t\t\t\t\t\t\ttry:\r\n\t\t\t\t\t\t\t\t\txbe.write(iso.read(dangling_partition_size))\r\n\t\t\t\t\t\t\t\texcept:\r\n\t\t\t\t\t\t\t\t\twhile dangling_partition_size > 0:\r\n\t\t\t\t\t\t\t\t\t\tif dangling_partition_size < buffer_size:\r\n\t\t\t\t\t\t\t\t\t\t\tbuffer_size = dangling_partition_size\r\n\t\t\t\t\t\t\t\t\t\txbe.write(iso.read(buffer_size))\r\n\t\t\t\t\t\t\t\t\t\tdangling_partition_size -= buffer_size\r\n\r\n\t\t\t\t\t\tlog(str.format(\"Done extracting '{}' from '{}', size is {} bytes\", filename, basename(iso.name), getsize(join(game_iso_folder, filename))), LOGDEBUG)\r\n\t\t\t\tiso = isos[0]  # Reset filehandle back to file number 1.\r\n\tfinally:\r\n\t\tfor iso in isos:\r\n\t\t\tiso.close()\r\n\r\ndef prepare_attachxbe(game_iso_folder):\r\n\tdefault_xbe_path = join(game_iso_folder, \"default.xbe\")\r\n\tattacher_xbe_path = join(game_iso_folder, 'attach.xbe')\r\n\r\n\t# attach.xbe in hex\r\n\tattach_bytes = unhexlify(attacher_file)\r\n\twith open(attacher_xbe_path, 'wb') as attach_xbe:\r\n\t\tattach_xbe.write(attach_bytes)\r\n\r\n\t# DEFAULT XBE TITLE\r\n\twith open(default_xbe_path, 'rb', buffering=4096) as default_xbe:\r\n\t\tdefault_xbe.seek(260, 0)  # move to base address\r\n\t\tbase = default_xbe.read(4)\r\n\r\n\t\tdefault_xbe.seek(280, 0)  # move to cert address\r\n\t\tcert = default_xbe.read(4)\r\n\r\n\t\t# get the location of the cert\r\n\t\tcertAddress = unpack(\"i\", cert)[0]  # init32 values\r\n\t\tbaseAddress = unpack(\"i\", base)[0]  # init32 values\r\n\r\n\t\tdefault_xbe.seek((certAddress - baseAddress), 0)  # move to the titleid\r\n\t\txbe_certificate = default_xbe.read(464) # grab the full certificate\r\n\r\n\t# ATTACH XBE FILE\r\n\twith open(attacher_xbe_path, 'r+b') as attach_xbe:\r\n\t\tattach_xbe.seek(260, 0)  # move to base address\r\n\t\tbase = attach_xbe.read(4)\r\n\r\n\t\tattach_xbe.seek(280, 0)  # move to cert address\r\n\t\tcert = attach_xbe.read(4)\r\n\t\t\r\n\t\t# get the location of the cert\r\n\t\tcertAddress = unpack(\"i\", cert)[0]  # init32 values\r\n\t\tbaseAddress = unpack(\"i\", base)[0]  # init32 values\r\n\r\n\t\tattach_xbe.seek((certAddress - baseAddress), 0)  # move to the titleid\r\n\t\tattach_xbe.write(xbe_certificate)\r\n\t\t\r\n\t\tattach_xbe.seek((certAddress - baseAddress + 172), 0)  # move to the version\r\n\t\tattach_xbe.write(unhexlify('01000080'))\r\n\r\n\t\t# I'm not too worried about reusing all these vars...\r\n\t\t# Read titleimage.xbx\r\n\t\tif isfile('Z:\\\\TitleImage.xbx'):\r\n\t\t\twith open('Z:\\\\TitleImage.xbx', 'rb') as xbe_xbx:\r\n\t\t\t\timage_data = xbe_xbx.read()\r\n\t\t\t\txbx_size = getsize('Z:\\\\TitleImage.xbx')\r\n\t\t\t\txbx_sizehex = \"%08x\" % int(xbx_size)\r\n\t\t\t\t\r\n\t\t\t\tprint xbx_sizehex\r\n\t\t\t\t\r\n\t\t\t\tattach_xbe.seek(1060, 0)  # move to xpr0 virtual address\r\n\t\t\t\timageAddress = unpack(\"i\", attach_xbe.read(4))[0]  # init32 values\r\n\r\n\t\t\t\tbase_size = (xbx_size + imageAddress) # <-- is the data size before the XPR0 required\r\n\t\t\t\tbase_sizehex = \"%08x\" % int(base_size)\r\n\t\t\t\t\r\n\t\t\t\t# Write values to attach.xbe\r\n\t\t\t\tattach_xbe.seek(268, 0)  # move to base file size\r\n\t\t\t\tattach_xbe.write(to_little_endian(base_sizehex))\r\n\t\t\t\t\r\n\t\t\t\tattach_xbe.seek(1056, 0)  # move to xpr0 virtual size address\r\n\t\t\t\tattach_xbe.write(to_little_endian(xbx_sizehex))\r\n\t\t\t\t\r\n\t\t\t\tattach_xbe.seek(1064, 0)  # move to xpr0 raw size address\r\n\t\t\t\tattach_xbe.write(to_little_endian(xbx_sizehex))\r\n\t\t\t\t\r\n\t\t\t\tattach_xbe.seek(imageAddress, 0)  # move to xpr0 start offset\r\n\t\t\t\tattach_xbe.write(image_data)\r\n\r\n\t\t\tos.remove('Z:\\\\TitleImage.xbx')\r\n\r\n\tos.remove(default_xbe_path)\r\n\tos.rename(attacher_xbe_path, default_xbe_path)\r\n\r\ndef to_little_endian(hex_str):\r\n    swapped = hex_str[6:8] + hex_str[4:6] + hex_str[2:4] + hex_str[0:2]\r\n    return unhexlify(swapped)\r\n\r\ndef install_artwork_resources(game_iso_folder, artwork_zip):\r\n\ttry:\r\n\t\textract_zip(artwork_zip, game_iso_folder)\r\n\r\n\t\tgame_artwork_path = join(game_iso_folder, \"_resources\", \"artwork\")\r\n\t\tfor source_file, destination_file in [(\"thumb.jpg\", \"icon.png\"), (\"poster.jpg\", \"default.tbn\"), (\"fanart.jpg\", \"fanart.jpg\")]:\r\n\t\t\tshutil.copy2(join(game_artwork_path, source_file), join(game_iso_folder, destination_file))\r\n\r\n\texcept:\r\n\t\tpass  # This shouldn't happen\r\n\r\ndef get_artwork_resources(artwork_path):\r\n\tartwork = {}\r\n\ttry:\r\n\t\tartwork_db = join(artwork_path, \"system\", \"scripts\", \"Artwork Info.txt\")\r\n\t\tartwork_root_folder = join(artwork_path, \"system\", \"scripts\", \"Artwork\")\r\n\r\n\t\tif isfile(artwork_db):\r\n\t\t\twith open(artwork_db, 'r') as database:\r\n\t\t\t\tlog(database.readline(), LOGDEBUG)  # Skip the first line containing amount of artwork\r\n\r\n\t\t\t\tfor entry in database:\r\n\t\t\t\t\tif not entry.startswith(\"n/a\"):\r\n\t\t\t\t\t\ttitle_id, artwork_folder = entry.strip().split('|')\r\n\t\t\t\t\t\tartwork[title_id.lower()] = join(artwork_root_folder, artwork_folder, \"_resources.zip\")\r\n\texcept:\r\n\t\ttraceback.print_exc()\r\n\t\tlog(\"Something went wrong installing artwork. Corrupt zip?\", LOGERROR)\r\n\r\n\treturn artwork\r\n\r\ndef extract_title_image(game_iso_folder):\r\n\tscript_root_dir = os.getcwd()\r\n\tdefault_xbe = join(game_iso_folder, \"default.xbe\")\r\n\t\r\n\tif isfile('Z:\\\\TitleImage.xbx'): # cleanup so there are no errors when starting\r\n\t\tos.remove('Z:\\\\TitleImage.xbx')\r\n\r\n\tlog(\"Trying to extract TitleImage.xbx.\", LOGINFO)\r\n\t# XBE(default_xbe).Get_title_image().Write_PNG(join(\"Z:\\\\default.png\"))\r\n\tXBE(default_xbe).Get_title_xpr0()\r\n\r\n\tif not isfile('Z:\\\\TitleImage.xbx'):\r\n\t\ttry:  # if the memory runs out this one should work.\r\n\t\t\tlog(\"Using alternative extraction method for TitleImage.xbx.\", LOGINFO)\r\n\t\t\txbeinfo(default_xbe).image_png()\r\n\t\t\tif isfile('Z:\\\\default.png'):\r\n\t\t\t\t# shutil.copy2('Z:\\\\default.png', join(game_iso_folder, 'default.tbn'))\r\n\t\t\t\tos.remove('Z:\\\\default.png')\r\n\t\texcept:\r\n\t\t\tlog(\"Cannot extract TitleImage.xbx.\", LOGERROR)\r\n\t\t\tlog(\"Unsupported format or XBE is to large for current system memory.\", LOGERROR)\r\n\t\t\ttraceback.print_exc()\r\n\r\n\t# Header check of extracted XPR0 file, as some games have PNG :/\r\n\ttry:\r\n\t\tif isfile('Z:\\\\TitleImage.xbx'):\r\n\t\t\twith open('Z:\\\\TitleImage.xbx', 'rb') as xbx_check:\r\n\t\t\t\theader = xbx_check.read(4)\r\n\t\t\tif not header == \"XPR0\":\r\n\t\t\t\tos.remove('Z:\\\\TitleImage.xbx')\r\n\texcept:\r\n\t\tlog(\"TitleImage.xbx maybe corrupt.\", LOGERROR)\r\n\r\n\t# If no titleimage is extracted or is invalid add missing image\r\n\tdefault_tbn = join(game_iso_folder, 'default.tbn')\r\n\tif not isfile('Z:\\\\TitleImage.xbx'):\r\n\t\tshutil.copy2(join(script_root_dir, 'missing.jpg'), default_tbn)\r\n\t\tshutil.copy2(default_tbn, join(game_iso_folder, 'icon.png'))\r\n\r\ndef extract_titleid(xbe_file):  # Need to use this as the xbe.py Get_title misses letter and causes string issues, even when using .encode or .decode\r\n\twith open(xbe_file, 'rb', buffering=4096) as xbe:\r\n\t\txbe.seek(0x104)\r\n\t\tloadAddr = unpack('L', xbe.read(4))[0]\r\n\r\n\t\txbe.seek(0x118)\r\n\t\tcertLoc = unpack('L', xbe.read(4))[0]\r\n\r\n\t\txbe.seek((certLoc - loadAddr) + 8)\r\n\t\tid_data = unpack('L', xbe.read(4))\r\n\r\n\t\txbe_title = ''\r\n\t\tfor dta in unpack(\"40H\", xbe.read(calcsize(\"40H\"))):\r\n\t\t\ttry:\r\n\t\t\t\tif dta != 00:\r\n\t\t\t\t\txbe_title += str(unichr(dta))\r\n\t\t\texcept:\r\n\t\t\t\tpass\r\n\r\n\t\treturn str(hex(id_data[0])[2:10]).upper().zfill(8)\r\n\r\ndef extract_zip(zip_file, game_iso_folder):\r\n\twith zipfile.ZipFile(zip_file, 'r') as resource:\r\n\t\tresource.extractall(game_iso_folder)\r\n\r\ndef check_for_gamexbe(game_iso_folder):\r\n\tdefault_xbe = join(game_iso_folder, 'default.xbe')\r\n\tgame_xbe = join(game_iso_folder, 'game.xbe')\r\n\r\n\tif isfile(game_xbe):\r\n\t\tos.remove(default_xbe)\r\n\t\tos.rename(game_xbe, default_xbe)\r\n\t\tlog(str.format(\"Found game.xbe: '{}' renaming to  '{}'\", game_xbe, default_xbe), LOGDEBUG)\r\n\r\ndef process_iso_name(file_name):\r\n\tbase_name, extension = basename(file_name).rsplit('.', 1)\r\n\tiso_full_name = (base_name[:-2]) if any(base_name.endswith(suffix) for suffix in ['_1', '_2', '.1', '.2']) else base_name\r\n\tiso_name = iso_full_name.split('(', 1)[0].strip()\r\n\tiso_folder_name = iso_name[:36] if len(iso_name) > 36 else iso_name  # truncate the name to 42 characters, reason is the .iso\r\n\r\n\treturn iso_full_name, iso_folder_name\r\n\r\ndef process_iso(iso_files, root_iso_directory, artwork_resources):\r\n\tfile_name = basename(iso_files[0])\r\n\tiso_full_name, iso_folder_name = process_iso_name(file_name)\r\n\tgame_iso_folder = join(root_iso_directory, iso_folder_name + ' (ISO)')\r\n\r\n\tiso_info = check_iso(iso_files[0])  # check that iso is an xbox game and extract some details\r\n\tif iso_info:  # doesn't work, if no xbe files is found inside the xiso. (yeah I was testing and forgot the xbe lol)\r\n\t\tif not isdir(game_iso_folder):\r\n\t\t\tos.mkdir(game_iso_folder)  # make a new folder for the current game\r\n\r\n\t\textract_files(iso_files, iso_info, game_iso_folder)  # find and extract default.xbe/game.xbe from the iso\r\n\t\tcheck_for_gamexbe(game_iso_folder)  # Check if we extracted a game.xbe and rename to default.xbe if found\r\n\r\n\t\ttitle_id = extract_titleid(join(game_iso_folder, \"default.xbe\")).lower()  # Get the titleid from default.xbe\r\n\t\t\r\n\t\tlog(str.format(\"Extracting TitleImage.xbx for title id '{}' - '{}'\", title_id, game_iso_folder), LOGDEBUG)\r\n\t\ttry:\r\n\t\t\textract_title_image(game_iso_folder)  # Extract title image from default.xbe\r\n\t\texcept:\r\n\t\t\tlog(str.format(\"Failed to extract TitleImage.xbx for title id '{}' - '{}'\", title_id, game_iso_folder), LOGDEBUG)\r\n\t\t\r\n\t\tif title_id in artwork_resources:\r\n\t\t\tlog(str.format(\"Installing artwork for title id '{}' to folder '{}'\", title_id, game_iso_folder), LOGINFO)\r\n\r\n\t\t\tinstall_artwork_resources(game_iso_folder, artwork_resources[title_id])  # Install resources from artwork installer\r\n\t\t\tlog(str.format(\"Artwork installed to '_resources'-folder for title id '{}' in '{}'\", title_id, game_iso_folder), LOGINFO)\r\n\r\n\t\ttry:\r\n\t\t\t# Patch the title+id into attach.xbe...\r\n\t\t\tprepare_attachxbe(game_iso_folder)\r\n\t\t\t# Search for all parts of current ISO and move them into the directory.\r\n\t\t\ttry:\r\n\t\t\t\tfor iso_part_image in iso_files:\r\n\t\t\t\t\tiso_name = basename(iso_part_image)\r\n\t\t\t\t\tfolder_name = dirname(iso_part_image)\r\n\t\t\t\t\tlog(str.format(\"Moving '{}' into '{}'\", iso_part_image, game_iso_folder), LOGDEBUG)\r\n\t\t\t\t\tshutil.move(iso_part_image, game_iso_folder)\r\n\t\t\t\t\tif any(iso_part_image.endswith(suffix) for suffix in ['_1.iso', '_2.iso']):\r\n\t\t\t\t\t\tnew_iso_name = join(game_iso_folder, basename(iso_part_image.replace(\"_1.\", \".1.\").replace(\"_2.\", \".2.\")))\r\n\t\t\t\t\t\tos.rename(join(game_iso_folder, iso_name), new_iso_name)\r\n\t\t\texcept:\r\n\t\t\t\tshutil.move(join(game_iso_folder, iso_name), folder_name)\r\n\t\t\t\tlog(str.format(\"Cant rename '{}' to '{}'\", iso_name, basename(new_iso_name)), LOGERROR)\r\n\t\t\t\ttraceback.print_exc()\r\n\t\t\t\tdialog.ok(\"ERROR: 2 Can't rename ISO file\", \"File already exists\", \"{}[CR]{}\".format(iso_name, basename(new_iso_name)), '')\r\n\t\t\t\t# shutil.rmtree(game_iso_folder)\r\n\t\texcept:\r\n\t\t\tlog(\"Not a valid XISO?\", LOGERROR)\r\n\t\t\tlog(\"Could not prepare the attach.xbe with extracted values from default.xbe\", LOGERROR)\r\n\t\t\ttraceback.print_exc()\r\n\t\t\tdialog.ok(\"ERROR: 1 Not a valid XISO?\", \"\", \"Could not prepare the [B]attach.xbe[/B]\", iso_files)\r\n\t\t\tshutil.rmtree(game_iso_folder)\r\n\r\n\telse:\r\n\t\tlog(str.format(\"ISO info could not be obtained, skipping '{}'\", file_name), LOGDEBUG)\r\n\r\n\r\nif __name__ == \"__main__\":\r\n\tlog(\"| Scripts\\XBMC4Gamers Extras\\XISO to HDD Installer\\default.py loaded.\")\r\n\tprogress_dialog = DialogProgress()\r\n\tdialog = Dialog()\r\n\tsearch_directory = dialog.browse(0, \"Select a folder\", \"files\")\r\n\tartwork_installer = join(\"E:\\\\\", \"UDATA\", \"09999993\", \"location.bin\")\r\n\tskip_artwork_install = False\r\n\t\r\n\t# Check if its online or offline installer\r\n\tif isfile(artwork_installer):\r\n\t\twith open(artwork_installer) as path:\r\n\t\t\tartwork_path = path.readline()\r\n\t\tartwork_homexml = join(artwork_path, \"skins\", \"default\", \"xml\", \"home.xml\")\r\n\t\twith open(artwork_homexml, 'r') as check:\r\n\t\t\tif 'online' in check.read().lower():\r\n\t\t\t\t# Try checking for the offline version just in case its in the same location\r\n\t\t\t\tartwork_path = artwork_path.replace(' Online', '')\r\n\t\t\t\tif not isdir(artwork_path):\r\n\t\t\t\t\tskip_artwork_install = True\r\n\t\t\t\t\tlog(str.format(\"Online Artwork Installer found. Skipping artwork installation\", artwork_path), LOGDEBUG)\r\n\telse:\r\n\t\tlog(\"Artwork installer not installed or hasn't been run for the first time.\", LOGERROR)\r\n\r\n\tif search_directory:\r\n\t\tlog(str.format(\"Searching '{}' for iso files!\", search_directory), LOGDEBUG)\r\n\r\n\t\tartwork_resources = \"Null\"\r\n\t\tif isfile(artwork_installer) and not skip_artwork_install:\r\n\t\t\tartwork_resources = get_artwork_resources(artwork_path)  # Prefetch artwork resource locations\r\n\t\t\r\n\t\tnum_iso_files = len([iso for iso in glob.iglob(search_directory + \"*.iso\")])\r\n\r\n\t\tgrouped_iso_files = groupby(\r\n\t\t\tsorted(glob.glob(search_directory + \"*.iso\")),\r\n\t\t\tlambda file_name: basename(process_iso_name(file_name)[0])\r\n\t\t)\r\n\r\n\t\tprogress_dialog.create(\"XISO to HDD Installer\")\r\n\t\tprogress_dialog.update(0)\r\n\r\n\t\tif num_iso_files == 0:\r\n\t\t\tprogress_dialog.close()\r\n\t\t\tdialog.ok(\"ERROR:\", \"\", \"No XISO files found\")\r\n\t\telse:\r\n\t\t\tfor idx, entry in enumerate(grouped_iso_files):\r\n\t\t\t\tname = entry[0]\r\n\t\t\t\tiso_files = list(entry[1])\r\n\t\t\t\tlog(str.format(\"Processing {} - {}\", name, iso_files))\r\n\r\n\t\t\t\tprogress_dialog.update(((idx + 1) * 100) / num_iso_files, \"Scanning XISO Files\", iso_files[0],)  # TODO fix this after adding grouping\r\n\t\t\t\ttry:\r\n\t\t\t\t\tprocess_iso(iso_files, search_directory, artwork_resources)\r\n\t\t\t\texcept:\r\n\t\t\t\t\tlog(\"Script has failed\", LOGERROR)\r\n\t\t\t\t\ttraceback.print_exc()\r\n\t\t\t\t\tdialog.ok(\"ERROR:\", \"\", 'Script has failed\\nlast entry = ' + iso_files[0])\r\n\t\t\t\t\tcontinue\r\n\r\n\t\t\t\tif progress_dialog.iscanceled():\r\n\t\t\t\t\tlog(str.format(\"User terminated scanning, stopping after '{}'\", iso_files[0]), LOGDEBUG)\r\n\t\t\t\t\tprogress_dialog.close()\r\n\t\t\t\t\tbreak\r\n\t\t\telse:\r\n\t\t\t\tprogress_dialog.close()\r\n\t\t\t\tdialog.ok(\"XISO to HDD Installer\", \"\", \"Everything is setup.\", \"You just launch the game/s like normal.\")\r\n\r\n\telse:\r\n\t\tlog(\"No search directory was defined!\", LOGDEBUG)\r\n\r\n\tlog(\"================================================================================\")"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.beautifulsoup/addon.xml",
    "content": "<?xml version=\"1.0\" encoding=\"Windows-1252\" standalone=\"yes\"?>\r\n<addon id=\"script.module.beautifulsoup\" name=\"BeautifulSoup\" version=\"3.0.8\" provider-name=\"Leonard Richardson (leonardr@segfault.org)\">\r\n\t\t<requires>\r\n\t\t\t\t<import addon=\"xbmc.python\" version=\"1.0\" />\r\n\t\t</requires>\r\n\t\t<extension point=\"xbmc.python.module\" library=\"lib\" />\r\n\t\t<extension point=\"xbmc.addon.metadata\">\r\n\t\t\t\t<summary>HTML/XML parser for quick-turnaround applications like screen-scraping</summary>\r\n\t\t\t\t<description>Beautiful Soup parses arbitrarily invalid SGML and provides a variety of methods and Pythonic idioms for iterating and searching the parse tree.</description>\r\n\t\t\t\t<license>BSD</license>\r\n\t\t\t\t<platform>all</platform>\r\n\t\t</extension>\r\n</addon>"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.beautifulsoup/lib/BeautifulSoup.py",
    "content": "\"\"\"Beautiful Soup\nElixir and Tonic\n\"The Screen-Scraper's Friend\"\nhttp://www.crummy.com/software/BeautifulSoup/\n\nBeautiful Soup parses a (possibly invalid) XML or HTML document into a\ntree representation. It provides methods and Pythonic idioms that make\nit easy to navigate, search, and modify the tree.\n\nA well-formed XML/HTML document yields a well-formed data\nstructure. An ill-formed XML/HTML document yields a correspondingly\nill-formed data structure. If your document is only locally\nwell-formed, you can use this library to find and process the\nwell-formed part of it.\n\nBeautiful Soup works with Python 2.2 and up. It has no external\ndependencies, but you'll have more success at converting data to UTF-8\nif you also install these three packages:\n\n* chardet, for auto-detecting character encodings\n  http://chardet.feedparser.org/\n* cjkcodecs and iconv_codec, which add more encodings to the ones supported\n  by stock Python.\n  http://cjkpython.i18n.org/\n\nBeautiful Soup defines classes for two main parsing strategies:\n\n * BeautifulStoneSoup, for parsing XML, SGML, or your domain-specific\n   language that kind of looks like XML.\n\n * BeautifulSoup, for parsing run-of-the-mill HTML code, be it valid\n   or invalid. This class has web browser-like heuristics for\n   obtaining a sensible parse tree in the face of common HTML errors.\n\nBeautiful Soup also defines a class (UnicodeDammit) for autodetecting\nthe encoding of an HTML or XML document, and converting it to\nUnicode. Much of this code is taken from Mark Pilgrim's Universal Feed Parser.\n\nFor more than you ever wanted to know about Beautiful Soup, see the\ndocumentation:\nhttp://www.crummy.com/software/BeautifulSoup/documentation.html\n\nHere, have some legalese:\n\nCopyright (c) 2004-2010, Leonard Richardson\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n  * Redistributions of source code must retain the above copyright\n    notice, this list of conditions and the following disclaimer.\n\n  * Redistributions in binary form must reproduce the above\n    copyright notice, this list of conditions and the following\n    disclaimer in the documentation and/or other materials provided\n    with the distribution.\n\n  * Neither the name of the the Beautiful Soup Consortium and All\n    Night Kosher Bakery nor the names of its contributors may be\n    used to endorse or promote products derived from this software\n    without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR\nCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE, DAMMIT.\n\n\"\"\"\nfrom __future__ import generators\n\n__author__ = \"Leonard Richardson (leonardr@segfault.org)\"\n__version__ = \"3.0.8.1\"\n__copyright__ = \"Copyright (c) 2004-2010 Leonard Richardson\"\n__license__ = \"New-style BSD\"\n\nfrom sgmllib import SGMLParser, SGMLParseError\nimport codecs\nimport markupbase\nimport types\nimport re\nimport sgmllib\ntry:\n  from htmlentitydefs import name2codepoint\nexcept ImportError:\n  name2codepoint = {}\ntry:\n    set\nexcept NameError:\n    from sets import Set as set\n\n#These hacks make Beautiful Soup able to parse XML with namespaces\nsgmllib.tagfind = re.compile('[a-zA-Z][-_.:a-zA-Z0-9]*')\nmarkupbase._declname_match = re.compile(r'[a-zA-Z][-_.:a-zA-Z0-9]*\\s*').match\n\nDEFAULT_OUTPUT_ENCODING = \"utf-8\"\n\ndef _match_css_class(str):\n    \"\"\"Build a RE to match the given CSS class.\"\"\"\n    return re.compile(r\"(^|.*\\s)%s($|\\s)\" % str)\n\n# First, the classes that represent markup elements.\n\nclass PageElement(object):\n    \"\"\"Contains the navigational information for some part of the page\n    (either a tag or a piece of text)\"\"\"\n\n    def setup(self, parent=None, previous=None):\n        \"\"\"Sets up the initial relations between this element and\n        other elements.\"\"\"\n        self.parent = parent\n        self.previous = previous\n        self.next = None\n        self.previousSibling = None\n        self.nextSibling = None\n        if self.parent and self.parent.contents:\n            self.previousSibling = self.parent.contents[-1]\n            self.previousSibling.nextSibling = self\n\n    def replaceWith(self, replaceWith):\n        oldParent = self.parent\n        myIndex = self.parent.index(self)\n        if hasattr(replaceWith, \"parent\")\\\n                  and replaceWith.parent is self.parent:\n            # We're replacing this element with one of its siblings.\n            index = replaceWith.parent.index(replaceWith)\n            if index and index < myIndex:\n                # Furthermore, it comes before this element. That\n                # means that when we extract it, the index of this\n                # element will change.\n                myIndex = myIndex - 1\n        self.extract()\n        oldParent.insert(myIndex, replaceWith)\n\n    def replaceWithChildren(self):\n        myParent = self.parent\n        myIndex = self.parent.index(self)\n        self.extract()\n        reversedChildren = list(self.contents)\n        reversedChildren.reverse()\n        for child in reversedChildren:\n            myParent.insert(myIndex, child)\n\n    def extract(self):\n        \"\"\"Destructively rips this element out of the tree.\"\"\"\n        if self.parent:\n            try:\n                del self.parent.contents[self.parent.index(self)]\n            except ValueError:\n                pass\n\n        #Find the two elements that would be next to each other if\n        #this element (and any children) hadn't been parsed. Connect\n        #the two.\n        lastChild = self._lastRecursiveChild()\n        nextElement = lastChild.next\n\n        if self.previous:\n            self.previous.next = nextElement\n        if nextElement:\n            nextElement.previous = self.previous\n        self.previous = None\n        lastChild.next = None\n\n        self.parent = None\n        if self.previousSibling:\n            self.previousSibling.nextSibling = self.nextSibling\n        if self.nextSibling:\n            self.nextSibling.previousSibling = self.previousSibling\n        self.previousSibling = self.nextSibling = None\n        return self\n\n    def _lastRecursiveChild(self):\n        \"Finds the last element beneath this object to be parsed.\"\n        lastChild = self\n        while hasattr(lastChild, 'contents') and lastChild.contents:\n            lastChild = lastChild.contents[-1]\n        return lastChild\n\n    def insert(self, position, newChild):\n        if isinstance(newChild, basestring) \\\n            and not isinstance(newChild, NavigableString):\n            newChild = NavigableString(newChild)\n\n        position =  min(position, len(self.contents))\n        if hasattr(newChild, 'parent') and newChild.parent is not None:\n            # We're 'inserting' an element that's already one\n            # of this object's children.\n            if newChild.parent is self:\n                index = self.index(newChild)\n                if index > position:\n                    # Furthermore we're moving it further down the\n                    # list of this object's children. That means that\n                    # when we extract this element, our target index\n                    # will jump down one.\n                    position = position - 1\n            newChild.extract()\n\n        newChild.parent = self\n        previousChild = None\n        if position == 0:\n            newChild.previousSibling = None\n            newChild.previous = self\n        else:\n            previousChild = self.contents[position-1]\n            newChild.previousSibling = previousChild\n            newChild.previousSibling.nextSibling = newChild\n            newChild.previous = previousChild._lastRecursiveChild()\n        if newChild.previous:\n            newChild.previous.next = newChild\n\n        newChildsLastElement = newChild._lastRecursiveChild()\n\n        if position >= len(self.contents):\n            newChild.nextSibling = None\n\n            parent = self\n            parentsNextSibling = None\n            while not parentsNextSibling:\n                parentsNextSibling = parent.nextSibling\n                parent = parent.parent\n                if not parent: # This is the last element in the document.\n                    break\n            if parentsNextSibling:\n                newChildsLastElement.next = parentsNextSibling\n            else:\n                newChildsLastElement.next = None\n        else:\n            nextChild = self.contents[position]\n            newChild.nextSibling = nextChild\n            if newChild.nextSibling:\n                newChild.nextSibling.previousSibling = newChild\n            newChildsLastElement.next = nextChild\n\n        if newChildsLastElement.next:\n            newChildsLastElement.next.previous = newChildsLastElement\n        self.contents.insert(position, newChild)\n\n    def append(self, tag):\n        \"\"\"Appends the given tag to the contents of this tag.\"\"\"\n        self.insert(len(self.contents), tag)\n\n    def findNext(self, name=None, attrs={}, text=None, **kwargs):\n        \"\"\"Returns the first item that matches the given criteria and\n        appears after this Tag in the document.\"\"\"\n        return self._findOne(self.findAllNext, name, attrs, text, **kwargs)\n\n    def findAllNext(self, name=None, attrs={}, text=None, limit=None,\n                    **kwargs):\n        \"\"\"Returns all items that match the given criteria and appear\n        after this Tag in the document.\"\"\"\n        return self._findAll(name, attrs, text, limit, self.nextGenerator,\n                             **kwargs)\n\n    def findNextSibling(self, name=None, attrs={}, text=None, **kwargs):\n        \"\"\"Returns the closest sibling to this Tag that matches the\n        given criteria and appears after this Tag in the document.\"\"\"\n        return self._findOne(self.findNextSiblings, name, attrs, text,\n                             **kwargs)\n\n    def findNextSiblings(self, name=None, attrs={}, text=None, limit=None,\n                         **kwargs):\n        \"\"\"Returns the siblings of this Tag that match the given\n        criteria and appear after this Tag in the document.\"\"\"\n        return self._findAll(name, attrs, text, limit,\n                             self.nextSiblingGenerator, **kwargs)\n    fetchNextSiblings = findNextSiblings # Compatibility with pre-3.x\n\n    def findPrevious(self, name=None, attrs={}, text=None, **kwargs):\n        \"\"\"Returns the first item that matches the given criteria and\n        appears before this Tag in the document.\"\"\"\n        return self._findOne(self.findAllPrevious, name, attrs, text, **kwargs)\n\n    def findAllPrevious(self, name=None, attrs={}, text=None, limit=None,\n                        **kwargs):\n        \"\"\"Returns all items that match the given criteria and appear\n        before this Tag in the document.\"\"\"\n        return self._findAll(name, attrs, text, limit, self.previousGenerator,\n                           **kwargs)\n    fetchPrevious = findAllPrevious # Compatibility with pre-3.x\n\n    def findPreviousSibling(self, name=None, attrs={}, text=None, **kwargs):\n        \"\"\"Returns the closest sibling to this Tag that matches the\n        given criteria and appears before this Tag in the document.\"\"\"\n        return self._findOne(self.findPreviousSiblings, name, attrs, text,\n                             **kwargs)\n\n    def findPreviousSiblings(self, name=None, attrs={}, text=None,\n                             limit=None, **kwargs):\n        \"\"\"Returns the siblings of this Tag that match the given\n        criteria and appear before this Tag in the document.\"\"\"\n        return self._findAll(name, attrs, text, limit,\n                             self.previousSiblingGenerator, **kwargs)\n    fetchPreviousSiblings = findPreviousSiblings # Compatibility with pre-3.x\n\n    def findParent(self, name=None, attrs={}, **kwargs):\n        \"\"\"Returns the closest parent of this Tag that matches the given\n        criteria.\"\"\"\n        # NOTE: We can't use _findOne because findParents takes a different\n        # set of arguments.\n        r = None\n        l = self.findParents(name, attrs, 1)\n        if l:\n            r = l[0]\n        return r\n\n    def findParents(self, name=None, attrs={}, limit=None, **kwargs):\n        \"\"\"Returns the parents of this Tag that match the given\n        criteria.\"\"\"\n\n        return self._findAll(name, attrs, None, limit, self.parentGenerator,\n                             **kwargs)\n    fetchParents = findParents # Compatibility with pre-3.x\n\n    #These methods do the real heavy lifting.\n\n    def _findOne(self, method, name, attrs, text, **kwargs):\n        r = None\n        l = method(name, attrs, text, 1, **kwargs)\n        if l:\n            r = l[0]\n        return r\n\n    def _findAll(self, name, attrs, text, limit, generator, **kwargs):\n        \"Iterates over a generator looking for things that match.\"\n\n        if isinstance(name, SoupStrainer):\n            strainer = name\n        # (Possibly) special case some findAll*(...) searches\n        elif text is None and not limit and not attrs and not kwargs:\n            # findAll*(True)\n            if name is True:\n                return [element for element in generator()\n                        if isinstance(element, Tag)]\n            # findAll*('tag-name')\n            elif isinstance(name, basestring):\n                return [element for element in generator()\n                        if isinstance(element, Tag) and\n                        element.name == name]\n            else:\n                strainer = SoupStrainer(name, attrs, text, **kwargs)\n        # Build a SoupStrainer\n        else:\n            strainer = SoupStrainer(name, attrs, text, **kwargs)\n        results = ResultSet(strainer)\n        g = generator()\n        while True:\n            try:\n                i = g.next()\n            except StopIteration:\n                break\n            if i:\n                found = strainer.search(i)\n                if found:\n                    results.append(found)\n                    if limit and len(results) >= limit:\n                        break\n        return results\n\n    #These Generators can be used to navigate starting from both\n    #NavigableStrings and Tags.\n    def nextGenerator(self):\n        i = self\n        while i is not None:\n            i = i.next\n            yield i\n\n    def nextSiblingGenerator(self):\n        i = self\n        while i is not None:\n            i = i.nextSibling\n            yield i\n\n    def previousGenerator(self):\n        i = self\n        while i is not None:\n            i = i.previous\n            yield i\n\n    def previousSiblingGenerator(self):\n        i = self\n        while i is not None:\n            i = i.previousSibling\n            yield i\n\n    def parentGenerator(self):\n        i = self\n        while i is not None:\n            i = i.parent\n            yield i\n\n    # Utility methods\n    def substituteEncoding(self, str, encoding=None):\n        encoding = encoding or \"utf-8\"\n        return str.replace(\"%SOUP-ENCODING%\", encoding)\n\n    def toEncoding(self, s, encoding=None):\n        \"\"\"Encodes an object to a string in some encoding, or to Unicode.\n        .\"\"\"\n        if isinstance(s, unicode):\n            if encoding:\n                s = s.encode(encoding)\n        elif isinstance(s, str):\n            if encoding:\n                s = s.encode(encoding)\n            else:\n                s = unicode(s)\n        else:\n            if encoding:\n                s  = self.toEncoding(str(s), encoding)\n            else:\n                s = unicode(s)\n        return s\n\nclass NavigableString(unicode, PageElement):\n\n    def __new__(cls, value):\n        \"\"\"Create a new NavigableString.\n\n        When unpickling a NavigableString, this method is called with\n        the string in DEFAULT_OUTPUT_ENCODING. That encoding needs to be\n        passed in to the superclass's __new__ or the superclass won't know\n        how to handle non-ASCII characters.\n        \"\"\"\n        if isinstance(value, unicode):\n            return unicode.__new__(cls, value)\n        return unicode.__new__(cls, value, DEFAULT_OUTPUT_ENCODING)\n\n    def __getnewargs__(self):\n        return (NavigableString.__str__(self),)\n\n    def __getattr__(self, attr):\n        \"\"\"text.string gives you text. This is for backwards\n        compatibility for Navigable*String, but for CData* it lets you\n        get the string without the CData wrapper.\"\"\"\n        if attr == 'string':\n            return self\n        else:\n            raise AttributeError, \"'%s' object has no attribute '%s'\" % (self.__class__.__name__, attr)\n\n    def __unicode__(self):\n        return str(self).decode(DEFAULT_OUTPUT_ENCODING)\n\n    def __str__(self, encoding=DEFAULT_OUTPUT_ENCODING):\n        if encoding:\n            return self.encode(encoding)\n        else:\n            return self\n\nclass CData(NavigableString):\n\n    def __str__(self, encoding=DEFAULT_OUTPUT_ENCODING):\n        return \"<![CDATA[%s]]>\" % NavigableString.__str__(self, encoding)\n\nclass ProcessingInstruction(NavigableString):\n    def __str__(self, encoding=DEFAULT_OUTPUT_ENCODING):\n        output = self\n        if \"%SOUP-ENCODING%\" in output:\n            output = self.substituteEncoding(output, encoding)\n        return \"<?%s?>\" % self.toEncoding(output, encoding)\n\nclass Comment(NavigableString):\n    def __str__(self, encoding=DEFAULT_OUTPUT_ENCODING):\n        return \"<!--%s-->\" % NavigableString.__str__(self, encoding)\n\nclass Declaration(NavigableString):\n    def __str__(self, encoding=DEFAULT_OUTPUT_ENCODING):\n        return \"<!%s>\" % NavigableString.__str__(self, encoding)\n\nclass Tag(PageElement):\n\n    \"\"\"Represents a found HTML tag with its attributes and contents.\"\"\"\n\n    def _invert(h):\n        \"Cheap function to invert a hash.\"\n        i = {}\n        for k,v in h.items():\n            i[v] = k\n        return i\n\n    XML_ENTITIES_TO_SPECIAL_CHARS = { \"apos\" : \"'\",\n                                      \"quot\" : '\"',\n                                      \"amp\" : \"&\",\n                                      \"lt\" : \"<\",\n                                      \"gt\" : \">\" }\n\n    XML_SPECIAL_CHARS_TO_ENTITIES = _invert(XML_ENTITIES_TO_SPECIAL_CHARS)\n\n    def _convertEntities(self, match):\n        \"\"\"Used in a call to re.sub to replace HTML, XML, and numeric\n        entities with the appropriate Unicode characters. If HTML\n        entities are being converted, any unrecognized entities are\n        escaped.\"\"\"\n        x = match.group(1)\n        if self.convertHTMLEntities and x in name2codepoint:\n            return unichr(name2codepoint[x])\n        elif x in self.XML_ENTITIES_TO_SPECIAL_CHARS:\n            if self.convertXMLEntities:\n                return self.XML_ENTITIES_TO_SPECIAL_CHARS[x]\n            else:\n                return u'&%s;' % x\n        elif len(x) > 0 and x[0] == '#':\n            # Handle numeric entities\n            if len(x) > 1 and x[1] == 'x':\n                return unichr(int(x[2:], 16))\n            else:\n                return unichr(int(x[1:]))\n\n        elif self.escapeUnrecognizedEntities:\n            return u'&amp;%s;' % x\n        else:\n            return u'&%s;' % x\n\n    def __init__(self, parser, name, attrs=None, parent=None,\n                 previous=None):\n        \"Basic constructor.\"\n\n        # We don't actually store the parser object: that lets extracted\n        # chunks be garbage-collected\n        self.parserClass = parser.__class__\n        self.isSelfClosing = parser.isSelfClosingTag(name)\n        self.name = name\n        if attrs is None:\n            attrs = []\n        self.attrs = attrs\n        self.contents = []\n        self.setup(parent, previous)\n        self.hidden = False\n        self.containsSubstitutions = False\n        self.convertHTMLEntities = parser.convertHTMLEntities\n        self.convertXMLEntities = parser.convertXMLEntities\n        self.escapeUnrecognizedEntities = parser.escapeUnrecognizedEntities\n\n        # Convert any HTML, XML, or numeric entities in the attribute values.\n        convert = lambda(k, val): (k,\n                                   re.sub(\"&(#\\d+|#x[0-9a-fA-F]+|\\w+);\",\n                                          self._convertEntities,\n                                          val))\n        self.attrs = map(convert, self.attrs)\n\n    def getString(self):\n        if (len(self.contents) == 1\n            and isinstance(self.contents[0], NavigableString)):\n            return self.contents[0]\n\n    def setString(self, string):\n        \"\"\"Replace the contents of the tag with a string\"\"\"\n        self.clear()\n        self.append(string)\n\n    string = property(getString, setString)\n\n    def getText(self, separator=u\"\"):\n        if not len(self.contents):\n            return u\"\"\n        stopNode = self._lastRecursiveChild().next\n        strings = []\n        current = self.contents[0]\n        while current is not stopNode:\n            if isinstance(current, NavigableString):\n                strings.append(current.strip())\n            current = current.next\n        return separator.join(strings)\n\n    text = property(getText)\n\n    def get(self, key, default=None):\n        \"\"\"Returns the value of the 'key' attribute for the tag, or\n        the value given for 'default' if it doesn't have that\n        attribute.\"\"\"\n        return self._getAttrMap().get(key, default)\n\n    def clear(self):\n        \"\"\"Extract all children.\"\"\"\n        for child in self.contents[:]:\n            child.extract()\n\n    def index(self, element):\n        for i, child in enumerate(self.contents):\n            if child is element:\n                return i\n        raise ValueError(\"Tag.index: element not in tag\")\n\n    def has_key(self, key):\n        return self._getAttrMap().has_key(key)\n\n    def __getitem__(self, key):\n        \"\"\"tag[key] returns the value of the 'key' attribute for the tag,\n        and throws an exception if it's not there.\"\"\"\n        return self._getAttrMap()[key]\n\n    def __iter__(self):\n        \"Iterating over a tag iterates over its contents.\"\n        return iter(self.contents)\n\n    def __len__(self):\n        \"The length of a tag is the length of its list of contents.\"\n        return len(self.contents)\n\n    def __contains__(self, x):\n        return x in self.contents\n\n    def __nonzero__(self):\n        \"A tag is non-None even if it has no contents.\"\n        return True\n\n    def __setitem__(self, key, value):\n        \"\"\"Setting tag[key] sets the value of the 'key' attribute for the\n        tag.\"\"\"\n        self._getAttrMap()\n        self.attrMap[key] = value\n        found = False\n        for i in range(0, len(self.attrs)):\n            if self.attrs[i][0] == key:\n                self.attrs[i] = (key, value)\n                found = True\n        if not found:\n            self.attrs.append((key, value))\n        self._getAttrMap()[key] = value\n\n    def __delitem__(self, key):\n        \"Deleting tag[key] deletes all 'key' attributes for the tag.\"\n        for item in self.attrs:\n            if item[0] == key:\n                self.attrs.remove(item)\n                #We don't break because bad HTML can define the same\n                #attribute multiple times.\n            self._getAttrMap()\n            if self.attrMap.has_key(key):\n                del self.attrMap[key]\n\n    def __call__(self, *args, **kwargs):\n        \"\"\"Calling a tag like a function is the same as calling its\n        findAll() method. Eg. tag('a') returns a list of all the A tags\n        found within this tag.\"\"\"\n        return apply(self.findAll, args, kwargs)\n\n    def __getattr__(self, tag):\n        #print \"Getattr %s.%s\" % (self.__class__, tag)\n        if len(tag) > 3 and tag.rfind('Tag') == len(tag)-3:\n            return self.find(tag[:-3])\n        elif tag.find('__') != 0:\n            return self.find(tag)\n        raise AttributeError, \"'%s' object has no attribute '%s'\" % (self.__class__, tag)\n\n    def __eq__(self, other):\n        \"\"\"Returns true iff this tag has the same name, the same attributes,\n        and the same contents (recursively) as the given tag.\n\n        NOTE: right now this will return false if two tags have the\n        same attributes in a different order. Should this be fixed?\"\"\"\n        if other is self:\n            return True\n        if not hasattr(other, 'name') or not hasattr(other, 'attrs') or not hasattr(other, 'contents') or self.name != other.name or self.attrs != other.attrs or len(self) != len(other):\n            return False\n        for i in range(0, len(self.contents)):\n            if self.contents[i] != other.contents[i]:\n                return False\n        return True\n\n    def __ne__(self, other):\n        \"\"\"Returns true iff this tag is not identical to the other tag,\n        as defined in __eq__.\"\"\"\n        return not self == other\n\n    def __repr__(self, encoding=DEFAULT_OUTPUT_ENCODING):\n        \"\"\"Renders this tag as a string.\"\"\"\n        return self.__str__(encoding)\n\n    def __unicode__(self):\n        return self.__str__(None)\n\n    BARE_AMPERSAND_OR_BRACKET = re.compile(\"([<>]|\"\n                                           + \"&(?!#\\d+;|#x[0-9a-fA-F]+;|\\w+;)\"\n                                           + \")\")\n\n    def _sub_entity(self, x):\n        \"\"\"Used with a regular expression to substitute the\n        appropriate XML entity for an XML special character.\"\"\"\n        return \"&\" + self.XML_SPECIAL_CHARS_TO_ENTITIES[x.group(0)[0]] + \";\"\n\n    def __str__(self, encoding=DEFAULT_OUTPUT_ENCODING,\n                prettyPrint=False, indentLevel=0):\n        \"\"\"Returns a string or Unicode representation of this tag and\n        its contents. To get Unicode, pass None for encoding.\n\n        NOTE: since Python's HTML parser consumes whitespace, this\n        method is not certain to reproduce the whitespace present in\n        the original string.\"\"\"\n\n        encodedName = self.toEncoding(self.name, encoding)\n\n        attrs = []\n        if self.attrs:\n            for key, val in self.attrs:\n                fmt = '%s=\"%s\"'\n                if isinstance(val, basestring):\n                    if self.containsSubstitutions and '%SOUP-ENCODING%' in val:\n                        val = self.substituteEncoding(val, encoding)\n\n                    # The attribute value either:\n                    #\n                    # * Contains no embedded double quotes or single quotes.\n                    #   No problem: we enclose it in double quotes.\n                    # * Contains embedded single quotes. No problem:\n                    #   double quotes work here too.\n                    # * Contains embedded double quotes. No problem:\n                    #   we enclose it in single quotes.\n                    # * Embeds both single _and_ double quotes. This\n                    #   can't happen naturally, but it can happen if\n                    #   you modify an attribute value after parsing\n                    #   the document. Now we have a bit of a\n                    #   problem. We solve it by enclosing the\n                    #   attribute in single quotes, and escaping any\n                    #   embedded single quotes to XML entities.\n                    if '\"' in val:\n                        fmt = \"%s='%s'\"\n                        if \"'\" in val:\n                            # TODO: replace with apos when\n                            # appropriate.\n                            val = val.replace(\"'\", \"&squot;\")\n\n                    # Now we're okay w/r/t quotes. But the attribute\n                    # value might also contain angle brackets, or\n                    # ampersands that aren't part of entities. We need\n                    # to escape those to XML entities too.\n                    val = self.BARE_AMPERSAND_OR_BRACKET.sub(self._sub_entity, val)\n\n                attrs.append(fmt % (self.toEncoding(key, encoding),\n                                    self.toEncoding(val, encoding)))\n        close = ''\n        closeTag = ''\n        if self.isSelfClosing:\n            close = ' /'\n        else:\n            closeTag = '</%s>' % encodedName\n\n        indentTag, indentContents = 0, 0\n        if prettyPrint:\n            indentTag = indentLevel\n            space = (' ' * (indentTag-1))\n            indentContents = indentTag + 1\n        contents = self.renderContents(encoding, prettyPrint, indentContents)\n        if self.hidden:\n            s = contents\n        else:\n            s = []\n            attributeString = ''\n            if attrs:\n                attributeString = ' ' + ' '.join(attrs)\n            if prettyPrint:\n                s.append(space)\n            s.append('<%s%s%s>' % (encodedName, attributeString, close))\n            if prettyPrint:\n                s.append(\"\\n\")\n            s.append(contents)\n            if prettyPrint and contents and contents[-1] != \"\\n\":\n                s.append(\"\\n\")\n            if prettyPrint and closeTag:\n                s.append(space)\n            s.append(closeTag)\n            if prettyPrint and closeTag and self.nextSibling:\n                s.append(\"\\n\")\n            s = ''.join(s)\n        return s\n\n    def decompose(self):\n        \"\"\"Recursively destroys the contents of this tree.\"\"\"\n        self.extract()\n        if len(self.contents) == 0:\n            return\n        current = self.contents[0]\n        while current is not None:\n            next = current.next\n            if isinstance(current, Tag):\n                del current.contents[:]\n            current.parent = None\n            current.previous = None\n            current.previousSibling = None\n            current.next = None\n            current.nextSibling = None\n            current = next\n\n    def prettify(self, encoding=DEFAULT_OUTPUT_ENCODING):\n        return self.__str__(encoding, True)\n\n    def renderContents(self, encoding=DEFAULT_OUTPUT_ENCODING,\n                       prettyPrint=False, indentLevel=0):\n        \"\"\"Renders the contents of this tag as a string in the given\n        encoding. If encoding is None, returns a Unicode string..\"\"\"\n        s=[]\n        for c in self:\n            text = None\n            if isinstance(c, NavigableString):\n                text = c.__str__(encoding)\n            elif isinstance(c, Tag):\n                s.append(c.__str__(encoding, prettyPrint, indentLevel))\n            if text and prettyPrint:\n                text = text.strip()\n            if text:\n                if prettyPrint:\n                    s.append(\" \" * (indentLevel-1))\n                s.append(text)\n                if prettyPrint:\n                    s.append(\"\\n\")\n        return ''.join(s)\n\n    #Soup methods\n\n    def find(self, name=None, attrs={}, recursive=True, text=None,\n             **kwargs):\n        \"\"\"Return only the first child of this Tag matching the given\n        criteria.\"\"\"\n        r = None\n        l = self.findAll(name, attrs, recursive, text, 1, **kwargs)\n        if l:\n            r = l[0]\n        return r\n    findChild = find\n\n    def findAll(self, name=None, attrs={}, recursive=True, text=None,\n                limit=None, **kwargs):\n        \"\"\"Extracts a list of Tag objects that match the given\n        criteria.  You can specify the name of the Tag and any\n        attributes you want the Tag to have.\n\n        The value of a key-value pair in the 'attrs' map can be a\n        string, a list of strings, a regular expression object, or a\n        callable that takes a string and returns whether or not the\n        string matches for some custom definition of 'matches'. The\n        same is true of the tag name.\"\"\"\n        generator = self.recursiveChildGenerator\n        if not recursive:\n            generator = self.childGenerator\n        return self._findAll(name, attrs, text, limit, generator, **kwargs)\n    findChildren = findAll\n\n    # Pre-3.x compatibility methods\n    first = find\n    fetch = findAll\n\n    def fetchText(self, text=None, recursive=True, limit=None):\n        return self.findAll(text=text, recursive=recursive, limit=limit)\n\n    def firstText(self, text=None, recursive=True):\n        return self.find(text=text, recursive=recursive)\n\n    #Private methods\n\n    def _getAttrMap(self):\n        \"\"\"Initializes a map representation of this tag's attributes,\n        if not already initialized.\"\"\"\n        if not getattr(self, 'attrMap'):\n            self.attrMap = {}\n            for (key, value) in self.attrs:\n                self.attrMap[key] = value\n        return self.attrMap\n\n    #Generator methods\n    def childGenerator(self):\n        # Just use the iterator from the contents\n        return iter(self.contents)\n\n    def recursiveChildGenerator(self):\n        if not len(self.contents):\n            raise StopIteration\n        stopNode = self._lastRecursiveChild().next\n        current = self.contents[0]\n        while current is not stopNode:\n            yield current\n            current = current.next\n\n\n# Next, a couple classes to represent queries and their results.\nclass SoupStrainer:\n    \"\"\"Encapsulates a number of ways of matching a markup element (tag or\n    text).\"\"\"\n\n    def __init__(self, name=None, attrs={}, text=None, **kwargs):\n        self.name = name\n        if isinstance(attrs, basestring):\n            kwargs['class'] = _match_css_class(attrs)\n            attrs = None\n        if kwargs:\n            if attrs:\n                attrs = attrs.copy()\n                attrs.update(kwargs)\n            else:\n                attrs = kwargs\n        self.attrs = attrs\n        self.text = text\n\n    def __str__(self):\n        if self.text:\n            return self.text\n        else:\n            return \"%s|%s\" % (self.name, self.attrs)\n\n    def searchTag(self, markupName=None, markupAttrs={}):\n        found = None\n        markup = None\n        if isinstance(markupName, Tag):\n            markup = markupName\n            markupAttrs = markup\n        callFunctionWithTagData = callable(self.name) \\\n                                and not isinstance(markupName, Tag)\n\n        if (not self.name) \\\n               or callFunctionWithTagData \\\n               or (markup and self._matches(markup, self.name)) \\\n               or (not markup and self._matches(markupName, self.name)):\n            if callFunctionWithTagData:\n                match = self.name(markupName, markupAttrs)\n            else:\n                match = True\n                markupAttrMap = None\n                for attr, matchAgainst in self.attrs.items():\n                    if not markupAttrMap:\n                         if hasattr(markupAttrs, 'get'):\n                            markupAttrMap = markupAttrs\n                         else:\n                            markupAttrMap = {}\n                            for k,v in markupAttrs:\n                                markupAttrMap[k] = v\n                    attrValue = markupAttrMap.get(attr)\n                    if not self._matches(attrValue, matchAgainst):\n                        match = False\n                        break\n            if match:\n                if markup:\n                    found = markup\n                else:\n                    found = markupName\n        return found\n\n    def search(self, markup):\n        #print 'looking for %s in %s' % (self, markup)\n        found = None\n        # If given a list of items, scan it for a text element that\n        # matches.\n        if hasattr(markup, \"__iter__\") \\\n                and not isinstance(markup, Tag):\n            for element in markup:\n                if isinstance(element, NavigableString) \\\n                       and self.search(element):\n                    found = element\n                    break\n        # If it's a Tag, make sure its name or attributes match.\n        # Don't bother with Tags if we're searching for text.\n        elif isinstance(markup, Tag):\n            if not self.text:\n                found = self.searchTag(markup)\n        # If it's text, make sure the text matches.\n        elif isinstance(markup, NavigableString) or \\\n                 isinstance(markup, basestring):\n            if self._matches(markup, self.text):\n                found = markup\n        else:\n            raise Exception, \"I don't know how to match against a %s\" \\\n                  % markup.__class__\n        return found\n\n    def _matches(self, markup, matchAgainst):\n        #print \"Matching %s against %s\" % (markup, matchAgainst)\n        result = False\n        if matchAgainst is True:\n            result = markup is not None\n        elif callable(matchAgainst):\n            result = matchAgainst(markup)\n        else:\n            #Custom match methods take the tag as an argument, but all\n            #other ways of matching match the tag name as a string.\n            if isinstance(markup, Tag):\n                markup = markup.name\n            if markup and not isinstance(markup, basestring):\n                markup = unicode(markup)\n            #Now we know that chunk is either a string, or None.\n            if hasattr(matchAgainst, 'match'):\n                # It's a regexp object.\n                result = markup and matchAgainst.search(markup)\n            elif hasattr(matchAgainst, '__iter__'): # list-like\n                result = markup in matchAgainst\n            elif hasattr(matchAgainst, 'items'):\n                result = markup.has_key(matchAgainst)\n            elif matchAgainst and isinstance(markup, basestring):\n                if isinstance(markup, unicode):\n                    matchAgainst = unicode(matchAgainst)\n                else:\n                    matchAgainst = str(matchAgainst)\n\n            if not result:\n                result = matchAgainst == markup\n        return result\n\nclass ResultSet(list):\n    \"\"\"A ResultSet is just a list that keeps track of the SoupStrainer\n    that created it.\"\"\"\n    def __init__(self, source):\n        list.__init__([])\n        self.source = source\n\n# Now, some helper functions.\n\ndef buildTagMap(default, *args):\n    \"\"\"Turns a list of maps, lists, or scalars into a single map.\n    Used to build the SELF_CLOSING_TAGS, NESTABLE_TAGS, and\n    NESTING_RESET_TAGS maps out of lists and partial maps.\"\"\"\n    built = {}\n    for portion in args:\n        if hasattr(portion, 'items'):\n            #It's a map. Merge it.\n            for k,v in portion.items():\n                built[k] = v\n        elif hasattr(portion, '__iter__'): # is a list\n            #It's a list. Map each item to the default.\n            for k in portion:\n                built[k] = default\n        else:\n            #It's a scalar. Map it to the default.\n            built[portion] = default\n    return built\n\n# Now, the parser classes.\n\nclass BeautifulStoneSoup(Tag, SGMLParser):\n\n    \"\"\"This class contains the basic parser and search code. It defines\n    a parser that knows nothing about tag behavior except for the\n    following:\n\n      You can't close a tag without closing all the tags it encloses.\n      That is, \"<foo><bar></foo>\" actually means\n      \"<foo><bar></bar></foo>\".\n\n    [Another possible explanation is \"<foo><bar /></foo>\", but since\n    this class defines no SELF_CLOSING_TAGS, it will never use that\n    explanation.]\n\n    This class is useful for parsing XML or made-up markup languages,\n    or when BeautifulSoup makes an assumption counter to what you were\n    expecting.\"\"\"\n\n    SELF_CLOSING_TAGS = {}\n    NESTABLE_TAGS = {}\n    RESET_NESTING_TAGS = {}\n    QUOTE_TAGS = {}\n    PRESERVE_WHITESPACE_TAGS = []\n\n    MARKUP_MASSAGE = [(re.compile('(<[^<>]*)/>'),\n                       lambda x: x.group(1) + ' />'),\n                      (re.compile('<!\\s+([^<>]*)>'),\n                       lambda x: '<!' + x.group(1) + '>')\n                      ]\n\n    ROOT_TAG_NAME = u'[document]'\n\n    HTML_ENTITIES = \"html\"\n    XML_ENTITIES = \"xml\"\n    XHTML_ENTITIES = \"xhtml\"\n    # TODO: This only exists for backwards-compatibility\n    ALL_ENTITIES = XHTML_ENTITIES\n\n    # Used when determining whether a text node is all whitespace and\n    # can be replaced with a single space. A text node that contains\n    # fancy Unicode spaces (usually non-breaking) should be left\n    # alone.\n    STRIP_ASCII_SPACES = { 9: None, 10: None, 12: None, 13: None, 32: None, }\n\n    def __init__(self, markup=\"\", parseOnlyThese=None, fromEncoding=None,\n                 markupMassage=True, smartQuotesTo=XML_ENTITIES,\n                 convertEntities=None, selfClosingTags=None, isHTML=False):\n        \"\"\"The Soup object is initialized as the 'root tag', and the\n        provided markup (which can be a string or a file-like object)\n        is fed into the underlying parser.\n\n        sgmllib will process most bad HTML, and the BeautifulSoup\n        class has some tricks for dealing with some HTML that kills\n        sgmllib, but Beautiful Soup can nonetheless choke or lose data\n        if your data uses self-closing tags or declarations\n        incorrectly.\n\n        By default, Beautiful Soup uses regexes to sanitize input,\n        avoiding the vast majority of these problems. If the problems\n        don't apply to you, pass in False for markupMassage, and\n        you'll get better performance.\n\n        The default parser massage techniques fix the two most common\n        instances of invalid HTML that choke sgmllib:\n\n         <br/> (No space between name of closing tag and tag close)\n         <! --Comment--> (Extraneous whitespace in declaration)\n\n        You can pass in a custom list of (RE object, replace method)\n        tuples to get Beautiful Soup to scrub your input the way you\n        want.\"\"\"\n\n        self.parseOnlyThese = parseOnlyThese\n        self.fromEncoding = fromEncoding\n        self.smartQuotesTo = smartQuotesTo\n        self.convertEntities = convertEntities\n        # Set the rules for how we'll deal with the entities we\n        # encounter\n        if self.convertEntities:\n            # It doesn't make sense to convert encoded characters to\n            # entities even while you're converting entities to Unicode.\n            # Just convert it all to Unicode.\n            self.smartQuotesTo = None\n            if convertEntities == self.HTML_ENTITIES:\n                self.convertXMLEntities = False\n                self.convertHTMLEntities = True\n                self.escapeUnrecognizedEntities = True\n            elif convertEntities == self.XHTML_ENTITIES:\n                self.convertXMLEntities = True\n                self.convertHTMLEntities = True\n                self.escapeUnrecognizedEntities = False\n            elif convertEntities == self.XML_ENTITIES:\n                self.convertXMLEntities = True\n                self.convertHTMLEntities = False\n                self.escapeUnrecognizedEntities = False\n        else:\n            self.convertXMLEntities = False\n            self.convertHTMLEntities = False\n            self.escapeUnrecognizedEntities = False\n\n        self.instanceSelfClosingTags = buildTagMap(None, selfClosingTags)\n        SGMLParser.__init__(self)\n\n        if hasattr(markup, 'read'):        # It's a file-type object.\n            markup = markup.read()\n        self.markup = markup\n        self.markupMassage = markupMassage\n        try:\n            self._feed(isHTML=isHTML)\n        except StopParsing:\n            pass\n        self.markup = None                 # The markup can now be GCed\n\n    def convert_charref(self, name):\n        \"\"\"This method fixes a bug in Python's SGMLParser.\"\"\"\n        try:\n            n = int(name)\n        except ValueError:\n            return\n        if not 0 <= n <= 127 : # ASCII ends at 127, not 255\n            return\n        return self.convert_codepoint(n)\n\n    def _feed(self, inDocumentEncoding=None, isHTML=False):\n        # Convert the document to Unicode.\n        markup = self.markup\n        if isinstance(markup, unicode):\n            if not hasattr(self, 'originalEncoding'):\n                self.originalEncoding = None\n        else:\n            dammit = UnicodeDammit\\\n                     (markup, [self.fromEncoding, inDocumentEncoding],\n                      smartQuotesTo=self.smartQuotesTo, isHTML=isHTML)\n            markup = dammit.unicode\n            self.originalEncoding = dammit.originalEncoding\n            self.declaredHTMLEncoding = dammit.declaredHTMLEncoding\n        if markup:\n            if self.markupMassage:\n                if not hasattr(self.markupMassage, \"__iter__\"):\n                    self.markupMassage = self.MARKUP_MASSAGE\n                for fix, m in self.markupMassage:\n                    markup = fix.sub(m, markup)\n                # TODO: We get rid of markupMassage so that the\n                # soup object can be deepcopied later on. Some\n                # Python installations can't copy regexes. If anyone\n                # was relying on the existence of markupMassage, this\n                # might cause problems.\n                del(self.markupMassage)\n        self.reset()\n\n        SGMLParser.feed(self, markup)\n        # Close out any unfinished strings and close all the open tags.\n        self.endData()\n        while self.currentTag.name != self.ROOT_TAG_NAME:\n            self.popTag()\n\n    def __getattr__(self, methodName):\n        \"\"\"This method routes method call requests to either the SGMLParser\n        superclass or the Tag superclass, depending on the method name.\"\"\"\n        #print \"__getattr__ called on %s.%s\" % (self.__class__, methodName)\n\n        if methodName.startswith('start_') or methodName.startswith('end_') \\\n               or methodName.startswith('do_'):\n            return SGMLParser.__getattr__(self, methodName)\n        elif not methodName.startswith('__'):\n            return Tag.__getattr__(self, methodName)\n        else:\n            raise AttributeError\n\n    def isSelfClosingTag(self, name):\n        \"\"\"Returns true iff the given string is the name of a\n        self-closing tag according to this parser.\"\"\"\n        return self.SELF_CLOSING_TAGS.has_key(name) \\\n               or self.instanceSelfClosingTags.has_key(name)\n\n    def reset(self):\n        Tag.__init__(self, self, self.ROOT_TAG_NAME)\n        self.hidden = 1\n        SGMLParser.reset(self)\n        self.currentData = []\n        self.currentTag = None\n        self.tagStack = []\n        self.quoteStack = []\n        self.pushTag(self)\n\n    def popTag(self):\n        tag = self.tagStack.pop()\n\n        #print \"Pop\", tag.name\n        if self.tagStack:\n            self.currentTag = self.tagStack[-1]\n        return self.currentTag\n\n    def pushTag(self, tag):\n        #print \"Push\", tag.name\n        if self.currentTag:\n            self.currentTag.contents.append(tag)\n        self.tagStack.append(tag)\n        self.currentTag = self.tagStack[-1]\n\n    def endData(self, containerClass=NavigableString):\n        if self.currentData:\n            currentData = u''.join(self.currentData)\n            if (currentData.translate(self.STRIP_ASCII_SPACES) == '' and\n                not set([tag.name for tag in self.tagStack]).intersection(\n                    self.PRESERVE_WHITESPACE_TAGS)):\n                if '\\n' in currentData:\n                    currentData = '\\n'\n                else:\n                    currentData = ' '\n            self.currentData = []\n            if self.parseOnlyThese and len(self.tagStack) <= 1 and \\\n                   (not self.parseOnlyThese.text or \\\n                    not self.parseOnlyThese.search(currentData)):\n                return\n            o = containerClass(currentData)\n            o.setup(self.currentTag, self.previous)\n            if self.previous:\n                self.previous.next = o\n            self.previous = o\n            self.currentTag.contents.append(o)\n\n\n    def _popToTag(self, name, inclusivePop=True):\n        \"\"\"Pops the tag stack up to and including the most recent\n        instance of the given tag. If inclusivePop is false, pops the tag\n        stack up to but *not* including the most recent instqance of\n        the given tag.\"\"\"\n        #print \"Popping to %s\" % name\n        if name == self.ROOT_TAG_NAME:\n            return\n\n        numPops = 0\n        mostRecentTag = None\n        for i in range(len(self.tagStack)-1, 0, -1):\n            if name == self.tagStack[i].name:\n                numPops = len(self.tagStack)-i\n                break\n        if not inclusivePop:\n            numPops = numPops - 1\n\n        for i in range(0, numPops):\n            mostRecentTag = self.popTag()\n        return mostRecentTag\n\n    def _smartPop(self, name):\n\n        \"\"\"We need to pop up to the previous tag of this type, unless\n        one of this tag's nesting reset triggers comes between this\n        tag and the previous tag of this type, OR unless this tag is a\n        generic nesting trigger and another generic nesting trigger\n        comes between this tag and the previous tag of this type.\n\n        Examples:\n         <p>Foo<b>Bar *<p>* should pop to 'p', not 'b'.\n         <p>Foo<table>Bar *<p>* should pop to 'table', not 'p'.\n         <p>Foo<table><tr>Bar *<p>* should pop to 'tr', not 'p'.\n\n         <li><ul><li> *<li>* should pop to 'ul', not the first 'li'.\n         <tr><table><tr> *<tr>* should pop to 'table', not the first 'tr'\n         <td><tr><td> *<td>* should pop to 'tr', not the first 'td'\n        \"\"\"\n\n        nestingResetTriggers = self.NESTABLE_TAGS.get(name)\n        isNestable = nestingResetTriggers != None\n        isResetNesting = self.RESET_NESTING_TAGS.has_key(name)\n        popTo = None\n        inclusive = True\n        for i in range(len(self.tagStack)-1, 0, -1):\n            p = self.tagStack[i]\n            if (not p or p.name == name) and not isNestable:\n                #Non-nestable tags get popped to the top or to their\n                #last occurance.\n                popTo = name\n                break\n            if (nestingResetTriggers is not None\n                and p.name in nestingResetTriggers) \\\n                or (nestingResetTriggers is None and isResetNesting\n                    and self.RESET_NESTING_TAGS.has_key(p.name)):\n\n                #If we encounter one of the nesting reset triggers\n                #peculiar to this tag, or we encounter another tag\n                #that causes nesting to reset, pop up to but not\n                #including that tag.\n                popTo = p.name\n                inclusive = False\n                break\n            p = p.parent\n        if popTo:\n            self._popToTag(popTo, inclusive)\n\n    def unknown_starttag(self, name, attrs, selfClosing=0):\n        #print \"Start tag %s: %s\" % (name, attrs)\n        if self.quoteStack:\n            #This is not a real tag.\n            #print \"<%s> is not real!\" % name\n            attrs = ''.join([' %s=\"%s\"' % (x, y) for x, y in attrs])\n            self.handle_data('<%s%s>' % (name, attrs))\n            return\n        self.endData()\n\n        if not self.isSelfClosingTag(name) and not selfClosing:\n            self._smartPop(name)\n\n        if self.parseOnlyThese and len(self.tagStack) <= 1 \\\n               and (self.parseOnlyThese.text or not self.parseOnlyThese.searchTag(name, attrs)):\n            return\n\n        tag = Tag(self, name, attrs, self.currentTag, self.previous)\n        if self.previous:\n            self.previous.next = tag\n        self.previous = tag\n        self.pushTag(tag)\n        if selfClosing or self.isSelfClosingTag(name):\n            self.popTag()\n        if name in self.QUOTE_TAGS:\n            #print \"Beginning quote (%s)\" % name\n            self.quoteStack.append(name)\n            self.literal = 1\n        return tag\n\n    def unknown_endtag(self, name):\n        #print \"End tag %s\" % name\n        if self.quoteStack and self.quoteStack[-1] != name:\n            #This is not a real end tag.\n            #print \"</%s> is not real!\" % name\n            self.handle_data('</%s>' % name)\n            return\n        self.endData()\n        self._popToTag(name)\n        if self.quoteStack and self.quoteStack[-1] == name:\n            self.quoteStack.pop()\n            self.literal = (len(self.quoteStack) > 0)\n\n    def handle_data(self, data):\n        self.currentData.append(data)\n\n    def _toStringSubclass(self, text, subclass):\n        \"\"\"Adds a certain piece of text to the tree as a NavigableString\n        subclass.\"\"\"\n        self.endData()\n        self.handle_data(text)\n        self.endData(subclass)\n\n    def handle_pi(self, text):\n        \"\"\"Handle a processing instruction as a ProcessingInstruction\n        object, possibly one with a %SOUP-ENCODING% slot into which an\n        encoding will be plugged later.\"\"\"\n        if text[:3] == \"xml\":\n            text = u\"xml version='1.0' encoding='%SOUP-ENCODING%'\"\n        self._toStringSubclass(text, ProcessingInstruction)\n\n    def handle_comment(self, text):\n        \"Handle comments as Comment objects.\"\n        self._toStringSubclass(text, Comment)\n\n    def handle_charref(self, ref):\n        \"Handle character references as data.\"\n        if self.convertEntities:\n            data = unichr(int(ref))\n        else:\n            data = '&#%s;' % ref\n        self.handle_data(data)\n\n    def handle_entityref(self, ref):\n        \"\"\"Handle entity references as data, possibly converting known\n        HTML and/or XML entity references to the corresponding Unicode\n        characters.\"\"\"\n        data = None\n        if self.convertHTMLEntities:\n            try:\n                data = unichr(name2codepoint[ref])\n            except KeyError:\n                pass\n\n        if not data and self.convertXMLEntities:\n                data = self.XML_ENTITIES_TO_SPECIAL_CHARS.get(ref)\n\n        if not data and self.convertHTMLEntities and \\\n            not self.XML_ENTITIES_TO_SPECIAL_CHARS.get(ref):\n                # TODO: We've got a problem here. We're told this is\n                # an entity reference, but it's not an XML entity\n                # reference or an HTML entity reference. Nonetheless,\n                # the logical thing to do is to pass it through as an\n                # unrecognized entity reference.\n                #\n                # Except: when the input is \"&carol;\" this function\n                # will be called with input \"carol\". When the input is\n                # \"AT&T\", this function will be called with input\n                # \"T\". We have no way of knowing whether a semicolon\n                # was present originally, so we don't know whether\n                # this is an unknown entity or just a misplaced\n                # ampersand.\n                #\n                # The more common case is a misplaced ampersand, so I\n                # escape the ampersand and omit the trailing semicolon.\n                data = \"&amp;%s\" % ref\n        if not data:\n            # This case is different from the one above, because we\n            # haven't already gone through a supposedly comprehensive\n            # mapping of entities to Unicode characters. We might not\n            # have gone through any mapping at all. So the chances are\n            # very high that this is a real entity, and not a\n            # misplaced ampersand.\n            data = \"&%s;\" % ref\n        self.handle_data(data)\n\n    def handle_decl(self, data):\n        \"Handle DOCTYPEs and the like as Declaration objects.\"\n        self._toStringSubclass(data, Declaration)\n\n    def parse_declaration(self, i):\n        \"\"\"Treat a bogus SGML declaration as raw data. Treat a CDATA\n        declaration as a CData object.\"\"\"\n        j = None\n        if self.rawdata[i:i+9] == '<![CDATA[':\n             k = self.rawdata.find(']]>', i)\n             if k == -1:\n                 k = len(self.rawdata)\n             data = self.rawdata[i+9:k]\n             j = k+3\n             self._toStringSubclass(data, CData)\n        else:\n            try:\n                j = SGMLParser.parse_declaration(self, i)\n            except SGMLParseError:\n                toHandle = self.rawdata[i:]\n                self.handle_data(toHandle)\n                j = i + len(toHandle)\n        return j\n\nclass BeautifulSoup(BeautifulStoneSoup):\n\n    \"\"\"This parser knows the following facts about HTML:\n\n    * Some tags have no closing tag and should be interpreted as being\n      closed as soon as they are encountered.\n\n    * The text inside some tags (ie. 'script') may contain tags which\n      are not really part of the document and which should be parsed\n      as text, not tags. If you want to parse the text as tags, you can\n      always fetch it and parse it explicitly.\n\n    * Tag nesting rules:\n\n      Most tags can't be nested at all. For instance, the occurance of\n      a <p> tag should implicitly close the previous <p> tag.\n\n       <p>Para1<p>Para2\n        should be transformed into:\n       <p>Para1</p><p>Para2\n\n      Some tags can be nested arbitrarily. For instance, the occurance\n      of a <blockquote> tag should _not_ implicitly close the previous\n      <blockquote> tag.\n\n       Alice said: <blockquote>Bob said: <blockquote>Blah\n        should NOT be transformed into:\n       Alice said: <blockquote>Bob said: </blockquote><blockquote>Blah\n\n      Some tags can be nested, but the nesting is reset by the\n      interposition of other tags. For instance, a <tr> tag should\n      implicitly close the previous <tr> tag within the same <table>,\n      but not close a <tr> tag in another table.\n\n       <table><tr>Blah<tr>Blah\n        should be transformed into:\n       <table><tr>Blah</tr><tr>Blah\n        but,\n       <tr>Blah<table><tr>Blah\n        should NOT be transformed into\n       <tr>Blah<table></tr><tr>Blah\n\n    Differing assumptions about tag nesting rules are a major source\n    of problems with the BeautifulSoup class. If BeautifulSoup is not\n    treating as nestable a tag your page author treats as nestable,\n    try ICantBelieveItsBeautifulSoup, MinimalSoup, or\n    BeautifulStoneSoup before writing your own subclass.\"\"\"\n\n    def __init__(self, *args, **kwargs):\n        if not kwargs.has_key('smartQuotesTo'):\n            kwargs['smartQuotesTo'] = self.HTML_ENTITIES\n        kwargs['isHTML'] = True\n        BeautifulStoneSoup.__init__(self, *args, **kwargs)\n\n    SELF_CLOSING_TAGS = buildTagMap(None,\n                                    ('br' , 'hr', 'input', 'img', 'meta',\n                                    'spacer', 'link', 'frame', 'base', 'col'))\n\n    PRESERVE_WHITESPACE_TAGS = set(['pre', 'textarea'])\n\n    QUOTE_TAGS = {'script' : None, 'textarea' : None}\n\n    #According to the HTML standard, each of these inline tags can\n    #contain another tag of the same type. Furthermore, it's common\n    #to actually use these tags this way.\n    NESTABLE_INLINE_TAGS = ('span', 'font', 'q', 'object', 'bdo', 'sub', 'sup',\n                            'center')\n\n    #According to the HTML standard, these block tags can contain\n    #another tag of the same type. Furthermore, it's common\n    #to actually use these tags this way.\n    NESTABLE_BLOCK_TAGS = ('blockquote', 'div', 'fieldset', 'ins', 'del')\n\n    #Lists can contain other lists, but there are restrictions.\n    NESTABLE_LIST_TAGS = { 'ol' : [],\n                           'ul' : [],\n                           'li' : ['ul', 'ol'],\n                           'dl' : [],\n                           'dd' : ['dl'],\n                           'dt' : ['dl'] }\n\n    #Tables can contain other tables, but there are restrictions.\n    NESTABLE_TABLE_TAGS = {'table' : [],\n                           'tr' : ['table', 'tbody', 'tfoot', 'thead'],\n                           'td' : ['tr'],\n                           'th' : ['tr'],\n                           'thead' : ['table'],\n                           'tbody' : ['table'],\n                           'tfoot' : ['table'],\n                           }\n\n    NON_NESTABLE_BLOCK_TAGS = ('address', 'form', 'p', 'pre')\n\n    #If one of these tags is encountered, all tags up to the next tag of\n    #this type are popped.\n    RESET_NESTING_TAGS = buildTagMap(None, NESTABLE_BLOCK_TAGS, 'noscript',\n                                     NON_NESTABLE_BLOCK_TAGS,\n                                     NESTABLE_LIST_TAGS,\n                                     NESTABLE_TABLE_TAGS)\n\n    NESTABLE_TAGS = buildTagMap([], NESTABLE_INLINE_TAGS, NESTABLE_BLOCK_TAGS,\n                                NESTABLE_LIST_TAGS, NESTABLE_TABLE_TAGS)\n\n    # Used to detect the charset in a META tag; see start_meta\n    CHARSET_RE = re.compile(\"((^|;)\\s*charset=)([^;]*)\", re.M)\n\n    def start_meta(self, attrs):\n        \"\"\"Beautiful Soup can detect a charset included in a META tag,\n        try to convert the document to that charset, and re-parse the\n        document from the beginning.\"\"\"\n        httpEquiv = None\n        contentType = None\n        contentTypeIndex = None\n        tagNeedsEncodingSubstitution = False\n\n        for i in range(0, len(attrs)):\n            key, value = attrs[i]\n            key = key.lower()\n            if key == 'http-equiv':\n                httpEquiv = value\n            elif key == 'content':\n                contentType = value\n                contentTypeIndex = i\n\n        if httpEquiv and contentType: # It's an interesting meta tag.\n            match = self.CHARSET_RE.search(contentType)\n            if match:\n                if (self.declaredHTMLEncoding is not None or\n                    self.originalEncoding == self.fromEncoding):\n                    # An HTML encoding was sniffed while converting\n                    # the document to Unicode, or an HTML encoding was\n                    # sniffed during a previous pass through the\n                    # document, or an encoding was specified\n                    # explicitly and it worked. Rewrite the meta tag.\n                    def rewrite(match):\n                        return match.group(1) + \"%SOUP-ENCODING%\"\n                    newAttr = self.CHARSET_RE.sub(rewrite, contentType)\n                    attrs[contentTypeIndex] = (attrs[contentTypeIndex][0],\n                                               newAttr)\n                    tagNeedsEncodingSubstitution = True\n                else:\n                    # This is our first pass through the document.\n                    # Go through it again with the encoding information.\n                    newCharset = match.group(3)\n                    if newCharset and newCharset != self.originalEncoding:\n                        self.declaredHTMLEncoding = newCharset\n                        self._feed(self.declaredHTMLEncoding)\n                        raise StopParsing\n                    pass\n        tag = self.unknown_starttag(\"meta\", attrs)\n        if tag and tagNeedsEncodingSubstitution:\n            tag.containsSubstitutions = True\n\nclass StopParsing(Exception):\n    pass\n\nclass ICantBelieveItsBeautifulSoup(BeautifulSoup):\n\n    \"\"\"The BeautifulSoup class is oriented towards skipping over\n    common HTML errors like unclosed tags. However, sometimes it makes\n    errors of its own. For instance, consider this fragment:\n\n     <b>Foo<b>Bar</b></b>\n\n    This is perfectly valid (if bizarre) HTML. However, the\n    BeautifulSoup class will implicitly close the first b tag when it\n    encounters the second 'b'. It will think the author wrote\n    \"<b>Foo<b>Bar\", and didn't close the first 'b' tag, because\n    there's no real-world reason to bold something that's already\n    bold. When it encounters '</b></b>' it will close two more 'b'\n    tags, for a grand total of three tags closed instead of two. This\n    can throw off the rest of your document structure. The same is\n    true of a number of other tags, listed below.\n\n    It's much more common for someone to forget to close a 'b' tag\n    than to actually use nested 'b' tags, and the BeautifulSoup class\n    handles the common case. This class handles the not-co-common\n    case: where you can't believe someone wrote what they did, but\n    it's valid HTML and BeautifulSoup screwed up by assuming it\n    wouldn't be.\"\"\"\n\n    I_CANT_BELIEVE_THEYRE_NESTABLE_INLINE_TAGS = \\\n     ('em', 'big', 'i', 'small', 'tt', 'abbr', 'acronym', 'strong',\n      'cite', 'code', 'dfn', 'kbd', 'samp', 'strong', 'var', 'b',\n      'big')\n\n    I_CANT_BELIEVE_THEYRE_NESTABLE_BLOCK_TAGS = ('noscript',)\n\n    NESTABLE_TAGS = buildTagMap([], BeautifulSoup.NESTABLE_TAGS,\n                                I_CANT_BELIEVE_THEYRE_NESTABLE_BLOCK_TAGS,\n                                I_CANT_BELIEVE_THEYRE_NESTABLE_INLINE_TAGS)\n\nclass MinimalSoup(BeautifulSoup):\n    \"\"\"The MinimalSoup class is for parsing HTML that contains\n    pathologically bad markup. It makes no assumptions about tag\n    nesting, but it does know which tags are self-closing, that\n    <script> tags contain Javascript and should not be parsed, that\n    META tags may contain encoding information, and so on.\n\n    This also makes it better for subclassing than BeautifulStoneSoup\n    or BeautifulSoup.\"\"\"\n\n    RESET_NESTING_TAGS = buildTagMap('noscript')\n    NESTABLE_TAGS = {}\n\nclass BeautifulSOAP(BeautifulStoneSoup):\n    \"\"\"This class will push a tag with only a single string child into\n    the tag's parent as an attribute. The attribute's name is the tag\n    name, and the value is the string child. An example should give\n    the flavor of the change:\n\n    <foo><bar>baz</bar></foo>\n     =>\n    <foo bar=\"baz\"><bar>baz</bar></foo>\n\n    You can then access fooTag['bar'] instead of fooTag.barTag.string.\n\n    This is, of course, useful for scraping structures that tend to\n    use subelements instead of attributes, such as SOAP messages. Note\n    that it modifies its input, so don't print the modified version\n    out.\n\n    I'm not sure how many people really want to use this class; let me\n    know if you do. Mainly I like the name.\"\"\"\n\n    def popTag(self):\n        if len(self.tagStack) > 1:\n            tag = self.tagStack[-1]\n            parent = self.tagStack[-2]\n            parent._getAttrMap()\n            if (isinstance(tag, Tag) and len(tag.contents) == 1 and\n                isinstance(tag.contents[0], NavigableString) and\n                not parent.attrMap.has_key(tag.name)):\n                parent[tag.name] = tag.contents[0]\n        BeautifulStoneSoup.popTag(self)\n\n#Enterprise class names! It has come to our attention that some people\n#think the names of the Beautiful Soup parser classes are too silly\n#and \"unprofessional\" for use in enterprise screen-scraping. We feel\n#your pain! For such-minded folk, the Beautiful Soup Consortium And\n#All-Night Kosher Bakery recommends renaming this file to\n#\"RobustParser.py\" (or, in cases of extreme enterprisiness,\n#\"RobustParserBeanInterface.class\") and using the following\n#enterprise-friendly class aliases:\nclass RobustXMLParser(BeautifulStoneSoup):\n    pass\nclass RobustHTMLParser(BeautifulSoup):\n    pass\nclass RobustWackAssHTMLParser(ICantBelieveItsBeautifulSoup):\n    pass\nclass RobustInsanelyWackAssHTMLParser(MinimalSoup):\n    pass\nclass SimplifyingSOAPParser(BeautifulSOAP):\n    pass\n\n######################################################\n#\n# Bonus library: Unicode, Dammit\n#\n# This class forces XML data into a standard format (usually to UTF-8\n# or Unicode).  It is heavily based on code from Mark Pilgrim's\n# Universal Feed Parser. It does not rewrite the XML or HTML to\n# reflect a new encoding: that happens in BeautifulStoneSoup.handle_pi\n# (XML) and BeautifulSoup.start_meta (HTML).\n\n# Autodetects character encodings.\n# Download from http://chardet.feedparser.org/\ntry:\n    import chardet\n#    import chardet.constants\n#    chardet.constants._debug = 1\nexcept ImportError:\n    chardet = None\n\n# cjkcodecs and iconv_codec make Python know about more character encodings.\n# Both are available from http://cjkpython.i18n.org/\n# They're built in if you use Python 2.4.\ntry:\n    import cjkcodecs.aliases\nexcept ImportError:\n    pass\ntry:\n    import iconv_codec\nexcept ImportError:\n    pass\n\nclass UnicodeDammit:\n    \"\"\"A class for detecting the encoding of a *ML document and\n    converting it to a Unicode string. If the source encoding is\n    windows-1252, can replace MS smart quotes with their HTML or XML\n    equivalents.\"\"\"\n\n    # This dictionary maps commonly seen values for \"charset\" in HTML\n    # meta tags to the corresponding Python codec names. It only covers\n    # values that aren't in Python's aliases and can't be determined\n    # by the heuristics in find_codec.\n    CHARSET_ALIASES = { \"macintosh\" : \"mac-roman\",\n                        \"x-sjis\" : \"shift-jis\" }\n\n    def __init__(self, markup, overrideEncodings=[],\n                 smartQuotesTo='xml', isHTML=False):\n        self.declaredHTMLEncoding = None\n        self.markup, documentEncoding, sniffedEncoding = \\\n                     self._detectEncoding(markup, isHTML)\n        self.smartQuotesTo = smartQuotesTo\n        self.triedEncodings = []\n        if markup == '' or isinstance(markup, unicode):\n            self.originalEncoding = None\n            self.unicode = unicode(markup)\n            return\n\n        u = None\n        for proposedEncoding in overrideEncodings:\n            u = self._convertFrom(proposedEncoding)\n            if u: break\n        if not u:\n            for proposedEncoding in (documentEncoding, sniffedEncoding):\n                u = self._convertFrom(proposedEncoding)\n                if u: break\n\n        # If no luck and we have auto-detection library, try that:\n        if not u and chardet and not isinstance(self.markup, unicode):\n            u = self._convertFrom(chardet.detect(self.markup)['encoding'])\n\n        # As a last resort, try utf-8 and windows-1252:\n        if not u:\n            for proposed_encoding in (\"utf-8\", \"windows-1252\"):\n                u = self._convertFrom(proposed_encoding)\n                if u: break\n\n        self.unicode = u\n        if not u: self.originalEncoding = None\n\n    def _subMSChar(self, orig):\n        \"\"\"Changes a MS smart quote character to an XML or HTML\n        entity.\"\"\"\n        sub = self.MS_CHARS.get(orig)\n        if isinstance(sub, tuple):\n            if self.smartQuotesTo == 'xml':\n                sub = '&#x%s;' % sub[1]\n            else:\n                sub = '&%s;' % sub[0]\n        return sub\n\n    def _convertFrom(self, proposed):\n        proposed = self.find_codec(proposed)\n        if not proposed or proposed in self.triedEncodings:\n            return None\n        self.triedEncodings.append(proposed)\n        markup = self.markup\n\n        # Convert smart quotes to HTML if coming from an encoding\n        # that might have them.\n        if self.smartQuotesTo and proposed.lower() in(\"windows-1252\",\n                                                      \"iso-8859-1\",\n                                                      \"iso-8859-2\"):\n            markup = re.compile(\"([\\x80-\\x9f])\").sub \\\n                     (lambda(x): self._subMSChar(x.group(1)),\n                      markup)\n\n        try:\n            # print \"Trying to convert document to %s\" % proposed\n            u = self._toUnicode(markup, proposed)\n            self.markup = u\n            self.originalEncoding = proposed\n        except Exception, e:\n            # print \"That didn't work!\"\n            # print e\n            return None\n        #print \"Correct encoding: %s\" % proposed\n        return self.markup\n\n    def _toUnicode(self, data, encoding):\n        '''Given a string and its encoding, decodes the string into Unicode.\n        %encoding is a string recognized by encodings.aliases'''\n\n        # strip Byte Order Mark (if present)\n        if (len(data) >= 4) and (data[:2] == '\\xfe\\xff') \\\n               and (data[2:4] != '\\x00\\x00'):\n            encoding = 'utf-16be'\n            data = data[2:]\n        elif (len(data) >= 4) and (data[:2] == '\\xff\\xfe') \\\n                 and (data[2:4] != '\\x00\\x00'):\n            encoding = 'utf-16le'\n            data = data[2:]\n        elif data[:3] == '\\xef\\xbb\\xbf':\n            encoding = 'utf-8'\n            data = data[3:]\n        elif data[:4] == '\\x00\\x00\\xfe\\xff':\n            encoding = 'utf-32be'\n            data = data[4:]\n        elif data[:4] == '\\xff\\xfe\\x00\\x00':\n            encoding = 'utf-32le'\n            data = data[4:]\n        newdata = unicode(data, encoding)\n        return newdata\n\n    def _detectEncoding(self, xml_data, isHTML=False):\n        \"\"\"Given a document, tries to detect its XML encoding.\"\"\"\n        xml_encoding = sniffed_xml_encoding = None\n        try:\n            if xml_data[:4] == '\\x4c\\x6f\\xa7\\x94':\n                # EBCDIC\n                xml_data = self._ebcdic_to_ascii(xml_data)\n            elif xml_data[:4] == '\\x00\\x3c\\x00\\x3f':\n                # UTF-16BE\n                sniffed_xml_encoding = 'utf-16be'\n                xml_data = unicode(xml_data, 'utf-16be').encode('utf-8')\n            elif (len(xml_data) >= 4) and (xml_data[:2] == '\\xfe\\xff') \\\n                     and (xml_data[2:4] != '\\x00\\x00'):\n                # UTF-16BE with BOM\n                sniffed_xml_encoding = 'utf-16be'\n                xml_data = unicode(xml_data[2:], 'utf-16be').encode('utf-8')\n            elif xml_data[:4] == '\\x3c\\x00\\x3f\\x00':\n                # UTF-16LE\n                sniffed_xml_encoding = 'utf-16le'\n                xml_data = unicode(xml_data, 'utf-16le').encode('utf-8')\n            elif (len(xml_data) >= 4) and (xml_data[:2] == '\\xff\\xfe') and \\\n                     (xml_data[2:4] != '\\x00\\x00'):\n                # UTF-16LE with BOM\n                sniffed_xml_encoding = 'utf-16le'\n                xml_data = unicode(xml_data[2:], 'utf-16le').encode('utf-8')\n            elif xml_data[:4] == '\\x00\\x00\\x00\\x3c':\n                # UTF-32BE\n                sniffed_xml_encoding = 'utf-32be'\n                xml_data = unicode(xml_data, 'utf-32be').encode('utf-8')\n            elif xml_data[:4] == '\\x3c\\x00\\x00\\x00':\n                # UTF-32LE\n                sniffed_xml_encoding = 'utf-32le'\n                xml_data = unicode(xml_data, 'utf-32le').encode('utf-8')\n            elif xml_data[:4] == '\\x00\\x00\\xfe\\xff':\n                # UTF-32BE with BOM\n                sniffed_xml_encoding = 'utf-32be'\n                xml_data = unicode(xml_data[4:], 'utf-32be').encode('utf-8')\n            elif xml_data[:4] == '\\xff\\xfe\\x00\\x00':\n                # UTF-32LE with BOM\n                sniffed_xml_encoding = 'utf-32le'\n                xml_data = unicode(xml_data[4:], 'utf-32le').encode('utf-8')\n            elif xml_data[:3] == '\\xef\\xbb\\xbf':\n                # UTF-8 with BOM\n                sniffed_xml_encoding = 'utf-8'\n                xml_data = unicode(xml_data[3:], 'utf-8').encode('utf-8')\n            else:\n                sniffed_xml_encoding = 'ascii'\n                pass\n        except:\n            xml_encoding_match = None\n        xml_encoding_match = re.compile(\n            '^<\\?.*encoding=[\\'\"](.*?)[\\'\"].*\\?>').match(xml_data)\n        if not xml_encoding_match and isHTML:\n            regexp = re.compile('<\\s*meta[^>]+charset=([^>]*?)[;\\'\">]', re.I)\n            xml_encoding_match = regexp.search(xml_data)\n        if xml_encoding_match is not None:\n            xml_encoding = xml_encoding_match.groups()[0].lower()\n            if isHTML:\n                self.declaredHTMLEncoding = xml_encoding\n            if sniffed_xml_encoding and \\\n               (xml_encoding in ('iso-10646-ucs-2', 'ucs-2', 'csunicode',\n                                 'iso-10646-ucs-4', 'ucs-4', 'csucs4',\n                                 'utf-16', 'utf-32', 'utf_16', 'utf_32',\n                                 'utf16', 'u16')):\n                xml_encoding = sniffed_xml_encoding\n        return xml_data, xml_encoding, sniffed_xml_encoding\n\n\n    def find_codec(self, charset):\n        return self._codec(self.CHARSET_ALIASES.get(charset, charset)) \\\n               or (charset and self._codec(charset.replace(\"-\", \"\"))) \\\n               or (charset and self._codec(charset.replace(\"-\", \"_\"))) \\\n               or charset\n\n    def _codec(self, charset):\n        if not charset: return charset\n        codec = None\n        try:\n            codecs.lookup(charset)\n            codec = charset\n        except (LookupError, ValueError):\n            pass\n        return codec\n\n    EBCDIC_TO_ASCII_MAP = None\n    def _ebcdic_to_ascii(self, s):\n        c = self.__class__\n        if not c.EBCDIC_TO_ASCII_MAP:\n            emap = (0,1,2,3,156,9,134,127,151,141,142,11,12,13,14,15,\n                    16,17,18,19,157,133,8,135,24,25,146,143,28,29,30,31,\n                    128,129,130,131,132,10,23,27,136,137,138,139,140,5,6,7,\n                    144,145,22,147,148,149,150,4,152,153,154,155,20,21,158,26,\n                    32,160,161,162,163,164,165,166,167,168,91,46,60,40,43,33,\n                    38,169,170,171,172,173,174,175,176,177,93,36,42,41,59,94,\n                    45,47,178,179,180,181,182,183,184,185,124,44,37,95,62,63,\n                    186,187,188,189,190,191,192,193,194,96,58,35,64,39,61,34,\n                    195,97,98,99,100,101,102,103,104,105,196,197,198,199,200,\n                    201,202,106,107,108,109,110,111,112,113,114,203,204,205,\n                    206,207,208,209,126,115,116,117,118,119,120,121,122,210,\n                    211,212,213,214,215,216,217,218,219,220,221,222,223,224,\n                    225,226,227,228,229,230,231,123,65,66,67,68,69,70,71,72,\n                    73,232,233,234,235,236,237,125,74,75,76,77,78,79,80,81,\n                    82,238,239,240,241,242,243,92,159,83,84,85,86,87,88,89,\n                    90,244,245,246,247,248,249,48,49,50,51,52,53,54,55,56,57,\n                    250,251,252,253,254,255)\n            import string\n            c.EBCDIC_TO_ASCII_MAP = string.maketrans( \\\n            ''.join(map(chr, range(256))), ''.join(map(chr, emap)))\n        return s.translate(c.EBCDIC_TO_ASCII_MAP)\n\n    MS_CHARS = { '\\x80' : ('euro', '20AC'),\n                 '\\x81' : ' ',\n                 '\\x82' : ('sbquo', '201A'),\n                 '\\x83' : ('fnof', '192'),\n                 '\\x84' : ('bdquo', '201E'),\n                 '\\x85' : ('hellip', '2026'),\n                 '\\x86' : ('dagger', '2020'),\n                 '\\x87' : ('Dagger', '2021'),\n                 '\\x88' : ('circ', '2C6'),\n                 '\\x89' : ('permil', '2030'),\n                 '\\x8A' : ('Scaron', '160'),\n                 '\\x8B' : ('lsaquo', '2039'),\n                 '\\x8C' : ('OElig', '152'),\n                 '\\x8D' : '?',\n                 '\\x8E' : ('#x17D', '17D'),\n                 '\\x8F' : '?',\n                 '\\x90' : '?',\n                 '\\x91' : ('lsquo', '2018'),\n                 '\\x92' : ('rsquo', '2019'),\n                 '\\x93' : ('ldquo', '201C'),\n                 '\\x94' : ('rdquo', '201D'),\n                 '\\x95' : ('bull', '2022'),\n                 '\\x96' : ('ndash', '2013'),\n                 '\\x97' : ('mdash', '2014'),\n                 '\\x98' : ('tilde', '2DC'),\n                 '\\x99' : ('trade', '2122'),\n                 '\\x9a' : ('scaron', '161'),\n                 '\\x9b' : ('rsaquo', '203A'),\n                 '\\x9c' : ('oelig', '153'),\n                 '\\x9d' : '?',\n                 '\\x9e' : ('#x17E', '17E'),\n                 '\\x9f' : ('Yuml', ''),}\n\n#######################################################################\n\n\n#By default, act as an HTML pretty-printer.\nif __name__ == '__main__':\n    import sys\n    soup = BeautifulSoup(sys.stdin)\n    print soup.prettify()\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.beautifulsoup/lib/LICENSE.txt",
    "content": "Copyright (c) 2004-2010, Leonard Richardson\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n  * Redistributions of source code must retain the above copyright\n    notice, this list of conditions and the following disclaimer.\n\n  * Redistributions in binary form must reproduce the above\n    copyright notice, this list of conditions and the following\n    disclaimer in the documentation and/or other materials provided\n    with the distribution.\n\n  * Neither the name of the the Beautiful Soup Consortium and All\n    Night Kosher Bakery nor the names of its contributors may be\n    used to endorse or promote products derived from this software\n    without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR\nCONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE, DAMMIT.\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.limpp/README.md",
    "content": "L.I.M.P.P.\n\nLibrary of Image Manipulation in Pure Python\n\nWrote this forever ago because I needed a pure python method to handle various icon formats in a script for XBMC on XBox, and as a python learning exercise.\n\nThought I'd share it in case someone found it useful.\n\nReads PNG, BMP, ICO, TGA, XPM, XBM and DXTC textures.\nReads JPG via TonyJpegDecoder.py which was not written by me. See the file for its license.\n\nWrites in PNG, BMP, TGA, XPM and XBM. (Note that the color selection algorithm for writing indexed images is lousy, so avoid it)\n\nDoes some simple image manipulation.\n\nBeyond that, I can't remember anything about the code, so if you have a question about something,\nyour guess is as good as mine.\n\nAlso included is xbe.py which reads old XBox .xbe executable data, and with limpp can extract program and save icons.\n\nI was learning python as I wrote this, so please excuse anything stupid :)\n\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.limpp/addon.xml",
    "content": "<?xml version=\"1.0\" encoding=\"Windows-1252\" standalone=\"yes\"?>\r\n<addon id=\"script.module.limpp\" name=\"limpp\" version=\"1.0.0\" provider-name=\"ruuk (https://github.com/ruuk/limpp)\">\r\n\t\t<requires>\r\n\t\t\t\t<import addon=\"xbmc.python\" version=\"1.0\" />\r\n\t\t</requires>\r\n\t\t<extension point=\"xbmc.python.module\" library=\"lib\" />\r\n\t\t<extension point=\"xbmc.addon.metadata\">\r\n\t\t\t\t<summary lang=\"en\">Library of Image Manipulation in Pure Python</summary>\r\n\t\t\t\t<description lang=\"en\">L.I.M.P.P. - Pure python method to handle various icon formats in a script for XBMC on XBox. Reads PNG, BMP, JPG, ICO, TGA, XPM, XBM and DXTC textures. Writes in PNG, BMP, TGA, XPM and XBM.</description>\r\n\t\t\t\t<license>BSD</license>\r\n\t\t\t\t<platform>all</platform>\r\n\t\t</extension>\r\n</addon>"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.limpp/lib/TonyJpegDecoder.py",
    "content": "\"\"\"\r\nBased on C++ code by Dr. Tony Lin:\r\n\r\n*****************************************************************************\r\n*    Author:            Dr. Tony Lin                                        *\r\n*    Email:            lintong@cis.pku.edu.cn                               *\r\n*    Release Date:    Dec. 2002                                             *\r\n*                                                                           *\r\n*    Name:            TonyJpegLib, rewritten from IJG codes                 *\r\n*    Source:            IJG v.6a JPEG LIB                                   *\r\n*    Purpose:        Support real jpeg file, with readable code             *\r\n*                                                                           *\r\n*    Acknowlegement:    Thanks for great IJG, and Chris Losinger            *\r\n*                                                                           *\r\n*    Legal Issues:    (almost same as IJG with followings)                  *\r\n*                                                                           *\r\n*    1. We don't promise that this software works.                          *\r\n*    2. You can use this software for whatever you want.                    *\r\n*    You don't have to pay.                                                 *\r\n*    3. You may not pretend that you wrote this software. If you use it     *\r\n*    in a program, you must acknowledge somewhere. That is, please          *\r\n*    metion IJG, and Me, Dr. Tony Lin.                                      *\r\n*                                                                           *\r\n*****************************************************************************\r\n\"\"\"\r\n\r\nimport sys\r\n\r\nM_SOF0  = 0xc0\r\nM_SOF1  = 0xc1\r\nM_SOF2  = 0xc2\r\nM_SOF3  = 0xc3\r\n\r\nM_SOF5  = 0xc5\r\nM_SOF6  = 0xc6\r\nM_SOF7  = 0xc7\r\n\r\nM_JPG   = 0xc8\r\nM_SOF9  = 0xc9\r\nM_SOF10 = 0xca\r\nM_SOF11 = 0xcb\r\n\r\nM_SOF13 = 0xcd\r\nM_SOF14 = 0xce\r\nM_SOF15 = 0xcf\r\n\r\nM_DHT   = 0xc4\r\n\r\nM_DAC   = 0xcc\r\n\r\nM_RST0  = 0xd0\r\nM_RST1  = 0xd1\r\nM_RST2  = 0xd2\r\nM_RST3  = 0xd3\r\nM_RST4  = 0xd4\r\nM_RST5  = 0xd5\r\nM_RST6  = 0xd6\r\nM_RST7  = 0xd7\r\n\r\nM_SOI   = 0xd8\r\nM_EOI   = 0xd9\r\nM_SOS   = 0xda\r\nM_DQT   = 0xdb\r\nM_DNL   = 0xdc\r\nM_DRI   = 0xdd\r\nM_DHP   = 0xde\r\nM_EXP   = 0xdf\r\n\r\nM_APP0  = 0xe0\r\nM_APP1  = 0xe1\r\nM_APP2  = 0xe2\r\nM_APP3  = 0xe3\r\nM_APP4  = 0xe4\r\nM_APP5  = 0xe5\r\nM_APP6  = 0xe6\r\nM_APP7  = 0xe7\r\nM_APP8  = 0xe8\r\nM_APP9  = 0xe9\r\nM_APP10 = 0xea\r\nM_APP11 = 0xeb\r\nM_APP12 = 0xec\r\nM_APP13 = 0xed\r\nM_APP14 = 0xee\r\nM_APP15 = 0xef\r\n\r\nM_JPG0  = 0xf0\r\nM_JPG13 = 0xfd\r\nM_COM   = 0xfe\r\n\r\nM_TEM   = 0x01\r\n\r\nM_ERROR = 0x100\r\n\r\njpeg_natural_order = [\r\n            0,  1,  8, 16,  9,  2,  3, 10,\r\n            17, 24, 32, 25, 18, 11,  4,  5,\r\n            12, 19, 26, 33, 40, 48, 41, 34,\r\n            27, 20, 13,  6,  7, 14, 21, 28,\r\n            35, 42, 49, 56, 57, 50, 43, 36,\r\n            29, 22, 15, 23, 30, 37, 44, 51,\r\n            58, 59, 52, 45, 38, 31, 39, 46,\r\n            53, 60, 61, 54, 47, 55, 62, 63,\r\n            63, 63, 63, 63, 63, 63, 63, 63, # extra entries for safety\r\n            63, 63, 63, 63, 63, 63, 63, 63]\r\n\r\nclass jpeg_component_info:\r\n  pass\r\n  #component_id = 0        # identifier for this component (0..255)\r\n  #component_index = 0        # its index in SOF or cinfo->comp_info[]\r\n  #h_samp_factor = 0        # horizontal sampling factor (1..4)\r\n  #v_samp_factor = 0        # vertical sampling factor (1..4)\r\n  #quant_tbl_no = 0        # quantization table selector (0..3)\r\n\r\nclass HUFFTABLE:\r\n  def __init__(self):\r\n    self.mincode = [0]*17\r\n    self.maxcode = [0]*18\r\n    self.valptr = [0]*17\r\n    self.bits = [0]*17\r\n    self.huffval = [0]*256\r\n    self.look_nbits = [0]*256\r\n    self.look_sym = [0]*256\r\n\r\n  def ComputeHuffmanTable(self):\r\n    \"\"\"Compute the derived values for a Huffman table.\"\"\"\r\n    # Figure C.1: make table of Huffman code length for each symbol\r\n    # Note that this is in code-length order.\r\n    p = 0\r\n    huffsize = [0]*257\r\n    huffcode = [0]*257\r\n    for l in range(1,17):\r\n      for i in range(1, self.bits[l] + 1):\r\n        huffsize[p] = l\r\n        p += 1\r\n    huffsize[p] = 0\r\n    \r\n    # Figure C.2: generate the codes themselves\r\n    # Note that this is in code-length order.\r\n    \r\n    code = 0\r\n    si = huffsize[0]\r\n    p = 0\r\n    while huffsize[p]:\r\n        while huffsize[p] == si:\r\n            huffcode[p] = code\r\n            code += 1\r\n            p += 1\r\n        code <<= 1\r\n        si += 1\r\n    \r\n    # Figure F.15: generate decoding tables for bit-sequential decoding\r\n    \r\n    p = 0\r\n    for l in range(1, 17):\r\n      if self.bits[l]:\r\n        self.valptr[l] = p               # huffval[] index of 1st symbol of code length l\r\n        self.mincode[l] = huffcode[p]    # minimum code of length l\r\n        p += self.bits[l]\r\n        self.maxcode[l] = huffcode[p-1]  # maximum code of length l\r\n      else:\r\n        self.maxcode[l] = -1             # -1 if no codes of this length\r\n    self.maxcode[17] = 0xFFFFF  # ensures jpeg_huff_decode terminates\r\n    \r\n    \"\"\" Compute lookahead tables to speed up decoding.\r\n     First we set all the table entries to 0, indicating \"too long\"\r\n     then we iterate through the Huffman codes that are short enough and\r\n     fill in all the entries that correspond to bit sequences starting\r\n     with that code.     \"\"\"\r\n    self.look_nbits = [0]*256\r\n    HUFF_LOOKAHEAD = 8\r\n    p = 0\r\n    for l in range(1, HUFF_LOOKAHEAD+1):\r\n      for i in range(1, self.bits[l]+1):\r\n        \"\"\" l = current code's length, \r\n        p = its index in huffcode[] & huffval[]. Generate left-justified\r\n        code followed by all possible bit sequences \"\"\"\r\n        lookbits = huffcode[p] << (HUFF_LOOKAHEAD-l)\r\n        ctr = 1 << (HUFF_LOOKAHEAD-l)\r\n        while ctr > 0:\r\n            self.look_nbits[lookbits] = l\r\n            self.look_sym[lookbits] = self.huffval[p]\r\n            lookbits += 1\r\n            ctr -= 1\r\n        p += 1\r\n\r\ndef ScaleQuantTable(tblStd, tblAan):\r\n  half = 1 << 11\r\n  # scaling needed for AA&N algorithm\r\n  return [(tblStd[i] * tblAan[i] + half) >> 12 for i in range(64)]\r\n\r\nclass TonyJpegDecoder:\r\n  def __init__(self):\r\n    \"\"\"set up the decoder\"\"\"\r\n    self.Quality = 0\r\n    self.Scale = 0\r\n    self.tblRange = [0]*(5*256+128)\r\n    # To speed up, we save YCbCr=>RGB color map tables\r\n    self.CrToR = {}\r\n    self.CrToG = {}\r\n    self.CbToB = {}\r\n    self.CbToG = {}\r\n    # To speed up, we precompute two DCT quant tables\r\n    self.qtblY_dict = {}\r\n    self.qtblCbCr_dict = {}\r\n    self.htblYDC = HUFFTABLE()\r\n    self.htblYAC = HUFFTABLE()\r\n    self.htblCbCrDC = HUFFTABLE()\r\n    self.htblCbCrAC = HUFFTABLE()\r\n    # per image parameters\r\n    self.Width = 0\r\n    self.Height = 0\r\n    self.McuSize = 0\r\n    self.BlocksInMcu = 0\r\n    self.dcY = 0\r\n    self.dcCb = 0\r\n    self.dcCr = 0\r\n    self.GetBits = 0\r\n    self.GetBuff = 0\r\n    self.DataBytesLeft = 0\r\n    self.Data = \"\"\r\n    self.DataPos = 0\r\n    self.Precision = 0\r\n    self.Component = 0\r\n    self.restart_interval = 0\r\n    self.restarts_to_go = 0\r\n    self.unread_marker = 0\r\n    self.next_restart_num = 0\r\n    self.comp_info = [jpeg_component_info(), jpeg_component_info(), jpeg_component_info()]\r\n\r\n  def ReadJpgHeader(self, jpegsrc):\r\n    \"\"\"reads Width, Height, headsize\"\"\"\r\n    self.read_markers(jpegsrc)\r\n    if self.Width <= 0 or self.Height <= 0:\r\n      raise ValueError(\"Error reading the file header\")\r\n    print \"jpeg header read, %d x %d\" % (self.Width, self.Height)\r\n    self.DataBytesLeft = len(jpegsrc) - self.DataPos\r\n    self.InitDecoder()\r\n\r\n  def ReadByte(self):\r\n    byte = self.Data[self.DataPos]\r\n    self.DataPos += 1\r\n    return ord(byte)\r\n\r\n  def ReadWord(self):\r\n    byte1, byte2 = self.Data[self.DataPos:self.DataPos+2]\r\n    self.DataPos += 2\r\n    return (ord(byte1)<<8) + ord(byte2)\r\n\r\n  def ReadOneMarker(self):\r\n    \"\"\"read exact marker, two bytes, no stuffing allowed\"\"\"\r\n    if self.ReadByte() != 255:\r\n      raise ValueError(\"error reading one marker\")\r\n    return self.ReadByte()\r\n\r\n  def SkipMarker(self):\r\n    \"\"\"Skip over an unknown or uninteresting variable-length marker\"\"\"\r\n    length = self.ReadWord()\r\n    print \"skipping marker, length\", length\r\n    self.DataPos += length - 2\r\n\r\n  def GetDqt(self):\r\n    length = self.ReadWord() - 2\r\n    while length > 0:\r\n      n = self.ReadByte()\r\n      length -= 1\r\n      prec = n >> 4\r\n      n &= 0x0F\r\n      if n == 0:\r\n        qtb = self.qtblY_dict\r\n      else:\r\n        qtb = self.qtblCbCr_dict\r\n      for i in range(64):\r\n        qtb[jpeg_natural_order[i]] = self.ReadByte()\r\n      length -= 64\r\n\r\n\r\n  def get_sof (self, is_prog, is_arith):\r\n    \"\"\"get Width and Height, and component info\"\"\"\r\n    length = self.ReadWord()\r\n    self.Precision = self.ReadByte()\r\n    self.Height = self.ReadWord()\r\n    self.Width = self.ReadWord()\r\n    self.Component = self.ReadByte()\r\n    length -= 8\r\n    for ci in range(self.Component):\r\n      comp = jpeg_component_info()\r\n      comp.component_index = ci\r\n      comp.component_id = self.ReadByte()\r\n      c = self.ReadByte()\r\n      comp.h_samp_factor = (c >> 4) & 15\r\n      comp.v_samp_factor = (c     ) & 15\r\n      if (ci == 0) and (c != 34):\r\n        print \"comp 0 samp_factor = %d\" % c\r\n      comp.quant_tbl_no = self.ReadByte()\r\n      self.comp_info[ci] = comp\r\n    if self.comp_info[0].h_samp_factor == 1 and self.comp_info[0].v_samp_factor == 1:\r\n      self.McuSize = 8\r\n      self.BlocksInMcu = 3\r\n    else:\r\n      self.McuSize = 16\r\n      self.BlocksInMcu = 6\r\n\r\n  def get_dht(self):\r\n    length = self.ReadWord() - 2\r\n    while length > 0:\r\n      index = self.ReadByte()\r\n      htbl = HUFFTABLE()\r\n      count = 0\r\n      # read in bits[]\r\n      htbl.bits[0] = 0\r\n      for i in range(1, 17):\r\n        htbl.bits[i] = self.ReadByte()\r\n        count += htbl.bits[i]\r\n      # read in huffval\r\n      for i in range(count):\r\n        htbl.huffval[i] = self.ReadByte()\r\n      length -= count + 17\r\n      if index == 0:\r\n        self.htblYDC = htbl\r\n      elif index == 16:\r\n        self.htblYAC = htbl\r\n      elif index == 1:\r\n        self.htblCbCrDC = htbl\r\n      elif index == 17:\r\n        self.htblCbCrAC = htbl\r\n\r\n  def get_sos(self):\r\n    length = self.ReadWord()\r\n    # number of components\r\n    n = self.ReadByte()\r\n    # Collect the component-spec parameters\r\n    cc, c, ci = 0, 0, 0\r\n    for i in range(n):\r\n      cc = self.ReadByte()\r\n      c = self.ReadByte()\r\n      # find the match comp_id; Current we do nothing\r\n      # (the C code here is commented out)\r\n    # Collect the additional scan parameters Ss, Se, Ah/Al.\r\n    Ss = self.ReadByte()\r\n    Se = self.ReadByte()\r\n    c = self.ReadByte()\r\n    Ah = (c >> 4) & 15\r\n    Al = (c     ) & 15\r\n    self.next_restart_num = 0\r\n\r\n  def get_dri(self):\r\n    self.length = self.ReadWord()\r\n    self.restart_interval = self.ReadWord()\r\n    self.restarts_to_go = self.restart_interval\r\n    print \"restart_interval=%d\" % self.restart_interval\r\n\r\n  def read_markers(self, inbuf):\r\n    \"\"\"raises an error or returns if successfull\"\"\"\r\n    self.Data = inbuf\r\n    while True:\r\n      # IJG use first_marker() and next_marker()\r\n      marker = self.ReadOneMarker()\r\n      print \"marker %02x\" % marker\r\n      # read more info according to the marker\r\n      # the order of cases is in jpg file made by ms paint\r\n      if marker == M_SOI:\r\n        # if not self.get_soi(cinfo):\r\n        #   return -1  # JPEG_SUSPENDED\r\n        pass\r\n      elif marker in (M_APP0, M_APP1, M_APP2, M_APP3, M_APP4, M_APP5, M_APP6, M_APP7, M_APP8, M_APP9, M_APP10, M_APP11, M_APP12, M_APP13, M_APP14, M_APP15):\r\n        self.SkipMarker() # JFIF APP0 marker, or Adobe APP14 marker\r\n      elif marker == M_DQT:\r\n        # maybe twice, one for Y, another for Cb/Cr\r\n        self.GetDqt()\r\n      elif marker in (M_SOF0, M_SOF1): # Baseline, Extended sequential (Huffman)\r\n        self.get_sof(False, False)\r\n      elif marker == M_SOF2:\r\n        # Progressive, Huffman\r\n        raise ValueError(\"Prog + Huff is not supported\")\r\n      elif marker == M_SOF9:\r\n        # Extended sequential, arithmetic\r\n        raise ValueError(\"Sequential + Arith is not supported\")\r\n      elif marker == M_SOF10:\r\n        # Progressive, arithmetic\r\n        raise ValueError(\"Prog + Arith is not supported\")\r\n      elif marker == M_DHT:\r\n        # 4 tables: dc/ac * Y/CbCr\r\n        self.get_dht()\r\n      elif marker == M_SOS:\r\n        # Start of Scan\r\n        self.get_sos()\r\n        retval = 0 # reached SOS\r\n        return\r\n      elif marker == M_COM:\r\n        # the following marker are not needed for jpg made by ms paint\r\n        self.SkipMarker()\r\n      elif marker == M_DRI:\r\n        self.get_dri()\r\n      # elif marker in (M_SOF3, M_SOF5, M_SOF6, M_SOF7, M_JPG, M_SOF11, M_SOF13, M_SOF14, M_SOF15):\r\n      # # currently unsupported SOFn types:\r\n      #   raise ValueError(\"Unsupported marker: %d\" % marker)\r\n      # elif marker == M_EOI:\r\n      #   # TODO: handle this properly\r\n      #   self.cinfo.unread_marker = 0\r\n      #   return 1 # JPEG_REACHED_EOI\r\n      # elif marker == M_DAC:\r\n      #   if not self.get_dac(cinfo):\r\n      #     return -1 # JPEG_SUSPENDED\r\n      # elif marker in (M_RST0, M_RST1, M_RST2, M_RST3, M_RST4, M_RST5, M_RST6, M_RST7, M_TEM):\r\n      # # these are all parameterless\r\n      #   pass\r\n      # elif marker == M_DNL:\r\n      # # Ignore DNL ... perhaps the wrong thing\r\n      #   if not self.skip_variable(cinfo):\r\n      #     return -1 # JPEC_SUSPENDED\r\n      else:\r\n        # must be DHP, EXP, JPGn, or RESn\r\n        # For now, we treat the reserved markers as fatal errors since they are\r\n        # likely to be used to signal incompatible JPEG Part 3 extensions.\r\n        # Once the JPEG 3 version-number marker is well defined, this code\r\n        # ought to change!\r\n        raise ValueError(\"Unknown marker: 0x%x\" % marker)\r\n\r\n      # Successfully processed marker, so reset state variable\r\n      self.unread_marker = 0\r\n\r\n  def read_restart_marker(self):\r\n    # Obtain a marker unless we already did.\r\n    # Note that next_marker will complain if it skips any data.\r\n    if self.unread_marker == 0:\r\n      self.unread_marker = self.ReadOneMarker()\r\n    if self.unread_marker == M_RST0 + self.next_restart_num:\r\n      # Normal case --- swallow the marker and let entropy decoder continue\r\n      self.unread_marker = 0\r\n    else:\r\n      # Uh-oh, the restart markers have been messed up.\r\n      # Let the data source manager determine how to resync.\r\n      # if not cinfo.src.resync_to_restart(cinfo, cinfo.marker.next_restart_num):\r\n      #   return False\r\n      pass\r\n    self.next_restart_num = (self.next_restart_num + 1) & 7\r\n\r\n  def InitDecoder(self):\r\n    \"\"\"\r\n    Prepare for all the tables needed, \r\n    eg. quantization tables, huff tables, color convert tables\r\n    1 <= nQuality <= 100, is used for quantization scaling\r\n    Computing once, and reuse them again and again !!!!!!!\r\n    \"\"\"\r\n    self.GetBits = 0\r\n    self.GetBuff = 0\r\n    self.dcY = 0\r\n    self.dcCb = 0\r\n    self.dcCr = 0\r\n    # prepare range limiting table to limit idct outputs\r\n    self.SetRangeTable()\r\n    # convert table, from bgr to ycbcr\r\n    self.InitColorTable()\r\n    # prepare two quant tables, one for Y, and another for CbCr\r\n    self.InitQuantTable()\r\n    # prepare four huffman tables: \r\n    self.InitHuffmanTable()\r\n\r\n  def SetRangeTable(self):\r\n    \"\"\"\r\n    prepare_range_limit_table(): Set self.tblRange[5*256+128 = 1408]\r\n    range table is used for range limiting of idct results\r\n    On most machines, particularly CPUs with pipelines or instruction prefetch,\r\n    a (subscript-check-less) C table lookup\r\n          x = sample_range_limit[x]\r\n    is faster than explicit tests\r\n            if (x < 0)  x = 0\r\n            else if (x > MAXJSAMPLE)  x = MAXJSAMPLE\r\n    \"\"\"\r\n    # self.tblRange[0, ..., 255], limit[x] = 0 for x < 0\r\n    # self.tblRange[256, ..., 511], limit[x] = x\r\n    # self.tblRange[512, ..., 895]: first half of post-IDCT table\r\n    # self.tblRange[896, ..., 1280]: Second half of post-IDCT table\r\n    # self.tblRange[1280, 1407] = self.tblRange[256, 384]\r\n    self.tblRange = [0]*256 + range(256) + [255]*(512-128) + [0]*384 + range(128)\r\n\r\n    \"\"\"YCbCr -> RGB conversion: most common case\r\n    \r\n    YCbCr is defined per CCIR 601-1, except that Cb and Cr are\r\n    normalized to the range 0..MAXJSAMPLE rather than -0.5 .. 0.5.\r\n    The conversion equations to be implemented are therefore\r\n         R = Y                + 1.40200 * Cr\r\n         G = Y - 0.34414 * Cb - 0.71414 * Cr\r\n         B = Y + 1.77200 * Cb\r\n    where Cb and Cr represent the incoming values less CENTERJSAMPLE.\r\n    (These numbers are derived from TIFF 6.0 section 21, dated 3-June-92.)\r\n    \r\n    To avoid floating-point arithmetic, we represent the fractional constants\r\n    as integers scaled up by 2^16 (about 4 digits precision); we have to divide\r\n    the products by 2^16, with appropriate rounding, to get the correct answer.\r\n    Notice that Y, being an integral input, does not contribute any fraction\r\n    so it need not participate in the rounding.\r\n    \r\n    For even more speed, we avoid doing any multiplications in the inner loop\r\n    by precalculating the constants times Cb and Cr for all possible values.\r\n    For 8-bit JSAMPLEs this is very reasonable (only 256 entries per table)\r\n    for 12-bit samples it is still acceptable.  It's not very reasonable for\r\n    16-bit samples, but if you want lossless storage you shouldn't be changing\r\n    colorspace anyway.\r\n    The Cr=>R and Cb=>B values can be rounded to integers in advance; the\r\n    values for the G calculation are left scaled up, since we must add them\r\n    together before rounding.\r\n    \"\"\"\r\n\r\n  def InitColorTable(self):\r\n    # i is the actual input pixel value, in the range 0..MAXJSAMPLE\r\n    nScale = 1 << 16 # equal to pow(2,16)\r\n    nHalf = nScale >> 1\r\n    FIX = lambda x, n: int((x) * n + 0.5)\r\n    for i in range(256):\r\n      # The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE\r\n      # We also add in ONE_HALF so that need not do it in inner loop\r\n      x = i - 128\r\n      # Cr=>R value is nearest int to 1.40200 * x\r\n      self.CrToR[i] = (int) ( FIX(1.40200, nScale) * x + nHalf ) >> 16\r\n      # Cb=>B value is nearest int to 1.77200 * x\r\n      self.CbToB[i] = (int) ( FIX(1.77200, nScale) * x + nHalf ) >> 16\r\n      # Cr=>G value is scaled-up -0.71414 * x\r\n      self.CrToG[i] = (int) (- FIX(0.71414, nScale) * x)\r\n      # Cb=>G value is scaled-up -0.34414 * x\r\n      self.CbToG[i] = (int) (- FIX(0.34414, nScale) * x + nHalf)\r\n\r\n  def InitQuantTable(self):\r\n    \"\"\"InitQuantTable will produce customized quantization table into: self.tblYQuant[0..63] and self.tblCbCrQuant[0..63]\"\"\"\r\n    # These are the sample quantization tables given in JPEG spec section K.1.\r\n    # The spec says that the values given produce \"good\" quality, and\r\n    # when divided by 2, \"very good\" quality.    \r\n\r\n    std_luminance_quant_tbl = [\r\n      16,  11,  10,  16,  24,  40,  51,  61,\r\n      12,  12,  14,  19,  26,  58,  60,  55,\r\n      14,  13,  16,  24,  40,  57,  69,  56,\r\n      14,  17,  22,  29,  51,  87,  80,  62,\r\n      18,  22,  37,  56,  68, 109, 103,  77,\r\n      24,  35,  55,  64,  81, 104, 113,  92,\r\n      49,  64,  78,  87, 103, 121, 120, 101,\r\n      72,  92,  95,  98, 112, 100, 103,  99]\r\n    std_chrominance_quant_tbl = [\r\n      17,  18,  24,  47,  99,  99,  99,  99,\r\n      18,  21,  26,  66,  99,  99,  99,  99,\r\n      24,  26,  56,  99,  99,  99,  99,  99,\r\n      47,  66,  99,  99,  99,  99,  99,  99,\r\n      99,  99,  99,  99,  99,  99,  99,  99,\r\n      99,  99,  99,  99,  99,  99,  99,  99,\r\n      99,  99,  99,  99,  99,  99,  99,  99,\r\n      99,  99,  99,  99,  99,  99,  99,  99]\r\n\r\n    # For AA&N IDCT method, divisors are equal to quantization\r\n    # coefficients scaled by scalefactor[row]*scalefactor[col], where\r\n    #   scalefactor[0] = 1\r\n    #   scalefactor[k] = cos(k*PI/16) * sqrt(2)    for k=1..7\r\n    # We apply a further scale factor of 8.\r\n    aanscales = [\r\n      # precomputed values scaled up by 14 bits\r\n      16384, 22725, 21407, 19266, 16384, 12873,  8867,  4520,\r\n      22725, 31521, 29692, 26722, 22725, 17855, 12299,  6270,\r\n      21407, 29692, 27969, 25172, 21407, 16819, 11585,  5906,\r\n      19266, 26722, 25172, 22654, 19266, 15137, 10426,  5315,\r\n      16384, 22725, 21407, 19266, 16384, 12873,  8867,  4520,\r\n      12873, 17855, 16819, 15137, 12873, 10114,  6967,  3552,\r\n       8867, 12299, 11585, 10426,  8867,  6967,  4799,  2446,\r\n       4520,  6270,  5906,  5315,  4520,  3552,  2446,  1247]\r\n\r\n    # Scale the Y and CbCr quant table, respectively\r\n    self.qtblY = ScaleQuantTable(self.qtblY_dict, aanscales)\r\n    self.qtblCbCr = ScaleQuantTable(self.qtblCbCr_dict, aanscales)\r\n    # If no qtb got from jpg file header, then use std quant tbl\r\n    # self.qtblY = ScaleQuantTable(std_luminance_quant_tbl, aanscales)\r\n    # self.qtblCbCr = ScaleQuantTable(std_chrominance_quant_tbl, aanscales)\r\n\r\n  def InitHuffmanTable(self):\r\n    \"\"\"Prepare four Huffman tables:\r\n       HUFFMAN_TABLE self.htblYDC, self.htblYAC, self.htblCbCrDC, self.htblCbCrAC\"\"\"\r\n    #    Y dc component\r\n    bitsYDC = [0, 0, 1, 5, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0]\r\n    valYDC = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]\r\n\r\n    #    CbCr dc\r\n    bitsCbCrDC = [0, 0, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0]\r\n    valCbCrDC = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]\r\n\r\n    #    Y ac component\r\n    bitsYAC = [0, 0, 2, 1, 3, 3, 2, 4, 3, 5, 5, 4, 4, 0, 0, 1, 0x7d]\r\n    valYAC = \\\r\n    [0x01, 0x02, 0x03, 0x00, 0x04, 0x11, 0x05, 0x12,\r\n    0x21, 0x31, 0x41, 0x06, 0x13, 0x51, 0x61, 0x07,\r\n    0x22, 0x71, 0x14, 0x32, 0x81, 0x91, 0xa1, 0x08,\r\n    0x23, 0x42, 0xb1, 0xc1, 0x15, 0x52, 0xd1, 0xf0,\r\n    0x24, 0x33, 0x62, 0x72, 0x82, 0x09, 0x0a, 0x16,\r\n    0x17, 0x18, 0x19, 0x1a, 0x25, 0x26, 0x27, 0x28,\r\n    0x29, 0x2a, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39,\r\n    0x3a, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49,\r\n    0x4a, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58, 0x59,\r\n    0x5a, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68, 0x69,\r\n    0x6a, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78, 0x79,\r\n    0x7a, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89,\r\n    0x8a, 0x92, 0x93, 0x94, 0x95, 0x96, 0x97, 0x98,\r\n    0x99, 0x9a, 0xa2, 0xa3, 0xa4, 0xa5, 0xa6, 0xa7,\r\n    0xa8, 0xa9, 0xaa, 0xb2, 0xb3, 0xb4, 0xb5, 0xb6,\r\n    0xb7, 0xb8, 0xb9, 0xba, 0xc2, 0xc3, 0xc4, 0xc5,\r\n    0xc6, 0xc7, 0xc8, 0xc9, 0xca, 0xd2, 0xd3, 0xd4,\r\n    0xd5, 0xd6, 0xd7, 0xd8, 0xd9, 0xda, 0xe1, 0xe2,\r\n    0xe3, 0xe4, 0xe5, 0xe6, 0xe7, 0xe8, 0xe9, 0xea,\r\n    0xf1, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7, 0xf8,\r\n    0xf9, 0xfa]\r\n\r\n    #    CbCr ac\r\n    bitsCbCrAC = [0, 0, 2, 1, 2, 4, 4, 3, 4, 7, 5, 4, 4, 0, 1, 2, 0x77]\r\n    valCbCrAC = \\\r\n    [ 0x00, 0x01, 0x02, 0x03, 0x11, 0x04, 0x05, 0x21,\r\n    0x31, 0x06, 0x12, 0x41, 0x51, 0x07, 0x61, 0x71,\r\n    0x13, 0x22, 0x32, 0x81, 0x08, 0x14, 0x42, 0x91,\r\n    0xa1, 0xb1, 0xc1, 0x09, 0x23, 0x33, 0x52, 0xf0,\r\n    0x15, 0x62, 0x72, 0xd1, 0x0a, 0x16, 0x24, 0x34,\r\n    0xe1, 0x25, 0xf1, 0x17, 0x18, 0x19, 0x1a, 0x26,\r\n    0x27, 0x28, 0x29, 0x2a, 0x35, 0x36, 0x37, 0x38,\r\n    0x39, 0x3a, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48,\r\n    0x49, 0x4a, 0x53, 0x54, 0x55, 0x56, 0x57, 0x58,\r\n    0x59, 0x5a, 0x63, 0x64, 0x65, 0x66, 0x67, 0x68,\r\n    0x69, 0x6a, 0x73, 0x74, 0x75, 0x76, 0x77, 0x78,\r\n    0x79, 0x7a, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87,\r\n    0x88, 0x89, 0x8a, 0x92, 0x93, 0x94, 0x95, 0x96,\r\n    0x97, 0x98, 0x99, 0x9a, 0xa2, 0xa3, 0xa4, 0xa5,\r\n    0xa6, 0xa7, 0xa8, 0xa9, 0xaa, 0xb2, 0xb3, 0xb4,\r\n    0xb5, 0xb6, 0xb7, 0xb8, 0xb9, 0xba, 0xc2, 0xc3,\r\n    0xc4, 0xc5, 0xc6, 0xc7, 0xc8, 0xc9, 0xca, 0xd2,\r\n    0xd3, 0xd4, 0xd5, 0xd6, 0xd7, 0xd8, 0xd9, 0xda,\r\n    0xe2, 0xe3, 0xe4, 0xe5, 0xe6, 0xe7, 0xe8, 0xe9,\r\n    0xea, 0xf2, 0xf3, 0xf4, 0xf5, 0xf6, 0xf7, 0xf8,\r\n    0xf9, 0xfa]\r\n\r\n    #    Using default dht\r\n    #    Compute four derived Huffman tables\r\n    # ComputeHuffmanTable( bitsYDC, valYDC, &self.htblYDC )\r\n    # ComputeHuffmanTable( bitsYAC, valYAC, &self.htblYAC )\r\n    # ComputeHuffmanTable( bitsCbCrDC, valCbCrDC, &self.htblCbCrDC )\r\n    # ComputeHuffmanTable( bitsCbCrAC, valCbCrAC, &self.htblCbCrAC )\r\n\r\n    #    Using dht got from jpeg file header\r\n    self.htblYDC.ComputeHuffmanTable()\r\n    self.htblYAC.ComputeHuffmanTable()\r\n    self.htblCbCrDC.ComputeHuffmanTable()\r\n    self.htblCbCrAC.ComputeHuffmanTable()\r\n\r\n\r\n  def DecompressImage(self, inbuf):\r\n    \"\"\"DecompressImage(), the main function in this class !!\r\n       inbuf is source data in jpg format\r\n       return is bmp bgr format, bottom_up\"\"\"\r\n    self.ReadJpgHeader(inbuf)\r\n    outbuf = [0] * (self.Width * self.Height * 3)\r\n    #    horizontal and vertical count of tile, macroblocks, \r\n    #    MCU(Minimum Coded Unit), \r\n    #        case 1: maybe is 16*16 pixels, 6 blocks\r\n    #        case 2: may be 8*8 pixels, only 3 blocks\r\n    cxTile = (self.Width  + self.McuSize - 1) / self.McuSize\r\n    cyTile = (self.Height + self.McuSize - 1) / self.McuSize\r\n\r\n    #    BMP row width, must be divided by 4\r\n    nRowBytes = (self.Width * 3 + 3) / 4 * 4\r\n\r\n    # FIXME: source ptr (don't need to read as we already read the header)\r\n    # self.Data = inbuf\r\n    # self.DataPos = 0\r\n    #    Decompress all the tiles, or macroblocks, or MCUs\r\n    for yTile in range(cyTile):\r\n      # print \"decompressing row %d/%d\" % (yTile, cyTile)\r\n      for xTile in range(cxTile):\r\n            # Decompress one macroblock started from self.Data\r\n            # This function will push self.Data ahead\r\n            # Result is storing in byTile\r\n            byTile = self.DecompressOneTile()\r\n\r\n            #    Get tile starting pixel position\r\n            xPixel = xTile * self.McuSize\r\n            yPixel = yTile * self.McuSize\r\n\r\n            #    Get the true number of tile columns and rows\r\n            nTrueRows = self.McuSize\r\n            nTrueCols = self.McuSize\r\n            if yPixel + nTrueRows > self.Height:\r\n                nTrueRows = self.Height - yPixel\r\n            if xPixel + nTrueCols > self.Width:\r\n                nTrueCols = self.Width - xPixel\r\n\r\n            #    Invert output, to bmp format; row 0=>row (self.Height-1)\r\n            outbufpos = (self.Height - 1 - yPixel) * nRowBytes + xPixel * 3\r\n            for y in range(nTrueRows):\r\n              offset = y * self.McuSize * 3\r\n              tilerow = byTile[offset:offset + nTrueCols*3]\r\n              outbuf[outbufpos:outbufpos + nTrueCols*3] = tilerow\r\n              outbufpos -= nRowBytes\r\n    return outbuf\r\n\r\n# //////////////////////////////////////////////////////////////////////////////\r\n#    function Purpose:    decompress one 16*16 pixels\r\n#    source is self.Data\r\n#    This function will push self.Data ahead for next tile\r\n\r\n  def DecompressOneTile(self):\r\n    \"\"\"decompress one 16*16 pixel tile. returns output in BGR format, 16*16*3\"\"\"\r\n    # Process restart marker if needed; may have to suspend \r\n    if self.restart_interval:\r\n        if self.restarts_to_go == 0:\r\n            self.GetBits = 0\r\n            self.read_restart_marker()\r\n            self.dcY, self.dcCb, self.dcCr = 0, 0, 0\r\n            self.restarts_to_go = self.restart_interval\r\n\r\n    pYCbCr = []\r\n    #    Do Y/Cb/Cr components, \r\n    #    if self.BlocksInMcu==6,  Y: 4 blocks; Cb: 1 block; Cr: 1 block\r\n    #    if self.BlocksInMcu==3,  Y: 1 block; Cb: 1 block; Cr: 1 block\r\n    for i in range(self.BlocksInMcu):\r\n        coeff = self.HuffmanDecode(i)    # source is self.Data\r\n        # print \"huff[%d]: %s\" % (i, \" \".join([\"%02x\" % coeff[i] for i in range(64)]))\r\n        pYCbCr += self.InverseDct(coeff, i)    # De-scale and inverse dct        \r\n    #    Color conversion and up-sampling\r\n    tileoutput = self.YCbCrToBGREx(pYCbCr)\r\n    # print \"pbgr[%d]: %s\" % (self.DataPos, \" \".join([\"%02x\" % i for i in tileoutput]))\r\n\r\n    # Account for restart interval (no-op if not using restarts) \r\n    self.restarts_to_go -= 1\r\n\r\n    return tileoutput\r\n\r\n\r\n# //////////////////////////////////////////////////////////////////////////////\r\n#    if self.BlocksInMcu==3, no need to up-sampling\r\n\r\n  def YCbCrToBGREx(self, pYCbCr):\r\n    \"\"\"Color conversion and up-sampling\r\n    in, Y: 256 or 64 bytes; Cb: 64 bytes; Cr: 64 bytes\r\n    out, BGR format, 16*16*3 = 768 bytes; or 8*8*3=192 bytes\"\"\"\r\n    # py is meant to function like a set of pointers into pYCbCr\r\n    pyoffset = [i*64 for i in range(self.BlocksInMcu-2)]\r\n    pcboffset = (self.BlocksInMcu-2) * 64\r\n    pcroffset = pcboffset + 64\r\n    # this is to handle negative offsets...\r\n    range_limit = self.tblRange[256:] + self.tblRange[:256]\r\n    pByte = []\r\n    for j in range(self.McuSize): # vertical axis\r\n      for i in range(self.McuSize): # horizontal axis:\r\n        # block number is ((j/2) * 8 + i/2)={0, 1, 2, 3}\r\n        blocknum = ((j/2) * 8 + i/2)\r\n        # if self.McuSize==8, will use py[0]\r\n        pyindex = (j>>3) * 2 + (i>>3)\r\n        y = pYCbCr[pyoffset[pyindex]]\r\n        pyoffset[pyindex] += 1\r\n        cb = pYCbCr[pcboffset + blocknum]\r\n        cr = pYCbCr[pcroffset + blocknum]\r\n        # print \"blue\", y, self.CbToB[cb], len(pYCbCr), len(range_limit)\r\n        blue = range_limit[ y + self.CbToB[cb] ]\r\n        green = range_limit[ y + ((self.CbToG[cb] + self.CrToG[cr]) >> 16) ]\r\n        red = range_limit[ y + self.CrToR[cr] ]\r\n        # print \"ycbcr %d %d %d %d %d / %d %d\" % (j, i, y, cb, cr, pyindex, blocknum)\r\n        # print \"exbgr %d %d %d / %d %d %d / %d %d %d %d\" % (j, i, y, blue, green, red, self.CbToB[cb], self.CbToG[cb], self.CrToG[cr], self.CrToR[cr])\r\n        # print \"exred %d %d %d / %d %d %d / %d %d %d / %d\" % (j, i, y, pyoffset[(j>>3) * 2 + (i>>3)], pYCbCr[pcroffset + j/2 * 8 + i/2], cr, self.CrToR[cr], y + self.CrToR[cr], range_limit[ y + self.CrToR[cr] ], red)\r\n        pByte += [blue, green, red]\r\n    return pByte\r\n\r\n  def InverseDct(self, coeff, nBlock):\r\n    \"\"\"AA&N DCT algorithm implemention\r\n        coeff             # in, dct coefficients, length = 64\r\n        data             # out, 64 bytes        \r\n        nBlock           # block index: 0~3:Y; 4:Cb; 5:Cr\r\n    \"\"\"\r\n\r\n    FIX_1_082392200 = 277        # FIX(1.082392200)\r\n    FIX_1_414213562 = 362        # FIX(1.414213562)\r\n    FIX_1_847759065 = 473        # FIX(1.847759065)\r\n    FIX_2_613125930 = 669        # FIX(2.613125930)\r\n    \r\n    MULTIPLY = lambda var, cons: int(var*cons)>>8\r\n\r\n    workspace = [0]*64        # buffers data between passes\r\n\r\n    inptr = 0\r\n    wsptr = 0 # pointer into workspace\r\n    outbuf = [0]*64\r\n    outptr = 0\r\n    range_limit = self.tblRange[256+128:]\r\n    dcval, DCTSIZE = 0, 8\r\n\r\n    if nBlock < 4:\r\n      quant = self.qtblY\r\n    else:\r\n      quant = self.qtblCbCr\r\n    quantptr = 0\r\n\r\n    # Pass 1: process columns from input (inptr), store into work array(wsptr)\r\n    for ctr in range(8, 0, -1):\r\n      # Due to quantization, we will usually find that many of the input\r\n      # coefficients are zero, especially the AC terms.  We can exploit this\r\n      # by short-circuiting the IDCT calculation for any column in which all\r\n      # the AC terms are zero.  In that case each output is equal to the\r\n      # DC coefficient (with scale factor as needed).\r\n      # With typical images and quantization tables, half or more of the\r\n      # column DCT calculations can be simplified this way.\r\n      basis = 0\r\n      for n in range(1,8):\r\n          basis |= coeff[inptr+DCTSIZE*n]\r\n      if basis == 0:\r\n#      if reduce(int.__or__, [int(coeff[inptr+DCTSIZE*n]) for n in range(1,8)]) == 0:\r\n        \"\"\" AC terms all zero \"\"\"\r\n        dcval = coeff[inptr + DCTSIZE*0] * quant[quantptr+DCTSIZE*0]\r\n            \r\n        workspace[wsptr+DCTSIZE*0] = dcval\r\n        workspace[wsptr+DCTSIZE*1] = dcval\r\n        workspace[wsptr+DCTSIZE*2] = dcval\r\n        workspace[wsptr+DCTSIZE*3] = dcval\r\n        workspace[wsptr+DCTSIZE*4] = dcval\r\n        workspace[wsptr+DCTSIZE*5] = dcval\r\n        workspace[wsptr+DCTSIZE*6] = dcval\r\n        workspace[wsptr+DCTSIZE*7] = dcval\r\n            \r\n        # advance pointers to next column\r\n        inptr += 1            \r\n        quantptr += 1\r\n        wsptr += 1\r\n        continue\r\n        \r\n      # Even part\r\n        \r\n      tmp0 = coeff[inptr+DCTSIZE*0] * quant[quantptr+DCTSIZE*0]\r\n      tmp1 = coeff[inptr+DCTSIZE*2] * quant[quantptr+DCTSIZE*2]\r\n      tmp2 = coeff[inptr+DCTSIZE*4] * quant[quantptr+DCTSIZE*4]\r\n      tmp3 = coeff[inptr+DCTSIZE*6] * quant[quantptr+DCTSIZE*6]\r\n      # phase 3\r\n      tmp10 = tmp0 + tmp2\r\n      tmp11 = tmp0 - tmp2\r\n      # phases 5-3\r\n      tmp13 = tmp1 + tmp3\r\n      # 2*c4\r\n      tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13\r\n      # phase 2\r\n      tmp0 = tmp10 + tmp13\r\n      tmp3 = tmp10 - tmp13\r\n      tmp1 = tmp11 + tmp12\r\n      tmp2 = tmp11 - tmp12\r\n      \r\n      # Odd part\r\n\r\n      tmp4 = coeff[inptr+DCTSIZE*1] * quant[quantptr+DCTSIZE*1]\r\n      tmp5 = coeff[inptr+DCTSIZE*3] * quant[quantptr+DCTSIZE*3]\r\n      tmp6 = coeff[inptr+DCTSIZE*5] * quant[quantptr+DCTSIZE*5]\r\n      tmp7 = coeff[inptr+DCTSIZE*7] * quant[quantptr+DCTSIZE*7]\r\n      # phase 6\r\n      z13 = tmp6 + tmp5\r\n      z10 = tmp6 - tmp5\r\n      z11 = tmp4 + tmp7\r\n      z12 = tmp4 - tmp7\r\n      # phase 5\r\n      tmp7  = z11 + z13\r\n      tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562)    # 2*c4\r\n      \r\n      z5      = MULTIPLY(z10 + z12, FIX_1_847759065)    # 2*c2\r\n      tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5    # 2*(c2-c6)\r\n      tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5    # -2*(c2+c6)\r\n      # phase 2\r\n      tmp6 = tmp12 - tmp7\r\n      tmp5 = tmp11 - tmp6\r\n      tmp4 = tmp10 + tmp5\r\n      \r\n      workspace[wsptr+DCTSIZE*0] = int(tmp0 + tmp7)\r\n      workspace[wsptr+DCTSIZE*7] = int(tmp0 - tmp7)\r\n      workspace[wsptr+DCTSIZE*1] = int(tmp1 + tmp6)\r\n      workspace[wsptr+DCTSIZE*6] = int(tmp1 - tmp6)\r\n      workspace[wsptr+DCTSIZE*2] = int(tmp2 + tmp5)\r\n      workspace[wsptr+DCTSIZE*5] = int(tmp2 - tmp5)\r\n      workspace[wsptr+DCTSIZE*4] = int(tmp3 + tmp4)\r\n      workspace[wsptr+DCTSIZE*3] = int(tmp3 - tmp4)\r\n      # advance pointers to next column\r\n      inptr += 1\r\n      quantptr += 1\r\n      wsptr += 1\r\n    \r\n    # Pass 2: process rows from work array, store into output array.\r\n    # Note that we must descale the results by a factor of 8 == 2**3,\r\n    # and also undo the PASS1_BITS scaling.\r\n\r\n    RANGE_MASK = 1023 # 2 bits wider than legal samples\r\n    PASS1_BITS = 2\r\n    IDESCALE = lambda x,n:  x >> n\r\n    \r\n    wsptr = 0\r\n    for ctr in range(DCTSIZE):\r\n        outptr = ctr * 8\r\n    \r\n        # Rows of zeroes can be exploited in the same way as we did with columns.\r\n        # However, the column calculation has created many nonzero AC terms, so\r\n        # the simplification applies less often (typically 5% to 10% of the time).\r\n        # On machines with very fast multiplication, it's possible that the\r\n        # test takes more time than it's worth.  In that case this section\r\n        # may be commented out.\r\n        basis = 0\r\n        for uuhu in workspace[wsptr+1:wsptr+8]:\r\n            basis |= uuhu\r\n        if basis == 0:\r\n#        if reduce(int.__or__, [int(uuhu) for uuhu in workspace[wsptr+1:wsptr+8]]) == 0:\r\n          # AC terms all zero\r\n          dcval = range_limit[ (workspace[wsptr] >> 5) & RANGE_MASK]\r\n          outbuf[outptr+0] = dcval\r\n          outbuf[outptr+1] = dcval\r\n          outbuf[outptr+2] = dcval\r\n          outbuf[outptr+3] = dcval\r\n          outbuf[outptr+4] = dcval\r\n          outbuf[outptr+5] = dcval\r\n          outbuf[outptr+6] = dcval\r\n          outbuf[outptr+7] = dcval\r\n          wsptr += DCTSIZE # advance pointer to next row\r\n          continue\r\n        \r\n        # Even part\r\n        \r\n        tmp10 = ( workspace[wsptr+0] +  workspace[wsptr+4])\r\n        tmp11 = ( workspace[wsptr+0] -  workspace[wsptr+4])\r\n        \r\n        tmp13 = ( workspace[wsptr+2] +  workspace[wsptr+6])\r\n        tmp12 = MULTIPLY( workspace[wsptr+2] -  workspace[wsptr+6], FIX_1_414213562) - tmp13\r\n        \r\n        tmp0 = tmp10 + tmp13\r\n        tmp3 = tmp10 - tmp13\r\n        tmp1 = tmp11 + tmp12\r\n        tmp2 = tmp11 - tmp12\r\n        \r\n        # Odd part\r\n        \r\n        z13 =  workspace[wsptr+5] +  workspace[wsptr+3]\r\n        z10 =  workspace[wsptr+5] -  workspace[wsptr+3]\r\n        z11 =  workspace[wsptr+1] +  workspace[wsptr+7]\r\n        z12 =  workspace[wsptr+1] -  workspace[wsptr+7]\r\n        # phase 5\r\n        tmp7 = z11 + z13\r\n        tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562)    # 2*c4\r\n        \r\n        z5    = MULTIPLY(z10 + z12, FIX_1_847759065)    # 2*c2\r\n        tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5    # 2*(c2-c6)\r\n        tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5    # -2*(c2+c6)\r\n        # phase 2\r\n        tmp6 = tmp12 - tmp7\r\n        tmp5 = tmp11 - tmp6\r\n        tmp4 = tmp10 + tmp5\r\n        \r\n        # Final output stage: scale down by a factor of 8 and range-limit\r\n        \r\n        outbuf[outptr+0] = range_limit[IDESCALE(tmp0 + tmp7, PASS1_BITS+3) & RANGE_MASK]\r\n        outbuf[outptr+7] = range_limit[IDESCALE(tmp0 - tmp7, PASS1_BITS+3) & RANGE_MASK]\r\n        outbuf[outptr+1] = range_limit[IDESCALE(tmp1 + tmp6, PASS1_BITS+3) & RANGE_MASK]\r\n        outbuf[outptr+6] = range_limit[IDESCALE(tmp1 - tmp6, PASS1_BITS+3) & RANGE_MASK]\r\n        outbuf[outptr+2] = range_limit[IDESCALE(tmp2 + tmp5, PASS1_BITS+3) & RANGE_MASK]\r\n        outbuf[outptr+5] = range_limit[IDESCALE(tmp2 - tmp5, PASS1_BITS+3) & RANGE_MASK]\r\n        outbuf[outptr+4] = range_limit[IDESCALE(tmp3 + tmp4, PASS1_BITS+3) & RANGE_MASK]\r\n        outbuf[outptr+3] = range_limit[IDESCALE(tmp3 - tmp4, PASS1_BITS+3) & RANGE_MASK]\r\n        \r\n        wsptr += DCTSIZE   # advance pointer to next row\r\n\r\n    return outbuf\r\n\r\n  # Below are difficult and complex HUFFMAN decoding !!!!!\r\n  def DumpHuffman(self, dctbl):\r\n    array2str = lambda array: \" \".join([\"%02x\" % i for i in array])\r\n    print \"dctbl: mincode: %s maxcode: %s valptr: %s bits: %s \" % (array2str(dctbl.mincode), array2str(dctbl.maxcode), array2str(dctbl.valptr), array2str(dctbl.bits))\r\n    print \"dctbl: huffval: %s\" % array2str(dctbl.huffval)\r\n    print \"dctbl: look_nbits: %s\" % array2str(dctbl.look_nbits)\r\n    print \"dctbl: look_sym: %s\" % array2str(dctbl.look_sym)\r\n\r\n  def HuffmanDecode(self, iBlock):\r\n    \"\"\"source is self.Data\r\n        out DCT coefficients\r\n        iBlock  0,1,2,3:Y; 4:Cb; 5:Cr; or 0:Y;1:Cb;2:Cr\"\"\"\r\n    if iBlock < self.BlocksInMcu - 2:\r\n        dctbl = self.htblYDC\r\n        actbl = self.htblYAC\r\n        LastDC = \"dcY\"\r\n    else:\r\n        dctbl = self.htblCbCrDC\r\n        actbl = self.htblCbCrAC\r\n        if iBlock == self.BlocksInMcu - 2:\r\n            LastDC = \"dcCb\"\r\n        else:\r\n            LastDC = \"dcCr\"\r\n\r\n    coeff = [0]*64\r\n    \r\n    # Section F.2.2.1: decode the DC coefficient difference\r\n    s = self.GetCategory(dctbl)             # get dc category number, s\r\n\r\n    if s:\r\n        r = self.DoGetBits(s)                 # get offset in this dc category\r\n        s = self.ValueFromCategory(s, r)    # get dc difference value\r\n    \r\n    # Convert DC difference to actual value, update last_dc_val\r\n    if LastDC == 'dcY':\r\n        s += self.dcY\r\n        self.dcY = s\r\n        #s += getattr(self, LastDC)\r\n        #setattr(self, LastDC, s)\r\n    elif LastDC == 'dcCb':\r\n        s += self.dcCb\r\n        self.dcCb = s\r\n        #s += getattr(self, LastDC)\r\n        #setattr(self, LastDC, s)\r\n    elif LastDC == 'dcCr':\r\n        s += self.dcCr\r\n        self.dcCr = s\r\n        #s += getattr(self, LastDC)\r\n        #setattr(self, LastDC, s)\r\n\r\n    # Output the DC coefficient (assumes jpeg_natural_order[0] = 0)\r\n    coeff[0] = s\r\n    \r\n    # Section F.2.2.2: decode the AC coefficients\r\n    # Since zeroes are skipped, output area must be cleared beforehand\r\n    k = 1\r\n    while k < 64:\r\n        s = self.GetCategory( actbl )    # s: (run, category)\r\n        r = s >> 4                       #    r: run length for ac zero, 0 <= r < 16\r\n        s &= 15                          #    s: category for this non-zero ac\r\n        \r\n        if s:\r\n            k += r                       #    k: position for next non-zero ac\r\n            r = self.DoGetBits(s)               #    r: offset in this ac category\r\n            s = self.ValueFromCategory(s, r)  #    s: ac value\r\n\r\n            coeff[ jpeg_natural_order[ k ] ] = s\r\n        else: # s = 0, means ac value is 0 ? Only if r = 15.  \r\n            if r != 15:    # means all the left ac are zero\r\n                break\r\n            k += 15\r\n        k += 1\r\n\r\n    return coeff\r\n\r\n  def GetCategory(self, htbl):\r\n    \"\"\"get category number for dc, or (0 run length, ac category) for ac\"\"\"\r\n    #    The max length for Huffman codes is 15 bits; so we use 32 bits buffer    \r\n    #    self.GetBuff, with the validated length is self.GetBits.\r\n    #    Usually, more than 95% of the Huffman codes will be 8 or fewer bits long\r\n    #    To speed up, we should pay more attention on the codes whose length <= 8\r\n\r\n    #    If left bits < 8, we should get more data\r\n    if self.GetBits < 8:\r\n        self.FillBitBuffer()\r\n\r\n    #    Call special process if data finished; min bits is 1\r\n    if self.GetBits < 8:\r\n        return self.SpecialDecode(htbl, 1)\r\n\r\n    #    Peek the first valid byte    \r\n    look = ((self.GetBuff>>(self.GetBits - 8))& 0xFF)\r\n    nb = htbl.look_nbits[look]\r\n\r\n    if nb:\r\n        self.GetBits -= nb\r\n        return htbl.look_sym[look]\r\n    else:\r\n        # Decode long codes with length >= 9\r\n        return self.SpecialDecode(htbl, 9)\r\n\r\n  def FillBitBuffer(self):\r\n    while self.GetBits < 25:    # #define MIN_GET_BITS  (32-7)\r\n        if self.DataBytesLeft > 0: # Are there some data?\r\n            # Attempt to read a byte\r\n            if self.unread_marker != 0:\r\n              # can't advance past a marker\r\n\r\n              # There should be enough bits still left in the data segment\r\n              # if so, just break out of the outer while loop.\r\n              # if (self.GetBits >= nbits)\r\n              if (self.GetBits >= 0):\r\n                  break\r\n\r\n            uc = ord(self.Data[self.DataPos])\r\n            self.DataPos += 1\r\n            self.DataBytesLeft -= 1\r\n            \r\n            # If it's 0xFF, check and discard stuffed zero byte\r\n            if uc == 0xFF:\r\n                while uc == 0xFF:\r\n                    uc = ord(self.Data[self.DataPos])\r\n                    self.DataPos += 1\r\n                    self.DataBytesLeft -= 1\r\n                \r\n                if uc == 0:\r\n                    # Found FF/00, which represents an FF data byte\r\n                    uc = 0xFF\r\n                else:\r\n                    # Oops, it's actually a marker indicating end of compressed data.\r\n                    # Better put it back for use later \r\n                    \r\n                    self.unread_marker = uc\r\n\r\n                    # There should be enough bits still left in the data segment\r\n                    # if so, just break out of the outer while loop.\r\n                    # if (self.GetBits >= nbits)\r\n                    if (self.GetBits >= 0):\r\n                        break\r\n\r\n            self.GetBuff = int(self.GetBuff << 8) | uc\r\n            self.GetBits += 8\r\n        else:\r\n            break\r\n\r\n  def DoGetBits(self, nbits):\r\n    if self.GetBits < nbits: \r\n        # we should read nbits bits to get next data\r\n        self.FillBitBuffer()\r\n    self.GetBits -= nbits\r\n    return (self.GetBuff >> self.GetBits) & ((1<<nbits)-1)\r\n\r\n\r\n  def SpecialDecode(self, htbl, nMinBits):\r\n    \"\"\"Special Huffman decode:\r\n    (1) For codes with length > 8\r\n    (2) For codes with length < 8 while data is finished\"\"\"\r\n    l = nMinBits\r\n    \r\n    # HUFF_DECODE has determined that the code is at least min_bits\r\n    # bits long, so fetch that many bits in one swoop.\r\n\r\n    code = self.DoGetBits(l)\r\n    \r\n    # Collect the rest of the Huffman code one bit at a time.\r\n    # This is per Figure F.16 in the JPEG spec.\r\n    while code > htbl.maxcode[l]:\r\n        code <<= 1\r\n        code |= self.DoGetBits(1)\r\n        l += 1\r\n    \r\n    # With garbage input we may reach the sentinel value l = 17.\r\n    if l > 16:\r\n        return 0            # fake a zero as the safest result\r\n    \r\n    return htbl.huffval[ htbl.valptr[l] + (code - htbl.mincode[l]) ]\r\n\r\n  def ValueFromCategory(self, nCate, nOffset):\r\n    \"\"\"To find dc or ac value according to category and category offset\"\"\"\r\n    # Method 1: \r\n    # On some machines, a shift and add will be faster than a table lookup.\r\n    # define HUFF_EXTEND(x,s) \\\r\n    # ((x)< (1<<((s)-1)) ? (x) + (((-1)<<(s)) + 1) : (x)) \r\n    # Method 2: Table lookup\r\n    \r\n    # If (nOffset < half[nCate]), then value is below zero\r\n    # Otherwise, value is above zero, and just the nOffset\r\n    # entry n is 2**(n-1) \"\"\"\r\n    half =  \\\r\n      [ 0, 0x0001, 0x0002, 0x0004, 0x0008, 0x0010, 0x0020, 0x0040, 0x0080,\r\n        0x0100, 0x0200, 0x0400, 0x0800, 0x1000, 0x2000, 0x4000 ]\r\n    \r\n    # start[i] is the starting value in this category; surely it is below zero\r\n    # entry n is (-1 << n) + 1\r\n    start = \\\r\n      [ 0, ((-1)<<1) + 1, ((-1)<<2) + 1, ((-1)<<3) + 1, ((-1)<<4) + 1,\r\n        ((-1)<<5) + 1, ((-1)<<6) + 1, ((-1)<<7) + 1, ((-1)<<8) + 1,\r\n        ((-1)<<9) + 1, ((-1)<<10) + 1, ((-1)<<11) + 1, ((-1)<<12) + 1,\r\n        ((-1)<<13) + 1, ((-1)<<14) + 1, ((-1)<<15) + 1 ]\r\n\r\n    if nOffset < half[nCate]:\r\n      return nOffset + start[nCate]\r\n    else:\r\n      return nOffset\r\n\r\ndef dw2c(word):\r\n  return chr(word & 0xff) + chr((word >> 8) & 0xff) + chr((word >> 16) & 0xff) + chr((word >> 24) & 0xff)\r\n\r\ndef w2c(word):\r\n  return chr(word & 0xff) + chr((word >> 8) & 0xff)\r\n\r\nclass BMPFile:\r\n  def __init__(self, width, height, rgbstr):\r\n    self.data = rgbstr\r\n    self.width = width\r\n    self.height = height\r\n\r\n  def __str__(self):\r\n    return self.getheader() + self.getinfoheader() + self.getcolortable() + self.data\r\n\r\n  def getheader(self):\r\n    return \"BM\" + dw2c(self.filesize()) + dw2c(0) + dw2c(self.dataoffset())\r\n\r\n  def filesize(self):\r\n    return self.dataoffset() + self.imagesize()\r\n\r\n  def dataoffset(self):\r\n    headerlen = 14\r\n    infoheaderlen = 40\r\n    colortablelen = 0\r\n    return headerlen + infoheaderlen + colortablelen\r\n\r\n  def imagesize(self):\r\n    \"\"\"compressed size of image\"\"\"\r\n    return len(self.data)\r\n\r\n  def getinfoheader(self):\r\n    planes = 1\r\n    bitcount = 24\r\n    compression = 0\r\n    xpixelsperm = 1\r\n    ypixelsperm = 1\r\n    colorsused = 0\r\n    colorsimportant = 0 # all\r\n    return dw2c(40) + dw2c(self.width) + dw2c(self.height) + w2c(planes) + w2c(bitcount) + dw2c(compression) + dw2c(self.imagesize()) + dw2c(xpixelsperm) + dw2c(ypixelsperm) + dw2c(colorsused) + dw2c(colorsimportant)\r\n\r\n  def getcolortable(self):\r\n    # blank for 24bit color\r\n    return \"\"\r\n\r\ndef bgr2rgb(bmpstr):\r\n  return \"\".join([bmpstr[i*3+2]+bmpstr[i*3+1]+bmpstr[i*3] for i in range(len(bmpstr)/3)])\r\n\r\ndef padrgb(bmpstr):\r\n  return \"\".join([bmpstr[i*3:i*3+3] + chr(0) for i in range(len(bmpstr)/3)])\r\n\r\ndef avg(chrs):\r\n  if chrs:\r\n    return chr(int(sum([ord(c) for c in chrs])/len(chrs)))\r\n  else:\r\n    return \"\"\r\n\r\ndef main():\r\n    inputfile = open(sys.argv[1], 'rb')\r\n    jpgsrc = inputfile.read()\r\n    inputfile.close()\r\n    decoder = TonyJpegDecoder()\r\n    bmpout = decoder.DecompressImage(jpgsrc)\r\n    bmpstr = \"\".join([chr(x) for x in bmpout])\r\n    bmpstr2 = bgr2rgb(bmpstr)\r\n    bmp = BMPFile(decoder.Width, decoder.Height, bmpstr)\r\n    bmpfile = sys.argv[2]\r\n    open(bmpfile, \"wb\").write(str(bmp))\r\n\r\nif __name__ == '__main__':\r\n    main()"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.limpp/lib/__init__.py",
    "content": "from limpp import *"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.limpp/lib/gpl.txt",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>.\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.limpp/lib/limpp.py",
    "content": "'''\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n'''\n\nfrom struct import unpack, pack, calcsize\nimport array\nimport zlib\nfrom os.path import getsize as ospath_getsize, splitext as ospath_splitext\n\nimageop = None\ntry:\n    import imageop\nexcept ImportError:\n    pass\n\n'''\nTODO:\n    Process the tRNS chunk\n    Improve (make correct?) the adaptive filtering\n    Replace file vars with non reserved name\n'''\n\nclass PseudoFile:\n    def __init__(self,fileobj_or_path):\n        self.obj = None\n        self.path = None\n        if isinstance(fileobj_or_path, basestring):\n            self.path = fileobj_or_path\n        else:\n            self.obj = fileobj_or_path\n\n    def __getattr__(self,name):\n        return getattr(self.obj, name)\n\n    def open(self,mode='r'):\n        if self.path:\n            self.obj = open(self.path,mode)\n        return self\n\n    def close(self):\n        if self.path: self.obj.close()\n\ndef openfile(fileobj_or_path,mode='r'):\n    return PseudoFile(fileobj_or_path).open(mode)\n\n################################################################################\n''' Class: Image_Error '''\n################################################################################\nclass Image_Error(Exception):\n    def __init__(self, value):\n        self.value = value\n    def __str__(self):\n        return repr(self.value)\n    \nclass Color8888:\n    def __init__(self):\n        self.r = 0\n        self.g = 0\n        self.b = 0\n        self.a = 0xFF\n\nclass Color565:\n    def __init__(self):\n        self.nRed = 0\n        self.nGreen = 0\n        self.nBlue = 0\n        self.nAlpha = 0xFF\n        self.val = 0\n        \n    def Assign_bits(self,d):\n        self.val = d\n        self.nRed   = (d & 63488) >> 8\n        self.nGreen = (d & 2016) >> 3\n        self.nBlue  = (d & 31) << 3\n\nclass Color1555:\n    def __init__(self,alpha=True):\n        self.alpha = alpha\n        self.nRed = 0\n        self.nGreen = 0\n        self.nBlue = 0\n        self.nAlpha = 0xFF\n        self.val = 0\n        \n    def Assign_bits(self,d):\n        self.val = d\n        if self.alpha:\n            if (d >> 15):\n                self.nAlpha = 255\n            else:\n                self.nAlpha = 0\n        self.nRed   = (d & 31744) >> 7\n        self.nGreen = (d & 992) >> 2\n        self.nBlue  = (d & 31) << 3\n\n    def RGBA_value(self):\n        return unpack('L',chr(self.nRed) + chr(self.nGreen) +  chr(self.nBlue) + chr(self.nAlpha))\n\nclass DXTAlphaBlockExplicit:\n    def __init__(self,data):\n        self.row = []\n        self.row.append(data[0])\n        self.row.append(data[1])\n        self.row.append(data[2])\n        self.row.append(data[3])\n\ndef GetBitsFromMask(Mask):\n    if Mask == 0: return 0,0 \n\n    Temp = Mask\n    i=0\n    while i < 32:\n        if (Temp & 1):\n            break\n        i+=1\n        Temp = Temp >> 1\n    ShiftRight = i\n\n    # Temp is preserved, so use it again:\n    i=0\n    while i < 8:\n        if not (Temp & 1):\n            break\n        i+=1\n        Temp = Temp >> 1\n    ShiftLeft = 8 - i\n\n    return ShiftLeft,ShiftRight\n\n################################################################################\n''' Class: RGBA_data '''\n################################################################################\nclass RGBA_data:\n    Bpp = 4\n    format = 'RGBA'\n    is_image = True\n\n    def __init__(self,width,height,data=None,mode='CHANNEL',fill=chr(0)):\n        self.Update_dimensions(width,height)\n        self.has_alpha = False\n        self.grey = False\n        self.mono = False\n        self.indexed = False\n        if not data:\n            if len(fill) == 1:\n                data = fill * (self.size_of_plane * 4)\n            else:\n                data = fill * self.size_of_plane\n        if isinstance(data,array.array):\n            self.data = data\n            if self.data.typecode == 'L':\n                self.mode = 'PIXEL'\n            else:\n                self.mode = 'CHANNEL'\n        else:\n            if mode.upper() == 'PIXEL':\n                self.data = array.array('L',data)\n                self.mode = 'PIXEL'\n            else:\n                self.data = array.array('B',data)\n                self.mode = 'CHANNEL'\n    \n    def Pixel_mode(self):\n        if self.data.typecode == 'L': return\n        self.mode = 'PIXEL'\n        self.data = array.array('L',self.data.tostring())\n\n    def Channel_mode(self):\n        if self.data.typecode == 'B': return\n        self.mode = 'CHANNEL'\n        self.data = array.array('B',self.data.tostring())\n\n    def Data_length(self):\n        return len(self.data)\n\n    def Data_size(self):\n        return self.data.itemsize * len(self.data)\n\n    def Update_dimensions(self,width,height):\n        self.width = width\n        self.height = height\n        self.Bps = width * self.Bpp\n        self.size_of_plane = width * height\n\n################################################################################\n''' Class: Manipulator '''\n################################################################################\nclass Manipulator:\n    def __init__(self,image=None):\n        if image: self.Set_image(image)\n            \n    def Set_image(self,image):\n        if not image.is_image: image = image.RGBA\n        self.RGBA = image\n        self.width = self.RGBA.width\n        self.height = self.RGBA.height\n        self.Bpp = self.RGBA.Bpp\n    \n    def Flip(self):\n        self.RGBA.Pixel_mode()\n        temp = self.RGBA.data[:]\n        y = self.height - 1\n        pos = 0\n        while y >= 0:\n            ls = y*self.width\n            ds = pos*self.width\n            self.RGBA.data[ds:ds+self.width] = temp[ls:ls+self.width]\n            pos +=1\n            y-=1\n\n    def FlipLR(self):\n        self.RGBA.Pixel_mode()\n        y = 0\n        while y < self.height:\n            ls = y*self.width\n            le = ls + self.width\n            line = self.RGBA.data[ls:le]\n            line.reverse()\n            self.RGBA.data[ls:le] = line\n            y+=1\n        return\n        \n    def Rotate_90(self):\n        self.RGBA.Pixel_mode()\n        temp = self.RGBA.data[:]\n        \n        width = self.height\n        height = self.width\n        pos = 0\n        x=0\n        while x < self.width:\n            y=self.height-1\n            while y > -1:\n                self.RGBA.data[pos] = temp[y*self.width+x]\n                pos+=1\n                y-=1\n            x+=1\n        self.width = width\n        self.height = height\n        self.Bps = self.width * self.Bpp\n        self.RGBA.Update_dimensions(width,height)\n        \n    def Rotate_right(self): self.Rotate_90()\n    \n    def Rotate_180(self):\n        self.RGBA.Pixel_mode()\n        self.RGBA.data.reverse()\n            \n    def Rotate_270(self):\n        self.RGBA.Pixel_mode()\n        temp = self.RGBA.data[:]\n        width = self.height\n        height = self.width\n        pos = 0\n        x=self.width-1\n        while x > -1:\n            y=0\n            while y < self.height:\n                self.RGBA.data[pos] = temp[y*self.width+x]\n                pos+=1\n                y+=1\n            x-=1\n        self.width = width\n        self.height = height\n        self.Bps = self.width * self.Bpp\n        self.RGBA.Update_dimensions(width,height)\n        \n    def Rotate_left(self): self.Rotate_270()\n\n    def Crop(self,top_x,top_y,bottom_x,bottom_y):\n        width  = bottom_x - top_x\n        height = bottom_y - top_y\n        self.Bps = self.width * self.Bpp\n        self.RGBA.Pixel_mode()\n        temp = self.RGBA.data[:]\n        self.RGBA.data = array.array('L',chr(0)*(width*height*4))\n        self.RGBA.Update_dimensions(width,height)\n        pos = 0\n        y = top_y\n        while y < bottom_y:\n            new_row = pos*width\n            old_row = y*self.width\n            self.RGBA.data[new_row:new_row+width] = temp[old_row+top_x:old_row+bottom_x]\n            pos+=1\n            y+=1\n        self.width = width\n        self.height = height\n        self.Bps = self.width * self.Bpp\n\n    def Half(self,multiple=1):\n        while multiple > 0:\n            width = int(self.width/2)\n            height = int(self.height/2)\n            self.RGBA.Channel_mode()\n            t = self.RGBA.data[:]\n            self.RGBA.data = array.array('B',chr(0)*(width*height*4))\n            self.RGBA.Update_dimensions(width,height)\n            width_mult = self.width * 4\n            pos = 0\n            y=0\n            while y < height*2:\n                x=0\n                while x < width*8:\n                    r1 = y*width_mult+x\n                    r2 = (y+1)*width_mult+x\n                    self.RGBA.data[pos]   = (t[r1]   + t[r1+4] + t[r2]   + t[r2+4])/4\n                    self.RGBA.data[pos+1] = (t[r1+1] + t[r1+5] + t[r2+1] + t[r2+5])/4\n                    self.RGBA.data[pos+2] = (t[r1+2] + t[r1+6] + t[r2+2] + t[r2+6])/4\n                    self.RGBA.data[pos+3] = (t[r1+3] + t[r1+7] + t[r2+3] + t[r2+7])/4\n                    pos+=4\n                    x+=8\n                y+=2\n            self.width = width\n            self.height = height\n            self.size_of_plane = self.width * self.height\n            self.Bps = self.width * self.Bpp\n            self.final_size = self.size_of_plane * self.Bpp\n            multiple-=1\n            \n    def Double(self,multiple=1):\n        while multiple > 0:\n            width  = self.width * 2\n            height = self.height * 2\n            self.RGBA.Channel_mode()\n            temp = self.RGBA.data[:]\n            t = array.array('B',chr(0)*(width*height*4))\n            self.RGBA.width = width\n            self.RGBA.height = height\n            pos = 0\n            y=0\n            while y < height:\n                x=0\n                while x < width*4:\n                    r1 = y*width*4+x\n                    r2 = (y+1)*width*4+x\n                    t[r1]   = t[r1+4] = t[r2]   = t[r2+4] = temp[pos]\n                    t[r1+1] = t[r1+5] = t[r2+1] = t[r2+5] = temp[pos+1]\n                    t[r1+2] = t[r1+6] = t[r2+2] = t[r2+6] = temp[pos+2]\n                    t[r1+3] = t[r1+7] = t[r2+3] = t[r2+7] = temp[pos+3]\n                    pos+=4\n                    x+=8\n                y+=2\n            self.RGBA.data = t\n            self.width = width\n            self.height = height\n            self.size_of_plane = self.width * self.height\n            self.Bps = self.width * self.Bpp\n            self.final_size = self.size_of_plane * self.Bpp\n            multiple-=1\n\n    def Scale(self,width,height):\n        if not imageop: #imageop is deprecated\n            ct = 0\n            cw = self.width\n            ch = self.height\n            while width < cw or height < ch:\n                cw/=2\n                ch/=2\n                ct+=1\n            if ct: return self.Half(ct)\n            while width > cw and height > ch:\n                cw/=2\n                ch/=2\n                ct+=1\n            if ct:\n                ct-=1\n                if ct: return self.Double(ct)\n            return\n\n        self.RGBA.data = array.array('L',imageop.scale(self.RGBA.data.tostring(),self.Bpp,self.width,self.height,width,height))\n        self.RGBA.mode = 'PIXEL'\n        self.RGBA.Update_dimensions(width,height)\n        self.width = width\n        self.height = height\n        self.size_of_plane = self.width * self.height\n        self.Bps = self.width * self.Bpp\n        self.final_size = self.size_of_plane * self.Bpp\n\n    def Invert(self):\n        self.RGBA.Channel_mode()\n        x=0\n        l = len(self.RGBA.data)\n        while x < l:\n            self.RGBA.data[x]   = 255 - self.RGBA.data[x]\n            self.RGBA.data[x+1] = 255 - self.RGBA.data[x+1]\n            self.RGBA.data[x+2] = 255 - self.RGBA.data[x+2]\n            x+=4\n\n    def Grey_image(self):\n        self.RGBA.grey = True\n        self.RGBA.Channel_mode()\n        x=0\n        l = len(self.RGBA.data)\n        while x < l:\n            avg = (self.RGBA.data[x] + self.RGBA.data[x+1] + self.RGBA.data[x+2])/3\n            self.RGBA.data[x] = avg\n            self.RGBA.data[x+1] = avg\n            self.RGBA.data[x+2] = avg\n            x+=4\n\n    def Alpha_to_color(self,color=(0,0,0)):\n        if not self.RGBA.has_alpha: return\n        self.RGBA.has_alpha = False\n        r=color[0]\n        g=color[1]\n        b=color[2]\n        self.RGBA.Channel_mode()\n        x=0\n        l = len(self.RGBA.data)\n        while x < l:\n            alpha = self.RGBA.data[x+3]\n            self.RGBA.data[x]   = self.RGBA.data[x]   + int((r - self.RGBA.data[x]  )*((255-alpha)/255.0))\n            self.RGBA.data[x+1] = self.RGBA.data[x+1] + int((g - self.RGBA.data[x+1])*((255-alpha)/255.0))\n            self.RGBA.data[x+2] = self.RGBA.data[x+2] + int((b - self.RGBA.data[x+2])*((255-alpha)/255.0))\n            self.RGBA.data[x+3] = 255\n            x+=4\n            \n################################################################################\n''' Class: Base_image '''\n################################################################################\nclass Base_image:\n    def init(self):\n        self.grey = False\n        self.mono = False\n        self.flipped = False\n        self.has_alpha = False\n        self.is_image = False\n        self.pad = False\n        \n    def Write_PNG(self,outfilename,type='RGBA8',filter=0,compression=6):\n        RGBA_to_PNG(self.RGBA,outfilename,type=type,filter=filter,compression=compression)\n        return 0\n    \n    def Write_TGA(self,outfilename,type='BGR24',flip=False):\n        RGBA_to_TGA(self.RGBA,outfilename,type=type,flip=flip)\n        \n    def Write_GIF(self,outfilename,colors=2,fg=(255,255,255),bg=(0,0,0),trans=False,invert=False):\n        if not self.RGBA.grey:\n            m = Manipulator()\n            m.Set_image(self.RGBA)\n            m.Grey_image()\n            del m\n            \n        temp = array.array('B',self.RGBA.data.tostring())\n        out = array.array('B',chr(0)*(len(self.RGBA.data)/4))\n        l = len(self.RGBA.data)\n        pos=0\n        x=0\n        while x < l:\n            if invert:\n                out[pos] = 255 - temp[x]\n            else:\n                out[pos] = temp[x]\n            pos+=1\n            x+=4\n        mono = imageop.dither2mono(out.tostring(),self.width,self.height)\n        from gif_image import make_gif\n        open(outfilename,'wb').write(make_gif(mono,self.width,self.height,fg,bg,trans))\n        \n    def Write_BMP(self,outfilename,type='24'):\n        BGR_to_BMP(self.RGBA,outfilename,type)\n\n    def Write_XPM(self,outfilename):\n        RGBA_to_XPM(self.RGBA,outfilename)\n\n    def Write_XBM(self,outfilename):\n        RGBA_to_XBM(self.RGBA,outfilename)\n            \n    def Read_image_data(self,element_size):\n        f = open(self.file,'rb')\n        f.seek(self.addr + self.data_offset)\n        self.unprocessed = array.array(element_size,f.read(self.data_size))\n        f.close()\n        \n    ################################################################################\n    ### Function: Create_blank\n    ################################################################################    \n    def Create_blank(self):\n        self.file = None\n        self.mipmap = 0\n        self.addr = 0\n        self.height = 128\n        self.width = 128\n        self.size_of_plane = self.width * self.height\n        self.Bps = self.width * 4\n        self.Bpp = 4\n        self.final_size = self.size_of_plane * self.Bpp\n        self.RGBA = RGBA_data(self.width,self.height)\n\n################################################################################\n''' Class: Base_Indexed_image '''\n################################################################################\nclass Base_indexed_image:\n    def Read_palette(self,size,pixBytes=4):\n        f = open(self.file,'rb')\n        f.seek(self.palette_offset)\n        p_temp = array.array('B',f.read(size))\n        pix = array.array('B',chr(0)*4)\n        self.palette = array.array('L',chr(0)*((size/pixBytes)*4))\n        f.close()\n        i=0\n        p=0\n        pix[3] = 255\n        l = size/pixBytes\n        while i < l:\n            pix[0] = p_temp[p+2]\n            pix[1] = p_temp[p+1]\n            pix[2] = p_temp[p]\n            self.palette[i] = unpack('L',pix.tostring())[0]\n            p += pixBytes\n            i+=1\n            \n    def Read_16bit_palette(self,size):\n        f = open(self.file,'rb')\n        f.seek(self.palette_offset)\n        p_temp = array.array('H',f.read(size))\n        self.palette = array.array('L',chr(0)*((size/2)*4))\n        f.close()\n        color = Color1555()\n        i=0\n        l = size/2\n        while i < l:\n            color.assign_bits(p_temp[i])\n            self.palette[i] = color.RGBA_value()\n            i+=1\n\n################################################################################\n''' Class: Indexed_image '''\n################################################################################\nclass Indexed_image(Base_image,Base_indexed_image):\n    def Process1bit(self):\n        self.Read_image_data('B')\n        back = self.palette[1:].tostring()\n        self.RGBA = RGBA_data(self.width,self.height,fill=back,mode='PIXEL')\n        color = self.palette[0]\n        padsize = 0\n        if self.pad: padsize = ((32 - (self.width % 32)) / 8) % 4\n        pos = 0           \n        if self.flipped:\n            compare = self.height\n            j = 0\n            it = 1\n        else:\n            compare = -1\n            j=self.height-1\n            it = -1\n        while j != compare:\n            i=0\n            while i < self.width:\n                c=0\n                k=128\n                while c < 8:\n                    if not (self.unprocessed[pos] & k): self.RGBA.data[j * self.width + i] = color\n                    k >>= 1\n                    i+=1\n                    if i >= self.width: break\n                    c+=1\n                pos +=1\n            pos +=padsize\n            j+=it\n            \n    def Process2bit(self):\n        self.Read_image_data('B')\n        back = self.palette[1:].tostring()\n        self.RGBA = RGBA_data(self.width,self.height,fill=back,mode='PIXEL')\n        padsize = 0\n        if self.pad: padsize = ((32 - (self.width % 32)) / 8) % 4\n        pos = 0           \n        if self.flipped:\n            compare = self.height\n            j = 0\n            it = 1\n        else:\n            compare = -1\n            j=self.height-1\n            it = -1\n        while j != compare:\n            i=0\n            while i < self.width:\n                c=6\n                k=192\n                while c > -2:\n                    color = (self.unprocessed[pos] & k) >> c\n                    self.RGBA.data[j * self.width + i] = self.palette[color]\n                    k >>= 2\n                    i+=1\n                    if i >= self.width: break\n                    c-=2\n                pos +=1\n            pos +=padsize\n            j+=it\n            \n    def Process4bit(self):\n        self.Read_image_data('B')\n        back = self.palette[0:1].tostring()\n        self.RGBA = RGBA_data(self.width,self.height,fill=back,mode='PIXEL')\n        padsize = 0\n        if self.pad: padsize = ((8 - (self.width % 8)) / 2) % 4\n        pos=0\n        j=0\n        if self.flipped:\n            compare = self.height\n            j = 0\n            it = 1\n        else:\n            compare = -1\n            j=self.height-1\n            it = -1\n        while j != compare:\n            i=0\n            while i < self.width:\n                bytedata = self.unprocessed[pos]\n                self.RGBA.data[j * self.width + i] = self.palette[bytedata >> 4]\n                i+=1\n                if i == self.width: break\n                self.RGBA.data[j * self.width + i] = self.palette[bytedata & 0x0F]\n                i+=1\n                pos+=1\n            pos+=padsize\n            j+=it\n\n    def Process8bit(self,read=True):\n        if read: self.Read_image_data('B')\n        back = self.palette[0:1].tostring()\n        self.RGBA = RGBA_data(self.width,self.height,fill=back,mode='PIXEL')\n        #padsize = 0\n        #if self.pad: padsize = (4 - (self.Bps % 4)) % 4\n        pos=0\n        j=0\n        if self.flipped:\n            compare = self.height\n            j = 0\n            it = 1\n        else:\n            compare = -1\n            j=self.height-1\n            it = -1\n        while j != compare:\n            i=0\n            while i < self.width:\n                bytedata = self.unprocessed[pos]\n                self.RGBA.data[j * self.width + i] = self.palette[bytedata]\n                i+=1\n                pos+=1\n            j+=it\n            \n################################################################################\n''' Class: Indexed_RLE_image '''\n################################################################################\nclass RLE_image(Base_image,Base_indexed_image):\n    def Process_RLE8(self):\n        self.Read_image_data('B')\n        self.RGBA = RGBA_data(self.width,self.height,fill=self.palette[0:1].tostring(),mode='PIXEL')\n        pos = 0\n        bytes = array.array('B',chr(0)*2)\n        y=0\n        while y < self.height:\n            x=0\n            while True:\n                bytes[0] = self.unprocessed[pos]\n                bytes[1] = self.unprocessed[pos+1]\n                pos+=2\n                if bytes[0] == 0: #Escape\n                    if bytes[1] == 0: break #EOL\n                    elif bytes[1] == 1: #Bitmap End\n                        y = self.height\n                        break\n                    elif bytes[1] == 2:\n                        bytes[0] = self.unprocessed[pos]\n                        bytes[1] = self.unprocessed[pos+1]\n                        pos+=2\n                        x += bytes[0]\n                        y += bytes[1]\n                        if y >= self.height: break\n                    \n                    else:  # Run of pixels\n                        if self.width - x < bytes[1]: return False\n                        r=0\n                        while r < bytes[1]:\n                            self.RGBA.data[y*self.width+x+r] = self.palette[self.unprocessed[pos+r]]\n                            r+=1\n                        pos+=r\n                        x+=r\n                        if bytes[1] % 2: pos +=1\n                else:\n                    dc_loc = y * self.width + x\n                    r=0\n                    while r < bytes[0]:\n                        self.RGBA.data[dc_loc+r] = self.palette[bytes[1]]\n                        r+=1\n                    x += bytes[0]\n            y+=1\n        if not self.flipped: Manipulator(image=self.RGBA).Flip()\n        \n    def Process_RLE4(self):\n        self.Read_image_data('B')\n        self.RGBA = RGBA_data(self.width,self.height,fill=self.palette[0:1].tostring(),mode='PIXEL')\n        pos = 0\n        bytes = array.array('B',chr(0)*2)\n        y=0\n        while y < self.height:\n            x=0\n            while True:\n                bytes[0] = self.unprocessed[pos]\n                bytes[1] = self.unprocessed[pos+1]\n                pos+=2\n                if bytes[0] == 0:\n                    if bytes[1] == 0: break\n                    elif bytes[1] == 1:\n                        y = self.height\n                        break\n                    elif bytes[1] == 2:\n                        bytes[0] = self.unprocessed[pos]\n                        bytes[1] = self.unprocessed[pos+1]\n                        pos+=2\n                        x += bytes[0]\n                        y += bytes[1]\n                        if y >= self.height: break\n                    \n                    else:  # Run of pixels\n                        r=0\n                        while r < bytes[1] and x < self.width:\n                            twopix = self.unprocessed[pos]\n                            pos+=1\n                            upper = twopix >> 4\n                            lower = twopix & 15\n                            x+=1\n                            self.RGBA.data[y * self.width + x] = self.palette[upper]\n                            x+=1\n                            self.RGBA.data[y * self.width + x] = self.palette[lower]\n                            r+=2\n\n                        align = bytes[1] % 4\n\n                        if align == 1 or align == 2: pos+=1\n                else:\n                    dc_loc = y * self.width\n                    upper = bytes[1] >> 4\n                    lower = bytes[1] & 15\n                    r=0\n                    while r < bytes[0] and x < self.width-1:\n                        x+=1\n                        if r & 1:\n                            self.RGBA.data[dc_loc+x] = self.palette[lower]\n                        else:\n                            self.RGBA.data[dc_loc+x] = self.palette[upper]\n                        r+=1\n            y+=1\n        if not self.flipped: Manipulator(image=self.RGBA).Flip()\n        \n    def Process_PacketRLE8(self):\n        self.Read_image_data('B')\n        self.RGBA = RGBA_data(self.width,self.height,fill=self.palette[0:1].tostring(),mode='PIXEL')\n        pos = 0\n        x = 0\n        l = self.RGBA.Data_length()\n        #dl = len(self.unprocessed)\n        while x < l:\n            head = self.unprocessed[pos]\n            pos+=1\n            #if not pos < dl: return\n            if head & 128:\n                rep = (head & 127) + x\n                #if not pos < dl: return\n                index = self.unprocessed[pos]\n                pos+=1\n                while x <= rep:\n                    self.RGBA.data[x] = self.palette[index]\n                    x+=1\n            else:\n                run = (head & 127) + x\n                while x <= run:\n                    self.RGBA.data[x] = self.palette[self.unprocessed[pos]]\n                    pos+=1\n                    x+=1\n                    #if not pos < dl: return\n        if not self.flipped: Manipulator(image=self.RGBA).Flip()\n\n    def Process_PacketRLE_BGR(self):\n        if self.sourceBpp == 2:\n            self.Process_PacketRLE_BGR16()\n            return\n        self.Read_image_data('B')\n        self.RGBA = RGBA_data(self.width,self.height,mode='CHANNEL')\n        pos = 0\n        x = 0\n        l = self.RGBA.Data_length()\n        #dl = len(self.unprocessed)\n        Bpp = self.sourceBpp\n        a = 255\n        while x < l:\n            head = self.unprocessed[pos]\n            pos+=1\n            if head & 128:\n                rep = (head & 127)*4 + x\n                r = self.unprocessed[pos+2]\n                g = self.unprocessed[pos+1]\n                b = self.unprocessed[pos]\n                if Bpp == 4: a = self.unprocessed[pos+3]\n                pos+=Bpp\n                while x <= rep:\n                    self.RGBA.data[x]   = r\n                    self.RGBA.data[x+1] = g\n                    self.RGBA.data[x+2] = b\n                    self.RGBA.data[x+3] = a\n                    x+=4\n                    #if not x < l: break\n            else:\n                run = (head & 127)*4 + x\n                while x <= run:\n                    self.RGBA.data[x]   = self.unprocessed[pos+2]\n                    self.RGBA.data[x+1] = self.unprocessed[pos+1]\n                    self.RGBA.data[x+2] = self.unprocessed[pos]\n                    if Bpp == 4: a = self.unprocessed[pos+3]\n                    self.RGBA.data[x+3] = a\n                    pos+=Bpp\n                    x+=4\n                    #if not x < l: break\n        if not self.flipped: Manipulator(image=self.RGBA).Flip()\n        \n    def Process_PacketRLE_BGR16(self):\n        self.Read_image_data('B')\n        self.RGBA = RGBA_data(self.width,self.height,mode='CHANNEL')\n       \n        l = self.RGBA.Data_length()\n        if self.alpha_bits: alpha=False #WHY???????????? -------------------------------------------------------FIX???\n        color = Color1555(alpha=alpha)\n        \n        pos = 0\n        x = 0\n        while x < l:\n            head = self.unprocessed[pos]\n            pos+=1\n            if head & 128:\n                rep = (head & 127)*4 + x\n                bytes = (self.unprocessed[pos+1]<<8) | self.unprocessed[pos]\n                color.Assign_bits(bytes)\n                pos+=2\n                while x <= rep:\n                    self.RGBA.data[x]   = color.nRed\n                    self.RGBA.data[x+1] = color.nGreen\n                    self.RGBA.data[x+2] = color.nBlue\n                    self.RGBA.data[x+3] = color.nAlpha\n                    x+=4\n                    #if not x < l: break\n            else:\n                run = (head & 127)*4 + x\n                while x <= run:\n                    bytes = (self.unprocessed[pos+1]<<8) | self.unprocessed[pos]\n                    color.Assign_bits(bytes)\n                    self.RGBA.data[x]   = color.nRed\n                    self.RGBA.data[x+1] = color.nGreen\n                    self.RGBA.data[x+2] = color.nBlue\n                    self.RGBA.data[x+3] = color.nAlpha\n                    pos+=2\n                    x+=4\n                    #if not x < l: break\n        if not self.flipped: Manipulator(image=self.RGBA).Flip()\n    \n################################################################################\n''' Class: BGR_image '''\n################################################################################\nclass BGR_image(Base_image):\n    def Process16bit(self,pad=True,alpha=False):\n        self.Read_image_data('H')\n        self.RGBA = RGBA_data(self.width,self.height,mode='CHANNEL')\n        color = Color1555(alpha=alpha)\n        padsize = 0\n        if pad: padsize = (4 - (self.width*2 % 4)) % 4\n        pos = 0            \n        outbytewidth = self.width*4\n        offset = 0\n        if self.flipped:\n            offsetmult = self.width\n            origin = pos\n            offset -= offsetmult\n        else:\n            offsetmult = self.width * -1\n            origin = offsetmult * self.height * -1\n        i=0\n        while i < self.final_size:\n            offset += offsetmult\n            pos = origin + offset\n            j=0\n            while j < outbytewidth:\n                color.Assign_bits(self.unprocessed[pos])\n                self.RGBA.data[i]   = color.nRed\n                self.RGBA.data[i+1] = color.nGreen\n                self.RGBA.data[i+2] = color.nBlue\n                self.RGBA.data[i+3] = color.nAlpha\n                j+=4\n                i+=4\n                pos +=1\n            pos+=padsize\n                \n    def Process24bit(self,pad=True):\n        self.Read_image_data('B')\n        self.RGBA = RGBA_data(self.width,self.height,mode='CHANNEL')\n        pos = 0\n        padsize = 0\n        if pad:\n            padsize = (4 - (self.Bps % 4)) % 4\n            if padsize != 0:\n                padsize = (4 - (self.Bps % 4))\n        offset = 0\n        if self.flipped:\n            offsetmult = self.width * 3 + padsize\n            origin = pos\n            offset -= offsetmult\n        else:\n            offsetmult = self.width * -3 - padsize\n            origin = offsetmult * self.height * -1\n        self.Process_BGR_data(offset,offsetmult,origin)\n                \n    def Process32bit(self,alpha=False):\n        self.Read_image_data('B')\n        self.RGBA = RGBA_data(self.width,self.height,mode='CHANNEL')\n        pos = 0\n        offset = 0\n        if self.flipped:\n            offsetmult = self.width * 4\n            origin = pos\n            offset -= offsetmult\n        else:\n            origin = pos + self.final_size\n            offsetmult = self.width * -4\n        if alpha:\n            self.Process_BGRA_data(offset,offsetmult,origin)\n        else:\n            self.Process_BGR_data(offset,offsetmult,origin)\n                \n    def Process_BGR_data(self,offset,offsetmult,origin):\n        outbytewidth = self.width*4\n        i=0\n        while i < self.final_size:\n            offset += offsetmult\n            pos = origin + offset\n            j=0\n            while j < outbytewidth:\n                self.RGBA.data[i] = self.unprocessed[pos+2]\n                self.RGBA.data[i+1] = self.unprocessed[pos+1]\n                self.RGBA.data[i+2] = self.unprocessed[pos]\n                self.RGBA.data[i+3] = 0xFF\n                j+=4\n                i+=4\n                pos +=self.sourceBpp\n\n    def Process_BGRA_data(self,offset,offsetmult,origin):\n        outbytewidth = self.width*4\n        i=0\n        while i < self.final_size:\n            offset += offsetmult\n            pos = origin + offset\n            j=0\n            while j < outbytewidth:\n                self.RGBA.data[i] = self.unprocessed[pos+2]\n                self.RGBA.data[i+1] = self.unprocessed[pos+1]\n                self.RGBA.data[i+2] = self.unprocessed[pos]\n                self.RGBA.data[i+3] = self.unprocessed[pos+3]\n                j+=4\n                i+=4\n                pos +=self.sourceBpp\n                \n################################################################################\n''' Class: Greyscale_image '''\n################################################################################\nclass Greyscale_image:\n    def Process_greyA_16bit(self):\n        self.sourceBpp = 2\n        self.Bps = self.width * self.sourceBpp\n        self.Read_image_data('B')\n        l=len(self.unprocessed)\n        self.RGBA = RGBA_data(self.width,self.height,mode='PIXEL')\n        x=0\n        y=0\n        l=len(self.unprocessed)\n        while x < l:\n            self.RGBA.data[y] = self.unprocessed[x] * 65793 + self.unprocessed[x+1]*16777216\n            y+=1\n            x+=2\n            \n    def Process_greyA_32bit(self):\n        self.sourceBpp = 4\n        self.Bps = self.width * self.sourceBpp\n        self.Read_image_data('B')\n        l=len(self.unprocessed)\n        self.RGBA = RGBA_data(self.width,self.height)\n        x=0\n        y=0\n        l=len(self.unprocessed)\n        while x < l:\n            self.RGBA.data[y] = self.unprocessed[x] * 65793 + self.unprocessed[x+2]*16777216\n            y+=1\n            x+=4\n            \n    def Process_grey_16bit(self):\n        self.Create_grey_palette(256)\n        self.sourceBpp = 2\n        self.Bps = self.width * 2\n        x=0\n        y=0\n        self.Read_image_data('B')\n        l=len(self.unprocessed)\n        temp = array.array('B',chr(0)*(l/2))\n        while y < l:\n            temp[x] = self.unprocessed[y]\n            x+=1\n            y+=2\n        self.unprocessed = temp\n        self.Process8bit(read=False)\n        \n    def Process_grey_8bit(self):\n        self.Create_grey_palette(256)\n        self.sourceBpp = 1\n        self.Bps = self.width\n        self.Process8bit()\n        \n    def Process_grey_4bit(self):\n        self.sourceBpp = 0.5\n        self.Bps = (self.width + (2-self.width % 2)%2)/2\n        if self.interlaced:\n            self.Create_grey_palette(256)\n            self.Process8bit()\n        else:\n            self.Create_grey_palette(16)\n            self.Process4bit()\n        \n    def Process_grey_2bit(self):\n        self.sourceBpp = 0.25\n        self.Bps = (self.width + (4-self.width % 4)%4)/4\n        if self.interlaced:\n            self.Create_grey_palette(256)\n            self.Process8bit()\n        else:\n            self.Create_grey_palette(4)\n            self.Process2bit()\n        \n    def Process_grey_1bit(self):\n        self.sourceBpp = 0.125\n        self.Bps = (self.width + (8-self.width % 8)%8)/8\n        if self.interlaced:\n            self.Create_grey_palette(256)\n            self.Process8bit()\n        else:\n            self.Create_grey_palette(2) #Look at using imageop/mono2grey for this---------------------------------------------------------------------OPTIMIZE\n            self.Process1bit()\n            \n    def Process_grey_PacketRLE8(self): #Needs RLE_image to work\n        self.Create_grey_palette(256)\n        self.sourceBpp = 1\n        self.Bps = self.width\n        self.Process_PacketRLE8()\n\n    def Process_grey_PacketRLE16(self):\n        self.Read_image_data('B')\n        self.RGBA = RGBA_data(self.width,self.height,mode='PIXEL')\n        pos = 0\n        x = 0\n        l = self.RGBA.Data_length()\n        #dl = len(self.unprocessed)\n        while x < l:\n            head = self.unprocessed[pos]\n            pos+=1\n            #if not pos < dl: return\n            if head & 128:\n                rep = (head & 127) + x\n                #if not pos < dl: return\n                pixel = self.unprocessed[pos] * 65793 + self.unprocessed[pos+1]*16777216\n                pos+=2\n                while x <= rep:\n                    self.RGBA.data[x] = pixel\n                    x+=1\n            else:\n                run = (head & 127) + x\n                while x <= run:\n                    pixel = self.unprocessed[pos] * 65793 + self.unprocessed[pos+1]*16777216\n                    self.RGBA.data[x] = pixel\n                    pos+=2\n                    x+=1\n                    #if not pos < dl: return\n        if not self.flipped: Manipulator(image=self.RGBA).Flip()\n        \n    def Create_grey_palette(self,num):\n        self.palette = array.array('L',chr(0)*(num*4))\n        step = 255/(num-1)\n        p=0\n        for x in range(0,256,step):\n            self.palette[p] = long(long(65793 * x) + 4278190080)\n            p+=1\n            \n################################################################################\n''' Class: Texture_image '''\n################################################################################\nclass Texture_image(Base_image):\n    ################################################################################\n    ### Function: DecompressDXT1\n    ################################################################################    \n    def DecompressDXT1(self):\n        self.Read_image_data('H')\n        self.RGBA = RGBA_data(self.width,self.height,mode='CHANNEL')\n        #RGB Red 5 Green 6 Blue 5\n        color_0 = Color565()\n        color_1 = Color565()\n        \n        # 32 bit RGBA\n        colors  = []\n        colors.append(Color8888())\n        colors.append(Color8888())\n        colors.append(Color8888())\n        colors.append(Color8888())\n        \n        three = long(3)\n\n        pos = 0\n        zoff = self.mipmap * self.size_of_plane\n        y=0\n        while y < self.height:\n            x=0\n            while x < self.width:\n                color_0.Assign_bits(self.unprocessed[pos])\n                color_1.Assign_bits(self.unprocessed[pos+1])\n                \n                bitmask = (long(self.unprocessed[pos+2]) << 16) + self.unprocessed[pos+3]\n                \n                pos += 4\n\n                colors[0].r = color_0.nRed\n                colors[0].g = color_0.nGreen\n                colors[0].b = color_0.nBlue\n\n                colors[1].r = color_1.nRed\n                colors[1].g = color_1.nGreen\n                colors[1].b = color_1.nBlue\n\n\n                if color_0.val > color_1.val:\n                    colors[2].b = (2 * colors[0].b + colors[1].b + 1) / 3\n                    colors[2].g = (2 * colors[0].g + colors[1].g + 1) / 3\n                    colors[2].r = (2 * colors[0].r + colors[1].r + 1) / 3\n\n                    colors[3].b = (colors[0].b + 2 * colors[1].b + 1) / 3\n                    colors[3].g = (colors[0].g + 2 * colors[1].g + 1) / 3\n                    colors[3].r = (colors[0].r + 2 * colors[1].r + 1) / 3\n                    colors[3].a = 0xFF\n                else:\n                    colors[2].b = (colors[0].b + colors[1].b) >> 1\n                    colors[2].g = (colors[0].g + colors[1].g) >> 1\n                    colors[2].r = (colors[0].r + colors[1].r) >> 1\n\n                    colors[3].b = (colors[0].b + 2 * colors[1].b + 1) / 3\n                    colors[3].g = (colors[0].g + 2 * colors[1].g + 1) / 3\n                    colors[3].r = (colors[0].r + 2 * colors[1].r + 1) / 3\n                    colors[3].a = 0x00\n                    \n                j=0\n                k=0\n                for j in (2,3,0,1):\n                    i=0\n                    yval = y + j\n                    yoff = yval * self.Bps\n                    while i < 4:\n                        shift = k*2\n                        select = (bitmask & (three << shift)) >> shift\n                        col = colors[select]\n                        xval = x + i\n                        if xval < self.width and yval < self.height:\n                            offset = zoff + yoff + (xval * self.Bpp)\n                            self.RGBA.data[offset]   = col.r\n                            self.RGBA.data[offset+1] = col.g\n                            self.RGBA.data[offset+2] = col.b\n                            self.RGBA.data[offset+3] = col.a\n                        i+=1\n                        k+=1\n                x+=4\n            y+=4\n        del self.unprocessed\n        \n    ################################################################################\n    ### Function: DecompressDXT2 - untested and unused - so far...\n    ################################################################################\n    def DecompressDXT2(self):\n        self.DecompressDXT3()\n        self.CorrectPreMult()\n\t\n    def CorrectPreMult(self):\n        i=0\n        while i < self.final_size:\n            if not self.RGBA.data[i+3] == 0:\n                self.RGBA.data[i]   = (int(self.RGBA.data[i])   << 8) / self.RGBA.data[i+3]\n                self.RGBA.data[i+1] = (int(self.RGBA.data[i+1]) << 8) / self.RGBA.data[i+3]\n                self.RGBA.data[i+2] = (int(self.RGBA.data[i+2]) << 8) / self.RGBA.data[i+3]\n            i+=4\n                                          \n    ################################################################################\n    ### Function: DecompressDXT3\n    ################################################################################    \n    def DecompressDXT3(self):\n        self.Read_image_data('H')\n        self.RGBA = RGBA_data(self.width,self.height,mode='CHANNEL')\n        #RGB Red 5 Green 6 Blue 5\n        color_0 = Color565()\n        color_1 = Color565()\n        \n        # 32 bit RGBA\n        colors  = []\n        colors.append(Color8888())\n        colors.append(Color8888())\n        colors.append(Color8888())\n        colors.append(Color8888())\n        \n        three = long(3)\n\n        pos = 0\n        zoff = self.mipmap * self.size_of_plane\n        y=0\n        while y < self.height:\n            x=0\n            while x < self.width:\n                alpha = DXTAlphaBlockExplicit(self.unprocessed[pos:pos+4])\n                pos += 4\n                color_0.Assign_bits(self.unprocessed[pos])\n                color_1.Assign_bits(self.unprocessed[pos+1])\n                bitmask = (long(self.unprocessed[pos+2]) << 16) + self.unprocessed[pos+3]\n                pos += 4\n\n                colors[0].r = color_0.nRed\n                colors[0].g = color_0.nGreen\n                colors[0].b = color_0.nBlue\n\n                colors[1].r = color_1.nRed\n                colors[1].g = color_1.nGreen\n                colors[1].b = color_1.nBlue\n               \n                colors[2].b = (2 * colors[0].b + colors[1].b + 1) / 3\n                colors[2].g = (2 * colors[0].g + colors[1].g + 1) / 3\n                colors[2].r = (2 * colors[0].r + colors[1].r + 1) / 3\n\n                colors[3].b = (colors[0].b + 2 * colors[1].b + 1) / 3\n                colors[3].g = (colors[0].g + 2 * colors[1].g + 1) / 3\n                colors[3].r = (colors[0].r + 2 * colors[1].r + 1) / 3\n\n                k=0\n                j=0\n                for j in (2,3,0,1):\n                    i=0\n                    yval = y + j\n                    yoff = yval * self.Bps\n                    while i < 4:\n                        shift = k*2\n                        select = (bitmask & (three << shift)) >> shift\n                        col = colors[select]\n                        xval = x + i\n                        if xval < self.width and yval < self.height:\n                            offset = zoff + yoff + (xval * self.Bpp)\n                            self.RGBA.data[offset]   = col.r\n                            self.RGBA.data[offset+1] = col.g\n                            self.RGBA.data[offset+2] = col.b\n                        i+=1\n                        k+=1\n\n                j=0\n                while j < 4:\n                    yval = y + j\n                    yoff = yval * self.Bps\n                    word = alpha.row[j]\n                    i=0\n                    while i < 4:\n                        xval = x + i\n                        if xval < self.width and yval < self.height:\n                            offset = zoff + yval * self.Bps + (xval * self.Bpp) + 3\n                            self.RGBA.data[offset] = word & 0x0F\n                            self.RGBA.data[offset] = self.RGBA.data[offset] | (self.RGBA.data[offset] << 4)\n                        word = word >> 4\n                        i+=1\n                    j+=1\n                x+=4\n            y+=4\n        del self.unprocessed\n    \n    ################################################################################\n    ### Function: DecompressDXT4 - untested and unused - so far...\n    ################################################################################\n    def DecompressDXT4(self):\n        self.DecompressDXT5()\n        self.CorrectPreMult()\n        \n    ################################################################################\n    ### Function: DecompressDXT5\n    ################################################################################    \n    def DecompressDXT5(self):\n        self.Read_image_data('H')\n        self.RGBA = RGBA_data(self.width,self.height,mode='CHANNEL')\n        #RGB Red 5 Green 6 Blue 5\n        color_0 = Color565()\n        color_1 = Color565()\n        \n        # 32 bit RGBA\n        colors  = []\n        colors.append(Color8888())\n        colors.append(Color8888())\n        colors.append(Color8888())\n        colors.append(Color8888())\n        alphas = [0,0,0,0,0,0,0,0]\n        three = long(3)\n        z=0\n        pos = 0\n        zoff = self.mipmap * self.size_of_plane\n        y=0\n        while y < self.height:\n            x=0\n            while x < self.width:\n                if y >= self.height or x >= self.width: break\n                alphas[0] = self.unprocessed[pos] >> 8\n                alphas[1] = self.unprocessed[pos] % (alphas[0] << 8)\n                alphamask = self.unprocessed[pos+1]\n                alphamask2 = self.unprocessed[pos+2]\n                \n                pos += 4\n                color_0.Assign_bits(self.unprocessed[pos])\n                color_1.Assign_bits(self.unprocessed[pos+1])\n                bitmask = (long(self.unprocessed[pos+2]) << 16) + self.unprocessed[pos+3]\n                pos += 4\n\n                colors[0].r = color_0.nRed\n                colors[0].g = color_0.nGreen\n                colors[0].b = color_0.nBlue\n\n                colors[1].r = color_1.nRed\n                colors[1].g = color_1.nGreen\n                colors[1].b = color_1.nBlue\n               \n                colors[2].b = (2 * colors[0].b + colors[1].b + 1) / 3\n                colors[2].g = (2 * colors[0].g + colors[1].g + 1) / 3\n                colors[2].r = (2 * colors[0].r + colors[1].r + 1) / 3\n\n                colors[3].b = (colors[0].b + 2 * colors[1].b + 1) / 3\n                colors[3].g = (colors[0].g + 2 * colors[1].g + 1) / 3\n                colors[3].r = (colors[0].r + 2 * colors[1].r + 1) / 3\n\n                k=0\n                j=0\n                for j in (2,3,0,1):\n                    i=0\n                    yval = y + j\n                    yoff = yval * self.Bps\n                    while i < 4:\n                        shift = k*2\n                        select = (bitmask & (three << shift)) >> shift\n                        col = colors[select]\n                        xval = x + i\n                        if xval < self.width and yval < self.height:\n                            offset = zoff + yoff + (xval * self.Bpp)\n                            self.RGBA.data[offset]   = col.r\n                            self.RGBA.data[offset+1] = col.g\n                            self.RGBA.data[offset+2] = col.b\n                        i+=1\n                        k+=1\n\n                j=0\n                if (alphas[0] > alphas[1]):    \n                    alphas[2] = (6 * alphas[0] + 1 * alphas[1] + 3) / 7\n                    alphas[3] = (5 * alphas[0] + 2 * alphas[1] + 3) / 7\n                    alphas[4] = (4 * alphas[0] + 3 * alphas[1] + 3) / 7\n                    alphas[5] = (3 * alphas[0] + 4 * alphas[1] + 3) / 7\n                    alphas[6] = (2 * alphas[0] + 5 * alphas[1] + 3) / 7\n                    alphas[7] = (1 * alphas[0] + 6 * alphas[1] + 3) / 7\n                else :\n                    alphas[2] = (4 * alphas[0] + 1 * alphas[1] + 2) / 5\n                    alphas[3] = (3 * alphas[0] + 2 * alphas[1] + 2) / 5\n                    alphas[4] = (2 * alphas[0] + 3 * alphas[1] + 2) / 5\n                    alphas[5] = (1 * alphas[0] + 4 * alphas[1] + 2) / 5\n                    alphas[6] = 0x00\n                    alphas[7] = 0xFF\n                bits = alphamask\n                j=0\n                while j < 2:\n                    i=0\n                    while i < 4:\n                        if (((x + i) < self.width) and ((y + j) < self.height)):\n                            offset = z * self.size_of_plane + (y + j) * self.Bps + (x + i) * self.Bpp + 3\n                            self.RGBA.data[offset] = alphas[bits & 0x07]\n                        bits >>= 3\n                        i+=1\n                    j+=1\n                bits = alphamask2\n                j=2\n                while j < 4:\n                    i=0\n                    while i < 4:\n                        if (((x + i) < self.width) and ((y + j) < self.height)):\n                            offset = z * self.size_of_plane + (y + j) * self.Bps + (x + i) * self.Bpp + 3\n                            self.RGBA.data[offset] = alphas[bits & 0x07]\n                        bits >>= 3\n                        i+=1\n                    j+=1\n                x+=4\n            y+=4\n        del self.unprocessed\n    \n    ################################################################################\n    ### Function: DecompressARGB32bit\n    ################################################################################\n    def DecompressARGB32bit(self,alpha=True,rgb=True,swizzled=False):\n        self.Read_image_data('B')\n        self.RGBA = RGBA_data(self.width,self.height,mode='CHANNEL')\n        i=0\n        size = self.final_size\n        #account for BGR\n        r=2 ; b=0\n        if not rgb: r=0 ; b=2\n            \n        while i < size:\n            self.RGBA.data[i]   = self.unprocessed[i+r]\n            self.RGBA.data[i+1] = self.unprocessed[i+1]\n            self.RGBA.data[i+2] = self.unprocessed[i+b]\n            if alpha:\n                self.RGBA.data[i+3] = self.unprocessed[i+3]\n            else:\n                self.RGBA.data[i+3] = 0xFF\n            i+= 4\n                \n        if swizzled:\n            self.RGBA.data = array.array('L',self.RGBA.data.tostring())\n            self.unswiz = array.array('L',chr(0)*self.final_size)\n            self.offset = 0\n            self.Unswizzle(0,0,self.width,self.height,self.width)\n            self.RGBA.data = array.array('B',self.unswiz.tostring())\n            \n    ##############################################################################\n    ### Function: DecompressRGB16bit\n    ############################################################################        \n    def DecompressRGB16bit(self,a1555=False,alpha=False,swizzled=False):\n        self.Read_image_data('H')\n        self.RGBA = RGBA_data(self.width,self.height,mode='CHANNEL')\n        if a1555:\n            color = Color1555(alpha=alpha)\n        else:\n            color = Color565()\n            \n        pos = 0            \n        size = self.final_size\n        i=0\n        while i < size:\n            color.Assign_bits(self.unprocessed[pos])\n            pos+=1\n            self.RGBA.data[i]   = color.nRed\n            self.RGBA.data[i+1] = color.nGreen\n            self.RGBA.data[i+2] = color.nBlue\n            self.RGBA.data[i+3] = color.nAlpha\n           \n            i+=4\n            \n        if swizzled:\n            self.RGBA.data = array.array('L',self.RGBA.data.tostring())\n            self.unswiz = array.array('L',chr(0)*self.final_size)\n            self.offset = 0\n            self.Unswizzle(0,0,self.width,self.height,self.width)\n            self.RGBA.data = array.array('B',self.unswiz.tostring())\n            \n    ############################################################################\n    ### Function: DecompressRGB24bit\n    ############################################################################        \n    def DecompressRGB24bit(self,swizzled=False):\n        self.Read_image_data('B')\n        self.RGBA = RGBA_data(self.width,self.height,mode='CHANNEL')\n        i=0\n        pos = 0\n        size = self.final_size\n        while i < size:\n            self.RGBA.data[i]   = self.unprocessed[pos+2]\n            self.RGBA.data[i+1] = self.unprocessed[pos+1]\n            self.RGBA.data[i+2] = self.unprocessed[pos]\n            self.RGBA.data[i+3] = 0xFF\n            pos+=3\n            i+=4\n            \n        if swizzled:\n            self.RGBA.data = array.array('L',self.RGBA.data.tostring())\n            self.unswiz = array.array('L',chr(0)*self.final_size)\n            self.offset = 0\n            self.Unswizzle(0,0,self.width,self.height,self.width)\n            self.RGBA.data = array.array('B',self.unswiz.tostring())\n            \n    ############################################################################\n    ### Function: Unswizzle\n    ############################################################################    \n    def Unswizzle(self,offset,offsetout,width,height,stride):\n        if width < 2 or height < 2:\n            length = width * height\n            self.unswiz[offsetout:offsetout+length] = self.RGBA.data[self.offset:self.offset+length]\n            offsetout = offsetout + (length)\n        elif width == 2 and height == 2:\n            self.unswiz[offsetout] = self.RGBA.data[self.offset]\n            self.unswiz[offsetout + 1] = self.RGBA.data[self.offset + 1]\n            self.unswiz[offsetout + stride] = self.RGBA.data[self.offset + 2]\n            self.unswiz[offsetout + stride + 1] = self.RGBA.data[self.offset + 3]\n            self.offset = self.offset + 4\n        else:\n            self.Unswizzle(self.offset, offsetout, width / 2, height / 2, stride)\n            self.Unswizzle(self.offset, offsetout + (width / 2), width / 2, height / 2, stride)\n            self.Unswizzle(self.offset, offsetout + (stride * (height / 2)), width / 2, height / 2, stride)\n            self.Unswizzle(self.offset, offsetout + (stride * (height / 2)) + (width / 2), width / 2, height / 2, stride)\n        \n################################################################################\n''' Class: XPR0_image '''\n################################################################################    \nclass XPR0_image(Texture_image):\n    def __init__(self,mipmap=0,addr=0,size=None,file=None,process=True):\n        self.init()\n        self.type = 'XPR0'\n        if not file:\n            self.Create_blank()\n            return\n        if not size:\n            size = ospath_getsize(file)\n        self.file = file\n        self.mipmap = mipmap\n        self.addr = addr\n        self.size = size\n        self.Read_header()\n        self.Get_image_dimensions()\n        self.data_size = self.size - self.data_offset\n        self.size_of_plane = self.width * self.height\n        self.Bps = self.width * 4\n        self.Bpp = 4\n        self.final_size = self.size_of_plane * self.Bpp\n        self.RGBA = None\n        if not process: return\n        if self.header['TextureFormat'] == 12:\n            self.DecompressDXT1()\n        elif self.header['TextureFormat'] == 14:\n            self.DecompressDXT3()\n        elif self.header['TextureFormat'] == 6:\n            self.DecompressARGB32bit(swizzled=True)\n        elif self.header['TextureFormat'] == 7:\n            self.DecompressARGB32bit(alpha=False,swizzled=True)\n        elif self.header['TextureFormat'] == 15:\n            self.DecompressDXT5()\n        else:\n            pass\n        #6  RGBA8   0x06\n        #12 DXT1    0x0C\n        #14 DXT3    0x0E\n\t#15 DXT5    0x0F\n\t#11 P8      0x0B\n\n    def Read_header(self):\n        format = '4s5L4B2L'\n        f = open(self.file,'rb')\n        f.seek(self.addr)\n        \n        self.header = {}\n        self.header['XPRMagic'],\\\n        self.header['TotalSize'],\\\n        self.header['HeaderSize'],\\\n        self.header['TextureCommon'],\\\n        self.header['TextureData'],\\\n        self.header['TextureLock'],\\\n        self.header['TextureMisc1'],\\\n        self.header['TextureFormat'],\\\n        l_w,\\\n        h_m,\\\n        self.header['TextureSize'],\\\n        self.header['EndOfHeader'] = unpack(format,f.read(calcsize(format)))\n        f.close()\n        # Get 4 bit values\n        l = l_w >> 4\n        self.header['TextureLevel'] = l\n        if l:\n            self.header['TextureWidth'] = l_w % (l << 4)\n        else:\n            self.header['TextureWidth'] = l_w\n        h = h_m >> 4\n        self.header['TextureHeight'] = h\n        if h:\n            self.header['TextureMisc2'] = h_m % (h << 4)\n        else:\n            self.header['TextureMisc2'] = h_m\n        \n    def Get_image_dimensions(self):\n        levels = {8:(256,256),\n                  7:(128,128),\n                  6:(64,64),\n                  5:(32,32),\n                  4:(16,16),\n                  3:(8,8),\n                  2:(4,4),\n                  1:(2,2),\n                  0:(1,1)}\n        if levels.has_key(self.header['TextureLevel']):\n            self.width, self.height = levels[self.header['TextureLevel']]\n        else:\n            self.width, self.height = 128 , 128\n        self.data_offset = self.header['HeaderSize']\n        \n################################################################################\n''' Class: DDS_image ''' \n################################################################################    \nclass DDS_image(Texture_image):\n    def __init__(self,mipmap=0,addr=0,size=None,file=None,process=True):\n        self.init()\n        self.type = 'DDS'\n        if not file:\n            self.Create_blank()\n            return\n        if not size:\n            size = ospath_getsize(file)\n        self.file = file\n        self.mipmap = mipmap\n        self.addr = addr\n        self.size = size\n        self.Read_header(addr)\n        self.Get_image_dimensions()\n        self.data_size = self.size - self.data_offset\n        self.size_of_plane = self.width * self.height\n        self.Bps = self.width * 4\n        self.Bpp = 4\n        self.final_size = self.size_of_plane * self.Bpp\n        self.RGBA = None\n        if not process: return\n        alpha = True\n        if self.header['pfFourCC'] == 'DXT1':\n            self.DecompressDXT1()\n        elif self.header['pfFourCC'] == 'DXT2':\n            self.DecompressDXT2()\n        elif self.header['pfFourCC'] == 'DXT3':\n            self.DecompressDXT3()\n        elif self.header['pfFourCC'] == 'DXT4':\n            self.DecompressDXT4()\n        elif self.header['pfFourCC'] == 'DXT5':\n            self.DecompressDXT5()\n        elif self.header['pfFourCC'] == '\\x00\\x00\\x00\\x00':\n            #Need to find out if image is swizzled?\n            if self.header['pfBpp'] == 32:\n                rgb = True\n                alpha = True\n                if not self.header['pfBlueMask'] == 0xFF: rgb=False\n                if not self.header['pfAlphaMask']: alpha = False\n                self.DecompressARGB32bit(alpha=alpha,rgb=rgb)\n            elif self.header['pfBpp'] == 16:\n                a1555 = False\n                alpha = False\n                if self.header['pfGreenMask'] == 992:\n                    a1555 = True\n                    if self.header['pfAlphaMask']: alpha = True     \n                self.DecompressRGB16bit(a1555=a1555,alpha=alpha)\n            elif self.header['pfBpp'] == 24:\n                self.DecompressRGB24bit()\n            else:\n                pass\n        else:\n            pass\n        self.RGBA.has_alpha = alpha\n        \n    def Read_header(self,addr):\n        format = '4s8L40s2L4s10L'\n        f = open(self.file,'rb')\n        f.seek(self.addr)\n\n        self.header = {}\n        self.header['magic'],\\\n        self.header['size'],\\\n        self.header['flags'],\\\n        self.header['height'],\\\n        self.header['width'],\\\n        self.header['pitch'],\\\n        self.header['depth'],\\\n        self.header['mipMapLevels'],\\\n        self.header['alphaBitDepth'],\\\n        reserved,\\\n        self.header['pfSize'],\\\n        self.header['pfFlags'],\\\n        self.header['pfFourCC'],\\\n        self.header['pfBpp'],\\\n        self.header['pfRedMask'],\\\n        self.header['pfGreenMask'],\\\n        self.header['pfBlueMask'],\\\n        self.header['pfAlphaMask'],\\\n        self.header['caps1'],\\\n        self.header['caps2'],\\\n        self.header['caps3'],\\\n        self.header['caps4'],\\\n        self.header['textureStage'] = unpack(format,f.read(calcsize(format)))\n        f.close()\n    \n    def Get_image_dimensions(self):\n        self.width = self.header['width']\n        self.height = self.header['height']\n        self.data_offset = self.header['size'] + 4\n\n################################################################################\n''' Class: TGA_image ''' \n################################################################################    \nclass TGA_image(Indexed_image,BGR_image,RLE_image,Greyscale_image):\n    def __init__(self,addr=0,size=None,file=None,process=True):\n        self.init()\n        if not size:\n            size = ospath_getsize(file)\n        self.file_size = size\n        self.file = file\n        self.addr = addr\n        self.size = size\n        self.type = 'TGA'\n        self.pallete = None\n        self.Read_header()\n        self.flipped = False\n        if self.header['ImageDescriptor'] & 32:\n            self.flipped = True\n        self.alpha_bits = self.header['ImageDescriptor'] & 15\n        self.Get_image_dimensions()\n        self.size_of_plane = self.width * self.height\n        self.sourceBpp = self.header['BitsPerPixel']/8\n        self.data_size = self.width * self.height * self.sourceBpp\n        self.Bps = self.width * self.sourceBpp\n        self.Bpp = 4\n        self.final_size = self.size_of_plane * self.Bpp\n        self.RGBA = None\n        if not process: return\n        self.Process()\n\n    def Process(self):\n        typecode = self.header['DataTypeCode']\n        bpp = self.header['BitsPerPixel']\n        index_pixel = self.header['ColorMapDepth'] / 8\n        if typecode == 2: #BGR\n            if   bpp == 32:\n                self.Process32bit(alpha=True)\n            elif bpp == 24:\n                self.Process24bit(pad=False)\n            elif bpp == 16:\n                self.Process16bit(pad=False)\n        elif typecode == 1: #Indexed\n            psize = self.header['ColorMapLength'] * index_pixel\n            self.pad = False\n            if index_pixel == 32:\n                self.Read_palette(psize,4)\n                if bpp == 8: self.Process8bit()\n            elif index_pixel == 24:\n                self.Read_palette(psize,3)\n                if bpp == 8: self.Process8bit()\n            elif index_pixel == 16:\n                self.Read_16bit_palette(psize)\n                if bpp == 8: self.Process8bit()\n        elif typecode == 9: #RLE Indexed\n            self.data_size = self.size - self.data_offset\n            psize = self.header['ColorMapLength'] * index_pixel\n            self.pad = False\n            if index_pixel == 4:\n                self.Read_palette(psize,4)\n                if bpp == 8: self.Process_PacketRLE8()\n            elif index_pixel == 3:\n                self.Read_palette(psize,3)\n                if bpp == 8: self.Process_PacketRLE8()\n            elif index_pixel == 2:\n                self.Read_16bit_palette(psize)\n                if bpp == 8: self.Process_PacketRLE8()\n        elif typecode == 10: #RLE\n            self.data_size = self.size - self.data_offset\n            self.Process_PacketRLE_BGR()\n        elif typecode == 3: # Grey\n            if bpp == 16:\n                self.Process_greyA_16bit()\n                if not self.flipped: Manipulator(image=self.RGBA).Flip()\n            elif bpp == 8:\n                self.Process_grey_8bit()\n        elif typecode == 11: #Grey RLE\n            self.data_size = self.size - self.data_offset\n            if bpp == 16:\n                self.Process_grey_PacketRLE16()\n            elif bpp == 8:\n                self.Process_grey_PacketRLE8()\n                \n        if self.alpha_bits: self.RGBA.has_alpha = True\n            \n    def Read_header(self):\n        format = '<3B2HB4H2B'\n        f = open(self.file,'rb')\n        f.seek(self.addr)\n\n        self.header = {}\n        self.header['IdLength'],\\\n        self.header['ColorMapType'],\\\n        self.header['DataTypeCode'],\\\n        self.header['ColorMapOrigin'],\\\n        self.header['ColorMapLength'],\\\n        self.header['ColorMapDepth'],\\\n        self.header['xOrigin'],\\\n        self.header['yOrigin'],\\\n        self.header['Width'],\\\n        self.header['Height'],\\\n        self.header['BitsPerPixel'],\\\n        self.header['ImageDescriptor'] = unpack(format,f.read(calcsize(format)))\n        self.head_size = calcsize(format)\n        \n        format = '<2L16sH'\n        f.seek(-26,2)\n\n        self.footer = {}\n        self.footer['ExtOffset'],\\\n        self.footer['DevOffset'],\\\n        self.footer['Signature'],\\\n        self.footer['Unimportant'] = unpack(format,f.read(calcsize(format)))\n        f.close()\n        if self.footer['Signature'] == 'TRUEVISION-XFILE':\n            if self.footer['ExtOffset']:\n                self.size = self.footer['ExtOffset'] - 1\n            else:\n                self.size -= 26\n        else:\n            del self.footer\n            self.footer = None\n        return True\n        \n    def Get_image_dimensions(self):\n        self.width = self.header['Width']\n        self.height = self.header['Height']\n        self.data_offset = 18 + self.header['IdLength'] + (self.header['ColorMapLength'] * (self.header['ColorMapDepth']/8))\n        self.palette_offset = 18 + self.header['IdLength']\n\n################################################################################\n''' Class: ICO_image ''' \n################################################################################    \nclass ICO_image(Indexed_image,BGR_image,RLE_image):\n    def __init__(self,addr=0,size=None,file=None,process=True,options=None):\n        self.default_icon = None\n        if options:\n            if options.has_key('icon'):\n                self.default_icon = options['icon']\n        self.init()\n        if not size:\n            size = ospath_getsize(file)\n        self.file_size = size\n        self.file = file\n        self.addr = addr\n        self.size = size\n        self.type = 'ICO'\n        self.Read_header()\n        self.final_size = self.width * self.height * 4\n        if process: self.Process()\n\n    def Process(self):\n        bitcount = self.icon_heads[self.default_icon]['Bitcount']\n        if bitcount == 32:\n            self.Process32bit()\n        elif bitcount == 24:\n            self.Process24bit()\n        elif bitcount == 16:\n            self.Process16bit()\n        elif bitcount == 8:\n            self.Read_palette(self.palette_size)\n            self.Process8bit()\n        elif bitcount == 4:\n            self.Read_palette(self.palette_size)\n            self.Process4bit()\n        elif bitcount == 1:\n            self.Read_palette(self.palette_size)\n            self.Process1bit()\n            self.RGBA.mono = True\n\n        self.Process_Mask()\n        self.RGBA.has_alpha = True\n\n    def Process_Mask(self):\n        f = open(self.file,'rb')\n        f.seek(self.mask_offset)\n        mask = array.array('B',f.read(self.mask_size))\n        f.close\n        self.RGBA.Channel_mode()\n        \n        padsize = ((32 - (self.width % 32)) / 8) % 4\n        pos = 0\n        row_l = self.width * 4\n        j = (self.height-1)*row_l\n        while j >= 0:\n            i=0\n            while i < row_l:\n                c=0\n                k=128\n                while c < 8:\n                    if (mask[pos] & k): self.RGBA.data[j+i+3] = 0\n                    k >>= 1\n                    i+=4\n                    if i >= row_l: break\n                    c+=1\n                pos +=1\n            pos +=padsize\n            j-=row_l\n        \n    def Read_header(self):\n        format = '<3H'\n        f = open(self.file,'rb')\n        f.seek(self.addr)\n\n        self.header = {}\n        self.header['Reserved'],\\\n        self.header['Type'],\\\n        self.header['Count'] = unpack(format,f.read(calcsize(format)))\n\n        format = '<BBBBHHLL'\n        format2 = '<3i2h6i'\n        self.icon_heads = []\n        x = 0\n        last = 0\n        choice = 0\n        while x < self.header['Count']:\n            header = {}\n            header['Width'],\\\n            header['Height'],\\\n            header['ColorCount'],\\\n            header['Reserved'],\\\n            header['Planes'],\\\n            header['Bitcount'],\\\n            header['BytesInRes'],\\\n            header['ImageOffset'] = unpack(format,f.read(calcsize(format)))\n            \n            self.icon_heads.append(header)\n            #choose largest icon as default\n            test = header['Width'] * header['Height'] * header['Bitcount']\n            if test > last:\n                last = test\n                choice = x\n            x+=1\n        for h in range(0,len(self.icon_heads)):\n            f.seek(self.icon_heads[h]['ImageOffset'])\n            \n            self.icon_heads[h]['HeaderSize'],\\\n            width,\\\n            height,\\\n            self.icon_heads[h]['Planes'],\\\n            self.icon_heads[h]['Bitcount'],\\\n            self.icon_heads[h]['Compression'],\\\n            self.icon_heads[h]['SizeImage'],\\\n            self.icon_heads[h]['XPelsPerMeter'],\\\n            self.icon_heads[h]['YPelsPerMeter'],\\\n            self.icon_heads[h]['ClrUsed'],\\\n            self.icon_heads[h]['ClrImportant'] = unpack(format2,f.read(calcsize(format2)))\n            #print self.icon_heads[h]\n        f.close()\n        if not self.default_icon == None:\n            if self.default_icon < len(self.icon_heads):\n                choice = self.default_icon\n            else:\n                self.default_icon = choice\n        else:\n            self.default_icon = choice\n        self.width = self.icon_heads[choice]['Width']\n        self.height = self.icon_heads[choice]['Height']\n        self.data_offset = self.icon_heads[choice]['ImageOffset'] + 40\n        self.sourceBpp = self.icon_heads[choice]['Bitcount'] / 8.0\n        if self.sourceBpp >= 1: self.sourceBpp = int(self.sourceBpp)\n        colors = self.icon_heads[choice]['ClrUsed']\n        if self.sourceBpp <= 1:\n            self.palette_size = colors * 4\n            if not self.palette_size:\n                if self.sourceBpp == 1:\n                    self.palette_size = 1024\n                elif self.sourceBpp == 0.5:\n                    self.palette_size = 64\n                elif self.sourceBpp == 0.125:\n                    self.palette_size = 2\n            self.palette_offset = self.data_offset\n            self.data_offset = self.palette_offset + self.palette_size\n        self.Bps = self.width * self.sourceBpp\n        #Do I need to pad this? --------------------------------------------------------------------------------------------_FIX\n        self.data_size = int(self.width * self.height * self.sourceBpp)\n        #print self.data_size\n        #self.data_size =\n        #print self.icon_heads[choice]['SizeImage']        \n        self.mask_offset = self.data_offset + self.data_size\n        self.mask_size = self.icon_heads[choice]['BytesInRes'] + self.icon_heads[choice]['ImageOffset'] - self.mask_offset\n\ndef GetShiftFromMask(mask): #TODO: Test if this works\n\tif not mask: return 0\n\n\tshift = 0;\n\twhile mask & 1 == 0:\n\t\tmask >>= 1\n\t\tshift+=1\n  \n\treturn shift\n\n################################################################################\n''' Class: BMP_image ''' \n################################################################################    \nclass BMP_image(Indexed_image,BGR_image,RLE_image):\n    def __init__(self,addr=0,size=None,file=None,process=True):\n        self.init()\n        if not size:\n            size = ospath_getsize(file)\n        self.file_size = size\n        self.file = file\n        self.addr = addr\n        self.size = size\n        self.type = 'BMP'\n        self.pallete = None\n        self.pad = True\n        if not self.Read_header():\n            self.Process_OS2(process)\n            return\n        self.flipped = False\n        if self.header['Height'] < 0:\n            self.flipped = True\n            self.header['Height'] = self.header['Height'] * -1\n        self.palette_offset = self.addr + self.head_size\n        self.Get_image_dimensions()\n        self.size_of_plane = self.width * self.height\n        self.sourceBpp = self.header['BitCount']/8\n        self.data_size = self.header['SizeImage']\n        self.Bps = self.width * self.sourceBpp\n        self.Bpp = 4\n        self.final_size = self.size_of_plane * self.Bpp\n        self.RGBA = None\n        if not process: return\n        if not self.header['Compression'] or self.header['Compression'] == 3:\n            if self.header['BitCount'] == 24:\n                self.Process24bit()\n            elif self.header['BitCount'] == 16:\n                self.Process16bit()\n            elif self.header['BitCount'] == 32:\n                if self.header['Compression'] == 3:\n                    self.Process32bitCompressed()\n                else:\n                    self.Process32bit()\n            elif self.header['BitCount'] == 1:\n                self.Read_palette(8)\n                self.Process1bit()\n                self.RGBA.indexed = True\n                self.RGBA.mono = True\n            elif self.header['BitCount'] == 4:\n                self.Read_palette(64)\n                self.Process4bit()\n                self.RGBA.indexed = True\n            elif self.header['BitCount'] == 8:\n                self.Read_palette(1024)\n                self.Process8bit()\n                self.RGBA.indexed = True\n            else:\n                pass\n        else:\n            size = self.header['ClrUsed'] * 4\n            if self.header['Compression'] == 2:\n                if not size: size = 64\n                self.Read_palette(size)\n                self.Process_RLE4()\n            elif self.header['Compression'] == 1:\n                if not size: size = 1024\n                self.Read_palette(size)\n                self.Process_RLE8()\n            else:\n                pass\n            self.RGBA.indexed = True\n\n    def Process_OS2(self,process):\n        self.Read_OS2_header()\n        self.Get_image_dimensions()\n        self.size_of_plane = self.width * self.height\n        self.sourceBpp = self.header['BitCount']/8\n        self.size = self.header['FileSize']\n        self.Bps = self.width * self.sourceBpp\n        self.Bpp = 4\n        self.final_size = self.size_of_plane * self.Bpp\n        self.flipped = False\n        self.RGBA = None\n        if not process: return\n        if self.header['BitCount'] == 1:\n            self.Read_palette(6,pixBytes=3)\n            self.Process1bit()\n            self.RGBA.indexed = True\n            self.RGBA.mono = True\n        elif self.header['BitCount'] == 4:\n            self.Read_palette(48,pixBytes=3)\n            self.Process4bit()\n            self.RGBA.indexed = True\n        elif self.header['BitCount'] == 8:\n            self.Read_palette(768,pixBytes=3)\n            self.Process8bit()\n            self.RGBA.indexed = True\n        else:\n            self.Process24bit()\n            \n    def Read_palette(self,size,pixBytes=4):\n        f = open(self.file,'rb')\n        f.seek(self.addr + self.head_size)\n        p_temp = array.array('B',f.read(size))\n        pix = array.array('B',chr(0)*4)\n        self.palette = array.array('L',chr(0)*((size/pixBytes)*4))\n        f.close()\n        i=0\n        p=0\n        pix[3] = 255\n        while i < size/pixBytes:\n            pix[0] = p_temp[p+2]\n            pix[1] = p_temp[p+1]\n            pix[2] = p_temp[p]\n            self.palette[i] = unpack('L',pix.tostring())[0]\n            p += pixBytes\n            i+=1\n        \n    def Read_header(self):\n        format = '<2siI4i2h6i'\n        f = open(self.file,'rb')\n        f.seek(self.addr)\n\n        self.header = {}\n        self.header['Magic'],\\\n        self.header['FileSize'],\\\n        self.header['Reserved'],\\\n        self.header['DataOff'],\\\n        self.header['HeaderSize'],\\\n        self.header['Width'],\\\n        self.header['Height'],\\\n        self.header['Planes'],\\\n        self.header['BitCount'],\\\n        self.header['Compression'],\\\n        self.header['SizeImage'],\\\n        self.header['XPelsPerMeter'],\\\n        self.header['YPelsPerMeter'],\\\n        self.header['ClrUsed'],\\\n        self.header['ClrImportant'] = unpack(format,f.read(calcsize(format)))\n        self.head_size = calcsize(format)\n        f.close()\n        if not self.header['HeaderSize'] == 40: return False\n        return True\n\n    def Read_OS2_header(self):\n        format = '<2sIhhII4H'\n        f = open(self.file,'rb')\n        f.seek(self.addr)\n\n        self.header = {}\n        self.header['Magic'],\\\n        self.header['FileSize'],\\\n        self.header['XHotSpot'],\\\n        self.header['YHotspot'],\\\n        self.header['DataOff'],\\\n        self.header['Fix'],\\\n        self.header['Width'],\\\n        self.header['Height'],\\\n        self.header['Planes'],\\\n        self.header['BitCount'] = unpack(format,f.read(calcsize(format)))\n        self.head_size = calcsize(format)\n        f.close()\n        return True\n        \n    def Get_image_dimensions(self):\n        self.width = self.header['Width']\n        self.height = self.header['Height']\n        self.data_offset = self.header['DataOff']\n\n    def Process32bitCompressed(self):\n        self.Read_image_data('B')\n        self.RGBA = RGBA_data(self.width,self.height,mode='CHANNEL')\n        pos = 0\n        #Neet to test......                                                      FIX----\n        pos = self.header['DataOff'] - 12\n        rMask = unpack('L',self.unprocessed[pos:pos+4].tostring())\n        pos += 4\n        gMask = unpack('L',self.unprocessed[pos:pos+4].tostring())\n        pos += 4\n        bMask = unpack('L',self.unprocessed[pos:pos+4].tostring())\n        pos += 4\n        rShiftL, rShiftR = GetShiftFromMask(rMask) \n        gShiftL, gShiftR = GetShiftFromMask(gMask)\n        bShiftL, bShiftR = GetShiftFromMask(bMask)     \n        i=0\n        while i < self.final_size:\n            Read = unpack('L',self.unprocessed[pos:pos+4].tostring())\n            pos+=4\n            if Read != 1: return False            \n            self.RGBA.data[i] = ((Read & bMask) >> bShiftR) << bShiftL\n            self.RGBA.data[i + 1] = ((Read & gMask) >> gShiftR) << gShiftL\n            self.RGBA.data[i + 2] = ((Read & rMask) >> rShiftR) << rShiftL\n            self.RGBA.data[i + 3] = 0xFF\n            i+=4\n        \n################################################################################\n''' Class: JPEG_image NOT FINISHED - WIP =]''' \n################################################################################    \nclass JPEG_image(Base_image):\n    def __init__(self,addr=0,size=None,file=None,process=True):\n        self.init()\n        import TonyJpegDecoder\n        if not size:\n            size = ospath_getsize(file)\n        self.file_size = size\n        self.file = file\n        self.addr = addr\n        self.size = size\n        self.type = 'JPG'\n        self.header = {}\n        self.decoder = TonyJpegDecoder.TonyJpegDecoder()\n        self.data = self.decoder.DecompressImage(openfile(file,'rb').read())\n        self.width = self.decoder.Width\n        self.height = self.decoder.Height\n        self.size_of_plane = self.width * self.height\n        self.sourceBpp = 3\n        self.size = size\n        self.Bps = self.width * self.sourceBpp\n        self.Bpp = 4\n        self.final_size = self.size_of_plane * self.Bpp\n        self.RGBA = None\n        if not process: return\n        self.Process_data()\n\n    def Process_data(self):\n        self.RGBA = RGBA_data(self.width,self.height,fill=chr(255),mode='CHANNEL')\n        pos=0\n        x=0\n        y=self.height-1\n        padding = (self.width % 2)*3\n        while y > 0:\n            x=0\n            while x < self.width*4:\n                row = y*self.width*4\n                self.RGBA.data[row+x]   = self.data[pos+2]\n                self.RGBA.data[row+x+1] = self.data[pos+1]\n                self.RGBA.data[row+x+2] = self.data[pos]\n                self.RGBA.data[row+x+3] = 255\n                pos+=3\n                x+=4\n            pos+=padding\n            y-=1\n\n################################################################################\n''' Class: PNG_image '''\n################################################################################    \nclass PNG_image(Indexed_image,Greyscale_image):\n    \n    def Filter_0(self,row,data): #None\n        self.over = data\n        return data\n    \n    def Filter_1(self,row,data): #Left\n        l=len(data);x=0\n        #l=self.Bps;x=0\n        while x < l:\n            left = x - self.filterBpp\n            if left < 0:\n                left = 0\n            else:\n                left = data[left]\n            data[x] = (data[x] + left) % 256\n            x+=1\n        self.over = data\n        return data\n    \n    def Filter_2(self,row,data): #Up\n        row_l = len(data)#self.Bps\n        x=0\n        while x < row_l:\n            data[x] = (data[x] + self.over[x]) % 256\n            x+=1\n        self.over = data\n        return data\n\n    def Filter_3(self,row,data): #Average\n        row_l = len(data)#self.Bps\n        x=0\n        while x < row_l:\n            left = x - self.filterBpp\n            if left < 0:\n                left = 0\n            else:\n                left = data[left]\n            above = self.over[x]\n            data[x] = (data[x] + ((left + above)/2)) % 256\n            x+=1\n        self.over = data\n        return data\n    \n    def Filter_4(self,row,data): #Paeth\n        row_l = len(data)#self.Bps\n        x=0\n        while x < row_l:\n            left = x - self.filterBpp\n            if left < 0:\n                left = 0\n                above_left = 0\n            else:\n                left = data[left]\n                above_left = self.over[x - self.filterBpp]\n            above = self.over[x]\n            data[x] = (data[x] + self.PaethPredictor(left,above,above_left)) % 256\n            x+=1\n        self.over = data\n        return data\n        \n    def PaethPredictor(self,l,a,ul):\n        p = l + a - ul        # initial estimate\n        pa = abs(p - l)     # distances to a, b, c\n        pb = abs(p - a)\n        pc = abs(p - ul)\n        # return nearest of a,b,c,\n        # breaking ties in order a,b,c.\n        if pa <= pb and pa <= pc:\n            return l\n        elif pb <= pc:\n            return a\n        else:\n            return ul\n\n    def Init_filter(self):\n        self.filterBpp = self.sourceBpp\n        if self.filterBpp < 1: self.filterBpp = 1\n        self.over = array.array('B',chr(0)*self.Bps)\n\n    def De_filter_rows(self):\n        row_l = self.Bps\n        x=0\n        l = self.height*row_l\n        self.Init_filter()\n        while x < l:\n            flt = self.unprocessed.pop(x)\n            if flt < 5: self.unprocessed[x:x+row_l] = self.filter[flt](self,x,self.unprocessed[x:x+row_l])\n            x+=row_l\n                \n    filter = {}\n    filter[0] = Filter_0\n    filter[1] = Filter_1\n    filter[2] = Filter_2\n    filter[3] = Filter_3\n    filter[4] = Filter_4\n    \n    def __init__(self,addr=0,size=None,file=None,process=True):\n        self.init()\n        if not size:\n            size = ospath_getsize(file)\n        self.file_size = size\n        self.file = file\n        self.addr = addr\n        self.size = size\n        self.type = 'PNG'\n        self.pad = False\n        self.data_offsets = {}\n        self.Read_header()\n        self.Get_image_dimensions()\n\n        self.interlaced = self.header['InterlaceType']\n        self.size_of_plane = self.width * self.height\n        self.Bpp = 4\n        self.final_size = self.size_of_plane * self.Bpp\n        self.RGBA = None\n        if not process: return\n        self.Process()\n\n    def Process(self):\n        colortype = self.header['ColorType']\n        bitdepth = self.header['Bitdepth']\n        if colortype == 6:\n            if bitdepth == 8: #RGB with alpha\n                self.Process_RGBA_32bit()\n            else:\n                self.Process_RGBA_64bit()\n            self.RGBA.has_alpha = True\n        elif colortype == 4: #Greyscale with alpha\n            if bitdepth == 8:\n                self.Process_greyA_16bit()\n            else:\n                self.Process_greyA_32bit()\n            self.RGBA.has_alpha = True\n            self.RGBA.grey = True\n        elif colortype == 3: #Indexed (Palette)\n            self.flipped = True            \n            if bitdepth == 8:\n                self.Process_indexed_8bit()\n            elif bitdepth == 4:\n                self.Process_indexed_4bit()\n            elif bitdepth == 2:\n                self.Process_indexed_2bit()\n            else:\n                self.Process_indexed_1bit()\n                self.RGBA.mono = True\n            self.RGBA.indexed = True\n        elif colortype == 2: #RGB \n            if bitdepth == 8:\n                self.Process_RGB_24bit()\n            else:\n                self.Process_RGB_48bit()\n        elif colortype == 0: #Greyscale\n            self.flipped = True\n            if bitdepth == 16:\n                self.Process_grey_16bit()\n            elif bitdepth == 8:\n                self.Process_grey_8bit()\n            elif bitdepth == 4:\n                self.Process_grey_4bit()\n            elif bitdepth == 2:\n                self.Process_grey_2bit()\n            else:\n                self.Process_grey_1bit()\n                self.RGBA.mono = True\n            self.RGBA.grey = True\n        if self.interlaced: self.DeInterlace()\n                \n    def Process_palette(self,data):\n        l=len(data)\n        self.palette = array.array('L',chr(0)*((l/3)*4))\n        i=0\n        p=0\n        while p < l:\n            self.palette[i] = unpack('L',data[p:p+3] + chr(255))[0]\n            p+=3\n            i+=1\n            \n    def DeInterlace(self):\n        # 1 6 4 6 2 6 4 6\n        # 7 7 7 7 7 7 7 7\n        # 5 6 5 6 5 6 5 6\n        # 7 7 7 7 7 7 7 7\n        # 3 6 4 6 3 6 4 6\n        # 7 7 7 7 7 7 7 7\n        # 5 6 5 6 5 6 5 6\n        # 7 7 7 7 7 7 7 7\n        # Good for testimg the De-Filtered data\n        self.RGBA.Pixel_mode()\n        data = self.RGBA.data[:]\n        pos = 0\n        \n        for xi,y,xjump,yjump in ((0,0,8,8),\n                                 (4,0,8,8),\n                                 (0,4,4,8),\n                                 (2,0,4,4),\n                                 (0,2,2,4),\n                                 (1,0,2,2),\n                                 (0,1,1,2)):\n            while y < self.height:\n                x=xi\n                while x < self.width:\n                    if pos >= len(data): break\n                    self.RGBA.data[(y*self.width)+x] = data[pos]\n                    x+=xjump\n                    pos+=1\n                if pos >= len(data): break\n                y+=yjump\n                \n    def DeFilter_interlaced_rows(self,data,width,height,row_l):\n        x=0\n        l = row_l*height\n        self.Init_filter()\n        while x < l:\n            flt = data.pop(x)\n            if flt < 5: data[x:x+row_l] = self.filter[flt](self,x,data[x:x+row_l])\n            x+=row_l\n        return data\n\n    def Read_interlaced_image_data(self):\n        f = openfile(self.file,'rb')\n        data = ''\n        s = self.data_offsets.keys()\n        s.sort()\n        for k in s:\n            f.seek(k,0)\n            data += f.read(self.data_offsets[k])\n        self.unprocessed = array.array('B',chr(0)*int(self.width*self.height*self.sourceBpp))\n        step = []\n        step.append( ( ((self.width+((8-self.width%8)%8))/8) , ((self.height+((8-self.height%8)%8))/8) ) )\n        step.append( ( ((self.width+((4-self.width%4)%4))/8) , ((self.height+((8-self.height%8)%8))/8) ) )\n        step.append( ( ((self.width+((4-self.width%4)%4))/4) , ((self.height+((4-self.height%4)%4))/8) ) )\n        step.append( ( ((self.width+((2-self.width%2)%2))/4) , ((self.height+((4-self.height%4)%4))/4) ) )\n        step.append( ( ((self.width+self.width%2)/2) , ((self.height+((2-self.height%2)%2))/4) ) )\n        step.append( ( (self.width/2) , ((self.height+self.height%2)/2) ) )\n        step.append( ( (self.width),(self.height/2) ) )\n        start = 0\n        d = array.array('B')\n        data = zlib.decompress(data)\n        sb=0\n        for width,height in step:\n            size = int(width*self.sourceBpp+1) * height\n            row_l = int(width*self.sourceBpp)\n            if self.sourceBpp == 0.125:\n                row_l = int((width + (8-width % 8)%8)/8)\n                size = (row_l+1) * height\n            elif self.sourceBpp == 0.250:\n                row_l = int((width + (4-width % 4)%4)/4)\n                size = (row_l+1) * height\n            elif self.sourceBpp == 0.5:\n                row_l = int((width + (2-width % 2)%2)/2)\n                size = (row_l+1) * height\n            tmp = array.array('B',data[start:start+size])\n            tmp =  self.DeFilter_interlaced_rows(tmp,width,height,row_l)\n            if self.sourceBpp < 1:\n                d+= self.Byte_convert(tmp,width)\n            else:\n                d += tmp\n            start+=size\n            sb+=1\n        f.close()\n        self.unprocessed = d\n\n    def Byte_convert(self,data,wid):\n        byted = array.array('B')\n        l=len(data)\n        x=0\n        z=1\n        if self.sourceBpp == 0.125:\n            m = 256;ss=1\n        elif self.sourceBpp == 0.250:\n            m = 64;ss=2\n        elif self.sourceBpp == 0.5:\n            m = 16;ss=4\n        while x < l:\n            c=7\n            s=128\n            byte = data[x]\n            while c >= 0:\n                if z > wid and wid%8:\n                    z=1\n                    break\n                val = ((byte & s)>>c) * m\n                if val: val-=1\n                byted += array.array('B',chr(val))\n                s>>=ss\n                c-=ss\n                z+=1\n            x+=1\n        return byted\n    \n    def Process_RGBA_32bit(self):\n        self.sourceBpp = 4\n        self.Bps = self.width * self.sourceBpp\n        self.Read_image_data('B')\n        self.RGBA = RGBA_data(self.width,self.height,data=self.unprocessed)\n        del self.unprocessed\n        \n    def Process_RGBA_64bit(self):\n        self.sourceBpp = 8\n        self.Bps = self.width * self.sourceBpp\n        self.Read_image_data('B')\n        x=0\n        y=0\n        l=len(self.unprocessed)\n        self.RGBA = RGBA_data(self.width,self.height,mode='CHANNEL')\n        while y < l:\n            self.RGBA.data[x] = self.unprocessed[y]\n            x+=1\n            y+=2\n        del self.unprocessed\n    \n    def Process_indexed_8bit(self):\n        self.sourceBpp = 1\n        self.Bps = self.width\n        self.Process8bit()\n        \n    def Process_indexed_4bit(self):\n        self.sourceBpp = 0.5\n        self.Bps = (self.width + (2-self.width % 2)%2)/2\n        self.Process4bit()\n        \n    def Process_indexed_2bit(self):\n        self.sourceBpp = 0.25\n        self.Bps = (self.width + (4-self.width % 4)%4)/4\n        self.Process2bit()\n        \n    def Process_indexed_1bit(self):\n        self.sourceBpp = 0.125\n        self.Bps = (self.width + (8-self.width % 8)%8)/8\n        self.Process1bit()\n        \n    def Process_RGB_24bit(self):\n        self.sourceBpp = 3\n        self.Bps = self.width * self.sourceBpp\n        self.Read_image_data('B')\n        x=0\n        y=0\n        l=len(self.unprocessed)\n        self.RGBA = RGBA_data(self.width,self.height,mode='CHANNEL')\n        while y < l:\n            self.RGBA.data[x]   = self.unprocessed[y]\n            self.RGBA.data[x+1] = self.unprocessed[y+1]\n            self.RGBA.data[x+2] = self.unprocessed[y+2]\n            x+=4\n            y+=3\n        del self.unprocessed\n        \n    def Process_RGB_48bit(self):\n        self.sourceBpp = 6\n        self.Bps = self.width * self.sourceBpp\n        self.Read_image_data('B')\n        x=0\n        y=0\n        l=len(self.unprocessed)\n        self.RGBA = RGBA_data(self.width,self.height,mode='CHANNEL')\n        while y < l:\n            self.RGBA.data[x]   = self.unprocessed[y]\n            self.RGBA.data[x+1] = self.unprocessed[y+2]\n            self.RGBA.data[x+2] = self.unprocessed[y+4]\n            x+=4\n            y+=6\n        del self.unprocessed\n                \n    def Get_image_dimensions(self):\n        self.width = self.header['Width']\n        self.height = self.header['Height']\n\n    def Read_header(self):\n        format = '>8sL4s2L5BL'\n        f = openfile(self.file,'rb')\n        f.seek(self.addr)\n\n        self.header = {}\n        self.header['Magic'],\\\n        self.header['HeadSize'],\\\n        self.header['HeaderType'],\\\n        self.header['Width'],\\\n        self.header['Height'],\\\n        self.header['Bitdepth'],\\\n        self.header['ColorType'],\\\n        self.header['FilterMethod'],\\\n        self.header['CompressionType'],\\\n        self.header['InterlaceType'],\\\n        self.header['HeadCRC'] = unpack(format,f.read(calcsize(format)))\n        self.head_size = calcsize(format)\n        type = None\n        size = 0\n        while not type == 'IEND':\n            if size: f.seek(size+4,1)\n            size,type = unpack('>L4s',f.read(8))\n            if type =='IDAT':\n                self.data_offsets[f.tell()] = size\n            elif type =='PLTE':\n                self.Process_palette(f.read(size))\n                f.seek(4,1)\n                size = 0\n        self.size = size\n        \n        f.close()\n        return True\n\n    def Read_image_data(self,element_size):\n        if self.interlaced:\n            self.Read_interlaced_image_data()\n            return\n        f = openfile(self.file,'rb')\n        data = ''\n        s = self.data_offsets.keys()\n        s.sort()\n        for k in s:\n            f.seek(k,0)\n            data += f.read(self.data_offsets[k])\n        data = zlib.decompress(data)\n        self.unprocessed = array.array(element_size,data)\n        f.close()\n        self.De_filter_rows()\n\n################################################################################\n''' Class: XPM_image ''' \n################################################################################    \nclass XPM_image(Base_image):\n    def __init__(self,addr=0,size=None,file=None,process=True):\n        self.init()\n        if not size:\n            size = ospath_getsize(file)\n        self.file_size = size\n        self.file = file\n        self.addr = addr\n        self.size = size\n        self.type = 'XPM'\n        self.Read_header()\n        self.size_of_plane = self.width * self.height\n        self.Bps = self.width * self.sourceBpp\n        self.Bpp = 4\n        self.final_size = self.size_of_plane * self.Bpp\n        self.RGBA = None\n        if not process: return\n        self.Process()\n\n    def Process(self):\n        self.RGBA = RGBA_data(self.width,self.height,fill=chr(255),mode='PIXEL')\n        from namedrgb import NAMEDCOLOR\n        self.named_color = NAMEDCOLOR\n        import binascii\n        f = openfile(self.file,'rb')\n        for x in range(1,self.header['StartLine']):\n            f.readline()\n            \n        self.palette = {}\n        x=0\n        cl = self.color_length\n        while x < int(self.header['NumberOfColors']):\n            data = f.readline()\n            if not data.startswith('/'): \n                data = data.split('\\\"')[1]\n                cc = data[0:cl]\n                data = data[cl:].strip()\n                if data[0] == 'c':\n                    if 'c #' in data:\n                        val = data.split('c #')[1] + 'FF'\n                    else:\n                        data.split(' ')[1]\n                        val = self.Get_named_color(data.split(' ')[1])\n                elif data[0] == 'm':\n                    if 'm #' in data:\n                        val = data.split('c #')[1] + 'FF'\n                    else:\n                        data.split(' ')[1]\n                        val = self.Get_named_color(data.split(' ')[1])\n                else:\n                    val = '000000FF'\n                self.palette[cc] = unpack('L',binascii.unhexlify(val))[0]\n                x+=1\n        pos=0\n        y=0\n        for line in f:\n            if y > self.height-1: break\n            if not line.startswith('/'): \n                data = line.split('\\\"')[1]\n                if data == ',\\n': break\n                x=0\n                l=len(data)\n                while x < l:\n                    self.RGBA.data[pos] = self.palette[data[x:x+cl]]\n                    x+=cl\n                    pos+=1\n                y+=1\n        f.close()\n        del binascii\n        del self.named_color\n        del NAMEDCOLOR\n\n    def Get_named_color(self,name):\n        if name == 'None':\n            return '00000000'\n            self.RGBA.has_alpha = True\n        else:\n            return self.named_color[name.upper().replace(' ','')] + 'FF'\n    \n    def Read_header(self):\n        f = openfile(self.file,'rb')\n        f.seek(self.addr)\n        x=0\n        while 1:\n            x+=1\n            line = f.readline()\n            if '\\\"' in line: break\n        line = line.replace('\\\"','')\n        line = line.replace(',\\n','')\n        line += ' '\n        self.header = {}\n        self.header['StartLine'] = x + 1\n        \n        self.header['Width'],\\\n        self.header['Height'],\\\n        self.header['NumberOfColors'],\\\n        self.header['ColorLength'],\\\n        nothing = line.split(' ',4)\n        self.width = int(self.header['Width'])\n        self.height = int(self.header['Height'])\n        self.color_length = int(self.header['ColorLength'])\n        self.sourceBpp = 3\n        f.close()\n\n################################################################################\n''' Class: XBM_image ''' \n################################################################################    \nclass XBM_image(Base_image,Indexed_image):\n    def __init__(self,addr=0,size=None,file=None,process=True):\n        self.init()\n        if not size:\n            size = ospath_getsize(file)\n        self.file_size = size\n        self.file = file\n        self.addr = addr\n        self.size = size\n        self.type = 'XBM'\n        self.Read_header()\n        self.size_of_plane = self.width * self.height\n        self.Bps = self.width * self.sourceBpp\n        self.Bpp = 4\n        self.final_size = self.size_of_plane * self.Bpp\n        self.RGBA = None\n        if not process: return\n        self.Process()\n        self.RGBA.mono = True\n\n    def Process(self):\n        self.RGBA = RGBA_data(self.width,self.height,fill=chr(255),mode='PIXEL')\n        import binascii\n        f = openfile(self.file,'rb')\n        for x in range(1,self.header['StartLine']):\n            f.readline()\n        \n        self.unprocessed = ''\n        for line in f:\n            line = line.replace(';','').replace('}','').replace('\\n','').replace(' ','').replace('0x','')\n            vals = line.split(',')\n            for v in vals:\n                v = v[2:4] + v[0:2]\n                if v: self.unprocessed += binascii.unhexlify(v)\n        f.close()\n        del binascii\n        self.unprocessed = array.array('B',self.unprocessed)\n\n        self.RGBA = RGBA_data(self.width,self.height,fill=chr(255),mode='PIXEL')\n        pos=0\n        y=0\n        while y < self.height:\n            x=0\n            while x < self.width:\n                byte = self.unprocessed[pos]\n                k = 1\n                while k < 256:\n                    if x >= self.width: break\n                    if (byte & k): self.RGBA.data[y*self.width+x] = 4278190080\n                    k<<=1\n                    x+=1\n                pos+=1\n            y+=1\n        \n    def Read_header(self):\n        f = openfile(self.file,'rb')\n        f.seek(self.addr)\n        self.header = {}\n        x=0\n        while 1:\n            x+=1\n            line = f.readline()\n            if 'width' in line:\n                self.header['Width'] = line.split('width')[-1].split(' ')[-1].replace('\\n','')\n            elif 'height' in line:\n                self.header['Height'] = line.split('height')[-1].split(' ')[-1].replace('\\n','')\n            elif '{' in line:\n                break\n        if '0x' in line:\n            self.header['StartLine'] = x\n        else:\n            self.header['StartLine'] = x+1\n            \n        self.width = int(self.header['Width'])\n        self.height = int(self.header['Height'])\n        self.sourceBpp = 0.125\n        f.close()\n        \n################################################################################\n''' Class: SaveImage_base '''\n################################################################################\nclass SaveImage_base:\n    def RGBA_to_BGR_string(self,pad=0):\n        if self.RGBA.has_alpha: Manipulator(image=self.RGBA).Alpha_to_color()\n        temp = array.array('B',self.RGBA.data.tostring())\n        out = array.array('B',chr(0)*((self.width+pad)*self.height*3))\n        x=0\n        y=self.height-1\n        pos=0\n        Bpp = self.RGBA.Bpp\n        row_l = self.width * Bpp\n        while y > -1:\n            x=0\n            while x < row_l:\n                loc = y * row_l + x\n                out[pos]   = temp[loc+2]\n                out[pos+1] = temp[loc+1]\n                out[pos+2] = temp[loc]\n                pos+=3\n                x+=Bpp\n            pos+=pad\n            y-=1\n        return out.tostring()\n\n    def Create_palette_quick(self):\n        pal = array.array('B',chr(255)*1012)\n        x = 0\n        for r in range(5,256,50):\n            for g in range(3,256,42):\n                for b in range(5,256,50):\n                    pal[x] = r\n                    pal[x+1] = g\n                    pal[x+2] = b\n                    x+=4\n        pal.append(0)\n        pal.append(0)\n        pal.append(0)\n        pal.append(0)\n        return pal\n\n    def Create_palette(self):\n        if self.RGBA.has_alpha: Manipulator(image=self.RGBA).Alpha_to_color()\n        self.RGBA.Pixel_mode()\n        pixels = {}\n        l = len(self.RGBA.data)\n        x=0\n        div=1\n        if l > 2047:\n            div = int(l/1024)\n            div = div + (div%4)\n        while x < l:\n            pix = self.RGBA.data[x]\n            if not pixels.has_key(pix):\n                pixels[pix] = 1\n            x+=div\n        return array.array('B',array.array('L',pixels.keys()[0:256]).tostring())\n        \n    def Create_indexed_image(self,pad=0,flip=False):\n        palette = self.Create_palette()\n        if flip: Manipulator(image=self.RGBA).Flip() #Do something smarter here please :) -----------------FIX\n        temp = array.array('B',self.RGBA.data.tostring())\n        if flip: Manipulator(image=self.RGBA).Flip()\n        image = array.array('B',chr(0)*((self.width+pad)*self.height))\n        o=0\n        i=0\n        w=0\n        l=len(image)\n        lp=len(palette)\n        while i < l:\n            if w >= self.width:\n                w=0\n                i+=pad\n            r = temp[o]\n            g = temp[o+1]\n            b = temp[o+2]\n            p=0\n            lastdiff=65536\n            pal=0\n            pn=0\n            while p < lp:\n                rdif = r - palette[p]\n                gdif = g - palette[p+1]\n                bdif = b - palette[p+2]\n                if rdif < 0: rdif *= -1\n                if gdif < 0: gdif *= -1\n                if bdif < 0: bdif *= -1\n                diff = rdif+gdif+bdif\n                if diff < lastdiff:\n                    lastdiff = diff\n                    pal = pn\n                pn+=1\n                p+=4\n            image[i]=pal\n            i+=1\n            o+=4\n            w+=1\n        x=0\n        l = len(palette)\n        if self.order == 'BGR':\n            while x < lp:\n                t=palette[x]\n                palette[x] = palette[x+2]\n                palette[x+2] = t\n                x+=4\n        return palette[0:lp].tostring(),image.tostring()\n    \n################################################################################\n''' Class: BGR_to_BMP '''\n################################################################################\nclass BGR_to_BMP(SaveImage_base):\n    headerSize=40\n    planes=1\n    headerFormat = '<2siI4i2h6i'\n    order = 'BGR'\n    def __init__(self,image,filename,type):\n        self.RGBA = image\n        self.height = image.height\n        self.width = image.width\n        self.file = filename\n        self.dataOffset = 54\n        self.compress=0\n        self.clrUsed=0\n        self.clrImportant=0\n        if type   == '16':\n            ps = (4-((self.width*2)%4))%4\n            self.data = self.RGBA_to_BGR_string(pad=ps)\n            self.Write_16bit()\n        elif type == '24':\n            ps = (4-((self.width*3)%4))%4\n            self.data = self.RGBA_to_BGR_string(pad=ps)\n            self.Write_24bit()\n        elif type == '32':\n            self.data = self.RGBA_to_BGR_string()\n            self.Write_32bit()\n        elif type == '8':\n            ps = (4-((self.width)%4))%4\n            self.data = self.Create_indexed_image(pad=ps,flip=True)\n            self.Write_8bit()\n        else:\n            ps = (4-((self.width*3)%4))%4\n            self.data = self.RGBA_to_BGR_string(pad=ps)\n            self.Write_24bit()\n            \n    def Write_8bit(self):\n        palette,self.data = self.data\n        self.bitcount = 8\n        self.dataOffset = 54 + len(palette)\n        self.clrUsed=len(palette)/4\n        self.clrImportant=len(palette)/4\n        f = openfile(self.file,'wb')\n        f.write(self.Create_header())\n        f.write(palette)\n        f.write(self.data)\n        f.close()\n        \n    def Write_16bit(self):\n        temp = array.array('B',self.data)\n        out = array.array('H',chr(0)*((len(temp)/3)*2))\n        x=0\n        pos=0\n        l=len(temp)\n        while x < l:\n            out[pos] = ((temp[x+2] & 240) << 7) |\\\n                       ((temp[x+1] & 248) << 2) |\\\n                       (temp[x] >> 3)\n            pos +=1\n            x+=3\n        self.data = out.tostring()\n        self.bitcount = 16\n        f = openfile(self.file,'wb')\n        f.write(self.Create_header())\n        f.write(self.data)\n        f.close()\n\n    def Write_24bit(self):\n        self.bitcount = 24\n        f = openfile(self.file,'wb')\n        f.write(self.Create_header())\n        f.write(self.data)\n        f.close()\n\n    def Write_32bit(self):\n        temp = array.array('B',self.data)\n        out = array.array('B',chr(0)*((len(temp)/3)*4))\n        x=0\n        pos=0\n        l=len(temp)\n        while x < l:\n            out[pos]   = temp[x]\n            out[pos+1] = temp[x+1]\n            out[pos+2] = temp[x+2]\n            out[pos+3] = 0\n            pos+=4\n            x+=3\n        self.data = out.tostring()\n        self.bitcount = 32\n        f = openfile(self.file,'wb')\n        f.write(self.Create_header())\n        f.write(self.data)\n        f.close()\n        \n    def Create_header(self):\n        XPPM=2834\n        YPPM=2834\n        fSize=self.dataOffset + len(self.data)\n        imgSize=len(self.data)\n        header = pack(self.headerFormat,'BM',\n                             fSize,\n                             0,\n                             self.dataOffset,\n                             self.headerSize,\n                             self.width,\n                             self.height,\n                             self.planes,\n                             self.bitcount,\n                             self.compress,\n                             imgSize,\n                             XPPM,\n                             YPPM,\n                             self.clrUsed,\n                             self.clrImportant)\n        return header\n    \n################################################################################\n''' Class: RGBA_to_PNG '''\n################################################################################\nclass RGBA_to_PNG(SaveImage_base):\n    order = 'RGB'\n    \n    def __init__(self,rgba_data,file,type='RGBA8',filter=0,compression=6):\n        self.RGBA = rgba_data\n        height = self.height = self.RGBA.height\n        width = self.width = self.RGBA.width\n        rgba_data = self.RGBA.data.tostring()\n        palette = False\n        filtered = ''\n        if type == 'RGBA8':\n            self.Bpp = 4\n            self.bitdepth = 8\n            self.type = 6\n        elif type == 'RGB8':\n            self.Bpp = 3\n            self.bitdepth = 8\n            self.type = 2\n            data = rgba_data\n            rgba_data = ''\n            x=0\n            while x < len(data):\n                rgba_data += data[x]\n                rgba_data += data[x+1]\n                rgba_data += data[x+2]\n                x+=4\n        elif type == 'GREY8':\n            self.Bpp = 1\n            self.bitdepth = 8\n            self.type = 0\n            data = rgba_data\n            rgba_data = ''\n            x=0\n            while x < len(data):\n                rgba_data += chr(int((ord(data[x]) + ord(data[x+1]) + ord(data[x+2]))/3))\n                x+=4\n        elif type == 'GREYA8':\n            self.Bpp = 2\n            self.bitdepth = 8\n            self.type = 4\n            data = rgba_data\n            rgba_data = ''\n            x=0\n            while x < len(data):\n                rgba_data += chr(int((ord(data[x]) + ord(data[x+1]) + ord(data[x+2]))/3)) + data[x+3]\n                x+=4\n        elif type == 'INDEX8':\n            self.Bpp = 1\n            self.bitdepth = 8\n            self.type = 3\n            filter = 0\n            pal, rgba_data = self.Create_indexed_image()\n            x=0\n            palette = ''\n            while x < len(pal):\n                palette += pal[x:x+3]\n                x+=4\n            del pal\n        row_l = width * self.Bpp\n        \n        # Separate these so non-filtering is as fast as possible\n        if filter:\n            self.over = array.array('B',chr(0) * row_l)\n            self.filterBpp = self.Bpp\n            rgba_data = array.array('B',rgba_data)\n            if filter == 6:\n                for x in range(0,height): filtered += self.Filter_adaptive(rgba_data[x*row_l:x*row_l+row_l],x)\n            elif filter == 5:\n                for x in range(0,height): filtered += self.Filter_smart(rgba_data[x*row_l:x*row_l+row_l])\n            elif filter == 4:\n                for x in range(0,height): filtered += self.Filter_4(rgba_data[x*row_l:x*row_l+row_l])\n            elif filter == 3:\n                for x in range(0,height): filtered += self.Filter_3(rgba_data[x*row_l:x*row_l+row_l])\n            elif filter == 2:\n                for x in range(0,height): filtered += self.Filter_2(rgba_data[x*row_l:x*row_l+row_l])\n            else:\n                for x in range(0,height): filtered += self.Filter_1(rgba_data[x*row_l:x*row_l+row_l])\n        else:\n            zero = chr(0)\n            for x in range(0,height): filtered += zero + rgba_data[x*row_l:x*row_l+row_l]\n        del rgba_data\n        signature = chr(0x89) + 'PNG' + chr(0x0d) + chr(0x0a) + chr(0x1a) + chr(0x0a)\n        header = pack('>LL5B',width,height,self.bitdepth,self.type,0,0,0)\n        header_chunk = self.Create_chunk('IHDR',header)\n        data_chunk = self.Create_chunk('IDAT',zlib.compress(filtered,compression))\n        end_chunk = self.Create_chunk('IEND','')\n        f=openfile(file,'wb')\n        f.write(signature)\n        f.write(header_chunk)\n        if palette: f.write(self.Create_chunk('PLTE',palette))\n        f.write(data_chunk)\n        f.write(end_chunk)\n        f.close()\n        \n    def Filter_0(self,data): #None\n        self.over = data\n        return data\n    \n    def Filter_1(self,data): #Left\n        raw = data[:]\n        l=len(data);x=0\n        while x < l:\n            left = x - self.filterBpp\n            if left < 0:\n                left = 0\n            else:\n                left = raw[left]\n            data[x] = (raw[x] - left) % 256\n            x+=1\n        self.over = raw\n        data.insert(0,1)\n        return data.tostring()\n    \n    def Filter_2(self,data): #Up\n        raw = data[:]\n        row_l = len(data)\n        x=0\n        while x < row_l:\n            data[x] = (raw[x] - self.over[x]) % 256\n            x+=1\n        self.over = raw\n        data.insert(0,2)\n        return data.tostring()\n\n    def Filter_3(self,data): #Average\n        raw = data[:]\n        row_l = len(data)\n        x=0\n        while x < row_l:\n            left = x - self.filterBpp\n            if left < 0:\n                left = 0\n            else:\n                left = raw[left]\n            above = self.over[x]\n            data[x] = (raw[x] - ((left + above)/2)) % 256\n            x+=1\n        self.over = raw\n        data.insert(0,3)\n        return data.tostring()\n    \n    def Filter_4(self,data): #Paeth\n        row_l = len(data)\n        raw = data[:]\n        x=0\n        while x < row_l:\n            left = x - self.filterBpp\n            if left < 0:\n                left = 0\n                above_left = 0\n            else:\n                left = raw[left]   \n                above_left = self.over[x - self.filterBpp]\n            above = self.over[x]\n            data[x] = (raw[x] - self.PaethPredictor(left,above,above_left)) % 256\n            x+=1\n        self.over = raw\n        data.insert(0,4)\n        return data.tostring()\n        \n    def PaethPredictor(self,l,a,ul):\n        p = l + a - ul        # initial estimate\n        pa = abs(p - l)     # distances to a, b, c\n        pb = abs(p - a)\n        pc = abs(p - ul)\n        # return nearest of a,b,c,\n        # breaking ties in order a,b,c.\n        if pa <= pb and pa <= pc:\n            return l\n        elif pb <= pc:\n            return a\n        else:\n            return ul\n        \n    def Filter_test(self,data,type):\n        row_l = len(data)\n        x=0\n        val = 0\n        test = {}\n        while x < row_l:\n            left = x - self.filterBpp\n            if left < 0:\n                left = 0\n                above_left = 0\n            else:\n                left = data[left]   \n                above_left = self.over[x - self.filterBpp]\n            above = self.over[x]\n            mod = 0\n            if type == 0:\n                mod = data[x]\n            elif type == 1:\n                mod = (data[x] - left)%256\n            elif type == 2:\n                mod = (data[x] - above)%256\n            elif type == 3:\n                mod = (data[x] - ((left + above)/2))%256\n            elif type == 4:\n                mod = (data[x] - self.PaethPredictor(left,above,above_left))%256\n            if mod > 127: mod = 256 - mod\n            val += mod\n            test[mod] = 1\n            x+=1\n        self.temp = test\n        test.update(self.last)\n        return len(test.keys()) * val\n    \n    def Filter_adaptive(self,row_data,pos):\n        #row_l = len(row_data)\n        type = 0\n        last = None\n        self.last = {}\n        for x in (0,1,2,3,4):\n            #y = 1\n            val = self.Filter_test(row_data,x)\n            if val <= last or last == None:\n                lt = self.temp\n                last = val\n                type = x\n        self.last = lt\n        if type == 0:\n            return chr(0) + row_data.tostring()\n        elif type == 1:\n            return self.Filter_1(row_data)\n        elif type == 2:\n            return self.Filter_2(row_data)\n        elif type == 3:\n            return self.Filter_3(row_data)\n        elif type == 4:\n            return self.Filter_4(row_data)\n                \n    def Filter_smart(self,row_data):\n        return self.Filter_4(row_data)\n    \n    def Create_chunk(self,type,data):\n        format = '>L4s' + str(len(data)) + 'sL'\n        return pack(format,len(data),type,data,self.CRC(type + data) & 0xffffffff)\n    \n    def CRC(self,buf):\n        return zlib.crc32(buf)\n\n################################################################################\n''' Class: RGBA_to_TGA '''\n################################################################################\nclass RGBA_to_TGA(SaveImage_base):\n    order = 'BGR'\n    \n    def __init__(self,rgba,file,type='BGR24',flip=False):\n        self.RGBA = rgba\n        self.file = file\n        self.flip = flip\n        \n        self.height = self.RGBA.height\n        self.width = self.RGBA.width\n        \n        self.ColorMapDepth = 0\n        self.ColorMapLength = 0\n        self.ColorMapOrigin = 0\n        self.ColorMapType = 0\n        self.ImageDescriptor = 0\n        if self.flip:\n            self.ImageDescriptor = 32\n        \n        if type == 'BGR32':\n            self.BitsPerPixel = 32\n            self.DataTypeCode = 2\n            self.ImageDescriptor |= 8\n            self.Write_32bit()\n        elif type == 'BGR24':\n            self.BitsPerPixel = 24\n            self.DataTypeCode = 2\n            self.Write_24bit()\n        elif type == 'BGR16':\n            self.BitsPerPixel = 16\n            self.DataTypeCode = 2\n            if self.RGBA.has_alpha: self.ImageDescriptor |= 1\n            self.Write_16bit()\n        elif type == 'BGR32RLE':\n            self.BitsPerPixel = 32\n            self.DataTypeCode = 10\n            self.ImageDescriptor |= 8\n            self.Write_32bit(rle=True)\n        elif type == 'BGR24RLE':\n            self.BitsPerPixel = 24\n            self.DataTypeCode = 10\n            self.Write_24bit(rle=True)\n        elif type == 'BGR16RLE':\n            self.BitsPerPixel = 16\n            self.DataTypeCode = 10\n            if self.RGBA.has_alpha: self.ImageDescriptor |= 1\n            self.Write_16bit(rle=True)\n        elif type == 'GREY16':\n            self.BitsPerPixel = 16\n            self.DataTypeCode = 3\n            self.ImageDescriptor |= 8\n            self.Write_grey(Bpp=2)\n        elif type == 'GREY8':\n            self.BitsPerPixel = 8\n            self.DataTypeCode = 3\n            self.Write_grey()\n        elif type == 'GREY16RLE':\n            self.BitsPerPixel = 16\n            self.DataTypeCode = 11\n            self.ImageDescriptor |= 8\n            self.Write_grey(Bpp=2,rle=True)\n        elif type == 'GREY8RLE':\n            self.BitsPerPixel = 8\n            self.DataTypeCode = 11\n            self.Write_grey(rle=True)\n        elif type == 'INDEX32':\n            self.BitsPerPixel = 8\n            self.DataTypeCode = 1\n            self.ImageDescriptor |= 8\n            self.Write_indexed(Bpp=4)\n        elif type == 'INDEX24':\n            self.BitsPerPixel = 8\n            self.DataTypeCode = 1\n            self.Write_indexed(Bpp=3)\n        elif type == 'INDEX16':\n            self.BitsPerPixel = 8\n            self.DataTypeCode = 1\n            self.Write_indexed(Bpp=2)\n        elif type == 'INDEX32RLE':\n            self.BitsPerPixel = 8\n            self.DataTypeCode = 9\n            self.ImageDescriptor |= 8\n            self.Write_indexed(Bpp=4,rle=True)\n        elif type == 'INDEX24RLE':\n            self.BitsPerPixel = 8\n            self.DataTypeCode = 9\n            self.Write_indexed(Bpp=3,rle=True)\n        elif type == 'INDEX16RLE':\n            self.BitsPerPixel = 8\n            self.DataTypeCode = 9\n            self.Write_indexed(Bpp=2,rle=True)\n\n    def Write_indexed(self,Bpp=3,rle=False):\n        if self.RGBA.has_alpha: Manipulator(image=self.RGBA).Alpha_to_color()\n        p,out = self.Create_indexed_image(flip=not self.flip)\n\n        palette = ''\n        l = len(p)\n        x = 0\n        self.ColorMapDepth = Bpp * 8\n        self.ColorMapLength = len(p) / 4\n        if Bpp == 4:\n            palette = p\n        elif Bpp == 3:\n            while x < l:\n                palette += p[x:x+3]\n                x+=4\n        elif Bpp == 2:\n            palette = array.array('H',chr(0)*(len(p)/2))\n            pos=0\n            while x < l:\n                palette[pos] = (((ord(p[x+2])   >> 3) << 10) |\\\n                                ((ord(p[x+1]) >> 3) << 5 ) |\\\n                                ((ord(p[x]) >> 3)     )) | 1\n                pos+=1\n                x+=4\n            self.ColorMapDepth = 16\n            self.ColorMapLength = len(palette)\n        self.ColorMapType = 1\n\n        self.Create_headers()\n\n        if rle: out = self.RLE(array.array('B',out),bpp=1).tostring()\n        \n        f = openfile(self.file,'wb')\n        f.write(self.header)\n        f.write(palette)\n        f.write(out)\n        f.write(self.footer)\n        f.close()\n\n    def Write_32bit(self,rle=False):\n        self.Create_headers()\n        self.RGBA.Channel_mode()\n        l=self.RGBA.Data_length()\n        out = array.array('B',chr(0)* l)\n        pos=0\n        x=0\n        row_l = self.width * 4\n        if self.flip:\n            y = 0\n            compare = self.height * row_l\n            it = row_l\n        else:\n            y = (self.height-1) * row_l\n            it = 0 - row_l\n            compare = it\n            \n        while y != compare:\n            x=0\n            while x < row_l:\n                p = y + x\n                out[pos]   = self.RGBA.data[p+2]\n                out[pos+1] = self.RGBA.data[p+1]\n                out[pos+2] = self.RGBA.data[p]\n                out[pos+3] = self.RGBA.data[p+3]\n                x+=4\n                pos+=4\n            y+=it\n            \n        if rle: out = self.RLE(out)\n\n        f = openfile(self.file,'wb')\n        f.write(self.header)\n        f.write(out.tostring())\n        f.write(self.footer)\n        f.close()\n        \n    def Write_24bit(self,rle=False):\n        self.Create_headers()\n        if self.RGBA.has_alpha: Manipulator(image=self.RGBA).Alpha_to_color()\n        if self.flip: Manipulator(image=self.RGBA).Flip() #FIX BGR conversion code to handle flipping ------------------------------------------------------FIX\n        \n        if rle:\n            out = self.RLE(array.array('B',self.RGBA_to_BGR_string()),bpp=3).tostring()\n        else:\n            out = self.RGBA_to_BGR_string()\n        if self.flip: Manipulator(image=self.RGBA).Flip() #FIX BGR conversion code to handle flipping ------------------------------------------------------FIX    \n        f = openfile(self.file,'wb')\n        f.write(self.header)\n        f.write(out)\n        f.write(self.footer)\n        f.close()\n\n    def Write_16bit(self,rle=False):\n        self.Create_headers()\n        self.RGBA.Channel_mode()\n        out = array.array('H',chr(0)*((len(self.RGBA.data)/3)*2))\n        pos=0\n        x=0\n        row_l = self.width * 4\n        if self.flip:\n            y = 0\n            compare = self.height * row_l\n            it = row_l\n        else:\n            y = (self.height-1) * row_l\n            it = 0 - row_l\n            compare = it\n            \n        while y != compare:\n            x=0\n            while x < row_l:\n                p = y + x\n                alpha = 0\n                if self.RGBA.data[p+3]: alpha = 1\n                out[pos] = (((self.RGBA.data[p] >> 3) << 10) |\\\n                            ((self.RGBA.data[p+1] >> 3) << 5 ) |\\\n                            ((self.RGBA.data[p+2]   >> 3)     )) | alpha\n                pos +=1\n                x+=4\n            y+=it\n\n        if rle: out = self.RLE(array.array('B',out.tostring()),bpp=2)\n        \n        f = openfile(self.file,'wb')\n        f.write(self.header)\n        f.write(out.tostring())\n        f.write(self.footer)\n        f.close()\n        \n    def Write_grey(self,Bpp=1,rle=False):\n        self.Create_headers()\n        if Bpp == 1:\n            if self.RGBA.has_alpha: Manipulator(image=self.RGBA).Alpha_to_color()\n            \n        out = array.array('B')\n        self.RGBA.Channel_mode()\n\n        x=0\n        l = len(self.RGBA.data)\n        \n        if not self.RGBA.grey:\n            while x < l:\n                out.append((self.RGBA.data[x] + self.RGBA.data[x+1] + self.RGBA.data[x+2])/3)\n                if Bpp == 2: out.append(self.RGBA.data[x+3])\n                x+=4\n        else:\n            while x < l:\n                out.append(self.RGBA.data[x])\n                if Bpp == 2: out.append(self.RGBA.data[x+3])\n                x+=4\n                \n        if rle: out = self.RLE(out,bpp=Bpp)\n        \n        f = openfile(self.file,'wb')\n        f.write(self.header)\n        f.write(out.tostring())\n        f.write(self.footer)\n        f.close()\n        \n    def RLE(self,out,bpp=4):\n        temp = out[:]\n        out = array.array('B')\n        x=0\n        l = len(temp)\n        r_len = 128 * bpp\n        last = (99999,) * bpp\n        rep = 0\n        run = 0\n        while x < l:\n            y=0\n            while y < r_len:\n                if x + y+(bpp-1) > l: break\n                val = temp[x+y:x+y+bpp]\n                if val == last:\n                    if run: break\n                    rep += 1\n                else:\n                    if rep: break\n                    run += 1\n                last = val[:]\n                y+=bpp\n            p=0\n            if rep:\n                out.append(128 | rep-1)\n                z=0\n                while z < bpp:\n                    out.append(temp[x+z])\n                    z+=1\n            else:\n                out.append(run-1)\n                while p < run*bpp:\n                    out.append(temp[x+p])\n                    p+=1\n            run = 0\n            rep = 0\n            x+=y\n        return out\n        \n    def Create_headers(self):\n        format = '<3B2HB4H2B'\n\n        self.header = pack(format,0,\n                                  self.ColorMapType,\n                                  self.DataTypeCode,\n                                  self.ColorMapOrigin,\n                                  self.ColorMapLength,\n                                  self.ColorMapDepth,\n                                  0, # xOrigin\n                                  0, # yOrigin\n                                  self.width,\n                                  self.height,\n                                  self.BitsPerPixel,\n                                  self.ImageDescriptor)\n        \n        format = '<2L16scB'\n\n        self.footer = pack(format,0,\n                                  0,\n                                  'TRUEVISION-XFILE',\n                                  '.',\n                                  0)\n\n################################################################################\n''' Class: RGBA_to_XPM '''\n################################################################################\nclass RGBA_to_XPM(SaveImage_base):\n    order = 'RGB'\n    \n    def __init__(self,rgba,file):\n        self.RGBA = rgba\n        self.file = file\n        \n        self.height = self.RGBA.height\n        self.width = self.RGBA.width\n        \n        chrs = \"\"\".!\"#$%&'*+,-/:;<=>@^_`~ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789()[]{}|\"\"\"\n        cl = len(chrs)\n\n        self.RGBA.Pixel_mode()\n        self.RGBA.data.byteswap()\n        l = len(self.RGBA.data)\n        x=0\n        pixels = {}\n        while x < l:\n            if self.RGBA.data[x] & 255:\n                pix = (self.RGBA.data[x] >> 8)\n                if not pixels.has_key(pix): pixels[pix] = 1\n            x+=1\n        colors = pixels.keys()\n        num = len(colors)\n        test = num\n        color_width = 1\n        while test > cl:\n            test = test/cl\n            color_width += 1\n     \n        pos=0\n        done = []\n        list = []\n        space = ' ' * color_width\n        f = openfile(self.file,'w')\n        f.write('/* XPM */\\nstatic char * Image_xpm[] = {\\n')\n        f.write('\"'+ str(self.width) +' '+ str(self.height) +' '+ str(num+1) +' '+ str(color_width) +'\",\\n')\n        f.write('\"' + (' ' * color_width) + '\\tc None\",\\n')\n        palette = {'c None':' '*color_width}\n        while pos < num:\n            for c in chrs:\n                if done:\n                    for d in done:\n                        if pos >= num: break\n                        cc = d + c\n                        list.append(cc)\n                        char = (cc+space)[0:color_width]\n                        val = 'c #' + Hex6(colors[pos])\n                        f.write('\"' + char + '\\t' + val + '\",\\n')\n                        palette[val] = char\n                        pos+=1\n                else:\n                    if pos >= num: break\n                    list.append(c)\n                    cc=c\n                    char = (cc+space)[0:color_width]\n                    val = 'c #' + Hex6(colors[pos])\n                    f.write('\"' + char + '\\t' + val + '\",\\n')\n                    palette[val] = char\n                    pos+=1\n            done = list\n            list = []\n        y=0\n        line = ''\n        while y < self.height:\n            if line: line += '\",\\n'\n            f.write(line)\n            line = '\"'\n            x=0\n            while x < self.width:\n                pix = self.RGBA.data[y*self.width+x]\n                if not pix & 255:\n                    line += palette['c None']\n                else:\n                    line += palette['c #' + Hex6(pix >> 8)]\n                x+=1\n            y+=1\n            \n        f.write(line + '\"}\\n')\n        f.close()\n        self.RGBA.data.byteswap()\n\n################################################################################\n''' Class: RGBA_to_XBM '''\n################################################################################\nclass RGBA_to_XBM(SaveImage_base):\n    order = 'RGB'\n    \n    def __init__(self,rgba,file):\n        self.RGBA = rgba\n        if self.RGBA.has_alpha: Manipulator(image=self.RGBA).Alpha_to_color()\n        self.RGBA.Channel_mode()\n        self.file = file\n        \n        self.height = self.RGBA.height\n        self.width = self.RGBA.width\n\n        l = len(self.RGBA.data)\n        out = ''\n        if self.RGBA.mono or self.RGBA.grey:\n            print 'test'\n            y=0\n            x=0\n            #row_l = self.width * 4\n            while y < self.height:\n                w=0\n                row = ''\n                while w < self.width:    \n                    row += chr((self.RGBA.data[x]+self.RGBA.data[x+1]+self.RGBA.data[x+2])/3)\n                    w+=1\n                    x+=4\n                if self.RGBA.mono:\n                    out += imageop.grey2mono(row,self.width,1,127)\n                else:\n                    out += imageop.dither2mono(row,self.width,1)\n                y+=1\n        else:\n            y=0\n            x=0\n            #row_l = self.width * 4\n            while y < self.height:\n                w=0\n                row = ''\n                while w < self.width:    \n                    row += chr((self.RGBA.data[x]+self.RGBA.data[x+1]+self.RGBA.data[x+2])/3)\n                    w+=1\n                    x+=4\n                out += imageop.dither2mono(row,self.width,1)\n                y+=1\n        f = openfile(self.file,'w')\n        f.write('#define iu_width ' + str(self.width) + '\\n' + '#define iu_height ' + str(self.height) + '\\n' + 'static char iu_bits[] = {\\n')\n\n        out = array.array('B',out)\n        x=0\n        l = len(out)\n        line = ''\n        while x < l:\n            if line: f.write(' ' + line + ',\\n')\n            line = ''\n            y=0\n            while y < 15:\n                if x >= l: break\n                if line: line += ','\n                b = out[x]\n                bb = 0\n                k = 128\n                c=7\n                d=0\n                while k:\n                    bb |= (((b & k) >> c)<<d)\n                    k>>=1\n                    c-=1\n                    d+=1\n                val = hex(~bb)\n                if len(val) < 4: val = val.replace('0x','0x0')\n                line+=val\n                x+=1\n                y+=1\n        f.write(' ' + line + '};\\n')\n        f.close()\n            \ndef Hex4(val):\n    return ('000' + hex(val).split('x')[1].replace('L',''))[-4:]\n\ndef Hex6(val):\n    return ('00000' + hex(val).split('x')[1].replace('L',''))[-6:]\n\ndef Hex8(val):\n    return ('0000000' + hex(val).split('x')[1].replace('L',''))[-8:]\n\n################################################################################\n### Function: Get_image\n################################################################################    \ndef Get_image(mipmap=0,addr=0,size=None,file=None,process=True,options=None):\n    if not file:\n        return None\n\n    f = openfile(file,'rb')\n    f.seek(addr)\n    file_type = unpack('4s', f.read(4))[0]\n    f.seek(0)\n    f.close()\n    try:\n        if file_type == 'XPR0':\n            return XPR0_image(mipmap=mipmap,addr=addr,size=size,file=file,process=process)\n        elif file_type == 'DDS ':\n            return DDS_image(mipmap=mipmap,addr=addr,size=size,file=file,process=process)\n        elif file_type[:2] == 'BM':\n            return BMP_image(addr=addr,size=size,file=file,process=process)\n        elif file_type == chr(255) + chr(216) + chr(255) + chr(224):\n            return JPEG_image(addr=addr,size=size,file=file,process=process)\n        elif file_type == chr(137) + 'PNG':\n            return PNG_image(addr=addr,size=size,file=file,process=process)\n        elif file_type == '/* X':\n            return XPM_image(addr=addr,size=size,file=file,process=process)\n        else:\n            ext = ospath_splitext(file)[1].upper()\n            if ext == '.TGA':\n                return TGA_image(addr=addr,size=size,file=file,process=process)\n            elif ext == '.ICO':\n                return ICO_image(addr=addr,size=size,file=file,process=process,options=options)\n            elif ext == '.XBM':\n                return XBM_image(addr=addr,size=size,file=file,process=process)\n            elif ext == '.XPM':\n                return XPM_image(addr=addr,size=size,file=file,process=process) #Just in case the first check doesn't work\n        return None\n    except:\n        print file\n        raise #Image_Error([type[0:3],file,sys.exc_info()[1]])\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.limpp/lib/xbe.py",
    "content": "# -*- coding: utf-8 -*-\n\n'''\n\tThis program is free software: you can redistribute it and/or modify\n\tit under the terms of the GNU General Public License as published by\n\tthe Free Software Foundation, either version 3 of the License, or\n\t(at your option) any later version.\n\n\tThis program is distributed in the hope that it will be useful,\n\tbut WITHOUT ANY WARRANTY; without even the implied warranty of\n\tMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n\tGNU General Public License for more details.\n\n\tYou should have received a copy of the GNU General Public License\n\talong with this program.  If not, see <http://www.gnu.org/licenses/>.\n'''\n\nfrom struct import *\nimport array , sys\nimport zlib\nfrom os.path import getsize as ospath_getsize, splitext as ospath_splitext\nfrom limpp import Get_image as GET_IMAGE\n\ndef Get_image(mipmap=0,addr=0,size=None,file=None,process=True,options=None):\n\treturn GET_IMAGE(mipmap=mipmap,addr=addr,size=size,file=file,process=process,options=options)\n\n\n################################################################################\n''' Class: XBE_Error '''\n################################################################################\nclass XBE_Error(Exception):\n\tdef __init__(self, value):\n\t\tself.value = value\n\n\tdef __str__(self):\n\t\treturn repr(self.value)\n\n\n################################################################################\n''' Class: XBE '''\n################################################################################\nclass XBE:\n\tdef __init__(self, data_file=None):\n\t\tself.file = data_file\n\t\tself.header = {}\n\t\tself.certificate = {}\n\t\ttry:\n\t\t\tself.Read_header()\n\t\texcept IOError,(errno,strerror):\n\t\t\traise XBE_Error , ['MainHeader','File',strerror]\n\t\texcept:\n\t\t\traise XBE_Error , ['MainHeader','Unhandled',sys.exc_info()[0]]\n\t\ttry:\n\t\t\tself.Read_certificate()\n\t\texcept IOError,(errno,strerror):\n\t\t\traise XBE_Error , ['Certificate','File',strerror]\n\t\texcept:\n\t\t\traise XBE_Error , ['Certificate','Unhandled',sys.exc_info()[0]]\n\t\t\n\tdef Read_header(self):\n\t\tstruct_format = '4s256s8L4B20L'\n\t\tf = open(self.file,'rb')\n\t\t\n\t\tself.header['magic'],\\\n\t\tself.header['digsig'],\\\n\t\tself.header['base'],\\\n\t\tself.header['sizeof_headers'],\\\n\t\tself.header['sizeof_image'],\\\n\t\tself.header['sizeof_image_header'],\\\n\t\tself.header['timedate'],\\\n\t\tself.header['certificate_addr'],\\\n\t\tself.header['sections'],\\\n\t\tself.header['section_headers_addr'],\\\n\t\tself.header['init_flags.mount_utility_drive'],\\\n\t\tself.header['init_flags.format_utility_drive'],\\\n\t\tself.header['init_flags.limit_64mb'],\\\n\t\tself.header['init_flags.dont_setup_harddisk'],\\\n\t\tself.header['entry'],\\\n\t\tself.header['tls_addr'],\\\n\t\tself.header['pe_stack_commit'],\\\n\t\tself.header['pe_heap_reserve'],\\\n\t\tself.header['pe_heap_commit'],\\\n\t\tself.header['pe_base_addr'],\\\n\t\tself.header['pe_sizeof_image'],\\\n\t\tself.header['pe_checksum'],\\\n\t\tself.header['pe_timedate'],\\\n\t\tself.header['debug_pathname_addr'],\\\n\t\tself.header['debug_filename_addr'],\\\n\t\tself.header['debug_unicode_filename_addr'],\\\n\t\tself.header['kernel_image_thunk_addr'],\\\n\t\tself.header['nonkernel_import_dir_addr'],\\\n\t\tself.header['library_versions'],\\\n\t\tself.header['library_versions_addr'],\\\n\t\tself.header['kernel_library_version_addr'],\\\n\t\tself.header['xapi_library_version_addr'],\\\n\t\tself.header['logo_bitmap_addr'],\\\n\t\tself.header['logo_bitmap_size'] = unpack(struct_format,f.read(calcsize(struct_format)))\n\t\t\n\t\tf.close()\n\t\t\n\tdef Read_certificate(self):\t   \n\t\tstruct_format = '3L80s64s5L16s16s256s'\n\t\tf = open(self.file,'rb')\n\t\tf.seek(self.header['sizeof_image_header'])\n\t\t\n\t\tself.certificate['size'],\\\n\t\tself.certificate['timedate'],\\\n\t\tself.certificate['titleid'],\\\n\t\tself.certificate['title_name'],\\\n\t\tself.certificate['alt_title_id'],\\\n\t\tself.certificate['allowed_media'],\\\n\t\tself.certificate['game_region'],\\\n\t\tself.certificate['game_ratings'],\\\n\t\tself.certificate['disk_number'],\\\n\t\tself.certificate['version'],\\\n\t\tself.certificate['lan_key'],\\\n\t\tself.certificate['sig_key'],\\\n\t\tself.certificate['title_alt_sig_key'] = unpack(struct_format, f.read(calcsize(struct_format)))\n\n\t\tf.close()\n\t\t\n\tdef Read_section(self,section_number):\n\t\tstruct_format = '4B6L2L20s'\n\t\tsize = calcsize(struct_format)\n\t\toffset = self.header['section_headers_addr'] - self.header['base']\n\t\toffset += (section_number - 1) * size\n\t\tf = open(self.file,'rb')\n\t\tf.seek(offset)\n\n\t\tpSection_Header = {}\n\t\tflags_byte,\\\n\t\tpSection_Header['flags.unused_b1'],\\\n\t\tpSection_Header['flags.unused_b2'],\\\n\t\tpSection_Header['flags.unused_b3'],\\\n\t\tpSection_Header['virtual_addr'],\\\n\t\tpSection_Header['virtual_size'],\\\n\t\tpSection_Header['raw_addr'],\\\n\t\tpSection_Header['sizeof_raw'],\\\n\t\tpSection_Header['section_name_addr'],\\\n\t\tpSection_Header['section_reference_count'],\\\n\t\tpSection_Header['head_shared_ref_count_addr'],\\\n\t\tpSection_Header['tail_shared_ref_count_addr'],\\\n\t\tpSection_Header['section_digest'] = unpack(struct_format,f.read(size))\n\t\tf.close()\n\t\tpSection_Header['flags.writable'] =\t\t\t(flags_byte >> 0) % 2\n\t\tpSection_Header['flags.preload'] =\t\t\t(flags_byte >> 1) % 2\n\t\tpSection_Header['flags.executable'] =\t\t(flags_byte >> 2) % 2\n\t\tpSection_Header['flags.inserted_file'] =\t(flags_byte >> 3) % 2\n\t\tpSection_Header['flags.head_page_ro'] =\t\t(flags_byte >> 4) % 2\n\t\tpSection_Header['flags.tail_page_ro'] =\t\t(flags_byte >> 5) % 2\n\t\tpSection_Header['flags.unused_a1'] =\t\t(flags_byte >> 6) % 2\n\t\tpSection_Header['flags.unused_a2'] =\t\t(flags_byte >> 7) % 2\n\t  \n\t\tf = open(self.file,'rb')\n\t\ttry:\n\t\t\toffset = pSection_Header['section_name_addr'] - self.header['base']\n\t\t\tf.seek(offset)\n\t\t\tname = ''\n\t\t\tval = unpack('20s',f.read(20))\n\t\t\tval = val[0]\n\t\t\tfor i in range(0,20):\n\t\t\t\tif val[i] == \"\\x00\":\n\t\t\t\t\tbreak\n\t\t\t\tname += val[i]\n\t\texcept:\n\t\t\tname = ''\n\t\t\t\n\t\tf.close()\n\t\t\n\t\treturn name, pSection_Header\n\t\n\tdef Read_version(self, addr):\n\t\tstruct_format = '8s4H'\n\t\tf = open(self.file, 'rb')\n\t\tf.seek(addr)\n\t\t\n\t\tVersion = {}\n\t\tname,\\\n\t\tmajor,\\\n\t\tminor,\\\n\t\tbuild,\\\n\t\tflags = unpack(struct_format, f.read(calcsize(struct_format)))\n\t\t\n\t\tf.close()\n\t\t\n\t\tname += chr(0)\n\t\tVersion['name'],x = name.split(chr(0),1)\n\t\tVersion['version'] = str(major) + '.' + str(minor) + '.' + str(build)\n\t\t'''' We need to seperate out the flags\n\t\tVersion['flags.qfe_version'] 13 bits\n\t\tVersion['flags.approved'] 2 bits\n\t\tVersion['flags.debug_build'] 1 bit\n\t\t'''\n\t\treturn Version\n\n\tdef Read_library_version(self,num_0_based):\n\t\taddr = self.header['library_versions_addr'] - self.header['base'] + (num_0_based * 16)\n\t\treturn self.Read_version(addr)\n\t\n\tdef Read_kernel_version(self):\n\t\treturn self.Read_version(self.header['kernel_library_version_addr'] - self.header['base'])\n\t\n\tdef Read_XAPI_version(self):\n\t\treturn self.Read_version(self.header['xapi_library_version_addr'] - self.header['base'])\n\t\n\tdef Read_TLS(self):\n\t\tf = open(self.file,'rb')\n\t\tf.seek(self.header['tls_addr'] - self.header['base'])\n\t\t\n\t\tTLS = {}\n\t\tTLS['data_start_addr'],\\\n\t\tTLS['data_end_addr'],\\\n\t\tTLS['tls_index_addr'],\\\n\t\tTLS['tls_callback_addr'],\\\n\t\tTLS['sizeof_zero_fill'],\\\n\t\tTLS['characteristics'] = unpack('6L',f.read(calcsize('6L')))\n\n\t\tf.close()\n\t\treturn TLS\n\t\n\tdef Get_title(self):\n\t\treturn self.certificate['title_name'].decode('utf-16').rstrip(chr(0))\n\t\t\n\tdef Get_timedate(self):\n\t\tfrom time import ctime\n\t\tt = ctime(self.certificate['timedate'])\n\t\tdel ctime\n\t\treturn t\n\n\tdef Get_game_region(self):\n\t\tregions = { 0x00000001:'USA',\n\t\t\t\t\t0x00000002:'Japan',\n\t\t\t\t\t0x00000003:'USA & Japan',\n\t\t\t\t\t0x00000004:'PAL',\n\t\t\t\t\t0x00000005:'PAL & USA',\n\t\t\t\t\t0x00000007:'Region Free',\n\t\t\t\t\t0x80000000:'Manufacturing',\n\t\t\t\t\t0x80000007:'Region Free'}\n\t\ttry:\n\t\t\treturn regions[self.certificate['game_region']]\n\t\texcept:\n\t\t\treturn 'Unknown'\n\n\tdef Get_title_id(self):\n\t\t#hexst = str(hex(self.certificate['titleid'])).split('x')[1][:-1]\n\t\thexst = str(hex(self.certificate['titleid'])).split('x')[1]\n\t\treturn '00000000'[0:8-len(hexst)] + hexst\n\t\n\tdef Get_allowed_media_string(self):\n\t\tam = self.certificate['allowed_media']\n\t\tif am == 0xC00001FFL: return 'ALL'\n\t\tif am == 0x400001FFL: return 'ALL (except NONSECURE MODE)'\n\t\tam_string = ''\n\t\tam_string2 = ''\n\t\tdvd_string = ''\n\t\tif am%2:\t\tam_string +=  'HARD DISK, '\t\t\t  #0x00000001\n\t\tif (am>>1)%2:\tdvd_string += 'X2,'\t\t\t\t\t  #0x00000002\n\t\tif (am>>2)%2:\tdvd_string += 'CD,'\t\t\t\t\t  #0x00000004\n\t\tif (am>>3)%2:\tam_string +=  'CD, '\t\t\t\t  #0x00000008\n\t\tif (am>>4)%2:\tdvd_string += '5 RO,'\t\t\t\t  #0x00000010\n\t\tif (am>>5)%2:\tdvd_string += '9 RO,'\t\t\t\t  #0x00000020\n\t\tif (am>>6)%2:\tdvd_string += '5 RW,'\t\t\t\t  #0x00000040\n\t\tif (am>>7)%2:\tdvd_string += '9 RW,'\t\t\t\t  #0x00000080\n\t\tif (am>>8)%2:\tam_string2 += 'DONGLE, '\t\t\t  #0x00000100\n\t\tif (am>>9)%2:\tam_string2 += 'MEDIA BOARD, '\t\t  #0x00000200\n\t\tif (am>>30)%2:\tam_string2 += 'NONSECURE HARD DISK, ' #0x40000000\n\t\tif (am>>31)%2:\tam_string2 += 'NONSECURE MODE, '\t  #0x80000000\n\t\tif dvd_string: am_string += 'DVD (' + dvd_string[:-2] + '), '\n\t\tif am_string2: am_string += am_string2\n\t\treturn am_string[:-2]\n\t\t#MEDIA MASK 0x00FFFFFF\n\n\n\tdef Get_image_magic(self,addr):\n\t\tf = open(self.file,'rb')\n\t\tf.seek(addr)\n\t\tmagic = unpack('4s',f.read(4))\n\t\tf.close()\n\t\treturn magic[0][:3]\n\t\t\n\tdef Get_image_info(self,type_string):\n\t\tfound = 0\n\t\tfor n in range(1,self.header['sections']):\n\t\t\ts_name , section = self.Read_section(n)\n\t\t\tif section['flags.inserted_file']:\n\t\t\t\tif s_name == type_string:\n\t\t\t\t\tfound = 1\n\t\t\t\t\tbreak\n\t\timg_hdr = {}\n\t\tif found:\n\t\t\tmagic = self.Get_image_magic(section['raw_addr'])\n\t\t\tif magic == 'XPR':\n\t\t\t\treturn section\n\t\t\telif magic == 'DDS':\n\t\t\t\tpass\n\t\t\t\n\t\treturn False\n\t\t\n\tdef Get_title_xpr0(self):\n\t\timg_section = self.Get_image_info('$$XTIMAGE')\n\t\tif img_section:\n\t\t\taddr=img_section['raw_addr']\n\t\t\tsize=img_section['sizeof_raw']\n\t\t\twith open(self.file,'rb') as xbefile:\n\t\t\t\txbefile.seek(addr)\n\t\t\t\txpr0 = xbefile.read(size)\n\t\t\twith open('Z:\\\\TitleImage.xbx', 'wb') as xbx:\n\t\t\t\txbx.write(xpr0)\n\t\t\treturn None\n\t\telse:\n\t\t\treturn None\n\t\t\t\n\tdef Get_title_image(self):\n\t\timg_section = self.Get_image_info('$$XTIMAGE')\n\t\tif img_section:\n\t\t\treturn Get_image(addr=img_section['raw_addr'],size=img_section['sizeof_raw'],file=self.file)\n\t\telse:\n\t\t\treturn None\n\t\t\n\tdef Get_save_image(self):\n\t\timg_section = self.Get_image_info('$$XSIMAGE')\n\t\tif img_section:\n\t\t\treturn Get_image(addr=img_section['raw_addr'],size=img_section['sizeof_raw'],file=self.file)\n\t\telse:\n\t\t\treturn None\n\t\t\n\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/LICENSE.txt",
    "content": "Copyright 2014 Kenneth Reitz\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/README.md",
    "content": "script.module.requests\n======================\n\nPython requests library packed for XBMC.\n\nSee https://github.com/kennethreitz/requests\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/addon.xml",
    "content": "<?xml version=\"1.0\" encoding=\"Windows-1252\" standalone=\"yes\"?>\r\n<addon id=\"script.module.requests\" name=\"requests\" version=\"2.4.3\" provider-name=\"kennethreitz, beenje\">\r\n\t\t<requires>\r\n\t\t\t\t<import addon=\"xbmc.python\" version=\"2.1.0\" />\r\n\t\t</requires>\r\n\t\t<extension point=\"xbmc.python.module\" library=\"lib\" />\r\n\t\t<extension point=\"xbmc.addon.metadata\">\r\n\t\t\t\t<summary>Python HTTP for Humans</summary>\r\n\t\t\t\t<description>Packed for XBMC from https://github.com/kennethreitz/requests</description>\r\n\t\t\t\t<platform>all</platform>\r\n\t\t\t\t<language>\r\n\t\t\t\t</language>\r\n\t\t\t\t<license>Apache2</license>\r\n\t\t\t\t<forum>\r\n\t\t\t\t</forum>\r\n\t\t\t\t<website>http://python-requests.org</website>\r\n\t\t\t\t<source>https://github.com/beenje/script.module.requests</source>\r\n\t\t\t\t<email>beenje AT gmail.com</email>\r\n\t\t</extension>\r\n</addon>"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/changelog.txt",
    "content": "[B]Version 2.4.3[/B]\n\n- Synchonize with requests 2.4.3\n\n[B]Version 2.3.0[/B]\n\n- Synchonize with requests 2.3.0\n\n[B]Version 1.1.0[/B]\n\n- requests v1.1.0\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/AUTHORS.rst",
    "content": "Requests is written and maintained by Kenneth Reitz and\nvarious contributors:\n\nDevelopment Lead\n````````````````\n\n- Kenneth Reitz <me@kennethreitz.org> `@kennethreitz <https://github.com/kennethreitz>`_\n\nCore Contributors\n`````````````````\n\n- Cory Benfield <cory@lukasa.co.uk> `@lukasa <https://github.com/lukasa>`_\n- Ian Cordasco <graffatcolmingov@gmail.com> `@sigmavirus24 <https://github.com/sigmavirus24>`_\n\n\n\nUrllib3\n```````\n\n- Andrey Petrov <andrey.petrov@shazow.net>\n\n\nPatches and Suggestions\n```````````````````````\n\n- Various Pocoo Members\n- Chris Adams\n- Flavio Percoco Premoli\n- Dj Gilcrease\n- Justin Murphy\n- Rob Madole\n- Aram Dulyan\n- Johannes Gorset\n- 村山めがね (Megane Murayama)\n- James Rowe\n- Daniel Schauenberg\n- Zbigniew Siciarz\n- Daniele Tricoli 'Eriol'\n- Richard Boulton\n- Miguel Olivares <miguel@moliware.com>\n- Alberto Paro\n- Jérémy Bethmont\n- 潘旭 (Xu Pan)\n- Tamás Gulácsi\n- Rubén Abad\n- Peter Manser\n- Jeremy Selier\n- Jens Diemer\n- Alex (`@alopatin <https://github.com/alopatin>`_)\n- Tom Hogans <tomhsx@gmail.com>\n- Armin Ronacher\n- Shrikant Sharat Kandula\n- Mikko Ohtamaa\n- Den Shabalin\n- Daniel Miller <danielm@vs-networks.com>\n- Alejandro Giacometti\n- Rick Mak\n- Johan Bergström\n- Josselin Jacquard\n- Travis N. Vaught\n- Fredrik Möllerstrand\n- Daniel Hengeveld\n- Dan Head\n- Bruno Renié\n- David Fischer\n- Joseph McCullough\n- Juergen Brendel\n- Juan Riaza\n- Ryan Kelly\n- Rolando Espinoza La fuente\n- Robert Gieseke\n- Idan Gazit\n- Ed Summers\n- Chris Van Horne\n- Christopher Davis\n- Ori Livneh\n- Jason Emerick\n- Bryan Helmig\n- Jonas Obrist\n- Lucian Ursu\n- Tom Moertel\n- Frank Kumro Jr\n- Chase Sterling\n- Marty Alchin\n- takluyver\n- Ben Toews (`@mastahyeti <https://github.com/mastahyeti>`_)\n- David Kemp\n- Brendon Crawford\n- Denis (`@Telofy <https://github.com/Telofy>`_)\n- Matt Giuca\n- Adam Tauber\n- Honza Javorek\n- Brendan Maguire <maguire.brendan@gmail.com>\n- Chris Dary\n- Danver Braganza <danverbraganza@gmail.com>\n- Max Countryman\n- Nick Chadwick\n- Jonathan Drosdeck\n- Jiri Machalek\n- Steve Pulec\n- Michael Kelly\n- Michael Newman <newmaniese@gmail.com>\n- Jonty Wareing <jonty@jonty.co.uk>\n- Shivaram Lingamneni\n- Miguel Turner\n- Rohan Jain (`@crodjer <https://github.com/crodjer>`_)\n- Justin Barber <barber.justin@gmail.com>\n- Roman Haritonov (`@reclosedev <https://github.com/reclosedev>`_)\n- Josh Imhoff <joshimhoff13@gmail.com>\n- Arup Malakar <amalakar@gmail.com>\n- Danilo Bargen (`@dbrgn <https://github.com/dbrgn>`_)\n- Torsten Landschoff\n- Michael Holler (`@apotheos <https://github.com/apotheos>`_)\n- Timnit Gebru\n- Sarah Gonzalez\n- Victoria Mo\n- Leila Muhtasib\n- Matthias Rahlf <matthias@webding.de>\n- Jakub Roztocil <jakub@roztocil.name>\n- Rhys Elsmore\n- André Graf (`@dergraf <https://github.com/dergraf>`_)\n- Stephen Zhuang (`@everbird <https://github.com/everbird>`_)\n- Martijn Pieters\n- Jonatan Heyman\n- David Bonner <dbonner@gmail.com> (`@rascalking <https://github.com/rascalking>`_)\n- Vinod Chandru\n- Johnny Goodnow <j.goodnow29@gmail.com>\n- Denis Ryzhkov <denisr@denisr.com>\n- Wilfred Hughes <me@wilfred.me.uk>\n- Dmitry Medvinsky <me@dmedvinsky.name>\n- Bryce Boe <bbzbryce@gmail.com> (`@bboe <https://github.com/bboe>`_)\n- Colin Dunklau <colin.dunklau@gmail.com> (`@cdunklau <https://github.com/cdunklau>`_)\n- Bob Carroll <bob.carroll@alum.rit.edu> (`@rcarz <https://github.com/rcarz>`_)\n- Hugo Osvaldo Barrera <hugo@osvaldobarrera.com.ar> (`@hobarrera <https://github.com/hobarrera>`_)\n- Łukasz Langa <lukasz@langa.pl>\n- Dave Shawley <daveshawley@gmail.com>\n- James Clarke (`@jam <https://github.com/jam>`_)\n- Kevin Burke <kev@inburke.com>\n- Flavio Curella\n- David Pursehouse <david.pursehouse@gmail.com> (`@dpursehouse <https://github.com/dpursehouse>`_)\n- Jon Parise\n- Alexander Karpinsky (`@homm86 <https://twitter.com/homm86>`_)\n- Marc Schlaich (`@schlamar <https://github.com/schlamar>`_)\n- Park Ilsu <daftonshady@gmail.com> (`@daftshady <https://github.com/daftshady>`_)\n- Matt Spitz (`@mattspitz <https://github.com/mattspitz>`_)\n- Vikram Oberoi (`@voberoi <https://github.com/voberoi>`_)\n- Can Ibanoglu <can.ibanoglu@gmail.com> (`@canibanoglu <https://github.com/canibanoglu>`_)\n- Thomas Weißschuh <thomas@t-8ch.de> (`@t-8ch <https://github.com/t-8ch>`_)\n- Jayson Vantuyl <jayson@aggressive.ly>\n- Pengfei.X <pengphy@gmail.com>\n- Kamil Madac <kamil.madac@gmail.com>\n- Michael Becker <mike@beckerfuffle.com> (`@beckerfuffle <https://twitter.com/beckerfuffle>`_)\n- Erik Wickstrom <erik@erikwickstrom.com> (`@erikwickstrom <https://github.com/erikwickstrom>`_)\n- Константин Подшумок (`@podshumok <https://github.com/podshumok>`_)\n- Ben Bass (`@codedstructure <https://github.com/codedstructure>`_)\n- Jonathan Wong <evolutionace@gmail.com> (`@ContinuousFunction <https://github.com/ContinuousFunction>`_)\n- Martin Jul (`@mjul <https://github.com/mjul>`_)\n- Joe Alcorn (`@buttscicles <https://github.com/buttscicles>`_)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/HISTORY.rst",
    "content": ".. :changelog:\n\nRelease History\n---------------\n\n2.4.3 (2014-10-06)\n++++++++++++++++++\n\n**Bugfixes**\n\n- Unicode URL improvements for Python 2.\n- Re-order JSON param for backwards compat.\n- Automatically defrag authentication schemes from host/pass URIs. (`#2249 <https://github.com/kennethreitz/requests/issues/2249>`_)\n\n\n2.4.2 (2014-10-05)\n++++++++++++++++++\n\n**Improvements**\n\n- FINALLY! Add json parameter for uploads! (`#2258 <https://github.com/kennethreitz/requests/pull/2258>`_)\n- Support for bytestring URLs on Python 3.x (`#2238 <https://github.com/kennethreitz/requests/pull/2238>`_)\n\n**Bugfixes**\n\n- Avoid getting stuck in a loop (`#2244 <https://github.com/kennethreitz/requests/pull/2244>`_)\n- Multiple calls to iter* fail with unhelpful error. (`#2240 <https://github.com/kennethreitz/requests/issues/2240>`_, `#2241 <https://github.com/kennethreitz/requests/issues/2241>`_)\n\n**Documentation**\n\n- Correct redirection introduction (`#2245 <https://github.com/kennethreitz/requests/pull/2245/>`_)\n- Added example of how to send multiple files in one request. (`#2227 <https://github.com/kennethreitz/requests/pull/2227/>`_)\n- Clarify how to pass a custom set of CAs (`#2248 <https://github.com/kennethreitz/requests/pull/2248/>`_)\n\n\n\n2.4.1 (2014-09-09)\n++++++++++++++++++\n\n- Now has a \"security\" package extras set, ``$ pip install requests[security]``\n- Requests will now use Certifi if it is available.\n- Capture and re-raise urllib3 ProtocolError\n- Bugfix for responses that attempt to redirect to themselves forever (wtf?).\n\n\n2.4.0 (2014-08-29)\n++++++++++++++++++\n\n**Behavioral Changes**\n\n- ``Connection: keep-alive`` header is now sent automatically.\n\n**Improvements**\n\n- Support for connect timeouts! Timeout now accepts a tuple (connect, read) which is used to set individual connect and read timeouts.\n- Allow copying of PreparedRequests without headers/cookies.\n- Updated bundled urllib3 version.\n- Refactored settings loading from environment — new `Session.merge_environment_settings`.\n- Handle socket errors in iter_content.\n\n\n2.3.0 (2014-05-16)\n++++++++++++++++++\n\n**API Changes**\n\n- New ``Response`` property ``is_redirect``, which is true when the\n  library could have processed this response as a redirection (whether\n  or not it actually did).\n- The ``timeout`` parameter now affects requests with both ``stream=True`` and\n  ``stream=False`` equally.\n- The change in v2.0.0 to mandate explicit proxy schemes has been reverted.\n  Proxy schemes now default to ``http://``.\n- The ``CaseInsensitiveDict`` used for HTTP headers now behaves like a normal\n  dictionary when references as string or viewed in the interpreter.\n\n**Bugfixes**\n\n- No longer expose Authorization or Proxy-Authorization headers on redirect.\n  Fix CVE-2014-1829 and CVE-2014-1830 respectively.\n- Authorization is re-evaluated each redirect.\n- On redirect, pass url as native strings.\n- Fall-back to autodetected encoding for JSON when Unicode detection fails.\n- Headers set to ``None`` on the ``Session`` are now correctly not sent.\n- Correctly honor ``decode_unicode`` even if it wasn't used earlier in the same\n  response.\n- Stop advertising ``compress`` as a supported Content-Encoding.\n- The ``Response.history`` parameter is now always a list.\n- Many, many ``urllib3`` bugfixes.\n\n2.2.1 (2014-01-23)\n++++++++++++++++++\n\n**Bugfixes**\n\n- Fixes incorrect parsing of proxy credentials that contain a literal or encoded '#' character.\n- Assorted urllib3 fixes.\n\n2.2.0 (2014-01-09)\n++++++++++++++++++\n\n**API Changes**\n\n- New exception: ``ContentDecodingError``. Raised instead of ``urllib3``\n  ``DecodeError`` exceptions.\n\n**Bugfixes**\n\n- Avoid many many exceptions from the buggy implementation of ``proxy_bypass`` on OS X in Python 2.6.\n- Avoid crashing when attempting to get authentication credentials from ~/.netrc when running as a user without a home directory.\n- Use the correct pool size for pools of connections to proxies.\n- Fix iteration of ``CookieJar`` objects.\n- Ensure that cookies are persisted over redirect.\n- Switch back to using chardet, since it has merged with charade.\n\n2.1.0 (2013-12-05)\n++++++++++++++++++\n\n- Updated CA Bundle, of course.\n- Cookies set on individual Requests through a ``Session`` (e.g. via ``Session.get()``) are no longer persisted to the ``Session``.\n- Clean up connections when we hit problems during chunked upload, rather than leaking them.\n- Return connections to the pool when a chunked upload is successful, rather than leaking it.\n- Match the HTTPbis recommendation for HTTP 301 redirects.\n- Prevent hanging when using streaming uploads and Digest Auth when a 401 is received.\n- Values of headers set by Requests are now always the native string type.\n- Fix previously broken SNI support.\n- Fix accessing HTTP proxies using proxy authentication.\n- Unencode HTTP Basic usernames and passwords extracted from URLs.\n- Support for IP address ranges for no_proxy environment variable\n- Parse headers correctly when users override the default ``Host:`` header.\n- Avoid munging the URL in case of case-sensitive servers.\n- Looser URL handling for non-HTTP/HTTPS urls.\n- Accept unicode methods in Python 2.6 and 2.7.\n- More resilient cookie handling.\n- Make ``Response`` objects pickleable.\n- Actually added MD5-sess to Digest Auth instead of pretending to like last time.\n- Updated internal urllib3.\n- Fixed @Lukasa's lack of taste.\n\n2.0.1 (2013-10-24)\n++++++++++++++++++\n\n- Updated included CA Bundle with new mistrusts and automated process for the future\n- Added MD5-sess to Digest Auth\n- Accept per-file headers in multipart file POST messages.\n- Fixed: Don't send the full URL on CONNECT messages.\n- Fixed: Correctly lowercase a redirect scheme.\n- Fixed: Cookies not persisted when set via functional API.\n- Fixed: Translate urllib3 ProxyError into a requests ProxyError derived from ConnectionError.\n- Updated internal urllib3 and chardet.\n\n2.0.0 (2013-09-24)\n++++++++++++++++++\n\n**API Changes:**\n\n- Keys in the Headers dictionary are now native strings on all Python versions,\n  i.e. bytestrings on Python 2, unicode on Python 3.\n- Proxy URLs now *must* have an explicit scheme. A ``MissingSchema`` exception\n  will be raised if they don't.\n- Timeouts now apply to read time if ``Stream=False``.\n- ``RequestException`` is now a subclass of ``IOError``, not ``RuntimeError``.\n- Added new method to ``PreparedRequest`` objects: ``PreparedRequest.copy()``.\n- Added new method to ``Session`` objects: ``Session.update_request()``. This\n  method updates a ``Request`` object with the data (e.g. cookies) stored on\n  the ``Session``.\n- Added new method to ``Session`` objects: ``Session.prepare_request()``. This\n  method updates and prepares a ``Request`` object, and returns the\n  corresponding ``PreparedRequest`` object.\n- Added new method to ``HTTPAdapter`` objects: ``HTTPAdapter.proxy_headers()``.\n  This should not be called directly, but improves the subclass interface.\n- ``httplib.IncompleteRead`` exceptions caused by incorrect chunked encoding\n  will now raise a Requests ``ChunkedEncodingError`` instead.\n- Invalid percent-escape sequences now cause a Requests ``InvalidURL``\n  exception to be raised.\n- HTTP 208 no longer uses reason phrase ``\"im_used\"``. Correctly uses\n  ``\"already_reported\"``.\n- HTTP 226 reason added (``\"im_used\"``).\n\n**Bugfixes:**\n\n- Vastly improved proxy support, including the CONNECT verb. Special thanks to\n  the many contributors who worked towards this improvement.\n- Cookies are now properly managed when 401 authentication responses are\n  received.\n- Chunked encoding fixes.\n- Support for mixed case schemes.\n- Better handling of streaming downloads.\n- Retrieve environment proxies from more locations.\n- Minor cookies fixes.\n- Improved redirect behaviour.\n- Improved streaming behaviour, particularly for compressed data.\n- Miscellaneous small Python 3 text encoding bugs.\n- ``.netrc`` no longer overrides explicit auth.\n- Cookies set by hooks are now correctly persisted on Sessions.\n- Fix problem with cookies that specify port numbers in their host field.\n- ``BytesIO`` can be used to perform streaming uploads.\n- More generous parsing of the ``no_proxy`` environment variable.\n- Non-string objects can be passed in data values alongside files.\n\n1.2.3 (2013-05-25)\n++++++++++++++++++\n\n- Simple packaging fix\n\n\n1.2.2 (2013-05-23)\n++++++++++++++++++\n\n- Simple packaging fix\n\n\n1.2.1 (2013-05-20)\n++++++++++++++++++\n\n- 301 and 302 redirects now change the verb to GET for all verbs, not just\n  POST, improving browser compatibility.\n- Python 3.3.2 compatibility\n- Always percent-encode location headers\n- Fix connection adapter matching to be most-specific first\n- new argument to the default connection adapter for passing a block argument\n- prevent a KeyError when there's no link headers\n\n1.2.0 (2013-03-31)\n++++++++++++++++++\n\n- Fixed cookies on sessions and on requests\n- Significantly change how hooks are dispatched - hooks now receive all the\n  arguments specified by the user when making a request so hooks can make a\n  secondary request with the same parameters. This is especially necessary for\n  authentication handler authors\n- certifi support was removed\n- Fixed bug where using OAuth 1 with body ``signature_type`` sent no data\n- Major proxy work thanks to @Lukasa including parsing of proxy authentication\n  from the proxy url\n- Fix DigestAuth handling too many 401s\n- Update vendored urllib3 to include SSL bug fixes\n- Allow keyword arguments to be passed to ``json.loads()`` via the\n  ``Response.json()`` method\n- Don't send ``Content-Length`` header by default on ``GET`` or ``HEAD``\n  requests\n- Add ``elapsed`` attribute to ``Response`` objects to time how long a request\n  took.\n- Fix ``RequestsCookieJar``\n- Sessions and Adapters are now picklable, i.e., can be used with the\n  multiprocessing library\n- Update charade to version 1.0.3\n\nThe change in how hooks are dispatched will likely cause a great deal of\nissues.\n\n1.1.0 (2013-01-10)\n++++++++++++++++++\n\n- CHUNKED REQUESTS\n- Support for iterable response bodies\n- Assume servers persist redirect params\n- Allow explicit content types to be specified for file data\n- Make merge_kwargs case-insensitive when looking up keys\n\n1.0.3 (2012-12-18)\n++++++++++++++++++\n\n- Fix file upload encoding bug\n- Fix cookie behavior\n\n1.0.2 (2012-12-17)\n++++++++++++++++++\n\n- Proxy fix for HTTPAdapter.\n\n1.0.1 (2012-12-17)\n++++++++++++++++++\n\n- Cert verification exception bug.\n- Proxy fix for HTTPAdapter.\n\n1.0.0 (2012-12-17)\n++++++++++++++++++\n\n- Massive Refactor and Simplification\n- Switch to Apache 2.0 license\n- Swappable Connection Adapters\n- Mountable Connection Adapters\n- Mutable ProcessedRequest chain\n- /s/prefetch/stream\n- Removal of all configuration\n- Standard library logging\n- Make Response.json() callable, not property.\n- Usage of new charade project, which provides python 2 and 3 simultaneous chardet.\n- Removal of all hooks except 'response'\n- Removal of all authentication helpers (OAuth, Kerberos)\n\nThis is not a backwards compatible change.\n\n0.14.2 (2012-10-27)\n+++++++++++++++++++\n\n- Improved mime-compatible JSON handling\n- Proxy fixes\n- Path hack fixes\n- Case-Insensistive Content-Encoding headers\n- Support for CJK parameters in form posts\n\n\n0.14.1 (2012-10-01)\n+++++++++++++++++++\n\n- Python 3.3 Compatibility\n- Simply default accept-encoding\n- Bugfixes\n\n\n0.14.0 (2012-09-02)\n++++++++++++++++++++\n\n- No more iter_content errors if already downloaded.\n\n0.13.9 (2012-08-25)\n+++++++++++++++++++\n\n- Fix for OAuth + POSTs\n- Remove exception eating from dispatch_hook\n- General bugfixes\n\n0.13.8 (2012-08-21)\n+++++++++++++++++++\n\n- Incredible Link header support :)\n\n0.13.7 (2012-08-19)\n+++++++++++++++++++\n\n- Support for (key, value) lists everywhere.\n- Digest Authentication improvements.\n- Ensure proxy exclusions work properly.\n- Clearer UnicodeError exceptions.\n- Automatic casting of URLs to tsrings (fURL and such)\n- Bugfixes.\n\n0.13.6 (2012-08-06)\n+++++++++++++++++++\n\n- Long awaited fix for hanging connections!\n\n0.13.5 (2012-07-27)\n+++++++++++++++++++\n\n- Packaging fix\n\n0.13.4 (2012-07-27)\n+++++++++++++++++++\n\n- GSSAPI/Kerberos authentication!\n- App Engine 2.7 Fixes!\n- Fix leaking connections (from urllib3 update)\n- OAuthlib path hack fix\n- OAuthlib URL parameters fix.\n\n0.13.3 (2012-07-12)\n+++++++++++++++++++\n\n- Use simplejson if available.\n- Do not hide SSLErrors behind Timeouts.\n- Fixed param handling with urls containing fragments.\n- Significantly improved information in User Agent.\n- client certificates are ignored when verify=False\n\n0.13.2 (2012-06-28)\n+++++++++++++++++++\n\n- Zero dependencies (once again)!\n- New: Response.reason\n- Sign querystring parameters in OAuth 1.0\n- Client certificates no longer ignored when verify=False\n- Add openSUSE certificate support\n\n0.13.1 (2012-06-07)\n+++++++++++++++++++\n\n- Allow passing a file or file-like object as data.\n- Allow hooks to return responses that indicate errors.\n- Fix Response.text and Response.json for body-less responses.\n\n0.13.0 (2012-05-29)\n+++++++++++++++++++\n\n- Removal of Requests.async in favor of `grequests <https://github.com/kennethreitz/grequests>`_\n- Allow disabling of cookie persistiance.\n- New implimentation of safe_mode\n- cookies.get now supports default argument\n- Session cookies not saved when Session.request is called with return_response=False\n- Env: no_proxy support.\n- RequestsCookieJar improvements.\n- Various bug fixes.\n\n0.12.1 (2012-05-08)\n+++++++++++++++++++\n\n- New ``Response.json`` property.\n- Ability to add string file uploads.\n- Fix out-of-range issue with iter_lines.\n- Fix iter_content default size.\n- Fix POST redirects containing files.\n\n0.12.0 (2012-05-02)\n+++++++++++++++++++\n\n- EXPERIMENTAL OAUTH SUPPORT!\n- Proper CookieJar-backed cookies interface with awesome dict-like interface.\n- Speed fix for non-iterated content chunks.\n- Move ``pre_request`` to a more usable place.\n- New ``pre_send`` hook.\n- Lazily encode data, params, files.\n- Load system Certificate Bundle if ``certify`` isn't available.\n- Cleanups, fixes.\n\n0.11.2 (2012-04-22)\n+++++++++++++++++++\n\n- Attempt to use the OS's certificate bundle if ``certifi`` isn't available.\n- Infinite digest auth redirect fix.\n- Multi-part file upload improvements.\n- Fix decoding of invalid %encodings in URLs.\n- If there is no content in a response don't throw an error the second time that content is attempted to be read.\n- Upload data on redirects.\n\n0.11.1 (2012-03-30)\n+++++++++++++++++++\n\n* POST redirects now break RFC to do what browsers do: Follow up with a GET.\n* New ``strict_mode`` configuration to disable new redirect behavior.\n\n\n0.11.0 (2012-03-14)\n+++++++++++++++++++\n\n* Private SSL Certificate support\n* Remove select.poll from Gevent monkeypatching\n* Remove redundant generator for chunked transfer encoding\n* Fix: Response.ok raises Timeout Exception in safe_mode\n\n0.10.8 (2012-03-09)\n+++++++++++++++++++\n\n* Generate chunked ValueError fix\n* Proxy configuration by environment variables\n* Simplification of iter_lines.\n* New `trust_env` configuration for disabling system/environment hints.\n* Suppress cookie errors.\n\n0.10.7 (2012-03-07)\n+++++++++++++++++++\n\n* `encode_uri` = False\n\n0.10.6 (2012-02-25)\n+++++++++++++++++++\n\n* Allow '=' in cookies.\n\n0.10.5 (2012-02-25)\n+++++++++++++++++++\n\n* Response body with 0 content-length fix.\n* New async.imap.\n* Don't fail on netrc.\n\n\n0.10.4 (2012-02-20)\n+++++++++++++++++++\n\n* Honor netrc.\n\n0.10.3 (2012-02-20)\n+++++++++++++++++++\n\n* HEAD requests don't follow redirects anymore.\n* raise_for_status() doesn't raise for 3xx anymore.\n* Make Session objects picklable.\n* ValueError for invalid schema URLs.\n\n0.10.2 (2012-01-15)\n+++++++++++++++++++\n\n* Vastly improved URL quoting.\n* Additional allowed cookie key values.\n* Attempted fix for \"Too many open files\" Error\n* Replace unicode errors on first pass, no need for second pass.\n* Append '/' to bare-domain urls before query insertion.\n* Exceptions now inherit from RuntimeError.\n* Binary uploads + auth fix.\n* Bugfixes.\n\n\n0.10.1 (2012-01-23)\n+++++++++++++++++++\n\n* PYTHON 3 SUPPORT!\n* Dropped 2.5 Support. (*Backwards Incompatible*)\n\n0.10.0 (2012-01-21)\n+++++++++++++++++++\n\n* ``Response.content`` is now bytes-only. (*Backwards Incompatible*)\n* New ``Response.text`` is unicode-only.\n* If no ``Response.encoding`` is specified and ``chardet`` is available, ``Respoonse.text`` will guess an encoding.\n* Default to ISO-8859-1 (Western) encoding for \"text\" subtypes.\n* Removal of `decode_unicode`. (*Backwards Incompatible*)\n* New multiple-hooks system.\n* New ``Response.register_hook`` for registering hooks within the pipeline.\n* ``Response.url`` is now Unicode.\n\n0.9.3 (2012-01-18)\n++++++++++++++++++\n\n* SSL verify=False bugfix (apparent on windows machines).\n\n0.9.2 (2012-01-18)\n++++++++++++++++++\n\n* Asynchronous async.send method.\n* Support for proper chunk streams with boundaries.\n* session argument for Session classes.\n* Print entire hook tracebacks, not just exception instance.\n* Fix response.iter_lines from pending next line.\n* Fix but in HTTP-digest auth w/ URI having query strings.\n* Fix in Event Hooks section.\n* Urllib3 update.\n\n\n0.9.1 (2012-01-06)\n++++++++++++++++++\n\n* danger_mode for automatic Response.raise_for_status()\n* Response.iter_lines refactor\n\n0.9.0 (2011-12-28)\n++++++++++++++++++\n\n* verify ssl is default.\n\n\n0.8.9 (2011-12-28)\n++++++++++++++++++\n\n* Packaging fix.\n\n\n0.8.8 (2011-12-28)\n++++++++++++++++++\n\n* SSL CERT VERIFICATION!\n* Release of Cerifi: Mozilla's cert list.\n* New 'verify' argument for SSL requests.\n* Urllib3 update.\n\n0.8.7 (2011-12-24)\n++++++++++++++++++\n\n* iter_lines last-line truncation fix\n* Force safe_mode for async requests\n* Handle safe_mode exceptions more consistently\n* Fix iteration on null responses in safe_mode\n\n0.8.6 (2011-12-18)\n++++++++++++++++++\n\n* Socket timeout fixes.\n* Proxy Authorization support.\n\n0.8.5 (2011-12-14)\n++++++++++++++++++\n\n* Response.iter_lines!\n\n0.8.4 (2011-12-11)\n++++++++++++++++++\n\n* Prefetch bugfix.\n* Added license to installed version.\n\n0.8.3 (2011-11-27)\n++++++++++++++++++\n\n* Converted auth system to use simpler callable objects.\n* New session parameter to API methods.\n* Display full URL while logging.\n\n0.8.2 (2011-11-19)\n++++++++++++++++++\n\n* New Unicode decoding system, based on over-ridable `Response.encoding`.\n* Proper URL slash-quote handling.\n* Cookies with ``[``, ``]``, and ``_`` allowed.\n\n0.8.1 (2011-11-15)\n++++++++++++++++++\n\n* URL Request path fix\n* Proxy fix.\n* Timeouts fix.\n\n0.8.0 (2011-11-13)\n++++++++++++++++++\n\n* Keep-alive support!\n* Complete removal of Urllib2\n* Complete removal of Poster\n* Complete removal of CookieJars\n* New ConnectionError raising\n* Safe_mode for error catching\n* prefetch parameter for request methods\n* OPTION method\n* Async pool size throttling\n* File uploads send real names\n* Vendored in urllib3\n\n0.7.6 (2011-11-07)\n++++++++++++++++++\n\n* Digest authentication bugfix (attach query data to path)\n\n0.7.5 (2011-11-04)\n++++++++++++++++++\n\n* Response.content = None if there was an invalid repsonse.\n* Redirection auth handling.\n\n0.7.4 (2011-10-26)\n++++++++++++++++++\n\n* Session Hooks fix.\n\n0.7.3 (2011-10-23)\n++++++++++++++++++\n\n* Digest Auth fix.\n\n\n0.7.2 (2011-10-23)\n++++++++++++++++++\n\n* PATCH Fix.\n\n\n0.7.1 (2011-10-23)\n++++++++++++++++++\n\n* Move away from urllib2 authentication handling.\n* Fully Remove AuthManager, AuthObject, &c.\n* New tuple-based auth system with handler callbacks.\n\n\n0.7.0 (2011-10-22)\n++++++++++++++++++\n\n* Sessions are now the primary interface.\n* Deprecated InvalidMethodException.\n* PATCH fix.\n* New config system (no more global settings).\n\n\n0.6.6 (2011-10-19)\n++++++++++++++++++\n\n* Session parameter bugfix (params merging).\n\n\n0.6.5 (2011-10-18)\n++++++++++++++++++\n\n* Offline (fast) test suite.\n* Session dictionary argument merging.\n\n\n0.6.4 (2011-10-13)\n++++++++++++++++++\n\n* Automatic decoding of unicode, based on HTTP Headers.\n* New ``decode_unicode`` setting.\n* Removal of ``r.read/close`` methods.\n* New ``r.faw`` interface for advanced response usage.*\n* Automatic expansion of parameterized headers.\n\n\n0.6.3 (2011-10-13)\n++++++++++++++++++\n\n* Beautiful ``requests.async`` module, for making async requests w/ gevent.\n\n\n0.6.2 (2011-10-09)\n++++++++++++++++++\n\n* GET/HEAD obeys allow_redirects=False.\n\n\n0.6.1 (2011-08-20)\n++++++++++++++++++\n\n* Enhanced status codes experience ``\\o/``\n* Set a maximum number of redirects (``settings.max_redirects``)\n* Full Unicode URL support\n* Support for protocol-less redirects.\n* Allow for arbitrary request types.\n* Bugfixes\n\n\n0.6.0 (2011-08-17)\n++++++++++++++++++\n\n* New callback hook system\n* New persistient sessions object and context manager\n* Transparent Dict-cookie handling\n* Status code reference object\n* Removed Response.cached\n* Added Response.request\n* All args are kwargs\n* Relative redirect support\n* HTTPError handling improvements\n* Improved https testing\n* Bugfixes\n\n\n0.5.1 (2011-07-23)\n++++++++++++++++++\n\n* International Domain Name Support!\n* Access headers without fetching entire body (``read()``)\n* Use lists as dicts for parameters\n* Add Forced Basic Authentication\n* Forced Basic is default authentication type\n* ``python-requests.org`` default User-Agent header\n* CaseInsensitiveDict lower-case caching\n* Response.history bugfix\n\n\n0.5.0 (2011-06-21)\n++++++++++++++++++\n\n* PATCH Support\n* Support for Proxies\n* HTTPBin Test Suite\n* Redirect Fixes\n* settings.verbose stream writing\n* Querystrings for all methods\n* URLErrors (Connection Refused, Timeout, Invalid URLs) are treated as explicity raised\n  ``r.requests.get('hwe://blah'); r.raise_for_status()``\n\n\n0.4.1 (2011-05-22)\n++++++++++++++++++\n\n* Improved Redirection Handling\n* New 'allow_redirects' param for following non-GET/HEAD Redirects\n* Settings module refactoring\n\n\n0.4.0 (2011-05-15)\n++++++++++++++++++\n\n* Response.history: list of redirected responses\n* Case-Insensitive Header Dictionaries!\n* Unicode URLs\n\n\n0.3.4 (2011-05-14)\n++++++++++++++++++\n\n* Urllib2 HTTPAuthentication Recursion fix (Basic/Digest)\n* Internal Refactor\n* Bytes data upload Bugfix\n\n\n\n0.3.3 (2011-05-12)\n++++++++++++++++++\n\n* Request timeouts\n* Unicode url-encoded data\n* Settings context manager and module\n\n\n0.3.2 (2011-04-15)\n++++++++++++++++++\n\n* Automatic Decompression of GZip Encoded Content\n* AutoAuth Support for Tupled HTTP Auth\n\n\n0.3.1 (2011-04-01)\n++++++++++++++++++\n\n* Cookie Changes\n* Response.read()\n* Poster fix\n\n\n0.3.0 (2011-02-25)\n++++++++++++++++++\n\n* Automatic Authentication API Change\n* Smarter Query URL Parameterization\n* Allow file uploads and POST data together\n* New Authentication Manager System\n    - Simpler Basic HTTP System\n    - Supports all build-in urllib2 Auths\n    - Allows for custom Auth Handlers\n\n\n0.2.4 (2011-02-19)\n++++++++++++++++++\n\n* Python 2.5 Support\n* PyPy-c v1.4 Support\n* Auto-Authentication tests\n* Improved Request object constructor\n\n0.2.3 (2011-02-15)\n++++++++++++++++++\n\n* New HTTPHandling Methods\n    - Response.__nonzero__ (false if bad HTTP Status)\n    - Response.ok (True if expected HTTP Status)\n    - Response.error (Logged HTTPError if bad HTTP Status)\n    - Response.raise_for_status() (Raises stored HTTPError)\n\n\n0.2.2 (2011-02-14)\n++++++++++++++++++\n\n* Still handles request in the event of an HTTPError. (Issue #2)\n* Eventlet and Gevent Monkeypatch support.\n* Cookie Support (Issue #1)\n\n\n0.2.1 (2011-02-14)\n++++++++++++++++++\n\n* Added file attribute to POST and PUT requests for multipart-encode file uploads.\n* Added Request.url attribute for context and redirects\n\n\n0.2.0 (2011-02-14)\n++++++++++++++++++\n\n* Birth!\n\n\n0.0.1 (2011-02-13)\n++++++++++++++++++\n\n* Frustration\n* Conception\n\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/LICENSE.txt",
    "content": "Copyright 2014 Kenneth Reitz\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/NOTICE.txt",
    "content": "Requests includes some vendorized python libraries to ease installation.\n\nUrllib3 License\n===============\n\nThis is the MIT license: http://www.opensource.org/licenses/mit-license.php\n\nCopyright 2008-2011 Andrey Petrov and contributors (see CONTRIBUTORS.txt),\nModifications copyright 2012 Kenneth Reitz.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nChardet License\n===============\n\nThis library is free software; you can redistribute it and/or\nmodify it under the terms of the GNU Lesser General Public\nLicense as published by the Free Software Foundation; either\nversion 2.1 of the License, or (at your option) any later version.\n\nThis library is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\nLesser General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public\nLicense along with this library; if not, write to the Free Software\nFoundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n02110-1301  USA\n\n\nCA Bundle License\n=================\n\nThis Source Code Form is subject to the terms of the Mozilla Public\nLicense, v. 2.0. If a copy of the MPL was not distributed with this\nfile, You can obtain one at http://mozilla.org/MPL/2.0/.\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/README.rst",
    "content": "Requests: HTTP for Humans\n=========================\n\n.. image:: https://badge.fury.io/py/requests.png\n    :target: http://badge.fury.io/py/requests\n\n.. image:: https://pypip.in/d/requests/badge.png\n        :target: https://crate.io/packages/requests/\n\n\nRequests is an Apache2 Licensed HTTP library, written in Python, for human\nbeings.\n\nMost existing Python modules for sending HTTP requests are extremely\nverbose and cumbersome. Python's builtin urllib2 module provides most of\nthe HTTP capabilities you should need, but the api is thoroughly broken.\nIt requires an enormous amount of work (even method overrides) to\nperform the simplest of tasks.\n\nThings shouldn't be this way. Not in Python.\n\n.. code-block:: pycon\n\n    >>> r = requests.get('https://api.github.com', auth=('user', 'pass'))\n    >>> r.status_code\n    204\n    >>> r.headers['content-type']\n    'application/json'\n    >>> r.text\n    ...\n\nSee `the same code, without Requests <https://gist.github.com/973705>`_.\n\nRequests allow you to send HTTP/1.1 requests. You can add headers, form data,\nmultipart files, and parameters with simple Python dictionaries, and access the\nresponse data in the same way. It's powered by httplib and `urllib3\n<https://github.com/shazow/urllib3>`_, but it does all the hard work and crazy\nhacks for you.\n\n\nFeatures\n--------\n\n- International Domains and URLs\n- Keep-Alive & Connection Pooling\n- Sessions with Cookie Persistence\n- Browser-style SSL Verification\n- Basic/Digest Authentication\n- Elegant Key/Value Cookies\n- Automatic Decompression\n- Unicode Response Bodies\n- Multipart File Uploads\n- Connection Timeouts\n- Thread-safety\n- HTTP(S) proxy support\n\n\nInstallation\n------------\n\nTo install Requests, simply:\n\n.. code-block:: bash\n\n    $ pip install requests\n\n\nDocumentation\n-------------\n\nDocumentation is available at http://docs.python-requests.org/.\n\n\nContribute\n----------\n\n#. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. There is a `Contributor Friendly`_ tag for issues that should be ideal for people who are not very familiar with the codebase yet.\n#. If you feel uncomfortable or uncertain about an issue or your changes, feel free to email @sigmavirus24 and he will happily help you via email, Skype, remote pairing or whatever you are comfortable with.\n#. Fork `the repository`_ on GitHub to start making your changes to the **master** branch (or branch off of it).\n#. Write a test which shows that the bug was fixed or that the feature works as expected.\n#. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to AUTHORS_.\n\n.. _`the repository`: http://github.com/kennethreitz/requests\n.. _AUTHORS: https://github.com/kennethreitz/requests/blob/master/AUTHORS.rst\n.. _Contributor Friendly: https://github.com/kennethreitz/requests/issues?direction=desc&labels=Contributor+Friendly&page=1&sort=updated&state=open\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/__init__.py",
    "content": "# -*- coding: utf-8 -*-\n\n#   __\n#  /__)  _  _     _   _ _/   _\n# / (   (- (/ (/ (- _)  /  _)\n#          /\n\n\"\"\"\nrequests HTTP library\n~~~~~~~~~~~~~~~~~~~~~\n\nRequests is an HTTP library, written in Python, for human beings. Basic GET\nusage:\n\n   >>> import requests\n   >>> r = requests.get('https://www.python.org')\n   >>> r.status_code\n   200\n   >>> 'Python is a programming language' in r.content\n   True\n\n... or POST:\n\n   >>> payload = dict(key1='value1', key2='value2')\n   >>> r = requests.post('http://httpbin.org/post', data=payload)\n   >>> print(r.text)\n   {\n     ...\n     \"form\": {\n       \"key2\": \"value2\",\n       \"key1\": \"value1\"\n     },\n     ...\n   }\n\nThe other HTTP methods are supported - see `requests.api`. Full documentation\nis at <http://python-requests.org>.\n\n:copyright: (c) 2014 by Kenneth Reitz.\n:license: Apache 2.0, see LICENSE for more details.\n\n\"\"\"\n\n__title__ = 'requests'\n__version__ = '2.4.3'\n__build__ = 0x020403\n__author__ = 'Kenneth Reitz'\n__license__ = 'Apache 2.0'\n__copyright__ = 'Copyright 2014 Kenneth Reitz'\n\n# Attempt to enable urllib3's SNI support, if possible\ntry:\n    from .packages.urllib3.contrib import pyopenssl\n    pyopenssl.inject_into_urllib3()\nexcept ImportError:\n    pass\n\nfrom . import utils\nfrom .models import Request, Response, PreparedRequest\nfrom .api import request, get, head, post, patch, put, delete, options\nfrom .sessions import session, Session\nfrom .status_codes import codes\nfrom .exceptions import (\n    RequestException, Timeout, URLRequired,\n    TooManyRedirects, HTTPError, ConnectionError\n)\n\n# Set default logging handler to avoid \"No handler found\" warnings.\nimport logging\ntry:  # Python 2.7+\n    from logging import NullHandler\nexcept ImportError:\n    class NullHandler(logging.Handler):\n        def emit(self, record):\n            pass\n\nlogging.getLogger(__name__).addHandler(NullHandler())\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/adapters.py",
    "content": "# -*- coding: utf-8 -*-\n\n\"\"\"\nrequests.adapters\n~~~~~~~~~~~~~~~~~\n\nThis module contains the transport adapters that Requests uses to define\nand maintain connections.\n\"\"\"\n\nimport socket\n\nfrom .models import Response\nfrom .packages.urllib3 import Retry\nfrom .packages.urllib3.poolmanager import PoolManager, proxy_from_url\nfrom .packages.urllib3.response import HTTPResponse\nfrom .packages.urllib3.util import Timeout as TimeoutSauce\nfrom .compat import urlparse, basestring\nfrom .utils import (DEFAULT_CA_BUNDLE_PATH, get_encoding_from_headers,\n                    prepend_scheme_if_needed, get_auth_from_url, urldefragauth)\nfrom .structures import CaseInsensitiveDict\nfrom .packages.urllib3.exceptions import ConnectTimeoutError\nfrom .packages.urllib3.exceptions import HTTPError as _HTTPError\nfrom .packages.urllib3.exceptions import MaxRetryError\nfrom .packages.urllib3.exceptions import ProxyError as _ProxyError\nfrom .packages.urllib3.exceptions import ProtocolError\nfrom .packages.urllib3.exceptions import ReadTimeoutError\nfrom .packages.urllib3.exceptions import SSLError as _SSLError\nfrom .cookies import extract_cookies_to_jar\nfrom .exceptions import (ConnectionError, ConnectTimeout, ReadTimeout, SSLError,\n                         ProxyError)\nfrom .auth import _basic_auth_str\n\nDEFAULT_POOLBLOCK = False\nDEFAULT_POOLSIZE = 10\nDEFAULT_RETRIES = 0\n\n\nclass BaseAdapter(object):\n    \"\"\"The Base Transport Adapter\"\"\"\n\n    def __init__(self):\n        super(BaseAdapter, self).__init__()\n\n    def send(self):\n        raise NotImplementedError\n\n    def close(self):\n        raise NotImplementedError\n\n\nclass HTTPAdapter(BaseAdapter):\n    \"\"\"The built-in HTTP Adapter for urllib3.\n\n    Provides a general-case interface for Requests sessions to contact HTTP and\n    HTTPS urls by implementing the Transport Adapter interface. This class will\n    usually be created by the :class:`Session <Session>` class under the\n    covers.\n\n    :param pool_connections: The number of urllib3 connection pools to cache.\n    :param pool_maxsize: The maximum number of connections to save in the pool.\n    :param int max_retries: The maximum number of retries each connection\n        should attempt. Note, this applies only to failed connections and\n        timeouts, never to requests where the server returns a response.\n    :param pool_block: Whether the connection pool should block for connections.\n\n    Usage::\n\n      >>> import requests\n      >>> s = requests.Session()\n      >>> a = requests.adapters.HTTPAdapter(max_retries=3)\n      >>> s.mount('http://', a)\n    \"\"\"\n    __attrs__ = ['max_retries', 'config', '_pool_connections', '_pool_maxsize',\n                 '_pool_block']\n\n    def __init__(self, pool_connections=DEFAULT_POOLSIZE,\n                 pool_maxsize=DEFAULT_POOLSIZE, max_retries=DEFAULT_RETRIES,\n                 pool_block=DEFAULT_POOLBLOCK):\n        self.max_retries = max_retries\n        self.config = {}\n        self.proxy_manager = {}\n\n        super(HTTPAdapter, self).__init__()\n\n        self._pool_connections = pool_connections\n        self._pool_maxsize = pool_maxsize\n        self._pool_block = pool_block\n\n        self.init_poolmanager(pool_connections, pool_maxsize, block=pool_block)\n\n    def __getstate__(self):\n        return dict((attr, getattr(self, attr, None)) for attr in\n                    self.__attrs__)\n\n    def __setstate__(self, state):\n        # Can't handle by adding 'proxy_manager' to self.__attrs__ because\n        # because self.poolmanager uses a lambda function, which isn't pickleable.\n        self.proxy_manager = {}\n        self.config = {}\n\n        for attr, value in state.items():\n            setattr(self, attr, value)\n\n        self.init_poolmanager(self._pool_connections, self._pool_maxsize,\n                              block=self._pool_block)\n\n    def init_poolmanager(self, connections, maxsize, block=DEFAULT_POOLBLOCK, **pool_kwargs):\n        \"\"\"Initializes a urllib3 PoolManager.\n\n        This method should not be called from user code, and is only\n        exposed for use when subclassing the\n        :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.\n\n        :param connections: The number of urllib3 connection pools to cache.\n        :param maxsize: The maximum number of connections to save in the pool.\n        :param block: Block when no free connections are available.\n        :param pool_kwargs: Extra keyword arguments used to initialize the Pool Manager.\n        \"\"\"\n        # save these values for pickling\n        self._pool_connections = connections\n        self._pool_maxsize = maxsize\n        self._pool_block = block\n\n        self.poolmanager = PoolManager(num_pools=connections, maxsize=maxsize,\n                                       block=block, **pool_kwargs)\n\n    def proxy_manager_for(self, proxy, **proxy_kwargs):\n        \"\"\"Return urllib3 ProxyManager for the given proxy.\n\n        This method should not be called from user code, and is only\n        exposed for use when subclassing the\n        :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.\n\n        :param proxy: The proxy to return a urllib3 ProxyManager for.\n        :param proxy_kwargs: Extra keyword arguments used to configure the Proxy Manager.\n        :returns: ProxyManager\n        \"\"\"\n        if not proxy in self.proxy_manager:\n            proxy_headers = self.proxy_headers(proxy)\n            self.proxy_manager[proxy] = proxy_from_url(\n                proxy,\n                proxy_headers=proxy_headers,\n                num_pools=self._pool_connections,\n                maxsize=self._pool_maxsize,\n                block=self._pool_block,\n                **proxy_kwargs)\n\n        return self.proxy_manager[proxy]\n\n    def cert_verify(self, conn, url, verify, cert):\n        \"\"\"Verify a SSL certificate. This method should not be called from user\n        code, and is only exposed for use when subclassing the\n        :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.\n\n        :param conn: The urllib3 connection object associated with the cert.\n        :param url: The requested URL.\n        :param verify: Whether we should actually verify the certificate.\n        :param cert: The SSL certificate to verify.\n        \"\"\"\n        if url.lower().startswith('https') and verify:\n\n            cert_loc = None\n\n            # Allow self-specified cert location.\n            if verify is not True:\n                cert_loc = verify\n\n            if not cert_loc:\n                cert_loc = DEFAULT_CA_BUNDLE_PATH\n\n            if not cert_loc:\n                raise Exception(\"Could not find a suitable SSL CA certificate bundle.\")\n\n            conn.cert_reqs = 'CERT_REQUIRED'\n            conn.ca_certs = cert_loc\n        else:\n            conn.cert_reqs = 'CERT_NONE'\n            conn.ca_certs = None\n\n        if cert:\n            if not isinstance(cert, basestring):\n                conn.cert_file = cert[0]\n                conn.key_file = cert[1]\n            else:\n                conn.cert_file = cert\n\n    def build_response(self, req, resp):\n        \"\"\"Builds a :class:`Response <requests.Response>` object from a urllib3\n        response. This should not be called from user code, and is only exposed\n        for use when subclassing the\n        :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`\n\n        :param req: The :class:`PreparedRequest <PreparedRequest>` used to generate the response.\n        :param resp: The urllib3 response object.\n        \"\"\"\n        response = Response()\n\n        # Fallback to None if there's no status_code, for whatever reason.\n        response.status_code = getattr(resp, 'status', None)\n\n        # Make headers case-insensitive.\n        response.headers = CaseInsensitiveDict(getattr(resp, 'headers', {}))\n\n        # Set encoding.\n        response.encoding = get_encoding_from_headers(response.headers)\n        response.raw = resp\n        response.reason = response.raw.reason\n\n        if isinstance(req.url, bytes):\n            response.url = req.url.decode('utf-8')\n        else:\n            response.url = req.url\n\n        # Add new cookies from the server.\n        extract_cookies_to_jar(response.cookies, req, resp)\n\n        # Give the Response some context.\n        response.request = req\n        response.connection = self\n\n        return response\n\n    def get_connection(self, url, proxies=None):\n        \"\"\"Returns a urllib3 connection for the given URL. This should not be\n        called from user code, and is only exposed for use when subclassing the\n        :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.\n\n        :param url: The URL to connect to.\n        :param proxies: (optional) A Requests-style dictionary of proxies used on this request.\n        \"\"\"\n        proxies = proxies or {}\n        proxy = proxies.get(urlparse(url.lower()).scheme)\n\n        if proxy:\n            proxy = prepend_scheme_if_needed(proxy, 'http')\n            proxy_manager = self.proxy_manager_for(proxy)\n            conn = proxy_manager.connection_from_url(url)\n        else:\n            # Only scheme should be lower case\n            parsed = urlparse(url)\n            url = parsed.geturl()\n            conn = self.poolmanager.connection_from_url(url)\n\n        return conn\n\n    def close(self):\n        \"\"\"Disposes of any internal state.\n\n        Currently, this just closes the PoolManager, which closes pooled\n        connections.\n        \"\"\"\n        self.poolmanager.clear()\n\n    def request_url(self, request, proxies):\n        \"\"\"Obtain the url to use when making the final request.\n\n        If the message is being sent through a HTTP proxy, the full URL has to\n        be used. Otherwise, we should only use the path portion of the URL.\n\n        This should not be called from user code, and is only exposed for use\n        when subclassing the\n        :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.\n\n        :param request: The :class:`PreparedRequest <PreparedRequest>` being sent.\n        :param proxies: A dictionary of schemes to proxy URLs.\n        \"\"\"\n        proxies = proxies or {}\n        scheme = urlparse(request.url).scheme\n        proxy = proxies.get(scheme)\n\n        if proxy and scheme != 'https':\n            url = urldefragauth(request.url)\n        else:\n            url = request.path_url\n\n        return url\n\n    def add_headers(self, request, **kwargs):\n        \"\"\"Add any headers needed by the connection. As of v2.0 this does\n        nothing by default, but is left for overriding by users that subclass\n        the :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.\n\n        This should not be called from user code, and is only exposed for use\n        when subclassing the\n        :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.\n\n        :param request: The :class:`PreparedRequest <PreparedRequest>` to add headers to.\n        :param kwargs: The keyword arguments from the call to send().\n        \"\"\"\n        pass\n\n    def proxy_headers(self, proxy):\n        \"\"\"Returns a dictionary of the headers to add to any request sent\n        through a proxy. This works with urllib3 magic to ensure that they are\n        correctly sent to the proxy, rather than in a tunnelled request if\n        CONNECT is being used.\n\n        This should not be called from user code, and is only exposed for use\n        when subclassing the\n        :class:`HTTPAdapter <requests.adapters.HTTPAdapter>`.\n\n        :param proxies: The url of the proxy being used for this request.\n        :param kwargs: Optional additional keyword arguments.\n        \"\"\"\n        headers = {}\n        username, password = get_auth_from_url(proxy)\n\n        if username and password:\n            headers['Proxy-Authorization'] = _basic_auth_str(username,\n                                                             password)\n\n        return headers\n\n    def send(self, request, stream=False, timeout=None, verify=True, cert=None, proxies=None):\n        \"\"\"Sends PreparedRequest object. Returns Response object.\n\n        :param request: The :class:`PreparedRequest <PreparedRequest>` being sent.\n        :param stream: (optional) Whether to stream the request content.\n        :param timeout: (optional) How long to wait for the server to send\n            data before giving up, as a float, or a (`connect timeout, read\n            timeout <user/advanced.html#timeouts>`_) tuple.\n        :type timeout: float or tuple\n        :param verify: (optional) Whether to verify SSL certificates.\n        :param cert: (optional) Any user-provided SSL certificate to be trusted.\n        :param proxies: (optional) The proxies dictionary to apply to the request.\n        \"\"\"\n\n        conn = self.get_connection(request.url, proxies)\n\n        self.cert_verify(conn, request.url, verify, cert)\n        url = self.request_url(request, proxies)\n        self.add_headers(request)\n\n        chunked = not (request.body is None or 'Content-Length' in request.headers)\n\n        if isinstance(timeout, tuple):\n            try:\n                connect, read = timeout\n                timeout = TimeoutSauce(connect=connect, read=read)\n            except ValueError as e:\n                # this may raise a string formatting error.\n                err = (\"Invalid timeout {0}. Pass a (connect, read) \"\n                       \"timeout tuple, or a single float to set \"\n                       \"both timeouts to the same value\".format(timeout))\n                raise ValueError(err)\n        else:\n            timeout = TimeoutSauce(connect=timeout, read=timeout)\n\n        try:\n            if not chunked:\n                resp = conn.urlopen(\n                    method=request.method,\n                    url=url,\n                    body=request.body,\n                    headers=request.headers,\n                    redirect=False,\n                    assert_same_host=False,\n                    preload_content=False,\n                    decode_content=False,\n                    retries=Retry(self.max_retries, read=False),\n                    timeout=timeout\n                )\n\n            # Send the request.\n            else:\n                if hasattr(conn, 'proxy_pool'):\n                    conn = conn.proxy_pool\n\n                low_conn = conn._get_conn(timeout=timeout)\n\n                try:\n                    low_conn.putrequest(request.method,\n                                        url,\n                                        skip_accept_encoding=True)\n\n                    for header, value in request.headers.items():\n                        low_conn.putheader(header, value)\n\n                    low_conn.endheaders()\n\n                    for i in request.body:\n                        low_conn.send(hex(len(i))[2:].encode('utf-8'))\n                        low_conn.send(b'\\r\\n')\n                        low_conn.send(i)\n                        low_conn.send(b'\\r\\n')\n                    low_conn.send(b'0\\r\\n\\r\\n')\n\n                    r = low_conn.getresponse()\n                    resp = HTTPResponse.from_httplib(\n                        r,\n                        pool=conn,\n                        connection=low_conn,\n                        preload_content=False,\n                        decode_content=False\n                    )\n                except:\n                    # If we hit any problems here, clean up the connection.\n                    # Then, reraise so that we can handle the actual exception.\n                    low_conn.close()\n                    raise\n                else:\n                    # All is well, return the connection to the pool.\n                    conn._put_conn(low_conn)\n\n        except (ProtocolError, socket.error) as err:\n            raise ConnectionError(err, request=request)\n\n        except MaxRetryError as e:\n            if isinstance(e.reason, ConnectTimeoutError):\n                raise ConnectTimeout(e, request=request)\n\n            raise ConnectionError(e, request=request)\n\n        except _ProxyError as e:\n            raise ProxyError(e)\n\n        except (_SSLError, _HTTPError) as e:\n            if isinstance(e, _SSLError):\n                raise SSLError(e, request=request)\n            elif isinstance(e, ReadTimeoutError):\n                raise ReadTimeout(e, request=request)\n            else:\n                raise\n\n        return self.build_response(request, resp)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/api.py",
    "content": "# -*- coding: utf-8 -*-\n\n\"\"\"\nrequests.api\n~~~~~~~~~~~~\n\nThis module implements the Requests API.\n\n:copyright: (c) 2012 by Kenneth Reitz.\n:license: Apache2, see LICENSE for more details.\n\n\"\"\"\n\nfrom . import sessions\n\n\ndef request(method, url, **kwargs):\n    \"\"\"Constructs and sends a :class:`Request <Request>`.\n    Returns :class:`Response <Response>` object.\n\n    :param method: method for the new :class:`Request` object.\n    :param url: URL for the new :class:`Request` object.\n    :param params: (optional) Dictionary or bytes to be sent in the query string for the :class:`Request`.\n    :param data: (optional) Dictionary, bytes, or file-like object to send in the body of the :class:`Request`.\n    :param json: (optional) json data to send in the body of the :class:`Request`.\n    :param headers: (optional) Dictionary of HTTP Headers to send with the :class:`Request`.\n    :param cookies: (optional) Dict or CookieJar object to send with the :class:`Request`.\n    :param files: (optional) Dictionary of ``'name': file-like-objects`` (or ``{'name': ('filename', fileobj)}``) for multipart encoding upload.\n    :param auth: (optional) Auth tuple to enable Basic/Digest/Custom HTTP Auth.\n    :param timeout: (optional) How long to wait for the server to send data\n        before giving up, as a float, or a (`connect timeout, read timeout\n        <user/advanced.html#timeouts>`_) tuple.\n    :type timeout: float or tuple\n    :param allow_redirects: (optional) Boolean. Set to True if POST/PUT/DELETE redirect following is allowed.\n    :type allow_redirects: bool\n    :param proxies: (optional) Dictionary mapping protocol to the URL of the proxy.\n    :param verify: (optional) if ``True``, the SSL cert will be verified. A CA_BUNDLE path can also be provided.\n    :param stream: (optional) if ``False``, the response content will be immediately downloaded.\n    :param cert: (optional) if String, path to ssl client cert file (.pem). If Tuple, ('cert', 'key') pair.\n\n    Usage::\n\n      >>> import requests\n      >>> req = requests.request('GET', 'http://httpbin.org/get')\n      <Response [200]>\n    \"\"\"\n\n    session = sessions.Session()\n    return session.request(method=method, url=url, **kwargs)\n\n\ndef get(url, **kwargs):\n    \"\"\"Sends a GET request. Returns :class:`Response` object.\n\n    :param url: URL for the new :class:`Request` object.\n    :param \\*\\*kwargs: Optional arguments that ``request`` takes.\n    \"\"\"\n\n    kwargs.setdefault('allow_redirects', True)\n    return request('get', url, **kwargs)\n\n\ndef options(url, **kwargs):\n    \"\"\"Sends a OPTIONS request. Returns :class:`Response` object.\n\n    :param url: URL for the new :class:`Request` object.\n    :param \\*\\*kwargs: Optional arguments that ``request`` takes.\n    \"\"\"\n\n    kwargs.setdefault('allow_redirects', True)\n    return request('options', url, **kwargs)\n\n\ndef head(url, **kwargs):\n    \"\"\"Sends a HEAD request. Returns :class:`Response` object.\n\n    :param url: URL for the new :class:`Request` object.\n    :param \\*\\*kwargs: Optional arguments that ``request`` takes.\n    \"\"\"\n\n    kwargs.setdefault('allow_redirects', False)\n    return request('head', url, **kwargs)\n\n\ndef post(url, data=None, json=None, **kwargs):\n    \"\"\"Sends a POST request. Returns :class:`Response` object.\n\n    :param url: URL for the new :class:`Request` object.\n    :param data: (optional) Dictionary, bytes, or file-like object to send in the body of the :class:`Request`.\n    :param json: (optional) json data to send in the body of the :class:`Request`.\n    :param \\*\\*kwargs: Optional arguments that ``request`` takes.\n    \"\"\"\n\n    return request('post', url, data=data, json=json, **kwargs)\n\n\ndef put(url, data=None, **kwargs):\n    \"\"\"Sends a PUT request. Returns :class:`Response` object.\n\n    :param url: URL for the new :class:`Request` object.\n    :param data: (optional) Dictionary, bytes, or file-like object to send in the body of the :class:`Request`.\n    :param \\*\\*kwargs: Optional arguments that ``request`` takes.\n    \"\"\"\n\n    return request('put', url, data=data, **kwargs)\n\n\ndef patch(url, data=None, **kwargs):\n    \"\"\"Sends a PATCH request. Returns :class:`Response` object.\n\n    :param url: URL for the new :class:`Request` object.\n    :param data: (optional) Dictionary, bytes, or file-like object to send in the body of the :class:`Request`.\n    :param \\*\\*kwargs: Optional arguments that ``request`` takes.\n    \"\"\"\n\n    return request('patch', url,  data=data, **kwargs)\n\n\ndef delete(url, **kwargs):\n    \"\"\"Sends a DELETE request. Returns :class:`Response` object.\n\n    :param url: URL for the new :class:`Request` object.\n    :param \\*\\*kwargs: Optional arguments that ``request`` takes.\n    \"\"\"\n\n    return request('delete', url, **kwargs)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/auth.py",
    "content": "# -*- coding: utf-8 -*-\n\n\"\"\"\nrequests.auth\n~~~~~~~~~~~~~\n\nThis module contains the authentication handlers for Requests.\n\"\"\"\n\nimport os\nimport re\nimport time\nimport hashlib\n\nfrom base64 import b64encode\n\nfrom .compat import urlparse, str\nfrom .cookies import extract_cookies_to_jar\nfrom .utils import parse_dict_header, to_native_string\n\nCONTENT_TYPE_FORM_URLENCODED = 'application/x-www-form-urlencoded'\nCONTENT_TYPE_MULTI_PART = 'multipart/form-data'\n\n\ndef _basic_auth_str(username, password):\n    \"\"\"Returns a Basic Auth string.\"\"\"\n\n    authstr = 'Basic ' + to_native_string(\n        b64encode(('%s:%s' % (username, password)).encode('latin1')).strip()\n    )\n\n    return authstr\n\n\nclass AuthBase(object):\n    \"\"\"Base class that all auth implementations derive from\"\"\"\n\n    def __call__(self, r):\n        raise NotImplementedError('Auth hooks must be callable.')\n\n\nclass HTTPBasicAuth(AuthBase):\n    \"\"\"Attaches HTTP Basic Authentication to the given Request object.\"\"\"\n    def __init__(self, username, password):\n        self.username = username\n        self.password = password\n\n    def __call__(self, r):\n        r.headers['Authorization'] = _basic_auth_str(self.username, self.password)\n        return r\n\n\nclass HTTPProxyAuth(HTTPBasicAuth):\n    \"\"\"Attaches HTTP Proxy Authentication to a given Request object.\"\"\"\n    def __call__(self, r):\n        r.headers['Proxy-Authorization'] = _basic_auth_str(self.username, self.password)\n        return r\n\n\nclass HTTPDigestAuth(AuthBase):\n    \"\"\"Attaches HTTP Digest Authentication to the given Request object.\"\"\"\n    def __init__(self, username, password):\n        self.username = username\n        self.password = password\n        self.last_nonce = ''\n        self.nonce_count = 0\n        self.chal = {}\n        self.pos = None\n\n    def build_digest_header(self, method, url):\n\n        realm = self.chal['realm']\n        nonce = self.chal['nonce']\n        qop = self.chal.get('qop')\n        algorithm = self.chal.get('algorithm')\n        opaque = self.chal.get('opaque')\n\n        if algorithm is None:\n            _algorithm = 'MD5'\n        else:\n            _algorithm = algorithm.upper()\n        # lambdas assume digest modules are imported at the top level\n        if _algorithm == 'MD5' or _algorithm == 'MD5-SESS':\n            def md5_utf8(x):\n                if isinstance(x, str):\n                    x = x.encode('utf-8')\n                return hashlib.md5(x).hexdigest()\n            hash_utf8 = md5_utf8\n        elif _algorithm == 'SHA':\n            def sha_utf8(x):\n                if isinstance(x, str):\n                    x = x.encode('utf-8')\n                return hashlib.sha1(x).hexdigest()\n            hash_utf8 = sha_utf8\n\n        KD = lambda s, d: hash_utf8(\"%s:%s\" % (s, d))\n\n        if hash_utf8 is None:\n            return None\n\n        # XXX not implemented yet\n        entdig = None\n        p_parsed = urlparse(url)\n        path = p_parsed.path\n        if p_parsed.query:\n            path += '?' + p_parsed.query\n\n        A1 = '%s:%s:%s' % (self.username, realm, self.password)\n        A2 = '%s:%s' % (method, path)\n\n        HA1 = hash_utf8(A1)\n        HA2 = hash_utf8(A2)\n\n        if nonce == self.last_nonce:\n            self.nonce_count += 1\n        else:\n            self.nonce_count = 1\n        ncvalue = '%08x' % self.nonce_count\n        s = str(self.nonce_count).encode('utf-8')\n        s += nonce.encode('utf-8')\n        s += time.ctime().encode('utf-8')\n        s += os.urandom(8)\n\n        cnonce = (hashlib.sha1(s).hexdigest()[:16])\n        noncebit = \"%s:%s:%s:%s:%s\" % (nonce, ncvalue, cnonce, qop, HA2)\n        if _algorithm == 'MD5-SESS':\n            HA1 = hash_utf8('%s:%s:%s' % (HA1, nonce, cnonce))\n\n        if qop is None:\n            respdig = KD(HA1, \"%s:%s\" % (nonce, HA2))\n        elif qop == 'auth' or 'auth' in qop.split(','):\n            respdig = KD(HA1, noncebit)\n        else:\n            # XXX handle auth-int.\n            return None\n\n        self.last_nonce = nonce\n\n        # XXX should the partial digests be encoded too?\n        base = 'username=\"%s\", realm=\"%s\", nonce=\"%s\", uri=\"%s\", ' \\\n               'response=\"%s\"' % (self.username, realm, nonce, path, respdig)\n        if opaque:\n            base += ', opaque=\"%s\"' % opaque\n        if algorithm:\n            base += ', algorithm=\"%s\"' % algorithm\n        if entdig:\n            base += ', digest=\"%s\"' % entdig\n        if qop:\n            base += ', qop=\"auth\", nc=%s, cnonce=\"%s\"' % (ncvalue, cnonce)\n\n        return 'Digest %s' % (base)\n\n    def handle_401(self, r, **kwargs):\n        \"\"\"Takes the given response and tries digest-auth, if needed.\"\"\"\n\n        if self.pos is not None:\n            # Rewind the file position indicator of the body to where\n            # it was to resend the request.\n            r.request.body.seek(self.pos)\n        num_401_calls = getattr(self, 'num_401_calls', 1)\n        s_auth = r.headers.get('www-authenticate', '')\n\n        if 'digest' in s_auth.lower() and num_401_calls < 2:\n\n            setattr(self, 'num_401_calls', num_401_calls + 1)\n            pat = re.compile(r'digest ', flags=re.IGNORECASE)\n            self.chal = parse_dict_header(pat.sub('', s_auth, count=1))\n\n            # Consume content and release the original connection\n            # to allow our new request to reuse the same one.\n            r.content\n            r.raw.release_conn()\n            prep = r.request.copy()\n            extract_cookies_to_jar(prep._cookies, r.request, r.raw)\n            prep.prepare_cookies(prep._cookies)\n\n            prep.headers['Authorization'] = self.build_digest_header(\n                prep.method, prep.url)\n            _r = r.connection.send(prep, **kwargs)\n            _r.history.append(r)\n            _r.request = prep\n\n            return _r\n\n        setattr(self, 'num_401_calls', 1)\n        return r\n\n    def __call__(self, r):\n        # If we have a saved nonce, skip the 401\n        if self.last_nonce:\n            r.headers['Authorization'] = self.build_digest_header(r.method, r.url)\n        try:\n            self.pos = r.body.tell()\n        except AttributeError:\n            pass\n        r.register_hook('response', self.handle_401)\n        return r\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/cacert.pem",
    "content": "# This Source Code Form is subject to the terms of the Mozilla Public\n# License, v. 2.0. If a copy of the MPL was not distributed with this\n# file, You can obtain one at http://mozilla.org/MPL/2.0/.\n\n# Issuer: CN=GTE CyberTrust Global Root O=GTE Corporation OU=GTE CyberTrust Solutions, Inc.\n# Subject: CN=GTE CyberTrust Global Root O=GTE Corporation OU=GTE CyberTrust Solutions, Inc.\n# Label: \"GTE CyberTrust Global Root\"\n# Serial: 421\n# MD5 Fingerprint: ca:3d:d3:68:f1:03:5c:d0:32:fa:b8:2b:59:e8:5a:db\n# SHA1 Fingerprint: 97:81:79:50:d8:1c:96:70:cc:34:d8:09:cf:79:44:31:36:7e:f4:74\n# SHA256 Fingerprint: a5:31:25:18:8d:21:10:aa:96:4b:02:c7:b7:c6:da:32:03:17:08:94:e5:fb:71:ff:fb:66:67:d5:e6:81:0a:36\n-----BEGIN CERTIFICATE-----\nMIICWjCCAcMCAgGlMA0GCSqGSIb3DQEBBAUAMHUxCzAJBgNVBAYTAlVTMRgwFgYD\nVQQKEw9HVEUgQ29ycG9yYXRpb24xJzAlBgNVBAsTHkdURSBDeWJlclRydXN0IFNv\nbHV0aW9ucywgSW5jLjEjMCEGA1UEAxMaR1RFIEN5YmVyVHJ1c3QgR2xvYmFsIFJv\nb3QwHhcNOTgwODEzMDAyOTAwWhcNMTgwODEzMjM1OTAwWjB1MQswCQYDVQQGEwJV\nUzEYMBYGA1UEChMPR1RFIENvcnBvcmF0aW9uMScwJQYDVQQLEx5HVEUgQ3liZXJU\ncnVzdCBTb2x1dGlvbnMsIEluYy4xIzAhBgNVBAMTGkdURSBDeWJlclRydXN0IEds\nb2JhbCBSb290MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCVD6C28FCc6HrH\niM3dFw4usJTQGz0O9pTAipTHBsiQl8i4ZBp6fmw8U+E3KHNgf7KXUwefU/ltWJTS\nr41tiGeA5u2ylc9yMcqlHHK6XALnZELn+aks1joNrI1CqiQBOeacPwGFVw1Yh0X4\n04Wqk2kmhXBIgD8SFcd5tB8FLztimQIDAQABMA0GCSqGSIb3DQEBBAUAA4GBAG3r\nGwnpXtlR22ciYaQqPEh346B8pt5zohQDhT37qw4wxYMWM4ETCJ57NE7fQMh017l9\n3PR2VX2bY1QY6fDq81yx2YtCHrnAlU66+tXifPVoYb+O7AWXX1uw16OFNMQkpw0P\nlZPvy5TYnh+dXIVtx6quTx8itc2VrbqnzPmrC3p/\n-----END CERTIFICATE-----\n\n# Issuer: CN=Thawte Server CA O=Thawte Consulting cc OU=Certification Services Division\n# Subject: CN=Thawte Server CA O=Thawte Consulting cc OU=Certification Services Division\n# Label: \"Thawte Server CA\"\n# Serial: 1\n# MD5 Fingerprint: c5:70:c4:a2:ed:53:78:0c:c8:10:53:81:64:cb:d0:1d\n# SHA1 Fingerprint: 23:e5:94:94:51:95:f2:41:48:03:b4:d5:64:d2:a3:a3:f5:d8:8b:8c\n# SHA256 Fingerprint: b4:41:0b:73:e2:e6:ea:ca:47:fb:c4:2f:8f:a4:01:8a:f4:38:1d:c5:4c:fa:a8:44:50:46:1e:ed:09:45:4d:e9\n-----BEGIN CERTIFICATE-----\nMIIDEzCCAnygAwIBAgIBATANBgkqhkiG9w0BAQQFADCBxDELMAkGA1UEBhMCWkEx\nFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMR0wGwYD\nVQQKExRUaGF3dGUgQ29uc3VsdGluZyBjYzEoMCYGA1UECxMfQ2VydGlmaWNhdGlv\nbiBTZXJ2aWNlcyBEaXZpc2lvbjEZMBcGA1UEAxMQVGhhd3RlIFNlcnZlciBDQTEm\nMCQGCSqGSIb3DQEJARYXc2VydmVyLWNlcnRzQHRoYXd0ZS5jb20wHhcNOTYwODAx\nMDAwMDAwWhcNMjAxMjMxMjM1OTU5WjCBxDELMAkGA1UEBhMCWkExFTATBgNVBAgT\nDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMR0wGwYDVQQKExRUaGF3\ndGUgQ29uc3VsdGluZyBjYzEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNl\ncyBEaXZpc2lvbjEZMBcGA1UEAxMQVGhhd3RlIFNlcnZlciBDQTEmMCQGCSqGSIb3\nDQEJARYXc2VydmVyLWNlcnRzQHRoYXd0ZS5jb20wgZ8wDQYJKoZIhvcNAQEBBQAD\ngY0AMIGJAoGBANOkUG7I/1Zr5s9dtuoMaHVHoqrC2oQl/Kj0R1HahbUgdJSGHg91\nyekIYfUGbTBuFRkC6VLAYttNmZ7iagxEOM3+vuNkCXDF/rFrKbYvScg71CcEJRCX\nL+eQbcAoQpnXTEPew/UhbVSfXcNY4cDk2VuwuNy0e982OsK1ZiIS1ocNAgMBAAGj\nEzARMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEEBQADgYEAB/pMaVz7lcxG\n7oWDTSEwjsrZqG9JGubaUeNgcGyEYRGhGshIPllDfU+VPaGLtwtimHp1it2ITk6e\nQNuozDJ0uW8NxuOzRAvZim+aKZuZGCg70eNAKJpaPNW15yAbi8qkq43pUdniTCxZ\nqdq5snUb9kLy78fyGPmJvKP/iiMucEc=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Thawte Premium Server CA O=Thawte Consulting cc OU=Certification Services Division\n# Subject: CN=Thawte Premium Server CA O=Thawte Consulting cc OU=Certification Services Division\n# Label: \"Thawte Premium Server CA\"\n# Serial: 1\n# MD5 Fingerprint: 06:9f:69:79:16:66:90:02:1b:8c:8c:a2:c3:07:6f:3a\n# SHA1 Fingerprint: 62:7f:8d:78:27:65:63:99:d2:7d:7f:90:44:c9:fe:b3:f3:3e:fa:9a\n# SHA256 Fingerprint: ab:70:36:36:5c:71:54:aa:29:c2:c2:9f:5d:41:91:16:3b:16:2a:22:25:01:13:57:d5:6d:07:ff:a7:bc:1f:72\n-----BEGIN CERTIFICATE-----\nMIIDJzCCApCgAwIBAgIBATANBgkqhkiG9w0BAQQFADCBzjELMAkGA1UEBhMCWkEx\nFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMR0wGwYD\nVQQKExRUaGF3dGUgQ29uc3VsdGluZyBjYzEoMCYGA1UECxMfQ2VydGlmaWNhdGlv\nbiBTZXJ2aWNlcyBEaXZpc2lvbjEhMB8GA1UEAxMYVGhhd3RlIFByZW1pdW0gU2Vy\ndmVyIENBMSgwJgYJKoZIhvcNAQkBFhlwcmVtaXVtLXNlcnZlckB0aGF3dGUuY29t\nMB4XDTk2MDgwMTAwMDAwMFoXDTIwMTIzMTIzNTk1OVowgc4xCzAJBgNVBAYTAlpB\nMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEdMBsG\nA1UEChMUVGhhd3RlIENvbnN1bHRpbmcgY2MxKDAmBgNVBAsTH0NlcnRpZmljYXRp\nb24gU2VydmljZXMgRGl2aXNpb24xITAfBgNVBAMTGFRoYXd0ZSBQcmVtaXVtIFNl\ncnZlciBDQTEoMCYGCSqGSIb3DQEJARYZcHJlbWl1bS1zZXJ2ZXJAdGhhd3RlLmNv\nbTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA0jY2aovXwlue2oFBYo847kkE\nVdbQ7xwblRZH7xhINTpS9CtqBo87L+pW46+GjZ4X9560ZXUCTe/LCaIhUdib0GfQ\nug2SBhRz1JPLlyoAnFxODLz6FVL88kRu2hFKbgifLy3j+ao6hnO2RlNYyIkFvYMR\nuHM/qgeN9EJN50CdHDcCAwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG\n9w0BAQQFAAOBgQAmSCwWwlj66BZ0DKqqX1Q/8tfJeGBeXm43YyJ3Nn6yF8Q0ufUI\nhfzJATj/Tb7yFkJD57taRvvBxhEf8UqwKEbJw8RCfbz6q1lu1bdRiBHjpIUZa4JM\npAwSremkrj/xw0llmozFyD4lt5SZu5IycQfwhl7tUCemDaYj+bvLpgcUQg==\n-----END CERTIFICATE-----\n\n# Issuer: O=Equifax OU=Equifax Secure Certificate Authority\n# Subject: O=Equifax OU=Equifax Secure Certificate Authority\n# Label: \"Equifax Secure CA\"\n# Serial: 903804111\n# MD5 Fingerprint: 67:cb:9d:c0:13:24:8a:82:9b:b2:17:1e:d1:1b:ec:d4\n# SHA1 Fingerprint: d2:32:09:ad:23:d3:14:23:21:74:e4:0d:7f:9d:62:13:97:86:63:3a\n# SHA256 Fingerprint: 08:29:7a:40:47:db:a2:36:80:c7:31:db:6e:31:76:53:ca:78:48:e1:be:bd:3a:0b:01:79:a7:07:f9:2c:f1:78\n-----BEGIN CERTIFICATE-----\nMIIDIDCCAomgAwIBAgIENd70zzANBgkqhkiG9w0BAQUFADBOMQswCQYDVQQGEwJV\nUzEQMA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2Vy\ndGlmaWNhdGUgQXV0aG9yaXR5MB4XDTk4MDgyMjE2NDE1MVoXDTE4MDgyMjE2NDE1\nMVowTjELMAkGA1UEBhMCVVMxEDAOBgNVBAoTB0VxdWlmYXgxLTArBgNVBAsTJEVx\ndWlmYXggU2VjdXJlIENlcnRpZmljYXRlIEF1dGhvcml0eTCBnzANBgkqhkiG9w0B\nAQEFAAOBjQAwgYkCgYEAwV2xWGcIYu6gmi0fCG2RFGiYCh7+2gRvE4RiIcPRfM6f\nBeC4AfBONOziipUEZKzxa1NfBbPLZ4C/QgKO/t0BCezhABRP/PvwDN1Dulsr4R+A\ncJkVV5MW8Q+XarfCaCMczE1ZMKxRHjuvK9buY0V7xdlfUNLjUA86iOe/FP3gx7kC\nAwEAAaOCAQkwggEFMHAGA1UdHwRpMGcwZaBjoGGkXzBdMQswCQYDVQQGEwJVUzEQ\nMA4GA1UEChMHRXF1aWZheDEtMCsGA1UECxMkRXF1aWZheCBTZWN1cmUgQ2VydGlm\naWNhdGUgQXV0aG9yaXR5MQ0wCwYDVQQDEwRDUkwxMBoGA1UdEAQTMBGBDzIwMTgw\nODIyMTY0MTUxWjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAUSOZo+SvSspXXR9gj\nIBBPM5iQn9QwHQYDVR0OBBYEFEjmaPkr0rKV10fYIyAQTzOYkJ/UMAwGA1UdEwQF\nMAMBAf8wGgYJKoZIhvZ9B0EABA0wCxsFVjMuMGMDAgbAMA0GCSqGSIb3DQEBBQUA\nA4GBAFjOKer89961zgK5F7WF0bnj4JXMJTENAKaSbn+2kmOeUJXRmm/kEd5jhW6Y\n7qj/WsjTVbJmcVfewCHrPSqnI0kBBIZCe/zuf6IWUrVnZ9NA2zsmWLIodz2uFHdh\n1voqZiegDfqnc1zqcPGUIWVEX/r87yloqaKHee9570+sB3c4\n-----END CERTIFICATE-----\n\n# Issuer: O=VeriSign, Inc. OU=Class 3 Public Primary Certification Authority\n# Subject: O=VeriSign, Inc. OU=Class 3 Public Primary Certification Authority\n# Label: \"Verisign Class 3 Public Primary Certification Authority\"\n# Serial: 149843929435818692848040365716851702463\n# MD5 Fingerprint: 10:fc:63:5d:f6:26:3e:0d:f3:25:be:5f:79:cd:67:67\n# SHA1 Fingerprint: 74:2c:31:92:e6:07:e4:24:eb:45:49:54:2b:e1:bb:c5:3e:61:74:e2\n# SHA256 Fingerprint: e7:68:56:34:ef:ac:f6:9a:ce:93:9a:6b:25:5b:7b:4f:ab:ef:42:93:5b:50:a2:65:ac:b5:cb:60:27:e4:4e:70\n-----BEGIN CERTIFICATE-----\nMIICPDCCAaUCEHC65B0Q2Sk0tjjKewPMur8wDQYJKoZIhvcNAQECBQAwXzELMAkG\nA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz\ncyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2\nMDEyOTAwMDAwMFoXDTI4MDgwMTIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNV\nBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFzcyAzIFB1YmxpYyBQcmlt\nYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGfMA0GCSqGSIb3DQEBAQUAA4GN\nADCBiQKBgQDJXFme8huKARS0EN8EQNvjV69qRUCPhAwL0TPZ2RHP7gJYHyX3KqhE\nBarsAx94f56TuZoAqiN91qyFomNFx3InzPRMxnVx0jnvT0Lwdd8KkMaOIG+YD/is\nI19wKTakyYbnsZogy1Olhec9vn2a/iRFM9x2Fe0PonFkTGUugWhFpwIDAQABMA0G\nCSqGSIb3DQEBAgUAA4GBALtMEivPLCYATxQT3ab7/AoRhIzzKBxnki98tsX63/Do\nlbwdj2wsqFHMc9ikwFPwTtYmwHYBV4GSXiHx0bH/59AhWM1pF+NEHJwZRDmJXNyc\nAA9WjQKZ7aKQRUzkuxCkPfAyAw7xzvjoyVGM5mKf5p/AfbdynMk2OmufTqj/ZA1k\n-----END CERTIFICATE-----\n\n# Issuer: O=VeriSign, Inc. OU=Class 3 Public Primary Certification Authority - G2/(c) 1998 VeriSign, Inc. - For authorized use only/VeriSign Trust Network\n# Subject: O=VeriSign, Inc. OU=Class 3 Public Primary Certification Authority - G2/(c) 1998 VeriSign, Inc. - For authorized use only/VeriSign Trust Network\n# Label: \"Verisign Class 3 Public Primary Certification Authority - G2\"\n# Serial: 167285380242319648451154478808036881606\n# MD5 Fingerprint: a2:33:9b:4c:74:78:73:d4:6c:e7:c1:f3:8d:cb:5c:e9\n# SHA1 Fingerprint: 85:37:1c:a6:e5:50:14:3d:ce:28:03:47:1b:de:3a:09:e8:f8:77:0f\n# SHA256 Fingerprint: 83:ce:3c:12:29:68:8a:59:3d:48:5f:81:97:3c:0f:91:95:43:1e:da:37:cc:5e:36:43:0e:79:c7:a8:88:63:8b\n-----BEGIN CERTIFICATE-----\nMIIDAjCCAmsCEH3Z/gfPqB63EHln+6eJNMYwDQYJKoZIhvcNAQEFBQAwgcExCzAJ\nBgNVBAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xh\nc3MgMyBQdWJsaWMgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcy\nMTowOAYDVQQLEzEoYykgMTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3Jp\nemVkIHVzZSBvbmx5MR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMB4X\nDTk4MDUxODAwMDAwMFoXDTI4MDgwMTIzNTk1OVowgcExCzAJBgNVBAYTAlVTMRcw\nFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE8MDoGA1UECxMzQ2xhc3MgMyBQdWJsaWMg\nUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEcyMTowOAYDVQQLEzEo\nYykgMTk5OCBWZXJpU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5\nMR8wHQYDVQQLExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMIGfMA0GCSqGSIb3DQEB\nAQUAA4GNADCBiQKBgQDMXtERXVxp0KvTuWpMmR9ZmDCOFoUgRm1HP9SFIIThbbP4\npO0M8RcPO/mn+SXXwc+EY/J8Y8+iR/LGWzOOZEAEaMGAuWQcRXfH2G71lSk8UOg0\n13gfqLptQ5GVj0VXXn7F+8qkBOvqlzdUMG+7AUcyM83cV5tkaWH4mx0ciU9cZwID\nAQABMA0GCSqGSIb3DQEBBQUAA4GBAFFNzb5cy5gZnBWyATl4Lk0PZ3BwmcYQWpSk\nU01UbSuvDV1Ai2TT1+7eVmGSX6bEHRBhNtMsJzzoKQm5EWR0zLVznxxIqbxhAe7i\nF6YM40AIOw7n60RzKprxaZLvcRTDOaxxp5EJb+RxBrO6WVcmeQD2+A2iMzAo1KpY\noJ2daZH9\n-----END CERTIFICATE-----\n\n# Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA\n# Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA\n# Label: \"GlobalSign Root CA\"\n# Serial: 4835703278459707669005204\n# MD5 Fingerprint: 3e:45:52:15:09:51:92:e1:b7:5d:37:9f:b1:87:29:8a\n# SHA1 Fingerprint: b1:bc:96:8b:d4:f4:9d:62:2a:a8:9a:81:f2:15:01:52:a4:1d:82:9c\n# SHA256 Fingerprint: eb:d4:10:40:e4:bb:3e:c7:42:c9:e3:81:d3:1e:f2:a4:1a:48:b6:68:5c:96:e7:ce:f3:c1:df:6c:d4:33:1c:99\n-----BEGIN CERTIFICATE-----\nMIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG\nA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv\nb3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw\nMDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i\nYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT\naWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ\njc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp\nxy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp\n1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG\nsnUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ\nU26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8\n9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E\nBTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B\nAQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz\nyj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE\n38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP\nAbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad\nDKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME\nHMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A==\n-----END CERTIFICATE-----\n\n# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2\n# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R2\n# Label: \"GlobalSign Root CA - R2\"\n# Serial: 4835703278459682885658125\n# MD5 Fingerprint: 94:14:77:7e:3e:5e:fd:8f:30:bd:41:b0:cf:e7:d0:30\n# SHA1 Fingerprint: 75:e0:ab:b6:13:85:12:27:1c:04:f8:5f:dd:de:38:e4:b7:24:2e:fe\n# SHA256 Fingerprint: ca:42:dd:41:74:5f:d0:b8:1e:b9:02:36:2c:f9:d8:bf:71:9d:a1:bd:1b:1e:fc:94:6f:5b:4c:99:f4:2c:1b:9e\n-----BEGIN CERTIFICATE-----\nMIIDujCCAqKgAwIBAgILBAAAAAABD4Ym5g0wDQYJKoZIhvcNAQEFBQAwTDEgMB4G\nA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjIxEzARBgNVBAoTCkdsb2JhbFNp\nZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDYxMjE1MDgwMDAwWhcNMjExMjE1\nMDgwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMjETMBEG\nA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI\nhvcNAQEBBQADggEPADCCAQoCggEBAKbPJA6+Lm8omUVCxKs+IVSbC9N/hHD6ErPL\nv4dfxn+G07IwXNb9rfF73OX4YJYJkhD10FPe+3t+c4isUoh7SqbKSaZeqKeMWhG8\neoLrvozps6yWJQeXSpkqBy+0Hne/ig+1AnwblrjFuTosvNYSuetZfeLQBoZfXklq\ntTleiDTsvHgMCJiEbKjNS7SgfQx5TfC4LcshytVsW33hoCmEofnTlEnLJGKRILzd\nC9XZzPnqJworc5HGnRusyMvo4KD0L5CLTfuwNhv2GXqF4G3yYROIXJ/gkwpRl4pa\nzq+r1feqCapgvdzZX99yqWATXgAByUr6P6TqBwMhAo6CygPCm48CAwEAAaOBnDCB\nmTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUm+IH\nV2ccHsBqBt5ZtJot39wZhi4wNgYDVR0fBC8wLTAroCmgJ4YlaHR0cDovL2NybC5n\nbG9iYWxzaWduLm5ldC9yb290LXIyLmNybDAfBgNVHSMEGDAWgBSb4gdXZxwewGoG\n3lm0mi3f3BmGLjANBgkqhkiG9w0BAQUFAAOCAQEAmYFThxxol4aR7OBKuEQLq4Gs\nJ0/WwbgcQ3izDJr86iw8bmEbTUsp9Z8FHSbBuOmDAGJFtqkIk7mpM0sYmsL4h4hO\n291xNBrBVNpGP+DTKqttVCL1OmLNIG+6KYnX3ZHu01yiPqFbQfXf5WRDLenVOavS\not+3i9DAgBkcRcAtjOj4LaR0VknFBbVPFd5uRHg5h6h+u/N5GJG79G+dwfCMNYxd\nAfvDbbnvRG15RjF+Cv6pgsH/76tuIMRQyV+dTZsXjAzlAcmgQWpzU/qlULRuJQ/7\nTBj0/VLZjmmx6BEP3ojY+x1J96relc8geMJgEtslQIxq/H5COEBkEveegeGTLg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 1 Policy Validation Authority\n# Subject: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 1 Policy Validation Authority\n# Label: \"ValiCert Class 1 VA\"\n# Serial: 1\n# MD5 Fingerprint: 65:58:ab:15:ad:57:6c:1e:a8:a7:b5:69:ac:bf:ff:eb\n# SHA1 Fingerprint: e5:df:74:3c:b6:01:c4:9b:98:43:dc:ab:8c:e8:6a:81:10:9f:e4:8e\n# SHA256 Fingerprint: f4:c1:49:55:1a:30:13:a3:5b:c7:bf:fe:17:a7:f3:44:9b:c1:ab:5b:5a:0a:e7:4b:06:c2:3b:90:00:4c:01:04\n-----BEGIN CERTIFICATE-----\nMIIC5zCCAlACAQEwDQYJKoZIhvcNAQEFBQAwgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0\nIFZhbGlkYXRpb24gTmV0d29yazEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAz\nBgNVBAsTLFZhbGlDZXJ0IENsYXNzIDEgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9y\naXR5MSEwHwYDVQQDExhodHRwOi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG\n9w0BCQEWEWluZm9AdmFsaWNlcnQuY29tMB4XDTk5MDYyNTIyMjM0OFoXDTE5MDYy\nNTIyMjM0OFowgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0IFZhbGlkYXRpb24gTmV0d29y\nazEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAzBgNVBAsTLFZhbGlDZXJ0IENs\nYXNzIDEgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9yaXR5MSEwHwYDVQQDExhodHRw\nOi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG9w0BCQEWEWluZm9AdmFsaWNl\ncnQuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDYWYJ6ibiWuqYvaG9Y\nLqdUHAZu9OqNSLwxlBfw8068srg1knaw0KWlAdcAAxIiGQj4/xEjm84H9b9pGib+\nTunRf50sQB1ZaG6m+FiwnRqP0z/x3BkGgagO4DrdyFNFCQbmD3DD+kCmDuJWBQ8Y\nTfwggtFzVXSNdnKgHZ0dwN0/cQIDAQABMA0GCSqGSIb3DQEBBQUAA4GBAFBoPUn0\nLBwGlN+VYH+Wexf+T3GtZMjdd9LvWVXoP+iOBSoh8gfStadS/pyxtuJbdxdA6nLW\nI8sogTLDAHkY7FkXicnGah5xyf23dKUlRWnFSKsZ4UWKJWsZ7uW7EvV/96aNUcPw\nnXS3qT6gpf+2SQMT2iLM7XGCK5nPOrf1LXLI\n-----END CERTIFICATE-----\n\n# Issuer: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 2 Policy Validation Authority\n# Subject: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 2 Policy Validation Authority\n# Label: \"ValiCert Class 2 VA\"\n# Serial: 1\n# MD5 Fingerprint: a9:23:75:9b:ba:49:36:6e:31:c2:db:f2:e7:66:ba:87\n# SHA1 Fingerprint: 31:7a:2a:d0:7f:2b:33:5e:f5:a1:c3:4e:4b:57:e8:b7:d8:f1:fc:a6\n# SHA256 Fingerprint: 58:d0:17:27:9c:d4:dc:63:ab:dd:b1:96:a6:c9:90:6c:30:c4:e0:87:83:ea:e8:c1:60:99:54:d6:93:55:59:6b\n-----BEGIN CERTIFICATE-----\nMIIC5zCCAlACAQEwDQYJKoZIhvcNAQEFBQAwgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0\nIFZhbGlkYXRpb24gTmV0d29yazEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAz\nBgNVBAsTLFZhbGlDZXJ0IENsYXNzIDIgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9y\naXR5MSEwHwYDVQQDExhodHRwOi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG\n9w0BCQEWEWluZm9AdmFsaWNlcnQuY29tMB4XDTk5MDYyNjAwMTk1NFoXDTE5MDYy\nNjAwMTk1NFowgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0IFZhbGlkYXRpb24gTmV0d29y\nazEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAzBgNVBAsTLFZhbGlDZXJ0IENs\nYXNzIDIgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9yaXR5MSEwHwYDVQQDExhodHRw\nOi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG9w0BCQEWEWluZm9AdmFsaWNl\ncnQuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDOOnHK5avIWZJV16vY\ndA757tn2VUdZZUcOBVXc65g2PFxTXdMwzzjsvUGJ7SVCCSRrCl6zfN1SLUzm1NZ9\nWlmpZdRJEy0kTRxQb7XBhVQ7/nHk01xC+YDgkRoKWzk2Z/M/VXwbP7RfZHM047QS\nv4dk+NoS/zcnwbNDu+97bi5p9wIDAQABMA0GCSqGSIb3DQEBBQUAA4GBADt/UG9v\nUJSZSWI4OB9L+KXIPqeCgfYrx+jFzug6EILLGACOTb2oWH+heQC1u+mNr0HZDzTu\nIYEZoDJJKPTEjlbVUjP9UNV+mWwD5MlM/Mtsq2azSiGM5bUMMj4QssxsodyamEwC\nW/POuZ6lcg5Ktz885hZo+L7tdEy8W9ViH0Pd\n-----END CERTIFICATE-----\n\n# Issuer: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 3 Policy Validation Authority\n# Subject: CN=http://www.valicert.com/ O=ValiCert, Inc. OU=ValiCert Class 3 Policy Validation Authority\n# Label: \"RSA Root Certificate 1\"\n# Serial: 1\n# MD5 Fingerprint: a2:6f:53:b7:ee:40:db:4a:68:e7:fa:18:d9:10:4b:72\n# SHA1 Fingerprint: 69:bd:8c:f4:9c:d3:00:fb:59:2e:17:93:ca:55:6a:f3:ec:aa:35:fb\n# SHA256 Fingerprint: bc:23:f9:8a:31:3c:b9:2d:e3:bb:fc:3a:5a:9f:44:61:ac:39:49:4c:4a:e1:5a:9e:9d:f1:31:e9:9b:73:01:9a\n-----BEGIN CERTIFICATE-----\nMIIC5zCCAlACAQEwDQYJKoZIhvcNAQEFBQAwgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0\nIFZhbGlkYXRpb24gTmV0d29yazEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAz\nBgNVBAsTLFZhbGlDZXJ0IENsYXNzIDMgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9y\naXR5MSEwHwYDVQQDExhodHRwOi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG\n9w0BCQEWEWluZm9AdmFsaWNlcnQuY29tMB4XDTk5MDYyNjAwMjIzM1oXDTE5MDYy\nNjAwMjIzM1owgbsxJDAiBgNVBAcTG1ZhbGlDZXJ0IFZhbGlkYXRpb24gTmV0d29y\nazEXMBUGA1UEChMOVmFsaUNlcnQsIEluYy4xNTAzBgNVBAsTLFZhbGlDZXJ0IENs\nYXNzIDMgUG9saWN5IFZhbGlkYXRpb24gQXV0aG9yaXR5MSEwHwYDVQQDExhodHRw\nOi8vd3d3LnZhbGljZXJ0LmNvbS8xIDAeBgkqhkiG9w0BCQEWEWluZm9AdmFsaWNl\ncnQuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDjmFGWHOjVsQaBalfD\ncnWTq8+epvzzFlLWLU2fNUSoLgRNB0mKOCn1dzfnt6td3zZxFJmP3MKS8edgkpfs\n2Ejcv8ECIMYkpChMMFp2bbFc893enhBxoYjHW5tBbcqwuI4V7q0zK89HBFx1cQqY\nJJgpp0lZpd34t0NiYfPT4tBVPwIDAQABMA0GCSqGSIb3DQEBBQUAA4GBAFa7AliE\nZwgs3x/be0kz9dNnnfS0ChCzycUs4pJqcXgn8nCDQtM+z6lU9PHYkhaM0QTLS6vJ\nn0WuPIqpsHEzXcjFV9+vqDWzf4mH6eglkrh/hXqu1rweN1gqZ8mRzyqBPu3GOd/A\nPhmcGcwTTYJBtYze4D1gCCAPRX5ron+jjBXu\n-----END CERTIFICATE-----\n\n# Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 1999 VeriSign, Inc. - For authorized use only\n# Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 1999 VeriSign, Inc. - For authorized use only\n# Label: \"Verisign Class 3 Public Primary Certification Authority - G3\"\n# Serial: 206684696279472310254277870180966723415\n# MD5 Fingerprint: cd:68:b6:a7:c7:c4:ce:75:e0:1d:4f:57:44:61:92:09\n# SHA1 Fingerprint: 13:2d:0d:45:53:4b:69:97:cd:b2:d5:c3:39:e2:55:76:60:9b:5c:c6\n# SHA256 Fingerprint: eb:04:cf:5e:b1:f3:9a:fa:76:2f:2b:b1:20:f2:96:cb:a5:20:c1:b9:7d:b1:58:95:65:b8:1c:b9:a1:7b:72:44\n-----BEGIN CERTIFICATE-----\nMIIEGjCCAwICEQCbfgZJoz5iudXukEhxKe9XMA0GCSqGSIb3DQEBBQUAMIHKMQsw\nCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZl\ncmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWdu\nLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlT\naWduIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3Jp\ndHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQswCQYD\nVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT\naWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ\nbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWdu\nIENsYXNzIDMgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg\nLSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMu6nFL8eB8aHm8b\nN3O9+MlrlBIwT/A2R/XQkQr1F8ilYcEWQE37imGQ5XYgwREGfassbqb1EUGO+i2t\nKmFZpGcmTNDovFJbcCAEWNF6yaRpvIMXZK0Fi7zQWM6NjPXr8EJJC52XJ2cybuGu\nkxUccLwgTS8Y3pKI6GyFVxEa6X7jJhFUokWWVYPKMIno3Nij7SqAP395ZVc+FSBm\nCC+Vk7+qRy+oRpfwEuL+wgorUeZ25rdGt+INpsyow0xZVYnm6FNcHOqd8GIWC6fJ\nXwzw3sJ2zq/3avL6QaaiMxTJ5Xpj055iN9WFZZ4O5lMkdBteHRJTW8cs54NJOxWu\nimi5V5cCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAERSWwauSCPc/L8my/uRan2Te\n2yFPhpk0djZX3dAVL8WtfxUfN2JzPtTnX84XA9s1+ivbrmAJXx5fj267Cz3qWhMe\nDGBvtcC1IyIuBwvLqXTLR7sdwdela8wv0kL9Sd2nic9TutoAWii/gt/4uhMdUIaC\n/Y4wjylGsB49Ndo4YhYYSq3mtlFs3q9i6wHQHiT+eo8SGhJouPtmmRQURVyu565p\nF4ErWjfJXir0xuKhXFSbplQAz/DxwceYMBo7Nhbbo27q/a2ywtrvAkcTisDxszGt\nTxzhT5yvDwyd93gN2PQ1VoDat20Xj50egWTh/sVFuq1ruQp6Tk9LhO5L8X3dEQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=VeriSign Class 4 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 1999 VeriSign, Inc. - For authorized use only\n# Subject: CN=VeriSign Class 4 Public Primary Certification Authority - G3 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 1999 VeriSign, Inc. - For authorized use only\n# Label: \"Verisign Class 4 Public Primary Certification Authority - G3\"\n# Serial: 314531972711909413743075096039378935511\n# MD5 Fingerprint: db:c8:f2:27:2e:b1:ea:6a:29:23:5d:fe:56:3e:33:df\n# SHA1 Fingerprint: c8:ec:8c:87:92:69:cb:4b:ab:39:e9:8d:7e:57:67:f3:14:95:73:9d\n# SHA256 Fingerprint: e3:89:36:0d:0f:db:ae:b3:d2:50:58:4b:47:30:31:4e:22:2f:39:c1:56:a0:20:14:4e:8d:96:05:61:79:15:06\n-----BEGIN CERTIFICATE-----\nMIIEGjCCAwICEQDsoKeLbnVqAc/EfMwvlF7XMA0GCSqGSIb3DQEBBQUAMIHKMQsw\nCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZl\ncmlTaWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWdu\nLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlT\naWduIENsYXNzIDQgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3Jp\ndHkgLSBHMzAeFw05OTEwMDEwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMIHKMQswCQYD\nVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlT\naWduIFRydXN0IE5ldHdvcmsxOjA4BgNVBAsTMShjKSAxOTk5IFZlcmlTaWduLCBJ\nbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxRTBDBgNVBAMTPFZlcmlTaWdu\nIENsYXNzIDQgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg\nLSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK3LpRFpxlmr8Y+1\nGQ9Wzsy1HyDkniYlS+BzZYlZ3tCD5PUPtbut8XzoIfzk6AzufEUiGXaStBO3IFsJ\n+mGuqPKljYXCKtbeZjbSmwL0qJJgfJxptI8kHtCGUvYynEFYHiK9zUVilQhu0Gbd\nU6LM8BDcVHOLBKFGMzNcF0C5nk3T875Vg+ixiY5afJqWIpA7iCXy0lOIAgwLePLm\nNxdLMEYH5IBtptiWLugs+BGzOA1mppvqySNb247i8xOOGlktqgLw7KSHZtzBP/XY\nufTsgsbSPZUd5cBPhMnZo0QoBmrXRazwa2rvTl/4EYIeOGM0ZlDUPpNz+jDDZq3/\nky2X7wMCAwEAATANBgkqhkiG9w0BAQUFAAOCAQEAj/ola09b5KROJ1WrIhVZPMq1\nCtRK26vdoV9TxaBXOcLORyu+OshWv8LZJxA6sQU8wHcxuzrTBXttmhwwjIDLk5Mq\ng6sFUYICABFna/OIYUdfA5PVWw3g8dShMjWFsjrbsIKr0csKvE+MW8VLADsfKoKm\nfjaF3H48ZwC15DtS4KjrXRX5xm3wrR0OhbepmnMUWluPQSjA1egtTaRezarZ7c7c\n2NU8Qh0XwRJdRTjDOPP8hS6DRkiy1yBfkjaP53kPmF6Z6PDQpLv1U70qzlmwr25/\nbLvSHgCwIe34QWKCudiyxLtGUPMxxY8BqHTr9Xgn2uf3ZkPznoM+IKrDNWCRzg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Entrust.net Secure Server Certification Authority O=Entrust.net OU=www.entrust.net/CPS incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited\n# Subject: CN=Entrust.net Secure Server Certification Authority O=Entrust.net OU=www.entrust.net/CPS incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited\n# Label: \"Entrust.net Secure Server CA\"\n# Serial: 927650371\n# MD5 Fingerprint: df:f2:80:73:cc:f1:e6:61:73:fc:f5:42:e9:c5:7c:ee\n# SHA1 Fingerprint: 99:a6:9b:e6:1a:fe:88:6b:4d:2b:82:00:7c:b8:54:fc:31:7e:15:39\n# SHA256 Fingerprint: 62:f2:40:27:8c:56:4c:4d:d8:bf:7d:9d:4f:6f:36:6e:a8:94:d2:2f:5f:34:d9:89:a9:83:ac:ec:2f:ff:ed:50\n-----BEGIN CERTIFICATE-----\nMIIE2DCCBEGgAwIBAgIEN0rSQzANBgkqhkiG9w0BAQUFADCBwzELMAkGA1UEBhMC\nVVMxFDASBgNVBAoTC0VudHJ1c3QubmV0MTswOQYDVQQLEzJ3d3cuZW50cnVzdC5u\nZXQvQ1BTIGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxpYWIuKTElMCMGA1UECxMc\nKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDE6MDgGA1UEAxMxRW50cnVzdC5u\nZXQgU2VjdXJlIFNlcnZlciBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05OTA1\nMjUxNjA5NDBaFw0xOTA1MjUxNjM5NDBaMIHDMQswCQYDVQQGEwJVUzEUMBIGA1UE\nChMLRW50cnVzdC5uZXQxOzA5BgNVBAsTMnd3dy5lbnRydXN0Lm5ldC9DUFMgaW5j\nb3JwLiBieSByZWYuIChsaW1pdHMgbGlhYi4pMSUwIwYDVQQLExwoYykgMTk5OSBF\nbnRydXN0Lm5ldCBMaW1pdGVkMTowOAYDVQQDEzFFbnRydXN0Lm5ldCBTZWN1cmUg\nU2VydmVyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGdMA0GCSqGSIb3DQEBAQUA\nA4GLADCBhwKBgQDNKIM0VBuJ8w+vN5Ex/68xYMmo6LIQaO2f55M28Qpku0f1BBc/\nI0dNxScZgSYMVHINiC3ZH5oSn7yzcdOAGT9HZnuMNSjSuQrfJNqc1lB5gXpa0zf3\nwkrYKZImZNHkmGw6AIr1NJtl+O3jEP/9uElY3KDegjlrgbEWGWG5VLbmQwIBA6OC\nAdcwggHTMBEGCWCGSAGG+EIBAQQEAwIABzCCARkGA1UdHwSCARAwggEMMIHeoIHb\noIHYpIHVMIHSMQswCQYDVQQGEwJVUzEUMBIGA1UEChMLRW50cnVzdC5uZXQxOzA5\nBgNVBAsTMnd3dy5lbnRydXN0Lm5ldC9DUFMgaW5jb3JwLiBieSByZWYuIChsaW1p\ndHMgbGlhYi4pMSUwIwYDVQQLExwoYykgMTk5OSBFbnRydXN0Lm5ldCBMaW1pdGVk\nMTowOAYDVQQDEzFFbnRydXN0Lm5ldCBTZWN1cmUgU2VydmVyIENlcnRpZmljYXRp\nb24gQXV0aG9yaXR5MQ0wCwYDVQQDEwRDUkwxMCmgJ6AlhiNodHRwOi8vd3d3LmVu\ndHJ1c3QubmV0L0NSTC9uZXQxLmNybDArBgNVHRAEJDAigA8xOTk5MDUyNTE2MDk0\nMFqBDzIwMTkwNTI1MTYwOTQwWjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAU8Bdi\nE1U9s/8KAGv7UISX8+1i0BowHQYDVR0OBBYEFPAXYhNVPbP/CgBr+1CEl/PtYtAa\nMAwGA1UdEwQFMAMBAf8wGQYJKoZIhvZ9B0EABAwwChsEVjQuMAMCBJAwDQYJKoZI\nhvcNAQEFBQADgYEAkNwwAvpkdMKnCqV8IY00F6j7Rw7/JXyNEwr75Ji174z4xRAN\n95K+8cPV1ZVqBLssziY2ZcgxxufuP+NXdYR6Ee9GTxj005i7qIcyunL2POI9n9cd\n2cNgQ4xYDiKWL2KjLB+6rQXvqzJ4h6BUcxm1XAX5Uj5tLUUL9wqT6u0G+bI=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited\n# Subject: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited\n# Label: \"Entrust.net Premium 2048 Secure Server CA\"\n# Serial: 946069240\n# MD5 Fingerprint: ee:29:31:bc:32:7e:9a:e6:e8:b5:f7:51:b4:34:71:90\n# SHA1 Fingerprint: 50:30:06:09:1d:97:d4:f5:ae:39:f7:cb:e7:92:7d:7d:65:2d:34:31\n# SHA256 Fingerprint: 6d:c4:71:72:e0:1c:bc:b0:bf:62:58:0d:89:5f:e2:b8:ac:9a:d4:f8:73:80:1e:0c:10:b9:c8:37:d2:1e:b1:77\n-----BEGIN CERTIFICATE-----\nMIIEKjCCAxKgAwIBAgIEOGPe+DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML\nRW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp\nbmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5\nIEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp\nZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0yOTA3\nMjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3\nLmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp\nYWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG\nA1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq\nK0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe\nsYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX\nMlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT\nXTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/\nHoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH\n4QIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV\nHQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJKoZIhvcNAQEFBQADggEBADub\nj1abMOdTmXx6eadNl9cZlZD7Bh/KM3xGY4+WZiT6QBshJ8rmcnPyT/4xmf3IDExo\nU8aAghOY+rat2l098c5u9hURlIIM7j+VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf\nzX1XEC+bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5b\nu/8j72gZyxKTJ1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7+\nbYQLCIt+jerXmCHG8+c8eS9enNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv/Er\nfF6adulZkMV8gzURZVE=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust\n# Subject: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust\n# Label: \"Baltimore CyberTrust Root\"\n# Serial: 33554617\n# MD5 Fingerprint: ac:b6:94:a5:9c:17:e0:d7:91:52:9b:b1:97:06:a6:e4\n# SHA1 Fingerprint: d4:de:20:d0:5e:66:fc:53:fe:1a:50:88:2c:78:db:28:52:ca:e4:74\n# SHA256 Fingerprint: 16:af:57:a9:f6:76:b0:ab:12:60:95:aa:5e:ba:de:f2:2a:b3:11:19:d6:44:ac:95:cd:4b:93:db:f3:f2:6a:eb\n-----BEGIN CERTIFICATE-----\nMIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ\nRTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD\nVQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX\nDTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y\nZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy\nVHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr\nmD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr\nIZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK\nmpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu\nXmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy\ndc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye\njl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1\nBE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3\nDQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92\n9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx\njkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0\nEpn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz\nksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS\nR9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp\n-----END CERTIFICATE-----\n\n# Issuer: CN=Equifax Secure Global eBusiness CA-1 O=Equifax Secure Inc.\n# Subject: CN=Equifax Secure Global eBusiness CA-1 O=Equifax Secure Inc.\n# Label: \"Equifax Secure Global eBusiness CA\"\n# Serial: 1\n# MD5 Fingerprint: 8f:5d:77:06:27:c4:98:3c:5b:93:78:e7:d7:7d:9b:cc\n# SHA1 Fingerprint: 7e:78:4a:10:1c:82:65:cc:2d:e1:f1:6d:47:b4:40:ca:d9:0a:19:45\n# SHA256 Fingerprint: 5f:0b:62:ea:b5:e3:53:ea:65:21:65:16:58:fb:b6:53:59:f4:43:28:0a:4a:fb:d1:04:d7:7d:10:f9:f0:4c:07\n-----BEGIN CERTIFICATE-----\nMIICkDCCAfmgAwIBAgIBATANBgkqhkiG9w0BAQQFADBaMQswCQYDVQQGEwJVUzEc\nMBoGA1UEChMTRXF1aWZheCBTZWN1cmUgSW5jLjEtMCsGA1UEAxMkRXF1aWZheCBT\nZWN1cmUgR2xvYmFsIGVCdXNpbmVzcyBDQS0xMB4XDTk5MDYyMTA0MDAwMFoXDTIw\nMDYyMTA0MDAwMFowWjELMAkGA1UEBhMCVVMxHDAaBgNVBAoTE0VxdWlmYXggU2Vj\ndXJlIEluYy4xLTArBgNVBAMTJEVxdWlmYXggU2VjdXJlIEdsb2JhbCBlQnVzaW5l\nc3MgQ0EtMTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAuucXkAJlsTRVPEnC\nUdXfp9E3j9HngXNBUmCbnaEXJnitx7HoJpQytd4zjTov2/KaelpzmKNc6fuKcxtc\n58O/gGzNqfTWK8D3+ZmqY6KxRwIP1ORROhI8bIpaVIRw28HFkM9yRcuoWcDNM50/\no5brhTMhHD4ePmBudpxnhcXIw2ECAwEAAaNmMGQwEQYJYIZIAYb4QgEBBAQDAgAH\nMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUvqigdHJQa0S3ySPY+6j/s1dr\naGwwHQYDVR0OBBYEFL6ooHRyUGtEt8kj2Puo/7NXa2hsMA0GCSqGSIb3DQEBBAUA\nA4GBADDiAVGqx+pf2rnQZQ8w1j7aDRRJbpGTJxQx78T3LUX47Me/okENI7SS+RkA\nZ70Br83gcfxaz2TE4JaY0KNA4gGK7ycH8WUBikQtBmV1UsCGECAhX2xrD2yuCRyv\n8qIYNMR1pHMc8Y3c7635s3a0kr/clRAevsvIO1qEYBlWlKlV\n-----END CERTIFICATE-----\n\n# Issuer: CN=Equifax Secure eBusiness CA-1 O=Equifax Secure Inc.\n# Subject: CN=Equifax Secure eBusiness CA-1 O=Equifax Secure Inc.\n# Label: \"Equifax Secure eBusiness CA 1\"\n# Serial: 4\n# MD5 Fingerprint: 64:9c:ef:2e:44:fc:c6:8f:52:07:d0:51:73:8f:cb:3d\n# SHA1 Fingerprint: da:40:18:8b:91:89:a3:ed:ee:ae:da:97:fe:2f:9d:f5:b7:d1:8a:41\n# SHA256 Fingerprint: cf:56:ff:46:a4:a1:86:10:9d:d9:65:84:b5:ee:b5:8a:51:0c:42:75:b0:e5:f9:4f:40:bb:ae:86:5e:19:f6:73\n-----BEGIN CERTIFICATE-----\nMIICgjCCAeugAwIBAgIBBDANBgkqhkiG9w0BAQQFADBTMQswCQYDVQQGEwJVUzEc\nMBoGA1UEChMTRXF1aWZheCBTZWN1cmUgSW5jLjEmMCQGA1UEAxMdRXF1aWZheCBT\nZWN1cmUgZUJ1c2luZXNzIENBLTEwHhcNOTkwNjIxMDQwMDAwWhcNMjAwNjIxMDQw\nMDAwWjBTMQswCQYDVQQGEwJVUzEcMBoGA1UEChMTRXF1aWZheCBTZWN1cmUgSW5j\nLjEmMCQGA1UEAxMdRXF1aWZheCBTZWN1cmUgZUJ1c2luZXNzIENBLTEwgZ8wDQYJ\nKoZIhvcNAQEBBQADgY0AMIGJAoGBAM4vGbwXt3fek6lfWg0XTzQaDJj0ItlZ1MRo\nRvC0NcWFAyDGr0WlIVFFQesWWDYyb+JQYmT5/VGcqiTZ9J2DKocKIdMSODRsjQBu\nWqDZQu4aIZX5UkxVWsUPOE9G+m34LjXWHXzr4vCwdYDIqROsvojvOm6rXyo4YgKw\nEnv+j6YDAgMBAAGjZjBkMBEGCWCGSAGG+EIBAQQEAwIABzAPBgNVHRMBAf8EBTAD\nAQH/MB8GA1UdIwQYMBaAFEp4MlIR21kWNl7fwRQ2QGpHfEyhMB0GA1UdDgQWBBRK\neDJSEdtZFjZe38EUNkBqR3xMoTANBgkqhkiG9w0BAQQFAAOBgQB1W6ibAxHm6VZM\nzfmpTMANmvPMZWnmJXbMWbfWVMMdzZmsGd20hdXgPfxiIKeES1hl8eL5lSE/9dR+\nWB5Hh1Q+WKG1tfgq73HnvMP2sUlG4tega+VWeponmHxGYhTnyfxuAxJ5gDgdSIKN\n/Bf+KpYrtWKmpj29f5JZzVoqgrI3eQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=AddTrust Class 1 CA Root O=AddTrust AB OU=AddTrust TTP Network\n# Subject: CN=AddTrust Class 1 CA Root O=AddTrust AB OU=AddTrust TTP Network\n# Label: \"AddTrust Low-Value Services Root\"\n# Serial: 1\n# MD5 Fingerprint: 1e:42:95:02:33:92:6b:b9:5f:c0:7f:da:d6:b2:4b:fc\n# SHA1 Fingerprint: cc:ab:0e:a0:4c:23:01:d6:69:7b:dd:37:9f:cd:12:eb:24:e3:94:9d\n# SHA256 Fingerprint: 8c:72:09:27:9a:c0:4e:27:5e:16:d0:7f:d3:b7:75:e8:01:54:b5:96:80:46:e3:1f:52:dd:25:76:63:24:e9:a7\n-----BEGIN CERTIFICATE-----\nMIIEGDCCAwCgAwIBAgIBATANBgkqhkiG9w0BAQUFADBlMQswCQYDVQQGEwJTRTEU\nMBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3\nb3JrMSEwHwYDVQQDExhBZGRUcnVzdCBDbGFzcyAxIENBIFJvb3QwHhcNMDAwNTMw\nMTAzODMxWhcNMjAwNTMwMTAzODMxWjBlMQswCQYDVQQGEwJTRTEUMBIGA1UEChML\nQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3b3JrMSEwHwYD\nVQQDExhBZGRUcnVzdCBDbGFzcyAxIENBIFJvb3QwggEiMA0GCSqGSIb3DQEBAQUA\nA4IBDwAwggEKAoIBAQCWltQhSWDia+hBBwzexODcEyPNwTXH+9ZOEQpnXvUGW2ul\nCDtbKRY654eyNAbFvAWlA3yCyykQruGIgb3WntP+LVbBFc7jJp0VLhD7Bo8wBN6n\ntGO0/7Gcrjyvd7ZWxbWroulpOj0OM3kyP3CCkplhbY0wCI9xP6ZIVxn4JdxLZlyl\ndI+Yrsj5wAYi56xz36Uu+1LcsRVlIPo1Zmne3yzxbrww2ywkEtvrNTVokMsAsJch\nPXQhI2U0K7t4WaPW4XY5mqRJjox0r26kmqPZm9I4XJuiGMx1I4S+6+JNM3GOGvDC\n+Mcdoq0Dlyz4zyXG9rgkMbFjXZJ/Y/AlyVMuH79NAgMBAAGjgdIwgc8wHQYDVR0O\nBBYEFJWxtPCUtr3H2tERCSG+wa9J/RB7MAsGA1UdDwQEAwIBBjAPBgNVHRMBAf8E\nBTADAQH/MIGPBgNVHSMEgYcwgYSAFJWxtPCUtr3H2tERCSG+wa9J/RB7oWmkZzBl\nMQswCQYDVQQGEwJTRTEUMBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFk\nZFRydXN0IFRUUCBOZXR3b3JrMSEwHwYDVQQDExhBZGRUcnVzdCBDbGFzcyAxIENB\nIFJvb3SCAQEwDQYJKoZIhvcNAQEFBQADggEBACxtZBsfzQ3duQH6lmM0MkhHma6X\n7f1yFqZzR1r0693p9db7RcwpiURdv0Y5PejuvE1Uhh4dbOMXJ0PhiVYrqW9yTkkz\n43J8KiOavD7/KCrto/8cI7pDVwlnTUtiBi34/2ydYB7YHEt9tTEv2dB8Xfjea4MY\neDdXL+gzB2ffHsdrKpV2ro9Xo/D0UrSpUwjP4E/TelOL/bscVjby/rK25Xa71SJl\npz/+0WatC7xrmYbvP33zGDLKe8bjq2RGlfgmadlVg3sslgf/WSxEo8bl6ancoWOA\nWiFeIc9TVPC6b4nbqKqVz4vjccweGyBECMB6tkD9xOQ14R0WHNC8K47Wcdk=\n-----END CERTIFICATE-----\n\n# Issuer: CN=AddTrust External CA Root O=AddTrust AB OU=AddTrust External TTP Network\n# Subject: CN=AddTrust External CA Root O=AddTrust AB OU=AddTrust External TTP Network\n# Label: \"AddTrust External Root\"\n# Serial: 1\n# MD5 Fingerprint: 1d:35:54:04:85:78:b0:3f:42:42:4d:bf:20:73:0a:3f\n# SHA1 Fingerprint: 02:fa:f3:e2:91:43:54:68:60:78:57:69:4d:f5:e4:5b:68:85:18:68\n# SHA256 Fingerprint: 68:7f:a4:51:38:22:78:ff:f0:c8:b1:1f:8d:43:d5:76:67:1c:6e:b2:bc:ea:b4:13:fb:83:d9:65:d0:6d:2f:f2\n-----BEGIN CERTIFICATE-----\nMIIENjCCAx6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBvMQswCQYDVQQGEwJTRTEU\nMBIGA1UEChMLQWRkVHJ1c3QgQUIxJjAkBgNVBAsTHUFkZFRydXN0IEV4dGVybmFs\nIFRUUCBOZXR3b3JrMSIwIAYDVQQDExlBZGRUcnVzdCBFeHRlcm5hbCBDQSBSb290\nMB4XDTAwMDUzMDEwNDgzOFoXDTIwMDUzMDEwNDgzOFowbzELMAkGA1UEBhMCU0Ux\nFDASBgNVBAoTC0FkZFRydXN0IEFCMSYwJAYDVQQLEx1BZGRUcnVzdCBFeHRlcm5h\nbCBUVFAgTmV0d29yazEiMCAGA1UEAxMZQWRkVHJ1c3QgRXh0ZXJuYWwgQ0EgUm9v\ndDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALf3GjPm8gAELTngTlvt\nH7xsD821+iO2zt6bETOXpClMfZOfvUq8k+0DGuOPz+VtUFrWlymUWoCwSXrbLpX9\nuMq/NzgtHj6RQa1wVsfwTz/oMp50ysiQVOnGXw94nZpAPA6sYapeFI+eh6FqUNzX\nmk6vBbOmcZSccbNQYArHE504B4YCqOmoaSYYkKtMsE8jqzpPhNjfzp/haW+710LX\na0Tkx63ubUFfclpxCDezeWWkWaCUN/cALw3CknLa0Dhy2xSoRcRdKn23tNbE7qzN\nE0S3ySvdQwAl+mG5aWpYIxG3pzOPVnVZ9c0p10a3CitlttNCbxWyuHv77+ldU9U0\nWicCAwEAAaOB3DCB2TAdBgNVHQ4EFgQUrb2YejS0Jvf6xCZU7wO94CTLVBowCwYD\nVR0PBAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wgZkGA1UdIwSBkTCBjoAUrb2YejS0\nJvf6xCZU7wO94CTLVBqhc6RxMG8xCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtBZGRU\ncnVzdCBBQjEmMCQGA1UECxMdQWRkVHJ1c3QgRXh0ZXJuYWwgVFRQIE5ldHdvcmsx\nIjAgBgNVBAMTGUFkZFRydXN0IEV4dGVybmFsIENBIFJvb3SCAQEwDQYJKoZIhvcN\nAQEFBQADggEBALCb4IUlwtYj4g+WBpKdQZic2YR5gdkeWxQHIzZlj7DYd7usQWxH\nYINRsPkyPef89iYTx4AWpb9a/IfPeHmJIZriTAcKhjW88t5RxNKWt9x+Tu5w/Rw5\n6wwCURQtjr0W4MHfRnXnJK3s9EK0hZNwEGe6nQY1ShjTK3rMUUKhemPR5ruhxSvC\nNr4TDea9Y355e6cJDUCrat2PisP29owaQgVR1EX1n6diIWgVIEM8med8vSTYqZEX\nc4g/VhsxOBi0cQ+azcgOno4uG+GMmIPLHzHxREzGBHNJdmAPx/i9F4BrLunMTA5a\nmnkPIAou1Z5jJh5VkpTYghdae9C8x49OhgQ=\n-----END CERTIFICATE-----\n\n# Issuer: CN=AddTrust Public CA Root O=AddTrust AB OU=AddTrust TTP Network\n# Subject: CN=AddTrust Public CA Root O=AddTrust AB OU=AddTrust TTP Network\n# Label: \"AddTrust Public Services Root\"\n# Serial: 1\n# MD5 Fingerprint: c1:62:3e:23:c5:82:73:9c:03:59:4b:2b:e9:77:49:7f\n# SHA1 Fingerprint: 2a:b6:28:48:5e:78:fb:f3:ad:9e:79:10:dd:6b:df:99:72:2c:96:e5\n# SHA256 Fingerprint: 07:91:ca:07:49:b2:07:82:aa:d3:c7:d7:bd:0c:df:c9:48:58:35:84:3e:b2:d7:99:60:09:ce:43:ab:6c:69:27\n-----BEGIN CERTIFICATE-----\nMIIEFTCCAv2gAwIBAgIBATANBgkqhkiG9w0BAQUFADBkMQswCQYDVQQGEwJTRTEU\nMBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3\nb3JrMSAwHgYDVQQDExdBZGRUcnVzdCBQdWJsaWMgQ0EgUm9vdDAeFw0wMDA1MzAx\nMDQxNTBaFw0yMDA1MzAxMDQxNTBaMGQxCzAJBgNVBAYTAlNFMRQwEgYDVQQKEwtB\nZGRUcnVzdCBBQjEdMBsGA1UECxMUQWRkVHJ1c3QgVFRQIE5ldHdvcmsxIDAeBgNV\nBAMTF0FkZFRydXN0IFB1YmxpYyBDQSBSb290MIIBIjANBgkqhkiG9w0BAQEFAAOC\nAQ8AMIIBCgKCAQEA6Rowj4OIFMEg2Dybjxt+A3S72mnTRqX4jsIMEZBRpS9mVEBV\n6tsfSlbunyNu9DnLoblv8n75XYcmYZ4c+OLspoH4IcUkzBEMP9smcnrHAZcHF/nX\nGCwwfQ56HmIexkvA/X1id9NEHif2P0tEs7c42TkfYNVRknMDtABp4/MUTu7R3AnP\ndzRGULD4EfL+OHn3Bzn+UZKXC1sIXzSGAa2Il+tmzV7R/9x98oTaunet3IAIx6eH\n1lWfl2royBFkuucZKT8Rs3iQhCBSWxHveNCD9tVIkNAwHM+A+WD+eeSI8t0A65RF\n62WUaUC6wNW0uLp9BBGo6zEFlpROWCGOn9Bg/QIDAQABo4HRMIHOMB0GA1UdDgQW\nBBSBPjfYkrAfd59ctKtzquf2NGAv+jALBgNVHQ8EBAMCAQYwDwYDVR0TAQH/BAUw\nAwEB/zCBjgYDVR0jBIGGMIGDgBSBPjfYkrAfd59ctKtzquf2NGAv+qFopGYwZDEL\nMAkGA1UEBhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMR0wGwYDVQQLExRBZGRU\ncnVzdCBUVFAgTmV0d29yazEgMB4GA1UEAxMXQWRkVHJ1c3QgUHVibGljIENBIFJv\nb3SCAQEwDQYJKoZIhvcNAQEFBQADggEBAAP3FUr4JNojVhaTdt02KLmuG7jD8WS6\nIBh4lSknVwW8fCr0uVFV2ocC3g8WFzH4qnkuCRO7r7IgGRLlk/lL+YPoRNWyQSW/\niHVv/xD8SlTQX/D67zZzfRs2RcYhbbQVuE7PnFylPVoAjgbjPGsye/Kf8Lb93/Ao\nGEjwxrzQvzSAlsJKsW2Ox5BF3i9nrEUEo3rcVZLJR2bYGozH7ZxOmuASu7VqTITh\n4SINhwBk/ox9Yjllpu9CtoAlEmEBqCQTcAARJl/6NVDFSMwGR+gn2HCNX2TmoUQm\nXiLsks3/QppEIW1cxeMiHV9HEufOX1362KqxMy3ZdvJOOjMMK7MtkAY=\n-----END CERTIFICATE-----\n\n# Issuer: CN=AddTrust Qualified CA Root O=AddTrust AB OU=AddTrust TTP Network\n# Subject: CN=AddTrust Qualified CA Root O=AddTrust AB OU=AddTrust TTP Network\n# Label: \"AddTrust Qualified Certificates Root\"\n# Serial: 1\n# MD5 Fingerprint: 27:ec:39:47:cd:da:5a:af:e2:9a:01:65:21:a9:4c:bb\n# SHA1 Fingerprint: 4d:23:78:ec:91:95:39:b5:00:7f:75:8f:03:3b:21:1e:c5:4d:8b:cf\n# SHA256 Fingerprint: 80:95:21:08:05:db:4b:bc:35:5e:44:28:d8:fd:6e:c2:cd:e3:ab:5f:b9:7a:99:42:98:8e:b8:f4:dc:d0:60:16\n-----BEGIN CERTIFICATE-----\nMIIEHjCCAwagAwIBAgIBATANBgkqhkiG9w0BAQUFADBnMQswCQYDVQQGEwJTRTEU\nMBIGA1UEChMLQWRkVHJ1c3QgQUIxHTAbBgNVBAsTFEFkZFRydXN0IFRUUCBOZXR3\nb3JrMSMwIQYDVQQDExpBZGRUcnVzdCBRdWFsaWZpZWQgQ0EgUm9vdDAeFw0wMDA1\nMzAxMDQ0NTBaFw0yMDA1MzAxMDQ0NTBaMGcxCzAJBgNVBAYTAlNFMRQwEgYDVQQK\nEwtBZGRUcnVzdCBBQjEdMBsGA1UECxMUQWRkVHJ1c3QgVFRQIE5ldHdvcmsxIzAh\nBgNVBAMTGkFkZFRydXN0IFF1YWxpZmllZCBDQSBSb290MIIBIjANBgkqhkiG9w0B\nAQEFAAOCAQ8AMIIBCgKCAQEA5B6a/twJWoekn0e+EV+vhDTbYjx5eLfpMLXsDBwq\nxBb/4Oxx64r1EW7tTw2R0hIYLUkVAcKkIhPHEWT/IhKauY5cLwjPcWqzZwFZ8V1G\n87B4pfYOQnrjfxvM0PC3KP0q6p6zsLkEqv32x7SxuCqg+1jxGaBvcCV+PmlKfw8i\n2O+tCBGaKZnhqkRFmhJePp1tUvznoD1oL/BLcHwTOK28FSXx1s6rosAx1i+f4P8U\nWfyEk9mHfExUE+uf0S0R+Bg6Ot4l2ffTQO2kBhLEO+GRwVY18BTcZTYJbqukB8c1\n0cIDMzZbdSZtQvESa0NvS3GU+jQd7RNuyoB/mC9suWXY6QIDAQABo4HUMIHRMB0G\nA1UdDgQWBBQ5lYtii1zJ1IC6WA+XPxUIQ8yYpzALBgNVHQ8EBAMCAQYwDwYDVR0T\nAQH/BAUwAwEB/zCBkQYDVR0jBIGJMIGGgBQ5lYtii1zJ1IC6WA+XPxUIQ8yYp6Fr\npGkwZzELMAkGA1UEBhMCU0UxFDASBgNVBAoTC0FkZFRydXN0IEFCMR0wGwYDVQQL\nExRBZGRUcnVzdCBUVFAgTmV0d29yazEjMCEGA1UEAxMaQWRkVHJ1c3QgUXVhbGlm\naWVkIENBIFJvb3SCAQEwDQYJKoZIhvcNAQEFBQADggEBABmrder4i2VhlRO6aQTv\nhsoToMeqT2QbPxj2qC0sVY8FtzDqQmodwCVRLae/DLPt7wh/bDxGGuoYQ992zPlm\nhpwsaPXpF/gxsxjE1kh9I0xowX67ARRvxdlu3rsEQmr49lx95dr6h+sNNVJn0J6X\ndgWTP5XHAeZpVTh/EGGZyeNfpso+gmNIquIISD6q8rKFYqa0p9m9N5xotS1WfbC3\nP6CxB9bpT9zeRXEwMn8bLgn5v1Kh7sKAPgZcLlVAwRv1cEWw3F369nJad9Jjzc9Y\niQBCYz95OdBEsIJuQRno3eDBiFrRHnGTHyQwdOUeqN48Jzd/g66ed8/wMLH/S5no\nxqE=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc.\n# Subject: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc.\n# Label: \"Entrust Root Certification Authority\"\n# Serial: 1164660820\n# MD5 Fingerprint: d6:a5:c3:ed:5d:dd:3e:00:c1:3d:87:92:1f:1d:3f:e4\n# SHA1 Fingerprint: b3:1e:b1:b7:40:e3:6c:84:02:da:dc:37:d4:4d:f5:d4:67:49:52:f9\n# SHA256 Fingerprint: 73:c1:76:43:4f:1b:c6:d5:ad:f4:5b:0e:76:e7:27:28:7c:8d:e5:76:16:c1:e6:e6:14:1a:2b:2c:bc:7d:8e:4c\n-----BEGIN CERTIFICATE-----\nMIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC\nVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0\nLm5ldC9DUFMgaXMgaW5jb3Jwb3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMW\nKGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsGA1UEAxMkRW50cnVzdCBSb290IENl\ncnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0MloXDTI2MTEyNzIw\nNTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMTkw\nNwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSBy\nZWZlcmVuY2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNV\nBAMTJEVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJ\nKoZIhvcNAQEBBQADggEPADCCAQoCggEBALaVtkNC+sZtKm9I35RMOVcF7sN5EUFo\nNu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYszA9u3g3s+IIRe7bJWKKf4\n4LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOwwCj0Yzfv9\nKlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGI\nrb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi\n94DkZfs0Nw4pgHBNrziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOB\nsDCBrTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAi\ngA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1MzQyWjAfBgNVHSMEGDAWgBRo\nkORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE\nvW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA\nA4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9t\nO1KzKtvn1ISMY/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6Zua\nAGAT/3B+XxFNSRuzFVJ7yVTav52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP\n9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTSW3iDVuycNsMm4hH2Z0kdkquM++v/\neu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0tHuu2guQOHXvgR1m\n0vdXcDazv/wor3ElhVsT/h5/WrQ8\n-----END CERTIFICATE-----\n\n# Issuer: O=RSA Security Inc OU=RSA Security 2048 V3\n# Subject: O=RSA Security Inc OU=RSA Security 2048 V3\n# Label: \"RSA Security 2048 v3\"\n# Serial: 13297492616345471454730593562152402946\n# MD5 Fingerprint: 77:0d:19:b1:21:fd:00:42:9c:3e:0c:a5:dd:0b:02:8e\n# SHA1 Fingerprint: 25:01:90:19:cf:fb:d9:99:1c:b7:68:25:74:8d:94:5f:30:93:95:42\n# SHA256 Fingerprint: af:8b:67:62:a1:e5:28:22:81:61:a9:5d:5c:55:9e:e2:66:27:8f:75:d7:9e:83:01:89:a5:03:50:6a:bd:6b:4c\n-----BEGIN CERTIFICATE-----\nMIIDYTCCAkmgAwIBAgIQCgEBAQAAAnwAAAAKAAAAAjANBgkqhkiG9w0BAQUFADA6\nMRkwFwYDVQQKExBSU0EgU2VjdXJpdHkgSW5jMR0wGwYDVQQLExRSU0EgU2VjdXJp\ndHkgMjA0OCBWMzAeFw0wMTAyMjIyMDM5MjNaFw0yNjAyMjIyMDM5MjNaMDoxGTAX\nBgNVBAoTEFJTQSBTZWN1cml0eSBJbmMxHTAbBgNVBAsTFFJTQSBTZWN1cml0eSAy\nMDQ4IFYzMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt49VcdKA3Xtp\neafwGFAyPGJn9gqVB93mG/Oe2dJBVGutn3y+Gc37RqtBaB4Y6lXIL5F4iSj7Jylg\n/9+PjDvJSZu1pJTOAeo+tWN7fyb9Gd3AIb2E0S1PRsNO3Ng3OTsor8udGuorryGl\nwSMiuLgbWhOHV4PR8CDn6E8jQrAApX2J6elhc5SYcSa8LWrg903w8bYqODGBDSnh\nAMFRD0xS+ARaqn1y07iHKrtjEAMqs6FPDVpeRrc9DvV07Jmf+T0kgYim3WBU6JU2\nPcYJk5qjEoAAVZkZR73QpXzDuvsf9/UP+Ky5tfQ3mBMY3oVbtwyCO4dvlTlYMNpu\nAWgXIszACwIDAQABo2MwYTAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB\nBjAfBgNVHSMEGDAWgBQHw1EwpKrpRa41JPr/JCwz0LGdjDAdBgNVHQ4EFgQUB8NR\nMKSq6UWuNST6/yQsM9CxnYwwDQYJKoZIhvcNAQEFBQADggEBAF8+hnZuuDU8TjYc\nHnmYv/3VEhF5Ug7uMYm83X/50cYVIeiKAVQNOvtUudZj1LGqlk2iQk3UUx+LEN5/\nZb5gEydxiKRz44Rj0aRV4VCT5hsOedBnvEbIvz8XDZXmxpBp3ue0L96VfdASPz0+\nf00/FGj1EVDVwfSQpQgdMWD/YIwjVAqv/qFuxdF6Kmh4zx6CCiC0H63lhbJqaHVO\nrSU3lIW+vaHU6rcMSzyd6BIA8F+sDeGscGNz9395nzIlQnQFgCi/vcEkllgVsRch\n6YlL2weIZ/QVrXA+L02FO8K32/6YaCOJ4XQP3vTFhGMpG8zLB8kApKnXwiJPZ9d3\n7CAFYd4=\n-----END CERTIFICATE-----\n\n# Issuer: CN=GeoTrust Global CA O=GeoTrust Inc.\n# Subject: CN=GeoTrust Global CA O=GeoTrust Inc.\n# Label: \"GeoTrust Global CA\"\n# Serial: 144470\n# MD5 Fingerprint: f7:75:ab:29:fb:51:4e:b7:77:5e:ff:05:3c:99:8e:f5\n# SHA1 Fingerprint: de:28:f4:a4:ff:e5:b9:2f:a3:c5:03:d1:a3:49:a7:f9:96:2a:82:12\n# SHA256 Fingerprint: ff:85:6a:2d:25:1d:cd:88:d3:66:56:f4:50:12:67:98:cf:ab:aa:de:40:79:9c:72:2d:e4:d2:b5:db:36:a7:3a\n-----BEGIN CERTIFICATE-----\nMIIDVDCCAjygAwIBAgIDAjRWMA0GCSqGSIb3DQEBBQUAMEIxCzAJBgNVBAYTAlVT\nMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMRswGQYDVQQDExJHZW9UcnVzdCBHbG9i\nYWwgQ0EwHhcNMDIwNTIxMDQwMDAwWhcNMjIwNTIxMDQwMDAwWjBCMQswCQYDVQQG\nEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEbMBkGA1UEAxMSR2VvVHJ1c3Qg\nR2xvYmFsIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2swYYzD9\n9BcjGlZ+W988bDjkcbd4kdS8odhM+KhDtgPpTSEHCIjaWC9mOSm9BXiLnTjoBbdq\nfnGk5sRgprDvgOSJKA+eJdbtg/OtppHHmMlCGDUUna2YRpIuT8rxh0PBFpVXLVDv\niS2Aelet8u5fa9IAjbkU+BQVNdnARqN7csiRv8lVK83Qlz6cJmTM386DGXHKTubU\n1XupGc1V3sjs0l44U+VcT4wt/lAjNvxm5suOpDkZALeVAjmRCw7+OC7RHQWa9k0+\nbw8HHa8sHo9gOeL6NlMTOdReJivbPagUvTLrGAMoUgRx5aszPeE4uwc2hGKceeoW\nMPRfwCvocWvk+QIDAQABo1MwUTAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTA\nephojYn7qwVkDBF9qn1luMrMTjAfBgNVHSMEGDAWgBTAephojYn7qwVkDBF9qn1l\nuMrMTjANBgkqhkiG9w0BAQUFAAOCAQEANeMpauUvXVSOKVCUn5kaFOSPeCpilKIn\nZ57QzxpeR+nBsqTP3UEaBU6bS+5Kb1VSsyShNwrrZHYqLizz/Tt1kL/6cdjHPTfS\ntQWVYrmm3ok9Nns4d0iXrKYgjy6myQzCsplFAMfOEVEiIuCl6rYVSAlk6l5PdPcF\nPseKUgzbFbS9bZvlxrFUaKnjaZC2mqUPuLk/IH2uSrW4nOQdtqvmlKXBx4Ot2/Un\nhw4EbNX/3aBd7YdStysVAq45pmp06drE57xNNB6pXE0zX5IJL4hmXXeXxx12E6nV\n5fEWCRE11azbJHFwLJhWC9kXtNHjUStedejV0NxPNO3CBWaAocvmMw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=GeoTrust Global CA 2 O=GeoTrust Inc.\n# Subject: CN=GeoTrust Global CA 2 O=GeoTrust Inc.\n# Label: \"GeoTrust Global CA 2\"\n# Serial: 1\n# MD5 Fingerprint: 0e:40:a7:6c:de:03:5d:8f:d1:0f:e4:d1:8d:f9:6c:a9\n# SHA1 Fingerprint: a9:e9:78:08:14:37:58:88:f2:05:19:b0:6d:2b:0d:2b:60:16:90:7d\n# SHA256 Fingerprint: ca:2d:82:a0:86:77:07:2f:8a:b6:76:4f:f0:35:67:6c:fe:3e:5e:32:5e:01:21:72:df:3f:92:09:6d:b7:9b:85\n-----BEGIN CERTIFICATE-----\nMIIDZjCCAk6gAwIBAgIBATANBgkqhkiG9w0BAQUFADBEMQswCQYDVQQGEwJVUzEW\nMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEdMBsGA1UEAxMUR2VvVHJ1c3QgR2xvYmFs\nIENBIDIwHhcNMDQwMzA0MDUwMDAwWhcNMTkwMzA0MDUwMDAwWjBEMQswCQYDVQQG\nEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEdMBsGA1UEAxMUR2VvVHJ1c3Qg\nR2xvYmFsIENBIDIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDvPE1A\nPRDfO1MA4Wf+lGAVPoWI8YkNkMgoI5kF6CsgncbzYEbYwbLVjDHZ3CB5JIG/NTL8\nY2nbsSpr7iFY8gjpeMtvy/wWUsiRxP89c96xPqfCfWbB9X5SJBri1WeR0IIQ13hL\nTytCOb1kLUCgsBDTOEhGiKEMuzozKmKY+wCdE1l/bztyqu6mD4b5BWHqZ38MN5aL\n5mkWRxHCJ1kDs6ZgwiFAVvqgx306E+PsV8ez1q6diYD3Aecs9pYrEw15LNnA5IZ7\nS4wMcoKK+xfNAGw6EzywhIdLFnopsk/bHdQL82Y3vdj2V7teJHq4PIu5+pIaGoSe\n2HSPqht/XvT+RSIhAgMBAAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYE\nFHE4NvICMVNHK266ZUapEBVYIAUJMB8GA1UdIwQYMBaAFHE4NvICMVNHK266ZUap\nEBVYIAUJMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQUFAAOCAQEAA/e1K6td\nEPx7srJerJsOflN4WT5CBP51o62sgU7XAotexC3IUnbHLB/8gTKY0UvGkpMzNTEv\n/NgdRN3ggX+d6YvhZJFiCzkIjKx0nVnZellSlxG5FntvRdOW2TF9AjYPnDtuzywN\nA0ZF66D0f0hExghAzN4bcLUprbqLOzRldRtxIR0sFAqwlpW41uryZfspuk/qkZN0\nabby/+Ea0AzRdoXLiiW9l14sbxWZJue2Kf8i7MkCx1YAzUm5s2x7UwQa4qjJqhIF\nI8LO57sEAszAR6LkxCkvW0VXiVHuPOtSCP8HNR6fNWpHSlaY0VqFH4z1Ir+rzoPz\n4iIprn2DQKi6bA==\n-----END CERTIFICATE-----\n\n# Issuer: CN=GeoTrust Universal CA O=GeoTrust Inc.\n# Subject: CN=GeoTrust Universal CA O=GeoTrust Inc.\n# Label: \"GeoTrust Universal CA\"\n# Serial: 1\n# MD5 Fingerprint: 92:65:58:8b:a2:1a:31:72:73:68:5c:b4:a5:7a:07:48\n# SHA1 Fingerprint: e6:21:f3:35:43:79:05:9a:4b:68:30:9d:8a:2f:74:22:15:87:ec:79\n# SHA256 Fingerprint: a0:45:9b:9f:63:b2:25:59:f5:fa:5d:4c:6d:b3:f9:f7:2f:f1:93:42:03:35:78:f0:73:bf:1d:1b:46:cb:b9:12\n-----BEGIN CERTIFICATE-----\nMIIFaDCCA1CgAwIBAgIBATANBgkqhkiG9w0BAQUFADBFMQswCQYDVQQGEwJVUzEW\nMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEeMBwGA1UEAxMVR2VvVHJ1c3QgVW5pdmVy\nc2FsIENBMB4XDTA0MDMwNDA1MDAwMFoXDTI5MDMwNDA1MDAwMFowRTELMAkGA1UE\nBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xHjAcBgNVBAMTFUdlb1RydXN0\nIFVuaXZlcnNhbCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAKYV\nVaCjxuAfjJ0hUNfBvitbtaSeodlyWL0AG0y/YckUHUWCq8YdgNY96xCcOq9tJPi8\ncQGeBvV8Xx7BDlXKg5pZMK4ZyzBIle0iN430SppyZj6tlcDgFgDgEB8rMQ7XlFTT\nQjOgNB0eRXbdT8oYN+yFFXoZCPzVx5zw8qkuEKmS5j1YPakWaDwvdSEYfyh3peFh\nF7em6fgemdtzbvQKoiFs7tqqhZJmr/Z6a4LauiIINQ/PQvE1+mrufislzDoR5G2v\nc7J2Ha3QsnhnGqQ5HFELZ1aD/ThdDc7d8Lsrlh/eezJS/R27tQahsiFepdaVaH/w\nmZ7cRQg+59IJDTWU3YBOU5fXtQlEIGQWFwMCTFMNaN7VqnJNk22CDtucvc+081xd\nVHppCZbW2xHBjXWotM85yM48vCR85mLK4b19p71XZQvk/iXttmkQ3CgaRr0BHdCX\nteGYO8A3ZNY9lO4L4fUorgtWv3GLIylBjobFS1J72HGrH4oVpjuDWtdYAVHGTEHZ\nf9hBZ3KiKN9gg6meyHv8U3NyWfWTehd2Ds735VzZC1U0oqpbtWpU5xPKV+yXbfRe\nBi9Fi1jUIxaS5BZuKGNZMN9QAZxjiRqf2xeUgnA3wySemkfWWspOqGmJch+RbNt+\nnhutxx9z3SxPGWX9f5NAEC7S8O08ni4oPmkmM8V7AgMBAAGjYzBhMA8GA1UdEwEB\n/wQFMAMBAf8wHQYDVR0OBBYEFNq7LqqwDLiIJlF0XG0D08DYj3rWMB8GA1UdIwQY\nMBaAFNq7LqqwDLiIJlF0XG0D08DYj3rWMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG\n9w0BAQUFAAOCAgEAMXjmx7XfuJRAyXHEqDXsRh3ChfMoWIawC/yOsjmPRFWrZIRc\naanQmjg8+uUfNeVE44B5lGiku8SfPeE0zTBGi1QrlaXv9z+ZhP015s8xxtxqv6fX\nIwjhmF7DWgh2qaavdy+3YL1ERmrvl/9zlcGO6JP7/TG37FcREUWbMPEaiDnBTzyn\nANXH/KttgCJwpQzgXQQpAvvLoJHRfNbDflDVnVi+QTjruXU8FdmbyUqDWcDaU/0z\nuzYYm4UPFd3uLax2k7nZAY1IEKj79TiG8dsKxr2EoyNB3tZ3b4XUhRxQ4K5RirqN\nPnbiucon8l+f725ZDQbYKxek0nxru18UGkiPGkzns0ccjkxFKyDuSN/n3QmOGKja\nQI2SJhFTYXNd673nxE0pN2HrrDktZy4W1vUAg4WhzH92xH3kt0tm7wNFYGm2DFKW\nkoRepqO1pD4r2czYG0eq8kTaT/kD6PAUyz/zg97QwVTjt+gKN02LIFkDMBmhLMi9\nER/frslKxfMnZmaGrGiR/9nmUxwPi1xpZQomyB40w11Re9epnAahNt3ViZS82eQt\nDF4JbAiXfKM9fJP/P6EUp8+1Xevb2xzEdt+Iub1FBZUbrvxGakyvSOPOrg/Sfuvm\nbJxPgWp6ZKy7PtXny3YuxadIwVyQD8vIP/rmMuGNG2+k5o7Y+SlIis5z/iw=\n-----END CERTIFICATE-----\n\n# Issuer: CN=GeoTrust Universal CA 2 O=GeoTrust Inc.\n# Subject: CN=GeoTrust Universal CA 2 O=GeoTrust Inc.\n# Label: \"GeoTrust Universal CA 2\"\n# Serial: 1\n# MD5 Fingerprint: 34:fc:b8:d0:36:db:9e:14:b3:c2:f2:db:8f:e4:94:c7\n# SHA1 Fingerprint: 37:9a:19:7b:41:85:45:35:0c:a6:03:69:f3:3c:2e:af:47:4f:20:79\n# SHA256 Fingerprint: a0:23:4f:3b:c8:52:7c:a5:62:8e:ec:81:ad:5d:69:89:5d:a5:68:0d:c9:1d:1c:b8:47:7f:33:f8:78:b9:5b:0b\n-----BEGIN CERTIFICATE-----\nMIIFbDCCA1SgAwIBAgIBATANBgkqhkiG9w0BAQUFADBHMQswCQYDVQQGEwJVUzEW\nMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1c3QgVW5pdmVy\nc2FsIENBIDIwHhcNMDQwMzA0MDUwMDAwWhcNMjkwMzA0MDUwMDAwWjBHMQswCQYD\nVQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjEgMB4GA1UEAxMXR2VvVHJ1\nc3QgVW5pdmVyc2FsIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC\nAQCzVFLByT7y2dyxUxpZKeexw0Uo5dfR7cXFS6GqdHtXr0om/Nj1XqduGdt0DE81\nWzILAePb63p3NeqqWuDW6KFXlPCQo3RWlEQwAx5cTiuFJnSCegx2oG9NzkEtoBUG\nFF+3Qs17j1hhNNwqCPkuwwGmIkQcTAeC5lvO0Ep8BNMZcyfwqph/Lq9O64ceJHdq\nXbboW0W63MOhBW9Wjo8QJqVJwy7XQYci4E+GymC16qFjwAGXEHm9ADwSbSsVsaxL\nse4YuU6W3Nx2/zu+z18DwPw76L5GG//aQMJS9/7jOvdqdzXQ2o3rXhhqMcceujwb\nKNZrVMaqW9eiLBsZzKIC9ptZvTdrhrVtgrrY6slWvKk2WP0+GfPtDCapkzj4T8Fd\nIgbQl+rhrcZV4IErKIM6+vR7IVEAvlI4zs1meaj0gVbi0IMJR1FbUGrP20gaXT73\ny/Zl92zxlfgCOzJWgjl6W70viRu/obTo/3+NjN8D8WBOWBFM66M/ECuDmgFz2ZRt\nhAAnZqzwcEAJQpKtT5MNYQlRJNiS1QuUYbKHsu3/mjX/hVTK7URDrBs8FmtISgoc\nQIgfksILAAX/8sgCSqSqqcyZlpwvWOB94b67B9xfBHJcMTTD7F8t4D1kkCLm0ey4\nLt1ZrtmhN79UNdxzMk+MBB4zsslG8dhcyFVQyWi9qLo2CQIDAQABo2MwYTAPBgNV\nHRMBAf8EBTADAQH/MB0GA1UdDgQWBBR281Xh+qQ2+/CfXGJx7Tz0RzgQKzAfBgNV\nHSMEGDAWgBR281Xh+qQ2+/CfXGJx7Tz0RzgQKzAOBgNVHQ8BAf8EBAMCAYYwDQYJ\nKoZIhvcNAQEFBQADggIBAGbBxiPz2eAubl/oz66wsCVNK/g7WJtAJDday6sWSf+z\ndXkzoS9tcBc0kf5nfo/sm+VegqlVHy/c1FEHEv6sFj4sNcZj/NwQ6w2jqtB8zNHQ\nL1EuxBRa3ugZ4T7GzKQp5y6EqgYweHZUcyiYWTjgAA1i00J9IZ+uPTqM1fp3DRgr\nFg5fNuH8KrUwJM/gYwx7WBr+mbpCErGR9Hxo4sjoryzqyX6uuyo9DRXcNJW2GHSo\nag/HtPQTxORb7QrSpJdMKu0vbBKJPfEncKpqA1Ihn0CoZ1Dy81of398j9tx4TuaY\nT1U6U+Pv8vSfx3zYWK8pIpe44L2RLrB27FcRz+8pRPPphXpgY+RdM4kX2TGq2tbz\nGDVyz4crL2MjhF2EjD9XoIj8mZEoJmmZ1I+XRL6O1UixpCgp8RW04eWe3fiPpm8m\n1wk8OhwRDqZsN/etRIcsKMfYdIKz0G9KV7s1KSegi+ghp4dkNl3M2Basx7InQJJV\nOCiNUW7dFGdTbHFcJoRNdVq2fmBWqU2t+5sel/MN2dKXVHfaPRK34B7vCAas+YWH\n6aLcr34YEoP9VhdBLtUpgn2Z9DH2canPLAEnpQW5qrJITirvn5NSUZU8UnOOVkwX\nQMAJKOSLakhT2+zNVVXxxvjpoixMptEmX36vWkzaH6byHCx+rgIW0lbQL1dTR+iS\n-----END CERTIFICATE-----\n\n# Issuer: CN=America Online Root Certification Authority 1 O=America Online Inc.\n# Subject: CN=America Online Root Certification Authority 1 O=America Online Inc.\n# Label: \"America Online Root Certification Authority 1\"\n# Serial: 1\n# MD5 Fingerprint: 14:f1:08:ad:9d:fa:64:e2:89:e7:1c:cf:a8:ad:7d:5e\n# SHA1 Fingerprint: 39:21:c1:15:c1:5d:0e:ca:5c:cb:5b:c4:f0:7d:21:d8:05:0b:56:6a\n# SHA256 Fingerprint: 77:40:73:12:c6:3a:15:3d:5b:c0:0b:4e:51:75:9c:df:da:c2:37:dc:2a:33:b6:79:46:e9:8e:9b:fa:68:0a:e3\n-----BEGIN CERTIFICATE-----\nMIIDpDCCAoygAwIBAgIBATANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEc\nMBoGA1UEChMTQW1lcmljYSBPbmxpbmUgSW5jLjE2MDQGA1UEAxMtQW1lcmljYSBP\nbmxpbmUgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAxMB4XDTAyMDUyODA2\nMDAwMFoXDTM3MTExOTIwNDMwMFowYzELMAkGA1UEBhMCVVMxHDAaBgNVBAoTE0Ft\nZXJpY2EgT25saW5lIEluYy4xNjA0BgNVBAMTLUFtZXJpY2EgT25saW5lIFJvb3Qg\nQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgMTCCASIwDQYJKoZIhvcNAQEBBQADggEP\nADCCAQoCggEBAKgv6KRpBgNHw+kqmP8ZonCaxlCyfqXfaE0bfA+2l2h9LaaLl+lk\nhsmj76CGv2BlnEtUiMJIxUo5vxTjWVXlGbR0yLQFOVwWpeKVBeASrlmLojNoWBym\n1BW32J/X3HGrfpq/m44zDyL9Hy7nBzbvYjnF3cu6JRQj3gzGPTzOggjmZj7aUTsW\nOqMFf6Dch9Wc/HKpoH145LcxVR5lu9RhsCFg7RAycsWSJR74kEoYeEfffjA3PlAb\n2xzTa5qGUwew76wGePiEmf4hjUyAtgyC9mZweRrTT6PP8c9GsEsPPt2IYriMqQko\nO3rHl+Ee5fSfwMCuJKDIodkP1nsmgmkyPacCAwEAAaNjMGEwDwYDVR0TAQH/BAUw\nAwEB/zAdBgNVHQ4EFgQUAK3Zo/Z59m50qX8zPYEX10zPM94wHwYDVR0jBBgwFoAU\nAK3Zo/Z59m50qX8zPYEX10zPM94wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEB\nBQUAA4IBAQB8itEfGDeC4Liwo+1WlchiYZwFos3CYiZhzRAW18y0ZTTQEYqtqKkF\nZu90821fnZmv9ov761KyBZiibyrFVL0lvV+uyIbqRizBs73B6UlwGBaXCBOMIOAb\nLjpHyx7kADCVW/RFo8AasAFOq73AI25jP4BKxQft3OJvx8Fi8eNy1gTIdGcL+oir\noQHIb/AUr9KZzVGTfu0uOMe9zkZQPXLjeSWdm4grECDdpbgyn43gKd8hdIaC2y+C\nMMbHNYaz+ZZfRtsMRf3zUMNvxsNIrUam4SdHCh0Om7bCd39j8uB9Gr784N/Xx6ds\nsPmuujz9dLQR6FgNgLzTqIA6me11zEZ7\n-----END CERTIFICATE-----\n\n# Issuer: CN=America Online Root Certification Authority 2 O=America Online Inc.\n# Subject: CN=America Online Root Certification Authority 2 O=America Online Inc.\n# Label: \"America Online Root Certification Authority 2\"\n# Serial: 1\n# MD5 Fingerprint: d6:ed:3c:ca:e2:66:0f:af:10:43:0d:77:9b:04:09:bf\n# SHA1 Fingerprint: 85:b5:ff:67:9b:0c:79:96:1f:c8:6e:44:22:00:46:13:db:17:92:84\n# SHA256 Fingerprint: 7d:3b:46:5a:60:14:e5:26:c0:af:fc:ee:21:27:d2:31:17:27:ad:81:1c:26:84:2d:00:6a:f3:73:06:cc:80:bd\n-----BEGIN CERTIFICATE-----\nMIIFpDCCA4ygAwIBAgIBATANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEc\nMBoGA1UEChMTQW1lcmljYSBPbmxpbmUgSW5jLjE2MDQGA1UEAxMtQW1lcmljYSBP\nbmxpbmUgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAyMB4XDTAyMDUyODA2\nMDAwMFoXDTM3MDkyOTE0MDgwMFowYzELMAkGA1UEBhMCVVMxHDAaBgNVBAoTE0Ft\nZXJpY2EgT25saW5lIEluYy4xNjA0BgNVBAMTLUFtZXJpY2EgT25saW5lIFJvb3Qg\nQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBAMxBRR3pPU0Q9oyxQcngXssNt79Hc9PwVU3dxgz6sWYFas14tNwC\n206B89enfHG8dWOgXeMHDEjsJcQDIPT/DjsS/5uN4cbVG7RtIuOx238hZK+GvFci\nKtZHgVdEglZTvYYUAQv8f3SkWq7xuhG1m1hagLQ3eAkzfDJHA1zEpYNI9FdWboE2\nJxhP7JsowtS013wMPgwr38oE18aO6lhOqKSlGBxsRZijQdEt0sdtjRnxrXm3gT+9\nBoInLRBYBbV4Bbkv2wxrkJB+FFk4u5QkE+XRnRTf04JNRvCAOVIyD+OEsnpD8l7e\nXz8d3eOyG6ChKiMDbi4BFYdcpnV1x5dhvt6G3NRI270qv0pV2uh9UPu0gBe4lL8B\nPeraunzgWGcXuVjgiIZGZ2ydEEdYMtA1fHkqkKJaEBEjNa0vzORKW6fIJ/KD3l67\nXnfn6KVuY8INXWHQjNJsWiEOyiijzirplcdIz5ZvHZIlyMbGwcEMBawmxNJ10uEq\nZ8A9W6Wa6897GqidFEXlD6CaZd4vKL3Ob5Rmg0gp2OpljK+T2WSfVVcmv2/LNzGZ\no2C7HK2JNDJiuEMhBnIMoVxtRsX6Kc8w3onccVvdtjc+31D1uAclJuW8tf48ArO3\n+L5DwYcRlJ4jbBeKuIonDFRH8KmzwICMoCfrHRnjB453cMor9H124HhnAgMBAAGj\nYzBhMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFE1FwWg4u3OpaaEg5+31IqEj\nFNeeMB8GA1UdIwQYMBaAFE1FwWg4u3OpaaEg5+31IqEjFNeeMA4GA1UdDwEB/wQE\nAwIBhjANBgkqhkiG9w0BAQUFAAOCAgEAZ2sGuV9FOypLM7PmG2tZTiLMubekJcmn\nxPBUlgtk87FYT15R/LKXeydlwuXK5w0MJXti4/qftIe3RUavg6WXSIylvfEWK5t2\nLHo1YGwRgJfMqZJS5ivmae2p+DYtLHe/YUjRYwu5W1LtGLBDQiKmsXeu3mnFzccc\nobGlHBD7GL4acN3Bkku+KVqdPzW+5X1R+FXgJXUjhx5c3LqdsKyzadsXg8n33gy8\nCNyRnqjQ1xU3c6U1uPx+xURABsPr+CKAXEfOAuMRn0T//ZoyzH1kUQ7rVyZ2OuMe\nIjzCpjbdGe+n/BLzJsBZMYVMnNjP36TMzCmT/5RtdlwTCJfy7aULTd3oyWgOZtMA\nDjMSW7yV5TKQqLPGbIOtd+6Lfn6xqavT4fG2wLHqiMDn05DpKJKUe2h7lyoKZy2F\nAjgQ5ANh1NolNscIWC2hp1GvMApJ9aZphwctREZ2jirlmjvXGKL8nDgQzMY70rUX\nOm/9riW99XJZZLF0KjhfGEzfz3EEWjbUvy+ZnOjZurGV5gJLIaFb1cFPj65pbVPb\nAZO1XB4Y3WRayhgoPmMEEf0cjQAPuDffZ4qdZqkCapH/E8ovXYO8h5Ns3CRRFgQl\nZvqz2cK6Kb6aSDiCmfS/O0oxGfm/jiEzFMpPVF/7zvuPcX/9XhmgD0uRuMRUvAaw\nRY8mkaKO/qk=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Visa eCommerce Root O=VISA OU=Visa International Service Association\n# Subject: CN=Visa eCommerce Root O=VISA OU=Visa International Service Association\n# Label: \"Visa eCommerce Root\"\n# Serial: 25952180776285836048024890241505565794\n# MD5 Fingerprint: fc:11:b8:d8:08:93:30:00:6d:23:f9:7e:eb:52:1e:02\n# SHA1 Fingerprint: 70:17:9b:86:8c:00:a4:fa:60:91:52:22:3f:9f:3e:32:bd:e0:05:62\n# SHA256 Fingerprint: 69:fa:c9:bd:55:fb:0a:c7:8d:53:bb:ee:5c:f1:d5:97:98:9f:d0:aa:ab:20:a2:51:51:bd:f1:73:3e:e7:d1:22\n-----BEGIN CERTIFICATE-----\nMIIDojCCAoqgAwIBAgIQE4Y1TR0/BvLB+WUF1ZAcYjANBgkqhkiG9w0BAQUFADBr\nMQswCQYDVQQGEwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMmVmlzYSBJbnRl\ncm5hdGlvbmFsIFNlcnZpY2UgQXNzb2NpYXRpb24xHDAaBgNVBAMTE1Zpc2EgZUNv\nbW1lcmNlIFJvb3QwHhcNMDIwNjI2MDIxODM2WhcNMjIwNjI0MDAxNjEyWjBrMQsw\nCQYDVQQGEwJVUzENMAsGA1UEChMEVklTQTEvMC0GA1UECxMmVmlzYSBJbnRlcm5h\ndGlvbmFsIFNlcnZpY2UgQXNzb2NpYXRpb24xHDAaBgNVBAMTE1Zpc2EgZUNvbW1l\ncmNlIFJvb3QwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvV95WHm6h\n2mCxlCfLF9sHP4CFT8icttD0b0/Pmdjh28JIXDqsOTPHH2qLJj0rNfVIsZHBAk4E\nlpF7sDPwsRROEW+1QK8bRaVK7362rPKgH1g/EkZgPI2h4H3PVz4zHvtH8aoVlwdV\nZqW1LS7YgFmypw23RuwhY/81q6UCzyr0TP579ZRdhE2o8mCP2w4lPJ9zcc+U30rq\n299yOIzzlr3xF7zSujtFWsan9sYXiwGd/BmoKoMWuDpI/k4+oKsGGelT84ATB+0t\nvz8KPFUgOSwsAGl0lUq8ILKpeeUYiZGo3BxN77t+Nwtd/jmliFKMAGzsGHxBvfaL\ndXe6YJ2E5/4tAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD\nAgEGMB0GA1UdDgQWBBQVOIMPPyw/cDMezUb+B4wg4NfDtzANBgkqhkiG9w0BAQUF\nAAOCAQEAX/FBfXxcCLkr4NWSR/pnXKUTwwMhmytMiUbPWU3J/qVAtmPN3XEolWcR\nzCSs00Rsca4BIGsDoo8Ytyk6feUWYFN4PMCvFYP3j1IzJL1kk5fui/fbGKhtcbP3\nLBfQdCVp9/5rPJS+TUtBjE7ic9DjkCJzQ83z7+pzzkWKsKZJ/0x9nXGIxHYdkFsd\n7v3M9+79YKWxehZx0RbQfBI8bGmX265fOZpwLwU8GUYEmSA20GBuYQa7FkKMcPcw\n++DbZqMAAb3mLNqRX6BGi01qnD093QVG/na/oAo85ADmJ7f/hC3euiInlhBx6yLt\n398znM/jra6O1I7mT1GvFpLgXPYHDw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certum CA O=Unizeto Sp. z o.o.\n# Subject: CN=Certum CA O=Unizeto Sp. z o.o.\n# Label: \"Certum Root CA\"\n# Serial: 65568\n# MD5 Fingerprint: 2c:8f:9f:66:1d:18:90:b1:47:26:9d:8e:86:82:8c:a9\n# SHA1 Fingerprint: 62:52:dc:40:f7:11:43:a2:2f:de:9e:f7:34:8e:06:42:51:b1:81:18\n# SHA256 Fingerprint: d8:e0:fe:bc:1d:b2:e3:8d:00:94:0f:37:d2:7d:41:34:4d:99:3e:73:4b:99:d5:65:6d:97:78:d4:d8:14:36:24\n-----BEGIN CERTIFICATE-----\nMIIDDDCCAfSgAwIBAgIDAQAgMA0GCSqGSIb3DQEBBQUAMD4xCzAJBgNVBAYTAlBM\nMRswGQYDVQQKExJVbml6ZXRvIFNwLiB6IG8uby4xEjAQBgNVBAMTCUNlcnR1bSBD\nQTAeFw0wMjA2MTExMDQ2MzlaFw0yNzA2MTExMDQ2MzlaMD4xCzAJBgNVBAYTAlBM\nMRswGQYDVQQKExJVbml6ZXRvIFNwLiB6IG8uby4xEjAQBgNVBAMTCUNlcnR1bSBD\nQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAM6xwS7TT3zNJc4YPk/E\njG+AanPIW1H4m9LcuwBcsaD8dQPugfCI7iNS6eYVM42sLQnFdvkrOYCJ5JdLkKWo\nePhzQ3ukYbDYWMzhbGZ+nPMJXlVjhNWo7/OxLjBos8Q82KxujZlakE403Daaj4GI\nULdtlkIJ89eVgw1BS7Bqa/j8D35in2fE7SZfECYPCE/wpFcozo+47UX2bu4lXapu\nOb7kky/ZR6By6/qmW6/KUz/iDsaWVhFu9+lmqSbYf5VT7QqFiLpPKaVCjF62/IUg\nAKpoC6EahQGcxEZjgoi2IrHu/qpGWX7PNSzVttpd90gzFFS269lvzs2I1qsb2pY7\nHVkCAwEAAaMTMBEwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEA\nuI3O7+cUus/usESSbLQ5PqKEbq24IXfS1HeCh+YgQYHu4vgRt2PRFze+GXYkHAQa\nTOs9qmdvLdTN/mUxcMUbpgIKumB7bVjCmkn+YzILa+M6wKyrO7Do0wlRjBCDxjTg\nxSvgGrZgFCdsMneMvLJymM/NzD+5yCRCFNZX/OYmQ6kd5YCQzgNUKD73P9P4Te1q\nCjqTE5s7FCMTY5w/0YcneeVMUeMBrYVdGjux1XMQpNPyvG5k9VpWkKjHDkx0Dy5x\nO/fIR/RpbxXyEV6DHpx8Uq79AtoSqFlnGNu8cN2bsWntgM6JQEhqDjXKKWYVIZQs\n6GAqm4VKQPNriiTsBhYscw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=AAA Certificate Services O=Comodo CA Limited\n# Subject: CN=AAA Certificate Services O=Comodo CA Limited\n# Label: \"Comodo AAA Services root\"\n# Serial: 1\n# MD5 Fingerprint: 49:79:04:b0:eb:87:19:ac:47:b0:bc:11:51:9b:74:d0\n# SHA1 Fingerprint: d1:eb:23:a4:6d:17:d6:8f:d9:25:64:c2:f1:f1:60:17:64:d8:e3:49\n# SHA256 Fingerprint: d7:a7:a0:fb:5d:7e:27:31:d7:71:e9:48:4e:bc:de:f7:1d:5f:0c:3e:0a:29:48:78:2b:c8:3e:e0:ea:69:9e:f4\n-----BEGIN CERTIFICATE-----\nMIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb\nMBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow\nGAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj\nYXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL\nMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE\nBwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM\nGEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP\nADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua\nBtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe\n3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4\nYgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR\nrOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm\nez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU\noBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF\nMAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v\nQUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t\nb2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF\nAAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q\nGE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz\nRt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2\nG9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi\nl2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3\nsmPi9WIsgtRqAEFQ8TmDn5XpNpaYbg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Secure Certificate Services O=Comodo CA Limited\n# Subject: CN=Secure Certificate Services O=Comodo CA Limited\n# Label: \"Comodo Secure Services root\"\n# Serial: 1\n# MD5 Fingerprint: d3:d9:bd:ae:9f:ac:67:24:b3:c8:1b:52:e1:b9:a9:bd\n# SHA1 Fingerprint: 4a:65:d5:f4:1d:ef:39:b8:b8:90:4a:4a:d3:64:81:33:cf:c7:a1:d1\n# SHA256 Fingerprint: bd:81:ce:3b:4f:65:91:d1:1a:67:b5:fc:7a:47:fd:ef:25:52:1b:f9:aa:4e:18:b9:e3:df:2e:34:a7:80:3b:e8\n-----BEGIN CERTIFICATE-----\nMIIEPzCCAyegAwIBAgIBATANBgkqhkiG9w0BAQUFADB+MQswCQYDVQQGEwJHQjEb\nMBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow\nGAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEkMCIGA1UEAwwbU2VjdXJlIENlcnRp\nZmljYXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVow\nfjELMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G\nA1UEBwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxJDAiBgNV\nBAMMG1NlY3VyZSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEB\nBQADggEPADCCAQoCggEBAMBxM4KK0HDrc4eCQNUd5MvJDkKQ+d40uaG6EfQlhfPM\ncm3ye5drswfxdySRXyWP9nQ95IDC+DwN879A6vfIUtFyb+/Iq0G4bi4XKpVpDM3S\nHpR7LZQdqnXXs5jLrLxkU0C8j6ysNstcrbvd4JQX7NFc0L/vpZXJkMWwrPsbQ996\nCF23uPJAGysnnlDOXmWCiIxe004MeuoIkbY2qitC++rCoznl2yY4rYsK7hljxxwk\n3wN42ubqwUcaCwtGCd0C/N7Lh1/XMGNooa7cMqG6vv5Eq2i2pRcV/b3Vp6ea5EQz\n6YiO/O1R65NxTq0B50SOqy3LqP4BSUjwwN3HaNiS/j0CAwEAAaOBxzCBxDAdBgNV\nHQ4EFgQUPNiTiMLAggnMAZkGkyDpnnAJY08wDgYDVR0PAQH/BAQDAgEGMA8GA1Ud\nEwEB/wQFMAMBAf8wgYEGA1UdHwR6MHgwO6A5oDeGNWh0dHA6Ly9jcmwuY29tb2Rv\nY2EuY29tL1NlY3VyZUNlcnRpZmljYXRlU2VydmljZXMuY3JsMDmgN6A1hjNodHRw\nOi8vY3JsLmNvbW9kby5uZXQvU2VjdXJlQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmww\nDQYJKoZIhvcNAQEFBQADggEBAIcBbSMdflsXfcFhMs+P5/OKlFlm4J4oqF7Tt/Q0\n5qo5spcWxYJvMqTpjOev/e/C6LlLqqP05tqNZSH7uoDrJiiFGv45jN5bBAS0VPmj\nZ55B+glSzAVIqMk/IQQezkhr/IXownuvf7fM+F86/TXGDe+X3EyrEeFryzHRbPtI\ngKvcnDe4IRRLDXE97IMzbtFuMhbsmMcWi1mmNKsFVy2T96oTy9IT4rcuO81rUBcJ\naD61JlfutuC23bkpgHl9j6PwpCikFcSF9CfUa7/lXORlAnZUtOM3ZiTTGWHIUhDl\nizeauan5Hb/qmZJhlv8BzaFfDbxxvA6sCx1HRR3B7Hzs/Sk=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Trusted Certificate Services O=Comodo CA Limited\n# Subject: CN=Trusted Certificate Services O=Comodo CA Limited\n# Label: \"Comodo Trusted Services root\"\n# Serial: 1\n# MD5 Fingerprint: 91:1b:3f:6e:cd:9e:ab:ee:07:fe:1f:71:d2:b3:61:27\n# SHA1 Fingerprint: e1:9f:e3:0e:8b:84:60:9e:80:9b:17:0d:72:a8:c5:ba:6e:14:09:bd\n# SHA256 Fingerprint: 3f:06:e5:56:81:d4:96:f5:be:16:9e:b5:38:9f:9f:2b:8f:f6:1e:17:08:df:68:81:72:48:49:cd:5d:27:cb:69\n-----BEGIN CERTIFICATE-----\nMIIEQzCCAyugAwIBAgIBATANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJHQjEb\nMBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow\nGAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDElMCMGA1UEAwwcVHJ1c3RlZCBDZXJ0\naWZpY2F0ZSBTZXJ2aWNlczAeFw0wNDAxMDEwMDAwMDBaFw0yODEyMzEyMzU5NTla\nMH8xCzAJBgNVBAYTAkdCMRswGQYDVQQIDBJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAO\nBgNVBAcMB1NhbGZvcmQxGjAYBgNVBAoMEUNvbW9kbyBDQSBMaW1pdGVkMSUwIwYD\nVQQDDBxUcnVzdGVkIENlcnRpZmljYXRlIFNlcnZpY2VzMIIBIjANBgkqhkiG9w0B\nAQEFAAOCAQ8AMIIBCgKCAQEA33FvNlhTWvI2VFeAxHQIIO0Yfyod5jWaHiWsnOWW\nfnJSoBVC21ndZHoa0Lh73TkVvFVIxO06AOoxEbrycXQaZ7jPM8yoMa+j49d/vzMt\nTGo87IvDktJTdyR0nAducPy9C1t2ul/y/9c3S0pgePfw+spwtOpZqqPOSC+pw7IL\nfhdyFgymBwwbOM/JYrc/oJOlh0Hyt3BAd9i+FHzjqMB6juljatEPmsbS9Is6FARW\n1O24zG71++IsWL1/T2sr92AkWCTOJu80kTrV44HQsvAEAtdbtz6SrGsSivnkBbA7\nkUlcsutT6vifR4buv5XAwAaf0lteERv0xwQ1KdJVXOTt6wIDAQABo4HJMIHGMB0G\nA1UdDgQWBBTFe1i97doladL3WRaoszLAeydb9DAOBgNVHQ8BAf8EBAMCAQYwDwYD\nVR0TAQH/BAUwAwEB/zCBgwYDVR0fBHwwejA8oDqgOIY2aHR0cDovL2NybC5jb21v\nZG9jYS5jb20vVHJ1c3RlZENlcnRpZmljYXRlU2VydmljZXMuY3JsMDqgOKA2hjRo\ndHRwOi8vY3JsLmNvbW9kby5uZXQvVHJ1c3RlZENlcnRpZmljYXRlU2VydmljZXMu\nY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQDIk4E7ibSvuIQSTI3S8NtwuleGFTQQuS9/\nHrCoiWChisJ3DFBKmwCL2Iv0QeLQg4pKHBQGsKNoBXAxMKdTmw7pSqBYaWcOrp32\npSxBvzwGa+RZzG0Q8ZZvH9/0BAKkn0U+yNj6NkZEUD+Cl5EfKNsYEYwq5GWDVxIS\njBc/lDb+XbDABHcTuPQV1T84zJQ6VdCsmPW6AF/ghhmBeC8owH7TzEIK9a5QoNE+\nxqFx7D+gIIxmOom0jtTYsU0lR+4viMi14QVFwL4Ucd56/Y57fU0IlqUSc/Atyjcn\ndBInTMu2l+nZrghtWjlA3QVHdWpaIbOjGM9O9y5Xt5hwXsjEeLBi\n-----END CERTIFICATE-----\n\n# Issuer: CN=QuoVadis Root Certification Authority O=QuoVadis Limited OU=Root Certification Authority\n# Subject: CN=QuoVadis Root Certification Authority O=QuoVadis Limited OU=Root Certification Authority\n# Label: \"QuoVadis Root CA\"\n# Serial: 985026699\n# MD5 Fingerprint: 27:de:36:fe:72:b7:00:03:00:9d:f4:f0:1e:6c:04:24\n# SHA1 Fingerprint: de:3f:40:bd:50:93:d3:9b:6c:60:f6:da:bc:07:62:01:00:89:76:c9\n# SHA256 Fingerprint: a4:5e:de:3b:bb:f0:9c:8a:e1:5c:72:ef:c0:72:68:d6:93:a2:1c:99:6f:d5:1e:67:ca:07:94:60:fd:6d:88:73\n-----BEGIN CERTIFICATE-----\nMIIF0DCCBLigAwIBAgIEOrZQizANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJC\nTTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDElMCMGA1UECxMcUm9vdCBDZXJ0\naWZpY2F0aW9uIEF1dGhvcml0eTEuMCwGA1UEAxMlUXVvVmFkaXMgUm9vdCBDZXJ0\naWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wMTAzMTkxODMzMzNaFw0yMTAzMTcxODMz\nMzNaMH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMSUw\nIwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYDVQQDEyVR\ndW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG\n9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv2G1lVO6V/z68mcLOhrfEYBklbTRvM16z/Yp\nli4kVEAkOPcahdxYTMukJ0KX0J+DisPkBgNbAKVRHnAEdOLB1Dqr1607BxgFjv2D\nrOpm2RgbaIr1VxqYuvXtdj182d6UajtLF8HVj71lODqV0D1VNk7feVcxKh7YWWVJ\nWCCYfqtffp/p1k3sg3Spx2zY7ilKhSoGFPlU5tPaZQeLYzcS19Dsw3sgQUSj7cug\nF+FxZc4dZjH3dgEZyH0DWLaVSR2mEiboxgx24ONmy+pdpibu5cxfvWenAScOospU\nxbF6lR1xHkopigPcakXBpBlebzbNw6Kwt/5cOOJSvPhEQ+aQuwIDAQABo4ICUjCC\nAk4wPQYIKwYBBQUHAQEEMTAvMC0GCCsGAQUFBzABhiFodHRwczovL29jc3AucXVv\ndmFkaXNvZmZzaG9yZS5jb20wDwYDVR0TAQH/BAUwAwEB/zCCARoGA1UdIASCAREw\nggENMIIBCQYJKwYBBAG+WAABMIH7MIHUBggrBgEFBQcCAjCBxxqBxFJlbGlhbmNl\nIG9uIHRoZSBRdW9WYWRpcyBSb290IENlcnRpZmljYXRlIGJ5IGFueSBwYXJ0eSBh\nc3N1bWVzIGFjY2VwdGFuY2Ugb2YgdGhlIHRoZW4gYXBwbGljYWJsZSBzdGFuZGFy\nZCB0ZXJtcyBhbmQgY29uZGl0aW9ucyBvZiB1c2UsIGNlcnRpZmljYXRpb24gcHJh\nY3RpY2VzLCBhbmQgdGhlIFF1b1ZhZGlzIENlcnRpZmljYXRlIFBvbGljeS4wIgYI\nKwYBBQUHAgEWFmh0dHA6Ly93d3cucXVvdmFkaXMuYm0wHQYDVR0OBBYEFItLbe3T\nKbkGGew5Oanwl4Rqy+/fMIGuBgNVHSMEgaYwgaOAFItLbe3TKbkGGew5Oanwl4Rq\ny+/foYGEpIGBMH8xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1p\ndGVkMSUwIwYDVQQLExxSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MS4wLAYD\nVQQDEyVRdW9WYWRpcyBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggQ6tlCL\nMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOCAQEAitQUtf70mpKnGdSk\nfnIYj9lofFIk3WdvOXrEql494liwTXCYhGHoG+NpGA7O+0dQoE7/8CQfvbLO9Sf8\n7C9TqnN7Az10buYWnuulLsS/VidQK2K6vkscPFVcQR0kvoIgR13VRH56FmjffU1R\ncHhXHTMe/QKZnAzNCgVPx7uOpHX6Sm2xgI4JVrmcGmD+XcHXetwReNDWXcG31a0y\nmQM6isxUJTkxgXsTIlG6Rmyhu576BGxJJnSP0nPrzDCi5upZIof4l/UO/erMkqQW\nxFIY6iHOsfHmhIHluqmGKPJDWl0Snawe2ajlCmqnf6CHKc/yiU3U7MXi5nrQNiOK\nSnQ2+Q==\n-----END CERTIFICATE-----\n\n# Issuer: CN=QuoVadis Root CA 2 O=QuoVadis Limited\n# Subject: CN=QuoVadis Root CA 2 O=QuoVadis Limited\n# Label: \"QuoVadis Root CA 2\"\n# Serial: 1289\n# MD5 Fingerprint: 5e:39:7b:dd:f8:ba:ec:82:e9:ac:62:ba:0c:54:00:2b\n# SHA1 Fingerprint: ca:3a:fb:cf:12:40:36:4b:44:b2:16:20:88:80:48:39:19:93:7c:f7\n# SHA256 Fingerprint: 85:a0:dd:7d:d7:20:ad:b7:ff:05:f8:3d:54:2b:20:9d:c7:ff:45:28:f7:d6:77:b1:83:89:fe:a5:e5:c4:9e:86\n-----BEGIN CERTIFICATE-----\nMIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x\nGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv\nb3QgQ0EgMjAeFw0wNjExMjQxODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNV\nBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W\nYWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCa\nGMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6XJxg\nFyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55J\nWpzmM+Yklvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bB\nrrcCaoF6qUWD4gXmuVbBlDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp\n+ARz8un+XJiM9XOva7R+zdRcAitMOeGylZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1\nksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt66/3FsvbzSUr5R/7mp/i\nUcw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1JdxnwQ5hYIiz\nPtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og\n/zOhD7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UH\noycR7hYQe7xFSkyyBNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuI\nyV77zGHcizN300QyNQliBJIWENieJ0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1Ud\nEwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBQahGK8SEwzJQTU7tD2\nA8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGUa6FJpEcwRTEL\nMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT\nElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2f\nBluornFdLwUvZ+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzn\ng/iN/Ae42l9NLmeyhP3ZRPx3UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2Bl\nfF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodmVjB3pjd4M1IQWK4/YY7yarHvGH5K\nWWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK+JDSV6IZUaUtl0Ha\nB0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrWIozc\nhLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR\nTUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD\nmbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0Z\nohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y\n4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8VCLAAVBpQ570su9t+Oza\n8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u\n-----END CERTIFICATE-----\n\n# Issuer: CN=QuoVadis Root CA 3 O=QuoVadis Limited\n# Subject: CN=QuoVadis Root CA 3 O=QuoVadis Limited\n# Label: \"QuoVadis Root CA 3\"\n# Serial: 1478\n# MD5 Fingerprint: 31:85:3c:62:94:97:63:b9:aa:fd:89:4e:af:6f:e0:cf\n# SHA1 Fingerprint: 1f:49:14:f7:d8:74:95:1d:dd:ae:02:c0:be:fd:3a:2d:82:75:51:85\n# SHA256 Fingerprint: 18:f1:fc:7f:20:5d:f8:ad:dd:eb:7f:e0:07:dd:57:e3:af:37:5a:9c:4d:8d:73:54:6b:f4:f1:fe:d1:e1:8d:35\n-----BEGIN CERTIFICATE-----\nMIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x\nGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv\nb3QgQ0EgMzAeFw0wNjExMjQxOTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNV\nBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W\nYWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDM\nV0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNggDhoB\n4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUr\nH556VOijKTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd\n8lyyBTNvijbO0BNO/79KDDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9Cabwv\nvWhDFlaJKjdhkf2mrk7AyxRllDdLkgbvBNDInIjbC3uBr7E9KsRlOni27tyAsdLT\nmZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwpp5ijJUMv7/FfJuGITfhe\nbtfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8nT8KKdjc\nT5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDt\nWAEXMJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZ\nc6tsgLjoC2SToJyMGf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A\n4iLItLRkT9a6fUg+qGkM17uGcclzuD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYD\nVR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHTBgkrBgEEAb5YAAMwgcUwgZMG\nCCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmljYXRlIGNvbnN0\naXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0\naWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVu\ndC4wLQYIKwYBBQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2Nw\nczALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4G\nA1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4ywLQoUmkRzBFMQswCQYDVQQGEwJC\nTTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UEAxMSUXVvVmFkaXMg\nUm9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZVqyM0\n7ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSem\nd1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd\n+LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B\n4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN\nt54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp8kokUvd0/bpO5qgdAm6x\nDYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBCbjPsMZ57\nk8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6s\nzHXug/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0j\nWy10QJLZYxkNc91pvGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeT\nmJlglFwjz1onl14LBQaTNx47aTbrqZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK\n4SVhM7JZG+Ju1zdXtg2pEto=\n-----END CERTIFICATE-----\n\n# Issuer: O=SECOM Trust.net OU=Security Communication RootCA1\n# Subject: O=SECOM Trust.net OU=Security Communication RootCA1\n# Label: \"Security Communication Root CA\"\n# Serial: 0\n# MD5 Fingerprint: f1:bc:63:6a:54:e0:b5:27:f5:cd:e7:1a:e3:4d:6e:4a\n# SHA1 Fingerprint: 36:b1:2b:49:f9:81:9e:d7:4c:9e:bc:38:0f:c6:56:8f:5d:ac:b2:f7\n# SHA256 Fingerprint: e7:5e:72:ed:9f:56:0e:ec:6e:b4:80:00:73:a4:3f:c3:ad:19:19:5a:39:22:82:01:78:95:97:4a:99:02:6b:6c\n-----BEGIN CERTIFICATE-----\nMIIDWjCCAkKgAwIBAgIBADANBgkqhkiG9w0BAQUFADBQMQswCQYDVQQGEwJKUDEY\nMBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYDVQQLEx5TZWN1cml0eSBDb21t\ndW5pY2F0aW9uIFJvb3RDQTEwHhcNMDMwOTMwMDQyMDQ5WhcNMjMwOTMwMDQyMDQ5\nWjBQMQswCQYDVQQGEwJKUDEYMBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYD\nVQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTEwggEiMA0GCSqGSIb3\nDQEBAQUAA4IBDwAwggEKAoIBAQCzs/5/022x7xZ8V6UMbXaKL0u/ZPtM7orw8yl8\n9f/uKuDp6bpbZCKamm8sOiZpUQWZJtzVHGpxxpp9Hp3dfGzGjGdnSj74cbAZJ6kJ\nDKaVv0uMDPpVmDvY6CKhS3E4eayXkmmziX7qIWgGmBSWh9JhNrxtJ1aeV+7AwFb9\nMs+k2Y7CI9eNqPPYJayX5HA49LY6tJ07lyZDo6G8SVlyTCMwhwFY9k6+HGhWZq/N\nQV3Is00qVUarH9oe4kA92819uZKAnDfdDJZkndwi92SL32HeFZRSFaB9UslLqCHJ\nxrHty8OVYNEP8Ktw+N/LTX7s1vqr2b1/VPKl6Xn62dZ2JChzAgMBAAGjPzA9MB0G\nA1UdDgQWBBSgc0mZaNyFW2XjmygvV5+9M7wHSDALBgNVHQ8EBAMCAQYwDwYDVR0T\nAQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAaECpqLvkT115swW1F7NgE+vG\nkl3g0dNq/vu+m22/xwVtWSDEHPC32oRYAmP6SBbvT6UL90qY8j+eG61Ha2POCEfr\nUj94nK9NrvjVT8+amCoQQTlSxN3Zmw7vkwGusi7KaEIkQmywszo+zenaSMQVy+n5\nBw+SUEmK3TGXX8npN6o7WWWXlDLJs58+OmJYxUmtYg5xpTKqL8aJdkNAExNnPaJU\nJRDL8Try2frbSVa7pv6nQTXD4IhhyYjH3zYQIphZ6rBK+1YWc26sTfcioU+tHXot\nRSflMMFe8toTyyVCUZVHA4xsIcx0Qu1T/zOLjw9XARYvz6buyXAiFL39vmwLAw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Sonera Class2 CA O=Sonera\n# Subject: CN=Sonera Class2 CA O=Sonera\n# Label: \"Sonera Class 2 Root CA\"\n# Serial: 29\n# MD5 Fingerprint: a3:ec:75:0f:2e:88:df:fa:48:01:4e:0b:5c:48:6f:fb\n# SHA1 Fingerprint: 37:f7:6d:e6:07:7c:90:c5:b1:3e:93:1a:b7:41:10:b4:f2:e4:9a:27\n# SHA256 Fingerprint: 79:08:b4:03:14:c1:38:10:0b:51:8d:07:35:80:7f:fb:fc:f8:51:8a:00:95:33:71:05:ba:38:6b:15:3d:d9:27\n-----BEGIN CERTIFICATE-----\nMIIDIDCCAgigAwIBAgIBHTANBgkqhkiG9w0BAQUFADA5MQswCQYDVQQGEwJGSTEP\nMA0GA1UEChMGU29uZXJhMRkwFwYDVQQDExBTb25lcmEgQ2xhc3MyIENBMB4XDTAx\nMDQwNjA3Mjk0MFoXDTIxMDQwNjA3Mjk0MFowOTELMAkGA1UEBhMCRkkxDzANBgNV\nBAoTBlNvbmVyYTEZMBcGA1UEAxMQU29uZXJhIENsYXNzMiBDQTCCASIwDQYJKoZI\nhvcNAQEBBQADggEPADCCAQoCggEBAJAXSjWdyvANlsdE+hY3/Ei9vX+ALTU74W+o\nZ6m/AxxNjG8yR9VBaKQTBME1DJqEQ/xcHf+Js+gXGM2RX/uJ4+q/Tl18GybTdXnt\n5oTjV+WtKcT0OijnpXuENmmz/V52vaMtmdOQTiMofRhj8VQ7Jp12W5dCsv+u8E7s\n3TmVToMGf+dJQMjFAbJUWmYdPfz56TwKnoG4cPABi+QjVHzIrviQHgCWctRUz2Ej\nvOr7nQKV0ba5cTppCD8PtOFCx4j1P5iop7oc4HFx71hXgVB6XGt0Rg6DA5jDjqhu\n8nYybieDwnPz3BjotJPqdURrBGAgcVeHnfO+oJAjPYok4doh28MCAwEAAaMzMDEw\nDwYDVR0TAQH/BAUwAwEB/zARBgNVHQ4ECgQISqCqWITTXjwwCwYDVR0PBAQDAgEG\nMA0GCSqGSIb3DQEBBQUAA4IBAQBazof5FnIVV0sd2ZvnoiYw7JNn39Yt0jSv9zil\nzqsWuasvfDXLrNAPtEwr/IDva4yRXzZ299uzGxnq9LIR/WFxRL8oszodv7ND6J+/\n3DEIcbCdjdY0RzKQxmUk96BKfARzjzlvF4xytb1LyHr4e4PDKE6cCepnP7JnBBvD\nFNr450kkkdAdavphOe9r5yF1BgfYErQhIHBCcYHaPJo2vqZbDWpsmh+Re/n570K6\nTk6ezAyNlNzZRZxe7EJQY670XcSxEtzKO6gunRRaBXW37Ndj4ro1tgQIkejanZz2\nZrUYrAqmVCY0M9IbwdR/GjqOC6oybtv8TyWf2TLHllpwrN9M\n-----END CERTIFICATE-----\n\n# Issuer: CN=Staat der Nederlanden Root CA O=Staat der Nederlanden\n# Subject: CN=Staat der Nederlanden Root CA O=Staat der Nederlanden\n# Label: \"Staat der Nederlanden Root CA\"\n# Serial: 10000010\n# MD5 Fingerprint: 60:84:7c:5a:ce:db:0c:d4:cb:a7:e9:fe:02:c6:a9:c0\n# SHA1 Fingerprint: 10:1d:fa:3f:d5:0b:cb:bb:9b:b5:60:0c:19:55:a4:1a:f4:73:3a:04\n# SHA256 Fingerprint: d4:1d:82:9e:8c:16:59:82:2a:f9:3f:ce:62:bf:fc:de:26:4f:c8:4e:8b:95:0c:5f:f2:75:d0:52:35:46:95:a3\n-----BEGIN CERTIFICATE-----\nMIIDujCCAqKgAwIBAgIEAJiWijANBgkqhkiG9w0BAQUFADBVMQswCQYDVQQGEwJO\nTDEeMBwGA1UEChMVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSYwJAYDVQQDEx1TdGFh\ndCBkZXIgTmVkZXJsYW5kZW4gUm9vdCBDQTAeFw0wMjEyMTcwOTIzNDlaFw0xNTEy\nMTYwOTE1MzhaMFUxCzAJBgNVBAYTAk5MMR4wHAYDVQQKExVTdGFhdCBkZXIgTmVk\nZXJsYW5kZW4xJjAkBgNVBAMTHVN0YWF0IGRlciBOZWRlcmxhbmRlbiBSb290IENB\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmNK1URF6gaYUmHFtvszn\nExvWJw56s2oYHLZhWtVhCb/ekBPHZ+7d89rFDBKeNVU+LCeIQGv33N0iYfXCxw71\n9tV2U02PjLwYdjeFnejKScfST5gTCaI+Ioicf9byEGW07l8Y1Rfj+MX94p2i71MO\nhXeiD+EwR+4A5zN9RGcaC1Hoi6CeUJhoNFIfLm0B8mBF8jHrqTFoKbt6QZ7GGX+U\ntFE5A3+y3qcym7RHjm+0Sq7lr7HcsBthvJly3uSJt3omXdozSVtSnA71iq3DuD3o\nBmrC1SoLbHuEvVYFy4ZlkuxEK7COudxwC0barbxjiDn622r+I/q85Ej0ZytqERAh\nSQIDAQABo4GRMIGOMAwGA1UdEwQFMAMBAf8wTwYDVR0gBEgwRjBEBgRVHSAAMDww\nOgYIKwYBBQUHAgEWLmh0dHA6Ly93d3cucGtpb3ZlcmhlaWQubmwvcG9saWNpZXMv\ncm9vdC1wb2xpY3kwDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSofeu8Y6R0E3QA\n7Jbg0zTBLL9s+DANBgkqhkiG9w0BAQUFAAOCAQEABYSHVXQ2YcG70dTGFagTtJ+k\n/rvuFbQvBgwp8qiSpGEN/KtcCFtREytNwiphyPgJWPwtArI5fZlmgb9uXJVFIGzm\neafR2Bwp/MIgJ1HI8XxdNGdphREwxgDS1/PTfLbwMVcoEoJz6TMvplW0C5GUR5z6\nu3pCMuiufi3IvKwUv9kP2Vv8wfl6leF9fpb8cbDCTMjfRTTJzg3ynGQI0DvDKcWy\n7ZAEwbEpkcUwb8GpcjPM/l0WFywRaed+/sWDCN+83CI6LiBpIzlWYGeQiy52OfsR\niJf2fL1LuCAWZwWN4jvBcj+UlTfHXbme2JOhF4//DGYVwSR8MnwDHTuhWEUykw==\n-----END CERTIFICATE-----\n\n# Issuer: O=TDC Internet OU=TDC Internet Root CA\n# Subject: O=TDC Internet OU=TDC Internet Root CA\n# Label: \"TDC Internet Root CA\"\n# Serial: 986490188\n# MD5 Fingerprint: 91:f4:03:55:20:a1:f8:63:2c:62:de:ac:fb:61:1c:8e\n# SHA1 Fingerprint: 21:fc:bd:8e:7f:6c:af:05:1b:d1:b3:43:ec:a8:e7:61:47:f2:0f:8a\n# SHA256 Fingerprint: 48:98:c6:88:8c:0c:ff:b0:d3:e3:1a:ca:8a:37:d4:e3:51:5f:f7:46:d0:26:35:d8:66:46:cf:a0:a3:18:5a:e7\n-----BEGIN CERTIFICATE-----\nMIIEKzCCAxOgAwIBAgIEOsylTDANBgkqhkiG9w0BAQUFADBDMQswCQYDVQQGEwJE\nSzEVMBMGA1UEChMMVERDIEludGVybmV0MR0wGwYDVQQLExRUREMgSW50ZXJuZXQg\nUm9vdCBDQTAeFw0wMTA0MDUxNjMzMTdaFw0yMTA0MDUxNzAzMTdaMEMxCzAJBgNV\nBAYTAkRLMRUwEwYDVQQKEwxUREMgSW50ZXJuZXQxHTAbBgNVBAsTFFREQyBJbnRl\ncm5ldCBSb290IENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxLhA\nvJHVYx/XmaCLDEAedLdInUaMArLgJF/wGROnN4NrXceO+YQwzho7+vvOi20jxsNu\nZp+Jpd/gQlBn+h9sHvTQBda/ytZO5GhgbEaqHF1j4QeGDmUApy6mcca8uYGoOn0a\n0vnRrEvLznWv3Hv6gXPU/Lq9QYjUdLP5Xjg6PEOo0pVOd20TDJ2PeAG3WiAfAzc1\n4izbSysseLlJ28TQx5yc5IogCSEWVmb/Bexb4/DPqyQkXsN/cHoSxNK1EKC2IeGN\neGlVRGn1ypYcNIUXJXfi9i8nmHj9eQY6otZaQ8H/7AQ77hPv01ha/5Lr7K7a8jcD\nR0G2l8ktCkEiu7vmpwIDAQABo4IBJTCCASEwEQYJYIZIAYb4QgEBBAQDAgAHMGUG\nA1UdHwReMFwwWqBYoFakVDBSMQswCQYDVQQGEwJESzEVMBMGA1UEChMMVERDIElu\ndGVybmV0MR0wGwYDVQQLExRUREMgSW50ZXJuZXQgUm9vdCBDQTENMAsGA1UEAxME\nQ1JMMTArBgNVHRAEJDAigA8yMDAxMDQwNTE2MzMxN1qBDzIwMjEwNDA1MTcwMzE3\nWjALBgNVHQ8EBAMCAQYwHwYDVR0jBBgwFoAUbGQBx/2FbazI2p5QCIUItTxWqFAw\nHQYDVR0OBBYEFGxkAcf9hW2syNqeUAiFCLU8VqhQMAwGA1UdEwQFMAMBAf8wHQYJ\nKoZIhvZ9B0EABBAwDhsIVjUuMDo0LjADAgSQMA0GCSqGSIb3DQEBBQUAA4IBAQBO\nQ8zR3R0QGwZ/t6T609lN+yOfI1Rb5osvBCiLtSdtiaHsmGnc540mgwV5dOy0uaOX\nwTUA/RXaOYE6lTGQ3pfphqiZdwzlWqCE/xIWrG64jcN7ksKsLtB9KOy282A4aW8+\n2ARVPp7MVdK6/rtHBNcK2RYKNCn1WBPVT8+PVkuzHu7TmHnaCB4Mb7j4Fifvwm89\n9qNLPg7kbWzbO0ESm70NRyN/PErQr8Cv9u8btRXE64PECV90i9kR+8JWsTz4cMo0\njUNAE4z9mQNUecYu6oah9jrUCbz0vGbMPVjQV0kK7iXiQe4T+Zs4NNEA9X7nlB38\naQNiuJkFBT1reBK9sG9l\n-----END CERTIFICATE-----\n\n# Issuer: CN=UTN - DATACorp SGC O=The USERTRUST Network OU=http://www.usertrust.com\n# Subject: CN=UTN - DATACorp SGC O=The USERTRUST Network OU=http://www.usertrust.com\n# Label: \"UTN DATACorp SGC Root CA\"\n# Serial: 91374294542884689855167577680241077609\n# MD5 Fingerprint: b3:a5:3e:77:21:6d:ac:4a:c0:c9:fb:d5:41:3d:ca:06\n# SHA1 Fingerprint: 58:11:9f:0e:12:82:87:ea:50:fd:d9:87:45:6f:4f:78:dc:fa:d6:d4\n# SHA256 Fingerprint: 85:fb:2f:91:dd:12:27:5a:01:45:b6:36:53:4f:84:02:4a:d6:8b:69:b8:ee:88:68:4f:f7:11:37:58:05:b3:48\n-----BEGIN CERTIFICATE-----\nMIIEXjCCA0agAwIBAgIQRL4Mi1AAIbQR0ypoBqmtaTANBgkqhkiG9w0BAQUFADCB\nkzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug\nQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho\ndHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xGzAZBgNVBAMTElVUTiAtIERBVEFDb3Jw\nIFNHQzAeFw05OTA2MjQxODU3MjFaFw0xOTA2MjQxOTA2MzBaMIGTMQswCQYDVQQG\nEwJVUzELMAkGA1UECBMCVVQxFzAVBgNVBAcTDlNhbHQgTGFrZSBDaXR5MR4wHAYD\nVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxITAfBgNVBAsTGGh0dHA6Ly93d3cu\ndXNlcnRydXN0LmNvbTEbMBkGA1UEAxMSVVROIC0gREFUQUNvcnAgU0dDMIIBIjAN\nBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3+5YEKIrblXEjr8uRgnn4AgPLit6\nE5Qbvfa2gI5lBZMAHryv4g+OGQ0SR+ysraP6LnD43m77VkIVni5c7yPeIbkFdicZ\nD0/Ww5y0vpQZY/KmEQrrU0icvvIpOxboGqBMpsn0GFlowHDyUwDAXlCCpVZvNvlK\n4ESGoE1O1kduSUrLZ9emxAW5jh70/P/N5zbgnAVssjMiFdC04MwXwLLA9P4yPykq\nlXvY8qdOD1R8oQ2AswkDwf9c3V6aPryuvEeKaq5xyh+xKrhfQgUL7EYw0XILyulW\nbfXv33i+Ybqypa4ETLyorGkVl73v67SMvzX41MPRKA5cOp9wGDMgd8SirwIDAQAB\no4GrMIGoMAsGA1UdDwQEAwIBxjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRT\nMtGzz3/64PGgXYVOktKeRR20TzA9BgNVHR8ENjA0MDKgMKAuhixodHRwOi8vY3Js\nLnVzZXJ0cnVzdC5jb20vVVROLURBVEFDb3JwU0dDLmNybDAqBgNVHSUEIzAhBggr\nBgEFBQcDAQYKKwYBBAGCNwoDAwYJYIZIAYb4QgQBMA0GCSqGSIb3DQEBBQUAA4IB\nAQAnNZcAiosovcYzMB4p/OL31ZjUQLtgyr+rFywJNn9Q+kHcrpY6CiM+iVnJowft\nGzet/Hy+UUla3joKVAgWRcKZsYfNjGjgaQPpxE6YsjuMFrMOoAyYUJuTqXAJyCyj\nj98C5OBxOvG0I3KgqgHf35g+FFCgMSa9KOlaMCZ1+XtgHI3zzVAmbQQnmt/VDUVH\nKWss5nbZqSl9Mt3JNjy9rjXxEZ4du5A/EkdOjtd+D2JzHVImOBwYSf0wdJrE5SIv\n2MCN7ZF6TACPcn9d2t0bi0Vr591pl6jFVkwPDPafepE39peC4N1xaf92P2BNPM/3\nmfnGV/TJVTl4uix5yaaIK/QI\n-----END CERTIFICATE-----\n\n# Issuer: CN=UTN-USERFirst-Hardware O=The USERTRUST Network OU=http://www.usertrust.com\n# Subject: CN=UTN-USERFirst-Hardware O=The USERTRUST Network OU=http://www.usertrust.com\n# Label: \"UTN USERFirst Hardware Root CA\"\n# Serial: 91374294542884704022267039221184531197\n# MD5 Fingerprint: 4c:56:41:e5:0d:bb:2b:e8:ca:a3:ed:18:08:ad:43:39\n# SHA1 Fingerprint: 04:83:ed:33:99:ac:36:08:05:87:22:ed:bc:5e:46:00:e3:be:f9:d7\n# SHA256 Fingerprint: 6e:a5:47:41:d0:04:66:7e:ed:1b:48:16:63:4a:a3:a7:9e:6e:4b:96:95:0f:82:79:da:fc:8d:9b:d8:81:21:37\n-----BEGIN CERTIFICATE-----\nMIIEdDCCA1ygAwIBAgIQRL4Mi1AAJLQR0zYq/mUK/TANBgkqhkiG9w0BAQUFADCB\nlzELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2Ug\nQ2l0eTEeMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExho\ndHRwOi8vd3d3LnVzZXJ0cnVzdC5jb20xHzAdBgNVBAMTFlVUTi1VU0VSRmlyc3Qt\nSGFyZHdhcmUwHhcNOTkwNzA5MTgxMDQyWhcNMTkwNzA5MTgxOTIyWjCBlzELMAkG\nA1UEBhMCVVMxCzAJBgNVBAgTAlVUMRcwFQYDVQQHEw5TYWx0IExha2UgQ2l0eTEe\nMBwGA1UEChMVVGhlIFVTRVJUUlVTVCBOZXR3b3JrMSEwHwYDVQQLExhodHRwOi8v\nd3d3LnVzZXJ0cnVzdC5jb20xHzAdBgNVBAMTFlVUTi1VU0VSRmlyc3QtSGFyZHdh\ncmUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCx98M4P7Sof885glFn\n0G2f0v9Y8+efK+wNiVSZuTiZFvfgIXlIwrthdBKWHTxqctU8EGc6Oe0rE81m65UJ\nM6Rsl7HoxuzBdXmcRl6Nq9Bq/bkqVRcQVLMZ8Jr28bFdtqdt++BxF2uiiPsA3/4a\nMXcMmgF6sTLjKwEHOG7DpV4jvEWbe1DByTCP2+UretNb+zNAHqDVmBe8i4fDidNd\noI6yqqr2jmmIBsX6iSHzCJ1pLgkzmykNRg+MzEk0sGlRvfkGzWitZky8PqxhvQqI\nDsjfPe58BEydCl5rkdbux+0ojatNh4lz0G6k0B4WixThdkQDf2Os5M1JnMWS9Ksy\noUhbAgMBAAGjgbkwgbYwCwYDVR0PBAQDAgHGMA8GA1UdEwEB/wQFMAMBAf8wHQYD\nVR0OBBYEFKFyXyYbKJhDlV0HN9WFlp1L0sNFMEQGA1UdHwQ9MDswOaA3oDWGM2h0\ndHA6Ly9jcmwudXNlcnRydXN0LmNvbS9VVE4tVVNFUkZpcnN0LUhhcmR3YXJlLmNy\nbDAxBgNVHSUEKjAoBggrBgEFBQcDAQYIKwYBBQUHAwUGCCsGAQUFBwMGBggrBgEF\nBQcDBzANBgkqhkiG9w0BAQUFAAOCAQEARxkP3nTGmZev/K0oXnWO6y1n7k57K9cM\n//bey1WiCuFMVGWTYGufEpytXoMs61quwOQt9ABjHbjAbPLPSbtNk28Gpgoiskli\nCE7/yMgUsogWXecB5BKV5UU0s4tpvc+0hY91UZ59Ojg6FEgSxvunOxqNDYJAB+gE\nCJChicsZUN/KHAG8HQQZexB2lzvukJDKxA4fFm517zP4029bHpbj4HR3dHuKom4t\n3XbWOTCC8KucUvIqx69JXn7HaOWCgchqJ/kniCrVWFCVH/A7HFe7fRQ5YiuayZSS\nKqMiDP+JJn1fIytH1xUdqWqeUQ0qUZ6B+dQ7XnASfxAynB67nfhmqA==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Chambers of Commerce Root O=AC Camerfirma SA CIF A82743287 OU=http://www.chambersign.org\n# Subject: CN=Chambers of Commerce Root O=AC Camerfirma SA CIF A82743287 OU=http://www.chambersign.org\n# Label: \"Camerfirma Chambers of Commerce Root\"\n# Serial: 0\n# MD5 Fingerprint: b0:01:ee:14:d9:af:29:18:94:76:8e:f1:69:33:2a:84\n# SHA1 Fingerprint: 6e:3a:55:a4:19:0c:19:5c:93:84:3c:c0:db:72:2e:31:30:61:f0:b1\n# SHA256 Fingerprint: 0c:25:8a:12:a5:67:4a:ef:25:f2:8b:a7:dc:fa:ec:ee:a3:48:e5:41:e6:f5:cc:4e:e6:3b:71:b3:61:60:6a:c3\n-----BEGIN CERTIFICATE-----\nMIIEvTCCA6WgAwIBAgIBADANBgkqhkiG9w0BAQUFADB/MQswCQYDVQQGEwJFVTEn\nMCUGA1UEChMeQUMgQ2FtZXJmaXJtYSBTQSBDSUYgQTgyNzQzMjg3MSMwIQYDVQQL\nExpodHRwOi8vd3d3LmNoYW1iZXJzaWduLm9yZzEiMCAGA1UEAxMZQ2hhbWJlcnMg\nb2YgQ29tbWVyY2UgUm9vdDAeFw0wMzA5MzAxNjEzNDNaFw0zNzA5MzAxNjEzNDRa\nMH8xCzAJBgNVBAYTAkVVMScwJQYDVQQKEx5BQyBDYW1lcmZpcm1hIFNBIENJRiBB\nODI3NDMyODcxIzAhBgNVBAsTGmh0dHA6Ly93d3cuY2hhbWJlcnNpZ24ub3JnMSIw\nIAYDVQQDExlDaGFtYmVycyBvZiBDb21tZXJjZSBSb290MIIBIDANBgkqhkiG9w0B\nAQEFAAOCAQ0AMIIBCAKCAQEAtzZV5aVdGDDg2olUkfzIx1L4L1DZ77F1c2VHfRtb\nunXF/KGIJPov7coISjlUxFF6tdpg6jg8gbLL8bvZkSM/SAFwdakFKq0fcfPJVD0d\nBmpAPrMMhe5cG3nCYsS4No41XQEMIwRHNaqbYE6gZj3LJgqcQKH0XZi/caulAGgq\n7YN6D6IUtdQis4CwPAxaUWktWBiP7Zme8a7ileb2R6jWDA+wWFjbw2Y3npuRVDM3\n0pQcakjJyfKl2qUMI/cjDpwyVV5xnIQFUZot/eZOKjRa3spAN2cMVCFVd9oKDMyX\nroDclDZK9D7ONhMeU+SsTjoF7Nuucpw4i9A5O4kKPnf+dQIBA6OCAUQwggFAMBIG\nA1UdEwEB/wQIMAYBAf8CAQwwPAYDVR0fBDUwMzAxoC+gLYYraHR0cDovL2NybC5j\naGFtYmVyc2lnbi5vcmcvY2hhbWJlcnNyb290LmNybDAdBgNVHQ4EFgQU45T1sU3p\n26EpW1eLTXYGduHRooowDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIA\nBzAnBgNVHREEIDAegRxjaGFtYmVyc3Jvb3RAY2hhbWJlcnNpZ24ub3JnMCcGA1Ud\nEgQgMB6BHGNoYW1iZXJzcm9vdEBjaGFtYmVyc2lnbi5vcmcwWAYDVR0gBFEwTzBN\nBgsrBgEEAYGHLgoDATA+MDwGCCsGAQUFBwIBFjBodHRwOi8vY3BzLmNoYW1iZXJz\naWduLm9yZy9jcHMvY2hhbWJlcnNyb290Lmh0bWwwDQYJKoZIhvcNAQEFBQADggEB\nAAxBl8IahsAifJ/7kPMa0QOx7xP5IV8EnNrJpY0nbJaHkb5BkAFyk+cefV/2icZd\np0AJPaxJRUXcLo0waLIJuvvDL8y6C98/d3tGfToSJI6WjzwFCm/SlCgdbQzALogi\n1djPHRPH8EjX1wWnz8dHnjs8NMiAT9QUu/wNUPf6s+xCX6ndbcj0dc97wXImsQEc\nXCz9ek60AcUFV7nnPKoF2YjpB0ZBzu9Bga5Y34OirsrXdx/nADydb47kMgkdTXg0\neDQ8lJsm7U9xxhl6vSAiSFr+S30Dt+dYvsYyTnQeaN2oaFuzPu5ifdmA6Ap1erfu\ntGWaIZDgqtCYvDi1czyL+Nw=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Global Chambersign Root O=AC Camerfirma SA CIF A82743287 OU=http://www.chambersign.org\n# Subject: CN=Global Chambersign Root O=AC Camerfirma SA CIF A82743287 OU=http://www.chambersign.org\n# Label: \"Camerfirma Global Chambersign Root\"\n# Serial: 0\n# MD5 Fingerprint: c5:e6:7b:bf:06:d0:4f:43:ed:c4:7a:65:8a:fb:6b:19\n# SHA1 Fingerprint: 33:9b:6b:14:50:24:9b:55:7a:01:87:72:84:d9:e0:2f:c3:d2:d8:e9\n# SHA256 Fingerprint: ef:3c:b4:17:fc:8e:bf:6f:97:87:6c:9e:4e:ce:39:de:1e:a5:fe:64:91:41:d1:02:8b:7d:11:c0:b2:29:8c:ed\n-----BEGIN CERTIFICATE-----\nMIIExTCCA62gAwIBAgIBADANBgkqhkiG9w0BAQUFADB9MQswCQYDVQQGEwJFVTEn\nMCUGA1UEChMeQUMgQ2FtZXJmaXJtYSBTQSBDSUYgQTgyNzQzMjg3MSMwIQYDVQQL\nExpodHRwOi8vd3d3LmNoYW1iZXJzaWduLm9yZzEgMB4GA1UEAxMXR2xvYmFsIENo\nYW1iZXJzaWduIFJvb3QwHhcNMDMwOTMwMTYxNDE4WhcNMzcwOTMwMTYxNDE4WjB9\nMQswCQYDVQQGEwJFVTEnMCUGA1UEChMeQUMgQ2FtZXJmaXJtYSBTQSBDSUYgQTgy\nNzQzMjg3MSMwIQYDVQQLExpodHRwOi8vd3d3LmNoYW1iZXJzaWduLm9yZzEgMB4G\nA1UEAxMXR2xvYmFsIENoYW1iZXJzaWduIFJvb3QwggEgMA0GCSqGSIb3DQEBAQUA\nA4IBDQAwggEIAoIBAQCicKLQn0KuWxfH2H3PFIP8T8mhtxOviteePgQKkotgVvq0\nMi+ITaFgCPS3CU6gSS9J1tPfnZdan5QEcOw/Wdm3zGaLmFIoCQLfxS+EjXqXd7/s\nQJ0lcqu1PzKY+7e3/HKE5TWH+VX6ox8Oby4o3Wmg2UIQxvi1RMLQQ3/bvOSiPGpV\neAp3qdjqGTK3L/5cPxvusZjsyq16aUXjlg9V9ubtdepl6DJWk0aJqCWKZQbua795\nB9Dxt6/tLE2Su8CoX6dnfQTyFQhwrJLWfQTSM/tMtgsL+xrJxI0DqX5c8lCrEqWh\nz0hQpe/SyBoT+rB/sYIcd2oPX9wLlY/vQ37mRQklAgEDo4IBUDCCAUwwEgYDVR0T\nAQH/BAgwBgEB/wIBDDA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLmNoYW1i\nZXJzaWduLm9yZy9jaGFtYmVyc2lnbnJvb3QuY3JsMB0GA1UdDgQWBBRDnDafsJ4w\nTcbOX60Qq+UDpfqpFDAOBgNVHQ8BAf8EBAMCAQYwEQYJYIZIAYb4QgEBBAQDAgAH\nMCoGA1UdEQQjMCGBH2NoYW1iZXJzaWducm9vdEBjaGFtYmVyc2lnbi5vcmcwKgYD\nVR0SBCMwIYEfY2hhbWJlcnNpZ25yb290QGNoYW1iZXJzaWduLm9yZzBbBgNVHSAE\nVDBSMFAGCysGAQQBgYcuCgEBMEEwPwYIKwYBBQUHAgEWM2h0dHA6Ly9jcHMuY2hh\nbWJlcnNpZ24ub3JnL2Nwcy9jaGFtYmVyc2lnbnJvb3QuaHRtbDANBgkqhkiG9w0B\nAQUFAAOCAQEAPDtwkfkEVCeR4e3t/mh/YV3lQWVPMvEYBZRqHN4fcNs+ezICNLUM\nbKGKfKX0j//U2K0X1S0E0T9YgOKBWYi+wONGkyT+kL0mojAt6JcmVzWJdJYY9hXi\nryQZVgICsroPFOrGimbBhkVVi76SvpykBMdJPJ7oKXqJ1/6v/2j1pReQvayZzKWG\nVwlnRtvWFsJG8eSpUPWP0ZIV018+xgBJOm5YstHRJw0lyDL4IBHNfTIzSJRUTN3c\necQwn+uOuFW114hcxWokPbLTBQNRxgfvzBRydD1ucs4YKIxKoHflCStFREest2d/\nAYoFWpO+ocH/+OcOZ6RHSXZddZAa9SaP8A==\n-----END CERTIFICATE-----\n\n# Issuer: CN=NetLock Kozjegyzoi (Class A) Tanusitvanykiado O=NetLock Halozatbiztonsagi Kft. OU=Tanusitvanykiadok\n# Subject: CN=NetLock Kozjegyzoi (Class A) Tanusitvanykiado O=NetLock Halozatbiztonsagi Kft. OU=Tanusitvanykiadok\n# Label: \"NetLock Notary (Class A) Root\"\n# Serial: 259\n# MD5 Fingerprint: 86:38:6d:5e:49:63:6c:85:5c:db:6d:dc:94:b7:d0:f7\n# SHA1 Fingerprint: ac:ed:5f:65:53:fd:25:ce:01:5f:1f:7a:48:3b:6a:74:9f:61:78:c6\n# SHA256 Fingerprint: 7f:12:cd:5f:7e:5e:29:0e:c7:d8:51:79:d5:b7:2c:20:a5:be:75:08:ff:db:5b:f8:1a:b9:68:4a:7f:c9:f6:67\n-----BEGIN CERTIFICATE-----\nMIIGfTCCBWWgAwIBAgICAQMwDQYJKoZIhvcNAQEEBQAwga8xCzAJBgNVBAYTAkhV\nMRAwDgYDVQQIEwdIdW5nYXJ5MREwDwYDVQQHEwhCdWRhcGVzdDEnMCUGA1UEChMe\nTmV0TG9jayBIYWxvemF0Yml6dG9uc2FnaSBLZnQuMRowGAYDVQQLExFUYW51c2l0\ndmFueWtpYWRvazE2MDQGA1UEAxMtTmV0TG9jayBLb3pqZWd5em9pIChDbGFzcyBB\nKSBUYW51c2l0dmFueWtpYWRvMB4XDTk5MDIyNDIzMTQ0N1oXDTE5MDIxOTIzMTQ0\nN1owga8xCzAJBgNVBAYTAkhVMRAwDgYDVQQIEwdIdW5nYXJ5MREwDwYDVQQHEwhC\ndWRhcGVzdDEnMCUGA1UEChMeTmV0TG9jayBIYWxvemF0Yml6dG9uc2FnaSBLZnQu\nMRowGAYDVQQLExFUYW51c2l0dmFueWtpYWRvazE2MDQGA1UEAxMtTmV0TG9jayBL\nb3pqZWd5em9pIChDbGFzcyBBKSBUYW51c2l0dmFueWtpYWRvMIIBIjANBgkqhkiG\n9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvHSMD7tM9DceqQWC2ObhbHDqeLVu0ThEDaiD\nzl3S1tWBxdRL51uUcCbbO51qTGL3cfNk1mE7PetzozfZz+qMkjvN9wfcZnSX9EUi\n3fRc4L9t875lM+QVOr/bmJBVOMTtplVjC7B4BPTjbsE/jvxReB+SnoPC/tmwqcm8\nWgD/qaiYdPv2LD4VOQ22BFWoDpggQrOxJa1+mm9dU7GrDPzr4PN6s6iz/0b2Y6LY\nOph7tqyF/7AlT3Rj5xMHpQqPBffAZG9+pyeAlt7ULoZgx2srXnN7F+eRP2QM2Esi\nNCubMvJIH5+hCoR64sKtlz2O1cH5VqNQ6ca0+pii7pXmKgOM3wIDAQABo4ICnzCC\nApswDgYDVR0PAQH/BAQDAgAGMBIGA1UdEwEB/wQIMAYBAf8CAQQwEQYJYIZIAYb4\nQgEBBAQDAgAHMIICYAYJYIZIAYb4QgENBIICURaCAk1GSUdZRUxFTSEgRXplbiB0\nYW51c2l0dmFueSBhIE5ldExvY2sgS2Z0LiBBbHRhbGFub3MgU3pvbGdhbHRhdGFz\naSBGZWx0ZXRlbGVpYmVuIGxlaXJ0IGVsamFyYXNvayBhbGFwamFuIGtlc3p1bHQu\nIEEgaGl0ZWxlc2l0ZXMgZm9seWFtYXRhdCBhIE5ldExvY2sgS2Z0LiB0ZXJtZWtm\nZWxlbG9zc2VnLWJpenRvc2l0YXNhIHZlZGkuIEEgZGlnaXRhbGlzIGFsYWlyYXMg\nZWxmb2dhZGFzYW5hayBmZWx0ZXRlbGUgYXogZWxvaXJ0IGVsbGVub3J6ZXNpIGVs\namFyYXMgbWVndGV0ZWxlLiBBeiBlbGphcmFzIGxlaXJhc2EgbWVndGFsYWxoYXRv\nIGEgTmV0TG9jayBLZnQuIEludGVybmV0IGhvbmxhcGphbiBhIGh0dHBzOi8vd3d3\nLm5ldGxvY2submV0L2RvY3MgY2ltZW4gdmFneSBrZXJoZXRvIGF6IGVsbGVub3J6\nZXNAbmV0bG9jay5uZXQgZS1tYWlsIGNpbWVuLiBJTVBPUlRBTlQhIFRoZSBpc3N1\nYW5jZSBhbmQgdGhlIHVzZSBvZiB0aGlzIGNlcnRpZmljYXRlIGlzIHN1YmplY3Qg\ndG8gdGhlIE5ldExvY2sgQ1BTIGF2YWlsYWJsZSBhdCBodHRwczovL3d3dy5uZXRs\nb2NrLm5ldC9kb2NzIG9yIGJ5IGUtbWFpbCBhdCBjcHNAbmV0bG9jay5uZXQuMA0G\nCSqGSIb3DQEBBAUAA4IBAQBIJEb3ulZv+sgoA0BO5TE5ayZrU3/b39/zcT0mwBQO\nxmd7I6gMc90Bu8bKbjc5VdXHjFYgDigKDtIqpLBJUsY4B/6+CgmM0ZjPytoUMaFP\n0jn8DxEsQ8Pdq5PHVT5HfBgaANzze9jyf1JsIPQLX2lS9O74silg6+NJMSEN1rUQ\nQeJBCWziGppWS3cC9qCbmieH6FUpccKQn0V4GuEVZD3QDtigdp+uxdAu6tYPVuxk\nf1qbFFgBJ34TUMdrKuZoPL9coAob4Q566eKAw+np9v1sEZ7Q5SgnK1QyQhSCdeZK\n8CtmdWOMovsEPoMOmzbwGOQmIMOM8CgHrTwXZoi1/baI\n-----END CERTIFICATE-----\n\n# Issuer: CN=NetLock Uzleti (Class B) Tanusitvanykiado O=NetLock Halozatbiztonsagi Kft. OU=Tanusitvanykiadok\n# Subject: CN=NetLock Uzleti (Class B) Tanusitvanykiado O=NetLock Halozatbiztonsagi Kft. OU=Tanusitvanykiadok\n# Label: \"NetLock Business (Class B) Root\"\n# Serial: 105\n# MD5 Fingerprint: 39:16:aa:b9:6a:41:e1:14:69:df:9e:6c:3b:72:dc:b6\n# SHA1 Fingerprint: 87:9f:4b:ee:05:df:98:58:3b:e3:60:d6:33:e7:0d:3f:fe:98:71:af\n# SHA256 Fingerprint: 39:df:7b:68:2b:7b:93:8f:84:71:54:81:cc:de:8d:60:d8:f2:2e:c5:98:87:7d:0a:aa:c1:2b:59:18:2b:03:12\n-----BEGIN CERTIFICATE-----\nMIIFSzCCBLSgAwIBAgIBaTANBgkqhkiG9w0BAQQFADCBmTELMAkGA1UEBhMCSFUx\nETAPBgNVBAcTCEJ1ZGFwZXN0MScwJQYDVQQKEx5OZXRMb2NrIEhhbG96YXRiaXp0\nb25zYWdpIEtmdC4xGjAYBgNVBAsTEVRhbnVzaXR2YW55a2lhZG9rMTIwMAYDVQQD\nEylOZXRMb2NrIFV6bGV0aSAoQ2xhc3MgQikgVGFudXNpdHZhbnlraWFkbzAeFw05\nOTAyMjUxNDEwMjJaFw0xOTAyMjAxNDEwMjJaMIGZMQswCQYDVQQGEwJIVTERMA8G\nA1UEBxMIQnVkYXBlc3QxJzAlBgNVBAoTHk5ldExvY2sgSGFsb3phdGJpenRvbnNh\nZ2kgS2Z0LjEaMBgGA1UECxMRVGFudXNpdHZhbnlraWFkb2sxMjAwBgNVBAMTKU5l\ndExvY2sgVXpsZXRpIChDbGFzcyBCKSBUYW51c2l0dmFueWtpYWRvMIGfMA0GCSqG\nSIb3DQEBAQUAA4GNADCBiQKBgQCx6gTsIKAjwo84YM/HRrPVG/77uZmeBNwcf4xK\ngZjupNTKihe5In+DCnVMm8Bp2GQ5o+2So/1bXHQawEfKOml2mrriRBf8TKPV/riX\niK+IA4kfpPIEPsgHC+b5sy96YhQJRhTKZPWLgLViqNhr1nGTLbO/CVRY7QbrqHvc\nQ7GhaQIDAQABo4ICnzCCApswEgYDVR0TAQH/BAgwBgEB/wIBBDAOBgNVHQ8BAf8E\nBAMCAAYwEQYJYIZIAYb4QgEBBAQDAgAHMIICYAYJYIZIAYb4QgENBIICURaCAk1G\nSUdZRUxFTSEgRXplbiB0YW51c2l0dmFueSBhIE5ldExvY2sgS2Z0LiBBbHRhbGFu\nb3MgU3pvbGdhbHRhdGFzaSBGZWx0ZXRlbGVpYmVuIGxlaXJ0IGVsamFyYXNvayBh\nbGFwamFuIGtlc3p1bHQuIEEgaGl0ZWxlc2l0ZXMgZm9seWFtYXRhdCBhIE5ldExv\nY2sgS2Z0LiB0ZXJtZWtmZWxlbG9zc2VnLWJpenRvc2l0YXNhIHZlZGkuIEEgZGln\naXRhbGlzIGFsYWlyYXMgZWxmb2dhZGFzYW5hayBmZWx0ZXRlbGUgYXogZWxvaXJ0\nIGVsbGVub3J6ZXNpIGVsamFyYXMgbWVndGV0ZWxlLiBBeiBlbGphcmFzIGxlaXJh\nc2EgbWVndGFsYWxoYXRvIGEgTmV0TG9jayBLZnQuIEludGVybmV0IGhvbmxhcGph\nbiBhIGh0dHBzOi8vd3d3Lm5ldGxvY2submV0L2RvY3MgY2ltZW4gdmFneSBrZXJo\nZXRvIGF6IGVsbGVub3J6ZXNAbmV0bG9jay5uZXQgZS1tYWlsIGNpbWVuLiBJTVBP\nUlRBTlQhIFRoZSBpc3N1YW5jZSBhbmQgdGhlIHVzZSBvZiB0aGlzIGNlcnRpZmlj\nYXRlIGlzIHN1YmplY3QgdG8gdGhlIE5ldExvY2sgQ1BTIGF2YWlsYWJsZSBhdCBo\ndHRwczovL3d3dy5uZXRsb2NrLm5ldC9kb2NzIG9yIGJ5IGUtbWFpbCBhdCBjcHNA\nbmV0bG9jay5uZXQuMA0GCSqGSIb3DQEBBAUAA4GBAATbrowXr/gOkDFOzT4JwG06\nsPgzTEdM43WIEJessDgVkcYplswhwG08pXTP2IKlOcNl40JwuyKQ433bNXbhoLXa\nn3BukxowOR0w2y7jfLKRstE3Kfq51hdcR0/jHTjrn9V7lagonhVK0dHQKwCXoOKS\nNitjrFgBazMpUIaD8QFI\n-----END CERTIFICATE-----\n\n# Issuer: CN=NetLock Expressz (Class C) Tanusitvanykiado O=NetLock Halozatbiztonsagi Kft. OU=Tanusitvanykiadok\n# Subject: CN=NetLock Expressz (Class C) Tanusitvanykiado O=NetLock Halozatbiztonsagi Kft. OU=Tanusitvanykiadok\n# Label: \"NetLock Express (Class C) Root\"\n# Serial: 104\n# MD5 Fingerprint: 4f:eb:f1:f0:70:c2:80:63:5d:58:9f:da:12:3c:a9:c4\n# SHA1 Fingerprint: e3:92:51:2f:0a:cf:f5:05:df:f6:de:06:7f:75:37:e1:65:ea:57:4b\n# SHA256 Fingerprint: 0b:5e:ed:4e:84:64:03:cf:55:e0:65:84:84:40:ed:2a:82:75:8b:f5:b9:aa:1f:25:3d:46:13:cf:a0:80:ff:3f\n-----BEGIN CERTIFICATE-----\nMIIFTzCCBLigAwIBAgIBaDANBgkqhkiG9w0BAQQFADCBmzELMAkGA1UEBhMCSFUx\nETAPBgNVBAcTCEJ1ZGFwZXN0MScwJQYDVQQKEx5OZXRMb2NrIEhhbG96YXRiaXp0\nb25zYWdpIEtmdC4xGjAYBgNVBAsTEVRhbnVzaXR2YW55a2lhZG9rMTQwMgYDVQQD\nEytOZXRMb2NrIEV4cHJlc3N6IChDbGFzcyBDKSBUYW51c2l0dmFueWtpYWRvMB4X\nDTk5MDIyNTE0MDgxMVoXDTE5MDIyMDE0MDgxMVowgZsxCzAJBgNVBAYTAkhVMREw\nDwYDVQQHEwhCdWRhcGVzdDEnMCUGA1UEChMeTmV0TG9jayBIYWxvemF0Yml6dG9u\nc2FnaSBLZnQuMRowGAYDVQQLExFUYW51c2l0dmFueWtpYWRvazE0MDIGA1UEAxMr\nTmV0TG9jayBFeHByZXNzeiAoQ2xhc3MgQykgVGFudXNpdHZhbnlraWFkbzCBnzAN\nBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA6+ywbGGKIyWvYCDj2Z/8kwvbXY2wobNA\nOoLO/XXgeDIDhlqGlZHtU/qdQPzm6N3ZW3oDvV3zOwzDUXmbrVWg6dADEK8KuhRC\n2VImESLH0iDMgqSaqf64gXadarfSNnU+sYYJ9m5tfk63euyucYT2BDMIJTLrdKwW\nRMbkQJMdf60CAwEAAaOCAp8wggKbMBIGA1UdEwEB/wQIMAYBAf8CAQQwDgYDVR0P\nAQH/BAQDAgAGMBEGCWCGSAGG+EIBAQQEAwIABzCCAmAGCWCGSAGG+EIBDQSCAlEW\nggJNRklHWUVMRU0hIEV6ZW4gdGFudXNpdHZhbnkgYSBOZXRMb2NrIEtmdC4gQWx0\nYWxhbm9zIFN6b2xnYWx0YXRhc2kgRmVsdGV0ZWxlaWJlbiBsZWlydCBlbGphcmFz\nb2sgYWxhcGphbiBrZXN6dWx0LiBBIGhpdGVsZXNpdGVzIGZvbHlhbWF0YXQgYSBO\nZXRMb2NrIEtmdC4gdGVybWVrZmVsZWxvc3NlZy1iaXp0b3NpdGFzYSB2ZWRpLiBB\nIGRpZ2l0YWxpcyBhbGFpcmFzIGVsZm9nYWRhc2FuYWsgZmVsdGV0ZWxlIGF6IGVs\nb2lydCBlbGxlbm9yemVzaSBlbGphcmFzIG1lZ3RldGVsZS4gQXogZWxqYXJhcyBs\nZWlyYXNhIG1lZ3RhbGFsaGF0byBhIE5ldExvY2sgS2Z0LiBJbnRlcm5ldCBob25s\nYXBqYW4gYSBodHRwczovL3d3dy5uZXRsb2NrLm5ldC9kb2NzIGNpbWVuIHZhZ3kg\na2VyaGV0byBheiBlbGxlbm9yemVzQG5ldGxvY2submV0IGUtbWFpbCBjaW1lbi4g\nSU1QT1JUQU5UISBUaGUgaXNzdWFuY2UgYW5kIHRoZSB1c2Ugb2YgdGhpcyBjZXJ0\naWZpY2F0ZSBpcyBzdWJqZWN0IHRvIHRoZSBOZXRMb2NrIENQUyBhdmFpbGFibGUg\nYXQgaHR0cHM6Ly93d3cubmV0bG9jay5uZXQvZG9jcyBvciBieSBlLW1haWwgYXQg\nY3BzQG5ldGxvY2submV0LjANBgkqhkiG9w0BAQQFAAOBgQAQrX/XDDKACtiG8XmY\nta3UzbM2xJZIwVzNmtkFLp++UOv0JhQQLdRmF/iewSf98e3ke0ugbLWrmldwpu2g\npO0u9f38vf5NNwgMvOOWgyL1SRt/Syu0VMGAfJlOHdCM7tCs5ZL6dVb+ZKATj7i4\nFp1hBWeAyNDYpQcCNJgEjTME1A==\n-----END CERTIFICATE-----\n\n# Issuer: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com\n# Subject: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com\n# Label: \"XRamp Global CA Root\"\n# Serial: 107108908803651509692980124233745014957\n# MD5 Fingerprint: a1:0b:44:b3:ca:10:d8:00:6e:9d:0f:d8:0f:92:0a:d1\n# SHA1 Fingerprint: b8:01:86:d1:eb:9c:86:a5:41:04:cf:30:54:f3:4c:52:b7:e5:58:c6\n# SHA256 Fingerprint: ce:cd:dc:90:50:99:d8:da:df:c5:b1:d2:09:b7:37:cb:e2:c1:8c:fb:2c:10:c0:ff:0b:cf:0d:32:86:fc:1a:a2\n-----BEGIN CERTIFICATE-----\nMIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB\ngjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEk\nMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRY\nUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQxMTAxMTcx\nNDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3\ndy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2Vy\ndmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB\ndXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS6\n38eMpSe2OAtp87ZOqCwuIR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCP\nKZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMxfoArtYzAQDsRhtDLooY2YKTVMIJt2W7Q\nDxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FEzG+gSqmUsE3a56k0enI4\nqEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqsAxcZZPRa\nJSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNVi\nPvryxS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0P\nBAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASs\njVy16bYbMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0\neS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQEwDQYJKoZIhvcNAQEFBQAD\nggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc/Kh4ZzXxHfAR\nvbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt\nqZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLa\nIR9NmXmd4c8nnxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSy\ni6mx5O+aGtA9aZnuqCij4Tyz8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQ\nO+7ETPTsJ3xCwnR8gooJybQDJbw=\n-----END CERTIFICATE-----\n\n# Issuer: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority\n# Subject: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority\n# Label: \"Go Daddy Class 2 CA\"\n# Serial: 0\n# MD5 Fingerprint: 91:de:06:25:ab:da:fd:32:17:0c:bb:25:17:2a:84:67\n# SHA1 Fingerprint: 27:96:ba:e6:3f:18:01:e2:77:26:1b:a0:d7:77:70:02:8f:20:ee:e4\n# SHA256 Fingerprint: c3:84:6b:f2:4b:9e:93:ca:64:27:4c:0e:c6:7c:1e:cc:5e:02:4f:fc:ac:d2:d7:40:19:35:0e:81:fe:54:6a:e4\n-----BEGIN CERTIFICATE-----\nMIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh\nMB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE\nYWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3\nMDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo\nZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg\nMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN\nADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA\nPVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w\nwdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi\nEqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY\navx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+\nYihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE\nsNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h\n/t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5\nIEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj\nYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD\nggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy\nOO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P\nTMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ\nHmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER\ndEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf\nReYNnyicsbkqWletNw+vHX/bvZ8=\n-----END CERTIFICATE-----\n\n# Issuer: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority\n# Subject: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority\n# Label: \"Starfield Class 2 CA\"\n# Serial: 0\n# MD5 Fingerprint: 32:4a:4b:bb:c8:63:69:9b:be:74:9a:c6:dd:1d:46:24\n# SHA1 Fingerprint: ad:7e:1c:28:b0:64:ef:8f:60:03:40:20:14:c3:d0:e3:37:0e:b5:8a\n# SHA256 Fingerprint: 14:65:fa:20:53:97:b8:76:fa:a6:f0:a9:95:8e:55:90:e4:0f:cc:7f:aa:4f:b7:c2:c8:67:75:21:fb:5f:b6:58\n-----BEGIN CERTIFICATE-----\nMIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl\nMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp\nU3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw\nNjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE\nChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp\nZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3\nDQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf\n8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN\n+lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0\nX9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa\nK4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA\n1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G\nA1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR\nzt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0\nYXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD\nbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w\nDQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3\nL7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D\neruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl\nxy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp\nVSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY\nWQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q=\n-----END CERTIFICATE-----\n\n# Issuer: CN=StartCom Certification Authority O=StartCom Ltd. OU=Secure Digital Certificate Signing\n# Subject: CN=StartCom Certification Authority O=StartCom Ltd. OU=Secure Digital Certificate Signing\n# Label: \"StartCom Certification Authority\"\n# Serial: 1\n# MD5 Fingerprint: 22:4d:8f:8a:fc:f7:35:c2:bb:57:34:90:7b:8b:22:16\n# SHA1 Fingerprint: 3e:2b:f7:f2:03:1b:96:f3:8c:e6:c4:d8:a8:5d:3e:2d:58:47:6a:0f\n# SHA256 Fingerprint: c7:66:a9:be:f2:d4:07:1c:86:3a:31:aa:49:20:e8:13:b2:d1:98:60:8c:b7:b7:cf:e2:11:43:b8:36:df:09:ea\n-----BEGIN CERTIFICATE-----\nMIIHyTCCBbGgAwIBAgIBATANBgkqhkiG9w0BAQUFADB9MQswCQYDVQQGEwJJTDEW\nMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwg\nQ2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3RhcnRDb20gQ2VydGlmaWNh\ndGlvbiBBdXRob3JpdHkwHhcNMDYwOTE3MTk0NjM2WhcNMzYwOTE3MTk0NjM2WjB9\nMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMi\nU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3Rh\ncnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUA\nA4ICDwAwggIKAoICAQDBiNsJvGxGfHiflXu1M5DycmLWwTYgIiRezul38kMKogZk\npMyONvg45iPwbm2xPN1yo4UcodM9tDMr0y+v/uqwQVlntsQGfQqedIXWeUyAN3rf\nOQVSWff0G0ZDpNKFhdLDcfN1YjS6LIp/Ho/u7TTQEceWzVI9ujPW3U3eCztKS5/C\nJi/6tRYccjV3yjxd5srhJosaNnZcAdt0FCX+7bWgiA/deMotHweXMAEtcnn6RtYT\nKqi5pquDSR3l8u/d5AGOGAqPY1MWhWKpDhk6zLVmpsJrdAfkK+F2PrRt2PZE4XNi\nHzvEvqBTViVsUQn3qqvKv3b9bZvzndu/PWa8DFaqr5hIlTpL36dYUNk4dalb6kMM\nAv+Z6+hsTXBbKWWc3apdzK8BMewM69KN6Oqce+Zu9ydmDBpI125C4z/eIT574Q1w\n+2OqqGwaVLRcJXrJosmLFqa7LH4XXgVNWG4SHQHuEhANxjJ/GP/89PrNbpHoNkm+\nGkhpi8KWTRoSsmkXwQqQ1vp5Iki/untp+HDH+no32NgN0nZPV/+Qt+OR0t3vwmC3\nZzrd/qqc8NSLf3Iizsafl7b4r4qgEKjZ+xjGtrVcUjyJthkqcwEKDwOzEmDyei+B\n26Nu/yYwl/WL3YlXtq09s68rxbd2AvCl1iuahhQqcvbjM4xdCUsT37uMdBNSSwID\nAQABo4ICUjCCAk4wDAYDVR0TBAUwAwEB/zALBgNVHQ8EBAMCAa4wHQYDVR0OBBYE\nFE4L7xqkQFulF2mHMMo0aEPQQa7yMGQGA1UdHwRdMFswLKAqoCiGJmh0dHA6Ly9j\nZXJ0LnN0YXJ0Y29tLm9yZy9zZnNjYS1jcmwuY3JsMCugKaAnhiVodHRwOi8vY3Js\nLnN0YXJ0Y29tLm9yZy9zZnNjYS1jcmwuY3JsMIIBXQYDVR0gBIIBVDCCAVAwggFM\nBgsrBgEEAYG1NwEBATCCATswLwYIKwYBBQUHAgEWI2h0dHA6Ly9jZXJ0LnN0YXJ0\nY29tLm9yZy9wb2xpY3kucGRmMDUGCCsGAQUFBwIBFilodHRwOi8vY2VydC5zdGFy\ndGNvbS5vcmcvaW50ZXJtZWRpYXRlLnBkZjCB0AYIKwYBBQUHAgIwgcMwJxYgU3Rh\ncnQgQ29tbWVyY2lhbCAoU3RhcnRDb20pIEx0ZC4wAwIBARqBl0xpbWl0ZWQgTGlh\nYmlsaXR5LCByZWFkIHRoZSBzZWN0aW9uICpMZWdhbCBMaW1pdGF0aW9ucyogb2Yg\ndGhlIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFBvbGljeSBhdmFp\nbGFibGUgYXQgaHR0cDovL2NlcnQuc3RhcnRjb20ub3JnL3BvbGljeS5wZGYwEQYJ\nYIZIAYb4QgEBBAQDAgAHMDgGCWCGSAGG+EIBDQQrFilTdGFydENvbSBGcmVlIFNT\nTCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTANBgkqhkiG9w0BAQUFAAOCAgEAFmyZ\n9GYMNPXQhV59CuzaEE44HF7fpiUFS5Eyweg78T3dRAlbB0mKKctmArexmvclmAk8\njhvh3TaHK0u7aNM5Zj2gJsfyOZEdUauCe37Vzlrk4gNXcGmXCPleWKYK34wGmkUW\nFjgKXlf2Ysd6AgXmvB618p70qSmD+LIU424oh0TDkBreOKk8rENNZEXO3SipXPJz\newT4F+irsfMuXGRuczE6Eri8sxHkfY+BUZo7jYn0TZNmezwD7dOaHZrzZVD1oNB1\nny+v8OqCQ5j4aZyJecRDjkZy42Q2Eq/3JR44iZB3fsNrarnDy0RLrHiQi+fHLB5L\nEUTINFInzQpdn4XBidUaePKVEFMy3YCEZnXZtWgo+2EuvoSoOMCZEoalHmdkrQYu\nL6lwhceWD3yJZfWOQ1QOq92lgDmUYMA0yZZwLKMS9R9Ie70cfmu3nZD0Ijuu+Pwq\nyvqCUqDvr0tVk+vBtfAii6w0TiYiBKGHLHVKt+V9E9e4DGTANtLJL4YSjCMJwRuC\nO3NJo2pXh5Tl1njFmUNj403gdy3hZZlyaQQaRwnmDwFWJPsfvw55qVguucQJAX6V\num0ABj6y6koQOdjQK/W/7HW/lwLFCRsI3FU34oH7N4RDYiDK51ZLZer+bMEkkySh\nNOsF/5oirpt9P/FlUQqmMGqz9IgcgA38corog14=\n-----END CERTIFICATE-----\n\n# Issuer: O=Government Root Certification Authority\n# Subject: O=Government Root Certification Authority\n# Label: \"Taiwan GRCA\"\n# Serial: 42023070807708724159991140556527066870\n# MD5 Fingerprint: 37:85:44:53:32:45:1f:20:f0:f3:95:e1:25:c4:43:4e\n# SHA1 Fingerprint: f4:8b:11:bf:de:ab:be:94:54:20:71:e6:41:de:6b:be:88:2b:40:b9\n# SHA256 Fingerprint: 76:00:29:5e:ef:e8:5b:9e:1f:d6:24:db:76:06:2a:aa:ae:59:81:8a:54:d2:77:4c:d4:c0:b2:c0:11:31:e1:b3\n-----BEGIN CERTIFICATE-----\nMIIFcjCCA1qgAwIBAgIQH51ZWtcvwgZEpYAIaeNe9jANBgkqhkiG9w0BAQUFADA/\nMQswCQYDVQQGEwJUVzEwMC4GA1UECgwnR292ZXJubWVudCBSb290IENlcnRpZmlj\nYXRpb24gQXV0aG9yaXR5MB4XDTAyMTIwNTEzMjMzM1oXDTMyMTIwNTEzMjMzM1ow\nPzELMAkGA1UEBhMCVFcxMDAuBgNVBAoMJ0dvdmVybm1lbnQgUm9vdCBDZXJ0aWZp\nY2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB\nAJoluOzMonWoe/fOW1mKydGGEghU7Jzy50b2iPN86aXfTEc2pBsBHH8eV4qNw8XR\nIePaJD9IK/ufLqGU5ywck9G/GwGHU5nOp/UKIXZ3/6m3xnOUT0b3EEk3+qhZSV1q\ngQdW8or5BtD3cCJNtLdBuTK4sfCxw5w/cP1T3YGq2GN49thTbqGsaoQkclSGxtKy\nyhwOeYHWtXBiCAEuTk8O1RGvqa/lmr/czIdtJuTJV6L7lvnM4T9TjGxMfptTCAts\nF/tnyMKtsc2AtJfcdgEWFelq16TheEfOhtX7MfP6Mb40qij7cEwdScevLJ1tZqa2\njWR+tSBqnTuBto9AAGdLiYa4zGX+FVPpBMHWXx1E1wovJ5pGfaENda1UhhXcSTvx\nls4Pm6Dso3pdvtUqdULle96ltqqvKKyskKw4t9VoNSZ63Pc78/1Fm9G7Q3hub/FC\nVGqY8A2tl+lSXunVanLeavcbYBT0peS2cWeqH+riTcFCQP5nRhc4L0c/cZyu5SHK\nYS1tB6iEfC3uUSXxY5Ce/eFXiGvviiNtsea9P63RPZYLhY3Naye7twWb7LuRqQoH\nEgKXTiCQ8P8NHuJBO9NAOueNXdpm5AKwB1KYXA6OM5zCppX7VRluTI6uSw+9wThN\nXo+EHWbNxWCWtFJaBYmOlXqYwZE8lSOyDvR5tMl8wUohAgMBAAGjajBoMB0GA1Ud\nDgQWBBTMzO/MKWCkO7GStjz6MmKPrCUVOzAMBgNVHRMEBTADAQH/MDkGBGcqBwAE\nMTAvMC0CAQAwCQYFKw4DAhoFADAHBgVnKgMAAAQUA5vwIhP/lSg209yewDL7MTqK\nUWUwDQYJKoZIhvcNAQEFBQADggIBAECASvomyc5eMN1PhnR2WPWus4MzeKR6dBcZ\nTulStbngCnRiqmjKeKBMmo4sIy7VahIkv9Ro04rQ2JyftB8M3jh+Vzj8jeJPXgyf\nqzvS/3WXy6TjZwj/5cAWtUgBfen5Cv8b5Wppv3ghqMKnI6mGq3ZW6A4M9hPdKmaK\nZEk9GhiHkASfQlK3T8v+R0F2Ne//AHY2RTKbxkaFXeIksB7jSJaYV0eUVXoPQbFE\nJPPB/hprv4j9wabak2BegUqZIJxIZhm1AHlUD7gsL0u8qV1bYH+Mh6XgUmMqvtg7\nhUAV/h62ZT/FS9p+tXo1KaMuephgIqP0fSdOLeq0dDzpD6QzDxARvBMB1uUO07+1\nEqLhRSPAzAhuYbeJq4PjJB7mXQfnHyA+z2fI56wwbSdLaG5LKlwCCDTb+HbkZ6Mm\nnD+iMsJKxYEYMRBWqoTvLQr/uB930r+lWKBi5NdLkXWNiYCYfm3LU05er/ayl4WX\nudpVBrkk7tfGOB5jGxI7leFYrPLfhNVfmS8NVVvmONsuP3LpSIXLuykTjx44Vbnz\nssQwmSNOXfJIoRIM3BKQCZBUkQM8R+XVyWXgt0t97EfTsws+rZ7QdAAO671RrcDe\nLMDDav7v3Aun+kbfYNucpllQdSNpc5Oy+fwC00fmcc4QAu4njIT/rEUNE1yDMuAl\npYYsfPQS\n-----END CERTIFICATE-----\n\n# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068\n# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068\n# Label: \"Firmaprofesional Root CA\"\n# Serial: 1\n# MD5 Fingerprint: 11:92:79:40:3c:b1:83:40:e5:ab:66:4a:67:92:80:df\n# SHA1 Fingerprint: a9:62:8f:4b:98:a9:1b:48:35:ba:d2:c1:46:32:86:bb:66:64:6a:8c\n# SHA256 Fingerprint: c1:cf:0b:52:09:64:35:e3:f1:b7:1d:aa:ec:45:5a:23:11:c8:40:4f:55:83:a9:e2:13:c6:9d:85:7d:94:33:05\n-----BEGIN CERTIFICATE-----\nMIIEVzCCAz+gAwIBAgIBATANBgkqhkiG9w0BAQUFADCBnTELMAkGA1UEBhMCRVMx\nIjAgBgNVBAcTGUMvIE11bnRhbmVyIDI0NCBCYXJjZWxvbmExQjBABgNVBAMTOUF1\ndG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1hcHJvZmVzaW9uYWwgQ0lGIEE2\nMjYzNDA2ODEmMCQGCSqGSIb3DQEJARYXY2FAZmlybWFwcm9mZXNpb25hbC5jb20w\nHhcNMDExMDI0MjIwMDAwWhcNMTMxMDI0MjIwMDAwWjCBnTELMAkGA1UEBhMCRVMx\nIjAgBgNVBAcTGUMvIE11bnRhbmVyIDI0NCBCYXJjZWxvbmExQjBABgNVBAMTOUF1\ndG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1hcHJvZmVzaW9uYWwgQ0lGIEE2\nMjYzNDA2ODEmMCQGCSqGSIb3DQEJARYXY2FAZmlybWFwcm9mZXNpb25hbC5jb20w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDnIwNvbyOlXnjOlSztlB5u\nCp4Bx+ow0Syd3Tfom5h5VtP8c9/Qit5Vj1H5WuretXDE7aTt/6MNbg9kUDGvASdY\nrv5sp0ovFy3Tc9UTHI9ZpTQsHVQERc1ouKDAA6XPhUJHlShbz++AbOCQl4oBPB3z\nhxAwJkh91/zpnZFx/0GaqUC1N5wpIE8fUuOgfRNtVLcK3ulqTgesrBlf3H5idPay\nBQC6haD9HThuy1q7hryUZzM1gywfI834yJFxzJeL764P3CkDG8A563DtwW4O2GcL\niam8NeTvtjS0pbbELaW+0MOUJEjb35bTALVmGotmBQ/dPz/LP6pemkr4tErvlTcb\nAgMBAAGjgZ8wgZwwKgYDVR0RBCMwIYYfaHR0cDovL3d3dy5maXJtYXByb2Zlc2lv\nbmFsLmNvbTASBgNVHRMBAf8ECDAGAQH/AgEBMCsGA1UdEAQkMCKADzIwMDExMDI0\nMjIwMDAwWoEPMjAxMzEwMjQyMjAwMDBaMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4E\nFgQUMwugZtHq2s7eYpMEKFK1FH84aLcwDQYJKoZIhvcNAQEFBQADggEBAEdz/o0n\nVPD11HecJ3lXV7cVVuzH2Fi3AQL0M+2TUIiefEaxvT8Ub/GzR0iLjJcG1+p+o1wq\nu00vR+L4OQbJnC4xGgN49Lw4xiKLMzHwFgQEffl25EvXwOaD7FnMP97/T2u3Z36m\nhoEyIwOdyPdfwUpgpZKpsaSgYMN4h7Mi8yrrW6ntBas3D7Hi05V2Y1Z0jFhyGzfl\nZKG+TQyTmAyX9odtsz/ny4Cm7YjHX1BiAuiZdBbQ5rQ58SfLyEDW44YQqSMSkuBp\nQWOnryULwMWSyx6Yo1q6xTMPoJcB3X/ge9YGVM+h4k0460tQtcsm9MracEpqoeJ5\nquGnM/b9Sh/22WA=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Swisscom Root CA 1 O=Swisscom OU=Digital Certificate Services\n# Subject: CN=Swisscom Root CA 1 O=Swisscom OU=Digital Certificate Services\n# Label: \"Swisscom Root CA 1\"\n# Serial: 122348795730808398873664200247279986742\n# MD5 Fingerprint: f8:38:7c:77:88:df:2c:16:68:2e:c2:e2:52:4b:b8:f9\n# SHA1 Fingerprint: 5f:3a:fc:0a:8b:64:f6:86:67:34:74:df:7e:a9:a2:fe:f9:fa:7a:51\n# SHA256 Fingerprint: 21:db:20:12:36:60:bb:2e:d4:18:20:5d:a1:1e:e7:a8:5a:65:e2:bc:6e:55:b5:af:7e:78:99:c8:a2:66:d9:2e\n-----BEGIN CERTIFICATE-----\nMIIF2TCCA8GgAwIBAgIQXAuFXAvnWUHfV8w/f52oNjANBgkqhkiG9w0BAQUFADBk\nMQswCQYDVQQGEwJjaDERMA8GA1UEChMIU3dpc3Njb20xJTAjBgNVBAsTHERpZ2l0\nYWwgQ2VydGlmaWNhdGUgU2VydmljZXMxGzAZBgNVBAMTElN3aXNzY29tIFJvb3Qg\nQ0EgMTAeFw0wNTA4MTgxMjA2MjBaFw0yNTA4MTgyMjA2MjBaMGQxCzAJBgNVBAYT\nAmNoMREwDwYDVQQKEwhTd2lzc2NvbTElMCMGA1UECxMcRGlnaXRhbCBDZXJ0aWZp\nY2F0ZSBTZXJ2aWNlczEbMBkGA1UEAxMSU3dpc3Njb20gUm9vdCBDQSAxMIICIjAN\nBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA0LmwqAzZuz8h+BvVM5OAFmUgdbI9\nm2BtRsiMMW8Xw/qabFbtPMWRV8PNq5ZJkCoZSx6jbVfd8StiKHVFXqrWW/oLJdih\nFvkcxC7mlSpnzNApbjyFNDhhSbEAn9Y6cV9Nbc5fuankiX9qUvrKm/LcqfmdmUc/\nTilftKaNXXsLmREDA/7n29uj/x2lzZAeAR81sH8A25Bvxn570e56eqeqDFdvpG3F\nEzuwpdntMhy0XmeLVNxzh+XTF3xmUHJd1BpYwdnP2IkCb6dJtDZd0KTeByy2dbco\nkdaXvij1mB7qWybJvbCXc9qukSbraMH5ORXWZ0sKbU/Lz7DkQnGMU3nn7uHbHaBu\nHYwadzVcFh4rUx80i9Fs/PJnB3r1re3WmquhsUvhzDdf/X/NTa64H5xD+SpYVUNF\nvJbNcA78yeNmuk6NO4HLFWR7uZToXTNShXEuT46iBhFRyePLoW4xCGQMwtI89Tbo\n19AOeCMgkckkKmUpWyL3Ic6DXqTz3kvTaI9GdVyDCW4pa8RwjPWd1yAv/0bSKzjC\nL3UcPX7ape8eYIVpQtPM+GP+HkM5haa2Y0EQs3MevNP6yn0WR+Kn1dCjigoIlmJW\nbjTb2QK5MHXjBNLnj8KwEUAKrNVxAmKLMb7dxiNYMUJDLXT5xp6mig/p/r+D5kNX\nJLrvRjSq1xIBOO0CAwEAAaOBhjCBgzAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0hBBYw\nFDASBgdghXQBUwABBgdghXQBUwABMBIGA1UdEwEB/wQIMAYBAf8CAQcwHwYDVR0j\nBBgwFoAUAyUv3m+CATpcLNwroWm1Z9SM0/0wHQYDVR0OBBYEFAMlL95vggE6XCzc\nK6FptWfUjNP9MA0GCSqGSIb3DQEBBQUAA4ICAQA1EMvspgQNDQ/NwNurqPKIlwzf\nky9NfEBWMXrrpA9gzXrzvsMnjgM+pN0S734edAY8PzHyHHuRMSG08NBsl9Tpl7Ik\nVh5WwzW9iAUPWxAaZOHHgjD5Mq2eUCzneAXQMbFamIp1TpBcahQq4FJHgmDmHtqB\nsfsUC1rxn9KVuj7QG9YVHaO+htXbD8BJZLsuUBlL0iT43R4HVtA4oJVwIHaM190e\n3p9xxCPvgxNcoyQVTSlAPGrEqdi3pkSlDfTgnXceQHAm/NrZNuR55LU/vJtlvrsR\nls/bxig5OgjOR1tTWsWZ/l2p3e9M1MalrQLmjAcSHm8D0W+go/MpvRLHUKKwf4ip\nmXeascClOS5cfGniLLDqN2qk4Vrh9VDlg++luyqI54zb/W1elxmofmZ1a3Hqv7HH\nb6D0jqTsNFFbjCYDcKF31QESVwA12yPeDooomf2xEG9L/zgtYE4snOtnta1J7ksf\nrK/7DZBaZmBwXarNeNQk7shBoJMBkpxqnvy5JMWzFYJ+vq6VK+uxwNrjAWALXmms\nhFZhvnEX/h0TD/7Gh0Xp/jKgGg0TpJRVcaUWi7rKibCyx/yP2FS1k2Kdzs9Z+z0Y\nzirLNRWCXf9UIltxUvu3yf5gmwBBZPCqKuy2QkPOiWaByIufOVQDJdMWNY6E0F/6\nMBr1mmz0DlP5OlvRHA==\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert Assured ID Root CA\"\n# Serial: 17154717934120587862167794914071425081\n# MD5 Fingerprint: 87:ce:0b:7b:2a:0e:49:00:e1:58:71:9b:37:a8:93:72\n# SHA1 Fingerprint: 05:63:b8:63:0d:62:d7:5a:bb:c8:ab:1e:4b:df:b5:a8:99:b2:4d:43\n# SHA256 Fingerprint: 3e:90:99:b5:01:5e:8f:48:6c:00:bc:ea:9d:11:1e:e7:21:fa:ba:35:5a:89:bc:f1:df:69:56:1e:3d:c6:32:5c\n-----BEGIN CERTIFICATE-----\nMIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\nd3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv\nb3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG\nEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl\ncnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi\nMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c\nJpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP\nmDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+\nwRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4\nVYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/\nAUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB\nAAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW\nBBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun\npyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC\ndWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf\nfwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm\nNW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx\nH2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe\n+o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g==\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert Global Root CA\"\n# Serial: 10944719598952040374951832963794454346\n# MD5 Fingerprint: 79:e4:a9:84:0d:7d:3a:96:d7:c0:4f:e2:43:4c:89:2e\n# SHA1 Fingerprint: a8:98:5d:3a:65:e5:e5:c4:b2:d7:d6:6d:40:c6:dd:2f:b1:9c:54:36\n# SHA256 Fingerprint: 43:48:a0:e9:44:4c:78:cb:26:5e:05:8d:5e:89:44:b4:d8:4f:96:62:bd:26:db:25:7f:89:34:a4:43:c7:01:61\n-----BEGIN CERTIFICATE-----\nMIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\nd3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD\nQTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT\nMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j\nb20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG\n9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB\nCSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97\nnh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt\n43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P\nT19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4\ngdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO\nBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR\nTLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw\nDQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr\nhMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg\n06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF\nPnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls\nYSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk\nCAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4=\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert High Assurance EV Root CA\"\n# Serial: 3553400076410547919724730734378100087\n# MD5 Fingerprint: d4:74:de:57:5c:39:b2:d3:9c:85:83:c5:c0:65:49:8a\n# SHA1 Fingerprint: 5f:b7:ee:06:33:e2:59:db:ad:0c:4c:9a:e6:d3:8f:1a:61:c7:dc:25\n# SHA256 Fingerprint: 74:31:e5:f4:c3:c1:ce:46:90:77:4f:0b:61:e0:54:40:88:3b:a9:a0:1e:d0:0b:a6:ab:d7:80:6e:d3:b1:18:cf\n-----BEGIN CERTIFICATE-----\nMIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\nd3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j\nZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL\nMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3\nLmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug\nRVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm\n+9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW\nPNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM\nxChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB\nIk5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3\nhzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg\nEsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF\nMAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA\nFLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec\nnzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z\neM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF\nhS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2\nYzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe\nvEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep\n+OkuE6N36B9K\n-----END CERTIFICATE-----\n\n# Issuer: CN=Class 2 Primary CA O=Certplus\n# Subject: CN=Class 2 Primary CA O=Certplus\n# Label: \"Certplus Class 2 Primary CA\"\n# Serial: 177770208045934040241468760488327595043\n# MD5 Fingerprint: 88:2c:8c:52:b8:a2:3c:f3:f7:bb:03:ea:ae:ac:42:0b\n# SHA1 Fingerprint: 74:20:74:41:72:9c:dd:92:ec:79:31:d8:23:10:8d:c2:81:92:e2:bb\n# SHA256 Fingerprint: 0f:99:3c:8a:ef:97:ba:af:56:87:14:0e:d5:9a:d1:82:1b:b4:af:ac:f0:aa:9a:58:b5:d5:7a:33:8a:3a:fb:cb\n-----BEGIN CERTIFICATE-----\nMIIDkjCCAnqgAwIBAgIRAIW9S/PY2uNp9pTXX8OlRCMwDQYJKoZIhvcNAQEFBQAw\nPTELMAkGA1UEBhMCRlIxETAPBgNVBAoTCENlcnRwbHVzMRswGQYDVQQDExJDbGFz\ncyAyIFByaW1hcnkgQ0EwHhcNOTkwNzA3MTcwNTAwWhcNMTkwNzA2MjM1OTU5WjA9\nMQswCQYDVQQGEwJGUjERMA8GA1UEChMIQ2VydHBsdXMxGzAZBgNVBAMTEkNsYXNz\nIDIgUHJpbWFyeSBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANxQ\nltAS+DXSCHh6tlJw/W/uz7kRy1134ezpfgSN1sxvc0NXYKwzCkTsA18cgCSR5aiR\nVhKC9+Ar9NuuYS6JEI1rbLqzAr3VNsVINyPi8Fo3UjMXEuLRYE2+L0ER4/YXJQyL\nkcAbmXuZVg2v7tK8R1fjeUl7NIknJITesezpWE7+Tt9avkGtrAjFGA7v0lPubNCd\nEgETjdyAYveVqUSISnFOYFWe2yMZeVYHDD9jC1yw4r5+FfyUM1hBOHTE4Y+L3yas\nH7WLO7dDWWuwJKZtkIvEcupdM5i3y95ee++U8Rs+yskhwcWYAqqi9lt3m/V+llU0\nHGdpwPFC40es/CgcZlUCAwEAAaOBjDCBiTAPBgNVHRMECDAGAQH/AgEKMAsGA1Ud\nDwQEAwIBBjAdBgNVHQ4EFgQU43Mt38sOKAze3bOkynm4jrvoMIkwEQYJYIZIAYb4\nQgEBBAQDAgEGMDcGA1UdHwQwMC4wLKAqoCiGJmh0dHA6Ly93d3cuY2VydHBsdXMu\nY29tL0NSTC9jbGFzczIuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQCnVM+IRBnL39R/\nAN9WM2K191EBkOvDP9GIROkkXe/nFL0gt5o8AP5tn9uQ3Nf0YtaLcF3n5QRIqWh8\nyfFC82x/xXp8HVGIutIKPidd3i1RTtMTZGnkLuPT55sJmabglZvOGtd/vjzOUrMR\nFcEPF80Du5wlFbqidon8BvEY0JNLDnyCt6X09l/+7UCmnYR0ObncHoUW2ikbhiMA\nybuJfm6AiB4vFLQDJKgybwOaRywwvlbGp0ICcBvqQNi6BQNwB6SW//1IMwrh3KWB\nkJtN3X3n57LNXMhqlfil9o3EXXgIvnsG1knPGTZQIy4I5p4FTUcY1Rbpsda2ENW7\nl7+ijrRU\n-----END CERTIFICATE-----\n\n# Issuer: CN=DST Root CA X3 O=Digital Signature Trust Co.\n# Subject: CN=DST Root CA X3 O=Digital Signature Trust Co.\n# Label: \"DST Root CA X3\"\n# Serial: 91299735575339953335919266965803778155\n# MD5 Fingerprint: 41:03:52:dc:0f:f7:50:1b:16:f0:02:8e:ba:6f:45:c5\n# SHA1 Fingerprint: da:c9:02:4f:54:d8:f6:df:94:93:5f:b1:73:26:38:ca:6a:d7:7c:13\n# SHA256 Fingerprint: 06:87:26:03:31:a7:24:03:d9:09:f1:05:e6:9b:cf:0d:32:e1:bd:24:93:ff:c6:d9:20:6d:11:bc:d6:77:07:39\n-----BEGIN CERTIFICATE-----\nMIIDSjCCAjKgAwIBAgIQRK+wgNajJ7qJMDmGLvhAazANBgkqhkiG9w0BAQUFADA/\nMSQwIgYDVQQKExtEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdCBDby4xFzAVBgNVBAMT\nDkRTVCBSb290IENBIFgzMB4XDTAwMDkzMDIxMTIxOVoXDTIxMDkzMDE0MDExNVow\nPzEkMCIGA1UEChMbRGlnaXRhbCBTaWduYXR1cmUgVHJ1c3QgQ28uMRcwFQYDVQQD\nEw5EU1QgUm9vdCBDQSBYMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB\nAN+v6ZdQCINXtMxiZfaQguzH0yxrMMpb7NnDfcdAwRgUi+DoM3ZJKuM/IUmTrE4O\nrz5Iy2Xu/NMhD2XSKtkyj4zl93ewEnu1lcCJo6m67XMuegwGMoOifooUMM0RoOEq\nOLl5CjH9UL2AZd+3UWODyOKIYepLYYHsUmu5ouJLGiifSKOeDNoJjj4XLh7dIN9b\nxiqKqy69cK3FCxolkHRyxXtqqzTWMIn/5WgTe1QLyNau7Fqckh49ZLOMxt+/yUFw\n7BZy1SbsOFU5Q9D8/RhcQPGX69Wam40dutolucbY38EVAjqr2m7xPi71XAicPNaD\naeQQmxkqtilX4+U9m5/wAl0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNV\nHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFMSnsaR7LHH62+FLkHX/xBVghYkQMA0GCSqG\nSIb3DQEBBQUAA4IBAQCjGiybFwBcqR7uKGY3Or+Dxz9LwwmglSBd49lZRNI+DT69\nikugdB/OEIKcdBodfpga3csTS7MgROSR6cz8faXbauX+5v3gTt23ADq1cEmv8uXr\nAvHRAosZy5Q6XkjEGB5YGV8eAlrwDPGxrancWYaLbumR9YbK+rlmM6pZW87ipxZz\nR8srzJmwN0jP41ZL9c8PDHIyh8bwRLtTcm1D9SZImlJnt1ir/md2cXjbDaJWFBM5\nJDGFoqgCWjBH4d1QB7wCCZAA62RjYJsWvIjJEubSfZGL+T0yjWW06XyxV3bqxbYo\nOb8VZRzI9neWagqNdwvYkQsEjgfbKbYK7p2CNTUQ\n-----END CERTIFICATE-----\n\n# Issuer: CN=DST ACES CA X6 O=Digital Signature Trust OU=DST ACES\n# Subject: CN=DST ACES CA X6 O=Digital Signature Trust OU=DST ACES\n# Label: \"DST ACES CA X6\"\n# Serial: 17771143917277623872238992636097467865\n# MD5 Fingerprint: 21:d8:4c:82:2b:99:09:33:a2:eb:14:24:8d:8e:5f:e8\n# SHA1 Fingerprint: 40:54:da:6f:1c:3f:40:74:ac:ed:0f:ec:cd:db:79:d1:53:fb:90:1d\n# SHA256 Fingerprint: 76:7c:95:5a:76:41:2c:89:af:68:8e:90:a1:c7:0f:55:6c:fd:6b:60:25:db:ea:10:41:6d:7e:b6:83:1f:8c:40\n-----BEGIN CERTIFICATE-----\nMIIECTCCAvGgAwIBAgIQDV6ZCtadt3js2AdWO4YV2TANBgkqhkiG9w0BAQUFADBb\nMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXRGlnaXRhbCBTaWduYXR1cmUgVHJ1c3Qx\nETAPBgNVBAsTCERTVCBBQ0VTMRcwFQYDVQQDEw5EU1QgQUNFUyBDQSBYNjAeFw0w\nMzExMjAyMTE5NThaFw0xNzExMjAyMTE5NThaMFsxCzAJBgNVBAYTAlVTMSAwHgYD\nVQQKExdEaWdpdGFsIFNpZ25hdHVyZSBUcnVzdDERMA8GA1UECxMIRFNUIEFDRVMx\nFzAVBgNVBAMTDkRTVCBBQ0VTIENBIFg2MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A\nMIIBCgKCAQEAuT31LMmU3HWKlV1j6IR3dma5WZFcRt2SPp/5DgO0PWGSvSMmtWPu\nktKe1jzIDZBfZIGxqAgNTNj50wUoUrQBJcWVHAx+PhCEdc/BGZFjz+iokYi5Q1K7\ngLFViYsx+tC3dr5BPTCapCIlF3PoHuLTrCq9Wzgh1SpL11V94zpVvddtawJXa+ZH\nfAjIgrrep4c9oW24MFbCswKBXy314powGCi4ZtPLAZZv6opFVdbgnf9nKxcCpk4a\nahELfrd755jWjHZvwTvbUJN+5dCOHze4vbrGn2zpfDPyMjwmR/onJALJfh1biEIT\najV8fTXpLmaRcpPVMibEdPVTo7NdmvYJywIDAQABo4HIMIHFMA8GA1UdEwEB/wQF\nMAMBAf8wDgYDVR0PAQH/BAQDAgHGMB8GA1UdEQQYMBaBFHBraS1vcHNAdHJ1c3Rk\nc3QuY29tMGIGA1UdIARbMFkwVwYKYIZIAWUDAgEBATBJMEcGCCsGAQUFBwIBFjto\ndHRwOi8vd3d3LnRydXN0ZHN0LmNvbS9jZXJ0aWZpY2F0ZXMvcG9saWN5L0FDRVMt\naW5kZXguaHRtbDAdBgNVHQ4EFgQUCXIGThhDD+XWzMNqizF7eI+og7gwDQYJKoZI\nhvcNAQEFBQADggEBAKPYjtay284F5zLNAdMEA+V25FYrnJmQ6AgwbN99Pe7lv7Uk\nQIRJ4dEorsTCOlMwiPH1d25Ryvr/ma8kXxug/fKshMrfqfBfBC6tFr8hlxCBPeP/\nh40y3JTlR4peahPJlJU90u7INJXQgNStMgiAVDzgvVJT11J8smk/f3rPanTK+gQq\nnExaBqXpIK1FZg9p8d2/6eMyi/rgwYZNcjwu2JN4Cir42NInPRmJX1p7ijvMDNpR\nrscL9yuwNwXsvFcj4jjSm2jzVhKIT0J8uDHEtdvkyCE06UgRNe76x5JXxZ805Mf2\n9w4LTJxoeHtxMcfrHuBnQfO3oKfN5XozNmr6mis=\n-----END CERTIFICATE-----\n\n# Issuer: CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı O=(c) 2005 TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş.\n# Subject: CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı O=(c) 2005 TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş.\n# Label: \"TURKTRUST Certificate Services Provider Root 1\"\n# Serial: 1\n# MD5 Fingerprint: f1:6a:22:18:c9:cd:df:ce:82:1d:1d:b7:78:5c:a9:a5\n# SHA1 Fingerprint: 79:98:a3:08:e1:4d:65:85:e6:c2:1e:15:3a:71:9f:ba:5a:d3:4a:d9\n# SHA256 Fingerprint: 44:04:e3:3b:5e:14:0d:cf:99:80:51:fd:fc:80:28:c7:c8:16:15:c5:ee:73:7b:11:1b:58:82:33:a9:b5:35:a0\n-----BEGIN CERTIFICATE-----\nMIID+zCCAuOgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBtzE/MD0GA1UEAww2VMOc\nUktUUlVTVCBFbGVrdHJvbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sx\nc8SxMQswCQYDVQQGDAJUUjEPMA0GA1UEBwwGQU5LQVJBMVYwVAYDVQQKDE0oYykg\nMjAwNSBUw5xSS1RSVVNUIEJpbGdpIMSwbGV0acWfaW0gdmUgQmlsacWfaW0gR8O8\ndmVubGnEn2kgSGl6bWV0bGVyaSBBLsWeLjAeFw0wNTA1MTMxMDI3MTdaFw0xNTAz\nMjIxMDI3MTdaMIG3MT8wPQYDVQQDDDZUw5xSS1RSVVNUIEVsZWt0cm9uaWsgU2Vy\ndGlmaWthIEhpem1ldCBTYcSfbGF5xLFjxLFzxLExCzAJBgNVBAYMAlRSMQ8wDQYD\nVQQHDAZBTktBUkExVjBUBgNVBAoMTShjKSAyMDA1IFTDnFJLVFJVU1QgQmlsZ2kg\nxLBsZXRpxZ9pbSB2ZSBCaWxpxZ9pbSBHw7x2ZW5sacSfaSBIaXptZXRsZXJpIEEu\nxZ4uMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAylIF1mMD2Bxf3dJ7\nXfIMYGFbazt0K3gNfUW9InTojAPBxhEqPZW8qZSwu5GXyGl8hMW0kWxsE2qkVa2k\nheiVfrMArwDCBRj1cJ02i67L5BuBf5OI+2pVu32Fks66WJ/bMsW9Xe8iSi9BB35J\nYbOG7E6mQW6EvAPs9TscyB/C7qju6hJKjRTP8wrgUDn5CDX4EVmt5yLqS8oUBt5C\nurKZ8y1UiBAG6uEaPj1nH/vO+3yC6BFdSsG5FOpU2WabfIl9BJpiyelSPJ6c79L1\nJuTm5Rh8i27fbMx4W09ysstcP4wFjdFMjK2Sx+F4f2VsSQZQLJ4ywtdKxnWKWU51\nb0dewQIDAQABoxAwDjAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4IBAQAV\n9VX/N5aAWSGk/KEVTCD21F/aAyT8z5Aa9CEKmu46sWrv7/hg0Uw2ZkUd82YCdAR7\nkjCo3gp2D++Vbr3JN+YaDayJSFvMgzbC9UZcWYJWtNX+I7TYVBxEq8Sn5RTOPEFh\nfEPmzcSBCYsk+1Ql1haolgxnB2+zUEfjHCQo3SqYpGH+2+oSN7wBGjSFvW5P55Fy\nB0SFHljKVETd96y5y4khctuPwGkplyqjrhgjlxxBKot8KsF8kOipKMDTkcatKIdA\naLX/7KfS0zgYnNN9aV3wxqUeJBujR/xpB2jn5Jq07Q+hh4cCzofSSE7hvP/L8XKS\nRGQDJereW26fyfJOrN3H\n-----END CERTIFICATE-----\n\n# Issuer: CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı O=TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş. (c) Kasım 2005\n# Subject: CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı O=TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş. (c) Kasım 2005\n# Label: \"TURKTRUST Certificate Services Provider Root 2\"\n# Serial: 1\n# MD5 Fingerprint: 37:a5:6e:d4:b1:25:84:97:b7:fd:56:15:7a:f9:a2:00\n# SHA1 Fingerprint: b4:35:d4:e1:11:9d:1c:66:90:a7:49:eb:b3:94:bd:63:7b:a7:82:b7\n# SHA256 Fingerprint: c4:70:cf:54:7e:23:02:b9:77:fb:29:dd:71:a8:9a:7b:6c:1f:60:77:7b:03:29:f5:60:17:f3:28:bf:4f:6b:e6\n-----BEGIN CERTIFICATE-----\nMIIEPDCCAySgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBvjE/MD0GA1UEAww2VMOc\nUktUUlVTVCBFbGVrdHJvbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sx\nc8SxMQswCQYDVQQGEwJUUjEPMA0GA1UEBwwGQW5rYXJhMV0wWwYDVQQKDFRUw5xS\nS1RSVVNUIEJpbGdpIMSwbGV0acWfaW0gdmUgQmlsacWfaW0gR8O8dmVubGnEn2kg\nSGl6bWV0bGVyaSBBLsWeLiAoYykgS2FzxLFtIDIwMDUwHhcNMDUxMTA3MTAwNzU3\nWhcNMTUwOTE2MTAwNzU3WjCBvjE/MD0GA1UEAww2VMOcUktUUlVTVCBFbGVrdHJv\nbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sxc8SxMQswCQYDVQQGEwJU\nUjEPMA0GA1UEBwwGQW5rYXJhMV0wWwYDVQQKDFRUw5xSS1RSVVNUIEJpbGdpIMSw\nbGV0acWfaW0gdmUgQmlsacWfaW0gR8O8dmVubGnEn2kgSGl6bWV0bGVyaSBBLsWe\nLiAoYykgS2FzxLFtIDIwMDUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB\nAQCpNn7DkUNMwxmYCMjHWHtPFoylzkkBH3MOrHUTpvqeLCDe2JAOCtFp0if7qnef\nJ1Il4std2NiDUBd9irWCPwSOtNXwSadktx4uXyCcUHVPr+G1QRT0mJKIx+XlZEdh\nR3n9wFHxwZnn3M5q+6+1ATDcRhzviuyV79z/rxAc653YsKpqhRgNF8k+v/Gb0AmJ\nQv2gQrSdiVFVKc8bcLyEVK3BEx+Y9C52YItdP5qtygy/p1Zbj3e41Z55SZI/4PGX\nJHpsmxcPbe9TmJEr5A++WXkHeLuXlfSfadRYhwqp48y2WBmfJiGxxFmNskF1wK1p\nzpwACPI2/z7woQ8arBT9pmAPAgMBAAGjQzBBMB0GA1UdDgQWBBTZN7NOBf3Zz58S\nFq62iS/rJTqIHDAPBgNVHQ8BAf8EBQMDBwYAMA8GA1UdEwEB/wQFMAMBAf8wDQYJ\nKoZIhvcNAQEFBQADggEBAHJglrfJ3NgpXiOFX7KzLXb7iNcX/nttRbj2hWyfIvwq\nECLsqrkw9qtY1jkQMZkpAL2JZkH7dN6RwRgLn7Vhy506vvWolKMiVW4XSf/SKfE4\nJl3vpao6+XF75tpYHdN0wgH6PmlYX63LaL4ULptswLbcoCb6dxriJNoaN+BnrdFz\ngw2lGh1uEpJ+hGIAF728JRhX8tepb1mIvDS3LoV4nZbcFMMsilKbloxSZj2GFotH\nuFEJjOp9zYhys2AzsfAKRO8P9Qk3iCQOLGsgOqL6EfJANZxEaGM7rDNvY7wsu/LS\ny3Z9fYjYHcgFHW68lKlmjHdxx/qR+i9Rnuk5UrbnBEI=\n-----END CERTIFICATE-----\n\n# Issuer: CN=SwissSign Gold CA - G2 O=SwissSign AG\n# Subject: CN=SwissSign Gold CA - G2 O=SwissSign AG\n# Label: \"SwissSign Gold CA - G2\"\n# Serial: 13492815561806991280\n# MD5 Fingerprint: 24:77:d9:a8:91:d1:3b:fa:88:2d:c2:ff:f8:cd:33:93\n# SHA1 Fingerprint: d8:c5:38:8a:b7:30:1b:1b:6e:d4:7a:e6:45:25:3a:6f:9f:1a:27:61\n# SHA256 Fingerprint: 62:dd:0b:e9:b9:f5:0a:16:3e:a0:f8:e7:5c:05:3b:1e:ca:57:ea:55:c8:68:8f:64:7c:68:81:f2:c8:35:7b:95\n-----BEGIN CERTIFICATE-----\nMIIFujCCA6KgAwIBAgIJALtAHEP1Xk+wMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNV\nBAYTAkNIMRUwEwYDVQQKEwxTd2lzc1NpZ24gQUcxHzAdBgNVBAMTFlN3aXNzU2ln\nbiBHb2xkIENBIC0gRzIwHhcNMDYxMDI1MDgzMDM1WhcNMzYxMDI1MDgzMDM1WjBF\nMQswCQYDVQQGEwJDSDEVMBMGA1UEChMMU3dpc3NTaWduIEFHMR8wHQYDVQQDExZT\nd2lzc1NpZ24gR29sZCBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC\nCgKCAgEAr+TufoskDhJuqVAtFkQ7kpJcyrhdhJJCEyq8ZVeCQD5XJM1QiyUqt2/8\n76LQwB8CJEoTlo8jE+YoWACjR8cGp4QjK7u9lit/VcyLwVcfDmJlD909Vopz2q5+\nbbqBHH5CjCA12UNNhPqE21Is8w4ndwtrvxEvcnifLtg+5hg3Wipy+dpikJKVyh+c\n6bM8K8vzARO/Ws/BtQpgvd21mWRTuKCWs2/iJneRjOBiEAKfNA+k1ZIzUd6+jbqE\nemA8atufK+ze3gE/bk3lUIbLtK/tREDFylqM2tIrfKjuvqblCqoOpd8FUrdVxyJd\nMmqXl2MT28nbeTZ7hTpKxVKJ+STnnXepgv9VHKVxaSvRAiTysybUa9oEVeXBCsdt\nMDeQKuSeFDNeFhdVxVu1yzSJkvGdJo+hB9TGsnhQ2wwMC3wLjEHXuendjIj3o02y\nMszYF9rNt85mndT9Xv+9lz4pded+p2JYryU0pUHHPbwNUMoDAw8IWh+Vc3hiv69y\nFGkOpeUDDniOJihC8AcLYiAQZzlG+qkDzAQ4embvIIO1jEpWjpEA/I5cgt6IoMPi\naG59je883WX0XaxR7ySArqpWl2/5rX3aYT+YdzylkbYcjCbaZaIJbcHiVOO5ykxM\ngI93e2CaHt+28kgeDrpOVG2Y4OGiGqJ3UM/EY5LsRxmd6+ZrzsECAwEAAaOBrDCB\nqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUWyV7\nlqRlUX64OfPAeGZe6Drn8O4wHwYDVR0jBBgwFoAUWyV7lqRlUX64OfPAeGZe6Drn\n8O4wRgYDVR0gBD8wPTA7BglghXQBWQECAQEwLjAsBggrBgEFBQcCARYgaHR0cDov\nL3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIBACe6\n45R88a7A3hfm5djV9VSwg/S7zV4Fe0+fdWavPOhWfvxyeDgD2StiGwC5+OlgzczO\nUYrHUDFu4Up+GC9pWbY9ZIEr44OE5iKHjn3g7gKZYbge9LgriBIWhMIxkziWMaa5\nO1M/wySTVltpkuzFwbs4AOPsF6m43Md8AYOfMke6UiI0HTJ6CVanfCU2qT1L2sCC\nbwq7EsiHSycR+R4tx5M/nttfJmtS2S6K8RTGRI0Vqbe/vd6mGu6uLftIdxf+u+yv\nGPUqUfA5hJeVbG4bwyvEdGB5JbAKJ9/fXtI5z0V9QkvfsywexcZdylU6oJxpmo/a\n77KwPJ+HbBIrZXAVUjEaJM9vMSNQH4xPjyPDdEFjHFWoFN0+4FFQz/EbMFYOkrCC\nhdiDyyJkvC24JdVUorgG6q2SpCSgwYa1ShNqR88uC1aVVMvOmttqtKay20EIhid3\n92qgQmwLOM7XdVAyksLfKzAiSNDVQTglXaTpXZ/GlHXQRf0wl0OPkKsKx4ZzYEpp\nLd6leNcG2mqeSz53OiATIgHQv2ieY2BrNU0LbbqhPcCT4H8js1WtciVORvnSFu+w\nZMEBnunKoGqYDs/YYPIvSbjkQuE4NRb0yG5P94FW6LqjviOvrv1vA+ACOzB2+htt\nQc8Bsem4yWb02ybzOqR08kkkW8mw0FfB+j564ZfJ\n-----END CERTIFICATE-----\n\n# Issuer: CN=SwissSign Silver CA - G2 O=SwissSign AG\n# Subject: CN=SwissSign Silver CA - G2 O=SwissSign AG\n# Label: \"SwissSign Silver CA - G2\"\n# Serial: 5700383053117599563\n# MD5 Fingerprint: e0:06:a1:c9:7d:cf:c9:fc:0d:c0:56:75:96:d8:62:13\n# SHA1 Fingerprint: 9b:aa:e5:9f:56:ee:21:cb:43:5a:be:25:93:df:a7:f0:40:d1:1d:cb\n# SHA256 Fingerprint: be:6c:4d:a2:bb:b9:ba:59:b6:f3:93:97:68:37:42:46:c3:c0:05:99:3f:a9:8f:02:0d:1d:ed:be:d4:8a:81:d5\n-----BEGIN CERTIFICATE-----\nMIIFvTCCA6WgAwIBAgIITxvUL1S7L0swDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UE\nBhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMYU3dpc3NTaWdu\nIFNpbHZlciBDQSAtIEcyMB4XDTA2MTAyNTA4MzI0NloXDTM2MTAyNTA4MzI0Nlow\nRzELMAkGA1UEBhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMY\nU3dpc3NTaWduIFNpbHZlciBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8A\nMIICCgKCAgEAxPGHf9N4Mfc4yfjDmUO8x/e8N+dOcbpLj6VzHVxumK4DV644N0Mv\nFz0fyM5oEMF4rhkDKxD6LHmD9ui5aLlV8gREpzn5/ASLHvGiTSf5YXu6t+WiE7br\nYT7QbNHm+/pe7R20nqA1W6GSy/BJkv6FCgU+5tkL4k+73JU3/JHpMjUi0R86TieF\nnbAVlDLaYQ1HTWBCrpJH6INaUFjpiou5XaHc3ZlKHzZnu0jkg7Y360g6rw9njxcH\n6ATK72oxh9TAtvmUcXtnZLi2kUpCe2UuMGoM9ZDulebyzYLs2aFK7PayS+VFheZt\neJMELpyCbTapxDFkH4aDCyr0NQp4yVXPQbBH6TCfmb5hqAaEuSh6XzjZG6k4sIN/\nc8HDO0gqgg8hm7jMqDXDhBuDsz6+pJVpATqJAHgE2cn0mRmrVn5bi4Y5FZGkECwJ\nMoBgs5PAKrYYC51+jUnyEEp/+dVGLxmSo5mnJqy7jDzmDrxHB9xzUfFwZC8I+bRH\nHTBsROopN4WSaGa8gzj+ezku01DwH/teYLappvonQfGbGHLy9YR0SslnxFSuSGTf\njNFusB3hB48IHpmccelM2KX3RxIfdNFRnobzwqIjQAtz20um53MGjMGg6cFZrEb6\n5i/4z3GcRm25xBWNOHkDRUjvxF3XCO6HOSKGsg0PWEP3calILv3q1h8CAwEAAaOB\nrDCBqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU\nF6DNweRBtjpbO8tFnb0cwpj6hlgwHwYDVR0jBBgwFoAUF6DNweRBtjpbO8tFnb0c\nwpj6hlgwRgYDVR0gBD8wPTA7BglghXQBWQEDAQEwLjAsBggrBgEFBQcCARYgaHR0\ncDovL3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIB\nAHPGgeAn0i0P4JUw4ppBf1AsX19iYamGamkYDHRJ1l2E6kFSGG9YrVBWIGrGvShp\nWJHckRE1qTodvBqlYJ7YH39FkWnZfrt4csEGDyrOj4VwYaygzQu4OSlWhDJOhrs9\nxCrZ1x9y7v5RoSJBsXECYxqCsGKrXlcSH9/L3XWgwF15kIwb4FDm3jH+mHtwX6WQ\n2K34ArZv02DdQEsixT2tOnqfGhpHkXkzuoLcMmkDlm4fS/Bx/uNncqCxv1yL5PqZ\nIseEuRuNI5c/7SXgz2W79WEE790eslpBIlqhn10s6FvJbakMDHiqYMZWjwFaDGi8\naRl5xB9+lwW/xekkUV7U1UtT7dkjWjYDZaPBA61BMPNGG4WQr2W11bHkFlt4dR2X\nem1ZqSqPe97Dh4kQmUlzeMg9vVE1dCrV8X5pGyq7O70luJpaPXJhkGaH7gzWTdQR\ndAtq/gsD/KNVV4n+SsuuWxcFyPKNIzFTONItaj+CuY0IavdeQXRuwxF+B6wpYJE/\nOMpXEA29MC/HpeZBoNquBYeaoKRlbEwJDIm6uNO5wJOKMPqN5ZprFQFOZ6raYlY+\nhAhm0sQ2fac+EPyI4NSA5QC9qvNOBqN6avlicuMJT+ubDgEj8Z+7fNzcbBGXJbLy\ntGMU0gYqZ4yD9c7qB9iaah7s5Aq7KkzrCWA5zspi2C5u\n-----END CERTIFICATE-----\n\n# Issuer: CN=GeoTrust Primary Certification Authority O=GeoTrust Inc.\n# Subject: CN=GeoTrust Primary Certification Authority O=GeoTrust Inc.\n# Label: \"GeoTrust Primary Certification Authority\"\n# Serial: 32798226551256963324313806436981982369\n# MD5 Fingerprint: 02:26:c3:01:5e:08:30:37:43:a9:d0:7d:cf:37:e6:bf\n# SHA1 Fingerprint: 32:3c:11:8e:1b:f7:b8:b6:52:54:e2:e2:10:0d:d6:02:90:37:f0:96\n# SHA256 Fingerprint: 37:d5:10:06:c5:12:ea:ab:62:64:21:f1:ec:8c:92:01:3f:c5:f8:2a:e9:8e:e5:33:eb:46:19:b8:de:b4:d0:6c\n-----BEGIN CERTIFICATE-----\nMIIDfDCCAmSgAwIBAgIQGKy1av1pthU6Y2yv2vrEoTANBgkqhkiG9w0BAQUFADBY\nMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgSW5jLjExMC8GA1UEAxMo\nR2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEx\nMjcwMDAwMDBaFw0zNjA3MTYyMzU5NTlaMFgxCzAJBgNVBAYTAlVTMRYwFAYDVQQK\nEw1HZW9UcnVzdCBJbmMuMTEwLwYDVQQDEyhHZW9UcnVzdCBQcmltYXJ5IENlcnRp\nZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC\nAQEAvrgVe//UfH1nrYNke8hCUy3f9oQIIGHWAVlqnEQRr+92/ZV+zmEwu3qDXwK9\nAWbK7hWNb6EwnL2hhZ6UOvNWiAAxz9juapYC2e0DjPt1befquFUWBRaa9OBesYjA\nZIVcFU2Ix7e64HXprQU9nceJSOC7KMgD4TCTZF5SwFlwIjVXiIrxlQqD17wxcwE0\n7e9GceBrAqg1cmuXm2bgyxx5X9gaBGgeRwLmnWDiNpcB3841kt++Z8dtd1k7j53W\nkBWUvEI0EME5+bEnPn7WinXFsq+W06Lem+SYvn3h6YGttm/81w7a4DSwDRp35+MI\nmO9Y+pyEtzavwt+s0vQQBnBxNQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4G\nA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQULNVQQZcVi/CPNmFbSvtr2ZnJM5IwDQYJ\nKoZIhvcNAQEFBQADggEBAFpwfyzdtzRP9YZRqSa+S7iq8XEN3GHHoOo0Hnp3DwQ1\n6CePbJC/kRYkRj5KTs4rFtULUh38H2eiAkUxT87z+gOneZ1TatnaYzr4gNfTmeGl\n4b7UVXGYNTq+k+qurUKykG/g/CFNNWMziUnWm07Kx+dOCQD32sfvmWKZd7aVIl6K\noKv0uHiYyjgZmclynnjNS6yvGaBzEi38wkG6gZHaFloxt/m0cYASSJlyc1pZU8Fj\nUjPtp8nSOQJw+uCxQmYpqptR7TBUIhRf2asdweSU8Pj1K/fqynhG1riR/aYNKxoU\nAT6A8EKglQdebc3MS6RFjasS6LPeWuWgfOgPIh1a6Vk=\n-----END CERTIFICATE-----\n\n# Issuer: CN=thawte Primary Root CA O=thawte, Inc. OU=Certification Services Division/(c) 2006 thawte, Inc. - For authorized use only\n# Subject: CN=thawte Primary Root CA O=thawte, Inc. OU=Certification Services Division/(c) 2006 thawte, Inc. - For authorized use only\n# Label: \"thawte Primary Root CA\"\n# Serial: 69529181992039203566298953787712940909\n# MD5 Fingerprint: 8c:ca:dc:0b:22:ce:f5:be:72:ac:41:1a:11:a8:d8:12\n# SHA1 Fingerprint: 91:c6:d6:ee:3e:8a:c8:63:84:e5:48:c2:99:29:5c:75:6c:81:7b:81\n# SHA256 Fingerprint: 8d:72:2f:81:a9:c1:13:c0:79:1d:f1:36:a2:96:6d:b2:6c:95:0a:97:1d:b4:6b:41:99:f4:ea:54:b7:8b:fb:9f\n-----BEGIN CERTIFICATE-----\nMIIEIDCCAwigAwIBAgIQNE7VVyDV7exJ9C/ON9srbTANBgkqhkiG9w0BAQUFADCB\nqTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMf\nQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIw\nMDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxHzAdBgNV\nBAMTFnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwHhcNMDYxMTE3MDAwMDAwWhcNMzYw\nNzE2MjM1OTU5WjCBqTELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5j\nLjEoMCYGA1UECxMfQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYG\nA1UECxMvKGMpIDIwMDYgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNl\nIG9ubHkxHzAdBgNVBAMTFnRoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCsoPD7gFnUnMekz52hWXMJEEUMDSxuaPFs\nW0hoSVk3/AszGcJ3f8wQLZU0HObrTQmnHNK4yZc2AreJ1CRfBsDMRJSUjQJib+ta\n3RGNKJpchJAQeg29dGYvajig4tVUROsdB58Hum/u6f1OCyn1PoSgAfGcq/gcfomk\n6KHYcWUNo1F77rzSImANuVud37r8UVsLr5iy6S7pBOhih94ryNdOwUxkHt3Ph1i6\nSk/KaAcdHJ1KxtUvkcx8cXIcxcBn6zL9yZJclNqFwJu/U30rCfSMnZEfl2pSy94J\nNqR32HuHUETVPm4pafs5SSYeCaWAe0At6+gnhcn+Yf1+5nyXHdWdAgMBAAGjQjBA\nMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBR7W0XP\nr87Lev0xkhpqtvNG61dIUDANBgkqhkiG9w0BAQUFAAOCAQEAeRHAS7ORtvzw6WfU\nDW5FvlXok9LOAz/t2iWwHVfLHjp2oEzsUHboZHIMpKnxuIvW1oeEuzLlQRHAd9mz\nYJ3rG9XRbkREqaYB7FViHXe4XI5ISXycO1cRrK1zN44veFyQaEfZYGDm/Ac9IiAX\nxPcW6cTYcvnIc3zfFi8VqT79aie2oetaupgf1eNNZAqdE8hhuvU5HIe6uL17In/2\n/qxAeeWsEG89jxt5dovEN7MhGITlNgDrYyCZuen+MwS7QcjBAvlEYyCegc5C09Y/\nLHbTY5xZ3Y+m4Q6gLkH3LpVHz7z9M/P2C2F+fpErgUfCJzDupxBdN49cOSvkBPB7\njVaMaA==\n-----END CERTIFICATE-----\n\n# Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G5 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2006 VeriSign, Inc. - For authorized use only\n# Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G5 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2006 VeriSign, Inc. - For authorized use only\n# Label: \"VeriSign Class 3 Public Primary Certification Authority - G5\"\n# Serial: 33037644167568058970164719475676101450\n# MD5 Fingerprint: cb:17:e4:31:67:3e:e2:09:fe:45:57:93:f3:0a:fa:1c\n# SHA1 Fingerprint: 4e:b6:d5:78:49:9b:1c:cf:5f:58:1e:ad:56:be:3d:9b:67:44:a5:e5\n# SHA256 Fingerprint: 9a:cf:ab:7e:43:c8:d8:80:d0:6b:26:2a:94:de:ee:e4:b4:65:99:89:c3:d0:ca:f1:9b:af:64:05:e4:1a:b7:df\n-----BEGIN CERTIFICATE-----\nMIIE0zCCA7ugAwIBAgIQGNrRniZ96LtKIVjNzGs7SjANBgkqhkiG9w0BAQUFADCB\nyjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL\nExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJp\nU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxW\nZXJpU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0\naG9yaXR5IC0gRzUwHhcNMDYxMTA4MDAwMDAwWhcNMzYwNzE2MjM1OTU5WjCByjEL\nMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW\nZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNiBWZXJpU2ln\nbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJp\nU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y\naXR5IC0gRzUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvJAgIKXo1\nnmAMqudLO07cfLw8RRy7K+D+KQL5VwijZIUVJ/XxrcgxiV0i6CqqpkKzj/i5Vbex\nt0uz/o9+B1fs70PbZmIVYc9gDaTY3vjgw2IIPVQT60nKWVSFJuUrjxuf6/WhkcIz\nSdhDY2pSS9KP6HBRTdGJaXvHcPaz3BJ023tdS1bTlr8Vd6Gw9KIl8q8ckmcY5fQG\nBO+QueQA5N06tRn/Arr0PO7gi+s3i+z016zy9vA9r911kTMZHRxAy3QkGSGT2RT+\nrCpSx4/VBEnkjWNHiDxpg8v+R70rfk/Fla4OndTRQ8Bnc+MUCH7lP59zuDMKz10/\nNIeWiu5T6CUVAgMBAAGjgbIwga8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8E\nBAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJaW1hZ2UvZ2lmMCEwHzAH\nBgUrDgMCGgQUj+XTGoasjY5rw8+AatRIGCx7GS4wJRYjaHR0cDovL2xvZ28udmVy\naXNpZ24uY29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFH/TZafC3ey78DAJ80M5+gKv\nMzEzMA0GCSqGSIb3DQEBBQUAA4IBAQCTJEowX2LP2BqYLz3q3JktvXf2pXkiOOzE\np6B4Eq1iDkVwZMXnl2YtmAl+X6/WzChl8gGqCBpH3vn5fJJaCGkgDdk+bW48DW7Y\n5gaRQBi5+MHt39tBquCWIMnNZBU4gcmU7qKEKQsTb47bDN0lAtukixlE0kF6BWlK\nWE9gyn6CagsCqiUXObXbf+eEZSqVir2G3l6BFoMtEMze/aiCKm0oHw0LxOXnGiYZ\n4fQRbxC1lfznQgUy286dUV4otp6F01vvpX1FQHKOtw5rDgb7MzVIcbidJ4vEZV8N\nhnacRHr2lVz2XTIIM6RUthg/aFzyQkqFOFSDX9HoLPKsEdao7WNq\n-----END CERTIFICATE-----\n\n# Issuer: CN=SecureTrust CA O=SecureTrust Corporation\n# Subject: CN=SecureTrust CA O=SecureTrust Corporation\n# Label: \"SecureTrust CA\"\n# Serial: 17199774589125277788362757014266862032\n# MD5 Fingerprint: dc:32:c3:a7:6d:25:57:c7:68:09:9d:ea:2d:a9:a2:d1\n# SHA1 Fingerprint: 87:82:c6:c3:04:35:3b:cf:d2:96:92:d2:59:3e:7d:44:d9:34:ff:11\n# SHA256 Fingerprint: f1:c1:b5:0a:e5:a2:0d:d8:03:0e:c9:f6:bc:24:82:3d:d3:67:b5:25:57:59:b4:e7:1b:61:fc:e9:f7:37:5d:73\n-----BEGIN CERTIFICATE-----\nMIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBI\nMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x\nFzAVBgNVBAMTDlNlY3VyZVRydXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIz\nMTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF1NlY3VyZVRydXN0IENv\ncnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCCASIwDQYJKoZIhvcN\nAQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQXOZEz\nZum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO\n0gMdA+9tDWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIao\nwW8xQmxSPmjL8xk037uHGFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj\n7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b01k/unK8RCSc43Oz969XL0Imnal0ugBS\n8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmHursCAwEAAaOBnTCBmjAT\nBgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB\n/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg\nJYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC\nNxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3\n6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/\n3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHfmbx8IVQr5Fiiu1cprp6poxkm\nD5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZnMUFdAvnZyPS\nCPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR\n3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Secure Global CA O=SecureTrust Corporation\n# Subject: CN=Secure Global CA O=SecureTrust Corporation\n# Label: \"Secure Global CA\"\n# Serial: 9751836167731051554232119481456978597\n# MD5 Fingerprint: cf:f4:27:0d:d4:ed:dc:65:16:49:6d:3d:da:bf:6e:de\n# SHA1 Fingerprint: 3a:44:73:5a:e5:81:90:1f:24:86:61:46:1e:3b:9c:c4:5f:f5:3a:1b\n# SHA256 Fingerprint: 42:00:f5:04:3a:c8:59:0e:bb:52:7d:20:9e:d1:50:30:29:fb:cb:d4:1c:a1:b5:06:ec:27:f1:5a:de:7d:ac:69\n-----BEGIN CERTIFICATE-----\nMIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBK\nMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x\nGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkx\nMjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3Qg\nQ29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jxYDiJ\niQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa\n/FHtaMbQbqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJ\njnIFHovdRIWCQtBJwB1g8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnI\nHmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYVHDGA76oYa8J719rO+TMg1fW9ajMtgQT7\nsFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi0XPnj3pDAgMBAAGjgZ0w\ngZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQF\nMAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCsw\nKaAnoCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsG\nAQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0L\nURYD7xh8yOOvaliTFGCRsoTciE6+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXO\nH0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cnCDpOGR86p1hcF895P4vkp9Mm\nI50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/53CYNv6ZHdAbY\niNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc\nf8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW\n-----END CERTIFICATE-----\n\n# Issuer: CN=COMODO Certification Authority O=COMODO CA Limited\n# Subject: CN=COMODO Certification Authority O=COMODO CA Limited\n# Label: \"COMODO Certification Authority\"\n# Serial: 104350513648249232941998508985834464573\n# MD5 Fingerprint: 5c:48:dc:f7:42:72:ec:56:94:6d:1c:cc:71:35:80:75\n# SHA1 Fingerprint: 66:31:bf:9e:f7:4f:9e:b6:c9:d5:a6:0c:ba:6a:be:d1:f7:bd:ef:7b\n# SHA256 Fingerprint: 0c:2c:d6:3d:f7:80:6f:a3:99:ed:e8:09:11:6b:57:5b:f8:79:89:f0:65:18:f9:80:8c:86:05:03:17:8b:af:66\n-----BEGIN CERTIFICATE-----\nMIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB\ngTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G\nA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV\nBAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw\nMDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl\nYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P\nRE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0\naG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3\nUcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI\n2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8\nQ5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp\n+2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+\nDT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O\nnKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW\n/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g\nPKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u\nQXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY\nSdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv\nIC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/\nRxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4\nzJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd\nBA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB\nZQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C.\n# Subject: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C.\n# Label: \"Network Solutions Certificate Authority\"\n# Serial: 116697915152937497490437556386812487904\n# MD5 Fingerprint: d3:f3:a6:16:c0:fa:6b:1d:59:b1:2d:96:4d:0e:11:2e\n# SHA1 Fingerprint: 74:f8:a3:c3:ef:e7:b3:90:06:4b:83:90:3c:21:64:60:20:e5:df:ce\n# SHA256 Fingerprint: 15:f0:ba:00:a3:ac:7a:f3:ac:88:4c:07:2b:10:11:a0:77:bd:77:c0:97:f4:01:64:b2:f8:59:8a:bd:83:86:0c\n-----BEGIN CERTIFICATE-----\nMIID5jCCAs6gAwIBAgIQV8szb8JcFuZHFhfjkDFo4DANBgkqhkiG9w0BAQUFADBi\nMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMu\nMTAwLgYDVQQDEydOZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3Jp\ndHkwHhcNMDYxMjAxMDAwMDAwWhcNMjkxMjMxMjM1OTU5WjBiMQswCQYDVQQGEwJV\nUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMuMTAwLgYDVQQDEydO\nZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDkvH6SMG3G2I4rC7xGzuAnlt7e+foS0zwz\nc7MEL7xxjOWftiJgPl9dzgn/ggwbmlFQGiaJ3dVhXRncEg8tCqJDXRfQNJIg6nPP\nOCwGJgl6cvf6UDL4wpPTaaIjzkGxzOTVHzbRijr4jGPiFFlp7Q3Tf2vouAPlT2rl\nmGNpSAW+Lv8ztumXWWn4Zxmuk2GWRBXTcrA/vGp97Eh/jcOrqnErU2lBUzS1sLnF\nBgrEsEX1QV1uiUV7PTsmjHTC5dLRfbIR1PtYMiKagMnc/Qzpf14Dl847ABSHJ3A4\nqY5usyd2mFHgBeMhqxrVhSI8KbWaFsWAqPS7azCPL0YCorEMIuDTAgMBAAGjgZcw\ngZQwHQYDVR0OBBYEFCEwyfsA106Y2oeqKtCnLrFAMadMMA4GA1UdDwEB/wQEAwIB\nBjAPBgNVHRMBAf8EBTADAQH/MFIGA1UdHwRLMEkwR6BFoEOGQWh0dHA6Ly9jcmwu\nbmV0c29sc3NsLmNvbS9OZXR3b3JrU29sdXRpb25zQ2VydGlmaWNhdGVBdXRob3Jp\ndHkuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQC7rkvnt1frf6ott3NHhWrB5KUd5Oc8\n6fRZZXe1eltajSU24HqXLjjAV2CDmAaDn7l2em5Q4LqILPxFzBiwmZVRDuwduIj/\nh1AcgsLj4DKAv6ALR8jDMe+ZZzKATxcheQxpXN5eNK4CtSbqUN9/GGUsyfJj4akH\n/nxxH2szJGoeBfcFaMBqEssuXmHLrijTfsK0ZpEmXzwuJF/LWA/rKOyvEZbz3Htv\nwKeI8lN3s2Berq4o2jUsbzRF0ybh3uxbTydrFny9RAQYgrOJeRcQcT16ohZO9QHN\npGxlaKFJdlxDydi8NmdspZS11My5vWo1ViHe2MPr+8ukYEywVaCge1ey\n-----END CERTIFICATE-----\n\n# Issuer: CN=WellsSecure Public Root Certificate Authority O=Wells Fargo WellsSecure OU=Wells Fargo Bank NA\n# Subject: CN=WellsSecure Public Root Certificate Authority O=Wells Fargo WellsSecure OU=Wells Fargo Bank NA\n# Label: \"WellsSecure Public Root Certificate Authority\"\n# Serial: 1\n# MD5 Fingerprint: 15:ac:a5:c2:92:2d:79:bc:e8:7f:cb:67:ed:02:cf:36\n# SHA1 Fingerprint: e7:b4:f6:9d:61:ec:90:69:db:7e:90:a7:40:1a:3c:f4:7d:4f:e8:ee\n# SHA256 Fingerprint: a7:12:72:ae:aa:a3:cf:e8:72:7f:7f:b3:9f:0f:b3:d1:e5:42:6e:90:60:b0:6e:e6:f1:3e:9a:3c:58:33:cd:43\n-----BEGIN CERTIFICATE-----\nMIIEvTCCA6WgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBhTELMAkGA1UEBhMCVVMx\nIDAeBgNVBAoMF1dlbGxzIEZhcmdvIFdlbGxzU2VjdXJlMRwwGgYDVQQLDBNXZWxs\ncyBGYXJnbyBCYW5rIE5BMTYwNAYDVQQDDC1XZWxsc1NlY3VyZSBQdWJsaWMgUm9v\ndCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwHhcNMDcxMjEzMTcwNzU0WhcNMjIxMjE0\nMDAwNzU0WjCBhTELMAkGA1UEBhMCVVMxIDAeBgNVBAoMF1dlbGxzIEZhcmdvIFdl\nbGxzU2VjdXJlMRwwGgYDVQQLDBNXZWxscyBGYXJnbyBCYW5rIE5BMTYwNAYDVQQD\nDC1XZWxsc1NlY3VyZSBQdWJsaWMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkw\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDub7S9eeKPCCGeOARBJe+r\nWxxTkqxtnt3CxC5FlAM1iGd0V+PfjLindo8796jE2yljDpFoNoqXjopxaAkH5OjU\nDk/41itMpBb570OYj7OeUt9tkTmPOL13i0Nj67eT/DBMHAGTthP796EfvyXhdDcs\nHqRePGj4S78NuR4uNuip5Kf4D8uCdXw1LSLWwr8L87T8bJVhHlfXBIEyg1J55oNj\nz7fLY4sR4r1e6/aN7ZVyKLSsEmLpSjPmgzKuBXWVvYSV2ypcm44uDLiBK0HmOFaf\nSZtsdvqKXfcBeYF8wYNABf5x/Qw/zE5gCQ5lRxAvAcAFP4/4s0HvWkJ+We/Slwxl\nAgMBAAGjggE0MIIBMDAPBgNVHRMBAf8EBTADAQH/MDkGA1UdHwQyMDAwLqAsoCqG\nKGh0dHA6Ly9jcmwucGtpLndlbGxzZmFyZ28uY29tL3dzcHJjYS5jcmwwDgYDVR0P\nAQH/BAQDAgHGMB0GA1UdDgQWBBQmlRkQ2eihl5H/3BnZtQQ+0nMKajCBsgYDVR0j\nBIGqMIGngBQmlRkQ2eihl5H/3BnZtQQ+0nMKaqGBi6SBiDCBhTELMAkGA1UEBhMC\nVVMxIDAeBgNVBAoMF1dlbGxzIEZhcmdvIFdlbGxzU2VjdXJlMRwwGgYDVQQLDBNX\nZWxscyBGYXJnbyBCYW5rIE5BMTYwNAYDVQQDDC1XZWxsc1NlY3VyZSBQdWJsaWMg\nUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHmCAQEwDQYJKoZIhvcNAQEFBQADggEB\nALkVsUSRzCPIK0134/iaeycNzXK7mQDKfGYZUMbVmO2rvwNa5U3lHshPcZeG1eMd\n/ZDJPHV3V3p9+N701NX3leZ0bh08rnyd2wIDBSxxSyU+B+NemvVmFymIGjifz6pB\nA4SXa5M4esowRBskRDPQ5NHcKDj0E0M1NSljqHyita04pO2t/caaH/+Xc/77szWn\nk4bGdpEA5qxRFsQnMlzbc9qlk1eOPm01JghZ1edE13YgY+esE2fDbbFwRnzVlhE9\niW9dqKHrjQrawx0zbKPqZxmamX9LPYNRKh3KL4YMon4QLSvUFpULB6ouFJJJtylv\n2G0xffX8oRAHh84vWdw+WNs=\n-----END CERTIFICATE-----\n\n# Issuer: CN=COMODO ECC Certification Authority O=COMODO CA Limited\n# Subject: CN=COMODO ECC Certification Authority O=COMODO CA Limited\n# Label: \"COMODO ECC Certification Authority\"\n# Serial: 41578283867086692638256921589707938090\n# MD5 Fingerprint: 7c:62:ff:74:9d:31:53:5e:68:4a:d5:78:aa:1e:bf:23\n# SHA1 Fingerprint: 9f:74:4e:9f:2b:4d:ba:ec:0f:31:2c:50:b6:56:3b:8e:2d:93:c3:11\n# SHA256 Fingerprint: 17:93:92:7a:06:14:54:97:89:ad:ce:2f:8f:34:f7:f0:b6:6d:0f:3a:e3:a3:b8:4d:21:ec:15:db:ba:4f:ad:c7\n-----BEGIN CERTIFICATE-----\nMIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL\nMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE\nBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT\nIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw\nMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy\nZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N\nT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv\nbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR\nFtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J\ncfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW\nBBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/\nBAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm\nfQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv\nGDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY=\n-----END CERTIFICATE-----\n\n# Issuer: CN=IGC/A O=PM/SGDN OU=DCSSI\n# Subject: CN=IGC/A O=PM/SGDN OU=DCSSI\n# Label: \"IGC/A\"\n# Serial: 245102874772\n# MD5 Fingerprint: 0c:7f:dd:6a:f4:2a:b9:c8:9b:bd:20:7e:a9:db:5c:37\n# SHA1 Fingerprint: 60:d6:89:74:b5:c2:65:9e:8a:0f:c1:88:7c:88:d2:46:69:1b:18:2c\n# SHA256 Fingerprint: b9:be:a7:86:0a:96:2e:a3:61:1d:ab:97:ab:6d:a3:e2:1c:10:68:b9:7d:55:57:5e:d0:e1:12:79:c1:1c:89:32\n-----BEGIN CERTIFICATE-----\nMIIEAjCCAuqgAwIBAgIFORFFEJQwDQYJKoZIhvcNAQEFBQAwgYUxCzAJBgNVBAYT\nAkZSMQ8wDQYDVQQIEwZGcmFuY2UxDjAMBgNVBAcTBVBhcmlzMRAwDgYDVQQKEwdQ\nTS9TR0ROMQ4wDAYDVQQLEwVEQ1NTSTEOMAwGA1UEAxMFSUdDL0ExIzAhBgkqhkiG\n9w0BCQEWFGlnY2FAc2dkbi5wbS5nb3V2LmZyMB4XDTAyMTIxMzE0MjkyM1oXDTIw\nMTAxNzE0MjkyMlowgYUxCzAJBgNVBAYTAkZSMQ8wDQYDVQQIEwZGcmFuY2UxDjAM\nBgNVBAcTBVBhcmlzMRAwDgYDVQQKEwdQTS9TR0ROMQ4wDAYDVQQLEwVEQ1NTSTEO\nMAwGA1UEAxMFSUdDL0ExIzAhBgkqhkiG9w0BCQEWFGlnY2FAc2dkbi5wbS5nb3V2\nLmZyMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsh/R0GLFMzvABIaI\ns9z4iPf930Pfeo2aSVz2TqrMHLmh6yeJ8kbpO0px1R2OLc/mratjUMdUC24SyZA2\nxtgv2pGqaMVy/hcKshd+ebUyiHDKcMCWSo7kVc0dJ5S/znIq7Fz5cyD+vfcuiWe4\nu0dzEvfRNWk68gq5rv9GQkaiv6GFGvm/5P9JhfejcIYyHF2fYPepraX/z9E0+X1b\nF8bc1g4oa8Ld8fUzaJ1O/Id8NhLWo4DoQw1VYZTqZDdH6nfK0LJYBcNdfrGoRpAx\nVs5wKpayMLh35nnAvSk7/ZR3TL0gzUEl4C7HG7vupARB0l2tEmqKm0f7yd1GQOGd\nPDPQtQIDAQABo3cwdTAPBgNVHRMBAf8EBTADAQH/MAsGA1UdDwQEAwIBRjAVBgNV\nHSAEDjAMMAoGCCqBegF5AQEBMB0GA1UdDgQWBBSjBS8YYFDCiQrdKyFP/45OqDAx\nNjAfBgNVHSMEGDAWgBSjBS8YYFDCiQrdKyFP/45OqDAxNjANBgkqhkiG9w0BAQUF\nAAOCAQEABdwm2Pp3FURo/C9mOnTgXeQp/wYHE4RKq89toB9RlPhJy3Q2FLwV3duJ\nL92PoF189RLrn544pEfMs5bZvpwlqwN+Mw+VgQ39FuCIvjfwbF3QMZsyK10XZZOY\nYLxuj7GoPB7ZHPOpJkL5ZB3C55L29B5aqhlSXa/oovdgoPaN8In1buAKBQGVyYsg\nCrpa/JosPL3Dt8ldeCUFP1YUmwza+zpI/pdpXsoQhvdOlgQITeywvl3cO45Pwf2a\nNjSaTFR+FwNIlQgRHAdvhQh+XU3Endv7rs6y0bO4g2wdsrN58dhwmX7wEwLOXt1R\n0982gaEbeC9xs/FZTEYYKKuF0mBWWg==\n-----END CERTIFICATE-----\n\n# Issuer: O=SECOM Trust Systems CO.,LTD. OU=Security Communication EV RootCA1\n# Subject: O=SECOM Trust Systems CO.,LTD. OU=Security Communication EV RootCA1\n# Label: \"Security Communication EV RootCA1\"\n# Serial: 0\n# MD5 Fingerprint: 22:2d:a6:01:ea:7c:0a:f7:f0:6c:56:43:3f:77:76:d3\n# SHA1 Fingerprint: fe:b8:c4:32:dc:f9:76:9a:ce:ae:3d:d8:90:8f:fd:28:86:65:64:7d\n# SHA256 Fingerprint: a2:2d:ba:68:1e:97:37:6e:2d:39:7d:72:8a:ae:3a:9b:62:96:b9:fd:ba:60:bc:2e:11:f6:47:f2:c6:75:fb:37\n-----BEGIN CERTIFICATE-----\nMIIDfTCCAmWgAwIBAgIBADANBgkqhkiG9w0BAQUFADBgMQswCQYDVQQGEwJKUDEl\nMCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEqMCgGA1UECxMh\nU2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBFViBSb290Q0ExMB4XDTA3MDYwNjAyMTIz\nMloXDTM3MDYwNjAyMTIzMlowYDELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09N\nIFRydXN0IFN5c3RlbXMgQ08uLExURC4xKjAoBgNVBAsTIVNlY3VyaXR5IENvbW11\nbmljYXRpb24gRVYgUm9vdENBMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC\nggEBALx/7FebJOD+nLpCeamIivqA4PUHKUPqjgo0No0c+qe1OXj/l3X3L+SqawSE\nRMqm4miO/VVQYg+kcQ7OBzgtQoVQrTyWb4vVog7P3kmJPdZkLjjlHmy1V4qe70gO\nzXppFodEtZDkBp2uoQSXWHnvIEqCa4wiv+wfD+mEce3xDuS4GBPMVjZd0ZoeUWs5\nbmB2iDQL87PRsJ3KYeJkHcFGB7hj3R4zZbOOCVVSPbW9/wfrrWFVGCypaZhKqkDF\nMxRldAD5kd6vA0jFQFTcD4SQaCDFkpbcLuUCRarAX1T4bepJz11sS6/vmsJWXMY1\nVkJqMF/Cq/biPT+zyRGPMUzXn0kCAwEAAaNCMEAwHQYDVR0OBBYEFDVK9U2vP9eC\nOKyrcWUXdYydVZPmMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0G\nCSqGSIb3DQEBBQUAA4IBAQCoh+ns+EBnXcPBZsdAS5f8hxOQWsTvoMpfi7ent/HW\ntWS3irO4G8za+6xmiEHO6Pzk2x6Ipu0nUBsCMCRGef4Eh3CXQHPRwMFXGZpppSeZ\nq51ihPZRwSzJIxXYKLerJRO1RuGGAv8mjMSIkh1W/hln8lXkgKNrnKt34VFxDSDb\nEJrbvXZ5B3eZKK2aXtqxT0QsNY6llsf9g/BYxnnWmHyojf6GPgcWkuF75x3sM3Z+\nQi5KhfmRiWiEA4Glm5q+4zfFVKtWOxgtQaQM+ELbmaDgcm+7XeEWT1MKZPlO9L9O\nVL14bIjqv5wTJMJwaaJ/D8g8rQjJsJhAoyrniIPtd490\n-----END CERTIFICATE-----\n\n# Issuer: CN=OISTE WISeKey Global Root GA CA O=WISeKey OU=Copyright (c) 2005/OISTE Foundation Endorsed\n# Subject: CN=OISTE WISeKey Global Root GA CA O=WISeKey OU=Copyright (c) 2005/OISTE Foundation Endorsed\n# Label: \"OISTE WISeKey Global Root GA CA\"\n# Serial: 86718877871133159090080555911823548314\n# MD5 Fingerprint: bc:6c:51:33:a7:e9:d3:66:63:54:15:72:1b:21:92:93\n# SHA1 Fingerprint: 59:22:a1:e1:5a:ea:16:35:21:f8:98:39:6a:46:46:b0:44:1b:0f:a9\n# SHA256 Fingerprint: 41:c9:23:86:6a:b4:ca:d6:b7:ad:57:80:81:58:2e:02:07:97:a6:cb:df:4f:ff:78:ce:83:96:b3:89:37:d7:f5\n-----BEGIN CERTIFICATE-----\nMIID8TCCAtmgAwIBAgIQQT1yx/RrH4FDffHSKFTfmjANBgkqhkiG9w0BAQUFADCB\nijELMAkGA1UEBhMCQ0gxEDAOBgNVBAoTB1dJU2VLZXkxGzAZBgNVBAsTEkNvcHly\naWdodCAoYykgMjAwNTEiMCAGA1UECxMZT0lTVEUgRm91bmRhdGlvbiBFbmRvcnNl\nZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwgUm9vdCBHQSBDQTAeFw0w\nNTEyMTExNjAzNDRaFw0zNzEyMTExNjA5NTFaMIGKMQswCQYDVQQGEwJDSDEQMA4G\nA1UEChMHV0lTZUtleTEbMBkGA1UECxMSQ29weXJpZ2h0IChjKSAyMDA1MSIwIAYD\nVQQLExlPSVNURSBGb3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBX\nSVNlS2V5IEdsb2JhbCBSb290IEdBIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A\nMIIBCgKCAQEAy0+zAJs9Nt350UlqaxBJH+zYK7LG+DKBKUOVTJoZIyEVRd7jyBxR\nVVuuk+g3/ytr6dTqvirdqFEr12bDYVxgAsj1znJ7O7jyTmUIms2kahnBAbtzptf2\nw93NvKSLtZlhuAGio9RN1AU9ka34tAhxZK9w8RxrfvbDd50kc3vkDIzh2TbhmYsF\nmQvtRTEJysIA2/dyoJaqlYfQjse2YXMNdmaM3Bu0Y6Kff5MTMPGhJ9vZ/yxViJGg\n4E8HsChWjBgbl0SOid3gF27nKu+POQoxhILYQBRJLnpB5Kf+42TMwVlxSywhp1t9\n4B3RLoGbw9ho972WG6xwsRYUC9tguSYBBQIDAQABo1EwTzALBgNVHQ8EBAMCAYYw\nDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUswN+rja8sHnR3JQmthG+IbJphpQw\nEAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBAEuh/wuHbrP5wUOx\nSPMowB0uyQlB+pQAHKSkq0lPjz0e701vvbyk9vImMMkQyh2I+3QZH4VFvbBsUfk2\nftv1TDI6QU9bR8/oCy22xBmddMVHxjtqD6wU2zz0c5ypBd8A3HR4+vg1YFkCExh8\nvPtNsCBtQ7tgMHpnM1zFmdH4LTlSc/uMqpclXHLZCB6rTjzjgTGfA6b7wP4piFXa\nhNVQA7bihKOmNqoROgHhGEvWRGizPflTdISzRpFGlgC3gCy24eMQ4tui5yiPAZZi\nFj4A4xylNoEYokxSdsARo27mHbrjWr42U8U+dY+GaSlYU7Wcu2+fXMUY7N0v4ZjJ\n/L7fCg0=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Microsec e-Szigno Root CA O=Microsec Ltd. OU=e-Szigno CA\n# Subject: CN=Microsec e-Szigno Root CA O=Microsec Ltd. OU=e-Szigno CA\n# Label: \"Microsec e-Szigno Root CA\"\n# Serial: 272122594155480254301341951808045322001\n# MD5 Fingerprint: f0:96:b6:2f:c5:10:d5:67:8e:83:25:32:e8:5e:2e:e5\n# SHA1 Fingerprint: 23:88:c9:d3:71:cc:9e:96:3d:ff:7d:3c:a7:ce:fc:d6:25:ec:19:0d\n# SHA256 Fingerprint: 32:7a:3d:76:1a:ba:de:a0:34:eb:99:84:06:27:5c:b1:a4:77:6e:fd:ae:2f:df:6d:01:68:ea:1c:4f:55:67:d0\n-----BEGIN CERTIFICATE-----\nMIIHqDCCBpCgAwIBAgIRAMy4579OKRr9otxmpRwsDxEwDQYJKoZIhvcNAQEFBQAw\ncjELMAkGA1UEBhMCSFUxETAPBgNVBAcTCEJ1ZGFwZXN0MRYwFAYDVQQKEw1NaWNy\nb3NlYyBMdGQuMRQwEgYDVQQLEwtlLVN6aWdubyBDQTEiMCAGA1UEAxMZTWljcm9z\nZWMgZS1Temlnbm8gUm9vdCBDQTAeFw0wNTA0MDYxMjI4NDRaFw0xNzA0MDYxMjI4\nNDRaMHIxCzAJBgNVBAYTAkhVMREwDwYDVQQHEwhCdWRhcGVzdDEWMBQGA1UEChMN\nTWljcm9zZWMgTHRkLjEUMBIGA1UECxMLZS1Temlnbm8gQ0ExIjAgBgNVBAMTGU1p\nY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw\nggEKAoIBAQDtyADVgXvNOABHzNuEwSFpLHSQDCHZU4ftPkNEU6+r+ICbPHiN1I2u\nuO/TEdyB5s87lozWbxXGd36hL+BfkrYn13aaHUM86tnsL+4582pnS4uCzyL4ZVX+\nLMsvfUh6PXX5qqAnu3jCBspRwn5mS6/NoqdNAoI/gqyFxuEPkEeZlApxcpMqyabA\nvjxWTHOSJ/FrtfX9/DAFYJLG65Z+AZHCabEeHXtTRbjcQR/Ji3HWVBTji1R4P770\nYjtb9aPs1ZJ04nQw7wHb4dSrmZsqa/i9phyGI0Jf7Enemotb9HI6QMVJPqW+jqpx\n62z69Rrkav17fVVA71hu5tnVvCSrwe+3AgMBAAGjggQ3MIIEMzBnBggrBgEFBQcB\nAQRbMFkwKAYIKwYBBQUHMAGGHGh0dHBzOi8vcmNhLmUtc3ppZ25vLmh1L29jc3Aw\nLQYIKwYBBQUHMAKGIWh0dHA6Ly93d3cuZS1zemlnbm8uaHUvUm9vdENBLmNydDAP\nBgNVHRMBAf8EBTADAQH/MIIBcwYDVR0gBIIBajCCAWYwggFiBgwrBgEEAYGoGAIB\nAQEwggFQMCgGCCsGAQUFBwIBFhxodHRwOi8vd3d3LmUtc3ppZ25vLmh1L1NaU1ov\nMIIBIgYIKwYBBQUHAgIwggEUHoIBEABBACAAdABhAG4A+gBzAO0AdAB2AOEAbgB5\nACAA6QByAHQAZQBsAG0AZQB6AOkAcwDpAGgAZQB6ACAA6QBzACAAZQBsAGYAbwBn\nAGEAZADhAHMA4QBoAG8AegAgAGEAIABTAHoAbwBsAGcA4QBsAHQAYQB0APMAIABT\nAHoAbwBsAGcA4QBsAHQAYQB0AOEAcwBpACAAUwB6AGEAYgDhAGwAeQB6AGEAdABh\nACAAcwB6AGUAcgBpAG4AdAAgAGsAZQBsAGwAIABlAGwAagDhAHIAbgBpADoAIABo\nAHQAdABwADoALwAvAHcAdwB3AC4AZQAtAHMAegBpAGcAbgBvAC4AaAB1AC8AUwBa\nAFMAWgAvMIHIBgNVHR8EgcAwgb0wgbqggbeggbSGIWh0dHA6Ly93d3cuZS1zemln\nbm8uaHUvUm9vdENBLmNybIaBjmxkYXA6Ly9sZGFwLmUtc3ppZ25vLmh1L0NOPU1p\nY3Jvc2VjJTIwZS1Temlnbm8lMjBSb290JTIwQ0EsT1U9ZS1Temlnbm8lMjBDQSxP\nPU1pY3Jvc2VjJTIwTHRkLixMPUJ1ZGFwZXN0LEM9SFU/Y2VydGlmaWNhdGVSZXZv\nY2F0aW9uTGlzdDtiaW5hcnkwDgYDVR0PAQH/BAQDAgEGMIGWBgNVHREEgY4wgYuB\nEGluZm9AZS1zemlnbm8uaHWkdzB1MSMwIQYDVQQDDBpNaWNyb3NlYyBlLVN6aWdu\nw7MgUm9vdCBDQTEWMBQGA1UECwwNZS1TemlnbsOzIEhTWjEWMBQGA1UEChMNTWlj\ncm9zZWMgS2Z0LjERMA8GA1UEBxMIQnVkYXBlc3QxCzAJBgNVBAYTAkhVMIGsBgNV\nHSMEgaQwgaGAFMegSXUWYYTbMUuE0vE3QJDvTtz3oXakdDByMQswCQYDVQQGEwJI\nVTERMA8GA1UEBxMIQnVkYXBlc3QxFjAUBgNVBAoTDU1pY3Jvc2VjIEx0ZC4xFDAS\nBgNVBAsTC2UtU3ppZ25vIENBMSIwIAYDVQQDExlNaWNyb3NlYyBlLVN6aWdubyBS\nb290IENBghEAzLjnv04pGv2i3GalHCwPETAdBgNVHQ4EFgQUx6BJdRZhhNsxS4TS\n8TdAkO9O3PcwDQYJKoZIhvcNAQEFBQADggEBANMTnGZjWS7KXHAM/IO8VbH0jgds\nZifOwTsgqRy7RlRw7lrMoHfqaEQn6/Ip3Xep1fvj1KcExJW4C+FEaGAHQzAxQmHl\n7tnlJNUb3+FKG6qfx1/4ehHqE5MAyopYse7tDk2016g2JnzgOsHVV4Lxdbb9iV/a\n86g4nzUGCM4ilb7N1fy+W955a9x6qWVmvrElWl/tftOsRm1M9DKHtCAE4Gx4sHfR\nhUZLphK3dehKyVZs15KrnfVJONJPU+NVkBHbmJbGSfI+9J8b4PeI3CVimUTYc78/\nMPMMNz7UwiiAc7EBt51alhQBS6kRnSlqLtBdgcDPsiBDxwPgN05dCtxZICU=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certigna O=Dhimyotis\n# Subject: CN=Certigna O=Dhimyotis\n# Label: \"Certigna\"\n# Serial: 18364802974209362175\n# MD5 Fingerprint: ab:57:a6:5b:7d:42:82:19:b5:d8:58:26:28:5e:fd:ff\n# SHA1 Fingerprint: b1:2e:13:63:45:86:a4:6f:1a:b2:60:68:37:58:2d:c4:ac:fd:94:97\n# SHA256 Fingerprint: e3:b6:a2:db:2e:d7:ce:48:84:2f:7a:c5:32:41:c7:b7:1d:54:14:4b:fb:40:c1:1f:3f:1d:0b:42:f5:ee:a1:2d\n-----BEGIN CERTIFICATE-----\nMIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNV\nBAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4X\nDTA3MDYyOTE1MTMwNVoXDTI3MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQ\nBgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwIQ2VydGlnbmEwggEiMA0GCSqGSIb3\nDQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7qXOEm7RFHYeGifBZ4\nQCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyHGxny\ngQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbw\nzBfsV1/pogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q\n130yGLMLLGq/jj8UEYkgDncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2\nJsglrgVKtOdjLPOMFlN+XPsRGgjBRmKfIrjxwo1p3Po6WAbfAgMBAAGjgbwwgbkw\nDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQtCRZvgHyUtVF9lo53BEw\nZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJBgNVBAYT\nAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzj\nAQ/JSP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG\n9w0BAQUFAAOCAQEAhQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8h\nbV6lUmPOEvjvKtpv6zf+EwLHyzs+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFnc\nfca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1kluPBS1xp81HlDQwY9qcEQCYsuu\nHWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY1gkIl2PlwS6w\nt0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw\nWyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=AC Raíz Certicámara S.A. O=Sociedad Cameral de Certificación Digital - Certicámara S.A.\n# Subject: CN=AC Raíz Certicámara S.A. O=Sociedad Cameral de Certificación Digital - Certicámara S.A.\n# Label: \"AC Ra\\xC3\\xADz Certic\\xC3\\xA1mara S.A.\"\n# Serial: 38908203973182606954752843738508300\n# MD5 Fingerprint: 93:2a:3e:f6:fd:23:69:0d:71:20:d4:2b:47:99:2b:a6\n# SHA1 Fingerprint: cb:a1:c5:f8:b0:e3:5e:b8:b9:45:12:d3:f9:34:a2:e9:06:10:d3:36\n# SHA256 Fingerprint: a6:c5:1e:0d:a5:ca:0a:93:09:d2:e4:c0:e4:0c:2a:f9:10:7a:ae:82:03:85:7f:e1:98:e3:e7:69:e3:43:08:5c\n-----BEGIN CERTIFICATE-----\nMIIGZjCCBE6gAwIBAgIPB35Sk3vgFeNX8GmMy+wMMA0GCSqGSIb3DQEBBQUAMHsx\nCzAJBgNVBAYTAkNPMUcwRQYDVQQKDD5Tb2NpZWRhZCBDYW1lcmFsIGRlIENlcnRp\nZmljYWNpw7NuIERpZ2l0YWwgLSBDZXJ0aWPDoW1hcmEgUy5BLjEjMCEGA1UEAwwa\nQUMgUmHDrXogQ2VydGljw6FtYXJhIFMuQS4wHhcNMDYxMTI3MjA0NjI5WhcNMzAw\nNDAyMjE0MjAyWjB7MQswCQYDVQQGEwJDTzFHMEUGA1UECgw+U29jaWVkYWQgQ2Ft\nZXJhbCBkZSBDZXJ0aWZpY2FjacOzbiBEaWdpdGFsIC0gQ2VydGljw6FtYXJhIFMu\nQS4xIzAhBgNVBAMMGkFDIFJhw616IENlcnRpY8OhbWFyYSBTLkEuMIICIjANBgkq\nhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAq2uJo1PMSCMI+8PPUZYILrgIem08kBeG\nqentLhM0R7LQcNzJPNCNyu5LF6vQhbCnIwTLqKL85XXbQMpiiY9QngE9JlsYhBzL\nfDe3fezTf3MZsGqy2IiKLUV0qPezuMDU2s0iiXRNWhU5cxh0T7XrmafBHoi0wpOQ\nY5fzp6cSsgkiBzPZkc0OnB8OIMfuuzONj8LSWKdf/WU34ojC2I+GdV75LaeHM/J4\nNy+LvB2GNzmxlPLYvEqcgxhaBvzz1NS6jBUJJfD5to0EfhcSM2tXSExP2yYe68yQ\n54v5aHxwD6Mq0Do43zeX4lvegGHTgNiRg0JaTASJaBE8rF9ogEHMYELODVoqDA+b\nMMCm8Ibbq0nXl21Ii/kDwFJnmxL3wvIumGVC2daa49AZMQyth9VXAnow6IYm+48j\nilSH5L887uvDdUhfHjlvgWJsxS3EF1QZtzeNnDeRyPYL1epjb4OsOMLzP96a++Ej\nYfDIJss2yKHzMI+ko6Kh3VOz3vCaMh+DkXkwwakfU5tTohVTP92dsxA7SH2JD/zt\nA/X7JWR1DhcZDY8AFmd5ekD8LVkH2ZD6mq093ICK5lw1omdMEWux+IBkAC1vImHF\nrEsm5VoQgpukg3s0956JkSCXjrdCx2bD0Omk1vUgjcTDlaxECp1bczwmPS9KvqfJ\npxAe+59QafMCAwEAAaOB5jCB4zAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQE\nAwIBBjAdBgNVHQ4EFgQU0QnQ6dfOeXRU+Tows/RtLAMDG2gwgaAGA1UdIASBmDCB\nlTCBkgYEVR0gADCBiTArBggrBgEFBQcCARYfaHR0cDovL3d3dy5jZXJ0aWNhbWFy\nYS5jb20vZHBjLzBaBggrBgEFBQcCAjBOGkxMaW1pdGFjaW9uZXMgZGUgZ2FyYW50\n7WFzIGRlIGVzdGUgY2VydGlmaWNhZG8gc2UgcHVlZGVuIGVuY29udHJhciBlbiBs\nYSBEUEMuMA0GCSqGSIb3DQEBBQUAA4ICAQBclLW4RZFNjmEfAygPU3zmpFmps4p6\nxbD/CHwso3EcIRNnoZUSQDWDg4902zNc8El2CoFS3UnUmjIz75uny3XlesuXEpBc\nunvFm9+7OSPI/5jOCk0iAUgHforA1SBClETvv3eiiWdIG0ADBaGJ7M9i4z0ldma/\nJre7Ir5v/zlXdLp6yQGVwZVR6Kss+LGGIOk/yzVb0hfpKv6DExdA7ohiZVvVO2Dp\nezy4ydV/NgIlqmjCMRW3MGXrfx1IebHPOeJCgBbT9ZMj/EyXyVo3bHwi2ErN0o42\ngzmRkBDI8ck1fj+404HGIGQatlDCIaR43NAvO2STdPCWkPHv+wlaNECW8DYSwaN0\njJN+Qd53i+yG2dIPPy3RzECiiWZIHiCznCNZc6lEc7wkeZBWN7PGKX6jD/EpOe9+\nXCgycDWs2rjIdWb8m0w5R44bb5tNAlQiM+9hup4phO9OSzNHdpdqy35f/RWmnkJD\nW2ZaiogN9xa5P1FlK2Zqi9E4UqLWRhH6/JocdJ6PlwsCT2TG9WjTSy3/pDceiz+/\nRL5hRqGEPQgnTIEgd4kI6mdAXmwIUV80WoyWaM3X94nCHNMyAK9Sy9NgWyo6R35r\nMDOhYil/SrnhLecUIw4OGEfhefwVVdCx/CVxY3UzHCMrr1zZ7Ud3YA47Dx7SwNxk\nBYn8eNZcLCZDqQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=TC TrustCenter Class 2 CA II O=TC TrustCenter GmbH OU=TC TrustCenter Class 2 CA\n# Subject: CN=TC TrustCenter Class 2 CA II O=TC TrustCenter GmbH OU=TC TrustCenter Class 2 CA\n# Label: \"TC TrustCenter Class 2 CA II\"\n# Serial: 941389028203453866782103406992443\n# MD5 Fingerprint: ce:78:33:5c:59:78:01:6e:18:ea:b9:36:a0:b9:2e:23\n# SHA1 Fingerprint: ae:50:83:ed:7c:f4:5c:bc:8f:61:c6:21:fe:68:5d:79:42:21:15:6e\n# SHA256 Fingerprint: e6:b8:f8:76:64:85:f8:07:ae:7f:8d:ac:16:70:46:1f:07:c0:a1:3e:ef:3a:1f:f7:17:53:8d:7a:ba:d3:91:b4\n-----BEGIN CERTIFICATE-----\nMIIEqjCCA5KgAwIBAgIOLmoAAQACH9dSISwRXDswDQYJKoZIhvcNAQEFBQAwdjEL\nMAkGA1UEBhMCREUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxIjAgBgNV\nBAsTGVRDIFRydXN0Q2VudGVyIENsYXNzIDIgQ0ExJTAjBgNVBAMTHFRDIFRydXN0\nQ2VudGVyIENsYXNzIDIgQ0EgSUkwHhcNMDYwMTEyMTQzODQzWhcNMjUxMjMxMjI1\nOTU5WjB2MQswCQYDVQQGEwJERTEcMBoGA1UEChMTVEMgVHJ1c3RDZW50ZXIgR21i\nSDEiMCAGA1UECxMZVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMiBDQTElMCMGA1UEAxMc\nVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMiBDQSBJSTCCASIwDQYJKoZIhvcNAQEBBQAD\nggEPADCCAQoCggEBAKuAh5uO8MN8h9foJIIRszzdQ2Lu+MNF2ujhoF/RKrLqk2jf\ntMjWQ+nEdVl//OEd+DFwIxuInie5e/060smp6RQvkL4DUsFJzfb95AhmC1eKokKg\nuNV/aVyQMrKXDcpK3EY+AlWJU+MaWss2xgdW94zPEfRMuzBwBJWl9jmM/XOBCH2J\nXjIeIqkiRUuwZi4wzJ9l/fzLganx4Duvo4bRierERXlQXa7pIXSSTYtZgo+U4+lK\n8edJsBTj9WLL1XK9H7nSn6DNqPoByNkN39r8R52zyFTfSUrxIan+GE7uSNQZu+99\n5OKdy1u2bv/jzVrndIIFuoAlOMvkaZ6vQaoahPUCAwEAAaOCATQwggEwMA8GA1Ud\nEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTjq1RMgKHbVkO3\nkUrL84J6E1wIqzCB7QYDVR0fBIHlMIHiMIHfoIHcoIHZhjVodHRwOi8vd3d3LnRy\ndXN0Y2VudGVyLmRlL2NybC92Mi90Y19jbGFzc18yX2NhX0lJLmNybIaBn2xkYXA6\nLy93d3cudHJ1c3RjZW50ZXIuZGUvQ049VEMlMjBUcnVzdENlbnRlciUyMENsYXNz\nJTIwMiUyMENBJTIwSUksTz1UQyUyMFRydXN0Q2VudGVyJTIwR21iSCxPVT1yb290\nY2VydHMsREM9dHJ1c3RjZW50ZXIsREM9ZGU/Y2VydGlmaWNhdGVSZXZvY2F0aW9u\nTGlzdD9iYXNlPzANBgkqhkiG9w0BAQUFAAOCAQEAjNfffu4bgBCzg/XbEeprS6iS\nGNn3Bzn1LL4GdXpoUxUc6krtXvwjshOg0wn/9vYua0Fxec3ibf2uWWuFHbhOIprt\nZjluS5TmVfwLG4t3wVMTZonZKNaL80VKY7f9ewthXbhtvsPcW3nS7Yblok2+XnR8\nau0WOB9/WIFaGusyiC2y8zl3gK9etmF1KdsjTYjKUCjLhdLTEKJZbtOTVAB6okaV\nhgWcqRmY5TFyDADiZ9lA4CQze28suVyrZZ0srHbqNZn1l7kPJOzHdiEoZa5X6AeI\ndUpWoNIFOqTmjZKILPPy4cHGYdtBxceb9w4aUUXCYWvcZCcXjFq32nQozZfkvQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=TC TrustCenter Class 3 CA II O=TC TrustCenter GmbH OU=TC TrustCenter Class 3 CA\n# Subject: CN=TC TrustCenter Class 3 CA II O=TC TrustCenter GmbH OU=TC TrustCenter Class 3 CA\n# Label: \"TC TrustCenter Class 3 CA II\"\n# Serial: 1506523511417715638772220530020799\n# MD5 Fingerprint: 56:5f:aa:80:61:12:17:f6:67:21:e6:2b:6d:61:56:8e\n# SHA1 Fingerprint: 80:25:ef:f4:6e:70:c8:d4:72:24:65:84:fe:40:3b:8a:8d:6a:db:f5\n# SHA256 Fingerprint: 8d:a0:84:fc:f9:9c:e0:77:22:f8:9b:32:05:93:98:06:fa:5c:b8:11:e1:c8:13:f6:a1:08:c7:d3:36:b3:40:8e\n-----BEGIN CERTIFICATE-----\nMIIEqjCCA5KgAwIBAgIOSkcAAQAC5aBd1j8AUb8wDQYJKoZIhvcNAQEFBQAwdjEL\nMAkGA1UEBhMCREUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxIjAgBgNV\nBAsTGVRDIFRydXN0Q2VudGVyIENsYXNzIDMgQ0ExJTAjBgNVBAMTHFRDIFRydXN0\nQ2VudGVyIENsYXNzIDMgQ0EgSUkwHhcNMDYwMTEyMTQ0MTU3WhcNMjUxMjMxMjI1\nOTU5WjB2MQswCQYDVQQGEwJERTEcMBoGA1UEChMTVEMgVHJ1c3RDZW50ZXIgR21i\nSDEiMCAGA1UECxMZVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMyBDQTElMCMGA1UEAxMc\nVEMgVHJ1c3RDZW50ZXIgQ2xhc3MgMyBDQSBJSTCCASIwDQYJKoZIhvcNAQEBBQAD\nggEPADCCAQoCggEBALTgu1G7OVyLBMVMeRwjhjEQY0NVJz/GRcekPewJDRoeIMJW\nHt4bNwcwIi9v8Qbxq63WyKthoy9DxLCyLfzDlml7forkzMA5EpBCYMnMNWju2l+Q\nVl/NHE1bWEnrDgFPZPosPIlY2C8u4rBo6SI7dYnWRBpl8huXJh0obazovVkdKyT2\n1oQDZogkAHhg8fir/gKya/si+zXmFtGt9i4S5Po1auUZuV3bOx4a+9P/FRQI2Alq\nukWdFHlgfa9Aigdzs5OW03Q0jTo3Kd5c7PXuLjHCINy+8U9/I1LZW+Jk2ZyqBwi1\nRb3R0DHBq1SfqdLDYmAD8bs5SpJKPQq5ncWg/jcCAwEAAaOCATQwggEwMA8GA1Ud\nEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBTUovyfs8PYA9NX\nXAek0CSnwPIA1DCB7QYDVR0fBIHlMIHiMIHfoIHcoIHZhjVodHRwOi8vd3d3LnRy\ndXN0Y2VudGVyLmRlL2NybC92Mi90Y19jbGFzc18zX2NhX0lJLmNybIaBn2xkYXA6\nLy93d3cudHJ1c3RjZW50ZXIuZGUvQ049VEMlMjBUcnVzdENlbnRlciUyMENsYXNz\nJTIwMyUyMENBJTIwSUksTz1UQyUyMFRydXN0Q2VudGVyJTIwR21iSCxPVT1yb290\nY2VydHMsREM9dHJ1c3RjZW50ZXIsREM9ZGU/Y2VydGlmaWNhdGVSZXZvY2F0aW9u\nTGlzdD9iYXNlPzANBgkqhkiG9w0BAQUFAAOCAQEANmDkcPcGIEPZIxpC8vijsrlN\nirTzwppVMXzEO2eatN9NDoqTSheLG43KieHPOh6sHfGcMrSOWXaiQYUlN6AT0PV8\nTtXqluJucsG7Kv5sbviRmEb8yRtXW+rIGjs/sFGYPAfaLFkB2otE6OF0/ado3VS6\ng0bsyEa1+K+XwDsJHI/OcpY9M1ZwvJbL2NV9IJqDnxrcOfHFcqMRA/07QlIp2+gB\n95tejNaNhk4Z+rwcvsUhpYeeeC422wlxo3I0+GzjBgnyXlal092Y+tTmBvTwtiBj\nS+opvaqCZh77gaqnN60TGOaSw4HBM7uIHqHn4rS9MWwOUT1v+5ZWgOI2F9Hc5A==\n-----END CERTIFICATE-----\n\n# Issuer: CN=TC TrustCenter Universal CA I O=TC TrustCenter GmbH OU=TC TrustCenter Universal CA\n# Subject: CN=TC TrustCenter Universal CA I O=TC TrustCenter GmbH OU=TC TrustCenter Universal CA\n# Label: \"TC TrustCenter Universal CA I\"\n# Serial: 601024842042189035295619584734726\n# MD5 Fingerprint: 45:e1:a5:72:c5:a9:36:64:40:9e:f5:e4:58:84:67:8c\n# SHA1 Fingerprint: 6b:2f:34:ad:89:58:be:62:fd:b0:6b:5c:ce:bb:9d:d9:4f:4e:39:f3\n# SHA256 Fingerprint: eb:f3:c0:2a:87:89:b1:fb:7d:51:19:95:d6:63:b7:29:06:d9:13:ce:0d:5e:10:56:8a:8a:77:e2:58:61:67:e7\n-----BEGIN CERTIFICATE-----\nMIID3TCCAsWgAwIBAgIOHaIAAQAC7LdggHiNtgYwDQYJKoZIhvcNAQEFBQAweTEL\nMAkGA1UEBhMCREUxHDAaBgNVBAoTE1RDIFRydXN0Q2VudGVyIEdtYkgxJDAiBgNV\nBAsTG1RDIFRydXN0Q2VudGVyIFVuaXZlcnNhbCBDQTEmMCQGA1UEAxMdVEMgVHJ1\nc3RDZW50ZXIgVW5pdmVyc2FsIENBIEkwHhcNMDYwMzIyMTU1NDI4WhcNMjUxMjMx\nMjI1OTU5WjB5MQswCQYDVQQGEwJERTEcMBoGA1UEChMTVEMgVHJ1c3RDZW50ZXIg\nR21iSDEkMCIGA1UECxMbVEMgVHJ1c3RDZW50ZXIgVW5pdmVyc2FsIENBMSYwJAYD\nVQQDEx1UQyBUcnVzdENlbnRlciBVbml2ZXJzYWwgQ0EgSTCCASIwDQYJKoZIhvcN\nAQEBBQADggEPADCCAQoCggEBAKR3I5ZEr5D0MacQ9CaHnPM42Q9e3s9B6DGtxnSR\nJJZ4Hgmgm5qVSkr1YnwCqMqs+1oEdjneX/H5s7/zA1hV0qq34wQi0fiU2iIIAI3T\nfCZdzHd55yx4Oagmcw6iXSVphU9VDprvxrlE4Vc93x9UIuVvZaozhDrzznq+VZeu\njRIPFDPiUHDDSYcTvFHe15gSWu86gzOSBnWLknwSaHtwag+1m7Z3W0hZneTvWq3z\nwZ7U10VOylY0Ibw+F1tvdwxIAUMpsN0/lm7mlaoMwCC2/T42J5zjXM9OgdwZu5GQ\nfezmlwQek8wiSdeXhrYTCjxDI3d+8NzmzSQfO4ObNDqDNOMCAwEAAaNjMGEwHwYD\nVR0jBBgwFoAUkqR1LKSevoFE63n8isWVpesQdXMwDwYDVR0TAQH/BAUwAwEB/zAO\nBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFJKkdSyknr6BROt5/IrFlaXrEHVzMA0G\nCSqGSIb3DQEBBQUAA4IBAQAo0uCG1eb4e/CX3CJrO5UUVg8RMKWaTzqwOuAGy2X1\n7caXJ/4l8lfmXpWMPmRgFVp/Lw0BxbFg/UU1z/CyvwbZ71q+s2IhtNerNXxTPqYn\n8aEt2hojnczd7Dwtnic0XQ/CNnm8yUpiLe1r2X1BQ3y2qsrtYbE3ghUJGooWMNjs\nydZHcnhLEEYUjl8Or+zHL6sQ17bxbuyGssLoDZJz3KL0Dzq/YSMQiZxIQG5wALPT\nujdEWBF6AmqI8Dc08BnprNRlc/ZpjGSUOnmFKbAWKwyCPwacx/0QK54PLLae4xW/\n2TYcuiUaUj0a7CIMHOCkoj3w6DnPgcB77V0fb8XQC9eY\n-----END CERTIFICATE-----\n\n# Issuer: CN=Deutsche Telekom Root CA 2 O=Deutsche Telekom AG OU=T-TeleSec Trust Center\n# Subject: CN=Deutsche Telekom Root CA 2 O=Deutsche Telekom AG OU=T-TeleSec Trust Center\n# Label: \"Deutsche Telekom Root CA 2\"\n# Serial: 38\n# MD5 Fingerprint: 74:01:4a:91:b1:08:c4:58:ce:47:cd:f0:dd:11:53:08\n# SHA1 Fingerprint: 85:a4:08:c0:9c:19:3e:5d:51:58:7d:cd:d6:13:30:fd:8c:de:37:bf\n# SHA256 Fingerprint: b6:19:1a:50:d0:c3:97:7f:7d:a9:9b:cd:aa:c8:6a:22:7d:ae:b9:67:9e:c7:0b:a3:b0:c9:d9:22:71:c1:70:d3\n-----BEGIN CERTIFICATE-----\nMIIDnzCCAoegAwIBAgIBJjANBgkqhkiG9w0BAQUFADBxMQswCQYDVQQGEwJERTEc\nMBoGA1UEChMTRGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0GA1UECxMWVC1UZWxlU2Vj\nIFRydXN0IENlbnRlcjEjMCEGA1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBSb290IENB\nIDIwHhcNOTkwNzA5MTIxMTAwWhcNMTkwNzA5MjM1OTAwWjBxMQswCQYDVQQGEwJE\nRTEcMBoGA1UEChMTRGV1dHNjaGUgVGVsZWtvbSBBRzEfMB0GA1UECxMWVC1UZWxl\nU2VjIFRydXN0IENlbnRlcjEjMCEGA1UEAxMaRGV1dHNjaGUgVGVsZWtvbSBSb290\nIENBIDIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrC6M14IspFLEU\nha88EOQ5bzVdSq7d6mGNlUn0b2SjGmBmpKlAIoTZ1KXleJMOaAGtuU1cOs7TuKhC\nQN/Po7qCWWqSG6wcmtoIKyUn+WkjR/Hg6yx6m/UTAtB+NHzCnjwAWav12gz1Mjwr\nrFDa1sPeg5TKqAyZMg4ISFZbavva4VhYAUlfckE8FQYBjl2tqriTtM2e66foai1S\nNNs671x1Udrb8zH57nGYMsRUFUQM+ZtV7a3fGAigo4aKSe5TBY8ZTNXeWHmb0moc\nQqvF1afPaA+W5OFhmHZhyJF81j4A4pFQh+GdCuatl9Idxjp9y7zaAzTVjlsB9WoH\ntxa2bkp/AgMBAAGjQjBAMB0GA1UdDgQWBBQxw3kbuvVT1xfgiXotF2wKsyudMzAP\nBgNVHRMECDAGAQH/AgEFMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOC\nAQEAlGRZrTlk5ynrE/5aw4sTV8gEJPB0d8Bg42f76Ymmg7+Wgnxu1MM9756Abrsp\ntJh6sTtU6zkXR34ajgv8HzFZMQSyzhfzLMdiNlXiItiJVbSYSKpk+tYcNthEeFpa\nIzpXl/V6ME+un2pMSyuOoAPjPuCp1NJ70rOo4nI8rZ7/gFnkm0W09juwzTkZmDLl\n6iFhkOQxIY40sfcvNUqFENrnijchvllj4PKFiDFT1FQUhXB59C4Gdyd1Lx+4ivn+\nxbrYNuSD7Odlt79jWvNGr4GUN9RBjNYj1h7P9WgbRGOiWrqnNVmh5XAFmw4jV5mU\nCm26OWMohpLzGITY+9HPBVZkVw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=ComSign Secured CA O=ComSign\n# Subject: CN=ComSign Secured CA O=ComSign\n# Label: \"ComSign Secured CA\"\n# Serial: 264725503855295744117309814499492384489\n# MD5 Fingerprint: 40:01:25:06:8d:21:43:6a:0e:43:00:9c:e7:43:f3:d5\n# SHA1 Fingerprint: f9:cd:0e:2c:da:76:24:c1:8f:bd:f0:f0:ab:b6:45:b8:f7:fe:d5:7a\n# SHA256 Fingerprint: 50:79:41:c7:44:60:a0:b4:70:86:22:0d:4e:99:32:57:2a:b5:d1:b5:bb:cb:89:80:ab:1c:b1:76:51:a8:44:d2\n-----BEGIN CERTIFICATE-----\nMIIDqzCCApOgAwIBAgIRAMcoRwmzuGxFjB36JPU2TukwDQYJKoZIhvcNAQEFBQAw\nPDEbMBkGA1UEAxMSQ29tU2lnbiBTZWN1cmVkIENBMRAwDgYDVQQKEwdDb21TaWdu\nMQswCQYDVQQGEwJJTDAeFw0wNDAzMjQxMTM3MjBaFw0yOTAzMTYxNTA0NTZaMDwx\nGzAZBgNVBAMTEkNvbVNpZ24gU2VjdXJlZCBDQTEQMA4GA1UEChMHQ29tU2lnbjEL\nMAkGA1UEBhMCSUwwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDGtWhf\nHZQVw6QIVS3joFd67+l0Kru5fFdJGhFeTymHDEjWaueP1H5XJLkGieQcPOqs49oh\ngHMhCu95mGwfCP+hUH3ymBvJVG8+pSjsIQQPRbsHPaHA+iqYHU4Gk/v1iDurX8sW\nv+bznkqH7Rnqwp9D5PGBpX8QTz7RSmKtUxvLg/8HZaWSLWapW7ha9B20IZFKF3ue\nMv5WJDmyVIRD9YTC2LxBkMyd1mja6YJQqTtoz7VdApRgFrFD2UNd3V2Hbuq7s8lr\n9gOUCXDeFhF6K+h2j0kQmHe5Y1yLM5d19guMsqtb3nQgJT/j8xH5h2iGNXHDHYwt\n6+UarA9z1YJZQIDTAgMBAAGjgacwgaQwDAYDVR0TBAUwAwEB/zBEBgNVHR8EPTA7\nMDmgN6A1hjNodHRwOi8vZmVkaXIuY29tc2lnbi5jby5pbC9jcmwvQ29tU2lnblNl\nY3VyZWRDQS5jcmwwDgYDVR0PAQH/BAQDAgGGMB8GA1UdIwQYMBaAFMFL7XC29z58\nADsAj8c+DkWfHl3sMB0GA1UdDgQWBBTBS+1wtvc+fAA7AI/HPg5Fnx5d7DANBgkq\nhkiG9w0BAQUFAAOCAQEAFs/ukhNQq3sUnjO2QiBq1BW9Cav8cujvR3qQrFHBZE7p\niL1DRYHjZiM/EoZNGeQFsOY3wo3aBijJD4mkU6l1P7CW+6tMM1X5eCZGbxs2mPtC\ndsGCuY7e+0X5YxtiOzkGynd6qDwJz2w2PQ8KRUtpFhpFfTMDZflScZAmlaxMDPWL\nkz/MdXSFmLr/YnpNH4n+rr2UAJm/EaXc4HnFFgt9AmEd6oX5AhVP51qJThRv4zdL\nhfXBPGHg/QVBspJ/wx2g0K5SZGBrGMYmnNj1ZOQ2GmKfig8+/21OGVZOIJFsnzQz\nOjRXUDpvgV4GxvU+fE6OK85lBi5d0ipTdF7Tbieejw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Cybertrust Global Root O=Cybertrust, Inc\n# Subject: CN=Cybertrust Global Root O=Cybertrust, Inc\n# Label: \"Cybertrust Global Root\"\n# Serial: 4835703278459682877484360\n# MD5 Fingerprint: 72:e4:4a:87:e3:69:40:80:77:ea:bc:e3:f4:ff:f0:e1\n# SHA1 Fingerprint: 5f:43:e5:b1:bf:f8:78:8c:ac:1c:c7:ca:4a:9a:c6:22:2b:cc:34:c6\n# SHA256 Fingerprint: 96:0a:df:00:63:e9:63:56:75:0c:29:65:dd:0a:08:67:da:0b:9c:bd:6e:77:71:4a:ea:fb:23:49:ab:39:3d:a3\n-----BEGIN CERTIFICATE-----\nMIIDoTCCAomgAwIBAgILBAAAAAABD4WqLUgwDQYJKoZIhvcNAQEFBQAwOzEYMBYG\nA1UEChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2Jh\nbCBSb290MB4XDTA2MTIxNTA4MDAwMFoXDTIxMTIxNTA4MDAwMFowOzEYMBYGA1UE\nChMPQ3liZXJ0cnVzdCwgSW5jMR8wHQYDVQQDExZDeWJlcnRydXN0IEdsb2JhbCBS\nb290MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+Mi8vRRQZhP/8NN5\n7CPytxrHjoXxEnOmGaoQ25yiZXRadz5RfVb23CO21O1fWLE3TdVJDm71aofW0ozS\nJ8bi/zafmGWgE07GKmSb1ZASzxQG9Dvj1Ci+6A74q05IlG2OlTEQXO2iLb3VOm2y\nHLtgwEZLAfVJrn5GitB0jaEMAs7u/OePuGtm839EAL9mJRQr3RAwHQeWP032a7iP\nt3sMpTjr3kfb1V05/Iin89cqdPHoWqI7n1C6poxFNcJQZZXcY4Lv3b93TZxiyWNz\nFtApD0mpSPCzqrdsxacwOUBdrsTiXSZT8M4cIwhhqJQZugRiQOwfOHB3EgZxpzAY\nXSUnpQIDAQABo4GlMIGiMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/\nMB0GA1UdDgQWBBS2CHsNesysIEyGVjJez6tuhS1wVzA/BgNVHR8EODA2MDSgMqAw\nhi5odHRwOi8vd3d3Mi5wdWJsaWMtdHJ1c3QuY29tL2NybC9jdC9jdHJvb3QuY3Js\nMB8GA1UdIwQYMBaAFLYIew16zKwgTIZWMl7Pq26FLXBXMA0GCSqGSIb3DQEBBQUA\nA4IBAQBW7wojoFROlZfJ+InaRcHUowAl9B8Tq7ejhVhpwjCt2BWKLePJzYFa+HMj\nWqd8BfP9IjsO0QbE2zZMcwSO5bAi5MXzLqXZI+O4Tkogp24CJJ8iYGd7ix1yCcUx\nXOl5n4BHPa2hCwcUPUf/A2kaDAtE52Mlp3+yybh2hO0j9n0Hq0V+09+zv+mKts2o\nomcrUtW3ZfA5TGOgkXmTUg9U3YO7n9GPp1Nzw8v/MOx8BLjYRB+TX3EJIrduPuoc\nA06dGiBh+4E37F78CkWr1+cXVdCg6mCbpvbjjFspwgZgFJ0tl0ypkxWdYcQBX0jW\nWL1WMRJOEcgh4LMRkWXbtKaIOM5V\n-----END CERTIFICATE-----\n\n# Issuer: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority\n# Subject: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority\n# Label: \"ePKI Root Certification Authority\"\n# Serial: 28956088682735189655030529057352760477\n# MD5 Fingerprint: 1b:2e:00:ca:26:06:90:3d:ad:fe:6f:15:68:d3:6b:b3\n# SHA1 Fingerprint: 67:65:0d:f1:7e:8e:7e:5b:82:40:a4:f4:56:4b:cf:e2:3d:69:c6:f0\n# SHA256 Fingerprint: c0:a6:f4:dc:63:a2:4b:fd:cf:54:ef:2a:6a:08:2a:0a:72:de:35:80:3e:2f:f5:ff:52:7a:e5:d8:72:06:df:d5\n-----BEGIN CERTIFICATE-----\nMIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe\nMQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0\nZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe\nFw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw\nIQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL\nSSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF\nAAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH\nSyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh\nijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X\nDZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1\nTBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ\nfzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA\nsgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU\nWH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS\nnT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH\ndmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip\nNiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC\nAwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF\nMAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH\nClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB\nuvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl\nPwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP\nJXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/\ngpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2\nj6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6\n5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB\no2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS\n/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z\nGp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE\nW9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D\nhNQ+IIX3Sj0rnP0qCglN6oH4EZw=\n-----END CERTIFICATE-----\n\n# Issuer: CN=TÜBİTAK UEKAE Kök Sertifika Hizmet Sağlayıcısı - Sürüm 3 O=Türkiye Bilimsel ve Teknolojik Araştırma Kurumu - TÜBİTAK OU=Ulusal Elektronik ve Kriptoloji Araştırma Enstitüsü - UEKAE/Kamu Sertifikasyon Merkezi\n# Subject: CN=TÜBİTAK UEKAE Kök Sertifika Hizmet Sağlayıcısı - Sürüm 3 O=Türkiye Bilimsel ve Teknolojik Araştırma Kurumu - TÜBİTAK OU=Ulusal Elektronik ve Kriptoloji Araştırma Enstitüsü - UEKAE/Kamu Sertifikasyon Merkezi\n# Label: \"T\\xc3\\x9c\\x42\\xC4\\xB0TAK UEKAE K\\xC3\\xB6k Sertifika Hizmet Sa\\xC4\\x9Flay\\xc4\\xb1\\x63\\xc4\\xb1s\\xc4\\xb1 - S\\xC3\\xBCr\\xC3\\xBCm 3\"\n# Serial: 17\n# MD5 Fingerprint: ed:41:f5:8c:50:c5:2b:9c:73:e6:ee:6c:eb:c2:a8:26\n# SHA1 Fingerprint: 1b:4b:39:61:26:27:6b:64:91:a2:68:6d:d7:02:43:21:2d:1f:1d:96\n# SHA256 Fingerprint: e4:c7:34:30:d7:a5:b5:09:25:df:43:37:0a:0d:21:6e:9a:79:b9:d6:db:83:73:a0:c6:9e:b1:cc:31:c7:c5:2a\n-----BEGIN CERTIFICATE-----\nMIIFFzCCA/+gAwIBAgIBETANBgkqhkiG9w0BAQUFADCCASsxCzAJBgNVBAYTAlRS\nMRgwFgYDVQQHDA9HZWJ6ZSAtIEtvY2FlbGkxRzBFBgNVBAoMPlTDvHJraXllIEJp\nbGltc2VsIHZlIFRla25vbG9qaWsgQXJhxZ90xLFybWEgS3VydW11IC0gVMOcQsSw\nVEFLMUgwRgYDVQQLDD9VbHVzYWwgRWxla3Ryb25payB2ZSBLcmlwdG9sb2ppIEFy\nYcWfdMSxcm1hIEVuc3RpdMO8c8O8IC0gVUVLQUUxIzAhBgNVBAsMGkthbXUgU2Vy\ndGlmaWthc3lvbiBNZXJrZXppMUowSAYDVQQDDEFUw5xCxLBUQUsgVUVLQUUgS8O2\nayBTZXJ0aWZpa2EgSGl6bWV0IFNhxJ9sYXnEsWPEsXPEsSAtIFPDvHLDvG0gMzAe\nFw0wNzA4MjQxMTM3MDdaFw0xNzA4MjExMTM3MDdaMIIBKzELMAkGA1UEBhMCVFIx\nGDAWBgNVBAcMD0dlYnplIC0gS29jYWVsaTFHMEUGA1UECgw+VMO8cmtpeWUgQmls\naW1zZWwgdmUgVGVrbm9sb2ppayBBcmHFn3TEsXJtYSBLdXJ1bXUgLSBUw5xCxLBU\nQUsxSDBGBgNVBAsMP1VsdXNhbCBFbGVrdHJvbmlrIHZlIEtyaXB0b2xvamkgQXJh\nxZ90xLFybWEgRW5zdGl0w7xzw7wgLSBVRUtBRTEjMCEGA1UECwwaS2FtdSBTZXJ0\naWZpa2FzeW9uIE1lcmtlemkxSjBIBgNVBAMMQVTDnELEsFRBSyBVRUtBRSBLw7Zr\nIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sxc8SxIC0gU8O8csO8bSAzMIIB\nIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAim1L/xCIOsP2fpTo6iBkcK4h\ngb46ezzb8R1Sf1n68yJMlaCQvEhOEav7t7WNeoMojCZG2E6VQIdhn8WebYGHV2yK\nO7Rm6sxA/OOqbLLLAdsyv9Lrhc+hDVXDWzhXcLh1xnnRFDDtG1hba+818qEhTsXO\nfJlfbLm4IpNQp81McGq+agV/E5wrHur+R84EpW+sky58K5+eeROR6Oqeyjh1jmKw\nlZMq5d/pXpduIF9fhHpEORlAHLpVK/swsoHvhOPc7Jg4OQOFCKlUAwUp8MmPi+oL\nhmUZEdPpCSPeaJMDyTYcIW7OjGbxmTDY17PDHfiBLqi9ggtm/oLL4eAagsNAgQID\nAQABo0IwQDAdBgNVHQ4EFgQUvYiHyY/2pAoLquvF/pEjnatKijIwDgYDVR0PAQH/\nBAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEBAB18+kmP\nNOm3JpIWmgV050vQbTlswyb2zrgxvMTfvCr4N5EY3ATIZJkrGG2AA1nJrvhY0D7t\nwyOfaTyGOBye79oneNGEN3GKPEs5z35FBtYt2IpNeBLWrcLTy9LQQfMmNkqblWwM\n7uXRQydmwYj3erMgbOqwaSvHIOgMA8RBBZniP+Rr+KCGgceExh/VS4ESshYhLBOh\ngLJeDEoTniDYYkCrkOpkSi+sDQESeUWoL4cZaMjihccwsnX5OD+ywJO0a+IDRM5n\noN+J1q2MdqMTw5RhK2vZbMEHCiIHhWyFJEapvj+LeISCfiQMnf2BN+MlqO02TpUs\nyZyQ2uypQjyttgI=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Buypass Class 2 CA 1 O=Buypass AS-983163327\n# Subject: CN=Buypass Class 2 CA 1 O=Buypass AS-983163327\n# Label: \"Buypass Class 2 CA 1\"\n# Serial: 1\n# MD5 Fingerprint: b8:08:9a:f0:03:cc:1b:0d:c8:6c:0b:76:a1:75:64:23\n# SHA1 Fingerprint: a0:a1:ab:90:c9:fc:84:7b:3b:12:61:e8:97:7d:5f:d3:22:61:d3:cc\n# SHA256 Fingerprint: 0f:4e:9c:dd:26:4b:02:55:50:d1:70:80:63:40:21:4f:e9:44:34:c9:b0:2f:69:7e:c7:10:fc:5f:ea:fb:5e:38\n-----BEGIN CERTIFICATE-----\nMIIDUzCCAjugAwIBAgIBATANBgkqhkiG9w0BAQUFADBLMQswCQYDVQQGEwJOTzEd\nMBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxHTAbBgNVBAMMFEJ1eXBhc3Mg\nQ2xhc3MgMiBDQSAxMB4XDTA2MTAxMzEwMjUwOVoXDTE2MTAxMzEwMjUwOVowSzEL\nMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MR0wGwYD\nVQQDDBRCdXlwYXNzIENsYXNzIDIgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEP\nADCCAQoCggEBAIs8B0XY9t/mx8q6jUPFR42wWsE425KEHK8T1A9vNkYgxC7McXA0\nojTTNy7Y3Tp3L8DrKehc0rWpkTSHIln+zNvnma+WwajHQN2lFYxuyHyXA8vmIPLX\nl18xoS830r7uvqmtqEyeIWZDO6i88wmjONVZJMHCR3axiFyCO7srpgTXjAePzdVB\nHfCuuCkslFJgNJQ72uA40Z0zPhX0kzLFANq1KWYOOngPIVJfAuWSeyXTkh4vFZ2B\n5J2O6O+JzhRMVB0cgRJNcKi+EAUXfh/RuFdV7c27UsKwHnjCTTZoy1YmwVLBvXb3\nWNVyfh9EdrsAiR0WnVE1703CVu9r4Iw7DekCAwEAAaNCMEAwDwYDVR0TAQH/BAUw\nAwEB/zAdBgNVHQ4EFgQUP42aWYv8e3uco684sDntkHGA1sgwDgYDVR0PAQH/BAQD\nAgEGMA0GCSqGSIb3DQEBBQUAA4IBAQAVGn4TirnoB6NLJzKyQJHyIdFkhb5jatLP\ngcIV1Xp+DCmsNx4cfHZSldq1fyOhKXdlyTKdqC5Wq2B2zha0jX94wNWZUYN/Xtm+\nDKhQ7SLHrQVMdvvt7h5HZPb3J31cKA9FxVxiXqaakZG3Uxcu3K1gnZZkOb1naLKu\nBctN518fV4bVIJwo+28TOPX2EZL2fZleHwzoq0QkKXJAPTZSr4xYkHPB7GEseaHs\nh7U/2k3ZIQAw3pDaDtMaSKk+hQsUi4y8QZ5q9w5wwDX3OaJdZtB7WZ+oRxKaJyOk\nLY4ng5IgodcVf/EuGO70SH8vf/GhGLWhC5SgYiAynB321O+/TIho\n-----END CERTIFICATE-----\n\n# Issuer: CN=Buypass Class 3 CA 1 O=Buypass AS-983163327\n# Subject: CN=Buypass Class 3 CA 1 O=Buypass AS-983163327\n# Label: \"Buypass Class 3 CA 1\"\n# Serial: 2\n# MD5 Fingerprint: df:3c:73:59:81:e7:39:50:81:04:4c:34:a2:cb:b3:7b\n# SHA1 Fingerprint: 61:57:3a:11:df:0e:d8:7e:d5:92:65:22:ea:d0:56:d7:44:b3:23:71\n# SHA256 Fingerprint: b7:b1:2b:17:1f:82:1d:aa:99:0c:d0:fe:50:87:b1:28:44:8b:a8:e5:18:4f:84:c5:1e:02:b5:c8:fb:96:2b:24\n-----BEGIN CERTIFICATE-----\nMIIDUzCCAjugAwIBAgIBAjANBgkqhkiG9w0BAQUFADBLMQswCQYDVQQGEwJOTzEd\nMBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxHTAbBgNVBAMMFEJ1eXBhc3Mg\nQ2xhc3MgMyBDQSAxMB4XDTA1MDUwOTE0MTMwM1oXDTE1MDUwOTE0MTMwM1owSzEL\nMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MR0wGwYD\nVQQDDBRCdXlwYXNzIENsYXNzIDMgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEP\nADCCAQoCggEBAKSO13TZKWTeXx+HgJHqTjnmGcZEC4DVC69TB4sSveZn8AKxifZg\nisRbsELRwCGoy+Gb72RRtqfPFfV0gGgEkKBYouZ0plNTVUhjP5JW3SROjvi6K//z\nNIqeKNc0n6wv1g/xpC+9UrJJhW05NfBEMJNGJPO251P7vGGvqaMU+8IXF4Rs4HyI\n+MkcVyzwPX6UvCWThOiaAJpFBUJXgPROztmuOfbIUxAMZTpHe2DC1vqRycZxbL2R\nhzyRhkmr8w+gbCZ2Xhysm3HljbybIR6c1jh+JIAVMYKWsUnTYjdbiAwKYjT+p0h+\nmbEwi5A3lRyoH6UsjfRVyNvdWQrCrXig9IsCAwEAAaNCMEAwDwYDVR0TAQH/BAUw\nAwEB/zAdBgNVHQ4EFgQUOBTmyPCppAP0Tj4io1vy1uCtQHQwDgYDVR0PAQH/BAQD\nAgEGMA0GCSqGSIb3DQEBBQUAA4IBAQABZ6OMySU9E2NdFm/soT4JXJEVKirZgCFP\nBdy7pYmrEzMqnji3jG8CcmPHc3ceCQa6Oyh7pEfJYWsICCD8igWKH7y6xsL+z27s\nEzNxZy5p+qksP2bAEllNC1QCkoS72xLvg3BweMhT+t/Gxv/ciC8HwEmdMldg0/L2\nmSlf56oBzKwzqBwKu5HEA6BvtjT5htOzdlSY9EqBs1OdTUDs5XcTRa9bqh/YL0yC\ne/4qxFi7T/ye/QNlGioOw6UgFpRreaaiErS7GqQjel/wroQk5PMr+4okoyeYZdow\ndXb8GZHo2+ubPzK/QJcHJrrM85SFSnonk8+QQtS4Wxam58tAA915\n-----END CERTIFICATE-----\n\n# Issuer: CN=EBG Elektronik Sertifika Hizmet Sağlayıcısı O=EBG Bilişim Teknolojileri ve Hizmetleri A.Ş.\n# Subject: CN=EBG Elektronik Sertifika Hizmet Sağlayıcısı O=EBG Bilişim Teknolojileri ve Hizmetleri A.Ş.\n# Label: \"EBG Elektronik Sertifika Hizmet Sa\\xC4\\x9Flay\\xc4\\xb1\\x63\\xc4\\xb1s\\xc4\\xb1\"\n# Serial: 5525761995591021570\n# MD5 Fingerprint: 2c:20:26:9d:cb:1a:4a:00:85:b5:b7:5a:ae:c2:01:37\n# SHA1 Fingerprint: 8c:96:ba:eb:dd:2b:07:07:48:ee:30:32:66:a0:f3:98:6e:7c:ae:58\n# SHA256 Fingerprint: 35:ae:5b:dd:d8:f7:ae:63:5c:ff:ba:56:82:a8:f0:0b:95:f4:84:62:c7:10:8e:e9:a0:e5:29:2b:07:4a:af:b2\n-----BEGIN CERTIFICATE-----\nMIIF5zCCA8+gAwIBAgIITK9zQhyOdAIwDQYJKoZIhvcNAQEFBQAwgYAxODA2BgNV\nBAMML0VCRyBFbGVrdHJvbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sx\nc8SxMTcwNQYDVQQKDC5FQkcgQmlsacWfaW0gVGVrbm9sb2ppbGVyaSB2ZSBIaXpt\nZXRsZXJpIEEuxZ4uMQswCQYDVQQGEwJUUjAeFw0wNjA4MTcwMDIxMDlaFw0xNjA4\nMTQwMDMxMDlaMIGAMTgwNgYDVQQDDC9FQkcgRWxla3Ryb25payBTZXJ0aWZpa2Eg\nSGl6bWV0IFNhxJ9sYXnEsWPEsXPEsTE3MDUGA1UECgwuRUJHIEJpbGnFn2ltIFRl\na25vbG9qaWxlcmkgdmUgSGl6bWV0bGVyaSBBLsWeLjELMAkGA1UEBhMCVFIwggIi\nMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDuoIRh0DpqZhAy2DE4f6en5f2h\n4fuXd7hxlugTlkaDT7byX3JWbhNgpQGR4lvFzVcfd2NR/y8927k/qqk153nQ9dAk\ntiHq6yOU/im/+4mRDGSaBUorzAzu8T2bgmmkTPiab+ci2hC6X5L8GCcKqKpE+i4s\ntPtGmggDg3KriORqcsnlZR9uKg+ds+g75AxuetpX/dfreYteIAbTdgtsApWjluTL\ndlHRKJ2hGvxEok3MenaoDT2/F08iiFD9rrbskFBKW5+VQarKD7JK/oCZTqNGFav4\nc0JqwmZ2sQomFd2TkuzbqV9UIlKRcF0T6kjsbgNs2d1s/OsNA/+mgxKb8amTD8Um\nTDGyY5lhcucqZJnSuOl14nypqZoaqsNW2xCaPINStnuWt6yHd6i58mcLlEOzrz5z\n+kI2sSXFCjEmN1ZnuqMLfdb3ic1nobc6HmZP9qBVFCVMLDMNpkGMvQQxahByCp0O\nLna9XvNRiYuoP1Vzv9s6xiQFlpJIqkuNKgPlV5EQ9GooFW5Hd4RcUXSfGenmHmMW\nOeMRFeNYGkS9y8RsZteEBt8w9DeiQyJ50hBs37vmExH8nYQKE3vwO9D8owrXieqW\nfo1IhR5kX9tUoqzVegJ5a9KK8GfaZXINFHDk6Y54jzJ0fFfy1tb0Nokb+Clsi7n2\nl9GkLqq+CxnCRelwXQIDAJ3Zo2MwYTAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB\n/wQEAwIBBjAdBgNVHQ4EFgQU587GT/wWZ5b6SqMHwQSny2re2kcwHwYDVR0jBBgw\nFoAU587GT/wWZ5b6SqMHwQSny2re2kcwDQYJKoZIhvcNAQEFBQADggIBAJuYml2+\n8ygjdsZs93/mQJ7ANtyVDR2tFcU22NU57/IeIl6zgrRdu0waypIN30ckHrMk2pGI\n6YNw3ZPX6bqz3xZaPt7gyPvT/Wwp+BVGoGgmzJNSroIBk5DKd8pNSe/iWtkqvTDO\nTLKBtjDOWU/aWR1qeqRFsIImgYZ29fUQALjuswnoT4cCB64kXPBfrAowzIpAoHME\nwfuJJPaaHFy3PApnNgUIMbOv2AFoKuB4j3TeuFGkjGwgPaL7s9QJ/XvCgKqTbCmY\nIai7FvOpEl90tYeY8pUm3zTvilORiF0alKM/fCL414i6poyWqD1SNGKfAB5UVUJn\nxk1Gj7sURT0KlhaOEKGXmdXTMIXM3rRyt7yKPBgpaP3ccQfuJDlq+u2lrDgv+R4Q\nDgZxGhBM/nV+/x5XOULK1+EVoVZVWRvRo68R2E7DpSvvkL/A7IITW43WciyTTo9q\nKd+FPNMN4KIYEsxVL0e3p5sC/kH2iExt2qkBR4NkJ2IQgtYSe14DHzSpyZH+r11t\nhie3I6p1GMog57AP14kOpmciY/SDQSsGS7tY1dHXt7kQY9iJSrSq3RZj9W6+YKH4\n7ejWkE8axsWgKdOnIaj1Wjz3x0miIZpKlVIglnKaZsv30oZDfCK+lvm9AahH3eU7\nQPl1K5srRmSGjR70j/sHd9DqSaIcjVIUpgqT\n-----END CERTIFICATE-----\n\n# Issuer: O=certSIGN OU=certSIGN ROOT CA\n# Subject: O=certSIGN OU=certSIGN ROOT CA\n# Label: \"certSIGN ROOT CA\"\n# Serial: 35210227249154\n# MD5 Fingerprint: 18:98:c0:d6:e9:3a:fc:f9:b0:f5:0c:f7:4b:01:44:17\n# SHA1 Fingerprint: fa:b7:ee:36:97:26:62:fb:2d:b0:2a:f6:bf:03:fd:e8:7c:4b:2f:9b\n# SHA256 Fingerprint: ea:a9:62:c4:fa:4a:6b:af:eb:e4:15:19:6d:35:1c:cd:88:8d:4f:53:f3:fa:8a:e6:d7:c4:66:a9:4e:60:42:bb\n-----BEGIN CERTIFICATE-----\nMIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYT\nAlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBD\nQTAeFw0wNjA3MDQxNzIwMDRaFw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJP\nMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTCC\nASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7IJUqOtdu0KBuqV5Do\n0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHHrfAQ\nUySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5d\nRdY4zTW2ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQ\nOA7+j0xbm0bqQfWwCHTD0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwv\nJoIQ4uNllAoEwF73XVv4EOLQunpL+943AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08C\nAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAcYwHQYDVR0O\nBBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IBAQA+0hyJ\nLjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecY\nMnQ8SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ\n44gx+FkagQnIl6Z0x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6I\nJd1hJyMctTEHBDa0GpC9oHRxUIltvBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNw\ni/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7NzTogVZ96edhBiIL5VaZVDADlN\n9u6wWk5JRFRYX0KD\n-----END CERTIFICATE-----\n\n# Issuer: CN=CNNIC ROOT O=CNNIC\n# Subject: CN=CNNIC ROOT O=CNNIC\n# Label: \"CNNIC ROOT\"\n# Serial: 1228079105\n# MD5 Fingerprint: 21:bc:82:ab:49:c4:13:3b:4b:b2:2b:5c:6b:90:9c:19\n# SHA1 Fingerprint: 8b:af:4c:9b:1d:f0:2a:92:f7:da:12:8e:b9:1b:ac:f4:98:60:4b:6f\n# SHA256 Fingerprint: e2:83:93:77:3d:a8:45:a6:79:f2:08:0c:c7:fb:44:a3:b7:a1:c3:79:2c:b7:eb:77:29:fd:cb:6a:8d:99:ae:a7\n-----BEGIN CERTIFICATE-----\nMIIDVTCCAj2gAwIBAgIESTMAATANBgkqhkiG9w0BAQUFADAyMQswCQYDVQQGEwJD\nTjEOMAwGA1UEChMFQ05OSUMxEzARBgNVBAMTCkNOTklDIFJPT1QwHhcNMDcwNDE2\nMDcwOTE0WhcNMjcwNDE2MDcwOTE0WjAyMQswCQYDVQQGEwJDTjEOMAwGA1UEChMF\nQ05OSUMxEzARBgNVBAMTCkNOTklDIFJPT1QwggEiMA0GCSqGSIb3DQEBAQUAA4IB\nDwAwggEKAoIBAQDTNfc/c3et6FtzF8LRb+1VvG7q6KR5smzDo+/hn7E7SIX1mlwh\nIhAsxYLO2uOabjfhhyzcuQxauohV3/2q2x8x6gHx3zkBwRP9SFIhxFXf2tizVHa6\ndLG3fdfA6PZZxU3Iva0fFNrfWEQlMhkqx35+jq44sDB7R3IJMfAw28Mbdim7aXZO\nV/kbZKKTVrdvmW7bCgScEeOAH8tjlBAKqeFkgjH5jCftppkA9nCTGPihNIaj3XrC\nGHn2emU1z5DrvTOTn1OrczvmmzQgLx3vqR1jGqCA2wMv+SYahtKNu6m+UjqHZ0gN\nv7Sg2Ca+I19zN38m5pIEo3/PIKe38zrKy5nLAgMBAAGjczBxMBEGCWCGSAGG+EIB\nAQQEAwIABzAfBgNVHSMEGDAWgBRl8jGtKvf33VKWCscCwQ7vptU7ETAPBgNVHRMB\nAf8EBTADAQH/MAsGA1UdDwQEAwIB/jAdBgNVHQ4EFgQUZfIxrSr3991SlgrHAsEO\n76bVOxEwDQYJKoZIhvcNAQEFBQADggEBAEs17szkrr/Dbq2flTtLP1se31cpolnK\nOOK5Gv+e5m4y3R6u6jW39ZORTtpC4cMXYFDy0VwmuYK36m3knITnA3kXr5g9lNvH\nugDnuL8BV8F3RTIMO/G0HAiw/VGgod2aHRM2mm23xzy54cXZF/qD1T0VoDy7Hgvi\nyJA/qIYM/PmLXoXLT1tLYhFHxUV8BS9BsZ4QaRuZluBVeftOhpm4lNqGOGqTo+fL\nbuXf6iFViZx9fX+Y9QCJ7uOEwFyWtcVG6kbghVW2G8kS1sHNzYDzAgE8yGnLRUhj\n2JTQ7IUOO04RZfSCjKY9ri4ilAnIXOo8gV0WKgOXFlUJ24pBgp5mmxE=\n-----END CERTIFICATE-----\n\n# Issuer: O=Japanese Government OU=ApplicationCA\n# Subject: O=Japanese Government OU=ApplicationCA\n# Label: \"ApplicationCA - Japanese Government\"\n# Serial: 49\n# MD5 Fingerprint: 7e:23:4e:5b:a7:a5:b4:25:e9:00:07:74:11:62:ae:d6\n# SHA1 Fingerprint: 7f:8a:b0:cf:d0:51:87:6a:66:f3:36:0f:47:c8:8d:8c:d3:35:fc:74\n# SHA256 Fingerprint: 2d:47:43:7d:e1:79:51:21:5a:12:f3:c5:8e:51:c7:29:a5:80:26:ef:1f:cc:0a:5f:b3:d9:dc:01:2f:60:0d:19\n-----BEGIN CERTIFICATE-----\nMIIDoDCCAoigAwIBAgIBMTANBgkqhkiG9w0BAQUFADBDMQswCQYDVQQGEwJKUDEc\nMBoGA1UEChMTSmFwYW5lc2UgR292ZXJubWVudDEWMBQGA1UECxMNQXBwbGljYXRp\nb25DQTAeFw0wNzEyMTIxNTAwMDBaFw0xNzEyMTIxNTAwMDBaMEMxCzAJBgNVBAYT\nAkpQMRwwGgYDVQQKExNKYXBhbmVzZSBHb3Zlcm5tZW50MRYwFAYDVQQLEw1BcHBs\naWNhdGlvbkNBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp23gdE6H\nj6UG3mii24aZS2QNcfAKBZuOquHMLtJqO8F6tJdhjYq+xpqcBrSGUeQ3DnR4fl+K\nf5Sk10cI/VBaVuRorChzoHvpfxiSQE8tnfWuREhzNgaeZCw7NCPbXCbkcXmP1G55\nIrmTwcrNwVbtiGrXoDkhBFcsovW8R0FPXjQilbUfKW1eSvNNcr5BViCH/OlQR9cw\nFO5cjFW6WY2H/CPek9AEjP3vbb3QesmlOmpyM8ZKDQUXKi17safY1vC+9D/qDiht\nQWEjdnjDuGWk81quzMKq2edY3rZ+nYVunyoKb58DKTCXKB28t89UKU5RMfkntigm\n/qJj5kEW8DOYRwIDAQABo4GeMIGbMB0GA1UdDgQWBBRUWssmP3HMlEYNllPqa0jQ\nk/5CdTAOBgNVHQ8BAf8EBAMCAQYwWQYDVR0RBFIwUKROMEwxCzAJBgNVBAYTAkpQ\nMRgwFgYDVQQKDA/ml6XmnKzlm73mlL/lupwxIzAhBgNVBAsMGuOCouODl+ODquOC\nseODvOOCt+ODp+ODs0NBMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD\nggEBADlqRHZ3ODrso2dGD/mLBqj7apAxzn7s2tGJfHrrLgy9mTLnsCTWw//1sogJ\nhyzjVOGjprIIC8CFqMjSnHH2HZ9g/DgzE+Ge3Atf2hZQKXsvcJEPmbo0NI2VdMV+\neKlmXb3KIXdCEKxmJj3ekav9FfBv7WxfEPjzFvYDio+nEhEMy/0/ecGc/WLuo89U\nDNErXxc+4z6/wCs+CZv+iKZ+tJIX/COUgb1up8WMwusRRdv4QcmWdupwX3kSa+Sj\nB1oF7ydJzyGfikwJcGapJsErEU4z0g781mzSDjJkaP+tBXhfAx2o45CsJOAPQKdL\nrosot4LKGAfmt1t06SAZf7IbiVQ=\n-----END CERTIFICATE-----\n\n# Issuer: CN=GeoTrust Primary Certification Authority - G3 O=GeoTrust Inc. OU=(c) 2008 GeoTrust Inc. - For authorized use only\n# Subject: CN=GeoTrust Primary Certification Authority - G3 O=GeoTrust Inc. OU=(c) 2008 GeoTrust Inc. - For authorized use only\n# Label: \"GeoTrust Primary Certification Authority - G3\"\n# Serial: 28809105769928564313984085209975885599\n# MD5 Fingerprint: b5:e8:34:36:c9:10:44:58:48:70:6d:2e:83:d4:b8:05\n# SHA1 Fingerprint: 03:9e:ed:b8:0b:e7:a0:3c:69:53:89:3b:20:d2:d9:32:3a:4c:2a:fd\n# SHA256 Fingerprint: b4:78:b8:12:25:0d:f8:78:63:5c:2a:a7:ec:7d:15:5e:aa:62:5e:e8:29:16:e2:cd:29:43:61:88:6c:d1:fb:d4\n-----BEGIN CERTIFICATE-----\nMIID/jCCAuagAwIBAgIQFaxulBmyeUtB9iepwxgPHzANBgkqhkiG9w0BAQsFADCB\nmDELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsT\nMChjKSAyMDA4IEdlb1RydXN0IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25s\neTE2MDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhv\ncml0eSAtIEczMB4XDTA4MDQwMjAwMDAwMFoXDTM3MTIwMTIzNTk1OVowgZgxCzAJ\nBgNVBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykg\nMjAwOCBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0\nBgNVBAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkg\nLSBHMzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANziXmJYHTNXOTIz\n+uvLh4yn1ErdBojqZI4xmKU4kB6Yzy5jK/BGvESyiaHAKAxJcCGVn2TAppMSAmUm\nhsalifD614SgcK9PGpc/BkTVyetyEH3kMSj7HGHmKAdEc5IiaacDiGydY8hS2pgn\n5whMcD60yRLBxWeDXTPzAxHsatBT4tG6NmCUgLthY2xbF37fQJQeqw3CIShwiP/W\nJmxsYAQlTlV+fe+/lEjetx3dcI0FX4ilm/LC7urRQEFtYjgdVgbFA0dRIBn8exAL\nDmKudlW/X3e+PkkBUz2YJQN2JFodtNuJ6nnltrM7P7pMKEF/BqxqjsHQ9gUdfeZC\nhuOl1UcCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYw\nHQYDVR0OBBYEFMR5yo6hTgMdHNxr2zFblD4/MH8tMA0GCSqGSIb3DQEBCwUAA4IB\nAQAtxRPPVoB7eni9n64smefv2t+UXglpp+duaIy9cr5HqQ6XErhK8WTTOd8lNNTB\nzU6B8A8ExCSzNJbGpqow32hhc9f5joWJ7w5elShKKiePEI4ufIbEAp7aDHdlDkQN\nkv39sxY2+hENHYwOB4lqKVb3cvTdFZx3NWZXqxNT2I7BQMXXExZacse3aQHEerGD\nAWh9jUGhlBjBJVz88P6DAod8DQ3PLghcSkANPuyBYeYk28rgDi0Hsj5W3I31QYUH\nSJsMC8tJP33st/3LjWeJGqvtux6jAAgIFyqCXDFdRootD4abdNlF+9RAsXqqaC2G\nspki4cErx5z481+oghLrGREt\n-----END CERTIFICATE-----\n\n# Issuer: CN=thawte Primary Root CA - G2 O=thawte, Inc. OU=(c) 2007 thawte, Inc. - For authorized use only\n# Subject: CN=thawte Primary Root CA - G2 O=thawte, Inc. OU=(c) 2007 thawte, Inc. - For authorized use only\n# Label: \"thawte Primary Root CA - G2\"\n# Serial: 71758320672825410020661621085256472406\n# MD5 Fingerprint: 74:9d:ea:60:24:c4:fd:22:53:3e:cc:3a:72:d9:29:4f\n# SHA1 Fingerprint: aa:db:bc:22:23:8f:c4:01:a1:27:bb:38:dd:f4:1d:db:08:9e:f0:12\n# SHA256 Fingerprint: a4:31:0d:50:af:18:a6:44:71:90:37:2a:86:af:af:8b:95:1f:fb:43:1d:83:7f:1e:56:88:b4:59:71:ed:15:57\n-----BEGIN CERTIFICATE-----\nMIICiDCCAg2gAwIBAgIQNfwmXNmET8k9Jj1Xm67XVjAKBggqhkjOPQQDAzCBhDEL\nMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjE4MDYGA1UECxMvKGMp\nIDIwMDcgdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxJDAi\nBgNVBAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EgLSBHMjAeFw0wNzExMDUwMDAw\nMDBaFw0zODAxMTgyMzU5NTlaMIGEMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhh\nd3RlLCBJbmMuMTgwNgYDVQQLEy8oYykgMjAwNyB0aGF3dGUsIEluYy4gLSBGb3Ig\nYXV0aG9yaXplZCB1c2Ugb25seTEkMCIGA1UEAxMbdGhhd3RlIFByaW1hcnkgUm9v\ndCBDQSAtIEcyMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEotWcgnuVnfFSeIf+iha/\nBebfowJPDQfGAFG6DAJSLSKkQjnE/o/qycG+1E3/n3qe4rF8mq2nhglzh9HnmuN6\npapu+7qzcMBniKI11KOasf2twu8x+qi58/sIxpHR+ymVo0IwQDAPBgNVHRMBAf8E\nBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUmtgAMADna3+FGO6Lts6K\nDPgR4bswCgYIKoZIzj0EAwMDaQAwZgIxAN344FdHW6fmCsO99YCKlzUNG4k8VIZ3\nKMqh9HneteY4sPBlcIx/AlTCv//YoT7ZzwIxAMSNlPzcU9LcnXgWHxUzI1NS41ox\nXZ3Krr0TKUQNJ1uo52icEvdYPy5yAlejj6EULg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=thawte Primary Root CA - G3 O=thawte, Inc. OU=Certification Services Division/(c) 2008 thawte, Inc. - For authorized use only\n# Subject: CN=thawte Primary Root CA - G3 O=thawte, Inc. OU=Certification Services Division/(c) 2008 thawte, Inc. - For authorized use only\n# Label: \"thawte Primary Root CA - G3\"\n# Serial: 127614157056681299805556476275995414779\n# MD5 Fingerprint: fb:1b:5d:43:8a:94:cd:44:c6:76:f2:43:4b:47:e7:31\n# SHA1 Fingerprint: f1:8b:53:8d:1b:e9:03:b6:a6:f0:56:43:5b:17:15:89:ca:f3:6b:f2\n# SHA256 Fingerprint: 4b:03:f4:58:07:ad:70:f2:1b:fc:2c:ae:71:c9:fd:e4:60:4c:06:4c:f5:ff:b6:86:ba:e5:db:aa:d7:fd:d3:4c\n-----BEGIN CERTIFICATE-----\nMIIEKjCCAxKgAwIBAgIQYAGXt0an6rS0mtZLL/eQ+zANBgkqhkiG9w0BAQsFADCB\nrjELMAkGA1UEBhMCVVMxFTATBgNVBAoTDHRoYXd0ZSwgSW5jLjEoMCYGA1UECxMf\nQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcyBEaXZpc2lvbjE4MDYGA1UECxMvKGMpIDIw\nMDggdGhhd3RlLCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxJDAiBgNV\nBAMTG3RoYXd0ZSBQcmltYXJ5IFJvb3QgQ0EgLSBHMzAeFw0wODA0MDIwMDAwMDBa\nFw0zNzEyMDEyMzU5NTlaMIGuMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMdGhhd3Rl\nLCBJbmMuMSgwJgYDVQQLEx9DZXJ0aWZpY2F0aW9uIFNlcnZpY2VzIERpdmlzaW9u\nMTgwNgYDVQQLEy8oYykgMjAwOCB0aGF3dGUsIEluYy4gLSBGb3IgYXV0aG9yaXpl\nZCB1c2Ugb25seTEkMCIGA1UEAxMbdGhhd3RlIFByaW1hcnkgUm9vdCBDQSAtIEcz\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsr8nLPvb2FvdeHsbnndm\ngcs+vHyu86YnmjSjaDFxODNi5PNxZnmxqWWjpYvVj2AtP0LMqmsywCPLLEHd5N/8\nYZzic7IilRFDGF/Eth9XbAoFWCLINkw6fKXRz4aviKdEAhN0cXMKQlkC+BsUa0Lf\nb1+6a4KinVvnSr0eAXLbS3ToO39/fR8EtCab4LRarEc9VbjXsCZSKAExQGbY2SS9\n9irY7CFJXJv2eul/VTV+lmuNk5Mny5K76qxAwJ/C+IDPXfRa3M50hqY+bAtTyr2S\nzhkGcuYMXDhpxwTWvGzOW/b3aJzcJRVIiKHpqfiYnODz1TEoYRFsZ5aNOZnLwkUk\nOQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNV\nHQ4EFgQUrWyqlGCc7eT/+j4KdCtjA/e2Wb8wDQYJKoZIhvcNAQELBQADggEBABpA\n2JVlrAmSicY59BDlqQ5mU1143vokkbvnRFHfxhY0Cu9qRFHqKweKA3rD6z8KLFIW\noCtDuSWQP3CpMyVtRRooOyfPqsMpQhvfO0zAMzRbQYi/aytlryjvsvXDqmbOe1bu\nt8jLZ8HJnBoYuMTDSQPxYA5QzUbF83d597YV4Djbxy8ooAw/dyZ02SUS2jHaGh7c\nKUGRIjxpp7sC8rZcJwOJ9Abqm+RyguOhCcHpABnTPtRwa7pxpqpYrvS76Wy274fM\nm7v/OeZWYdMKp8RcTGB7BXcmer/YB1IsYvdwY9k5vG8cwnncdimvzsUsZAReiDZu\nMdRAGmI0Nj81Aa6sY6A=\n-----END CERTIFICATE-----\n\n# Issuer: CN=GeoTrust Primary Certification Authority - G2 O=GeoTrust Inc. OU=(c) 2007 GeoTrust Inc. - For authorized use only\n# Subject: CN=GeoTrust Primary Certification Authority - G2 O=GeoTrust Inc. OU=(c) 2007 GeoTrust Inc. - For authorized use only\n# Label: \"GeoTrust Primary Certification Authority - G2\"\n# Serial: 80682863203381065782177908751794619243\n# MD5 Fingerprint: 01:5e:d8:6b:bd:6f:3d:8e:a1:31:f8:12:e0:98:73:6a\n# SHA1 Fingerprint: 8d:17:84:d5:37:f3:03:7d:ec:70:fe:57:8b:51:9a:99:e6:10:d7:b0\n# SHA256 Fingerprint: 5e:db:7a:c4:3b:82:a0:6a:87:61:e8:d7:be:49:79:eb:f2:61:1f:7d:d7:9b:f9:1c:1c:6b:56:6a:21:9e:d7:66\n-----BEGIN CERTIFICATE-----\nMIICrjCCAjWgAwIBAgIQPLL0SAoA4v7rJDteYD7DazAKBggqhkjOPQQDAzCBmDEL\nMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUdlb1RydXN0IEluYy4xOTA3BgNVBAsTMChj\nKSAyMDA3IEdlb1RydXN0IEluYy4gLSBGb3IgYXV0aG9yaXplZCB1c2Ugb25seTE2\nMDQGA1UEAxMtR2VvVHJ1c3QgUHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0\neSAtIEcyMB4XDTA3MTEwNTAwMDAwMFoXDTM4MDExODIzNTk1OVowgZgxCzAJBgNV\nBAYTAlVTMRYwFAYDVQQKEw1HZW9UcnVzdCBJbmMuMTkwNwYDVQQLEzAoYykgMjAw\nNyBHZW9UcnVzdCBJbmMuIC0gRm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxNjA0BgNV\nBAMTLUdlb1RydXN0IFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgLSBH\nMjB2MBAGByqGSM49AgEGBSuBBAAiA2IABBWx6P0DFUPlrOuHNxFi79KDNlJ9RVcL\nSo17VDs6bl8VAsBQps8lL33KSLjHUGMcKiEIfJo22Av+0SbFWDEwKCXzXV2juLal\ntJLtbCyf691DiaI8S0iRHVDsJt/WYC69IaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO\nBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBVfNVdRVfslsq0DafwBo/q+EVXVMAoG\nCCqGSM49BAMDA2cAMGQCMGSWWaboCd6LuvpaiIjwH5HTRqjySkwCY/tsXzjbLkGT\nqQ7mndwxHLKgpxgceeHHNgIwOlavmnRs9vuD4DPTCF+hnMJbn0bWtsuRBmOiBucz\nrD6ogRLQy7rQkgu2npaqBA+K\n-----END CERTIFICATE-----\n\n# Issuer: CN=VeriSign Universal Root Certification Authority O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2008 VeriSign, Inc. - For authorized use only\n# Subject: CN=VeriSign Universal Root Certification Authority O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2008 VeriSign, Inc. - For authorized use only\n# Label: \"VeriSign Universal Root Certification Authority\"\n# Serial: 85209574734084581917763752644031726877\n# MD5 Fingerprint: 8e:ad:b5:01:aa:4d:81:e4:8c:1d:d1:e1:14:00:95:19\n# SHA1 Fingerprint: 36:79:ca:35:66:87:72:30:4d:30:a5:fb:87:3b:0f:a7:7b:b7:0d:54\n# SHA256 Fingerprint: 23:99:56:11:27:a5:71:25:de:8c:ef:ea:61:0d:df:2f:a0:78:b5:c8:06:7f:4e:82:82:90:bf:b8:60:e8:4b:3c\n-----BEGIN CERTIFICATE-----\nMIIEuTCCA6GgAwIBAgIQQBrEZCGzEyEDDrvkEhrFHTANBgkqhkiG9w0BAQsFADCB\nvTELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQL\nExZWZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwOCBWZXJp\nU2lnbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MTgwNgYDVQQDEy9W\nZXJpU2lnbiBVbml2ZXJzYWwgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe\nFw0wODA0MDIwMDAwMDBaFw0zNzEyMDEyMzU5NTlaMIG9MQswCQYDVQQGEwJVUzEX\nMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0\nIE5ldHdvcmsxOjA4BgNVBAsTMShjKSAyMDA4IFZlcmlTaWduLCBJbmMuIC0gRm9y\nIGF1dGhvcml6ZWQgdXNlIG9ubHkxODA2BgNVBAMTL1ZlcmlTaWduIFVuaXZlcnNh\nbCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEF\nAAOCAQ8AMIIBCgKCAQEAx2E3XrEBNNti1xWb/1hajCMj1mCOkdeQmIN65lgZOIzF\n9uVkhbSicfvtvbnazU0AtMgtc6XHaXGVHzk8skQHnOgO+k1KxCHfKWGPMiJhgsWH\nH26MfF8WIFFE0XBPV+rjHOPMee5Y2A7Cs0WTwCznmhcrewA3ekEzeOEz4vMQGn+H\nLL729fdC4uW/h2KJXwBL38Xd5HVEMkE6HnFuacsLdUYI0crSK5XQz/u5QGtkjFdN\n/BMReYTtXlT2NJ8IAfMQJQYXStrxHXpma5hgZqTZ79IugvHw7wnqRMkVauIDbjPT\nrJ9VAMf2CGqUuV/c4DPxhGD5WycRtPwW8rtWaoAljQIDAQABo4GyMIGvMA8GA1Ud\nEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMG0GCCsGAQUFBwEMBGEwX6FdoFsw\nWTBXMFUWCWltYWdlL2dpZjAhMB8wBwYFKw4DAhoEFI/l0xqGrI2Oa8PPgGrUSBgs\nexkuMCUWI2h0dHA6Ly9sb2dvLnZlcmlzaWduLmNvbS92c2xvZ28uZ2lmMB0GA1Ud\nDgQWBBS2d/ppSEefUxLVwuoHMnYH0ZcHGTANBgkqhkiG9w0BAQsFAAOCAQEASvj4\nsAPmLGd75JR3Y8xuTPl9Dg3cyLk1uXBPY/ok+myDjEedO2Pzmvl2MpWRsXe8rJq+\nseQxIcaBlVZaDrHC1LGmWazxY8u4TB1ZkErvkBYoH1quEPuBUDgMbMzxPcP1Y+Oz\n4yHJJDnp/RVmRvQbEdBNc6N9Rvk97ahfYtTxP/jgdFcrGJ2BtMQo2pSXpXDrrB2+\nBxHw1dvd5Yzw1TKwg+ZX4o+/vqGqvz0dtdQ46tewXDpPaj+PwGZsY6rp2aQW9IHR\nlRQOfc2VNNnSj3BzgXucfr2YYdhFh5iQxeuGMMY1v/D/w1WIg0vvBZIGcfK4mJO3\n7M2CYfE45k+XmCpajQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G4 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2007 VeriSign, Inc. - For authorized use only\n# Subject: CN=VeriSign Class 3 Public Primary Certification Authority - G4 O=VeriSign, Inc. OU=VeriSign Trust Network/(c) 2007 VeriSign, Inc. - For authorized use only\n# Label: \"VeriSign Class 3 Public Primary Certification Authority - G4\"\n# Serial: 63143484348153506665311985501458640051\n# MD5 Fingerprint: 3a:52:e1:e7:fd:6f:3a:e3:6f:f3:6f:99:1b:f9:22:41\n# SHA1 Fingerprint: 22:d5:d8:df:8f:02:31:d1:8d:f7:9d:b7:cf:8a:2d:64:c9:3f:6c:3a\n# SHA256 Fingerprint: 69:dd:d7:ea:90:bb:57:c9:3e:13:5d:c8:5e:a6:fc:d5:48:0b:60:32:39:bd:c4:54:fc:75:8b:2a:26:cf:7f:79\n-----BEGIN CERTIFICATE-----\nMIIDhDCCAwqgAwIBAgIQL4D+I4wOIg9IZxIokYesszAKBggqhkjOPQQDAzCByjEL\nMAkGA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW\nZXJpU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2ln\nbiwgSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJp\nU2lnbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9y\naXR5IC0gRzQwHhcNMDcxMTA1MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCByjELMAkG\nA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZWZXJp\nU2lnbiBUcnVzdCBOZXR3b3JrMTowOAYDVQQLEzEoYykgMjAwNyBWZXJpU2lnbiwg\nSW5jLiAtIEZvciBhdXRob3JpemVkIHVzZSBvbmx5MUUwQwYDVQQDEzxWZXJpU2ln\nbiBDbGFzcyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5\nIC0gRzQwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASnVnp8Utpkmw4tXNherJI9/gHm\nGUo9FANL+mAnINmDiWn6VMaaGF5VKmTeBvaNSjutEDxlPZCIBIngMGGzrl0Bp3ve\nfLK+ymVhAIau2o970ImtTR1ZmkGxvEeA3J5iw/mjgbIwga8wDwYDVR0TAQH/BAUw\nAwEB/zAOBgNVHQ8BAf8EBAMCAQYwbQYIKwYBBQUHAQwEYTBfoV2gWzBZMFcwVRYJ\naW1hZ2UvZ2lmMCEwHzAHBgUrDgMCGgQUj+XTGoasjY5rw8+AatRIGCx7GS4wJRYj\naHR0cDovL2xvZ28udmVyaXNpZ24uY29tL3ZzbG9nby5naWYwHQYDVR0OBBYEFLMW\nkf3upm7ktS5Jj4d4gYDs5bG1MAoGCCqGSM49BAMDA2gAMGUCMGYhDBgmYFo4e1ZC\n4Kf8NoRRkSAsdk1DPcQdhCPQrNZ8NQbOzWm9kA3bbEhCHQ6qQgIxAJw9SDkjOVga\nFRJZap7v1VmyHVIsmXHNxynfGyphe3HR3vPA5Q06Sqotp9iGKt0uEA==\n-----END CERTIFICATE-----\n\n# Issuer: CN=NetLock Arany (Class Gold) Főtanúsítvány O=NetLock Kft. OU=Tanúsítványkiadók (Certification Services)\n# Subject: CN=NetLock Arany (Class Gold) Főtanúsítvány O=NetLock Kft. OU=Tanúsítványkiadók (Certification Services)\n# Label: \"NetLock Arany (Class Gold) Főtanúsítvány\"\n# Serial: 80544274841616\n# MD5 Fingerprint: c5:a1:b7:ff:73:dd:d6:d7:34:32:18:df:fc:3c:ad:88\n# SHA1 Fingerprint: 06:08:3f:59:3f:15:a1:04:a0:69:a4:6b:a9:03:d0:06:b7:97:09:91\n# SHA256 Fingerprint: 6c:61:da:c3:a2:de:f0:31:50:6b:e0:36:d2:a6:fe:40:19:94:fb:d1:3d:f9:c8:d4:66:59:92:74:c4:46:ec:98\n-----BEGIN CERTIFICATE-----\nMIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQG\nEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3\nMDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl\ncnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR\ndGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgxMjA2MTUwODIxWjCB\npzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxOZXRM\nb2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlm\naWNhdGlvbiBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNz\nIEdvbGQpIEbFkXRhbsO6c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A\nMIIBCgKCAQEAxCRec75LbRTDofTjl5Bu0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrT\nlF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw/HpYzY6b7cNGbIRwXdrz\nAZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAkH3B5r9s5\nVA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRG\nILdwfzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2\nBJtr+UBdADTHLpl1neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAG\nAQH/AgEEMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2M\nU9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwWqZw8UQCgwBEIBaeZ5m8BiFRh\nbvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTtaYtOUZcTh5m2C\n+C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC\nbLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2F\nuLjbvrW5KfnaNwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2\nXjG4Kvte9nHfRCaexOYNkbQudZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Staat der Nederlanden Root CA - G2 O=Staat der Nederlanden\n# Subject: CN=Staat der Nederlanden Root CA - G2 O=Staat der Nederlanden\n# Label: \"Staat der Nederlanden Root CA - G2\"\n# Serial: 10000012\n# MD5 Fingerprint: 7c:a5:0f:f8:5b:9a:7d:6d:30:ae:54:5a:e3:42:a2:8a\n# SHA1 Fingerprint: 59:af:82:79:91:86:c7:b4:75:07:cb:cf:03:57:46:eb:04:dd:b7:16\n# SHA256 Fingerprint: 66:8c:83:94:7d:a6:3b:72:4b:ec:e1:74:3c:31:a0:e6:ae:d0:db:8e:c5:b3:1b:e3:77:bb:78:4f:91:b6:71:6f\n-----BEGIN CERTIFICATE-----\nMIIFyjCCA7KgAwIBAgIEAJiWjDANBgkqhkiG9w0BAQsFADBaMQswCQYDVQQGEwJO\nTDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSswKQYDVQQDDCJTdGFh\ndCBkZXIgTmVkZXJsYW5kZW4gUm9vdCBDQSAtIEcyMB4XDTA4MDMyNjExMTgxN1oX\nDTIwMDMyNTExMDMxMFowWjELMAkGA1UEBhMCTkwxHjAcBgNVBAoMFVN0YWF0IGRl\nciBOZWRlcmxhbmRlbjErMCkGA1UEAwwiU3RhYXQgZGVyIE5lZGVybGFuZGVuIFJv\nb3QgQ0EgLSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMVZ5291\nqj5LnLW4rJ4L5PnZyqtdj7U5EILXr1HgO+EASGrP2uEGQxGZqhQlEq0i6ABtQ8Sp\nuOUfiUtnvWFI7/3S4GCI5bkYYCjDdyutsDeqN95kWSpGV+RLufg3fNU254DBtvPU\nZ5uW6M7XxgpT0GtJlvOjCwV3SPcl5XCsMBQgJeN/dVrlSPhOewMHBPqCYYdu8DvE\npMfQ9XQ+pV0aCPKbJdL2rAQmPlU6Yiile7Iwr/g3wtG61jj99O9JMDeZJiFIhQGp\n5Rbn3JBV3w/oOM2ZNyFPXfUib2rFEhZgF1XyZWampzCROME4HYYEhLoaJXhena/M\nUGDWE4dS7WMfbWV9whUYdMrhfmQpjHLYFhN9C0lK8SgbIHRrxT3dsKpICT0ugpTN\nGmXZK4iambwYfp/ufWZ8Pr2UuIHOzZgweMFvZ9C+X+Bo7d7iscksWXiSqt8rYGPy\n5V6548r6f1CGPqI0GAwJaCgRHOThuVw+R7oyPxjMW4T182t0xHJ04eOLoEq9jWYv\n6q012iDTiIJh8BIitrzQ1aTsr1SIJSQ8p22xcik/Plemf1WvbibG/ufMQFxRRIEK\neN5KzlW/HdXZt1bv8Hb/C3m1r737qWmRRpdogBQ2HbN/uymYNqUg+oJgYjOk7Na6\nB6duxc8UpufWkjTYgfX8HV2qXB72o007uPc5AgMBAAGjgZcwgZQwDwYDVR0TAQH/\nBAUwAwEB/zBSBgNVHSAESzBJMEcGBFUdIAAwPzA9BggrBgEFBQcCARYxaHR0cDov\nL3d3dy5wa2lvdmVyaGVpZC5ubC9wb2xpY2llcy9yb290LXBvbGljeS1HMjAOBgNV\nHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJFoMocVHYnitfGsNig0jQt8YojrMA0GCSqG\nSIb3DQEBCwUAA4ICAQCoQUpnKpKBglBu4dfYszk78wIVCVBR7y29JHuIhjv5tLyS\nCZa59sCrI2AGeYwRTlHSeYAz+51IvuxBQ4EffkdAHOV6CMqqi3WtFMTC6GY8ggen\n5ieCWxjmD27ZUD6KQhgpxrRW/FYQoAUXvQwjf/ST7ZwaUb7dRUG/kSS0H4zpX897\nIZmflZ85OkYcbPnNe5yQzSipx6lVu6xiNGI1E0sUOlWDuYaNkqbG9AclVMwWVxJK\ngnjIFNkXgiYtXSAfea7+1HAWFpWD2DU5/1JddRwWxRNVz0fMdWVSSt7wsKfkCpYL\n+63C4iWEst3kvX5ZbJvw8NjnyvLplzh+ib7M+zkXYT9y2zqR2GUBGR2tUKRXCnxL\nvJxxcypFURmFzI79R6d0lR2o0a9OF7FpJsKqeFdbxU2n5Z4FF5TKsl+gSRiNNOkm\nbEgeqmiSBeGCc1qb3AdbCG19ndeNIdn8FCCqwkXfP+cAslHkwvgFuXkajDTznlvk\nN1trSt8sV4pAWja63XVECDdCcAz+3F4hoKOKwJCcaNpQ5kUQR3i2TtJlycM33+FC\nY7BXN0Ute4qcvwXqZVUz9zkQxSgqIXobisQk+T8VyJoVIPVVYpbtbZNQvOSqeK3Z\nywplh6ZmwcSBo3c6WB4L7oOLnR7SUqTMHW+wmG2UMbX4cQrcufx9MmDm66+KAQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=CA Disig O=Disig a.s.\n# Subject: CN=CA Disig O=Disig a.s.\n# Label: \"CA Disig\"\n# Serial: 1\n# MD5 Fingerprint: 3f:45:96:39:e2:50:87:f7:bb:fe:98:0c:3c:20:98:e6\n# SHA1 Fingerprint: 2a:c8:d5:8b:57:ce:bf:2f:49:af:f2:fc:76:8f:51:14:62:90:7a:41\n# SHA256 Fingerprint: 92:bf:51:19:ab:ec:ca:d0:b1:33:2d:c4:e1:d0:5f:ba:75:b5:67:90:44:ee:0c:a2:6e:93:1f:74:4f:2f:33:cf\n-----BEGIN CERTIFICATE-----\nMIIEDzCCAvegAwIBAgIBATANBgkqhkiG9w0BAQUFADBKMQswCQYDVQQGEwJTSzET\nMBEGA1UEBxMKQnJhdGlzbGF2YTETMBEGA1UEChMKRGlzaWcgYS5zLjERMA8GA1UE\nAxMIQ0EgRGlzaWcwHhcNMDYwMzIyMDEzOTM0WhcNMTYwMzIyMDEzOTM0WjBKMQsw\nCQYDVQQGEwJTSzETMBEGA1UEBxMKQnJhdGlzbGF2YTETMBEGA1UEChMKRGlzaWcg\nYS5zLjERMA8GA1UEAxMIQ0EgRGlzaWcwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAw\nggEKAoIBAQCS9jHBfYj9mQGp2HvycXXxMcbzdWb6UShGhJd4NLxs/LxFWYgmGErE\nNx+hSkS943EE9UQX4j/8SFhvXJ56CbpRNyIjZkMhsDxkovhqFQ4/61HhVKndBpnX\nmjxUizkDPw/Fzsbrg3ICqB9x8y34dQjbYkzo+s7552oftms1grrijxaSfQUMbEYD\nXcDtab86wYqg6I7ZuUUohwjstMoVvoLdtUSLLa2GDGhibYVW8qwUYzrG0ZmsNHhW\nS8+2rT+MitcE5eN4TPWGqvWP+j1scaMtymfraHtuM6kMgiioTGohQBUgDCZbg8Kp\nFhXAJIJdKxatymP2dACw30PEEGBWZ2NFAgMBAAGjgf8wgfwwDwYDVR0TAQH/BAUw\nAwEB/zAdBgNVHQ4EFgQUjbJJaJ1yCCW5wCf1UJNWSEZx+Y8wDgYDVR0PAQH/BAQD\nAgEGMDYGA1UdEQQvMC2BE2Nhb3BlcmF0b3JAZGlzaWcuc2uGFmh0dHA6Ly93d3cu\nZGlzaWcuc2svY2EwZgYDVR0fBF8wXTAtoCugKYYnaHR0cDovL3d3dy5kaXNpZy5z\nay9jYS9jcmwvY2FfZGlzaWcuY3JsMCygKqAohiZodHRwOi8vY2EuZGlzaWcuc2sv\nY2EvY3JsL2NhX2Rpc2lnLmNybDAaBgNVHSAEEzARMA8GDSuBHpGT5goAAAABAQEw\nDQYJKoZIhvcNAQEFBQADggEBAF00dGFMrzvY/59tWDYcPQuBDRIrRhCA/ec8J9B6\nyKm2fnQwM6M6int0wHl5QpNt/7EpFIKrIYwvF/k/Ji/1WcbvgAa3mkkp7M5+cTxq\nEEHA9tOasnxakZzArFvITV734VP/Q3f8nktnbNfzg9Gg4H8l37iYC5oyOGwwoPP/\nCBUz91BKez6jPiCp3C9WgArtQVCwyfTssuMmRAAOb54GvCKWU3BlxFAKRmukLyeB\nEicTXxChds6KezfqwzlhA5WYOudsiCUI/HloDYd9Yvi0X/vF2Ey9WLw/Q1vUHgFN\nPGO+I++MzVpQuGhU+QqZMxEA4Z7CRneC9VkGjCFMhwnN5ag=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Juur-SK O=AS Sertifitseerimiskeskus\n# Subject: CN=Juur-SK O=AS Sertifitseerimiskeskus\n# Label: \"Juur-SK\"\n# Serial: 999181308\n# MD5 Fingerprint: aa:8e:5d:d9:f8:db:0a:58:b7:8d:26:87:6c:82:35:55\n# SHA1 Fingerprint: 40:9d:4b:d9:17:b5:5c:27:b6:9b:64:cb:98:22:44:0d:cd:09:b8:89\n# SHA256 Fingerprint: ec:c3:e9:c3:40:75:03:be:e0:91:aa:95:2f:41:34:8f:f8:8b:aa:86:3b:22:64:be:fa:c8:07:90:15:74:e9:39\n-----BEGIN CERTIFICATE-----\nMIIE5jCCA86gAwIBAgIEO45L/DANBgkqhkiG9w0BAQUFADBdMRgwFgYJKoZIhvcN\nAQkBFglwa2lAc2suZWUxCzAJBgNVBAYTAkVFMSIwIAYDVQQKExlBUyBTZXJ0aWZp\ndHNlZXJpbWlza2Vza3VzMRAwDgYDVQQDEwdKdXVyLVNLMB4XDTAxMDgzMDE0MjMw\nMVoXDTE2MDgyNjE0MjMwMVowXTEYMBYGCSqGSIb3DQEJARYJcGtpQHNrLmVlMQsw\nCQYDVQQGEwJFRTEiMCAGA1UEChMZQVMgU2VydGlmaXRzZWVyaW1pc2tlc2t1czEQ\nMA4GA1UEAxMHSnV1ci1TSzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEB\nAIFxNj4zB9bjMI0TfncyRsvPGbJgMUaXhvSYRqTCZUXP00B841oiqBB4M8yIsdOB\nSvZiF3tfTQou0M+LI+5PAk676w7KvRhj6IAcjeEcjT3g/1tf6mTll+g/mX8MCgkz\nABpTpyHhOEvWgxutr2TC+Rx6jGZITWYfGAriPrsfB2WThbkasLnE+w0R9vXW+RvH\nLCu3GFH+4Hv2qEivbDtPL+/40UceJlfwUR0zlv/vWT3aTdEVNMfqPxZIe5EcgEMP\nPbgFPtGzlc3Yyg/CQ2fbt5PgIoIuvvVoKIO5wTtpeyDaTpxt4brNj3pssAki14sL\n2xzVWiZbDcDq5WDQn/413z8CAwEAAaOCAawwggGoMA8GA1UdEwEB/wQFMAMBAf8w\nggEWBgNVHSAEggENMIIBCTCCAQUGCisGAQQBzh8BAQEwgfYwgdAGCCsGAQUFBwIC\nMIHDHoHAAFMAZQBlACAAcwBlAHIAdABpAGYAaQBrAGEAYQB0ACAAbwBuACAAdgDk\nAGwAagBhAHMAdABhAHQAdQBkACAAQQBTAC0AaQBzACAAUwBlAHIAdABpAGYAaQB0\nAHMAZQBlAHIAaQBtAGkAcwBrAGUAcwBrAHUAcwAgAGEAbABhAG0ALQBTAEsAIABz\nAGUAcgB0AGkAZgBpAGsAYQBhAHQAaQBkAGUAIABrAGkAbgBuAGkAdABhAG0AaQBz\nAGUAawBzMCEGCCsGAQUFBwIBFhVodHRwOi8vd3d3LnNrLmVlL2Nwcy8wKwYDVR0f\nBCQwIjAgoB6gHIYaaHR0cDovL3d3dy5zay5lZS9qdXVyL2NybC8wHQYDVR0OBBYE\nFASqekej5ImvGs8KQKcYP2/v6X2+MB8GA1UdIwQYMBaAFASqekej5ImvGs8KQKcY\nP2/v6X2+MA4GA1UdDwEB/wQEAwIB5jANBgkqhkiG9w0BAQUFAAOCAQEAe8EYlFOi\nCfP+JmeaUOTDBS8rNXiRTHyoERF5TElZrMj3hWVcRrs7EKACr81Ptcw2Kuxd/u+g\nkcm2k298gFTsxwhwDY77guwqYHhpNjbRxZyLabVAyJRld/JXIWY7zoVAtjNjGr95\nHvxcHdMdkxuLDF2FvZkwMhgJkVLpfKG6/2SSmuz+Ne6ML678IIbsSt4beDI3poHS\nna9aEhbKmVv8b20OxaAehsmR0FyYgl9jDIpaq9iVpszLita/ZEuOyoqysOkhMp6q\nqIWYNIE5ITuoOlIyPfZrN4YGWhWY3PARZv40ILcD9EEQfTmEeZZyY7aWAuVrua0Z\nTbvGRNs2yyqcjg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Hongkong Post Root CA 1 O=Hongkong Post\n# Subject: CN=Hongkong Post Root CA 1 O=Hongkong Post\n# Label: \"Hongkong Post Root CA 1\"\n# Serial: 1000\n# MD5 Fingerprint: a8:0d:6f:39:78:b9:43:6d:77:42:6d:98:5a:cc:23:ca\n# SHA1 Fingerprint: d6:da:a8:20:8d:09:d2:15:4d:24:b5:2f:cb:34:6e:b2:58:b2:8a:58\n# SHA256 Fingerprint: f9:e6:7d:33:6c:51:00:2a:c0:54:c6:32:02:2d:66:dd:a2:e7:e3:ff:f1:0a:d0:61:ed:31:d8:bb:b4:10:cf:b2\n-----BEGIN CERTIFICATE-----\nMIIDMDCCAhigAwIBAgICA+gwDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UEBhMCSEsx\nFjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdrb25nIFBvc3Qg\nUm9vdCBDQSAxMB4XDTAzMDUxNTA1MTMxNFoXDTIzMDUxNTA0NTIyOVowRzELMAkG\nA1UEBhMCSEsxFjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdr\nb25nIFBvc3QgUm9vdCBDQSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC\nAQEArP84tulmAknjorThkPlAj3n54r15/gK97iSSHSL22oVyaf7XPwnU3ZG1ApzQ\njVrhVcNQhrkpJsLj2aDxaQMoIIBFIi1WpztUlVYiWR8o3x8gPW2iNr4joLFutbEn\nPzlTCeqrauh0ssJlXI6/fMN4hM2eFvz1Lk8gKgifd/PFHsSaUmYeSF7jEAaPIpjh\nZY4bXSNmO7ilMlHIhqqhqZ5/dpTCpmy3QfDVyAY45tQM4vM7TG1QjMSDJ8EThFk9\nnnV0ttgCXjqQesBCNnLsak3c78QA3xMYV18meMjWCnl3v/evt3a5pQuEF10Q6m/h\nq5URX208o1xNg1vysxmKgIsLhwIDAQABoyYwJDASBgNVHRMBAf8ECDAGAQH/AgED\nMA4GA1UdDwEB/wQEAwIBxjANBgkqhkiG9w0BAQUFAAOCAQEADkbVPK7ih9legYsC\nmEEIjEy82tvuJxuC52pF7BaLT4Wg87JwvVqWuspube5Gi27nKi6Wsxkz67SfqLI3\n7piol7Yutmcn1KZJ/RyTZXaeQi/cImyaT/JaFTmxcdcrUehtHJjA2Sr0oYJ71clB\noiMBdDhViw+5LmeiIAQ32pwL0xch4I+XeTRvhEgCIDMb5jREn5Fw9IBehEPCKdJs\nEhTkYY2sEJCehFC78JZvRZ+K88psT/oROhUVRsPNH4NbLUES7VBnQRM9IauUiqpO\nfMGx+6fWtScvl6tu4B3i0RwsH0Ti/L6RoZz71ilTc4afU9hDDl3WY4JxHYB0yvbi\nAmvZWg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=SecureSign RootCA11 O=Japan Certification Services, Inc.\n# Subject: CN=SecureSign RootCA11 O=Japan Certification Services, Inc.\n# Label: \"SecureSign RootCA11\"\n# Serial: 1\n# MD5 Fingerprint: b7:52:74:e2:92:b4:80:93:f2:75:e4:cc:d7:f2:ea:26\n# SHA1 Fingerprint: 3b:c4:9f:48:f8:f3:73:a0:9c:1e:bd:f8:5b:b1:c3:65:c7:d8:11:b3\n# SHA256 Fingerprint: bf:0f:ee:fb:9e:3a:58:1a:d5:f9:e9:db:75:89:98:57:43:d2:61:08:5c:4d:31:4f:6f:5d:72:59:aa:42:16:12\n-----BEGIN CERTIFICATE-----\nMIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDEr\nMCkGA1UEChMiSmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoG\nA1UEAxMTU2VjdXJlU2lnbiBSb290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0\nMDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSswKQYDVQQKEyJKYXBhbiBDZXJ0aWZp\nY2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1cmVTaWduIFJvb3RD\nQTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/XeqpRyQBTvLTJsz\ni1oURaTnkBbR31fSIRCkF/3frNYfp+TbfPfs37gD2pRY/V1yfIw/XwFndBWW4wI8\nh9uuywGOwvNmxoVF9ALGOrVisq/6nL+k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOV\nMdrAG/LuYpmGYz+/3ZMqg6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9\nUK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rPO7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni\n8McDWc/V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitAbpSACW22s293bzUIUPsC\nh8U+iQIDAQABo0IwQDAdBgNVHQ4EFgQUW/hNT7KlhtQ60vFjmqC+CfZXt94wDgYD\nVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB\nAKChOBZmLqdWHyGcBvod7bkixTgm2E5P7KN/ed5GIaGHd48HCJqypMWvDzKYC3xm\nKbabfSVSSUOrTC4rbnpwrxYO4wJs+0LmGJ1F2FXI6Dvd5+H0LgscNFxsWEr7jIhQ\nX5Ucv+2rIrVls4W6ng+4reV6G4pQOh29Dbx7VFALuUKvVaAYga1lme++5Jy/xIWr\nQbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01y8hSyn+B/tlr0/cR7SXf+Of5\npPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061lgeLKBObjBmN\nQSdJQO7e5iNEOdyhIta6A/I=\n-----END CERTIFICATE-----\n\n# Issuer: CN=ACEDICOM Root O=EDICOM OU=PKI\n# Subject: CN=ACEDICOM Root O=EDICOM OU=PKI\n# Label: \"ACEDICOM Root\"\n# Serial: 7029493972724711941\n# MD5 Fingerprint: 42:81:a0:e2:1c:e3:55:10:de:55:89:42:65:96:22:e6\n# SHA1 Fingerprint: e0:b4:32:2e:b2:f6:a5:68:b6:54:53:84:48:18:4a:50:36:87:43:84\n# SHA256 Fingerprint: 03:95:0f:b4:9a:53:1f:3e:19:91:94:23:98:df:a9:e0:ea:32:d7:ba:1c:dd:9b:c8:5d:b5:7e:d9:40:0b:43:4a\n-----BEGIN CERTIFICATE-----\nMIIFtTCCA52gAwIBAgIIYY3HhjsBggUwDQYJKoZIhvcNAQEFBQAwRDEWMBQGA1UE\nAwwNQUNFRElDT00gUm9vdDEMMAoGA1UECwwDUEtJMQ8wDQYDVQQKDAZFRElDT00x\nCzAJBgNVBAYTAkVTMB4XDTA4MDQxODE2MjQyMloXDTI4MDQxMzE2MjQyMlowRDEW\nMBQGA1UEAwwNQUNFRElDT00gUm9vdDEMMAoGA1UECwwDUEtJMQ8wDQYDVQQKDAZF\nRElDT00xCzAJBgNVBAYTAkVTMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKC\nAgEA/5KV4WgGdrQsyFhIyv2AVClVYyT/kGWbEHV7w2rbYgIB8hiGtXxaOLHkWLn7\n09gtn70yN78sFW2+tfQh0hOR2QetAQXW8713zl9CgQr5auODAKgrLlUTY4HKRxx7\nXBZXehuDYAQ6PmXDzQHe3qTWDLqO3tkE7hdWIpuPY/1NFgu3e3eM+SW10W2ZEi5P\nGrjm6gSSrj0RuVFCPYewMYWveVqc/udOXpJPQ/yrOq2lEiZmueIM15jO1FillUAK\nt0SdE3QrwqXrIhWYENiLxQSfHY9g5QYbm8+5eaA9oiM/Qj9r+hwDezCNzmzAv+Yb\nX79nuIQZ1RXve8uQNjFiybwCq0Zfm/4aaJQ0PZCOrfbkHQl/Sog4P75n/TSW9R28\nMHTLOO7VbKvU/PQAtwBbhTIWdjPp2KOZnQUAqhbm84F9b32qhm2tFXTTxKJxqvQU\nfecyuB+81fFOvW8XAjnXDpVCOscAPukmYxHqC9FK/xidstd7LzrZlvvoHpKuE1XI\n2Sf23EgbsCTBheN3nZqk8wwRHQ3ItBTutYJXCb8gWH8vIiPYcMt5bMlL8qkqyPyH\nK9caUPgn6C9D4zq92Fdx/c6mUlv53U3t5fZvie27k5x2IXXwkkwp9y+cAS7+UEae\nZAwUswdbxcJzbPEHXEUkFDWug/FqTYl6+rPYLWbwNof1K1MCAwEAAaOBqjCBpzAP\nBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKaz4SsrSbbXc6GqlPUB53NlTKxQ\nMA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUprPhKytJttdzoaqU9QHnc2VMrFAw\nRAYDVR0gBD0wOzA5BgRVHSAAMDEwLwYIKwYBBQUHAgEWI2h0dHA6Ly9hY2VkaWNv\nbS5lZGljb21ncm91cC5jb20vZG9jMA0GCSqGSIb3DQEBBQUAA4ICAQDOLAtSUWIm\nfQwng4/F9tqgaHtPkl7qpHMyEVNEskTLnewPeUKzEKbHDZ3Ltvo/Onzqv4hTGzz3\ngvoFNTPhNahXwOf9jU8/kzJPeGYDdwdY6ZXIfj7QeQCM8htRM5u8lOk6e25SLTKe\nI6RF+7YuE7CLGLHdztUdp0J/Vb77W7tH1PwkzQSulgUV1qzOMPPKC8W64iLgpq0i\n5ALudBF/TP94HTXa5gI06xgSYXcGCRZj6hitoocf8seACQl1ThCojz2GuHURwCRi\nipZ7SkXp7FnFvmuD5uHorLUwHv4FB4D54SMNUI8FmP8sX+g7tq3PgbUhh8oIKiMn\nMCArz+2UW6yyetLHKKGKC5tNSixthT8Jcjxn4tncB7rrZXtaAWPWkFtPF2Y9fwsZ\no5NjEFIqnxQWWOLcpfShFosOkYuByptZ+thrkQdlVV9SH686+5DdaaVbnG0OLLb6\nzqylfDJKZ0DcMDQj3dcEI2bw/FWAp/tmGYI1Z2JwOV5vx+qQQEQIHriy1tvuWacN\nGHk0vFQYXlPKNFHtRQrmjseCNj6nOGOpMCwXEGCSn1WHElkQwg9naRHMTh5+Spqt\nr0CodaxWkHS4oJyleW/c6RrIaQXpuvoDs3zk4E7Czp3otkYNbn5XOmeUwssfnHdK\nZ05phkOTOPu220+DkdRgfks+KzgHVZhepA==\n-----END CERTIFICATE-----\n\n# Issuer: O=VeriSign, Inc. OU=Class 3 Public Primary Certification Authority\n# Subject: O=VeriSign, Inc. OU=Class 3 Public Primary Certification Authority\n# Label: \"Verisign Class 3 Public Primary Certification Authority\"\n# Serial: 80507572722862485515306429940691309246\n# MD5 Fingerprint: ef:5a:f1:33:ef:f1:cd:bb:51:02:ee:12:14:4b:96:c4\n# SHA1 Fingerprint: a1:db:63:93:91:6f:17:e4:18:55:09:40:04:15:c7:02:40:b0:ae:6b\n# SHA256 Fingerprint: a4:b6:b3:99:6f:c2:f3:06:b3:fd:86:81:bd:63:41:3d:8c:50:09:cc:4f:a3:29:c2:cc:f0:e2:fa:1b:14:03:05\n-----BEGIN CERTIFICATE-----\nMIICPDCCAaUCEDyRMcsf9tAbDpq40ES/Er4wDQYJKoZIhvcNAQEFBQAwXzELMAkG\nA1UEBhMCVVMxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFz\ncyAzIFB1YmxpYyBQcmltYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTk2\nMDEyOTAwMDAwMFoXDTI4MDgwMjIzNTk1OVowXzELMAkGA1UEBhMCVVMxFzAVBgNV\nBAoTDlZlcmlTaWduLCBJbmMuMTcwNQYDVQQLEy5DbGFzcyAzIFB1YmxpYyBQcmlt\nYXJ5IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIGfMA0GCSqGSIb3DQEBAQUAA4GN\nADCBiQKBgQDJXFme8huKARS0EN8EQNvjV69qRUCPhAwL0TPZ2RHP7gJYHyX3KqhE\nBarsAx94f56TuZoAqiN91qyFomNFx3InzPRMxnVx0jnvT0Lwdd8KkMaOIG+YD/is\nI19wKTakyYbnsZogy1Olhec9vn2a/iRFM9x2Fe0PonFkTGUugWhFpwIDAQABMA0G\nCSqGSIb3DQEBBQUAA4GBABByUqkFFBkyCEHwxWsKzH4PIRnN5GfcX6kb5sroc50i\n2JhucwNhkcV8sEVAbkSdjbCxlnRhLQ2pRdKkkirWmnWXbj9T/UWZYB2oK0z5XqcJ\n2HUw19JlYD1n1khVdWk/kfVIC0dpImmClr7JyDiGSnoscxlIaU5rfGW/D/xwzoiQ\n-----END CERTIFICATE-----\n\n# Issuer: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd.\n# Subject: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd.\n# Label: \"Microsec e-Szigno Root CA 2009\"\n# Serial: 14014712776195784473\n# MD5 Fingerprint: f8:49:f4:03:bc:44:2d:83:be:48:69:7d:29:64:fc:b1\n# SHA1 Fingerprint: 89:df:74:fe:5c:f4:0f:4a:80:f9:e3:37:7d:54:da:91:e1:01:31:8e\n# SHA256 Fingerprint: 3c:5f:81:fe:a5:fa:b8:2c:64:bf:a2:ea:ec:af:cd:e8:e0:77:fc:86:20:a7:ca:e5:37:16:3d:f3:6e:db:f3:78\n-----BEGIN CERTIFICATE-----\nMIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYD\nVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0\nZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0G\nCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTAeFw0wOTA2MTYxMTMwMThaFw0y\nOTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3Qx\nFjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3pp\nZ25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o\ndTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvP\nkd6mJviZpWNwrZuuyjNAfW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tc\ncbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG0IMZfcChEhyVbUr02MelTTMuhTlAdX4U\nfIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKApxn1ntxVUwOXewdI/5n7\nN4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm1HxdrtbC\nxkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1\n+rUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G\nA1UdDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPM\nPcu1SCOhGnqmKrs0aDAbBgNVHREEFDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqG\nSIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0olZMEyL/azXm4Q5DwpL7v8u8h\nmLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfXI/OMn74dseGk\nddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775\ntyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c\n2Pm2G2JwCz02yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5t\nHMN1Rq41Bab2XD0h7lbwyYIiLXpUq3DDfSJlgnCW\n-----END CERTIFICATE-----\n\n# Issuer: CN=e-Guven Kok Elektronik Sertifika Hizmet Saglayicisi O=Elektronik Bilgi Guvenligi A.S.\n# Subject: CN=e-Guven Kok Elektronik Sertifika Hizmet Saglayicisi O=Elektronik Bilgi Guvenligi A.S.\n# Label: \"E-Guven Kok Elektronik Sertifika Hizmet Saglayicisi\"\n# Serial: 91184789765598910059173000485363494069\n# MD5 Fingerprint: 3d:41:29:cb:1e:aa:11:74:cd:5d:b0:62:af:b0:43:5b\n# SHA1 Fingerprint: dd:e1:d2:a9:01:80:2e:1d:87:5e:84:b3:80:7e:4b:b1:fd:99:41:34\n# SHA256 Fingerprint: e6:09:07:84:65:a4:19:78:0c:b6:ac:4c:1c:0b:fb:46:53:d9:d9:cc:6e:b3:94:6e:b7:f3:d6:99:97:ba:d5:98\n-----BEGIN CERTIFICATE-----\nMIIDtjCCAp6gAwIBAgIQRJmNPMADJ72cdpW56tustTANBgkqhkiG9w0BAQUFADB1\nMQswCQYDVQQGEwJUUjEoMCYGA1UEChMfRWxla3Ryb25payBCaWxnaSBHdXZlbmxp\nZ2kgQS5TLjE8MDoGA1UEAxMzZS1HdXZlbiBLb2sgRWxla3Ryb25payBTZXJ0aWZp\na2EgSGl6bWV0IFNhZ2xheWljaXNpMB4XDTA3MDEwNDExMzI0OFoXDTE3MDEwNDEx\nMzI0OFowdTELMAkGA1UEBhMCVFIxKDAmBgNVBAoTH0VsZWt0cm9uaWsgQmlsZ2kg\nR3V2ZW5saWdpIEEuUy4xPDA6BgNVBAMTM2UtR3V2ZW4gS29rIEVsZWt0cm9uaWsg\nU2VydGlmaWthIEhpem1ldCBTYWdsYXlpY2lzaTCCASIwDQYJKoZIhvcNAQEBBQAD\nggEPADCCAQoCggEBAMMSIJ6wXgBljU5Gu4Bc6SwGl9XzcslwuedLZYDBS75+PNdU\nMZTe1RK6UxYC6lhj71vY8+0qGqpxSKPcEC1fX+tcS5yWCEIlKBHMilpiAVDV6wlT\nL/jDj/6z/P2douNffb7tC+Bg62nsM+3YjfsSSYMAyYuXjDtzKjKzEve5TfL0TW3H\n5tYmNwjy2f1rXKPlSFxYvEK+A1qBuhw1DADT9SN+cTAIJjjcJRFHLfO6IxClv7wC\n90Nex/6wN1CZew+TzuZDLMN+DfIcQ2Zgy2ExR4ejT669VmxMvLz4Bcpk9Ok0oSy1\nc+HCPujIyTQlCFzz7abHlJ+tiEMl1+E5YP6sOVkCAwEAAaNCMEAwDgYDVR0PAQH/\nBAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJ/uRLOU1fqRTy7ZVZoE\nVtstxNulMA0GCSqGSIb3DQEBBQUAA4IBAQB/X7lTW2M9dTLn+sR0GstG30ZpHFLP\nqk/CaOv/gKlR6D1id4k9CnU58W5dF4dvaAXBlGzZXd/aslnLpRCKysw5zZ/rTt5S\n/wzw9JKp8mxTq5vSR6AfdPebmvEvFZ96ZDAYBzwqD2fK/A+JYZ1lpTzlvBNbCNvj\n/+27BrtqBrF6T2XGgv0enIu1De5Iu7i9qgi0+6N8y5/NkHZchpZ4Vwpm+Vganf2X\nKWDeEaaQHBkc7gGWIjQ0LpH5t8Qn0Xvmv/uARFoW5evg1Ao4vOSR49XrXMGs3xtq\nfJ7lddK2l4fbzIcrQzqECK+rPNv3PGYxhrCdU3nt+CPeQuMtgvEP5fqX\n-----END CERTIFICATE-----\n\n# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3\n# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3\n# Label: \"GlobalSign Root CA - R3\"\n# Serial: 4835703278459759426209954\n# MD5 Fingerprint: c5:df:b8:49:ca:05:13:55:ee:2d:ba:1a:c3:3e:b0:28\n# SHA1 Fingerprint: d6:9b:56:11:48:f0:1c:77:c5:45:78:c1:09:26:df:5b:85:69:76:ad\n# SHA256 Fingerprint: cb:b5:22:d7:b7:f1:27:ad:6a:01:13:86:5b:df:1c:d4:10:2e:7d:07:59:af:63:5a:7c:f4:72:0d:c9:63:c5:3b\n-----BEGIN CERTIFICATE-----\nMIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G\nA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp\nZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4\nMTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG\nA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI\nhvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8\nRgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT\ngHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm\nKPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd\nQQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ\nXriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw\nDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o\nLkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU\nRUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp\njjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK\n6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX\nmcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs\nMx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH\nWD9f\n-----END CERTIFICATE-----\n\n# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068\n# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068\n# Label: \"Autoridad de Certificacion Firmaprofesional CIF A62634068\"\n# Serial: 6047274297262753887\n# MD5 Fingerprint: 73:3a:74:7a:ec:bb:a3:96:a6:c2:e4:e2:c8:9b:c0:c3\n# SHA1 Fingerprint: ae:c5:fb:3f:c8:e1:bf:c4:e5:4f:03:07:5a:9a:e8:00:b7:f7:b6:fa\n# SHA256 Fingerprint: 04:04:80:28:bf:1f:28:64:d4:8f:9a:d4:d8:32:94:36:6a:82:88:56:55:3f:3b:14:30:3f:90:14:7f:5d:40:ef\n-----BEGIN CERTIFICATE-----\nMIIGFDCCA/ygAwIBAgIIU+w77vuySF8wDQYJKoZIhvcNAQEFBQAwUTELMAkGA1UE\nBhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h\ncHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0wOTA1MjAwODM4MTVaFw0zMDEy\nMzEwODM4MTVaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg\nQ2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi\nMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9\nthDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM\ncas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG\nL9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i\nNA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h\nX68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b\nm8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy\nZ/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja\nEbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T\nKI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF\n6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh\nOSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMBIGA1UdEwEB/wQIMAYBAf8CAQEwDgYD\nVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRlzeurNR4APn7VdMActHNHDhpkLzCBpgYD\nVR0gBIGeMIGbMIGYBgRVHSAAMIGPMC8GCCsGAQUFBwIBFiNodHRwOi8vd3d3LmZp\ncm1hcHJvZmVzaW9uYWwuY29tL2NwczBcBggrBgEFBQcCAjBQHk4AUABhAHMAZQBv\nACAAZABlACAAbABhACAAQgBvAG4AYQBuAG8AdgBhACAANAA3ACAAQgBhAHIAYwBl\nAGwAbwBuAGEAIAAwADgAMAAxADcwDQYJKoZIhvcNAQEFBQADggIBABd9oPm03cXF\n661LJLWhAqvdpYhKsg9VSytXjDvlMd3+xDLx51tkljYyGOylMnfX40S2wBEqgLk9\nam58m9Ot/MPWo+ZkKXzR4Tgegiv/J2Wv+xYVxC5xhOW1//qkR71kMrv2JYSiJ0L1\nILDCExARzRAVukKQKtJE4ZYm6zFIEv0q2skGz3QeqUvVhyj5eTSSPi5E6PaPT481\nPyWzOdxjKpBrIF/EUhJOlywqrJ2X3kjyo2bbwtKDlaZmp54lD+kLM5FlClrD2VQS\n3a/DTg4fJl4N3LON7NWBcN7STyQF82xO9UxJZo3R/9ILJUFI/lGExkKvgATP0H5k\nSeTy36LssUzAKh3ntLFlosS88Zj0qnAHY7S42jtM+kAiMFsRpvAFDsYCA0irhpuF\n3dvd6qJ2gHN99ZwExEWN57kci57q13XRcrHedUTnQn3iV2t93Jm8PYMo6oCTjcVM\nZcFwgbg4/EMxsvYDNEeyrPsiBsse3RdHHF9mudMaotoRsaS8I8nkvof/uZS2+F0g\nStRf571oe2XyFR7SOqkt6dhrJKyXWERHrVkY8SFlcN7ONGCoQPHzPKTDKCOM/icz\nQ0CgFzzr6juwcqajuUpLXhZI9LK8yIySxZ2frHI2vDSANGupi5LAuBft7HZT9SQB\njLMi6Et8Vcad+qMUu2WFbm5PEn4KPJ2V\n-----END CERTIFICATE-----\n\n# Issuer: CN=Izenpe.com O=IZENPE S.A.\n# Subject: CN=Izenpe.com O=IZENPE S.A.\n# Label: \"Izenpe.com\"\n# Serial: 917563065490389241595536686991402621\n# MD5 Fingerprint: a6:b0:cd:85:80:da:5c:50:34:a3:39:90:2f:55:67:73\n# SHA1 Fingerprint: 2f:78:3d:25:52:18:a7:4a:65:39:71:b5:2c:a2:9c:45:15:6f:e9:19\n# SHA256 Fingerprint: 25:30:cc:8e:98:32:15:02:ba:d9:6f:9b:1f:ba:1b:09:9e:2d:29:9e:0f:45:48:bb:91:4f:36:3b:c0:d4:53:1f\n-----BEGIN CERTIFICATE-----\nMIIF8TCCA9mgAwIBAgIQALC3WhZIX7/hy/WL1xnmfTANBgkqhkiG9w0BAQsFADA4\nMQswCQYDVQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6\nZW5wZS5jb20wHhcNMDcxMjEzMTMwODI4WhcNMzcxMjEzMDgyNzI1WjA4MQswCQYD\nVQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6ZW5wZS5j\nb20wggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDJ03rKDx6sp4boFmVq\nscIbRTJxldn+EFvMr+eleQGPicPK8lVx93e+d5TzcqQsRNiekpsUOqHnJJAKClaO\nxdgmlOHZSOEtPtoKct2jmRXagaKH9HtuJneJWK3W6wyyQXpzbm3benhB6QiIEn6H\nLmYRY2xU+zydcsC8Lv/Ct90NduM61/e0aL6i9eOBbsFGb12N4E3GVFWJGjMxCrFX\nuaOKmMPsOzTFlUFpfnXCPCDFYbpRR6AgkJOhkEvzTnyFRVSa0QUmQbC1TR0zvsQD\nyCV8wXDbO/QJLVQnSKwv4cSsPsjLkkxTOTcj7NMB+eAJRE1NZMDhDVqHIrytG6P+\nJrUV86f8hBnp7KGItERphIPzidF0BqnMC9bC3ieFUCbKF7jJeodWLBoBHmy+E60Q\nrLUk9TiRodZL2vG70t5HtfG8gfZZa88ZU+mNFctKy6lvROUbQc/hhqfK0GqfvEyN\nBjNaooXlkDWgYlwWTvDjovoDGrQscbNYLN57C9saD+veIR8GdwYDsMnvmfzAuU8L\nhij+0rnq49qlw0dpEuDb8PYZi+17cNcC1u2HGCgsBCRMd+RIihrGO5rUD8r6ddIB\nQFqNeb+Lz0vPqhbBleStTIo+F5HUsWLlguWABKQDfo2/2n+iD5dPDNMN+9fR5XJ+\nHMh3/1uaD7euBUbl8agW7EekFwIDAQABo4H2MIHzMIGwBgNVHREEgagwgaWBD2lu\nZm9AaXplbnBlLmNvbaSBkTCBjjFHMEUGA1UECgw+SVpFTlBFIFMuQS4gLSBDSUYg\nQTAxMzM3MjYwLVJNZXJjLlZpdG9yaWEtR2FzdGVpeiBUMTA1NSBGNjIgUzgxQzBB\nBgNVBAkMOkF2ZGEgZGVsIE1lZGl0ZXJyYW5lbyBFdG9yYmlkZWEgMTQgLSAwMTAx\nMCBWaXRvcmlhLUdhc3RlaXowDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC\nAQYwHQYDVR0OBBYEFB0cZQ6o8iV7tJHP5LGx5r1VdGwFMA0GCSqGSIb3DQEBCwUA\nA4ICAQB4pgwWSp9MiDrAyw6lFn2fuUhfGI8NYjb2zRlrrKvV9pF9rnHzP7MOeIWb\nlaQnIUdCSnxIOvVFfLMMjlF4rJUT3sb9fbgakEyrkgPH7UIBzg/YsfqikuFgba56\nawmqxinuaElnMIAkejEWOVt+8Rwu3WwJrfIxwYJOubv5vr8qhT/AQKM6WfxZSzwo\nJNu0FXWuDYi6LnPAvViH5ULy617uHjAimcs30cQhbIHsvm0m5hzkQiCeR7Csg1lw\nLDXWrzY0tM07+DKo7+N4ifuNRSzanLh+QBxh5z6ikixL8s36mLYp//Pye6kfLqCT\nVyvehQP5aTfLnnhqBbTFMXiJ7HqnheG5ezzevh55hM6fcA5ZwjUukCox2eRFekGk\nLhObNA5me0mrZJfQRsN5nXJQY6aYWwa9SG3YOYNw6DXwBdGqvOPbyALqfP2C2sJb\nUjWumDqtujWTI6cfSN01RpiyEGjkpTHCClguGYEQyVB1/OpaFs4R1+7vUIgtYf8/\nQnMFlEPVjjxOAToZpR9GTnfQXeWBIiGH/pR9hNiTrdZoQ0iy2+tzJOeRf1SktoA+\nnaM8THLCV8Sg1Mw4J87VBp6iSNnpn86CcDaTmjvfliHjWbcM2pE38P1ZWrOZyGls\nQyYBNWNgVYkDOnXYukrZVP/u3oDYLdE41V4tC5h9Pmzb/CaIxw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Chambers of Commerce Root - 2008 O=AC Camerfirma S.A.\n# Subject: CN=Chambers of Commerce Root - 2008 O=AC Camerfirma S.A.\n# Label: \"Chambers of Commerce Root - 2008\"\n# Serial: 11806822484801597146\n# MD5 Fingerprint: 5e:80:9e:84:5a:0e:65:0b:17:02:f3:55:18:2a:3e:d7\n# SHA1 Fingerprint: 78:6a:74:ac:76:ab:14:7f:9c:6a:30:50:ba:9e:a8:7e:fe:9a:ce:3c\n# SHA256 Fingerprint: 06:3e:4a:fa:c4:91:df:d3:32:f3:08:9b:85:42:e9:46:17:d8:93:d7:fe:94:4e:10:a7:93:7e:e2:9d:96:93:c0\n-----BEGIN CERTIFICATE-----\nMIIHTzCCBTegAwIBAgIJAKPaQn6ksa7aMA0GCSqGSIb3DQEBBQUAMIGuMQswCQYD\nVQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0\nIHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3\nMRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xKTAnBgNVBAMTIENoYW1iZXJz\nIG9mIENvbW1lcmNlIFJvb3QgLSAyMDA4MB4XDTA4MDgwMTEyMjk1MFoXDTM4MDcz\nMTEyMjk1MFowga4xCzAJBgNVBAYTAkVVMUMwQQYDVQQHEzpNYWRyaWQgKHNlZSBj\ndXJyZW50IGFkZHJlc3MgYXQgd3d3LmNhbWVyZmlybWEuY29tL2FkZHJlc3MpMRIw\nEAYDVQQFEwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENhbWVyZmlybWEgUy5BLjEp\nMCcGA1UEAxMgQ2hhbWJlcnMgb2YgQ29tbWVyY2UgUm9vdCAtIDIwMDgwggIiMA0G\nCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCvAMtwNyuAWko6bHiUfaN/Gh/2NdW9\n28sNRHI+JrKQUrpjOyhYb6WzbZSm891kDFX29ufyIiKAXuFixrYp4YFs8r/lfTJq\nVKAyGVn+H4vXPWCGhSRv4xGzdz4gljUha7MI2XAuZPeEklPWDrCQiorjh40G072Q\nDuKZoRuGDtqaCrsLYVAGUvGef3bsyw/QHg3PmTA9HMRFEFis1tPo1+XqxQEHd9ZR\n5gN/ikilTWh1uem8nk4ZcfUyS5xtYBkL+8ydddy/Js2Pk3g5eXNeJQ7KXOt3EgfL\nZEFHcpOrUMPrCXZkNNI5t3YRCQ12RcSprj1qr7V9ZS+UWBDsXHyvfuK2GNnQm05a\nSd+pZgvMPMZ4fKecHePOjlO+Bd5gD2vlGts/4+EhySnB8esHnFIbAURRPHsl18Tl\nUlRdJQfKFiC4reRB7noI/plvg6aRArBsNlVq5331lubKgdaX8ZSD6e2wsWsSaR6s\n+12pxZjptFtYer49okQ6Y1nUCyXeG0+95QGezdIp1Z8XGQpvvwyQ0wlf2eOKNcx5\nWk0ZN5K3xMGtr/R5JJqyAQuxr1yW84Ay+1w9mPGgP0revq+ULtlVmhduYJ1jbLhj\nya6BXBg14JC7vjxPNyK5fuvPnnchpj04gftI2jE9K+OJ9dC1vX7gUMQSibMjmhAx\nhduub+84Mxh2EQIDAQABo4IBbDCCAWgwEgYDVR0TAQH/BAgwBgEB/wIBDDAdBgNV\nHQ4EFgQU+SSsD7K1+HnA+mCIG8TZTQKeFxkwgeMGA1UdIwSB2zCB2IAU+SSsD7K1\n+HnA+mCIG8TZTQKeFxmhgbSkgbEwga4xCzAJBgNVBAYTAkVVMUMwQQYDVQQHEzpN\nYWRyaWQgKHNlZSBjdXJyZW50IGFkZHJlc3MgYXQgd3d3LmNhbWVyZmlybWEuY29t\nL2FkZHJlc3MpMRIwEAYDVQQFEwlBODI3NDMyODcxGzAZBgNVBAoTEkFDIENhbWVy\nZmlybWEgUy5BLjEpMCcGA1UEAxMgQ2hhbWJlcnMgb2YgQ29tbWVyY2UgUm9vdCAt\nIDIwMDiCCQCj2kJ+pLGu2jAOBgNVHQ8BAf8EBAMCAQYwPQYDVR0gBDYwNDAyBgRV\nHSAAMCowKAYIKwYBBQUHAgEWHGh0dHA6Ly9wb2xpY3kuY2FtZXJmaXJtYS5jb20w\nDQYJKoZIhvcNAQEFBQADggIBAJASryI1wqM58C7e6bXpeHxIvj99RZJe6dqxGfwW\nPJ+0W2aeaufDuV2I6A+tzyMP3iU6XsxPpcG1Lawk0lgH3qLPaYRgM+gQDROpI9CF\n5Y57pp49chNyM/WqfcZjHwj0/gF/JM8rLFQJ3uIrbZLGOU8W6jx+ekbURWpGqOt1\nglanq6B8aBMz9p0w8G8nOSQjKpD9kCk18pPfNKXG9/jvjA9iSnyu0/VU+I22mlaH\nFoI6M6taIgj3grrqLuBHmrS1RaMFO9ncLkVAO+rcf+g769HsJtg1pDDFOqxXnrN2\npSB7+R5KBWIBpih1YJeSDW4+TTdDDZIVnBgizVGZoCkaPF+KMjNbMMeJL0eYD6MD\nxvbxrN8y8NmBGuScvfaAFPDRLLmF9dijscilIeUcE5fuDr3fKanvNFNb0+RqE4QG\ntjICxFKuItLcsiFCGtpA8CnJ7AoMXOLQusxI0zcKzBIKinmwPQN/aUv0NCB9szTq\njktk9T79syNnFQ0EuPAtwQlRPLJsFfClI9eDdOTlLsn+mCdCxqvGnrDQWzilm1De\nfhiYtUU79nm06PcaewaD+9CL2rvHvRirCG88gGtAPxkZumWK5r7VXNM21+9AUiRg\nOGcEMeyP84LG3rlV8zsxkVrctQgVrXYlCg17LofiDKYGvCYQbTed7N14jHyAxfDZ\nd0jQ\n-----END CERTIFICATE-----\n\n# Issuer: CN=Global Chambersign Root - 2008 O=AC Camerfirma S.A.\n# Subject: CN=Global Chambersign Root - 2008 O=AC Camerfirma S.A.\n# Label: \"Global Chambersign Root - 2008\"\n# Serial: 14541511773111788494\n# MD5 Fingerprint: 9e:80:ff:78:01:0c:2e:c1:36:bd:fe:96:90:6e:08:f3\n# SHA1 Fingerprint: 4a:bd:ee:ec:95:0d:35:9c:89:ae:c7:52:a1:2c:5b:29:f6:d6:aa:0c\n# SHA256 Fingerprint: 13:63:35:43:93:34:a7:69:80:16:a0:d3:24:de:72:28:4e:07:9d:7b:52:20:bb:8f:bd:74:78:16:ee:be:ba:ca\n-----BEGIN CERTIFICATE-----\nMIIHSTCCBTGgAwIBAgIJAMnN0+nVfSPOMA0GCSqGSIb3DQEBBQUAMIGsMQswCQYD\nVQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3VycmVudCBhZGRyZXNzIGF0\nIHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAGA1UEBRMJQTgyNzQzMjg3\nMRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xJzAlBgNVBAMTHkdsb2JhbCBD\naGFtYmVyc2lnbiBSb290IC0gMjAwODAeFw0wODA4MDExMjMxNDBaFw0zODA3MzEx\nMjMxNDBaMIGsMQswCQYDVQQGEwJFVTFDMEEGA1UEBxM6TWFkcmlkIChzZWUgY3Vy\ncmVudCBhZGRyZXNzIGF0IHd3dy5jYW1lcmZpcm1hLmNvbS9hZGRyZXNzKTESMBAG\nA1UEBRMJQTgyNzQzMjg3MRswGQYDVQQKExJBQyBDYW1lcmZpcm1hIFMuQS4xJzAl\nBgNVBAMTHkdsb2JhbCBDaGFtYmVyc2lnbiBSb290IC0gMjAwODCCAiIwDQYJKoZI\nhvcNAQEBBQADggIPADCCAgoCggIBAMDfVtPkOpt2RbQT2//BthmLN0EYlVJH6xed\nKYiONWwGMi5HYvNJBL99RDaxccy9Wglz1dmFRP+RVyXfXjaOcNFccUMd2drvXNL7\nG706tcuto8xEpw2uIRU/uXpbknXYpBI4iRmKt4DS4jJvVpyR1ogQC7N0ZJJ0YPP2\nzxhPYLIj0Mc7zmFLmY/CDNBAspjcDahOo7kKrmCgrUVSY7pmvWjg+b4aqIG7HkF4\nddPB/gBVsIdU6CeQNR1MM62X/JcumIS/LMmjv9GYERTtY/jKmIhYF5ntRQOXfjyG\nHoiMvvKRhI9lNNgATH23MRdaKXoKGCQwoze1eqkBfSbW+Q6OWfH9GzO1KTsXO0G2\nId3UwD2ln58fQ1DJu7xsepeY7s2MH/ucUa6LcL0nn3HAa6x9kGbo1106DbDVwo3V\nyJ2dwW3Q0L9R5OP4wzg2rtandeavhENdk5IMagfeOx2YItaswTXbo6Al/3K1dh3e\nbeksZixShNBFks4c5eUzHdwHU1SjqoI7mjcv3N2gZOnm3b2u/GSFHTynyQbehP9r\n6GsaPMWis0L7iwk+XwhSx2LE1AVxv8Rk5Pihg+g+EpuoHtQ2TS9x9o0o9oOpE9Jh\nwZG7SMA0j0GMS0zbaRL/UJScIINZc+18ofLx/d33SdNDWKBWY8o9PeU1VlnpDsog\nzCtLkykPAgMBAAGjggFqMIIBZjASBgNVHRMBAf8ECDAGAQH/AgEMMB0GA1UdDgQW\nBBS5CcqcHtvTbDprru1U8VuTBjUuXjCB4QYDVR0jBIHZMIHWgBS5CcqcHtvTbDpr\nru1U8VuTBjUuXqGBsqSBrzCBrDELMAkGA1UEBhMCRVUxQzBBBgNVBAcTOk1hZHJp\nZCAoc2VlIGN1cnJlbnQgYWRkcmVzcyBhdCB3d3cuY2FtZXJmaXJtYS5jb20vYWRk\ncmVzcykxEjAQBgNVBAUTCUE4Mjc0MzI4NzEbMBkGA1UEChMSQUMgQ2FtZXJmaXJt\nYSBTLkEuMScwJQYDVQQDEx5HbG9iYWwgQ2hhbWJlcnNpZ24gUm9vdCAtIDIwMDiC\nCQDJzdPp1X0jzjAOBgNVHQ8BAf8EBAMCAQYwPQYDVR0gBDYwNDAyBgRVHSAAMCow\nKAYIKwYBBQUHAgEWHGh0dHA6Ly9wb2xpY3kuY2FtZXJmaXJtYS5jb20wDQYJKoZI\nhvcNAQEFBQADggIBAICIf3DekijZBZRG/5BXqfEv3xoNa/p8DhxJJHkn2EaqbylZ\nUohwEurdPfWbU1Rv4WCiqAm57OtZfMY18dwY6fFn5a+6ReAJ3spED8IXDneRRXoz\nX1+WLGiLwUePmJs9wOzL9dWCkoQ10b42OFZyMVtHLaoXpGNR6woBrX/sdZ7LoR/x\nfxKxueRkf2fWIyr0uDldmOghp+G9PUIadJpwr2hsUF1Jz//7Dl3mLEfXgTpZALVz\na2Mg9jFFCDkO9HB+QHBaP9BrQql0PSgvAm11cpUJjUhjxsYjV5KTXjXBjfkK9yyd\nYhz2rXzdpjEetrHHfoUm+qRqtdpjMNHvkzeyZi99Bffnt0uYlDXA2TopwZ2yUDMd\nSqlapskD7+3056huirRXhOukP9DuqqqHW2Pok+JrqNS4cnhrG+055F3Lm6qH1U9O\nAP7Zap88MQ8oAgF9mOinsKJknnn4SPIVqczmyETrP3iZ8ntxPjzxmKfFGBI/5rso\nM0LpRQp8bfKGeS/Fghl9CYl8slR2iK7ewfPM4W7bMdaTrpmg7yVqc5iJWzouE4ge\nv8CSlDQb4ye3ix5vQv/n6TebUB0tovkC7stYWDpxvGjjqsGvHCgfotwjZT+B6q6Z\n09gwzxMNTxXJhLynSC34MCN32EZLeW32jO06f2ARePTpm67VVMB0gNELQp/B\n-----END CERTIFICATE-----\n\n# Issuer: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc.\n# Subject: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc.\n# Label: \"Go Daddy Root Certificate Authority - G2\"\n# Serial: 0\n# MD5 Fingerprint: 80:3a:bc:22:c1:e6:fb:8d:9b:3b:27:4a:32:1b:9a:01\n# SHA1 Fingerprint: 47:be:ab:c9:22:ea:e8:0e:78:78:34:62:a7:9f:45:c2:54:fd:e6:8b\n# SHA256 Fingerprint: 45:14:0b:32:47:eb:9c:c8:c5:b4:f0:d7:b5:30:91:f7:32:92:08:9e:6e:5a:63:e2:74:9d:d3:ac:a9:19:8e:da\n-----BEGIN CERTIFICATE-----\nMIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx\nEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT\nEUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp\nZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz\nNTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH\nEwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE\nAxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw\nDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD\nE6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH\n/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy\nDfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh\nGkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR\ntDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA\nAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE\nFDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX\nWWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu\n9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr\ngIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo\n2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO\nLPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI\n4uJEvlz36hz1\n-----END CERTIFICATE-----\n\n# Issuer: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc.\n# Subject: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc.\n# Label: \"Starfield Root Certificate Authority - G2\"\n# Serial: 0\n# MD5 Fingerprint: d6:39:81:c6:52:7e:96:69:fc:fc:ca:66:ed:05:f2:96\n# SHA1 Fingerprint: b5:1c:06:7c:ee:2b:0c:3d:f8:55:ab:2d:92:f4:fe:39:d4:e7:0f:0e\n# SHA256 Fingerprint: 2c:e1:cb:0b:f9:d2:f9:e1:02:99:3f:be:21:51:52:c3:b2:dd:0c:ab:de:1c:68:e5:31:9b:83:91:54:db:b7:f5\n-----BEGIN CERTIFICATE-----\nMIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx\nEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT\nHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs\nZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw\nMFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6\nb25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj\naG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp\nY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC\nggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg\nnLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1\nHOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N\nHwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN\ndloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0\nHZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO\nBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G\nCSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU\nsHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3\n4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg\n8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K\npL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1\nmMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0\n-----END CERTIFICATE-----\n\n# Issuer: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc.\n# Subject: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc.\n# Label: \"Starfield Services Root Certificate Authority - G2\"\n# Serial: 0\n# MD5 Fingerprint: 17:35:74:af:7b:61:1c:eb:f4:f9:3c:e2:ee:40:f9:a2\n# SHA1 Fingerprint: 92:5a:8f:8d:2c:6d:04:e0:66:5f:59:6a:ff:22:d8:63:e8:25:6f:3f\n# SHA256 Fingerprint: 56:8d:69:05:a2:c8:87:08:a4:b3:02:51:90:ed:cf:ed:b1:97:4a:60:6a:13:c6:e5:29:0f:cb:2a:e6:3e:da:b5\n-----BEGIN CERTIFICATE-----\nMIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx\nEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT\nHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs\nZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5\nMDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD\nVQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy\nZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy\ndmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI\nhvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p\nOsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2\n8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K\nTs9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe\nhRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk\n6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw\nDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q\nAdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI\nbw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB\nve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z\nqwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd\niEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn\n0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN\nsSi6\n-----END CERTIFICATE-----\n\n# Issuer: CN=AffirmTrust Commercial O=AffirmTrust\n# Subject: CN=AffirmTrust Commercial O=AffirmTrust\n# Label: \"AffirmTrust Commercial\"\n# Serial: 8608355977964138876\n# MD5 Fingerprint: 82:92:ba:5b:ef:cd:8a:6f:a6:3d:55:f9:84:f6:d6:b7\n# SHA1 Fingerprint: f9:b5:b6:32:45:5f:9c:be:ec:57:5f:80:dc:e9:6e:2c:c7:b2:78:b7\n# SHA256 Fingerprint: 03:76:ab:1d:54:c5:f9:80:3c:e4:b2:e2:01:a0:ee:7e:ef:7b:57:b6:36:e8:a9:3c:9b:8d:48:60:c9:6f:5f:a7\n-----BEGIN CERTIFICATE-----\nMIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE\nBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz\ndCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL\nMAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp\ncm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC\nAQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP\nHx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr\nba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL\nMeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1\nyHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr\nVwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/\nnx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ\nKoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG\nXUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj\nvbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt\nZ8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g\nN53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC\nnlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8=\n-----END CERTIFICATE-----\n\n# Issuer: CN=AffirmTrust Networking O=AffirmTrust\n# Subject: CN=AffirmTrust Networking O=AffirmTrust\n# Label: \"AffirmTrust Networking\"\n# Serial: 8957382827206547757\n# MD5 Fingerprint: 42:65:ca:be:01:9a:9a:4c:a9:8c:41:49:cd:c0:d5:7f\n# SHA1 Fingerprint: 29:36:21:02:8b:20:ed:02:f5:66:c5:32:d1:d6:ed:90:9f:45:00:2f\n# SHA256 Fingerprint: 0a:81:ec:5a:92:97:77:f1:45:90:4a:f3:8d:5d:50:9f:66:b5:e2:c5:8f:cd:b5:31:05:8b:0e:17:f3:f0:b4:1b\n-----BEGIN CERTIFICATE-----\nMIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE\nBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz\ndCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL\nMAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp\ncm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC\nAQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y\nYJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua\nkCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL\nQESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp\n6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG\nyH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i\nQLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ\nKoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO\ntDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu\nQY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ\nLgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u\nolu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48\nx3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s=\n-----END CERTIFICATE-----\n\n# Issuer: CN=AffirmTrust Premium O=AffirmTrust\n# Subject: CN=AffirmTrust Premium O=AffirmTrust\n# Label: \"AffirmTrust Premium\"\n# Serial: 7893706540734352110\n# MD5 Fingerprint: c4:5d:0e:48:b6:ac:28:30:4e:0a:bc:f9:38:16:87:57\n# SHA1 Fingerprint: d8:a6:33:2c:e0:03:6f:b1:85:f6:63:4f:7d:6a:06:65:26:32:28:27\n# SHA256 Fingerprint: 70:a7:3f:7f:37:6b:60:07:42:48:90:45:34:b1:14:82:d5:bf:0e:69:8e:cc:49:8d:f5:25:77:eb:f2:e9:3b:9a\n-----BEGIN CERTIFICATE-----\nMIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE\nBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz\ndCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG\nA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U\ncnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf\nqV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ\nJG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ\n+jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS\ns8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5\nHMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7\n70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG\nV+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S\nqHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S\n5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia\nC1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX\nOwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE\nFJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/\nBAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2\nKI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg\nNt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B\n8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ\nMKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc\n0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ\nu4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF\nu+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH\nYoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8\nGKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO\nRtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e\nKeC2uAloGRwYQw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=AffirmTrust Premium ECC O=AffirmTrust\n# Subject: CN=AffirmTrust Premium ECC O=AffirmTrust\n# Label: \"AffirmTrust Premium ECC\"\n# Serial: 8401224907861490260\n# MD5 Fingerprint: 64:b0:09:55:cf:b1:d5:99:e2:be:13:ab:a6:5d:ea:4d\n# SHA1 Fingerprint: b8:23:6b:00:2f:1d:16:86:53:01:55:6c:11:a4:37:ca:eb:ff:c3:bb\n# SHA256 Fingerprint: bd:71:fd:f6:da:97:e4:cf:62:d1:64:7a:dd:25:81:b0:7d:79:ad:f8:39:7e:b4:ec:ba:9c:5e:84:88:82:14:23\n-----BEGIN CERTIFICATE-----\nMIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC\nVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ\ncmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ\nBgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt\nVHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D\n0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9\nss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G\nA1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G\nA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs\naobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I\nflc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority\n# Subject: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority\n# Label: \"Certum Trusted Network CA\"\n# Serial: 279744\n# MD5 Fingerprint: d5:e9:81:40:c5:18:69:fc:46:2c:89:75:62:0f:aa:78\n# SHA1 Fingerprint: 07:e0:32:e0:20:b7:2c:3f:19:2f:06:28:a2:59:3a:19:a7:0f:06:9e\n# SHA256 Fingerprint: 5c:58:46:8d:55:f5:8e:49:7e:74:39:82:d2:b5:00:10:b6:d1:65:37:4a:cf:83:a7:d4:a3:2d:b7:68:c4:40:8e\n-----BEGIN CERTIFICATE-----\nMIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBM\nMSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5D\nZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBU\ncnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIyMTIwNzM3WhcNMjkxMjMxMTIwNzM3\nWjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMg\nUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSIw\nIAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0B\nAQEFAAOCAQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rH\nUV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM\nTXPb865Px1bVWqeWifrzq2jUI4ZZJ88JJ7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVU\nBBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4fOQtf/WsX+sWn7Et0brM\nkUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x\nAcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNV\nHRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV\nHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y\nsHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL\nI9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1mS1FhIrlQgnXdAIv94nYmem8\nJ9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5ajZt3hrvJBW8qY\nVoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI\n03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certinomis - Autorité Racine O=Certinomis OU=0002 433998903\n# Subject: CN=Certinomis - Autorité Racine O=Certinomis OU=0002 433998903\n# Label: \"Certinomis - Autorité Racine\"\n# Serial: 1\n# MD5 Fingerprint: 7f:30:78:8c:03:e3:ca:c9:0a:e2:c9:ea:1e:aa:55:1a\n# SHA1 Fingerprint: 2e:14:da:ec:28:f0:fa:1e:8e:38:9a:4e:ab:eb:26:c0:0a:d3:83:c3\n# SHA256 Fingerprint: fc:bf:e2:88:62:06:f7:2b:27:59:3c:8b:07:02:97:e1:2d:76:9e:d1:0e:d7:93:07:05:a8:09:8e:ff:c1:4d:17\n-----BEGIN CERTIFICATE-----\nMIIFnDCCA4SgAwIBAgIBATANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJGUjET\nMBEGA1UEChMKQ2VydGlub21pczEXMBUGA1UECxMOMDAwMiA0MzM5OTg5MDMxJjAk\nBgNVBAMMHUNlcnRpbm9taXMgLSBBdXRvcml0w6kgUmFjaW5lMB4XDTA4MDkxNzA4\nMjg1OVoXDTI4MDkxNzA4Mjg1OVowYzELMAkGA1UEBhMCRlIxEzARBgNVBAoTCkNl\ncnRpbm9taXMxFzAVBgNVBAsTDjAwMDIgNDMzOTk4OTAzMSYwJAYDVQQDDB1DZXJ0\naW5vbWlzIC0gQXV0b3JpdMOpIFJhY2luZTCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBAJ2Fn4bT46/HsmtuM+Cet0I0VZ35gb5j2CN2DpdUzZlMGvE5x4jY\nF1AMnmHawE5V3udauHpOd4cN5bjr+p5eex7Ezyh0x5P1FMYiKAT5kcOrJ3NqDi5N\n8y4oH3DfVS9O7cdxbwlyLu3VMpfQ8Vh30WC8Tl7bmoT2R2FFK/ZQpn9qcSdIhDWe\nrP5pqZ56XjUl+rSnSTV3lqc2W+HN3yNw2F1MpQiD8aYkOBOo7C+ooWfHpi2GR+6K\n/OybDnT0K0kCe5B1jPyZOQE51kqJ5Z52qz6WKDgmi92NjMD2AR5vpTESOH2VwnHu\n7XSu5DaiQ3XV8QCb4uTXzEIDS3h65X27uK4uIJPT5GHfceF2Z5c/tt9qc1pkIuVC\n28+BA5PY9OMQ4HL2AHCs8MF6DwV/zzRpRbWT5BnbUhYjBYkOjUjkJW+zeL9i9Qf6\nlSTClrLooyPCXQP8w9PlfMl1I9f09bze5N/NgL+RiH2nE7Q5uiy6vdFrzPOlKO1E\nnn1So2+WLhl+HPNbxxaOu2B9d2ZHVIIAEWBsMsGoOBvrbpgT1u449fCfDu/+MYHB\n0iSVL1N6aaLwD4ZFjliCK0wi1F6g530mJ0jfJUaNSih8hp75mxpZuWW/Bd22Ql09\n5gBIgl4g9xGC3srYn+Y3RyYe63j3YcNBZFgCQfna4NH4+ej9Uji29YnfAgMBAAGj\nWzBZMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBQN\njLZh2kS40RR9w759XkjwzspqsDAXBgNVHSAEEDAOMAwGCiqBegFWAgIAAQEwDQYJ\nKoZIhvcNAQEFBQADggIBACQ+YAZ+He86PtvqrxyaLAEL9MW12Ukx9F1BjYkMTv9s\nov3/4gbIOZ/xWqndIlgVqIrTseYyCYIDbNc/CMf4uboAbbnW/FIyXaR/pDGUu7ZM\nOH8oMDX/nyNTt7buFHAAQCvaR6s0fl6nVjBhK4tDrP22iCj1a7Y+YEq6QpA0Z43q\n619FVDsXrIvkxmUP7tCMXWY5zjKn2BCXwH40nJ+U8/aGH88bc62UeYdocMMzpXDn\n2NU4lG9jeeu/Cg4I58UvD0KgKxRA/yHgBcUn4YQRE7rWhh1BCxMjidPJC+iKunqj\no3M3NYB9Ergzd0A4wPpeMNLytqOx1qKVl4GbUu1pTP+A5FPbVFsDbVRfsbjvJL1v\nnxHDx2TCDyhihWZeGnuyt++uNckZM6i4J9szVb9o4XVIRFb7zdNIu0eJOqxp9YDG\n5ERQL1TEqkPFMTFYvZbF6nVsmnWxTfj3l/+WFvKXTej28xH5On2KOG4Ey+HTRRWq\npdEdnV1j6CTmNhTih60bWfVEm/vXd3wfAXBioSAaosUaKPQhA+4u2cGA6rnZgtZb\ndsLLO7XSAPCjDuGtbkD326C00EauFddEwk01+dIL8hf2rGbVJLJP0RyZwG71fet0\nBLj5TXcJ17TPBzAJ8bgAVtkXFhYKK4bfjwEZGuW7gmP/vgt2Fl43N+bYdJeimUV5\n-----END CERTIFICATE-----\n\n# Issuer: CN=Root CA Generalitat Valenciana O=Generalitat Valenciana OU=PKIGVA\n# Subject: CN=Root CA Generalitat Valenciana O=Generalitat Valenciana OU=PKIGVA\n# Label: \"Root CA Generalitat Valenciana\"\n# Serial: 994436456\n# MD5 Fingerprint: 2c:8c:17:5e:b1:54:ab:93:17:b5:36:5a:db:d1:c6:f2\n# SHA1 Fingerprint: a0:73:e5:c5:bd:43:61:0d:86:4c:21:13:0a:85:58:57:cc:9c:ea:46\n# SHA256 Fingerprint: 8c:4e:df:d0:43:48:f3:22:96:9e:7e:29:a4:cd:4d:ca:00:46:55:06:1c:16:e1:b0:76:42:2e:f3:42:ad:63:0e\n-----BEGIN CERTIFICATE-----\nMIIGizCCBXOgAwIBAgIEO0XlaDANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJF\nUzEfMB0GA1UEChMWR2VuZXJhbGl0YXQgVmFsZW5jaWFuYTEPMA0GA1UECxMGUEtJ\nR1ZBMScwJQYDVQQDEx5Sb290IENBIEdlbmVyYWxpdGF0IFZhbGVuY2lhbmEwHhcN\nMDEwNzA2MTYyMjQ3WhcNMjEwNzAxMTUyMjQ3WjBoMQswCQYDVQQGEwJFUzEfMB0G\nA1UEChMWR2VuZXJhbGl0YXQgVmFsZW5jaWFuYTEPMA0GA1UECxMGUEtJR1ZBMScw\nJQYDVQQDEx5Sb290IENBIEdlbmVyYWxpdGF0IFZhbGVuY2lhbmEwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDGKqtXETcvIorKA3Qdyu0togu8M1JAJke+\nWmmmO3I2F0zo37i7L3bhQEZ0ZQKQUgi0/6iMweDHiVYQOTPvaLRfX9ptI6GJXiKj\nSgbwJ/BXufjpTjJ3Cj9BZPPrZe52/lSqfR0grvPXdMIKX/UIKFIIzFVd0g/bmoGl\nu6GzwZTNVOAydTGRGmKy3nXiz0+J2ZGQD0EbtFpKd71ng+CT516nDOeB0/RSrFOy\nA8dEJvt55cs0YFAQexvba9dHq198aMpunUEDEO5rmXteJajCq+TA81yc477OMUxk\nHl6AovWDfgzWyoxVjr7gvkkHD6MkQXpYHYTqWBLI4bft75PelAgxAgMBAAGjggM7\nMIIDNzAyBggrBgEFBQcBAQQmMCQwIgYIKwYBBQUHMAGGFmh0dHA6Ly9vY3NwLnBr\naS5ndmEuZXMwEgYDVR0TAQH/BAgwBgEB/wIBAjCCAjQGA1UdIASCAiswggInMIIC\nIwYKKwYBBAG/VQIBADCCAhMwggHoBggrBgEFBQcCAjCCAdoeggHWAEEAdQB0AG8A\ncgBpAGQAYQBkACAAZABlACAAQwBlAHIAdABpAGYAaQBjAGEAYwBpAPMAbgAgAFIA\nYQDtAHoAIABkAGUAIABsAGEAIABHAGUAbgBlAHIAYQBsAGkAdABhAHQAIABWAGEA\nbABlAG4AYwBpAGEAbgBhAC4ADQAKAEwAYQAgAEQAZQBjAGwAYQByAGEAYwBpAPMA\nbgAgAGQAZQAgAFAAcgDhAGMAdABpAGMAYQBzACAAZABlACAAQwBlAHIAdABpAGYA\naQBjAGEAYwBpAPMAbgAgAHEAdQBlACAAcgBpAGcAZQAgAGUAbAAgAGYAdQBuAGMA\naQBvAG4AYQBtAGkAZQBuAHQAbwAgAGQAZQAgAGwAYQAgAHAAcgBlAHMAZQBuAHQA\nZQAgAEEAdQB0AG8AcgBpAGQAYQBkACAAZABlACAAQwBlAHIAdABpAGYAaQBjAGEA\nYwBpAPMAbgAgAHMAZQAgAGUAbgBjAHUAZQBuAHQAcgBhACAAZQBuACAAbABhACAA\nZABpAHIAZQBjAGMAaQDzAG4AIAB3AGUAYgAgAGgAdAB0AHAAOgAvAC8AdwB3AHcA\nLgBwAGsAaQAuAGcAdgBhAC4AZQBzAC8AYwBwAHMwJQYIKwYBBQUHAgEWGWh0dHA6\nLy93d3cucGtpLmd2YS5lcy9jcHMwHQYDVR0OBBYEFHs100DSHHgZZu90ECjcPk+y\neAT8MIGVBgNVHSMEgY0wgYqAFHs100DSHHgZZu90ECjcPk+yeAT8oWykajBoMQsw\nCQYDVQQGEwJFUzEfMB0GA1UEChMWR2VuZXJhbGl0YXQgVmFsZW5jaWFuYTEPMA0G\nA1UECxMGUEtJR1ZBMScwJQYDVQQDEx5Sb290IENBIEdlbmVyYWxpdGF0IFZhbGVu\nY2lhbmGCBDtF5WgwDQYJKoZIhvcNAQEFBQADggEBACRhTvW1yEICKrNcda3Fbcrn\nlD+laJWIwVTAEGmiEi8YPyVQqHxK6sYJ2fR1xkDar1CdPaUWu20xxsdzCkj+IHLt\nb8zog2EWRpABlUt9jppSCS/2bxzkoXHPjCpaF3ODR00PNvsETUlR4hTJZGH71BTg\n9J63NI8KJr2XXPR5OkowGcytT6CYirQxlyric21+eLj4iIlPsSKRZEv1UN4D2+XF\nducTZnV+ZfsBn5OHiJ35Rld8TWCvmHMTI6QgkYH60GFmuH3Rr9ZvHmw96RH9qfmC\nIoaZM3Fa6hlXPZHNqcCjbgcTpsnt+GijnsNacgmHKNHEc8RzGF9QdRYxn7fofMM=\n-----END CERTIFICATE-----\n\n# Issuer: CN=A-Trust-nQual-03 O=A-Trust Ges. f. Sicherheitssysteme im elektr. Datenverkehr GmbH OU=A-Trust-nQual-03\n# Subject: CN=A-Trust-nQual-03 O=A-Trust Ges. f. Sicherheitssysteme im elektr. Datenverkehr GmbH OU=A-Trust-nQual-03\n# Label: \"A-Trust-nQual-03\"\n# Serial: 93214\n# MD5 Fingerprint: 49:63:ae:27:f4:d5:95:3d:d8:db:24:86:b8:9c:07:53\n# SHA1 Fingerprint: d3:c0:63:f2:19:ed:07:3e:34:ad:5d:75:0b:32:76:29:ff:d5:9a:f2\n# SHA256 Fingerprint: 79:3c:bf:45:59:b9:fd:e3:8a:b2:2d:f1:68:69:f6:98:81:ae:14:c4:b0:13:9a:c7:88:a7:8a:1a:fc:ca:02:fb\n-----BEGIN CERTIFICATE-----\nMIIDzzCCAregAwIBAgIDAWweMA0GCSqGSIb3DQEBBQUAMIGNMQswCQYDVQQGEwJB\nVDFIMEYGA1UECgw/QS1UcnVzdCBHZXMuIGYuIFNpY2hlcmhlaXRzc3lzdGVtZSBp\nbSBlbGVrdHIuIERhdGVudmVya2VociBHbWJIMRkwFwYDVQQLDBBBLVRydXN0LW5R\ndWFsLTAzMRkwFwYDVQQDDBBBLVRydXN0LW5RdWFsLTAzMB4XDTA1MDgxNzIyMDAw\nMFoXDTE1MDgxNzIyMDAwMFowgY0xCzAJBgNVBAYTAkFUMUgwRgYDVQQKDD9BLVRy\ndXN0IEdlcy4gZi4gU2ljaGVyaGVpdHNzeXN0ZW1lIGltIGVsZWt0ci4gRGF0ZW52\nZXJrZWhyIEdtYkgxGTAXBgNVBAsMEEEtVHJ1c3QtblF1YWwtMDMxGTAXBgNVBAMM\nEEEtVHJ1c3QtblF1YWwtMDMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB\nAQCtPWFuA/OQO8BBC4SAzewqo51ru27CQoT3URThoKgtUaNR8t4j8DRE/5TrzAUj\nlUC5B3ilJfYKvUWG6Nm9wASOhURh73+nyfrBJcyFLGM/BWBzSQXgYHiVEEvc+RFZ\nznF/QJuKqiTfC0Li21a8StKlDJu3Qz7dg9MmEALP6iPESU7l0+m0iKsMrmKS1GWH\n2WrX9IWf5DMiJaXlyDO6w8dB3F/GaswADm0yqLaHNgBid5seHzTLkDx4iHQF63n1\nk3Flyp3HaxgtPVxO59X4PzF9j4fsCiIvI+n+u33J4PTs63zEsMMtYrWacdaxaujs\n2e3Vcuy+VwHOBVWf3tFgiBCzAgMBAAGjNjA0MA8GA1UdEwEB/wQFMAMBAf8wEQYD\nVR0OBAoECERqlWdVeRFPMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQUFAAOC\nAQEAVdRU0VlIXLOThaq/Yy/kgM40ozRiPvbY7meIMQQDbwvUB/tOdQ/TLtPAF8fG\nKOwGDREkDg6lXb+MshOWcdzUzg4NCmgybLlBMRmrsQd7TZjTXLDR8KdCoLXEjq/+\n8T/0709GAHbrAvv5ndJAlseIOrifEXnzgGWovR/TeIGgUUw3tKZdJXDRZslo+S4R\nFGjxVJgIrCaSD96JntT6s3kr0qN51OyLrIdTaEJMUVF0HhsnLuP1Hyl0Te2v9+GS\nmYHovjrHF1D2t8b8m7CKa9aIA5GPBnc6hQLdmNVDeD/GMBWsm2vLV7eJUYs66MmE\nDNuxUCAKGkq6ahq97BvIxYSazQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA\n# Subject: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA\n# Label: \"TWCA Root Certification Authority\"\n# Serial: 1\n# MD5 Fingerprint: aa:08:8f:f6:f9:7b:b7:f2:b1:a7:1e:9b:ea:ea:bd:79\n# SHA1 Fingerprint: cf:9e:87:6d:d3:eb:fc:42:26:97:a3:b5:a3:7a:a0:76:a9:06:23:48\n# SHA256 Fingerprint: bf:d8:8f:e1:10:1c:41:ae:3e:80:1b:f8:be:56:35:0e:e9:ba:d1:a6:b9:bd:51:5e:dc:5c:6d:5b:87:11:ac:44\n-----BEGIN CERTIFICATE-----\nMIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzES\nMBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFU\nV0NBIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMz\nWhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJVEFJV0FO\nLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlm\naWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB\nAQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFE\nAcK0HMMxQhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HH\nK3XLfJ+utdGdIzdjp9xCoi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeX\nRfwZVzsrb+RH9JlF/h3x+JejiB03HFyP4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/z\nrX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx\n3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV\nHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkq\nhkiG9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeC\nMErJk/9q56YAf4lCmtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdls\nXebQ79NqZp4VKIV66IIArB6nCWlWQtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62D\nlhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVYT0bf+215WfKEIlKuD8z7fDvn\naspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocnyYh0igzyXxfkZ\nYiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw==\n-----END CERTIFICATE-----\n\n# Issuer: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2\n# Subject: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2\n# Label: \"Security Communication RootCA2\"\n# Serial: 0\n# MD5 Fingerprint: 6c:39:7d:a4:0e:55:59:b2:3f:d6:41:b1:12:50:de:43\n# SHA1 Fingerprint: 5f:3b:8c:f2:f8:10:b3:7d:78:b4:ce:ec:19:19:c3:73:34:b9:c7:74\n# SHA256 Fingerprint: 51:3b:2c:ec:b8:10:d4:cd:e5:dd:85:39:1a:df:c6:c2:dd:60:d8:7b:b7:36:d2:b5:21:48:4a:a4:7a:0e:be:f6\n-----BEGIN CERTIFICATE-----\nMIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDEl\nMCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMe\nU2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoX\nDTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRy\ndXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmlj\nYXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANAV\nOVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGr\nzbl+dp+++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVM\nVAX3NuRFg3sUZdbcDE3R3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQ\nhNBqyjoGADdH5H5XTz+L62e4iKrFvlNVspHEfbmwhRkGeC7bYRr6hfVKkaHnFtWO\nojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1KEOtOghY6rCcMU/Gt1SSw\nawNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8QIH4D5cs\nOPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3\nDQEBCwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpF\ncoJxDjrSzG+ntKEju/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXc\nokgfGT+Ok+vx+hfuzU7jBBJV1uXk3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8\nt/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6qtnRGEmyR7jTV7JqR50S+kDFy\n1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29mvVXIwAHIRc/\nSjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03\n-----END CERTIFICATE-----\n\n# Issuer: CN=Hellenic Academic and Research Institutions RootCA 2011 O=Hellenic Academic and Research Institutions Cert. Authority\n# Subject: CN=Hellenic Academic and Research Institutions RootCA 2011 O=Hellenic Academic and Research Institutions Cert. Authority\n# Label: \"Hellenic Academic and Research Institutions RootCA 2011\"\n# Serial: 0\n# MD5 Fingerprint: 73:9f:4c:4b:73:5b:79:e9:fa:ba:1c:ef:6e:cb:d5:c9\n# SHA1 Fingerprint: fe:45:65:9b:79:03:5b:98:a1:61:b5:51:2e:ac:da:58:09:48:22:4d\n# SHA256 Fingerprint: bc:10:4f:15:a4:8b:e7:09:dc:a5:42:a7:e1:d4:b9:df:6f:05:45:27:e8:02:ea:a9:2d:59:54:44:25:8a:fe:71\n-----BEGIN CERTIFICATE-----\nMIIEMTCCAxmgAwIBAgIBADANBgkqhkiG9w0BAQUFADCBlTELMAkGA1UEBhMCR1Ix\nRDBCBgNVBAoTO0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1\ndGlvbnMgQ2VydC4gQXV0aG9yaXR5MUAwPgYDVQQDEzdIZWxsZW5pYyBBY2FkZW1p\nYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIFJvb3RDQSAyMDExMB4XDTExMTIw\nNjEzNDk1MloXDTMxMTIwMTEzNDk1MlowgZUxCzAJBgNVBAYTAkdSMUQwQgYDVQQK\nEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0dXRpb25zIENl\ncnQuIEF1dGhvcml0eTFAMD4GA1UEAxM3SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl\nc2VhcmNoIEluc3RpdHV0aW9ucyBSb290Q0EgMjAxMTCCASIwDQYJKoZIhvcNAQEB\nBQADggEPADCCAQoCggEBAKlTAOMupvaO+mDYLZU++CwqVE7NuYRhlFhPjz2L5EPz\ndYmNUeTDN9KKiE15HrcS3UN4SoqS5tdI1Q+kOilENbgH9mgdVc04UfCMJDGFr4PJ\nfel3r+0ae50X+bOdOFAPplp5kYCvN66m0zH7tSYJnTxa71HFK9+WXesyHgLacEns\nbgzImjeN9/E2YEsmLIKe0HjzDQ9jpFEw4fkrJxIH2Oq9GGKYsFk3fb7u8yBRQlqD\n75O6aRXxYp2fmTmCobd0LovUxQt7L/DICto9eQqakxylKHJzkUOap9FNhYS5qXSP\nFEDH3N6sQWRstBmbAmNtJGSPRLIl6s5ddAxjMlyNh+UCAwEAAaOBiTCBhjAPBgNV\nHRMBAf8EBTADAQH/MAsGA1UdDwQEAwIBBjAdBgNVHQ4EFgQUppFC/RNhSiOeCKQp\n5dgTBCPuQSUwRwYDVR0eBEAwPqA8MAWCAy5ncjAFggMuZXUwBoIELmVkdTAGggQu\nb3JnMAWBAy5ncjAFgQMuZXUwBoEELmVkdTAGgQQub3JnMA0GCSqGSIb3DQEBBQUA\nA4IBAQAf73lB4XtuP7KMhjdCSk4cNx6NZrokgclPEg8hwAOXhiVtXdMiKahsog2p\n6z0GW5k6x8zDmjR/qw7IThzh+uTczQ2+vyT+bOdrwg3IBp5OjWEopmr95fZi6hg8\nTqBTnbI6nOulnJEWtk2C4AwFSKls9cz4y51JtPACpf1wA+2KIaWuE4ZJwzNzvoc7\ndIsXRSZMFpGD/md9zU1jZ/rzAxKWeAaNsWftjj++n08C9bMJL/NMh98qy5V8Acys\nNnq/onN694/BtZqhFLKPM58N7yLcZnuEvUUXBj08yrl3NI/K6s8/MT7jiOOASSXI\nl7WdmplNsDz4SgCbZN2fOUvRJ9e4\n-----END CERTIFICATE-----\n\n# Issuer: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967\n# Subject: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967\n# Label: \"Actalis Authentication Root CA\"\n# Serial: 6271844772424770508\n# MD5 Fingerprint: 69:c1:0d:4f:07:a3:1b:c3:fe:56:3d:04:bc:11:f6:a6\n# SHA1 Fingerprint: f3:73:b3:87:06:5a:28:84:8a:f2:f3:4a:ce:19:2b:dd:c7:8e:9c:ac\n# SHA256 Fingerprint: 55:92:60:84:ec:96:3a:64:b9:6e:2a:be:01:ce:0b:a8:6a:64:fb:fe:bc:c7:aa:b5:af:c1:55:b3:7f:d7:60:66\n-----BEGIN CERTIFICATE-----\nMIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE\nBhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w\nMzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290\nIENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC\nSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1\nODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv\nUTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX\n4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9\nKK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/\ngCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb\nrxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ\n51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F\nbe8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe\nKF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F\nv6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn\nfpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7\njPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz\nezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt\nifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL\ne3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70\njsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz\nWochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V\nSM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j\npwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX\nX04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok\nfcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R\nK4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU\nZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU\nLysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT\nLnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg==\n-----END CERTIFICATE-----\n\n# Issuer: O=Trustis Limited OU=Trustis FPS Root CA\n# Subject: O=Trustis Limited OU=Trustis FPS Root CA\n# Label: \"Trustis FPS Root CA\"\n# Serial: 36053640375399034304724988975563710553\n# MD5 Fingerprint: 30:c9:e7:1e:6b:e6:14:eb:65:b2:16:69:20:31:67:4d\n# SHA1 Fingerprint: 3b:c0:38:0b:33:c3:f6:a6:0c:86:15:22:93:d9:df:f5:4b:81:c0:04\n# SHA256 Fingerprint: c1:b4:82:99:ab:a5:20:8f:e9:63:0a:ce:55:ca:68:a0:3e:da:5a:51:9c:88:02:a0:d3:a6:73:be:8f:8e:55:7d\n-----BEGIN CERTIFICATE-----\nMIIDZzCCAk+gAwIBAgIQGx+ttiD5JNM2a/fH8YygWTANBgkqhkiG9w0BAQUFADBF\nMQswCQYDVQQGEwJHQjEYMBYGA1UEChMPVHJ1c3RpcyBMaW1pdGVkMRwwGgYDVQQL\nExNUcnVzdGlzIEZQUyBSb290IENBMB4XDTAzMTIyMzEyMTQwNloXDTI0MDEyMTEx\nMzY1NFowRTELMAkGA1UEBhMCR0IxGDAWBgNVBAoTD1RydXN0aXMgTGltaXRlZDEc\nMBoGA1UECxMTVHJ1c3RpcyBGUFMgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQAD\nggEPADCCAQoCggEBAMVQe547NdDfxIzNjpvto8A2mfRC6qc+gIMPpqdZh8mQRUN+\nAOqGeSoDvT03mYlmt+WKVoaTnGhLaASMk5MCPjDSNzoiYYkchU59j9WvezX2fihH\niTHcDnlkH5nSW7r+f2C/revnPDgpai/lkQtV/+xvWNUtyd5MZnGPDNcE2gfmHhjj\nvSkCqPoc4Vu5g6hBSLwacY3nYuUtsuvffM/bq1rKMfFMIvMFE/eC+XN5DL7XSxzA\n0RU8k0Fk0ea+IxciAIleH2ulrG6nS4zto3Lmr2NNL4XSFDWaLk6M6jKYKIahkQlB\nOrTh4/L68MkKokHdqeMDx4gVOxzUGpTXn2RZEm0CAwEAAaNTMFEwDwYDVR0TAQH/\nBAUwAwEB/zAfBgNVHSMEGDAWgBS6+nEleYtXQSUhhgtx67JkDoshZzAdBgNVHQ4E\nFgQUuvpxJXmLV0ElIYYLceuyZA6LIWcwDQYJKoZIhvcNAQEFBQADggEBAH5Y//01\nGX2cGE+esCu8jowU/yyg2kdbw++BLa8F6nRIW/M+TgfHbcWzk88iNVy2P3UnXwmW\nzaD+vkAMXBJV+JOCyinpXj9WV4s4NvdFGkwozZ5BuO1WTISkQMi4sKUraXAEasP4\n1BIy+Q7DsdwyhEQsb8tGD+pmQQ9P8Vilpg0ND2HepZ5dfWWhPBfnqFVO76DH7cZE\nf1T1o+CP8HxVIo8ptoGj4W1OLBuAZ+ytIJ8MYmHVl/9D7S3B2l0pKoU/rGXuhg8F\njZBf3+6f9L/uHfuY5H+QK4R4EA5sSVPvFVtlRkpdr7r7OnIdzfYliB6XzCGcKQEN\nZetX2fNXlrtIzYE=\n-----END CERTIFICATE-----\n\n# Issuer: CN=StartCom Certification Authority O=StartCom Ltd. OU=Secure Digital Certificate Signing\n# Subject: CN=StartCom Certification Authority O=StartCom Ltd. OU=Secure Digital Certificate Signing\n# Label: \"StartCom Certification Authority\"\n# Serial: 45\n# MD5 Fingerprint: c9:3b:0d:84:41:fc:a4:76:79:23:08:57:de:10:19:16\n# SHA1 Fingerprint: a3:f1:33:3f:e2:42:bf:cf:c5:d1:4e:8f:39:42:98:40:68:10:d1:a0\n# SHA256 Fingerprint: e1:78:90:ee:09:a3:fb:f4:f4:8b:9c:41:4a:17:d6:37:b7:a5:06:47:e9:bc:75:23:22:72:7f:cc:17:42:a9:11\n-----BEGIN CERTIFICATE-----\nMIIHhzCCBW+gAwIBAgIBLTANBgkqhkiG9w0BAQsFADB9MQswCQYDVQQGEwJJTDEW\nMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwg\nQ2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3RhcnRDb20gQ2VydGlmaWNh\ndGlvbiBBdXRob3JpdHkwHhcNMDYwOTE3MTk0NjM3WhcNMzYwOTE3MTk0NjM2WjB9\nMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMi\nU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3Rh\ncnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUA\nA4ICDwAwggIKAoICAQDBiNsJvGxGfHiflXu1M5DycmLWwTYgIiRezul38kMKogZk\npMyONvg45iPwbm2xPN1yo4UcodM9tDMr0y+v/uqwQVlntsQGfQqedIXWeUyAN3rf\nOQVSWff0G0ZDpNKFhdLDcfN1YjS6LIp/Ho/u7TTQEceWzVI9ujPW3U3eCztKS5/C\nJi/6tRYccjV3yjxd5srhJosaNnZcAdt0FCX+7bWgiA/deMotHweXMAEtcnn6RtYT\nKqi5pquDSR3l8u/d5AGOGAqPY1MWhWKpDhk6zLVmpsJrdAfkK+F2PrRt2PZE4XNi\nHzvEvqBTViVsUQn3qqvKv3b9bZvzndu/PWa8DFaqr5hIlTpL36dYUNk4dalb6kMM\nAv+Z6+hsTXBbKWWc3apdzK8BMewM69KN6Oqce+Zu9ydmDBpI125C4z/eIT574Q1w\n+2OqqGwaVLRcJXrJosmLFqa7LH4XXgVNWG4SHQHuEhANxjJ/GP/89PrNbpHoNkm+\nGkhpi8KWTRoSsmkXwQqQ1vp5Iki/untp+HDH+no32NgN0nZPV/+Qt+OR0t3vwmC3\nZzrd/qqc8NSLf3Iizsafl7b4r4qgEKjZ+xjGtrVcUjyJthkqcwEKDwOzEmDyei+B\n26Nu/yYwl/WL3YlXtq09s68rxbd2AvCl1iuahhQqcvbjM4xdCUsT37uMdBNSSwID\nAQABo4ICEDCCAgwwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD\nVR0OBBYEFE4L7xqkQFulF2mHMMo0aEPQQa7yMB8GA1UdIwQYMBaAFE4L7xqkQFul\nF2mHMMo0aEPQQa7yMIIBWgYDVR0gBIIBUTCCAU0wggFJBgsrBgEEAYG1NwEBATCC\nATgwLgYIKwYBBQUHAgEWImh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL3BvbGljeS5w\nZGYwNAYIKwYBBQUHAgEWKGh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL2ludGVybWVk\naWF0ZS5wZGYwgc8GCCsGAQUFBwICMIHCMCcWIFN0YXJ0IENvbW1lcmNpYWwgKFN0\nYXJ0Q29tKSBMdGQuMAMCAQEagZZMaW1pdGVkIExpYWJpbGl0eSwgcmVhZCB0aGUg\nc2VjdGlvbiAqTGVnYWwgTGltaXRhdGlvbnMqIG9mIHRoZSBTdGFydENvbSBDZXJ0\naWZpY2F0aW9uIEF1dGhvcml0eSBQb2xpY3kgYXZhaWxhYmxlIGF0IGh0dHA6Ly93\nd3cuc3RhcnRzc2wuY29tL3BvbGljeS5wZGYwEQYJYIZIAYb4QgEBBAQDAgAHMDgG\nCWCGSAGG+EIBDQQrFilTdGFydENvbSBGcmVlIFNTTCBDZXJ0aWZpY2F0aW9uIEF1\ndGhvcml0eTANBgkqhkiG9w0BAQsFAAOCAgEAjo/n3JR5fPGFf59Jb2vKXfuM/gTF\nwWLRfUKKvFO3lANmMD+x5wqnUCBVJX92ehQN6wQOQOY+2IirByeDqXWmN3PH/UvS\nTa0XQMhGvjt/UfzDtgUx3M2FIk5xt/JxXrAaxrqTi3iSSoX4eA+D/i+tLPfkpLst\n0OcNOrg+zvZ49q5HJMqjNTbOx8aHmNrs++myziebiMMEofYLWWivydsQD032ZGNc\npRJvkrKTlMeIFw6Ttn5ii5B/q06f/ON1FE8qMt9bDeD1e5MNq6HPh+GlBEXoPBKl\nCcWw0bdT82AUuoVpaiF8H3VhFyAXe2w7QSlc4axa0c2Mm+tgHRns9+Ww2vl5GKVF\nP0lDV9LdJNUso/2RjSe15esUBppMeyG7Oq0wBhjA2MFrLH9ZXF2RsXAiV+uKa0hK\n1Q8p7MZAwC+ITGgBF3f0JBlPvfrhsiAhS90a2Cl9qrjeVOwhVYBsHvUwyKMQ5bLm\nKhQxw4UtjJixhlpPiVktucf3HMiKf8CdBUrmQk9io20ppB+Fq9vlgcitKj1MXVuE\nJnHEhV5xJMqlG2zYYdMa4FTbzrqpMrUi9nNBCV24F10OD5mQ1kfabwo6YigUZ4LZ\n8dCAWZvLMdibD4x3TrVoivJs9iQOLWxwxXPR3hTQcY+203sC9uO41Alua551hDnm\nfyWl8kgAwKQB2j8=\n-----END CERTIFICATE-----\n\n# Issuer: CN=StartCom Certification Authority G2 O=StartCom Ltd.\n# Subject: CN=StartCom Certification Authority G2 O=StartCom Ltd.\n# Label: \"StartCom Certification Authority G2\"\n# Serial: 59\n# MD5 Fingerprint: 78:4b:fb:9e:64:82:0a:d3:b8:4c:62:f3:64:f2:90:64\n# SHA1 Fingerprint: 31:f1:fd:68:22:63:20:ee:c6:3b:3f:9d:ea:4a:3e:53:7c:7c:39:17\n# SHA256 Fingerprint: c7:ba:65:67:de:93:a7:98:ae:1f:aa:79:1e:71:2d:37:8f:ae:1f:93:c4:39:7f:ea:44:1b:b7:cb:e6:fd:59:95\n-----BEGIN CERTIFICATE-----\nMIIFYzCCA0ugAwIBAgIBOzANBgkqhkiG9w0BAQsFADBTMQswCQYDVQQGEwJJTDEW\nMBQGA1UEChMNU3RhcnRDb20gTHRkLjEsMCoGA1UEAxMjU3RhcnRDb20gQ2VydGlm\naWNhdGlvbiBBdXRob3JpdHkgRzIwHhcNMTAwMTAxMDEwMDAxWhcNMzkxMjMxMjM1\nOTAxWjBTMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjEsMCoG\nA1UEAxMjU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgRzIwggIiMA0G\nCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2iTZbB7cgNr2Cu+EWIAOVeq8Oo1XJ\nJZlKxdBWQYeQTSFgpBSHO839sj60ZwNq7eEPS8CRhXBF4EKe3ikj1AENoBB5uNsD\nvfOpL9HG4A/LnooUCri99lZi8cVytjIl2bLzvWXFDSxu1ZJvGIsAQRSCb0AgJnoo\nD/Uefyf3lLE3PbfHkffiAez9lInhzG7TNtYKGXmu1zSCZf98Qru23QumNK9LYP5/\nQ0kGi4xDuFby2X8hQxfqp0iVAXV16iulQ5XqFYSdCI0mblWbq9zSOdIxHWDirMxW\nRST1HFSr7obdljKF+ExP6JV2tgXdNiNnvP8V4so75qbsO+wmETRIjfaAKxojAuuK\nHDp2KntWFhxyKrOq42ClAJ8Em+JvHhRYW6Vsi1g8w7pOOlz34ZYrPu8HvKTlXcxN\nnw3h3Kq74W4a7I/htkxNeXJdFzULHdfBR9qWJODQcqhaX2YtENwvKhOuJv4KHBnM\n0D4LnMgJLvlblnpHnOl68wVQdJVznjAJ85eCXuaPOQgeWeU1FEIT/wCc976qUM/i\nUUjXuG+v+E5+M5iSFGI6dWPPe/regjupuznixL0sAA7IF6wT700ljtizkC+p2il9\nHa90OrInwMEePnWjFqmveiJdnxMaz6eg6+OGCtP95paV1yPIN93EfKo2rJgaErHg\nTuixO/XWb/Ew1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQE\nAwIBBjAdBgNVHQ4EFgQUS8W0QGutHLOlHGVuRjaJhwUMDrYwDQYJKoZIhvcNAQEL\nBQADggIBAHNXPyzVlTJ+N9uWkusZXn5T50HsEbZH77Xe7XRcxfGOSeD8bpkTzZ+K\n2s06Ctg6Wgk/XzTQLwPSZh0avZyQN8gMjgdalEVGKua+etqhqaRpEpKwfTbURIfX\nUfEpY9Z1zRbkJ4kd+MIySP3bmdCPX1R0zKxnNBFi2QwKN4fRoxdIjtIXHfbX/dtl\n6/2o1PXWT6RbdejF0mCy2wl+JYt7ulKSnj7oxXehPOBKc2thz4bcQ///If4jXSRK\n9dNtD2IEBVeC2m6kMyV5Sy5UGYvMLD0w6dEG/+gyRr61M3Z3qAFdlsHB1b6uJcDJ\nHgoJIIihDsnzb02CVAAgp9KP5DlUFy6NHrgbuxu9mk47EDTcnIhT76IxW1hPkWLI\nwpqazRVdOKnWvvgTtZ8SafJQYqz7Fzf07rh1Z2AQ+4NQ+US1dZxAF7L+/XldblhY\nXzD8AK6vM8EOTmy6p6ahfzLbOOCxchcKK5HsamMm7YnUeMx0HgX4a/6ManY5Ka5l\nIxKVCCIcl85bBu4M4ru8H0ST9tg4RQUh7eStqxK2A6RCLi3ECToDZ2mEmuFZkIoo\nhdVddLHRDiBYmxOlsGOm7XtH/UVVMKTumtTm4ofvmMkyghEpIrwACjFeLQ/Ajulr\nso8uBtjRkcfGEvRM/TAXw8HaOFvjqermobp573PYtlNXLfbQ4ddI\n-----END CERTIFICATE-----\n\n# Issuer: CN=Buypass Class 2 Root CA O=Buypass AS-983163327\n# Subject: CN=Buypass Class 2 Root CA O=Buypass AS-983163327\n# Label: \"Buypass Class 2 Root CA\"\n# Serial: 2\n# MD5 Fingerprint: 46:a7:d2:fe:45:fb:64:5a:a8:59:90:9b:78:44:9b:29\n# SHA1 Fingerprint: 49:0a:75:74:de:87:0a:47:fe:58:ee:f6:c7:6b:eb:c6:0b:12:40:99\n# SHA256 Fingerprint: 9a:11:40:25:19:7c:5b:b9:5d:94:e6:3d:55:cd:43:79:08:47:b6:46:b2:3c:df:11:ad:a4:a0:0e:ff:15:fb:48\n-----BEGIN CERTIFICATE-----\nMIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd\nMBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg\nQ2xhc3MgMiBSb290IENBMB4XDTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1ow\nTjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw\nHgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB\nBQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1g1Lr\n6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPV\nL4O2fuPn9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC91\n1K2GScuVr1QGbNgGE41b/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHx\nMlAQTn/0hpPshNOOvEu/XAFOBz3cFIqUCqTqc/sLUegTBxj6DvEr0VQVfTzh97QZ\nQmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeffawrbD02TTqigzXsu8lkB\narcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgIzRFo1clr\nUs3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLi\nFRhnBkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRS\nP/TizPJhk9H9Z2vXUq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN\n9SG9dKpN6nIDSdvHXx1iY8f93ZHsM+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxP\nAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMmAd+BikoL1Rpzz\nuvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAU18h\n9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s\nA20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3t\nOluwlN5E40EIosHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo\n+fsicdl9sz1Gv7SEr5AcD48Saq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7\nKcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2\nDISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWDLfJ6v9r9jv6ly0Us\nH8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0oyLQ\nI+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7\n5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h\n3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPz\nY11aWOIv4x3kqdbQCtCev9eBCfHJxyYNrJgWVqA=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Buypass Class 3 Root CA O=Buypass AS-983163327\n# Subject: CN=Buypass Class 3 Root CA O=Buypass AS-983163327\n# Label: \"Buypass Class 3 Root CA\"\n# Serial: 2\n# MD5 Fingerprint: 3d:3b:18:9e:2c:64:5a:e8:d5:88:ce:0e:f9:37:c2:ec\n# SHA1 Fingerprint: da:fa:f7:fa:66:84:ec:06:8f:14:50:bd:c7:c2:81:a5:bc:a9:64:57\n# SHA256 Fingerprint: ed:f7:eb:bc:a2:7a:2a:38:4d:38:7b:7d:40:10:c6:66:e2:ed:b4:84:3e:4c:29:b4:ae:1d:5b:93:32:e6:b2:4d\n-----BEGIN CERTIFICATE-----\nMIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd\nMBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg\nQ2xhc3MgMyBSb290IENBMB4XDTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFow\nTjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw\nHgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB\nBQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRHsJ8Y\nZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3E\nN3coTRiR5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9\ntznDDgFHmV0ST9tD+leh7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX\n0DJq1l1sDPGzbjniazEuOQAnFN44wOwZZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c\n/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH2xc519woe2v1n/MuwU8X\nKhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV/afmiSTY\nzIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvS\nO1UQRwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D\n34xFMFbG02SrZvPAXpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgP\nK9Dx2hzLabjKSWJtyNBjYt1gD1iqj6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3\nAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFEe4zf/lb+74suwv\nTg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAACAj\nQTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV\ncSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXS\nIGrs/CIBKM+GuIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2\nHJLw5QY33KbmkJs4j1xrG0aGQ0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsa\nO5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8ZORK15FTAaggiG6cX0S5y2CBNOxv\n033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2KSb12tjE8nVhz36u\ndmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz6MkE\nkbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg41\n3OEMXbugUZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvD\nu79leNKGef9JOxqDDPDeeOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq\n4/g7u9xN12TyUb7mqqta6THuBrxzvxNiCp/HuZc=\n-----END CERTIFICATE-----\n\n# Issuer: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center\n# Subject: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center\n# Label: \"T-TeleSec GlobalRoot Class 3\"\n# Serial: 1\n# MD5 Fingerprint: ca:fb:40:a8:4e:39:92:8a:1d:fe:8e:2f:c4:27:ea:ef\n# SHA1 Fingerprint: 55:a6:72:3e:cb:f2:ec:cd:c3:23:74:70:19:9d:2a:be:11:e3:81:d1\n# SHA256 Fingerprint: fd:73:da:d3:1c:64:4f:f1:b4:3b:ef:0c:cd:da:96:71:0b:9c:d9:87:5e:ca:7e:31:70:7a:f3:e9:6d:52:2b:bd\n-----BEGIN CERTIFICATE-----\nMIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx\nKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd\nBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl\nYyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgxMDAxMTAyOTU2WhcNMzMxMDAxMjM1\nOTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy\naXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50\nZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0G\nCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN\n8ELg63iIVl6bmlQdTQyK9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/\nRLyTPWGrTs0NvvAgJ1gORH8EGoel15YUNpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4\nhqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZFiP0Zf3WHHx+xGwpzJFu5\nZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W0eDrXltM\nEnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGj\nQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1\nA/d2O2GCahKqGFPrAyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOy\nWL6ukK2YJ5f+AbGwUgC4TeQbIXQbfsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ\n1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzTucpH9sry9uetuUg/vBa3wW30\n6gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7hP0HHRwA11fXT\n91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml\ne9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4p\nTpPDpFQUWw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=EE Certification Centre Root CA O=AS Sertifitseerimiskeskus\n# Subject: CN=EE Certification Centre Root CA O=AS Sertifitseerimiskeskus\n# Label: \"EE Certification Centre Root CA\"\n# Serial: 112324828676200291871926431888494945866\n# MD5 Fingerprint: 43:5e:88:d4:7d:1a:4a:7e:fd:84:2e:52:eb:01:d4:6f\n# SHA1 Fingerprint: c9:a8:b9:e7:55:80:5e:58:e3:53:77:a7:25:eb:af:c3:7b:27:cc:d7\n# SHA256 Fingerprint: 3e:84:ba:43:42:90:85:16:e7:75:73:c0:99:2f:09:79:ca:08:4e:46:85:68:1f:f1:95:cc:ba:8a:22:9b:8a:76\n-----BEGIN CERTIFICATE-----\nMIIEAzCCAuugAwIBAgIQVID5oHPtPwBMyonY43HmSjANBgkqhkiG9w0BAQUFADB1\nMQswCQYDVQQGEwJFRTEiMCAGA1UECgwZQVMgU2VydGlmaXRzZWVyaW1pc2tlc2t1\nczEoMCYGA1UEAwwfRUUgQ2VydGlmaWNhdGlvbiBDZW50cmUgUm9vdCBDQTEYMBYG\nCSqGSIb3DQEJARYJcGtpQHNrLmVlMCIYDzIwMTAxMDMwMTAxMDMwWhgPMjAzMDEy\nMTcyMzU5NTlaMHUxCzAJBgNVBAYTAkVFMSIwIAYDVQQKDBlBUyBTZXJ0aWZpdHNl\nZXJpbWlza2Vza3VzMSgwJgYDVQQDDB9FRSBDZXJ0aWZpY2F0aW9uIENlbnRyZSBS\nb290IENBMRgwFgYJKoZIhvcNAQkBFglwa2lAc2suZWUwggEiMA0GCSqGSIb3DQEB\nAQUAA4IBDwAwggEKAoIBAQDIIMDs4MVLqwd4lfNE7vsLDP90jmG7sWLqI9iroWUy\neuuOF0+W2Ap7kaJjbMeMTC55v6kF/GlclY1i+blw7cNRfdCT5mzrMEvhvH2/UpvO\nbntl8jixwKIy72KyaOBhU8E2lf/slLo2rpwcpzIP5Xy0xm90/XsY6KxX7QYgSzIw\nWFv9zajmofxwvI6Sc9uXp3whrj3B9UiHbCe9nyV0gVWw93X2PaRka9ZP585ArQ/d\nMtO8ihJTmMmJ+xAdTX7Nfh9WDSFwhfYggx/2uh8Ej+p3iDXE/+pOoYtNP2MbRMNE\n1CV2yreN1x5KZmTNXMWcg+HCCIia7E6j8T4cLNlsHaFLAgMBAAGjgYowgYcwDwYD\nVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFBLyWj7qVhy/\nzQas8fElyalL1BSZMEUGA1UdJQQ+MDwGCCsGAQUFBwMCBggrBgEFBQcDAQYIKwYB\nBQUHAwMGCCsGAQUFBwMEBggrBgEFBQcDCAYIKwYBBQUHAwkwDQYJKoZIhvcNAQEF\nBQADggEBAHv25MANqhlHt01Xo/6tu7Fq1Q+e2+RjxY6hUFaTlrg4wCQiZrxTFGGV\nv9DHKpY5P30osxBAIWrEr7BSdxjhlthWXePdNl4dp1BUoMUq5KqMlIpPnTX/dqQG\nE5Gion0ARD9V04I8GtVbvFZMIi5GQ4okQC3zErg7cBqklrkar4dBGmoYDQZPxz5u\nuSlNDUmJEYcyW+ZLBMjkXOZ0c5RdFpgTlf7727FE5TpwrDdr5rMzcijJs1eg9gIW\niAYLtqZLICjU3j2LrTcFU3T+bsy8QxdxXvnFzBqpYe73dgzzcvRyrc9yAjYHR8/v\nGVCJYMzpJJUPwssd8m92kMfMdcGWxZ0=\n-----END CERTIFICATE-----\n\n# Issuer: CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı O=TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş. (c) Aralık 2007\n# Subject: CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı O=TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş. (c) Aralık 2007\n# Label: \"TURKTRUST Certificate Services Provider Root 2007\"\n# Serial: 1\n# MD5 Fingerprint: 2b:70:20:56:86:82:a0:18:c8:07:53:12:28:70:21:72\n# SHA1 Fingerprint: f1:7f:6f:b6:31:dc:99:e3:a3:c8:7f:fe:1c:f1:81:10:88:d9:60:33\n# SHA256 Fingerprint: 97:8c:d9:66:f2:fa:a0:7b:a7:aa:95:00:d9:c0:2e:9d:77:f2:cd:ad:a6:ad:6b:a7:4a:f4:b9:1c:66:59:3c:50\n-----BEGIN CERTIFICATE-----\nMIIEPTCCAyWgAwIBAgIBATANBgkqhkiG9w0BAQUFADCBvzE/MD0GA1UEAww2VMOc\nUktUUlVTVCBFbGVrdHJvbmlrIFNlcnRpZmlrYSBIaXptZXQgU2HEn2xhecSxY8Sx\nc8SxMQswCQYDVQQGEwJUUjEPMA0GA1UEBwwGQW5rYXJhMV4wXAYDVQQKDFVUw5xS\nS1RSVVNUIEJpbGdpIMSwbGV0acWfaW0gdmUgQmlsacWfaW0gR8O8dmVubGnEn2kg\nSGl6bWV0bGVyaSBBLsWeLiAoYykgQXJhbMSxayAyMDA3MB4XDTA3MTIyNTE4Mzcx\nOVoXDTE3MTIyMjE4MzcxOVowgb8xPzA9BgNVBAMMNlTDnFJLVFJVU1QgRWxla3Ry\nb25payBTZXJ0aWZpa2EgSGl6bWV0IFNhxJ9sYXnEsWPEsXPEsTELMAkGA1UEBhMC\nVFIxDzANBgNVBAcMBkFua2FyYTFeMFwGA1UECgxVVMOcUktUUlVTVCBCaWxnaSDE\nsGxldGnFn2ltIHZlIEJpbGnFn2ltIEfDvHZlbmxpxJ9pIEhpem1ldGxlcmkgQS7F\nni4gKGMpIEFyYWzEsWsgMjAwNzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC\nggEBAKu3PgqMyKVYFeaK7yc9SrToJdPNM8Ig3BnuiD9NYvDdE3ePYakqtdTyuTFY\nKTsvP2qcb3N2Je40IIDu6rfwxArNK4aUyeNgsURSsloptJGXg9i3phQvKUmi8wUG\n+7RP2qFsmmaf8EMJyupyj+sA1zU511YXRxcw9L6/P8JorzZAwan0qafoEGsIiveG\nHtyaKhUG9qPw9ODHFNRRf8+0222vR5YXm3dx2KdxnSQM9pQ/hTEST7ruToK4uT6P\nIzdezKKqdfcYbwnTrqdUKDT74eA7YH2gvnmJhsifLfkKS8RQouf9eRbHegsYz85M\n733WB2+Y8a+xwXrXgTW4qhe04MsCAwEAAaNCMEAwHQYDVR0OBBYEFCnFkKslrxHk\nYb+j/4hhkeYO/pyBMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0G\nCSqGSIb3DQEBBQUAA4IBAQAQDdr4Ouwo0RSVgrESLFF6QSU2TJ/sPx+EnWVUXKgW\nAkD6bho3hO9ynYYKVZ1WKKxmLNA6VpM0ByWtCLCPyA8JWcqdmBzlVPi5RX9ql2+I\naE1KBiY3iAIOtsbWcpnOa3faYjGkVh+uX4132l32iPwa2Z61gfAyuOOI0JzzaqC5\nmxRZNTZPz/OOXl0XrRWV2N2y1RVuAE6zS89mlOTgzbUF2mNXi+WzqtvALhyQRNsa\nXRik7r4EW5nVcV9VZWRi1aKbBFmGyGJ353yCRWo9F7/snXUMrqNvWtMvmDb08PUZ\nqxFdyKbjKlhqQgnDvZImZjINXQhVdP+MmNAKpoRq0Tl9\n-----END CERTIFICATE-----\n\n# Issuer: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH\n# Subject: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH\n# Label: \"D-TRUST Root Class 3 CA 2 2009\"\n# Serial: 623603\n# MD5 Fingerprint: cd:e0:25:69:8d:47:ac:9c:89:35:90:f7:fd:51:3d:2f\n# SHA1 Fingerprint: 58:e8:ab:b0:36:15:33:fb:80:f7:9b:1b:6d:29:d3:ff:8d:5f:00:f0\n# SHA256 Fingerprint: 49:e7:a4:42:ac:f0:ea:62:87:05:00:54:b5:25:64:b6:50:e4:f4:9e:42:e3:48:d6:aa:38:e0:39:e9:57:b1:c1\n-----BEGIN CERTIFICATE-----\nMIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF\nMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD\nbGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha\nME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM\nHkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB\nBQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03\nUAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42\ntSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R\nySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM\nlFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp\n/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G\nA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G\nA1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj\ndG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy\nMENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl\ncmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js\nL2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL\nBQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni\nacfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0\no3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K\nzCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8\nPIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y\nJohw1+qRzT65ysCQblrGXnRl11z+o+I=\n-----END CERTIFICATE-----\n\n# Issuer: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH\n# Subject: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH\n# Label: \"D-TRUST Root Class 3 CA 2 EV 2009\"\n# Serial: 623604\n# MD5 Fingerprint: aa:c6:43:2c:5e:2d:cd:c4:34:c0:50:4f:11:02:4f:b6\n# SHA1 Fingerprint: 96:c9:1b:0b:95:b4:10:98:42:fa:d0:d8:22:79:fe:60:fa:b9:16:83\n# SHA256 Fingerprint: ee:c5:49:6b:98:8c:e9:86:25:b9:34:09:2e:ec:29:08:be:d0:b0:f3:16:c2:d4:73:0c:84:ea:f1:f3:d3:48:81\n-----BEGIN CERTIFICATE-----\nMIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF\nMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD\nbGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw\nNDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV\nBAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI\nhvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn\nljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0\n3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z\nqQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR\np75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8\nHgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw\nggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea\nHNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw\nOi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh\nc3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E\nRT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt\ndHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku\nY3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp\n3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05\nnsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF\nCSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na\nxpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX\nKVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1\n-----END CERTIFICATE-----\n\n# Issuer: CN=Autoridad de Certificacion Raiz del Estado Venezolano O=Sistema Nacional de Certificacion Electronica OU=Superintendencia de Servicios de Certificacion Electronica\n# Subject: CN=PSCProcert O=Sistema Nacional de Certificacion Electronica OU=Proveedor de Certificados PROCERT\n# Label: \"PSCProcert\"\n# Serial: 11\n# MD5 Fingerprint: e6:24:e9:12:01:ae:0c:de:8e:85:c4:ce:a3:12:dd:ec\n# SHA1 Fingerprint: 70:c1:8d:74:b4:28:81:0a:e4:fd:a5:75:d7:01:9f:99:b0:3d:50:74\n# SHA256 Fingerprint: 3c:fc:3c:14:d1:f6:84:ff:17:e3:8c:43:ca:44:0c:00:b9:67:ec:93:3e:8b:fe:06:4c:a1:d7:2c:90:f2:ad:b0\n-----BEGIN CERTIFICATE-----\nMIIJhjCCB26gAwIBAgIBCzANBgkqhkiG9w0BAQsFADCCAR4xPjA8BgNVBAMTNUF1\ndG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIFJhaXogZGVsIEVzdGFkbyBWZW5lem9s\nYW5vMQswCQYDVQQGEwJWRTEQMA4GA1UEBxMHQ2FyYWNhczEZMBcGA1UECBMQRGlz\ndHJpdG8gQ2FwaXRhbDE2MDQGA1UEChMtU2lzdGVtYSBOYWNpb25hbCBkZSBDZXJ0\naWZpY2FjaW9uIEVsZWN0cm9uaWNhMUMwQQYDVQQLEzpTdXBlcmludGVuZGVuY2lh\nIGRlIFNlcnZpY2lvcyBkZSBDZXJ0aWZpY2FjaW9uIEVsZWN0cm9uaWNhMSUwIwYJ\nKoZIhvcNAQkBFhZhY3JhaXpAc3VzY2VydGUuZ29iLnZlMB4XDTEwMTIyODE2NTEw\nMFoXDTIwMTIyNTIzNTk1OVowgdExJjAkBgkqhkiG9w0BCQEWF2NvbnRhY3RvQHBy\nb2NlcnQubmV0LnZlMQ8wDQYDVQQHEwZDaGFjYW8xEDAOBgNVBAgTB01pcmFuZGEx\nKjAoBgNVBAsTIVByb3ZlZWRvciBkZSBDZXJ0aWZpY2Fkb3MgUFJPQ0VSVDE2MDQG\nA1UEChMtU2lzdGVtYSBOYWNpb25hbCBkZSBDZXJ0aWZpY2FjaW9uIEVsZWN0cm9u\naWNhMQswCQYDVQQGEwJWRTETMBEGA1UEAxMKUFNDUHJvY2VydDCCAiIwDQYJKoZI\nhvcNAQEBBQADggIPADCCAgoCggIBANW39KOUM6FGqVVhSQ2oh3NekS1wwQYalNo9\n7BVCwfWMrmoX8Yqt/ICV6oNEolt6Vc5Pp6XVurgfoCfAUFM+jbnADrgV3NZs+J74\nBCXfgI8Qhd19L3uA3VcAZCP4bsm+lU/hdezgfl6VzbHvvnpC2Mks0+saGiKLt38G\nieU89RLAu9MLmV+QfI4tL3czkkohRqipCKzx9hEC2ZUWno0vluYC3XXCFCpa1sl9\nJcLB/KpnheLsvtF8PPqv1W7/U0HU9TI4seJfxPmOEO8GqQKJ/+MMbpfg353bIdD0\nPghpbNjU5Db4g7ayNo+c7zo3Fn2/omnXO1ty0K+qP1xmk6wKImG20qCZyFSTXai2\n0b1dCl53lKItwIKOvMoDKjSuc/HUtQy9vmebVOvh+qBa7Dh+PsHMosdEMXXqP+UH\n0quhJZb25uSgXTcYOWEAM11G1ADEtMo88aKjPvM6/2kwLkDd9p+cJsmWN63nOaK/\n6mnbVSKVUyqUtd+tFjiBdWbjxywbk5yqjKPK2Ww8F22c3HxT4CAnQzb5EuE8XL1m\nv6JpIzi4mWCZDlZTOpx+FIywBm/xhnaQr/2v/pDGj59/i5IjnOcVdo/Vi5QTcmn7\nK2FjiO/mpF7moxdqWEfLcU8UC17IAggmosvpr2uKGcfLFFb14dq12fy/czja+eev\nbqQ34gcnAgMBAAGjggMXMIIDEzASBgNVHRMBAf8ECDAGAQH/AgEBMDcGA1UdEgQw\nMC6CD3N1c2NlcnRlLmdvYi52ZaAbBgVghl4CAqASDBBSSUYtRy0yMDAwNDAzNi0w\nMB0GA1UdDgQWBBRBDxk4qpl/Qguk1yeYVKIXTC1RVDCCAVAGA1UdIwSCAUcwggFD\ngBStuyIdxuDSAaj9dlBSk+2YwU2u06GCASakggEiMIIBHjE+MDwGA1UEAxM1QXV0\nb3JpZGFkIGRlIENlcnRpZmljYWNpb24gUmFpeiBkZWwgRXN0YWRvIFZlbmV6b2xh\nbm8xCzAJBgNVBAYTAlZFMRAwDgYDVQQHEwdDYXJhY2FzMRkwFwYDVQQIExBEaXN0\ncml0byBDYXBpdGFsMTYwNAYDVQQKEy1TaXN0ZW1hIE5hY2lvbmFsIGRlIENlcnRp\nZmljYWNpb24gRWxlY3Ryb25pY2ExQzBBBgNVBAsTOlN1cGVyaW50ZW5kZW5jaWEg\nZGUgU2VydmljaW9zIGRlIENlcnRpZmljYWNpb24gRWxlY3Ryb25pY2ExJTAjBgkq\nhkiG9w0BCQEWFmFjcmFpekBzdXNjZXJ0ZS5nb2IudmWCAQowDgYDVR0PAQH/BAQD\nAgEGME0GA1UdEQRGMESCDnByb2NlcnQubmV0LnZloBUGBWCGXgIBoAwMClBTQy0w\nMDAwMDKgGwYFYIZeAgKgEgwQUklGLUotMzE2MzUzNzMtNzB2BgNVHR8EbzBtMEag\nRKBChkBodHRwOi8vd3d3LnN1c2NlcnRlLmdvYi52ZS9sY3IvQ0VSVElGSUNBRE8t\nUkFJWi1TSEEzODRDUkxERVIuY3JsMCOgIaAfhh1sZGFwOi8vYWNyYWl6LnN1c2Nl\ncnRlLmdvYi52ZTA3BggrBgEFBQcBAQQrMCkwJwYIKwYBBQUHMAGGG2h0dHA6Ly9v\nY3NwLnN1c2NlcnRlLmdvYi52ZTBBBgNVHSAEOjA4MDYGBmCGXgMBAjAsMCoGCCsG\nAQUFBwIBFh5odHRwOi8vd3d3LnN1c2NlcnRlLmdvYi52ZS9kcGMwDQYJKoZIhvcN\nAQELBQADggIBACtZ6yKZu4SqT96QxtGGcSOeSwORR3C7wJJg7ODU523G0+1ng3dS\n1fLld6c2suNUvtm7CpsR72H0xpkzmfWvADmNg7+mvTV+LFwxNG9s2/NkAZiqlCxB\n3RWGymspThbASfzXg0gTB1GEMVKIu4YXx2sviiCtxQuPcD4quxtxj7mkoP3Yldmv\nWb8lK5jpY5MvYB7Eqvh39YtsL+1+LrVPQA3uvFd359m21D+VJzog1eWuq2w1n8Gh\nHVnchIHuTQfiSLaeS5UtQbHh6N5+LwUeaO6/u5BlOsju6rEYNxxik6SgMexxbJHm\npHmJWhSnFFAFTKQAVzAswbVhltw+HoSvOULP5dAssSS830DD7X9jSr3hTxJkhpXz\nsOfIt+FTvZLm8wyWuevo5pLtp4EJFAv8lXrPj9Y0TzYS3F7RNHXGRoAvlQSMx4bE\nqCaJqD8Zm4G7UaRKhqsLEQ+xrmNTbSjq3TNWOByyrYDT13K9mmyZY+gAu0F2Bbdb\nmRiKw7gSXFbPVgx96OLP7bx0R/vu0xdOIk9W/1DzLuY5poLWccret9W6aAjtmcz9\nopLLabid+Qqkpj5PkygqYWwHJgD/ll9ohri4zspV4KuxPX+Y1zMOWj3YeMLEYC/H\nYvBhkdI4sPaeVdtAgAUSM84dkpvRabP/v/GSCmE1P93+hvS84Bpxs2Km\n-----END CERTIFICATE-----\n\n# Issuer: CN=China Internet Network Information Center EV Certificates Root O=China Internet Network Information Center\n# Subject: CN=China Internet Network Information Center EV Certificates Root O=China Internet Network Information Center\n# Label: \"China Internet Network Information Center EV Certificates Root\"\n# Serial: 1218379777\n# MD5 Fingerprint: 55:5d:63:00:97:bd:6a:97:f5:67:ab:4b:fb:6e:63:15\n# SHA1 Fingerprint: 4f:99:aa:93:fb:2b:d1:37:26:a1:99:4a:ce:7f:f0:05:f2:93:5d:1e\n# SHA256 Fingerprint: 1c:01:c6:f4:db:b2:fe:fc:22:55:8b:2b:ca:32:56:3f:49:84:4a:cf:c3:2b:7b:e4:b0:ff:59:9f:9e:8c:7a:f7\n-----BEGIN CERTIFICATE-----\nMIID9zCCAt+gAwIBAgIESJ8AATANBgkqhkiG9w0BAQUFADCBijELMAkGA1UEBhMC\nQ04xMjAwBgNVBAoMKUNoaW5hIEludGVybmV0IE5ldHdvcmsgSW5mb3JtYXRpb24g\nQ2VudGVyMUcwRQYDVQQDDD5DaGluYSBJbnRlcm5ldCBOZXR3b3JrIEluZm9ybWF0\naW9uIENlbnRlciBFViBDZXJ0aWZpY2F0ZXMgUm9vdDAeFw0xMDA4MzEwNzExMjVa\nFw0zMDA4MzEwNzExMjVaMIGKMQswCQYDVQQGEwJDTjEyMDAGA1UECgwpQ2hpbmEg\nSW50ZXJuZXQgTmV0d29yayBJbmZvcm1hdGlvbiBDZW50ZXIxRzBFBgNVBAMMPkNo\naW5hIEludGVybmV0IE5ldHdvcmsgSW5mb3JtYXRpb24gQ2VudGVyIEVWIENlcnRp\nZmljYXRlcyBSb290MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm35z\n7r07eKpkQ0H1UN+U8i6yjUqORlTSIRLIOTJCBumD1Z9S7eVnAztUwYyZmczpwA//\nDdmEEbK40ctb3B75aDFk4Zv6dOtouSCV98YPjUesWgbdYavi7NifFy2cyjw1l1Vx\nzUOFsUcW9SxTgHbP0wBkvUCZ3czY28Sf1hNfQYOL+Q2HklY0bBoQCxfVWhyXWIQ8\nhBouXJE0bhlffxdpxWXvayHG1VA6v2G5BY3vbzQ6sm8UY78WO5upKv23KzhmBsUs\n4qpnHkWnjQRmQvaPK++IIGmPMowUc9orhpFjIpryp9vOiYurXccUwVswah+xt54u\ngQEC7c+WXmPbqOY4twIDAQABo2MwYTAfBgNVHSMEGDAWgBR8cks5x8DbYqVPm6oY\nNJKiyoOCWTAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4E\nFgQUfHJLOcfA22KlT5uqGDSSosqDglkwDQYJKoZIhvcNAQEFBQADggEBACrDx0M3\nj92tpLIM7twUbY8opJhJywyA6vPtI2Z1fcXTIWd50XPFtQO3WKwMVC/GVhMPMdoG\n52U7HW8228gd+f2ABsqjPWYWqJ1MFn3AlUa1UeTiH9fqBk1jjZaM7+czV0I664zB\nechNdn3e9rG3geCg+aF4RhcaVpjwTj2rHO3sOdwHSPdj/gauwqRcalsyiMXHM4Ws\nZkJHwlgkmeHlPuV1LI5D1l08eB6olYIpUNHRFrrvwb562bTYzB5MRuF3sTGrvSrI\nzo9uoV1/A3U05K2JRVRevq4opbs/eHnrc7MKDf2+yfdWrPa37S+bISnHOLaVxATy\nwy39FCqQmbkHzJ8=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Swisscom Root CA 2 O=Swisscom OU=Digital Certificate Services\n# Subject: CN=Swisscom Root CA 2 O=Swisscom OU=Digital Certificate Services\n# Label: \"Swisscom Root CA 2\"\n# Serial: 40698052477090394928831521023204026294\n# MD5 Fingerprint: 5b:04:69:ec:a5:83:94:63:18:a7:86:d0:e4:f2:6e:19\n# SHA1 Fingerprint: 77:47:4f:c6:30:e4:0f:4c:47:64:3f:84:ba:b8:c6:95:4a:8a:41:ec\n# SHA256 Fingerprint: f0:9b:12:2c:71:14:f4:a0:9b:d4:ea:4f:4a:99:d5:58:b4:6e:4c:25:cd:81:14:0d:29:c0:56:13:91:4c:38:41\n-----BEGIN CERTIFICATE-----\nMIIF2TCCA8GgAwIBAgIQHp4o6Ejy5e/DfEoeWhhntjANBgkqhkiG9w0BAQsFADBk\nMQswCQYDVQQGEwJjaDERMA8GA1UEChMIU3dpc3Njb20xJTAjBgNVBAsTHERpZ2l0\nYWwgQ2VydGlmaWNhdGUgU2VydmljZXMxGzAZBgNVBAMTElN3aXNzY29tIFJvb3Qg\nQ0EgMjAeFw0xMTA2MjQwODM4MTRaFw0zMTA2MjUwNzM4MTRaMGQxCzAJBgNVBAYT\nAmNoMREwDwYDVQQKEwhTd2lzc2NvbTElMCMGA1UECxMcRGlnaXRhbCBDZXJ0aWZp\nY2F0ZSBTZXJ2aWNlczEbMBkGA1UEAxMSU3dpc3Njb20gUm9vdCBDQSAyMIICIjAN\nBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAlUJOhJ1R5tMJ6HJaI2nbeHCOFvEr\njw0DzpPMLgAIe6szjPTpQOYXTKueuEcUMncy3SgM3hhLX3af+Dk7/E6J2HzFZ++r\n0rk0X2s682Q2zsKwzxNoysjL67XiPS4h3+os1OD5cJZM/2pYmLcX5BtS5X4HAB1f\n2uY+lQS3aYg5oUFgJWFLlTloYhyxCwWJwDaCFCE/rtuh/bxvHGCGtlOUSbkrRsVP\nACu/obvLP+DHVxxX6NZp+MEkUp2IVd3Chy50I9AU/SpHWrumnf2U5NGKpV+GY3aF\ny6//SSj8gO1MedK75MDvAe5QQQg1I3ArqRa0jG6F6bYRzzHdUyYb3y1aSgJA/MTA\ntukxGggo5WDDH8SQjhBiYEQN7Aq+VRhxLKX0srwVYv8c474d2h5Xszx+zYIdkeNL\n6yxSNLCK/RJOlrDrcH+eOfdmQrGrrFLadkBXeyq96G4DsguAhYidDMfCd7Camlf0\nuPoTXGiTOmekl9AbmbeGMktg2M7v0Ax/lZ9vh0+Hio5fCHyqW/xavqGRn1V9TrAL\nacywlKinh/LTSlDcX3KwFnUey7QYYpqwpzmqm59m2I2mbJYV4+by+PGDYmy7Velh\nk6M99bFXi08jsJvllGov34zflVEpYKELKeRcVVi3qPyZ7iVNTA6z00yPhOgpD/0Q\nVAKFyPnlw4vP5w8CAwEAAaOBhjCBgzAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0hBBYw\nFDASBgdghXQBUwIBBgdghXQBUwIBMBIGA1UdEwEB/wQIMAYBAf8CAQcwHQYDVR0O\nBBYEFE0mICKJS9PVpAqhb97iEoHF8TwuMB8GA1UdIwQYMBaAFE0mICKJS9PVpAqh\nb97iEoHF8TwuMA0GCSqGSIb3DQEBCwUAA4ICAQAyCrKkG8t9voJXiblqf/P0wS4R\nfbgZPnm3qKhyN2abGu2sEzsOv2LwnN+ee6FTSA5BesogpxcbtnjsQJHzQq0Qw1zv\n/2BZf82Fo4s9SBwlAjxnffUy6S8w5X2lejjQ82YqZh6NM4OKb3xuqFp1mrjX2lhI\nREeoTPpMSQpKwhI3qEAMw8jh0FcNlzKVxzqfl9NX+Ave5XLzo9v/tdhZsnPdTSpx\nsrpJ9csc1fV5yJmz/MFMdOO0vSk3FQQoHt5FRnDsr7p4DooqzgB53MBfGWcsa0vv\naGgLQ+OswWIJ76bdZWGgr4RVSJFSHMYlkSrQwSIjYVmvRRGFHQEkNI/Ps/8XciAT\nwoCqISxxOQ7Qj1zB09GOInJGTB2Wrk9xseEFKZZZ9LuedT3PDTcNYtsmjGOpI99n\nBjx8Oto0QuFmtEYE3saWmA9LSHokMnWRn6z3aOkquVVlzl1h0ydw2Df+n7mvoC5W\nt6NlUe07qxS/TFED6F+KBZvuim6c779o+sjaC+NCydAXFJy3SuCvkychVSa1ZC+N\n8f+mQAWFBVzKBxlcCxMoTFh/wqXvRdpg065lYZ1Tg3TCrvJcwhbtkj6EPnNgiLx2\n9CzP0H1907he0ZESEOnN3col49XtmS++dYFLJPlFRpTJKSFTnCZFqhMX5OfNeOI5\nwSsSnqaeG8XmDtkx2Q==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Swisscom Root EV CA 2 O=Swisscom OU=Digital Certificate Services\n# Subject: CN=Swisscom Root EV CA 2 O=Swisscom OU=Digital Certificate Services\n# Label: \"Swisscom Root EV CA 2\"\n# Serial: 322973295377129385374608406479535262296\n# MD5 Fingerprint: 7b:30:34:9f:dd:0a:4b:6b:35:ca:31:51:28:5d:ae:ec\n# SHA1 Fingerprint: e7:a1:90:29:d3:d5:52:dc:0d:0f:c6:92:d3:ea:88:0d:15:2e:1a:6b\n# SHA256 Fingerprint: d9:5f:ea:3c:a4:ee:dc:e7:4c:d7:6e:75:fc:6d:1f:f6:2c:44:1f:0f:a8:bc:77:f0:34:b1:9e:5d:b2:58:01:5d\n-----BEGIN CERTIFICATE-----\nMIIF4DCCA8igAwIBAgIRAPL6ZOJ0Y9ON/RAdBB92ylgwDQYJKoZIhvcNAQELBQAw\nZzELMAkGA1UEBhMCY2gxETAPBgNVBAoTCFN3aXNzY29tMSUwIwYDVQQLExxEaWdp\ndGFsIENlcnRpZmljYXRlIFNlcnZpY2VzMR4wHAYDVQQDExVTd2lzc2NvbSBSb290\nIEVWIENBIDIwHhcNMTEwNjI0MDk0NTA4WhcNMzEwNjI1MDg0NTA4WjBnMQswCQYD\nVQQGEwJjaDERMA8GA1UEChMIU3dpc3Njb20xJTAjBgNVBAsTHERpZ2l0YWwgQ2Vy\ndGlmaWNhdGUgU2VydmljZXMxHjAcBgNVBAMTFVN3aXNzY29tIFJvb3QgRVYgQ0Eg\nMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMT3HS9X6lds93BdY7Bx\nUglgRCgzo3pOCvrY6myLURYaVa5UJsTMRQdBTxB5f3HSek4/OE6zAMaVylvNwSqD\n1ycfMQ4jFrclyxy0uYAyXhqdk/HoPGAsp15XGVhRXrwsVgu42O+LgrQ8uMIkqBPH\noCE2G3pXKSinLr9xJZDzRINpUKTk4RtiGZQJo/PDvO/0vezbE53PnUgJUmfANykR\nHvvSEaeFGHR55E+FFOtSN+KxRdjMDUN/rhPSays/p8LiqG12W0OfvrSdsyaGOx9/\n5fLoZigWJdBLlzin5M8J0TbDC77aO0RYjb7xnglrPvMyxyuHxuxenPaHZa0zKcQv\nidm5y8kDnftslFGXEBuGCxobP/YCfnvUxVFkKJ3106yDgYjTdLRZncHrYTNaRdHL\nOdAGalNgHa/2+2m8atwBz735j9m9W8E6X47aD0upm50qKGsaCnw8qyIL5XctcfaC\nNYGu+HuB5ur+rPQam3Rc6I8k9l2dRsQs0h4rIWqDJ2dVSqTjyDKXZpBy2uPUZC5f\n46Fq9mDU5zXNysRojddxyNMkM3OxbPlq4SjbX8Y96L5V5jcb7STZDxmPX2MYWFCB\nUWVv8p9+agTnNCRxunZLWB4ZvRVgRaoMEkABnRDixzgHcgplwLa7JSnaFp6LNYth\n7eVxV4O1PHGf40+/fh6Bn0GXAgMBAAGjgYYwgYMwDgYDVR0PAQH/BAQDAgGGMB0G\nA1UdIQQWMBQwEgYHYIV0AVMCAgYHYIV0AVMCAjASBgNVHRMBAf8ECDAGAQH/AgED\nMB0GA1UdDgQWBBRF2aWBbj2ITY1x0kbBbkUe88SAnTAfBgNVHSMEGDAWgBRF2aWB\nbj2ITY1x0kbBbkUe88SAnTANBgkqhkiG9w0BAQsFAAOCAgEAlDpzBp9SSzBc1P6x\nXCX5145v9Ydkn+0UjrgEjihLj6p7jjm02Vj2e6E1CqGdivdj5eu9OYLU43otb98T\nPLr+flaYC/NUn81ETm484T4VvwYmneTwkLbUwp4wLh/vx3rEUMfqe9pQy3omywC0\nWqu1kx+AiYQElY2NfwmTv9SoqORjbdlk5LgpWgi/UOGED1V7XwgiG/W9mR4U9s70\nWBCCswo9GcG/W6uqmdjyMb3lOGbcWAXH7WMaLgqXfIeTK7KK4/HsGOV1timH59yL\nGn602MnTihdsfSlEvoqq9X46Lmgxk7lq2prg2+kupYTNHAq4Sgj5nPFhJpiTt3tm\n7JFe3VE/23MPrQRYCd0EApUKPtN236YQHoA96M2kZNEzx5LH4k5E4wnJTsJdhw4S\nnr8PyQUQ3nqjsTzyP6WqJ3mtMX0f/fwZacXduT98zca0wjAefm6S139hdlqP65VN\nvBFuIXxZN5nQBrz5Bm0yFqXZaajh3DyAHmBR3NdUIR7KYndP+tiPsys6DXhyyWhB\nWkdKwqPrGtcKqzwyVcgKEZzfdNbwQBUdyLmPtTbFr/giuMod89a2GQ+fYWVq6nTI\nfI/DT11lgh/ZDYnadXL77/FHZxOzyNEZiCcmmpl5fx7kLD977vHeTYuWl8PVP3wb\nI+2ksx0WckNLIOFZfsLorSa/ovc=\n-----END CERTIFICATE-----\n\n# Issuer: CN=CA Disig Root R1 O=Disig a.s.\n# Subject: CN=CA Disig Root R1 O=Disig a.s.\n# Label: \"CA Disig Root R1\"\n# Serial: 14052245610670616104\n# MD5 Fingerprint: be:ec:11:93:9a:f5:69:21:bc:d7:c1:c0:67:89:cc:2a\n# SHA1 Fingerprint: 8e:1c:74:f8:a6:20:b9:e5:8a:f4:61:fa:ec:2b:47:56:51:1a:52:c6\n# SHA256 Fingerprint: f9:6f:23:f4:c3:e7:9c:07:7a:46:98:8d:5a:f5:90:06:76:a0:f0:39:cb:64:5d:d1:75:49:b2:16:c8:24:40:ce\n-----BEGIN CERTIFICATE-----\nMIIFaTCCA1GgAwIBAgIJAMMDmu5QkG4oMA0GCSqGSIb3DQEBBQUAMFIxCzAJBgNV\nBAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu\nMRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIxMB4XDTEyMDcxOTA5MDY1NloXDTQy\nMDcxOTA5MDY1NlowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx\nEzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjEw\nggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCqw3j33Jijp1pedxiy3QRk\nD2P9m5YJgNXoqqXinCaUOuiZc4yd39ffg/N4T0Dhf9Kn0uXKE5Pn7cZ3Xza1lK/o\nOI7bm+V8u8yN63Vz4STN5qctGS7Y1oprFOsIYgrY3LMATcMjfF9DCCMyEtztDK3A\nfQ+lekLZWnDZv6fXARz2m6uOt0qGeKAeVjGu74IKgEH3G8muqzIm1Cxr7X1r5OJe\nIgpFy4QxTaz+29FHuvlglzmxZcfe+5nkCiKxLU3lSCZpq+Kq8/v8kiky6bM+TR8n\noc2OuRf7JT7JbvN32g0S9l3HuzYQ1VTW8+DiR0jm3hTaYVKvJrT1cU/J19IG32PK\n/yHoWQbgCNWEFVP3Q+V8xaCJmGtzxmjOZd69fwX3se72V6FglcXM6pM6vpmumwKj\nrckWtc7dXpl4fho5frLABaTAgqWjR56M6ly2vGfb5ipN0gTco65F97yLnByn1tUD\n3AjLLhbKXEAz6GfDLuemROoRRRw1ZS0eRWEkG4IupZ0zXWX4Qfkuy5Q/H6MMMSRE\n7cderVC6xkGbrPAXZcD4XW9boAo0PO7X6oifmPmvTiT6l7Jkdtqr9O3jw2Dv1fkC\nyC2fg69naQanMVXVz0tv/wQFx1isXxYb5dKj6zHbHzMVTdDypVP1y+E9Tmgt2BLd\nqvLmTZtJ5cUoobqwWsagtQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud\nDwEB/wQEAwIBBjAdBgNVHQ4EFgQUiQq0OJMa5qvum5EY+fU8PjXQ04IwDQYJKoZI\nhvcNAQEFBQADggIBADKL9p1Kyb4U5YysOMo6CdQbzoaz3evUuii+Eq5FLAR0rBNR\nxVgYZk2C2tXck8An4b58n1KeElb21Zyp9HWc+jcSjxyT7Ff+Bw+r1RL3D65hXlaA\nSfX8MPWbTx9BLxyE04nH4toCdu0Jz2zBuByDHBb6lM19oMgY0sidbvW9adRtPTXo\nHqJPYNcHKfyyo6SdbhWSVhlMCrDpfNIZTUJG7L399ldb3Zh+pE3McgODWF3vkzpB\nemOqfDqo9ayk0d2iLbYq/J8BjuIQscTK5GfbVSUZP/3oNn6z4eGBrxEWi1CXYBmC\nAMBrTXO40RMHPuq2MU/wQppt4hF05ZSsjYSVPCGvxdpHyN85YmLLW1AL14FABZyb\n7bq2ix4Eb5YgOe2kfSnbSM6C3NQCjR0EMVrHS/BsYVLXtFHCgWzN4funodKSds+x\nDzdYpPJScWc/DIh4gInByLUfkmO+p3qKViwaqKactV2zY9ATIKHrkWzQjX2v3wvk\nF7mGnjixlAxYjOBVqjtjbZqJYLhkKpLGN/R+Q0O3c+gB53+XD9fyexn9GtePyfqF\na3qdnom2piiZk4hA9z7NUaPK6u95RyG1/jLix8NRb76AdPCkwzryT+lf3xkK8jsT\nQ6wxpLPn6/wY1gGp8yqPNg7rtLG8t0zJa7+h89n07eLw4+1knj0vllJPgFOL\n-----END CERTIFICATE-----\n\n# Issuer: CN=CA Disig Root R2 O=Disig a.s.\n# Subject: CN=CA Disig Root R2 O=Disig a.s.\n# Label: \"CA Disig Root R2\"\n# Serial: 10572350602393338211\n# MD5 Fingerprint: 26:01:fb:d8:27:a7:17:9a:45:54:38:1a:43:01:3b:03\n# SHA1 Fingerprint: b5:61:eb:ea:a4:de:e4:25:4b:69:1a:98:a5:57:47:c2:34:c7:d9:71\n# SHA256 Fingerprint: e2:3d:4a:03:6d:7b:70:e9:f5:95:b1:42:20:79:d2:b9:1e:df:bb:1f:b6:51:a0:63:3e:aa:8a:9d:c5:f8:07:03\n-----BEGIN CERTIFICATE-----\nMIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV\nBAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu\nMRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy\nMDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx\nEzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw\nggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe\nNcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH\nPWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I\nx2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe\nQTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR\nyyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO\nQG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912\nH9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ\nQfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD\ni/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs\nnLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1\nrqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud\nDwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI\nhvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM\ntCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf\nGopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb\nlvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka\n+elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal\nTFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i\nnSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3\ngzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr\nG5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os\nzMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x\nL4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL\n-----END CERTIFICATE-----\n\n# Issuer: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV\n# Subject: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV\n# Label: \"ACCVRAIZ1\"\n# Serial: 6828503384748696800\n# MD5 Fingerprint: d0:a0:5a:ee:05:b6:09:94:21:a1:7d:f1:b2:29:82:02\n# SHA1 Fingerprint: 93:05:7a:88:15:c6:4f:ce:88:2f:fa:91:16:52:28:78:bc:53:64:17\n# SHA256 Fingerprint: 9a:6e:c0:12:e1:a7:da:9d:be:34:19:4d:47:8a:d7:c0:db:18:22:fb:07:1d:f1:29:81:49:6e:d1:04:38:41:13\n-----BEGIN CERTIFICATE-----\nMIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE\nAwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw\nCQYDVQQGEwJFUzAeFw0xMTA1MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQ\nBgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwHUEtJQUNDVjENMAsGA1UECgwEQUND\nVjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCb\nqau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gMjmoY\nHtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWo\nG2ioPej0RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpA\nlHPrzg5XPAOBOp0KoVdDaaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhr\nIA8wKFSVf+DuzgpmndFALW4ir50awQUZ0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/\n0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDGWuzndN9wrqODJerWx5eH\nk6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs78yM2x/47\n4KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMO\nm3WR5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpa\ncXpkatcnYGMN285J9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPl\nuUsXQA+xtrn13k/c4LOsOxFwYIRKQ26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYI\nKwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRwOi8vd3d3LmFjY3YuZXMvZmls\nZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEuY3J0MB8GCCsG\nAQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2\nVuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeT\nVfZW6oHlNsyMHj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIG\nCCsGAQUFBwICMIIBFB6CARAAQQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUA\ncgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBhAO0AegAgAGQAZQAgAGwAYQAgAEEA\nQwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUAYwBuAG8AbABvAGcA\n7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBjAHQA\ncgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAA\nQwBQAFMAIABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUA\nczAwBggrBgEFBQcCARYkaHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2Mu\naHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRt\naW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2MV9kZXIuY3JsMA4GA1Ud\nDwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZIhvcNAQEF\nBQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdp\nD70ER9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gU\nJyCpZET/LtZ1qmxNYEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+m\nAM/EKXMRNt6GGT6d7hmKG9Ww7Y49nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepD\nvV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJTS+xJlsndQAJxGJ3KQhfnlms\ntn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3sCPdK6jT2iWH\n7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h\nI6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szA\nh1xA2syVP1XgNce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xF\nd3+YJ5oyXSrjhO7FmGYvliAd3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2H\npPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7\n-----END CERTIFICATE-----\n\n# Issuer: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA\n# Subject: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA\n# Label: \"TWCA Global Root CA\"\n# Serial: 3262\n# MD5 Fingerprint: f9:03:7e:cf:e6:9e:3c:73:7a:2a:90:07:69:ff:2b:96\n# SHA1 Fingerprint: 9c:bb:48:53:f6:a4:f6:d3:52:a4:e8:32:52:55:60:13:f5:ad:af:65\n# SHA256 Fingerprint: 59:76:90:07:f7:68:5d:0f:cd:50:87:2f:9f:95:d5:75:5a:5b:2b:45:7d:81:f3:69:2b:61:0a:98:67:2f:0e:1b\n-----BEGIN CERTIFICATE-----\nMIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx\nEjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT\nVFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5\nNTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT\nB1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG\nSIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF\n10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz\n0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh\nMBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH\nzIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc\n46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2\nyKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi\nlaLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP\noA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA\nBDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE\nqYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm\n4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB\n/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL\n1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn\nLhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF\nH6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo\nRI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+\nnile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh\n15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW\n6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW\nnsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j\nwa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz\naGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy\nKwbQBM0=\n-----END CERTIFICATE-----\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/certs.py",
    "content": "#!/usr/bin/env python\n# -*- coding: utf-8 -*-\n\n\"\"\"\ncerts.py\n~~~~~~~~\n\nThis module returns the preferred default CA certificate bundle.\n\nIf you are packaging Requests, e.g., for a Linux distribution or a managed\nenvironment, you can change the definition of where() to return a separately\npackaged CA bundle.\n\"\"\"\nimport os.path\n\ntry:\n    from certifi import where\nexcept ImportError:\n    def where():\n        \"\"\"Return the preferred certificate bundle.\"\"\"\n        # vendored bundle inside Requests\n        return os.path.join(os.path.dirname(__file__), 'cacert.pem')\n\nif __name__ == '__main__':\n    print(where())\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/compat.py",
    "content": "# -*- coding: utf-8 -*-\n\n\"\"\"\npythoncompat\n\"\"\"\n\nfrom .packages import chardet\n\nimport sys\n\n# -------\n# Pythons\n# -------\n\n# Syntax sugar.\n_ver = sys.version_info\n\n#: Python 2.x?\nis_py2 = (_ver[0] == 2)\n\n#: Python 3.x?\nis_py3 = (_ver[0] == 3)\n\n#: Python 3.0.x\nis_py30 = (is_py3 and _ver[1] == 0)\n\n#: Python 3.1.x\nis_py31 = (is_py3 and _ver[1] == 1)\n\n#: Python 3.2.x\nis_py32 = (is_py3 and _ver[1] == 2)\n\n#: Python 3.3.x\nis_py33 = (is_py3 and _ver[1] == 3)\n\n#: Python 3.4.x\nis_py34 = (is_py3 and _ver[1] == 4)\n\n#: Python 2.7.x\nis_py27 = (is_py2 and _ver[1] == 7)\n\n#: Python 2.6.x\nis_py26 = (is_py2 and _ver[1] == 6)\n\n#: Python 2.5.x\nis_py25 = (is_py2 and _ver[1] == 5)\n\n#: Python 2.4.x\nis_py24 = (is_py2 and _ver[1] == 4)   # I'm assuming this is not by choice.\n\n\n# ---------\n# Platforms\n# ---------\n\n\n# Syntax sugar.\n_ver = sys.version.lower()\n\nis_pypy = ('pypy' in _ver)\nis_jython = ('jython' in _ver)\nis_ironpython = ('iron' in _ver)\n\n# Assume CPython, if nothing else.\nis_cpython = not any((is_pypy, is_jython, is_ironpython))\n\n# Windows-based system.\nis_windows = 'win32' in str(sys.platform).lower()\n\n# Standard Linux 2+ system.\nis_linux = ('linux' in str(sys.platform).lower())\nis_osx = ('darwin' in str(sys.platform).lower())\nis_hpux = ('hpux' in str(sys.platform).lower())   # Complete guess.\nis_solaris = ('solar==' in str(sys.platform).lower())   # Complete guess.\n\ntry:\n    import simplejson as json\nexcept (ImportError, SyntaxError):\n    # simplejson does not support Python 3.2, it thows a SyntaxError\n    # because of u'...' Unicode literals.\n    import json\n\n# ---------\n# Specifics\n# ---------\n\nif is_py2:\n    from urllib import quote, unquote, quote_plus, unquote_plus, urlencode, getproxies, proxy_bypass\n    from urlparse import urlparse, urlunparse, urljoin, urlsplit, urldefrag\n    from urllib2 import parse_http_list\n    import cookielib\n    from Cookie import Morsel\n    from StringIO import StringIO\n    from .packages.urllib3.packages.ordered_dict import OrderedDict\n\n    builtin_str = str\n    bytes = str\n    str = unicode\n    basestring = basestring\n    numeric_types = (int, long, float)\n\n\nelif is_py3:\n    from urllib.parse import urlparse, urlunparse, urljoin, urlsplit, urlencode, quote, unquote, quote_plus, unquote_plus, urldefrag\n    from urllib.request import parse_http_list, getproxies, proxy_bypass\n    from http import cookiejar as cookielib\n    from http.cookies import Morsel\n    from io import StringIO\n    from collections import OrderedDict\n\n    builtin_str = str\n    str = str\n    bytes = bytes\n    basestring = (str, bytes)\n    numeric_types = (int, float)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/cookies.py",
    "content": "# -*- coding: utf-8 -*-\n\n\"\"\"\nCompatibility code to be able to use `cookielib.CookieJar` with requests.\n\nrequests.utils imports from here, so be careful with imports.\n\"\"\"\n\nimport time\nimport collections\nfrom .compat import cookielib, urlparse, urlunparse, Morsel\n\ntry:\n    import threading\n    # grr, pyflakes: this fixes \"redefinition of unused 'threading'\"\n    threading\nexcept ImportError:\n    import dummy_threading as threading\n\n\nclass MockRequest(object):\n    \"\"\"Wraps a `requests.Request` to mimic a `urllib2.Request`.\n\n    The code in `cookielib.CookieJar` expects this interface in order to correctly\n    manage cookie policies, i.e., determine whether a cookie can be set, given the\n    domains of the request and the cookie.\n\n    The original request object is read-only. The client is responsible for collecting\n    the new headers via `get_new_headers()` and interpreting them appropriately. You\n    probably want `get_cookie_header`, defined below.\n    \"\"\"\n\n    def __init__(self, request):\n        self._r = request\n        self._new_headers = {}\n        self.type = urlparse(self._r.url).scheme\n\n    def get_type(self):\n        return self.type\n\n    def get_host(self):\n        return urlparse(self._r.url).netloc\n\n    def get_origin_req_host(self):\n        return self.get_host()\n\n    def get_full_url(self):\n        # Only return the response's URL if the user hadn't set the Host\n        # header\n        if not self._r.headers.get('Host'):\n            return self._r.url\n        # If they did set it, retrieve it and reconstruct the expected domain\n        host = self._r.headers['Host']\n        parsed = urlparse(self._r.url)\n        # Reconstruct the URL as we expect it\n        return urlunparse([\n            parsed.scheme, host, parsed.path, parsed.params, parsed.query,\n            parsed.fragment\n        ])\n\n    def is_unverifiable(self):\n        return True\n\n    def has_header(self, name):\n        return name in self._r.headers or name in self._new_headers\n\n    def get_header(self, name, default=None):\n        return self._r.headers.get(name, self._new_headers.get(name, default))\n\n    def add_header(self, key, val):\n        \"\"\"cookielib has no legitimate use for this method; add it back if you find one.\"\"\"\n        raise NotImplementedError(\"Cookie headers should be added with add_unredirected_header()\")\n\n    def add_unredirected_header(self, name, value):\n        self._new_headers[name] = value\n\n    def get_new_headers(self):\n        return self._new_headers\n\n    @property\n    def unverifiable(self):\n        return self.is_unverifiable()\n\n    @property\n    def origin_req_host(self):\n        return self.get_origin_req_host()\n\n    @property\n    def host(self):\n        return self.get_host()\n\n\nclass MockResponse(object):\n    \"\"\"Wraps a `httplib.HTTPMessage` to mimic a `urllib.addinfourl`.\n\n    ...what? Basically, expose the parsed HTTP headers from the server response\n    the way `cookielib` expects to see them.\n    \"\"\"\n\n    def __init__(self, headers):\n        \"\"\"Make a MockResponse for `cookielib` to read.\n\n        :param headers: a httplib.HTTPMessage or analogous carrying the headers\n        \"\"\"\n        self._headers = headers\n\n    def info(self):\n        return self._headers\n\n    def getheaders(self, name):\n        self._headers.getheaders(name)\n\n\ndef extract_cookies_to_jar(jar, request, response):\n    \"\"\"Extract the cookies from the response into a CookieJar.\n\n    :param jar: cookielib.CookieJar (not necessarily a RequestsCookieJar)\n    :param request: our own requests.Request object\n    :param response: urllib3.HTTPResponse object\n    \"\"\"\n    if not (hasattr(response, '_original_response') and\n            response._original_response):\n        return\n    # the _original_response field is the wrapped httplib.HTTPResponse object,\n    req = MockRequest(request)\n    # pull out the HTTPMessage with the headers and put it in the mock:\n    res = MockResponse(response._original_response.msg)\n    jar.extract_cookies(res, req)\n\n\ndef get_cookie_header(jar, request):\n    \"\"\"Produce an appropriate Cookie header string to be sent with `request`, or None.\"\"\"\n    r = MockRequest(request)\n    jar.add_cookie_header(r)\n    return r.get_new_headers().get('Cookie')\n\n\ndef remove_cookie_by_name(cookiejar, name, domain=None, path=None):\n    \"\"\"Unsets a cookie by name, by default over all domains and paths.\n\n    Wraps CookieJar.clear(), is O(n).\n    \"\"\"\n    clearables = []\n    for cookie in cookiejar:\n        if cookie.name == name:\n            if domain is None or domain == cookie.domain:\n                if path is None or path == cookie.path:\n                    clearables.append((cookie.domain, cookie.path, cookie.name))\n\n    for domain, path, name in clearables:\n        cookiejar.clear(domain, path, name)\n\n\nclass CookieConflictError(RuntimeError):\n    \"\"\"There are two cookies that meet the criteria specified in the cookie jar.\n    Use .get and .set and include domain and path args in order to be more specific.\"\"\"\n\n\nclass RequestsCookieJar(cookielib.CookieJar, collections.MutableMapping):\n    \"\"\"Compatibility class; is a cookielib.CookieJar, but exposes a dict interface.\n\n    This is the CookieJar we create by default for requests and sessions that\n    don't specify one, since some clients may expect response.cookies and\n    session.cookies to support dict operations.\n\n    Don't use the dict interface internally; it's just for compatibility with\n    with external client code. All `requests` code should work out of the box\n    with externally provided instances of CookieJar, e.g., LWPCookieJar and\n    FileCookieJar.\n\n    Caution: dictionary operations that are normally O(1) may be O(n).\n\n    Unlike a regular CookieJar, this class is pickleable.\n    \"\"\"\n\n    def get(self, name, default=None, domain=None, path=None):\n        \"\"\"Dict-like get() that also supports optional domain and path args in\n        order to resolve naming collisions from using one cookie jar over\n        multiple domains. Caution: operation is O(n), not O(1).\"\"\"\n        try:\n            return self._find_no_duplicates(name, domain, path)\n        except KeyError:\n            return default\n\n    def set(self, name, value, **kwargs):\n        \"\"\"Dict-like set() that also supports optional domain and path args in\n        order to resolve naming collisions from using one cookie jar over\n        multiple domains.\"\"\"\n        # support client code that unsets cookies by assignment of a None value:\n        if value is None:\n            remove_cookie_by_name(self, name, domain=kwargs.get('domain'), path=kwargs.get('path'))\n            return\n\n        if isinstance(value, Morsel):\n            c = morsel_to_cookie(value)\n        else:\n            c = create_cookie(name, value, **kwargs)\n        self.set_cookie(c)\n        return c\n\n    def iterkeys(self):\n        \"\"\"Dict-like iterkeys() that returns an iterator of names of cookies from the jar.\n        See itervalues() and iteritems().\"\"\"\n        for cookie in iter(self):\n            yield cookie.name\n\n    def keys(self):\n        \"\"\"Dict-like keys() that returns a list of names of cookies from the jar.\n        See values() and items().\"\"\"\n        return list(self.iterkeys())\n\n    def itervalues(self):\n        \"\"\"Dict-like itervalues() that returns an iterator of values of cookies from the jar.\n        See iterkeys() and iteritems().\"\"\"\n        for cookie in iter(self):\n            yield cookie.value\n\n    def values(self):\n        \"\"\"Dict-like values() that returns a list of values of cookies from the jar.\n        See keys() and items().\"\"\"\n        return list(self.itervalues())\n\n    def iteritems(self):\n        \"\"\"Dict-like iteritems() that returns an iterator of name-value tuples from the jar.\n        See iterkeys() and itervalues().\"\"\"\n        for cookie in iter(self):\n            yield cookie.name, cookie.value\n\n    def items(self):\n        \"\"\"Dict-like items() that returns a list of name-value tuples from the jar.\n        See keys() and values(). Allows client-code to call \"dict(RequestsCookieJar)\n        and get a vanilla python dict of key value pairs.\"\"\"\n        return list(self.iteritems())\n\n    def list_domains(self):\n        \"\"\"Utility method to list all the domains in the jar.\"\"\"\n        domains = []\n        for cookie in iter(self):\n            if cookie.domain not in domains:\n                domains.append(cookie.domain)\n        return domains\n\n    def list_paths(self):\n        \"\"\"Utility method to list all the paths in the jar.\"\"\"\n        paths = []\n        for cookie in iter(self):\n            if cookie.path not in paths:\n                paths.append(cookie.path)\n        return paths\n\n    def multiple_domains(self):\n        \"\"\"Returns True if there are multiple domains in the jar.\n        Returns False otherwise.\"\"\"\n        domains = []\n        for cookie in iter(self):\n            if cookie.domain is not None and cookie.domain in domains:\n                return True\n            domains.append(cookie.domain)\n        return False  # there is only one domain in jar\n\n    def get_dict(self, domain=None, path=None):\n        \"\"\"Takes as an argument an optional domain and path and returns a plain old\n        Python dict of name-value pairs of cookies that meet the requirements.\"\"\"\n        dictionary = {}\n        for cookie in iter(self):\n            if (domain is None or cookie.domain == domain) and (path is None\n                                                or cookie.path == path):\n                dictionary[cookie.name] = cookie.value\n        return dictionary\n\n    def __getitem__(self, name):\n        \"\"\"Dict-like __getitem__() for compatibility with client code. Throws exception\n        if there are more than one cookie with name. In that case, use the more\n        explicit get() method instead. Caution: operation is O(n), not O(1).\"\"\"\n\n        return self._find_no_duplicates(name)\n\n    def __setitem__(self, name, value):\n        \"\"\"Dict-like __setitem__ for compatibility with client code. Throws exception\n        if there is already a cookie of that name in the jar. In that case, use the more\n        explicit set() method instead.\"\"\"\n\n        self.set(name, value)\n\n    def __delitem__(self, name):\n        \"\"\"Deletes a cookie given a name. Wraps cookielib.CookieJar's remove_cookie_by_name().\"\"\"\n        remove_cookie_by_name(self, name)\n\n    def set_cookie(self, cookie, *args, **kwargs):\n        if hasattr(cookie.value, 'startswith') and cookie.value.startswith('\"') and cookie.value.endswith('\"'):\n            cookie.value = cookie.value.replace('\\\\\"', '')\n        return super(RequestsCookieJar, self).set_cookie(cookie, *args, **kwargs)\n\n    def update(self, other):\n        \"\"\"Updates this jar with cookies from another CookieJar or dict-like\"\"\"\n        if isinstance(other, cookielib.CookieJar):\n            for cookie in other:\n                self.set_cookie(cookie)\n        else:\n            super(RequestsCookieJar, self).update(other)\n\n    def _find(self, name, domain=None, path=None):\n        \"\"\"Requests uses this method internally to get cookie values. Takes as args name\n        and optional domain and path. Returns a cookie.value. If there are conflicting cookies,\n        _find arbitrarily chooses one. See _find_no_duplicates if you want an exception thrown\n        if there are conflicting cookies.\"\"\"\n        for cookie in iter(self):\n            if cookie.name == name:\n                if domain is None or cookie.domain == domain:\n                    if path is None or cookie.path == path:\n                        return cookie.value\n\n        raise KeyError('name=%r, domain=%r, path=%r' % (name, domain, path))\n\n    def _find_no_duplicates(self, name, domain=None, path=None):\n        \"\"\"__get_item__ and get call _find_no_duplicates -- never used in Requests internally.\n        Takes as args name and optional domain and path. Returns a cookie.value.\n        Throws KeyError if cookie is not found and CookieConflictError if there are\n        multiple cookies that match name and optionally domain and path.\"\"\"\n        toReturn = None\n        for cookie in iter(self):\n            if cookie.name == name:\n                if domain is None or cookie.domain == domain:\n                    if path is None or cookie.path == path:\n                        if toReturn is not None:  # if there are multiple cookies that meet passed in criteria\n                            raise CookieConflictError('There are multiple cookies with name, %r' % (name))\n                        toReturn = cookie.value  # we will eventually return this as long as no cookie conflict\n\n        if toReturn:\n            return toReturn\n        raise KeyError('name=%r, domain=%r, path=%r' % (name, domain, path))\n\n    def __getstate__(self):\n        \"\"\"Unlike a normal CookieJar, this class is pickleable.\"\"\"\n        state = self.__dict__.copy()\n        # remove the unpickleable RLock object\n        state.pop('_cookies_lock')\n        return state\n\n    def __setstate__(self, state):\n        \"\"\"Unlike a normal CookieJar, this class is pickleable.\"\"\"\n        self.__dict__.update(state)\n        if '_cookies_lock' not in self.__dict__:\n            self._cookies_lock = threading.RLock()\n\n    def copy(self):\n        \"\"\"Return a copy of this RequestsCookieJar.\"\"\"\n        new_cj = RequestsCookieJar()\n        new_cj.update(self)\n        return new_cj\n\n\ndef create_cookie(name, value, **kwargs):\n    \"\"\"Make a cookie from underspecified parameters.\n\n    By default, the pair of `name` and `value` will be set for the domain ''\n    and sent on every request (this is sometimes called a \"supercookie\").\n    \"\"\"\n    result = dict(\n        version=0,\n        name=name,\n        value=value,\n        port=None,\n        domain='',\n        path='/',\n        secure=False,\n        expires=None,\n        discard=True,\n        comment=None,\n        comment_url=None,\n        rest={'HttpOnly': None},\n        rfc2109=False,)\n\n    badargs = set(kwargs) - set(result)\n    if badargs:\n        err = 'create_cookie() got unexpected keyword arguments: %s'\n        raise TypeError(err % list(badargs))\n\n    result.update(kwargs)\n    result['port_specified'] = bool(result['port'])\n    result['domain_specified'] = bool(result['domain'])\n    result['domain_initial_dot'] = result['domain'].startswith('.')\n    result['path_specified'] = bool(result['path'])\n\n    return cookielib.Cookie(**result)\n\n\ndef morsel_to_cookie(morsel):\n    \"\"\"Convert a Morsel object into a Cookie containing the one k/v pair.\"\"\"\n\n    expires = None\n    if morsel['max-age']:\n        expires = time.time() + morsel['max-age']\n    elif morsel['expires']:\n        time_template = '%a, %d-%b-%Y %H:%M:%S GMT'\n        expires = time.mktime(\n            time.strptime(morsel['expires'], time_template)) - time.timezone\n    return create_cookie(\n        comment=morsel['comment'],\n        comment_url=bool(morsel['comment']),\n        discard=False,\n        domain=morsel['domain'],\n        expires=expires,\n        name=morsel.key,\n        path=morsel['path'],\n        port=None,\n        rest={'HttpOnly': morsel['httponly']},\n        rfc2109=False,\n        secure=bool(morsel['secure']),\n        value=morsel.value,\n        version=morsel['version'] or 0,\n    )\n\n\ndef cookiejar_from_dict(cookie_dict, cookiejar=None, overwrite=True):\n    \"\"\"Returns a CookieJar from a key/value dictionary.\n\n    :param cookie_dict: Dict of key/values to insert into CookieJar.\n    :param cookiejar: (optional) A cookiejar to add the cookies to.\n    :param overwrite: (optional) If False, will not replace cookies\n        already in the jar with new ones.\n    \"\"\"\n    if cookiejar is None:\n        cookiejar = RequestsCookieJar()\n\n    if cookie_dict is not None:\n        names_from_jar = [cookie.name for cookie in cookiejar]\n        for name in cookie_dict:\n            if overwrite or (name not in names_from_jar):\n                cookiejar.set_cookie(create_cookie(name, cookie_dict[name]))\n\n    return cookiejar\n\n\ndef merge_cookies(cookiejar, cookies):\n    \"\"\"Add cookies to cookiejar and returns a merged CookieJar.\n\n    :param cookiejar: CookieJar object to add the cookies to.\n    :param cookies: Dictionary or CookieJar object to be added.\n    \"\"\"\n    if not isinstance(cookiejar, cookielib.CookieJar):\n        raise ValueError('You can only merge into CookieJar')\n    \n    if isinstance(cookies, dict):\n        cookiejar = cookiejar_from_dict(\n            cookies, cookiejar=cookiejar, overwrite=False)\n    elif isinstance(cookies, cookielib.CookieJar):\n        try:\n            cookiejar.update(cookies)\n        except AttributeError:\n            for cookie_in_jar in cookies:\n                cookiejar.set_cookie(cookie_in_jar)\n\n    return cookiejar\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/exceptions.py",
    "content": "# -*- coding: utf-8 -*-\n\n\"\"\"\nrequests.exceptions\n~~~~~~~~~~~~~~~~~~~\n\nThis module contains the set of Requests' exceptions.\n\n\"\"\"\nfrom .packages.urllib3.exceptions import HTTPError as BaseHTTPError\n\n\nclass RequestException(IOError):\n    \"\"\"There was an ambiguous exception that occurred while handling your\n    request.\"\"\"\n\n    def __init__(self, *args, **kwargs):\n        \"\"\"\n        Initialize RequestException with `request` and `response` objects.\n        \"\"\"\n        response = kwargs.pop('response', None)\n        self.response = response\n        self.request = kwargs.pop('request', None)\n        if (response is not None and not self.request and\n                hasattr(response, 'request')):\n            self.request = self.response.request\n        super(RequestException, self).__init__(*args, **kwargs)\n\n\nclass HTTPError(RequestException):\n    \"\"\"An HTTP error occurred.\"\"\"\n\n\nclass ConnectionError(RequestException):\n    \"\"\"A Connection error occurred.\"\"\"\n\n\nclass ProxyError(ConnectionError):\n    \"\"\"A proxy error occurred.\"\"\"\n\n\nclass SSLError(ConnectionError):\n    \"\"\"An SSL error occurred.\"\"\"\n\n\nclass Timeout(RequestException):\n    \"\"\"The request timed out.\n\n    Catching this error will catch both\n    :exc:`~requests.exceptions.ConnectTimeout` and\n    :exc:`~requests.exceptions.ReadTimeout` errors.\n    \"\"\"\n\n\nclass ConnectTimeout(ConnectionError, Timeout):\n    \"\"\"The request timed out while trying to connect to the remote server.\n\n    Requests that produced this error are safe to retry.\n    \"\"\"\n\n\nclass ReadTimeout(Timeout):\n    \"\"\"The server did not send any data in the allotted amount of time.\"\"\"\n\n\nclass URLRequired(RequestException):\n    \"\"\"A valid URL is required to make a request.\"\"\"\n\n\nclass TooManyRedirects(RequestException):\n    \"\"\"Too many redirects.\"\"\"\n\n\nclass MissingSchema(RequestException, ValueError):\n    \"\"\"The URL schema (e.g. http or https) is missing.\"\"\"\n\n\nclass InvalidSchema(RequestException, ValueError):\n    \"\"\"See defaults.py for valid schemas.\"\"\"\n\n\nclass InvalidURL(RequestException, ValueError):\n    \"\"\" The URL provided was somehow invalid. \"\"\"\n\n\nclass ChunkedEncodingError(RequestException):\n    \"\"\"The server declared chunked encoding but sent an invalid chunk.\"\"\"\n\n\nclass ContentDecodingError(RequestException, BaseHTTPError):\n    \"\"\"Failed to decode response content\"\"\"\n\nclass StreamConsumedError(RequestException, TypeError):\n    \"\"\"The content for this response was already consumed\"\"\"\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/hooks.py",
    "content": "# -*- coding: utf-8 -*-\n\n\"\"\"\nrequests.hooks\n~~~~~~~~~~~~~~\n\nThis module provides the capabilities for the Requests hooks system.\n\nAvailable hooks:\n\n``response``:\n    The response generated from a Request.\n\n\"\"\"\n\n\nHOOKS = ['response']\n\n\ndef default_hooks():\n    hooks = {}\n    for event in HOOKS:\n        hooks[event] = []\n    return hooks\n\n# TODO: response is the only one\n\n\ndef dispatch_hook(key, hooks, hook_data, **kwargs):\n    \"\"\"Dispatches a hook dictionary on a given piece of data.\"\"\"\n\n    hooks = hooks or dict()\n\n    if key in hooks:\n        hooks = hooks.get(key)\n\n        if hasattr(hooks, '__call__'):\n            hooks = [hooks]\n\n        for hook in hooks:\n            _hook_data = hook(hook_data, **kwargs)\n            if _hook_data is not None:\n                hook_data = _hook_data\n\n    return hook_data\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/models.py",
    "content": "# -*- coding: utf-8 -*-\n\n\"\"\"\nrequests.models\n~~~~~~~~~~~~~~~\n\nThis module contains the primary objects that power Requests.\n\"\"\"\n\nimport collections\nimport datetime\n\nfrom io import BytesIO, UnsupportedOperation\nfrom .hooks import default_hooks\nfrom .structures import CaseInsensitiveDict\n\nfrom .auth import HTTPBasicAuth\nfrom .cookies import cookiejar_from_dict, get_cookie_header\nfrom .packages.urllib3.fields import RequestField\nfrom .packages.urllib3.filepost import encode_multipart_formdata\nfrom .packages.urllib3.util import parse_url\nfrom .packages.urllib3.exceptions import (\n    DecodeError, ReadTimeoutError, ProtocolError)\nfrom .exceptions import (\n    HTTPError, RequestException, MissingSchema, InvalidURL, \n    ChunkedEncodingError, ContentDecodingError, ConnectionError, \n    StreamConsumedError)\nfrom .utils import (\n    guess_filename, get_auth_from_url, requote_uri,\n    stream_decode_response_unicode, to_key_val_list, parse_header_links,\n    iter_slices, guess_json_utf, super_len, to_native_string)\nfrom .compat import (\n    cookielib, urlunparse, urlsplit, urlencode, str, bytes, StringIO,\n    is_py2, chardet, json, builtin_str, basestring)\nfrom .status_codes import codes\n\n#: The set of HTTP status codes that indicate an automatically\n#: processable redirect.\nREDIRECT_STATI = (\n    codes.moved,              # 301\n    codes.found,              # 302\n    codes.other,              # 303\n    codes.temporary_redirect, # 307\n    codes.permanent_redirect, # 308\n)\nDEFAULT_REDIRECT_LIMIT = 30\nCONTENT_CHUNK_SIZE = 10 * 1024\nITER_CHUNK_SIZE = 512\n\njson_dumps = json.dumps\n\n\nclass RequestEncodingMixin(object):\n    @property\n    def path_url(self):\n        \"\"\"Build the path URL to use.\"\"\"\n\n        url = []\n\n        p = urlsplit(self.url)\n\n        path = p.path\n        if not path:\n            path = '/'\n\n        url.append(path)\n\n        query = p.query\n        if query:\n            url.append('?')\n            url.append(query)\n\n        return ''.join(url)\n\n    @staticmethod\n    def _encode_params(data):\n        \"\"\"Encode parameters in a piece of data.\n\n        Will successfully encode parameters when passed as a dict or a list of\n        2-tuples. Order is retained if data is a list of 2-tuples but arbitrary\n        if parameters are supplied as a dict.\n        \"\"\"\n\n        if isinstance(data, (str, bytes)):\n            return data\n        elif hasattr(data, 'read'):\n            return data\n        elif hasattr(data, '__iter__'):\n            result = []\n            for k, vs in to_key_val_list(data):\n                if isinstance(vs, basestring) or not hasattr(vs, '__iter__'):\n                    vs = [vs]\n                for v in vs:\n                    if v is not None:\n                        result.append(\n                            (k.encode('utf-8') if isinstance(k, str) else k,\n                             v.encode('utf-8') if isinstance(v, str) else v))\n            return urlencode(result, doseq=True)\n        else:\n            return data\n\n    @staticmethod\n    def _encode_files(files, data):\n        \"\"\"Build the body for a multipart/form-data request.\n\n        Will successfully encode files when passed as a dict or a list of\n        2-tuples. Order is retained if data is a list of 2-tuples but arbitrary\n        if parameters are supplied as a dict.\n\n        \"\"\"\n        if (not files):\n            raise ValueError(\"Files must be provided.\")\n        elif isinstance(data, basestring):\n            raise ValueError(\"Data must not be a string.\")\n\n        new_fields = []\n        fields = to_key_val_list(data or {})\n        files = to_key_val_list(files or {})\n\n        for field, val in fields:\n            if isinstance(val, basestring) or not hasattr(val, '__iter__'):\n                val = [val]\n            for v in val:\n                if v is not None:\n                    # Don't call str() on bytestrings: in Py3 it all goes wrong.\n                    if not isinstance(v, bytes):\n                        v = str(v)\n\n                    new_fields.append(\n                        (field.decode('utf-8') if isinstance(field, bytes) else field,\n                         v.encode('utf-8') if isinstance(v, str) else v))\n\n        for (k, v) in files:\n            # support for explicit filename\n            ft = None\n            fh = None\n            if isinstance(v, (tuple, list)):\n                if len(v) == 2:\n                    fn, fp = v\n                elif len(v) == 3:\n                    fn, fp, ft = v\n                else:\n                    fn, fp, ft, fh = v\n            else:\n                fn = guess_filename(v) or k\n                fp = v\n            if isinstance(fp, str):\n                fp = StringIO(fp)\n            if isinstance(fp, bytes):\n                fp = BytesIO(fp)\n\n            rf = RequestField(name=k, data=fp.read(),\n                              filename=fn, headers=fh)\n            rf.make_multipart(content_type=ft)\n            new_fields.append(rf)\n\n        body, content_type = encode_multipart_formdata(new_fields)\n\n        return body, content_type\n\n\nclass RequestHooksMixin(object):\n    def register_hook(self, event, hook):\n        \"\"\"Properly register a hook.\"\"\"\n\n        if event not in self.hooks:\n            raise ValueError('Unsupported event specified, with event name \"%s\"' % (event))\n\n        if isinstance(hook, collections.Callable):\n            self.hooks[event].append(hook)\n        elif hasattr(hook, '__iter__'):\n            self.hooks[event].extend(h for h in hook if isinstance(h, collections.Callable))\n\n    def deregister_hook(self, event, hook):\n        \"\"\"Deregister a previously registered hook.\n        Returns True if the hook existed, False if not.\n        \"\"\"\n\n        try:\n            self.hooks[event].remove(hook)\n            return True\n        except ValueError:\n            return False\n\n\nclass Request(RequestHooksMixin):\n    \"\"\"A user-created :class:`Request <Request>` object.\n\n    Used to prepare a :class:`PreparedRequest <PreparedRequest>`, which is sent to the server.\n\n    :param method: HTTP method to use.\n    :param url: URL to send.\n    :param headers: dictionary of headers to send.\n    :param files: dictionary of {filename: fileobject} files to multipart upload.\n    :param data: the body to attach to the request. If a dictionary is provided, form-encoding will take place.\n    :param json: json for the body to attach to the request (if data is not specified).\n    :param params: dictionary of URL parameters to append to the URL.\n    :param auth: Auth handler or (user, pass) tuple.\n    :param cookies: dictionary or CookieJar of cookies to attach to this request.\n    :param hooks: dictionary of callback hooks, for internal usage.\n\n    Usage::\n\n      >>> import requests\n      >>> req = requests.Request('GET', 'http://httpbin.org/get')\n      >>> req.prepare()\n      <PreparedRequest [GET]>\n\n    \"\"\"\n    def __init__(self,\n        method=None,\n        url=None,\n        headers=None,\n        files=None,\n        data=None,\n        params=None,\n        auth=None,\n        cookies=None,\n        hooks=None,\n        json=None):\n\n        # Default empty dicts for dict params.\n        data = [] if data is None else data\n        files = [] if files is None else files\n        headers = {} if headers is None else headers\n        params = {} if params is None else params\n        hooks = {} if hooks is None else hooks\n\n        self.hooks = default_hooks()\n        for (k, v) in list(hooks.items()):\n            self.register_hook(event=k, hook=v)\n\n        self.method = method\n        self.url = url\n        self.headers = headers\n        self.files = files\n        self.data = data\n        self.json = json\n        self.params = params\n        self.auth = auth\n        self.cookies = cookies\n\n    def __repr__(self):\n        return '<Request [%s]>' % (self.method)\n\n    def prepare(self):\n        \"\"\"Constructs a :class:`PreparedRequest <PreparedRequest>` for transmission and returns it.\"\"\"\n        p = PreparedRequest()\n        p.prepare(\n            method=self.method,\n            url=self.url,\n            headers=self.headers,\n            files=self.files,\n            data=self.data,\n            json=self.json,\n            params=self.params,\n            auth=self.auth,\n            cookies=self.cookies,\n            hooks=self.hooks,\n        )\n        return p\n\n\nclass PreparedRequest(RequestEncodingMixin, RequestHooksMixin):\n    \"\"\"The fully mutable :class:`PreparedRequest <PreparedRequest>` object,\n    containing the exact bytes that will be sent to the server.\n\n    Generated from either a :class:`Request <Request>` object or manually.\n\n    Usage::\n\n      >>> import requests\n      >>> req = requests.Request('GET', 'http://httpbin.org/get')\n      >>> r = req.prepare()\n      <PreparedRequest [GET]>\n\n      >>> s = requests.Session()\n      >>> s.send(r)\n      <Response [200]>\n\n    \"\"\"\n\n    def __init__(self):\n        #: HTTP verb to send to the server.\n        self.method = None\n        #: HTTP URL to send the request to.\n        self.url = None\n        #: dictionary of HTTP headers.\n        self.headers = None\n        # The `CookieJar` used to create the Cookie header will be stored here\n        # after prepare_cookies is called\n        self._cookies = None\n        #: request body to send to the server.\n        self.body = None\n        #: dictionary of callback hooks, for internal usage.\n        self.hooks = default_hooks()\n\n    def prepare(self, method=None, url=None, headers=None, files=None,\n                data=None, params=None, auth=None, cookies=None, hooks=None,\n                json=None):\n        \"\"\"Prepares the entire request with the given parameters.\"\"\"\n\n        self.prepare_method(method)\n        self.prepare_url(url, params)\n        self.prepare_headers(headers)\n        self.prepare_cookies(cookies)\n        self.prepare_body(data, files, json)\n        self.prepare_auth(auth, url)\n        # Note that prepare_auth must be last to enable authentication schemes\n        # such as OAuth to work on a fully prepared request.\n\n        # This MUST go after prepare_auth. Authenticators could add a hook\n        self.prepare_hooks(hooks)\n\n    def __repr__(self):\n        return '<PreparedRequest [%s]>' % (self.method)\n\n    def copy(self):\n        p = PreparedRequest()\n        p.method = self.method\n        p.url = self.url\n        p.headers = self.headers.copy() if self.headers is not None else None\n        p._cookies = self._cookies.copy() if self._cookies is not None else None\n        p.body = self.body\n        p.hooks = self.hooks\n        return p\n\n    def prepare_method(self, method):\n        \"\"\"Prepares the given HTTP method.\"\"\"\n        self.method = method\n        if self.method is not None:\n            self.method = self.method.upper()\n\n    def prepare_url(self, url, params):\n        \"\"\"Prepares the given HTTP URL.\"\"\"\n        #: Accept objects that have string representations.\n        #: We're unable to blindy call unicode/str functions\n        #: as this will include the bytestring indicator (b'')\n        #: on python 3.x.\n        #: https://github.com/kennethreitz/requests/pull/2238\n        if isinstance(url, bytes):\n            url = url.decode('utf8')\n        else:\n            url = unicode(url) if is_py2 else str(url)\n\n        # Don't do any URL preparation for non-HTTP schemes like `mailto`,\n        # `data` etc to work around exceptions from `url_parse`, which\n        # handles RFC 3986 only.\n        if ':' in url and not url.lower().startswith('http'):\n            self.url = url\n            return\n\n        # Support for unicode domain names and paths.\n        scheme, auth, host, port, path, query, fragment = parse_url(url)\n\n        if not scheme:\n            raise MissingSchema(\"Invalid URL {0!r}: No schema supplied. \"\n                                \"Perhaps you meant http://{0}?\".format(url))\n\n        if not host:\n            raise InvalidURL(\"Invalid URL %r: No host supplied\" % url)\n\n        # Only want to apply IDNA to the hostname\n        try:\n            host = host.encode('idna').decode('utf-8')\n        except UnicodeError:\n            raise InvalidURL('URL has an invalid label.')\n\n        # Carefully reconstruct the network location\n        netloc = auth or ''\n        if netloc:\n            netloc += '@'\n        netloc += host\n        if port:\n            netloc += ':' + str(port)\n\n        # Bare domains aren't valid URLs.\n        if not path:\n            path = '/'\n\n        if is_py2:\n            if isinstance(scheme, str):\n                scheme = scheme.encode('utf-8')\n            if isinstance(netloc, str):\n                netloc = netloc.encode('utf-8')\n            if isinstance(path, str):\n                path = path.encode('utf-8')\n            if isinstance(query, str):\n                query = query.encode('utf-8')\n            if isinstance(fragment, str):\n                fragment = fragment.encode('utf-8')\n\n        enc_params = self._encode_params(params)\n        if enc_params:\n            if query:\n                query = '%s&%s' % (query, enc_params)\n            else:\n                query = enc_params\n\n        url = requote_uri(urlunparse([scheme, netloc, path, None, query, fragment]))\n        self.url = url\n\n    def prepare_headers(self, headers):\n        \"\"\"Prepares the given HTTP headers.\"\"\"\n\n        if headers:\n            self.headers = CaseInsensitiveDict((to_native_string(name), value) for name, value in headers.items())\n        else:\n            self.headers = CaseInsensitiveDict()\n\n    def prepare_body(self, data, files, json=None):\n        \"\"\"Prepares the given HTTP body data.\"\"\"\n\n        # Check if file, fo, generator, iterator.\n        # If not, run through normal process.\n\n        # Nottin' on you.\n        body = None\n        content_type = None\n        length = None\n\n        if json is not None:\n            content_type = 'application/json'\n            body = json_dumps(json)\n\n        is_stream = all([\n            hasattr(data, '__iter__'),\n            not isinstance(data, (basestring, list, tuple, dict))\n        ])\n\n        try:\n            length = super_len(data)\n        except (TypeError, AttributeError, UnsupportedOperation):\n            length = None\n\n        if is_stream:\n            body = data\n\n            if files:\n                raise NotImplementedError('Streamed bodies and files are mutually exclusive.')\n\n            if length is not None:\n                self.headers['Content-Length'] = builtin_str(length)\n            else:\n                self.headers['Transfer-Encoding'] = 'chunked'\n        else:\n            # Multi-part file uploads.\n            if files:\n                (body, content_type) = self._encode_files(files, data)\n            else:\n                if data and json is None:\n                    body = self._encode_params(data)\n                    if isinstance(data, basestring) or hasattr(data, 'read'):\n                        content_type = None\n                    else:\n                        content_type = 'application/x-www-form-urlencoded'\n\n            self.prepare_content_length(body)\n\n            # Add content-type if it wasn't explicitly provided.\n            if content_type and ('content-type' not in self.headers):\n                self.headers['Content-Type'] = content_type\n\n        self.body = body\n\n    def prepare_content_length(self, body):\n        if hasattr(body, 'seek') and hasattr(body, 'tell'):\n            body.seek(0, 2)\n            self.headers['Content-Length'] = builtin_str(body.tell())\n            body.seek(0, 0)\n        elif body is not None:\n            l = super_len(body)\n            if l:\n                self.headers['Content-Length'] = builtin_str(l)\n        elif self.method not in ('GET', 'HEAD'):\n            self.headers['Content-Length'] = '0'\n\n    def prepare_auth(self, auth, url=''):\n        \"\"\"Prepares the given HTTP auth data.\"\"\"\n\n        # If no Auth is explicitly provided, extract it from the URL first.\n        if auth is None:\n            url_auth = get_auth_from_url(self.url)\n            auth = url_auth if any(url_auth) else None\n\n        if auth:\n            if isinstance(auth, tuple) and len(auth) == 2:\n                # special-case basic HTTP auth\n                auth = HTTPBasicAuth(*auth)\n\n            # Allow auth to make its changes.\n            r = auth(self)\n\n            # Update self to reflect the auth changes.\n            self.__dict__.update(r.__dict__)\n\n            # Recompute Content-Length\n            self.prepare_content_length(self.body)\n\n    def prepare_cookies(self, cookies):\n        \"\"\"Prepares the given HTTP cookie data.\"\"\"\n\n        if isinstance(cookies, cookielib.CookieJar):\n            self._cookies = cookies\n        else:\n            self._cookies = cookiejar_from_dict(cookies)\n\n        cookie_header = get_cookie_header(self._cookies, self)\n        if cookie_header is not None:\n            self.headers['Cookie'] = cookie_header\n\n    def prepare_hooks(self, hooks):\n        \"\"\"Prepares the given hooks.\"\"\"\n        for event in hooks:\n            self.register_hook(event, hooks[event])\n\n\nclass Response(object):\n    \"\"\"The :class:`Response <Response>` object, which contains a\n    server's response to an HTTP request.\n    \"\"\"\n\n    __attrs__ = [\n        '_content',\n        'status_code',\n        'headers',\n        'url',\n        'history',\n        'encoding',\n        'reason',\n        'cookies',\n        'elapsed',\n        'request',\n    ]\n\n    def __init__(self):\n        super(Response, self).__init__()\n\n        self._content = False\n        self._content_consumed = False\n\n        #: Integer Code of responded HTTP Status, e.g. 404 or 200.\n        self.status_code = None\n\n        #: Case-insensitive Dictionary of Response Headers.\n        #: For example, ``headers['content-encoding']`` will return the\n        #: value of a ``'Content-Encoding'`` response header.\n        self.headers = CaseInsensitiveDict()\n\n        #: File-like object representation of response (for advanced usage).\n        #: Use of ``raw`` requires that ``stream=True`` be set on the request.\n        # This requirement does not apply for use internally to Requests.\n        self.raw = None\n\n        #: Final URL location of Response.\n        self.url = None\n\n        #: Encoding to decode with when accessing r.text.\n        self.encoding = None\n\n        #: A list of :class:`Response <Response>` objects from\n        #: the history of the Request. Any redirect responses will end\n        #: up here. The list is sorted from the oldest to the most recent request.\n        self.history = []\n\n        #: Textual reason of responded HTTP Status, e.g. \"Not Found\" or \"OK\".\n        self.reason = None\n\n        #: A CookieJar of Cookies the server sent back.\n        self.cookies = cookiejar_from_dict({})\n\n        #: The amount of time elapsed between sending the request\n        #: and the arrival of the response (as a timedelta)\n        self.elapsed = datetime.timedelta(0)\n\n        #: The :class:`PreparedRequest <PreparedRequest>` object to which this\n        #: is a response.\n        self.request = None\n\n    def __getstate__(self):\n        # Consume everything; accessing the content attribute makes\n        # sure the content has been fully read.\n        if not self._content_consumed:\n            self.content\n\n        return dict(\n            (attr, getattr(self, attr, None))\n            for attr in self.__attrs__\n        )\n\n    def __setstate__(self, state):\n        for name, value in state.items():\n            setattr(self, name, value)\n\n        # pickled objects do not have .raw\n        setattr(self, '_content_consumed', True)\n        setattr(self, 'raw', None)\n\n    def __repr__(self):\n        return '<Response [%s]>' % (self.status_code)\n\n    def __bool__(self):\n        \"\"\"Returns true if :attr:`status_code` is 'OK'.\"\"\"\n        return self.ok\n\n    def __nonzero__(self):\n        \"\"\"Returns true if :attr:`status_code` is 'OK'.\"\"\"\n        return self.ok\n\n    def __iter__(self):\n        \"\"\"Allows you to use a response as an iterator.\"\"\"\n        return self.iter_content(128)\n\n    @property\n    def ok(self):\n        try:\n            self.raise_for_status()\n        except RequestException:\n            return False\n        return True\n\n    @property\n    def is_redirect(self):\n        \"\"\"True if this Response is a well-formed HTTP redirect that could have\n        been processed automatically (by :meth:`Session.resolve_redirects`).\n        \"\"\"\n        return ('location' in self.headers and self.status_code in REDIRECT_STATI)\n\n    @property\n    def is_permanent_redirect(self):\n        \"\"\"True if this Response one of the permanant versions of redirect\"\"\"\n        return ('location' in self.headers and self.status_code in (codes.moved_permanently, codes.permanent_redirect))\n\n    @property\n    def apparent_encoding(self):\n        \"\"\"The apparent encoding, provided by the chardet library\"\"\"\n        return chardet.detect(self.content)['encoding']\n\n    def iter_content(self, chunk_size=1, decode_unicode=False):\n        \"\"\"Iterates over the response data.  When stream=True is set on the\n        request, this avoids reading the content at once into memory for\n        large responses.  The chunk size is the number of bytes it should\n        read into memory.  This is not necessarily the length of each item\n        returned as decoding can take place.\n\n        If decode_unicode is True, content will be decoded using the best\n        available encoding based on the response.\n        \"\"\"\n        def generate():\n            try:\n                # Special case for urllib3.\n                try:\n                    for chunk in self.raw.stream(chunk_size, decode_content=True):\n                        yield chunk\n                except ProtocolError as e:\n                    raise ChunkedEncodingError(e)\n                except DecodeError as e:\n                    raise ContentDecodingError(e)\n                except ReadTimeoutError as e:\n                    raise ConnectionError(e)\n            except AttributeError:\n                # Standard file-like object.\n                while True:\n                    chunk = self.raw.read(chunk_size)\n                    if not chunk:\n                        break\n                    yield chunk\n\n            self._content_consumed = True\n\n        if self._content_consumed and isinstance(self._content, bool):\n            raise StreamConsumedError()\n        # simulate reading small chunks of the content\n        reused_chunks = iter_slices(self._content, chunk_size)\n\n        stream_chunks = generate()\n\n        chunks = reused_chunks if self._content_consumed else stream_chunks\n\n        if decode_unicode:\n            chunks = stream_decode_response_unicode(chunks, self)\n\n        return chunks\n\n    def iter_lines(self, chunk_size=ITER_CHUNK_SIZE, decode_unicode=None):\n        \"\"\"Iterates over the response data, one line at a time.  When\n        stream=True is set on the request, this avoids reading the\n        content at once into memory for large responses.\n        \"\"\"\n\n        pending = None\n\n        for chunk in self.iter_content(chunk_size=chunk_size, decode_unicode=decode_unicode):\n\n            if pending is not None:\n                chunk = pending + chunk\n            lines = chunk.splitlines()\n\n            if lines and lines[-1] and chunk and lines[-1][-1] == chunk[-1]:\n                pending = lines.pop()\n            else:\n                pending = None\n\n            for line in lines:\n                yield line\n\n        if pending is not None:\n            yield pending\n\n    @property\n    def content(self):\n        \"\"\"Content of the response, in bytes.\"\"\"\n\n        if self._content is False:\n            # Read the contents.\n            try:\n                if self._content_consumed:\n                    raise RuntimeError(\n                        'The content for this response was already consumed')\n\n                if self.status_code == 0:\n                    self._content = None\n                else:\n                    self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()\n\n            except AttributeError:\n                self._content = None\n\n        self._content_consumed = True\n        # don't need to release the connection; that's been handled by urllib3\n        # since we exhausted the data.\n        return self._content\n\n    @property\n    def text(self):\n        \"\"\"Content of the response, in unicode.\n\n        If Response.encoding is None, encoding will be guessed using\n        ``chardet``.\n\n        The encoding of the response content is determined based solely on HTTP\n        headers, following RFC 2616 to the letter. If you can take advantage of\n        non-HTTP knowledge to make a better guess at the encoding, you should\n        set ``r.encoding`` appropriately before accessing this property.\n        \"\"\"\n\n        # Try charset from content-type\n        content = None\n        encoding = self.encoding\n\n        if not self.content:\n            return str('')\n\n        # Fallback to auto-detected encoding.\n        if self.encoding is None:\n            encoding = self.apparent_encoding\n\n        # Decode unicode from given encoding.\n        try:\n            content = str(self.content, encoding, errors='replace')\n        except (LookupError, TypeError):\n            # A LookupError is raised if the encoding was not found which could\n            # indicate a misspelling or similar mistake.\n            #\n            # A TypeError can be raised if encoding is None\n            #\n            # So we try blindly encoding.\n            content = str(self.content, errors='replace')\n\n        return content\n\n    def json(self, **kwargs):\n        \"\"\"Returns the json-encoded content of a response, if any.\n\n        :param \\*\\*kwargs: Optional arguments that ``json.loads`` takes.\n        \"\"\"\n\n        if not self.encoding and len(self.content) > 3:\n            # No encoding set. JSON RFC 4627 section 3 states we should expect\n            # UTF-8, -16 or -32. Detect which one to use; If the detection or\n            # decoding fails, fall back to `self.text` (using chardet to make\n            # a best guess).\n            encoding = guess_json_utf(self.content)\n            if encoding is not None:\n                try:\n                    return json.loads(self.content.decode(encoding), **kwargs)\n                except UnicodeDecodeError:\n                    # Wrong UTF codec detected; usually because it's not UTF-8\n                    # but some other 8-bit codec.  This is an RFC violation,\n                    # and the server didn't bother to tell us what codec *was*\n                    # used.\n                    pass\n        return json.loads(self.text, **kwargs)\n\n    @property\n    def links(self):\n        \"\"\"Returns the parsed header links of the response, if any.\"\"\"\n\n        header = self.headers.get('link')\n\n        # l = MultiDict()\n        l = {}\n\n        if header:\n            links = parse_header_links(header)\n\n            for link in links:\n                key = link.get('rel') or link.get('url')\n                l[key] = link\n\n        return l\n\n    def raise_for_status(self):\n        \"\"\"Raises stored :class:`HTTPError`, if one occurred.\"\"\"\n\n        http_error_msg = ''\n\n        if 400 <= self.status_code < 500:\n            http_error_msg = '%s Client Error: %s' % (self.status_code, self.reason)\n\n        elif 500 <= self.status_code < 600:\n            http_error_msg = '%s Server Error: %s' % (self.status_code, self.reason)\n\n        if http_error_msg:\n            raise HTTPError(http_error_msg, response=self)\n\n    def close(self):\n        \"\"\"Releases the connection back to the pool. Once this method has been\n        called the underlying ``raw`` object must not be accessed again.\n\n        *Note: Should not normally need to be called explicitly.*\n        \"\"\"\n        return self.raw.release_conn()\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/README.rst",
    "content": "If you are planning to submit a pull request to requests with any changes in \nthis library do not go any further. These are independent libraries which we \nvendor into requests. Any changes necessary to these libraries must be made in \nthem and submitted as separate pull requests to those libraries.\n\nurllib3 pull requests go here: https://github.com/shazow/urllib3\n\nchardet pull requests go here: https://github.com/chardet/chardet\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/__init__.py",
    "content": "from __future__ import absolute_import\n\nfrom . import urllib3\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/__init__.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\n__version__ = \"2.2.1\"\nfrom sys import version_info\n\n\ndef detect(aBuf):\n    if ((version_info < (3, 0) and isinstance(aBuf, unicode)) or\n            (version_info >= (3, 0) and not isinstance(aBuf, bytes))):\n        raise ValueError('Expected a bytes object, not a unicode object')\n\n    from . import universaldetector\n    u = universaldetector.UniversalDetector()\n    u.reset()\n    u.feed(aBuf)\n    u.close()\n    return u.result\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/big5freq.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Communicator client code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\n# Big5 frequency table\n# by Taiwan's Mandarin Promotion Council\n# <http://www.edu.tw:81/mandr/>\n#\n# 128  --> 0.42261\n# 256  --> 0.57851\n# 512  --> 0.74851\n# 1024 --> 0.89384\n# 2048 --> 0.97583\n#\n# Ideal Distribution Ratio = 0.74851/(1-0.74851) =2.98\n# Random Distribution Ration = 512/(5401-512)=0.105\n#\n# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR\n\nBIG5_TYPICAL_DISTRIBUTION_RATIO = 0.75\n\n#Char to FreqOrder table\nBIG5_TABLE_SIZE = 5376\n\nBig5CharToFreqOrder = (\n   1,1801,1506, 255,1431, 198,   9,  82,   6,5008, 177, 202,3681,1256,2821, 110, #   16\n3814,  33,3274, 261,  76,  44,2114,  16,2946,2187,1176, 659,3971,  26,3451,2653, #   32\n1198,3972,3350,4202, 410,2215, 302, 590, 361,1964,   8, 204,  58,4510,5009,1932, #   48\n  63,5010,5011, 317,1614,  75, 222, 159,4203,2417,1480,5012,3555,3091, 224,2822, #   64\n3682,   3,  10,3973,1471,  29,2787,1135,2866,1940, 873, 130,3275,1123, 312,5013, #   80\n4511,2052, 507, 252, 682,5014, 142,1915, 124, 206,2947,  34,3556,3204,  64, 604, #   96\n5015,2501,1977,1978, 155,1991, 645, 641,1606,5016,3452, 337,  72, 406,5017,  80, #  112\n 630, 238,3205,1509, 263, 939,1092,2654, 756,1440,1094,3453, 449,  69,2987, 591, #  128\n 179,2096, 471, 115,2035,1844,  60,  50,2988, 134, 806,1869, 734,2036,3454, 180, #  144\n 995,1607, 156, 537,2907, 688,5018, 319,1305, 779,2145, 514,2379, 298,4512, 359, #  160\n2502,  90,2716,1338, 663,  11, 906,1099,2553,  20,2441, 182, 532,1716,5019, 732, #  176\n1376,4204,1311,1420,3206,  25,2317,1056, 113, 399, 382,1950, 242,3455,2474, 529, #  192\n3276, 475,1447,3683,5020, 117,  21, 656, 810,1297,2300,2334,3557,5021, 126,4205, #  208\n 706, 456, 150, 613,4513,  71,1118,2037,4206, 145,3092,  85, 835, 486,2115,1246, #  224\n1426, 428, 727,1285,1015, 800, 106, 623, 303,1281,5022,2128,2359, 347,3815, 221, #  240\n3558,3135,5023,1956,1153,4207,  83, 296,1199,3093, 192, 624,  93,5024, 822,1898, #  256\n2823,3136, 795,2065, 991,1554,1542,1592,  27,  43,2867, 859, 139,1456, 860,4514, #  272\n 437, 712,3974, 164,2397,3137, 695, 211,3037,2097, 195,3975,1608,3559,3560,3684, #  288\n3976, 234, 811,2989,2098,3977,2233,1441,3561,1615,2380, 668,2077,1638, 305, 228, #  304\n1664,4515, 467, 415,5025, 262,2099,1593, 239, 108, 300, 200,1033, 512,1247,2078, #  320\n5026,5027,2176,3207,3685,2682, 593, 845,1062,3277,  88,1723,2038,3978,1951, 212, #  336\n 266, 152, 149, 468,1899,4208,4516,  77, 187,5028,3038,  37,   5,2990,5029,3979, #  352\n5030,5031,  39,2524,4517,2908,3208,2079,  55, 148,  74,4518, 545, 483,1474,1029, #  368\n1665, 217,1870,1531,3138,1104,2655,4209,  24, 172,3562, 900,3980,3563,3564,4519, #  384\n  32,1408,2824,1312, 329, 487,2360,2251,2717, 784,2683,   4,3039,3351,1427,1789, #  400\n 188, 109, 499,5032,3686,1717,1790, 888,1217,3040,4520,5033,3565,5034,3352,1520, #  416\n3687,3981, 196,1034, 775,5035,5036, 929,1816, 249, 439,  38,5037,1063,5038, 794, #  432\n3982,1435,2301,  46, 178,3278,2066,5039,2381,5040, 214,1709,4521, 804,  35, 707, #  448\n 324,3688,1601,2554, 140, 459,4210,5041,5042,1365, 839, 272, 978,2262,2580,3456, #  464\n2129,1363,3689,1423, 697, 100,3094,  48,  70,1231, 495,3139,2196,5043,1294,5044, #  480\n2080, 462, 586,1042,3279, 853, 256, 988, 185,2382,3457,1698, 434,1084,5045,3458, #  496\n 314,2625,2788,4522,2335,2336, 569,2285, 637,1817,2525, 757,1162,1879,1616,3459, #  512\n 287,1577,2116, 768,4523,1671,2868,3566,2526,1321,3816, 909,2418,5046,4211, 933, #  528\n3817,4212,2053,2361,1222,4524, 765,2419,1322, 786,4525,5047,1920,1462,1677,2909, #  544\n1699,5048,4526,1424,2442,3140,3690,2600,3353,1775,1941,3460,3983,4213, 309,1369, #  560\n1130,2825, 364,2234,1653,1299,3984,3567,3985,3986,2656, 525,1085,3041, 902,2001, #  576\n1475, 964,4527, 421,1845,1415,1057,2286, 940,1364,3141, 376,4528,4529,1381,   7, #  592\n2527, 983,2383, 336,1710,2684,1846, 321,3461, 559,1131,3042,2752,1809,1132,1313, #  608\n 265,1481,1858,5049, 352,1203,2826,3280, 167,1089, 420,2827, 776, 792,1724,3568, #  624\n4214,2443,3281,5050,4215,5051, 446, 229, 333,2753, 901,3818,1200,1557,4530,2657, #  640\n1921, 395,2754,2685,3819,4216,1836, 125, 916,3209,2626,4531,5052,5053,3820,5054, #  656\n5055,5056,4532,3142,3691,1133,2555,1757,3462,1510,2318,1409,3569,5057,2146, 438, #  672\n2601,2910,2384,3354,1068, 958,3043, 461, 311,2869,2686,4217,1916,3210,4218,1979, #  688\n 383, 750,2755,2627,4219, 274, 539, 385,1278,1442,5058,1154,1965, 384, 561, 210, #  704\n  98,1295,2556,3570,5059,1711,2420,1482,3463,3987,2911,1257, 129,5060,3821, 642, #  720\n 523,2789,2790,2658,5061, 141,2235,1333,  68, 176, 441, 876, 907,4220, 603,2602, #  736\n 710, 171,3464, 404, 549,  18,3143,2398,1410,3692,1666,5062,3571,4533,2912,4534, #  752\n5063,2991, 368,5064, 146, 366,  99, 871,3693,1543, 748, 807,1586,1185,  22,2263, #  768\n 379,3822,3211,5065,3212, 505,1942,2628,1992,1382,2319,5066, 380,2362, 218, 702, #  784\n1818,1248,3465,3044,3572,3355,3282,5067,2992,3694, 930,3283,3823,5068,  59,5069, #  800\n 585, 601,4221, 497,3466,1112,1314,4535,1802,5070,1223,1472,2177,5071, 749,1837, #  816\n 690,1900,3824,1773,3988,1476, 429,1043,1791,2236,2117, 917,4222, 447,1086,1629, #  832\n5072, 556,5073,5074,2021,1654, 844,1090, 105, 550, 966,1758,2828,1008,1783, 686, #  848\n1095,5075,2287, 793,1602,5076,3573,2603,4536,4223,2948,2302,4537,3825, 980,2503, #  864\n 544, 353, 527,4538, 908,2687,2913,5077, 381,2629,1943,1348,5078,1341,1252, 560, #  880\n3095,5079,3467,2870,5080,2054, 973, 886,2081, 143,4539,5081,5082, 157,3989, 496, #  896\n4224,  57, 840, 540,2039,4540,4541,3468,2118,1445, 970,2264,1748,1966,2082,4225, #  912\n3144,1234,1776,3284,2829,3695, 773,1206,2130,1066,2040,1326,3990,1738,1725,4226, #  928\n 279,3145,  51,1544,2604, 423,1578,2131,2067, 173,4542,1880,5083,5084,1583, 264, #  944\n 610,3696,4543,2444, 280, 154,5085,5086,5087,1739, 338,1282,3096, 693,2871,1411, #  960\n1074,3826,2445,5088,4544,5089,5090,1240, 952,2399,5091,2914,1538,2688, 685,1483, #  976\n4227,2475,1436, 953,4228,2055,4545, 671,2400,  79,4229,2446,3285, 608, 567,2689, #  992\n3469,4230,4231,1691, 393,1261,1792,2401,5092,4546,5093,5094,5095,5096,1383,1672, # 1008\n3827,3213,1464, 522,1119, 661,1150, 216, 675,4547,3991,1432,3574, 609,4548,2690, # 1024\n2402,5097,5098,5099,4232,3045,   0,5100,2476, 315, 231,2447, 301,3356,4549,2385, # 1040\n5101, 233,4233,3697,1819,4550,4551,5102,  96,1777,1315,2083,5103, 257,5104,1810, # 1056\n3698,2718,1139,1820,4234,2022,1124,2164,2791,1778,2659,5105,3097, 363,1655,3214, # 1072\n5106,2993,5107,5108,5109,3992,1567,3993, 718, 103,3215, 849,1443, 341,3357,2949, # 1088\n1484,5110,1712, 127,  67, 339,4235,2403, 679,1412, 821,5111,5112, 834, 738, 351, # 1104\n2994,2147, 846, 235,1497,1881, 418,1993,3828,2719, 186,1100,2148,2756,3575,1545, # 1120\n1355,2950,2872,1377, 583,3994,4236,2581,2995,5113,1298,3699,1078,2557,3700,2363, # 1136\n  78,3829,3830, 267,1289,2100,2002,1594,4237, 348, 369,1274,2197,2178,1838,4552, # 1152\n1821,2830,3701,2757,2288,2003,4553,2951,2758, 144,3358, 882,4554,3995,2759,3470, # 1168\n4555,2915,5114,4238,1726, 320,5115,3996,3046, 788,2996,5116,2831,1774,1327,2873, # 1184\n3997,2832,5117,1306,4556,2004,1700,3831,3576,2364,2660, 787,2023, 506, 824,3702, # 1200\n 534, 323,4557,1044,3359,2024,1901, 946,3471,5118,1779,1500,1678,5119,1882,4558, # 1216\n 165, 243,4559,3703,2528, 123, 683,4239, 764,4560,  36,3998,1793, 589,2916, 816, # 1232\n 626,1667,3047,2237,1639,1555,1622,3832,3999,5120,4000,2874,1370,1228,1933, 891, # 1248\n2084,2917, 304,4240,5121, 292,2997,2720,3577, 691,2101,4241,1115,4561, 118, 662, # 1264\n5122, 611,1156, 854,2386,1316,2875,   2, 386, 515,2918,5123,5124,3286, 868,2238, # 1280\n1486, 855,2661, 785,2216,3048,5125,1040,3216,3578,5126,3146, 448,5127,1525,5128, # 1296\n2165,4562,5129,3833,5130,4242,2833,3579,3147, 503, 818,4001,3148,1568, 814, 676, # 1312\n1444, 306,1749,5131,3834,1416,1030, 197,1428, 805,2834,1501,4563,5132,5133,5134, # 1328\n1994,5135,4564,5136,5137,2198,  13,2792,3704,2998,3149,1229,1917,5138,3835,2132, # 1344\n5139,4243,4565,2404,3580,5140,2217,1511,1727,1120,5141,5142, 646,3836,2448, 307, # 1360\n5143,5144,1595,3217,5145,5146,5147,3705,1113,1356,4002,1465,2529,2530,5148, 519, # 1376\n5149, 128,2133,  92,2289,1980,5150,4003,1512, 342,3150,2199,5151,2793,2218,1981, # 1392\n3360,4244, 290,1656,1317, 789, 827,2365,5152,3837,4566, 562, 581,4004,5153, 401, # 1408\n4567,2252,  94,4568,5154,1399,2794,5155,1463,2025,4569,3218,1944,5156, 828,1105, # 1424\n4245,1262,1394,5157,4246, 605,4570,5158,1784,2876,5159,2835, 819,2102, 578,2200, # 1440\n2952,5160,1502, 436,3287,4247,3288,2836,4005,2919,3472,3473,5161,2721,2320,5162, # 1456\n5163,2337,2068,  23,4571, 193, 826,3838,2103, 699,1630,4248,3098, 390,1794,1064, # 1472\n3581,5164,1579,3099,3100,1400,5165,4249,1839,1640,2877,5166,4572,4573, 137,4250, # 1488\n 598,3101,1967, 780, 104, 974,2953,5167, 278, 899, 253, 402, 572, 504, 493,1339, # 1504\n5168,4006,1275,4574,2582,2558,5169,3706,3049,3102,2253, 565,1334,2722, 863,  41, # 1520\n5170,5171,4575,5172,1657,2338,  19, 463,2760,4251, 606,5173,2999,3289,1087,2085, # 1536\n1323,2662,3000,5174,1631,1623,1750,4252,2691,5175,2878, 791,2723,2663,2339, 232, # 1552\n2421,5176,3001,1498,5177,2664,2630, 755,1366,3707,3290,3151,2026,1609, 119,1918, # 1568\n3474, 862,1026,4253,5178,4007,3839,4576,4008,4577,2265,1952,2477,5179,1125, 817, # 1584\n4254,4255,4009,1513,1766,2041,1487,4256,3050,3291,2837,3840,3152,5180,5181,1507, # 1600\n5182,2692, 733,  40,1632,1106,2879, 345,4257, 841,2531, 230,4578,3002,1847,3292, # 1616\n3475,5183,1263, 986,3476,5184, 735, 879, 254,1137, 857, 622,1300,1180,1388,1562, # 1632\n4010,4011,2954, 967,2761,2665,1349, 592,2134,1692,3361,3003,1995,4258,1679,4012, # 1648\n1902,2188,5185, 739,3708,2724,1296,1290,5186,4259,2201,2202,1922,1563,2605,2559, # 1664\n1871,2762,3004,5187, 435,5188, 343,1108, 596,  17,1751,4579,2239,3477,3709,5189, # 1680\n4580, 294,3582,2955,1693, 477, 979, 281,2042,3583, 643,2043,3710,2631,2795,2266, # 1696\n1031,2340,2135,2303,3584,4581, 367,1249,2560,5190,3585,5191,4582,1283,3362,2005, # 1712\n 240,1762,3363,4583,4584, 836,1069,3153, 474,5192,2149,2532, 268,3586,5193,3219, # 1728\n1521,1284,5194,1658,1546,4260,5195,3587,3588,5196,4261,3364,2693,1685,4262, 961, # 1744\n1673,2632, 190,2006,2203,3841,4585,4586,5197, 570,2504,3711,1490,5198,4587,2633, # 1760\n3293,1957,4588, 584,1514, 396,1045,1945,5199,4589,1968,2449,5200,5201,4590,4013, # 1776\n 619,5202,3154,3294, 215,2007,2796,2561,3220,4591,3221,4592, 763,4263,3842,4593, # 1792\n5203,5204,1958,1767,2956,3365,3712,1174, 452,1477,4594,3366,3155,5205,2838,1253, # 1808\n2387,2189,1091,2290,4264, 492,5206, 638,1169,1825,2136,1752,4014, 648, 926,1021, # 1824\n1324,4595, 520,4596, 997, 847,1007, 892,4597,3843,2267,1872,3713,2405,1785,4598, # 1840\n1953,2957,3103,3222,1728,4265,2044,3714,4599,2008,1701,3156,1551,  30,2268,4266, # 1856\n5207,2027,4600,3589,5208, 501,5209,4267, 594,3478,2166,1822,3590,3479,3591,3223, # 1872\n 829,2839,4268,5210,1680,3157,1225,4269,5211,3295,4601,4270,3158,2341,5212,4602, # 1888\n4271,5213,4015,4016,5214,1848,2388,2606,3367,5215,4603, 374,4017, 652,4272,4273, # 1904\n 375,1140, 798,5216,5217,5218,2366,4604,2269, 546,1659, 138,3051,2450,4605,5219, # 1920\n2254, 612,1849, 910, 796,3844,1740,1371, 825,3845,3846,5220,2920,2562,5221, 692, # 1936\n 444,3052,2634, 801,4606,4274,5222,1491, 244,1053,3053,4275,4276, 340,5223,4018, # 1952\n1041,3005, 293,1168,  87,1357,5224,1539, 959,5225,2240, 721, 694,4277,3847, 219, # 1968\n1478, 644,1417,3368,2666,1413,1401,1335,1389,4019,5226,5227,3006,2367,3159,1826, # 1984\n 730,1515, 184,2840,  66,4607,5228,1660,2958, 246,3369, 378,1457, 226,3480, 975, # 2000\n4020,2959,1264,3592, 674, 696,5229, 163,5230,1141,2422,2167, 713,3593,3370,4608, # 2016\n4021,5231,5232,1186,  15,5233,1079,1070,5234,1522,3224,3594, 276,1050,2725, 758, # 2032\n1126, 653,2960,3296,5235,2342, 889,3595,4022,3104,3007, 903,1250,4609,4023,3481, # 2048\n3596,1342,1681,1718, 766,3297, 286,  89,2961,3715,5236,1713,5237,2607,3371,3008, # 2064\n5238,2962,2219,3225,2880,5239,4610,2505,2533, 181, 387,1075,4024, 731,2190,3372, # 2080\n5240,3298, 310, 313,3482,2304, 770,4278,  54,3054, 189,4611,3105,3848,4025,5241, # 2096\n1230,1617,1850, 355,3597,4279,4612,3373, 111,4280,3716,1350,3160,3483,3055,4281, # 2112\n2150,3299,3598,5242,2797,4026,4027,3009, 722,2009,5243,1071, 247,1207,2343,2478, # 2128\n1378,4613,2010, 864,1437,1214,4614, 373,3849,1142,2220, 667,4615, 442,2763,2563, # 2144\n3850,4028,1969,4282,3300,1840, 837, 170,1107, 934,1336,1883,5244,5245,2119,4283, # 2160\n2841, 743,1569,5246,4616,4284, 582,2389,1418,3484,5247,1803,5248, 357,1395,1729, # 2176\n3717,3301,2423,1564,2241,5249,3106,3851,1633,4617,1114,2086,4285,1532,5250, 482, # 2192\n2451,4618,5251,5252,1492, 833,1466,5253,2726,3599,1641,2842,5254,1526,1272,3718, # 2208\n4286,1686,1795, 416,2564,1903,1954,1804,5255,3852,2798,3853,1159,2321,5256,2881, # 2224\n4619,1610,1584,3056,2424,2764, 443,3302,1163,3161,5257,5258,4029,5259,4287,2506, # 2240\n3057,4620,4030,3162,2104,1647,3600,2011,1873,4288,5260,4289, 431,3485,5261, 250, # 2256\n  97,  81,4290,5262,1648,1851,1558, 160, 848,5263, 866, 740,1694,5264,2204,2843, # 2272\n3226,4291,4621,3719,1687, 950,2479, 426, 469,3227,3720,3721,4031,5265,5266,1188, # 2288\n 424,1996, 861,3601,4292,3854,2205,2694, 168,1235,3602,4293,5267,2087,1674,4622, # 2304\n3374,3303, 220,2565,1009,5268,3855, 670,3010, 332,1208, 717,5269,5270,3603,2452, # 2320\n4032,3375,5271, 513,5272,1209,2882,3376,3163,4623,1080,5273,5274,5275,5276,2534, # 2336\n3722,3604, 815,1587,4033,4034,5277,3605,3486,3856,1254,4624,1328,3058,1390,4035, # 2352\n1741,4036,3857,4037,5278, 236,3858,2453,3304,5279,5280,3723,3859,1273,3860,4625, # 2368\n5281, 308,5282,4626, 245,4627,1852,2480,1307,2583, 430, 715,2137,2454,5283, 270, # 2384\n 199,2883,4038,5284,3606,2727,1753, 761,1754, 725,1661,1841,4628,3487,3724,5285, # 2400\n5286, 587,  14,3305, 227,2608, 326, 480,2270, 943,2765,3607, 291, 650,1884,5287, # 2416\n1702,1226, 102,1547,  62,3488, 904,4629,3489,1164,4294,5288,5289,1224,1548,2766, # 2432\n 391, 498,1493,5290,1386,1419,5291,2056,1177,4630, 813, 880,1081,2368, 566,1145, # 2448\n4631,2291,1001,1035,2566,2609,2242, 394,1286,5292,5293,2069,5294,  86,1494,1730, # 2464\n4039, 491,1588, 745, 897,2963, 843,3377,4040,2767,2884,3306,1768, 998,2221,2070, # 2480\n 397,1827,1195,1970,3725,3011,3378, 284,5295,3861,2507,2138,2120,1904,5296,4041, # 2496\n2151,4042,4295,1036,3490,1905, 114,2567,4296, 209,1527,5297,5298,2964,2844,2635, # 2512\n2390,2728,3164, 812,2568,5299,3307,5300,1559, 737,1885,3726,1210, 885,  28,2695, # 2528\n3608,3862,5301,4297,1004,1780,4632,5302, 346,1982,2222,2696,4633,3863,1742, 797, # 2544\n1642,4043,1934,1072,1384,2152, 896,4044,3308,3727,3228,2885,3609,5303,2569,1959, # 2560\n4634,2455,1786,5304,5305,5306,4045,4298,1005,1308,3728,4299,2729,4635,4636,1528, # 2576\n2610, 161,1178,4300,1983, 987,4637,1101,4301, 631,4046,1157,3229,2425,1343,1241, # 2592\n1016,2243,2570, 372, 877,2344,2508,1160, 555,1935, 911,4047,5307, 466,1170, 169, # 2608\n1051,2921,2697,3729,2481,3012,1182,2012,2571,1251,2636,5308, 992,2345,3491,1540, # 2624\n2730,1201,2071,2406,1997,2482,5309,4638, 528,1923,2191,1503,1874,1570,2369,3379, # 2640\n3309,5310, 557,1073,5311,1828,3492,2088,2271,3165,3059,3107, 767,3108,2799,4639, # 2656\n1006,4302,4640,2346,1267,2179,3730,3230, 778,4048,3231,2731,1597,2667,5312,4641, # 2672\n5313,3493,5314,5315,5316,3310,2698,1433,3311, 131,  95,1504,4049, 723,4303,3166, # 2688\n1842,3610,2768,2192,4050,2028,2105,3731,5317,3013,4051,1218,5318,3380,3232,4052, # 2704\n4304,2584, 248,1634,3864, 912,5319,2845,3732,3060,3865, 654,  53,5320,3014,5321, # 2720\n1688,4642, 777,3494,1032,4053,1425,5322, 191, 820,2121,2846, 971,4643, 931,3233, # 2736\n 135, 664, 783,3866,1998, 772,2922,1936,4054,3867,4644,2923,3234, 282,2732, 640, # 2752\n1372,3495,1127, 922, 325,3381,5323,5324, 711,2045,5325,5326,4055,2223,2800,1937, # 2768\n4056,3382,2224,2255,3868,2305,5327,4645,3869,1258,3312,4057,3235,2139,2965,4058, # 2784\n4059,5328,2225, 258,3236,4646, 101,1227,5329,3313,1755,5330,1391,3314,5331,2924, # 2800\n2057, 893,5332,5333,5334,1402,4305,2347,5335,5336,3237,3611,5337,5338, 878,1325, # 2816\n1781,2801,4647, 259,1385,2585, 744,1183,2272,4648,5339,4060,2509,5340, 684,1024, # 2832\n4306,5341, 472,3612,3496,1165,3315,4061,4062, 322,2153, 881, 455,1695,1152,1340, # 2848\n 660, 554,2154,4649,1058,4650,4307, 830,1065,3383,4063,4651,1924,5342,1703,1919, # 2864\n5343, 932,2273, 122,5344,4652, 947, 677,5345,3870,2637, 297,1906,1925,2274,4653, # 2880\n2322,3316,5346,5347,4308,5348,4309,  84,4310, 112, 989,5349, 547,1059,4064, 701, # 2896\n3613,1019,5350,4311,5351,3497, 942, 639, 457,2306,2456, 993,2966, 407, 851, 494, # 2912\n4654,3384, 927,5352,1237,5353,2426,3385, 573,4312, 680, 921,2925,1279,1875, 285, # 2928\n 790,1448,1984, 719,2168,5354,5355,4655,4065,4066,1649,5356,1541, 563,5357,1077, # 2944\n5358,3386,3061,3498, 511,3015,4067,4068,3733,4069,1268,2572,3387,3238,4656,4657, # 2960\n5359, 535,1048,1276,1189,2926,2029,3167,1438,1373,2847,2967,1134,2013,5360,4313, # 2976\n1238,2586,3109,1259,5361, 700,5362,2968,3168,3734,4314,5363,4315,1146,1876,1907, # 2992\n4658,2611,4070, 781,2427, 132,1589, 203, 147, 273,2802,2407, 898,1787,2155,4071, # 3008\n4072,5364,3871,2803,5365,5366,4659,4660,5367,3239,5368,1635,3872, 965,5369,1805, # 3024\n2699,1516,3614,1121,1082,1329,3317,4073,1449,3873,  65,1128,2848,2927,2769,1590, # 3040\n3874,5370,5371,  12,2668,  45, 976,2587,3169,4661, 517,2535,1013,1037,3240,5372, # 3056\n3875,2849,5373,3876,5374,3499,5375,2612, 614,1999,2323,3877,3110,2733,2638,5376, # 3072\n2588,4316, 599,1269,5377,1811,3735,5378,2700,3111, 759,1060, 489,1806,3388,3318, # 3088\n1358,5379,5380,2391,1387,1215,2639,2256, 490,5381,5382,4317,1759,2392,2348,5383, # 3104\n4662,3878,1908,4074,2640,1807,3241,4663,3500,3319,2770,2349, 874,5384,5385,3501, # 3120\n3736,1859,  91,2928,3737,3062,3879,4664,5386,3170,4075,2669,5387,3502,1202,1403, # 3136\n3880,2969,2536,1517,2510,4665,3503,2511,5388,4666,5389,2701,1886,1495,1731,4076, # 3152\n2370,4667,5390,2030,5391,5392,4077,2702,1216, 237,2589,4318,2324,4078,3881,4668, # 3168\n4669,2703,3615,3504, 445,4670,5393,5394,5395,5396,2771,  61,4079,3738,1823,4080, # 3184\n5397, 687,2046, 935, 925, 405,2670, 703,1096,1860,2734,4671,4081,1877,1367,2704, # 3200\n3389, 918,2106,1782,2483, 334,3320,1611,1093,4672, 564,3171,3505,3739,3390, 945, # 3216\n2641,2058,4673,5398,1926, 872,4319,5399,3506,2705,3112, 349,4320,3740,4082,4674, # 3232\n3882,4321,3741,2156,4083,4675,4676,4322,4677,2408,2047, 782,4084, 400, 251,4323, # 3248\n1624,5400,5401, 277,3742, 299,1265, 476,1191,3883,2122,4324,4325,1109, 205,5402, # 3264\n2590,1000,2157,3616,1861,5403,5404,5405,4678,5406,4679,2573, 107,2484,2158,4085, # 3280\n3507,3172,5407,1533, 541,1301, 158, 753,4326,2886,3617,5408,1696, 370,1088,4327, # 3296\n4680,3618, 579, 327, 440, 162,2244, 269,1938,1374,3508, 968,3063,  56,1396,3113, # 3312\n2107,3321,3391,5409,1927,2159,4681,3016,5410,3619,5411,5412,3743,4682,2485,5413, # 3328\n2804,5414,1650,4683,5415,2613,5416,5417,4086,2671,3392,1149,3393,4087,3884,4088, # 3344\n5418,1076,  49,5419, 951,3242,3322,3323, 450,2850, 920,5420,1812,2805,2371,4328, # 3360\n1909,1138,2372,3885,3509,5421,3243,4684,1910,1147,1518,2428,4685,3886,5422,4686, # 3376\n2393,2614, 260,1796,3244,5423,5424,3887,3324, 708,5425,3620,1704,5426,3621,1351, # 3392\n1618,3394,3017,1887, 944,4329,3395,4330,3064,3396,4331,5427,3744, 422, 413,1714, # 3408\n3325, 500,2059,2350,4332,2486,5428,1344,1911, 954,5429,1668,5430,5431,4089,2409, # 3424\n4333,3622,3888,4334,5432,2307,1318,2512,3114, 133,3115,2887,4687, 629,  31,2851, # 3440\n2706,3889,4688, 850, 949,4689,4090,2970,1732,2089,4335,1496,1853,5433,4091, 620, # 3456\n3245, 981,1242,3745,3397,1619,3746,1643,3326,2140,2457,1971,1719,3510,2169,5434, # 3472\n3246,5435,5436,3398,1829,5437,1277,4690,1565,2048,5438,1636,3623,3116,5439, 869, # 3488\n2852, 655,3890,3891,3117,4092,3018,3892,1310,3624,4691,5440,5441,5442,1733, 558, # 3504\n4692,3747, 335,1549,3065,1756,4336,3748,1946,3511,1830,1291,1192, 470,2735,2108, # 3520\n2806, 913,1054,4093,5443,1027,5444,3066,4094,4693, 982,2672,3399,3173,3512,3247, # 3536\n3248,1947,2807,5445, 571,4694,5446,1831,5447,3625,2591,1523,2429,5448,2090, 984, # 3552\n4695,3749,1960,5449,3750, 852, 923,2808,3513,3751, 969,1519, 999,2049,2325,1705, # 3568\n5450,3118, 615,1662, 151, 597,4095,2410,2326,1049, 275,4696,3752,4337, 568,3753, # 3584\n3626,2487,4338,3754,5451,2430,2275, 409,3249,5452,1566,2888,3514,1002, 769,2853, # 3600\n 194,2091,3174,3755,2226,3327,4339, 628,1505,5453,5454,1763,2180,3019,4096, 521, # 3616\n1161,2592,1788,2206,2411,4697,4097,1625,4340,4341, 412,  42,3119, 464,5455,2642, # 3632\n4698,3400,1760,1571,2889,3515,2537,1219,2207,3893,2643,2141,2373,4699,4700,3328, # 3648\n1651,3401,3627,5456,5457,3628,2488,3516,5458,3756,5459,5460,2276,2092, 460,5461, # 3664\n4701,5462,3020, 962, 588,3629, 289,3250,2644,1116,  52,5463,3067,1797,5464,5465, # 3680\n5466,1467,5467,1598,1143,3757,4342,1985,1734,1067,4702,1280,3402, 465,4703,1572, # 3696\n 510,5468,1928,2245,1813,1644,3630,5469,4704,3758,5470,5471,2673,1573,1534,5472, # 3712\n5473, 536,1808,1761,3517,3894,3175,2645,5474,5475,5476,4705,3518,2929,1912,2809, # 3728\n5477,3329,1122, 377,3251,5478, 360,5479,5480,4343,1529, 551,5481,2060,3759,1769, # 3744\n2431,5482,2930,4344,3330,3120,2327,2109,2031,4706,1404, 136,1468,1479, 672,1171, # 3760\n3252,2308, 271,3176,5483,2772,5484,2050, 678,2736, 865,1948,4707,5485,2014,4098, # 3776\n2971,5486,2737,2227,1397,3068,3760,4708,4709,1735,2931,3403,3631,5487,3895, 509, # 3792\n2854,2458,2890,3896,5488,5489,3177,3178,4710,4345,2538,4711,2309,1166,1010, 552, # 3808\n 681,1888,5490,5491,2972,2973,4099,1287,1596,1862,3179, 358, 453, 736, 175, 478, # 3824\n1117, 905,1167,1097,5492,1854,1530,5493,1706,5494,2181,3519,2292,3761,3520,3632, # 3840\n4346,2093,4347,5495,3404,1193,2489,4348,1458,2193,2208,1863,1889,1421,3331,2932, # 3856\n3069,2182,3521, 595,2123,5496,4100,5497,5498,4349,1707,2646, 223,3762,1359, 751, # 3872\n3121, 183,3522,5499,2810,3021, 419,2374, 633, 704,3897,2394, 241,5500,5501,5502, # 3888\n 838,3022,3763,2277,2773,2459,3898,1939,2051,4101,1309,3122,2246,1181,5503,1136, # 3904\n2209,3899,2375,1446,4350,2310,4712,5504,5505,4351,1055,2615, 484,3764,5506,4102, # 3920\n 625,4352,2278,3405,1499,4353,4103,5507,4104,4354,3253,2279,2280,3523,5508,5509, # 3936\n2774, 808,2616,3765,3406,4105,4355,3123,2539, 526,3407,3900,4356, 955,5510,1620, # 3952\n4357,2647,2432,5511,1429,3766,1669,1832, 994, 928,5512,3633,1260,5513,5514,5515, # 3968\n1949,2293, 741,2933,1626,4358,2738,2460, 867,1184, 362,3408,1392,5516,5517,4106, # 3984\n4359,1770,1736,3254,2934,4713,4714,1929,2707,1459,1158,5518,3070,3409,2891,1292, # 4000\n1930,2513,2855,3767,1986,1187,2072,2015,2617,4360,5519,2574,2514,2170,3768,2490, # 4016\n3332,5520,3769,4715,5521,5522, 666,1003,3023,1022,3634,4361,5523,4716,1814,2257, # 4032\n 574,3901,1603, 295,1535, 705,3902,4362, 283, 858, 417,5524,5525,3255,4717,4718, # 4048\n3071,1220,1890,1046,2281,2461,4107,1393,1599, 689,2575, 388,4363,5526,2491, 802, # 4064\n5527,2811,3903,2061,1405,2258,5528,4719,3904,2110,1052,1345,3256,1585,5529, 809, # 4080\n5530,5531,5532, 575,2739,3524, 956,1552,1469,1144,2328,5533,2329,1560,2462,3635, # 4096\n3257,4108, 616,2210,4364,3180,2183,2294,5534,1833,5535,3525,4720,5536,1319,3770, # 4112\n3771,1211,3636,1023,3258,1293,2812,5537,5538,5539,3905, 607,2311,3906, 762,2892, # 4128\n1439,4365,1360,4721,1485,3072,5540,4722,1038,4366,1450,2062,2648,4367,1379,4723, # 4144\n2593,5541,5542,4368,1352,1414,2330,2935,1172,5543,5544,3907,3908,4724,1798,1451, # 4160\n5545,5546,5547,5548,2936,4109,4110,2492,2351, 411,4111,4112,3637,3333,3124,4725, # 4176\n1561,2674,1452,4113,1375,5549,5550,  47,2974, 316,5551,1406,1591,2937,3181,5552, # 4192\n1025,2142,3125,3182, 354,2740, 884,2228,4369,2412, 508,3772, 726,3638, 996,2433, # 4208\n3639, 729,5553, 392,2194,1453,4114,4726,3773,5554,5555,2463,3640,2618,1675,2813, # 4224\n 919,2352,2975,2353,1270,4727,4115,  73,5556,5557, 647,5558,3259,2856,2259,1550, # 4240\n1346,3024,5559,1332, 883,3526,5560,5561,5562,5563,3334,2775,5564,1212, 831,1347, # 4256\n4370,4728,2331,3909,1864,3073, 720,3910,4729,4730,3911,5565,4371,5566,5567,4731, # 4272\n5568,5569,1799,4732,3774,2619,4733,3641,1645,2376,4734,5570,2938, 669,2211,2675, # 4288\n2434,5571,2893,5572,5573,1028,3260,5574,4372,2413,5575,2260,1353,5576,5577,4735, # 4304\n3183, 518,5578,4116,5579,4373,1961,5580,2143,4374,5581,5582,3025,2354,2355,3912, # 4320\n 516,1834,1454,4117,2708,4375,4736,2229,2620,1972,1129,3642,5583,2776,5584,2976, # 4336\n1422, 577,1470,3026,1524,3410,5585,5586, 432,4376,3074,3527,5587,2594,1455,2515, # 4352\n2230,1973,1175,5588,1020,2741,4118,3528,4737,5589,2742,5590,1743,1361,3075,3529, # 4368\n2649,4119,4377,4738,2295, 895, 924,4378,2171, 331,2247,3076, 166,1627,3077,1098, # 4384\n5591,1232,2894,2231,3411,4739, 657, 403,1196,2377, 542,3775,3412,1600,4379,3530, # 4400\n5592,4740,2777,3261, 576, 530,1362,4741,4742,2540,2676,3776,4120,5593, 842,3913, # 4416\n5594,2814,2032,1014,4121, 213,2709,3413, 665, 621,4380,5595,3777,2939,2435,5596, # 4432\n2436,3335,3643,3414,4743,4381,2541,4382,4744,3644,1682,4383,3531,1380,5597, 724, # 4448\n2282, 600,1670,5598,1337,1233,4745,3126,2248,5599,1621,4746,5600, 651,4384,5601, # 4464\n1612,4385,2621,5602,2857,5603,2743,2312,3078,5604, 716,2464,3079, 174,1255,2710, # 4480\n4122,3645, 548,1320,1398, 728,4123,1574,5605,1891,1197,3080,4124,5606,3081,3082, # 4496\n3778,3646,3779, 747,5607, 635,4386,4747,5608,5609,5610,4387,5611,5612,4748,5613, # 4512\n3415,4749,2437, 451,5614,3780,2542,2073,4388,2744,4389,4125,5615,1764,4750,5616, # 4528\n4390, 350,4751,2283,2395,2493,5617,4391,4126,2249,1434,4127, 488,4752, 458,4392, # 4544\n4128,3781, 771,1330,2396,3914,2576,3184,2160,2414,1553,2677,3185,4393,5618,2494, # 4560\n2895,2622,1720,2711,4394,3416,4753,5619,2543,4395,5620,3262,4396,2778,5621,2016, # 4576\n2745,5622,1155,1017,3782,3915,5623,3336,2313, 201,1865,4397,1430,5624,4129,5625, # 4592\n5626,5627,5628,5629,4398,1604,5630, 414,1866, 371,2595,4754,4755,3532,2017,3127, # 4608\n4756,1708, 960,4399, 887, 389,2172,1536,1663,1721,5631,2232,4130,2356,2940,1580, # 4624\n5632,5633,1744,4757,2544,4758,4759,5634,4760,5635,2074,5636,4761,3647,3417,2896, # 4640\n4400,5637,4401,2650,3418,2815, 673,2712,2465, 709,3533,4131,3648,4402,5638,1148, # 4656\n 502, 634,5639,5640,1204,4762,3649,1575,4763,2623,3783,5641,3784,3128, 948,3263, # 4672\n 121,1745,3916,1110,5642,4403,3083,2516,3027,4132,3785,1151,1771,3917,1488,4133, # 4688\n1987,5643,2438,3534,5644,5645,2094,5646,4404,3918,1213,1407,2816, 531,2746,2545, # 4704\n3264,1011,1537,4764,2779,4405,3129,1061,5647,3786,3787,1867,2897,5648,2018, 120, # 4720\n4406,4407,2063,3650,3265,2314,3919,2678,3419,1955,4765,4134,5649,3535,1047,2713, # 4736\n1266,5650,1368,4766,2858, 649,3420,3920,2546,2747,1102,2859,2679,5651,5652,2000, # 4752\n5653,1111,3651,2977,5654,2495,3921,3652,2817,1855,3421,3788,5655,5656,3422,2415, # 4768\n2898,3337,3266,3653,5657,2577,5658,3654,2818,4135,1460, 856,5659,3655,5660,2899, # 4784\n2978,5661,2900,3922,5662,4408, 632,2517, 875,3923,1697,3924,2296,5663,5664,4767, # 4800\n3028,1239, 580,4768,4409,5665, 914, 936,2075,1190,4136,1039,2124,5666,5667,5668, # 4816\n5669,3423,1473,5670,1354,4410,3925,4769,2173,3084,4137, 915,3338,4411,4412,3339, # 4832\n1605,1835,5671,2748, 398,3656,4413,3926,4138, 328,1913,2860,4139,3927,1331,4414, # 4848\n3029, 937,4415,5672,3657,4140,4141,3424,2161,4770,3425, 524, 742, 538,3085,1012, # 4864\n5673,5674,3928,2466,5675, 658,1103, 225,3929,5676,5677,4771,5678,4772,5679,3267, # 4880\n1243,5680,4142, 963,2250,4773,5681,2714,3658,3186,5682,5683,2596,2332,5684,4774, # 4896\n5685,5686,5687,3536, 957,3426,2547,2033,1931,2941,2467, 870,2019,3659,1746,2780, # 4912\n2781,2439,2468,5688,3930,5689,3789,3130,3790,3537,3427,3791,5690,1179,3086,5691, # 4928\n3187,2378,4416,3792,2548,3188,3131,2749,4143,5692,3428,1556,2549,2297, 977,2901, # 4944\n2034,4144,1205,3429,5693,1765,3430,3189,2125,1271, 714,1689,4775,3538,5694,2333, # 4960\n3931, 533,4417,3660,2184, 617,5695,2469,3340,3539,2315,5696,5697,3190,5698,5699, # 4976\n3932,1988, 618, 427,2651,3540,3431,5700,5701,1244,1690,5702,2819,4418,4776,5703, # 4992\n3541,4777,5704,2284,1576, 473,3661,4419,3432, 972,5705,3662,5706,3087,5707,5708, # 5008\n4778,4779,5709,3793,4145,4146,5710, 153,4780, 356,5711,1892,2902,4420,2144, 408, # 5024\n 803,2357,5712,3933,5713,4421,1646,2578,2518,4781,4782,3934,5714,3935,4422,5715, # 5040\n2416,3433, 752,5716,5717,1962,3341,2979,5718, 746,3030,2470,4783,4423,3794, 698, # 5056\n4784,1893,4424,3663,2550,4785,3664,3936,5719,3191,3434,5720,1824,1302,4147,2715, # 5072\n3937,1974,4425,5721,4426,3192, 823,1303,1288,1236,2861,3542,4148,3435, 774,3938, # 5088\n5722,1581,4786,1304,2862,3939,4787,5723,2440,2162,1083,3268,4427,4149,4428, 344, # 5104\n1173, 288,2316, 454,1683,5724,5725,1461,4788,4150,2597,5726,5727,4789, 985, 894, # 5120\n5728,3436,3193,5729,1914,2942,3795,1989,5730,2111,1975,5731,4151,5732,2579,1194, # 5136\n 425,5733,4790,3194,1245,3796,4429,5734,5735,2863,5736, 636,4791,1856,3940, 760, # 5152\n1800,5737,4430,2212,1508,4792,4152,1894,1684,2298,5738,5739,4793,4431,4432,2213, # 5168\n 479,5740,5741, 832,5742,4153,2496,5743,2980,2497,3797, 990,3132, 627,1815,2652, # 5184\n4433,1582,4434,2126,2112,3543,4794,5744, 799,4435,3195,5745,4795,2113,1737,3031, # 5200\n1018, 543, 754,4436,3342,1676,4796,4797,4154,4798,1489,5746,3544,5747,2624,2903, # 5216\n4155,5748,5749,2981,5750,5751,5752,5753,3196,4799,4800,2185,1722,5754,3269,3270, # 5232\n1843,3665,1715, 481, 365,1976,1857,5755,5756,1963,2498,4801,5757,2127,3666,3271, # 5248\n 433,1895,2064,2076,5758, 602,2750,5759,5760,5761,5762,5763,3032,1628,3437,5764, # 5264\n3197,4802,4156,2904,4803,2519,5765,2551,2782,5766,5767,5768,3343,4804,2905,5769, # 5280\n4805,5770,2864,4806,4807,1221,2982,4157,2520,5771,5772,5773,1868,1990,5774,5775, # 5296\n5776,1896,5777,5778,4808,1897,4158, 318,5779,2095,4159,4437,5780,5781, 485,5782, # 5312\n 938,3941, 553,2680, 116,5783,3942,3667,5784,3545,2681,2783,3438,3344,2820,5785, # 5328\n3668,2943,4160,1747,2944,2983,5786,5787, 207,5788,4809,5789,4810,2521,5790,3033, # 5344\n 890,3669,3943,5791,1878,3798,3439,5792,2186,2358,3440,1652,5793,5794,5795, 941, # 5360\n2299, 208,3546,4161,2020, 330,4438,3944,2906,2499,3799,4439,4811,5796,5797,5798, # 5376  #last 512\n#Everything below is of no interest for detection purpose\n2522,1613,4812,5799,3345,3945,2523,5800,4162,5801,1637,4163,2471,4813,3946,5802, # 5392\n2500,3034,3800,5803,5804,2195,4814,5805,2163,5806,5807,5808,5809,5810,5811,5812, # 5408\n5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824,5825,5826,5827,5828, # 5424\n5829,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840,5841,5842,5843,5844, # 5440\n5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856,5857,5858,5859,5860, # 5456\n5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872,5873,5874,5875,5876, # 5472\n5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888,5889,5890,5891,5892, # 5488\n5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904,5905,5906,5907,5908, # 5504\n5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920,5921,5922,5923,5924, # 5520\n5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936,5937,5938,5939,5940, # 5536\n5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952,5953,5954,5955,5956, # 5552\n5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968,5969,5970,5971,5972, # 5568\n5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984,5985,5986,5987,5988, # 5584\n5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000,6001,6002,6003,6004, # 5600\n6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020, # 5616\n6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036, # 5632\n6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048,6049,6050,6051,6052, # 5648\n6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064,6065,6066,6067,6068, # 5664\n6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080,6081,6082,6083,6084, # 5680\n6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096,6097,6098,6099,6100, # 5696\n6101,6102,6103,6104,6105,6106,6107,6108,6109,6110,6111,6112,6113,6114,6115,6116, # 5712\n6117,6118,6119,6120,6121,6122,6123,6124,6125,6126,6127,6128,6129,6130,6131,6132, # 5728\n6133,6134,6135,6136,6137,6138,6139,6140,6141,6142,6143,6144,6145,6146,6147,6148, # 5744\n6149,6150,6151,6152,6153,6154,6155,6156,6157,6158,6159,6160,6161,6162,6163,6164, # 5760\n6165,6166,6167,6168,6169,6170,6171,6172,6173,6174,6175,6176,6177,6178,6179,6180, # 5776\n6181,6182,6183,6184,6185,6186,6187,6188,6189,6190,6191,6192,6193,6194,6195,6196, # 5792\n6197,6198,6199,6200,6201,6202,6203,6204,6205,6206,6207,6208,6209,6210,6211,6212, # 5808\n6213,6214,6215,6216,6217,6218,6219,6220,6221,6222,6223,3670,6224,6225,6226,6227, # 5824\n6228,6229,6230,6231,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243, # 5840\n6244,6245,6246,6247,6248,6249,6250,6251,6252,6253,6254,6255,6256,6257,6258,6259, # 5856\n6260,6261,6262,6263,6264,6265,6266,6267,6268,6269,6270,6271,6272,6273,6274,6275, # 5872\n6276,6277,6278,6279,6280,6281,6282,6283,6284,6285,4815,6286,6287,6288,6289,6290, # 5888\n6291,6292,4816,6293,6294,6295,6296,6297,6298,6299,6300,6301,6302,6303,6304,6305, # 5904\n6306,6307,6308,6309,6310,6311,4817,4818,6312,6313,6314,6315,6316,6317,6318,4819, # 5920\n6319,6320,6321,6322,6323,6324,6325,6326,6327,6328,6329,6330,6331,6332,6333,6334, # 5936\n6335,6336,6337,4820,6338,6339,6340,6341,6342,6343,6344,6345,6346,6347,6348,6349, # 5952\n6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362,6363,6364,6365, # 5968\n6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6376,6377,6378,6379,6380,6381, # 5984\n6382,6383,6384,6385,6386,6387,6388,6389,6390,6391,6392,6393,6394,6395,6396,6397, # 6000\n6398,6399,6400,6401,6402,6403,6404,6405,6406,6407,6408,6409,6410,3441,6411,6412, # 6016\n6413,6414,6415,6416,6417,6418,6419,6420,6421,6422,6423,6424,6425,4440,6426,6427, # 6032\n6428,6429,6430,6431,6432,6433,6434,6435,6436,6437,6438,6439,6440,6441,6442,6443, # 6048\n6444,6445,6446,6447,6448,6449,6450,6451,6452,6453,6454,4821,6455,6456,6457,6458, # 6064\n6459,6460,6461,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471,6472,6473,6474, # 6080\n6475,6476,6477,3947,3948,6478,6479,6480,6481,3272,4441,6482,6483,6484,6485,4442, # 6096\n6486,6487,6488,6489,6490,6491,6492,6493,6494,6495,6496,4822,6497,6498,6499,6500, # 6112\n6501,6502,6503,6504,6505,6506,6507,6508,6509,6510,6511,6512,6513,6514,6515,6516, # 6128\n6517,6518,6519,6520,6521,6522,6523,6524,6525,6526,6527,6528,6529,6530,6531,6532, # 6144\n6533,6534,6535,6536,6537,6538,6539,6540,6541,6542,6543,6544,6545,6546,6547,6548, # 6160\n6549,6550,6551,6552,6553,6554,6555,6556,2784,6557,4823,6558,6559,6560,6561,6562, # 6176\n6563,6564,6565,6566,6567,6568,6569,3949,6570,6571,6572,4824,6573,6574,6575,6576, # 6192\n6577,6578,6579,6580,6581,6582,6583,4825,6584,6585,6586,3950,2785,6587,6588,6589, # 6208\n6590,6591,6592,6593,6594,6595,6596,6597,6598,6599,6600,6601,6602,6603,6604,6605, # 6224\n6606,6607,6608,6609,6610,6611,6612,4826,6613,6614,6615,4827,6616,6617,6618,6619, # 6240\n6620,6621,6622,6623,6624,6625,4164,6626,6627,6628,6629,6630,6631,6632,6633,6634, # 6256\n3547,6635,4828,6636,6637,6638,6639,6640,6641,6642,3951,2984,6643,6644,6645,6646, # 6272\n6647,6648,6649,4165,6650,4829,6651,6652,4830,6653,6654,6655,6656,6657,6658,6659, # 6288\n6660,6661,6662,4831,6663,6664,6665,6666,6667,6668,6669,6670,6671,4166,6672,4832, # 6304\n3952,6673,6674,6675,6676,4833,6677,6678,6679,4167,6680,6681,6682,3198,6683,6684, # 6320\n6685,6686,6687,6688,6689,6690,6691,6692,6693,6694,6695,6696,6697,4834,6698,6699, # 6336\n6700,6701,6702,6703,6704,6705,6706,6707,6708,6709,6710,6711,6712,6713,6714,6715, # 6352\n6716,6717,6718,6719,6720,6721,6722,6723,6724,6725,6726,6727,6728,6729,6730,6731, # 6368\n6732,6733,6734,4443,6735,6736,6737,6738,6739,6740,6741,6742,6743,6744,6745,4444, # 6384\n6746,6747,6748,6749,6750,6751,6752,6753,6754,6755,6756,6757,6758,6759,6760,6761, # 6400\n6762,6763,6764,6765,6766,6767,6768,6769,6770,6771,6772,6773,6774,6775,6776,6777, # 6416\n6778,6779,6780,6781,4168,6782,6783,3442,6784,6785,6786,6787,6788,6789,6790,6791, # 6432\n4169,6792,6793,6794,6795,6796,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806, # 6448\n6807,6808,6809,6810,6811,4835,6812,6813,6814,4445,6815,6816,4446,6817,6818,6819, # 6464\n6820,6821,6822,6823,6824,6825,6826,6827,6828,6829,6830,6831,6832,6833,6834,6835, # 6480\n3548,6836,6837,6838,6839,6840,6841,6842,6843,6844,6845,6846,4836,6847,6848,6849, # 6496\n6850,6851,6852,6853,6854,3953,6855,6856,6857,6858,6859,6860,6861,6862,6863,6864, # 6512\n6865,6866,6867,6868,6869,6870,6871,6872,6873,6874,6875,6876,6877,3199,6878,6879, # 6528\n6880,6881,6882,4447,6883,6884,6885,6886,6887,6888,6889,6890,6891,6892,6893,6894, # 6544\n6895,6896,6897,6898,6899,6900,6901,6902,6903,6904,4170,6905,6906,6907,6908,6909, # 6560\n6910,6911,6912,6913,6914,6915,6916,6917,6918,6919,6920,6921,6922,6923,6924,6925, # 6576\n6926,6927,4837,6928,6929,6930,6931,6932,6933,6934,6935,6936,3346,6937,6938,4838, # 6592\n6939,6940,6941,4448,6942,6943,6944,6945,6946,4449,6947,6948,6949,6950,6951,6952, # 6608\n6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,6967,6968, # 6624\n6969,6970,6971,6972,6973,6974,6975,6976,6977,6978,6979,6980,6981,6982,6983,6984, # 6640\n6985,6986,6987,6988,6989,6990,6991,6992,6993,6994,3671,6995,6996,6997,6998,4839, # 6656\n6999,7000,7001,7002,3549,7003,7004,7005,7006,7007,7008,7009,7010,7011,7012,7013, # 6672\n7014,7015,7016,7017,7018,7019,7020,7021,7022,7023,7024,7025,7026,7027,7028,7029, # 6688\n7030,4840,7031,7032,7033,7034,7035,7036,7037,7038,4841,7039,7040,7041,7042,7043, # 6704\n7044,7045,7046,7047,7048,7049,7050,7051,7052,7053,7054,7055,7056,7057,7058,7059, # 6720\n7060,7061,7062,7063,7064,7065,7066,7067,7068,7069,7070,2985,7071,7072,7073,7074, # 6736\n7075,7076,7077,7078,7079,7080,4842,7081,7082,7083,7084,7085,7086,7087,7088,7089, # 6752\n7090,7091,7092,7093,7094,7095,7096,7097,7098,7099,7100,7101,7102,7103,7104,7105, # 6768\n7106,7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,4450,7119,7120, # 6784\n7121,7122,7123,7124,7125,7126,7127,7128,7129,7130,7131,7132,7133,7134,7135,7136, # 6800\n7137,7138,7139,7140,7141,7142,7143,4843,7144,7145,7146,7147,7148,7149,7150,7151, # 6816\n7152,7153,7154,7155,7156,7157,7158,7159,7160,7161,7162,7163,7164,7165,7166,7167, # 6832\n7168,7169,7170,7171,7172,7173,7174,7175,7176,7177,7178,7179,7180,7181,7182,7183, # 6848\n7184,7185,7186,7187,7188,4171,4172,7189,7190,7191,7192,7193,7194,7195,7196,7197, # 6864\n7198,7199,7200,7201,7202,7203,7204,7205,7206,7207,7208,7209,7210,7211,7212,7213, # 6880\n7214,7215,7216,7217,7218,7219,7220,7221,7222,7223,7224,7225,7226,7227,7228,7229, # 6896\n7230,7231,7232,7233,7234,7235,7236,7237,7238,7239,7240,7241,7242,7243,7244,7245, # 6912\n7246,7247,7248,7249,7250,7251,7252,7253,7254,7255,7256,7257,7258,7259,7260,7261, # 6928\n7262,7263,7264,7265,7266,7267,7268,7269,7270,7271,7272,7273,7274,7275,7276,7277, # 6944\n7278,7279,7280,7281,7282,7283,7284,7285,7286,7287,7288,7289,7290,7291,7292,7293, # 6960\n7294,7295,7296,4844,7297,7298,7299,7300,7301,7302,7303,7304,7305,7306,7307,7308, # 6976\n7309,7310,7311,7312,7313,7314,7315,7316,4451,7317,7318,7319,7320,7321,7322,7323, # 6992\n7324,7325,7326,7327,7328,7329,7330,7331,7332,7333,7334,7335,7336,7337,7338,7339, # 7008\n7340,7341,7342,7343,7344,7345,7346,7347,7348,7349,7350,7351,7352,7353,4173,7354, # 7024\n7355,4845,7356,7357,7358,7359,7360,7361,7362,7363,7364,7365,7366,7367,7368,7369, # 7040\n7370,7371,7372,7373,7374,7375,7376,7377,7378,7379,7380,7381,7382,7383,7384,7385, # 7056\n7386,7387,7388,4846,7389,7390,7391,7392,7393,7394,7395,7396,7397,7398,7399,7400, # 7072\n7401,7402,7403,7404,7405,3672,7406,7407,7408,7409,7410,7411,7412,7413,7414,7415, # 7088\n7416,7417,7418,7419,7420,7421,7422,7423,7424,7425,7426,7427,7428,7429,7430,7431, # 7104\n7432,7433,7434,7435,7436,7437,7438,7439,7440,7441,7442,7443,7444,7445,7446,7447, # 7120\n7448,7449,7450,7451,7452,7453,4452,7454,3200,7455,7456,7457,7458,7459,7460,7461, # 7136\n7462,7463,7464,7465,7466,7467,7468,7469,7470,7471,7472,7473,7474,4847,7475,7476, # 7152\n7477,3133,7478,7479,7480,7481,7482,7483,7484,7485,7486,7487,7488,7489,7490,7491, # 7168\n7492,7493,7494,7495,7496,7497,7498,7499,7500,7501,7502,3347,7503,7504,7505,7506, # 7184\n7507,7508,7509,7510,7511,7512,7513,7514,7515,7516,7517,7518,7519,7520,7521,4848, # 7200\n7522,7523,7524,7525,7526,7527,7528,7529,7530,7531,7532,7533,7534,7535,7536,7537, # 7216\n7538,7539,7540,7541,7542,7543,7544,7545,7546,7547,7548,7549,3801,4849,7550,7551, # 7232\n7552,7553,7554,7555,7556,7557,7558,7559,7560,7561,7562,7563,7564,7565,7566,7567, # 7248\n7568,7569,3035,7570,7571,7572,7573,7574,7575,7576,7577,7578,7579,7580,7581,7582, # 7264\n7583,7584,7585,7586,7587,7588,7589,7590,7591,7592,7593,7594,7595,7596,7597,7598, # 7280\n7599,7600,7601,7602,7603,7604,7605,7606,7607,7608,7609,7610,7611,7612,7613,7614, # 7296\n7615,7616,4850,7617,7618,3802,7619,7620,7621,7622,7623,7624,7625,7626,7627,7628, # 7312\n7629,7630,7631,7632,4851,7633,7634,7635,7636,7637,7638,7639,7640,7641,7642,7643, # 7328\n7644,7645,7646,7647,7648,7649,7650,7651,7652,7653,7654,7655,7656,7657,7658,7659, # 7344\n7660,7661,7662,7663,7664,7665,7666,7667,7668,7669,7670,4453,7671,7672,7673,7674, # 7360\n7675,7676,7677,7678,7679,7680,7681,7682,7683,7684,7685,7686,7687,7688,7689,7690, # 7376\n7691,7692,7693,7694,7695,7696,7697,3443,7698,7699,7700,7701,7702,4454,7703,7704, # 7392\n7705,7706,7707,7708,7709,7710,7711,7712,7713,2472,7714,7715,7716,7717,7718,7719, # 7408\n7720,7721,7722,7723,7724,7725,7726,7727,7728,7729,7730,7731,3954,7732,7733,7734, # 7424\n7735,7736,7737,7738,7739,7740,7741,7742,7743,7744,7745,7746,7747,7748,7749,7750, # 7440\n3134,7751,7752,4852,7753,7754,7755,4853,7756,7757,7758,7759,7760,4174,7761,7762, # 7456\n7763,7764,7765,7766,7767,7768,7769,7770,7771,7772,7773,7774,7775,7776,7777,7778, # 7472\n7779,7780,7781,7782,7783,7784,7785,7786,7787,7788,7789,7790,7791,7792,7793,7794, # 7488\n7795,7796,7797,7798,7799,7800,7801,7802,7803,7804,7805,4854,7806,7807,7808,7809, # 7504\n7810,7811,7812,7813,7814,7815,7816,7817,7818,7819,7820,7821,7822,7823,7824,7825, # 7520\n4855,7826,7827,7828,7829,7830,7831,7832,7833,7834,7835,7836,7837,7838,7839,7840, # 7536\n7841,7842,7843,7844,7845,7846,7847,3955,7848,7849,7850,7851,7852,7853,7854,7855, # 7552\n7856,7857,7858,7859,7860,3444,7861,7862,7863,7864,7865,7866,7867,7868,7869,7870, # 7568\n7871,7872,7873,7874,7875,7876,7877,7878,7879,7880,7881,7882,7883,7884,7885,7886, # 7584\n7887,7888,7889,7890,7891,4175,7892,7893,7894,7895,7896,4856,4857,7897,7898,7899, # 7600\n7900,2598,7901,7902,7903,7904,7905,7906,7907,7908,4455,7909,7910,7911,7912,7913, # 7616\n7914,3201,7915,7916,7917,7918,7919,7920,7921,4858,7922,7923,7924,7925,7926,7927, # 7632\n7928,7929,7930,7931,7932,7933,7934,7935,7936,7937,7938,7939,7940,7941,7942,7943, # 7648\n7944,7945,7946,7947,7948,7949,7950,7951,7952,7953,7954,7955,7956,7957,7958,7959, # 7664\n7960,7961,7962,7963,7964,7965,7966,7967,7968,7969,7970,7971,7972,7973,7974,7975, # 7680\n7976,7977,7978,7979,7980,7981,4859,7982,7983,7984,7985,7986,7987,7988,7989,7990, # 7696\n7991,7992,7993,7994,7995,7996,4860,7997,7998,7999,8000,8001,8002,8003,8004,8005, # 7712\n8006,8007,8008,8009,8010,8011,8012,8013,8014,8015,8016,4176,8017,8018,8019,8020, # 7728\n8021,8022,8023,4861,8024,8025,8026,8027,8028,8029,8030,8031,8032,8033,8034,8035, # 7744\n8036,4862,4456,8037,8038,8039,8040,4863,8041,8042,8043,8044,8045,8046,8047,8048, # 7760\n8049,8050,8051,8052,8053,8054,8055,8056,8057,8058,8059,8060,8061,8062,8063,8064, # 7776\n8065,8066,8067,8068,8069,8070,8071,8072,8073,8074,8075,8076,8077,8078,8079,8080, # 7792\n8081,8082,8083,8084,8085,8086,8087,8088,8089,8090,8091,8092,8093,8094,8095,8096, # 7808\n8097,8098,8099,4864,4177,8100,8101,8102,8103,8104,8105,8106,8107,8108,8109,8110, # 7824\n8111,8112,8113,8114,8115,8116,8117,8118,8119,8120,4178,8121,8122,8123,8124,8125, # 7840\n8126,8127,8128,8129,8130,8131,8132,8133,8134,8135,8136,8137,8138,8139,8140,8141, # 7856\n8142,8143,8144,8145,4865,4866,8146,8147,8148,8149,8150,8151,8152,8153,8154,8155, # 7872\n8156,8157,8158,8159,8160,8161,8162,8163,8164,8165,4179,8166,8167,8168,8169,8170, # 7888\n8171,8172,8173,8174,8175,8176,8177,8178,8179,8180,8181,4457,8182,8183,8184,8185, # 7904\n8186,8187,8188,8189,8190,8191,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201, # 7920\n8202,8203,8204,8205,8206,8207,8208,8209,8210,8211,8212,8213,8214,8215,8216,8217, # 7936\n8218,8219,8220,8221,8222,8223,8224,8225,8226,8227,8228,8229,8230,8231,8232,8233, # 7952\n8234,8235,8236,8237,8238,8239,8240,8241,8242,8243,8244,8245,8246,8247,8248,8249, # 7968\n8250,8251,8252,8253,8254,8255,8256,3445,8257,8258,8259,8260,8261,8262,4458,8263, # 7984\n8264,8265,8266,8267,8268,8269,8270,8271,8272,4459,8273,8274,8275,8276,3550,8277, # 8000\n8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,8288,8289,4460,8290,8291,8292, # 8016\n8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,4867, # 8032\n8308,8309,8310,8311,8312,3551,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322, # 8048\n8323,8324,8325,8326,4868,8327,8328,8329,8330,8331,8332,8333,8334,8335,8336,8337, # 8064\n8338,8339,8340,8341,8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353, # 8080\n8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,4869,4461,8364,8365,8366,8367, # 8096\n8368,8369,8370,4870,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382, # 8112\n8383,8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398, # 8128\n8399,8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,4871,8411,8412,8413, # 8144\n8414,8415,8416,8417,8418,8419,8420,8421,8422,4462,8423,8424,8425,8426,8427,8428, # 8160\n8429,8430,8431,8432,8433,2986,8434,8435,8436,8437,8438,8439,8440,8441,8442,8443, # 8176\n8444,8445,8446,8447,8448,8449,8450,8451,8452,8453,8454,8455,8456,8457,8458,8459, # 8192\n8460,8461,8462,8463,8464,8465,8466,8467,8468,8469,8470,8471,8472,8473,8474,8475, # 8208\n8476,8477,8478,4180,8479,8480,8481,8482,8483,8484,8485,8486,8487,8488,8489,8490, # 8224\n8491,8492,8493,8494,8495,8496,8497,8498,8499,8500,8501,8502,8503,8504,8505,8506, # 8240\n8507,8508,8509,8510,8511,8512,8513,8514,8515,8516,8517,8518,8519,8520,8521,8522, # 8256\n8523,8524,8525,8526,8527,8528,8529,8530,8531,8532,8533,8534,8535,8536,8537,8538, # 8272\n8539,8540,8541,8542,8543,8544,8545,8546,8547,8548,8549,8550,8551,8552,8553,8554, # 8288\n8555,8556,8557,8558,8559,8560,8561,8562,8563,8564,4872,8565,8566,8567,8568,8569, # 8304\n8570,8571,8572,8573,4873,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584, # 8320\n8585,8586,8587,8588,8589,8590,8591,8592,8593,8594,8595,8596,8597,8598,8599,8600, # 8336\n8601,8602,8603,8604,8605,3803,8606,8607,8608,8609,8610,8611,8612,8613,4874,3804, # 8352\n8614,8615,8616,8617,8618,8619,8620,8621,3956,8622,8623,8624,8625,8626,8627,8628, # 8368\n8629,8630,8631,8632,8633,8634,8635,8636,8637,8638,2865,8639,8640,8641,8642,8643, # 8384\n8644,8645,8646,8647,8648,8649,8650,8651,8652,8653,8654,8655,8656,4463,8657,8658, # 8400\n8659,4875,4876,8660,8661,8662,8663,8664,8665,8666,8667,8668,8669,8670,8671,8672, # 8416\n8673,8674,8675,8676,8677,8678,8679,8680,8681,4464,8682,8683,8684,8685,8686,8687, # 8432\n8688,8689,8690,8691,8692,8693,8694,8695,8696,8697,8698,8699,8700,8701,8702,8703, # 8448\n8704,8705,8706,8707,8708,8709,2261,8710,8711,8712,8713,8714,8715,8716,8717,8718, # 8464\n8719,8720,8721,8722,8723,8724,8725,8726,8727,8728,8729,8730,8731,8732,8733,4181, # 8480\n8734,8735,8736,8737,8738,8739,8740,8741,8742,8743,8744,8745,8746,8747,8748,8749, # 8496\n8750,8751,8752,8753,8754,8755,8756,8757,8758,8759,8760,8761,8762,8763,4877,8764, # 8512\n8765,8766,8767,8768,8769,8770,8771,8772,8773,8774,8775,8776,8777,8778,8779,8780, # 8528\n8781,8782,8783,8784,8785,8786,8787,8788,4878,8789,4879,8790,8791,8792,4880,8793, # 8544\n8794,8795,8796,8797,8798,8799,8800,8801,4881,8802,8803,8804,8805,8806,8807,8808, # 8560\n8809,8810,8811,8812,8813,8814,8815,3957,8816,8817,8818,8819,8820,8821,8822,8823, # 8576\n8824,8825,8826,8827,8828,8829,8830,8831,8832,8833,8834,8835,8836,8837,8838,8839, # 8592\n8840,8841,8842,8843,8844,8845,8846,8847,4882,8848,8849,8850,8851,8852,8853,8854, # 8608\n8855,8856,8857,8858,8859,8860,8861,8862,8863,8864,8865,8866,8867,8868,8869,8870, # 8624\n8871,8872,8873,8874,8875,8876,8877,8878,8879,8880,8881,8882,8883,8884,3202,8885, # 8640\n8886,8887,8888,8889,8890,8891,8892,8893,8894,8895,8896,8897,8898,8899,8900,8901, # 8656\n8902,8903,8904,8905,8906,8907,8908,8909,8910,8911,8912,8913,8914,8915,8916,8917, # 8672\n8918,8919,8920,8921,8922,8923,8924,4465,8925,8926,8927,8928,8929,8930,8931,8932, # 8688\n4883,8933,8934,8935,8936,8937,8938,8939,8940,8941,8942,8943,2214,8944,8945,8946, # 8704\n8947,8948,8949,8950,8951,8952,8953,8954,8955,8956,8957,8958,8959,8960,8961,8962, # 8720\n8963,8964,8965,4884,8966,8967,8968,8969,8970,8971,8972,8973,8974,8975,8976,8977, # 8736\n8978,8979,8980,8981,8982,8983,8984,8985,8986,8987,8988,8989,8990,8991,8992,4885, # 8752\n8993,8994,8995,8996,8997,8998,8999,9000,9001,9002,9003,9004,9005,9006,9007,9008, # 8768\n9009,9010,9011,9012,9013,9014,9015,9016,9017,9018,9019,9020,9021,4182,9022,9023, # 8784\n9024,9025,9026,9027,9028,9029,9030,9031,9032,9033,9034,9035,9036,9037,9038,9039, # 8800\n9040,9041,9042,9043,9044,9045,9046,9047,9048,9049,9050,9051,9052,9053,9054,9055, # 8816\n9056,9057,9058,9059,9060,9061,9062,9063,4886,9064,9065,9066,9067,9068,9069,4887, # 8832\n9070,9071,9072,9073,9074,9075,9076,9077,9078,9079,9080,9081,9082,9083,9084,9085, # 8848\n9086,9087,9088,9089,9090,9091,9092,9093,9094,9095,9096,9097,9098,9099,9100,9101, # 8864\n9102,9103,9104,9105,9106,9107,9108,9109,9110,9111,9112,9113,9114,9115,9116,9117, # 8880\n9118,9119,9120,9121,9122,9123,9124,9125,9126,9127,9128,9129,9130,9131,9132,9133, # 8896\n9134,9135,9136,9137,9138,9139,9140,9141,3958,9142,9143,9144,9145,9146,9147,9148, # 8912\n9149,9150,9151,4888,9152,9153,9154,9155,9156,9157,9158,9159,9160,9161,9162,9163, # 8928\n9164,9165,9166,9167,9168,9169,9170,9171,9172,9173,9174,9175,4889,9176,9177,9178, # 8944\n9179,9180,9181,9182,9183,9184,9185,9186,9187,9188,9189,9190,9191,9192,9193,9194, # 8960\n9195,9196,9197,9198,9199,9200,9201,9202,9203,4890,9204,9205,9206,9207,9208,9209, # 8976\n9210,9211,9212,9213,9214,9215,9216,9217,9218,9219,9220,9221,9222,4466,9223,9224, # 8992\n9225,9226,9227,9228,9229,9230,9231,9232,9233,9234,9235,9236,9237,9238,9239,9240, # 9008\n9241,9242,9243,9244,9245,4891,9246,9247,9248,9249,9250,9251,9252,9253,9254,9255, # 9024\n9256,9257,4892,9258,9259,9260,9261,4893,4894,9262,9263,9264,9265,9266,9267,9268, # 9040\n9269,9270,9271,9272,9273,4467,9274,9275,9276,9277,9278,9279,9280,9281,9282,9283, # 9056\n9284,9285,3673,9286,9287,9288,9289,9290,9291,9292,9293,9294,9295,9296,9297,9298, # 9072\n9299,9300,9301,9302,9303,9304,9305,9306,9307,9308,9309,9310,9311,9312,9313,9314, # 9088\n9315,9316,9317,9318,9319,9320,9321,9322,4895,9323,9324,9325,9326,9327,9328,9329, # 9104\n9330,9331,9332,9333,9334,9335,9336,9337,9338,9339,9340,9341,9342,9343,9344,9345, # 9120\n9346,9347,4468,9348,9349,9350,9351,9352,9353,9354,9355,9356,9357,9358,9359,9360, # 9136\n9361,9362,9363,9364,9365,9366,9367,9368,9369,9370,9371,9372,9373,4896,9374,4469, # 9152\n9375,9376,9377,9378,9379,4897,9380,9381,9382,9383,9384,9385,9386,9387,9388,9389, # 9168\n9390,9391,9392,9393,9394,9395,9396,9397,9398,9399,9400,9401,9402,9403,9404,9405, # 9184\n9406,4470,9407,2751,9408,9409,3674,3552,9410,9411,9412,9413,9414,9415,9416,9417, # 9200\n9418,9419,9420,9421,4898,9422,9423,9424,9425,9426,9427,9428,9429,3959,9430,9431, # 9216\n9432,9433,9434,9435,9436,4471,9437,9438,9439,9440,9441,9442,9443,9444,9445,9446, # 9232\n9447,9448,9449,9450,3348,9451,9452,9453,9454,9455,9456,9457,9458,9459,9460,9461, # 9248\n9462,9463,9464,9465,9466,9467,9468,9469,9470,9471,9472,4899,9473,9474,9475,9476, # 9264\n9477,4900,9478,9479,9480,9481,9482,9483,9484,9485,9486,9487,9488,3349,9489,9490, # 9280\n9491,9492,9493,9494,9495,9496,9497,9498,9499,9500,9501,9502,9503,9504,9505,9506, # 9296\n9507,9508,9509,9510,9511,9512,9513,9514,9515,9516,9517,9518,9519,9520,4901,9521, # 9312\n9522,9523,9524,9525,9526,4902,9527,9528,9529,9530,9531,9532,9533,9534,9535,9536, # 9328\n9537,9538,9539,9540,9541,9542,9543,9544,9545,9546,9547,9548,9549,9550,9551,9552, # 9344\n9553,9554,9555,9556,9557,9558,9559,9560,9561,9562,9563,9564,9565,9566,9567,9568, # 9360\n9569,9570,9571,9572,9573,9574,9575,9576,9577,9578,9579,9580,9581,9582,9583,9584, # 9376\n3805,9585,9586,9587,9588,9589,9590,9591,9592,9593,9594,9595,9596,9597,9598,9599, # 9392\n9600,9601,9602,4903,9603,9604,9605,9606,9607,4904,9608,9609,9610,9611,9612,9613, # 9408\n9614,4905,9615,9616,9617,9618,9619,9620,9621,9622,9623,9624,9625,9626,9627,9628, # 9424\n9629,9630,9631,9632,4906,9633,9634,9635,9636,9637,9638,9639,9640,9641,9642,9643, # 9440\n4907,9644,9645,9646,9647,9648,9649,9650,9651,9652,9653,9654,9655,9656,9657,9658, # 9456\n9659,9660,9661,9662,9663,9664,9665,9666,9667,9668,9669,9670,9671,9672,4183,9673, # 9472\n9674,9675,9676,9677,4908,9678,9679,9680,9681,4909,9682,9683,9684,9685,9686,9687, # 9488\n9688,9689,9690,4910,9691,9692,9693,3675,9694,9695,9696,2945,9697,9698,9699,9700, # 9504\n9701,9702,9703,9704,9705,4911,9706,9707,9708,9709,9710,9711,9712,9713,9714,9715, # 9520\n9716,9717,9718,9719,9720,9721,9722,9723,9724,9725,9726,9727,9728,9729,9730,9731, # 9536\n9732,9733,9734,9735,4912,9736,9737,9738,9739,9740,4913,9741,9742,9743,9744,9745, # 9552\n9746,9747,9748,9749,9750,9751,9752,9753,9754,9755,9756,9757,9758,4914,9759,9760, # 9568\n9761,9762,9763,9764,9765,9766,9767,9768,9769,9770,9771,9772,9773,9774,9775,9776, # 9584\n9777,9778,9779,9780,9781,9782,4915,9783,9784,9785,9786,9787,9788,9789,9790,9791, # 9600\n9792,9793,4916,9794,9795,9796,9797,9798,9799,9800,9801,9802,9803,9804,9805,9806, # 9616\n9807,9808,9809,9810,9811,9812,9813,9814,9815,9816,9817,9818,9819,9820,9821,9822, # 9632\n9823,9824,9825,9826,9827,9828,9829,9830,9831,9832,9833,9834,9835,9836,9837,9838, # 9648\n9839,9840,9841,9842,9843,9844,9845,9846,9847,9848,9849,9850,9851,9852,9853,9854, # 9664\n9855,9856,9857,9858,9859,9860,9861,9862,9863,9864,9865,9866,9867,9868,4917,9869, # 9680\n9870,9871,9872,9873,9874,9875,9876,9877,9878,9879,9880,9881,9882,9883,9884,9885, # 9696\n9886,9887,9888,9889,9890,9891,9892,4472,9893,9894,9895,9896,9897,3806,9898,9899, # 9712\n9900,9901,9902,9903,9904,9905,9906,9907,9908,9909,9910,9911,9912,9913,9914,4918, # 9728\n9915,9916,9917,4919,9918,9919,9920,9921,4184,9922,9923,9924,9925,9926,9927,9928, # 9744\n9929,9930,9931,9932,9933,9934,9935,9936,9937,9938,9939,9940,9941,9942,9943,9944, # 9760\n9945,9946,4920,9947,9948,9949,9950,9951,9952,9953,9954,9955,4185,9956,9957,9958, # 9776\n9959,9960,9961,9962,9963,9964,9965,4921,9966,9967,9968,4473,9969,9970,9971,9972, # 9792\n9973,9974,9975,9976,9977,4474,9978,9979,9980,9981,9982,9983,9984,9985,9986,9987, # 9808\n9988,9989,9990,9991,9992,9993,9994,9995,9996,9997,9998,9999,10000,10001,10002,10003, # 9824\n10004,10005,10006,10007,10008,10009,10010,10011,10012,10013,10014,10015,10016,10017,10018,10019, # 9840\n10020,10021,4922,10022,4923,10023,10024,10025,10026,10027,10028,10029,10030,10031,10032,10033, # 9856\n10034,10035,10036,10037,10038,10039,10040,10041,10042,10043,10044,10045,10046,10047,10048,4924, # 9872\n10049,10050,10051,10052,10053,10054,10055,10056,10057,10058,10059,10060,10061,10062,10063,10064, # 9888\n10065,10066,10067,10068,10069,10070,10071,10072,10073,10074,10075,10076,10077,10078,10079,10080, # 9904\n10081,10082,10083,10084,10085,10086,10087,4475,10088,10089,10090,10091,10092,10093,10094,10095, # 9920\n10096,10097,4476,10098,10099,10100,10101,10102,10103,10104,10105,10106,10107,10108,10109,10110, # 9936\n10111,2174,10112,10113,10114,10115,10116,10117,10118,10119,10120,10121,10122,10123,10124,10125, # 9952\n10126,10127,10128,10129,10130,10131,10132,10133,10134,10135,10136,10137,10138,10139,10140,3807, # 9968\n4186,4925,10141,10142,10143,10144,10145,10146,10147,4477,4187,10148,10149,10150,10151,10152, # 9984\n10153,4188,10154,10155,10156,10157,10158,10159,10160,10161,4926,10162,10163,10164,10165,10166, #10000\n10167,10168,10169,10170,10171,10172,10173,10174,10175,10176,10177,10178,10179,10180,10181,10182, #10016\n10183,10184,10185,10186,10187,10188,10189,10190,10191,10192,3203,10193,10194,10195,10196,10197, #10032\n10198,10199,10200,4478,10201,10202,10203,10204,4479,10205,10206,10207,10208,10209,10210,10211, #10048\n10212,10213,10214,10215,10216,10217,10218,10219,10220,10221,10222,10223,10224,10225,10226,10227, #10064\n10228,10229,10230,10231,10232,10233,10234,4927,10235,10236,10237,10238,10239,10240,10241,10242, #10080\n10243,10244,10245,10246,10247,10248,10249,10250,10251,10252,10253,10254,10255,10256,10257,10258, #10096\n10259,10260,10261,10262,10263,10264,10265,10266,10267,10268,10269,10270,10271,10272,10273,4480, #10112\n4928,4929,10274,10275,10276,10277,10278,10279,10280,10281,10282,10283,10284,10285,10286,10287, #10128\n10288,10289,10290,10291,10292,10293,10294,10295,10296,10297,10298,10299,10300,10301,10302,10303, #10144\n10304,10305,10306,10307,10308,10309,10310,10311,10312,10313,10314,10315,10316,10317,10318,10319, #10160\n10320,10321,10322,10323,10324,10325,10326,10327,10328,10329,10330,10331,10332,10333,10334,4930, #10176\n10335,10336,10337,10338,10339,10340,10341,10342,4931,10343,10344,10345,10346,10347,10348,10349, #10192\n10350,10351,10352,10353,10354,10355,3088,10356,2786,10357,10358,10359,10360,4189,10361,10362, #10208\n10363,10364,10365,10366,10367,10368,10369,10370,10371,10372,10373,10374,10375,4932,10376,10377, #10224\n10378,10379,10380,10381,10382,10383,10384,10385,10386,10387,10388,10389,10390,10391,10392,4933, #10240\n10393,10394,10395,4934,10396,10397,10398,10399,10400,10401,10402,10403,10404,10405,10406,10407, #10256\n10408,10409,10410,10411,10412,3446,10413,10414,10415,10416,10417,10418,10419,10420,10421,10422, #10272\n10423,4935,10424,10425,10426,10427,10428,10429,10430,4936,10431,10432,10433,10434,10435,10436, #10288\n10437,10438,10439,10440,10441,10442,10443,4937,10444,10445,10446,10447,4481,10448,10449,10450, #10304\n10451,10452,10453,10454,10455,10456,10457,10458,10459,10460,10461,10462,10463,10464,10465,10466, #10320\n10467,10468,10469,10470,10471,10472,10473,10474,10475,10476,10477,10478,10479,10480,10481,10482, #10336\n10483,10484,10485,10486,10487,10488,10489,10490,10491,10492,10493,10494,10495,10496,10497,10498, #10352\n10499,10500,10501,10502,10503,10504,10505,4938,10506,10507,10508,10509,10510,2552,10511,10512, #10368\n10513,10514,10515,10516,3447,10517,10518,10519,10520,10521,10522,10523,10524,10525,10526,10527, #10384\n10528,10529,10530,10531,10532,10533,10534,10535,10536,10537,10538,10539,10540,10541,10542,10543, #10400\n4482,10544,4939,10545,10546,10547,10548,10549,10550,10551,10552,10553,10554,10555,10556,10557, #10416\n10558,10559,10560,10561,10562,10563,10564,10565,10566,10567,3676,4483,10568,10569,10570,10571, #10432\n10572,3448,10573,10574,10575,10576,10577,10578,10579,10580,10581,10582,10583,10584,10585,10586, #10448\n10587,10588,10589,10590,10591,10592,10593,10594,10595,10596,10597,10598,10599,10600,10601,10602, #10464\n10603,10604,10605,10606,10607,10608,10609,10610,10611,10612,10613,10614,10615,10616,10617,10618, #10480\n10619,10620,10621,10622,10623,10624,10625,10626,10627,4484,10628,10629,10630,10631,10632,4940, #10496\n10633,10634,10635,10636,10637,10638,10639,10640,10641,10642,10643,10644,10645,10646,10647,10648, #10512\n10649,10650,10651,10652,10653,10654,10655,10656,4941,10657,10658,10659,2599,10660,10661,10662, #10528\n10663,10664,10665,10666,3089,10667,10668,10669,10670,10671,10672,10673,10674,10675,10676,10677, #10544\n10678,10679,10680,4942,10681,10682,10683,10684,10685,10686,10687,10688,10689,10690,10691,10692, #10560\n10693,10694,10695,10696,10697,4485,10698,10699,10700,10701,10702,10703,10704,4943,10705,3677, #10576\n10706,10707,10708,10709,10710,10711,10712,4944,10713,10714,10715,10716,10717,10718,10719,10720, #10592\n10721,10722,10723,10724,10725,10726,10727,10728,4945,10729,10730,10731,10732,10733,10734,10735, #10608\n10736,10737,10738,10739,10740,10741,10742,10743,10744,10745,10746,10747,10748,10749,10750,10751, #10624\n10752,10753,10754,10755,10756,10757,10758,10759,10760,10761,4946,10762,10763,10764,10765,10766, #10640\n10767,4947,4948,10768,10769,10770,10771,10772,10773,10774,10775,10776,10777,10778,10779,10780, #10656\n10781,10782,10783,10784,10785,10786,10787,10788,10789,10790,10791,10792,10793,10794,10795,10796, #10672\n10797,10798,10799,10800,10801,10802,10803,10804,10805,10806,10807,10808,10809,10810,10811,10812, #10688\n10813,10814,10815,10816,10817,10818,10819,10820,10821,10822,10823,10824,10825,10826,10827,10828, #10704\n10829,10830,10831,10832,10833,10834,10835,10836,10837,10838,10839,10840,10841,10842,10843,10844, #10720\n10845,10846,10847,10848,10849,10850,10851,10852,10853,10854,10855,10856,10857,10858,10859,10860, #10736\n10861,10862,10863,10864,10865,10866,10867,10868,10869,10870,10871,10872,10873,10874,10875,10876, #10752\n10877,10878,4486,10879,10880,10881,10882,10883,10884,10885,4949,10886,10887,10888,10889,10890, #10768\n10891,10892,10893,10894,10895,10896,10897,10898,10899,10900,10901,10902,10903,10904,10905,10906, #10784\n10907,10908,10909,10910,10911,10912,10913,10914,10915,10916,10917,10918,10919,4487,10920,10921, #10800\n10922,10923,10924,10925,10926,10927,10928,10929,10930,10931,10932,4950,10933,10934,10935,10936, #10816\n10937,10938,10939,10940,10941,10942,10943,10944,10945,10946,10947,10948,10949,4488,10950,10951, #10832\n10952,10953,10954,10955,10956,10957,10958,10959,4190,10960,10961,10962,10963,10964,10965,10966, #10848\n10967,10968,10969,10970,10971,10972,10973,10974,10975,10976,10977,10978,10979,10980,10981,10982, #10864\n10983,10984,10985,10986,10987,10988,10989,10990,10991,10992,10993,10994,10995,10996,10997,10998, #10880\n10999,11000,11001,11002,11003,11004,11005,11006,3960,11007,11008,11009,11010,11011,11012,11013, #10896\n11014,11015,11016,11017,11018,11019,11020,11021,11022,11023,11024,11025,11026,11027,11028,11029, #10912\n11030,11031,11032,4951,11033,11034,11035,11036,11037,11038,11039,11040,11041,11042,11043,11044, #10928\n11045,11046,11047,4489,11048,11049,11050,11051,4952,11052,11053,11054,11055,11056,11057,11058, #10944\n4953,11059,11060,11061,11062,11063,11064,11065,11066,11067,11068,11069,11070,11071,4954,11072, #10960\n11073,11074,11075,11076,11077,11078,11079,11080,11081,11082,11083,11084,11085,11086,11087,11088, #10976\n11089,11090,11091,11092,11093,11094,11095,11096,11097,11098,11099,11100,11101,11102,11103,11104, #10992\n11105,11106,11107,11108,11109,11110,11111,11112,11113,11114,11115,3808,11116,11117,11118,11119, #11008\n11120,11121,11122,11123,11124,11125,11126,11127,11128,11129,11130,11131,11132,11133,11134,4955, #11024\n11135,11136,11137,11138,11139,11140,11141,11142,11143,11144,11145,11146,11147,11148,11149,11150, #11040\n11151,11152,11153,11154,11155,11156,11157,11158,11159,11160,11161,4956,11162,11163,11164,11165, #11056\n11166,11167,11168,11169,11170,11171,11172,11173,11174,11175,11176,11177,11178,11179,11180,4957, #11072\n11181,11182,11183,11184,11185,11186,4958,11187,11188,11189,11190,11191,11192,11193,11194,11195, #11088\n11196,11197,11198,11199,11200,3678,11201,11202,11203,11204,11205,11206,4191,11207,11208,11209, #11104\n11210,11211,11212,11213,11214,11215,11216,11217,11218,11219,11220,11221,11222,11223,11224,11225, #11120\n11226,11227,11228,11229,11230,11231,11232,11233,11234,11235,11236,11237,11238,11239,11240,11241, #11136\n11242,11243,11244,11245,11246,11247,11248,11249,11250,11251,4959,11252,11253,11254,11255,11256, #11152\n11257,11258,11259,11260,11261,11262,11263,11264,11265,11266,11267,11268,11269,11270,11271,11272, #11168\n11273,11274,11275,11276,11277,11278,11279,11280,11281,11282,11283,11284,11285,11286,11287,11288, #11184\n11289,11290,11291,11292,11293,11294,11295,11296,11297,11298,11299,11300,11301,11302,11303,11304, #11200\n11305,11306,11307,11308,11309,11310,11311,11312,11313,11314,3679,11315,11316,11317,11318,4490, #11216\n11319,11320,11321,11322,11323,11324,11325,11326,11327,11328,11329,11330,11331,11332,11333,11334, #11232\n11335,11336,11337,11338,11339,11340,11341,11342,11343,11344,11345,11346,11347,4960,11348,11349, #11248\n11350,11351,11352,11353,11354,11355,11356,11357,11358,11359,11360,11361,11362,11363,11364,11365, #11264\n11366,11367,11368,11369,11370,11371,11372,11373,11374,11375,11376,11377,3961,4961,11378,11379, #11280\n11380,11381,11382,11383,11384,11385,11386,11387,11388,11389,11390,11391,11392,11393,11394,11395, #11296\n11396,11397,4192,11398,11399,11400,11401,11402,11403,11404,11405,11406,11407,11408,11409,11410, #11312\n11411,4962,11412,11413,11414,11415,11416,11417,11418,11419,11420,11421,11422,11423,11424,11425, #11328\n11426,11427,11428,11429,11430,11431,11432,11433,11434,11435,11436,11437,11438,11439,11440,11441, #11344\n11442,11443,11444,11445,11446,11447,11448,11449,11450,11451,11452,11453,11454,11455,11456,11457, #11360\n11458,11459,11460,11461,11462,11463,11464,11465,11466,11467,11468,11469,4963,11470,11471,4491, #11376\n11472,11473,11474,11475,4964,11476,11477,11478,11479,11480,11481,11482,11483,11484,11485,11486, #11392\n11487,11488,11489,11490,11491,11492,4965,11493,11494,11495,11496,11497,11498,11499,11500,11501, #11408\n11502,11503,11504,11505,11506,11507,11508,11509,11510,11511,11512,11513,11514,11515,11516,11517, #11424\n11518,11519,11520,11521,11522,11523,11524,11525,11526,11527,11528,11529,3962,11530,11531,11532, #11440\n11533,11534,11535,11536,11537,11538,11539,11540,11541,11542,11543,11544,11545,11546,11547,11548, #11456\n11549,11550,11551,11552,11553,11554,11555,11556,11557,11558,11559,11560,11561,11562,11563,11564, #11472\n4193,4194,11565,11566,11567,11568,11569,11570,11571,11572,11573,11574,11575,11576,11577,11578, #11488\n11579,11580,11581,11582,11583,11584,11585,11586,11587,11588,11589,11590,11591,4966,4195,11592, #11504\n11593,11594,11595,11596,11597,11598,11599,11600,11601,11602,11603,11604,3090,11605,11606,11607, #11520\n11608,11609,11610,4967,11611,11612,11613,11614,11615,11616,11617,11618,11619,11620,11621,11622, #11536\n11623,11624,11625,11626,11627,11628,11629,11630,11631,11632,11633,11634,11635,11636,11637,11638, #11552\n11639,11640,11641,11642,11643,11644,11645,11646,11647,11648,11649,11650,11651,11652,11653,11654, #11568\n11655,11656,11657,11658,11659,11660,11661,11662,11663,11664,11665,11666,11667,11668,11669,11670, #11584\n11671,11672,11673,11674,4968,11675,11676,11677,11678,11679,11680,11681,11682,11683,11684,11685, #11600\n11686,11687,11688,11689,11690,11691,11692,11693,3809,11694,11695,11696,11697,11698,11699,11700, #11616\n11701,11702,11703,11704,11705,11706,11707,11708,11709,11710,11711,11712,11713,11714,11715,11716, #11632\n11717,11718,3553,11719,11720,11721,11722,11723,11724,11725,11726,11727,11728,11729,11730,4969, #11648\n11731,11732,11733,11734,11735,11736,11737,11738,11739,11740,4492,11741,11742,11743,11744,11745, #11664\n11746,11747,11748,11749,11750,11751,11752,4970,11753,11754,11755,11756,11757,11758,11759,11760, #11680\n11761,11762,11763,11764,11765,11766,11767,11768,11769,11770,11771,11772,11773,11774,11775,11776, #11696\n11777,11778,11779,11780,11781,11782,11783,11784,11785,11786,11787,11788,11789,11790,4971,11791, #11712\n11792,11793,11794,11795,11796,11797,4972,11798,11799,11800,11801,11802,11803,11804,11805,11806, #11728\n11807,11808,11809,11810,4973,11811,11812,11813,11814,11815,11816,11817,11818,11819,11820,11821, #11744\n11822,11823,11824,11825,11826,11827,11828,11829,11830,11831,11832,11833,11834,3680,3810,11835, #11760\n11836,4974,11837,11838,11839,11840,11841,11842,11843,11844,11845,11846,11847,11848,11849,11850, #11776\n11851,11852,11853,11854,11855,11856,11857,11858,11859,11860,11861,11862,11863,11864,11865,11866, #11792\n11867,11868,11869,11870,11871,11872,11873,11874,11875,11876,11877,11878,11879,11880,11881,11882, #11808\n11883,11884,4493,11885,11886,11887,11888,11889,11890,11891,11892,11893,11894,11895,11896,11897, #11824\n11898,11899,11900,11901,11902,11903,11904,11905,11906,11907,11908,11909,11910,11911,11912,11913, #11840\n11914,11915,4975,11916,11917,11918,11919,11920,11921,11922,11923,11924,11925,11926,11927,11928, #11856\n11929,11930,11931,11932,11933,11934,11935,11936,11937,11938,11939,11940,11941,11942,11943,11944, #11872\n11945,11946,11947,11948,11949,4976,11950,11951,11952,11953,11954,11955,11956,11957,11958,11959, #11888\n11960,11961,11962,11963,11964,11965,11966,11967,11968,11969,11970,11971,11972,11973,11974,11975, #11904\n11976,11977,11978,11979,11980,11981,11982,11983,11984,11985,11986,11987,4196,11988,11989,11990, #11920\n11991,11992,4977,11993,11994,11995,11996,11997,11998,11999,12000,12001,12002,12003,12004,12005, #11936\n12006,12007,12008,12009,12010,12011,12012,12013,12014,12015,12016,12017,12018,12019,12020,12021, #11952\n12022,12023,12024,12025,12026,12027,12028,12029,12030,12031,12032,12033,12034,12035,12036,12037, #11968\n12038,12039,12040,12041,12042,12043,12044,12045,12046,12047,12048,12049,12050,12051,12052,12053, #11984\n12054,12055,12056,12057,12058,12059,12060,12061,4978,12062,12063,12064,12065,12066,12067,12068, #12000\n12069,12070,12071,12072,12073,12074,12075,12076,12077,12078,12079,12080,12081,12082,12083,12084, #12016\n12085,12086,12087,12088,12089,12090,12091,12092,12093,12094,12095,12096,12097,12098,12099,12100, #12032\n12101,12102,12103,12104,12105,12106,12107,12108,12109,12110,12111,12112,12113,12114,12115,12116, #12048\n12117,12118,12119,12120,12121,12122,12123,4979,12124,12125,12126,12127,12128,4197,12129,12130, #12064\n12131,12132,12133,12134,12135,12136,12137,12138,12139,12140,12141,12142,12143,12144,12145,12146, #12080\n12147,12148,12149,12150,12151,12152,12153,12154,4980,12155,12156,12157,12158,12159,12160,4494, #12096\n12161,12162,12163,12164,3811,12165,12166,12167,12168,12169,4495,12170,12171,4496,12172,12173, #12112\n12174,12175,12176,3812,12177,12178,12179,12180,12181,12182,12183,12184,12185,12186,12187,12188, #12128\n12189,12190,12191,12192,12193,12194,12195,12196,12197,12198,12199,12200,12201,12202,12203,12204, #12144\n12205,12206,12207,12208,12209,12210,12211,12212,12213,12214,12215,12216,12217,12218,12219,12220, #12160\n12221,4981,12222,12223,12224,12225,12226,12227,12228,12229,12230,12231,12232,12233,12234,12235, #12176\n4982,12236,12237,12238,12239,12240,12241,12242,12243,12244,12245,4983,12246,12247,12248,12249, #12192\n4984,12250,12251,12252,12253,12254,12255,12256,12257,12258,12259,12260,12261,12262,12263,12264, #12208\n4985,12265,4497,12266,12267,12268,12269,12270,12271,12272,12273,12274,12275,12276,12277,12278, #12224\n12279,12280,12281,12282,12283,12284,12285,12286,12287,4986,12288,12289,12290,12291,12292,12293, #12240\n12294,12295,12296,2473,12297,12298,12299,12300,12301,12302,12303,12304,12305,12306,12307,12308, #12256\n12309,12310,12311,12312,12313,12314,12315,12316,12317,12318,12319,3963,12320,12321,12322,12323, #12272\n12324,12325,12326,12327,12328,12329,12330,12331,12332,4987,12333,12334,12335,12336,12337,12338, #12288\n12339,12340,12341,12342,12343,12344,12345,12346,12347,12348,12349,12350,12351,12352,12353,12354, #12304\n12355,12356,12357,12358,12359,3964,12360,12361,12362,12363,12364,12365,12366,12367,12368,12369, #12320\n12370,3965,12371,12372,12373,12374,12375,12376,12377,12378,12379,12380,12381,12382,12383,12384, #12336\n12385,12386,12387,12388,12389,12390,12391,12392,12393,12394,12395,12396,12397,12398,12399,12400, #12352\n12401,12402,12403,12404,12405,12406,12407,12408,4988,12409,12410,12411,12412,12413,12414,12415, #12368\n12416,12417,12418,12419,12420,12421,12422,12423,12424,12425,12426,12427,12428,12429,12430,12431, #12384\n12432,12433,12434,12435,12436,12437,12438,3554,12439,12440,12441,12442,12443,12444,12445,12446, #12400\n12447,12448,12449,12450,12451,12452,12453,12454,12455,12456,12457,12458,12459,12460,12461,12462, #12416\n12463,12464,4989,12465,12466,12467,12468,12469,12470,12471,12472,12473,12474,12475,12476,12477, #12432\n12478,12479,12480,4990,12481,12482,12483,12484,12485,12486,12487,12488,12489,4498,12490,12491, #12448\n12492,12493,12494,12495,12496,12497,12498,12499,12500,12501,12502,12503,12504,12505,12506,12507, #12464\n12508,12509,12510,12511,12512,12513,12514,12515,12516,12517,12518,12519,12520,12521,12522,12523, #12480\n12524,12525,12526,12527,12528,12529,12530,12531,12532,12533,12534,12535,12536,12537,12538,12539, #12496\n12540,12541,12542,12543,12544,12545,12546,12547,12548,12549,12550,12551,4991,12552,12553,12554, #12512\n12555,12556,12557,12558,12559,12560,12561,12562,12563,12564,12565,12566,12567,12568,12569,12570, #12528\n12571,12572,12573,12574,12575,12576,12577,12578,3036,12579,12580,12581,12582,12583,3966,12584, #12544\n12585,12586,12587,12588,12589,12590,12591,12592,12593,12594,12595,12596,12597,12598,12599,12600, #12560\n12601,12602,12603,12604,12605,12606,12607,12608,12609,12610,12611,12612,12613,12614,12615,12616, #12576\n12617,12618,12619,12620,12621,12622,12623,12624,12625,12626,12627,12628,12629,12630,12631,12632, #12592\n12633,12634,12635,12636,12637,12638,12639,12640,12641,12642,12643,12644,12645,12646,4499,12647, #12608\n12648,12649,12650,12651,12652,12653,12654,12655,12656,12657,12658,12659,12660,12661,12662,12663, #12624\n12664,12665,12666,12667,12668,12669,12670,12671,12672,12673,12674,12675,12676,12677,12678,12679, #12640\n12680,12681,12682,12683,12684,12685,12686,12687,12688,12689,12690,12691,12692,12693,12694,12695, #12656\n12696,12697,12698,4992,12699,12700,12701,12702,12703,12704,12705,12706,12707,12708,12709,12710, #12672\n12711,12712,12713,12714,12715,12716,12717,12718,12719,12720,12721,12722,12723,12724,12725,12726, #12688\n12727,12728,12729,12730,12731,12732,12733,12734,12735,12736,12737,12738,12739,12740,12741,12742, #12704\n12743,12744,12745,12746,12747,12748,12749,12750,12751,12752,12753,12754,12755,12756,12757,12758, #12720\n12759,12760,12761,12762,12763,12764,12765,12766,12767,12768,12769,12770,12771,12772,12773,12774, #12736\n12775,12776,12777,12778,4993,2175,12779,12780,12781,12782,12783,12784,12785,12786,4500,12787, #12752\n12788,12789,12790,12791,12792,12793,12794,12795,12796,12797,12798,12799,12800,12801,12802,12803, #12768\n12804,12805,12806,12807,12808,12809,12810,12811,12812,12813,12814,12815,12816,12817,12818,12819, #12784\n12820,12821,12822,12823,12824,12825,12826,4198,3967,12827,12828,12829,12830,12831,12832,12833, #12800\n12834,12835,12836,12837,12838,12839,12840,12841,12842,12843,12844,12845,12846,12847,12848,12849, #12816\n12850,12851,12852,12853,12854,12855,12856,12857,12858,12859,12860,12861,4199,12862,12863,12864, #12832\n12865,12866,12867,12868,12869,12870,12871,12872,12873,12874,12875,12876,12877,12878,12879,12880, #12848\n12881,12882,12883,12884,12885,12886,12887,4501,12888,12889,12890,12891,12892,12893,12894,12895, #12864\n12896,12897,12898,12899,12900,12901,12902,12903,12904,12905,12906,12907,12908,12909,12910,12911, #12880\n12912,4994,12913,12914,12915,12916,12917,12918,12919,12920,12921,12922,12923,12924,12925,12926, #12896\n12927,12928,12929,12930,12931,12932,12933,12934,12935,12936,12937,12938,12939,12940,12941,12942, #12912\n12943,12944,12945,12946,12947,12948,12949,12950,12951,12952,12953,12954,12955,12956,1772,12957, #12928\n12958,12959,12960,12961,12962,12963,12964,12965,12966,12967,12968,12969,12970,12971,12972,12973, #12944\n12974,12975,12976,12977,12978,12979,12980,12981,12982,12983,12984,12985,12986,12987,12988,12989, #12960\n12990,12991,12992,12993,12994,12995,12996,12997,4502,12998,4503,12999,13000,13001,13002,13003, #12976\n4504,13004,13005,13006,13007,13008,13009,13010,13011,13012,13013,13014,13015,13016,13017,13018, #12992\n13019,13020,13021,13022,13023,13024,13025,13026,13027,13028,13029,3449,13030,13031,13032,13033, #13008\n13034,13035,13036,13037,13038,13039,13040,13041,13042,13043,13044,13045,13046,13047,13048,13049, #13024\n13050,13051,13052,13053,13054,13055,13056,13057,13058,13059,13060,13061,13062,13063,13064,13065, #13040\n13066,13067,13068,13069,13070,13071,13072,13073,13074,13075,13076,13077,13078,13079,13080,13081, #13056\n13082,13083,13084,13085,13086,13087,13088,13089,13090,13091,13092,13093,13094,13095,13096,13097, #13072\n13098,13099,13100,13101,13102,13103,13104,13105,13106,13107,13108,13109,13110,13111,13112,13113, #13088\n13114,13115,13116,13117,13118,3968,13119,4995,13120,13121,13122,13123,13124,13125,13126,13127, #13104\n4505,13128,13129,13130,13131,13132,13133,13134,4996,4506,13135,13136,13137,13138,13139,4997, #13120\n13140,13141,13142,13143,13144,13145,13146,13147,13148,13149,13150,13151,13152,13153,13154,13155, #13136\n13156,13157,13158,13159,4998,13160,13161,13162,13163,13164,13165,13166,13167,13168,13169,13170, #13152\n13171,13172,13173,13174,13175,13176,4999,13177,13178,13179,13180,13181,13182,13183,13184,13185, #13168\n13186,13187,13188,13189,13190,13191,13192,13193,13194,13195,13196,13197,13198,13199,13200,13201, #13184\n13202,13203,13204,13205,13206,5000,13207,13208,13209,13210,13211,13212,13213,13214,13215,13216, #13200\n13217,13218,13219,13220,13221,13222,13223,13224,13225,13226,13227,4200,5001,13228,13229,13230, #13216\n13231,13232,13233,13234,13235,13236,13237,13238,13239,13240,3969,13241,13242,13243,13244,3970, #13232\n13245,13246,13247,13248,13249,13250,13251,13252,13253,13254,13255,13256,13257,13258,13259,13260, #13248\n13261,13262,13263,13264,13265,13266,13267,13268,3450,13269,13270,13271,13272,13273,13274,13275, #13264\n13276,5002,13277,13278,13279,13280,13281,13282,13283,13284,13285,13286,13287,13288,13289,13290, #13280\n13291,13292,13293,13294,13295,13296,13297,13298,13299,13300,13301,13302,3813,13303,13304,13305, #13296\n13306,13307,13308,13309,13310,13311,13312,13313,13314,13315,13316,13317,13318,13319,13320,13321, #13312\n13322,13323,13324,13325,13326,13327,13328,4507,13329,13330,13331,13332,13333,13334,13335,13336, #13328\n13337,13338,13339,13340,13341,5003,13342,13343,13344,13345,13346,13347,13348,13349,13350,13351, #13344\n13352,13353,13354,13355,13356,13357,13358,13359,13360,13361,13362,13363,13364,13365,13366,13367, #13360\n5004,13368,13369,13370,13371,13372,13373,13374,13375,13376,13377,13378,13379,13380,13381,13382, #13376\n13383,13384,13385,13386,13387,13388,13389,13390,13391,13392,13393,13394,13395,13396,13397,13398, #13392\n13399,13400,13401,13402,13403,13404,13405,13406,13407,13408,13409,13410,13411,13412,13413,13414, #13408\n13415,13416,13417,13418,13419,13420,13421,13422,13423,13424,13425,13426,13427,13428,13429,13430, #13424\n13431,13432,4508,13433,13434,13435,4201,13436,13437,13438,13439,13440,13441,13442,13443,13444, #13440\n13445,13446,13447,13448,13449,13450,13451,13452,13453,13454,13455,13456,13457,5005,13458,13459, #13456\n13460,13461,13462,13463,13464,13465,13466,13467,13468,13469,13470,4509,13471,13472,13473,13474, #13472\n13475,13476,13477,13478,13479,13480,13481,13482,13483,13484,13485,13486,13487,13488,13489,13490, #13488\n13491,13492,13493,13494,13495,13496,13497,13498,13499,13500,13501,13502,13503,13504,13505,13506, #13504\n13507,13508,13509,13510,13511,13512,13513,13514,13515,13516,13517,13518,13519,13520,13521,13522, #13520\n13523,13524,13525,13526,13527,13528,13529,13530,13531,13532,13533,13534,13535,13536,13537,13538, #13536\n13539,13540,13541,13542,13543,13544,13545,13546,13547,13548,13549,13550,13551,13552,13553,13554, #13552\n13555,13556,13557,13558,13559,13560,13561,13562,13563,13564,13565,13566,13567,13568,13569,13570, #13568\n13571,13572,13573,13574,13575,13576,13577,13578,13579,13580,13581,13582,13583,13584,13585,13586, #13584\n13587,13588,13589,13590,13591,13592,13593,13594,13595,13596,13597,13598,13599,13600,13601,13602, #13600\n13603,13604,13605,13606,13607,13608,13609,13610,13611,13612,13613,13614,13615,13616,13617,13618, #13616\n13619,13620,13621,13622,13623,13624,13625,13626,13627,13628,13629,13630,13631,13632,13633,13634, #13632\n13635,13636,13637,13638,13639,13640,13641,13642,5006,13643,13644,13645,13646,13647,13648,13649, #13648\n13650,13651,5007,13652,13653,13654,13655,13656,13657,13658,13659,13660,13661,13662,13663,13664, #13664\n13665,13666,13667,13668,13669,13670,13671,13672,13673,13674,13675,13676,13677,13678,13679,13680, #13680\n13681,13682,13683,13684,13685,13686,13687,13688,13689,13690,13691,13692,13693,13694,13695,13696, #13696\n13697,13698,13699,13700,13701,13702,13703,13704,13705,13706,13707,13708,13709,13710,13711,13712, #13712\n13713,13714,13715,13716,13717,13718,13719,13720,13721,13722,13723,13724,13725,13726,13727,13728, #13728\n13729,13730,13731,13732,13733,13734,13735,13736,13737,13738,13739,13740,13741,13742,13743,13744, #13744\n13745,13746,13747,13748,13749,13750,13751,13752,13753,13754,13755,13756,13757,13758,13759,13760, #13760\n13761,13762,13763,13764,13765,13766,13767,13768,13769,13770,13771,13772,13773,13774,3273,13775, #13776\n13776,13777,13778,13779,13780,13781,13782,13783,13784,13785,13786,13787,13788,13789,13790,13791, #13792\n13792,13793,13794,13795,13796,13797,13798,13799,13800,13801,13802,13803,13804,13805,13806,13807, #13808\n13808,13809,13810,13811,13812,13813,13814,13815,13816,13817,13818,13819,13820,13821,13822,13823, #13824\n13824,13825,13826,13827,13828,13829,13830,13831,13832,13833,13834,13835,13836,13837,13838,13839, #13840\n13840,13841,13842,13843,13844,13845,13846,13847,13848,13849,13850,13851,13852,13853,13854,13855, #13856\n13856,13857,13858,13859,13860,13861,13862,13863,13864,13865,13866,13867,13868,13869,13870,13871, #13872\n13872,13873,13874,13875,13876,13877,13878,13879,13880,13881,13882,13883,13884,13885,13886,13887, #13888\n13888,13889,13890,13891,13892,13893,13894,13895,13896,13897,13898,13899,13900,13901,13902,13903, #13904\n13904,13905,13906,13907,13908,13909,13910,13911,13912,13913,13914,13915,13916,13917,13918,13919, #13920\n13920,13921,13922,13923,13924,13925,13926,13927,13928,13929,13930,13931,13932,13933,13934,13935, #13936\n13936,13937,13938,13939,13940,13941,13942,13943,13944,13945,13946,13947,13948,13949,13950,13951, #13952\n13952,13953,13954,13955,13956,13957,13958,13959,13960,13961,13962,13963,13964,13965,13966,13967, #13968\n13968,13969,13970,13971,13972) #13973\n\n# flake8: noqa\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/big5prober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Communicator client code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom .mbcharsetprober import MultiByteCharSetProber\nfrom .codingstatemachine import CodingStateMachine\nfrom .chardistribution import Big5DistributionAnalysis\nfrom .mbcssm import Big5SMModel\n\n\nclass Big5Prober(MultiByteCharSetProber):\n    def __init__(self):\n        MultiByteCharSetProber.__init__(self)\n        self._mCodingSM = CodingStateMachine(Big5SMModel)\n        self._mDistributionAnalyzer = Big5DistributionAnalysis()\n        self.reset()\n\n    def get_charset_name(self):\n        return \"Big5\"\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/chardetect.py",
    "content": "#!/usr/bin/env python\n\"\"\"\nScript which takes one or more file paths and reports on their detected\nencodings\n\nExample::\n\n    % chardetect somefile someotherfile\n    somefile: windows-1252 with confidence 0.5\n    someotherfile: ascii with confidence 1.0\n\nIf no paths are provided, it takes its input from stdin.\n\n\"\"\"\nfrom io import open\nfrom sys import argv, stdin\n\nfrom chardet.universaldetector import UniversalDetector\n\n\ndef description_of(file, name='stdin'):\n    \"\"\"Return a string describing the probable encoding of a file.\"\"\"\n    u = UniversalDetector()\n    for line in file:\n        u.feed(line)\n    u.close()\n    result = u.result\n    if result['encoding']:\n        return '%s: %s with confidence %s' % (name,\n                                              result['encoding'],\n                                              result['confidence'])\n    else:\n        return '%s: no result' % name\n\n\ndef main():\n    if len(argv) <= 1:\n        print(description_of(stdin))\n    else:\n        for path in argv[1:]:\n            with open(path, 'rb') as f:\n                print(description_of(f, path))\n\n\nif __name__ == '__main__':\n    main()\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/chardistribution.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Communicator client code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom .euctwfreq import (EUCTWCharToFreqOrder, EUCTW_TABLE_SIZE,\n                        EUCTW_TYPICAL_DISTRIBUTION_RATIO)\nfrom .euckrfreq import (EUCKRCharToFreqOrder, EUCKR_TABLE_SIZE,\n                        EUCKR_TYPICAL_DISTRIBUTION_RATIO)\nfrom .gb2312freq import (GB2312CharToFreqOrder, GB2312_TABLE_SIZE,\n                         GB2312_TYPICAL_DISTRIBUTION_RATIO)\nfrom .big5freq import (Big5CharToFreqOrder, BIG5_TABLE_SIZE,\n                       BIG5_TYPICAL_DISTRIBUTION_RATIO)\nfrom .jisfreq import (JISCharToFreqOrder, JIS_TABLE_SIZE,\n                      JIS_TYPICAL_DISTRIBUTION_RATIO)\nfrom .compat import wrap_ord\n\nENOUGH_DATA_THRESHOLD = 1024\nSURE_YES = 0.99\nSURE_NO = 0.01\nMINIMUM_DATA_THRESHOLD = 3\n\n\nclass CharDistributionAnalysis:\n    def __init__(self):\n        # Mapping table to get frequency order from char order (get from\n        # GetOrder())\n        self._mCharToFreqOrder = None\n        self._mTableSize = None  # Size of above table\n        # This is a constant value which varies from language to language,\n        # used in calculating confidence.  See\n        # http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html\n        # for further detail.\n        self._mTypicalDistributionRatio = None\n        self.reset()\n\n    def reset(self):\n        \"\"\"reset analyser, clear any state\"\"\"\n        # If this flag is set to True, detection is done and conclusion has\n        # been made\n        self._mDone = False\n        self._mTotalChars = 0  # Total characters encountered\n        # The number of characters whose frequency order is less than 512\n        self._mFreqChars = 0\n\n    def feed(self, aBuf, aCharLen):\n        \"\"\"feed a character with known length\"\"\"\n        if aCharLen == 2:\n            # we only care about 2-bytes character in our distribution analysis\n            order = self.get_order(aBuf)\n        else:\n            order = -1\n        if order >= 0:\n            self._mTotalChars += 1\n            # order is valid\n            if order < self._mTableSize:\n                if 512 > self._mCharToFreqOrder[order]:\n                    self._mFreqChars += 1\n\n    def get_confidence(self):\n        \"\"\"return confidence based on existing data\"\"\"\n        # if we didn't receive any character in our consideration range,\n        # return negative answer\n        if self._mTotalChars <= 0 or self._mFreqChars <= MINIMUM_DATA_THRESHOLD:\n            return SURE_NO\n\n        if self._mTotalChars != self._mFreqChars:\n            r = (self._mFreqChars / ((self._mTotalChars - self._mFreqChars)\n                 * self._mTypicalDistributionRatio))\n            if r < SURE_YES:\n                return r\n\n        # normalize confidence (we don't want to be 100% sure)\n        return SURE_YES\n\n    def got_enough_data(self):\n        # It is not necessary to receive all data to draw conclusion.\n        # For charset detection, certain amount of data is enough\n        return self._mTotalChars > ENOUGH_DATA_THRESHOLD\n\n    def get_order(self, aBuf):\n        # We do not handle characters based on the original encoding string,\n        # but convert this encoding string to a number, here called order.\n        # This allows multiple encodings of a language to share one frequency\n        # table.\n        return -1\n\n\nclass EUCTWDistributionAnalysis(CharDistributionAnalysis):\n    def __init__(self):\n        CharDistributionAnalysis.__init__(self)\n        self._mCharToFreqOrder = EUCTWCharToFreqOrder\n        self._mTableSize = EUCTW_TABLE_SIZE\n        self._mTypicalDistributionRatio = EUCTW_TYPICAL_DISTRIBUTION_RATIO\n\n    def get_order(self, aBuf):\n        # for euc-TW encoding, we are interested\n        #   first  byte range: 0xc4 -- 0xfe\n        #   second byte range: 0xa1 -- 0xfe\n        # no validation needed here. State machine has done that\n        first_char = wrap_ord(aBuf[0])\n        if first_char >= 0xC4:\n            return 94 * (first_char - 0xC4) + wrap_ord(aBuf[1]) - 0xA1\n        else:\n            return -1\n\n\nclass EUCKRDistributionAnalysis(CharDistributionAnalysis):\n    def __init__(self):\n        CharDistributionAnalysis.__init__(self)\n        self._mCharToFreqOrder = EUCKRCharToFreqOrder\n        self._mTableSize = EUCKR_TABLE_SIZE\n        self._mTypicalDistributionRatio = EUCKR_TYPICAL_DISTRIBUTION_RATIO\n\n    def get_order(self, aBuf):\n        # for euc-KR encoding, we are interested\n        #   first  byte range: 0xb0 -- 0xfe\n        #   second byte range: 0xa1 -- 0xfe\n        # no validation needed here. State machine has done that\n        first_char = wrap_ord(aBuf[0])\n        if first_char >= 0xB0:\n            return 94 * (first_char - 0xB0) + wrap_ord(aBuf[1]) - 0xA1\n        else:\n            return -1\n\n\nclass GB2312DistributionAnalysis(CharDistributionAnalysis):\n    def __init__(self):\n        CharDistributionAnalysis.__init__(self)\n        self._mCharToFreqOrder = GB2312CharToFreqOrder\n        self._mTableSize = GB2312_TABLE_SIZE\n        self._mTypicalDistributionRatio = GB2312_TYPICAL_DISTRIBUTION_RATIO\n\n    def get_order(self, aBuf):\n        # for GB2312 encoding, we are interested\n        #  first  byte range: 0xb0 -- 0xfe\n        #  second byte range: 0xa1 -- 0xfe\n        # no validation needed here. State machine has done that\n        first_char, second_char = wrap_ord(aBuf[0]), wrap_ord(aBuf[1])\n        if (first_char >= 0xB0) and (second_char >= 0xA1):\n            return 94 * (first_char - 0xB0) + second_char - 0xA1\n        else:\n            return -1\n\n\nclass Big5DistributionAnalysis(CharDistributionAnalysis):\n    def __init__(self):\n        CharDistributionAnalysis.__init__(self)\n        self._mCharToFreqOrder = Big5CharToFreqOrder\n        self._mTableSize = BIG5_TABLE_SIZE\n        self._mTypicalDistributionRatio = BIG5_TYPICAL_DISTRIBUTION_RATIO\n\n    def get_order(self, aBuf):\n        # for big5 encoding, we are interested\n        #   first  byte range: 0xa4 -- 0xfe\n        #   second byte range: 0x40 -- 0x7e , 0xa1 -- 0xfe\n        # no validation needed here. State machine has done that\n        first_char, second_char = wrap_ord(aBuf[0]), wrap_ord(aBuf[1])\n        if first_char >= 0xA4:\n            if second_char >= 0xA1:\n                return 157 * (first_char - 0xA4) + second_char - 0xA1 + 63\n            else:\n                return 157 * (first_char - 0xA4) + second_char - 0x40\n        else:\n            return -1\n\n\nclass SJISDistributionAnalysis(CharDistributionAnalysis):\n    def __init__(self):\n        CharDistributionAnalysis.__init__(self)\n        self._mCharToFreqOrder = JISCharToFreqOrder\n        self._mTableSize = JIS_TABLE_SIZE\n        self._mTypicalDistributionRatio = JIS_TYPICAL_DISTRIBUTION_RATIO\n\n    def get_order(self, aBuf):\n        # for sjis encoding, we are interested\n        #   first  byte range: 0x81 -- 0x9f , 0xe0 -- 0xfe\n        #   second byte range: 0x40 -- 0x7e,  0x81 -- oxfe\n        # no validation needed here. State machine has done that\n        first_char, second_char = wrap_ord(aBuf[0]), wrap_ord(aBuf[1])\n        if (first_char >= 0x81) and (first_char <= 0x9F):\n            order = 188 * (first_char - 0x81)\n        elif (first_char >= 0xE0) and (first_char <= 0xEF):\n            order = 188 * (first_char - 0xE0 + 31)\n        else:\n            return -1\n        order = order + second_char - 0x40\n        if second_char > 0x7F:\n            order = -1\n        return order\n\n\nclass EUCJPDistributionAnalysis(CharDistributionAnalysis):\n    def __init__(self):\n        CharDistributionAnalysis.__init__(self)\n        self._mCharToFreqOrder = JISCharToFreqOrder\n        self._mTableSize = JIS_TABLE_SIZE\n        self._mTypicalDistributionRatio = JIS_TYPICAL_DISTRIBUTION_RATIO\n\n    def get_order(self, aBuf):\n        # for euc-JP encoding, we are interested\n        #   first  byte range: 0xa0 -- 0xfe\n        #   second byte range: 0xa1 -- 0xfe\n        # no validation needed here. State machine has done that\n        char = wrap_ord(aBuf[0])\n        if char >= 0xA0:\n            return 94 * (char - 0xA1) + wrap_ord(aBuf[1]) - 0xa1\n        else:\n            return -1\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/charsetgroupprober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Communicator client code.\n# \n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n# \n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n# \n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n# \n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom . import constants\nimport sys\nfrom .charsetprober import CharSetProber\n\n\nclass CharSetGroupProber(CharSetProber):\n    def __init__(self):\n        CharSetProber.__init__(self)\n        self._mActiveNum = 0\n        self._mProbers = []\n        self._mBestGuessProber = None\n\n    def reset(self):\n        CharSetProber.reset(self)\n        self._mActiveNum = 0\n        for prober in self._mProbers:\n            if prober:\n                prober.reset()\n                prober.active = True\n                self._mActiveNum += 1\n        self._mBestGuessProber = None\n\n    def get_charset_name(self):\n        if not self._mBestGuessProber:\n            self.get_confidence()\n            if not self._mBestGuessProber:\n                return None\n#                self._mBestGuessProber = self._mProbers[0]\n        return self._mBestGuessProber.get_charset_name()\n\n    def feed(self, aBuf):\n        for prober in self._mProbers:\n            if not prober:\n                continue\n            if not prober.active:\n                continue\n            st = prober.feed(aBuf)\n            if not st:\n                continue\n            if st == constants.eFoundIt:\n                self._mBestGuessProber = prober\n                return self.get_state()\n            elif st == constants.eNotMe:\n                prober.active = False\n                self._mActiveNum -= 1\n                if self._mActiveNum <= 0:\n                    self._mState = constants.eNotMe\n                    return self.get_state()\n        return self.get_state()\n\n    def get_confidence(self):\n        st = self.get_state()\n        if st == constants.eFoundIt:\n            return 0.99\n        elif st == constants.eNotMe:\n            return 0.01\n        bestConf = 0.0\n        self._mBestGuessProber = None\n        for prober in self._mProbers:\n            if not prober:\n                continue\n            if not prober.active:\n                if constants._debug:\n                    sys.stderr.write(prober.get_charset_name()\n                                     + ' not active\\n')\n                continue\n            cf = prober.get_confidence()\n            if constants._debug:\n                sys.stderr.write('%s confidence = %s\\n' %\n                                 (prober.get_charset_name(), cf))\n            if bestConf < cf:\n                bestConf = cf\n                self._mBestGuessProber = prober\n        if not self._mBestGuessProber:\n            return 0.0\n        return bestConf\n#        else:\n#            self._mBestGuessProber = self._mProbers[0]\n#            return self._mBestGuessProber.get_confidence()\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/charsetprober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Universal charset detector code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 2001\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#   Shy Shalom - original C code\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom . import constants\nimport re\n\n\nclass CharSetProber:\n    def __init__(self):\n        pass\n\n    def reset(self):\n        self._mState = constants.eDetecting\n\n    def get_charset_name(self):\n        return None\n\n    def feed(self, aBuf):\n        pass\n\n    def get_state(self):\n        return self._mState\n\n    def get_confidence(self):\n        return 0.0\n\n    def filter_high_bit_only(self, aBuf):\n        aBuf = re.sub(b'([\\x00-\\x7F])+', b' ', aBuf)\n        return aBuf\n\n    def filter_without_english_letters(self, aBuf):\n        aBuf = re.sub(b'([A-Za-z])+', b' ', aBuf)\n        return aBuf\n\n    def filter_with_english_letters(self, aBuf):\n        # TODO\n        return aBuf\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/codingstatemachine.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is mozilla.org code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom .constants import eStart\nfrom .compat import wrap_ord\n\n\nclass CodingStateMachine:\n    def __init__(self, sm):\n        self._mModel = sm\n        self._mCurrentBytePos = 0\n        self._mCurrentCharLen = 0\n        self.reset()\n\n    def reset(self):\n        self._mCurrentState = eStart\n\n    def next_state(self, c):\n        # for each byte we get its class\n        # if it is first byte, we also get byte length\n        # PY3K: aBuf is a byte stream, so c is an int, not a byte\n        byteCls = self._mModel['classTable'][wrap_ord(c)]\n        if self._mCurrentState == eStart:\n            self._mCurrentBytePos = 0\n            self._mCurrentCharLen = self._mModel['charLenTable'][byteCls]\n        # from byte's class and stateTable, we get its next state\n        curr_state = (self._mCurrentState * self._mModel['classFactor']\n                      + byteCls)\n        self._mCurrentState = self._mModel['stateTable'][curr_state]\n        self._mCurrentBytePos += 1\n        return self._mCurrentState\n\n    def get_current_charlen(self):\n        return self._mCurrentCharLen\n\n    def get_coding_state_machine(self):\n        return self._mModel['name']\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/compat.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# Contributor(s):\n#   Ian Cordasco - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nimport sys\n\n\nif sys.version_info < (3, 0):\n    base_str = (str, unicode)\nelse:\n    base_str = (bytes, str)\n\n\ndef wrap_ord(a):\n    if sys.version_info < (3, 0) and isinstance(a, base_str):\n        return ord(a)\n    else:\n        return a\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/constants.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Universal charset detector code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 2001\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#   Shy Shalom - original C code\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n# \n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n# \n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\n_debug = 0\n\neDetecting = 0\neFoundIt = 1\neNotMe = 2\n\neStart = 0\neError = 1\neItsMe = 2\n\nSHORTCUT_THRESHOLD = 0.95\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/cp949prober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is mozilla.org code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom .mbcharsetprober import MultiByteCharSetProber\nfrom .codingstatemachine import CodingStateMachine\nfrom .chardistribution import EUCKRDistributionAnalysis\nfrom .mbcssm import CP949SMModel\n\n\nclass CP949Prober(MultiByteCharSetProber):\n    def __init__(self):\n        MultiByteCharSetProber.__init__(self)\n        self._mCodingSM = CodingStateMachine(CP949SMModel)\n        # NOTE: CP949 is a superset of EUC-KR, so the distribution should be\n        #       not different.\n        self._mDistributionAnalyzer = EUCKRDistributionAnalysis()\n        self.reset()\n\n    def get_charset_name(self):\n        return \"CP949\"\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/escprober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is mozilla.org code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom . import constants\nfrom .escsm import (HZSMModel, ISO2022CNSMModel, ISO2022JPSMModel,\n                    ISO2022KRSMModel)\nfrom .charsetprober import CharSetProber\nfrom .codingstatemachine import CodingStateMachine\nfrom .compat import wrap_ord\n\n\nclass EscCharSetProber(CharSetProber):\n    def __init__(self):\n        CharSetProber.__init__(self)\n        self._mCodingSM = [\n            CodingStateMachine(HZSMModel),\n            CodingStateMachine(ISO2022CNSMModel),\n            CodingStateMachine(ISO2022JPSMModel),\n            CodingStateMachine(ISO2022KRSMModel)\n        ]\n        self.reset()\n\n    def reset(self):\n        CharSetProber.reset(self)\n        for codingSM in self._mCodingSM:\n            if not codingSM:\n                continue\n            codingSM.active = True\n            codingSM.reset()\n        self._mActiveSM = len(self._mCodingSM)\n        self._mDetectedCharset = None\n\n    def get_charset_name(self):\n        return self._mDetectedCharset\n\n    def get_confidence(self):\n        if self._mDetectedCharset:\n            return 0.99\n        else:\n            return 0.00\n\n    def feed(self, aBuf):\n        for c in aBuf:\n            # PY3K: aBuf is a byte array, so c is an int, not a byte\n            for codingSM in self._mCodingSM:\n                if not codingSM:\n                    continue\n                if not codingSM.active:\n                    continue\n                codingState = codingSM.next_state(wrap_ord(c))\n                if codingState == constants.eError:\n                    codingSM.active = False\n                    self._mActiveSM -= 1\n                    if self._mActiveSM <= 0:\n                        self._mState = constants.eNotMe\n                        return self.get_state()\n                elif codingState == constants.eItsMe:\n                    self._mState = constants.eFoundIt\n                    self._mDetectedCharset = codingSM.get_coding_state_machine()  # nopep8\n                    return self.get_state()\n\n        return self.get_state()\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/escsm.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is mozilla.org code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom .constants import eStart, eError, eItsMe\n\nHZ_cls = (\n1,0,0,0,0,0,0,0,  # 00 - 07\n0,0,0,0,0,0,0,0,  # 08 - 0f\n0,0,0,0,0,0,0,0,  # 10 - 17\n0,0,0,1,0,0,0,0,  # 18 - 1f\n0,0,0,0,0,0,0,0,  # 20 - 27\n0,0,0,0,0,0,0,0,  # 28 - 2f\n0,0,0,0,0,0,0,0,  # 30 - 37\n0,0,0,0,0,0,0,0,  # 38 - 3f\n0,0,0,0,0,0,0,0,  # 40 - 47\n0,0,0,0,0,0,0,0,  # 48 - 4f\n0,0,0,0,0,0,0,0,  # 50 - 57\n0,0,0,0,0,0,0,0,  # 58 - 5f\n0,0,0,0,0,0,0,0,  # 60 - 67\n0,0,0,0,0,0,0,0,  # 68 - 6f\n0,0,0,0,0,0,0,0,  # 70 - 77\n0,0,0,4,0,5,2,0,  # 78 - 7f\n1,1,1,1,1,1,1,1,  # 80 - 87\n1,1,1,1,1,1,1,1,  # 88 - 8f\n1,1,1,1,1,1,1,1,  # 90 - 97\n1,1,1,1,1,1,1,1,  # 98 - 9f\n1,1,1,1,1,1,1,1,  # a0 - a7\n1,1,1,1,1,1,1,1,  # a8 - af\n1,1,1,1,1,1,1,1,  # b0 - b7\n1,1,1,1,1,1,1,1,  # b8 - bf\n1,1,1,1,1,1,1,1,  # c0 - c7\n1,1,1,1,1,1,1,1,  # c8 - cf\n1,1,1,1,1,1,1,1,  # d0 - d7\n1,1,1,1,1,1,1,1,  # d8 - df\n1,1,1,1,1,1,1,1,  # e0 - e7\n1,1,1,1,1,1,1,1,  # e8 - ef\n1,1,1,1,1,1,1,1,  # f0 - f7\n1,1,1,1,1,1,1,1,  # f8 - ff\n)\n\nHZ_st = (\neStart,eError,     3,eStart,eStart,eStart,eError,eError,# 00-07\neError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,# 08-0f\neItsMe,eItsMe,eError,eError,eStart,eStart,     4,eError,# 10-17\n     5,eError,     6,eError,     5,     5,     4,eError,# 18-1f\n     4,eError,     4,     4,     4,eError,     4,eError,# 20-27\n     4,eItsMe,eStart,eStart,eStart,eStart,eStart,eStart,# 28-2f\n)\n\nHZCharLenTable = (0, 0, 0, 0, 0, 0)\n\nHZSMModel = {'classTable': HZ_cls,\n             'classFactor': 6,\n             'stateTable': HZ_st,\n             'charLenTable': HZCharLenTable,\n             'name': \"HZ-GB-2312\"}\n\nISO2022CN_cls = (\n2,0,0,0,0,0,0,0,  # 00 - 07\n0,0,0,0,0,0,0,0,  # 08 - 0f\n0,0,0,0,0,0,0,0,  # 10 - 17\n0,0,0,1,0,0,0,0,  # 18 - 1f\n0,0,0,0,0,0,0,0,  # 20 - 27\n0,3,0,0,0,0,0,0,  # 28 - 2f\n0,0,0,0,0,0,0,0,  # 30 - 37\n0,0,0,0,0,0,0,0,  # 38 - 3f\n0,0,0,4,0,0,0,0,  # 40 - 47\n0,0,0,0,0,0,0,0,  # 48 - 4f\n0,0,0,0,0,0,0,0,  # 50 - 57\n0,0,0,0,0,0,0,0,  # 58 - 5f\n0,0,0,0,0,0,0,0,  # 60 - 67\n0,0,0,0,0,0,0,0,  # 68 - 6f\n0,0,0,0,0,0,0,0,  # 70 - 77\n0,0,0,0,0,0,0,0,  # 78 - 7f\n2,2,2,2,2,2,2,2,  # 80 - 87\n2,2,2,2,2,2,2,2,  # 88 - 8f\n2,2,2,2,2,2,2,2,  # 90 - 97\n2,2,2,2,2,2,2,2,  # 98 - 9f\n2,2,2,2,2,2,2,2,  # a0 - a7\n2,2,2,2,2,2,2,2,  # a8 - af\n2,2,2,2,2,2,2,2,  # b0 - b7\n2,2,2,2,2,2,2,2,  # b8 - bf\n2,2,2,2,2,2,2,2,  # c0 - c7\n2,2,2,2,2,2,2,2,  # c8 - cf\n2,2,2,2,2,2,2,2,  # d0 - d7\n2,2,2,2,2,2,2,2,  # d8 - df\n2,2,2,2,2,2,2,2,  # e0 - e7\n2,2,2,2,2,2,2,2,  # e8 - ef\n2,2,2,2,2,2,2,2,  # f0 - f7\n2,2,2,2,2,2,2,2,  # f8 - ff\n)\n\nISO2022CN_st = (\neStart,     3,eError,eStart,eStart,eStart,eStart,eStart,# 00-07\neStart,eError,eError,eError,eError,eError,eError,eError,# 08-0f\neError,eError,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,# 10-17\neItsMe,eItsMe,eItsMe,eError,eError,eError,     4,eError,# 18-1f\neError,eError,eError,eItsMe,eError,eError,eError,eError,# 20-27\n     5,     6,eError,eError,eError,eError,eError,eError,# 28-2f\neError,eError,eError,eItsMe,eError,eError,eError,eError,# 30-37\neError,eError,eError,eError,eError,eItsMe,eError,eStart,# 38-3f\n)\n\nISO2022CNCharLenTable = (0, 0, 0, 0, 0, 0, 0, 0, 0)\n\nISO2022CNSMModel = {'classTable': ISO2022CN_cls,\n                    'classFactor': 9,\n                    'stateTable': ISO2022CN_st,\n                    'charLenTable': ISO2022CNCharLenTable,\n                    'name': \"ISO-2022-CN\"}\n\nISO2022JP_cls = (\n2,0,0,0,0,0,0,0,  # 00 - 07\n0,0,0,0,0,0,2,2,  # 08 - 0f\n0,0,0,0,0,0,0,0,  # 10 - 17\n0,0,0,1,0,0,0,0,  # 18 - 1f\n0,0,0,0,7,0,0,0,  # 20 - 27\n3,0,0,0,0,0,0,0,  # 28 - 2f\n0,0,0,0,0,0,0,0,  # 30 - 37\n0,0,0,0,0,0,0,0,  # 38 - 3f\n6,0,4,0,8,0,0,0,  # 40 - 47\n0,9,5,0,0,0,0,0,  # 48 - 4f\n0,0,0,0,0,0,0,0,  # 50 - 57\n0,0,0,0,0,0,0,0,  # 58 - 5f\n0,0,0,0,0,0,0,0,  # 60 - 67\n0,0,0,0,0,0,0,0,  # 68 - 6f\n0,0,0,0,0,0,0,0,  # 70 - 77\n0,0,0,0,0,0,0,0,  # 78 - 7f\n2,2,2,2,2,2,2,2,  # 80 - 87\n2,2,2,2,2,2,2,2,  # 88 - 8f\n2,2,2,2,2,2,2,2,  # 90 - 97\n2,2,2,2,2,2,2,2,  # 98 - 9f\n2,2,2,2,2,2,2,2,  # a0 - a7\n2,2,2,2,2,2,2,2,  # a8 - af\n2,2,2,2,2,2,2,2,  # b0 - b7\n2,2,2,2,2,2,2,2,  # b8 - bf\n2,2,2,2,2,2,2,2,  # c0 - c7\n2,2,2,2,2,2,2,2,  # c8 - cf\n2,2,2,2,2,2,2,2,  # d0 - d7\n2,2,2,2,2,2,2,2,  # d8 - df\n2,2,2,2,2,2,2,2,  # e0 - e7\n2,2,2,2,2,2,2,2,  # e8 - ef\n2,2,2,2,2,2,2,2,  # f0 - f7\n2,2,2,2,2,2,2,2,  # f8 - ff\n)\n\nISO2022JP_st = (\neStart,     3,eError,eStart,eStart,eStart,eStart,eStart,# 00-07\neStart,eStart,eError,eError,eError,eError,eError,eError,# 08-0f\neError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,# 10-17\neItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eError,eError,# 18-1f\neError,     5,eError,eError,eError,     4,eError,eError,# 20-27\neError,eError,eError,     6,eItsMe,eError,eItsMe,eError,# 28-2f\neError,eError,eError,eError,eError,eError,eItsMe,eItsMe,# 30-37\neError,eError,eError,eItsMe,eError,eError,eError,eError,# 38-3f\neError,eError,eError,eError,eItsMe,eError,eStart,eStart,# 40-47\n)\n\nISO2022JPCharLenTable = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0)\n\nISO2022JPSMModel = {'classTable': ISO2022JP_cls,\n                    'classFactor': 10,\n                    'stateTable': ISO2022JP_st,\n                    'charLenTable': ISO2022JPCharLenTable,\n                    'name': \"ISO-2022-JP\"}\n\nISO2022KR_cls = (\n2,0,0,0,0,0,0,0,  # 00 - 07\n0,0,0,0,0,0,0,0,  # 08 - 0f\n0,0,0,0,0,0,0,0,  # 10 - 17\n0,0,0,1,0,0,0,0,  # 18 - 1f\n0,0,0,0,3,0,0,0,  # 20 - 27\n0,4,0,0,0,0,0,0,  # 28 - 2f\n0,0,0,0,0,0,0,0,  # 30 - 37\n0,0,0,0,0,0,0,0,  # 38 - 3f\n0,0,0,5,0,0,0,0,  # 40 - 47\n0,0,0,0,0,0,0,0,  # 48 - 4f\n0,0,0,0,0,0,0,0,  # 50 - 57\n0,0,0,0,0,0,0,0,  # 58 - 5f\n0,0,0,0,0,0,0,0,  # 60 - 67\n0,0,0,0,0,0,0,0,  # 68 - 6f\n0,0,0,0,0,0,0,0,  # 70 - 77\n0,0,0,0,0,0,0,0,  # 78 - 7f\n2,2,2,2,2,2,2,2,  # 80 - 87\n2,2,2,2,2,2,2,2,  # 88 - 8f\n2,2,2,2,2,2,2,2,  # 90 - 97\n2,2,2,2,2,2,2,2,  # 98 - 9f\n2,2,2,2,2,2,2,2,  # a0 - a7\n2,2,2,2,2,2,2,2,  # a8 - af\n2,2,2,2,2,2,2,2,  # b0 - b7\n2,2,2,2,2,2,2,2,  # b8 - bf\n2,2,2,2,2,2,2,2,  # c0 - c7\n2,2,2,2,2,2,2,2,  # c8 - cf\n2,2,2,2,2,2,2,2,  # d0 - d7\n2,2,2,2,2,2,2,2,  # d8 - df\n2,2,2,2,2,2,2,2,  # e0 - e7\n2,2,2,2,2,2,2,2,  # e8 - ef\n2,2,2,2,2,2,2,2,  # f0 - f7\n2,2,2,2,2,2,2,2,  # f8 - ff\n)\n\nISO2022KR_st = (\neStart,     3,eError,eStart,eStart,eStart,eError,eError,# 00-07\neError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,# 08-0f\neItsMe,eItsMe,eError,eError,eError,     4,eError,eError,# 10-17\neError,eError,eError,eError,     5,eError,eError,eError,# 18-1f\neError,eError,eError,eItsMe,eStart,eStart,eStart,eStart,# 20-27\n)\n\nISO2022KRCharLenTable = (0, 0, 0, 0, 0, 0)\n\nISO2022KRSMModel = {'classTable': ISO2022KR_cls,\n                    'classFactor': 6,\n                    'stateTable': ISO2022KR_st,\n                    'charLenTable': ISO2022KRCharLenTable,\n                    'name': \"ISO-2022-KR\"}\n\n# flake8: noqa\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/eucjpprober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is mozilla.org code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nimport sys\nfrom . import constants\nfrom .mbcharsetprober import MultiByteCharSetProber\nfrom .codingstatemachine import CodingStateMachine\nfrom .chardistribution import EUCJPDistributionAnalysis\nfrom .jpcntx import EUCJPContextAnalysis\nfrom .mbcssm import EUCJPSMModel\n\n\nclass EUCJPProber(MultiByteCharSetProber):\n    def __init__(self):\n        MultiByteCharSetProber.__init__(self)\n        self._mCodingSM = CodingStateMachine(EUCJPSMModel)\n        self._mDistributionAnalyzer = EUCJPDistributionAnalysis()\n        self._mContextAnalyzer = EUCJPContextAnalysis()\n        self.reset()\n\n    def reset(self):\n        MultiByteCharSetProber.reset(self)\n        self._mContextAnalyzer.reset()\n\n    def get_charset_name(self):\n        return \"EUC-JP\"\n\n    def feed(self, aBuf):\n        aLen = len(aBuf)\n        for i in range(0, aLen):\n            # PY3K: aBuf is a byte array, so aBuf[i] is an int, not a byte\n            codingState = self._mCodingSM.next_state(aBuf[i])\n            if codingState == constants.eError:\n                if constants._debug:\n                    sys.stderr.write(self.get_charset_name()\n                                     + ' prober hit error at byte ' + str(i)\n                                     + '\\n')\n                self._mState = constants.eNotMe\n                break\n            elif codingState == constants.eItsMe:\n                self._mState = constants.eFoundIt\n                break\n            elif codingState == constants.eStart:\n                charLen = self._mCodingSM.get_current_charlen()\n                if i == 0:\n                    self._mLastChar[1] = aBuf[0]\n                    self._mContextAnalyzer.feed(self._mLastChar, charLen)\n                    self._mDistributionAnalyzer.feed(self._mLastChar, charLen)\n                else:\n                    self._mContextAnalyzer.feed(aBuf[i - 1:i + 1], charLen)\n                    self._mDistributionAnalyzer.feed(aBuf[i - 1:i + 1],\n                                                     charLen)\n\n        self._mLastChar[0] = aBuf[aLen - 1]\n\n        if self.get_state() == constants.eDetecting:\n            if (self._mContextAnalyzer.got_enough_data() and\n               (self.get_confidence() > constants.SHORTCUT_THRESHOLD)):\n                self._mState = constants.eFoundIt\n\n        return self.get_state()\n\n    def get_confidence(self):\n        contxtCf = self._mContextAnalyzer.get_confidence()\n        distribCf = self._mDistributionAnalyzer.get_confidence()\n        return max(contxtCf, distribCf)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/euckrfreq.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Communicator client code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n# \n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n# \n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\n# Sampling from about 20M text materials include literature and computer technology\n\n# 128  --> 0.79\n# 256  --> 0.92\n# 512  --> 0.986\n# 1024 --> 0.99944\n# 2048 --> 0.99999\n#\n# Idea Distribution Ratio = 0.98653 / (1-0.98653) = 73.24\n# Random Distribution Ration = 512 / (2350-512) = 0.279.\n# \n# Typical Distribution Ratio  \n\nEUCKR_TYPICAL_DISTRIBUTION_RATIO = 6.0\n\nEUCKR_TABLE_SIZE = 2352\n\n# Char to FreqOrder table , \nEUCKRCharToFreqOrder = ( \\\n  13, 130, 120,1396, 481,1719,1720, 328, 609, 212,1721, 707, 400, 299,1722,  87,\n1397,1723, 104, 536,1117,1203,1724,1267, 685,1268, 508,1725,1726,1727,1728,1398,\n1399,1729,1730,1731, 141, 621, 326,1057, 368,1732, 267, 488,  20,1733,1269,1734,\n 945,1400,1735,  47, 904,1270,1736,1737, 773, 248,1738, 409, 313, 786, 429,1739,\n 116, 987, 813,1401, 683,  75,1204, 145,1740,1741,1742,1743,  16, 847, 667, 622,\n 708,1744,1745,1746, 966, 787, 304, 129,1747,  60, 820, 123, 676,1748,1749,1750,\n1751, 617,1752, 626,1753,1754,1755,1756, 653,1757,1758,1759,1760,1761,1762, 856,\n 344,1763,1764,1765,1766,  89, 401, 418, 806, 905, 848,1767,1768,1769, 946,1205,\n 709,1770,1118,1771, 241,1772,1773,1774,1271,1775, 569,1776, 999,1777,1778,1779,\n1780, 337, 751,1058,  28, 628, 254,1781, 177, 906, 270, 349, 891,1079,1782,  19,\n1783, 379,1784, 315,1785, 629, 754,1402, 559,1786, 636, 203,1206,1787, 710, 567,\n1788, 935, 814,1789,1790,1207, 766, 528,1791,1792,1208,1793,1794,1795,1796,1797,\n1403,1798,1799, 533,1059,1404,1405,1156,1406, 936, 884,1080,1800, 351,1801,1802,\n1803,1804,1805, 801,1806,1807,1808,1119,1809,1157, 714, 474,1407,1810, 298, 899,\n 885,1811,1120, 802,1158,1812, 892,1813,1814,1408, 659,1815,1816,1121,1817,1818,\n1819,1820,1821,1822, 319,1823, 594, 545,1824, 815, 937,1209,1825,1826, 573,1409,\n1022,1827,1210,1828,1829,1830,1831,1832,1833, 556, 722, 807,1122,1060,1834, 697,\n1835, 900, 557, 715,1836,1410, 540,1411, 752,1159, 294, 597,1211, 976, 803, 770,\n1412,1837,1838,  39, 794,1413, 358,1839, 371, 925,1840, 453, 661, 788, 531, 723,\n 544,1023,1081, 869,  91,1841, 392, 430, 790, 602,1414, 677,1082, 457,1415,1416,\n1842,1843, 475, 327,1024,1417, 795, 121,1844, 733, 403,1418,1845,1846,1847, 300,\n 119, 711,1212, 627,1848,1272, 207,1849,1850, 796,1213, 382,1851, 519,1852,1083,\n 893,1853,1854,1855, 367, 809, 487, 671,1856, 663,1857,1858, 956, 471, 306, 857,\n1859,1860,1160,1084,1861,1862,1863,1864,1865,1061,1866,1867,1868,1869,1870,1871,\n 282,  96, 574,1872, 502,1085,1873,1214,1874, 907,1875,1876, 827, 977,1419,1420,\n1421, 268,1877,1422,1878,1879,1880, 308,1881,   2, 537,1882,1883,1215,1884,1885,\n 127, 791,1886,1273,1423,1887,  34, 336, 404, 643,1888, 571, 654, 894, 840,1889,\n   0, 886,1274, 122, 575, 260, 908, 938,1890,1275, 410, 316,1891,1892, 100,1893,\n1894,1123,  48,1161,1124,1025,1895, 633, 901,1276,1896,1897, 115, 816,1898, 317,\n1899, 694,1900, 909, 734,1424, 572, 866,1425, 691,  85, 524,1010, 543, 394, 841,\n1901,1902,1903,1026,1904,1905,1906,1907,1908,1909,  30, 451, 651, 988, 310,1910,\n1911,1426, 810,1216,  93,1912,1913,1277,1217,1914, 858, 759,  45,  58, 181, 610,\n 269,1915,1916, 131,1062, 551, 443,1000, 821,1427, 957, 895,1086,1917,1918, 375,\n1919, 359,1920, 687,1921, 822,1922, 293,1923,1924,  40, 662, 118, 692,  29, 939,\n 887, 640, 482, 174,1925,  69,1162, 728,1428, 910,1926,1278,1218,1279, 386, 870,\n 217, 854,1163, 823,1927,1928,1929,1930, 834,1931,  78,1932, 859,1933,1063,1934,\n1935,1936,1937, 438,1164, 208, 595,1938,1939,1940,1941,1219,1125,1942, 280, 888,\n1429,1430,1220,1431,1943,1944,1945,1946,1947,1280, 150, 510,1432,1948,1949,1950,\n1951,1952,1953,1954,1011,1087,1955,1433,1043,1956, 881,1957, 614, 958,1064,1065,\n1221,1958, 638,1001, 860, 967, 896,1434, 989, 492, 553,1281,1165,1959,1282,1002,\n1283,1222,1960,1961,1962,1963,  36, 383, 228, 753, 247, 454,1964, 876, 678,1965,\n1966,1284, 126, 464, 490, 835, 136, 672, 529, 940,1088,1435, 473,1967,1968, 467,\n  50, 390, 227, 587, 279, 378, 598, 792, 968, 240, 151, 160, 849, 882,1126,1285,\n 639,1044, 133, 140, 288, 360, 811, 563,1027, 561, 142, 523,1969,1970,1971,   7,\n 103, 296, 439, 407, 506, 634, 990,1972,1973,1974,1975, 645,1976,1977,1978,1979,\n1980,1981, 236,1982,1436,1983,1984,1089, 192, 828, 618, 518,1166, 333,1127,1985,\n 818,1223,1986,1987,1988,1989,1990,1991,1992,1993, 342,1128,1286, 746, 842,1994,\n1995, 560, 223,1287,  98,   8, 189, 650, 978,1288,1996,1437,1997,  17, 345, 250,\n 423, 277, 234, 512, 226,  97, 289,  42, 167,1998, 201,1999,2000, 843, 836, 824,\n 532, 338, 783,1090, 182, 576, 436,1438,1439, 527, 500,2001, 947, 889,2002,2003,\n2004,2005, 262, 600, 314, 447,2006, 547,2007, 693, 738,1129,2008,  71,1440, 745,\n 619, 688,2009, 829,2010,2011, 147,2012,  33, 948,2013,2014,  74, 224,2015,  61,\n 191, 918, 399, 637,2016,1028,1130, 257, 902,2017,2018,2019,2020,2021,2022,2023,\n2024,2025,2026, 837,2027,2028,2029,2030, 179, 874, 591,  52, 724, 246,2031,2032,\n2033,2034,1167, 969,2035,1289, 630, 605, 911,1091,1168,2036,2037,2038,1441, 912,\n2039, 623,2040,2041, 253,1169,1290,2042,1442, 146, 620, 611, 577, 433,2043,1224,\n 719,1170, 959, 440, 437, 534,  84, 388, 480,1131, 159, 220, 198, 679,2044,1012,\n 819,1066,1443, 113,1225, 194, 318,1003,1029,2045,2046,2047,2048,1067,2049,2050,\n2051,2052,2053,  59, 913, 112,2054, 632,2055, 455, 144, 739,1291,2056, 273, 681,\n 499,2057, 448,2058,2059, 760,2060,2061, 970, 384, 169, 245,1132,2062,2063, 414,\n1444,2064,2065,  41, 235,2066, 157, 252, 877, 568, 919, 789, 580,2067, 725,2068,\n2069,1292,2070,2071,1445,2072,1446,2073,2074,  55, 588,  66,1447, 271,1092,2075,\n1226,2076, 960,1013, 372,2077,2078,2079,2080,2081,1293,2082,2083,2084,2085, 850,\n2086,2087,2088,2089,2090, 186,2091,1068, 180,2092,2093,2094, 109,1227, 522, 606,\n2095, 867,1448,1093, 991,1171, 926, 353,1133,2096, 581,2097,2098,2099,1294,1449,\n1450,2100, 596,1172,1014,1228,2101,1451,1295,1173,1229,2102,2103,1296,1134,1452,\n 949,1135,2104,2105,1094,1453,1454,1455,2106,1095,2107,2108,2109,2110,2111,2112,\n2113,2114,2115,2116,2117, 804,2118,2119,1230,1231, 805,1456, 405,1136,2120,2121,\n2122,2123,2124, 720, 701,1297, 992,1457, 927,1004,2125,2126,2127,2128,2129,2130,\n  22, 417,2131, 303,2132, 385,2133, 971, 520, 513,2134,1174,  73,1096, 231, 274,\n 962,1458, 673,2135,1459,2136, 152,1137,2137,2138,2139,2140,1005,1138,1460,1139,\n2141,2142,2143,2144,  11, 374, 844,2145, 154,1232,  46,1461,2146, 838, 830, 721,\n1233, 106,2147,  90, 428, 462, 578, 566,1175, 352,2148,2149, 538,1234, 124,1298,\n2150,1462, 761, 565,2151, 686,2152, 649,2153,  72, 173,2154, 460, 415,2155,1463,\n2156,1235, 305,2157,2158,2159,2160,2161,2162, 579,2163,2164,2165,2166,2167, 747,\n2168,2169,2170,2171,1464, 669,2172,2173,2174,2175,2176,1465,2177,  23, 530, 285,\n2178, 335, 729,2179, 397,2180,2181,2182,1030,2183,2184, 698,2185,2186, 325,2187,\n2188, 369,2189, 799,1097,1015, 348,2190,1069, 680,2191, 851,1466,2192,2193,  10,\n2194, 613, 424,2195, 979, 108, 449, 589,  27, 172,  81,1031,  80, 774, 281, 350,\n1032, 525, 301, 582,1176,2196, 674,1045,2197,2198,1467, 730, 762,2199,2200,2201,\n2202,1468,2203, 993,2204,2205, 266,1070, 963,1140,2206,2207,2208, 664,1098, 972,\n2209,2210,2211,1177,1469,1470, 871,2212,2213,2214,2215,2216,1471,2217,2218,2219,\n2220,2221,2222,2223,2224,2225,2226,2227,1472,1236,2228,2229,2230,2231,2232,2233,\n2234,2235,1299,2236,2237, 200,2238, 477, 373,2239,2240, 731, 825, 777,2241,2242,\n2243, 521, 486, 548,2244,2245,2246,1473,1300,  53, 549, 137, 875,  76, 158,2247,\n1301,1474, 469, 396,1016, 278, 712,2248, 321, 442, 503, 767, 744, 941,1237,1178,\n1475,2249,  82, 178,1141,1179, 973,2250,1302,2251, 297,2252,2253, 570,2254,2255,\n2256,  18, 450, 206,2257, 290, 292,1142,2258, 511, 162,  99, 346, 164, 735,2259,\n1476,1477,   4, 554, 343, 798,1099,2260,1100,2261,  43, 171,1303, 139, 215,2262,\n2263, 717, 775,2264,1033, 322, 216,2265, 831,2266, 149,2267,1304,2268,2269, 702,\n1238, 135, 845, 347, 309,2270, 484,2271, 878, 655, 238,1006,1478,2272,  67,2273,\n 295,2274,2275, 461,2276, 478, 942, 412,2277,1034,2278,2279,2280, 265,2281, 541,\n2282,2283,2284,2285,2286,  70, 852,1071,2287,2288,2289,2290,  21,  56, 509, 117,\n 432,2291,2292, 331, 980, 552,1101, 148, 284, 105, 393,1180,1239, 755,2293, 187,\n2294,1046,1479,2295, 340,2296,  63,1047, 230,2297,2298,1305, 763,1306, 101, 800,\n 808, 494,2299,2300,2301, 903,2302,  37,1072,  14,   5,2303,  79, 675,2304, 312,\n2305,2306,2307,2308,2309,1480,   6,1307,2310,2311,2312,   1, 470,  35,  24, 229,\n2313, 695, 210,  86, 778,  15, 784, 592, 779,  32,  77, 855, 964,2314, 259,2315,\n 501, 380,2316,2317,  83, 981, 153, 689,1308,1481,1482,1483,2318,2319, 716,1484,\n2320,2321,2322,2323,2324,2325,1485,2326,2327, 128,  57,  68, 261,1048, 211, 170,\n1240,  31,2328,  51, 435, 742,2329,2330,2331, 635,2332, 264, 456,2333,2334,2335,\n 425,2336,1486, 143, 507, 263, 943,2337, 363, 920,1487, 256,1488,1102, 243, 601,\n1489,2338,2339,2340,2341,2342,2343,2344, 861,2345,2346,2347,2348,2349,2350, 395,\n2351,1490,1491,  62, 535, 166, 225,2352,2353, 668, 419,1241, 138, 604, 928,2354,\n1181,2355,1492,1493,2356,2357,2358,1143,2359, 696,2360, 387, 307,1309, 682, 476,\n2361,2362, 332,  12, 222, 156,2363, 232,2364, 641, 276, 656, 517,1494,1495,1035,\n 416, 736,1496,2365,1017, 586,2366,2367,2368,1497,2369, 242,2370,2371,2372,1498,\n2373, 965, 713,2374,2375,2376,2377, 740, 982,1499, 944,1500,1007,2378,2379,1310,\n1501,2380,2381,2382, 785, 329,2383,2384,1502,2385,2386,2387, 932,2388,1503,2389,\n2390,2391,2392,1242,2393,2394,2395,2396,2397, 994, 950,2398,2399,2400,2401,1504,\n1311,2402,2403,2404,2405,1049, 749,2406,2407, 853, 718,1144,1312,2408,1182,1505,\n2409,2410, 255, 516, 479, 564, 550, 214,1506,1507,1313, 413, 239, 444, 339,1145,\n1036,1508,1509,1314,1037,1510,1315,2411,1511,2412,2413,2414, 176, 703, 497, 624,\n 593, 921, 302,2415, 341, 165,1103,1512,2416,1513,2417,2418,2419, 376,2420, 700,\n2421,2422,2423, 258, 768,1316,2424,1183,2425, 995, 608,2426,2427,2428,2429, 221,\n2430,2431,2432,2433,2434,2435,2436,2437, 195, 323, 726, 188, 897, 983,1317, 377,\n 644,1050, 879,2438, 452,2439,2440,2441,2442,2443,2444, 914,2445,2446,2447,2448,\n 915, 489,2449,1514,1184,2450,2451, 515,  64, 427, 495,2452, 583,2453, 483, 485,\n1038, 562, 213,1515, 748, 666,2454,2455,2456,2457, 334,2458, 780, 996,1008, 705,\n1243,2459,2460,2461,2462,2463, 114,2464, 493,1146, 366, 163,1516, 961,1104,2465,\n 291,2466,1318,1105,2467,1517, 365,2468, 355, 951,1244,2469,1319,2470, 631,2471,\n2472, 218,1320, 364, 320, 756,1518,1519,1321,1520,1322,2473,2474,2475,2476, 997,\n2477,2478,2479,2480, 665,1185,2481, 916,1521,2482,2483,2484, 584, 684,2485,2486,\n 797,2487,1051,1186,2488,2489,2490,1522,2491,2492, 370,2493,1039,1187,  65,2494,\n 434, 205, 463,1188,2495, 125, 812, 391, 402, 826, 699, 286, 398, 155, 781, 771,\n 585,2496, 590, 505,1073,2497, 599, 244, 219, 917,1018, 952, 646,1523,2498,1323,\n2499,2500,  49, 984, 354, 741,2501, 625,2502,1324,2503,1019, 190, 357, 757, 491,\n  95, 782, 868,2504,2505,2506,2507,2508,2509, 134,1524,1074, 422,1525, 898,2510,\n 161,2511,2512,2513,2514, 769,2515,1526,2516,2517, 411,1325,2518, 472,1527,2519,\n2520,2521,2522,2523,2524, 985,2525,2526,2527,2528,2529,2530, 764,2531,1245,2532,\n2533,  25, 204, 311,2534, 496,2535,1052,2536,2537,2538,2539,2540,2541,2542, 199,\n 704, 504, 468, 758, 657,1528, 196,  44, 839,1246, 272, 750,2543, 765, 862,2544,\n2545,1326,2546, 132, 615, 933,2547, 732,2548,2549,2550,1189,1529,2551, 283,1247,\n1053, 607, 929,2552,2553,2554, 930, 183, 872, 616,1040,1147,2555,1148,1020, 441,\n 249,1075,2556,2557,2558, 466, 743,2559,2560,2561,  92, 514, 426, 420, 526,2562,\n2563,2564,2565,2566,2567,2568, 185,2569,2570,2571,2572, 776,1530, 658,2573, 362,\n2574, 361, 922,1076, 793,2575,2576,2577,2578,2579,2580,1531, 251,2581,2582,2583,\n2584,1532,  54, 612, 237,1327,2585,2586, 275, 408, 647, 111,2587,1533,1106, 465,\n   3, 458,   9,  38,2588, 107, 110, 890, 209,  26, 737, 498,2589,1534,2590, 431,\n 202,  88,1535, 356, 287,1107, 660,1149,2591, 381,1536, 986,1150, 445,1248,1151,\n 974,2592,2593, 846,2594, 446, 953, 184,1249,1250, 727,2595, 923, 193, 883,2596,\n2597,2598, 102, 324, 539, 817,2599, 421,1041,2600, 832,2601,  94, 175, 197, 406,\n2602, 459,2603,2604,2605,2606,2607, 330, 555,2608,2609,2610, 706,1108, 389,2611,\n2612,2613,2614, 233,2615, 833, 558, 931, 954,1251,2616,2617,1537, 546,2618,2619,\n1009,2620,2621,2622,1538, 690,1328,2623, 955,2624,1539,2625,2626, 772,2627,2628,\n2629,2630,2631, 924, 648, 863, 603,2632,2633, 934,1540, 864, 865,2634, 642,1042,\n 670,1190,2635,2636,2637,2638, 168,2639, 652, 873, 542,1054,1541,2640,2641,2642,  # 512, 256\n#Everything below is of no interest for detection purpose\n2643,2644,2645,2646,2647,2648,2649,2650,2651,2652,2653,2654,2655,2656,2657,2658,\n2659,2660,2661,2662,2663,2664,2665,2666,2667,2668,2669,2670,2671,2672,2673,2674,\n2675,2676,2677,2678,2679,2680,2681,2682,2683,2684,2685,2686,2687,2688,2689,2690,\n2691,2692,2693,2694,2695,2696,2697,2698,2699,1542, 880,2700,2701,2702,2703,2704,\n2705,2706,2707,2708,2709,2710,2711,2712,2713,2714,2715,2716,2717,2718,2719,2720,\n2721,2722,2723,2724,2725,1543,2726,2727,2728,2729,2730,2731,2732,1544,2733,2734,\n2735,2736,2737,2738,2739,2740,2741,2742,2743,2744,2745,2746,2747,2748,2749,2750,\n2751,2752,2753,2754,1545,2755,2756,2757,2758,2759,2760,2761,2762,2763,2764,2765,\n2766,1546,2767,1547,2768,2769,2770,2771,2772,2773,2774,2775,2776,2777,2778,2779,\n2780,2781,2782,2783,2784,2785,2786,1548,2787,2788,2789,1109,2790,2791,2792,2793,\n2794,2795,2796,2797,2798,2799,2800,2801,2802,2803,2804,2805,2806,2807,2808,2809,\n2810,2811,2812,1329,2813,2814,2815,2816,2817,2818,2819,2820,2821,2822,2823,2824,\n2825,2826,2827,2828,2829,2830,2831,2832,2833,2834,2835,2836,2837,2838,2839,2840,\n2841,2842,2843,2844,2845,2846,2847,2848,2849,2850,2851,2852,2853,2854,2855,2856,\n1549,2857,2858,2859,2860,1550,2861,2862,1551,2863,2864,2865,2866,2867,2868,2869,\n2870,2871,2872,2873,2874,1110,1330,2875,2876,2877,2878,2879,2880,2881,2882,2883,\n2884,2885,2886,2887,2888,2889,2890,2891,2892,2893,2894,2895,2896,2897,2898,2899,\n2900,2901,2902,2903,2904,2905,2906,2907,2908,2909,2910,2911,2912,2913,2914,2915,\n2916,2917,2918,2919,2920,2921,2922,2923,2924,2925,2926,2927,2928,2929,2930,1331,\n2931,2932,2933,2934,2935,2936,2937,2938,2939,2940,2941,2942,2943,1552,2944,2945,\n2946,2947,2948,2949,2950,2951,2952,2953,2954,2955,2956,2957,2958,2959,2960,2961,\n2962,2963,2964,1252,2965,2966,2967,2968,2969,2970,2971,2972,2973,2974,2975,2976,\n2977,2978,2979,2980,2981,2982,2983,2984,2985,2986,2987,2988,2989,2990,2991,2992,\n2993,2994,2995,2996,2997,2998,2999,3000,3001,3002,3003,3004,3005,3006,3007,3008,\n3009,3010,3011,3012,1553,3013,3014,3015,3016,3017,1554,3018,1332,3019,3020,3021,\n3022,3023,3024,3025,3026,3027,3028,3029,3030,3031,3032,3033,3034,3035,3036,3037,\n3038,3039,3040,3041,3042,3043,3044,3045,3046,3047,3048,3049,3050,1555,3051,3052,\n3053,1556,1557,3054,3055,3056,3057,3058,3059,3060,3061,3062,3063,3064,3065,3066,\n3067,1558,3068,3069,3070,3071,3072,3073,3074,3075,3076,1559,3077,3078,3079,3080,\n3081,3082,3083,1253,3084,3085,3086,3087,3088,3089,3090,3091,3092,3093,3094,3095,\n3096,3097,3098,3099,3100,3101,3102,3103,3104,3105,3106,3107,3108,1152,3109,3110,\n3111,3112,3113,1560,3114,3115,3116,3117,1111,3118,3119,3120,3121,3122,3123,3124,\n3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3138,3139,3140,\n3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,\n3157,3158,3159,3160,3161,3162,3163,3164,3165,3166,3167,3168,3169,3170,3171,3172,\n3173,3174,3175,3176,1333,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,\n3188,3189,1561,3190,3191,1334,3192,3193,3194,3195,3196,3197,3198,3199,3200,3201,\n3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,\n3218,3219,3220,3221,3222,3223,3224,3225,3226,3227,3228,3229,3230,3231,3232,3233,\n3234,1562,3235,3236,3237,3238,3239,3240,3241,3242,3243,3244,3245,3246,3247,3248,\n3249,3250,3251,3252,3253,3254,3255,3256,3257,3258,3259,3260,3261,3262,3263,3264,\n3265,3266,3267,3268,3269,3270,3271,3272,3273,3274,3275,3276,3277,1563,3278,3279,\n3280,3281,3282,3283,3284,3285,3286,3287,3288,3289,3290,3291,3292,3293,3294,3295,\n3296,3297,3298,3299,3300,3301,3302,3303,3304,3305,3306,3307,3308,3309,3310,3311,\n3312,3313,3314,3315,3316,3317,3318,3319,3320,3321,3322,3323,3324,3325,3326,3327,\n3328,3329,3330,3331,3332,3333,3334,3335,3336,3337,3338,3339,3340,3341,3342,3343,\n3344,3345,3346,3347,3348,3349,3350,3351,3352,3353,3354,3355,3356,3357,3358,3359,\n3360,3361,3362,3363,3364,1335,3365,3366,3367,3368,3369,3370,3371,3372,3373,3374,\n3375,3376,3377,3378,3379,3380,3381,3382,3383,3384,3385,3386,3387,1336,3388,3389,\n3390,3391,3392,3393,3394,3395,3396,3397,3398,3399,3400,3401,3402,3403,3404,3405,\n3406,3407,3408,3409,3410,3411,3412,3413,3414,1337,3415,3416,3417,3418,3419,1338,\n3420,3421,3422,1564,1565,3423,3424,3425,3426,3427,3428,3429,3430,3431,1254,3432,\n3433,3434,1339,3435,3436,3437,3438,3439,1566,3440,3441,3442,3443,3444,3445,3446,\n3447,3448,3449,3450,3451,3452,3453,3454,1255,3455,3456,3457,3458,3459,1567,1191,\n3460,1568,1569,3461,3462,3463,1570,3464,3465,3466,3467,3468,1571,3469,3470,3471,\n3472,3473,1572,3474,3475,3476,3477,3478,3479,3480,3481,3482,3483,3484,3485,3486,\n1340,3487,3488,3489,3490,3491,3492,1021,3493,3494,3495,3496,3497,3498,1573,3499,\n1341,3500,3501,3502,3503,3504,3505,3506,3507,3508,3509,3510,3511,1342,3512,3513,\n3514,3515,3516,1574,1343,3517,3518,3519,1575,3520,1576,3521,3522,3523,3524,3525,\n3526,3527,3528,3529,3530,3531,3532,3533,3534,3535,3536,3537,3538,3539,3540,3541,\n3542,3543,3544,3545,3546,3547,3548,3549,3550,3551,3552,3553,3554,3555,3556,3557,\n3558,3559,3560,3561,3562,3563,3564,3565,3566,3567,3568,3569,3570,3571,3572,3573,\n3574,3575,3576,3577,3578,3579,3580,1577,3581,3582,1578,3583,3584,3585,3586,3587,\n3588,3589,3590,3591,3592,3593,3594,3595,3596,3597,3598,3599,3600,3601,3602,3603,\n3604,1579,3605,3606,3607,3608,3609,3610,3611,3612,3613,3614,3615,3616,3617,3618,\n3619,3620,3621,3622,3623,3624,3625,3626,3627,3628,3629,1580,3630,3631,1581,3632,\n3633,3634,3635,3636,3637,3638,3639,3640,3641,3642,3643,3644,3645,3646,3647,3648,\n3649,3650,3651,3652,3653,3654,3655,3656,1582,3657,3658,3659,3660,3661,3662,3663,\n3664,3665,3666,3667,3668,3669,3670,3671,3672,3673,3674,3675,3676,3677,3678,3679,\n3680,3681,3682,3683,3684,3685,3686,3687,3688,3689,3690,3691,3692,3693,3694,3695,\n3696,3697,3698,3699,3700,1192,3701,3702,3703,3704,1256,3705,3706,3707,3708,1583,\n1257,3709,3710,3711,3712,3713,3714,3715,3716,1584,3717,3718,3719,3720,3721,3722,\n3723,3724,3725,3726,3727,3728,3729,3730,3731,3732,3733,3734,3735,3736,3737,3738,\n3739,3740,3741,3742,3743,3744,3745,1344,3746,3747,3748,3749,3750,3751,3752,3753,\n3754,3755,3756,1585,3757,3758,3759,3760,3761,3762,3763,3764,3765,3766,1586,3767,\n3768,3769,3770,3771,3772,3773,3774,3775,3776,3777,3778,1345,3779,3780,3781,3782,\n3783,3784,3785,3786,3787,3788,3789,3790,3791,3792,3793,3794,3795,1346,1587,3796,\n3797,1588,3798,3799,3800,3801,3802,3803,3804,3805,3806,1347,3807,3808,3809,3810,\n3811,1589,3812,3813,3814,3815,3816,3817,3818,3819,3820,3821,1590,3822,3823,1591,\n1348,3824,3825,3826,3827,3828,3829,3830,1592,3831,3832,1593,3833,3834,3835,3836,\n3837,3838,3839,3840,3841,3842,3843,3844,1349,3845,3846,3847,3848,3849,3850,3851,\n3852,3853,3854,3855,3856,3857,3858,1594,3859,3860,3861,3862,3863,3864,3865,3866,\n3867,3868,3869,1595,3870,3871,3872,3873,1596,3874,3875,3876,3877,3878,3879,3880,\n3881,3882,3883,3884,3885,3886,1597,3887,3888,3889,3890,3891,3892,3893,3894,3895,\n1598,3896,3897,3898,1599,1600,3899,1350,3900,1351,3901,3902,1352,3903,3904,3905,\n3906,3907,3908,3909,3910,3911,3912,3913,3914,3915,3916,3917,3918,3919,3920,3921,\n3922,3923,3924,1258,3925,3926,3927,3928,3929,3930,3931,1193,3932,1601,3933,3934,\n3935,3936,3937,3938,3939,3940,3941,3942,3943,1602,3944,3945,3946,3947,3948,1603,\n3949,3950,3951,3952,3953,3954,3955,3956,3957,3958,3959,3960,3961,3962,3963,3964,\n3965,1604,3966,3967,3968,3969,3970,3971,3972,3973,3974,3975,3976,3977,1353,3978,\n3979,3980,3981,3982,3983,3984,3985,3986,3987,3988,3989,3990,3991,1354,3992,3993,\n3994,3995,3996,3997,3998,3999,4000,4001,4002,4003,4004,4005,4006,4007,4008,4009,\n4010,4011,4012,4013,4014,4015,4016,4017,4018,4019,4020,4021,4022,4023,1355,4024,\n4025,4026,4027,4028,4029,4030,4031,4032,4033,4034,4035,4036,4037,4038,4039,4040,\n1605,4041,4042,4043,4044,4045,4046,4047,4048,4049,4050,4051,4052,4053,4054,4055,\n4056,4057,4058,4059,4060,1606,4061,4062,4063,4064,1607,4065,4066,4067,4068,4069,\n4070,4071,4072,4073,4074,4075,4076,1194,4077,4078,1608,4079,4080,4081,4082,4083,\n4084,4085,4086,4087,1609,4088,4089,4090,4091,4092,4093,4094,4095,4096,4097,4098,\n4099,4100,4101,4102,4103,4104,4105,4106,4107,4108,1259,4109,4110,4111,4112,4113,\n4114,4115,4116,4117,4118,4119,4120,4121,4122,4123,4124,1195,4125,4126,4127,1610,\n4128,4129,4130,4131,4132,4133,4134,4135,4136,4137,1356,4138,4139,4140,4141,4142,\n4143,4144,1611,4145,4146,4147,4148,4149,4150,4151,4152,4153,4154,4155,4156,4157,\n4158,4159,4160,4161,4162,4163,4164,4165,4166,4167,4168,4169,4170,4171,4172,4173,\n4174,4175,4176,4177,4178,4179,4180,4181,4182,4183,4184,4185,4186,4187,4188,4189,\n4190,4191,4192,4193,4194,4195,4196,4197,4198,4199,4200,4201,4202,4203,4204,4205,\n4206,4207,4208,4209,4210,4211,4212,4213,4214,4215,4216,4217,4218,4219,1612,4220,\n4221,4222,4223,4224,4225,4226,4227,1357,4228,1613,4229,4230,4231,4232,4233,4234,\n4235,4236,4237,4238,4239,4240,4241,4242,4243,1614,4244,4245,4246,4247,4248,4249,\n4250,4251,4252,4253,4254,4255,4256,4257,4258,4259,4260,4261,4262,4263,4264,4265,\n4266,4267,4268,4269,4270,1196,1358,4271,4272,4273,4274,4275,4276,4277,4278,4279,\n4280,4281,4282,4283,4284,4285,4286,4287,1615,4288,4289,4290,4291,4292,4293,4294,\n4295,4296,4297,4298,4299,4300,4301,4302,4303,4304,4305,4306,4307,4308,4309,4310,\n4311,4312,4313,4314,4315,4316,4317,4318,4319,4320,4321,4322,4323,4324,4325,4326,\n4327,4328,4329,4330,4331,4332,4333,4334,1616,4335,4336,4337,4338,4339,4340,4341,\n4342,4343,4344,4345,4346,4347,4348,4349,4350,4351,4352,4353,4354,4355,4356,4357,\n4358,4359,4360,1617,4361,4362,4363,4364,4365,1618,4366,4367,4368,4369,4370,4371,\n4372,4373,4374,4375,4376,4377,4378,4379,4380,4381,4382,4383,4384,4385,4386,4387,\n4388,4389,4390,4391,4392,4393,4394,4395,4396,4397,4398,4399,4400,4401,4402,4403,\n4404,4405,4406,4407,4408,4409,4410,4411,4412,4413,4414,4415,4416,1619,4417,4418,\n4419,4420,4421,4422,4423,4424,4425,1112,4426,4427,4428,4429,4430,1620,4431,4432,\n4433,4434,4435,4436,4437,4438,4439,4440,4441,4442,1260,1261,4443,4444,4445,4446,\n4447,4448,4449,4450,4451,4452,4453,4454,4455,1359,4456,4457,4458,4459,4460,4461,\n4462,4463,4464,4465,1621,4466,4467,4468,4469,4470,4471,4472,4473,4474,4475,4476,\n4477,4478,4479,4480,4481,4482,4483,4484,4485,4486,4487,4488,4489,1055,4490,4491,\n4492,4493,4494,4495,4496,4497,4498,4499,4500,4501,4502,4503,4504,4505,4506,4507,\n4508,4509,4510,4511,4512,4513,4514,4515,4516,4517,4518,1622,4519,4520,4521,1623,\n4522,4523,4524,4525,4526,4527,4528,4529,4530,4531,4532,4533,4534,4535,1360,4536,\n4537,4538,4539,4540,4541,4542,4543, 975,4544,4545,4546,4547,4548,4549,4550,4551,\n4552,4553,4554,4555,4556,4557,4558,4559,4560,4561,4562,4563,4564,4565,4566,4567,\n4568,4569,4570,4571,1624,4572,4573,4574,4575,4576,1625,4577,4578,4579,4580,4581,\n4582,4583,4584,1626,4585,4586,4587,4588,4589,4590,4591,4592,4593,4594,4595,1627,\n4596,4597,4598,4599,4600,4601,4602,4603,4604,4605,4606,4607,4608,4609,4610,4611,\n4612,4613,4614,4615,1628,4616,4617,4618,4619,4620,4621,4622,4623,4624,4625,4626,\n4627,4628,4629,4630,4631,4632,4633,4634,4635,4636,4637,4638,4639,4640,4641,4642,\n4643,4644,4645,4646,4647,4648,4649,1361,4650,4651,4652,4653,4654,4655,4656,4657,\n4658,4659,4660,4661,1362,4662,4663,4664,4665,4666,4667,4668,4669,4670,4671,4672,\n4673,4674,4675,4676,4677,4678,4679,4680,4681,4682,1629,4683,4684,4685,4686,4687,\n1630,4688,4689,4690,4691,1153,4692,4693,4694,1113,4695,4696,4697,4698,4699,4700,\n4701,4702,4703,4704,4705,4706,4707,4708,4709,4710,4711,1197,4712,4713,4714,4715,\n4716,4717,4718,4719,4720,4721,4722,4723,4724,4725,4726,4727,4728,4729,4730,4731,\n4732,4733,4734,4735,1631,4736,1632,4737,4738,4739,4740,4741,4742,4743,4744,1633,\n4745,4746,4747,4748,4749,1262,4750,4751,4752,4753,4754,1363,4755,4756,4757,4758,\n4759,4760,4761,4762,4763,4764,4765,4766,4767,4768,1634,4769,4770,4771,4772,4773,\n4774,4775,4776,4777,4778,1635,4779,4780,4781,4782,4783,4784,4785,4786,4787,4788,\n4789,1636,4790,4791,4792,4793,4794,4795,4796,4797,4798,4799,4800,4801,4802,4803,\n4804,4805,4806,1637,4807,4808,4809,1638,4810,4811,4812,4813,4814,4815,4816,4817,\n4818,1639,4819,4820,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4831,4832,\n4833,1077,4834,4835,4836,4837,4838,4839,4840,4841,4842,4843,4844,4845,4846,4847,\n4848,4849,4850,4851,4852,4853,4854,4855,4856,4857,4858,4859,4860,4861,4862,4863,\n4864,4865,4866,4867,4868,4869,4870,4871,4872,4873,4874,4875,4876,4877,4878,4879,\n4880,4881,4882,4883,1640,4884,4885,1641,4886,4887,4888,4889,4890,4891,4892,4893,\n4894,4895,4896,4897,4898,4899,4900,4901,4902,4903,4904,4905,4906,4907,4908,4909,\n4910,4911,1642,4912,4913,4914,1364,4915,4916,4917,4918,4919,4920,4921,4922,4923,\n4924,4925,4926,4927,4928,4929,4930,4931,1643,4932,4933,4934,4935,4936,4937,4938,\n4939,4940,4941,4942,4943,4944,4945,4946,4947,4948,4949,4950,4951,4952,4953,4954,\n4955,4956,4957,4958,4959,4960,4961,4962,4963,4964,4965,4966,4967,4968,4969,4970,\n4971,4972,4973,4974,4975,4976,4977,4978,4979,4980,1644,4981,4982,4983,4984,1645,\n4985,4986,1646,4987,4988,4989,4990,4991,4992,4993,4994,4995,4996,4997,4998,4999,\n5000,5001,5002,5003,5004,5005,1647,5006,1648,5007,5008,5009,5010,5011,5012,1078,\n5013,5014,5015,5016,5017,5018,5019,5020,5021,5022,5023,5024,5025,5026,5027,5028,\n1365,5029,5030,5031,5032,5033,5034,5035,5036,5037,5038,5039,1649,5040,5041,5042,\n5043,5044,5045,1366,5046,5047,5048,5049,5050,5051,5052,5053,5054,5055,1650,5056,\n5057,5058,5059,5060,5061,5062,5063,5064,5065,5066,5067,5068,5069,5070,5071,5072,\n5073,5074,5075,5076,5077,1651,5078,5079,5080,5081,5082,5083,5084,5085,5086,5087,\n5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102,5103,\n5104,5105,5106,5107,5108,5109,5110,1652,5111,5112,5113,5114,5115,5116,5117,5118,\n1367,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,1653,5130,5131,5132,\n5133,5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148,\n5149,1368,5150,1654,5151,1369,5152,5153,5154,5155,5156,5157,5158,5159,5160,5161,\n5162,5163,5164,5165,5166,5167,5168,5169,5170,5171,5172,5173,5174,5175,5176,5177,\n5178,1370,5179,5180,5181,5182,5183,5184,5185,5186,5187,5188,5189,5190,5191,5192,\n5193,5194,5195,5196,5197,5198,1655,5199,5200,5201,5202,1656,5203,5204,5205,5206,\n1371,5207,1372,5208,5209,5210,5211,1373,5212,5213,1374,5214,5215,5216,5217,5218,\n5219,5220,5221,5222,5223,5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,\n5235,5236,5237,5238,5239,5240,5241,5242,5243,5244,5245,5246,5247,1657,5248,5249,\n5250,5251,1658,1263,5252,5253,5254,5255,5256,1375,5257,5258,5259,5260,5261,5262,\n5263,5264,5265,5266,5267,5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278,\n5279,5280,5281,5282,5283,1659,5284,5285,5286,5287,5288,5289,5290,5291,5292,5293,\n5294,5295,5296,5297,5298,5299,5300,1660,5301,5302,5303,5304,5305,5306,5307,5308,\n5309,5310,5311,5312,5313,5314,5315,5316,5317,5318,5319,5320,5321,1376,5322,5323,\n5324,5325,5326,5327,5328,5329,5330,5331,5332,5333,1198,5334,5335,5336,5337,5338,\n5339,5340,5341,5342,5343,1661,5344,5345,5346,5347,5348,5349,5350,5351,5352,5353,\n5354,5355,5356,5357,5358,5359,5360,5361,5362,5363,5364,5365,5366,5367,5368,5369,\n5370,5371,5372,5373,5374,5375,5376,5377,5378,5379,5380,5381,5382,5383,5384,5385,\n5386,5387,5388,5389,5390,5391,5392,5393,5394,5395,5396,5397,5398,1264,5399,5400,\n5401,5402,5403,5404,5405,5406,5407,5408,5409,5410,5411,5412,1662,5413,5414,5415,\n5416,1663,5417,5418,5419,5420,5421,5422,5423,5424,5425,5426,5427,5428,5429,5430,\n5431,5432,5433,5434,5435,5436,5437,5438,1664,5439,5440,5441,5442,5443,5444,5445,\n5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456,5457,5458,5459,5460,5461,\n5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472,5473,5474,5475,5476,5477,\n5478,1154,5479,5480,5481,5482,5483,5484,5485,1665,5486,5487,5488,5489,5490,5491,\n5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,5502,5503,5504,5505,5506,5507,\n5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520,5521,5522,5523,\n5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536,5537,5538,5539,\n5540,5541,5542,5543,5544,5545,5546,5547,5548,1377,5549,5550,5551,5552,5553,5554,\n5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568,5569,5570,\n1114,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584,5585,\n5586,5587,5588,5589,5590,5591,5592,1378,5593,5594,5595,5596,5597,5598,5599,5600,\n5601,5602,5603,5604,5605,5606,5607,5608,5609,5610,5611,5612,5613,5614,1379,5615,\n5616,5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631,\n5632,5633,5634,1380,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,\n5647,5648,5649,1381,1056,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,\n1666,5661,5662,5663,5664,5665,5666,5667,5668,1667,5669,1668,5670,5671,5672,5673,\n5674,5675,5676,5677,5678,1155,5679,5680,5681,5682,5683,5684,5685,5686,5687,5688,\n5689,5690,5691,5692,5693,5694,5695,5696,5697,5698,1669,5699,5700,5701,5702,5703,\n5704,5705,1670,5706,5707,5708,5709,5710,1671,5711,5712,5713,5714,1382,5715,5716,\n5717,5718,5719,5720,5721,5722,5723,5724,5725,1672,5726,5727,1673,1674,5728,5729,\n5730,5731,5732,5733,5734,5735,5736,1675,5737,5738,5739,5740,5741,5742,5743,5744,\n1676,5745,5746,5747,5748,5749,5750,5751,1383,5752,5753,5754,5755,5756,5757,5758,\n5759,5760,5761,5762,5763,5764,5765,5766,5767,5768,1677,5769,5770,5771,5772,5773,\n1678,5774,5775,5776, 998,5777,5778,5779,5780,5781,5782,5783,5784,5785,1384,5786,\n5787,5788,5789,5790,5791,5792,5793,5794,5795,5796,5797,5798,5799,5800,1679,5801,\n5802,5803,1115,1116,5804,5805,5806,5807,5808,5809,5810,5811,5812,5813,5814,5815,\n5816,5817,5818,5819,5820,5821,5822,5823,5824,5825,5826,5827,5828,5829,5830,5831,\n5832,5833,5834,5835,5836,5837,5838,5839,5840,5841,5842,5843,5844,5845,5846,5847,\n5848,5849,5850,5851,5852,5853,5854,5855,1680,5856,5857,5858,5859,5860,5861,5862,\n5863,5864,1681,5865,5866,5867,1682,5868,5869,5870,5871,5872,5873,5874,5875,5876,\n5877,5878,5879,1683,5880,1684,5881,5882,5883,5884,1685,5885,5886,5887,5888,5889,\n5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904,5905,\n5906,5907,1686,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920,\n5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,1687,\n5936,5937,5938,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,\n5952,1688,1689,5953,1199,5954,5955,5956,5957,5958,5959,5960,5961,1690,5962,5963,\n5964,5965,5966,5967,5968,5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979,\n5980,5981,1385,5982,1386,5983,5984,5985,5986,5987,5988,5989,5990,5991,5992,5993,\n5994,5995,5996,5997,5998,5999,6000,6001,6002,6003,6004,6005,6006,6007,6008,6009,\n6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6025,\n6026,6027,1265,6028,6029,1691,6030,6031,6032,6033,6034,6035,6036,6037,6038,6039,\n6040,6041,6042,6043,6044,6045,6046,6047,6048,6049,6050,6051,6052,6053,6054,6055,\n6056,6057,6058,6059,6060,6061,6062,6063,6064,6065,6066,6067,6068,6069,6070,6071,\n6072,6073,6074,6075,6076,6077,6078,6079,6080,6081,6082,6083,6084,1692,6085,6086,\n6087,6088,6089,6090,6091,6092,6093,6094,6095,6096,6097,6098,6099,6100,6101,6102,\n6103,6104,6105,6106,6107,6108,6109,6110,6111,6112,6113,6114,6115,6116,6117,6118,\n6119,6120,6121,6122,6123,6124,6125,6126,6127,6128,6129,6130,6131,1693,6132,6133,\n6134,6135,6136,1694,6137,6138,6139,6140,6141,1695,6142,6143,6144,6145,6146,6147,\n6148,6149,6150,6151,6152,6153,6154,6155,6156,6157,6158,6159,6160,6161,6162,6163,\n6164,6165,6166,6167,6168,6169,6170,6171,6172,6173,6174,6175,6176,6177,6178,6179,\n6180,6181,6182,6183,6184,6185,1696,6186,6187,6188,6189,6190,6191,6192,6193,6194,\n6195,6196,6197,6198,6199,6200,6201,6202,6203,6204,6205,6206,6207,6208,6209,6210,\n6211,6212,6213,6214,6215,6216,6217,6218,6219,1697,6220,6221,6222,6223,6224,6225,\n6226,6227,6228,6229,6230,6231,6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,\n6242,6243,6244,6245,6246,6247,6248,6249,6250,6251,6252,6253,1698,6254,6255,6256,\n6257,6258,6259,6260,6261,6262,6263,1200,6264,6265,6266,6267,6268,6269,6270,6271,  #1024\n6272,6273,6274,6275,6276,6277,6278,6279,6280,6281,6282,6283,6284,6285,6286,6287,\n6288,6289,6290,6291,6292,6293,6294,6295,6296,6297,6298,6299,6300,6301,6302,1699,\n6303,6304,1700,6305,6306,6307,6308,6309,6310,6311,6312,6313,6314,6315,6316,6317,\n6318,6319,6320,6321,6322,6323,6324,6325,6326,6327,6328,6329,6330,6331,6332,6333,\n6334,6335,6336,6337,6338,6339,1701,6340,6341,6342,6343,6344,1387,6345,6346,6347,\n6348,6349,6350,6351,6352,6353,6354,6355,6356,6357,6358,6359,6360,6361,6362,6363,\n6364,6365,6366,6367,6368,6369,6370,6371,6372,6373,6374,6375,6376,6377,6378,6379,\n6380,6381,6382,6383,6384,6385,6386,6387,6388,6389,6390,6391,6392,6393,6394,6395,\n6396,6397,6398,6399,6400,6401,6402,6403,6404,6405,6406,6407,6408,6409,6410,6411,\n6412,6413,1702,6414,6415,6416,6417,6418,6419,6420,6421,6422,1703,6423,6424,6425,\n6426,6427,6428,6429,6430,6431,6432,6433,6434,6435,6436,6437,6438,1704,6439,6440,\n6441,6442,6443,6444,6445,6446,6447,6448,6449,6450,6451,6452,6453,6454,6455,6456,\n6457,6458,6459,6460,6461,6462,6463,6464,6465,6466,6467,6468,6469,6470,6471,6472,\n6473,6474,6475,6476,6477,6478,6479,6480,6481,6482,6483,6484,6485,6486,6487,6488,\n6489,6490,6491,6492,6493,6494,6495,6496,6497,6498,6499,6500,6501,6502,6503,1266,\n6504,6505,6506,6507,6508,6509,6510,6511,6512,6513,6514,6515,6516,6517,6518,6519,\n6520,6521,6522,6523,6524,6525,6526,6527,6528,6529,6530,6531,6532,6533,6534,6535,\n6536,6537,6538,6539,6540,6541,6542,6543,6544,6545,6546,6547,6548,6549,6550,6551,\n1705,1706,6552,6553,6554,6555,6556,6557,6558,6559,6560,6561,6562,6563,6564,6565,\n6566,6567,6568,6569,6570,6571,6572,6573,6574,6575,6576,6577,6578,6579,6580,6581,\n6582,6583,6584,6585,6586,6587,6588,6589,6590,6591,6592,6593,6594,6595,6596,6597,\n6598,6599,6600,6601,6602,6603,6604,6605,6606,6607,6608,6609,6610,6611,6612,6613,\n6614,6615,6616,6617,6618,6619,6620,6621,6622,6623,6624,6625,6626,6627,6628,6629,\n6630,6631,6632,6633,6634,6635,6636,6637,1388,6638,6639,6640,6641,6642,6643,6644,\n1707,6645,6646,6647,6648,6649,6650,6651,6652,6653,6654,6655,6656,6657,6658,6659,\n6660,6661,6662,6663,1708,6664,6665,6666,6667,6668,6669,6670,6671,6672,6673,6674,\n1201,6675,6676,6677,6678,6679,6680,6681,6682,6683,6684,6685,6686,6687,6688,6689,\n6690,6691,6692,6693,6694,6695,6696,6697,6698,6699,6700,6701,6702,6703,6704,6705,\n6706,6707,6708,6709,6710,6711,6712,6713,6714,6715,6716,6717,6718,6719,6720,6721,\n6722,6723,6724,6725,1389,6726,6727,6728,6729,6730,6731,6732,6733,6734,6735,6736,\n1390,1709,6737,6738,6739,6740,6741,6742,1710,6743,6744,6745,6746,1391,6747,6748,\n6749,6750,6751,6752,6753,6754,6755,6756,6757,1392,6758,6759,6760,6761,6762,6763,\n6764,6765,6766,6767,6768,6769,6770,6771,6772,6773,6774,6775,6776,6777,6778,6779,\n6780,1202,6781,6782,6783,6784,6785,6786,6787,6788,6789,6790,6791,6792,6793,6794,\n6795,6796,6797,6798,6799,6800,6801,6802,6803,6804,6805,6806,6807,6808,6809,1711,\n6810,6811,6812,6813,6814,6815,6816,6817,6818,6819,6820,6821,6822,6823,6824,6825,\n6826,6827,6828,6829,6830,6831,6832,6833,6834,6835,6836,1393,6837,6838,6839,6840,\n6841,6842,6843,6844,6845,6846,6847,6848,6849,6850,6851,6852,6853,6854,6855,6856,\n6857,6858,6859,6860,6861,6862,6863,6864,6865,6866,6867,6868,6869,6870,6871,6872,\n6873,6874,6875,6876,6877,6878,6879,6880,6881,6882,6883,6884,6885,6886,6887,6888,\n6889,6890,6891,6892,6893,6894,6895,6896,6897,6898,6899,6900,6901,6902,1712,6903,\n6904,6905,6906,6907,6908,6909,6910,1713,6911,6912,6913,6914,6915,6916,6917,6918,\n6919,6920,6921,6922,6923,6924,6925,6926,6927,6928,6929,6930,6931,6932,6933,6934,\n6935,6936,6937,6938,6939,6940,6941,6942,6943,6944,6945,6946,6947,6948,6949,6950,\n6951,6952,6953,6954,6955,6956,6957,6958,6959,6960,6961,6962,6963,6964,6965,6966,\n6967,6968,6969,6970,6971,6972,6973,6974,1714,6975,6976,6977,6978,6979,6980,6981,\n6982,6983,6984,6985,6986,6987,6988,1394,6989,6990,6991,6992,6993,6994,6995,6996,\n6997,6998,6999,7000,1715,7001,7002,7003,7004,7005,7006,7007,7008,7009,7010,7011,\n7012,7013,7014,7015,7016,7017,7018,7019,7020,7021,7022,7023,7024,7025,7026,7027,\n7028,1716,7029,7030,7031,7032,7033,7034,7035,7036,7037,7038,7039,7040,7041,7042,\n7043,7044,7045,7046,7047,7048,7049,7050,7051,7052,7053,7054,7055,7056,7057,7058,\n7059,7060,7061,7062,7063,7064,7065,7066,7067,7068,7069,7070,7071,7072,7073,7074,\n7075,7076,7077,7078,7079,7080,7081,7082,7083,7084,7085,7086,7087,7088,7089,7090,\n7091,7092,7093,7094,7095,7096,7097,7098,7099,7100,7101,7102,7103,7104,7105,7106,\n7107,7108,7109,7110,7111,7112,7113,7114,7115,7116,7117,7118,7119,7120,7121,7122,\n7123,7124,7125,7126,7127,7128,7129,7130,7131,7132,7133,7134,7135,7136,7137,7138,\n7139,7140,7141,7142,7143,7144,7145,7146,7147,7148,7149,7150,7151,7152,7153,7154,\n7155,7156,7157,7158,7159,7160,7161,7162,7163,7164,7165,7166,7167,7168,7169,7170,\n7171,7172,7173,7174,7175,7176,7177,7178,7179,7180,7181,7182,7183,7184,7185,7186,\n7187,7188,7189,7190,7191,7192,7193,7194,7195,7196,7197,7198,7199,7200,7201,7202,\n7203,7204,7205,7206,7207,1395,7208,7209,7210,7211,7212,7213,1717,7214,7215,7216,\n7217,7218,7219,7220,7221,7222,7223,7224,7225,7226,7227,7228,7229,7230,7231,7232,\n7233,7234,7235,7236,7237,7238,7239,7240,7241,7242,7243,7244,7245,7246,7247,7248,\n7249,7250,7251,7252,7253,7254,7255,7256,7257,7258,7259,7260,7261,7262,7263,7264,\n7265,7266,7267,7268,7269,7270,7271,7272,7273,7274,7275,7276,7277,7278,7279,7280,\n7281,7282,7283,7284,7285,7286,7287,7288,7289,7290,7291,7292,7293,7294,7295,7296,\n7297,7298,7299,7300,7301,7302,7303,7304,7305,7306,7307,7308,7309,7310,7311,7312,\n7313,1718,7314,7315,7316,7317,7318,7319,7320,7321,7322,7323,7324,7325,7326,7327,\n7328,7329,7330,7331,7332,7333,7334,7335,7336,7337,7338,7339,7340,7341,7342,7343,\n7344,7345,7346,7347,7348,7349,7350,7351,7352,7353,7354,7355,7356,7357,7358,7359,\n7360,7361,7362,7363,7364,7365,7366,7367,7368,7369,7370,7371,7372,7373,7374,7375,\n7376,7377,7378,7379,7380,7381,7382,7383,7384,7385,7386,7387,7388,7389,7390,7391,\n7392,7393,7394,7395,7396,7397,7398,7399,7400,7401,7402,7403,7404,7405,7406,7407,\n7408,7409,7410,7411,7412,7413,7414,7415,7416,7417,7418,7419,7420,7421,7422,7423,\n7424,7425,7426,7427,7428,7429,7430,7431,7432,7433,7434,7435,7436,7437,7438,7439,\n7440,7441,7442,7443,7444,7445,7446,7447,7448,7449,7450,7451,7452,7453,7454,7455,\n7456,7457,7458,7459,7460,7461,7462,7463,7464,7465,7466,7467,7468,7469,7470,7471,\n7472,7473,7474,7475,7476,7477,7478,7479,7480,7481,7482,7483,7484,7485,7486,7487,\n7488,7489,7490,7491,7492,7493,7494,7495,7496,7497,7498,7499,7500,7501,7502,7503,\n7504,7505,7506,7507,7508,7509,7510,7511,7512,7513,7514,7515,7516,7517,7518,7519,\n7520,7521,7522,7523,7524,7525,7526,7527,7528,7529,7530,7531,7532,7533,7534,7535,\n7536,7537,7538,7539,7540,7541,7542,7543,7544,7545,7546,7547,7548,7549,7550,7551,\n7552,7553,7554,7555,7556,7557,7558,7559,7560,7561,7562,7563,7564,7565,7566,7567,\n7568,7569,7570,7571,7572,7573,7574,7575,7576,7577,7578,7579,7580,7581,7582,7583,\n7584,7585,7586,7587,7588,7589,7590,7591,7592,7593,7594,7595,7596,7597,7598,7599,\n7600,7601,7602,7603,7604,7605,7606,7607,7608,7609,7610,7611,7612,7613,7614,7615,\n7616,7617,7618,7619,7620,7621,7622,7623,7624,7625,7626,7627,7628,7629,7630,7631,\n7632,7633,7634,7635,7636,7637,7638,7639,7640,7641,7642,7643,7644,7645,7646,7647,\n7648,7649,7650,7651,7652,7653,7654,7655,7656,7657,7658,7659,7660,7661,7662,7663,\n7664,7665,7666,7667,7668,7669,7670,7671,7672,7673,7674,7675,7676,7677,7678,7679,\n7680,7681,7682,7683,7684,7685,7686,7687,7688,7689,7690,7691,7692,7693,7694,7695,\n7696,7697,7698,7699,7700,7701,7702,7703,7704,7705,7706,7707,7708,7709,7710,7711,\n7712,7713,7714,7715,7716,7717,7718,7719,7720,7721,7722,7723,7724,7725,7726,7727,\n7728,7729,7730,7731,7732,7733,7734,7735,7736,7737,7738,7739,7740,7741,7742,7743,\n7744,7745,7746,7747,7748,7749,7750,7751,7752,7753,7754,7755,7756,7757,7758,7759,\n7760,7761,7762,7763,7764,7765,7766,7767,7768,7769,7770,7771,7772,7773,7774,7775,\n7776,7777,7778,7779,7780,7781,7782,7783,7784,7785,7786,7787,7788,7789,7790,7791,\n7792,7793,7794,7795,7796,7797,7798,7799,7800,7801,7802,7803,7804,7805,7806,7807,\n7808,7809,7810,7811,7812,7813,7814,7815,7816,7817,7818,7819,7820,7821,7822,7823,\n7824,7825,7826,7827,7828,7829,7830,7831,7832,7833,7834,7835,7836,7837,7838,7839,\n7840,7841,7842,7843,7844,7845,7846,7847,7848,7849,7850,7851,7852,7853,7854,7855,\n7856,7857,7858,7859,7860,7861,7862,7863,7864,7865,7866,7867,7868,7869,7870,7871,\n7872,7873,7874,7875,7876,7877,7878,7879,7880,7881,7882,7883,7884,7885,7886,7887,\n7888,7889,7890,7891,7892,7893,7894,7895,7896,7897,7898,7899,7900,7901,7902,7903,\n7904,7905,7906,7907,7908,7909,7910,7911,7912,7913,7914,7915,7916,7917,7918,7919,\n7920,7921,7922,7923,7924,7925,7926,7927,7928,7929,7930,7931,7932,7933,7934,7935,\n7936,7937,7938,7939,7940,7941,7942,7943,7944,7945,7946,7947,7948,7949,7950,7951,\n7952,7953,7954,7955,7956,7957,7958,7959,7960,7961,7962,7963,7964,7965,7966,7967,\n7968,7969,7970,7971,7972,7973,7974,7975,7976,7977,7978,7979,7980,7981,7982,7983,\n7984,7985,7986,7987,7988,7989,7990,7991,7992,7993,7994,7995,7996,7997,7998,7999,\n8000,8001,8002,8003,8004,8005,8006,8007,8008,8009,8010,8011,8012,8013,8014,8015,\n8016,8017,8018,8019,8020,8021,8022,8023,8024,8025,8026,8027,8028,8029,8030,8031,\n8032,8033,8034,8035,8036,8037,8038,8039,8040,8041,8042,8043,8044,8045,8046,8047,\n8048,8049,8050,8051,8052,8053,8054,8055,8056,8057,8058,8059,8060,8061,8062,8063,\n8064,8065,8066,8067,8068,8069,8070,8071,8072,8073,8074,8075,8076,8077,8078,8079,\n8080,8081,8082,8083,8084,8085,8086,8087,8088,8089,8090,8091,8092,8093,8094,8095,\n8096,8097,8098,8099,8100,8101,8102,8103,8104,8105,8106,8107,8108,8109,8110,8111,\n8112,8113,8114,8115,8116,8117,8118,8119,8120,8121,8122,8123,8124,8125,8126,8127,\n8128,8129,8130,8131,8132,8133,8134,8135,8136,8137,8138,8139,8140,8141,8142,8143,\n8144,8145,8146,8147,8148,8149,8150,8151,8152,8153,8154,8155,8156,8157,8158,8159,\n8160,8161,8162,8163,8164,8165,8166,8167,8168,8169,8170,8171,8172,8173,8174,8175,\n8176,8177,8178,8179,8180,8181,8182,8183,8184,8185,8186,8187,8188,8189,8190,8191,\n8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8203,8204,8205,8206,8207,\n8208,8209,8210,8211,8212,8213,8214,8215,8216,8217,8218,8219,8220,8221,8222,8223,\n8224,8225,8226,8227,8228,8229,8230,8231,8232,8233,8234,8235,8236,8237,8238,8239,\n8240,8241,8242,8243,8244,8245,8246,8247,8248,8249,8250,8251,8252,8253,8254,8255,\n8256,8257,8258,8259,8260,8261,8262,8263,8264,8265,8266,8267,8268,8269,8270,8271,\n8272,8273,8274,8275,8276,8277,8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,\n8288,8289,8290,8291,8292,8293,8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,\n8304,8305,8306,8307,8308,8309,8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,\n8320,8321,8322,8323,8324,8325,8326,8327,8328,8329,8330,8331,8332,8333,8334,8335,\n8336,8337,8338,8339,8340,8341,8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,\n8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,\n8368,8369,8370,8371,8372,8373,8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,\n8384,8385,8386,8387,8388,8389,8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,\n8400,8401,8402,8403,8404,8405,8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,\n8416,8417,8418,8419,8420,8421,8422,8423,8424,8425,8426,8427,8428,8429,8430,8431,\n8432,8433,8434,8435,8436,8437,8438,8439,8440,8441,8442,8443,8444,8445,8446,8447,\n8448,8449,8450,8451,8452,8453,8454,8455,8456,8457,8458,8459,8460,8461,8462,8463,\n8464,8465,8466,8467,8468,8469,8470,8471,8472,8473,8474,8475,8476,8477,8478,8479,\n8480,8481,8482,8483,8484,8485,8486,8487,8488,8489,8490,8491,8492,8493,8494,8495,\n8496,8497,8498,8499,8500,8501,8502,8503,8504,8505,8506,8507,8508,8509,8510,8511,\n8512,8513,8514,8515,8516,8517,8518,8519,8520,8521,8522,8523,8524,8525,8526,8527,\n8528,8529,8530,8531,8532,8533,8534,8535,8536,8537,8538,8539,8540,8541,8542,8543,\n8544,8545,8546,8547,8548,8549,8550,8551,8552,8553,8554,8555,8556,8557,8558,8559,\n8560,8561,8562,8563,8564,8565,8566,8567,8568,8569,8570,8571,8572,8573,8574,8575,\n8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8587,8588,8589,8590,8591,\n8592,8593,8594,8595,8596,8597,8598,8599,8600,8601,8602,8603,8604,8605,8606,8607,\n8608,8609,8610,8611,8612,8613,8614,8615,8616,8617,8618,8619,8620,8621,8622,8623,\n8624,8625,8626,8627,8628,8629,8630,8631,8632,8633,8634,8635,8636,8637,8638,8639,\n8640,8641,8642,8643,8644,8645,8646,8647,8648,8649,8650,8651,8652,8653,8654,8655,\n8656,8657,8658,8659,8660,8661,8662,8663,8664,8665,8666,8667,8668,8669,8670,8671,\n8672,8673,8674,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8685,8686,8687,\n8688,8689,8690,8691,8692,8693,8694,8695,8696,8697,8698,8699,8700,8701,8702,8703,\n8704,8705,8706,8707,8708,8709,8710,8711,8712,8713,8714,8715,8716,8717,8718,8719,\n8720,8721,8722,8723,8724,8725,8726,8727,8728,8729,8730,8731,8732,8733,8734,8735,\n8736,8737,8738,8739,8740,8741)\n\n# flake8: noqa\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/euckrprober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is mozilla.org code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom .mbcharsetprober import MultiByteCharSetProber\nfrom .codingstatemachine import CodingStateMachine\nfrom .chardistribution import EUCKRDistributionAnalysis\nfrom .mbcssm import EUCKRSMModel\n\n\nclass EUCKRProber(MultiByteCharSetProber):\n    def __init__(self):\n        MultiByteCharSetProber.__init__(self)\n        self._mCodingSM = CodingStateMachine(EUCKRSMModel)\n        self._mDistributionAnalyzer = EUCKRDistributionAnalysis()\n        self.reset()\n\n    def get_charset_name(self):\n        return \"EUC-KR\"\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/euctwfreq.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Communicator client code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\n# EUCTW frequency table\n# Converted from big5 work\n# by Taiwan's Mandarin Promotion Council\n# <http:#www.edu.tw:81/mandr/>\n\n# 128  --> 0.42261\n# 256  --> 0.57851\n# 512  --> 0.74851\n# 1024 --> 0.89384\n# 2048 --> 0.97583\n#\n# Idea Distribution Ratio = 0.74851/(1-0.74851) =2.98\n# Random Distribution Ration = 512/(5401-512)=0.105\n#\n# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR\n\nEUCTW_TYPICAL_DISTRIBUTION_RATIO = 0.75\n\n# Char to FreqOrder table ,\nEUCTW_TABLE_SIZE = 8102\n\nEUCTWCharToFreqOrder = (\n   1,1800,1506, 255,1431, 198,   9,  82,   6,7310, 177, 202,3615,1256,2808, 110, # 2742\n3735,  33,3241, 261,  76,  44,2113,  16,2931,2184,1176, 659,3868,  26,3404,2643, # 2758\n1198,3869,3313,4060, 410,2211, 302, 590, 361,1963,   8, 204,  58,4296,7311,1931, # 2774\n  63,7312,7313, 317,1614,  75, 222, 159,4061,2412,1480,7314,3500,3068, 224,2809, # 2790\n3616,   3,  10,3870,1471,  29,2774,1135,2852,1939, 873, 130,3242,1123, 312,7315, # 2806\n4297,2051, 507, 252, 682,7316, 142,1914, 124, 206,2932,  34,3501,3173,  64, 604, # 2822\n7317,2494,1976,1977, 155,1990, 645, 641,1606,7318,3405, 337,  72, 406,7319,  80, # 2838\n 630, 238,3174,1509, 263, 939,1092,2644, 756,1440,1094,3406, 449,  69,2969, 591, # 2854\n 179,2095, 471, 115,2034,1843,  60,  50,2970, 134, 806,1868, 734,2035,3407, 180, # 2870\n 995,1607, 156, 537,2893, 688,7320, 319,1305, 779,2144, 514,2374, 298,4298, 359, # 2886\n2495,  90,2707,1338, 663,  11, 906,1099,2545,  20,2436, 182, 532,1716,7321, 732, # 2902\n1376,4062,1311,1420,3175,  25,2312,1056, 113, 399, 382,1949, 242,3408,2467, 529, # 2918\n3243, 475,1447,3617,7322, 117,  21, 656, 810,1297,2295,2329,3502,7323, 126,4063, # 2934\n 706, 456, 150, 613,4299,  71,1118,2036,4064, 145,3069,  85, 835, 486,2114,1246, # 2950\n1426, 428, 727,1285,1015, 800, 106, 623, 303,1281,7324,2127,2354, 347,3736, 221, # 2966\n3503,3110,7325,1955,1153,4065,  83, 296,1199,3070, 192, 624,  93,7326, 822,1897, # 2982\n2810,3111, 795,2064, 991,1554,1542,1592,  27,  43,2853, 859, 139,1456, 860,4300, # 2998\n 437, 712,3871, 164,2392,3112, 695, 211,3017,2096, 195,3872,1608,3504,3505,3618, # 3014\n3873, 234, 811,2971,2097,3874,2229,1441,3506,1615,2375, 668,2076,1638, 305, 228, # 3030\n1664,4301, 467, 415,7327, 262,2098,1593, 239, 108, 300, 200,1033, 512,1247,2077, # 3046\n7328,7329,2173,3176,3619,2673, 593, 845,1062,3244,  88,1723,2037,3875,1950, 212, # 3062\n 266, 152, 149, 468,1898,4066,4302,  77, 187,7330,3018,  37,   5,2972,7331,3876, # 3078\n7332,7333,  39,2517,4303,2894,3177,2078,  55, 148,  74,4304, 545, 483,1474,1029, # 3094\n1665, 217,1869,1531,3113,1104,2645,4067,  24, 172,3507, 900,3877,3508,3509,4305, # 3110\n  32,1408,2811,1312, 329, 487,2355,2247,2708, 784,2674,   4,3019,3314,1427,1788, # 3126\n 188, 109, 499,7334,3620,1717,1789, 888,1217,3020,4306,7335,3510,7336,3315,1520, # 3142\n3621,3878, 196,1034, 775,7337,7338, 929,1815, 249, 439,  38,7339,1063,7340, 794, # 3158\n3879,1435,2296,  46, 178,3245,2065,7341,2376,7342, 214,1709,4307, 804,  35, 707, # 3174\n 324,3622,1601,2546, 140, 459,4068,7343,7344,1365, 839, 272, 978,2257,2572,3409, # 3190\n2128,1363,3623,1423, 697, 100,3071,  48,  70,1231, 495,3114,2193,7345,1294,7346, # 3206\n2079, 462, 586,1042,3246, 853, 256, 988, 185,2377,3410,1698, 434,1084,7347,3411, # 3222\n 314,2615,2775,4308,2330,2331, 569,2280, 637,1816,2518, 757,1162,1878,1616,3412, # 3238\n 287,1577,2115, 768,4309,1671,2854,3511,2519,1321,3737, 909,2413,7348,4069, 933, # 3254\n3738,7349,2052,2356,1222,4310, 765,2414,1322, 786,4311,7350,1919,1462,1677,2895, # 3270\n1699,7351,4312,1424,2437,3115,3624,2590,3316,1774,1940,3413,3880,4070, 309,1369, # 3286\n1130,2812, 364,2230,1653,1299,3881,3512,3882,3883,2646, 525,1085,3021, 902,2000, # 3302\n1475, 964,4313, 421,1844,1415,1057,2281, 940,1364,3116, 376,4314,4315,1381,   7, # 3318\n2520, 983,2378, 336,1710,2675,1845, 321,3414, 559,1131,3022,2742,1808,1132,1313, # 3334\n 265,1481,1857,7352, 352,1203,2813,3247, 167,1089, 420,2814, 776, 792,1724,3513, # 3350\n4071,2438,3248,7353,4072,7354, 446, 229, 333,2743, 901,3739,1200,1557,4316,2647, # 3366\n1920, 395,2744,2676,3740,4073,1835, 125, 916,3178,2616,4317,7355,7356,3741,7357, # 3382\n7358,7359,4318,3117,3625,1133,2547,1757,3415,1510,2313,1409,3514,7360,2145, 438, # 3398\n2591,2896,2379,3317,1068, 958,3023, 461, 311,2855,2677,4074,1915,3179,4075,1978, # 3414\n 383, 750,2745,2617,4076, 274, 539, 385,1278,1442,7361,1154,1964, 384, 561, 210, # 3430\n  98,1295,2548,3515,7362,1711,2415,1482,3416,3884,2897,1257, 129,7363,3742, 642, # 3446\n 523,2776,2777,2648,7364, 141,2231,1333,  68, 176, 441, 876, 907,4077, 603,2592, # 3462\n 710, 171,3417, 404, 549,  18,3118,2393,1410,3626,1666,7365,3516,4319,2898,4320, # 3478\n7366,2973, 368,7367, 146, 366,  99, 871,3627,1543, 748, 807,1586,1185,  22,2258, # 3494\n 379,3743,3180,7368,3181, 505,1941,2618,1991,1382,2314,7369, 380,2357, 218, 702, # 3510\n1817,1248,3418,3024,3517,3318,3249,7370,2974,3628, 930,3250,3744,7371,  59,7372, # 3526\n 585, 601,4078, 497,3419,1112,1314,4321,1801,7373,1223,1472,2174,7374, 749,1836, # 3542\n 690,1899,3745,1772,3885,1476, 429,1043,1790,2232,2116, 917,4079, 447,1086,1629, # 3558\n7375, 556,7376,7377,2020,1654, 844,1090, 105, 550, 966,1758,2815,1008,1782, 686, # 3574\n1095,7378,2282, 793,1602,7379,3518,2593,4322,4080,2933,2297,4323,3746, 980,2496, # 3590\n 544, 353, 527,4324, 908,2678,2899,7380, 381,2619,1942,1348,7381,1341,1252, 560, # 3606\n3072,7382,3420,2856,7383,2053, 973, 886,2080, 143,4325,7384,7385, 157,3886, 496, # 3622\n4081,  57, 840, 540,2038,4326,4327,3421,2117,1445, 970,2259,1748,1965,2081,4082, # 3638\n3119,1234,1775,3251,2816,3629, 773,1206,2129,1066,2039,1326,3887,1738,1725,4083, # 3654\n 279,3120,  51,1544,2594, 423,1578,2130,2066, 173,4328,1879,7386,7387,1583, 264, # 3670\n 610,3630,4329,2439, 280, 154,7388,7389,7390,1739, 338,1282,3073, 693,2857,1411, # 3686\n1074,3747,2440,7391,4330,7392,7393,1240, 952,2394,7394,2900,1538,2679, 685,1483, # 3702\n4084,2468,1436, 953,4085,2054,4331, 671,2395,  79,4086,2441,3252, 608, 567,2680, # 3718\n3422,4087,4088,1691, 393,1261,1791,2396,7395,4332,7396,7397,7398,7399,1383,1672, # 3734\n3748,3182,1464, 522,1119, 661,1150, 216, 675,4333,3888,1432,3519, 609,4334,2681, # 3750\n2397,7400,7401,7402,4089,3025,   0,7403,2469, 315, 231,2442, 301,3319,4335,2380, # 3766\n7404, 233,4090,3631,1818,4336,4337,7405,  96,1776,1315,2082,7406, 257,7407,1809, # 3782\n3632,2709,1139,1819,4091,2021,1124,2163,2778,1777,2649,7408,3074, 363,1655,3183, # 3798\n7409,2975,7410,7411,7412,3889,1567,3890, 718, 103,3184, 849,1443, 341,3320,2934, # 3814\n1484,7413,1712, 127,  67, 339,4092,2398, 679,1412, 821,7414,7415, 834, 738, 351, # 3830\n2976,2146, 846, 235,1497,1880, 418,1992,3749,2710, 186,1100,2147,2746,3520,1545, # 3846\n1355,2935,2858,1377, 583,3891,4093,2573,2977,7416,1298,3633,1078,2549,3634,2358, # 3862\n  78,3750,3751, 267,1289,2099,2001,1594,4094, 348, 369,1274,2194,2175,1837,4338, # 3878\n1820,2817,3635,2747,2283,2002,4339,2936,2748, 144,3321, 882,4340,3892,2749,3423, # 3894\n4341,2901,7417,4095,1726, 320,7418,3893,3026, 788,2978,7419,2818,1773,1327,2859, # 3910\n3894,2819,7420,1306,4342,2003,1700,3752,3521,2359,2650, 787,2022, 506, 824,3636, # 3926\n 534, 323,4343,1044,3322,2023,1900, 946,3424,7421,1778,1500,1678,7422,1881,4344, # 3942\n 165, 243,4345,3637,2521, 123, 683,4096, 764,4346,  36,3895,1792, 589,2902, 816, # 3958\n 626,1667,3027,2233,1639,1555,1622,3753,3896,7423,3897,2860,1370,1228,1932, 891, # 3974\n2083,2903, 304,4097,7424, 292,2979,2711,3522, 691,2100,4098,1115,4347, 118, 662, # 3990\n7425, 611,1156, 854,2381,1316,2861,   2, 386, 515,2904,7426,7427,3253, 868,2234, # 4006\n1486, 855,2651, 785,2212,3028,7428,1040,3185,3523,7429,3121, 448,7430,1525,7431, # 4022\n2164,4348,7432,3754,7433,4099,2820,3524,3122, 503, 818,3898,3123,1568, 814, 676, # 4038\n1444, 306,1749,7434,3755,1416,1030, 197,1428, 805,2821,1501,4349,7435,7436,7437, # 4054\n1993,7438,4350,7439,7440,2195,  13,2779,3638,2980,3124,1229,1916,7441,3756,2131, # 4070\n7442,4100,4351,2399,3525,7443,2213,1511,1727,1120,7444,7445, 646,3757,2443, 307, # 4086\n7446,7447,1595,3186,7448,7449,7450,3639,1113,1356,3899,1465,2522,2523,7451, 519, # 4102\n7452, 128,2132,  92,2284,1979,7453,3900,1512, 342,3125,2196,7454,2780,2214,1980, # 4118\n3323,7455, 290,1656,1317, 789, 827,2360,7456,3758,4352, 562, 581,3901,7457, 401, # 4134\n4353,2248,  94,4354,1399,2781,7458,1463,2024,4355,3187,1943,7459, 828,1105,4101, # 4150\n1262,1394,7460,4102, 605,4356,7461,1783,2862,7462,2822, 819,2101, 578,2197,2937, # 4166\n7463,1502, 436,3254,4103,3255,2823,3902,2905,3425,3426,7464,2712,2315,7465,7466, # 4182\n2332,2067,  23,4357, 193, 826,3759,2102, 699,1630,4104,3075, 390,1793,1064,3526, # 4198\n7467,1579,3076,3077,1400,7468,4105,1838,1640,2863,7469,4358,4359, 137,4106, 598, # 4214\n3078,1966, 780, 104, 974,2938,7470, 278, 899, 253, 402, 572, 504, 493,1339,7471, # 4230\n3903,1275,4360,2574,2550,7472,3640,3029,3079,2249, 565,1334,2713, 863,  41,7473, # 4246\n7474,4361,7475,1657,2333,  19, 463,2750,4107, 606,7476,2981,3256,1087,2084,1323, # 4262\n2652,2982,7477,1631,1623,1750,4108,2682,7478,2864, 791,2714,2653,2334, 232,2416, # 4278\n7479,2983,1498,7480,2654,2620, 755,1366,3641,3257,3126,2025,1609, 119,1917,3427, # 4294\n 862,1026,4109,7481,3904,3760,4362,3905,4363,2260,1951,2470,7482,1125, 817,4110, # 4310\n4111,3906,1513,1766,2040,1487,4112,3030,3258,2824,3761,3127,7483,7484,1507,7485, # 4326\n2683, 733,  40,1632,1106,2865, 345,4113, 841,2524, 230,4364,2984,1846,3259,3428, # 4342\n7486,1263, 986,3429,7487, 735, 879, 254,1137, 857, 622,1300,1180,1388,1562,3907, # 4358\n3908,2939, 967,2751,2655,1349, 592,2133,1692,3324,2985,1994,4114,1679,3909,1901, # 4374\n2185,7488, 739,3642,2715,1296,1290,7489,4115,2198,2199,1921,1563,2595,2551,1870, # 4390\n2752,2986,7490, 435,7491, 343,1108, 596,  17,1751,4365,2235,3430,3643,7492,4366, # 4406\n 294,3527,2940,1693, 477, 979, 281,2041,3528, 643,2042,3644,2621,2782,2261,1031, # 4422\n2335,2134,2298,3529,4367, 367,1249,2552,7493,3530,7494,4368,1283,3325,2004, 240, # 4438\n1762,3326,4369,4370, 836,1069,3128, 474,7495,2148,2525, 268,3531,7496,3188,1521, # 4454\n1284,7497,1658,1546,4116,7498,3532,3533,7499,4117,3327,2684,1685,4118, 961,1673, # 4470\n2622, 190,2005,2200,3762,4371,4372,7500, 570,2497,3645,1490,7501,4373,2623,3260, # 4486\n1956,4374, 584,1514, 396,1045,1944,7502,4375,1967,2444,7503,7504,4376,3910, 619, # 4502\n7505,3129,3261, 215,2006,2783,2553,3189,4377,3190,4378, 763,4119,3763,4379,7506, # 4518\n7507,1957,1767,2941,3328,3646,1174, 452,1477,4380,3329,3130,7508,2825,1253,2382, # 4534\n2186,1091,2285,4120, 492,7509, 638,1169,1824,2135,1752,3911, 648, 926,1021,1324, # 4550\n4381, 520,4382, 997, 847,1007, 892,4383,3764,2262,1871,3647,7510,2400,1784,4384, # 4566\n1952,2942,3080,3191,1728,4121,2043,3648,4385,2007,1701,3131,1551,  30,2263,4122, # 4582\n7511,2026,4386,3534,7512, 501,7513,4123, 594,3431,2165,1821,3535,3432,3536,3192, # 4598\n 829,2826,4124,7514,1680,3132,1225,4125,7515,3262,4387,4126,3133,2336,7516,4388, # 4614\n4127,7517,3912,3913,7518,1847,2383,2596,3330,7519,4389, 374,3914, 652,4128,4129, # 4630\n 375,1140, 798,7520,7521,7522,2361,4390,2264, 546,1659, 138,3031,2445,4391,7523, # 4646\n2250, 612,1848, 910, 796,3765,1740,1371, 825,3766,3767,7524,2906,2554,7525, 692, # 4662\n 444,3032,2624, 801,4392,4130,7526,1491, 244,1053,3033,4131,4132, 340,7527,3915, # 4678\n1041,2987, 293,1168,  87,1357,7528,1539, 959,7529,2236, 721, 694,4133,3768, 219, # 4694\n1478, 644,1417,3331,2656,1413,1401,1335,1389,3916,7530,7531,2988,2362,3134,1825, # 4710\n 730,1515, 184,2827,  66,4393,7532,1660,2943, 246,3332, 378,1457, 226,3433, 975, # 4726\n3917,2944,1264,3537, 674, 696,7533, 163,7534,1141,2417,2166, 713,3538,3333,4394, # 4742\n3918,7535,7536,1186,  15,7537,1079,1070,7538,1522,3193,3539, 276,1050,2716, 758, # 4758\n1126, 653,2945,3263,7539,2337, 889,3540,3919,3081,2989, 903,1250,4395,3920,3434, # 4774\n3541,1342,1681,1718, 766,3264, 286,  89,2946,3649,7540,1713,7541,2597,3334,2990, # 4790\n7542,2947,2215,3194,2866,7543,4396,2498,2526, 181, 387,1075,3921, 731,2187,3335, # 4806\n7544,3265, 310, 313,3435,2299, 770,4134,  54,3034, 189,4397,3082,3769,3922,7545, # 4822\n1230,1617,1849, 355,3542,4135,4398,3336, 111,4136,3650,1350,3135,3436,3035,4137, # 4838\n2149,3266,3543,7546,2784,3923,3924,2991, 722,2008,7547,1071, 247,1207,2338,2471, # 4854\n1378,4399,2009, 864,1437,1214,4400, 373,3770,1142,2216, 667,4401, 442,2753,2555, # 4870\n3771,3925,1968,4138,3267,1839, 837, 170,1107, 934,1336,1882,7548,7549,2118,4139, # 4886\n2828, 743,1569,7550,4402,4140, 582,2384,1418,3437,7551,1802,7552, 357,1395,1729, # 4902\n3651,3268,2418,1564,2237,7553,3083,3772,1633,4403,1114,2085,4141,1532,7554, 482, # 4918\n2446,4404,7555,7556,1492, 833,1466,7557,2717,3544,1641,2829,7558,1526,1272,3652, # 4934\n4142,1686,1794, 416,2556,1902,1953,1803,7559,3773,2785,3774,1159,2316,7560,2867, # 4950\n4405,1610,1584,3036,2419,2754, 443,3269,1163,3136,7561,7562,3926,7563,4143,2499, # 4966\n3037,4406,3927,3137,2103,1647,3545,2010,1872,4144,7564,4145, 431,3438,7565, 250, # 4982\n  97,  81,4146,7566,1648,1850,1558, 160, 848,7567, 866, 740,1694,7568,2201,2830, # 4998\n3195,4147,4407,3653,1687, 950,2472, 426, 469,3196,3654,3655,3928,7569,7570,1188, # 5014\n 424,1995, 861,3546,4148,3775,2202,2685, 168,1235,3547,4149,7571,2086,1674,4408, # 5030\n3337,3270, 220,2557,1009,7572,3776, 670,2992, 332,1208, 717,7573,7574,3548,2447, # 5046\n3929,3338,7575, 513,7576,1209,2868,3339,3138,4409,1080,7577,7578,7579,7580,2527, # 5062\n3656,3549, 815,1587,3930,3931,7581,3550,3439,3777,1254,4410,1328,3038,1390,3932, # 5078\n1741,3933,3778,3934,7582, 236,3779,2448,3271,7583,7584,3657,3780,1273,3781,4411, # 5094\n7585, 308,7586,4412, 245,4413,1851,2473,1307,2575, 430, 715,2136,2449,7587, 270, # 5110\n 199,2869,3935,7588,3551,2718,1753, 761,1754, 725,1661,1840,4414,3440,3658,7589, # 5126\n7590, 587,  14,3272, 227,2598, 326, 480,2265, 943,2755,3552, 291, 650,1883,7591, # 5142\n1702,1226, 102,1547,  62,3441, 904,4415,3442,1164,4150,7592,7593,1224,1548,2756, # 5158\n 391, 498,1493,7594,1386,1419,7595,2055,1177,4416, 813, 880,1081,2363, 566,1145, # 5174\n4417,2286,1001,1035,2558,2599,2238, 394,1286,7596,7597,2068,7598,  86,1494,1730, # 5190\n3936, 491,1588, 745, 897,2948, 843,3340,3937,2757,2870,3273,1768, 998,2217,2069, # 5206\n 397,1826,1195,1969,3659,2993,3341, 284,7599,3782,2500,2137,2119,1903,7600,3938, # 5222\n2150,3939,4151,1036,3443,1904, 114,2559,4152, 209,1527,7601,7602,2949,2831,2625, # 5238\n2385,2719,3139, 812,2560,7603,3274,7604,1559, 737,1884,3660,1210, 885,  28,2686, # 5254\n3553,3783,7605,4153,1004,1779,4418,7606, 346,1981,2218,2687,4419,3784,1742, 797, # 5270\n1642,3940,1933,1072,1384,2151, 896,3941,3275,3661,3197,2871,3554,7607,2561,1958, # 5286\n4420,2450,1785,7608,7609,7610,3942,4154,1005,1308,3662,4155,2720,4421,4422,1528, # 5302\n2600, 161,1178,4156,1982, 987,4423,1101,4157, 631,3943,1157,3198,2420,1343,1241, # 5318\n1016,2239,2562, 372, 877,2339,2501,1160, 555,1934, 911,3944,7611, 466,1170, 169, # 5334\n1051,2907,2688,3663,2474,2994,1182,2011,2563,1251,2626,7612, 992,2340,3444,1540, # 5350\n2721,1201,2070,2401,1996,2475,7613,4424, 528,1922,2188,1503,1873,1570,2364,3342, # 5366\n3276,7614, 557,1073,7615,1827,3445,2087,2266,3140,3039,3084, 767,3085,2786,4425, # 5382\n1006,4158,4426,2341,1267,2176,3664,3199, 778,3945,3200,2722,1597,2657,7616,4427, # 5398\n7617,3446,7618,7619,7620,3277,2689,1433,3278, 131,  95,1504,3946, 723,4159,3141, # 5414\n1841,3555,2758,2189,3947,2027,2104,3665,7621,2995,3948,1218,7622,3343,3201,3949, # 5430\n4160,2576, 248,1634,3785, 912,7623,2832,3666,3040,3786, 654,  53,7624,2996,7625, # 5446\n1688,4428, 777,3447,1032,3950,1425,7626, 191, 820,2120,2833, 971,4429, 931,3202, # 5462\n 135, 664, 783,3787,1997, 772,2908,1935,3951,3788,4430,2909,3203, 282,2723, 640, # 5478\n1372,3448,1127, 922, 325,3344,7627,7628, 711,2044,7629,7630,3952,2219,2787,1936, # 5494\n3953,3345,2220,2251,3789,2300,7631,4431,3790,1258,3279,3954,3204,2138,2950,3955, # 5510\n3956,7632,2221, 258,3205,4432, 101,1227,7633,3280,1755,7634,1391,3281,7635,2910, # 5526\n2056, 893,7636,7637,7638,1402,4161,2342,7639,7640,3206,3556,7641,7642, 878,1325, # 5542\n1780,2788,4433, 259,1385,2577, 744,1183,2267,4434,7643,3957,2502,7644, 684,1024, # 5558\n4162,7645, 472,3557,3449,1165,3282,3958,3959, 322,2152, 881, 455,1695,1152,1340, # 5574\n 660, 554,2153,4435,1058,4436,4163, 830,1065,3346,3960,4437,1923,7646,1703,1918, # 5590\n7647, 932,2268, 122,7648,4438, 947, 677,7649,3791,2627, 297,1905,1924,2269,4439, # 5606\n2317,3283,7650,7651,4164,7652,4165,  84,4166, 112, 989,7653, 547,1059,3961, 701, # 5622\n3558,1019,7654,4167,7655,3450, 942, 639, 457,2301,2451, 993,2951, 407, 851, 494, # 5638\n4440,3347, 927,7656,1237,7657,2421,3348, 573,4168, 680, 921,2911,1279,1874, 285, # 5654\n 790,1448,1983, 719,2167,7658,7659,4441,3962,3963,1649,7660,1541, 563,7661,1077, # 5670\n7662,3349,3041,3451, 511,2997,3964,3965,3667,3966,1268,2564,3350,3207,4442,4443, # 5686\n7663, 535,1048,1276,1189,2912,2028,3142,1438,1373,2834,2952,1134,2012,7664,4169, # 5702\n1238,2578,3086,1259,7665, 700,7666,2953,3143,3668,4170,7667,4171,1146,1875,1906, # 5718\n4444,2601,3967, 781,2422, 132,1589, 203, 147, 273,2789,2402, 898,1786,2154,3968, # 5734\n3969,7668,3792,2790,7669,7670,4445,4446,7671,3208,7672,1635,3793, 965,7673,1804, # 5750\n2690,1516,3559,1121,1082,1329,3284,3970,1449,3794,  65,1128,2835,2913,2759,1590, # 5766\n3795,7674,7675,  12,2658,  45, 976,2579,3144,4447, 517,2528,1013,1037,3209,7676, # 5782\n3796,2836,7677,3797,7678,3452,7679,2602, 614,1998,2318,3798,3087,2724,2628,7680, # 5798\n2580,4172, 599,1269,7681,1810,3669,7682,2691,3088, 759,1060, 489,1805,3351,3285, # 5814\n1358,7683,7684,2386,1387,1215,2629,2252, 490,7685,7686,4173,1759,2387,2343,7687, # 5830\n4448,3799,1907,3971,2630,1806,3210,4449,3453,3286,2760,2344, 874,7688,7689,3454, # 5846\n3670,1858,  91,2914,3671,3042,3800,4450,7690,3145,3972,2659,7691,3455,1202,1403, # 5862\n3801,2954,2529,1517,2503,4451,3456,2504,7692,4452,7693,2692,1885,1495,1731,3973, # 5878\n2365,4453,7694,2029,7695,7696,3974,2693,1216, 237,2581,4174,2319,3975,3802,4454, # 5894\n4455,2694,3560,3457, 445,4456,7697,7698,7699,7700,2761,  61,3976,3672,1822,3977, # 5910\n7701, 687,2045, 935, 925, 405,2660, 703,1096,1859,2725,4457,3978,1876,1367,2695, # 5926\n3352, 918,2105,1781,2476, 334,3287,1611,1093,4458, 564,3146,3458,3673,3353, 945, # 5942\n2631,2057,4459,7702,1925, 872,4175,7703,3459,2696,3089, 349,4176,3674,3979,4460, # 5958\n3803,4177,3675,2155,3980,4461,4462,4178,4463,2403,2046, 782,3981, 400, 251,4179, # 5974\n1624,7704,7705, 277,3676, 299,1265, 476,1191,3804,2121,4180,4181,1109, 205,7706, # 5990\n2582,1000,2156,3561,1860,7707,7708,7709,4464,7710,4465,2565, 107,2477,2157,3982, # 6006\n3460,3147,7711,1533, 541,1301, 158, 753,4182,2872,3562,7712,1696, 370,1088,4183, # 6022\n4466,3563, 579, 327, 440, 162,2240, 269,1937,1374,3461, 968,3043,  56,1396,3090, # 6038\n2106,3288,3354,7713,1926,2158,4467,2998,7714,3564,7715,7716,3677,4468,2478,7717, # 6054\n2791,7718,1650,4469,7719,2603,7720,7721,3983,2661,3355,1149,3356,3984,3805,3985, # 6070\n7722,1076,  49,7723, 951,3211,3289,3290, 450,2837, 920,7724,1811,2792,2366,4184, # 6086\n1908,1138,2367,3806,3462,7725,3212,4470,1909,1147,1518,2423,4471,3807,7726,4472, # 6102\n2388,2604, 260,1795,3213,7727,7728,3808,3291, 708,7729,3565,1704,7730,3566,1351, # 6118\n1618,3357,2999,1886, 944,4185,3358,4186,3044,3359,4187,7731,3678, 422, 413,1714, # 6134\n3292, 500,2058,2345,4188,2479,7732,1344,1910, 954,7733,1668,7734,7735,3986,2404, # 6150\n4189,3567,3809,4190,7736,2302,1318,2505,3091, 133,3092,2873,4473, 629,  31,2838, # 6166\n2697,3810,4474, 850, 949,4475,3987,2955,1732,2088,4191,1496,1852,7737,3988, 620, # 6182\n3214, 981,1242,3679,3360,1619,3680,1643,3293,2139,2452,1970,1719,3463,2168,7738, # 6198\n3215,7739,7740,3361,1828,7741,1277,4476,1565,2047,7742,1636,3568,3093,7743, 869, # 6214\n2839, 655,3811,3812,3094,3989,3000,3813,1310,3569,4477,7744,7745,7746,1733, 558, # 6230\n4478,3681, 335,1549,3045,1756,4192,3682,1945,3464,1829,1291,1192, 470,2726,2107, # 6246\n2793, 913,1054,3990,7747,1027,7748,3046,3991,4479, 982,2662,3362,3148,3465,3216, # 6262\n3217,1946,2794,7749, 571,4480,7750,1830,7751,3570,2583,1523,2424,7752,2089, 984, # 6278\n4481,3683,1959,7753,3684, 852, 923,2795,3466,3685, 969,1519, 999,2048,2320,1705, # 6294\n7754,3095, 615,1662, 151, 597,3992,2405,2321,1049, 275,4482,3686,4193, 568,3687, # 6310\n3571,2480,4194,3688,7755,2425,2270, 409,3218,7756,1566,2874,3467,1002, 769,2840, # 6326\n 194,2090,3149,3689,2222,3294,4195, 628,1505,7757,7758,1763,2177,3001,3993, 521, # 6342\n1161,2584,1787,2203,2406,4483,3994,1625,4196,4197, 412,  42,3096, 464,7759,2632, # 6358\n4484,3363,1760,1571,2875,3468,2530,1219,2204,3814,2633,2140,2368,4485,4486,3295, # 6374\n1651,3364,3572,7760,7761,3573,2481,3469,7762,3690,7763,7764,2271,2091, 460,7765, # 6390\n4487,7766,3002, 962, 588,3574, 289,3219,2634,1116,  52,7767,3047,1796,7768,7769, # 6406\n7770,1467,7771,1598,1143,3691,4198,1984,1734,1067,4488,1280,3365, 465,4489,1572, # 6422\n 510,7772,1927,2241,1812,1644,3575,7773,4490,3692,7774,7775,2663,1573,1534,7776, # 6438\n7777,4199, 536,1807,1761,3470,3815,3150,2635,7778,7779,7780,4491,3471,2915,1911, # 6454\n2796,7781,3296,1122, 377,3220,7782, 360,7783,7784,4200,1529, 551,7785,2059,3693, # 6470\n1769,2426,7786,2916,4201,3297,3097,2322,2108,2030,4492,1404, 136,1468,1479, 672, # 6486\n1171,3221,2303, 271,3151,7787,2762,7788,2049, 678,2727, 865,1947,4493,7789,2013, # 6502\n3995,2956,7790,2728,2223,1397,3048,3694,4494,4495,1735,2917,3366,3576,7791,3816, # 6518\n 509,2841,2453,2876,3817,7792,7793,3152,3153,4496,4202,2531,4497,2304,1166,1010, # 6534\n 552, 681,1887,7794,7795,2957,2958,3996,1287,1596,1861,3154, 358, 453, 736, 175, # 6550\n 478,1117, 905,1167,1097,7796,1853,1530,7797,1706,7798,2178,3472,2287,3695,3473, # 6566\n3577,4203,2092,4204,7799,3367,1193,2482,4205,1458,2190,2205,1862,1888,1421,3298, # 6582\n2918,3049,2179,3474, 595,2122,7800,3997,7801,7802,4206,1707,2636, 223,3696,1359, # 6598\n 751,3098, 183,3475,7803,2797,3003, 419,2369, 633, 704,3818,2389, 241,7804,7805, # 6614\n7806, 838,3004,3697,2272,2763,2454,3819,1938,2050,3998,1309,3099,2242,1181,7807, # 6630\n1136,2206,3820,2370,1446,4207,2305,4498,7808,7809,4208,1055,2605, 484,3698,7810, # 6646\n3999, 625,4209,2273,3368,1499,4210,4000,7811,4001,4211,3222,2274,2275,3476,7812, # 6662\n7813,2764, 808,2606,3699,3369,4002,4212,3100,2532, 526,3370,3821,4213, 955,7814, # 6678\n1620,4214,2637,2427,7815,1429,3700,1669,1831, 994, 928,7816,3578,1260,7817,7818, # 6694\n7819,1948,2288, 741,2919,1626,4215,2729,2455, 867,1184, 362,3371,1392,7820,7821, # 6710\n4003,4216,1770,1736,3223,2920,4499,4500,1928,2698,1459,1158,7822,3050,3372,2877, # 6726\n1292,1929,2506,2842,3701,1985,1187,2071,2014,2607,4217,7823,2566,2507,2169,3702, # 6742\n2483,3299,7824,3703,4501,7825,7826, 666,1003,3005,1022,3579,4218,7827,4502,1813, # 6758\n2253, 574,3822,1603, 295,1535, 705,3823,4219, 283, 858, 417,7828,7829,3224,4503, # 6774\n4504,3051,1220,1889,1046,2276,2456,4004,1393,1599, 689,2567, 388,4220,7830,2484, # 6790\n 802,7831,2798,3824,2060,1405,2254,7832,4505,3825,2109,1052,1345,3225,1585,7833, # 6806\n 809,7834,7835,7836, 575,2730,3477, 956,1552,1469,1144,2323,7837,2324,1560,2457, # 6822\n3580,3226,4005, 616,2207,3155,2180,2289,7838,1832,7839,3478,4506,7840,1319,3704, # 6838\n3705,1211,3581,1023,3227,1293,2799,7841,7842,7843,3826, 607,2306,3827, 762,2878, # 6854\n1439,4221,1360,7844,1485,3052,7845,4507,1038,4222,1450,2061,2638,4223,1379,4508, # 6870\n2585,7846,7847,4224,1352,1414,2325,2921,1172,7848,7849,3828,3829,7850,1797,1451, # 6886\n7851,7852,7853,7854,2922,4006,4007,2485,2346, 411,4008,4009,3582,3300,3101,4509, # 6902\n1561,2664,1452,4010,1375,7855,7856,  47,2959, 316,7857,1406,1591,2923,3156,7858, # 6918\n1025,2141,3102,3157, 354,2731, 884,2224,4225,2407, 508,3706, 726,3583, 996,2428, # 6934\n3584, 729,7859, 392,2191,1453,4011,4510,3707,7860,7861,2458,3585,2608,1675,2800, # 6950\n 919,2347,2960,2348,1270,4511,4012,  73,7862,7863, 647,7864,3228,2843,2255,1550, # 6966\n1346,3006,7865,1332, 883,3479,7866,7867,7868,7869,3301,2765,7870,1212, 831,1347, # 6982\n4226,4512,2326,3830,1863,3053, 720,3831,4513,4514,3832,7871,4227,7872,7873,4515, # 6998\n7874,7875,1798,4516,3708,2609,4517,3586,1645,2371,7876,7877,2924, 669,2208,2665, # 7014\n2429,7878,2879,7879,7880,1028,3229,7881,4228,2408,7882,2256,1353,7883,7884,4518, # 7030\n3158, 518,7885,4013,7886,4229,1960,7887,2142,4230,7888,7889,3007,2349,2350,3833, # 7046\n 516,1833,1454,4014,2699,4231,4519,2225,2610,1971,1129,3587,7890,2766,7891,2961, # 7062\n1422, 577,1470,3008,1524,3373,7892,7893, 432,4232,3054,3480,7894,2586,1455,2508, # 7078\n2226,1972,1175,7895,1020,2732,4015,3481,4520,7896,2733,7897,1743,1361,3055,3482, # 7094\n2639,4016,4233,4521,2290, 895, 924,4234,2170, 331,2243,3056, 166,1627,3057,1098, # 7110\n7898,1232,2880,2227,3374,4522, 657, 403,1196,2372, 542,3709,3375,1600,4235,3483, # 7126\n7899,4523,2767,3230, 576, 530,1362,7900,4524,2533,2666,3710,4017,7901, 842,3834, # 7142\n7902,2801,2031,1014,4018, 213,2700,3376, 665, 621,4236,7903,3711,2925,2430,7904, # 7158\n2431,3302,3588,3377,7905,4237,2534,4238,4525,3589,1682,4239,3484,1380,7906, 724, # 7174\n2277, 600,1670,7907,1337,1233,4526,3103,2244,7908,1621,4527,7909, 651,4240,7910, # 7190\n1612,4241,2611,7911,2844,7912,2734,2307,3058,7913, 716,2459,3059, 174,1255,2701, # 7206\n4019,3590, 548,1320,1398, 728,4020,1574,7914,1890,1197,3060,4021,7915,3061,3062, # 7222\n3712,3591,3713, 747,7916, 635,4242,4528,7917,7918,7919,4243,7920,7921,4529,7922, # 7238\n3378,4530,2432, 451,7923,3714,2535,2072,4244,2735,4245,4022,7924,1764,4531,7925, # 7254\n4246, 350,7926,2278,2390,2486,7927,4247,4023,2245,1434,4024, 488,4532, 458,4248, # 7270\n4025,3715, 771,1330,2391,3835,2568,3159,2159,2409,1553,2667,3160,4249,7928,2487, # 7286\n2881,2612,1720,2702,4250,3379,4533,7929,2536,4251,7930,3231,4252,2768,7931,2015, # 7302\n2736,7932,1155,1017,3716,3836,7933,3303,2308, 201,1864,4253,1430,7934,4026,7935, # 7318\n7936,7937,7938,7939,4254,1604,7940, 414,1865, 371,2587,4534,4535,3485,2016,3104, # 7334\n4536,1708, 960,4255, 887, 389,2171,1536,1663,1721,7941,2228,4027,2351,2926,1580, # 7350\n7942,7943,7944,1744,7945,2537,4537,4538,7946,4539,7947,2073,7948,7949,3592,3380, # 7366\n2882,4256,7950,4257,2640,3381,2802, 673,2703,2460, 709,3486,4028,3593,4258,7951, # 7382\n1148, 502, 634,7952,7953,1204,4540,3594,1575,4541,2613,3717,7954,3718,3105, 948, # 7398\n3232, 121,1745,3837,1110,7955,4259,3063,2509,3009,4029,3719,1151,1771,3838,1488, # 7414\n4030,1986,7956,2433,3487,7957,7958,2093,7959,4260,3839,1213,1407,2803, 531,2737, # 7430\n2538,3233,1011,1537,7960,2769,4261,3106,1061,7961,3720,3721,1866,2883,7962,2017, # 7446\n 120,4262,4263,2062,3595,3234,2309,3840,2668,3382,1954,4542,7963,7964,3488,1047, # 7462\n2704,1266,7965,1368,4543,2845, 649,3383,3841,2539,2738,1102,2846,2669,7966,7967, # 7478\n1999,7968,1111,3596,2962,7969,2488,3842,3597,2804,1854,3384,3722,7970,7971,3385, # 7494\n2410,2884,3304,3235,3598,7972,2569,7973,3599,2805,4031,1460, 856,7974,3600,7975, # 7510\n2885,2963,7976,2886,3843,7977,4264, 632,2510, 875,3844,1697,3845,2291,7978,7979, # 7526\n4544,3010,1239, 580,4545,4265,7980, 914, 936,2074,1190,4032,1039,2123,7981,7982, # 7542\n7983,3386,1473,7984,1354,4266,3846,7985,2172,3064,4033, 915,3305,4267,4268,3306, # 7558\n1605,1834,7986,2739, 398,3601,4269,3847,4034, 328,1912,2847,4035,3848,1331,4270, # 7574\n3011, 937,4271,7987,3602,4036,4037,3387,2160,4546,3388, 524, 742, 538,3065,1012, # 7590\n7988,7989,3849,2461,7990, 658,1103, 225,3850,7991,7992,4547,7993,4548,7994,3236, # 7606\n1243,7995,4038, 963,2246,4549,7996,2705,3603,3161,7997,7998,2588,2327,7999,4550, # 7622\n8000,8001,8002,3489,3307, 957,3389,2540,2032,1930,2927,2462, 870,2018,3604,1746, # 7638\n2770,2771,2434,2463,8003,3851,8004,3723,3107,3724,3490,3390,3725,8005,1179,3066, # 7654\n8006,3162,2373,4272,3726,2541,3163,3108,2740,4039,8007,3391,1556,2542,2292, 977, # 7670\n2887,2033,4040,1205,3392,8008,1765,3393,3164,2124,1271,1689, 714,4551,3491,8009, # 7686\n2328,3852, 533,4273,3605,2181, 617,8010,2464,3308,3492,2310,8011,8012,3165,8013, # 7702\n8014,3853,1987, 618, 427,2641,3493,3394,8015,8016,1244,1690,8017,2806,4274,4552, # 7718\n8018,3494,8019,8020,2279,1576, 473,3606,4275,3395, 972,8021,3607,8022,3067,8023, # 7734\n8024,4553,4554,8025,3727,4041,4042,8026, 153,4555, 356,8027,1891,2888,4276,2143, # 7750\n 408, 803,2352,8028,3854,8029,4277,1646,2570,2511,4556,4557,3855,8030,3856,4278, # 7766\n8031,2411,3396, 752,8032,8033,1961,2964,8034, 746,3012,2465,8035,4279,3728, 698, # 7782\n4558,1892,4280,3608,2543,4559,3609,3857,8036,3166,3397,8037,1823,1302,4043,2706, # 7798\n3858,1973,4281,8038,4282,3167, 823,1303,1288,1236,2848,3495,4044,3398, 774,3859, # 7814\n8039,1581,4560,1304,2849,3860,4561,8040,2435,2161,1083,3237,4283,4045,4284, 344, # 7830\n1173, 288,2311, 454,1683,8041,8042,1461,4562,4046,2589,8043,8044,4563, 985, 894, # 7846\n8045,3399,3168,8046,1913,2928,3729,1988,8047,2110,1974,8048,4047,8049,2571,1194, # 7862\n 425,8050,4564,3169,1245,3730,4285,8051,8052,2850,8053, 636,4565,1855,3861, 760, # 7878\n1799,8054,4286,2209,1508,4566,4048,1893,1684,2293,8055,8056,8057,4287,4288,2210, # 7894\n 479,8058,8059, 832,8060,4049,2489,8061,2965,2490,3731, 990,3109, 627,1814,2642, # 7910\n4289,1582,4290,2125,2111,3496,4567,8062, 799,4291,3170,8063,4568,2112,1737,3013, # 7926\n1018, 543, 754,4292,3309,1676,4569,4570,4050,8064,1489,8065,3497,8066,2614,2889, # 7942\n4051,8067,8068,2966,8069,8070,8071,8072,3171,4571,4572,2182,1722,8073,3238,3239, # 7958\n1842,3610,1715, 481, 365,1975,1856,8074,8075,1962,2491,4573,8076,2126,3611,3240, # 7974\n 433,1894,2063,2075,8077, 602,2741,8078,8079,8080,8081,8082,3014,1628,3400,8083, # 7990\n3172,4574,4052,2890,4575,2512,8084,2544,2772,8085,8086,8087,3310,4576,2891,8088, # 8006\n4577,8089,2851,4578,4579,1221,2967,4053,2513,8090,8091,8092,1867,1989,8093,8094, # 8022\n8095,1895,8096,8097,4580,1896,4054, 318,8098,2094,4055,4293,8099,8100, 485,8101, # 8038\n 938,3862, 553,2670, 116,8102,3863,3612,8103,3498,2671,2773,3401,3311,2807,8104, # 8054\n3613,2929,4056,1747,2930,2968,8105,8106, 207,8107,8108,2672,4581,2514,8109,3015, # 8070\n 890,3614,3864,8110,1877,3732,3402,8111,2183,2353,3403,1652,8112,8113,8114, 941, # 8086\n2294, 208,3499,4057,2019, 330,4294,3865,2892,2492,3733,4295,8115,8116,8117,8118, # 8102\n#Everything below is of no interest for detection purpose\n2515,1613,4582,8119,3312,3866,2516,8120,4058,8121,1637,4059,2466,4583,3867,8122, # 8118\n2493,3016,3734,8123,8124,2192,8125,8126,2162,8127,8128,8129,8130,8131,8132,8133, # 8134\n8134,8135,8136,8137,8138,8139,8140,8141,8142,8143,8144,8145,8146,8147,8148,8149, # 8150\n8150,8151,8152,8153,8154,8155,8156,8157,8158,8159,8160,8161,8162,8163,8164,8165, # 8166\n8166,8167,8168,8169,8170,8171,8172,8173,8174,8175,8176,8177,8178,8179,8180,8181, # 8182\n8182,8183,8184,8185,8186,8187,8188,8189,8190,8191,8192,8193,8194,8195,8196,8197, # 8198\n8198,8199,8200,8201,8202,8203,8204,8205,8206,8207,8208,8209,8210,8211,8212,8213, # 8214\n8214,8215,8216,8217,8218,8219,8220,8221,8222,8223,8224,8225,8226,8227,8228,8229, # 8230\n8230,8231,8232,8233,8234,8235,8236,8237,8238,8239,8240,8241,8242,8243,8244,8245, # 8246\n8246,8247,8248,8249,8250,8251,8252,8253,8254,8255,8256,8257,8258,8259,8260,8261, # 8262\n8262,8263,8264,8265,8266,8267,8268,8269,8270,8271,8272,8273,8274,8275,8276,8277, # 8278\n8278,8279,8280,8281,8282,8283,8284,8285,8286,8287,8288,8289,8290,8291,8292,8293, # 8294\n8294,8295,8296,8297,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,8308,8309, # 8310\n8310,8311,8312,8313,8314,8315,8316,8317,8318,8319,8320,8321,8322,8323,8324,8325, # 8326\n8326,8327,8328,8329,8330,8331,8332,8333,8334,8335,8336,8337,8338,8339,8340,8341, # 8342\n8342,8343,8344,8345,8346,8347,8348,8349,8350,8351,8352,8353,8354,8355,8356,8357, # 8358\n8358,8359,8360,8361,8362,8363,8364,8365,8366,8367,8368,8369,8370,8371,8372,8373, # 8374\n8374,8375,8376,8377,8378,8379,8380,8381,8382,8383,8384,8385,8386,8387,8388,8389, # 8390\n8390,8391,8392,8393,8394,8395,8396,8397,8398,8399,8400,8401,8402,8403,8404,8405, # 8406\n8406,8407,8408,8409,8410,8411,8412,8413,8414,8415,8416,8417,8418,8419,8420,8421, # 8422\n8422,8423,8424,8425,8426,8427,8428,8429,8430,8431,8432,8433,8434,8435,8436,8437, # 8438\n8438,8439,8440,8441,8442,8443,8444,8445,8446,8447,8448,8449,8450,8451,8452,8453, # 8454\n8454,8455,8456,8457,8458,8459,8460,8461,8462,8463,8464,8465,8466,8467,8468,8469, # 8470\n8470,8471,8472,8473,8474,8475,8476,8477,8478,8479,8480,8481,8482,8483,8484,8485, # 8486\n8486,8487,8488,8489,8490,8491,8492,8493,8494,8495,8496,8497,8498,8499,8500,8501, # 8502\n8502,8503,8504,8505,8506,8507,8508,8509,8510,8511,8512,8513,8514,8515,8516,8517, # 8518\n8518,8519,8520,8521,8522,8523,8524,8525,8526,8527,8528,8529,8530,8531,8532,8533, # 8534\n8534,8535,8536,8537,8538,8539,8540,8541,8542,8543,8544,8545,8546,8547,8548,8549, # 8550\n8550,8551,8552,8553,8554,8555,8556,8557,8558,8559,8560,8561,8562,8563,8564,8565, # 8566\n8566,8567,8568,8569,8570,8571,8572,8573,8574,8575,8576,8577,8578,8579,8580,8581, # 8582\n8582,8583,8584,8585,8586,8587,8588,8589,8590,8591,8592,8593,8594,8595,8596,8597, # 8598\n8598,8599,8600,8601,8602,8603,8604,8605,8606,8607,8608,8609,8610,8611,8612,8613, # 8614\n8614,8615,8616,8617,8618,8619,8620,8621,8622,8623,8624,8625,8626,8627,8628,8629, # 8630\n8630,8631,8632,8633,8634,8635,8636,8637,8638,8639,8640,8641,8642,8643,8644,8645, # 8646\n8646,8647,8648,8649,8650,8651,8652,8653,8654,8655,8656,8657,8658,8659,8660,8661, # 8662\n8662,8663,8664,8665,8666,8667,8668,8669,8670,8671,8672,8673,8674,8675,8676,8677, # 8678\n8678,8679,8680,8681,8682,8683,8684,8685,8686,8687,8688,8689,8690,8691,8692,8693, # 8694\n8694,8695,8696,8697,8698,8699,8700,8701,8702,8703,8704,8705,8706,8707,8708,8709, # 8710\n8710,8711,8712,8713,8714,8715,8716,8717,8718,8719,8720,8721,8722,8723,8724,8725, # 8726\n8726,8727,8728,8729,8730,8731,8732,8733,8734,8735,8736,8737,8738,8739,8740,8741) # 8742\n\n# flake8: noqa\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/euctwprober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is mozilla.org code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n# \n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n# \n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom .mbcharsetprober import MultiByteCharSetProber\nfrom .codingstatemachine import CodingStateMachine\nfrom .chardistribution import EUCTWDistributionAnalysis\nfrom .mbcssm import EUCTWSMModel\n\nclass EUCTWProber(MultiByteCharSetProber):\n    def __init__(self):\n        MultiByteCharSetProber.__init__(self)\n        self._mCodingSM = CodingStateMachine(EUCTWSMModel)\n        self._mDistributionAnalyzer = EUCTWDistributionAnalysis()\n        self.reset()\n\n    def get_charset_name(self):\n        return \"EUC-TW\"\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/gb2312freq.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Communicator client code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\n# GB2312 most frequently used character table\n#\n# Char to FreqOrder table , from hz6763\n\n# 512  --> 0.79  -- 0.79\n# 1024 --> 0.92  -- 0.13\n# 2048 --> 0.98  -- 0.06\n# 6768 --> 1.00  -- 0.02\n#\n# Ideal Distribution Ratio = 0.79135/(1-0.79135) = 3.79\n# Random Distribution Ration = 512 / (3755 - 512) = 0.157\n#\n# Typical Distribution Ratio about 25% of Ideal one, still much higher that RDR\n\nGB2312_TYPICAL_DISTRIBUTION_RATIO = 0.9\n\nGB2312_TABLE_SIZE = 3760\n\nGB2312CharToFreqOrder = (\n1671, 749,1443,2364,3924,3807,2330,3921,1704,3463,2691,1511,1515, 572,3191,2205,\n2361, 224,2558, 479,1711, 963,3162, 440,4060,1905,2966,2947,3580,2647,3961,3842,\n2204, 869,4207, 970,2678,5626,2944,2956,1479,4048, 514,3595, 588,1346,2820,3409,\n 249,4088,1746,1873,2047,1774, 581,1813, 358,1174,3590,1014,1561,4844,2245, 670,\n1636,3112, 889,1286, 953, 556,2327,3060,1290,3141, 613, 185,3477,1367, 850,3820,\n1715,2428,2642,2303,2732,3041,2562,2648,3566,3946,1349, 388,3098,2091,1360,3585,\n 152,1687,1539, 738,1559,  59,1232,2925,2267,1388,1249,1741,1679,2960, 151,1566,\n1125,1352,4271, 924,4296, 385,3166,4459, 310,1245,2850,  70,3285,2729,3534,3575,\n2398,3298,3466,1960,2265, 217,3647, 864,1909,2084,4401,2773,1010,3269,5152, 853,\n3051,3121,1244,4251,1895, 364,1499,1540,2313,1180,3655,2268, 562, 715,2417,3061,\n 544, 336,3768,2380,1752,4075, 950, 280,2425,4382, 183,2759,3272, 333,4297,2155,\n1688,2356,1444,1039,4540, 736,1177,3349,2443,2368,2144,2225, 565, 196,1482,3406,\n 927,1335,4147, 692, 878,1311,1653,3911,3622,1378,4200,1840,2969,3149,2126,1816,\n2534,1546,2393,2760, 737,2494,  13, 447, 245,2747,  38,2765,2129,2589,1079, 606,\n 360, 471,3755,2890, 404, 848, 699,1785,1236, 370,2221,1023,3746,2074,2026,2023,\n2388,1581,2119, 812,1141,3091,2536,1519, 804,2053, 406,1596,1090, 784, 548,4414,\n1806,2264,2936,1100, 343,4114,5096, 622,3358, 743,3668,1510,1626,5020,3567,2513,\n3195,4115,5627,2489,2991,  24,2065,2697,1087,2719,  48,1634, 315,  68, 985,2052,\n 198,2239,1347,1107,1439, 597,2366,2172, 871,3307, 919,2487,2790,1867, 236,2570,\n1413,3794, 906,3365,3381,1701,1982,1818,1524,2924,1205, 616,2586,2072,2004, 575,\n 253,3099,  32,1365,1182, 197,1714,2454,1201, 554,3388,3224,2748, 756,2587, 250,\n2567,1507,1517,3529,1922,2761,2337,3416,1961,1677,2452,2238,3153, 615, 911,1506,\n1474,2495,1265,1906,2749,3756,3280,2161, 898,2714,1759,3450,2243,2444, 563,  26,\n3286,2266,3769,3344,2707,3677, 611,1402, 531,1028,2871,4548,1375, 261,2948, 835,\n1190,4134, 353, 840,2684,1900,3082,1435,2109,1207,1674, 329,1872,2781,4055,2686,\n2104, 608,3318,2423,2957,2768,1108,3739,3512,3271,3985,2203,1771,3520,1418,2054,\n1681,1153, 225,1627,2929, 162,2050,2511,3687,1954, 124,1859,2431,1684,3032,2894,\n 585,4805,3969,2869,2704,2088,2032,2095,3656,2635,4362,2209, 256, 518,2042,2105,\n3777,3657, 643,2298,1148,1779, 190, 989,3544, 414,  11,2135,2063,2979,1471, 403,\n3678, 126, 770,1563, 671,2499,3216,2877, 600,1179, 307,2805,4937,1268,1297,2694,\n 252,4032,1448,1494,1331,1394, 127,2256, 222,1647,1035,1481,3056,1915,1048, 873,\n3651, 210,  33,1608,2516, 200,1520, 415, 102,   0,3389,1287, 817,  91,3299,2940,\n 836,1814, 549,2197,1396,1669,2987,3582,2297,2848,4528,1070, 687,  20,1819, 121,\n1552,1364,1461,1968,2617,3540,2824,2083, 177, 948,4938,2291, 110,4549,2066, 648,\n3359,1755,2110,2114,4642,4845,1693,3937,3308,1257,1869,2123, 208,1804,3159,2992,\n2531,2549,3361,2418,1350,2347,2800,2568,1291,2036,2680,  72, 842,1990, 212,1233,\n1154,1586,  75,2027,3410,4900,1823,1337,2710,2676, 728,2810,1522,3026,4995, 157,\n 755,1050,4022, 710, 785,1936,2194,2085,1406,2777,2400, 150,1250,4049,1206, 807,\n1910, 534, 529,3309,1721,1660, 274,  39,2827, 661,2670,1578, 925,3248,3815,1094,\n4278,4901,4252,  41,1150,3747,2572,2227,4501,3658,4902,3813,3357,3617,2884,2258,\n 887, 538,4187,3199,1294,2439,3042,2329,2343,2497,1255, 107, 543,1527, 521,3478,\n3568, 194,5062,  15, 961,3870,1241,1192,2664,  66,5215,3260,2111,1295,1127,2152,\n3805,4135, 901,1164,1976, 398,1278, 530,1460, 748, 904,1054,1966,1426,  53,2909,\n 509, 523,2279,1534, 536,1019, 239,1685, 460,2353, 673,1065,2401,3600,4298,2272,\n1272,2363, 284,1753,3679,4064,1695,  81, 815,2677,2757,2731,1386, 859, 500,4221,\n2190,2566, 757,1006,2519,2068,1166,1455, 337,2654,3203,1863,1682,1914,3025,1252,\n1409,1366, 847, 714,2834,2038,3209, 964,2970,1901, 885,2553,1078,1756,3049, 301,\n1572,3326, 688,2130,1996,2429,1805,1648,2930,3421,2750,3652,3088, 262,1158,1254,\n 389,1641,1812, 526,1719, 923,2073,1073,1902, 468, 489,4625,1140, 857,2375,3070,\n3319,2863, 380, 116,1328,2693,1161,2244, 273,1212,1884,2769,3011,1775,1142, 461,\n3066,1200,2147,2212, 790, 702,2695,4222,1601,1058, 434,2338,5153,3640,  67,2360,\n4099,2502, 618,3472,1329, 416,1132, 830,2782,1807,2653,3211,3510,1662, 192,2124,\n 296,3979,1739,1611,3684,  23, 118, 324, 446,1239,1225, 293,2520,3814,3795,2535,\n3116,  17,1074, 467,2692,2201, 387,2922,  45,1326,3055,1645,3659,2817, 958, 243,\n1903,2320,1339,2825,1784,3289, 356, 576, 865,2315,2381,3377,3916,1088,3122,1713,\n1655, 935, 628,4689,1034,1327, 441, 800, 720, 894,1979,2183,1528,5289,2702,1071,\n4046,3572,2399,1571,3281,  79, 761,1103, 327, 134, 758,1899,1371,1615, 879, 442,\n 215,2605,2579, 173,2048,2485,1057,2975,3317,1097,2253,3801,4263,1403,1650,2946,\n 814,4968,3487,1548,2644,1567,1285,   2, 295,2636,  97, 946,3576, 832, 141,4257,\n3273, 760,3821,3521,3156,2607, 949,1024,1733,1516,1803,1920,2125,2283,2665,3180,\n1501,2064,3560,2171,1592, 803,3518,1416, 732,3897,4258,1363,1362,2458, 119,1427,\n 602,1525,2608,1605,1639,3175, 694,3064,  10, 465,  76,2000,4846,4208, 444,3781,\n1619,3353,2206,1273,3796, 740,2483, 320,1723,2377,3660,2619,1359,1137,1762,1724,\n2345,2842,1850,1862, 912, 821,1866, 612,2625,1735,2573,3369,1093, 844,  89, 937,\n 930,1424,3564,2413,2972,1004,3046,3019,2011, 711,3171,1452,4178, 428, 801,1943,\n 432, 445,2811, 206,4136,1472, 730, 349,  73, 397,2802,2547, 998,1637,1167, 789,\n 396,3217, 154,1218, 716,1120,1780,2819,4826,1931,3334,3762,2139,1215,2627, 552,\n3664,3628,3232,1405,2383,3111,1356,2652,3577,3320,3101,1703, 640,1045,1370,1246,\n4996, 371,1575,2436,1621,2210, 984,4033,1734,2638,  16,4529, 663,2755,3255,1451,\n3917,2257,1253,1955,2234,1263,2951, 214,1229, 617, 485, 359,1831,1969, 473,2310,\n 750,2058, 165,  80,2864,2419, 361,4344,2416,2479,1134, 796,3726,1266,2943, 860,\n2715, 938, 390,2734,1313,1384, 248, 202, 877,1064,2854, 522,3907, 279,1602, 297,\n2357, 395,3740, 137,2075, 944,4089,2584,1267,3802,  62,1533,2285, 178, 176, 780,\n2440, 201,3707, 590, 478,1560,4354,2117,1075,  30,  74,4643,4004,1635,1441,2745,\n 776,2596, 238,1077,1692,1912,2844, 605, 499,1742,3947, 241,3053, 980,1749, 936,\n2640,4511,2582, 515,1543,2162,5322,2892,2993, 890,2148,1924, 665,1827,3581,1032,\n 968,3163, 339,1044,1896, 270, 583,1791,1720,4367,1194,3488,3669,  43,2523,1657,\n 163,2167, 290,1209,1622,3378, 550, 634,2508,2510, 695,2634,2384,2512,1476,1414,\n 220,1469,2341,2138,2852,3183,2900,4939,2865,3502,1211,3680, 854,3227,1299,2976,\n3172, 186,2998,1459, 443,1067,3251,1495, 321,1932,3054, 909, 753,1410,1828, 436,\n2441,1119,1587,3164,2186,1258, 227, 231,1425,1890,3200,3942, 247, 959, 725,5254,\n2741, 577,2158,2079, 929, 120, 174, 838,2813, 591,1115, 417,2024,  40,3240,1536,\n1037, 291,4151,2354, 632,1298,2406,2500,3535,1825,1846,3451, 205,1171, 345,4238,\n  18,1163, 811, 685,2208,1217, 425,1312,1508,1175,4308,2552,1033, 587,1381,3059,\n2984,3482, 340,1316,4023,3972, 792,3176, 519, 777,4690, 918, 933,4130,2981,3741,\n  90,3360,2911,2200,5184,4550, 609,3079,2030, 272,3379,2736, 363,3881,1130,1447,\n 286, 779, 357,1169,3350,3137,1630,1220,2687,2391, 747,1277,3688,2618,2682,2601,\n1156,3196,5290,4034,3102,1689,3596,3128, 874, 219,2783, 798, 508,1843,2461, 269,\n1658,1776,1392,1913,2983,3287,2866,2159,2372, 829,4076,  46,4253,2873,1889,1894,\n 915,1834,1631,2181,2318, 298, 664,2818,3555,2735, 954,3228,3117, 527,3511,2173,\n 681,2712,3033,2247,2346,3467,1652, 155,2164,3382, 113,1994, 450, 899, 494, 994,\n1237,2958,1875,2336,1926,3727, 545,1577,1550, 633,3473, 204,1305,3072,2410,1956,\n2471, 707,2134, 841,2195,2196,2663,3843,1026,4940, 990,3252,4997, 368,1092, 437,\n3212,3258,1933,1829, 675,2977,2893, 412, 943,3723,4644,3294,3283,2230,2373,5154,\n2389,2241,2661,2323,1404,2524, 593, 787, 677,3008,1275,2059, 438,2709,2609,2240,\n2269,2246,1446,  36,1568,1373,3892,1574,2301,1456,3962, 693,2276,5216,2035,1143,\n2720,1919,1797,1811,2763,4137,2597,1830,1699,1488,1198,2090, 424,1694, 312,3634,\n3390,4179,3335,2252,1214, 561,1059,3243,2295,2561, 975,5155,2321,2751,3772, 472,\n1537,3282,3398,1047,2077,2348,2878,1323,3340,3076, 690,2906,  51, 369, 170,3541,\n1060,2187,2688,3670,2541,1083,1683, 928,3918, 459, 109,4427, 599,3744,4286, 143,\n2101,2730,2490,  82,1588,3036,2121, 281,1860, 477,4035,1238,2812,3020,2716,3312,\n1530,2188,2055,1317, 843, 636,1808,1173,3495, 649, 181,1002, 147,3641,1159,2414,\n3750,2289,2795, 813,3123,2610,1136,4368,   5,3391,4541,2174, 420, 429,1728, 754,\n1228,2115,2219, 347,2223,2733, 735,1518,3003,2355,3134,1764,3948,3329,1888,2424,\n1001,1234,1972,3321,3363,1672,1021,1450,1584, 226, 765, 655,2526,3404,3244,2302,\n3665, 731, 594,2184, 319,1576, 621, 658,2656,4299,2099,3864,1279,2071,2598,2739,\n 795,3086,3699,3908,1707,2352,2402,1382,3136,2475,1465,4847,3496,3865,1085,3004,\n2591,1084, 213,2287,1963,3565,2250, 822, 793,4574,3187,1772,1789,3050, 595,1484,\n1959,2770,1080,2650, 456, 422,2996, 940,3322,4328,4345,3092,2742, 965,2784, 739,\n4124, 952,1358,2498,2949,2565, 332,2698,2378, 660,2260,2473,4194,3856,2919, 535,\n1260,2651,1208,1428,1300,1949,1303,2942, 433,2455,2450,1251,1946, 614,1269, 641,\n1306,1810,2737,3078,2912, 564,2365,1419,1415,1497,4460,2367,2185,1379,3005,1307,\n3218,2175,1897,3063, 682,1157,4040,4005,1712,1160,1941,1399, 394, 402,2952,1573,\n1151,2986,2404, 862, 299,2033,1489,3006, 346, 171,2886,3401,1726,2932, 168,2533,\n  47,2507,1030,3735,1145,3370,1395,1318,1579,3609,4560,2857,4116,1457,2529,1965,\n 504,1036,2690,2988,2405, 745,5871, 849,2397,2056,3081, 863,2359,3857,2096,  99,\n1397,1769,2300,4428,1643,3455,1978,1757,3718,1440,  35,4879,3742,1296,4228,2280,\n 160,5063,1599,2013, 166, 520,3479,1646,3345,3012, 490,1937,1545,1264,2182,2505,\n1096,1188,1369,1436,2421,1667,2792,2460,1270,2122, 727,3167,2143, 806,1706,1012,\n1800,3037, 960,2218,1882, 805, 139,2456,1139,1521, 851,1052,3093,3089, 342,2039,\n 744,5097,1468,1502,1585,2087, 223, 939, 326,2140,2577, 892,2481,1623,4077, 982,\n3708, 135,2131,  87,2503,3114,2326,1106, 876,1616, 547,2997,2831,2093,3441,4530,\n4314,   9,3256,4229,4148, 659,1462,1986,1710,2046,2913,2231,4090,4880,5255,3392,\n3274,1368,3689,4645,1477, 705,3384,3635,1068,1529,2941,1458,3782,1509, 100,1656,\n2548, 718,2339, 408,1590,2780,3548,1838,4117,3719,1345,3530, 717,3442,2778,3220,\n2898,1892,4590,3614,3371,2043,1998,1224,3483, 891, 635, 584,2559,3355, 733,1766,\n1729,1172,3789,1891,2307, 781,2982,2271,1957,1580,5773,2633,2005,4195,3097,1535,\n3213,1189,1934,5693,3262, 586,3118,1324,1598, 517,1564,2217,1868,1893,4445,3728,\n2703,3139,1526,1787,1992,3882,2875,1549,1199,1056,2224,1904,2711,5098,4287, 338,\n1993,3129,3489,2689,1809,2815,1997, 957,1855,3898,2550,3275,3057,1105,1319, 627,\n1505,1911,1883,3526, 698,3629,3456,1833,1431, 746,  77,1261,2017,2296,1977,1885,\n 125,1334,1600, 525,1798,1109,2222,1470,1945, 559,2236,1186,3443,2476,1929,1411,\n2411,3135,1777,3372,2621,1841,1613,3229, 668,1430,1839,2643,2916, 195,1989,2671,\n2358,1387, 629,3205,2293,5256,4439, 123,1310, 888,1879,4300,3021,3605,1003,1162,\n3192,2910,2010, 140,2395,2859,  55,1082,2012,2901, 662, 419,2081,1438, 680,2774,\n4654,3912,1620,1731,1625,5035,4065,2328, 512,1344, 802,5443,2163,2311,2537, 524,\n3399,  98,1155,2103,1918,2606,3925,2816,1393,2465,1504,3773,2177,3963,1478,4346,\n 180,1113,4655,3461,2028,1698, 833,2696,1235,1322,1594,4408,3623,3013,3225,2040,\n3022, 541,2881, 607,3632,2029,1665,1219, 639,1385,1686,1099,2803,3231,1938,3188,\n2858, 427, 676,2772,1168,2025, 454,3253,2486,3556, 230,1950, 580, 791,1991,1280,\n1086,1974,2034, 630, 257,3338,2788,4903,1017,  86,4790, 966,2789,1995,1696,1131,\n 259,3095,4188,1308, 179,1463,5257, 289,4107,1248,  42,3413,1725,2288, 896,1947,\n 774,4474,4254, 604,3430,4264, 392,2514,2588, 452, 237,1408,3018, 988,4531,1970,\n3034,3310, 540,2370,1562,1288,2990, 502,4765,1147,   4,1853,2708, 207, 294,2814,\n4078,2902,2509, 684,  34,3105,3532,2551, 644, 709,2801,2344, 573,1727,3573,3557,\n2021,1081,3100,4315,2100,3681, 199,2263,1837,2385, 146,3484,1195,2776,3949, 997,\n1939,3973,1008,1091,1202,1962,1847,1149,4209,5444,1076, 493, 117,5400,2521, 972,\n1490,2934,1796,4542,2374,1512,2933,2657, 413,2888,1135,2762,2314,2156,1355,2369,\n 766,2007,2527,2170,3124,2491,2593,2632,4757,2437, 234,3125,3591,1898,1750,1376,\n1942,3468,3138, 570,2127,2145,3276,4131, 962, 132,1445,4196,  19, 941,3624,3480,\n3366,1973,1374,4461,3431,2629, 283,2415,2275, 808,2887,3620,2112,2563,1353,3610,\n 955,1089,3103,1053,  96,  88,4097, 823,3808,1583, 399, 292,4091,3313, 421,1128,\n 642,4006, 903,2539,1877,2082, 596,  29,4066,1790, 722,2157, 130, 995,1569, 769,\n1485, 464, 513,2213, 288,1923,1101,2453,4316, 133, 486,2445,  50, 625, 487,2207,\n  57, 423, 481,2962, 159,3729,1558, 491, 303, 482, 501, 240,2837, 112,3648,2392,\n1783, 362,   8,3433,3422, 610,2793,3277,1390,1284,1654,  21,3823, 734, 367, 623,\n 193, 287, 374,1009,1483, 816, 476, 313,2255,2340,1262,2150,2899,1146,2581, 782,\n2116,1659,2018,1880, 255,3586,3314,1110,2867,2137,2564, 986,2767,5185,2006, 650,\n 158, 926, 762, 881,3157,2717,2362,3587, 306,3690,3245,1542,3077,2427,1691,2478,\n2118,2985,3490,2438, 539,2305, 983, 129,1754, 355,4201,2386, 827,2923, 104,1773,\n2838,2771, 411,2905,3919, 376, 767, 122,1114, 828,2422,1817,3506, 266,3460,1007,\n1609,4998, 945,2612,4429,2274, 726,1247,1964,2914,2199,2070,4002,4108, 657,3323,\n1422, 579, 455,2764,4737,1222,2895,1670, 824,1223,1487,2525, 558, 861,3080, 598,\n2659,2515,1967, 752,2583,2376,2214,4180, 977, 704,2464,4999,2622,4109,1210,2961,\n 819,1541, 142,2284,  44, 418, 457,1126,3730,4347,4626,1644,1876,3671,1864, 302,\n1063,5694, 624, 723,1984,3745,1314,1676,2488,1610,1449,3558,3569,2166,2098, 409,\n1011,2325,3704,2306, 818,1732,1383,1824,1844,3757, 999,2705,3497,1216,1423,2683,\n2426,2954,2501,2726,2229,1475,2554,5064,1971,1794,1666,2014,1343, 783, 724, 191,\n2434,1354,2220,5065,1763,2752,2472,4152, 131, 175,2885,3434,  92,1466,4920,2616,\n3871,3872,3866, 128,1551,1632, 669,1854,3682,4691,4125,1230, 188,2973,3290,1302,\n1213, 560,3266, 917, 763,3909,3249,1760, 868,1958, 764,1782,2097, 145,2277,3774,\n4462,  64,1491,3062, 971,2132,3606,2442, 221,1226,1617, 218, 323,1185,3207,3147,\n 571, 619,1473,1005,1744,2281, 449,1887,2396,3685, 275, 375,3816,1743,3844,3731,\n 845,1983,2350,4210,1377, 773, 967,3499,3052,3743,2725,4007,1697,1022,3943,1464,\n3264,2855,2722,1952,1029,2839,2467,  84,4383,2215, 820,1391,2015,2448,3672, 377,\n1948,2168, 797,2545,3536,2578,2645,  94,2874,1678, 405,1259,3071, 771, 546,1315,\n 470,1243,3083, 895,2468, 981, 969,2037, 846,4181, 653,1276,2928,  14,2594, 557,\n3007,2474, 156, 902,1338,1740,2574, 537,2518, 973,2282,2216,2433,1928, 138,2903,\n1293,2631,1612, 646,3457, 839,2935, 111, 496,2191,2847, 589,3186, 149,3994,2060,\n4031,2641,4067,3145,1870,  37,3597,2136,1025,2051,3009,3383,3549,1121,1016,3261,\n1301, 251,2446,2599,2153, 872,3246, 637, 334,3705, 831, 884, 921,3065,3140,4092,\n2198,1944, 246,2964, 108,2045,1152,1921,2308,1031, 203,3173,4170,1907,3890, 810,\n1401,2003,1690, 506, 647,1242,2828,1761,1649,3208,2249,1589,3709,2931,5156,1708,\n 498, 666,2613, 834,3817,1231, 184,2851,1124, 883,3197,2261,3710,1765,1553,2658,\n1178,2639,2351,  93,1193, 942,2538,2141,4402, 235,1821, 870,1591,2192,1709,1871,\n3341,1618,4126,2595,2334, 603, 651,  69, 701, 268,2662,3411,2555,1380,1606, 503,\n 448, 254,2371,2646, 574,1187,2309,1770, 322,2235,1292,1801, 305, 566,1133, 229,\n2067,2057, 706, 167, 483,2002,2672,3295,1820,3561,3067, 316, 378,2746,3452,1112,\n 136,1981, 507,1651,2917,1117, 285,4591, 182,2580,3522,1304, 335,3303,1835,2504,\n1795,1792,2248, 674,1018,2106,2449,1857,2292,2845, 976,3047,1781,2600,2727,1389,\n1281,  52,3152, 153, 265,3950, 672,3485,3951,4463, 430,1183, 365, 278,2169,  27,\n1407,1336,2304, 209,1340,1730,2202,1852,2403,2883, 979,1737,1062, 631,2829,2542,\n3876,2592, 825,2086,2226,3048,3625, 352,1417,3724, 542, 991, 431,1351,3938,1861,\n2294, 826,1361,2927,3142,3503,1738, 463,2462,2723, 582,1916,1595,2808, 400,3845,\n3891,2868,3621,2254,  58,2492,1123, 910,2160,2614,1372,1603,1196,1072,3385,1700,\n3267,1980, 696, 480,2430, 920, 799,1570,2920,1951,2041,4047,2540,1321,4223,2469,\n3562,2228,1271,2602, 401,2833,3351,2575,5157, 907,2312,1256, 410, 263,3507,1582,\n 996, 678,1849,2316,1480, 908,3545,2237, 703,2322, 667,1826,2849,1531,2604,2999,\n2407,3146,2151,2630,1786,3711, 469,3542, 497,3899,2409, 858, 837,4446,3393,1274,\n 786, 620,1845,2001,3311, 484, 308,3367,1204,1815,3691,2332,1532,2557,1842,2020,\n2724,1927,2333,4440, 567,  22,1673,2728,4475,1987,1858,1144,1597, 101,1832,3601,\n  12, 974,3783,4391, 951,1412,   1,3720, 453,4608,4041, 528,1041,1027,3230,2628,\n1129, 875,1051,3291,1203,2262,1069,2860,2799,2149,2615,3278, 144,1758,3040,  31,\n 475,1680, 366,2685,3184, 311,1642,4008,2466,5036,1593,1493,2809, 216,1420,1668,\n 233, 304,2128,3284, 232,1429,1768,1040,2008,3407,2740,2967,2543, 242,2133, 778,\n1565,2022,2620, 505,2189,2756,1098,2273, 372,1614, 708, 553,2846,2094,2278, 169,\n3626,2835,4161, 228,2674,3165, 809,1454,1309, 466,1705,1095, 900,3423, 880,2667,\n3751,5258,2317,3109,2571,4317,2766,1503,1342, 866,4447,1118,  63,2076, 314,1881,\n1348,1061, 172, 978,3515,1747, 532, 511,3970,   6, 601, 905,2699,3300,1751, 276,\n1467,3725,2668,  65,4239,2544,2779,2556,1604, 578,2451,1802, 992,2331,2624,1320,\n3446, 713,1513,1013, 103,2786,2447,1661, 886,1702, 916, 654,3574,2031,1556, 751,\n2178,2821,2179,1498,1538,2176, 271, 914,2251,2080,1325, 638,1953,2937,3877,2432,\n2754,  95,3265,1716, 260,1227,4083, 775, 106,1357,3254, 426,1607, 555,2480, 772,\n1985, 244,2546, 474, 495,1046,2611,1851,2061,  71,2089,1675,2590, 742,3758,2843,\n3222,1433, 267,2180,2576,2826,2233,2092,3913,2435, 956,1745,3075, 856,2113,1116,\n 451,   3,1988,2896,1398, 993,2463,1878,2049,1341,2718,2721,2870,2108, 712,2904,\n4363,2753,2324, 277,2872,2349,2649, 384, 987, 435, 691,3000, 922, 164,3939, 652,\n1500,1184,4153,2482,3373,2165,4848,2335,3775,3508,3154,2806,2830,1554,2102,1664,\n2530,1434,2408, 893,1547,2623,3447,2832,2242,2532,3169,2856,3223,2078,  49,3770,\n3469, 462, 318, 656,2259,3250,3069, 679,1629,2758, 344,1138,1104,3120,1836,1283,\n3115,2154,1437,4448, 934, 759,1999, 794,2862,1038, 533,2560,1722,2342, 855,2626,\n1197,1663,4476,3127,  85,4240,2528,  25,1111,1181,3673, 407,3470,4561,2679,2713,\n 768,1925,2841,3986,1544,1165, 932, 373,1240,2146,1930,2673, 721,4766, 354,4333,\n 391,2963, 187,  61,3364,1442,1102, 330,1940,1767, 341,3809,4118, 393,2496,2062,\n2211, 105, 331, 300, 439, 913,1332, 626, 379,3304,1557, 328, 689,3952, 309,1555,\n 931, 317,2517,3027, 325, 569, 686,2107,3084,  60,1042,1333,2794, 264,3177,4014,\n1628, 258,3712,   7,4464,1176,1043,1778, 683, 114,1975,  78,1492, 383,1886, 510,\n 386, 645,5291,2891,2069,3305,4138,3867,2939,2603,2493,1935,1066,1848,3588,1015,\n1282,1289,4609, 697,1453,3044,2666,3611,1856,2412,  54, 719,1330, 568,3778,2459,\n1748, 788, 492, 551,1191,1000, 488,3394,3763, 282,1799, 348,2016,1523,3155,2390,\n1049, 382,2019,1788,1170, 729,2968,3523, 897,3926,2785,2938,3292, 350,2319,3238,\n1718,1717,2655,3453,3143,4465, 161,2889,2980,2009,1421,  56,1908,1640,2387,2232,\n1917,1874,2477,4921, 148,  83,3438, 592,4245,2882,1822,1055, 741, 115,1496,1624,\n 381,1638,4592,1020, 516,3214, 458, 947,4575,1432, 211,1514,2926,1865,2142, 189,\n 852,1221,1400,1486, 882,2299,4036, 351,  28,1122, 700,6479,6480,6481,6482,6483,  # last 512\n#Everything below is of no interest for detection purpose\n5508,6484,3900,3414,3974,4441,4024,3537,4037,5628,5099,3633,6485,3148,6486,3636,\n5509,3257,5510,5973,5445,5872,4941,4403,3174,4627,5873,6276,2286,4230,5446,5874,\n5122,6102,6103,4162,5447,5123,5323,4849,6277,3980,3851,5066,4246,5774,5067,6278,\n3001,2807,5695,3346,5775,5974,5158,5448,6487,5975,5976,5776,3598,6279,5696,4806,\n4211,4154,6280,6488,6489,6490,6281,4212,5037,3374,4171,6491,4562,4807,4722,4827,\n5977,6104,4532,4079,5159,5324,5160,4404,3858,5359,5875,3975,4288,4610,3486,4512,\n5325,3893,5360,6282,6283,5560,2522,4231,5978,5186,5449,2569,3878,6284,5401,3578,\n4415,6285,4656,5124,5979,2506,4247,4449,3219,3417,4334,4969,4329,6492,4576,4828,\n4172,4416,4829,5402,6286,3927,3852,5361,4369,4830,4477,4867,5876,4173,6493,6105,\n4657,6287,6106,5877,5450,6494,4155,4868,5451,3700,5629,4384,6288,6289,5878,3189,\n4881,6107,6290,6495,4513,6496,4692,4515,4723,5100,3356,6497,6291,3810,4080,5561,\n3570,4430,5980,6498,4355,5697,6499,4724,6108,6109,3764,4050,5038,5879,4093,3226,\n6292,5068,5217,4693,3342,5630,3504,4831,4377,4466,4309,5698,4431,5777,6293,5778,\n4272,3706,6110,5326,3752,4676,5327,4273,5403,4767,5631,6500,5699,5880,3475,5039,\n6294,5562,5125,4348,4301,4482,4068,5126,4593,5700,3380,3462,5981,5563,3824,5404,\n4970,5511,3825,4738,6295,6501,5452,4516,6111,5881,5564,6502,6296,5982,6503,4213,\n4163,3454,6504,6112,4009,4450,6113,4658,6297,6114,3035,6505,6115,3995,4904,4739,\n4563,4942,4110,5040,3661,3928,5362,3674,6506,5292,3612,4791,5565,4149,5983,5328,\n5259,5021,4725,4577,4564,4517,4364,6298,5405,4578,5260,4594,4156,4157,5453,3592,\n3491,6507,5127,5512,4709,4922,5984,5701,4726,4289,6508,4015,6116,5128,4628,3424,\n4241,5779,6299,4905,6509,6510,5454,5702,5780,6300,4365,4923,3971,6511,5161,3270,\n3158,5985,4100, 867,5129,5703,6117,5363,3695,3301,5513,4467,6118,6512,5455,4232,\n4242,4629,6513,3959,4478,6514,5514,5329,5986,4850,5162,5566,3846,4694,6119,5456,\n4869,5781,3779,6301,5704,5987,5515,4710,6302,5882,6120,4392,5364,5705,6515,6121,\n6516,6517,3736,5988,5457,5989,4695,2457,5883,4551,5782,6303,6304,6305,5130,4971,\n6122,5163,6123,4870,3263,5365,3150,4871,6518,6306,5783,5069,5706,3513,3498,4409,\n5330,5632,5366,5458,5459,3991,5990,4502,3324,5991,5784,3696,4518,5633,4119,6519,\n4630,5634,4417,5707,4832,5992,3418,6124,5993,5567,4768,5218,6520,4595,3458,5367,\n6125,5635,6126,4202,6521,4740,4924,6307,3981,4069,4385,6308,3883,2675,4051,3834,\n4302,4483,5568,5994,4972,4101,5368,6309,5164,5884,3922,6127,6522,6523,5261,5460,\n5187,4164,5219,3538,5516,4111,3524,5995,6310,6311,5369,3181,3386,2484,5188,3464,\n5569,3627,5708,6524,5406,5165,4677,4492,6312,4872,4851,5885,4468,5996,6313,5709,\n5710,6128,2470,5886,6314,5293,4882,5785,3325,5461,5101,6129,5711,5786,6525,4906,\n6526,6527,4418,5887,5712,4808,2907,3701,5713,5888,6528,3765,5636,5331,6529,6530,\n3593,5889,3637,4943,3692,5714,5787,4925,6315,6130,5462,4405,6131,6132,6316,5262,\n6531,6532,5715,3859,5716,5070,4696,5102,3929,5788,3987,4792,5997,6533,6534,3920,\n4809,5000,5998,6535,2974,5370,6317,5189,5263,5717,3826,6536,3953,5001,4883,3190,\n5463,5890,4973,5999,4741,6133,6134,3607,5570,6000,4711,3362,3630,4552,5041,6318,\n6001,2950,2953,5637,4646,5371,4944,6002,2044,4120,3429,6319,6537,5103,4833,6538,\n6539,4884,4647,3884,6003,6004,4758,3835,5220,5789,4565,5407,6540,6135,5294,4697,\n4852,6320,6321,3206,4907,6541,6322,4945,6542,6136,6543,6323,6005,4631,3519,6544,\n5891,6545,5464,3784,5221,6546,5571,4659,6547,6324,6137,5190,6548,3853,6549,4016,\n4834,3954,6138,5332,3827,4017,3210,3546,4469,5408,5718,3505,4648,5790,5131,5638,\n5791,5465,4727,4318,6325,6326,5792,4553,4010,4698,3439,4974,3638,4335,3085,6006,\n5104,5042,5166,5892,5572,6327,4356,4519,5222,5573,5333,5793,5043,6550,5639,5071,\n4503,6328,6139,6551,6140,3914,3901,5372,6007,5640,4728,4793,3976,3836,4885,6552,\n4127,6553,4451,4102,5002,6554,3686,5105,6555,5191,5072,5295,4611,5794,5296,6556,\n5893,5264,5894,4975,5466,5265,4699,4976,4370,4056,3492,5044,4886,6557,5795,4432,\n4769,4357,5467,3940,4660,4290,6141,4484,4770,4661,3992,6329,4025,4662,5022,4632,\n4835,4070,5297,4663,4596,5574,5132,5409,5895,6142,4504,5192,4664,5796,5896,3885,\n5575,5797,5023,4810,5798,3732,5223,4712,5298,4084,5334,5468,6143,4052,4053,4336,\n4977,4794,6558,5335,4908,5576,5224,4233,5024,4128,5469,5225,4873,6008,5045,4729,\n4742,4633,3675,4597,6559,5897,5133,5577,5003,5641,5719,6330,6560,3017,2382,3854,\n4406,4811,6331,4393,3964,4946,6561,2420,3722,6562,4926,4378,3247,1736,4442,6332,\n5134,6333,5226,3996,2918,5470,4319,4003,4598,4743,4744,4485,3785,3902,5167,5004,\n5373,4394,5898,6144,4874,1793,3997,6334,4085,4214,5106,5642,4909,5799,6009,4419,\n4189,3330,5899,4165,4420,5299,5720,5227,3347,6145,4081,6335,2876,3930,6146,3293,\n3786,3910,3998,5900,5300,5578,2840,6563,5901,5579,6147,3531,5374,6564,6565,5580,\n4759,5375,6566,6148,3559,5643,6336,6010,5517,6337,6338,5721,5902,3873,6011,6339,\n6567,5518,3868,3649,5722,6568,4771,4947,6569,6149,4812,6570,2853,5471,6340,6341,\n5644,4795,6342,6012,5723,6343,5724,6013,4349,6344,3160,6150,5193,4599,4514,4493,\n5168,4320,6345,4927,3666,4745,5169,5903,5005,4928,6346,5725,6014,4730,4203,5046,\n4948,3395,5170,6015,4150,6016,5726,5519,6347,5047,3550,6151,6348,4197,4310,5904,\n6571,5581,2965,6152,4978,3960,4291,5135,6572,5301,5727,4129,4026,5905,4853,5728,\n5472,6153,6349,4533,2700,4505,5336,4678,3583,5073,2994,4486,3043,4554,5520,6350,\n6017,5800,4487,6351,3931,4103,5376,6352,4011,4321,4311,4190,5136,6018,3988,3233,\n4350,5906,5645,4198,6573,5107,3432,4191,3435,5582,6574,4139,5410,6353,5411,3944,\n5583,5074,3198,6575,6354,4358,6576,5302,4600,5584,5194,5412,6577,6578,5585,5413,\n5303,4248,5414,3879,4433,6579,4479,5025,4854,5415,6355,4760,4772,3683,2978,4700,\n3797,4452,3965,3932,3721,4910,5801,6580,5195,3551,5907,3221,3471,3029,6019,3999,\n5908,5909,5266,5267,3444,3023,3828,3170,4796,5646,4979,4259,6356,5647,5337,3694,\n6357,5648,5338,4520,4322,5802,3031,3759,4071,6020,5586,4836,4386,5048,6581,3571,\n4679,4174,4949,6154,4813,3787,3402,3822,3958,3215,3552,5268,4387,3933,4950,4359,\n6021,5910,5075,3579,6358,4234,4566,5521,6359,3613,5049,6022,5911,3375,3702,3178,\n4911,5339,4521,6582,6583,4395,3087,3811,5377,6023,6360,6155,4027,5171,5649,4421,\n4249,2804,6584,2270,6585,4000,4235,3045,6156,5137,5729,4140,4312,3886,6361,4330,\n6157,4215,6158,3500,3676,4929,4331,3713,4930,5912,4265,3776,3368,5587,4470,4855,\n3038,4980,3631,6159,6160,4132,4680,6161,6362,3923,4379,5588,4255,6586,4121,6587,\n6363,4649,6364,3288,4773,4774,6162,6024,6365,3543,6588,4274,3107,3737,5050,5803,\n4797,4522,5589,5051,5730,3714,4887,5378,4001,4523,6163,5026,5522,4701,4175,2791,\n3760,6589,5473,4224,4133,3847,4814,4815,4775,3259,5416,6590,2738,6164,6025,5304,\n3733,5076,5650,4816,5590,6591,6165,6592,3934,5269,6593,3396,5340,6594,5804,3445,\n3602,4042,4488,5731,5732,3525,5591,4601,5196,6166,6026,5172,3642,4612,3202,4506,\n4798,6366,3818,5108,4303,5138,5139,4776,3332,4304,2915,3415,4434,5077,5109,4856,\n2879,5305,4817,6595,5913,3104,3144,3903,4634,5341,3133,5110,5651,5805,6167,4057,\n5592,2945,4371,5593,6596,3474,4182,6367,6597,6168,4507,4279,6598,2822,6599,4777,\n4713,5594,3829,6169,3887,5417,6170,3653,5474,6368,4216,2971,5228,3790,4579,6369,\n5733,6600,6601,4951,4746,4555,6602,5418,5475,6027,3400,4665,5806,6171,4799,6028,\n5052,6172,3343,4800,4747,5006,6370,4556,4217,5476,4396,5229,5379,5477,3839,5914,\n5652,5807,4714,3068,4635,5808,6173,5342,4192,5078,5419,5523,5734,6174,4557,6175,\n4602,6371,6176,6603,5809,6372,5735,4260,3869,5111,5230,6029,5112,6177,3126,4681,\n5524,5915,2706,3563,4748,3130,6178,4018,5525,6604,6605,5478,4012,4837,6606,4534,\n4193,5810,4857,3615,5479,6030,4082,3697,3539,4086,5270,3662,4508,4931,5916,4912,\n5811,5027,3888,6607,4397,3527,3302,3798,2775,2921,2637,3966,4122,4388,4028,4054,\n1633,4858,5079,3024,5007,3982,3412,5736,6608,3426,3236,5595,3030,6179,3427,3336,\n3279,3110,6373,3874,3039,5080,5917,5140,4489,3119,6374,5812,3405,4494,6031,4666,\n4141,6180,4166,6032,5813,4981,6609,5081,4422,4982,4112,3915,5653,3296,3983,6375,\n4266,4410,5654,6610,6181,3436,5082,6611,5380,6033,3819,5596,4535,5231,5306,5113,\n6612,4952,5918,4275,3113,6613,6376,6182,6183,5814,3073,4731,4838,5008,3831,6614,\n4888,3090,3848,4280,5526,5232,3014,5655,5009,5737,5420,5527,6615,5815,5343,5173,\n5381,4818,6616,3151,4953,6617,5738,2796,3204,4360,2989,4281,5739,5174,5421,5197,\n3132,5141,3849,5142,5528,5083,3799,3904,4839,5480,2880,4495,3448,6377,6184,5271,\n5919,3771,3193,6034,6035,5920,5010,6036,5597,6037,6378,6038,3106,5422,6618,5423,\n5424,4142,6619,4889,5084,4890,4313,5740,6620,3437,5175,5307,5816,4199,5198,5529,\n5817,5199,5656,4913,5028,5344,3850,6185,2955,5272,5011,5818,4567,4580,5029,5921,\n3616,5233,6621,6622,6186,4176,6039,6379,6380,3352,5200,5273,2908,5598,5234,3837,\n5308,6623,6624,5819,4496,4323,5309,5201,6625,6626,4983,3194,3838,4167,5530,5922,\n5274,6381,6382,3860,3861,5599,3333,4292,4509,6383,3553,5481,5820,5531,4778,6187,\n3955,3956,4324,4389,4218,3945,4325,3397,2681,5923,4779,5085,4019,5482,4891,5382,\n5383,6040,4682,3425,5275,4094,6627,5310,3015,5483,5657,4398,5924,3168,4819,6628,\n5925,6629,5532,4932,4613,6041,6630,4636,6384,4780,4204,5658,4423,5821,3989,4683,\n5822,6385,4954,6631,5345,6188,5425,5012,5384,3894,6386,4490,4104,6632,5741,5053,\n6633,5823,5926,5659,5660,5927,6634,5235,5742,5824,4840,4933,4820,6387,4859,5928,\n4955,6388,4143,3584,5825,5346,5013,6635,5661,6389,5014,5484,5743,4337,5176,5662,\n6390,2836,6391,3268,6392,6636,6042,5236,6637,4158,6638,5744,5663,4471,5347,3663,\n4123,5143,4293,3895,6639,6640,5311,5929,5826,3800,6189,6393,6190,5664,5348,3554,\n3594,4749,4603,6641,5385,4801,6043,5827,4183,6642,5312,5426,4761,6394,5665,6191,\n4715,2669,6643,6644,5533,3185,5427,5086,5930,5931,5386,6192,6044,6645,4781,4013,\n5745,4282,4435,5534,4390,4267,6045,5746,4984,6046,2743,6193,3501,4087,5485,5932,\n5428,4184,4095,5747,4061,5054,3058,3862,5933,5600,6646,5144,3618,6395,3131,5055,\n5313,6396,4650,4956,3855,6194,3896,5202,4985,4029,4225,6195,6647,5828,5486,5829,\n3589,3002,6648,6397,4782,5276,6649,6196,6650,4105,3803,4043,5237,5830,6398,4096,\n3643,6399,3528,6651,4453,3315,4637,6652,3984,6197,5535,3182,3339,6653,3096,2660,\n6400,6654,3449,5934,4250,4236,6047,6401,5831,6655,5487,3753,4062,5832,6198,6199,\n6656,3766,6657,3403,4667,6048,6658,4338,2897,5833,3880,2797,3780,4326,6659,5748,\n5015,6660,5387,4351,5601,4411,6661,3654,4424,5935,4339,4072,5277,4568,5536,6402,\n6662,5238,6663,5349,5203,6200,5204,6201,5145,4536,5016,5056,4762,5834,4399,4957,\n6202,6403,5666,5749,6664,4340,6665,5936,5177,5667,6666,6667,3459,4668,6404,6668,\n6669,4543,6203,6670,4276,6405,4480,5537,6671,4614,5205,5668,6672,3348,2193,4763,\n6406,6204,5937,5602,4177,5669,3419,6673,4020,6205,4443,4569,5388,3715,3639,6407,\n6049,4058,6206,6674,5938,4544,6050,4185,4294,4841,4651,4615,5488,6207,6408,6051,\n5178,3241,3509,5835,6208,4958,5836,4341,5489,5278,6209,2823,5538,5350,5206,5429,\n6675,4638,4875,4073,3516,4684,4914,4860,5939,5603,5389,6052,5057,3237,5490,3791,\n6676,6409,6677,4821,4915,4106,5351,5058,4243,5539,4244,5604,4842,4916,5239,3028,\n3716,5837,5114,5605,5390,5940,5430,6210,4332,6678,5540,4732,3667,3840,6053,4305,\n3408,5670,5541,6410,2744,5240,5750,6679,3234,5606,6680,5607,5671,3608,4283,4159,\n4400,5352,4783,6681,6411,6682,4491,4802,6211,6412,5941,6413,6414,5542,5751,6683,\n4669,3734,5942,6684,6415,5943,5059,3328,4670,4144,4268,6685,6686,6687,6688,4372,\n3603,6689,5944,5491,4373,3440,6416,5543,4784,4822,5608,3792,4616,5838,5672,3514,\n5391,6417,4892,6690,4639,6691,6054,5673,5839,6055,6692,6056,5392,6212,4038,5544,\n5674,4497,6057,6693,5840,4284,5675,4021,4545,5609,6418,4454,6419,6213,4113,4472,\n5314,3738,5087,5279,4074,5610,4959,4063,3179,4750,6058,6420,6214,3476,4498,4716,\n5431,4960,4685,6215,5241,6694,6421,6216,6695,5841,5945,6422,3748,5946,5179,3905,\n5752,5545,5947,4374,6217,4455,6423,4412,6218,4803,5353,6696,3832,5280,6219,4327,\n4702,6220,6221,6059,4652,5432,6424,3749,4751,6425,5753,4986,5393,4917,5948,5030,\n5754,4861,4733,6426,4703,6697,6222,4671,5949,4546,4961,5180,6223,5031,3316,5281,\n6698,4862,4295,4934,5207,3644,6427,5842,5950,6428,6429,4570,5843,5282,6430,6224,\n5088,3239,6060,6699,5844,5755,6061,6431,2701,5546,6432,5115,5676,4039,3993,3327,\n4752,4425,5315,6433,3941,6434,5677,4617,4604,3074,4581,6225,5433,6435,6226,6062,\n4823,5756,5116,6227,3717,5678,4717,5845,6436,5679,5846,6063,5847,6064,3977,3354,\n6437,3863,5117,6228,5547,5394,4499,4524,6229,4605,6230,4306,4500,6700,5951,6065,\n3693,5952,5089,4366,4918,6701,6231,5548,6232,6702,6438,4704,5434,6703,6704,5953,\n4168,6705,5680,3420,6706,5242,4407,6066,3812,5757,5090,5954,4672,4525,3481,5681,\n4618,5395,5354,5316,5955,6439,4962,6707,4526,6440,3465,4673,6067,6441,5682,6708,\n5435,5492,5758,5683,4619,4571,4674,4804,4893,4686,5493,4753,6233,6068,4269,6442,\n6234,5032,4705,5146,5243,5208,5848,6235,6443,4963,5033,4640,4226,6236,5849,3387,\n6444,6445,4436,4437,5850,4843,5494,4785,4894,6709,4361,6710,5091,5956,3331,6237,\n4987,5549,6069,6711,4342,3517,4473,5317,6070,6712,6071,4706,6446,5017,5355,6713,\n6714,4988,5436,6447,4734,5759,6715,4735,4547,4456,4754,6448,5851,6449,6450,3547,\n5852,5318,6451,6452,5092,4205,6716,6238,4620,4219,5611,6239,6072,4481,5760,5957,\n5958,4059,6240,6453,4227,4537,6241,5761,4030,4186,5244,5209,3761,4457,4876,3337,\n5495,5181,6242,5959,5319,5612,5684,5853,3493,5854,6073,4169,5613,5147,4895,6074,\n5210,6717,5182,6718,3830,6243,2798,3841,6075,6244,5855,5614,3604,4606,5496,5685,\n5118,5356,6719,6454,5960,5357,5961,6720,4145,3935,4621,5119,5962,4261,6721,6455,\n4786,5963,4375,4582,6245,6246,6247,6076,5437,4877,5856,3376,4380,6248,4160,6722,\n5148,6456,5211,6457,6723,4718,6458,6724,6249,5358,4044,3297,6459,6250,5857,5615,\n5497,5245,6460,5498,6725,6251,6252,5550,3793,5499,2959,5396,6461,6462,4572,5093,\n5500,5964,3806,4146,6463,4426,5762,5858,6077,6253,4755,3967,4220,5965,6254,4989,\n5501,6464,4352,6726,6078,4764,2290,5246,3906,5438,5283,3767,4964,2861,5763,5094,\n6255,6256,4622,5616,5859,5860,4707,6727,4285,4708,4824,5617,6257,5551,4787,5212,\n4965,4935,4687,6465,6728,6466,5686,6079,3494,4413,2995,5247,5966,5618,6729,5967,\n5764,5765,5687,5502,6730,6731,6080,5397,6467,4990,6258,6732,4538,5060,5619,6733,\n4719,5688,5439,5018,5149,5284,5503,6734,6081,4607,6259,5120,3645,5861,4583,6260,\n4584,4675,5620,4098,5440,6261,4863,2379,3306,4585,5552,5689,4586,5285,6735,4864,\n6736,5286,6082,6737,4623,3010,4788,4381,4558,5621,4587,4896,3698,3161,5248,4353,\n4045,6262,3754,5183,4588,6738,6263,6739,6740,5622,3936,6741,6468,6742,6264,5095,\n6469,4991,5968,6743,4992,6744,6083,4897,6745,4256,5766,4307,3108,3968,4444,5287,\n3889,4343,6084,4510,6085,4559,6086,4898,5969,6746,5623,5061,4919,5249,5250,5504,\n5441,6265,5320,4878,3242,5862,5251,3428,6087,6747,4237,5624,5442,6266,5553,4539,\n6748,2585,3533,5398,4262,6088,5150,4736,4438,6089,6267,5505,4966,6749,6268,6750,\n6269,5288,5554,3650,6090,6091,4624,6092,5690,6751,5863,4270,5691,4277,5555,5864,\n6752,5692,4720,4865,6470,5151,4688,4825,6753,3094,6754,6471,3235,4653,6755,5213,\n5399,6756,3201,4589,5865,4967,6472,5866,6473,5019,3016,6757,5321,4756,3957,4573,\n6093,4993,5767,4721,6474,6758,5625,6759,4458,6475,6270,6760,5556,4994,5214,5252,\n6271,3875,5768,6094,5034,5506,4376,5769,6761,2120,6476,5253,5770,6762,5771,5970,\n3990,5971,5557,5558,5772,6477,6095,2787,4641,5972,5121,6096,6097,6272,6763,3703,\n5867,5507,6273,4206,6274,4789,6098,6764,3619,3646,3833,3804,2394,3788,4936,3978,\n4866,4899,6099,6100,5559,6478,6765,3599,5868,6101,5869,5870,6275,6766,4527,6767)\n\n# flake8: noqa\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/gb2312prober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is mozilla.org code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n# \n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n# \n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom .mbcharsetprober import MultiByteCharSetProber\nfrom .codingstatemachine import CodingStateMachine\nfrom .chardistribution import GB2312DistributionAnalysis\nfrom .mbcssm import GB2312SMModel\n\nclass GB2312Prober(MultiByteCharSetProber):\n    def __init__(self):\n        MultiByteCharSetProber.__init__(self)\n        self._mCodingSM = CodingStateMachine(GB2312SMModel)\n        self._mDistributionAnalyzer = GB2312DistributionAnalysis()\n        self.reset()\n\n    def get_charset_name(self):\n        return \"GB2312\"\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/hebrewprober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Universal charset detector code.\n#\n# The Initial Developer of the Original Code is\n#          Shy Shalom\n# Portions created by the Initial Developer are Copyright (C) 2005\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom .charsetprober import CharSetProber\nfrom .constants import eNotMe, eDetecting\nfrom .compat import wrap_ord\n\n# This prober doesn't actually recognize a language or a charset.\n# It is a helper prober for the use of the Hebrew model probers\n\n### General ideas of the Hebrew charset recognition ###\n#\n# Four main charsets exist in Hebrew:\n# \"ISO-8859-8\" - Visual Hebrew\n# \"windows-1255\" - Logical Hebrew\n# \"ISO-8859-8-I\" - Logical Hebrew\n# \"x-mac-hebrew\" - ?? Logical Hebrew ??\n#\n# Both \"ISO\" charsets use a completely identical set of code points, whereas\n# \"windows-1255\" and \"x-mac-hebrew\" are two different proper supersets of\n# these code points. windows-1255 defines additional characters in the range\n# 0x80-0x9F as some misc punctuation marks as well as some Hebrew-specific\n# diacritics and additional 'Yiddish' ligature letters in the range 0xc0-0xd6.\n# x-mac-hebrew defines similar additional code points but with a different\n# mapping.\n#\n# As far as an average Hebrew text with no diacritics is concerned, all four\n# charsets are identical with respect to code points. Meaning that for the\n# main Hebrew alphabet, all four map the same values to all 27 Hebrew letters\n# (including final letters).\n#\n# The dominant difference between these charsets is their directionality.\n# \"Visual\" directionality means that the text is ordered as if the renderer is\n# not aware of a BIDI rendering algorithm. The renderer sees the text and\n# draws it from left to right. The text itself when ordered naturally is read\n# backwards. A buffer of Visual Hebrew generally looks like so:\n# \"[last word of first line spelled backwards] [whole line ordered backwards\n# and spelled backwards] [first word of first line spelled backwards]\n# [end of line] [last word of second line] ... etc' \"\n# adding punctuation marks, numbers and English text to visual text is\n# naturally also \"visual\" and from left to right.\n#\n# \"Logical\" directionality means the text is ordered \"naturally\" according to\n# the order it is read. It is the responsibility of the renderer to display\n# the text from right to left. A BIDI algorithm is used to place general\n# punctuation marks, numbers and English text in the text.\n#\n# Texts in x-mac-hebrew are almost impossible to find on the Internet. From\n# what little evidence I could find, it seems that its general directionality\n# is Logical.\n#\n# To sum up all of the above, the Hebrew probing mechanism knows about two\n# charsets:\n# Visual Hebrew - \"ISO-8859-8\" - backwards text - Words and sentences are\n#    backwards while line order is natural. For charset recognition purposes\n#    the line order is unimportant (In fact, for this implementation, even\n#    word order is unimportant).\n# Logical Hebrew - \"windows-1255\" - normal, naturally ordered text.\n#\n# \"ISO-8859-8-I\" is a subset of windows-1255 and doesn't need to be\n#    specifically identified.\n# \"x-mac-hebrew\" is also identified as windows-1255. A text in x-mac-hebrew\n#    that contain special punctuation marks or diacritics is displayed with\n#    some unconverted characters showing as question marks. This problem might\n#    be corrected using another model prober for x-mac-hebrew. Due to the fact\n#    that x-mac-hebrew texts are so rare, writing another model prober isn't\n#    worth the effort and performance hit.\n#\n#### The Prober ####\n#\n# The prober is divided between two SBCharSetProbers and a HebrewProber,\n# all of which are managed, created, fed data, inquired and deleted by the\n# SBCSGroupProber. The two SBCharSetProbers identify that the text is in\n# fact some kind of Hebrew, Logical or Visual. The final decision about which\n# one is it is made by the HebrewProber by combining final-letter scores\n# with the scores of the two SBCharSetProbers to produce a final answer.\n#\n# The SBCSGroupProber is responsible for stripping the original text of HTML\n# tags, English characters, numbers, low-ASCII punctuation characters, spaces\n# and new lines. It reduces any sequence of such characters to a single space.\n# The buffer fed to each prober in the SBCS group prober is pure text in\n# high-ASCII.\n# The two SBCharSetProbers (model probers) share the same language model:\n# Win1255Model.\n# The first SBCharSetProber uses the model normally as any other\n# SBCharSetProber does, to recognize windows-1255, upon which this model was\n# built. The second SBCharSetProber is told to make the pair-of-letter\n# lookup in the language model backwards. This in practice exactly simulates\n# a visual Hebrew model using the windows-1255 logical Hebrew model.\n#\n# The HebrewProber is not using any language model. All it does is look for\n# final-letter evidence suggesting the text is either logical Hebrew or visual\n# Hebrew. Disjointed from the model probers, the results of the HebrewProber\n# alone are meaningless. HebrewProber always returns 0.00 as confidence\n# since it never identifies a charset by itself. Instead, the pointer to the\n# HebrewProber is passed to the model probers as a helper \"Name Prober\".\n# When the Group prober receives a positive identification from any prober,\n# it asks for the name of the charset identified. If the prober queried is a\n# Hebrew model prober, the model prober forwards the call to the\n# HebrewProber to make the final decision. In the HebrewProber, the\n# decision is made according to the final-letters scores maintained and Both\n# model probers scores. The answer is returned in the form of the name of the\n# charset identified, either \"windows-1255\" or \"ISO-8859-8\".\n\n# windows-1255 / ISO-8859-8 code points of interest\nFINAL_KAF = 0xea\nNORMAL_KAF = 0xeb\nFINAL_MEM = 0xed\nNORMAL_MEM = 0xee\nFINAL_NUN = 0xef\nNORMAL_NUN = 0xf0\nFINAL_PE = 0xf3\nNORMAL_PE = 0xf4\nFINAL_TSADI = 0xf5\nNORMAL_TSADI = 0xf6\n\n# Minimum Visual vs Logical final letter score difference.\n# If the difference is below this, don't rely solely on the final letter score\n# distance.\nMIN_FINAL_CHAR_DISTANCE = 5\n\n# Minimum Visual vs Logical model score difference.\n# If the difference is below this, don't rely at all on the model score\n# distance.\nMIN_MODEL_DISTANCE = 0.01\n\nVISUAL_HEBREW_NAME = \"ISO-8859-8\"\nLOGICAL_HEBREW_NAME = \"windows-1255\"\n\n\nclass HebrewProber(CharSetProber):\n    def __init__(self):\n        CharSetProber.__init__(self)\n        self._mLogicalProber = None\n        self._mVisualProber = None\n        self.reset()\n\n    def reset(self):\n        self._mFinalCharLogicalScore = 0\n        self._mFinalCharVisualScore = 0\n        # The two last characters seen in the previous buffer,\n        # mPrev and mBeforePrev are initialized to space in order to simulate\n        # a word delimiter at the beginning of the data\n        self._mPrev = ' '\n        self._mBeforePrev = ' '\n        # These probers are owned by the group prober.\n\n    def set_model_probers(self, logicalProber, visualProber):\n        self._mLogicalProber = logicalProber\n        self._mVisualProber = visualProber\n\n    def is_final(self, c):\n        return wrap_ord(c) in [FINAL_KAF, FINAL_MEM, FINAL_NUN, FINAL_PE,\n                               FINAL_TSADI]\n\n    def is_non_final(self, c):\n        # The normal Tsadi is not a good Non-Final letter due to words like\n        # 'lechotet' (to chat) containing an apostrophe after the tsadi. This\n        # apostrophe is converted to a space in FilterWithoutEnglishLetters\n        # causing the Non-Final tsadi to appear at an end of a word even\n        # though this is not the case in the original text.\n        # The letters Pe and Kaf rarely display a related behavior of not being\n        # a good Non-Final letter. Words like 'Pop', 'Winamp' and 'Mubarak'\n        # for example legally end with a Non-Final Pe or Kaf. However, the\n        # benefit of these letters as Non-Final letters outweighs the damage\n        # since these words are quite rare.\n        return wrap_ord(c) in [NORMAL_KAF, NORMAL_MEM, NORMAL_NUN, NORMAL_PE]\n\n    def feed(self, aBuf):\n        # Final letter analysis for logical-visual decision.\n        # Look for evidence that the received buffer is either logical Hebrew\n        # or visual Hebrew.\n        # The following cases are checked:\n        # 1) A word longer than 1 letter, ending with a final letter. This is\n        #    an indication that the text is laid out \"naturally\" since the\n        #    final letter really appears at the end. +1 for logical score.\n        # 2) A word longer than 1 letter, ending with a Non-Final letter. In\n        #    normal Hebrew, words ending with Kaf, Mem, Nun, Pe or Tsadi,\n        #    should not end with the Non-Final form of that letter. Exceptions\n        #    to this rule are mentioned above in isNonFinal(). This is an\n        #    indication that the text is laid out backwards. +1 for visual\n        #    score\n        # 3) A word longer than 1 letter, starting with a final letter. Final\n        #    letters should not appear at the beginning of a word. This is an\n        #    indication that the text is laid out backwards. +1 for visual\n        #    score.\n        #\n        # The visual score and logical score are accumulated throughout the\n        # text and are finally checked against each other in GetCharSetName().\n        # No checking for final letters in the middle of words is done since\n        # that case is not an indication for either Logical or Visual text.\n        #\n        # We automatically filter out all 7-bit characters (replace them with\n        # spaces) so the word boundary detection works properly. [MAP]\n\n        if self.get_state() == eNotMe:\n            # Both model probers say it's not them. No reason to continue.\n            return eNotMe\n\n        aBuf = self.filter_high_bit_only(aBuf)\n\n        for cur in aBuf:\n            if cur == ' ':\n                # We stand on a space - a word just ended\n                if self._mBeforePrev != ' ':\n                    # next-to-last char was not a space so self._mPrev is not a\n                    # 1 letter word\n                    if self.is_final(self._mPrev):\n                        # case (1) [-2:not space][-1:final letter][cur:space]\n                        self._mFinalCharLogicalScore += 1\n                    elif self.is_non_final(self._mPrev):\n                        # case (2) [-2:not space][-1:Non-Final letter][\n                        #  cur:space]\n                        self._mFinalCharVisualScore += 1\n            else:\n                # Not standing on a space\n                if ((self._mBeforePrev == ' ') and\n                        (self.is_final(self._mPrev)) and (cur != ' ')):\n                    # case (3) [-2:space][-1:final letter][cur:not space]\n                    self._mFinalCharVisualScore += 1\n            self._mBeforePrev = self._mPrev\n            self._mPrev = cur\n\n        # Forever detecting, till the end or until both model probers return\n        # eNotMe (handled above)\n        return eDetecting\n\n    def get_charset_name(self):\n        # Make the decision: is it Logical or Visual?\n        # If the final letter score distance is dominant enough, rely on it.\n        finalsub = self._mFinalCharLogicalScore - self._mFinalCharVisualScore\n        if finalsub >= MIN_FINAL_CHAR_DISTANCE:\n            return LOGICAL_HEBREW_NAME\n        if finalsub <= -MIN_FINAL_CHAR_DISTANCE:\n            return VISUAL_HEBREW_NAME\n\n        # It's not dominant enough, try to rely on the model scores instead.\n        modelsub = (self._mLogicalProber.get_confidence()\n                    - self._mVisualProber.get_confidence())\n        if modelsub > MIN_MODEL_DISTANCE:\n            return LOGICAL_HEBREW_NAME\n        if modelsub < -MIN_MODEL_DISTANCE:\n            return VISUAL_HEBREW_NAME\n\n        # Still no good, back to final letter distance, maybe it'll save the\n        # day.\n        if finalsub < 0.0:\n            return VISUAL_HEBREW_NAME\n\n        # (finalsub > 0 - Logical) or (don't know what to do) default to\n        # Logical.\n        return LOGICAL_HEBREW_NAME\n\n    def get_state(self):\n        # Remain active as long as any of the model probers are active.\n        if (self._mLogicalProber.get_state() == eNotMe) and \\\n           (self._mVisualProber.get_state() == eNotMe):\n            return eNotMe\n        return eDetecting\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/jisfreq.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Communicator client code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\n# Sampling from about 20M text materials include literature and computer technology\n#\n# Japanese frequency table, applied to both S-JIS and EUC-JP\n# They are sorted in order.\n\n# 128  --> 0.77094\n# 256  --> 0.85710\n# 512  --> 0.92635\n# 1024 --> 0.97130\n# 2048 --> 0.99431\n#\n# Ideal Distribution Ratio = 0.92635 / (1-0.92635) = 12.58\n# Random Distribution Ration = 512 / (2965+62+83+86-512) = 0.191\n#\n# Typical Distribution Ratio, 25% of IDR\n\nJIS_TYPICAL_DISTRIBUTION_RATIO = 3.0\n\n# Char to FreqOrder table ,\nJIS_TABLE_SIZE = 4368\n\nJISCharToFreqOrder = (\n  40,   1,   6, 182, 152, 180, 295,2127, 285, 381,3295,4304,3068,4606,3165,3510, #   16\n3511,1822,2785,4607,1193,2226,5070,4608, 171,2996,1247,  18, 179,5071, 856,1661, #   32\n1262,5072, 619, 127,3431,3512,3230,1899,1700, 232, 228,1294,1298, 284, 283,2041, #   48\n2042,1061,1062,  48,  49,  44,  45, 433, 434,1040,1041, 996, 787,2997,1255,4305, #   64\n2108,4609,1684,1648,5073,5074,5075,5076,5077,5078,3687,5079,4610,5080,3927,3928, #   80\n5081,3296,3432, 290,2285,1471,2187,5082,2580,2825,1303,2140,1739,1445,2691,3375, #   96\n1691,3297,4306,4307,4611, 452,3376,1182,2713,3688,3069,4308,5083,5084,5085,5086, #  112\n5087,5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102, #  128\n5103,5104,5105,5106,5107,5108,5109,5110,5111,5112,4097,5113,5114,5115,5116,5117, #  144\n5118,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,5130,5131,5132,5133, #  160\n5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148,5149, #  176\n5150,5151,5152,4612,5153,5154,5155,5156,5157,5158,5159,5160,5161,5162,5163,5164, #  192\n5165,5166,5167,5168,5169,5170,5171,5172,5173,5174,5175,1472, 598, 618, 820,1205, #  208\n1309,1412,1858,1307,1692,5176,5177,5178,5179,5180,5181,5182,1142,1452,1234,1172, #  224\n1875,2043,2149,1793,1382,2973, 925,2404,1067,1241, 960,1377,2935,1491, 919,1217, #  240\n1865,2030,1406,1499,2749,4098,5183,5184,5185,5186,5187,5188,2561,4099,3117,1804, #  256\n2049,3689,4309,3513,1663,5189,3166,3118,3298,1587,1561,3433,5190,3119,1625,2998, #  272\n3299,4613,1766,3690,2786,4614,5191,5192,5193,5194,2161,  26,3377,   2,3929,  20, #  288\n3691,  47,4100,  50,  17,  16,  35, 268,  27, 243,  42, 155,  24, 154,  29, 184, #  304\n   4,  91,  14,  92,  53, 396,  33, 289,   9,  37,  64, 620,  21,  39, 321,   5, #  320\n  12,  11,  52,  13,   3, 208, 138,   0,   7,  60, 526, 141, 151,1069, 181, 275, #  336\n1591,  83, 132,1475, 126, 331, 829,  15,  69, 160,  59,  22, 157,  55,1079, 312, #  352\n 109,  38,  23,  25,  10,  19,  79,5195,  61, 382,1124,   8,  30,5196,5197,5198, #  368\n5199,5200,5201,5202,5203,5204,5205,5206,  89,  62,  74,  34,2416, 112, 139, 196, #  384\n 271, 149,  84, 607, 131, 765,  46,  88, 153, 683,  76, 874, 101, 258,  57,  80, #  400\n  32, 364, 121,1508, 169,1547,  68, 235, 145,2999,  41, 360,3027,  70,  63,  31, #  416\n  43, 259, 262,1383,  99, 533, 194,  66,  93, 846, 217, 192,  56, 106,  58, 565, #  432\n 280, 272, 311, 256, 146,  82, 308,  71, 100, 128, 214, 655, 110, 261, 104,1140, #  448\n  54,  51,  36,  87,  67,3070, 185,2618,2936,2020,  28,1066,2390,2059,5207,5208, #  464\n5209,5210,5211,5212,5213,5214,5215,5216,4615,5217,5218,5219,5220,5221,5222,5223, #  480\n5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,3514,5237,5238, #  496\n5239,5240,5241,5242,5243,5244,2297,2031,4616,4310,3692,5245,3071,5246,3598,5247, #  512\n4617,3231,3515,5248,4101,4311,4618,3808,4312,4102,5249,4103,4104,3599,5250,5251, #  528\n5252,5253,5254,5255,5256,5257,5258,5259,5260,5261,5262,5263,5264,5265,5266,5267, #  544\n5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278,5279,5280,5281,5282,5283, #  560\n5284,5285,5286,5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299, #  576\n5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315, #  592\n5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331, #  608\n5332,5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344,5345,5346,5347, #  624\n5348,5349,5350,5351,5352,5353,5354,5355,5356,5357,5358,5359,5360,5361,5362,5363, #  640\n5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379, #  656\n5380,5381, 363, 642,2787,2878,2788,2789,2316,3232,2317,3434,2011, 165,1942,3930, #  672\n3931,3932,3933,5382,4619,5383,4620,5384,5385,5386,5387,5388,5389,5390,5391,5392, #  688\n5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408, #  704\n5409,5410,5411,5412,5413,5414,5415,5416,5417,5418,5419,5420,5421,5422,5423,5424, #  720\n5425,5426,5427,5428,5429,5430,5431,5432,5433,5434,5435,5436,5437,5438,5439,5440, #  736\n5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456, #  752\n5457,5458,5459,5460,5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472, #  768\n5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487,5488, #  784\n5489,5490,5491,5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,5502,5503,5504, #  800\n5505,5506,5507,5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520, #  816\n5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536, #  832\n5537,5538,5539,5540,5541,5542,5543,5544,5545,5546,5547,5548,5549,5550,5551,5552, #  848\n5553,5554,5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568, #  864\n5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584, #  880\n5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600, #  896\n5601,5602,5603,5604,5605,5606,5607,5608,5609,5610,5611,5612,5613,5614,5615,5616, #  912\n5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631,5632, #  928\n5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648, #  944\n5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664, #  960\n5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680, #  976\n5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696, #  992\n5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712, # 1008\n5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728, # 1024\n5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744, # 1040\n5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760, # 1056\n5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776, # 1072\n5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787,5788,5789,5790,5791,5792, # 1088\n5793,5794,5795,5796,5797,5798,5799,5800,5801,5802,5803,5804,5805,5806,5807,5808, # 1104\n5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824, # 1120\n5825,5826,5827,5828,5829,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840, # 1136\n5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856, # 1152\n5857,5858,5859,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872, # 1168\n5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888, # 1184\n5889,5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904, # 1200\n5905,5906,5907,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920, # 1216\n5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936, # 1232\n5937,5938,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952, # 1248\n5953,5954,5955,5956,5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968, # 1264\n5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984, # 1280\n5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000, # 1296\n6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016, # 1312\n6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032, # 1328\n6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048, # 1344\n6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064, # 1360\n6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080, # 1376\n6081,6082,6083,6084,6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096, # 1392\n6097,6098,6099,6100,6101,6102,6103,6104,6105,6106,6107,6108,6109,6110,6111,6112, # 1408\n6113,6114,2044,2060,4621, 997,1235, 473,1186,4622, 920,3378,6115,6116, 379,1108, # 1424\n4313,2657,2735,3934,6117,3809, 636,3233, 573,1026,3693,3435,2974,3300,2298,4105, # 1440\n 854,2937,2463, 393,2581,2417, 539, 752,1280,2750,2480, 140,1161, 440, 708,1569, # 1456\n 665,2497,1746,1291,1523,3000, 164,1603, 847,1331, 537,1997, 486, 508,1693,2418, # 1472\n1970,2227, 878,1220, 299,1030, 969, 652,2751, 624,1137,3301,2619,  65,3302,2045, # 1488\n1761,1859,3120,1930,3694,3516, 663,1767, 852, 835,3695, 269, 767,2826,2339,1305, # 1504\n 896,1150, 770,1616,6118, 506,1502,2075,1012,2519, 775,2520,2975,2340,2938,4314, # 1520\n3028,2086,1224,1943,2286,6119,3072,4315,2240,1273,1987,3935,1557, 175, 597, 985, # 1536\n3517,2419,2521,1416,3029, 585, 938,1931,1007,1052,1932,1685,6120,3379,4316,4623, # 1552\n 804, 599,3121,1333,2128,2539,1159,1554,2032,3810, 687,2033,2904, 952, 675,1467, # 1568\n3436,6121,2241,1096,1786,2440,1543,1924, 980,1813,2228, 781,2692,1879, 728,1918, # 1584\n3696,4624, 548,1950,4625,1809,1088,1356,3303,2522,1944, 502, 972, 373, 513,2827, # 1600\n 586,2377,2391,1003,1976,1631,6122,2464,1084, 648,1776,4626,2141, 324, 962,2012, # 1616\n2177,2076,1384, 742,2178,1448,1173,1810, 222, 102, 301, 445, 125,2420, 662,2498, # 1632\n 277, 200,1476,1165,1068, 224,2562,1378,1446, 450,1880, 659, 791, 582,4627,2939, # 1648\n3936,1516,1274, 555,2099,3697,1020,1389,1526,3380,1762,1723,1787,2229, 412,2114, # 1664\n1900,2392,3518, 512,2597, 427,1925,2341,3122,1653,1686,2465,2499, 697, 330, 273, # 1680\n 380,2162, 951, 832, 780, 991,1301,3073, 965,2270,3519, 668,2523,2636,1286, 535, # 1696\n1407, 518, 671, 957,2658,2378, 267, 611,2197,3030,6123, 248,2299, 967,1799,2356, # 1712\n 850,1418,3437,1876,1256,1480,2828,1718,6124,6125,1755,1664,2405,6126,4628,2879, # 1728\n2829, 499,2179, 676,4629, 557,2329,2214,2090, 325,3234, 464, 811,3001, 992,2342, # 1744\n2481,1232,1469, 303,2242, 466,1070,2163, 603,1777,2091,4630,2752,4631,2714, 322, # 1760\n2659,1964,1768, 481,2188,1463,2330,2857,3600,2092,3031,2421,4632,2318,2070,1849, # 1776\n2598,4633,1302,2254,1668,1701,2422,3811,2905,3032,3123,2046,4106,1763,1694,4634, # 1792\n1604, 943,1724,1454, 917, 868,2215,1169,2940, 552,1145,1800,1228,1823,1955, 316, # 1808\n1080,2510, 361,1807,2830,4107,2660,3381,1346,1423,1134,4108,6127, 541,1263,1229, # 1824\n1148,2540, 545, 465,1833,2880,3438,1901,3074,2482, 816,3937, 713,1788,2500, 122, # 1840\n1575, 195,1451,2501,1111,6128, 859, 374,1225,2243,2483,4317, 390,1033,3439,3075, # 1856\n2524,1687, 266, 793,1440,2599, 946, 779, 802, 507, 897,1081, 528,2189,1292, 711, # 1872\n1866,1725,1167,1640, 753, 398,2661,1053, 246, 348,4318, 137,1024,3440,1600,2077, # 1888\n2129, 825,4319, 698, 238, 521, 187,2300,1157,2423,1641,1605,1464,1610,1097,2541, # 1904\n1260,1436, 759,2255,1814,2150, 705,3235, 409,2563,3304, 561,3033,2005,2564, 726, # 1920\n1956,2343,3698,4109, 949,3812,3813,3520,1669, 653,1379,2525, 881,2198, 632,2256, # 1936\n1027, 778,1074, 733,1957, 514,1481,2466, 554,2180, 702,3938,1606,1017,1398,6129, # 1952\n1380,3521, 921, 993,1313, 594, 449,1489,1617,1166, 768,1426,1360, 495,1794,3601, # 1968\n1177,3602,1170,4320,2344, 476, 425,3167,4635,3168,1424, 401,2662,1171,3382,1998, # 1984\n1089,4110, 477,3169, 474,6130,1909, 596,2831,1842, 494, 693,1051,1028,1207,3076, # 2000\n 606,2115, 727,2790,1473,1115, 743,3522, 630, 805,1532,4321,2021, 366,1057, 838, # 2016\n 684,1114,2142,4322,2050,1492,1892,1808,2271,3814,2424,1971,1447,1373,3305,1090, # 2032\n1536,3939,3523,3306,1455,2199, 336, 369,2331,1035, 584,2393, 902, 718,2600,6131, # 2048\n2753, 463,2151,1149,1611,2467, 715,1308,3124,1268, 343,1413,3236,1517,1347,2663, # 2064\n2093,3940,2022,1131,1553,2100,2941,1427,3441,2942,1323,2484,6132,1980, 872,2368, # 2080\n2441,2943, 320,2369,2116,1082, 679,1933,3941,2791,3815, 625,1143,2023, 422,2200, # 2096\n3816,6133, 730,1695, 356,2257,1626,2301,2858,2637,1627,1778, 937, 883,2906,2693, # 2112\n3002,1769,1086, 400,1063,1325,3307,2792,4111,3077, 456,2345,1046, 747,6134,1524, # 2128\n 884,1094,3383,1474,2164,1059, 974,1688,2181,2258,1047, 345,1665,1187, 358, 875, # 2144\n3170, 305, 660,3524,2190,1334,1135,3171,1540,1649,2542,1527, 927, 968,2793, 885, # 2160\n1972,1850, 482, 500,2638,1218,1109,1085,2543,1654,2034, 876,  78,2287,1482,1277, # 2176\n 861,1675,1083,1779, 724,2754, 454, 397,1132,1612,2332, 893, 672,1237, 257,2259, # 2192\n2370, 135,3384, 337,2244, 547, 352, 340, 709,2485,1400, 788,1138,2511, 540, 772, # 2208\n1682,2260,2272,2544,2013,1843,1902,4636,1999,1562,2288,4637,2201,1403,1533, 407, # 2224\n 576,3308,1254,2071, 978,3385, 170, 136,1201,3125,2664,3172,2394, 213, 912, 873, # 2240\n3603,1713,2202, 699,3604,3699, 813,3442, 493, 531,1054, 468,2907,1483, 304, 281, # 2256\n4112,1726,1252,2094, 339,2319,2130,2639, 756,1563,2944, 748, 571,2976,1588,2425, # 2272\n2715,1851,1460,2426,1528,1392,1973,3237, 288,3309, 685,3386, 296, 892,2716,2216, # 2288\n1570,2245, 722,1747,2217, 905,3238,1103,6135,1893,1441,1965, 251,1805,2371,3700, # 2304\n2601,1919,1078,  75,2182,1509,1592,1270,2640,4638,2152,6136,3310,3817, 524, 706, # 2320\n1075, 292,3818,1756,2602, 317,  98,3173,3605,3525,1844,2218,3819,2502, 814, 567, # 2336\n 385,2908,1534,6137, 534,1642,3239, 797,6138,1670,1529, 953,4323, 188,1071, 538, # 2352\n 178, 729,3240,2109,1226,1374,2000,2357,2977, 731,2468,1116,2014,2051,6139,1261, # 2368\n1593, 803,2859,2736,3443, 556, 682, 823,1541,6140,1369,2289,1706,2794, 845, 462, # 2384\n2603,2665,1361, 387, 162,2358,1740, 739,1770,1720,1304,1401,3241,1049, 627,1571, # 2400\n2427,3526,1877,3942,1852,1500, 431,1910,1503, 677, 297,2795, 286,1433,1038,1198, # 2416\n2290,1133,1596,4113,4639,2469,1510,1484,3943,6141,2442, 108, 712,4640,2372, 866, # 2432\n3701,2755,3242,1348, 834,1945,1408,3527,2395,3243,1811, 824, 994,1179,2110,1548, # 2448\n1453, 790,3003, 690,4324,4325,2832,2909,3820,1860,3821, 225,1748, 310, 346,1780, # 2464\n2470, 821,1993,2717,2796, 828, 877,3528,2860,2471,1702,2165,2910,2486,1789, 453, # 2480\n 359,2291,1676,  73,1164,1461,1127,3311, 421, 604, 314,1037, 589, 116,2487, 737, # 2496\n 837,1180, 111, 244, 735,6142,2261,1861,1362, 986, 523, 418, 581,2666,3822, 103, # 2512\n 855, 503,1414,1867,2488,1091, 657,1597, 979, 605,1316,4641,1021,2443,2078,2001, # 2528\n1209,  96, 587,2166,1032, 260,1072,2153, 173,  94, 226,3244, 819,2006,4642,4114, # 2544\n2203, 231,1744, 782,  97,2667, 786,3387, 887, 391, 442,2219,4326,1425,6143,2694, # 2560\n 633,1544,1202, 483,2015, 592,2052,1958,2472,1655, 419, 129,4327,3444,3312,1714, # 2576\n1257,3078,4328,1518,1098, 865,1310,1019,1885,1512,1734, 469,2444, 148, 773, 436, # 2592\n1815,1868,1128,1055,4329,1245,2756,3445,2154,1934,1039,4643, 579,1238, 932,2320, # 2608\n 353, 205, 801, 115,2428, 944,2321,1881, 399,2565,1211, 678, 766,3944, 335,2101, # 2624\n1459,1781,1402,3945,2737,2131,1010, 844, 981,1326,1013, 550,1816,1545,2620,1335, # 2640\n1008, 371,2881, 936,1419,1613,3529,1456,1395,2273,1834,2604,1317,2738,2503, 416, # 2656\n1643,4330, 806,1126, 229, 591,3946,1314,1981,1576,1837,1666, 347,1790, 977,3313, # 2672\n 764,2861,1853, 688,2429,1920,1462,  77, 595, 415,2002,3034, 798,1192,4115,6144, # 2688\n2978,4331,3035,2695,2582,2072,2566, 430,2430,1727, 842,1396,3947,3702, 613, 377, # 2704\n 278, 236,1417,3388,3314,3174, 757,1869, 107,3530,6145,1194, 623,2262, 207,1253, # 2720\n2167,3446,3948, 492,1117,1935, 536,1838,2757,1246,4332, 696,2095,2406,1393,1572, # 2736\n3175,1782, 583, 190, 253,1390,2230, 830,3126,3389, 934,3245,1703,1749,2979,1870, # 2752\n2545,1656,2204, 869,2346,4116,3176,1817, 496,1764,4644, 942,1504, 404,1903,1122, # 2768\n1580,3606,2945,1022, 515, 372,1735, 955,2431,3036,6146,2797,1110,2302,2798, 617, # 2784\n6147, 441, 762,1771,3447,3607,3608,1904, 840,3037,  86, 939,1385, 572,1370,2445, # 2800\n1336, 114,3703, 898, 294, 203,3315, 703,1583,2274, 429, 961,4333,1854,1951,3390, # 2816\n2373,3704,4334,1318,1381, 966,1911,2322,1006,1155, 309, 989, 458,2718,1795,1372, # 2832\n1203, 252,1689,1363,3177, 517,1936, 168,1490, 562, 193,3823,1042,4117,1835, 551, # 2848\n 470,4645, 395, 489,3448,1871,1465,2583,2641, 417,1493, 279,1295, 511,1236,1119, # 2864\n  72,1231,1982,1812,3004, 871,1564, 984,3449,1667,2696,2096,4646,2347,2833,1673, # 2880\n3609, 695,3246,2668, 807,1183,4647, 890, 388,2333,1801,1457,2911,1765,1477,1031, # 2896\n3316,3317,1278,3391,2799,2292,2526, 163,3450,4335,2669,1404,1802,6148,2323,2407, # 2912\n1584,1728,1494,1824,1269, 298, 909,3318,1034,1632, 375, 776,1683,2061, 291, 210, # 2928\n1123, 809,1249,1002,2642,3038, 206,1011,2132, 144, 975, 882,1565, 342, 667, 754, # 2944\n1442,2143,1299,2303,2062, 447, 626,2205,1221,2739,2912,1144,1214,2206,2584, 760, # 2960\n1715, 614, 950,1281,2670,2621, 810, 577,1287,2546,4648, 242,2168, 250,2643, 691, # 2976\n 123,2644, 647, 313,1029, 689,1357,2946,1650, 216, 771,1339,1306, 808,2063, 549, # 2992\n 913,1371,2913,2914,6149,1466,1092,1174,1196,1311,2605,2396,1783,1796,3079, 406, # 3008\n2671,2117,3949,4649, 487,1825,2220,6150,2915, 448,2348,1073,6151,2397,1707, 130, # 3024\n 900,1598, 329, 176,1959,2527,1620,6152,2275,4336,3319,1983,2191,3705,3610,2155, # 3040\n3706,1912,1513,1614,6153,1988, 646, 392,2304,1589,3320,3039,1826,1239,1352,1340, # 3056\n2916, 505,2567,1709,1437,2408,2547, 906,6154,2672, 384,1458,1594,1100,1329, 710, # 3072\n 423,3531,2064,2231,2622,1989,2673,1087,1882, 333, 841,3005,1296,2882,2379, 580, # 3088\n1937,1827,1293,2585, 601, 574, 249,1772,4118,2079,1120, 645, 901,1176,1690, 795, # 3104\n2207, 478,1434, 516,1190,1530, 761,2080, 930,1264, 355, 435,1552, 644,1791, 987, # 3120\n 220,1364,1163,1121,1538, 306,2169,1327,1222, 546,2645, 218, 241, 610,1704,3321, # 3136\n1984,1839,1966,2528, 451,6155,2586,3707,2568, 907,3178, 254,2947, 186,1845,4650, # 3152\n 745, 432,1757, 428,1633, 888,2246,2221,2489,3611,2118,1258,1265, 956,3127,1784, # 3168\n4337,2490, 319, 510, 119, 457,3612, 274,2035,2007,4651,1409,3128, 970,2758, 590, # 3184\n2800, 661,2247,4652,2008,3950,1420,1549,3080,3322,3951,1651,1375,2111, 485,2491, # 3200\n1429,1156,6156,2548,2183,1495, 831,1840,2529,2446, 501,1657, 307,1894,3247,1341, # 3216\n 666, 899,2156,1539,2549,1559, 886, 349,2208,3081,2305,1736,3824,2170,2759,1014, # 3232\n1913,1386, 542,1397,2948, 490, 368, 716, 362, 159, 282,2569,1129,1658,1288,1750, # 3248\n2674, 276, 649,2016, 751,1496, 658,1818,1284,1862,2209,2087,2512,3451, 622,2834, # 3264\n 376, 117,1060,2053,1208,1721,1101,1443, 247,1250,3179,1792,3952,2760,2398,3953, # 3280\n6157,2144,3708, 446,2432,1151,2570,3452,2447,2761,2835,1210,2448,3082, 424,2222, # 3296\n1251,2449,2119,2836, 504,1581,4338, 602, 817, 857,3825,2349,2306, 357,3826,1470, # 3312\n1883,2883, 255, 958, 929,2917,3248, 302,4653,1050,1271,1751,2307,1952,1430,2697, # 3328\n2719,2359, 354,3180, 777, 158,2036,4339,1659,4340,4654,2308,2949,2248,1146,2232, # 3344\n3532,2720,1696,2623,3827,6158,3129,1550,2698,1485,1297,1428, 637, 931,2721,2145, # 3360\n 914,2550,2587,  81,2450, 612, 827,2646,1242,4655,1118,2884, 472,1855,3181,3533, # 3376\n3534, 569,1353,2699,1244,1758,2588,4119,2009,2762,2171,3709,1312,1531,6159,1152, # 3392\n1938, 134,1830, 471,3710,2276,1112,1535,3323,3453,3535, 982,1337,2950, 488, 826, # 3408\n 674,1058,1628,4120,2017, 522,2399, 211, 568,1367,3454, 350, 293,1872,1139,3249, # 3424\n1399,1946,3006,1300,2360,3324, 588, 736,6160,2606, 744, 669,3536,3828,6161,1358, # 3440\n 199, 723, 848, 933, 851,1939,1505,1514,1338,1618,1831,4656,1634,3613, 443,2740, # 3456\n3829, 717,1947, 491,1914,6162,2551,1542,4121,1025,6163,1099,1223, 198,3040,2722, # 3472\n 370, 410,1905,2589, 998,1248,3182,2380, 519,1449,4122,1710, 947, 928,1153,4341, # 3488\n2277, 344,2624,1511, 615, 105, 161,1212,1076,1960,3130,2054,1926,1175,1906,2473, # 3504\n 414,1873,2801,6164,2309, 315,1319,3325, 318,2018,2146,2157, 963, 631, 223,4342, # 3520\n4343,2675, 479,3711,1197,2625,3712,2676,2361,6165,4344,4123,6166,2451,3183,1886, # 3536\n2184,1674,1330,1711,1635,1506, 799, 219,3250,3083,3954,1677,3713,3326,2081,3614, # 3552\n1652,2073,4657,1147,3041,1752, 643,1961, 147,1974,3955,6167,1716,2037, 918,3007, # 3568\n1994, 120,1537, 118, 609,3184,4345, 740,3455,1219, 332,1615,3830,6168,1621,2980, # 3584\n1582, 783, 212, 553,2350,3714,1349,2433,2082,4124, 889,6169,2310,1275,1410, 973, # 3600\n 166,1320,3456,1797,1215,3185,2885,1846,2590,2763,4658, 629, 822,3008, 763, 940, # 3616\n1990,2862, 439,2409,1566,1240,1622, 926,1282,1907,2764, 654,2210,1607, 327,1130, # 3632\n3956,1678,1623,6170,2434,2192, 686, 608,3831,3715, 903,3957,3042,6171,2741,1522, # 3648\n1915,1105,1555,2552,1359, 323,3251,4346,3457, 738,1354,2553,2311,2334,1828,2003, # 3664\n3832,1753,2351,1227,6172,1887,4125,1478,6173,2410,1874,1712,1847, 520,1204,2607, # 3680\n 264,4659, 836,2677,2102, 600,4660,3833,2278,3084,6174,4347,3615,1342, 640, 532, # 3696\n 543,2608,1888,2400,2591,1009,4348,1497, 341,1737,3616,2723,1394, 529,3252,1321, # 3712\n 983,4661,1515,2120, 971,2592, 924, 287,1662,3186,4349,2700,4350,1519, 908,1948, # 3728\n2452, 156, 796,1629,1486,2223,2055, 694,4126,1259,1036,3392,1213,2249,2742,1889, # 3744\n1230,3958,1015, 910, 408, 559,3617,4662, 746, 725, 935,4663,3959,3009,1289, 563, # 3760\n 867,4664,3960,1567,2981,2038,2626, 988,2263,2381,4351, 143,2374, 704,1895,6175, # 3776\n1188,3716,2088, 673,3085,2362,4352, 484,1608,1921,2765,2918, 215, 904,3618,3537, # 3792\n 894, 509, 976,3043,2701,3961,4353,2837,2982, 498,6176,6177,1102,3538,1332,3393, # 3808\n1487,1636,1637, 233, 245,3962, 383, 650, 995,3044, 460,1520,1206,2352, 749,3327, # 3824\n 530, 700, 389,1438,1560,1773,3963,2264, 719,2951,2724,3834, 870,1832,1644,1000, # 3840\n 839,2474,3717, 197,1630,3394, 365,2886,3964,1285,2133, 734, 922, 818,1106, 732, # 3856\n 480,2083,1774,3458, 923,2279,1350, 221,3086,  85,2233,2234,3835,1585,3010,2147, # 3872\n1387,1705,2382,1619,2475, 133, 239,2802,1991,1016,2084,2383, 411,2838,1113, 651, # 3888\n1985,1160,3328, 990,1863,3087,1048,1276,2647, 265,2627,1599,3253,2056, 150, 638, # 3904\n2019, 656, 853, 326,1479, 680,1439,4354,1001,1759, 413,3459,3395,2492,1431, 459, # 3920\n4355,1125,3329,2265,1953,1450,2065,2863, 849, 351,2678,3131,3254,3255,1104,1577, # 3936\n 227,1351,1645,2453,2193,1421,2887, 812,2121, 634,  95,2435, 201,2312,4665,1646, # 3952\n1671,2743,1601,2554,2702,2648,2280,1315,1366,2089,3132,1573,3718,3965,1729,1189, # 3968\n 328,2679,1077,1940,1136, 558,1283, 964,1195, 621,2074,1199,1743,3460,3619,1896, # 3984\n1916,1890,3836,2952,1154,2112,1064, 862, 378,3011,2066,2113,2803,1568,2839,6178, # 4000\n3088,2919,1941,1660,2004,1992,2194, 142, 707,1590,1708,1624,1922,1023,1836,1233, # 4016\n1004,2313, 789, 741,3620,6179,1609,2411,1200,4127,3719,3720,4666,2057,3721, 593, # 4032\n2840, 367,2920,1878,6180,3461,1521, 628,1168, 692,2211,2649, 300, 720,2067,2571, # 4048\n2953,3396, 959,2504,3966,3539,3462,1977, 701,6181, 954,1043, 800, 681, 183,3722, # 4064\n1803,1730,3540,4128,2103, 815,2314, 174, 467, 230,2454,1093,2134, 755,3541,3397, # 4080\n1141,1162,6182,1738,2039, 270,3256,2513,1005,1647,2185,3837, 858,1679,1897,1719, # 4096\n2954,2324,1806, 402, 670, 167,4129,1498,2158,2104, 750,6183, 915, 189,1680,1551, # 4112\n 455,4356,1501,2455, 405,1095,2955, 338,1586,1266,1819, 570, 641,1324, 237,1556, # 4128\n2650,1388,3723,6184,1368,2384,1343,1978,3089,2436, 879,3724, 792,1191, 758,3012, # 4144\n1411,2135,1322,4357, 240,4667,1848,3725,1574,6185, 420,3045,1546,1391, 714,4358, # 4160\n1967, 941,1864, 863, 664, 426, 560,1731,2680,1785,2864,1949,2363, 403,3330,1415, # 4176\n1279,2136,1697,2335, 204, 721,2097,3838,  90,6186,2085,2505, 191,3967, 124,2148, # 4192\n1376,1798,1178,1107,1898,1405, 860,4359,1243,1272,2375,2983,1558,2456,1638, 113, # 4208\n3621, 578,1923,2609, 880, 386,4130, 784,2186,2266,1422,2956,2172,1722, 497, 263, # 4224\n2514,1267,2412,2610, 177,2703,3542, 774,1927,1344, 616,1432,1595,1018, 172,4360, # 4240\n2325, 911,4361, 438,1468,3622, 794,3968,2024,2173,1681,1829,2957, 945, 895,3090, # 4256\n 575,2212,2476, 475,2401,2681, 785,2744,1745,2293,2555,1975,3133,2865, 394,4668, # 4272\n3839, 635,4131, 639, 202,1507,2195,2766,1345,1435,2572,3726,1908,1184,1181,2457, # 4288\n3727,3134,4362, 843,2611, 437, 916,4669, 234, 769,1884,3046,3047,3623, 833,6187, # 4304\n1639,2250,2402,1355,1185,2010,2047, 999, 525,1732,1290,1488,2612, 948,1578,3728, # 4320\n2413,2477,1216,2725,2159, 334,3840,1328,3624,2921,1525,4132, 564,1056, 891,4363, # 4336\n1444,1698,2385,2251,3729,1365,2281,2235,1717,6188, 864,3841,2515, 444, 527,2767, # 4352\n2922,3625, 544, 461,6189, 566, 209,2437,3398,2098,1065,2068,3331,3626,3257,2137, # 4368  #last 512\n#Everything below is of no interest for detection purpose\n2138,2122,3730,2888,1995,1820,1044,6190,6191,6192,6193,6194,6195,6196,6197,6198, # 4384\n6199,6200,6201,6202,6203,6204,6205,4670,6206,6207,6208,6209,6210,6211,6212,6213, # 4400\n6214,6215,6216,6217,6218,6219,6220,6221,6222,6223,6224,6225,6226,6227,6228,6229, # 4416\n6230,6231,6232,6233,6234,6235,6236,6237,3187,6238,6239,3969,6240,6241,6242,6243, # 4432\n6244,4671,6245,6246,4672,6247,6248,4133,6249,6250,4364,6251,2923,2556,2613,4673, # 4448\n4365,3970,6252,6253,6254,6255,4674,6256,6257,6258,2768,2353,4366,4675,4676,3188, # 4464\n4367,3463,6259,4134,4677,4678,6260,2267,6261,3842,3332,4368,3543,6262,6263,6264, # 4480\n3013,1954,1928,4135,4679,6265,6266,2478,3091,6267,4680,4369,6268,6269,1699,6270, # 4496\n3544,4136,4681,6271,4137,6272,4370,2804,6273,6274,2593,3971,3972,4682,6275,2236, # 4512\n4683,6276,6277,4684,6278,6279,4138,3973,4685,6280,6281,3258,6282,6283,6284,6285, # 4528\n3974,4686,2841,3975,6286,6287,3545,6288,6289,4139,4687,4140,6290,4141,6291,4142, # 4544\n6292,6293,3333,6294,6295,6296,4371,6297,3399,6298,6299,4372,3976,6300,6301,6302, # 4560\n4373,6303,6304,3843,3731,6305,4688,4374,6306,6307,3259,2294,6308,3732,2530,4143, # 4576\n6309,4689,6310,6311,6312,3048,6313,6314,4690,3733,2237,6315,6316,2282,3334,6317, # 4592\n6318,3844,6319,6320,4691,6321,3400,4692,6322,4693,6323,3049,6324,4375,6325,3977, # 4608\n6326,6327,6328,3546,6329,4694,3335,6330,4695,4696,6331,6332,6333,6334,4376,3978, # 4624\n6335,4697,3979,4144,6336,3980,4698,6337,6338,6339,6340,6341,4699,4700,4701,6342, # 4640\n6343,4702,6344,6345,4703,6346,6347,4704,6348,4705,4706,3135,6349,4707,6350,4708, # 4656\n6351,4377,6352,4709,3734,4145,6353,2506,4710,3189,6354,3050,4711,3981,6355,3547, # 4672\n3014,4146,4378,3735,2651,3845,3260,3136,2224,1986,6356,3401,6357,4712,2594,3627, # 4688\n3137,2573,3736,3982,4713,3628,4714,4715,2682,3629,4716,6358,3630,4379,3631,6359, # 4704\n6360,6361,3983,6362,6363,6364,6365,4147,3846,4717,6366,6367,3737,2842,6368,4718, # 4720\n2628,6369,3261,6370,2386,6371,6372,3738,3984,4719,3464,4720,3402,6373,2924,3336, # 4736\n4148,2866,6374,2805,3262,4380,2704,2069,2531,3138,2806,2984,6375,2769,6376,4721, # 4752\n4722,3403,6377,6378,3548,6379,6380,2705,3092,1979,4149,2629,3337,2889,6381,3338, # 4768\n4150,2557,3339,4381,6382,3190,3263,3739,6383,4151,4723,4152,2558,2574,3404,3191, # 4784\n6384,6385,4153,6386,4724,4382,6387,6388,4383,6389,6390,4154,6391,4725,3985,6392, # 4800\n3847,4155,6393,6394,6395,6396,6397,3465,6398,4384,6399,6400,6401,6402,6403,6404, # 4816\n4156,6405,6406,6407,6408,2123,6409,6410,2326,3192,4726,6411,6412,6413,6414,4385, # 4832\n4157,6415,6416,4158,6417,3093,3848,6418,3986,6419,6420,3849,6421,6422,6423,4159, # 4848\n6424,6425,4160,6426,3740,6427,6428,6429,6430,3987,6431,4727,6432,2238,6433,6434, # 4864\n4386,3988,6435,6436,3632,6437,6438,2843,6439,6440,6441,6442,3633,6443,2958,6444, # 4880\n6445,3466,6446,2364,4387,3850,6447,4388,2959,3340,6448,3851,6449,4728,6450,6451, # 4896\n3264,4729,6452,3193,6453,4389,4390,2706,3341,4730,6454,3139,6455,3194,6456,3051, # 4912\n2124,3852,1602,4391,4161,3853,1158,3854,4162,3989,4392,3990,4731,4732,4393,2040, # 4928\n4163,4394,3265,6457,2807,3467,3855,6458,6459,6460,3991,3468,4733,4734,6461,3140, # 4944\n2960,6462,4735,6463,6464,6465,6466,4736,4737,4738,4739,6467,6468,4164,2403,3856, # 4960\n6469,6470,2770,2844,6471,4740,6472,6473,6474,6475,6476,6477,6478,3195,6479,4741, # 4976\n4395,6480,2867,6481,4742,2808,6482,2493,4165,6483,6484,6485,6486,2295,4743,6487, # 4992\n6488,6489,3634,6490,6491,6492,6493,6494,6495,6496,2985,4744,6497,6498,4745,6499, # 5008\n6500,2925,3141,4166,6501,6502,4746,6503,6504,4747,6505,6506,6507,2890,6508,6509, # 5024\n6510,6511,6512,6513,6514,6515,6516,6517,6518,6519,3469,4167,6520,6521,6522,4748, # 5040\n4396,3741,4397,4749,4398,3342,2125,4750,6523,4751,4752,4753,3052,6524,2961,4168, # 5056\n6525,4754,6526,4755,4399,2926,4169,6527,3857,6528,4400,4170,6529,4171,6530,6531, # 5072\n2595,6532,6533,6534,6535,3635,6536,6537,6538,6539,6540,6541,6542,4756,6543,6544, # 5088\n6545,6546,6547,6548,4401,6549,6550,6551,6552,4402,3405,4757,4403,6553,6554,6555, # 5104\n4172,3742,6556,6557,6558,3992,3636,6559,6560,3053,2726,6561,3549,4173,3054,4404, # 5120\n6562,6563,3993,4405,3266,3550,2809,4406,6564,6565,6566,4758,4759,6567,3743,6568, # 5136\n4760,3744,4761,3470,6569,6570,6571,4407,6572,3745,4174,6573,4175,2810,4176,3196, # 5152\n4762,6574,4177,6575,6576,2494,2891,3551,6577,6578,3471,6579,4408,6580,3015,3197, # 5168\n6581,3343,2532,3994,3858,6582,3094,3406,4409,6583,2892,4178,4763,4410,3016,4411, # 5184\n6584,3995,3142,3017,2683,6585,4179,6586,6587,4764,4412,6588,6589,4413,6590,2986, # 5200\n6591,2962,3552,6592,2963,3472,6593,6594,4180,4765,6595,6596,2225,3267,4414,6597, # 5216\n3407,3637,4766,6598,6599,3198,6600,4415,6601,3859,3199,6602,3473,4767,2811,4416, # 5232\n1856,3268,3200,2575,3996,3997,3201,4417,6603,3095,2927,6604,3143,6605,2268,6606, # 5248\n3998,3860,3096,2771,6607,6608,3638,2495,4768,6609,3861,6610,3269,2745,4769,4181, # 5264\n3553,6611,2845,3270,6612,6613,6614,3862,6615,6616,4770,4771,6617,3474,3999,4418, # 5280\n4419,6618,3639,3344,6619,4772,4182,6620,2126,6621,6622,6623,4420,4773,6624,3018, # 5296\n6625,4774,3554,6626,4183,2025,3746,6627,4184,2707,6628,4421,4422,3097,1775,4185, # 5312\n3555,6629,6630,2868,6631,6632,4423,6633,6634,4424,2414,2533,2928,6635,4186,2387, # 5328\n6636,4775,6637,4187,6638,1891,4425,3202,3203,6639,6640,4776,6641,3345,6642,6643, # 5344\n3640,6644,3475,3346,3641,4000,6645,3144,6646,3098,2812,4188,3642,3204,6647,3863, # 5360\n3476,6648,3864,6649,4426,4001,6650,6651,6652,2576,6653,4189,4777,6654,6655,6656, # 5376\n2846,6657,3477,3205,4002,6658,4003,6659,3347,2252,6660,6661,6662,4778,6663,6664, # 5392\n6665,6666,6667,6668,6669,4779,4780,2048,6670,3478,3099,6671,3556,3747,4004,6672, # 5408\n6673,6674,3145,4005,3748,6675,6676,6677,6678,6679,3408,6680,6681,6682,6683,3206, # 5424\n3207,6684,6685,4781,4427,6686,4782,4783,4784,6687,6688,6689,4190,6690,6691,3479, # 5440\n6692,2746,6693,4428,6694,6695,6696,6697,6698,6699,4785,6700,6701,3208,2727,6702, # 5456\n3146,6703,6704,3409,2196,6705,4429,6706,6707,6708,2534,1996,6709,6710,6711,2747, # 5472\n6712,6713,6714,4786,3643,6715,4430,4431,6716,3557,6717,4432,4433,6718,6719,6720, # 5488\n6721,3749,6722,4006,4787,6723,6724,3644,4788,4434,6725,6726,4789,2772,6727,6728, # 5504\n6729,6730,6731,2708,3865,2813,4435,6732,6733,4790,4791,3480,6734,6735,6736,6737, # 5520\n4436,3348,6738,3410,4007,6739,6740,4008,6741,6742,4792,3411,4191,6743,6744,6745, # 5536\n6746,6747,3866,6748,3750,6749,6750,6751,6752,6753,6754,6755,3867,6756,4009,6757, # 5552\n4793,4794,6758,2814,2987,6759,6760,6761,4437,6762,6763,6764,6765,3645,6766,6767, # 5568\n3481,4192,6768,3751,6769,6770,2174,6771,3868,3752,6772,6773,6774,4193,4795,4438, # 5584\n3558,4796,4439,6775,4797,6776,6777,4798,6778,4799,3559,4800,6779,6780,6781,3482, # 5600\n6782,2893,6783,6784,4194,4801,4010,6785,6786,4440,6787,4011,6788,6789,6790,6791, # 5616\n6792,6793,4802,6794,6795,6796,4012,6797,6798,6799,6800,3349,4803,3483,6801,4804, # 5632\n4195,6802,4013,6803,6804,4196,6805,4014,4015,6806,2847,3271,2848,6807,3484,6808, # 5648\n6809,6810,4441,6811,4442,4197,4443,3272,4805,6812,3412,4016,1579,6813,6814,4017, # 5664\n6815,3869,6816,2964,6817,4806,6818,6819,4018,3646,6820,6821,4807,4019,4020,6822, # 5680\n6823,3560,6824,6825,4021,4444,6826,4198,6827,6828,4445,6829,6830,4199,4808,6831, # 5696\n6832,6833,3870,3019,2458,6834,3753,3413,3350,6835,4809,3871,4810,3561,4446,6836, # 5712\n6837,4447,4811,4812,6838,2459,4448,6839,4449,6840,6841,4022,3872,6842,4813,4814, # 5728\n6843,6844,4815,4200,4201,4202,6845,4023,6846,6847,4450,3562,3873,6848,6849,4816, # 5744\n4817,6850,4451,4818,2139,6851,3563,6852,6853,3351,6854,6855,3352,4024,2709,3414, # 5760\n4203,4452,6856,4204,6857,6858,3874,3875,6859,6860,4819,6861,6862,6863,6864,4453, # 5776\n3647,6865,6866,4820,6867,6868,6869,6870,4454,6871,2869,6872,6873,4821,6874,3754, # 5792\n6875,4822,4205,6876,6877,6878,3648,4206,4455,6879,4823,6880,4824,3876,6881,3055, # 5808\n4207,6882,3415,6883,6884,6885,4208,4209,6886,4210,3353,6887,3354,3564,3209,3485, # 5824\n2652,6888,2728,6889,3210,3755,6890,4025,4456,6891,4825,6892,6893,6894,6895,4211, # 5840\n6896,6897,6898,4826,6899,6900,4212,6901,4827,6902,2773,3565,6903,4828,6904,6905, # 5856\n6906,6907,3649,3650,6908,2849,3566,6909,3567,3100,6910,6911,6912,6913,6914,6915, # 5872\n4026,6916,3355,4829,3056,4457,3756,6917,3651,6918,4213,3652,2870,6919,4458,6920, # 5888\n2438,6921,6922,3757,2774,4830,6923,3356,4831,4832,6924,4833,4459,3653,2507,6925, # 5904\n4834,2535,6926,6927,3273,4027,3147,6928,3568,6929,6930,6931,4460,6932,3877,4461, # 5920\n2729,3654,6933,6934,6935,6936,2175,4835,2630,4214,4028,4462,4836,4215,6937,3148, # 5936\n4216,4463,4837,4838,4217,6938,6939,2850,4839,6940,4464,6941,6942,6943,4840,6944, # 5952\n4218,3274,4465,6945,6946,2710,6947,4841,4466,6948,6949,2894,6950,6951,4842,6952, # 5968\n4219,3057,2871,6953,6954,6955,6956,4467,6957,2711,6958,6959,6960,3275,3101,4843, # 5984\n6961,3357,3569,6962,4844,6963,6964,4468,4845,3570,6965,3102,4846,3758,6966,4847, # 6000\n3878,4848,4849,4029,6967,2929,3879,4850,4851,6968,6969,1733,6970,4220,6971,6972, # 6016\n6973,6974,6975,6976,4852,6977,6978,6979,6980,6981,6982,3759,6983,6984,6985,3486, # 6032\n3487,6986,3488,3416,6987,6988,6989,6990,6991,6992,6993,6994,6995,6996,6997,4853, # 6048\n6998,6999,4030,7000,7001,3211,7002,7003,4221,7004,7005,3571,4031,7006,3572,7007, # 6064\n2614,4854,2577,7008,7009,2965,3655,3656,4855,2775,3489,3880,4222,4856,3881,4032, # 6080\n3882,3657,2730,3490,4857,7010,3149,7011,4469,4858,2496,3491,4859,2283,7012,7013, # 6096\n7014,2365,4860,4470,7015,7016,3760,7017,7018,4223,1917,7019,7020,7021,4471,7022, # 6112\n2776,4472,7023,7024,7025,7026,4033,7027,3573,4224,4861,4034,4862,7028,7029,1929, # 6128\n3883,4035,7030,4473,3058,7031,2536,3761,3884,7032,4036,7033,2966,2895,1968,4474, # 6144\n3276,4225,3417,3492,4226,2105,7034,7035,1754,2596,3762,4227,4863,4475,3763,4864, # 6160\n3764,2615,2777,3103,3765,3658,3418,4865,2296,3766,2815,7036,7037,7038,3574,2872, # 6176\n3277,4476,7039,4037,4477,7040,7041,4038,7042,7043,7044,7045,7046,7047,2537,7048, # 6192\n7049,7050,7051,7052,7053,7054,4478,7055,7056,3767,3659,4228,3575,7057,7058,4229, # 6208\n7059,7060,7061,3660,7062,3212,7063,3885,4039,2460,7064,7065,7066,7067,7068,7069, # 6224\n7070,7071,7072,7073,7074,4866,3768,4867,7075,7076,7077,7078,4868,3358,3278,2653, # 6240\n7079,7080,4479,3886,7081,7082,4869,7083,7084,7085,7086,7087,7088,2538,7089,7090, # 6256\n7091,4040,3150,3769,4870,4041,2896,3359,4230,2930,7092,3279,7093,2967,4480,3213, # 6272\n4481,3661,7094,7095,7096,7097,7098,7099,7100,7101,7102,2461,3770,7103,7104,4231, # 6288\n3151,7105,7106,7107,4042,3662,7108,7109,4871,3663,4872,4043,3059,7110,7111,7112, # 6304\n3493,2988,7113,4873,7114,7115,7116,3771,4874,7117,7118,4232,4875,7119,3576,2336, # 6320\n4876,7120,4233,3419,4044,4877,4878,4482,4483,4879,4484,4234,7121,3772,4880,1045, # 6336\n3280,3664,4881,4882,7122,7123,7124,7125,4883,7126,2778,7127,4485,4486,7128,4884, # 6352\n3214,3887,7129,7130,3215,7131,4885,4045,7132,7133,4046,7134,7135,7136,7137,7138, # 6368\n7139,7140,7141,7142,7143,4235,7144,4886,7145,7146,7147,4887,7148,7149,7150,4487, # 6384\n4047,4488,7151,7152,4888,4048,2989,3888,7153,3665,7154,4049,7155,7156,7157,7158, # 6400\n7159,7160,2931,4889,4890,4489,7161,2631,3889,4236,2779,7162,7163,4891,7164,3060, # 6416\n7165,1672,4892,7166,4893,4237,3281,4894,7167,7168,3666,7169,3494,7170,7171,4050, # 6432\n7172,7173,3104,3360,3420,4490,4051,2684,4052,7174,4053,7175,7176,7177,2253,4054, # 6448\n7178,7179,4895,7180,3152,3890,3153,4491,3216,7181,7182,7183,2968,4238,4492,4055, # 6464\n7184,2990,7185,2479,7186,7187,4493,7188,7189,7190,7191,7192,4896,7193,4897,2969, # 6480\n4494,4898,7194,3495,7195,7196,4899,4495,7197,3105,2731,7198,4900,7199,7200,7201, # 6496\n4056,7202,3361,7203,7204,4496,4901,4902,7205,4497,7206,7207,2315,4903,7208,4904, # 6512\n7209,4905,2851,7210,7211,3577,7212,3578,4906,7213,4057,3667,4907,7214,4058,2354, # 6528\n3891,2376,3217,3773,7215,7216,7217,7218,7219,4498,7220,4908,3282,2685,7221,3496, # 6544\n4909,2632,3154,4910,7222,2337,7223,4911,7224,7225,7226,4912,4913,3283,4239,4499, # 6560\n7227,2816,7228,7229,7230,7231,7232,7233,7234,4914,4500,4501,7235,7236,7237,2686, # 6576\n7238,4915,7239,2897,4502,7240,4503,7241,2516,7242,4504,3362,3218,7243,7244,7245, # 6592\n4916,7246,7247,4505,3363,7248,7249,7250,7251,3774,4506,7252,7253,4917,7254,7255, # 6608\n3284,2991,4918,4919,3219,3892,4920,3106,3497,4921,7256,7257,7258,4922,7259,4923, # 6624\n3364,4507,4508,4059,7260,4240,3498,7261,7262,4924,7263,2992,3893,4060,3220,7264, # 6640\n7265,7266,7267,7268,7269,4509,3775,7270,2817,7271,4061,4925,4510,3776,7272,4241, # 6656\n4511,3285,7273,7274,3499,7275,7276,7277,4062,4512,4926,7278,3107,3894,7279,7280, # 6672\n4927,7281,4513,7282,7283,3668,7284,7285,4242,4514,4243,7286,2058,4515,4928,4929, # 6688\n4516,7287,3286,4244,7288,4517,7289,7290,7291,3669,7292,7293,4930,4931,4932,2355, # 6704\n4933,7294,2633,4518,7295,4245,7296,7297,4519,7298,7299,4520,4521,4934,7300,4246, # 6720\n4522,7301,7302,7303,3579,7304,4247,4935,7305,4936,7306,7307,7308,7309,3777,7310, # 6736\n4523,7311,7312,7313,4248,3580,7314,4524,3778,4249,7315,3581,7316,3287,7317,3221, # 6752\n7318,4937,7319,7320,7321,7322,7323,7324,4938,4939,7325,4525,7326,7327,7328,4063, # 6768\n7329,7330,4940,7331,7332,4941,7333,4526,7334,3500,2780,1741,4942,2026,1742,7335, # 6784\n7336,3582,4527,2388,7337,7338,7339,4528,7340,4250,4943,7341,7342,7343,4944,7344, # 6800\n7345,7346,3020,7347,4945,7348,7349,7350,7351,3895,7352,3896,4064,3897,7353,7354, # 6816\n7355,4251,7356,7357,3898,7358,3779,7359,3780,3288,7360,7361,4529,7362,4946,4530, # 6832\n2027,7363,3899,4531,4947,3222,3583,7364,4948,7365,7366,7367,7368,4949,3501,4950, # 6848\n3781,4951,4532,7369,2517,4952,4252,4953,3155,7370,4954,4955,4253,2518,4533,7371, # 6864\n7372,2712,4254,7373,7374,7375,3670,4956,3671,7376,2389,3502,4065,7377,2338,7378, # 6880\n7379,7380,7381,3061,7382,4957,7383,7384,7385,7386,4958,4534,7387,7388,2993,7389, # 6896\n3062,7390,4959,7391,7392,7393,4960,3108,4961,7394,4535,7395,4962,3421,4536,7396, # 6912\n4963,7397,4964,1857,7398,4965,7399,7400,2176,3584,4966,7401,7402,3422,4537,3900, # 6928\n3585,7403,3782,7404,2852,7405,7406,7407,4538,3783,2654,3423,4967,4539,7408,3784, # 6944\n3586,2853,4540,4541,7409,3901,7410,3902,7411,7412,3785,3109,2327,3903,7413,7414, # 6960\n2970,4066,2932,7415,7416,7417,3904,3672,3424,7418,4542,4543,4544,7419,4968,7420, # 6976\n7421,4255,7422,7423,7424,7425,7426,4067,7427,3673,3365,4545,7428,3110,2559,3674, # 6992\n7429,7430,3156,7431,7432,3503,7433,3425,4546,7434,3063,2873,7435,3223,4969,4547, # 7008\n4548,2898,4256,4068,7436,4069,3587,3786,2933,3787,4257,4970,4971,3788,7437,4972, # 7024\n3064,7438,4549,7439,7440,7441,7442,7443,4973,3905,7444,2874,7445,7446,7447,7448, # 7040\n3021,7449,4550,3906,3588,4974,7450,7451,3789,3675,7452,2578,7453,4070,7454,7455, # 7056\n7456,4258,3676,7457,4975,7458,4976,4259,3790,3504,2634,4977,3677,4551,4260,7459, # 7072\n7460,7461,7462,3907,4261,4978,7463,7464,7465,7466,4979,4980,7467,7468,2213,4262, # 7088\n7469,7470,7471,3678,4981,7472,2439,7473,4263,3224,3289,7474,3908,2415,4982,7475, # 7104\n4264,7476,4983,2655,7477,7478,2732,4552,2854,2875,7479,7480,4265,7481,4553,4984, # 7120\n7482,7483,4266,7484,3679,3366,3680,2818,2781,2782,3367,3589,4554,3065,7485,4071, # 7136\n2899,7486,7487,3157,2462,4072,4555,4073,4985,4986,3111,4267,2687,3368,4556,4074, # 7152\n3791,4268,7488,3909,2783,7489,2656,1962,3158,4557,4987,1963,3159,3160,7490,3112, # 7168\n4988,4989,3022,4990,4991,3792,2855,7491,7492,2971,4558,7493,7494,4992,7495,7496, # 7184\n7497,7498,4993,7499,3426,4559,4994,7500,3681,4560,4269,4270,3910,7501,4075,4995, # 7200\n4271,7502,7503,4076,7504,4996,7505,3225,4997,4272,4077,2819,3023,7506,7507,2733, # 7216\n4561,7508,4562,7509,3369,3793,7510,3590,2508,7511,7512,4273,3113,2994,2616,7513, # 7232\n7514,7515,7516,7517,7518,2820,3911,4078,2748,7519,7520,4563,4998,7521,7522,7523, # 7248\n7524,4999,4274,7525,4564,3682,2239,4079,4565,7526,7527,7528,7529,5000,7530,7531, # 7264\n5001,4275,3794,7532,7533,7534,3066,5002,4566,3161,7535,7536,4080,7537,3162,7538, # 7280\n7539,4567,7540,7541,7542,7543,7544,7545,5003,7546,4568,7547,7548,7549,7550,7551, # 7296\n7552,7553,7554,7555,7556,5004,7557,7558,7559,5005,7560,3795,7561,4569,7562,7563, # 7312\n7564,2821,3796,4276,4277,4081,7565,2876,7566,5006,7567,7568,2900,7569,3797,3912, # 7328\n7570,7571,7572,4278,7573,7574,7575,5007,7576,7577,5008,7578,7579,4279,2934,7580, # 7344\n7581,5009,7582,4570,7583,4280,7584,7585,7586,4571,4572,3913,7587,4573,3505,7588, # 7360\n5010,7589,7590,7591,7592,3798,4574,7593,7594,5011,7595,4281,7596,7597,7598,4282, # 7376\n5012,7599,7600,5013,3163,7601,5014,7602,3914,7603,7604,2734,4575,4576,4577,7605, # 7392\n7606,7607,7608,7609,3506,5015,4578,7610,4082,7611,2822,2901,2579,3683,3024,4579, # 7408\n3507,7612,4580,7613,3226,3799,5016,7614,7615,7616,7617,7618,7619,7620,2995,3290, # 7424\n7621,4083,7622,5017,7623,7624,7625,7626,7627,4581,3915,7628,3291,7629,5018,7630, # 7440\n7631,7632,7633,4084,7634,7635,3427,3800,7636,7637,4582,7638,5019,4583,5020,7639, # 7456\n3916,7640,3801,5021,4584,4283,7641,7642,3428,3591,2269,7643,2617,7644,4585,3592, # 7472\n7645,4586,2902,7646,7647,3227,5022,7648,4587,7649,4284,7650,7651,7652,4588,2284, # 7488\n7653,5023,7654,7655,7656,4589,5024,3802,7657,7658,5025,3508,4590,7659,7660,7661, # 7504\n1969,5026,7662,7663,3684,1821,2688,7664,2028,2509,4285,7665,2823,1841,7666,2689, # 7520\n3114,7667,3917,4085,2160,5027,5028,2972,7668,5029,7669,7670,7671,3593,4086,7672, # 7536\n4591,4087,5030,3803,7673,7674,7675,7676,7677,7678,7679,4286,2366,4592,4593,3067, # 7552\n2328,7680,7681,4594,3594,3918,2029,4287,7682,5031,3919,3370,4288,4595,2856,7683, # 7568\n3509,7684,7685,5032,5033,7686,7687,3804,2784,7688,7689,7690,7691,3371,7692,7693, # 7584\n2877,5034,7694,7695,3920,4289,4088,7696,7697,7698,5035,7699,5036,4290,5037,5038, # 7600\n5039,7700,7701,7702,5040,5041,3228,7703,1760,7704,5042,3229,4596,2106,4089,7705, # 7616\n4597,2824,5043,2107,3372,7706,4291,4090,5044,7707,4091,7708,5045,3025,3805,4598, # 7632\n4292,4293,4294,3373,7709,4599,7710,5046,7711,7712,5047,5048,3806,7713,7714,7715, # 7648\n5049,7716,7717,7718,7719,4600,5050,7720,7721,7722,5051,7723,4295,3429,7724,7725, # 7664\n7726,7727,3921,7728,3292,5052,4092,7729,7730,7731,7732,7733,7734,7735,5053,5054, # 7680\n7736,7737,7738,7739,3922,3685,7740,7741,7742,7743,2635,5055,7744,5056,4601,7745, # 7696\n7746,2560,7747,7748,7749,7750,3923,7751,7752,7753,7754,7755,4296,2903,7756,7757, # 7712\n7758,7759,7760,3924,7761,5057,4297,7762,7763,5058,4298,7764,4093,7765,7766,5059, # 7728\n3925,7767,7768,7769,7770,7771,7772,7773,7774,7775,7776,3595,7777,4299,5060,4094, # 7744\n7778,3293,5061,7779,7780,4300,7781,7782,4602,7783,3596,7784,7785,3430,2367,7786, # 7760\n3164,5062,5063,4301,7787,7788,4095,5064,5065,7789,3374,3115,7790,7791,7792,7793, # 7776\n7794,7795,7796,3597,4603,7797,7798,3686,3116,3807,5066,7799,7800,5067,7801,7802, # 7792\n4604,4302,5068,4303,4096,7803,7804,3294,7805,7806,5069,4605,2690,7807,3026,7808, # 7808\n7809,7810,7811,7812,7813,7814,7815,7816,7817,7818,7819,7820,7821,7822,7823,7824, # 7824\n7825,7826,7827,7828,7829,7830,7831,7832,7833,7834,7835,7836,7837,7838,7839,7840, # 7840\n7841,7842,7843,7844,7845,7846,7847,7848,7849,7850,7851,7852,7853,7854,7855,7856, # 7856\n7857,7858,7859,7860,7861,7862,7863,7864,7865,7866,7867,7868,7869,7870,7871,7872, # 7872\n7873,7874,7875,7876,7877,7878,7879,7880,7881,7882,7883,7884,7885,7886,7887,7888, # 7888\n7889,7890,7891,7892,7893,7894,7895,7896,7897,7898,7899,7900,7901,7902,7903,7904, # 7904\n7905,7906,7907,7908,7909,7910,7911,7912,7913,7914,7915,7916,7917,7918,7919,7920, # 7920\n7921,7922,7923,7924,3926,7925,7926,7927,7928,7929,7930,7931,7932,7933,7934,7935, # 7936\n7936,7937,7938,7939,7940,7941,7942,7943,7944,7945,7946,7947,7948,7949,7950,7951, # 7952\n7952,7953,7954,7955,7956,7957,7958,7959,7960,7961,7962,7963,7964,7965,7966,7967, # 7968\n7968,7969,7970,7971,7972,7973,7974,7975,7976,7977,7978,7979,7980,7981,7982,7983, # 7984\n7984,7985,7986,7987,7988,7989,7990,7991,7992,7993,7994,7995,7996,7997,7998,7999, # 8000\n8000,8001,8002,8003,8004,8005,8006,8007,8008,8009,8010,8011,8012,8013,8014,8015, # 8016\n8016,8017,8018,8019,8020,8021,8022,8023,8024,8025,8026,8027,8028,8029,8030,8031, # 8032\n8032,8033,8034,8035,8036,8037,8038,8039,8040,8041,8042,8043,8044,8045,8046,8047, # 8048\n8048,8049,8050,8051,8052,8053,8054,8055,8056,8057,8058,8059,8060,8061,8062,8063, # 8064\n8064,8065,8066,8067,8068,8069,8070,8071,8072,8073,8074,8075,8076,8077,8078,8079, # 8080\n8080,8081,8082,8083,8084,8085,8086,8087,8088,8089,8090,8091,8092,8093,8094,8095, # 8096\n8096,8097,8098,8099,8100,8101,8102,8103,8104,8105,8106,8107,8108,8109,8110,8111, # 8112\n8112,8113,8114,8115,8116,8117,8118,8119,8120,8121,8122,8123,8124,8125,8126,8127, # 8128\n8128,8129,8130,8131,8132,8133,8134,8135,8136,8137,8138,8139,8140,8141,8142,8143, # 8144\n8144,8145,8146,8147,8148,8149,8150,8151,8152,8153,8154,8155,8156,8157,8158,8159, # 8160\n8160,8161,8162,8163,8164,8165,8166,8167,8168,8169,8170,8171,8172,8173,8174,8175, # 8176\n8176,8177,8178,8179,8180,8181,8182,8183,8184,8185,8186,8187,8188,8189,8190,8191, # 8192\n8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8203,8204,8205,8206,8207, # 8208\n8208,8209,8210,8211,8212,8213,8214,8215,8216,8217,8218,8219,8220,8221,8222,8223, # 8224\n8224,8225,8226,8227,8228,8229,8230,8231,8232,8233,8234,8235,8236,8237,8238,8239, # 8240\n8240,8241,8242,8243,8244,8245,8246,8247,8248,8249,8250,8251,8252,8253,8254,8255, # 8256\n8256,8257,8258,8259,8260,8261,8262,8263,8264,8265,8266,8267,8268,8269,8270,8271) # 8272\n\n# flake8: noqa\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/jpcntx.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Communicator client code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom .compat import wrap_ord\n\nNUM_OF_CATEGORY = 6\nDONT_KNOW = -1\nENOUGH_REL_THRESHOLD = 100\nMAX_REL_THRESHOLD = 1000\nMINIMUM_DATA_THRESHOLD = 4\n\n# This is hiragana 2-char sequence table, the number in each cell represents its frequency category\njp2CharContext = (\n(0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1),\n(2,4,0,4,0,3,0,4,0,3,4,4,4,2,4,3,3,4,3,2,3,3,4,2,3,3,3,2,4,1,4,3,3,1,5,4,3,4,3,4,3,5,3,0,3,5,4,2,0,3,1,0,3,3,0,3,3,0,1,1,0,4,3,0,3,3,0,4,0,2,0,3,5,5,5,5,4,0,4,1,0,3,4),\n(0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2),\n(0,4,0,5,0,5,0,4,0,4,5,4,4,3,5,3,5,1,5,3,4,3,4,4,3,4,3,3,4,3,5,4,4,3,5,5,3,5,5,5,3,5,5,3,4,5,5,3,1,3,2,0,3,4,0,4,2,0,4,2,1,5,3,2,3,5,0,4,0,2,0,5,4,4,5,4,5,0,4,0,0,4,4),\n(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),\n(0,3,0,4,0,3,0,3,0,4,5,4,3,3,3,3,4,3,5,4,4,3,5,4,4,3,4,3,4,4,4,4,5,3,4,4,3,4,5,5,4,5,5,1,4,5,4,3,0,3,3,1,3,3,0,4,4,0,3,3,1,5,3,3,3,5,0,4,0,3,0,4,4,3,4,3,3,0,4,1,1,3,4),\n(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),\n(0,4,0,3,0,3,0,4,0,3,4,4,3,2,2,1,2,1,3,1,3,3,3,3,3,4,3,1,3,3,5,3,3,0,4,3,0,5,4,3,3,5,4,4,3,4,4,5,0,1,2,0,1,2,0,2,2,0,1,0,0,5,2,2,1,4,0,3,0,1,0,4,4,3,5,4,3,0,2,1,0,4,3),\n(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),\n(0,3,0,5,0,4,0,2,1,4,4,2,4,1,4,2,4,2,4,3,3,3,4,3,3,3,3,1,4,2,3,3,3,1,4,4,1,1,1,4,3,3,2,0,2,4,3,2,0,3,3,0,3,1,1,0,0,0,3,3,0,4,2,2,3,4,0,4,0,3,0,4,4,5,3,4,4,0,3,0,0,1,4),\n(1,4,0,4,0,4,0,4,0,3,5,4,4,3,4,3,5,4,3,3,4,3,5,4,4,4,4,3,4,2,4,3,3,1,5,4,3,2,4,5,4,5,5,4,4,5,4,4,0,3,2,2,3,3,0,4,3,1,3,2,1,4,3,3,4,5,0,3,0,2,0,4,5,5,4,5,4,0,4,0,0,5,4),\n(0,5,0,5,0,4,0,3,0,4,4,3,4,3,3,3,4,0,4,4,4,3,4,3,4,3,3,1,4,2,4,3,4,0,5,4,1,4,5,4,4,5,3,2,4,3,4,3,2,4,1,3,3,3,2,3,2,0,4,3,3,4,3,3,3,4,0,4,0,3,0,4,5,4,4,4,3,0,4,1,0,1,3),\n(0,3,1,4,0,3,0,2,0,3,4,4,3,1,4,2,3,3,4,3,4,3,4,3,4,4,3,2,3,1,5,4,4,1,4,4,3,5,4,4,3,5,5,4,3,4,4,3,1,2,3,1,2,2,0,3,2,0,3,1,0,5,3,3,3,4,3,3,3,3,4,4,4,4,5,4,2,0,3,3,2,4,3),\n(0,2,0,3,0,1,0,1,0,0,3,2,0,0,2,0,1,0,2,1,3,3,3,1,2,3,1,0,1,0,4,2,1,1,3,3,0,4,3,3,1,4,3,3,0,3,3,2,0,0,0,0,1,0,0,2,0,0,0,0,0,4,1,0,2,3,2,2,2,1,3,3,3,4,4,3,2,0,3,1,0,3,3),\n(0,4,0,4,0,3,0,3,0,4,4,4,3,3,3,3,3,3,4,3,4,2,4,3,4,3,3,2,4,3,4,5,4,1,4,5,3,5,4,5,3,5,4,0,3,5,5,3,1,3,3,2,2,3,0,3,4,1,3,3,2,4,3,3,3,4,0,4,0,3,0,4,5,4,4,5,3,0,4,1,0,3,4),\n(0,2,0,3,0,3,0,0,0,2,2,2,1,0,1,0,0,0,3,0,3,0,3,0,1,3,1,0,3,1,3,3,3,1,3,3,3,0,1,3,1,3,4,0,0,3,1,1,0,3,2,0,0,0,0,1,3,0,1,0,0,3,3,2,0,3,0,0,0,0,0,3,4,3,4,3,3,0,3,0,0,2,3),\n(2,3,0,3,0,2,0,1,0,3,3,4,3,1,3,1,1,1,3,1,4,3,4,3,3,3,0,0,3,1,5,4,3,1,4,3,2,5,5,4,4,4,4,3,3,4,4,4,0,2,1,1,3,2,0,1,2,0,0,1,0,4,1,3,3,3,0,3,0,1,0,4,4,4,5,5,3,0,2,0,0,4,4),\n(0,2,0,1,0,3,1,3,0,2,3,3,3,0,3,1,0,0,3,0,3,2,3,1,3,2,1,1,0,0,4,2,1,0,2,3,1,4,3,2,0,4,4,3,1,3,1,3,0,1,0,0,1,0,0,0,1,0,0,0,0,4,1,1,1,2,0,3,0,0,0,3,4,2,4,3,2,0,1,0,0,3,3),\n(0,1,0,4,0,5,0,4,0,2,4,4,2,3,3,2,3,3,5,3,3,3,4,3,4,2,3,0,4,3,3,3,4,1,4,3,2,1,5,5,3,4,5,1,3,5,4,2,0,3,3,0,1,3,0,4,2,0,1,3,1,4,3,3,3,3,0,3,0,1,0,3,4,4,4,5,5,0,3,0,1,4,5),\n(0,2,0,3,0,3,0,0,0,2,3,1,3,0,4,0,1,1,3,0,3,4,3,2,3,1,0,3,3,2,3,1,3,0,2,3,0,2,1,4,1,2,2,0,0,3,3,0,0,2,0,0,0,1,0,0,0,0,2,2,0,3,2,1,3,3,0,2,0,2,0,0,3,3,1,2,4,0,3,0,2,2,3),\n(2,4,0,5,0,4,0,4,0,2,4,4,4,3,4,3,3,3,1,2,4,3,4,3,4,4,5,0,3,3,3,3,2,0,4,3,1,4,3,4,1,4,4,3,3,4,4,3,1,2,3,0,4,2,0,4,1,0,3,3,0,4,3,3,3,4,0,4,0,2,0,3,5,3,4,5,2,0,3,0,0,4,5),\n(0,3,0,4,0,1,0,1,0,1,3,2,2,1,3,0,3,0,2,0,2,0,3,0,2,0,0,0,1,0,1,1,0,0,3,1,0,0,0,4,0,3,1,0,2,1,3,0,0,0,0,0,0,3,0,0,0,0,0,0,0,4,2,2,3,1,0,3,0,0,0,1,4,4,4,3,0,0,4,0,0,1,4),\n(1,4,1,5,0,3,0,3,0,4,5,4,4,3,5,3,3,4,4,3,4,1,3,3,3,3,2,1,4,1,5,4,3,1,4,4,3,5,4,4,3,5,4,3,3,4,4,4,0,3,3,1,2,3,0,3,1,0,3,3,0,5,4,4,4,4,4,4,3,3,5,4,4,3,3,5,4,0,3,2,0,4,4),\n(0,2,0,3,0,1,0,0,0,1,3,3,3,2,4,1,3,0,3,1,3,0,2,2,1,1,0,0,2,0,4,3,1,0,4,3,0,4,4,4,1,4,3,1,1,3,3,1,0,2,0,0,1,3,0,0,0,0,2,0,0,4,3,2,4,3,5,4,3,3,3,4,3,3,4,3,3,0,2,1,0,3,3),\n(0,2,0,4,0,3,0,2,0,2,5,5,3,4,4,4,4,1,4,3,3,0,4,3,4,3,1,3,3,2,4,3,0,3,4,3,0,3,4,4,2,4,4,0,4,5,3,3,2,2,1,1,1,2,0,1,5,0,3,3,2,4,3,3,3,4,0,3,0,2,0,4,4,3,5,5,0,0,3,0,2,3,3),\n(0,3,0,4,0,3,0,1,0,3,4,3,3,1,3,3,3,0,3,1,3,0,4,3,3,1,1,0,3,0,3,3,0,0,4,4,0,1,5,4,3,3,5,0,3,3,4,3,0,2,0,1,1,1,0,1,3,0,1,2,1,3,3,2,3,3,0,3,0,1,0,1,3,3,4,4,1,0,1,2,2,1,3),\n(0,1,0,4,0,4,0,3,0,1,3,3,3,2,3,1,1,0,3,0,3,3,4,3,2,4,2,0,1,0,4,3,2,0,4,3,0,5,3,3,2,4,4,4,3,3,3,4,0,1,3,0,0,1,0,0,1,0,0,0,0,4,2,3,3,3,0,3,0,0,0,4,4,4,5,3,2,0,3,3,0,3,5),\n(0,2,0,3,0,0,0,3,0,1,3,0,2,0,0,0,1,0,3,1,1,3,3,0,0,3,0,0,3,0,2,3,1,0,3,1,0,3,3,2,0,4,2,2,0,2,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,2,1,2,0,1,0,1,0,0,0,1,3,1,2,0,0,0,1,0,0,1,4),\n(0,3,0,3,0,5,0,1,0,2,4,3,1,3,3,2,1,1,5,2,1,0,5,1,2,0,0,0,3,3,2,2,3,2,4,3,0,0,3,3,1,3,3,0,2,5,3,4,0,3,3,0,1,2,0,2,2,0,3,2,0,2,2,3,3,3,0,2,0,1,0,3,4,4,2,5,4,0,3,0,0,3,5),\n(0,3,0,3,0,3,0,1,0,3,3,3,3,0,3,0,2,0,2,1,1,0,2,0,1,0,0,0,2,1,0,0,1,0,3,2,0,0,3,3,1,2,3,1,0,3,3,0,0,1,0,0,0,0,0,2,0,0,0,0,0,2,3,1,2,3,0,3,0,1,0,3,2,1,0,4,3,0,1,1,0,3,3),\n(0,4,0,5,0,3,0,3,0,4,5,5,4,3,5,3,4,3,5,3,3,2,5,3,4,4,4,3,4,3,4,5,5,3,4,4,3,4,4,5,4,4,4,3,4,5,5,4,2,3,4,2,3,4,0,3,3,1,4,3,2,4,3,3,5,5,0,3,0,3,0,5,5,5,5,4,4,0,4,0,1,4,4),\n(0,4,0,4,0,3,0,3,0,3,5,4,4,2,3,2,5,1,3,2,5,1,4,2,3,2,3,3,4,3,3,3,3,2,5,4,1,3,3,5,3,4,4,0,4,4,3,1,1,3,1,0,2,3,0,2,3,0,3,0,0,4,3,1,3,4,0,3,0,2,0,4,4,4,3,4,5,0,4,0,0,3,4),\n(0,3,0,3,0,3,1,2,0,3,4,4,3,3,3,0,2,2,4,3,3,1,3,3,3,1,1,0,3,1,4,3,2,3,4,4,2,4,4,4,3,4,4,3,2,4,4,3,1,3,3,1,3,3,0,4,1,0,2,2,1,4,3,2,3,3,5,4,3,3,5,4,4,3,3,0,4,0,3,2,2,4,4),\n(0,2,0,1,0,0,0,0,0,1,2,1,3,0,0,0,0,0,2,0,1,2,1,0,0,1,0,0,0,0,3,0,0,1,0,1,1,3,1,0,0,0,1,1,0,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,1,2,2,0,3,4,0,0,0,1,1,0,0,1,0,0,0,0,0,1,1),\n(0,1,0,0,0,1,0,0,0,0,4,0,4,1,4,0,3,0,4,0,3,0,4,0,3,0,3,0,4,1,5,1,4,0,0,3,0,5,0,5,2,0,1,0,0,0,2,1,4,0,1,3,0,0,3,0,0,3,1,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0),\n(1,4,0,5,0,3,0,2,0,3,5,4,4,3,4,3,5,3,4,3,3,0,4,3,3,3,3,3,3,2,4,4,3,1,3,4,4,5,4,4,3,4,4,1,3,5,4,3,3,3,1,2,2,3,3,1,3,1,3,3,3,5,3,3,4,5,0,3,0,3,0,3,4,3,4,4,3,0,3,0,2,4,3),\n(0,1,0,4,0,0,0,0,0,1,4,0,4,1,4,2,4,0,3,0,1,0,1,0,0,0,0,0,2,0,3,1,1,1,0,3,0,0,0,1,2,1,0,0,1,1,1,1,0,1,0,0,0,1,0,0,3,0,0,0,0,3,2,0,2,2,0,1,0,0,0,2,3,2,3,3,0,0,0,0,2,1,0),\n(0,5,1,5,0,3,0,3,0,5,4,4,5,1,5,3,3,0,4,3,4,3,5,3,4,3,3,2,4,3,4,3,3,0,3,3,1,4,4,3,4,4,4,3,4,5,5,3,2,3,1,1,3,3,1,3,1,1,3,3,2,4,5,3,3,5,0,4,0,3,0,4,4,3,5,3,3,0,3,4,0,4,3),\n(0,5,0,5,0,3,0,2,0,4,4,3,5,2,4,3,3,3,4,4,4,3,5,3,5,3,3,1,4,0,4,3,3,0,3,3,0,4,4,4,4,5,4,3,3,5,5,3,2,3,1,2,3,2,0,1,0,0,3,2,2,4,4,3,1,5,0,4,0,3,0,4,3,1,3,2,1,0,3,3,0,3,3),\n(0,4,0,5,0,5,0,4,0,4,5,5,5,3,4,3,3,2,5,4,4,3,5,3,5,3,4,0,4,3,4,4,3,2,4,4,3,4,5,4,4,5,5,0,3,5,5,4,1,3,3,2,3,3,1,3,1,0,4,3,1,4,4,3,4,5,0,4,0,2,0,4,3,4,4,3,3,0,4,0,0,5,5),\n(0,4,0,4,0,5,0,1,1,3,3,4,4,3,4,1,3,0,5,1,3,0,3,1,3,1,1,0,3,0,3,3,4,0,4,3,0,4,4,4,3,4,4,0,3,5,4,1,0,3,0,0,2,3,0,3,1,0,3,1,0,3,2,1,3,5,0,3,0,1,0,3,2,3,3,4,4,0,2,2,0,4,4),\n(2,4,0,5,0,4,0,3,0,4,5,5,4,3,5,3,5,3,5,3,5,2,5,3,4,3,3,4,3,4,5,3,2,1,5,4,3,2,3,4,5,3,4,1,2,5,4,3,0,3,3,0,3,2,0,2,3,0,4,1,0,3,4,3,3,5,0,3,0,1,0,4,5,5,5,4,3,0,4,2,0,3,5),\n(0,5,0,4,0,4,0,2,0,5,4,3,4,3,4,3,3,3,4,3,4,2,5,3,5,3,4,1,4,3,4,4,4,0,3,5,0,4,4,4,4,5,3,1,3,4,5,3,3,3,3,3,3,3,0,2,2,0,3,3,2,4,3,3,3,5,3,4,1,3,3,5,3,2,0,0,0,0,4,3,1,3,3),\n(0,1,0,3,0,3,0,1,0,1,3,3,3,2,3,3,3,0,3,0,0,0,3,1,3,0,0,0,2,2,2,3,0,0,3,2,0,1,2,4,1,3,3,0,0,3,3,3,0,1,0,0,2,1,0,0,3,0,3,1,0,3,0,0,1,3,0,2,0,1,0,3,3,1,3,3,0,0,1,1,0,3,3),\n(0,2,0,3,0,2,1,4,0,2,2,3,1,1,3,1,1,0,2,0,3,1,2,3,1,3,0,0,1,0,4,3,2,3,3,3,1,4,2,3,3,3,3,1,0,3,1,4,0,1,1,0,1,2,0,1,1,0,1,1,0,3,1,3,2,2,0,1,0,0,0,2,3,3,3,1,0,0,0,0,0,2,3),\n(0,5,0,4,0,5,0,2,0,4,5,5,3,3,4,3,3,1,5,4,4,2,4,4,4,3,4,2,4,3,5,5,4,3,3,4,3,3,5,5,4,5,5,1,3,4,5,3,1,4,3,1,3,3,0,3,3,1,4,3,1,4,5,3,3,5,0,4,0,3,0,5,3,3,1,4,3,0,4,0,1,5,3),\n(0,5,0,5,0,4,0,2,0,4,4,3,4,3,3,3,3,3,5,4,4,4,4,4,4,5,3,3,5,2,4,4,4,3,4,4,3,3,4,4,5,5,3,3,4,3,4,3,3,4,3,3,3,3,1,2,2,1,4,3,3,5,4,4,3,4,0,4,0,3,0,4,4,4,4,4,1,0,4,2,0,2,4),\n(0,4,0,4,0,3,0,1,0,3,5,2,3,0,3,0,2,1,4,2,3,3,4,1,4,3,3,2,4,1,3,3,3,0,3,3,0,0,3,3,3,5,3,3,3,3,3,2,0,2,0,0,2,0,0,2,0,0,1,0,0,3,1,2,2,3,0,3,0,2,0,4,4,3,3,4,1,0,3,0,0,2,4),\n(0,0,0,4,0,0,0,0,0,0,1,0,1,0,2,0,0,0,0,0,1,0,2,0,1,0,0,0,0,0,3,1,3,0,3,2,0,0,0,1,0,3,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,2,0,0,0,0,0,0,2),\n(0,2,1,3,0,2,0,2,0,3,3,3,3,1,3,1,3,3,3,3,3,3,4,2,2,1,2,1,4,0,4,3,1,3,3,3,2,4,3,5,4,3,3,3,3,3,3,3,0,1,3,0,2,0,0,1,0,0,1,0,0,4,2,0,2,3,0,3,3,0,3,3,4,2,3,1,4,0,1,2,0,2,3),\n(0,3,0,3,0,1,0,3,0,2,3,3,3,0,3,1,2,0,3,3,2,3,3,2,3,2,3,1,3,0,4,3,2,0,3,3,1,4,3,3,2,3,4,3,1,3,3,1,1,0,1,1,0,1,0,1,0,1,0,0,0,4,1,1,0,3,0,3,1,0,2,3,3,3,3,3,1,0,0,2,0,3,3),\n(0,0,0,0,0,0,0,0,0,0,3,0,2,0,3,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,3,0,3,0,3,1,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,2,0,2,3,0,0,0,0,0,0,0,0,3),\n(0,2,0,3,1,3,0,3,0,2,3,3,3,1,3,1,3,1,3,1,3,3,3,1,3,0,2,3,1,1,4,3,3,2,3,3,1,2,2,4,1,3,3,0,1,4,2,3,0,1,3,0,3,0,0,1,3,0,2,0,0,3,3,2,1,3,0,3,0,2,0,3,4,4,4,3,1,0,3,0,0,3,3),\n(0,2,0,1,0,2,0,0,0,1,3,2,2,1,3,0,1,1,3,0,3,2,3,1,2,0,2,0,1,1,3,3,3,0,3,3,1,1,2,3,2,3,3,1,2,3,2,0,0,1,0,0,0,0,0,0,3,0,1,0,0,2,1,2,1,3,0,3,0,0,0,3,4,4,4,3,2,0,2,0,0,2,4),\n(0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,3,1,0,0,0,0,0,0,0,3),\n(0,3,0,3,0,2,0,3,0,3,3,3,2,3,2,2,2,0,3,1,3,3,3,2,3,3,0,0,3,0,3,2,2,0,2,3,1,4,3,4,3,3,2,3,1,5,4,4,0,3,1,2,1,3,0,3,1,1,2,0,2,3,1,3,1,3,0,3,0,1,0,3,3,4,4,2,1,0,2,1,0,2,4),\n(0,1,0,3,0,1,0,2,0,1,4,2,5,1,4,0,2,0,2,1,3,1,4,0,2,1,0,0,2,1,4,1,1,0,3,3,0,5,1,3,2,3,3,1,0,3,2,3,0,1,0,0,0,0,0,0,1,0,0,0,0,4,0,1,0,3,0,2,0,1,0,3,3,3,4,3,3,0,0,0,0,2,3),\n(0,0,0,1,0,0,0,0,0,0,2,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,1,0,0,0,0,0,3),\n(0,1,0,3,0,4,0,3,0,2,4,3,1,0,3,2,2,1,3,1,2,2,3,1,1,1,2,1,3,0,1,2,0,1,3,2,1,3,0,5,5,1,0,0,1,3,2,1,0,3,0,0,1,0,0,0,0,0,3,4,0,1,1,1,3,2,0,2,0,1,0,2,3,3,1,2,3,0,1,0,1,0,4),\n(0,0,0,1,0,3,0,3,0,2,2,1,0,0,4,0,3,0,3,1,3,0,3,0,3,0,1,0,3,0,3,1,3,0,3,3,0,0,1,2,1,1,1,0,1,2,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,2,1,2,0,0,2,0,0,0,0,2,3,3,3,3,0,0,0,0,1,4),\n(0,0,0,3,0,3,0,0,0,0,3,1,1,0,3,0,1,0,2,0,1,0,0,0,0,0,0,0,1,0,3,0,2,0,2,3,0,0,2,2,3,1,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,2,0,0,0,0,2,3),\n(2,4,0,5,0,5,0,4,0,3,4,3,3,3,4,3,3,3,4,3,4,4,5,4,5,5,5,2,3,0,5,5,4,1,5,4,3,1,5,4,3,4,4,3,3,4,3,3,0,3,2,0,2,3,0,3,0,0,3,3,0,5,3,2,3,3,0,3,0,3,0,3,4,5,4,5,3,0,4,3,0,3,4),\n(0,3,0,3,0,3,0,3,0,3,3,4,3,2,3,2,3,0,4,3,3,3,3,3,3,3,3,0,3,2,4,3,3,1,3,4,3,4,4,4,3,4,4,3,2,4,4,1,0,2,0,0,1,1,0,2,0,0,3,1,0,5,3,2,1,3,0,3,0,1,2,4,3,2,4,3,3,0,3,2,0,4,4),\n(0,3,0,3,0,1,0,0,0,1,4,3,3,2,3,1,3,1,4,2,3,2,4,2,3,4,3,0,2,2,3,3,3,0,3,3,3,0,3,4,1,3,3,0,3,4,3,3,0,1,1,0,1,0,0,0,4,0,3,0,0,3,1,2,1,3,0,4,0,1,0,4,3,3,4,3,3,0,2,0,0,3,3),\n(0,3,0,4,0,1,0,3,0,3,4,3,3,0,3,3,3,1,3,1,3,3,4,3,3,3,0,0,3,1,5,3,3,1,3,3,2,5,4,3,3,4,5,3,2,5,3,4,0,1,0,0,0,0,0,2,0,0,1,1,0,4,2,2,1,3,0,3,0,2,0,4,4,3,5,3,2,0,1,1,0,3,4),\n(0,5,0,4,0,5,0,2,0,4,4,3,3,2,3,3,3,1,4,3,4,1,5,3,4,3,4,0,4,2,4,3,4,1,5,4,0,4,4,4,4,5,4,1,3,5,4,2,1,4,1,1,3,2,0,3,1,0,3,2,1,4,3,3,3,4,0,4,0,3,0,4,4,4,3,3,3,0,4,2,0,3,4),\n(1,4,0,4,0,3,0,1,0,3,3,3,1,1,3,3,2,2,3,3,1,0,3,2,2,1,2,0,3,1,2,1,2,0,3,2,0,2,2,3,3,4,3,0,3,3,1,2,0,1,1,3,1,2,0,0,3,0,1,1,0,3,2,2,3,3,0,3,0,0,0,2,3,3,4,3,3,0,1,0,0,1,4),\n(0,4,0,4,0,4,0,0,0,3,4,4,3,1,4,2,3,2,3,3,3,1,4,3,4,0,3,0,4,2,3,3,2,2,5,4,2,1,3,4,3,4,3,1,3,3,4,2,0,2,1,0,3,3,0,0,2,0,3,1,0,4,4,3,4,3,0,4,0,1,0,2,4,4,4,4,4,0,3,2,0,3,3),\n(0,0,0,1,0,4,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,3,2,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2),\n(0,2,0,3,0,4,0,4,0,1,3,3,3,0,4,0,2,1,2,1,1,1,2,0,3,1,1,0,1,0,3,1,0,0,3,3,2,0,1,1,0,0,0,0,0,1,0,2,0,2,2,0,3,1,0,0,1,0,1,1,0,1,2,0,3,0,0,0,0,1,0,0,3,3,4,3,1,0,1,0,3,0,2),\n(0,0,0,3,0,5,0,0,0,0,1,0,2,0,3,1,0,1,3,0,0,0,2,0,0,0,1,0,0,0,1,1,0,0,4,0,0,0,2,3,0,1,4,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0,0,3,0,0,0,0,0,3),\n(0,2,0,5,0,5,0,1,0,2,4,3,3,2,5,1,3,2,3,3,3,0,4,1,2,0,3,0,4,0,2,2,1,1,5,3,0,0,1,4,2,3,2,0,3,3,3,2,0,2,4,1,1,2,0,1,1,0,3,1,0,1,3,1,2,3,0,2,0,0,0,1,3,5,4,4,4,0,3,0,0,1,3),\n(0,4,0,5,0,4,0,4,0,4,5,4,3,3,4,3,3,3,4,3,4,4,5,3,4,5,4,2,4,2,3,4,3,1,4,4,1,3,5,4,4,5,5,4,4,5,5,5,2,3,3,1,4,3,1,3,3,0,3,3,1,4,3,4,4,4,0,3,0,4,0,3,3,4,4,5,0,0,4,3,0,4,5),\n(0,4,0,4,0,3,0,3,0,3,4,4,4,3,3,2,4,3,4,3,4,3,5,3,4,3,2,1,4,2,4,4,3,1,3,4,2,4,5,5,3,4,5,4,1,5,4,3,0,3,2,2,3,2,1,3,1,0,3,3,3,5,3,3,3,5,4,4,2,3,3,4,3,3,3,2,1,0,3,2,1,4,3),\n(0,4,0,5,0,4,0,3,0,3,5,5,3,2,4,3,4,0,5,4,4,1,4,4,4,3,3,3,4,3,5,5,2,3,3,4,1,2,5,5,3,5,5,2,3,5,5,4,0,3,2,0,3,3,1,1,5,1,4,1,0,4,3,2,3,5,0,4,0,3,0,5,4,3,4,3,0,0,4,1,0,4,4),\n(1,3,0,4,0,2,0,2,0,2,5,5,3,3,3,3,3,0,4,2,3,4,4,4,3,4,0,0,3,4,5,4,3,3,3,3,2,5,5,4,5,5,5,4,3,5,5,5,1,3,1,0,1,0,0,3,2,0,4,2,0,5,2,3,2,4,1,3,0,3,0,4,5,4,5,4,3,0,4,2,0,5,4),\n(0,3,0,4,0,5,0,3,0,3,4,4,3,2,3,2,3,3,3,3,3,2,4,3,3,2,2,0,3,3,3,3,3,1,3,3,3,0,4,4,3,4,4,1,1,4,4,2,0,3,1,0,1,1,0,4,1,0,2,3,1,3,3,1,3,4,0,3,0,1,0,3,1,3,0,0,1,0,2,0,0,4,4),\n(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),\n(0,3,0,3,0,2,0,3,0,1,5,4,3,3,3,1,4,2,1,2,3,4,4,2,4,4,5,0,3,1,4,3,4,0,4,3,3,3,2,3,2,5,3,4,3,2,2,3,0,0,3,0,2,1,0,1,2,0,0,0,0,2,1,1,3,1,0,2,0,4,0,3,4,4,4,5,2,0,2,0,0,1,3),\n(0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,0,0,1,1,0,0,0,4,2,1,1,0,1,0,3,2,0,0,3,1,1,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1,0,0,0,2,0,0,0,1,4,0,4,2,1,0,0,0,0,0,1),\n(0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,3,1,0,0,0,2,0,2,1,0,0,1,2,1,0,1,1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,1,3,1,0,0,0,0,0,1,0,0,2,1,0,0,0,0,0,0,0,0,2),\n(0,4,0,4,0,4,0,3,0,4,4,3,4,2,4,3,2,0,4,4,4,3,5,3,5,3,3,2,4,2,4,3,4,3,1,4,0,2,3,4,4,4,3,3,3,4,4,4,3,4,1,3,4,3,2,1,2,1,3,3,3,4,4,3,3,5,0,4,0,3,0,4,3,3,3,2,1,0,3,0,0,3,3),\n(0,4,0,3,0,3,0,3,0,3,5,5,3,3,3,3,4,3,4,3,3,3,4,4,4,3,3,3,3,4,3,5,3,3,1,3,2,4,5,5,5,5,4,3,4,5,5,3,2,2,3,3,3,3,2,3,3,1,2,3,2,4,3,3,3,4,0,4,0,2,0,4,3,2,2,1,2,0,3,0,0,4,1),\n)\n\nclass JapaneseContextAnalysis:\n    def __init__(self):\n        self.reset()\n\n    def reset(self):\n        self._mTotalRel = 0  # total sequence received\n        # category counters, each interger counts sequence in its category\n        self._mRelSample = [0] * NUM_OF_CATEGORY\n        # if last byte in current buffer is not the last byte of a character,\n        # we need to know how many bytes to skip in next buffer\n        self._mNeedToSkipCharNum = 0\n        self._mLastCharOrder = -1  # The order of previous char\n        # If this flag is set to True, detection is done and conclusion has\n        # been made\n        self._mDone = False\n\n    def feed(self, aBuf, aLen):\n        if self._mDone:\n            return\n\n        # The buffer we got is byte oriented, and a character may span in more than one\n        # buffers. In case the last one or two byte in last buffer is not\n        # complete, we record how many byte needed to complete that character\n        # and skip these bytes here.  We can choose to record those bytes as\n        # well and analyse the character once it is complete, but since a\n        # character will not make much difference, by simply skipping\n        # this character will simply our logic and improve performance.\n        i = self._mNeedToSkipCharNum\n        while i < aLen:\n            order, charLen = self.get_order(aBuf[i:i + 2])\n            i += charLen\n            if i > aLen:\n                self._mNeedToSkipCharNum = i - aLen\n                self._mLastCharOrder = -1\n            else:\n                if (order != -1) and (self._mLastCharOrder != -1):\n                    self._mTotalRel += 1\n                    if self._mTotalRel > MAX_REL_THRESHOLD:\n                        self._mDone = True\n                        break\n                    self._mRelSample[jp2CharContext[self._mLastCharOrder][order]] += 1\n                self._mLastCharOrder = order\n\n    def got_enough_data(self):\n        return self._mTotalRel > ENOUGH_REL_THRESHOLD\n\n    def get_confidence(self):\n        # This is just one way to calculate confidence. It works well for me.\n        if self._mTotalRel > MINIMUM_DATA_THRESHOLD:\n            return (self._mTotalRel - self._mRelSample[0]) / self._mTotalRel\n        else:\n            return DONT_KNOW\n\n    def get_order(self, aBuf):\n        return -1, 1\n\nclass SJISContextAnalysis(JapaneseContextAnalysis):\n    def get_order(self, aBuf):\n        if not aBuf:\n            return -1, 1\n        # find out current char's byte length\n        first_char = wrap_ord(aBuf[0])\n        if ((0x81 <= first_char <= 0x9F) or (0xE0 <= first_char <= 0xFC)):\n            charLen = 2\n        else:\n            charLen = 1\n\n        # return its order if it is hiragana\n        if len(aBuf) > 1:\n            second_char = wrap_ord(aBuf[1])\n            if (first_char == 202) and (0x9F <= second_char <= 0xF1):\n                return second_char - 0x9F, charLen\n\n        return -1, charLen\n\nclass EUCJPContextAnalysis(JapaneseContextAnalysis):\n    def get_order(self, aBuf):\n        if not aBuf:\n            return -1, 1\n        # find out current char's byte length\n        first_char = wrap_ord(aBuf[0])\n        if (first_char == 0x8E) or (0xA1 <= first_char <= 0xFE):\n            charLen = 2\n        elif first_char == 0x8F:\n            charLen = 3\n        else:\n            charLen = 1\n\n        # return its order if it is hiragana\n        if len(aBuf) > 1:\n            second_char = wrap_ord(aBuf[1])\n            if (first_char == 0xA4) and (0xA1 <= second_char <= 0xF3):\n                return second_char - 0xA1, charLen\n\n        return -1, charLen\n\n# flake8: noqa\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/langbulgarianmodel.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Communicator client code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\n# 255: Control characters that usually does not exist in any text\n# 254: Carriage/Return\n# 253: symbol (punctuation) that does not belong to word\n# 252: 0 - 9\n\n# Character Mapping Table:\n# this table is modified base on win1251BulgarianCharToOrderMap, so\n# only number <64 is sure valid\n\nLatin5_BulgarianCharToOrderMap = (\n255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255,  # 00\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 10\n253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,  # 20\n252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253,  # 30\n253, 77, 90, 99,100, 72,109,107,101, 79,185, 81,102, 76, 94, 82,  # 40\n110,186,108, 91, 74,119, 84, 96,111,187,115,253,253,253,253,253,  # 50\n253, 65, 69, 70, 66, 63, 68,112,103, 92,194,104, 95, 86, 87, 71,  # 60\n116,195, 85, 93, 97,113,196,197,198,199,200,253,253,253,253,253,  # 70\n194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,  # 80\n210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,  # 90\n 81,226,227,228,229,230,105,231,232,233,234,235,236, 45,237,238,  # a0\n 31, 32, 35, 43, 37, 44, 55, 47, 40, 59, 33, 46, 38, 36, 41, 30,  # b0\n 39, 28, 34, 51, 48, 49, 53, 50, 54, 57, 61,239, 67,240, 60, 56,  # c0\n  1, 18,  9, 20, 11,  3, 23, 15,  2, 26, 12, 10, 14,  6,  4, 13,  # d0\n  7,  8,  5, 19, 29, 25, 22, 21, 27, 24, 17, 75, 52,241, 42, 16,  # e0\n 62,242,243,244, 58,245, 98,246,247,248,249,250,251, 91,252,253,  # f0\n)\n\nwin1251BulgarianCharToOrderMap = (\n255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255,  # 00\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 10\n253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,  # 20\n252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253,  # 30\n253, 77, 90, 99,100, 72,109,107,101, 79,185, 81,102, 76, 94, 82,  # 40\n110,186,108, 91, 74,119, 84, 96,111,187,115,253,253,253,253,253,  # 50\n253, 65, 69, 70, 66, 63, 68,112,103, 92,194,104, 95, 86, 87, 71,  # 60\n116,195, 85, 93, 97,113,196,197,198,199,200,253,253,253,253,253,  # 70\n206,207,208,209,210,211,212,213,120,214,215,216,217,218,219,220,  # 80\n221, 78, 64, 83,121, 98,117,105,222,223,224,225,226,227,228,229,  # 90\n 88,230,231,232,233,122, 89,106,234,235,236,237,238, 45,239,240,  # a0\n 73, 80,118,114,241,242,243,244,245, 62, 58,246,247,248,249,250,  # b0\n 31, 32, 35, 43, 37, 44, 55, 47, 40, 59, 33, 46, 38, 36, 41, 30,  # c0\n 39, 28, 34, 51, 48, 49, 53, 50, 54, 57, 61,251, 67,252, 60, 56,  # d0\n  1, 18,  9, 20, 11,  3, 23, 15,  2, 26, 12, 10, 14,  6,  4, 13,  # e0\n  7,  8,  5, 19, 29, 25, 22, 21, 27, 24, 17, 75, 52,253, 42, 16,  # f0\n)\n\n# Model Table:\n# total sequences: 100%\n# first 512 sequences: 96.9392%\n# first 1024 sequences:3.0618%\n# rest  sequences:     0.2992%\n# negative sequences:  0.0020%\nBulgarianLangModel = (\n0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,2,3,3,3,3,3,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,2,2,3,2,2,1,2,2,\n3,1,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,0,3,3,3,3,3,3,3,3,3,3,0,3,0,1,\n0,0,0,0,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,2,3,3,3,3,3,3,3,3,0,3,1,0,\n0,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,\n3,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,2,3,3,3,3,3,3,3,3,0,3,0,0,\n0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,2,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,1,3,2,3,3,3,3,3,3,3,3,0,3,0,0,\n0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,3,3,3,3,3,2,3,2,2,1,3,3,3,3,2,2,2,1,1,2,0,1,0,1,0,0,\n0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1,\n3,3,3,3,3,3,3,2,3,2,2,3,3,1,1,2,3,3,2,3,3,3,3,2,1,2,0,2,0,3,0,0,\n0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1,\n3,3,3,3,3,3,3,1,3,3,3,3,3,2,3,2,3,3,3,3,3,2,3,3,1,3,0,3,0,2,0,0,\n0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,\n3,3,3,3,3,3,3,3,1,3,3,2,3,3,3,1,3,3,2,3,2,2,2,0,0,2,0,2,0,2,0,0,\n0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1,\n3,3,3,3,3,3,3,3,3,0,3,3,3,2,2,3,3,3,1,2,2,3,2,1,1,2,0,2,0,0,0,0,\n1,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,\n3,3,3,3,3,3,3,2,3,3,1,2,3,2,2,2,3,3,3,3,3,2,2,3,1,2,0,2,1,2,0,0,\n0,0,0,0,0,0,0,0,0,0,3,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1,\n3,3,3,3,3,1,3,3,3,3,3,2,3,3,3,2,3,3,2,3,2,2,2,3,1,2,0,1,0,1,0,0,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,\n3,3,3,3,3,3,3,3,3,3,3,1,1,1,2,2,1,3,1,3,2,2,3,0,0,1,0,1,0,1,0,0,\n0,0,0,1,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,\n3,3,3,3,3,2,2,3,2,2,3,1,2,1,1,1,2,3,1,3,1,2,2,0,1,1,1,1,0,1,0,0,\n0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,\n3,3,3,3,3,1,3,2,2,3,3,1,2,3,1,1,3,3,3,3,1,2,2,1,1,1,0,2,0,2,0,1,\n0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,2,2,3,3,3,2,2,1,1,2,0,2,0,1,0,0,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,\n3,0,1,2,1,3,3,2,3,3,3,3,3,2,3,2,1,0,3,1,2,1,2,1,2,3,2,1,0,1,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,1,1,2,3,3,3,3,3,3,3,3,3,3,3,3,0,0,3,1,3,3,2,3,3,2,2,2,0,1,0,0,\n0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,3,3,3,3,0,3,3,3,3,3,2,1,1,2,1,3,3,0,3,1,1,1,1,3,2,0,1,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,\n3,3,2,2,2,3,3,3,3,3,3,3,3,3,3,3,1,1,3,1,3,3,2,3,2,2,2,3,0,2,0,0,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,2,3,3,2,2,3,2,1,1,1,1,1,3,1,3,1,1,0,0,0,1,0,0,0,1,0,0,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,2,3,2,0,3,2,0,3,0,2,0,0,2,1,3,1,0,0,1,0,0,0,1,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,\n3,3,3,3,2,1,1,1,1,2,1,1,2,1,1,1,2,2,1,2,1,1,1,0,1,1,0,1,0,1,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,\n3,3,3,3,2,1,3,1,1,2,1,3,2,1,1,0,1,2,3,2,1,1,1,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,3,3,3,3,2,2,1,0,1,0,0,1,0,0,0,2,1,0,3,0,0,1,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,\n3,3,3,2,3,2,3,3,1,3,2,1,1,1,2,1,1,2,1,3,0,1,0,0,0,1,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,1,1,2,2,3,3,2,3,2,2,2,3,1,2,2,1,1,2,1,1,2,2,0,1,1,0,1,0,2,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,2,1,3,1,0,2,2,1,3,2,1,0,0,2,0,2,0,1,0,0,0,0,0,0,0,1,0,0,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,\n3,3,3,3,3,3,1,2,0,2,3,1,2,3,2,0,1,3,1,2,1,1,1,0,0,1,0,0,2,2,2,3,\n2,2,2,2,1,2,1,1,2,2,1,1,2,0,1,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,1,\n3,3,3,3,3,2,1,2,2,1,2,0,2,0,1,0,1,2,1,2,1,1,0,0,0,1,0,1,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1,\n3,3,2,3,3,1,1,3,1,0,3,2,1,0,0,0,1,2,0,2,0,1,0,0,0,1,0,1,2,1,2,2,\n1,1,1,1,1,1,1,2,2,2,1,1,1,1,1,1,1,0,1,2,1,1,1,0,0,0,0,0,1,1,0,0,\n3,1,0,1,0,2,3,2,2,2,3,2,2,2,2,2,1,0,2,1,2,1,1,1,0,1,2,1,2,2,2,1,\n1,1,2,2,2,2,1,2,1,1,0,1,2,1,2,2,2,1,1,1,0,1,1,1,1,2,0,1,0,0,0,0,\n2,3,2,3,3,0,0,2,1,0,2,1,0,0,0,0,2,3,0,2,0,0,0,0,0,1,0,0,2,0,1,2,\n2,1,2,1,2,2,1,1,1,2,1,1,1,0,1,2,2,1,1,1,1,1,0,1,1,1,0,0,1,2,0,0,\n3,3,2,2,3,0,2,3,1,1,2,0,0,0,1,0,0,2,0,2,0,0,0,1,0,1,0,1,2,0,2,2,\n1,1,1,1,2,1,0,1,2,2,2,1,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,1,0,0,\n2,3,2,3,3,0,0,3,0,1,1,0,1,0,0,0,2,2,1,2,0,0,0,0,0,0,0,0,2,0,1,2,\n2,2,1,1,1,1,1,2,2,2,1,0,2,0,1,0,1,0,0,1,0,1,0,0,1,0,0,0,0,1,0,0,\n3,3,3,3,2,2,2,2,2,0,2,1,1,1,1,2,1,2,1,1,0,2,0,1,0,1,0,0,2,0,1,2,\n1,1,1,1,1,1,1,2,2,1,1,0,2,0,1,0,2,0,0,1,1,1,0,0,2,0,0,0,1,1,0,0,\n2,3,3,3,3,1,0,0,0,0,0,0,0,0,0,0,2,0,0,1,1,0,0,0,0,0,0,1,2,0,1,2,\n2,2,2,1,1,2,1,1,2,2,2,1,2,0,1,1,1,1,1,1,0,1,1,1,1,0,0,1,1,1,0,0,\n2,3,3,3,3,0,2,2,0,2,1,0,0,0,1,1,1,2,0,2,0,0,0,3,0,0,0,0,2,0,2,2,\n1,1,1,2,1,2,1,1,2,2,2,1,2,0,1,1,1,0,1,1,1,1,0,2,1,0,0,0,1,1,0,0,\n2,3,3,3,3,0,2,1,0,0,2,0,0,0,0,0,1,2,0,2,0,0,0,0,0,0,0,0,2,0,1,2,\n1,1,1,2,1,1,1,1,2,2,2,0,1,0,1,1,1,0,0,1,1,1,0,0,1,0,0,0,0,1,0,0,\n3,3,2,2,3,0,1,0,1,0,0,0,0,0,0,0,1,1,0,3,0,0,0,0,0,0,0,0,1,0,2,2,\n1,1,1,1,1,2,1,1,2,2,1,2,2,1,0,1,1,1,1,1,0,1,0,0,1,0,0,0,1,1,0,0,\n3,1,0,1,0,2,2,2,2,3,2,1,1,1,2,3,0,0,1,0,2,1,1,0,1,1,1,1,2,1,1,1,\n1,2,2,1,2,1,2,2,1,1,0,1,2,1,2,2,1,1,1,0,0,1,1,1,2,1,0,1,0,0,0,0,\n2,1,0,1,0,3,1,2,2,2,2,1,2,2,1,1,1,0,2,1,2,2,1,1,2,1,1,0,2,1,1,1,\n1,2,2,2,2,2,2,2,1,2,0,1,1,0,2,1,1,1,1,1,0,0,1,1,1,1,0,1,0,0,0,0,\n2,1,1,1,1,2,2,2,2,1,2,2,2,1,2,2,1,1,2,1,2,3,2,2,1,1,1,1,0,1,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,2,2,3,2,0,1,2,0,1,2,1,1,0,1,0,1,2,1,2,0,0,0,1,1,0,0,0,1,0,0,2,\n1,1,0,0,1,1,0,1,1,1,1,0,2,0,1,1,1,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,\n2,0,0,0,0,1,2,2,2,2,2,2,2,1,2,1,1,1,1,1,1,1,0,1,1,1,1,1,2,1,1,1,\n1,2,2,2,2,1,1,2,1,2,1,1,1,0,2,1,2,1,1,1,0,2,1,1,1,1,0,1,0,0,0,0,\n3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,\n1,1,0,1,0,1,1,1,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,2,2,3,2,0,0,0,0,1,0,0,0,0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,1,0,1,2,\n1,1,1,1,1,1,0,0,2,2,2,2,2,0,1,1,0,1,1,1,1,1,0,0,1,0,0,0,1,1,0,1,\n2,3,1,2,1,0,1,1,0,2,2,2,0,0,1,0,0,1,1,1,1,0,0,0,0,0,0,0,1,0,1,2,\n1,1,1,1,2,1,1,1,1,1,1,1,1,0,1,1,0,1,0,1,0,1,0,0,1,0,0,0,0,1,0,0,\n2,2,2,2,2,0,0,2,0,0,2,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,2,0,2,2,\n1,1,1,1,1,0,0,1,2,1,1,0,1,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,\n1,2,2,2,2,0,0,2,0,1,1,0,0,0,1,0,0,2,0,2,0,0,0,0,0,0,0,0,0,0,1,1,\n0,0,0,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,\n1,2,2,3,2,0,0,1,0,0,1,0,0,0,0,0,0,1,0,2,0,0,0,1,0,0,0,0,0,0,0,2,\n1,1,0,0,1,0,0,0,1,1,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,\n2,1,2,2,2,1,2,1,2,2,1,1,2,1,1,1,0,1,1,1,1,2,0,1,0,1,1,1,1,0,1,1,\n1,1,2,1,1,1,1,1,1,0,0,1,2,1,1,1,1,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,\n1,0,0,1,3,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,2,2,2,1,0,0,1,0,2,0,0,0,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,2,0,0,1,\n0,2,0,1,0,0,1,1,2,0,1,0,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,\n1,2,2,2,2,0,1,1,0,2,1,0,1,1,1,0,0,1,0,2,0,1,0,0,0,0,0,0,0,0,0,1,\n0,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,\n2,2,2,2,2,0,0,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,\n0,1,0,1,1,1,0,0,1,1,1,0,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,\n2,0,1,0,0,1,2,1,1,1,1,1,1,2,2,1,0,0,1,0,1,0,0,0,0,1,1,1,1,0,0,0,\n1,1,2,1,1,1,1,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,2,1,2,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,1,\n0,0,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,\n0,1,1,0,1,1,1,0,0,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,\n1,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,0,0,1,0,2,0,0,2,0,1,0,0,1,0,0,1,\n1,1,0,0,1,1,0,1,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,\n1,1,1,1,1,1,1,2,0,0,0,0,0,0,2,1,0,1,1,0,0,1,1,1,0,1,0,0,0,0,0,0,\n2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,1,1,0,1,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,\n)\n\nLatin5BulgarianModel = {\n  'charToOrderMap': Latin5_BulgarianCharToOrderMap,\n  'precedenceMatrix': BulgarianLangModel,\n  'mTypicalPositiveRatio': 0.969392,\n  'keepEnglishLetter': False,\n  'charsetName': \"ISO-8859-5\"\n}\n\nWin1251BulgarianModel = {\n  'charToOrderMap': win1251BulgarianCharToOrderMap,\n  'precedenceMatrix': BulgarianLangModel,\n  'mTypicalPositiveRatio': 0.969392,\n  'keepEnglishLetter': False,\n  'charsetName': \"windows-1251\"\n}\n\n\n# flake8: noqa\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/langcyrillicmodel.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Communicator client code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\n# KOI8-R language model\n# Character Mapping Table:\nKOI8R_CharToOrderMap = (\n255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255,  # 00\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 10\n253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,  # 20\n252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253,  # 30\n253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154,  # 40\n155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253,  # 50\n253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69,  # 60\n 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253,  # 70\n191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,  # 80\n207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,  # 90\n223,224,225, 68,226,227,228,229,230,231,232,233,234,235,236,237,  # a0\n238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,  # b0\n 27,  3, 21, 28, 13,  2, 39, 19, 26,  4, 23, 11,  8, 12,  5,  1,  # c0\n 15, 16,  9,  7,  6, 14, 24, 10, 17, 18, 20, 25, 30, 29, 22, 54,  # d0\n 59, 37, 44, 58, 41, 48, 53, 46, 55, 42, 60, 36, 49, 38, 31, 34,  # e0\n 35, 43, 45, 32, 40, 52, 56, 33, 61, 62, 51, 57, 47, 63, 50, 70,  # f0\n)\n\nwin1251_CharToOrderMap = (\n255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255,  # 00\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 10\n253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,  # 20\n252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253,  # 30\n253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154,  # 40\n155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253,  # 50\n253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69,  # 60\n 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253,  # 70\n191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,\n207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,\n223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,\n239,240,241,242,243,244,245,246, 68,247,248,249,250,251,252,253,\n 37, 44, 33, 46, 41, 48, 56, 51, 42, 60, 36, 49, 38, 31, 34, 35,\n 45, 32, 40, 52, 53, 55, 58, 50, 57, 63, 70, 62, 61, 47, 59, 43,\n  3, 21, 10, 19, 13,  2, 24, 20,  4, 23, 11,  8, 12,  5,  1, 15,\n  9,  7,  6, 14, 39, 26, 28, 22, 25, 29, 54, 18, 17, 30, 27, 16,\n)\n\nlatin5_CharToOrderMap = (\n255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255,  # 00\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 10\n253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,  # 20\n252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253,  # 30\n253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154,  # 40\n155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253,  # 50\n253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69,  # 60\n 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253,  # 70\n191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,\n207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,\n223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,\n 37, 44, 33, 46, 41, 48, 56, 51, 42, 60, 36, 49, 38, 31, 34, 35,\n 45, 32, 40, 52, 53, 55, 58, 50, 57, 63, 70, 62, 61, 47, 59, 43,\n  3, 21, 10, 19, 13,  2, 24, 20,  4, 23, 11,  8, 12,  5,  1, 15,\n  9,  7,  6, 14, 39, 26, 28, 22, 25, 29, 54, 18, 17, 30, 27, 16,\n239, 68,240,241,242,243,244,245,246,247,248,249,250,251,252,255,\n)\n\nmacCyrillic_CharToOrderMap = (\n255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255,  # 00\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 10\n253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,  # 20\n252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253,  # 30\n253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154,  # 40\n155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253,  # 50\n253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69,  # 60\n 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253,  # 70\n 37, 44, 33, 46, 41, 48, 56, 51, 42, 60, 36, 49, 38, 31, 34, 35,\n 45, 32, 40, 52, 53, 55, 58, 50, 57, 63, 70, 62, 61, 47, 59, 43,\n191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,\n207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,\n223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,\n239,240,241,242,243,244,245,246,247,248,249,250,251,252, 68, 16,\n  3, 21, 10, 19, 13,  2, 24, 20,  4, 23, 11,  8, 12,  5,  1, 15,\n  9,  7,  6, 14, 39, 26, 28, 22, 25, 29, 54, 18, 17, 30, 27,255,\n)\n\nIBM855_CharToOrderMap = (\n255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255,  # 00\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 10\n253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,  # 20\n252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253,  # 30\n253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154,  # 40\n155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253,  # 50\n253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69,  # 60\n 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253,  # 70\n191,192,193,194, 68,195,196,197,198,199,200,201,202,203,204,205,\n206,207,208,209,210,211,212,213,214,215,216,217, 27, 59, 54, 70,\n  3, 37, 21, 44, 28, 58, 13, 41,  2, 48, 39, 53, 19, 46,218,219,\n220,221,222,223,224, 26, 55,  4, 42,225,226,227,228, 23, 60,229,\n230,231,232,233,234,235, 11, 36,236,237,238,239,240,241,242,243,\n  8, 49, 12, 38,  5, 31,  1, 34, 15,244,245,246,247, 35, 16,248,\n 43,  9, 45,  7, 32,  6, 40, 14, 52, 24, 56, 10, 33, 17, 61,249,\n250, 18, 62, 20, 51, 25, 57, 30, 47, 29, 63, 22, 50,251,252,255,\n)\n\nIBM866_CharToOrderMap = (\n255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255,  # 00\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 10\n253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,  # 20\n252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253,  # 30\n253,142,143,144,145,146,147,148,149,150,151,152, 74,153, 75,154,  # 40\n155,156,157,158,159,160,161,162,163,164,165,253,253,253,253,253,  # 50\n253, 71,172, 66,173, 65,174, 76,175, 64,176,177, 77, 72,178, 69,  # 60\n 67,179, 78, 73,180,181, 79,182,183,184,185,253,253,253,253,253,  # 70\n 37, 44, 33, 46, 41, 48, 56, 51, 42, 60, 36, 49, 38, 31, 34, 35,\n 45, 32, 40, 52, 53, 55, 58, 50, 57, 63, 70, 62, 61, 47, 59, 43,\n  3, 21, 10, 19, 13,  2, 24, 20,  4, 23, 11,  8, 12,  5,  1, 15,\n191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,\n207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,\n223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,\n  9,  7,  6, 14, 39, 26, 28, 22, 25, 29, 54, 18, 17, 30, 27, 16,\n239, 68,240,241,242,243,244,245,246,247,248,249,250,251,252,255,\n)\n\n# Model Table:\n# total sequences: 100%\n# first 512 sequences: 97.6601%\n# first 1024 sequences: 2.3389%\n# rest  sequences:      0.1237%\n# negative sequences:   0.0009%\nRussianLangModel = (\n0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,1,3,3,3,3,1,3,3,3,2,3,2,3,3,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,0,3,2,2,2,2,2,0,0,2,\n3,3,3,2,3,3,3,3,3,3,3,3,3,3,2,3,3,0,0,3,3,3,3,3,3,3,3,3,2,3,2,0,\n0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,2,2,3,3,3,3,3,3,3,3,3,2,3,3,0,0,3,3,3,3,3,3,3,3,2,3,3,1,0,\n0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,2,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,0,0,3,3,3,3,3,3,3,3,3,3,3,2,1,\n0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,0,0,3,3,3,3,3,3,3,3,3,3,3,2,1,\n0,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,3,3,2,2,2,3,1,3,3,1,3,3,3,3,2,2,3,0,2,2,2,3,3,2,1,0,\n0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,2,3,3,3,3,3,2,2,3,2,3,3,3,2,1,2,2,0,1,2,2,2,2,2,2,0,\n0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,3,0,2,2,3,3,2,1,2,0,\n0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,2,3,3,1,2,3,2,2,3,2,3,3,3,3,2,2,3,0,3,2,2,3,1,1,1,0,\n0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,2,3,3,3,3,2,2,2,0,3,3,3,2,2,2,2,0,\n0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,3,3,3,3,2,3,2,3,3,3,3,3,3,2,3,2,2,0,1,3,2,1,2,2,1,0,\n0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,3,3,3,3,3,2,1,1,3,0,1,1,1,1,2,1,1,0,2,2,2,1,2,0,1,0,\n0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,2,3,3,2,2,2,2,1,3,2,3,2,3,2,1,2,2,0,1,1,2,1,2,1,2,0,\n0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,3,3,3,3,3,3,2,2,3,2,3,3,3,2,2,2,2,0,2,2,2,2,3,1,1,0,\n0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,\n3,2,3,2,2,3,3,3,3,3,3,3,3,3,1,3,2,0,0,3,3,3,3,2,3,3,3,3,2,3,2,0,\n0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,3,3,3,3,3,2,2,3,3,0,2,1,0,3,2,3,2,3,0,0,1,2,0,0,1,0,1,2,1,1,0,\n0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,0,3,0,2,3,3,3,3,2,3,3,3,3,1,2,2,0,0,2,3,2,2,2,3,2,3,2,2,3,0,0,\n0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,2,3,0,2,3,2,3,0,1,2,3,3,2,0,2,3,0,0,2,3,2,2,0,1,3,1,3,2,2,1,0,\n0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,1,3,0,2,3,3,3,3,3,3,3,3,2,1,3,2,0,0,2,2,3,3,3,2,3,3,0,2,2,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,2,2,3,3,2,2,2,3,3,0,0,1,1,1,1,1,2,0,0,1,1,1,1,0,1,0,\n0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,2,2,3,3,3,3,3,3,3,0,3,2,3,3,2,3,2,0,2,1,0,1,1,0,1,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,2,3,3,3,2,2,2,2,3,1,3,2,3,1,1,2,1,0,2,2,2,2,1,3,1,0,\n0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,\n2,2,3,3,3,3,3,1,2,2,1,3,1,0,3,0,0,3,0,0,0,1,1,0,1,2,1,0,0,0,0,0,\n0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,2,2,1,1,3,3,3,2,2,1,2,2,3,1,1,2,0,0,2,2,1,3,0,0,2,1,1,2,1,1,0,\n0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,2,3,3,3,3,1,2,2,2,1,2,1,3,3,1,1,2,1,2,1,2,2,0,2,0,0,1,1,0,1,0,\n0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,3,3,3,3,3,2,1,3,2,2,3,2,0,3,2,0,3,0,1,0,1,1,0,0,1,1,1,1,0,1,0,\n0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,2,3,3,3,2,2,2,3,3,1,2,1,2,1,0,1,0,1,1,0,1,0,0,2,1,1,1,0,1,0,\n0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,\n3,1,1,2,1,2,3,3,2,2,1,2,2,3,0,2,1,0,0,2,2,3,2,1,2,2,2,2,2,3,1,0,\n0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,1,1,0,1,1,2,2,1,1,3,0,0,1,3,1,1,1,0,0,0,1,0,1,1,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,1,3,3,3,2,0,0,0,2,1,0,1,0,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,0,1,0,0,2,3,2,2,2,1,2,2,2,1,2,1,0,0,1,1,1,0,2,0,1,1,1,0,0,1,1,\n1,0,0,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,\n2,3,3,3,3,0,0,0,0,1,0,0,0,0,3,0,1,2,1,0,0,0,0,0,0,0,1,1,0,0,1,1,\n1,0,1,0,1,2,0,0,1,1,2,1,0,1,1,1,1,0,1,1,1,1,0,1,0,0,1,0,0,1,1,0,\n2,2,3,2,2,2,3,1,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,0,1,0,1,1,1,0,2,1,\n1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,0,1,1,1,0,1,1,0,\n3,3,3,2,2,2,2,3,2,2,1,1,2,2,2,2,1,1,3,1,2,1,2,0,0,1,1,0,1,0,2,1,\n1,1,1,1,1,2,1,0,1,1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,0,1,1,0,\n2,0,0,1,0,3,2,2,2,2,1,2,1,2,1,2,0,0,0,2,1,2,2,1,1,2,2,0,1,1,0,2,\n1,1,1,1,1,0,1,1,1,2,1,1,1,2,1,0,1,2,1,1,1,1,0,1,1,1,0,0,1,0,0,1,\n1,3,2,2,2,1,1,1,2,3,0,0,0,0,2,0,2,2,1,0,0,0,0,0,0,1,0,0,0,0,1,1,\n1,0,1,1,0,1,0,1,1,0,1,1,0,2,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,\n2,3,2,3,2,1,2,2,2,2,1,0,0,0,2,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,2,1,\n1,1,2,1,0,2,0,0,1,0,1,0,0,1,0,0,1,1,0,1,1,0,0,0,0,0,1,0,0,0,0,0,\n3,0,0,1,0,2,2,2,3,2,2,2,2,2,2,2,0,0,0,2,1,2,1,1,1,2,2,0,0,0,1,2,\n1,1,1,1,1,0,1,2,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0,1,1,1,1,1,1,0,0,1,\n2,3,2,3,3,2,0,1,1,1,0,0,1,0,2,0,1,1,3,1,0,0,0,0,0,0,0,1,0,0,2,1,\n1,1,1,1,1,1,1,0,1,0,1,1,1,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0,0,1,0,\n2,3,3,3,3,1,2,2,2,2,0,1,1,0,2,1,1,1,2,1,0,1,1,0,0,1,0,1,0,0,2,0,\n0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,3,3,3,2,0,0,1,1,2,2,1,0,0,2,0,1,1,3,0,0,1,0,0,0,0,0,1,0,1,2,1,\n1,1,2,0,1,1,1,0,1,0,1,1,0,1,0,1,1,1,1,0,1,0,0,0,0,0,0,1,0,1,1,0,\n1,3,2,3,2,1,0,0,2,2,2,0,1,0,2,0,1,1,1,0,1,0,0,0,3,0,1,1,0,0,2,1,\n1,1,1,0,1,1,0,0,0,0,1,1,0,1,0,0,2,1,1,0,1,0,0,0,1,0,1,0,0,1,1,0,\n3,1,2,1,1,2,2,2,2,2,2,1,2,2,1,1,0,0,0,2,2,2,0,0,0,1,2,1,0,1,0,1,\n2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,2,1,1,1,0,1,0,1,1,0,1,1,1,0,0,1,\n3,0,0,0,0,2,0,1,1,1,1,1,1,1,0,1,0,0,0,1,1,1,0,1,0,1,1,0,0,1,0,1,\n1,1,0,0,1,0,0,0,1,0,1,1,0,0,1,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,1,\n1,3,3,2,2,0,0,0,2,2,0,0,0,1,2,0,1,1,2,0,0,0,0,0,0,0,0,1,0,0,2,1,\n0,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,\n2,3,2,3,2,0,0,0,0,1,1,0,0,0,2,0,2,0,2,0,0,0,0,0,1,0,0,1,0,0,1,1,\n1,1,2,0,1,2,1,0,1,1,2,1,1,1,1,1,2,1,1,0,1,0,0,1,1,1,1,1,0,1,1,0,\n1,3,2,2,2,1,0,0,2,2,1,0,1,2,2,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,1,\n0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,\n1,0,0,1,0,2,3,1,2,2,2,2,2,2,1,1,0,0,0,1,0,1,0,2,1,1,1,0,0,0,0,1,\n1,1,0,1,1,0,1,1,1,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,\n2,0,2,0,0,1,0,3,2,1,2,1,2,2,0,1,0,0,0,2,1,0,0,2,1,1,1,1,0,2,0,2,\n2,1,1,1,1,1,1,1,1,1,1,1,1,2,1,0,1,1,1,1,0,0,0,1,1,1,1,0,1,0,0,1,\n1,2,2,2,2,1,0,0,1,0,0,0,0,0,2,0,1,1,1,1,0,0,0,0,1,0,1,2,0,0,2,0,\n1,0,1,1,1,2,1,0,1,0,1,1,0,0,1,0,1,1,1,0,1,0,0,0,1,0,0,1,0,1,1,0,\n2,1,2,2,2,0,3,0,1,1,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,\n0,0,0,1,1,1,0,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,\n1,2,2,3,2,2,0,0,1,1,2,0,1,2,1,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,\n0,1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,0,\n2,2,1,1,2,1,2,2,2,2,2,1,2,2,0,1,0,0,0,1,2,2,2,1,2,1,1,1,1,1,2,1,\n1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,1,1,1,0,0,0,0,1,1,1,0,1,1,0,0,1,\n1,2,2,2,2,0,1,0,2,2,0,0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,\n0,0,1,0,0,1,0,0,0,0,1,0,1,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,\n0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,2,2,2,2,0,0,0,2,2,2,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,\n0,1,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,2,2,2,2,0,0,0,0,1,0,0,1,1,2,0,0,0,0,1,0,1,0,0,1,0,0,2,0,0,0,1,\n0,0,1,0,0,1,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,\n1,2,2,2,1,1,2,0,2,1,1,1,1,0,2,2,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,\n0,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,\n1,0,2,1,2,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,\n0,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,\n1,0,0,0,0,2,0,1,2,1,0,1,1,1,0,1,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0,1,\n0,0,0,0,0,1,0,0,1,1,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,\n2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,\n1,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,\n2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,\n1,1,1,0,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,\n1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,\n1,1,0,1,1,0,1,0,1,0,0,0,0,1,1,0,1,1,0,0,0,0,0,1,0,1,1,0,1,0,0,0,\n0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,\n)\n\nKoi8rModel = {\n  'charToOrderMap': KOI8R_CharToOrderMap,\n  'precedenceMatrix': RussianLangModel,\n  'mTypicalPositiveRatio': 0.976601,\n  'keepEnglishLetter': False,\n  'charsetName': \"KOI8-R\"\n}\n\nWin1251CyrillicModel = {\n  'charToOrderMap': win1251_CharToOrderMap,\n  'precedenceMatrix': RussianLangModel,\n  'mTypicalPositiveRatio': 0.976601,\n  'keepEnglishLetter': False,\n  'charsetName': \"windows-1251\"\n}\n\nLatin5CyrillicModel = {\n  'charToOrderMap': latin5_CharToOrderMap,\n  'precedenceMatrix': RussianLangModel,\n  'mTypicalPositiveRatio': 0.976601,\n  'keepEnglishLetter': False,\n  'charsetName': \"ISO-8859-5\"\n}\n\nMacCyrillicModel = {\n  'charToOrderMap': macCyrillic_CharToOrderMap,\n  'precedenceMatrix': RussianLangModel,\n  'mTypicalPositiveRatio': 0.976601,\n  'keepEnglishLetter': False,\n  'charsetName': \"MacCyrillic\"\n};\n\nIbm866Model = {\n  'charToOrderMap': IBM866_CharToOrderMap,\n  'precedenceMatrix': RussianLangModel,\n  'mTypicalPositiveRatio': 0.976601,\n  'keepEnglishLetter': False,\n  'charsetName': \"IBM866\"\n}\n\nIbm855Model = {\n  'charToOrderMap': IBM855_CharToOrderMap,\n  'precedenceMatrix': RussianLangModel,\n  'mTypicalPositiveRatio': 0.976601,\n  'keepEnglishLetter': False,\n  'charsetName': \"IBM855\"\n}\n\n# flake8: noqa\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/langgreekmodel.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Communicator client code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\n# 255: Control characters that usually does not exist in any text\n# 254: Carriage/Return\n# 253: symbol (punctuation) that does not belong to word\n# 252: 0 - 9\n\n# Character Mapping Table:\nLatin7_CharToOrderMap = (\n255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255,  # 00\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 10\n253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,  # 20\n252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253,  # 30\n253, 82,100,104, 94, 98,101,116,102,111,187,117, 92, 88,113, 85,  # 40\n 79,118,105, 83, 67,114,119, 95, 99,109,188,253,253,253,253,253,  # 50\n253, 72, 70, 80, 81, 60, 96, 93, 89, 68,120, 97, 77, 86, 69, 55,  # 60\n 78,115, 65, 66, 58, 76,106,103, 87,107,112,253,253,253,253,253,  # 70\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 80\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 90\n253,233, 90,253,253,253,253,253,253,253,253,253,253, 74,253,253,  # a0\n253,253,253,253,247,248, 61, 36, 46, 71, 73,253, 54,253,108,123,  # b0\n110, 31, 51, 43, 41, 34, 91, 40, 52, 47, 44, 53, 38, 49, 59, 39,  # c0\n 35, 48,250, 37, 33, 45, 56, 50, 84, 57,120,121, 17, 18, 22, 15,  # d0\n124,  1, 29, 20, 21,  3, 32, 13, 25,  5, 11, 16, 10,  6, 30,  4,  # e0\n  9,  8, 14,  7,  2, 12, 28, 23, 42, 24, 64, 75, 19, 26, 27,253,  # f0\n)\n\nwin1253_CharToOrderMap = (\n255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255,  # 00\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 10\n253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,  # 20\n252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253,  # 30\n253, 82,100,104, 94, 98,101,116,102,111,187,117, 92, 88,113, 85,  # 40\n 79,118,105, 83, 67,114,119, 95, 99,109,188,253,253,253,253,253,  # 50\n253, 72, 70, 80, 81, 60, 96, 93, 89, 68,120, 97, 77, 86, 69, 55,  # 60\n 78,115, 65, 66, 58, 76,106,103, 87,107,112,253,253,253,253,253,  # 70\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 80\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 90\n253,233, 61,253,253,253,253,253,253,253,253,253,253, 74,253,253,  # a0\n253,253,253,253,247,253,253, 36, 46, 71, 73,253, 54,253,108,123,  # b0\n110, 31, 51, 43, 41, 34, 91, 40, 52, 47, 44, 53, 38, 49, 59, 39,  # c0\n 35, 48,250, 37, 33, 45, 56, 50, 84, 57,120,121, 17, 18, 22, 15,  # d0\n124,  1, 29, 20, 21,  3, 32, 13, 25,  5, 11, 16, 10,  6, 30,  4,  # e0\n  9,  8, 14,  7,  2, 12, 28, 23, 42, 24, 64, 75, 19, 26, 27,253,  # f0\n)\n\n# Model Table:\n# total sequences: 100%\n# first 512 sequences: 98.2851%\n# first 1024 sequences:1.7001%\n# rest  sequences:     0.0359%\n# negative sequences:  0.0148%\nGreekLangModel = (\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,3,2,2,3,3,3,3,3,3,3,3,1,3,3,3,0,2,2,3,3,0,3,0,3,2,0,3,3,3,0,\n3,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,3,3,3,3,0,3,3,0,3,2,3,3,0,3,2,3,3,3,0,0,3,0,3,0,3,3,2,0,0,0,\n2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,\n0,2,3,2,2,3,3,3,3,3,3,3,3,0,3,3,3,3,0,2,3,3,0,3,3,3,3,2,3,3,3,0,\n2,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,2,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,0,2,1,3,3,3,3,2,3,3,2,3,3,2,0,\n0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,3,3,3,0,3,3,3,3,3,3,0,3,3,0,3,3,3,3,3,3,3,3,3,3,0,3,2,3,3,0,\n2,0,1,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,\n0,3,3,3,3,3,2,3,0,0,0,0,3,3,0,3,1,3,3,3,0,3,3,0,3,3,3,3,0,0,0,0,\n2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,3,3,3,3,0,3,0,3,3,3,3,3,0,3,2,2,2,3,0,2,3,3,3,3,3,2,3,3,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,3,3,3,3,3,2,2,2,3,3,3,3,0,3,1,3,3,3,3,2,3,3,3,3,3,3,3,2,2,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,3,3,3,3,2,0,3,0,0,0,3,3,2,3,3,3,3,3,0,0,3,2,3,0,2,3,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,0,3,3,3,3,0,0,3,3,0,2,3,0,3,0,3,3,3,0,0,3,0,3,0,2,2,3,3,0,0,\n0,0,1,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,3,3,3,3,2,0,3,2,3,3,3,3,0,3,3,3,3,3,0,3,3,2,3,2,3,3,2,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,3,2,3,2,3,3,3,3,3,3,0,2,3,2,3,2,2,2,3,2,3,3,2,3,0,2,2,2,3,0,\n2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,3,0,0,0,3,3,3,2,3,3,0,0,3,0,3,0,0,0,3,2,0,3,0,3,0,0,2,0,2,0,\n0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,3,3,3,0,3,3,3,3,3,3,0,3,3,0,3,0,0,0,3,3,0,3,3,3,0,0,1,2,3,0,\n3,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,3,3,3,3,2,0,0,3,2,2,3,3,0,3,3,3,3,3,2,1,3,0,3,2,3,3,2,1,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,3,3,0,2,3,3,3,3,3,3,0,0,3,0,3,0,0,0,3,3,0,3,2,3,0,0,3,3,3,0,\n3,0,0,0,2,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,3,3,3,0,3,3,3,3,3,3,0,0,3,0,3,0,0,0,3,2,0,3,2,3,0,0,3,2,3,0,\n2,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,3,1,2,2,3,3,3,3,3,3,0,2,3,0,3,0,0,0,3,3,0,3,0,2,0,0,2,3,1,0,\n2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,0,3,3,3,3,0,3,0,3,3,2,3,0,3,3,3,3,3,3,0,3,3,3,0,2,3,0,0,3,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,0,3,3,3,0,0,3,0,0,0,3,3,0,3,0,2,3,3,0,0,3,0,3,0,3,3,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,3,0,0,0,3,3,3,3,3,3,0,0,3,0,2,0,0,0,3,3,0,3,0,3,0,0,2,0,2,0,\n0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,3,3,3,3,3,0,3,0,2,0,3,2,0,3,2,3,2,3,0,0,3,2,3,2,3,3,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,3,0,0,2,3,3,3,3,3,0,0,0,3,0,2,1,0,0,3,2,2,2,0,3,0,0,2,2,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,0,3,3,3,2,0,3,0,3,0,3,3,0,2,1,2,3,3,0,0,3,0,3,0,3,3,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,2,3,3,3,0,3,3,3,3,3,3,0,2,3,0,3,0,0,0,2,1,0,2,2,3,0,0,2,2,2,0,\n0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,3,0,0,2,3,3,3,2,3,0,0,1,3,0,2,0,0,0,0,3,0,1,0,2,0,0,1,1,1,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,3,3,3,3,1,0,3,0,0,0,3,2,0,3,2,3,3,3,0,0,3,0,3,2,2,2,1,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,0,3,3,3,0,0,3,0,0,0,0,2,0,2,3,3,2,2,2,2,3,0,2,0,2,2,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,3,3,3,2,0,0,0,0,0,0,2,3,0,2,0,2,3,2,0,0,3,0,3,0,3,1,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,3,2,3,3,2,2,3,0,2,0,3,0,0,0,2,0,0,0,0,1,2,0,2,0,2,0,\n0,2,0,2,0,2,2,0,0,1,0,2,2,2,0,2,2,2,0,2,2,2,0,0,2,0,0,1,0,0,0,0,\n0,2,0,3,3,2,0,0,0,0,0,0,1,3,0,2,0,2,2,2,0,0,2,0,3,0,0,2,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,0,2,3,2,0,2,2,0,2,0,2,2,0,2,0,2,2,2,0,0,0,0,0,0,2,3,0,0,0,2,\n0,1,2,0,0,0,0,2,2,0,0,0,2,1,0,2,2,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0,\n0,0,2,1,0,2,3,2,2,3,2,3,2,0,0,3,3,3,0,0,3,2,0,0,0,1,1,0,2,0,2,2,\n0,2,0,2,0,2,2,0,0,2,0,2,2,2,0,2,2,2,2,0,0,2,0,0,0,2,0,1,0,0,0,0,\n0,3,0,3,3,2,2,0,3,0,0,0,2,2,0,2,2,2,1,2,0,0,1,2,2,0,0,3,0,0,0,2,\n0,1,2,0,0,0,1,2,0,0,0,0,0,0,0,2,2,0,1,0,0,2,0,0,0,2,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,2,3,3,2,2,0,0,0,2,0,2,3,3,0,2,0,0,0,0,0,0,2,2,2,0,2,2,0,2,0,2,\n0,2,2,0,0,2,2,2,2,1,0,0,2,2,0,2,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,0,\n0,2,0,3,2,3,0,0,0,3,0,0,2,2,0,2,0,2,2,2,0,0,2,0,0,0,0,0,0,0,0,2,\n0,0,2,2,0,0,2,2,2,0,0,0,0,0,0,2,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,2,0,0,3,2,0,2,2,2,2,2,0,0,0,2,0,0,0,0,2,0,1,0,0,2,0,1,0,0,0,\n0,2,2,2,0,2,2,0,1,2,0,2,2,2,0,2,2,2,2,1,2,2,0,0,2,0,0,0,0,0,0,0,\n0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,\n0,2,0,2,0,2,2,0,0,0,0,1,2,1,0,0,2,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,3,2,3,0,0,2,0,0,0,2,2,0,2,0,0,0,1,0,0,2,0,2,0,2,2,0,0,0,0,\n0,0,2,0,0,0,0,2,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,\n0,2,2,3,2,2,0,0,0,0,0,0,1,3,0,2,0,2,2,0,0,0,1,0,2,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,2,0,2,0,3,2,0,2,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,\n0,0,2,0,0,0,0,1,1,0,0,2,1,2,0,2,2,0,1,0,0,1,0,0,0,2,0,0,0,0,0,0,\n0,3,0,2,2,2,0,0,2,0,0,0,2,0,0,0,2,3,0,2,0,0,0,0,0,0,2,2,0,0,0,2,\n0,1,2,0,0,0,1,2,2,1,0,0,0,2,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,2,1,2,0,2,2,0,2,0,0,2,0,0,0,0,1,2,1,0,2,1,0,0,0,0,0,0,0,0,0,0,\n0,0,2,0,0,0,3,1,2,2,0,2,0,0,0,0,2,0,0,0,2,0,0,3,0,0,0,0,2,2,2,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,2,1,0,2,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0,0,2,\n0,2,2,0,0,2,2,2,2,2,0,1,2,0,0,0,2,2,0,1,0,2,0,0,2,2,0,0,0,0,0,0,\n0,0,0,0,1,0,0,0,0,0,0,0,3,0,0,2,0,0,0,0,0,0,0,0,2,0,2,0,0,0,0,2,\n0,1,2,0,0,0,0,2,2,1,0,1,0,1,0,2,2,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0,\n0,2,0,1,2,0,0,0,0,0,0,0,0,0,0,2,0,0,2,2,0,0,0,0,1,0,0,0,0,0,0,2,\n0,2,2,0,0,0,0,2,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,2,0,0,0,\n0,2,2,2,2,0,0,0,3,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,0,1,\n0,0,2,0,0,0,0,1,2,0,0,0,0,0,0,2,2,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,\n0,2,0,2,2,2,0,0,2,0,0,0,0,0,0,0,2,2,2,0,0,0,2,0,0,0,0,0,0,0,0,2,\n0,0,1,0,0,0,0,2,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,\n0,3,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,2,\n0,0,2,0,0,0,0,2,2,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,2,0,2,2,1,0,0,0,0,0,0,2,0,0,2,0,2,2,2,0,0,0,0,0,0,2,0,0,0,0,2,\n0,0,2,0,0,2,0,2,2,0,0,0,0,2,0,2,0,0,0,0,0,2,0,0,0,2,0,0,0,0,0,0,\n0,0,3,0,0,0,2,2,0,2,2,0,0,0,0,0,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,2,0,0,0,0,0,\n0,2,2,2,2,2,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,\n0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,2,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,\n0,2,0,0,0,2,0,0,0,0,0,1,0,0,0,0,2,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,2,0,0,0,\n0,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,2,0,2,0,0,0,\n0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,2,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n)\n\nLatin7GreekModel = {\n  'charToOrderMap': Latin7_CharToOrderMap,\n  'precedenceMatrix': GreekLangModel,\n  'mTypicalPositiveRatio': 0.982851,\n  'keepEnglishLetter': False,\n  'charsetName': \"ISO-8859-7\"\n}\n\nWin1253GreekModel = {\n  'charToOrderMap': win1253_CharToOrderMap,\n  'precedenceMatrix': GreekLangModel,\n  'mTypicalPositiveRatio': 0.982851,\n  'keepEnglishLetter': False,\n  'charsetName': \"windows-1253\"\n}\n\n# flake8: noqa\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/langhebrewmodel.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Universal charset detector code.\n#\n# The Initial Developer of the Original Code is\n#          Simon Montagu\n# Portions created by the Initial Developer are Copyright (C) 2005\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#   Shy Shalom - original C code\n#   Shoshannah Forbes - original C code (?)\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\n# 255: Control characters that usually does not exist in any text\n# 254: Carriage/Return\n# 253: symbol (punctuation) that does not belong to word\n# 252: 0 - 9\n\n# Windows-1255 language model\n# Character Mapping Table:\nwin1255_CharToOrderMap = (\n255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255,  # 00\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 10\n253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,  # 20\n252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253,  # 30\n253, 69, 91, 79, 80, 92, 89, 97, 90, 68,111,112, 82, 73, 95, 85,  # 40\n 78,121, 86, 71, 67,102,107, 84,114,103,115,253,253,253,253,253,  # 50\n253, 50, 74, 60, 61, 42, 76, 70, 64, 53,105, 93, 56, 65, 54, 49,  # 60\n 66,110, 51, 43, 44, 63, 81, 77, 98, 75,108,253,253,253,253,253,  # 70\n124,202,203,204,205, 40, 58,206,207,208,209,210,211,212,213,214,\n215, 83, 52, 47, 46, 72, 32, 94,216,113,217,109,218,219,220,221,\n 34,116,222,118,100,223,224,117,119,104,125,225,226, 87, 99,227,\n106,122,123,228, 55,229,230,101,231,232,120,233, 48, 39, 57,234,\n 30, 59, 41, 88, 33, 37, 36, 31, 29, 35,235, 62, 28,236,126,237,\n238, 38, 45,239,240,241,242,243,127,244,245,246,247,248,249,250,\n  9,  8, 20, 16,  3,  2, 24, 14, 22,  1, 25, 15,  4, 11,  6, 23,\n 12, 19, 13, 26, 18, 27, 21, 17,  7, 10,  5,251,252,128, 96,253,\n)\n\n# Model Table:\n# total sequences: 100%\n# first 512 sequences: 98.4004%\n# first 1024 sequences: 1.5981%\n# rest  sequences:      0.087%\n# negative sequences:   0.0015%\nHebrewLangModel = (\n0,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,2,3,2,1,2,0,1,0,0,\n3,0,3,1,0,0,1,3,2,0,1,1,2,0,2,2,2,1,1,1,1,2,1,1,1,2,0,0,2,2,0,1,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,\n1,2,1,2,1,2,0,0,2,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,\n1,2,1,3,1,1,0,0,2,0,0,0,1,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,0,1,2,2,1,3,\n1,2,1,1,2,2,0,0,2,2,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,1,0,1,1,0,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,2,2,2,2,3,2,\n1,2,1,2,2,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,2,3,2,2,3,2,2,2,1,2,2,2,2,\n1,2,1,1,2,2,0,1,2,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,0,2,2,2,2,2,\n0,2,0,2,2,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,0,2,2,2,\n0,2,1,2,2,2,0,0,2,1,0,0,0,0,1,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,1,0,\n3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,2,1,2,3,2,2,2,\n1,2,1,2,2,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,\n3,3,3,3,3,3,3,3,3,2,3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,3,3,1,0,2,0,2,\n0,2,1,2,2,2,0,0,1,2,0,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,2,0,0,1,0,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,2,3,2,2,3,2,1,2,1,1,1,\n0,1,1,1,1,1,3,0,1,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,\n3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,0,0,0,\n0,0,1,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,\n0,2,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,\n3,3,3,3,3,3,3,3,3,2,3,3,3,2,1,2,3,3,2,3,3,3,3,2,3,2,1,2,0,2,1,2,\n0,2,0,2,2,2,0,0,1,2,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,\n3,3,3,3,3,3,3,3,3,2,3,3,3,1,2,2,3,3,2,3,2,3,2,2,3,1,2,2,0,2,2,2,\n0,2,1,2,2,2,0,0,1,2,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,\n3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,2,3,3,2,2,2,3,3,3,3,1,3,2,2,2,\n0,2,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,3,3,3,2,3,2,2,2,1,2,2,0,2,2,2,2,\n0,2,0,2,2,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,\n3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,1,3,2,3,3,2,3,3,2,2,1,2,2,2,2,2,2,\n0,2,1,2,1,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,\n3,3,3,3,3,3,2,3,2,3,3,2,3,3,3,3,2,3,2,3,3,3,3,3,2,2,2,2,2,2,2,1,\n0,2,0,1,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,\n3,3,3,3,3,3,3,3,3,2,1,2,3,3,3,3,3,3,3,2,3,2,3,2,1,2,3,0,2,1,2,2,\n0,2,1,1,2,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2,0,\n3,3,3,3,3,3,3,3,3,2,3,3,3,3,2,1,3,1,2,2,2,1,2,3,3,1,2,1,2,2,2,2,\n0,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,3,3,3,3,0,2,3,3,3,1,3,3,3,1,2,2,2,2,1,1,2,2,2,2,2,2,\n0,2,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,\n3,3,3,3,3,3,2,3,3,3,2,2,3,3,3,2,1,2,3,2,3,2,2,2,2,1,2,1,1,1,2,2,\n0,2,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,\n3,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,0,0,0,0,\n1,0,1,0,0,0,0,0,2,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,2,3,3,2,3,1,2,2,2,2,3,2,3,1,1,2,2,1,2,2,1,1,0,2,2,2,2,\n0,1,0,1,2,2,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,\n3,0,0,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,0,\n0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,0,1,0,1,0,1,1,0,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,\n0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,0,0,0,1,1,0,1,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,\n3,2,2,1,2,2,2,2,2,2,2,1,2,2,1,2,2,1,1,1,1,1,1,1,1,2,1,1,0,3,3,3,\n0,3,0,2,2,2,2,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,\n2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,2,1,2,2,2,1,1,1,2,0,1,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,2,0,2,2,0,0,0,0,0,0,\n0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,3,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,2,1,0,2,1,0,\n0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,\n0,3,1,1,2,2,2,2,2,1,2,2,2,1,1,2,2,2,2,2,2,2,1,2,2,1,0,1,1,1,1,0,\n0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,2,1,1,1,1,2,1,1,2,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,\n0,0,2,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,1,0,0,\n2,1,1,2,2,2,2,2,2,2,2,2,2,2,1,2,2,2,2,2,1,2,1,2,1,1,1,1,0,0,0,0,\n0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,2,1,2,2,2,2,2,2,2,2,2,2,1,2,1,2,1,1,2,1,1,1,2,1,2,1,2,0,1,0,1,\n0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,3,1,2,2,2,1,2,2,2,2,2,2,2,2,1,2,1,1,1,1,1,1,2,1,2,1,1,0,1,0,1,\n0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,1,2,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,\n0,2,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,\n3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,1,1,1,1,1,1,1,0,1,1,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,2,0,1,1,1,0,1,0,0,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0,\n0,1,1,1,2,1,2,2,2,0,2,0,2,0,1,1,2,1,1,1,1,2,1,0,1,1,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,0,1,0,0,0,0,0,1,0,1,2,2,0,1,0,0,1,1,2,2,1,2,0,2,0,0,0,1,2,0,1,\n2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,2,0,2,1,2,0,2,0,0,1,1,1,1,1,1,0,1,0,0,0,1,0,0,1,\n2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,1,0,0,0,0,0,1,0,2,1,1,0,1,0,0,1,1,1,2,2,0,0,1,0,0,0,1,0,0,1,\n1,1,2,1,0,1,1,1,0,1,0,1,1,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,2,2,1,\n0,2,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,1,0,0,1,0,1,1,1,1,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,1,1,1,1,1,1,1,1,2,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,1,1,1,0,1,1,0,1,0,0,0,1,1,0,1,\n2,0,1,0,1,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,1,0,1,1,1,0,1,0,0,1,1,2,1,1,2,0,1,0,0,0,1,1,0,1,\n1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,1,0,1,1,2,0,1,0,0,0,0,2,1,1,2,0,2,0,0,0,1,1,0,1,\n1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,1,0,2,1,1,0,1,0,0,2,2,1,2,1,1,0,1,0,0,0,1,1,0,1,\n2,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,1,2,2,0,0,0,0,0,1,1,0,1,0,0,1,0,0,0,0,1,0,1,\n1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,1,2,2,0,0,0,0,2,1,1,1,0,2,1,1,0,0,0,2,1,0,1,\n1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,1,0,1,1,2,0,1,0,0,1,1,0,2,1,1,0,1,0,0,0,1,1,0,1,\n2,2,1,1,1,0,1,1,0,1,1,0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,1,0,2,1,1,0,1,0,0,1,1,0,1,2,1,0,2,0,0,0,1,1,0,1,\n2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,\n0,1,0,0,2,0,2,1,1,0,1,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,1,0,1,1,2,0,1,0,0,1,1,1,0,1,0,0,1,0,0,0,1,0,0,1,\n1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,0,0,0,0,0,0,0,1,0,1,1,0,0,1,0,0,2,1,1,1,1,1,0,1,0,0,0,0,1,0,1,\n0,1,1,1,2,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,1,2,1,0,0,0,0,0,1,1,1,1,1,0,1,0,0,0,1,1,0,0,\n)\n\nWin1255HebrewModel = {\n  'charToOrderMap': win1255_CharToOrderMap,\n  'precedenceMatrix': HebrewLangModel,\n  'mTypicalPositiveRatio': 0.984004,\n  'keepEnglishLetter': False,\n  'charsetName': \"windows-1255\"\n}\n\n# flake8: noqa\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/langhungarianmodel.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Communicator client code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\n# 255: Control characters that usually does not exist in any text\n# 254: Carriage/Return\n# 253: symbol (punctuation) that does not belong to word\n# 252: 0 - 9\n\n# Character Mapping Table:\nLatin2_HungarianCharToOrderMap = (\n255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255,  # 00\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 10\n253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,  # 20\n252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253,  # 30\n253, 28, 40, 54, 45, 32, 50, 49, 38, 39, 53, 36, 41, 34, 35, 47,\n 46, 71, 43, 33, 37, 57, 48, 64, 68, 55, 52,253,253,253,253,253,\n253,  2, 18, 26, 17,  1, 27, 12, 20,  9, 22,  7,  6, 13,  4,  8,\n 23, 67, 10,  5,  3, 21, 19, 65, 62, 16, 11,253,253,253,253,253,\n159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,\n175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,\n191,192,193,194,195,196,197, 75,198,199,200,201,202,203,204,205,\n 79,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,\n221, 51, 81,222, 78,223,224,225,226, 44,227,228,229, 61,230,231,\n232,233,234, 58,235, 66, 59,236,237,238, 60, 69, 63,239,240,241,\n 82, 14, 74,242, 70, 80,243, 72,244, 15, 83, 77, 84, 30, 76, 85,\n245,246,247, 25, 73, 42, 24,248,249,250, 31, 56, 29,251,252,253,\n)\n\nwin1250HungarianCharToOrderMap = (\n255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255,  # 00\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 10\n253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,  # 20\n252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253,  # 30\n253, 28, 40, 54, 45, 32, 50, 49, 38, 39, 53, 36, 41, 34, 35, 47,\n 46, 72, 43, 33, 37, 57, 48, 64, 68, 55, 52,253,253,253,253,253,\n253,  2, 18, 26, 17,  1, 27, 12, 20,  9, 22,  7,  6, 13,  4,  8,\n 23, 67, 10,  5,  3, 21, 19, 65, 62, 16, 11,253,253,253,253,253,\n161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,\n177,178,179,180, 78,181, 69,182,183,184,185,186,187,188,189,190,\n191,192,193,194,195,196,197, 76,198,199,200,201,202,203,204,205,\n 81,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,\n221, 51, 83,222, 80,223,224,225,226, 44,227,228,229, 61,230,231,\n232,233,234, 58,235, 66, 59,236,237,238, 60, 70, 63,239,240,241,\n 84, 14, 75,242, 71, 82,243, 73,244, 15, 85, 79, 86, 30, 77, 87,\n245,246,247, 25, 74, 42, 24,248,249,250, 31, 56, 29,251,252,253,\n)\n\n# Model Table:\n# total sequences: 100%\n# first 512 sequences: 94.7368%\n# first 1024 sequences:5.2623%\n# rest  sequences:     0.8894%\n# negative sequences:  0.0009%\nHungarianLangModel = (\n0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,\n3,3,3,3,3,3,3,3,3,3,2,3,3,3,3,3,3,3,3,2,2,3,3,1,1,2,2,2,2,2,1,2,\n3,2,2,3,3,3,3,3,2,3,3,3,3,3,3,1,2,3,3,3,3,2,3,3,1,1,3,3,0,1,1,1,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,\n3,2,1,3,3,3,3,3,2,3,3,3,3,3,1,1,2,3,3,3,3,3,3,3,1,1,3,2,0,1,1,1,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,\n3,3,3,3,3,3,3,3,3,3,3,1,1,2,3,3,3,1,3,3,3,3,3,1,3,3,2,2,0,3,2,3,\n0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,\n3,3,3,3,3,3,2,3,3,3,2,3,3,2,3,3,3,3,3,2,3,3,2,2,3,2,3,2,0,3,2,2,\n0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,\n3,3,3,3,3,3,2,3,3,3,3,3,2,3,3,3,1,2,3,2,2,3,1,2,3,3,2,2,0,3,3,3,\n0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,\n3,3,3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,3,2,3,3,3,3,2,3,3,3,3,0,2,3,2,\n0,0,0,1,1,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,\n3,3,3,3,3,3,3,3,3,3,3,1,1,1,3,3,2,1,3,2,2,3,2,1,3,2,2,1,0,3,3,1,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,\n3,2,2,3,3,3,3,3,1,2,3,3,3,3,1,2,1,3,3,3,3,2,2,3,1,1,3,2,0,1,1,1,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,\n3,3,3,3,3,3,3,3,2,2,3,3,3,3,3,2,1,3,3,3,3,3,2,2,1,3,3,3,0,1,1,2,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,\n3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,3,3,3,2,3,3,2,3,3,3,2,0,3,2,3,\n0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,\n3,3,3,3,3,3,2,3,3,3,2,3,2,3,3,3,1,3,2,2,2,3,1,1,3,3,1,1,0,3,3,2,\n0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,\n3,3,3,3,3,3,3,2,3,3,3,2,3,2,3,3,3,2,3,3,3,3,3,1,2,3,2,2,0,2,2,2,\n0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,\n3,3,3,2,2,2,3,1,3,3,2,2,1,3,3,3,1,1,3,1,2,3,2,3,2,2,2,1,0,2,2,2,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,\n3,1,1,3,3,3,3,3,1,2,3,3,3,3,1,2,1,3,3,3,2,2,3,2,1,0,3,2,0,1,1,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,1,1,3,3,3,3,3,1,2,3,3,3,3,1,1,0,3,3,3,3,0,2,3,0,0,2,1,0,1,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,2,2,3,3,2,2,2,2,3,3,0,1,2,3,2,3,2,2,3,2,1,2,0,2,2,2,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,\n3,3,3,3,3,3,1,2,3,3,3,2,1,2,3,3,2,2,2,3,2,3,3,1,3,3,1,1,0,2,3,2,\n0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,\n3,3,3,1,2,2,2,2,3,3,3,1,1,1,3,3,1,1,3,1,1,3,2,1,2,3,1,1,0,2,2,2,\n0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,\n3,3,3,2,1,2,1,1,3,3,1,1,1,1,3,3,1,1,2,2,1,2,1,1,2,2,1,1,0,2,2,1,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,\n3,3,3,1,1,2,1,1,3,3,1,0,1,1,3,3,2,0,1,1,2,3,1,0,2,2,1,0,0,1,3,2,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,\n3,2,1,3,3,3,3,3,1,2,3,2,3,3,2,1,1,3,2,3,2,1,2,2,0,1,2,1,0,0,1,1,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,\n3,3,3,3,2,2,2,2,3,1,2,2,1,1,3,3,0,3,2,1,2,3,2,1,3,3,1,1,0,2,1,3,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,\n3,3,3,2,2,2,3,2,3,3,3,2,1,1,3,3,1,1,1,2,2,3,2,3,2,2,2,1,0,2,2,1,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,\n1,0,0,3,3,3,3,3,0,0,3,3,2,3,0,0,0,2,3,3,1,0,1,2,0,0,1,1,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,1,2,3,3,3,3,3,1,2,3,3,2,2,1,1,0,3,3,2,2,1,2,2,1,0,2,2,0,1,1,1,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,2,2,1,3,1,2,3,3,2,2,1,1,2,2,1,1,1,1,3,2,1,1,1,1,2,1,0,1,2,1,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,\n2,3,3,1,1,1,1,1,3,3,3,0,1,1,3,3,1,1,1,1,1,2,2,0,3,1,1,2,0,2,1,1,\n0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,\n3,1,0,1,2,1,2,2,0,1,2,3,1,2,0,0,0,2,1,1,1,1,1,2,0,0,1,1,0,0,0,0,\n1,2,1,2,2,2,1,2,1,2,0,2,0,2,2,1,1,2,1,1,2,1,1,1,0,1,0,0,0,1,1,0,\n1,1,1,2,3,2,3,3,0,1,2,2,3,1,0,1,0,2,1,2,2,0,1,1,0,0,1,1,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,0,0,3,3,2,2,1,0,0,3,2,3,2,0,0,0,1,1,3,0,0,1,1,0,0,2,1,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,1,1,2,2,3,3,1,0,1,3,2,3,1,1,1,0,1,1,1,1,1,3,1,0,0,2,2,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,1,1,1,2,2,2,1,0,1,2,3,3,2,0,0,0,2,1,1,1,2,1,1,1,0,1,1,1,0,0,0,\n1,2,2,2,2,2,1,1,1,2,0,2,1,1,1,1,1,2,1,1,1,1,1,1,0,1,1,1,0,0,1,1,\n3,2,2,1,0,0,1,1,2,2,0,3,0,1,2,1,1,0,0,1,1,1,0,1,1,1,1,0,2,1,1,1,\n2,2,1,1,1,2,1,2,1,1,1,1,1,1,1,2,1,1,1,2,3,1,1,1,1,1,1,1,1,1,0,1,\n2,3,3,0,1,0,0,0,3,3,1,0,0,1,2,2,1,0,0,0,0,2,0,0,1,1,1,0,2,1,1,1,\n2,1,1,1,1,1,1,2,1,1,0,1,1,0,1,1,1,0,1,2,1,1,0,1,1,1,1,1,1,1,0,1,\n2,3,3,0,1,0,0,0,2,2,0,0,0,0,1,2,2,0,0,0,0,1,0,0,1,1,0,0,2,0,1,0,\n2,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,2,0,1,1,1,1,1,0,1,\n3,2,2,0,1,0,1,0,2,3,2,0,0,1,2,2,1,0,0,1,1,1,0,0,2,1,0,1,2,2,1,1,\n2,1,1,1,1,1,1,2,1,1,1,1,1,1,0,2,1,0,1,1,0,1,1,1,0,1,1,2,1,1,0,1,\n2,2,2,0,0,1,0,0,2,2,1,1,0,0,2,1,1,0,0,0,1,2,0,0,2,1,0,0,2,1,1,1,\n2,1,1,1,1,2,1,2,1,1,1,2,2,1,1,2,1,1,1,2,1,1,1,1,1,1,1,1,1,1,0,1,\n1,2,3,0,0,0,1,0,3,2,1,0,0,1,2,1,1,0,0,0,0,2,1,0,1,1,0,0,2,1,2,1,\n1,1,0,0,0,1,0,1,1,1,1,1,2,0,0,1,0,0,0,2,0,0,1,1,1,1,1,1,1,1,0,1,\n3,0,0,2,1,2,2,1,0,0,2,1,2,2,0,0,0,2,1,1,1,0,1,1,0,0,1,1,2,0,0,0,\n1,2,1,2,2,1,1,2,1,2,0,1,1,1,1,1,1,1,1,1,2,1,1,0,0,1,1,1,1,0,0,1,\n1,3,2,0,0,0,1,0,2,2,2,0,0,0,2,2,1,0,0,0,0,3,1,1,1,1,0,0,2,1,1,1,\n2,1,0,1,1,1,0,1,1,1,1,1,1,1,0,2,1,0,0,1,0,1,1,0,1,1,1,1,1,1,0,1,\n2,3,2,0,0,0,1,0,2,2,0,0,0,0,2,1,1,0,0,0,0,2,1,0,1,1,0,0,2,1,1,0,\n2,1,1,1,1,2,1,2,1,2,0,1,1,1,0,2,1,1,1,2,1,1,1,1,0,1,1,1,1,1,0,1,\n3,1,1,2,2,2,3,2,1,1,2,2,1,1,0,1,0,2,2,1,1,1,1,1,0,0,1,1,0,1,1,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,2,2,0,0,0,0,0,2,2,0,0,0,0,2,2,1,0,0,0,1,1,0,0,1,2,0,0,2,1,1,1,\n2,2,1,1,1,2,1,2,1,1,0,1,1,1,1,2,1,1,1,2,1,1,1,1,0,1,2,1,1,1,0,1,\n1,0,0,1,2,3,2,1,0,0,2,0,1,1,0,0,0,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,\n1,2,1,2,1,2,1,1,1,2,0,2,1,1,1,0,1,2,0,0,1,1,1,0,0,0,0,0,0,0,0,0,\n2,3,2,0,0,0,0,0,1,1,2,1,0,0,1,1,1,0,0,0,0,2,0,0,1,1,0,0,2,1,1,1,\n2,1,1,1,1,1,1,2,1,0,1,1,1,1,0,2,1,1,1,1,1,1,0,1,0,1,1,1,1,1,0,1,\n1,2,2,0,1,1,1,0,2,2,2,0,0,0,3,2,1,0,0,0,1,1,0,0,1,1,0,1,1,1,0,0,\n1,1,0,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,1,2,1,1,1,0,0,1,1,1,0,1,0,1,\n2,1,0,2,1,1,2,2,1,1,2,1,1,1,0,0,0,1,1,0,1,1,1,1,0,0,1,1,1,0,0,0,\n1,2,2,2,2,2,1,1,1,2,0,2,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,1,0,\n1,2,3,0,0,0,1,0,2,2,0,0,0,0,2,2,0,0,0,0,0,1,0,0,1,0,0,0,2,0,1,0,\n2,1,1,1,1,1,0,2,0,0,0,1,2,1,1,1,1,0,1,2,0,1,0,1,0,1,1,1,0,1,0,1,\n2,2,2,0,0,0,1,0,2,1,2,0,0,0,1,1,2,0,0,0,0,1,0,0,1,1,0,0,2,1,0,1,\n2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,0,1,1,1,1,1,0,1,\n1,2,2,0,0,0,1,0,2,2,2,0,0,0,1,1,0,0,0,0,0,1,1,0,2,0,0,1,1,1,0,1,\n1,0,1,1,1,1,1,1,0,1,1,1,1,0,0,1,0,0,1,1,0,1,0,1,1,1,1,1,0,0,0,1,\n1,0,0,1,0,1,2,1,0,0,1,1,1,2,0,0,0,1,1,0,1,0,1,1,0,0,1,0,0,0,0,0,\n0,2,1,2,1,1,1,1,1,2,0,2,0,1,1,0,1,2,1,0,1,1,1,0,0,0,0,0,0,1,0,0,\n2,1,1,0,1,2,0,0,1,1,1,0,0,0,1,1,0,0,0,0,0,1,0,0,1,0,0,0,2,1,0,1,\n2,2,1,1,1,1,1,2,1,1,0,1,1,1,1,2,1,1,1,2,1,1,0,1,0,1,1,1,1,1,0,1,\n1,2,2,0,0,0,0,0,1,1,0,0,0,0,2,1,0,0,0,0,0,2,0,0,2,2,0,0,2,0,0,1,\n2,1,1,1,1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,1,1,1,1,0,0,1,1,1,1,0,0,1,\n1,1,2,0,0,3,1,0,2,1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0,1,0,0,1,0,1,0,\n1,2,1,0,1,1,1,2,1,1,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,1,0,0,0,1,0,0,\n2,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,2,0,0,0,\n2,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,2,1,1,0,0,1,1,1,1,1,0,1,\n2,1,1,1,2,1,1,1,0,1,1,2,1,0,0,0,0,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,1,0,1,1,1,1,1,0,0,1,1,2,1,0,0,0,1,1,0,0,0,1,1,0,0,1,0,1,0,0,0,\n1,2,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,1,0,0,\n2,0,0,0,1,1,1,1,0,0,1,1,0,0,0,0,0,1,1,1,2,0,0,1,0,0,1,0,1,0,0,0,\n0,1,1,1,1,1,1,1,1,2,0,1,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,\n1,0,0,1,1,1,1,1,0,0,2,1,0,1,0,0,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,\n0,1,1,1,1,1,1,0,1,1,0,1,0,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,\n1,0,0,1,1,1,0,0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,\n0,1,1,1,1,1,0,0,1,1,0,1,0,1,0,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,\n0,0,0,1,0,0,0,0,0,0,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,1,1,1,0,1,0,0,1,1,0,1,0,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,\n2,1,1,1,1,1,1,1,1,1,1,0,0,1,1,1,0,0,1,0,0,1,0,1,0,1,1,1,0,0,1,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,0,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,\n0,1,1,1,1,1,1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,\n)\n\nLatin2HungarianModel = {\n  'charToOrderMap': Latin2_HungarianCharToOrderMap,\n  'precedenceMatrix': HungarianLangModel,\n  'mTypicalPositiveRatio': 0.947368,\n  'keepEnglishLetter': True,\n  'charsetName': \"ISO-8859-2\"\n}\n\nWin1250HungarianModel = {\n  'charToOrderMap': win1250HungarianCharToOrderMap,\n  'precedenceMatrix': HungarianLangModel,\n  'mTypicalPositiveRatio': 0.947368,\n  'keepEnglishLetter': True,\n  'charsetName': \"windows-1250\"\n}\n\n# flake8: noqa\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/langthaimodel.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Communicator client code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\n# 255: Control characters that usually does not exist in any text\n# 254: Carriage/Return\n# 253: symbol (punctuation) that does not belong to word\n# 252: 0 - 9\n\n# The following result for thai was collected from a limited sample (1M).\n\n# Character Mapping Table:\nTIS620CharToOrderMap = (\n255,255,255,255,255,255,255,255,255,255,254,255,255,254,255,255,  # 00\n255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,  # 10\n253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,253,  # 20\n252,252,252,252,252,252,252,252,252,252,253,253,253,253,253,253,  # 30\n253,182,106,107,100,183,184,185,101, 94,186,187,108,109,110,111,  # 40\n188,189,190, 89, 95,112,113,191,192,193,194,253,253,253,253,253,  # 50\n253, 64, 72, 73,114, 74,115,116,102, 81,201,117, 90,103, 78, 82,  # 60\n 96,202, 91, 79, 84,104,105, 97, 98, 92,203,253,253,253,253,253,  # 70\n209,210,211,212,213, 88,214,215,216,217,218,219,220,118,221,222,\n223,224, 99, 85, 83,225,226,227,228,229,230,231,232,233,234,235,\n236,  5, 30,237, 24,238, 75,  8, 26, 52, 34, 51,119, 47, 58, 57,\n 49, 53, 55, 43, 20, 19, 44, 14, 48,  3, 17, 25, 39, 62, 31, 54,\n 45,  9, 16,  2, 61, 15,239, 12, 42, 46, 18, 21, 76,  4, 66, 63,\n 22, 10,  1, 36, 23, 13, 40, 27, 32, 35, 86,240,241,242,243,244,\n 11, 28, 41, 29, 33,245, 50, 37,  6,  7, 67, 77, 38, 93,246,247,\n 68, 56, 59, 65, 69, 60, 70, 80, 71, 87,248,249,250,251,252,253,\n)\n\n# Model Table:\n# total sequences: 100%\n# first 512 sequences: 92.6386%\n# first 1024 sequences:7.3177%\n# rest  sequences:     1.0230%\n# negative sequences:  0.0436%\nThaiLangModel = (\n0,1,3,3,3,3,0,0,3,3,0,3,3,0,3,3,3,3,3,3,3,3,0,0,3,3,3,0,3,3,3,3,\n0,3,3,0,0,0,1,3,0,3,3,2,3,3,0,1,2,3,3,3,3,0,2,0,2,0,0,3,2,1,2,2,\n3,0,3,3,2,3,0,0,3,3,0,3,3,0,3,3,3,3,3,3,3,3,3,0,3,2,3,0,2,2,2,3,\n0,2,3,0,0,0,0,1,0,1,2,3,1,1,3,2,2,0,1,1,0,0,1,0,0,0,0,0,0,0,1,1,\n3,3,3,2,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,2,2,2,3,3,2,3,2,3,3,2,2,2,\n3,1,2,3,0,3,3,2,2,1,2,3,3,1,2,0,1,3,0,1,0,0,1,0,0,0,0,0,0,0,1,1,\n3,3,2,2,3,3,3,3,1,2,3,3,3,3,3,2,2,2,2,3,3,2,2,3,3,2,2,3,2,3,2,2,\n3,3,1,2,3,1,2,2,3,3,1,0,2,1,0,0,3,1,2,1,0,0,1,0,0,0,0,0,0,1,0,1,\n3,3,3,3,3,3,2,2,3,3,3,3,2,3,2,2,3,3,2,2,3,2,2,2,2,1,1,3,1,2,1,1,\n3,2,1,0,2,1,0,1,0,1,1,0,1,1,0,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,\n3,3,3,2,3,2,3,3,2,2,3,2,3,3,2,3,1,1,2,3,2,2,2,3,2,2,2,2,2,1,2,1,\n2,2,1,1,3,3,2,1,0,1,2,2,0,1,3,0,0,0,1,1,0,0,0,0,0,2,3,0,0,2,1,1,\n3,3,2,3,3,2,0,0,3,3,0,3,3,0,2,2,3,1,2,2,1,1,1,0,2,2,2,0,2,2,1,1,\n0,2,1,0,2,0,0,2,0,1,0,0,1,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,\n3,3,2,3,3,2,0,0,3,3,0,2,3,0,2,1,2,2,2,2,1,2,0,0,2,2,2,0,2,2,1,1,\n0,2,1,0,2,0,0,2,0,1,1,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,\n3,3,2,3,2,3,2,0,2,2,1,3,2,1,3,2,1,2,3,2,2,3,0,2,3,2,2,1,2,2,2,2,\n1,2,2,0,0,0,0,2,0,1,2,0,1,1,1,0,1,0,3,1,1,0,0,0,0,0,0,0,0,0,1,0,\n3,3,2,3,3,2,3,2,2,2,3,2,2,3,2,2,1,2,3,2,2,3,1,3,2,2,2,3,2,2,2,3,\n3,2,1,3,0,1,1,1,0,2,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,2,0,0,\n1,0,0,3,0,3,3,3,3,3,0,0,3,0,2,2,3,3,3,3,3,0,0,0,1,1,3,0,0,0,0,2,\n0,0,1,0,0,0,0,0,0,0,2,3,0,0,0,3,0,2,0,0,0,0,0,3,0,0,0,0,0,0,0,0,\n2,0,3,3,3,3,0,0,2,3,0,0,3,0,3,3,2,3,3,3,3,3,0,0,3,3,3,0,0,0,3,3,\n0,0,3,0,0,0,0,2,0,0,2,1,1,3,0,0,1,0,0,2,3,0,1,0,0,0,0,0,0,0,1,0,\n3,3,3,3,2,3,3,3,3,3,3,3,1,2,1,3,3,2,2,1,2,2,2,3,1,1,2,0,2,1,2,1,\n2,2,1,0,0,0,1,1,0,1,0,1,1,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,\n3,0,2,1,2,3,3,3,0,2,0,2,2,0,2,1,3,2,2,1,2,1,0,0,2,2,1,0,2,1,2,2,\n0,1,1,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,2,1,3,3,1,1,3,0,2,3,1,1,3,2,1,1,2,0,2,2,3,2,1,1,1,1,1,2,\n3,0,0,1,3,1,2,1,2,0,3,0,0,0,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,\n3,3,1,1,3,2,3,3,3,1,3,2,1,3,2,1,3,2,2,2,2,1,3,3,1,2,1,3,1,2,3,0,\n2,1,1,3,2,2,2,1,2,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,\n3,3,2,3,2,3,3,2,3,2,3,2,3,3,2,1,0,3,2,2,2,1,2,2,2,1,2,2,1,2,1,1,\n2,2,2,3,0,1,3,1,1,1,1,0,1,1,0,2,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,2,3,2,2,1,1,3,2,3,2,3,2,0,3,2,2,1,2,0,2,2,2,1,2,2,2,2,1,\n3,2,1,2,2,1,0,2,0,1,0,0,1,1,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,1,\n3,3,3,3,3,2,3,1,2,3,3,2,2,3,0,1,1,2,0,3,3,2,2,3,0,1,1,3,0,0,0,0,\n3,1,0,3,3,0,2,0,2,1,0,0,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,2,3,2,3,3,0,1,3,1,1,2,1,2,1,1,3,1,1,0,2,3,1,1,1,1,1,1,1,1,\n3,1,1,2,2,2,2,1,1,1,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,\n3,2,2,1,1,2,1,3,3,2,3,2,2,3,2,2,3,1,2,2,1,2,0,3,2,1,2,2,2,2,2,1,\n3,2,1,2,2,2,1,1,1,1,0,0,1,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,3,3,3,3,1,3,3,0,2,1,0,3,2,0,0,3,1,0,1,1,0,1,0,0,0,0,0,1,\n1,0,0,1,0,3,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,0,2,2,2,3,0,0,1,3,0,3,2,0,3,2,2,3,3,3,3,3,1,0,2,2,2,0,2,2,1,2,\n0,2,3,0,0,0,0,1,0,1,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,\n3,0,2,3,1,3,3,2,3,3,0,3,3,0,3,2,2,3,2,3,3,3,0,0,2,2,3,0,1,1,1,3,\n0,0,3,0,0,0,2,2,0,1,3,0,1,2,2,2,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,\n3,2,3,3,2,0,3,3,2,2,3,1,3,2,1,3,2,0,1,2,2,0,2,3,2,1,0,3,0,0,0,0,\n3,0,0,2,3,1,3,0,0,3,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,1,3,2,2,2,1,2,0,1,3,1,1,3,1,3,0,0,2,1,1,1,1,2,1,1,1,0,2,1,0,1,\n1,2,0,0,0,3,1,1,0,0,0,0,1,0,1,0,0,1,0,1,0,0,0,0,0,3,1,0,0,0,1,0,\n3,3,3,3,2,2,2,2,2,1,3,1,1,1,2,0,1,1,2,1,2,1,3,2,0,0,3,1,1,1,1,1,\n3,1,0,2,3,0,0,0,3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,2,3,0,3,3,0,2,0,0,0,0,0,0,0,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,\n0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,2,3,1,3,0,0,1,2,0,0,2,0,3,3,2,3,3,3,2,3,0,0,2,2,2,0,0,0,2,2,\n0,0,1,0,0,0,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,\n0,0,0,3,0,2,0,0,0,0,0,0,0,0,0,0,1,2,3,1,3,3,0,0,1,0,3,0,0,0,0,0,\n0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,1,2,3,1,2,3,1,0,3,0,2,2,1,0,2,1,1,2,0,1,0,0,1,1,1,1,0,1,0,0,\n1,0,0,0,0,1,1,0,3,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,3,3,2,1,0,1,1,1,3,1,2,2,2,2,2,2,1,1,1,1,0,3,1,0,1,3,1,1,1,1,\n1,1,0,2,0,1,3,1,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1,\n3,0,2,2,1,3,3,2,3,3,0,1,1,0,2,2,1,2,1,3,3,1,0,0,3,2,0,0,0,0,2,1,\n0,1,0,0,0,0,1,2,0,1,1,3,1,1,2,2,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,\n0,0,3,0,0,1,0,0,0,3,0,0,3,0,3,1,0,1,1,1,3,2,0,0,0,3,0,0,0,0,2,0,\n0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0,\n3,3,1,3,2,1,3,3,1,2,2,0,1,2,1,0,1,2,0,0,0,0,0,3,0,0,0,3,0,0,0,0,\n3,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,0,1,2,0,3,3,3,2,2,0,1,1,0,1,3,0,0,0,2,2,0,0,0,0,3,1,0,1,0,0,0,\n0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,0,2,3,1,2,0,0,2,1,0,3,1,0,1,2,0,1,1,1,1,3,0,0,3,1,1,0,2,2,1,1,\n0,2,0,0,0,0,0,1,0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,0,0,3,1,2,0,0,2,2,0,1,2,0,1,0,1,3,1,2,1,0,0,0,2,0,3,0,0,0,1,0,\n0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,0,1,1,2,2,0,0,0,2,0,2,1,0,1,1,0,1,1,1,2,1,0,0,1,1,1,0,2,1,1,1,\n0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,\n0,0,0,2,0,1,3,1,1,1,1,0,0,0,0,3,2,0,1,0,0,0,1,2,0,0,0,1,0,0,0,0,\n0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,3,3,3,3,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,0,2,3,2,2,0,0,0,1,0,0,0,0,2,3,2,1,2,2,3,0,0,0,2,3,1,0,0,0,1,1,\n0,0,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,\n3,3,2,2,0,1,0,0,0,0,2,0,2,0,1,0,0,0,1,1,0,0,0,2,1,0,1,0,1,1,0,0,\n0,1,0,2,0,0,1,0,3,0,1,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,1,0,0,1,0,0,0,0,0,1,1,2,0,0,0,0,1,0,0,1,3,1,0,0,0,0,1,1,0,0,\n0,1,0,0,0,0,3,0,0,0,0,0,0,3,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,\n3,3,1,1,1,1,2,3,0,0,2,1,1,1,1,1,0,2,1,1,0,0,0,2,1,0,1,2,1,1,0,1,\n2,1,0,3,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,3,1,0,0,0,0,0,0,0,3,0,0,0,3,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,1,\n0,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,3,2,0,0,0,0,0,0,1,2,1,0,1,1,0,2,0,0,1,0,0,2,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,2,0,0,0,1,3,0,1,0,0,0,2,0,0,0,0,0,0,0,1,2,0,0,0,0,0,\n3,3,0,0,1,1,2,0,0,1,2,1,0,1,1,1,0,1,1,0,0,2,1,1,0,1,0,0,1,1,1,0,\n0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,2,2,1,0,0,0,0,1,0,0,0,0,3,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,\n2,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,3,0,0,1,1,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n1,1,0,1,2,0,1,2,0,0,1,1,0,2,0,1,0,0,1,0,0,0,0,1,0,0,0,2,0,0,0,0,\n1,0,0,1,0,1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,1,0,0,0,0,0,0,0,1,1,0,1,1,0,2,1,3,0,0,0,0,1,1,0,0,0,0,0,0,0,3,\n1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,0,1,0,1,0,0,2,0,0,2,0,0,1,1,2,0,0,1,1,0,0,0,1,0,0,0,1,1,0,0,0,\n1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,\n1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,1,0,0,0,\n2,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,0,0,0,0,2,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,3,0,0,0,\n2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,\n1,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,1,1,0,0,2,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,\n)\n\nTIS620ThaiModel = {\n  'charToOrderMap': TIS620CharToOrderMap,\n  'precedenceMatrix': ThaiLangModel,\n  'mTypicalPositiveRatio': 0.926386,\n  'keepEnglishLetter': False,\n  'charsetName': \"TIS-620\"\n}\n\n# flake8: noqa\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/latin1prober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Universal charset detector code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 2001\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#   Shy Shalom - original C code\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom .charsetprober import CharSetProber\nfrom .constants import eNotMe\nfrom .compat import wrap_ord\n\nFREQ_CAT_NUM = 4\n\nUDF = 0  # undefined\nOTH = 1  # other\nASC = 2  # ascii capital letter\nASS = 3  # ascii small letter\nACV = 4  # accent capital vowel\nACO = 5  # accent capital other\nASV = 6  # accent small vowel\nASO = 7  # accent small other\nCLASS_NUM = 8  # total classes\n\nLatin1_CharToClass = (\n    OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH,   # 00 - 07\n    OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH,   # 08 - 0F\n    OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH,   # 10 - 17\n    OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH,   # 18 - 1F\n    OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH,   # 20 - 27\n    OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH,   # 28 - 2F\n    OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH,   # 30 - 37\n    OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH,   # 38 - 3F\n    OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC,   # 40 - 47\n    ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC,   # 48 - 4F\n    ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC,   # 50 - 57\n    ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH,   # 58 - 5F\n    OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS,   # 60 - 67\n    ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS,   # 68 - 6F\n    ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS,   # 70 - 77\n    ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH,   # 78 - 7F\n    OTH, UDF, OTH, ASO, OTH, OTH, OTH, OTH,   # 80 - 87\n    OTH, OTH, ACO, OTH, ACO, UDF, ACO, UDF,   # 88 - 8F\n    UDF, OTH, OTH, OTH, OTH, OTH, OTH, OTH,   # 90 - 97\n    OTH, OTH, ASO, OTH, ASO, UDF, ASO, ACO,   # 98 - 9F\n    OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH,   # A0 - A7\n    OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH,   # A8 - AF\n    OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH,   # B0 - B7\n    OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH,   # B8 - BF\n    ACV, ACV, ACV, ACV, ACV, ACV, ACO, ACO,   # C0 - C7\n    ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV,   # C8 - CF\n    ACO, ACO, ACV, ACV, ACV, ACV, ACV, OTH,   # D0 - D7\n    ACV, ACV, ACV, ACV, ACV, ACO, ACO, ACO,   # D8 - DF\n    ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASO,   # E0 - E7\n    ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV,   # E8 - EF\n    ASO, ASO, ASV, ASV, ASV, ASV, ASV, OTH,   # F0 - F7\n    ASV, ASV, ASV, ASV, ASV, ASO, ASO, ASO,   # F8 - FF\n)\n\n# 0 : illegal\n# 1 : very unlikely\n# 2 : normal\n# 3 : very likely\nLatin1ClassModel = (\n    # UDF OTH ASC ASS ACV ACO ASV ASO\n    0,  0,  0,  0,  0,  0,  0,  0,  # UDF\n    0,  3,  3,  3,  3,  3,  3,  3,  # OTH\n    0,  3,  3,  3,  3,  3,  3,  3,  # ASC\n    0,  3,  3,  3,  1,  1,  3,  3,  # ASS\n    0,  3,  3,  3,  1,  2,  1,  2,  # ACV\n    0,  3,  3,  3,  3,  3,  3,  3,  # ACO\n    0,  3,  1,  3,  1,  1,  1,  3,  # ASV\n    0,  3,  1,  3,  1,  1,  3,  3,  # ASO\n)\n\n\nclass Latin1Prober(CharSetProber):\n    def __init__(self):\n        CharSetProber.__init__(self)\n        self.reset()\n\n    def reset(self):\n        self._mLastCharClass = OTH\n        self._mFreqCounter = [0] * FREQ_CAT_NUM\n        CharSetProber.reset(self)\n\n    def get_charset_name(self):\n        return \"windows-1252\"\n\n    def feed(self, aBuf):\n        aBuf = self.filter_with_english_letters(aBuf)\n        for c in aBuf:\n            charClass = Latin1_CharToClass[wrap_ord(c)]\n            freq = Latin1ClassModel[(self._mLastCharClass * CLASS_NUM)\n                                    + charClass]\n            if freq == 0:\n                self._mState = eNotMe\n                break\n            self._mFreqCounter[freq] += 1\n            self._mLastCharClass = charClass\n\n        return self.get_state()\n\n    def get_confidence(self):\n        if self.get_state() == eNotMe:\n            return 0.01\n\n        total = sum(self._mFreqCounter)\n        if total < 0.01:\n            confidence = 0.0\n        else:\n            confidence = ((self._mFreqCounter[3] / total)\n                          - (self._mFreqCounter[1] * 20.0 / total))\n        if confidence < 0.0:\n            confidence = 0.0\n        # lower the confidence of latin1 so that other more accurate\n        # detector can take priority.\n        confidence = confidence * 0.5\n        return confidence\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/mbcharsetprober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Universal charset detector code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 2001\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#   Shy Shalom - original C code\n#   Proofpoint, Inc.\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nimport sys\nfrom . import constants\nfrom .charsetprober import CharSetProber\n\n\nclass MultiByteCharSetProber(CharSetProber):\n    def __init__(self):\n        CharSetProber.__init__(self)\n        self._mDistributionAnalyzer = None\n        self._mCodingSM = None\n        self._mLastChar = [0, 0]\n\n    def reset(self):\n        CharSetProber.reset(self)\n        if self._mCodingSM:\n            self._mCodingSM.reset()\n        if self._mDistributionAnalyzer:\n            self._mDistributionAnalyzer.reset()\n        self._mLastChar = [0, 0]\n\n    def get_charset_name(self):\n        pass\n\n    def feed(self, aBuf):\n        aLen = len(aBuf)\n        for i in range(0, aLen):\n            codingState = self._mCodingSM.next_state(aBuf[i])\n            if codingState == constants.eError:\n                if constants._debug:\n                    sys.stderr.write(self.get_charset_name()\n                                     + ' prober hit error at byte ' + str(i)\n                                     + '\\n')\n                self._mState = constants.eNotMe\n                break\n            elif codingState == constants.eItsMe:\n                self._mState = constants.eFoundIt\n                break\n            elif codingState == constants.eStart:\n                charLen = self._mCodingSM.get_current_charlen()\n                if i == 0:\n                    self._mLastChar[1] = aBuf[0]\n                    self._mDistributionAnalyzer.feed(self._mLastChar, charLen)\n                else:\n                    self._mDistributionAnalyzer.feed(aBuf[i - 1:i + 1],\n                                                     charLen)\n\n        self._mLastChar[0] = aBuf[aLen - 1]\n\n        if self.get_state() == constants.eDetecting:\n            if (self._mDistributionAnalyzer.got_enough_data() and\n                    (self.get_confidence() > constants.SHORTCUT_THRESHOLD)):\n                self._mState = constants.eFoundIt\n\n        return self.get_state()\n\n    def get_confidence(self):\n        return self._mDistributionAnalyzer.get_confidence()\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/mbcsgroupprober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Universal charset detector code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 2001\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#   Shy Shalom - original C code\n#   Proofpoint, Inc.\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom .charsetgroupprober import CharSetGroupProber\nfrom .utf8prober import UTF8Prober\nfrom .sjisprober import SJISProber\nfrom .eucjpprober import EUCJPProber\nfrom .gb2312prober import GB2312Prober\nfrom .euckrprober import EUCKRProber\nfrom .cp949prober import CP949Prober\nfrom .big5prober import Big5Prober\nfrom .euctwprober import EUCTWProber\n\n\nclass MBCSGroupProber(CharSetGroupProber):\n    def __init__(self):\n        CharSetGroupProber.__init__(self)\n        self._mProbers = [\n            UTF8Prober(),\n            SJISProber(),\n            EUCJPProber(),\n            GB2312Prober(),\n            EUCKRProber(),\n            CP949Prober(),\n            Big5Prober(),\n            EUCTWProber()\n        ]\n        self.reset()\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/mbcssm.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is mozilla.org code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom .constants import eStart, eError, eItsMe\n\n# BIG5\n\nBIG5_cls = (\n    1,1,1,1,1,1,1,1,  # 00 - 07    #allow 0x00 as legal value\n    1,1,1,1,1,1,0,0,  # 08 - 0f\n    1,1,1,1,1,1,1,1,  # 10 - 17\n    1,1,1,0,1,1,1,1,  # 18 - 1f\n    1,1,1,1,1,1,1,1,  # 20 - 27\n    1,1,1,1,1,1,1,1,  # 28 - 2f\n    1,1,1,1,1,1,1,1,  # 30 - 37\n    1,1,1,1,1,1,1,1,  # 38 - 3f\n    2,2,2,2,2,2,2,2,  # 40 - 47\n    2,2,2,2,2,2,2,2,  # 48 - 4f\n    2,2,2,2,2,2,2,2,  # 50 - 57\n    2,2,2,2,2,2,2,2,  # 58 - 5f\n    2,2,2,2,2,2,2,2,  # 60 - 67\n    2,2,2,2,2,2,2,2,  # 68 - 6f\n    2,2,2,2,2,2,2,2,  # 70 - 77\n    2,2,2,2,2,2,2,1,  # 78 - 7f\n    4,4,4,4,4,4,4,4,  # 80 - 87\n    4,4,4,4,4,4,4,4,  # 88 - 8f\n    4,4,4,4,4,4,4,4,  # 90 - 97\n    4,4,4,4,4,4,4,4,  # 98 - 9f\n    4,3,3,3,3,3,3,3,  # a0 - a7\n    3,3,3,3,3,3,3,3,  # a8 - af\n    3,3,3,3,3,3,3,3,  # b0 - b7\n    3,3,3,3,3,3,3,3,  # b8 - bf\n    3,3,3,3,3,3,3,3,  # c0 - c7\n    3,3,3,3,3,3,3,3,  # c8 - cf\n    3,3,3,3,3,3,3,3,  # d0 - d7\n    3,3,3,3,3,3,3,3,  # d8 - df\n    3,3,3,3,3,3,3,3,  # e0 - e7\n    3,3,3,3,3,3,3,3,  # e8 - ef\n    3,3,3,3,3,3,3,3,  # f0 - f7\n    3,3,3,3,3,3,3,0  # f8 - ff\n)\n\nBIG5_st = (\n    eError,eStart,eStart,     3,eError,eError,eError,eError,#00-07\n    eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eError,#08-0f\n    eError,eStart,eStart,eStart,eStart,eStart,eStart,eStart#10-17\n)\n\nBig5CharLenTable = (0, 1, 1, 2, 0)\n\nBig5SMModel = {'classTable': BIG5_cls,\n               'classFactor': 5,\n               'stateTable': BIG5_st,\n               'charLenTable': Big5CharLenTable,\n               'name': 'Big5'}\n\n# CP949\n\nCP949_cls  = (\n    1,1,1,1,1,1,1,1, 1,1,1,1,1,1,0,0,  # 00 - 0f\n    1,1,1,1,1,1,1,1, 1,1,1,0,1,1,1,1,  # 10 - 1f\n    1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,  # 20 - 2f\n    1,1,1,1,1,1,1,1, 1,1,1,1,1,1,1,1,  # 30 - 3f\n    1,4,4,4,4,4,4,4, 4,4,4,4,4,4,4,4,  # 40 - 4f\n    4,4,5,5,5,5,5,5, 5,5,5,1,1,1,1,1,  # 50 - 5f\n    1,5,5,5,5,5,5,5, 5,5,5,5,5,5,5,5,  # 60 - 6f\n    5,5,5,5,5,5,5,5, 5,5,5,1,1,1,1,1,  # 70 - 7f\n    0,6,6,6,6,6,6,6, 6,6,6,6,6,6,6,6,  # 80 - 8f\n    6,6,6,6,6,6,6,6, 6,6,6,6,6,6,6,6,  # 90 - 9f\n    6,7,7,7,7,7,7,7, 7,7,7,7,7,8,8,8,  # a0 - af\n    7,7,7,7,7,7,7,7, 7,7,7,7,7,7,7,7,  # b0 - bf\n    7,7,7,7,7,7,9,2, 2,3,2,2,2,2,2,2,  # c0 - cf\n    2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2,  # d0 - df\n    2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,2,  # e0 - ef\n    2,2,2,2,2,2,2,2, 2,2,2,2,2,2,2,0,  # f0 - ff\n)\n\nCP949_st = (\n#cls=    0      1      2      3      4      5      6      7      8      9  # previous state =\n    eError,eStart,     3,eError,eStart,eStart,     4,     5,eError,     6, # eStart\n    eError,eError,eError,eError,eError,eError,eError,eError,eError,eError, # eError\n    eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe, # eItsMe\n    eError,eError,eStart,eStart,eError,eError,eError,eStart,eStart,eStart, # 3\n    eError,eError,eStart,eStart,eStart,eStart,eStart,eStart,eStart,eStart, # 4\n    eError,eStart,eStart,eStart,eStart,eStart,eStart,eStart,eStart,eStart, # 5\n    eError,eStart,eStart,eStart,eStart,eError,eError,eStart,eStart,eStart, # 6\n)\n\nCP949CharLenTable = (0, 1, 2, 0, 1, 1, 2, 2, 0, 2)\n\nCP949SMModel = {'classTable': CP949_cls,\n                'classFactor': 10,\n                'stateTable': CP949_st,\n                'charLenTable': CP949CharLenTable,\n                'name': 'CP949'}\n\n# EUC-JP\n\nEUCJP_cls = (\n    4,4,4,4,4,4,4,4,  # 00 - 07\n    4,4,4,4,4,4,5,5,  # 08 - 0f\n    4,4,4,4,4,4,4,4,  # 10 - 17\n    4,4,4,5,4,4,4,4,  # 18 - 1f\n    4,4,4,4,4,4,4,4,  # 20 - 27\n    4,4,4,4,4,4,4,4,  # 28 - 2f\n    4,4,4,4,4,4,4,4,  # 30 - 37\n    4,4,4,4,4,4,4,4,  # 38 - 3f\n    4,4,4,4,4,4,4,4,  # 40 - 47\n    4,4,4,4,4,4,4,4,  # 48 - 4f\n    4,4,4,4,4,4,4,4,  # 50 - 57\n    4,4,4,4,4,4,4,4,  # 58 - 5f\n    4,4,4,4,4,4,4,4,  # 60 - 67\n    4,4,4,4,4,4,4,4,  # 68 - 6f\n    4,4,4,4,4,4,4,4,  # 70 - 77\n    4,4,4,4,4,4,4,4,  # 78 - 7f\n    5,5,5,5,5,5,5,5,  # 80 - 87\n    5,5,5,5,5,5,1,3,  # 88 - 8f\n    5,5,5,5,5,5,5,5,  # 90 - 97\n    5,5,5,5,5,5,5,5,  # 98 - 9f\n    5,2,2,2,2,2,2,2,  # a0 - a7\n    2,2,2,2,2,2,2,2,  # a8 - af\n    2,2,2,2,2,2,2,2,  # b0 - b7\n    2,2,2,2,2,2,2,2,  # b8 - bf\n    2,2,2,2,2,2,2,2,  # c0 - c7\n    2,2,2,2,2,2,2,2,  # c8 - cf\n    2,2,2,2,2,2,2,2,  # d0 - d7\n    2,2,2,2,2,2,2,2,  # d8 - df\n    0,0,0,0,0,0,0,0,  # e0 - e7\n    0,0,0,0,0,0,0,0,  # e8 - ef\n    0,0,0,0,0,0,0,0,  # f0 - f7\n    0,0,0,0,0,0,0,5  # f8 - ff\n)\n\nEUCJP_st = (\n          3,     4,     3,     5,eStart,eError,eError,eError,#00-07\n     eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,#08-0f\n     eItsMe,eItsMe,eStart,eError,eStart,eError,eError,eError,#10-17\n     eError,eError,eStart,eError,eError,eError,     3,eError,#18-1f\n          3,eError,eError,eError,eStart,eStart,eStart,eStart#20-27\n)\n\nEUCJPCharLenTable = (2, 2, 2, 3, 1, 0)\n\nEUCJPSMModel = {'classTable': EUCJP_cls,\n                'classFactor': 6,\n                'stateTable': EUCJP_st,\n                'charLenTable': EUCJPCharLenTable,\n                'name': 'EUC-JP'}\n\n# EUC-KR\n\nEUCKR_cls  = (\n    1,1,1,1,1,1,1,1,  # 00 - 07\n    1,1,1,1,1,1,0,0,  # 08 - 0f\n    1,1,1,1,1,1,1,1,  # 10 - 17\n    1,1,1,0,1,1,1,1,  # 18 - 1f\n    1,1,1,1,1,1,1,1,  # 20 - 27\n    1,1,1,1,1,1,1,1,  # 28 - 2f\n    1,1,1,1,1,1,1,1,  # 30 - 37\n    1,1,1,1,1,1,1,1,  # 38 - 3f\n    1,1,1,1,1,1,1,1,  # 40 - 47\n    1,1,1,1,1,1,1,1,  # 48 - 4f\n    1,1,1,1,1,1,1,1,  # 50 - 57\n    1,1,1,1,1,1,1,1,  # 58 - 5f\n    1,1,1,1,1,1,1,1,  # 60 - 67\n    1,1,1,1,1,1,1,1,  # 68 - 6f\n    1,1,1,1,1,1,1,1,  # 70 - 77\n    1,1,1,1,1,1,1,1,  # 78 - 7f\n    0,0,0,0,0,0,0,0,  # 80 - 87\n    0,0,0,0,0,0,0,0,  # 88 - 8f\n    0,0,0,0,0,0,0,0,  # 90 - 97\n    0,0,0,0,0,0,0,0,  # 98 - 9f\n    0,2,2,2,2,2,2,2,  # a0 - a7\n    2,2,2,2,2,3,3,3,  # a8 - af\n    2,2,2,2,2,2,2,2,  # b0 - b7\n    2,2,2,2,2,2,2,2,  # b8 - bf\n    2,2,2,2,2,2,2,2,  # c0 - c7\n    2,3,2,2,2,2,2,2,  # c8 - cf\n    2,2,2,2,2,2,2,2,  # d0 - d7\n    2,2,2,2,2,2,2,2,  # d8 - df\n    2,2,2,2,2,2,2,2,  # e0 - e7\n    2,2,2,2,2,2,2,2,  # e8 - ef\n    2,2,2,2,2,2,2,2,  # f0 - f7\n    2,2,2,2,2,2,2,0   # f8 - ff\n)\n\nEUCKR_st = (\n    eError,eStart,     3,eError,eError,eError,eError,eError,#00-07\n    eItsMe,eItsMe,eItsMe,eItsMe,eError,eError,eStart,eStart #08-0f\n)\n\nEUCKRCharLenTable = (0, 1, 2, 0)\n\nEUCKRSMModel = {'classTable': EUCKR_cls,\n                'classFactor': 4,\n                'stateTable': EUCKR_st,\n                'charLenTable': EUCKRCharLenTable,\n                'name': 'EUC-KR'}\n\n# EUC-TW\n\nEUCTW_cls = (\n    2,2,2,2,2,2,2,2,  # 00 - 07\n    2,2,2,2,2,2,0,0,  # 08 - 0f\n    2,2,2,2,2,2,2,2,  # 10 - 17\n    2,2,2,0,2,2,2,2,  # 18 - 1f\n    2,2,2,2,2,2,2,2,  # 20 - 27\n    2,2,2,2,2,2,2,2,  # 28 - 2f\n    2,2,2,2,2,2,2,2,  # 30 - 37\n    2,2,2,2,2,2,2,2,  # 38 - 3f\n    2,2,2,2,2,2,2,2,  # 40 - 47\n    2,2,2,2,2,2,2,2,  # 48 - 4f\n    2,2,2,2,2,2,2,2,  # 50 - 57\n    2,2,2,2,2,2,2,2,  # 58 - 5f\n    2,2,2,2,2,2,2,2,  # 60 - 67\n    2,2,2,2,2,2,2,2,  # 68 - 6f\n    2,2,2,2,2,2,2,2,  # 70 - 77\n    2,2,2,2,2,2,2,2,  # 78 - 7f\n    0,0,0,0,0,0,0,0,  # 80 - 87\n    0,0,0,0,0,0,6,0,  # 88 - 8f\n    0,0,0,0,0,0,0,0,  # 90 - 97\n    0,0,0,0,0,0,0,0,  # 98 - 9f\n    0,3,4,4,4,4,4,4,  # a0 - a7\n    5,5,1,1,1,1,1,1,  # a8 - af\n    1,1,1,1,1,1,1,1,  # b0 - b7\n    1,1,1,1,1,1,1,1,  # b8 - bf\n    1,1,3,1,3,3,3,3,  # c0 - c7\n    3,3,3,3,3,3,3,3,  # c8 - cf\n    3,3,3,3,3,3,3,3,  # d0 - d7\n    3,3,3,3,3,3,3,3,  # d8 - df\n    3,3,3,3,3,3,3,3,  # e0 - e7\n    3,3,3,3,3,3,3,3,  # e8 - ef\n    3,3,3,3,3,3,3,3,  # f0 - f7\n    3,3,3,3,3,3,3,0   # f8 - ff\n)\n\nEUCTW_st = (\n    eError,eError,eStart,     3,     3,     3,     4,eError,#00-07\n    eError,eError,eError,eError,eError,eError,eItsMe,eItsMe,#08-0f\n    eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eError,eStart,eError,#10-17\n    eStart,eStart,eStart,eError,eError,eError,eError,eError,#18-1f\n         5,eError,eError,eError,eStart,eError,eStart,eStart,#20-27\n    eStart,eError,eStart,eStart,eStart,eStart,eStart,eStart #28-2f\n)\n\nEUCTWCharLenTable = (0, 0, 1, 2, 2, 2, 3)\n\nEUCTWSMModel = {'classTable': EUCTW_cls,\n                'classFactor': 7,\n                'stateTable': EUCTW_st,\n                'charLenTable': EUCTWCharLenTable,\n                'name': 'x-euc-tw'}\n\n# GB2312\n\nGB2312_cls = (\n    1,1,1,1,1,1,1,1,  # 00 - 07\n    1,1,1,1,1,1,0,0,  # 08 - 0f\n    1,1,1,1,1,1,1,1,  # 10 - 17\n    1,1,1,0,1,1,1,1,  # 18 - 1f\n    1,1,1,1,1,1,1,1,  # 20 - 27\n    1,1,1,1,1,1,1,1,  # 28 - 2f\n    3,3,3,3,3,3,3,3,  # 30 - 37\n    3,3,1,1,1,1,1,1,  # 38 - 3f\n    2,2,2,2,2,2,2,2,  # 40 - 47\n    2,2,2,2,2,2,2,2,  # 48 - 4f\n    2,2,2,2,2,2,2,2,  # 50 - 57\n    2,2,2,2,2,2,2,2,  # 58 - 5f\n    2,2,2,2,2,2,2,2,  # 60 - 67\n    2,2,2,2,2,2,2,2,  # 68 - 6f\n    2,2,2,2,2,2,2,2,  # 70 - 77\n    2,2,2,2,2,2,2,4,  # 78 - 7f\n    5,6,6,6,6,6,6,6,  # 80 - 87\n    6,6,6,6,6,6,6,6,  # 88 - 8f\n    6,6,6,6,6,6,6,6,  # 90 - 97\n    6,6,6,6,6,6,6,6,  # 98 - 9f\n    6,6,6,6,6,6,6,6,  # a0 - a7\n    6,6,6,6,6,6,6,6,  # a8 - af\n    6,6,6,6,6,6,6,6,  # b0 - b7\n    6,6,6,6,6,6,6,6,  # b8 - bf\n    6,6,6,6,6,6,6,6,  # c0 - c7\n    6,6,6,6,6,6,6,6,  # c8 - cf\n    6,6,6,6,6,6,6,6,  # d0 - d7\n    6,6,6,6,6,6,6,6,  # d8 - df\n    6,6,6,6,6,6,6,6,  # e0 - e7\n    6,6,6,6,6,6,6,6,  # e8 - ef\n    6,6,6,6,6,6,6,6,  # f0 - f7\n    6,6,6,6,6,6,6,0   # f8 - ff\n)\n\nGB2312_st = (\n    eError,eStart,eStart,eStart,eStart,eStart,     3,eError,#00-07\n    eError,eError,eError,eError,eError,eError,eItsMe,eItsMe,#08-0f\n    eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eError,eError,eStart,#10-17\n         4,eError,eStart,eStart,eError,eError,eError,eError,#18-1f\n    eError,eError,     5,eError,eError,eError,eItsMe,eError,#20-27\n    eError,eError,eStart,eStart,eStart,eStart,eStart,eStart #28-2f\n)\n\n# To be accurate, the length of class 6 can be either 2 or 4.\n# But it is not necessary to discriminate between the two since\n# it is used for frequency analysis only, and we are validing\n# each code range there as well. So it is safe to set it to be\n# 2 here.\nGB2312CharLenTable = (0, 1, 1, 1, 1, 1, 2)\n\nGB2312SMModel = {'classTable': GB2312_cls,\n                  'classFactor': 7,\n                  'stateTable': GB2312_st,\n                  'charLenTable': GB2312CharLenTable,\n                  'name': 'GB2312'}\n\n# Shift_JIS\n\nSJIS_cls = (\n    1,1,1,1,1,1,1,1,  # 00 - 07\n    1,1,1,1,1,1,0,0,  # 08 - 0f\n    1,1,1,1,1,1,1,1,  # 10 - 17\n    1,1,1,0,1,1,1,1,  # 18 - 1f\n    1,1,1,1,1,1,1,1,  # 20 - 27\n    1,1,1,1,1,1,1,1,  # 28 - 2f\n    1,1,1,1,1,1,1,1,  # 30 - 37\n    1,1,1,1,1,1,1,1,  # 38 - 3f\n    2,2,2,2,2,2,2,2,  # 40 - 47\n    2,2,2,2,2,2,2,2,  # 48 - 4f\n    2,2,2,2,2,2,2,2,  # 50 - 57\n    2,2,2,2,2,2,2,2,  # 58 - 5f\n    2,2,2,2,2,2,2,2,  # 60 - 67\n    2,2,2,2,2,2,2,2,  # 68 - 6f\n    2,2,2,2,2,2,2,2,  # 70 - 77\n    2,2,2,2,2,2,2,1,  # 78 - 7f\n    3,3,3,3,3,3,3,3,  # 80 - 87\n    3,3,3,3,3,3,3,3,  # 88 - 8f\n    3,3,3,3,3,3,3,3,  # 90 - 97\n    3,3,3,3,3,3,3,3,  # 98 - 9f\n    #0xa0 is illegal in sjis encoding, but some pages does\n    #contain such byte. We need to be more error forgiven.\n    2,2,2,2,2,2,2,2,  # a0 - a7\n    2,2,2,2,2,2,2,2,  # a8 - af\n    2,2,2,2,2,2,2,2,  # b0 - b7\n    2,2,2,2,2,2,2,2,  # b8 - bf\n    2,2,2,2,2,2,2,2,  # c0 - c7\n    2,2,2,2,2,2,2,2,  # c8 - cf\n    2,2,2,2,2,2,2,2,  # d0 - d7\n    2,2,2,2,2,2,2,2,  # d8 - df\n    3,3,3,3,3,3,3,3,  # e0 - e7\n    3,3,3,3,3,4,4,4,  # e8 - ef\n    4,4,4,4,4,4,4,4,  # f0 - f7\n    4,4,4,4,4,0,0,0   # f8 - ff\n)\n\n\nSJIS_st = (\n    eError,eStart,eStart,     3,eError,eError,eError,eError,#00-07\n    eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,#08-0f\n    eItsMe,eItsMe,eError,eError,eStart,eStart,eStart,eStart #10-17\n)\n\nSJISCharLenTable = (0, 1, 1, 2, 0, 0)\n\nSJISSMModel = {'classTable': SJIS_cls,\n               'classFactor': 6,\n               'stateTable': SJIS_st,\n               'charLenTable': SJISCharLenTable,\n               'name': 'Shift_JIS'}\n\n# UCS2-BE\n\nUCS2BE_cls = (\n    0,0,0,0,0,0,0,0,  # 00 - 07\n    0,0,1,0,0,2,0,0,  # 08 - 0f\n    0,0,0,0,0,0,0,0,  # 10 - 17\n    0,0,0,3,0,0,0,0,  # 18 - 1f\n    0,0,0,0,0,0,0,0,  # 20 - 27\n    0,3,3,3,3,3,0,0,  # 28 - 2f\n    0,0,0,0,0,0,0,0,  # 30 - 37\n    0,0,0,0,0,0,0,0,  # 38 - 3f\n    0,0,0,0,0,0,0,0,  # 40 - 47\n    0,0,0,0,0,0,0,0,  # 48 - 4f\n    0,0,0,0,0,0,0,0,  # 50 - 57\n    0,0,0,0,0,0,0,0,  # 58 - 5f\n    0,0,0,0,0,0,0,0,  # 60 - 67\n    0,0,0,0,0,0,0,0,  # 68 - 6f\n    0,0,0,0,0,0,0,0,  # 70 - 77\n    0,0,0,0,0,0,0,0,  # 78 - 7f\n    0,0,0,0,0,0,0,0,  # 80 - 87\n    0,0,0,0,0,0,0,0,  # 88 - 8f\n    0,0,0,0,0,0,0,0,  # 90 - 97\n    0,0,0,0,0,0,0,0,  # 98 - 9f\n    0,0,0,0,0,0,0,0,  # a0 - a7\n    0,0,0,0,0,0,0,0,  # a8 - af\n    0,0,0,0,0,0,0,0,  # b0 - b7\n    0,0,0,0,0,0,0,0,  # b8 - bf\n    0,0,0,0,0,0,0,0,  # c0 - c7\n    0,0,0,0,0,0,0,0,  # c8 - cf\n    0,0,0,0,0,0,0,0,  # d0 - d7\n    0,0,0,0,0,0,0,0,  # d8 - df\n    0,0,0,0,0,0,0,0,  # e0 - e7\n    0,0,0,0,0,0,0,0,  # e8 - ef\n    0,0,0,0,0,0,0,0,  # f0 - f7\n    0,0,0,0,0,0,4,5   # f8 - ff\n)\n\nUCS2BE_st  = (\n          5,     7,     7,eError,     4,     3,eError,eError,#00-07\n     eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,#08-0f\n     eItsMe,eItsMe,     6,     6,     6,     6,eError,eError,#10-17\n          6,     6,     6,     6,     6,eItsMe,     6,     6,#18-1f\n          6,     6,     6,     6,     5,     7,     7,eError,#20-27\n          5,     8,     6,     6,eError,     6,     6,     6,#28-2f\n          6,     6,     6,     6,eError,eError,eStart,eStart #30-37\n)\n\nUCS2BECharLenTable = (2, 2, 2, 0, 2, 2)\n\nUCS2BESMModel = {'classTable': UCS2BE_cls,\n                 'classFactor': 6,\n                 'stateTable': UCS2BE_st,\n                 'charLenTable': UCS2BECharLenTable,\n                 'name': 'UTF-16BE'}\n\n# UCS2-LE\n\nUCS2LE_cls = (\n    0,0,0,0,0,0,0,0,  # 00 - 07\n    0,0,1,0,0,2,0,0,  # 08 - 0f\n    0,0,0,0,0,0,0,0,  # 10 - 17\n    0,0,0,3,0,0,0,0,  # 18 - 1f\n    0,0,0,0,0,0,0,0,  # 20 - 27\n    0,3,3,3,3,3,0,0,  # 28 - 2f\n    0,0,0,0,0,0,0,0,  # 30 - 37\n    0,0,0,0,0,0,0,0,  # 38 - 3f\n    0,0,0,0,0,0,0,0,  # 40 - 47\n    0,0,0,0,0,0,0,0,  # 48 - 4f\n    0,0,0,0,0,0,0,0,  # 50 - 57\n    0,0,0,0,0,0,0,0,  # 58 - 5f\n    0,0,0,0,0,0,0,0,  # 60 - 67\n    0,0,0,0,0,0,0,0,  # 68 - 6f\n    0,0,0,0,0,0,0,0,  # 70 - 77\n    0,0,0,0,0,0,0,0,  # 78 - 7f\n    0,0,0,0,0,0,0,0,  # 80 - 87\n    0,0,0,0,0,0,0,0,  # 88 - 8f\n    0,0,0,0,0,0,0,0,  # 90 - 97\n    0,0,0,0,0,0,0,0,  # 98 - 9f\n    0,0,0,0,0,0,0,0,  # a0 - a7\n    0,0,0,0,0,0,0,0,  # a8 - af\n    0,0,0,0,0,0,0,0,  # b0 - b7\n    0,0,0,0,0,0,0,0,  # b8 - bf\n    0,0,0,0,0,0,0,0,  # c0 - c7\n    0,0,0,0,0,0,0,0,  # c8 - cf\n    0,0,0,0,0,0,0,0,  # d0 - d7\n    0,0,0,0,0,0,0,0,  # d8 - df\n    0,0,0,0,0,0,0,0,  # e0 - e7\n    0,0,0,0,0,0,0,0,  # e8 - ef\n    0,0,0,0,0,0,0,0,  # f0 - f7\n    0,0,0,0,0,0,4,5   # f8 - ff\n)\n\nUCS2LE_st = (\n          6,     6,     7,     6,     4,     3,eError,eError,#00-07\n     eError,eError,eError,eError,eItsMe,eItsMe,eItsMe,eItsMe,#08-0f\n     eItsMe,eItsMe,     5,     5,     5,eError,eItsMe,eError,#10-17\n          5,     5,     5,eError,     5,eError,     6,     6,#18-1f\n          7,     6,     8,     8,     5,     5,     5,eError,#20-27\n          5,     5,     5,eError,eError,eError,     5,     5,#28-2f\n          5,     5,     5,eError,     5,eError,eStart,eStart #30-37\n)\n\nUCS2LECharLenTable = (2, 2, 2, 2, 2, 2)\n\nUCS2LESMModel = {'classTable': UCS2LE_cls,\n                 'classFactor': 6,\n                 'stateTable': UCS2LE_st,\n                 'charLenTable': UCS2LECharLenTable,\n                 'name': 'UTF-16LE'}\n\n# UTF-8\n\nUTF8_cls = (\n    1,1,1,1,1,1,1,1,  # 00 - 07  #allow 0x00 as a legal value\n    1,1,1,1,1,1,0,0,  # 08 - 0f\n    1,1,1,1,1,1,1,1,  # 10 - 17\n    1,1,1,0,1,1,1,1,  # 18 - 1f\n    1,1,1,1,1,1,1,1,  # 20 - 27\n    1,1,1,1,1,1,1,1,  # 28 - 2f\n    1,1,1,1,1,1,1,1,  # 30 - 37\n    1,1,1,1,1,1,1,1,  # 38 - 3f\n    1,1,1,1,1,1,1,1,  # 40 - 47\n    1,1,1,1,1,1,1,1,  # 48 - 4f\n    1,1,1,1,1,1,1,1,  # 50 - 57\n    1,1,1,1,1,1,1,1,  # 58 - 5f\n    1,1,1,1,1,1,1,1,  # 60 - 67\n    1,1,1,1,1,1,1,1,  # 68 - 6f\n    1,1,1,1,1,1,1,1,  # 70 - 77\n    1,1,1,1,1,1,1,1,  # 78 - 7f\n    2,2,2,2,3,3,3,3,  # 80 - 87\n    4,4,4,4,4,4,4,4,  # 88 - 8f\n    4,4,4,4,4,4,4,4,  # 90 - 97\n    4,4,4,4,4,4,4,4,  # 98 - 9f\n    5,5,5,5,5,5,5,5,  # a0 - a7\n    5,5,5,5,5,5,5,5,  # a8 - af\n    5,5,5,5,5,5,5,5,  # b0 - b7\n    5,5,5,5,5,5,5,5,  # b8 - bf\n    0,0,6,6,6,6,6,6,  # c0 - c7\n    6,6,6,6,6,6,6,6,  # c8 - cf\n    6,6,6,6,6,6,6,6,  # d0 - d7\n    6,6,6,6,6,6,6,6,  # d8 - df\n    7,8,8,8,8,8,8,8,  # e0 - e7\n    8,8,8,8,8,9,8,8,  # e8 - ef\n    10,11,11,11,11,11,11,11,  # f0 - f7\n    12,13,13,13,14,15,0,0    # f8 - ff\n)\n\nUTF8_st = (\n    eError,eStart,eError,eError,eError,eError,     12,   10,#00-07\n         9,     11,     8,     7,     6,     5,     4,    3,#08-0f\n    eError,eError,eError,eError,eError,eError,eError,eError,#10-17\n    eError,eError,eError,eError,eError,eError,eError,eError,#18-1f\n    eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,#20-27\n    eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,eItsMe,#28-2f\n    eError,eError,     5,     5,     5,     5,eError,eError,#30-37\n    eError,eError,eError,eError,eError,eError,eError,eError,#38-3f\n    eError,eError,eError,     5,     5,     5,eError,eError,#40-47\n    eError,eError,eError,eError,eError,eError,eError,eError,#48-4f\n    eError,eError,     7,     7,     7,     7,eError,eError,#50-57\n    eError,eError,eError,eError,eError,eError,eError,eError,#58-5f\n    eError,eError,eError,eError,     7,     7,eError,eError,#60-67\n    eError,eError,eError,eError,eError,eError,eError,eError,#68-6f\n    eError,eError,     9,     9,     9,     9,eError,eError,#70-77\n    eError,eError,eError,eError,eError,eError,eError,eError,#78-7f\n    eError,eError,eError,eError,eError,     9,eError,eError,#80-87\n    eError,eError,eError,eError,eError,eError,eError,eError,#88-8f\n    eError,eError,    12,    12,    12,    12,eError,eError,#90-97\n    eError,eError,eError,eError,eError,eError,eError,eError,#98-9f\n    eError,eError,eError,eError,eError,    12,eError,eError,#a0-a7\n    eError,eError,eError,eError,eError,eError,eError,eError,#a8-af\n    eError,eError,    12,    12,    12,eError,eError,eError,#b0-b7\n    eError,eError,eError,eError,eError,eError,eError,eError,#b8-bf\n    eError,eError,eStart,eStart,eStart,eStart,eError,eError,#c0-c7\n    eError,eError,eError,eError,eError,eError,eError,eError #c8-cf\n)\n\nUTF8CharLenTable = (0, 1, 0, 0, 0, 0, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6)\n\nUTF8SMModel = {'classTable': UTF8_cls,\n               'classFactor': 16,\n               'stateTable': UTF8_st,\n               'charLenTable': UTF8CharLenTable,\n               'name': 'UTF-8'}\n\n# flake8: noqa\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/sbcharsetprober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Universal charset detector code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 2001\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#   Shy Shalom - original C code\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nimport sys\nfrom . import constants\nfrom .charsetprober import CharSetProber\nfrom .compat import wrap_ord\n\nSAMPLE_SIZE = 64\nSB_ENOUGH_REL_THRESHOLD = 1024\nPOSITIVE_SHORTCUT_THRESHOLD = 0.95\nNEGATIVE_SHORTCUT_THRESHOLD = 0.05\nSYMBOL_CAT_ORDER = 250\nNUMBER_OF_SEQ_CAT = 4\nPOSITIVE_CAT = NUMBER_OF_SEQ_CAT - 1\n#NEGATIVE_CAT = 0\n\n\nclass SingleByteCharSetProber(CharSetProber):\n    def __init__(self, model, reversed=False, nameProber=None):\n        CharSetProber.__init__(self)\n        self._mModel = model\n        # TRUE if we need to reverse every pair in the model lookup\n        self._mReversed = reversed\n        # Optional auxiliary prober for name decision\n        self._mNameProber = nameProber\n        self.reset()\n\n    def reset(self):\n        CharSetProber.reset(self)\n        # char order of last character\n        self._mLastOrder = 255\n        self._mSeqCounters = [0] * NUMBER_OF_SEQ_CAT\n        self._mTotalSeqs = 0\n        self._mTotalChar = 0\n        # characters that fall in our sampling range\n        self._mFreqChar = 0\n\n    def get_charset_name(self):\n        if self._mNameProber:\n            return self._mNameProber.get_charset_name()\n        else:\n            return self._mModel['charsetName']\n\n    def feed(self, aBuf):\n        if not self._mModel['keepEnglishLetter']:\n            aBuf = self.filter_without_english_letters(aBuf)\n        aLen = len(aBuf)\n        if not aLen:\n            return self.get_state()\n        for c in aBuf:\n            order = self._mModel['charToOrderMap'][wrap_ord(c)]\n            if order < SYMBOL_CAT_ORDER:\n                self._mTotalChar += 1\n            if order < SAMPLE_SIZE:\n                self._mFreqChar += 1\n                if self._mLastOrder < SAMPLE_SIZE:\n                    self._mTotalSeqs += 1\n                    if not self._mReversed:\n                        i = (self._mLastOrder * SAMPLE_SIZE) + order\n                        model = self._mModel['precedenceMatrix'][i]\n                    else:  # reverse the order of the letters in the lookup\n                        i = (order * SAMPLE_SIZE) + self._mLastOrder\n                        model = self._mModel['precedenceMatrix'][i]\n                    self._mSeqCounters[model] += 1\n            self._mLastOrder = order\n\n        if self.get_state() == constants.eDetecting:\n            if self._mTotalSeqs > SB_ENOUGH_REL_THRESHOLD:\n                cf = self.get_confidence()\n                if cf > POSITIVE_SHORTCUT_THRESHOLD:\n                    if constants._debug:\n                        sys.stderr.write('%s confidence = %s, we have a'\n                                         'winner\\n' %\n                                         (self._mModel['charsetName'], cf))\n                    self._mState = constants.eFoundIt\n                elif cf < NEGATIVE_SHORTCUT_THRESHOLD:\n                    if constants._debug:\n                        sys.stderr.write('%s confidence = %s, below negative'\n                                         'shortcut threshhold %s\\n' %\n                                         (self._mModel['charsetName'], cf,\n                                          NEGATIVE_SHORTCUT_THRESHOLD))\n                    self._mState = constants.eNotMe\n\n        return self.get_state()\n\n    def get_confidence(self):\n        r = 0.01\n        if self._mTotalSeqs > 0:\n            r = ((1.0 * self._mSeqCounters[POSITIVE_CAT]) / self._mTotalSeqs\n                 / self._mModel['mTypicalPositiveRatio'])\n            r = r * self._mFreqChar / self._mTotalChar\n            if r >= 1.0:\n                r = 0.99\n        return r\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/sbcsgroupprober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Universal charset detector code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 2001\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#   Shy Shalom - original C code\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom .charsetgroupprober import CharSetGroupProber\nfrom .sbcharsetprober import SingleByteCharSetProber\nfrom .langcyrillicmodel import (Win1251CyrillicModel, Koi8rModel,\n                                Latin5CyrillicModel, MacCyrillicModel,\n                                Ibm866Model, Ibm855Model)\nfrom .langgreekmodel import Latin7GreekModel, Win1253GreekModel\nfrom .langbulgarianmodel import Latin5BulgarianModel, Win1251BulgarianModel\nfrom .langhungarianmodel import Latin2HungarianModel, Win1250HungarianModel\nfrom .langthaimodel import TIS620ThaiModel\nfrom .langhebrewmodel import Win1255HebrewModel\nfrom .hebrewprober import HebrewProber\n\n\nclass SBCSGroupProber(CharSetGroupProber):\n    def __init__(self):\n        CharSetGroupProber.__init__(self)\n        self._mProbers = [\n            SingleByteCharSetProber(Win1251CyrillicModel),\n            SingleByteCharSetProber(Koi8rModel),\n            SingleByteCharSetProber(Latin5CyrillicModel),\n            SingleByteCharSetProber(MacCyrillicModel),\n            SingleByteCharSetProber(Ibm866Model),\n            SingleByteCharSetProber(Ibm855Model),\n            SingleByteCharSetProber(Latin7GreekModel),\n            SingleByteCharSetProber(Win1253GreekModel),\n            SingleByteCharSetProber(Latin5BulgarianModel),\n            SingleByteCharSetProber(Win1251BulgarianModel),\n            SingleByteCharSetProber(Latin2HungarianModel),\n            SingleByteCharSetProber(Win1250HungarianModel),\n            SingleByteCharSetProber(TIS620ThaiModel),\n        ]\n        hebrewProber = HebrewProber()\n        logicalHebrewProber = SingleByteCharSetProber(Win1255HebrewModel,\n                                                      False, hebrewProber)\n        visualHebrewProber = SingleByteCharSetProber(Win1255HebrewModel, True,\n                                                     hebrewProber)\n        hebrewProber.set_model_probers(logicalHebrewProber, visualHebrewProber)\n        self._mProbers.extend([hebrewProber, logicalHebrewProber,\n                               visualHebrewProber])\n\n        self.reset()\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/sjisprober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is mozilla.org code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nimport sys\nfrom .mbcharsetprober import MultiByteCharSetProber\nfrom .codingstatemachine import CodingStateMachine\nfrom .chardistribution import SJISDistributionAnalysis\nfrom .jpcntx import SJISContextAnalysis\nfrom .mbcssm import SJISSMModel\nfrom . import constants\n\n\nclass SJISProber(MultiByteCharSetProber):\n    def __init__(self):\n        MultiByteCharSetProber.__init__(self)\n        self._mCodingSM = CodingStateMachine(SJISSMModel)\n        self._mDistributionAnalyzer = SJISDistributionAnalysis()\n        self._mContextAnalyzer = SJISContextAnalysis()\n        self.reset()\n\n    def reset(self):\n        MultiByteCharSetProber.reset(self)\n        self._mContextAnalyzer.reset()\n\n    def get_charset_name(self):\n        return \"SHIFT_JIS\"\n\n    def feed(self, aBuf):\n        aLen = len(aBuf)\n        for i in range(0, aLen):\n            codingState = self._mCodingSM.next_state(aBuf[i])\n            if codingState == constants.eError:\n                if constants._debug:\n                    sys.stderr.write(self.get_charset_name()\n                                     + ' prober hit error at byte ' + str(i)\n                                     + '\\n')\n                self._mState = constants.eNotMe\n                break\n            elif codingState == constants.eItsMe:\n                self._mState = constants.eFoundIt\n                break\n            elif codingState == constants.eStart:\n                charLen = self._mCodingSM.get_current_charlen()\n                if i == 0:\n                    self._mLastChar[1] = aBuf[0]\n                    self._mContextAnalyzer.feed(self._mLastChar[2 - charLen:],\n                                                charLen)\n                    self._mDistributionAnalyzer.feed(self._mLastChar, charLen)\n                else:\n                    self._mContextAnalyzer.feed(aBuf[i + 1 - charLen:i + 3\n                                                     - charLen], charLen)\n                    self._mDistributionAnalyzer.feed(aBuf[i - 1:i + 1],\n                                                     charLen)\n\n        self._mLastChar[0] = aBuf[aLen - 1]\n\n        if self.get_state() == constants.eDetecting:\n            if (self._mContextAnalyzer.got_enough_data() and\n               (self.get_confidence() > constants.SHORTCUT_THRESHOLD)):\n                self._mState = constants.eFoundIt\n\n        return self.get_state()\n\n    def get_confidence(self):\n        contxtCf = self._mContextAnalyzer.get_confidence()\n        distribCf = self._mDistributionAnalyzer.get_confidence()\n        return max(contxtCf, distribCf)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/universaldetector.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is Mozilla Universal charset detector code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 2001\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#   Shy Shalom - original C code\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom . import constants\nimport sys\nimport codecs\nfrom .latin1prober import Latin1Prober  # windows-1252\nfrom .mbcsgroupprober import MBCSGroupProber  # multi-byte character sets\nfrom .sbcsgroupprober import SBCSGroupProber  # single-byte character sets\nfrom .escprober import EscCharSetProber  # ISO-2122, etc.\nimport re\n\nMINIMUM_THRESHOLD = 0.20\nePureAscii = 0\neEscAscii = 1\neHighbyte = 2\n\n\nclass UniversalDetector:\n    def __init__(self):\n        self._highBitDetector = re.compile(b'[\\x80-\\xFF]')\n        self._escDetector = re.compile(b'(\\033|~{)')\n        self._mEscCharSetProber = None\n        self._mCharSetProbers = []\n        self.reset()\n\n    def reset(self):\n        self.result = {'encoding': None, 'confidence': 0.0}\n        self.done = False\n        self._mStart = True\n        self._mGotData = False\n        self._mInputState = ePureAscii\n        self._mLastChar = b''\n        if self._mEscCharSetProber:\n            self._mEscCharSetProber.reset()\n        for prober in self._mCharSetProbers:\n            prober.reset()\n\n    def feed(self, aBuf):\n        if self.done:\n            return\n\n        aLen = len(aBuf)\n        if not aLen:\n            return\n\n        if not self._mGotData:\n            # If the data starts with BOM, we know it is UTF\n            if aBuf[:3] == codecs.BOM:\n                # EF BB BF  UTF-8 with BOM\n                self.result = {'encoding': \"UTF-8\", 'confidence': 1.0}\n            elif aBuf[:4] == codecs.BOM_UTF32_LE:\n                # FF FE 00 00  UTF-32, little-endian BOM\n                self.result = {'encoding': \"UTF-32LE\", 'confidence': 1.0}\n            elif aBuf[:4] == codecs.BOM_UTF32_BE:\n                # 00 00 FE FF  UTF-32, big-endian BOM\n                self.result = {'encoding': \"UTF-32BE\", 'confidence': 1.0}\n            elif aBuf[:4] == b'\\xFE\\xFF\\x00\\x00':\n                # FE FF 00 00  UCS-4, unusual octet order BOM (3412)\n                self.result = {\n                    'encoding': \"X-ISO-10646-UCS-4-3412\",\n                    'confidence': 1.0\n                }\n            elif aBuf[:4] == b'\\x00\\x00\\xFF\\xFE':\n                # 00 00 FF FE  UCS-4, unusual octet order BOM (2143)\n                self.result = {\n                    'encoding': \"X-ISO-10646-UCS-4-2143\",\n                    'confidence': 1.0\n                }\n            elif aBuf[:2] == codecs.BOM_LE:\n                # FF FE  UTF-16, little endian BOM\n                self.result = {'encoding': \"UTF-16LE\", 'confidence': 1.0}\n            elif aBuf[:2] == codecs.BOM_BE:\n                # FE FF  UTF-16, big endian BOM\n                self.result = {'encoding': \"UTF-16BE\", 'confidence': 1.0}\n\n        self._mGotData = True\n        if self.result['encoding'] and (self.result['confidence'] > 0.0):\n            self.done = True\n            return\n\n        if self._mInputState == ePureAscii:\n            if self._highBitDetector.search(aBuf):\n                self._mInputState = eHighbyte\n            elif ((self._mInputState == ePureAscii) and\n                    self._escDetector.search(self._mLastChar + aBuf)):\n                self._mInputState = eEscAscii\n\n        self._mLastChar = aBuf[-1:]\n\n        if self._mInputState == eEscAscii:\n            if not self._mEscCharSetProber:\n                self._mEscCharSetProber = EscCharSetProber()\n            if self._mEscCharSetProber.feed(aBuf) == constants.eFoundIt:\n                self.result = {'encoding': self._mEscCharSetProber.get_charset_name(),\n                               'confidence': self._mEscCharSetProber.get_confidence()}\n                self.done = True\n        elif self._mInputState == eHighbyte:\n            if not self._mCharSetProbers:\n                self._mCharSetProbers = [MBCSGroupProber(), SBCSGroupProber(),\n                                         Latin1Prober()]\n            for prober in self._mCharSetProbers:\n                if prober.feed(aBuf) == constants.eFoundIt:\n                    self.result = {'encoding': prober.get_charset_name(),\n                                   'confidence': prober.get_confidence()}\n                    self.done = True\n                    break\n\n    def close(self):\n        if self.done:\n            return\n        if not self._mGotData:\n            if constants._debug:\n                sys.stderr.write('no data received!\\n')\n            return\n        self.done = True\n\n        if self._mInputState == ePureAscii:\n            self.result = {'encoding': 'ascii', 'confidence': 1.0}\n            return self.result\n\n        if self._mInputState == eHighbyte:\n            proberConfidence = None\n            maxProberConfidence = 0.0\n            maxProber = None\n            for prober in self._mCharSetProbers:\n                if not prober:\n                    continue\n                proberConfidence = prober.get_confidence()\n                if proberConfidence > maxProberConfidence:\n                    maxProberConfidence = proberConfidence\n                    maxProber = prober\n            if maxProber and (maxProberConfidence > MINIMUM_THRESHOLD):\n                self.result = {'encoding': maxProber.get_charset_name(),\n                               'confidence': maxProber.get_confidence()}\n                return self.result\n\n        if constants._debug:\n            sys.stderr.write('no probers hit minimum threshhold\\n')\n            for prober in self._mCharSetProbers[0].mProbers:\n                if not prober:\n                    continue\n                sys.stderr.write('%s confidence = %s\\n' %\n                                 (prober.get_charset_name(),\n                                  prober.get_confidence()))\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/chardet/utf8prober.py",
    "content": "######################## BEGIN LICENSE BLOCK ########################\n# The Original Code is mozilla.org code.\n#\n# The Initial Developer of the Original Code is\n# Netscape Communications Corporation.\n# Portions created by the Initial Developer are Copyright (C) 1998\n# the Initial Developer. All Rights Reserved.\n#\n# Contributor(s):\n#   Mark Pilgrim - port to Python\n#\n# This library is free software; you can redistribute it and/or\n# modify it under the terms of the GNU Lesser General Public\n# License as published by the Free Software Foundation; either\n# version 2.1 of the License, or (at your option) any later version.\n#\n# This library is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n# Lesser General Public License for more details.\n#\n# You should have received a copy of the GNU Lesser General Public\n# License along with this library; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA\n# 02110-1301  USA\n######################### END LICENSE BLOCK #########################\n\nfrom . import constants\nfrom .charsetprober import CharSetProber\nfrom .codingstatemachine import CodingStateMachine\nfrom .mbcssm import UTF8SMModel\n\nONE_CHAR_PROB = 0.5\n\n\nclass UTF8Prober(CharSetProber):\n    def __init__(self):\n        CharSetProber.__init__(self)\n        self._mCodingSM = CodingStateMachine(UTF8SMModel)\n        self.reset()\n\n    def reset(self):\n        CharSetProber.reset(self)\n        self._mCodingSM.reset()\n        self._mNumOfMBChar = 0\n\n    def get_charset_name(self):\n        return \"utf-8\"\n\n    def feed(self, aBuf):\n        for c in aBuf:\n            codingState = self._mCodingSM.next_state(c)\n            if codingState == constants.eError:\n                self._mState = constants.eNotMe\n                break\n            elif codingState == constants.eItsMe:\n                self._mState = constants.eFoundIt\n                break\n            elif codingState == constants.eStart:\n                if self._mCodingSM.get_current_charlen() >= 2:\n                    self._mNumOfMBChar += 1\n\n        if self.get_state() == constants.eDetecting:\n            if self.get_confidence() > constants.SHORTCUT_THRESHOLD:\n                self._mState = constants.eFoundIt\n\n        return self.get_state()\n\n    def get_confidence(self):\n        unlike = 0.99\n        if self._mNumOfMBChar < 6:\n            for i in range(0, self._mNumOfMBChar):\n                unlike = unlike * ONE_CHAR_PROB\n            return 1.0 - unlike\n        else:\n            return unlike\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/__init__.py",
    "content": "\"\"\"\nurllib3 - Thread-safe connection pooling and re-using.\n\"\"\"\n\n__author__ = 'Andrey Petrov (andrey.petrov@shazow.net)'\n__license__ = 'MIT'\n__version__ = 'dev'\n\n\nfrom .connectionpool import (\n    HTTPConnectionPool,\n    HTTPSConnectionPool,\n    connection_from_url\n)\n\nfrom . import exceptions\nfrom .filepost import encode_multipart_formdata\nfrom .poolmanager import PoolManager, ProxyManager, proxy_from_url\nfrom .response import HTTPResponse\nfrom .util.request import make_headers\nfrom .util.url import get_host\nfrom .util.timeout import Timeout\nfrom .util.retry import Retry\n\n\n# Set default logging handler to avoid \"No handler found\" warnings.\nimport logging\ntry:  # Python 2.7+\n    from logging import NullHandler\nexcept ImportError:\n    class NullHandler(logging.Handler):\n        def emit(self, record):\n            pass\n\nlogging.getLogger(__name__).addHandler(NullHandler())\n\ndef add_stderr_logger(level=logging.DEBUG):\n    \"\"\"\n    Helper for quickly adding a StreamHandler to the logger. Useful for\n    debugging.\n\n    Returns the handler after adding it.\n    \"\"\"\n    # This method needs to be in this __init__.py to get the __name__ correct\n    # even if urllib3 is vendored within another package.\n    logger = logging.getLogger(__name__)\n    handler = logging.StreamHandler()\n    handler.setFormatter(logging.Formatter('%(asctime)s %(levelname)s %(message)s'))\n    logger.addHandler(handler)\n    logger.setLevel(level)\n    logger.debug('Added a stderr logging handler to logger: %s' % __name__)\n    return handler\n\n# ... Clean up.\ndel NullHandler\n\n\n# Set security warning to only go off once by default.\nimport warnings\nwarnings.simplefilter('module', exceptions.SecurityWarning)\n\ndef disable_warnings(category=exceptions.HTTPWarning):\n    \"\"\"\n    Helper for quickly disabling all urllib3 warnings.\n    \"\"\"\n    warnings.simplefilter('ignore', category)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/_collections.py",
    "content": "from collections import Mapping, MutableMapping\ntry:\n    from threading import RLock\nexcept ImportError: # Platform-specific: No threads available\n    class RLock:\n        def __enter__(self):\n            pass\n\n        def __exit__(self, exc_type, exc_value, traceback):\n            pass\n\n\ntry: # Python 2.7+\n    from collections import OrderedDict\nexcept ImportError:\n    from .packages.ordered_dict import OrderedDict\nfrom .packages.six import itervalues\n\n\n__all__ = ['RecentlyUsedContainer', 'HTTPHeaderDict']\n\n\n_Null = object()\n\n\nclass RecentlyUsedContainer(MutableMapping):\n    \"\"\"\n    Provides a thread-safe dict-like container which maintains up to\n    ``maxsize`` keys while throwing away the least-recently-used keys beyond\n    ``maxsize``.\n\n    :param maxsize:\n        Maximum number of recent elements to retain.\n\n    :param dispose_func:\n        Every time an item is evicted from the container,\n        ``dispose_func(value)`` is called.  Callback which will get called\n    \"\"\"\n\n    ContainerCls = OrderedDict\n\n    def __init__(self, maxsize=10, dispose_func=None):\n        self._maxsize = maxsize\n        self.dispose_func = dispose_func\n\n        self._container = self.ContainerCls()\n        self.lock = RLock()\n\n    def __getitem__(self, key):\n        # Re-insert the item, moving it to the end of the eviction line.\n        with self.lock:\n            item = self._container.pop(key)\n            self._container[key] = item\n            return item\n\n    def __setitem__(self, key, value):\n        evicted_value = _Null\n        with self.lock:\n            # Possibly evict the existing value of 'key'\n            evicted_value = self._container.get(key, _Null)\n            self._container[key] = value\n\n            # If we didn't evict an existing value, we might have to evict the\n            # least recently used item from the beginning of the container.\n            if len(self._container) > self._maxsize:\n                _key, evicted_value = self._container.popitem(last=False)\n\n        if self.dispose_func and evicted_value is not _Null:\n            self.dispose_func(evicted_value)\n\n    def __delitem__(self, key):\n        with self.lock:\n            value = self._container.pop(key)\n\n        if self.dispose_func:\n            self.dispose_func(value)\n\n    def __len__(self):\n        with self.lock:\n            return len(self._container)\n\n    def __iter__(self):\n        raise NotImplementedError('Iteration over this class is unlikely to be threadsafe.')\n\n    def clear(self):\n        with self.lock:\n            # Copy pointers to all values, then wipe the mapping\n            # under Python 2, this copies the list of values twice :-|\n            values = list(self._container.values())\n            self._container.clear()\n\n        if self.dispose_func:\n            for value in values:\n                self.dispose_func(value)\n\n    def keys(self):\n        with self.lock:\n            return self._container.keys()\n\n\nclass HTTPHeaderDict(MutableMapping):\n    \"\"\"\n    :param headers:\n        An iterable of field-value pairs. Must not contain multiple field names\n        when compared case-insensitively.\n\n    :param kwargs:\n        Additional field-value pairs to pass in to ``dict.update``.\n\n    A ``dict`` like container for storing HTTP Headers.\n\n    Field names are stored and compared case-insensitively in compliance with\n    RFC 7230. Iteration provides the first case-sensitive key seen for each\n    case-insensitive pair.\n\n    Using ``__setitem__`` syntax overwrites fields that compare equal\n    case-insensitively in order to maintain ``dict``'s api. For fields that\n    compare equal, instead create a new ``HTTPHeaderDict`` and use ``.add``\n    in a loop.\n\n    If multiple fields that are equal case-insensitively are passed to the\n    constructor or ``.update``, the behavior is undefined and some will be\n    lost.\n\n    >>> headers = HTTPHeaderDict()\n    >>> headers.add('Set-Cookie', 'foo=bar')\n    >>> headers.add('set-cookie', 'baz=quxx')\n    >>> headers['content-length'] = '7'\n    >>> headers['SET-cookie']\n    'foo=bar, baz=quxx'\n    >>> headers['Content-Length']\n    '7'\n\n    If you want to access the raw headers with their original casing\n    for debugging purposes you can access the private ``._data`` attribute\n    which is a normal python ``dict`` that maps the case-insensitive key to a\n    list of tuples stored as (case-sensitive-original-name, value). Using the\n    structure from above as our example:\n\n    >>> headers._data\n    {'set-cookie': [('Set-Cookie', 'foo=bar'), ('set-cookie', 'baz=quxx')],\n    'content-length': [('content-length', '7')]}\n    \"\"\"\n\n    def __init__(self, headers=None, **kwargs):\n        self._data = {}\n        if headers is None:\n            headers = {}\n        self.update(headers, **kwargs)\n\n    def add(self, key, value):\n        \"\"\"Adds a (name, value) pair, doesn't overwrite the value if it already\n        exists.\n\n        >>> headers = HTTPHeaderDict(foo='bar')\n        >>> headers.add('Foo', 'baz')\n        >>> headers['foo']\n        'bar, baz'\n        \"\"\"\n        self._data.setdefault(key.lower(), []).append((key, value))\n\n    def getlist(self, key):\n        \"\"\"Returns a list of all the values for the named field. Returns an\n        empty list if the key doesn't exist.\"\"\"\n        return self[key].split(', ') if key in self else []\n\n    def copy(self):\n        h = HTTPHeaderDict()\n        for key in self._data:\n            for rawkey, value in self._data[key]:\n                h.add(rawkey, value)\n        return h\n\n    def __eq__(self, other):\n        if not isinstance(other, Mapping):\n            return False\n        other = HTTPHeaderDict(other)\n        return dict((k1, self[k1]) for k1 in self._data) == \\\n                dict((k2, other[k2]) for k2 in other._data)\n\n    def __getitem__(self, key):\n        values = self._data[key.lower()]\n        return ', '.join(value[1] for value in values)\n\n    def __setitem__(self, key, value):\n        self._data[key.lower()] = [(key, value)]\n\n    def __delitem__(self, key):\n        del self._data[key.lower()]\n\n    def __len__(self):\n        return len(self._data)\n\n    def __iter__(self):\n        for headers in itervalues(self._data):\n            yield headers[0][0]\n\n    def __repr__(self):\n        return '%s(%r)' % (self.__class__.__name__, dict(self.items()))\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/connection.py",
    "content": "import datetime\nimport sys\nimport socket\nfrom socket import timeout as SocketTimeout\nimport warnings\n\ntry:  # Python 3\n    from http.client import HTTPConnection as _HTTPConnection, HTTPException\nexcept ImportError:\n    from httplib import HTTPConnection as _HTTPConnection, HTTPException\n\n\nclass DummyConnection(object):\n    \"Used to detect a failed ConnectionCls import.\"\n    pass\n\n\ntry:  # Compiled with SSL?\n    HTTPSConnection = DummyConnection\n    import ssl\n    BaseSSLError = ssl.SSLError\nexcept (ImportError, AttributeError):  # Platform-specific: No SSL.\n    ssl = None\n\n    class BaseSSLError(BaseException):\n        pass\n\n\nfrom .exceptions import (\n    ConnectTimeoutError,\n    SystemTimeWarning,\n)\nfrom .packages.ssl_match_hostname import match_hostname\nfrom .packages import six\n\nfrom .util.ssl_ import (\n    resolve_cert_reqs,\n    resolve_ssl_version,\n    ssl_wrap_socket,\n    assert_fingerprint,\n)\n\nfrom .util import connection\n\n\nport_by_scheme = {\n    'http': 80,\n    'https': 443,\n}\n\nRECENT_DATE = datetime.date(2014, 1, 1)\n\n\nclass HTTPConnection(_HTTPConnection, object):\n    \"\"\"\n    Based on httplib.HTTPConnection but provides an extra constructor\n    backwards-compatibility layer between older and newer Pythons.\n\n    Additional keyword parameters are used to configure attributes of the connection.\n    Accepted parameters include:\n\n      - ``strict``: See the documentation on :class:`urllib3.connectionpool.HTTPConnectionPool`\n      - ``source_address``: Set the source address for the current connection.\n\n        .. note:: This is ignored for Python 2.6. It is only applied for 2.7 and 3.x\n\n      - ``socket_options``: Set specific options on the underlying socket. If not specified, then\n        defaults are loaded from ``HTTPConnection.default_socket_options`` which includes disabling\n        Nagle's algorithm (sets TCP_NODELAY to 1) unless the connection is behind a proxy.\n\n        For example, if you wish to enable TCP Keep Alive in addition to the defaults,\n        you might pass::\n\n            HTTPConnection.default_socket_options + [\n                (socket.SOL_SOCKET, socket.SO_KEEPALIVE, 1),\n            ]\n\n        Or you may want to disable the defaults by passing an empty list (e.g., ``[]``).\n    \"\"\"\n\n    default_port = port_by_scheme['http']\n\n    #: Disable Nagle's algorithm by default.\n    #: ``[(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)]``\n    default_socket_options = [(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)]\n\n    #: Whether this connection verifies the host's certificate.\n    is_verified = False\n\n    def __init__(self, *args, **kw):\n        if six.PY3:  # Python 3\n            kw.pop('strict', None)\n\n        # Pre-set source_address in case we have an older Python like 2.6.\n        self.source_address = kw.get('source_address')\n\n        if sys.version_info < (2, 7):  # Python 2.6\n            # _HTTPConnection on Python 2.6 will balk at this keyword arg, but\n            # not newer versions. We can still use it when creating a\n            # connection though, so we pop it *after* we have saved it as\n            # self.source_address.\n            kw.pop('source_address', None)\n\n        #: The socket options provided by the user. If no options are\n        #: provided, we use the default options.\n        self.socket_options = kw.pop('socket_options', self.default_socket_options)\n\n        # Superclass also sets self.source_address in Python 2.7+.\n        _HTTPConnection.__init__(self, *args, **kw)\n\n    def _new_conn(self):\n        \"\"\" Establish a socket connection and set nodelay settings on it.\n\n        :return: New socket connection.\n        \"\"\"\n        extra_kw = {}\n        if self.source_address:\n            extra_kw['source_address'] = self.source_address\n\n        if self.socket_options:\n            extra_kw['socket_options'] = self.socket_options\n\n        try:\n            conn = connection.create_connection(\n                (self.host, self.port), self.timeout, **extra_kw)\n\n        except SocketTimeout:\n            raise ConnectTimeoutError(\n                self, \"Connection to %s timed out. (connect timeout=%s)\" %\n                (self.host, self.timeout))\n\n        return conn\n\n    def _prepare_conn(self, conn):\n        self.sock = conn\n        # the _tunnel_host attribute was added in python 2.6.3 (via\n        # http://hg.python.org/cpython/rev/0f57b30a152f) so pythons 2.6(0-2) do\n        # not have them.\n        if getattr(self, '_tunnel_host', None):\n            # TODO: Fix tunnel so it doesn't depend on self.sock state.\n            self._tunnel()\n            # Mark this connection as not reusable\n            self.auto_open = 0\n\n    def connect(self):\n        conn = self._new_conn()\n        self._prepare_conn(conn)\n\n\nclass HTTPSConnection(HTTPConnection):\n    default_port = port_by_scheme['https']\n\n    def __init__(self, host, port=None, key_file=None, cert_file=None,\n                 strict=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, **kw):\n\n        HTTPConnection.__init__(self, host, port, strict=strict,\n                                timeout=timeout, **kw)\n\n        self.key_file = key_file\n        self.cert_file = cert_file\n\n        # Required property for Google AppEngine 1.9.0 which otherwise causes\n        # HTTPS requests to go out as HTTP. (See Issue #356)\n        self._protocol = 'https'\n\n    def connect(self):\n        conn = self._new_conn()\n        self._prepare_conn(conn)\n        self.sock = ssl.wrap_socket(conn, self.key_file, self.cert_file)\n\n\nclass VerifiedHTTPSConnection(HTTPSConnection):\n    \"\"\"\n    Based on httplib.HTTPSConnection but wraps the socket with\n    SSL certification.\n    \"\"\"\n    cert_reqs = None\n    ca_certs = None\n    ssl_version = None\n    assert_fingerprint = None\n\n    def set_cert(self, key_file=None, cert_file=None,\n                 cert_reqs=None, ca_certs=None,\n                 assert_hostname=None, assert_fingerprint=None):\n\n        self.key_file = key_file\n        self.cert_file = cert_file\n        self.cert_reqs = cert_reqs\n        self.ca_certs = ca_certs\n        self.assert_hostname = assert_hostname\n        self.assert_fingerprint = assert_fingerprint\n\n    def connect(self):\n        # Add certificate verification\n        conn = self._new_conn()\n\n        resolved_cert_reqs = resolve_cert_reqs(self.cert_reqs)\n        resolved_ssl_version = resolve_ssl_version(self.ssl_version)\n\n        hostname = self.host\n        if getattr(self, '_tunnel_host', None):\n            # _tunnel_host was added in Python 2.6.3\n            # (See: http://hg.python.org/cpython/rev/0f57b30a152f)\n\n            self.sock = conn\n            # Calls self._set_hostport(), so self.host is\n            # self._tunnel_host below.\n            self._tunnel()\n            # Mark this connection as not reusable\n            self.auto_open = 0\n\n            # Override the host with the one we're requesting data from.\n            hostname = self._tunnel_host\n\n        is_time_off = datetime.date.today() < RECENT_DATE\n        if is_time_off:\n            warnings.warn((\n                'System time is way off (before {0}). This will probably '\n                'lead to SSL verification errors').format(RECENT_DATE),\n                SystemTimeWarning\n            )\n\n        # Wrap socket using verification with the root certs in\n        # trusted_root_certs\n        self.sock = ssl_wrap_socket(conn, self.key_file, self.cert_file,\n                                    cert_reqs=resolved_cert_reqs,\n                                    ca_certs=self.ca_certs,\n                                    server_hostname=hostname,\n                                    ssl_version=resolved_ssl_version)\n\n        if self.assert_fingerprint:\n            assert_fingerprint(self.sock.getpeercert(binary_form=True),\n                               self.assert_fingerprint)\n        elif resolved_cert_reqs != ssl.CERT_NONE \\\n                and self.assert_hostname is not False:\n            match_hostname(self.sock.getpeercert(),\n                           self.assert_hostname or hostname)\n\n        self.is_verified = (resolved_cert_reqs == ssl.CERT_REQUIRED\n                            or self.assert_fingerprint is not None)\n\n\nif ssl:\n    # Make a copy for testing.\n    UnverifiedHTTPSConnection = HTTPSConnection\n    HTTPSConnection = VerifiedHTTPSConnection\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/connectionpool.py",
    "content": "import errno\nimport logging\nimport sys\nimport warnings\n\nfrom socket import error as SocketError, timeout as SocketTimeout\nimport socket\n\ntry:  # Python 3\n    from queue import LifoQueue, Empty, Full\nexcept ImportError:\n    from Queue import LifoQueue, Empty, Full\n    import Queue as _  # Platform-specific: Windows\n\n\nfrom .exceptions import (\n    ClosedPoolError,\n    ProtocolError,\n    EmptyPoolError,\n    HostChangedError,\n    LocationValueError,\n    MaxRetryError,\n    ProxyError,\n    ReadTimeoutError,\n    SSLError,\n    TimeoutError,\n    InsecureRequestWarning,\n)\nfrom .packages.ssl_match_hostname import CertificateError\nfrom .packages import six\nfrom .connection import (\n    port_by_scheme,\n    DummyConnection,\n    HTTPConnection, HTTPSConnection, VerifiedHTTPSConnection,\n    HTTPException, BaseSSLError,\n)\nfrom .request import RequestMethods\nfrom .response import HTTPResponse\n\nfrom .util.connection import is_connection_dropped\nfrom .util.retry import Retry\nfrom .util.timeout import Timeout\nfrom .util.url import get_host\n\n\nxrange = six.moves.xrange\n\nlog = logging.getLogger(__name__)\n\n_Default = object()\n\n\n## Pool objects\nclass ConnectionPool(object):\n    \"\"\"\n    Base class for all connection pools, such as\n    :class:`.HTTPConnectionPool` and :class:`.HTTPSConnectionPool`.\n    \"\"\"\n\n    scheme = None\n    QueueCls = LifoQueue\n\n    def __init__(self, host, port=None):\n        if not host:\n            raise LocationValueError(\"No host specified.\")\n\n        # httplib doesn't like it when we include brackets in ipv6 addresses\n        self.host = host.strip('[]')\n        self.port = port\n\n    def __str__(self):\n        return '%s(host=%r, port=%r)' % (type(self).__name__,\n                                         self.host, self.port)\n\n# This is taken from http://hg.python.org/cpython/file/7aaba721ebc0/Lib/socket.py#l252\n_blocking_errnos = set([errno.EAGAIN, errno.EWOULDBLOCK])\n\n\nclass HTTPConnectionPool(ConnectionPool, RequestMethods):\n    \"\"\"\n    Thread-safe connection pool for one host.\n\n    :param host:\n        Host used for this HTTP Connection (e.g. \"localhost\"), passed into\n        :class:`httplib.HTTPConnection`.\n\n    :param port:\n        Port used for this HTTP Connection (None is equivalent to 80), passed\n        into :class:`httplib.HTTPConnection`.\n\n    :param strict:\n        Causes BadStatusLine to be raised if the status line can't be parsed\n        as a valid HTTP/1.0 or 1.1 status line, passed into\n        :class:`httplib.HTTPConnection`.\n\n        .. note::\n           Only works in Python 2. This parameter is ignored in Python 3.\n\n    :param timeout:\n        Socket timeout in seconds for each individual connection. This can\n        be a float or integer, which sets the timeout for the HTTP request,\n        or an instance of :class:`urllib3.util.Timeout` which gives you more\n        fine-grained control over request timeouts. After the constructor has\n        been parsed, this is always a `urllib3.util.Timeout` object.\n\n    :param maxsize:\n        Number of connections to save that can be reused. More than 1 is useful\n        in multithreaded situations. If ``block`` is set to false, more\n        connections will be created but they will not be saved once they've\n        been used.\n\n    :param block:\n        If set to True, no more than ``maxsize`` connections will be used at\n        a time. When no free connections are available, the call will block\n        until a connection has been released. This is a useful side effect for\n        particular multithreaded situations where one does not want to use more\n        than maxsize connections per host to prevent flooding.\n\n    :param headers:\n        Headers to include with all requests, unless other headers are given\n        explicitly.\n\n    :param retries:\n        Retry configuration to use by default with requests in this pool.\n\n    :param _proxy:\n        Parsed proxy URL, should not be used directly, instead, see\n        :class:`urllib3.connectionpool.ProxyManager`\"\n\n    :param _proxy_headers:\n        A dictionary with proxy headers, should not be used directly,\n        instead, see :class:`urllib3.connectionpool.ProxyManager`\"\n\n    :param \\**conn_kw:\n        Additional parameters are used to create fresh :class:`urllib3.connection.HTTPConnection`,\n        :class:`urllib3.connection.HTTPSConnection` instances.\n    \"\"\"\n\n    scheme = 'http'\n    ConnectionCls = HTTPConnection\n\n    def __init__(self, host, port=None, strict=False,\n                 timeout=Timeout.DEFAULT_TIMEOUT, maxsize=1, block=False,\n                 headers=None, retries=None,\n                 _proxy=None, _proxy_headers=None,\n                 **conn_kw):\n        ConnectionPool.__init__(self, host, port)\n        RequestMethods.__init__(self, headers)\n\n        self.strict = strict\n\n        if not isinstance(timeout, Timeout):\n            timeout = Timeout.from_float(timeout)\n\n        if retries is None:\n            retries = Retry.DEFAULT\n\n        self.timeout = timeout\n        self.retries = retries\n\n        self.pool = self.QueueCls(maxsize)\n        self.block = block\n\n        self.proxy = _proxy\n        self.proxy_headers = _proxy_headers or {}\n\n        # Fill the queue up so that doing get() on it will block properly\n        for _ in xrange(maxsize):\n            self.pool.put(None)\n\n        # These are mostly for testing and debugging purposes.\n        self.num_connections = 0\n        self.num_requests = 0\n        self.conn_kw = conn_kw\n\n        if self.proxy:\n            # Enable Nagle's algorithm for proxies, to avoid packet fragmentation.\n            # We cannot know if the user has added default socket options, so we cannot replace the\n            # list.\n            self.conn_kw.setdefault('socket_options', [])\n\n    def _new_conn(self):\n        \"\"\"\n        Return a fresh :class:`HTTPConnection`.\n        \"\"\"\n        self.num_connections += 1\n        log.info(\"Starting new HTTP connection (%d): %s\" %\n                 (self.num_connections, self.host))\n\n        conn = self.ConnectionCls(host=self.host, port=self.port,\n                                  timeout=self.timeout.connect_timeout,\n                                  strict=self.strict, **self.conn_kw)\n        return conn\n\n    def _get_conn(self, timeout=None):\n        \"\"\"\n        Get a connection. Will return a pooled connection if one is available.\n\n        If no connections are available and :prop:`.block` is ``False``, then a\n        fresh connection is returned.\n\n        :param timeout:\n            Seconds to wait before giving up and raising\n            :class:`urllib3.exceptions.EmptyPoolError` if the pool is empty and\n            :prop:`.block` is ``True``.\n        \"\"\"\n        conn = None\n        try:\n            conn = self.pool.get(block=self.block, timeout=timeout)\n\n        except AttributeError:  # self.pool is None\n            raise ClosedPoolError(self, \"Pool is closed.\")\n\n        except Empty:\n            if self.block:\n                raise EmptyPoolError(self,\n                                     \"Pool reached maximum size and no more \"\n                                     \"connections are allowed.\")\n            pass  # Oh well, we'll create a new connection then\n\n        # If this is a persistent connection, check if it got disconnected\n        if conn and is_connection_dropped(conn):\n            log.info(\"Resetting dropped connection: %s\" % self.host)\n            conn.close()\n            if getattr(conn, 'auto_open', 1) == 0:\n                # This is a proxied connection that has been mutated by\n                # httplib._tunnel() and cannot be reused (since it would\n                # attempt to bypass the proxy)\n                conn = None\n\n        return conn or self._new_conn()\n\n    def _put_conn(self, conn):\n        \"\"\"\n        Put a connection back into the pool.\n\n        :param conn:\n            Connection object for the current host and port as returned by\n            :meth:`._new_conn` or :meth:`._get_conn`.\n\n        If the pool is already full, the connection is closed and discarded\n        because we exceeded maxsize. If connections are discarded frequently,\n        then maxsize should be increased.\n\n        If the pool is closed, then the connection will be closed and discarded.\n        \"\"\"\n        try:\n            self.pool.put(conn, block=False)\n            return  # Everything is dandy, done.\n        except AttributeError:\n            # self.pool is None.\n            pass\n        except Full:\n            # This should never happen if self.block == True\n            log.warning(\n                \"Connection pool is full, discarding connection: %s\" %\n                self.host)\n\n        # Connection never got put back into the pool, close it.\n        if conn:\n            conn.close()\n\n    def _validate_conn(self, conn):\n        \"\"\"\n        Called right before a request is made, after the socket is created.\n        \"\"\"\n        pass\n\n    def _get_timeout(self, timeout):\n        \"\"\" Helper that always returns a :class:`urllib3.util.Timeout` \"\"\"\n        if timeout is _Default:\n            return self.timeout.clone()\n\n        if isinstance(timeout, Timeout):\n            return timeout.clone()\n        else:\n            # User passed us an int/float. This is for backwards compatibility,\n            # can be removed later\n            return Timeout.from_float(timeout)\n\n    def _make_request(self, conn, method, url, timeout=_Default,\n                      **httplib_request_kw):\n        \"\"\"\n        Perform a request on a given urllib connection object taken from our\n        pool.\n\n        :param conn:\n            a connection from one of our connection pools\n\n        :param timeout:\n            Socket timeout in seconds for the request. This can be a\n            float or integer, which will set the same timeout value for\n            the socket connect and the socket read, or an instance of\n            :class:`urllib3.util.Timeout`, which gives you more fine-grained\n            control over your timeouts.\n        \"\"\"\n        self.num_requests += 1\n\n        timeout_obj = self._get_timeout(timeout)\n        timeout_obj.start_connect()\n        conn.timeout = timeout_obj.connect_timeout\n\n        # Trigger any extra validation we need to do.\n        self._validate_conn(conn)\n\n        # conn.request() calls httplib.*.request, not the method in\n        # urllib3.request. It also calls makefile (recv) on the socket.\n        conn.request(method, url, **httplib_request_kw)\n\n        # Reset the timeout for the recv() on the socket\n        read_timeout = timeout_obj.read_timeout\n\n        # App Engine doesn't have a sock attr\n        if getattr(conn, 'sock', None):\n            # In Python 3 socket.py will catch EAGAIN and return None when you\n            # try and read into the file pointer created by http.client, which\n            # instead raises a BadStatusLine exception. Instead of catching\n            # the exception and assuming all BadStatusLine exceptions are read\n            # timeouts, check for a zero timeout before making the request.\n            if read_timeout == 0:\n                raise ReadTimeoutError(\n                    self, url, \"Read timed out. (read timeout=%s)\" % read_timeout)\n            if read_timeout is Timeout.DEFAULT_TIMEOUT:\n                conn.sock.settimeout(socket.getdefaulttimeout())\n            else:  # None or a value\n                conn.sock.settimeout(read_timeout)\n\n        # Receive the response from the server\n        try:\n            try:  # Python 2.7+, use buffering of HTTP responses\n                httplib_response = conn.getresponse(buffering=True)\n            except TypeError:  # Python 2.6 and older\n                httplib_response = conn.getresponse()\n        except SocketTimeout:\n            raise ReadTimeoutError(\n                self, url, \"Read timed out. (read timeout=%s)\" % read_timeout)\n\n        except BaseSSLError as e:\n            # Catch possible read timeouts thrown as SSL errors. If not the\n            # case, rethrow the original. We need to do this because of:\n            # http://bugs.python.org/issue10272\n            if 'timed out' in str(e) or \\\n               'did not complete (read)' in str(e):  # Python 2.6\n                raise ReadTimeoutError(\n                        self, url, \"Read timed out. (read timeout=%s)\" % read_timeout)\n\n            raise\n\n        except SocketError as e:  # Platform-specific: Python 2\n            # See the above comment about EAGAIN in Python 3. In Python 2 we\n            # have to specifically catch it and throw the timeout error\n            if e.errno in _blocking_errnos:\n                raise ReadTimeoutError(\n                    self, url, \"Read timed out. (read timeout=%s)\" % read_timeout)\n\n            raise\n\n        # AppEngine doesn't have a version attr.\n        http_version = getattr(conn, '_http_vsn_str', 'HTTP/?')\n        log.debug(\"\\\"%s %s %s\\\" %s %s\" % (method, url, http_version,\n                                          httplib_response.status,\n                                          httplib_response.length))\n        return httplib_response\n\n    def close(self):\n        \"\"\"\n        Close all pooled connections and disable the pool.\n        \"\"\"\n        # Disable access to the pool\n        old_pool, self.pool = self.pool, None\n\n        try:\n            while True:\n                conn = old_pool.get(block=False)\n                if conn:\n                    conn.close()\n\n        except Empty:\n            pass  # Done.\n\n    def is_same_host(self, url):\n        \"\"\"\n        Check if the given ``url`` is a member of the same host as this\n        connection pool.\n        \"\"\"\n        if url.startswith('/'):\n            return True\n\n        # TODO: Add optional support for socket.gethostbyname checking.\n        scheme, host, port = get_host(url)\n\n        # Use explicit default port for comparison when none is given\n        if self.port and not port:\n            port = port_by_scheme.get(scheme)\n        elif not self.port and port == port_by_scheme.get(scheme):\n            port = None\n\n        return (scheme, host, port) == (self.scheme, self.host, self.port)\n\n    def urlopen(self, method, url, body=None, headers=None, retries=None,\n                redirect=True, assert_same_host=True, timeout=_Default,\n                pool_timeout=None, release_conn=None, **response_kw):\n        \"\"\"\n        Get a connection from the pool and perform an HTTP request. This is the\n        lowest level call for making a request, so you'll need to specify all\n        the raw details.\n\n        .. note::\n\n           More commonly, it's appropriate to use a convenience method provided\n           by :class:`.RequestMethods`, such as :meth:`request`.\n\n        .. note::\n\n           `release_conn` will only behave as expected if\n           `preload_content=False` because we want to make\n           `preload_content=False` the default behaviour someday soon without\n           breaking backwards compatibility.\n\n        :param method:\n            HTTP request method (such as GET, POST, PUT, etc.)\n\n        :param body:\n            Data to send in the request body (useful for creating\n            POST requests, see HTTPConnectionPool.post_url for\n            more convenience).\n\n        :param headers:\n            Dictionary of custom headers to send, such as User-Agent,\n            If-None-Match, etc. If None, pool headers are used. If provided,\n            these headers completely replace any pool-specific headers.\n\n        :param retries:\n            Configure the number of retries to allow before raising a\n            :class:`~urllib3.exceptions.MaxRetryError` exception.\n\n            Pass ``None`` to retry until you receive a response. Pass a\n            :class:`~urllib3.util.retry.Retry` object for fine-grained control\n            over different types of retries.\n            Pass an integer number to retry connection errors that many times,\n            but no other types of errors. Pass zero to never retry.\n\n            If ``False``, then retries are disabled and any exception is raised\n            immediately. Also, instead of raising a MaxRetryError on redirects,\n            the redirect response will be returned.\n\n        :type retries: :class:`~urllib3.util.retry.Retry`, False, or an int.\n\n        :param redirect:\n            If True, automatically handle redirects (status codes 301, 302,\n            303, 307, 308). Each redirect counts as a retry. Disabling retries\n            will disable redirect, too.\n\n        :param assert_same_host:\n            If ``True``, will make sure that the host of the pool requests is\n            consistent else will raise HostChangedError. When False, you can\n            use the pool on an HTTP proxy and request foreign hosts.\n\n        :param timeout:\n            If specified, overrides the default timeout for this one\n            request. It may be a float (in seconds) or an instance of\n            :class:`urllib3.util.Timeout`.\n\n        :param pool_timeout:\n            If set and the pool is set to block=True, then this method will\n            block for ``pool_timeout`` seconds and raise EmptyPoolError if no\n            connection is available within the time period.\n\n        :param release_conn:\n            If False, then the urlopen call will not release the connection\n            back into the pool once a response is received (but will release if\n            you read the entire contents of the response such as when\n            `preload_content=True`). This is useful if you're not preloading\n            the response's content immediately. You will need to call\n            ``r.release_conn()`` on the response ``r`` to return the connection\n            back into the pool. If None, it takes the value of\n            ``response_kw.get('preload_content', True)``.\n\n        :param \\**response_kw:\n            Additional parameters are passed to\n            :meth:`urllib3.response.HTTPResponse.from_httplib`\n        \"\"\"\n        if headers is None:\n            headers = self.headers\n\n        if not isinstance(retries, Retry):\n            retries = Retry.from_int(retries, redirect=redirect, default=self.retries)\n\n        if release_conn is None:\n            release_conn = response_kw.get('preload_content', True)\n\n        # Check host\n        if assert_same_host and not self.is_same_host(url):\n            raise HostChangedError(self, url, retries)\n\n        conn = None\n\n        # Merge the proxy headers. Only do this in HTTP. We have to copy the\n        # headers dict so we can safely change it without those changes being\n        # reflected in anyone else's copy.\n        if self.scheme == 'http':\n            headers = headers.copy()\n            headers.update(self.proxy_headers)\n\n        # Must keep the exception bound to a separate variable or else Python 3\n        # complains about UnboundLocalError.\n        err = None\n\n        try:\n            # Request a connection from the queue.\n            conn = self._get_conn(timeout=pool_timeout)\n\n            # Make the request on the httplib connection object.\n            httplib_response = self._make_request(conn, method, url,\n                                                  timeout=timeout,\n                                                  body=body, headers=headers)\n\n            # If we're going to release the connection in ``finally:``, then\n            # the request doesn't need to know about the connection. Otherwise\n            # it will also try to release it and we'll have a double-release\n            # mess.\n            response_conn = not release_conn and conn\n\n            # Import httplib's response into our own wrapper object\n            response = HTTPResponse.from_httplib(httplib_response,\n                                                 pool=self,\n                                                 connection=response_conn,\n                                                 **response_kw)\n\n            # else:\n            #     The connection will be put back into the pool when\n            #     ``response.release_conn()`` is called (implicitly by\n            #     ``response.read()``)\n\n        except Empty:\n            # Timed out by queue.\n            raise EmptyPoolError(self, \"No pool connections are available.\")\n\n        except (BaseSSLError, CertificateError) as e:\n            # Release connection unconditionally because there is no way to\n            # close it externally in case of exception.\n            release_conn = True\n            raise SSLError(e)\n\n        except (TimeoutError, HTTPException, SocketError) as e:\n            if conn:\n                # Discard the connection for these exceptions. It will be\n                # be replaced during the next _get_conn() call.\n                conn.close()\n                conn = None\n\n            stacktrace = sys.exc_info()[2]\n            if isinstance(e, SocketError) and self.proxy:\n                e = ProxyError('Cannot connect to proxy.', e)\n            elif isinstance(e, (SocketError, HTTPException)):\n                e = ProtocolError('Connection aborted.', e)\n\n            retries = retries.increment(method, url, error=e,\n                                        _pool=self, _stacktrace=stacktrace)\n            retries.sleep()\n\n            # Keep track of the error for the retry warning.\n            err = e\n\n        finally:\n            if release_conn:\n                # Put the connection back to be reused. If the connection is\n                # expired then it will be None, which will get replaced with a\n                # fresh connection during _get_conn.\n                self._put_conn(conn)\n\n        if not conn:\n            # Try again\n            log.warning(\"Retrying (%r) after connection \"\n                        \"broken by '%r': %s\" % (retries, err, url))\n            return self.urlopen(method, url, body, headers, retries,\n                                redirect, assert_same_host,\n                                timeout=timeout, pool_timeout=pool_timeout,\n                                release_conn=release_conn, **response_kw)\n\n        # Handle redirect?\n        redirect_location = redirect and response.get_redirect_location()\n        if redirect_location:\n            if response.status == 303:\n                method = 'GET'\n\n            try:\n                retries = retries.increment(method, url, response=response, _pool=self)\n            except MaxRetryError:\n                if retries.raise_on_redirect:\n                    raise\n                return response\n\n            log.info(\"Redirecting %s -> %s\" % (url, redirect_location))\n            return self.urlopen(method, redirect_location, body, headers,\n                    retries=retries, redirect=redirect,\n                    assert_same_host=assert_same_host,\n                    timeout=timeout, pool_timeout=pool_timeout,\n                    release_conn=release_conn, **response_kw)\n\n        # Check if we should retry the HTTP response.\n        if retries.is_forced_retry(method, status_code=response.status):\n            retries = retries.increment(method, url, response=response, _pool=self)\n            retries.sleep()\n            log.info(\"Forced retry: %s\" % url)\n            return self.urlopen(method, url, body, headers,\n                    retries=retries, redirect=redirect,\n                    assert_same_host=assert_same_host,\n                    timeout=timeout, pool_timeout=pool_timeout,\n                    release_conn=release_conn, **response_kw)\n\n        return response\n\n\nclass HTTPSConnectionPool(HTTPConnectionPool):\n    \"\"\"\n    Same as :class:`.HTTPConnectionPool`, but HTTPS.\n\n    When Python is compiled with the :mod:`ssl` module, then\n    :class:`.VerifiedHTTPSConnection` is used, which *can* verify certificates,\n    instead of :class:`.HTTPSConnection`.\n\n    :class:`.VerifiedHTTPSConnection` uses one of ``assert_fingerprint``,\n    ``assert_hostname`` and ``host`` in this order to verify connections.\n    If ``assert_hostname`` is False, no verification is done.\n\n    The ``key_file``, ``cert_file``, ``cert_reqs``, ``ca_certs`` and\n    ``ssl_version`` are only used if :mod:`ssl` is available and are fed into\n    :meth:`urllib3.util.ssl_wrap_socket` to upgrade the connection socket\n    into an SSL socket.\n    \"\"\"\n\n    scheme = 'https'\n    ConnectionCls = HTTPSConnection\n\n    def __init__(self, host, port=None,\n                 strict=False, timeout=Timeout.DEFAULT_TIMEOUT, maxsize=1,\n                 block=False, headers=None, retries=None,\n                 _proxy=None, _proxy_headers=None,\n                 key_file=None, cert_file=None, cert_reqs=None,\n                 ca_certs=None, ssl_version=None,\n                 assert_hostname=None, assert_fingerprint=None,\n                 **conn_kw):\n\n        HTTPConnectionPool.__init__(self, host, port, strict, timeout, maxsize,\n                                    block, headers, retries, _proxy, _proxy_headers,\n                                    **conn_kw)\n        self.key_file = key_file\n        self.cert_file = cert_file\n        self.cert_reqs = cert_reqs\n        self.ca_certs = ca_certs\n        self.ssl_version = ssl_version\n        self.assert_hostname = assert_hostname\n        self.assert_fingerprint = assert_fingerprint\n\n    def _prepare_conn(self, conn):\n        \"\"\"\n        Prepare the ``connection`` for :meth:`urllib3.util.ssl_wrap_socket`\n        and establish the tunnel if proxy is used.\n        \"\"\"\n\n        if isinstance(conn, VerifiedHTTPSConnection):\n            conn.set_cert(key_file=self.key_file,\n                          cert_file=self.cert_file,\n                          cert_reqs=self.cert_reqs,\n                          ca_certs=self.ca_certs,\n                          assert_hostname=self.assert_hostname,\n                          assert_fingerprint=self.assert_fingerprint)\n            conn.ssl_version = self.ssl_version\n\n        if self.proxy is not None:\n            # Python 2.7+\n            try:\n                set_tunnel = conn.set_tunnel\n            except AttributeError:  # Platform-specific: Python 2.6\n                set_tunnel = conn._set_tunnel\n\n            if sys.version_info <= (2, 6, 4) and not self.proxy_headers:   # Python 2.6.4 and older\n                set_tunnel(self.host, self.port)\n            else:\n                set_tunnel(self.host, self.port, self.proxy_headers)\n\n            # Establish tunnel connection early, because otherwise httplib\n            # would improperly set Host: header to proxy's IP:port.\n            conn.connect()\n\n        return conn\n\n    def _new_conn(self):\n        \"\"\"\n        Return a fresh :class:`httplib.HTTPSConnection`.\n        \"\"\"\n        self.num_connections += 1\n        log.info(\"Starting new HTTPS connection (%d): %s\"\n                 % (self.num_connections, self.host))\n\n        if not self.ConnectionCls or self.ConnectionCls is DummyConnection:\n            # Platform-specific: Python without ssl\n            raise SSLError(\"Can't connect to HTTPS URL because the SSL \"\n                           \"module is not available.\")\n\n        actual_host = self.host\n        actual_port = self.port\n        if self.proxy is not None:\n            actual_host = self.proxy.host\n            actual_port = self.proxy.port\n\n        conn = self.ConnectionCls(host=actual_host, port=actual_port,\n                                  timeout=self.timeout.connect_timeout,\n                                  strict=self.strict, **self.conn_kw)\n\n        return self._prepare_conn(conn)\n\n    def _validate_conn(self, conn):\n        \"\"\"\n        Called right before a request is made, after the socket is created.\n        \"\"\"\n        super(HTTPSConnectionPool, self)._validate_conn(conn)\n\n        # Force connect early to allow us to validate the connection.\n        if not getattr(conn, 'sock', None):  # AppEngine might not have  `.sock`\n            conn.connect()\n\n        if not conn.is_verified:\n            warnings.warn((\n                'Unverified HTTPS request is being made. '\n                'Adding certificate verification is strongly advised. See: '\n                'https://urllib3.readthedocs.org/en/latest/security.html '\n                '(This warning will only appear once by default.)'),\n                InsecureRequestWarning)\n\n\ndef connection_from_url(url, **kw):\n    \"\"\"\n    Given a url, return an :class:`.ConnectionPool` instance of its host.\n\n    This is a shortcut for not having to parse out the scheme, host, and port\n    of the url before creating an :class:`.ConnectionPool` instance.\n\n    :param url:\n        Absolute URL string that must include the scheme. Port is optional.\n\n    :param \\**kw:\n        Passes additional parameters to the constructor of the appropriate\n        :class:`.ConnectionPool`. Useful for specifying things like\n        timeout, maxsize, headers, etc.\n\n    Example::\n\n        >>> conn = connection_from_url('http://google.com/')\n        >>> r = conn.request('GET', '/')\n    \"\"\"\n    scheme, host, port = get_host(url)\n    if scheme == 'https':\n        return HTTPSConnectionPool(host, port=port, **kw)\n    else:\n        return HTTPConnectionPool(host, port=port, **kw)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/contrib/__init__.py",
    "content": ""
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/contrib/ntlmpool.py",
    "content": "\"\"\"\nNTLM authenticating pool, contributed by erikcederstran\n\nIssue #10, see: http://code.google.com/p/urllib3/issues/detail?id=10\n\"\"\"\n\ntry:\n    from http.client import HTTPSConnection\nexcept ImportError:\n    from httplib import HTTPSConnection\nfrom logging import getLogger\nfrom ntlm import ntlm\n\nfrom urllib3 import HTTPSConnectionPool\n\n\nlog = getLogger(__name__)\n\n\nclass NTLMConnectionPool(HTTPSConnectionPool):\n    \"\"\"\n    Implements an NTLM authentication version of an urllib3 connection pool\n    \"\"\"\n\n    scheme = 'https'\n\n    def __init__(self, user, pw, authurl, *args, **kwargs):\n        \"\"\"\n        authurl is a random URL on the server that is protected by NTLM.\n        user is the Windows user, probably in the DOMAIN\\\\username format.\n        pw is the password for the user.\n        \"\"\"\n        super(NTLMConnectionPool, self).__init__(*args, **kwargs)\n        self.authurl = authurl\n        self.rawuser = user\n        user_parts = user.split('\\\\', 1)\n        self.domain = user_parts[0].upper()\n        self.user = user_parts[1]\n        self.pw = pw\n\n    def _new_conn(self):\n        # Performs the NTLM handshake that secures the connection. The socket\n        # must be kept open while requests are performed.\n        self.num_connections += 1\n        log.debug('Starting NTLM HTTPS connection no. %d: https://%s%s' %\n                  (self.num_connections, self.host, self.authurl))\n\n        headers = {}\n        headers['Connection'] = 'Keep-Alive'\n        req_header = 'Authorization'\n        resp_header = 'www-authenticate'\n\n        conn = HTTPSConnection(host=self.host, port=self.port)\n\n        # Send negotiation message\n        headers[req_header] = (\n            'NTLM %s' % ntlm.create_NTLM_NEGOTIATE_MESSAGE(self.rawuser))\n        log.debug('Request headers: %s' % headers)\n        conn.request('GET', self.authurl, None, headers)\n        res = conn.getresponse()\n        reshdr = dict(res.getheaders())\n        log.debug('Response status: %s %s' % (res.status, res.reason))\n        log.debug('Response headers: %s' % reshdr)\n        log.debug('Response data: %s [...]' % res.read(100))\n\n        # Remove the reference to the socket, so that it can not be closed by\n        # the response object (we want to keep the socket open)\n        res.fp = None\n\n        # Server should respond with a challenge message\n        auth_header_values = reshdr[resp_header].split(', ')\n        auth_header_value = None\n        for s in auth_header_values:\n            if s[:5] == 'NTLM ':\n                auth_header_value = s[5:]\n        if auth_header_value is None:\n            raise Exception('Unexpected %s response header: %s' %\n                            (resp_header, reshdr[resp_header]))\n\n        # Send authentication message\n        ServerChallenge, NegotiateFlags = \\\n            ntlm.parse_NTLM_CHALLENGE_MESSAGE(auth_header_value)\n        auth_msg = ntlm.create_NTLM_AUTHENTICATE_MESSAGE(ServerChallenge,\n                                                         self.user,\n                                                         self.domain,\n                                                         self.pw,\n                                                         NegotiateFlags)\n        headers[req_header] = 'NTLM %s' % auth_msg\n        log.debug('Request headers: %s' % headers)\n        conn.request('GET', self.authurl, None, headers)\n        res = conn.getresponse()\n        log.debug('Response status: %s %s' % (res.status, res.reason))\n        log.debug('Response headers: %s' % dict(res.getheaders()))\n        log.debug('Response data: %s [...]' % res.read()[:100])\n        if res.status != 200:\n            if res.status == 401:\n                raise Exception('Server rejected request: wrong '\n                                'username or password')\n            raise Exception('Wrong server response: %s %s' %\n                            (res.status, res.reason))\n\n        res.fp = None\n        log.debug('Connection established')\n        return conn\n\n    def urlopen(self, method, url, body=None, headers=None, retries=3,\n                redirect=True, assert_same_host=True):\n        if headers is None:\n            headers = {}\n        headers['Connection'] = 'Keep-Alive'\n        return super(NTLMConnectionPool, self).urlopen(method, url, body,\n                                                       headers, retries,\n                                                       redirect,\n                                                       assert_same_host)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/contrib/pyopenssl.py",
    "content": "'''SSL with SNI_-support for Python 2. Follow these instructions if you would\nlike to verify SSL certificates in Python 2. Note, the default libraries do\n*not* do certificate checking; you need to do additional work to validate\ncertificates yourself.\n\nThis needs the following packages installed:\n\n* pyOpenSSL (tested with 0.13)\n* ndg-httpsclient (tested with 0.3.2)\n* pyasn1 (tested with 0.1.6)\n\nYou can install them with the following command:\n\n    pip install pyopenssl ndg-httpsclient pyasn1\n\nTo activate certificate checking, call\n:func:`~urllib3.contrib.pyopenssl.inject_into_urllib3` from your Python code\nbefore you begin making HTTP requests. This can be done in a ``sitecustomize``\nmodule, or at any other time before your application begins using ``urllib3``,\nlike this::\n\n    try:\n        import urllib3.contrib.pyopenssl\n        urllib3.contrib.pyopenssl.inject_into_urllib3()\n    except ImportError:\n        pass\n\nNow you can use :mod:`urllib3` as you normally would, and it will support SNI\nwhen the required modules are installed.\n\nActivating this module also has the positive side effect of disabling SSL/TLS\nencryption in Python 2 (see `CRIME attack`_).\n\nIf you want to configure the default list of supported cipher suites, you can\nset the ``urllib3.contrib.pyopenssl.DEFAULT_SSL_CIPHER_LIST`` variable.\n\nModule Variables\n----------------\n\n:var DEFAULT_SSL_CIPHER_LIST: The list of supported SSL/TLS cipher suites.\n    Default: ``ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:\n    ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS``\n\n.. _sni: https://en.wikipedia.org/wiki/Server_Name_Indication\n.. _crime attack: https://en.wikipedia.org/wiki/CRIME_(security_exploit)\n\n'''\n\ntry:\n    from ndg.httpsclient.ssl_peer_verification import SUBJ_ALT_NAME_SUPPORT\n    from ndg.httpsclient.subj_alt_name import SubjectAltName as BaseSubjectAltName\nexcept SyntaxError as e:\n    raise ImportError(e)\n\nimport OpenSSL.SSL\nfrom pyasn1.codec.der import decoder as der_decoder\nfrom pyasn1.type import univ, constraint\nfrom socket import _fileobject, timeout\nimport ssl\nimport select\n\nfrom .. import connection\nfrom .. import util\n\n__all__ = ['inject_into_urllib3', 'extract_from_urllib3']\n\n# SNI only *really* works if we can read the subjectAltName of certificates.\nHAS_SNI = SUBJ_ALT_NAME_SUPPORT\n\n# Map from urllib3 to PyOpenSSL compatible parameter-values.\n_openssl_versions = {\n    ssl.PROTOCOL_SSLv23: OpenSSL.SSL.SSLv23_METHOD,\n    ssl.PROTOCOL_SSLv3: OpenSSL.SSL.SSLv3_METHOD,\n    ssl.PROTOCOL_TLSv1: OpenSSL.SSL.TLSv1_METHOD,\n}\n_openssl_verify = {\n    ssl.CERT_NONE: OpenSSL.SSL.VERIFY_NONE,\n    ssl.CERT_OPTIONAL: OpenSSL.SSL.VERIFY_PEER,\n    ssl.CERT_REQUIRED: OpenSSL.SSL.VERIFY_PEER\n                       + OpenSSL.SSL.VERIFY_FAIL_IF_NO_PEER_CERT,\n}\n\n# A secure default.\n# Sources for more information on TLS ciphers:\n#\n# - https://wiki.mozilla.org/Security/Server_Side_TLS\n# - https://www.ssllabs.com/projects/best-practices/index.html\n# - https://hynek.me/articles/hardening-your-web-servers-ssl-ciphers/\n#\n# The general intent is:\n# - Prefer cipher suites that offer perfect forward secrecy (DHE/ECDHE),\n# - prefer ECDHE over DHE for better performance,\n# - prefer any AES-GCM over any AES-CBC for better performance and security,\n# - use 3DES as fallback which is secure but slow,\n# - disable NULL authentication, MD5 MACs and DSS for security reasons.\nDEFAULT_SSL_CIPHER_LIST = \"ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:\" + \\\n    \"ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:\" + \\\n    \"!aNULL:!MD5:!DSS\"\n\n\norig_util_HAS_SNI = util.HAS_SNI\norig_connection_ssl_wrap_socket = connection.ssl_wrap_socket\n\n\ndef inject_into_urllib3():\n    'Monkey-patch urllib3 with PyOpenSSL-backed SSL-support.'\n\n    connection.ssl_wrap_socket = ssl_wrap_socket\n    util.HAS_SNI = HAS_SNI\n\n\ndef extract_from_urllib3():\n    'Undo monkey-patching by :func:`inject_into_urllib3`.'\n\n    connection.ssl_wrap_socket = orig_connection_ssl_wrap_socket\n    util.HAS_SNI = orig_util_HAS_SNI\n\n\n### Note: This is a slightly bug-fixed version of same from ndg-httpsclient.\nclass SubjectAltName(BaseSubjectAltName):\n    '''ASN.1 implementation for subjectAltNames support'''\n\n    # There is no limit to how many SAN certificates a certificate may have,\n    #   however this needs to have some limit so we'll set an arbitrarily high\n    #   limit.\n    sizeSpec = univ.SequenceOf.sizeSpec + \\\n        constraint.ValueSizeConstraint(1, 1024)\n\n\n### Note: This is a slightly bug-fixed version of same from ndg-httpsclient.\ndef get_subj_alt_name(peer_cert):\n    # Search through extensions\n    dns_name = []\n    if not SUBJ_ALT_NAME_SUPPORT:\n        return dns_name\n\n    general_names = SubjectAltName()\n    for i in range(peer_cert.get_extension_count()):\n        ext = peer_cert.get_extension(i)\n        ext_name = ext.get_short_name()\n        if ext_name != 'subjectAltName':\n            continue\n\n        # PyOpenSSL returns extension data in ASN.1 encoded form\n        ext_dat = ext.get_data()\n        decoded_dat = der_decoder.decode(ext_dat,\n                                         asn1Spec=general_names)\n\n        for name in decoded_dat:\n            if not isinstance(name, SubjectAltName):\n                continue\n            for entry in range(len(name)):\n                component = name.getComponentByPosition(entry)\n                if component.getName() != 'dNSName':\n                    continue\n                dns_name.append(str(component.getComponent()))\n\n    return dns_name\n\n\nclass WrappedSocket(object):\n    '''API-compatibility wrapper for Python OpenSSL's Connection-class.\n\n    Note: _makefile_refs, _drop() and _reuse() are needed for the garbage\n    collector of pypy.\n    '''\n\n    def __init__(self, connection, socket, suppress_ragged_eofs=True):\n        self.connection = connection\n        self.socket = socket\n        self.suppress_ragged_eofs = suppress_ragged_eofs\n        self._makefile_refs = 0\n\n    def fileno(self):\n        return self.socket.fileno()\n\n    def makefile(self, mode, bufsize=-1):\n        self._makefile_refs += 1\n        return _fileobject(self, mode, bufsize, close=True)\n\n    def recv(self, *args, **kwargs):\n        try:\n            data = self.connection.recv(*args, **kwargs)\n        except OpenSSL.SSL.SysCallError as e:\n            if self.suppress_ragged_eofs and e.args == (-1, 'Unexpected EOF'):\n                return b''\n            else:\n                raise\n        except OpenSSL.SSL.WantReadError:\n            rd, wd, ed = select.select(\n                [self.socket], [], [], self.socket.gettimeout())\n            if not rd:\n                raise timeout('The read operation timed out')\n            else:\n                return self.recv(*args, **kwargs)\n        else:\n            return data\n\n    def settimeout(self, timeout):\n        return self.socket.settimeout(timeout)\n\n    def sendall(self, data):\n        return self.connection.sendall(data)\n\n    def close(self):\n        if self._makefile_refs < 1:\n            return self.connection.shutdown()\n        else:\n            self._makefile_refs -= 1\n\n    def getpeercert(self, binary_form=False):\n        x509 = self.connection.get_peer_certificate()\n\n        if not x509:\n            return x509\n\n        if binary_form:\n            return OpenSSL.crypto.dump_certificate(\n                OpenSSL.crypto.FILETYPE_ASN1,\n                x509)\n\n        return {\n            'subject': (\n                (('commonName', x509.get_subject().CN),),\n            ),\n            'subjectAltName': [\n                ('DNS', value)\n                for value in get_subj_alt_name(x509)\n            ]\n        }\n\n    def _reuse(self):\n        self._makefile_refs += 1\n\n    def _drop(self):\n        if self._makefile_refs < 1:\n            self.close()\n        else:\n            self._makefile_refs -= 1\n\n\ndef _verify_callback(cnx, x509, err_no, err_depth, return_code):\n    return err_no == 0\n\n\ndef ssl_wrap_socket(sock, keyfile=None, certfile=None, cert_reqs=None,\n                    ca_certs=None, server_hostname=None,\n                    ssl_version=None):\n    ctx = OpenSSL.SSL.Context(_openssl_versions[ssl_version])\n    if certfile:\n        ctx.use_certificate_file(certfile)\n    if keyfile:\n        ctx.use_privatekey_file(keyfile)\n    if cert_reqs != ssl.CERT_NONE:\n        ctx.set_verify(_openssl_verify[cert_reqs], _verify_callback)\n    if ca_certs:\n        try:\n            ctx.load_verify_locations(ca_certs, None)\n        except OpenSSL.SSL.Error as e:\n            raise ssl.SSLError('bad ca_certs: %r' % ca_certs, e)\n    else:\n        ctx.set_default_verify_paths()\n\n    # Disable TLS compression to migitate CRIME attack (issue #309)\n    OP_NO_COMPRESSION = 0x20000\n    ctx.set_options(OP_NO_COMPRESSION)\n\n    # Set list of supported ciphersuites.\n    ctx.set_cipher_list(DEFAULT_SSL_CIPHER_LIST)\n\n    cnx = OpenSSL.SSL.Connection(ctx, sock)\n    cnx.set_tlsext_host_name(server_hostname)\n    cnx.set_connect_state()\n    while True:\n        try:\n            cnx.do_handshake()\n        except OpenSSL.SSL.WantReadError:\n            select.select([sock], [], [])\n            continue\n        except OpenSSL.SSL.Error as e:\n            raise ssl.SSLError('bad handshake', e)\n        break\n\n    return WrappedSocket(cnx, sock)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/exceptions.py",
    "content": "\n## Base Exceptions\n\nclass HTTPError(Exception):\n    \"Base exception used by this module.\"\n    pass\n\nclass HTTPWarning(Warning):\n    \"Base warning used by this module.\"\n    pass\n\n\n\nclass PoolError(HTTPError):\n    \"Base exception for errors caused within a pool.\"\n    def __init__(self, pool, message):\n        self.pool = pool\n        HTTPError.__init__(self, \"%s: %s\" % (pool, message))\n\n    def __reduce__(self):\n        # For pickling purposes.\n        return self.__class__, (None, None)\n\n\nclass RequestError(PoolError):\n    \"Base exception for PoolErrors that have associated URLs.\"\n    def __init__(self, pool, url, message):\n        self.url = url\n        PoolError.__init__(self, pool, message)\n\n    def __reduce__(self):\n        # For pickling purposes.\n        return self.__class__, (None, self.url, None)\n\n\nclass SSLError(HTTPError):\n    \"Raised when SSL certificate fails in an HTTPS connection.\"\n    pass\n\n\nclass ProxyError(HTTPError):\n    \"Raised when the connection to a proxy fails.\"\n    pass\n\n\nclass DecodeError(HTTPError):\n    \"Raised when automatic decoding based on Content-Type fails.\"\n    pass\n\n\nclass ProtocolError(HTTPError):\n    \"Raised when something unexpected happens mid-request/response.\"\n    pass\n\n\n#: Renamed to ProtocolError but aliased for backwards compatibility.\nConnectionError = ProtocolError\n\n\n## Leaf Exceptions\n\nclass MaxRetryError(RequestError):\n    \"\"\"Raised when the maximum number of retries is exceeded.\n\n    :param pool: The connection pool\n    :type pool: :class:`~urllib3.connectionpool.HTTPConnectionPool`\n    :param string url: The requested Url\n    :param exceptions.Exception reason: The underlying error\n\n    \"\"\"\n\n    def __init__(self, pool, url, reason=None):\n        self.reason = reason\n\n        message = \"Max retries exceeded with url: %s\" % url\n        if reason:\n            message += \" (Caused by %r)\" % reason\n        else:\n            message += \" (Caused by redirect)\"\n\n        RequestError.__init__(self, pool, url, message)\n\n\nclass HostChangedError(RequestError):\n    \"Raised when an existing pool gets a request for a foreign host.\"\n\n    def __init__(self, pool, url, retries=3):\n        message = \"Tried to open a foreign host with url: %s\" % url\n        RequestError.__init__(self, pool, url, message)\n        self.retries = retries\n\n\nclass TimeoutStateError(HTTPError):\n    \"\"\" Raised when passing an invalid state to a timeout \"\"\"\n    pass\n\n\nclass TimeoutError(HTTPError):\n    \"\"\" Raised when a socket timeout error occurs.\n\n    Catching this error will catch both :exc:`ReadTimeoutErrors\n    <ReadTimeoutError>` and :exc:`ConnectTimeoutErrors <ConnectTimeoutError>`.\n    \"\"\"\n    pass\n\n\nclass ReadTimeoutError(TimeoutError, RequestError):\n    \"Raised when a socket timeout occurs while receiving data from a server\"\n    pass\n\n\n# This timeout error does not have a URL attached and needs to inherit from the\n# base HTTPError\nclass ConnectTimeoutError(TimeoutError):\n    \"Raised when a socket timeout occurs while connecting to a server\"\n    pass\n\n\nclass EmptyPoolError(PoolError):\n    \"Raised when a pool runs out of connections and no more are allowed.\"\n    pass\n\n\nclass ClosedPoolError(PoolError):\n    \"Raised when a request enters a pool after the pool has been closed.\"\n    pass\n\n\nclass LocationValueError(ValueError, HTTPError):\n    \"Raised when there is something wrong with a given URL input.\"\n    pass\n\n\nclass LocationParseError(LocationValueError):\n    \"Raised when get_host or similar fails to parse the URL input.\"\n\n    def __init__(self, location):\n        message = \"Failed to parse: %s\" % location\n        HTTPError.__init__(self, message)\n\n        self.location = location\n\n\nclass SecurityWarning(HTTPWarning):\n    \"Warned when perfoming security reducing actions\"\n    pass\n\n\nclass InsecureRequestWarning(SecurityWarning):\n    \"Warned when making an unverified HTTPS request.\"\n    pass\n\n\nclass SystemTimeWarning(SecurityWarning):\n    \"Warned when system time is suspected to be wrong\"\n    pass\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/fields.py",
    "content": "import email.utils\nimport mimetypes\n\nfrom .packages import six\n\n\ndef guess_content_type(filename, default='application/octet-stream'):\n    \"\"\"\n    Guess the \"Content-Type\" of a file.\n\n    :param filename:\n        The filename to guess the \"Content-Type\" of using :mod:`mimetypes`.\n    :param default:\n        If no \"Content-Type\" can be guessed, default to `default`.\n    \"\"\"\n    if filename:\n        return mimetypes.guess_type(filename)[0] or default\n    return default\n\n\ndef format_header_param(name, value):\n    \"\"\"\n    Helper function to format and quote a single header parameter.\n\n    Particularly useful for header parameters which might contain\n    non-ASCII values, like file names. This follows RFC 2231, as\n    suggested by RFC 2388 Section 4.4.\n\n    :param name:\n        The name of the parameter, a string expected to be ASCII only.\n    :param value:\n        The value of the parameter, provided as a unicode string.\n    \"\"\"\n    if not any(ch in value for ch in '\"\\\\\\r\\n'):\n        result = '%s=\"%s\"' % (name, value)\n        try:\n            result.encode('ascii')\n        except UnicodeEncodeError:\n            pass\n        else:\n            return result\n    if not six.PY3:  # Python 2:\n        value = value.encode('utf-8')\n    value = email.utils.encode_rfc2231(value, 'utf-8')\n    value = '%s*=%s' % (name, value)\n    return value\n\n\nclass RequestField(object):\n    \"\"\"\n    A data container for request body parameters.\n\n    :param name:\n        The name of this request field.\n    :param data:\n        The data/value body.\n    :param filename:\n        An optional filename of the request field.\n    :param headers:\n        An optional dict-like object of headers to initially use for the field.\n    \"\"\"\n    def __init__(self, name, data, filename=None, headers=None):\n        self._name = name\n        self._filename = filename\n        self.data = data\n        self.headers = {}\n        if headers:\n            self.headers = dict(headers)\n\n    @classmethod\n    def from_tuples(cls, fieldname, value):\n        \"\"\"\n        A :class:`~urllib3.fields.RequestField` factory from old-style tuple parameters.\n\n        Supports constructing :class:`~urllib3.fields.RequestField` from\n        parameter of key/value strings AND key/filetuple. A filetuple is a\n        (filename, data, MIME type) tuple where the MIME type is optional.\n        For example::\n\n            'foo': 'bar',\n            'fakefile': ('foofile.txt', 'contents of foofile'),\n            'realfile': ('barfile.txt', open('realfile').read()),\n            'typedfile': ('bazfile.bin', open('bazfile').read(), 'image/jpeg'),\n            'nonamefile': 'contents of nonamefile field',\n\n        Field names and filenames must be unicode.\n        \"\"\"\n        if isinstance(value, tuple):\n            if len(value) == 3:\n                filename, data, content_type = value\n            else:\n                filename, data = value\n                content_type = guess_content_type(filename)\n        else:\n            filename = None\n            content_type = None\n            data = value\n\n        request_param = cls(fieldname, data, filename=filename)\n        request_param.make_multipart(content_type=content_type)\n\n        return request_param\n\n    def _render_part(self, name, value):\n        \"\"\"\n        Overridable helper function to format a single header parameter.\n\n        :param name:\n            The name of the parameter, a string expected to be ASCII only.\n        :param value:\n            The value of the parameter, provided as a unicode string.\n        \"\"\"\n        return format_header_param(name, value)\n\n    def _render_parts(self, header_parts):\n        \"\"\"\n        Helper function to format and quote a single header.\n\n        Useful for single headers that are composed of multiple items. E.g.,\n        'Content-Disposition' fields.\n\n        :param header_parts:\n            A sequence of (k, v) typles or a :class:`dict` of (k, v) to format\n            as `k1=\"v1\"; k2=\"v2\"; ...`.\n        \"\"\"\n        parts = []\n        iterable = header_parts\n        if isinstance(header_parts, dict):\n            iterable = header_parts.items()\n\n        for name, value in iterable:\n            if value:\n                parts.append(self._render_part(name, value))\n\n        return '; '.join(parts)\n\n    def render_headers(self):\n        \"\"\"\n        Renders the headers for this request field.\n        \"\"\"\n        lines = []\n\n        sort_keys = ['Content-Disposition', 'Content-Type', 'Content-Location']\n        for sort_key in sort_keys:\n            if self.headers.get(sort_key, False):\n                lines.append('%s: %s' % (sort_key, self.headers[sort_key]))\n\n        for header_name, header_value in self.headers.items():\n            if header_name not in sort_keys:\n                if header_value:\n                    lines.append('%s: %s' % (header_name, header_value))\n\n        lines.append('\\r\\n')\n        return '\\r\\n'.join(lines)\n\n    def make_multipart(self, content_disposition=None, content_type=None,\n                       content_location=None):\n        \"\"\"\n        Makes this request field into a multipart request field.\n\n        This method overrides \"Content-Disposition\", \"Content-Type\" and\n        \"Content-Location\" headers to the request parameter.\n\n        :param content_type:\n            The 'Content-Type' of the request body.\n        :param content_location:\n            The 'Content-Location' of the request body.\n\n        \"\"\"\n        self.headers['Content-Disposition'] = content_disposition or 'form-data'\n        self.headers['Content-Disposition'] += '; '.join([\n            '', self._render_parts(\n                (('name', self._name), ('filename', self._filename))\n            )\n        ])\n        self.headers['Content-Type'] = content_type\n        self.headers['Content-Location'] = content_location\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/filepost.py",
    "content": "import codecs\n\nfrom uuid import uuid4\nfrom io import BytesIO\n\nfrom .packages import six\nfrom .packages.six import b\nfrom .fields import RequestField\n\nwriter = codecs.lookup('utf-8')[3]\n\n\ndef choose_boundary():\n    \"\"\"\n    Our embarassingly-simple replacement for mimetools.choose_boundary.\n    \"\"\"\n    return uuid4().hex\n\n\ndef iter_field_objects(fields):\n    \"\"\"\n    Iterate over fields.\n\n    Supports list of (k, v) tuples and dicts, and lists of\n    :class:`~urllib3.fields.RequestField`.\n\n    \"\"\"\n    if isinstance(fields, dict):\n        i = six.iteritems(fields)\n    else:\n        i = iter(fields)\n\n    for field in i:\n        if isinstance(field, RequestField):\n            yield field\n        else:\n            yield RequestField.from_tuples(*field)\n\n\ndef iter_fields(fields):\n    \"\"\"\n    .. deprecated:: 1.6\n\n    Iterate over fields.\n\n    The addition of :class:`~urllib3.fields.RequestField` makes this function\n    obsolete. Instead, use :func:`iter_field_objects`, which returns\n    :class:`~urllib3.fields.RequestField` objects.\n\n    Supports list of (k, v) tuples and dicts.\n    \"\"\"\n    if isinstance(fields, dict):\n        return ((k, v) for k, v in six.iteritems(fields))\n\n    return ((k, v) for k, v in fields)\n\n\ndef encode_multipart_formdata(fields, boundary=None):\n    \"\"\"\n    Encode a dictionary of ``fields`` using the multipart/form-data MIME format.\n\n    :param fields:\n        Dictionary of fields or list of (key, :class:`~urllib3.fields.RequestField`).\n\n    :param boundary:\n        If not specified, then a random boundary will be generated using\n        :func:`mimetools.choose_boundary`.\n    \"\"\"\n    body = BytesIO()\n    if boundary is None:\n        boundary = choose_boundary()\n\n    for field in iter_field_objects(fields):\n        body.write(b('--%s\\r\\n' % (boundary)))\n\n        writer(body).write(field.render_headers())\n        data = field.data\n\n        if isinstance(data, int):\n            data = str(data)  # Backwards compatibility\n\n        if isinstance(data, six.text_type):\n            writer(body).write(data)\n        else:\n            body.write(data)\n\n        body.write(b'\\r\\n')\n\n    body.write(b('--%s--\\r\\n' % (boundary)))\n\n    content_type = str('multipart/form-data; boundary=%s' % boundary)\n\n    return body.getvalue(), content_type\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/packages/__init__.py",
    "content": "from __future__ import absolute_import\n\nfrom . import ssl_match_hostname\n\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/packages/ordered_dict.py",
    "content": "# Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy.\n# Passes Python2.7's test suite and incorporates all the latest updates.\n# Copyright 2009 Raymond Hettinger, released under the MIT License.\n# http://code.activestate.com/recipes/576693/\ntry:\n    from thread import get_ident as _get_ident\nexcept ImportError:\n    from dummy_thread import get_ident as _get_ident\n\ntry:\n    from _abcoll import KeysView, ValuesView, ItemsView\nexcept ImportError:\n    pass\n\n\nclass OrderedDict(dict):\n    'Dictionary that remembers insertion order'\n    # An inherited dict maps keys to values.\n    # The inherited dict provides __getitem__, __len__, __contains__, and get.\n    # The remaining methods are order-aware.\n    # Big-O running times for all methods are the same as for regular dictionaries.\n\n    # The internal self.__map dictionary maps keys to links in a doubly linked list.\n    # The circular doubly linked list starts and ends with a sentinel element.\n    # The sentinel element never gets deleted (this simplifies the algorithm).\n    # Each link is stored as a list of length three:  [PREV, NEXT, KEY].\n\n    def __init__(self, *args, **kwds):\n        '''Initialize an ordered dictionary.  Signature is the same as for\n        regular dictionaries, but keyword arguments are not recommended\n        because their insertion order is arbitrary.\n\n        '''\n        if len(args) > 1:\n            raise TypeError('expected at most 1 arguments, got %d' % len(args))\n        try:\n            self.__root\n        except AttributeError:\n            self.__root = root = []                     # sentinel node\n            root[:] = [root, root, None]\n            self.__map = {}\n        self.__update(*args, **kwds)\n\n    def __setitem__(self, key, value, dict_setitem=dict.__setitem__):\n        'od.__setitem__(i, y) <==> od[i]=y'\n        # Setting a new item creates a new link which goes at the end of the linked\n        # list, and the inherited dictionary is updated with the new key/value pair.\n        if key not in self:\n            root = self.__root\n            last = root[0]\n            last[1] = root[0] = self.__map[key] = [last, root, key]\n        dict_setitem(self, key, value)\n\n    def __delitem__(self, key, dict_delitem=dict.__delitem__):\n        'od.__delitem__(y) <==> del od[y]'\n        # Deleting an existing item uses self.__map to find the link which is\n        # then removed by updating the links in the predecessor and successor nodes.\n        dict_delitem(self, key)\n        link_prev, link_next, key = self.__map.pop(key)\n        link_prev[1] = link_next\n        link_next[0] = link_prev\n\n    def __iter__(self):\n        'od.__iter__() <==> iter(od)'\n        root = self.__root\n        curr = root[1]\n        while curr is not root:\n            yield curr[2]\n            curr = curr[1]\n\n    def __reversed__(self):\n        'od.__reversed__() <==> reversed(od)'\n        root = self.__root\n        curr = root[0]\n        while curr is not root:\n            yield curr[2]\n            curr = curr[0]\n\n    def clear(self):\n        'od.clear() -> None.  Remove all items from od.'\n        try:\n            for node in self.__map.itervalues():\n                del node[:]\n            root = self.__root\n            root[:] = [root, root, None]\n            self.__map.clear()\n        except AttributeError:\n            pass\n        dict.clear(self)\n\n    def popitem(self, last=True):\n        '''od.popitem() -> (k, v), return and remove a (key, value) pair.\n        Pairs are returned in LIFO order if last is true or FIFO order if false.\n\n        '''\n        if not self:\n            raise KeyError('dictionary is empty')\n        root = self.__root\n        if last:\n            link = root[0]\n            link_prev = link[0]\n            link_prev[1] = root\n            root[0] = link_prev\n        else:\n            link = root[1]\n            link_next = link[1]\n            root[1] = link_next\n            link_next[0] = root\n        key = link[2]\n        del self.__map[key]\n        value = dict.pop(self, key)\n        return key, value\n\n    # -- the following methods do not depend on the internal structure --\n\n    def keys(self):\n        'od.keys() -> list of keys in od'\n        return list(self)\n\n    def values(self):\n        'od.values() -> list of values in od'\n        return [self[key] for key in self]\n\n    def items(self):\n        'od.items() -> list of (key, value) pairs in od'\n        return [(key, self[key]) for key in self]\n\n    def iterkeys(self):\n        'od.iterkeys() -> an iterator over the keys in od'\n        return iter(self)\n\n    def itervalues(self):\n        'od.itervalues -> an iterator over the values in od'\n        for k in self:\n            yield self[k]\n\n    def iteritems(self):\n        'od.iteritems -> an iterator over the (key, value) items in od'\n        for k in self:\n            yield (k, self[k])\n\n    def update(*args, **kwds):\n        '''od.update(E, **F) -> None.  Update od from dict/iterable E and F.\n\n        If E is a dict instance, does:           for k in E: od[k] = E[k]\n        If E has a .keys() method, does:         for k in E.keys(): od[k] = E[k]\n        Or if E is an iterable of items, does:   for k, v in E: od[k] = v\n        In either case, this is followed by:     for k, v in F.items(): od[k] = v\n\n        '''\n        if len(args) > 2:\n            raise TypeError('update() takes at most 2 positional '\n                            'arguments (%d given)' % (len(args),))\n        elif not args:\n            raise TypeError('update() takes at least 1 argument (0 given)')\n        self = args[0]\n        # Make progressively weaker assumptions about \"other\"\n        other = ()\n        if len(args) == 2:\n            other = args[1]\n        if isinstance(other, dict):\n            for key in other:\n                self[key] = other[key]\n        elif hasattr(other, 'keys'):\n            for key in other.keys():\n                self[key] = other[key]\n        else:\n            for key, value in other:\n                self[key] = value\n        for key, value in kwds.items():\n            self[key] = value\n\n    __update = update  # let subclasses override update without breaking __init__\n\n    __marker = object()\n\n    def pop(self, key, default=__marker):\n        '''od.pop(k[,d]) -> v, remove specified key and return the corresponding value.\n        If key is not found, d is returned if given, otherwise KeyError is raised.\n\n        '''\n        if key in self:\n            result = self[key]\n            del self[key]\n            return result\n        if default is self.__marker:\n            raise KeyError(key)\n        return default\n\n    def setdefault(self, key, default=None):\n        'od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od'\n        if key in self:\n            return self[key]\n        self[key] = default\n        return default\n\n    def __repr__(self, _repr_running={}):\n        'od.__repr__() <==> repr(od)'\n        call_key = id(self), _get_ident()\n        if call_key in _repr_running:\n            return '...'\n        _repr_running[call_key] = 1\n        try:\n            if not self:\n                return '%s()' % (self.__class__.__name__,)\n            return '%s(%r)' % (self.__class__.__name__, self.items())\n        finally:\n            del _repr_running[call_key]\n\n    def __reduce__(self):\n        'Return state information for pickling'\n        items = [[k, self[k]] for k in self]\n        inst_dict = vars(self).copy()\n        for k in vars(OrderedDict()):\n            inst_dict.pop(k, None)\n        if inst_dict:\n            return (self.__class__, (items,), inst_dict)\n        return self.__class__, (items,)\n\n    def copy(self):\n        'od.copy() -> a shallow copy of od'\n        return self.__class__(self)\n\n    @classmethod\n    def fromkeys(cls, iterable, value=None):\n        '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S\n        and values equal to v (which defaults to None).\n\n        '''\n        d = cls()\n        for key in iterable:\n            d[key] = value\n        return d\n\n    def __eq__(self, other):\n        '''od.__eq__(y) <==> od==y.  Comparison to another OD is order-sensitive\n        while comparison to a regular mapping is order-insensitive.\n\n        '''\n        if isinstance(other, OrderedDict):\n            return len(self)==len(other) and self.items() == other.items()\n        return dict.__eq__(self, other)\n\n    def __ne__(self, other):\n        return not self == other\n\n    # -- the following methods are only used in Python 2.7 --\n\n    def viewkeys(self):\n        \"od.viewkeys() -> a set-like object providing a view on od's keys\"\n        return KeysView(self)\n\n    def viewvalues(self):\n        \"od.viewvalues() -> an object providing a view on od's values\"\n        return ValuesView(self)\n\n    def viewitems(self):\n        \"od.viewitems() -> a set-like object providing a view on od's items\"\n        return ItemsView(self)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/packages/six.py",
    "content": "\"\"\"Utilities for writing code that runs on Python 2 and 3\"\"\"\n\n#Copyright (c) 2010-2011 Benjamin Peterson\n\n#Permission is hereby granted, free of charge, to any person obtaining a copy of\n#this software and associated documentation files (the \"Software\"), to deal in\n#the Software without restriction, including without limitation the rights to\n#use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\n#the Software, and to permit persons to whom the Software is furnished to do so,\n#subject to the following conditions:\n\n#The above copyright notice and this permission notice shall be included in all\n#copies or substantial portions of the Software.\n\n#THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n#IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\n#FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\n#COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\n#IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\n#CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nimport operator\nimport sys\nimport types\n\n__author__ = \"Benjamin Peterson <benjamin@python.org>\"\n__version__ = \"1.2.0\"  # Revision 41c74fef2ded\n\n\n# True if we are running on Python 3.\nPY3 = sys.version_info[0] == 3\n\nif PY3:\n    string_types = str,\n    integer_types = int,\n    class_types = type,\n    text_type = str\n    binary_type = bytes\n\n    MAXSIZE = sys.maxsize\nelse:\n    string_types = basestring,\n    integer_types = (int, long)\n    class_types = (type, types.ClassType)\n    text_type = unicode\n    binary_type = str\n\n    if sys.platform.startswith(\"java\"):\n        # Jython always uses 32 bits.\n        MAXSIZE = int((1 << 31) - 1)\n    else:\n        # It's possible to have sizeof(long) != sizeof(Py_ssize_t).\n        class X(object):\n            def __len__(self):\n                return 1 << 31\n        try:\n            len(X())\n        except OverflowError:\n            # 32-bit\n            MAXSIZE = int((1 << 31) - 1)\n        else:\n            # 64-bit\n            MAXSIZE = int((1 << 63) - 1)\n            del X\n\n\ndef _add_doc(func, doc):\n    \"\"\"Add documentation to a function.\"\"\"\n    func.__doc__ = doc\n\n\ndef _import_module(name):\n    \"\"\"Import module, returning the module after the last dot.\"\"\"\n    __import__(name)\n    return sys.modules[name]\n\n\nclass _LazyDescr(object):\n\n    def __init__(self, name):\n        self.name = name\n\n    def __get__(self, obj, tp):\n        result = self._resolve()\n        setattr(obj, self.name, result)\n        # This is a bit ugly, but it avoids running this again.\n        delattr(tp, self.name)\n        return result\n\n\nclass MovedModule(_LazyDescr):\n\n    def __init__(self, name, old, new=None):\n        super(MovedModule, self).__init__(name)\n        if PY3:\n            if new is None:\n                new = name\n            self.mod = new\n        else:\n            self.mod = old\n\n    def _resolve(self):\n        return _import_module(self.mod)\n\n\nclass MovedAttribute(_LazyDescr):\n\n    def __init__(self, name, old_mod, new_mod, old_attr=None, new_attr=None):\n        super(MovedAttribute, self).__init__(name)\n        if PY3:\n            if new_mod is None:\n                new_mod = name\n            self.mod = new_mod\n            if new_attr is None:\n                if old_attr is None:\n                    new_attr = name\n                else:\n                    new_attr = old_attr\n            self.attr = new_attr\n        else:\n            self.mod = old_mod\n            if old_attr is None:\n                old_attr = name\n            self.attr = old_attr\n\n    def _resolve(self):\n        module = _import_module(self.mod)\n        return getattr(module, self.attr)\n\n\n\nclass _MovedItems(types.ModuleType):\n    \"\"\"Lazy loading of moved objects\"\"\"\n\n\n_moved_attributes = [\n    MovedAttribute(\"cStringIO\", \"cStringIO\", \"io\", \"StringIO\"),\n    MovedAttribute(\"filter\", \"itertools\", \"builtins\", \"ifilter\", \"filter\"),\n    MovedAttribute(\"input\", \"__builtin__\", \"builtins\", \"raw_input\", \"input\"),\n    MovedAttribute(\"map\", \"itertools\", \"builtins\", \"imap\", \"map\"),\n    MovedAttribute(\"reload_module\", \"__builtin__\", \"imp\", \"reload\"),\n    MovedAttribute(\"reduce\", \"__builtin__\", \"functools\"),\n    MovedAttribute(\"StringIO\", \"StringIO\", \"io\"),\n    MovedAttribute(\"xrange\", \"__builtin__\", \"builtins\", \"xrange\", \"range\"),\n    MovedAttribute(\"zip\", \"itertools\", \"builtins\", \"izip\", \"zip\"),\n\n    MovedModule(\"builtins\", \"__builtin__\"),\n    MovedModule(\"configparser\", \"ConfigParser\"),\n    MovedModule(\"copyreg\", \"copy_reg\"),\n    MovedModule(\"http_cookiejar\", \"cookielib\", \"http.cookiejar\"),\n    MovedModule(\"http_cookies\", \"Cookie\", \"http.cookies\"),\n    MovedModule(\"html_entities\", \"htmlentitydefs\", \"html.entities\"),\n    MovedModule(\"html_parser\", \"HTMLParser\", \"html.parser\"),\n    MovedModule(\"http_client\", \"httplib\", \"http.client\"),\n    MovedModule(\"BaseHTTPServer\", \"BaseHTTPServer\", \"http.server\"),\n    MovedModule(\"CGIHTTPServer\", \"CGIHTTPServer\", \"http.server\"),\n    MovedModule(\"SimpleHTTPServer\", \"SimpleHTTPServer\", \"http.server\"),\n    MovedModule(\"cPickle\", \"cPickle\", \"pickle\"),\n    MovedModule(\"queue\", \"Queue\"),\n    MovedModule(\"reprlib\", \"repr\"),\n    MovedModule(\"socketserver\", \"SocketServer\"),\n    MovedModule(\"tkinter\", \"Tkinter\"),\n    MovedModule(\"tkinter_dialog\", \"Dialog\", \"tkinter.dialog\"),\n    MovedModule(\"tkinter_filedialog\", \"FileDialog\", \"tkinter.filedialog\"),\n    MovedModule(\"tkinter_scrolledtext\", \"ScrolledText\", \"tkinter.scrolledtext\"),\n    MovedModule(\"tkinter_simpledialog\", \"SimpleDialog\", \"tkinter.simpledialog\"),\n    MovedModule(\"tkinter_tix\", \"Tix\", \"tkinter.tix\"),\n    MovedModule(\"tkinter_constants\", \"Tkconstants\", \"tkinter.constants\"),\n    MovedModule(\"tkinter_dnd\", \"Tkdnd\", \"tkinter.dnd\"),\n    MovedModule(\"tkinter_colorchooser\", \"tkColorChooser\",\n                \"tkinter.colorchooser\"),\n    MovedModule(\"tkinter_commondialog\", \"tkCommonDialog\",\n                \"tkinter.commondialog\"),\n    MovedModule(\"tkinter_tkfiledialog\", \"tkFileDialog\", \"tkinter.filedialog\"),\n    MovedModule(\"tkinter_font\", \"tkFont\", \"tkinter.font\"),\n    MovedModule(\"tkinter_messagebox\", \"tkMessageBox\", \"tkinter.messagebox\"),\n    MovedModule(\"tkinter_tksimpledialog\", \"tkSimpleDialog\",\n                \"tkinter.simpledialog\"),\n    MovedModule(\"urllib_robotparser\", \"robotparser\", \"urllib.robotparser\"),\n    MovedModule(\"winreg\", \"_winreg\"),\n]\nfor attr in _moved_attributes:\n    setattr(_MovedItems, attr.name, attr)\ndel attr\n\nmoves = sys.modules[__name__ + \".moves\"] = _MovedItems(\"moves\")\n\n\ndef add_move(move):\n    \"\"\"Add an item to six.moves.\"\"\"\n    setattr(_MovedItems, move.name, move)\n\n\ndef remove_move(name):\n    \"\"\"Remove item from six.moves.\"\"\"\n    try:\n        delattr(_MovedItems, name)\n    except AttributeError:\n        try:\n            del moves.__dict__[name]\n        except KeyError:\n            raise AttributeError(\"no such move, %r\" % (name,))\n\n\nif PY3:\n    _meth_func = \"__func__\"\n    _meth_self = \"__self__\"\n\n    _func_code = \"__code__\"\n    _func_defaults = \"__defaults__\"\n\n    _iterkeys = \"keys\"\n    _itervalues = \"values\"\n    _iteritems = \"items\"\nelse:\n    _meth_func = \"im_func\"\n    _meth_self = \"im_self\"\n\n    _func_code = \"func_code\"\n    _func_defaults = \"func_defaults\"\n\n    _iterkeys = \"iterkeys\"\n    _itervalues = \"itervalues\"\n    _iteritems = \"iteritems\"\n\n\ntry:\n    advance_iterator = next\nexcept NameError:\n    def advance_iterator(it):\n        return it.next()\nnext = advance_iterator\n\n\nif PY3:\n    def get_unbound_function(unbound):\n        return unbound\n\n    Iterator = object\n\n    def callable(obj):\n        return any(\"__call__\" in klass.__dict__ for klass in type(obj).__mro__)\nelse:\n    def get_unbound_function(unbound):\n        return unbound.im_func\n\n    class Iterator(object):\n\n        def next(self):\n            return type(self).__next__(self)\n\n    callable = callable\n_add_doc(get_unbound_function,\n         \"\"\"Get the function out of a possibly unbound function\"\"\")\n\n\nget_method_function = operator.attrgetter(_meth_func)\nget_method_self = operator.attrgetter(_meth_self)\nget_function_code = operator.attrgetter(_func_code)\nget_function_defaults = operator.attrgetter(_func_defaults)\n\n\ndef iterkeys(d):\n    \"\"\"Return an iterator over the keys of a dictionary.\"\"\"\n    return iter(getattr(d, _iterkeys)())\n\ndef itervalues(d):\n    \"\"\"Return an iterator over the values of a dictionary.\"\"\"\n    return iter(getattr(d, _itervalues)())\n\ndef iteritems(d):\n    \"\"\"Return an iterator over the (key, value) pairs of a dictionary.\"\"\"\n    return iter(getattr(d, _iteritems)())\n\n\nif PY3:\n    def b(s):\n        return s.encode(\"latin-1\")\n    def u(s):\n        return s\n    if sys.version_info[1] <= 1:\n        def int2byte(i):\n            return bytes((i,))\n    else:\n        # This is about 2x faster than the implementation above on 3.2+\n        int2byte = operator.methodcaller(\"to_bytes\", 1, \"big\")\n    import io\n    StringIO = io.StringIO\n    BytesIO = io.BytesIO\nelse:\n    def b(s):\n        return s\n    def u(s):\n        return unicode(s, \"unicode_escape\")\n    int2byte = chr\n    import StringIO\n    StringIO = BytesIO = StringIO.StringIO\n_add_doc(b, \"\"\"Byte literal\"\"\")\n_add_doc(u, \"\"\"Text literal\"\"\")\n\n\nif PY3:\n    import builtins\n    exec_ = getattr(builtins, \"exec\")\n\n\n    def reraise(tp, value, tb=None):\n        if value.__traceback__ is not tb:\n            raise value.with_traceback(tb)\n        raise value\n\n\n    print_ = getattr(builtins, \"print\")\n    del builtins\n\nelse:\n    def exec_(code, globs=None, locs=None):\n        \"\"\"Execute code in a namespace.\"\"\"\n        if globs is None:\n            frame = sys._getframe(1)\n            globs = frame.f_globals\n            if locs is None:\n                locs = frame.f_locals\n            del frame\n        elif locs is None:\n            locs = globs\n        exec(\"\"\"exec code in globs, locs\"\"\")\n\n\n    exec_(\"\"\"def reraise(tp, value, tb=None):\n    raise tp, value, tb\n\"\"\")\n\n\n    def print_(*args, **kwargs):\n        \"\"\"The new-style print function.\"\"\"\n        fp = kwargs.pop(\"file\", sys.stdout)\n        if fp is None:\n            return\n        def write(data):\n            if not isinstance(data, basestring):\n                data = str(data)\n            fp.write(data)\n        want_unicode = False\n        sep = kwargs.pop(\"sep\", None)\n        if sep is not None:\n            if isinstance(sep, unicode):\n                want_unicode = True\n            elif not isinstance(sep, str):\n                raise TypeError(\"sep must be None or a string\")\n        end = kwargs.pop(\"end\", None)\n        if end is not None:\n            if isinstance(end, unicode):\n                want_unicode = True\n            elif not isinstance(end, str):\n                raise TypeError(\"end must be None or a string\")\n        if kwargs:\n            raise TypeError(\"invalid keyword arguments to print()\")\n        if not want_unicode:\n            for arg in args:\n                if isinstance(arg, unicode):\n                    want_unicode = True\n                    break\n        if want_unicode:\n            newline = unicode(\"\\n\")\n            space = unicode(\" \")\n        else:\n            newline = \"\\n\"\n            space = \" \"\n        if sep is None:\n            sep = space\n        if end is None:\n            end = newline\n        for i, arg in enumerate(args):\n            if i:\n                write(sep)\n            write(arg)\n        write(end)\n\n_add_doc(reraise, \"\"\"Reraise an exception.\"\"\")\n\n\ndef with_metaclass(meta, base=object):\n    \"\"\"Create a base class with a metaclass.\"\"\"\n    return meta(\"NewBase\", (base,), {})\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py",
    "content": "try:\n    # Python 3.2+\n    from ssl import CertificateError, match_hostname\nexcept ImportError:\n    try:\n        # Backport of the function from a pypi module\n        from backports.ssl_match_hostname import CertificateError, match_hostname\n    except ImportError:\n        # Our vendored copy\n        from ._implementation import CertificateError, match_hostname\n\n# Not needed, but documenting what we provide.\n__all__ = ('CertificateError', 'match_hostname')\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py",
    "content": "\"\"\"The match_hostname() function from Python 3.3.3, essential when using SSL.\"\"\"\n\n# Note: This file is under the PSF license as the code comes from the python\n# stdlib.   http://docs.python.org/3/license.html\n\nimport re\n\n__version__ = '3.4.0.2'\n\nclass CertificateError(ValueError):\n    pass\n\n\ndef _dnsname_match(dn, hostname, max_wildcards=1):\n    \"\"\"Matching according to RFC 6125, section 6.4.3\n\n    http://tools.ietf.org/html/rfc6125#section-6.4.3\n    \"\"\"\n    pats = []\n    if not dn:\n        return False\n\n    # Ported from python3-syntax:\n    # leftmost, *remainder = dn.split(r'.')\n    parts = dn.split(r'.')\n    leftmost = parts[0]\n    remainder = parts[1:]\n\n    wildcards = leftmost.count('*')\n    if wildcards > max_wildcards:\n        # Issue #17980: avoid denials of service by refusing more\n        # than one wildcard per fragment.  A survey of established\n        # policy among SSL implementations showed it to be a\n        # reasonable choice.\n        raise CertificateError(\n            \"too many wildcards in certificate DNS name: \" + repr(dn))\n\n    # speed up common case w/o wildcards\n    if not wildcards:\n        return dn.lower() == hostname.lower()\n\n    # RFC 6125, section 6.4.3, subitem 1.\n    # The client SHOULD NOT attempt to match a presented identifier in which\n    # the wildcard character comprises a label other than the left-most label.\n    if leftmost == '*':\n        # When '*' is a fragment by itself, it matches a non-empty dotless\n        # fragment.\n        pats.append('[^.]+')\n    elif leftmost.startswith('xn--') or hostname.startswith('xn--'):\n        # RFC 6125, section 6.4.3, subitem 3.\n        # The client SHOULD NOT attempt to match a presented identifier\n        # where the wildcard character is embedded within an A-label or\n        # U-label of an internationalized domain name.\n        pats.append(re.escape(leftmost))\n    else:\n        # Otherwise, '*' matches any dotless string, e.g. www*\n        pats.append(re.escape(leftmost).replace(r'\\*', '[^.]*'))\n\n    # add the remaining fragments, ignore any wildcards\n    for frag in remainder:\n        pats.append(re.escape(frag))\n\n    pat = re.compile(r'\\A' + r'\\.'.join(pats) + r'\\Z', re.IGNORECASE)\n    return pat.match(hostname)\n\n\ndef match_hostname(cert, hostname):\n    \"\"\"Verify that *cert* (in decoded format as returned by\n    SSLSocket.getpeercert()) matches the *hostname*.  RFC 2818 and RFC 6125\n    rules are followed, but IP addresses are not accepted for *hostname*.\n\n    CertificateError is raised on failure. On success, the function\n    returns nothing.\n    \"\"\"\n    if not cert:\n        raise ValueError(\"empty or no certificate\")\n    dnsnames = []\n    san = cert.get('subjectAltName', ())\n    for key, value in san:\n        if key == 'DNS':\n            if _dnsname_match(value, hostname):\n                return\n            dnsnames.append(value)\n    if not dnsnames:\n        # The subject is only checked when there is no dNSName entry\n        # in subjectAltName\n        for sub in cert.get('subject', ()):\n            for key, value in sub:\n                # XXX according to RFC 2818, the most specific Common Name\n                # must be used.\n                if key == 'commonName':\n                    if _dnsname_match(value, hostname):\n                        return\n                    dnsnames.append(value)\n    if len(dnsnames) > 1:\n        raise CertificateError(\"hostname %r \"\n            \"doesn't match either of %s\"\n            % (hostname, ', '.join(map(repr, dnsnames))))\n    elif len(dnsnames) == 1:\n        raise CertificateError(\"hostname %r \"\n            \"doesn't match %r\"\n            % (hostname, dnsnames[0]))\n    else:\n        raise CertificateError(\"no appropriate commonName or \"\n            \"subjectAltName fields were found\")\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/poolmanager.py",
    "content": "import logging\n\ntry:  # Python 3\n    from urllib.parse import urljoin\nexcept ImportError:\n    from urlparse import urljoin\n\nfrom ._collections import RecentlyUsedContainer\nfrom .connectionpool import HTTPConnectionPool, HTTPSConnectionPool\nfrom .connectionpool import port_by_scheme\nfrom .exceptions import LocationValueError\nfrom .request import RequestMethods\nfrom .util.url import parse_url\nfrom .util.retry import Retry\n\n\n__all__ = ['PoolManager', 'ProxyManager', 'proxy_from_url']\n\n\npool_classes_by_scheme = {\n    'http': HTTPConnectionPool,\n    'https': HTTPSConnectionPool,\n}\n\nlog = logging.getLogger(__name__)\n\nSSL_KEYWORDS = ('key_file', 'cert_file', 'cert_reqs', 'ca_certs',\n                'ssl_version')\n\n\nclass PoolManager(RequestMethods):\n    \"\"\"\n    Allows for arbitrary requests while transparently keeping track of\n    necessary connection pools for you.\n\n    :param num_pools:\n        Number of connection pools to cache before discarding the least\n        recently used pool.\n\n    :param headers:\n        Headers to include with all requests, unless other headers are given\n        explicitly.\n\n    :param \\**connection_pool_kw:\n        Additional parameters are used to create fresh\n        :class:`urllib3.connectionpool.ConnectionPool` instances.\n\n    Example::\n\n        >>> manager = PoolManager(num_pools=2)\n        >>> r = manager.request('GET', 'http://google.com/')\n        >>> r = manager.request('GET', 'http://google.com/mail')\n        >>> r = manager.request('GET', 'http://yahoo.com/')\n        >>> len(manager.pools)\n        2\n\n    \"\"\"\n\n    proxy = None\n\n    def __init__(self, num_pools=10, headers=None, **connection_pool_kw):\n        RequestMethods.__init__(self, headers)\n        self.connection_pool_kw = connection_pool_kw\n        self.pools = RecentlyUsedContainer(num_pools,\n                                           dispose_func=lambda p: p.close())\n\n    def _new_pool(self, scheme, host, port):\n        \"\"\"\n        Create a new :class:`ConnectionPool` based on host, port and scheme.\n\n        This method is used to actually create the connection pools handed out\n        by :meth:`connection_from_url` and companion methods. It is intended\n        to be overridden for customization.\n        \"\"\"\n        pool_cls = pool_classes_by_scheme[scheme]\n        kwargs = self.connection_pool_kw\n        if scheme == 'http':\n            kwargs = self.connection_pool_kw.copy()\n            for kw in SSL_KEYWORDS:\n                kwargs.pop(kw, None)\n\n        return pool_cls(host, port, **kwargs)\n\n    def clear(self):\n        \"\"\"\n        Empty our store of pools and direct them all to close.\n\n        This will not affect in-flight connections, but they will not be\n        re-used after completion.\n        \"\"\"\n        self.pools.clear()\n\n    def connection_from_host(self, host, port=None, scheme='http'):\n        \"\"\"\n        Get a :class:`ConnectionPool` based on the host, port, and scheme.\n\n        If ``port`` isn't given, it will be derived from the ``scheme`` using\n        ``urllib3.connectionpool.port_by_scheme``.\n        \"\"\"\n\n        if not host:\n            raise LocationValueError(\"No host specified.\")\n\n        scheme = scheme or 'http'\n        port = port or port_by_scheme.get(scheme, 80)\n        pool_key = (scheme, host, port)\n\n        with self.pools.lock:\n            # If the scheme, host, or port doesn't match existing open\n            # connections, open a new ConnectionPool.\n            pool = self.pools.get(pool_key)\n            if pool:\n                return pool\n\n            # Make a fresh ConnectionPool of the desired type\n            pool = self._new_pool(scheme, host, port)\n            self.pools[pool_key] = pool\n\n        return pool\n\n    def connection_from_url(self, url):\n        \"\"\"\n        Similar to :func:`urllib3.connectionpool.connection_from_url` but\n        doesn't pass any additional parameters to the\n        :class:`urllib3.connectionpool.ConnectionPool` constructor.\n\n        Additional parameters are taken from the :class:`.PoolManager`\n        constructor.\n        \"\"\"\n        u = parse_url(url)\n        return self.connection_from_host(u.host, port=u.port, scheme=u.scheme)\n\n    def urlopen(self, method, url, redirect=True, **kw):\n        \"\"\"\n        Same as :meth:`urllib3.connectionpool.HTTPConnectionPool.urlopen`\n        with custom cross-host redirect logic and only sends the request-uri\n        portion of the ``url``.\n\n        The given ``url`` parameter must be absolute, such that an appropriate\n        :class:`urllib3.connectionpool.ConnectionPool` can be chosen for it.\n        \"\"\"\n        u = parse_url(url)\n        conn = self.connection_from_host(u.host, port=u.port, scheme=u.scheme)\n\n        kw['assert_same_host'] = False\n        kw['redirect'] = False\n        if 'headers' not in kw:\n            kw['headers'] = self.headers\n\n        if self.proxy is not None and u.scheme == \"http\":\n            response = conn.urlopen(method, url, **kw)\n        else:\n            response = conn.urlopen(method, u.request_uri, **kw)\n\n        redirect_location = redirect and response.get_redirect_location()\n        if not redirect_location:\n            return response\n\n        # Support relative URLs for redirecting.\n        redirect_location = urljoin(url, redirect_location)\n\n        # RFC 7231, Section 6.4.4\n        if response.status == 303:\n            method = 'GET'\n\n        retries = kw.get('retries')\n        if not isinstance(retries, Retry):\n            retries = Retry.from_int(retries, redirect=redirect)\n\n        kw['retries'] = retries.increment(method, redirect_location)\n        kw['redirect'] = redirect\n\n        log.info(\"Redirecting %s -> %s\" % (url, redirect_location))\n        return self.urlopen(method, redirect_location, **kw)\n\n\nclass ProxyManager(PoolManager):\n    \"\"\"\n    Behaves just like :class:`PoolManager`, but sends all requests through\n    the defined proxy, using the CONNECT method for HTTPS URLs.\n\n    :param proxy_url:\n        The URL of the proxy to be used.\n\n    :param proxy_headers:\n        A dictionary contaning headers that will be sent to the proxy. In case\n        of HTTP they are being sent with each request, while in the\n        HTTPS/CONNECT case they are sent only once. Could be used for proxy\n        authentication.\n\n    Example:\n        >>> proxy = urllib3.ProxyManager('http://localhost:3128/')\n        >>> r1 = proxy.request('GET', 'http://google.com/')\n        >>> r2 = proxy.request('GET', 'http://httpbin.org/')\n        >>> len(proxy.pools)\n        1\n        >>> r3 = proxy.request('GET', 'https://httpbin.org/')\n        >>> r4 = proxy.request('GET', 'https://twitter.com/')\n        >>> len(proxy.pools)\n        3\n\n    \"\"\"\n\n    def __init__(self, proxy_url, num_pools=10, headers=None,\n                 proxy_headers=None, **connection_pool_kw):\n\n        if isinstance(proxy_url, HTTPConnectionPool):\n            proxy_url = '%s://%s:%i' % (proxy_url.scheme, proxy_url.host,\n                                        proxy_url.port)\n        proxy = parse_url(proxy_url)\n        if not proxy.port:\n            port = port_by_scheme.get(proxy.scheme, 80)\n            proxy = proxy._replace(port=port)\n\n        assert proxy.scheme in (\"http\", \"https\"), \\\n            'Not supported proxy scheme %s' % proxy.scheme\n\n        self.proxy = proxy\n        self.proxy_headers = proxy_headers or {}\n\n        connection_pool_kw['_proxy'] = self.proxy\n        connection_pool_kw['_proxy_headers'] = self.proxy_headers\n\n        super(ProxyManager, self).__init__(\n            num_pools, headers, **connection_pool_kw)\n\n    def connection_from_host(self, host, port=None, scheme='http'):\n        if scheme == \"https\":\n            return super(ProxyManager, self).connection_from_host(\n                host, port, scheme)\n\n        return super(ProxyManager, self).connection_from_host(\n            self.proxy.host, self.proxy.port, self.proxy.scheme)\n\n    def _set_proxy_headers(self, url, headers=None):\n        \"\"\"\n        Sets headers needed by proxies: specifically, the Accept and Host\n        headers. Only sets headers not provided by the user.\n        \"\"\"\n        headers_ = {'Accept': '*/*'}\n\n        netloc = parse_url(url).netloc\n        if netloc:\n            headers_['Host'] = netloc\n\n        if headers:\n            headers_.update(headers)\n        return headers_\n\n    def urlopen(self, method, url, redirect=True, **kw):\n        \"Same as HTTP(S)ConnectionPool.urlopen, ``url`` must be absolute.\"\n        u = parse_url(url)\n\n        if u.scheme == \"http\":\n            # For proxied HTTPS requests, httplib sets the necessary headers\n            # on the CONNECT to the proxy. For HTTP, we'll definitely\n            # need to set 'Host' at the very least.\n            headers = kw.get('headers', self.headers)\n            kw['headers'] = self._set_proxy_headers(url, headers)\n\n        return super(ProxyManager, self).urlopen(method, url, redirect=redirect, **kw)\n\n\ndef proxy_from_url(url, **kw):\n    return ProxyManager(proxy_url=url, **kw)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/request.py",
    "content": "try:\n    from urllib.parse import urlencode\nexcept ImportError:\n    from urllib import urlencode\n\nfrom .filepost import encode_multipart_formdata\n\n\n__all__ = ['RequestMethods']\n\n\nclass RequestMethods(object):\n    \"\"\"\n    Convenience mixin for classes who implement a :meth:`urlopen` method, such\n    as :class:`~urllib3.connectionpool.HTTPConnectionPool` and\n    :class:`~urllib3.poolmanager.PoolManager`.\n\n    Provides behavior for making common types of HTTP request methods and\n    decides which type of request field encoding to use.\n\n    Specifically,\n\n    :meth:`.request_encode_url` is for sending requests whose fields are\n    encoded in the URL (such as GET, HEAD, DELETE).\n\n    :meth:`.request_encode_body` is for sending requests whose fields are\n    encoded in the *body* of the request using multipart or www-form-urlencoded\n    (such as for POST, PUT, PATCH).\n\n    :meth:`.request` is for making any kind of request, it will look up the\n    appropriate encoding format and use one of the above two methods to make\n    the request.\n\n    Initializer parameters:\n\n    :param headers:\n        Headers to include with all requests, unless other headers are given\n        explicitly.\n    \"\"\"\n\n    _encode_url_methods = set(['DELETE', 'GET', 'HEAD', 'OPTIONS'])\n\n    def __init__(self, headers=None):\n        self.headers = headers or {}\n\n    def urlopen(self, method, url, body=None, headers=None,\n                encode_multipart=True, multipart_boundary=None,\n                **kw):  # Abstract\n        raise NotImplemented(\"Classes extending RequestMethods must implement \"\n                             \"their own ``urlopen`` method.\")\n\n    def request(self, method, url, fields=None, headers=None, **urlopen_kw):\n        \"\"\"\n        Make a request using :meth:`urlopen` with the appropriate encoding of\n        ``fields`` based on the ``method`` used.\n\n        This is a convenience method that requires the least amount of manual\n        effort. It can be used in most situations, while still having the\n        option to drop down to more specific methods when necessary, such as\n        :meth:`request_encode_url`, :meth:`request_encode_body`,\n        or even the lowest level :meth:`urlopen`.\n        \"\"\"\n        method = method.upper()\n\n        if method in self._encode_url_methods:\n            return self.request_encode_url(method, url, fields=fields,\n                                           headers=headers,\n                                           **urlopen_kw)\n        else:\n            return self.request_encode_body(method, url, fields=fields,\n                                            headers=headers,\n                                            **urlopen_kw)\n\n    def request_encode_url(self, method, url, fields=None, **urlopen_kw):\n        \"\"\"\n        Make a request using :meth:`urlopen` with the ``fields`` encoded in\n        the url. This is useful for request methods like GET, HEAD, DELETE, etc.\n        \"\"\"\n        if fields:\n            url += '?' + urlencode(fields)\n        return self.urlopen(method, url, **urlopen_kw)\n\n    def request_encode_body(self, method, url, fields=None, headers=None,\n                            encode_multipart=True, multipart_boundary=None,\n                            **urlopen_kw):\n        \"\"\"\n        Make a request using :meth:`urlopen` with the ``fields`` encoded in\n        the body. This is useful for request methods like POST, PUT, PATCH, etc.\n\n        When ``encode_multipart=True`` (default), then\n        :meth:`urllib3.filepost.encode_multipart_formdata` is used to encode\n        the payload with the appropriate content type. Otherwise\n        :meth:`urllib.urlencode` is used with the\n        'application/x-www-form-urlencoded' content type.\n\n        Multipart encoding must be used when posting files, and it's reasonably\n        safe to use it in other times too. However, it may break request\n        signing, such as with OAuth.\n\n        Supports an optional ``fields`` parameter of key/value strings AND\n        key/filetuple. A filetuple is a (filename, data, MIME type) tuple where\n        the MIME type is optional. For example::\n\n            fields = {\n                'foo': 'bar',\n                'fakefile': ('foofile.txt', 'contents of foofile'),\n                'realfile': ('barfile.txt', open('realfile').read()),\n                'typedfile': ('bazfile.bin', open('bazfile').read(),\n                              'image/jpeg'),\n                'nonamefile': 'contents of nonamefile field',\n            }\n\n        When uploading a file, providing a filename (the first parameter of the\n        tuple) is optional but recommended to best mimick behavior of browsers.\n\n        Note that if ``headers`` are supplied, the 'Content-Type' header will\n        be overwritten because it depends on the dynamic random boundary string\n        which is used to compose the body of the request. The random boundary\n        string can be explicitly set with the ``multipart_boundary`` parameter.\n        \"\"\"\n        if encode_multipart:\n            body, content_type = encode_multipart_formdata(\n                fields or {}, boundary=multipart_boundary)\n        else:\n            body, content_type = (urlencode(fields or {}),\n                                  'application/x-www-form-urlencoded')\n\n        if headers is None:\n            headers = self.headers\n\n        headers_ = {'Content-Type': content_type}\n        headers_.update(headers)\n\n        return self.urlopen(method, url, body=body, headers=headers_,\n                            **urlopen_kw)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/response.py",
    "content": "import zlib\nimport io\nfrom socket import timeout as SocketTimeout\n\nfrom ._collections import HTTPHeaderDict\nfrom .exceptions import ProtocolError, DecodeError, ReadTimeoutError\nfrom .packages.six import string_types as basestring, binary_type\nfrom .connection import HTTPException, BaseSSLError\nfrom .util.response import is_fp_closed\n\n\n\nclass DeflateDecoder(object):\n\n    def __init__(self):\n        self._first_try = True\n        self._data = binary_type()\n        self._obj = zlib.decompressobj()\n\n    def __getattr__(self, name):\n        return getattr(self._obj, name)\n\n    def decompress(self, data):\n        if not self._first_try:\n            return self._obj.decompress(data)\n\n        self._data += data\n        try:\n            return self._obj.decompress(data)\n        except zlib.error:\n            self._first_try = False\n            self._obj = zlib.decompressobj(-zlib.MAX_WBITS)\n            try:\n                return self.decompress(self._data)\n            finally:\n                self._data = None\n\n\ndef _get_decoder(mode):\n    if mode == 'gzip':\n        return zlib.decompressobj(16 + zlib.MAX_WBITS)\n\n    return DeflateDecoder()\n\n\nclass HTTPResponse(io.IOBase):\n    \"\"\"\n    HTTP Response container.\n\n    Backwards-compatible to httplib's HTTPResponse but the response ``body`` is\n    loaded and decoded on-demand when the ``data`` property is accessed.  This\n    class is also compatible with the Python standard library's :mod:`io`\n    module, and can hence be treated as a readable object in the context of that\n    framework.\n\n    Extra parameters for behaviour not present in httplib.HTTPResponse:\n\n    :param preload_content:\n        If True, the response's body will be preloaded during construction.\n\n    :param decode_content:\n        If True, attempts to decode specific content-encoding's based on headers\n        (like 'gzip' and 'deflate') will be skipped and raw data will be used\n        instead.\n\n    :param original_response:\n        When this HTTPResponse wrapper is generated from an httplib.HTTPResponse\n        object, it's convenient to include the original for debug purposes. It's\n        otherwise unused.\n    \"\"\"\n\n    CONTENT_DECODERS = ['gzip', 'deflate']\n    REDIRECT_STATUSES = [301, 302, 303, 307, 308]\n\n    def __init__(self, body='', headers=None, status=0, version=0, reason=None,\n                 strict=0, preload_content=True, decode_content=True,\n                 original_response=None, pool=None, connection=None):\n\n        self.headers = HTTPHeaderDict()\n        if headers:\n            self.headers.update(headers)\n        self.status = status\n        self.version = version\n        self.reason = reason\n        self.strict = strict\n        self.decode_content = decode_content\n\n        self._decoder = None\n        self._body = None\n        self._fp = None\n        self._original_response = original_response\n        self._fp_bytes_read = 0\n\n        if body and isinstance(body, (basestring, binary_type)):\n            self._body = body\n\n        self._pool = pool\n        self._connection = connection\n\n        if hasattr(body, 'read'):\n            self._fp = body\n\n        if preload_content and not self._body:\n            self._body = self.read(decode_content=decode_content)\n\n    def get_redirect_location(self):\n        \"\"\"\n        Should we redirect and where to?\n\n        :returns: Truthy redirect location string if we got a redirect status\n            code and valid location. ``None`` if redirect status and no\n            location. ``False`` if not a redirect status code.\n        \"\"\"\n        if self.status in self.REDIRECT_STATUSES:\n            return self.headers.get('location')\n\n        return False\n\n    def release_conn(self):\n        if not self._pool or not self._connection:\n            return\n\n        self._pool._put_conn(self._connection)\n        self._connection = None\n\n    @property\n    def data(self):\n        # For backwords-compat with earlier urllib3 0.4 and earlier.\n        if self._body:\n            return self._body\n\n        if self._fp:\n            return self.read(cache_content=True)\n\n    def tell(self):\n        \"\"\"\n        Obtain the number of bytes pulled over the wire so far. May differ from\n        the amount of content returned by :meth:``HTTPResponse.read`` if bytes\n        are encoded on the wire (e.g, compressed).\n        \"\"\"\n        return self._fp_bytes_read\n\n    def read(self, amt=None, decode_content=None, cache_content=False):\n        \"\"\"\n        Similar to :meth:`httplib.HTTPResponse.read`, but with two additional\n        parameters: ``decode_content`` and ``cache_content``.\n\n        :param amt:\n            How much of the content to read. If specified, caching is skipped\n            because it doesn't make sense to cache partial content as the full\n            response.\n\n        :param decode_content:\n            If True, will attempt to decode the body based on the\n            'content-encoding' header.\n\n        :param cache_content:\n            If True, will save the returned data such that the same result is\n            returned despite of the state of the underlying file object. This\n            is useful if you want the ``.data`` property to continue working\n            after having ``.read()`` the file object. (Overridden if ``amt`` is\n            set.)\n        \"\"\"\n        # Note: content-encoding value should be case-insensitive, per RFC 7230\n        # Section 3.2\n        content_encoding = self.headers.get('content-encoding', '').lower()\n        if self._decoder is None:\n            if content_encoding in self.CONTENT_DECODERS:\n                self._decoder = _get_decoder(content_encoding)\n        if decode_content is None:\n            decode_content = self.decode_content\n\n        if self._fp is None:\n            return\n\n        flush_decoder = False\n\n        try:\n            try:\n                if amt is None:\n                    # cStringIO doesn't like amt=None\n                    data = self._fp.read()\n                    flush_decoder = True\n                else:\n                    cache_content = False\n                    data = self._fp.read(amt)\n                    if amt != 0 and not data:  # Platform-specific: Buggy versions of Python.\n                        # Close the connection when no data is returned\n                        #\n                        # This is redundant to what httplib/http.client _should_\n                        # already do.  However, versions of python released before\n                        # December 15, 2012 (http://bugs.python.org/issue16298) do\n                        # not properly close the connection in all cases. There is\n                        # no harm in redundantly calling close.\n                        self._fp.close()\n                        flush_decoder = True\n\n            except SocketTimeout:\n                # FIXME: Ideally we'd like to include the url in the ReadTimeoutError but\n                # there is yet no clean way to get at it from this context.\n                raise ReadTimeoutError(self._pool, None, 'Read timed out.')\n\n            except BaseSSLError as e:\n                # FIXME: Is there a better way to differentiate between SSLErrors?\n                if not 'read operation timed out' in str(e):  # Defensive:\n                    # This shouldn't happen but just in case we're missing an edge\n                    # case, let's avoid swallowing SSL errors.\n                    raise\n\n                raise ReadTimeoutError(self._pool, None, 'Read timed out.')\n\n            except HTTPException as e:\n                # This includes IncompleteRead.\n                raise ProtocolError('Connection broken: %r' % e, e)\n\n            self._fp_bytes_read += len(data)\n\n            try:\n                if decode_content and self._decoder:\n                    data = self._decoder.decompress(data)\n            except (IOError, zlib.error) as e:\n                raise DecodeError(\n                    \"Received response with content-encoding: %s, but \"\n                    \"failed to decode it.\" % content_encoding, e)\n\n            if flush_decoder and decode_content and self._decoder:\n                buf = self._decoder.decompress(binary_type())\n                data += buf + self._decoder.flush()\n\n            if cache_content:\n                self._body = data\n\n            return data\n\n        finally:\n            if self._original_response and self._original_response.isclosed():\n                self.release_conn()\n\n    def stream(self, amt=2**16, decode_content=None):\n        \"\"\"\n        A generator wrapper for the read() method. A call will block until\n        ``amt`` bytes have been read from the connection or until the\n        connection is closed.\n\n        :param amt:\n            How much of the content to read. The generator will return up to\n            much data per iteration, but may return less. This is particularly\n            likely when using compressed data. However, the empty string will\n            never be returned.\n\n        :param decode_content:\n            If True, will attempt to decode the body based on the\n            'content-encoding' header.\n        \"\"\"\n        while not is_fp_closed(self._fp):\n            data = self.read(amt=amt, decode_content=decode_content)\n\n            if data:\n                yield data\n\n    @classmethod\n    def from_httplib(ResponseCls, r, **response_kw):\n        \"\"\"\n        Given an :class:`httplib.HTTPResponse` instance ``r``, return a\n        corresponding :class:`urllib3.response.HTTPResponse` object.\n\n        Remaining parameters are passed to the HTTPResponse constructor, along\n        with ``original_response=r``.\n        \"\"\"\n\n        headers = HTTPHeaderDict()\n        for k, v in r.getheaders():\n            headers.add(k, v)\n\n        # HTTPResponse objects in Python 3 don't have a .strict attribute\n        strict = getattr(r, 'strict', 0)\n        return ResponseCls(body=r,\n                           headers=headers,\n                           status=r.status,\n                           version=r.version,\n                           reason=r.reason,\n                           strict=strict,\n                           original_response=r,\n                           **response_kw)\n\n    # Backwards-compatibility methods for httplib.HTTPResponse\n    def getheaders(self):\n        return self.headers\n\n    def getheader(self, name, default=None):\n        return self.headers.get(name, default)\n\n    # Overrides from io.IOBase\n    def close(self):\n        if not self.closed:\n            self._fp.close()\n\n    @property\n    def closed(self):\n        if self._fp is None:\n            return True\n        elif hasattr(self._fp, 'closed'):\n            return self._fp.closed\n        elif hasattr(self._fp, 'isclosed'):  # Python 2\n            return self._fp.isclosed()\n        else:\n            return True\n\n    def fileno(self):\n        if self._fp is None:\n            raise IOError(\"HTTPResponse has no file to get a fileno from\")\n        elif hasattr(self._fp, \"fileno\"):\n            return self._fp.fileno()\n        else:\n            raise IOError(\"The file-like object this HTTPResponse is wrapped \"\n                          \"around has no file descriptor\")\n\n    def flush(self):\n        if self._fp is not None and hasattr(self._fp, 'flush'):\n            return self._fp.flush()\n\n    def readable(self):\n        # This method is required for `io` module compatibility.\n        return True\n\n    def readinto(self, b):\n        # This method is required for `io` module compatibility.\n        temp = self.read(len(b))\n        if len(temp) == 0:\n            return 0\n        else:\n            b[:len(temp)] = temp\n            return len(temp)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/util/__init__.py",
    "content": "# For backwards compatibility, provide imports that used to be here.\nfrom .connection import is_connection_dropped\nfrom .request import make_headers\nfrom .response import is_fp_closed\nfrom .ssl_ import (\n    SSLContext,\n    HAS_SNI,\n    assert_fingerprint,\n    resolve_cert_reqs,\n    resolve_ssl_version,\n    ssl_wrap_socket,\n)\nfrom .timeout import (\n    current_time,\n    Timeout,\n)\n\nfrom .retry import Retry\nfrom .url import (\n    get_host,\n    parse_url,\n    split_first,\n    Url,\n)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/util/connection.py",
    "content": "import socket\ntry:\n    from select import poll, POLLIN\nexcept ImportError:  # `poll` doesn't exist on OSX and other platforms\n    poll = False\n    try:\n        from select import select\n    except ImportError:  # `select` doesn't exist on AppEngine.\n        select = False\n\n\ndef is_connection_dropped(conn):  # Platform-specific\n    \"\"\"\n    Returns True if the connection is dropped and should be closed.\n\n    :param conn:\n        :class:`httplib.HTTPConnection` object.\n\n    Note: For platforms like AppEngine, this will always return ``False`` to\n    let the platform handle connection recycling transparently for us.\n    \"\"\"\n    sock = getattr(conn, 'sock', False)\n    if sock is False:  # Platform-specific: AppEngine\n        return False\n    if sock is None:  # Connection already closed (such as by httplib).\n        return True\n\n    if not poll:\n        if not select:  # Platform-specific: AppEngine\n            return False\n\n        try:\n            return select([sock], [], [], 0.0)[0]\n        except socket.error:\n            return True\n\n    # This version is better on platforms that support it.\n    p = poll()\n    p.register(sock, POLLIN)\n    for (fno, ev) in p.poll(0.0):\n        if fno == sock.fileno():\n            # Either data is buffered (bad), or the connection is dropped.\n            return True\n\n\n# This function is copied from socket.py in the Python 2.7 standard\n# library test suite. Added to its signature is only `socket_options`.\ndef create_connection(address, timeout=socket._GLOBAL_DEFAULT_TIMEOUT,\n                      source_address=None, socket_options=None):\n    \"\"\"Connect to *address* and return the socket object.\n\n    Convenience function.  Connect to *address* (a 2-tuple ``(host,\n    port)``) and return the socket object.  Passing the optional\n    *timeout* parameter will set the timeout on the socket instance\n    before attempting to connect.  If no *timeout* is supplied, the\n    global default timeout setting returned by :func:`getdefaulttimeout`\n    is used.  If *source_address* is set it must be a tuple of (host, port)\n    for the socket to bind as a source address before making the connection.\n    An host of '' or port 0 tells the OS to use the default.\n    \"\"\"\n\n    host, port = address\n    err = None\n    for res in socket.getaddrinfo(host, port, 0, socket.SOCK_STREAM):\n        af, socktype, proto, canonname, sa = res\n        sock = None\n        try:\n            sock = socket.socket(af, socktype, proto)\n\n            # If provided, set socket level options before connecting.\n            # This is the only addition urllib3 makes to this function.\n            _set_socket_options(sock, socket_options)\n\n            if timeout is not socket._GLOBAL_DEFAULT_TIMEOUT:\n                sock.settimeout(timeout)\n            if source_address:\n                sock.bind(source_address)\n            sock.connect(sa)\n            return sock\n\n        except socket.error as _:\n            err = _\n            if sock is not None:\n                sock.close()\n\n    if err is not None:\n        raise err\n    else:\n        raise socket.error(\"getaddrinfo returns an empty list\")\n\n\ndef _set_socket_options(sock, options):\n    if options is None:\n        return\n\n    for opt in options:\n        sock.setsockopt(*opt)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/util/request.py",
    "content": "from base64 import b64encode\n\nfrom ..packages.six import b\n\nACCEPT_ENCODING = 'gzip,deflate'\n\n\ndef make_headers(keep_alive=None, accept_encoding=None, user_agent=None,\n                 basic_auth=None, proxy_basic_auth=None, disable_cache=None):\n    \"\"\"\n    Shortcuts for generating request headers.\n\n    :param keep_alive:\n        If ``True``, adds 'connection: keep-alive' header.\n\n    :param accept_encoding:\n        Can be a boolean, list, or string.\n        ``True`` translates to 'gzip,deflate'.\n        List will get joined by comma.\n        String will be used as provided.\n\n    :param user_agent:\n        String representing the user-agent you want, such as\n        \"python-urllib3/0.6\"\n\n    :param basic_auth:\n        Colon-separated username:password string for 'authorization: basic ...'\n        auth header.\n\n    :param proxy_basic_auth:\n        Colon-separated username:password string for 'proxy-authorization: basic ...'\n        auth header.\n\n    :param disable_cache:\n        If ``True``, adds 'cache-control: no-cache' header.\n\n    Example::\n\n        >>> make_headers(keep_alive=True, user_agent=\"Batman/1.0\")\n        {'connection': 'keep-alive', 'user-agent': 'Batman/1.0'}\n        >>> make_headers(accept_encoding=True)\n        {'accept-encoding': 'gzip,deflate'}\n    \"\"\"\n    headers = {}\n    if accept_encoding:\n        if isinstance(accept_encoding, str):\n            pass\n        elif isinstance(accept_encoding, list):\n            accept_encoding = ','.join(accept_encoding)\n        else:\n            accept_encoding = ACCEPT_ENCODING\n        headers['accept-encoding'] = accept_encoding\n\n    if user_agent:\n        headers['user-agent'] = user_agent\n\n    if keep_alive:\n        headers['connection'] = 'keep-alive'\n\n    if basic_auth:\n        headers['authorization'] = 'Basic ' + \\\n            b64encode(b(basic_auth)).decode('utf-8')\n\n    if proxy_basic_auth:\n        headers['proxy-authorization'] = 'Basic ' + \\\n            b64encode(b(proxy_basic_auth)).decode('utf-8')\n\n    if disable_cache:\n        headers['cache-control'] = 'no-cache'\n\n    return headers\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/util/response.py",
    "content": "def is_fp_closed(obj):\n    \"\"\"\n    Checks whether a given file-like object is closed.\n\n    :param obj:\n        The file-like object to check.\n    \"\"\"\n\n    try:\n        # Check via the official file-like-object way.\n        return obj.closed\n    except AttributeError:\n        pass\n\n    try:\n        # Check if the object is a container for another file-like object that\n        # gets released on exhaustion (e.g. HTTPResponse).\n        return obj.fp is None\n    except AttributeError:\n        pass\n\n    raise ValueError(\"Unable to determine whether fp is closed.\")\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/util/retry.py",
    "content": "import time\nimport logging\n\nfrom ..exceptions import (\n    ProtocolError,\n    ConnectTimeoutError,\n    ReadTimeoutError,\n    MaxRetryError,\n)\nfrom ..packages import six\n\n\nlog = logging.getLogger(__name__)\n\n\nclass Retry(object):\n    \"\"\" Retry configuration.\n\n    Each retry attempt will create a new Retry object with updated values, so\n    they can be safely reused.\n\n    Retries can be defined as a default for a pool::\n\n        retries = Retry(connect=5, read=2, redirect=5)\n        http = PoolManager(retries=retries)\n        response = http.request('GET', 'http://example.com/')\n\n    Or per-request (which overrides the default for the pool)::\n\n        response = http.request('GET', 'http://example.com/', retries=Retry(10))\n\n    Retries can be disabled by passing ``False``::\n\n        response = http.request('GET', 'http://example.com/', retries=False)\n\n    Errors will be wrapped in :class:`~urllib3.exceptions.MaxRetryError` unless\n    retries are disabled, in which case the causing exception will be raised.\n\n\n    :param int total:\n        Total number of retries to allow. Takes precedence over other counts.\n\n        Set to ``None`` to remove this constraint and fall back on other\n        counts. It's a good idea to set this to some sensibly-high value to\n        account for unexpected edge cases and avoid infinite retry loops.\n\n        Set to ``0`` to fail on the first retry.\n\n        Set to ``False`` to disable and imply ``raise_on_redirect=False``.\n\n    :param int connect:\n        How many connection-related errors to retry on.\n\n        These are errors raised before the request is sent to the remote server,\n        which we assume has not triggered the server to process the request.\n\n        Set to ``0`` to fail on the first retry of this type.\n\n    :param int read:\n        How many times to retry on read errors.\n\n        These errors are raised after the request was sent to the server, so the\n        request may have side-effects.\n\n        Set to ``0`` to fail on the first retry of this type.\n\n    :param int redirect:\n        How many redirects to perform. Limit this to avoid infinite redirect\n        loops.\n\n        A redirect is a HTTP response with a status code 301, 302, 303, 307 or\n        308.\n\n        Set to ``0`` to fail on the first retry of this type.\n\n        Set to ``False`` to disable and imply ``raise_on_redirect=False``.\n\n    :param iterable method_whitelist:\n        Set of uppercased HTTP method verbs that we should retry on.\n\n        By default, we only retry on methods which are considered to be\n        indempotent (multiple requests with the same parameters end with the\n        same state). See :attr:`Retry.DEFAULT_METHOD_WHITELIST`.\n\n    :param iterable status_forcelist:\n        A set of HTTP status codes that we should force a retry on.\n\n        By default, this is disabled with ``None``.\n\n    :param float backoff_factor:\n        A backoff factor to apply between attempts. urllib3 will sleep for::\n\n            {backoff factor} * (2 ^ ({number of total retries} - 1))\n\n        seconds. If the backoff_factor is 0.1, then :func:`.sleep` will sleep\n        for [0.1s, 0.2s, 0.4s, ...] between retries. It will never be longer\n        than :attr:`Retry.MAX_BACKOFF`.\n\n        By default, backoff is disabled (set to 0).\n\n    :param bool raise_on_redirect: Whether, if the number of redirects is\n        exhausted, to raise a MaxRetryError, or to return a response with a\n        response code in the 3xx range.\n    \"\"\"\n\n    DEFAULT_METHOD_WHITELIST = frozenset([\n        'HEAD', 'GET', 'PUT', 'DELETE', 'OPTIONS', 'TRACE'])\n\n    #: Maximum backoff time.\n    BACKOFF_MAX = 120\n\n    def __init__(self, total=10, connect=None, read=None, redirect=None,\n                 method_whitelist=DEFAULT_METHOD_WHITELIST, status_forcelist=None,\n                 backoff_factor=0, raise_on_redirect=True, _observed_errors=0):\n\n        self.total = total\n        self.connect = connect\n        self.read = read\n\n        if redirect is False or total is False:\n            redirect = 0\n            raise_on_redirect = False\n\n        self.redirect = redirect\n        self.status_forcelist = status_forcelist or set()\n        self.method_whitelist = method_whitelist\n        self.backoff_factor = backoff_factor\n        self.raise_on_redirect = raise_on_redirect\n        self._observed_errors = _observed_errors # TODO: use .history instead?\n\n    def new(self, **kw):\n        params = dict(\n            total=self.total,\n            connect=self.connect, read=self.read, redirect=self.redirect,\n            method_whitelist=self.method_whitelist,\n            status_forcelist=self.status_forcelist,\n            backoff_factor=self.backoff_factor,\n            raise_on_redirect=self.raise_on_redirect,\n            _observed_errors=self._observed_errors,\n        )\n        params.update(kw)\n        return type(self)(**params)\n\n    @classmethod\n    def from_int(cls, retries, redirect=True, default=None):\n        \"\"\" Backwards-compatibility for the old retries format.\"\"\"\n        if retries is None:\n            retries = default if default is not None else cls.DEFAULT\n\n        if isinstance(retries, Retry):\n            return retries\n\n        redirect = bool(redirect) and None\n        new_retries = cls(retries, redirect=redirect)\n        log.debug(\"Converted retries value: %r -> %r\" % (retries, new_retries))\n        return new_retries\n\n    def get_backoff_time(self):\n        \"\"\" Formula for computing the current backoff\n\n        :rtype: float\n        \"\"\"\n        if self._observed_errors <= 1:\n            return 0\n\n        backoff_value = self.backoff_factor * (2 ** (self._observed_errors - 1))\n        return min(self.BACKOFF_MAX, backoff_value)\n\n    def sleep(self):\n        \"\"\" Sleep between retry attempts using an exponential backoff.\n\n        By default, the backoff factor is 0 and this method will return\n        immediately.\n        \"\"\"\n        backoff = self.get_backoff_time()\n        if backoff <= 0:\n            return\n        time.sleep(backoff)\n\n    def _is_connection_error(self, err):\n        \"\"\" Errors when we're fairly sure that the server did not receive the\n        request, so it should be safe to retry.\n        \"\"\"\n        return isinstance(err, ConnectTimeoutError)\n\n    def _is_read_error(self, err):\n        \"\"\" Errors that occur after the request has been started, so we can't\n        assume that the server did not process any of it.\n        \"\"\"\n        return isinstance(err, (ReadTimeoutError, ProtocolError))\n\n    def is_forced_retry(self, method, status_code):\n        \"\"\" Is this method/response retryable? (Based on method/codes whitelists)\n        \"\"\"\n        if self.method_whitelist and method.upper() not in self.method_whitelist:\n            return False\n\n        return self.status_forcelist and status_code in self.status_forcelist\n\n    def is_exhausted(self):\n        \"\"\" Are we out of retries?\n        \"\"\"\n        retry_counts = (self.total, self.connect, self.read, self.redirect)\n        retry_counts = list(filter(None, retry_counts))\n        if not retry_counts:\n            return False\n\n        return min(retry_counts) < 0\n\n    def increment(self, method=None, url=None, response=None, error=None, _pool=None, _stacktrace=None):\n        \"\"\" Return a new Retry object with incremented retry counters.\n\n        :param response: A response object, or None, if the server did not\n            return a response.\n        :type response: :class:`~urllib3.response.HTTPResponse`\n        :param Exception error: An error encountered during the request, or\n            None if the response was received successfully.\n\n        :return: A new ``Retry`` object.\n        \"\"\"\n        if self.total is False and error:\n            # Disabled, indicate to re-raise the error.\n            raise six.reraise(type(error), error, _stacktrace)\n\n        total = self.total\n        if total is not None:\n            total -= 1\n\n        _observed_errors = self._observed_errors\n        connect = self.connect\n        read = self.read\n        redirect = self.redirect\n\n        if error and self._is_connection_error(error):\n            # Connect retry?\n            if connect is False:\n                raise six.reraise(type(error), error, _stacktrace)\n            elif connect is not None:\n                connect -= 1\n            _observed_errors += 1\n\n        elif error and self._is_read_error(error):\n            # Read retry?\n            if read is False:\n                raise six.reraise(type(error), error, _stacktrace)\n            elif read is not None:\n                read -= 1\n            _observed_errors += 1\n\n        elif response and response.get_redirect_location():\n            # Redirect retry?\n            if redirect is not None:\n                redirect -= 1\n\n        else:\n            # FIXME: Nothing changed, scenario doesn't make sense.\n            _observed_errors += 1\n\n        new_retry = self.new(\n            total=total,\n            connect=connect, read=read, redirect=redirect,\n            _observed_errors=_observed_errors)\n\n        if new_retry.is_exhausted():\n            raise MaxRetryError(_pool, url, error)\n\n        log.debug(\"Incremented Retry for (url='%s'): %r\" % (url, new_retry))\n\n        return new_retry\n\n\n    def __repr__(self):\n        return ('{cls.__name__}(total={self.total}, connect={self.connect}, '\n                'read={self.read}, redirect={self.redirect})').format(\n                    cls=type(self), self=self)\n\n\n# For backwards compatibility (equivalent to pre-v1.9):\nRetry.DEFAULT = Retry(3)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py",
    "content": "from binascii import hexlify, unhexlify\nfrom hashlib import md5, sha1\n\nfrom ..exceptions import SSLError\n\n\ntry:  # Test for SSL features\n    SSLContext = None\n    HAS_SNI = False\n\n    import ssl\n    from ssl import wrap_socket, CERT_NONE, PROTOCOL_SSLv23\n    from ssl import SSLContext  # Modern SSL?\n    from ssl import HAS_SNI  # Has SNI?\nexcept ImportError:\n    pass\n\n\ndef assert_fingerprint(cert, fingerprint):\n    \"\"\"\n    Checks if given fingerprint matches the supplied certificate.\n\n    :param cert:\n        Certificate as bytes object.\n    :param fingerprint:\n        Fingerprint as string of hexdigits, can be interspersed by colons.\n    \"\"\"\n\n    # Maps the length of a digest to a possible hash function producing\n    # this digest.\n    hashfunc_map = {\n        16: md5,\n        20: sha1\n    }\n\n    fingerprint = fingerprint.replace(':', '').lower()\n    digest_length, odd = divmod(len(fingerprint), 2)\n\n    if odd or digest_length not in hashfunc_map:\n        raise SSLError('Fingerprint is of invalid length.')\n\n    # We need encode() here for py32; works on py2 and p33.\n    fingerprint_bytes = unhexlify(fingerprint.encode())\n\n    hashfunc = hashfunc_map[digest_length]\n\n    cert_digest = hashfunc(cert).digest()\n\n    if not cert_digest == fingerprint_bytes:\n        raise SSLError('Fingerprints did not match. Expected \"{0}\", got \"{1}\".'\n                       .format(hexlify(fingerprint_bytes),\n                               hexlify(cert_digest)))\n\n\ndef resolve_cert_reqs(candidate):\n    \"\"\"\n    Resolves the argument to a numeric constant, which can be passed to\n    the wrap_socket function/method from the ssl module.\n    Defaults to :data:`ssl.CERT_NONE`.\n    If given a string it is assumed to be the name of the constant in the\n    :mod:`ssl` module or its abbrevation.\n    (So you can specify `REQUIRED` instead of `CERT_REQUIRED`.\n    If it's neither `None` nor a string we assume it is already the numeric\n    constant which can directly be passed to wrap_socket.\n    \"\"\"\n    if candidate is None:\n        return CERT_NONE\n\n    if isinstance(candidate, str):\n        res = getattr(ssl, candidate, None)\n        if res is None:\n            res = getattr(ssl, 'CERT_' + candidate)\n        return res\n\n    return candidate\n\n\ndef resolve_ssl_version(candidate):\n    \"\"\"\n    like resolve_cert_reqs\n    \"\"\"\n    if candidate is None:\n        return PROTOCOL_SSLv23\n\n    if isinstance(candidate, str):\n        res = getattr(ssl, candidate, None)\n        if res is None:\n            res = getattr(ssl, 'PROTOCOL_' + candidate)\n        return res\n\n    return candidate\n\n\nif SSLContext is not None:  # Python 3.2+\n    def ssl_wrap_socket(sock, keyfile=None, certfile=None, cert_reqs=None,\n                        ca_certs=None, server_hostname=None,\n                        ssl_version=None):\n        \"\"\"\n        All arguments except `server_hostname` have the same meaning as for\n        :func:`ssl.wrap_socket`\n\n        :param server_hostname:\n            Hostname of the expected certificate\n        \"\"\"\n        context = SSLContext(ssl_version)\n        context.verify_mode = cert_reqs\n\n        # Disable TLS compression to migitate CRIME attack (issue #309)\n        OP_NO_COMPRESSION = 0x20000\n        context.options |= OP_NO_COMPRESSION\n\n        if ca_certs:\n            try:\n                context.load_verify_locations(ca_certs)\n            # Py32 raises IOError\n            # Py33 raises FileNotFoundError\n            except Exception as e:  # Reraise as SSLError\n                raise SSLError(e)\n        if certfile:\n            # FIXME: This block needs a test.\n            context.load_cert_chain(certfile, keyfile)\n        if HAS_SNI:  # Platform-specific: OpenSSL with enabled SNI\n            return context.wrap_socket(sock, server_hostname=server_hostname)\n        return context.wrap_socket(sock)\n\nelse:  # Python 3.1 and earlier\n    def ssl_wrap_socket(sock, keyfile=None, certfile=None, cert_reqs=None,\n                        ca_certs=None, server_hostname=None,\n                        ssl_version=None):\n        return wrap_socket(sock, keyfile=keyfile, certfile=certfile,\n                           ca_certs=ca_certs, cert_reqs=cert_reqs,\n                           ssl_version=ssl_version)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/util/timeout.py",
    "content": "# The default socket timeout, used by httplib to indicate that no timeout was\n# specified by the user\nfrom socket import _GLOBAL_DEFAULT_TIMEOUT\nimport time\n\nfrom ..exceptions import TimeoutStateError\n\n# A sentinel value to indicate that no timeout was specified by the user in\n# urllib3\n_Default = object()\n\ndef current_time():\n    \"\"\"\n    Retrieve the current time. This function is mocked out in unit testing.\n    \"\"\"\n    return time.time()\n\n\nclass Timeout(object):\n    \"\"\" Timeout configuration.\n\n    Timeouts can be defined as a default for a pool::\n\n        timeout = Timeout(connect=2.0, read=7.0)\n        http = PoolManager(timeout=timeout)\n        response = http.request('GET', 'http://example.com/')\n\n    Or per-request (which overrides the default for the pool)::\n\n        response = http.request('GET', 'http://example.com/', timeout=Timeout(10))\n\n    Timeouts can be disabled by setting all the parameters to ``None``::\n\n        no_timeout = Timeout(connect=None, read=None)\n        response = http.request('GET', 'http://example.com/, timeout=no_timeout)\n\n\n    :param total:\n        This combines the connect and read timeouts into one; the read timeout\n        will be set to the time leftover from the connect attempt. In the\n        event that both a connect timeout and a total are specified, or a read\n        timeout and a total are specified, the shorter timeout will be applied.\n\n        Defaults to None.\n\n    :type total: integer, float, or None\n\n    :param connect:\n        The maximum amount of time to wait for a connection attempt to a server\n        to succeed. Omitting the parameter will default the connect timeout to\n        the system default, probably `the global default timeout in socket.py\n        <http://hg.python.org/cpython/file/603b4d593758/Lib/socket.py#l535>`_.\n        None will set an infinite timeout for connection attempts.\n\n    :type connect: integer, float, or None\n\n    :param read:\n        The maximum amount of time to wait between consecutive\n        read operations for a response from the server. Omitting\n        the parameter will default the read timeout to the system\n        default, probably `the global default timeout in socket.py\n        <http://hg.python.org/cpython/file/603b4d593758/Lib/socket.py#l535>`_.\n        None will set an infinite timeout.\n\n    :type read: integer, float, or None\n\n    .. note::\n\n        Many factors can affect the total amount of time for urllib3 to return\n        an HTTP response.\n\n        For example, Python's DNS resolver does not obey the timeout specified\n        on the socket. Other factors that can affect total request time include\n        high CPU load, high swap, the program running at a low priority level,\n        or other behaviors.\n\n        In addition, the read and total timeouts only measure the time between\n        read operations on the socket connecting the client and the server,\n        not the total amount of time for the request to return a complete\n        response. For most requests, the timeout is raised because the server\n        has not sent the first byte in the specified time. This is not always\n        the case; if a server streams one byte every fifteen seconds, a timeout\n        of 20 seconds will not trigger, even though the request will take\n        several minutes to complete.\n\n        If your goal is to cut off any request after a set amount of wall clock\n        time, consider having a second \"watcher\" thread to cut off a slow\n        request.\n    \"\"\"\n\n    #: A sentinel object representing the default timeout value\n    DEFAULT_TIMEOUT = _GLOBAL_DEFAULT_TIMEOUT\n\n    def __init__(self, total=None, connect=_Default, read=_Default):\n        self._connect = self._validate_timeout(connect, 'connect')\n        self._read = self._validate_timeout(read, 'read')\n        self.total = self._validate_timeout(total, 'total')\n        self._start_connect = None\n\n    def __str__(self):\n        return '%s(connect=%r, read=%r, total=%r)' % (\n            type(self).__name__, self._connect, self._read, self.total)\n\n    @classmethod\n    def _validate_timeout(cls, value, name):\n        \"\"\" Check that a timeout attribute is valid.\n\n        :param value: The timeout value to validate\n        :param name: The name of the timeout attribute to validate. This is\n            used to specify in error messages.\n        :return: The validated and casted version of the given value.\n        :raises ValueError: If the type is not an integer or a float, or if it\n            is a numeric value less than zero.\n        \"\"\"\n        if value is _Default:\n            return cls.DEFAULT_TIMEOUT\n\n        if value is None or value is cls.DEFAULT_TIMEOUT:\n            return value\n\n        try:\n            float(value)\n        except (TypeError, ValueError):\n            raise ValueError(\"Timeout value %s was %s, but it must be an \"\n                             \"int or float.\" % (name, value))\n\n        try:\n            if value < 0:\n                raise ValueError(\"Attempted to set %s timeout to %s, but the \"\n                                 \"timeout cannot be set to a value less \"\n                                 \"than 0.\" % (name, value))\n        except TypeError:  # Python 3\n            raise ValueError(\"Timeout value %s was %s, but it must be an \"\n                             \"int or float.\" % (name, value))\n\n        return value\n\n    @classmethod\n    def from_float(cls, timeout):\n        \"\"\" Create a new Timeout from a legacy timeout value.\n\n        The timeout value used by httplib.py sets the same timeout on the\n        connect(), and recv() socket requests. This creates a :class:`Timeout`\n        object that sets the individual timeouts to the ``timeout`` value\n        passed to this function.\n\n        :param timeout: The legacy timeout value.\n        :type timeout: integer, float, sentinel default object, or None\n        :return: Timeout object\n        :rtype: :class:`Timeout`\n        \"\"\"\n        return Timeout(read=timeout, connect=timeout)\n\n    def clone(self):\n        \"\"\" Create a copy of the timeout object\n\n        Timeout properties are stored per-pool but each request needs a fresh\n        Timeout object to ensure each one has its own start/stop configured.\n\n        :return: a copy of the timeout object\n        :rtype: :class:`Timeout`\n        \"\"\"\n        # We can't use copy.deepcopy because that will also create a new object\n        # for _GLOBAL_DEFAULT_TIMEOUT, which socket.py uses as a sentinel to\n        # detect the user default.\n        return Timeout(connect=self._connect, read=self._read,\n                       total=self.total)\n\n    def start_connect(self):\n        \"\"\" Start the timeout clock, used during a connect() attempt\n\n        :raises urllib3.exceptions.TimeoutStateError: if you attempt\n            to start a timer that has been started already.\n        \"\"\"\n        if self._start_connect is not None:\n            raise TimeoutStateError(\"Timeout timer has already been started.\")\n        self._start_connect = current_time()\n        return self._start_connect\n\n    def get_connect_duration(self):\n        \"\"\" Gets the time elapsed since the call to :meth:`start_connect`.\n\n        :return: Elapsed time.\n        :rtype: float\n        :raises urllib3.exceptions.TimeoutStateError: if you attempt\n            to get duration for a timer that hasn't been started.\n        \"\"\"\n        if self._start_connect is None:\n            raise TimeoutStateError(\"Can't get connect duration for timer \"\n                                    \"that has not started.\")\n        return current_time() - self._start_connect\n\n    @property\n    def connect_timeout(self):\n        \"\"\" Get the value to use when setting a connection timeout.\n\n        This will be a positive float or integer, the value None\n        (never timeout), or the default system timeout.\n\n        :return: Connect timeout.\n        :rtype: int, float, :attr:`Timeout.DEFAULT_TIMEOUT` or None\n        \"\"\"\n        if self.total is None:\n            return self._connect\n\n        if self._connect is None or self._connect is self.DEFAULT_TIMEOUT:\n            return self.total\n\n        return min(self._connect, self.total)\n\n    @property\n    def read_timeout(self):\n        \"\"\" Get the value for the read timeout.\n\n        This assumes some time has elapsed in the connection timeout and\n        computes the read timeout appropriately.\n\n        If self.total is set, the read timeout is dependent on the amount of\n        time taken by the connect timeout. If the connection time has not been\n        established, a :exc:`~urllib3.exceptions.TimeoutStateError` will be\n        raised.\n\n        :return: Value to use for the read timeout.\n        :rtype: int, float, :attr:`Timeout.DEFAULT_TIMEOUT` or None\n        :raises urllib3.exceptions.TimeoutStateError: If :meth:`start_connect`\n            has not yet been called on this object.\n        \"\"\"\n        if (self.total is not None and\n            self.total is not self.DEFAULT_TIMEOUT and\n            self._read is not None and\n            self._read is not self.DEFAULT_TIMEOUT):\n            # In case the connect timeout has not yet been established.\n            if self._start_connect is None:\n                return self._read\n            return max(0, min(self.total - self.get_connect_duration(),\n                              self._read))\n        elif self.total is not None and self.total is not self.DEFAULT_TIMEOUT:\n            return max(0, self.total - self.get_connect_duration())\n        else:\n            return self._read\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/packages/urllib3/util/url.py",
    "content": "from collections import namedtuple\n\nfrom ..exceptions import LocationParseError\n\n\nurl_attrs = ['scheme', 'auth', 'host', 'port', 'path', 'query', 'fragment']\n\n\nclass Url(namedtuple('Url', url_attrs)):\n    \"\"\"\n    Datastructure for representing an HTTP URL. Used as a return value for\n    :func:`parse_url`.\n    \"\"\"\n    slots = ()\n\n    def __new__(cls, scheme=None, auth=None, host=None, port=None, path=None,\n                query=None, fragment=None):\n        return super(Url, cls).__new__(cls, scheme, auth, host, port, path,\n                                       query, fragment)\n\n    @property\n    def hostname(self):\n        \"\"\"For backwards-compatibility with urlparse. We're nice like that.\"\"\"\n        return self.host\n\n    @property\n    def request_uri(self):\n        \"\"\"Absolute path including the query string.\"\"\"\n        uri = self.path or '/'\n\n        if self.query is not None:\n            uri += '?' + self.query\n\n        return uri\n\n    @property\n    def netloc(self):\n        \"\"\"Network location including host and port\"\"\"\n        if self.port:\n            return '%s:%d' % (self.host, self.port)\n        return self.host\n\n\ndef split_first(s, delims):\n    \"\"\"\n    Given a string and an iterable of delimiters, split on the first found\n    delimiter. Return two split parts and the matched delimiter.\n\n    If not found, then the first part is the full input string.\n\n    Example::\n\n        >>> split_first('foo/bar?baz', '?/=')\n        ('foo', 'bar?baz', '/')\n        >>> split_first('foo/bar?baz', '123')\n        ('foo/bar?baz', '', None)\n\n    Scales linearly with number of delims. Not ideal for large number of delims.\n    \"\"\"\n    min_idx = None\n    min_delim = None\n    for d in delims:\n        idx = s.find(d)\n        if idx < 0:\n            continue\n\n        if min_idx is None or idx < min_idx:\n            min_idx = idx\n            min_delim = d\n\n    if min_idx is None or min_idx < 0:\n        return s, '', None\n\n    return s[:min_idx], s[min_idx+1:], min_delim\n\n\ndef parse_url(url):\n    \"\"\"\n    Given a url, return a parsed :class:`.Url` namedtuple. Best-effort is\n    performed to parse incomplete urls. Fields not provided will be None.\n\n    Partly backwards-compatible with :mod:`urlparse`.\n\n    Example::\n\n        >>> parse_url('http://google.com/mail/')\n        Url(scheme='http', host='google.com', port=None, path='/', ...)\n        >>> parse_url('google.com:80')\n        Url(scheme=None, host='google.com', port=80, path=None, ...)\n        >>> parse_url('/foo?bar')\n        Url(scheme=None, host=None, port=None, path='/foo', query='bar', ...)\n    \"\"\"\n\n    # While this code has overlap with stdlib's urlparse, it is much\n    # simplified for our needs and less annoying.\n    # Additionally, this implementations does silly things to be optimal\n    # on CPython.\n\n    if not url:\n        # Empty\n        return Url()\n\n    scheme = None\n    auth = None\n    host = None\n    port = None\n    path = None\n    fragment = None\n    query = None\n\n    # Scheme\n    if '://' in url:\n        scheme, url = url.split('://', 1)\n\n    # Find the earliest Authority Terminator\n    # (http://tools.ietf.org/html/rfc3986#section-3.2)\n    url, path_, delim = split_first(url, ['/', '?', '#'])\n\n    if delim:\n        # Reassemble the path\n        path = delim + path_\n\n    # Auth\n    if '@' in url:\n        # Last '@' denotes end of auth part\n        auth, url = url.rsplit('@', 1)\n\n    # IPv6\n    if url and url[0] == '[':\n        host, url = url.split(']', 1)\n        host += ']'\n\n    # Port\n    if ':' in url:\n        _host, port = url.split(':', 1)\n\n        if not host:\n            host = _host\n\n        if port:\n            # If given, ports must be integers.\n            if not port.isdigit():\n                raise LocationParseError(url)\n            port = int(port)\n        else:\n            # Blank ports are cool, too. (rfc3986#section-3.2.3)\n            port = None\n\n    elif not host and url:\n        host = url\n\n    if not path:\n        return Url(scheme, auth, host, port, path, query, fragment)\n\n    # Fragment\n    if '#' in path:\n        path, fragment = path.split('#', 1)\n\n    # Query\n    if '?' in path:\n        path, query = path.split('?', 1)\n\n    return Url(scheme, auth, host, port, path, query, fragment)\n\n\ndef get_host(url):\n    \"\"\"\n    Deprecated. Use :func:`.parse_url` instead.\n    \"\"\"\n    p = parse_url(url)\n    return p.scheme or 'http', p.hostname, p.port\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/sessions.py",
    "content": "# -*- coding: utf-8 -*-\n\n\"\"\"\nrequests.session\n~~~~~~~~~~~~~~~~\n\nThis module provides a Session object to manage and persist settings across\nrequests (cookies, auth, proxies).\n\n\"\"\"\nimport os\nfrom collections import Mapping\nfrom datetime import datetime\n\nfrom .auth import _basic_auth_str\nfrom .compat import cookielib, OrderedDict, urljoin, urlparse, builtin_str\nfrom .cookies import (\n    cookiejar_from_dict, extract_cookies_to_jar, RequestsCookieJar, merge_cookies)\nfrom .models import Request, PreparedRequest, DEFAULT_REDIRECT_LIMIT\nfrom .hooks import default_hooks, dispatch_hook\nfrom .utils import to_key_val_list, default_headers, to_native_string\nfrom .exceptions import (\n    TooManyRedirects, InvalidSchema, ChunkedEncodingError, ContentDecodingError)\nfrom .structures import CaseInsensitiveDict\n\nfrom .adapters import HTTPAdapter\n\nfrom .utils import (\n    requote_uri, get_environ_proxies, get_netrc_auth, should_bypass_proxies,\n    get_auth_from_url\n)\n\nfrom .status_codes import codes\n\n# formerly defined here, reexposed here for backward compatibility\nfrom .models import REDIRECT_STATI\n\n\ndef merge_setting(request_setting, session_setting, dict_class=OrderedDict):\n    \"\"\"\n    Determines appropriate setting for a given request, taking into account the\n    explicit setting on that request, and the setting in the session. If a\n    setting is a dictionary, they will be merged together using `dict_class`\n    \"\"\"\n\n    if session_setting is None:\n        return request_setting\n\n    if request_setting is None:\n        return session_setting\n\n    # Bypass if not a dictionary (e.g. verify)\n    if not (\n            isinstance(session_setting, Mapping) and\n            isinstance(request_setting, Mapping)\n    ):\n        return request_setting\n\n    merged_setting = dict_class(to_key_val_list(session_setting))\n    merged_setting.update(to_key_val_list(request_setting))\n\n    # Remove keys that are set to None.\n    for (k, v) in request_setting.items():\n        if v is None:\n            del merged_setting[k]\n\n    merged_setting = dict((k, v) for (k, v) in merged_setting.items() if v is not None)\n\n    return merged_setting\n\n\ndef merge_hooks(request_hooks, session_hooks, dict_class=OrderedDict):\n    \"\"\"\n    Properly merges both requests and session hooks.\n\n    This is necessary because when request_hooks == {'response': []}, the\n    merge breaks Session hooks entirely.\n    \"\"\"\n    if session_hooks is None or session_hooks.get('response') == []:\n        return request_hooks\n\n    if request_hooks is None or request_hooks.get('response') == []:\n        return session_hooks\n\n    return merge_setting(request_hooks, session_hooks, dict_class)\n\n\nclass SessionRedirectMixin(object):\n    def resolve_redirects(self, resp, req, stream=False, timeout=None,\n                          verify=True, cert=None, proxies=None):\n        \"\"\"Receives a Response. Returns a generator of Responses.\"\"\"\n\n        i = 0\n        hist = [] # keep track of history\n\n        while resp.is_redirect:\n            prepared_request = req.copy()\n\n            if i > 0:\n                # Update history and keep track of redirects.\n                hist.append(resp)\n                new_hist = list(hist)\n                resp.history = new_hist\n\n            try:\n                resp.content  # Consume socket so it can be released\n            except (ChunkedEncodingError, ContentDecodingError, RuntimeError):\n                resp.raw.read(decode_content=False)\n\n            if i >= self.max_redirects:\n                raise TooManyRedirects('Exceeded %s redirects.' % self.max_redirects)\n\n            # Release the connection back into the pool.\n            resp.close()\n\n            url = resp.headers['location']\n            method = req.method\n\n            # Handle redirection without scheme (see: RFC 1808 Section 4)\n            if url.startswith('//'):\n                parsed_rurl = urlparse(resp.url)\n                url = '%s:%s' % (parsed_rurl.scheme, url)\n\n            # The scheme should be lower case...\n            parsed = urlparse(url)\n            url = parsed.geturl()\n\n            # Facilitate relative 'location' headers, as allowed by RFC 7231.\n            # (e.g. '/path/to/resource' instead of 'http://domain.tld/path/to/resource')\n            # Compliant with RFC3986, we percent encode the url.\n            if not urlparse(url).netloc:\n                url = urljoin(resp.url, requote_uri(url))\n            else:\n                url = requote_uri(url)\n\n            prepared_request.url = to_native_string(url)\n            # Cache the url, unless it redirects to itself.\n            if resp.is_permanent_redirect and req.url != prepared_request.url:\n                self.redirect_cache[req.url] = prepared_request.url\n\n            # http://tools.ietf.org/html/rfc7231#section-6.4.4\n            if (resp.status_code == codes.see_other and\n                    method != 'HEAD'):\n                method = 'GET'\n\n            # Do what the browsers do, despite standards...\n            # First, turn 302s into GETs.\n            if resp.status_code == codes.found and method != 'HEAD':\n                method = 'GET'\n\n            # Second, if a POST is responded to with a 301, turn it into a GET.\n            # This bizarre behaviour is explained in Issue 1704.\n            if resp.status_code == codes.moved and method == 'POST':\n                method = 'GET'\n\n            prepared_request.method = method\n\n            # https://github.com/kennethreitz/requests/issues/1084\n            if resp.status_code not in (codes.temporary_redirect, codes.permanent_redirect):\n                if 'Content-Length' in prepared_request.headers:\n                    del prepared_request.headers['Content-Length']\n\n                prepared_request.body = None\n\n            headers = prepared_request.headers\n            try:\n                del headers['Cookie']\n            except KeyError:\n                pass\n\n            extract_cookies_to_jar(prepared_request._cookies, prepared_request, resp.raw)\n            prepared_request._cookies.update(self.cookies)\n            prepared_request.prepare_cookies(prepared_request._cookies)\n\n            # Rebuild auth and proxy information.\n            proxies = self.rebuild_proxies(prepared_request, proxies)\n            self.rebuild_auth(prepared_request, resp)\n\n            # Override the original request.\n            req = prepared_request\n\n            resp = self.send(\n                req,\n                stream=stream,\n                timeout=timeout,\n                verify=verify,\n                cert=cert,\n                proxies=proxies,\n                allow_redirects=False,\n            )\n\n            extract_cookies_to_jar(self.cookies, prepared_request, resp.raw)\n\n            i += 1\n            yield resp\n\n    def rebuild_auth(self, prepared_request, response):\n        \"\"\"\n        When being redirected we may want to strip authentication from the\n        request to avoid leaking credentials. This method intelligently removes\n        and reapplies authentication where possible to avoid credential loss.\n        \"\"\"\n        headers = prepared_request.headers\n        url = prepared_request.url\n\n        if 'Authorization' in headers:\n            # If we get redirected to a new host, we should strip out any\n            # authentication headers.\n            original_parsed = urlparse(response.request.url)\n            redirect_parsed = urlparse(url)\n\n            if (original_parsed.hostname != redirect_parsed.hostname):\n                del headers['Authorization']\n\n        # .netrc might have more auth for us on our new host.\n        new_auth = get_netrc_auth(url) if self.trust_env else None\n        if new_auth is not None:\n            prepared_request.prepare_auth(new_auth)\n\n        return\n\n    def rebuild_proxies(self, prepared_request, proxies):\n        \"\"\"\n        This method re-evaluates the proxy configuration by considering the\n        environment variables. If we are redirected to a URL covered by\n        NO_PROXY, we strip the proxy configuration. Otherwise, we set missing\n        proxy keys for this URL (in case they were stripped by a previous\n        redirect).\n\n        This method also replaces the Proxy-Authorization header where\n        necessary.\n        \"\"\"\n        headers = prepared_request.headers\n        url = prepared_request.url\n        scheme = urlparse(url).scheme\n        new_proxies = proxies.copy() if proxies is not None else {}\n\n        if self.trust_env and not should_bypass_proxies(url):\n            environ_proxies = get_environ_proxies(url)\n\n            proxy = environ_proxies.get(scheme)\n\n            if proxy:\n                new_proxies.setdefault(scheme, environ_proxies[scheme])\n\n        if 'Proxy-Authorization' in headers:\n            del headers['Proxy-Authorization']\n\n        try:\n            username, password = get_auth_from_url(new_proxies[scheme])\n        except KeyError:\n            username, password = None, None\n\n        if username and password:\n            headers['Proxy-Authorization'] = _basic_auth_str(username, password)\n\n        return new_proxies\n\n\nclass Session(SessionRedirectMixin):\n    \"\"\"A Requests session.\n\n    Provides cookie persistence, connection-pooling, and configuration.\n\n    Basic Usage::\n\n      >>> import requests\n      >>> s = requests.Session()\n      >>> s.get('http://httpbin.org/get')\n      200\n    \"\"\"\n\n    __attrs__ = [\n        'headers', 'cookies', 'auth', 'proxies', 'hooks', 'params', 'verify',\n        'cert', 'prefetch', 'adapters', 'stream', 'trust_env',\n        'max_redirects', 'redirect_cache'\n    ]\n\n    def __init__(self):\n\n        #: A case-insensitive dictionary of headers to be sent on each\n        #: :class:`Request <Request>` sent from this\n        #: :class:`Session <Session>`.\n        self.headers = default_headers()\n\n        #: Default Authentication tuple or object to attach to\n        #: :class:`Request <Request>`.\n        self.auth = None\n\n        #: Dictionary mapping protocol to the URL of the proxy (e.g.\n        #: {'http': 'foo.bar:3128'}) to be used on each\n        #: :class:`Request <Request>`.\n        self.proxies = {}\n\n        #: Event-handling hooks.\n        self.hooks = default_hooks()\n\n        #: Dictionary of querystring data to attach to each\n        #: :class:`Request <Request>`. The dictionary values may be lists for\n        #: representing multivalued query parameters.\n        self.params = {}\n\n        #: Stream response content default.\n        self.stream = False\n\n        #: SSL Verification default.\n        self.verify = True\n\n        #: SSL certificate default.\n        self.cert = None\n\n        #: Maximum number of redirects allowed. If the request exceeds this\n        #: limit, a :class:`TooManyRedirects` exception is raised.\n        self.max_redirects = DEFAULT_REDIRECT_LIMIT\n\n        #: Should we trust the environment?\n        self.trust_env = True\n\n        #: A CookieJar containing all currently outstanding cookies set on this\n        #: session. By default it is a\n        #: :class:`RequestsCookieJar <requests.cookies.RequestsCookieJar>`, but\n        #: may be any other ``cookielib.CookieJar`` compatible object.\n        self.cookies = cookiejar_from_dict({})\n\n        # Default connection adapters.\n        self.adapters = OrderedDict()\n        self.mount('https://', HTTPAdapter())\n        self.mount('http://', HTTPAdapter())\n\n        self.redirect_cache = {}\n\n    def __enter__(self):\n        return self\n\n    def __exit__(self, *args):\n        self.close()\n\n    def prepare_request(self, request):\n        \"\"\"Constructs a :class:`PreparedRequest <PreparedRequest>` for\n        transmission and returns it. The :class:`PreparedRequest` has settings\n        merged from the :class:`Request <Request>` instance and those of the\n        :class:`Session`.\n\n        :param request: :class:`Request` instance to prepare with this\n            session's settings.\n        \"\"\"\n        cookies = request.cookies or {}\n\n        # Bootstrap CookieJar.\n        if not isinstance(cookies, cookielib.CookieJar):\n            cookies = cookiejar_from_dict(cookies)\n\n        # Merge with session cookies\n        merged_cookies = merge_cookies(\n            merge_cookies(RequestsCookieJar(), self.cookies), cookies)\n\n\n        # Set environment's basic authentication if not explicitly set.\n        auth = request.auth\n        if self.trust_env and not auth and not self.auth:\n            auth = get_netrc_auth(request.url)\n\n        p = PreparedRequest()\n        p.prepare(\n            method=request.method.upper(),\n            url=request.url,\n            files=request.files,\n            data=request.data,\n            json=request.json,\n            headers=merge_setting(request.headers, self.headers, dict_class=CaseInsensitiveDict),\n            params=merge_setting(request.params, self.params),\n            auth=merge_setting(auth, self.auth),\n            cookies=merged_cookies,\n            hooks=merge_hooks(request.hooks, self.hooks),\n        )\n        return p\n\n    def request(self, method, url,\n        params=None,\n        data=None,\n        headers=None,\n        cookies=None,\n        files=None,\n        auth=None,\n        timeout=None,\n        allow_redirects=True,\n        proxies=None,\n        hooks=None,\n        stream=None,\n        verify=None,\n        cert=None,\n        json=None):\n        \"\"\"Constructs a :class:`Request <Request>`, prepares it and sends it.\n        Returns :class:`Response <Response>` object.\n\n        :param method: method for the new :class:`Request` object.\n        :param url: URL for the new :class:`Request` object.\n        :param params: (optional) Dictionary or bytes to be sent in the query\n            string for the :class:`Request`.\n        :param data: (optional) Dictionary or bytes to send in the body of the\n            :class:`Request`.\n        :param json: (optional) json to send in the body of the\n            :class:`Request`.\n        :param headers: (optional) Dictionary of HTTP Headers to send with the\n            :class:`Request`.\n        :param cookies: (optional) Dict or CookieJar object to send with the\n            :class:`Request`.\n        :param files: (optional) Dictionary of ``'filename': file-like-objects``\n            for multipart encoding upload.\n        :param auth: (optional) Auth tuple or callable to enable\n            Basic/Digest/Custom HTTP Auth.\n        :param timeout: (optional) How long to wait for the server to send\n            data before giving up, as a float, or a (`connect timeout, read\n            timeout <user/advanced.html#timeouts>`_) tuple.\n        :type timeout: float or tuple\n        :param allow_redirects: (optional) Set to True by default.\n        :type allow_redirects: bool\n        :param proxies: (optional) Dictionary mapping protocol to the URL of\n            the proxy.\n        :param stream: (optional) whether to immediately download the response\n            content. Defaults to ``False``.\n        :param verify: (optional) if ``True``, the SSL cert will be verified.\n            A CA_BUNDLE path can also be provided.\n        :param cert: (optional) if String, path to ssl client cert file (.pem).\n            If Tuple, ('cert', 'key') pair.\n        \"\"\"\n\n        method = builtin_str(method)\n\n        # Create the Request.\n        req = Request(\n            method = method.upper(),\n            url = url,\n            headers = headers,\n            files = files,\n            data = data or {},\n            json = json,\n            params = params or {},\n            auth = auth,\n            cookies = cookies,\n            hooks = hooks,\n        )\n        prep = self.prepare_request(req)\n\n        proxies = proxies or {}\n\n        settings = self.merge_environment_settings(\n            prep.url, proxies, stream, verify, cert\n        )\n\n        # Send the request.\n        send_kwargs = {\n            'timeout': timeout,\n            'allow_redirects': allow_redirects,\n        }\n        send_kwargs.update(settings)\n        resp = self.send(prep, **send_kwargs)\n\n        return resp\n\n    def get(self, url, **kwargs):\n        \"\"\"Sends a GET request. Returns :class:`Response` object.\n\n        :param url: URL for the new :class:`Request` object.\n        :param \\*\\*kwargs: Optional arguments that ``request`` takes.\n        \"\"\"\n\n        kwargs.setdefault('allow_redirects', True)\n        return self.request('GET', url, **kwargs)\n\n    def options(self, url, **kwargs):\n        \"\"\"Sends a OPTIONS request. Returns :class:`Response` object.\n\n        :param url: URL for the new :class:`Request` object.\n        :param \\*\\*kwargs: Optional arguments that ``request`` takes.\n        \"\"\"\n\n        kwargs.setdefault('allow_redirects', True)\n        return self.request('OPTIONS', url, **kwargs)\n\n    def head(self, url, **kwargs):\n        \"\"\"Sends a HEAD request. Returns :class:`Response` object.\n\n        :param url: URL for the new :class:`Request` object.\n        :param \\*\\*kwargs: Optional arguments that ``request`` takes.\n        \"\"\"\n\n        kwargs.setdefault('allow_redirects', False)\n        return self.request('HEAD', url, **kwargs)\n\n    def post(self, url, data=None, json=None, **kwargs):\n        \"\"\"Sends a POST request. Returns :class:`Response` object.\n\n        :param url: URL for the new :class:`Request` object.\n        :param data: (optional) Dictionary, bytes, or file-like object to send in the body of the :class:`Request`.\n        :param json: (optional) json to send in the body of the :class:`Request`.\n        :param \\*\\*kwargs: Optional arguments that ``request`` takes.\n        \"\"\"\n\n        return self.request('POST', url, data=data, json=json, **kwargs)\n\n    def put(self, url, data=None, **kwargs):\n        \"\"\"Sends a PUT request. Returns :class:`Response` object.\n\n        :param url: URL for the new :class:`Request` object.\n        :param data: (optional) Dictionary, bytes, or file-like object to send in the body of the :class:`Request`.\n        :param \\*\\*kwargs: Optional arguments that ``request`` takes.\n        \"\"\"\n\n        return self.request('PUT', url, data=data, **kwargs)\n\n    def patch(self, url, data=None, **kwargs):\n        \"\"\"Sends a PATCH request. Returns :class:`Response` object.\n\n        :param url: URL for the new :class:`Request` object.\n        :param data: (optional) Dictionary, bytes, or file-like object to send in the body of the :class:`Request`.\n        :param \\*\\*kwargs: Optional arguments that ``request`` takes.\n        \"\"\"\n\n        return self.request('PATCH', url,  data=data, **kwargs)\n\n    def delete(self, url, **kwargs):\n        \"\"\"Sends a DELETE request. Returns :class:`Response` object.\n\n        :param url: URL for the new :class:`Request` object.\n        :param \\*\\*kwargs: Optional arguments that ``request`` takes.\n        \"\"\"\n\n        return self.request('DELETE', url, **kwargs)\n\n    def send(self, request, **kwargs):\n        \"\"\"Send a given PreparedRequest.\"\"\"\n        # Set defaults that the hooks can utilize to ensure they always have\n        # the correct parameters to reproduce the previous request.\n        kwargs.setdefault('stream', self.stream)\n        kwargs.setdefault('verify', self.verify)\n        kwargs.setdefault('cert', self.cert)\n        kwargs.setdefault('proxies', self.proxies)\n\n        # It's possible that users might accidentally send a Request object.\n        # Guard against that specific failure case.\n        if not isinstance(request, PreparedRequest):\n            raise ValueError('You can only send PreparedRequests.')\n\n        checked_urls = set()\n        while request.url in self.redirect_cache:\n            checked_urls.add(request.url)\n            new_url = self.redirect_cache.get(request.url)\n            if new_url in checked_urls:\n                break\n            request.url = new_url\n\n        # Set up variables needed for resolve_redirects and dispatching of hooks\n        allow_redirects = kwargs.pop('allow_redirects', True)\n        stream = kwargs.get('stream')\n        timeout = kwargs.get('timeout')\n        verify = kwargs.get('verify')\n        cert = kwargs.get('cert')\n        proxies = kwargs.get('proxies')\n        hooks = request.hooks\n\n        # Get the appropriate adapter to use\n        adapter = self.get_adapter(url=request.url)\n\n        # Start time (approximately) of the request\n        start = datetime.utcnow()\n\n        # Send the request\n        r = adapter.send(request, **kwargs)\n\n        # Total elapsed time of the request (approximately)\n        r.elapsed = datetime.utcnow() - start\n\n        # Response manipulation hooks\n        r = dispatch_hook('response', hooks, r, **kwargs)\n\n        # Persist cookies\n        if r.history:\n\n            # If the hooks create history then we want those cookies too\n            for resp in r.history:\n                extract_cookies_to_jar(self.cookies, resp.request, resp.raw)\n\n        extract_cookies_to_jar(self.cookies, request, r.raw)\n\n        # Redirect resolving generator.\n        gen = self.resolve_redirects(r, request,\n            stream=stream,\n            timeout=timeout,\n            verify=verify,\n            cert=cert,\n            proxies=proxies)\n\n        # Resolve redirects if allowed.\n        history = [resp for resp in gen] if allow_redirects else []\n\n        # Shuffle things around if there's history.\n        if history:\n            # Insert the first (original) request at the start\n            history.insert(0, r)\n            # Get the last request made\n            r = history.pop()\n            r.history = history\n\n        if not stream:\n            r.content\n\n        return r\n\n    def merge_environment_settings(self, url, proxies, stream, verify, cert):\n        \"\"\"Check the environment and merge it with some settings.\"\"\"\n        # Gather clues from the surrounding environment.\n        if self.trust_env:\n            # Set environment's proxies.\n            env_proxies = get_environ_proxies(url) or {}\n            for (k, v) in env_proxies.items():\n                proxies.setdefault(k, v)\n\n            # Look for requests environment configuration and be compatible\n            # with cURL.\n            if verify is True or verify is None:\n                verify = (os.environ.get('REQUESTS_CA_BUNDLE') or\n                          os.environ.get('CURL_CA_BUNDLE'))\n\n        # Merge all the kwargs.\n        proxies = merge_setting(proxies, self.proxies)\n        stream = merge_setting(stream, self.stream)\n        verify = merge_setting(verify, self.verify)\n        cert = merge_setting(cert, self.cert)\n\n        return {'verify': verify, 'proxies': proxies, 'stream': stream,\n                'cert': cert}\n\n    def get_adapter(self, url):\n        \"\"\"Returns the appropriate connnection adapter for the given URL.\"\"\"\n        for (prefix, adapter) in self.adapters.items():\n\n            if url.lower().startswith(prefix):\n                return adapter\n\n        # Nothing matches :-/\n        raise InvalidSchema(\"No connection adapters were found for '%s'\" % url)\n\n    def close(self):\n        \"\"\"Closes all adapters and as such the session\"\"\"\n        for v in self.adapters.values():\n            v.close()\n\n    def mount(self, prefix, adapter):\n        \"\"\"Registers a connection adapter to a prefix.\n\n        Adapters are sorted in descending order by key length.\"\"\"\n\n        self.adapters[prefix] = adapter\n        keys_to_move = [k for k in self.adapters if len(k) < len(prefix)]\n\n        for key in keys_to_move:\n            self.adapters[key] = self.adapters.pop(key)\n\n    def __getstate__(self):\n        return dict((attr, getattr(self, attr, None)) for attr in self.__attrs__)\n\n    def __setstate__(self, state):\n        for attr, value in state.items():\n            setattr(self, attr, value)\n\n\ndef session():\n    \"\"\"Returns a :class:`Session` for context-management.\"\"\"\n\n    return Session()\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/status_codes.py",
    "content": "# -*- coding: utf-8 -*-\n\nfrom .structures import LookupDict\n\n_codes = {\n\n    # Informational.\n    100: ('continue',),\n    101: ('switching_protocols',),\n    102: ('processing',),\n    103: ('checkpoint',),\n    122: ('uri_too_long', 'request_uri_too_long'),\n    200: ('ok', 'okay', 'all_ok', 'all_okay', 'all_good', '\\\\o/', '✓'),\n    201: ('created',),\n    202: ('accepted',),\n    203: ('non_authoritative_info', 'non_authoritative_information'),\n    204: ('no_content',),\n    205: ('reset_content', 'reset'),\n    206: ('partial_content', 'partial'),\n    207: ('multi_status', 'multiple_status', 'multi_stati', 'multiple_stati'),\n    208: ('already_reported',),\n    226: ('im_used',),\n\n    # Redirection.\n    300: ('multiple_choices',),\n    301: ('moved_permanently', 'moved', '\\\\o-'),\n    302: ('found',),\n    303: ('see_other', 'other'),\n    304: ('not_modified',),\n    305: ('use_proxy',),\n    306: ('switch_proxy',),\n    307: ('temporary_redirect', 'temporary_moved', 'temporary'),\n    308: ('permanent_redirect',\n          'resume_incomplete', 'resume',), # These 2 to be removed in 3.0\n\n    # Client Error.\n    400: ('bad_request', 'bad'),\n    401: ('unauthorized',),\n    402: ('payment_required', 'payment'),\n    403: ('forbidden',),\n    404: ('not_found', '-o-'),\n    405: ('method_not_allowed', 'not_allowed'),\n    406: ('not_acceptable',),\n    407: ('proxy_authentication_required', 'proxy_auth', 'proxy_authentication'),\n    408: ('request_timeout', 'timeout'),\n    409: ('conflict',),\n    410: ('gone',),\n    411: ('length_required',),\n    412: ('precondition_failed', 'precondition'),\n    413: ('request_entity_too_large',),\n    414: ('request_uri_too_large',),\n    415: ('unsupported_media_type', 'unsupported_media', 'media_type'),\n    416: ('requested_range_not_satisfiable', 'requested_range', 'range_not_satisfiable'),\n    417: ('expectation_failed',),\n    418: ('im_a_teapot', 'teapot', 'i_am_a_teapot'),\n    422: ('unprocessable_entity', 'unprocessable'),\n    423: ('locked',),\n    424: ('failed_dependency', 'dependency'),\n    425: ('unordered_collection', 'unordered'),\n    426: ('upgrade_required', 'upgrade'),\n    428: ('precondition_required', 'precondition'),\n    429: ('too_many_requests', 'too_many'),\n    431: ('header_fields_too_large', 'fields_too_large'),\n    444: ('no_response', 'none'),\n    449: ('retry_with', 'retry'),\n    450: ('blocked_by_windows_parental_controls', 'parental_controls'),\n    451: ('unavailable_for_legal_reasons', 'legal_reasons'),\n    499: ('client_closed_request',),\n\n    # Server Error.\n    500: ('internal_server_error', 'server_error', '/o\\\\', '✗'),\n    501: ('not_implemented',),\n    502: ('bad_gateway',),\n    503: ('service_unavailable', 'unavailable'),\n    504: ('gateway_timeout',),\n    505: ('http_version_not_supported', 'http_version'),\n    506: ('variant_also_negotiates',),\n    507: ('insufficient_storage',),\n    509: ('bandwidth_limit_exceeded', 'bandwidth'),\n    510: ('not_extended',),\n}\n\ncodes = LookupDict(name='status_codes')\n\nfor (code, titles) in list(_codes.items()):\n    for title in titles:\n        setattr(codes, title, code)\n        if not title.startswith('\\\\'):\n            setattr(codes, title.upper(), code)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/structures.py",
    "content": "# -*- coding: utf-8 -*-\n\n\"\"\"\nrequests.structures\n~~~~~~~~~~~~~~~~~~~\n\nData structures that power Requests.\n\n\"\"\"\n\nimport collections\n\n\nclass CaseInsensitiveDict(collections.MutableMapping):\n    \"\"\"\n    A case-insensitive ``dict``-like object.\n\n    Implements all methods and operations of\n    ``collections.MutableMapping`` as well as dict's ``copy``. Also\n    provides ``lower_items``.\n\n    All keys are expected to be strings. The structure remembers the\n    case of the last key to be set, and ``iter(instance)``,\n    ``keys()``, ``items()``, ``iterkeys()``, and ``iteritems()``\n    will contain case-sensitive keys. However, querying and contains\n    testing is case insensitive::\n\n        cid = CaseInsensitiveDict()\n        cid['Accept'] = 'application/json'\n        cid['aCCEPT'] == 'application/json'  # True\n        list(cid) == ['Accept']  # True\n\n    For example, ``headers['content-encoding']`` will return the\n    value of a ``'Content-Encoding'`` response header, regardless\n    of how the header name was originally stored.\n\n    If the constructor, ``.update``, or equality comparison\n    operations are given keys that have equal ``.lower()``s, the\n    behavior is undefined.\n\n    \"\"\"\n    def __init__(self, data=None, **kwargs):\n        self._store = dict()\n        if data is None:\n            data = {}\n        self.update(data, **kwargs)\n\n    def __setitem__(self, key, value):\n        # Use the lowercased key for lookups, but store the actual\n        # key alongside the value.\n        self._store[key.lower()] = (key, value)\n\n    def __getitem__(self, key):\n        return self._store[key.lower()][1]\n\n    def __delitem__(self, key):\n        del self._store[key.lower()]\n\n    def __iter__(self):\n        return (casedkey for casedkey, mappedvalue in self._store.values())\n\n    def __len__(self):\n        return len(self._store)\n\n    def lower_items(self):\n        \"\"\"Like iteritems(), but with all lowercase keys.\"\"\"\n        return (\n            (lowerkey, keyval[1])\n            for (lowerkey, keyval)\n            in self._store.items()\n        )\n\n    def __eq__(self, other):\n        if isinstance(other, collections.Mapping):\n            other = CaseInsensitiveDict(other)\n        else:\n            return NotImplemented\n        # Compare insensitively\n        return dict(self.lower_items()) == dict(other.lower_items())\n\n    # Copy is required\n    def copy(self):\n        return CaseInsensitiveDict(self._store.values())\n\n    def __repr__(self):\n        return str(dict(self.items()))\n\nclass LookupDict(dict):\n    \"\"\"Dictionary lookup object.\"\"\"\n\n    def __init__(self, name=None):\n        self.name = name\n        super(LookupDict, self).__init__()\n\n    def __repr__(self):\n        return '<lookup \\'%s\\'>' % (self.name)\n\n    def __getitem__(self, key):\n        # We allow fall-through here, so values default to None\n\n        return self.__dict__.get(key, None)\n\n    def get(self, key, default=None):\n        return self.__dict__.get(key, default)\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.requests/lib/requests/utils.py",
    "content": "# -*- coding: utf-8 -*-\n\n\"\"\"\nrequests.utils\n~~~~~~~~~~~~~~\n\nThis module provides utility functions that are used within Requests\nthat are also useful for external consumption.\n\n\"\"\"\n\nimport cgi\nimport codecs\nimport collections\nimport io\nimport os\nimport platform\nimport re\nimport sys\nimport socket\nimport struct\n\nfrom . import __version__\nfrom . import certs\nfrom .compat import parse_http_list as _parse_list_header\nfrom .compat import (quote, urlparse, bytes, str, OrderedDict, unquote, is_py2,\n                     builtin_str, getproxies, proxy_bypass, urlunparse)\nfrom .cookies import RequestsCookieJar, cookiejar_from_dict\nfrom .structures import CaseInsensitiveDict\nfrom .exceptions import InvalidURL\n\n_hush_pyflakes = (RequestsCookieJar,)\n\nNETRC_FILES = ('.netrc', '_netrc')\n\nDEFAULT_CA_BUNDLE_PATH = certs.where()\n\n\ndef dict_to_sequence(d):\n    \"\"\"Returns an internal sequence dictionary update.\"\"\"\n\n    if hasattr(d, 'items'):\n        d = d.items()\n\n    return d\n\n\ndef super_len(o):\n    if hasattr(o, '__len__'):\n        return len(o)\n\n    if hasattr(o, 'len'):\n        return o.len\n\n    if hasattr(o, 'fileno'):\n        try:\n            fileno = o.fileno()\n        except io.UnsupportedOperation:\n            pass\n        else:\n            return os.fstat(fileno).st_size\n\n    if hasattr(o, 'getvalue'):\n        # e.g. BytesIO, cStringIO.StringIO\n        return len(o.getvalue())\n\n\ndef get_netrc_auth(url):\n    \"\"\"Returns the Requests tuple auth for a given url from netrc.\"\"\"\n\n    try:\n        from netrc import netrc, NetrcParseError\n\n        netrc_path = None\n\n        for f in NETRC_FILES:\n            try:\n                loc = os.path.expanduser('~/{0}'.format(f))\n            except KeyError:\n                # os.path.expanduser can fail when $HOME is undefined and\n                # getpwuid fails. See http://bugs.python.org/issue20164 &\n                # https://github.com/kennethreitz/requests/issues/1846\n                return\n\n            if os.path.exists(loc):\n                netrc_path = loc\n                break\n\n        # Abort early if there isn't one.\n        if netrc_path is None:\n            return\n\n        ri = urlparse(url)\n\n        # Strip port numbers from netloc\n        host = ri.netloc.split(':')[0]\n\n        try:\n            _netrc = netrc(netrc_path).authenticators(host)\n            if _netrc:\n                # Return with login / password\n                login_i = (0 if _netrc[0] else 1)\n                return (_netrc[login_i], _netrc[2])\n        except (NetrcParseError, IOError):\n            # If there was a parsing error or a permissions issue reading the file,\n            # we'll just skip netrc auth\n            pass\n\n    # AppEngine hackiness.\n    except (ImportError, AttributeError):\n        pass\n\n\ndef guess_filename(obj):\n    \"\"\"Tries to guess the filename of the given object.\"\"\"\n    name = getattr(obj, 'name', None)\n    if name and name[0] != '<' and name[-1] != '>':\n        return os.path.basename(name)\n\n\ndef from_key_val_list(value):\n    \"\"\"Take an object and test to see if it can be represented as a\n    dictionary. Unless it can not be represented as such, return an\n    OrderedDict, e.g.,\n\n    ::\n\n        >>> from_key_val_list([('key', 'val')])\n        OrderedDict([('key', 'val')])\n        >>> from_key_val_list('string')\n        ValueError: need more than 1 value to unpack\n        >>> from_key_val_list({'key': 'val'})\n        OrderedDict([('key', 'val')])\n    \"\"\"\n    if value is None:\n        return None\n\n    if isinstance(value, (str, bytes, bool, int)):\n        raise ValueError('cannot encode objects that are not 2-tuples')\n\n    return OrderedDict(value)\n\n\ndef to_key_val_list(value):\n    \"\"\"Take an object and test to see if it can be represented as a\n    dictionary. If it can be, return a list of tuples, e.g.,\n\n    ::\n\n        >>> to_key_val_list([('key', 'val')])\n        [('key', 'val')]\n        >>> to_key_val_list({'key': 'val'})\n        [('key', 'val')]\n        >>> to_key_val_list('string')\n        ValueError: cannot encode objects that are not 2-tuples.\n    \"\"\"\n    if value is None:\n        return None\n\n    if isinstance(value, (str, bytes, bool, int)):\n        raise ValueError('cannot encode objects that are not 2-tuples')\n\n    if isinstance(value, collections.Mapping):\n        value = value.items()\n\n    return list(value)\n\n\n# From mitsuhiko/werkzeug (used with permission).\ndef parse_list_header(value):\n    \"\"\"Parse lists as described by RFC 2068 Section 2.\n\n    In particular, parse comma-separated lists where the elements of\n    the list may include quoted-strings.  A quoted-string could\n    contain a comma.  A non-quoted string could have quotes in the\n    middle.  Quotes are removed automatically after parsing.\n\n    It basically works like :func:`parse_set_header` just that items\n    may appear multiple times and case sensitivity is preserved.\n\n    The return value is a standard :class:`list`:\n\n    >>> parse_list_header('token, \"quoted value\"')\n    ['token', 'quoted value']\n\n    To create a header from the :class:`list` again, use the\n    :func:`dump_header` function.\n\n    :param value: a string with a list header.\n    :return: :class:`list`\n    \"\"\"\n    result = []\n    for item in _parse_list_header(value):\n        if item[:1] == item[-1:] == '\"':\n            item = unquote_header_value(item[1:-1])\n        result.append(item)\n    return result\n\n\n# From mitsuhiko/werkzeug (used with permission).\ndef parse_dict_header(value):\n    \"\"\"Parse lists of key, value pairs as described by RFC 2068 Section 2 and\n    convert them into a python dict:\n\n    >>> d = parse_dict_header('foo=\"is a fish\", bar=\"as well\"')\n    >>> type(d) is dict\n    True\n    >>> sorted(d.items())\n    [('bar', 'as well'), ('foo', 'is a fish')]\n\n    If there is no value for a key it will be `None`:\n\n    >>> parse_dict_header('key_without_value')\n    {'key_without_value': None}\n\n    To create a header from the :class:`dict` again, use the\n    :func:`dump_header` function.\n\n    :param value: a string with a dict header.\n    :return: :class:`dict`\n    \"\"\"\n    result = {}\n    for item in _parse_list_header(value):\n        if '=' not in item:\n            result[item] = None\n            continue\n        name, value = item.split('=', 1)\n        if value[:1] == value[-1:] == '\"':\n            value = unquote_header_value(value[1:-1])\n        result[name] = value\n    return result\n\n\n# From mitsuhiko/werkzeug (used with permission).\ndef unquote_header_value(value, is_filename=False):\n    r\"\"\"Unquotes a header value.  (Reversal of :func:`quote_header_value`).\n    This does not use the real unquoting but what browsers are actually\n    using for quoting.\n\n    :param value: the header value to unquote.\n    \"\"\"\n    if value and value[0] == value[-1] == '\"':\n        # this is not the real unquoting, but fixing this so that the\n        # RFC is met will result in bugs with internet explorer and\n        # probably some other browsers as well.  IE for example is\n        # uploading files with \"C:\\foo\\bar.txt\" as filename\n        value = value[1:-1]\n\n        # if this is a filename and the starting characters look like\n        # a UNC path, then just return the value without quotes.  Using the\n        # replace sequence below on a UNC path has the effect of turning\n        # the leading double slash into a single slash and then\n        # _fix_ie_filename() doesn't work correctly.  See #458.\n        if not is_filename or value[:2] != '\\\\\\\\':\n            return value.replace('\\\\\\\\', '\\\\').replace('\\\\\"', '\"')\n    return value\n\n\ndef dict_from_cookiejar(cj):\n    \"\"\"Returns a key/value dictionary from a CookieJar.\n\n    :param cj: CookieJar object to extract cookies from.\n    \"\"\"\n\n    cookie_dict = {}\n\n    for cookie in cj:\n        cookie_dict[cookie.name] = cookie.value\n\n    return cookie_dict\n\n\ndef add_dict_to_cookiejar(cj, cookie_dict):\n    \"\"\"Returns a CookieJar from a key/value dictionary.\n\n    :param cj: CookieJar to insert cookies into.\n    :param cookie_dict: Dict of key/values to insert into CookieJar.\n    \"\"\"\n\n    cj2 = cookiejar_from_dict(cookie_dict)\n    cj.update(cj2)\n    return cj\n\n\ndef get_encodings_from_content(content):\n    \"\"\"Returns encodings from given content string.\n\n    :param content: bytestring to extract encodings from.\n    \"\"\"\n\n    charset_re = re.compile(r'<meta.*?charset=[\"\\']*(.+?)[\"\\'>]', flags=re.I)\n    pragma_re = re.compile(r'<meta.*?content=[\"\\']*;?charset=(.+?)[\"\\'>]', flags=re.I)\n    xml_re = re.compile(r'^<\\?xml.*?encoding=[\"\\']*(.+?)[\"\\'>]')\n\n    return (charset_re.findall(content) +\n            pragma_re.findall(content) +\n            xml_re.findall(content))\n\n\ndef get_encoding_from_headers(headers):\n    \"\"\"Returns encodings from given HTTP Header Dict.\n\n    :param headers: dictionary to extract encoding from.\n    \"\"\"\n\n    content_type = headers.get('content-type')\n\n    if not content_type:\n        return None\n\n    content_type, params = cgi.parse_header(content_type)\n\n    if 'charset' in params:\n        return params['charset'].strip(\"'\\\"\")\n\n    if 'text' in content_type:\n        return 'ISO-8859-1'\n\n\ndef stream_decode_response_unicode(iterator, r):\n    \"\"\"Stream decodes a iterator.\"\"\"\n\n    if r.encoding is None:\n        for item in iterator:\n            yield item\n        return\n\n    decoder = codecs.getincrementaldecoder(r.encoding)(errors='replace')\n    for chunk in iterator:\n        rv = decoder.decode(chunk)\n        if rv:\n            yield rv\n    rv = decoder.decode(b'', final=True)\n    if rv:\n        yield rv\n\n\ndef iter_slices(string, slice_length):\n    \"\"\"Iterate over slices of a string.\"\"\"\n    pos = 0\n    while pos < len(string):\n        yield string[pos:pos + slice_length]\n        pos += slice_length\n\n\ndef get_unicode_from_response(r):\n    \"\"\"Returns the requested content back in unicode.\n\n    :param r: Response object to get unicode content from.\n\n    Tried:\n\n    1. charset from content-type\n    2. fall back and replace all unicode characters\n\n    \"\"\"\n\n    tried_encodings = []\n\n    # Try charset from content-type\n    encoding = get_encoding_from_headers(r.headers)\n\n    if encoding:\n        try:\n            return str(r.content, encoding)\n        except UnicodeError:\n            tried_encodings.append(encoding)\n\n    # Fall back:\n    try:\n        return str(r.content, encoding, errors='replace')\n    except TypeError:\n        return r.content\n\n\n# The unreserved URI characters (RFC 3986)\nUNRESERVED_SET = frozenset(\n    \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\"\n    + \"0123456789-._~\")\n\n\ndef unquote_unreserved(uri):\n    \"\"\"Un-escape any percent-escape sequences in a URI that are unreserved\n    characters. This leaves all reserved, illegal and non-ASCII bytes encoded.\n    \"\"\"\n    parts = uri.split('%')\n    for i in range(1, len(parts)):\n        h = parts[i][0:2]\n        if len(h) == 2 and h.isalnum():\n            try:\n                c = chr(int(h, 16))\n            except ValueError:\n                raise InvalidURL(\"Invalid percent-escape sequence: '%s'\" % h)\n\n            if c in UNRESERVED_SET:\n                parts[i] = c + parts[i][2:]\n            else:\n                parts[i] = '%' + parts[i]\n        else:\n            parts[i] = '%' + parts[i]\n    return ''.join(parts)\n\n\ndef requote_uri(uri):\n    \"\"\"Re-quote the given URI.\n\n    This function passes the given URI through an unquote/quote cycle to\n    ensure that it is fully and consistently quoted.\n    \"\"\"\n    # Unquote only the unreserved characters\n    # Then quote only illegal characters (do not quote reserved, unreserved,\n    # or '%')\n    return quote(unquote_unreserved(uri), safe=\"!#$%&'()*+,/:;=?@[]~\")\n\n\ndef address_in_network(ip, net):\n    \"\"\"\n    This function allows you to check if on IP belongs to a network subnet\n    Example: returns True if ip = 192.168.1.1 and net = 192.168.1.0/24\n             returns False if ip = 192.168.1.1 and net = 192.168.100.0/24\n    \"\"\"\n    ipaddr = struct.unpack('=L', socket.inet_aton(ip))[0]\n    netaddr, bits = net.split('/')\n    netmask = struct.unpack('=L', socket.inet_aton(dotted_netmask(int(bits))))[0]\n    network = struct.unpack('=L', socket.inet_aton(netaddr))[0] & netmask\n    return (ipaddr & netmask) == (network & netmask)\n\n\ndef dotted_netmask(mask):\n    \"\"\"\n    Converts mask from /xx format to xxx.xxx.xxx.xxx\n    Example: if mask is 24 function returns 255.255.255.0\n    \"\"\"\n    bits = 0xffffffff ^ (1 << 32 - mask) - 1\n    return socket.inet_ntoa(struct.pack('>I', bits))\n\n\ndef is_ipv4_address(string_ip):\n    try:\n        socket.inet_aton(string_ip)\n    except socket.error:\n        return False\n    return True\n\n\ndef is_valid_cidr(string_network):\n    \"\"\"Very simple check of the cidr format in no_proxy variable\"\"\"\n    if string_network.count('/') == 1:\n        try:\n            mask = int(string_network.split('/')[1])\n        except ValueError:\n            return False\n\n        if mask < 1 or mask > 32:\n            return False\n\n        try:\n            socket.inet_aton(string_network.split('/')[0])\n        except socket.error:\n            return False\n    else:\n        return False\n    return True\n\n\ndef should_bypass_proxies(url):\n    \"\"\"\n    Returns whether we should bypass proxies or not.\n    \"\"\"\n    get_proxy = lambda k: os.environ.get(k) or os.environ.get(k.upper())\n\n    # First check whether no_proxy is defined. If it is, check that the URL\n    # we're getting isn't in the no_proxy list.\n    no_proxy = get_proxy('no_proxy')\n    netloc = urlparse(url).netloc\n\n    if no_proxy:\n        # We need to check whether we match here. We need to see if we match\n        # the end of the netloc, both with and without the port.\n        no_proxy = no_proxy.replace(' ', '').split(',')\n\n        ip = netloc.split(':')[0]\n        if is_ipv4_address(ip):\n            for proxy_ip in no_proxy:\n                if is_valid_cidr(proxy_ip):\n                    if address_in_network(ip, proxy_ip):\n                        return True\n        else:\n            for host in no_proxy:\n                if netloc.endswith(host) or netloc.split(':')[0].endswith(host):\n                    # The URL does match something in no_proxy, so we don't want\n                    # to apply the proxies on this URL.\n                    return True\n\n    # If the system proxy settings indicate that this URL should be bypassed,\n    # don't proxy.\n    # The proxy_bypass function is incredibly buggy on OS X in early versions\n    # of Python 2.6, so allow this call to fail. Only catch the specific\n    # exceptions we've seen, though: this call failing in other ways can reveal\n    # legitimate problems.\n    try:\n        bypass = proxy_bypass(netloc)\n    except (TypeError, socket.gaierror):\n        bypass = False\n\n    if bypass:\n        return True\n\n    return False\n\ndef get_environ_proxies(url):\n    \"\"\"Return a dict of environment proxies.\"\"\"\n    if should_bypass_proxies(url):\n        return {}\n    else:\n        return getproxies()\n\n\ndef default_user_agent(name=\"python-requests\"):\n    \"\"\"Return a string representing the default user agent.\"\"\"\n    _implementation = platform.python_implementation()\n\n    if _implementation == 'CPython':\n        _implementation_version = platform.python_version()\n    elif _implementation == 'PyPy':\n        _implementation_version = '%s.%s.%s' % (sys.pypy_version_info.major,\n                                                sys.pypy_version_info.minor,\n                                                sys.pypy_version_info.micro)\n        if sys.pypy_version_info.releaselevel != 'final':\n            _implementation_version = ''.join([_implementation_version, sys.pypy_version_info.releaselevel])\n    elif _implementation == 'Jython':\n        _implementation_version = platform.python_version()  # Complete Guess\n    elif _implementation == 'IronPython':\n        _implementation_version = platform.python_version()  # Complete Guess\n    else:\n        _implementation_version = 'Unknown'\n\n    try:\n        p_system = platform.system()\n        p_release = platform.release()\n    except IOError:\n        p_system = 'Unknown'\n        p_release = 'Unknown'\n\n    return \" \".join(['%s/%s' % (name, __version__),\n                     '%s/%s' % (_implementation, _implementation_version),\n                     '%s/%s' % (p_system, p_release)])\n\n\ndef default_headers():\n    return CaseInsensitiveDict({\n        'User-Agent': default_user_agent(),\n        'Accept-Encoding': ', '.join(('gzip', 'deflate')),\n        'Accept': '*/*',\n        'Connection': 'keep-alive',\n    })\n\n\ndef parse_header_links(value):\n    \"\"\"Return a dict of parsed link headers proxies.\n\n    i.e. Link: <http:/.../front.jpeg>; rel=front; type=\"image/jpeg\",<http://.../back.jpeg>; rel=back;type=\"image/jpeg\"\n\n    \"\"\"\n\n    links = []\n\n    replace_chars = \" '\\\"\"\n\n    for val in value.split(\",\"):\n        try:\n            url, params = val.split(\";\", 1)\n        except ValueError:\n            url, params = val, ''\n\n        link = {}\n\n        link[\"url\"] = url.strip(\"<> '\\\"\")\n\n        for param in params.split(\";\"):\n            try:\n                key, value = param.split(\"=\")\n            except ValueError:\n                break\n\n            link[key.strip(replace_chars)] = value.strip(replace_chars)\n\n        links.append(link)\n\n    return links\n\n\n# Null bytes; no need to recreate these on each call to guess_json_utf\n_null = '\\x00'.encode('ascii')  # encoding to ASCII for Python 3\n_null2 = _null * 2\n_null3 = _null * 3\n\n\ndef guess_json_utf(data):\n    # JSON always starts with two ASCII characters, so detection is as\n    # easy as counting the nulls and from their location and count\n    # determine the encoding. Also detect a BOM, if present.\n    sample = data[:4]\n    if sample in (codecs.BOM_UTF32_LE, codecs.BOM32_BE):\n        return 'utf-32'     # BOM included\n    if sample[:3] == codecs.BOM_UTF8:\n        return 'utf-8-sig'  # BOM included, MS style (discouraged)\n    if sample[:2] in (codecs.BOM_UTF16_LE, codecs.BOM_UTF16_BE):\n        return 'utf-16'     # BOM included\n    nullcount = sample.count(_null)\n    if nullcount == 0:\n        return 'utf-8'\n    if nullcount == 2:\n        if sample[::2] == _null2:   # 1st and 3rd are null\n            return 'utf-16-be'\n        if sample[1::2] == _null2:  # 2nd and 4th are null\n            return 'utf-16-le'\n        # Did not detect 2 valid UTF-16 ascii-range characters\n    if nullcount == 3:\n        if sample[:3] == _null3:\n            return 'utf-32-be'\n        if sample[1:] == _null3:\n            return 'utf-32-le'\n        # Did not detect a valid UTF-32 ascii-range character\n    return None\n\n\ndef prepend_scheme_if_needed(url, new_scheme):\n    '''Given a URL that may or may not have a scheme, prepend the given scheme.\n    Does not replace a present scheme with the one provided as an argument.'''\n    scheme, netloc, path, params, query, fragment = urlparse(url, new_scheme)\n\n    # urlparse is a finicky beast, and sometimes decides that there isn't a\n    # netloc present. Assume that it's being over-cautious, and switch netloc\n    # and path if urlparse decided there was no netloc.\n    if not netloc:\n        netloc, path = path, netloc\n\n    return urlunparse((scheme, netloc, path, params, query, fragment))\n\n\ndef get_auth_from_url(url):\n    \"\"\"Given a url with authentication components, extract them into a tuple of\n    username,password.\"\"\"\n    parsed = urlparse(url)\n\n    try:\n        auth = (unquote(parsed.username), unquote(parsed.password))\n    except (AttributeError, TypeError):\n        auth = ('', '')\n\n    return auth\n\n\ndef to_native_string(string, encoding='ascii'):\n    \"\"\"\n    Given a string object, regardless of type, returns a representation of that\n    string in the native string type, encoding and decoding where necessary.\n    This assumes ASCII unless told otherwise.\n    \"\"\"\n    out = None\n\n    if isinstance(string, builtin_str):\n        out = string\n    else:\n        if is_py2:\n            out = string.encode(encoding)\n        else:\n            out = string.decode(encoding)\n\n    return out\n\n\ndef urldefragauth(url):\n    \"\"\"\n    Given a url remove the fragment and the authentication part\n    \"\"\"\n    scheme, netloc, path, params, query, fragment = urlparse(url)\n\n    # see func:`prepend_scheme_if_needed`\n    if not netloc:\n        netloc, path = path, netloc\n\n    netloc = netloc.rsplit('@', 1)[-1]\n\n    return urlunparse((scheme, netloc, path, params, query, ''))\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.xbeinfo/addon.xml",
    "content": "<?xml version=\"1.0\" encoding=\"Windows-1252\" standalone=\"yes\"?>\r\n<addon id=\"script.module.xbeinfo\" name=\"xbe info\" version=\"1.0.0\" provider-name=\"Inspiration/code from:\thttps://github.com/LoveMHz/XBEpy\">\r\n\t\t<requires>\r\n\t\t\t\t<import addon=\"xbmc.python\" version=\"1.0\" />\r\n\t\t</requires>\r\n\t\t<extension point=\"xbmc.python.module\" library=\"lib\" />\r\n\t\t<extension point=\"xbmc.addon.metadata\">\r\n\t\t\t\t<summary lang=\"en\">Extract info from an XBE file</summary>\r\n\t\t\t\t<description lang=\"en\">I have modified these to my needs, they are used to extract the image from the xbe file.</description>\r\n\t\t\t\t<license>BSD</license>\r\n\t\t\t\t<platform>Xbox</platform>\r\n\t\t</extension>\r\n</addon>"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.xbeinfo/lib/__init__.py",
    "content": "from xbeinfo import *\r\nfrom xbeinfoiso import *"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.xbeinfo/lib/xbeinfo.py",
    "content": "\"\"\"\r\n\t-----------------------------------------------------------------------------------\r\n\tInspiration/code from:\thttps://github.com/LoveMHz/XBEpy\r\n\t-----------------------------------------------------------------------------------\r\n\"\"\"\r\nimport struct\r\nfrom limpp import *\r\n\r\n\r\nclass xbeinfo:\r\n\tdef __init__(self, data_file):\r\n\t\twith open(data_file, 'rb', buffering=3145728) as xbe: # <-- Buffer 3MB of data at a time\r\n\t\t\txbe.seek(0)\r\n\r\n\t\t\t# Load XBE Header\r\n\t\t\tself.header = XBE_HEADER(xbe.read(376))  # <-- Read the relevant bytes for the XBE_HEADER\r\n\r\n\t\t\t# Load XBE Cert\r\n\t\t\txbe.seek(self.header.dwCertificateAddr - self.header.dwBaseAddr)\r\n\t\t\tself.cert = XBE_CERT(xbe.read(388))  # <-- See the last XBE_CERT alternative signing key slice, don't need to use more space than necessary\r\n\r\n\t\t\t# Load XBE Section Headers and Section Names\r\n\t\t\t# self.sections = []\r\n\t\t\tfor x in range(0, self.header.dwSections):\r\n\t\t\t\t# Load XBE Section Header\r\n\t\t\t\txbe.seek(self.header.dwSectionHeadersAddr - self.header.dwBaseAddr + (56 * x))\r\n\t\t\t\tsection = XBE_SECTION(xbe.read(56))  # <-- Read the sction information\r\n\r\n\t\t\t\t# Load XBE Section Name\r\n\t\t\t\txbe.seek(section.dwSectionNameAddr - self.header.dwBaseAddr)\r\n\t\t\t\tsection.name = struct.unpack('8s', xbe.read(8))[0].split(\"\\x00\")[0].rstrip()\r\n\r\n\t\t\t\tif section.name == '$$XTIMAG':\r\n\t\t\t\t\t# Hack to find the only section we care about, discarding the rest\r\n\t\t\t\t\tself.xbe_title_image = section\r\n\r\n\t\t\t\t\t# Load XBE section Data conditionally\r\n\t\t\t\t\txbe.seek(section.dwRawAddr)\r\n\t\t\t\t\tsection_data = xbe.read(section.dwSizeofRaw)\r\n\t\t\t\t\tsection_data += '\\x00' * (section.dwVirtualSize - len(section_data))  # This should pad the data to the correct length\r\n\t\t\t\t\tsection.data = section_data\r\n\r\n\tdef get_logo(self):\r\n\t\treturn 0\r\n\r\n\tdef image_png(self):\r\n\t\tif hasattr(self, 'xbe_title_image'):\r\n\t\t\tfile_type = struct.unpack('4s', self.xbe_title_image.data[0:4])[0]\r\n\r\n\t\t\twith open( 'Z:\\\\TitleImage.xbx', \"wb\") as title_image:\r\n\t\t\t\ttitle_image.write(self.xbe_title_image.data)\r\n\r\n\t\t\tif file_type == 'XPR0':\r\n\t\t\t\timage = Get_image( file='Z:\\\\TitleImage.xbx' )\r\n\t\t\t\timage.Write_PNG( 'Z:\\\\default.png' )\r\n\t# print 'done'\r\n\r\nclass XBE_HEADER:\r\n\tdef __init__(self, data):\r\n\t\tXOR_EP_DEBUG  = 0x94859D4B  # Entry Point (Debug)\r\n\t\tXOR_EP_RETAIL = 0xA8FC57AB  # Entry Point (Retail)\r\n\t\tXOR_KT_DEBUG  = 0xEFB1F152  # Kernel Thunk (Debug)\r\n\t\tXOR_KT_RETAIL = 0x5B6D40B6  # Kernel Thunk (Retail)\r\n\r\n\t\tself.dwMagic\t\t\t\t\t   = struct.unpack('4s', data[0:4])[0]\t\t# Magic number [should be \"XBEH\"]\r\n\t\tself.pbDigitalSignature\t\t\t   = struct.unpack('256B', data[4:260])\t   # Digital signature\r\n\t\tself.dwBaseAddr\t\t\t\t\t   = struct.unpack('I', data[260:264])[0]  # Base address\r\n\t\tself.dwSizeofHeaders\t\t\t   = struct.unpack('I', data[264:268])[0]  # Size of headers\r\n\t\tself.dwSizeofImage\t\t\t\t   = struct.unpack('I', data[268:272])[0]  # Size of image\r\n\t\tself.dwSizeofImageHeader\t\t   = struct.unpack('I', data[272:276])[0]  # Size of image header\r\n\t\tself.dwTimeDate\t\t\t\t\t   = struct.unpack('I', data[276:280])[0]  # Timedate stamp\r\n\t\tself.dwCertificateAddr\t\t\t   = struct.unpack('I', data[280:284])[0]  # Certificate address\r\n\t\tself.dwSections\t\t\t\t\t   = struct.unpack('I', data[284:288])[0]  # Number of sections\r\n\t\tself.dwSectionHeadersAddr\t\t   = struct.unpack('I', data[288:292])[0]  # Section headers address\r\n\r\n\t\t# Struct init_flags\r\n\t\tself.dwInitFlags\t\t\t\t   = struct.unpack('I', data[292:296])[0]  # Mount utility drive flag\r\n\t\tself.init_flags_mount_utility_drive\t = None # Mount utility drive flag\r\n\t\tself.init_flags_format_utility_drive = None # Format utility drive flag\r\n\t\tself.init_flags_limit_64mb\t\t\t = None # Limit development kit run time memory to 64mb flag\r\n\t\tself.init_flags_dont_setup_harddisk\t = None # Don't setup hard disk flag\r\n\t\tself.init_flags_unused\t\t\t\t = None # Unused (or unknown)\r\n\t\tself.init_flags_unused_b1\t\t\t = None # Unused (or unknown)\r\n\t\tself.init_flags_unused_b2\t\t\t = None # Unused (or unknown)\r\n\t\tself.init_flags_unused_b3\t\t\t = None # Unused (or unknown)\r\n\r\n\t\tself.dwEntryAddr\t\t\t\t   = struct.unpack('I', data[296:300])[0]  # Entry point address\r\n\t\tself.dwTLSAddr\t\t\t\t\t   = struct.unpack('I', data[300:304])[0]  # TLS directory address\r\n\t\tself.dwPeStackCommit\t\t\t   = struct.unpack('I', data[304:308])[0]  # Size of stack commit\r\n\t\tself.dwPeHeapReserve\t\t\t   = struct.unpack('I', data[308:312])[0]  # Size of heap reserve\r\n\t\tself.dwPeHeapCommit\t\t\t\t   = struct.unpack('I', data[312:316])[0]  # Size of heap commit\r\n\t\tself.dwPeBaseAddr\t\t\t\t   = struct.unpack('I', data[316:320])[0]  # Original base address\r\n\t\tself.dwPeSizeofImage\t\t\t   = struct.unpack('I', data[320:324])[0]  # Size of original image\r\n\t\tself.dwPeChecksum\t\t\t\t   = struct.unpack('I', data[324:328])[0]  # Original checksum\r\n\t\tself.dwPeTimeDate\t\t\t\t   = struct.unpack('I', data[328:332])[0]  # Original timedate stamp\r\n\t\tself.dwDebugPathnameAddr\t\t   = struct.unpack('I', data[332:336])[0]  # Debug pathname address\r\n\t\tself.dwDebugFilenameAddr\t\t   = struct.unpack('I', data[336:340])[0]  # Debug filename address\r\n\t\tself.dwDebugUnicodeFilenameAddr\t   = struct.unpack('I', data[340:344])[0]  # Debug unicode filename address\r\n\t\tself.dwKernelImageThunkAddr\t\t   = struct.unpack('I', data[344:348])[0]  # Kernel image thunk address\r\n\t\tself.dwNonKernelImportDirAddr\t   = struct.unpack('I', data[348:352])[0]  # Non kernel import directory address\r\n\t\tself.dwLibraryVersions\t\t\t   = struct.unpack('I', data[352:356])[0]  # Number of library versions\r\n\t\tself.dwLibraryVersionsAddr\t\t   = struct.unpack('I', data[356:360])[0]  # Library versions address\r\n\t\tself.dwKernelLibraryVersionAddr\t   = struct.unpack('I', data[360:364])[0]  # Kernel library version address\r\n\t\tself.dwXAPILibraryVersionAddr\t   = struct.unpack('I', data[364:368])[0]  # XAPI library version address\r\n\t\tself.dwLogoBitmapAddr\t\t\t   = struct.unpack('I', data[368:372])[0]  # Logo bitmap address\r\n\t\tself.dwSizeofLogoBitmap\t\t\t   = struct.unpack('I', data[372:376])[0]  # Logo bitmap size\r\n\r\n\t\tself.dwEntryAddr_f\t\t\t\t   = self.dwEntryAddr ^ XOR_EP_RETAIL\t   # Entry point address\r\n\r\n\r\nclass XBE_CERT:\r\n\tdef __init__(self, data):\r\n\t\tself.dwSize\t\t\t\t\t\t   = struct.unpack('I', data[0:4])[0]\t   # 0x0000 - size of certificate\r\n\t\tself.dwTimeDate\t\t\t\t\t   = struct.unpack('I', data[4:8])[0]\t   # 0x0004 - timedate stamp\r\n\t\tself.dwTitleId\t\t\t\t\t   = struct.unpack('I', data[8:12])[0]\t   # 0x0008 - title id\r\n\t\tself.wszTitleName\t\t\t\t   = struct.unpack('40s', data[12:52])[0]  # 0x000C - title name (unicode)\r\n\t\tself.dwAlternateTitleId\t\t\t   = struct.unpack('16B', data[52:68])\t   # 0x005C - alternate title ids\r\n\t\tself.dwAllowedMedia\t\t\t\t   = struct.unpack('I', data[68:72])[0]\t   # 0x009C - allowed media types\r\n\t\tself.dwGameRegion\t\t\t\t   = struct.unpack('I', data[72:76])[0]\t   # 0x00A0 - game region\r\n\t\tself.dwGameRatings\t\t\t\t   = struct.unpack('I', data[80:84])[0]\t   # 0x00A4 - game ratings\r\n\t\tself.dwDiskNumber\t\t\t\t   = struct.unpack('I', data[84:88])[0]\t   # 0x00A8 - disk number\r\n\t\tself.dwVersion\t\t\t\t\t   = struct.unpack('I', data[92:96])[0]\t   # 0x00AC - version\r\n\t\tself.bzLanKey\t\t\t\t\t   = struct.unpack('16B', data[100:116])   # 0x00B0 - lan key\r\n\t\tself.bzSignatureKey\t\t\t\t   = struct.unpack('16B', data[116:132])   # 0x00C0 - signature key\r\n\t\tself.bzTitleAlternateSignatureKey  = [\t\t\t\t\t\t\t\t\t   # 0x00D0 - alternate signature keys\r\n\t\t\tstruct.unpack('16B', data[132:148]),\r\n\t\t\tstruct.unpack('16B', data[148:164]),\r\n\t\t\tstruct.unpack('16B', data[164:180]),\r\n\t\t\tstruct.unpack('16B', data[180:196]),\r\n\t\t\tstruct.unpack('16B', data[196:212]),\r\n\t\t\tstruct.unpack('16B', data[212:228]),\r\n\t\t\tstruct.unpack('16B', data[228:244]),\r\n\t\t\tstruct.unpack('16B', data[244:260]),\r\n\t\t\tstruct.unpack('16B', data[260:276]),\r\n\t\t\tstruct.unpack('16B', data[276:292]),\r\n\t\t\tstruct.unpack('16B', data[292:308]),\r\n\t\t\tstruct.unpack('16B', data[308:324]),\r\n\t\t\tstruct.unpack('16B', data[324:340]),\r\n\t\t\tstruct.unpack('16B', data[340:356]),\r\n\t\t\tstruct.unpack('16B', data[356:372]),\r\n\t\t\tstruct.unpack('16B', data[372:388])\r\n\t\t]\r\n\r\n\t\t# Title name cleanup\r\n\t\tself.wszTitleName = self.wszTitleName.decode('utf-16')\r\n\r\n\r\nclass XBE_SECTION:\r\n\tdef __init__(self, data):\r\n\t\tself.name = None\r\n\t\tself.data = None\r\n\r\n\t\t# Header\r\n\t\tself.dwFlags\t\t\t\t\t= struct.unpack('I', data[0:4])[0]\t  # Virtual address\r\n\t\tself.flag_bWritable\t\t\t\t= struct.unpack('I', data[0:4])[0]\t  # writable flag\r\n\t\tself.flag_bPreload\t\t\t\t= struct.unpack('I', data[0:4])[0]\t  # preload flag\r\n\t\tself.flag_bExecutable\t\t\t= struct.unpack('I', data[0:4])[0]\t  # executable flag\r\n\t\tself.flag_bInsertedFile\t\t\t= struct.unpack('I', data[0:4])[0]\t  # inserted file flag\r\n\t\tself.flag_bHeadPageRO\t\t\t= struct.unpack('I', data[0:4])[0]\t  # head page read only flag\r\n\t\tself.flag_bTailPageRO\t\t\t= struct.unpack('I', data[0:4])[0]\t  # tail page read only flag\r\n\t\tself.flag_Unused_a1\t\t\t\t= struct.unpack('I', data[0:4])[0]\t  # unused (or unknown)\r\n\t\tself.flag_Unused_a2\t\t\t\t= struct.unpack('I', data[0:4])[0]\t  # unused (or unknown)\r\n\t\tself.flag_Unused_b1\t\t\t\t= struct.unpack('I', data[0:4])[0]\t  # unused (or unknown)\r\n\t\tself.flag_Unused_b2\t\t\t\t= struct.unpack('I', data[0:4])[0]\t  # unused (or unknown)\r\n\t\tself.flag_Unused_b3\t\t\t\t= struct.unpack('I', data[0:4])[0]\t  # unused (or unknown)\r\n\r\n\t\tself.dwVirtualAddr\t\t\t\t= struct.unpack('I', data[4:8])[0]\t  # Virtual address\r\n\t\tself.dwVirtualSize\t\t\t\t= struct.unpack('I', data[8:12])[0]\t  # Virtual size\r\n\t\tself.dwRawAddr\t\t\t\t\t= struct.unpack('I', data[12:16])[0]  # File offset to raw data\r\n\t\tself.dwSizeofRaw\t\t\t\t= struct.unpack('I', data[16:20])[0]  # Size of raw data\r\n\t\tself.dwSectionNameAddr\t\t\t= struct.unpack('I', data[20:24])[0]  # Section name addr\r\n\t\tself.dwSectionRefCount\t\t\t= struct.unpack('I', data[24:28])[0]  # Section reference count\r\n\t\tself.dwHeadSharedRefCountAddr\t= struct.unpack('I', data[28:32])[0]  # Head shared page reference count address\r\n\t\tself.dwTailSharedRefCountAddr\t= struct.unpack('I', data[32:36])[0]  # Tail shared page reference count address\r\n\t\tself.bzSectionDigest\t\t\t= struct.unpack('20B', data[36:56])\t  # Section digest"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.xbmcaddon/addon.xml",
    "content": "<?xml version=\"1.0\" encoding=\"Windows-1252\" standalone=\"yes\"?>\r\n<addon id=\"script.module.xbmcaddon\" name=\"xbmcaddon emulator\" version=\"1.3.0\" provider-name=\"Team XBMC4XBOX\">\r\n\t\t<requires>\r\n\t\t\t\t<import addon=\"xbmc.python\" version=\"1.0\" />\r\n\t\t</requires>\r\n\t\t<extension point=\"xbmc.python.module\" library=\"lib\" />\r\n\t\t<extension point=\"xbmc.addon.metadata\">\r\n\t\t\t\t<platform>xbox</platform>\r\n\t\t\t\t<summary lang=\"en\">Module emulates XBMC xbmcaddon module.</summary>\r\n\t\t\t\t<description lang=\"en\">Module emulates XBMC xbmcaddon module.</description>\r\n\t\t</extension>\r\n</addon>"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.xbmcaddon/lib/xbmcaddon.py",
    "content": "## xbmcaddon emulator module for xbmc4xbox\n\n__all__ = [ \"Addon\" ]\n__author__ = \"nuka1195\"\n\nimport sys\n# set this here, hopefully sys.argv will be more accurate the faster we have it\nsysargv = sys.argv\nimport os\nimport xbmc\nfrom xml.dom.minidom import parseString\n\n\nclass Addon:\n    \"\"\"\n        Addon(id) -- Creates a new Addon class.\n\n        id          : string - id of the addon.\n\n        example:\n         - self.Addon = xbmcaddon.Addon(id=\"script.xbmc.lyrics\")\n    \"\"\"\n    # dictionary to hold addon info\n    _info = {}\n    \n    def __init__( self, id = None):\n        \"\"\"\n            Initializer for passing the addon's id and setting addon info.\n        \"\"\"\n        # get root dir\n        cwd = self._get_root_dir( sysargv[0] )\n\n        xbmc.log( \"xbmcaddon: cwd = \" + cwd, xbmc.LOGDEBUG )\n\n        # if we have no plugin id we have to hope we can get it from the addon.xml (and that we are in the addon folder)\n        if id == None:\n            self._set_addon_info( xbmc.translatePath( cwd ), id )\n            location = cwd\n        else:\n            xbmc.log( \"xbmcaddon: id  = \" + id,  xbmc.LOGDEBUG )\n            parts = id.split( '.' )\n            # search locations for the addon\n            locations = []\n            if cwd:\n                locations.append(cwd)                            # current directory\n                locations.append(\"%s/%s\" % (cwd, id))            # subdirectory in current directory\n            locations.append(\"Q:\\system\\scripts\\_modules\\%s\" % ( id ))  # script modules            \n\n            # plugin.music|video|etc.something addons\n            if len( parts ) == 3 and parts[ 0 ] == \"plugin\":\n                pluginType = parts[ 1 ].replace(\"audio\", \"music\")\n                pluginName = parts[ 2 ]\n                locations.append(\"plugin://%s/%s\" % ( pluginType, pluginName ))\n\n            xbmc.log( \"xbmcaddon: locations = \" + str(locations), xbmc.LOGDEBUG )\n\n            for location in locations:\n                if self._set_addon_info( xbmc.translatePath( location ), id ) != None:\n                    break\n\n            # have we got the right dir now?\n            if self._info.get( 'id', '' ) != id:\n                # walk plugin directories to try to find correct one\n                base_path = os.path.dirname( xbmc.translatePath( cwd ) ) + os.sep\n                for directory in os.listdir(base_path):\n                    location = \"plugin://%s/%s\" % ( parts[ 1 ], directory )\n                    # parse addon.xml and reset all addon info\n                    if self._set_addon_info( xbmc.translatePath( location ), id ) != None:\n                        break\n\n        # get settings and language methods\n        self._get_methods( location )\n        xbmc.log( \"xbmcaddon: using \" + location, xbmc.LOGDEBUG )\n\n    def _get_root_dir( self, path ):\n        # get current working directory, we need to reset sys.argv[ 0 ] to a plugin for weather plugins as they aren't run as plugins, but they are categorized as plugins\n        cwd = os.path.dirname( xbmc.validatePath( path.replace( \"Q:\\\\plugins\\\\weather\\\\\", \"plugin://weather/\" ) ) )\n        # check if we're at root folder of addon\n        if ( not os.path.isfile( os.path.join( xbmc.translatePath( cwd ), \"addon.xml\" ) ) ):\n            # we're not at root, assume resources/lib/\n            cwd = os.path.dirname( os.path.dirname( cwd ) )\n        # return result\n        return cwd\n\n    def _get_methods( self, cwd ):\n        # language module\n        self._language_ = xbmc.Language( cwd ).getLocalizedString\n        # settings module, try catch necessary as not all scripts have settings\n        try:\n            self._settings_ = xbmc.Settings( cwd )\n        except:\n            self._settings_ = None\n\n    def _set_addon_info( self, cwd, id ):\n        xbmc.log( \"xbmcaddon: trying \" + cwd, xbmc.LOGDEBUG )\n        # get source\n        try:\n            xml_file = os.path.join( cwd, \"addon.xml\" )\n            xml = open( xml_file, \"r\" ).read()\n            # parse source\n            dom = parseString( xml )\n            # get main element\n            item = dom.getElementsByTagName( \"addon\" )[ 0 ]\n            # clear out old info\n            self._info = {}\n            # set info\n            self._info[ \"id\" ] = item.getAttribute( \"id\" )\n            if id != None and self._info[ \"id\" ] != id:\n                return None\n            self._info[ \"name\" ] = item.getAttribute( \"name\" )\n            self._info[ \"version\" ] = item.getAttribute( \"version\" )\n            self._info[ \"author\" ] = item.getAttribute( \"provider-name\" )\n            for extension in dom.getElementsByTagName( \"extension\" ):\n                # get library and type\n                if ( extension.hasAttribute( \"library\" ) ):\n                    self._info[ \"library\" ] = extension.getAttribute( \"library\" )\n                    self._info[ \"type\" ] = extension.getAttribute( \"point\" )\n                # get any meta data\n                if ( extension.getAttribute( \"point\" ) == \"xbmc.addon.metadata\" ):\n                    locale = xbmc.getRegion( \"locale\" )\n                    for metatype in [ \"disclaimer\", \"summary\", \"description\" ]:\n                        metadict = { \"en\": \"\" }\n                        for metadata in extension.getElementsByTagName( metatype ):\n                            if ( metadata.getAttribute( \"lang\" ) != \"\" ):\n                                try:\n                                    metadict[ metadata.getAttribute( \"lang\" ) ] = metadata.firstChild.data\n                                except:\n                                    metadict[ metadata.getAttribute( \"lang\" ) ] = \"\"\n                            else:\n                                try:\n                                    metadict[ \"en\" ] = metadata.firstChild.data\n                                except:\n                                    metadict[ \"en\" ] = \"\"\n                        if ( metadict.has_key( locale ) ):\n                            self._info[ metatype ] = metadict[ locale ]\n                        else:\n                            self._info[ metatype ] = metadict[ \"en\" ]\n            # reset this to default.py as that's what xbox uses\n            self._info[ \"library\" ] = \"default.py\"\n            self._info[ \"path\" ] = cwd\n            self._info[ \"libpath\" ] = os.path.join( cwd, self._info[ \"library\" ] )\n            self._info[ \"icon\" ] = os.path.join( cwd, \"default.tbn\" )\n            self._info[ \"fanart\" ] = os.path.join( cwd, \"fanart.jpg\" )\n            self._info[ \"changelog\" ] = os.path.join( cwd, \"changelog.txt\" )\n            if ( cwd.startswith( \"Q:\\\\plugins\" ) ):\n                self._info[ \"profile\" ] = \"special://profile/plugin_data/%s/%s\" % ( os.path.basename( os.path.dirname( cwd ) ), os.path.basename( cwd ), )\n            else:\n                self._info[ \"profile\" ] = \"special://profile/script_data/%s\" % ( os.path.basename( cwd ), )\n            # cleanup\n            dom.unlink()\n        except:\n            xbmc.log( \"xbmcaddon: could not open \" + xml_file, xbmc.LOGDEBUG )\n            return None\n\n        return id\n\n    def getAddonInfo( self, id ):\n        \"\"\"\n            getAddonInfo(id) -- Returns the value of an addon property as a string.\n\n            id        : string - id of the property you want returned.\n\n            *values for id: author, changelog, description, disclaimer, fanart. icon, id, libpath,\n                            library, name, path, profile, stars, summary, type, version\n\n            example:\n              - profile_path = self.Addon.getAddonInfo(id=\"profile\")\n        \"\"\"\n        return self._info[ id.lower() ]\n\n    def getLocalizedString( self, id ):\n        \"\"\"\n            getLocalizedString(id) -- Returns the localized string as a unicode object.\n\n            id             : integer - id# of the string you want to localize.\n\n            example:\n              - locstr = self.Addon.getLocalizedString(id=30000)\n        \"\"\"\n        return self._language_( id )\n\n    def getSetting( self, id ):\n        \"\"\"\n            getSetting(id) -- Returns the value of a setting as a unicode object.\n\n            id        : string - id of the setting you want returned.\n\n            example:\n              - username = self.Addon.getSetting(id=\"username\")\n        \"\"\"\n        if self._settings_:\n            return self._settings_.getSetting( id )\n        else:\n            return None\n\n    def setSetting( self, id, value ):\n        \"\"\"\n            setSetting(id, value) -- Sets a setting for this addon.\n\n            id        : string - id of the setting you want to set.\n            value     : string or unicode - value of the setting.\n\n            example:\n              - self.Addon.setSetting(id=\"username\", value=\"nuka1195\")\n        \"\"\"\n        self._settings_.setSetting( id, value )\n\n    def openSettings( self ):\n        \"\"\"\n            openSettings() -- Opens this addons settings dialog.\n\n            example:\n              - self.Addon.openSettings()\n        \"\"\"\n        self._settings_.openSettings()\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.xbmcvfs/addon.xml",
    "content": "<?xml version=\"1.0\" encoding=\"Windows-1252\" standalone=\"yes\"?>\r\n<addon id=\"script.module.xbmcvfs\" name=\"xbmcvfs emulator\" version=\"1.0.2\" provider-name=\"Frost (passion-xbmc.org)\">\r\n\t\t<requires>\r\n\t\t\t\t<import addon=\"xbmc.python\" version=\"1.0\" />\r\n\t\t</requires>\r\n\t\t<extension point=\"xbmc.python.module\" library=\"lib\" />\r\n\t\t<extension point=\"xbmc.addon.metadata\">\r\n\t\t\t\t<summary lang=\"en\">Module emulates XBMC xbmcvfs module.</summary>\r\n\t\t\t\t<description lang=\"en\">Module emulates XBMC xbmcvfs module.</description>\r\n\t\t\t\t<platform>all</platform>\r\n\t\t</extension>\r\n</addon>"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.xbmcvfs/changelog.txt",
    "content": "1.0.1\n - fixed: unicode decode error\n - changed: xbox platform for all\n\n1.0.0\n - initial release\n"
  },
  {
    "path": "Mod Files/system/scripts/_modules/script.module.xbmcvfs/lib/xbmcvfs.py",
    "content": "\"\"\"\n    module xbmcvfs for xbox and/or dharma\n\"\"\"\n\nimport os\nimport xbmc\n\n\ndef _encode( text, encoding='utf-8' ):\n    try: text = text.encode( encoding )\n    except: pass\n    return text\n\n\ndef exists( filename ):\n    \"\"\" exists(path)\n\n        path        : file or folder\n        example:\n          success = xbmcvfs.exists(path)\n    \"\"\"\n    msg = 'false'\n    if filename:\n        filename = _encode( filename )\n        msg = xbmc.executehttpapi( \"FileExists(%s)\" % ( filename ) ).replace( \"<li>\", \"\" ).lower()\n        xbmc.log( \"[xbmcvfs] %s, exists(%s)\" % ( msg, filename ), xbmc.LOGDEBUG )\n    return ( msg == 'true' )\n\n\ndef copy( source, destination ):\n    \"\"\" copy(source, destination) -- copy file to destination, returns true/false.\n\n        source          : file to copy.\n        destination     : destination file\n        example:\n          success = xbmcvfs.copy(source, destination)\n    \"\"\"\n    msg = xbmc.executehttpapi( \"FileCopy(%s,%s)\" % ( source, destination ) ).replace( \"<li>\", \"\" )\n    xbmc.log( \"[xbmcvfs] %s, copy(%s,%s)\" % ( msg, source, destination ), xbmc.LOGDEBUG )\n    return exists( destination )\n\n\ndef delete( filename ):\n    \"\"\" delete(file)\n\n        file        : file to delete\n        example:\n          xbmcvfs.delete(file)\n    \"\"\"\n    filename = _encode( filename )\n    msg = xbmc.executehttpapi( \"FileDelete(%s)\" % ( filename ) ).replace( \"<li>\", \"\" )\n    xbmc.log( \"[xbmcvfs] %s, delete(%s)\" % ( msg, filename ), xbmc.LOGDEBUG )\n    return ( not exists( filename ) )\n\n\ndef mkdir( path ):\n    \"\"\" mkdir(path) -- Create a folder.\n\n        path        : folder\n        example:\n         - success = xbmcvfs.mkdir(path)\n    \"\"\"\n    try:\n        #os.mkdir( path )\n        os.makedirs( path )\n        msg = \"OK\"\n    except Exception, e:\n        xbmc.log( \"[xbmcvfs] %s\" % str( e ), xbmc.LOGERROR )\n        msg = \"ERROR\"\n    xbmc.log( \"[xbmcvfs] %s, mkdir(%s)\" % ( msg, path ), xbmc.LOGDEBUG )\n    return os.path.exists( path )\n\ndef mkdirs( path ):\n    return mkdir( path )\n    \n\ndef rename( oldName, newName ):\n    \"\"\" rename(file, newFileName)\n\n        file        : file to rename newFileName : new filename, including the full path\n        example:\n          success = xbmcvfs.rename(file,newFileName)\n    \"\"\"\n    try:\n        os.rename( oldName, newName )\n        msg = \"OK\"\n    except Exception, e:\n        xbmc.log( \"[xbmcvfs] %s\" % str( e ), xbmc.LOGERROR )\n        msg = \"ERROR\"\n    xbmc.log( \"[xbmcvfs] %s, rename(%s,%s)\" % ( msg, oldName, newName ), xbmc.LOGDEBUG )\n    return exists( newName )\n\n\ndef rmdir( path ):\n    \"\"\" rmdir(path) -- Remove a folder.\n\n        path        : folder\n        example:\n         - success = xbmcvfs.rmdir(path)\n    \"\"\"\n    try:\n        os.rmdir( path )\n        msg = \"OK\"\n    except Exception, e:\n        xbmc.log( \"[xbmcvfs] %s\" % str( e ), xbmc.LOGERROR )\n        msg = \"ERROR\"\n    xbmc.log( \"[xbmcvfs] %s, rmdir(%s)\" % ( msg, path ), xbmc.LOGDEBUG )\n    return ( not os.path.exists( path ) )\n\n\ndef listdir ( path ):\n    \"\"\" listdir(path) -- returns a tuple containing separate lists of directory and file names in given path.\n\n        example:\n          dirs, files = xbmcfs.listdir(path)\n    \"\"\"\n    xbmc.log( \"[xbmcvfs] listdir(%s)\" % ( path ), xbmc.LOGDEBUG )\n    listdir = os.listdir( path )\n    dirs    = [ d for d in listdir if os.path.isdir ( os.path.join( path, d ) ) ]\n    files   = [ f for f in listdir if os.path.isfile( os.path.join( path, f ) ) ]\n    return dirs, files\n"
  },
  {
    "path": "Other/Tools/Changes/Changes_Footer.xml",
    "content": "</label>\r\n\t\t\t\t</control>\r\n\t\t</controls>\r\n</window>"
  },
  {
    "path": "Other/Tools/Changes/Changes_Header.xml",
    "content": "<window type=\"window\" id=\"1400\">\r\n\t\t<defaultcontrol always=\"true\">1</defaultcontrol>\r\n\t\t<controls>\r\n\t\t\t\t<include>CommonBackground</include>\r\n\t\t\t\t<control type=\"scrollbar\" id=\"1\">\r\n\t\t\t\t\t\t<posx>1265</posx>\r\n\t\t\t\t\t\t<posy>0</posy>\r\n\t\t\t\t\t\t<width>10</width>\r\n\t\t\t\t\t\t<height>720</height>\r\n\t\t\t\t\t\t<texturesliderbackground>-</texturesliderbackground>\r\n\t\t\t\t\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\r\n\t\t\t\t\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar_focus.png</texturesliderbarfocus>\r\n\t\t\t\t\t\t<textureslidernib>scrollbar_nib.png</textureslidernib>\r\n\t\t\t\t\t\t<textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>\r\n\t\t\t\t\t\t<showonepage>false</showonepage>\r\n\t\t\t\t\t\t<orientation>vertical</orientation>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"textbox\">\r\n\t\t\t\t\t\t<posx>20</posx>\r\n\t\t\t\t\t\t<posy>20</posy>\r\n\t\t\t\t\t\t<width>1240</width>\r\n\t\t\t\t\t\t<height>680</height>\r\n\t\t\t\t\t\t<font>size_21</font>\r\n\t\t\t\t\t\t<textcolor>FFFFFFFF</textcolor>\r\n\t\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t\t<scrolltime>400</scrolltime>\r\n\t\t\t\t\t\t<pagecontrol>1</pagecontrol>\r\n\t\t\t\t\t\t<autoscroll delay=\"10000\" time=\"2000\" repeat=\"10000\" condition=\"true\">Conditional</autoscroll>\r\n\t\t\t\t\t\t<label>"
  },
  {
    "path": "Other/Tools/Repl.bat",
    "content": "@if (@X)==(@Y) @end /* Harmless hybrid line that begins a JScript comment\r\n\r\n::************ Documentation ***********\r\n::REPL.BAT version 6.2\r\n:::\r\n:::REPL  Search  Replace  [Options  [SourceVar]]\r\n:::REPL  /?[REGEX|REPLACE]\r\n:::REPL  /V\r\n:::\r\n:::  Performs a global regular expression search and replace operation on\r\n:::  each line of input from stdin and prints the result to stdout.\r\n:::\r\n:::  Each parameter may be optionally enclosed by double quotes. The double\r\n:::  quotes are not considered part of the argument. The quotes are required\r\n:::  if the parameter contains a batch token delimiter like space, tab, comma,\r\n:::  semicolon. The quotes should also be used if the argument contains a\r\n:::  batch special character like &, |, etc. so that the special character\r\n:::  does not need to be escaped with ^.\r\n:::\r\n:::  If called with a single argument of /?, then prints help documentation\r\n:::  to stdout. If a single argument of /?REGEX, then opens up Microsoft's\r\n:::  JScript regular expression documentation within your browser. If a single\r\n:::  argument of /?REPLACE, then opens up Microsoft's JScript REPLACE\r\n:::  documentation within your browser.\r\n:::\r\n:::  If called with a single argument of /V, case insensitive, then prints\r\n:::  the version of REPL.BAT.\r\n:::\r\n:::  Search  - By default, this is a case sensitive JScript (ECMA) regular\r\n:::            expression expressed as a string.\r\n:::\r\n:::            JScript regex syntax documentation is available at\r\n:::            http://msdn.microsoft.com/en-us/library/ae5bf541(v=vs.80).aspx\r\n:::\r\n:::  Replace - By default, this is the string to be used as a replacement for\r\n:::            each found search expression. Full support is provided for\r\n:::            substituion patterns available to the JScript replace method.\r\n:::\r\n:::            For example, $& represents the portion of the source that matched\r\n:::            the entire search pattern, $1 represents the first captured\r\n:::            submatch, $2 the second captured submatch, etc. A $ literal\r\n:::            can be escaped as $$.\r\n:::\r\n:::            An empty replacement string must be represented as \"\".\r\n:::\r\n:::            Replace substitution pattern syntax is fully documented at\r\n:::            http://msdn.microsoft.com/en-US/library/efy6s3e6(v=vs.80).aspx\r\n:::\r\n:::  Options - An optional string of characters used to alter the behavior\r\n:::            of REPL. The option characters are case insensitive, and may\r\n:::            appear in any order.\r\n:::\r\n:::            A - Only print altered lines. Unaltered lines are discarded.\r\n:::                If the S options is present, then prints the result only if\r\n:::                there was a change anywhere in the string. The A option is\r\n:::                incompatible with the M option unless the S option is present.\r\n:::\r\n:::            B - The Search must match the beginning of a line.\r\n:::                Mostly used with literal searches.\r\n:::\r\n:::            E - The Search must match the end of a line.\r\n:::                Mostly used with literal searches.\r\n:::\r\n:::            I - Makes the search case-insensitive.\r\n:::\r\n:::            J - The Replace argument represents a JScript expression.\r\n:::                The expression may access an array like arguments object\r\n:::                named $. However, $ is not a true array object.\r\n:::\r\n:::                The $.length property contains the total number of arguments\r\n:::                available. The $.length value is equal to n+3, where n is the\r\n:::                number of capturing left parentheses within the Search string.\r\n:::\r\n:::                $[0] is the substring that matched the Search,\r\n:::                $[1] through $[n] are the captured submatch strings,\r\n:::                $[n+1] is the offset where the match occurred, and\r\n:::                $[n+2] is the original source string.\r\n:::\r\n:::                Arguments $[0] through $[10] may be abbreviated as\r\n:::                $1 through $10. Argument $[11] and above must use the square\r\n:::                bracket notation.\r\n:::\r\n:::            L - The Search is treated as a string literal instead of a\r\n:::                regular expression. Also, all $ found in the Replace string\r\n:::                are treated as $ literals.\r\n:::\r\n:::            M - Multi-line mode. The entire contents of stdin is read and\r\n:::                processed in one pass instead of line by line, thus enabling\r\n:::                search for \\n. This also enables preservation of the original\r\n:::                line terminators. If the M option is not present, then every\r\n:::                printed line is terminated with carriage return and line feed.\r\n:::                The M option is incompatible with the A option unless the S\r\n:::                option is also present.\r\n:::\r\n:::                Note: If working with binary data containing NULL bytes,\r\n:::                      then the M option must be used.\r\n:::\r\n:::            S - The source is read from an environment variable instead of\r\n:::                from stdin. The name of the source environment variable is\r\n:::                specified in the next argument after the option string. Without\r\n:::                the M option, ^ anchors the beginning of the string, and $ the\r\n:::                end of the string. With the M option, ^ anchors the beginning\r\n:::                of a line, and $ the end of a line.\r\n:::\r\n:::            V - Search and Replace represent the name of environment\r\n:::                variables that contain the respective values. An undefined\r\n:::                variable is treated as an empty string.\r\n:::\r\n:::            X - Enables extended substitution pattern syntax with support\r\n:::                for the following escape sequences within the Replace string:\r\n:::\r\n:::                \\\\     -  Backslash\r\n:::                \\b     -  Backspace\r\n:::                \\f     -  Formfeed\r\n:::                \\n     -  Newline\r\n:::                \\q     -  Quote\r\n:::                \\r     -  Carriage Return\r\n:::                \\t     -  Horizontal Tab\r\n:::                \\v     -  Vertical Tab\r\n:::                \\xnn   -  Extended ASCII byte code expressed as 2 hex digits\r\n:::                \\unnnn -  Unicode character expressed as 4 hex digits\r\n:::\r\n:::                Also enables the \\q escape sequence for the Search string.\r\n:::                The other escape sequences are already standard for a regular\r\n:::                expression Search string.\r\n:::\r\n:::                Also modifies the behavior of \\xnn in the Search string to work\r\n:::                properly with extended ASCII byte codes.\r\n:::\r\n:::                Extended escape sequences are supported even when the L option\r\n:::                is used. Both Search and Replace support all of the extended\r\n:::                escape sequences if both the X and L opions are combined.\r\n:::\r\n:::  Return Codes:  0 = At least one change was made\r\n:::                     or the /? or /V option was used\r\n:::\r\n:::                 1 = No change was made\r\n:::\r\n:::                 2 = Invalid call syntax or incompatible options\r\n:::\r\n:::                 3 = JScript runtime error, typically due to invalid regex\r\n:::\r\n::: REPL.BAT was written by Dave Benham, with assistance from DosTips user Aacini\r\n::: to get \\xnn to work properly with extended ASCII byte codes. Also assistance\r\n::: from DosTips user penpen diagnosing issues reading NULL bytes, along with a\r\n::: workaround. REPL.BAT was originally posted at:\r\n::: http://www.dostips.com/forum/viewtopic.php?f=3&t=3855\r\n:::\r\n\r\n::************ Batch portion ***********\r\n@echo off\r\nif .%2 equ . (\r\n  if \"%~1\" equ \"/?\" (\r\n    <\"%~f0\" cscript //E:JScript //nologo \"%~f0\" \"^:::\" \"\" a\r\n    exit /b 0\r\n  ) else if /i \"%~1\" equ \"/?regex\" (\r\n    explorer \"http://msdn.microsoft.com/en-us/library/ae5bf541(v=vs.80).aspx\"\r\n    exit /b 0\r\n  ) else if /i \"%~1\" equ \"/?replace\" (\r\n    explorer \"http://msdn.microsoft.com/en-US/library/efy6s3e6(v=vs.80).aspx\"\r\n    exit /b 0\r\n  ) else if /i \"%~1\" equ \"/V\" (\r\n    <\"%~f0\" cscript //E:JScript //nologo \"%~f0\" \"^::(REPL\\.BAT version)\" \"$1\" a\r\n    exit /b 0\r\n  ) else (\r\n    call :err \"Insufficient arguments\"\r\n    exit /b 2\r\n  )\r\n)\r\necho(%~3|findstr /i \"[^SMILEBVXAJ]\" >nul && (\r\n  call :err \"Invalid option(s)\"\r\n  exit /b 2\r\n)\r\necho(%~3|findstr /i \"M\"|findstr /i \"A\"|findstr /vi \"S\" >nul && (\r\n  call :err \"Incompatible options\"\r\n  exit /b 2\r\n)\r\ncscript //E:JScript //nologo \"%~f0\" %*\r\nexit /b %errorlevel%\r\n\r\n:err\r\n>&2 echo ERROR: %~1. Use REPL /? to get help.\r\nexit /b\r\n\r\n************* JScript portion **********/\r\nvar rtn=1;\r\ntry {\r\n  var env=WScript.CreateObject(\"WScript.Shell\").Environment(\"Process\");\r\n  var args=WScript.Arguments;\r\n  var search=args.Item(0);\r\n  var replace=args.Item(1);\r\n  var options=\"g\";\r\n  if (args.length>2) options+=args.Item(2).toLowerCase();\r\n  var multi=(options.indexOf(\"m\")>=0);\r\n  var alterations=(options.indexOf(\"a\")>=0);\r\n  if (alterations) options=options.replace(/a/g,\"\");\r\n  var srcVar=(options.indexOf(\"s\")>=0);\r\n  if (srcVar) options=options.replace(/s/g,\"\");\r\n  var jexpr=(options.indexOf(\"j\")>=0);\r\n  if (jexpr) options=options.replace(/j/g,\"\");\r\n  if (options.indexOf(\"v\")>=0) {\r\n    options=options.replace(/v/g,\"\");\r\n    search=env(search);\r\n    replace=env(replace);\r\n  }\r\n  if (options.indexOf(\"x\")>=0) {\r\n    options=options.replace(/x/g,\"\");\r\n    if (!jexpr) {\r\n      replace=replace.replace(/\\\\\\\\/g,\"\\\\B\");\r\n      replace=replace.replace(/\\\\q/g,\"\\\"\");\r\n      replace=replace.replace(/\\\\x80/g,\"\\\\u20AC\");\r\n      replace=replace.replace(/\\\\x82/g,\"\\\\u201A\");\r\n      replace=replace.replace(/\\\\x83/g,\"\\\\u0192\");\r\n      replace=replace.replace(/\\\\x84/g,\"\\\\u201E\");\r\n      replace=replace.replace(/\\\\x85/g,\"\\\\u2026\");\r\n      replace=replace.replace(/\\\\x86/g,\"\\\\u2020\");\r\n      replace=replace.replace(/\\\\x87/g,\"\\\\u2021\");\r\n      replace=replace.replace(/\\\\x88/g,\"\\\\u02C6\");\r\n      replace=replace.replace(/\\\\x89/g,\"\\\\u2030\");\r\n      replace=replace.replace(/\\\\x8[aA]/g,\"\\\\u0160\");\r\n      replace=replace.replace(/\\\\x8[bB]/g,\"\\\\u2039\");\r\n      replace=replace.replace(/\\\\x8[cC]/g,\"\\\\u0152\");\r\n      replace=replace.replace(/\\\\x8[eE]/g,\"\\\\u017D\");\r\n      replace=replace.replace(/\\\\x91/g,\"\\\\u2018\");\r\n      replace=replace.replace(/\\\\x92/g,\"\\\\u2019\");\r\n      replace=replace.replace(/\\\\x93/g,\"\\\\u201C\");\r\n      replace=replace.replace(/\\\\x94/g,\"\\\\u201D\");\r\n      replace=replace.replace(/\\\\x95/g,\"\\\\u2022\");\r\n      replace=replace.replace(/\\\\x96/g,\"\\\\u2013\");\r\n      replace=replace.replace(/\\\\x97/g,\"\\\\u2014\");\r\n      replace=replace.replace(/\\\\x98/g,\"\\\\u02DC\");\r\n      replace=replace.replace(/\\\\x99/g,\"\\\\u2122\");\r\n      replace=replace.replace(/\\\\x9[aA]/g,\"\\\\u0161\");\r\n      replace=replace.replace(/\\\\x9[bB]/g,\"\\\\u203A\");\r\n      replace=replace.replace(/\\\\x9[cC]/g,\"\\\\u0153\");\r\n      replace=replace.replace(/\\\\x9[dD]/g,\"\\\\u009D\");\r\n      replace=replace.replace(/\\\\x9[eE]/g,\"\\\\u017E\");\r\n      replace=replace.replace(/\\\\x9[fF]/g,\"\\\\u0178\");\r\n      replace=replace.replace(/\\\\b/g,\"\\b\");\r\n      replace=replace.replace(/\\\\f/g,\"\\f\");\r\n      replace=replace.replace(/\\\\n/g,\"\\n\");\r\n      replace=replace.replace(/\\\\r/g,\"\\r\");\r\n      replace=replace.replace(/\\\\t/g,\"\\t\");\r\n      replace=replace.replace(/\\\\v/g,\"\\v\");\r\n      replace=replace.replace(/\\\\x[0-9a-fA-F]{2}|\\\\u[0-9a-fA-F]{4}/g,\r\n        function($0,$1,$2){\r\n          return String.fromCharCode(parseInt(\"0x\"+$0.substring(2)));\r\n        }\r\n      );\r\n      replace=replace.replace(/\\\\B/g,\"\\\\\");\r\n    }\r\n    search=search.replace(/\\\\\\\\/g,\"\\\\B\");\r\n    search=search.replace(/\\\\q/g,\"\\\"\");\r\n    search=search.replace(/\\\\x80/g,\"\\\\u20AC\");\r\n    search=search.replace(/\\\\x82/g,\"\\\\u201A\");\r\n    search=search.replace(/\\\\x83/g,\"\\\\u0192\");\r\n    search=search.replace(/\\\\x84/g,\"\\\\u201E\");\r\n    search=search.replace(/\\\\x85/g,\"\\\\u2026\");\r\n    search=search.replace(/\\\\x86/g,\"\\\\u2020\");\r\n    search=search.replace(/\\\\x87/g,\"\\\\u2021\");\r\n    search=search.replace(/\\\\x88/g,\"\\\\u02C6\");\r\n    search=search.replace(/\\\\x89/g,\"\\\\u2030\");\r\n    search=search.replace(/\\\\x8[aA]/g,\"\\\\u0160\");\r\n    search=search.replace(/\\\\x8[bB]/g,\"\\\\u2039\");\r\n    search=search.replace(/\\\\x8[cC]/g,\"\\\\u0152\");\r\n    search=search.replace(/\\\\x8[eE]/g,\"\\\\u017D\");\r\n    search=search.replace(/\\\\x91/g,\"\\\\u2018\");\r\n    search=search.replace(/\\\\x92/g,\"\\\\u2019\");\r\n    search=search.replace(/\\\\x93/g,\"\\\\u201C\");\r\n    search=search.replace(/\\\\x94/g,\"\\\\u201D\");\r\n    search=search.replace(/\\\\x95/g,\"\\\\u2022\");\r\n    search=search.replace(/\\\\x96/g,\"\\\\u2013\");\r\n    search=search.replace(/\\\\x97/g,\"\\\\u2014\");\r\n    search=search.replace(/\\\\x98/g,\"\\\\u02DC\");\r\n    search=search.replace(/\\\\x99/g,\"\\\\u2122\");\r\n    search=search.replace(/\\\\x9[aA]/g,\"\\\\u0161\");\r\n    search=search.replace(/\\\\x9[bB]/g,\"\\\\u203A\");\r\n    search=search.replace(/\\\\x9[cC]/g,\"\\\\u0153\");\r\n    search=search.replace(/\\\\x9[dD]/g,\"\\\\u009D\");\r\n    search=search.replace(/\\\\x9[eE]/g,\"\\\\u017E\");\r\n    search=search.replace(/\\\\x9[fF]/g,\"\\\\u0178\");\r\n    if (options.indexOf(\"l\")>=0) {\r\n      search=search.replace(/\\\\b/g,\"\\b\");\r\n      search=search.replace(/\\\\f/g,\"\\f\");\r\n      search=search.replace(/\\\\n/g,\"\\n\");\r\n      search=search.replace(/\\\\r/g,\"\\r\");\r\n      search=search.replace(/\\\\t/g,\"\\t\");\r\n      search=search.replace(/\\\\v/g,\"\\v\");\r\n      search=search.replace(/\\\\x[0-9a-fA-F]{2}|\\\\u[0-9a-fA-F]{4}/g,\r\n        function($0,$1,$2){\r\n          return String.fromCharCode(parseInt(\"0x\"+$0.substring(2)));\r\n        }\r\n      );\r\n      search=search.replace(/\\\\B/g,\"\\\\\");\r\n    } else search=search.replace(/\\\\B/g,\"\\\\\\\\\");\r\n  }\r\n  if (options.indexOf(\"l\")>=0) {\r\n    options=options.replace(/l/g,\"\");\r\n    search=search.replace(/([.^$*+?()[{\\\\|])/g,\"\\\\$1\");\r\n    if (!jexpr) replace=replace.replace(/\\$/g,\"$$$$\");\r\n  }\r\n  if (options.indexOf(\"b\")>=0) {\r\n    options=options.replace(/b/g,\"\");\r\n    search=\"^\"+search\r\n  }\r\n  if (options.indexOf(\"e\")>=0) {\r\n    options=options.replace(/e/g,\"\");\r\n    search=search+\"$\"\r\n  }\r\n  var search=new RegExp(search,options);\r\n  var str1, str2;\r\n\r\n  if (srcVar) {\r\n    str1=env(args.Item(3));\r\n    str2=str1.replace(search,jexpr?replFunc:replace);\r\n    if (!alterations || str1!=str2) if (multi) {\r\n      WScript.Stdout.Write(str2);\r\n    } else {\r\n      WScript.Stdout.WriteLine(str2);\r\n    }\r\n    if (str1!=str2) rtn=0;\r\n  } else if (multi){\r\n    var buf=1024;\r\n    str1=\"\";\r\n    while (!WScript.StdIn.AtEndOfStream) {\r\n      str1+=WScript.StdIn.Read(buf);\r\n      buf*=2\r\n    }\r\n    str2=str1.replace(search,jexpr?replFunc:replace);\r\n    WScript.Stdout.Write(str2);\r\n    if (str1!=str2) rtn=0;\r\n  } else {\r\n    while (!WScript.StdIn.AtEndOfStream) {\r\n      str1=WScript.StdIn.ReadLine();\r\n      str2=str1.replace(search,jexpr?replFunc:replace);\r\n      if (!alterations || str1!=str2) WScript.Stdout.WriteLine(str2);\r\n      if (str1!=str2) rtn=0;\r\n    }\r\n  }\r\n} catch(e) {\r\n  WScript.Stderr.WriteLine(\"JScript runtime error: \"+e.message);\r\n  rtn=3;\r\n}\r\nWScript.Quit(rtn);\r\n\r\nfunction replFunc($0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $10) {\r\n  var $=arguments;\r\n  return(eval(replace));\r\n}\r\n"
  },
  {
    "path": "Other/XBE Source/Legacy Changes.txt",
    "content": "\nI have stopped adding to this file, so you will need to look through the source for changes.\n\n..:: XBMC4Xbox 3.5.3 Modifications ::..\n\n1) Changed how the game save menu works, it now doesn't list \"TitleMeta.xbx\" files as files, there in the own directory like the rest.\n2) Increased the Splash screen display time, no point having a nice splash if you dont get to see it.\n3) Fullscreen Splashscreen!\n4) Faster loading of your games library.\n5) Added my Synopsis script to the context menu for the MyPrograms windows\n6) Added a new custom window _script*.xml will now be automatically parsed like Custom*.xml\n7) Rearranged the folders structure to make it cleaner.\n8) removed the extension from Skin.CurrentTheme\n9) Moved screensavers to the system folder :) ( Had to use XP to build the screensavers )\n10) Added the option to disable the splash image via the advancedsettings.xml ( <splash>false</splash> )\n11) system\\toggles\\no splash.enabled added to the system folder to easily disable the splash if you don't want to use the advancedsettings.xml\n12) Reload skin almost instantly, changed for the them selection screen.\n13) It now runs the \"home_themer.py\" script after changing the theme, so it now also works in the Settings menu of XBMC.\n\t( Also means faster cycling of themes )\n14) Fix ported over from Kodi to fix the SetFocus function, it now focuses from the first entry in the list instead of the current page.\n15) Fixed the setting a new language, forgot to change a path.\n16) Updated the debug overlay to use debugloggin font name and added MBs to the layout.\n17) Fixed centring labels in lists.\n\t( If you have a skin that uses centre for its labels in a list you may want to remove the offset you had to use for posx )\n18) Update to the centre label fix in lists, if your skin version is 2.1 it will use the old way and if its 2.2 or higher will use the fixed way.\n19) Now creates the system\\trainers directory\n20) Now creates system\\screenshots if it doesn't exist when you take a screenshot.\n21) Splash overlay file so folk can keep the splash but add there own logo or visa-versa. ( custom_splash.png )\n22) Fixed the XBE title extraction from the xbe files, so no more broken names!\n23) Added Special://root/ so that we can get the absolute path of XBMCs installation.\n\t( will output for example E:\\xbmc4gamers\\ instead of Q:\\ that xbmc and home use )\n24) Added slow scrolling for artwork.\n\t( part of the advancedsettings.xml )\n25) Changed how the login screen works when launching a profile for the first time. It no longer asks to edit the info.\n26) Removed some of the functionality from the profile settings dialog. ALso copies the guisettings & sources automatically.\n27) Added Special://urldownloader/ so that we can get the absolute path of the urldownloaders installation.\n\t( will output for example Q:\\system\\scripts\\urldownloader  )\n28) Fixed favourites getting corrupted if you reload the skin when editing a label.\n29) If fast loading is enabled it will log any games added to the database in the log file.\n30) Moved the fanart screensaver path to Q:\\System\\Screensavers\\Fanart\n31) When you exit a emulators that supports command line launching it will return to XBMC4Gamers.\n\t( Just like coinops, but only seems to work once for some reason :/ so disabled \n32) Fixed the internal jpg decoder breaking if ram hits 0MB. If it hits less than 10MB of free ram it will use Imagelib to decode the images.\n33) Added different error screen colour and txt for the forced error screen. ( if you arse something up and its a crash ) (White + Y)\n34) Added 2 new Programs Settings, Disable slow scrolling and Enable fast game parsing.\n35) Made it so you can now run scripts and actions on the login screen.\n\t( ie, builtin functions now work here )\n36) Can now launch default_p.xbe or defaultxhd.xbe from the context menu if found.\n37) Changed .modules to _modules\n38) New system variable. system.screenwidthxheight - this will return 1280x720 for example\n39) New system variable. system.dvdtitleid - this will return the titleid of the inserted game\n\t( used for showing artwork, from the downloader )\n40) skins now use xml for there xml folder\n41) Added dialog.textviewer(\"header\",\"content\")\n42) Fixed the audio not muting when set to zero\n43) FFPatchXBE added to builtin functions.\n\t( this will patch the xbe you point to with the value set in the video settings, its useless as is as XBMC will do it automatically but I wanted this for Python. )\n44) Other changes, forgot some lol\n45) Now will parse _resources/default.xml if found and use the title field as the game name.\n\t( toggle in the My Programs settings menu )\n46) Hide edit xbe title when synopsis titles are enabled.\n47) Fixed and added to the auto video switching feature\n48) Stopped adding as I forgot lol"
  },
  {
    "path": "Other/XBE Source/XBE Source Code.url",
    "content": "[InternetShortcut]\nURL=https://github.com/Rocky5/XBMC4Gamers-Source\n"
  },
  {
    "path": "Other/XBMC4Gamers Jewel by Anfana & ToniHC/Readme.txt",
    "content": "XBMC4Gamers Jewel\r\n\r\nHappy to share our first public jewel with XBMC4Gamers community. \r\nThis is a 2 layer designed jewel, for you can combine colors like you want. \r\nA lot of possibilities are possible!\r\n\r\nEnjoy printing!\r\n\r\nAnfana & ToniHC"
  },
  {
    "path": "Other/build for release",
    "content": ""
  },
  {
    "path": "Other/update build/updater/System/Scripts/autoexec.py",
    "content": "# -*- coding: utf-8 -*-\r\nimport fileinput\r\nimport hashlib\r\nimport os\r\nimport shutil\r\nimport time\r\nimport xbmc\r\nimport xbmcgui\r\nimport zipfile\r\nimport xml.etree.ElementTree as ET\r\nimport xml.dom.minidom\r\n\r\nroot_directory\t= xbmc.translatePath(\"Special://root/\")[:-8]\r\n\r\nzip_file = os.path.join(root_directory, 'updater/Update Files/update-files.zip')\r\nhash_file = os.path.join(root_directory, 'updater/Update Files/md5hash.bin')\r\n\r\nxbmc.executebuiltin('Skin.SetString(DashboardUpdatedSmall,0)')\r\nxbmc.executebuiltin('Skin.Reset(DashboardUpdated)')\r\n\r\npDialog\t= xbmcgui.DialogProgress()\r\ndialog\t= xbmcgui.Dialog()\r\n\r\nmd5hash = hashlib.md5()\r\nfailed = 0\r\n\r\n\r\nif os.path.isfile(zip_file):\r\n\tpDialog.create('Stage 2 of 2')\r\n\tpDialog.update(0, \"Download complete\", \"Validating update 1 of 1\",\"\")\r\n\t\r\n\twith open(hash_file,\"r\") as ziphash:\r\n\t\tupdate_zip_hash = ziphash.readline().rstrip()\r\n\twith open(zip_file, \"rb\", buffering=16384) as updatefile:\r\n\t\twhile True:\r\n\t\t\tchunk = updatefile.read(16384)\r\n\t\t\tif not chunk:\r\n\t\t\t\tbreak\r\n\t\t\tmd5hash.update(chunk)\r\n\t\r\n\tif md5hash.hexdigest() == update_zip_hash:\r\n\t\t# Rename directories\r\n\t\trename_pairs = [\r\n\t\t\t(os.path.join(root_directory, 'skins/Profile Skin'), os.path.join(root_directory, 'skins/Profile')),\r\n\t\t\t(os.path.join(root_directory, 'skins/Manage Profiles Skin'), os.path.join(root_directory, 'skins/Add User')),\r\n\t\t\t(os.path.join(root_directory, 'skins/Manage Profiles'), os.path.join(root_directory, 'skins/Add User')),\r\n\t\t\t(os.path.join(root_directory, 'system.intro'), os.path.join(root_directory, 'system/intros'))\r\n\t\t]\r\n\t\tfor old_path, new_path in rename_pairs:\r\n\t\t\tif os.path.isdir(old_path) and not os.path.isdir(new_path):\r\n\t\t\t\tos.rename(old_path, new_path)\r\n\r\n\t\t# Removals for Add User files\r\n\t\tmanage_profiles_xml = os.path.join(root_directory, 'skins/Add User/xml')\r\n\t\tif os.path.isdir(manage_profiles_xml):\r\n\t\t\tfiles_to_remove = [\r\n\t\t\t\t'Custom_Controls.xml',\r\n\t\t\t\t'Includes_Context_Buttons.xml',\r\n\t\t\t\t'Pointer.xml',\r\n\t\t\t\t'Includes_Birthday.xml',\r\n\t\t\t\t'Includes_Easter.xml',\r\n\t\t\t\t'Includes_Particles.xml',\r\n\t\t\t\t'Includes_Snow.xml',\r\n\t\t\t\t'LoginScreen_old.xml'\r\n\t\t\t]\r\n\t\t\tfor file in files_to_remove:\r\n\t\t\t\tfile_path = os.path.join(manage_profiles_xml, file)\r\n\t\t\t\tif os.path.isfile(file_path):\r\n\t\t\t\t\tos.remove(file_path)\r\n\r\n\t\t# Removals for Profile files\r\n\t\tprofile_xml = os.path.join(root_directory, 'skins/Profile/xml')\r\n\t\tif os.path.isdir(profile_xml):\r\n\t\t\tfiles_to_remove = [\r\n\t\t\t\t'Custom_Recent.xml',\r\n\t\t\t\t'Custom_Skin_Setting.xml',\r\n\t\t\t\t'Custom_Skin_Settings.xml',\r\n\t\t\t\t'Custom_View_Options.xml',\r\n\t\t\t\t'Custom_Synopsis.xml',\r\n\t\t\t\t'Includes_Busy_ScriptBusy.xml',\r\n\t\t\t\t'Includes_Context_Buttons.xml',\r\n\t\t\t\t'Includes_Fallback_View.xml',\r\n\t\t\t\t'Includes_Insignia_Sessions.xml',\r\n\t\t\t\t'Includes_Recent_Played.xml',\r\n\t\t\t\t'Includes_Theme_Override.xml',\r\n\t\t\t\t'Includes_Variables.xml',\r\n\t\t\t\t'Includes_View_Options.xml',\r\n\t\t\t\t'LockSettings.xml',\r\n\t\t\t\t'Pointer.xml',\r\n\t\t\t\t'SettingsProfile.xml',\r\n\t\t\t\t'Viewtype_54_Panel.xml',\r\n\t\t\t\t'Viewtype_56_Card.xml',\r\n\t\t\t\t'Viewtype_61_CarouselSmaller.xml',\r\n\t\t\t\t'_Script_Synopsis.xml',\r\n\t\t\t\t'includes/Fallback_View.xml'\r\n\t\t\t]\r\n\t\t\tfor file in files_to_remove:\r\n\t\t\t\tfile_path = os.path.join(profile_xml, file)\r\n\t\t\t\tif os.path.isfile(file_path):\r\n\t\t\t\t\tos.remove(file_path)\r\n\r\n\t\t\t# Remove files starting with 'Viewtype_View' and 'Viewtype_'\r\n\t\t\tfor viewfile in os.listdir(profile_xml):\r\n\t\t\t\tif viewfile.startswith('Viewtype_View') or viewfile.startswith('Viewtype_'):\r\n\t\t\t\t\tos.remove(os.path.join(profile_xml, viewfile))\r\n\r\n\t\t# Remove directories and files\r\n\t\tpaths_to_remove = [\r\n\t\t\t'Apps',\r\n\t\t\t'E:/TDATA/Rocky5 needs these Logs/XBMC4Gamers',\r\n\t\t\t'E:/UDATA/09999990',\r\n\t\t\t'skins/Add User/720p',\r\n\t\t\t'skins/Profile/720p',\r\n\t\t\t'skins/Profile/backgrounds/night/background.jpg',\r\n\t\t\t'skins/Profile/extras/folder fanart/examples.zip',\r\n\t\t\t'skins/Profile/extras/splashes',\r\n\t\t\t'skins/Profile/extras/xmls/rounded byzantium.xml',\r\n\t\t\t'skins/Profile/extras/xmls/rounded default.xml',\r\n\t\t\t'skins/Profile/extras/xmls/rounded night.xml',\r\n\t\t\t'skins/Profile/media/backgrounds',\r\n\t\t\t'skins/Profile/sounds/back.wav',\r\n\t\t\t'skins/Profile/sounds/click.wav',\r\n\t\t\t'skins/Profile/sounds/cursor.wav',\r\n\t\t\t'skins/Profile/sounds/notify.wav',\r\n\t\t\t'skins/Profile/sounds/out.wav',\r\n\t\t\t'skins/Profile/sounds/shutter.wav',\r\n\t\t\t'skins/Profile/sounds/sounds.xml',\r\n\t\t\t'skins/Profile/xml/views',\r\n\t\t\t'system/python/modules',\r\n\t\t\t'system/scripts/.modules',\r\n\t\t\t'system/scripts/XBMC4Gamers Extras/480p Game Loaders/resources/lib/loaders',\r\n\t\t\t'system/scripts/XBMC4Gamers Extras/File Patcher/patches',\r\n\t\t\t'system/scripts/XBMC4Gamers Extras/File Patcher/resources/lib/patches',\r\n\t\t\t'system/scripts/XBMC4Gamers Extras/Insignia Sessions',\r\n\t\t\t'system/scripts/XBMC4Gamers Extras/Synopsis',\r\n\t\t\t'system/scripts/XBMC4Gamers',\r\n\t\t\t'system/toggles',\r\n\t\t\t'system/UserData/Thumbnails/Profiles/ManageProfiles.tbn'\r\n\t\t]\r\n\t\tfor path in paths_to_remove:\r\n\t\t\tpath = os.path.join(root_directory, path)\r\n\t\t\tif os.path.isdir(path):\r\n\t\t\t\tshutil.rmtree(path)\r\n\t\t\telif os.path.isfile(path):\r\n\t\t\t\tos.remove(path)\r\n\r\n\t\t# if extracted lib folder exists remove it only if it's from python27.zlib\r\n\t\tlib_path = os.path.join(root_directory, 'system/python/lib')\r\n\t\tif os.path.isfile(os.path.join(lib_path, 'tty.py')):\r\n\t\t\tshutil.rmtree(lib_path)\r\n\r\n\t\t# Remove .pyo files\r\n\t\troot_directories = [\r\n\t\t\t'system/python',\r\n\t\t\t'system/scripts'\r\n\t\t]\r\n\r\n\t\tfor root_dir in root_directories:\r\n\t\t\troot_dir = os.path.join(root_directory, root_dir)\r\n\t\t\tfor dirpath, _, filenames in os.walk(root_dir):\r\n\t\t\t\tfor filename in filenames:\r\n\t\t\t\t\tif filename.endswith('.pyo'):\r\n\t\t\t\t\t\tfile_path = os.path.join(dirpath, filename)\r\n\t\t\t\t\t\tos.remove(file_path)\r\n\r\n\t\t# Backup directories\r\n\t\tbackup_dir = os.path.join(root_directory, 'system/backup')\r\n\t\tbackups_dir = os.path.join(root_directory, 'system/backups')\r\n\t\tif os.path.isdir(backups_dir) and os.path.isdir(backup_dir):\r\n\t\t\tshutil.rmtree(backup_dir)\r\n\t\telif os.path.isdir(backup_dir):\r\n\t\t\tos.rename(backup_dir, backups_dir)\r\n\t\t\t\r\n\t\t# Move folder fanart files to new location\r\n\t\tsource_dir = os.path.join(root_directory, 'skins/Profile/extras/folder fanart')\r\n\t\tdestination_dir = os.path.join(root_directory, 'skins/Profile/extras/folder fanart/default')\r\n\t\tif not os.path.exists(destination_dir):\r\n\t\t\tos.makedirs(destination_dir)\r\n\t\tfor filename in os.listdir(source_dir):\r\n\t\t\tif filename.endswith('.jpg'):\r\n\t\t\t\tsource_file = os.path.join(source_dir, filename)\r\n\t\t\t\tdestination_file = os.path.join(destination_dir, filename)\r\n\t\t\t\tshutil.move(source_file, destination_file)\r\n\t\t\t\tprint 'Moved:{}->{}'.format(source_file, destination_file)\r\n\r\n\t\t# Check for custom view files and move them to new location if possible.\r\n\t\tglobal_folder = os.path.join(root_directory, 'skins/Profile/xml/custom views/_global')\r\n\t\told_folder = os.path.join(root_directory, 'skins/Profile/xml/custom views')\r\n\t\tfor ID in range(80, 90):\r\n\t\t\tglobal_xml_file = os.path.join(global_folder, \"CustomViewtype_id_{}.xml\".format(ID))\r\n\t\t\tglobal_jpg_file = os.path.join(global_folder, \"CustomViewtype_id_{}.jpg\".format(ID))\r\n\t\t\told_xml_file = os.path.join(old_folder, \"CustomViewtype_id_{}.xml\".format(ID))\r\n\t\t\told_jpg_file = os.path.join(old_folder, \"CustomViewtype_id_{}.jpg\".format(ID))\r\n\t\t\tif (not os.path.isfile(global_xml_file) and not os.path.isfile(global_jpg_file)) and (os.path.isfile(old_xml_file) and os.path.isfile(old_jpg_file)):\r\n\t\t\t\tshutil.copyfile(old_xml_file, global_xml_file)\r\n\t\t\t\tshutil.copyfile(old_jpg_file, global_jpg_file)\r\n\t\t\t\tos.remove(old_xml_file)\r\n\t\t\t\tos.remove(old_jpg_file)\r\n\t\t\t# Remove old example xmls\r\n\t\t\ttry: os.remove(os.path.join(old_folder, \"CustomViewtype_id_example.xml\"))\r\n\t\t\texcept: pass\t\t\t\t\r\n\t\t\ttry: os.remove(os.path.join(old_folder, \"CustomViewtype_id_example.jpg\"))\r\n\t\t\texcept: pass\t\t\t\t\r\n\t\t\r\n\t\t# Remove DVD2Xbox Skin and update master profile name\r\n\t\tif os.path.isdir(root_directory + 'skins/DVD2Xbox Skin'):\r\n\t\t\tshutil.rmtree(root_directory + 'skins/DVD2Xbox Skin')\r\n\t\tprofilesxml = root_directory + 'system/userdata/profiles.xml'\r\n\t\tif os.path.isfile(profilesxml):\r\n\t\t\ttree = ET.parse(profilesxml)\r\n\t\t\troot = tree.getroot()\r\n\r\n\t\t\tdef remove_profile_by_name(profile_name):\r\n\t\t\t\tprofiles_parent = root\r\n\t\t\t\tfor profile in list(profiles_parent.findall(\"./profile\")):\r\n\t\t\t\t\tname_element = profile.find(\"name\")\r\n\t\t\t\t\tif name_element is not None and name_element.text.strip().lower() == profile_name.lower():\r\n\t\t\t\t\t\tprofiles_parent.remove(profile)\r\n\t\t\t\t\t\tadjust_lastloaded()\r\n\r\n\t\t\tdef update_profile_name(old_name, new_name):\r\n\t\t\t\tfor profile in root.findall(\".//profile[name='{}']\".format(old_name)):\r\n\t\t\t\t\tprofile.find(\"name\").text = new_name\r\n\r\n\t\t\tdef adjust_lastloaded():\r\n\t\t\t\tlastloaded_element = root.find(\"./lastloaded\")\r\n\t\t\t\tif lastloaded_element is not None:\r\n\t\t\t\t\ttry:\r\n\t\t\t\t\t\tval = int(lastloaded_element.text)\r\n\t\t\t\t\texcept ValueError:\r\n\t\t\t\t\t\treturn\r\n\t\t\t\t\tif val > 1:\r\n\t\t\t\t\t\tlastloaded_element.text = str(val - 1)\r\n\r\n\r\n\t\t\tdef update_thumbnail(profile_name, new_thumbnail_path):\r\n\t\t\t\tfor profile in root.findall(\".//profile[name='{}']\".format(profile_name)):\r\n\t\t\t\t\tdirectory = profile.find(\"directory\")\r\n\t\t\t\t\tif directory is not None and directory.text == \"special://masterprofile/\":\r\n\t\t\t\t\t\tthumbnail = profile.find(\"thumbnail\")\r\n\t\t\t\t\t\tif thumbnail is not None:\r\n\t\t\t\t\t\t\tthumbnail.text = new_thumbnail_path\r\n\r\n\t\t\tremove_profile_by_name(\"DVD2Xbox\")\r\n\t\t\tupdate_profile_name(\"Manage Profiles\", \"Add User\")\r\n\t\t\tupdate_thumbnail(\"Add User\", \"special://masterprofile/Thumbnails/Profiles/AddUser.tbn\")\r\n\r\n\t\t\ttree.write(profilesxml, encoding=\"utf-8\", xml_declaration=False)\r\n\r\n\t\t# for editing the xml GUIsettings.\r\n\t\tdef remove_element_by_tag(parent, tag):\r\n\t\t\tfor element in parent.findall(tag):\r\n\t\t\t\tparent.remove(element)\r\n\r\n\t\tdef update_element_value(parent, child, value):\r\n\t\t\tparent = root.find(parent)\r\n\t\t\tif parent is not None:\r\n\t\t\t\telement = parent.find(child)\r\n\t\t\t\tif element is not None:\r\n\t\t\t\t\telement.text = value\r\n\r\n\t\tdef remove_elements_by_attribute(attribute_name):\r\n\t\t\tfor parent in root.findall(\".//*\"):\r\n\t\t\t\tfor element in parent.findall(\".//setting[@name='{}']\".format(attribute_name)):\r\n\t\t\t\t\tparent.remove(element)\r\n\t\t\t\t\t\r\n\t\tdef remove_elements_by_name_prefix(prefix):\r\n\t\t\tfor parent in root.findall(\".//*\"):\r\n\t\t\t\tfor element in parent.findall(\".//setting[@name]\"):\r\n\t\t\t\t\tname_value = element.get(\"name\")\r\n\t\t\t\t\tif name_value and name_value.startswith(prefix):\r\n\t\t\t\t\t\tparent.remove(element)\r\n\r\n\t\tdef update_element_by_name(attribute_name, attribute_type, value):\r\n\t\t\tfor element in root.findall(\".//setting[@name='{}']\".format(attribute_name)):\r\n\t\t\t\telement.set(\"type\", attribute_type)\r\n\t\t\t\telement.text = value\r\n\r\n\t\tdef update_element_name_attribute(old_name, new_name):\r\n\t\t\tfor element in root.findall(\".//setting[@name='{}']\".format(old_name)):\r\n\t\t\t\telement.set(\"name\", new_name)\r\n\r\n\t\tdef update_element_name_prefix(old_prefix, new_prefix):\r\n\t\t\tfor element in root.findall(\".//setting[@name]\"):\r\n\t\t\t\tname_value = element.get(\"name\")\r\n\t\t\t\tif name_value and name_value.startswith(old_prefix):\r\n\t\t\t\t\telement.set(\"name\", name_value.replace(old_prefix, new_prefix, 1))\r\n\t\t\t\t\t\r\n\t\tdef add_to_skinsettings(settings):\r\n\t\t\tskinsettings = root.find(\"skinsettings\")\r\n\t\t\tif skinsettings is None:\r\n\t\t\t\tskinsettings = ET.SubElement(root, \"skinsettings\")\r\n\r\n\t\t\tfor name, setting_type, value in settings:\r\n\t\t\t\tsetting_exists = any(\r\n\t\t\t\t\telement.get(\"name\") == name and element.get(\"type\") == setting_type\r\n\t\t\t\t\tfor element in skinsettings.findall(\"setting\")\r\n\t\t\t\t)\r\n\r\n\t\t\t\tif not setting_exists:\r\n\t\t\t\t\tET.SubElement(skinsettings, \"setting\", {\"type\": setting_type, \"name\": name}).text = value\r\n\r\n\t\tdef get_skinsetting_value(root, setting_name):\r\n\t\t\tskinsettings = root.find(\"skinsettings\")\r\n\t\t\tif skinsettings is not None:\r\n\t\t\t\telement = skinsettings.find(\".//setting[@name='{}']\".format(setting_name))\r\n\t\t\t\tif element is not None:\r\n\t\t\t\t\treturn element.text\r\n\t\t\treturn None\r\n\r\n\t\t# Fix Add User Guisettings.xml\r\n\t\t# set the master profile to default(dashboard) for network\r\n\t\tguisettings_path = root_directory + 'system/userdata/guisettings.xml'\r\n\t\tif os.path.isfile(guisettings_path):\r\n\t\t\ttree = ET.parse(guisettings_path)\r\n\t\t\troot = tree.getroot()\r\n\r\n\t\t\tremove_elements_by_attribute(\"Manage Profiles.loginfade\")\r\n\t\t\tremove_elements_by_attribute(\"Add User.loginfade\")\r\n\r\n\t\t\tupdate_element_name_prefix(\"Manage Profiles Skin.\", \"Add User.\")\r\n\t\t\tupdate_element_name_prefix(\"Manage Profiles.\", \"Add User.\")\r\n\r\n\t\t\tif root.find('./lookandfeel') is not None:\r\n\t\t\t\tupdate_element_value('lookandfeel', 'skin', 'Add User')\r\n\t\t\t\tupdate_element_value('lookandfeel', 'font', 'default')\r\n\t\t\t\tupdate_element_value('lookandfeel', 'skincolors', 'default')\r\n\t\t\t\tupdate_element_value('lookandfeel', 'skintheme', 'default')\r\n\t\t\t\tupdate_element_value('lookandfeel', 'soundskin', 'default')\r\n\r\n\t\t\tif root.find('./network') is not None:\r\n\t\t\t\tupdate_element_value('network', 'assignment', '0')\r\n\t\t\t\tupdate_element_value('network', 'timeserveraddress', 'pool.ntp.org')\r\n\r\n\t\t\tif root.find('./dvdplayercache') is not None:\r\n\t\t\t\tupdate_element_value('dvdplayercache', 'audio', '256')\r\n\t\t\t\tupdate_element_value('dvdplayercache', 'audiotime', '30')\r\n\t\t\t\tupdate_element_value('dvdplayercache', 'video', '512')\r\n\t\t\t\tupdate_element_value('dvdplayercache', 'videotime', '30')\r\n\r\n\t\t\ttree.write(guisettings_path, encoding=\"utf-8\", xml_declaration=False)\r\n\t\t\r\n\t\t# Fix Profiles Guisettings.xml and added update database bool\r\n\t\tfor Profiles in os.listdir(os.path.join(root_directory, 'system/userdata/profiles')):\r\n\t\t\tguisettings_path = os.path.join(root_directory, 'system/userdata/profiles', Profiles, 'guisettings.xml')\r\n\t\t\tif os.path.isfile(guisettings_path):\r\n\t\t\t\ttree = ET.parse(guisettings_path)\r\n\t\t\t\troot = tree.getroot()\r\n\r\n\t\t\t\tsettings_to_add = [\r\n\t\t\t\t\t(\"Profile.updatedb\", \"bool\", \"false\")\r\n\t\t\t\t]\r\n\r\n\t\t\t\tadd_to_skinsettings(settings_to_add)\r\n\t\t\t\tupdate_element_by_name(\"Profile.updatedb\", \"bool\", \"true\")\r\n\t\t\t\t\r\n\t\t\t\t# for i in range(50, 80):\r\n\t\t\t\t\t# update_element_by_name(\"Profile.view{}_disabled\".format(i), \"bool\", \"false\")\r\n\t\t\t\t\r\n\t\t\t\tremove_elements_by_attribute(\"Manage Profiles.loginfade\")\r\n\t\t\t\tremove_elements_by_attribute(\"Add User.loginfade\")\r\n\t\t\t\tremove_elements_by_attribute(\"Profile.background_color\")\r\n\t\t\t\tremove_elements_by_attribute(\"Profile.background_custom_color\")\r\n\t\t\t\tremove_elements_by_attribute(\"Profile.randomtheme\")\r\n\t\t\t\tremove_elements_by_attribute(\"Profile.customviewtype_id_87_jpg)\")\r\n\t\t\t\t\r\n\t\t\t\tif get_skinsetting_value(root, \"Profile.custom_wallpaper_set\") == \"false\":\r\n\t\t\t\t\tremove_elements_by_attribute(\"Profile.background_image\")\r\n\t\t\t\t\r\n\t\t\t\tremove_elements_by_name_prefix(\"Manage Profiles Skin.\")\r\n\t\t\t\tremove_elements_by_name_prefix(\"Manage Profiles.\")\r\n\t\t\t\tremove_elements_by_name_prefix(\"Add User.\")\r\n\t\t\t\tremove_elements_by_name_prefix(\"XBox Extended.\")\r\n\t\t\t\t\r\n\t\t\t\tif root.find('./lookandfeel') is not None:\r\n\t\t\t\t\tupdate_element_value('lookandfeel', 'skin', 'Profile')\r\n\t\t\t\t\tupdate_element_value('lookandfeel', 'font', 'default')\r\n\t\t\t\t\tupdate_element_value('lookandfeel', 'skincolors', 'default')\r\n\t\t\t\t\tupdate_element_value('lookandfeel', 'skintheme', 'default')\r\n\t\t\t\t\tupdate_element_value('lookandfeel', 'soundskin', 'default')\r\n\t\t\t\t\r\n\t\t\t\tif root.find('./network') is not None:\r\n\t\t\t\t\tupdate_element_value('network', 'timeserveraddress', 'pool.ntp.org')\r\n\r\n\t\t\t\tif root.find('./dvdplayercache') is not None:\r\n\t\t\t\t\tupdate_element_value('dvdplayercache', 'audio', '256')\r\n\t\t\t\t\tupdate_element_value('dvdplayercache', 'audiotime', '30')\r\n\t\t\t\t\tupdate_element_value('dvdplayercache', 'video', '512')\r\n\t\t\t\t\tupdate_element_value('dvdplayercache', 'videotime', '30')\r\n\r\n\t\t\t\ttree.write(guisettings_path, encoding=\"utf-8\", xml_declaration=False)\r\n\r\n\t\t\t# Update advancedsettings.xml file\r\n\t\t\tadvancedsettings_path = os.path.join(root_directory, 'system/userdata/profiles', Profiles, 'advancedsettings.xml')\r\n\t\t\tnew_elements = \"\"\"\\\r\n\t\t\t<images>\r\n\t\t\t\t<_resources>\r\n\t\t\t\t\t<banner>448x84</banner>\r\n\t\t\t\t\t<cd>256x256</cd>\r\n\t\t\t\t\t<cd_small>64x64</cd_small>\r\n\t\t\t\t\t<cdposter>200x283</cdposter>\r\n\t\t\t\t\t<dual3d>256x256</dual3d>\r\n\t\t\t\t\t<fanart>640x360</fanart>\r\n\t\t\t\t\t<fanart_blur>220x124</fanart_blur>\r\n\t\t\t\t\t<fanart_thumb>360x203</fanart_thumb>\r\n\t\t\t\t\t<fog>8x8</fog>\r\n\t\t\t\t\t<icon>149x263</icon>\r\n\t\t\t\t\t<opencase>149x263</opencase>\r\n\t\t\t\t\t<poster>200x283</poster>\r\n\t\t\t\t\t<poster_small>64x91</poster_small>\r\n\t\t\t\t\t<synopsis>362x512</synopsis>\r\n\t\t\t\t\t<thumb>227x129</thumb>\r\n\t\t\t\t</_resources>\r\n\t\t\t</images>\"\"\"\r\n\t\t\t# <wallpaper>720x405</wallpaper>\r\n\t\t\t# <wallpaper_128mb>1280x720</wallpaper_128mb>\r\n\t\t\ttry:\r\n\t\t\t\tif os.path.isfile(advancedsettings_path):\r\n\t\t\t\t\ttree = ET.parse(advancedsettings_path)\r\n\t\t\t\t\troot = tree.getroot()\r\n\t\t\t\t\t\r\n\t\t\t\t\tdef remove_element_by_tag(parent, tag):\r\n\t\t\t\t\t\tfor element in parent.findall(tag):\r\n\t\t\t\t\t\t\tparent.remove(element)\r\n\r\n\t\t\t\t\tremove_element_by_tag(root, '_resources')\r\n\t\t\t\t\tremove_element_by_tag(root, 'wallpaper')\r\n\t\t\t\t\tremove_element_by_tag(root, 'powersaving')\r\n\t\t\t\t\tremove_element_by_tag(root, 'fanartheight')\r\n\t\t\t\t\tremove_element_by_tag(root, 'enableintro')\r\n\t\t\t\t\t\r\n\t\t\t\t\timages_element = root.find('images')\r\n\t\t\t\t\t\r\n\t\t\t\t\ttry:\r\n\t\t\t\t\t\tremove_element_by_tag(images_element, 'wallpaper')\r\n\t\t\t\t\t\tremove_element_by_tag(images_element, 'wallpaper_128mb')\r\n\t\t\t\t\texcept:\r\n\t\t\t\t\t\tpass\r\n\t\t\t\t\t\r\n\t\t\t\t\tif images_element is None:\r\n\t\t\t\t\t\tnew_elements_root = ET.fromstring(new_elements)\r\n\t\t\t\t\t\troot.append(new_elements_root)\r\n\t\t\t\t\t# else:\r\n\t\t\t\t\t\t# wallpaper_128mb_element = images_element.find('wallpaper_128mb')\r\n\t\t\t\t\t\t# if wallpaper_128mb_element is None:\r\n\t\t\t\t\t\t\t# new_elements_root = ET.fromstring('<wallpaper_128mb>1280x720</wallpaper_128mb>')\r\n\t\t\t\t\t\t\t# images_element.append(new_elements_root)\r\n\r\n\t\t\t\t\tutf_string = ET.tostring(root, 'utf-8')\r\n\t\t\t\t\tprettify = xml.dom.minidom.parseString(utf_string)\r\n\t\t\t\t\tprettify_xml = prettify.toprettyxml(indent=\"    \")\r\n\t\t\t\t\tlines = prettify_xml.split('\\n')\r\n\t\t\t\t\tlines = [line for line in lines if line.strip() != '']\r\n\t\t\t\t\tnew_prettify_xml = '\\n'.join(lines)\r\n\t\t\t\t\t\r\n\t\t\t\t\twith open(advancedsettings_path, 'w') as file:\r\n\t\t\t\t\t\tfile.write(new_prettify_xml)\r\n\t\t\texcept Exception as error:\r\n\t\t\t\tprint(\"Error- {}\".format(error))\r\n\t\t\t\tcontinue\r\n\r\n\t\t# Extract the dashboard update zip\r\n\t\twith zipfile.ZipFile(zip_file) as zip:\r\n\t\t\ttotal_size = sum((zip.getinfo(item).file_size for item in zip.namelist()))\r\n\t\t\textracted_size = 0\r\n\t\t\tupdate_threshold = 5 * 1024 * 1024\r\n\t\t\tpercent = 0\r\n\t\t\ttotal_txt_files = len(zip.namelist()) or 1\r\n\t\t\tdivide = 100.0 / total_txt_files\r\n\t\t\tfor item in zip.namelist():\r\n\t\t\t\ttry:\r\n\t\t\t\t\tzip.extract(item, root_directory)\r\n\t\t\t\texcept Exception as error:\r\n\t\t\t\t\tprint(\"Failed - {}\".format(item))\r\n\t\t\t\t\tcontinue\r\n\t\t\t\textracted_size += zip.getinfo(item).file_size\r\n\t\t\t\tif extracted_size >= update_threshold:\r\n\t\t\t\t\txbmc.executebuiltin('Skin.SetString(DashboardUpdatedSmall,' + str(int(percent)) + ')')\r\n\t\t\t\t\tpDialog.update(int(percent), \"Download complete\", \"Updating dashboard\")\r\n\t\t\t\t\textracted_size = 0\r\n\t\t\t\tpercent += divide\r\n\t\t\r\n\t\txbmc.executebuiltin('Skin.SetString(DashboardUpdatedSmall,100)')\r\n\t\tpDialog.update(100, \"Download complete\", \"Dashboard update complete\")\r\n\t\t\r\n\t\t# Remove setup.bin as it's an update\r\n\t\tif os.path.isfile(root_directory+'system/UserData/setup.bin'):\r\n\t\t\t\tos.remove(root_directory+'system/UserData/setup.bin')\r\n\r\n\telse:\r\n\t\tpDialog.update(0, \"Download complete\", \"Verification failed, redownload update\", \"\")\r\n\t\ttime.sleep(3)\r\n\t\tfailed = 1\r\nelse:\r\n\tpDialog.create('Error')\r\n\tpDialog.update(0, \"Download complete\", \"Files missing, redownload update\", \"\")\r\n\ttime.sleep(3)\r\n\r\n# Write the cleanup script and reload the dashboard xbe\r\nsuccess_data = '''import os, time, xbmc, xbmcgui\r\ntmp = 'E:/CACHE/tmp.bin'\r\nif os.path.isfile(tmp):\r\n\tif os.path.isfile('Q:/system/keymaps/Enabled'):\r\n\t\txbmc.executebuiltin('Skin.SetBool(editmode)')\r\n\tos.remove(tmp)'''\r\n\r\nfailed_data = '''import os\r\ntmp = 'E:/CACHE/tmp.bin'\r\nif os.path.isfile(tmp):\r\n\tif os.path.isfile('Q:/system/keymaps/Enabled'): xbmc.executebuiltin('Skin.SetBool(editmode)')\r\n\tos.remove(tmp)'''\r\n\r\nwith open(os.path.join(root_directory,'system/scripts/autoexec.py') , 'w') as autoexec: autoexec.write(success_data)\r\n\r\nif failed:\r\n\twith open(os.path.join(root_directory,'system/scripts/autoexec.py') , 'w') as autoexec: autoexec.write(failed_data)\r\n\r\nwith open(\"E:/CACHE/tmp.bin\", 'w') as tmp: tmp.write('')\r\n\r\ntime.sleep(3)\r\n\r\nos.remove(xbmc.translatePath(\"Special://root/default.xbe\"))\r\n\r\nxbmc.executebuiltin('RunXBE('+ root_directory +'default.xbe)')"
  },
  {
    "path": "Other/update build/updater/System/UserData/advancedsettings.xml",
    "content": "<advancedsettings>\r\n\t\t<powersave>false</powersave>\r\n\t\t<splash>false</splash>\r\n</advancedsettings>"
  },
  {
    "path": "Other/update build/updater/System/UserData/guisettings.xml",
    "content": "<settings>\r\n\t\t<mymusic>\r\n\t\t\t\t<playlist>\r\n\t\t\t\t\t\t<repeat>true</repeat>\r\n\t\t\t\t\t\t<shuffle>true</shuffle>\r\n\t\t\t\t</playlist>\r\n\t\t\t\t<scanning>\r\n\t\t\t\t\t\t<isscanning>false</isscanning>\r\n\t\t\t\t</scanning>\r\n\t\t\t\t<startwindow>10501</startwindow>\r\n\t\t\t\t<songinfoinvis>true</songinfoinvis>\r\n\t\t\t\t<songthumbinvis>false</songthumbinvis>\r\n\t\t\t\t<defaultlibview pathversion=\"1\">\r\n\t\t\t\t</defaultlibview>\r\n\t\t</mymusic>\r\n\t\t<myvideos>\r\n\t\t\t\t<startwindow>10024</startwindow>\r\n\t\t\t\t<stackvideomode>0</stackvideomode>\r\n\t\t\t\t<defaultlibview pathversion=\"1\">\r\n\t\t\t\t</defaultlibview>\r\n\t\t\t\t<watchmode>0</watchmode>\r\n\t\t\t\t<flatten>false</flatten>\r\n\t\t\t\t<playlist>\r\n\t\t\t\t\t\t<repeat>false</repeat>\r\n\t\t\t\t\t\t<shuffle>false</shuffle>\r\n\t\t\t\t</playlist>\r\n\t\t\t\t<cleanstrings>false</cleanstrings>\r\n\t\t\t\t<extractflags>false</extractflags>\r\n\t\t\t\t<extractthumb>false</extractthumb>\r\n\t\t\t\t<treatstackasfile>true</treatstackasfile>\r\n\t\t</myvideos>\r\n\t\t<viewstates>\r\n\t\t\t\t<musicnavartists>\r\n\t\t\t\t\t\t<viewmode>65536</viewmode>\r\n\t\t\t\t\t\t<sortmethod>1</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</musicnavartists>\r\n\t\t\t\t<musicnavalbums>\r\n\t\t\t\t\t\t<viewmode>65536</viewmode>\r\n\t\t\t\t\t\t<sortmethod>1</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</musicnavalbums>\r\n\t\t\t\t<musicnavsongs>\r\n\t\t\t\t\t\t<viewmode>65536</viewmode>\r\n\t\t\t\t\t\t<sortmethod>1</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</musicnavsongs>\r\n\t\t\t\t<musicshoutcast>\r\n\t\t\t\t\t\t<viewmode>65536</viewmode>\r\n\t\t\t\t\t\t<sortmethod>1</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</musicshoutcast>\r\n\t\t\t\t<musiclastfm>\r\n\t\t\t\t\t\t<viewmode>65536</viewmode>\r\n\t\t\t\t\t\t<sortmethod>1</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</musiclastfm>\r\n\t\t\t\t<videonavactors>\r\n\t\t\t\t\t\t<viewmode>65536</viewmode>\r\n\t\t\t\t\t\t<sortmethod>1</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</videonavactors>\r\n\t\t\t\t<videonavyears>\r\n\t\t\t\t\t\t<viewmode>65536</viewmode>\r\n\t\t\t\t\t\t<sortmethod>1</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</videonavyears>\r\n\t\t\t\t<videonavgenres>\r\n\t\t\t\t\t\t<viewmode>65536</viewmode>\r\n\t\t\t\t\t\t<sortmethod>1</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</videonavgenres>\r\n\t\t\t\t<videonavtitles>\r\n\t\t\t\t\t\t<viewmode>524789</viewmode>\r\n\t\t\t\t\t\t<sortmethod>25</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</videonavtitles>\r\n\t\t\t\t<videonavepisodes>\r\n\t\t\t\t\t\t<viewmode>65536</viewmode>\r\n\t\t\t\t\t\t<sortmethod>1</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</videonavepisodes>\r\n\t\t\t\t<videonavseasons>\r\n\t\t\t\t\t\t<viewmode>65536</viewmode>\r\n\t\t\t\t\t\t<sortmethod>1</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</videonavseasons>\r\n\t\t\t\t<videonavtvshows>\r\n\t\t\t\t\t\t<viewmode>65536</viewmode>\r\n\t\t\t\t\t\t<sortmethod>1</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</videonavtvshows>\r\n\t\t\t\t<videonavmusicvideos>\r\n\t\t\t\t\t\t<viewmode>65536</viewmode>\r\n\t\t\t\t\t\t<sortmethod>1</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</videonavmusicvideos>\r\n\t\t\t\t<programs>\r\n\t\t\t\t\t\t<viewmode>65590</viewmode>\r\n\t\t\t\t\t\t<sortmethod>1</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</programs>\r\n\t\t\t\t<pictures>\r\n\t\t\t\t\t\t<viewmode>65536</viewmode>\r\n\t\t\t\t\t\t<sortmethod>1</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</pictures>\r\n\t\t\t\t<videofiles>\r\n\t\t\t\t\t\t<viewmode>65586</viewmode>\r\n\t\t\t\t\t\t<sortmethod>1</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</videofiles>\r\n\t\t\t\t<musicfiles>\r\n\t\t\t\t\t\t<viewmode>65536</viewmode>\r\n\t\t\t\t\t\t<sortmethod>1</sortmethod>\r\n\t\t\t\t\t\t<sortorder>1</sortorder>\r\n\t\t\t\t</musicfiles>\r\n\t\t</viewstates>\r\n\t\t<general>\r\n\t\t\t\t<systemtotaluptime>1551</systemtotaluptime>\r\n\t\t\t\t<httpapibroadcastport>8278</httpapibroadcastport>\r\n\t\t\t\t<httpapibroadcastlevel>0</httpapibroadcastlevel>\r\n\t\t</general>\r\n\t\t<defaultvideosettings>\r\n\t\t\t\t<interlacemethod>0</interlacemethod>\r\n\t\t\t\t<filmgrain>0.000000</filmgrain>\r\n\t\t\t\t<noisereduction>0.000000</noisereduction>\r\n\t\t\t\t<postprocess>false</postprocess>\r\n\t\t\t\t<sharpness>0.000000</sharpness>\r\n\t\t\t\t<viewmode>0</viewmode>\r\n\t\t\t\t<zoomamount>1.000000</zoomamount>\r\n\t\t\t\t<pixelratio>1.000000</pixelratio>\r\n\t\t\t\t<volumeamplification>0.000000</volumeamplification>\r\n\t\t\t\t<outputtoallspeakers>false</outputtoallspeakers>\r\n\t\t\t\t<showsubtitles>true</showsubtitles>\r\n\t\t\t\t<brightness>50.000000</brightness>\r\n\t\t\t\t<contrast>50.000000</contrast>\r\n\t\t\t\t<gamma>20.000000</gamma>\r\n\t\t\t\t<audiodelay>0.000000</audiodelay>\r\n\t\t\t\t<subtitledelay>0.000000</subtitledelay>\r\n\t\t</defaultvideosettings>\r\n\t\t<audio>\r\n\t\t\t\t<volumelevel>-622</volumelevel>\r\n\t\t\t\t<dynamicrangecompression>0</dynamicrangecompression>\r\n\t\t\t\t<karaoke0energy>0.000000</karaoke0energy>\r\n\t\t\t\t<karaoke0pitch>0.000000</karaoke0pitch>\r\n\t\t\t\t<karaoke0whisper>0.000000</karaoke0whisper>\r\n\t\t\t\t<karaoke0robotic>0.000000</karaoke0robotic>\r\n\t\t\t\t<karaoke1energy>0.000000</karaoke1energy>\r\n\t\t\t\t<karaoke1pitch>0.000000</karaoke1pitch>\r\n\t\t\t\t<karaoke1whisper>0.000000</karaoke1whisper>\r\n\t\t\t\t<karaoke1robotic>0.000000</karaoke1robotic>\r\n\t\t\t\t<karaoke2energy>0.000000</karaoke2energy>\r\n\t\t\t\t<karaoke2pitch>0.000000</karaoke2pitch>\r\n\t\t\t\t<karaoke2whisper>0.000000</karaoke2whisper>\r\n\t\t\t\t<karaoke2robotic>0.000000</karaoke2robotic>\r\n\t\t\t\t<karaoke3energy>0.000000</karaoke3energy>\r\n\t\t\t\t<karaoke3pitch>0.000000</karaoke3pitch>\r\n\t\t\t\t<karaoke3whisper>0.000000</karaoke3whisper>\r\n\t\t\t\t<karaoke3robotic>0.000000</karaoke3robotic>\r\n\t\t</audio>\r\n\t\t<calibration>\r\n\t\t\t\t<resolution>\r\n\t\t\t\t\t\t<description>1080i 16:9</description>\r\n\t\t\t\t\t\t<id>0</id>\r\n\t\t\t\t\t\t<subtitles>1042</subtitles>\r\n\t\t\t\t\t\t<pixelratio>1.000000</pixelratio>\r\n\t\t\t\t\t\t<overscan>\r\n\t\t\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t\t\t<right>1920</right>\r\n\t\t\t\t\t\t\t\t<bottom>1080</bottom>\r\n\t\t\t\t\t\t</overscan>\r\n\t\t\t\t</resolution>\r\n\t\t\t\t<resolution>\r\n\t\t\t\t\t\t<description>720p 16:9</description>\r\n\t\t\t\t\t\t<id>1</id>\r\n\t\t\t\t\t\t<subtitles>649</subtitles>\r\n\t\t\t\t\t\t<pixelratio>0.959876</pixelratio>\r\n\t\t\t\t\t\t<overscan>\r\n\t\t\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t\t\t<right>1280</right>\r\n\t\t\t\t\t\t\t\t<bottom>720</bottom>\r\n\t\t\t\t\t\t</overscan>\r\n\t\t\t\t</resolution>\r\n\t\t\t\t<resolution>\r\n\t\t\t\t\t\t<description>480p 4:3</description>\r\n\t\t\t\t\t\t<id>2</id>\r\n\t\t\t\t\t\t<subtitles>432</subtitles>\r\n\t\t\t\t\t\t<pixelratio>0.911585</pixelratio>\r\n\t\t\t\t\t\t<overscan>\r\n\t\t\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t\t\t<right>720</right>\r\n\t\t\t\t\t\t\t\t<bottom>480</bottom>\r\n\t\t\t\t\t\t</overscan>\r\n\t\t\t\t</resolution>\r\n\t\t\t\t<resolution>\r\n\t\t\t\t\t\t<description>480p 16:9</description>\r\n\t\t\t\t\t\t<id>3</id>\r\n\t\t\t\t\t\t<subtitles>463</subtitles>\r\n\t\t\t\t\t\t<pixelratio>1.215446</pixelratio>\r\n\t\t\t\t\t\t<overscan>\r\n\t\t\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t\t\t<right>720</right>\r\n\t\t\t\t\t\t\t\t<bottom>480</bottom>\r\n\t\t\t\t\t\t</overscan>\r\n\t\t\t\t</resolution>\r\n\t\t\t\t<resolution>\r\n\t\t\t\t\t\t<description>NTSC 4:3</description>\r\n\t\t\t\t\t\t<id>4</id>\r\n\t\t\t\t\t\t<subtitles>429</subtitles>\r\n\t\t\t\t\t\t<pixelratio>1.121055</pixelratio>\r\n\t\t\t\t\t\t<overscan>\r\n\t\t\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t\t\t<right>687</right>\r\n\t\t\t\t\t\t\t\t<bottom>468</bottom>\r\n\t\t\t\t\t\t</overscan>\r\n\t\t\t\t</resolution>\r\n\t\t\t\t<resolution>\r\n\t\t\t\t\t\t<description>NTSC 16:9</description>\r\n\t\t\t\t\t\t<id>5</id>\r\n\t\t\t\t\t\t<subtitles>463</subtitles>\r\n\t\t\t\t\t\t<pixelratio>1.215446</pixelratio>\r\n\t\t\t\t\t\t<overscan>\r\n\t\t\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t\t\t<right>720</right>\r\n\t\t\t\t\t\t\t\t<bottom>480</bottom>\r\n\t\t\t\t\t\t</overscan>\r\n\t\t\t\t</resolution>\r\n\t\t\t\t<resolution>\r\n\t\t\t\t\t\t<description>PAL 4:3</description>\r\n\t\t\t\t\t\t<id>6</id>\r\n\t\t\t\t\t\t<subtitles>514</subtitles>\r\n\t\t\t\t\t\t<pixelratio>1.357200</pixelratio>\r\n\t\t\t\t\t\t<overscan>\r\n\t\t\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t\t\t<right>691</right>\r\n\t\t\t\t\t\t\t\t<bottom>565</bottom>\r\n\t\t\t\t\t\t</overscan>\r\n\t\t\t\t</resolution>\r\n\t\t\t\t<resolution>\r\n\t\t\t\t\t\t<description>PAL 16:9</description>\r\n\t\t\t\t\t\t<id>7</id>\r\n\t\t\t\t\t\t<subtitles>555</subtitles>\r\n\t\t\t\t\t\t<pixelratio>1.458689</pixelratio>\r\n\t\t\t\t\t\t<overscan>\r\n\t\t\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t\t\t<right>720</right>\r\n\t\t\t\t\t\t\t\t<bottom>576</bottom>\r\n\t\t\t\t\t\t</overscan>\r\n\t\t\t\t</resolution>\r\n\t\t\t\t<resolution>\r\n\t\t\t\t\t\t<description>PAL60 4:3</description>\r\n\t\t\t\t\t\t<id>8</id>\r\n\t\t\t\t\t\t<subtitles>432</subtitles>\r\n\t\t\t\t\t\t<pixelratio>0.911585</pixelratio>\r\n\t\t\t\t\t\t<overscan>\r\n\t\t\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t\t\t<right>720</right>\r\n\t\t\t\t\t\t\t\t<bottom>480</bottom>\r\n\t\t\t\t\t\t</overscan>\r\n\t\t\t\t</resolution>\r\n\t\t\t\t<resolution>\r\n\t\t\t\t\t\t<description>PAL60 16:9</description>\r\n\t\t\t\t\t\t<id>9</id>\r\n\t\t\t\t\t\t<subtitles>463</subtitles>\r\n\t\t\t\t\t\t<pixelratio>1.215446</pixelratio>\r\n\t\t\t\t\t\t<overscan>\r\n\t\t\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t\t\t<right>720</right>\r\n\t\t\t\t\t\t\t\t<bottom>480</bottom>\r\n\t\t\t\t\t\t</overscan>\r\n\t\t\t\t</resolution>\r\n\t\t</calibration>\r\n\t\t<audiocds>\r\n\t\t\t\t<bitrate>192</bitrate>\r\n\t\t\t\t<compressionlevel>5</compressionlevel>\r\n\t\t\t\t<encoder>0</encoder>\r\n\t\t\t\t<quality>0</quality>\r\n\t\t\t\t<recordingpath pathversion=\"1\">select writable folder</recordingpath>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t\t\t<trackpathformat>%A - %B/[%N. ][%A - ]%T</trackpathformat>\r\n\t\t\t\t<usecddb>true</usecddb>\r\n\t\t</audiocds>\r\n\t\t<audiooutput>\r\n\t\t\t\t<aacpassthrough>false</aacpassthrough>\r\n\t\t\t\t<ac3passthrough>false</ac3passthrough>\r\n\t\t\t\t<downmixmultichannel>true</downmixmultichannel>\r\n\t\t\t\t<dtspassthrough>false</dtspassthrough>\r\n\t\t\t\t<mode>0</mode>\r\n\t\t</audiooutput>\r\n\t\t<autodetect>\r\n\t\t\t\t<nickname>Quick Save</nickname>\r\n\t\t\t\t<onoff>false</onoff>\r\n\t\t\t\t<popupinfo>true</popupinfo>\r\n\t\t\t\t<senduserpw>true</senduserpw>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t</autodetect>\r\n\t\t<autorun>\r\n\t\t\t\t<cdda>false</cdda>\r\n\t\t\t\t<dvd>false</dvd>\r\n\t\t\t\t<music>false</music>\r\n\t\t\t\t<pictures>false</pictures>\r\n\t\t\t\t<vcd>false</vcd>\r\n\t\t\t\t<video>false</video>\r\n\t\t\t\t<xbox>false</xbox>\r\n\t\t</autorun>\r\n\t\t<cache>\r\n\t\t\t\t<harddisk>256</harddisk>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t\t\t<sep2>\r\n\t\t\t\t</sep2>\r\n\t\t\t\t<sep3>\r\n\t\t\t\t</sep3>\r\n\t\t\t\t<sep4>\r\n\t\t\t\t</sep4>\r\n\t\t</cache>\r\n\t\t<cacheaudio>\r\n\t\t\t\t<dvdrom>256</dvdrom>\r\n\t\t\t\t<internet>256</internet>\r\n\t\t\t\t<lan>256</lan>\r\n\t\t</cacheaudio>\r\n\t\t<cachedvd>\r\n\t\t\t\t<dvdrom>512</dvdrom>\r\n\t\t\t\t<lan>512</lan>\r\n\t\t</cachedvd>\r\n\t\t<cacheunknown>\r\n\t\t\t\t<internet>1024</internet>\r\n\t\t</cacheunknown>\r\n\t\t<cachevideo>\r\n\t\t\t\t<dvdrom>1024</dvdrom>\r\n\t\t\t\t<internet>1024</internet>\r\n\t\t\t\t<lan>1024</lan>\r\n\t\t</cachevideo>\r\n\t\t<debug>\r\n\t\t\t\t<screenshotpath pathversion=\"1\">Special:\\\\xbmc\\Screenshots\\</screenshotpath>\r\n\t\t\t\t<showloginfo>false</showloginfo>\r\n\t\t</debug>\r\n\t\t<dvdplayercache>\r\n\t\t\t\t<audio>384</audio>\r\n\t\t\t\t<audiotime>8</audiotime>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t\t\t<video>1024</video>\r\n\t\t\t\t<videotime>8</videotime>\r\n\t\t</dvdplayercache>\r\n\t\t<dvds>\r\n\t\t\t\t<automenu>false</automenu>\r\n\t\t\t\t<externaldvdplayer>\r\n\t\t\t\t</externaldvdplayer>\r\n\t\t\t\t<playerregion>0</playerregion>\r\n\t\t\t\t<useexternaldvdplayer>false</useexternaldvdplayer>\r\n\t\t</dvds>\r\n\t\t<filelists>\r\n\t\t\t\t<allowfiledeletion>false</allowfiledeletion>\r\n\t\t\t\t<ignorethewhensorting>false</ignorethewhensorting>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t\t\t<showaddsourcebuttons>false</showaddsourcebuttons>\r\n\t\t\t\t<showextensions>false</showextensions>\r\n\t\t\t\t<showhidden>false</showhidden>\r\n\t\t\t\t<showparentdiritems>false</showparentdiritems>\r\n\t\t\t\t<unrollarchives>false</unrollarchives>\r\n\t\t</filelists>\r\n\t\t<harddisk>\r\n\t\t\t\t<aamlevel>1</aamlevel>\r\n\t\t\t\t<apmlevel>1</apmlevel>\r\n\t\t\t\t<remoteplayspindown>0</remoteplayspindown>\r\n\t\t\t\t<remoteplayspindowndelay>20</remoteplayspindowndelay>\r\n\t\t\t\t<remoteplayspindownminduration>20</remoteplayspindownminduration>\r\n\t\t\t\t<spindowntime>0</spindowntime>\r\n\t\t</harddisk>\r\n\t\t<karaoke>\r\n\t\t\t\t<enabled>false</enabled>\r\n\t\t\t\t<port0voicemask>None</port0voicemask>\r\n\t\t\t\t<port1voicemask>None</port1voicemask>\r\n\t\t\t\t<port2voicemask>None</port2voicemask>\r\n\t\t\t\t<port3voicemask>None</port3voicemask>\r\n\t\t\t\t<voiceenabled>false</voiceenabled>\r\n\t\t\t\t<volume>100</volume>\r\n\t\t</karaoke>\r\n\t\t<lcd>\r\n\t\t\t\t<backlight>80</backlight>\r\n\t\t\t\t<contrast>100</contrast>\r\n\t\t\t\t<disableonplayback>0</disableonplayback>\r\n\t\t\t\t<enableonpaused>true</enableonpaused>\r\n\t\t\t\t<modchip>0</modchip>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t\t\t<type>0</type>\r\n\t\t</lcd>\r\n\t\t<locale>\r\n\t\t\t\t<charset>DEFAULT</charset>\r\n\t\t\t\t<country>UK (24h)</country>\r\n\t\t\t\t<date>Mon, 27 Jun 2016</date>\r\n\t\t\t\t<language>english</language>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t\t\t<sep2>\r\n\t\t\t\t</sep2>\r\n\t\t\t\t<time>1:15</time>\r\n\t\t\t\t<timeserver>true</timeserver>\r\n\t\t\t\t<timeserveraddress>pool.ntp.org</timeserveraddress>\r\n\t\t\t\t<timezone>25</timezone>\r\n\t\t\t\t<usedst>true</usedst>\r\n\t\t</locale>\r\n\t\t<lookandfeel>\r\n\t\t\t\t<enablemouse>false</enablemouse>\r\n\t\t\t\t<enablerssfeeds>true</enablerssfeeds>\r\n\t\t\t\t<font>default</font>\r\n\t\t\t\t<rssedit>\r\n\t\t\t\t</rssedit>\r\n\t\t\t\t<sep2>\r\n\t\t\t\t</sep2>\r\n\t\t\t\t<sep3>\r\n\t\t\t\t</sep3>\r\n\t\t\t\t<skin>Updater</skin>\r\n\t\t\t\t<skincolors>default</skincolors>\r\n\t\t\t\t<skintheme>default</skintheme>\r\n\t\t\t\t<skinzoom>0</skinzoom>\r\n\t\t\t\t<soundskin>default</soundskin>\r\n\t\t\t\t<startupwindow>10000</startupwindow>\r\n\t\t</lookandfeel>\r\n\t\t<masterlock>\r\n\t\t\t\t<enableshutdown>true</enableshutdown>\r\n\t\t\t\t<lockcode>-</lockcode>\r\n\t\t\t\t<maxretries>3</maxretries>\r\n\t\t\t\t<startuplock>false</startuplock>\r\n\t\t</masterlock>\r\n\t\t<musicfiles>\r\n\t\t\t\t<findremotethumbs>true</findremotethumbs>\r\n\t\t\t\t<librarytrackformat>\r\n\t\t\t\t</librarytrackformat>\r\n\t\t\t\t<librarytrackformatright>\r\n\t\t\t\t</librarytrackformatright>\r\n\t\t\t\t<nowplayingtrackformat>\r\n\t\t\t\t</nowplayingtrackformat>\r\n\t\t\t\t<nowplayingtrackformatright>\r\n\t\t\t\t</nowplayingtrackformatright>\r\n\t\t\t\t<trackformat>[%N. ]%A - %T</trackformat>\r\n\t\t\t\t<trackformatright>%D</trackformatright>\r\n\t\t\t\t<usetags>false</usetags>\r\n\t\t</musicfiles>\r\n\t\t<musiclibrary>\r\n\t\t\t\t<backgroundupdate>false</backgroundupdate>\r\n\t\t\t\t<cleanup>\r\n\t\t\t\t</cleanup>\r\n\t\t\t\t<downloadinfo>false</downloadinfo>\r\n\t\t\t\t<enabled>false</enabled>\r\n\t\t\t\t<export>\r\n\t\t\t\t</export>\r\n\t\t\t\t<import>\r\n\t\t\t\t</import>\r\n\t\t\t\t<scraper>allmusic.xml</scraper>\r\n\t\t\t\t<scrapersettings>\r\n\t\t\t\t</scrapersettings>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t\t\t<sep2>\r\n\t\t\t\t</sep2>\r\n\t\t\t\t<showcompilationartists>true</showcompilationartists>\r\n\t\t\t\t<updateonstartup>false</updateonstartup>\r\n\t\t</musiclibrary>\r\n\t\t<musicplayer>\r\n\t\t\t\t<autoplaynextitem>true</autoplaynextitem>\r\n\t\t\t\t<crossfade>4</crossfade>\r\n\t\t\t\t<crossfadealbumtracks>true</crossfadealbumtracks>\r\n\t\t\t\t<defaultplayer>2</defaultplayer>\r\n\t\t\t\t<outputtoallspeakers>false</outputtoallspeakers>\r\n\t\t\t\t<queuebydefault>false</queuebydefault>\r\n\t\t\t\t<replaygainavoidclipping>false</replaygainavoidclipping>\r\n\t\t\t\t<replaygainnogainpreamp>89</replaygainnogainpreamp>\r\n\t\t\t\t<replaygainpreamp>89</replaygainpreamp>\r\n\t\t\t\t<replaygaintype>0</replaygaintype>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t\t\t<sep2>\r\n\t\t\t\t</sep2>\r\n\t\t\t\t<sep3>\r\n\t\t\t\t</sep3>\r\n\t\t\t\t<visualisation>milkdrop.vis</visualisation>\r\n\t\t</musicplayer>\r\n\t\t<myprograms>\r\n\t\t\t\t<autoffpatch>false</autoffpatch>\r\n\t\t\t\t<dashboard>Special:\\\\xbmc\\default.xbe</dashboard>\r\n\t\t\t\t<gameautoregion>false</gameautoregion>\r\n\t\t\t\t<ntscmode>0</ntscmode>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t\t\t<sep2>\r\n\t\t\t\t</sep2>\r\n\t\t\t\t<sep3>\r\n\t\t\t\t</sep3>\r\n\t\t\t\t<trainerpath>select folder</trainerpath>\r\n\t\t\t\t<usedashpath>true</usedashpath>\r\n\t\t</myprograms>\r\n\t\t<network>\r\n\t\t\t\t<assignment>0</assignment>\r\n\t\t\t\t<bandwidth>0</bandwidth>\r\n\t\t\t\t<dns>8.8.8.8</dns>\r\n\t\t\t\t<dns2>0.0.0.0</dns2>\r\n\t\t\t\t<dnssuffix></dnssuffix>\r\n\t\t\t\t<gateway>192.168.0.1</gateway>\r\n\t\t\t\t<httpproxypassword></httpproxypassword>\r\n\t\t\t\t<httpproxyport>8080</httpproxyport>\r\n\t\t\t\t<httpproxyserver></httpproxyserver>\r\n\t\t\t\t<httpproxyusername></httpproxyusername>\r\n\t\t\t\t<ipaddress>192.168.0.6</ipaddress>\r\n\t\t\t\t<sep1></sep1>\r\n\t\t\t\t<subnet>255.255.255.0</subnet>\r\n\t\t\t\t<usehttpproxy>false</usehttpproxy>\r\n\t\t</network>\r\n\t\t<pictures>\r\n\t\t\t\t<displayresolution>10</displayresolution>\r\n\t\t\t\t<generatethumbs>true</generatethumbs>\r\n\t\t\t\t<showvideos>false</showvideos>\r\n\t\t\t\t<useexifrotation>true</useexifrotation>\r\n\t\t\t\t<usetags>true</usetags>\r\n\t\t</pictures>\r\n\t\t<postprocessing>\r\n\t\t\t\t<auto>true</auto>\r\n\t\t\t\t<autobrightnesscontrastlevels>false</autobrightnesscontrastlevels>\r\n\t\t\t\t<dering>false</dering>\r\n\t\t\t\t<enable>false</enable>\r\n\t\t\t\t<horizontaldeblocking>false</horizontaldeblocking>\r\n\t\t\t\t<horizontaldeblocklevel>0</horizontaldeblocklevel>\r\n\t\t\t\t<verticaldeblocking>false</verticaldeblocking>\r\n\t\t\t\t<verticaldeblocklevel>0</verticaldeblocklevel>\r\n\t\t</postprocessing>\r\n\t\t<scrapers>\r\n\t\t\t\t<langfallback>false</langfallback>\r\n\t\t\t\t<moviedefault>tmdb.xml</moviedefault>\r\n\t\t\t\t<musicvideodefault>mtv.xml</musicvideodefault>\r\n\t\t\t\t<sep2>\r\n\t\t\t\t</sep2>\r\n\t\t\t\t<tvshowdefault>tvdb.xml</tvshowdefault>\r\n\t\t</scrapers>\r\n\t\t<screensaver>\r\n\t\t\t\t<dimlevel>20</dimlevel>\r\n\t\t\t\t<mode>Stars.xbs</mode>\r\n\t\t\t\t<preview>\r\n\t\t\t\t</preview>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t\t\t<sep2>\r\n\t\t\t\t</sep2>\r\n\t\t\t\t<slideshowpath pathversion=\"1\">F:\\Pictures\\</slideshowpath>\r\n\t\t\t\t<time>10</time>\r\n\t\t\t\t<usedimonpause>false</usedimonpause>\r\n\t\t\t\t<usemusicvisinstead>false</usemusicvisinstead>\r\n\t\t</screensaver>\r\n\t\t<scrobbler>\r\n\t\t\t\t<lastfmpass>\r\n\t\t\t\t</lastfmpass>\r\n\t\t\t\t<lastfmsubmit>false</lastfmsubmit>\r\n\t\t\t\t<lastfmsubmitradio>false</lastfmsubmitradio>\r\n\t\t\t\t<lastfmusername>\r\n\t\t\t\t</lastfmusername>\r\n\t\t\t\t<librefmpass>\r\n\t\t\t\t</librefmpass>\r\n\t\t\t\t<librefmsubmit>false</librefmsubmit>\r\n\t\t\t\t<librefmusername>\r\n\t\t\t\t</librefmusername>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t</scrobbler>\r\n\t\t<services>\r\n\t\t\t\t<escontinuousdelay>25</escontinuousdelay>\r\n\t\t\t\t<esenabled>true</esenabled>\r\n\t\t\t\t<esinitialdelay>750</esinitialdelay>\r\n\t\t\t\t<esmaxclients>20</esmaxclients>\r\n\t\t\t\t<esport>9777</esport>\r\n\t\t\t\t<esportrange>10</esportrange>\r\n\t\t\t\t<ftpautofatx>true</ftpautofatx>\r\n\t\t\t\t<ftpserver>true</ftpserver>\r\n\t\t\t\t<ftpserverpassword>xbox</ftpserverpassword>\r\n\t\t\t\t<ftpserveruser>xbox</ftpserveruser>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t\t\t<sep2>\r\n\t\t\t\t</sep2>\r\n\t\t\t\t<sep3>\r\n\t\t\t\t</sep3>\r\n\t\t\t\t<upnprenderer>false</upnprenderer>\r\n\t\t\t\t<upnpserver>false</upnpserver>\r\n\t\t\t\t<webserver>true</webserver>\r\n\t\t\t\t<webserverpassword>\r\n\t\t\t\t</webserverpassword>\r\n\t\t\t\t<webserverport>80</webserverport>\r\n\t\t\t\t<webserverusername>xbmc</webserverusername>\r\n\t\t</services>\r\n\t\t<slideshow>\r\n\t\t\t\t<displayeffects>true</displayeffects>\r\n\t\t\t\t<shuffle>false</shuffle>\r\n\t\t\t\t<staytime>5</staytime>\r\n\t\t</slideshow>\r\n\t\t<smb>\r\n\t\t\t\t<winsserver>\r\n\t\t\t\t</winsserver>\r\n\t\t\t\t<workgroup>WORKGROUP</workgroup>\r\n\t\t</smb>\r\n\t\t<subtitles>\r\n\t\t\t\t<charset>DEFAULT</charset>\r\n\t\t\t\t<color>1</color>\r\n\t\t\t\t<custompath pathversion=\"1\">\r\n\t\t\t\t</custompath>\r\n\t\t\t\t<font>Arial.ttf</font>\r\n\t\t\t\t<height>28</height>\r\n\t\t\t\t<searchrars>false</searchrars>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t\t\t<sep2>\r\n\t\t\t\t</sep2>\r\n\t\t\t\t<style>1</style>\r\n\t\t</subtitles>\r\n\t\t<system>\r\n\t\t\t\t<autotemperature>false</autotemperature>\r\n\t\t\t\t<fanspeed>15</fanspeed>\r\n\t\t\t\t<fanspeedcontrol>false</fanspeedcontrol>\r\n\t\t\t\t<ledcolour>0</ledcolour>\r\n\t\t\t\t<leddisableonplayback>0</leddisableonplayback>\r\n\t\t\t\t<ledenableonpaused>true</ledenableonpaused>\r\n\t\t\t\t<mceremote>false</mceremote>\r\n\t\t\t\t<minfanspeed>1</minfanspeed>\r\n\t\t\t\t<playlistspath pathversion=\"1\">special://profile/playlists/</playlistspath>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t\t\t<sep2>\r\n\t\t\t\t</sep2>\r\n\t\t\t\t<shutdowntime>0</shutdowntime>\r\n\t\t\t\t<targettemperature>55</targettemperature>\r\n\t\t</system>\r\n\t\t<videolibrary>\r\n\t\t\t\t<actorthumbs>true</actorthumbs>\r\n\t\t\t\t<backgroundupdate>false</backgroundupdate>\r\n\t\t\t\t<cleanup>\r\n\t\t\t\t</cleanup>\r\n\t\t\t\t<enabled>false</enabled>\r\n\t\t\t\t<export>\r\n\t\t\t\t</export>\r\n\t\t\t\t<flattentvshows>1</flattentvshows>\r\n\t\t\t\t<groupmoviesets>false</groupmoviesets>\r\n\t\t\t\t<import>\r\n\t\t\t\t</import>\r\n\t\t\t\t<seasonthumbs>true</seasonthumbs>\r\n\t\t\t\t<sep3>\r\n\t\t\t\t</sep3>\r\n\t\t\t\t<showunwatchedplots>true</showunwatchedplots>\r\n\t\t\t\t<updateonstartup>false</updateonstartup>\r\n\t\t</videolibrary>\r\n\t\t<videooutput>\r\n\t\t\t\t<aspect>0</aspect>\r\n\t\t\t\t<hd1080i>false</hd1080i>\r\n\t\t\t\t<hd480p>false</hd480p>\r\n\t\t\t\t<hd720p>true</hd720p>\r\n\t\t</videooutput>\r\n\t\t<videoplayer>\r\n\t\t\t\t<allcodecs>true</allcodecs>\r\n\t\t\t\t<calibrate>\r\n\t\t\t\t</calibrate>\r\n\t\t\t\t<defaultplayer>1</defaultplayer>\r\n\t\t\t\t<displayresolution>10</displayresolution>\r\n\t\t\t\t<errorinaspect>3.000000</errorinaspect>\r\n\t\t\t\t<fast>true</fast>\r\n\t\t\t\t<flicker>1</flicker>\r\n\t\t\t\t<framerateconversions>0</framerateconversions>\r\n\t\t\t\t<rendermethod>0</rendermethod>\r\n\t\t\t\t<resumeautomatically>0</resumeautomatically>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t\t\t<sep2>\r\n\t\t\t\t</sep2>\r\n\t\t\t\t<skiploopfilter>0</skiploopfilter>\r\n\t\t\t\t<soften>false</soften>\r\n\t\t</videoplayer>\r\n\t\t<videoscreen>\r\n\t\t\t\t<flickerfilter>2</flickerfilter>\r\n\t\t\t\t<guicalibration>\r\n\t\t\t\t</guicalibration>\r\n\t\t\t\t<resolution>1</resolution>\r\n\t\t\t\t<soften>false</soften>\r\n\t\t</videoscreen>\r\n\t\t<weather>\r\n\t\t\t\t<areacode1>USNY0996 - New York, NY</areacode1>\r\n\t\t\t\t<areacode2>UKXX0085 - London, United Kingdom</areacode2>\r\n\t\t\t\t<areacode3>JAXX0085 - Tokyo, Japan</areacode3>\r\n\t\t\t\t<plugin>\r\n\t\t\t\t</plugin>\r\n\t\t\t\t<pluginsettings>\r\n\t\t\t\t</pluginsettings>\r\n\t\t\t\t<sep1>\r\n\t\t\t\t</sep1>\r\n\t\t</weather>\r\n\t\t<skinsettings>\r\n\t\t\t\t<setting type=\"bool\" name=\"Updater.useprofiles\">false</setting>\r\n\t\t\t\t<setting type=\"bool\" name=\"Updater.debuginfo\">false</setting>\r\n\t\t\t\t<setting type=\"bool\" name=\"Confluence Lite.debuginfo\">false</setting>\r\n\t\t\t\t<setting type=\"string\" name=\"Updater.background_color\">\r\n\t\t\t\t</setting>\r\n\t\t\t\t<setting type=\"string\" name=\"Updater.background_image\">\r\n\t\t\t\t</setting>\r\n\t\t\t\t<setting type=\"string\" name=\"Confluence Lite.background_color\">\r\n\t\t\t\t</setting>\r\n\t\t\t\t<setting type=\"string\" name=\"Confluence Lite.background_image\">\r\n\t\t\t\t</setting>\r\n\t\t</skinsettings>\r\n</settings>"
  },
  {
    "path": "Other/update build/updater/System/keymaps/gamepad.xml",
    "content": "<!-- Edit Mode -->\r\n<keymap>\r\n\t\t<MyPrograms>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<black>XBMC.ActivateWindow(1112)</black>\r\n\t\t\t\t\t\t<back>highlight</back>\r\n\t\t\t\t</gamepad>\r\n\t\t</MyPrograms>\r\n\t\t<Profiles>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<B>Back</B>\r\n\t\t\t\t\t\t<back>ActivateWindow(Settings)</back>\r\n\t\t\t\t\t\t<black>XBMC.RunScript(Special://xbmc/scripts/XBMC4Gamers/Utilities/Clear Cache.py)</black>\r\n\t\t\t\t</gamepad>\r\n\t\t</Profiles>\r\n\t\t<global>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<A>Select</A>\r\n\t\t\t\t\t\t<B>Back</B>\r\n\t\t\t\t\t\t<X>XBMC.ReplaceWindow(114)</X>\r\n\t\t\t\t\t\t<Y>Screenshot</Y>\r\n\t\t\t\t\t\t<white>ContextMenu</white>\r\n\t\t\t\t\t\t<black />\r\n\t\t\t\t\t\t<start>XBMC.PlayDVD()</start>\r\n\t\t\t\t\t\t<back>PreviousMenu</back>\r\n\t\t\t\t\t\t<dpadleft>Left</dpadleft>\r\n\t\t\t\t\t\t<dpadright>Right</dpadright>\r\n\t\t\t\t\t\t<dpadup>Up</dpadup>\r\n\t\t\t\t\t\t<dpaddown>Down</dpaddown>\r\n\t\t\t\t\t\t<leftthumbbutton>Reloadskin</leftthumbbutton>\r\n\t\t\t\t\t\t<rightthumbbutton>XBMC.ActivateWindow(ShutdownMenu)</rightthumbbutton>\r\n\t\t\t\t\t\t<leftanalogtrigger>ScrollUp</leftanalogtrigger>\r\n\t\t\t\t\t\t<rightanalogtrigger>ScrollDown</rightanalogtrigger>\r\n\t\t\t\t\t\t<rightthumbstickleft>AnalogSeekBack</rightthumbstickleft>\r\n\t\t\t\t\t\t<rightthumbstickright>AnalogSeekForward</rightthumbstickright>\r\n\t\t\t\t\t\t<rightthumbstickup>VolumeUp</rightthumbstickup>\r\n\t\t\t\t\t\t<rightthumbstickdown>VolumeDown</rightthumbstickdown>\r\n\t\t\t\t</gamepad>\r\n\t\t</global>\r\n\t\t<Home>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<back />\r\n\t\t\t\t\t\t<black>XBMC.RunScript(Special://xbmc/scripts/XBMC4Gamers/Utilities/Clear Cache.py)</black>\r\n\t\t\t\t\t\t<lefttrigger>left</lefttrigger>\r\n\t\t\t\t\t\t<righttrigger>right</righttrigger>\r\n\t\t\t\t</gamepad>\r\n\t\t</Home>\r\n\t\t<MyFiles>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<Y>Highlight</Y>\r\n\t\t\t\t</gamepad>\r\n\t\t</MyFiles>\r\n\t\t<MyMusicPlaylist>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<Y>Delete</Y>\r\n\t\t\t\t\t\t<black>Back</black>\r\n\t\t\t\t</gamepad>\r\n\t\t</MyMusicPlaylist>\r\n\t\t<MyMusicPlaylistEditor>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<Y>Queue</Y>\r\n\t\t\t\t</gamepad>\r\n\t\t</MyMusicPlaylistEditor>\r\n\t\t<MyMusicFiles>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<Y>Queue</Y>\r\n\t\t\t\t\t\t<black>Playlist</black>\r\n\t\t\t\t</gamepad>\r\n\t\t</MyMusicFiles>\r\n\t\t<MyMusicLibrary>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<Y>Queue</Y>\r\n\t\t\t\t\t\t<black>Playlist</black>\r\n\t\t\t\t</gamepad>\r\n\t\t</MyMusicLibrary>\r\n\t\t<FullscreenVideo>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<A>Pause</A>\r\n\t\t\t\t\t\t<B>Stop</B>\r\n\t\t\t\t\t\t<Y>AspectRatio</Y>\r\n\t\t\t\t\t\t<black>CodecInfo</black>\r\n\t\t\t\t\t\t<white>Info</white>\r\n\t\t\t\t\t\t<back>SmallStepBack</back>\r\n\t\t\t\t\t\t<start>OSD</start>\r\n\t\t\t\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t\t\t\t\t<dpadleft>StepBack</dpadleft>\r\n\t\t\t\t\t\t<dpadright>StepForward</dpadright>\r\n\t\t\t\t\t\t<dpadup>BigStepForward</dpadup>\r\n\t\t\t\t\t\t<dpaddown>BigStepBack</dpaddown>\r\n\t\t\t\t</gamepad>\r\n\t\t</FullscreenVideo>\r\n\t\t<FullscreenInfo>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<start>OSD</start>\r\n\t\t\t\t\t\t<black>CodecInfo</black>\r\n\t\t\t\t\t\t<white>Back</white>\r\n\t\t\t\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t\t\t</gamepad>\r\n\t\t</FullscreenInfo>\r\n\t\t<PlayerControls>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<X>Back</X>\r\n\t\t\t\t</gamepad>\r\n\t\t</PlayerControls>\r\n\t\t<Visualisation>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<A>Pause</A>\r\n\t\t\t\t\t\t<B>Stop</B>\r\n\t\t\t\t\t\t<Y>XBMC.ActivateWindow(VisualisationPresetList)</Y>\r\n\t\t\t\t\t\t<black>CodecInfo</black>\r\n\t\t\t\t\t\t<white>Info</white>\r\n\t\t\t\t\t\t<start>XBMC.ActivateWindow(MusicOSD)</start>\r\n\t\t\t\t\t\t<back>LockPreset</back>\r\n\t\t\t\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t\t\t\t\t<dpadleft>SkipPrevious</dpadleft>\r\n\t\t\t\t\t\t<dpadright>SkipNext</dpadright>\r\n\t\t\t\t\t\t<dpadup>NextPreset</dpadup>\r\n\t\t\t\t\t\t<dpaddown>PreviousPreset</dpaddown>\r\n\t\t\t\t</gamepad>\r\n\t\t</Visualisation>\r\n\t\t<MusicOSD>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<start>Back</start>\r\n\t\t\t\t\t\t<black>CodecInfo</black>\r\n\t\t\t\t\t\t<white>Info</white>\r\n\t\t\t\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t\t\t</gamepad>\r\n\t\t</MusicOSD>\r\n\t\t<VisualisationSettings>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<start>Back</start>\r\n\t\t\t\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t\t\t</gamepad>\r\n\t\t</VisualisationSettings>\r\n\t\t<VisualisationPresetList>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<start>Back</start>\r\n\t\t\t\t\t\t<Y>Back</Y>\r\n\t\t\t\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t\t\t</gamepad>\r\n\t\t</VisualisationPresetList>\r\n\t\t<SlideShow>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<A>Pause</A>\r\n\t\t\t\t\t\t<B>Stop</B>\r\n\t\t\t\t\t\t<Y>Rotate</Y>\r\n\t\t\t\t\t\t<X>ZoomNormal</X>\r\n\t\t\t\t\t\t<black>CodecInfo</black>\r\n\t\t\t\t\t\t<white>Info</white>\r\n\t\t\t\t\t\t<righttrigger>NextPicture</righttrigger>\r\n\t\t\t\t\t\t<lefttrigger>PreviousPicture</lefttrigger>\r\n\t\t\t\t\t\t<dpadleft>PreviousPicture</dpadleft>\r\n\t\t\t\t\t\t<dpadright>NextPicture</dpadright>\r\n\t\t\t\t\t\t<dpadup>ZoomIn</dpadup>\r\n\t\t\t\t\t\t<dpaddown>ZoomOut</dpaddown>\r\n\t\t\t\t\t\t<leftthumbstick>AnalogMove</leftthumbstick>\r\n\t\t\t\t\t\t<back>Stop</back>\r\n\t\t\t\t</gamepad>\r\n\t\t</SlideShow>\r\n\t\t<ScreenCalibration>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<leftthumbstick>AnalogMove</leftthumbstick>\r\n\t\t\t\t\t\t<A>NextCalibration</A>\r\n\t\t\t\t\t\t<black>ResetCalibration</black>\r\n\t\t\t\t\t\t<white>NextResolution</white>\r\n\t\t\t\t</gamepad>\r\n\t\t</ScreenCalibration>\r\n\t\t<GUICalibration>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<leftthumbstick>AnalogMove</leftthumbstick>\r\n\t\t\t\t\t\t<A>NextCalibration</A>\r\n\t\t\t\t\t\t<black>ResetCalibration</black>\r\n\t\t\t\t</gamepad>\r\n\t\t</GUICalibration>\r\n\t\t<VideoOSD>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<start>Back</start>\r\n\t\t\t\t\t\t<black>CodecInfo</black>\r\n\t\t\t\t\t\t<white>Info</white>\r\n\t\t\t\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t\t\t</gamepad>\r\n\t\t</VideoOSD>\r\n\t\t<VideoMenu>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<Y>AspectRatio</Y>\r\n\t\t\t\t\t\t<B>Stop</B>\r\n\t\t\t\t\t\t<start>OSD</start>\r\n\t\t\t\t\t\t<white>Info</white>\r\n\t\t\t\t\t\t<black>CodecInfo</black>\r\n\t\t\t\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t\t\t</gamepad>\r\n\t\t</VideoMenu>\r\n\t\t<OSDVideoSettings>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<X />\r\n\t\t\t\t\t\t<Y>AspectRatio</Y>\r\n\t\t\t\t\t\t<start>Back</start>\r\n\t\t\t\t\t\t<black>CodecInfo</black>\r\n\t\t\t\t\t\t<white>Info</white>\r\n\t\t\t\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t\t\t</gamepad>\r\n\t\t</OSDVideoSettings>\r\n\t\t<OSDAudioSettings>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<X />\r\n\t\t\t\t\t\t<Y>AspectRatio</Y>\r\n\t\t\t\t\t\t<start>Back</start>\r\n\t\t\t\t\t\t<black>CodecInfo</black>\r\n\t\t\t\t\t\t<white>Info</white>\r\n\t\t\t\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t\t\t</gamepad>\r\n\t\t</OSDAudioSettings>\r\n\t\t<VideoBookmarks>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<X />\r\n\t\t\t\t\t\t<Y>Delete</Y>\r\n\t\t\t\t\t\t<start>Back</start>\r\n\t\t\t\t\t\t<leftanalogtrigger>AnalogRewind</leftanalogtrigger>\r\n\t\t\t\t\t\t<rightanalogtrigger>AnalogFastForward</rightanalogtrigger>\r\n\t\t\t\t</gamepad>\r\n\t\t</VideoBookmarks>\r\n\t\t<MyVideoLibrary>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<black>Delete</black>\r\n\t\t\t\t</gamepad>\r\n\t\t</MyVideoLibrary>\r\n\t\t<MyVideoFiles>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<Y>Queue</Y>\r\n\t\t\t\t\t\t<black>Playlist</black>\r\n\t\t\t\t</gamepad>\r\n\t\t</MyVideoFiles>\r\n\t\t<MyVideoPlaylist>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<Y>Delete</Y>\r\n\t\t\t\t\t\t<black>Back</black>\r\n\t\t\t\t</gamepad>\r\n\t\t</MyVideoPlaylist>\r\n\t\t<VirtualKeyboard>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<start>Enter</start>\r\n\t\t\t\t\t\t<B>BackSpace</B>\r\n\t\t\t\t\t\t<Y>Shift</Y>\r\n\t\t\t\t\t\t<X>Symbols</X>\r\n\t\t\t\t\t\t<lefttrigger>CursorLeft</lefttrigger>\r\n\t\t\t\t\t\t<righttrigger>CursorRight</righttrigger>\r\n\t\t\t\t</gamepad>\r\n\t\t</VirtualKeyboard>\r\n\t\t<ContextMenu>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<white>Back</white>\r\n\t\t\t\t</gamepad>\r\n\t\t</ContextMenu>\r\n\t\t<Scripts>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<black>info</black>\r\n\t\t\t\t</gamepad>\r\n\t\t</Scripts>\r\n\t\t<NumericInput>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<B>BackSpace</B>\r\n\t\t\t\t\t\t<start>Enter</start>\r\n\t\t\t\t\t\t<lefttrigger>SkipPrevious</lefttrigger>\r\n\t\t\t\t\t\t<righttrigger>SkipNext</righttrigger>\r\n\t\t\t\t</gamepad>\r\n\t\t</NumericInput>\r\n\t\t<GamepadInput>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<start>Stop</start>\r\n\t\t\t\t\t\t<!-- Enter Password -->\r\n\t\t\t\t</gamepad>\r\n\t\t</GamepadInput>\r\n\t\t<LockSettings>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<start>Back</start>\r\n\t\t\t\t</gamepad>\r\n\t\t</LockSettings>\r\n\t\t<ProfileSettings>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<start>Back</start>\r\n\t\t\t\t</gamepad>\r\n\t\t</ProfileSettings>\r\n\t\t<PictureInfo>\r\n\t\t\t\t<gamepad>\r\n\t\t\t\t\t\t<dpadleft>PreviousPicture</dpadleft>\r\n\t\t\t\t\t\t<dpadright>NextPicture</dpadright>\r\n\t\t\t\t</gamepad>\r\n\t\t</PictureInfo>\r\n</keymap>"
  },
  {
    "path": "Other/update build/updater/System/language/english/langinfo.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n\n<!-- Possible values for <charsets>                     -->\n<!-- ==============================                     -->\n<!--                                                    -->\n<!-- ISO-Charsets:                                      -->\n<!-- ISO-8859-1 - Western Europe (ISO)                  -->\n<!-- ISO-8859-2 - Central Europe (ISO)                  -->\n<!-- ISO-8859-3 - South Europe (ISO)                    -->\n<!-- ISO-8859-4 - Baltic (ISO)                          -->\n<!-- ISO-8859-5 - Cyrillic (ISO)                        -->\n<!-- ISO-8859-6 - Arabic (ISO)                          -->\n<!-- ISO-8859-7 - Greek (ISO)                           -->\n<!-- ISO-8859-8 - Hebrew (ISO)                          -->\n<!-- ISO-8859-9 - Turkish (ISO)                         -->\n<!--                                                    -->\n<!-- Windows Charsets:                                  -->\n<!-- CP1250 - Central Europe (Windows)                  -->\n<!-- CP1251 - Cyrillic (Windows)                        -->\n<!-- CP1252 - Western Europe (Windows)                  -->\n<!-- CP1253 - Greek (Windows)                           -->\n<!-- CP1254 - Turkish (Windows)                         -->\n<!-- CP1255 - Hebrew (Windows)                          -->\n<!-- CP1256 - Arabic (Windows)                          -->\n<!-- CP1257 - Baltic (Windows)                          -->\n<!-- CP1258 - Vietnamesse (Windows)                     -->\n<!-- CP874  - Thai (Windows)                            -->\n<!-- CP949  - Korean                                    -->\n<!--                                                    -->\n<!-- Others:                                            -->\n<!-- GBK        - Chinese Simplified (GBK)              -->\n<!-- BIG5       - Chinese Traditional (Big5)            -->\n<!-- BIG5-HKSCS - Hong Kong (Big5-HKSCS)                -->\n<!-- SHIFT_JIS  - Japanese (Shift-JIS)                  -->\n<!--                                                    -->\n<!-- Link: (Country-Codepage comparison)                -->\n<!-- http://www.science.co.il/Language/Locale-Codes.asp -->\n<!--                                                    -->\n<!-- Possible values for <dvd>                          -->\n<!-- =========================                          -->\n<!-- Language codes expected are two character          -->\n<!-- codes as defined in ISO639.                        -->\n<!--                                                    -->\n<!-- Link:                                              -->\n<!-- http://etext.virginia.edu/tei/iso639.html          -->\n\n\n\n<language locale=\"English\">\n  <charsets>\n    <gui>CP1252</gui>\n    <subtitle>CP1252</subtitle>\n  </charsets>\n\n  <dvd>\n    <menu>en</menu>\n    <audio>en</audio>\n    <subtitle>en</subtitle>\n  </dvd>\n\n  <regions>\n    <region name=\"USA\" locale=\"USA\">\n      <dateshort>MM/DD/YYYY</dateshort>\n      <datelong>DDDD, MMMM D, YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">h:mm:ss xx</time>\n      <tempunit>F</tempunit>\n      <speedunit>mph</speedunit>\n    </region>\n\n    <region name=\"UK (12h)\" locale=\"UK\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">h:mm:ss xx</time>\n      <tempunit>C</tempunit>\n      <speedunit>mph</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n\n    <region name=\"UK (24h)\" locale=\"UK\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>mph</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n\n    <region name=\"Canada\" locale=\"Canada\">\n      <dateshort>MM/DD/YYYY</dateshort>\n      <datelong>DDDD, MMMM D, YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">h:mm:ss xx</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n    </region>\n\n    <region name=\"Australia (12h)\" locale=\"Australia\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">h:mm:ss xx</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n\n    <region name=\"Australia (24h)\" locale=\"Australia\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n    \n    <region name=\"Central Europe\">\n\t  <dateshort>YYYY-MM-DD</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"\" symbolPM=\"\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>CET</timezone>\n    </region>\n\n    <region name=\"India (12h)\" locale=\"India\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">h:mm:ss xx</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>GMT</timezone>\n    </region>\n\n    <region name=\"India (24h)\" locale=\"India\">\n      <dateshort>DD/MM/YYYY</dateshort>\n      <datelong>DDDD, D MMMM YYYY</datelong>\n      <time symbolAM=\"AM\" symbolPM=\"PM\">H:mm:ss</time>\n      <tempunit>C</tempunit>\n      <speedunit>kmh</speedunit>\n      <timezone>IST</timezone>\n    </region>\n    \n  </regions>\n\n  <sorttokens>\n    <token>The</token>\n  </sorttokens>\n</language>\n"
  },
  {
    "path": "Other/update build/updater/System/language/english/strings.po",
    "content": "# XBMC Media Center language file\nmsgid \"\"\nmsgstr \"\"\n\"Project-Id-Version: xbmc4xbox\\n\"\n\"Report-Msgid-Bugs-To: buzz@exotica.org.uk\\n\"\n\"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n\"Last-Translator: XBMC Translation Team\\n\"\n\"Language-Team: English (http://www.transifex.com/projects/p/xbmc4xbox/language/en/)\\n\"\n\"MIME-Version: 1.0\\n\"\n\"Content-Type: text/plain; charset=UTF-8\\n\"\n\"Content-Transfer-Encoding: 8bit\\n\"\n\"Language: en\\n\"\n\"Plural-Forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#0\"\nmsgid \"Programs\"\nmsgstr \"\"\n\nmsgctxt \"#1\"\nmsgid \"Pictures\"\nmsgstr \"\"\n\nmsgctxt \"#2\"\nmsgid \"Music\"\nmsgstr \"\"\n\nmsgctxt \"#3\"\nmsgid \"Videos\"\nmsgstr \"\"\n\nmsgctxt \"#4\"\nmsgid \"TV-Guide\"\nmsgstr \"\"\n\nmsgctxt \"#5\"\nmsgid \"Settings\"\nmsgstr \"\"\n\nmsgctxt \"#6\"\nmsgid \"XBMC SVN\"\nmsgstr \"\"\n\nmsgctxt \"#7\"\nmsgid \"File manager\"\nmsgstr \"\"\n\nmsgctxt \"#8\"\nmsgid \"Weather\"\nmsgstr \"\"\n\nmsgctxt \"#9\"\nmsgid \"xbmc media center\"\nmsgstr \"\"\n\n#empty string with id 10\n\nmsgctxt \"#11\"\nmsgid \"Monday\"\nmsgstr \"\"\n\nmsgctxt \"#12\"\nmsgid \"Tuesday\"\nmsgstr \"\"\n\nmsgctxt \"#13\"\nmsgid \"Wednesday\"\nmsgstr \"\"\n\nmsgctxt \"#14\"\nmsgid \"Thursday\"\nmsgstr \"\"\n\nmsgctxt \"#15\"\nmsgid \"Friday\"\nmsgstr \"\"\n\nmsgctxt \"#16\"\nmsgid \"Saturday\"\nmsgstr \"\"\n\nmsgctxt \"#17\"\nmsgid \"Sunday\"\nmsgstr \"\"\n\n#empty strings from id 18 to 20\n\nmsgctxt \"#21\"\nmsgid \"January\"\nmsgstr \"\"\n\nmsgctxt \"#22\"\nmsgid \"February\"\nmsgstr \"\"\n\nmsgctxt \"#23\"\nmsgid \"March\"\nmsgstr \"\"\n\nmsgctxt \"#24\"\nmsgid \"April\"\nmsgstr \"\"\n\nmsgctxt \"#25\"\nmsgid \"May\"\nmsgstr \"\"\n\nmsgctxt \"#26\"\nmsgid \"June\"\nmsgstr \"\"\n\nmsgctxt \"#27\"\nmsgid \"July\"\nmsgstr \"\"\n\nmsgctxt \"#28\"\nmsgid \"August\"\nmsgstr \"\"\n\nmsgctxt \"#29\"\nmsgid \"September\"\nmsgstr \"\"\n\nmsgctxt \"#30\"\nmsgid \"October\"\nmsgstr \"\"\n\nmsgctxt \"#31\"\nmsgid \"November\"\nmsgstr \"\"\n\nmsgctxt \"#32\"\nmsgid \"December\"\nmsgstr \"\"\n\n#empty strings from id 33 to 40\n\nmsgctxt \"#41\"\nmsgid \"Mon\"\nmsgstr \"\"\n\nmsgctxt \"#42\"\nmsgid \"Tue\"\nmsgstr \"\"\n\nmsgctxt \"#43\"\nmsgid \"Wed\"\nmsgstr \"\"\n\nmsgctxt \"#44\"\nmsgid \"Thu\"\nmsgstr \"\"\n\nmsgctxt \"#45\"\nmsgid \"Fri\"\nmsgstr \"\"\n\nmsgctxt \"#46\"\nmsgid \"Sat\"\nmsgstr \"\"\n\nmsgctxt \"#47\"\nmsgid \"Sun\"\nmsgstr \"\"\n\n#empty strings from id 48 to 50\n\nmsgctxt \"#51\"\nmsgid \"Jan\"\nmsgstr \"\"\n\nmsgctxt \"#52\"\nmsgid \"Feb\"\nmsgstr \"\"\n\nmsgctxt \"#53\"\nmsgid \"Mar\"\nmsgstr \"\"\n\nmsgctxt \"#54\"\nmsgid \"Apr\"\nmsgstr \"\"\n\nmsgctxt \"#55\"\nmsgid \"May\"\nmsgstr \"\"\n\nmsgctxt \"#56\"\nmsgid \"Jun\"\nmsgstr \"\"\n\nmsgctxt \"#57\"\nmsgid \"Jul\"\nmsgstr \"\"\n\nmsgctxt \"#58\"\nmsgid \"Aug\"\nmsgstr \"\"\n\nmsgctxt \"#59\"\nmsgid \"Sep\"\nmsgstr \"\"\n\nmsgctxt \"#60\"\nmsgid \"Oct\"\nmsgstr \"\"\n\nmsgctxt \"#61\"\nmsgid \"Nov\"\nmsgstr \"\"\n\nmsgctxt \"#62\"\nmsgid \"Dec\"\nmsgstr \"\"\n\n#empty strings from id 63 to 97\n\nmsgctxt \"#98\"\nmsgid \"View: Auto\"\nmsgstr \"\"\n\nmsgctxt \"#99\"\nmsgid \"View: Auto big\"\nmsgstr \"\"\n\nmsgctxt \"#100\"\nmsgid \"View: Icons\"\nmsgstr \"\"\n\nmsgctxt \"#101\"\nmsgid \"View: List\"\nmsgstr \"\"\n\nmsgctxt \"#102\"\nmsgid \"Scan\"\nmsgstr \"\"\n\nmsgctxt \"#103\"\nmsgid \"Sort by: Name\"\nmsgstr \"\"\n\nmsgctxt \"#104\"\nmsgid \"Sort by: Date\"\nmsgstr \"\"\n\nmsgctxt \"#105\"\nmsgid \"Sort by: Size\"\nmsgstr \"\"\n\nmsgctxt \"#106\"\nmsgid \"No\"\nmsgstr \"\"\n\nmsgctxt \"#107\"\nmsgid \"Yes\"\nmsgstr \"\"\n\nmsgctxt \"#108\"\nmsgid \"Slideshow\"\nmsgstr \"\"\n\nmsgctxt \"#109\"\nmsgid \"Create thumbs\"\nmsgstr \"\"\n\nmsgctxt \"#110\"\nmsgid \"Create thumbnails\"\nmsgstr \"\"\n\nmsgctxt \"#111\"\nmsgid \"Shortcuts\"\nmsgstr \"\"\n\nmsgctxt \"#112\"\nmsgid \"Paused\"\nmsgstr \"\"\n\n#empty strings from id 113 to 114\n\nmsgctxt \"#115\"\nmsgid \"Copy\"\nmsgstr \"\"\n\nmsgctxt \"#116\"\nmsgid \"Move\"\nmsgstr \"\"\n\nmsgctxt \"#117\"\nmsgid \"Delete\"\nmsgstr \"\"\n\nmsgctxt \"#118\"\nmsgid \"Rename\"\nmsgstr \"\"\n\nmsgctxt \"#119\"\nmsgid \"New folder\"\nmsgstr \"\"\n\nmsgctxt \"#120\"\nmsgid \"Confirm file copy\"\nmsgstr \"\"\n\nmsgctxt \"#121\"\nmsgid \"Confirm file move\"\nmsgstr \"\"\n\nmsgctxt \"#122\"\nmsgid \"Confirm file delete?\"\nmsgstr \"\"\n\nmsgctxt \"#123\"\nmsgid \"Copy these files?\"\nmsgstr \"\"\n\nmsgctxt \"#124\"\nmsgid \"Move these files?\"\nmsgstr \"\"\n\nmsgctxt \"#125\"\nmsgid \"Delete these files? - Deleting files cannot be undone!\"\nmsgstr \"\"\n\nmsgctxt \"#126\"\nmsgid \"Status\"\nmsgstr \"\"\n\nmsgctxt \"#127\"\nmsgid \"Objects\"\nmsgstr \"\"\n\nmsgctxt \"#128\"\nmsgid \"General\"\nmsgstr \"\"\n\nmsgctxt \"#129\"\nmsgid \"Slideshow\"\nmsgstr \"\"\n\nmsgctxt \"#130\"\nmsgid \"System info\"\nmsgstr \"\"\n\nmsgctxt \"#131\"\nmsgid \"Display\"\nmsgstr \"\"\n\nmsgctxt \"#132\"\nmsgid \"Albums\"\nmsgstr \"\"\n\nmsgctxt \"#133\"\nmsgid \"Artists\"\nmsgstr \"\"\n\nmsgctxt \"#134\"\nmsgid \"Songs\"\nmsgstr \"\"\n\nmsgctxt \"#135\"\nmsgid \"Genres\"\nmsgstr \"\"\n\nmsgctxt \"#136\"\nmsgid \"Playlists\"\nmsgstr \"\"\n\nmsgctxt \"#137\"\nmsgid \"Search\"\nmsgstr \"\"\n\nmsgctxt \"#138\"\nmsgid \"System Information\"\nmsgstr \"\"\n\nmsgctxt \"#139\"\nmsgid \"Temperatures:\"\nmsgstr \"\"\n\nmsgctxt \"#140\"\nmsgid \"CPU:\"\nmsgstr \"\"\n\nmsgctxt \"#141\"\nmsgid \"GPU:\"\nmsgstr \"\"\n\nmsgctxt \"#142\"\nmsgid \"Time:\"\nmsgstr \"\"\n\nmsgctxt \"#143\"\nmsgid \"Current:\"\nmsgstr \"\"\n\nmsgctxt \"#144\"\nmsgid \"Build:\"\nmsgstr \"\"\n\nmsgctxt \"#145\"\nmsgid \"Network:\"\nmsgstr \"\"\n\nmsgctxt \"#146\"\nmsgid \"Type:\"\nmsgstr \"\"\n\nmsgctxt \"#147\"\nmsgid \"Static\"\nmsgstr \"\"\n\nmsgctxt \"#148\"\nmsgid \"DHCP\"\nmsgstr \"\"\n\nmsgctxt \"#149\"\nmsgid \"MAC address\"\nmsgstr \"\"\n\nmsgctxt \"#150\"\nmsgid \"IP address\"\nmsgstr \"\"\n\nmsgctxt \"#151\"\nmsgid \"Link:\"\nmsgstr \"\"\n\nmsgctxt \"#152\"\nmsgid \"Half duplex\"\nmsgstr \"\"\n\nmsgctxt \"#153\"\nmsgid \"Full duplex\"\nmsgstr \"\"\n\nmsgctxt \"#154\"\nmsgid \"Storage\"\nmsgstr \"\"\n\nmsgctxt \"#155\"\nmsgid \"Drive\"\nmsgstr \"\"\n\nmsgctxt \"#156\"\nmsgid \"Free\"\nmsgstr \"\"\n\nmsgctxt \"#157\"\nmsgid \"Video\"\nmsgstr \"\"\n\nmsgctxt \"#158\"\nmsgid \"Free memory\"\nmsgstr \"\"\n\nmsgctxt \"#159\"\nmsgid \"No link\"\nmsgstr \"\"\n\nmsgctxt \"#160\"\nmsgid \"Free\"\nmsgstr \"\"\n\nmsgctxt \"#161\"\nmsgid \"Unavailable\"\nmsgstr \"\"\n\nmsgctxt \"#162\"\nmsgid \"Tray open\"\nmsgstr \"\"\n\nmsgctxt \"#163\"\nmsgid \"Reading\"\nmsgstr \"\"\n\nmsgctxt \"#164\"\nmsgid \"No disc\"\nmsgstr \"\"\n\nmsgctxt \"#165\"\nmsgid \"Disc present\"\nmsgstr \"\"\n\nmsgctxt \"#166\"\nmsgid \"Skin\"\nmsgstr \"\"\n\nmsgctxt \"#167\"\nmsgid \"Enable FTP server\"\nmsgstr \"\"\n\nmsgctxt \"#168\"\nmsgid \"Enable Internet time synchronization\"\nmsgstr \"\"\n\nmsgctxt \"#169\"\nmsgid \"Resolution\"\nmsgstr \"\"\n\nmsgctxt \"#170\"\nmsgid \"Adjust display refresh rate to match video\"\nmsgstr \"\"\n\n#empty string with id 171\n\nmsgctxt \"#172\"\nmsgid \"Release date\"\nmsgstr \"\"\n\nmsgctxt \"#173\"\nmsgid \"Display 4:3 videos as\"\nmsgstr \"\"\n\n#empty string with id 174\n\nmsgctxt \"#175\"\nmsgid \"Moods\"\nmsgstr \"\"\n\nmsgctxt \"#176\"\nmsgid \"Styles\"\nmsgstr \"\"\n\n#empty strings from id 177 to 178\n\nmsgctxt \"#179\"\nmsgid \"Song\"\nmsgstr \"\"\n\nmsgctxt \"#180\"\nmsgid \"Duration\"\nmsgstr \"\"\n\nmsgctxt \"#181\"\nmsgid \"Select album\"\nmsgstr \"\"\n\nmsgctxt \"#182\"\nmsgid \"Tracks\"\nmsgstr \"\"\n\nmsgctxt \"#183\"\nmsgid \"Review\"\nmsgstr \"\"\n\nmsgctxt \"#184\"\nmsgid \"Refresh\"\nmsgstr \"\"\n\nmsgctxt \"#185\"\nmsgid \"Searching album\"\nmsgstr \"\"\n\nmsgctxt \"#186\"\nmsgid \"OK\"\nmsgstr \"\"\n\nmsgctxt \"#187\"\nmsgid \"No albums found!\"\nmsgstr \"\"\n\nmsgctxt \"#188\"\nmsgid \"Select all\"\nmsgstr \"\"\n\nmsgctxt \"#189\"\nmsgid \"Scanning media info\"\nmsgstr \"\"\n\nmsgctxt \"#190\"\nmsgid \"Save\"\nmsgstr \"\"\n\nmsgctxt \"#191\"\nmsgid \"Shuffle\"\nmsgstr \"\"\n\nmsgctxt \"#192\"\nmsgid \"Clear\"\nmsgstr \"\"\n\nmsgctxt \"#193\"\nmsgid \"Scan\"\nmsgstr \"\"\n\nmsgctxt \"#194\"\nmsgid \"Searching...\"\nmsgstr \"\"\n\nmsgctxt \"#195\"\nmsgid \"No info found!\"\nmsgstr \"\"\n\nmsgctxt \"#196\"\nmsgid \"Select movie:\"\nmsgstr \"\"\n\nmsgctxt \"#197\"\nmsgid \"Querying %s info\"\nmsgstr \"\"\n\nmsgctxt \"#198\"\nmsgid \"Loading movie details\"\nmsgstr \"\"\n\n#empty strings from id 199 to 201\n\nmsgctxt \"#202\"\nmsgid \"Tagline\"\nmsgstr \"\"\n\nmsgctxt \"#203\"\nmsgid \"Plot outline\"\nmsgstr \"\"\n\n#empty string with id 204\n\nmsgctxt \"#205\"\nmsgid \"Votes:\"\nmsgstr \"\"\n\nmsgctxt \"#206\"\nmsgid \"Cast\"\nmsgstr \"\"\n\nmsgctxt \"#207\"\nmsgid \"Plot\"\nmsgstr \"\"\n\nmsgctxt \"#208\"\nmsgid \"Play\"\nmsgstr \"\"\n\nmsgctxt \"#209\"\nmsgid \"Next\"\nmsgstr \"\"\n\nmsgctxt \"#210\"\nmsgid \"Previous\"\nmsgstr \"\"\n\n#empty strings from id 211 to 212\n\nmsgctxt \"#213\"\nmsgid \"Calibrate user interface...\"\nmsgstr \"\"\n\nmsgctxt \"#214\"\nmsgid \"Video calibration...\"\nmsgstr \"\"\n\nmsgctxt \"#215\"\nmsgid \"Soften\"\nmsgstr \"\"\n\nmsgctxt \"#216\"\nmsgid \"Zoom amount\"\nmsgstr \"\"\n\nmsgctxt \"#217\"\nmsgid \"Pixel ratio\"\nmsgstr \"\"\n\nmsgctxt \"#218\"\nmsgid \"DVD drive\"\nmsgstr \"\"\n\nmsgctxt \"#219\"\nmsgid \"Please insert disc\"\nmsgstr \"\"\n\nmsgctxt \"#220\"\nmsgid \"Remote share\"\nmsgstr \"\"\n\nmsgctxt \"#221\"\nmsgid \"Network is not connected\"\nmsgstr \"\"\n\nmsgctxt \"#222\"\nmsgid \"Cancel\"\nmsgstr \"\"\n\n#empty string with id 223\n\nmsgctxt \"#224\"\nmsgid \"Speed\"\nmsgstr \"\"\n\n#empty string with id 225\n\nmsgctxt \"#226\"\nmsgid \"Test patterns...\"\nmsgstr \"\"\n\nmsgctxt \"#227\"\nmsgid \"Lookup audio CD track names from freedb.org\"\nmsgstr \"\"\n\nmsgctxt \"#228\"\nmsgid \"Shuffle playlist on load\"\nmsgstr \"\"\n\nmsgctxt \"#229\"\nmsgid \"HDD spindown time\"\nmsgstr \"\"\n\nmsgctxt \"#230\"\nmsgid \"Video filters\"\nmsgstr \"\"\n\nmsgctxt \"#231\"\nmsgid \"None\"\nmsgstr \"\"\n\nmsgctxt \"#232\"\nmsgid \"Point\"\nmsgstr \"\"\n\nmsgctxt \"#233\"\nmsgid \"Linear\"\nmsgstr \"\"\n\nmsgctxt \"#234\"\nmsgid \"Anisotropic\"\nmsgstr \"\"\n\nmsgctxt \"#235\"\nmsgid \"Quincunx\"\nmsgstr \"\"\n\nmsgctxt \"#236\"\nmsgid \"Gaussian cubic\"\nmsgstr \"\"\n\nmsgctxt \"#237\"\nmsgid \"Minification\"\nmsgstr \"\"\n\nmsgctxt \"#238\"\nmsgid \"Magnification\"\nmsgstr \"\"\n\nmsgctxt \"#239\"\nmsgid \"Clear playlist on finish\"\nmsgstr \"\"\n\nmsgctxt \"#240\"\nmsgid \"Autoplay DVD-Video\"\nmsgstr \"\"\n\nmsgctxt \"#241\"\nmsgid \"Autoplay VCD/SVCD\"\nmsgstr \"\"\n\nmsgctxt \"#242\"\nmsgid \"Autoplay Audio-CD\"\nmsgstr \"\"\n\nmsgctxt \"#243\"\nmsgid \"Autoplay Xbox games\"\nmsgstr \"\"\n\nmsgctxt \"#244\"\nmsgid \"Autoplay videos\"\nmsgstr \"\"\n\nmsgctxt \"#245\"\nmsgid \"Autoplay music\"\nmsgstr \"\"\n\nmsgctxt \"#246\"\nmsgid \"Autoplay pictures\"\nmsgstr \"\"\n\nmsgctxt \"#247\"\nmsgid \"Scripts\"\nmsgstr \"\"\n\nmsgctxt \"#248\"\nmsgid \"Language\"\nmsgstr \"\"\n\nmsgctxt \"#249\"\nmsgid \"Music\"\nmsgstr \"\"\n\nmsgctxt \"#250\"\nmsgid \"Visualization\"\nmsgstr \"\"\n\nmsgctxt \"#251\"\nmsgid \"Select destination directory\"\nmsgstr \"\"\n\nmsgctxt \"#252\"\nmsgid \"Output stereo to all speakers\"\nmsgstr \"\"\n\nmsgctxt \"#253\"\nmsgid \"Number of channels\"\nmsgstr \"\"\n\nmsgctxt \"#254\"\nmsgid \"- DTS capable receiver\"\nmsgstr \"\"\n\nmsgctxt \"#255\"\nmsgid \"CDDB\"\nmsgstr \"\"\n\nmsgctxt \"#256\"\nmsgid \"Fetching CD information\"\nmsgstr \"\"\n\nmsgctxt \"#257\"\nmsgid \"Error\"\nmsgstr \"\"\n\nmsgctxt \"#258\"\nmsgid \"Enable tag reading\"\nmsgstr \"\"\n\nmsgctxt \"#259\"\nmsgid \"Opening\"\nmsgstr \"\"\n\nmsgctxt \"#260\"\nmsgid \"Shoutcast\"\nmsgstr \"\"\n\nmsgctxt \"#261\"\nmsgid \"Waiting for start...\"\nmsgstr \"\"\n\nmsgctxt \"#262\"\nmsgid \"Scripts output\"\nmsgstr \"\"\n\nmsgctxt \"#263\"\nmsgid \"Allow control of XBMC via HTTP\"\nmsgstr \"\"\n\nmsgctxt \"#264\"\nmsgid \"Record\"\nmsgstr \"\"\n\nmsgctxt \"#265\"\nmsgid \"Stop Rec.\"\nmsgstr \"\"\n\nmsgctxt \"#266\"\nmsgid \"Sort by: Track\"\nmsgstr \"\"\n\nmsgctxt \"#267\"\nmsgid \"Sort by: Time\"\nmsgstr \"\"\n\nmsgctxt \"#268\"\nmsgid \"Sort by: Title\"\nmsgstr \"\"\n\nmsgctxt \"#269\"\nmsgid \"Sort by: Artist\"\nmsgstr \"\"\n\nmsgctxt \"#270\"\nmsgid \"Sort by: Album\"\nmsgstr \"\"\n\nmsgctxt \"#271\"\nmsgid \"Top 100\"\nmsgstr \"\"\n\nmsgctxt \"#272\"\nmsgid \"Top-Left overscan compensation\"\nmsgstr \"\"\n\nmsgctxt \"#273\"\nmsgid \"Bottom-Right overscan compensation\"\nmsgstr \"\"\n\nmsgctxt \"#274\"\nmsgid \"Subtitle positioning\"\nmsgstr \"\"\n\nmsgctxt \"#275\"\nmsgid \"Pixel ratio adjustment\"\nmsgstr \"\"\n\nmsgctxt \"#276\"\nmsgid \"Adjust the arrow to change the amount of overscan\"\nmsgstr \"\"\n\nmsgctxt \"#277\"\nmsgid \"Adjust the bar to change the subtitles position\"\nmsgstr \"\"\n\nmsgctxt \"#278\"\nmsgid \"Adjust the rectangle so it is perfectly square\"\nmsgstr \"\"\n\nmsgctxt \"#279\"\nmsgid \"Unable to load settings\"\nmsgstr \"\"\n\nmsgctxt \"#280\"\nmsgid \"Using default settings\"\nmsgstr \"\"\n\nmsgctxt \"#281\"\nmsgid \"Please check the XML files\"\nmsgstr \"\"\n\nmsgctxt \"#282\"\nmsgid \"Found %i items\"\nmsgstr \"\"\n\nmsgctxt \"#283\"\nmsgid \"Search results\"\nmsgstr \"\"\n\nmsgctxt \"#284\"\nmsgid \"No results found\"\nmsgstr \"\"\n\n#empty string with id 285\n\nmsgctxt \"#286\"\nmsgid \"Post-processing filter\"\nmsgstr \"\"\n\nmsgctxt \"#287\"\nmsgid \"Subtitles\"\nmsgstr \"\"\n\nmsgctxt \"#288\"\nmsgid \"Font\"\nmsgstr \"\"\n\nmsgctxt \"#289\"\nmsgid \"- Size\"\nmsgstr \"\"\n\nmsgctxt \"#290\"\nmsgid \"Dynamic range compression\"\nmsgstr \"\"\n\nmsgctxt \"#291\"\nmsgid \"Video\"\nmsgstr \"\"\n\nmsgctxt \"#292\"\nmsgid \"Audio\"\nmsgstr \"\"\n\nmsgctxt \"#293\"\nmsgid \"Browse for subtitles\"\nmsgstr \"\"\n\nmsgctxt \"#294\"\nmsgid \"Create bookmark\"\nmsgstr \"\"\n\n#empty string with id 295\n\nmsgctxt \"#296\"\nmsgid \"Clear bookmarks\"\nmsgstr \"\"\n\nmsgctxt \"#297\"\nmsgid \"Audio offset\"\nmsgstr \"\"\n\nmsgctxt \"#298\"\nmsgid \"Bookmarks\"\nmsgstr \"\"\n\nmsgctxt \"#299\"\nmsgid \"- AAC capable receiver\"\nmsgstr \"\"\n\nmsgctxt \"#300\"\nmsgid \"- MP1 capable receiver\"\nmsgstr \"\"\n\nmsgctxt \"#301\"\nmsgid \"- MP2 capable receiver\"\nmsgstr \"\"\n\nmsgctxt \"#302\"\nmsgid \"- MP3 capable receiver\"\nmsgstr \"\"\n\nmsgctxt \"#303\"\nmsgid \"Delay\"\nmsgstr \"\"\n\nmsgctxt \"#304\"\nmsgid \"Language\"\nmsgstr \"\"\n\nmsgctxt \"#305\"\nmsgid \"Enabled\"\nmsgstr \"\"\n\nmsgctxt \"#306\"\nmsgid \"Non-interleaved\"\nmsgstr \"\"\n\nmsgctxt \"#307\"\nmsgid \"- Automatic post-processing\"\nmsgstr \"\"\n\nmsgctxt \"#308\"\nmsgid \"- Vertical deblocking filter\"\nmsgstr \"\"\n\nmsgctxt \"#309\"\nmsgid \"- Horizontal deblocking filter\"\nmsgstr \"\"\n\nmsgctxt \"#310\"\nmsgid \"- Auto brightness/contrast\"\nmsgstr \"\"\n\nmsgctxt \"#311\"\nmsgid \"- Dering\"\nmsgstr \"\"\n\nmsgctxt \"#312\"\nmsgid \"(0=auto)\"\nmsgstr \"\"\n\nmsgctxt \"#313\"\nmsgid \"Cleaning database\"\nmsgstr \"\"\n\nmsgctxt \"#314\"\nmsgid \"Preparing...\"\nmsgstr \"\"\n\nmsgctxt \"#315\"\nmsgid \"Database error\"\nmsgstr \"\"\n\nmsgctxt \"#316\"\nmsgid \"Searching songs...\"\nmsgstr \"\"\n\nmsgctxt \"#317\"\nmsgid \"Cleaned database successfully\"\nmsgstr \"\"\n\nmsgctxt \"#318\"\nmsgid \"Cleaning songs...\"\nmsgstr \"\"\n\nmsgctxt \"#319\"\nmsgid \"Error cleaning songs\"\nmsgstr \"\"\n\nmsgctxt \"#320\"\nmsgid \"Cleaning artists...\"\nmsgstr \"\"\n\nmsgctxt \"#321\"\nmsgid \"Error cleaning artists\"\nmsgstr \"\"\n\nmsgctxt \"#322\"\nmsgid \"Cleaning genres...\"\nmsgstr \"\"\n\nmsgctxt \"#323\"\nmsgid \"Error cleaning genres\"\nmsgstr \"\"\n\nmsgctxt \"#324\"\nmsgid \"Cleaning paths...\"\nmsgstr \"\"\n\nmsgctxt \"#325\"\nmsgid \"Error cleaning paths\"\nmsgstr \"\"\n\nmsgctxt \"#326\"\nmsgid \"Cleaning albums...\"\nmsgstr \"\"\n\nmsgctxt \"#327\"\nmsgid \"Error cleaning albums\"\nmsgstr \"\"\n\nmsgctxt \"#328\"\nmsgid \"Writing changes...\"\nmsgstr \"\"\n\nmsgctxt \"#329\"\nmsgid \"Error writing changes\"\nmsgstr \"\"\n\nmsgctxt \"#330\"\nmsgid \"This may take some time...\"\nmsgstr \"\"\n\nmsgctxt \"#331\"\nmsgid \"Compressing database...\"\nmsgstr \"\"\n\nmsgctxt \"#332\"\nmsgid \"Error compressing database\"\nmsgstr \"\"\n\nmsgctxt \"#333\"\nmsgid \"Do you want to clean the library?\"\nmsgstr \"\"\n\nmsgctxt \"#334\"\nmsgid \"Clean library...\"\nmsgstr \"\"\n\nmsgctxt \"#335\"\nmsgid \"Start\"\nmsgstr \"\"\n\nmsgctxt \"#336\"\nmsgid \"Framerate conversion\"\nmsgstr \"\"\n\nmsgctxt \"#337\"\nmsgid \"Audio output\"\nmsgstr \"\"\n\nmsgctxt \"#338\"\nmsgid \"Analog\"\nmsgstr \"\"\n\nmsgctxt \"#339\"\nmsgid \"Digital\"\nmsgstr \"\"\n\nmsgctxt \"#340\"\nmsgid \"Various artists\"\nmsgstr \"\"\n\nmsgctxt \"#341\"\nmsgid \"Play disc\"\nmsgstr \"\"\n\nmsgctxt \"#342\"\nmsgid \"Movies\"\nmsgstr \"\"\n\nmsgctxt \"#343\"\nmsgid \"Adjust framerate\"\nmsgstr \"\"\n\nmsgctxt \"#344\"\nmsgid \"Actors\"\nmsgstr \"\"\n\nmsgctxt \"#345\"\nmsgid \"Year\"\nmsgstr \"\"\n\n#empty strings from id 346 to 349\n\nmsgctxt \"#350\"\nmsgid \"Programs\"\nmsgstr \"\"\n\nmsgctxt \"#351\"\nmsgid \"Off\"\nmsgstr \"\"\n\nmsgctxt \"#352\"\nmsgid \"Dim\"\nmsgstr \"\"\n\nmsgctxt \"#353\"\nmsgid \"Black\"\nmsgstr \"\"\n\nmsgctxt \"#354\"\nmsgid \"Matrix trails\"\nmsgstr \"\"\n\nmsgctxt \"#355\"\nmsgid \"Screensaver time\"\nmsgstr \"\"\n\nmsgctxt \"#356\"\nmsgid \"Screensaver mode\"\nmsgstr \"\"\n\nmsgctxt \"#357\"\nmsgid \"Shutdown function timer\"\nmsgstr \"\"\n\nmsgctxt \"#358\"\nmsgid \"All albums\"\nmsgstr \"\"\n\nmsgctxt \"#359\"\nmsgid \"Recently added albums\"\nmsgstr \"\"\n\nmsgctxt \"#360\"\nmsgid \"Screensaver\"\nmsgstr \"\"\n\nmsgctxt \"#361\"\nmsgid \"R. Slideshow\"\nmsgstr \"\"\n\nmsgctxt \"#362\"\nmsgid \"Screensaver dim level\"\nmsgstr \"\"\n\nmsgctxt \"#363\"\nmsgid \"Sort by: File\"\nmsgstr \"\"\n\nmsgctxt \"#364\"\nmsgid \"- Dolby Digital (AC3) capable receiver\"\nmsgstr \"\"\n\nmsgctxt \"#365\"\nmsgid \"Sort by: Name\"\nmsgstr \"\"\n\nmsgctxt \"#366\"\nmsgid \"Sort by: Year\"\nmsgstr \"\"\n\nmsgctxt \"#367\"\nmsgid \"Sort by: Rating\"\nmsgstr \"\"\n\nmsgctxt \"#368\"\nmsgid \"IMDb\"\nmsgstr \"\"\n\nmsgctxt \"#369\"\nmsgid \"Title\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#370\"\nmsgid \"Thunderstorms\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#371\"\nmsgid \"Partly\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#372\"\nmsgid \"Mostly\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#373\"\nmsgid \"Sunny\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#374\"\nmsgid \"Cloudy\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#375\"\nmsgid \"Snow\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#376\"\nmsgid \"Rain\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#377\"\nmsgid \"Light\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#378\"\nmsgid \"AM\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#379\"\nmsgid \"PM\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#380\"\nmsgid \"Showers\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#381\"\nmsgid \"Few\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#382\"\nmsgid \"Scattered\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#383\"\nmsgid \"Wind\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#384\"\nmsgid \"Strong\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#385\"\nmsgid \"Fair\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#386\"\nmsgid \"Clear\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#387\"\nmsgid \"Clouds\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#388\"\nmsgid \"Early\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#389\"\nmsgid \"Shower\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#390\"\nmsgid \"Flurries\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#391\"\nmsgid \"Low\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#392\"\nmsgid \"Medium\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#393\"\nmsgid \"High\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#394\"\nmsgid \"Fog\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#395\"\nmsgid \"Haze\"\nmsgstr \"\"\n\nmsgctxt \"#396\"\nmsgid \"Select location\"\nmsgstr \"\"\n\nmsgctxt \"#397\"\nmsgid \"Refresh time\"\nmsgstr \"\"\n\nmsgctxt \"#398\"\nmsgid \"Temperature units\"\nmsgstr \"\"\n\nmsgctxt \"#399\"\nmsgid \"Speed units\"\nmsgstr \"\"\n\nmsgctxt \"#400\"\nmsgid \"Weather\"\nmsgstr \"\"\n\nmsgctxt \"#401\"\nmsgid \"Temp\"\nmsgstr \"\"\n\nmsgctxt \"#402\"\nmsgid \"Feels like\"\nmsgstr \"\"\n\nmsgctxt \"#403\"\nmsgid \"UV index\"\nmsgstr \"\"\n\nmsgctxt \"#404\"\nmsgid \"Wind\"\nmsgstr \"\"\n\nmsgctxt \"#405\"\nmsgid \"Dew point\"\nmsgstr \"\"\n\nmsgctxt \"#406\"\nmsgid \"Humidity\"\nmsgstr \"\"\n\nmsgctxt \"#407\"\nmsgid \"From\"\nmsgstr \"\"\n\nmsgctxt \"#408\"\nmsgid \"at\"\nmsgstr \"\"\n\nmsgctxt \"#409\"\nmsgid \"Defaults\"\nmsgstr \"\"\n\nmsgctxt \"#410\"\nmsgid \"Accessing weather service\"\nmsgstr \"\"\n\nmsgctxt \"#411\"\nmsgid \"Getting weather for:\"\nmsgstr \"\"\n\nmsgctxt \"#412\"\nmsgid \"Unable to get weather data\"\nmsgstr \"\"\n\nmsgctxt \"#413\"\nmsgid \"Manual\"\nmsgstr \"\"\n\nmsgctxt \"#414\"\nmsgid \"No review for this album\"\nmsgstr \"\"\n\nmsgctxt \"#415\"\nmsgid \"Downloading thumbnail...\"\nmsgstr \"\"\n\nmsgctxt \"#416\"\nmsgid \"Not available\"\nmsgstr \"\"\n\nmsgctxt \"#417\"\nmsgid \"View: Big icons\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#418\"\nmsgid \"Low\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#419\"\nmsgid \"High\"\nmsgstr \"\"\n\n#empty string with id 420\n\nmsgctxt \"#421\"\nmsgid \"Enable Library\"\nmsgstr \"\"\n\nmsgctxt \"#422\"\nmsgid \"Delete album info\"\nmsgstr \"\"\n\nmsgctxt \"#423\"\nmsgid \"Delete CD information\"\nmsgstr \"\"\n\nmsgctxt \"#424\"\nmsgid \"Select\"\nmsgstr \"\"\n\nmsgctxt \"#425\"\nmsgid \"No album information found\"\nmsgstr \"\"\n\nmsgctxt \"#426\"\nmsgid \"No CD information found\"\nmsgstr \"\"\n\nmsgctxt \"#427\"\nmsgid \"Disc\"\nmsgstr \"\"\n\nmsgctxt \"#428\"\nmsgid \"Insert correct CD/DVD\"\nmsgstr \"\"\n\nmsgctxt \"#429\"\nmsgid \"Please insert the following CD/DVD\"\nmsgstr \"\"\n\nmsgctxt \"#430\"\nmsgid \"Sort by: DVD#\"\nmsgstr \"\"\n\nmsgctxt \"#431\"\nmsgid \"No cache\"\nmsgstr \"\"\n\nmsgctxt \"#432\"\nmsgid \"Remove movie from library\"\nmsgstr \"\"\n\nmsgctxt \"#433\"\nmsgid \"Really remove '%s'?\"\nmsgstr \"\"\n\n#empty strings from id 434 to 436\n\nmsgctxt \"#437\"\nmsgid \"Removable disk\"\nmsgstr \"\"\n\nmsgctxt \"#438\"\nmsgid \"Opening file\"\nmsgstr \"\"\n\nmsgctxt \"#439\"\nmsgid \"MPlayer cache\"\nmsgstr \"\"\n\nmsgctxt \"#440\"\nmsgid \"Harddisk\"\nmsgstr \"\"\n\nmsgctxt \"#441\"\nmsgid \"UDF\"\nmsgstr \"\"\n\nmsgctxt \"#442\"\nmsgid \"Local network\"\nmsgstr \"\"\n\nmsgctxt \"#443\"\nmsgid \"Internet\"\nmsgstr \"\"\n\nmsgctxt \"#444\"\nmsgid \"Video\"\nmsgstr \"\"\n\nmsgctxt \"#445\"\nmsgid \"Audio\"\nmsgstr \"\"\n\nmsgctxt \"#446\"\nmsgid \"DVD\"\nmsgstr \"\"\n\nmsgctxt \"#447\"\nmsgid \"Autorun media\"\nmsgstr \"\"\n\nmsgctxt \"#448\"\nmsgid \"LCD\"\nmsgstr \"\"\n\nmsgctxt \"#449\"\nmsgid \"Enabled\"\nmsgstr \"\"\n\nmsgctxt \"#450\"\nmsgid \"Columns\"\nmsgstr \"\"\n\nmsgctxt \"#451\"\nmsgid \"Row 1 address\"\nmsgstr \"\"\n\nmsgctxt \"#452\"\nmsgid \"Row 2 address\"\nmsgstr \"\"\n\nmsgctxt \"#453\"\nmsgid \"Row 3 address\"\nmsgstr \"\"\n\nmsgctxt \"#454\"\nmsgid \"Row 4 address\"\nmsgstr \"\"\n\nmsgctxt \"#455\"\nmsgid \"Rows\"\nmsgstr \"\"\n\nmsgctxt \"#456\"\nmsgid \"Mode\"\nmsgstr \"\"\n\nmsgctxt \"#457\"\nmsgid \"Switch view\"\nmsgstr \"\"\n\n#empty string with id 458\n\nmsgctxt \"#459\"\nmsgid \"Subs\"\nmsgstr \"\"\n\nmsgctxt \"#460\"\nmsgid \"Audio stream\"\nmsgstr \"\"\n\nmsgctxt \"#461\"\nmsgid \"[active]\"\nmsgstr \"\"\n\nmsgctxt \"#462\"\nmsgid \"Subtitle\"\nmsgstr \"\"\n\nmsgctxt \"#463\"\nmsgid \"Backlight\"\nmsgstr \"\"\n\nmsgctxt \"#464\"\nmsgid \"Brightness\"\nmsgstr \"\"\n\nmsgctxt \"#465\"\nmsgid \"Contrast\"\nmsgstr \"\"\n\nmsgctxt \"#466\"\nmsgid \"Gamma\"\nmsgstr \"\"\n\nmsgctxt \"#467\"\nmsgid \"Type\"\nmsgstr \"\"\n\nmsgctxt \"#468\"\nmsgid \"Move the bar to change the OSD position\"\nmsgstr \"\"\n\nmsgctxt \"#469\"\nmsgid \"OSD position\"\nmsgstr \"\"\n\nmsgctxt \"#470\"\nmsgid \"Credits\"\nmsgstr \"\"\n\nmsgctxt \"#471\"\nmsgid \"Modchip\"\nmsgstr \"\"\n\n#empty strings from id 472 to 473\n\nmsgctxt \"#474\"\nmsgid \"Off\"\nmsgstr \"\"\n\nmsgctxt \"#475\"\nmsgid \"Music only\"\nmsgstr \"\"\n\nmsgctxt \"#476\"\nmsgid \"Music & video\"\nmsgstr \"\"\n\nmsgctxt \"#477\"\nmsgid \"Unable to load playlist\"\nmsgstr \"\"\n\nmsgctxt \"#478\"\nmsgid \"OSD\"\nmsgstr \"\"\n\nmsgctxt \"#479\"\nmsgid \"Skin & language\"\nmsgstr \"\"\n\nmsgctxt \"#480\"\nmsgid \"Appearance\"\nmsgstr \"\"\n\nmsgctxt \"#481\"\nmsgid \"Audio options\"\nmsgstr \"\"\n\nmsgctxt \"#482\"\nmsgid \"About XBMC\"\nmsgstr \"\"\n\nmsgctxt \"#483\"\nmsgid \"DVDPlayer cache\"\nmsgstr \"\"\n\n#empty string with id 484\n\nmsgctxt \"#485\"\nmsgid \"Delete album\"\nmsgstr \"\"\n\nmsgctxt \"#486\"\nmsgid \"Repeat\"\nmsgstr \"\"\n\nmsgctxt \"#487\"\nmsgid \"Repeat one\"\nmsgstr \"\"\n\nmsgctxt \"#488\"\nmsgid \"Repeat folder\"\nmsgstr \"\"\n\nmsgctxt \"#489\"\nmsgid \"Play the next song automatically\"\nmsgstr \"\"\n\n#empty string with id 490\n\nmsgctxt \"#491\"\nmsgid \"- Use big icons\"\nmsgstr \"\"\n\nmsgctxt \"#492\"\nmsgid \"Resize VobSubs\"\nmsgstr \"\"\n\nmsgctxt \"#493\"\nmsgid \"Advanced options (Experts Only!)\"\nmsgstr \"\"\n\nmsgctxt \"#494\"\nmsgid \"Overall audio headroom\"\nmsgstr \"\"\n\nmsgctxt \"#495\"\nmsgid \"Upsample videos to GUI resolution\"\nmsgstr \"\"\n\nmsgctxt \"#496\"\nmsgid \"Calibration\"\nmsgstr \"\"\n\nmsgctxt \"#497\"\nmsgid \"Show file extensions\"\nmsgstr \"\"\n\nmsgctxt \"#498\"\nmsgid \"Sort by: Type\"\nmsgstr \"\"\n\nmsgctxt \"#499\"\nmsgid \"Unable to connect to online lookup service\"\nmsgstr \"\"\n\nmsgctxt \"#500\"\nmsgid \"Downloading album information failed\"\nmsgstr \"\"\n\nmsgctxt \"#501\"\nmsgid \"Looking for album names...\"\nmsgstr \"\"\n\nmsgctxt \"#502\"\nmsgid \"Open\"\nmsgstr \"\"\n\nmsgctxt \"#503\"\nmsgid \"Busy\"\nmsgstr \"\"\n\nmsgctxt \"#504\"\nmsgid \"Empty\"\nmsgstr \"\"\n\nmsgctxt \"#505\"\nmsgid \"Loading media info from files...\"\nmsgstr \"\"\n\n#empty string with id 506\n\nmsgctxt \"#507\"\nmsgid \"Sort by: Usage\"\nmsgstr \"\"\n\n#empty strings from id 508 to 509\n\nmsgctxt \"#510\"\nmsgid \"Enable visualizations\"\nmsgstr \"\"\n\nmsgctxt \"#511\"\nmsgid \"Enable video mode switching\"\nmsgstr \"\"\n\nmsgctxt \"#512\"\nmsgid \"Startup window\"\nmsgstr \"\"\n\nmsgctxt \"#513\"\nmsgid \"Home window\"\nmsgstr \"\"\n\nmsgctxt \"#514\"\nmsgid \"Manual settings\"\nmsgstr \"\"\n\nmsgctxt \"#515\"\nmsgid \"Genre\"\nmsgstr \"\"\n\nmsgctxt \"#516\"\nmsgid \"Make stored archives with one file transparent\"\nmsgstr \"\"\n\nmsgctxt \"#517\"\nmsgid \"Recently played albums\"\nmsgstr \"\"\n\nmsgctxt \"#518\"\nmsgid \"Launch\"\nmsgstr \"\"\n\nmsgctxt \"#519\"\nmsgid \"Launch in...\"\nmsgstr \"\"\n\nmsgctxt \"#520\"\nmsgid \"Edit XBE title\"\nmsgstr \"\"\n\nmsgctxt \"#521\"\nmsgid \"Compilations\"\nmsgstr \"\"\n\nmsgctxt \"#522\"\nmsgid \"Remove source\"\nmsgstr \"\"\n\nmsgctxt \"#523\"\nmsgid \"Switch media\"\nmsgstr \"\"\n\nmsgctxt \"#524\"\nmsgid \"Select playlist\"\nmsgstr \"\"\n\nmsgctxt \"#525\"\nmsgid \"New playlist...\"\nmsgstr \"\"\n\nmsgctxt \"#526\"\nmsgid \"Add to playlist\"\nmsgstr \"\"\n\nmsgctxt \"#527\"\nmsgid \"Manually add to library\"\nmsgstr \"\"\n\nmsgctxt \"#528\"\nmsgid \"Enter title\"\nmsgstr \"\"\n\nmsgctxt \"#529\"\nmsgid \"Error: Duplicate title\"\nmsgstr \"\"\n\nmsgctxt \"#530\"\nmsgid \"Select genre\"\nmsgstr \"\"\n\nmsgctxt \"#531\"\nmsgid \"New genre\"\nmsgstr \"\"\n\nmsgctxt \"#532\"\nmsgid \"Manual addition\"\nmsgstr \"\"\n\nmsgctxt \"#533\"\nmsgid \"Enter genre\"\nmsgstr \"\"\n\nmsgctxt \"#534\"\nmsgid \"View: %s\"\nmsgstr \"\"\n\nmsgctxt \"#535\"\nmsgid \"List\"\nmsgstr \"\"\n\nmsgctxt \"#536\"\nmsgid \"Icons\"\nmsgstr \"\"\n\nmsgctxt \"#537\"\nmsgid \"Big list\"\nmsgstr \"\"\n\nmsgctxt \"#538\"\nmsgid \"Big icons\"\nmsgstr \"\"\n\nmsgctxt \"#539\"\nmsgid \"Wide\"\nmsgstr \"\"\n\nmsgctxt \"#540\"\nmsgid \"Big wide\"\nmsgstr \"\"\n\nmsgctxt \"#541\"\nmsgid \"Album icons\"\nmsgstr \"\"\n\nmsgctxt \"#542\"\nmsgid \"DVD icons\"\nmsgstr \"\"\n\nmsgctxt \"#543\"\nmsgid \"DVD\"\nmsgstr \"\"\n\nmsgctxt \"#544\"\nmsgid \"Media info\"\nmsgstr \"\"\n\nmsgctxt \"#545\"\nmsgid \"Audio output device\"\nmsgstr \"\"\n\nmsgctxt \"#546\"\nmsgid \"Passthrough output device\"\nmsgstr \"\"\n\nmsgctxt \"#547\"\nmsgid \"No biography for this artist\"\nmsgstr \"\"\n\nmsgctxt \"#548\"\nmsgid \"Downmix multichannel audio to stereo\"\nmsgstr \"\"\n\n#empty string with id 549\n\nmsgctxt \"#550\"\nmsgid \"Sort by: %s\"\nmsgstr \"\"\n\nmsgctxt \"#551\"\nmsgid \"Name\"\nmsgstr \"\"\n\nmsgctxt \"#552\"\nmsgid \"Date\"\nmsgstr \"\"\n\nmsgctxt \"#553\"\nmsgid \"Size\"\nmsgstr \"\"\n\nmsgctxt \"#554\"\nmsgid \"Track\"\nmsgstr \"\"\n\nmsgctxt \"#555\"\nmsgid \"Time\"\nmsgstr \"\"\n\nmsgctxt \"#556\"\nmsgid \"Title\"\nmsgstr \"\"\n\nmsgctxt \"#557\"\nmsgid \"Artist\"\nmsgstr \"\"\n\nmsgctxt \"#558\"\nmsgid \"Album\"\nmsgstr \"\"\n\nmsgctxt \"#559\"\nmsgid \"Playlist\"\nmsgstr \"\"\n\nmsgctxt \"#560\"\nmsgid \"ID\"\nmsgstr \"\"\n\nmsgctxt \"#561\"\nmsgid \"File\"\nmsgstr \"\"\n\nmsgctxt \"#562\"\nmsgid \"Year\"\nmsgstr \"\"\n\nmsgctxt \"#563\"\nmsgid \"Rating\"\nmsgstr \"\"\n\nmsgctxt \"#564\"\nmsgid \"Type\"\nmsgstr \"\"\n\nmsgctxt \"#565\"\nmsgid \"Usage\"\nmsgstr \"\"\n\nmsgctxt \"#566\"\nmsgid \"Album artist\"\nmsgstr \"\"\n\nmsgctxt \"#567\"\nmsgid \"Play count\"\nmsgstr \"\"\n\nmsgctxt \"#568\"\nmsgid \"Last played\"\nmsgstr \"\"\n\nmsgctxt \"#569\"\nmsgid \"Comment\"\nmsgstr \"\"\n\nmsgctxt \"#570\"\nmsgid \"Date added\"\nmsgstr \"\"\n\nmsgctxt \"#571\"\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgctxt \"#572\"\nmsgid \"Studio\"\nmsgstr \"\"\n\nmsgctxt \"#573\"\nmsgid \"Path\"\nmsgstr \"\"\n\nmsgctxt \"#574\"\nmsgid \"Country\"\nmsgstr \"\"\n\nmsgctxt \"#575\"\nmsgid \"In progress\"\nmsgstr \"\"\n\n#empty strings from id 576 to 579\n\nmsgctxt \"#580\"\nmsgid \"Sort direction\"\nmsgstr \"\"\n\nmsgctxt \"#581\"\nmsgid \"Sort method\"\nmsgstr \"\"\n\nmsgctxt \"#582\"\nmsgid \"View mode\"\nmsgstr \"\"\n\nmsgctxt \"#583\"\nmsgid \"Remember views for different folders\"\nmsgstr \"\"\n\nmsgctxt \"#584\"\nmsgid \"Ascending\"\nmsgstr \"\"\n\nmsgctxt \"#585\"\nmsgid \"Descending\"\nmsgstr \"\"\n\nmsgctxt \"#586\"\nmsgid \"Edit playlist\"\nmsgstr \"\"\n\nmsgctxt \"#587\"\nmsgid \"Filter\"\nmsgstr \"\"\n\nmsgctxt \"#588\"\nmsgid \"Cancel party mode\"\nmsgstr \"\"\n\nmsgctxt \"#589\"\nmsgid \"Party mode\"\nmsgstr \"\"\n\nmsgctxt \"#590\"\nmsgid \"Random\"\nmsgstr \"\"\n\nmsgctxt \"#591\"\nmsgid \"Off\"\nmsgstr \"\"\n\nmsgctxt \"#592\"\nmsgid \"One\"\nmsgstr \"\"\n\nmsgctxt \"#593\"\nmsgid \"All\"\nmsgstr \"\"\n\nmsgctxt \"#594\"\nmsgid \"Off\"\nmsgstr \"\"\n\nmsgctxt \"#595\"\nmsgid \"Repeat: Off\"\nmsgstr \"\"\n\nmsgctxt \"#596\"\nmsgid \"Repeat: One\"\nmsgstr \"\"\n\nmsgctxt \"#597\"\nmsgid \"Repeat: All\"\nmsgstr \"\"\n\n#empty strings from id 598 to 599\n\nmsgctxt \"#600\"\nmsgid \"Rip audio CD\"\nmsgstr \"\"\n\nmsgctxt \"#601\"\nmsgid \"Medium\"\nmsgstr \"\"\n\nmsgctxt \"#602\"\nmsgid \"Standard\"\nmsgstr \"\"\n\nmsgctxt \"#603\"\nmsgid \"Extreme\"\nmsgstr \"\"\n\nmsgctxt \"#604\"\nmsgid \"Constant bitrate\"\nmsgstr \"\"\n\nmsgctxt \"#605\"\nmsgid \"Ripping...\"\nmsgstr \"\"\n\n#empty string with id 606\n\nmsgctxt \"#607\"\nmsgid \"To:\"\nmsgstr \"\"\n\nmsgctxt \"#608\"\nmsgid \"Could not rip CD or track\"\nmsgstr \"\"\n\nmsgctxt \"#609\"\nmsgid \"CDDARipPath is not set.\"\nmsgstr \"\"\n\nmsgctxt \"#610\"\nmsgid \"Rip audio track\"\nmsgstr \"\"\n\nmsgctxt \"#611\"\nmsgid \"Enter number\"\nmsgstr \"\"\n\n#empty strings from id 612 to 619\n\nmsgctxt \"#620\"\nmsgid \"Audio CDs\"\nmsgstr \"\"\n\nmsgctxt \"#621\"\nmsgid \"Encoder\"\nmsgstr \"\"\n\nmsgctxt \"#622\"\nmsgid \"Quality\"\nmsgstr \"\"\n\nmsgctxt \"#623\"\nmsgid \"Bitrate\"\nmsgstr \"\"\n\nmsgctxt \"#624\"\nmsgid \"Include track number\"\nmsgstr \"\"\n\nmsgctxt \"#625\"\nmsgid \"All songs of\"\nmsgstr \"\"\n\n#empty strings from id 626 to 628\n\nmsgctxt \"#629\"\nmsgid \"View mode\"\nmsgstr \"\"\n\nmsgctxt \"#630\"\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgctxt \"#631\"\nmsgid \"Zoom\"\nmsgstr \"\"\n\nmsgctxt \"#632\"\nmsgid \"Stretch 4:3\"\nmsgstr \"\"\n\nmsgctxt \"#633\"\nmsgid \"Stretch 14:9\"\nmsgstr \"\"\n\nmsgctxt \"#634\"\nmsgid \"Stretch 16:9\"\nmsgstr \"\"\n\nmsgctxt \"#635\"\nmsgid \"Original Size\"\nmsgstr \"\"\n\nmsgctxt \"#636\"\nmsgid \"Custom\"\nmsgstr \"\"\n\nmsgctxt \"#637\"\nmsgid \"Replay gain\"\nmsgstr \"\"\n\nmsgctxt \"#638\"\nmsgid \"Replaygain volume adjustments\"\nmsgstr \"\"\n\nmsgctxt \"#639\"\nmsgid \"Use track levels\"\nmsgstr \"\"\n\nmsgctxt \"#640\"\nmsgid \"Use album levels\"\nmsgstr \"\"\n\nmsgctxt \"#641\"\nmsgid \"PreAmp Level - Replay gained files\"\nmsgstr \"\"\n\nmsgctxt \"#642\"\nmsgid \"PreAmp Level - Non replay gained files\"\nmsgstr \"\"\n\nmsgctxt \"#643\"\nmsgid \"Avoid clipping on replay gained files\"\nmsgstr \"\"\n\nmsgctxt \"#644\"\nmsgid \"Crop black bars\"\nmsgstr \"\"\n\nmsgctxt \"#645\"\nmsgid \"Need to unpack a big file. Continue?\"\nmsgstr \"\"\n\nmsgctxt \"#646\"\nmsgid \"Remove from library\"\nmsgstr \"\"\n\nmsgctxt \"#647\"\nmsgid \"Export video library\"\nmsgstr \"\"\n\nmsgctxt \"#648\"\nmsgid \"Import video library\"\nmsgstr \"\"\n\nmsgctxt \"#649\"\nmsgid \"Importing\"\nmsgstr \"\"\n\nmsgctxt \"#650\"\nmsgid \"Exporting\"\nmsgstr \"\"\n\nmsgctxt \"#651\"\nmsgid \"Browse for library\"\nmsgstr \"\"\n\nmsgctxt \"#652\"\nmsgid \"Years\"\nmsgstr \"\"\n\nmsgctxt \"#653\"\nmsgid \"Update library\"\nmsgstr \"\"\n\nmsgctxt \"#654\"\nmsgid \"Show debug info\"\nmsgstr \"\"\n\nmsgctxt \"#655\"\nmsgid \"Browse for executable\"\nmsgstr \"\"\n\nmsgctxt \"#656\"\nmsgid \"Browse for playlist\"\nmsgstr \"\"\n\nmsgctxt \"#657\"\nmsgid \"Browse for folder\"\nmsgstr \"\"\n\nmsgctxt \"#658\"\nmsgid \"Song information\"\nmsgstr \"\"\n\n#empty string with id 659\n\nmsgctxt \"#660\"\nmsgid \"Volume amplification\"\nmsgstr \"\"\n\nmsgctxt \"#661\"\nmsgid \"Choose export folder\"\nmsgstr \"\"\n\nmsgctxt \"#662\"\nmsgid \"This file is no longer available.\"\nmsgstr \"\"\n\nmsgctxt \"#663\"\nmsgid \"Would you like to remove it from the library?\"\nmsgstr \"\"\n\nmsgctxt \"#664\"\nmsgid \"Browse for Script\"\nmsgstr \"\"\n\nmsgctxt \"#665\"\nmsgid \"Compression level\"\nmsgstr \"\"\n\n#empty strings from id 666 to 699\n\nmsgctxt \"#700\"\nmsgid \"Cleaning up library\"\nmsgstr \"\"\n\nmsgctxt \"#701\"\nmsgid \"Removing old songs from the library\"\nmsgstr \"\"\n\nmsgctxt \"#702\"\nmsgid \"This path has been scanned before\"\nmsgstr \"\"\n\n#empty strings from id 703 to 704\n\nmsgctxt \"#705\"\nmsgid \"Network\"\nmsgstr \"\"\n\nmsgctxt \"#706\"\nmsgid \"- Server\"\nmsgstr \"\"\n\nmsgctxt \"#707\"\nmsgid \"HTTP proxy port\"\nmsgstr \"\"\n\nmsgctxt \"#708\"\nmsgid \"Use an HTTP proxy server to access the internet\"\nmsgstr \"\"\n\nmsgctxt \"#709\"\nmsgid \"HTTP proxy username\"\nmsgstr \"\"\n\nmsgctxt \"#710\"\nmsgid \"HTTP proxy password\"\nmsgstr \"\"\n\nmsgctxt \"#711\"\nmsgid \"Internet Protocol (IP)\"\nmsgstr \"\"\n\nmsgctxt \"#712\"\nmsgid \"Invalid port specified. Value must be between 1 and 65535.\"\nmsgstr \"\"\n\nmsgctxt \"#713\"\nmsgid \"HTTP proxy\"\nmsgstr \"\"\n\n#empty string with id 714\n\nmsgctxt \"#715\"\nmsgid \"- Assignment\"\nmsgstr \"\"\n\nmsgctxt \"#716\"\nmsgid \"Automatic (DHCP)\"\nmsgstr \"\"\n\nmsgctxt \"#717\"\nmsgid \"Manual (Static)\"\nmsgstr \"\"\n\nmsgctxt \"#718\"\nmsgid \"Default (Dashboard)\"\nmsgstr \"\"\n\nmsgctxt \"#719\"\nmsgid \"- IP address\"\nmsgstr \"\"\n\nmsgctxt \"#720\"\nmsgid \"- Netmask\"\nmsgstr \"\"\n\nmsgctxt \"#721\"\nmsgid \"- Default gateway\"\nmsgstr \"\"\n\nmsgctxt \"#722\"\nmsgid \"- DNS server\"\nmsgstr \"\"\n\nmsgctxt \"#723\"\nmsgid \"Save & restart\"\nmsgstr \"\"\n\nmsgctxt \"#724\"\nmsgid \"Invalid address specified. Value must be AAA.BBB.CCC.DDD\"\nmsgstr \"\"\n\nmsgctxt \"#725\"\nmsgid \"with numbers between 0 and 255.\"\nmsgstr \"\"\n\nmsgctxt \"#726\"\nmsgid \"Changes not saved. Continue without saving?\"\nmsgstr \"\"\n\nmsgctxt \"#727\"\nmsgid \"Web server\"\nmsgstr \"\"\n\nmsgctxt \"#728\"\nmsgid \"FTP server\"\nmsgstr \"\"\n\nmsgctxt \"#729\"\nmsgid \"Internet time\"\nmsgstr \"\"\n\nmsgctxt \"#730\"\nmsgid \"- Port\"\nmsgstr \"\"\n\nmsgctxt \"#731\"\nmsgid \"Time server host\"\nmsgstr \"\"\n\nmsgctxt \"#732\"\nmsgid \"Save & apply\"\nmsgstr \"\"\n\nmsgctxt \"#733\"\nmsgid \"- Password\"\nmsgstr \"\"\n\nmsgctxt \"#734\"\nmsgid \"No pass\"\nmsgstr \"\"\n\nmsgctxt \"#735\"\nmsgid \"- Character set\"\nmsgstr \"\"\n\nmsgctxt \"#736\"\nmsgid \"- Style\"\nmsgstr \"\"\n\nmsgctxt \"#737\"\nmsgid \"- Colour\"\nmsgstr \"\"\n\nmsgctxt \"#738\"\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgctxt \"#739\"\nmsgid \"Bold\"\nmsgstr \"\"\n\nmsgctxt \"#740\"\nmsgid \"Italics\"\nmsgstr \"\"\n\nmsgctxt \"#741\"\nmsgid \"Bold italics\"\nmsgstr \"\"\n\nmsgctxt \"#742\"\nmsgid \"White\"\nmsgstr \"\"\n\nmsgctxt \"#743\"\nmsgid \"Yellow\"\nmsgstr \"\"\n\nmsgctxt \"#744\"\nmsgid \"Files\"\nmsgstr \"\"\n\nmsgctxt \"#745\"\nmsgid \"No scanned information for this view\"\nmsgstr \"\"\n\nmsgctxt \"#746\"\nmsgid \"Please turn off library mode\"\nmsgstr \"\"\n\nmsgctxt \"#747\"\nmsgid \"Error loading image\"\nmsgstr \"\"\n\nmsgctxt \"#748\"\nmsgid \"Edit path\"\nmsgstr \"\"\n\nmsgctxt \"#749\"\nmsgid \"Mirror image\"\nmsgstr \"\"\n\nmsgctxt \"#750\"\nmsgid \"Are you sure?\"\nmsgstr \"\"\n\nmsgctxt \"#751\"\nmsgid \"Removing source\"\nmsgstr \"\"\n\n#empty strings from id 752 to 753\n\nmsgctxt \"#754\"\nmsgid \"Add program link\"\nmsgstr \"\"\n\nmsgctxt \"#755\"\nmsgid \"Edit program path\"\nmsgstr \"\"\n\nmsgctxt \"#756\"\nmsgid \"Edit program name\"\nmsgstr \"\"\n\nmsgctxt \"#757\"\nmsgid \"Edit path depth\"\nmsgstr \"\"\n\n#empty string with id 758\n\nmsgctxt \"#759\"\nmsgid \"View: Big list\"\nmsgstr \"\"\n\nmsgctxt \"#760\"\nmsgid \"Yellow\"\nmsgstr \"\"\n\nmsgctxt \"#761\"\nmsgid \"White\"\nmsgstr \"\"\n\nmsgctxt \"#762\"\nmsgid \"Blue\"\nmsgstr \"\"\n\nmsgctxt \"#763\"\nmsgid \"Bright green\"\nmsgstr \"\"\n\nmsgctxt \"#764\"\nmsgid \"Yellow green\"\nmsgstr \"\"\n\nmsgctxt \"#765\"\nmsgid \"Cyan\"\nmsgstr \"\"\n\nmsgctxt \"#766\"\nmsgid \"Light grey\"\nmsgstr \"\"\n\nmsgctxt \"#767\"\nmsgid \"Grey\"\nmsgstr \"\"\n\n#empty strings from id 768 to 769\n#strings 768 and 769 reserved for more subtitle colors\n\nmsgctxt \"#770\"\nmsgid \"Error %i: share not available\"\nmsgstr \"\"\n\nmsgctxt \"#771\"\nmsgid \"- Auto FATX limiter\"\nmsgstr \"\"\n\nmsgctxt \"#772\"\nmsgid \"Audio output\"\nmsgstr \"\"\n\nmsgctxt \"#773\"\nmsgid \"Seeking\"\nmsgstr \"\"\n\nmsgctxt \"#774\"\nmsgid \"Slideshow folder\"\nmsgstr \"\"\n\nmsgctxt \"#775\"\nmsgid \"Network interface\"\nmsgstr \"\"\n\nmsgctxt \"#776\"\nmsgid \"- Wireless network name (ESSID)\"\nmsgstr \"\"\n\nmsgctxt \"#777\"\nmsgid \"- Wireless password\"\nmsgstr \"\"\n\nmsgctxt \"#778\"\nmsgid \"- Wireless security\"\nmsgstr \"\"\n\nmsgctxt \"#779\"\nmsgid \"Save and apply network interface settings\"\nmsgstr \"\"\n\nmsgctxt \"#780\"\nmsgid \"No encryption\"\nmsgstr \"\"\n\nmsgctxt \"#781\"\nmsgid \"WEP\"\nmsgstr \"\"\n\nmsgctxt \"#782\"\nmsgid \"WPA\"\nmsgstr \"\"\n\nmsgctxt \"#783\"\nmsgid \"WPA2\"\nmsgstr \"\"\n\nmsgctxt \"#784\"\nmsgid \"Applying network interface settings. Please wait.\"\nmsgstr \"\"\n\nmsgctxt \"#785\"\nmsgid \"Network interface restarted successfully.\"\nmsgstr \"\"\n\nmsgctxt \"#786\"\nmsgid \"Network interface did not start successfully.\"\nmsgstr \"\"\n\nmsgctxt \"#787\"\nmsgid \"Interface disabled\"\nmsgstr \"\"\n\nmsgctxt \"#788\"\nmsgid \"Network interface disabled successfully.\"\nmsgstr \"\"\n\nmsgctxt \"#789\"\nmsgid \"Wireless network name (ESSID)\"\nmsgstr \"\"\n\nmsgctxt \"#790\"\nmsgid \"Event server\"\nmsgstr \"\"\n\nmsgctxt \"#791\"\nmsgid \"Allow programs on this system to control XBMC\"\nmsgstr \"\"\n\nmsgctxt \"#792\"\nmsgid \"Port\"\nmsgstr \"\"\n\nmsgctxt \"#793\"\nmsgid \"Port range\"\nmsgstr \"\"\n\nmsgctxt \"#794\"\nmsgid \"Allow programs on other systems to control XBMC\"\nmsgstr \"\"\n\nmsgctxt \"#795\"\nmsgid \"Initial repeat delay (ms)\"\nmsgstr \"\"\n\nmsgctxt \"#796\"\nmsgid \"Continuous repeat delay (ms)\"\nmsgstr \"\"\n\nmsgctxt \"#797\"\nmsgid \"Maximum number of clients\"\nmsgstr \"\"\n\nmsgctxt \"#798\"\nmsgid \"Internet access\"\nmsgstr \"\"\n\n#empty strings from id 799 to 849\n\nmsgctxt \"#850\"\nmsgid \"Invalid port number entered\"\nmsgstr \"\"\n\nmsgctxt \"#851\"\nmsgid \"Valid port range is 1-65535\"\nmsgstr \"\"\n\nmsgctxt \"#852\"\nmsgid \"Valid port range is 1024-65535\"\nmsgstr \"\"\n\n#empty strings from id 853 to 999\n\nmsgctxt \"#1000\"\nmsgid \"Screensaver preview\"\nmsgstr \"\"\n\nmsgctxt \"#1001\"\nmsgid \"Unable to connect\"\nmsgstr \"\"\n\nmsgctxt \"#1002\"\nmsgid \"XBMC was unable to connect to the network location.\"\nmsgstr \"\"\n\nmsgctxt \"#1003\"\nmsgid \"This could be due to the network not being connected.\"\nmsgstr \"\"\n\nmsgctxt \"#1004\"\nmsgid \"Would you like to add it anyway?\"\nmsgstr \"\"\n\n#empty string with id 1005\n\nmsgctxt \"#1006\"\nmsgid \"IP address\"\nmsgstr \"\"\n\nmsgctxt \"#1007\"\nmsgid \"Add network location\"\nmsgstr \"\"\n\nmsgctxt \"#1008\"\nmsgid \"Protocol\"\nmsgstr \"\"\n\nmsgctxt \"#1009\"\nmsgid \"Server address\"\nmsgstr \"\"\n\nmsgctxt \"#1010\"\nmsgid \"Server name\"\nmsgstr \"\"\n\nmsgctxt \"#1011\"\nmsgid \"Remote path\"\nmsgstr \"\"\n\nmsgctxt \"#1012\"\nmsgid \"Shared folder\"\nmsgstr \"\"\n\nmsgctxt \"#1013\"\nmsgid \"Port\"\nmsgstr \"\"\n\nmsgctxt \"#1014\"\nmsgid \"Username\"\nmsgstr \"\"\n\nmsgctxt \"#1015\"\nmsgid \"Browse for network server\"\nmsgstr \"\"\n\nmsgctxt \"#1016\"\nmsgid \"Enter the network address of the server\"\nmsgstr \"\"\n\nmsgctxt \"#1017\"\nmsgid \"Enter the path on the server\"\nmsgstr \"\"\n\nmsgctxt \"#1018\"\nmsgid \"Enter the port number\"\nmsgstr \"\"\n\nmsgctxt \"#1019\"\nmsgid \"Enter the username\"\nmsgstr \"\"\n\nmsgctxt \"#1020\"\nmsgid \"Add %s source\"\nmsgstr \"\"\n\nmsgctxt \"#1021\"\nmsgid \"Enter the paths or browse for the media locations.\"\nmsgstr \"\"\n\nmsgctxt \"#1022\"\nmsgid \"Enter a name for this media Source.\"\nmsgstr \"\"\n\nmsgctxt \"#1023\"\nmsgid \"Browse for new share\"\nmsgstr \"\"\n\nmsgctxt \"#1024\"\nmsgid \"Browse\"\nmsgstr \"\"\n\nmsgctxt \"#1025\"\nmsgid \"Could not retrieve directory information.\"\nmsgstr \"\"\n\nmsgctxt \"#1026\"\nmsgid \"Add source\"\nmsgstr \"\"\n\nmsgctxt \"#1027\"\nmsgid \"Edit source\"\nmsgstr \"\"\n\nmsgctxt \"#1028\"\nmsgid \"Edit %s source\"\nmsgstr \"\"\n\nmsgctxt \"#1029\"\nmsgid \"Enter the new label\"\nmsgstr \"\"\n\nmsgctxt \"#1030\"\nmsgid \"Browse for image\"\nmsgstr \"\"\n\nmsgctxt \"#1031\"\nmsgid \"Browse for image folder\"\nmsgstr \"\"\n\nmsgctxt \"#1032\"\nmsgid \"Add network location...\"\nmsgstr \"\"\n\nmsgctxt \"#1033\"\nmsgid \"Browse for file\"\nmsgstr \"\"\n\nmsgctxt \"#1034\"\nmsgid \"Submenu\"\nmsgstr \"\"\n\nmsgctxt \"#1035\"\nmsgid \"Enable submenu buttons\"\nmsgstr \"\"\n\nmsgctxt \"#1036\"\nmsgid \"Favourites\"\nmsgstr \"\"\n\nmsgctxt \"#1037\"\nmsgid \"Video plugins\"\nmsgstr \"\"\n\nmsgctxt \"#1038\"\nmsgid \"Music plugins\"\nmsgstr \"\"\n\nmsgctxt \"#1039\"\nmsgid \"Picture plugins\"\nmsgstr \"\"\n\nmsgctxt \"#1040\"\nmsgid \"Loading directory\"\nmsgstr \"\"\n\nmsgctxt \"#1041\"\nmsgid \"Retrieved %i items\"\nmsgstr \"\"\n\nmsgctxt \"#1042\"\nmsgid \"Retrieved %i of %i items\"\nmsgstr \"\"\n\nmsgctxt \"#1043\"\nmsgid \"Program plugins\"\nmsgstr \"\"\n\nmsgctxt \"#1044\"\nmsgid \"Set plugin thumb\"\nmsgstr \"\"\n\nmsgctxt \"#1045\"\nmsgid \"Plugin settings\"\nmsgstr \"\"\n\nmsgctxt \"#1046\"\nmsgid \"Access points\"\nmsgstr \"\"\n\nmsgctxt \"#1047\"\nmsgid \"Other...\"\nmsgstr \"\"\n\nmsgctxt \"#1048\"\nmsgid \"- Username\"\nmsgstr \"\"\n\nmsgctxt \"#1049\"\nmsgid \"Script settings\"\nmsgstr \"\"\n\nmsgctxt \"#1050\"\nmsgid \"Singles\"\nmsgstr \"\"\n\n#empty strings from id 1051 to 1199\n\nmsgctxt \"#1200\"\nmsgid \"SMB client\"\nmsgstr \"\"\n\n#empty string with id 1201\n\nmsgctxt \"#1202\"\nmsgid \"Workgroup\"\nmsgstr \"\"\n\nmsgctxt \"#1203\"\nmsgid \"Default username\"\nmsgstr \"\"\n\nmsgctxt \"#1204\"\nmsgid \"Default password\"\nmsgstr \"\"\n\n#empty strings from id 1205 to 1206\n\nmsgctxt \"#1207\"\nmsgid \"WINS server\"\nmsgstr \"\"\n\nmsgctxt \"#1208\"\nmsgid \"Mount SMB shares\"\nmsgstr \"\"\n\n#empty string with id 1209\n\nmsgctxt \"#1210\"\nmsgid \"Remove\"\nmsgstr \"\"\n\nmsgctxt \"#1211\"\nmsgid \"Music\"\nmsgstr \"\"\n\nmsgctxt \"#1212\"\nmsgid \"Video\"\nmsgstr \"\"\n\nmsgctxt \"#1213\"\nmsgid \"Pictures\"\nmsgstr \"\"\n\nmsgctxt \"#1214\"\nmsgid \"Files\"\nmsgstr \"\"\n\nmsgctxt \"#1215\"\nmsgid \"Music & video \"\nmsgstr \"\"\n\nmsgctxt \"#1216\"\nmsgid \"Music & pictures\"\nmsgstr \"\"\n\nmsgctxt \"#1217\"\nmsgid \"Music & files\"\nmsgstr \"\"\n\nmsgctxt \"#1218\"\nmsgid \"Video & pictures\"\nmsgstr \"\"\n\nmsgctxt \"#1219\"\nmsgid \"Video & files\"\nmsgstr \"\"\n\nmsgctxt \"#1220\"\nmsgid \"Pictures & files\"\nmsgstr \"\"\n\nmsgctxt \"#1221\"\nmsgid \"Music & video & pictures\"\nmsgstr \"\"\n\nmsgctxt \"#1222\"\nmsgid \"Music & video & pictures & files\"\nmsgstr \"\"\n\nmsgctxt \"#1223\"\nmsgid \"Disabled\"\nmsgstr \"\"\n\n#empty strings from id 1224 to 1225\n\nmsgctxt \"#1226\"\nmsgid \"Files & music & video\"\nmsgstr \"\"\n\nmsgctxt \"#1227\"\nmsgid \"Files & pictures & music\"\nmsgstr \"\"\n\nmsgctxt \"#1228\"\nmsgid \"Files & pictures & video\"\nmsgstr \"\"\n\nmsgctxt \"#1229\"\nmsgid \"Music & programs\"\nmsgstr \"\"\n\nmsgctxt \"#1230\"\nmsgid \"Video & programs\"\nmsgstr \"\"\n\nmsgctxt \"#1231\"\nmsgid \"Pictures & programs\"\nmsgstr \"\"\n\nmsgctxt \"#1232\"\nmsgid \"Music & video & pictures & programs\"\nmsgstr \"\"\n\nmsgctxt \"#1233\"\nmsgid \"Programs & video & music\"\nmsgstr \"\"\n\nmsgctxt \"#1234\"\nmsgid \"Programs & pictures & music\"\nmsgstr \"\"\n\nmsgctxt \"#1235\"\nmsgid \"Programs & pictures & video\"\nmsgstr \"\"\n\n#empty strings from id 1236 to 1244\n\nmsgctxt \"#1245\"\nmsgid \"FTP username\"\nmsgstr \"\"\n\nmsgctxt \"#1246\"\nmsgid \"FTP password\"\nmsgstr \"\"\n\nmsgctxt \"#1247\"\nmsgid \"Password has been set successfully\"\nmsgstr \"\"\n\n#empty strings from id 1248 to 1249\n\nmsgctxt \"#1250\"\nmsgid \"Auto-detection\"\nmsgstr \"\"\n\nmsgctxt \"#1251\"\nmsgid \"Auto-detect system\"\nmsgstr \"\"\n\nmsgctxt \"#1252\"\nmsgid \"Nickname\"\nmsgstr \"\"\n\n#empty string with id 1253\n\nmsgctxt \"#1254\"\nmsgid \"Ask to connect\"\nmsgstr \"\"\n\nmsgctxt \"#1255\"\nmsgid \"Send FTP user and password\"\nmsgstr \"\"\n\nmsgctxt \"#1256\"\nmsgid \"Ping interval\"\nmsgstr \"\"\n\nmsgctxt \"#1257\"\nmsgid \"Would you like to connect to the auto-detected system?\"\nmsgstr \"\"\n\n#empty strings from id 1258 to 1259\n\nmsgctxt \"#1260\"\nmsgid \"Announce these services to other systems via Zeroconf\"\nmsgstr \"\"\n\n#empty strings from id 1261 to 1299\n\nmsgctxt \"#1300\"\nmsgid \"Custom audio device\"\nmsgstr \"\"\n\nmsgctxt \"#1301\"\nmsgid \"Custom passthrough device\"\nmsgstr \"\"\n\n#empty strings from id 1302 to 1395\n\n#. Weather token\nmsgctxt \"#1396\"\nmsgid \"Drifting\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1397\"\nmsgid \"and\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1398\"\nmsgid \"Freezing\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1399\"\nmsgid \"Late\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1400\"\nmsgid \"Isolated\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1401\"\nmsgid \"Thundershowers\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1402\"\nmsgid \"Thunder\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1403\"\nmsgid \"Sun\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1404\"\nmsgid \"Heavy\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1405\"\nmsgid \"in\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1406\"\nmsgid \"the\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1407\"\nmsgid \"Vicinity\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1408\"\nmsgid \"Ice\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1409\"\nmsgid \"Crystals\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1410\"\nmsgid \"Calm\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1411\"\nmsgid \"with\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1412\"\nmsgid \"windy\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1413\"\nmsgid \"drizzle\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1414\"\nmsgid \"Thunderstorm\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1415\"\nmsgid \"Drizzle\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1416\"\nmsgid \"Foggy\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1417\"\nmsgid \"Grains\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1418\"\nmsgid \"T-Storms\"\nmsgstr \"\"\n\n#. Weather token\nmsgctxt \"#1419\"\nmsgid \"T-Showers\"\nmsgstr \"\"\n\n#empty strings from id 1420 to 1449\n#strings through to 1450 reserved for weather translation\n\nmsgctxt \"#1450\"\nmsgid \"Put display to sleep when idle\"\nmsgstr \"\"\n\n#empty strings from id 1451 to 2049\n#strings through to 1470 reserved for power-saving\n\nmsgctxt \"#2050\"\nmsgid \"Runtime\"\nmsgstr \"\"\n\n#empty strings from id 2051 to 2099\n\nmsgctxt \"#2100\"\nmsgid \"Script failed! : %s\"\nmsgstr \"\"\n\n#empty strings from id 2101 to 4500\n\nmsgctxt \"#4501\"\nmsgid \"Enable LCD/VFD\"\nmsgstr \"\"\n\n#empty strings from id 4502 to 9999\n\nmsgctxt \"#10000\"\nmsgid \"Home\"\nmsgstr \"\"\n\nmsgctxt \"#10001\"\nmsgid \"Programs\"\nmsgstr \"\"\n\nmsgctxt \"#10002\"\nmsgid \"Pictures\"\nmsgstr \"\"\n\nmsgctxt \"#10003\"\nmsgid \"File manager\"\nmsgstr \"\"\n\nmsgctxt \"#10004\"\nmsgid \"Settings\"\nmsgstr \"\"\n\nmsgctxt \"#10005\"\nmsgid \"Music\"\nmsgstr \"\"\n\nmsgctxt \"#10006\"\nmsgid \"Videos\"\nmsgstr \"\"\n\nmsgctxt \"#10007\"\nmsgid \"System information\"\nmsgstr \"\"\n\nmsgctxt \"#10008\"\nmsgid \"Settings - General\"\nmsgstr \"\"\n\nmsgctxt \"#10009\"\nmsgid \"Settings - Screen\"\nmsgstr \"\"\n\nmsgctxt \"#10010\"\nmsgid \"Settings - Appearance - GUI Calibration\"\nmsgstr \"\"\n\nmsgctxt \"#10011\"\nmsgid \"Settings - Videos - Screen Calibration\"\nmsgstr \"\"\n\nmsgctxt \"#10012\"\nmsgid \"Settings - Pictures\"\nmsgstr \"\"\n\nmsgctxt \"#10013\"\nmsgid \"Settings - Programs\"\nmsgstr \"\"\n\nmsgctxt \"#10014\"\nmsgid \"Settings - Weather\"\nmsgstr \"\"\n\nmsgctxt \"#10015\"\nmsgid \"Settings - Music\"\nmsgstr \"\"\n\nmsgctxt \"#10016\"\nmsgid \"Settings - System\"\nmsgstr \"\"\n\nmsgctxt \"#10017\"\nmsgid \"Settings - Videos\"\nmsgstr \"\"\n\nmsgctxt \"#10018\"\nmsgid \"Settings - Network\"\nmsgstr \"\"\n\nmsgctxt \"#10019\"\nmsgid \"Settings - Appearance\"\nmsgstr \"\"\n\nmsgctxt \"#10020\"\nmsgid \"Scripts\"\nmsgstr \"\"\n\n#empty strings from id 10021 to 10027\n\nmsgctxt \"#10028\"\nmsgid \"Videos/Playlist\"\nmsgstr \"\"\n\n#empty strings from id 10029 to 10033\n\nmsgctxt \"#10034\"\nmsgid \"Settings - Profiles\"\nmsgstr \"\"\n\n#empty strings from id 10035 to 10099\n\nmsgctxt \"#10100\"\nmsgid \"Yes/No dialog\"\nmsgstr \"\"\n\nmsgctxt \"#10101\"\nmsgid \"Progress dialog\"\nmsgstr \"\"\n\n#empty strings from id 10102 to 10209\n\nmsgctxt \"#10210\"\nmsgid \"Looking for subtitles...\"\nmsgstr \"\"\n\nmsgctxt \"#10211\"\nmsgid \"Looking for or caching subtitles...\"\nmsgstr \"\"\n\nmsgctxt \"#10212\"\nmsgid \"terminating\"\nmsgstr \"\"\n\nmsgctxt \"#10213\"\nmsgid \"buffering\"\nmsgstr \"\"\n\nmsgctxt \"#10214\"\nmsgid \"Opening stream\"\nmsgstr \"\"\n\n#empty strings from id 10215 to 10499\n\nmsgctxt \"#10500\"\nmsgid \"Music/Playlist\"\nmsgstr \"\"\n\nmsgctxt \"#10501\"\nmsgid \"Music/Files\"\nmsgstr \"\"\n\nmsgctxt \"#10502\"\nmsgid \"Music/Library\"\nmsgstr \"\"\n\nmsgctxt \"#10503\"\nmsgid \"Playlist editor\"\nmsgstr \"\"\n\nmsgctxt \"#10504\"\nmsgid \"Top 100 songs\"\nmsgstr \"\"\n\nmsgctxt \"#10505\"\nmsgid \"Top 100 albums\"\nmsgstr \"\"\n\nmsgctxt \"#10506\"\nmsgid \"Programs\"\nmsgstr \"\"\n\nmsgctxt \"#10507\"\nmsgid \"Configuration\"\nmsgstr \"\"\n\nmsgctxt \"#10508\"\nmsgid \"Weather forecast\"\nmsgstr \"\"\n\nmsgctxt \"#10509\"\nmsgid \"Network gaming\"\nmsgstr \"\"\n\nmsgctxt \"#10510\"\nmsgid \"Extensions\"\nmsgstr \"\"\n\nmsgctxt \"#10511\"\nmsgid \"System info\"\nmsgstr \"\"\n\n#empty strings from id 10512 to 10515\n\nmsgctxt \"#10516\"\nmsgid \"Music - Library\"\nmsgstr \"\"\n\nmsgctxt \"#10517\"\nmsgid \"Now Playing - Music\"\nmsgstr \"\"\n\n#empty strings from id 10518 to 10521\n\nmsgctxt \"#10522\"\nmsgid \"Now Playing - Videos\"\nmsgstr \"\"\n\nmsgctxt \"#10523\"\nmsgid \"Album info\"\nmsgstr \"\"\n\nmsgctxt \"#10524\"\nmsgid \"Movie info\"\nmsgstr \"\"\n\n#empty strings from id 10525 to 11999\n\nmsgctxt \"#12000\"\nmsgid \"Select dialog\"\nmsgstr \"\"\n\nmsgctxt \"#12001\"\nmsgid \"Music/Info\"\nmsgstr \"\"\n\nmsgctxt \"#12002\"\nmsgid \"Dialog OK\"\nmsgstr \"\"\n\nmsgctxt \"#12003\"\nmsgid \"Videos/Info\"\nmsgstr \"\"\n\nmsgctxt \"#12004\"\nmsgid \"Scripts/Info\"\nmsgstr \"\"\n\nmsgctxt \"#12005\"\nmsgid \"Fullscreen video\"\nmsgstr \"\"\n\nmsgctxt \"#12006\"\nmsgid \"Audio visualization\"\nmsgstr \"\"\n\n#empty string with id 12007\n\nmsgctxt \"#12008\"\nmsgid \"File stacking dialog\"\nmsgstr \"\"\n\nmsgctxt \"#12009\"\nmsgid \"Rebuild index...\"\nmsgstr \"\"\n\nmsgctxt \"#12010\"\nmsgid \"Return to music window\"\nmsgstr \"\"\n\nmsgctxt \"#12011\"\nmsgid \"Return to videos window\"\nmsgstr \"\"\n\nmsgctxt \"#12012\"\nmsgid \"Update trainer list\"\nmsgstr \"\"\n\nmsgctxt \"#12013\"\nmsgid \"Trainer\"\nmsgstr \"\"\n\nmsgctxt \"#12014\"\nmsgid \"No trainers found\"\nmsgstr \"\"\n\nmsgctxt \"#12015\"\nmsgid \"Trainer settings\"\nmsgstr \"\"\n\nmsgctxt \"#12016\"\nmsgid \"All registered trainers are missing. Update your list\"\nmsgstr \"\"\n\nmsgctxt \"#12017\"\nmsgid \"Resume from where last stopped\"\nmsgstr \"\"\n\nmsgctxt \"#12018\"\nmsgid \"No\"\nmsgstr \"\"\n\nmsgctxt \"#12019\"\nmsgid \"Yes\"\nmsgstr \"\"\n\nmsgctxt \"#12020\"\nmsgid \"Ask\"\nmsgstr \"\"\n\nmsgctxt \"#12021\"\nmsgid \"Start from beginning\"\nmsgstr \"\"\n\nmsgctxt \"#12022\"\nmsgid \"Resume from %s\"\nmsgstr \"\"\n\nmsgctxt \"#12023\"\nmsgid \"Validating existing trainers...\"\nmsgstr \"\"\n\n#empty strings from id 12024 to 12309\n\nmsgctxt \"#12310\"\nmsgid \"0\"\nmsgstr \"\"\n\nmsgctxt \"#12311\"\nmsgid \"1\"\nmsgstr \"\"\n\nmsgctxt \"#12312\"\nmsgid \"2\"\nmsgstr \"\"\n\nmsgctxt \"#12313\"\nmsgid \"3\"\nmsgstr \"\"\n\nmsgctxt \"#12314\"\nmsgid \"4\"\nmsgstr \"\"\n\nmsgctxt \"#12315\"\nmsgid \"5\"\nmsgstr \"\"\n\nmsgctxt \"#12316\"\nmsgid \"6\"\nmsgstr \"\"\n\nmsgctxt \"#12317\"\nmsgid \"7\"\nmsgstr \"\"\n\nmsgctxt \"#12318\"\nmsgid \"8\"\nmsgstr \"\"\n\nmsgctxt \"#12319\"\nmsgid \"9\"\nmsgstr \"\"\n\nmsgctxt \"#12320\"\nmsgid \"c\"\nmsgstr \"\"\n\nmsgctxt \"#12321\"\nmsgid \"Ok\"\nmsgstr \"\"\n\nmsgctxt \"#12322\"\nmsgid \"*\"\nmsgstr \"\"\n\n#empty strings from id 12323 to 12324\n\nmsgctxt \"#12325\"\nmsgid \"Locked! Enter code...\"\nmsgstr \"\"\n\nmsgctxt \"#12326\"\nmsgid \"Enter password\"\nmsgstr \"\"\n\nmsgctxt \"#12327\"\nmsgid \"Enter master code\"\nmsgstr \"\"\n\nmsgctxt \"#12328\"\nmsgid \"Enter unlock code\"\nmsgstr \"\"\n\nmsgctxt \"#12329\"\nmsgid \"or press C to cancel\"\nmsgstr \"\"\n\nmsgctxt \"#12330\"\nmsgid \"Enter gamepad button combo and\"\nmsgstr \"\"\n\nmsgctxt \"#12331\"\nmsgid \"press Start, or Back to cancel\"\nmsgstr \"\"\n\nmsgctxt \"#12332\"\nmsgid \"Set lock\"\nmsgstr \"\"\n\nmsgctxt \"#12333\"\nmsgid \"Unlock\"\nmsgstr \"\"\n\nmsgctxt \"#12334\"\nmsgid \"Reset lock\"\nmsgstr \"\"\n\nmsgctxt \"#12335\"\nmsgid \"Remove lock\"\nmsgstr \"\"\n\n#empty string with id 12336\n\nmsgctxt \"#12337\"\nmsgid \"Numeric password\"\nmsgstr \"\"\n\nmsgctxt \"#12338\"\nmsgid \"Gamepad button combo\"\nmsgstr \"\"\n\nmsgctxt \"#12339\"\nmsgid \"Full-text password\"\nmsgstr \"\"\n\nmsgctxt \"#12340\"\nmsgid \"Enter new password\"\nmsgstr \"\"\n\nmsgctxt \"#12341\"\nmsgid \"Re-Enter new password\"\nmsgstr \"\"\n\nmsgctxt \"#12342\"\nmsgid \"Incorrect password,\"\nmsgstr \"\"\n\nmsgctxt \"#12343\"\nmsgid \"retries left \"\nmsgstr \"\"\n\nmsgctxt \"#12344\"\nmsgid \"Passwords entered did not match.\"\nmsgstr \"\"\n\nmsgctxt \"#12345\"\nmsgid \"Access denied\"\nmsgstr \"\"\n\nmsgctxt \"#12346\"\nmsgid \"Password retry limit exceeded.\"\nmsgstr \"\"\n\nmsgctxt \"#12347\"\nmsgid \"The system will now shut off.\"\nmsgstr \"\"\n\nmsgctxt \"#12348\"\nmsgid \"Item locked\"\nmsgstr \"\"\n\n#empty strings from id 12349 to 12352\n\nmsgctxt \"#12353\"\nmsgid \"Reactivate lock\"\nmsgstr \"\"\n\n#empty strings from id 12354 to 12355\n\nmsgctxt \"#12356\"\nmsgid \"Change lock\"\nmsgstr \"\"\n\nmsgctxt \"#12357\"\nmsgid \"Source lock\"\nmsgstr \"\"\n\nmsgctxt \"#12358\"\nmsgid \"Password entry was blank. Try again.\"\nmsgstr \"\"\n\n#empty string with id 12359\n\nmsgctxt \"#12360\"\nmsgid \"Master lock\"\nmsgstr \"\"\n\n#empty string with id 12361\n\nmsgctxt \"#12362\"\nmsgid \"Shutdown system if Master Lock retries exceeded\"\nmsgstr \"\"\n\n#empty strings from id 12363 to 12366\n\nmsgctxt \"#12367\"\nmsgid \"Master code is not valid\"\nmsgstr \"\"\n\nmsgctxt \"#12368\"\nmsgid \"Please enter a valid master code\"\nmsgstr \"\"\n\n#empty strings from id 12369 to 12372\n\nmsgctxt \"#12373\"\nmsgid \"Settings & file manager\"\nmsgstr \"\"\n\n#empty strings from id 12374 to 12375\n\nmsgctxt \"#12376\"\nmsgid \"Set as default for all movies\"\nmsgstr \"\"\n\nmsgctxt \"#12377\"\nmsgid \"This will reset any previously saved values\"\nmsgstr \"\"\n\nmsgctxt \"#12378\"\nmsgid \"Amount of time to display each image\"\nmsgstr \"\"\n\nmsgctxt \"#12379\"\nmsgid \"Use pan and zoom effects\"\nmsgstr \"\"\n\nmsgctxt \"#12380\"\nmsgid \"Play NTSC videos at PAL rates\"\nmsgstr \"\"\n\nmsgctxt \"#12381\"\nmsgid \"Play PAL videos at NTSC rates\"\nmsgstr \"\"\n\nmsgctxt \"#12382\"\nmsgid \"Play NTSC videos in PAL60\"\nmsgstr \"\"\n\nmsgctxt \"#12383\"\nmsgid \"12 hour clock\"\nmsgstr \"\"\n\nmsgctxt \"#12384\"\nmsgid \"24 hour clock\"\nmsgstr \"\"\n\nmsgctxt \"#12385\"\nmsgid \"Day/Month\"\nmsgstr \"\"\n\nmsgctxt \"#12386\"\nmsgid \"Month/Day\"\nmsgstr \"\"\n\n#empty strings from id 12387 to 12389\n\nmsgctxt \"#12390\"\nmsgid \"System uptime\"\nmsgstr \"\"\n\nmsgctxt \"#12391\"\nmsgid \"Minutes\"\nmsgstr \"\"\n\nmsgctxt \"#12392\"\nmsgid \"Hours\"\nmsgstr \"\"\n\nmsgctxt \"#12393\"\nmsgid \"Days\"\nmsgstr \"\"\n\nmsgctxt \"#12394\"\nmsgid \"Total uptime\"\nmsgstr \"\"\n\n#empty strings from id 12395 to 12599\n\nmsgctxt \"#12600\"\nmsgid \"Weather\"\nmsgstr \"\"\n\n#empty strings from id 12601 to 12899\n\nmsgctxt \"#12900\"\nmsgid \"Screensaver\"\nmsgstr \"\"\n\nmsgctxt \"#12901\"\nmsgid \"Fullscreen OSD\"\nmsgstr \"\"\n\n#empty strings from id 12902 to 12999\n\nmsgctxt \"#13000\"\nmsgid \"System\"\nmsgstr \"\"\n\nmsgctxt \"#13001\"\nmsgid \"Immediate HD spindown\"\nmsgstr \"\"\n\nmsgctxt \"#13002\"\nmsgid \"Video only\"\nmsgstr \"\"\n\nmsgctxt \"#13003\"\nmsgid \"- Delay\"\nmsgstr \"\"\n\nmsgctxt \"#13004\"\nmsgid \"- Minimum file duration\"\nmsgstr \"\"\n\nmsgctxt \"#13005\"\nmsgid \"Shutdown\"\nmsgstr \"\"\n\nmsgctxt \"#13006\"\nmsgid \"Dashboard\"\nmsgstr \"\"\n\nmsgctxt \"#13007\"\nmsgid \"Use custom dashboard path\"\nmsgstr \"\"\n\nmsgctxt \"#13008\"\nmsgid \"Shutdown function\"\nmsgstr \"\"\n\nmsgctxt \"#13009\"\nmsgid \"Quit\"\nmsgstr \"\"\n\nmsgctxt \"#13010\"\nmsgid \"Hibernate\"\nmsgstr \"\"\n\nmsgctxt \"#13011\"\nmsgid \"Suspend\"\nmsgstr \"\"\n\nmsgctxt \"#13012\"\nmsgid \"Exit\"\nmsgstr \"\"\n\nmsgctxt \"#13013\"\nmsgid \"Reboot\"\nmsgstr \"\"\n\nmsgctxt \"#13014\"\nmsgid \"Minimize\"\nmsgstr \"\"\n\nmsgctxt \"#13015\"\nmsgid \"Power button action\"\nmsgstr \"\"\n\n#empty strings from id 13016 to 13019\n\nmsgctxt \"#13020\"\nmsgid \"Is another session active, perhaps over ssh?\"\nmsgstr \"\"\n\nmsgctxt \"#13021\"\nmsgid \"Mounted removable harddrive\"\nmsgstr \"\"\n\nmsgctxt \"#13022\"\nmsgid \"Unsafe device removal\"\nmsgstr \"\"\n\nmsgctxt \"#13023\"\nmsgid \"Successfully removed device\"\nmsgstr \"\"\n\nmsgctxt \"#13024\"\nmsgid \"Joystick plugged\"\nmsgstr \"\"\n\nmsgctxt \"#13025\"\nmsgid \"Joystick unplugged\"\nmsgstr \"\"\n\n#empty strings from id 13026 to 13099\n\nmsgctxt \"#13100\"\nmsgid \"Flicker filter\"\nmsgstr \"\"\n\nmsgctxt \"#13101\"\nmsgid \"Let driver choose (requires restart)\"\nmsgstr \"\"\n\n#empty strings from id 13102 to 13104\n\nmsgctxt \"#13105\"\nmsgid \"Vertical blank sync\"\nmsgstr \"\"\n\nmsgctxt \"#13106\"\nmsgid \"Disabled\"\nmsgstr \"\"\n\nmsgctxt \"#13107\"\nmsgid \"Enabled during video playback\"\nmsgstr \"\"\n\nmsgctxt \"#13108\"\nmsgid \"Always enabled\"\nmsgstr \"\"\n\nmsgctxt \"#13109\"\nmsgid \"Test & apply resolution\"\nmsgstr \"\"\n\nmsgctxt \"#13110\"\nmsgid \"Save resolution?\"\nmsgstr \"\"\n\nmsgctxt \"#13111\"\nmsgid \"Would you like to keep this resolution?\"\nmsgstr \"\"\n\nmsgctxt \"#13112\"\nmsgid \"High quality upscaling\"\nmsgstr \"\"\n\nmsgctxt \"#13113\"\nmsgid \"Disabled\"\nmsgstr \"\"\n\nmsgctxt \"#13114\"\nmsgid \"Enabled for SD content\"\nmsgstr \"\"\n\nmsgctxt \"#13115\"\nmsgid \"Always enabled\"\nmsgstr \"\"\n\nmsgctxt \"#13116\"\nmsgid \"Upscaling method\"\nmsgstr \"\"\n\nmsgctxt \"#13117\"\nmsgid \"Bicubic\"\nmsgstr \"\"\n\nmsgctxt \"#13118\"\nmsgid \"Lanczos\"\nmsgstr \"\"\n\nmsgctxt \"#13119\"\nmsgid \"Sinc\"\nmsgstr \"\"\n\nmsgctxt \"#13120\"\nmsgid \"VDPAU\"\nmsgstr \"\"\n\nmsgctxt \"#13121\"\nmsgid \"VDPAU HQ Upscaling level\"\nmsgstr \"\"\n\nmsgctxt \"#13122\"\nmsgid \"VDPAU Studio level color conversion\"\nmsgstr \"\"\n\n#empty strings from id 13123 to 13129\n\nmsgctxt \"#13130\"\nmsgid \"Blank other displays\"\nmsgstr \"\"\n\nmsgctxt \"#13131\"\nmsgid \"Disabled\"\nmsgstr \"\"\n\nmsgctxt \"#13132\"\nmsgid \"Blank displays\"\nmsgstr \"\"\n\n#empty strings from id 13133 to 13139\n\nmsgctxt \"#13140\"\nmsgid \"Active connections detected!\"\nmsgstr \"\"\n\nmsgctxt \"#13141\"\nmsgid \"If you proceed, you might not be able to control XBMC\"\nmsgstr \"\"\n\nmsgctxt \"#13142\"\nmsgid \"any longer. Are you sure you want to stop the Event server?\"\nmsgstr \"\"\n\n#empty string with id 13143\n\nmsgctxt \"#13144\"\nmsgid \"Change Apple Remote mode?\"\nmsgstr \"\"\n\nmsgctxt \"#13145\"\nmsgid \"If you are currently using the Apple Remote to control\"\nmsgstr \"\"\n\nmsgctxt \"#13146\"\nmsgid \"XBMC, changing this setting might affect your ability\"\nmsgstr \"\"\n\nmsgctxt \"#13147\"\nmsgid \"to continue controlling it. Do you want to proceed?\"\nmsgstr \"\"\n\n#empty strings from id 13148 to 13149\n\nmsgctxt \"#13150\"\nmsgid \"HDD key:\"\nmsgstr \"\"\n\nmsgctxt \"#13151\"\nmsgid \"HDD temp:\"\nmsgstr \"\"\n\nmsgctxt \"#13152\"\nmsgid \"DVD model:\"\nmsgstr \"\"\n\nmsgctxt \"#13153\"\nmsgid \"DVD firmware:\"\nmsgstr \"\"\n\nmsgctxt \"#13154\"\nmsgid \"HDD model:\"\nmsgstr \"\"\n\nmsgctxt \"#13155\"\nmsgid \"HDD serial:\"\nmsgstr \"\"\n\nmsgctxt \"#13156\"\nmsgid \"HDD firmware:\"\nmsgstr \"\"\n\nmsgctxt \"#13157\"\nmsgid \"HDD password:\"\nmsgstr \"\"\n\nmsgctxt \"#13158\"\nmsgid \"HDD lock state:\"\nmsgstr \"\"\n\nmsgctxt \"#13159\"\nmsgid \"Subnet mask\"\nmsgstr \"\"\n\nmsgctxt \"#13160\"\nmsgid \"Gateway\"\nmsgstr \"\"\n\nmsgctxt \"#13161\"\nmsgid \"Primary DNS\"\nmsgstr \"\"\n\nmsgctxt \"#13162\"\nmsgid \"Initialize failed\"\nmsgstr \"\"\n\nmsgctxt \"#13163\"\nmsgid \"Gamepad\"\nmsgstr \"\"\n\nmsgctxt \"#13164\"\nmsgid \"Keyboard\"\nmsgstr \"\"\n\nmsgctxt \"#13165\"\nmsgid \"Mouse\"\nmsgstr \"\"\n\nmsgctxt \"#13166\"\nmsgid \"Head/Microphone\"\nmsgstr \"\"\n\nmsgctxt \"#13167\"\nmsgid \"Memory unit\"\nmsgstr \"\"\n\nmsgctxt \"#13168\"\nmsgid \"IR-Remote\"\nmsgstr \"\"\n\nmsgctxt \"#13169\"\nmsgid \"Controller port\"\nmsgstr \"\"\n\nmsgctxt \"#13170\"\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgctxt \"#13171\"\nmsgid \"Immediately\"\nmsgstr \"\"\n\nmsgctxt \"#13172\"\nmsgid \"After %i secs\"\nmsgstr \"\"\n\nmsgctxt \"#13173\"\nmsgid \"HDD install date:\"\nmsgstr \"\"\n\nmsgctxt \"#13174\"\nmsgid \"HDD power cycle count:\"\nmsgstr \"\"\n\n#empty strings from id 13175 to 13199\n\nmsgctxt \"#13200\"\nmsgid \"Profiles\"\nmsgstr \"\"\n\nmsgctxt \"#13201\"\nmsgid \"Delete profile '%s'?\"\nmsgstr \"\"\n\n#empty strings from id 13202 to 13203\n\nmsgctxt \"#13204\"\nmsgid \"Last loaded profile:\"\nmsgstr \"\"\n\nmsgctxt \"#13205\"\nmsgid \"Unknown\"\nmsgstr \"\"\n\nmsgctxt \"#13206\"\nmsgid \"Overwrite\"\nmsgstr \"\"\n\n#empty string with id 13207\n\nmsgctxt \"#13208\"\nmsgid \"Alarm clock\"\nmsgstr \"\"\n\nmsgctxt \"#13209\"\nmsgid \"Alarm clock interval (in minutes)\"\nmsgstr \"\"\n\nmsgctxt \"#13210\"\nmsgid \"Started, alarm in %im\"\nmsgstr \"\"\n\nmsgctxt \"#13211\"\nmsgid \"Alarm!\"\nmsgstr \"\"\n\nmsgctxt \"#13212\"\nmsgid \"Canceled with %im%is left\"\nmsgstr \"\"\n\n#empty strings from id 13213 to 13248\n\nmsgctxt \"#13249\"\nmsgid \"Search for subtitles in RARs\"\nmsgstr \"\"\n\nmsgctxt \"#13250\"\nmsgid \"Browse for subtitle...\"\nmsgstr \"\"\n\nmsgctxt \"#13251\"\nmsgid \"Move item\"\nmsgstr \"\"\n\nmsgctxt \"#13252\"\nmsgid \"Move item here\"\nmsgstr \"\"\n\nmsgctxt \"#13253\"\nmsgid \"Cancel move\"\nmsgstr \"\"\n\n#empty strings from id 13254 to 13269\n\nmsgctxt \"#13270\"\nmsgid \"Hardware:\"\nmsgstr \"\"\n\nmsgctxt \"#13271\"\nmsgid \"CPU Usage:\"\nmsgstr \"\"\n\n#empty strings from id 13272 to 13273\n\nmsgctxt \"#13274\"\nmsgid \"Connected, but no DNS is available.\"\nmsgstr \"\"\n\nmsgctxt \"#13275\"\nmsgid \"Hard Disk\"\nmsgstr \"\"\n\nmsgctxt \"#13276\"\nmsgid \"DVD-ROM\"\nmsgstr \"\"\n\nmsgctxt \"#13277\"\nmsgid \"Storage\"\nmsgstr \"\"\n\nmsgctxt \"#13278\"\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgctxt \"#13279\"\nmsgid \"Network\"\nmsgstr \"\"\n\nmsgctxt \"#13280\"\nmsgid \"Video\"\nmsgstr \"\"\n\nmsgctxt \"#13281\"\nmsgid \"Hardware\"\nmsgstr \"\"\n\nmsgctxt \"#13282\"\nmsgid \"_\"\nmsgstr \"\"\n\nmsgctxt \"#13283\"\nmsgid \"Operating system:\"\nmsgstr \"\"\n\nmsgctxt \"#13284\"\nmsgid \"CPU speed:\"\nmsgstr \"\"\n\nmsgctxt \"#13285\"\nmsgid \"Detected BIOS:\"\nmsgstr \"\"\n\nmsgctxt \"#13286\"\nmsgid \"Video encoder:\"\nmsgstr \"\"\n\nmsgctxt \"#13287\"\nmsgid \"Screen resolution:\"\nmsgstr \"\"\n\nmsgctxt \"#13288\"\nmsgid \"Xbox version:\"\nmsgstr \"\"\n\nmsgctxt \"#13289\"\nmsgid \"Xbox serial number:\"\nmsgstr \"\"\n\nmsgctxt \"#13290\"\nmsgid \"Xbox manufacturer:\"\nmsgstr \"\"\n\nmsgctxt \"#13291\"\nmsgid \"Modchip:\"\nmsgstr \"\"\n\nmsgctxt \"#13292\"\nmsgid \"A/V cable:\"\nmsgstr \"\"\n\nmsgctxt \"#13293\"\nmsgid \"Video & XBE region:\"\nmsgstr \"\"\n\nmsgctxt \"#13294\"\nmsgid \"DVD region:\"\nmsgstr \"\"\n\nmsgctxt \"#13295\"\nmsgid \"Internet:\"\nmsgstr \"\"\n\nmsgctxt \"#13296\"\nmsgid \"Connected\"\nmsgstr \"\"\n\nmsgctxt \"#13297\"\nmsgid \"Not connected. Check network settings.\"\nmsgstr \"\"\n\nmsgctxt \"#13298\"\nmsgid \"Xbox Live key:\"\nmsgstr \"\"\n\nmsgctxt \"#13299\"\nmsgid \"Target temperature\"\nmsgstr \"\"\n\nmsgctxt \"#13300\"\nmsgid \"Fan speed\"\nmsgstr \"\"\n\nmsgctxt \"#13301\"\nmsgid \"Auto temperature control\"\nmsgstr \"\"\n\nmsgctxt \"#13302\"\nmsgid \"Fan speed override\"\nmsgstr \"\"\n\nmsgctxt \"#13303\"\nmsgid \"- Fonts\"\nmsgstr \"\"\n\nmsgctxt \"#13304\"\nmsgid \"Enable flipping bi-directional strings\"\nmsgstr \"\"\n\nmsgctxt \"#13305\"\nmsgid \"Show RSS news feeds\"\nmsgstr \"\"\n\nmsgctxt \"#13306\"\nmsgid \"Show parent folder items\"\nmsgstr \"\"\n\nmsgctxt \"#13307\"\nmsgid \"Track naming template\"\nmsgstr \"\"\n\nmsgctxt \"#13308\"\nmsgid \"Do you wish to reboot your system\"\nmsgstr \"\"\n\nmsgctxt \"#13309\"\nmsgid \"instead of just XBMC?\"\nmsgstr \"\"\n\nmsgctxt \"#13310\"\nmsgid \"Zoom effect\"\nmsgstr \"\"\n\nmsgctxt \"#13311\"\nmsgid \"Float effect\"\nmsgstr \"\"\n\nmsgctxt \"#13312\"\nmsgid \"Black bar reduction\"\nmsgstr \"\"\n\nmsgctxt \"#13313\"\nmsgid \"Restart\"\nmsgstr \"\"\n\nmsgctxt \"#13314\"\nmsgid \"Crossfade between songs\"\nmsgstr \"\"\n\nmsgctxt \"#13315\"\nmsgid \"Regenerate thumbnails\"\nmsgstr \"\"\n\nmsgctxt \"#13316\"\nmsgid \"Recursive thumbnails\"\nmsgstr \"\"\n\nmsgctxt \"#13317\"\nmsgid \"View slideshow\"\nmsgstr \"\"\n\nmsgctxt \"#13318\"\nmsgid \"Recursive slideshow\"\nmsgstr \"\"\n\nmsgctxt \"#13319\"\nmsgid \"Randomize\"\nmsgstr \"\"\n\nmsgctxt \"#13320\"\nmsgid \"Stereo\"\nmsgstr \"\"\n\nmsgctxt \"#13321\"\nmsgid \"Left only\"\nmsgstr \"\"\n\nmsgctxt \"#13322\"\nmsgid \"Right only\"\nmsgstr \"\"\n\nmsgctxt \"#13323\"\nmsgid \"Enable karaoke support\"\nmsgstr \"\"\n\nmsgctxt \"#13324\"\nmsgid \"Background transparency\"\nmsgstr \"\"\n\nmsgctxt \"#13325\"\nmsgid \"Foreground transparency\"\nmsgstr \"\"\n\nmsgctxt \"#13326\"\nmsgid \"A/V delay\"\nmsgstr \"\"\n\nmsgctxt \"#13327\"\nmsgid \"Karaoke\"\nmsgstr \"\"\n\nmsgctxt \"#13328\"\nmsgid \"%s not found\"\nmsgstr \"\"\n\nmsgctxt \"#13329\"\nmsgid \"Error opening %s\"\nmsgstr \"\"\n\nmsgctxt \"#13330\"\nmsgid \"Unable to load %s\"\nmsgstr \"\"\n\nmsgctxt \"#13331\"\nmsgid \"Error: Out of memory\"\nmsgstr \"\"\n\nmsgctxt \"#13332\"\nmsgid \"Move up\"\nmsgstr \"\"\n\nmsgctxt \"#13333\"\nmsgid \"Move down\"\nmsgstr \"\"\n\nmsgctxt \"#13334\"\nmsgid \"Edit label\"\nmsgstr \"\"\n\nmsgctxt \"#13335\"\nmsgid \"Make default\"\nmsgstr \"\"\n\nmsgctxt \"#13336\"\nmsgid \"Remove button\"\nmsgstr \"\"\n\n#empty string with id 13337\n\nmsgctxt \"#13338\"\nmsgid \"Front LED\"\nmsgstr \"\"\n\nmsgctxt \"#13339\"\nmsgid \"Front LED colour\"\nmsgstr \"\"\n\nmsgctxt \"#13340\"\nmsgid \"Leave as is\"\nmsgstr \"\"\n\nmsgctxt \"#13341\"\nmsgid \"Green\"\nmsgstr \"\"\n\nmsgctxt \"#13342\"\nmsgid \"Orange\"\nmsgstr \"\"\n\nmsgctxt \"#13343\"\nmsgid \"Red\"\nmsgstr \"\"\n\nmsgctxt \"#13344\"\nmsgid \"Cycle\"\nmsgstr \"\"\n\nmsgctxt \"#13345\"\nmsgid \"Switch LED off on playback\"\nmsgstr \"\"\n\nmsgctxt \"#13346\"\nmsgid \"Movie information\"\nmsgstr \"\"\n\nmsgctxt \"#13347\"\nmsgid \"Queue item\"\nmsgstr \"\"\n\nmsgctxt \"#13348\"\nmsgid \"Search IMDb...\"\nmsgstr \"\"\n\nmsgctxt \"#13349\"\nmsgid \"Scan for new content\"\nmsgstr \"\"\n\nmsgctxt \"#13350\"\nmsgid \"Now playing...\"\nmsgstr \"\"\n\nmsgctxt \"#13351\"\nmsgid \"Album information\"\nmsgstr \"\"\n\nmsgctxt \"#13352\"\nmsgid \"Scan item to library\"\nmsgstr \"\"\n\nmsgctxt \"#13353\"\nmsgid \"Stop scanning\"\nmsgstr \"\"\n\nmsgctxt \"#13354\"\nmsgid \"Render method\"\nmsgstr \"\"\n\nmsgctxt \"#13355\"\nmsgid \"Low quality pixel shader\"\nmsgstr \"\"\n\nmsgctxt \"#13356\"\nmsgid \"Hardware overlays\"\nmsgstr \"\"\n\nmsgctxt \"#13357\"\nmsgid \"High quality pixel shader\"\nmsgstr \"\"\n\nmsgctxt \"#13358\"\nmsgid \"Play item\"\nmsgstr \"\"\n\nmsgctxt \"#13359\"\nmsgid \"Set artist thumb\"\nmsgstr \"\"\n\nmsgctxt \"#13360\"\nmsgid \"Automatically generate thumbnails\"\nmsgstr \"\"\n\nmsgctxt \"#13361\"\nmsgid \"Enable voice\"\nmsgstr \"\"\n\n#empty strings from id 13362 to 13374\n\nmsgctxt \"#13375\"\nmsgid \"Enable device\"\nmsgstr \"\"\n\nmsgctxt \"#13376\"\nmsgid \"Volume\"\nmsgstr \"\"\n\nmsgctxt \"#13377\"\nmsgid \"Default view mode\"\nmsgstr \"\"\n\nmsgctxt \"#13378\"\nmsgid \"Default brightness\"\nmsgstr \"\"\n\nmsgctxt \"#13379\"\nmsgid \"Default contrast\"\nmsgstr \"\"\n\nmsgctxt \"#13380\"\nmsgid \"Default gamma\"\nmsgstr \"\"\n\nmsgctxt \"#13381\"\nmsgid \"Resume video\"\nmsgstr \"\"\n\nmsgctxt \"#13382\"\nmsgid \"Voice mask - Port 1\"\nmsgstr \"\"\n\nmsgctxt \"#13383\"\nmsgid \"Voice mask - Port 2\"\nmsgstr \"\"\n\nmsgctxt \"#13384\"\nmsgid \"Voice mask - Port 3\"\nmsgstr \"\"\n\nmsgctxt \"#13385\"\nmsgid \"Voice mask - Port 4\"\nmsgstr \"\"\n\nmsgctxt \"#13386\"\nmsgid \"Use time based seeking\"\nmsgstr \"\"\n\nmsgctxt \"#13387\"\nmsgid \"Track naming template - right\"\nmsgstr \"\"\n\nmsgctxt \"#13388\"\nmsgid \"Preset\"\nmsgstr \"\"\n\nmsgctxt \"#13389\"\nmsgid \"There are no presets available\\nfor this visualization\"\nmsgstr \"\"\n\nmsgctxt \"#13390\"\nmsgid \"There are no settings available\\nfor this visualization\"\nmsgstr \"\"\n\nmsgctxt \"#13391\"\nmsgid \"Eject/Load\"\nmsgstr \"\"\n\nmsgctxt \"#13392\"\nmsgid \"Use visualization if playing audio\"\nmsgstr \"\"\n\nmsgctxt \"#13393\"\nmsgid \"Calculate size\"\nmsgstr \"\"\n\nmsgctxt \"#13394\"\nmsgid \"Calculating folder size\"\nmsgstr \"\"\n\nmsgctxt \"#13395\"\nmsgid \"Video settings\"\nmsgstr \"\"\n\nmsgctxt \"#13396\"\nmsgid \"Audio and subtitle settings\"\nmsgstr \"\"\n\nmsgctxt \"#13397\"\nmsgid \"Enable subtitles\"\nmsgstr \"\"\n\nmsgctxt \"#13398\"\nmsgid \"Shortcuts\"\nmsgstr \"\"\n\nmsgctxt \"#13399\"\nmsgid \"Ignore articles when sorting (e.g. \\\"the\\\")\"\nmsgstr \"\"\n\nmsgctxt \"#13400\"\nmsgid \"Crossfade between songs on the same album\"\nmsgstr \"\"\n\nmsgctxt \"#13401\"\nmsgid \"Browse for %s\"\nmsgstr \"\"\n\nmsgctxt \"#13402\"\nmsgid \"Show track position\"\nmsgstr \"\"\n\nmsgctxt \"#13403\"\nmsgid \"Clear default\"\nmsgstr \"\"\n\nmsgctxt \"#13404\"\nmsgid \"Resume\"\nmsgstr \"\"\n\nmsgctxt \"#13405\"\nmsgid \"Get thumb\"\nmsgstr \"\"\n\nmsgctxt \"#13406\"\nmsgid \"Picture information\"\nmsgstr \"\"\n\nmsgctxt \"#13407\"\nmsgid \"%s presets\"\nmsgstr \"\"\n\nmsgctxt \"#13408\"\nmsgid \"(IMDb user rating)\"\nmsgstr \"\"\n\nmsgctxt \"#13409\"\nmsgid \"Top 250\"\nmsgstr \"\"\n\nmsgctxt \"#13410\"\nmsgid \"Tune in on Last.fm\"\nmsgstr \"\"\n\nmsgctxt \"#13411\"\nmsgid \"Minimum fan speed\"\nmsgstr \"\"\n\n#empty string with id 13412\n\nmsgctxt \"#13413\"\nmsgid \"Downloading\"\nmsgstr \"\"\n\nmsgctxt \"#13414\"\nmsgid \"Include artists who appear only on compilations\"\nmsgstr \"\"\n\nmsgctxt \"#13415\"\nmsgid \"Render method\"\nmsgstr \"\"\n\nmsgctxt \"#13416\"\nmsgid \"Auto detect\"\nmsgstr \"\"\n\nmsgctxt \"#13417\"\nmsgid \"Basic shaders (ARB)\"\nmsgstr \"\"\n\nmsgctxt \"#13418\"\nmsgid \"Advanced shaders (GLSL)\"\nmsgstr \"\"\n\nmsgctxt \"#13419\"\nmsgid \"Software\"\nmsgstr \"\"\n\nmsgctxt \"#13420\"\nmsgid \"Remove safely\"\nmsgstr \"\"\n\nmsgctxt \"#13421\"\nmsgid \"VDPAU\"\nmsgstr \"\"\n\nmsgctxt \"#13422\"\nmsgid \"Start slideshow here\"\nmsgstr \"\"\n\nmsgctxt \"#13423\"\nmsgid \"Remember for this path\"\nmsgstr \"\"\n\nmsgctxt \"#13424\"\nmsgid \"Use pixel buffer objects\"\nmsgstr \"\"\n\n#empty strings from id 13425 to 13499\n\nmsgctxt \"#13500\"\nmsgid \"A/V sync method\"\nmsgstr \"\"\n\nmsgctxt \"#13501\"\nmsgid \"Audio clock\"\nmsgstr \"\"\n\nmsgctxt \"#13502\"\nmsgid \"Video clock (Drop/Dupe audio)\"\nmsgstr \"\"\n\nmsgctxt \"#13503\"\nmsgid \"Video clock (Resample audio)\"\nmsgstr \"\"\n\nmsgctxt \"#13504\"\nmsgid \"Maximum resample amount (%)\"\nmsgstr \"\"\n\nmsgctxt \"#13505\"\nmsgid \"Resample quality\"\nmsgstr \"\"\n\nmsgctxt \"#13506\"\nmsgid \"Low(fast)\"\nmsgstr \"\"\n\nmsgctxt \"#13507\"\nmsgid \"Medium\"\nmsgstr \"\"\n\nmsgctxt \"#13508\"\nmsgid \"High\"\nmsgstr \"\"\n\nmsgctxt \"#13509\"\nmsgid \"Really high(slow!)\"\nmsgstr \"\"\n\nmsgctxt \"#13510\"\nmsgid \"Sync playback to display\"\nmsgstr \"\"\n\n#empty strings from id 13511 to 13599\n\nmsgctxt \"#13600\"\nmsgid \"Apple remote\"\nmsgstr \"\"\n\nmsgctxt \"#13601\"\nmsgid \"Use MCE/Universal Remote\"\nmsgstr \"\"\n\nmsgctxt \"#13602\"\nmsgid \"Allow start of XBMC using the remote\"\nmsgstr \"\"\n\nmsgctxt \"#13603\"\nmsgid \"Sequence delay time\"\nmsgstr \"\"\n\n#empty strings from id 13604 to 13609\n\nmsgctxt \"#13610\"\nmsgid \"Disabled\"\nmsgstr \"\"\n\nmsgctxt \"#13611\"\nmsgid \"Standard\"\nmsgstr \"\"\n\nmsgctxt \"#13612\"\nmsgid \"Universal Remote\"\nmsgstr \"\"\n\nmsgctxt \"#13613\"\nmsgid \"Multi Remote (Harmony)\"\nmsgstr \"\"\n\n#empty strings from id 13614 to 13619\n\nmsgctxt \"#13620\"\nmsgid \"Apple Remote Error\"\nmsgstr \"\"\n\nmsgctxt \"#13621\"\nmsgid \"Apple Remote support could be enabled.\"\nmsgstr \"\"\n\n#empty strings from id 13622 to 13999\n\nmsgctxt \"#14000\"\nmsgid \"Stack\"\nmsgstr \"\"\n\nmsgctxt \"#14001\"\nmsgid \"Unstack\"\nmsgstr \"\"\n\n#empty string with id 14002\n\nmsgctxt \"#14003\"\nmsgid \"Downloading playlist file...\"\nmsgstr \"\"\n\nmsgctxt \"#14004\"\nmsgid \"Downloading streams list...\"\nmsgstr \"\"\n\nmsgctxt \"#14005\"\nmsgid \"Parsing streams list...\"\nmsgstr \"\"\n\nmsgctxt \"#14006\"\nmsgid \"Downloading streams list failed\"\nmsgstr \"\"\n\nmsgctxt \"#14007\"\nmsgid \"Downloading playlist file failed\"\nmsgstr \"\"\n\n#empty string with id 14008\n\nmsgctxt \"#14009\"\nmsgid \"Games directory\"\nmsgstr \"\"\n\nmsgctxt \"#14010\"\nmsgid \"Auto switch to thumbs based on\"\nmsgstr \"\"\n\nmsgctxt \"#14011\"\nmsgid \"Enable auto switching to thumbs view\"\nmsgstr \"\"\n\nmsgctxt \"#14012\"\nmsgid \"- Use large icons\"\nmsgstr \"\"\n\nmsgctxt \"#14013\"\nmsgid \"- Switch based on\"\nmsgstr \"\"\n\nmsgctxt \"#14014\"\nmsgid \"- Percentage\"\nmsgstr \"\"\n\nmsgctxt \"#14015\"\nmsgid \"No files and at least one thumb\"\nmsgstr \"\"\n\nmsgctxt \"#14016\"\nmsgid \"At least one file and thumb\"\nmsgstr \"\"\n\nmsgctxt \"#14017\"\nmsgid \"Percentage of thumbs\"\nmsgstr \"\"\n\nmsgctxt \"#14018\"\nmsgid \"View options\"\nmsgstr \"\"\n\nmsgctxt \"#14019\"\nmsgid \"Change area code 1\"\nmsgstr \"\"\n\nmsgctxt \"#14020\"\nmsgid \"Change area code 2\"\nmsgstr \"\"\n\nmsgctxt \"#14021\"\nmsgid \"Change area code 3\"\nmsgstr \"\"\n\nmsgctxt \"#14022\"\nmsgid \"Library\"\nmsgstr \"\"\n\nmsgctxt \"#14023\"\nmsgid \"No TV\"\nmsgstr \"\"\n\nmsgctxt \"#14024\"\nmsgid \"Enter the nearest large town\"\nmsgstr \"\"\n\nmsgctxt \"#14025\"\nmsgid \"Video/Audio/DVD cache - Harddisk\"\nmsgstr \"\"\n\nmsgctxt \"#14026\"\nmsgid \"Video cache - DVD-ROM\"\nmsgstr \"\"\n\nmsgctxt \"#14027\"\nmsgid \"- Local Network\"\nmsgstr \"\"\n\nmsgctxt \"#14028\"\nmsgid \"- Internet\"\nmsgstr \"\"\n\n#empty string with id 14029\n\nmsgctxt \"#14030\"\nmsgid \"Audio cache - DVD-ROM\"\nmsgstr \"\"\n\nmsgctxt \"#14031\"\nmsgid \"- Local Network\"\nmsgstr \"\"\n\nmsgctxt \"#14032\"\nmsgid \"- Internet\"\nmsgstr \"\"\n\n#empty string with id 14033\n\nmsgctxt \"#14034\"\nmsgid \"DVD cache - DVD-ROM\"\nmsgstr \"\"\n\nmsgctxt \"#14035\"\nmsgid \"- Local Network\"\nmsgstr \"\"\n\nmsgctxt \"#14036\"\nmsgid \"Services\"\nmsgstr \"\"\n\n#empty string with id 14037\n\nmsgctxt \"#14038\"\nmsgid \"Network settings changed\"\nmsgstr \"\"\n\nmsgctxt \"#14039\"\nmsgid \"XBMC requires to restart to change your\"\nmsgstr \"\"\n\nmsgctxt \"#14040\"\nmsgid \"network setup.  Would you like to restart now?\"\nmsgstr \"\"\n\nmsgctxt \"#14041\"\nmsgid \"Post processing\"\nmsgstr \"\"\n\nmsgctxt \"#14042\"\nmsgid \"Internet connection bandwidth limitation\"\nmsgstr \"\"\n\nmsgctxt \"#14043\"\nmsgid \"- Shutdown while playing\"\nmsgstr \"\"\n\nmsgctxt \"#14044\"\nmsgid \"%i min\"\nmsgstr \"\"\n\nmsgctxt \"#14045\"\nmsgid \"%i sec\"\nmsgstr \"\"\n\nmsgctxt \"#14046\"\nmsgid \"%i ms\"\nmsgstr \"\"\n\nmsgctxt \"#14047\"\nmsgid \"%i %%\"\nmsgstr \"\"\n\nmsgctxt \"#14048\"\nmsgid \"%i kbps\"\nmsgstr \"\"\n\nmsgctxt \"#14049\"\nmsgid \"%i kb\"\nmsgstr \"\"\n\nmsgctxt \"#14050\"\nmsgid \"%i.0 dB\"\nmsgstr \"\"\n\nmsgctxt \"#14051\"\nmsgid \"Time format\"\nmsgstr \"\"\n\nmsgctxt \"#14052\"\nmsgid \"Date format\"\nmsgstr \"\"\n\nmsgctxt \"#14053\"\nmsgid \"GUI filters\"\nmsgstr \"\"\n\n#empty string with id 14054\n\nmsgctxt \"#14055\"\nmsgid \"Use background scanning\"\nmsgstr \"\"\n\nmsgctxt \"#14056\"\nmsgid \"Stop scan\"\nmsgstr \"\"\n\nmsgctxt \"#14057\"\nmsgid \"Not possible while scanning for media info\"\nmsgstr \"\"\n\nmsgctxt \"#14058\"\nmsgid \"Film grain effect\"\nmsgstr \"\"\n\nmsgctxt \"#14059\"\nmsgid \"Search for thumbnails on remote shares\"\nmsgstr \"\"\n\nmsgctxt \"#14060\"\nmsgid \"Unknown type cache - Internet\"\nmsgstr \"\"\n\nmsgctxt \"#14061\"\nmsgid \"Auto\"\nmsgstr \"\"\n\nmsgctxt \"#14062\"\nmsgid \"Enter username for\"\nmsgstr \"\"\n\nmsgctxt \"#14063\"\nmsgid \"Date & time\"\nmsgstr \"\"\n\nmsgctxt \"#14064\"\nmsgid \"Set date\"\nmsgstr \"\"\n\nmsgctxt \"#14065\"\nmsgid \"Set time\"\nmsgstr \"\"\n\nmsgctxt \"#14066\"\nmsgid \"Enter the time in 24 hour HH:MM format\"\nmsgstr \"\"\n\nmsgctxt \"#14067\"\nmsgid \"Enter the date in DD/MM/YYYY format\"\nmsgstr \"\"\n\nmsgctxt \"#14068\"\nmsgid \"Enter the IP address\"\nmsgstr \"\"\n\nmsgctxt \"#14069\"\nmsgid \"Apply these settings now?\"\nmsgstr \"\"\n\nmsgctxt \"#14070\"\nmsgid \"Apply changes now\"\nmsgstr \"\"\n\nmsgctxt \"#14071\"\nmsgid \"Allow file renaming and deletion\"\nmsgstr \"\"\n\n#empty strings from id 14072 to 14073\n\nmsgctxt \"#14074\"\nmsgid \"Set timezone\"\nmsgstr \"\"\n\nmsgctxt \"#14075\"\nmsgid \"Use daylight saving time\"\nmsgstr \"\"\n\nmsgctxt \"#14076\"\nmsgid \"Add to favourites\"\nmsgstr \"\"\n\nmsgctxt \"#14077\"\nmsgid \"Remove from favourites\"\nmsgstr \"\"\n\nmsgctxt \"#14078\"\nmsgid \"- Colours\"\nmsgstr \"\"\n\nmsgctxt \"#14079\"\nmsgid \"Timezone country\"\nmsgstr \"\"\n\nmsgctxt \"#14080\"\nmsgid \"Timezone\"\nmsgstr \"\"\n\nmsgctxt \"#14081\"\nmsgid \"File lists\"\nmsgstr \"\"\n\nmsgctxt \"#14082\"\nmsgid \"Show EXIF picture information\"\nmsgstr \"\"\n\nmsgctxt \"#14083\"\nmsgid \"Use a fullscreen window rather than true fullscreen\"\nmsgstr \"\"\n\nmsgctxt \"#14084\"\nmsgid \"Queue songs on selection\"\nmsgstr \"\"\n\nmsgctxt \"#14085\"\nmsgid \"Play audio CDs automatically\"\nmsgstr \"\"\n\nmsgctxt \"#14086\"\nmsgid \"Playback\"\nmsgstr \"\"\n\nmsgctxt \"#14087\"\nmsgid \"DVDs\"\nmsgstr \"\"\n\nmsgctxt \"#14088\"\nmsgid \"Play DVDs automatically\"\nmsgstr \"\"\n\nmsgctxt \"#14089\"\nmsgid \"Font to use for text subtitles\"\nmsgstr \"\"\n\nmsgctxt \"#14090\"\nmsgid \"International\"\nmsgstr \"\"\n\nmsgctxt \"#14091\"\nmsgid \"Character set\"\nmsgstr \"\"\n\nmsgctxt \"#14092\"\nmsgid \"Debugging\"\nmsgstr \"\"\n\nmsgctxt \"#14093\"\nmsgid \"Security\"\nmsgstr \"\"\n\nmsgctxt \"#14094\"\nmsgid \"Input devices\"\nmsgstr \"\"\n\nmsgctxt \"#14095\"\nmsgid \"Power saving\"\nmsgstr \"\"\n\nmsgctxt \"#14096\"\nmsgid \"Video cache\"\nmsgstr \"\"\n\nmsgctxt \"#14097\"\nmsgid \"Video cache - max time\"\nmsgstr \"\"\n\nmsgctxt \"#14098\"\nmsgid \"Audio cache\"\nmsgstr \"\"\n\nmsgctxt \"#14099\"\nmsgid \"Audio cache - max time\"\nmsgstr \"\"\n\nmsgctxt \"#14100\"\nmsgid \"H.264 Skip Loop Filter\"\nmsgstr \"\"\n\nmsgctxt \"#14101\"\nmsgid \"Default\"\nmsgstr \"\"\n\nmsgctxt \"#14102\"\nmsgid \"Skip Non-reference Frames\"\nmsgstr \"\"\n\nmsgctxt \"#14103\"\nmsgid \"Skip Bidirectional Frames\"\nmsgstr \"\"\n\nmsgctxt \"#14104\"\nmsgid \"Skip Non-key frames\"\nmsgstr \"\"\n\nmsgctxt \"#14105\"\nmsgid \"Skip Everything\"\nmsgstr \"\"\n\n#empty strings from id 14106 to 15014\n\nmsgctxt \"#15015\"\nmsgid \"Remove\"\nmsgstr \"\"\n\nmsgctxt \"#15016\"\nmsgid \"Games\"\nmsgstr \"\"\n\n#empty strings from id 15017 to 15018\n\nmsgctxt \"#15019\"\nmsgid \"Add\"\nmsgstr \"\"\n\n#empty strings from id 15020 to 15051\n\nmsgctxt \"#15052\"\nmsgid \"Password\"\nmsgstr \"\"\n\n#empty strings from id 15053 to 15099\n\nmsgctxt \"#15100\"\nmsgid \"Library\"\nmsgstr \"\"\n\nmsgctxt \"#15101\"\nmsgid \"Database\"\nmsgstr \"\"\n\nmsgctxt \"#15102\"\nmsgid \"* All albums\"\nmsgstr \"\"\n\nmsgctxt \"#15103\"\nmsgid \"* All artists\"\nmsgstr \"\"\n\nmsgctxt \"#15104\"\nmsgid \"* All songs\"\nmsgstr \"\"\n\nmsgctxt \"#15105\"\nmsgid \"* All genres\"\nmsgstr \"\"\n\n#empty string with id 15106\n\nmsgctxt \"#15107\"\nmsgid \"Buffering...\"\nmsgstr \"\"\n\nmsgctxt \"#15108\"\nmsgid \"Navigation sounds\"\nmsgstr \"\"\n\nmsgctxt \"#15109\"\nmsgid \"Skin default\"\nmsgstr \"\"\n\n#empty string with id 15110\n\nmsgctxt \"#15111\"\nmsgid \"- Theme\"\nmsgstr \"\"\n\nmsgctxt \"#15112\"\nmsgid \"Default theme\"\nmsgstr \"\"\n\n#empty strings from id 15113 to 15199\n\nmsgctxt \"#15200\"\nmsgid \"Last.fm\"\nmsgstr \"\"\n\nmsgctxt \"#15201\"\nmsgid \"Submit songs to Last.fm\"\nmsgstr \"\"\n\nmsgctxt \"#15202\"\nmsgid \"Last.fm username\"\nmsgstr \"\"\n\nmsgctxt \"#15203\"\nmsgid \"Last.fm password\"\nmsgstr \"\"\n\nmsgctxt \"#15204\"\nmsgid \"Unable to handshake: sleeping...\"\nmsgstr \"\"\n\nmsgctxt \"#15205\"\nmsgid \"Please update XBMC\"\nmsgstr \"\"\n\nmsgctxt \"#15206\"\nmsgid \"Bad authorization: Check username and password\"\nmsgstr \"\"\n\nmsgctxt \"#15207\"\nmsgid \"Connected\"\nmsgstr \"\"\n\nmsgctxt \"#15208\"\nmsgid \"Not connected\"\nmsgstr \"\"\n\nmsgctxt \"#15209\"\nmsgid \"Submit interval %i\"\nmsgstr \"\"\n\nmsgctxt \"#15210\"\nmsgid \"Cached %i songs\"\nmsgstr \"\"\n\nmsgctxt \"#15211\"\nmsgid \"Submitting...\"\nmsgstr \"\"\n\nmsgctxt \"#15212\"\nmsgid \"Submitting in %i secs\"\nmsgstr \"\"\n\nmsgctxt \"#15213\"\nmsgid \"Play using...\"\nmsgstr \"\"\n\nmsgctxt \"#15214\"\nmsgid \"Use smoothed A/V synchronization\"\nmsgstr \"\"\n\nmsgctxt \"#15215\"\nmsgid \"Hide file names in thumbs view\"\nmsgstr \"\"\n\nmsgctxt \"#15216\"\nmsgid \"Play in party mode\"\nmsgstr \"\"\n\nmsgctxt \"#15217\"\nmsgid \"Submit songs to Libre.fm\"\nmsgstr \"\"\n\nmsgctxt \"#15218\"\nmsgid \"Libre.fm username\"\nmsgstr \"\"\n\nmsgctxt \"#15219\"\nmsgid \"Libre.fm password\"\nmsgstr \"\"\n\nmsgctxt \"#15220\"\nmsgid \"Libre.fm\"\nmsgstr \"\"\n\nmsgctxt \"#15221\"\nmsgid \"Song submission\"\nmsgstr \"\"\n\n#empty strings from id 15222 to 15249\n\nmsgctxt \"#15250\"\nmsgid \"Submit Last.fm radio to Last.fm\"\nmsgstr \"\"\n\nmsgctxt \"#15251\"\nmsgid \"Connecting to Last.fm...\"\nmsgstr \"\"\n\nmsgctxt \"#15252\"\nmsgid \"Selecting station...\"\nmsgstr \"\"\n\nmsgctxt \"#15253\"\nmsgid \"Search similar artists...\"\nmsgstr \"\"\n\nmsgctxt \"#15254\"\nmsgid \"Search similar tags...\"\nmsgstr \"\"\n\nmsgctxt \"#15255\"\nmsgid \"Your profile (%name%)\"\nmsgstr \"\"\n\nmsgctxt \"#15256\"\nmsgid \"Overall top tags\"\nmsgstr \"\"\n\nmsgctxt \"#15257\"\nmsgid \"Top artists for tag %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15258\"\nmsgid \"Top albums for tag %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15259\"\nmsgid \"Top tracks for tag %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15260\"\nmsgid \"Listen to tag %name% Last.fm radio\"\nmsgstr \"\"\n\nmsgctxt \"#15261\"\nmsgid \"Similar artists as %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15262\"\nmsgid \"Top %name% albums\"\nmsgstr \"\"\n\nmsgctxt \"#15263\"\nmsgid \"Top %name% tracks\"\nmsgstr \"\"\n\nmsgctxt \"#15264\"\nmsgid \"Top %name% tags\"\nmsgstr \"\"\n\nmsgctxt \"#15265\"\nmsgid \"Biggest fans of %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15266\"\nmsgid \"Listen to %name% fans Last.fm radio\"\nmsgstr \"\"\n\nmsgctxt \"#15267\"\nmsgid \"Listen to %name% similar artists Last.fm radio\"\nmsgstr \"\"\n\nmsgctxt \"#15268\"\nmsgid \"Top artists for user %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15269\"\nmsgid \"Top albums for user %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15270\"\nmsgid \"Top tracks for user %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15271\"\nmsgid \"Friends of user %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15272\"\nmsgid \"Neighbours of user %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15273\"\nmsgid \"Weekly artist chart for %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15274\"\nmsgid \"Weekly album chart for %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15275\"\nmsgid \"Weekly track chart for %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15276\"\nmsgid \"Listen to %name%'s neighbours Last.fm radio\"\nmsgstr \"\"\n\nmsgctxt \"#15277\"\nmsgid \"Listen to %name%'s personal Last.fm radio\"\nmsgstr \"\"\n\nmsgctxt \"#15278\"\nmsgid \"Listen to %name%'s mix Last.fm radio\"\nmsgstr \"\"\n\nmsgctxt \"#15279\"\nmsgid \"Retrieving list from Last.fm...\"\nmsgstr \"\"\n\nmsgctxt \"#15280\"\nmsgid \"Can't retrieve list from Last.fm...\"\nmsgstr \"\"\n\nmsgctxt \"#15281\"\nmsgid \"Enter an artist name to find related ones\"\nmsgstr \"\"\n\nmsgctxt \"#15282\"\nmsgid \"Enter a tag name to find similar ones\"\nmsgstr \"\"\n\nmsgctxt \"#15283\"\nmsgid \"Tracks recently listened by %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15284\"\nmsgid \"Listen to %name%'s recommendations Last.fm radio\"\nmsgstr \"\"\n\nmsgctxt \"#15285\"\nmsgid \"Top tags for user %name%\"\nmsgstr \"\"\n\n#empty string with id 15286\n\nmsgctxt \"#15287\"\nmsgid \"Do you want to add the current track to your loved tracks?\"\nmsgstr \"\"\n\nmsgctxt \"#15288\"\nmsgid \"Do you want to ban the current track?\"\nmsgstr \"\"\n\nmsgctxt \"#15289\"\nmsgid \"Added to your loved tracks: '%s'.\"\nmsgstr \"\"\n\nmsgctxt \"#15290\"\nmsgid \"Could not add '%s' to your loved tracks.\"\nmsgstr \"\"\n\nmsgctxt \"#15291\"\nmsgid \"Banned: '%s'.\"\nmsgstr \"\"\n\nmsgctxt \"#15292\"\nmsgid \"Could not ban '%s'.\"\nmsgstr \"\"\n\nmsgctxt \"#15293\"\nmsgid \"Tracks recently loved by %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15294\"\nmsgid \"Tracks recently banned by %name%\"\nmsgstr \"\"\n\nmsgctxt \"#15295\"\nmsgid \"Remove from loved tracks\"\nmsgstr \"\"\n\nmsgctxt \"#15296\"\nmsgid \"Un-ban\"\nmsgstr \"\"\n\nmsgctxt \"#15297\"\nmsgid \"Do you want to remove this track from your loved tracks?\"\nmsgstr \"\"\n\nmsgctxt \"#15298\"\nmsgid \"Do you want to un-ban this track?\"\nmsgstr \"\"\n\n#empty string with id 15299\n\nmsgctxt \"#15300\"\nmsgid \"Path not found or invalid\"\nmsgstr \"\"\n\nmsgctxt \"#15301\"\nmsgid \"Could not connect to network server\"\nmsgstr \"\"\n\nmsgctxt \"#15302\"\nmsgid \"No servers found\"\nmsgstr \"\"\n\nmsgctxt \"#15303\"\nmsgid \"Workgroup not found\"\nmsgstr \"\"\n\n#empty strings from id 15304 to 15309\n\nmsgctxt \"#15310\"\nmsgid \"Opening multi-path source\"\nmsgstr \"\"\n\nmsgctxt \"#15311\"\nmsgid \"Path:\"\nmsgstr \"\"\n\n#empty strings from id 15312 to 15999\n\nmsgctxt \"#16000\"\nmsgid \"General\"\nmsgstr \"\"\n\nmsgctxt \"#16001\"\nmsgid \"Configure audio hardware...\"\nmsgstr \"\"\n\nmsgctxt \"#16002\"\nmsgid \"Internet lookup\"\nmsgstr \"\"\n\nmsgctxt \"#16003\"\nmsgid \"Player\"\nmsgstr \"\"\n\nmsgctxt \"#16004\"\nmsgid \"Play media from disc\"\nmsgstr \"\"\n\n#empty strings from id 16005 to 16007\n\nmsgctxt \"#16008\"\nmsgid \"Enter new title\"\nmsgstr \"\"\n\nmsgctxt \"#16009\"\nmsgid \"Enter the movie name\"\nmsgstr \"\"\n\nmsgctxt \"#16010\"\nmsgid \"Enter the profile name\"\nmsgstr \"\"\n\nmsgctxt \"#16011\"\nmsgid \"Enter the album name\"\nmsgstr \"\"\n\nmsgctxt \"#16012\"\nmsgid \"Enter the playlist name\"\nmsgstr \"\"\n\nmsgctxt \"#16013\"\nmsgid \"Enter new filename\"\nmsgstr \"\"\n\nmsgctxt \"#16014\"\nmsgid \"Enter folder name\"\nmsgstr \"\"\n\nmsgctxt \"#16015\"\nmsgid \"Enter directory\"\nmsgstr \"\"\n\nmsgctxt \"#16016\"\nmsgid \"Available options: %A, %T, %N, %B, %D, %G, %Y, %F, %S\"\nmsgstr \"\"\n\nmsgctxt \"#16017\"\nmsgid \"Enter search string\"\nmsgstr \"\"\n\nmsgctxt \"#16018\"\nmsgid \"None\"\nmsgstr \"\"\n\nmsgctxt \"#16019\"\nmsgid \"Auto select\"\nmsgstr \"\"\n\nmsgctxt \"#16020\"\nmsgid \"De-interlace\"\nmsgstr \"\"\n\nmsgctxt \"#16021\"\nmsgid \"Bob\"\nmsgstr \"\"\n\nmsgctxt \"#16022\"\nmsgid \"Bob (inverted)\"\nmsgstr \"\"\n\nmsgctxt \"#16023\"\nmsgid \"Interlaced handling\"\nmsgstr \"\"\n\nmsgctxt \"#16024\"\nmsgid \"Canceling...\"\nmsgstr \"\"\n\nmsgctxt \"#16025\"\nmsgid \"Enter the artist name\"\nmsgstr \"\"\n\nmsgctxt \"#16026\"\nmsgid \"Playback failed\"\nmsgstr \"\"\n\nmsgctxt \"#16027\"\nmsgid \"One or more items failed to play.\"\nmsgstr \"\"\n\nmsgctxt \"#16028\"\nmsgid \"Enter value\"\nmsgstr \"\"\n\nmsgctxt \"#16029\"\nmsgid \"Check the log file for details.\"\nmsgstr \"\"\n\nmsgctxt \"#16030\"\nmsgid \"Party mode aborted.\"\nmsgstr \"\"\n\nmsgctxt \"#16031\"\nmsgid \"No matching songs in the library.\"\nmsgstr \"\"\n\nmsgctxt \"#16032\"\nmsgid \"Could not initialize database.\"\nmsgstr \"\"\n\nmsgctxt \"#16033\"\nmsgid \"Could not open database.\"\nmsgstr \"\"\n\nmsgctxt \"#16034\"\nmsgid \"Could not get songs from database.\"\nmsgstr \"\"\n\nmsgctxt \"#16035\"\nmsgid \"Party mode playlist\"\nmsgstr \"\"\n\n#empty strings from id 16036 to 16099\n\nmsgctxt \"#16100\"\nmsgid \"All Videos\"\nmsgstr \"\"\n\nmsgctxt \"#16101\"\nmsgid \"Unwatched\"\nmsgstr \"\"\n\nmsgctxt \"#16102\"\nmsgid \"Watched\"\nmsgstr \"\"\n\nmsgctxt \"#16103\"\nmsgid \"Mark as watched\"\nmsgstr \"\"\n\nmsgctxt \"#16104\"\nmsgid \"Mark as unwatched\"\nmsgstr \"\"\n\nmsgctxt \"#16105\"\nmsgid \"Edit title\"\nmsgstr \"\"\n\nmsgctxt \"#16106\"\nmsgid \"Use NTSC-M & NTSC-J\"\nmsgstr \"\"\n\nmsgctxt \"#16107\"\nmsgid \"Use only NTSC-M\"\nmsgstr \"\"\n\nmsgctxt \"#16108\"\nmsgid \"Use only NTSC-J\"\nmsgstr \"\"\n\nmsgctxt \"#16109\"\nmsgid \"Use only PAL-60\"\nmsgstr \"\"\n\nmsgctxt \"#16110\"\nmsgid \"For 60hz games\"\nmsgstr \"\"\n\n#empty strings from id 16111 to 16199\n\nmsgctxt \"#16200\"\nmsgid \"Operation was aborted\"\nmsgstr \"\"\n\nmsgctxt \"#16201\"\nmsgid \"Copy failed\"\nmsgstr \"\"\n\nmsgctxt \"#16202\"\nmsgid \"Failed to copy at least one file\"\nmsgstr \"\"\n\nmsgctxt \"#16203\"\nmsgid \"Move failed\"\nmsgstr \"\"\n\nmsgctxt \"#16204\"\nmsgid \"Failed to move at least one file\"\nmsgstr \"\"\n\nmsgctxt \"#16205\"\nmsgid \"Delete failed\"\nmsgstr \"\"\n\nmsgctxt \"#16206\"\nmsgid \"Failed to delete at least one file\"\nmsgstr \"\"\n\n#empty strings from id 16207 to 16299\n\nmsgctxt \"#16300\"\nmsgid \"Video scaling method\"\nmsgstr \"\"\n\nmsgctxt \"#16301\"\nmsgid \"Nearest neighbour\"\nmsgstr \"\"\n\nmsgctxt \"#16302\"\nmsgid \"Bilinear\"\nmsgstr \"\"\n\nmsgctxt \"#16303\"\nmsgid \"Bicubic\"\nmsgstr \"\"\n\nmsgctxt \"#16304\"\nmsgid \"Lanczos2\"\nmsgstr \"\"\n\nmsgctxt \"#16305\"\nmsgid \"Lanczos3\"\nmsgstr \"\"\n\nmsgctxt \"#16306\"\nmsgid \"Sinc8\"\nmsgstr \"\"\n\nmsgctxt \"#16307\"\nmsgid \"Bicubic (software)\"\nmsgstr \"\"\n\nmsgctxt \"#16308\"\nmsgid \"Lanczos (software)\"\nmsgstr \"\"\n\nmsgctxt \"#16309\"\nmsgid \"Sinc (software)\"\nmsgstr \"\"\n\nmsgctxt \"#16310\"\nmsgid \"(VDPAU)Temporal\"\nmsgstr \"\"\n\nmsgctxt \"#16311\"\nmsgid \"(VDPAU)Temporal/Spatial\"\nmsgstr \"\"\n\nmsgctxt \"#16312\"\nmsgid \"(VDPAU)Noise Reduction\"\nmsgstr \"\"\n\nmsgctxt \"#16313\"\nmsgid \"(VDPAU)Sharpness\"\nmsgstr \"\"\n\nmsgctxt \"#16314\"\nmsgid \"Inverse Telecine\"\nmsgstr \"\"\n\n#empty strings from id 16315 to 16399\n\nmsgctxt \"#16400\"\nmsgid \"Post-processing\"\nmsgstr \"\"\n\n#empty strings from id 16401 to 17499\n\nmsgctxt \"#17500\"\nmsgid \"Display sleep timeout\"\nmsgstr \"\"\n\n#empty strings from id 17501 to 18999\n\nmsgctxt \"#19000\"\nmsgid \"Switch to channel\"\nmsgstr \"\"\n\n#empty strings from id 19001 to 19999\n\nmsgctxt \"#20000\"\nmsgid \"Saved music folder\"\nmsgstr \"\"\n\nmsgctxt \"#20001\"\nmsgid \"Use external DVD player\"\nmsgstr \"\"\n\nmsgctxt \"#20002\"\nmsgid \"External DVD player\"\nmsgstr \"\"\n\nmsgctxt \"#20003\"\nmsgid \"Trainers folder\"\nmsgstr \"\"\n\nmsgctxt \"#20004\"\nmsgid \"Screenshot folder\"\nmsgstr \"\"\n\n#empty string with id 20005\n\nmsgctxt \"#20006\"\nmsgid \"Playlists folder\"\nmsgstr \"\"\n\nmsgctxt \"#20007\"\nmsgid \"Recordings\"\nmsgstr \"\"\n\nmsgctxt \"#20008\"\nmsgid \"Screenshots\"\nmsgstr \"\"\n\nmsgctxt \"#20009\"\nmsgid \"Use XBMC\"\nmsgstr \"\"\n\n#empty string with id 20010\n\nmsgctxt \"#20011\"\nmsgid \"Music playlists\"\nmsgstr \"\"\n\nmsgctxt \"#20012\"\nmsgid \"Video playlists\"\nmsgstr \"\"\n\nmsgctxt \"#20013\"\nmsgid \"Do you wish to launch the game?\"\nmsgstr \"\"\n\nmsgctxt \"#20014\"\nmsgid \"Sort by: Playlist\"\nmsgstr \"\"\n\nmsgctxt \"#20015\"\nmsgid \"Remote thumb\"\nmsgstr \"\"\n\nmsgctxt \"#20016\"\nmsgid \"Current thumb\"\nmsgstr \"\"\n\nmsgctxt \"#20017\"\nmsgid \"Local thumb\"\nmsgstr \"\"\n\nmsgctxt \"#20018\"\nmsgid \"No thumb\"\nmsgstr \"\"\n\nmsgctxt \"#20019\"\nmsgid \"Choose thumbnail\"\nmsgstr \"\"\n\n#empty strings from id 20020 to 20022\n\nmsgctxt \"#20023\"\nmsgid \"Conflict\"\nmsgstr \"\"\n\nmsgctxt \"#20024\"\nmsgid \"Scan new\"\nmsgstr \"\"\n\nmsgctxt \"#20025\"\nmsgid \"Scan all\"\nmsgstr \"\"\n\nmsgctxt \"#20026\"\nmsgid \"Region\"\nmsgstr \"\"\n\n#empty strings from id 20027 to 20036\n#string id's 20027 thru 20034 are reserved for temperature strings (LocalizeStrings.cpp)\n\nmsgctxt \"#20037\"\nmsgid \"Summary\"\nmsgstr \"\"\n\nmsgctxt \"#20038\"\nmsgid \"Lock music window\"\nmsgstr \"\"\n\nmsgctxt \"#20039\"\nmsgid \"Lock videos window\"\nmsgstr \"\"\n\nmsgctxt \"#20040\"\nmsgid \"Lock pictures window\"\nmsgstr \"\"\n\nmsgctxt \"#20041\"\nmsgid \"Lock programs, saves & scripts windows\"\nmsgstr \"\"\n\nmsgctxt \"#20042\"\nmsgid \"Lock file manager\"\nmsgstr \"\"\n\nmsgctxt \"#20043\"\nmsgid \"Lock settings\"\nmsgstr \"\"\n\nmsgctxt \"#20044\"\nmsgid \"Start fresh\"\nmsgstr \"\"\n\nmsgctxt \"#20045\"\nmsgid \"Enter master mode\"\nmsgstr \"\"\n\nmsgctxt \"#20046\"\nmsgid \"Leave master mode\"\nmsgstr \"\"\n\nmsgctxt \"#20047\"\nmsgid \"Create profile '%s'?\"\nmsgstr \"\"\n\nmsgctxt \"#20048\"\nmsgid \"Start with fresh settings\"\nmsgstr \"\"\n\nmsgctxt \"#20049\"\nmsgid \"Best available\"\nmsgstr \"\"\n\nmsgctxt \"#20050\"\nmsgid \"Auto-switch between 16x9 and 4x3\"\nmsgstr \"\"\n\nmsgctxt \"#20051\"\nmsgid \"Treat stacked files as single file\"\nmsgstr \"\"\n\nmsgctxt \"#20052\"\nmsgid \"Caution\"\nmsgstr \"\"\n\nmsgctxt \"#20053\"\nmsgid \"Left master mode\"\nmsgstr \"\"\n\nmsgctxt \"#20054\"\nmsgid \"Entered master mode\"\nmsgstr \"\"\n\nmsgctxt \"#20055\"\nmsgid \"Allmusic.com thumb\"\nmsgstr \"\"\n\n#empty string with id 20056\n\nmsgctxt \"#20057\"\nmsgid \"Remove thumbnail\"\nmsgstr \"\"\n\nmsgctxt \"#20058\"\nmsgid \"Add profile...\"\nmsgstr \"\"\n\nmsgctxt \"#20059\"\nmsgid \"Query info for all albums\"\nmsgstr \"\"\n\nmsgctxt \"#20060\"\nmsgid \"Media info\"\nmsgstr \"\"\n\nmsgctxt \"#20061\"\nmsgid \"Separate\"\nmsgstr \"\"\n\nmsgctxt \"#20062\"\nmsgid \"Shares with default\"\nmsgstr \"\"\n\nmsgctxt \"#20063\"\nmsgid \"Shares with default (read only)\"\nmsgstr \"\"\n\nmsgctxt \"#20064\"\nmsgid \"Copy default\"\nmsgstr \"\"\n\nmsgctxt \"#20065\"\nmsgid \"Profile picture\"\nmsgstr \"\"\n\nmsgctxt \"#20066\"\nmsgid \"Lock preferences\"\nmsgstr \"\"\n\nmsgctxt \"#20067\"\nmsgid \"Edit profile\"\nmsgstr \"\"\n\nmsgctxt \"#20068\"\nmsgid \"Profile lock\"\nmsgstr \"\"\n\nmsgctxt \"#20069\"\nmsgid \"Could not create folder\"\nmsgstr \"\"\n\nmsgctxt \"#20070\"\nmsgid \"Profile directory\"\nmsgstr \"\"\n\nmsgctxt \"#20071\"\nmsgid \"Start with fresh media sources\"\nmsgstr \"\"\n\nmsgctxt \"#20072\"\nmsgid \"Make sure the selected folder is writable\"\nmsgstr \"\"\n\nmsgctxt \"#20073\"\nmsgid \"and that the new folder name is valid\"\nmsgstr \"\"\n\nmsgctxt \"#20074\"\nmsgid \"MPAA rating\"\nmsgstr \"\"\n\nmsgctxt \"#20075\"\nmsgid \"Enter master lock code\"\nmsgstr \"\"\n\nmsgctxt \"#20076\"\nmsgid \"Ask for master lock code on startup\"\nmsgstr \"\"\n\nmsgctxt \"#20077\"\nmsgid \"Skin settings\"\nmsgstr \"\"\n\nmsgctxt \"#20078\"\nmsgid \"- no link set -\"\nmsgstr \"\"\n\nmsgctxt \"#20079\"\nmsgid \"Enable animations\"\nmsgstr \"\"\n\nmsgctxt \"#20080\"\nmsgid \"Disable RSS during music\"\nmsgstr \"\"\n\nmsgctxt \"#20081\"\nmsgid \"Enable shortcut buttons\"\nmsgstr \"\"\n\nmsgctxt \"#20082\"\nmsgid \"Show programs in main menu\"\nmsgstr \"\"\n\nmsgctxt \"#20083\"\nmsgid \"Show music info\"\nmsgstr \"\"\n\nmsgctxt \"#20084\"\nmsgid \"Show weather info\"\nmsgstr \"\"\n\nmsgctxt \"#20085\"\nmsgid \"Show system info\"\nmsgstr \"\"\n\nmsgctxt \"#20086\"\nmsgid \"Show available disc space C: E: F:\"\nmsgstr \"\"\n\nmsgctxt \"#20087\"\nmsgid \"Show available disc space E: F: G:\"\nmsgstr \"\"\n\nmsgctxt \"#20088\"\nmsgid \"Weather info\"\nmsgstr \"\"\n\nmsgctxt \"#20089\"\nmsgid \"Drive space free\"\nmsgstr \"\"\n\nmsgctxt \"#20090\"\nmsgid \"Enter the name of an existing share\"\nmsgstr \"\"\n\nmsgctxt \"#20091\"\nmsgid \"Lock code\"\nmsgstr \"\"\n\nmsgctxt \"#20092\"\nmsgid \"Load profile\"\nmsgstr \"\"\n\nmsgctxt \"#20093\"\nmsgid \"Profile name\"\nmsgstr \"\"\n\nmsgctxt \"#20094\"\nmsgid \"Media sources\"\nmsgstr \"\"\n\nmsgctxt \"#20095\"\nmsgid \"Enter profile lock code\"\nmsgstr \"\"\n\nmsgctxt \"#20096\"\nmsgid \"Login screen\"\nmsgstr \"\"\n\nmsgctxt \"#20097\"\nmsgid \"Fetching album info\"\nmsgstr \"\"\n\nmsgctxt \"#20098\"\nmsgid \"Fetching info for album\"\nmsgstr \"\"\n\nmsgctxt \"#20099\"\nmsgid \"Can't rip CD or track while playing from CD\"\nmsgstr \"\"\n\nmsgctxt \"#20100\"\nmsgid \"Master lock code and settings\"\nmsgstr \"\"\n\nmsgctxt \"#20101\"\nmsgid \"Entering master lock code always enables master mode\"\nmsgstr \"\"\n\nmsgctxt \"#20102\"\nmsgid \"or copy from default?\"\nmsgstr \"\"\n\nmsgctxt \"#20103\"\nmsgid \"Save changes to profile?\"\nmsgstr \"\"\n\nmsgctxt \"#20104\"\nmsgid \"Old settings found.\"\nmsgstr \"\"\n\nmsgctxt \"#20105\"\nmsgid \"Do you want to use them?\"\nmsgstr \"\"\n\nmsgctxt \"#20106\"\nmsgid \"Old media sources found.\"\nmsgstr \"\"\n\nmsgctxt \"#20107\"\nmsgid \"Separate (locked)\"\nmsgstr \"\"\n\nmsgctxt \"#20108\"\nmsgid \"Root\"\nmsgstr \"\"\n\nmsgctxt \"#20109\"\nmsgid \"- Zoom\"\nmsgstr \"\"\n\nmsgctxt \"#20110\"\nmsgid \"UPnP settings\"\nmsgstr \"\"\n\nmsgctxt \"#20111\"\nmsgid \"Autostart UPnP client\"\nmsgstr \"\"\n\nmsgctxt \"#20112\"\nmsgid \"Last login: %s\"\nmsgstr \"\"\n\nmsgctxt \"#20113\"\nmsgid \"Never logged on\"\nmsgstr \"\"\n\nmsgctxt \"#20114\"\nmsgid \"Profile %i / %i\"\nmsgstr \"\"\n\nmsgctxt \"#20115\"\nmsgid \"User login / Select a profile\"\nmsgstr \"\"\n\nmsgctxt \"#20116\"\nmsgid \"Use lock on login screen\"\nmsgstr \"\"\n\nmsgctxt \"#20117\"\nmsgid \"Invalid lock code.\"\nmsgstr \"\"\n\nmsgctxt \"#20118\"\nmsgid \"This requires the master lock to be set.\"\nmsgstr \"\"\n\nmsgctxt \"#20119\"\nmsgid \"Would you like to set it now?\"\nmsgstr \"\"\n\nmsgctxt \"#20120\"\nmsgid \"Loading program information\"\nmsgstr \"\"\n\nmsgctxt \"#20121\"\nmsgid \"Party on!\"\nmsgstr \"\"\n\nmsgctxt \"#20122\"\nmsgid \"True\"\nmsgstr \"\"\n\nmsgctxt \"#20123\"\nmsgid \"Mixing drinks\"\nmsgstr \"\"\n\nmsgctxt \"#20124\"\nmsgid \"Filling glasses\"\nmsgstr \"\"\n\nmsgctxt \"#20125\"\nmsgid \"Logged on as\"\nmsgstr \"\"\n\nmsgctxt \"#20126\"\nmsgid \"Log off\"\nmsgstr \"\"\n\n#empty string with id 20127\n\nmsgctxt \"#20128\"\nmsgid \"Go to root\"\nmsgstr \"\"\n\nmsgctxt \"#20129\"\nmsgid \"Weave\"\nmsgstr \"\"\n\nmsgctxt \"#20130\"\nmsgid \"Weave (inverted)\"\nmsgstr \"\"\n\nmsgctxt \"#20131\"\nmsgid \"Blend\"\nmsgstr \"\"\n\nmsgctxt \"#20132\"\nmsgid \"Restart video\"\nmsgstr \"\"\n\nmsgctxt \"#20133\"\nmsgid \"Edit network location\"\nmsgstr \"\"\n\nmsgctxt \"#20134\"\nmsgid \"Remove network location\"\nmsgstr \"\"\n\nmsgctxt \"#20135\"\nmsgid \"Do you want to scan the folder?\"\nmsgstr \"\"\n\nmsgctxt \"#20136\"\nmsgid \"Memory unit\"\nmsgstr \"\"\n\nmsgctxt \"#20137\"\nmsgid \"Memory unit mounted\"\nmsgstr \"\"\n\nmsgctxt \"#20138\"\nmsgid \"Unable to mount memory unit\"\nmsgstr \"\"\n\nmsgctxt \"#20139\"\nmsgid \"In port %i, slot %i\"\nmsgstr \"\"\n\nmsgctxt \"#20140\"\nmsgid \"Lock screensaver\"\nmsgstr \"\"\n\nmsgctxt \"#20141\"\nmsgid \"Set\"\nmsgstr \"\"\n\nmsgctxt \"#20142\"\nmsgid \"Username\"\nmsgstr \"\"\n\nmsgctxt \"#20143\"\nmsgid \"Enter password for\"\nmsgstr \"\"\n\nmsgctxt \"#20144\"\nmsgid \"Shutdown timer\"\nmsgstr \"\"\n\nmsgctxt \"#20145\"\nmsgid \"Shutdown interval (in minutes)\"\nmsgstr \"\"\n\nmsgctxt \"#20146\"\nmsgid \"Started, shutdown in %im\"\nmsgstr \"\"\n\nmsgctxt \"#20147\"\nmsgid \"Shutdown in 30 minutes\"\nmsgstr \"\"\n\nmsgctxt \"#20148\"\nmsgid \"Shutdown in 60 minutes\"\nmsgstr \"\"\n\nmsgctxt \"#20149\"\nmsgid \"Shutdown in 120 minutes\"\nmsgstr \"\"\n\nmsgctxt \"#20150\"\nmsgid \"Custom shutdown timer\"\nmsgstr \"\"\n\nmsgctxt \"#20151\"\nmsgid \"Cancel shutdown timer\"\nmsgstr \"\"\n\nmsgctxt \"#20152\"\nmsgid \"Lock preferences for %s\"\nmsgstr \"\"\n\nmsgctxt \"#20153\"\nmsgid \"Browse...\"\nmsgstr \"\"\n\nmsgctxt \"#20154\"\nmsgid \"Summary information\"\nmsgstr \"\"\n\nmsgctxt \"#20155\"\nmsgid \"Storage information\"\nmsgstr \"\"\n\nmsgctxt \"#20156\"\nmsgid \"Hard disk information\"\nmsgstr \"\"\n\nmsgctxt \"#20157\"\nmsgid \"DVD-ROM information\"\nmsgstr \"\"\n\nmsgctxt \"#20158\"\nmsgid \"Network information\"\nmsgstr \"\"\n\nmsgctxt \"#20159\"\nmsgid \"Video information\"\nmsgstr \"\"\n\nmsgctxt \"#20160\"\nmsgid \"Hardware information\"\nmsgstr \"\"\n\nmsgctxt \"#20161\"\nmsgid \"Total\"\nmsgstr \"\"\n\nmsgctxt \"#20162\"\nmsgid \"Used\"\nmsgstr \"\"\n\nmsgctxt \"#20163\"\nmsgid \"of\"\nmsgstr \"\"\n\nmsgctxt \"#20164\"\nmsgid \"Locking not supported\"\nmsgstr \"\"\n\nmsgctxt \"#20165\"\nmsgid \"Not locked\"\nmsgstr \"\"\n\nmsgctxt \"#20166\"\nmsgid \"Locked\"\nmsgstr \"\"\n\nmsgctxt \"#20167\"\nmsgid \"Frozen\"\nmsgstr \"\"\n\nmsgctxt \"#20168\"\nmsgid \"Requires reset\"\nmsgstr \"\"\n\nmsgctxt \"#20169\"\nmsgid \"Week\"\nmsgstr \"\"\n\nmsgctxt \"#20170\"\nmsgid \"Line\"\nmsgstr \"\"\n\nmsgctxt \"#20171\"\nmsgid \"Windows network (SMB)\"\nmsgstr \"\"\n\nmsgctxt \"#20172\"\nmsgid \"XBMSP server\"\nmsgstr \"\"\n\nmsgctxt \"#20173\"\nmsgid \"FTP server\"\nmsgstr \"\"\n\nmsgctxt \"#20174\"\nmsgid \"iTunes music share (DAAP)\"\nmsgstr \"\"\n\nmsgctxt \"#20175\"\nmsgid \"UPnP server\"\nmsgstr \"\"\n\nmsgctxt \"#20176\"\nmsgid \"Show video info\"\nmsgstr \"\"\n\nmsgctxt \"#20177\"\nmsgid \"Done\"\nmsgstr \"\"\n\nmsgctxt \"#20178\"\nmsgid \"Shift\"\nmsgstr \"\"\n\nmsgctxt \"#20179\"\nmsgid \"Caps Lock\"\nmsgstr \"\"\n\nmsgctxt \"#20180\"\nmsgid \"Symbols\"\nmsgstr \"\"\n\nmsgctxt \"#20181\"\nmsgid \"Backspace\"\nmsgstr \"\"\n\nmsgctxt \"#20182\"\nmsgid \"Space\"\nmsgstr \"\"\n\nmsgctxt \"#20183\"\nmsgid \"Reload skin\"\nmsgstr \"\"\n\nmsgctxt \"#20184\"\nmsgid \"Rotate pictures using EXIF information\"\nmsgstr \"\"\n\nmsgctxt \"#20185\"\nmsgid \"Use poster view styles for TV shows\"\nmsgstr \"\"\n\nmsgctxt \"#20186\"\nmsgid \"Please wait\"\nmsgstr \"\"\n\nmsgctxt \"#20187\"\nmsgid \"Backing up EEPROM\"\nmsgstr \"\"\n\nmsgctxt \"#20188\"\nmsgid \"Backing up BIOS\"\nmsgstr \"\"\n\nmsgctxt \"#20189\"\nmsgid \"Enable auto scrolling for plot & review\"\nmsgstr \"\"\n\nmsgctxt \"#20190\"\nmsgid \"Custom\"\nmsgstr \"\"\n\nmsgctxt \"#20191\"\nmsgid \"Enable debug logging\"\nmsgstr \"\"\n\nmsgctxt \"#20192\"\nmsgid \"Download additional information during updates\"\nmsgstr \"\"\n\n#empty string with id 20193\n\nmsgctxt \"#20194\"\nmsgid \"Default service for music information\"\nmsgstr \"\"\n\nmsgctxt \"#20195\"\nmsgid \"Change scraper\"\nmsgstr \"\"\n\nmsgctxt \"#20196\"\nmsgid \"Export music library\"\nmsgstr \"\"\n\nmsgctxt \"#20197\"\nmsgid \"Import music library\"\nmsgstr \"\"\n\nmsgctxt \"#20198\"\nmsgid \"No artist found!\"\nmsgstr \"\"\n\nmsgctxt \"#20199\"\nmsgid \"Downloading artist info failed\"\nmsgstr \"\"\n\n#empty strings from id 20200 to 20249\n#string id's 20200 thru 20211 are reserved for speedstrings (LocalizeStrings.cpp)\n\nmsgctxt \"#20250\"\nmsgid \"Party on! (videos)\"\nmsgstr \"\"\n\nmsgctxt \"#20251\"\nmsgid \"Mixing drinks (videos)\"\nmsgstr \"\"\n\nmsgctxt \"#20252\"\nmsgid \"Filling glasses (videos)\"\nmsgstr \"\"\n\nmsgctxt \"#20253\"\nmsgid \"WebDAV server (HTTP)\"\nmsgstr \"\"\n\nmsgctxt \"#20254\"\nmsgid \"WebDAV server (HTTPS)\"\nmsgstr \"\"\n\n#empty strings from id 20255 to 20257\n\nmsgctxt \"#20258\"\nmsgid \"MythTV client\"\nmsgstr \"\"\n\n#empty strings from id 20259 to 20299\n\nmsgctxt \"#20300\"\nmsgid \"Web server directory (HTTP)\"\nmsgstr \"\"\n\nmsgctxt \"#20301\"\nmsgid \"Web server directory (HTTPS)\"\nmsgstr \"\"\n\nmsgctxt \"#20302\"\nmsgid \"Unable to write to folder:\"\nmsgstr \"\"\n\nmsgctxt \"#20303\"\nmsgid \"Do you want to skip and proceed?\"\nmsgstr \"\"\n\nmsgctxt \"#20304\"\nmsgid \"RSS Feed\"\nmsgstr \"\"\n\n#empty string with id 20305\n\nmsgctxt \"#20306\"\nmsgid \"Unknown. Please add MD5 from xbmc.log to BiosIDs.ini.\"\nmsgstr \"\"\n\nmsgctxt \"#20307\"\nmsgid \"Secondary DNS\"\nmsgstr \"\"\n\nmsgctxt \"#20308\"\nmsgid \"DHCP server:\"\nmsgstr \"\"\n\nmsgctxt \"#20309\"\nmsgid \"Make new folder\"\nmsgstr \"\"\n\nmsgctxt \"#20310\"\nmsgid \"Dim LCD on playback\"\nmsgstr \"\"\n\nmsgctxt \"#20311\"\nmsgid \"Unknown or onboard (protected)\"\nmsgstr \"\"\n\nmsgctxt \"#20312\"\nmsgid \"Dim LCD on paused\"\nmsgstr \"\"\n\nmsgctxt \"#20313\"\nmsgid \"Switch LED back on if paused\"\nmsgstr \"\"\n\nmsgctxt \"#20314\"\nmsgid \"Videos - Library\"\nmsgstr \"\"\n\nmsgctxt \"#20315\"\nmsgid \"Game saves\"\nmsgstr \"\"\n\nmsgctxt \"#20316\"\nmsgid \"Sort by: ID\"\nmsgstr \"\"\n\nmsgctxt \"#20317\"\nmsgid \"Download saves\"\nmsgstr \"\"\n\nmsgctxt \"#20318\"\nmsgid \"Save game installed On HDD\"\nmsgstr \"\"\n\nmsgctxt \"#20319\"\nmsgid \"Failed to download game save\"\nmsgstr \"\"\n\nmsgctxt \"#20320\"\nmsgid \"Select game save to download and install\"\nmsgstr \"\"\n\nmsgctxt \"#20321\"\nmsgid \"No online save found for specified game\"\nmsgstr \"\"\n\nmsgctxt \"#20322\"\nmsgid \"Go to game save\"\nmsgstr \"\"\n\nmsgctxt \"#20323\"\nmsgid \"Game saves\"\nmsgstr \"\"\n\nmsgctxt \"#20324\"\nmsgid \"Play part...\"\nmsgstr \"\"\n\nmsgctxt \"#20325\"\nmsgid \"Calibration reset\"\nmsgstr \"\"\n\nmsgctxt \"#20326\"\nmsgid \"This will reset the calibration values for %s\"\nmsgstr \"\"\n\nmsgctxt \"#20327\"\nmsgid \"to it's default values.\"\nmsgstr \"\"\n\nmsgctxt \"#20328\"\nmsgid \"Browse for destination\"\nmsgstr \"\"\n\n#empty string with id 20329\n\nmsgctxt \"#20330\"\nmsgid \"Use folder names for lookups\"\nmsgstr \"\"\n\nmsgctxt \"#20331\"\nmsgid \"File\"\nmsgstr \"\"\n\nmsgctxt \"#20332\"\nmsgid \"Use file or folder names in lookups?\"\nmsgstr \"\"\n\nmsgctxt \"#20333\"\nmsgid \"Set content\"\nmsgstr \"\"\n\nmsgctxt \"#20334\"\nmsgid \"Folder\"\nmsgstr \"\"\n\nmsgctxt \"#20335\"\nmsgid \"Look for content recursively?\"\nmsgstr \"\"\n\nmsgctxt \"#20336\"\nmsgid \"Unlock sources\"\nmsgstr \"\"\n\nmsgctxt \"#20337\"\nmsgid \"Actor\"\nmsgstr \"\"\n\nmsgctxt \"#20338\"\nmsgid \"Movie\"\nmsgstr \"\"\n\nmsgctxt \"#20339\"\nmsgid \"Director\"\nmsgstr \"\"\n\nmsgctxt \"#20340\"\nmsgid \"Do you want to remove all items within\"\nmsgstr \"\"\n\nmsgctxt \"#20341\"\nmsgid \"this path from the library?\"\nmsgstr \"\"\n\nmsgctxt \"#20342\"\nmsgid \"Movies\"\nmsgstr \"\"\n\nmsgctxt \"#20343\"\nmsgid \"TV shows\"\nmsgstr \"\"\n\nmsgctxt \"#20344\"\nmsgid \"This directory contains\"\nmsgstr \"\"\n\nmsgctxt \"#20345\"\nmsgid \"Run automated scan\"\nmsgstr \"\"\n\nmsgctxt \"#20346\"\nmsgid \"Scan recursively\"\nmsgstr \"\"\n\nmsgctxt \"#20347\"\nmsgid \"as\"\nmsgstr \"\"\n\nmsgctxt \"#20348\"\nmsgid \"Directors\"\nmsgstr \"\"\n\nmsgctxt \"#20349\"\nmsgid \"No video files found in this path!\"\nmsgstr \"\"\n\nmsgctxt \"#20350\"\nmsgid \"votes\"\nmsgstr \"\"\n\nmsgctxt \"#20351\"\nmsgid \"TV show information\"\nmsgstr \"\"\n\nmsgctxt \"#20352\"\nmsgid \"Episode information\"\nmsgstr \"\"\n\nmsgctxt \"#20353\"\nmsgid \"Loading TV show details\"\nmsgstr \"\"\n\nmsgctxt \"#20354\"\nmsgid \"Fetching episode guide\"\nmsgstr \"\"\n\nmsgctxt \"#20355\"\nmsgid \"Loading info for episodes in directory\"\nmsgstr \"\"\n\nmsgctxt \"#20356\"\nmsgid \"Select TV show:\"\nmsgstr \"\"\n\nmsgctxt \"#20357\"\nmsgid \"Enter the TV show name\"\nmsgstr \"\"\n\nmsgctxt \"#20358\"\nmsgid \"Season %i\"\nmsgstr \"\"\n\nmsgctxt \"#20359\"\nmsgid \"Episode\"\nmsgstr \"\"\n\nmsgctxt \"#20360\"\nmsgid \"Episodes\"\nmsgstr \"\"\n\nmsgctxt \"#20361\"\nmsgid \"Loading episode details\"\nmsgstr \"\"\n\nmsgctxt \"#20362\"\nmsgid \"Remove episode from library\"\nmsgstr \"\"\n\nmsgctxt \"#20363\"\nmsgid \"Remove TV show from library\"\nmsgstr \"\"\n\nmsgctxt \"#20364\"\nmsgid \"TV show\"\nmsgstr \"\"\n\nmsgctxt \"#20365\"\nmsgid \"Episode plot\"\nmsgstr \"\"\n\nmsgctxt \"#20366\"\nmsgid \"* All seasons\"\nmsgstr \"\"\n\nmsgctxt \"#20367\"\nmsgid \"Hide watched\"\nmsgstr \"\"\n\nmsgctxt \"#20368\"\nmsgid \"Prod code\"\nmsgstr \"\"\n\nmsgctxt \"#20369\"\nmsgid \"Show plot for unwatched items\"\nmsgstr \"\"\n\nmsgctxt \"#20370\"\nmsgid \"* Hidden to prevent spoilers *\"\nmsgstr \"\"\n\nmsgctxt \"#20371\"\nmsgid \"Set season thumb\"\nmsgstr \"\"\n\nmsgctxt \"#20372\"\nmsgid \"Season image\"\nmsgstr \"\"\n\nmsgctxt \"#20373\"\nmsgid \"Season\"\nmsgstr \"\"\n\nmsgctxt \"#20374\"\nmsgid \"Downloading movie information\"\nmsgstr \"\"\n\nmsgctxt \"#20375\"\nmsgid \"Unassign content\"\nmsgstr \"\"\n\nmsgctxt \"#20376\"\nmsgid \"Original title\"\nmsgstr \"\"\n\nmsgctxt \"#20377\"\nmsgid \"Refresh TV show information\"\nmsgstr \"\"\n\nmsgctxt \"#20378\"\nmsgid \"Refresh info for all episodes?\"\nmsgstr \"\"\n\nmsgctxt \"#20379\"\nmsgid \"Selected folder contains a single TV show\"\nmsgstr \"\"\n\nmsgctxt \"#20380\"\nmsgid \"Exclude selected folder from scans\"\nmsgstr \"\"\n\nmsgctxt \"#20381\"\nmsgid \"Specials\"\nmsgstr \"\"\n\nmsgctxt \"#20382\"\nmsgid \"Automatically grab season thumbs\"\nmsgstr \"\"\n\nmsgctxt \"#20383\"\nmsgid \"Selected folder contains a single video\"\nmsgstr \"\"\n\nmsgctxt \"#20384\"\nmsgid \"Link to TV show\"\nmsgstr \"\"\n\nmsgctxt \"#20385\"\nmsgid \"Remove link to TV show\"\nmsgstr \"\"\n\nmsgctxt \"#20386\"\nmsgid \"Recently added movies\"\nmsgstr \"\"\n\nmsgctxt \"#20387\"\nmsgid \"Recently added episodes\"\nmsgstr \"\"\n\nmsgctxt \"#20388\"\nmsgid \"Studios\"\nmsgstr \"\"\n\nmsgctxt \"#20389\"\nmsgid \"Music videos\"\nmsgstr \"\"\n\nmsgctxt \"#20390\"\nmsgid \"Recently added music videos\"\nmsgstr \"\"\n\nmsgctxt \"#20391\"\nmsgid \"Music video\"\nmsgstr \"\"\n\nmsgctxt \"#20392\"\nmsgid \"Remove music video from library\"\nmsgstr \"\"\n\nmsgctxt \"#20393\"\nmsgid \"Music video information\"\nmsgstr \"\"\n\nmsgctxt \"#20394\"\nmsgid \"Loading music video information\"\nmsgstr \"\"\n\nmsgctxt \"#20395\"\nmsgid \"Mixed\"\nmsgstr \"\"\n\nmsgctxt \"#20396\"\nmsgid \"Go to albums by artist\"\nmsgstr \"\"\n\nmsgctxt \"#20397\"\nmsgid \"Go to album\"\nmsgstr \"\"\n\nmsgctxt \"#20398\"\nmsgid \"Play song\"\nmsgstr \"\"\n\nmsgctxt \"#20399\"\nmsgid \"Go to music videos from album\"\nmsgstr \"\"\n\nmsgctxt \"#20400\"\nmsgid \"Go to music videos by artist\"\nmsgstr \"\"\n\nmsgctxt \"#20401\"\nmsgid \"Play music video\"\nmsgstr \"\"\n\nmsgctxt \"#20402\"\nmsgid \"Download actor thumbnails when adding to library\"\nmsgstr \"\"\n\nmsgctxt \"#20403\"\nmsgid \"Set actor thumb\"\nmsgstr \"\"\n\n#empty string with id 20404\n\nmsgctxt \"#20405\"\nmsgid \"Remove episode bookmark\"\nmsgstr \"\"\n\nmsgctxt \"#20406\"\nmsgid \"Set episode bookmark\"\nmsgstr \"\"\n\nmsgctxt \"#20407\"\nmsgid \"Scraper settings\"\nmsgstr \"\"\n\nmsgctxt \"#20408\"\nmsgid \"Downloading music video information\"\nmsgstr \"\"\n\nmsgctxt \"#20409\"\nmsgid \"Downloading TV show information\"\nmsgstr \"\"\n\nmsgctxt \"#20410\"\nmsgid \"Trailer\"\nmsgstr \"\"\n\nmsgctxt \"#20411\"\nmsgid \"Flatten\"\nmsgstr \"\"\n\nmsgctxt \"#20412\"\nmsgid \"Flatten TV shows\"\nmsgstr \"\"\n\nmsgctxt \"#20413\"\nmsgid \"Get Fanart\"\nmsgstr \"\"\n\nmsgctxt \"#20414\"\nmsgid \"Show Fanart in video and music libraries\"\nmsgstr \"\"\n\nmsgctxt \"#20415\"\nmsgid \"Scanning for new content\"\nmsgstr \"\"\n\nmsgctxt \"#20416\"\nmsgid \"First aired\"\nmsgstr \"\"\n\nmsgctxt \"#20417\"\nmsgid \"Writer\"\nmsgstr \"\"\n\nmsgctxt \"#20418\"\nmsgid \"Clean file and folder names\"\nmsgstr \"\"\n\n#empty string with id 20419\n\nmsgctxt \"#20420\"\nmsgid \"Never\"\nmsgstr \"\"\n\nmsgctxt \"#20421\"\nmsgid \"If only one season\"\nmsgstr \"\"\n\nmsgctxt \"#20422\"\nmsgid \"Always\"\nmsgstr \"\"\n\nmsgctxt \"#20423\"\nmsgid \"Has trailer\"\nmsgstr \"\"\n\nmsgctxt \"#20424\"\nmsgid \"False\"\nmsgstr \"\"\n\nmsgctxt \"#20425\"\nmsgid \"Fanart slideshow\"\nmsgstr \"\"\n\nmsgctxt \"#20426\"\nmsgid \"Export to a single file or separate\"\nmsgstr \"\"\n\nmsgctxt \"#20427\"\nmsgid \"files per entry?\"\nmsgstr \"\"\n\nmsgctxt \"#20428\"\nmsgid \"Single file\"\nmsgstr \"\"\n\nmsgctxt \"#20429\"\nmsgid \"Separate\"\nmsgstr \"\"\n\nmsgctxt \"#20430\"\nmsgid \"Export thumbnails and fanart?\"\nmsgstr \"\"\n\nmsgctxt \"#20431\"\nmsgid \"Overwrite old files?\"\nmsgstr \"\"\n\nmsgctxt \"#20432\"\nmsgid \"Exclude path from library updates\"\nmsgstr \"\"\n\nmsgctxt \"#20433\"\nmsgid \"Extract thumbnails and video information\"\nmsgstr \"\"\n\nmsgctxt \"#20434\"\nmsgid \"Sets\"\nmsgstr \"\"\n\nmsgctxt \"#20435\"\nmsgid \"Set movieset thumb\"\nmsgstr \"\"\n\nmsgctxt \"#20436\"\nmsgid \"Export actor thumbs?\"\nmsgstr \"\"\n\nmsgctxt \"#20437\"\nmsgid \"Choose fanart\"\nmsgstr \"\"\n\nmsgctxt \"#20438\"\nmsgid \"Local fanart\"\nmsgstr \"\"\n\nmsgctxt \"#20439\"\nmsgid \"No fanart\"\nmsgstr \"\"\n\nmsgctxt \"#20440\"\nmsgid \"Current fanart\"\nmsgstr \"\"\n\nmsgctxt \"#20441\"\nmsgid \"Remote fanart\"\nmsgstr \"\"\n\nmsgctxt \"#20442\"\nmsgid \"Change content\"\nmsgstr \"\"\n\nmsgctxt \"#20443\"\nmsgid \"Do you want to refresh info for all\"\nmsgstr \"\"\n\nmsgctxt \"#20444\"\nmsgid \"items within this path?\"\nmsgstr \"\"\n\nmsgctxt \"#20445\"\nmsgid \"Fanart\"\nmsgstr \"\"\n\nmsgctxt \"#20446\"\nmsgid \"Locally stored information found.\"\nmsgstr \"\"\n\nmsgctxt \"#20447\"\nmsgid \"Ignore and refresh from internet?\"\nmsgstr \"\"\n\nmsgctxt \"#20448\"\nmsgid \"Could not download information\"\nmsgstr \"\"\n\nmsgctxt \"#20449\"\nmsgid \"Server is most likely unavailable.\"\nmsgstr \"\"\n\nmsgctxt \"#20450\"\nmsgid \"Would you like to continue scanning?\"\nmsgstr \"\"\n\nmsgctxt \"#20451\"\nmsgid \"Countries\"\nmsgstr \"\"\n\n#empty strings from id 20452 to 20453\n\nmsgctxt \"#20454\"\nmsgid \"Listener\"\nmsgstr \"\"\n\nmsgctxt \"#20455\"\nmsgid \"Listeners\"\nmsgstr \"\"\n\nmsgctxt \"#20456\"\nmsgid \"Set movieset fanart\"\nmsgstr \"\"\n\n#empty string with id 20457\n\nmsgctxt \"#20458\"\nmsgid \"Group movies in sets\"\nmsgstr \"\"\n\n#empty strings from id 20459 to 21329\n#up to 21329 is reserved for the video db !! !\n\nmsgctxt \"#21330\"\nmsgid \"Show hidden files and directories\"\nmsgstr \"\"\n\nmsgctxt \"#21331\"\nmsgid \"TuxBox client\"\nmsgstr \"\"\n\nmsgctxt \"#21332\"\nmsgid \"WARNING: Target TuxBox device is in recording-mode!\"\nmsgstr \"\"\n\nmsgctxt \"#21333\"\nmsgid \"The stream will be stopped!\"\nmsgstr \"\"\n\nmsgctxt \"#21334\"\nmsgid \"Zap to channel: %s failed!\"\nmsgstr \"\"\n\nmsgctxt \"#21335\"\nmsgid \"Are you sure to start the stream?\"\nmsgstr \"\"\n\nmsgctxt \"#21336\"\nmsgid \"Connecting to: %s\"\nmsgstr \"\"\n\nmsgctxt \"#21337\"\nmsgid \"TuxBox device\"\nmsgstr \"\"\n\n#empty strings from id 21338 to 21358\n#up to 21355 is reserved for the TuxBox Client!! !\n\nmsgctxt \"#21359\"\nmsgid \"Add media share...\"\nmsgstr \"\"\n\nmsgctxt \"#21360\"\nmsgid \"Share video and music libraries through UPnP\"\nmsgstr \"\"\n\n#empty strings from id 21361 to 21363\n\nmsgctxt \"#21364\"\nmsgid \"Edit media share\"\nmsgstr \"\"\n\nmsgctxt \"#21365\"\nmsgid \"Remove media share\"\nmsgstr \"\"\n\nmsgctxt \"#21366\"\nmsgid \"Subtitle folder\"\nmsgstr \"\"\n\nmsgctxt \"#21367\"\nmsgid \"Movie & alternate subtitle directory\"\nmsgstr \"\"\n\n#empty string with id 21368\n\nmsgctxt \"#21369\"\nmsgid \"Enable mouse\"\nmsgstr \"\"\n\nmsgctxt \"#21370\"\nmsgid \"Play navigation sounds during media playback\"\nmsgstr \"\"\n\nmsgctxt \"#21371\"\nmsgid \"Thumbnail\"\nmsgstr \"\"\n\nmsgctxt \"#21372\"\nmsgid \"Forced DVD player region\"\nmsgstr \"\"\n\nmsgctxt \"#21373\"\nmsgid \"Video output\"\nmsgstr \"\"\n\nmsgctxt \"#21374\"\nmsgid \"Video aspect\"\nmsgstr \"\"\n\nmsgctxt \"#21375\"\nmsgid \"Normal\"\nmsgstr \"\"\n\nmsgctxt \"#21376\"\nmsgid \"Letterbox\"\nmsgstr \"\"\n\nmsgctxt \"#21377\"\nmsgid \"Widescreen\"\nmsgstr \"\"\n\nmsgctxt \"#21378\"\nmsgid \"Enable 480p\"\nmsgstr \"\"\n\nmsgctxt \"#21379\"\nmsgid \"Enable 720p\"\nmsgstr \"\"\n\nmsgctxt \"#21380\"\nmsgid \"Enable 1080i\"\nmsgstr \"\"\n\nmsgctxt \"#21381\"\nmsgid \"Enter name of new playlist\"\nmsgstr \"\"\n\nmsgctxt \"#21382\"\nmsgid \"Show \\\"Add source\\\" buttons in file lists\"\nmsgstr \"\"\n\nmsgctxt \"#21383\"\nmsgid \"Enable scrollbars\"\nmsgstr \"\"\n\nmsgctxt \"#21384\"\nmsgid \"Make watched filtering a toggle in video library\"\nmsgstr \"\"\n\nmsgctxt \"#21385\"\nmsgid \"Open\"\nmsgstr \"\"\n\nmsgctxt \"#21386\"\nmsgid \"Acoustic management level\"\nmsgstr \"\"\n\nmsgctxt \"#21387\"\nmsgid \"Fast\"\nmsgstr \"\"\n\nmsgctxt \"#21388\"\nmsgid \"Quiet\"\nmsgstr \"\"\n\nmsgctxt \"#21389\"\nmsgid \"Enable custom background\"\nmsgstr \"\"\n\nmsgctxt \"#21390\"\nmsgid \"Power management level\"\nmsgstr \"\"\n\nmsgctxt \"#21391\"\nmsgid \"High power\"\nmsgstr \"\"\n\nmsgctxt \"#21392\"\nmsgid \"Low power\"\nmsgstr \"\"\n\nmsgctxt \"#21393\"\nmsgid \"High standby\"\nmsgstr \"\"\n\nmsgctxt \"#21394\"\nmsgid \"Low standby\"\nmsgstr \"\"\n\nmsgctxt \"#21395\"\nmsgid \"Unable to cache files bigger than 4GB\"\nmsgstr \"\"\n\nmsgctxt \"#21396\"\nmsgid \"Chapter\"\nmsgstr \"\"\n\nmsgctxt \"#21397\"\nmsgid \"High quality pixel shader v2\"\nmsgstr \"\"\n\nmsgctxt \"#21398\"\nmsgid \"Enable playlist at startup\"\nmsgstr \"\"\n\nmsgctxt \"#21399\"\nmsgid \"Use tween animations\"\nmsgstr \"\"\n\nmsgctxt \"#21400\"\nmsgid \"contains\"\nmsgstr \"\"\n\nmsgctxt \"#21401\"\nmsgid \"does not contain\"\nmsgstr \"\"\n\nmsgctxt \"#21402\"\nmsgid \"is\"\nmsgstr \"\"\n\nmsgctxt \"#21403\"\nmsgid \"is not\"\nmsgstr \"\"\n\nmsgctxt \"#21404\"\nmsgid \"starts with\"\nmsgstr \"\"\n\nmsgctxt \"#21405\"\nmsgid \"ends with\"\nmsgstr \"\"\n\nmsgctxt \"#21406\"\nmsgid \"greater than\"\nmsgstr \"\"\n\nmsgctxt \"#21407\"\nmsgid \"less than\"\nmsgstr \"\"\n\nmsgctxt \"#21408\"\nmsgid \"after\"\nmsgstr \"\"\n\nmsgctxt \"#21409\"\nmsgid \"before\"\nmsgstr \"\"\n\nmsgctxt \"#21410\"\nmsgid \"in the last\"\nmsgstr \"\"\n\nmsgctxt \"#21411\"\nmsgid \"not in the last\"\nmsgstr \"\"\n\nmsgctxt \"#21412\"\nmsgid \"Scrapers\"\nmsgstr \"\"\n\nmsgctxt \"#21413\"\nmsgid \"Default movie scraper\"\nmsgstr \"\"\n\nmsgctxt \"#21414\"\nmsgid \"Default tvshow scraper\"\nmsgstr \"\"\n\nmsgctxt \"#21415\"\nmsgid \"Default musicvideo scraper\"\nmsgstr \"\"\n\nmsgctxt \"#21416\"\nmsgid \"Enable fallback based on scraper language\"\nmsgstr \"\"\n\nmsgctxt \"#21417\"\nmsgid \"- Settings\"\nmsgstr \"\"\n\nmsgctxt \"#21418\"\nmsgid \"Multilingual\"\nmsgstr \"\"\n\n#empty string with id 21419\n\nmsgctxt \"#21420\"\nmsgid \"Value to match\"\nmsgstr \"\"\n\nmsgctxt \"#21421\"\nmsgid \"Smart playlist rule\"\nmsgstr \"\"\n\nmsgctxt \"#21422\"\nmsgid \"Match items where\"\nmsgstr \"\"\n\nmsgctxt \"#21423\"\nmsgid \"New rule...\"\nmsgstr \"\"\n\nmsgctxt \"#21424\"\nmsgid \"Items must match\"\nmsgstr \"\"\n\nmsgctxt \"#21425\"\nmsgid \"all of the rules\"\nmsgstr \"\"\n\nmsgctxt \"#21426\"\nmsgid \"one or more of the rules\"\nmsgstr \"\"\n\nmsgctxt \"#21427\"\nmsgid \"Limit to\"\nmsgstr \"\"\n\nmsgctxt \"#21428\"\nmsgid \"No limit\"\nmsgstr \"\"\n\nmsgctxt \"#21429\"\nmsgid \"Order by\"\nmsgstr \"\"\n\nmsgctxt \"#21430\"\nmsgid \"ascending\"\nmsgstr \"\"\n\nmsgctxt \"#21431\"\nmsgid \"descending\"\nmsgstr \"\"\n\nmsgctxt \"#21432\"\nmsgid \"Edit smart playlist\"\nmsgstr \"\"\n\nmsgctxt \"#21433\"\nmsgid \"Name of the playlist\"\nmsgstr \"\"\n\nmsgctxt \"#21434\"\nmsgid \"Find items where\"\nmsgstr \"\"\n\nmsgctxt \"#21435\"\nmsgid \"Edit\"\nmsgstr \"\"\n\nmsgctxt \"#21436\"\nmsgid \"%i items\"\nmsgstr \"\"\n\nmsgctxt \"#21437\"\nmsgid \"New smart playlist...\"\nmsgstr \"\"\n\nmsgctxt \"#21438\"\nmsgid \"%c Drive\"\nmsgstr \"\"\n\nmsgctxt \"#21439\"\nmsgid \"Edit party mode rules\"\nmsgstr \"\"\n\nmsgctxt \"#21440\"\nmsgid \"Home folder\"\nmsgstr \"\"\n\nmsgctxt \"#21441\"\nmsgid \"Watched count\"\nmsgstr \"\"\n\nmsgctxt \"#21442\"\nmsgid \"Episode title\"\nmsgstr \"\"\n\nmsgctxt \"#21443\"\nmsgid \"Video resolution\"\nmsgstr \"\"\n\nmsgctxt \"#21444\"\nmsgid \"Audio channels\"\nmsgstr \"\"\n\nmsgctxt \"#21445\"\nmsgid \"Video codec\"\nmsgstr \"\"\n\nmsgctxt \"#21446\"\nmsgid \"Audio codec\"\nmsgstr \"\"\n\nmsgctxt \"#21447\"\nmsgid \"Audio language\"\nmsgstr \"\"\n\nmsgctxt \"#21448\"\nmsgid \"Subtitle language\"\nmsgstr \"\"\n\nmsgctxt \"#21449\"\nmsgid \"Remote control sends keyboard presses\"\nmsgstr \"\"\n\nmsgctxt \"#21450\"\nmsgid \"- Edit\"\nmsgstr \"\"\n\n#empty strings from id 21451 to 21799\n\nmsgctxt \"#21800\"\nmsgid \"File name\"\nmsgstr \"\"\n\nmsgctxt \"#21801\"\nmsgid \"File path\"\nmsgstr \"\"\n\nmsgctxt \"#21802\"\nmsgid \"File size\"\nmsgstr \"\"\n\nmsgctxt \"#21803\"\nmsgid \"File date/time\"\nmsgstr \"\"\n\nmsgctxt \"#21804\"\nmsgid \"Slide index\"\nmsgstr \"\"\n\nmsgctxt \"#21805\"\nmsgid \"Resolution\"\nmsgstr \"\"\n\nmsgctxt \"#21806\"\nmsgid \"Comment\"\nmsgstr \"\"\n\nmsgctxt \"#21807\"\nmsgid \"Colour/B&W\"\nmsgstr \"\"\n\nmsgctxt \"#21808\"\nmsgid \"JPEG process\"\nmsgstr \"\"\n\n#empty strings from id 21809 to 21819\n\nmsgctxt \"#21820\"\nmsgid \"Date/Time\"\nmsgstr \"\"\n\nmsgctxt \"#21821\"\nmsgid \"Description\"\nmsgstr \"\"\n\nmsgctxt \"#21822\"\nmsgid \"Camera make\"\nmsgstr \"\"\n\nmsgctxt \"#21823\"\nmsgid \"Camera model\"\nmsgstr \"\"\n\nmsgctxt \"#21824\"\nmsgid \"EXIF comment\"\nmsgstr \"\"\n\nmsgctxt \"#21825\"\nmsgid \"Firmware\"\nmsgstr \"\"\n\nmsgctxt \"#21826\"\nmsgid \"Aperture\"\nmsgstr \"\"\n\nmsgctxt \"#21827\"\nmsgid \"Focal length\"\nmsgstr \"\"\n\nmsgctxt \"#21828\"\nmsgid \"Focus distance\"\nmsgstr \"\"\n\nmsgctxt \"#21829\"\nmsgid \"Exposure\"\nmsgstr \"\"\n\nmsgctxt \"#21830\"\nmsgid \"Exposure time\"\nmsgstr \"\"\n\nmsgctxt \"#21831\"\nmsgid \"Exposure bias\"\nmsgstr \"\"\n\nmsgctxt \"#21832\"\nmsgid \"Exposure mode\"\nmsgstr \"\"\n\nmsgctxt \"#21833\"\nmsgid \"Flash used\"\nmsgstr \"\"\n\nmsgctxt \"#21834\"\nmsgid \"White-balance\"\nmsgstr \"\"\n\nmsgctxt \"#21835\"\nmsgid \"Light source\"\nmsgstr \"\"\n\nmsgctxt \"#21836\"\nmsgid \"Metering mode\"\nmsgstr \"\"\n\nmsgctxt \"#21837\"\nmsgid \"ISO\"\nmsgstr \"\"\n\nmsgctxt \"#21838\"\nmsgid \"Digital zoom\"\nmsgstr \"\"\n\nmsgctxt \"#21839\"\nmsgid \"CCD width\"\nmsgstr \"\"\n\nmsgctxt \"#21840\"\nmsgid \"GPS latitude\"\nmsgstr \"\"\n\nmsgctxt \"#21841\"\nmsgid \"GPS longitude\"\nmsgstr \"\"\n\nmsgctxt \"#21842\"\nmsgid \"GPS altitude\"\nmsgstr \"\"\n\nmsgctxt \"#21843\"\nmsgid \"Orientation\"\nmsgstr \"\"\n\n#empty strings from id 21844 to 21859\n\nmsgctxt \"#21860\"\nmsgid \"Supplemental categories\"\nmsgstr \"\"\n\nmsgctxt \"#21861\"\nmsgid \"Keywords\"\nmsgstr \"\"\n\nmsgctxt \"#21862\"\nmsgid \"Caption\"\nmsgstr \"\"\n\nmsgctxt \"#21863\"\nmsgid \"Author\"\nmsgstr \"\"\n\nmsgctxt \"#21864\"\nmsgid \"Headline\"\nmsgstr \"\"\n\nmsgctxt \"#21865\"\nmsgid \"Special instructions\"\nmsgstr \"\"\n\nmsgctxt \"#21866\"\nmsgid \"Category\"\nmsgstr \"\"\n\nmsgctxt \"#21867\"\nmsgid \"Byline\"\nmsgstr \"\"\n\nmsgctxt \"#21868\"\nmsgid \"Byline title\"\nmsgstr \"\"\n\nmsgctxt \"#21869\"\nmsgid \"Credit\"\nmsgstr \"\"\n\nmsgctxt \"#21870\"\nmsgid \"Source\"\nmsgstr \"\"\n\nmsgctxt \"#21871\"\nmsgid \"Copyright notice\"\nmsgstr \"\"\n\nmsgctxt \"#21872\"\nmsgid \"Object name\"\nmsgstr \"\"\n\nmsgctxt \"#21873\"\nmsgid \"City\"\nmsgstr \"\"\n\nmsgctxt \"#21874\"\nmsgid \"State\"\nmsgstr \"\"\n\nmsgctxt \"#21875\"\nmsgid \"Country\"\nmsgstr \"\"\n\nmsgctxt \"#21876\"\nmsgid \"Original Tx Reference\"\nmsgstr \"\"\n\nmsgctxt \"#21877\"\nmsgid \"Date created\"\nmsgstr \"\"\n\nmsgctxt \"#21878\"\nmsgid \"Copyright flag\"\nmsgstr \"\"\n\nmsgctxt \"#21879\"\nmsgid \"Country code\"\nmsgstr \"\"\n\nmsgctxt \"#21880\"\nmsgid \"Reference service\"\nmsgstr \"\"\n\nmsgctxt \"#21881\"\nmsgid \"Allow control of XBMC via UPnP\"\nmsgstr \"\"\n\nmsgctxt \"#21882\"\nmsgid \"Attempt to skip introduction before DVD menu\"\nmsgstr \"\"\n\nmsgctxt \"#21883\"\nmsgid \"Saved music\"\nmsgstr \"\"\n\nmsgctxt \"#21884\"\nmsgid \"Query info for all artists\"\nmsgstr \"\"\n\nmsgctxt \"#21885\"\nmsgid \"Downloading album information\"\nmsgstr \"\"\n\nmsgctxt \"#21886\"\nmsgid \"Downloading artist information\"\nmsgstr \"\"\n\nmsgctxt \"#21887\"\nmsgid \"Biography\"\nmsgstr \"\"\n\nmsgctxt \"#21888\"\nmsgid \"Discography\"\nmsgstr \"\"\n\nmsgctxt \"#21889\"\nmsgid \"Searching artist\"\nmsgstr \"\"\n\nmsgctxt \"#21890\"\nmsgid \"Select artist\"\nmsgstr \"\"\n\nmsgctxt \"#21891\"\nmsgid \"Artist information\"\nmsgstr \"\"\n\nmsgctxt \"#21892\"\nmsgid \"Instruments\"\nmsgstr \"\"\n\nmsgctxt \"#21893\"\nmsgid \"Born\"\nmsgstr \"\"\n\nmsgctxt \"#21894\"\nmsgid \"Formed\"\nmsgstr \"\"\n\nmsgctxt \"#21895\"\nmsgid \"Themes\"\nmsgstr \"\"\n\nmsgctxt \"#21896\"\nmsgid \"Disbanded\"\nmsgstr \"\"\n\nmsgctxt \"#21897\"\nmsgid \"Died\"\nmsgstr \"\"\n\nmsgctxt \"#21898\"\nmsgid \"Years active\"\nmsgstr \"\"\n\nmsgctxt \"#21899\"\nmsgid \"Label\"\nmsgstr \"\"\n\nmsgctxt \"#21900\"\nmsgid \"Born/Formed\"\nmsgstr \"\"\n\n#empty strings from id 21901 to 21999\n#strings 21900 thru 21999 reserved for slideshow info\n\nmsgctxt \"#22000\"\nmsgid \"Update library on startup\"\nmsgstr \"\"\n\nmsgctxt \"#22001\"\nmsgid \"Always update library in background\"\nmsgstr \"\"\n\nmsgctxt \"#22002\"\nmsgid \"- DNS suffix\"\nmsgstr \"\"\n\nmsgctxt \"#22003\"\nmsgid \"Default player\"\nmsgstr \"\"\n\nmsgctxt \"#22004\"\nmsgid \"Delayed by: %2.3fs\"\nmsgstr \"\"\n\nmsgctxt \"#22005\"\nmsgid \"Ahead by: %2.3fs\"\nmsgstr \"\"\n\nmsgctxt \"#22006\"\nmsgid \"Subtitle offset\"\nmsgstr \"\"\n\nmsgctxt \"#22007\"\nmsgid \"OpenGL vendor:\"\nmsgstr \"\"\n\nmsgctxt \"#22008\"\nmsgid \"OpenGL renderer:\"\nmsgstr \"\"\n\nmsgctxt \"#22009\"\nmsgid \"OpenGL version:\"\nmsgstr \"\"\n\nmsgctxt \"#22010\"\nmsgid \"GPU temperature:\"\nmsgstr \"\"\n\nmsgctxt \"#22011\"\nmsgid \"CPU temperature:\"\nmsgstr \"\"\n\nmsgctxt \"#22012\"\nmsgid \"Total memory\"\nmsgstr \"\"\n\nmsgctxt \"#22013\"\nmsgid \"Profile data\"\nmsgstr \"\"\n\nmsgctxt \"#22014\"\nmsgid \"Use dim if paused during video playback\"\nmsgstr \"\"\n\nmsgctxt \"#22015\"\nmsgid \"All recordings\"\nmsgstr \"\"\n\nmsgctxt \"#22016\"\nmsgid \"By title\"\nmsgstr \"\"\n\nmsgctxt \"#22017\"\nmsgid \"By group\"\nmsgstr \"\"\n\nmsgctxt \"#22018\"\nmsgid \"Live channels\"\nmsgstr \"\"\n\nmsgctxt \"#22019\"\nmsgid \"Recordings by title\"\nmsgstr \"\"\n\nmsgctxt \"#22020\"\nmsgid \"Guide\"\nmsgstr \"\"\n\nmsgctxt \"#22021\"\nmsgid \"Allowed error in aspect ratio to minimize black bars\"\nmsgstr \"\"\n\nmsgctxt \"#22022\"\nmsgid \"Show video files in listings\"\nmsgstr \"\"\n\nmsgctxt \"#22023\"\nmsgid \"DirectX vendor\"\nmsgstr \"\"\n\nmsgctxt \"#22024\"\nmsgid \"Direct3D version\"\nmsgstr \"\"\n\nmsgctxt \"#22025\"\nmsgid \"DVDPlayer full codec support\"\nmsgstr \"\"\n\nmsgctxt \"#22026\"\nmsgid \"DVDPlayer fast mode for MPEG2/MPEG4/H264\"\nmsgstr \"\"\n\nmsgctxt \"#22027\"\nmsgid \"PAPlayer\"\nmsgstr \"\"\n\nmsgctxt \"#22028\"\nmsgid \"DVDPlayer\"\nmsgstr \"\"\n\nmsgctxt \"#22029\"\nmsgid \"MPlayer\"\nmsgstr \"\"\n\n#strings 22030 thru 22060 reserved for karaoke\n\nmsgctxt \"#22030\"\nmsgid \"Font\"\nmsgstr \"\"\n\nmsgctxt \"#22031\"\nmsgid \"- Size\"\nmsgstr \"\"\n\nmsgctxt \"#22032\"\nmsgid \"- Colours\"\nmsgstr \"\"\n\nmsgctxt \"#22033\"\nmsgid \"- Charset\"\nmsgstr \"\"\n\nmsgctxt \"#22034\"\nmsgid \"Export karaoke titles as HTML\"\nmsgstr \"\"\n\nmsgctxt \"#22035\"\nmsgid \"Export karaoke titles as CSV\"\nmsgstr \"\"\n\nmsgctxt \"#22036\"\nmsgid \"Import karaoke titles...\"\nmsgstr \"\"\n\nmsgctxt \"#22037\"\nmsgid \"Show song selector automatically\"\nmsgstr \"\"\n\nmsgctxt \"#22038\"\nmsgid \"Export karaoke titles...\"\nmsgstr \"\"\n\nmsgctxt \"#22039\"\nmsgid \"Enter song number\"\nmsgstr \"\"\n\nmsgctxt \"#22040\"\nmsgid \"white/green\"\nmsgstr \"\"\n\nmsgctxt \"#22041\"\nmsgid \"white/red\"\nmsgstr \"\"\n\nmsgctxt \"#22042\"\nmsgid \"white/blue\"\nmsgstr \"\"\n\nmsgctxt \"#22043\"\nmsgid \"black/white\"\nmsgstr \"\"\n\n#empty strings from id 22044 to 22999\n\nmsgctxt \"#23000\"\nmsgid \"Weather plugin\"\nmsgstr \"\"\n\nmsgctxt \"#23001\"\nmsgid \"- Plugin settings\"\nmsgstr \"\"\n\n#empty strings from id 23002 to 23049\n\nmsgctxt \"#23050\"\nmsgid \"Activate Teletext\"\nmsgstr \"\"\n\nmsgctxt \"#23051\"\nmsgid \"Part %i\"\nmsgstr \"\"\n\nmsgctxt \"#23052\"\nmsgid \"Buffering %i bytes\"\nmsgstr \"\"\n\nmsgctxt \"#23053\"\nmsgid \"Stopping\"\nmsgstr \"\"\n\nmsgctxt \"#23054\"\nmsgid \"Running\"\nmsgstr \"\"\n\n#empty strings from id 23055 to 23099\n#strings 23100 thru 23150 reserved for external player\n\nmsgctxt \"#23100\"\nmsgid \"External Player Active\"\nmsgstr \"\"\n\nmsgctxt \"#23101\"\nmsgid \"Click OK to terminate the player\"\nmsgstr \"\"\n\n#empty strings from id 23102 to 23103\n\nmsgctxt \"#23104\"\nmsgid \"Click OK when playback has ended\"\nmsgstr \"\"\n\n#empty strings from id 23105 to 23999\n\nmsgctxt \"#24000\"\nmsgid \"Add-on\"\nmsgstr \"\"\n\nmsgctxt \"#24001\"\nmsgid \"Plugins\"\nmsgstr \"\"\n\n#empty strings from id 24002 to 24019\n\nmsgctxt \"#24020\"\nmsgid \"Configure\"\nmsgstr \"\"\n\nmsgctxt \"#24021\"\nmsgid \"Disable\"\nmsgstr \"\"\n\nmsgctxt \"#24022\"\nmsgid \"Enable\"\nmsgstr \"\"\n\nmsgctxt \"#24023\"\nmsgid \"Add-on disabled\"\nmsgstr \"\"\n\n#empty strings from id 24024 to 24029\n\nmsgctxt \"#24030\"\nmsgid \"This Add-on can not be configured\"\nmsgstr \"\"\n\n#empty strings from id 24031 to 29799\n#strings 29800 thru 29998 reserved strings used only in the default Project Mayhem III skin and not c++ code\n\nmsgctxt \"#29800\"\nmsgid \"Library Mode\"\nmsgstr \"\"\n\nmsgctxt \"#29801\"\nmsgid \"QWERTY keyboard\"\nmsgstr \"\"\n\nmsgctxt \"#29802\"\nmsgid \"Passthrough Audio in use\"\nmsgstr \"\"\n\n#empty strings from id 29803 to 29998\n\nmsgctxt \"#29999\"\nmsgid \"Apply flicker filter setting to games\"\nmsgstr \"\"\n\n#empty strings from id 30000 to 33000\n#strings 30000 thru 30999 reserved for plugins and plugin settings\n#strings 31000 thru 31999 reserved for skins\n#strings 32000 thru 32999 reserved for scripts\n#strings 33000 thru 33999 reserved for common strings used in addons\n\nmsgctxt \"#33001\"\nmsgid \"Trailer quality\"\nmsgstr \"\"\n\nmsgctxt \"#33002\"\nmsgid \"Stream\"\nmsgstr \"\"\n\nmsgctxt \"#33003\"\nmsgid \"Download\"\nmsgstr \"\"\n\nmsgctxt \"#33004\"\nmsgid \"Download & play\"\nmsgstr \"\"\n\nmsgctxt \"#33005\"\nmsgid \"Download & save\"\nmsgstr \"\"\n\nmsgctxt \"#33006\"\nmsgid \"Today\"\nmsgstr \"\"\n\nmsgctxt \"#33007\"\nmsgid \"Tomorrow\"\nmsgstr \"\"\n\nmsgctxt \"#33008\"\nmsgid \"Saving\"\nmsgstr \"\"\n\nmsgctxt \"#33009\"\nmsgid \"Copying\"\nmsgstr \"\"\n\nmsgctxt \"#33010\"\nmsgid \"Set download directory\"\nmsgstr \"\"\n\nmsgctxt \"#33011\"\nmsgid \"Search duration\"\nmsgstr \"\"\n\nmsgctxt \"#33012\"\nmsgid \"Short\"\nmsgstr \"\"\n\nmsgctxt \"#33013\"\nmsgid \"Long\"\nmsgstr \"\"\n\nmsgctxt \"#33014\"\nmsgid \"Use DVD player instead of regular player\"\nmsgstr \"\"\n\nmsgctxt \"#33015\"\nmsgid \"Ask for download before playing video\"\nmsgstr \"\"\n\nmsgctxt \"#33016\"\nmsgid \"Clips\"\nmsgstr \"\"\n\nmsgctxt \"#33017\"\nmsgid \"Restart plugin to enable\"\nmsgstr \"\"\n\nmsgctxt \"#33018\"\nmsgid \"Tonight\"\nmsgstr \"\"\n\nmsgctxt \"#33019\"\nmsgid \"Tomorrow Night\"\nmsgstr \"\"\n\nmsgctxt \"#33020\"\nmsgid \"Condition\"\nmsgstr \"\"\n\nmsgctxt \"#33021\"\nmsgid \"Precipitation\"\nmsgstr \"\"\n\nmsgctxt \"#33022\"\nmsgid \"Precip\"\nmsgstr \"\"\n\nmsgctxt \"#33023\"\nmsgid \"Humid\"\nmsgstr \"\"\n\nmsgctxt \"#33024\"\nmsgid \"Feels\"\nmsgstr \"\"\n\nmsgctxt \"#33025\"\nmsgid \"Observed\"\nmsgstr \"\"\n\nmsgctxt \"#33026\"\nmsgid \"Departure from normal\"\nmsgstr \"\"\n\nmsgctxt \"#33027\"\nmsgid \"Sunrise\"\nmsgstr \"\"\n\nmsgctxt \"#33028\"\nmsgid \"Sunset\"\nmsgstr \"\"\n\nmsgctxt \"#33029\"\nmsgid \"Details\"\nmsgstr \"\"\n\nmsgctxt \"#33030\"\nmsgid \"Outlook\"\nmsgstr \"\"\n\nmsgctxt \"#33031\"\nmsgid \"Coverflow\"\nmsgstr \"\"\n\nmsgctxt \"#33032\"\nmsgid \"Translate text\"\nmsgstr \"\"\n\nmsgctxt \"#33033\"\nmsgid \"Map list %s category\"\nmsgstr \"\"\n\nmsgctxt \"#33034\"\nmsgid \"36 Hour\"\nmsgstr \"\"\n\nmsgctxt \"#33035\"\nmsgid \"Maps\"\nmsgstr \"\"\n\nmsgctxt \"#33036\"\nmsgid \"Hourly\"\nmsgstr \"\"\n\nmsgctxt \"#33037\"\nmsgid \"Weekend\"\nmsgstr \"\"\n\nmsgctxt \"#33038\"\nmsgid \"%s day\"\nmsgstr \"\"\n\n#empty strings from id 33039 to 33048\n\nmsgctxt \"#33049\"\nmsgid \"Alert\"\nmsgstr \"\"\n\nmsgctxt \"#33050\"\nmsgid \"Alerts\"\nmsgstr \"\"\n\nmsgctxt \"#33051\"\nmsgid \"Choose Your\"\nmsgstr \"\"\n\nmsgctxt \"#33052\"\nmsgid \"Check\"\nmsgstr \"\"\n\nmsgctxt \"#33053\"\nmsgid \"Configure the\"\nmsgstr \"\"\n\nmsgctxt \"#33054\"\nmsgid \"Seasons\"\nmsgstr \"\"\n\nmsgctxt \"#33055\"\nmsgid \"Use your\"\nmsgstr \"\"\n\nmsgctxt \"#33056\"\nmsgid \"Watch your\"\nmsgstr \"\"\n\nmsgctxt \"#33057\"\nmsgid \"Listen to\"\nmsgstr \"\"\n\nmsgctxt \"#33058\"\nmsgid \"View your\"\nmsgstr \"\"\n\nmsgctxt \"#33059\"\nmsgid \"Configure the\"\nmsgstr \"\"\n\nmsgctxt \"#33060\"\nmsgid \"Power\"\nmsgstr \"\"\n\nmsgctxt \"#33061\"\nmsgid \"Menu\"\nmsgstr \"\"\n\nmsgctxt \"#33062\"\nmsgid \"Play the\"\nmsgstr \"\"\n\nmsgctxt \"#33063\"\nmsgid \"Options\"\nmsgstr \"\"\n\n#empty string with id 33064\n\nmsgctxt \"#33065\"\nmsgid \"Editor\"\nmsgstr \"\"\n\nmsgctxt \"#33066\"\nmsgid \"About your\"\nmsgstr \"\"\n\nmsgctxt \"#33067\"\nmsgid \"Star rating\"\nmsgstr \"\"\n\nmsgctxt \"#33068\"\nmsgid \"Background\"\nmsgstr \"\"\n\nmsgctxt \"#33069\"\nmsgid \"Backgrounds\"\nmsgstr \"\"\n\nmsgctxt \"#33070\"\nmsgid \"Custom background\"\nmsgstr \"\"\n\nmsgctxt \"#33071\"\nmsgid \"Custom backgrounds\"\nmsgstr \"\"\n\nmsgctxt \"#33072\"\nmsgid \"View Readme\"\nmsgstr \"\"\n\nmsgctxt \"#33073\"\nmsgid \"View Changelog\"\nmsgstr \"\"\n\nmsgctxt \"#33074\"\nmsgid \"This version of %s requires an\"\nmsgstr \"\"\n\nmsgctxt \"#33075\"\nmsgid \"XBMC revision of %s or greater to run.\"\nmsgstr \"\"\n\nmsgctxt \"#33076\"\nmsgid \"Please update XBMC.\"\nmsgstr \"\"\n\nmsgctxt \"#33077\"\nmsgid \"No data found!\"\nmsgstr \"\"\n\nmsgctxt \"#33078\"\nmsgid \"Next page\"\nmsgstr \"\"\n\nmsgctxt \"#33079\"\nmsgid \"Love\"\nmsgstr \"\"\n\nmsgctxt \"#33080\"\nmsgid \"Hate\"\nmsgstr \"\"\n\nmsgctxt \"#33081\"\nmsgid \"This file is stacked, select the part you want to play from.\"\nmsgstr \"\"\n\nmsgctxt \"#33082\"\nmsgid \"Path to script\"\nmsgstr \"\"\n\nmsgctxt \"#33083\"\nmsgid \"Enable custom script button\"\nmsgstr \"\"\n\n#empty strings from id 33084 to 34004\n\nmsgctxt \"#34005\"\nmsgid \"Flac\"\nmsgstr \"\"\n"
  },
  {
    "path": "Other/update build/updater/System/python/readme.txt",
    "content": "Python directory structure\n\nDLLs dir:\n  Library directory used by python.\n  python exensions (.pyd) are placed here\n\nSpyce dir:\n  Here is where the Spyce installation remains, this is only there for use with psp (python server pages)\n  on the goahead webserver.\n\nssl dir:\n  Contains cert.pem which holds root certificates for use with the python _ssl library.\n\npython27.zlib\n  This is a zip archive containing the core .py python libraries\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/CHANGES",
    "content": "Change Log\n\nv1.3.13\n  improved performance (approx. 3x) of single-threaded print\n  exceptions in non-default modules reported like errors in script code\n  fix: mysession.spy: session depends on pool, so switched import order\n  fix: faulty session handlers thrown out on error\n    - takes care of annoying NameError: 'pool' not found\n  fix: sys.path always returned to original state, even on error\n  globals accessible via python modules\n    - applied patch contributed by: Niko Matsakis\n  iterable objects allowed within 'for' tag\n    - modified patch submitted by: Stefan Behnel\n  spyce lambdas can return values\n  updated spyceLock.py to eliminate Python FutureWarning for large constants\n  added include.spyceStr(), idea from Santtu Pajukanta\n  fix: error module performs response.clearFilters\n    - thanks to Colin Gillespie for reporting this\n  turning on spyce.DEBUG_ERROR will also display when modules start/finish\n\nv1.3.12\n  added fix to prevent reparsing of POST stream on \n    internal redirect  (modified Conan Albrecht's contribution)\n  documentation updates\n  fix: parsing totally empty files threw exception\n  user request: iterate over request object\n  modified semantics of active tags\n    - singleton tags now behave like paired tags with empty bodies\n    - defined a number of flags in spyceTag to reduce level of indentation \n      in generated python code where unnecessary: \n        conditional, loops, catches, mustend\n    - see tag documentation\n  updated core tag library accordingly\n  fix: dump_handler with binary files truncating on Windows\n  fix: files with DOS linebreaks\n  fix: both <%. and <%@ can now begin a spyce directive\n  directory listings of Spyce webserver look nicer, Apache-like\n  added form active tag library\n  added PATH_INFO functionality to spyceWWW\n\nv1.3.11\n  user request: daemon webserver mode\n  fix: mod_python flush problem\n  performance: rewrote tokenizer/parser\n    - no longer using clusmy parser generator package\n    - still pure python, compilation times between 2-6x faster\n  user request: expose functionality to define spyceProcess function\n    with arbitrary parameters, and pass in parameters... helps \n    Coil framework with Spyce integration\n  fix: spyce webserver not performing path manipulations correctly \n    on Windows\n  fix: spyce.mime file not copied for .rpm and Windows installers\n\nv1.3.10\n  Default development configuration changed to:\n    Apache 2.0.40 and Python 2.2.x\n    Release testing will be performed:\n      both on Linux and Windows\n      under CGI, FastCGI and mod_python\n    Other versions of Apache and Python should continue to work, but\n    will not be tested. I am depending on user feedback to catch any\n    errant bugs under these older configurations.\n  fix: spyceWWW properly deals with directory URLs that don't end in '/'\n  fix: request.getpost1/postget1() now accept default values\n  fix: memory cache checks file permission as well as modification time\n  fix: makefile was including .pyc/.pyo files in tarball\n  fix: spyce.vim syntax highlighting for spyce lambdas\n  fix: error module should be loaded last to avoid stdout module being\n    unloaded on error, thereby causing print statements to no longer go\n    to the browser during error handling\n  fix: error module setHandler used incorrect variable name, causing\n    setHandler to fail\n  updated spyce.vim syntax file for JSP/ASP like delimeters\n    spyce.vim now included in vim distribution\n  rpm generates spyceParserTable.py \n    (allowing for different versions of python)\n  added 'no-store' and 'must-revalidate' to response.uncacheable()\n  added pageerror configuration option to modify default page-level handler\n  rpm now requires http >2.0 and python >2.2 installed\n\nv1.3.9\n  spyceWWW web server improved\n    - configuration options integrated into spyce.conf\n    - handler mechanism created\n    - defined spyce and dump handlers\n    - reads Apache format mime-type definition files\n    - .spy files ==> spyce handler; rest ==> dump handler\n    - can display directory listings\n    - configuration options added accordingly\n    - corresponding documentation changed\n  documentation restructured to explain common configuration file \n    options in the runtime section\n  fix: docs/examples/*.gif added to rpm and windows installer\n  expanded section on how to get Spyce running under IIS via CGI\n\nv1.3.8\n  user request:\n    modified request.get/post/get1/post1/env() to accept default values\n    (note: will break code that provided caseInsensitive parameter by position)\n    added request.getpost/getpost1/postget/postget1/default() methods\n  bug fixes: python 1.5 backwards compatibility issues in the following\n    online examples: gif.spy, myPortal.spy, mysession.spy\n\nv1.3.7\n  support for ASP-style delimeters -- <% %>\n  use of Bastion eliminated, due to Python deprecation\n\nv1.3.6\n  info.spy example updated to deal with implicitly loaded taglib module\n  minor documentation fix for doc-mod_include\n  quotes for the PythonPath in httpd.conf\n\nv1.3.5\n  taglib and spylambda modules loaded implicitly only when needed\n    (i.e. when tags or spyce lambdas are actually used in a given file)\n  make install made more portable; removed install -D switch\n  EOFError now handled for file-based spyce caching (strange Windows bug?)\n  improvements to automaton module\n\nv1.3.4\n  doc updates - session module\n  minor mod_python bug - filename attribute used over environment\n  fix - windows installer unable to find python executable in some cases\n\nv1.3.3\n  examples/info.spy added\n  keep track of spyce entry point, added to spyce header\n  fix - CGI fails (only on Apache2.0!) with GET info due v1.3.2 changes\n  fix - typo in core:if tag\n\nv1.3.2\n  mod_python 3.0.1 compatibility\n  - switched to sre module, despite stack limits, because\n    pre module conflicts with pcre shared object that apache uses\n    (actually, just fails on some complicate reg.exps!)\n    This implies that very, very long spyce files might fail, until\n    sre module implements a state-machine-based reg.exp engine.\n  - apacheRequest.connection.child_num mysteriously removed,\n    therefore using os.getpid() in spyceModpyRequest.getServerID()\n  spyceApache.conf tweaked (should be more compatible)\n  installHelper.py converts backslash to forward slash \n    for httpd.conf on Windows\n  switched from pre to sre module in spyceCompile.py\n    - reason: Apache 2.0.x uses different pcre library from Python\n        causing failure under mod_python\n    - pre was used over the default (sre) because sre implementation is \n        stack-based and encountered overruns... Oh, well! Don't write \n        Spyce files that blow the stack until sre is fixed.\n\nv1.3.1\n  fix - wrapped thread-unsafe yacc-like package with lock\n  renamed util module to spyceUtil.py\n    - conflict with python1.5 site-package\n  renamed cache.py, lock.py (just in case)\n  make website update script faster\n\nv1.3.0\n  active tags introduced\n    - see: http://spyce.sourceforge.net/doc-tag.html\n    - [[.taglib]] directive added\n    - taglib spyce module added \n    - compiler changes to deal with active tags\n    - tagging infrastructure (spyceTag, spyceTagPlus, spyceTagLibrary)\n        - see: spyceTags.py\n        - user-defined active tag libraries possible\n        - see: http://spyce.sourceforge.net/doc-tag_new.html\n    - core active tag library\n        see: tags/core.py\n        see: http://spyce.sourceforge.net/doc-tag_core.html\n    - tag libraries loaded from same path as modules\n    - compiler syntax checking improved\n      - check for unbalanced parens\n      - check for unbalanced active tags\n      - extensible syntax checking for active tags\n\nv1.2.10\n  bugfix - typo in spyceWWW caused threading mode startup failure\n\nv1.2.9\n  stdout.push() can now accept no file argument\n  stdout.pop() now returns captured output\n  stdout.capture() added\n    see: examples/stdout.spy and stdout module docs\n  session_user session handler added in session module\n    see: examples/mysession.spy and session module docs\n  spylambda.define() can now memoize\n    see: http://spyce.sourceforge.net/doc-mod_lambda.html\n  memoized spyce lambda syntax: [[spy! ...: ...]]\n    see: http://spyce.sourceforge.net/doc-lang_lambda.html\n  slight modification to spyce.vim syntax file\n  response.addHeader() now support replacement\n  response.timestamp(), expire(), expireRel(), lastModified()\n      and uncacheable() methods added\n    see: http://spyce.sourceforge.net/doc-mod_response.html\n  performance!\n\nv1.2.8\n  links page added\n  spyce VIM syntax file updated; deals with spyce lambdas\n  include module improvements\n  - 'vars' field added\n  - included file can return value\n  - documentation updated, specifically regarding use of 'context'\n\nv1.2.7\n  internal restructuring continues\n  - separated spyce exceptions\n  - separated spyce configuration\n  - expanded spyce API and spyceServer\n  - spyce.spyceDone now imported as spyceDone\n  simplified spyceModule\n  - renamed wrapper field, to _api\n  - old spyceModule available as spyceModulePlus\n  - all standard modules updated\n  fixed - syntax errors were not reported properly\n  file-based spyce caching, with config option\n  performance improvements\n\nv1.2.6\n  single and multi-page documentation\n  minor fixes:\n  - NoCloseOut.flush() added\n  - BufferedOutput.flush() flushes sub-stream\n  - template module pointed at new location of cache code\n\nv1.2.5\n  spyceAPI defined: module access to spyceWrapper object restricted\n  - see: http://spyce.sourceforge.net/doc-mod_new.html\n  - (in general, will be moving towards restricted execution space)\n  toc module improved; add level(), l1()...l9() methods\n  server-level debug option added to config file\n  - see: http://spyce.sourceforge.net/doc-conf_common_debug.html\n  - debug Spyce module deprecated\n  engine now supports recursive requests (include spyce from itself)\n  sys.stdout (and therefore print statements) made thread-safe\n  spyce engine supports concurrent requests\n  server-level concurrency option added to config file\n  - see: http://spyce.sourceforge.net/doc-conf_common_concurrency.html\n  - spyce webserver operates in single, forking and threading modes\n  server-level Spyce module caching\n  - replaces Spyce-level module caching\n  - caching-related code separated from wrapper\n  code compilation seperated from wrapper (spyce.spyceCode)\n  autodetect when PYTHONOPTIMIZE causes lexer/parser failure\n  minor fixes and performance tweaks\n\nv1.2.4\n  fix - new PLY parser uses reflection at runtime to read \n        documentation strings containing grammar, thus you\n        should not run Python in optimize mode, thus\n        mod_python option in spyceApache.conf changed.\n  fix - python 1.5 compatible .spy files for docs\n\nv1.2.3\n  fix - code for new tokenizer/parser made python 1.5.2 compatible\n\nv1.2.2\n  fix - PATH_INFO via CGI\n  fix - magic (#!) on first line treated as comment\n\nv1.2.1\n  complete rewrite of spyce tokenizer and parser\n    - using PLY, table-driven\n  added spyce lambdas to language\n\nv1.2.0\n  contrib section added\n  support for SPYCE_PATH environment variable\n  lots of documentation fixes\n  decided spyce was mature enough for 1.2.0\n\nv1.1.46\n  feature request: improved examples page on website\n\nv1.1.45\n  site and documentation revamp\n  refactored the spyceModule class (see spyceModule.py)\n    altered all standard modules to conform to new internal design\n  new table-of-contents (toc) module (see docs)\n  improved stdout module (see docs)\n    added push() and pop() methods\n    now loaded implicitly\n  exception tracebacks in chunks identify specific error lines\n  file globbing added to -O command-line option\n\nv1.1.44\n  module directive deprecated\n    replaced with import tag\n  import tag accepts args attribute\n    calls module init() method at location of directive\n    init() methods added to modules: session, compress\n    see: http://spyce.sourceforge.net/doc_lang_directive.html\n         http://spyce.sourceforge.net/doc_mod.html\n         http://spyce.sourceforge.net/doc_mod_compress.html\n         http://spyce.sourceforge.net/doc_mod_session.html\n         http://spyce.sourceforge.net/doc_mod_new.html\n  bugfix - modules finalized on redirect\n\nv1.1.43\n  bugfix - included files not inheriting modules properly\n  bugfix - transform module inside included file\n\nv1.1.42\n  renamed spyce.conf to spyceApache.conf\n  renamed spyceApache to spyceModpy\n  renamed run_spyceApache to run_spyceModpy (affect spyceApache.conf)\n  added server-level configuration file functionality\n    server module search path\n    modules to load at startup\n    server-level error handler\n    global server variables\n    see: docs/doc_conf_common.html\n  added response.isCancelled() function\n    see: docs/doc_mod_response.html\n  bugfix - early client disconnect caused problems under mod_python\n\nv1.1.41\n  extended HTTP response constants to conform to spec\n  extended HTML entity encoded characters to conform to spec\n  modified internal buffering semantics to allow eliminiation of special \n    case code for specific HTTP return codes (redirects) in the common path\n  performance improvements\n  convenience functions transform.html_encode() and url_encode() added\n  error module added: handles errors that occur during spyce processing\n  bugfix - HTTP return codes propagated correctly under mod_python\n\nv1.1.40\n  bugfix - spyce syntax error propagated properly\n  response headers cleared on an internal redirect\n  case insensitive request.get,post,get1,post1,file\n\nv1.1.39\n  modified how filter module injects itself into output stream\n  added response.addFilter() to allow piped functionality\n    on the output stream, modules can insert write, writeStatic,\n    writeExpr, flush and clear handlers\n  added compress module for dynamic compression functionality\n  compress module documentation\n  renamed filter module to transform (name conflict with Python builtin)\n  sys.path forced to be absolute before changing directory in CGI mode\n  bugfix - spyce path trimmed to just filename when directory changed for \n    CGI processing\n  bugfix - spyce web server closes sockets\n\nv1.1.38\n  spyce can now run as a (proxy) web server\n    spyce -l [-p port] <server root>\n\nv1.1.37\n  spyceDone exception to stop spyce processing\n    raise spyceDone, see gif.spy, fileupload.spy examples\n  response.close() deprecated\n    not needed with spyceDone functionality\n  cPickle used in session module\n    improved session serialization performance\n\nv1.1.36\n  redirect.externalRefresh now has url= in string\n  internal redirect fixed\n  bug fix - consecutive compact line removal now possible\n  examples added: hello2.spy, form.spy\n  handle ISINDEX CGI queries that have extra command-line parameters\n  Status CGI header used for spyce redirect return codes\n\nv1.1.35\n  bug - fixed cgi chdir in case of local directory\n  request - invoke spyce engine programmatically with spyce string\n  source tarball does not contain extra CVS junk\n\nv1.1.34\n  fixed apache config bug in windows installer\n\nv1.1.33\n  appended current Spyce file's directory to sys.path\n\nv1.1.32\n  minor documentation tweaks\n  names attribute added to [[.module ]] tag\n  request.__getitem__() added\n  chdir in cgi mode\n\nv1.1.31\n  windows installer improved: apache configuration and restart\n  fixed - handling of initial spaces in multi-line strings in python chunks\n\nv1.1.30\n  red page marker in docs\n  created undefined windows lock variables\n\nv1.1.29\n  documentation split up\n  rpm is now noarch\n\nv1.1.28\n  include.dump() now has binary option\n  stdout changed to binary mode on windows for cgi purposes\n  fixed session_dir handler bug on windows\n  \nv1.1.27\n  fcgi implemented on windows too\n  windows installer\n\nv1.1.26\n  fixed - nasty bug with the new module behaviour\n  small improvements to documentation and examples\n  improved request.uri() function\n\nv1.1.25\n  fixed - fcgi module broke on windows\n\nv1.1.24\n  line compaction improved\n  module behaviour on include.spyce() defined\n\nv1.1.23\n  lots of changes so that: it works on Python 1.5.2 now too!\n  file-based session handler now uses pid, and file locks\n  live examples on sourceforge\n\nv1.1.22\n  fixed Python v2.1.1-related bugs.\n  improved installation process and documentation\n  rpm more likely to succeed - uses fcgi or drops back to cgi\n  no longer mod_python based by default\n\nv1.1.21 (faulty release)\n  stochastic session clean up; no more threading dependency\n  documentation: better installation notes\n  peep-hole optimizer\n\nv1.1.20 (faulty release)\n  created explicit (swappable) cache infrastructure\n  BUG ** Spyce also works on Python v2.1\n  request - request.post(),post1() works in includes\n  documentation: cheetah install, ...\n\nv1.1.19\n  filter module\n\nv1.1.18\n  fcgi support added\n  X-Spyce header added\n  documentation: how to write new modules\n\nv1.1.17\n  feature request - compaction algorithm improved\n\nv1.1.16\n  generalised session.setHandler (session handler selection mechanism)\n  gdbm, bsd db session handlers added\n\nv1.1.15\n  minor makefile and rpm script changes\n  handling of multi-line strings in python code\n  response.flush() added\n\nv1.1.14\n  wrappers to check python version\n\nv1.1.13\n  added new language construct: \"Python chunks\"\n\nv1.1.12\n  stdout module redirects stdout to response object\n  added writeln() to response module\n\nv1.1.11\n  fixed lots of CGI bugs:\n    reported bug - headers not sent\n    session module thread prevented script death\n    added spyce.ONE_SHOT variable\n    cookie module fixed\n    gif.spy example fixed\n    external redirect fixed\n\nv1.1.10\n  performance:\n    implemented semantic cache for spyce compilation\n    templating module performs caching\n  lots of commenting\n\nv1.1.9\n  templating module (cheetah integration)\n  documentation\n\nv1.1.8\n  automaton module\n  documentation\n\nv1.1.7\n  associative array access to session and cookie information\n  added pool module\n  documentation\n  comments emitted as tokens\n  syntax highlighting function: include.spycecode\n  documentation\n\nv1.1.6\n  dynamically loading modules\n\nv1.1.5\n  redirect module added\n\nv1.1.4\n  response.unbuffer()\n\nv1.1.3\n  support for file upload\n  request.get1(),post1()\n\nv1.1.2\n  more reliable exception location reporting\n\nv1.1.1\n  static includes\n  module search path\n\nv1.1.0\n  Implemented modules -- major rewrite.\n  Changed includes, sessions, cookies, ... everything into modules\n  Changed the generated \"stub\", though this is mostly under-the-covers\n  Rewrote most of the documentation\n\nv1.0.5\n  CGI support\n  Expanded install docs\n\nv1.0.4\n  Many doc updates\n  Autosession support\n  changed directives tags to use html-like attributes\n\nv1.0.3\n  Automatic session cleanup\n  Updated pilpel image\n\nv1.0.2\n  Handle 403 - Forbidden\n  Handle 404 - Not Found\n\nv1.0.1\n  Tracking original spyce code locations in generated code\n  Reporting runtime exceptions in original spyce code\n  Reporting syntax (compile) exceptions in original spyce code\n\nv1.0 - Initial release\n  Documentation\n  Added [[.nocompact]] and [[.compact]]\n  Allowed escaped \\[[ and \\]] in HTML\n  Added session support, with on-disk implementation\n  Realised and implemented command-line\n  Added cookies\n  Added http header calls\n  Added get and post support\n  Created request and response objects\n  Added [[.include]]\n  Added [[.funcion]] and [[./function]]\n  Create in-memory spyce cache\n  Wrote a token-based Brace Converter\n  Added [[ ]] and [[= ]]\n  Created Spyce compiler shell\n  Wrote initial mod_python \"hello world\" handler\n  Read up on mod_python\n  Looked at PyServ\n  Attempted to engineer a WebWare-based solution\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/Cookie.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: Cookie.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n# Cookie.py taken from Python 2.2, and modified it to work in Python 1.5 -- RB\n\n__doc__ = 'Cookie parsing functionality'\n\n####\n# Copyright 2000 by Timothy O'Malley <timo@alum.mit.edu>\n#\n#                All Rights Reserved\n#\n# Permission to use, copy, modify, and distribute this software\n# and its documentation for any purpose and without fee is hereby\n# granted, provided that the above copyright notice appear in all\n# copies and that both that copyright notice and this permission\n# notice appear in supporting documentation, and that the name of\n# Timothy O'Malley  not be used in advertising or publicity\n# pertaining to distribution of the software without specific, written\n# prior permission.\n#\n# Timothy O'Malley DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS\n# SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\n# AND FITNESS, IN NO EVENT SHALL Timothy O'Malley BE LIABLE FOR\n# ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\n# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,\n# WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS\n# ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\n# PERFORMANCE OF THIS SOFTWARE.\n#\n\nimport string\nfrom UserDict import UserDict\n\ntry:\n    from cPickle import dumps, loads\nexcept ImportError:\n    from pickle import dumps, loads\n\ntry:\n    import re\nexcept ImportError:\n    raise ImportError, \"Cookie.py requires 're' from Python 1.5 or later\"\n\n__all__ = [\"CookieError\",\"BaseCookie\",\"SimpleCookie\",\"SerialCookie\",\n           \"SmartCookie\",\"Cookie\"]\n\n#\n# Define an exception visible to External modules\n#\nclass CookieError(Exception):\n    pass\n\n\n# These quoting routines conform to the RFC2109 specification, which in\n# turn references the character definitions from RFC2068.  They provide\n# a two-way quoting algorithm.  Any non-text character is translated\n# into a 4 character sequence: a forward-slash followed by the\n# three-digit octal equivalent of the character.  Any '\\' or '\"' is\n# quoted with a preceeding '\\' slash.\n#\n# These are taken from RFC2068 and RFC2109.\n#       _LegalChars       is the list of chars which don't require \"'s\n#       _Translator       hash-table for fast quoting\n#\n\nascii_lowercase = string.join(map(lambda c: chr(ord('a')+c), range(ord('z')-ord('a')+1)),'')\nascii_uppercase = string.join(map(lambda c: chr(ord('A')+c), range(ord('z')-ord('a')+1)),'')\n\n_LegalChars       = ascii_lowercase + ascii_uppercase + string.digits + \"!#$%&'*+-.^_`|~\"\n_Translator       = {\n    '\\000' : '\\\\000',  '\\001' : '\\\\001',  '\\002' : '\\\\002',\n    '\\003' : '\\\\003',  '\\004' : '\\\\004',  '\\005' : '\\\\005',\n    '\\006' : '\\\\006',  '\\007' : '\\\\007',  '\\010' : '\\\\010',\n    '\\011' : '\\\\011',  '\\012' : '\\\\012',  '\\013' : '\\\\013',\n    '\\014' : '\\\\014',  '\\015' : '\\\\015',  '\\016' : '\\\\016',\n    '\\017' : '\\\\017',  '\\020' : '\\\\020',  '\\021' : '\\\\021',\n    '\\022' : '\\\\022',  '\\023' : '\\\\023',  '\\024' : '\\\\024',\n    '\\025' : '\\\\025',  '\\026' : '\\\\026',  '\\027' : '\\\\027',\n    '\\030' : '\\\\030',  '\\031' : '\\\\031',  '\\032' : '\\\\032',\n    '\\033' : '\\\\033',  '\\034' : '\\\\034',  '\\035' : '\\\\035',\n    '\\036' : '\\\\036',  '\\037' : '\\\\037',\n\n    '\"' : '\\\\\"',       '\\\\' : '\\\\\\\\',\n\n    '\\177' : '\\\\177',  '\\200' : '\\\\200',  '\\201' : '\\\\201',\n    '\\202' : '\\\\202',  '\\203' : '\\\\203',  '\\204' : '\\\\204',\n    '\\205' : '\\\\205',  '\\206' : '\\\\206',  '\\207' : '\\\\207',\n    '\\210' : '\\\\210',  '\\211' : '\\\\211',  '\\212' : '\\\\212',\n    '\\213' : '\\\\213',  '\\214' : '\\\\214',  '\\215' : '\\\\215',\n    '\\216' : '\\\\216',  '\\217' : '\\\\217',  '\\220' : '\\\\220',\n    '\\221' : '\\\\221',  '\\222' : '\\\\222',  '\\223' : '\\\\223',\n    '\\224' : '\\\\224',  '\\225' : '\\\\225',  '\\226' : '\\\\226',\n    '\\227' : '\\\\227',  '\\230' : '\\\\230',  '\\231' : '\\\\231',\n    '\\232' : '\\\\232',  '\\233' : '\\\\233',  '\\234' : '\\\\234',\n    '\\235' : '\\\\235',  '\\236' : '\\\\236',  '\\237' : '\\\\237',\n    '\\240' : '\\\\240',  '\\241' : '\\\\241',  '\\242' : '\\\\242',\n    '\\243' : '\\\\243',  '\\244' : '\\\\244',  '\\245' : '\\\\245',\n    '\\246' : '\\\\246',  '\\247' : '\\\\247',  '\\250' : '\\\\250',\n    '\\251' : '\\\\251',  '\\252' : '\\\\252',  '\\253' : '\\\\253',\n    '\\254' : '\\\\254',  '\\255' : '\\\\255',  '\\256' : '\\\\256',\n    '\\257' : '\\\\257',  '\\260' : '\\\\260',  '\\261' : '\\\\261',\n    '\\262' : '\\\\262',  '\\263' : '\\\\263',  '\\264' : '\\\\264',\n    '\\265' : '\\\\265',  '\\266' : '\\\\266',  '\\267' : '\\\\267',\n    '\\270' : '\\\\270',  '\\271' : '\\\\271',  '\\272' : '\\\\272',\n    '\\273' : '\\\\273',  '\\274' : '\\\\274',  '\\275' : '\\\\275',\n    '\\276' : '\\\\276',  '\\277' : '\\\\277',  '\\300' : '\\\\300',\n    '\\301' : '\\\\301',  '\\302' : '\\\\302',  '\\303' : '\\\\303',\n    '\\304' : '\\\\304',  '\\305' : '\\\\305',  '\\306' : '\\\\306',\n    '\\307' : '\\\\307',  '\\310' : '\\\\310',  '\\311' : '\\\\311',\n    '\\312' : '\\\\312',  '\\313' : '\\\\313',  '\\314' : '\\\\314',\n    '\\315' : '\\\\315',  '\\316' : '\\\\316',  '\\317' : '\\\\317',\n    '\\320' : '\\\\320',  '\\321' : '\\\\321',  '\\322' : '\\\\322',\n    '\\323' : '\\\\323',  '\\324' : '\\\\324',  '\\325' : '\\\\325',\n    '\\326' : '\\\\326',  '\\327' : '\\\\327',  '\\330' : '\\\\330',\n    '\\331' : '\\\\331',  '\\332' : '\\\\332',  '\\333' : '\\\\333',\n    '\\334' : '\\\\334',  '\\335' : '\\\\335',  '\\336' : '\\\\336',\n    '\\337' : '\\\\337',  '\\340' : '\\\\340',  '\\341' : '\\\\341',\n    '\\342' : '\\\\342',  '\\343' : '\\\\343',  '\\344' : '\\\\344',\n    '\\345' : '\\\\345',  '\\346' : '\\\\346',  '\\347' : '\\\\347',\n    '\\350' : '\\\\350',  '\\351' : '\\\\351',  '\\352' : '\\\\352',\n    '\\353' : '\\\\353',  '\\354' : '\\\\354',  '\\355' : '\\\\355',\n    '\\356' : '\\\\356',  '\\357' : '\\\\357',  '\\360' : '\\\\360',\n    '\\361' : '\\\\361',  '\\362' : '\\\\362',  '\\363' : '\\\\363',\n    '\\364' : '\\\\364',  '\\365' : '\\\\365',  '\\366' : '\\\\366',\n    '\\367' : '\\\\367',  '\\370' : '\\\\370',  '\\371' : '\\\\371',\n    '\\372' : '\\\\372',  '\\373' : '\\\\373',  '\\374' : '\\\\374',\n    '\\375' : '\\\\375',  '\\376' : '\\\\376',  '\\377' : '\\\\377'\n    }\n\ndef _quote(str, LegalChars=_LegalChars,\n    join=string.join, idmap=string._idmap, translate=string.translate):\n    #\n    # If the string does not need to be double-quoted,\n    # then just return the string.  Otherwise, surround\n    # the string in doublequotes and precede quote (with a \\)\n    # special characters.\n    #\n    if \"\" == translate(str, idmap, LegalChars):\n        return str\n    else:\n        return '\"' + join( map(_Translator.get, str, str), \"\" ) + '\"'\n# end _quote\n\n\n_OctalPatt = re.compile(r\"\\\\[0-3][0-7][0-7]\")\n_QuotePatt = re.compile(r\"[\\\\].\")\n\ndef _unquote(str, join=string.join, atoi=string.atoi):\n    # If there aren't any doublequotes,\n    # then there can't be any special characters.  See RFC 2109.\n    if  len(str) < 2:\n        return str\n    if str[0] != '\"' or str[-1] != '\"':\n        return str\n\n    # We have to assume that we must decode this string.\n    # Down to work.\n\n    # Remove the \"s\n    str = str[1:-1]\n\n    # Check for special sequences.  Examples:\n    #    \\012 --> \\n\n    #    \\\"   --> \"\n    #\n    i = 0\n    n = len(str)\n    res = []\n    while 0 <= i < n:\n        Omatch = _OctalPatt.search(str, i)\n        Qmatch = _QuotePatt.search(str, i)\n        if not Omatch and not Qmatch:              # Neither matched\n            res.append(str[i:])\n            break\n        # else:\n        j = k = -1\n        if Omatch: j = Omatch.start(0)\n        if Qmatch: k = Qmatch.start(0)\n        if Qmatch and ( not Omatch or k < j ):     # QuotePatt matched\n            res.append(str[i:k])\n            res.append(str[k+1])\n            i = k+2\n        else:                                      # OctalPatt matched\n            res.append(str[i:j])\n            res.append( chr( atoi(str[j+1:j+4], 8) ) )\n            i = j+4\n    return join(res, \"\")\n# end _unquote\n\n# The _getdate() routine is used to set the expiration time in\n# the cookie's HTTP header.      By default, _getdate() returns the\n# current time in the appropriate \"expires\" format for a\n# Set-Cookie header.     The one optional argument is an offset from\n# now, in seconds.      For example, an offset of -3600 means \"one hour ago\".\n# The offset may be a floating point number.\n#\n\n_weekdayname = ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']\n\n_monthname = [None,\n              'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',\n              'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']\n\ndef _getdate(future=0, weekdayname=_weekdayname, monthname=_monthname):\n    from time import gmtime, time\n    now = time()\n    year, month, day, hh, mm, ss, wd, y, z = gmtime(now + future)\n    return \"%s, %02d-%3s-%4d %02d:%02d:%02d GMT\" % \\\n           (weekdayname[wd], day, monthname[month], year, hh, mm, ss)\n\n\n#\n# A class to hold ONE key,value pair.\n# In a cookie, each such pair may have several attributes.\n#       so this class is used to keep the attributes associated\n#       with the appropriate key,value pair.\n# This class also includes a coded_value attribute, which\n#       is used to hold the network representation of the\n#       value.  This is most useful when Python objects are\n#       pickled for network transit.\n#\n\nclass Morsel(UserDict):\n    # RFC 2109 lists these attributes as reserved:\n    #   path       comment         domain\n    #   max-age    secure      version\n    #\n    # For historical reasons, these attributes are also reserved:\n    #   expires\n    #\n    # This dictionary provides a mapping from the lowercase\n    # variant on the left to the appropriate traditional\n    # formatting on the right.\n    _reserved = { \"expires\" : \"expires\",\n                   \"path\"        : \"Path\",\n                   \"comment\" : \"Comment\",\n                   \"domain\"      : \"Domain\",\n                   \"max-age\" : \"Max-Age\",\n                   \"secure\"      : \"secure\",\n                   \"version\" : \"Version\",\n                   }\n    _reserved_keys = _reserved.keys()\n\n    def __init__(self):\n        # Set defaults\n        self.key = self.value = self.coded_value = None\n        UserDict.__init__(self)\n\n        # Set default attributes\n        for K in self._reserved_keys:\n            UserDict.__setitem__(self, K, \"\")\n    # end __init__\n\n    def __setitem__(self, K, V):\n        K = string.lower(K)\n        if not K in self._reserved_keys:\n            raise CookieError(\"Invalid Attribute %s\" % K)\n        UserDict.__setitem__(self, K, V)\n    # end __setitem__\n\n    def isReservedKey(self, K):\n        return string.lower(K) in self._reserved_keys\n    # end isReservedKey\n\n    def set(self, key, val, coded_val,\n            LegalChars=_LegalChars,\n            idmap=string._idmap, translate=string.translate ):\n        # First we verify that the key isn't a reserved word\n        # Second we make sure it only contains legal characters\n        if string.lower(key) in self._reserved_keys:\n            raise CookieError(\"Attempt to set a reserved key: %s\" % key)\n        if \"\" != translate(key, idmap, LegalChars):\n            raise CookieError(\"Illegal key value: %s\" % key)\n\n        # It's a good key, so save it.\n        self.key                 = key\n        self.value               = val\n        self.coded_value         = coded_val\n    # end set\n\n    def output(self, attrs=None, header = \"Set-Cookie:\"):\n        return \"%s %s\" % ( header, self.OutputString(attrs) )\n\n    __str__ = output\n\n    def __repr__(self):\n        return '<%s: %s=%s>' % (self.__class__.__name__,\n                                self.key, repr(self.value) )\n\n    def js_output(self, attrs=None):\n        # Print javascript\n        return \"\"\"\n        <SCRIPT LANGUAGE=\"JavaScript\">\n        <!-- begin hiding\n        document.cookie = \\\"%s\\\"\n        // end hiding -->\n        </script>\n        \"\"\" % ( self.OutputString(attrs), )\n    # end js_output()\n\n    def OutputString(self, attrs=None):\n        # Build up our result\n        #\n        result = []\n        RA = result.append\n\n        # First, the key=value pair\n        RA(\"%s=%s;\" % (self.key, self.coded_value))\n\n        # Now add any defined attributes\n        if attrs is None:\n            attrs = self._reserved_keys\n        items = self.items()\n        items.sort()\n        for K,V in items:\n            if V == \"\": continue\n            if K not in attrs: continue\n            if K == \"expires\" and type(V) == type(1):\n                RA(\"%s=%s;\" % (self._reserved[K], _getdate(V)))\n            elif K == \"max-age\" and type(V) == type(1):\n                RA(\"%s=%d;\" % (self._reserved[K], V))\n            elif K == \"secure\":\n                RA(\"%s;\" % self._reserved[K])\n            else:\n                RA(\"%s=%s;\" % (self._reserved[K], V))\n\n        # Return the result\n        return string.join(result, \" \")\n    # end OutputString\n# end Morsel class\n\n\n\n#\n# Pattern for finding cookie\n#\n# This used to be strict parsing based on the RFC2109 and RFC2068\n# specifications.  I have since discovered that MSIE 3.0x doesn't\n# follow the character rules outlined in those specs.  As a\n# result, the parsing rules here are less strict.\n#\n\n_LegalCharsPatt  = r\"[\\w\\d!#%&'~_`><@,:/\\$\\*\\+\\-\\.\\^\\|\\)\\(\\?\\}\\{\\=]\"\n_CookiePattern = re.compile(\n    r\"(?x)\"                       # This is a Verbose pattern\n    r\"(?P<key>\"                   # Start of group 'key'\n    \"\"+ _LegalCharsPatt +\"+?\"     # Any word of at least one letter, nongreedy\n    r\")\"                          # End of group 'key'\n    r\"\\s*=\\s*\"                    # Equal Sign\n    r\"(?P<val>\"                   # Start of group 'val'\n    r'\"(?:[^\\\\\"]|\\\\.)*\"'            # Any doublequoted string\n    r\"|\"                            # or\n    \"\"+ _LegalCharsPatt +\"*\"        # Any word or empty string\n    r\")\"                          # End of group 'val'\n    r\"\\s*;?\"                      # Probably ending in a semi-colon\n    )\n\n\n# At long last, here is the cookie class.\n#   Using this class is almost just like using a dictionary.\n# See this module's docstring for example usage.\n#\nclass BaseCookie(UserDict):\n    # A container class for a set of Morsels\n    #\n\n    def value_decode(self, val):\n        \"\"\"real_value, coded_value = value_decode(STRING)\n        Called prior to setting a cookie's value from the network\n        representation.  The VALUE is the value read from HTTP\n        header.\n        Override this function to modify the behavior of cookies.\n        \"\"\"\n        return val, val\n    # end value_encode\n\n    def value_encode(self, val):\n        \"\"\"real_value, coded_value = value_encode(VALUE)\n        Called prior to setting a cookie's value from the dictionary\n        representation.  The VALUE is the value being assigned.\n        Override this function to modify the behavior of cookies.\n        \"\"\"\n        strval = str(val)\n        return strval, strval\n    # end value_encode\n\n    def __init__(self, input=None):\n        UserDict.__init__(self)\n        if input: self.load(input)\n    # end __init__\n\n    def __set(self, key, real_value, coded_value):\n        \"\"\"Private method for setting a cookie's value\"\"\"\n        M = self.get(key, Morsel())\n        M.set(key, real_value, coded_value)\n        UserDict.__setitem__(self, key, M)\n    # end __set\n\n    def __setitem__(self, key, value):\n        \"\"\"Dictionary style assignment.\"\"\"\n        rval, cval = self.value_encode(value)\n        self.__set(key, rval, cval)\n    # end __setitem__\n\n    def output(self, attrs=None, header=\"Set-Cookie:\", sep=\"\\n\"):\n        \"\"\"Return a string suitable for HTTP.\"\"\"\n        result = []\n        items = self.items()\n        items.sort()\n        for K,V in items:\n            result.append( V.output(attrs, header) )\n        return string.join(result, sep)\n    # end output\n\n    __str__ = output\n\n    def __repr__(self):\n        L = []\n        items = self.items()\n        items.sort()\n        for K,V in items:\n            L.append( '%s=%s' % (K,repr(V.value) ) )\n        return '<%s: %s>' % (self.__class__.__name__, string.join(L))\n\n    def js_output(self, attrs=None):\n        \"\"\"Return a string suitable for JavaScript.\"\"\"\n        result = []\n        items = self.items()\n        items.sort()\n        for K,V in items:\n            result.append( V.js_output(attrs) )\n        return string.join(result, \"\")\n    # end js_output\n\n    def load(self, rawdata):\n        \"\"\"Load cookies from a string (presumably HTTP_COOKIE) or\n        from a dictionary.  Loading cookies from a dictionary 'd'\n        is equivalent to calling:\n            map(Cookie.__setitem__, d.keys(), d.values())\n        \"\"\"\n        if type(rawdata) == type(\"\"):\n            self.__ParseString(rawdata)\n        else:\n            self.update(rawdata)\n        return\n    # end load()\n\n    def __ParseString(self, str, patt=_CookiePattern):\n        i = 0            # Our starting point\n        n = len(str)     # Length of string\n        M = None         # current morsel\n\n        while 0 <= i < n:\n            # Start looking for a cookie\n            match = patt.search(str, i)\n            if not match: break          # No more cookies\n\n            K,V = match.group(\"key\"), match.group(\"val\")\n            i = match.end(0)\n\n            # Parse the key, value in case it's metainfo\n            if K[0] == \"$\":\n                # We ignore attributes which pertain to the cookie\n                # mechanism as a whole.  See RFC 2109.\n                # (Does anyone care?)\n                if M:\n                    M[ K[1:] ] = V\n            elif string.lower(K) in Morsel._reserved_keys:\n                if M:\n                    M[ K ] = _unquote(V)\n            else:\n                rval, cval = self.value_decode(V)\n                self.__set(K, rval, cval)\n                M = self[K]\n    # end __ParseString\n# end BaseCookie class\n\nclass SimpleCookie(BaseCookie):\n    \"\"\"SimpleCookie\n    SimpleCookie supports strings as cookie values.  When setting\n    the value using the dictionary assignment notation, SimpleCookie\n    calls the builtin str() to convert the value to a string.  Values\n    received from HTTP are kept as strings.\n    \"\"\"\n    def value_decode(self, val):\n        return _unquote( val ), val\n    def value_encode(self, val):\n        strval = str(val)\n        return strval, _quote( strval )\n# end SimpleCookie\n\nclass SerialCookie(BaseCookie):\n    \"\"\"SerialCookie\n    SerialCookie supports arbitrary objects as cookie values. All\n    values are serialized (using cPickle) before being sent to the\n    client.  All incoming values are assumed to be valid Pickle\n    representations.  IF AN INCOMING VALUE IS NOT IN A VALID PICKLE\n    FORMAT, THEN AN EXCEPTION WILL BE RAISED.\n\n    Note: Large cookie values add overhead because they must be\n    retransmitted on every HTTP transaction.\n\n    Note: HTTP has a 2k limit on the size of a cookie.  This class\n    does not check for this limit, so be careful!!!\n    \"\"\"\n    def value_decode(self, val):\n        # This could raise an exception!\n        return loads( _unquote(val) ), val\n    def value_encode(self, val):\n        return val, _quote( dumps(val) )\n# end SerialCookie\n\nclass SmartCookie(BaseCookie):\n    \"\"\"SmartCookie\n    SmartCookie supports arbitrary objects as cookie values.  If the\n    object is a string, then it is quoted.  If the object is not a\n    string, however, then SmartCookie will use cPickle to serialize\n    the object into a string representation.\n\n    Note: Large cookie values add overhead because they must be\n    retransmitted on every HTTP transaction.\n\n    Note: HTTP has a 2k limit on the size of a cookie.  This class\n    does not check for this limit, so be careful!!!\n    \"\"\"\n    def value_decode(self, val):\n        strval = _unquote(val)\n        try:\n            return loads(strval), val\n        except:\n            return strval, val\n    def value_encode(self, val):\n        if type(val) == type(\"\"):\n            return val, _quote(val)\n        else:\n            return val, _quote( dumps(val) )\n# end SmartCookie\n\n\n###########################################################\n# Backwards Compatibility:  Don't break any existing code!\n\n# We provide Cookie() as an alias for SmartCookie()\nCookie = SmartCookie\n\n#\n###########################################################\n\n#Local Variables:\n#tab-width: 4\n#end:\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/LICENCE",
    "content": "Copyright (c) 2002-03 Rimon Barr.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice and\nthis LICENCE in its entirety including the disclaimer. The LICENCE of this\nproduct may only be modified by the Copyright holder.\n\n2. Redistributions in binary form must reproduce the above copyright notice\nand this LICENCE in its entirety including the disclaimer in the documentation\nand/or other materials provided with the distribution.\n\n3. The end-user documentation included with the redistribution, if any, must\ninclude the following acknowledgment: \"This product uses Spyce, Copyright\nRimon Barr.\" Alternately, this acknowledgment may appear in the software\nitself, wherever such third-party acknowledgments normally appear. The\ndocumentation must also provide a instructions on how to receive an original\nSpyce distribution, preferably a link to the website\nhttp://spyce.sourceforge.net.\n\n4. The names \"Spyce\", or \"Rimon Barr\" must not be used to endorse or promote\nproducts derived from this software without prior written permission. For\nwritten permission, please contact rimon-AT-acm.org.\n\n5. Products derived from this software may not be called \"Spyce\", nor may\n\"Spyce\" appear in their names, without prior written permission of the\nCopyright holder.\n\nTHIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,\nINCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND\nFITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL RIMON BARR\nOR HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,\nEXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,\nPROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR\nBUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER\nIN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGE.\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/README",
    "content": "SPYCE - Python Server Pages\nCopyright 2002-03. Rimon Barr <rimon AT acm DOT org>\n---------------------------------------------------------------------\n\nDescription: Python-based dynamic HTML scripting engine.\n\nName:        SPYCE - Python Server Pages\nAuthor:      Rimon Barr <rimon AT acm DOT org>\n\nPlease refer to the LICENCE file\n\nFor system documentation:\n  Run \"make docs\"\n  Browse the \"docs/index.html\" file\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/RELEASE",
    "content": "To release a new version of spyce:\n\n- Run: make clean\n- Edit spyce.py: change version (possibly release)\n- Edit CHANGES\n- Run: cvs update; cvs commit\n- Perform release testing\n- Run: make upload (and do the sourceforge file release)\n- Run: make sf\n- Run: make clean\n- post to freshmeat\n    spyce-users@sourceforge.net\n    python-announce@python.org\n    python-list@python.org\n    python-web-modules@yahoogroups.com\n    cheetahtemplate-discuss@lists.sourceforge.net\n    ? mod_python@modpython.org\n    ? webware-discuss@lists.sourceforge.net\n    ? sixthdev@yahoogroups.com\n    ? quixote-users@mems-exchange.org\n    ? php, jsp, apache, cherrypy\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/THANKS",
    "content": "This file contains mention of people that deserve thanks. \nIf you feel that you should be added, please email me \nat <rimon AT acm DOT org>\n\nThanks (in reverse-chronological order) to:\n\nBrandon Beck <bbeck@austin.rr.com>\n  For the daemon mode suggestion\n\nConan C. Albrecht <conan@warp.byu.edu>\n  Much help with the tags, the built-in webserver, suggestions, \n  bug reports, and fixes ...\n\nFred Moscicki <fred@computronix.com>\n  Bug reports.\n\nAdrien Plisson <rien@yeepa.org>\n  Lots of bug reports, help with module development,\n  and input of many ideas.\n\nThe NullSoft crew:\n  For NSIS SuperPiMP installer\n  http://www.nullsoft.com/free/nsis/\n\nTino Lange <Tino.Lange@gmx.de>\n  Inspiring my work to get the Spyce engine and modules down from\n  Python 2.2 to Python 1.5.2.\n\nJohn J Smith <johnjsmith@rediffmail.com>\n  Finding bugs. Email discussions that led to improvements\n  in the Spyce line compacting mode, and the way modules behave\n  in included files.\n\nPiers Lauder <piers@cs.su.oz.au>\n  Email discussions that led to Python chunks (ala Poor Man's Zope),\n  filters (ala Cheetah), and some other ideas.\n\nThe Cheetah team\n  http://www.cheetahtemplate.org/\n\nNatalya Katsnelson <nk74@cornell.edu>:\n  For the Spyce mascot, \"Pilpel\".\n\nDave Wallace <dwallace@delanet.com>:\n  Provided initial idea in Webware's PSP implementation to add braces \n  to Python code, solving the indentation problem. \n\nGregory Trubetskoy <grisha@modpython.org>:\n  For the mod_python project, upon which this work depends\n  http://www.modpython.org/\n\nThe SourceForge team\n  http://www.sourceforge.net\n\nThe Apache Team\n  http://www.apache.org/\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/fcgi.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: fcgi.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n# Taken originally from: http://alldunn.com/python/fcgi.py\n# Edited a fair bit. -- RB\n\n__doc__ = 'Python Fast CGI implementation'\n\nimport os, sys, string, socket, errno, cgi\nfrom cStringIO import StringIO\nimport spyceUtil\n\n##################################################\n# Constants\n#\n\n# Protol constants: record types\nFCGI_BEGIN_REQUEST     = 1\nFCGI_ABORT_REQUEST     = 2\nFCGI_END_REQUEST       = 3\nFCGI_PARAMS            = 4\nFCGI_STDIN             = 5\nFCGI_STDOUT            = 6\nFCGI_STDERR            = 7\nFCGI_DATA              = 8\nFCGI_GET_VALUES        = 9\nFCGI_GET_VALUES_RESULT = 10\nFCGI_UNKNOWN_TYPE      = 11\nFCGI_MAXTYPE           = FCGI_UNKNOWN_TYPE\n# Protocol constants: FCGI_BEGIN_REQUEST flag mask \nFCGI_KEEP_CONN = 1\n# Protocol constants: FCGI_BEGIN_REQUEST role\nFCGI_RESPONDER  = 1\nFCGI_AUTHORIZER = 2\nFCGI_FILTER     = 3\n# Protocol constants: FCGI_END_REQUEST protocolStatus\nFCGI_REQUEST_COMPLETE = 0  # ok\nFCGI_CANT_MPX_CONN    = 1  # can not multiplex\nFCGI_OVERLOADED       = 2  # too busy\nFCGI_UNKNOWN_ROLE     = 3  # role unknown\n# Protocol constants: management record types\nFCGI_NULL_REQUEST_ID  = 0\n\n# Protocol setting: maximum number of requests\nFCGI_MAX_REQS = 1\nFCGI_MAX_CONNS = 1\n# Protocol setting: can multiplex?\nFCGI_MPXS_CONNS = 0\n# Protocol setting: FastCGI protocol version\nFCGI_VERSION_1 = 1\n\n##################################################\n# Protocol\n#\n\nclass record:\n  def __init__(self):\n    self.version = FCGI_VERSION_1\n    self.recType = FCGI_UNKNOWN_TYPE\n    self.reqId   = FCGI_NULL_REQUEST_ID\n    self.content = \"\"\n  def readRecord(self, sock):\n    # read content\n    hdr = map(ord, self.readExact(sock, 8))\n    self.version  = hdr[0]\n    self.recType  = hdr[1]\n    self.reqId    = (hdr[2]<<8)+hdr[3]\n    contentLength = (hdr[4]<<8)+hdr[5]\n    paddingLength = hdr[6]\n    self.content  = self.readExact(sock, contentLength)\n    self.readExact(sock, paddingLength)\n    # parse\n    c = self.content\n    if self.recType == FCGI_BEGIN_REQUEST:\n      self.role = (ord(c[0])<<8) + ord(c[1])\n      self.flags = ord(c[2])\n    elif self.recType == FCGI_UNKNOWN_TYPE:\n      self.unknownType = ord(c[0])\n    elif self.recType == FCGI_GET_VALUES or self.recType == FCGI_PARAMS:\n      self.values={}\n      pos=0\n      while pos < len(c):\n        name, value, pos = self.decodePair(c, pos)\n        self.values[name] = value\n    elif self.recType == FCGI_END_REQUEST:\n      b = map(ord, c[0:5])\n      self.appStatus = (b[0]<<24) + (b[1]<<16) + (b[2]<<8) + b[3]\n      self.protocolStatus = b[4]\n  def writeRecord(self, sock):\n    content = self.content\n    if self.recType == FCGI_BEGIN_REQUEST:\n      content = chr(self.role>>8) + chr(self.role & 255) + chr(self.flags) + 5*'\\000'\n    elif self.recType == FCGI_UNKNOWN_TYPE:\n      content = chr(self.unknownType) + 7*'\\000'\n    elif self.recType==FCGI_GET_VALUES or self.recType==FCGI_PARAMS:\n      content = \"\"\n      for i in self.values.keys():\n        content = content + self.encodePair(i, self.values[i])\n    elif self.recType==FCGI_END_REQUEST:\n      v = self.appStatus\n      content = chr((v>>24)&255) + chr((v>>16)&255) + chr((v>>8)&255) + chr(v&255)\n      content = content + chr(self.protocolStatus) + 3*'\\000'\n    cLen = len(content)\n    eLen = (cLen + 7) & (0xFFFF - 7)    # align to an 8-byte boundary\n    padLen = eLen - cLen\n    hdr = [ self.version, self.recType, self.reqId >> 8,\n      self.reqId & 255, cLen >> 8, cLen & 255, padLen, 0]\n    hdr = string.joinfields(map(chr, hdr), '')\n    sock.send(hdr + content + padLen*'\\000')\n  def readExact(self, sock, amount):\n    data = ''\n    while amount and len(data) < amount:\n      data = data + sock.recv(amount-len(data))\n    return data\n  def decodePair(self, s, pos):\n    nameLen=ord(s[pos]) ; pos=pos+1\n    if nameLen & 128:\n      b=map(ord, s[pos:pos+3]) ; pos=pos+3\n      nameLen=((nameLen&127)<<24) + (b[0]<<16) + (b[1]<<8) + b[2]\n    valueLen=ord(s[pos]) ; pos=pos+1\n    if valueLen & 128:\n      b=map(ord, s[pos:pos+3]) ; pos=pos+3\n      valueLen=((valueLen&127)<<24) + (b[0]<<16) + (b[1]<<8) + b[2]\n    name = s[pos:pos+nameLen] ; pos = pos + nameLen\n    value = s[pos:pos+valueLen] ; pos = pos + valueLen\n    return name, value, pos\n  def encodePair(self, name, value):\n    l=len(name)\n    if l<128: s=chr(l)\n    else: s=chr(128|(l>>24)&255)+chr((l>>16)&255)+chr((l>>8)&255)+chr(l&255)\n    l=len(value)\n    if l<128: s=s+chr(l)\n    else: s=s+chr(128|(l>>24)&255)+chr((l>>16)&255)+chr((l>>8)&255)+chr(l&255)\n    return s + name + value\n\nclass FCGI:\n  def __init__(self, port=None):\n    # environment variables\n    try:\n      self.FCGI_PORT = int(os.environ['FCGI_PORT'])\n    except:\n      self.FCGI_PORT = None\n    if port: self.FCGI_PORT = port\n    self.FCGI_PORT = None\n    try:\n      self.FCGI_ALLOWED_ADDR = os.environ['FCGI_WEB_SERVER_ADDRS']\n      self.FCGI_ALLOWED_ADDR = map(string.strip, string.split(self.FCGI_ALLOWED_ADDR, ','))\n    except: \n      self.FCGI_ALLOWED_ADDR = None\n    self.firstCall = 1\n    self.clearState()\n    self.socket = None\n    self.createServerSocket()\n  def createServerSocket(self):\n    if self.FCGI_PORT:\n      s=socket.socket(socket.AF_INET, socket.SOCK_STREAM)\n      s.set_reuse_addr()\n      s.bind(('127.0.0.1', self.FCGI_PORT))\n    else:\n      try:\n        s=socket.fromfd(sys.stdin.fileno(), socket.AF_INET, socket.SOCK_STREAM)\n        s.getpeername()\n      except socket.error, (err, errmsg):\n        if err!=errno.ENOTCONN:\n          return\n      except:\n        return\n    self.socket = s\n  def accept(self):\n    if not self.socket:  # plain CGI\n      if self.firstCall:\n        result = sys.stdin, spyceUtil.NoCloseOut(sys.stdout), sys.stderr, os.environ\n      else:\n        return 0\n    else:  # FCGI\n      if not self.firstCall:\n        self.send()\n      result = self.recv()\n    self.firstCall = 0\n    return result\n  def clearState(self):\n    self.reqID      = 0\n    self.connection = None\n    self.environ    = {}\n    self.stdin      = StringIO()\n    self.stderr     = StringIO()\n    self.stdout     = StringIO()\n    self.data       = StringIO()\n  def send(self):\n    self.stderr.seek(0,0)\n    self.stdout.seek(0,0)\n    self.sendStream(FCGI_STDERR, self.stderr.read())\n    self.sendStream(FCGI_STDOUT, self.stdout.read())\n    r=record()\n    r.recType=FCGI_END_REQUEST\n    r.reqId=self.reqID\n    r.appStatus=0\n    r.protocolStatus=FCGI_REQUEST_COMPLETE\n    r.writeRecord(self.connection)\n    self.connection.close()\n    self.clearState()\n  def sendStream(self, streamType, streamData):\n    r=record()\n    r.recType = streamType\n    r.reqId = self.reqID\n    data = streamData\n    while data:\n      r.content, data = data[:8192], data[8192:]\n      r.writeRecord(self.connection)\n    r.content='' ; r.writeRecord(self.connection)\n  def recv(self):\n    self.connection, address = self.socket.accept()\n    # rimtodo: filter to serve only allowed addresses\n    # if good_addrs!=None and addr not in good_addrs:\n    #  raise 'Connection from invalid server!'\n    remaining=1\n    while remaining:\n      r=record(); r.readRecord(self.connection)\n      if r.recType in [FCGI_GET_VALUES]:  # management records\n        if r.recType == FCGI_GET_VALUES:\n          r.recType = FCGI_GET_VALUES_RESULT\n          v={}\n          vars={'FCGI_MAX_CONNS' : FCGI_MAX_CONNS,\n                'FCGI_MAX_REQS'  : FCGI_MAX_REQS,\n                'FCGI_MPXS_CONNS': FCGI_MPXS_CONNS}\n          for i in r.values.keys():\n            if vars.has_key(i): v[i]=vars[i]\n          r.values=vars\n          r.writeRecord(self.connection)\n      elif r.reqId == 0:  # management record of unknown type\n        r2 = record()\n        r2.recType = FCGI_UNKNOWN_TYPE ; r2.unknownType = r.recType\n        r2.writeRecord(self.connection)\n        continue\n      elif r.reqId != self.reqID and r.recType != FCGI_BEGIN_REQUEST:\n        continue # ignore inactive requests\n      elif r.recType == FCGI_BEGIN_REQUEST and self.reqID != 0:\n        continue # ignore BEGIN_REQUESTs in the middle of request\n      if r.recType == FCGI_BEGIN_REQUEST: # begin request\n        self.reqID = r.reqId\n        if r.role == FCGI_AUTHORIZER:   remaining=1\n        elif r.role == FCGI_RESPONDER:  remaining=2\n        elif r.role == FCGI_FILTER:     remaining=3\n      elif r.recType == FCGI_PARAMS:  # environment\n        if r.content == '': remaining=remaining-1\n        else:\n          for i in r.values.keys():\n            self.environ[i] = r.values[i]\n      elif r.recType == FCGI_STDIN:   # stdin\n        if r.content == '': remaining=remaining-1\n        else: self.stdin.write(r.content)\n      elif r.recType == FCGI_DATA:    # data\n        if r.content == '': remaining=remaining-1\n        else: self.data.write(r.content)\n    # end while\n    self.stdin.seek(0,0)\n    self.data.seek(0,0)\n    # return CGI environment\n    return self.stdin, spyceUtil.NoCloseOut(self.stdout), self.stderr, self.environ\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/installHelper.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: installHelper.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n__doc__ = 'Spyce install helper script'\n\nimport os, imp, sys, getopt, string, re, time\n\nCONF_BEGIN_MARK = '### BEGIN SPYCE CONFIG MARKER'\nCONF_END_MARK = '### END SPYCE CONFIG MARKER'\nHTTPD_LOCATIONS = [\n  '/etc/httpd/conf',\n  r'C:\\Program Files\\Apache Group\\Apache2\\conf',\n  r'C:\\Program Files\\Apache Group\\Apache\\conf',\n  '/etc',\n  '/']\nAPACHE_EXE_LOCATIONS = [\n  r'C:\\Program Files\\Apache Group\\Apache2\\bin',\n  r'C:\\Program Files\\Apache Group\\Apache2',\n  r'C:\\Program Files\\Apache Group\\Apache\\bin',\n  r'C:\\Program Files\\Apache Group\\Apache',\n]\nSYS_LOCATIONS = [\n  r'C:\\winnt\\system32',\n]\n\ndef endsWith(s, suffix):\n  suffixLen = len(suffix)\n  return s[-suffixLen:] == suffix\n\ndef listDirFilter(dir, extension):\n  files = os.listdir(dir)\n  files = filter(lambda file: endsWith(file, extension), files)\n  return files\n\ndef compilePythonDir(dir):\n  print '** Compiling Python files in: %s' % dir\n  for file in listDirFilter(dir, '.py'):\n    print 'Compiling: %s' % file\n    try:\n      p = os.path.join(dir, file)\n      f = None\n      try:\n        f = open(p, 'r')\n        imp.load_source(os.path.split(file)[1][:-3], p, f)\n      finally:\n        if f: f.close()\n    except: pass\n\ndef compileSpyceDir(dir):\n  import spyceCmd\n  print '** Processing Spyce files in: %s' % dir\n  for file in listDirFilter(dir, '.spy'):\n    print 'Processing: %s' % file\n    sys.argv = ['', '-o', os.path.join(dir, file[:-4]+'.html'), os.path.join(dir, file)]\n    spyceCmd.spyceMain()\n\ndef findLine(array, line):\n  line = string.strip(line)\n  for i in range(len(array)):\n    if re.search(line, string.strip(array[i])):\n      return i\n  return None\n\ndef unconfig(s):\n  lines = string.split(s, '\\n')\n  begin = findLine(lines, CONF_BEGIN_MARK)\n  end = findLine(lines, CONF_END_MARK)\n  if begin!=None and end!=None and end>begin:\n    del lines[begin:end+1]\n  s = string.join(lines, '\\n')\n  return s\n\ndef config(s, root):\n  append = readFile('spyceApache.conf')\n  root = re.sub(r'\\\\', '/', root)\n  append = string.replace(append, 'XXX', root)\n  append = string.split(append, '\\n')\n  if os.name=='nt':\n    row = findLine(append, 'ScriptInterpreterSource')\n    append[row] = string.strip(re.sub('#', '', append[row]))\n  lines = [s] + [CONF_BEGIN_MARK] + append + [CONF_END_MARK]\n  s = string.join(lines, '\\n')\n  return s\n\ndef readFile(filename):\n  f = None\n  try:\n    f = open(filename, 'r')\n    return f.read()\n  finally:\n    if f: f.close()\n\ndef writeFileBackup(filename, new):\n  old = readFile(filename)\n  backupname = filename + '.save'\n  f = None\n  try:\n    f = open(backupname, 'w')\n    f.write(old)\n  finally:\n    if f: f.close()\n  f = None\n  try:\n    f = open(filename, 'w')\n    f.write(new)\n  finally:\n    if f: f.close()\n\ndef locateFile(file, locations):\n  def visit(arg, dirname, names, file=file):\n    path = os.path.join(dirname, file)\n    if os.path.exists(path):\n      arg.append(path)\n    if arg:\n      del names[:]\n  found = []\n  for path in locations:\n    os.path.walk(path, visit, found)\n    if found:\n      return found[0]\n\ndef configHTTPD(spyceroot):\n  print '** Searching for httpd.conf...'\n  file = locateFile('httpd.conf', HTTPD_LOCATIONS)\n  if file:\n    print '** Modifying httpd.conf'\n    s = readFile(file)\n    s = unconfig(s)\n    s = config(s, spyceroot)\n    writeFileBackup(file, s)\n\ndef unconfigHTTPD():\n  print '** Searching for httpd.conf...'\n  file = locateFile('httpd.conf', HTTPD_LOCATIONS)\n  if file:\n    print '** Modifying httpd.conf'\n    s = readFile(file)\n    s = unconfig(s)\n    writeFileBackup(file, s)\n\ndef restartApache():\n  print '** Searching for apache.exe...'\n  file = locateFile('apache.exe', APACHE_EXE_LOCATIONS)\n  cmd = locateFile('cmd.exe', SYS_LOCATIONS)\n  if file and cmd:\n    print '** Restarting Apache'\n    os.spawnl(os.P_WAIT, cmd, '/c \"%s\" -k restart'%file)\n    return\n  print 'Could not find apache.exe'\n\n\n\ndef main():\n  try:\n    opts, args = getopt.getopt(sys.argv[1:], '',\n      ['py=', 'spy=', 'apache=', 'apacheUN',\n      'apacheRestart']);\n  except getopt.error: \n    print \"Syntax error\"\n    return -1\n  for o, a in opts:\n    if o == \"--py\":\n      compilePythonDir(a); return 0\n    if o == \"--spy\":\n      compileSpyceDir(a); return 0\n    if o == \"--apache\":\n      configHTTPD(a); return 0\n    if o == \"--apacheUN\":\n      unconfigHTTPD(); return 0\n    if o == \"--apacheRestart\":\n      restartApache(); return 0\n  print \"Syntax error\"\n  return -1\n\nif __name__=='__main__': \n  sys.exit(main())\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/makefile",
    "content": "PYTHON := $(shell which python)\nSPYCE_VERSION = $(shell $(PYTHON) -c \"import spyce; print spyce.__version__\")\nSPYCE_RELEASE = $(shell $(PYTHON) -c \"import spyce; print spyce.__release__\")\n\nSRC := $(wildcard *.py) $(wildcard modules/*.py) $(wildcard tags/*.py)\nOTHER := CHANGES LICENCE README THANKS spyceApache.conf spyce.conf.eg spyce.mime\nDOC_SRC := $(wildcard docs/*.spy) docs/*.gif docs/examples/*.gif\nDOC = $(wildcard docs/*.html) docs/*.gif\nEXAMPLES := $(wildcard docs/examples/*.spy) $(wildcard docs/examples/*.spi) $(wildcard docs/examples/*.tmpl) $(wildcard docs/examples/*.py) $(wildcard docs/examples/*.gif)\n\nSFUSER := batripler\nSFCVSanon := :pserver:anonymous@cvs1.sourceforge.net:/cvsroot/spyce\nSFCVSdev := :ext:$(SFUSER)@cvs1.sourceforge.net:/cvsroot/spyce\nSFCVS := $(SFCVSdev)\nSF_SPYCE_DIR := /home/groups/s/sp/spyce\n\nssh := ssh -1 -x\nscp := scp -o Protocol=1\n\nCOMPILED = $(SRC:.py=.pyc) $(SRC:.py=.pyo)\n\n# install paths\nDESTDIR := /\nINSTALL_ROOT := $(DESTDIR)\nINSTALL_CODE := $(INSTALL_ROOT)/usr/share\n\nRPMROOT := /home/barr/misc/rpm\n\n.PHONY: all compile clean remake tgz rpm www\n\nall: compile docs\n\n# make this a dependency every time you use $PYTHON or $SPYCE_VERSION\nversionchk: $(PYTHON)\n\t$(PYTHON) verchk.py\n\ttouch versionchk\n\nclean: versionchk\n\t-rm versionchk\n\t-rm -f spyce.spec spyce.nsi\n\t-rm -f *.pyc modules/*.pyc tags/*.pyc\n\t-rm -f *.pyo modules/*.pyo tags/*.pyo\n\t-rm -f spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz\n\t-rm -f spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).noarch.rpm\n\t-rm -f $(RPMROOT)/SOURCES/spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz\n\t-rm -f $(RPMROOT)/SRPMS/spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).src.rpm\n\t-rm -f $(RPMROOT)/RPMS/noarch/spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).noarch.rpm\n\t-rm -rf $(RPMROOT)/BUILD/spyce-$(SPYCE_VERSION)\n\t-$(MAKE) -C docs clean\n\nperm:\n\tchmod a+r -R .\n\tchmod a+rx . `find . -type d`\n\tchmod a+x run_*.py verchk.py\n\tchmod a+x spyce.py spyceCGI.py\n\nremake: clean all\n\ncompile: $(COMPILED)\n\n# make documentation\ndocs: compile\n\t@$(MAKE) -C docs\n\n# make source tarball\ntgz: versionchk\n\t@echo \"Making clean source tarball: spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz\"\n\t-rm -rf spyce-$(SPYCE_VERSION)\n\tcvs -d $(SFCVS) export -d spyce-$(SPYCE_VERSION) -D now spyce\n\tchmod a+r -R spyce-$(SPYCE_VERSION)\n\tchmod a+x `find spyce-$(SPYCE_VERSION) -type d`\n\tchmod a+x spyce-$(SPYCE_VERSION)/run_*.py spyce-$(SPYCE_VERSION)/verchk.py\n\tchmod a+x spyce-$(SPYCE_VERSION)/spyce.py spyce-$(SPYCE_VERSION)/spyceCGI.py\n\t# process .nsi.in so that we can just use .tgz to make .exe installer\n\tcd spyce-$(SPYCE_VERSION); make spyce.nsi; rm -f *.pyc *.pyo; cd ..\n\ttar --totals -czf spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz spyce-$(SPYCE_VERSION)\n\trm -rf spyce-$(SPYCE_VERSION)\n\n# make rpm\nrpm: versionchk tgz spyce.spec\n\tcp spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz $(RPMROOT)/SOURCES\n\trpmbuild -ba spyce.spec\n\tcp $(RPMROOT)/RPMS/noarch/spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).noarch.rpm .\n\n# install Spyce (used for manual install and by rpm scripts)\ninstall: compile docs\n\t@echo \"Installing Spyce python module in: $(INSTALL_CODE)/spyce\"\n\t@for f in `find . -type d`; do \\\n\t\tmkdir -p $(INSTALL_CODE)/spyce/$$f; \\\n\t\tchmod a+rx $(INSTALL_CODE)/spyce/$$f; \\\n\tdone\n\t@for f in $(SRC) $(COMPILED) $(OTHER) $(DOC) $(EXAMPLES); do \\\n\t\tinstall -m 644 $$f $(INSTALL_CODE)/spyce/$$f; \\\n\tdone\n\t@chmod a+rx $(INSTALL_CODE)/spyce/run_*.py $(INSTALL_CODE)/spyce/verchk.py\n\t@chmod a+rx $(INSTALL_CODE)/spyce/spyce.py $(INSTALL_CODE)/spyce/spyceCGI.py\n\n# uninstall Spyce (used for manual install and by rpm scripts)\nuninstall:\n\t@echo \"Removing main Spyce directory: $(INSTALL_CODE)/spyce\"\n\t@-rm -rf $(INSTALL_CODE)/spyce\n\n# generate python compiled (bytecode) files\n$(COMPILED): $(SRC)\n\t$(PYTHON) -c \"exec '''import py_compile,string,os\\nfor i in string.split('$+', ' '):\\n  print 'Compiling .pyc: '+i; py_compile.compile(i)\\n'''\"\n\t$(PYTHON) -OO -c \"exec '''import py_compile,string,os\\nfor i in string.split('$+', ' '):\\n  print 'Compiling .pyo: '+i; py_compile.compile(i)\\n'''\"\n\tchmod a+r $(COMPILED)\n\n%.pyc: %.py versionchk\n\t$(PYTHON) -c \"import py_compile; py_compile.compile('$<')\"\n\tchmod a+r $<\n\n%.pyo: %.py versionchk\n\t$(PYTHON) -O -c \"import py_compile; py_compile.compile('$<')\"\n\tchmod a+r $<\n\nspyce.spec: spyce.spec.in spyce.py\n\tcat spyce.spec.in | sed \"s/__VERSION__/${SPYCE_VERSION}/\" | sed \"s/__RELEASE__/${SPYCE_RELEASE}/\" > spyce.spec\n\nspyce.nsi: spyce.nsi.in spyce.py\n\tcat spyce.nsi.in | sed \"s/__VERSION__/${SPYCE_VERSION}/\" | sed \"s/__RELEASE__/${SPYCE_RELEASE}/\" > spyce.nsi\n\n\n# update sourceforge\nsf: clean tgz compile\n\t-rm -r www\n\tmkdir www; mkdir www/htdocs; mkdir www/htdocs/examples; mkdir www/cgi-bin; mkdir www/cgi-bin/eg\n\t# docs\n\t@$(MAKE) -C docs sf\n\tcp docs/*.html docs/*.gif docs/*.ico www/htdocs\n\t# examples\n\tcp docs/examples/*.spy docs/examples/*.spi docs/examples/*.tmpl www/htdocs/examples\n\t# exec\n\tcp spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz www\n\tcd www; tar -xzf spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz; mv spyce-$(SPYCE_VERSION) spyce; rm spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz; cd spyce; make compile; cd ../..\n\t# cgi\n\tcp docs/examples/*.spy docs/examples/*.spi docs/examples/*.py docs/examples/*.tmpl docs/examples/*.gif www/cgi-bin/eg\n\tcd www; for f in cgi-bin/eg/*.spy; do spyce/misc/addfirstline.sh $$f '#!/usr/bin/python ../../spyce/run_spyceCGI.py'; done; cd ..\n\t# package it all up\n\ttar -czvf www.tgz www/\n\t-rm -r www\n\t# send it over\n\t$(scp) www.tgz $(SFUSER)@shell.sourceforge.net:.\n\t-rm www.tgz\n\tmake clean\n\t# unpackage it there\n\t$(ssh) $(SFUSER)@shell.sourceforge.net 'tar -xzf www.tgz; rm www.tgz; cd www; chmod -R a+r .; chmod a+x `find . -type d`; chmod a+x cgi-bin/eg/*.spy; cd spyce; make perm; cd ../..; chown -R :spyce www; chmod -R g+rw .; chmod g+x `find www -type d`'\n\t# out with the old and in with the new\n\t$(ssh) $(SFUSER)@shell.sourceforge.net 'pushd $(SF_SPYCE_DIR); rm -rf cgi-bin htdocs spyce; popd; mv www/* $(SF_SPYCE_DIR); rmdir www'\n\nsfcontrib:\n\t# contribs\n\tpython run_spyceCmd.py -O contrib/*.spy\n\t$(scp) -r contrib $(SFUSER)@shell.sourceforge.net:$(SF_SPYCE_DIR)/htdocs\n\n# upload files to sourceforge file release system\nupload: versionchk rpm\n\tncftpput upload.sourceforge.net incoming spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).tgz spyce-$(SPYCE_VERSION)-$(SPYCE_RELEASE).noarch.rpm\n\tmake clean\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/modules/automaton.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: automaton.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\n\n__doc__ = '''Automaton module allows Spyce users to create websites with\nstate machine-based application flows. One can define an automaton\nprogrammatically using the start(), transition() and begin methods. The\nautomaton is the executed (one step per request) using the step() method. This\nmethod accepts the current state, which should be managed by the user\npreferably via a session (keeping the information on the server), or possibly\nby get, post or cookie. The step() method then calls the recv() function on\nthe given state, which returns an edge label. This edge points to the new\nstate. The step() method then calls the send() method of the new state to\ngenerate the page content. The user should encode the new state in this\ncontent, or use on a subsequent request.'''\n\nSEND = 0\nRECV = 1\nEDGES = 2\n\nclass automaton(spyceModule):\n  def start(self):\n    \"Initialise an empty automaton\"\n    self.clear()\n  def clear(self):\n    self._nodes = {}\n    self._edges = {}\n  # defining the automaton\n  def state(self, name, send, recv):\n    \"Add a new automaton state\"\n    self._nodes[name] = send, recv\n    self.transition(name, None, name)\n  def transition(self, state1, edge, state2):\n    \"Add a new automaton transition\"\n    if not self._nodes.has_key(state1):\n      raise 'state %s does not exist' % state1\n    if not self._nodes.has_key(state2):\n      raise 'state %s does not exist' % state2\n    self._edges[(state1, edge)] = state2\n  node=state\n  edge=transition\n  def begin(self, name):\n    if not self._nodes.has_key(name):\n      raise 'state %s does not exist' % name\n    self._begin = name\n  def define(self, sm, start):\n    self.clear()\n    for s1 in sm.keys():\n      self.node(s1, sm[s1][SEND], sm[s1][RECV])\n    for s1 in sm.keys():\n      for e in sm[s1][EDGES].keys():\n        self.edge(s1, e, sm[s1][EDGES][e])\n    self.begin(start)\n\n  # running the automaton\n  def step(self, state=None):\n    \"\"\"Run the automaton one step: recv (old state), transition, \n    send (new state)\"\"\"\n    if state==None:\n      state = self._begin\n    else:\n      try: _, recv = self._nodes[state]\n      except: raise 'invalid state: %s' % state\n      edge = recv()\n      try: state = self._edges[(state, edge)]\n      except: raise 'invalid transition: %s,%s' % (state, edge)\n    try: send, _ = self._nodes[state]\n    except: raise 'invalid state: %s' % state\n    send()\n\n\n# rimtodo: cached state-machines\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/modules/compress.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: compress.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nfrom cStringIO import StringIO\nimport gzip, string, spyceUtil\n\n__doc__ = '''Compress module provides dynamic compression.'''\n\nOUTPUT_POSITION = 95\n\nclass compress(spyceModule):\n  def start(self):\n    # install compress filter into response module\n    self._filter = FilterCompress(self)\n    self._api.getModule('response').addFilter(OUTPUT_POSITION, self._filter)\n  def finish(self, theError=None):\n    if not theError:\n      self._filter.close()\n  def init(self, gzip=None, spaces=None):\n    if gzip: self.gzip()\n    if spaces: self.spaces()\n  def spaces(self, on=1):\n    self._filter.setSpaceMode(on)\n  def gzip(self, level=None):\n    self._filter.setGZIP(level)\n\nclass FilterCompress(Filter):\n  def __init__(self, module):\n    self._module = module\n    self._buf = StringIO()\n    self._flushed = 0\n    self._space = 0\n    self._gzip = None\n    self._gzipfile = None\n  def writeStatic(self, s):\n    self.write(s)\n  def writeExpr(self, s, **kwargs):\n    self.write(str(s))\n  def setSpaceMode(self, on):\n    self._space = on\n  def setGZIP(self, level):\n    if self._flushed:\n      raise 'output already flushed'\n    encodings = self._module._api.getModule('request').getHeader('Accept-Encoding')\n    if not encodings or string.find(encodings, 'gzip')<0:\n      return  # ensure the browser can cope\n    if level==0:\n      self._gzip = None\n      self._gzipfile = None\n    else:\n      self._gzipfile = StringIO()\n      if level:\n        self._gzip = gzip.GzipFile(mode='w', fileobj=self._gzipfile, compresslevel=level)\n      else:\n        self._gzip = gzip.GzipFile(mode='w', fileobj=self._gzipfile)\n  def write(self, s, *args, **kwargs):\n    self._buf.write(s)\n  def flushImpl(self, final=0):\n    self._flushed = 1\n    s = self._buf.getvalue()\n    self._buf = StringIO()\n    if self._space:\n      s = spyceUtil.spaceCompact(s)\n    if self._gzip:\n      self._gzip.write(s)\n      self._gzip.flush()\n      if final:\n        self._module._api.getModule('response').addHeader('Content-Encoding', 'gzip')\n        self._gzip.close()\n        self._gzip = None\n      s = self._gzipfile.getvalue()\n      self._gzipfile.truncate(0)\n    self.next.write(s)\n  def clearImpl(self):\n    self._buf = StringIO()\n  def close(self):\n    self.flushImpl(1)\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/modules/cookie.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: cookie.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport Cookie, time, calendar\n\n__doc__ = \"\"\"Cookie module gives users full control over browser cookie\nfunctionality. \"\"\"\n\nclass cookie(spyceModule):\n  def start(self):\n    self._cookie = None\n  def get(self, key=None):\n    \"Get brower cookie(s)\"\n    if self._cookie == None:\n      self._cookie = {}\n      cookie = Cookie.SimpleCookie(self._api.getModule('request').env('HTTP_COOKIE'))\n      for c in cookie.keys():\n        self._cookie[c] = cookie[c].value\n    if key:\n      if self._cookie.has_key(key):\n        return self._cookie[key]\n    else: return self._cookie\n  def __getitem__(self, key):\n    \"Get browser cookie(s)\"\n    return self.get(key)\n  def set(self, key, value, expire=None, domain=None, path=None, secure=0):\n    \"Set browser cookie\"\n    if value==None:  # delete (set to expire one week ago)\n      return self.set(key, '', -60*60*24*7, domain, path, secure)\n    text = '%s=%s' % (key, value)\n    if expire != None: text = text + ';EXPIRES=%s' % time.strftime(\n      '%a, %d-%b-%y %H:%M:%S GMT',\n      time.gmtime(time.time()+expire))\n    if domain: text = text + ';DOMAIN=%s' % domain\n    if path: text = text + ';PATH=%s' % path\n    if secure: text = text + ';SECURE'\n    self._api.getModule('response').addHeader('Set-Cookie', text)\n  def delete(self, key):\n    \"Delete browser cookie\"\n    self.set(key, None)\n  def __delitem__(self, key):\n    \"Delete browser cookie\"\n    return self.delete(self, key)\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/modules/error.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: error.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport spyceException\nimport os\n\n__doc__ = '''Error module provides error-handling functionality.'''\n\nclass error(spyceModule):\n  def start(self):\n    self._error = None\n    pageerrorType, pageerrorData = self._api.getPageError()\n    self.handler = lambda self, pageerrorType=pageerrorType, pageerrorData=pageerrorData: spyceHandler(self, pageerrorData, pageerrorType)\n  def finish(self, theError=None):\n    self._error = theError\n    self._fromFile = self._api.getFilename()\n    if theError:\n      self.handler(self)\n  def setHandler(self, fn):\n    if not type(fn)==type(spyceHandler):\n      raise 'parameter should be a function'\n    self.handler = fn\n  def setStringHandler(self, s):\n    if not type(s)==type(''):\n      raise 'parameter should be a string of spyce code'\n    self.handler = lambda self, s=s: spyceHandler(self, s, 'string')\n  def setFileHandler(self, f):\n    if not type(f)==type(''):\n      raise 'parameter should be a filename'\n    self.handler = lambda self, f=f: spyceHandler(self, f)\n  def getHandler(self):\n    return self.handler\n  def isError(self):\n    return not not self._error\n  def getMessage(self):\n    if self._error: return self._error.msg\n  def getType(self):\n    if self._error: return self._error.type\n  def getFile(self):\n    if self._error: return self._fromFile\n  def getTraceback(self):\n    if self._error: return self._error.traceback\n  def getString(self):\n    if self._error: return self._error.str\n  def __repr__(self):\n    if not self._error: return 'None'\n    return 'type: %s, string: %s, msg: %s, file: %s' % (\n      self.getType(), self.getString(), self.getMessage(), self.getFile())\n\ndef spyceHandler(errorModule, spyceCode, type='file'):\n  try:\n    responseModule = errorModule._api.getModule('response')\n    responseModule.clear()\n    responseModule.clearHeaders()\n    responseModule.clearFilters()\n    responseModule.setContentType('text/html')\n    responseModule.setReturnCode(errorModule._api.getResponse().RETURN_OK)\n  except: pass\n  try:\n    s, file = None, None\n    if type=='file':\n      file = os.path.join(os.path.dirname(errorModule._api.getFilename()), spyceCode)\n      code = errorModule._api.spyceFile(file)\n    elif type=='string':\n      file = '<string>'\n      code = errorModule._api.spyceString(spyceCode)\n    else:\n      raise 'unrecognized handler type'\n    try:\n      s = code.newWrapper()\n      modules = errorModule._api.getModules()\n      for name in modules.keys():\n        s.setModule(name, modules[name])  # include modules as well!\n      s.spyceInit(errorModule._api.getRequest(), errorModule._api.getResponse())\n      errmod = s._startModule('error', None, None, 1)\n      errmod._error = errorModule._error\n      errmod._fromFile = errorModule._fromFile\n      s.spyceProcess()\n    finally:\n      if s: \n        s.spyceDestroy()\n        code.returnWrapper(s)\n  except spyceException.spyceRuntimeException, e:\n    errorModule._error = e\n    errorModule._fromFile = file\n    if (type, spyceCode) == ('string', defaultErrorTemplate):\n      raise  # avoid infinite loop\n    else:\n      spyceHandler(errorModule, defaultErrorTemplate, 'string')\n\ndefaultErrorTemplate = '''\n[[.module name=transform]]\n[[transform.expr('html_encode')]]\n<html>\n<title>Spyce exception: [[=error.getMessage()]]</title>\n<body>\n<table border=0>\n  <tr><td colspan=2><h1>Spyce exception</h1></td></tr>\n  <tr><td valign=top><b>File:</b></td><td>[[=error.getFile()]]</tr>\n  <tr><td valign=top><b>Message:</b></td>\n    <td><pre>[[=error.getMessage()]]</pre></tr>\n  <tr><td valign=top><b>Stack:</b></td><td>\n    [[ for frame in error.getTraceback(): { ]]\n      [[=frame[0] ]]:[[=frame[1] ]], in [[=frame[2] ]]:<br>\n      <table border=0><tr><td width=10></td><td>\n        <pre>[[=frame[3] ]]</pre>\n      </td></tr></table>\n    [[ } ]]\n    </td></tr>\n</table>\n</body></html>\n'''\n\ndef serverHandler(theServer, theRequest, theResponse, theError):\n  try:\n    theResponse.clear()\n    theResponse.clearHeaders()\n    theResponse.setContentType('text/html')\n    theResponse.setReturnCode(theResponse.RETURN_OK)\n  except: pass\n  s = None\n  try:\n    spycecode = theServer.spyce_cache[('string', serverErrorTemplate)]\n    s = spycecode.newWrapper()\n    s.spyceInit(theRequest, theResponse)\n    s.getModule('error')._error = theError\n    s.spyceProcess()\n  finally:\n    if s: \n      s.spyceDestroy()\n      spycecode.returnWrapper(s)\n\n\nserverErrorTemplate = '''\n[[.module name=transform]]\n[[import string, spyceException\n  if isinstance(error._error, spyceException.spyceNotFound): { ]]\n  <html><body>\n  [[=error._error.file]] not found\n  [[response.setReturnCode(response._api.getResponse().RETURN_NOT_FOUND)]]\n  </body></html>\n[[ } elif isinstance(error._error, spyceException.spyceForbidden): { ]]\n  <html><body>\n  [[=error._error.file]] forbidden\n  [[response.setReturnCode(response._api.getResponse().RETURN_FORBIDDEN)]]\n  </body></html>\n[[ } elif isinstance(error._error, spyceException.spyceSyntaxError): { ]]\n  <html><body><pre>\n  [[=transform.html_encode(`error._error`)]]\n  </pre></body></html>\n[[ } elif isinstance(error._error, spyceException.pythonSyntaxError): { ]]\n  <html><body><pre>\n  [[=transform.html_encode(`error._error`)]]\n  </pre></body></html>\n[[ } elif isinstance(error._error, SyntaxError): { ]]\n  <html><body><pre>\n  Syntax error at [[=error._error.filename]]:[[=error._error.lineno]] - \n    [[=transform.html_encode(error._error.text)]]    [[\n      if not error._error.offset==None: {\n        print ' '*error._error.offset+'^'\n      }\n    ]]\n  </pre></body></html>\n[[ } else: { raise error._error } ]]\n'''\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/modules/include.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: include.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport os, re\n\n__doc__ = \"\"\"Include module is used to assist the inclusion of abitrary\nelements/files into a Spyce file. It can also support the notion of an\n'inclusion context'.\"\"\"\n\nclass include(spyceModule):\n  def start(self):\n    self.context = None\n    self.vars = None\n    self.fromFile = None\n  def spyce(self, file, context=None):\n    \"Include a Spyce file\"\n    file = os.path.join(os.path.dirname(self._api.getFilename()), file)\n    result = s = code = None\n    try:\n      code = self._api.spyceFile(file)\n      s = code.newWrapper()\n      modules = self._api.getModules()\n      for name in modules.keys():\n        s.setModule(name, modules[name])  # include module as well!\n      s.spyceInit(self._api.getRequest(), self._api.getResponse())\n      incmod = s._startModule('include', None, None, 1)\n      incmod.context = context\n      if type(context)==type({}):\n        incmod.vars = spyceVars(context)\n      incmod.fromFile = self._api.getFilename()\n      result = s.spyceProcess()\n    finally:\n      if s:\n        s.spyceDestroy()\n        code.returnWrapper(s)\n    return result\n  def spyceStr(self, file, context=None):\n    stdout = self._api.getModule('stdout')\n    stdout.push()\n    try:\n      result = self.spyce(file, context)\n    finally:\n      output = stdout.pop()\n    return output\n  def dump(self, file, binary=0):\n    \"Include a plain text file, verbatim\"\n    file = os.path.join(os.path.dirname(self._api.getFilename()), file)\n    f = None\n    try:\n      if binary: mode='rb'\n      else: mode='r'\n      f = open(file, mode)\n      buf = f.read()\n    finally:\n      if f: f.close()\n    return buf\n  def spycecode(self, file=None, string=None, html=None, code=None, eval=None, directive=None, comment=None):\n    \"Emit formatted Spyce code\"\n    if not html: html = ('<font color=\"#000000\"><b>', '</b></font>')\n    if not code: code = ('<font color=\"#0000CC\">', '</font>')\n    if not eval: eval = ('<font color=\"#CC0000\">', '</font>')\n    if not directive: directive = ('<font color=\"#CC00CC\">', '</font>')\n    if not comment: comment = ('<font color=\"#777777\">', '</font>')\n    import spyceCompile\n    from StringIO import StringIO\n    if (file and string) or (not file and not string):\n      raise 'must specify either file or string, and not both'\n    if file:\n      f = None\n      try:\n        file = os.path.join(os.path.dirname(self._api.getFilename()), file)\n        f = open(file, 'r')\n        string = f.read()\n      finally:\n        if f: f.close()\n    html_encode = self._api.getModule('transform').html_encode\n    try:\n      tokens = spyceCompile.spyceTokenize(string)\n      buf = StringIO()\n      markupstack = []\n      buf.write(html[0]); markupstack.append(html[1])\n      for type, text, _, _ in tokens:\n        if type in (spyceCompile.T_STMT, spyceCompile.T_CHUNK, spyceCompile.T_CHUNKG,):\n          buf.write(code[0]); markupstack.append(code[1])\n        if type in (spyceCompile.T_LAMBDA,):\n          buf.write(html[0]); markupstack.append(html[1])\n        if type in (spyceCompile.T_EVAL,):\n          buf.write(eval[0]); markupstack.append(eval[1])\n        if type in (spyceCompile.T_DIRECT,):\n          buf.write(directive[0]); markupstack.append(directive[1])\n        if type in (spyceCompile.T_CMNT,):\n          buf.write(comment[0]); markupstack.append(comment[1])\n        buf.write(html_encode(text))\n        if type in (spyceCompile.T_END_CMNT, spyceCompile.T_END,):\n          buf.write(markupstack.pop())\n      while markupstack:\n        buf.write(markupstack.pop())\n      return buf.getvalue()\n    except:\n      raise\n      raise 'error tokenizing!'\n\nclass spyceVars:\n  def __init__(self, vars):\n    self.__dict__['vars'] = vars\n  def __getattr__(self, name):\n    try: return self.__dict__['vars'][name]\n    except KeyError: raise AttributeError\n  def __setattr__(self, name, value):\n    self.__dict__['vars'][name] = value\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/modules/pool.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: pool.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\n\n__doc__ = \"\"\"Pool module supports the creation of server-pooled objects. The\nsingle pool is shared among all Spyce execution context residing on a given\nserver, and remains until the server dies. It is often useful to store\ndatabase connections, and other variables that are expensive to compute on a\nper-request basis. \"\"\"\n\nclass pool(spyceModule):\n  def start(self):\n    \"Define or retrieve the pool.\"\n    self._serverobject = self._api.getServerObject()\n    if 'pool' not in dir(self._serverobject):\n      self._serverobject.pool = {}\n    self.server = self._api.getServerGlobals()\n  def __getitem__(self, key):\n    \"Get an item from the pool.\"\n    return self._serverobject.pool[key]\n  def __setitem__(self, key, value):\n    \"Set an item in the pool.\"\n    self._serverobject.pool[key] = value\n  def __delitem__(self, key):\n    \"Delete an item in the pool.\"\n    del self._serverobject.pool[key]\n  def keys(self):\n    \"Return the pool hash keys.\"\n    return self._serverobject.pool.keys()\n  def values(self):\n    \"Return the pool hash values.\"\n    return self._serverobject.pool.values()\n  def has_key(self, key):\n    \"Test of existence of key in pool.\"\n    return self._serverobject.pool.has_key(key)\n  def clear(self):\n    \"Purge the pool of all items.\"\n    return self._serverobject.pool.clear()\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/modules/redirect.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: redirect.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport spyceException\n\n__doc__ = '''Redirect module provides support for different kinds of request\nredirection, currently: internal, external and externalRefresh.\n- internal: flush the current output bufffer (assuming it has not been sent)\n  and raise an appropriate exception that will start the processing of the\n  new file, if left to percolate all the way to the Spyce engine. The\n  browser url does not change.\n- external: send an HTTP return code that signals a permanent or temporary\n  page move, depending on the boolean parameter. Spyce file execution will\n  continue to termination, but the output buffer is flushed at the end and a\n  special redirect document is generated. The browser is expected, as per the\n  standard, to immediately redirect and perform a new request, thus the url\n  will change.\n- externalRefresh: send an HTTP Refresh header that requests a page refresh to\n  a (possibly) new location within some number of seconds. The current Spyce\n  page will be displayed until that time. This is often used to display a page\n  before redirecting the browser to a file download.\n'''\n\nclass redirect(spyceModule):\n  def start(self):\n    self.clear = 0\n  def finish(self, theError=None):\n    if not theError:\n      if self.clear:\n        self._api.getModule('response').clear()\n  def internal(self, file):\n    \"Perform an internal redirect.\"\n    self._api.getModule('response').clearHeaders()\n    self._api.getModule('response').clear()\n    file = os.path.join(os.path.dirname(self._api.getFilename()), file)\n    raise spyceException.spyceRedirect(file)\n  def external(self, url, permanent=0):\n    \"Perform an external redirect.\"\n    self._api.getModule('response').addHeader('Location', url)\n    if permanent:\n      self._api.getModule('response').setReturnCode(self._api.getResponse().RETURN_MOVED_PERMANENTLY)\n    else:\n      self._api.getModule('response').setReturnCode(self._api.getResponse().RETURN_MOVED_TEMPORARILY)\n    self.clear = 1\n  def externalRefresh(self, url, sec=0):\n    \"Perform an external redirect, via refresh.\"\n    self._api.getModule('response').addHeader('Refresh', '%d; URL=%s' % (sec, url))\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/modules/request.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: request.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport cgi, string, urlparse, spyceUtil\n\n__doc__ = \"\"\"Request module provides access to the browser request\ninformation. \"\"\"\n\nclass request(spyceModule):\n  def start(self):\n    \"Initialise module variables\"\n    self._get = None\n    self._postfields = None\n  def uri(self, component=None):\n    \"Return request URI, or URI component\"\n    theuri = self._api.getRequest().env()['REQUEST_URI']\n    if not component:\n      return theuri\n    else:\n      component = string.lower(component)\n      if component == 'scheme': component = 0\n      elif component == 'location': component = 1\n      elif component == 'path': component = 2\n      elif component == 'parameters': component = 3\n      elif component == 'query': component = 4\n      elif component == 'fragment': component = 5\n      else: raise 'unknown uri component'\n      return urlparse.urlparse(theuri)[component]\n  def uri_scheme(self):\n    \"Return request URI scheme, ie. http (usually)\"\n    return urlparse.urlparse(self.uri())[0]\n  def uri_location(self):\n    \"Return request URI scheme, ie. http (usually)\"\n    return urlparse.urlparse(self.uri())[1]\n  def uri_path(self):\n    \"Return request URI path component\"\n    return urlparse.urlparse(self.uri())[2]\n  def method(self):\n    \"Return request method: get/post/...\"\n    return string.upper(self._api.getRequest().env()['REQUEST_METHOD'])\n  def query(self):\n    \"Return request query string\"\n    return self._api.getRequest().env()['QUERY_STRING']\n  def filename(self, relative=None):\n    \"Return original Spyce filename\"\n    myfile = self._api.getFilename()\n    if relative==None:\n      return myfile\n    else:\n      return os.path.normpath(os.path.join(os.path.dirname(myfile), relative))\n  def default(self, value, value2):\n    \"Return value, or value2 if value==None\"\n    if value==None: return value2\n    return value\n  def _getInit(self):\n    if self._get==None:\n      self._get = cgi.parse_qs(self.query(), 1)\n      self._get1 = {}\n      self._getL = {}\n      self._getL1 = {}\n      for key in self._get.keys():\n        self._getL[string.lower(key)] = []\n      for key in self._get.keys():\n        keyL = string.lower(key)\n        self._getL[keyL] = self._getL[keyL] + self._get[key]\n      for key in self._get.keys():\n        self._get1[key] = self._get[key][0]\n      for keyL in self._getL.keys():\n        self._getL1[keyL] = self._getL[keyL][0]\n  def get(self, name=None, default=None, ignoreCase=0):\n    \"Return GET parameter(s) list(s)\"\n    self._getInit()\n    if ignoreCase:\n      if name: name = string.lower(name)\n      value = spyceUtil.extractValue(self._getL, name)\n    else:\n      value = spyceUtil.extractValue(self._get, name)\n    return self.default(value, default)\n  def get1(self, name=None, default=None, ignoreCase=0):\n    \"Return single GET parameter(s)\"\n    self._getInit()\n    if ignoreCase:\n      if name: name = string.lower(name)\n      value = spyceUtil.extractValue(self._getL1, name)\n    else:\n      value = spyceUtil.extractValue(self._get1, name)\n    return self.default(value, default)\n  def _postInit(self):\n    if self._postfields==None:\n      if hasattr(self._api.getRequest(), 'spycepostinfo'):\n        # stream was already parsed (possibly this is an internal redirect)\n        (self._post, self._post1, self._file, \n          self._postL, self._postL1, self._fileL, \n          self._postfields) = self._api.getRequest().spycepostinfo\n        return\n      self._post = {}\n      self._post1 = {}\n      self._file = {}\n      self._postL = {}\n      self._postL1 = {}\n      self._fileL = {}\n      self._postfields={}\n      try: len = int(str(self.env('CONTENT_LENGTH')))\n      except: len=0\n      if self.method()=='POST' and len:\n        self._postfields = cgi.FieldStorage(fp=self._api.getRequest(), environ=self.env(), keep_blank_values=1)\n        for key in self._postfields.keys():\n          if type(self._postfields[key]) == type( [] ):\n            self._post[key] = map(lambda attr: attr.value, self._postfields[key])\n            self._post1[key] = self._post[key][0]\n          elif not self._postfields[key].filename:\n            self._post[key] = [self._postfields[key].value]\n            self._post1[key] = self._post[key][0]\n          else:\n            self._file[key] = self._fileL[string.lower(key)] = self._postfields[key]\n        for key in self._post.keys():\n          self._postL[string.lower(key)] = []\n        for key in self._post.keys():\n          keyL = string.lower(key)\n          self._postL[keyL] = self._postL[keyL] + self._post[key]\n        for keyL in self._postL.keys():\n          self._postL1[keyL] = self._postL[keyL][0]\n      # save parsed information in request object to prevent reparsing (on redirection)\n      self._api.getRequest().spycepostinfo = (self._post, self._post1, self._file, \n        self._postL, self._postL1, self._fileL, self._postfields)\n  def post(self, name=None, default=None, ignoreCase=0):\n    \"Return POST parameter(s) list(s)\"\n    self._postInit()\n    if ignoreCase:\n      if name: name = string.lower(name)\n      value = spyceUtil.extractValue(self._postL, name)\n    else:\n      value = spyceUtil.extractValue(self._post, name)\n    return self.default(value, default)\n  def post1(self, name=None, default=None, ignoreCase=0):\n    \"Return single POST parameter(s)\"\n    self._postInit()\n    if ignoreCase:\n      if name: name = string.lower(name)\n      value = spyceUtil.extractValue(self._postL1, name)\n    else:\n      value = spyceUtil.extractValue(self._post1, name)\n    return self.default(value, default)\n  def file(self, name=None, ignoreCase=0):\n    \"Return POSTed file(s)\"\n    self._postInit()\n    if ignoreCase:\n      if name: name = string.lower(name)\n      return spyceUtil.extractValue(self._fileL, name)\n    else:\n      return spyceUtil.extractValue(self._file, name)\n  def env(self, name=None, default=None):\n    \"Return other request (CGI) environment variables\"\n    return self.default(self._api.getRequest().env(name), default)\n  def getHeader(self, type=None):\n    \"Return browser HTTP header(s)\"\n    return self._api.getRequest().getHeader(type)\n  def __getitem__(self, key):\n    if type(key) == type(0):\n      return self.getpost().keys()[key]\n    else:\n      v = self.get1(key)\n      if v!=None: return v\n      v = self.post1(key)\n      if v!=None: return v\n      v = self.file(key)\n      if v!=None: return v\n  def __repr__(self):\n    return ''\n  def __multidict(self, *args):\n    args = list(args)\n    args.reverse()\n    dict = {}\n    for d in args:\n      for k in d.keys():\n        dict[k] = d[k]\n    return dict\n  def getpost(self, name=None, default=None, ignoreCase=0):\n    \"Return get() if not None, otherwise post() if not None, otherwise default\"\n    if name==None:\n      self._getInit()\n      self._postInit()\n      return self.__multidict(self._get, self._post)\n    else:\n      value = self.get(name, None, ignoreCase)\n      if value==None: value = self.post(name, default, ignoreCase)\n      return value\n  def getpost1(self, name=None, default=None, ignoreCase=0):\n    \"Return get1() if not None, otherwise post1() if not None, otherwise default\"\n    if name==None:\n      self._getInit()\n      self._postInit()\n      return self.__multidict(self._get1, self._post1)\n    else:\n      value = self.get1(name, None, ignoreCase)\n      if value==None: value = self.post1(name, default, ignoreCase)\n      return value\n  def postget(self, name=None, default=None, ignoreCase=0):\n    \"Return post() if not None, otherwise get() if not None, otherwise default\"\n    if name==None:\n      self._getInit()\n      self._postInit()\n      return self.__multidict(self._post, self._get)\n    else:\n      value = self.post(name, None, ignoreCase)\n      if value==None: value = self.get(name, default, ignoreCase)\n      return value\n  def postget1(self, name=None, default=None, ignoreCase=0):\n    \"Return post1() if not None, otherwise get1() if not None, otherwise default\"\n    if name==None:\n      self._getInit()\n      self._postInit()\n      return self.__multidict(self._post1, self._get1)\n    else:\n      value = self.post1(name, None, ignoreCase)\n      if value==None: value = self.get1(name, default, ignoreCase)\n      return value\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/modules/response.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: response.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport string, time\n\n__doc__ = '''Response module provides user control over the browser\nresponse.'''\n\nclass response(spyceModule):\n  def start(self):\n    self.clearFilters()\n    self._unbuffer = 0\n    self._ioerror = 0\n    self._api.registerResponseCallback(self.syncResponse)\n    self.syncResponse()\n  def syncResponse(self):\n    self._response = self._api.getResponse()\n  def finish(self, theError=None):\n    self._api.unregisterResponseCallback(self.syncResponse)\n    if not theError:\n      self._filter.flush(1)\n  def clearFilters(self):\n    self._filter = FilterUnify(self)\n    self._filterList = [(99, self._filter)]\n  def addFilter(self, level, filter):\n    'Inject filter functions into output stream at given level of precedence'\n    filterExists = None\n    for i in range(len(self._filterList)):\n      l, _ = self._filterList[i]\n      if l==level:\n        _, filterExists = self._filterList[i]\n        del self._filterList[i]\n        break\n    if filter:\n      self._filterList.append((level, filter))\n      self._filterList.sort()\n    for i in range(len(self._filterList)-1):\n      l1, f1 = self._filterList[i]\n      l2, f2 = self._filterList[i+1]\n      f1.setNext(f2)\n    _, self._filter = self._filterList[0]\n    return filterExists\n\n  # user functions\n  def write(self, s):\n    \"Write out a dynamic (code) string.\"\n    try:\n      self._filter.write(s)\n      if self._unbuffer: self.flush()\n    except IOError:\n      self._ioerror = 1\n  def writeln(self, s):\n    \"Writeln out a dynamic (code) string.\"\n    self.write(s+'\\n')\n  def writeStatic(self, s):\n    \"Write out a static string.\"\n    try:\n      self._filter.writeStatic(s)\n      if self._unbuffer: self.flush()\n    except IOError:\n      self._ioerror = 1\n  def writeExpr(self, s, **kwargs):\n    \"Write out an expression result.\"\n    try:\n      apply(self._filter.writeExpr, (s,), kwargs)\n      if self._unbuffer: self.flush()\n    except IOError:\n      self._ioerror = 1\n  def clear(self):\n    \"Clear the output buffer. (must not be unbuffered)\"\n    self._filter.clear()\n  def flush(self, stopFlag=0):\n    \"Flush resident buffer.\"\n    try:\n      self._filter.flush(stopFlag)\n    except IOError:\n      self._ioerror = 1\n  def setContentType(self, ct):\n    \"Set document content type. (must not be unbuffered)\"\n    self._response.setContentType(ct)\n  def setReturnCode(self, code):\n    \"Set HTTP return (status) code\"\n    self._response.setReturnCode(int(code))\n  def isCancelled(self):\n    return self._ioerror\n  def addHeader(self, type, data, replace=0):\n    \"Add an HTTP header. (must not be unbuffered)\"\n    if string.find(type, ':') != -1:\n      raise 'HTTP header type should not contain \":\" (colon).'\n    self._response.addHeader(type, data, replace)\n  def clearHeaders(self):\n    \"Clear all HTTP headers (must not be unbuffered)\"\n    self._response.clearHeaders()\n  def unbuffer(self):\n    \"Turn off output stream buffering; flush immediately to browser.\"\n    self._unbuffer = 1\n    self.flush()\n  def timestamp(self, thetime=None):\n    \"Timestamp response with a HTTP Date header\"\n    self.addHeader('Date', _genTimestampString(thetime), 1)\n  def expires(self, thetime=None):\n    \"Add HTTP expiration headers\"\n    self.addHeader('Expires', _genTimestampString(thetime), 1)\n  def expiresRel(self, secs=0):\n    \"Set response expiration (relative to now) with a HTTP Expires header\"\n    self.expires(int(time.time())+secs)\n  def lastModified(self, thetime=-1):\n    \"Set last modification time\"\n    if thetime==-1:\n      filename = self._api.getFilename()\n      if not filename or not os.path.exists(filename):\n        raise 'request filename not found; can not determine last modification time'\n      thetime = os.stat(filename)[9] # file ctime\n    self.addHeader('Last-Modified', _genTimestampString(thetime), 1)\n    # ensure last modified before timestamp, at least when we're generating it\n    if thetime==None: self.timestamp()\n  def uncacheable(self):\n    \"Ensure that compliant clients and proxies don't cache this response\"\n    self.addHeader('Cache-Control', 'no-store, no-cache, must-revalidate')\n    self.addHeader('Pragma', 'no-cache')\n  def __repr__(self):\n    s = []\n    s.append('filters: %s' % len(self._filterList))\n    s.append('unbuffered: %s' % self._unbuffer)\n    return string.join(s, ', ')\n\nclass Filter:\n  def setNext(self, filter):\n    self.next = filter\n  def write(self, s):\n    s = self.dynamicImpl(s)\n    self.next.write(s)\n  def writeStatic(self, s):\n    s = self.staticImpl(s)\n    self.next.writeStatic(s)\n  def writeExpr(self, s, **kwargs):\n    s = apply(self.exprImpl, (s,), kwargs)\n    apply(self.next.writeExpr, (s,), kwargs)\n  def flush(self, stopFlag=0):\n    self.flushImpl()\n    self.next.flush(stopFlag)\n  def clear(self):\n    self.clearImpl()\n    self.next.clear()\n  def dynamicImpl(self, s, *args, **kwargs):\n    raise 'not implemented'\n  def staticImpl(self, s, *args, **kwargs):\n    raise 'not implemented'\n  def exprImpl(self, s, *args, **kwargs):\n    raise 'not implemented'\n  def flushImpl(self):\n    raise 'not implemented'\n  def clearImpl(self):\n    raise 'not implemented'\n\nclass FilterUnify(Filter):\n  def __init__(self, mod):\n    self.mod = mod\n    self.mod._api.registerResponseCallback(self.syncResponse)\n    self.syncResponse()\n  def syncResponse(self):\n    response = self.mod._api.getResponse()\n    self.write = response.write\n    self.writeStatic = response.write\n    self.flush = response.flush\n    self.clear = response.clear\n  def writeExpr(self, s, **kwargs):\n    self.write(str(s))\n  def setNext(self, filter):\n    pass # we are always at the end\n\ndef _genTimestampString(thetime=None):\n  \"Generate timestamp string\"\n  if thetime==None:\n    thetime = int(time.time())\n  if type(thetime)==type(0):\n    thetime = time.strftime('%a, %d %b %Y %H:%M:%S %Z', time.localtime(thetime))\n  if type(thetime)==type(''):\n    return thetime\n  raise 'thetime value should be None or string or integer (seconds)'\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/modules/session.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: session.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport re, time, string, random\nimport spyceLock\ntry:\n  import cPickle\n  pickle = cPickle\nexcept:\n  import pickle\n\n__doc__ = '''Session module provides support for session management - the\nstorage of variables on the server between requests under some short\nidentifier. \n\nA user must call setHandler() to determine how the sessions are stored, before\nusing the other session methods. The get(), set() and delete() methods provide\naccess to the session information. \n\nThe autoSession() method will turn on the automatic session management\n(loading and saving the session). When automatic session management is turned\non the session information, identifier, parameter name and browser method are\nstored in the variables called auto, autoID, autoName and autoMethod,\nrespectively.'''\n\nclass session(spyceModule):\n  def start(self):\n    \"Initialise the session module variables.\"\n    self._serverobject = self._api.getServerObject()\n    if 'session' not in dir(self._serverobject):\n      self._serverobject.session = sessionHandlerRegistry()\n    self._handler = None\n    self._clearAutoSession()\n  def finish(self, theError=None):\n    \"Save the session, if automatic session management is turned on.\"\n    if self.autoID:\n      self.set(self.auto, self.autoExpire, self.autoID)\n      if self.autoMethod=='cookie':\n        self._api.getModule('cookie').set(self.autoName, self.autoID)\n    sessionCleanup(self._serverobject.session)\n  def init(self, handler=None, *args, **kwargs):\n    if handler: \n      session = apply(self.setHandler, (handler,)+args)\n      if kwargs.has_key('auto') and kwargs['auto']:\n        auto = kwargs['auto']\n        if type(auto) != type(()): \n          auto = (auto,)\n        apply(session.autoSession, auto)\n  def setHandler(self, file_name, *params):\n    \"Select a session handler.\"\n    file_name = string.split(file_name, ':')\n    if len(file_name)==1: file, name = None, file_name[0]\n    else: file, name = file_name[:2]\n    if file: handler = self._api.loadModule(name, file, self._api.getFilename())\n    else: handler = eval(name)\n    self._handler = apply(handler, (self,)+params)\n    self._serverobject.session.add(self._handler)\n    return self\n  def get(self, id):  # method deletes session, if stale\n    \"Retrieve session information.\"\n    if not self._handler: raise 'call setHandler to initialise'\n    return self._handler.get(id)\n  def delete(self, id=None):\n    \"Delete session information.\"\n    if not self._handler: raise 'call setHandler to initialise'\n    if not id:\n      id = self.autoID\n      self._clearAutoSession()\n    return self._handler.delete(id)\n  def set(self, state, expire, id=None):\n    \"Set session information.\"\n    if not self._handler: raise 'call setHandler to initialise'\n    return self._handler.set(state, expire, id)\n  def clear(self):\n    \"Clear all session information in current handler.\"\n    if not self._handler: raise 'call setHandler to initialise'\n    return self._handler.clear()\n  def autoSession(self, expire, method='cookie', name='spyceSession'):\n    \"Turn on automatic session management.\"\n    if not self._handler: raise 'call setHandler to initialise'\n    method = string.lower(method)\n    if method=='cookie': self.autoID = self._api.getModule('cookie').get(name)\n    elif method=='post': self.autoID = self._api.getModule('request').post1(name)\n    elif method=='get': self.autoID = self._api.getModule('request').get1(name)\n    else: raise 'runtime error: invalid autosession method'\n    self.autoMethod = method\n    self.autoName = name\n    self.autoExpire = expire\n    self.auto = None\n    if self.autoID:\n      self.auto = self.get(self.autoID)\n      if not self.auto: self.autoID = None\n    if not self.autoID:  # generate a sessionid\n      self.autoID = self.set(None, self.autoExpire)\n  def _clearAutoSession(self):\n    self.auto = None\n    self.autoID = None\n    self.autoMethod = None\n    self.autoName = None\n    self.autoExpire = None\n    \n##################################################\n# Cleanup\n#\n\n# expire sessions every n requests in expectation\nSESSION_EXPIRE_CHECK = 50\n\nclass sessionHandlerRegistry:\n  \"Registry of all used session handlers.\"\n  def __init__(self):\n    self.handlers = {}\n  def add(self, handler):\n    self.handlers[handler.getHandlerID()] = handler\n  def list(self):\n    return self.handlers.values()\n  def remove(self, handler):\n    del self.handlers[handler.getHandlerID()]\n\ndef sessionCleanup(registry):\n  \"\"\"Iterates through all session handlers and sessions to perform session\n  cleanup\"\"\"\n  if random.randrange(SESSION_EXPIRE_CHECK): return\n  for handler in registry.list():\n    try:\n      sessions = handler.keys()\n      for s in sessions:\n        handler.get(s)   # will delete stale sessions\n    except:\n      registry.remove(handler)\n\n\n##################################################\n# Session handlers\n#\n\nclass sessionHandler:\n  '''All session handlers should subclass this, and implement the methods\n  marked: 'not implemented'.'''\n  def __init__(self, sessionModule):\n    self.childnum = sessionModule._api.getServerID()\n  def getHandlerID(self):\n    raise 'not implemented'\n  def get(self, id):  # method should delete, if session is stale\n    raise 'not implemented'\n  def delete(self, id):\n    raise 'not implemented'\n  def clear(self):\n    raise 'not implemented'\n  def set(self, state, expire, id=None):\n    raise 'not implemented'\n  def keys(self):\n    raise 'not implemented'\n  def __getitem__(self, key):\n    return self.get(key)\n  def __delitem__(self, key):\n    return self.delete(key)\n\n##################################################\n# File-based session handler\n#\n\nclass session_dir(sessionHandler):\n  def __init__(self, sessionModule, dir):\n    sessionHandler.__init__(self, sessionModule)\n    if not os.path.exists(dir):\n      raise \"session directory '%s' does not exist\" % dir\n    self.dir = dir\n    self.prefix = 'spy'\n    self.BINARY_MODE = 1\n  def getHandlerID(self):\n    return 'session_dir', self.childnum, self.dir\n  def get(self, id):\n    if not id: return None\n    filename = os.path.join(self.dir, self.prefix+id)\n    f=None\n    sessionInfo = None\n    try:\n      f=open(filename, 'r')\n      sessionInfo = pickle.load(f)\n      f.close()\n    except:\n      try:\n        if f: f.close()\n        os.unlink(filename)\n      except: pass\n    if sessionInfo:\n      if time.time() > sessionInfo['expire']:\n        self.delete(id)\n        return None\n      else: return sessionInfo['state']\n    else: return None\n  def delete(self, id):\n    try:\n      filename = os.path.join(self.dir, self.prefix+id)\n      os.remove(filename)\n    except: pass\n  def clear(self):\n    for id in self.keys():\n      self.delete(id)\n  def set(self, state, expire, id=None):\n    f=None\n    try:\n      if id:\n        filename = os.path.join(self.dir, self.prefix+id)\n        f=open(filename, 'w')\n      else:\n        filename, f, id = openUniqueFile(self.dir, self.prefix, ('%d_' % self.childnum))\n      sessionInfo = {}\n      sessionInfo['expire'] = int(time.time())+expire\n      sessionInfo['state'] = state\n      pickle.dump(sessionInfo, f, self.BINARY_MODE)\n      f.close()\n    except:\n      try:\n        if f: f.close()\n      except: pass\n      raise\n    return id\n  def keys(self):\n    sessions = os.listdir(self.dir)\n    sessions = filter(lambda s, p=self.prefix: s[:len(p)]==p, sessions)\n    sessions = map(lambda s, self=self: s[len(self.prefix):], sessions)\n    return sessions\n\n# requires unique (dir, prefix)\ndef openUniqueFile(dir, prefix, unique, mode='w', max=1000000):\n  filelock = spyceLock.fileLock(os.path.join(dir, prefix))\n  filelock.lock(1)\n  try:\n    id = \"%06d\"%random.randrange(max)\n    filename = os.path.join(dir, prefix+unique+id)\n    while os.path.exists(filename):\n      id = str(random.randrange(max))\n      filename = os.path.join(dir, prefix+unique+id)\n    f = None\n    f = open(filename, mode)\n    return filename, f, unique+id\n  finally:\n    filelock.unlock()\n\n##################################################\n# Hash file session handlers\n#\n\nclass sessionHandlerDBM(sessionHandler):\n  def __init__(self, sessionModule, filename):\n    sessionHandler.__init__(self, sessionModule)\n    self.filename = filename\n    self.dbm = None\n    self.BINARY_MODE = 1\n    self.dbm_type = None  # redefine in subclass\n  def getHandlerID(self):\n    return 'session_'+self.dbm_type, self.childnum, self.filename\n  def _open(self):\n    raise 'need to implement'\n  def _close(self):\n    if self.dbm:\n      self.dbm.close()\n      self.dbm = None\n  def get(self, id):\n    if not id: return None\n    self._open()\n    try:\n      expire, state = None, None\n      if self.dbm.has_key(id):\n        expire, state = pickle.loads(self.dbm[id])\n      if expire!=None and time.time() > expire:\n        self.delete(id)\n        state = None\n      return state\n    finally:\n      self._close()\n  def delete(self, id):\n    self._open()\n    try:\n      if self.dbm.has_key(id):\n        del self.dbm[id]\n    finally:\n      self._close()\n  def clear(self):\n    if os.path.exists(self.filename):\n      os.unlink(self.filename)\n  def set(self, state, expire, id=None):\n    self._open()\n    try:\n      if not id:\n        id = generateKey(self.dbm, self.childnum)\n      value = pickle.dumps( (int(time.time())+expire, state), self.BINARY_MODE)\n      self.dbm[id] = value\n      return id\n    finally:\n      self._close()\n  def keys(self):\n    self._open()\n    try:\n      return self.dbm.keys()\n    finally:\n      self._close()\n\ndef opendb(dbm_session_handler, module, filename, flags):\n  mod = __import__(module)\n  if not dbm_session_handler.dbm:\n    dbm_session_handler.dbm = mod.open(filename, flags)\n  \nclass session_gdbm(sessionHandlerDBM):\n  def __init__(self, sessionModule, filename):\n    sessionHandlerDBM.__init__(self, sessionModule, filename)\n    self.dbm_type = 'gdbm'\n  def _open(self):\n    opendb(self, self.dbm_type, self.filename, 'cu')\n\nclass session_bsddb(sessionHandlerDBM):\n  def __init__(self, sessionModule, filename):\n    sessionHandlerDBM.__init__(self, sessionModule, filename)\n    self.dbm_type = 'bsddb'\n  def _open(self):\n    opendb(self, 'dbhash', self.filename, 'c')\n\ndef generateKey(hash, prefix, max = 1000000):\n  prefix = str(prefix)+'_'\n  key = random.randrange(max)\n  while hash.has_key(prefix+str(key)):\n    key = random.randrange(max)\n  key = prefix+str(key)\n  hash[key] = pickle.dumps(None, 1)\n  return key\n\n\n##################################################\n# User callback session handlers\n#\n\nclass session_user(sessionHandler):\n  '''User-callback session handler'''\n  def __init__(self, sessionModule, getf, setf, delf, idsf, info=None):\n    self.serverID = sessionModule._api.getServerID()\n    self.info = info\n    self.getf = getf\n    self.setf = setf\n    self.delf = delf\n    self.idsf = idsf\n  def getHandlerID(self):\n    return 'session_user', self.serverID, self.info\n  def get(self, id):  # method should delete, if session is stale\n    return self.getf(self.info, id)\n  def set(self, state, expire, id):\n    return self.setf(self.info, state, expire, self.serverID, id)\n  def delete(self, id):\n    return self.delf(self.info, id)\n  def keys(self):\n    return self.idsf(self.info)\n  def clear(self):\n    for id in self.keys():\n      self.delete(id)\n\n##################################################\n# database-based session handlers\n#\n\n# rimtodo: database-based session handler\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/modules/spylambda.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spylambda.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport string\n\n__doc__ = \"\"\"spylambda module produces functions from spyce strings.\"\"\"\n\nclass spylambda(spyceModule):\n  def define(self, sig, code, memoize=0):\n    # compile spyce to cache errors early\n    spycecode = self._api.spyceString((code, sig))\n    if string.strip(sig): sigcomma = sig + ','\n    def processSpyce(args, kwargs, self=self, spycecode=spycecode):\n      s = None\n      try:\n        s = spycecode.newWrapper()\n        modules = self._api.getModules()\n        for name in modules.keys():\n          s.setModule(name, modules[name])\n        s.spyceInit(self._api.getRequest(), self._api.getResponse())\n        result = apply(s.spyceProcess, args, kwargs)\n      finally:\n        if s:\n          s.spyceDestroy()\n          spycecode.returnWrapper(s)\n      return result\n    if memoize:\n      def memoizer(f, id, stdout=self._api.getModule('stdout')):\n        def memoized(args, kwargs, f=f, id=id, stdout=stdout):\n          key = id, `args, kwargs`\n          try: r, s = stdout.memoizeCache[key]\n          except:\n            r, s = stdout.memoizeCache[key] = apply(stdout.capture, (f, args, kwargs))\n          print s\n          return r\n        return memoized\n      processSpyce = memoizer(processSpyce, code)\n    def makeArgProcessor(f):\n      dict = { 'f': f }\n      exec '''\ndef processArg(*args, **kwargs):\n  return f(args, kwargs)\n''' in dict\n      return dict['processArg']\n    return makeArgProcessor(processSpyce)\n  def __call__(self, sig, code, memoize=0):\n    return self.define(sig, code)\n  def __repr__(self):\n    return ''\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/modules/stdout.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: stdout.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nfrom spyceUtil import NoCloseOut\nfrom cStringIO import StringIO\n\n__doc__ = '''Sets the thread-safe server stdout to the response object for\nconvenience of using print statements, and supports output redirection.'''\n\nclass stdout(spyceModule):\n  def start(self):\n    # thread-safe stdout swap\n    self.stdout = self._api.getStdout()\n    self._api.setStdout(myResponseWrapper(self))\n    # output redirection stack\n    self.outputStack = []\n    # memoize storage\n    try: self.memoizeCache = self._api.getServerObject().memoized\n    except AttributeError:\n      self.memoizeCache = self._api.getServerObject().memoized = {}\n  def finish(self, theError=None):\n    # close all redirects\n    while self.outputStack:\n      self.pop()\n    # thread-safe stdout swap back\n    self._api.setStdout(self.stdout)\n  def push(self, file=None):\n    'Redirect stdout to buffer'\n    old_response = self._api.getResponse()\n    old_response_mod = self._api.getModule('response')\n    new_response = spyceCaptureResponse(old_response)\n    self._api.setResponse(new_response)\n    new_response_mod = self._api.spyceModule('response', 'response.py')(self._api)\n    self._api.setModule('response', new_response_mod)\n    new_response_mod.start()\n    self.outputStack.append( (file, old_response, old_response_mod) )\n  def pop(self):\n    'Return buffer value, and possible write to file'\n    self._api.getModule('response').finish()\n    buffer = self._api.getResponse().getCapturedOutput()\n    file, old_response, old_response_mod = self.outputStack.pop()\n    self._api.setModule('response', old_response_mod)\n    self._api.setResponse(old_response)\n    if file:\n      file = os.path.join(os.path.dirname(self._api.getFilename()), file)\n      out = None\n      try:\n        out = open(file, 'w')\n        out.write(buffer)\n      finally:\n        if out: out.close()\n    return buffer\n  def capture(self, _spyceReserved, *args, **kwargs):\n    'Capture the output side-effects of a function'\n    f = _spyceReserved # placeholder not to collide with kwargs\n    self.push()\n    r = apply(f, args, kwargs)\n    s = self.pop()\n    return r, s\n  def __repr__(self):\n    return 'depth: %s' % len(self.outputStack)\n\nclass myResponseWrapper:\n  def __init__(self, mod):\n    self._mod = mod\n    mod._api.registerModuleCallback(self.syncResponse)\n    self.syncResponse()\n  def syncResponse(self):\n    response = self._mod._api.getModule('response')\n    # functions (for performance)\n    self.write = response.write\n    self.writeln = response.writeln\n    self.flush = response.flush\n  def close(self):\n    raise 'method not allowed'\n\nclass spyceCaptureResponse:\n  \"Capture output, and let everything else through.\"\n  def __init__(self, old_response):\n    self._old_response = old_response\n    self._buf = StringIO()\n  def write(self, s):\n    self._buf.write(s)\n  def close(self):\n    raise 'cannot close output while capturing output'\n  def clear(self):\n    self._buf = StringIO()\n  def sendHeaders(self):\n    raise 'cannot sendHeaders while capturing output!'\n  def flush(self, stopFlag=0):\n    pass\n  def unbuffer(self):\n    raise 'cannot unbuffer output while capturing output!'\n  def __getattr__(self, name):\n    return eval('self._old_response.%s'%name)\n  def getCapturedOutput(self):\n    return self._buf.getvalue()\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/modules/taglib.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: taglib.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport string\n\n__doc__ = '''Spyce tags functionality.'''\n\nclass taglib(spyceModule):\n  def start(self):\n    self.context = {}\n    self.stack = []\n    self.taglibs = {}\n    self._api.registerModuleCallback(self.__syncModules)\n    self.__syncModules()\n  def __syncModules(self):\n    modules = self._api.getModules()\n    for name in modules.keys():\n      self.context[name] = modules[name]\n    self.mod_response = modules['response']\n    self.mod_stdout = modules['stdout']\n  def finish(self, theError):\n    self._api.unregisterModuleCallback(self.__syncModules)\n    try:\n      for taglib in self.taglibs.keys():\n        self.unload(taglib)\n    finally:\n      del self.context\n  # load and unload tag libraries\n  def load(self, libname, libfrom=None, libas=None):\n    thename = libname\n    if libas: thename = libas\n    if self.taglibs.has_key(thename):\n      raise 'tag library with that name already loaded'\n    lib = self._api.spyceTaglib(\n      libname, libfrom, self._api.getFilename())(libname)\n    lib.start()\n    self.taglibs[thename] = lib\n  def unload(self, libname):\n    lib = None\n    try: \n      lib = self.taglibs[libname]\n      del self.taglibs[libname]\n    except KeyError: pass\n    if lib: lib.finish()\n  # tag processing\n  def tagPush(self, libname, tagname, attr, pair):\n    try: parent = self.stack[-1]\n    except: parent = None\n    tag = self.taglibs[libname].getTag(tagname, attr, pair, parent)\n    self.stack.append(tag)\n  def tagPop(self):\n    self.outPopCond()\n    if self.stack: self.stack.pop()\n  def getTag(self):\n    return self.stack[-1]\n  def outPush(self):\n    tag = self.stack[-1]\n    if tag.buffer:\n      tag.setBuffered(1)\n      return self.mod_stdout.push()\n  def outPopCond(self):\n    tag = self.stack[-1]\n    if tag.getBuffered():\n      tag.setBuffered(0)\n      return self.mod_stdout.pop()\n  def tagBegin(self):\n    tag = self.getTag()\n    tag.setContext(self.context)\n    tag.setOut(self.mod_response)\n    result = apply(tag.begin, (), tag._attrs)\n    self.outPush()\n    return result\n  def tagBody(self):\n    contents = self.outPopCond()\n    tag = self.getTag()\n    tag.setContext(self.context)\n    tag.setOut(self.mod_response)\n    result = tag.body(contents)\n    if result: self.outPush()\n    return result\n  def tagEnd(self):\n    self.outPopCond()\n    tag = self.getTag()\n    tag.setContext(self.context)\n    tag.setOut(self.mod_response)\n    return tag.end()\n  def tagCatch(self):\n    self.outPopCond()\n    tag = self.getTag()\n    tag.setOut(self.mod_response)\n    tag.catch(sys.exc_info()[0])\n  def __repr__(self):\n    return 'prefixes: %s; stack: %s' % (\n      string.join(self.taglibs.keys(), ', '),\n      string.join(map(lambda x: x.name, self.stack), ', '))\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/modules/template.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: template.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport spyceException, spyceCache\nimport os\n\n__doc__ = \"\"\"Template module provides templating functionality: the ability to separate\nform from function, or HTML page design from programming code. This module\ncurrently provides support for the Cheetah template engine.\n\"\"\"\n\nclass template(spyceModule):\n  def cheetah(self, filename, lookup=None):\n    \"Hook into the Cheetah template engine.\"\n    # check whether cheetah installed\n    from Cheetah.Compiler import Compiler\n    # define template cache\n    if not self._api.getModule('pool').has_key('cheetahCache'):\n      self._api.getModule('pool')['cheetahCache'] = spyceCache.semanticCache(spyceCache.memoryCache(), cheetahValid, cheetahGenerate)\n    cheetahCache = self._api.getModule('pool')['cheetahCache']\n    # absolute filename, relative to script filename\n    filename = os.path.abspath(os.path.join(\n        os.path.dirname(self._api.getFilename()), filename))\n    # set lookup variables\n    if lookup == None:\n      import inspect\n      lookup = [inspect.currentframe().f_back.f_locals, inspect.currentframe().f_back.f_globals]\n    elif type(lookup)!=type([]):\n      lookup = [lookup]\n    # compile (or get cached) and run template\n    return cheetahCache[filename](searchList=lookup)\n\n##################################################\n# Cheetah semantic cache helper functions\n#\n\ndef cheetahValid(filename, validity):\n  try:\n    return os.path.getmtime(filename) == validity\n  except: return 0\n\ndef cheetahGenerate(filename):\n  # check permissions\n  if not os.path.exists(filename):\n    raise spyceException.spyceNotFound()\n  if not os.access(filename, os.R_OK):\n    raise spyceException.spyceForbidden()\n  # read the template\n  f = None\n  try:\n    f = open(filename, 'r')\n    buf = f.read()\n  finally:\n    if f: f.close()\n  # compile template, get timestamp\n  mtime = os.path.getmtime(filename)\n  from Cheetah.Compiler import Compiler\n  code = Compiler(source=buf).__str__()\n  dict = {}\n  exec code in dict\n  return mtime, dict['GenTemplate']\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/modules/toc.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: toc.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport tree\n\n__doc__ = '''Table-of-Contents module helps in creating indexed documents NB:\nThe TOC module may force two passes of a file, if the first pass TOC emitted\nwas not accurate. The second pass occurs via a redirect, so all modules are\nreinitialized. Unfortunately, this breaks things like include.context...'''\n\nROOT_NAME = 'root'\n\nclass toc(spyceModule):\n\n  def start(self):\n    if not self._api.getModule('pool').has_key('toc'):\n      self._api.getModule('pool')['toc'] = {}\n    try:\n      self.oldtree, self.oldtags = self._api.getModule('pool')['toc'][self._api.getFilename()]\n    except (KeyError, TypeError):\n      self.oldtree = tree.tree( (ROOT_NAME, [], None) )\n      self.oldtags = {ROOT_NAME: self.oldtree}\n    # tree data: (tag, numbering, data)\n    self.tree = tree.tree((ROOT_NAME, [], None))\n    self.tags = {ROOT_NAME: self.tree}\n    self.node = self.tree\n    self.numbering = []\n    self.autotag = 0\n    self.tocShown = 0\n    self.fDOC_PUSH = None\n    self.fDOC_POP = None\n    self.fDOC_START = None\n    self.fDOC_END = None\n    self.fTOC_PUSH = None\n    self.fTOC_POP = None\n    self.fTOC_ENTRY = None\n  def finish(self, theError):\n    if not theError:\n      self.tree.computePreChain()\n      regenerate = not (self.oldtree == self.tree)\n      file = self._api.getFilename()\n      self._api.getModule('pool')['toc'][file] = self.tree, self.tags\n      self.oldtree.delete()\n      self.oldtree = None\n      self.oldtags = None\n      if self.tocShown and regenerate:\n        self._api.getModule('redirect').internal(file)\n\n  # set callbacks\n  def setDOC_PUSH(self, f):\n    self.fDOC_PUSH = f\n  def setDOC_POP(self, f):\n    self.fDOC_POP = f\n  def setDOC_START(self, f):\n    self.fDOC_START = f\n  def setDOC_END(self, f):\n    self.fDOC_END = f\n  def setTOC_PUSH(self, f):\n    self.fTOC_PUSH = f\n  def setTOC_POP(self, f):\n    self.fTOC_POP = f\n  def setTOC_ENTRY(self, f):\n    self.fTOC_ENTRY = f\n\n  # sectioning\n  def begin(self, data, tag=None, number=1):\n    self._emit(self.node, self.fDOC_PUSH)\n    self.numbering = _in(self.numbering)\n    if number: \n      self.numbering = _inc(self.numbering)\n      self.node = self.node.append( (tag, self.numbering, data) )\n    else:\n      self.node = self.node.append( (tag, None, data) )\n    if not tag: tag = self._genTag()\n    self.tags[tag] = self.node\n    self._emit(self.node, self.fDOC_START)\n  def end(self):\n    self._emit(self.node, self.fDOC_END)\n    self.numbering = _out(self.numbering)\n    self.node = self.node.parent\n    self._emit(self.node, self.fDOC_POP)\n  def next(self, data, tag=None, number=1):\n    self._emit(self.node, self.fDOC_END)\n    self.node = self.node.parent\n    if number:\n      self.numbering = _inc(self.numbering)\n      self.node = self.node.append( (tag, self.numbering, data) )\n    else:\n      self.node = self.node.append( (tag, None, data) )\n    if not tag: tag = self._genTag()\n    self.tags[tag] = self.node\n    self._emit(self.node, self.fDOC_START)\n  def anchor(self, data, tag=ROOT_NAME):\n    self.tree.data = tag, [], data\n    self.tags[tag] = self.tree\n\n  # shortcuts\n  b=begin\n  e=end\n  n=next\n\n  # sectioning by depth\n  def level(self, depth, data, tag=None):\n    curdepth = self.getDepth()\n    if curdepth > depth:  # indent\n      while curdepth > depth:\n        self.end()\n        curdepth = self.getDepth()\n      self.next(data, tag)\n    elif curdepth < depth:  # outdent\n      while curdepth < depth - 1:\n        self.begin(None)\n        curdepth = self.getDepth()\n      self.begin(data, tag)\n    else: # next\n      self.next(data, tag)\n  def l1(self, data, tag=None):\n    self.level(1, data, tag)\n  def l2(self, data, tag=None):\n    self.level(2, data, tag)\n  def l3(self, data, tag=None):\n    self.level(3, data, tag)\n  def l4(self, data, tag=None):\n    self.level(4, data, tag)\n  def l5(self, data, tag=None):\n    self.level(5, data, tag)\n  def l6(self, data, tag=None):\n    self.level(6, data, tag)\n  def l7(self, data, tag=None):\n    self.level(7, data, tag)\n  def l8(self, data, tag=None):\n    self.level(8, data, tag)\n  def l9(self, data, tag=None):\n    self.level(9, data, tag)\n\n  # show toc\n  def showTOC(self):\n    self.tocShown = 1\n    self._tocHelper(self.oldtree)\n  def _tocHelper(self, node):\n    self._emit(node, self.fTOC_ENTRY)\n    if node.children:\n      self._emit(node, self.fTOC_PUSH)\n      for c in node.children:\n        self._tocHelper(c)\n      self._emit(node, self.fTOC_POP)\n\n  # current state\n  def getTag(self, node=None):\n    self.tocShown = 1\n    if not node: node = self.node\n    tag, numbering, data = node.data\n    return tag\n  def getNumbering(self, tag=None):\n    self.tocShown = 1\n    try:\n      node = self.node\n      if tag: node = self.oldtags[tag]\n      tag, numbering, data = node.data\n      return numbering\n    except KeyError:\n      return None\n  def getData(self, tag=None):\n    self.tocShown = 1\n    try:\n      node = self.node\n      if tag: node = self.oldtags[tag]\n      tag, numbering, data = node.data\n      return data\n    except KeyError:\n      return None\n  def getDepth(self, tag=None):\n    self.tocShown = 1\n    try:\n      node = self.node\n      if tag: node = self.tags[tag]\n      return node.depth\n    except KeyError:\n      return None\n  def getNextTag(self, tag=None):\n    self.tocShown = 1\n    try:\n      if not tag: tag = self.getTag()\n      tag = self.oldtags[tag].next\n      if tag==None: return None\n      return self.getTag(tag)\n    except KeyError:\n      return None\n  def getPrevTag(self, tag=None):\n    self.tocShown = 1\n    try:\n      if not tag: tag = self.getTag()\n      node = self.oldtags[tag].prev\n      if node==None: return None\n      return self.getTag(node)\n    except KeyError:\n      return None\n  def getParentTag(self, tag=None):\n    self.tocShown = 1\n    try:\n      if not tag: tag = self.getTag()\n      node = self.oldtags[tag].parent\n      if node==None: return None\n      return self.getTag(node)\n    except KeyError:\n      return None\n  def getChildrenTags(self, tag=None):\n    self.tocShown = 1\n    try:\n      if not tag: tag = self.getTag()\n      nodes = self.oldtags[tag].children\n      return map(self.getTag, nodes)\n    except KeyError:\n      return None\n\n  # internal helpers\n  def _genTag(self):\n    tag = 'auto_'+str(self.autotag)\n    self.autotag = self.autotag + 1\n    return tag\n  def _emit(self, node, f):\n    tag, numbering, data = node.data\n    if f: s = f(node.depth, tag, numbering, data)\n\n# hierarchical counting\ndef _inc(numbering, inc=1):\n  return numbering[:-1]+[numbering[-1]+inc]\ndef _in(numbering, start=0):\n  return numbering+[start]\ndef _out(numbering):\n  return numbering[:-1]\n\ndef defaultOutput(tag, numbering, data):\n  return reduce(lambda s, i: '%s%d.' % (s, i), numbering, '') + ' ' + str(data)\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/modules/transform.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: transform.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nfrom spyceModule import spyceModule\nimport types, re, string\n\n__doc__ = '''Transform module intercepts different kinds of Spyce ouput, and\ncan install functions to perform processing. It also includes some standard\nSpyce transformation functions.'''\n\nOUTPUT_POSITON = 20\n\nclass transform(spyceModule):\n  def start(self):\n    self.ident = lambda x, **kwargs: x\n    self._filter = FilterFn(self.ident, self.ident, self.ident)\n    # install filter functions into response module\n    self._prevfilter = self._api.getModule('response').addFilter(OUTPUT_POSITON, self._filter)\n  def finish(self, theError=None):\n    self._prevfilter = self._api.getModule('response').addFilter(OUTPUT_POSITON, self._prevfilter)\n  # set filters\n  def dynamic(self, fn=None):\n    if not fn: fn = self.ident\n    self._filter.dynamicFilter = self.create(fn)\n  def static(self, fn=None):\n    if not fn: fn = self.ident\n    self._filter.staticFilter = self.create(fn)\n  def expr(self, fn=None):\n    if not fn: fn = self.ident\n    self._filter.exprFilter = self.create(fn)\n  # create filter\n  def create(self, fn):\n    '''Create filter function.'''\n    if fn==None or fn==() or fn==[]:\n      # identity\n      return self.ident\n    elif type(fn) == types.FunctionType:\n      # function type\n      return fn\n    elif type(fn) == type(''):\n      # string\n      file_name = string.split(fn, ':')\n      if len(file_name)==1: file, name = None, file_name[0]\n      else: file, name = file_name[:2]\n      if file: fn = loadModule(name, file, self._api.getFilename())\n      else: fn = eval(name)\n      return fn\n    elif type(fn) == type(()) or type(fn) == type([]):\n      # tuple or array\n      fn0 = self.create(fn[0])\n      fn1 = self.create(fn[1:])\n      def filterfn(x, _fn0=fn0, _fn1=fn1, **kwargs):\n        x = apply(_fn0, (x,), kwargs)\n        return apply(_fn1, (x,), kwargs)\n      return filterfn\n  # commonly used transformations\n  def html_encode(self, s, also='', **kwargs):\n    '''Return HTML-encoded string.'''\n    return html_encode(s, also)\n  def url_encode(self, s, **kwargs):\n    '''Return url-encoded string.'''\n    return url_encode(s)\n  def __repr__(self):\n    return 'static: %s, expr: %s, dynamic: %s' % (\n      str(self._filter.staticFilter!=self.ident),\n      str(self._filter.exprFilter!=self.ident),\n      str(self._filter.dynamicFilter!=self.ident),\n    )\n\nclass FilterFn(Filter):\n  def __init__(self, dynamicFilter=None, staticFilter=None, exprFilter=None):\n    ident = lambda x: x\n    if not dynamicFilter: dynamicFilter = ident\n    if not staticFilter: staticFilter = ident\n    if not exprFilter: exprFilter = ident\n    self.dynamicFilter = dynamicFilter\n    self.staticFilter = staticFilter\n    self.exprFilter = exprFilter\n  def dynamicImpl(self, s, *args, **kwargs):\n    return apply(self.dynamicFilter, (s,)+args, kwargs)\n  def staticImpl(self, s, *args, **kwargs):\n    return apply(self.staticFilter, (s,)+args, kwargs)\n  def exprImpl(self, s, *args, **kwargs):\n    return apply(self.exprFilter, (s,)+args, kwargs)\n  def flushImpl(self):\n    pass\n  def clearImpl(self):\n    pass\n\n# standard transformation functions\ndef ignore_none(o, **kwargs):\n  '''Does not print None.'''\n  if o==None: return ''\n  else: return o\n\ndef silence(o, **kwargs):\n  '''Gobbles anything.'''\n  return ''\n\ndef truncate(o, maxlen=None, **kwargs):\n  '''Limits output to a maximum string length.'''\n  if maxlen!=None: return str(o)[:maxlen]\n  else: return o\n\n_html_enc = { \n  chr(34): '&quot;', chr(38): '&amp;', chr(60): '&lt;', chr(62): '&gt;',\n  chr(160): '&nbsp;', chr(161): '&iexcl;', chr(162): '&cent;', chr(163): '&pound;',\n  chr(164): '&curren;', chr(165): '&yen;', chr(166): '&brvbar;', chr(167): '&sect;',\n  chr(168): '&uml;', chr(169): '&copy;', chr(170): '&ordf;', chr(171): '&laquo;',\n  chr(172): '&not;', chr(173): '&shy;', chr(174): '&reg;', chr(175): '&macr;',\n  chr(176): '&deg;', chr(177): '&plusmn;', chr(178): '&sup2;', chr(179): '&sup3;',\n  chr(180): '&acute;', chr(181): '&micro;', chr(182): '&para;', chr(183): '&middot;',\n  chr(184): '&cedil;', chr(185): '&sup1;', chr(186): '&ordm;', chr(187): '&raquo;',\n  chr(188): '&frac14;', chr(189): '&frac12;', chr(190): '&frac34;', chr(191): '&iquest;',\n  chr(192): '&Agrave;', chr(193): '&Aacute;', chr(194): '&Acirc;', chr(195): '&Atilde;',\n  chr(196): '&Auml;', chr(197): '&Aring;', chr(198): '&AElig;', chr(199): '&Ccedil;',\n  chr(200): '&Egrave;', chr(201): '&Eacute;', chr(202): '&Ecirc;', chr(203): '&Euml;',\n  chr(204): '&Igrave;', chr(205): '&Iacute;', chr(206): '&Icirc;', chr(207): '&Iuml;',\n  chr(208): '&ETH;', chr(209): '&Ntilde;', chr(210): '&Ograve;', chr(211): '&Oacute;',\n  chr(212): '&Ocirc;', chr(213): '&Otilde;', chr(214): '&Ouml;', chr(215): '&times;',\n  chr(216): '&Oslash;', chr(217): '&Ugrave;', chr(218): '&Uacute;', chr(219): '&Ucirc;',\n  chr(220): '&Uuml;', chr(221): '&Yacute;', chr(222): '&THORN;', chr(223): '&szlig;',\n  chr(224): '&agrave;', chr(225): '&aacute;', chr(226): '&acirc;', chr(227): '&atilde;',\n  chr(228): '&auml;', chr(229): '&aring;', chr(230): '&aelig;', chr(231): '&ccedil;',\n  chr(232): '&egrave;', chr(233): '&eacute;', chr(234): '&ecirc;', chr(235): '&euml;',\n  chr(236): '&igrave;', chr(237): '&iacute;', chr(238): '&icirc;', chr(239): '&iuml;',\n  chr(240): '&eth;', chr(241): '&ntilde;', chr(242): '&ograve;', chr(243): '&oacute;',\n  chr(244): '&ocirc;', chr(245): '&otilde;', chr(246): '&ouml;', chr(247): '&divide;',\n  chr(248): '&oslash;', chr(249): '&ugrave;', chr(250): '&uacute;', chr(251): '&ucirc;',\n  chr(252): '&uuml;', chr(253): '&yacute;', chr(254): '&thorn;', chr(255): '&yuml;',\n}\n_html_ch = re.compile(r'['+reduce(lambda n, i: n+i, _html_enc.keys())+']')\ndef html_encode(o, also='', **kwargs):\n  '''Return HTML-encoded string.'''\n  o = _html_ch.sub(lambda match: _html_enc[match.group(0)], str(o))\n  for c in also:\n    try: r=_html_enc[c]\n    except: r='&#%d;' % ord(c)\n    o=o.replace(c, r)\n  return o\n\n_url_ch = re.compile(r'[^A-Za-z0-9_.!~*()-]') # RFC 2396 section 2.3\ndef url_encode(o, **kwargs):\n  '''Return URL-encoded string.'''\n  return _url_ch.sub(lambda match: \"%%%02X\" % ord(match.group(0)), str(o))\n\n_nb_space_ch = re.compile(' ')\ndef nb_space(o, **kwargs):\n  '''Return string with spaces converted to be non-breaking.'''\n  return _nb_space_ch.sub(lambda match: '&nbsp;', str(o))\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/run_spyceCGI.py",
    "content": "#!/usr/bin/env python\n\n##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: run_spyceCGI.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n__doc__ = '''Version checking spyceCGI.py wrapper.'''\n\nscript = 'spyceCGI.py'\n\nimport sys, os, verchk\n\nif __name__ == '__main__':\n  spycePath = os.path.abspath(os.path.dirname(sys.modules['verchk'].__file__))\n  sys.argv[0] = os.path.join(spycePath, script)\n  sys.argv.insert(0, os.path.join(spycePath, 'verchk.py'))\n  execfile(sys.argv[0])\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/run_spyceCmd.py",
    "content": "#!/usr/bin/env python\n\n##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: run_spyceCmd.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n__doc__ = '''Version checking spyceCmd.py wrapper.'''\n\nscript = 'spyceCmd.py'\n\nimport sys, os, verchk\n\nif __name__ == '__main__':\n  spycePath = os.path.abspath(os.path.dirname(sys.modules['verchk'].__file__))\n  sys.argv[0] = os.path.join(spycePath, script)\n  sys.argv.insert(0, os.path.join(spycePath, 'verchk.py'))\n  execfile(sys.argv[0])\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/run_spyceModpy.py",
    "content": "#!/usr/bin/env python\n\n##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: run_spyceModpy.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n__doc__ = '''Version checking spyceModpy.py wrapper.'''\n\ntry:\n  import _apache\n  from mod_python import apache\nexcept: pass\n\ndef spyceMain(apacheRequest):\n  return spyceMainVersion(apacheRequest)\n\ndef spyceMainVersion(apacheRequest):\n  \"Version checking Apache entry point.\"\n  import verchk\n  if not verchk.checkversion(verchk.REQUIRED):\n    import sys\n    apacheRequest.content_type = 'text/plain'\n    apacheRequest.send_http_header()\n    apacheRequest.write('Spyce can not run on this version of Python.\\n')\n    apacheRequest.write('Python version '+sys.version[:3]+' detected.\\n')\n    apacheRequest.write('Python version '+verchk.REQUIRED+' or greater required.\\n')\n    try:\n      return apache.OK\n    except: pass\n  else:\n    global spyceMain\n    import spyceModpy\n    spyceMain = spyceModpy.spyceMain\n    return spyceModpy.spyceMain(apacheRequest)\n\nif __name__ == '__main__':\n  print \"********** ERROR: **********\"\n  print \"This program can not be run from the command-line.\"\n  print \"Use run_spyceCmd.py, or run via Apache.\"\n  print \"For configuring Apache, have a look at 'spyceApache.conf'.\"\n  print\n  print \"Also, please read the documentation at:\"\n  print \"  http://spyce.sourceforge.net\"\n  print \"for other options.\"\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyce.conf",
    "content": "###############\n# \n# Spyce configuration file\n#    -- an example\n#\n###############\n\n\n\n###############\n#\n# The [spyce] section defines the main spyce configuration options\n#\n\n[spyce]\n\n#\n# The spyce path determines which directories are searched for when\n# loading modules and tag libraries. The Spyce installation directory\n# is always searched first. Any directories in the SPYCE_PATH\n# environment are also searched.\n#\n\npath: Q:\\python\\spyce\n\n\n#\n# The import option can be used to pre-load various Python modules\n# during engine initialization.\n#\n\n# import: myModule, myModule2\n\n\n#\n# The error option sets the server-level error handler; file-level\n# error handling is defined within Spyce scripts using the error\n# module. The format of this option is MODULE:FUNCTION. The server\n# will call the error handler as: \n#   MODULE.FUNCTION(request, response, error)\n# if a server-level error should occur.\n#\n\n#error: error:serverHandler\n\n\n#\n# The pageerror option sets the default page-level error handler.\n# The format of this option is one of:\n#   string:MODULE:VARIABLE\n#   file:FILE\n# where the lowercase words are literals.\n#\n\n#pageerror: string:error:defaultErrorTemplate\n\n\n#\n# The concurrency option is used for long-lived engines (i.e. not for\n# CGI or command-line processing), and sets the concurrency level for\n# the engine. Legal values are 'thread' (or 'threading') and 'fork'\n# (or 'forking'). Any other value will result in serial request\n# processing, which also is the default.\n# \n\nconcurrency: thread\n#concurrency: fork\n\n\n# \n# The cache option affects the underlying cache mechanism that the\n# server uses to maintain compiled Spyce scripts. The general format\n# for this option is TYPE:INFO, where TYPE defines the cache handler\n# and INFO is specific to that cache handler. Currently, Spyce\n# supports two cache handlers:\n#   - memory: the default, takes no parameters\n#   - file: store compiled Spyce scripts to files on disk in some\n#        directory; the INFO is the directory to use\n#\n\n#cache: file:Q:\\python\\temp\\\n\n\n# \n# The debug option affects the caching of compiled Spyce files and\n# Spyce modules. When it is turned on, then caching is disabled. It\n# should NOT be used in a production environment, as compilation is\n# not a optimized (fast) process. The values '0', 'off' or 'false'\n# disable debugging. Any other value turns it on. The default, if\n# omitted is off.\n# \n\n#debug: 1\n\n\n\n###############\n#\n# The globals section defines server-wide constants. The values can be\n# arbitrary Python expressions. These values are evaluated and stored\n# in a hashtable under the given option name. The hashtable is\n# accessible as \"pool.globals\" within any Spyce file (with the pool\n# method loaded), or as self.wrapper.server.globals within any Spyce\n# module.\n# \n\n[globals]\n\n#name: \"My Website\"\n#four: 2+2\n\n\n\n###############\n#\n# The www section defines options for the built-in Spyce web server.\n# \n\n[www]\n\n# \n# The root option defines the document root of the webserver from\n# which all requests are processed. This option can be overridden from\n# the command-line. The default is the current directory when the\n# server is started.\n#\n\nroot: Q:\\web\n\n\n#\n# The port option defines which TCP port the server will listen on.\n# The default is port 80.\n# \n\n#port: 8000\n\n\n#\n# The mime option is a comma-separated list of files. The files should\n# be definitions of mime-types for common file extensions in the\n# standard Apache format. The default is to read the spyce.mime file\n# in Spyce installation directory.\n#\n\n#mime: /etc/mime.types\n\n\n#\n# The ext_ and ext_foo options define the default handler and the\n# handler used for files ending in .foo, respectively. The currently\n# supported handlers are:\n#   spyce - process the file at the requested path a spyce script\n#   dump  - transfer the file at the requested path verbatim, \n#     providing an appropriate \"Content-type\" header, if it is known.\n# By default, all .spy files are processed via the spyce handler, and \n# all others through the dump handler.\n#\n\n#ext_html: spyce\n#ext_: spyce\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyce.mime",
    "content": "# This is the mime.types file from the Apache web server distribution (1.3.22)\n# with local modifications.\n\n# This file controls what Internet media types are sent to the client for\n# given file extension(s).  Sending the correct media type to the client\n# is important so they know how to handle the content of the file.\n# Extra types can either be added here or by using an AddType directive\n# in your config files. For more information about Internet media types,\n# please read RFC 2045, 2046, 2047, 2048, and 2077.  The Internet media type\n# registry is at <ftp://ftp.iana.org/in-notes/iana/assignments/media-types/>.\n\n# MIME type\t\t\tExtension\napplication/EDI-Consent\napplication/EDI-X12\napplication/EDIFACT\napplication/activemessage\napplication/andrew-inset\tez\napplication/applefile\napplication/atomicmail\napplication/batch-SMTP\napplication/beep+xml\napplication/cals-1840\napplication/commonground\napplication/cybercash\napplication/dca-rft\napplication/dec-dx\napplication/dvcs\napplication/eshop\napplication/http\napplication/hyperstudio\napplication/iges\napplication/index\napplication/index.cmd\napplication/index.obj\napplication/index.response\napplication/index.vnd\napplication/iotp\napplication/ipp\napplication/isup\napplication/font-tdpfr\napplication/mac-binhex40\thqx\napplication/mac-compactpro\tcpt\napplication/macwriteii\napplication/marc\napplication/mathematica\napplication/mathematica-old\napplication/msword\t\tdoc\napplication/news-message-id\napplication/news-transmission\napplication/ocsp-request\napplication/ocsp-response\napplication/octet-stream\tbin dms lha lzh exe class so dll\napplication/oda\t\t\toda\napplication/parityfec\napplication/pdf\t\t\tpdf\napplication/pgp-encrypted\napplication/pgp-keys\napplication/pgp-signature\napplication/pkcs10\napplication/pkcs7-mime\napplication/pkcs7-signature\napplication/pkix-cert\napplication/pkix-crl\napplication/pkixcmp\napplication/postscript\t\tai eps ps\napplication/prs.alvestrand.titrax-sheet\napplication/prs.cww\napplication/prs.nprend\napplication/qsig\napplication/remote-printing\napplication/riscos\napplication/rtf\t\t\trtf\napplication/set-payment\napplication/set-payment-initiation\napplication/set-registration\napplication/set-registration-initiation\napplication/sgml\napplication/sgml-open-catalog\napplication/sieve\napplication/slate\napplication/timestamp-query\napplication/timestamp-reply\napplication/vemmi\napplication/vnd.3M.Post-it-Notes\napplication/vnd.FloGraphIt\napplication/vnd.accpac.simply.aso\napplication/vnd.accpac.simply.imp\napplication/vnd.acucobol\napplication/vnd.aether.imp\napplication/vnd.anser-web-certificate-issue-initiation\napplication/vnd.anser-web-funds-transfer-initiation\napplication/vnd.audiograph\napplication/vnd.businessobjects\napplication/vnd.bmi\napplication/vnd.canon-cpdl\napplication/vnd.canon-lips\napplication/vnd.claymore\napplication/vnd.commerce-battelle\napplication/vnd.commonspace\napplication/vnd.comsocaller\napplication/vnd.contact.cmsg\napplication/vnd.cosmocaller\napplication/vnd.cups-postscript\napplication/vnd.cups-raster\napplication/vnd.cups-raw\napplication/vnd.ctc-posml\napplication/vnd.cybank\napplication/vnd.dna\napplication/vnd.dpgraph\napplication/vnd.dxr\napplication/vnd.ecdis-update\napplication/vnd.ecowin.chart\napplication/vnd.ecowin.filerequest\napplication/vnd.ecowin.fileupdate\napplication/vnd.ecowin.series\napplication/vnd.ecowin.seriesrequest\napplication/vnd.ecowin.seriesupdate\napplication/vnd.enliven\napplication/vnd.epson.esf\napplication/vnd.epson.msf\napplication/vnd.epson.quickanime\napplication/vnd.epson.salt\napplication/vnd.epson.ssf\napplication/vnd.ericsson.quickcall\napplication/vnd.eudora.data\napplication/vnd.fdf\napplication/vnd.ffsns\napplication/vnd.framemaker\napplication/vnd.fsc.weblaunch\napplication/vnd.fujitsu.oasys\napplication/vnd.fujitsu.oasys2\napplication/vnd.fujitsu.oasys3\napplication/vnd.fujitsu.oasysgp\napplication/vnd.fujitsu.oasysprs\napplication/vnd.fujixerox.ddd\napplication/vnd.fujixerox.docuworks\napplication/vnd.fujixerox.docuworks.binder\napplication/vnd.fut-misnet\napplication/vnd.grafeq\napplication/vnd.groove-account\napplication/vnd.groove-identity-message\napplication/vnd.groove-injector\napplication/vnd.groove-tool-message\napplication/vnd.groove-tool-template\napplication/vnd.groove-vcard\napplication/vnd.hhe.lesson-player\napplication/vnd.hp-HPGL\napplication/vnd.hp-PCL\napplication/vnd.hp-PCLXL\napplication/vnd.hp-hpid\napplication/vnd.hp-hps\napplication/vnd.httphone\napplication/vnd.hzn-3d-crossword\napplication/vnd.ibm.afplinedata\napplication/vnd.ibm.MiniPay\napplication/vnd.ibm.modcap\napplication/vnd.informix-visionary\napplication/vnd.intercon.formnet\napplication/vnd.intertrust.digibox\napplication/vnd.intertrust.nncp\napplication/vnd.intu.qbo\napplication/vnd.intu.qfx\napplication/vnd.irepository.package+xml\napplication/vnd.is-xpr\napplication/vnd.japannet-directory-service\napplication/vnd.japannet-jpnstore-wakeup\napplication/vnd.japannet-payment-wakeup\napplication/vnd.japannet-registration\napplication/vnd.japannet-registration-wakeup\napplication/vnd.japannet-setstore-wakeup\napplication/vnd.japannet-verification\napplication/vnd.japannet-verification-wakeup\napplication/vnd.koan\napplication/vnd.lotus-1-2-3\napplication/vnd.lotus-approach\napplication/vnd.lotus-freelance\napplication/vnd.lotus-notes\napplication/vnd.lotus-organizer\napplication/vnd.lotus-screencam\napplication/vnd.lotus-wordpro\napplication/vnd.mcd\napplication/vnd.mediastation.cdkey\napplication/vnd.meridian-slingshot\napplication/vnd.mif\t\tmif\napplication/vnd.minisoft-hp3000-save\napplication/vnd.mitsubishi.misty-guard.trustweb\napplication/vnd.mobius.daf\napplication/vnd.mobius.dis\napplication/vnd.mobius.msl\napplication/vnd.mobius.plc\napplication/vnd.mobius.txf\napplication/vnd.motorola.flexsuite\napplication/vnd.motorola.flexsuite.adsi\napplication/vnd.motorola.flexsuite.fis\napplication/vnd.motorola.flexsuite.gotap\napplication/vnd.motorola.flexsuite.kmr\napplication/vnd.motorola.flexsuite.ttc\napplication/vnd.motorola.flexsuite.wem\napplication/vnd.mozilla.xul+xml\napplication/vnd.ms-artgalry\napplication/vnd.ms-asf\napplication/vnd.ms-excel\txls\napplication/vnd.ms-lrm\napplication/vnd.ms-powerpoint\tppt\napplication/vnd.ms-project\napplication/vnd.ms-tnef\napplication/vnd.ms-works\napplication/vnd.mseq\napplication/vnd.msign\napplication/vnd.music-niff\napplication/vnd.musician\napplication/vnd.netfpx\napplication/vnd.noblenet-directory\napplication/vnd.noblenet-sealer\napplication/vnd.noblenet-web\napplication/vnd.novadigm.EDM\napplication/vnd.novadigm.EDX\napplication/vnd.novadigm.EXT\napplication/vnd.osa.netdeploy\napplication/vnd.palm\napplication/vnd.pg.format\napplication/vnd.pg.osasli\napplication/vnd.powerbuilder6\napplication/vnd.powerbuilder6-s\napplication/vnd.powerbuilder7\napplication/vnd.powerbuilder7-s\napplication/vnd.powerbuilder75\napplication/vnd.powerbuilder75-s\napplication/vnd.previewsystems.box\napplication/vnd.publishare-delta-tree\napplication/vnd.pvi.ptid1\napplication/vnd.pwg-xhtml-print+xml\napplication/vnd.rapid\napplication/vnd.s3sms\napplication/vnd.seemail\napplication/vnd.shana.informed.formdata\napplication/vnd.shana.informed.formtemplate\napplication/vnd.shana.informed.interchange\napplication/vnd.shana.informed.package\napplication/vnd.sss-cod\napplication/vnd.sss-dtf\napplication/vnd.sss-ntf\napplication/vnd.street-stream\napplication/vnd.svd\napplication/vnd.swiftview-ics\napplication/vnd.triscape.mxs\napplication/vnd.trueapp\napplication/vnd.truedoc\napplication/vnd.tve-trigger\napplication/vnd.ufdl\napplication/vnd.uplanet.alert\napplication/vnd.uplanet.alert-wbxml\napplication/vnd.uplanet.bearer-choice-wbxml\napplication/vnd.uplanet.bearer-choice\napplication/vnd.uplanet.cacheop\napplication/vnd.uplanet.cacheop-wbxml\napplication/vnd.uplanet.channel\napplication/vnd.uplanet.channel-wbxml\napplication/vnd.uplanet.list\napplication/vnd.uplanet.list-wbxml\napplication/vnd.uplanet.listcmd\napplication/vnd.uplanet.listcmd-wbxml\napplication/vnd.uplanet.signal\napplication/vnd.vcx\napplication/vnd.vectorworks\napplication/vnd.vidsoft.vidconference\napplication/vnd.visio\napplication/vnd.vividence.scriptfile\napplication/vnd.wap.sic\t\tsic\napplication/vnd.wap.slc\t\tslc\napplication/vnd.wap.wbxml\twbxml\napplication/vnd.wap.wmlc\twmlc\napplication/vnd.wap.wmlscriptc\twmlsc\napplication/vnd.webturbo\napplication/vnd.wrq-hp3000-labelled\napplication/vnd.wt.stf\napplication/vnd.xara\napplication/vnd.xfdl\napplication/vnd.yellowriver-custom-menu\napplication/whoispp-query\napplication/whoispp-response\napplication/wita\napplication/wordperfect5.1\napplication/x-bcpio\t\tbcpio\napplication/x-bzip2\t\tbz2\napplication/x-cdlink\t\tvcd\napplication/x-chess-pgn\t\tpgn\napplication/x-compress\napplication/x-cpio\t\tcpio\napplication/x-csh\t\tcsh\napplication/x-director\t\tdcr dir dxr\napplication/x-dvi\t\tdvi\napplication/x-futuresplash\tspl\napplication/x-gtar\t\tgtar\napplication/x-gzip\t\tgz tgz\napplication/x-hdf\t\thdf\napplication/x-javascript\tjs\napplication/x-kword\t\tkwd kwt\napplication/x-kspread\t\tksp\napplication/x-kpresenter\tkpr kpt\napplication/x-kchart\t\tchrt\napplication/x-killustrator\tkil\napplication/x-koan\t\tskp skd skt skm\napplication/x-latex\t\tlatex\napplication/x-netcdf\t\tnc cdf\napplication/x-ogg\t\togg\n\napplication/x-rpm\t\trpm\n\napplication/x-sh\t\tsh\napplication/x-shar\t\tshar\napplication/x-shockwave-flash\tswf\napplication/x-stuffit\t\tsit\napplication/x-sv4cpio\t\tsv4cpio\napplication/x-sv4crc\t\tsv4crc\napplication/x-tar\t\ttar\napplication/x-tcl\t\ttcl\napplication/x-tex\t\ttex\napplication/x-texinfo\t\ttexinfo texi\napplication/x-troff\t\tt tr roff\napplication/x-troff-man\t\tman\napplication/x-troff-me\t\tme\napplication/x-troff-ms\t\tms\napplication/x-ustar\t\tustar\napplication/x-wais-source\tsrc\napplication/x400-bp\napplication/xhtml+xml\t\txhtml xht\napplication/xml\napplication/xml-dtd\napplication/xml-external-parsed-entity\napplication/zip\t\t\tzip\naudio/32kadpcm\naudio/g.722.1\naudio/l16\naudio/midi\t\t\tmid midi kar\naudio/mp4a-latm\naudio/mpa-robust\naudio/mpeg\t\t\tmpga mp2 mp3\naudio/parityfec\naudio/prs.sid\naudio/telephone-event\naudio/tone\naudio/vnd.cisco.nse\naudio/vnd.cns.anp1\naudio/vnd.cns.inf1\naudio/vnd.digital-winds\naudio/vnd.everad.plj\naudio/vnd.lucent.voice\naudio/vnd.nortel.vbk\naudio/vnd.nuera.ecelp4800\naudio/vnd.nuera.ecelp7470\naudio/vnd.nuera.ecelp9600\naudio/vnd.octel.sbc\naudio/vnd.qcelp\naudio/vnd.rhetorex.32kadpcm\naudio/vnd.vmx.cvsd\naudio/x-mpegurl\t\t\tm3u\naudio/x-realaudio\t\tra\nchemical/x-pdb\t\t\tpdb\nchemical/x-xyz\t\t\txyz\nimage/bmp\t\t\tbmp\nimage/cgm\nimage/g3fax\nimage/gif\t\t\tgif\nimage/ief\t\t\tief\nimage/jpeg\t\t\tjpeg jpg jpe\nimage/naplps\nimage/png\t\t\tpng\nimage/prs.btif\nimage/prs.pti\nimage/tiff\t\t\ttiff tif\nimage/vnd.cns.inf2\nimage/vnd.djvu\t\t\tdjvu djv\nimage/vnd.dwg\nimage/vnd.dxf\nimage/vnd.fastbidsheet\nimage/vnd.fpx\nimage/vnd.fst\nimage/vnd.fujixerox.edmics-mmr\nimage/vnd.fujixerox.edmics-rlc\nimage/vnd.mix\nimage/vnd.net-fpx\nimage/vnd.svf\nimage/vnd.wap.wbmp\t\twbmp\nimage/vnd.xiff\nimage/x-cmu-raster\t\tras\nimage/x-portable-anymap\t\tpnm\nimage/x-portable-bitmap\t\tpbm\nimage/x-portable-graymap\tpgm\nimage/x-portable-pixmap\t\tppm\nimage/x-rgb\t\t\trgb\nimage/x-xbitmap\t\t\txbm\nimage/x-xpixmap\t\t\txpm\nimage/x-xwindowdump\t\txwd\nmessage/delivery-status\nmessage/disposition-notification\nmessage/external-body\nmessage/http\nmessage/news\nmessage/partial\nmessage/rfc822\nmessage/s-http\nmodel/iges\t\t\tigs iges\nmodel/mesh\t\t\tmsh mesh silo\nmodel/vnd.dwf\nmodel/vnd.flatland.3dml\nmodel/vnd.gdl\nmodel/vnd.gs-gdl\nmodel/vnd.gtw\nmodel/vnd.mts\nmodel/vnd.vtu\nmodel/vrml\t\t\twrl vrml\nmultipart/alternative\nmultipart/appledouble\nmultipart/byteranges\nmultipart/digest\nmultipart/encrypted\nmultipart/form-data\nmultipart/header-set\nmultipart/mixed\nmultipart/parallel\nmultipart/related\nmultipart/report\nmultipart/signed\nmultipart/voice-message\ntext/calendar\ntext/css\t\t\tcss\ntext/directory\ntext/enriched\ntext/parityfec\ntext/plain\t\t\tasc txt\ntext/prs.lines.tag\ntext/rfc822-headers\ntext/richtext\t\t\trtx\ntext/rtf\t\t\trtf\ntext/sgml\t\t\tsgml sgm\ntext/tab-separated-values\ttsv\ntext/t140\ntext/uri-list\ntext/vnd.DMClientScript\ntext/vnd.IPTC.NITF\ntext/vnd.IPTC.NewsML\ntext/vnd.abc\ntext/vnd.curl\ntext/vnd.flatland.3dml\ntext/vnd.fly\ntext/vnd.fmi.flexstor\ntext/vnd.in3d.3dml\ntext/vnd.in3d.spot\ntext/vnd.latex-z\ntext/vnd.motorola.reflex\ntext/vnd.ms-mediapackage\ntext/vnd.wap.si\t\t\tsi\ntext/vnd.wap.sl\t\t\tsl\ntext/vnd.wap.wml\t\twml\ntext/vnd.wap.wmlscript\t\twmls\ntext/x-setext\t\t\tetx\ntext/xml\t\t\txml xsl\ntext/xml-external-parsed-entity\nvideo/mp4v-es\nvideo/mpeg\t\t\tmpeg mpg mpe\nvideo/parityfec\nvideo/pointer\nvideo/quicktime\t\t\tqt mov\nvideo/vnd.fvt\nvideo/vnd.motorola.video\nvideo/vnd.motorola.videop\nvideo/vnd.mpegurl\t\tmxu\nvideo/vnd.mts\nvideo/vnd.nokia.interleaved-multimedia\nvideo/vnd.vivo\nvideo/x-msvideo\t\t\tavi\nvideo/x-sgi-movie\t\tmovie\nx-conference/x-cooltalk\t\tice\naudio/x-pn-realaudio rmm ram\naudio/vnd.rn-realaudio ra\napplication/smil smi smil\ntext/vnd.rn-realtext rt\nvideo/vnd.rn-realvideo rv\nimage/vnd.rn-realflash rf swf\napplication/x-shockwave-flash2-preview rf swf\napplication/sdp sdp\napplication/x-sdp sdp\napplication/vnd.rn-realmedia rm\nimage/vnd.rn-realpix rp\naudio/wav wav\naudio/x-wav wav\naudio/x-pn-wav wav\naudio/x-pn-windows-acm wav\naudio/basic au\naudio/x-pn-au au\naudio/aiff aiff af\naudio/x-aiff aiff af\naudio/x-pn-aiff aiff af\ntext/html\t\t\thtml htm\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyce.nsi",
    "content": "; spyce.nsi\n; Spyce Installer (NSIS script)\n\n;#####################################\n;VERSION\n\n!define VERSION 1.3.13\n!define RELEASE 1\n\n;#####################################\n;DEFINES\n\n!define NAME Spyce\n!define NAME_SMALL spyce\n!define Desc \"Spyce - Python Server Pages\"\n!define REG_PROG \"SOFTWARE\\${NAME}\"\n!define REG_UNINST \"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${NAME}\"\n!define PYTHON \"python.exe\"\n!define REG_PYTHONLOC \"${REG_PROG}\"\n\n!define COMPILE 1\n\n;#####################################\n;OPTIONS\n\nOutFile \"${NAME_SMALL}-${VERSION}.exe\"\nInstallDir $PROGRAMFILES\\${NAME_SMALL}\nInstallDirRegKey HKLM ${REG_PROG} \"location\"\n\nName \"${NAME}\"\nCaption \"${NAME} Windows Installer\"\nUninstallCaption \"${NAME} Windows Uninstaller\"\nDirText \"${NAME} Windows Installer\"\nComponentText  \"${NAME} Windows Installer\"\nCompletedText \"${NAME} Windows Installer is finished\"\nUninstallText \"${NAME} Windows Uninstaller\"\nBrandingText \" \"\n\nCRCCheck on\nAutoCloseWindow true\nEnabledBitmap  misc/one-check.bmp\nDisabledBitmap  misc/one-nocheck.bmp\nShowInstDetails show\nShowUninstDetails show\n;BGGradient \nSilentUnInstall silent\nIcon misc\\pics\\spyce-border.ico ; MUST contain a 32x32x16 color icon\nUninstallIcon misc\\pics\\spyce-border.ico\nWindowIcon on\nSetOverwrite on\nSetCompress auto\nSetDatablockOptimize on\nSetDateSave off\n\n;#####################################\n;SECTIONS\n\nSection \"${NAME} engine\"\n  ReadRegStr $9 HKLM ${REG_PYTHONLOC} \"python\"\n  SetOutPath $INSTDIR\n  ; create and register uninstaller\n  WriteUninstaller \"uninstall.exe\"\n  WriteRegStr HKLM ${REG_PROG} \"location\" \"$INSTDIR\"\n  WriteRegStr HKLM \"${REG_UNINST}\" \"DisplayName\" \"${NAME}: ${DESC} (remove only)\"\n  WriteRegStr HKLM \"${REG_UNINST}\" \"UninstallString\" '\"$INSTDIR\\uninstall.exe\"'\n\n  ; copy spyce engine files\n  File *.py\n  File CHANGES LICENCE README THANKS spyceApache.conf spyce.conf.eg misc\\pics\\spyce.ico spyce.mime\n  SetOutPath \"$INSTDIR\\modules\"\n  File modules\\*.py\n  SetOutPath \"$INSTDIR\\tags\"\n  File tags\\*.py\n  SetOutPath -\n  ; pre-compile the sources\n  !ifdef COMPILE\n    DetailPrint \"Compile Spyce sources.\"\n    ExecWait `\"$9\" \"$INSTDIR\\spyceParser.py\"`\n    ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\"`\n    ;ExecWait `\"$9\" -OO \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\"`\n    ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\\modules\"`\n    ;ExecWait `\"$9\" -OO \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\\modules\"`\n    ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\\tags\"`\n    ;ExecWait `\"$9\" -OO \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\\tags\"`\n  !endif\nSectionEnd\n\nSection \"${NAME} documentation\"\n  SectionIn RO\n  ReadRegStr $9 HKLM ${REG_PYTHONLOC} \"python\"\n  ; copy Spyce documentation files\n  SetOutPath \"$INSTDIR\\docs\"\n  File docs\\*.spy docs\\*.gif\n  SetOutPath \"$INSTDIR\\docs\\examples\"\n  File docs\\examples\\*.spy docs\\examples\\*.spi docs\\examples\\*.tmpl docs\\examples\\*.py docs\\examples\\*.gif\n  SetOutPath \"$INSTDIR\\docs\\inc\"\n  File docs\\inc\\*.spi\n  SetOutPath -\n  ; compile documentation\n  !ifdef COMPILE\n    DetailPrint \"Compile Spyce documentation.\"\n    ExecWait `\"$9\" \"$INSTDIR\\run_spyceCmd.py\" \"-O\" \"$INSTDIR\\docs\\*.spy\"`\n  !endif\nSectionEnd\n\nSectionDivider \"Options\"\n\nSection \"Create start menu shortcuts\"\n  CreateDirectory \"$SMPROGRAMS\\${NAME}\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Spyce Documentation.lnk\" \"$INSTDIR\\docs\\index.html\" \"\" \"$INSTDIR\\spyce.ico\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Spyce Documentation -- localhost.lnk\" \"http://localhost/spyce/\" \"\" \"\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Spyce Online.lnk\" \"http://spyce.sf.net/\" \"\" \"\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Spyce Examples.lnk\" \"$INSTDIR\\docs\\examples\" \"\" \"$INSTDIR\\spyce.ico\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Uninstall Spyce.lnk\" \"$INSTDIR\\uninstall.exe\" \"\" \"$INSTDIR\\uninstall.exe\" 0\nSectionEnd\n\nSection \"Create shell extensions\"\n  WriteRegStr HKCR \".spy\" \"\" \"SpyceFile\"\n  WriteRegStr HKCR \"SpyceFile\" \"\" \"Spyce dynamic HTML file\"\n  WriteRegStr HKCR \"SpyceFile\\DefaultIcon\" \"\" $INSTDIR\\spyce.ico,0\n  WriteRegStr HKCR \"SpyceFile\\shell\\open\\command\" \"\" 'notepad.exe \"%1\"'\n  WriteRegStr HKCR \"SpyceFile\\shell\\compile\" \"\" \"Compile Spyce\"\n  WriteRegStr HKCR \"SpyceFile\\shell\\compile\\command\" \"\" '\"$9\" \"$INSTDIR\\run_spyceCmd.py\" -O \"%1\"'\n  WriteRegStr HKCR \"SpyceFile\\shell\" \"\" \"compile\"\nSectionEnd\n\nSection \"Configure Apache\"\n  DetailPrint \"Configuring Apache...\"\n  ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--apache=$INSTDIR\"`\n  ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--apacheRestart\"`\n  MessageBox MB_OK|MB_ICONEXCLAMATION \"$\\nApache reconfigured and restarted.$\\nIf everything is ok, you should be able to browse to: http://localhost/spyce/$\\nIf not, please check your httpd.conf file and/or restart Apache.\"\n\nSectionEnd\n\n\nSection \"Uninstall\"\n  ReadRegStr $9 HKLM ${REG_PYTHONLOC} \"python\"\n  DetailPrint \"Unconfiguring Apache...\"\n  ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--apacheUN\"`\n  ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--apacheRestart\"`\n  RMDir /r \"$INSTDIR\"\n  RMDir /r \"$SMPROGRAMS\\${NAME}\"\n  DeleteRegKey HKLM ${REG_UNINST}\n  DeleteRegKey HKLM ${REG_PROG}\n  DeleteRegKey HKCR \".spy\"\n  DeleteRegKey HKCR \"SpyceFile\"\nSectionEnd\n\n;#####################################\n;FUNCTIONS\n\nFunction detectPython\n  ; see if there is any python interpreter\n  ClearErrors\n  ExecShell \"open\" \"${PYTHON}\" `-c \"print 'Python is alive!'\"` SW_SHOWMINIMIZED\n  IfErrors 0 NoAbort\n    MessageBox MB_OK|MB_ICONEXCLAMATION \"Unable to find Python interpreter. Please install Python first.\"\n    Abort\n  NoAbort:\n  ; find out where it is\n  GetTempFileName $9\n  GetTempFileName $8\n  FileOpen $7 $9 w\n  FileWrite $7 'import sys$\\n'\n  FileWrite $7 \"f=open(r'$8', 'w')$\\n\"\n  FileWrite $7 'f.write(sys.executable)$\\n'\n  FileWrite $7 'f.close()$\\n'\n  FileClose $7\n  ExecShell \"open\" \"${PYTHON}\" `\"$9\"` SW_SHOWMINIMIZED\n  IntOp $0 0 + 0\n  Loop:\n    FileOpen $7 $8 r\n    FileRead $7 $6\n    FileClose $7\n    StrCmp $6 \"\" 0 EndLoop\n    Sleep 100\n    IntOp $0 $0 + 1\n    IntCmp $0 50 EndLoop\n    Goto Loop\n  EndLoop:\n  Delete $9\n  StrCpy $9 \"$6\"  ; put the python path in $9 -- GLOBAL\n  StrCmp $9 \"\" 0 NoAbort2\n    MessageBox MB_OK|MB_ICONEXCLAMATION \"Mechanism for discovering Python path via sys.executable did not work.$\\nSorry, but automatic installation is unable to proceed. Please contact the author.\"\n    Abort\n  NoAbort2:\n  WriteRegStr HKLM ${REG_PYTHONLOC} \"python\" \"$9\"\nFunctionEnd\n\nFunction .onInit\n  Call detectPython\nFunctionEnd\n\nFunction .onInstSuccess\n  DetailPrint \"Spyce successfully installed.\"\n  MessageBox MB_OK \"Spyce successfully installed.\"\n  ExecShell \"open\" \"$INSTDIR\\docs\\index.html\" SW_SHOWMAXIMIZED\nFunctionEnd\n\nFunction un.onInit\n  MessageBox MB_YESNO|MB_ICONQUESTION \"Are you sure that you want to uninstall Spyce?\" IDYES NoAbort\n    Abort\n  NoAbort:\nFunctionEnd\n\nFunction un.onUninstSuccess\n  MessageBox MB_OK \"Spyce successfully uninstalled.\"\nFunctionEnd\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyce.nsi.in",
    "content": "; spyce.nsi\n; Spyce Installer (NSIS script)\n\n;#####################################\n;VERSION\n\n!define VERSION __VERSION__\n!define RELEASE __RELEASE__\n\n;#####################################\n;DEFINES\n\n!define NAME Spyce\n!define NAME_SMALL spyce\n!define Desc \"Spyce - Python Server Pages\"\n!define REG_PROG \"SOFTWARE\\${NAME}\"\n!define REG_UNINST \"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\${NAME}\"\n!define PYTHON \"python.exe\"\n!define REG_PYTHONLOC \"${REG_PROG}\"\n\n!define COMPILE 1\n\n;#####################################\n;OPTIONS\n\nOutFile \"${NAME_SMALL}-${VERSION}.exe\"\nInstallDir $PROGRAMFILES\\${NAME_SMALL}\nInstallDirRegKey HKLM ${REG_PROG} \"location\"\n\nName \"${NAME}\"\nCaption \"${NAME} Windows Installer\"\nUninstallCaption \"${NAME} Windows Uninstaller\"\nDirText \"${NAME} Windows Installer\"\nComponentText  \"${NAME} Windows Installer\"\nCompletedText \"${NAME} Windows Installer is finished\"\nUninstallText \"${NAME} Windows Uninstaller\"\nBrandingText \" \"\n\nCRCCheck on\nAutoCloseWindow true\nEnabledBitmap  misc/one-check.bmp\nDisabledBitmap  misc/one-nocheck.bmp\nShowInstDetails show\nShowUninstDetails show\n;BGGradient \nSilentUnInstall silent\nIcon misc\\pics\\spyce-border.ico ; MUST contain a 32x32x16 color icon\nUninstallIcon misc\\pics\\spyce-border.ico\nWindowIcon on\nSetOverwrite on\nSetCompress auto\nSetDatablockOptimize on\nSetDateSave off\n\n;#####################################\n;SECTIONS\n\nSection \"${NAME} engine\"\n  ReadRegStr $9 HKLM ${REG_PYTHONLOC} \"python\"\n  SetOutPath $INSTDIR\n  ; create and register uninstaller\n  WriteUninstaller \"uninstall.exe\"\n  WriteRegStr HKLM ${REG_PROG} \"location\" \"$INSTDIR\"\n  WriteRegStr HKLM \"${REG_UNINST}\" \"DisplayName\" \"${NAME}: ${DESC} (remove only)\"\n  WriteRegStr HKLM \"${REG_UNINST}\" \"UninstallString\" '\"$INSTDIR\\uninstall.exe\"'\n\n  ; copy spyce engine files\n  File *.py\n  File CHANGES LICENCE README THANKS spyceApache.conf spyce.conf.eg misc\\pics\\spyce.ico spyce.mime\n  SetOutPath \"$INSTDIR\\modules\"\n  File modules\\*.py\n  SetOutPath \"$INSTDIR\\tags\"\n  File tags\\*.py\n  SetOutPath -\n  ; pre-compile the sources\n  !ifdef COMPILE\n    DetailPrint \"Compile Spyce sources.\"\n    ExecWait `\"$9\" \"$INSTDIR\\spyceParser.py\"`\n    ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\"`\n    ;ExecWait `\"$9\" -OO \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\"`\n    ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\\modules\"`\n    ;ExecWait `\"$9\" -OO \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\\modules\"`\n    ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\\tags\"`\n    ;ExecWait `\"$9\" -OO \"$INSTDIR\\installHelper.py\" \"--py=$INSTDIR\\tags\"`\n  !endif\nSectionEnd\n\nSection \"${NAME} documentation\"\n  SectionIn RO\n  ReadRegStr $9 HKLM ${REG_PYTHONLOC} \"python\"\n  ; copy Spyce documentation files\n  SetOutPath \"$INSTDIR\\docs\"\n  File docs\\*.spy docs\\*.gif\n  SetOutPath \"$INSTDIR\\docs\\examples\"\n  File docs\\examples\\*.spy docs\\examples\\*.spi docs\\examples\\*.tmpl docs\\examples\\*.py docs\\examples\\*.gif\n  SetOutPath \"$INSTDIR\\docs\\inc\"\n  File docs\\inc\\*.spi\n  SetOutPath -\n  ; compile documentation\n  !ifdef COMPILE\n    DetailPrint \"Compile Spyce documentation.\"\n    ExecWait `\"$9\" \"$INSTDIR\\run_spyceCmd.py\" \"-O\" \"$INSTDIR\\docs\\*.spy\"`\n  !endif\nSectionEnd\n\nSectionDivider \"Options\"\n\nSection \"Create start menu shortcuts\"\n  CreateDirectory \"$SMPROGRAMS\\${NAME}\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Spyce Documentation.lnk\" \"$INSTDIR\\docs\\index.html\" \"\" \"$INSTDIR\\spyce.ico\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Spyce Documentation -- localhost.lnk\" \"http://localhost/spyce/\" \"\" \"\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Spyce Online.lnk\" \"http://spyce.sf.net/\" \"\" \"\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Spyce Examples.lnk\" \"$INSTDIR\\docs\\examples\" \"\" \"$INSTDIR\\spyce.ico\"\n  CreateShortCut \"$SMPROGRAMS\\${NAME}\\Uninstall Spyce.lnk\" \"$INSTDIR\\uninstall.exe\" \"\" \"$INSTDIR\\uninstall.exe\" 0\nSectionEnd\n\nSection \"Create shell extensions\"\n  WriteRegStr HKCR \".spy\" \"\" \"SpyceFile\"\n  WriteRegStr HKCR \"SpyceFile\" \"\" \"Spyce dynamic HTML file\"\n  WriteRegStr HKCR \"SpyceFile\\DefaultIcon\" \"\" $INSTDIR\\spyce.ico,0\n  WriteRegStr HKCR \"SpyceFile\\shell\\open\\command\" \"\" 'notepad.exe \"%1\"'\n  WriteRegStr HKCR \"SpyceFile\\shell\\compile\" \"\" \"Compile Spyce\"\n  WriteRegStr HKCR \"SpyceFile\\shell\\compile\\command\" \"\" '\"$9\" \"$INSTDIR\\run_spyceCmd.py\" -O \"%1\"'\n  WriteRegStr HKCR \"SpyceFile\\shell\" \"\" \"compile\"\nSectionEnd\n\nSection \"Configure Apache\"\n  DetailPrint \"Configuring Apache...\"\n  ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--apache=$INSTDIR\"`\n  ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--apacheRestart\"`\n  MessageBox MB_OK|MB_ICONEXCLAMATION \"$\\nApache reconfigured and restarted.$\\nIf everything is ok, you should be able to browse to: http://localhost/spyce/$\\nIf not, please check your httpd.conf file and/or restart Apache.\"\n\nSectionEnd\n\n\nSection \"Uninstall\"\n  ReadRegStr $9 HKLM ${REG_PYTHONLOC} \"python\"\n  DetailPrint \"Unconfiguring Apache...\"\n  ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--apacheUN\"`\n  ExecWait `\"$9\" \"$INSTDIR\\installHelper.py\" \"--apacheRestart\"`\n  RMDir /r \"$INSTDIR\"\n  RMDir /r \"$SMPROGRAMS\\${NAME}\"\n  DeleteRegKey HKLM ${REG_UNINST}\n  DeleteRegKey HKLM ${REG_PROG}\n  DeleteRegKey HKCR \".spy\"\n  DeleteRegKey HKCR \"SpyceFile\"\nSectionEnd\n\n;#####################################\n;FUNCTIONS\n\nFunction detectPython\n  ; see if there is any python interpreter\n  ClearErrors\n  ExecShell \"open\" \"${PYTHON}\" `-c \"print 'Python is alive!'\"` SW_SHOWMINIMIZED\n  IfErrors 0 NoAbort\n    MessageBox MB_OK|MB_ICONEXCLAMATION \"Unable to find Python interpreter. Please install Python first.\"\n    Abort\n  NoAbort:\n  ; find out where it is\n  GetTempFileName $9\n  GetTempFileName $8\n  FileOpen $7 $9 w\n  FileWrite $7 'import sys$\\n'\n  FileWrite $7 \"f=open(r'$8', 'w')$\\n\"\n  FileWrite $7 'f.write(sys.executable)$\\n'\n  FileWrite $7 'f.close()$\\n'\n  FileClose $7\n  ExecShell \"open\" \"${PYTHON}\" `\"$9\"` SW_SHOWMINIMIZED\n  IntOp $0 0 + 0\n  Loop:\n    FileOpen $7 $8 r\n    FileRead $7 $6\n    FileClose $7\n    StrCmp $6 \"\" 0 EndLoop\n    Sleep 100\n    IntOp $0 $0 + 1\n    IntCmp $0 50 EndLoop\n    Goto Loop\n  EndLoop:\n  Delete $9\n  StrCpy $9 \"$6\"  ; put the python path in $9 -- GLOBAL\n  StrCmp $9 \"\" 0 NoAbort2\n    MessageBox MB_OK|MB_ICONEXCLAMATION \"Mechanism for discovering Python path via sys.executable did not work.$\\nSorry, but automatic installation is unable to proceed. Please contact the author.\"\n    Abort\n  NoAbort2:\n  WriteRegStr HKLM ${REG_PYTHONLOC} \"python\" \"$9\"\nFunctionEnd\n\nFunction .onInit\n  Call detectPython\nFunctionEnd\n\nFunction .onInstSuccess\n  DetailPrint \"Spyce successfully installed.\"\n  MessageBox MB_OK \"Spyce successfully installed.\"\n  ExecShell \"open\" \"$INSTDIR\\docs\\index.html\" SW_SHOWMAXIMIZED\nFunctionEnd\n\nFunction un.onInit\n  MessageBox MB_YESNO|MB_ICONQUESTION \"Are you sure that you want to uninstall Spyce?\" IDYES NoAbort\n    Abort\n  NoAbort:\nFunctionEnd\n\nFunction un.onUninstSuccess\n  MessageBox MB_OK \"Spyce successfully uninstalled.\"\nFunctionEnd\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyce.py",
    "content": "#!/usr/bin/env python\n\n__version__ = '1.3.13'\n__release__ = '1'\n\nDEBUG_ERROR = 0\n\n##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to LICENCE for legalese\n#\n# Name:        spyce\n# Author:      Rimon Barr <rimon-AT-acm.org>\n# Start date:  8 April 2002\n# Purpose:     Python Server Pages\n# WWW:         http://spyce.sourceforge.net/\n# CVS:         $Id: spyce.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n# note: doc string used in documentation: doc/index.spy\n__doc__ = '''SPYCE is a server-side language that supports simple and\nefficient Python-based dynamic HTML generation, otherwise called <i>Python\nServer Pages</i> (PSP). Those who are familiar with JSP, PHP, or ASP and like\nPython, should have a look at Spyce. Its modular design makes it very flexible\nand extensible. It can also be used as a command-line utility for static text\npre-processing or as a web-server proxy.'''\n\nimport sys, os, copy, string, imp\nimport spyceConfig, spyceCompile, spyceException\nimport spyceModule, spyceTag\nimport spyceLock, spyceCache, spyceUtil\n\n##################################################\n# Spyce engine globals\n#\n\n# spyceServer object - one per engine instance\nSPYCE_SERVER = None\ndef getServer(\n    config_file=None, \n    overide_www_port=None,\n    overide_www_root=None,\n    force=0):\n  global SPYCE_SERVER\n  if force or not SPYCE_SERVER:\n    SPYCE_SERVER = spyceServer(\n      config_file=config_file,\n      overide_www_root=overide_www_root,\n      overide_www_port=overide_www_port,\n    )\n  return SPYCE_SERVER\n\nSPYCE_GLOBALS = None\ndef getServerGlobals():\n  global SPYCE_GLOBALS\n  return SPYCE_GLOBALS\n\nSPYCE_LOADER = 'spyceLoader'\nSPYCE_ENTRY = 'SPYCE_ENTRY'\nDEFAULT_MODULES = ('request', 'response', 'stdout', 'error')\n\n##################################################\n# Spyce core objects\n#\n\nclass spyceServerObject:\n  \"serverObject placeholder\"\n  pass\n\nclass spyceServer:\n  \"One per server, stored in SPYCE_SERVER (above) at processing of first request.\"\n  def __init__(self, \n      config_file=None,\n      overide_www_root=None,\n      overide_www_port=None,\n    ):\n    global SPYCE_GLOBALS\n    # server object\n    self.serverobject = spyceServerObject()\n    # http headers\n    try: self.entry = os.environ[SPYCE_ENTRY]\n    except: self.entry = 'UNKNOWN'\n    self.spyceHeader = 'Spyce/%s_%s Python/%s' % (self.entry, str(__version__), sys.version[:3])\n    # configuration dictionary\n    self.config = spyceConfig.spyceConfig(\n      file=config_file,\n      overide_www_root=overide_www_root,\n      overide_www_port=overide_www_port,\n    )\n    # server globals/constants\n    self.globals = self.config.getSpyceGlobals()\n    SPYCE_GLOBALS = self.globals # hack\n    # now finish processing config file; this way imported modules have\n    # access to the globals\n    self.config.process ()\n    # spyce module search path\n    self.path = self.config.getSpycePath()\n    # concurrency mode\n    self.concurrency = self.config.getSpyceConcurrency()\n    # imports\n    self.imports = self.config.getSpyceImport()\n    # debug mode\n    self.debug = self.config.getSpyceDebug()\n    # spyce cache\n    type, info = self.config.getSpyceCache()\n    if type in ('file',):\n      type = spyceCache.fileCache(info)\n    elif type in ('mem', 'memory'):\n      type = spyceCache.memoryCache(info)\n    else: type = spyceCache.memoryCache()\n    if self.debug: type = None\n    self.spyce_cache = spyceCache.semanticCache(type, spyceCacheValid, spyceCacheGenerate)\n    # spyce module cache\n    self.module_cache = {}\n    if self.debug:\n      self.module_cache = None\n    # page error handler\n    pageerror = self.config.getSpycePageError()\n    if pageerror[0]=='string':\n      pageerror = pageerror[0], self.loadModule(pageerror[2], pageerror[1]+'.py')\n    self.pageerror = pageerror\n    # engine error handler\n    error = self.config.getSpyceError()\n    self.error = self.loadModule(error[1], error[0]+'.py')\n    # spyce thread-safe stdout object\n    if self.concurrency == spyceConfig.SPYCE_CONCURRENCY_THREAD:\n      self.stdout = spyceUtil.ThreadedWriter(sys.stdout)\n      self.lock = spyceLock.threadLock()\n      sys.stdout = self.stdout\n    else:\n      self.stdout = None\n      self.lock = spyceLock.dummyLock()\n    # set sys.stdout\n  def loadModule(self, name, file=None, rel_file=None):\n    \"Find and load a module, with caching\"\n    if not file: file=name+'.py'\n    key = name, file, rel_file\n    if self.module_cache!=None:\n      try: return self.module_cache[key]\n      except: pass # cache miss\n    def loadModuleHelper(file=file, rel_file=rel_file, path=self.path):\n      if rel_file: path = path + [os.path.dirname(rel_file)]\n      for p in path:\n        f=None\n        try:\n          p = os.path.join(p, file)\n          if os.path.exists(p) and os.access(p, os.R_OK):\n            f = open(p, 'r')\n            return imp.load_source(SPYCE_LOADER, p, f)\n        finally:\n          if f: f.close()\n      raise 'unable to find module \"%s\" in path: %s' % (file, path)\n    # load and cache module\n    dict = {'loadModuleHelper': loadModuleHelper}\n    exec 'foo = loadModuleHelper()' in dict\n    mod = eval('dict[\"foo\"].%s' % name)\n    if self.module_cache!=None:\n      self.module_cache[key] = mod\n    return mod\n  def fileHandler(self, request, response, filename, sig='', args=None, kwargs=None):\n    return self.commonHandler(request, response, ('file', (filename, sig)), args, kwargs)\n  def stringHandler(self, request, response, code, sig='', args=None, kwargs=None):\n    return self.commonHandler(request, response, ('string', (code, sig)), args, kwargs)\n  def commonHandler(self, request, response, spyceInfo, args=None, kwargs=None):\n    \"Handle a request. This method is NOT thread safe.\"\n    try:\n      thespyce = theError = None\n      try:\n        spycecode = self.spyce_cache[spyceInfo]\n        thespyce = spycecode.newWrapper()\n        response.addHeader('X-Spyce', self.spyceHeader, 1)\n        try:\n          thespyce.spyceInit(request, response)\n          if args==None: args=[]\n          if kwargs==None: kwargs={}\n          apply(thespyce.spyceProcess, args, kwargs)\n        except spyceException.spyceRuntimeException, theError: pass\n      finally:\n        if DEBUG_ERROR and theError:\n          sys.stderr.write(`theError`+'\\n')\n        if thespyce:\n          thespyce.spyceDestroy(theError)\n          spycecode.returnWrapper(thespyce)\n    except spyceException.spyceDone: pass\n    except spyceException.spyceRedirect, e:\n      return spyceFileHandler(request, response, e.filename)\n    except KeyboardInterrupt: raise\n    except (spyceException.spyceNotFound, spyceException.spyceForbidden, \n        spyceException.spyceSyntaxError, spyceException.pythonSyntaxError, \n        SyntaxError), e:\n      return self.error(self, request, response, e)\n    except SystemExit: pass\n    except:\n      errorString = spyceUtil.exceptionString()\n      try:\n        import cgi\n        response.clear()\n        response.write('<html><pre>\\n')\n        response.write('Unexpected exception: (please report!)\\n')\n        response.write(cgi.escape(errorString))\n        response.write('\\n</pre></html>\\n')\n        response.returncode = response.RETURN_OK\n      except:\n        sys.stderr.write(errorString+'\\n')\n    return response.returncode\n\nclass spyceRequest:\n  \"\"\"Underlying Spyce request object. All implementations (CGI, Apache...)\n  should subclass and implement the methods marked 'not implemented'.\"\"\"\n  def __init__(self):\n    self._in = None\n  def read(self, limit=None):\n    if limit:\n      return self._in.read(limit)\n    else:\n      return self._in.read()\n  def readline(self, limit=None):\n    if limit:\n      return self._in.readline(limit)\n    else:\n      return self._in.readline()\n  def env(self, name=None):\n    raise 'not implemented'\n  def getHeader(self, type=None):\n    raise 'not implemented'\n  def getServerID(self):\n    raise 'not implemented'\n\nclass spyceResponse:\n  \"\"\"Underlying Spyce response object. All implementations (CGI, Apache...)\n  should subclass and implement the methods marked 'not implemented', and\n  also properly define the RETURN codes.\"\"\"\n  RETURN_CONTINUE = 100\n  RETURN_SWITCHING_PROTOCOLS = 101\n  RETURN_OK = 200\n  RETURN_CREATED = 201\n  RETURN_ACCEPTED = 202\n  RETURN_NON_AUTHORITATIVE_INFORMATION = 203\n  RETURN_NO_CONTENT = 204\n  RETURN_RESET_CONTENT = 205\n  RETURN_PARTIAL_CONTENT = 206\n  RETURN_MULTIPLE_CHOICES = 300\n  RETURN_MOVED_PERMANENTLY = 301\n  RETURN_MOVED_TEMPORARILY = 302\n  RETURN_SEE_OTHER = 303\n  RETURN_NOT_MODIFIED = 304\n  RETURN_USE_PROXY = 305\n  RETURN_TEMPORARY_REDIRECT = 307\n  RETURN_BAD_REQUEST = 400\n  RETURN_UNAUTHORIZED = 401\n  RETURN_PAYMENT_REQUIRED = 402\n  RETURN_FORBIDDEN = 403\n  RETURN_NOT_FOUND = 404\n  RETURN_METHOD_NOT_ALLOWED = 405\n  RETURN_NOT_ACCEPTABLE = 406\n  RETURN_PROXY_AUTHENTICATION_REQUIRED = 407\n  RETURN_REQUEST_TIMEOUT = 408\n  RETURN_CONFLICT = 409\n  RETURN_GONE = 410\n  RETURN_LENGTH_REQUIRED = 411\n  RETURN_PRECONDITION_FAILED = 412\n  RETURN_REQUEST_ENTITY_TOO_LARGE = 413\n  RETURN_REQUEST_URI_TOO_LONG = 414\n  RETURN_UNSUPPORTED_MEDIA_TYPE = 415\n  RETURN_REQUEST_RANGE_NOT_SATISFIABLE = 416\n  RETURN_EXPECTATION_FAILED = 417\n  RETURN_INTERNAL_SERVER_ERROR = 500\n  RETURN_NOT_IMPLEMENTED = 501\n  RETURN_BAD_GATEWAY = 502\n  RETURN_SERVICE_UNAVAILABLE = 503\n  RETURN_GATEWAY_TIMEOUT = 504\n  RETURN_HTTP_VERSION_NOT_SUPPORTED = 505\n  RETURN_CODE = {\n    RETURN_CONTINUE: 'CONTINUE',\n    RETURN_SWITCHING_PROTOCOLS: 'SWITCHING PROTOCOLS',\n    RETURN_OK: 'OK',\n    RETURN_CREATED: 'CREATED',\n    RETURN_ACCEPTED: 'ACCEPTED',\n    RETURN_NON_AUTHORITATIVE_INFORMATION: 'NON AUTHORITATIVE INFORMATION',\n    RETURN_NO_CONTENT: 'NO CONTENT',\n    RETURN_RESET_CONTENT: 'RESET CONTENT',\n    RETURN_PARTIAL_CONTENT: 'PARTIAL CONTENT',\n    RETURN_MULTIPLE_CHOICES: 'MULTIPLE CHOICES',\n    RETURN_MOVED_PERMANENTLY: 'MOVED PERMANENTLY',\n    RETURN_MOVED_TEMPORARILY: 'MOVED TEMPORARILY',\n    RETURN_SEE_OTHER: 'SEE OTHER',\n    RETURN_NOT_MODIFIED: 'NOT MODIFIED',\n    RETURN_USE_PROXY: 'USE PROXY',\n    RETURN_TEMPORARY_REDIRECT: 'TEMPORARY REDIRECT',\n    RETURN_BAD_REQUEST: 'BAD REQUEST',\n    RETURN_UNAUTHORIZED: 'UNAUTHORIZED',\n    RETURN_PAYMENT_REQUIRED: 'PAYMENT REQUIRED',\n    RETURN_FORBIDDEN: 'FORBIDDEN',\n    RETURN_NOT_FOUND: 'NOT FOUND',\n    RETURN_METHOD_NOT_ALLOWED: 'METHOD NOT ALLOWED',\n    RETURN_NOT_ACCEPTABLE: 'NOT ACCEPTABLE',\n    RETURN_PROXY_AUTHENTICATION_REQUIRED: 'PROXY AUTHENTICATION REQUIRED',\n    RETURN_REQUEST_TIMEOUT: 'REQUEST TIMEOUT',\n    RETURN_CONFLICT: 'CONFLICT',\n    RETURN_GONE: 'GONE',\n    RETURN_LENGTH_REQUIRED: 'LENGTH REQUIRED',\n    RETURN_PRECONDITION_FAILED: 'PRECONDITION FAILED',\n    RETURN_REQUEST_ENTITY_TOO_LARGE: 'REQUEST ENTITY TOO LARGE',\n    RETURN_REQUEST_URI_TOO_LONG: 'REQUEST URI TOO LONG',\n    RETURN_UNSUPPORTED_MEDIA_TYPE: 'UNSUPPORTED MEDIA TYPE',\n    RETURN_REQUEST_RANGE_NOT_SATISFIABLE: 'REQUEST RANGE NOT SATISFIABLE',\n    RETURN_EXPECTATION_FAILED: 'EXPECTATION FAILED',\n    RETURN_INTERNAL_SERVER_ERROR: 'INTERNAL SERVER ERROR',\n    RETURN_NOT_IMPLEMENTED: 'NOT IMPLEMENTED',\n    RETURN_BAD_GATEWAY: 'BAD GATEWAY',\n    RETURN_SERVICE_UNAVAILABLE: 'SERVICE UNAVAILABLE',\n    RETURN_GATEWAY_TIMEOUT: 'GATEWAY TIMEOUT',\n    RETURN_HTTP_VERSION_NOT_SUPPORTED: 'HTTP VERSION NOT SUPPORTED',\n  }\n  def __init__(self):\n    pass\n  def write(self, s):\n    raise 'not implemented'\n  def writeErr(self, s):\n    raise 'not implemented'\n  def close(self):\n    raise 'not implemented'\n  def clear(self):\n    raise 'not implemented'\n  def sendHeaders(self):\n    raise 'not implemented'\n  def clearHeaders(self):\n    raise 'not implemented'\n  def setContentType(self, content_type):\n    raise 'not implemented'\n  def setReturnCode(self, code):\n    raise 'not implemented'\n  def addHeader(self, type, data, replace=0):\n    raise 'not implemented'\n  def flush(self):\n    raise 'not implemented'\n  def unbuffer(self):\n    raise 'not implemented'\n\nclass spyceCode:\n  '''Takes care of compiling the Spyce file, and generating a wrapper'''\n  def __init__(self, code, filename=None, sig='', limit=3):\n    # store variables\n    self._filename = filename\n    self._limit = limit\n    # generate code\n    self._code, self._coderefs, self._modrefs = \\\n      spyceCompile.spyceCompile(code, filename, sig, getServer())\n    self._wrapperQueue = []\n    self._wrappersMade = 0\n  # wrappers\n  def newWrapper(self):\n    \"Get a wrapper for this code from queue, or make new one\"\n    try: return self._wrapperQueue.pop()\n    except IndexError: pass\n    self._wrappersMade = self._wrappersMade + 1\n    return spyceWrapper(self)\n  def returnWrapper(self, w):\n    \"Return wrapper back to queue after use\"\n    if len(self._wrapperQueue)<self._limit:\n      self._wrapperQueue.append(w)\n  # serialization\n  def __getstate__(self):\n    return self._filename, self._code, self._coderefs, self._modrefs, self._limit\n  def __setstate__(self, state):\n    self._filename, self._code, self._coderefs, self._modrefs, self._limit = state\n    self._wrapperQueue = []\n    self._wrappersMade = 0\n  # accessors\n  def getCode(self):\n    \"Return processed Spyce (i.e. Python) code\"\n    return self._code\n  def getFilename(self):\n    \"Return source filename, if it exists\"\n    return self._filename\n  def getCodeRefs(self):\n    \"Return python-to-Spyce code line references\"\n    return self._coderefs\n  def getModRefs(self):\n    \"Return list of import references in Spyce code\"\n    return self._modrefs\n\nclass spyceWrapper:\n  \"\"\"Wrapper object runs the entire show, bringing together the code, the\n  Spyce environment, the request and response objects and the modules. It is\n  NOT thread safe - new instances are generated as necessary by spyceCode!\n  This object is generated by a spyceCode object. The common Spyce handler\n  code calls the 'processing' functions. Module writers interact with this\n  object via the spyceModuleAPI calls. This is arguable the trickiest portion\n  of the Spyce so don't touch unless you know what you are doing.\"\"\"\n  def __init__(self, spycecode):\n    # store variables\n    self._spycecode = spycecode\n    # api object\n    self._api = self\n    # module tracking\n    self._modCache = {}\n    self._modstarted = []\n    self._modules = {}\n    # compile python code\n    self._codeenv = { spyceCompile.SPYCE_WRAPPER: self._api }\n    try: exec self._spycecode.getCode() in self._codeenv\n    except SyntaxError: raise spyceException.pythonSyntaxError(self)\n    self._freshenv = self._codeenv.keys()\n    # spyce hooks\n    noop = lambda *args: None\n    self.process = self._codeenv[spyceCompile.SPYCE_PROCESS_FUNC]\n    try: self.init = self._codeenv[spyceCompile.SPYCE_INIT_FUNC]\n    except: self.init = noop\n    try: self.destroy = self._codeenv[spyceCompile.SPYCE_DESTROY_FUNC]\n    except: self.destroy = noop\n    # request, response\n    self._response = self._request = None\n    self._responseCallback = {}\n    self._moduleCallback = {}\n  def _startModule(self, name, file=None, as=None, force=0):\n    \"Initialise module for current request.\"\n    if as==None: as=name\n    if force or not self._codeenv.has_key(as):\n      modclass = getServer().loadModule(name, file, self._spycecode.getFilename())\n      mod = modclass(self._api)\n      self.setModule(as, mod, 0)\n      if DEBUG_ERROR:\n        sys.stderr.write(as+'.start\\n')\n      mod.start()\n      self._modstarted.append((as, mod))\n    else: mod = self._codeenv[as]\n    return mod\n  # spyce processing\n  def spyceInit(self, request, response):\n    \"Initialise a Spyce for processing.\"\n    self._request = request\n    self._response = response\n    for mod in DEFAULT_MODULES:\n      self._startModule(mod)\n    self._modstarteddefault = self._modstarted\n    self._modstarted = []\n    for (modname, modfrom, modas) in self.getModRefs():\n      self._startModule(modname, modfrom, modas, 1)\n    exec '_spyce_start()' in { '_spyce_start': self.init }\n  def spyceProcess(self, *args, **kwargs):\n    \"Process the current Spyce request.\"\n    path = sys.path\n    try:\n      if self._spycecode.getFilename():\n        path = copy.copy(sys.path)\n        sys.path.append(os.path.dirname(self._spycecode.getFilename()))\n      dict = { '_spyce_process': self.process,\n        '_spyce_args': args, '_spyce_kwargs': kwargs, }\n      exec '_spyce_result = apply(_spyce_process, _spyce_args, _spyce_kwargs)' in dict\n      return dict['_spyce_result']\n    finally:\n      sys.path = path\n  def spyceDestroy(self, theError=None):\n    \"Cleanup after the request processing.\"\n    try:\n      exec '_spyce_finish()' in { '_spyce_finish': self.destroy }\n      # explicit modules\n      self._modstarted.reverse()\n      for as, mod in self._modstarted:\n        try: \n          if DEBUG_ERROR:\n            sys.stderr.write(as+'.finish\\n')\n          mod.finish(theError)\n        except spyceException.spyceDone: pass\n        except spyceException.spyceRedirect, e:\n          return spyceFileHandler(self._request, self._response, e.filename)\n        except KeyboardInterrupt: raise\n        except SystemExit: pass\n        except: theError = spyceException.spyceRuntimeException(self._api)\n      finishError = None\n      # default modules\n      self._modstarteddefault.reverse()\n      for as, mod in self._modstarteddefault:\n        try: \n          if DEBUG_ERROR:\n            sys.stderr.write(as+'.finish\\n')\n          mod.finish(theError)\n        except: finishError = 1\n      self._request = None\n      self._response = None\n      if finishError: raise\n    finally:\n      self.spyceCleanup()\n  def spyceCleanup(self):\n    \"Sweep the Spyce environment.\"\n    self._modstarteddefault = []\n    self._modstarted = []\n    self._modules = {}\n    if self._freshenv!=None:\n      for e in self._codeenv.keys():\n        if e not in self._freshenv:\n          del self._codeenv[e]\n  # API methods\n  def getFilename(self):\n    \"Return filename of current Spyce\"\n    return self._spycecode.getFilename()\n  def getCode(self):\n    \"Return processed Spyce (i.e. Python) code\"\n    return self._spycecode.getCode()\n  def getCodeRefs(self):\n    \"Return python-to-Spyce code line references\"\n    return self._spycecode.getCodeRefs()\n  def getModRefs(self):\n    \"Return list of import references in Spyce code\"\n    return self._spycecode.getModRefs()\n  def getServerObject(self):\n    \"Return unique (per engine instance) server object\"\n    return getServer().serverobject\n  def getServerGlobals(self):\n    \"Return server configuration globals\"\n    return getServer().globals\n  def getServerID(self):\n    \"Return unique server identifier\"\n    return self._request.getServerID()\n  def getPageError(self):\n    \"Return default page error value\"\n    return getServer().pageerror\n  def getRequest(self):\n    \"Return internal request object\"\n    return self._request\n  def getResponse(self):\n    \"Return internal response object\"\n    return self._response\n  def setResponse(self, o):\n    \"Set internal response object\"\n    self._response = o\n    for f in self._responseCallback.keys(): f()\n  def registerResponseCallback(self, f):\n    \"Register a callback for when internal response changes\"\n    self._responseCallback[f] = 1\n  def unregisterResponseCallback(self, f):\n    \"Unregister a callback for when internal response changes\"\n    try: del self._responseCallback[f]\n    except KeyError: pass\n  def getModules(self):\n    \"Return references to currently loaded modules\"\n    return self._modules\n  def getModule(self, name):\n    \"\"\"Get module reference. The module is dynamically loaded and initialised\n    if it does not exist (ie. if it was not explicitly imported, but requested\n    by another module during processing)\"\"\"\n    return self._startModule(name)\n  def setModule(self, name, mod, notify=1):\n    \"Add existing module (by reference) to Spyce namespace (used for includes)\"\n    self._codeenv[name] = mod\n    self._modules[name] = mod\n    if notify:\n      for f in self._moduleCallback.keys(): \n        f()\n  def delModule(self, name, notify=1):\n    \"Add existing module (by reference) to Spyce namespace (used for includes)\"\n    del self._codeenv[name]\n    del self._modules[name]\n    if notify:\n      for f in self._moduleCallback.keys(): \n        f()\n  def getGlobals(self):\n    \"Return the Spyce global namespace dictionary\"\n    return self._codeenv\n  def registerModuleCallback(self, f):\n    \"Register a callback for modules change\"\n    self._moduleCallback[f] = 1\n  def unregisterModuleCallback(self, f):\n    \"Unregister a callback for modules change\"\n    try: del self._moduleCallback[f]\n    except KeyError: pass\n  def spyceFile(self, file):\n    \"Return a spyceCode object of a file\"\n    return getServer().spyce_cache[('file', file)]\n  def spyceString(self, code):\n    \"Return a spyceCode object of a string\"\n    return getServer().spyce_cache[('string', code)]\n  def spyceModule(self, name, file=None, rel_file=None):\n    \"Return Spyce module class\"\n    return getServer().loadModule(name, file, rel_file)\n  def spyceTaglib(self, name, file=None, rel_file=None):\n    \"Return Spyce taglib class\"\n    return getServer().loadModule(name, file, rel_file)\n  def setStdout(self, out):\n    \"Set the stdout stream (thread-safe)\"\n    serverout = getServer().stdout\n    if serverout: serverout.setObject(out)\n    else: sys.stdout = out\n  def getStdout(self):\n    \"Get the stdout stream (thread-safe)\"\n    serverout = getServer().stdout\n    if serverout: return serverout.getObject()\n    else: return sys.stdout\n\n##################################################\n# Spyce cache\n#\n\ndef spyceFileCacheValid(key, validity):\n  \"Determine whether compiled Spyce is valid\"\n  try: \n    filename, sig = key\n  except:\n    filename, sig = key, ''\n  try:\n    if not os.path.exists(filename):\n      return 0\n    if not os.access(filename, os.R_OK):\n      return 0\n    return os.path.getmtime(filename) == validity\n  except KeyboardInterrupt: raise\n  except:\n    return 0\n\ndef spyceFileCacheGenerate(key):\n  \"Generate new Spyce wrapper (recompiles).\"\n  try: \n    filename, sig = key\n  except:\n    filename, sig = key, ''\n  # ensure file exists and we have permissions\n  if not os.path.exists(filename):\n    raise spyceException.spyceNotFound(filename)\n  if not os.access(filename, os.R_OK):\n    raise spyceException.spyceForbidden(filename)\n  # generate\n  mtime = os.path.getmtime(filename)\n  f = None\n  try:\n    f = open(filename)\n    code = f.read()\n  finally:\n    if f: f.close()\n  s = spyceCode(code, filename=filename, sig=sig)\n  return mtime, s\n\ndef spyceStringCacheValid(code, validity):\n  return 1\n\ndef spyceStringCacheGenerate(key):\n  try: \n    code, sig = key\n  except:\n    code, sig = key, ''\n  s = spyceCode(code, sig=sig)\n  return None, s\n\ndef spyceCacheValid((type, key), validity):\n  return { \n    'string': spyceStringCacheValid,\n    'file': spyceFileCacheValid,\n  }[type](key, validity)\n\ndef spyceCacheGenerate((type, key)):\n  return {\n    'string': spyceStringCacheGenerate,\n    'file': spyceFileCacheGenerate,\n  }[type](key)\n\n\n##################################################\n# Spyce common entry points\n#\n\ndef spyceFileHandler(request, response, filename, sig='', args=None, kwargs=None, config_file=None):\n  return _spyceCommonHandler(request, response, ('file', (filename, sig)), args, kwargs, config_file)\n\ndef spyceStringHandler(request, response, code, sig='', args=None, kwargs=None, config_file=None):\n  return _spyceCommonHandler(request, response, ('string', (code, sig)), args, kwargs, config_file)\n\ndef _spyceCommonHandler(request, response, spyceInfo, args=None, kwargs=None, config_file=None):\n  return getServer(config_file).commonHandler(request, response, spyceInfo, args, kwargs)\n\nif __name__ == '__main__':\n  execfile('run_spyceCmd.py')\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyce.spec.in",
    "content": "%define name spyce\n%define version __VERSION__\n%define release __RELEASE__\n\n%define httpd_conf /etc/httpd/conf/httpd.conf\n%define httpd_conf_beginline ### BEGIN SPYCE CONFIG MARKER\n%define httpd_conf_endline ### END SPYCE CONFIG MARKER\n%define html_dir /var/www/html\n\nSummary:       SPYCE - Python Server Pages, Python-based HTML scripting engine\nName:          %{name}\nVersion:       %{version}\nRelease:       %{release}\nGroup:         System/Servers\nPackager:      Rimon Barr <rimon AT acm DOT org>\nURL:           http://spyce.sourceforge.net\nLicense:       Refer to LICENCE.TXT\nBuildArchitectures: noarch\nBuildRoot:     %{_builddir}/%{name}-root\n#BuildRequires: python >= 2.2\nRequires:      python >= 2.2\nRequires:      httpd >= 2.0\nSource0:       %{name}-%{version}-%{release}.tgz\n\n%description\nSPYCE is a server-side engine that supports simple and efficient Python-based\ndynamic HTML generation. Those who like Python and are familiar with JSP, or\nPHP, or ASP, should have a look at this engine. It allows one to generate\ndynamic HTML content just as easily, using Python for the dynamic parts. Its\nmodular design makes it very flexible and extensible. It can also be used as a\ncommand-line utility for HTML pre-processing.\n\n%prep\n%setup -q\n\n%build\nmake all\n\n%install\nrm -rf ${RPM_BUILD_ROOT}\nmake DESTDIR=${RPM_BUILD_ROOT} install\n\n%clean\nrm -rf $RPM_BUILD_ROOT\n\n%files\n%defattr(-,root,root)\n/usr/share/spyce\n\n%post\nln -sf /usr/share/spyce/run_spyceCmd.py /usr/bin/spyce\nln -sf /usr/share/spyce/docs /usr/share/doc/spyce\necho -n \"Adding Spyce config to httpd.conf...\"\ncp %httpd_conf %httpd_conf.spyce-install.bak\nsed -e \"/%httpd_conf_beginline/,/%httpd_conf_endline/d\" \\\n  < %httpd_conf.spyce-install.bak > %httpd_conf\necho \"%httpd_conf_beginline\"                                 >> %httpd_conf\ncat /usr/share/spyce/spyceApache.conf | sed -e \"s+XXX+/usr/share/spyce+g\"                             >> %httpd_conf\necho \"%httpd_conf_endline\"                                   >> %httpd_conf\necho \" done.\"\n/usr/sbin/apachectl graceful\n\n%postun\nif [ $1 == 0 ]; then \n  rm -f /usr/bin/spyce\n  rm -f /usr/share/doc/spyce\n  rm -f %html_dir/spyce\n  echo -n \"Removing Spyce config from httpd.conf...\"\n  cp %httpd_conf %httpd_conf.spyce-uninstall.bak\n  sed -e \"/%httpd_conf_beginline/,/%httpd_conf_endline/d\" \\\n    < %httpd_conf.spyce-uninstall.bak > %httpd_conf\n  echo \" done.\"\n  /usr/sbin/apachectl graceful\nfi\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyceApache.conf",
    "content": "\n# XXX = Spyce program directory\n\n# This section asks your web server to serve the \n# Spyce documentation from http://localhost/spyce/.\n\nAlias /spyce/ \"XXX/docs/\"\n<Directory \"XXX/docs\">\n    Options Indexes\n    AllowOverride None\n    Order allow,deny\n    Allow from all\n</Directory>\n\n###################\n# Spyce via cgi or fcgi\n\n# This section is the default. It provides a default\n# mechanism to process .spy files. On a vanilla Apache\n# installation this will be done via CGI, which is \n# quite slow. If the FastCGI module is properly \n# installed, should automatically be used instead.\n\nAddHandler spyce-cgi-handler spy\nAction spyce-cgi-handler \"/spyce-cgi/run_spyceCGI.py\"\nScriptAlias /spyce-cgi/ \"XXX/\"\n<Location /spyce-cgi/>\n  <IfModule mod_fastcgi.c>\n    # If mod_fastcgi not installed, we get plain cgi\n    SetHandler fastcgi-script\n  </IfModule>\n</Location>\n# If FastCGI is installed, it will be picked up \n# automatically. On Linux, you can also omit this section \n# and use a dynamic fcgi server instead.\n<IfModule mod_fastcgi.c>\n  FastCgiServer \"XXX/run_spyceCGI.py\" -port 7654 -initial-env FCGI_PORT=7654\n</IfModule>\n# On Windows ONLY, please uncomment the following line.\n# ScriptInterpreterSource registry\n\n###################\n# Spyce via mod_python\n\n# This section allows Spyce to be invoked via the mod_python,\n# yet another alternative with decent performance. Comment\n# the CGI/FastCGI section above entirely, and uncomment the\n# following lines, if you choose to use this instead.\n# (Note that the doubly commented lines, can remain commented\n# depending on your configuration).\n\n#<IfModule mod_python.c>\n#  AddHandler python-program .spy\n#  PythonHandler run_spyceModpy::spyceMain\n#  PythonPath \"sys.path+[r'XXX']\"\n#  #PythonOption SPYCE_CONFIG \"/mydir/spyce.conf\"\n#  #PythonOptimize On\n#</IfModule>\n\n###################\n# Spyce via proxy (on port 8000)\n\n# This section direct Apache to process Spyce requests via\n# a Spyce proxy server. Comment the CGI/FastCGI section above,\n# and uncomment the following lines.\n# NB: Remember to start the Spyce proxy server...\n#   spyce -l -p 8000 /document_root\n# If you would like to run your server on another port,\n# start the proxy on that port (using the -p switch)\n# and change the RewriteRule below accordingly.\n\n#<IfModule mod_rewrite.c>\n#  RewriteEngine On\n#  RewriteRule ^(.*\\.spy) http://localhost:8000$1 [p]\n#</IfModule>\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyceCGI.py",
    "content": "#!/usr/bin/env python\n\n##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceCGI.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport os, sys\nimport spyceCmd, spyce\nimport fcgi\n\n__doc__ = '''(F)CGI-based Spyce entry point.'''\n\ndef findScriptFile(path):\n  origpath = path\n  while path and not path=='/':\n    if os.path.isfile(path):\n      return path\n    path = os.path.dirname(path)\n  return origpath\n\ndef doSpyce( (stdin, stdout, stderr, environ) ):\n  path = None\n  if len(sys.argv)<=1 or not os.path.isfile(sys.argv[1]):\n    try: path = findScriptFile(environ['PATH_TRANSLATED'])\n    except: pass\n  result = spyceCmd.spyceMain(cgimode=1, cgiscript=path,\n    stdout=stdout, stdin=stdin, stderr=stderr, environ=environ)\n  return result\n\ndef main():\n  cgi = fcgi.FCGI()\n  more = cgi.accept()\n  if cgi.socket: os.environ[spyce.SPYCE_ENTRY] = 'fcgi'\n  else: os.environ[spyce.SPYCE_ENTRY] = 'cgi'\n  while more:\n    doSpyce(more)\n    more = cgi.accept()\n\nif __name__=='__main__':\n  if sys.platform == \"win32\":\n    import os, msvcrt\n    msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)\n  main()\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyceCache.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceCache.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport md5, binascii, os, string\ntry: from cPickle import dumps, loads\nexcept: from pickle import dumps, loads\n\n__doc__ = '''Caching related functionality.'''\n\n# rimtodo: specify some sort of cache size limit\n\n##################################################\n# Generic cache\n#\n\nclass cache:\n  \"Generic cache\"\n  def __getitem__(self, key):\n    raise 'not implemented'\n  def __setitem__(self, key, value):\n    raise 'not implemented'\n  def __delitem__(self, key):\n    raise 'not implemented'\n  def keys(self):\n    raise 'not implemented'\n  def has_key(self, key):\n    raise 'not implemented'\n\n##################################################\n# Storage caches\n#\n\nclass memoryCache(cache):\n  \"In-memory cache\"\n  def __init__(self, infoStr=None):\n    self.cache = {}\n    self.info = infoStr\n  def __getitem__(self, key):\n    return self.cache[key]\n  def __setitem__(self, key, value):\n    self.cache[key]=value\n  def __delitem__(self, key):\n    del self.cache[key]\n  def keys(self):\n    return self.cache.keys()\n  def has_key(self, key):\n    return self.cache.has_key(key)\n\nclass fileCache(cache):\n  \"File-based cache\"\n  def __init__(self, infoStr):\n    self._cachedir = string.strip(infoStr)\n  def __getitem__(self, key):\n    filename = os.path.join(self._cachedir, self._encodeKey(key))\n    f = None\n    try:\n      try:\n        f = open(filename, 'r')\n        return loads(f.read())\n      finally:\n        if f: f.close()\n    except IOError: pass\n    except EOFError: pass\n    raise KeyError()\n  def __setitem__(self, key, value):\n    try:\n      if self[key]==value: return\n    except KeyError: pass\n    filename = os.path.join(self._cachedir, self._encodeKey(key))\n    f = None\n    try:\n      f = open(filename, 'w')\n      f.write(dumps(value,1))\n    finally:\n      if f: f.close()\n  def __delitem__(self, key):\n    filename = os.path.join(self._cachedir, self._encodeKey(key))\n    if os.path.exists(filename):\n      os.remove(filename)\n  def keys(keys):\n    raise 'not implemented'\n  def has_key(self, key):\n    try:\n      self[key]\n      return 1\n    except KeyError:\n      return 0\n  def _encodeKey(self, key):\n    return 'spyceCache-'+binascii.hexlify(md5.new(str(key)).digest())\n    \n\n##################################################\n# Policy caches\n#\n\n#rimtodo:\n\n##################################################\n# Semantic cache\n#\n\nclass semanticCache(cache):\n  \"\"\"Cache that knows how to validate and generate its own data. Note, that the\n  cache stores elements as (validity, data) tuples. The valid is a function\n  invoked as valid(key,validity), returning a boolean; and generate is a\n  function invoked as generate(key) returning (validity, data). The get()\n  method returns only the data.\"\"\"\n  def __init__(self, cache, valid, generate):\n    self.valid = valid\n    self.generate = generate\n    self.cache = cache\n  def get(self, key):\n    \"Get (or generate) a cache element.\"\n    if self.cache:\n      if not self.cache.has_key(key) or not self.valid(key, self.cache[key][0]):\n        self.cache[key] = self.generate(key)\n      return self.cache[key][1]\n    else:\n      return self.generate(key)[1]\n  def purge(self, key):\n    \"Remove a cache element, if it exists.\"\n    if self.cache.has_key(key):\n      del self.cache[key]\n  # standard dictionary methods\n  def __getitem__(self, key):\n    return self.get(key)\n  def __delitem__(self, key):\n    return self.purge(key)\n  def has_key(self, key):\n    if self.cache:\n      return self.cache.has_key()\n    else:\n      return 0\n  def keys(self):\n    if self.cache:\n      return self.cache.keys()\n    else:\n      return []\n  def values(self):\n    if self.cache:\n      return map(lambda x: x[1], self.cache.values())\n    else:\n      return []\n  def clear(self):\n    if self.cache:\n      self.cache.clear()\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyceCmd.py",
    "content": "#!/usr/bin/env python\n\n##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceCmd.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport getopt, sys, traceback, os, string, glob, copy\nimport spyce, spyceException, spyceUtil\n\n__doc__ = '''Command-line and CGI-based Spyce entry point.'''\n\n##################################################\n# Output\n#\n\n# output version\ndef showVersion(out=sys.stdout):\n  \"Emit version information.\"\n  out.write('spyce v'+spyce.__version__+', by Rimon Barr: ')\n  out.write('Python Server Pages\\n')\n\n# output syntax\ndef showUsage(out=sys.stdout):\n  \"Emit command-line usage information.\"\n  showVersion(out)\n  out.write('Command-line usage:\\n')\n  out.write('  spyce [-c] [-o filename.html] <filename.spy>\\n')\n  out.write('  spyce [-w] <filename.spy>              <-- CGI\\n')\n  out.write('  spyce -O filename(s).spy               <-- batch process\\n')\n  out.write('  spyce -l [-p port] [-d file ] [<root>] <-- proxy server\\n')\n  out.write('  spyce -h | -v\\n')\n  out.write('    -h, -?, --help       display this help information\\n')\n  out.write('    -v, --version        display version\\n')\n  out.write('    -o, --output         send output to given file\\n')\n  out.write('    -O                   send outputs of multiple files to *.html\\n')\n  out.write('    -c, --compile        compile only; do not execute\\n')\n  out.write('    -w, --web            cgi mode: emit headers (or use run_spyceCGI.py)\\n')\n  out.write('    -q, --query          set QUERY_STRING environment variable\\n')\n  out.write('    -l, --listen         run in HTTP server mode\\n')\n  out.write('    -d, --daemon         run as a daemon process with given pidfile\\n')\n  out.write('    -p, --port           listen on given port, default 80\\n')\n  out.write('    --conf [file]        Spyce configuration file\\n')\n  out.write('To configure Apache, please refer to: spyceApache.conf\\n')\n  out.write('For more details, refer to the documentation.\\n')\n  out.write('  http://spyce.sourceforge.net\\n')\n  out.write('Send comments, suggestions and bug reports to <rimon-AT-acm.org>.\\n')\n\n##################################################\n# Request / Response handlers\n#\n\nclass spyceCmdlineRequest(spyce.spyceRequest):\n  'CGI/Command-line Spyce request object. (see spyce.spyceRequest)'\n  def __init__(self, input, env, filename):\n    spyce.spyceRequest.__init__(self)\n    self._in = input\n    self._env = copy.copy(env)\n    if not self._env.has_key('SERVER_SOFTWARE'):\n      self._env['SERVER_SOFTWARE'] = 'spyce %s Command-line' % spyce.__version__\n    if not self._env.has_key('REQUEST_URI'): \n      self._env['REQUEST_URI']=filename\n    if not self._env.has_key('REQUEST_METHOD'): \n      self._env['REQUEST_METHOD']='spyce'\n    if not self._env.has_key('QUERY_STRING'): \n      self._env['QUERY_STRING']=''\n    self._headers = {\n      'Content-Length': self.env('CONTENT_LENGTH'),\n      'Content-Type': self.env('CONTENT_TYPE'),\n      'User-Agent': self.env('HTTP_USER_AGENT'),\n      'Accept': self.env('HTTP_ACCEPT'),\n      'Accept-Encoding': self.env('HTTP_ACCEPT_ENCODING'),\n      'Accept-Language': self.env('HTTP_ACCEPT_LANGUAGE'),\n      'Accept-Charset': self.env('HTTP_ACCEPT_CHARSET'),\n      'Cookie': self.env('HTTP_COOKIE'),\n      'Referer': self.env('HTTP_REFERER'),\n      'Host': self.env('HTTP_HOST'),\n      'Connection': self.env('HTTP_CONNECTION'),\n      'Keep-Alive': self.env('HTTP_KEEP_ALIVE'),\n    }\n  def env(self, name=None):\n    return spyceUtil.extractValue(self._env, name)\n  def getHeader(self, type=None):\n    return spyceUtil.extractValue(self._headers, type)\n  def getServerID(self):\n    return os.getpid()\n\nclass spyceCmdlineResponse(spyce.spyceResponse):\n  'CGI/Command-line Spyce response object. (see spyce.spyceResponse)'\n  def __init__(self, out, err, cgimode=0):\n    spyce.spyceResponse.__init__(self)\n    if not cgimode:\n      self.RETURN_OK = 0\n      self.RETURN_CODE[self.RETURN_OK] = 'OK'\n    self.origout = out\n    self.out = spyceUtil.BufferedOutput(out)\n    self.err = err\n    self.cgimode = cgimode\n    self.headers = []\n    self.headersSent = 0\n    self.CT = None\n    self.returncode = self.RETURN_OK\n    # functions (for performance)\n    self.write = self.out.write\n    self.writeErr = self.err.write\n    self.clear = self.out.clear\n  def close(self):\n    self.flush()\n    self.out.close()\n  def sendHeaders(self):\n    if self.cgimode and not self.headersSent:\n      resultText = spyceUtil.extractValue(self.RETURN_CODE, self.returncode)\n      self.origout.write('Status: %3d \"%s\"\\n' % (self.returncode, resultText))\n      if not self.CT:\n        self.setContentType('text/html')\n      self.origout.write('Content-Type: %s\\n' % self.CT)\n      for h in self.headers:\n        self.origout.write('%s: %s\\n'%h)\n      self.origout.write('\\n')\n      self.headersSent = 1\n  def clearHeaders(self):\n    if self.headersSent:\n      raise 'headers already sent'\n    self.headers = []\n  def setContentType(self, content_type):\n    if self.headersSent:\n      raise 'headers already sent'\n    self.CT = content_type\n  def setReturnCode(self, code):\n    if self.headersSent:\n      raise 'headers already sent'\n    self.returncode = code\n  def addHeader(self, type, data, replace=0):\n    if self.headersSent:\n      raise 'headers already sent'\n    if type=='Content-Type':\n      self.setContentType(data)\n    else:\n      if replace:\n        self.headers = filter(lambda (type, _), t2=type: type!=t2, self.headers)\n      self.headers.append((type, data))\n  def flush(self, stopFlag=0):\n    if stopFlag: return\n    self.sendHeaders()\n    self.out.flush()\n  def unbuffer(self):\n    self.sendHeaders()\n    self.out.unbuffer()\n\n##################################################\n# Daemonizing\n#\n\ndef daemonize(stdin='/dev/null', stdout='/dev/null', stderr='/dev/null', pidfile=None):\n  '''Forks current process into a daemon. stdin, stdout, and stderr arguments \n  are file names that are opened and used in place of the standard file descriptors\n  in sys.stdin, sys.stdout, and sys.stderr, which default to /dev/null.\n  Note that stderr is unbuffered, so output may interleave with unexpected order\n  if shares destination with stdout.'''\n  def forkToChild():\n    try: \n      if os.fork()>0: sys.exit(0) # exit parent.\n    except OSError, e: \n      sys.stderr.write(\"fork failed: (%d) %s\\n\" % (e.errno, e.strerror))\n      sys.exit(1)\n  # First fork; decouple\n  forkToChild()\n  os.chdir(\"/\") \n  os.umask(0) \n  os.setsid() \n  # Second fork; create pidfile; redirect descriptors\n  forkToChild()\n  pid = str(os.getpid())\n  if pidfile: \n    f = open(pidfile,'w+')\n    f.write(\"%s\\n\" % pid)\n    f.close()\n  si = open(stdin, 'r')\n  so = open(stdout, 'a+')\n  se = open(stderr, 'a+', 0)\n  os.dup2(si.fileno(), sys.stdin.fileno())\n  os.dup2(so.fileno(), sys.stdout.fileno())\n  os.dup2(se.fileno(), sys.stderr.fileno())\n  # I am a daemon!\n\n##################################################\n# Command-line entry point\n#\n\n#for debugging/profiling only\n#sys.stdout = spyceUtil.NoCloseOut(sys.stdout)\n\ndef spyceMain(cgimode=0, cgiscript=None, \n    stdout=sys.stdout, stdin=sys.stdin, stderr=sys.stderr, environ=os.environ):\n  \"Command-line and CGI entry point.\"\n  # defaults\n  compileonlyMode = 0\n  outputFilename = None\n  defaultOutputFilename = 0\n  httpmode = 0\n  httpport = None\n  httproot = None\n  daemon = None\n  configFile = None\n  # parse options\n  if cgimode and cgiscript:\n    args = [cgiscript]\n  else:\n    try:\n      opts, args = getopt.getopt(sys.argv[1:], 'h?vco:Owq:ld:p:',\n        ['help', 'version', 'compile', 'output=', 'web', \n         'query=', 'listen', 'daemon=', 'port=', 'conf=',])\n    except getopt.error: \n      if cgimode:\n        stdout.write('Content-Type: text/plain\\n\\n')\n      stdout.write('syntax: unknown switch used\\n')\n      stdout.write('Use -h option for help.\\n')\n      return -1\n    for o, a in opts:\n      if o in (\"-v\", \"--version\"):\n        showVersion(); return\n      if o in (\"-h\", \"--help\", \"-?\"):\n        showUsage(); return\n      if o in (\"-c\", \"--compileonly\"):\n        compileonlyMode = 1\n      if o in (\"-o\", \"--output\"):\n        outputFilename = a\n      if o in (\"-O\", ):\n        defaultOutputFilename = 1\n      if o in (\"-w\", \"--web\"):\n        cgimode = 1\n      if o in (\"-q\", \"--query\"):\n        environ['QUERY_STRING'] = a\n      if o in (\"-l\", \"--listen\"):\n        httpmode = 1\n      if o in (\"-d\", \"--daemon\"):\n        daemon = a\n      if o in (\"-p\", \"--port\"):\n        try: httpport = int(a)\n        except:\n          stdout.write('syntax: port must be integer\\n')\n          stdout.write('Use -h option for help.\\n')\n          return -1\n      if o in (\"--conf\", ):\n        configFile = a\n\n  # web server mode\n  if httpmode:\n    if len(args):\n      httproot = args[0]\n    import spyceWWW\n    return spyceWWW.spyceHTTPserver(httpport, httproot, config_file=configFile, daemon=daemon)\n  # some checks\n  if not cgimode and not defaultOutputFilename and len(args)>1:\n    stdout.write('syntax: too many files to process\\n')\n    stdout.write('Use -h option for help.\\n')\n    return -1\n  # file globbing\n  if defaultOutputFilename:\n    globbed = map(glob.glob, args)\n    args = []\n    for g in globbed:\n      for f in g:\n        args.append(f)\n  if not len(args):\n    if cgimode:\n      stdout.write('Content-Type: text/plain\\n\\n')\n    stdout.write('syntax: please specify a spyce file to process\\n')\n    stdout.write('Use -h option for help.\\n')\n    return -1\n  # run spyce\n  result=0\n  try:\n    while len(args):\n      result=0\n      script = args[0]\n      del args[0]\n      if cgimode:\n        dir = os.path.dirname(script)\n        if dir: \n          script = os.path.basename(script)\n          os.chdir(dir)\n      try:\n        output = stdout\n        if defaultOutputFilename:\n          outputFilename = os.path.splitext(script)[0]+'.html'\n          stdout.write('Processing: %s\\n'%script)\n          stdout.flush()\n        if outputFilename:\n          output = None\n          output = open(outputFilename, 'w')\n        if compileonlyMode:\n          s = spyce.getServer().spyce_cache['file', script]\n          output.write(s.getCode())\n          output.write('\\n')\n        else:\n          request = spyceCmdlineRequest(stdin, environ, script)\n          response = spyceCmdlineResponse(output, stderr, cgimode)\n          result = spyce.spyceFileHandler(request, response, script)\n          response.close()\n      except KeyboardInterrupt: raise\n      except SystemExit: pass\n      except (spyceException.spyceForbidden, spyceException.spyceNotFound), e:\n        if cgimode:\n          stdout.write('Content-Type: text/plain\\n\\n')\n        stdout.write(str(e)+'\\n')\n      except:\n        if cgimode:\n          stdout.write('Content-Type: text/plain\\n\\n')\n        stdout.write(spyceUtil.exceptionString()+'\\n')\n      if output:\n        output.close()\n  except KeyboardInterrupt:\n    stdout.write('Break!\\n')\n  return result\n\nABSPATH = 1\nif ABSPATH:\n  for i in range(len(sys.path)):\n    sys.path[i] = os.path.abspath(sys.path[i])\n  ABSPATH = 0\n\n# Command-line entry point\nif __name__=='__main__': \n  os.environ[spyce.SPYCE_ENTRY] = 'cmd'\n  try:\n    exitcode=0\n    exitcode=spyceMain(cgimode=0)\n  except: \n    exitcode=1\n    traceback.print_exc()\n  sys.exit(exitcode)\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyceCompile.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceCompile.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n#rimtodo:\n# - fix compaction (it assumed newlines parsed independently)\n# - active tags\n\n#try:\n#  exec('import sre as re')  # due to stack limitations of sre\n#  # exec to be backwards compatible with Python 1.5\n#except:\n#  import re\nimport re  # otherwise apache 2.0 pcre library conflicts\n           # we just can't win! either stack limits (sre), or \n           # library conflicts (pre)! :)\n\nfrom cStringIO import StringIO\nimport sys, string, token, tokenize, os\nimport spyceTag, spyceException, spyceUtil\n\n\n__doc__ = '''Compile Spyce files into Python code.'''\n\n##################################################\n# Special method names\n#\n\nSPYCE_CLASS = 'spyceImpl'\nSPYCE_INIT_FUNC = 'spyceStart'\nSPYCE_DESTROY_FUNC = 'spyceFinish'\nSPYCE_PROCESS_FUNC = 'spyceProcess'\nSPYCE_GLOBAL_CODE = '__SPYCE_GLOBAL_CODE_CONSTANT'\nSPYCE_WRAPPER = '_spyceWrapper'\nDEFAULT_CODEPOINT = [SPYCE_PROCESS_FUNC]\n\n##################################################\n# Dos-to-Unix linebreaks\n#\n\n# split a buffer into lines (regardless of terminators)\ndef splitLines(buf):\n  lines=[]\n  f=StringIO(buf)\n  l=f.readline()\n  while len(l):\n    while l and l[-1] in ['\\r', '\\n']:\n      l=l[:-1]\n    lines.append(l)\n    l=f.readline()\n  return lines\n\n# encode document with LF\ndef CRLF2LF(s):\n  return string.join(splitLines(s), '\\n')+'\\n'\n\n# encode document with CRLF\ndef LF2CRLF(s):\n  return string.join(splitLines(s), '\\r\\n')+'\\r\\n'\n\n\n##################################################\n# Tokens\n#\n\nT_ESC      = -2\nT_EOF      = -1\nT_TEXT     = 0\nT_EVAL     = 1\nT_STMT     = 2\nT_CHUNK    = 3\nT_CHUNKG   = 4\nT_DIRECT   = 5\nT_LAMBDA   = 6\nT_END      = 7\nT_CMNT     = 8\nT_END_CMNT = 9\n\nTOKENS = (\n  # in the order that they should be tested\n  # (i.e. usually longest first)\n  (T_ESC,      r'\\\\\\[\\[', r'\\\\<%', r'\\\\\\]\\]', r'\\\\%>'),  # escapes\n  (T_CHUNK,    r'\\[\\[\\\\', r'<%\\\\'),                      # open chunk\n  (T_CHUNKG,   r'\\[\\[\\\\\\\\', r'<%\\\\\\\\'),                  # open global chunk\n  (T_EVAL,     r'\\[\\[=', r'<%='),                        # open eval\n  (T_DIRECT,   r'\\[\\[\\.', r'<%\\.', r'<%@'),              # open directive\n  (T_LAMBDA,   r'\\[\\[spy', r'<%spy'),                    # open lambda\n  (T_CMNT,     r'\\[\\[--', r'<%--'),                      # open comment\n  (T_END_CMNT, r'--\\]\\]', r'--%>'),                      # close comment\n  (T_STMT,     r'\\[\\[', r'<%'),                          # open statement\n  (T_END,      r'\\]\\]', r'%>'),                          # close\n)\n\ndef genTokensRE(tokens):\n  regexp = []\n  typelookup = [None,]\n  for group in tokens:\n    type, matchstrings = group[0], group[1:]\n    for s in matchstrings:\n      regexp.append('(%s)' % s)\n      typelookup.append(type)\n  regexp = string.join(regexp, '|')\n  return re.compile(regexp, re.M), typelookup\n\nRE_TOKENS = None\nTOKEN_TYPES = None\nif not RE_TOKENS:\n  RE_TOKENS, TOKEN_TYPES = genTokensRE(TOKENS)\n\ndef spyceTokenize(buf):\n  # scan using regexp\n  tokens = []\n  buflen = len(buf)\n  pos = 0\n  brow = bcol = erow = ecol = 0\n  while pos<buflen:\n    m = RE_TOKENS.search(buf, pos)\n    try:\n      mstart, mend = m.start(), m.end()\n      other, token = buf[pos:mstart], buf[mstart:mend]\n      if other:\n        tokens.append((T_TEXT, other, pos, mstart))\n      try:\n        type = TOKEN_TYPES[m.lastindex]\n      except AttributeError, e: \n        # Python 1.5 does not support lastindex\n        lastindex = 1\n        for x in m.groups():\n          if x: break\n          lastindex = lastindex + 1\n        type = TOKEN_TYPES[lastindex]\n      if type==T_ESC:\n        token = token[1:]\n        type = T_TEXT\n      tokens.append((type, token, mstart, mend))\n      pos = mend\n    except AttributeError, e:\n      # handle text before EOF...\n      other = buf[pos:]\n      if other:\n        tokens.append((T_TEXT, other, pos, buflen))\n      pos = buflen\n  # compute row, col\n  brow, bcol = 1, 0\n  tokens2 = []\n  for type, text, begin, end in tokens:\n    lines = string.split(text[:-1], '\\n')\n    numlines = len(lines)\n    erow = brow + numlines - 1\n    ecol = bcol\n    if numlines>1: ecol = 0\n    ecol = ecol + len(lines[-1])\n    tokens2.append((type, text, (brow, bcol), (erow, ecol)))\n    if text[-1]=='\\n':\n      brow = erow + 1\n      bcol = 0\n    else:\n      brow = erow\n      bcol = ecol + 1\n  return tokens2\n\n\ndef spyceTokenize4Parse(buf):\n  # add eof and reverse (so that you can pop() tokens)\n  tokens = spyceTokenize(buf)\n  try:\n    _, _, _, end = tokens[-1]\n  except:\n    end = 0;\n  tokens.append((T_EOF, '<EOF>', end, end))\n  tokens.reverse()\n  return tokens\n\ndef processMagic(buf):\n  if buf[:2]=='#!':\n    buf = string.join(string.split(buf, '\\n')[1:], '\\n')\n  return buf\n\n##################################################\n# Directives / Active Tags / Multi-line quotes\n#\n\nDIRECTIVE_NAME = re.compile('[a-zA-Z][-a-zA-Z0-9_:]*')\nDIRECTIVE_ATTR = re.compile(\n    r'\\s*([a-zA-Z_][-.:a-zA-Z_0-9]*)(\\s*=\\s*'\n    r'(\\'[^\\']*\\'|\"[^\"]*\"|[-a-zA-Z0-9./:;+*%?!&$\\(\\)_#=~]*))?')\ndef parseDirective(text):\n  \"Parse a Spyce directive into name and an attribute list.\"\n  attrs = {}\n  match = DIRECTIVE_NAME.match(text)\n  if not match: return None, {}\n  name = string.lower(text[:match.end()])\n  text = string.strip(text[match.end()+1:])\n  while text:\n    match = DIRECTIVE_ATTR.match(text)\n    if not match: break\n    attrname, rest, attrvalue = match.group(1, 2, 3)\n    if not rest: attrvalue = None\n    elif attrvalue[:1] == \"'\" == attrvalue[-1:] or \\\n        attrvalue[:1] == '\"' == attrvalue[-1:]:\n      attrvalue = attrvalue[1:-1]\n    attrs[string.lower(attrname)] = attrvalue\n    text = text[match.end()+1:]\n  return name, attrs\n\nRE_LIB_TAG = re.compile(r'''<          # beginning of tag\n  (?P<end>/?)                          # ending tag\n  (?P<lib>[a-zA-Z][-.a-zA-Z0-9_]*):    # lib name\n  (?P<name>[a-zA-Z][-.a-zA-Z0-9_]*)    # tag name\n  (?P<attrs>(?:\\s+                     # attributes\n    (?:[a-zA-Z_][-.:a-zA-Z0-9_]*       # attribute name\n      (?:\\s*=\\s*                       # value indicator\n        (?:'[^']*'                     # LITA-enclosed value\n          |\"[^\"]*\"                     # LIT-enclosed value\n          |[^'\">\\s]+                   # bare value\n        )\n      )?\n    )\n  )*)\n  \\s*                                  # trailing whitespace\n  (?P<single>/?)                       # single / unpaired tag\n  >''', re.VERBOSE)                    # end of tag\ndef calcEndPos(begin, str):\n  if not str: raise 'empty string'\n  beginrow, begincol = begin\n  eol = 0\n  if str[-1]=='\\n': \n    str = str[:-1]+' '\n    eol = 1\n  lines = string.split(str, '\\n')\n  endrow = beginrow + len(lines)-1\n  if endrow!=beginrow:\n    begincol = 0\n  endcol = begincol + len(lines[-1]) - 1\n  beginrow, begincol = endrow, endcol + 1\n  if eol:\n    begincol = 0\n    beginrow = beginrow + 1\n  return (endrow, endcol), (beginrow, begincol)\n\nRE_MULTI_LINE_QUOTE_BEGIN = re.compile(r'r?'+\"(''')|\"+'(\"\"\")')\ndef removeMultiLineQuotes(s):\n  def findMultiLineQuote(s):\n    quotelist = []\n    def eatToken(type, string, begin, end, _, quotelist=quotelist):\n      if type == token.STRING and RE_MULTI_LINE_QUOTE_BEGIN.match(string):\n        quotelist.append((string, begin,end))\n    tokenize.tokenize(StringIO(s).readline, eatToken)\n    return quotelist\n  def replaceRegionWithLine(s, begin, end, s2):\n    (beginrow, begincol), (endrow, endcol) = begin, end\n    beginrow, endrow = beginrow-1, endrow-1\n    s = string.split(s, '\\n')\n    s1, s3 = s[:beginrow], s[endrow+1:]\n    s2 = s[beginrow][:begincol] + s2 + s[endrow][endcol:]\n    return string.join(s1 + [s2] + s3, '\\n')\n  match = findMultiLineQuote(s)\n  offsets = {}\n  for _, (obr, _), (oer, _) in match:\n    offsets[obr] = oer - obr\n  while match:\n    s2, begin, end = match[0]\n    s = replaceRegionWithLine(s, begin, end, `eval(s2)`)\n    match = findMultiLineQuote(s)\n  return s, offsets\n\n##################################################\n# Pre-Python AST\n#\n\n# ast node types\nAST_PY      = 0\nAST_PYEVAL  = 1\nAST_TEXT    = 2\nAST_COMPACT = 3\n\n# compacting modes\nCOMPACT_OFF   = 0\nCOMPACT_LINE  = 1\nCOMPACT_SPACE = 2\nCOMPACT_FULL  = 3\n\nclass ppyAST:\n  \"Generate a pre-Python AST\"\n  def __init__(self):\n    \"Initialise parser data structures, AST, token handlers, ...\"\n    # set up ast\n    self._code = { \n      'elements': {}, \n      'leafs': [], \n    }\n    self._codepoint = self._code\n    self._codepointname = []\n    self._mods = []\n    self._taglibs = {}\n  def getCode(self):\n    return self._code\n  def getModules(self):\n    return self._mods\n  def getTaglibs(self):\n    return self._taglibs\n  # routines to navigate AST\n  def selectCodepoint(self, codepointname):\n    code = self._code\n    for point in codepointname:\n      code = code['elements'][point]\n    self._codepoint = code\n    self._codepointname = codepointname\n  def getCodepoint(self):\n    return self._codepointname\n  def descendCodepoint(self, codepointSuffix):\n    self._codepointname.append(codepointSuffix)\n    self.selectCodepoint(self._codepointname)\n  def ascendCodepoint(self):\n    suffix = self._codepointname.pop()\n    self.selectCodepoint(self._codepointname)\n    return suffix\n  # routines that modify the ast\n  def appendCodepoint(self, codepointSuffix, firstline, ref=None):\n    self._codepoint['elements'][codepointSuffix] = {\n      'elements': {},\n      'leafs': [],\n    }\n    self.descendCodepoint(codepointSuffix)\n    self.addCode(string.strip(firstline), ref) # note: firstline is not indented\n  def addCode(self, code, ref=None):\n    self._codepoint['leafs'].append((AST_PY, code, ref))\n  def addGlobalCode(self, code, ref=None):\n    codepoint = self.getCodepoint()\n    self.selectCodepoint([SPYCE_GLOBAL_CODE])\n    self.addCode(code+'\\n', ref)\n    self.selectCodepoint(codepoint)\n    pass\n  def addEval(self, eval, ref=None):\n    self._codepoint['leafs'].append((AST_PYEVAL, eval, ref))\n  def addCodeIndented(self, code, ref=None, globalcode=0):\n    code, replacelist = removeMultiLineQuotes(code)\n    # funky hack: put in NULLs to preserve indentation\n    #   NULLs don't appear in code, and the BraceConverter will\n    #   turn them back into spaces. If we leave them as spaces,\n    #   BraceConverter is just going to ignore them and pay attention\n    #   only to the braces. (not the best compile-time performance!)\n    code = string.split(code, '\\n')\n    code = map(lambda l: (len(l)-len(string.lstrip(l)), l), code)\n    code = map(lambda (indent, l): chr(0)*indent + l, code)\n    code.append('')\n    # split code lines\n    (brow, bcol), (erow, ecol), text, file = ref\n    row = brow\n    for l in code:\n      cbcol = 0\n      cecol = len(l)\n      if row==brow: cbcol = bcol\n      if row==erow: cecol = ecol\n      try: row2 = row + replacelist[row-brow+1]\n      except: row2 = row\n      ref = (row, cbcol), (row2, cecol), l, file\n      if globalcode: self.addGlobalCode(l, ref)\n      else: self.addCode(l, ref)\n      row = row2 + 1\n  def addText(self, text, ref=None):\n    self._codepoint['leafs'].append((AST_TEXT, text, ref))\n  def addCompact(self, compact, ref):\n    self._codepoint['leafs'].append((AST_COMPACT, compact, ref))\n  def addModule(self, modname, modfrom, modas):\n    self._mods.append((modname, modfrom, modas))\n  def addTaglib(self, libname, libfrom=None, libas=None):\n    if not libas: libas=libname\n    self._taglibs[libas] = libname, libfrom\n\n\n##################################################\n# Parse\n#\n\nclass spyceParse:\n  def __init__(self, server, buf, filename, sig):\n    try:\n      # initialization\n      self._tagChecker = spyceTag.spyceTagChecker(server)\n      self._load_spylambda = 0\n      self._load_taglib = 0\n      self._curdir, self._curfile = os.getcwd(), '<string>'\n      if filename:\n        self._curdir, self._curfile = os.path.split(filename)\n      if not self._curdir:\n        self._curdir = os.getcwd()\n      # prime ast\n      self._ast = ppyAST()\n      self._ast.selectCodepoint([])\n      self._ast.appendCodepoint(SPYCE_GLOBAL_CODE, '')\n      self._ast.addGlobalCode('''\ntry:\n  exec('from __future__ import nested_scopes')\nexcept: pass\nfrom spyceException import spyceDone, spyceRedirect, spyceRuntimeException\n  ''')\n      # define spyceProcess\n      self._ast.selectCodepoint([])\n      self._ast.appendCodepoint(SPYCE_PROCESS_FUNC, 'def '+SPYCE_PROCESS_FUNC+'('+sig+')')\n      # spyceProcess pre\n      self._ast.selectCodepoint(DEFAULT_CODEPOINT)\n      self._ast.addCode('try:{', None)\n      self._ast.addCode('pass', None)\n      # spyceProcess body\n      self._tokens = spyceTokenize4Parse(processMagic(buf))\n      self._tokenType = None\n      self.popToken()\n      self.processSpyce()\n      # spyceProcess post\n      self._ast.addCode('} except spyceDone: pass', None)\n      self._ast.addCode('except spyceRedirect: raise', None)\n      self._ast.addCode('except KeyboardInterrupt: raise', None)\n      self._ast.addCode('except:{ raise spyceRuntimeException(%s) }'%SPYCE_WRAPPER, None)\n      # post processing\n      if self._load_taglib: self._ast.addModule('taglib', None, None)\n      if self._load_spylambda: self._ast.addModule('spylambda', None, None)\n      self._tagChecker.finish()\n    except spyceException.spyceSyntaxError, e:\n      raise\n      if e.info:\n        begin, end, text, _ = e.info\n        e.info = begin, end, text, self._curfile\n      raise e\n  def info(self):\n    return self._ast.getCode(), self._ast.getModules()\n  def popToken(self):\n    if self._tokenType!=T_EOF:\n      self._tokenType, self._tokenText, self._tokenBegin, self._tokenEnd = self._tokens.pop()\n\n  def processSpyce(self):\n    while self._tokenType!=T_EOF:\n      [\n        self.processText,        # T_TEXT\n        self.processEval,        # T_EVAL\n        self.processStmt,        # T_STMT\n        self.processChunk,       # T_CHUNK\n        self.processGlobalChunk, # T_CHUNKG\n        self.processDirective,   # T_DIRECT\n        self.processUnexpected,  # T_LAMBDA\n        self.processUnexpected,  # T_END\n        self.processComment,     # T_CMNT\n        self.processUnexpected,  # T_END_CMNT\n      ][self._tokenType]()\n      self.popToken()\n  def processComment(self):\n    # collect comment\n    self.popToken()\n    while self._tokenType not in [T_END_CMNT, T_EOF]:\n      self.popToken()\n    if self._tokenType==T_EOF:\n      self.processUnexpected()\n  def processText(self):\n    \"Process HTML (possibly with some active tags)\"\n    html, begin, end = self._tokenText, self._tokenBegin, self._tokenEnd\n    m = RE_LIB_TAG.search(html)\n    while m:\n      plain = html[:m.start()]\n      if plain:\n        plain_end, tag_begin = calcEndPos(begin, plain)\n        self._ast.addText(plain, (begin, plain_end, '<html string>', self._curfile))\n      else: tag_begin = begin\n      tag = m.group(0)\n      tag_end, begin = calcEndPos(tag_begin, tag)\n      self.processActiveTag(tag, \n        not not m.group('end'), m.group('lib'), m.group('name'), \n        m.group('attrs'), not m.group('single'),\n        tag_begin, tag_end)\n      html = html[m.end():]\n      m = RE_LIB_TAG.search(html)\n    self._ast.addText(html, (begin, end, '<html string>', self._curfile))\n  def processActiveTag(self, tag, tagend, taglib, tagname, tagattrs, tagpair, begin, end):\n    \"Process HTML tags\"\n    # make sure prefix belongs to loaded taglibrary\n    if not self._ast._taglibs.has_key(taglib):\n      self._ast.addText(tag, (begin, end, '<html string>', self._curfile))\n      return\n    # parse process tag attributes\n    _, tagattrs = parseDirective('x '+tagattrs)\n    # get tag class\n    tagclass = self._tagChecker.getTagClass(self._ast._taglibs[taglib], \n      tagname, (begin, end, tag, self._curfile))\n    # syntax check\n    if not tagend: # start tag\n      self._tagChecker.startTag(self._ast._taglibs[taglib], \n        tagname, tagattrs, tagpair, (begin, end, tag, self._curfile))\n    else: # end tag\n      self._tagChecker.endTag(self._ast._taglibs[taglib], \n        tagname, (begin, end, tag, self._curfile))\n    # add python code for active tag\n    if not tagend or not tagpair: # open or singleton tag\n      self._ast.addCode('try: {  taglib.tagPush(%s, %s, %s, %s)' % (\n          repr(taglib), repr(tagname), repr(tagattrs), repr(tagpair)), \n        (begin, end, tag, self._curfile))\n      if tagclass.catches:\n        self._ast.addCode('try: {', (begin, end, tag, self._curfile))\n      if tagclass.conditional:\n        self._ast.addCode('if taglib.tagBegin(): {', (begin, end, tag, self._curfile))\n      else:\n        self._ast.addCode('taglib.tagBegin()', (begin, end, tag, self._curfile))\n      if tagclass.mustend:\n        self._ast.addCode('try: {', (begin, end, tag, self._curfile))\n      if tagclass.loops:\n        self._ast.addCode('while 1: {', (begin, end, tag, self._curfile))\n    if tagend or not tagpair: # close or singleton tag\n        if tagclass.loops:\n          self._ast.addCode('if not taglib.tagBody(): break }', (begin, end, tag, self._curfile))\n        else:\n          self._ast.addCode('taglib.tagBody()', (begin, end, tag, self._curfile))\n        if tagclass.mustend:\n          self._ast.addCode('} finally: taglib.tagEnd()', (begin, end, tag, self._curfile))\n        else:\n          self._ast.addCode('taglib.tagEnd()', (begin, end, tag, self._curfile))\n        if tagclass.conditional:\n          self._ast.addCode('}', (begin, end, tag, self._curfile))\n        if tagclass.catches:\n          self._ast.addCode('} except: taglib.tagCatch()', (begin, end, tag, self._curfile))\n        self._ast.addCode('} finally: taglib.tagPop()', (begin, end, tag, self._curfile))\n  def processEval(self):\n    # collect expression\n    begin = self._tokenBegin\n    self.popToken()\n    expr = ''\n    while self._tokenType not in [T_END, T_EOF]:\n      if self._tokenType==T_TEXT:\n        expr = expr + self._tokenText\n      elif self._tokenType==T_LAMBDA:\n        expr = expr + self.processLambda()\n      else: self.processUnexpected()\n      self.popToken()\n    expr = string.strip(expr)\n    if not expr: self.processUnexpected()\n    # add expression to ast\n    self._ast.addEval(expr, (begin, self._tokenEnd, '='+expr, self._curfile))\n  def processStmt(self):\n    # collect statement\n    self.popToken()\n    beginrow, begincol = self._tokenBegin\n    stmt = ''\n    while self._tokenType not in [T_END, T_EOF]:\n      if self._tokenType==T_TEXT:\n        stmt = stmt + self._tokenText\n      elif self._tokenType==T_LAMBDA:\n        stmt = stmt + self.processLambda()\n      else: self.processUnexpected()\n      endrow, endcol = self._tokenEnd\n      self.popToken()\n    if not string.strip(stmt): self.processUnexpected()\n    # add statement to ast, row-by-row\n    currow = beginrow\n    lines = string.split(stmt, '\\n')\n    for l in lines:\n      if currow==beginrow: curcolbegin = begincol\n      else: curcolbegin = 0\n      if currow==endrow: curcolend = endcol\n      else: curcolend = len(l)\n      l = string.strip(l)\n      if l:\n        self._ast.addCode(l, ((currow, curcolbegin), (currow, curcolend), l, self._curfile))\n      currow = currow + 1\n  def processChunk(self, globalChunk=0):\n    # collect chunk\n    self.popToken()\n    begin = self._tokenBegin\n    chunk = ''\n    while self._tokenType not in [T_END, T_EOF]:\n      if self._tokenType==T_TEXT:\n        chunk = chunk + self._tokenText\n      elif self._tokenType==T_LAMBDA:\n        chunk = chunk + self.processLambda()\n      else: self.processUnexpected()\n      end = self._tokenEnd\n      self.popToken()\n    chunk = string.split(chunk, '\\n')\n    # eliminate initial blank lines\n    brow, bcol = begin\n    while chunk and not string.strip(chunk[0]):\n      chunk = chunk[1:]\n      brow = brow + 1\n      bcol = 0\n    begin = brow, bcol\n    if not chunk: self.processUnexpected()\n    # outdent chunk based on first line\n    # note: modifies multi-line strings having more spaces than first line outdent\n    #    by removing outdent number of spaces at the beginning of each line.\n    #    -- difficult to deal with efficiently (without parsing python) so just \n    #    don't do this!\n    outdent = len(chunk[0]) - len(string.lstrip(chunk[0]))\n    for i in range(len(chunk)):\n      if string.strip(chunk[i][:outdent]):\n        chunk[i] = ' '*outdent + chunk[i]\n    chunk = map(lambda l, outdent=outdent: l[outdent:], chunk)\n    chunk = string.join(chunk, '\\n')\n    # add chunk block at ast\n    if chunk:\n      try:\n        self._ast.addCodeIndented(chunk, (begin, end, chunk, self._curfile), globalChunk)\n      except tokenize.TokenError, e:\n        msg, _ = e\n        raise spyceException.spyceSyntaxError(msg, (begin, end, chunk, self._curfile) )\n  def processGlobalChunk(self):\n    self.processChunk(1)\n  def processDirective(self):\n    # collect directive\n    begin = self._tokenBegin\n    self.popToken()\n    directive = ''\n    while self._tokenType not in [T_END, T_EOF]:\n      if self._tokenType==T_TEXT:\n        directive = directive + self._tokenText\n      else: self.processUnexpected()\n      end = self._tokenEnd\n      self.popToken()\n    directive = string.strip(directive)\n    if not directive: self.processUnexpected()\n    # process directives\n    name, attrs = parseDirective(directive)\n    if name=='compact':\n      compact_mode = COMPACT_FULL\n      if attrs.has_key('mode'):\n        mode = string.lower(attrs['mode'])\n        if mode=='off':\n          compact_mode = COMPACT_OFF\n        elif mode=='line':\n          compact_mode = COMPACT_LINE\n        elif mode=='space':\n          compact_mode = COMPACT_SPACE\n        elif mode=='full':\n          compact_mode = COMPACT_FULL\n        else:\n          raise spyceException.spyceSyntaxError('invalid compacting mode \"%s\" specified'%mode, (begin, end, directive, self._curfile))\n      self._ast.addCompact(compact_mode, (begin, end, '<spyce compact directive>', self._curfile))\n    elif name in ('module', 'import'):\n      if not attrs.has_key('name') and not attrs.has_key('names'):\n        raise spyceException.spyceSyntaxError('name or names attribute required', (begin, end, directive, self._curfile) )\n      if attrs.has_key('names'):\n        mod_names = filter(None, map(string.strip, string.split(attrs['names'],',')))\n        for mod_name in mod_names:\n          self._ast.addModule(mod_name, None, None)\n          self._ast.addCode('%s.init()'%mod_name, (begin, end, directive, self._curfile))\n      else:\n        mod_name = attrs['name']\n        mod_from = spyceUtil.extractValue(attrs, 'from')\n        mod_as = spyceUtil.extractValue(attrs, 'as')\n        mod_args = spyceUtil.extractValue(attrs, 'args', '')\n        if mod_as: theName=mod_as\n        else: theName=mod_name\n        self._ast.addModule(mod_name, mod_from, mod_as)\n        self._ast.addCode('%s.init(%s)'%(theName,mod_args), (begin, end, directive, self._curfile))\n    elif name in ('taglib',):\n      if not attrs.has_key('name') and not attrs.has_key('names'):\n        raise spyceException.spyceSyntaxError('name or names attribute required', (begin, end, directive, self._curfile) )\n      fullfile = os.path.join(self._curdir, self._curfile)\n      if attrs.has_key('names'):\n        taglib_names = filter(None, map(string.strip, string.split(attrs['names'],',')))\n        for taglib_name in taglib_names:\n          self._tagChecker.loadLib(taglib_name, None, None, fullfile, (begin, end, directive, self._curfile))\n          self._ast.addTaglib(taglib_name)\n          self._load_taglib = 1\n          self._ast.addCode('taglib.load(%s)'%repr(taglib_name), (begin, end, directive, self._curfile))\n      else:\n        taglib_name = attrs['name']\n        taglib_from = spyceUtil.extractValue(attrs, 'from')\n        taglib_as = spyceUtil.extractValue(attrs, 'as')\n        self._tagChecker.loadLib(taglib_name, taglib_from, taglib_as, fullfile, (begin, end, directive, self._curfile))\n        self._ast.addTaglib(taglib_name, taglib_from, taglib_as)\n        self._load_taglib = 1\n        self._ast.addCode('taglib.load(%s, %s, %s)'%(repr(taglib_name), repr(taglib_from), repr(taglib_as)), (begin, end, directive, self._curfile))\n    elif name=='include':\n      if not attrs.has_key('file'):\n        raise spyceException.spyceSyntaxError('file attribute missing', (begin, end, directive, self._curfile) )\n      filename = os.path.join(self._curdir, attrs['file'])\n      f = None\n      try:\n        try:\n          f = open(filename)\n          buf = f.read()\n        finally:\n          if f: f.close()\n      except KeyboardInterrupt: raise\n      except:\n        raise spyceException.spyceSyntaxError('unable to open included file: %s'%filename, (begin, end, directive, self._curfile) )\n      prev = (self._curdir, self._curfile, self._tokens,\n        self._tokenType, self._tokenText, self._tokenBegin, self._tokenEnd)\n      self._curdir, self._curfile = os.path.dirname(filename), filename\n      self._tokens = spyceTokenize4Parse(processMagic(buf))\n      self.popToken()\n      self.processSpyce()\n      (self._curdir, self._curfile, self._tokens,\n        self._tokenType, self._tokenText, self._tokenBegin, self._tokenEnd) = prev\n    else:\n      raise spyceException.spyceSyntaxError('invalid spyce directive', (begin, end, directive, self._curfile) )\n  def processLambda(self):\n    # collect lambda\n    self.popToken()\n    begin = self._tokenBegin\n    lamb = ''\n    depth = 1\n    while self._tokenType!=T_EOF:\n      if self._tokenType in [T_END,]:\n        depth = depth - 1\n        if not depth: break\n        lamb = lamb + self._tokenText\n      elif self._tokenType in [T_EVAL, T_STMT, T_CHUNK, T_CHUNKG, T_DIRECT, T_LAMBDA]:\n        depth = depth + 1\n        lamb = lamb + self._tokenText\n      elif self._tokenType==T_CMNT:\n        self.processComment()\n      else:\n        lamb = lamb + self._tokenText\n      end = self._tokenEnd\n      self.popToken()\n    # process lambda\n    lamb = string.split(lamb, ':')\n    try:\n      params = lamb[0]\n      memoize = 0\n      if params and params[0]=='!':\n        params = params[1:]\n        memoize = 1\n      lamb = string.join(lamb[1:],':')\n    except:\n      raise spyceException.spyceSyntaxError('invalid spyce lambda', (begin, end, lamb, self._curfile))\n    self._load_spylambda = 1\n    lamb = 'spylambda.define(%s,%s,%d)' % (`string.strip(params)`, `lamb`, memoize)\n    return lamb\n  def processUnexpected(self):\n    raise spyceException.spyceSyntaxError('unexpected token: \"%s\"'%self._tokenText, \n      (self._tokenBegin, self._tokenEnd, self._tokenText, self._curfile))\n\n##################################################\n# Peep-hole optimizer\n#\n\nclass spyceOptimize:\n  def __init__(self, ast):\n    self.compaction(ast)\n    self.sideBySideWrites(ast)\n    #self.splitCodeLines(ast)\n  def splitCodeLines(self, ast):\n    elements, leafs = ast['elements'], ast['leafs']\n    for el in elements.keys():\n      self.splitCodeLines(elements[el])\n    if leafs:\n      i = 0\n      while i<len(leafs):\n        row = 1\n        type, text, ref = leafs[i]\n        if type == AST_PY and ref:\n          (brow, bcol), (erow, ecol), code, file = ref\n          lines = string.split(code, '\\n')\n          if code==text and len(lines)>1:\n            del leafs[i]\n            row = brow\n            for l in lines:\n              cbcol = 0\n              cecol = len(l)\n              if row==brow: cbcol = bcol\n              if row==erow: becol = ecol\n              leafs.insert(i+(brow-row), (AST_PY, l, ((row, cbcol), (row, cecol), l, file)))\n              row = row + 1\n        i = i + row\n\n  def sideBySideWrites(self, ast):\n    elements, leafs = ast['elements'], ast['leafs']\n    for el in elements.keys():\n      self.sideBySideWrites(elements[el])\n    if leafs:\n      i = 0\n      while i+1<len(leafs):\n        type1, text1, ref1 = leafs[i]\n        type2, text2, ref2 = leafs[i+1]\n        file1 = None\n        file2 = None\n        if ref1:\n          _, _, _, file1 = ref1\n        if ref2:\n          _, _, _, file2 = ref2\n        if type1==AST_TEXT and type2==AST_TEXT and file1==file2:\n          text = text1 + text2\n          begin, _, orig, _ = ref1\n          _, end, _, _ = ref2\n          leafs[i] = AST_TEXT, text, (begin, end, orig, file1)\n          del leafs[i+1]\n          i = i - 1\n        i = i+1\n  def compaction(self, ast):\n    elements, leafs = ast['elements'], ast['leafs']\n    compact = COMPACT_LINE\n    for el in elements.keys():\n      self.compaction(elements[el])\n    if leafs:\n      i = 0\n      while i<len(leafs):\n        type, text, ref = leafs[i]\n        if type==AST_COMPACT:\n          compact = text\n        elif type==AST_TEXT:\n          # line compaction\n          if compact==COMPACT_LINE or compact==COMPACT_FULL:\n            # remove any trailing whitespace\n            text = string.split(text, '\\n')\n            for j in range(len(text)-1):\n              text[j] = string.rstrip(text[j])\n            text = string.join(text, '\\n')\n            # gobble the end of the line\n            ((row, _), _, _, file) = ref\n            rowtext = string.split(text, '\\n')\n            if rowtext: rowtext = string.strip(rowtext[0])\n            crow = row ; cfile = file\n            j = i\n            while j and not rowtext:\n              j = j - 1\n              type2, text2, ref2 = leafs[j]\n              if ref2: (_, (crow, _), _, cfile) = ref2\n              if crow != row or file != cfile: break\n              if type2 == AST_TEXT:\n                text2 = string.split(text2, '\\n')\n                if text2: text2 = text2[-1]\n                rowtext = rowtext + string.strip(text2)\n              elif type2 == AST_PYEVAL:\n                rowtext = 'x'\n            if not rowtext:\n              text = string.split(text, '\\n')\n              if text and not string.strip(text[0]):\n                text = text[1:]\n              text = string.join(text, '\\n')\n            # gobble beginning of the line\n            (_, (row, _), _, file) = ref\n            rowtext = string.split(text, '\\n')\n            if rowtext: rowtext = string.strip(rowtext[-1])\n            crow = row ; cfile = file\n            j = i + 1\n            while j<len(leafs) and not rowtext:\n              type2, text2, ref2 = leafs[j]\n              if ref2: ((crow, _), _, _, cfile) = ref2\n              if crow != row or file != cfile: break\n              if type2 == AST_TEXT:\n                text2 = string.split(text2, '\\n')\n                if text2: text2 = text2[0]\n                rowtext = rowtext + string.strip(text2)\n              elif type2 == AST_PYEVAL:\n                rowtext = 'x'\n              j = j + 1\n            if not rowtext:\n              text = string.split(text, '\\n')\n              if text: text[-1] = string.strip(text[-1])\n              text = string.join(text, '\\n')\n          # space compaction\n          if compact==COMPACT_SPACE or compact==COMPACT_FULL:\n            text = spyceUtil.spaceCompact(text)\n          # update text, if any\n          if text: leafs[i] = type, text, ref\n          else: \n            del leafs[i]\n            i = i -1\n        elif type in [AST_PY, AST_PYEVAL]:\n          pass\n        else:\n          raise 'error: unknown AST node type'\n        i = i + 1\n\n##################################################\n# Output classes\n#\n\nclass LineWriter:\n  \"Output class that counts lines written.\"\n  def __init__(self, f, initialLine = 1):\n    self.f = f\n    self.lineno = initialLine\n  def write(self, s):\n    self.f.write(s)\n    self.lineno = self.lineno + len(string.split(s,'\\n'))-1\n  def writeln(self, s):\n    self.f.write(s+'\\n')\n  def close(self):\n    self.f.close()\n\nclass IndentingWriter:\n  \"Output class that helps with indentation of code.\"\n  # Note: this writer is line-oriented.\n  def __init__(self, f, indentSize=2):\n    self._f = f\n    self._indentSize = indentSize\n    self._indent = 0\n    self._indentString = ' '*(self._indent*self._indentSize)\n    self._currentLine = ''\n  def close(self):\n    if self._indent > 0:\n      raise 'unmatched open brace'\n    self._f.close()\n  def indent(self):\n    self._indent = self._indent + 1\n    self._indentString = ' '*(self._indent*self._indentSize)\n  def outdent(self):\n    self._indent = self._indent - 1\n    if self._indent<0: \n      raise 'unmatched close brace'\n    self._indentString = ' '*(self._indent*self._indentSize)\n  def dumpLine(self, s):\n    self._f.write(self._indentString+s+'\\n')\n  def write(self, s):\n    self._currentLine = self._currentLine + s\n    lines = string.split(self._currentLine, '\\n')\n    for l in lines[:-1]:\n      self.dumpLine(l)\n    self._currentLine=lines[-1]\n  def writeln(self, s=''):\n    self.write(s+'\\n')\n  # remaining methods are defined in terms of writeln(), indent(), outdent()\n  def pln(self, s=''):\n    self.writeln(s)\n  def pIln(self, s=''):\n    self.indent(); self.pln(s)\n  def plnI(self, s=''):\n    self.pln(s); self.indent()\n  def pOln(self, s=''):\n    self.outdent(); self.pln(s)\n  def plnO(self, s=''):\n    self.pln(s); self.outdent()\n  def pOlnI(self, s=''):\n    self.outdent(); self.pln(s); self.indent()\n  def pIlnO(self, s=''):\n    self.indent(); self.pln(s); self.outdent()\n\n##################################################\n# Print out Braced Python\n#\n\nclass emitBracedPython:\n  def __init__(self, out, ast):\n    out = LineWriter(out)\n    self._spyceRefs = {}\n    # text compaction\n    self.compact = COMPACT_LINE\n    self._gobblelineNumber = 1\n    self._gobblelineText = ''\n    # do the deed!\n    self.emitSpyceRec(out, self._spyceRefs, None, ast['elements'], ast['leafs'][1:])\n  def getSpyceRefs(self):\n    return self._spyceRefs\n  def emitSpyceRec(self, out, spyceRefs, header, elements, leafs):\n    if header:\n      out.write(header+':{\\n')\n    def processLevel(el, out=out, spyceRefs=spyceRefs, self=self):\n      self.emitSpyceRec(out, spyceRefs, el['leafs'][0][1], el['elements'], el['leafs'][1:])\n    try:\n      processLevel(elements[SPYCE_GLOBAL_CODE])\n      del elements[SPYCE_GLOBAL_CODE]\n    except KeyError: pass\n    for el in elements.keys():\n      processLevel(elements[el])\n    if leafs:\n      for type, text, ref in leafs:\n        line1 = out.lineno\n        if type==AST_TEXT:\n          out.write('response.writeStatic(%s)\\n' % `text`)\n        elif type==AST_PY:\n          out.write(text+'\\n')\n        elif type==AST_PYEVAL:\n          out.write('response.writeExpr(%s)\\n' % text)\n        elif type==AST_COMPACT:\n          self.compact = text\n        else:\n          raise 'error: unknown AST node type'\n        line2 = out.lineno\n        if ref:\n          for l in range(line1, line2):\n            spyceRefs[l] = ref\n    if not leafs and not elements:\n      out.write('pass\\n')\n    if header:\n      out.write('}\\n')\n\n##################################################\n# Print out regular Python\n#\n\nclass BraceConverter:\n  \"Convert Python with braces into indented (normal) Python code.\"\n  def __init__(self, out):\n    self.out = IndentingWriter(out)\n    self.prevname = 0\n    self.prevstring = 0\n    self.dictlevel = 0\n  def emitToken(self, type, string):\n    if type==token.NAME:\n      if self.prevname: self.out.write(' ')\n      if self.prevstring: self.out.write(' ')\n      self.out.write(string)\n    elif type==token.STRING:\n      if self.prevname: self.out.write(' ')\n      string  = `eval(string)`  # get rid of multi-line strings\n      self.out.write(string)\n    elif type==token.NUMBER:\n      if self.prevname: self.out.write(' ')\n      self.out.write(string)\n    elif type==token.OP:\n      if string=='{': \n        if self.prevcolon and not self.dictlevel:\n          self.out.plnI()\n        else:\n          self.dictlevel = self.dictlevel + 1\n          self.out.write(string)\n      elif string=='}':\n        if not self.dictlevel:\n          self.out.plnO()\n        else:\n          self.dictlevel = self.dictlevel - 1\n          self.out.write(string)\n      else:\n        self.out.write(string)\n    elif type==token.ERRORTOKEN and string==chr(0):\n      self.out.write(' ')\n    else:\n      #print type, token.tok_name[type], `string`\n      self.out.write(string)\n    self.prevname = type==token.NAME\n    self.prevstring = type==token.STRING\n    self.prevcolon = type==token.OP and string==':'\n\ndef emitPython(out, bracedPythonCode, spyceRefs):\n  out = LineWriter(out)\n  spyceRefs2 = {}\n  braceConv = BraceConverter(out)\n  def eatToken(type, string, begin, end, _, out=out, braceConv=braceConv, spyceRefs=spyceRefs, spyceRefs2=spyceRefs2):\n    try:\n      beginrow, _ = begin\n      line1 = out.lineno\n      braceConv.emitToken(type, string)\n      line2 = out.lineno\n      if spyceRefs.has_key(beginrow):\n        for l in range(line1, line2):\n          spyceRefs2[l] = spyceRefs[beginrow]\n    except:\n      raise spyceException.spyceSyntaxError(sys.exc_info()[0])\n  try:\n    tokenize.tokenize(StringIO(bracedPythonCode).readline, eatToken)\n  except tokenize.TokenError, e:\n    msg, (row, col) = e\n    raise spyceException.spyceSyntaxError(msg)\n  return spyceRefs2\n\ndef calcRowCol(str, pos):\n  lines = string.split(str, '\\n')\n  row = 1\n  while pos > len(lines[0]):\n    pos = pos - len(lines[0]) - 1\n    del lines[0]\n    row = row + 1\n  return row, pos\n\nRE_BRACES = re.compile('{|}')\ndef checkBalancedParens(str, refs):\n  m = RE_BRACES.search(str)\n  stack = []\n  try:\n    while m:\n      if m.group(0)=='{': stack.append(m)\n      else: stack.pop()\n      m = RE_BRACES.search(str, m.end())\n  except IndexError: \n    row, _ = calcRowCol(str, m.start())\n    try: info = refs[row]\n    except KeyError: info =None\n    raise spyceException.spyceSyntaxError(\"unbalanced open brace '{'\", info)\n  if stack:\n    m = stack[-1]\n    row, _ = calcRowCol(str, m.start())\n    try: info = refs[row]\n    except KeyError: info =None\n    raise spyceException.spyceSyntaxError(\"unbalanced close brace '}'\", info)\n\n##############################################\n# Compile spyce files\n#\n\ndef spyceCompile(buf, filename, sig, server):\n  # parse \n  ast, libs = spyceParse(server, CRLF2LF(buf), filename, sig).info()\n  # optimize the ast\n  spyceOptimize(ast)\n  # generate braced code\n  out = StringIO()\n  refs = emitBracedPython(out, ast).getSpyceRefs()\n  # then, generate regular python code\n  bracedPythonCode = out.getvalue()\n  checkBalancedParens(bracedPythonCode, refs)\n  out = StringIO()\n  refs = emitPython(out, bracedPythonCode, refs)\n  return out.getvalue(), refs, libs\n\ndef test():\n  import spyce\n  f = open(sys.argv[1])\n  spycecode = f.read()\n  f.close()\n  tokens = spyceTokenize(processMagic(CRLF2LF(spycecode)))\n  for type, text, begin, end in tokens:\n    print '%s (%s, %s): %s' % (type, begin, end, `text`)\n  pythoncode, refs, libs = spyceCompile(spycecode, sys.argv[1], '', spyce.getServer())\n  print pythoncode\n\nif __name__ == '__main__':\n  test()\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyceConfig.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceConfig.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport sys, os, string, ConfigParser\nimport spyceException\n\n##################################################\n# Constants\n#\n\nSPYCE_CONCURRENCY_SINGLE = 0\nSPYCE_CONCURRENCY_FORK = 1\nSPYCE_CONCURRENCY_THREAD = 2\n\nSPYCE_CONFIG_LOCATIONS = [\n  '/etc',\n]\nSPYCE_CONFIG_FILENAME = 'spyce.conf'\nSPYCE_HOME = None\n\n##################################################\n# determine HOME (installation) directory\n#\n\nif SPYCE_HOME == None:\n  try:\n    SPYCE_HOME = os.path.abspath(os.path.dirname(sys.modules['spyceConfig'].__file__))\n  except:\n    for p in sys.path:\n      path = os.path.join(p, 'spyceConfig.py')\n      if os.path.exists(path):\n        SPYCE_HOME = os.path.abspath(p)\n        break\n  if not SPYCE_HOME:\n    raise 'unable to determine Spyce home directory'\n\n##################################################\n# Server configuration object\n#\n\nclass spyceConfig:\n  def __init__(self,\n    file=None,\n    overide_path=None,\n    overide_import=None,\n    overide_error=None,\n    overide_pageerror=None,\n    overide_globals=None,\n    overide_debug=None,\n    default_concurrency=None,  # no concurrency\n    overide_concurrency=None,\n    overide_cache=None,\n    default_www_root='.',  # serve from current directory\n    overide_www_root=None,\n    default_www_port=80,  # default HTTP\n    overide_www_port=None,\n    default_www_handler={\n      'spy': 'spyce',\n      None: 'dump',\n    },\n    default_www_mime = [os.path.join(SPYCE_HOME,'spyce.mime')],\n  ):\n    self.file = file\n    self._procesed = 0\n    # config parameters\n    self.spyce_config = None # spyce configuration dictionary\n    self.spyce_path = None  # spyce module search path\n    self.spyce_import = None # python modules loaded at startup\n    self.spyce_error = None # spyce engine-level error handler\n    self.spyce_pageerror = None # spyce page-level error handler\n    self.spyce_globals = {} # spyce engine globals dictionary\n    self.spyce_debug = None # spyce engine debug flag\n    self.spyce_concurrency = None # concurrency model\n    self.spyce_www_root = None # root directory for spyce web server\n    self.spyce_www_port = None # port used by spyce web server\n    self.spyce_www_mime = None # files with Apache-like mime type listings\n    self.spyce_www_handler = None # assign handlers by extension\n    # store overides and defaults\n    self.overide_path = overide_path\n    self.overide_import = overide_import\n    self.overide_error = overide_error\n    self.overide_pageerror = overide_pageerror\n    self.overide_globals = overide_globals\n    self.overide_debug = overide_debug\n    self.overide_concurrency = overide_concurrency\n    self.default_concurrency = default_concurrency\n    self.overide_cache = overide_cache\n    self.default_www_root = default_www_root\n    self.overide_www_root = overide_www_root\n    self.default_www_port = default_www_port\n    self.overide_www_port = overide_www_port\n    self.default_www_handler = default_www_handler\n    self.default_www_mime = default_www_mime\n  def process(self):\n    # process (order matters here!)\n    self.processConfigFile()\n    self.processSpycePath()\n    self.processSpyceDebug()\n    self.processSpyceGlobals()\n    self.processSpyceImport()\n    self.processSpyceError()\n    self.processSpyceConcurrency()\n    self.processSpyceCache()\n    self.processSpyceWWW()\n  # accessors\n  def getSpyceHome(self):\n    return SPYCE_HOME\n  def getSpycePath(self):\n    return self.spyce_path\n  def getSpyceImport(self):\n    return self.spyce_import\n  def getSpyceError(self):\n    return self.spyce_error\n  def getSpycePageError(self):\n    return self.spyce_pageerror\n  def getSpyceGlobals(self):\n    return self.spyce_globals\n  def getSpyceDebug(self):\n    return self.spyce_debug\n  def getSpyceConcurrency(self):\n    return self.spyce_concurrency\n  def getSpyceCache(self):\n    return self.spyce_cache\n  def getSpyceWWWRoot(self):\n    return self.spyce_www_root\n  def getSpyceWWWPort(self):\n    return self.spyce_www_port\n  def getSpyceWWWHandler(self):\n    return self.spyce_www_handler\n  def getSpyceWWWMime(self):\n    return self.spyce_www_mime\n  def __repr__(self):\n    return \\\n'''path: %(path)s\nimport: %(import)s\nerror: %(error)s\nglobals: %(globals)s\ndebug: %(debug)s\nconcurrency: %(concurrency)s\ncache: %(cache)s\nwww root: %(wwwroot)s\nwww port: %(wwwport)s\nwww mime: %(wwwmime)s\nwww handler: %(wwwhandler)s\n''' % {\n  'path':        self.spyce_path,\n  'import':      self.spyce_import,\n  'error':       self.spyce_error,\n  'pageerror':   self.spyce_pageerror,\n  'globals':     self.spyce_globals,\n  'debug':       self.spyce_debug,\n  'concurrency': self.spyce_concurrency,\n  'cache':       self.spyce_cache,\n  'wwwroot':     self.spyce_www_root,\n  'wwwport':     self.spyce_www_port,\n  'wwwmime':     self.spyce_www_mime,\n  'wwwhandler':  self.spyce_www_handler,\n}\n\n  # configuration processing\n  def processConfigFile(self):\n    # config file\n    self.spyce_config = {}\n    if not self.file:\n      self.file = self.findConfigFile()\n    if self.file:\n      if not os.path.exists(self.file):\n        raise spyceException.spyceNotFound(self.file)\n      if not os.access(self.file, os.R_OK):\n        raise spyceException.spyceForbidden(self.file)\n      self.spyce_config = self.parseConfigFile()\n  def processSpycePath(self, mod_path=None):\n    def processSpycePathString(str, self=self):\n      dpath = filter(None, map(string.strip, string.split(str, os.pathsep)))\n      for i in range(len(dpath)):\n        dpath[i] = os.path.abspath(dpath[i])\n      self.spyce_path = self.spyce_path + dpath\n      sys.path = sys.path + dpath\n    def filterPath(path):\n      path2 = []\n      for p in path:\n        if p not in path2:\n          path2.append(p)\n      return path2\n    self.spyce_path = [\n      os.path.join(SPYCE_HOME, 'modules'),\n      os.path.join(SPYCE_HOME, 'tags'),\n    ]\n    if mod_path:\n      processSpycePathString(mod_path)\n    if self.spyce_config.has_key('path') and not self.overide_path:\n      processSpycePathString(self.spyce_config['path'])\n    if self.overide_path:\n      processSpycePathString(overide_path)\n    else:\n      if (self.spyce_config and not self.spyce_config.has_key('path')) and os.environ.has_key('SPYCE_PATH'):\n        processSpycePathString(os.environ['SPYCE_PATH'])\n    self.spyce_path = filterPath(self.spyce_path)\n    sys.path = filterPath(sys.path)\n  def processSpyceImport(self):\n    self.spyce_import = []\n    if self.spyce_config.has_key('import'):\n      new_import = filter(None, map(string.strip, string.split(self.spyce_config['import'], ',')))\n      self.spyce_import = self.spyce_import + new_import\n    if self.overide_import:\n      new_import = filter(None, map(string.strip, string.split(self.overide_import, ',')))\n      self.spyce_import = self.spyce_import + new_import\n    for i in self.spyce_import:\n      exec('import %s'%i)\n  def processSpyceError(self):\n    # server-level\n    self.spyce_error = 'error:serverHandler'\n    if self.spyce_config.has_key('error'):\n      self.spyce_error = self.spyce_config['error']\n    if self.overide_error:\n      self.spyce_error = self.overide_error\n    self.spyce_error = string.split(self.spyce_error, ':')\n    if len(self.spyce_error)==1:\n      raise 'invalid error handler specification (file:function)'\n    # page-level\n    self.spyce_pageerror = 'string:error:defaultErrorTemplate'\n    if self.spyce_config.has_key('pageerror'):\n      self.spyce_pageerror = self.spyce_config['pageerror']\n    if self.overide_pageerror:\n      self.spyce_pageerror = self.overide_pageerror\n    self.spyce_pageerror = string.split(self.spyce_pageerror, ':')\n    if (len(self.spyce_pageerror)<2 or self.spyce_pageerror[0] not in ('string', 'file')):\n      raise 'invalid pageerror handler specification (\"string\":module:variable, or (\"file\":file)'\n  def processSpyceGlobals(self):\n    self.spyce_globals.clear ()\n    if self.spyce_config.has_key('globals'):\n      for k in self.spyce_config['globals'].keys():\n        self.spyce_globals[k] = self.spyce_config['globals'][k]\n    if self.overide_globals:\n      for k in self.overide_globals.keys():\n        self.spyce_globals[k] = self.overide_globals[k]\n    for k in self.spyce_globals.keys():\n      self.spyce_globals[k] = eval(self.spyce_globals[k])\n  def processSpyceDebug(self):\n    self.spyce_debug = 0\n    if self.spyce_config.has_key('debug'):\n      self.spyce_debug = string.strip(string.lower(self.spyce_config['debug'])) not in ('0', 'false', 'no')\n    if self.overide_debug:\n      self.spyce_debug = 1\n  def processSpyceConcurrency(self):\n    self.spyce_concurrency = SPYCE_CONCURRENCY_SINGLE\n    if self.default_concurrency!=None:\n      self.spyce_concurrency = self.default_concurrency\n    if self.spyce_config.has_key('concurrency'):\n      self.spyce_concurrency = string.lower(self.spyce_config['concurrency'])\n      if self.spyce_concurrency in ('thread', 'threading'):\n        self.spyce_concurrency = SPYCE_CONCURRENCY_THREAD\n      elif self.spyce_concurrency in ('fork', 'forking'):\n        self.spyce_concurrency = SPYCE_CONCURRENCY_FORK\n      else: \n        self.spyce_concurrency = SPYCE_CONCURRENCY_SINGLE\n    if self.overide_concurrency!=None:\n      self.spyce_concurrency = self.overide_concurrency\n  def processSpyceCache(self):\n    cache = 'memory'\n    if self.spyce_config.has_key('cache'):\n      cache = self.spyce_config['cache']\n    cache = string.split(cache, ':')\n    self.spyce_cache = string.strip(string.lower(cache[0])), string.join(cache[1:], ':')\n  def processSpyceWWW(self):\n    # root\n    self.spyce_www_root = self.default_www_root\n    if self.spyce_config.has_key('www_root'):\n      self.spyce_www_root = self.spyce_config['www_root']\n    if self.overide_www_root!=None:\n      self.spyce_www_root = self.overide_www_root\n    # port\n    self.spyce_www_port = self.default_www_port\n    if self.spyce_config.has_key('www_port'):\n      self.spyce_www_port = int(self.spyce_config['www_port'])\n    if self.overide_www_port!=None:\n      self.spyce_www_port = int(self.overide_www_port)\n    # mime\n    self.spyce_www_mime = self.default_www_mime\n    if self.spyce_config.has_key('www_mime'):\n      mime = self.spyce_config['www_mime']\n      mime = map(string.strip, string.split(mime, ','))\n      self.spyce_www_mime = self.spyce_www_mime + mime\n    # handler\n    self.spyce_www_handler = self.default_www_handler\n    if self.spyce_config.has_key('www_handler'):\n      handler = self.spyce_config['www_handler']\n      for k in handler.keys():\n        self.spyce_www_handler[k] = handler[k]\n\n  # helpers\n  def findConfigFile(self):\n    locations = [SPYCE_HOME] + SPYCE_CONFIG_LOCATIONS\n    for l in locations:\n      p = os.path.join(l, SPYCE_CONFIG_FILENAME)\n      if os.path.exists(p):\n        return p\n  def parseConfigFile(self):\n    # initial defaults\n    path = None\n    load = None\n    error = None\n    pageerror = None\n    globals = None\n    debug = None\n    concurrency = None\n    cache = None\n    www_root = None\n    www_port = None\n    www_mime = None\n    www_handler = {}\n    cfg = ConfigParser.ConfigParser()\n    # parse\n    cfg.read(self.file)\n    if cfg.has_section('spyce'):\n      if 'path' in cfg.options('spyce'):\n        path = cfg.get('spyce', 'path')\n      if 'import' in cfg.options('spyce'):\n        load = cfg.get('spyce', 'import')\n      if 'error' in cfg.options('spyce'):\n        error = cfg.get('spyce', 'error')\n      if 'pageerror' in cfg.options('spyce'):\n        pageerror = cfg.get('spyce', 'pageerror')\n      if 'debug' in cfg.options('spyce'):\n        debug = cfg.get('spyce', 'debug')\n      if 'concurrency' in cfg.options('spyce'):\n        concurrency = cfg.get('spyce', 'concurrency')\n      if 'cache' in cfg.options('spyce'):\n        cache = cfg.get('spyce', 'cache')\n    if cfg.has_section('globals'):\n      globals = {}\n      for o in cfg.options('globals'):\n        if o=='__name__': continue\n        globals[o] = cfg.get('globals', o)\n    if cfg.has_section('www'):\n      for o in cfg.options('www'):\n        if o=='__name__': continue\n        if o=='root':\n          www_root = cfg.get('www', o)\n          continue\n        if o=='port':\n          www_port = cfg.get('www', o)\n          continue\n        if o=='mime': \n          www_mime = cfg.get('www', o)\n          continue\n        if o[:len('ext_')]=='ext_':\n          ext = o[len('ext_'):]\n          if not ext: ext = None\n          www_handler[ext] = cfg.get('www', o)\n    # results\n    config = {}\n    if path!=None: config['path'] = path\n    if load!=None: config['import'] = load\n    if error!=None: config['error'] = error\n    if pageerror!=None: config['pageerror'] = pageerror\n    if globals!=None: config['globals'] = globals\n    if debug!=None: config['debug'] = debug\n    if concurrency!=None: config['concurrency'] = concurrency\n    if cache!=None: config['cache'] = cache\n    if www_root!=None: config['www_root'] = www_root\n    if www_port!=None: config['www_port'] = www_port\n    if www_mime!=None: config['www_mime'] = www_mime\n    if www_handler!={}: config['www_handler'] = www_handler\n    return config\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyceException.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceException.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n__doc__ = '''Various Spyce-related exceptions'''\n\nimport sys, string\nimport spyceCompile, spyceUtil\n\n##################################################\n# Syntax errors\n#\n\nclass pythonSyntaxError:\n  \"Generate string out of current pythonSyntaxError exception\"\n  def __repr__(self):\n    return self.str\n  def __init__(self, spycewrap):\n    self.str = ''\n    type, error, _ = sys.exc_info()\n    if type is type(SyntaxError):\n      raise 'instantiate pythonSyntaxError only when SyntaxError raised: %s' % `type`\n    if spycewrap.getCodeRefs().has_key(error.lineno):\n      begin, end, text, filename = spycewrap.getCodeRefs()[error.lineno]\n      if begin[0]==end[0]:\n        linestr = str(begin[0])\n      else:\n        linestr = '%d-%d' % (begin[0], end[0])\n      self.str = 'Python syntax error at %s:%s - %s\\n  %s\\n' % (filename, linestr, error.msg, text)\n    else:\n      self.str = spyceUtil.exceptionString()\n\nclass spyceSyntaxError:\n  \"Generate string out of current spyceSyntaxError exception\"\n  def __init__(self, msg, info=None):\n    self.msg = msg\n    self.info = info\n  def __repr__(self):\n    s = 'Spyce syntax error'\n    if self.info:\n      (begin, _), (end, _), text, filename = self.info\n      if begin==end:\n        linestr = str(begin)\n      else:\n        linestr = '%d-%d' % (begin, end)\n      s = s + ' at %s:%s - %s\\n  %s\\n' % (filename, linestr, self.msg, text)\n    else:\n      s = s + ': '+self.msg\n    return s\n\n##################################################\n# Runtime errors\n#\n\nclass spyceRuntimeException:\n  \"Generate string out of current SpyceException exception.\"\n  # useful fields: str, type, value, traceback, msg\n  def __repr__(self):\n    return self.str\n  def __init__(self, spycewrap=None):\n    import traceback, string\n    e1, e2, tb = sys.exc_info()\n    tb = traceback.extract_tb(tb)\n    self.str = ''\n    self.type, self.value, self.traceback = e1, e2, tb\n    if e1 == spyceRuntimeException:\n      self.msg = str(e2)\n    else:\n      self.msg = string.join(traceback.format_exception_only(e1, e2))\n    for i in range(len(tb)):\n      filename, lineno, funcname, text = tb[i]\n      if filename == '<string>' and spycewrap and spycewrap.getCodeRefs().has_key(lineno):\n        if funcname == spyceCompile.SPYCE_PROCESS_FUNC:\n          funcname = '(main)'\n        begin, end, text, filename = spycewrap.getCodeRefs()[lineno]\n        if begin[0]==end[0]:\n          lineno = str(begin[0])\n        else:\n          lineno = '%d-%d' % (begin[0], end[0])\n      lineno=str(lineno)\n      tb[i] = filename, lineno, funcname, text\n    for i in range(len(tb)):\n      self.str = self.str + '  %s:%s, in %s: \\n    %s\\n' % tb[i]\n    self.str = self.str + self.msg\n\nclass spyceNotFound:\n  \"Exception class to signal that Spyce file does not exist.\"\n  def __init__(self, file):\n    self.file = file\n  def __repr__(self):\n    return 'spyceNotFound exception: could not find \"%s\"' % self.file\n\nclass spyceForbidden:\n  \"Exception class to signal that Spyce file has access problems.\"\n  def __init__(self, file):\n    self.file = file\n  def __repr__(self):\n    return 'spyceForbidden exception: could not read \"%s\"' % self.file\n\n##################################################\n# Special control-flow exceptions\n#\n\nclass spyceRedirect:\n  \"Exception class to signal an internal redirect.\"\n  def __init__(self, filename):\n    self.filename = filename\n\nclass spyceDone:\n  \"Exception class to immediately jump to the end of the spyceProcess method\"\n  pass\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyceLock.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceLock.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport os\n\n__doc__ = 'Spyce locking-related functions'\n\n##################################################\n# Generic lock\n#\n\nclass genericLock:\n  def lock(self, block=1):\n    \"return true, if lock acquired\"\n    raise 'not implemented'\n  def unlock(self):\n    raise 'not implemented'\n  def locked(self):\n    raise 'not implemented'\n\n##################################################\n# Dummy lock\n#\n\nclass dummyLock(genericLock):\n  def lock(self, block=1):\n    return 1\n  def unlock(self):\n    pass\n  def locked(self):\n    return 0\n\n##################################################\n# Thread locking\n#\n\nclass threadLock(genericLock):\n  def __init__(self):\n    import thread\n    self._thelock = thread.allocate_lock()\n  def lock(self, block=1):\n    if block: return self._thelock.acquire()\n    else: return self._thelock.acquire(0)\n  def unlock(self):\n    return self._thelock.release()\n  def locked(self):\n    return self._thelock.locked()\n\n##################################################\n# File locking\n#\n\n# Adapted from portalocker.py, written by Jonathan Feinberg <jdf@pobox.com>\n# Used in rimap (http://rimap.sourceforge.net) before Spyce\n# Methods:\n#   file_lock(file, flags)\n#   file_unlock(file)\n# Constants: LOCK_EX, LOCK_SH, LOCK_NB\n# -- RB\n\ntry:\n  if os.name=='nt':\n    import win32con, win32file, pywintypes\n    LOCK_EX = win32con.LOCKFILE_EXCLUSIVE_LOCK\n    LOCK_SH = 0 # the default\n    LOCK_NB = win32con.LOCKFILE_FAIL_IMMEDIATELY\n    # is there any reason not to reuse the following structure?\n    __overlapped = pywintypes.OVERLAPPED()\n    def file_lock(file, flags):\n      hfile = win32file._get_osfhandle(file.fileno())\n      win32file.LockFileEx(hfile, flags, 0, 0xffff0000L, __overlapped)\n    def file_unlock(file):\n      hfile = win32file._get_osfhandle(file.fileno())\n      win32file.UnlockFileEx(hfile, 0, 0xffff0000L, __overlapped)\n  elif os.name == 'posix':\n    import fcntl\n    LOCK_EX = fcntl.LOCK_EX\n    LOCK_SH = fcntl.LOCK_SH\n    LOCK_NB = fcntl.LOCK_NB\n    def file_lock(file, flags):\n      fcntl.flock(file.fileno(), flags)\n    def file_unlock(file):\n      fcntl.flock(file.fileno(), fcntl.LOCK_UN)\n  else:\n    raise 'locking not supported on this platform'\nexcept:\n  LOCK_EX = 0\n  LOCK_SH = 0\n  LOCK_NB = 0\n  # bring on the race conditions! :)\n  def file_lock(file, flags): pass\n  def file_unlock(file): pass\n\nclass fileLock(genericLock):\n  f=name=None\n  def __init__(self, name):\n    self.name=name+'.lock'\n    self._locked = 0\n  def lock(self, block=1):\n    self.f=open(self.name, 'w')\n    if block: file_lock(self.f, LOCK_EX)\n    else: file_lock(self.f, LOCK_EX or LOCK_NB)\n    self._locked = 1\n  def unlock(self):\n    try:\n      if not self.f: return\n      file_unlock(self.f)\n      self.f.close()\n      os.unlink(self.name)\n      self.f=None\n      self._locked = 0\n    except: pass\n  def locked(self):\n    return self._locked\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyceModpy.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceModpy.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport string, sys, os\nimport spyce, spyceException, spyceUtil\n\n__doc__ = '''Apache mod_python-based Spyce entry point.'''\n\n##################################################\n# Request / response handlers\n#\n\nimport _apache   # fails when not running under apache\nfrom mod_python import apache\n\nclass NoFlush:\n  \"Elide flush calls\"\n  def __init__(self, apacheRequest):\n    self.write = apacheRequest.write\n  def flush(self):\n    pass\n\n# make sure that both sets of classes have identical functionality\nclass spyceModpyRequest(spyce.spyceRequest):\n  \"Apache Spyce request object. (see spyce.spyceRequest)\"\n  def __init__(self, apacheRequest):\n    spyce.spyceRequest.__init__(self)\n    self._in = apacheRequest\n  def env(self, name=None):\n    return spyceUtil.extractValue(self._in.subprocess_env, name)\n  def getHeader(self, type=None):\n    if type:\n      if self._in.headers_in.has_key(type):\n        return self._in.headers_in[type]\n    else: return self._in.headers_in\n  def getServerID(self):\n    return os.getpid()\n\nclass spyceModpyResponse(spyce.spyceResponse):\n  \"Apache Spyce response object. (see spyce.spyceResponse)\"\n  def __init__(self, apacheRequest):\n    spyce.spyceResponse.__init__(self)\n    self.origout = apacheRequest\n    self.out = spyceUtil.BufferedOutput(NoFlush(apacheRequest))\n    self.isCTset = 0\n    self.headersSent = 0\n    self.returncode = self.origout.status = self.RETURN_OK\n    # functions (for performance)\n    self.write = self.out.write\n    self.writeErr = sys.stderr.write\n  def close(self):\n    self.flush()\n    #self.out.close()\n  def clear(self):\n    self.out.clear()\n  def sendHeaders(self):\n    if self.headersSent: \n      return\n    if not self.isCTset:\n      self.setContentType(\"text/html\")\n    self.origout.send_http_header()\n    self.headersSent = 1\n  def clearHeaders(self):\n    if self.headersSent:\n      raise 'headers already sent'\n    for header in self.origout.headers_out.keys():\n      del self.origout.headers_out[header]\n  def setContentType(self, content_type):\n    if self.headersSent:\n      raise 'headers already sent'\n    self.origout.content_type = content_type\n    self.isCTset = 1\n  def setReturnCode(self, code):\n    if self.headersSent:\n      raise 'headers already sent'\n    self.returncode = self.origout.status = code\n  def addHeader(self, type, data, replace=0):\n    if self.headersSent:\n      raise 'headers already sent'\n    if replace:\n      self.origout.headers_out[type] = data\n    else:\n      self.origout.headers_out.add(type, data)\n  def flush(self, stopFlag=0):\n    if stopFlag: return\n    self.sendHeaders()\n    self.out.flush()\n  def unbuffer(self):\n    self.flush()\n    self.out.unbuffer()\n\n##################################################\n# Apache config\n#\n\ndef getApacheConfig(apachereq, param, default=None):\n  \"Return Apache mod_python configuration parameter.\"\n  try:\n    return apachereq.get_options()[param]\n  except:\n    return default\n\n##################################################\n# Apache entry point\n#\n\nCONFIG_FILE = None\n\ndef spyceMain(apacheRequest):\n  \"Apache entry point.\"\n  os.environ[spyce.SPYCE_ENTRY] = 'modpy'\n  apacheRequest.add_common_vars()\n  request = spyceModpyRequest(apacheRequest)\n  response = spyceModpyResponse(apacheRequest)\n  filename = apacheRequest.filename\n  global CONFIG_FILE\n  if CONFIG_FILE==None:\n    CONFIG_FILE = getApacheConfig(apacheRequest, 'SPYCE_CONFIG', None)\n  try:\n    result = spyce.spyceFileHandler(request, response, filename, config_file=CONFIG_FILE )\n  except (spyceException.spyceForbidden, spyceException.spyceNotFound), e:\n    response.clear()\n    response.setContentType('text/plain')\n    response.write(str(e)+'\\n')\n  except:\n    response.clear()\n    response.setContentType('text/plain')\n    response.write(spyceUtil.exceptionString()+'\\n')\n  try:\n    response.flush()\n  except: pass\n  return apache.OK\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyceModule.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceModule.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n__doc__ = '''Spyce modules functionality.'''\n\n##################################################\n# Spyce module\n#\n\nclass spyceModule:\n  \"All Spyce module should subclass this.\"\n  def __init__(self, wrapper):\n    self._api = wrapper\n  def start(self):\n    pass\n  def finish(self, theError=None):\n    pass\n  def init(self, *args, **kwargs):\n    pass\n  def __repr__(self):\n    return 'no information, '+str(self.__class__)\n\nclass spyceModulePlus(spyceModule):\n  def __init__(self, wrapper):\n    spyceModule.__init__(self, wrapper)\n    self.wrapper = self._api  # deprecated\n    self.modules = moduleFinder(wrapper)\n    self.globals = wrapper.getGlobals()\n\nclass moduleFinder:\n  def __init__(self, wrapper):\n    self._wrapper = wrapper\n  def __getattr__(self, name):\n    return self._wrapper.getModule(name)\n\n##################################################\n# Spyce module API\n#\n\nspyceModuleAPI = [ 'getFilename', 'getCode', \n  'getCodeRefs', 'getModRefs', \n  'getServerObject', 'getServerGlobals', 'getServerID',\n  'getModules', 'getModule', 'setModule', 'getGlobals', \n  'registerModuleCallback', 'unregisterModuleCallback',\n  'getRequest', 'getResponse', 'setResponse',\n  'registerResponseCallback', 'unregisterResponseCallback', \n  'spyceString', 'spyceFile', 'spyceModule', 'spyceTaglib',\n  'setStdout', 'getStdout',\n]\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyceTag.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceTag.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n__doc__ = '''Spyce tags functionality.'''\n\nimport string\nimport spyceException, spyceModule\n\n##################################################\n# Spyce tag library\n#\n\nclass spyceTagLibrary:\n  \"All Spyce tag libraries should subclass this.\"\n  def __init__(self, prefix):\n    self._prefix = prefix\n    self._taghash = {}\n    for tag in self.tags:\n      self._taghash[tag.name] = tag\n  def getTag(self, name, attrs, paired, parent=None):\n    return self.getTagClass(name)(self._prefix, attrs, paired, parent)\n  def getTagClass(self, name):\n    return self._taghash[name]\n\n  # functions to override\n  tags = []\n  def start(self):\n    pass\n  def finish(self):\n    pass\n\n##################################################\n# Spyce tag\n#\n\nclass spyceTag:\n  \"All Spyce tags should subclass this.\"\n  def __init__(self, prefix, attrs, paired, parent=None):\n    \"Initialize a tag; prefix = current library prefix\"\n    self._prefix = prefix\n    self._attrs = attrs\n    self._pair = paired\n    self._parent = parent\n    self._out = None\n    self._context = None\n    self._buffered = 0\n  # setup tag environment (context and output stream)\n  def setOut(self, out):\n    \"Set output stream\"\n    self._out = out\n  def setContext(self, context):\n    \"Set tag evaluation context\"\n    self._context = context\n  def setBuffered(self, buffered):\n    \"Set whether tag is running on a buffer wrt. enclosing scope\"\n    self._buffered = buffered\n  # accessors\n  def getPrefix(self):\n    \"Return tag prefix\"\n    return self._prefix\n  def getAttributes(self):\n    \"Get tag attributes.\"\n    return self._attrs\n  def getPaired(self):\n    \"Return whether this is a paired or singleton tag.\"\n    return self._pair\n  def getParent(self, name=None):\n    \"Get parent tag\"\n    parent = self._parent\n    if name!=None:\n      while parent!=None:\n        if parent._prefix==self._prefix and parent.name==name: break;\n        parent = parent._parent\n    return parent\n  def getOut(self):\n    \"Return output stream\"\n    return self._out\n  def getContext(self):\n    return self._context\n  def getBuffered(self):\n    \"Get whether tag is running on a buffer wrt. enclosing scope\"\n    return self._buffered\n  # functions and fields to override\n  \"The name of this tag!\"\n  name = None\n  \"Whether this tag wants to buffer its body processing\"\n  buffer = 0\n  \"Whether this tag want to conditionally perform body processing\"\n  conditional = 0\n  \"Whether this tag wants to possibly loop body processing\"\n  loops = 0\n  \"Whether this tag wants to handle exceptions\"\n  catches = 0\n  \"Whether end() must (even on exception) get called if begin() completes\"\n  mustend = 0\n  def syntax(self):\n    \"Check tag syntax\"\n    pass\n  def begin(self, **kwargs):\n    \"Process start tag; return true to process body (if conditional==1)\"\n    return 1\n  def body(self, contents):\n    \"Process tag body; return true to repeat (if loops==1)\"\n    if contents:\n      self.getOut().write(contents)\n    return 0\n  def end(self):\n    \"Process end tag\"\n    pass\n  def catch(self, ex):\n    \"Process any exception thrown by tag (if catches==1)\"\n    raise\n\nclass spyceTagPlus(spyceTag):\n  \"An easier spyceTag class to work with...\"\n  # tag context helpers\n  def contextSet(self, name, (exists, value)): \n    \"Set a variable in the context\"\n    prev = self.contextGet(name) \n    if exists: self._context[name] = value \n    else: del self._context[name] \n    return prev \n  def contextGet(self, name): \n    \"Get a variable from the context\" \n    try: return 1, self._context[name] \n    except KeyError: return 0, None \n  def contextEval(self, expr): \n    \"Evaluate an expression within the context\" \n    if expr and expr[0]=='=': \n      expr = eval(expr[1:], self._context) \n    return expr\n  def contextEvalAttrs(self, attrs):\n    \"Evaluate attribute dictionary within context\" \n    attrs2 = {} \n    for name in attrs.keys(): \n      attrs2[name] = self.contextEval(attrs[name]) \n    return attrs2\n  def contextGetModule(self, name): \n    \"Return a Spyce module reference\" \n    try: return self._context[name]\n    except KeyError: \n      return self._context['taglib']._api.getModule(name)\n\n  # tag syntax checking helpers\n  def syntaxExist(self, *must):\n    \"Ensure that certain attributes exist\"\n    for attr in must:\n      if not self._attrs.has_key(attr):\n        raise spyceTagSyntaxException('missing compulsory \"%s\" attribute' % attr)\n  def syntaxExistOr(self, *mustgroups):\n    \"Ensure that one of a group of attributes must exist\"\n    errors = []\n    success = 0\n    for must in mustgroups:\n      try: \n        if must==type(''): must = (must,)\n        self.apply(self.syntaxExist, must)\n        success = success + 1\n      except spyceTagSyntaxException, e:\n        errors.append(str(e))\n    if not success:\n      raise spyceTagSyntaxException(string.join(errors, ' OR '))\n  def syntaxExistOrEx(self, *mustgroups):\n    success = apply(self.syntaxExistOr, mustgroups)\n    if success > 1:\n      raise spyceTagSyntaxException('only one set of the following groups of tags are allowed: %s', string.join(map(repr, mustgroups), ', '))\n  def syntaxNonEmpty(self, *names):\n    for name in names:\n      try: value = self._attrs[name]\n      except KeyError: return\n      if not value:\n        raise spyceTagSyntaxException('attribute \"%s\" should not be empty', name)\n  def syntaxValidSet(self, name, validSet):\n    try: value = self._attrs[name]\n    except KeyError: return\n    if value not in validSet:\n      raise spyceTagSyntaxException('attribute \"%s\" should be one of: %s'% (name, string.join(validSet, ', ')))\n  def syntaxPairOnly(self):\n    \"Ensure that this tag is paired i.e. open/close\"\n    if not self._pair:\n      raise spyceTagSyntaxException('singleton tag not allowed')\n  def syntaxSingleOnly(self):\n    \"Ensure that this tag is single i.e. <foo/>\"\n    if self._pair:\n      raise spyceTagSyntaxException('paired tag not allowed')\n\n\n##################################################\n# Spyce tag syntax checking\n#\n\nclass spyceTagChecker:\n  def __init__(self, server):\n    self._server = server\n    self._taglibs = {}\n    self._stack = []\n  def loadLib(self, libname, libfrom, libas, rel_file, info=None):\n    if not libas: libas = libname\n    try: \n      self._taglibs[(libname, libfrom)] = \\\n        self._server.loadModule(libname, libfrom, rel_file)(libas)\n    except (SyntaxError, TypeError):\n      raise\n    except:\n      raise spyceException.spyceSyntaxError(\n        'unable to load module: %s'%libname, info)\n  def getTag(self, (libname,libfrom), name, attrs, pair, info):\n    lib = self._taglibs[(libname, libfrom)]\n    try:\n      return lib.getTag(name, attrs, pair, None)\n    except:\n      raise spyceException.spyceSyntaxError(\n        'unknown tag \"%s:%s\"'%(libname, name), info)\n  def getTagClass(self, (libname, libfrom), name, info):\n    lib = self._taglibs[(libname, libfrom)]\n    try:\n      return lib.getTagClass(name)\n    except:\n      raise spyceException.spyceSyntaxError(\n        'unknown tag \"%s:%s\"'%(libname, name), info)\n  def startTag(self, (libname,libfrom), name, attrs, pair, info):\n    tag = self.getTag((libname, libfrom), name, attrs, pair, info)\n    try:\n      error = tag.syntax()\n    except spyceTagSyntaxException, e:\n      raise spyceException.spyceSyntaxError(str(e), info)\n    if error:\n      raise spyceException.spyceSyntaxError(error, info)\n    if pair:\n      self._stack.append( (libname, libfrom, name, info) )\n  def endTag(self, (libname,libfrom), name, info):\n    try:\n      libname1, libfrom1, name1, info1 = self._stack.pop()\n    except IndexError:\n      raise spyceException.spyceSyntaxError(\n        'unmatched close tag', info)\n    if (libname1,libfrom1,name1) != (libname,libfrom,name): \n      raise spyceException.spyceSyntaxError(\n        'unmatched close tag, expected <%s:%s>' % (libname1,name1), info)\n  def finish(self):\n    if self._stack:\n      libname, libfrom, name, info = self._stack.pop()\n      raise spyceException.spyceSyntaxError(\n        'unmatched open tag', info)\n\n##################################################\n# Spyce tag syntax exception\n#\n\nclass spyceTagSyntaxException:\n  def __init__(self, str):\n    self._str = str\n  def __repr__(self):\n    return self._str\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyceUtil.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceUtil.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport sys, re, string\nfrom cStringIO import StringIO\n\n__doc__ = '''Spyce utility functions'''\n\n##################################################\n# Current exception string\n#\n\ndef exceptionString():\n  \"Generate string out of current exception.\"\n  import traceback, string\n  ex=sys.exc_info()\n  ex=traceback.format_exception(ex[0], ex[1], ex[2])\n  ex=string.join(ex, '')\n  return ex\n\n##################################################\n# Return hashtable value, or entire hashtable\n#\n\ndef extractValue(hash, key, default=None):\n  \"\"\"Extract value from dictionary, if it exists. \n  If key is none, return entire dictionary\"\"\"\n  if key==None: return hash\n  if hash.has_key(key): return hash[key]\n  return default\n\n##################################################\n# Return hashtable value, or entire hashtable\n#\n\nRE_SPACE_REDUCE = re.compile('[ \\t][ \\t]+')\nRE_SPACE_NEWLINE_REDUCE = re.compile('\\n\\s+')\ndef spaceCompact(text):\n  text = string.split(text, '\\n')\n  text = map(lambda s: RE_SPACE_REDUCE.sub(' ', s), text)\n  text = string.join(text, '\\n')\n  text = RE_SPACE_NEWLINE_REDUCE.sub('\\n', text)\n  return text\n\n##################################################\n# Threading helpers\n#\n\nclass ThreadedWriter:\n  '''Thread-safe writer'''\n  def __init__(self, o=None):\n    try: import thread,threading\n    except: raise 'threading not supported!'\n    self.__dict__['_currentThread'] = threading.currentThread\n    self.__dict__['_o'] = o\n  def setObject(self, o=None):\n    self._currentThread().threadOut = o\n    self._currentThread().threadWrite = o.write\n  def getObject(self):\n    try: return self._currentThread().threadOut\n    except AttributeError: return self._o\n  def clearObject(self):\n    try: del self._currentThread().threadOut\n    except AttributeError: pass\n  def write(self, s):\n    try: self._currentThread().threadWrite(s)\n    except AttributeError: self._o.write(s)\n  def close(self):\n    self.getObject().close()\n  def flush(self):\n    self.getObject().flush()\n  def __getattr__(self, name):\n    if name=='softspace':  # performance\n      return self.getObject().softspace\n    return eval('self.getObject().%s'%name)\n  def __setattr__(self, name, value):\n    if name=='softspace': # performance\n      self.getObject().softspace = value\n    eval('self.getObject().%s=value'%name)\n  def __delattr__(self, name):\n    return eval('del self.getObject().%s'%name)\n\n##################################################\n# Output\n#\n\nclass BufferedOutput:\n  \"Buffered output stream.\"\n  def __init__(self, out):\n    self.buf = StringIO()\n    self.writeBuf = self.buf.write\n    self.out = out\n    self.closed = 0\n  def write(self, s):\n    if self.closed:\n      raise 'output stream closed'\n    self.writeBuf(s)\n  def clear(self):\n    if not self.buf:\n      raise 'stream is not buffered'\n    self.buf = StringIO()\n    self.writeBuf = self.buf.write\n  def flush(self, stopFlag=0):\n    if stopFlag: return\n    if self.buf and self.buf.getvalue():\n      self.out.write(self.buf.getvalue())\n      self.out.flush()\n      self.clear()\n  def close(self):\n    if self.closed:\n      raise 'output stream closed'\n    self.closed = 1\n    self.flush()\n    self.out.close()\n  def unbuffer(self):\n    \"Turn this into a pass-through.\"\n    if self.buf:\n      self.flush()\n      self.buf = None\n      self.writeBuf = self.out.write\n  def getOut(self):\n    \"Return underlying output stream.\"\n    return self.out\n\n\nclass NoCloseOut:\n  def __init__(self, out):\n    self.out = out\n    self.write = self.out.write\n    self.flush = self.out.flush\n  def close(self):\n    pass\n  def getOut(self):\n    return self.out\n\ndef panicOutput(response, s):\n  import cgi\n  # output to browser, if possible\n  try: response.clear()\n  except: pass\n  try:\n    response.write('<html><pre>\\n')\n    response.write('Spyce Panic!<br>\\n')\n    response.write(cgi.escape(s))\n    response.write('</pre></html>\\n')\n    response.returncode = response.RETURN_OK\n    response.flush()\n  except: pass\n  # output to error log\n  sys.stderr.write(s)\n  sys.stderr.flush()\n  sys.exit(1)\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyceWWW.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: spyceWWW.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport sys, os, string, socket, BaseHTTPServer, SocketServer, cgi, stat, time\nimport spyce, spyceConfig, spyceException, spyceCmd, spyceUtil\n\n__doc__ = '''Self-standing Spyce web server.'''\n\nLOG = 1\n\ndef formatBytes(bytes):\n  bytes = float(bytes)\n  if bytes<=9999: return \"%6.0f\" % bytes\n  bytes = bytes / float(1024)\n  if bytes<=999: return \"%5.1fK\" % bytes\n  bytes = bytes / float(1024)\n  return \"%5.1fM\" % bytes\n\n##################################################\n# Request / response handlers\n#\n\nclass spyceHTTPRequest(spyce.spyceRequest):\n  'HTTP Spyce request object. (see spyce.spyceRequest)'\n  def __init__(self, httpdHandler, documentRoot):\n    spyce.spyceRequest.__init__(self)\n    self._in = httpdHandler.rfile\n    self._headers = httpdHandler.headers\n    self._httpdHandler = httpdHandler\n    self._documentRoot = documentRoot\n    self._env = None\n  def env(self, name=None):\n    if not self._env:\n      self._env = {\n        'REMOTE_ADDR': self._httpdHandler.client_address[0],\n        'REMOTE_PORT': self._httpdHandler.client_address[1],\n        'GATEWAY_INTERFACE': \"CGI/1.1\",\n        'REQUEST_METHOD': self._httpdHandler.command,\n        'REQUEST_URI': self._httpdHandler.path,\n        'PATH_INFO': self._httpdHandler.pathinfo,\n        'SERVER_SOFTWARE': 'spyce/%s' % spyce.__version__,\n        'SERVER_PROTOCOL': self._httpdHandler.request_version,\n        # 'SERVER_ADDR' ... '127.0.0.1'\n        # 'SERVER_PORT' ... '80'\n        # 'SERVER_NAME' ... 'mymachine.mydomain.com'\n        # 'SERVER_SIGNATURE' ... ' Apache/1.3.22 Server at mymachine.mydomain.com Port 80'\n        # 'SERVER_ADMIN'] ... 'rimon@acm.org'\n        'DOCUMENT_ROOT': self._documentRoot,\n        'QUERY_STRING': \n          string.join(string.split(self._httpdHandler.path, '?')[1:]) or '',\n        'CONTENT_LENGTH': self.getHeader('Content-Length'),\n        'CONTENT_TYPE': self.getHeader('Content-type'),\n        'HTTP_USER_AGENT': self.getHeader('User-Agent'),\n        'HTTP_ACCEPT': self.getHeader('Accept'),\n        'HTTP_ACCEPT_ENCODING': self.getHeader('Accept-Encoding'),\n        'HTTP_ACCEPT_LANGUAGE': self.getHeader('Accept-Language'),\n        'HTTP_ACCEPT_CHARSET': self.getHeader('Accept-Charset'),\n        'HTTP_COOKIE': self.getHeader('Cookie'),\n        'HTTP_REFERER': self.getHeader('Referer'),\n        'HTTP_HOST': self.getHeader('Host'),\n        'HTTP_CONNECTION': self.getHeader('Connection'),\n        'HTTP_KEEP_ALIVE': self.getHeader('Keep-alive'),\n        # From ASP\n        # AUTH_TYPE, \n        # APPL_PHYSICAL_PATH, \n        # REMOTE_HOST,\n        # SERVER_PROTOCOL, \n        # SERVER_SOFWARE\n      }\n    return spyceUtil.extractValue(self._env, name)\n  def getHeader(self, type=None):\n    if type: type=string.lower(type)\n    return spyceUtil.extractValue(self._headers.dict, type)\n  def getServerID(self):\n    return os.getpid()\n\nclass spyceHTTPResponse(spyceCmd.spyceCmdlineResponse):\n  'HTTP Spyce response object. (see spyce.spyceResponse)'\n  def __init__(self, httpdHandler):\n    self._httpheader = httpdHandler.request_version!='HTTP/0.9'\n    spyceCmd.spyceCmdlineResponse.__init__(self, spyceUtil.NoCloseOut(httpdHandler.wfile), sys.stdout, self._httpheader)\n    self._httpdHandler = httpdHandler\n    # incidentally, this a rather expensive operation!\n    if LOG:\n      httpdHandler.log_request()\n  def sendHeaders(self):\n    if self._httpheader and not self.headersSent:\n      resultText = spyceUtil.extractValue(self.RETURN_CODE, self.returncode)\n      self.origout.write('%s %s %s\\n' % (self._httpdHandler.request_version, self.returncode, resultText))\n      spyceCmd.spyceCmdlineResponse.sendHeaders(self)\n  def close(self):\n    spyceCmd.spyceCmdlineResponse.close(self)\n    self._httpdHandler.request.close()\n\n\n##################################################\n# Spyce web server\n#\n\nclass myHTTPhandler(BaseHTTPServer.BaseHTTPRequestHandler):\n  def do_GET(self):\n    try:\n      # parse pathinfo\n      pathinfo = os.path.normpath(string.split(self.path, '?')[0])\n      while pathinfo and (pathinfo[0]==os.sep or pathinfo[0:2]==os.pardir):\n        if pathinfo[0:len(os.sep)]==os.sep: pathinfo=pathinfo[len(os.sep):]\n        if pathinfo[0:len(os.pardir)]==os.pardir: pathinfo=pathinfo[len(os.pardir):]\n      self.pathinfo = \"/\"+pathinfo\n      # convert to path\n      path = os.path.join(self.server.documentRoot, pathinfo)\n      # directory listing\n      if os.path.isdir(path):\n        return self.handler_dir(path)\n      # search up path (path_info)\n      while len(path)>len(self.server.documentRoot) and not os.path.exists(path):\n        path, _ = os.path.split(path)\n      # for files (or links), find appropriate handler\n      if os.path.isfile(path) or os.path.islink(path):\n        _, ext = os.path.splitext(path)\n        if ext: ext = ext[1:]\n        try:\n          handler = self.server.handler[ext]\n        except:\n          handler = self.server.handler[None]\n        # process request\n        return handler(self, path)\n      # invalid path\n      self.send_error(404, \"Invalid path\")\n      return None\n    except IOError: \n      self.send_error(404, \"Unexpected IOError\")\n      return None\n  do_POST=do_GET\n  def handler_spyce(self, path):\n    # process spyce\n    request = spyceHTTPRequest(self, self.server.documentRoot)\n    response = spyceHTTPResponse(self)\n    result = spyce.spyceFileHandler(request, response, path)\n    response.close()\n  def handler_dump(self, path):\n    # process content to dump (with correct mime type)\n    f = None\n    try:\n      try:\n        f = open(path, 'rb')\n      except IOError:\n        self.send_error(404, \"No permission to open file\")\n        return None\n      try:\n        _, ext = os.path.splitext(path)\n        if ext: ext=ext[1:]\n        mimetype = self.server.mimeTable[ext]\n      except:\n        mimetype = \"application/octet-stream\"\n      self.send_response(200)\n      self.send_header(\"Content-type\", mimetype)\n      self.end_headers()\n      self.wfile.write(f.read())\n      self.request.close()\n    finally:\n      try:\n        if f: f.close()\n      except: pass\n  def handler_dir(self, path):\n    # process directory\n    if(self.path[-1:]!='/'):\n      self.send_response(301)\n      self.send_header('Location', self.path+'/')\n      self.end_headers()\n      return\n    try:\n      list = os.listdir(path)\n    except os.error:\n      self.send_error(404, \"Path does not exist\")\n      return None\n    list.sort(lambda a, b: cmp(a.lower(), b.lower()))\n    def info(name, path=path):\n      fullname = os.path.join(path, name)\n      displayname = linkname = name = cgi.escape(name)\n      # Append / for directories or @ for symbolic links\n      if os.path.isdir(fullname):\n        displayname = name + \"/\"\n        linkname = name + \"/\"\n      elif os.path.islink(fullname):\n        displayname = name + \"@\"\n      statinfo = os.stat(fullname)\n      mtime = statinfo[stat.ST_MTIME]\n      size = statinfo[stat.ST_SIZE]\n      return linkname, displayname, mtime, size\n    list = map(info, list)\n\n    NAME_WIDTH = 30\n    output = '''\n<html><head>\n  <title>Index of %(title)s</title>\n</head>\n<body>\n<h1>Index of /%(title)s</h1>\n<pre> Name%(filler)s  Date%(filler_date)s  Size<hr/>''' % {\n    'title' : self.pathinfo,\n    'filler': ' '*(NAME_WIDTH-len('Name')),\n    'filler_date': ' '*(len(time.asctime(time.localtime(0)))-len('Date')),\n    }\n\n    if list:\n      for link, display, mtime, size in list:\n        output = output + ' <a href=\"%(link)s\">%(display)s</a>%(filler)s  %(mtime)s  %(size)s\\n' % {\n          'link': link,\n          'display': display[:NAME_WIDTH],\n          'link': link,\n          'filler': ' '*(NAME_WIDTH-len(display)),\n          'mtime': time.asctime(time.localtime(mtime)),\n          'size': formatBytes(size),\n        }\n    else:\n      output = output + 'No files\\n'\n\n    output = output[:-1] + '''<hr/></pre>\n<address>Spyce-WWW/%(version)s server</address>\n</body></html>\n''' % {\n    'version' : spyce.__version__,\n    }\n    self.send_response(200)\n    self.send_header(\"Content-type\", \"text/html\")\n    self.end_headers()\n    self.wfile.write(output)\n\ndef buildMimeTable(files):\n  mimetable = {}\n  for file in files:\n    try:\n      f = None\n      try:\n        f = open(file, 'r')\n        print \"#   MIME file: \"+file\n        line = f.readline()\n        while line:\n          if line[0]=='#': \n            line = f.readline(); continue\n          line = string.strip(line)\n          if not line:\n            line = f.readline(); continue\n          line = string.replace(line, '\\t', ' ')\n          items = filter(None, map(string.strip, string.split(line, ' ')))\n          mimetype, extensions = items[0], items[1:]\n          for ext in extensions:\n            mimetable[ext] = mimetype\n          line = f.readline()\n      except IOError: pass\n    finally:\n      try:\n        if f: f.close()\n      except: pass\n  return mimetable\n\ndef buildHandlerTable(handler, server):\n  for ext in handler.keys():\n    handler[ext] = eval('server.handler_'+handler[ext])\n  return handler\n\ndef spyceHTTPserver(port, root, config_file=None, daemon=None):\n  os.environ[spyce.SPYCE_ENTRY] = 'www'\n  spyceCmd.showVersion()\n  print '# Starting web server'\n  # test for threading support, if needed\n  try:\n    server = spyce.getServer(\n      config_file=config_file, \n      overide_www_port=port, \n      overide_www_root=root)\n  except (spyceException.spyceForbidden, spyceException.spyceNotFound), e:\n    print e\n    return\n  if server.concurrency==spyceConfig.SPYCE_CONCURRENCY_THREAD:\n    spyceUtil.ThreadedWriter()  # will raise exception if 'import thread' fails\n  # determine type of server concurrency\n  serverSuperClass = {\n    spyceConfig.SPYCE_CONCURRENCY_SINGLE: SocketServer.TCPServer,\n    spyceConfig.SPYCE_CONCURRENCY_FORK:   SocketServer.ForkingTCPServer,\n    spyceConfig.SPYCE_CONCURRENCY_THREAD: SocketServer.ThreadingTCPServer,\n  } [server.concurrency]\n  class sharedSocketServer(serverSuperClass):\n    def server_bind(self):\n      self.socket.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)\n      SocketServer.TCPServer.server_bind(self)\n  try:\n    # initialize server\n    try:\n      httpd = sharedSocketServer(('',server.config.getSpyceWWWPort()), myHTTPhandler)\n      print '# Server Port: %d' % server.config.getSpyceWWWPort()\n      httpd.documentRoot = os.path.abspath(server.config.getSpyceWWWRoot())\n      print '# Server Root: '+httpd.documentRoot\n      httpd.mimeTable = buildMimeTable(server.config.getSpyceWWWMime())\n      httpd.handler = buildHandlerTable(server.config.getSpyceWWWHandler(), myHTTPhandler)\n    except:\n      print 'Unable to start server on port %s' % server.config.getSpyceWWWPort()\n      return -1\n    # daemonize\n    if daemon:\n      print '# Daemonizing process.'\n      try:\n        spyceCmd.daemonize(pidfile=daemon)\n      except SystemExit: # expected\n        return 0\n      global LOG\n      LOG = 0\n    # process requests\n    print '# Ready.'\n    while 1:\n      try:\n        httpd.handle_request()\n      except KeyboardInterrupt: raise\n      except:\n        print 'Error: %s' % spyceUtil.exceptionString()\n  except KeyboardInterrupt:\n    print 'Break!'\n  return 0\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/spyceXbmc.py",
    "content": "import sys, os\nsys.path.append(sys.executable + '\\\\spyce')\nfrom StringIO import StringIO\nimport spyce, spyceCmd, string\n\ndef ParseFile(file, env):\n\toutput = StringIO()\n\tinput = StringIO(env['QUERY_STRING'])\n\tenv['REQUEST_URI'] = \"/\" + string.replace(string.lstrip(file, \"Q:\\\\web\"), \"\\\\\", \"/\")\n\tSPYCE_HOME = os.path.abspath(os.path.dirname(sys.modules['spyceXbmc'].__file__))\n\trequest = spyceCmd.spyceCmdlineRequest(input, env, file)\n\tresponse = spyceCmd.spyceCmdlineResponse(output, sys.stderr, 1)\n\tresult = spyce.spyceFileHandler(request, response, file)\n\tresponse.flush()\n\tresult = output.getvalue()\n\tresponse.close()\n\treturn result\n\nif __name__ == '__main__':\n\tfile = 'docs\\\\examples\\\\hello.spy'\n\tif os.access(file, os.F_OK):\n\t\tprint(ParseFile(file))\n\telse:\n\t\tprint('file not found')\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/tree.py",
    "content": "##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: tree.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\nimport string\n\nclass tree:\n  def __init__(self, data):\n    self.data = data\n    self.parent = None\n    self.children = []\n    self.next = self.prev = None\n    self.depth = 0\n  def append(self, data):\n    node = tree(data)\n    self.children.append(node)\n    node.parent = self\n    node.depth = self.depth+1\n    return node\n  def delete(self):\n    for c in self.children:\n      c.delete()\n    if self.parent:\n      self.parent.children.remove(self)\n      self.parent = None\n  def __repr__(self):\n    return '%s [%s]' % (self.data, string.join(map(str, self.children),', '))\n  def postWalk(self, f):\n    for c in self.children:\n      c.postWalk(f)\n    f(self)\n  def preWalk(self, f):\n    f(self)\n    for c in self.children:\n      c.preWalk(f)\n  def computePreChain(self):\n    prev = [None]\n    def walker(node, prev=prev):\n      node.prev = prev[0]\n      if prev[0]: \n        node.prev.next = node\n      prev[0] = node\n    self.preWalk(walker)\n  def __cmp__(self, o):\n    try:\n      x = not self.data == o.data\n      if x: return x\n      x = not self.children == o.children\n      if x: return x\n    except:\n      return 1\n    return 0\n\nif __name__=='__main__':\n  root = tree('1')\n  n = root.append('1.1')\n  n.append('1.1.1')\n  n = root.append('1.2')\n  n.append('1.2.1')\n  root.computePreChain()\n  n = root\n  while(n):\n    print n.data\n    n = n.next\n  root.delete()\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/spyce/verchk.py",
    "content": "#!/usr/bin/env python\n\n##################################################\n# SPYCE - Python-based HTML Scripting\n# Copyright (c) 2002 Rimon Barr.\n#\n# Refer to spyce.py\n# CVS: $Id: verchk.py 31144 2012-07-15 15:38:56Z buzz $\n##################################################\n\n__doc__ = '''Version checking script.'''\n\nimport sys, os\n\nREQUIRED = '1.5'\n\ndef checkversion(required):\n  if int(sys.version[0])<int(required[0]) or \\\n     (sys.version[0]==required[0] and int(sys.version[2])<int(required[2])):\n    return 0\n  return 1\n\nif __name__ == \"__main__\":\n  if not checkversion(REQUIRED):\n    print 'Python version '+REQUIRED+' required.'\n    sys.exit(-1)\n  if len(sys.argv)<2:\n    print 'Python version '+sys.version[:3]+' - OK'\n  else:\n    #sys.argv[1] = os.path.join(os.path.dirname(sys.argv[0]), sys.argv[1])\n    del sys.argv[0]\n    if not os.path.exists(sys.argv[0]):\n      print 'Script \"'+sys.argv[0]+'\" not found.'\n      sys.exit(-1)\n    execfile(sys.argv[0])\n\n"
  },
  {
    "path": "Other/update build/updater/System/python/ssl/cert.pem",
    "content": "\n# Issuer: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA\n# Subject: CN=GlobalSign Root CA O=GlobalSign nv-sa OU=Root CA\n# Label: \"GlobalSign Root CA\"\n# Serial: 4835703278459707669005204\n# MD5 Fingerprint: 3e:45:52:15:09:51:92:e1:b7:5d:37:9f:b1:87:29:8a\n# SHA1 Fingerprint: b1:bc:96:8b:d4:f4:9d:62:2a:a8:9a:81:f2:15:01:52:a4:1d:82:9c\n# SHA256 Fingerprint: eb:d4:10:40:e4:bb:3e:c7:42:c9:e3:81:d3:1e:f2:a4:1a:48:b6:68:5c:96:e7:ce:f3:c1:df:6c:d4:33:1c:99\n-----BEGIN CERTIFICATE-----\nMIIDdTCCAl2gAwIBAgILBAAAAAABFUtaw5QwDQYJKoZIhvcNAQEFBQAwVzELMAkG\nA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2ExEDAOBgNVBAsTB1Jv\nb3QgQ0ExGzAZBgNVBAMTEkdsb2JhbFNpZ24gUm9vdCBDQTAeFw05ODA5MDExMjAw\nMDBaFw0yODAxMjgxMjAwMDBaMFcxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9i\nYWxTaWduIG52LXNhMRAwDgYDVQQLEwdSb290IENBMRswGQYDVQQDExJHbG9iYWxT\naWduIFJvb3QgQ0EwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDaDuaZ\njc6j40+Kfvvxi4Mla+pIH/EqsLmVEQS98GPR4mdmzxzdzxtIK+6NiY6arymAZavp\nxy0Sy6scTHAHoT0KMM0VjU/43dSMUBUc71DuxC73/OlS8pF94G3VNTCOXkNz8kHp\n1Wrjsok6Vjk4bwY8iGlbKk3Fp1S4bInMm/k8yuX9ifUSPJJ4ltbcdG6TRGHRjcdG\nsnUOhugZitVtbNV4FpWi6cgKOOvyJBNPc1STE4U6G7weNLWLBYy5d4ux2x8gkasJ\nU26Qzns3dLlwR5EiUWMWea6xrkEmCMgZK9FGqkjWZCrXgzT/LCrBbBlDSgeF59N8\n9iFo7+ryUp9/k5DPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8E\nBTADAQH/MB0GA1UdDgQWBBRge2YaRQ2XyolQL30EzTSo//z9SzANBgkqhkiG9w0B\nAQUFAAOCAQEA1nPnfE920I2/7LqivjTFKDK1fPxsnCwrvQmeU79rXqoRSLblCKOz\nyj1hTdNGCbM+w6DjY1Ub8rrvrTnhQ7k4o+YviiY776BQVvnGCv04zcQLcFGUl5gE\n38NflNUVyRRBnMRddWQVDf9VMOyGj/8N7yy5Y0b2qvzfvGn9LhJIZJrglfCm7ymP\nAbEVtQwdpf5pLGkkeB6zpxxxYu7KyJesF12KwvhHhm4qxFYxldBniYUr+WymXUad\nDKqC5JlR3XC321Y9YeRq4VzW9v493kHMB65jUr9TU/Qr6cf9tveCX4XSQRjbgbME\nHMUfpIBvFSDJ3gyICh3WZlXi/EjJKSZp4A==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited\n# Subject: CN=Entrust.net Certification Authority (2048) O=Entrust.net OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.)/(c) 1999 Entrust.net Limited\n# Label: \"Entrust.net Premium 2048 Secure Server CA\"\n# Serial: 946069240\n# MD5 Fingerprint: ee:29:31:bc:32:7e:9a:e6:e8:b5:f7:51:b4:34:71:90\n# SHA1 Fingerprint: 50:30:06:09:1d:97:d4:f5:ae:39:f7:cb:e7:92:7d:7d:65:2d:34:31\n# SHA256 Fingerprint: 6d:c4:71:72:e0:1c:bc:b0:bf:62:58:0d:89:5f:e2:b8:ac:9a:d4:f8:73:80:1e:0c:10:b9:c8:37:d2:1e:b1:77\n-----BEGIN CERTIFICATE-----\nMIIEKjCCAxKgAwIBAgIEOGPe+DANBgkqhkiG9w0BAQUFADCBtDEUMBIGA1UEChML\nRW50cnVzdC5uZXQxQDA+BgNVBAsUN3d3dy5lbnRydXN0Lm5ldC9DUFNfMjA0OCBp\nbmNvcnAuIGJ5IHJlZi4gKGxpbWl0cyBsaWFiLikxJTAjBgNVBAsTHChjKSAxOTk5\nIEVudHJ1c3QubmV0IExpbWl0ZWQxMzAxBgNVBAMTKkVudHJ1c3QubmV0IENlcnRp\nZmljYXRpb24gQXV0aG9yaXR5ICgyMDQ4KTAeFw05OTEyMjQxNzUwNTFaFw0yOTA3\nMjQxNDE1MTJaMIG0MRQwEgYDVQQKEwtFbnRydXN0Lm5ldDFAMD4GA1UECxQ3d3d3\nLmVudHJ1c3QubmV0L0NQU18yMDQ4IGluY29ycC4gYnkgcmVmLiAobGltaXRzIGxp\nYWIuKTElMCMGA1UECxMcKGMpIDE5OTkgRW50cnVzdC5uZXQgTGltaXRlZDEzMDEG\nA1UEAxMqRW50cnVzdC5uZXQgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgKDIwNDgp\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU1LqRKGsuqjIAcVFmQq\nK0vRvwtKTY7tgHalZ7d4QMBzQshowNtTK91euHaYNZOLGp18EzoOH1u3Hs/lJBQe\nsYGpjX24zGtLA/ECDNyrpUAkAH90lKGdCCmziAv1h3edVc3kw37XamSrhRSGlVuX\nMlBvPci6Zgzj/L24ScF2iUkZ/cCovYmjZy/Gn7xxGWC4LeksyZB2ZnuU4q941mVT\nXTzWnLLPKQP5L6RQstRIzgUyVYr9smRMDuSYB3Xbf9+5CFVghTAp+XtIpGmG4zU/\nHoZdenoVve8AjhUiVBcAkCaTvA5JaJG/+EfTnZVCwQ5N328mz8MYIWJmQ3DW1cAH\n4QIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV\nHQ4EFgQUVeSB0RGAvtiJuQijMfmhJAkWuXAwDQYJKoZIhvcNAQEFBQADggEBADub\nj1abMOdTmXx6eadNl9cZlZD7Bh/KM3xGY4+WZiT6QBshJ8rmcnPyT/4xmf3IDExo\nU8aAghOY+rat2l098c5u9hURlIIM7j+VrxGrD9cv3h8Dj1csHsm7mhpElesYT6Yf\nzX1XEC+bBAlahLVu2B064dae0Wx5XnkcFMXj0EyTO2U87d89vqbllRrDtRnDvV5b\nu/8j72gZyxKTJ1wDLW8w0B62GqzeWvfRqqgnpv55gcR5mTNXuhKwqeBCbJPKVt7+\nbYQLCIt+jerXmCHG8+c8eS9enNFMFY3h7CI3zJpDC5fcgJCNs2ebb0gIFVbPv/Er\nfF6adulZkMV8gzURZVE=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust\n# Subject: CN=Baltimore CyberTrust Root O=Baltimore OU=CyberTrust\n# Label: \"Baltimore CyberTrust Root\"\n# Serial: 33554617\n# MD5 Fingerprint: ac:b6:94:a5:9c:17:e0:d7:91:52:9b:b1:97:06:a6:e4\n# SHA1 Fingerprint: d4:de:20:d0:5e:66:fc:53:fe:1a:50:88:2c:78:db:28:52:ca:e4:74\n# SHA256 Fingerprint: 16:af:57:a9:f6:76:b0:ab:12:60:95:aa:5e:ba:de:f2:2a:b3:11:19:d6:44:ac:95:cd:4b:93:db:f3:f2:6a:eb\n-----BEGIN CERTIFICATE-----\nMIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ\nRTESMBAGA1UEChMJQmFsdGltb3JlMRMwEQYDVQQLEwpDeWJlclRydXN0MSIwIAYD\nVQQDExlCYWx0aW1vcmUgQ3liZXJUcnVzdCBSb290MB4XDTAwMDUxMjE4NDYwMFoX\nDTI1MDUxMjIzNTkwMFowWjELMAkGA1UEBhMCSUUxEjAQBgNVBAoTCUJhbHRpbW9y\nZTETMBEGA1UECxMKQ3liZXJUcnVzdDEiMCAGA1UEAxMZQmFsdGltb3JlIEN5YmVy\nVHJ1c3QgUm9vdDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKMEuyKr\nmD1X6CZymrV51Cni4eiVgLGw41uOKymaZN+hXe2wCQVt2yguzmKiYv60iNoS6zjr\nIZ3AQSsBUnuId9Mcj8e6uYi1agnnc+gRQKfRzMpijS3ljwumUNKoUMMo6vWrJYeK\nmpYcqWe4PwzV9/lSEy/CG9VwcPCPwBLKBsua4dnKM3p31vjsufFoREJIE9LAwqSu\nXmD+tqYF/LTdB1kC1FkYmGP1pWPgkAx9XbIGevOF6uvUA65ehD5f/xXtabz5OTZy\ndc93Uk3zyZAsuT3lySNTPx8kmCFcB5kpvcY67Oduhjprl3RjM71oGDHweI12v/ye\njl0qhqdNkNwnGjkCAwEAAaNFMEMwHQYDVR0OBBYEFOWdWTCCR1jMrPoIVDaGezq1\nBE3wMBIGA1UdEwEB/wQIMAYBAf8CAQMwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3\nDQEBBQUAA4IBAQCFDF2O5G9RaEIFoN27TyclhAO992T9Ldcw46QQF+vaKSm2eT92\n9hkTI7gQCvlYpNRhcL0EYWoSihfVCr3FvDB81ukMJY2GQE/szKN+OMY3EU/t3Wgx\njkzSswF07r51XgdIGn9w/xZchMB5hbgF/X++ZRGjD8ACtPhSNzkE1akxehi/oCr0\nEpn3o0WC4zxe9Z2etciefC7IpJ5OCBRLbf1wbWsaY71k5h+3zvDyny67G7fyUIhz\nksLi4xaNmjICq44Y3ekQEe5+NauQrz4wlHrQMz2nZQ/1/I6eYs9HRCwBXbsdtTLS\nR9I4LtD+gdwyah617jzV/OeBHRnDJELqYzmp\n-----END CERTIFICATE-----\n\n# Issuer: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc.\n# Subject: CN=Entrust Root Certification Authority O=Entrust, Inc. OU=www.entrust.net/CPS is incorporated by reference/(c) 2006 Entrust, Inc.\n# Label: \"Entrust Root Certification Authority\"\n# Serial: 1164660820\n# MD5 Fingerprint: d6:a5:c3:ed:5d:dd:3e:00:c1:3d:87:92:1f:1d:3f:e4\n# SHA1 Fingerprint: b3:1e:b1:b7:40:e3:6c:84:02:da:dc:37:d4:4d:f5:d4:67:49:52:f9\n# SHA256 Fingerprint: 73:c1:76:43:4f:1b:c6:d5:ad:f4:5b:0e:76:e7:27:28:7c:8d:e5:76:16:c1:e6:e6:14:1a:2b:2c:bc:7d:8e:4c\n-----BEGIN CERTIFICATE-----\nMIIEkTCCA3mgAwIBAgIERWtQVDANBgkqhkiG9w0BAQUFADCBsDELMAkGA1UEBhMC\nVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xOTA3BgNVBAsTMHd3dy5lbnRydXN0\nLm5ldC9DUFMgaXMgaW5jb3Jwb3JhdGVkIGJ5IHJlZmVyZW5jZTEfMB0GA1UECxMW\nKGMpIDIwMDYgRW50cnVzdCwgSW5jLjEtMCsGA1UEAxMkRW50cnVzdCBSb290IENl\ncnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA2MTEyNzIwMjM0MloXDTI2MTEyNzIw\nNTM0MlowgbAxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMTkw\nNwYDVQQLEzB3d3cuZW50cnVzdC5uZXQvQ1BTIGlzIGluY29ycG9yYXRlZCBieSBy\nZWZlcmVuY2UxHzAdBgNVBAsTFihjKSAyMDA2IEVudHJ1c3QsIEluYy4xLTArBgNV\nBAMTJEVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASIwDQYJ\nKoZIhvcNAQEBBQADggEPADCCAQoCggEBALaVtkNC+sZtKm9I35RMOVcF7sN5EUFo\nNu3s/poBj6E4KPz3EEZmLk0eGrEaTsbRwJWIsMn/MYszA9u3g3s+IIRe7bJWKKf4\n4LlAcTfFy0cOlypowCKVYhXbR9n10Cv/gkvJrT7eTNuQgFA/CYqEAOwwCj0Yzfv9\nKlmaI5UXLEWeH25DeW0MXJj+SKfFI0dcXv1u5x609mhF0YaDW6KKjbHjKYD+JXGI\nrb68j6xSlkuqUY3kEzEZ6E5Nn9uss2rVvDlUccp6en+Q3X0dgNmBu1kmwhH+5pPi\n94DkZfs0Nw4pgHBNrziGLp5/V6+eF67rHMsoIV+2HNjnogQi+dPa2MsCAwEAAaOB\nsDCBrTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zArBgNVHRAEJDAi\ngA8yMDA2MTEyNzIwMjM0MlqBDzIwMjYxMTI3MjA1MzQyWjAfBgNVHSMEGDAWgBRo\nkORnpKZTgMeGZqTx90tD+4S9bTAdBgNVHQ4EFgQUaJDkZ6SmU4DHhmak8fdLQ/uE\nvW0wHQYJKoZIhvZ9B0EABBAwDhsIVjcuMTo0LjADAgSQMA0GCSqGSIb3DQEBBQUA\nA4IBAQCT1DCw1wMgKtD5Y+iRDAUgqV8ZyntyTtSx29CW+1RaGSwMCPeyvIWonX9t\nO1KzKtvn1ISMY/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6Zua\nAGAT/3B+XxFNSRuzFVJ7yVTav52Vr2ua2J7p8eRDjeIRRDq/r72DQnNSi6q7pynP\n9WQcCk3RvKqsnyrQ/39/2n3qse0wJcGE2jTSW3iDVuycNsMm4hH2Z0kdkquM++v/\neu6FSqdQgPCnXEqULl8FmTxSQeDNtGPPAUO6nIPcj2A781q0tHuu2guQOHXvgR1m\n0vdXcDazv/wor3ElhVsT/h5/WrQ8\n-----END CERTIFICATE-----\n\n# Issuer: CN=AAA Certificate Services O=Comodo CA Limited\n# Subject: CN=AAA Certificate Services O=Comodo CA Limited\n# Label: \"Comodo AAA Services root\"\n# Serial: 1\n# MD5 Fingerprint: 49:79:04:b0:eb:87:19:ac:47:b0:bc:11:51:9b:74:d0\n# SHA1 Fingerprint: d1:eb:23:a4:6d:17:d6:8f:d9:25:64:c2:f1:f1:60:17:64:d8:e3:49\n# SHA256 Fingerprint: d7:a7:a0:fb:5d:7e:27:31:d7:71:e9:48:4e:bc:de:f7:1d:5f:0c:3e:0a:29:48:78:2b:c8:3e:e0:ea:69:9e:f4\n-----BEGIN CERTIFICATE-----\nMIIEMjCCAxqgAwIBAgIBATANBgkqhkiG9w0BAQUFADB7MQswCQYDVQQGEwJHQjEb\nMBkGA1UECAwSR3JlYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHDAdTYWxmb3JkMRow\nGAYDVQQKDBFDb21vZG8gQ0EgTGltaXRlZDEhMB8GA1UEAwwYQUFBIENlcnRpZmlj\nYXRlIFNlcnZpY2VzMB4XDTA0MDEwMTAwMDAwMFoXDTI4MTIzMTIzNTk1OVowezEL\nMAkGA1UEBhMCR0IxGzAZBgNVBAgMEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE\nBwwHU2FsZm9yZDEaMBgGA1UECgwRQ29tb2RvIENBIExpbWl0ZWQxITAfBgNVBAMM\nGEFBQSBDZXJ0aWZpY2F0ZSBTZXJ2aWNlczCCASIwDQYJKoZIhvcNAQEBBQADggEP\nADCCAQoCggEBAL5AnfRu4ep2hxxNRUSOvkbIgwadwSr+GB+O5AL686tdUIoWMQua\nBtDFcCLNSS1UY8y2bmhGC1Pqy0wkwLxyTurxFa70VJoSCsN6sjNg4tqJVfMiWPPe\n3M/vg4aijJRPn2jymJBGhCfHdr/jzDUsi14HZGWCwEiwqJH5YZ92IFCokcdmtet4\nYgNW8IoaE+oxox6gmf049vYnMlhvB/VruPsUK6+3qszWY19zjNoFmag4qMsXeDZR\nrOme9Hg6jc8P2ULimAyrL58OAd7vn5lJ8S3frHRNG5i1R8XlKdH5kBjHYpy+g8cm\nez6KJcfA3Z3mNWgQIJ2P2N7Sw4ScDV7oL8kCAwEAAaOBwDCBvTAdBgNVHQ4EFgQU\noBEKIz6W8Qfs4q8p74Klf9AwpLQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQF\nMAMBAf8wewYDVR0fBHQwcjA4oDagNIYyaHR0cDovL2NybC5jb21vZG9jYS5jb20v\nQUFBQ2VydGlmaWNhdGVTZXJ2aWNlcy5jcmwwNqA0oDKGMGh0dHA6Ly9jcmwuY29t\nb2RvLm5ldC9BQUFDZXJ0aWZpY2F0ZVNlcnZpY2VzLmNybDANBgkqhkiG9w0BAQUF\nAAOCAQEACFb8AvCb6P+k+tZ7xkSAzk/ExfYAWMymtrwUSWgEdujm7l3sAg9g1o1Q\nGE8mTgHj5rCl7r+8dFRBv/38ErjHT1r0iWAFf2C3BUrz9vHCv8S5dIa2LX1rzNLz\nRt0vxuBqw8M0Ayx9lt1awg6nCpnBBYurDC/zXDrPbDdVCYfeU0BsWO/8tqtlbgT2\nG9w84FoVxp7Z8VlIMCFlA2zs6SFz7JsDoeA3raAVGI/6ugLOpyypEBMs1OUIJqsi\nl2D4kF501KKaU73yqWjgom7C12yxow+ev+to51byrvLjKzg6CYG1a4XXvi3tPxq3\nsmPi9WIsgtRqAEFQ8TmDn5XpNpaYbg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=QuoVadis Root CA 2 O=QuoVadis Limited\n# Subject: CN=QuoVadis Root CA 2 O=QuoVadis Limited\n# Label: \"QuoVadis Root CA 2\"\n# Serial: 1289\n# MD5 Fingerprint: 5e:39:7b:dd:f8:ba:ec:82:e9:ac:62:ba:0c:54:00:2b\n# SHA1 Fingerprint: ca:3a:fb:cf:12:40:36:4b:44:b2:16:20:88:80:48:39:19:93:7c:f7\n# SHA256 Fingerprint: 85:a0:dd:7d:d7:20:ad:b7:ff:05:f8:3d:54:2b:20:9d:c7:ff:45:28:f7:d6:77:b1:83:89:fe:a5:e5:c4:9e:86\n-----BEGIN CERTIFICATE-----\nMIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x\nGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv\nb3QgQ0EgMjAeFw0wNjExMjQxODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNV\nBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W\nYWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCa\nGMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6XJxg\nFyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55J\nWpzmM+Yklvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bB\nrrcCaoF6qUWD4gXmuVbBlDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp\n+ARz8un+XJiM9XOva7R+zdRcAitMOeGylZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1\nksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt66/3FsvbzSUr5R/7mp/i\nUcw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1JdxnwQ5hYIiz\nPtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og\n/zOhD7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UH\noycR7hYQe7xFSkyyBNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuI\nyV77zGHcizN300QyNQliBJIWENieJ0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1Ud\nEwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBQahGK8SEwzJQTU7tD2\nA8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGUa6FJpEcwRTEL\nMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT\nElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2f\nBluornFdLwUvZ+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzn\ng/iN/Ae42l9NLmeyhP3ZRPx3UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2Bl\nfF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodmVjB3pjd4M1IQWK4/YY7yarHvGH5K\nWWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK+JDSV6IZUaUtl0Ha\nB0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrWIozc\nhLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR\nTUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD\nmbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0Z\nohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y\n4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8VCLAAVBpQ570su9t+Oza\n8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u\n-----END CERTIFICATE-----\n\n# Issuer: CN=QuoVadis Root CA 3 O=QuoVadis Limited\n# Subject: CN=QuoVadis Root CA 3 O=QuoVadis Limited\n# Label: \"QuoVadis Root CA 3\"\n# Serial: 1478\n# MD5 Fingerprint: 31:85:3c:62:94:97:63:b9:aa:fd:89:4e:af:6f:e0:cf\n# SHA1 Fingerprint: 1f:49:14:f7:d8:74:95:1d:dd:ae:02:c0:be:fd:3a:2d:82:75:51:85\n# SHA256 Fingerprint: 18:f1:fc:7f:20:5d:f8:ad:dd:eb:7f:e0:07:dd:57:e3:af:37:5a:9c:4d:8d:73:54:6b:f4:f1:fe:d1:e1:8d:35\n-----BEGIN CERTIFICATE-----\nMIIGnTCCBIWgAwIBAgICBcYwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x\nGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv\nb3QgQ0EgMzAeFw0wNjExMjQxOTExMjNaFw0zMTExMjQxOTA2NDRaMEUxCzAJBgNV\nBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W\nYWRpcyBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDM\nV0IWVJzmmNPTTe7+7cefQzlKZbPoFog02w1ZkXTPkrgEQK0CSzGrvI2RaNggDhoB\n4hp7Thdd4oq3P5kazethq8Jlph+3t723j/z9cI8LoGe+AaJZz3HmDyl2/7FWeUUr\nH556VOijKTVopAFPD6QuN+8bv+OPEKhyq1hX51SGyMnzW9os2l2ObjyjPtr7guXd\n8lyyBTNvijbO0BNO/79KDDRMpsMhvVAEVeuxu537RR5kFd5VAYwCdrXLoT9Cabwv\nvWhDFlaJKjdhkf2mrk7AyxRllDdLkgbvBNDInIjbC3uBr7E9KsRlOni27tyAsdLT\nmZw67mtaa7ONt9XOnMK+pUsvFrGeaDsGb659n/je7Mwpp5ijJUMv7/FfJuGITfhe\nbtfZFG4ZM2mnO4SJk8RTVROhUXhA+LjJou57ulJCg54U7QVSWllWp5f8nT8KKdjc\nT5EOE7zelaTfi5m+rJsziO+1ga8bxiJTyPbH7pcUsMV8eFLI8M5ud2CEpukqdiDt\nWAEXMJPpGovgc2PZapKUSU60rUqFxKMiMPwJ7Wgic6aIDFUhWMXhOp8q3crhkODZ\nc6tsgLjoC2SToJyMGf+z0gzskSaHirOi4XCPLArlzW1oUevaPwV/izLmE1xr/l9A\n4iLItLRkT9a6fUg+qGkM17uGcclzuD87nSVL2v9A6wIDAQABo4IBlTCCAZEwDwYD\nVR0TAQH/BAUwAwEB/zCB4QYDVR0gBIHZMIHWMIHTBgkrBgEEAb5YAAMwgcUwgZMG\nCCsGAQUFBwICMIGGGoGDQW55IHVzZSBvZiB0aGlzIENlcnRpZmljYXRlIGNvbnN0\naXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhlIFF1b1ZhZGlzIFJvb3QgQ0EgMyBDZXJ0\naWZpY2F0ZSBQb2xpY3kgLyBDZXJ0aWZpY2F0aW9uIFByYWN0aWNlIFN0YXRlbWVu\ndC4wLQYIKwYBBQUHAgEWIWh0dHA6Ly93d3cucXVvdmFkaXNnbG9iYWwuY29tL2Nw\nczALBgNVHQ8EBAMCAQYwHQYDVR0OBBYEFPLAE+CCQz777i9nMpY1XNu4ywLQMG4G\nA1UdIwRnMGWAFPLAE+CCQz777i9nMpY1XNu4ywLQoUmkRzBFMQswCQYDVQQGEwJC\nTTEZMBcGA1UEChMQUXVvVmFkaXMgTGltaXRlZDEbMBkGA1UEAxMSUXVvVmFkaXMg\nUm9vdCBDQSAzggIFxjANBgkqhkiG9w0BAQUFAAOCAgEAT62gLEz6wPJv92ZVqyM0\n7ucp2sNbtrCD2dDQ4iH782CnO11gUyeim/YIIirnv6By5ZwkajGxkHon24QRiSem\nd1o417+shvzuXYO8BsbRd2sPbSQvS3pspweWyuOEn62Iix2rFo1bZhfZFvSLgNLd\n+LJ2w/w4E6oM3kJpK27zPOuAJ9v1pkQNn1pVWQvVDVJIxa6f8i+AxeoyUDUSly7B\n4f/xI4hROJ/yZlZ25w9Rl6VSDE1JUZU2Pb+iSwwQHYaZTKrzchGT5Or2m9qoXadN\nt54CrnMAyNojA+j56hl0YgCUyyIgvpSnWbWCar6ZeXqp8kokUvd0/bpO5qgdAm6x\nDYBEwa7TIzdfu4V8K5Iu6H6li92Z4b8nby1dqnuH/grdS/yO9SbkbnBCbjPsMZ57\nk8HkyWkaPcBrTiJt7qtYTcbQQcEr6k8Sh17rRdhs9ZgC06DYVYoGmRmioHfRMJ6s\nzHXug/WwYjnPbFfiTNKRCw51KBuav/0aQ/HKd/s7j2G4aSgWQgRecCocIdiP4b0j\nWy10QJLZYxkNc91pvGJHvOB0K7Lrfb5BG7XARsWhIstfTsEokt4YutUqKLsRixeT\nmJlglFwjz1onl14LBQaTNx47aTbrqZ5hHY8y2o4M1nQ+ewkk2gF3R8Q7zTSMmfXK\n4SVhM7JZG+Ju1zdXtg2pEto=\n-----END CERTIFICATE-----\n\n# Issuer: O=SECOM Trust.net OU=Security Communication RootCA1\n# Subject: O=SECOM Trust.net OU=Security Communication RootCA1\n# Label: \"Security Communication Root CA\"\n# Serial: 0\n# MD5 Fingerprint: f1:bc:63:6a:54:e0:b5:27:f5:cd:e7:1a:e3:4d:6e:4a\n# SHA1 Fingerprint: 36:b1:2b:49:f9:81:9e:d7:4c:9e:bc:38:0f:c6:56:8f:5d:ac:b2:f7\n# SHA256 Fingerprint: e7:5e:72:ed:9f:56:0e:ec:6e:b4:80:00:73:a4:3f:c3:ad:19:19:5a:39:22:82:01:78:95:97:4a:99:02:6b:6c\n-----BEGIN CERTIFICATE-----\nMIIDWjCCAkKgAwIBAgIBADANBgkqhkiG9w0BAQUFADBQMQswCQYDVQQGEwJKUDEY\nMBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYDVQQLEx5TZWN1cml0eSBDb21t\ndW5pY2F0aW9uIFJvb3RDQTEwHhcNMDMwOTMwMDQyMDQ5WhcNMjMwOTMwMDQyMDQ5\nWjBQMQswCQYDVQQGEwJKUDEYMBYGA1UEChMPU0VDT00gVHJ1c3QubmV0MScwJQYD\nVQQLEx5TZWN1cml0eSBDb21tdW5pY2F0aW9uIFJvb3RDQTEwggEiMA0GCSqGSIb3\nDQEBAQUAA4IBDwAwggEKAoIBAQCzs/5/022x7xZ8V6UMbXaKL0u/ZPtM7orw8yl8\n9f/uKuDp6bpbZCKamm8sOiZpUQWZJtzVHGpxxpp9Hp3dfGzGjGdnSj74cbAZJ6kJ\nDKaVv0uMDPpVmDvY6CKhS3E4eayXkmmziX7qIWgGmBSWh9JhNrxtJ1aeV+7AwFb9\nMs+k2Y7CI9eNqPPYJayX5HA49LY6tJ07lyZDo6G8SVlyTCMwhwFY9k6+HGhWZq/N\nQV3Is00qVUarH9oe4kA92819uZKAnDfdDJZkndwi92SL32HeFZRSFaB9UslLqCHJ\nxrHty8OVYNEP8Ktw+N/LTX7s1vqr2b1/VPKl6Xn62dZ2JChzAgMBAAGjPzA9MB0G\nA1UdDgQWBBSgc0mZaNyFW2XjmygvV5+9M7wHSDALBgNVHQ8EBAMCAQYwDwYDVR0T\nAQH/BAUwAwEB/zANBgkqhkiG9w0BAQUFAAOCAQEAaECpqLvkT115swW1F7NgE+vG\nkl3g0dNq/vu+m22/xwVtWSDEHPC32oRYAmP6SBbvT6UL90qY8j+eG61Ha2POCEfr\nUj94nK9NrvjVT8+amCoQQTlSxN3Zmw7vkwGusi7KaEIkQmywszo+zenaSMQVy+n5\nBw+SUEmK3TGXX8npN6o7WWWXlDLJs58+OmJYxUmtYg5xpTKqL8aJdkNAExNnPaJU\nJRDL8Try2frbSVa7pv6nQTXD4IhhyYjH3zYQIphZ6rBK+1YWc26sTfcioU+tHXot\nRSflMMFe8toTyyVCUZVHA4xsIcx0Qu1T/zOLjw9XARYvz6buyXAiFL39vmwLAw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com\n# Subject: CN=XRamp Global Certification Authority O=XRamp Security Services Inc OU=www.xrampsecurity.com\n# Label: \"XRamp Global CA Root\"\n# Serial: 107108908803651509692980124233745014957\n# MD5 Fingerprint: a1:0b:44:b3:ca:10:d8:00:6e:9d:0f:d8:0f:92:0a:d1\n# SHA1 Fingerprint: b8:01:86:d1:eb:9c:86:a5:41:04:cf:30:54:f3:4c:52:b7:e5:58:c6\n# SHA256 Fingerprint: ce:cd:dc:90:50:99:d8:da:df:c5:b1:d2:09:b7:37:cb:e2:c1:8c:fb:2c:10:c0:ff:0b:cf:0d:32:86:fc:1a:a2\n-----BEGIN CERTIFICATE-----\nMIIEMDCCAxigAwIBAgIQUJRs7Bjq1ZxN1ZfvdY+grTANBgkqhkiG9w0BAQUFADCB\ngjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3dy54cmFtcHNlY3VyaXR5LmNvbTEk\nMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2VydmljZXMgSW5jMS0wKwYDVQQDEyRY\nUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQxMTAxMTcx\nNDA0WhcNMzUwMTAxMDUzNzE5WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNVBAsTFXd3\ndy54cmFtcHNlY3VyaXR5LmNvbTEkMCIGA1UEChMbWFJhbXAgU2VjdXJpdHkgU2Vy\ndmljZXMgSW5jMS0wKwYDVQQDEyRYUmFtcCBHbG9iYWwgQ2VydGlmaWNhdGlvbiBB\ndXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYJB69FbS6\n38eMpSe2OAtp87ZOqCwuIR1cRN8hXX4jdP5efrRKt6atH67gBhbim1vZZ3RrXYCP\nKZ2GG9mcDZhtdhAoWORlsH9KmHmf4MMxfoArtYzAQDsRhtDLooY2YKTVMIJt2W7Q\nDxIEM5dfT2Fa8OT5kavnHTu86M/0ay00fOJIYRyO82FEzG+gSqmUsE3a56k0enI4\nqEHMPJQRfevIpoy3hsvKMzvZPTeL+3o+hiznc9cKV6xkmxnr9A8ECIqsAxcZZPRa\nJSKNNCyy9mgdEm3Tih4U2sSPpuIjhdV6Db1q4Ons7Be7QhtnqiXtRYMh/MHJfNVi\nPvryxS3T/dRlAgMBAAGjgZ8wgZwwEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0P\nBAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMZPoj0GY4QJnM5i5ASs\njVy16bYbMDYGA1UdHwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwueHJhbXBzZWN1cml0\neS5jb20vWEdDQS5jcmwwEAYJKwYBBAGCNxUBBAMCAQEwDQYJKoZIhvcNAQEFBQAD\nggEBAJEVOQMBG2f7Shz5CmBbodpNl2L5JFMn14JkTpAuw0kbK5rc/Kh4ZzXxHfAR\nvbdI4xD2Dd8/0sm2qlWkSLoC295ZLhVbO50WfUfXN+pfTXYSNrsf16GBBEYgoyxt\nqZ4Bfj8pzgCT3/3JknOJiWSe5yvkHJEs0rnOfc5vMZnT5r7SHpDwCRR5XCOrTdLa\nIR9NmXmd4c8nnxCbHIgNsIpkQTG4DmyQJKSbXHGPurt+HBvbaoAPIbzp26a3QPSy\ni6mx5O+aGtA9aZnuqCij4Tyz8LIRnM98QObd50N9otg6tamN8jSZxNQQ4Qb9CYQQ\nO+7ETPTsJ3xCwnR8gooJybQDJbw=\n-----END CERTIFICATE-----\n\n# Issuer: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority\n# Subject: O=The Go Daddy Group, Inc. OU=Go Daddy Class 2 Certification Authority\n# Label: \"Go Daddy Class 2 CA\"\n# Serial: 0\n# MD5 Fingerprint: 91:de:06:25:ab:da:fd:32:17:0c:bb:25:17:2a:84:67\n# SHA1 Fingerprint: 27:96:ba:e6:3f:18:01:e2:77:26:1b:a0:d7:77:70:02:8f:20:ee:e4\n# SHA256 Fingerprint: c3:84:6b:f2:4b:9e:93:ca:64:27:4c:0e:c6:7c:1e:cc:5e:02:4f:fc:ac:d2:d7:40:19:35:0e:81:fe:54:6a:e4\n-----BEGIN CERTIFICATE-----\nMIIEADCCAuigAwIBAgIBADANBgkqhkiG9w0BAQUFADBjMQswCQYDVQQGEwJVUzEh\nMB8GA1UEChMYVGhlIEdvIERhZGR5IEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBE\nYWRkeSBDbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA0MDYyOTE3\nMDYyMFoXDTM0MDYyOTE3MDYyMFowYzELMAkGA1UEBhMCVVMxITAfBgNVBAoTGFRo\nZSBHbyBEYWRkeSBHcm91cCwgSW5jLjExMC8GA1UECxMoR28gRGFkZHkgQ2xhc3Mg\nMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTCCASAwDQYJKoZIhvcNAQEBBQADggEN\nADCCAQgCggEBAN6d1+pXGEmhW+vXX0iG6r7d/+TvZxz0ZWizV3GgXne77ZtJ6XCA\nPVYYYwhv2vLM0D9/AlQiVBDYsoHUwHU9S3/Hd8M+eKsaA7Ugay9qK7HFiH7Eux6w\nwdhFJ2+qN1j3hybX2C32qRe3H3I2TqYXP2WYktsqbl2i/ojgC95/5Y0V4evLOtXi\nEqITLdiOr18SPaAIBQi2XKVlOARFmR6jYGB0xUGlcmIbYsUfb18aQr4CUWWoriMY\navx4A6lNf4DD+qta/KFApMoZFv6yyO9ecw3ud72a9nmYvLEHZ6IVDd2gWMZEewo+\nYihfukEHU1jPEX44dMX4/7VpkI+EdOqXG68CAQOjgcAwgb0wHQYDVR0OBBYEFNLE\nsNKR1EwRcbNhyz2h/t2oatTjMIGNBgNVHSMEgYUwgYKAFNLEsNKR1EwRcbNhyz2h\n/t2oatTjoWekZTBjMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYVGhlIEdvIERhZGR5\nIEdyb3VwLCBJbmMuMTEwLwYDVQQLEyhHbyBEYWRkeSBDbGFzcyAyIENlcnRpZmlj\nYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8wDQYJKoZIhvcNAQEFBQAD\nggEBADJL87LKPpH8EsahB4yOd6AzBhRckB4Y9wimPQoZ+YeAEW5p5JYXMP80kWNy\nOO7MHAGjHZQopDH2esRU1/blMVgDoszOYtuURXO1v0XJJLXVggKtI3lpjbi2Tc7P\nTMozI+gciKqdi0FuFskg5YmezTvacPd+mSYgFFQlq25zheabIZ0KbIIOqPjCDPoQ\nHmyW74cNxA9hi63ugyuV+I6ShHI56yDqg+2DzZduCLzrTia2cyvk0/ZM/iZx4mER\ndEr/VxqHD3VILs9RaRegAhJhldXRQLIQTO7ErBBDpqWeCtWVYpoNz4iCxTIM5Cuf\nReYNnyicsbkqWletNw+vHX/bvZ8=\n-----END CERTIFICATE-----\n\n# Issuer: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority\n# Subject: O=Starfield Technologies, Inc. OU=Starfield Class 2 Certification Authority\n# Label: \"Starfield Class 2 CA\"\n# Serial: 0\n# MD5 Fingerprint: 32:4a:4b:bb:c8:63:69:9b:be:74:9a:c6:dd:1d:46:24\n# SHA1 Fingerprint: ad:7e:1c:28:b0:64:ef:8f:60:03:40:20:14:c3:d0:e3:37:0e:b5:8a\n# SHA256 Fingerprint: 14:65:fa:20:53:97:b8:76:fa:a6:f0:a9:95:8e:55:90:e4:0f:cc:7f:aa:4f:b7:c2:c8:67:75:21:fb:5f:b6:58\n-----BEGIN CERTIFICATE-----\nMIIEDzCCAvegAwIBAgIBADANBgkqhkiG9w0BAQUFADBoMQswCQYDVQQGEwJVUzEl\nMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMp\nU3RhcmZpZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDQw\nNjI5MTczOTE2WhcNMzQwNjI5MTczOTE2WjBoMQswCQYDVQQGEwJVUzElMCMGA1UE\nChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjEyMDAGA1UECxMpU3RhcmZp\nZWxkIENsYXNzIDIgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwggEgMA0GCSqGSIb3\nDQEBAQUAA4IBDQAwggEIAoIBAQC3Msj+6XGmBIWtDBFk385N78gDGIc/oav7PKaf\n8MOh2tTYbitTkPskpD6E8J7oX+zlJ0T1KKY/e97gKvDIr1MvnsoFAZMej2YcOadN\n+lq2cwQlZut3f+dZxkqZJRRU6ybH838Z1TBwj6+wRir/resp7defqgSHo9T5iaU0\nX9tDkYI22WY8sbi5gv2cOj4QyDvvBmVmepsZGD3/cVE8MC5fvj13c7JdBmzDI1aa\nK4UmkhynArPkPw2vCHmCuDY96pzTNbO8acr1zJ3o/WSNF4Azbl5KXZnJHoe0nRrA\n1W4TNSNe35tfPe/W93bC6j67eA0cQmdrBNj41tpvi/JEoAGrAgEDo4HFMIHCMB0G\nA1UdDgQWBBS/X7fRzt0fhvRbVazc1xDCDqmI5zCBkgYDVR0jBIGKMIGHgBS/X7fR\nzt0fhvRbVazc1xDCDqmI56FspGowaDELMAkGA1UEBhMCVVMxJTAjBgNVBAoTHFN0\nYXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAsTKVN0YXJmaWVsZCBD\nbGFzcyAyIENlcnRpZmljYXRpb24gQXV0aG9yaXR5ggEAMAwGA1UdEwQFMAMBAf8w\nDQYJKoZIhvcNAQEFBQADggEBAAWdP4id0ckaVaGsafPzWdqbAYcaT1epoXkJKtv3\nL7IezMdeatiDh6GX70k1PncGQVhiv45YuApnP+yz3SFmH8lU+nLMPUxA2IGvd56D\neruix/U0F47ZEUD0/CwqTRV/p2JdLiXTAAsgGh1o+Re49L2L7ShZ3U0WixeDyLJl\nxy16paq8U4Zt3VekyvggQQto8PT7dL5WXXp59fkdheMtlb71cZBDzI0fmgAKhynp\nVSJYACPq4xJDKVtHCN2MQWplBqjlIapBtJUhlbl90TSrE9atvNziPTnNvT51cKEY\nWQPJIrSPnNVeKtelttQKbfi3QBFGmh95DmK/D5fs4C8fF5Q=\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert Assured ID Root CA O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert Assured ID Root CA\"\n# Serial: 17154717934120587862167794914071425081\n# MD5 Fingerprint: 87:ce:0b:7b:2a:0e:49:00:e1:58:71:9b:37:a8:93:72\n# SHA1 Fingerprint: 05:63:b8:63:0d:62:d7:5a:bb:c8:ab:1e:4b:df:b5:a8:99:b2:4d:43\n# SHA256 Fingerprint: 3e:90:99:b5:01:5e:8f:48:6c:00:bc:ea:9d:11:1e:e7:21:fa:ba:35:5a:89:bc:f1:df:69:56:1e:3d:c6:32:5c\n-----BEGIN CERTIFICATE-----\nMIIDtzCCAp+gAwIBAgIQDOfg5RfYRv6P5WD8G/AwOTANBgkqhkiG9w0BAQUFADBl\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\nd3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv\nb3QgQ0EwHhcNMDYxMTEwMDAwMDAwWhcNMzExMTEwMDAwMDAwWjBlMQswCQYDVQQG\nEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl\ncnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgQ0EwggEi\nMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCtDhXO5EOAXLGH87dg+XESpa7c\nJpSIqvTO9SA5KFhgDPiA2qkVlTJhPLWxKISKityfCgyDF3qPkKyK53lTXDGEKvYP\nmDI2dsze3Tyoou9q+yHyUmHfnyDXH+Kx2f4YZNISW1/5WBg1vEfNoTb5a3/UsDg+\nwRvDjDPZ2C8Y/igPs6eD1sNuRMBhNZYW/lmci3Zt1/GiSw0r/wty2p5g0I6QNcZ4\nVYcgoc/lbQrISXwxmDNsIumH0DJaoroTghHtORedmTpyoeb6pNnVFzF1roV9Iq4/\nAUaG9ih5yLHa5FcXxH4cDrC0kqZWs72yl+2qp/C3xag/lRbQ/6GW6whfGHdPAgMB\nAAGjYzBhMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW\nBBRF66Kv9JLLgjEtUYunpyGd823IDzAfBgNVHSMEGDAWgBRF66Kv9JLLgjEtUYun\npyGd823IDzANBgkqhkiG9w0BAQUFAAOCAQEAog683+Lt8ONyc3pklL/3cmbYMuRC\ndWKuh+vy1dneVrOfzM4UKLkNl2BcEkxY5NM9g0lFWJc1aRqoR+pWxnmrEthngYTf\nfwk8lOa4JiwgvT2zKIn3X/8i4peEH+ll74fg38FnSbNd67IJKusm7Xi+fT8r87cm\nNW1fiQG2SVufAQWbqz0lwcy2f8Lxb4bG+mRo64EtlOtCt/qMHt1i8b5QZ7dsvfPx\nH2sMNgcWfzd8qVttevESRmCD1ycEvkvOl77DZypoEd+A5wwzZr8TDRRu838fYxAe\n+o0bJW1sj6W3YQGx0qMmoRBxna3iw/nDmVG3KwcIzi7mULKn+gpFL6Lw8g==\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert Global Root CA O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert Global Root CA\"\n# Serial: 10944719598952040374951832963794454346\n# MD5 Fingerprint: 79:e4:a9:84:0d:7d:3a:96:d7:c0:4f:e2:43:4c:89:2e\n# SHA1 Fingerprint: a8:98:5d:3a:65:e5:e5:c4:b2:d7:d6:6d:40:c6:dd:2f:b1:9c:54:36\n# SHA256 Fingerprint: 43:48:a0:e9:44:4c:78:cb:26:5e:05:8d:5e:89:44:b4:d8:4f:96:62:bd:26:db:25:7f:89:34:a4:43:c7:01:61\n-----BEGIN CERTIFICATE-----\nMIIDrzCCApegAwIBAgIQCDvgVpBCRrGhdWrJWZHHSjANBgkqhkiG9w0BAQUFADBh\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\nd3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBD\nQTAeFw0wNjExMTAwMDAwMDBaFw0zMTExMTAwMDAwMDBaMGExCzAJBgNVBAYTAlVT\nMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j\nb20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IENBMIIBIjANBgkqhkiG\n9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4jvhEXLeqKTTo1eqUKKPC3eQyaKl7hLOllsB\nCSDMAZOnTjC3U/dDxGkAV53ijSLdhwZAAIEJzs4bg7/fzTtxRuLWZscFs3YnFo97\nnh6Vfe63SKMI2tavegw5BmV/Sl0fvBf4q77uKNd0f3p4mVmFaG5cIzJLv07A6Fpt\n43C/dxC//AH2hdmoRBBYMql1GNXRor5H4idq9Joz+EkIYIvUX7Q6hL+hqkpMfT7P\nT19sdl6gSzeRntwi5m3OFBqOasv+zbMUZBfHWymeMr/y7vrTC0LUq7dBMtoM1O/4\ngdW7jVg/tRvoSSiicNoxBN33shbyTApOB6jtSj1etX+jkMOvJwIDAQABo2MwYTAO\nBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUA95QNVbR\nTLtm8KPiGxvDl7I90VUwHwYDVR0jBBgwFoAUA95QNVbRTLtm8KPiGxvDl7I90VUw\nDQYJKoZIhvcNAQEFBQADggEBAMucN6pIExIK+t1EnE9SsPTfrgT1eXkIoyQY/Esr\nhMAtudXH/vTBH1jLuG2cenTnmCmrEbXjcKChzUyImZOMkXDiqw8cvpOp/2PV5Adg\n06O/nVsJ8dWO41P0jmP6P6fbtGbfYmbW0W5BjfIttep3Sp+dWOIrWcBAI+0tKIJF\nPnlUkiaY4IBIqDfv8NZ5YBberOgOzW6sRBc4L0na4UU+Krk2U886UAb3LujEV0ls\nYSEY1QSteDwsOoBrp+uvFRTp2InBuThs4pFsiv9kuXclVzDAGySj4dzp30d8tbQk\nCAUw7C29C79Fv1C5qfPrmAESrciIxpg0X40KPMbp1ZWVbd4=\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert High Assurance EV Root CA O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert High Assurance EV Root CA\"\n# Serial: 3553400076410547919724730734378100087\n# MD5 Fingerprint: d4:74:de:57:5c:39:b2:d3:9c:85:83:c5:c0:65:49:8a\n# SHA1 Fingerprint: 5f:b7:ee:06:33:e2:59:db:ad:0c:4c:9a:e6:d3:8f:1a:61:c7:dc:25\n# SHA256 Fingerprint: 74:31:e5:f4:c3:c1:ce:46:90:77:4f:0b:61:e0:54:40:88:3b:a9:a0:1e:d0:0b:a6:ab:d7:80:6e:d3:b1:18:cf\n-----BEGIN CERTIFICATE-----\nMIIDxTCCAq2gAwIBAgIQAqxcJmoLQJuPC3nyrkYldzANBgkqhkiG9w0BAQUFADBs\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\nd3cuZGlnaWNlcnQuY29tMSswKQYDVQQDEyJEaWdpQ2VydCBIaWdoIEFzc3VyYW5j\nZSBFViBSb290IENBMB4XDTA2MTExMDAwMDAwMFoXDTMxMTExMDAwMDAwMFowbDEL\nMAkGA1UEBhMCVVMxFTATBgNVBAoTDERpZ2lDZXJ0IEluYzEZMBcGA1UECxMQd3d3\nLmRpZ2ljZXJ0LmNvbTErMCkGA1UEAxMiRGlnaUNlcnQgSGlnaCBBc3N1cmFuY2Ug\nRVYgUm9vdCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbM5XPm\n+9S75S0tMqbf5YE/yc0lSbZxKsPVlDRnogocsF9ppkCxxLeyj9CYpKlBWTrT3JTW\nPNt0OKRKzE0lgvdKpVMSOO7zSW1xkX5jtqumX8OkhPhPYlG++MXs2ziS4wblCJEM\nxChBVfvLWokVfnHoNb9Ncgk9vjo4UFt3MRuNs8ckRZqnrG0AFFoEt7oT61EKmEFB\nIk5lYYeBQVCmeVyJ3hlKV9Uu5l0cUyx+mM0aBhakaHPQNAQTXKFx01p8VdteZOE3\nhzBWBOURtCmAEvF5OYiiAhF8J2a3iLd48soKqDirCmTCv2ZdlYTBoSUeh10aUAsg\nEsxBu24LUTi4S8sCAwEAAaNjMGEwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQF\nMAMBAf8wHQYDVR0OBBYEFLE+w2kD+L9HAdSYJhoIAu9jZCvDMB8GA1UdIwQYMBaA\nFLE+w2kD+L9HAdSYJhoIAu9jZCvDMA0GCSqGSIb3DQEBBQUAA4IBAQAcGgaX3Nec\nnzyIZgYIVyHbIUf4KmeqvxgydkAQV8GK83rZEWWONfqe/EW1ntlMMUu4kehDLI6z\neM7b41N5cdblIZQB2lWHmiRk9opmzN6cN82oNLFpmyPInngiK3BD41VHMWEZ71jF\nhS9OMPagMRYjyOfiZRYzy78aG6A9+MpeizGLYAiJLQwGXFK3xPkKmNEVX58Svnw2\nYzi9RKR/5CYrCsSXaQ3pjOLAEFe4yHYSkVXySGnYvCoCWw9E1CAx2/S6cCZdkGCe\nvEsXCS+0yx5DaMkHJ8HSXPfqIbloEpw8nL+e/IBcm2PN7EeqJSdnoDfzAIJ9VNep\n+OkuE6N36B9K\n-----END CERTIFICATE-----\n\n# Issuer: CN=SwissSign Gold CA - G2 O=SwissSign AG\n# Subject: CN=SwissSign Gold CA - G2 O=SwissSign AG\n# Label: \"SwissSign Gold CA - G2\"\n# Serial: 13492815561806991280\n# MD5 Fingerprint: 24:77:d9:a8:91:d1:3b:fa:88:2d:c2:ff:f8:cd:33:93\n# SHA1 Fingerprint: d8:c5:38:8a:b7:30:1b:1b:6e:d4:7a:e6:45:25:3a:6f:9f:1a:27:61\n# SHA256 Fingerprint: 62:dd:0b:e9:b9:f5:0a:16:3e:a0:f8:e7:5c:05:3b:1e:ca:57:ea:55:c8:68:8f:64:7c:68:81:f2:c8:35:7b:95\n-----BEGIN CERTIFICATE-----\nMIIFujCCA6KgAwIBAgIJALtAHEP1Xk+wMA0GCSqGSIb3DQEBBQUAMEUxCzAJBgNV\nBAYTAkNIMRUwEwYDVQQKEwxTd2lzc1NpZ24gQUcxHzAdBgNVBAMTFlN3aXNzU2ln\nbiBHb2xkIENBIC0gRzIwHhcNMDYxMDI1MDgzMDM1WhcNMzYxMDI1MDgzMDM1WjBF\nMQswCQYDVQQGEwJDSDEVMBMGA1UEChMMU3dpc3NTaWduIEFHMR8wHQYDVQQDExZT\nd2lzc1NpZ24gR29sZCBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIIC\nCgKCAgEAr+TufoskDhJuqVAtFkQ7kpJcyrhdhJJCEyq8ZVeCQD5XJM1QiyUqt2/8\n76LQwB8CJEoTlo8jE+YoWACjR8cGp4QjK7u9lit/VcyLwVcfDmJlD909Vopz2q5+\nbbqBHH5CjCA12UNNhPqE21Is8w4ndwtrvxEvcnifLtg+5hg3Wipy+dpikJKVyh+c\n6bM8K8vzARO/Ws/BtQpgvd21mWRTuKCWs2/iJneRjOBiEAKfNA+k1ZIzUd6+jbqE\nemA8atufK+ze3gE/bk3lUIbLtK/tREDFylqM2tIrfKjuvqblCqoOpd8FUrdVxyJd\nMmqXl2MT28nbeTZ7hTpKxVKJ+STnnXepgv9VHKVxaSvRAiTysybUa9oEVeXBCsdt\nMDeQKuSeFDNeFhdVxVu1yzSJkvGdJo+hB9TGsnhQ2wwMC3wLjEHXuendjIj3o02y\nMszYF9rNt85mndT9Xv+9lz4pded+p2JYryU0pUHHPbwNUMoDAw8IWh+Vc3hiv69y\nFGkOpeUDDniOJihC8AcLYiAQZzlG+qkDzAQ4embvIIO1jEpWjpEA/I5cgt6IoMPi\naG59je883WX0XaxR7ySArqpWl2/5rX3aYT+YdzylkbYcjCbaZaIJbcHiVOO5ykxM\ngI93e2CaHt+28kgeDrpOVG2Y4OGiGqJ3UM/EY5LsRxmd6+ZrzsECAwEAAaOBrDCB\nqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUWyV7\nlqRlUX64OfPAeGZe6Drn8O4wHwYDVR0jBBgwFoAUWyV7lqRlUX64OfPAeGZe6Drn\n8O4wRgYDVR0gBD8wPTA7BglghXQBWQECAQEwLjAsBggrBgEFBQcCARYgaHR0cDov\nL3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIBACe6\n45R88a7A3hfm5djV9VSwg/S7zV4Fe0+fdWavPOhWfvxyeDgD2StiGwC5+OlgzczO\nUYrHUDFu4Up+GC9pWbY9ZIEr44OE5iKHjn3g7gKZYbge9LgriBIWhMIxkziWMaa5\nO1M/wySTVltpkuzFwbs4AOPsF6m43Md8AYOfMke6UiI0HTJ6CVanfCU2qT1L2sCC\nbwq7EsiHSycR+R4tx5M/nttfJmtS2S6K8RTGRI0Vqbe/vd6mGu6uLftIdxf+u+yv\nGPUqUfA5hJeVbG4bwyvEdGB5JbAKJ9/fXtI5z0V9QkvfsywexcZdylU6oJxpmo/a\n77KwPJ+HbBIrZXAVUjEaJM9vMSNQH4xPjyPDdEFjHFWoFN0+4FFQz/EbMFYOkrCC\nhdiDyyJkvC24JdVUorgG6q2SpCSgwYa1ShNqR88uC1aVVMvOmttqtKay20EIhid3\n92qgQmwLOM7XdVAyksLfKzAiSNDVQTglXaTpXZ/GlHXQRf0wl0OPkKsKx4ZzYEpp\nLd6leNcG2mqeSz53OiATIgHQv2ieY2BrNU0LbbqhPcCT4H8js1WtciVORvnSFu+w\nZMEBnunKoGqYDs/YYPIvSbjkQuE4NRb0yG5P94FW6LqjviOvrv1vA+ACOzB2+htt\nQc8Bsem4yWb02ybzOqR08kkkW8mw0FfB+j564ZfJ\n-----END CERTIFICATE-----\n\n# Issuer: CN=SwissSign Silver CA - G2 O=SwissSign AG\n# Subject: CN=SwissSign Silver CA - G2 O=SwissSign AG\n# Label: \"SwissSign Silver CA - G2\"\n# Serial: 5700383053117599563\n# MD5 Fingerprint: e0:06:a1:c9:7d:cf:c9:fc:0d:c0:56:75:96:d8:62:13\n# SHA1 Fingerprint: 9b:aa:e5:9f:56:ee:21:cb:43:5a:be:25:93:df:a7:f0:40:d1:1d:cb\n# SHA256 Fingerprint: be:6c:4d:a2:bb:b9:ba:59:b6:f3:93:97:68:37:42:46:c3:c0:05:99:3f:a9:8f:02:0d:1d:ed:be:d4:8a:81:d5\n-----BEGIN CERTIFICATE-----\nMIIFvTCCA6WgAwIBAgIITxvUL1S7L0swDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UE\nBhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMYU3dpc3NTaWdu\nIFNpbHZlciBDQSAtIEcyMB4XDTA2MTAyNTA4MzI0NloXDTM2MTAyNTA4MzI0Nlow\nRzELMAkGA1UEBhMCQ0gxFTATBgNVBAoTDFN3aXNzU2lnbiBBRzEhMB8GA1UEAxMY\nU3dpc3NTaWduIFNpbHZlciBDQSAtIEcyMIICIjANBgkqhkiG9w0BAQEFAAOCAg8A\nMIICCgKCAgEAxPGHf9N4Mfc4yfjDmUO8x/e8N+dOcbpLj6VzHVxumK4DV644N0Mv\nFz0fyM5oEMF4rhkDKxD6LHmD9ui5aLlV8gREpzn5/ASLHvGiTSf5YXu6t+WiE7br\nYT7QbNHm+/pe7R20nqA1W6GSy/BJkv6FCgU+5tkL4k+73JU3/JHpMjUi0R86TieF\nnbAVlDLaYQ1HTWBCrpJH6INaUFjpiou5XaHc3ZlKHzZnu0jkg7Y360g6rw9njxcH\n6ATK72oxh9TAtvmUcXtnZLi2kUpCe2UuMGoM9ZDulebyzYLs2aFK7PayS+VFheZt\neJMELpyCbTapxDFkH4aDCyr0NQp4yVXPQbBH6TCfmb5hqAaEuSh6XzjZG6k4sIN/\nc8HDO0gqgg8hm7jMqDXDhBuDsz6+pJVpATqJAHgE2cn0mRmrVn5bi4Y5FZGkECwJ\nMoBgs5PAKrYYC51+jUnyEEp/+dVGLxmSo5mnJqy7jDzmDrxHB9xzUfFwZC8I+bRH\nHTBsROopN4WSaGa8gzj+ezku01DwH/teYLappvonQfGbGHLy9YR0SslnxFSuSGTf\njNFusB3hB48IHpmccelM2KX3RxIfdNFRnobzwqIjQAtz20um53MGjMGg6cFZrEb6\n5i/4z3GcRm25xBWNOHkDRUjvxF3XCO6HOSKGsg0PWEP3calILv3q1h8CAwEAAaOB\nrDCBqTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU\nF6DNweRBtjpbO8tFnb0cwpj6hlgwHwYDVR0jBBgwFoAUF6DNweRBtjpbO8tFnb0c\nwpj6hlgwRgYDVR0gBD8wPTA7BglghXQBWQEDAQEwLjAsBggrBgEFBQcCARYgaHR0\ncDovL3JlcG9zaXRvcnkuc3dpc3NzaWduLmNvbS8wDQYJKoZIhvcNAQEFBQADggIB\nAHPGgeAn0i0P4JUw4ppBf1AsX19iYamGamkYDHRJ1l2E6kFSGG9YrVBWIGrGvShp\nWJHckRE1qTodvBqlYJ7YH39FkWnZfrt4csEGDyrOj4VwYaygzQu4OSlWhDJOhrs9\nxCrZ1x9y7v5RoSJBsXECYxqCsGKrXlcSH9/L3XWgwF15kIwb4FDm3jH+mHtwX6WQ\n2K34ArZv02DdQEsixT2tOnqfGhpHkXkzuoLcMmkDlm4fS/Bx/uNncqCxv1yL5PqZ\nIseEuRuNI5c/7SXgz2W79WEE790eslpBIlqhn10s6FvJbakMDHiqYMZWjwFaDGi8\naRl5xB9+lwW/xekkUV7U1UtT7dkjWjYDZaPBA61BMPNGG4WQr2W11bHkFlt4dR2X\nem1ZqSqPe97Dh4kQmUlzeMg9vVE1dCrV8X5pGyq7O70luJpaPXJhkGaH7gzWTdQR\ndAtq/gsD/KNVV4n+SsuuWxcFyPKNIzFTONItaj+CuY0IavdeQXRuwxF+B6wpYJE/\nOMpXEA29MC/HpeZBoNquBYeaoKRlbEwJDIm6uNO5wJOKMPqN5ZprFQFOZ6raYlY+\nhAhm0sQ2fac+EPyI4NSA5QC9qvNOBqN6avlicuMJT+ubDgEj8Z+7fNzcbBGXJbLy\ntGMU0gYqZ4yD9c7qB9iaah7s5Aq7KkzrCWA5zspi2C5u\n-----END CERTIFICATE-----\n\n# Issuer: CN=SecureTrust CA O=SecureTrust Corporation\n# Subject: CN=SecureTrust CA O=SecureTrust Corporation\n# Label: \"SecureTrust CA\"\n# Serial: 17199774589125277788362757014266862032\n# MD5 Fingerprint: dc:32:c3:a7:6d:25:57:c7:68:09:9d:ea:2d:a9:a2:d1\n# SHA1 Fingerprint: 87:82:c6:c3:04:35:3b:cf:d2:96:92:d2:59:3e:7d:44:d9:34:ff:11\n# SHA256 Fingerprint: f1:c1:b5:0a:e5:a2:0d:d8:03:0e:c9:f6:bc:24:82:3d:d3:67:b5:25:57:59:b4:e7:1b:61:fc:e9:f7:37:5d:73\n-----BEGIN CERTIFICATE-----\nMIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBI\nMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x\nFzAVBgNVBAMTDlNlY3VyZVRydXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIz\nMTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF1NlY3VyZVRydXN0IENv\ncnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCCASIwDQYJKoZIhvcN\nAQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQXOZEz\nZum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO\n0gMdA+9tDWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIao\nwW8xQmxSPmjL8xk037uHGFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj\n7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b01k/unK8RCSc43Oz969XL0Imnal0ugBS\n8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmHursCAwEAAaOBnTCBmjAT\nBgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB\n/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg\nJYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC\nNxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3\n6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/\n3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHfmbx8IVQr5Fiiu1cprp6poxkm\nD5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZnMUFdAvnZyPS\nCPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR\n3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Secure Global CA O=SecureTrust Corporation\n# Subject: CN=Secure Global CA O=SecureTrust Corporation\n# Label: \"Secure Global CA\"\n# Serial: 9751836167731051554232119481456978597\n# MD5 Fingerprint: cf:f4:27:0d:d4:ed:dc:65:16:49:6d:3d:da:bf:6e:de\n# SHA1 Fingerprint: 3a:44:73:5a:e5:81:90:1f:24:86:61:46:1e:3b:9c:c4:5f:f5:3a:1b\n# SHA256 Fingerprint: 42:00:f5:04:3a:c8:59:0e:bb:52:7d:20:9e:d1:50:30:29:fb:cb:d4:1c:a1:b5:06:ec:27:f1:5a:de:7d:ac:69\n-----BEGIN CERTIFICATE-----\nMIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBK\nMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x\nGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkx\nMjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3Qg\nQ29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jxYDiJ\niQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa\n/FHtaMbQbqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJ\njnIFHovdRIWCQtBJwB1g8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnI\nHmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYVHDGA76oYa8J719rO+TMg1fW9ajMtgQT7\nsFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi0XPnj3pDAgMBAAGjgZ0w\ngZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQF\nMAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCsw\nKaAnoCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsG\nAQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0L\nURYD7xh8yOOvaliTFGCRsoTciE6+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXO\nH0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cnCDpOGR86p1hcF895P4vkp9Mm\nI50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/53CYNv6ZHdAbY\niNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc\nf8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW\n-----END CERTIFICATE-----\n\n# Issuer: CN=COMODO Certification Authority O=COMODO CA Limited\n# Subject: CN=COMODO Certification Authority O=COMODO CA Limited\n# Label: \"COMODO Certification Authority\"\n# Serial: 104350513648249232941998508985834464573\n# MD5 Fingerprint: 5c:48:dc:f7:42:72:ec:56:94:6d:1c:cc:71:35:80:75\n# SHA1 Fingerprint: 66:31:bf:9e:f7:4f:9e:b6:c9:d5:a6:0c:ba:6a:be:d1:f7:bd:ef:7b\n# SHA256 Fingerprint: 0c:2c:d6:3d:f7:80:6f:a3:99:ed:e8:09:11:6b:57:5b:f8:79:89:f0:65:18:f9:80:8c:86:05:03:17:8b:af:66\n-----BEGIN CERTIFICATE-----\nMIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB\ngTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G\nA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV\nBAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw\nMDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl\nYXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P\nRE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0\naG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3\nUcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI\n2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8\nQ5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp\n+2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+\nDT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O\nnKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW\n/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g\nPKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u\nQXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY\nSdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv\nIC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/\nRxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4\nzJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd\nBA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB\nZQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C.\n# Subject: CN=Network Solutions Certificate Authority O=Network Solutions L.L.C.\n# Label: \"Network Solutions Certificate Authority\"\n# Serial: 116697915152937497490437556386812487904\n# MD5 Fingerprint: d3:f3:a6:16:c0:fa:6b:1d:59:b1:2d:96:4d:0e:11:2e\n# SHA1 Fingerprint: 74:f8:a3:c3:ef:e7:b3:90:06:4b:83:90:3c:21:64:60:20:e5:df:ce\n# SHA256 Fingerprint: 15:f0:ba:00:a3:ac:7a:f3:ac:88:4c:07:2b:10:11:a0:77:bd:77:c0:97:f4:01:64:b2:f8:59:8a:bd:83:86:0c\n-----BEGIN CERTIFICATE-----\nMIID5jCCAs6gAwIBAgIQV8szb8JcFuZHFhfjkDFo4DANBgkqhkiG9w0BAQUFADBi\nMQswCQYDVQQGEwJVUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMu\nMTAwLgYDVQQDEydOZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3Jp\ndHkwHhcNMDYxMjAxMDAwMDAwWhcNMjkxMjMxMjM1OTU5WjBiMQswCQYDVQQGEwJV\nUzEhMB8GA1UEChMYTmV0d29yayBTb2x1dGlvbnMgTC5MLkMuMTAwLgYDVQQDEydO\nZXR3b3JrIFNvbHV0aW9ucyBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkwggEiMA0GCSqG\nSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDkvH6SMG3G2I4rC7xGzuAnlt7e+foS0zwz\nc7MEL7xxjOWftiJgPl9dzgn/ggwbmlFQGiaJ3dVhXRncEg8tCqJDXRfQNJIg6nPP\nOCwGJgl6cvf6UDL4wpPTaaIjzkGxzOTVHzbRijr4jGPiFFlp7Q3Tf2vouAPlT2rl\nmGNpSAW+Lv8ztumXWWn4Zxmuk2GWRBXTcrA/vGp97Eh/jcOrqnErU2lBUzS1sLnF\nBgrEsEX1QV1uiUV7PTsmjHTC5dLRfbIR1PtYMiKagMnc/Qzpf14Dl847ABSHJ3A4\nqY5usyd2mFHgBeMhqxrVhSI8KbWaFsWAqPS7azCPL0YCorEMIuDTAgMBAAGjgZcw\ngZQwHQYDVR0OBBYEFCEwyfsA106Y2oeqKtCnLrFAMadMMA4GA1UdDwEB/wQEAwIB\nBjAPBgNVHRMBAf8EBTADAQH/MFIGA1UdHwRLMEkwR6BFoEOGQWh0dHA6Ly9jcmwu\nbmV0c29sc3NsLmNvbS9OZXR3b3JrU29sdXRpb25zQ2VydGlmaWNhdGVBdXRob3Jp\ndHkuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQC7rkvnt1frf6ott3NHhWrB5KUd5Oc8\n6fRZZXe1eltajSU24HqXLjjAV2CDmAaDn7l2em5Q4LqILPxFzBiwmZVRDuwduIj/\nh1AcgsLj4DKAv6ALR8jDMe+ZZzKATxcheQxpXN5eNK4CtSbqUN9/GGUsyfJj4akH\n/nxxH2szJGoeBfcFaMBqEssuXmHLrijTfsK0ZpEmXzwuJF/LWA/rKOyvEZbz3Htv\nwKeI8lN3s2Berq4o2jUsbzRF0ybh3uxbTydrFny9RAQYgrOJeRcQcT16ohZO9QHN\npGxlaKFJdlxDydi8NmdspZS11My5vWo1ViHe2MPr+8ukYEywVaCge1ey\n-----END CERTIFICATE-----\n\n# Issuer: CN=COMODO ECC Certification Authority O=COMODO CA Limited\n# Subject: CN=COMODO ECC Certification Authority O=COMODO CA Limited\n# Label: \"COMODO ECC Certification Authority\"\n# Serial: 41578283867086692638256921589707938090\n# MD5 Fingerprint: 7c:62:ff:74:9d:31:53:5e:68:4a:d5:78:aa:1e:bf:23\n# SHA1 Fingerprint: 9f:74:4e:9f:2b:4d:ba:ec:0f:31:2c:50:b6:56:3b:8e:2d:93:c3:11\n# SHA256 Fingerprint: 17:93:92:7a:06:14:54:97:89:ad:ce:2f:8f:34:f7:f0:b6:6d:0f:3a:e3:a3:b8:4d:21:ec:15:db:ba:4f:ad:c7\n-----BEGIN CERTIFICATE-----\nMIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL\nMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE\nBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT\nIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw\nMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy\nZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N\nT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv\nbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR\nFtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J\ncfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW\nBBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/\nBAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm\nfQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv\nGDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certigna O=Dhimyotis\n# Subject: CN=Certigna O=Dhimyotis\n# Label: \"Certigna\"\n# Serial: 18364802974209362175\n# MD5 Fingerprint: ab:57:a6:5b:7d:42:82:19:b5:d8:58:26:28:5e:fd:ff\n# SHA1 Fingerprint: b1:2e:13:63:45:86:a4:6f:1a:b2:60:68:37:58:2d:c4:ac:fd:94:97\n# SHA256 Fingerprint: e3:b6:a2:db:2e:d7:ce:48:84:2f:7a:c5:32:41:c7:b7:1d:54:14:4b:fb:40:c1:1f:3f:1d:0b:42:f5:ee:a1:2d\n-----BEGIN CERTIFICATE-----\nMIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNV\nBAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4X\nDTA3MDYyOTE1MTMwNVoXDTI3MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQ\nBgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwIQ2VydGlnbmEwggEiMA0GCSqGSIb3\nDQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7qXOEm7RFHYeGifBZ4\nQCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyHGxny\ngQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbw\nzBfsV1/pogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q\n130yGLMLLGq/jj8UEYkgDncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2\nJsglrgVKtOdjLPOMFlN+XPsRGgjBRmKfIrjxwo1p3Po6WAbfAgMBAAGjgbwwgbkw\nDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQtCRZvgHyUtVF9lo53BEw\nZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJBgNVBAYT\nAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzj\nAQ/JSP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG\n9w0BAQUFAAOCAQEAhQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8h\nbV6lUmPOEvjvKtpv6zf+EwLHyzs+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFnc\nfca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1kluPBS1xp81HlDQwY9qcEQCYsuu\nHWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY1gkIl2PlwS6w\nt0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw\nWyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg==\n-----END CERTIFICATE-----\n\n# Issuer: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority\n# Subject: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority\n# Label: \"ePKI Root Certification Authority\"\n# Serial: 28956088682735189655030529057352760477\n# MD5 Fingerprint: 1b:2e:00:ca:26:06:90:3d:ad:fe:6f:15:68:d3:6b:b3\n# SHA1 Fingerprint: 67:65:0d:f1:7e:8e:7e:5b:82:40:a4:f4:56:4b:cf:e2:3d:69:c6:f0\n# SHA256 Fingerprint: c0:a6:f4:dc:63:a2:4b:fd:cf:54:ef:2a:6a:08:2a:0a:72:de:35:80:3e:2f:f5:ff:52:7a:e5:d8:72:06:df:d5\n-----BEGIN CERTIFICATE-----\nMIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe\nMQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0\nZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe\nFw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw\nIQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL\nSSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF\nAAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH\nSyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh\nijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X\nDZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1\nTBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ\nfzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA\nsgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU\nWH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS\nnT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH\ndmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip\nNiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC\nAwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF\nMAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH\nClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB\nuvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl\nPwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP\nJXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/\ngpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2\nj6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6\n5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB\no2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS\n/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z\nGp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE\nW9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D\nhNQ+IIX3Sj0rnP0qCglN6oH4EZw=\n-----END CERTIFICATE-----\n\n# Issuer: O=certSIGN OU=certSIGN ROOT CA\n# Subject: O=certSIGN OU=certSIGN ROOT CA\n# Label: \"certSIGN ROOT CA\"\n# Serial: 35210227249154\n# MD5 Fingerprint: 18:98:c0:d6:e9:3a:fc:f9:b0:f5:0c:f7:4b:01:44:17\n# SHA1 Fingerprint: fa:b7:ee:36:97:26:62:fb:2d:b0:2a:f6:bf:03:fd:e8:7c:4b:2f:9b\n# SHA256 Fingerprint: ea:a9:62:c4:fa:4a:6b:af:eb:e4:15:19:6d:35:1c:cd:88:8d:4f:53:f3:fa:8a:e6:d7:c4:66:a9:4e:60:42:bb\n-----BEGIN CERTIFICATE-----\nMIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYT\nAlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBD\nQTAeFw0wNjA3MDQxNzIwMDRaFw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJP\nMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTCC\nASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7IJUqOtdu0KBuqV5Do\n0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHHrfAQ\nUySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5d\nRdY4zTW2ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQ\nOA7+j0xbm0bqQfWwCHTD0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwv\nJoIQ4uNllAoEwF73XVv4EOLQunpL+943AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08C\nAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAcYwHQYDVR0O\nBBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IBAQA+0hyJ\nLjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecY\nMnQ8SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ\n44gx+FkagQnIl6Z0x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6I\nJd1hJyMctTEHBDa0GpC9oHRxUIltvBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNw\ni/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7NzTogVZ96edhBiIL5VaZVDADlN\n9u6wWk5JRFRYX0KD\n-----END CERTIFICATE-----\n\n# Issuer: CN=NetLock Arany (Class Gold) F\\u0151tan\\xfas\\xedtv\\xe1ny O=NetLock Kft. OU=Tan\\xfas\\xedtv\\xe1nykiad\\xf3k (Certification Services)\n# Subject: CN=NetLock Arany (Class Gold) F\\u0151tan\\xfas\\xedtv\\xe1ny O=NetLock Kft. OU=Tan\\xfas\\xedtv\\xe1nykiad\\xf3k (Certification Services)\n# Label: \"NetLock Arany (Class Gold) F\\u0151tan\\xfas\\xedtv\\xe1ny\"\n# Serial: 80544274841616\n# MD5 Fingerprint: c5:a1:b7:ff:73:dd:d6:d7:34:32:18:df:fc:3c:ad:88\n# SHA1 Fingerprint: 06:08:3f:59:3f:15:a1:04:a0:69:a4:6b:a9:03:d0:06:b7:97:09:91\n# SHA256 Fingerprint: 6c:61:da:c3:a2:de:f0:31:50:6b:e0:36:d2:a6:fe:40:19:94:fb:d1:3d:f9:c8:d4:66:59:92:74:c4:46:ec:98\n-----BEGIN CERTIFICATE-----\nMIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQG\nEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3\nMDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl\ncnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR\ndGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgxMjA2MTUwODIxWjCB\npzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxOZXRM\nb2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlm\naWNhdGlvbiBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNz\nIEdvbGQpIEbFkXRhbsO6c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A\nMIIBCgKCAQEAxCRec75LbRTDofTjl5Bu0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrT\nlF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw/HpYzY6b7cNGbIRwXdrz\nAZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAkH3B5r9s5\nVA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRG\nILdwfzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2\nBJtr+UBdADTHLpl1neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAG\nAQH/AgEEMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2M\nU9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwWqZw8UQCgwBEIBaeZ5m8BiFRh\nbvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTtaYtOUZcTh5m2C\n+C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC\nbLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2F\nuLjbvrW5KfnaNwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2\nXjG4Kvte9nHfRCaexOYNkbQudZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Hongkong Post Root CA 1 O=Hongkong Post\n# Subject: CN=Hongkong Post Root CA 1 O=Hongkong Post\n# Label: \"Hongkong Post Root CA 1\"\n# Serial: 1000\n# MD5 Fingerprint: a8:0d:6f:39:78:b9:43:6d:77:42:6d:98:5a:cc:23:ca\n# SHA1 Fingerprint: d6:da:a8:20:8d:09:d2:15:4d:24:b5:2f:cb:34:6e:b2:58:b2:8a:58\n# SHA256 Fingerprint: f9:e6:7d:33:6c:51:00:2a:c0:54:c6:32:02:2d:66:dd:a2:e7:e3:ff:f1:0a:d0:61:ed:31:d8:bb:b4:10:cf:b2\n-----BEGIN CERTIFICATE-----\nMIIDMDCCAhigAwIBAgICA+gwDQYJKoZIhvcNAQEFBQAwRzELMAkGA1UEBhMCSEsx\nFjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdrb25nIFBvc3Qg\nUm9vdCBDQSAxMB4XDTAzMDUxNTA1MTMxNFoXDTIzMDUxNTA0NTIyOVowRzELMAkG\nA1UEBhMCSEsxFjAUBgNVBAoTDUhvbmdrb25nIFBvc3QxIDAeBgNVBAMTF0hvbmdr\nb25nIFBvc3QgUm9vdCBDQSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC\nAQEArP84tulmAknjorThkPlAj3n54r15/gK97iSSHSL22oVyaf7XPwnU3ZG1ApzQ\njVrhVcNQhrkpJsLj2aDxaQMoIIBFIi1WpztUlVYiWR8o3x8gPW2iNr4joLFutbEn\nPzlTCeqrauh0ssJlXI6/fMN4hM2eFvz1Lk8gKgifd/PFHsSaUmYeSF7jEAaPIpjh\nZY4bXSNmO7ilMlHIhqqhqZ5/dpTCpmy3QfDVyAY45tQM4vM7TG1QjMSDJ8EThFk9\nnnV0ttgCXjqQesBCNnLsak3c78QA3xMYV18meMjWCnl3v/evt3a5pQuEF10Q6m/h\nq5URX208o1xNg1vysxmKgIsLhwIDAQABoyYwJDASBgNVHRMBAf8ECDAGAQH/AgED\nMA4GA1UdDwEB/wQEAwIBxjANBgkqhkiG9w0BAQUFAAOCAQEADkbVPK7ih9legYsC\nmEEIjEy82tvuJxuC52pF7BaLT4Wg87JwvVqWuspube5Gi27nKi6Wsxkz67SfqLI3\n7piol7Yutmcn1KZJ/RyTZXaeQi/cImyaT/JaFTmxcdcrUehtHJjA2Sr0oYJ71clB\noiMBdDhViw+5LmeiIAQ32pwL0xch4I+XeTRvhEgCIDMb5jREn5Fw9IBehEPCKdJs\nEhTkYY2sEJCehFC78JZvRZ+K88psT/oROhUVRsPNH4NbLUES7VBnQRM9IauUiqpO\nfMGx+6fWtScvl6tu4B3i0RwsH0Ti/L6RoZz71ilTc4afU9hDDl3WY4JxHYB0yvbi\nAmvZWg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=SecureSign RootCA11 O=Japan Certification Services, Inc.\n# Subject: CN=SecureSign RootCA11 O=Japan Certification Services, Inc.\n# Label: \"SecureSign RootCA11\"\n# Serial: 1\n# MD5 Fingerprint: b7:52:74:e2:92:b4:80:93:f2:75:e4:cc:d7:f2:ea:26\n# SHA1 Fingerprint: 3b:c4:9f:48:f8:f3:73:a0:9c:1e:bd:f8:5b:b1:c3:65:c7:d8:11:b3\n# SHA256 Fingerprint: bf:0f:ee:fb:9e:3a:58:1a:d5:f9:e9:db:75:89:98:57:43:d2:61:08:5c:4d:31:4f:6f:5d:72:59:aa:42:16:12\n-----BEGIN CERTIFICATE-----\nMIIDbTCCAlWgAwIBAgIBATANBgkqhkiG9w0BAQUFADBYMQswCQYDVQQGEwJKUDEr\nMCkGA1UEChMiSmFwYW4gQ2VydGlmaWNhdGlvbiBTZXJ2aWNlcywgSW5jLjEcMBoG\nA1UEAxMTU2VjdXJlU2lnbiBSb290Q0ExMTAeFw0wOTA0MDgwNDU2NDdaFw0yOTA0\nMDgwNDU2NDdaMFgxCzAJBgNVBAYTAkpQMSswKQYDVQQKEyJKYXBhbiBDZXJ0aWZp\nY2F0aW9uIFNlcnZpY2VzLCBJbmMuMRwwGgYDVQQDExNTZWN1cmVTaWduIFJvb3RD\nQTExMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA/XeqpRyQBTvLTJsz\ni1oURaTnkBbR31fSIRCkF/3frNYfp+TbfPfs37gD2pRY/V1yfIw/XwFndBWW4wI8\nh9uuywGOwvNmxoVF9ALGOrVisq/6nL+k5tSAMJjzDbaTj6nU2DbysPyKyiyhFTOV\nMdrAG/LuYpmGYz+/3ZMqg6h2uRMft85OQoWPIucuGvKVCbIFtUROd6EgvanyTgp9\nUK31BQ1FT0Zx/Sg+U/sE2C3XZR1KG/rPO7AxmjVuyIsG0wCR8pQIZUyxNAYAeoni\n8McDWc/V1uinMrPmmECGxc0nEovMe863ETxiYAcjPitAbpSACW22s293bzUIUPsC\nh8U+iQIDAQABo0IwQDAdBgNVHQ4EFgQUW/hNT7KlhtQ60vFjmqC+CfZXt94wDgYD\nVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEFBQADggEB\nAKChOBZmLqdWHyGcBvod7bkixTgm2E5P7KN/ed5GIaGHd48HCJqypMWvDzKYC3xm\nKbabfSVSSUOrTC4rbnpwrxYO4wJs+0LmGJ1F2FXI6Dvd5+H0LgscNFxsWEr7jIhQ\nX5Ucv+2rIrVls4W6ng+4reV6G4pQOh29Dbx7VFALuUKvVaAYga1lme++5Jy/xIWr\nQbJUb9wlze144o4MjQlJ3WN7WmmWAiGovVJZ6X01y8hSyn+B/tlr0/cR7SXf+Of5\npPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061lgeLKBObjBmN\nQSdJQO7e5iNEOdyhIta6A/I=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd.\n# Subject: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd.\n# Label: \"Microsec e-Szigno Root CA 2009\"\n# Serial: 14014712776195784473\n# MD5 Fingerprint: f8:49:f4:03:bc:44:2d:83:be:48:69:7d:29:64:fc:b1\n# SHA1 Fingerprint: 89:df:74:fe:5c:f4:0f:4a:80:f9:e3:37:7d:54:da:91:e1:01:31:8e\n# SHA256 Fingerprint: 3c:5f:81:fe:a5:fa:b8:2c:64:bf:a2:ea:ec:af:cd:e8:e0:77:fc:86:20:a7:ca:e5:37:16:3d:f3:6e:db:f3:78\n-----BEGIN CERTIFICATE-----\nMIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYD\nVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0\nZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0G\nCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTAeFw0wOTA2MTYxMTMwMThaFw0y\nOTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3Qx\nFjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3pp\nZ25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o\ndTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvP\nkd6mJviZpWNwrZuuyjNAfW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tc\ncbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG0IMZfcChEhyVbUr02MelTTMuhTlAdX4U\nfIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKApxn1ntxVUwOXewdI/5n7\nN4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm1HxdrtbC\nxkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1\n+rUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G\nA1UdDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPM\nPcu1SCOhGnqmKrs0aDAbBgNVHREEFDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqG\nSIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0olZMEyL/azXm4Q5DwpL7v8u8h\nmLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfXI/OMn74dseGk\nddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775\ntyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c\n2Pm2G2JwCz02yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5t\nHMN1Rq41Bab2XD0h7lbwyYIiLXpUq3DDfSJlgnCW\n-----END CERTIFICATE-----\n\n# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3\n# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3\n# Label: \"GlobalSign Root CA - R3\"\n# Serial: 4835703278459759426209954\n# MD5 Fingerprint: c5:df:b8:49:ca:05:13:55:ee:2d:ba:1a:c3:3e:b0:28\n# SHA1 Fingerprint: d6:9b:56:11:48:f0:1c:77:c5:45:78:c1:09:26:df:5b:85:69:76:ad\n# SHA256 Fingerprint: cb:b5:22:d7:b7:f1:27:ad:6a:01:13:86:5b:df:1c:d4:10:2e:7d:07:59:af:63:5a:7c:f4:72:0d:c9:63:c5:3b\n-----BEGIN CERTIFICATE-----\nMIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G\nA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp\nZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4\nMTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG\nA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI\nhvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8\nRgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT\ngHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm\nKPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd\nQQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ\nXriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw\nDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o\nLkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU\nRUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp\njjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK\n6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX\nmcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs\nMx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH\nWD9f\n-----END CERTIFICATE-----\n\n# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068\n# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068\n# Label: \"Autoridad de Certificacion Firmaprofesional CIF A62634068\"\n# Serial: 6047274297262753887\n# MD5 Fingerprint: 73:3a:74:7a:ec:bb:a3:96:a6:c2:e4:e2:c8:9b:c0:c3\n# SHA1 Fingerprint: ae:c5:fb:3f:c8:e1:bf:c4:e5:4f:03:07:5a:9a:e8:00:b7:f7:b6:fa\n# SHA256 Fingerprint: 04:04:80:28:bf:1f:28:64:d4:8f:9a:d4:d8:32:94:36:6a:82:88:56:55:3f:3b:14:30:3f:90:14:7f:5d:40:ef\n-----BEGIN CERTIFICATE-----\nMIIGFDCCA/ygAwIBAgIIU+w77vuySF8wDQYJKoZIhvcNAQEFBQAwUTELMAkGA1UE\nBhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h\ncHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0wOTA1MjAwODM4MTVaFw0zMDEy\nMzEwODM4MTVaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg\nQ2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi\nMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9\nthDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM\ncas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG\nL9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i\nNA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h\nX68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b\nm8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy\nZ/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja\nEbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T\nKI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF\n6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh\nOSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMBIGA1UdEwEB/wQIMAYBAf8CAQEwDgYD\nVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRlzeurNR4APn7VdMActHNHDhpkLzCBpgYD\nVR0gBIGeMIGbMIGYBgRVHSAAMIGPMC8GCCsGAQUFBwIBFiNodHRwOi8vd3d3LmZp\ncm1hcHJvZmVzaW9uYWwuY29tL2NwczBcBggrBgEFBQcCAjBQHk4AUABhAHMAZQBv\nACAAZABlACAAbABhACAAQgBvAG4AYQBuAG8AdgBhACAANAA3ACAAQgBhAHIAYwBl\nAGwAbwBuAGEAIAAwADgAMAAxADcwDQYJKoZIhvcNAQEFBQADggIBABd9oPm03cXF\n661LJLWhAqvdpYhKsg9VSytXjDvlMd3+xDLx51tkljYyGOylMnfX40S2wBEqgLk9\nam58m9Ot/MPWo+ZkKXzR4Tgegiv/J2Wv+xYVxC5xhOW1//qkR71kMrv2JYSiJ0L1\nILDCExARzRAVukKQKtJE4ZYm6zFIEv0q2skGz3QeqUvVhyj5eTSSPi5E6PaPT481\nPyWzOdxjKpBrIF/EUhJOlywqrJ2X3kjyo2bbwtKDlaZmp54lD+kLM5FlClrD2VQS\n3a/DTg4fJl4N3LON7NWBcN7STyQF82xO9UxJZo3R/9ILJUFI/lGExkKvgATP0H5k\nSeTy36LssUzAKh3ntLFlosS88Zj0qnAHY7S42jtM+kAiMFsRpvAFDsYCA0irhpuF\n3dvd6qJ2gHN99ZwExEWN57kci57q13XRcrHedUTnQn3iV2t93Jm8PYMo6oCTjcVM\nZcFwgbg4/EMxsvYDNEeyrPsiBsse3RdHHF9mudMaotoRsaS8I8nkvof/uZS2+F0g\nStRf571oe2XyFR7SOqkt6dhrJKyXWERHrVkY8SFlcN7ONGCoQPHzPKTDKCOM/icz\nQ0CgFzzr6juwcqajuUpLXhZI9LK8yIySxZ2frHI2vDSANGupi5LAuBft7HZT9SQB\njLMi6Et8Vcad+qMUu2WFbm5PEn4KPJ2V\n-----END CERTIFICATE-----\n\n# Issuer: CN=Izenpe.com O=IZENPE S.A.\n# Subject: CN=Izenpe.com O=IZENPE S.A.\n# Label: \"Izenpe.com\"\n# Serial: 917563065490389241595536686991402621\n# MD5 Fingerprint: a6:b0:cd:85:80:da:5c:50:34:a3:39:90:2f:55:67:73\n# SHA1 Fingerprint: 2f:78:3d:25:52:18:a7:4a:65:39:71:b5:2c:a2:9c:45:15:6f:e9:19\n# SHA256 Fingerprint: 25:30:cc:8e:98:32:15:02:ba:d9:6f:9b:1f:ba:1b:09:9e:2d:29:9e:0f:45:48:bb:91:4f:36:3b:c0:d4:53:1f\n-----BEGIN CERTIFICATE-----\nMIIF8TCCA9mgAwIBAgIQALC3WhZIX7/hy/WL1xnmfTANBgkqhkiG9w0BAQsFADA4\nMQswCQYDVQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6\nZW5wZS5jb20wHhcNMDcxMjEzMTMwODI4WhcNMzcxMjEzMDgyNzI1WjA4MQswCQYD\nVQQGEwJFUzEUMBIGA1UECgwLSVpFTlBFIFMuQS4xEzARBgNVBAMMCkl6ZW5wZS5j\nb20wggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDJ03rKDx6sp4boFmVq\nscIbRTJxldn+EFvMr+eleQGPicPK8lVx93e+d5TzcqQsRNiekpsUOqHnJJAKClaO\nxdgmlOHZSOEtPtoKct2jmRXagaKH9HtuJneJWK3W6wyyQXpzbm3benhB6QiIEn6H\nLmYRY2xU+zydcsC8Lv/Ct90NduM61/e0aL6i9eOBbsFGb12N4E3GVFWJGjMxCrFX\nuaOKmMPsOzTFlUFpfnXCPCDFYbpRR6AgkJOhkEvzTnyFRVSa0QUmQbC1TR0zvsQD\nyCV8wXDbO/QJLVQnSKwv4cSsPsjLkkxTOTcj7NMB+eAJRE1NZMDhDVqHIrytG6P+\nJrUV86f8hBnp7KGItERphIPzidF0BqnMC9bC3ieFUCbKF7jJeodWLBoBHmy+E60Q\nrLUk9TiRodZL2vG70t5HtfG8gfZZa88ZU+mNFctKy6lvROUbQc/hhqfK0GqfvEyN\nBjNaooXlkDWgYlwWTvDjovoDGrQscbNYLN57C9saD+veIR8GdwYDsMnvmfzAuU8L\nhij+0rnq49qlw0dpEuDb8PYZi+17cNcC1u2HGCgsBCRMd+RIihrGO5rUD8r6ddIB\nQFqNeb+Lz0vPqhbBleStTIo+F5HUsWLlguWABKQDfo2/2n+iD5dPDNMN+9fR5XJ+\nHMh3/1uaD7euBUbl8agW7EekFwIDAQABo4H2MIHzMIGwBgNVHREEgagwgaWBD2lu\nZm9AaXplbnBlLmNvbaSBkTCBjjFHMEUGA1UECgw+SVpFTlBFIFMuQS4gLSBDSUYg\nQTAxMzM3MjYwLVJNZXJjLlZpdG9yaWEtR2FzdGVpeiBUMTA1NSBGNjIgUzgxQzBB\nBgNVBAkMOkF2ZGEgZGVsIE1lZGl0ZXJyYW5lbyBFdG9yYmlkZWEgMTQgLSAwMTAx\nMCBWaXRvcmlhLUdhc3RlaXowDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC\nAQYwHQYDVR0OBBYEFB0cZQ6o8iV7tJHP5LGx5r1VdGwFMA0GCSqGSIb3DQEBCwUA\nA4ICAQB4pgwWSp9MiDrAyw6lFn2fuUhfGI8NYjb2zRlrrKvV9pF9rnHzP7MOeIWb\nlaQnIUdCSnxIOvVFfLMMjlF4rJUT3sb9fbgakEyrkgPH7UIBzg/YsfqikuFgba56\nawmqxinuaElnMIAkejEWOVt+8Rwu3WwJrfIxwYJOubv5vr8qhT/AQKM6WfxZSzwo\nJNu0FXWuDYi6LnPAvViH5ULy617uHjAimcs30cQhbIHsvm0m5hzkQiCeR7Csg1lw\nLDXWrzY0tM07+DKo7+N4ifuNRSzanLh+QBxh5z6ikixL8s36mLYp//Pye6kfLqCT\nVyvehQP5aTfLnnhqBbTFMXiJ7HqnheG5ezzevh55hM6fcA5ZwjUukCox2eRFekGk\nLhObNA5me0mrZJfQRsN5nXJQY6aYWwa9SG3YOYNw6DXwBdGqvOPbyALqfP2C2sJb\nUjWumDqtujWTI6cfSN01RpiyEGjkpTHCClguGYEQyVB1/OpaFs4R1+7vUIgtYf8/\nQnMFlEPVjjxOAToZpR9GTnfQXeWBIiGH/pR9hNiTrdZoQ0iy2+tzJOeRf1SktoA+\nnaM8THLCV8Sg1Mw4J87VBp6iSNnpn86CcDaTmjvfliHjWbcM2pE38P1ZWrOZyGls\nQyYBNWNgVYkDOnXYukrZVP/u3oDYLdE41V4tC5h9Pmzb/CaIxw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc.\n# Subject: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc.\n# Label: \"Go Daddy Root Certificate Authority - G2\"\n# Serial: 0\n# MD5 Fingerprint: 80:3a:bc:22:c1:e6:fb:8d:9b:3b:27:4a:32:1b:9a:01\n# SHA1 Fingerprint: 47:be:ab:c9:22:ea:e8:0e:78:78:34:62:a7:9f:45:c2:54:fd:e6:8b\n# SHA256 Fingerprint: 45:14:0b:32:47:eb:9c:c8:c5:b4:f0:d7:b5:30:91:f7:32:92:08:9e:6e:5a:63:e2:74:9d:d3:ac:a9:19:8e:da\n-----BEGIN CERTIFICATE-----\nMIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx\nEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT\nEUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp\nZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz\nNTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH\nEwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE\nAxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw\nDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD\nE6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH\n/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy\nDfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh\nGkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR\ntDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA\nAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE\nFDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX\nWWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu\n9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr\ngIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo\n2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO\nLPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI\n4uJEvlz36hz1\n-----END CERTIFICATE-----\n\n# Issuer: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc.\n# Subject: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc.\n# Label: \"Starfield Root Certificate Authority - G2\"\n# Serial: 0\n# MD5 Fingerprint: d6:39:81:c6:52:7e:96:69:fc:fc:ca:66:ed:05:f2:96\n# SHA1 Fingerprint: b5:1c:06:7c:ee:2b:0c:3d:f8:55:ab:2d:92:f4:fe:39:d4:e7:0f:0e\n# SHA256 Fingerprint: 2c:e1:cb:0b:f9:d2:f9:e1:02:99:3f:be:21:51:52:c3:b2:dd:0c:ab:de:1c:68:e5:31:9b:83:91:54:db:b7:f5\n-----BEGIN CERTIFICATE-----\nMIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx\nEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT\nHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs\nZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw\nMFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6\nb25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj\naG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp\nY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC\nggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg\nnLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1\nHOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N\nHwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN\ndloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0\nHZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO\nBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G\nCSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU\nsHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3\n4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg\n8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K\npL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1\nmMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0\n-----END CERTIFICATE-----\n\n# Issuer: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc.\n# Subject: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc.\n# Label: \"Starfield Services Root Certificate Authority - G2\"\n# Serial: 0\n# MD5 Fingerprint: 17:35:74:af:7b:61:1c:eb:f4:f9:3c:e2:ee:40:f9:a2\n# SHA1 Fingerprint: 92:5a:8f:8d:2c:6d:04:e0:66:5f:59:6a:ff:22:d8:63:e8:25:6f:3f\n# SHA256 Fingerprint: 56:8d:69:05:a2:c8:87:08:a4:b3:02:51:90:ed:cf:ed:b1:97:4a:60:6a:13:c6:e5:29:0f:cb:2a:e6:3e:da:b5\n-----BEGIN CERTIFICATE-----\nMIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx\nEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT\nHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs\nZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5\nMDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD\nVQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy\nZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy\ndmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI\nhvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p\nOsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2\n8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K\nTs9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe\nhRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk\n6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw\nDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q\nAdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI\nbw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB\nve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z\nqwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd\niEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn\n0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN\nsSi6\n-----END CERTIFICATE-----\n\n# Issuer: CN=AffirmTrust Commercial O=AffirmTrust\n# Subject: CN=AffirmTrust Commercial O=AffirmTrust\n# Label: \"AffirmTrust Commercial\"\n# Serial: 8608355977964138876\n# MD5 Fingerprint: 82:92:ba:5b:ef:cd:8a:6f:a6:3d:55:f9:84:f6:d6:b7\n# SHA1 Fingerprint: f9:b5:b6:32:45:5f:9c:be:ec:57:5f:80:dc:e9:6e:2c:c7:b2:78:b7\n# SHA256 Fingerprint: 03:76:ab:1d:54:c5:f9:80:3c:e4:b2:e2:01:a0:ee:7e:ef:7b:57:b6:36:e8:a9:3c:9b:8d:48:60:c9:6f:5f:a7\n-----BEGIN CERTIFICATE-----\nMIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE\nBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz\ndCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL\nMAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp\ncm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC\nAQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP\nHx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr\nba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL\nMeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1\nyHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr\nVwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/\nnx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ\nKoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG\nXUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj\nvbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt\nZ8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g\nN53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC\nnlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8=\n-----END CERTIFICATE-----\n\n# Issuer: CN=AffirmTrust Networking O=AffirmTrust\n# Subject: CN=AffirmTrust Networking O=AffirmTrust\n# Label: \"AffirmTrust Networking\"\n# Serial: 8957382827206547757\n# MD5 Fingerprint: 42:65:ca:be:01:9a:9a:4c:a9:8c:41:49:cd:c0:d5:7f\n# SHA1 Fingerprint: 29:36:21:02:8b:20:ed:02:f5:66:c5:32:d1:d6:ed:90:9f:45:00:2f\n# SHA256 Fingerprint: 0a:81:ec:5a:92:97:77:f1:45:90:4a:f3:8d:5d:50:9f:66:b5:e2:c5:8f:cd:b5:31:05:8b:0e:17:f3:f0:b4:1b\n-----BEGIN CERTIFICATE-----\nMIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE\nBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz\ndCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL\nMAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp\ncm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC\nAQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y\nYJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua\nkCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL\nQESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp\n6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG\nyH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i\nQLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ\nKoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO\ntDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu\nQY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ\nLgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u\nolu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48\nx3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s=\n-----END CERTIFICATE-----\n\n# Issuer: CN=AffirmTrust Premium O=AffirmTrust\n# Subject: CN=AffirmTrust Premium O=AffirmTrust\n# Label: \"AffirmTrust Premium\"\n# Serial: 7893706540734352110\n# MD5 Fingerprint: c4:5d:0e:48:b6:ac:28:30:4e:0a:bc:f9:38:16:87:57\n# SHA1 Fingerprint: d8:a6:33:2c:e0:03:6f:b1:85:f6:63:4f:7d:6a:06:65:26:32:28:27\n# SHA256 Fingerprint: 70:a7:3f:7f:37:6b:60:07:42:48:90:45:34:b1:14:82:d5:bf:0e:69:8e:cc:49:8d:f5:25:77:eb:f2:e9:3b:9a\n-----BEGIN CERTIFICATE-----\nMIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE\nBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz\ndCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG\nA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U\ncnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf\nqV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ\nJG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ\n+jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS\ns8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5\nHMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7\n70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG\nV+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S\nqHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S\n5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia\nC1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX\nOwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE\nFJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/\nBAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2\nKI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg\nNt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B\n8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ\nMKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc\n0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ\nu4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF\nu+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH\nYoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8\nGKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO\nRtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e\nKeC2uAloGRwYQw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=AffirmTrust Premium ECC O=AffirmTrust\n# Subject: CN=AffirmTrust Premium ECC O=AffirmTrust\n# Label: \"AffirmTrust Premium ECC\"\n# Serial: 8401224907861490260\n# MD5 Fingerprint: 64:b0:09:55:cf:b1:d5:99:e2:be:13:ab:a6:5d:ea:4d\n# SHA1 Fingerprint: b8:23:6b:00:2f:1d:16:86:53:01:55:6c:11:a4:37:ca:eb:ff:c3:bb\n# SHA256 Fingerprint: bd:71:fd:f6:da:97:e4:cf:62:d1:64:7a:dd:25:81:b0:7d:79:ad:f8:39:7e:b4:ec:ba:9c:5e:84:88:82:14:23\n-----BEGIN CERTIFICATE-----\nMIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC\nVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ\ncmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ\nBgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt\nVHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D\n0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9\nss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G\nA1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G\nA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs\naobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I\nflc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority\n# Subject: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority\n# Label: \"Certum Trusted Network CA\"\n# Serial: 279744\n# MD5 Fingerprint: d5:e9:81:40:c5:18:69:fc:46:2c:89:75:62:0f:aa:78\n# SHA1 Fingerprint: 07:e0:32:e0:20:b7:2c:3f:19:2f:06:28:a2:59:3a:19:a7:0f:06:9e\n# SHA256 Fingerprint: 5c:58:46:8d:55:f5:8e:49:7e:74:39:82:d2:b5:00:10:b6:d1:65:37:4a:cf:83:a7:d4:a3:2d:b7:68:c4:40:8e\n-----BEGIN CERTIFICATE-----\nMIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBM\nMSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5D\nZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBU\ncnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIyMTIwNzM3WhcNMjkxMjMxMTIwNzM3\nWjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMg\nUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSIw\nIAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0B\nAQEFAAOCAQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rH\nUV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM\nTXPb865Px1bVWqeWifrzq2jUI4ZZJ88JJ7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVU\nBBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4fOQtf/WsX+sWn7Et0brM\nkUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x\nAcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNV\nHRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV\nHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y\nsHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL\nI9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1mS1FhIrlQgnXdAIv94nYmem8\nJ9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5ajZt3hrvJBW8qY\nVoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI\n03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw=\n-----END CERTIFICATE-----\n\n# Issuer: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA\n# Subject: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA\n# Label: \"TWCA Root Certification Authority\"\n# Serial: 1\n# MD5 Fingerprint: aa:08:8f:f6:f9:7b:b7:f2:b1:a7:1e:9b:ea:ea:bd:79\n# SHA1 Fingerprint: cf:9e:87:6d:d3:eb:fc:42:26:97:a3:b5:a3:7a:a0:76:a9:06:23:48\n# SHA256 Fingerprint: bf:d8:8f:e1:10:1c:41:ae:3e:80:1b:f8:be:56:35:0e:e9:ba:d1:a6:b9:bd:51:5e:dc:5c:6d:5b:87:11:ac:44\n-----BEGIN CERTIFICATE-----\nMIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzES\nMBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFU\nV0NBIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMz\nWhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJVEFJV0FO\nLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlm\naWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB\nAQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFE\nAcK0HMMxQhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HH\nK3XLfJ+utdGdIzdjp9xCoi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeX\nRfwZVzsrb+RH9JlF/h3x+JejiB03HFyP4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/z\nrX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx\n3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV\nHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkq\nhkiG9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeC\nMErJk/9q56YAf4lCmtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdls\nXebQ79NqZp4VKIV66IIArB6nCWlWQtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62D\nlhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVYT0bf+215WfKEIlKuD8z7fDvn\naspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocnyYh0igzyXxfkZ\nYiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw==\n-----END CERTIFICATE-----\n\n# Issuer: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2\n# Subject: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2\n# Label: \"Security Communication RootCA2\"\n# Serial: 0\n# MD5 Fingerprint: 6c:39:7d:a4:0e:55:59:b2:3f:d6:41:b1:12:50:de:43\n# SHA1 Fingerprint: 5f:3b:8c:f2:f8:10:b3:7d:78:b4:ce:ec:19:19:c3:73:34:b9:c7:74\n# SHA256 Fingerprint: 51:3b:2c:ec:b8:10:d4:cd:e5:dd:85:39:1a:df:c6:c2:dd:60:d8:7b:b7:36:d2:b5:21:48:4a:a4:7a:0e:be:f6\n-----BEGIN CERTIFICATE-----\nMIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDEl\nMCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMe\nU2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoX\nDTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRy\ndXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmlj\nYXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANAV\nOVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGr\nzbl+dp+++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVM\nVAX3NuRFg3sUZdbcDE3R3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQ\nhNBqyjoGADdH5H5XTz+L62e4iKrFvlNVspHEfbmwhRkGeC7bYRr6hfVKkaHnFtWO\nojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1KEOtOghY6rCcMU/Gt1SSw\nawNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8QIH4D5cs\nOPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3\nDQEBCwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpF\ncoJxDjrSzG+ntKEju/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXc\nokgfGT+Ok+vx+hfuzU7jBBJV1uXk3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8\nt/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6qtnRGEmyR7jTV7JqR50S+kDFy\n1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29mvVXIwAHIRc/\nSjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03\n-----END CERTIFICATE-----\n\n# Issuer: CN=EC-ACC O=Agencia Catalana de Certificacio (NIF Q-0801176-I) OU=Serveis Publics de Certificacio/Vegeu https://www.catcert.net/verarrel (c)03/Jerarquia Entitats de Certificacio Catalanes\n# Subject: CN=EC-ACC O=Agencia Catalana de Certificacio (NIF Q-0801176-I) OU=Serveis Publics de Certificacio/Vegeu https://www.catcert.net/verarrel (c)03/Jerarquia Entitats de Certificacio Catalanes\n# Label: \"EC-ACC\"\n# Serial: -23701579247955709139626555126524820479\n# MD5 Fingerprint: eb:f5:9d:29:0d:61:f9:42:1f:7c:c2:ba:6d:e3:15:09\n# SHA1 Fingerprint: 28:90:3a:63:5b:52:80:fa:e6:77:4c:0b:6d:a7:d6:ba:a6:4a:f2:e8\n# SHA256 Fingerprint: 88:49:7f:01:60:2f:31:54:24:6a:e2:8c:4d:5a:ef:10:f1:d8:7e:bb:76:62:6f:4a:e0:b7:f9:5b:a7:96:87:99\n-----BEGIN CERTIFICATE-----\nMIIFVjCCBD6gAwIBAgIQ7is969Qh3hSoYqwE893EATANBgkqhkiG9w0BAQUFADCB\n8zELMAkGA1UEBhMCRVMxOzA5BgNVBAoTMkFnZW5jaWEgQ2F0YWxhbmEgZGUgQ2Vy\ndGlmaWNhY2lvIChOSUYgUS0wODAxMTc2LUkpMSgwJgYDVQQLEx9TZXJ2ZWlzIFB1\nYmxpY3MgZGUgQ2VydGlmaWNhY2lvMTUwMwYDVQQLEyxWZWdldSBodHRwczovL3d3\ndy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbCAoYykwMzE1MDMGA1UECxMsSmVyYXJxdWlh\nIEVudGl0YXRzIGRlIENlcnRpZmljYWNpbyBDYXRhbGFuZXMxDzANBgNVBAMTBkVD\nLUFDQzAeFw0wMzAxMDcyMzAwMDBaFw0zMTAxMDcyMjU5NTlaMIHzMQswCQYDVQQG\nEwJFUzE7MDkGA1UEChMyQWdlbmNpYSBDYXRhbGFuYSBkZSBDZXJ0aWZpY2FjaW8g\nKE5JRiBRLTA4MDExNzYtSSkxKDAmBgNVBAsTH1NlcnZlaXMgUHVibGljcyBkZSBD\nZXJ0aWZpY2FjaW8xNTAzBgNVBAsTLFZlZ2V1IGh0dHBzOi8vd3d3LmNhdGNlcnQu\nbmV0L3ZlcmFycmVsIChjKTAzMTUwMwYDVQQLEyxKZXJhcnF1aWEgRW50aXRhdHMg\nZGUgQ2VydGlmaWNhY2lvIENhdGFsYW5lczEPMA0GA1UEAxMGRUMtQUNDMIIBIjAN\nBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsyLHT+KXQpWIR4NA9h0X84NzJB5R\n85iKw5K4/0CQBXCHYMkAqbWUZRkiFRfCQ2xmRJoNBD45b6VLeqpjt4pEndljkYRm\n4CgPukLjbo73FCeTae6RDqNfDrHrZqJyTxIThmV6PttPB/SnCWDaOkKZx7J/sxaV\nHMf5NLWUhdWZXqBIoH7nF2W4onW4HvPlQn2v7fOKSGRdghST2MDk/7NQcvJ29rNd\nQlB50JQ+awwAvthrDk4q7D7SzIKiGGUzE3eeml0aE9jD2z3Il3rucO2n5nzbcc8t\nlGLfbdb1OL4/pYUKGbio2Al1QnDE6u/LDsg0qBIimAy4E5S2S+zw0JDnJwIDAQAB\no4HjMIHgMB0GA1UdEQQWMBSBEmVjX2FjY0BjYXRjZXJ0Lm5ldDAPBgNVHRMBAf8E\nBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUoMOLRKo3pUW/l4Ba0fF4\nopvpXY0wfwYDVR0gBHgwdjB0BgsrBgEEAfV4AQMBCjBlMCwGCCsGAQUFBwIBFiBo\ndHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbDA1BggrBgEFBQcCAjApGidW\nZWdldSBodHRwczovL3d3dy5jYXRjZXJ0Lm5ldC92ZXJhcnJlbCAwDQYJKoZIhvcN\nAQEFBQADggEBAKBIW4IB9k1IuDlVNZyAelOZ1Vr/sXE7zDkJlF7W2u++AVtd0x7Y\n/X1PzaBB4DSTv8vihpw3kpBWHNzrKQXlxJ7HNd+KDM3FIUPpqojlNcAZQmNaAl6k\nSBg6hW/cnbw/nZzBh7h6YQjpdwt/cKt63dmXLGQehb+8dJahw3oS7AwaboMMPOhy\nRp/7SNVel+axofjk70YllJyJ22k4vuxcDlbHZVHlUIiIv0LVKz3l+bqeLrPK9HOS\nAgu+TGbrIP65y7WZf+a2E/rKS03Z7lNGBjvGTq2TWoF+bCpLagVFjPIhpDGQh2xl\nnJ2lYJU6Un/10asIbvPuW/mIPX64b24D5EI=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967\n# Subject: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967\n# Label: \"Actalis Authentication Root CA\"\n# Serial: 6271844772424770508\n# MD5 Fingerprint: 69:c1:0d:4f:07:a3:1b:c3:fe:56:3d:04:bc:11:f6:a6\n# SHA1 Fingerprint: f3:73:b3:87:06:5a:28:84:8a:f2:f3:4a:ce:19:2b:dd:c7:8e:9c:ac\n# SHA256 Fingerprint: 55:92:60:84:ec:96:3a:64:b9:6e:2a:be:01:ce:0b:a8:6a:64:fb:fe:bc:c7:aa:b5:af:c1:55:b3:7f:d7:60:66\n-----BEGIN CERTIFICATE-----\nMIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE\nBhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w\nMzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290\nIENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC\nSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1\nODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv\nUTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX\n4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9\nKK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/\ngCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb\nrxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ\n51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F\nbe8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe\nKF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F\nv6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn\nfpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7\njPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz\nezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt\nifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL\ne3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70\njsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz\nWochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V\nSM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j\npwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX\nX04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok\nfcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R\nK4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU\nZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU\nLysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT\nLnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Buypass Class 2 Root CA O=Buypass AS-983163327\n# Subject: CN=Buypass Class 2 Root CA O=Buypass AS-983163327\n# Label: \"Buypass Class 2 Root CA\"\n# Serial: 2\n# MD5 Fingerprint: 46:a7:d2:fe:45:fb:64:5a:a8:59:90:9b:78:44:9b:29\n# SHA1 Fingerprint: 49:0a:75:74:de:87:0a:47:fe:58:ee:f6:c7:6b:eb:c6:0b:12:40:99\n# SHA256 Fingerprint: 9a:11:40:25:19:7c:5b:b9:5d:94:e6:3d:55:cd:43:79:08:47:b6:46:b2:3c:df:11:ad:a4:a0:0e:ff:15:fb:48\n-----BEGIN CERTIFICATE-----\nMIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd\nMBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg\nQ2xhc3MgMiBSb290IENBMB4XDTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1ow\nTjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw\nHgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB\nBQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1g1Lr\n6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPV\nL4O2fuPn9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC91\n1K2GScuVr1QGbNgGE41b/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHx\nMlAQTn/0hpPshNOOvEu/XAFOBz3cFIqUCqTqc/sLUegTBxj6DvEr0VQVfTzh97QZ\nQmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeffawrbD02TTqigzXsu8lkB\narcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgIzRFo1clr\nUs3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLi\nFRhnBkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRS\nP/TizPJhk9H9Z2vXUq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN\n9SG9dKpN6nIDSdvHXx1iY8f93ZHsM+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxP\nAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMmAd+BikoL1Rpzz\nuvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAU18h\n9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s\nA20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3t\nOluwlN5E40EIosHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo\n+fsicdl9sz1Gv7SEr5AcD48Saq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7\nKcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2\nDISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWDLfJ6v9r9jv6ly0Us\nH8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0oyLQ\nI+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7\n5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h\n3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPz\nY11aWOIv4x3kqdbQCtCev9eBCfHJxyYNrJgWVqA=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Buypass Class 3 Root CA O=Buypass AS-983163327\n# Subject: CN=Buypass Class 3 Root CA O=Buypass AS-983163327\n# Label: \"Buypass Class 3 Root CA\"\n# Serial: 2\n# MD5 Fingerprint: 3d:3b:18:9e:2c:64:5a:e8:d5:88:ce:0e:f9:37:c2:ec\n# SHA1 Fingerprint: da:fa:f7:fa:66:84:ec:06:8f:14:50:bd:c7:c2:81:a5:bc:a9:64:57\n# SHA256 Fingerprint: ed:f7:eb:bc:a2:7a:2a:38:4d:38:7b:7d:40:10:c6:66:e2:ed:b4:84:3e:4c:29:b4:ae:1d:5b:93:32:e6:b2:4d\n-----BEGIN CERTIFICATE-----\nMIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd\nMBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg\nQ2xhc3MgMyBSb290IENBMB4XDTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFow\nTjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw\nHgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB\nBQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRHsJ8Y\nZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3E\nN3coTRiR5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9\ntznDDgFHmV0ST9tD+leh7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX\n0DJq1l1sDPGzbjniazEuOQAnFN44wOwZZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c\n/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH2xc519woe2v1n/MuwU8X\nKhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV/afmiSTY\nzIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvS\nO1UQRwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D\n34xFMFbG02SrZvPAXpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgP\nK9Dx2hzLabjKSWJtyNBjYt1gD1iqj6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3\nAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFEe4zf/lb+74suwv\nTg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAACAj\nQTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV\ncSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXS\nIGrs/CIBKM+GuIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2\nHJLw5QY33KbmkJs4j1xrG0aGQ0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsa\nO5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8ZORK15FTAaggiG6cX0S5y2CBNOxv\n033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2KSb12tjE8nVhz36u\ndmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz6MkE\nkbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg41\n3OEMXbugUZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvD\nu79leNKGef9JOxqDDPDeeOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq\n4/g7u9xN12TyUb7mqqta6THuBrxzvxNiCp/HuZc=\n-----END CERTIFICATE-----\n\n# Issuer: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center\n# Subject: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center\n# Label: \"T-TeleSec GlobalRoot Class 3\"\n# Serial: 1\n# MD5 Fingerprint: ca:fb:40:a8:4e:39:92:8a:1d:fe:8e:2f:c4:27:ea:ef\n# SHA1 Fingerprint: 55:a6:72:3e:cb:f2:ec:cd:c3:23:74:70:19:9d:2a:be:11:e3:81:d1\n# SHA256 Fingerprint: fd:73:da:d3:1c:64:4f:f1:b4:3b:ef:0c:cd:da:96:71:0b:9c:d9:87:5e:ca:7e:31:70:7a:f3:e9:6d:52:2b:bd\n-----BEGIN CERTIFICATE-----\nMIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx\nKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd\nBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl\nYyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgxMDAxMTAyOTU2WhcNMzMxMDAxMjM1\nOTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy\naXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50\nZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0G\nCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN\n8ELg63iIVl6bmlQdTQyK9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/\nRLyTPWGrTs0NvvAgJ1gORH8EGoel15YUNpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4\nhqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZFiP0Zf3WHHx+xGwpzJFu5\nZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W0eDrXltM\nEnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGj\nQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1\nA/d2O2GCahKqGFPrAyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOy\nWL6ukK2YJ5f+AbGwUgC4TeQbIXQbfsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ\n1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzTucpH9sry9uetuUg/vBa3wW30\n6gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7hP0HHRwA11fXT\n91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml\ne9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4p\nTpPDpFQUWw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH\n# Subject: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH\n# Label: \"D-TRUST Root Class 3 CA 2 2009\"\n# Serial: 623603\n# MD5 Fingerprint: cd:e0:25:69:8d:47:ac:9c:89:35:90:f7:fd:51:3d:2f\n# SHA1 Fingerprint: 58:e8:ab:b0:36:15:33:fb:80:f7:9b:1b:6d:29:d3:ff:8d:5f:00:f0\n# SHA256 Fingerprint: 49:e7:a4:42:ac:f0:ea:62:87:05:00:54:b5:25:64:b6:50:e4:f4:9e:42:e3:48:d6:aa:38:e0:39:e9:57:b1:c1\n-----BEGIN CERTIFICATE-----\nMIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF\nMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD\nbGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha\nME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM\nHkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB\nBQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03\nUAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42\ntSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R\nySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM\nlFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp\n/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G\nA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G\nA1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj\ndG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy\nMENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl\ncmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js\nL2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL\nBQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni\nacfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0\no3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K\nzCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8\nPIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y\nJohw1+qRzT65ysCQblrGXnRl11z+o+I=\n-----END CERTIFICATE-----\n\n# Issuer: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH\n# Subject: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH\n# Label: \"D-TRUST Root Class 3 CA 2 EV 2009\"\n# Serial: 623604\n# MD5 Fingerprint: aa:c6:43:2c:5e:2d:cd:c4:34:c0:50:4f:11:02:4f:b6\n# SHA1 Fingerprint: 96:c9:1b:0b:95:b4:10:98:42:fa:d0:d8:22:79:fe:60:fa:b9:16:83\n# SHA256 Fingerprint: ee:c5:49:6b:98:8c:e9:86:25:b9:34:09:2e:ec:29:08:be:d0:b0:f3:16:c2:d4:73:0c:84:ea:f1:f3:d3:48:81\n-----BEGIN CERTIFICATE-----\nMIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF\nMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD\nbGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw\nNDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV\nBAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI\nhvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn\nljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0\n3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z\nqQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR\np75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8\nHgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw\nggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea\nHNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw\nOi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh\nc3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E\nRT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt\ndHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku\nY3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp\n3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05\nnsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF\nCSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na\nxpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX\nKVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1\n-----END CERTIFICATE-----\n\n# Issuer: CN=CA Disig Root R2 O=Disig a.s.\n# Subject: CN=CA Disig Root R2 O=Disig a.s.\n# Label: \"CA Disig Root R2\"\n# Serial: 10572350602393338211\n# MD5 Fingerprint: 26:01:fb:d8:27:a7:17:9a:45:54:38:1a:43:01:3b:03\n# SHA1 Fingerprint: b5:61:eb:ea:a4:de:e4:25:4b:69:1a:98:a5:57:47:c2:34:c7:d9:71\n# SHA256 Fingerprint: e2:3d:4a:03:6d:7b:70:e9:f5:95:b1:42:20:79:d2:b9:1e:df:bb:1f:b6:51:a0:63:3e:aa:8a:9d:c5:f8:07:03\n-----BEGIN CERTIFICATE-----\nMIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV\nBAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu\nMRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy\nMDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx\nEzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw\nggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe\nNcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH\nPWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I\nx2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe\nQTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR\nyyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO\nQG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912\nH9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ\nQfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD\ni/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs\nnLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1\nrqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud\nDwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI\nhvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM\ntCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf\nGopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb\nlvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka\n+elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal\nTFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i\nnSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3\ngzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr\nG5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os\nzMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x\nL4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL\n-----END CERTIFICATE-----\n\n# Issuer: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV\n# Subject: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV\n# Label: \"ACCVRAIZ1\"\n# Serial: 6828503384748696800\n# MD5 Fingerprint: d0:a0:5a:ee:05:b6:09:94:21:a1:7d:f1:b2:29:82:02\n# SHA1 Fingerprint: 93:05:7a:88:15:c6:4f:ce:88:2f:fa:91:16:52:28:78:bc:53:64:17\n# SHA256 Fingerprint: 9a:6e:c0:12:e1:a7:da:9d:be:34:19:4d:47:8a:d7:c0:db:18:22:fb:07:1d:f1:29:81:49:6e:d1:04:38:41:13\n-----BEGIN CERTIFICATE-----\nMIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE\nAwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw\nCQYDVQQGEwJFUzAeFw0xMTA1MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQ\nBgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwHUEtJQUNDVjENMAsGA1UECgwEQUND\nVjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCb\nqau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gMjmoY\nHtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWo\nG2ioPej0RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpA\nlHPrzg5XPAOBOp0KoVdDaaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhr\nIA8wKFSVf+DuzgpmndFALW4ir50awQUZ0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/\n0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDGWuzndN9wrqODJerWx5eH\nk6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs78yM2x/47\n4KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMO\nm3WR5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpa\ncXpkatcnYGMN285J9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPl\nuUsXQA+xtrn13k/c4LOsOxFwYIRKQ26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYI\nKwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRwOi8vd3d3LmFjY3YuZXMvZmls\nZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEuY3J0MB8GCCsG\nAQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2\nVuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeT\nVfZW6oHlNsyMHj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIG\nCCsGAQUFBwICMIIBFB6CARAAQQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUA\ncgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBhAO0AegAgAGQAZQAgAGwAYQAgAEEA\nQwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUAYwBuAG8AbABvAGcA\n7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBjAHQA\ncgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAA\nQwBQAFMAIABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUA\nczAwBggrBgEFBQcCARYkaHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2Mu\naHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRt\naW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2MV9kZXIuY3JsMA4GA1Ud\nDwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZIhvcNAQEF\nBQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdp\nD70ER9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gU\nJyCpZET/LtZ1qmxNYEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+m\nAM/EKXMRNt6GGT6d7hmKG9Ww7Y49nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepD\nvV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJTS+xJlsndQAJxGJ3KQhfnlms\ntn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3sCPdK6jT2iWH\n7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h\nI6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szA\nh1xA2syVP1XgNce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xF\nd3+YJ5oyXSrjhO7FmGYvliAd3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2H\npPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7\n-----END CERTIFICATE-----\n\n# Issuer: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA\n# Subject: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA\n# Label: \"TWCA Global Root CA\"\n# Serial: 3262\n# MD5 Fingerprint: f9:03:7e:cf:e6:9e:3c:73:7a:2a:90:07:69:ff:2b:96\n# SHA1 Fingerprint: 9c:bb:48:53:f6:a4:f6:d3:52:a4:e8:32:52:55:60:13:f5:ad:af:65\n# SHA256 Fingerprint: 59:76:90:07:f7:68:5d:0f:cd:50:87:2f:9f:95:d5:75:5a:5b:2b:45:7d:81:f3:69:2b:61:0a:98:67:2f:0e:1b\n-----BEGIN CERTIFICATE-----\nMIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx\nEjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT\nVFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5\nNTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT\nB1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG\nSIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF\n10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz\n0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh\nMBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH\nzIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc\n46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2\nyKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi\nlaLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP\noA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA\nBDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE\nqYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm\n4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB\n/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL\n1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn\nLhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF\nH6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo\nRI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+\nnile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh\n15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW\n6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW\nnsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j\nwa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz\naGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy\nKwbQBM0=\n-----END CERTIFICATE-----\n\n# Issuer: CN=TeliaSonera Root CA v1 O=TeliaSonera\n# Subject: CN=TeliaSonera Root CA v1 O=TeliaSonera\n# Label: \"TeliaSonera Root CA v1\"\n# Serial: 199041966741090107964904287217786801558\n# MD5 Fingerprint: 37:41:49:1b:18:56:9a:26:f5:ad:c2:66:fb:40:a5:4c\n# SHA1 Fingerprint: 43:13:bb:96:f1:d5:86:9b:c1:4e:6a:92:f6:cf:f6:34:69:87:82:37\n# SHA256 Fingerprint: dd:69:36:fe:21:f8:f0:77:c1:23:a1:a5:21:c1:22:24:f7:22:55:b7:3e:03:a7:26:06:93:e8:a2:4b:0f:a3:89\n-----BEGIN CERTIFICATE-----\nMIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAw\nNzEUMBIGA1UECgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJv\nb3QgQ0EgdjEwHhcNMDcxMDE4MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYD\nVQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwWVGVsaWFTb25lcmEgUm9vdCBDQSB2\nMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+6yfwIaPzaSZVfp3F\nVRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA3GV1\n7CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+X\nZ75Ljo1kB1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+\n/jXh7VB7qTCNGdMJjmhnXb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs\n81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxHoLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkm\ndtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3F0fUTPHSiXk+TT2YqGHe\nOh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJoWjiUIMu\nsDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4\npgd7gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fs\nslESl1MpWtTwEhDcTwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQ\narMCpgKIv7NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYD\nVR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkqhkiG\n9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNmzqjMDfz1mgbl\ndxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx\n0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1Tj\nTQpgcmLNkQfWpb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBed\nY2gea+zDTYa4EzAvXUYNR0PVG6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7\nQ4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpcc41teyWRyu5FrgZLAMzTsVlQ2jqI\nOylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOTJsjrDNYmiLbAJM+7\nvVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2qReW\nt88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcn\nHL/EVlP6Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVx\nSK236thZiNSQvxaz2emsWWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY=\n-----END CERTIFICATE-----\n\n# Issuer: CN=E-Tugra Certification Authority O=E-Tu\\u011fra EBG Bili\\u015fim Teknolojileri ve Hizmetleri A.\\u015e. OU=E-Tugra Sertifikasyon Merkezi\n# Subject: CN=E-Tugra Certification Authority O=E-Tu\\u011fra EBG Bili\\u015fim Teknolojileri ve Hizmetleri A.\\u015e. OU=E-Tugra Sertifikasyon Merkezi\n# Label: \"E-Tugra Certification Authority\"\n# Serial: 7667447206703254355\n# MD5 Fingerprint: b8:a1:03:63:b0:bd:21:71:70:8a:6f:13:3a:bb:79:49\n# SHA1 Fingerprint: 51:c6:e7:08:49:06:6e:f3:92:d4:5c:a0:0d:6d:a3:62:8f:c3:52:39\n# SHA256 Fingerprint: b0:bf:d5:2b:b0:d7:d9:bd:92:bf:5d:4d:c1:3d:a2:55:c0:2c:54:2f:37:83:65:ea:89:39:11:f5:5e:55:f2:3c\n-----BEGIN CERTIFICATE-----\nMIIGSzCCBDOgAwIBAgIIamg+nFGby1MwDQYJKoZIhvcNAQELBQAwgbIxCzAJBgNV\nBAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+BgNVBAoMN0UtVHXEn3JhIEVCRyBC\naWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhpem1ldGxlcmkgQS7Fni4xJjAkBgNV\nBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBNZXJrZXppMSgwJgYDVQQDDB9FLVR1\nZ3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTEzMDMwNTEyMDk0OFoXDTIz\nMDMwMzEyMDk0OFowgbIxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHDAZBbmthcmExQDA+\nBgNVBAoMN0UtVHXEn3JhIEVCRyBCaWxpxZ9pbSBUZWtub2xvamlsZXJpIHZlIEhp\nem1ldGxlcmkgQS7Fni4xJjAkBgNVBAsMHUUtVHVncmEgU2VydGlmaWthc3lvbiBN\nZXJrZXppMSgwJgYDVQQDDB9FLVR1Z3JhIENlcnRpZmljYXRpb24gQXV0aG9yaXR5\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4vU/kwVRHoViVF56C/UY\nB4Oufq9899SKa6VjQzm5S/fDxmSJPZQuVIBSOTkHS0vdhQd2h8y/L5VMzH2nPbxH\nD5hw+IyFHnSOkm0bQNGZDbt1bsipa5rAhDGvykPL6ys06I+XawGb1Q5KCKpbknSF\nQ9OArqGIW66z6l7LFpp3RMih9lRozt6Plyu6W0ACDGQXwLWTzeHxE2bODHnv0ZEo\nq1+gElIwcxmOj+GMB6LDu0rw6h8VqO4lzKRG+Bsi77MOQ7osJLjFLFzUHPhdZL3D\nk14opz8n8Y4e0ypQBaNV2cvnOVPAmJ6MVGKLJrD3fY185MaeZkJVgkfnsliNZvcH\nfC425lAcP9tDJMW/hkd5s3kc91r0E+xs+D/iWR+V7kI+ua2oMoVJl0b+SzGPWsut\ndEcf6ZG33ygEIqDUD13ieU/qbIWGvaimzuT6w+Gzrt48Ue7LE3wBf4QOXVGUnhMM\nti6lTPk5cDZvlsouDERVxcr6XQKj39ZkjFqzAQqptQpHF//vkUAqjqFGOjGY5RH8\nzLtJVor8udBhmm9lbObDyz51Sf6Pp+KJxWfXnUYTTjF2OySznhFlhqt/7x3U+Lzn\nrFpct1pHXFXOVbQicVtbC/DP3KBhZOqp12gKY6fgDT+gr9Oq0n7vUaDmUStVkhUX\nU8u3Zg5mTPj5dUyQ5xJwx0UCAwEAAaNjMGEwHQYDVR0OBBYEFC7j27JJ0JxUeVz6\nJyr+zE7S6E5UMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAULuPbsknQnFR5\nXPonKv7MTtLoTlQwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAF\nNzr0TbdF4kV1JI+2d1LoHNgQk2Xz8lkGpD4eKexd0dCrfOAKkEh47U6YA5n+KGCR\nHTAduGN8qOY1tfrTYXbm1gdLymmasoR6d5NFFxWfJNCYExL/u6Au/U5Mh/jOXKqY\nGwXgAEZKgoClM4so3O0409/lPun++1ndYYRP0lSWE2ETPo+Aab6TR7U1Q9Jauz1c\n77NCR807VRMGsAnb/WP2OogKmW9+4c4bU2pEZiNRCHu8W1Ki/QY3OEBhj0qWuJA3\n+GbHeJAAFS6LrVE1Uweoa2iu+U48BybNCAVwzDk/dr2l02cmAYamU9JgO3xDf1WK\nvJUawSg5TB9D0pH0clmKuVb8P7Sd2nCcdlqMQ1DujjByTd//SffGqWfZbawCEeI6\nFiWnWAjLb1NBnEg4R2gz0dfHj9R0IdTDBZB6/86WiLEVKV0jq9BgoRJP3vQXzTLl\nyb/IQ639Lo7xr+L0mPoSHyDYwKcMhcWQ9DstliaxLL5Mq+ux0orJ23gTDx4JnW2P\nAJ8C2sH6H3p6CcRK5ogql5+Ji/03X186zjhZhkuvcQu02PJwT58yE+Owp1fl2tpD\ny4Q08ijE6m30Ku/Ba3ba+367hTzSU8JNvnHhRdH9I2cNE3X7z2VnIp2usAnRCf8d\nNL/+I5c30jn6PQ0GC7TbO6Orb1wdtn7os4I07QZcJA==\n-----END CERTIFICATE-----\n\n# Issuer: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center\n# Subject: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center\n# Label: \"T-TeleSec GlobalRoot Class 2\"\n# Serial: 1\n# MD5 Fingerprint: 2b:9b:9e:e4:7b:6c:1f:00:72:1a:cc:c1:77:79:df:6a\n# SHA1 Fingerprint: 59:0d:2d:7d:88:4f:40:2e:61:7e:a5:62:32:17:65:cf:17:d8:94:e9\n# SHA256 Fingerprint: 91:e2:f5:78:8d:58:10:eb:a7:ba:58:73:7d:e1:54:8a:8e:ca:cd:01:45:98:bc:0b:14:3e:04:1b:17:05:25:52\n-----BEGIN CERTIFICATE-----\nMIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx\nKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd\nBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl\nYyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1\nOTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy\naXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50\nZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G\nCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd\nAqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC\nFoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi\n1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq\njnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ\nwI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj\nQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/\nWSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy\nNsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC\nuvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw\nIEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6\ng1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN\n9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP\nBSeOE6Fuwg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Atos TrustedRoot 2011 O=Atos\n# Subject: CN=Atos TrustedRoot 2011 O=Atos\n# Label: \"Atos TrustedRoot 2011\"\n# Serial: 6643877497813316402\n# MD5 Fingerprint: ae:b9:c4:32:4b:ac:7f:5d:66:cc:77:94:bb:2a:77:56\n# SHA1 Fingerprint: 2b:b1:f5:3e:55:0c:1d:c5:f1:d4:e6:b7:6a:46:4b:55:06:02:ac:21\n# SHA256 Fingerprint: f3:56:be:a2:44:b7:a9:1e:b3:5d:53:ca:9a:d7:86:4a:ce:01:8e:2d:35:d5:f8:f9:6d:df:68:a6:f4:1a:a4:74\n-----BEGIN CERTIFICATE-----\nMIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UE\nAwwVQXRvcyBUcnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQG\nEwJERTAeFw0xMTA3MDcxNDU4MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMM\nFUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMC\nREUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVhTuXbyo7LjvPpvMp\nNb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr54rM\nVD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+\nSZFhyBH+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ\n4J7sVaE3IqKHBAUsR320HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0L\ncp2AMBYHlT8oDv3FdU9T1nSatCQujgKRz3bFmx5VdJx4IbHwLfELn8LVlhgf8FQi\neowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7Rl+lwrrw7GWzbITAPBgNV\nHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZbNshMBgG\nA1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3\nDQEBCwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8j\nvZfza1zv7v1Apt+hk6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kP\nDpFrdRbhIfzYJsdHt6bPWHJxfrrhTZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pc\nmaHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a961qn8FYiqTxlVMYVqL2Gns2D\nlmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G3mB/ufNPRJLv\nKrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed\n-----END CERTIFICATE-----\n\n# Issuer: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited\n# Subject: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited\n# Label: \"QuoVadis Root CA 1 G3\"\n# Serial: 687049649626669250736271037606554624078720034195\n# MD5 Fingerprint: a4:bc:5b:3f:fe:37:9a:fa:64:f0:e2:fa:05:3d:0b:ab\n# SHA1 Fingerprint: 1b:8e:ea:57:96:29:1a:c9:39:ea:b8:0a:81:1a:73:73:c0:93:79:67\n# SHA256 Fingerprint: 8a:86:6f:d1:b2:76:b5:7e:57:8e:92:1c:65:82:8a:2b:ed:58:e9:f2:f2:88:05:41:34:b7:f1:f4:bf:c9:cc:74\n-----BEGIN CERTIFICATE-----\nMIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQEL\nBQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc\nBgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00\nMjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM\naW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEgRzMwggIiMA0GCSqG\nSIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakEPBtV\nwedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWe\nrNrwU8lmPNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF341\n68Xfuw6cwI2H44g4hWf6Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh\n4Pw5qlPafX7PGglTvF0FBM+hSo+LdoINofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXp\nUhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/lg6AnhF4EwfWQvTA9xO+o\nabw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV7qJZjqlc\n3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G\nKubX9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSt\nhfbZxbGL0eUQMk1fiyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KO\nTk0k+17kBL5yG6YnLUlamXrXXAkgt3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOt\nzCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB\nBjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZIhvcNAQELBQAD\nggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC\nMTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2\ncDMT/uFPpiN3GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUN\nqXsCHKnQO18LwIE6PWThv6ctTr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5\nYCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP+V04ikkwj+3x6xn0dxoxGE1nVGwv\nb2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh3jRJjehZrJ3ydlo2\n8hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fawx/k\nNSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNj\nZgKAvQU6O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhp\nq1467HxpvMc7hU6eFbm0FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFt\nnh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOVhMJKzRwuJIczYOXD\n-----END CERTIFICATE-----\n\n# Issuer: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited\n# Subject: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited\n# Label: \"QuoVadis Root CA 2 G3\"\n# Serial: 390156079458959257446133169266079962026824725800\n# MD5 Fingerprint: af:0c:86:6e:bf:40:2d:7f:0b:3e:12:50:ba:12:3d:06\n# SHA1 Fingerprint: 09:3c:61:f3:8b:8b:dc:7d:55:df:75:38:02:05:00:e1:25:f5:c8:36\n# SHA256 Fingerprint: 8f:e4:fb:0a:f9:3a:4d:0d:67:db:0b:eb:b2:3e:37:c7:1b:f3:25:dc:bc:dd:24:0e:a0:4d:af:58:b4:7e:18:40\n-----BEGIN CERTIFICATE-----\nMIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQEL\nBQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc\nBgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00\nMjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM\naW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIgRzMwggIiMA0GCSqG\nSIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFhZiFf\nqq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMW\nn4rjyduYNM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ym\nc5GQYaYDFCDy54ejiK2toIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+\nO7q414AB+6XrW7PFXmAqMaCvN+ggOp+oMiwMzAkd056OXbxMmO7FGmh77FOm6RQ1\no9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+lV0POKa2Mq1W/xPtbAd0j\nIaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZoL1NesNKq\nIcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz\n8eQQsSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43eh\nvNURG3YBZwjgQQvD6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l\n7ZizlWNof/k19N+IxWA1ksB8aRxhlRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALG\ncC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB\nBjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZIhvcNAQELBQAD\nggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66\nAarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RC\nroijQ1h5fq7KpVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0Ga\nW/ZZGYjeVYg3UQt4XAoeo0L9x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4n\nlv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgzdWqTHBLmYF5vHX/JHyPLhGGfHoJE\n+V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6XU/IyAgkwo1jwDQHV\ncsaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+NwmNtd\ndbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNg\nKCLjsZWDzYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeM\nHVOyToV7BjjHLPj4sHKNJeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4\nWSr2Rz0ZiC3oheGe7IUIarFsNMkd7EgrO3jtZsSOeWmD3n+M\n-----END CERTIFICATE-----\n\n# Issuer: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited\n# Subject: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited\n# Label: \"QuoVadis Root CA 3 G3\"\n# Serial: 268090761170461462463995952157327242137089239581\n# MD5 Fingerprint: df:7d:b9:ad:54:6f:68:a1:df:89:57:03:97:43:b0:d7\n# SHA1 Fingerprint: 48:12:bd:92:3c:a8:c4:39:06:e7:30:6d:27:96:e6:a4:cf:22:2e:7d\n# SHA256 Fingerprint: 88:ef:81:de:20:2e:b0:18:45:2e:43:f8:64:72:5c:ea:5f:bd:1f:c2:d9:d2:05:73:07:09:c5:d8:b8:69:0f:46\n-----BEGIN CERTIFICATE-----\nMIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQEL\nBQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc\nBgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00\nMjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM\naW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMgRzMwggIiMA0GCSqG\nSIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286IxSR\n/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNu\nFoM7pmRLMon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXR\nU7Ox7sWTaYI+FrUoRqHe6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+c\nra1AdHkrAj80//ogaX3T7mH1urPnMNA3I4ZyYUUpSFlob3emLoG+B01vr87ERROR\nFHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3UVDmrJqMz6nWB2i3ND0/k\nA9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f75li59wzw\neyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634Ryl\nsSqiMd5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBp\nVzgeAVuNVejH38DMdyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0Q\nA4XN8f+MFrXBsj6IbGB/kE+V9/YtrQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+\nydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB\nBjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZIhvcNAQELBQAD\nggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px\nKGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnI\nFUBhynLWcKzSt/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5Wvv\noxXqA/4Ti2Tk08HS6IT7SdEQTXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFg\nu/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9DuDcpmvJRPpq3t/O5jrFc/ZSXPsoaP\n0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGibIh6BJpsQBJFxwAYf\n3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmDhPbl\n8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+\nDhcI00iX0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HN\nPlopNLk9hM6xZdRZkZFWdSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/\nywaZWWDYWGWVjUTR939+J399roD1B0y2PpxxVJkES/1Y+Zj0\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert Assured ID Root G2\"\n# Serial: 15385348160840213938643033620894905419\n# MD5 Fingerprint: 92:38:b9:f8:63:24:82:65:2c:57:33:e6:fe:81:8f:9d\n# SHA1 Fingerprint: a1:4b:48:d9:43:ee:0a:0e:40:90:4f:3c:e0:a4:c0:91:93:51:5d:3f\n# SHA256 Fingerprint: 7d:05:eb:b6:82:33:9f:8c:94:51:ee:09:4e:eb:fe:fa:79:53:a1:14:ed:b2:f4:49:49:45:2f:ab:7d:2f:c1:85\n-----BEGIN CERTIFICATE-----\nMIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\nd3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv\nb3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG\nEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl\ncnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi\nMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA\nn61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc\nbiJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp\nEgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA\nbx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu\nYjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB\nAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW\nBBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI\nQW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I\n0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni\nlmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9\nB5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv\nON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo\nIhNzbM8m9Yop5w==\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert Assured ID Root G3\"\n# Serial: 15459312981008553731928384953135426796\n# MD5 Fingerprint: 7c:7f:65:31:0c:81:df:8d:ba:3e:99:e2:5c:ad:6e:fb\n# SHA1 Fingerprint: f5:17:a2:4f:9a:48:c6:c9:f8:a2:00:26:9f:dc:0f:48:2c:ab:30:89\n# SHA256 Fingerprint: 7e:37:cb:8b:4c:47:09:0c:ab:36:55:1b:a6:f4:5d:b8:40:68:0f:ba:16:6a:95:2d:b1:00:71:7f:43:05:3f:c2\n-----BEGIN CERTIFICATE-----\nMIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw\nCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu\nZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg\nRzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV\nUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu\nY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq\nhkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf\nZn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q\nRSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/\nBAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD\nAwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY\nJjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv\n6pZjamVFkpUBtA==\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert Global Root G2\"\n# Serial: 4293743540046975378534879503202253541\n# MD5 Fingerprint: e4:a6:8a:c8:54:ac:52:42:46:0a:fd:72:48:1b:2a:44\n# SHA1 Fingerprint: df:3c:24:f9:bf:d6:66:76:1b:26:80:73:fe:06:d1:cc:8d:4f:82:a4\n# SHA256 Fingerprint: cb:3c:cb:b7:60:31:e5:e0:13:8f:8d:d3:9a:23:f9:de:47:ff:c3:5e:43:c1:14:4c:ea:27:d4:6a:5a:b1:cb:5f\n-----BEGIN CERTIFICATE-----\nMIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\nd3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH\nMjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT\nMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j\nb20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG\n9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI\n2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx\n1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ\nq2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz\ntCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ\nvIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP\nBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV\n5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY\n1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4\nNeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG\nFdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91\n8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe\npLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl\nMrY=\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert Global Root G3\"\n# Serial: 7089244469030293291760083333884364146\n# MD5 Fingerprint: f5:5d:a4:50:a5:fb:28:7e:1e:0f:0d:cc:96:57:56:ca\n# SHA1 Fingerprint: 7e:04:de:89:6a:3e:66:6d:00:e6:87:d3:3f:fa:d9:3b:e8:3d:34:9e\n# SHA256 Fingerprint: 31:ad:66:48:f8:10:41:38:c7:38:f3:9e:a4:32:01:33:39:3e:3a:18:cc:02:29:6e:f9:7c:2a:c9:ef:67:31:d0\n-----BEGIN CERTIFICATE-----\nMIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw\nCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu\nZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe\nFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw\nEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x\nIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF\nK4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG\nfp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO\nZ9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd\nBgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx\nAK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/\noAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8\nsycX\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com\n# Subject: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com\n# Label: \"DigiCert Trusted Root G4\"\n# Serial: 7451500558977370777930084869016614236\n# MD5 Fingerprint: 78:f2:fc:aa:60:1f:2f:b4:eb:c9:37:ba:53:2e:75:49\n# SHA1 Fingerprint: dd:fb:16:cd:49:31:c9:73:a2:03:7d:3f:c8:3a:4d:7d:77:5d:05:e4\n# SHA256 Fingerprint: 55:2f:7b:dc:f1:a7:af:9e:6c:e6:72:01:7f:4f:12:ab:f7:72:40:c7:8e:76:1a:c2:03:d1:d9:d2:0a:c8:99:88\n-----BEGIN CERTIFICATE-----\nMIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi\nMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3\nd3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg\nRzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV\nUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu\nY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG\nSIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y\nithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If\nxp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV\nySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO\nDCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ\njdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/\nCNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi\nEhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM\nfRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY\nuKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK\nchYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t\n9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB\nhjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD\nggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2\nSV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd\n+SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc\nfFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa\nsjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N\ncCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N\n0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie\n4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI\nr/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1\n/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm\ngKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+\n-----END CERTIFICATE-----\n\n# Issuer: CN=COMODO RSA Certification Authority O=COMODO CA Limited\n# Subject: CN=COMODO RSA Certification Authority O=COMODO CA Limited\n# Label: \"COMODO RSA Certification Authority\"\n# Serial: 101909084537582093308941363524873193117\n# MD5 Fingerprint: 1b:31:b0:71:40:36:cc:14:36:91:ad:c4:3e:fd:ec:18\n# SHA1 Fingerprint: af:e5:d2:44:a8:d1:19:42:30:ff:47:9f:e2:f8:97:bb:cd:7a:8c:b4\n# SHA256 Fingerprint: 52:f0:e1:c4:e5:8e:c6:29:29:1b:60:31:7f:07:46:71:b8:5d:7e:a8:0d:5b:07:27:34:63:53:4b:32:b4:02:34\n-----BEGIN CERTIFICATE-----\nMIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB\nhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G\nA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV\nBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5\nMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT\nEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR\nQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh\ndGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR\n6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X\npz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC\n9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV\n/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf\nZd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z\n+pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w\nqP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah\nSL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC\nu9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf\nFobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq\ncrxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E\nFgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB\n/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl\nwFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM\n4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV\n2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna\nFxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ\nCuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK\nboHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke\njkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL\nS0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb\nQOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl\n0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB\nNVOFBkpdn627G190\n-----END CERTIFICATE-----\n\n# Issuer: CN=USERTrust RSA Certification Authority O=The USERTRUST Network\n# Subject: CN=USERTrust RSA Certification Authority O=The USERTRUST Network\n# Label: \"USERTrust RSA Certification Authority\"\n# Serial: 2645093764781058787591871645665788717\n# MD5 Fingerprint: 1b:fe:69:d1:91:b7:19:33:a3:72:a8:0f:e1:55:e5:b5\n# SHA1 Fingerprint: 2b:8f:1b:57:33:0d:bb:a2:d0:7a:6c:51:f7:0e:e9:0d:da:b9:ad:8e\n# SHA256 Fingerprint: e7:93:c9:b0:2f:d8:aa:13:e2:1c:31:22:8a:cc:b0:81:19:64:3b:74:9c:89:89:64:b1:74:6d:46:c3:d4:cb:d2\n-----BEGIN CERTIFICATE-----\nMIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB\niDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl\ncnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV\nBAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw\nMjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV\nBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU\naGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy\ndGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK\nAoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B\n3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY\ntJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/\nFp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2\nVN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT\n79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6\nc0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT\nYo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l\nc6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee\nUB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE\nHg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd\nBgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G\nA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF\nUp/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO\nVWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3\nATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs\n8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR\niQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze\nSf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ\nXHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/\nqS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB\nVXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB\nL6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG\njjxDah2nGN59PRbxYvnKkKj9\n-----END CERTIFICATE-----\n\n# Issuer: CN=USERTrust ECC Certification Authority O=The USERTRUST Network\n# Subject: CN=USERTrust ECC Certification Authority O=The USERTRUST Network\n# Label: \"USERTrust ECC Certification Authority\"\n# Serial: 123013823720199481456569720443997572134\n# MD5 Fingerprint: fa:68:bc:d9:b5:7f:ad:fd:c9:1d:06:83:28:cc:24:c1\n# SHA1 Fingerprint: d1:cb:ca:5d:b2:d5:2a:7f:69:3b:67:4d:e5:f0:5a:1d:0c:95:7d:f0\n# SHA256 Fingerprint: 4f:f4:60:d5:4b:9c:86:da:bf:bc:fc:57:12:e0:40:0d:2b:ed:3f:bc:4d:4f:bd:aa:86:e0:6a:dc:d2:a9:ad:7a\n-----BEGIN CERTIFICATE-----\nMIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDEL\nMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNl\neSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMT\nJVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMjAx\nMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT\nCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg\nVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlm\naWNhdGlvbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqflo\nI+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng\no4N+LZfQYcTxmdwlkWOrfzCjtHDix6EznPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0G\nA1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD\nVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBBHU6+4WMB\nzzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbW\nRNZu9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg=\n-----END CERTIFICATE-----\n\n# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5\n# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5\n# Label: \"GlobalSign ECC Root CA - R5\"\n# Serial: 32785792099990507226680698011560947931244\n# MD5 Fingerprint: 9f:ad:3b:1c:02:1e:8a:ba:17:74:38:81:0c:a2:bc:08\n# SHA1 Fingerprint: 1f:24:c6:30:cd:a4:18:ef:20:69:ff:ad:4f:dd:5f:46:3a:1b:69:aa\n# SHA256 Fingerprint: 17:9f:bc:14:8a:3d:d0:0f:d2:4e:a1:34:58:cc:43:bf:a7:f5:9c:81:82:d7:83:a5:13:f6:eb:ec:10:0c:89:24\n-----BEGIN CERTIFICATE-----\nMIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk\nMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH\nbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX\nDTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD\nQSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu\nMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc\n8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke\nhOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD\nVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI\nKoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg\n515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO\nxwy8p2Fp8fc74SrL+SvzZpA3\n-----END CERTIFICATE-----\n\n# Issuer: CN=Staat der Nederlanden EV Root CA O=Staat der Nederlanden\n# Subject: CN=Staat der Nederlanden EV Root CA O=Staat der Nederlanden\n# Label: \"Staat der Nederlanden EV Root CA\"\n# Serial: 10000013\n# MD5 Fingerprint: fc:06:af:7b:e8:1a:f1:9a:b4:e8:d2:70:1f:c0:f5:ba\n# SHA1 Fingerprint: 76:e2:7e:c1:4f:db:82:c1:c0:a6:75:b5:05:be:3d:29:b4:ed:db:bb\n# SHA256 Fingerprint: 4d:24:91:41:4c:fe:95:67:46:ec:4c:ef:a6:cf:6f:72:e2:8a:13:29:43:2f:9d:8a:90:7a:c4:cb:5d:ad:c1:5a\n-----BEGIN CERTIFICATE-----\nMIIFcDCCA1igAwIBAgIEAJiWjTANBgkqhkiG9w0BAQsFADBYMQswCQYDVQQGEwJO\nTDEeMBwGA1UECgwVU3RhYXQgZGVyIE5lZGVybGFuZGVuMSkwJwYDVQQDDCBTdGFh\ndCBkZXIgTmVkZXJsYW5kZW4gRVYgUm9vdCBDQTAeFw0xMDEyMDgxMTE5MjlaFw0y\nMjEyMDgxMTEwMjhaMFgxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGFhdCBkZXIg\nTmVkZXJsYW5kZW4xKTAnBgNVBAMMIFN0YWF0IGRlciBOZWRlcmxhbmRlbiBFViBS\nb290IENBMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA48d+ifkkSzrS\nM4M1LGns3Amk41GoJSt5uAg94JG6hIXGhaTK5skuU6TJJB79VWZxXSzFYGgEt9nC\nUiY4iKTWO0Cmws0/zZiTs1QUWJZV1VD+hq2kY39ch/aO5ieSZxeSAgMs3NZmdO3d\nZ//BYY1jTw+bbRcwJu+r0h8QoPnFfxZpgQNH7R5ojXKhTbImxrpsX23Wr9GxE46p\nrfNeaXUmGD5BKyF/7otdBwadQ8QpCiv8Kj6GyzyDOvnJDdrFmeK8eEEzduG/L13l\npJhQDBXd4Pqcfzho0LKmeqfRMb1+ilgnQ7O6M5HTp5gVXJrm0w912fxBmJc+qiXb\nj5IusHsMX/FjqTf5m3VpTCgmJdrV8hJwRVXj33NeN/UhbJCONVrJ0yPr08C+eKxC\nKFhmpUZtcALXEPlLVPxdhkqHz3/KRawRWrUgUY0viEeXOcDPusBCAUCZSCELa6fS\n/ZbV0b5GnUngC6agIk440ME8MLxwjyx1zNDFjFE7PZQIZCZhfbnDZY8UnCHQqv0X\ncgOPvZuM5l5Tnrmd74K74bzickFbIZTTRTeU0d8JOV3nI6qaHcptqAqGhYqCvkIH\n1vI4gnPah1vlPNOePqc7nvQDs/nxfRN0Av+7oeX6AHkcpmZBiFxgV6YuCcS6/ZrP\npx9Aw7vMWgpVSzs4dlG4Y4uElBbmVvMCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB\n/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFP6rAJCYniT8qcwaivsnuL8wbqg7\nMA0GCSqGSIb3DQEBCwUAA4ICAQDPdyxuVr5Os7aEAJSrR8kN0nbHhp8dB9O2tLsI\neK9p0gtJ3jPFrK3CiAJ9Brc1AsFgyb/E6JTe1NOpEyVa/m6irn0F3H3zbPB+po3u\n2dfOWBfoqSmuc0iH55vKbimhZF8ZE/euBhD/UcabTVUlT5OZEAFTdfETzsemQUHS\nv4ilf0X8rLiltTMMgsT7B/Zq5SWEXwbKwYY5EdtYzXc7LMJMD16a4/CrPmEbUCTC\nwPTxGfARKbalGAKb12NMcIxHowNDXLldRqANb/9Zjr7dn3LDWyvfjFvO5QxGbJKy\nCqNMVEIYFRIYvdr8unRu/8G2oGTYqV9Vrp9canaW2HNnh/tNf1zuacpzEPuKqf2e\nvTY4SUmH9A4U8OmHuD+nT3pajnnUk+S7aFKErGzp85hwVXIy+TSrK0m1zSBi5Dp6\nZ2Orltxtrpfs/J92VoguZs9btsmksNcFuuEnL5O7Jiqik7Ab846+HUCjuTaPPoIa\nGl6I6lD4WeKDRikL40Rc4ZW2aZCaFG+XroHPaO+Zmr615+F/+PoTRxZMzG0IQOeL\neG9QgkRQP2YGiqtDhFZKDyAthg710tvSeopLzaXoTvFeJiUBWSOgftL2fiFX1ye8\nFVdMpEbB4IMeDExNH08GGeL5qPQ6gqGyeUN51q1veieQA6TqJIc/2b3Z6fJfUEkc\n7uzXLg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=IdenTrust Commercial Root CA 1 O=IdenTrust\n# Subject: CN=IdenTrust Commercial Root CA 1 O=IdenTrust\n# Label: \"IdenTrust Commercial Root CA 1\"\n# Serial: 13298821034946342390520003877796839426\n# MD5 Fingerprint: b3:3e:77:73:75:ee:a0:d3:e3:7e:49:63:49:59:bb:c7\n# SHA1 Fingerprint: df:71:7e:aa:4a:d9:4e:c9:55:84:99:60:2d:48:de:5f:bc:f0:3a:25\n# SHA256 Fingerprint: 5d:56:49:9b:e4:d2:e0:8b:cf:ca:d0:8a:3e:38:72:3d:50:50:3b:de:70:69:48:e4:2f:55:60:30:19:e5:28:ae\n-----BEGIN CERTIFICATE-----\nMIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBK\nMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVu\nVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQw\nMTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScw\nJQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwggIiMA0GCSqG\nSIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ldhNlT\n3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU\n+ehcCuz/mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gp\nS0l4PJNgiCL8mdo2yMKi1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1\nbVoE/c40yiTcdCMbXTMTEl3EASX2MN0CXZ/g1Ue9tOsbobtJSdifWwLziuQkkORi\nT0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl3ZBWzvurpWCdxJ35UrCL\nvYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzyNeVJSQjK\nVsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZK\ndHzVWYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHT\nc+XvvqDtMwt0viAgxGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hv\nl7yTmvmcEpB4eoCHFddydJxVdHixuuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5N\niGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB\n/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZIhvcNAQELBQAD\nggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH\n6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwt\nLRvM7Kqas6pgghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93\nnAbowacYXVKV7cndJZ5t+qntozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3\n+wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmVYjzlVYA211QC//G5Xc7UI2/YRYRK\nW2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUXfeu+h1sXIFRRk0pT\nAwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq\nl1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG\n4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZ\nmUlO+KWA2yUPHGNiiskzZ2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A\n7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7RcGzM7vRX+Bi6hG6H\n-----END CERTIFICATE-----\n\n# Issuer: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust\n# Subject: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust\n# Label: \"IdenTrust Public Sector Root CA 1\"\n# Serial: 13298821034946342390521976156843933698\n# MD5 Fingerprint: 37:06:a5:b0:fc:89:9d:ba:f4:6b:8c:1a:64:cd:d5:ba\n# SHA1 Fingerprint: ba:29:41:60:77:98:3f:f4:f3:ef:f2:31:05:3b:2e:ea:6d:4d:45:fd\n# SHA256 Fingerprint: 30:d0:89:5a:9a:44:8a:26:20:91:63:55:22:d1:f5:20:10:b5:86:7a:ca:e1:2c:78:ef:95:8f:d4:f4:38:9f:2f\n-----BEGIN CERTIFICATE-----\nMIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBN\nMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVu\nVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcN\nMzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0\nMSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwggIi\nMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTyP4o7\nekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGy\nRBb06tD6Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlS\nbdsHyo+1W/CD80/HLaXIrcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF\n/YTLNiCBWS2ab21ISGHKTN9T0a9SvESfqy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R\n3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoSmJxZZoY+rfGwyj4GD3vw\nEUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFnol57plzy\n9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9V\nGxyhLrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ\n2fjXctscvG29ZV/viDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsV\nWaFHVCkugyhfHMKiq3IXAAaOReyL4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gD\nW/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/\nBAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMwDQYJKoZIhvcN\nAQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj\nt2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHV\nDRDtfULAj+7AmgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9\nTaDKQGXSc3z1i9kKlT/YPyNtGtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8G\nlwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFtm6/n6J91eEyrRjuazr8FGF1NFTwW\nmhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMxNRF4eKLg6TCMf4Df\nWN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4Mhn5\n+bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJ\ntshquDDIajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhA\nGaQdp/lLQzfcaFpPz+vCZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv\n8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ3Wl9af0AVqW3rLatt8o+Ae+c\n-----END CERTIFICATE-----\n\n# Issuer: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only\n# Subject: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only\n# Label: \"Entrust Root Certification Authority - G2\"\n# Serial: 1246989352\n# MD5 Fingerprint: 4b:e2:c9:91:96:65:0c:f4:0e:5a:93:92:a0:0a:fe:b2\n# SHA1 Fingerprint: 8c:f4:27:fd:79:0c:3a:d1:66:06:8d:e8:1e:57:ef:bb:93:22:72:d4\n# SHA256 Fingerprint: 43:df:57:74:b0:3e:7f:ef:5f:e4:0d:93:1a:7b:ed:f1:bb:2e:6b:42:73:8c:4e:6d:38:41:10:3d:3a:a7:f3:39\n-----BEGIN CERTIFICATE-----\nMIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC\nVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50\ncnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs\nIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz\ndCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy\nNTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu\ndHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt\ndGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0\naG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj\nYXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK\nAoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T\nRU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN\ncCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW\nwcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1\nU1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0\njaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP\nBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN\nBgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/\njTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ\nRkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v\n1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R\nnAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH\nVHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only\n# Subject: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only\n# Label: \"Entrust Root Certification Authority - EC1\"\n# Serial: 51543124481930649114116133369\n# MD5 Fingerprint: b6:7e:1d:f0:58:c5:49:6c:24:3b:3d:ed:98:18:ed:bc\n# SHA1 Fingerprint: 20:d8:06:40:df:9b:25:f5:12:25:3a:11:ea:f7:59:8a:eb:14:b5:47\n# SHA256 Fingerprint: 02:ed:0e:b2:8c:14:da:45:16:5c:56:67:91:70:0d:64:51:d7:fb:56:f0:b2:ab:1d:3b:8e:b0:70:e5:6e:df:f5\n-----BEGIN CERTIFICATE-----\nMIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG\nA1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3\nd3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu\ndHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq\nRW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy\nMTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD\nVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0\nL2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g\nZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD\nZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi\nA2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt\nByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH\nBz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O\nBBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC\nR98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX\nhTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G\n-----END CERTIFICATE-----\n\n# Issuer: CN=CFCA EV ROOT O=China Financial Certification Authority\n# Subject: CN=CFCA EV ROOT O=China Financial Certification Authority\n# Label: \"CFCA EV ROOT\"\n# Serial: 407555286\n# MD5 Fingerprint: 74:e1:b6:ed:26:7a:7a:44:30:33:94:ab:7b:27:81:30\n# SHA1 Fingerprint: e2:b8:29:4b:55:84:ab:6b:58:c2:90:46:6c:ac:3f:b8:39:8f:84:83\n# SHA256 Fingerprint: 5c:c3:d7:8e:4e:1d:5e:45:54:7a:04:e6:87:3e:64:f9:0c:f9:53:6d:1c:cc:2e:f8:00:f3:55:c4:c5:fd:70:fd\n-----BEGIN CERTIFICATE-----\nMIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD\nTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9y\naXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkx\nMjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5j\naWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJP\nT1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnVBU03\nsQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpL\nTIpTUnrD7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5\n/ZOkVIBMUtRSqy5J35DNuF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp\n7hZZLDRJGqgG16iI0gNyejLi6mhNbiyWZXvKWfry4t3uMCz7zEasxGPrb382KzRz\nEpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7xzbh72fROdOXW3NiGUgt\nhxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9fpy25IGvP\na931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqot\naK8KgWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNg\nTnYGmE69g60dWIolhdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfV\nPKPtl8MeNPo4+QgO48BdK4PRVmrJtqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hv\ncWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAfBgNVHSMEGDAWgBTj/i39KNAL\ntbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAd\nBgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB\nACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObT\nej/tUxPQ4i9qecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdL\njOztUmCypAbqTuv0axn96/Ua4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBS\nESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sGE5uPhnEFtC+NiWYzKXZUmhH4J/qy\nP5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfXBDrDMlI1Dlb4pd19\nxIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjnaH9d\nCi77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN\n5mydLIhyPDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe\n/v5WOaHIz16eGWRGENoXkbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+Z\nAAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3CekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ\n5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su\n-----END CERTIFICATE-----\n\n# Issuer: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed\n# Subject: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed\n# Label: \"OISTE WISeKey Global Root GB CA\"\n# Serial: 157768595616588414422159278966750757568\n# MD5 Fingerprint: a4:eb:b9:61:28:2e:b7:2f:98:b0:35:26:90:99:51:1d\n# SHA1 Fingerprint: 0f:f9:40:76:18:d3:d7:6a:4b:98:f0:a8:35:9e:0c:fd:27:ac:cc:ed\n# SHA256 Fingerprint: 6b:9c:08:e8:6e:b0:f7:67:cf:ad:65:cd:98:b6:21:49:e5:49:4a:67:f5:84:5e:7b:d1:ed:01:9f:27:b8:6b:d6\n-----BEGIN CERTIFICATE-----\nMIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs/gjGvbCwDANBgkqhkiG9w0BAQsFADBt\nMQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUg\nRm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9i\nYWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAwMzJaFw0zOTEyMDExNTEwMzFaMG0x\nCzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBG\nb3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2Jh\nbCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3\nHEokKtaXscriHvt9OO+Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGx\nWuR51jIjK+FTzJlFXHtPrby/h0oLS5daqPZI7H17Dc0hBt+eFf1Biki3IPShehtX\n1F1Q/7pn2COZH8g/497/b1t3sWtuuMlk9+HKQUYOKXHQuSP8yYFfTvdv37+ErXNk\nu7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06/4oQnc/nSMbsrY9gBQHTC5P\n99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4+lT1ZvIiwNjeOvgGUpuuy9r\nM2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw\nAwEB/zAdBgNVHQ4EFgQUNQ/INmNe4qPs+TtmFc5RUuORmj0wEAYJKwYBBAGCNxUB\nBAMCAQAwDQYJKoZIhvcNAQELBQADggEBAEBM+4eymYGQfp3FsLAmzYh7KzKNbrgh\ncViXfa43FK8+5/ea4n32cZiZBKpDdHij40lhPnOMTZTg+XHEthYOU3gf1qKHLwI5\ngSk8rxWYITD+KJAAjNHhy/peyP34EEY7onhCkRd0VQreUGdNZtGn//3ZwLWoo4rO\nZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEuiHZeeevJuQHHf\naPFlTc58Bd9TZaml8LGXBHAVRgOY1NK/VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic\nNc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM=\n-----END CERTIFICATE-----\n\n# Issuer: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A.\n# Subject: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A.\n# Label: \"SZAFIR ROOT CA2\"\n# Serial: 357043034767186914217277344587386743377558296292\n# MD5 Fingerprint: 11:64:c1:89:b0:24:b1:8c:b1:07:7e:89:9e:51:9e:99\n# SHA1 Fingerprint: e2:52:fa:95:3f:ed:db:24:60:bd:6e:28:f3:9c:cc:cf:5e:b3:3f:de\n# SHA256 Fingerprint: a1:33:9d:33:28:1a:0b:56:e5:57:d3:d3:2b:1c:e7:f9:36:7e:b0:94:bd:5f:a7:2a:7e:50:04:c8:de:d7:ca:fe\n-----BEGIN CERTIFICATE-----\nMIIDcjCCAlqgAwIBAgIUPopdB+xV0jLVt+O2XwHrLdzk1uQwDQYJKoZIhvcNAQEL\nBQAwUTELMAkGA1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6\nZW5pb3dhIFMuQS4xGDAWBgNVBAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkw\nNzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9L\ncmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYDVQQDDA9TWkFGSVIg\nUk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5QqEvN\nQLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5/QqGJ3a0a4m7utT\n3PSQ1hNKDJA8w/Ta0o4NkjrcsbH/ON7Dui1fgLkCvUqdGw+0w8LBZwPd3BucPbOw\n3gAeqDRHu5rr/gsUvTaE2g0gv/pby6kWIK05YO4vdbbnl5z5Pv1+TW9NL++IDWr6\n3fE9biCloBK0TXC5ztdyO4mTp4CEHCdJckm1/zuVnsHMyAHs6A6KCpbns6aH5db5\nBSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwiieDhZNRnvDF5YTy7ykHN\nXGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD\nAgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX/hd56zwyDANBgkqhkiG9w0BAQsF\nAAOCAQEAtXP4A9xZWx126aMqe5Aosk3AM0+qmrHUuOQn/6mWmc5G4G18TKI4pAZw\n8PRBEew/R40/cof5O/2kbytTAOD/OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOG\nnXkZ7/e7DDWQw4rtTw/1zBLZpD67oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT+ymCP\noky4rc/hkA/NrgrHXXu3UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7js4MNIThPIGy\nd05DpYhfhmehPea0XGG2Ptv+tyjFogeutcrKjSoS75ftwjCkySp6+/NNIxuZMzSg\nLvWpCz/UXeHPhJ/iGcJfitYgHuNztw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority\n# Subject: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority\n# Label: \"Certum Trusted Network CA 2\"\n# Serial: 44979900017204383099463764357512596969\n# MD5 Fingerprint: 6d:46:9e:d9:25:6d:08:23:5b:5e:74:7d:1e:27:db:f2\n# SHA1 Fingerprint: d3:dd:48:3e:2b:bf:4c:05:e8:af:10:f5:fa:76:26:cf:d3:dc:30:92\n# SHA256 Fingerprint: b6:76:f2:ed:da:e8:77:5c:d3:6c:b0:f6:3c:d1:d4:60:39:61:f4:9e:62:65:ba:01:3a:2f:03:07:b6:d0:b8:04\n-----BEGIN CERTIFICATE-----\nMIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN/yqXhKN6TANBgkqhkiG9w0BAQ0FADCB\ngDELMAkGA1UEBhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMu\nQS4xJzAlBgNVBAsTHkNlcnR1bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIG\nA1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29yayBDQSAyMCIYDzIwMTExMDA2MDgz\nOTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZ\nVW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRp\nZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3\nb3JrIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9+Xj45tWA\nDGSdhhuWZGc/IjoedQF97/tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn\n0+i6MLs+CRqnSZXvK0AkwpfHp+6bJe+oCgCXhVqqndwpyeI1B+twTUrWwbNWuKFB\nOJvR+zF/j+Bf4bE/D44WSWDXBo0Y+aomEKsq09DRZ40bRr5HMNUuctHFY9rnY3lE\nfktjJImGLjQ/KUxSiyqnwOKRKIm5wFv5HdnnJ63/mgKXwcZQkpsCLL2puTRZCr+E\nSv/f/rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV+SQgkK7QtbwYeDBoz1m\no130GO6IyY0XRSmZMnUCMe4pJshrAua1YkV/NxVaI2iJ1D7eTiew8EAMvE0Xy02i\nsx7QBlrd9pPPV3WZ9fqGGmd4s7+W/jTcvedSVuWz5XV710GRBdxdaeOVDUO5/IOW\nOZV7bIBaTxNyxtd9KXpEulKkKtVBRgkg/iKgtlswjbyJDNXXcPiHUv3a76xRLgez\nTv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pyehizKV/Ma5ciSixqClnrDvFAS\nadgOWkaLOusm+iPJtrCBvkIApPjW/jAux9JG9uWOdf3yzLnQh1vMBhBgu4M1t15n\n3kfsmUjxpKEV/q2MYo45VU85FrmxY53/twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD\nAQH/MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU+Bym0ToO/TAOBgNVHQ8BAf8EBAMC\nAQYwDQYJKoZIhvcNAQENBQADggIBAHGlDs7k6b8/ONWJWsQCYftMxRQXLYtPU2sQ\nF/xlhMcQSZDe28cmk4gmb3DWAl45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTf\nCVn0W3cLN+mLIMb4Ck4uWBzrM9DPhmDJ2vuAL55MYIR4PSFk1vtBHxgP58l1cb29\nXN40hz5BsA72udY/CROWFC/emh1auVbONTqwX3BNXuMp8SMoclm2q8KMZiYcdywm\ndjWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tMpkT/\nWjzGHWTYtTHkpjx6qFcL2+1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO/jb\nAoJnwTnbw3RLPTYe+SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksq\nP/ujmv5zMnHCnsZy4YpoJ/HkD7TETKVhk/iXEAcqMCWpuchxuO9ozC1+9eB+D4Ko\nb7a6bINDd82Kkhehnlt4Fj1F4jNy3eFmypnTycUm/Q1oBEauttmbjL4ZvrHG8hnj\nXALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLXis7VmFxWlgPF7ncGNf/P\n5O4/E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7zAYspsbi\nDrW5viSP\n-----END CERTIFICATE-----\n\n# Issuer: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority\n# Subject: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority\n# Label: \"Hellenic Academic and Research Institutions RootCA 2015\"\n# Serial: 0\n# MD5 Fingerprint: ca:ff:e2:db:03:d9:cb:4b:e9:0f:ad:84:fd:7b:18:ce\n# SHA1 Fingerprint: 01:0c:06:95:a6:98:19:14:ff:bf:5f:c6:b0:b6:95:ea:29:e9:12:a6\n# SHA256 Fingerprint: a0:40:92:9a:02:ce:53:b4:ac:f4:f2:ff:c6:98:1c:e4:49:6f:75:5e:6d:45:fe:0b:2a:69:2b:cd:52:52:3f:36\n-----BEGIN CERTIFICATE-----\nMIIGCzCCA/OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1Ix\nDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5k\nIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMT\nN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9v\ndENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAxMTIxWjCBpjELMAkG\nA1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNh\nZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkx\nQDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1\ndGlvbnMgUm9vdENBIDIwMTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC\nAQDC+Kk/G4n8PDwEXT2QNrCROnk8ZlrvbTkBSRq0t89/TSNTt5AA4xMqKKYx8ZEA\n4yjsriFBzh/a/X0SWwGDD7mwX5nh8hKDgE0GPt+sr+ehiGsxr/CL0BgzuNtFajT0\nAoAkKAoCFZVedioNmToUW/bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts+6PAQZe10\n4S+nfK8nNLspfZu2zwnI5dMK/IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06C\nojXdFPQf/7J31Ycvqm59JCfnxssm5uX+Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV\n9Cz82XBST3i4vTwri5WY9bPRaM8gFH5MXF/ni+X1NYEZN9cRCLdmvtNKzoNXADrD\ngfgXy5I2XdGj2HUb4Ysn6npIQf1FGQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6\nY5ZLKTBOhE5iGV48zpeQpX8B653g+IuJ3SWYPZK2fu/Z8VFRfS0myGlZYeCsargq\nNhEEelC9MoS+L9xy1dcdFkfkR2YgP/SWxa+OAXqlD3pk9Q0Yh9muiNX6hME6wGko\nLfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax+0VVFqmjZayc\nBw/qa9wfLgZy7IaIEuQt218FL+TwA9MmM+eAws1CoRc0CwIDAQABo0IwQDAPBgNV\nHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVd\nctA4GGqd83EkVAswDQYJKoZIhvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0I\nXtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF+D1hYc2Ryx+hFjtyp8iY/xnmMsVMI\nM4GwVhO+5lFc2JsKT0ucVlMC6U/2DWDqTUJV6HwbISHTGzrMd/K4kPFox/la/vot\n9L/J9UUbzjgQKjeKeaO04wlshYaT/4mWJ3iBj2fjRnRUjtkNaeJK9E10A/+yd+2V\nZ5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB+JGGTe08DMiUNRSQrlrRGar9KC/ea\nj8GsGsVn82800vpzY4zvFrCopEYq+OsS7HK07/grfoxSwIuEVPkvPuNVqNxmsdnh\nX9izjFk0WaSrT2y7HxjbdavYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQ\nl033DlZdwJVqwjbDG2jJ9SrcR5q+ss7FJej6A7na+RZukYT1HCjI/CbM1xyQVqdf\nbzoEvM14iQuODy+jqk+iGxI9FghAD/FGTNeqewjBCvVtJ94Cj8rDtSvK6evIIVM4\npcw72Hc3MKJP2W/R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGaJI7ZjnHK\ne7iG2rKPmT4dEw0SEe7Uq/DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0\nvm9qp/UsQu0yrbYhnr68\n-----END CERTIFICATE-----\n\n# Issuer: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority\n# Subject: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority\n# Label: \"Hellenic Academic and Research Institutions ECC RootCA 2015\"\n# Serial: 0\n# MD5 Fingerprint: 81:e5:b4:17:eb:c2:f5:e1:4b:0d:41:7b:49:92:fe:ef\n# SHA1 Fingerprint: 9f:f1:71:8d:92:d5:9a:f3:7d:74:97:b4:bc:6f:84:68:0b:ba:b6:66\n# SHA256 Fingerprint: 44:b5:45:aa:8a:25:e6:5a:73:ca:15:dc:27:fc:36:d2:4c:1c:b9:95:3a:06:65:39:b1:15:82:dc:48:7b:48:33\n-----BEGIN CERTIFICATE-----\nMIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzAN\nBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl\nc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hl\nbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgRUNDIFJv\nb3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEwMzcxMlowgaoxCzAJ\nBgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmljIEFj\nYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5\nMUQwQgYDVQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0\ndXRpb25zIEVDQyBSb290Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKg\nQehLgoRc4vgxEZmGZE4JJS+dQS8KrjVPdJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJa\njq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoKVlp8aQuqgAkkbH7BRqNC\nMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFLQi\nC4KZJAEOnLvkDv2/+5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaep\nlSTAGiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy/XZxMOIQIwBeF1Ad5o7Sof\nTUwJCA3sS61kFyjndc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR\n-----END CERTIFICATE-----\n\n# Issuer: CN=ISRG Root X1 O=Internet Security Research Group\n# Subject: CN=ISRG Root X1 O=Internet Security Research Group\n# Label: \"ISRG Root X1\"\n# Serial: 172886928669790476064670243504169061120\n# MD5 Fingerprint: 0c:d2:f9:e0:da:17:73:e9:ed:86:4d:a5:e3:70:e7:4e\n# SHA1 Fingerprint: ca:bd:2a:79:a1:07:6a:31:f2:1d:25:36:35:cb:03:9d:43:29:a5:e8\n# SHA256 Fingerprint: 96:bc:ec:06:26:49:76:f3:74:60:77:9a:cf:28:c5:a7:cf:e8:a3:c0:aa:e1:1a:8f:fc:ee:05:c0:bd:df:08:c6\n-----BEGIN CERTIFICATE-----\nMIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw\nTzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh\ncmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4\nWhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu\nZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY\nMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc\nh77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+\n0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U\nA5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW\nT8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH\nB5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC\nB5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv\nKBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn\nOlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn\njh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw\nqHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI\nrU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV\nHRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq\nhkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL\nubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ\n3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK\nNFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5\nORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur\nTkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC\njNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc\noyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq\n4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA\nmRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d\nemyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc=\n-----END CERTIFICATE-----\n\n# Issuer: O=FNMT-RCM OU=AC RAIZ FNMT-RCM\n# Subject: O=FNMT-RCM OU=AC RAIZ FNMT-RCM\n# Label: \"AC RAIZ FNMT-RCM\"\n# Serial: 485876308206448804701554682760554759\n# MD5 Fingerprint: e2:09:04:b4:d3:bd:d1:a0:14:fd:1a:d2:47:c4:57:1d\n# SHA1 Fingerprint: ec:50:35:07:b2:15:c4:95:62:19:e2:a8:9a:5b:42:99:2c:4c:2c:20\n# SHA256 Fingerprint: eb:c5:57:0c:29:01:8c:4d:67:b1:aa:12:7b:af:12:f7:03:b4:61:1e:bc:17:b7:da:b5:57:38:94:17:9b:93:fa\n-----BEGIN CERTIFICATE-----\nMIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsx\nCzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJ\nWiBGTk1ULVJDTTAeFw0wODEwMjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJ\nBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBG\nTk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALpxgHpMhm5/\nyBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcfqQgf\nBBckWKo3Shjf5TnUV/3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAz\nWHFctPVrbtQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxF\ntBDXaEAUwED653cXeuYLj2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw+Z\n374jNUUeAlz+taibmSXaXvMiwzn15Cou08YfxGyqxRxqAQVKL9LFwag0Jl1mpdIC\nIfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mwWsXmo8RZZUc1g16p6DUL\nmbvkzSDGm0oGObVo/CK67lWMK07q87Hj/LaZmtVC+nFNCM+HHmpxffnTtOmlcYF7\nwk5HlqX2doWjKI/pgG6BU6VtX7hI+cL5NqYuSf+4lsKMB7ObiFj86xsc3i1w4peS\nMKGJ47xVqCfWS+2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2\nZSysV4999AeU14ECll2jB0nVetBX+RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMet\nUqIJ5G+GR4of6ygnXYMgrwTJbFaai0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH/BAUw\nAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2gzL+H\nYJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1odHRwOi8vd3d3\nLmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3/MjTvDD\nnFFlm5wioooMhfNzKWtN/gHiqQxjAb8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1\nRXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM\nLVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf\n77IzlhEYt8llvhjho6Tc+hj507wTmzl6NLrTQfv6MooqtyuGC2mDOL7Nii4LcK2N\nJpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA+fdZn71uSANA+iW+YJF1DngoABd15jm\nfZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO+FB8TxxuBEOb+dY7Ixjp\n6o7RTUaN8Tvkasq6+yO3m/qZASlaWFot4/nUbQ4mrcFuNLwy+AwF+mWj2zs3gyLp\n1txyM/1d8iC9djwj2ij3+RvrWWTV3F9yfiD8zYm1kGdNYno/Tq0dwzn+evQoFt9B\n9kiABdcPUXmsEKvU7ANm5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wok\nRqEIr9baRRmW1FMdW4R58MD3R++Lj8UGrp1MYp3/RgT408m2ECVAdf4WqslKYIYv\nuu8wd+RU4riEmViAqhOLUTpPSPaLtrM=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Amazon Root CA 1 O=Amazon\n# Subject: CN=Amazon Root CA 1 O=Amazon\n# Label: \"Amazon Root CA 1\"\n# Serial: 143266978916655856878034712317230054538369994\n# MD5 Fingerprint: 43:c6:bf:ae:ec:fe:ad:2f:18:c6:88:68:30:fc:c8:e6\n# SHA1 Fingerprint: 8d:a7:f9:65:ec:5e:fc:37:91:0f:1c:6e:59:fd:c1:cc:6a:6e:de:16\n# SHA256 Fingerprint: 8e:cd:e6:88:4f:3d:87:b1:12:5b:a3:1a:c3:fc:b1:3d:70:16:de:7f:57:cc:90:4f:e1:cb:97:c6:ae:98:19:6e\n-----BEGIN CERTIFICATE-----\nMIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsF\nADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6\nb24gUm9vdCBDQSAxMB4XDTE1MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTEL\nMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv\nb3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXj\nca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM\n9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw\nIFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6\nVOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L\n93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQm\njgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC\nAYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3DQEBCwUA\nA4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI\nU5PMCCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUs\nN+gDS63pYaACbvXy8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vv\no/ufQJVtMVT8QtPHRh8jrdkPSHCa2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU\n5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2xJNDd2ZhwLnoQdeXeGADbkpy\nrqXRfboQnoZsG4q5WTP468SQvvG5\n-----END CERTIFICATE-----\n\n# Issuer: CN=Amazon Root CA 2 O=Amazon\n# Subject: CN=Amazon Root CA 2 O=Amazon\n# Label: \"Amazon Root CA 2\"\n# Serial: 143266982885963551818349160658925006970653239\n# MD5 Fingerprint: c8:e5:8d:ce:a8:42:e2:7a:c0:2a:5c:7c:9e:26:bf:66\n# SHA1 Fingerprint: 5a:8c:ef:45:d7:a6:98:59:76:7a:8c:8b:44:96:b5:78:cf:47:4b:1a\n# SHA256 Fingerprint: 1b:a5:b2:aa:8c:65:40:1a:82:96:01:18:f8:0b:ec:4f:62:30:4d:83:ce:c4:71:3a:19:c3:9c:01:1e:a4:6d:b4\n-----BEGIN CERTIFICATE-----\nMIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD+WGePhbJruKNzANBgkqhkiG9w0BAQwF\nADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6\nb24gUm9vdCBDQSAyMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTEL\nMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv\nb3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK2Wny2cSkxK\ngXlRmeyKy2tgURO8TW0G/LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4kHbZ\nW0/jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg\n1dKmSYXpN+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K\n8nu+NQWpEjTj82R0Yiw9AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r\n2UXTu/Bfh+08LDmG2j/e7HJV63mjrdvdfLC6HM783k81ds8P+HgfajZRRidhW+me\nz/CiVX18JYpvL7TFz4QuK/0NURBs+18bvBt+xa47mAExkv8LV/SasrlX6avvDXbR\n8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f/aS0ZzQGPSSbtqDT6Zj\nmUyl+17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO+ekQiG+r5jqFoz\n7Mt0Q5X5bGlSNscpb/xVA1wf+5+9R+vnSUeVC06JIglJ4PVhHvG/LopyboBZ/1c6\n+XUyo05f7O0oYtlNc/LMgRdg7c3r3NunysV+Ar3yVAhU/bQtCSwXVEqY0VThUWcI\n0u1ufm8/0i2BWSlmy5A5lREedCf+3euvAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMB\nAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSwDPBMMPQFWAJI/TPlUq9LhONm\nUjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o+Ci1M3m9Zh6O+oAA7CXDpO8Wqj2\nLIxyh6mx/H9z/WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat+2/XcycuUY\n+gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr/+c8mmpJ5581LxedhpxfL86kS\nk5Nrp+gvU5LEYFiwzAJRGFuFjWJZY7attN6a+yb3ACfAXVU3dJnJUH/jWS5E4ywl\n7uxMMne0nxrpS10gxdr9HIcWxkPo1LsmmkVwXqkLN1PiRnsn/eBG8om3zEK2yygm\nbtmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQgj9sAq+uEjonljYE1x2igGOpm/Hl\nurR8FLBOybEfdF849lHqm/osohHUqS0nGkWxr7JOcQ3AWEbWaQbLU8uz/mtBzUF+\nfUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63\nn749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE\n76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H\n9jVlpNMKVv/1F2Rs76giJUmTtt8AF9pYfl3uxRuw0dFfIRDH+fO6AgonB8Xx1sfT\n4PsJYGw=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Amazon Root CA 3 O=Amazon\n# Subject: CN=Amazon Root CA 3 O=Amazon\n# Label: \"Amazon Root CA 3\"\n# Serial: 143266986699090766294700635381230934788665930\n# MD5 Fingerprint: a0:d4:ef:0b:f7:b5:d8:49:95:2a:ec:f5:c4:fc:81:87\n# SHA1 Fingerprint: 0d:44:dd:8c:3c:8c:1a:1a:58:75:64:81:e9:0f:2e:2a:ff:b3:d2:6e\n# SHA256 Fingerprint: 18:ce:6c:fe:7b:f1:4e:60:b2:e3:47:b8:df:e8:68:cb:31:d0:2e:bb:3a:da:27:15:69:f5:03:43:b4:6d:b3:a4\n-----BEGIN CERTIFICATE-----\nMIIBtjCCAVugAwIBAgITBmyf1XSXNmY/Owua2eiedgPySjAKBggqhkjOPQQDAjA5\nMQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g\nUm9vdCBDQSAzMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG\nA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg\nQ0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZBf8ANm+gBG1bG8lKl\nui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjrZt6j\nQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSr\nttvXBp43rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkr\nBqWTrBqYaGFy+uGh0PsceGCmQ5nFuMQCIQCcAu/xlJyzlvnrxir4tiz+OpAUFteM\nYyRIHN8wfdVoOw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Amazon Root CA 4 O=Amazon\n# Subject: CN=Amazon Root CA 4 O=Amazon\n# Label: \"Amazon Root CA 4\"\n# Serial: 143266989758080763974105200630763877849284878\n# MD5 Fingerprint: 89:bc:27:d5:eb:17:8d:06:6a:69:d5:fd:89:47:b4:cd\n# SHA1 Fingerprint: f6:10:84:07:d6:f8:bb:67:98:0c:c2:e2:44:c2:eb:ae:1c:ef:63:be\n# SHA256 Fingerprint: e3:5d:28:41:9e:d0:20:25:cf:a6:90:38:cd:62:39:62:45:8d:a5:c6:95:fb:de:a3:c2:2b:0b:fb:25:89:70:92\n-----BEGIN CERTIFICATE-----\nMIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ+Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5\nMQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g\nUm9vdCBDQSA0MB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG\nA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg\nQ0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN/sGKe0uoe0ZLY7Bi\n9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb/egQbeOc4OO9X4Ri83Bk\nM6DLJC9wuoihKqB1+IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH/BAUwAwEB\n/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WB\nMAoGCCqGSM49BAMDA2gAMGUCMDqLIfG9fhGt0O9Yli/W651+kI0rz2ZVwyzjKKlw\nCkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1AE47xDqUEpHJWEadIRNyp4iciuRMStuW\n1KyLa2tJElMzrdfkviT8tQp21KW8EA==\n-----END CERTIFICATE-----\n\n# Issuer: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM\n# Subject: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM\n# Label: \"TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1\"\n# Serial: 1\n# MD5 Fingerprint: dc:00:81:dc:69:2f:3e:2f:b0:3b:f6:3d:5a:91:8e:49\n# SHA1 Fingerprint: 31:43:64:9b:ec:ce:27:ec:ed:3a:3f:0b:8f:0d:e4:e8:91:dd:ee:ca\n# SHA256 Fingerprint: 46:ed:c3:68:90:46:d5:3a:45:3f:b3:10:4a:b8:0d:ca:ec:65:8b:26:60:ea:16:29:dd:7e:86:79:90:64:87:16\n-----BEGIN CERTIFICATE-----\nMIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIx\nGDAWBgNVBAcTD0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxp\nbXNlbCB2ZSBUZWtub2xvamlrIEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0w\nKwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24gTWVya2V6aSAtIEthbXUgU00xNjA0\nBgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRpZmlrYXNpIC0gU3Vy\ndW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYDVQQG\nEwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXll\nIEJpbGltc2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklU\nQUsxLTArBgNVBAsTJEthbXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBT\nTTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11IFNNIFNTTCBLb2sgU2VydGlmaWthc2kg\nLSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3UwM6q7\na9OZLBI3hNmNe5eA027n/5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y86Ij5iySr\nLqP1N+RAjhgleYN1Hzv/bKjFxlb4tO2KRKOrbEz8HdDc72i9z+SqzvBV96I01INr\nN3wcwv61A+xXzry0tcXtAA9TNypN9E8Mg/uGz8v+jE69h/mniyFXnHrfA2eJLJ2X\nYacQuFWQfw4tJzh03+f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ/\niSIzL+aFCr2lqBs23tPcLG07xxO9WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4f\nAJNG4e7p+exPFwIDAQABo0IwQDAdBgNVHQ4EFgQUZT/HiobGPN08VFw1+DrtUgxH\nV8gwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL\nBQADggEBACo/4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh\nAHe+SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw+0mFZx+CFOKWI3QSyjfwbPf\nIPP54+M638yclNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr+ZO7rqu4\nlzwDGrpDxpa5RXI4s6ehlj2Re37AIVNMh+3yC1SVUZPVIqUNivGTDj5UDrDYyU7c\n8jEyVupk+eq1nRZmQnLzf9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf\nlo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM=\n-----END CERTIFICATE-----\n\n# Issuer: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.\n# Subject: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.\n# Label: \"GDCA TrustAUTH R5 ROOT\"\n# Serial: 9009899650740120186\n# MD5 Fingerprint: 63:cc:d9:3d:34:35:5c:6f:53:a3:e2:08:70:48:1f:b4\n# SHA1 Fingerprint: 0f:36:38:5b:81:1a:25:c3:9b:31:4e:83:ca:e9:34:66:70:cc:74:b4\n# SHA256 Fingerprint: bf:ff:8f:d0:44:33:48:7d:6a:8a:a6:0c:1a:29:76:7a:9f:c2:bb:b0:5e:42:0f:71:3a:13:b9:92:89:1d:38:93\n-----BEGIN CERTIFICATE-----\nMIIFiDCCA3CgAwIBAgIIfQmX/vBH6nowDQYJKoZIhvcNAQELBQAwYjELMAkGA1UE\nBhMCQ04xMjAwBgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZ\nIENPLixMVEQuMR8wHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMB4XDTE0\nMTEyNjA1MTMxNVoXDTQwMTIzMTE1NTk1OVowYjELMAkGA1UEBhMCQ04xMjAwBgNV\nBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZIENPLixMVEQuMR8w\nHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMIICIjANBgkqhkiG9w0BAQEF\nAAOCAg8AMIICCgKCAgEA2aMW8Mh0dHeb7zMNOwZ+Vfy1YI92hhJCfVZmPoiC7XJj\nDp6L3TQsAlFRwxn9WVSEyfFrs0yw6ehGXTjGoqcuEVe6ghWinI9tsJlKCvLriXBj\nTnnEt1u9ol2x8kECK62pOqPseQrsXzrj/e+APK00mxqriCZ7VqKChh/rNYmDf1+u\nKU49tm7srsHwJ5uu4/Ts765/94Y9cnrrpftZTqfrlYwiOXnhLQiPzLyRuEH3FMEj\nqcOtmkVEs7LXLM3GKeJQEK5cy4KOFxg2fZfmiJqwTTQJ9Cy5WmYqsBebnh52nUpm\nMUHfP/vFBu8btn4aRjb3ZGM74zkYI+dndRTVdVeSN72+ahsmUPI2JgaQxXABZG12\nZuGR224HwGGALrIuL4xwp9E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloP\nzgsMR6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3Gk\nL30SgLdTMEZeS1SZD2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeC\njGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj4oR24qoAATILnsn8JuLwwoC8N9VKejveSswoA\nHQBUlwbgsQfZxw9cZX08bVlX5O2ljelAU58VS6Bx9hoh49pwBiFYFIeFd3mqgnkC\nAwEAAaNCMEAwHQYDVR0OBBYEFOLJQJ9NzuiaoXzPDj9lxSmIahlRMA8GA1UdEwEB\n/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQDRSVfg\np8xoWLoBDysZzY2wYUWsEe1jUGn4H3++Fo/9nesLqjJHdtJnJO29fDMylyrHBYZm\nDRd9FBUb1Ov9H5r2XpdptxolpAqzkT9fNqyL7FeoPueBihhXOYV0GkLH6VsTX4/5\nCOmSdI31R9KrO9b7eGZONn356ZLpBN79SWP8bfsUcZNnL0dKt7n/HipzcEYwv1ry\nL3ml4Y0M2fmyYzeMN2WFcGpcWwlyua1jPLHd+PwyvzeG5LuOmCd+uh8W4XAR8gPf\nJWIyJyYYMoSf/wA6E7qaTfRPuBRwIrHKK5DOKcFw9C+df/KQHtZa37dG/OaG+svg\nIHZ6uqbL9XzeYqWxi+7egmaKTjowHz+Ay60nugxe19CxVsp3cbK1daFQqUBDF8Io\n2c9Si1vIY9RCPqAzekYu9wogRlR+ak8x8YF+QnQ4ZXMn7sZ8uI7XpTrXmKGcjBBV\n09tL7ECQ8s1uV9JiDnxXk7Gnbc2dg7sq5+W2O3FYrf3RRbxake5TFW/TRQl1brqQ\nXR4EzzffHqhmsYzmIGrv/EhOdJhCrylvLmrH+33RZjEizIYAfmaDDEL0vTSSwxrq\nT8p+ck0LcIymSLumoRT2+1hEmRSuqguTaaApJUqlyyvdimYHFngVV3Eb7PVHhPOe\nMTd61X8kreS8/f3MboPoDKi3QWwH3b08hpcv0g==\n-----END CERTIFICATE-----\n\n# Issuer: CN=TrustCor RootCert CA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority\n# Subject: CN=TrustCor RootCert CA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority\n# Label: \"TrustCor RootCert CA-1\"\n# Serial: 15752444095811006489\n# MD5 Fingerprint: 6e:85:f1:dc:1a:00:d3:22:d5:b2:b2:ac:6b:37:05:45\n# SHA1 Fingerprint: ff:bd:cd:e7:82:c8:43:5e:3c:6f:26:86:5c:ca:a8:3a:45:5b:c3:0a\n# SHA256 Fingerprint: d4:0e:9c:86:cd:8f:e4:68:c1:77:69:59:f4:9e:a7:74:fa:54:86:84:b6:c4:06:f3:90:92:61:f4:dc:e2:57:5c\n-----BEGIN CERTIFICATE-----\nMIIEMDCCAxigAwIBAgIJANqb7HHzA7AZMA0GCSqGSIb3DQEBCwUAMIGkMQswCQYD\nVQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEk\nMCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5U\ncnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxHzAdBgNVBAMMFlRydXN0Q29y\nIFJvb3RDZXJ0IENBLTEwHhcNMTYwMjA0MTIzMjE2WhcNMjkxMjMxMTcyMzE2WjCB\npDELMAkGA1UEBhMCUEExDzANBgNVBAgMBlBhbmFtYTEUMBIGA1UEBwwLUGFuYW1h\nIENpdHkxJDAiBgNVBAoMG1RydXN0Q29yIFN5c3RlbXMgUy4gZGUgUi5MLjEnMCUG\nA1UECwweVHJ1c3RDb3IgQ2VydGlmaWNhdGUgQXV0aG9yaXR5MR8wHQYDVQQDDBZU\ncnVzdENvciBSb290Q2VydCBDQS0xMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB\nCgKCAQEAv463leLCJhJrMxnHQFgKq1mqjQCj/IDHUHuO1CAmujIS2CNUSSUQIpid\nRtLByZ5OGy4sDjjzGiVoHKZaBeYei0i/mJZ0PmnK6bV4pQa81QBeCQryJ3pS/C3V\nseq0iWEk8xoT26nPUu0MJLq5nux+AHT6k61sKZKuUbS701e/s/OojZz0JEsq1pme\n9J7+wH5COucLlVPat2gOkEz7cD+PSiyU8ybdY2mplNgQTsVHCJCZGxdNuWxu72CV\nEY4hgLW9oHPY0LJ3xEXqWib7ZnZ2+AYfYW0PVcWDtxBWcgYHpfOxGgMFZA6dWorW\nhnAbJN7+KIor0Gqw/Hqi3LJ5DotlDwIDAQABo2MwYTAdBgNVHQ4EFgQU7mtJPHo/\nDeOxCbeKyKsZn3MzUOcwHwYDVR0jBBgwFoAU7mtJPHo/DeOxCbeKyKsZn3MzUOcw\nDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQAD\nggEBACUY1JGPE+6PHh0RU9otRCkZoB5rMZ5NDp6tPVxBb5UrJKF5mDo4Nvu7Zp5I\n/5CQ7z3UuJu0h3U/IJvOcs+hVcFNZKIZBqEHMwwLKeXx6quj7LUKdJDHfXLy11yf\nke+Ri7fc7Waiz45mO7yfOgLgJ90WmMCV1Aqk5IGadZQ1nJBfiDcGrVmVCrDRZ9MZ\nyonnMlo2HD6CqFqTvsbQZJG2z9m2GM/bftJlo6bEjhcxwft+dtvTheNYsnd6djts\nL1Ac59v2Z3kf9YKVmgenFK+P3CghZwnS1k1aHBkcjndcw5QkPTJrS37UeJSDvjdN\nzl/HHk484IkzlQsPpTLWPFp5LBk=\n-----END CERTIFICATE-----\n\n# Issuer: CN=TrustCor RootCert CA-2 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority\n# Subject: CN=TrustCor RootCert CA-2 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority\n# Label: \"TrustCor RootCert CA-2\"\n# Serial: 2711694510199101698\n# MD5 Fingerprint: a2:e1:f8:18:0b:ba:45:d5:c7:41:2a:bb:37:52:45:64\n# SHA1 Fingerprint: b8:be:6d:cb:56:f1:55:b9:63:d4:12:ca:4e:06:34:c7:94:b2:1c:c0\n# SHA256 Fingerprint: 07:53:e9:40:37:8c:1b:d5:e3:83:6e:39:5d:ae:a5:cb:83:9e:50:46:f1:bd:0e:ae:19:51:cf:10:fe:c7:c9:65\n-----BEGIN CERTIFICATE-----\nMIIGLzCCBBegAwIBAgIIJaHfyjPLWQIwDQYJKoZIhvcNAQELBQAwgaQxCzAJBgNV\nBAYTAlBBMQ8wDQYDVQQIDAZQYW5hbWExFDASBgNVBAcMC1BhbmFtYSBDaXR5MSQw\nIgYDVQQKDBtUcnVzdENvciBTeXN0ZW1zIFMuIGRlIFIuTC4xJzAlBgNVBAsMHlRy\ndXN0Q29yIENlcnRpZmljYXRlIEF1dGhvcml0eTEfMB0GA1UEAwwWVHJ1c3RDb3Ig\nUm9vdENlcnQgQ0EtMjAeFw0xNjAyMDQxMjMyMjNaFw0zNDEyMzExNzI2MzlaMIGk\nMQswCQYDVQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEg\nQ2l0eTEkMCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYD\nVQQLDB5UcnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxHzAdBgNVBAMMFlRy\ndXN0Q29yIFJvb3RDZXJ0IENBLTIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK\nAoICAQCnIG7CKqJiJJWQdsg4foDSq8GbZQWU9MEKENUCrO2fk8eHyLAnK0IMPQo+\nQVqedd2NyuCb7GgypGmSaIwLgQ5WoD4a3SwlFIIvl9NkRvRUqdw6VC0xK5mC8tkq\n1+9xALgxpL56JAfDQiDyitSSBBtlVkxs1Pu2YVpHI7TYabS3OtB0PAx1oYxOdqHp\n2yqlO/rOsP9+aij9JxzIsekp8VduZLTQwRVtDr4uDkbIXvRR/u8OYzo7cbrPb1nK\nDOObXUm4TOJXsZiKQlecdu/vvdFoqNL0Cbt3Nb4lggjEFixEIFapRBF37120Hape\naz6LMvYHL1cEksr1/p3C6eizjkxLAjHZ5DxIgif3GIJ2SDpxsROhOdUuxTTCHWKF\n3wP+TfSvPd9cW436cOGlfifHhi5qjxLGhF5DUVCcGZt45vz27Ud+ez1m7xMTiF88\noWP7+ayHNZ/zgp6kPwqcMWmLmaSISo5uZk3vFsQPeSghYA2FFn3XVDjxklb9tTNM\ng9zXEJ9L/cb4Qr26fHMC4P99zVvh1Kxhe1fVSntb1IVYJ12/+CtgrKAmrhQhJ8Z3\nmjOAPF5GP/fDsaOGM8boXg25NSyqRsGFAnWAoOsk+xWq5Gd/bnc/9ASKL3x74xdh\n8N0JqSDIvgmk0H5Ew7IwSjiqqewYmgeCK9u4nBit2uBGF6zPXQIDAQABo2MwYTAd\nBgNVHQ4EFgQU2f4hQG6UnrybPZx9mCAZ5YwwYrIwHwYDVR0jBBgwFoAU2f4hQG6U\nnrybPZx9mCAZ5YwwYrIwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYw\nDQYJKoZIhvcNAQELBQADggIBAJ5Fngw7tu/hOsh80QA9z+LqBrWyOrsGS2h60COX\ndKcs8AjYeVrXWoSK2BKaG9l9XE1wxaX5q+WjiYndAfrs3fnpkpfbsEZC89NiqpX+\nMWcUaViQCqoL7jcjx1BRtPV+nuN79+TMQjItSQzL/0kMmx40/W5ulop5A7Zv2wnL\n/V9lFDfhOPXzYRZY5LVtDQsEGz9QLX+zx3oaFoBg+Iof6Rsqxvm6ARppv9JYx1RX\nCI/hOWB3S6xZhBqI8d3LT3jX5+EzLfzuQfogsL7L9ziUwOHQhQ+77Sxzq+3+knYa\nZH9bDTMJBzN7Bj8RpFxwPIXAz+OQqIN3+tvmxYxoZxBnpVIt8MSZj3+/0WvitUfW\n2dCFmU2Umw9Lje4AWkcdEQOsQRivh7dvDDqPys/cA8GiCcjl/YBeyGBCARsaU1q7\nN6a3vLqE6R5sGtRk2tRD/pOLS/IseRYQ1JMLiI+h2IYURpFHmygk71dSTlxCnKr3\nSewn6EAes6aJInKc9Q0ztFijMDvd1GpUk74aTfOTlPf8hAs/hCBcNANExdqtvArB\nAs8e5ZTZ845b2EzwnexhF7sUMlQMAimTHpKG9n/v55IFDlndmQguLvqcAFLTxWYp\n5KeXRKQOKIETNcX2b2TmQcTVL8w0RSXPQQCWPUouwpaYT05KnJe32x+SMsj/D1Fu\n1uwJ\n-----END CERTIFICATE-----\n\n# Issuer: CN=TrustCor ECA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority\n# Subject: CN=TrustCor ECA-1 O=TrustCor Systems S. de R.L. OU=TrustCor Certificate Authority\n# Label: \"TrustCor ECA-1\"\n# Serial: 9548242946988625984\n# MD5 Fingerprint: 27:92:23:1d:0a:f5:40:7c:e9:e6:6b:9d:d8:f5:e7:6c\n# SHA1 Fingerprint: 58:d1:df:95:95:67:6b:63:c0:f0:5b:1c:17:4d:8b:84:0b:c8:78:bd\n# SHA256 Fingerprint: 5a:88:5d:b1:9c:01:d9:12:c5:75:93:88:93:8c:af:bb:df:03:1a:b2:d4:8e:91:ee:15:58:9b:42:97:1d:03:9c\n-----BEGIN CERTIFICATE-----\nMIIEIDCCAwigAwIBAgIJAISCLF8cYtBAMA0GCSqGSIb3DQEBCwUAMIGcMQswCQYD\nVQQGEwJQQTEPMA0GA1UECAwGUGFuYW1hMRQwEgYDVQQHDAtQYW5hbWEgQ2l0eTEk\nMCIGA1UECgwbVHJ1c3RDb3IgU3lzdGVtcyBTLiBkZSBSLkwuMScwJQYDVQQLDB5U\ncnVzdENvciBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkxFzAVBgNVBAMMDlRydXN0Q29y\nIEVDQS0xMB4XDTE2MDIwNDEyMzIzM1oXDTI5MTIzMTE3MjgwN1owgZwxCzAJBgNV\nBAYTAlBBMQ8wDQYDVQQIDAZQYW5hbWExFDASBgNVBAcMC1BhbmFtYSBDaXR5MSQw\nIgYDVQQKDBtUcnVzdENvciBTeXN0ZW1zIFMuIGRlIFIuTC4xJzAlBgNVBAsMHlRy\ndXN0Q29yIENlcnRpZmljYXRlIEF1dGhvcml0eTEXMBUGA1UEAwwOVHJ1c3RDb3Ig\nRUNBLTEwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDPj+ARtZ+odnbb\n3w9U73NjKYKtR8aja+3+XzP4Q1HpGjORMRegdMTUpwHmspI+ap3tDvl0mEDTPwOA\nBoJA6LHip1GnHYMma6ve+heRK9jGrB6xnhkB1Zem6g23xFUfJ3zSCNV2HykVh0A5\n3ThFEXXQmqc04L/NyFIduUd+Dbi7xgz2c1cWWn5DkR9VOsZtRASqnKmcp0yJF4Ou\nowReUoCLHhIlERnXDH19MURB6tuvsBzvgdAsxZohmz3tQjtQJvLsznFhBmIhVE5/\nwZ0+fyCMgMsq2JdiyIMzkX2woloPV+g7zPIlstR8L+xNxqE6FXrntl019fZISjZF\nZtS6mFjBAgMBAAGjYzBhMB0GA1UdDgQWBBREnkj1zG1I1KBLf/5ZJC+Dl5mahjAf\nBgNVHSMEGDAWgBREnkj1zG1I1KBLf/5ZJC+Dl5mahjAPBgNVHRMBAf8EBTADAQH/\nMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAQEABT41XBVwm8nHc2Fv\ncivUwo/yQ10CzsSUuZQRg2dd4mdsdXa/uwyqNsatR5Nj3B5+1t4u/ukZMjgDfxT2\nAHMsWbEhBuH7rBiVDKP/mZb3Kyeb1STMHd3BOuCYRLDE5D53sXOpZCz2HAF8P11F\nhcCF5yWPldwX8zyfGm6wyuMdKulMY/okYWLW2n62HGz1Ah3UKt1VkOsqEUc8Ll50\nsoIipX1TH0XsJ5F95yIW6MBoNtjG8U+ARDL54dHRHareqKucBK+tIA5kmE2la8BI\nWJZpTdwHjFGTot+fDz2LYLSCjaoITmJF4PkL0uDgPFveXHEnJcLmA4GLEFPjx1Wi\ntJ/X5g==\n-----END CERTIFICATE-----\n\n# Issuer: CN=SSL.com Root Certification Authority RSA O=SSL Corporation\n# Subject: CN=SSL.com Root Certification Authority RSA O=SSL Corporation\n# Label: \"SSL.com Root Certification Authority RSA\"\n# Serial: 8875640296558310041\n# MD5 Fingerprint: 86:69:12:c0:70:f1:ec:ac:ac:c2:d5:bc:a5:5b:a1:29\n# SHA1 Fingerprint: b7:ab:33:08:d1:ea:44:77:ba:14:80:12:5a:6f:bd:a9:36:49:0c:bb\n# SHA256 Fingerprint: 85:66:6a:56:2e:e0:be:5c:e9:25:c1:d8:89:0a:6f:76:a8:7e:c1:6d:4d:7d:5f:29:ea:74:19:cf:20:12:3b:69\n-----BEGIN CERTIFICATE-----\nMIIF3TCCA8WgAwIBAgIIeyyb0xaAMpkwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UE\nBhMCVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQK\nDA9TU0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZp\nY2F0aW9uIEF1dGhvcml0eSBSU0EwHhcNMTYwMjEyMTczOTM5WhcNNDEwMjEyMTcz\nOTM5WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv\ndXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNv\nbSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQTCCAiIwDQYJKoZIhvcN\nAQEBBQADggIPADCCAgoCggIBAPkP3aMrfcvQKv7sZ4Wm5y4bunfh4/WvpOz6Sl2R\nxFdHaxh3a3by/ZPkPQ/CFp4LZsNWlJ4Xg4XOVu/yFv0AYvUiCVToZRdOQbngT0aX\nqhvIuG5iXmmxX9sqAn78bMrzQdjt0Oj8P2FI7bADFB0QDksZ4LtO7IZl/zbzXmcC\nC52GVWH9ejjt/uIZALdvoVBidXQ8oPrIJZK0bnoix/geoeOy3ZExqysdBP+lSgQ3\n6YWkMyv94tZVNHwZpEpox7Ko07fKoZOI68GXvIz5HdkihCR0xwQ9aqkpk8zruFvh\n/l8lqjRYyMEjVJ0bmBHDOJx+PYZspQ9AhnwC9FwCTyjLrnGfDzrIM/4RJTXq/LrF\nYD3ZfBjVsqnTdXgDciLKOsMf7yzlLqn6niy2UUb9rwPW6mBo6oUWNmuF6R7As93E\nJNyAKoFBbZQ+yODJgUEAnl6/f8UImKIYLEJAs/lvOCdLToD0PYFH4Ih86hzOtXVc\nUS4cK38acijnALXRdMbX5J+tB5O2UzU1/Dfkw/ZdFr4hc96SCvigY2q8lpJqPvi8\nZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi81xtZPCvM8hnIk2snYxnP/Okm\n+Mpxm3+T/jRnhE6Z6/yzeAkzcLpmpnbtG3PrGqUNxCITIJRWCk4sbE6x/c+cCbqi\nM+2HAgMBAAGjYzBhMB0GA1UdDgQWBBTdBAkHovV6fVJTEpKV7jiAJQ2mWTAPBgNV\nHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFN0ECQei9Xp9UlMSkpXuOIAlDaZZMA4G\nA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAIBgRlCn7Jp0cHh5wYfGV\ncpNxJK1ok1iOMq8bs3AD/CUrdIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBc\nHadm47GUBwwyOabqG7B52B2ccETjit3E+ZUfijhDPwGFpUenPUayvOUiaPd7nNgs\nPgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAslu1OJD7OAUN5F7kR/\nq5R4ZJjT9ijdh9hwZXT7DrkT66cPYakylszeu+1jTBi7qUD3oFRuIIhxdRjqerQ0\ncuAjJ3dctpDqhiVAq+8zD8ufgr6iIPv2tS0a5sKFsXQP+8hlAqRSAUfdSSLBv9jr\na6x+3uxjMxW3IwiPxg+NQVrdjsW5j+VFP3jbutIbQLH+cU0/4IGiul607BXgk90I\nH37hVZkLId6Tngr75qNJvTYw/ud3sqB1l7UtgYgXZSD32pAAn8lSzDLKNXz1PQ/Y\nK9f1JmzJBjSWFupwWRoyeXkLtoh/D1JIPb9s2KJELtFOt3JY04kTlf5Eq/jXixtu\nnLwsoFvVagCvXzfh1foQC5ichucmj87w7G6KVwuA406ywKBjYZC6VWg3dGq2ktuf\noYYitmUnDuy2n0Jg5GfCtdpBC8TTi2EbvPofkSvXRAdeuims2cXp71NIWuuA8ShY\nIc2wBlX7Jz9TkHCpBB5XJ7k=\n-----END CERTIFICATE-----\n\n# Issuer: CN=SSL.com Root Certification Authority ECC O=SSL Corporation\n# Subject: CN=SSL.com Root Certification Authority ECC O=SSL Corporation\n# Label: \"SSL.com Root Certification Authority ECC\"\n# Serial: 8495723813297216424\n# MD5 Fingerprint: 2e:da:e4:39:7f:9c:8f:37:d1:70:9f:26:17:51:3a:8e\n# SHA1 Fingerprint: c3:19:7c:39:24:e6:54:af:1b:c4:ab:20:95:7a:e2:c3:0e:13:02:6a\n# SHA256 Fingerprint: 34:17:bb:06:cc:60:07:da:1b:96:1c:92:0b:8a:b4:ce:3f:ad:82:0e:4a:a3:0b:9a:cb:c4:a7:4e:bd:ce:bc:65\n-----BEGIN CERTIFICATE-----\nMIICjTCCAhSgAwIBAgIIdebfy8FoW6gwCgYIKoZIzj0EAwIwfDELMAkGA1UEBhMC\nVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T\nU0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0\naW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNDAzWhcNNDEwMjEyMTgxNDAz\nWjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0\nb24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNvbSBS\nb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuB\nBAAiA2IABEVuqVDEpiM2nl8ojRfLliJkP9x6jh3MCLOicSS6jkm5BBtHllirLZXI\n7Z4INcgn64mMU1jrYor+8FsPazFSY0E7ic3s7LaNGdM0B9y7xgZ/wkWV7Mt/qCPg\nCemB+vNH06NjMGEwHQYDVR0OBBYEFILRhXMw5zUE044CkvvlpNHEIejNMA8GA1Ud\nEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUgtGFczDnNQTTjgKS++Wk0cQh6M0wDgYD\nVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2cAMGQCMG/n61kRpGDPYbCWe+0F+S8T\nkdzt5fxQaxFGRrMcIQBiu77D5+jNB5n5DQtdcj7EqgIwH7y6C+IwJPt8bYBVCpk+\ngA0z5Wajs6O7pdWLjwkspl1+4vAHCGht0nxpbl/f5Wpl\n-----END CERTIFICATE-----\n\n# Issuer: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation\n# Subject: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation\n# Label: \"SSL.com EV Root Certification Authority RSA R2\"\n# Serial: 6248227494352943350\n# MD5 Fingerprint: e1:1e:31:58:1a:ae:54:53:02:f6:17:6a:11:7b:4d:95\n# SHA1 Fingerprint: 74:3a:f0:52:9b:d0:32:a0:f4:4a:83:cd:d4:ba:a9:7b:7c:2e:c4:9a\n# SHA256 Fingerprint: 2e:7b:f1:6c:c2:24:85:a7:bb:e2:aa:86:96:75:07:61:b0:ae:39:be:3b:2f:e9:d0:cc:6d:4e:f7:34:91:42:5c\n-----BEGIN CERTIFICATE-----\nMIIF6zCCA9OgAwIBAgIIVrYpzTS8ePYwDQYJKoZIhvcNAQELBQAwgYIxCzAJBgNV\nBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UE\nCgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQDDC5TU0wuY29tIEVWIFJvb3QgQ2Vy\ndGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIyMB4XDTE3MDUzMTE4MTQzN1oXDTQy\nMDUzMDE4MTQzN1owgYIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4G\nA1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQD\nDC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIy\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvq\nM0fNTPl9fb69LT3w23jhhqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssuf\nOePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7wcXHswxzpY6IXFJ3vG2fThVUCAtZJycxa\n4bH3bzKfydQ7iEGonL3Lq9ttewkfokxykNorCPzPPFTOZw+oz12WGQvE43LrrdF9\nHSfvkusQv1vrO6/PgN3B0pYEW3p+pKk8OHakYo6gOV7qd89dAFmPZiw+B6KjBSYR\naZfqhbcPlgtLyEDhULouisv3D5oi53+aNxPN8k0TayHRwMwi8qFG9kRpnMphNQcA\nb9ZhCBHqurj26bNg5U257J8UZslXWNvNh2n4ioYSA0e/ZhN2rHd9NCSFg83XqpyQ\nGp8hLH94t2S42Oim9HizVcuE0jLEeK6jj2HdzghTreyI/BXkmg3mnxp3zkyPuBQV\nPWKchjgGAGYS5Fl2WlPAApiiECtoRHuOec4zSnaqW4EWG7WK2NAAe15itAnWhmMO\npgWVSbooi4iTsjQc2KRVbrcc0N6ZVTsj9CLg+SlmJuwgUHfbSguPvuUCYHBBXtSu\nUDkiFCbLsjtzdFVHB3mBOagwE0TlBIqulhMlQg+5U8Sb/M3kHN48+qvWBkofZ6aY\nMBzdLNvcGJVXZsb/XItW9XcCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNV\nHSMEGDAWgBT5YLvU49U09rj1BoAlp3PbRmmonjAdBgNVHQ4EFgQU+WC71OPVNPa4\n9QaAJadz20ZpqJ4wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBW\ns47LCp1Jjr+kxJG7ZhcFUZh1++VQLHqe8RT6q9OKPv+RKY9ji9i0qVQBDb6Thi/5\nSm3HXvVX+cpVHBK+Rw82xd9qt9t1wkclf7nxY/hoLVUE0fKNsKTPvDxeH3jnpaAg\ncLAExbf3cqfeIg29MyVGjGSSJuM+LmOW2puMPfgYCdcDzH2GguDKBAdRUNf/ktUM\n79qGn5nX67evaOI5JpS6aLe/g9Pqemc9YmeuJeVy6OLk7K4S9ksrPJ/psEDzOFSz\n/bdoyNrGj1E8svuR3Bznm53htw1yj+KkxKl4+esUrMZDBcJlOSgYAsOCsp0FvmXt\nll9ldDz7CTUue5wT/RsPXcdtgTpWD8w74a8CLyKsRspGPKAcTNZEtF4uXBVmCeEm\nKf7GUmG6sXP/wwyc5WxqlD8UykAWlYTzWamsX0xhk23RO8yilQwipmdnRC652dKK\nQbNmC1r7fSOl8hqw/96bg5Qu0T/fkreRrwU7ZcegbLHNYhLDkBvjJc40vG93drEQ\nw/cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C/pEN1hlMYegouCRw2n5H9gooi\nS9EOUCXdywMMF8mDAAhONU2Ki+3wApRmLER/y5UnlhetCTCstnEXbosX9hwJ1C07\nmKVx01QT2WDz9UtmT/rx7iASjbSsV7FFY6GsdqnC+w==\n-----END CERTIFICATE-----\n\n# Issuer: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation\n# Subject: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation\n# Label: \"SSL.com EV Root Certification Authority ECC\"\n# Serial: 3182246526754555285\n# MD5 Fingerprint: 59:53:22:65:83:42:01:54:c0:ce:42:b9:5a:7c:f2:90\n# SHA1 Fingerprint: 4c:dd:51:a3:d1:f5:20:32:14:b0:c6:c5:32:23:03:91:c7:46:42:6d\n# SHA256 Fingerprint: 22:a2:c1:f7:bd:ed:70:4c:c1:e7:01:b5:f4:08:c3:10:88:0f:e9:56:b5:de:2a:4a:44:f9:9c:87:3a:25:a7:c8\n-----BEGIN CERTIFICATE-----\nMIIClDCCAhqgAwIBAgIILCmcWxbtBZUwCgYIKoZIzj0EAwIwfzELMAkGA1UEBhMC\nVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T\nU0wgQ29ycG9yYXRpb24xNDAyBgNVBAMMK1NTTC5jb20gRVYgUm9vdCBDZXJ0aWZp\nY2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNTIzWhcNNDEwMjEyMTgx\nNTIzWjB/MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv\ndXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NMLmNv\nbSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49\nAgEGBSuBBAAiA2IABKoSR5CYG/vvw0AHgyBO8TCCogbR8pKGYfL2IWjKAMTH6kMA\nVIbc/R/fALhBYlzccBYy3h+Z1MzFB8gIH2EWB1E9fVwHU+M1OIzfzZ/ZLg1Kthku\nWnBaBu2+8KGwytAJKaNjMGEwHQYDVR0OBBYEFFvKXuXe0oGqzagtZFG22XKbl+ZP\nMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUW8pe5d7SgarNqC1kUbbZcpuX\n5k8wDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2gAMGUCMQCK5kCJN+vp1RPZ\nytRrJPOwPYdGWBrssd9v+1a6cGvHOMzosYxPD/fxZ3YOg9AeUY8CMD32IygmTMZg\nh5Mmm7I1HrrW9zzRHM76JTymGoEVW/MSD2zuZYrJh6j5B+BimoxcSg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6\n# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6\n# Label: \"GlobalSign Root CA - R6\"\n# Serial: 1417766617973444989252670301619537\n# MD5 Fingerprint: 4f:dd:07:e4:d4:22:64:39:1e:0c:37:42:ea:d1:c6:ae\n# SHA1 Fingerprint: 80:94:64:0e:b5:a7:a1:ca:11:9c:1f:dd:d5:9f:81:02:63:a7:fb:d1\n# SHA256 Fingerprint: 2c:ab:ea:fe:37:d0:6c:a2:2a:ba:73:91:c0:03:3d:25:98:29:52:c4:53:64:73:49:76:3a:3a:b5:ad:6c:cf:69\n-----BEGIN CERTIFICATE-----\nMIIFgzCCA2ugAwIBAgIORea7A4Mzw4VlSOb/RVEwDQYJKoZIhvcNAQEMBQAwTDEg\nMB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjYxEzARBgNVBAoTCkdsb2Jh\nbFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTQxMjEwMDAwMDAwWhcNMzQx\nMjEwMDAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSNjET\nMBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAJUH6HPKZvnsFMp7PPcNCPG0RQssgrRI\nxutbPK6DuEGSMxSkb3/pKszGsIhrxbaJ0cay/xTOURQh7ErdG1rG1ofuTToVBu1k\nZguSgMpE3nOUTvOniX9PeGMIyBJQbUJmL025eShNUhqKGoC3GYEOfsSKvGRMIRxD\naNc9PIrFsmbVkJq3MQbFvuJtMgamHvm566qjuL++gmNQ0PAYid/kD3n16qIfKtJw\nLnvnvJO7bVPiSHyMEAc4/2ayd2F+4OqMPKq0pPbzlUoSB239jLKJz9CgYXfIWHSw\n1CM69106yqLbnQneXUQtkPGBzVeS+n68UARjNN9rkxi+azayOeSsJDa38O+2HBNX\nk7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05OWgtH8wY2\nSXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/h\nbguyCLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwgQqomnUdnjqGBQCe24DWJfncBZ4n\nWUx2OVvq+aWh2IMP0f/fMBH5hc8zSPXKbWQULHpYT9NLCEnFlWQaYw55PfWzjMpY\nrZxCRXluDocZXFSxZba/jJvcE+kNb7gu3GduyYsRtYQUigAZcIN5kZeR1Bonvzce\nMgfYFGM8KEyvAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTAD\nAQH/MB0GA1UdDgQWBBSubAWjkxPioufi1xzWx/B/yGdToDAfBgNVHSMEGDAWgBSu\nbAWjkxPioufi1xzWx/B/yGdToDANBgkqhkiG9w0BAQwFAAOCAgEAgyXt6NH9lVLN\nnsAEoJFp5lzQhN7craJP6Ed41mWYqVuoPId8AorRbrcWc+ZfwFSY1XS+wc3iEZGt\nIxg93eFyRJa0lV7Ae46ZeBZDE1ZXs6KzO7V33EByrKPrmzU+sQghoefEQzd5Mr61\n55wsTLxDKZmOMNOsIeDjHfrYBzN2VAAiKrlNIC5waNrlU/yDXNOd8v9EDERm8tLj\nvUYAGm0CuiVdjaExUd1URhxN25mW7xocBFymFe944Hn+Xds+qkxV/ZoVqW/hpvvf\ncDDpw+5CRu3CkwWJ+n1jez/QcYF8AOiYrg54NMMl+68KnyBr3TsTjxKM4kEaSHpz\noHdpx7Zcf4LIHv5YGygrqGytXm3ABdJ7t+uA/iU3/gKbaKxCXcPu9czc8FB10jZp\nnOZ7BN9uBmm23goJSFmH63sUYHpkqmlD75HHTOwY3WzvUy2MmeFe8nI+z1TIvWfs\npA9MRf/TuTAjB0yPEL+GltmZWrSZVxykzLsViVO6LAUP5MSeGbEYNNVMnbrt9x+v\nJJUEeKgDu+6B5dpffItKoZB0JaezPkvILFa9x8jvOOJckvB595yEunQtYQEgfn7R\n8k8HWV+LLUNS60YMlOH1Zkd5d9VUWx+tJDfLRVpOoERIyNiwmcUVhAn21klJwGW4\n5hpxbqCo8YLoRT5s1gLXCmeDBVrJpBA=\n-----END CERTIFICATE-----\n\n# Issuer: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed\n# Subject: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed\n# Label: \"OISTE WISeKey Global Root GC CA\"\n# Serial: 44084345621038548146064804565436152554\n# MD5 Fingerprint: a9:d6:b9:2d:2f:93:64:f8:a5:69:ca:91:e9:68:07:23\n# SHA1 Fingerprint: e0:11:84:5e:34:de:be:88:81:b9:9c:f6:16:26:d1:96:1f:c3:b9:31\n# SHA256 Fingerprint: 85:60:f9:1c:36:24:da:ba:95:70:b5:fe:a0:db:e3:6f:f1:1a:83:23:be:94:86:85:4f:b3:f3:4a:55:71:19:8d\n-----BEGIN CERTIFICATE-----\nMIICaTCCAe+gAwIBAgIQISpWDK7aDKtARb8roi066jAKBggqhkjOPQQDAzBtMQsw\nCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91\nbmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwg\nUm9vdCBHQyBDQTAeFw0xNzA1MDkwOTQ4MzRaFw00MjA1MDkwOTU4MzNaMG0xCzAJ\nBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBGb3Vu\nZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2JhbCBS\nb290IEdDIENBMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAETOlQwMYPchi82PG6s4ni\neUqjFqdrVCTbUf/q9Akkwwsin8tqJ4KBDdLArzHkdIJuyiXZjHWd8dvQmqJLIX4W\np2OQ0jnUsYd4XxiWD1AbNTcPasbc2RNNpI6QN+a9WzGRo1QwUjAOBgNVHQ8BAf8E\nBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUSIcUrOPDnpBgOtfKie7T\nrYy0UGYwEAYJKwYBBAGCNxUBBAMCAQAwCgYIKoZIzj0EAwMDaAAwZQIwJsdpW9zV\n57LnyAyMjMPdeYwbY9XJUpROTYJKcx6ygISpJcBMWm1JKWB4E+J+SOtkAjEA2zQg\nMgj/mkkCtojeFK9dbJlxjRo/i9fgojaGHAeCOnZT/cKi7e97sIBPWA9LUzm9\n-----END CERTIFICATE-----\n\n# Issuer: CN=UCA Global G2 Root O=UniTrust\n# Subject: CN=UCA Global G2 Root O=UniTrust\n# Label: \"UCA Global G2 Root\"\n# Serial: 124779693093741543919145257850076631279\n# MD5 Fingerprint: 80:fe:f0:c4:4a:f0:5c:62:32:9f:1c:ba:78:a9:50:f8\n# SHA1 Fingerprint: 28:f9:78:16:19:7a:ff:18:25:18:aa:44:fe:c1:a0:ce:5c:b6:4c:8a\n# SHA256 Fingerprint: 9b:ea:11:c9:76:fe:01:47:64:c1:be:56:a6:f9:14:b5:a5:60:31:7a:bd:99:88:39:33:82:e5:16:1a:a0:49:3c\n-----BEGIN CERTIFICATE-----\nMIIFRjCCAy6gAwIBAgIQXd+x2lqj7V2+WmUgZQOQ7zANBgkqhkiG9w0BAQsFADA9\nMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxGzAZBgNVBAMMElVDQSBH\nbG9iYWwgRzIgUm9vdDAeFw0xNjAzMTEwMDAwMDBaFw00MDEyMzEwMDAwMDBaMD0x\nCzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDEbMBkGA1UEAwwSVUNBIEds\nb2JhbCBHMiBSb290MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxeYr\nb3zvJgUno4Ek2m/LAfmZmqkywiKHYUGRO8vDaBsGxUypK8FnFyIdK+35KYmToni9\nkmugow2ifsqTs6bRjDXVdfkX9s9FxeV67HeToI8jrg4aA3++1NDtLnurRiNb/yzm\nVHqUwCoV8MmNsHo7JOHXaOIxPAYzRrZUEaalLyJUKlgNAQLx+hVRZ2zA+te2G3/R\nVogvGjqNO7uCEeBHANBSh6v7hn4PJGtAnTRnvI3HLYZveT6OqTwXS3+wmeOwcWDc\nC/Vkw85DvG1xudLeJ1uK6NjGruFZfc8oLTW4lVYa8bJYS7cSN8h8s+1LgOGN+jIj\ntm+3SJUIsUROhYw6AlQgL9+/V087OpAh18EmNVQg7Mc/R+zvWr9LesGtOxdQXGLY\nD0tK3Cv6brxzks3sx1DoQZbXqX5t2Okdj4q1uViSukqSKwxW/YDrCPBeKW4bHAyv\nj5OJrdu9o54hyokZ7N+1wxrrFv54NkzWbtA+FxyQF2smuvt6L78RHBgOLXMDj6Dl\nNaBa4kx1HXHhOThTeEDMg5PXCp6dW4+K5OXgSORIskfNTip1KnvyIvbJvgmRlld6\niIis7nCs+dwp4wwcOxJORNanTrAmyPPZGpeRaOrvjUYG0lZFWJo8DA+DuAUlwznP\nO6Q0ibd5Ei9Hxeepl2n8pndntd978XplFeRhVmUCAwEAAaNCMEAwDgYDVR0PAQH/\nBAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFIHEjMz15DD/pQwIX4wV\nZyF0Ad/fMA0GCSqGSIb3DQEBCwUAA4ICAQATZSL1jiutROTL/7lo5sOASD0Ee/oj\nL3rtNtqyzm325p7lX1iPyzcyochltq44PTUbPrw7tgTQvPlJ9Zv3hcU2tsu8+Mg5\n1eRfB70VVJd0ysrtT7q6ZHafgbiERUlMjW+i67HM0cOU2kTC5uLqGOiiHycFutfl\n1qnN3e92mI0ADs0b+gO3joBYDic/UvuUospeZcnWhNq5NXHzJsBPd+aBJ9J3O5oU\nb3n09tDh05S60FdRvScFDcH9yBIw7m+NESsIndTUv4BFFJqIRNow6rSn4+7vW4LV\nPtateJLbXDzz2K36uGt/xDYotgIVilQsnLAXc47QN6MUPJiVAAwpBVueSUmxX8fj\ny88nZY41F7dXyDDZQVu5FLbowg+UMaeUmMxq67XhJ/UQqAHojhJi6IjMtX9Gl8Cb\nEGY4GjZGXyJoPd/JxhMnq1MGrKI8hgZlb7F+sSlEmqO6SWkoaY/X5V+tBIZkbxqg\nDMUIYs6Ao9Dz7GjevjPHF1t/gMRMTLGmhIrDO7gJzRSBuhjjVFc2/tsvfEehOjPI\n+Vg7RE+xygKJBJYoaMVLuCaJu9YzL1DV/pqJuhgyklTGW+Cd+V7lDSKb9triyCGy\nYiGqhkCyLmTTX8jjfhFnRR8F/uOi77Oos/N9j/gMHyIfLXC0uAE0djAA5SN4p1bX\nUB+K+wb1whnw0A==\n-----END CERTIFICATE-----\n\n# Issuer: CN=UCA Extended Validation Root O=UniTrust\n# Subject: CN=UCA Extended Validation Root O=UniTrust\n# Label: \"UCA Extended Validation Root\"\n# Serial: 106100277556486529736699587978573607008\n# MD5 Fingerprint: a1:f3:5f:43:c6:34:9b:da:bf:8c:7e:05:53:ad:96:e2\n# SHA1 Fingerprint: a3:a1:b0:6f:24:61:23:4a:e3:36:a5:c2:37:fc:a6:ff:dd:f0:d7:3a\n# SHA256 Fingerprint: d4:3a:f9:b3:54:73:75:5c:96:84:fc:06:d7:d8:cb:70:ee:5c:28:e7:73:fb:29:4e:b4:1e:e7:17:22:92:4d:24\n-----BEGIN CERTIFICATE-----\nMIIFWjCCA0KgAwIBAgIQT9Irj/VkyDOeTzRYZiNwYDANBgkqhkiG9w0BAQsFADBH\nMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBF\neHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwHhcNMTUwMzEzMDAwMDAwWhcNMzgxMjMx\nMDAwMDAwWjBHMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNV\nBAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwggIiMA0GCSqGSIb3DQEB\nAQUAA4ICDwAwggIKAoICAQCpCQcoEwKwmeBkqh5DFnpzsZGgdT6o+uM4AHrsiWog\nD4vFsJszA1qGxliG1cGFu0/GnEBNyr7uaZa4rYEwmnySBesFK5pI0Lh2PpbIILvS\nsPGP2KxFRv+qZ2C0d35qHzwaUnoEPQc8hQ2E0B92CvdqFN9y4zR8V05WAT558aop\nO2z6+I9tTcg1367r3CTueUWnhbYFiN6IXSV8l2RnCdm/WhUFhvMJHuxYMjMR83dk\nsHYf5BA1FxvyDrFspCqjc/wJHx4yGVMR59mzLC52LqGj3n5qiAno8geK+LLNEOfi\nc0CTuwjRP+H8C5SzJe98ptfRr5//lpr1kXuYC3fUfugH0mK1lTnj8/FtDw5lhIpj\nVMWAtuCeS31HJqcBCF3RiJ7XwzJE+oJKCmhUfzhTA8ykADNkUVkLo4KRel7sFsLz\nKuZi2irbWWIQJUoqgQtHB0MGcIfS+pMRKXpITeuUx3BNr2fVUbGAIAEBtHoIppB/\nTuDvB0GHr2qlXov7z1CymlSvw4m6WC31MJixNnI5fkkE/SmnTHnkBVfblLkWU41G\nsx2VYVdWf6/wFlthWG82UBEL2KwrlRYaDh8IzTY0ZRBiZtWAXxQgXy0MoHgKaNYs\n1+lvK9JKBZP8nm9rZ/+I8U6laUpSNwXqxhaN0sSZ0YIrO7o1dfdRUVjzyAfd5LQD\nfwIDAQABo0IwQDAdBgNVHQ4EFgQU2XQ65DA9DfcS3H5aBZ8eNJr34RQwDwYDVR0T\nAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQADggIBADaN\nl8xCFWQpN5smLNb7rhVpLGsaGvdftvkHTFnq88nIua7Mui563MD1sC3AO6+fcAUR\nap8lTwEpcOPlDOHqWnzcSbvBHiqB9RZLcpHIojG5qtr8nR/zXUACE/xOHAbKsxSQ\nVBcZEhrxH9cMaVr2cXj0lH2RC47skFSOvG+hTKv8dGT9cZr4QQehzZHkPJrgmzI5\nc6sq1WnIeJEmMX3ixzDx/BR4dxIOE/TdFpS/S2d7cFOFyrC78zhNLJA5wA3CXWvp\n4uXViI3WLL+rG761KIcSF3Ru/H38j9CHJrAb+7lsq+KePRXBOy5nAliRn+/4Qh8s\nt2j1da3Ptfb/EX3C8CSlrdP6oDyp+l3cpaDvRKS+1ujl5BOWF3sGPjLtx7dCvHaj\n2GU4Kzg1USEODm8uNBNA4StnDG1KQTAYI1oyVZnJF+A83vbsea0rWBmirSwiGpWO\nvpaQXUJXxPkUAzUrHC1RVwinOt4/5Mi0A3PCwSaAuwtCH60NryZy2sy+s6ODWA2C\nxR9GUeOcGMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmx\ncmtpzyKEC2IPrNkZAJSidjzULZrtBJ4tBmIQN1IchXIbJ+XMxjHsN+xjWZsLHXbM\nfjKaiJUINlK73nZfdklJrX+9ZSCyycErdhh2n1ax\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036\n# Subject: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036\n# Label: \"Certigna Root CA\"\n# Serial: 269714418870597844693661054334862075617\n# MD5 Fingerprint: 0e:5c:30:62:27:eb:5b:bc:d7:ae:62:ba:e9:d5:df:77\n# SHA1 Fingerprint: 2d:0d:52:14:ff:9e:ad:99:24:01:74:20:47:6e:6c:85:27:27:f5:43\n# SHA256 Fingerprint: d4:8d:3d:23:ee:db:50:a4:59:e5:51:97:60:1c:27:77:4b:9d:7b:18:c9:4d:5a:05:95:11:a1:02:50:b9:31:68\n-----BEGIN CERTIFICATE-----\nMIIGWzCCBEOgAwIBAgIRAMrpG4nxVQMNo+ZBbcTjpuEwDQYJKoZIhvcNAQELBQAw\nWjELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczEcMBoGA1UECwwTMDAw\nMiA0ODE0NjMwODEwMDAzNjEZMBcGA1UEAwwQQ2VydGlnbmEgUm9vdCBDQTAeFw0x\nMzEwMDEwODMyMjdaFw0zMzEwMDEwODMyMjdaMFoxCzAJBgNVBAYTAkZSMRIwEAYD\nVQQKDAlEaGlteW90aXMxHDAaBgNVBAsMEzAwMDIgNDgxNDYzMDgxMDAwMzYxGTAX\nBgNVBAMMEENlcnRpZ25hIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw\nggIKAoICAQDNGDllGlmx6mQWDoyUJJV8g9PFOSbcDO8WV43X2KyjQn+Cyu3NW9sO\nty3tRQgXstmzy9YXUnIo245Onoq2C/mehJpNdt4iKVzSs9IGPjA5qXSjklYcoW9M\nCiBtnyN6tMbaLOQdLNyzKNAT8kxOAkmhVECe5uUFoC2EyP+YbNDrihqECB63aCPu\nI9Vwzm1RaRDuoXrC0SIxwoKF0vJVdlB8JXrJhFwLrN1CTivngqIkicuQstDuI7pm\nTLtipPlTWmR7fJj6o0ieD5Wupxj0auwuA0Wv8HT4Ks16XdG+RCYyKfHx9WzMfgIh\nC59vpD++nVPiz32pLHxYGpfhPTc3GGYo0kDFUYqMwy3OU4gkWGQwFsWq4NYKpkDf\nePb1BHxpE4S80dGnBs8B92jAqFe7OmGtBIyT46388NtEbVncSVmurJqZNjBBe3Yz\nIoejwpKGbvlw7q6Hh5UbxHq9MfPU0uWZ/75I7HX1eBYdpnDBfzwboZL7z8g81sWT\nCo/1VTp2lc5ZmIoJlXcymoO6LAQ6l73UL77XbJuiyn1tJslV1c/DeVIICZkHJC1k\nJWumIWmbat10TWuXekG9qxf5kBdIjzb5LdXF2+6qhUVB+s06RbFo5jZMm5BX7CO5\nhwjCxAnxl4YqKE3idMDaxIzb3+KhF1nOJFl0Mdp//TBt2dzhauH8XwIDAQABo4IB\nGjCCARYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE\nFBiHVuBud+4kNTxOc5of1uHieX4rMB8GA1UdIwQYMBaAFBiHVuBud+4kNTxOc5of\n1uHieX4rMEQGA1UdIAQ9MDswOQYEVR0gADAxMC8GCCsGAQUFBwIBFiNodHRwczov\nL3d3d3cuY2VydGlnbmEuZnIvYXV0b3JpdGVzLzBtBgNVHR8EZjBkMC+gLaArhilo\ndHRwOi8vY3JsLmNlcnRpZ25hLmZyL2NlcnRpZ25hcm9vdGNhLmNybDAxoC+gLYYr\naHR0cDovL2NybC5kaGlteW90aXMuY29tL2NlcnRpZ25hcm9vdGNhLmNybDANBgkq\nhkiG9w0BAQsFAAOCAgEAlLieT/DjlQgi581oQfccVdV8AOItOoldaDgvUSILSo3L\n6btdPrtcPbEo/uRTVRPPoZAbAh1fZkYJMyjhDSSXcNMQH+pkV5a7XdrnxIxPTGRG\nHVyH41neQtGbqH6mid2PHMkwgu07nM3A6RngatgCdTer9zQoKJHyBApPNeNgJgH6\n0BGM+RFq7q89w1DTj18zeTyGqHNFkIwgtnJzFyO+B2XleJINugHA64wcZr+shncB\nlA2c5uk5jR+mUYyZDDl34bSb+hxnV29qao6pK0xXeXpXIs/NX2NGjVxZOob4Mkdi\no2cNGJHc+6Zr9UhhcyNZjgKnvETq9Emd8VRY+WCv2hikLyhF3HqgiIZd8zvn/yk1\ngPxkQ5Tm4xxvvq0OKmOZK8l+hfZx6AYDlf7ej0gcWtSS6Cvu5zHbugRqh5jnxV/v\nfaci9wHYTfmJ0A6aBVmknpjZbyvKcL5kwlWj9Omvw5Ip3IgWJJk8jSaYtlu3zM63\nNwf9JtmYhST/WSMDmu2dnajkXjjO11INb9I/bbEFa0nOipFGc/T2L/Coc3cOZayh\njWZSaX5LaAzHHjcng6WMxwLkFM1JAbBzs/3GkDpv0mztO+7skb6iQ12LAEpmJURw\n3kAP+HwV96LOPNdeE4yBFxgX0b3xdxA61GU5wSesVywlVP+i2k+KYTlerj1KjL0=\n-----END CERTIFICATE-----\n\n# Issuer: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI\n# Subject: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI\n# Label: \"emSign Root CA - G1\"\n# Serial: 235931866688319308814040\n# MD5 Fingerprint: 9c:42:84:57:dd:cb:0b:a7:2e:95:ad:b6:f3:da:bc:ac\n# SHA1 Fingerprint: 8a:c7:ad:8f:73:ac:4e:c1:b5:75:4d:a5:40:f4:fc:cf:7c:b5:8e:8c\n# SHA256 Fingerprint: 40:f6:af:03:46:a9:9a:a1:cd:1d:55:5a:4e:9c:ce:62:c7:f9:63:46:03:ee:40:66:15:83:3d:c8:c8:d0:03:67\n-----BEGIN CERTIFICATE-----\nMIIDlDCCAnygAwIBAgIKMfXkYgxsWO3W2DANBgkqhkiG9w0BAQsFADBnMQswCQYD\nVQQGEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBU\nZWNobm9sb2dpZXMgTGltaXRlZDEcMBoGA1UEAxMTZW1TaWduIFJvb3QgQ0EgLSBH\nMTAeFw0xODAyMTgxODMwMDBaFw00MzAyMTgxODMwMDBaMGcxCzAJBgNVBAYTAklO\nMRMwEQYDVQQLEwplbVNpZ24gUEtJMSUwIwYDVQQKExxlTXVkaHJhIFRlY2hub2xv\nZ2llcyBMaW1pdGVkMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEcxMIIBIjAN\nBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0u76WaK7p1b1TST0Bsew+eeuGQz\nf2N4aLTNLnF115sgxk0pvLZoYIr3IZpWNVrzdr3YzZr/k1ZLpVkGoZM0Kd0WNHVO\n8oG0x5ZOrRkVUkr+PHB1cM2vK6sVmjM8qrOLqs1D/fXqcP/tzxE7lM5OMhbTI0Aq\nd7OvPAEsbO2ZLIvZTmmYsvePQbAyeGHWDV/D+qJAkh1cF+ZwPjXnorfCYuKrpDhM\ntTk1b+oDafo6VGiFbdbyL0NVHpENDtjVaqSW0RM8LHhQ6DqS0hdW5TUaQBw+jSzt\nOd9C4INBdN+jzcKGYEho42kLVACL5HZpIQ15TjQIXhTCzLG3rdd8cIrHhQIDAQAB\no0IwQDAdBgNVHQ4EFgQU++8Nhp6w492pufEhF38+/PB3KxowDgYDVR0PAQH/BAQD\nAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAFn/8oz1h31x\nPaOfG1vR2vjTnGs2vZupYeveFix0PZ7mddrXuqe8QhfnPZHr5X3dPpzxz5KsbEjM\nwiI/aTvFthUvozXGaCocV685743QNcMYDHsAVhzNixl03r4PEuDQqqE/AjSxcM6d\nGNYIAwlG7mDgfrbESQRRfXBgvKqy/3lyeqYdPV8q+Mri/Tm3R7nrft8EI6/6nAYH\n6ftjk4BAtcZsCjEozgyfz7MjNYBBjWzEN3uBL4ChQEKF6dk4jeihU80Bv2noWgby\nRQuQ+q7hv53yrlc8pa6yVvSLZUDp/TGBLPQ5Cdjua6e0ph0VpZj3AYHYhX3zUVxx\niN66zB+Afko=\n-----END CERTIFICATE-----\n\n# Issuer: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI\n# Subject: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI\n# Label: \"emSign ECC Root CA - G3\"\n# Serial: 287880440101571086945156\n# MD5 Fingerprint: ce:0b:72:d1:9f:88:8e:d0:50:03:e8:e3:b8:8b:67:40\n# SHA1 Fingerprint: 30:43:fa:4f:f2:57:dc:a0:c3:80:ee:2e:58:ea:78:b2:3f:e6:bb:c1\n# SHA256 Fingerprint: 86:a1:ec:ba:08:9c:4a:8d:3b:be:27:34:c6:12:ba:34:1d:81:3e:04:3c:f9:e8:a8:62:cd:5c:57:a3:6b:be:6b\n-----BEGIN CERTIFICATE-----\nMIICTjCCAdOgAwIBAgIKPPYHqWhwDtqLhDAKBggqhkjOPQQDAzBrMQswCQYDVQQG\nEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNo\nbm9sb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0g\nRzMwHhcNMTgwMjE4MTgzMDAwWhcNNDMwMjE4MTgzMDAwWjBrMQswCQYDVQQGEwJJ\nTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9s\nb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0gRzMw\ndjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQjpQy4LRL1KPOxst3iAhKAnjlfSU2fySU0\nWXTsuwYc58Byr+iuL+FBVIcUqEqy6HyC5ltqtdyzdc6LBtCGI79G1Y4PPwT01xyS\nfvalY8L1X44uT6EYGQIrMgqCZH0Wk9GjQjBAMB0GA1UdDgQWBBR8XQKEE9TMipuB\nzhccLikenEhjQjAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggq\nhkjOPQQDAwNpADBmAjEAvvNhzwIQHWSVB7gYboiFBS+DCBeQyh+KTOgNG3qxrdWB\nCUfvO6wIBHxcmbHtRwfSAjEAnbpV/KlK6O3t5nYBQnvI+GDZjVGLVTv7jHvrZQnD\n+JbNR6iC8hZVdyR+EhCVBCyj\n-----END CERTIFICATE-----\n\n# Issuer: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI\n# Subject: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI\n# Label: \"emSign Root CA - C1\"\n# Serial: 825510296613316004955058\n# MD5 Fingerprint: d8:e3:5d:01:21:fa:78:5a:b0:df:ba:d2:ee:2a:5f:68\n# SHA1 Fingerprint: e7:2e:f1:df:fc:b2:09:28:cf:5d:d4:d5:67:37:b1:51:cb:86:4f:01\n# SHA256 Fingerprint: 12:56:09:aa:30:1d:a0:a2:49:b9:7a:82:39:cb:6a:34:21:6f:44:dc:ac:9f:39:54:b1:42:92:f2:e8:c8:60:8f\n-----BEGIN CERTIFICATE-----\nMIIDczCCAlugAwIBAgILAK7PALrEzzL4Q7IwDQYJKoZIhvcNAQELBQAwVjELMAkG\nA1UEBhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEg\nSW5jMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEMxMB4XDTE4MDIxODE4MzAw\nMFoXDTQzMDIxODE4MzAwMFowVjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln\nbiBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQDExNlbVNpZ24gUm9v\ndCBDQSAtIEMxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+upufGZ\nBczYKCFK83M0UYRWEPWgTywS4/oTmifQz/l5GnRfHXk5/Fv4cI7gklL35CX5VIPZ\nHdPIWoU/Xse2B+4+wM6ar6xWQio5JXDWv7V7Nq2s9nPczdcdioOl+yuQFTdrHCZH\n3DspVpNqs8FqOp099cGXOFgFixwR4+S0uF2FHYP+eF8LRWgYSKVGczQ7/g/IdrvH\nGPMF0Ybzhe3nudkyrVWIzqa2kbBPrH4VI5b2P/AgNBbeCsbEBEV5f6f9vtKppa+c\nxSMq9zwhbL2vj07FOrLzNBL834AaSaTUqZX3noleoomslMuoaJuvimUnzYnu3Yy1\naylwQ6BpC+S5DwIDAQABo0IwQDAdBgNVHQ4EFgQU/qHgcB4qAzlSWkK+XJGFehiq\nTbUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL\nBQADggEBAMJKVvoVIXsoounlHfv4LcQ5lkFMOycsxGwYFYDGrK9HWS8mC+M2sO87\n/kOXSTKZEhVb3xEp/6tT+LvBeA+snFOvV71ojD1pM/CjoCNjO2RnIkSt1XHLVip4\nkqNPEjE2NuLe/gDEo2APJ62gsIq1NnpSob0n9CAnYuhNlCQT5AoE6TyrLshDCUrG\nYQTlSTR+08TI9Q/Aqum6VF7zYytPT1DU/rl7mYw9wC68AivTxEDkigcxHpvOJpkT\n+xHqmiIMERnHXhuBUDDIlhJu58tBf5E7oke3VIAb3ADMmpDqw8NQBmIMMMAVSKeo\nWXzhriKi4gp6D/piq1JM4fHfyr6DDUI=\n-----END CERTIFICATE-----\n\n# Issuer: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI\n# Subject: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI\n# Label: \"emSign ECC Root CA - C3\"\n# Serial: 582948710642506000014504\n# MD5 Fingerprint: 3e:53:b3:a3:81:ee:d7:10:f8:d3:b0:1d:17:92:f5:d5\n# SHA1 Fingerprint: b6:af:43:c2:9b:81:53:7d:f6:ef:6b:c3:1f:1f:60:15:0c:ee:48:66\n# SHA256 Fingerprint: bc:4d:80:9b:15:18:9d:78:db:3e:1d:8c:f4:f9:72:6a:79:5d:a1:64:3c:a5:f1:35:8e:1d:db:0e:dc:0d:7e:b3\n-----BEGIN CERTIFICATE-----\nMIICKzCCAbGgAwIBAgIKe3G2gla4EnycqDAKBggqhkjOPQQDAzBaMQswCQYDVQQG\nEwJVUzETMBEGA1UECxMKZW1TaWduIFBLSTEUMBIGA1UEChMLZU11ZGhyYSBJbmMx\nIDAeBgNVBAMTF2VtU2lnbiBFQ0MgUm9vdCBDQSAtIEMzMB4XDTE4MDIxODE4MzAw\nMFoXDTQzMDIxODE4MzAwMFowWjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln\nbiBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMSAwHgYDVQQDExdlbVNpZ24gRUND\nIFJvb3QgQ0EgLSBDMzB2MBAGByqGSM49AgEGBSuBBAAiA2IABP2lYa57JhAd6bci\nMK4G9IGzsUJxlTm801Ljr6/58pc1kjZGDoeVjbk5Wum739D+yAdBPLtVb4Ojavti\nsIGJAnB9SMVK4+kiVCJNk7tCDK93nCOmfddhEc5lx/h//vXyqaNCMEAwHQYDVR0O\nBBYEFPtaSNCAIEDyqOkAB2kZd6fmw/TPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMB\nAf8EBTADAQH/MAoGCCqGSM49BAMDA2gAMGUCMQC02C8Cif22TGK6Q04ThHK1rt0c\n3ta13FaPWEBaLd4gTCKDypOofu4SQMfWh0/434UCMBwUZOR8loMRnLDRWmFLpg9J\n0wD8ofzkpf9/rdcw0Md3f76BB1UwUCAU9Vc4CqgxUQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Hongkong Post Root CA 3 O=Hongkong Post\n# Subject: CN=Hongkong Post Root CA 3 O=Hongkong Post\n# Label: \"Hongkong Post Root CA 3\"\n# Serial: 46170865288971385588281144162979347873371282084\n# MD5 Fingerprint: 11:fc:9f:bd:73:30:02:8a:fd:3f:f3:58:b9:cb:20:f0\n# SHA1 Fingerprint: 58:a2:d0:ec:20:52:81:5b:c1:f3:f8:64:02:24:4e:c2:8e:02:4b:02\n# SHA256 Fingerprint: 5a:2f:c0:3f:0c:83:b0:90:bb:fa:40:60:4b:09:88:44:6c:76:36:18:3d:f9:84:6e:17:10:1a:44:7f:b8:ef:d6\n-----BEGIN CERTIFICATE-----\nMIIFzzCCA7egAwIBAgIUCBZfikyl7ADJk0DfxMauI7gcWqQwDQYJKoZIhvcNAQEL\nBQAwbzELMAkGA1UEBhMCSEsxEjAQBgNVBAgTCUhvbmcgS29uZzESMBAGA1UEBxMJ\nSG9uZyBLb25nMRYwFAYDVQQKEw1Ib25na29uZyBQb3N0MSAwHgYDVQQDExdIb25n\na29uZyBQb3N0IFJvb3QgQ0EgMzAeFw0xNzA2MDMwMjI5NDZaFw00MjA2MDMwMjI5\nNDZaMG8xCzAJBgNVBAYTAkhLMRIwEAYDVQQIEwlIb25nIEtvbmcxEjAQBgNVBAcT\nCUhvbmcgS29uZzEWMBQGA1UEChMNSG9uZ2tvbmcgUG9zdDEgMB4GA1UEAxMXSG9u\nZ2tvbmcgUG9zdCBSb290IENBIDMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK\nAoICAQCziNfqzg8gTr7m1gNt7ln8wlffKWihgw4+aMdoWJwcYEuJQwy51BWy7sFO\ndem1p+/l6TWZ5Mwc50tfjTMwIDNT2aa71T4Tjukfh0mtUC1Qyhi+AViiE3CWu4mI\nVoBc+L0sPOFMV4i707mV78vH9toxdCim5lSJ9UExyuUmGs2C4HDaOym71QP1mbpV\n9WTRYA6ziUm4ii8F0oRFKHyPaFASePwLtVPLwpgchKOesL4jpNrcyCse2m5FHomY\n2vkALgbpDDtw1VAliJnLzXNg99X/NWfFobxeq81KuEXryGgeDQ0URhLj0mRiikKY\nvLTGCAj4/ahMZJx2Ab0vqWwzD9g/KLg8aQFChn5pwckGyuV6RmXpwtZQQS4/t+Tt\nbNe/JgERohYpSms0BpDsE9K2+2p20jzt8NYt3eEV7KObLyzJPivkaTv/ciWxNoZb\nx39ri1UbSsUgYT2uy1DhCDq+sI9jQVMwCFk8mB13umOResoQUGC/8Ne8lYePl8X+\nl2oBlKN8W4UdKjk60FSh0Tlxnf0h+bV78OLgAo9uliQlLKAeLKjEiafv7ZkGL7YK\nTE/bosw3Gq9HhS2KX8Q0NEwA/RiTZxPRN+ZItIsGxVd7GYYKecsAyVKvQv83j+Gj\nHno9UKtjBucVtT+2RTeUN7F+8kjDf8V1/peNRY8apxpyKBpADwIDAQABo2MwYTAP\nBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAfBgNVHSMEGDAWgBQXnc0e\ni9Y5K3DTXNSguB+wAPzFYTAdBgNVHQ4EFgQUF53NHovWOStw01zUoLgfsAD8xWEw\nDQYJKoZIhvcNAQELBQADggIBAFbVe27mIgHSQpsY1Q7XZiNc4/6gx5LS6ZStS6LG\n7BJ8dNVI0lkUmcDrudHr9EgwW62nV3OZqdPlt9EuWSRY3GguLmLYauRwCy0gUCCk\nMpXRAJi70/33MvJJrsZ64Ee+bs7Lo3I6LWldy8joRTnU+kLBEUx3XZL7av9YROXr\ngZ6voJmtvqkBZss4HTzfQx/0TW60uhdG/H39h4F5ag0zD/ov+BS5gLNdTaqX4fnk\nGMX41TiMJjz98iji7lpJiCzfeT2OnpA8vUFKOt1b9pq0zj8lMH8yfaIDlNDceqFS\n3m6TjRgm/VWsvY+b0s+v54Ysyx8Jb6NvqYTUc79NoXQbTiNg8swOqn+knEwlqLJm\nOzj/2ZQw9nKEvmhVEA/GcywWaZMH/rFF7buiVWqw2rVKAiUnhde3t4ZEFolsgCs+\nl6mc1X5VTMbeRRAc6uk7nwNT7u56AQIWeNTowr5GdogTPyK7SBIdUgC0An4hGh6c\nJfTzPV4e0hz5sy229zdcxsshTrD3mUcYhcErulWuBurQB7Lcq9CClnXO0lD+mefP\nL5/ndtFhKvshuzHQqp9HpLIiyhY6UFfEW0NnxWViA0kB60PZ2Pierc+xYw5F9KBa\nLJstxabArahH9CdMOA0uG0k7UvToiIMrVCjU8jVStDKDYmlkDJGcn5fqdBb9HxEG\nmpv0\n-----END CERTIFICATE-----\n\n# Issuer: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only\n# Subject: CN=Entrust Root Certification Authority - G4 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2015 Entrust, Inc. - for authorized use only\n# Label: \"Entrust Root Certification Authority - G4\"\n# Serial: 289383649854506086828220374796556676440\n# MD5 Fingerprint: 89:53:f1:83:23:b7:7c:8e:05:f1:8c:71:38:4e:1f:88\n# SHA1 Fingerprint: 14:88:4e:86:26:37:b0:26:af:59:62:5c:40:77:ec:35:29:ba:96:01\n# SHA256 Fingerprint: db:35:17:d1:f6:73:2a:2d:5a:b9:7c:53:3e:c7:07:79:ee:32:70:a6:2f:b4:ac:42:38:37:24:60:e6:f0:1e:88\n-----BEGIN CERTIFICATE-----\nMIIGSzCCBDOgAwIBAgIRANm1Q3+vqTkPAAAAAFVlrVgwDQYJKoZIhvcNAQELBQAw\ngb4xCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQL\nEx9TZWUgd3d3LmVudHJ1c3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykg\nMjAxNSBFbnRydXN0LCBJbmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAw\nBgNVBAMTKUVudHJ1c3QgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0\nMB4XDTE1MDUyNzExMTExNloXDTM3MTIyNzExNDExNlowgb4xCzAJBgNVBAYTAlVT\nMRYwFAYDVQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1\nc3QubmV0L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxNSBFbnRydXN0LCBJ\nbmMuIC0gZm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMjAwBgNVBAMTKUVudHJ1c3Qg\nUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEc0MIICIjANBgkqhkiG9w0B\nAQEFAAOCAg8AMIICCgKCAgEAsewsQu7i0TD/pZJH4i3DumSXbcr3DbVZwbPLqGgZ\n2K+EbTBwXX7zLtJTmeH+H17ZSK9dE43b/2MzTdMAArzE+NEGCJR5WIoV3imz/f3E\nT+iq4qA7ec2/a0My3dl0ELn39GjUu9CH1apLiipvKgS1sqbHoHrmSKvS0VnM1n4j\n5pds8ELl3FFLFUHtSUrJ3hCX1nbB76W1NhSXNdh4IjVS70O92yfbYVaCNNzLiGAM\nC1rlLAHGVK/XqsEQe9IFWrhAnoanw5CGAlZSCXqc0ieCU0plUmr1POeo8pyvi73T\nDtTUXm6Hnmo9RR3RXRv06QqsYJn7ibT/mCzPfB3pAqoEmh643IhuJbNsZvc8kPNX\nwbMv9W3y+8qh+CmdRouzavbmZwe+LGcKKh9asj5XxNMhIWNlUpEbsZmOeX7m640A\n2Vqq6nPopIICR5b+W45UYaPrL0swsIsjdXJ8ITzI9vF01Bx7owVV7rtNOzK+mndm\nnqxpkCIHH2E6lr7lmk/MBTwoWdPBDFSoWWG9yHJM6Nyfh3+9nEg2XpWjDrk4JFX8\ndWbrAuMINClKxuMrLzOg2qOGpRKX/YAr2hRC45K9PvJdXmd0LhyIRyk0X+IyqJwl\nN4y6mACXi0mWHv0liqzc2thddG5msP9E36EYxr5ILzeUePiVSj9/E15dWf10hkNj\nc0kCAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD\nVR0OBBYEFJ84xFYjwznooHFs6FRM5Og6sb9nMA0GCSqGSIb3DQEBCwUAA4ICAQAS\n5UKme4sPDORGpbZgQIeMJX6tuGguW8ZAdjwD+MlZ9POrYs4QjbRaZIxowLByQzTS\nGwv2LFPSypBLhmb8qoMi9IsabyZIrHZ3CL/FmFz0Jomee8O5ZDIBf9PD3Vht7LGr\nhFV0d4QEJ1JrhkzO3bll/9bGXp+aEJlLdWr+aumXIOTkdnrG0CSqkM0gkLpHZPt/\nB7NTeLUKYvJzQ85BK4FqLoUWlFPUa19yIqtRLULVAJyZv967lDtX/Zr1hstWO1uI\nAeV8KEsD+UmDfLJ/fOPtjqF/YFOOVZ1QNBIPt5d7bIdKROf1beyAN/BYGW5KaHbw\nH5Lk6rWS02FREAutp9lfx1/cH6NcjKF+m7ee01ZvZl4HliDtC3T7Zk6LERXpgUl+\nb7DUUH8i119lAg2m9IUe2K4GS0qn0jFmwvjO5QimpAKWRGhXxNUzzxkvFMSUHHuk\n2fCfDrGA4tGeEWSpiBE6doLlYsKA2KSD7ZPvfC+QsDJMlhVoSFLUmQjAJOgc47Ol\nIQ6SwJAfzyBfyjs4x7dtOvPmRLgOMWuIjnDrnBdSqEGULoe256YSxXXfW8AKbnuk\n5F6G+TaU33fD6Q3AOfF5u0aOq0NZJ7cguyPpVkAh7DE9ZapD8j3fcEThuk0mEDuY\nn/PIjhs4ViFqUZPTkcpG2om3PVODLAgfi49T3f+sHw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation\n# Subject: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation\n# Label: \"Microsoft ECC Root Certificate Authority 2017\"\n# Serial: 136839042543790627607696632466672567020\n# MD5 Fingerprint: dd:a1:03:e6:4a:93:10:d1:bf:f0:19:42:cb:fe:ed:67\n# SHA1 Fingerprint: 99:9a:64:c3:7f:f4:7d:9f:ab:95:f1:47:69:89:14:60:ee:c4:c3:c5\n# SHA256 Fingerprint: 35:8d:f3:9d:76:4a:f9:e1:b7:66:e9:c9:72:df:35:2e:e1:5c:fa:c2:27:af:6a:d1:d7:0e:8e:4a:6e:dc:ba:02\n-----BEGIN CERTIFICATE-----\nMIICWTCCAd+gAwIBAgIQZvI9r4fei7FK6gxXMQHC7DAKBggqhkjOPQQDAzBlMQsw\nCQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYD\nVQQDEy1NaWNyb3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIw\nMTcwHhcNMTkxMjE4MjMwNjQ1WhcNNDIwNzE4MjMxNjA0WjBlMQswCQYDVQQGEwJV\nUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1NaWNy\nb3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwdjAQBgcq\nhkjOPQIBBgUrgQQAIgNiAATUvD0CQnVBEyPNgASGAlEvaqiBYgtlzPbKnR5vSmZR\nogPZnZH6thaxjG7efM3beaYvzrvOcS/lpaso7GMEZpn4+vKTEAXhgShC48Zo9OYb\nhGBKia/teQ87zvH2RPUBeMCjVDBSMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8E\nBTADAQH/MB0GA1UdDgQWBBTIy5lycFIM+Oa+sgRXKSrPQhDtNTAQBgkrBgEEAYI3\nFQEEAwIBADAKBggqhkjOPQQDAwNoADBlAjBY8k3qDPlfXu5gKcs68tvWMoQZP3zV\nL8KxzJOuULsJMsbG7X7JNpQS5GiFBqIb0C8CMQCZ6Ra0DvpWSNSkMBaReNtUjGUB\niudQZsIxtzm6uBoiB078a1QWIP8rtedMDE2mT3M=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation\n# Subject: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation\n# Label: \"Microsoft RSA Root Certificate Authority 2017\"\n# Serial: 40975477897264996090493496164228220339\n# MD5 Fingerprint: 10:ff:00:ff:cf:c9:f8:c7:7a:c0:ee:35:8e:c9:0f:47\n# SHA1 Fingerprint: 73:a5:e6:4a:3b:ff:83:16:ff:0e:dc:cc:61:8a:90:6e:4e:ae:4d:74\n# SHA256 Fingerprint: c7:41:f7:0f:4b:2a:8d:88:bf:2e:71:c1:41:22:ef:53:ef:10:eb:a0:cf:a5:e6:4c:fa:20:f4:18:85:30:73:e0\n-----BEGIN CERTIFICATE-----\nMIIFqDCCA5CgAwIBAgIQHtOXCV/YtLNHcB6qvn9FszANBgkqhkiG9w0BAQwFADBl\nMQswCQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYw\nNAYDVQQDEy1NaWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5\nIDIwMTcwHhcNMTkxMjE4MjI1MTIyWhcNNDIwNzE4MjMwMDIzWjBlMQswCQYDVQQG\nEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1N\naWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwggIi\nMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKW76UM4wplZEWCpW9R2LBifOZ\nNt9GkMml7Xhqb0eRaPgnZ1AzHaGm++DlQ6OEAlcBXZxIQIJTELy/xztokLaCLeX0\nZdDMbRnMlfl7rEqUrQ7eS0MdhweSE5CAg2Q1OQT85elss7YfUJQ4ZVBcF0a5toW1\nHLUX6NZFndiyJrDKxHBKrmCk3bPZ7Pw71VdyvD/IybLeS2v4I2wDwAW9lcfNcztm\ngGTjGqwu+UcF8ga2m3P1eDNbx6H7JyqhtJqRjJHTOoI+dkC0zVJhUXAoP8XFWvLJ\njEm7FFtNyP9nTUwSlq31/niol4fX/V4ggNyhSyL71Imtus5Hl0dVe49FyGcohJUc\naDDv70ngNXtk55iwlNpNhTs+VcQor1fznhPbRiefHqJeRIOkpcrVE7NLP8TjwuaG\nYaRSMLl6IE9vDzhTyzMMEyuP1pq9KsgtsRx9S1HKR9FIJ3Jdh+vVReZIZZ2vUpC6\nW6IYZVcSn2i51BVrlMRpIpj0M+Dt+VGOQVDJNE92kKz8OMHY4Xu54+OU4UZpyw4K\nUGsTuqwPN1q3ErWQgR5WrlcihtnJ0tHXUeOrO8ZV/R4O03QK0dqq6mm4lyiPSMQH\n+FJDOvTKVTUssKZqwJz58oHhEmrARdlns87/I6KJClTUFLkqqNfs+avNJVgyeY+Q\nW5g5xAgGwax/Dj0ApQIDAQABo1QwUjAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/\nBAUwAwEB/zAdBgNVHQ4EFgQUCctZf4aycI8awznjwNnpv7tNsiMwEAYJKwYBBAGC\nNxUBBAMCAQAwDQYJKoZIhvcNAQEMBQADggIBAKyvPl3CEZaJjqPnktaXFbgToqZC\nLgLNFgVZJ8og6Lq46BrsTaiXVq5lQ7GPAJtSzVXNUzltYkyLDVt8LkS/gxCP81OC\ngMNPOsduET/m4xaRhPtthH80dK2Jp86519efhGSSvpWhrQlTM93uCupKUY5vVau6\ntZRGrox/2KJQJWVggEbbMwSubLWYdFQl3JPk+ONVFT24bcMKpBLBaYVu32TxU5nh\nSnUgnZUP5NbcA/FZGOhHibJXWpS2qdgXKxdJ5XbLwVaZOjex/2kskZGT4d9Mozd2\nTaGf+G0eHdP67Pv0RR0Tbc/3WeUiJ3IrhvNXuzDtJE3cfVa7o7P4NHmJweDyAmH3\npvwPuxwXC65B2Xy9J6P9LjrRk5Sxcx0ki69bIImtt2dmefU6xqaWM/5TkshGsRGR\nxpl/j8nWZjEgQRCHLQzWwa80mMpkg/sTV9HB8Dx6jKXB/ZUhoHHBk2dxEuqPiApp\nGWSZI1b7rCoucL5mxAyE7+WL85MB+GqQk2dLsmijtWKP6T+MejteD+eMuMZ87zf9\ndOLITzNy4ZQ5bb0Sr74MTnB8G2+NszKTc0QWbej09+CVgI+WXTik9KveCjCHk9hN\nAHFiRSdLOkKEW39lt2c0Ui2cFmuqqNh7o0JMcccMyj6D5KbvtwEwXlGjefVwaaZB\nRA+GsCyRxj3qrg+E\n-----END CERTIFICATE-----\n\n# Issuer: CN=e-Szigno Root CA 2017 O=Microsec Ltd.\n# Subject: CN=e-Szigno Root CA 2017 O=Microsec Ltd.\n# Label: \"e-Szigno Root CA 2017\"\n# Serial: 411379200276854331539784714\n# MD5 Fingerprint: de:1f:f6:9e:84:ae:a7:b4:21:ce:1e:58:7d:d1:84:98\n# SHA1 Fingerprint: 89:d4:83:03:4f:9e:9a:48:80:5f:72:37:d4:a9:a6:ef:cb:7c:1f:d1\n# SHA256 Fingerprint: be:b0:0b:30:83:9b:9b:c3:2c:32:e4:44:79:05:95:06:41:f2:64:21:b1:5e:d0:89:19:8b:51:8a:e2:ea:1b:99\n-----BEGIN CERTIFICATE-----\nMIICQDCCAeWgAwIBAgIMAVRI7yH9l1kN9QQKMAoGCCqGSM49BAMCMHExCzAJBgNV\nBAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMgTHRk\nLjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25vIFJv\nb3QgQ0EgMjAxNzAeFw0xNzA4MjIxMjA3MDZaFw00MjA4MjIxMjA3MDZaMHExCzAJ\nBgNVBAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMg\nTHRkLjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25v\nIFJvb3QgQ0EgMjAxNzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJbcPYrYsHtv\nxie+RJCxs1YVe45DJH0ahFnuY2iyxl6H0BVIHqiQrb1TotreOpCmYF9oMrWGQd+H\nWyx7xf58etqjYzBhMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G\nA1UdDgQWBBSHERUI0arBeAyxr87GyZDvvzAEwDAfBgNVHSMEGDAWgBSHERUI0arB\neAyxr87GyZDvvzAEwDAKBggqhkjOPQQDAgNJADBGAiEAtVfd14pVCzbhhkT61Nlo\njbjcI4qKDdQvfepz7L9NbKgCIQDLpbQS+ue16M9+k/zzNY9vTlp8tLxOsvxyqltZ\n+efcMQ==\n-----END CERTIFICATE-----\n\n# Issuer: O=CERTSIGN SA OU=certSIGN ROOT CA G2\n# Subject: O=CERTSIGN SA OU=certSIGN ROOT CA G2\n# Label: \"certSIGN Root CA G2\"\n# Serial: 313609486401300475190\n# MD5 Fingerprint: 8c:f1:75:8a:c6:19:cf:94:b7:f7:65:20:87:c3:97:c7\n# SHA1 Fingerprint: 26:f9:93:b4:ed:3d:28:27:b0:b9:4b:a7:e9:15:1d:a3:8d:92:e5:32\n# SHA256 Fingerprint: 65:7c:fe:2f:a7:3f:aa:38:46:25:71:f3:32:a2:36:3a:46:fc:e7:02:09:51:71:07:02:cd:fb:b6:ee:da:33:05\n-----BEGIN CERTIFICATE-----\nMIIFRzCCAy+gAwIBAgIJEQA0tk7GNi02MA0GCSqGSIb3DQEBCwUAMEExCzAJBgNV\nBAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJR04g\nUk9PVCBDQSBHMjAeFw0xNzAyMDYwOTI3MzVaFw00MjAyMDYwOTI3MzVaMEExCzAJ\nBgNVBAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJ\nR04gUk9PVCBDQSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMDF\ndRmRfUR0dIf+DjuW3NgBFszuY5HnC2/OOwppGnzC46+CjobXXo9X69MhWf05N0Iw\nvlDqtg+piNguLWkh59E3GE59kdUWX2tbAMI5Qw02hVK5U2UPHULlj88F0+7cDBrZ\nuIt4ImfkabBoxTzkbFpG583H+u/E7Eu9aqSs/cwoUe+StCmrqzWaTOTECMYmzPhp\nn+Sc8CnTXPnGFiWeI8MgwT0PPzhAsP6CRDiqWhqKa2NYOLQV07YRaXseVO6MGiKs\ncpc/I1mbySKEwQdPzH/iV8oScLumZfNpdWO9lfsbl83kqK/20U6o2YpxJM02PbyW\nxPFsqa7lzw1uKA2wDrXKUXt4FMMgL3/7FFXhEZn91QqhngLjYl/rNUssuHLoPj1P\nrCy7Lobio3aP5ZMqz6WryFyNSwb/EkaseMsUBzXgqd+L6a8VTxaJW732jcZZroiF\nDsGJ6x9nxUWO/203Nit4ZoORUSs9/1F3dmKh7Gc+PoGD4FapUB8fepmrY7+EF3fx\nDTvf95xhszWYijqy7DwaNz9+j5LP2RIUZNoQAhVB/0/E6xyjyfqZ90bp4RjZsbgy\nLcsUDFDYg2WD7rlcz8sFWkz6GZdr1l0T08JcVLwyc6B49fFtHsufpaafItzRUZ6C\neWRgKRM+o/1Pcmqr4tTluCRVLERLiohEnMqE0yo7AgMBAAGjQjBAMA8GA1UdEwEB\n/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSCIS1mxteg4BXrzkwJ\nd8RgnlRuAzANBgkqhkiG9w0BAQsFAAOCAgEAYN4auOfyYILVAzOBywaK8SJJ6ejq\nkX/GM15oGQOGO0MBzwdw5AgeZYWR5hEit/UCI46uuR59H35s5r0l1ZUa8gWmr4UC\nb6741jH/JclKyMeKqdmfS0mbEVeZkkMR3rYzpMzXjWR91M08KCy0mpbqTfXERMQl\nqiCA2ClV9+BB/AYm/7k29UMUA2Z44RGx2iBfRgB4ACGlHgAoYXhvqAEBj500mv/0\nOJD7uNGzcgbJceaBxXntC6Z58hMLnPddDnskk7RI24Zf3lCGeOdA5jGokHZwYa+c\nNywRtYK3qq4kNFtyDGkNzVmf9nGvnAvRCjj5BiKDUyUM/FHE5r7iOZULJK2v0ZXk\nltd0ZGtxTgI8qoXzIKNDOXZbbFD+mpwUHmUUihW9o4JFWklWatKcsWMy5WHgUyIO\npwpJ6st+H6jiYoD2EEVSmAYY3qXNL3+q1Ok+CHLsIwMCPKaq2LxndD0UF/tUSxfj\n03k9bWtJySgOLnRQvwzZRjoQhsmnP+mg7H/rpXdYaXHmgwo38oZJar55CJD2AhZk\nPuXaTH4MNMn5X7azKFGnpyuqSfqNZSlO42sTp5SjLVFteAxEy9/eCG/Oo2Sr05WE\n1LlSVHJ7liXMvGnjSG4N0MedJ5qq+BOS3R7fY581qRY27Iy4g/Q9iY/NtBde17MX\nQRBdJ3NghVdJIgc=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc.\n# Subject: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc.\n# Label: \"Trustwave Global Certification Authority\"\n# Serial: 1846098327275375458322922162\n# MD5 Fingerprint: f8:1c:18:2d:2f:ba:5f:6d:a1:6c:bc:c7:ab:91:c7:0e\n# SHA1 Fingerprint: 2f:8f:36:4f:e1:58:97:44:21:59:87:a5:2a:9a:d0:69:95:26:7f:b5\n# SHA256 Fingerprint: 97:55:20:15:f5:dd:fc:3c:87:88:c0:06:94:45:55:40:88:94:45:00:84:f1:00:86:70:86:bc:1a:2b:b5:8d:c8\n-----BEGIN CERTIFICATE-----\nMIIF2jCCA8KgAwIBAgIMBfcOhtpJ80Y1LrqyMA0GCSqGSIb3DQEBCwUAMIGIMQsw\nCQYDVQQGEwJVUzERMA8GA1UECAwISWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28x\nITAfBgNVBAoMGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1\nc3R3YXZlIEdsb2JhbCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xNzA4MjMx\nOTM0MTJaFw00MjA4MjMxOTM0MTJaMIGIMQswCQYDVQQGEwJVUzERMA8GA1UECAwI\nSWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28xITAfBgNVBAoMGFRydXN0d2F2ZSBI\nb2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1c3R3YXZlIEdsb2JhbCBDZXJ0aWZp\nY2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB\nALldUShLPDeS0YLOvR29zd24q88KPuFd5dyqCblXAj7mY2Hf8g+CY66j96xz0Xzn\nswuvCAAJWX/NKSqIk4cXGIDtiLK0thAfLdZfVaITXdHG6wZWiYj+rDKd/VzDBcdu\n7oaJuogDnXIhhpCujwOl3J+IKMujkkkP7NAP4m1ET4BqstTnoApTAbqOl5F2brz8\n1Ws25kCI1nsvXwXoLG0R8+eyvpJETNKXpP7ScoFDB5zpET71ixpZfR9oWN0EACyW\n80OzfpgZdNmcc9kYvkHHNHnZ9GLCQ7mzJ7Aiy/k9UscwR7PJPrhq4ufogXBeQotP\nJqX+OsIgbrv4Fo7NDKm0G2x2EOFYeUY+VM6AqFcJNykbmROPDMjWLBz7BegIlT1l\nRtzuzWniTY+HKE40Cz7PFNm73bZQmq131BnW2hqIyE4bJ3XYsgjxroMwuREOzYfw\nhI0Vcnyh78zyiGG69Gm7DIwLdVcEuE4qFC49DxweMqZiNu5m4iK4BUBjECLzMx10\ncoos9TkpoNPnG4CELcU9402x/RpvumUHO1jsQkUm+9jaJXLE9gCxInm943xZYkqc\nBW89zubWR2OZxiRvchLIrH+QtAuRcOi35hYQcRfO3gZPSEF9NUqjifLJS3tBEW1n\ntwiYTOURGa5CgNz7kAXU+FDKvuStx8KU1xad5hePrzb7AgMBAAGjQjBAMA8GA1Ud\nEwEB/wQFMAMBAf8wHQYDVR0OBBYEFJngGWcNYtt2s9o9uFvo/ULSMQ6HMA4GA1Ud\nDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAmHNw4rDT7TnsTGDZqRKGFx6W\n0OhUKDtkLSGm+J1WE2pIPU/HPinbbViDVD2HfSMF1OQc3Og4ZYbFdada2zUFvXfe\nuyk3QAUHw5RSn8pk3fEbK9xGChACMf1KaA0HZJDmHvUqoai7PF35owgLEQzxPy0Q\nlG/+4jSHg9bP5Rs1bdID4bANqKCqRieCNqcVtgimQlRXtpla4gt5kNdXElE1GYhB\naCXUNxeEFfsBctyV3lImIJgm4nb1J2/6ADtKYdkNy1GTKv0WBpanI5ojSP5RvbbE\nsLFUzt5sQa0WZ37b/TjNuThOssFgy50X31ieemKyJo90lZvkWx3SD92YHJtZuSPT\nMaCm/zjdzyBP6VhWOmfD0faZmZ26NraAL4hHT4a/RDqA5Dccprrql5gR0IRiR2Qe\nqu5AvzSxnI9O4fKSTx+O856X3vOmeWqJcU9LJxdI/uz0UA9PSX3MReO9ekDFQdxh\nVicGaeVyQYHTtgGJoC86cnn+OjC/QezHYj6RS8fZMXZC+fc8Y+wmjHMMfRod6qh8\nh6jCJ3zhM0EPz8/8AKAigJ5Kp28AsEFFtyLKaEjFQqKu3R3y4G5OBVixwJAWKqQ9\nEEC+j2Jjg6mcgn0tAumDMHzLJ8n9HmYAsC7TIS+OMxZsmO0QqAfWzJPP29FpHOTK\nyeC2nOnOcXHebD8WpHk=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc.\n# Subject: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc.\n# Label: \"Trustwave Global ECC P256 Certification Authority\"\n# Serial: 4151900041497450638097112925\n# MD5 Fingerprint: 5b:44:e3:8d:5d:36:86:26:e8:0d:05:d2:59:a7:83:54\n# SHA1 Fingerprint: b4:90:82:dd:45:0c:be:8b:5b:b1:66:d3:e2:a4:08:26:cd:ed:42:cf\n# SHA256 Fingerprint: 94:5b:bc:82:5e:a5:54:f4:89:d1:fd:51:a7:3d:df:2e:a6:24:ac:70:19:a0:52:05:22:5c:22:a7:8c:cf:a8:b4\n-----BEGIN CERTIFICATE-----\nMIICYDCCAgegAwIBAgIMDWpfCD8oXD5Rld9dMAoGCCqGSM49BAMCMIGRMQswCQYD\nVQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf\nBgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3\nYXZlIEdsb2JhbCBFQ0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x\nNzA4MjMxOTM1MTBaFw00MjA4MjMxOTM1MTBaMIGRMQswCQYDVQQGEwJVUzERMA8G\nA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0\nd2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF\nQ0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTBZMBMGByqGSM49AgEGCCqG\nSM49AwEHA0IABH77bOYj43MyCMpg5lOcunSNGLB4kFKA3TjASh3RqMyTpJcGOMoN\nFWLGjgEqZZ2q3zSRLoHB5DOSMcT9CTqmP62jQzBBMA8GA1UdEwEB/wQFMAMBAf8w\nDwYDVR0PAQH/BAUDAwcGADAdBgNVHQ4EFgQUo0EGrJBt0UrrdaVKEJmzsaGLSvcw\nCgYIKoZIzj0EAwIDRwAwRAIgB+ZU2g6gWrKuEZ+Hxbb/ad4lvvigtwjzRM4q3wgh\nDDcCIC0mA6AFvWvR9lz4ZcyGbbOcNEhjhAnFjXca4syc4XR7\n-----END CERTIFICATE-----\n\n# Issuer: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc.\n# Subject: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc.\n# Label: \"Trustwave Global ECC P384 Certification Authority\"\n# Serial: 2704997926503831671788816187\n# MD5 Fingerprint: ea:cf:60:c4:3b:b9:15:29:40:a1:97:ed:78:27:93:d6\n# SHA1 Fingerprint: e7:f3:a3:c8:cf:6f:c3:04:2e:6d:0e:67:32:c5:9e:68:95:0d:5e:d2\n# SHA256 Fingerprint: 55:90:38:59:c8:c0:c3:eb:b8:75:9e:ce:4e:25:57:22:5f:f5:75:8b:bd:38:eb:d4:82:76:60:1e:1b:d5:80:97\n-----BEGIN CERTIFICATE-----\nMIICnTCCAiSgAwIBAgIMCL2Fl2yZJ6SAaEc7MAoGCCqGSM49BAMDMIGRMQswCQYD\nVQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf\nBgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3\nYXZlIEdsb2JhbCBFQ0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x\nNzA4MjMxOTM2NDNaFw00MjA4MjMxOTM2NDNaMIGRMQswCQYDVQQGEwJVUzERMA8G\nA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0\nd2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF\nQ0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTB2MBAGByqGSM49AgEGBSuB\nBAAiA2IABGvaDXU1CDFHBa5FmVXxERMuSvgQMSOjfoPTfygIOiYaOs+Xgh+AtycJ\nj9GOMMQKmw6sWASr9zZ9lCOkmwqKi6vr/TklZvFe/oyujUF5nQlgziip04pt89ZF\n1PKYhDhloKNDMEEwDwYDVR0TAQH/BAUwAwEB/zAPBgNVHQ8BAf8EBQMDBwYAMB0G\nA1UdDgQWBBRVqYSJ0sEyvRjLbKYHTsjnnb6CkDAKBggqhkjOPQQDAwNnADBkAjA3\nAZKXRRJ+oPM+rRk6ct30UJMDEr5E0k9BpIycnR+j9sKS50gU/k6bpZFXrsY3crsC\nMGclCrEMXu6pY5Jv5ZAL/mYiykf9ijH3g/56vxC+GCsej/YpHpRZ744hN8tRmKVu\nSw==\n-----END CERTIFICATE-----\n\n# Issuer: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp.\n# Subject: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp.\n# Label: \"NAVER Global Root Certification Authority\"\n# Serial: 9013692873798656336226253319739695165984492813\n# MD5 Fingerprint: c8:7e:41:f6:25:3b:f5:09:b3:17:e8:46:3d:bf:d0:9b\n# SHA1 Fingerprint: 8f:6b:f2:a9:27:4a:da:14:a0:c4:f4:8e:61:27:f9:c0:1e:78:5d:d1\n# SHA256 Fingerprint: 88:f4:38:dc:f8:ff:d1:fa:8f:42:91:15:ff:e5:f8:2a:e1:e0:6e:0c:70:c3:75:fa:ad:71:7b:34:a4:9e:72:65\n-----BEGIN CERTIFICATE-----\nMIIFojCCA4qgAwIBAgIUAZQwHqIL3fXFMyqxQ0Rx+NZQTQ0wDQYJKoZIhvcNAQEM\nBQAwaTELMAkGA1UEBhMCS1IxJjAkBgNVBAoMHU5BVkVSIEJVU0lORVNTIFBMQVRG\nT1JNIENvcnAuMTIwMAYDVQQDDClOQVZFUiBHbG9iYWwgUm9vdCBDZXJ0aWZpY2F0\naW9uIEF1dGhvcml0eTAeFw0xNzA4MTgwODU4NDJaFw0zNzA4MTgyMzU5NTlaMGkx\nCzAJBgNVBAYTAktSMSYwJAYDVQQKDB1OQVZFUiBCVVNJTkVTUyBQTEFURk9STSBD\nb3JwLjEyMDAGA1UEAwwpTkFWRVIgR2xvYmFsIFJvb3QgQ2VydGlmaWNhdGlvbiBB\ndXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC21PGTXLVA\niQqrDZBbUGOukJR0F0Vy1ntlWilLp1agS7gvQnXp2XskWjFlqxcX0TM62RHcQDaH\n38dq6SZeWYp34+hInDEW+j6RscrJo+KfziFTowI2MMtSAuXaMl3Dxeb57hHHi8lE\nHoSTGEq0n+USZGnQJoViAbbJAh2+g1G7XNr4rRVqmfeSVPc0W+m/6imBEtRTkZaz\nkVrd/pBzKPswRrXKCAfHcXLJZtM0l/aM9BhK4dA9WkW2aacp+yPOiNgSnABIqKYP\nszuSjXEOdMWLyEz59JuOuDxp7W87UC9Y7cSw0BwbagzivESq2M0UXZR4Yb8Obtoq\nvC8MC3GmsxY/nOb5zJ9TNeIDoKAYv7vxvvTWjIcNQvcGufFt7QSUqP620wbGQGHf\nnZ3zVHbOUzoBppJB7ASjjw2i1QnK1sua8e9DXcCrpUHPXFNwcMmIpi3Ua2FzUCaG\nYQ5fG8Ir4ozVu53BA0K6lNpfqbDKzE0K70dpAy8i+/Eozr9dUGWokG2zdLAIx6yo\n0es+nPxdGoMuK8u180SdOqcXYZaicdNwlhVNt0xz7hlcxVs+Qf6sdWA7G2POAN3a\nCJBitOUt7kinaxeZVL6HSuOpXgRM6xBtVNbv8ejyYhbLgGvtPe31HzClrkvJE+2K\nAQHJuFFYwGY6sWZLxNUxAmLpdIQM201GLQIDAQABo0IwQDAdBgNVHQ4EFgQU0p+I\n36HNLL3s9TsBAZMzJ7LrYEswDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMB\nAf8wDQYJKoZIhvcNAQEMBQADggIBADLKgLOdPVQG3dLSLvCkASELZ0jKbY7gyKoN\nqo0hV4/GPnrK21HUUrPUloSlWGB/5QuOH/XcChWB5Tu2tyIvCZwTFrFsDDUIbatj\ncu3cvuzHV+YwIHHW1xDBE1UBjCpD5EHxzzp6U5LOogMFDTjfArsQLtk70pt6wKGm\n+LUx5vR1yblTmXVHIloUFcd4G7ad6Qz4G3bxhYTeodoS76TiEJd6eN4MUZeoIUCL\nhr0N8F5OSza7OyAfikJW4Qsav3vQIkMsRIz75Sq0bBwcupTgE34h5prCy8VCZLQe\nlHsIJchxzIdFV4XTnyliIoNRlwAYl3dqmJLJfGBs32x9SuRwTMKeuB330DTHD8z7\np/8Dvq1wkNoL3chtl1+afwkyQf3NosxabUzyqkn+Zvjp2DXrDige7kgvOtB5CTh8\npiKCk5XQA76+AqAF3SAi428diDRgxuYKuQl1C/AH6GmWNcf7I4GOODm4RStDeKLR\nLBT/DShycpWbXgnbiUSYqqFJu3FS8r/2/yehNq+4tneI3TqkbZs0kNwUXTC/t+sX\n5Ie3cdCh13cV1ELX8vMxmV2b3RZtP+oGI/hGoiLtk/bdmuYqh7GYVPEi92tF4+KO\ndh2ajcQGjTa3FPOdVGm3jjzVpG2Tgbet9r1ke8LJaDmgkpzNNIaRkPpkUZ3+/uul\n9XXeifdy\n-----END CERTIFICATE-----\n\n# Issuer: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres\n# Subject: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres\n# Label: \"AC RAIZ FNMT-RCM SERVIDORES SEGUROS\"\n# Serial: 131542671362353147877283741781055151509\n# MD5 Fingerprint: 19:36:9c:52:03:2f:d2:d1:bb:23:cc:dd:1e:12:55:bb\n# SHA1 Fingerprint: 62:ff:d9:9e:c0:65:0d:03:ce:75:93:d2:ed:3f:2d:32:c9:e3:e5:4a\n# SHA256 Fingerprint: 55:41:53:b1:3d:2c:f9:dd:b7:53:bf:be:1a:4e:0a:e0:8d:0a:a4:18:70:58:fe:60:a2:b8:62:b2:e4:b8:7b:cb\n-----BEGIN CERTIFICATE-----\nMIICbjCCAfOgAwIBAgIQYvYybOXE42hcG2LdnC6dlTAKBggqhkjOPQQDAzB4MQsw\nCQYDVQQGEwJFUzERMA8GA1UECgwIRk5NVC1SQ00xDjAMBgNVBAsMBUNlcmVzMRgw\nFgYDVQRhDA9WQVRFUy1RMjgyNjAwNEoxLDAqBgNVBAMMI0FDIFJBSVogRk5NVC1S\nQ00gU0VSVklET1JFUyBTRUdVUk9TMB4XDTE4MTIyMDA5MzczM1oXDTQzMTIyMDA5\nMzczM1oweDELMAkGA1UEBhMCRVMxETAPBgNVBAoMCEZOTVQtUkNNMQ4wDAYDVQQL\nDAVDZXJlczEYMBYGA1UEYQwPVkFURVMtUTI4MjYwMDRKMSwwKgYDVQQDDCNBQyBS\nQUlaIEZOTVQtUkNNIFNFUlZJRE9SRVMgU0VHVVJPUzB2MBAGByqGSM49AgEGBSuB\nBAAiA2IABPa6V1PIyqvfNkpSIeSX0oNnnvBlUdBeh8dHsVnyV0ebAAKTRBdp20LH\nsbI6GA60XYyzZl2hNPk2LEnb80b8s0RpRBNm/dfF/a82Tc4DTQdxz69qBdKiQ1oK\nUm8BA06Oi6NCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD\nVR0OBBYEFAG5L++/EYZg8k/QQW6rcx/n0m5JMAoGCCqGSM49BAMDA2kAMGYCMQCu\nSuMrQMN0EfKVrRYj3k4MGuZdpSRea0R7/DjiT8ucRRcRTBQnJlU5dUoDzBOQn5IC\nMQD6SmxgiHPz7riYYqnOK8LZiqZwMR2vsJRM60/G49HzYqc8/5MuB1xJAWdpEgJy\nv+c=\n-----END CERTIFICATE-----\n\n# Issuer: CN=GlobalSign Root R46 O=GlobalSign nv-sa\n# Subject: CN=GlobalSign Root R46 O=GlobalSign nv-sa\n# Label: \"GlobalSign Root R46\"\n# Serial: 1552617688466950547958867513931858518042577\n# MD5 Fingerprint: c4:14:30:e4:fa:66:43:94:2a:6a:1b:24:5f:19:d0:ef\n# SHA1 Fingerprint: 53:a2:b0:4b:ca:6b:d6:45:e6:39:8a:8e:c4:0d:d2:bf:77:c3:a2:90\n# SHA256 Fingerprint: 4f:a3:12:6d:8d:3a:11:d1:c4:85:5a:4f:80:7c:ba:d6:cf:91:9d:3a:5a:88:b0:3b:ea:2c:63:72:d9:3c:40:c9\n-----BEGIN CERTIFICATE-----\nMIIFWjCCA0KgAwIBAgISEdK7udcjGJ5AXwqdLdDfJWfRMA0GCSqGSIb3DQEBDAUA\nMEYxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYD\nVQQDExNHbG9iYWxTaWduIFJvb3QgUjQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMy\nMDAwMDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYt\nc2ExHDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB\nAQUAA4ICDwAwggIKAoICAQCsrHQy6LNl5brtQyYdpokNRbopiLKkHWPd08EsCVeJ\nOaFV6Wc0dwxu5FUdUiXSE2te4R2pt32JMl8Nnp8semNgQB+msLZ4j5lUlghYruQG\nvGIFAha/r6gjA7aUD7xubMLL1aa7DOn2wQL7Id5m3RerdELv8HQvJfTqa1VbkNud\n316HCkD7rRlr+/fKYIje2sGP1q7Vf9Q8g+7XFkyDRTNrJ9CG0Bwta/OrffGFqfUo\n0q3v84RLHIf8E6M6cqJaESvWJ3En7YEtbWaBkoe0G1h6zD8K+kZPTXhc+CtI4wSE\ny132tGqzZfxCnlEmIyDLPRT5ge1lFgBPGmSXZgjPjHvjK8Cd+RTyG/FWaha/LIWF\nzXg4mutCagI0GIMXTpRW+LaCtfOW3T3zvn8gdz57GSNrLNRyc0NXfeD412lPFzYE\n+cCQYDdF3uYM2HSNrpyibXRdQr4G9dlkbgIQrImwTDsHTUB+JMWKmIJ5jqSngiCN\nI/onccnfxkF0oE32kRbcRoxfKWMxWXEM2G/CtjJ9++ZdU6Z+Ffy7dXxd7Pj2Fxzs\nx2sZy/N78CsHpdlseVR2bJ0cpm4O6XkMqCNqo98bMDGfsVR7/mrLZqrcZdCinkqa\nByFrgY/bxFn63iLABJzjqls2k+g9vXqhnQt2sQvHnf3PmKgGwvgqo6GDoLclcqUC\n4wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV\nHQ4EFgQUA1yrc4GHqMywptWU4jaWSf8FmSwwDQYJKoZIhvcNAQEMBQADggIBAHx4\n7PYCLLtbfpIrXTncvtgdokIzTfnvpCo7RGkerNlFo048p9gkUbJUHJNOxO97k4Vg\nJuoJSOD1u8fpaNK7ajFxzHmuEajwmf3lH7wvqMxX63bEIaZHU1VNaL8FpO7XJqti\n2kM3S+LGteWygxk6x9PbTZ4IevPuzz5i+6zoYMzRx6Fcg0XERczzF2sUyQQCPtIk\npnnpHs6i58FZFZ8d4kuaPp92CC1r2LpXFNqD6v6MVenQTqnMdzGxRBF6XLE+0xRF\nFRhiJBPSy03OXIPBNvIQtQ6IbbjhVp+J3pZmOUdkLG5NrmJ7v2B0GbhWrJKsFjLt\nrWhV/pi60zTe9Mlhww6G9kuEYO4Ne7UyWHmRVSyBQ7N0H3qqJZ4d16GLuc1CLgSk\nZoNNiTW2bKg2SnkheCLQQrzRQDGQob4Ez8pn7fXwgNNgyYMqIgXQBztSvwyeqiv5\nu+YfjyW6hY0XHgL+XVAEV8/+LbzvXMAaq7afJMbfc2hIkCwU9D9SGuTSyxTDYWnP\n4vkYxboznxSjBF25cfe1lNj2M8FawTSLfJvdkzrnE6JwYZ+vj+vYxXX4M2bUdGc6\nN3ec592kD3ZDZopD8p/7DEJ4Y9HiD2971KE9dJeFt0g5QdYg/NA6s/rob8SKunE3\nvouXsXgxT7PntgMTzlSdriVZzH81Xwj3QEUxeCp6\n-----END CERTIFICATE-----\n\n# Issuer: CN=GlobalSign Root E46 O=GlobalSign nv-sa\n# Subject: CN=GlobalSign Root E46 O=GlobalSign nv-sa\n# Label: \"GlobalSign Root E46\"\n# Serial: 1552617690338932563915843282459653771421763\n# MD5 Fingerprint: b5:b8:66:ed:de:08:83:e3:c9:e2:01:34:06:ac:51:6f\n# SHA1 Fingerprint: 39:b4:6c:d5:fe:80:06:eb:e2:2f:4a:bb:08:33:a0:af:db:b9:dd:84\n# SHA256 Fingerprint: cb:b9:c4:4d:84:b8:04:3e:10:50:ea:31:a6:9f:51:49:55:d7:bf:d2:e2:c6:b4:93:01:01:9a:d6:1d:9f:50:58\n-----BEGIN CERTIFICATE-----\nMIICCzCCAZGgAwIBAgISEdK7ujNu1LzmJGjFDYQdmOhDMAoGCCqGSM49BAMDMEYx\nCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYDVQQD\nExNHbG9iYWxTaWduIFJvb3QgRTQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMyMDAw\nMDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2Ex\nHDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA\nIgNiAAScDrHPt+ieUnd1NPqlRqetMhkytAepJ8qUuwzSChDH2omwlwxwEwkBjtjq\nR+q+soArzfwoDdusvKSGN+1wCAB16pMLey5SnCNoIwZD7JIvU4Tb+0cUB+hflGdd\nyXqBPCCjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud\nDgQWBBQxCpCPtsad0kRLgLWi5h+xEk8blTAKBggqhkjOPQQDAwNoADBlAjEA31SQ\n7Zvvi5QCkxeCmb6zniz2C5GMn0oUsfZkvLtoURMMA/cVi4RguYv/Uo7njLwcAjA8\n+RHUjE7AwWHCFUyqqx0LMV87HOIAl0Qx5v5zli/altP+CAezNIm8BZ/3Hobui3A=\n-----END CERTIFICATE-----\n\n# Issuer: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH\n# Subject: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH\n# Label: \"GLOBALTRUST 2020\"\n# Serial: 109160994242082918454945253\n# MD5 Fingerprint: 8a:c7:6f:cb:6d:e3:cc:a2:f1:7c:83:fa:0e:78:d7:e8\n# SHA1 Fingerprint: d0:67:c1:13:51:01:0c:aa:d0:c7:6a:65:37:31:16:26:4f:53:71:a2\n# SHA256 Fingerprint: 9a:29:6a:51:82:d1:d4:51:a2:e3:7f:43:9b:74:da:af:a2:67:52:33:29:f9:0f:9a:0d:20:07:c3:34:e2:3c:9a\n-----BEGIN CERTIFICATE-----\nMIIFgjCCA2qgAwIBAgILWku9WvtPilv6ZeUwDQYJKoZIhvcNAQELBQAwTTELMAkG\nA1UEBhMCQVQxIzAhBgNVBAoTGmUtY29tbWVyY2UgbW9uaXRvcmluZyBHbWJIMRkw\nFwYDVQQDExBHTE9CQUxUUlVTVCAyMDIwMB4XDTIwMDIxMDAwMDAwMFoXDTQwMDYx\nMDAwMDAwMFowTTELMAkGA1UEBhMCQVQxIzAhBgNVBAoTGmUtY29tbWVyY2UgbW9u\naXRvcmluZyBHbWJIMRkwFwYDVQQDExBHTE9CQUxUUlVTVCAyMDIwMIICIjANBgkq\nhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAri5WrRsc7/aVj6B3GyvTY4+ETUWiD59b\nRatZe1E0+eyLinjF3WuvvcTfk0Uev5E4C64OFudBc/jbu9G4UeDLgztzOG53ig9Z\nYybNpyrOVPu44sB8R85gfD+yc/LAGbaKkoc1DZAoouQVBGM+uq/ufF7MpotQsjj3\nQWPKzv9pj2gOlTblzLmMCcpL3TGQlsjMH/1WljTbjhzqLL6FLmPdqqmV0/0plRPw\nyJiT2S0WR5ARg6I6IqIoV6Lr/sCMKKCmfecqQjuCgGOlYx8ZzHyyZqjC0203b+J+\nBlHZRYQfEs4kUmSFC0iAToexIiIwquuuvuAC4EDosEKAA1GqtH6qRNdDYfOiaxaJ\nSaSjpCuKAsR49GiKweR6NrFvG5Ybd0mN1MkGco/PU+PcF4UgStyYJ9ORJitHHmkH\nr96i5OTUawuzXnzUJIBHKWk7buis/UDr2O1xcSvy6Fgd60GXIsUf1DnQJ4+H4xj0\n4KlGDfV0OoIu0G4skaMxXDtG6nsEEFZegB31pWXogvziB4xiRfUg3kZwhqG8k9Me\ndKZssCz3AwyIDMvUclOGvGBG85hqwvG/Q/lwIHfKN0F5VVJjjVsSn8VoxIidrPIw\nq7ejMZdnrY8XD2zHc+0klGvIg5rQmjdJBKuxFshsSUktq6HQjJLyQUp5ISXbY9e2\nnKd+Qmn7OmMCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC\nAQYwHQYDVR0OBBYEFNwuH9FhN3nkq9XVsxJxaD1qaJwiMB8GA1UdIwQYMBaAFNwu\nH9FhN3nkq9XVsxJxaD1qaJwiMA0GCSqGSIb3DQEBCwUAA4ICAQCR8EICaEDuw2jA\nVC/f7GLDw56KoDEoqoOOpFaWEhCGVrqXctJUMHytGdUdaG/7FELYjQ7ztdGl4wJC\nXtzoRlgHNQIw4Lx0SsFDKv/bGtCwr2zD/cuz9X9tAy5ZVp0tLTWMstZDFyySCstd\n6IwPS3BD0IL/qMy/pJTAvoe9iuOTe8aPmxadJ2W8esVCgmxcB9CpwYhgROmYhRZf\n+I/KARDOJcP5YBugxZfD0yyIMaK9MOzQ0MAS8cE54+X1+NZK3TTN+2/BT+MAi1bi\nkvcoskJ3ciNnxz8RFbLEAwW+uxF7Cr+obuf/WEPPm2eggAe2HcqtbepBEX4tdJP7\nwry+UUTF72glJ4DjyKDUEuzZpTcdN3y0kcra1LGWge9oXHYQSa9+pTeAsRxSvTOB\nTI/53WXZFM2KJVj04sWDpQmQ1GwUY7VA3+vA/MRYfg0UFodUJ25W5HCEuGwyEn6C\nMUO+1918oa2u1qsgEu8KwxCMSZY13At1XrFP1U80DhEgB3VDRemjEdqso5nCtnkn\n4rnvyOL2NSl6dPrFf4IFYqYK6miyeUcGbvJXqBUzxvd4Sj1Ce2t+/vdG6tHrju+I\naFvowdlxfv1k7/9nR4hYJS8+hge9+6jlgqispdNpQ80xiEmEU5LAsTkbOYMBMMTy\nqfrQA71yN2BWHzZ8vTmR9W0Nv3vXkg==\n-----END CERTIFICATE-----\n\n# Issuer: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz\n# Subject: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz\n# Label: \"ANF Secure Server Root CA\"\n# Serial: 996390341000653745\n# MD5 Fingerprint: 26:a6:44:5a:d9:af:4e:2f:b2:1d:b6:65:b0:4e:e8:96\n# SHA1 Fingerprint: 5b:6e:68:d0:cc:15:b6:a0:5f:1e:c1:5f:ae:02:fc:6b:2f:5d:6f:74\n# SHA256 Fingerprint: fb:8f:ec:75:91:69:b9:10:6b:1e:51:16:44:c6:18:c5:13:04:37:3f:6c:06:43:08:8d:8b:ef:fd:1b:99:75:99\n-----BEGIN CERTIFICATE-----\nMIIF7zCCA9egAwIBAgIIDdPjvGz5a7EwDQYJKoZIhvcNAQELBQAwgYQxEjAQBgNV\nBAUTCUc2MzI4NzUxMDELMAkGA1UEBhMCRVMxJzAlBgNVBAoTHkFORiBBdXRvcmlk\nYWQgZGUgQ2VydGlmaWNhY2lvbjEUMBIGA1UECxMLQU5GIENBIFJhaXoxIjAgBgNV\nBAMTGUFORiBTZWN1cmUgU2VydmVyIFJvb3QgQ0EwHhcNMTkwOTA0MTAwMDM4WhcN\nMzkwODMwMTAwMDM4WjCBhDESMBAGA1UEBRMJRzYzMjg3NTEwMQswCQYDVQQGEwJF\nUzEnMCUGA1UEChMeQU5GIEF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uMRQwEgYD\nVQQLEwtBTkYgQ0EgUmFpejEiMCAGA1UEAxMZQU5GIFNlY3VyZSBTZXJ2ZXIgUm9v\ndCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANvrayvmZFSVgpCj\ncqQZAZ2cC4Ffc0m6p6zzBE57lgvsEeBbphzOG9INgxwruJ4dfkUyYA8H6XdYfp9q\nyGFOtibBTI3/TO80sh9l2Ll49a2pcbnvT1gdpd50IJeh7WhM3pIXS7yr/2WanvtH\n2Vdy8wmhrnZEE26cLUQ5vPnHO6RYPUG9tMJJo8gN0pcvB2VSAKduyK9o7PQUlrZX\nH1bDOZ8rbeTzPvY1ZNoMHKGESy9LS+IsJJ1tk0DrtSOOMspvRdOoiXsezx76W0OL\nzc2oD2rKDF65nkeP8Nm2CgtYZRczuSPkdxl9y0oukntPLxB3sY0vaJxizOBQ+OyR\np1RMVwnVdmPF6GUe7m1qzwmd+nxPrWAI/VaZDxUse6mAq4xhj0oHdkLePfTdsiQz\nW7i1o0TJrH93PB0j7IKppuLIBkwC/qxcmZkLLxCKpvR/1Yd0DVlJRfbwcVw5Kda/\nSiOL9V8BY9KHcyi1Swr1+KuCLH5zJTIdC2MKF4EA/7Z2Xue0sUDKIbvVgFHlSFJn\nLNJhiQcND85Cd8BEc5xEUKDbEAotlRyBr+Qc5RQe8TZBAQIvfXOn3kLMTOmJDVb3\nn5HUA8ZsyY/b2BzgQJhdZpmYgG4t/wHFzstGH6wCxkPmrqKEPMVOHj1tyRRM4y5B\nu8o5vzY8KhmqQYdOpc5LMnndkEl/AgMBAAGjYzBhMB8GA1UdIwQYMBaAFJxf0Gxj\no1+TypOYCK2Mh6UsXME3MB0GA1UdDgQWBBScX9BsY6Nfk8qTmAitjIelLFzBNzAO\nBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zANBgkqhkiG9w0BAQsFAAOC\nAgEATh65isagmD9uw2nAalxJUqzLK114OMHVVISfk/CHGT0sZonrDUL8zPB1hT+L\n9IBdeeUXZ701guLyPI59WzbLWoAAKfLOKyzxj6ptBZNscsdW699QIyjlRRA96Gej\nrw5VD5AJYu9LWaL2U/HANeQvwSS9eS9OICI7/RogsKQOLHDtdD+4E5UGUcjohybK\npFtqFiGS3XNgnhAY3jyB6ugYw3yJ8otQPr0R4hUDqDZ9MwFsSBXXiJCZBMXM5gf0\nvPSQ7RPi6ovDj6MzD8EpTBNO2hVWcXNyglD2mjN8orGoGjR0ZVzO0eurU+AagNjq\nOknkJjCb5RyKqKkVMoaZkgoQI1YS4PbOTOK7vtuNknMBZi9iPrJyJ0U27U1W45eZ\n/zo1PqVUSlJZS2Db7v54EX9K3BR5YLZrZAPbFYPhor72I5dQ8AkzNqdxliXzuUJ9\n2zg/LFis6ELhDtjTO0wugumDLmsx2d1Hhk9tl5EuT+IocTUW0fJz/iUrB0ckYyfI\n+PbZa/wSMVYIwFNCr5zQM378BvAxRAMU8Vjq8moNqRGyg77FGr8H6lnco4g175x2\nMjxNBiLOFeXdntiP2t7SxDnlF4HPOEfrf4htWRvfn0IUrn7PqLBmZdo3r5+qPeoo\ntt7VMVgWglvquxl1AnMaykgaIZOQCo6ThKd9OyMYkomgjaw=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority\n# Subject: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority\n# Label: \"Certum EC-384 CA\"\n# Serial: 160250656287871593594747141429395092468\n# MD5 Fingerprint: b6:65:b3:96:60:97:12:a1:ec:4e:e1:3d:a3:c6:c9:f1\n# SHA1 Fingerprint: f3:3e:78:3c:ac:df:f4:a2:cc:ac:67:55:69:56:d7:e5:16:3c:e1:ed\n# SHA256 Fingerprint: 6b:32:80:85:62:53:18:aa:50:d1:73:c9:8d:8b:da:09:d5:7e:27:41:3d:11:4c:f7:87:a0:f5:d0:6c:03:0c:f6\n-----BEGIN CERTIFICATE-----\nMIICZTCCAeugAwIBAgIQeI8nXIESUiClBNAt3bpz9DAKBggqhkjOPQQDAzB0MQsw\nCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScw\nJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAXBgNVBAMT\nEENlcnR1bSBFQy0zODQgQ0EwHhcNMTgwMzI2MDcyNDU0WhcNNDMwMzI2MDcyNDU0\nWjB0MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBT\nLkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAX\nBgNVBAMTEENlcnR1bSBFQy0zODQgQ0EwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATE\nKI6rGFtqvm5kN2PkzeyrOvfMobgOgknXhimfoZTy42B4mIF4Bk3y7JoOV2CDn7Tm\nFy8as10CW4kjPMIRBSqniBMY81CE1700LCeJVf/OTOffph8oxPBUw7l8t1Ot68Kj\nQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI0GZnQkdjrzife81r1HfS+8\nEF9LMA4GA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNoADBlAjADVS2m5hjEfO/J\nUG7BJw+ch69u1RsIGL2SKcHvlJF40jocVYli5RsJHrpka/F2tNQCMQC0QoSZ/6vn\nnvuRlydd3LBbMHHOXjgaatkl5+r3YZJW+OraNsKHZZYuciUvf9/DE8k=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority\n# Subject: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority\n# Label: \"Certum Trusted Root CA\"\n# Serial: 40870380103424195783807378461123655149\n# MD5 Fingerprint: 51:e1:c2:e7:fe:4c:84:af:59:0e:2f:f4:54:6f:ea:29\n# SHA1 Fingerprint: c8:83:44:c0:18:ae:9f:cc:f1:87:b7:8f:22:d1:c5:d7:45:84:ba:e5\n# SHA256 Fingerprint: fe:76:96:57:38:55:77:3e:37:a9:5e:7a:d4:d9:cc:96:c3:01:57:c1:5d:31:76:5b:a9:b1:57:04:e1:ae:78:fd\n-----BEGIN CERTIFICATE-----\nMIIFwDCCA6igAwIBAgIQHr9ZULjJgDdMBvfrVU+17TANBgkqhkiG9w0BAQ0FADB6\nMQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEu\nMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxHzAdBgNV\nBAMTFkNlcnR1bSBUcnVzdGVkIFJvb3QgQ0EwHhcNMTgwMzE2MTIxMDEzWhcNNDMw\nMzE2MTIxMDEzWjB6MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEg\nU3lzdGVtcyBTLkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRo\nb3JpdHkxHzAdBgNVBAMTFkNlcnR1bSBUcnVzdGVkIFJvb3QgQ0EwggIiMA0GCSqG\nSIb3DQEBAQUAA4ICDwAwggIKAoICAQDRLY67tzbqbTeRn06TpwXkKQMlzhyC93yZ\nn0EGze2jusDbCSzBfN8pfktlL5On1AFrAygYo9idBcEq2EXxkd7fO9CAAozPOA/q\np1x4EaTByIVcJdPTsuclzxFUl6s1wB52HO8AU5853BSlLCIls3Jy/I2z5T4IHhQq\nNwuIPMqw9MjCoa68wb4pZ1Xi/K1ZXP69VyywkI3C7Te2fJmItdUDmj0VDT06qKhF\n8JVOJVkdzZhpu9PMMsmN74H+rX2Ju7pgE8pllWeg8xn2A1bUatMn4qGtg/BKEiJ3\nHAVz4hlxQsDsdUaakFjgao4rpUYwBI4Zshfjvqm6f1bxJAPXsiEodg42MEx51UGa\nmqi4NboMOvJEGyCI98Ul1z3G4z5D3Yf+xOr1Uz5MZf87Sst4WmsXXw3Hw09Omiqi\n7VdNIuJGmj8PkTQkfVXjjJU30xrwCSss0smNtA0Aq2cpKNgB9RkEth2+dv5yXMSF\nytKAQd8FqKPVhJBPC/PgP5sZ0jeJP/J7UhyM9uH3PAeXjA6iWYEMspA90+NZRu0P\nqafegGtaqge2Gcu8V/OXIXoMsSt0Puvap2ctTMSYnjYJdmZm/Bo/6khUHL4wvYBQ\nv3y1zgD2DGHZ5yQD4OMBgQ692IU0iL2yNqh7XAjlRICMb/gv1SHKHRzQ+8S1h9E6\nTsd2tTVItQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBSM+xx1\nvALTn04uSNn5YFSqxLNP+jAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQENBQAD\nggIBAEii1QALLtA/vBzVtVRJHlpr9OTy4EA34MwUe7nJ+jW1dReTagVphZzNTxl4\nWxmB82M+w85bj/UvXgF2Ez8sALnNllI5SW0ETsXpD4YN4fqzX4IS8TrOZgYkNCvo\nzMrnadyHncI013nR03e4qllY/p0m+jiGPp2Kh2RX5Rc64vmNueMzeMGQ2Ljdt4NR\n5MTMI9UGfOZR0800McD2RrsLrfw9EAUqO0qRJe6M1ISHgCq8CYyqOhNf6DR5UMEQ\nGfnTKB7U0VEwKbOukGfWHwpjscWpxkIxYxeU72nLL/qMFH3EQxiJ2fAyQOaA4kZf\n5ePBAFmo+eggvIksDkc0C+pXwlM2/KfUrzHN/gLldfq5Jwn58/U7yn2fqSLLiMmq\n0Uc9NneoWWRrJ8/vJ8HjJLWG965+Mk2weWjROeiQWMODvA8s1pfrzgzhIMfatz7D\nP78v3DSk+yshzWePS/Tj6tQ/50+6uaWTRRxmHyH6ZF5v4HaUMst19W7l9o/HuKTM\nqJZ9ZPskWkoDbGs4xugDQ5r3V7mzKWmTOPQD8rv7gmsHINFSH5pkAnuYZttcTVoP\n0ISVoDwUQwbKytu4QTbaakRnh6+v40URFWkIsr4WOZckbxJF0WddCajJFdr60qZf\nE2Efv4WstK2tBZQIgx51F9NxO5NQI1mg7TyRVJ12AMXDuDjb\n-----END CERTIFICATE-----\n\n# Issuer: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique\n# Subject: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique\n# Label: \"TunTrust Root CA\"\n# Serial: 108534058042236574382096126452369648152337120275\n# MD5 Fingerprint: 85:13:b9:90:5b:36:5c:b6:5e:b8:5a:f8:e0:31:57:b4\n# SHA1 Fingerprint: cf:e9:70:84:0f:e0:73:0f:9d:f6:0c:7f:2c:4b:ee:20:46:34:9c:bb\n# SHA256 Fingerprint: 2e:44:10:2a:b5:8c:b8:54:19:45:1c:8e:19:d9:ac:f3:66:2c:af:bc:61:4b:6a:53:96:0a:30:f7:d0:e2:eb:41\n-----BEGIN CERTIFICATE-----\nMIIFszCCA5ugAwIBAgIUEwLV4kBMkkaGFmddtLu7sms+/BMwDQYJKoZIhvcNAQEL\nBQAwYTELMAkGA1UEBhMCVE4xNzA1BgNVBAoMLkFnZW5jZSBOYXRpb25hbGUgZGUg\nQ2VydGlmaWNhdGlvbiBFbGVjdHJvbmlxdWUxGTAXBgNVBAMMEFR1blRydXN0IFJv\nb3QgQ0EwHhcNMTkwNDI2MDg1NzU2WhcNNDQwNDI2MDg1NzU2WjBhMQswCQYDVQQG\nEwJUTjE3MDUGA1UECgwuQWdlbmNlIE5hdGlvbmFsZSBkZSBDZXJ0aWZpY2F0aW9u\nIEVsZWN0cm9uaXF1ZTEZMBcGA1UEAwwQVHVuVHJ1c3QgUm9vdCBDQTCCAiIwDQYJ\nKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMPN0/y9BFPdDCA61YguBUtB9YOCfvdZ\nn56eY+hz2vYGqU8ftPkLHzmMmiDQfgbU7DTZhrx1W4eI8NLZ1KMKsmwb60ksPqxd\n2JQDoOw05TDENX37Jk0bbjBU2PWARZw5rZzJJQRNmpA+TkBuimvNKWfGzC3gdOgF\nVwpIUPp6Q9p+7FuaDmJ2/uqdHYVy7BG7NegfJ7/Boce7SBbdVtfMTqDhuazb1YMZ\nGoXRlJfXyqNlC/M4+QKu3fZnz8k/9YosRxqZbwUN/dAdgjH8KcwAWJeRTIAAHDOF\nli/LQcKLEITDCSSJH7UP2dl3RxiSlGBcx5kDPP73lad9UKGAwqmDrViWVSHbhlnU\nr8a83YFuB9tgYv7sEG7aaAH0gxupPqJbI9dkxt/con3YS7qC0lH4Zr8GRuR5KiY2\neY8fTpkdso8MDhz/yV3A/ZAQprE38806JG60hZC/gLkMjNWb1sjxVj8agIl6qeIb\nMlEsPvLfe/ZdeikZjuXIvTZxi11Mwh0/rViizz1wTaZQmCXcI/m4WEEIcb9PuISg\njwBUFfyRbVinljvrS5YnzWuioYasDXxU5mZMZl+QviGaAkYt5IPCgLnPSz7ofzwB\n7I9ezX/SKEIBlYrilz0QIX32nRzFNKHsLA4KUiwSVXAkPcvCFDVDXSdOvsC9qnyW\n5/yeYa1E0wCXAgMBAAGjYzBhMB0GA1UdDgQWBBQGmpsfU33x9aTI04Y+oXNZtPdE\nITAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFAaamx9TffH1pMjThj6hc1m0\n90QhMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAqgVutt0Vyb+z\nxiD2BkewhpMl0425yAA/l/VSJ4hxyXT968pk21vvHl26v9Hr7lxpuhbI87mP0zYu\nQEkHDVneixCwSQXi/5E/S7fdAo74gShczNxtr18UnH1YeA32gAm56Q6XKRm4t+v4\nFstVEuTGfbvE7Pi1HE4+Z7/FXxttbUcoqgRYYdZ2vyJ/0Adqp2RT8JeNnYA/u8EH\n22Wv5psymsNUk8QcCMNE+3tjEUPRahphanltkE8pjkcFwRJpadbGNjHh/PqAulxP\nxOu3Mqz4dWEX1xAZufHSCe96Qp1bWgvUxpVOKs7/B9dPfhgGiPEZtdmYu65xxBzn\ndFlY7wyJz4sfdZMaBBSSSFCp61cpABbjNhzI+L/wM9VBD8TMPN3pM0MBkRArHtG5\nXc0yGYuPjCB31yLEQtyEFpslbei0VXF/sHyz03FJuc9SpAQ/3D2gu68zngowYI7b\nnV2UqL1g52KAdoGDDIzMMEZJ4gzSqK/rYXHv5yJiqfdcZGyfFoxnNidF9Ql7v/YQ\nCvGwjVRDjAS6oz/v4jXH+XTgbzRB0L9zZVcg+ZtnemZoJE6AZb0QmQZZ8mWvuMZH\nu/2QeItBcy6vVR/cO5JyboTT0GFMDcx2V+IthSIVNg3rAZ3r2OvEhJn7wAzMMujj\nd9qDRIueVSjAi1jTkD5OGwDxFa2DK5o=\n-----END CERTIFICATE-----\n\n# Issuer: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA\n# Subject: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA\n# Label: \"HARICA TLS RSA Root CA 2021\"\n# Serial: 76817823531813593706434026085292783742\n# MD5 Fingerprint: 65:47:9b:58:86:dd:2c:f0:fc:a2:84:1f:1e:96:c4:91\n# SHA1 Fingerprint: 02:2d:05:82:fa:88:ce:14:0c:06:79:de:7f:14:10:e9:45:d7:a5:6d\n# SHA256 Fingerprint: d9:5d:0e:8e:da:79:52:5b:f9:be:b1:1b:14:d2:10:0d:32:94:98:5f:0c:62:d9:fa:bd:9c:d9:99:ec:cb:7b:1d\n-----BEGIN CERTIFICATE-----\nMIIFpDCCA4ygAwIBAgIQOcqTHO9D88aOk8f0ZIk4fjANBgkqhkiG9w0BAQsFADBs\nMQswCQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl\nc2VhcmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBSU0Eg\nUm9vdCBDQSAyMDIxMB4XDTIxMDIxOTEwNTUzOFoXDTQ1MDIxMzEwNTUzN1owbDEL\nMAkGA1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNl\nYXJjaCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgUlNBIFJv\nb3QgQ0EgMjAyMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAIvC569l\nmwVnlskNJLnQDmT8zuIkGCyEf3dRywQRNrhe7Wlxp57kJQmXZ8FHws+RFjZiPTgE\n4VGC/6zStGndLuwRo0Xua2s7TL+MjaQenRG56Tj5eg4MmOIjHdFOY9TnuEFE+2uv\na9of08WRiFukiZLRgeaMOVig1mlDqa2YUlhu2wr7a89o+uOkXjpFc5gH6l8Cct4M\npbOfrqkdtx2z/IpZ525yZa31MJQjB/OCFks1mJxTuy/K5FrZx40d/JiZ+yykgmvw\nKh+OC19xXFyuQnspiYHLA6OZyoieC0AJQTPb5lh6/a6ZcMBaD9YThnEvdmn8kN3b\nLW7R8pv1GmuebxWMevBLKKAiOIAkbDakO/IwkfN4E8/BPzWr8R0RI7VDIp4BkrcY\nAuUR0YLbFQDMYTfBKnya4dC6s1BG7oKsnTH4+yPiAwBIcKMJJnkVU2DzOFytOOqB\nAGMUuTNe3QvboEUHGjMJ+E20pwKmafTCWQWIZYVWrkvL4N48fS0ayOn7H6NhStYq\nE613TBoYm5EPWNgGVMWX+Ko/IIqmhaZ39qb8HOLubpQzKoNQhArlT4b4UEV4AIHr\nW2jjJo3Me1xR9BQsQL4aYB16cmEdH2MtiKrOokWQCPxrvrNQKlr9qEgYRtaQQJKQ\nCoReaDH46+0N0x3GfZkYVVYnZS6NRcUk7M7jAgMBAAGjQjBAMA8GA1UdEwEB/wQF\nMAMBAf8wHQYDVR0OBBYEFApII6ZgpJIKM+qTW8VX6iVNvRLuMA4GA1UdDwEB/wQE\nAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAPpBIqm5iFSVmewzVjIuJndftTgfvnNAU\nX15QvWiWkKQUEapobQk1OUAJ2vQJLDSle1mESSmXdMgHHkdt8s4cUCbjnj1AUz/3\nf5Z2EMVGpdAgS1D0NTsY9FVqQRtHBmg8uwkIYtlfVUKqrFOFrJVWNlar5AWMxaja\nH6NpvVMPxP/cyuN+8kyIhkdGGvMA9YCRotxDQpSbIPDRzbLrLFPCU3hKTwSUQZqP\nJzLB5UkZv/HywouoCjkxKLR9YjYsTewfM7Z+d21+UPCfDtcRj88YxeMn/ibvBZ3P\nzzfF0HvaO7AWhAw6k9a+F9sPPg4ZeAnHqQJyIkv3N3a6dcSFA1pj1bF1BcK5vZSt\njBWZp5N99sXzqnTPBIWUmAD04vnKJGW/4GKvyMX6ssmeVkjaef2WdhW+o45WxLM0\n/L5H9MG0qPzVMIho7suuyWPEdr6sOBjhXlzPrjoiUevRi7PzKzMHVIf6tLITe7pT\nBGIBnfHAT+7hOtSLIBD6Alfm78ELt5BGnBkpjNxvoEppaZS3JGWg/6w/zgH7IS79\naPib8qXPMThcFarmlwDB31qlpzmq6YR/PFGoOtmUW4y/Twhx5duoXNTSpv4Ao8YW\nxw/ogM4cKGR0GQjTQuPOAF1/sdwTsOEFy9EgqoZ0njnnkf3/W9b3raYvAwtt41dU\n63ZTGI0RmLo=\n-----END CERTIFICATE-----\n\n# Issuer: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA\n# Subject: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA\n# Label: \"HARICA TLS ECC Root CA 2021\"\n# Serial: 137515985548005187474074462014555733966\n# MD5 Fingerprint: ae:f7:4c:e5:66:35:d1:b7:9b:8c:22:93:74:d3:4b:b0\n# SHA1 Fingerprint: bc:b0:c1:9d:e9:98:92:70:19:38:57:e9:8d:a7:b4:5d:6e:ee:01:48\n# SHA256 Fingerprint: 3f:99:cc:47:4a:cf:ce:4d:fe:d5:87:94:66:5e:47:8d:15:47:73:9f:2e:78:0f:1b:b4:ca:9b:13:30:97:d4:01\n-----BEGIN CERTIFICATE-----\nMIICVDCCAdugAwIBAgIQZ3SdjXfYO2rbIvT/WeK/zjAKBggqhkjOPQQDAzBsMQsw\nCQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2Vh\ncmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBFQ0MgUm9v\ndCBDQSAyMDIxMB4XDTIxMDIxOTExMDExMFoXDTQ1MDIxMzExMDEwOVowbDELMAkG\nA1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJj\naCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgRUNDIFJvb3Qg\nQ0EgMjAyMTB2MBAGByqGSM49AgEGBSuBBAAiA2IABDgI/rGgltJ6rK9JOtDA4MM7\nKKrxcm1lAEeIhPyaJmuqS7psBAqIXhfyVYf8MLA04jRYVxqEU+kw2anylnTDUR9Y\nSTHMmE5gEYd103KUkE+bECUqqHgtvpBBWJAVcqeht6NCMEAwDwYDVR0TAQH/BAUw\nAwEB/zAdBgNVHQ4EFgQUyRtTgRL+BNUW0aq8mm+3oJUZbsowDgYDVR0PAQH/BAQD\nAgGGMAoGCCqGSM49BAMDA2cAMGQCMBHervjcToiwqfAircJRQO9gcS3ujwLEXQNw\nSaSS6sUUiHCm0w2wqsosQJz76YJumgIwK0eaB8bRwoF8yguWGEEbo/QwCZ61IygN\nnxS2PFOiTAZpffpskcYqSUXm7LcT4Tps\n-----END CERTIFICATE-----\n\n# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068\n# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068\n# Label: \"Autoridad de Certificacion Firmaprofesional CIF A62634068\"\n# Serial: 1977337328857672817\n# MD5 Fingerprint: 4e:6e:9b:54:4c:ca:b7:fa:48:e4:90:b1:15:4b:1c:a3\n# SHA1 Fingerprint: 0b:be:c2:27:22:49:cb:39:aa:db:35:5c:53:e3:8c:ae:78:ff:b6:fe\n# SHA256 Fingerprint: 57:de:05:83:ef:d2:b2:6e:03:61:da:99:da:9d:f4:64:8d:ef:7e:e8:44:1c:3b:72:8a:fa:9b:cd:e0:f9:b2:6a\n-----BEGIN CERTIFICATE-----\nMIIGFDCCA/ygAwIBAgIIG3Dp0v+ubHEwDQYJKoZIhvcNAQELBQAwUTELMAkGA1UE\nBhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h\ncHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0xNDA5MjMxNTIyMDdaFw0zNjA1\nMDUxNTIyMDdaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg\nQ2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi\nMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9\nthDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM\ncas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG\nL9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i\nNA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h\nX68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b\nm8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy\nZ/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja\nEbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T\nKI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF\n6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh\nOSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMB0GA1UdDgQWBBRlzeurNR4APn7VdMAc\ntHNHDhpkLzASBgNVHRMBAf8ECDAGAQH/AgEBMIGmBgNVHSAEgZ4wgZswgZgGBFUd\nIAAwgY8wLwYIKwYBBQUHAgEWI2h0dHA6Ly93d3cuZmlybWFwcm9mZXNpb25hbC5j\nb20vY3BzMFwGCCsGAQUFBwICMFAeTgBQAGEAcwBlAG8AIABkAGUAIABsAGEAIABC\nAG8AbgBhAG4AbwB2AGEAIAA0ADcAIABCAGEAcgBjAGUAbABvAG4AYQAgADAAOAAw\nADEANzAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQELBQADggIBAHSHKAIrdx9m\niWTtj3QuRhy7qPj4Cx2Dtjqn6EWKB7fgPiDL4QjbEwj4KKE1soCzC1HA01aajTNF\nSa9J8OA9B3pFE1r/yJfY0xgsfZb43aJlQ3CTkBW6kN/oGbDbLIpgD7dvlAceHabJ\nhfa9NPhAeGIQcDq+fUs5gakQ1JZBu/hfHAsdCPKxsIl68veg4MSPi3i1O1ilI45P\nVf42O+AMt8oqMEEgtIDNrvx2ZnOorm7hfNoD6JQg5iKj0B+QXSBTFCZX2lSX3xZE\nEAEeiGaPcjiT3SC3NL7X8e5jjkd5KAb881lFJWAiMxujX6i6KtoaPc1A6ozuBRWV\n1aUsIC+nmCjuRfzxuIgALI9C2lHVnOUTaHFFQ4ueCyE8S1wF3BqfmI7avSKecs2t\nCsvMo2ebKHTEm9caPARYpoKdrcd7b/+Alun4jWq9GJAd/0kakFI3ky88Al2CdgtR\n5xbHV/g4+afNmyJU72OwFW1TZQNKXkqgsqeOSQBZONXH9IBk9W6VULgRfhVwOEqw\nf9DEMnDAGf/JOC0ULGb0QkTmVXYbgBVX/8Cnp6o5qtjTcNAuuuuUavpfNIbnYrX9\nivAwhZTJryQCL2/W3Wf+47BVTwSYT6RBVuKT0Gro1vP7ZeDOdcQxWQzugsgMYDNK\nGbqEZycPvEJdvSRUDewdcAZfpLz6IHxV\n-----END CERTIFICATE-----\n\n# Issuer: CN=vTrus ECC Root CA O=iTrusChina Co.,Ltd.\n# Subject: CN=vTrus ECC Root CA O=iTrusChina Co.,Ltd.\n# Label: \"vTrus ECC Root CA\"\n# Serial: 630369271402956006249506845124680065938238527194\n# MD5 Fingerprint: de:4b:c1:f5:52:8c:9b:43:e1:3e:8f:55:54:17:8d:85\n# SHA1 Fingerprint: f6:9c:db:b0:fc:f6:02:13:b6:52:32:a6:a3:91:3f:16:70:da:c3:e1\n# SHA256 Fingerprint: 30:fb:ba:2c:32:23:8e:2a:98:54:7a:f9:79:31:e5:50:42:8b:9b:3f:1c:8e:eb:66:33:dc:fa:86:c5:b2:7d:d3\n-----BEGIN CERTIFICATE-----\nMIICDzCCAZWgAwIBAgIUbmq8WapTvpg5Z6LSa6Q75m0c1towCgYIKoZIzj0EAwMw\nRzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4xGjAY\nBgNVBAMTEXZUcnVzIEVDQyBSb290IENBMB4XDTE4MDczMTA3MjY0NFoXDTQzMDcz\nMTA3MjY0NFowRzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28u\nLEx0ZC4xGjAYBgNVBAMTEXZUcnVzIEVDQyBSb290IENBMHYwEAYHKoZIzj0CAQYF\nK4EEACIDYgAEZVBKrox5lkqqHAjDo6LN/llWQXf9JpRCux3NCNtzslt188+cToL0\nv/hhJoVs1oVbcnDS/dtitN9Ti72xRFhiQgnH+n9bEOf+QP3A2MMrMudwpremIFUd\ne4BdS49nTPEQo0IwQDAdBgNVHQ4EFgQUmDnNvtiyjPeyq+GtJK97fKHbH88wDwYD\nVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwCgYIKoZIzj0EAwMDaAAwZQIw\nV53dVvHH4+m4SVBrm2nDb+zDfSXkV5UTQJtS0zvzQBm8JsctBp61ezaf9SXUY2sA\nAjEA6dPGnlaaKsyh2j/IZivTWJwghfqrkYpwcBE4YGQLYgmRWAD5Tfs0aNoJrSEG\nGJTO\n-----END CERTIFICATE-----\n\n# Issuer: CN=vTrus Root CA O=iTrusChina Co.,Ltd.\n# Subject: CN=vTrus Root CA O=iTrusChina Co.,Ltd.\n# Label: \"vTrus Root CA\"\n# Serial: 387574501246983434957692974888460947164905180485\n# MD5 Fingerprint: b8:c9:37:df:fa:6b:31:84:64:c5:ea:11:6a:1b:75:fc\n# SHA1 Fingerprint: 84:1a:69:fb:f5:cd:1a:25:34:13:3d:e3:f8:fc:b8:99:d0:c9:14:b7\n# SHA256 Fingerprint: 8a:71:de:65:59:33:6f:42:6c:26:e5:38:80:d0:0d:88:a1:8d:a4:c6:a9:1f:0d:cb:61:94:e2:06:c5:c9:63:87\n-----BEGIN CERTIFICATE-----\nMIIFVjCCAz6gAwIBAgIUQ+NxE9izWRRdt86M/TX9b7wFjUUwDQYJKoZIhvcNAQEL\nBQAwQzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4x\nFjAUBgNVBAMTDXZUcnVzIFJvb3QgQ0EwHhcNMTgwNzMxMDcyNDA1WhcNNDMwNzMx\nMDcyNDA1WjBDMQswCQYDVQQGEwJDTjEcMBoGA1UEChMTaVRydXNDaGluYSBDby4s\nTHRkLjEWMBQGA1UEAxMNdlRydXMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEBBQAD\nggIPADCCAgoCggIBAL1VfGHTuB0EYgWgrmy3cLRB6ksDXhA/kFocizuwZotsSKYc\nIrrVQJLuM7IjWcmOvFjai57QGfIvWcaMY1q6n6MLsLOaXLoRuBLpDLvPbmyAhykU\nAyyNJJrIZIO1aqwTLDPxn9wsYTwaP3BVm60AUn/PBLn+NvqcwBauYv6WTEN+VRS+\nGrPSbcKvdmaVayqwlHeFXgQPYh1jdfdr58tbmnDsPmcF8P4HCIDPKNsFxhQnL4Z9\n8Cfe/+Z+M0jnCx5Y0ScrUw5XSmXX+6KAYPxMvDVTAWqXcoKv8R1w6Jz1717CbMdH\nflqUhSZNO7rrTOiwCcJlwp2dCZtOtZcFrPUGoPc2BX70kLJrxLT5ZOrpGgrIDajt\nJ8nU57O5q4IikCc9Kuh8kO+8T/3iCiSn3mUkpF3qwHYw03dQ+A0Em5Q2AXPKBlim\n0zvc+gRGE1WKyURHuFE5Gi7oNOJ5y1lKCn+8pu8fA2dqWSslYpPZUxlmPCdiKYZN\npGvu/9ROutW04o5IWgAZCfEF2c6Rsffr6TlP9m8EQ5pV9T4FFL2/s1m02I4zhKOQ\nUqqzApVg+QxMaPnu1RcN+HFXtSXkKe5lXa/R7jwXC1pDxaWG6iSe4gUH3DRCEpHW\nOXSuTEGC2/KmSNGzm/MzqvOmwMVO9fSddmPmAsYiS8GVP1BkLFTltvA8Kc9XAgMB\nAAGjQjBAMB0GA1UdDgQWBBRUYnBj8XWEQ1iO0RYgscasGrz2iTAPBgNVHRMBAf8E\nBTADAQH/MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAKbqSSaet\n8PFww+SX8J+pJdVrnjT+5hpk9jprUrIQeBqfTNqK2uwcN1LgQkv7bHbKJAs5EhWd\nnxEt/Hlk3ODg9d3gV8mlsnZwUKT+twpw1aA08XXXTUm6EdGz2OyC/+sOxL9kLX1j\nbhd47F18iMjrjld22VkE+rxSH0Ws8HqA7Oxvdq6R2xCOBNyS36D25q5J08FsEhvM\nKar5CKXiNxTKsbhm7xqC5PD48acWabfbqWE8n/Uxy+QARsIvdLGx14HuqCaVvIiv\nTDUHKgLKeBRtRytAVunLKmChZwOgzoy8sHJnxDHO2zTlJQNgJXtxmOTAGytfdELS\nS8VZCAeHvsXDf+eW2eHcKJfWjwXj9ZtOyh1QRwVTsMo554WgicEFOwE30z9J4nfr\nI8iIZjs9OXYhRvHsXyO466JmdXTBQPfYaJqT4i2pLr0cox7IdMakLXogqzu4sEb9\nb91fUlV1YvCXoHzXOP0l382gmxDPi7g4Xl7FtKYCNqEeXxzP4padKar9mK5S4fNB\nUvupLnKWnyfjqnN9+BojZns7q2WwMgFLFT49ok8MKzWixtlnEjUwzXYuFrOZnk1P\nTi07NEPhmg4NpGaXutIcSkwsKouLgU9xGqndXHt7CMUADTdA43x7VF8vhV929ven\nsBxXVsFy6K2ir40zSbofitzmdHxghm+Hl3s=\n-----END CERTIFICATE-----\n\n# Issuer: CN=ISRG Root X2 O=Internet Security Research Group\n# Subject: CN=ISRG Root X2 O=Internet Security Research Group\n# Label: \"ISRG Root X2\"\n# Serial: 87493402998870891108772069816698636114\n# MD5 Fingerprint: d3:9e:c4:1e:23:3c:a6:df:cf:a3:7e:6d:e0:14:e6:e5\n# SHA1 Fingerprint: bd:b1:b9:3c:d5:97:8d:45:c6:26:14:55:f8:db:95:c7:5a:d1:53:af\n# SHA256 Fingerprint: 69:72:9b:8e:15:a8:6e:fc:17:7a:57:af:b7:17:1d:fc:64:ad:d2:8c:2f:ca:8c:f1:50:7e:34:45:3c:cb:14:70\n-----BEGIN CERTIFICATE-----\nMIICGzCCAaGgAwIBAgIQQdKd0XLq7qeAwSxs6S+HUjAKBggqhkjOPQQDAzBPMQsw\nCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg\nR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yMDA5MDQwMDAwMDBaFw00\nMDA5MTcxNjAwMDBaME8xCzAJBgNVBAYTAlVTMSkwJwYDVQQKEyBJbnRlcm5ldCBT\nZWN1cml0eSBSZXNlYXJjaCBHcm91cDEVMBMGA1UEAxMMSVNSRyBSb290IFgyMHYw\nEAYHKoZIzj0CAQYFK4EEACIDYgAEzZvVn4CDCuwJSvMWSj5cz3es3mcFDR0HttwW\n+1qLFNvicWDEukWVEYmO6gbf9yoWHKS5xcUy4APgHoIYOIvXRdgKam7mAHf7AlF9\nItgKbppbd9/w+kHsOdx1ymgHDB/qo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0T\nAQH/BAUwAwEB/zAdBgNVHQ4EFgQUfEKWrt5LSDv6kviejM9ti6lyN5UwCgYIKoZI\nzj0EAwMDaAAwZQIwe3lORlCEwkSHRhtFcP9Ymd70/aTSVaYgLXTWNLxBo1BfASdW\ntL4ndQavEi51mI38AjEAi/V3bNTIZargCyzuFJ0nN6T5U6VR5CmD1/iQMVtCnwr1\n/q4AaOeMSQ+2b1tbFfLn\n-----END CERTIFICATE-----\n\n# Issuer: CN=HiPKI Root CA - G1 O=Chunghwa Telecom Co., Ltd.\n# Subject: CN=HiPKI Root CA - G1 O=Chunghwa Telecom Co., Ltd.\n# Label: \"HiPKI Root CA - G1\"\n# Serial: 60966262342023497858655262305426234976\n# MD5 Fingerprint: 69:45:df:16:65:4b:e8:68:9a:8f:76:5f:ff:80:9e:d3\n# SHA1 Fingerprint: 6a:92:e4:a8:ee:1b:ec:96:45:37:e3:29:57:49:cd:96:e3:e5:d2:60\n# SHA256 Fingerprint: f0:15:ce:3c:c2:39:bf:ef:06:4b:e9:f1:d2:c4:17:e1:a0:26:4a:0a:94:be:1f:0c:8d:12:18:64:eb:69:49:cc\n-----BEGIN CERTIFICATE-----\nMIIFajCCA1KgAwIBAgIQLd2szmKXlKFD6LDNdmpeYDANBgkqhkiG9w0BAQsFADBP\nMQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0\nZC4xGzAZBgNVBAMMEkhpUEtJIFJvb3QgQ0EgLSBHMTAeFw0xOTAyMjIwOTQ2MDRa\nFw0zNzEyMzExNTU5NTlaME8xCzAJBgNVBAYTAlRXMSMwIQYDVQQKDBpDaHVuZ2h3\nYSBUZWxlY29tIENvLiwgTHRkLjEbMBkGA1UEAwwSSGlQS0kgUm9vdCBDQSAtIEcx\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA9B5/UnMyDHPkvRN0o9Qw\nqNCuS9i233VHZvR85zkEHmpwINJaR3JnVfSl6J3VHiGh8Ge6zCFovkRTv4354twv\nVcg3Px+kwJyz5HdcoEb+d/oaoDjq7Zpy3iu9lFc6uux55199QmQ5eiY29yTw1S+6\nlZgRZq2XNdZ1AYDgr/SEYYwNHl98h5ZeQa/rh+r4XfEuiAU+TCK72h8q3VJGZDnz\nQs7ZngyzsHeXZJzA9KMuH5UHsBffMNsAGJZMoYFL3QRtU6M9/Aes1MU3guvklQgZ\nKILSQjqj2FPseYlgSGDIcpJQ3AOPgz+yQlda22rpEZfdhSi8MEyr48KxRURHH+CK\nFgeW0iEPU8DtqX7UTuybCeyvQqww1r/REEXgphaypcXTT3OUM3ECoWqj1jOXTyFj\nHluP2cFeRXF3D4FdXyGarYPM+l7WjSNfGz1BryB1ZlpK9p/7qxj3ccC2HTHsOyDr\ny+K49a6SsvfhhEvyovKTmiKe0xRvNlS9H15ZFblzqMF8b3ti6RZsR1pl8w4Rm0bZ\n/W3c1pzAtH2lsN0/Vm+h+fbkEkj9Bn8SV7apI09bA8PgcSojt/ewsTu8mL3WmKgM\na/aOEmem8rJY5AIJEzypuxC00jBF8ez3ABHfZfjcK0NVvxaXxA/VLGGEqnKG/uY6\nfsI/fe78LxQ+5oXdUG+3Se0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNV\nHQ4EFgQU8ncX+l6o/vY9cdVouslGDDjYr7AwDgYDVR0PAQH/BAQDAgGGMA0GCSqG\nSIb3DQEBCwUAA4ICAQBQUfB13HAE4/+qddRxosuej6ip0691x1TPOhwEmSKsxBHi\n7zNKpiMdDg1H2DfHb680f0+BazVP6XKlMeJ45/dOlBhbQH3PayFUhuaVevvGyuqc\nSE5XCV0vrPSltJczWNWseanMX/mF+lLFjfiRFOs6DRfQUsJ748JzjkZ4Bjgs6Fza\nZsT0pPBWGTMpWmWSBUdGSquEwx4noR8RkpkndZMPvDY7l1ePJlsMu5wP1G4wB9Tc\nXzZoZjmDlicmisjEOf6aIW/Vcobpf2Lll07QJNBAsNB1CI69aO4I1258EHBGG3zg\niLKecoaZAeO/n0kZtCW+VmWuF2PlHt/o/0elv+EmBYTksMCv5wiZqAxeJoBF1Pho\nL5aPruJKHJwWDBNvOIf2u8g0X5IDUXlwpt/L9ZlNec1OvFefQ05rLisY+GpzjLrF\nNe85akEez3GoorKGB1s6yeHvP2UEgEcyRHCVTjFnanRbEEV16rCf0OY1/k6fi8wr\nkkVbbiVghUbN0aqwdmaTd5a+g744tiROJgvM7XpWGuDpWsZkrUx6AEhEL7lAuxM+\nvhV4nYWBSipX3tUZQ9rbyltHhoMLP7YNdnhzeSJesYAfz77RP1YQmCuVh6EfnWQU\nYDksswBVLuT1sw5XxJFBAJw/6KXf6vb/yPCtbVKoF6ubYfwSUTXkJf2vqmqGOQ==\n-----END CERTIFICATE-----\n\n# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4\n# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4\n# Label: \"GlobalSign ECC Root CA - R4\"\n# Serial: 159662223612894884239637590694\n# MD5 Fingerprint: 26:29:f8:6d:e1:88:bf:a2:65:7f:aa:c4:cd:0f:7f:fc\n# SHA1 Fingerprint: 6b:a0:b0:98:e1:71:ef:5a:ad:fe:48:15:80:77:10:f4:bd:6f:0b:28\n# SHA256 Fingerprint: b0:85:d7:0b:96:4f:19:1a:73:e4:af:0d:54:ae:7a:0e:07:aa:fd:af:9b:71:dd:08:62:13:8a:b7:32:5a:24:a2\n-----BEGIN CERTIFICATE-----\nMIIB3DCCAYOgAwIBAgINAgPlfvU/k/2lCSGypjAKBggqhkjOPQQDAjBQMSQwIgYD\nVQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0gUjQxEzARBgNVBAoTCkdsb2Jh\nbFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTIxMTEzMDAwMDAwWhcNMzgw\nMTE5MDMxNDA3WjBQMSQwIgYDVQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0g\nUjQxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wWTAT\nBgcqhkjOPQIBBggqhkjOPQMBBwNCAAS4xnnTj2wlDp8uORkcA6SumuU5BwkWymOx\nuYb4ilfBV85C+nOh92VC/x7BALJucw7/xyHlGKSq2XE/qNS5zowdo0IwQDAOBgNV\nHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUVLB7rUW44kB/\n+wpu+74zyTyjhNUwCgYIKoZIzj0EAwIDRwAwRAIgIk90crlgr/HmnKAWBVBfw147\nbmF0774BxL4YSFlhgjICICadVGNA3jdgUM/I2O2dgq43mLyjj0xMqTQrbO/7lZsm\n-----END CERTIFICATE-----\n\n# Issuer: CN=GTS Root R1 O=Google Trust Services LLC\n# Subject: CN=GTS Root R1 O=Google Trust Services LLC\n# Label: \"GTS Root R1\"\n# Serial: 159662320309726417404178440727\n# MD5 Fingerprint: 05:fe:d0:bf:71:a8:a3:76:63:da:01:e0:d8:52:dc:40\n# SHA1 Fingerprint: e5:8c:1c:c4:91:3b:38:63:4b:e9:10:6e:e3:ad:8e:6b:9d:d9:81:4a\n# SHA256 Fingerprint: d9:47:43:2a:bd:e7:b7:fa:90:fc:2e:6b:59:10:1b:12:80:e0:e1:c7:e4:e4:0f:a3:c6:88:7f:ff:57:a7:f4:cf\n-----BEGIN CERTIFICATE-----\nMIIFVzCCAz+gAwIBAgINAgPlk28xsBNJiGuiFzANBgkqhkiG9w0BAQwFADBHMQsw\nCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU\nMBIGA1UEAxMLR1RTIFJvb3QgUjEwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw\nMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp\nY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwggIiMA0GCSqGSIb3DQEBAQUA\nA4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx9vaMf/vo\n27xqLpeXo4xL+Sv2sfnOhB2x+cWX3u+58qPpvBKJXqeqUqv4IyfLpLGcY9vXmX7w\nCl7raKb0xlpHDU0QM+NOsROjyBhsS+z8CZDfnWQpJSMHobTSPS5g4M/SCYe7zUjw\nTcLCeoiKu7rPWRnWr4+wB7CeMfGCwcDfLqZtbBkOtdh+JhpFAz2weaSUKK0Pfybl\nqAj+lug8aJRT7oM6iCsVlgmy4HqMLnXWnOunVmSPlk9orj2XwoSPwLxAwAtcvfaH\nszVsrBhQf4TgTM2S0yDpM7xSma8ytSmzJSq0SPly4cpk9+aCEI3oncKKiPo4Zor8\nY/kB+Xj9e1x3+naH+uzfsQ55lVe0vSbv1gHR6xYKu44LtcXFilWr06zqkUspzBmk\nMiVOKvFlRNACzqrOSbTqn3yDsEB750Orp2yjj32JgfpMpf/VjsPOS+C12LOORc92\nwO1AK/1TD7Cn1TsNsYqiA94xrcx36m97PtbfkSIS5r762DL8EGMUUXLeXdYWk70p\naDPvOmbsB4om3xPXV2V4J95eSRQAogB/mqghtqmxlbCluQ0WEdrHbEg8QOB+DVrN\nVjzRlwW5y0vtOUucxD/SVRNuJLDWcfr0wbrM7Rv1/oFB2ACYPTrIrnqYNxgFlQID\nAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E\nFgQU5K8rJnEaK0gnhS9SZizv8IkTcT4wDQYJKoZIhvcNAQEMBQADggIBAJ+qQibb\nC5u+/x6Wki4+omVKapi6Ist9wTrYggoGxval3sBOh2Z5ofmmWJyq+bXmYOfg6LEe\nQkEzCzc9zolwFcq1JKjPa7XSQCGYzyI0zzvFIoTgxQ6KfF2I5DUkzps+GlQebtuy\nh6f88/qBVRRiClmpIgUxPoLW7ttXNLwzldMXG+gnoot7TiYaelpkttGsN/H9oPM4\n7HLwEXWdyzRSjeZ2axfG34arJ45JK3VmgRAhpuo+9K4l/3wV3s6MJT/KYnAK9y8J\nZgfIPxz88NtFMN9iiMG1D53Dn0reWVlHxYciNuaCp+0KueIHoI17eko8cdLiA6Ef\nMgfdG+RCzgwARWGAtQsgWSl4vflVy2PFPEz0tv/bal8xa5meLMFrUKTX5hgUvYU/\nZ6tGn6D/Qqc6f1zLXbBwHSs09dR2CQzreExZBfMzQsNhFRAbd03OIozUhfJFfbdT\n6u9AWpQKXCBfTkBdYiJ23//OYb2MI3jSNwLgjt7RETeJ9r/tSQdirpLsQBqvFAnZ\n0E6yove+7u7Y/9waLd64NnHi/Hm3lCXRSHNboTXns5lndcEZOitHTtNCjv0xyBZm\n2tIMPNuzjsmhDYAPexZ3FL//2wmUspO8IFgV6dtxQ/PeEMMA3KgqlbbC1j+Qa3bb\nbP6MvPJwNQzcmRk13NfIRmPVNnGuV/u3gm3c\n-----END CERTIFICATE-----\n\n# Issuer: CN=GTS Root R2 O=Google Trust Services LLC\n# Subject: CN=GTS Root R2 O=Google Trust Services LLC\n# Label: \"GTS Root R2\"\n# Serial: 159662449406622349769042896298\n# MD5 Fingerprint: 1e:39:c0:53:e6:1e:29:82:0b:ca:52:55:36:5d:57:dc\n# SHA1 Fingerprint: 9a:44:49:76:32:db:de:fa:d0:bc:fb:5a:7b:17:bd:9e:56:09:24:94\n# SHA256 Fingerprint: 8d:25:cd:97:22:9d:bf:70:35:6b:da:4e:b3:cc:73:40:31:e2:4c:f0:0f:af:cf:d3:2d:c7:6e:b5:84:1c:7e:a8\n-----BEGIN CERTIFICATE-----\nMIIFVzCCAz+gAwIBAgINAgPlrsWNBCUaqxElqjANBgkqhkiG9w0BAQwFADBHMQsw\nCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU\nMBIGA1UEAxMLR1RTIFJvb3QgUjIwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw\nMDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp\nY2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEBAQUA\nA4ICDwAwggIKAoICAQDO3v2m++zsFDQ8BwZabFn3GTXd98GdVarTzTukk3LvCvpt\nnfbwhYBboUhSnznFt+4orO/LdmgUud+tAWyZH8QiHZ/+cnfgLFuv5AS/T3KgGjSY\n6Dlo7JUle3ah5mm5hRm9iYz+re026nO8/4Piy33B0s5Ks40FnotJk9/BW9BuXvAu\nMC6C/Pq8tBcKSOWIm8Wba96wyrQD8Nr0kLhlZPdcTK3ofmZemde4wj7I0BOdre7k\nRXuJVfeKH2JShBKzwkCX44ofR5GmdFrS+LFjKBC4swm4VndAoiaYecb+3yXuPuWg\nf9RhD1FLPD+M2uFwdNjCaKH5wQzpoeJ/u1U8dgbuak7MkogwTZq9TwtImoS1mKPV\n+3PBV2HdKFZ1E66HjucMUQkQdYhMvI35ezzUIkgfKtzra7tEscszcTJGr61K8Yzo\ndDqs5xoic4DSMPclQsciOzsSrZYuxsN2B6ogtzVJV+mSSeh2FnIxZyuWfoqjx5RW\nIr9qS34BIbIjMt/kmkRtWVtd9QCgHJvGeJeNkP+byKq0rxFROV7Z+2et1VsRnTKa\nG73VululycslaVNVJ1zgyjbLiGH7HrfQy+4W+9OmTN6SpdTi3/UGVN4unUu0kzCq\ngc7dGtxRcw1PcOnlthYhGXmy5okLdWTK1au8CcEYof/UVKGFPP0UJAOyh9OktwID\nAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E\nFgQUu//KjiOfT5nK2+JopqUVJxce2Q4wDQYJKoZIhvcNAQEMBQADggIBAB/Kzt3H\nvqGf2SdMC9wXmBFqiN495nFWcrKeGk6c1SuYJF2ba3uwM4IJvd8lRuqYnrYb/oM8\n0mJhwQTtzuDFycgTE1XnqGOtjHsB/ncw4c5omwX4Eu55MaBBRTUoCnGkJE+M3DyC\nB19m3H0Q/gxhswWV7uGugQ+o+MePTagjAiZrHYNSVc61LwDKgEDg4XSsYPWHgJ2u\nNmSRXbBoGOqKYcl3qJfEycel/FVL8/B/uWU9J2jQzGv6U53hkRrJXRqWbTKH7QMg\nyALOWr7Z6v2yTcQvG99fevX4i8buMTolUVVnjWQye+mew4K6Ki3pHrTgSAai/Gev\nHyICc/sgCq+dVEuhzf9gR7A/Xe8bVr2XIZYtCtFenTgCR2y59PYjJbigapordwj6\nxLEokCZYCDzifqrXPW+6MYgKBesntaFJ7qBFVHvmJ2WZICGoo7z7GJa7Um8M7YNR\nTOlZ4iBgxcJlkoKM8xAfDoqXvneCbT+PHV28SSe9zE8P4c52hgQjxcCMElv924Sg\nJPFI/2R80L5cFtHvma3AH/vLrrw4IgYmZNralw4/KBVEqE8AyvCazM90arQ+POuV\n7LXTWtiBmelDGDfrs7vRWGJB82bSj6p4lVQgw1oudCvV0b4YacCs1aTPObpRhANl\n6WLAYv7YTVWW4tAR+kg0Eeye7QUd5MjWHYbL\n-----END CERTIFICATE-----\n\n# Issuer: CN=GTS Root R3 O=Google Trust Services LLC\n# Subject: CN=GTS Root R3 O=Google Trust Services LLC\n# Label: \"GTS Root R3\"\n# Serial: 159662495401136852707857743206\n# MD5 Fingerprint: 3e:e7:9d:58:02:94:46:51:94:e5:e0:22:4a:8b:e7:73\n# SHA1 Fingerprint: ed:e5:71:80:2b:c8:92:b9:5b:83:3c:d2:32:68:3f:09:cd:a0:1e:46\n# SHA256 Fingerprint: 34:d8:a7:3e:e2:08:d9:bc:db:0d:95:65:20:93:4b:4e:40:e6:94:82:59:6e:8b:6f:73:c8:42:6b:01:0a:6f:48\n-----BEGIN CERTIFICATE-----\nMIICCTCCAY6gAwIBAgINAgPluILrIPglJ209ZjAKBggqhkjOPQQDAzBHMQswCQYD\nVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG\nA1UEAxMLR1RTIFJvb3QgUjMwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw\nWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz\nIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMwdjAQBgcqhkjOPQIBBgUrgQQAIgNi\nAAQfTzOHMymKoYTey8chWEGJ6ladK0uFxh1MJ7x/JlFyb+Kf1qPKzEUURout736G\njOyxfi//qXGdGIRFBEFVbivqJn+7kAHjSxm65FSWRQmx1WyRRK2EE46ajA2ADDL2\n4CejQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW\nBBTB8Sa6oC2uhYHP0/EqEr24Cmf9vDAKBggqhkjOPQQDAwNpADBmAjEA9uEglRR7\nVKOQFhG/hMjqb2sXnh5GmCCbn9MN2azTL818+FsuVbu/3ZL3pAzcMeGiAjEA/Jdm\nZuVDFhOD3cffL74UOO0BzrEXGhF16b0DjyZ+hOXJYKaV11RZt+cRLInUue4X\n-----END CERTIFICATE-----\n\n# Issuer: CN=GTS Root R4 O=Google Trust Services LLC\n# Subject: CN=GTS Root R4 O=Google Trust Services LLC\n# Label: \"GTS Root R4\"\n# Serial: 159662532700760215368942768210\n# MD5 Fingerprint: 43:96:83:77:19:4d:76:b3:9d:65:52:e4:1d:22:a5:e8\n# SHA1 Fingerprint: 77:d3:03:67:b5:e0:0c:15:f6:0c:38:61:df:7c:e1:3b:92:46:4d:47\n# SHA256 Fingerprint: 34:9d:fa:40:58:c5:e2:63:12:3b:39:8a:e7:95:57:3c:4e:13:13:c8:3f:e6:8f:93:55:6c:d5:e8:03:1b:3c:7d\n-----BEGIN CERTIFICATE-----\nMIICCTCCAY6gAwIBAgINAgPlwGjvYxqccpBQUjAKBggqhkjOPQQDAzBHMQswCQYD\nVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG\nA1UEAxMLR1RTIFJvb3QgUjQwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw\nWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz\nIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwdjAQBgcqhkjOPQIBBgUrgQQAIgNi\nAATzdHOnaItgrkO4NcWBMHtLSZ37wWHO5t5GvWvVYRg1rkDdc/eJkTBa6zzuhXyi\nQHY7qca4R9gq55KRanPpsXI5nymfopjTX15YhmUPoYRlBtHci8nHc8iMai/lxKvR\nHYqjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW\nBBSATNbrdP9JNqPV2Py1PsVq8JQdjDAKBggqhkjOPQQDAwNpADBmAjEA6ED/g94D\n9J+uHXqnLrmvT/aDHQ4thQEd0dlq7A/Cr8deVl5c1RxYIigL9zC2L7F8AjEA8GE8\np/SgguMh1YQdc4acLa/KNJvxn7kjNuK8YAOdgLOaVsjh4rsUecrNIdSUtUlD\n-----END CERTIFICATE-----\n\n# Issuer: CN=Telia Root CA v2 O=Telia Finland Oyj\n# Subject: CN=Telia Root CA v2 O=Telia Finland Oyj\n# Label: \"Telia Root CA v2\"\n# Serial: 7288924052977061235122729490515358\n# MD5 Fingerprint: 0e:8f:ac:aa:82:df:85:b1:f4:dc:10:1c:fc:99:d9:48\n# SHA1 Fingerprint: b9:99:cd:d1:73:50:8a:c4:47:05:08:9c:8c:88:fb:be:a0:2b:40:cd\n# SHA256 Fingerprint: 24:2b:69:74:2f:cb:1e:5b:2a:bf:98:89:8b:94:57:21:87:54:4e:5b:4d:99:11:78:65:73:62:1f:6a:74:b8:2c\n-----BEGIN CERTIFICATE-----\nMIIFdDCCA1ygAwIBAgIPAWdfJ9b+euPkrL4JWwWeMA0GCSqGSIb3DQEBCwUAMEQx\nCzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZMBcGA1UE\nAwwQVGVsaWEgUm9vdCBDQSB2MjAeFw0xODExMjkxMTU1NTRaFw00MzExMjkxMTU1\nNTRaMEQxCzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZ\nMBcGA1UEAwwQVGVsaWEgUm9vdCBDQSB2MjCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBALLQPwe84nvQa5n44ndp586dpAO8gm2h/oFlH0wnrI4AuhZ76zBq\nAMCzdGh+sq/H1WKzej9Qyow2RCRj0jbpDIX2Q3bVTKFgcmfiKDOlyzG4OiIjNLh9\nvVYiQJ3q9HsDrWj8soFPmNB06o3lfc1jw6P23pLCWBnglrvFxKk9pXSW/q/5iaq9\nlRdU2HhE8Qx3FZLgmEKnpNaqIJLNwaCzlrI6hEKNfdWV5Nbb6WLEWLN5xYzTNTOD\nn3WhUidhOPFZPY5Q4L15POdslv5e2QJltI5c0BE0312/UqeBAMN/mUWZFdUXyApT\n7GPzmX3MaRKGwhfwAZ6/hLzRUssbkmbOpFPlob/E2wnW5olWK8jjfN7j/4nlNW4o\n6GwLI1GpJQXrSPjdscr6bAhR77cYbETKJuFzxokGgeWKrLDiKca5JLNrRBH0pUPC\nTEPlcDaMtjNXepUugqD0XBCzYYP2AgWGLnwtbNwDRm41k9V6lS/eINhbfpSQBGq6\nWT0EBXWdN6IOLj3rwaRSg/7Qa9RmjtzG6RJOHSpXqhC8fF6CfaamyfItufUXJ63R\nDolUK5X6wK0dmBR4M0KGCqlztft0DbcbMBnEWg4cJ7faGND/isgFuvGqHKI3t+ZI\npEYslOqodmJHixBTB0hXbOKSTbauBcvcwUpej6w9GU7C7WB1K9vBykLVAgMBAAGj\nYzBhMB8GA1UdIwQYMBaAFHKs5DN5qkWH9v2sHZ7Wxy+G2CQ5MB0GA1UdDgQWBBRy\nrOQzeapFh/b9rB2e1scvhtgkOTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUw\nAwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAoDtZpwmUPjaE0n4vOaWWl/oRrfxn83EJ\n8rKJhGdEr7nv7ZbsnGTbMjBvZ5qsfl+yqwE2foH65IRe0qw24GtixX1LDoJt0nZi\n0f6X+J8wfBj5tFJ3gh1229MdqfDBmgC9bXXYfef6xzijnHDoRnkDry5023X4blMM\nA8iZGok1GTzTyVR8qPAs5m4HeW9q4ebqkYJpCh3DflminmtGFZhb069GHWLIzoBS\nSRE/yQQSwxN8PzuKlts8oB4KtItUsiRnDe+Cy748fdHif64W1lZYudogsYMVoe+K\nTTJvQS8TUoKU1xrBeKJR3Stwbbca+few4GeXVtt8YVMJAygCQMez2P2ccGrGKMOF\n6eLtGpOg3kuYooQ+BXcBlj37tCAPnHICehIv1aO6UXivKitEZU61/Qrowc15h2Er\n3oBXRb9n8ZuRXqWk7FlIEA04x7D6w0RtBPV4UBySllva9bguulvP5fBqnUsvWHMt\nTy3EHD70sz+rFQ47GUGKpMFXEmZxTPpT41frYpUJnlTd0cI8Vzy9OK2YZLe4A5pT\nVmBds9hCG1xLEooc6+t9xnppxyd/pPiL8uSUZodL6ZQHCRJ5irLrdATczvREWeAW\nysUsWNc8e89ihmpQfTU2Zqf7N+cox9jQraVplI/owd8k+BsHMYeB2F326CjYSlKA\nrBPuUBQemMc=\n-----END CERTIFICATE-----\n\n# Issuer: CN=D-TRUST BR Root CA 1 2020 O=D-Trust GmbH\n# Subject: CN=D-TRUST BR Root CA 1 2020 O=D-Trust GmbH\n# Label: \"D-TRUST BR Root CA 1 2020\"\n# Serial: 165870826978392376648679885835942448534\n# MD5 Fingerprint: b5:aa:4b:d5:ed:f7:e3:55:2e:8f:72:0a:f3:75:b8:ed\n# SHA1 Fingerprint: 1f:5b:98:f0:e3:b5:f7:74:3c:ed:e6:b0:36:7d:32:cd:f4:09:41:67\n# SHA256 Fingerprint: e5:9a:aa:81:60:09:c2:2b:ff:5b:25:ba:d3:7d:f3:06:f0:49:79:7c:1f:81:d8:5a:b0:89:e6:57:bd:8f:00:44\n-----BEGIN CERTIFICATE-----\nMIIC2zCCAmCgAwIBAgIQfMmPK4TX3+oPyWWa00tNljAKBggqhkjOPQQDAzBIMQsw\nCQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS\nVVNUIEJSIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTA5NDUwMFoXDTM1MDIxMTA5\nNDQ1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG\nA1UEAxMZRC1UUlVTVCBCUiBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB\nBAAiA2IABMbLxyjR+4T1mu9CFCDhQ2tuda38KwOE1HaTJddZO0Flax7mNCq7dPYS\nzuht56vkPE4/RAiLzRZxy7+SmfSk1zxQVFKQhYN4lGdnoxwJGT11NIXe7WB9xwy0\nQVK5buXuQqOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFHOREKv/\nVbNafAkl1bK6CKBrqx9tMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g\nPKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2JyX3Jvb3Rf\nY2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l\ndC9DTj1ELVRSVVNUJTIwQlIlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1\nc3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO\nPQQDAwNpADBmAjEAlJAtE/rhY/hhY+ithXhUkZy4kzg+GkHaQBZTQgjKL47xPoFW\nwKrY7RjEsK70PvomAjEA8yjixtsrmfu3Ubgko6SUeho/5jbiA1czijDLgsfWFBHV\ndWNbFJWcHwHP2NVypw87\n-----END CERTIFICATE-----\n\n# Issuer: CN=D-TRUST EV Root CA 1 2020 O=D-Trust GmbH\n# Subject: CN=D-TRUST EV Root CA 1 2020 O=D-Trust GmbH\n# Label: \"D-TRUST EV Root CA 1 2020\"\n# Serial: 126288379621884218666039612629459926992\n# MD5 Fingerprint: 8c:2d:9d:70:9f:48:99:11:06:11:fb:e9:cb:30:c0:6e\n# SHA1 Fingerprint: 61:db:8c:21:59:69:03:90:d8:7c:9c:12:86:54:cf:9d:3d:f4:dd:07\n# SHA256 Fingerprint: 08:17:0d:1a:a3:64:53:90:1a:2f:95:92:45:e3:47:db:0c:8d:37:ab:aa:bc:56:b8:1a:a1:00:dc:95:89:70:db\n-----BEGIN CERTIFICATE-----\nMIIC2zCCAmCgAwIBAgIQXwJB13qHfEwDo6yWjfv/0DAKBggqhkjOPQQDAzBIMQsw\nCQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS\nVVNUIEVWIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTEwMDAwMFoXDTM1MDIxMTA5\nNTk1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG\nA1UEAxMZRC1UUlVTVCBFViBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB\nBAAiA2IABPEL3YZDIBnfl4XoIkqbz52Yv7QFJsnL46bSj8WeeHsxiamJrSc8ZRCC\n/N/DnU7wMyPE0jL1HLDfMxddxfCxivnvubcUyilKwg+pf3VlSSowZ/Rk99Yad9rD\nwpdhQntJraOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFH8QARY3\nOqQo5FD4pPfsazK2/umLMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g\nPKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2V2X3Jvb3Rf\nY2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l\ndC9DTj1ELVRSVVNUJTIwRVYlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1\nc3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO\nPQQDAwNpADBmAjEAyjzGKnXCXnViOTYAYFqLwZOZzNnbQTs7h5kXO9XMT8oi96CA\ny/m0sRtW9XLS/BnRAjEAkfcwkz8QRitxpNA7RJvAKQIFskF3UfN5Wp6OFKBOQtJb\ngfM0agPnIjhQW+0ZT0MW\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert TLS ECC P384 Root G5 O=DigiCert, Inc.\n# Subject: CN=DigiCert TLS ECC P384 Root G5 O=DigiCert, Inc.\n# Label: \"DigiCert TLS ECC P384 Root G5\"\n# Serial: 13129116028163249804115411775095713523\n# MD5 Fingerprint: d3:71:04:6a:43:1c:db:a6:59:e1:a8:a3:aa:c5:71:ed\n# SHA1 Fingerprint: 17:f3:de:5e:9f:0f:19:e9:8e:f6:1f:32:26:6e:20:c4:07:ae:30:ee\n# SHA256 Fingerprint: 01:8e:13:f0:77:25:32:cf:80:9b:d1:b1:72:81:86:72:83:fc:48:c6:e1:3b:e9:c6:98:12:85:4a:49:0c:1b:05\n-----BEGIN CERTIFICATE-----\nMIICGTCCAZ+gAwIBAgIQCeCTZaz32ci5PhwLBCou8zAKBggqhkjOPQQDAzBOMQsw\nCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJjAkBgNVBAMTHURp\nZ2lDZXJ0IFRMUyBFQ0MgUDM4NCBSb290IEc1MB4XDTIxMDExNTAwMDAwMFoXDTQ2\nMDExNDIzNTk1OVowTjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDkRpZ2lDZXJ0LCBJ\nbmMuMSYwJAYDVQQDEx1EaWdpQ2VydCBUTFMgRUNDIFAzODQgUm9vdCBHNTB2MBAG\nByqGSM49AgEGBSuBBAAiA2IABMFEoc8Rl1Ca3iOCNQfN0MsYndLxf3c1TzvdlHJS\n7cI7+Oz6e2tYIOyZrsn8aLN1udsJ7MgT9U7GCh1mMEy7H0cKPGEQQil8pQgO4CLp\n0zVozptjn4S1mU1YoI71VOeVyaNCMEAwHQYDVR0OBBYEFMFRRVBZqz7nLFr6ICIS\nB4CIfBFqMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MAoGCCqGSM49\nBAMDA2gAMGUCMQCJao1H5+z8blUD2WdsJk6Dxv3J+ysTvLd6jLRl0mlpYxNjOyZQ\nLgGheQaRnUi/wr4CMEfDFXuxoJGZSZOoPHzoRgaLLPIxAJSdYsiJvRmEFOml+wG4\nDXZDjC5Ty3zfDBeWUA==\n-----END CERTIFICATE-----\n\n# Issuer: CN=DigiCert TLS RSA4096 Root G5 O=DigiCert, Inc.\n# Subject: CN=DigiCert TLS RSA4096 Root G5 O=DigiCert, Inc.\n# Label: \"DigiCert TLS RSA4096 Root G5\"\n# Serial: 11930366277458970227240571539258396554\n# MD5 Fingerprint: ac:fe:f7:34:96:a9:f2:b3:b4:12:4b:e4:27:41:6f:e1\n# SHA1 Fingerprint: a7:88:49:dc:5d:7c:75:8c:8c:de:39:98:56:b3:aa:d0:b2:a5:71:35\n# SHA256 Fingerprint: 37:1a:00:dc:05:33:b3:72:1a:7e:eb:40:e8:41:9e:70:79:9d:2b:0a:0f:2c:1d:80:69:31:65:f7:ce:c4:ad:75\n-----BEGIN CERTIFICATE-----\nMIIFZjCCA06gAwIBAgIQCPm0eKj6ftpqMzeJ3nzPijANBgkqhkiG9w0BAQwFADBN\nMQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJTAjBgNVBAMT\nHERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwHhcNMjEwMTE1MDAwMDAwWhcN\nNDYwMTE0MjM1OTU5WjBNMQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQs\nIEluYy4xJTAjBgNVBAMTHERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwggIi\nMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCz0PTJeRGd/fxmgefM1eS87IE+\najWOLrfn3q/5B03PMJ3qCQuZvWxX2hhKuHisOjmopkisLnLlvevxGs3npAOpPxG0\n2C+JFvuUAT27L/gTBaF4HI4o4EXgg/RZG5Wzrn4DReW+wkL+7vI8toUTmDKdFqgp\nwgscONyfMXdcvyej/Cestyu9dJsXLfKB2l2w4SMXPohKEiPQ6s+d3gMXsUJKoBZM\npG2T6T867jp8nVid9E6P/DsjyG244gXazOvswzH016cpVIDPRFtMbzCe88zdH5RD\nnU1/cHAN1DrRN/BsnZvAFJNY781BOHW8EwOVfH/jXOnVDdXifBBiqmvwPXbzP6Po\nsMH976pXTayGpxi0KcEsDr9kvimM2AItzVwv8n/vFfQMFawKsPHTDU9qTXeXAaDx\nZre3zu/O7Oyldcqs4+Fj97ihBMi8ez9dLRYiVu1ISf6nL3kwJZu6ay0/nTvEF+cd\nLvvyz6b84xQslpghjLSR6Rlgg/IwKwZzUNWYOwbpx4oMYIwo+FKbbuH2TbsGJJvX\nKyY//SovcfXWJL5/MZ4PbeiPT02jP/816t9JXkGPhvnxd3lLG7SjXi/7RgLQZhNe\nXoVPzthwiHvOAbWWl9fNff2C+MIkwcoBOU+NosEUQB+cZtUMCUbW8tDRSHZWOkPL\ntgoRObqME2wGtZ7P6wIDAQABo0IwQDAdBgNVHQ4EFgQUUTMc7TZArxfTJc1paPKv\nTiM+s0EwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcN\nAQEMBQADggIBAGCmr1tfV9qJ20tQqcQjNSH/0GEwhJG3PxDPJY7Jv0Y02cEhJhxw\nGXIeo8mH/qlDZJY6yFMECrZBu8RHANmfGBg7sg7zNOok992vIGCukihfNudd5N7H\nPNtQOa27PShNlnx2xlv0wdsUpasZYgcYQF+Xkdycx6u1UQ3maVNVzDl92sURVXLF\nO4uJ+DQtpBflF+aZfTCIITfNMBc9uPK8qHWgQ9w+iUuQrm0D4ByjoJYJu32jtyoQ\nREtGBzRj7TG5BO6jm5qu5jF49OokYTurWGT/u4cnYiWB39yhL/btp/96j1EuMPik\nAdKFOV8BmZZvWltwGUb+hmA+rYAQCd05JS9Yf7vSdPD3Rh9GOUrYU9DzLjtxpdRv\n/PNn5AeP3SYZ4Y1b+qOTEZvpyDrDVWiakuFSdjjo4bq9+0/V77PnSIMx8IIh47a+\np6tv75/fTM8BuGJqIz3nCU2AG3swpMPdB380vqQmsvZB6Akd4yCYqjdP//fx4ilw\nMUc/dNAUFvohigLVigmUdy7yWSiLfFCSCmZ4OIN1xLVaqBHG5cGdZlXPU8Sv13WF\nqUITVuwhd4GTWgzqltlJyqEI8pc7bZsEGCREjnwB8twl2F6GmrE52/WRMmrRpnCK\novfepEWFJqgejF0pW8hL2JpqA15w8oVPbEtoL8pU9ozaMv7Da4M/OMZ+\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certainly Root R1 O=Certainly\n# Subject: CN=Certainly Root R1 O=Certainly\n# Label: \"Certainly Root R1\"\n# Serial: 188833316161142517227353805653483829216\n# MD5 Fingerprint: 07:70:d4:3e:82:87:a0:fa:33:36:13:f4:fa:33:e7:12\n# SHA1 Fingerprint: a0:50:ee:0f:28:71:f4:27:b2:12:6d:6f:50:96:25:ba:cc:86:42:af\n# SHA256 Fingerprint: 77:b8:2c:d8:64:4c:43:05:f7:ac:c5:cb:15:6b:45:67:50:04:03:3d:51:c6:0c:62:02:a8:e0:c3:34:67:d3:a0\n-----BEGIN CERTIFICATE-----\nMIIFRzCCAy+gAwIBAgIRAI4P+UuQcWhlM1T01EQ5t+AwDQYJKoZIhvcNAQELBQAw\nPTELMAkGA1UEBhMCVVMxEjAQBgNVBAoTCUNlcnRhaW5seTEaMBgGA1UEAxMRQ2Vy\ndGFpbmx5IFJvb3QgUjEwHhcNMjEwNDAxMDAwMDAwWhcNNDYwNDAxMDAwMDAwWjA9\nMQswCQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0\nYWlubHkgUm9vdCBSMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANA2\n1B/q3avk0bbm+yLA3RMNansiExyXPGhjZjKcA7WNpIGD2ngwEc/csiu+kr+O5MQT\nvqRoTNoCaBZ0vrLdBORrKt03H2As2/X3oXyVtwxwhi7xOu9S98zTm/mLvg7fMbed\naFySpvXl8wo0tf97ouSHocavFwDvA5HtqRxOcT3Si2yJ9HiG5mpJoM610rCrm/b0\n1C7jcvk2xusVtyWMOvwlDbMicyF0yEqWYZL1LwsYpfSt4u5BvQF5+paMjRcCMLT5\nr3gajLQ2EBAHBXDQ9DGQilHFhiZ5shGIXsXwClTNSaa/ApzSRKft43jvRl5tcdF5\ncBxGX1HpyTfcX35pe0HfNEXgO4T0oYoKNp43zGJS4YkNKPl6I7ENPT2a/Z2B7yyQ\nwHtETrtJ4A5KVpK8y7XdeReJkd5hiXSSqOMyhb5OhaRLWcsrxXiOcVTQAjeZjOVJ\n6uBUcqQRBi8LjMFbvrWhsFNunLhgkR9Za/kt9JQKl7XsxXYDVBtlUrpMklZRNaBA\n2CnbrlJ2Oy0wQJuK0EJWtLeIAaSHO1OWzaMWj/Nmqhexx2DgwUMFDO6bW2BvBlyH\nWyf5QBGenDPBt+U1VwV/J84XIIwc/PH72jEpSe31C4SnT8H2TsIonPru4K8H+zMR\neiFPCyEQtkA6qyI6BJyLm4SGcprSp6XEtHWRqSsjAgMBAAGjQjBAMA4GA1UdDwEB\n/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTgqj8ljZ9EXME66C6u\nd0yEPmcM9DANBgkqhkiG9w0BAQsFAAOCAgEAuVevuBLaV4OPaAszHQNTVfSVcOQr\nPbA56/qJYv331hgELyE03fFo8NWWWt7CgKPBjcZq91l3rhVkz1t5BXdm6ozTaw3d\n8VkswTOlMIAVRQdFGjEitpIAq5lNOo93r6kiyi9jyhXWx8bwPWz8HA2YEGGeEaIi\n1wrykXprOQ4vMMM2SZ/g6Q8CRFA3lFV96p/2O7qUpUzpvD5RtOjKkjZUbVwlKNrd\nrRT90+7iIgXr0PK3aBLXWopBGsaSpVo7Y0VPv+E6dyIvXL9G+VoDhRNCX8reU9di\ntaY1BMJH/5n9hN9czulegChB8n3nHpDYT3Y+gjwN/KUD+nsa2UUeYNrEjvn8K8l7\nlcUq/6qJ34IxD3L/DCfXCh5WAFAeDJDBlrXYFIW7pw0WwfgHJBu6haEaBQmAupVj\nyTrsJZ9/nbqkRxWbRHDxakvWOF5D8xh+UG7pWijmZeZ3Gzr9Hb4DJqPb1OG7fpYn\nKx3upPvaJVQTA945xsMfTZDsjxtK0hzthZU4UHlG1sGQUDGpXJpuHfUzVounmdLy\nyCwzk5Iwx06MZTMQZBf9JBeW0Y3COmor6xOLRPIh80oat3df1+2IpHLlOR+Vnb5n\nwXARPbv0+Em34yaXOp/SX3z7wJl8OSngex2/DaeP0ik0biQVy96QXr8axGbqwua6\nOV+KmalBWQewLK8=\n-----END CERTIFICATE-----\n\n# Issuer: CN=Certainly Root E1 O=Certainly\n# Subject: CN=Certainly Root E1 O=Certainly\n# Label: \"Certainly Root E1\"\n# Serial: 8168531406727139161245376702891150584\n# MD5 Fingerprint: 0a:9e:ca:cd:3e:52:50:c6:36:f3:4b:a3:ed:a7:53:e9\n# SHA1 Fingerprint: f9:e1:6d:dc:01:89:cf:d5:82:45:63:3e:c5:37:7d:c2:eb:93:6f:2b\n# SHA256 Fingerprint: b4:58:5f:22:e4:ac:75:6a:4e:86:12:a1:36:1c:5d:9d:03:1a:93:fd:84:fe:bb:77:8f:a3:06:8b:0f:c4:2d:c2\n-----BEGIN CERTIFICATE-----\nMIIB9zCCAX2gAwIBAgIQBiUzsUcDMydc+Y2aub/M+DAKBggqhkjOPQQDAzA9MQsw\nCQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0YWlu\nbHkgUm9vdCBFMTAeFw0yMTA0MDEwMDAwMDBaFw00NjA0MDEwMDAwMDBaMD0xCzAJ\nBgNVBAYTAlVTMRIwEAYDVQQKEwlDZXJ0YWlubHkxGjAYBgNVBAMTEUNlcnRhaW5s\neSBSb290IEUxMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE3m/4fxzf7flHh4axpMCK\n+IKXgOqPyEpeKn2IaKcBYhSRJHpcnqMXfYqGITQYUBsQ3tA3SybHGWCA6TS9YBk2\nQNYphwk8kXr2vBMj3VlOBF7PyAIcGFPBMdjaIOlEjeR2o0IwQDAOBgNVHQ8BAf8E\nBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU8ygYy2R17ikq6+2uI1g4\nhevIIgcwCgYIKoZIzj0EAwMDaAAwZQIxALGOWiDDshliTd6wT99u0nCK8Z9+aozm\nut6Dacpps6kFtZaSF4fC0urQe87YQVt8rgIwRt7qy12a7DLCZRawTDBcMPPaTnOG\nBtjOiQRINzf43TNRnXCve1XYAS59BWQOhriR\n-----END CERTIFICATE-----\n\n# Issuer: CN=E-Tugra Global Root CA RSA v3 O=E-Tugra EBG A.S. OU=E-Tugra Trust Center\n# Subject: CN=E-Tugra Global Root CA RSA v3 O=E-Tugra EBG A.S. OU=E-Tugra Trust Center\n# Label: \"E-Tugra Global Root CA RSA v3\"\n# Serial: 75951268308633135324246244059508261641472512052\n# MD5 Fingerprint: 22:be:10:f6:c2:f8:03:88:73:5f:33:29:47:28:47:a4\n# SHA1 Fingerprint: e9:a8:5d:22:14:52:1c:5b:aa:0a:b4:be:24:6a:23:8a:c9:ba:e2:a9\n# SHA256 Fingerprint: ef:66:b0:b1:0a:3c:db:9f:2e:36:48:c7:6b:d2:af:18:ea:d2:bf:e6:f1:17:65:5e:28:c4:06:0d:a1:a3:f4:c2\n-----BEGIN CERTIFICATE-----\nMIIF8zCCA9ugAwIBAgIUDU3FzRYilZYIfrgLfxUGNPt5EDQwDQYJKoZIhvcNAQEL\nBQAwgYAxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHEwZBbmthcmExGTAXBgNVBAoTEEUt\nVHVncmEgRUJHIEEuUy4xHTAbBgNVBAsTFEUtVHVncmEgVHJ1c3QgQ2VudGVyMSYw\nJAYDVQQDEx1FLVR1Z3JhIEdsb2JhbCBSb290IENBIFJTQSB2MzAeFw0yMDAzMTgw\nOTA3MTdaFw00NTAzMTIwOTA3MTdaMIGAMQswCQYDVQQGEwJUUjEPMA0GA1UEBxMG\nQW5rYXJhMRkwFwYDVQQKExBFLVR1Z3JhIEVCRyBBLlMuMR0wGwYDVQQLExRFLVR1\nZ3JhIFRydXN0IENlbnRlcjEmMCQGA1UEAxMdRS1UdWdyYSBHbG9iYWwgUm9vdCBD\nQSBSU0EgdjMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCiZvCJt3J7\n7gnJY9LTQ91ew6aEOErxjYG7FL1H6EAX8z3DeEVypi6Q3po61CBxyryfHUuXCscx\nuj7X/iWpKo429NEvx7epXTPcMHD4QGxLsqYxYdE0PD0xesevxKenhOGXpOhL9hd8\n7jwH7eKKV9y2+/hDJVDqJ4GohryPUkqWOmAalrv9c/SF/YP9f4RtNGx/ardLAQO/\nrWm31zLZ9Vdq6YaCPqVmMbMWPcLzJmAy01IesGykNz709a/r4d+ABs8qQedmCeFL\nl+d3vSFtKbZnwy1+7dZ5ZdHPOrbRsV5WYVB6Ws5OUDGAA5hH5+QYfERaxqSzO8bG\nwzrwbMOLyKSRBfP12baqBqG3q+Sx6iEUXIOk/P+2UNOMEiaZdnDpwA+mdPy70Bt4\nznKS4iicvObpCdg604nmvi533wEKb5b25Y08TVJ2Glbhc34XrD2tbKNSEhhw5oBO\nM/J+JjKsBY04pOZ2PJ8QaQ5tndLBeSBrW88zjdGUdjXnXVXHt6woq0bM5zshtQoK\n5EpZ3IE1S0SVEgpnpaH/WwAH0sDM+T/8nzPyAPiMbIedBi3x7+PmBvrFZhNb/FAH\nnnGGstpvdDDPk1Po3CLW3iAfYY2jLqN4MpBs3KwytQXk9TwzDdbgh3cXTJ2w2Amo\nDVf3RIXwyAS+XF1a4xeOVGNpf0l0ZAWMowIDAQABo2MwYTAPBgNVHRMBAf8EBTAD\nAQH/MB8GA1UdIwQYMBaAFLK0ruYt9ybVqnUtdkvAG1Mh0EjvMB0GA1UdDgQWBBSy\ntK7mLfcm1ap1LXZLwBtTIdBI7zAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEL\nBQADggIBAImocn+M684uGMQQgC0QDP/7FM0E4BQ8Tpr7nym/Ip5XuYJzEmMmtcyQ\n6dIqKe6cLcwsmb5FJ+Sxce3kOJUxQfJ9emN438o2Fi+CiJ+8EUdPdk3ILY7r3y18\nTjvarvbj2l0Upq7ohUSdBm6O++96SmotKygY/r+QLHUWnw/qln0F7psTpURs+APQ\n3SPh/QMSEgj0GDSz4DcLdxEBSL9htLX4GdnLTeqjjO/98Aa1bZL0SmFQhO3sSdPk\nvmjmLuMxC1QLGpLWgti2omU8ZgT5Vdps+9u1FGZNlIM7zR6mK7L+d0CGq+ffCsn9\n9t2HVhjYsCxVYJb6CH5SkPVLpi6HfMsg2wY+oF0Dd32iPBMbKaITVaA9FCKvb7jQ\nmhty3QUBjYZgv6Rn7rWlDdF/5horYmbDB7rnoEgcOMPpRfunf/ztAmgayncSd6YA\nVSgU7NbHEqIbZULpkejLPoeJVF3Zr52XnGnnCv8PWniLYypMfUeUP95L6VPQMPHF\n9p5J3zugkaOj/s1YzOrfr28oO6Bpm4/srK4rVJ2bBLFHIK+WEj5jlB0E5y67hscM\nmoi/dkfv97ALl2bSRM9gUgfh1SxKOidhd8rXj+eHDjD/DLsE4mHDosiXYY60MGo8\nbcIHX0pzLz/5FooBZu+6kcpSV3uu1OYP3Qt6f4ueJiDPO++BcYNZ\n-----END CERTIFICATE-----\n\n# Issuer: CN=E-Tugra Global Root CA ECC v3 O=E-Tugra EBG A.S. OU=E-Tugra Trust Center\n# Subject: CN=E-Tugra Global Root CA ECC v3 O=E-Tugra EBG A.S. OU=E-Tugra Trust Center\n# Label: \"E-Tugra Global Root CA ECC v3\"\n# Serial: 218504919822255052842371958738296604628416471745\n# MD5 Fingerprint: 46:bc:81:bb:f1:b5:1e:f7:4b:96:bc:14:e2:e7:27:64\n# SHA1 Fingerprint: 8a:2f:af:57:53:b1:b0:e6:a1:04:ec:5b:6a:69:71:6d:f6:1c:e2:84\n# SHA256 Fingerprint: 87:3f:46:85:fa:7f:56:36:25:25:2e:6d:36:bc:d7:f1:6f:c2:49:51:f2:64:e4:7e:1b:95:4f:49:08:cd:ca:13\n-----BEGIN CERTIFICATE-----\nMIICpTCCAiqgAwIBAgIUJkYZdzHhT28oNt45UYbm1JeIIsEwCgYIKoZIzj0EAwMw\ngYAxCzAJBgNVBAYTAlRSMQ8wDQYDVQQHEwZBbmthcmExGTAXBgNVBAoTEEUtVHVn\ncmEgRUJHIEEuUy4xHTAbBgNVBAsTFEUtVHVncmEgVHJ1c3QgQ2VudGVyMSYwJAYD\nVQQDEx1FLVR1Z3JhIEdsb2JhbCBSb290IENBIEVDQyB2MzAeFw0yMDAzMTgwOTQ2\nNThaFw00NTAzMTIwOTQ2NThaMIGAMQswCQYDVQQGEwJUUjEPMA0GA1UEBxMGQW5r\nYXJhMRkwFwYDVQQKExBFLVR1Z3JhIEVCRyBBLlMuMR0wGwYDVQQLExRFLVR1Z3Jh\nIFRydXN0IENlbnRlcjEmMCQGA1UEAxMdRS1UdWdyYSBHbG9iYWwgUm9vdCBDQSBF\nQ0MgdjMwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAASOmCm/xxAeJ9urA8woLNheSBkQ\nKczLWYHMjLiSF4mDKpL2w6QdTGLVn9agRtwcvHbB40fQWxPa56WzZkjnIZpKT4YK\nfWzqTTKACrJ6CZtpS5iB4i7sAnCWH/31Rs7K3IKjYzBhMA8GA1UdEwEB/wQFMAMB\nAf8wHwYDVR0jBBgwFoAU/4Ixcj75xGZsrTie0bBRiKWQzPUwHQYDVR0OBBYEFP+C\nMXI++cRmbK04ntGwUYilkMz1MA4GA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNp\nADBmAjEA5gVYaWHlLcoNy/EZCL3W/VGSGn5jVASQkZo1kTmZ+gepZpO6yGjUij/6\n7W4WAie3AjEA3VoXK3YdZUKWpqxdinlW2Iob35reX8dQj7FbcQwm32pAAOwzkSFx\nvmjkI6TZraE3\n-----END CERTIFICATE-----\n"
  },
  {
    "path": "Other/update build/updater/skins/Updater/colors/defaults.xml",
    "content": "<colors>\r\n\t\t<color name=\"white\">FFFFFFFF</color>\r\n\t\t<color name=\"grey\">66FFFFFF</color>\r\n\t\t<color name=\"grey2\">88FFFFFF</color>\r\n\t\t<color name=\"grey3\">33FFFFFF</color>\r\n\t\t<color name=\"black\">FF000000</color>\r\n\t\t<color name=\"blue\">FF399EDA</color>\r\n\t\t<color name=\"blue2\">FF0059AB</color>\r\n\t\t<color name=\"orange\">FFEB9E17</color>\r\n\t\t<color name=\"green\">FF01B005</color>\r\n\t\t<color name=\"dialogheader\">FF399EDA</color>\r\n\t\t<color name=\"synopsiscolour1\">FF399EDA</color>\r\n\t\t<color name=\"synopsiscolour2\">FFFFFFFF</color>\r\n\t\t<color name=\"windows_header_toast_label\">FF424542</color>\r\n\t\t<color name=\"windows_toast_label\">FF424542</color>\r\n</colors>"
  },
  {
    "path": "Other/update build/updater/skins/Updater/language/English/strings.po",
    "content": "# xbmc media center language file\nmsgid \"\"\nmsgstr \"\"\n\"project-id-version: xbmc4xbox\\n\"\n\"report-msgid-bugs-to: rocky5 xbmc4xbox forums\\n\"\n\"pot-creation-date: year-mo-da ho:mi+zone\\n\"\n\"po-revision-date: year-mo-da ho:mi+zone\\n\"\n\"last-translator: rocky5\\n\"\n\"language-team: english (http://www.transifex.com/projects/p/xbmc4xbox/language/en/)\\n\"\n\"mime-version: 1.0\\n\"\n\"content-type: text/plain; charset=utf-8\\n\"\n\"content-transfer-encoding: 8bit\\n\"\n\"language: en\\n\"\n\"plural-forms: nplurals=2; plural=(n != 1);\\n\"\n\nmsgctxt \"#31000\"\nmsgid \"XBMC4Gamers\"\nmsgstr \"\""
  },
  {
    "path": "Other/update build/updater/skins/Updater/skin.xml",
    "content": "<skin>\r\n\t<version>2.2</version>\r\n\t<effectslowdown>1.00</effectslowdown>\r\n\t<credits>\r\n\t\t<skinname>Updater</skinname>\r\n\t\t<name>Rocky5</name>\r\n\t</credits>\r\n</skin>"
  },
  {
    "path": "Other/update build/updater/skins/Updater/xml/Defaults.xml",
    "content": "<includes>\r\n\t\t<default type=\"image\">\r\n\t\t\t\t<left>0</left>\r\n\t\t\t\t<top>0</top>\r\n\t\t\t\t<texture>-</texture>\r\n\t\t\t\t<colorkey>0</colorkey>\r\n\t\t</default>\r\n\t\t<default type=\"label\">\r\n\t\t\t\t<left>80</left>\r\n\t\t\t\t<top>60</top>\r\n\t\t\t\t<label>-</label>\r\n\t\t\t\t<font>font13</font>\r\n\t\t\t\t<textcolor>white</textcolor>\r\n\t\t</default>\r\n\t\t<default type=\"fadelabel\">\r\n\t\t\t\t<left>80</left>\r\n\t\t\t\t<top>60</top>\r\n\t\t\t\t<font>font13</font>\r\n\t\t\t\t<textcolor>white</textcolor>\r\n\t\t</default>\r\n\t\t<default type=\"button\">\r\n\t\t\t\t<left>300</left>\r\n\t\t\t\t<top>200</top>\r\n\t\t\t\t<width>300</width>\r\n\t\t\t\t<height>42</height>\r\n\t\t\t\t<texturefocus>button-focus.png</texturefocus>\r\n\t\t\t\t<texturenofocus>button-nofocus.png</texturenofocus>\r\n\t\t\t\t<font>font12</font>\r\n\t\t\t\t<textcolor>white</textcolor>\r\n\t\t\t\t<disabledcolor>grey3</disabledcolor>\r\n\t\t\t\t<textoffsetx>7</textoffsetx>\r\n\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t<pulseonselect>no</pulseonselect>\r\n\t\t</default>\r\n\t\t<default type=\"togglebutton\">\r\n\t\t\t\t<left>140</left>\r\n\t\t\t\t<top>167</top>\r\n\t\t\t\t<width>20</width>\r\n\t\t\t\t<height>20</height>\r\n\t\t\t\t<texturefocus>scroll-up-focus.png</texturefocus>\r\n\t\t\t\t<texturenofocus>scroll-up.png</texturenofocus>\r\n\t\t\t\t<alttexturefocus>scroll-down-focus.png</alttexturefocus>\r\n\t\t\t\t<alttexturenofocus>scroll-down.png</alttexturenofocus>\r\n\t\t\t\t<textcolor>white</textcolor>\r\n\t\t\t\t<label>-</label>\r\n\t\t\t\t<font>font13</font>\r\n\t\t\t\t<disabledcolor>grey3</disabledcolor>\r\n\t\t\t\t<pulseonselect>no</pulseonselect>\r\n\t\t</default>\r\n\t\t<default type=\"textbox\">\r\n\t\t\t\t<left>220</left>\r\n\t\t\t\t<top>220</top>\r\n\t\t\t\t<width>410</width>\r\n\t\t\t\t<height>215</height>\r\n\t\t\t\t<spinwidth>18</spinwidth>\r\n\t\t\t\t<spinheight>16</spinheight>\r\n\t\t\t\t<spinposx>410</spinposx>\r\n\t\t\t\t<spinposy>305</spinposy>\r\n\t\t\t\t<spincolor>white</spincolor>\r\n\t\t\t\t<spinfont>font13</spinfont>\r\n\t\t\t\t<textcolor>white</textcolor>\r\n\t\t\t\t<textureup>scroll-up.png</textureup>\r\n\t\t\t\t<texturedown>scroll-down.png</texturedown>\r\n\t\t\t\t<textureupfocus>scroll-up-focus.png</textureupfocus>\r\n\t\t\t\t<texturedownfocus>scroll-down-focus.png</texturedownfocus>\r\n\t\t\t\t<font>font13</font>\r\n\t\t</default>\r\n\t\t<default type=\"progress\">\r\n\t\t\t\t<left>100</left>\r\n\t\t\t\t<top>325</top>\r\n\t\t\t\t<texturebg border=\"4,0,4,0\">ProgressBack.png</texturebg>\r\n\t\t\t\t<lefttexture>-</lefttexture>\r\n\t\t\t\t<midtexture border=\"4,0,4,0\">ProgressFront.png</midtexture>\r\n\t\t\t\t<righttexture>-</righttexture>\r\n\t\t\t\t<overlaytexture>-</overlaytexture>\r\n\t\t</default>\r\n\t\t<default type=\"spincontrol\">\r\n\t\t\t\t<left>330</left>\r\n\t\t\t\t<top>126</top>\r\n\t\t\t\t<textureup>scroll-up-2.png</textureup>\r\n\t\t\t\t<texturedown>scroll-down-2.png</texturedown>\r\n\t\t\t\t<textureupfocus>scroll-up-focus-2.png</textureupfocus>\r\n\t\t\t\t<texturedownfocus>scroll-down-focus-2.png</texturedownfocus>\r\n\t\t\t\t<align>right</align>\r\n\t\t\t\t<width>33</width>\r\n\t\t\t\t<height>22</height>\r\n\t\t\t\t<font>font13</font>\r\n\t\t\t\t<reverse>yes</reverse>\r\n\t\t\t\t<textcolor>white</textcolor>\r\n\t\t\t\t<disabledcolor>grey3</disabledcolor>\r\n\t\t\t\t<subtype>text</subtype>\r\n\t\t\t\t<textoffsetx>-5</textoffsetx>\r\n\t\t\t\t<textoffsety>0</textoffsety>\r\n\t\t\t\t<aligny>-</aligny>\r\n\t\t\t\t<pulseonselect>no</pulseonselect>\r\n\t\t</default>\r\n\t\t<default type=\"spincontrolex\">\r\n\t\t\t\t<left>530</left>\r\n\t\t\t\t<top>160</top>\r\n\t\t\t\t<width>300</width>\r\n\t\t\t\t<height>42</height>\r\n\t\t\t\t<spinwidth>33</spinwidth>\r\n\t\t\t\t<spinheight>22</spinheight>\r\n\t\t\t\t<texturefocus>button-focus.png</texturefocus>\r\n\t\t\t\t<texturenofocus>-</texturenofocus>\r\n\t\t\t\t<textureup>scroll-up-2.png</textureup>\r\n\t\t\t\t<texturedown>scroll-down-2.png</texturedown>\r\n\t\t\t\t<textureupfocus>scroll-up-focus-2.png</textureupfocus>\r\n\t\t\t\t<texturedownfocus>scroll-down-focus-2.png</texturedownfocus>\r\n\t\t\t\t<font>font13</font>\r\n\t\t\t\t<textcolor>white</textcolor>\r\n\t\t\t\t<disabledcolor>grey3</disabledcolor>\r\n\t\t\t\t<textoffsetx>7</textoffsetx>\r\n\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t<reverse>yes</reverse>\r\n\t\t\t\t<pulseonselect>no</pulseonselect>\r\n\t\t</default>\r\n\t\t<default type=\"radiobutton\">\r\n\t\t\t\t<left>300</left>\r\n\t\t\t\t<top>200</top>\r\n\t\t\t\t<width>300</width>\r\n\t\t\t\t<height>42</height>\r\n\t\t\t\t<radiowidth>50</radiowidth>\r\n\t\t\t\t<radioheight>25</radioheight>\r\n\t\t\t\t<textureradioon>radiobutton-focus.png</textureradioon>\r\n\t\t\t\t<textureradiooff>radiobutton-nofocus.png</textureradiooff>\r\n\t\t\t\t<texturefocus>button-focus.png</texturefocus>\r\n\t\t\t\t<texturenofocus>button-nofocus.png</texturenofocus>\r\n\t\t\t\t<label>215</label>\r\n\t\t\t\t<font>font12</font>\r\n\t\t\t\t<textcolor>white</textcolor>\r\n\t\t\t\t<disabledcolor>grey3</disabledcolor>\r\n\t\t\t\t<textoffsetx>7</textoffsetx>\r\n\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t<pulseonselect>no</pulseonselect>\r\n\t\t</default>\r\n\t\t<default type=\"selectbutton\">\r\n\t\t\t\t<left>490</left>\r\n\t\t\t\t<top>335</top>\r\n\t\t\t\t<width>300</width>\r\n\t\t\t\t<height>50</height>\r\n\t\t\t\t<label>-</label>\r\n\t\t\t\t<font>font12</font>\r\n\t\t\t\t<texturefocus>-</texturefocus>\r\n\t\t\t\t<texturenofocus>-</texturenofocus>\r\n\t\t\t\t<texturebg>button-focus.png</texturebg>\r\n\t\t\t\t<textureleft>scroll-left.png</textureleft>\r\n\t\t\t\t<textureleftfocus>scroll-left-focus.png</textureleftfocus>\r\n\t\t\t\t<textureright>scroll-right.png</textureright>\r\n\t\t\t\t<texturerightfocus>scroll-right-focus.png</texturerightfocus>\r\n\t\t\t\t<font>font13</font>\r\n\t\t\t\t<textcolor>white</textcolor>\r\n\t\t\t\t<disabledcolor>grey3</disabledcolor>\r\n\t\t\t\t<aligny>center</aligny>\r\n\t\t</default>\r\n\t\t<default type=\"slider\">\r\n\t\t\t\t<controloffsetx>75</controloffsetx>\r\n\t\t\t\t<controloffsety>0</controloffsety>\r\n\t\t</default>\r\n\t\t<default type=\"sliderex\">\r\n\t\t\t\t<height>35</height>\r\n\t\t\t\t<textoffsetx>7</textoffsetx>\r\n\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t<texturefocus border=\"5\">button-focus.png</texturefocus>\r\n\t\t\t\t<texturenofocus border=\"5\">button-nofocus.png</texturenofocus>\r\n\t\t\t\t<sliderwidth>150</sliderwidth>\r\n\t\t\t\t<sliderheight>20</sliderheight>\r\n\t\t\t\t<texturesliderbar>osd_slider_bg.png</texturesliderbar>\r\n\t\t\t\t<textureslidernib>osd_slider_nibNF.png</textureslidernib>\r\n\t\t\t\t<textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>\r\n\t\t\t\t<font>font12</font>\r\n\t\t\t\t<textcolor>white</textcolor>\r\n\t\t\t\t<disabledcolor>grey3</disabledcolor>\r\n\t\t</default>\r\n\t\t<default type=\"mover\">\r\n\t\t\t\t<left>60</left>\r\n\t\t\t\t<top>192</top>\r\n\t\t\t\t<texturefocus>button-focus.png</texturefocus>\r\n\t\t\t\t<texturenofocus>button-nofocus.png</texturenofocus>\r\n\t\t</default>\r\n\t\t<default type=\"resize\">\r\n\t\t\t\t<left>60</left>\r\n\t\t\t\t<top>192</top>\r\n\t\t\t\t<texturefocus>button-focus.png</texturefocus>\r\n\t\t\t\t<texturenofocus>button-nofocus.png</texturenofocus>\r\n\t\t</default>\r\n\t\t<default type=\"edit\">\r\n\t\t\t\t<left>300</left>\r\n\t\t\t\t<top>200</top>\r\n\t\t\t\t<width>300</width>\r\n\t\t\t\t<height>42</height>\r\n\t\t\t\t<texturefocus>button-focus.png</texturefocus>\r\n\t\t\t\t<texturenofocus>button-nofocus.png</texturenofocus>\r\n\t\t\t\t<font>font12</font>\r\n\t\t\t\t<textcolor>white</textcolor>\r\n\t\t\t\t<disabledcolor>grey3</disabledcolor>\r\n\t\t\t\t<textoffsetx>7</textoffsetx>\r\n\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t<pulseonselect>no</pulseonselect>\r\n\t\t</default>\r\n</includes>"
  },
  {
    "path": "Other/update build/updater/skins/Updater/xml/DialogBusy.xml",
    "content": "<window id=\"138\">\r\n\t\t<controls>\r\n\t\t\t\t<control type=\"multiimage\">\r\n\t\t\t\t\t\t<left>20</left>\r\n\t\t\t\t\t\t<top>20</top>\r\n\t\t\t\t\t\t<width>64</width>\r\n\t\t\t\t\t\t<height>64</height>\r\n\t\t\t\t\t\t<aspectratio>stretch</aspectratio>\r\n\t\t\t\t\t\t<colordiffuse>FFFFFFFF</colordiffuse>\r\n\t\t\t\t\t\t<imagepath>loading</imagepath>\r\n\t\t\t\t\t\t<timeperimage>24</timeperimage>\r\n\t\t\t\t\t\t<fadetime>5</fadetime>\r\n\t\t\t\t\t\t<loop>yes</loop>\r\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"200\" time=\"250\">WindowOpen</animation>\r\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"0\">WindowClose</animation>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t\t<left>19</left>\r\n\t\t\t\t\t\t<top>80</top>\r\n\t\t\t\t\t\t<width>64</width>\r\n\t\t\t\t\t\t<height>30</height>\r\n\t\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t<font>font14</font>\r\n\t\t\t\t\t\t<label>Loading</label>\r\n\t\t\t\t\t\t<textcolor>FFFFFFFF</textcolor>\r\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"0\" end=\"100\" delay=\"200\" time=\"250\">WindowOpen</animation>\r\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"100\" end=\"0\" delay=\"0\" time=\"0\">WindowClose</animation>\r\n\t\t\t\t</control>\r\n\t\t</controls>\r\n</window>"
  },
  {
    "path": "Other/update build/updater/skins/Updater/xml/DialogKaiToast.xml",
    "content": "<window id=\"107\">\r\n\t\t<controls>\r\n\t\t\t\t<control type=\"group\">\r\n\t\t\t\t\t\t<animation effect=\"slide\" start=\"-400,0\" end=\"0,0\" time=\"200\">WindowOpen</animation>\r\n\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"-400,0\" time=\"200\">WindowClose</animation>\r\n\t\t\t\t\t\t<control type=\"image\">\r\n\t\t\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t\t\t<top>-2</top>\r\n\t\t\t\t\t\t\t\t<width>409</width>\r\n\t\t\t\t\t\t\t\t<height>71</height>\r\n\t\t\t\t\t\t\t\t<colordiffuse>-</colordiffuse>\r\n\t\t\t\t\t\t\t\t<texture border=\"2,2,9,11\">banner_shadow.png</texture>\r\n\t\t\t\t\t\t\t\t<bordertexture>-</bordertexture>\r\n\t\t\t\t\t\t\t\t<bordersize>0</bordersize>\r\n\t\t\t\t\t\t</control>\r\n\t\t\t\t\t\t<control type=\"image\">\r\n\t\t\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t\t\t<width>400</width>\r\n\t\t\t\t\t\t\t\t<height>60</height>\r\n\t\t\t\t\t\t\t\t<colordiffuse>-</colordiffuse>\r\n\t\t\t\t\t\t\t\t<texture>banner.png</texture>\r\n\t\t\t\t\t\t\t\t<bordertexture>-</bordertexture>\r\n\t\t\t\t\t\t\t\t<bordersize>0</bordersize>\r\n\t\t\t\t\t\t</control>\r\n\t\t\t\t\t\t<control type=\"image\" id=\"400\">\r\n\t\t\t\t\t\t\t\t<description>avatar</description>\r\n\t\t\t\t\t\t\t\t<left>10</left>\r\n\t\t\t\t\t\t\t\t<top>10</top>\r\n\t\t\t\t\t\t\t\t<width>40</width>\r\n\t\t\t\t\t\t\t\t<height>40</height>\r\n\t\t\t\t\t\t\t\t<aspectratio>keep</aspectratio>\r\n\t\t\t\t\t\t\t\t<texture>defaulticoninfo.png</texture>\r\n\t\t\t\t\t\t</control>\r\n\t\t\t\t\t\t<control type=\"fadelabel\" id=\"401\">\r\n\t\t\t\t\t\t\t\t<description>Line 1 Label</description>\r\n\t\t\t\t\t\t\t\t<left>60</left>\r\n\t\t\t\t\t\t\t\t<top>10</top>\r\n\t\t\t\t\t\t\t\t<width>325</width>\r\n\t\t\t\t\t\t\t\t<height>18</height>\r\n\t\t\t\t\t\t\t\t<font>font20</font>\r\n\t\t\t\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t\t\t<scroll>true</scroll>\r\n\t\t\t\t\t\t\t\t<scrollout>false</scrollout>\r\n\t\t\t\t\t\t\t\t<pauseatend>200</pauseatend>\r\n\t\t\t\t\t\t\t\t<textcolor>windows_header_toast_label</textcolor>\r\n\t\t\t\t\t\t</control>\r\n\t\t\t\t\t\t<control type=\"fadelabel\" id=\"402\">\r\n\t\t\t\t\t\t\t\t<description>Line 2 Label</description>\r\n\t\t\t\t\t\t\t\t<left>60</left>\r\n\t\t\t\t\t\t\t\t<top>31</top>\r\n\t\t\t\t\t\t\t\t<width>325</width>\r\n\t\t\t\t\t\t\t\t<height>20</height>\r\n\t\t\t\t\t\t\t\t<font>font15</font>\r\n\t\t\t\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t\t\t<scroll>true</scroll>\r\n\t\t\t\t\t\t\t\t<scrollout>false</scrollout>\r\n\t\t\t\t\t\t\t\t<pauseatend>200</pauseatend>\r\n\t\t\t\t\t\t\t\t<textcolor>windows_toast_label</textcolor>\r\n\t\t\t\t\t\t</control>\r\n\t\t\t\t\t\t<control type=\"image\" id=\"403\">\r\n\t\t\t\t\t\t\t\t<description>avatar</description>\r\n\t\t\t\t\t\t\t\t<left>10</left>\r\n\t\t\t\t\t\t\t\t<top>10</top>\r\n\t\t\t\t\t\t\t\t<width>40</width>\r\n\t\t\t\t\t\t\t\t<height>40</height>\r\n\t\t\t\t\t\t\t\t<aspectratio>keep</aspectratio>\r\n\t\t\t\t\t\t\t\t<visible>false</visible>\r\n\t\t\t\t\t\t\t\t<texture>defaulticoninfo.png</texture>\r\n\t\t\t\t\t\t</control>\r\n\t\t\t\t\t\t<control type=\"image\" id=\"404\">\r\n\t\t\t\t\t\t\t\t<description>avatar</description>\r\n\t\t\t\t\t\t\t\t<left>10</left>\r\n\t\t\t\t\t\t\t\t<top>10</top>\r\n\t\t\t\t\t\t\t\t<width>40</width>\r\n\t\t\t\t\t\t\t\t<height>40</height>\r\n\t\t\t\t\t\t\t\t<aspectratio>keep</aspectratio>\r\n\t\t\t\t\t\t\t\t<visible>false</visible>\r\n\t\t\t\t\t\t\t\t<texture>defaulticonwarning.png</texture>\r\n\t\t\t\t\t\t</control>\r\n\t\t\t\t\t\t<control type=\"image\" id=\"405\">\r\n\t\t\t\t\t\t\t\t<description>avatar</description>\r\n\t\t\t\t\t\t\t\t<left>10</left>\r\n\t\t\t\t\t\t\t\t<top>10</top>\r\n\t\t\t\t\t\t\t\t<width>40</width>\r\n\t\t\t\t\t\t\t\t<height>40</height>\r\n\t\t\t\t\t\t\t\t<aspectratio>keep</aspectratio>\r\n\t\t\t\t\t\t\t\t<visible>false</visible>\r\n\t\t\t\t\t\t\t\t<texture>defaulticonerror.png</texture>\r\n\t\t\t\t\t\t</control>\r\n\t\t\t\t</control>\r\n\t\t</controls>\r\n</window>"
  },
  {
    "path": "Other/update build/updater/skins/Updater/xml/DialogOK.xml",
    "content": "<window id=\"2002\">\r\n\t\t<defaultcontrol>10</defaultcontrol>\r\n\t\t<coordinates>\r\n\t\t\t\t<system>1</system>\r\n\t\t\t\t<left>290</left>\r\n\t\t\t\t<top>210</top>\r\n\t\t</coordinates>\r\n\t\t<include>dialogeffect</include>\r\n\t\t<controls>\r\n\t\t\t\t<control type=\"image\">\r\n\t\t\t\t\t\t<description>background image</description>\r\n\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t<width>700</width>\r\n\t\t\t\t\t\t<height>300</height>\r\n\t\t\t\t\t\t<texture border=\"40\">DialogBack.png</texture>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"image\">\r\n\t\t\t\t\t\t<description>Heading Background</description>\r\n\t\t\t\t\t\t<left>30</left>\r\n\t\t\t\t\t\t<top>34</top>\r\n\t\t\t\t\t\t<width>640</width>\r\n\t\t\t\t\t\t<height>40</height>\r\n\t\t\t\t\t\t<texture border=\"5\">ThumbFO.png</texture>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\" id=\"1\">\r\n\t\t\t\t\t\t<description>heading label</description>\r\n\t\t\t\t\t\t<left>40</left>\r\n\t\t\t\t\t\t<top>35</top>\r\n\t\t\t\t\t\t<width>620</width>\r\n\t\t\t\t\t\t<height>40</height>\r\n\t\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t<font>font18</font>\r\n\t\t\t\t\t\t<label>13406</label>\r\n\t\t\t\t\t\t<textcolor>black</textcolor>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\" id=\"2\">\r\n\t\t\t\t\t\t<description>dialog line 1</description>\r\n\t\t\t\t\t\t<left>40</left>\r\n\t\t\t\t\t\t<top>85</top>\r\n\t\t\t\t\t\t<width>620</width>\r\n\t\t\t\t\t\t<height>30</height>\r\n\t\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t<label>-</label>\r\n\t\t\t\t\t\t<font>font18</font>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\" id=\"3\">\r\n\t\t\t\t\t\t<description>dialog line 2</description>\r\n\t\t\t\t\t\t<left>40</left>\r\n\t\t\t\t\t\t<top>115</top>\r\n\t\t\t\t\t\t<width>620</width>\r\n\t\t\t\t\t\t<height>30</height>\r\n\t\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t<label>-</label>\r\n\t\t\t\t\t\t<font>font18</font>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\" id=\"4\">\r\n\t\t\t\t\t\t<description>dialog line 3</description>\r\n\t\t\t\t\t\t<left>40</left>\r\n\t\t\t\t\t\t<top>145</top>\r\n\t\t\t\t\t\t<width>620</width>\r\n\t\t\t\t\t\t<height>30</height>\r\n\t\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t<label>-</label>\r\n\t\t\t\t\t\t<font>font18</font>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"button\" id=\"10\">\r\n\t\t\t\t\t\t<description>OK button</description>\r\n\t\t\t\t\t\t<left>250</left>\r\n\t\t\t\t\t\t<top>215</top>\r\n\t\t\t\t\t\t<width>200</width>\r\n\t\t\t\t\t\t<height>35</height>\r\n\t\t\t\t\t\t<label>Press [B](A)[/B] to continue</label>\r\n\t\t\t\t\t\t<textcolor>grey2</textcolor>\r\n\t\t\t\t\t\t<focusedcolor>white</focusedcolor>\r\n\t\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t\t<font>font18</font>\r\n\t\t\t\t\t\t<texturenofocus border=\"3\">button-nofocus.png</texturenofocus>\r\n\t\t\t\t\t\t<texturefocus border=\"3\">button-focus2.png</texturefocus>\r\n\t\t\t\t\t\t<onleft>10</onleft>\r\n\t\t\t\t\t\t<onright>10</onright>\r\n\t\t\t\t\t\t<onup>10</onup>\r\n\t\t\t\t\t\t<ondown>10</ondown>\r\n\t\t\t\t</control>\r\n\t\t\t\t<!-- Debug Info -->\r\n\t\t\t\t<include>Debug</include>\r\n\t\t</controls>\r\n</window>"
  },
  {
    "path": "Other/update build/updater/skins/Updater/xml/DialogProgress.xml",
    "content": "<window id=\"101\">\r\n\t<defaultcontrol>10</defaultcontrol>\r\n\t<controls>\r\n\t\t<control type=\"image\">\r\n\t\t\t<description>background image</description>\r\n\t\t\t<left>0</left>\r\n\t\t\t<top>0</top>\r\n\t\t\t<width>1280</width>\r\n\t\t\t<height>720</height>\r\n\t\t\t<texture>background.jpg</texture>\r\n\t\t</control>\r\n\t\t<control type=\"progress\">\r\n\t\t\t<description>Progressbar</description>\r\n\t\t\t<left>133</left>\r\n\t\t\t<top>538</top>\r\n\t\t\t<width>1014</width>\r\n\t\t\t<height>16</height>\r\n\t\t\t<info>System.Progressbar</info>\r\n\t\t\t<texturebg>-</texturebg>\r\n\t\t\t<midtexture>progressfront.png</midtexture>\r\n\t\t\t<lefttexture>-</lefttexture>\r\n\t\t\t<righttexture>-</righttexture>\r\n\t\t\t<overlaytexture>-</overlaytexture>\r\n\t\t\t<aspectratio>stretch</aspectratio>\r\n\t\t</control>\r\n\t\t<!-- Not complete images -->\r\n\t\t<control type=\"image\">\r\n\t\t\t<description>not complete image</description>\r\n\t\t\t<left>133</left>\r\n\t\t\t<top>273</top>\r\n\t\t\t<width>44</width>\r\n\t\t\t<height>44</height>\r\n\t\t\t<texture>complete.png</texture>\r\n\t\t</control>\r\n\t\t<control type=\"image\">\r\n\t\t\t<description>not complete image</description>\r\n\t\t\t<left>133</left>\r\n\t\t\t<top>334</top>\r\n\t\t\t<width>44</width>\r\n\t\t\t<height>44</height>\r\n\t\t\t<texture>notcomplete.png</texture>\r\n\t\t</control>\r\n\t\t<control type=\"image\">\r\n\t\t\t<description>complete image</description>\r\n\t\t\t<left>133</left>\r\n\t\t\t<top>334</top>\r\n\t\t\t<width>44</width>\r\n\t\t\t<height>44</height>\r\n\t\t\t<texture>complete.png</texture>\r\n\t\t\t<visible>Skin.HasSetting(DashboardUpdated)</visible>\r\n\t\t</control>\r\n\t\t<control type=\"label\">\r\n\t\t\t<description>label</description>\r\n\t\t\t<left>133</left>\r\n\t\t\t<top>518</top>\r\n\t\t\t<width>650</width>\r\n\t\t\t<height>30</height>\r\n\t\t\t<align>left</align>\r\n\t\t\t<font>font14</font>\r\n\t\t\t<label>Your console will reload $LOCALIZE[31000] when complete.</label>\r\n\t\t</control>\r\n\t\t<!-- Progress labels -->\r\n\t\t<control type=\"label\">\r\n\t\t\t<description>progress label</description>\r\n\t\t\t<left>133</left>\r\n\t\t\t<top>333</top>\r\n\t\t\t<width>44</width>\r\n\t\t\t<height>44</height>\r\n\t\t\t<align>center</align>\r\n\t\t\t<aligny>center</aligny>\r\n\t\t\t<font>font12</font>\r\n\t\t\t<label>$INFO[Skin.String(DashboardUpdatedSmall)]%</label>\r\n\t\t\t<animation effect=\"fade\" start=\"50\" end=\"50\" time=\"0\" condition=\"true\">Conditional</animation>\r\n\t\t\t<visible>!Skin.HasSetting(DashboardUpdated)</visible>\r\n\t\t</control>\r\n\t\t<!-- bottom right -->\r\n\t\t<control type=\"label\">\r\n\t\t\t<description>progress label</description>\r\n\t\t\t<right>133</right>\r\n\t\t\t<top>518</top>\r\n\t\t\t<width>150</width>\r\n\t\t\t<height>30</height>\r\n\t\t\t<align>right</align>\r\n\t\t\t<font>font14</font>\r\n\t\t\t<label>$INFO[System.Progressbar,,%]</label>\r\n\t\t</control>\r\n\t\t<!-- Main labels -->\r\n\t\t<control type=\"label\" id=\"1\">\r\n\t\t\t<description>heading label</description>\r\n\t\t\t<left>133</left>\r\n\t\t\t<top>175</top>\r\n\t\t\t<width>0</width>\r\n\t\t\t<height>0</height>\r\n\t\t\t<font>font50</font>\r\n\t\t</control>\r\n\t\t<control type=\"label\" id=\"2\">\r\n\t\t\t<description>dialog line 2</description>\r\n\t\t\t<left>186</left>\r\n\t\t\t<top>283</top>\r\n\t\t\t<width>620</width>\r\n\t\t\t<height>30</height>\r\n\t\t\t<align>left</align>\r\n\t\t\t<label>-</label>\r\n\t\t\t<font>font18</font>\r\n\t\t\t<haspath>yes</haspath>\r\n\t\t</control>\r\n\t\t<control type=\"label\" id=\"3\">\r\n\t\t\t<description>dialog line 3</description>\r\n\t\t\t<left>186</left>\r\n\t\t\t<top>344</top>\r\n\t\t\t<width>620</width>\r\n\t\t\t<height>30</height>\r\n\t\t\t<align>left</align>\r\n\t\t\t<label>-</label>\r\n\t\t\t<font>font18</font>\r\n\t\t\t<haspath>yes</haspath>\r\n\t\t</control>\r\n\t\t<control type=\"label\" id=\"4\">\r\n\t\t\t<description>dialog line 4</description>\r\n\t\t\t<left>186</left>\r\n\t\t\t<top>404</top>\r\n\t\t\t<width>620</width>\r\n\t\t\t<height>30</height>\r\n\t\t\t<align>left</align>\r\n\t\t\t<label>-</label>\r\n\t\t\t<font>font18</font>\r\n\t\t\t<haspath>yes</haspath>\r\n\t\t</control>\r\n\t</controls>\r\n</window>"
  },
  {
    "path": "Other/update build/updater/skins/Updater/xml/DialogSelect.xml",
    "content": "<window type=\"dialog\" id=\"2000\">\r\n\t\t<defaultcontrol always=\"true\">3</defaultcontrol>\r\n\t\t<coordinates>\r\n\t\t\t\t<system>1</system>\r\n\t\t\t\t<left>335</left>\r\n\t\t\t\t<top>35</top>\r\n\t\t</coordinates>\r\n\t\t<include>dialogeffect</include>\r\n\t\t<controls>\r\n\t\t\t\t<control type=\"image\">\r\n\t\t\t\t\t\t<description>background image</description>\r\n\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t<width>610</width>\r\n\t\t\t\t\t\t<height>650</height>\r\n\t\t\t\t\t\t<texture border=\"40\">DialogBack.png</texture>\r\n\t\t\t\t\t\t<animation effect=\"fade\" start=\"90\" end=\"90\" time=\"0\" condition=\"Window.IsVisible(Visualisation)\">Conditional</animation>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"image\">\r\n\t\t\t\t\t\t<description>Heading Background</description>\r\n\t\t\t\t\t\t<left>30</left>\r\n\t\t\t\t\t\t<top>34</top>\r\n\t\t\t\t\t\t<width>550</width>\r\n\t\t\t\t\t\t<height>40</height>\r\n\t\t\t\t\t\t<texture border=\"5\">ThumbFO.png</texture>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\" id=\"1\">\r\n\t\t\t\t\t\t<description>heading label</description>\r\n\t\t\t\t\t\t<left>40</left>\r\n\t\t\t\t\t\t<top>35</top>\r\n\t\t\t\t\t\t<width>510</width>\r\n\t\t\t\t\t\t<height>40</height>\r\n\t\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t<font>font18</font>\r\n\t\t\t\t\t\t<label>13406</label>\r\n\t\t\t\t\t\t<textcolor>black</textcolor>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"list\" id=\"3\">\r\n\t\t\t\t\t\t<left>45</left>\r\n\t\t\t\t\t\t<top>90</top>\r\n\t\t\t\t\t\t<width>500</width>\r\n\t\t\t\t\t\t<height>480</height>\r\n\t\t\t\t\t\t<onup>3</onup>\r\n\t\t\t\t\t\t<ondown>3</ondown>\r\n\t\t\t\t\t\t<onleft>5</onleft>\r\n\t\t\t\t\t\t<onright>61</onright>\r\n\t\t\t\t\t\t<pagecontrol>61</pagecontrol>\r\n\t\t\t\t\t\t<scrolltime>200</scrolltime>\r\n\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"10,0\" time=\"0\" condition=\"!Control.IsVisible(61)\">Conditional</animation>\r\n\t\t\t\t\t\t<itemlayout height=\"40\">\r\n\t\t\t\t\t\t\t\t<control type=\"image\">\r\n\t\t\t\t\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t\t\t\t\t<width>500</width>\r\n\t\t\t\t\t\t\t\t\t\t<height>35</height>\r\n\t\t\t\t\t\t\t\t\t\t<texture border=\"3\">button-nofocus.png</texture>\r\n\t\t\t\t\t\t\t\t</control>\r\n\t\t\t\t\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t\t\t\t\t\t<left>10</left>\r\n\t\t\t\t\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t\t\t\t\t<width>480</width>\r\n\t\t\t\t\t\t\t\t\t\t<height>35</height>\r\n\t\t\t\t\t\t\t\t\t\t<font>font12</font>\r\n\t\t\t\t\t\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t\t\t\t\t<selectedcolor>blue</selectedcolor>\r\n\t\t\t\t\t\t\t\t\t\t<info>ListItem.Label</info>\r\n\t\t\t\t\t\t\t\t</control>\r\n\t\t\t\t\t\t</itemlayout>\r\n\t\t\t\t\t\t<focusedlayout height=\"40\">\r\n\t\t\t\t\t\t\t\t<control type=\"image\">\r\n\t\t\t\t\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t\t\t\t\t<width>500</width>\r\n\t\t\t\t\t\t\t\t\t\t<height>35</height>\r\n\t\t\t\t\t\t\t\t\t\t<visible>!Control.HasFocus(3)</visible>\r\n\t\t\t\t\t\t\t\t\t\t<texture border=\"3\">button-nofocus.png</texture>\r\n\t\t\t\t\t\t\t\t</control>\r\n\t\t\t\t\t\t\t\t<control type=\"image\">\r\n\t\t\t\t\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t\t\t\t\t<width>500</width>\r\n\t\t\t\t\t\t\t\t\t\t<height>35</height>\r\n\t\t\t\t\t\t\t\t\t\t<visible>Control.HasFocus(3)</visible>\r\n\t\t\t\t\t\t\t\t\t\t<texture border=\"3\">button-focus.png</texture>\r\n\t\t\t\t\t\t\t\t</control>\r\n\t\t\t\t\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t\t\t\t\t\t<left>10</left>\r\n\t\t\t\t\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t\t\t\t\t<width>480</width>\r\n\t\t\t\t\t\t\t\t\t\t<height>35</height>\r\n\t\t\t\t\t\t\t\t\t\t<font>font12</font>\r\n\t\t\t\t\t\t\t\t\t\t<align>left</align>\r\n\t\t\t\t\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t\t\t\t\t<selectedcolor>blue</selectedcolor>\r\n\t\t\t\t\t\t\t\t\t\t<info>ListItem.Label</info>\r\n\t\t\t\t\t\t\t\t</control>\r\n\t\t\t\t\t\t</focusedlayout>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"group\">\r\n\t\t\t\t\t\t<visible>Control.IsVisible(3)</visible>\r\n\t\t\t\t\t\t<control type=\"scrollbar\" id=\"61\">\r\n\t\t\t\t\t\t\t\t<left>550</left>\r\n\t\t\t\t\t\t\t\t<top>90</top>\r\n\t\t\t\t\t\t\t\t<width>20</width>\r\n\t\t\t\t\t\t\t\t<height>475</height>\r\n\t\t\t\t\t\t\t\t<texturesliderbackground border=\"2,2,2,2\">scrollbar_bar_back2.png</texturesliderbackground>\r\n\t\t\t\t\t\t\t\t<texturesliderbar border=\"2,16,2,16\">scrollbar_bar.png</texturesliderbar>\r\n\t\t\t\t\t\t\t\t<texturesliderbarfocus border=\"2,16,2,16\">scrollbar_bar_focus.png</texturesliderbarfocus>\r\n\t\t\t\t\t\t\t\t<textureslidernib>scrollbar_nib.png</textureslidernib>\r\n\t\t\t\t\t\t\t\t<textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>\r\n\t\t\t\t\t\t\t\t<onleft>3</onleft>\r\n\t\t\t\t\t\t\t\t<onright>3</onright>\r\n\t\t\t\t\t\t\t\t<ondown>61</ondown>\r\n\t\t\t\t\t\t\t\t<onup>61</onup>\r\n\t\t\t\t\t\t\t\t<showonepage>false</showonepage>\r\n\t\t\t\t\t\t\t\t<orientation>vertical</orientation>\r\n\t\t\t\t\t\t</control>\r\n\t\t\t\t\t\t<control type=\"label\">\r\n\t\t\t\t\t\t\t\t<description>number of files/pages in list text label</description>\r\n\t\t\t\t\t\t\t\t<left>570</left>\r\n\t\t\t\t\t\t\t\t<top>570</top>\r\n\t\t\t\t\t\t\t\t<width>300</width>\r\n\t\t\t\t\t\t\t\t<height>35</height>\r\n\t\t\t\t\t\t\t\t<font>font12</font>\r\n\t\t\t\t\t\t\t\t<align>right</align>\r\n\t\t\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t\t\t<scroll>true</scroll>\r\n\t\t\t\t\t\t\t\t<textcolor>white</textcolor>\r\n\t\t\t\t\t\t\t\t<label>($INFO[Container(3).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(3).CurrentPage]/$INFO[Container(3).NumPages])</label>\r\n\t\t\t\t\t\t</control>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"button\" id=\"5\">\r\n\t\t\t\t\t\t<description>OK button</description>\r\n\t\t\t\t\t\t<left>45</left>\r\n\t\t\t\t\t\t<top>570</top>\r\n\t\t\t\t\t\t<width>200</width>\r\n\t\t\t\t\t\t<height>35</height>\r\n\t\t\t\t\t\t<label>186</label>\r\n\t\t\t\t\t\t<font>font12</font>\r\n\t\t\t\t\t\t<textcolor>grey2</textcolor>\r\n\t\t\t\t\t\t<focusedcolor>white</focusedcolor>\r\n\t\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t\t<texturefocus border=\"3\">button-focus2.png</texturefocus>\r\n\t\t\t\t\t\t<texturenofocus border=\"3\">button-nofocus.png</texturenofocus>\r\n\t\t\t\t\t\t<onleft>3</onleft>\r\n\t\t\t\t\t\t<onright>61</onright>\r\n\t\t\t\t\t\t<onup>3</onup>\r\n\t\t\t\t\t\t<ondown>3</ondown>\r\n\t\t\t\t\t\t<animation effect=\"slide\" start=\"0,0\" end=\"0,-120\" time=\"0\" condition=\"Control.IsVisible(6)\">Conditional</animation>\r\n\t\t\t\t</control>\r\n\t\t\t\t<!-- Debug Info -->\r\n\t\t\t\t<include>Debug</include>\r\n\t\t</controls>\r\n</window>"
  },
  {
    "path": "Other/update build/updater/skins/Updater/xml/DialogYesNo.xml",
    "content": "<window id=\"100\">\r\n\t\t<defaultcontrol always=\"true\">10</defaultcontrol>\r\n\t\t<coordinates>\r\n\t\t\t\t<system>1</system>\r\n\t\t\t\t<left>290</left>\r\n\t\t\t\t<top>210</top>\r\n\t\t</coordinates>\r\n\t\t<include>dialogeffect</include>\r\n\t\t<controls>\r\n\t\t\t\t<control type=\"image\">\r\n\t\t\t\t\t\t<description>background image</description>\r\n\t\t\t\t\t\t<left>0</left>\r\n\t\t\t\t\t\t<top>0</top>\r\n\t\t\t\t\t\t<width>700</width>\r\n\t\t\t\t\t\t<height>300</height>\r\n\t\t\t\t\t\t<texture border=\"40\">DialogBack.png</texture>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"image\">\r\n\t\t\t\t\t\t<description>Heading Background</description>\r\n\t\t\t\t\t\t<left>30</left>\r\n\t\t\t\t\t\t<top>34</top>\r\n\t\t\t\t\t\t<width>640</width>\r\n\t\t\t\t\t\t<height>40</height>\r\n\t\t\t\t\t\t<texture border=\"5\">ThumbFO.png</texture>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\" id=\"1\">\r\n\t\t\t\t\t\t<description>heading label</description>\r\n\t\t\t\t\t\t<left>40</left>\r\n\t\t\t\t\t\t<top>35</top>\r\n\t\t\t\t\t\t<width>620</width>\r\n\t\t\t\t\t\t<height>40</height>\r\n\t\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t<font>font18</font>\r\n\t\t\t\t\t\t<label>13406</label>\r\n\t\t\t\t\t\t<textcolor>black</textcolor>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\" id=\"2\">\r\n\t\t\t\t\t\t<description>dialog line 1</description>\r\n\t\t\t\t\t\t<left>40</left>\r\n\t\t\t\t\t\t<top>85</top>\r\n\t\t\t\t\t\t<width>620</width>\r\n\t\t\t\t\t\t<height>30</height>\r\n\t\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t<label>-</label>\r\n\t\t\t\t\t\t<font>font12</font>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\" id=\"3\">\r\n\t\t\t\t\t\t<description>dialog line 2</description>\r\n\t\t\t\t\t\t<left>40</left>\r\n\t\t\t\t\t\t<top>115</top>\r\n\t\t\t\t\t\t<width>620</width>\r\n\t\t\t\t\t\t<height>30</height>\r\n\t\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t<label>-</label>\r\n\t\t\t\t\t\t<font>font12</font>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"label\" id=\"4\">\r\n\t\t\t\t\t\t<description>dialog line 3</description>\r\n\t\t\t\t\t\t<left>40</left>\r\n\t\t\t\t\t\t<top>145</top>\r\n\t\t\t\t\t\t<width>620</width>\r\n\t\t\t\t\t\t<height>30</height>\r\n\t\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t\t\t<label>-</label>\r\n\t\t\t\t\t\t<font>font12</font>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"button\" id=\"11\">\r\n\t\t\t\t\t\t<description>Yes button</description>\r\n\t\t\t\t\t\t<left>145</left>\r\n\t\t\t\t\t\t<top>215</top>\r\n\t\t\t\t\t\t<width>200</width>\r\n\t\t\t\t\t\t<height>35</height>\r\n\t\t\t\t\t\t<label>107</label>\r\n\t\t\t\t\t\t<textcolor>grey2</textcolor>\r\n\t\t\t\t\t\t<focusedcolor>white</focusedcolor>\r\n\t\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t\t<texturenofocus border=\"3\">button-nofocus.png</texturenofocus>\r\n\t\t\t\t\t\t<texturefocus border=\"3\">button-focus2.png</texturefocus>\r\n\t\t\t\t\t\t<onleft>10</onleft>\r\n\t\t\t\t\t\t<onright>10</onright>\r\n\t\t\t\t\t\t<onup>11</onup>\r\n\t\t\t\t\t\t<ondown>11</ondown>\r\n\t\t\t\t</control>\r\n\t\t\t\t<control type=\"button\" id=\"10\">\r\n\t\t\t\t\t\t<description>No button</description>\r\n\t\t\t\t\t\t<left>355</left>\r\n\t\t\t\t\t\t<top>215</top>\r\n\t\t\t\t\t\t<width>200</width>\r\n\t\t\t\t\t\t<height>35</height>\r\n\t\t\t\t\t\t<label>106</label>\r\n\t\t\t\t\t\t<textcolor>grey2</textcolor>\r\n\t\t\t\t\t\t<focusedcolor>white</focusedcolor>\r\n\t\t\t\t\t\t<align>center</align>\r\n\t\t\t\t\t\t<texturenofocus border=\"3\">button-nofocus.png</texturenofocus>\r\n\t\t\t\t\t\t<texturefocus border=\"3\">button-focus2.png</texturefocus>\r\n\t\t\t\t\t\t<onleft>11</onleft>\r\n\t\t\t\t\t\t<onright>11</onright>\r\n\t\t\t\t\t\t<onup>10</onup>\r\n\t\t\t\t\t\t<ondown>10</ondown>\r\n\t\t\t\t</control>\r\n\t\t\t\t<!-- Debug Info -->\r\n\t\t\t\t<include>Debug</include>\r\n\t\t</controls>\r\n</window>"
  },
  {
    "path": "Other/update build/updater/skins/Updater/xml/Font.xml",
    "content": "<fonts>\r\n\t\t<fontset id=\"default\" unicode=\"true\">\r\n\t\t\t\t<font>\r\n\t\t\t\t\t\t<name>font12</name>\r\n\t\t\t\t\t\t<filename>Roboto-Regular.ttf</filename>\r\n\t\t\t\t\t\t<size>12</size>\r\n\t\t\t\t</font>\r\n\t\t\t\t<font>\r\n\t\t\t\t\t\t<name>font14</name>\r\n\t\t\t\t\t\t<filename>Roboto-Regular.ttf</filename>\r\n\t\t\t\t\t\t<size>14</size>\r\n\t\t\t\t</font>\r\n\t\t\t\t<font>\r\n\t\t\t\t\t\t<name>font15</name>\r\n\t\t\t\t\t\t<filename>Roboto-Regular.ttf</filename>\r\n\t\t\t\t\t\t<size>15</size>\r\n\t\t\t\t</font>\r\n\t\t\t\t<font>\r\n\t\t\t\t\t\t<name>font18</name>\r\n\t\t\t\t\t\t<filename>Roboto-Regular.ttf</filename>\r\n\t\t\t\t\t\t<size>18</size>\r\n\t\t\t\t</font>\r\n\t\t\t\t<font>\r\n\t\t\t\t\t\t<name>font20</name>\r\n\t\t\t\t\t\t<filename>Roboto-Regular.ttf</filename>\r\n\t\t\t\t\t\t<size>20</size>\r\n\t\t\t\t</font>\r\n\t\t\t\t<font>\r\n\t\t\t\t\t\t<name>font50</name>\r\n\t\t\t\t\t\t<filename>Roboto-Regular.ttf</filename>\r\n\t\t\t\t\t\t<size>50</size>\r\n\t\t\t\t</font>\r\n\t\t</fontset>\r\n</fonts>"
  },
  {
    "path": "Other/update build/updater/skins/Updater/xml/Home.xml",
    "content": "<window id=\"0\">\r\n\t\t<defaultcontrol always=\"true\">1</defaultcontrol>\r\n\t\t<allowoverlay>no</allowoverlay>\r\n\t\t<controls>\r\n\t\t</controls>\r\n</window>"
  },
  {
    "path": "Other/update build/updater/skins/Updater/xml/Includes.xml",
    "content": "<includes>\r\n\t\t<include file=\"defaults.xml\" />\r\n\t\t<include name=\"ButtonCommonValues\">\r\n\t\t\t\t<height>44</height>\r\n\t\t\t\t<width>280</width>\r\n\t\t\t\t<font>font12</font>\r\n\t\t\t\t<textcolor>white</textcolor>\r\n\t\t\t\t<focusedcolor>white</focusedcolor>\r\n\t\t\t\t<shadowcolor>black</shadowcolor>\r\n\t\t\t\t<align>left</align>\r\n\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t<textoffsetx>10</textoffsetx>\r\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\r\n\t\t\t\t<texturenofocus>-</texturenofocus>\r\n\t\t\t\t<pulseonselect>true</pulseonselect>\r\n\t\t</include>\r\n\t\t<include name=\"ButtonHomeSubCommonValues\">\r\n\t\t\t\t<height>37</height>\r\n\t\t\t\t<width>246</width>\r\n\t\t\t\t<textcolor>grey2</textcolor>\r\n\t\t\t\t<focusedcolor>white</focusedcolor>\r\n\t\t\t\t<align>center</align>\r\n\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t<font>font12</font>\r\n\t\t\t\t<texturefocus border=\"5\">button-focus2.png</texturefocus>\r\n\t\t\t\t<texturenofocus border=\"5\">-</texturenofocus>\r\n\t\t\t\t<pulseonselect>true</pulseonselect>\r\n\t\t</include>\r\n\t\t<include name=\"ButtonInfoDialogsCommonValues\">\r\n\t\t\t\t<height>25</height>\r\n\t\t\t\t<width>200</width>\r\n\t\t\t\t<font>font12</font>\r\n\t\t\t\t<textcolor>white</textcolor>\r\n\t\t\t\t<focusedcolor>white</focusedcolor>\r\n\t\t\t\t<shadowcolor>black</shadowcolor>\r\n\t\t\t\t<align>center</align>\r\n\t\t\t\t<aligny>center</aligny>\r\n\t\t\t\t<texturefocus border=\"2\">button-focus2.png</texturefocus>\r\n\t\t\t\t<texturenofocus border=\"2\">button-nofocus.png</texturenofocus>\r\n\t\t\t\t<pulseonselect>no</pulseonselect>\r\n\t\t</include>\r\n\t\t<include name=\"Window_OpenClose_Animation\">\r\n\t\t\t\t<animation effect=\"fade\" time=\"300\">WindowOpen</animation>\r\n\t\t\t\t<animation effect=\"fade\" time=\"300\">WindowClose</animation>\r\n\t\t</include>\r\n\t\t<include name=\"dialogeffect\">\r\n\t\t\t\t<animation effect=\"fade\" time=\"200\">WindowOpen</animation>\r\n\t\t\t\t<animation effect=\"fade\" time=\"200\">WindowClose</animation>\r\n\t\t</include>\r\n\t\t<include name=\"DialogEffectZoom\">\r\n\t\t\t\t<animation type=\"WindowOpen\" reversible=\"false\">\r\n\t\t\t\t\t\t<effect type=\"zoom\" start=\"80\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"back\" time=\"300\" delay=\"200\" />\r\n\t\t\t\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"300\" delay=\"200\" />\r\n\t\t\t\t</animation>\r\n\t\t\t\t<animation type=\"WindowClose\" reversible=\"false\">\r\n\t\t\t\t\t\t<effect type=\"zoom\" start=\"100\" end=\"80\" center=\"640,360\" easing=\"in\" tween=\"back\" time=\"300\" />\r\n\t\t\t\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"300\" />\r\n\t\t\t\t</animation>\r\n\t\t</include>\r\n\t\t<include name=\"ViewVisibleEffect\">\r\n\t\t\t\t<animation type=\"WindowOpen\" reversible=\"false\">\r\n\t\t\t\t\t\t<effect type=\"zoom\" start=\"80\" end=\"100\" center=\"640,360\" easing=\"out\" tween=\"back\" time=\"200\" />\r\n\t\t\t\t\t\t<effect type=\"fade\" start=\"0\" end=\"100\" time=\"200\" />\r\n\t\t\t\t</animation>\r\n\t\t\t\t<animation type=\"WindowClose\" reversible=\"false\">\r\n\t\t\t\t\t\t<effect type=\"zoom\" start=\"100\" end=\"80\" center=\"640,360\" easing=\"in\" tween=\"back\" time=\"200\" />\r\n\t\t\t\t\t\t<effect type=\"fade\" start=\"100\" end=\"0\" time=\"200\" />\r\n\t\t\t\t</animation>\r\n\t\t</include>\r\n\t\t<include name=\"VisibleFadeEffect\">\r\n\t\t\t\t<animation effect=\"fade\" time=\"200\">Visible</animation>\r\n\t\t\t\t<animation effect=\"fade\" time=\"200\">Hidden</animation>\r\n\t\t</include>\r\n</includes>"
  },
  {
    "path": "Other/update build/updater/skins/Updater/xml/Startup.xml",
    "content": "<window id=\"2999\">\r\n\t\t<defaultcontrol always=\"true\">1</defaultcontrol>\r\n\t\t<allowoverlay>no</allowoverlay>\r\n\t\t<controls>\r\n\t\t</controls>\r\n</window>"
  },
  {
    "path": "RC.txt",
    "content": "false"
  },
  {
    "path": "README.md",
    "content": "# XBMC4Gamers\n\n### Damn nice front end for Games using XBMC\n\n This is a pet project of mine and its a combination of a skin, python scripts and source edits to XBMC.\n\n The main objective of this project was to allow my kids to use the same Xbox but also have there own saves, so to stop fighting lol. Now the original Xbox doesn't allow this by default, so I had to think outside of the box and learn and create some Python script to do the job. It works quite well.\n\n Now since the above, I have added scripts that fixes scrambled screen games on v.1.6 Xbox ( 480p video mode ) clean save directories of blank saves, clean program thumbnails or refresh them as well as others to do other tasks. It's a jack of all trades lol.\n\n### Contributions\n If you'd like to say thanks by sending a small donation, it'd be a huge help, and it'll allow me to keep spending time towards contributing to the Xbox community in the future.\n\n[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=65NJWU9PUUX7W&lc=GB&currency_code=GBP&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted)\n \n## Artwork\n * If you would like to make artwork that will be used with this dashboard you can find my tools and photoshop files here.\n \n Download Artwork Making Tools: [Download Gamers - Emustation Artwork Stuff](https://drive.google.com/drive/folders/1a3ZaFTuuu5L7lDbnOjmA5tlHhrwpWFKC?usp=sharing)\n \n## Installation\n ### Download Prebuilt versions: [Download XBMC4Gamers](https://www.xbmc4gamers.co.uk/X4G-XEmu/urldownloader/dashboards/XBMC4Gamers.zip)\n \n <details>\n  <summary>Build from Source: (Note: this is only for advanced users)</summary>\n  \n * Download [XBMC4Gamers](https://github.com/Rocky5/XBMC4Gamers/archive/master.zip) and extract the **XBMC4Gamers-master** folder to your desktop.\n * Download the latest [XBMC4XBOX-*****.zip](https://drive.google.com/drive/folders/0B9zNhNcNUdDTRVFBbHcwc2JCZFE) and extract the **XBMC** folder that is inside the zip to your desktop\\\\**XBMC4Gamers-master**\\\\ folder.\n * Now double click the **Build XBMC4Gamers.bat** that's inside the **XBMC4Gamers-master** folder and wait. It will output a new folder named **XBMC4Gamers**\n * FTP this new folder to your Xbox and enjoy.\n </details>\n \n## Create a Profile\n * Select the **Manage Profiles** profile\n * Select Add Profile...\n * Enter your desired name\n * Now select an profile image\n * Now Load your profile\n \n## Setup Birthday Dates\n * Select the **Manage Profiles** profile\n * Select the **Setup Birthday Dates** option\n * Enable up to 5 birthdays, self explanatory\n \n## Toggle Kiosk Mode\n ### Root menu (where applications, games etc... are)\n * Y, UP, UP, DOWN, DOWN, LEFT, LEFT, RIGHT, RIGHT, A\n \n ### Login screen\n * Black, UP, UP, DOWN, DOWN, LEFT, LEFT, RIGHT, RIGHT, A\n \n * **note:** The same combination will also enable \"Kiosk mode\" if its disabled on the login screen.\n\n## Game Resources and Synopsis\n * There is an example located [here](https://github.com/Rocky5/XBMC4Gamers/tree/master/Synopsis%20Example)\n * The _resources folder is places next to your games default.xbe\n * To see your new resources images you will need to enable the _Resources settings\n * Press UP (or left, view dependant) when in the games list and press (A) on the correct tile\n * **note:** For synopsis information you will need a default.xml\n \n## Everything else\n * The rest should be self explanatory, its all in the menu.\n \n### Acknowledgements:\n\n#### Buzz\n For maintaining XBMC4Xbox over the years.\n#### Everyone\n For testing and giving me ideas.\n"
  },
  {
    "path": "Synopsis Example/Star Wars - Battlefront 2/_resources/default.xml",
    "content": "<synopsis>\r\n<sourcename>Star Wars - Battlefront 2-T</sourcename>\r\n<foldername>Star Wars - Battlefront 2</foldername>\r\n<title>Star Wars: Battlefront II</title>\r\n<developer>Pandemic Studios</developer>\r\n<publisher>LucasArts</publisher>\r\n<features_general>Players 1-4, 480p, Dolby Digital</features_general>\r\n<features_online>System Link 2-32, DLC</features_online>\r\n<esrb>T</esrb>\r\n<esrb_descriptors>Mild Language, Violence</esrb_descriptors>\r\n<genre>Action, Shooter, First-Person, Sci-Fi</genre>\r\n<release_date>01 Nov 2005</release_date>\n<year>2005</year>\r\n<rating>8.3</rating>\r\n<platform>Windows PC, PlayStation 2, PSP, Xbox</platform>\r\n<exclusive>No</exclusive>\r\n<titleid>4C41001A</titleid>\r\n<overview>This sequel to Star Wars Battlefront improves upon its predecessor with a variety of gameplay enhancements, such as upgraded AI, more than 16 new battlegrounds, and greater story emphasis. In addition to the rebel, clone, and droid warriors from the original game, you can play as a Jedi, complete with lightsaber attacks and force powers. Take part in land and space battles from the Star Wars movie series, and pilot a variety of new aircraft, including X-Wings, TIE fighters, and Jedi Starfighters. Star Wars Battlefront also includes online multiplayer modes for battling other gamers.</overview>\r\n</synopsis>\r\n"
  },
  {
    "path": "Synopsis Example/Star Wars - Battlefront 2/_resources/media/place preivew.mp4 file in here",
    "content": ""
  },
  {
    "path": "changes.txt",
    "content": "\r\nVersion 2.3.000\r\n14/07/2025\r\n\r\nNew Features:\r\n\t1) Added Database Maintenance to the XBMC4Gamers Settings Scripts menu.\r\n\t\t(This will update and clean your database, so if you want to refresh everything at once)\r\n\t2) You can now specify the wallpaper, render size and quality via the XBMC4Gamers Settings > Other Options\r\n\t3) If login screen is enabled Network settings are shared across profiles.\r\n\t\t(Added Network to the options menu on the login screen. If login screen is disabled profile uses its own network settings)\r\n\t4) ken burns kinda wallpaper effect on the login screen if you don't do anything for 30 seconds.\r\n\t5) Now when you have synopsis naming enabled (default) when you edit a title it will update the default.xml\r\n\t\t(synopsis info with current language tags will only update your current language title)\r\n\t6) You can now exclude \"search matches\" from the fast game parsing via programs > advanced menu\r\n\t\t(Thanks to Joshua Lineberry for the idea and making me redo what I had already done lol)\r\n\t7) Toggle showing profile wallpapers on the login screen.\r\n\t\t(press start and select the tile)\r\n\t8) You can now set custom paths and extensions for the startup playlist.\r\n\t9) Not toggle navigation sounds: Disable, Enable or enable during playback under \"XBMC4Gamers Option > Themes\"\r\n\t10) UDMA info support added the system info window.\r\n\t11) UDMA system info vars.\r\n\t\t(\r\n\t\t\tsystem.hddsupportedudmamode\r\n\t\t\tsystem.hddudmamode\r\n\t\t)\r\n\t12) All dialog and context button images can be coloured via the colour xml.\r\n\t\t(so you don't need to make textures if you want to change there colours)\r\n\t13) New script for Insignias can show current sessions and up coming events.\r\n\t14) Added Activate/ReplaceWindowAndFocus (ported from Gotham and fixed for xbox)\r\n\t15) Dialog select updated with ID6 for Or4gins script to work correctly.\r\n\t16) Update the intro code to randomly select a file from the system\\intros folder if intro.mp4 doesn't exists or you haven't selected a file manually.\r\n\t17) Added support for passing second argument (force video region code) to the RunXBE() function.\r\n\t\t(Default regions are processed like normal, but if iRegion == 3 or iRegion == 5 or iRegion == 6 or iRegion == 7 set to NTSC and if invalid set to system region)\r\n\t18) Custom_Dialog_Quick_Change.xml is updated on boot with your sources, so if you remove or add sources reload Gamers to update this file.\r\n\t19) Multiselect button can now process multiple actions.\r\n\t\t(Thanks to Joshua Lineberry helping fixing the last niggle I had with this.)\r\n\t20) Added support for the new XBDStats \"Discord Rich Presence\" you need to set the IP and port in the network > discord settings\r\n\t21) Added \"Ignore articles when sorting (e.g. \"the\")\" to Settings > Programs > Genera, this is separate from the Appearance version now.\r\n\t22) When login screen is enabled the network settings are controlled via the \"Add User\". Disabling login screen lets you configure that specific profile.\r\n\t23) You can now disable views via the Settings > XBMC4Gamers Options > Other Options\r\n\t\t(If you want to decrease the time it takes to load into the programs menu, disable views you wont ever use)\r\n\t24) Fixed the \"Game Saves\" manager and added F and G udata support.\r\n\r\nBug Fixes:\r\n\t1) Fixed custom view ID 87 not displaying its icon.\r\n\t2) Fixed now playing controls showing 3 album names\r\n\t3) Fixed \"Detailed_56_Posters_Carousel\" view. \r\n\t4) Fixed split ISO not loading with Cerbios attacher when filenames contain _1/2.\r\n\t\t(Some other minor changes to improve the script)\r\n\t5) Forgot to update fonts for different profiles using different themes\r\n\t6) Xbox Artwork installer loader script wasn't setting the custom paths.\r\n\t7) Fixed home screen not being refreshed if a theme has custom last and random values\r\n\t8) Fixed the trainer dialog opening if you pressed B when editing a game title.\r\n\t9) Fixed constantly opening the db file when parsing the home screen information.\r\n\t10) Fixed the cachethumbnail function in the \"Parse Programs DB.py\" not processing items that end with a open )\r\n\t11) Fixed the \"Database Maintenance.py\" script not fixing \"&#x0A\" that gets added to the default.xmls when XBMC updates them.\r\n\t12) Workaround for XEmu downloader error.\r\n\r\nImprovements:\r\n\t1) Removed \"Make Default\" from programs menus\r\n\t\t(This is pointless in gamers)\r\n\t2) Keyboard now uses the home font.\r\n\t3) Updated some scripts.\r\n\t4) Streamlined the code for updating the xbe timestamp (lastplayed) and alt xbe launching.\r\n\t\t(Faster and simpler)\r\n\t5) \"Disabling theme sounds\" will now reload the theme.\r\n\t\t(So they are toggled)\r\n\t6) Made the file patcher script always place the \"generic patches\" at the top list & updated the code.\r\n\t7) Updated DialogNumeric and DialogNetworkSetup.\r\n\t8) Updated all context buttons label spacing.\r\n\t9) Redone the setwallpaper & cleanwallpaper functions.\r\n\t\t(defaults to: 128MB 953x536 and 64MB 720x405)\r\n\t10) Updated the \"XISO to HDD Installer\" script, to handle ISOs better. Repackinator split trim/scrubbed games wont work here.\r\n\t\t(renames ISOs with _1/_2 at the end this fixes the mounting on cerbios)\r\n\t11) Updated the login screens look again & you can now access the option overlay (black button)\r\n\t12) Updated the main XBMC4Gamers script, removed redundant stuff and moved skin settings check into it instead of the startup.xml.\r\n\t13) New profile settings look, to match other smaller dialogs.\r\n\t14) Changed some strings and menu entries in the \"XBMC4Gamers Option\" menu.\r\n\t15) Fixed the busy dialog when no network is established on startup.\r\n\t\t(it's caused by python running autoexec.py and waiting up to 5 secs for network activity :/ I remove autoexec.py after its run now.)\r\n\t16) Added support for user patches to the File Patcher script.\r\n\t\t(\r\n\t\t\tadd your files to system/scripts/XBMC4Gamers Extras/File Patcher/user patches/\r\n\t\t\thow files are formatted can be viewed in the readme.txt or by checking an existing patches in /resources/lib/patches/ folder.\r\n\t\t)\r\n\t17) Now you can use up to 3 custom button on the options dialog.\r\n\t18) Sped up majority of scripts by only importing the functions required for the script to work.\r\n\t19) Old method of loading synopsis info now pulls the full overview. Just like the Information button in the context menu.\r\n\t20) Updated the XBMC4Gamers Options menus with multiselect buttons.\r\n\t21) Refreshing info now doesn't need to reload the window. Thumbs will still be cached but you scroll a bit and it will update.\r\n\t22) Editing the title name doesn't need to reload the window.\r\n\t23) Updated the context menu Launch in... label to Override Region, it will also display the default or selected region.\r\n\t24) Now when you select an Override Region for a game/xbe it wont auto launch the conten.\r\n\t\t(This done my head in when testing stuff lol)\r\n\t25) Moved the Fanart tile view to be a toggle under view optins for the large_poster view.\r\n\t26) Fanart view is now full screen only.\r\n\t27) Programs scanning and trainer scanning is sped up.\r\n\t28) Information window, screenshots and fanart sizes and positions adjusted.\r\n\t29) Adjustments to the wallpaper sizing and rendering code.\r\n\t\r\nAdditional:\r\n\t1) Minor changes to skin files here and there to just refine things.\r\n\t2) Removed the fade in and out when logging in/out of a profile\r\n\t3) Removed random themes on startup, it worked but due to the changed to wallpapers it would always use the default wallpaper.\r\n\t\t(I just didn't see the need for this option)\r\n\t4) Added a check for default1080i.xbe (1080i patch) to the \"Set Launch XBE\" menu.\r\n\t5) Updated \"Run Artwork Installer\" script to work with the new artwork installers menu system.\r\n\t6) You can now select gifs as wallpapers, note not all work and they will eat up a lot of ram if they are large.\r\n\t7) Moved the log off dialog into the options dialog.\r\n\t\r\n____________________________________________________________________________________________________________________________________\r\n\r\n\r\nPrevious Updates:\r\n\r\nVersion 2.2.000\r\n28/02/2025\r\n\r\nNew Features:\r\n\t1) Enabled PAL60 resolution selection in the Appearance menu.\r\n\t2) Can now disable the transition effect when logging into/out of a profile.\r\n\t   (Login screen under \"Background Option\")\r\n\t3) Custom views are now global or theme-specific.\r\n\t   (If a theme supplies views, they will be used even if global custom views exist, as themes supersede global.)\r\n\t4) Screenshots in the synopsis window now use \"listitem.Synopsis_Screenshot\", so a refresh of content may be required.\r\n\t5) New script to clean the \"programs.db\" file. This is handy if you have removed games, etc.\r\n\t6) Themes can now have their own sounds.\r\n\t7) Can now hide all source buttons on the home screen.\r\n\t   (So if you only want games, you can hide the rest, this will speed up the loading of the home screen.)\r\n\t8) Added new Xbox LCD option thanks to EqUiNoX.\r\n\t   (https://github.com/Team-Resurgent/XBMC4Xbox/tree/xbox_lcd)\r\n\t9) Added \"CacheThumbnail(source, dest)\" so I can cache thumbnails for the home screen.\r\n\t10) Added \"Use cached thumbnails\" toggle to the home settings menu.\r\n\t11) RSS feed added to home screen and a toggle for it under XBMC4Gamers Settings > General Toggles.\r\n\t12) Added <centerleft>, <centeright>, <centertop> & <centerbottom> as position options.\r\n\t13) Added support for % for positions.\r\n\t\t(this and above it, aren't from from kodi, done my own implementation. There is no centerx etc... may do that another time.)\r\n\t14) Added auto width for buttons.\r\n\t15) I now update the database, update all information if coming from pre v2 builds of Gamers. I also clean the database of redundant entries.\r\n\t\t(So there should be no more \"Why are my posters like this, or my fanart has vanished etc...\")\r\n\t16) New context menu entries and rearranged it a tad. \"Edit or Refresh\" and \"Set Launch XBE\" if I find alternative xbe files.\r\n\t\t(default_orig.xbe, default480p.xbe, default720p.xbe, default_p.xbe, defaultws.xbe, defaultxhd.xbe and xresizer.xbe)\r\n\t17) When selecting one of the above from the menu it's store in the Database and loaded every time.\r\n\t\t(You can reset it to default.xbe if you wish or if the file doesn't exist is defaults to default.xbe)\r\n\t18) Views are split into 3 categories, \"Detailed\", \"Standard\" & \"Custom\". Views that rely on resources are now disabled when resources are disabled.\r\n\t\t(This make my life easier in the long run and lets folk know what views use resources)\r\n\t19) New view, similar to the Home screen look.\r\n\t20) Added skin.setwallpaper so images are resized and cached.\r\n\t\t(used to set the wallpaper now, uses the fanartheight value in the advancedsettings.xml for sizing)\r\n\t21) ListItem.CurrentItem and Container.CurrentItem added to the xbe.\r\n\t22) Animated fanart, ken burns kinda effect.\r\n\t23) You can now configure the sizes of _resource images using the advancedsettings.xml\r\n\t24) CleanViewDB added to xbe, so now views will be cleared when toggling Resources.\r\n\t25) Profiles will now update the resolution when loaded or unloaded.\r\n\t\t(If you use different resolutions for profiles they will now be correct to what the settings say)\r\n\t26) Now you can access the recents (last played) from the programs menu using the (Y) button\r\n\t\t(synopsis is now in the context menu under Information, you can toggle the old behaviour from the programs > advanced menu)\r\n\t27) Power saving is no longer controlled via the advancedsettings.xml its now under Settings > System > Debugging\r\n\t\t(If your xbox hangs due to power saving, hold the black button when you see the splash screen)\r\n\t28) Random select now added to the xbe, use X when no media is playing to jump to a random item.\r\n\t29) Added a few new windows to the keymap file to add functionality to a few new windows.\r\n\t\t(_Script_URLDownloader (white button forceupdate), Custom_Dialog_Options & Custom_Synopsis)\r\n\t30) Added back in navigation sounds when media is playing.\r\n\t\t(toggle is under XBMC4Gamers Settings > Toggles)\r\n\r\nBug Fixes:\r\n\t1) Fixed the new dialog overlay from spamming (window manager) the log file when reloading a skin.\r\n\t2) Fixed a typo in the Fight Club patch file.\r\n\t3) Fixed right and bottom positions <right> & <bottom>.\r\n\t4) Fixed the database not being setup properly when starting fresh.\r\n\t5) Fixed some of the views.\r\n\r\nImprovements:\r\n\t1) Redone the synopsis window to be quicker, extended info, can also view screenshots fullscreen and fanart.\r\n\t2) Made all views not scale the diffuse for folder content.\r\n\t3) Slight changes to clean thumb script and remove empty save folders.\r\n\t4) Changed fanart to use new \"listitem.synopsis_fanart\" variables.\r\n\t5) Lists labels wont always auto scroll, they now accept the \"<scroll>false</scroll>\" element.\r\n\t6) Moved all items from the home screen to includes, so you can theme everything on the home screen.\r\n\t7) Default home screen layout randoms now use a fixed list.\r\n\t8) Updated the \"Home Screen Items.py\" script.\r\n\t   (Refactoring, and when refreshed only refreshes that source and loads DB into memory on initial boot. This speeds it up dramatically.)\r\n\t9) Removed the Home custom search items limit, now can add as many as you want.\r\n\t10) Themes with custom home screens can override the number of items parsed.\r\n\t   (These go at the top of your XML under the \"<includes>\" tag:\r\n\t   \"<parse_lastplayed_total>10</parse_lastplayed_total>\"\r\n\t   \"<parse_randoms_total>10</parse_randoms_total>\"\r\n\t   Note: if they don't exist or are blank, it will default to 10 for each.)\r\n\t11) Updated the last played stuff in the XBE to fix random hangs when its accessing the DB and trying to do other stuff.\r\n\t12) Redone \"DialogSelect\", \"FileBrowser\" & \"DialogMediaSource\" to match the rest of the dash skin.\r\n\t\t(you will need to redownload themes, I have updated them all with the new images and colors)\r\n\t13) Updated the thumbnail cleaner script to use the new thumbnail cacher function.\r\n\t14) Added my old screenshot script, type site screenshot into the ftp command line box to take a png screenshot.\r\n\t15) XBMC4Gamers Settings > Home Screen settings adjusted to keep Home screen stuff within the same menu.\r\n\t16) Updated \"XML Builder.py\" to update the view ids dynamically so only what's loaded is there.\r\n\t17) Updated the fanart stuff, now available on more views (where they look good)\r\n\t18) Minor update to the View Options menu, fixed some niggles and updated images.\r\n\t19) View files are renamed to reflect their type and what they are.\r\n\t\t(Since I build the view list dynamically I can name then what I want)\r\n\t20) New keyboard layout.\r\n\t\t(it functions better and looks better, windows/Xbox look)\r\n\t21) Now you will be asked to log off if you press the R3 button (right stick pressed) if login mode is enabled.\r\n\t22) Fan min temp now sets the fan speed when you're cycling the value.\r\n\t23) Decreased the imagelib kicking in to 3.5MB so this should give the best of both worlds when running resources.\r\n\t24) Redone all theme color.xmls, so you will need to redownload themes for them to work properly.\r\n\t\t(This makes colouring themes a hell of a lot simpler now)\r\n\t25) TextureManager and GUILargeTextureManager now processes _resource images and wallpapers using values stored in the advancedsettings.xml\r\n\t\t(This saves a few MB for wallpapers and _resource artwork will always be sized correctly even if larger.)\r\n\t26) Redone the fanart views full screen mode.\r\n\t27) Refactored most of the scripts, cleaned them up and improved them.\r\n\t28) Game views now animate when opening and closing windows.\r\n\t29) Fixed context buttons not showing back when not in the root menu.\r\n\t30) Added new animation to the login screen when pressing A to load a profile.\r\n\t31) Disabled the edit profile menu for the \"Add User\" profile, as this cant be renamed.\r\n\t32) Now if 1080i is enabled on the system it wont reset it, it just wont use it.\r\n\t\t(This lets games and other apps run in 1080i)\r\n\r\nAdditional:\r\n\t1) Loads of QOL (Quality of Life) changes.\r\n\r\nVersion 2.1.001\r\n23/08/2024\r\n\r\nNew Features:\r\n\t1) Folder fanart can be theme-specific and/or can be toggled on and off.\r\n\t2) Press X to open the music visualisation window, when in the dialog options menu.\r\n\t   (black button and when music is playing)\r\n\t3) You can control music with the D-pad when in the visualisation menu.\r\n\t   (A toggles info, (or wait 5 mins) lock visualisation presets with X or press Black to change settings & White to change visualisation presets)\r\n\t4) German translation by jamal2362. Thank you.\r\n\r\nBug Fixes:\r\n\t1) Updated and fixed the patcher script erroring if titleid didn't match an xbe.\r\n\t2) Fixed the Run Artwork Installer script descriptions for buttons.\r\n\t3) Fixed some strings not being translatable.\r\n\r\nImprovements:\r\n\t1) A few more patches added for games.\r\n\t2) Updated the home screen and fixed and improved a few things.\r\n\t3) Made the startup playlist play on unload of the menu loader window.\r\n\t   (This helps slower HDDs when the home screen is enabled)\r\n\t4) Moved the spinning disc when media is inserted to the top left.\r\n\t5) Changed some elements to use stock fonts (non-theme font)\r\n\t6) Home can be fully modded.\r\n\t\t(So any themers want to make a new home you can)\r\n\t7) Added missing visualisation\r\n\t\t(fixed sources but 2 are missing, as one won't compile & the other has no source)\r\n\t8) Added more MilkDrop visualisation from 2002 and 2003.\r\n\t\t(we now have 1600+)\r\n\t9) Fixed up the music menus.\r\n\t10) Added ListItem.Synopsis_Fanart to the xbe but currently isn't used.\r\n\t11) Added a new dialog. DialogOverlay.xml, this can overlay elements on top of all windows bar, busy dialog as that's rendered separately from guiwindowmanager.\r\n\t12) Changed the synopsis window to use the blurred fanart. Gives depth. If no blurred fanart will use normal one.\r\n\t\t(also reduces ram usage a bit)\r\n\t13) Quality of life improvements.\r\n\r\nChange log for v2.1.000\r\n27/07/2024\r\n\r\n\t\r\n\t1) Themes can now edit any includes value.\r\n\t\t(custom menu looks and animations)\r\n\t2) Updated the file patcher script and patch files.\r\n\t\t(New UI and updated patches)\r\n\t3) Added a few more file patches for games.\r\n\t\t(file patcher script under scripts menu.)\r\n\t4) Fixed the fanart view not applying the diffuse image to screenshots.\r\n\t5) New slant view.\r\n\t6) Includes are now all one file, saves a little ram, this is so themes can override them.\r\n\t\t(Like views this file is build when you refresh the skin on the root menu)\r\n\t7) Update fonts to use the filename again, can use multiple fonts for example.\r\n\t8) Updated the textviewer and debug info to use mono fonts.\r\n\t9) Changed how I do the theme apply and uninstall theme.\r\n\t\t(now use the Font.xml)\r\n\t10) Re-factored almost all scripts.\r\n\t11) Internal XBE updates.\r\n\t\t(one is launch default_orig.xbe if found from the context menu)\r\n\t12) Home menu buttons hidden if no content if found.\r\n\t13) Few other odds and ends.\r\n\t14) New menu entry under XBMC4Gamers Options > Debug to toggle debug modes.\r\n\t15) Can now reset all XBMC4Gamers options under the XBMC4Gamers options > Debug menu. Main settings aren't touched.\r\n\t16) Fixed xbes without titles being renamed to default.xbe when refreshing synopsis info.\r\n\t\t(No they will use the folder name if the title is empty)\r\n\t17) Integrated the Artwork Installer into the dash, you still need to download it but you can control all aspect of it from gamers.\r\n\t\t(New run artwork installer script)\r\n\t18) Some UI tweaks.\r\n\t19) Skins are now renamed to \"Manage Profiles\" and \"Profile\"\r\n\t20) Updated the home screen layout, looks better now.\r\n\t21) Can set a custom intro file now.\r\n\t\t(select any mp4 file from anywhere on your system)\r\n\t22) Updated the system info screen.\r\n\t23) Themes can now have as many fonts as they want, just have to be named \"theme name\"_1,2,3,4 etc...\r\n\t\t(\"theme name\"_fonts.xml is required)\r\n\t24) New netflixish type view\r\n\r\nChange log for v2.0.004\r\n12/04/2024\r\n\r\n\t1) Temperature should now be accurate on v1.6 Xbox, but thank you to Ack Ack (adam_r) from Discord.\r\n\t2) Banner view now will show icons if no banner is available.\r\n\t3) Italian translation updated.\r\n\r\nChange log for v2.0.003\r\n26/1/2024\r\n\r\n\t1) No longer builds the MyPrograms.xml on boot.\r\n\t\t(There was no need as it's really only for me, but was causing issues on slow drives, will still do it if you reload the skin while in the programs window.)\r\n\t2) Streamlined the \"view builder.py\" script\r\n\t3) You can now choose a splash to use if you don't like the theme splash.\r\n\t\t(Themes will need to be redownloaded if you want the preview thumbs.)\r\n\t4) Moved the \"Quick Change Menu\" settings into the \"Home Window\" settings list.\r\n\t5) Updated the select and browse dialog windows.\r\n\r\nChange log for v2.0.002\r\n24/1/2024\r\n\r\n\t1) Updated the synopsis view to hide stuff that's not visible.\r\n\t2) Forced context menu to be centred on all windows except file manager.\r\n\t3) Now \",\" will be \"/\" on synopsis info for the below elements.\r\n\t\t(features_general, features_online, esrb_descriptors, genre and platform. You want this refresh all your content.)\r\n\t4) Updated Easter dates, so now the next 21 years are covered lol\r\n\t5) Backgrounds are now out side the XPR files, so you will need to redownload your themes if you had any.\r\n\t6) Views are now stored in the MyPrograms.xml. Custom views are still separate.\r\n\t\t(this file is build on each load of gamers, this saves 2MB of memory. The view xmls are there as they are still required)\r\n\t7) Clean up and moved some stuff about.\r\n\t8) Fixed the context buttons view options showing the wrong direction for the view settings on new views.\r\n\t\t(thanks to SPx982 for noticing)\r\n\t9) In the rare case of the \"Home Screen Items.py\" failing to load home if DB isn't present fixed.\r\n\t10) Updated Italian language,\r\n\t\t(Thank you XGekoX)\r\n\r\nChange log for v2.0.001\r\n6/1/2024\r\n\r\n\t1) Fixed all views up to use keep for icons.\r\n\t2) Fixed the database not setting the resources direct to empty if not found.\r\n\t3) Added a no_fanart_blur.jpg due to the above fix.\r\n\t4) Fixed the database not being updated if you were on one of the last test builds.\r\n\t5) Updated the \"Home Screen Items.py\" reduced functions and optimized it.\r\n\t\t(16560 games takes 11 seconds to parse and setup, no one will have that many lol on average it's about 4 to 5 seconds.)\r\n\t6) Fixed loading the programs menu 2 times when not set to home screen :/\r\n\t\t(Giorgos Tsamouris for being persistent lol)\r\n\t7) Fixed string being wrong for the auto login toggle.\r\n\t\t(Giorgos Tsamouris for noticing this)\r\n\t8) Hopefully reduced the startup time if there is no network.\r\n\t\t(It's just as fast for me so, can only do so much)\r\n\r\n///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\r\n//\tA lot has changed since v1.4, we now have full synopsis support, more views to shake a stick at and all round better experience.\r\n//\tWe now have a HOME MENU! yeah, it lets you launch menus and recently launched, random games, homebrew, emus, applications and up to 4 custom entries.\r\n//\tI fixed all bugs I could find and some I missed or created from the last stable or test builds.\r\n//\r\n//\tSo hopefully you enjoy your time in the dash and have a great New Year!\r\n//\r\n//\tThank you for your support.\r\n//\tI would also like to thank everyone that has donated it's very much appreciated.\r\n//\r\n//\t!!! Please refresh your content after the v2.0+ update, press the white button and select \"Refresh all contents info\"\r\n//\t!!! This will fix any missing artwork\r\n//\t!!! If you have already done the above, you don't need to do it again.\r\n///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\r\n\r\nChange log for v2.0.000\r\n1/1/2024\r\n\t1) Removed the old Synopsis script as its no longer used.\r\n\t2) Added Double STEAL to the 480p loader.\r\n\t3) Added support for 11 custom views.\r\n\t\t(check xml\\custom views\\Information.txt)\r\n\t4) FTP 4GB file transfer issue fixed\r\n\t\t(Big thanks to Team Resurgent / EqUiNoX)\r\n\t5) Reduced the memory footprint.\r\n\t\t(New artwork installer also helps v 2.2 onwards)\r\n\t6) Removed the individual saves support.\r\n\t\t(I may add this back at some point, but the script was causing issues and this was the best way to fix that)\r\n\t7) Profiles.xml is backed up each time it's saved, and restored on each boot.\r\n\t\t(hopefully this will fix any corruption issues. Try not to restart the xbox when moving between windows.)\r\n\t8) New login screen.\r\n\t9) QWERTY keyboard.\r\n\t10) Synopsis info is parsed by default now when scanning in games if found.\r\n\t11) Fixed all the context sensitive buttons.\r\n\t\t(labels and buttons along the bottom of the screen)\r\n\t12) Added a new python command xbmc.setSkin() this is to fix the guisettings corrupting on profiles and the system sitting there.\r\n\t13) New transition when login into a profile to make different themes, wallpaper transition smoother.\r\n\t14) Added back in the option to edit the profiles name, since I no longer use the individual saves script.\r\n\t15) Fixed all context menu placements.\r\n\t16) New views.\r\n\t17) Bumped themes to v2.0+ as they have some new values and need to be redownloaded.\r\n\t18) New text list view added.\r\n\t19) Removed 2 views and replaced 2.\r\n\t20) New images to show these new views etc...\r\n\t21) Updating views again, so they function better when features are enabled/disabled.\r\n\t22) Added CPU and MB temps to the debug info and rearranged it a bit.\r\n\t23) New Synopsis Poster view. Looks really nice.\r\n\t24) Some changes to elements of the UI.\r\n\t25) New synopsis overview window (Y button)\r\n\t26) Hide the show logout and reload skin context buttons by default.\r\n\t27) Changed the view options menu a tad to use higher rez images for previews of views etc...\r\n\t28) Option to hide the context buttons at the bottom of the screen for a cleaner look if you wish it.\r\n\t29) Added preview detection, so now if there is no preview it will hide the icon for the video.\r\n\t30) Updated the \"XISO to HDD Installer\" script to not error if the artwork installer isn't installed. Also updated its thumbnail.\r\n\t31) Don't use synopsis naming toggle added to Program Settings.\r\n\t\t(This will let you use the xbe naming if you with and alse enable default.xbe title naming support.)\r\n\t32) If you are running 128MB of ram it will default to higher res artwork.\r\n\t33) Added a toggle under programs settings > advanced to disable the high res artwork.\r\n\t\t(Will able to toggle on 128MB systems and is for people how are running older artwork.)\r\n\t34) Disabled multipaths, so duplicate games can be on different partitions with the same folder name and not break.\r\n\t\t(this is still an issue in legacy XBMC)\r\n\t35) Added support for diffuse images on thumbs, there are two new themes on the downloader using these images.\r\n\t36) Fixed the remove empty folder script from removing folders that contain homebrew settings.\r\n\t37) Added player count to the views synopsis info.\r\n\t38) Fixed and reorganised the synopsis info on the new views.\r\n\t\t(They all match order)\r\n\t39) Added support for parsing translated synopsis information.\r\n\t\t(based on system language and requires users to translate the info)\r\n\t40) Italian translation add.\r\n\t\t(Thank you XGekoX)\r\n\t41) New synopsis list view.\r\n\t\t(color.xmls will need updating for James themes, I have updated all mine.)\r\n\t42) Added some of the missing strings in the strings.po for the skin settings windows .\r\n\t43) Now Home window entries will be translated.\r\n\t\t(still use english folder names though)\r\n\t44) Removed the \"disc artwork.zip\" it will now be on the downloader under the other tab.\r\n\t45) Adjusted the font sizes in the file manager window.\r\n\t\t(compact looks a lot nicer)\r\n\t46) Updated the view options menu/\r\n\t\t(bigger)\r\n\t47) Added a new fanart faded type.\r\n\t48) Updated some LargePoster, Fanart & banner views.\r\n\t49) Another new view :D and fixes some other minor things in other views.\r\n\t50) Changes to some settings to fix preview mp4 files going out of sync.\r\n\t51) Added Kiosk Mode, this replaces Edit Mode now. Cant change anything when enabled for profiles.\r\n\t\t(Kid safe basically)\r\n\t52) New script to let you select a source for the \"Quick Change menu\"\r\n\t53) You can now choose a script/xbe to run/launch for the custom button.\r\n\t54) Home screen added, with random items pulled from the DB (Like origins)\r\n\t\t(You toggle the home screen in the skin settings > Home Window menu)\r\n\t55) Added support for last played on the homescreen.\r\n\t56) Multiimage added to the new home screen, will cycle through 45 fanart images.\r\n\t57) You can enable kiosk mode without using the login screen.\r\n\t\t(do the same code at the skin settings > Login > Auto login screen, to disable, press Y on the default root menu and enter the code.)\r\n\t58) new option to have screensaver fanart on home screen.\r\n\t\t(Requires downloading it from the downloader under the Other section)\r\n\t59) Updated the select and uninstall scripts for themes.\r\n\t\t(instant now)\r\n\t60) Folders should now act the same as other entries in a list as long as fast game parsing is disabled.\r\n\t\t(folder fanart also works here)\r\n\t61) Home screen can have 4 custom buttons added.\r\n\t\t(should be self explanitory in the settings menu)\r\n\t62) loading indicator added to the startup and menu loader screens so you know it's doing something.\r\n\t\t(this is mainly for when it loading the home menu and parsing the DB with lots of entries)\r\n\t63) Fixed the theme startup playlist not playing.\r\n\t**) Other bits and bobs, find them :D\r\n\t\r\n\tNew XBE additions\r\n\t1) Skin debug info.\r\n\t\t(ported from kodi)\r\n\t2) Justify text align spacing.\r\n\t\t(ported from kodi)\r\n\t3) Textbox center align.\r\n\t\t(ported from kodi)\r\n\t4) Justify align to grouplists.\r\n\t\t(ported from kodi)\r\n\t5) Now adds synopsis info to db if _resources\\default.xml is found.\r\n\t6) TextBoxs now support bottom aligny.\r\n\t7) Some settings variables names changed.\r\n\t\t(You may need to enable fast game parsing again)\r\n\t8) New \"Refresh synopsis info\" & \"Refresh all synopsis info\" added to the context menu.\r\n\t\t(now you can refresh all the synopsis info without having to delete db files)\r\n\t9) Fixed the Alarm silent peram not working for cancelling/resetting an alarm when the silent peram was there.\r\n\t\t(cancelling an alarm will now use the silent peram, it wasn't coded to use it lol)\r\n\t10) 2 new info labels system.memory(free_no_mb) & system.memory(used_no_mb)\r\n\t\t(handy for IntegerGreaterThan)\r\n\t11) Added last played time stamp so we can do last played.\r\n\t12) Will update the db file to newer version instead of requiring a clean one.\r\n\t13) antonic901 - GUILIB: allow <width>auto</width> for label controls\r\n\t\t(https://redmine.exotica.org.uk/issues/367)\r\n\t14) antonic901 - GUILIB: added colordiffuse attribute on texture definition\r\n\t\t(https://redmine.exotica.org.uk/issues/371)\r\n\t15) antonic901 - GUILIB: Allow use of $NUMBER[] to specify a number in XML tag\r\n\t\t(https://redmine.exotica.org.uk/issues/370)\r\n\t16) Doesn't deinit the network when logging out of a profile\r\n\t\t(this fixes the issue, if you log out of the manage profile when using the dashbaord network settings it stops working)\r\n\t\r\n\tOther\r\n\t1) Reverted to 3.5.3 _sqlite3.pyd as the newer one breaks \"sqlite3.connect\".\r\n\r\n28/12/2022\r\n\t1) Added X3 3294 and X2 5035 bios support for the auto video mode switching.\r\n\t2) Updated the banner view to use a different layout when resources are disabled.\r\n\t\t(thank you to someone who gave me the idea, sorry forgot who it was and where :/)\r\n\t3) Removed the 1080i menu option from system > video output\r\n\t4) Slight changes to settings.\r\n\t5) Added disable progressive video modes when holding X+B on load.\r\n\r\n16/12/2022\r\n\t1) Can now hide the cd artwork on the list view & they wont show on folders regardless of the setting.\r\n\t2) Can now change the wallpaper on the Manage Profiles profile.\r\n\t\t(Press start when at the login screen to change wallpapers)\r\n\r\n22/11/2022\r\n\t1) Added support for alternative DNS entry.\r\n\r\n15/11/2022\r\n\t1) Master Profile is set to default (Dashboard) for its network, user profiles will need to manually change theirs.\r\n\r\n14/08/2022\r\n\t1) Progress dialog when adding games will hide the cancel button as its not used.\r\n\t2) Code cleanup and changes.\r\n\t3) If the kernel can't be patched (added check) for the switch region/video mode (white button launch as) it will be hidden as it is redundant then.\r\n\t4) Hidden the Edit XBE Name button if the synopsis naming toggle is enabled as it's useless.\r\n\t5) New view LGView\r\n\t6) Updated the profile creation system and GUISettings.xml\r\n\t7) Added support for 5713, 5838 (M8+) and Cerbios kernels auto video switching.\r\n\t\t(lets you play PAL games that require the system to be set to PAL)\r\n\t8) System Information added to the settings menu.\r\n\t\t(it's just a simple menu)\r\n\t9) Updated the profile setup script and added some code to help in the xbe.\r\n\t10) Redone all the colour stuff so every window can be unique.\r\n\t\t(themes will only work with this version onwards)\r\n\t11) Fixed the progress bar for scanning games.\r\n\t12) QOL changes to the skin and back end.\r\n\t13) XISO to HDD Installer script updated by frehov (Fredr1kh) and me.\r\n\t\t(now extracts 100% XPR0 images and games that don't have TITLEIMAGES I add a no artwork file, also game.xbe support for jpn games)\r\n\t14) Views have some of there artwork separated into there own folders. Allowing easier theming of main elements.\r\n\t15) New view LoginAlt\r\n\t16) Fixed the check for extra xbes in the context menu.\r\n\t\t(thanks RoofTop for noticing)\r\n\t17) New script for patching files, acts like DVD2Xbox ACL files, but uses python.\r\n\t\t(few patches for games, widescreen and Toca 3 HDD patch etc... Can be used to patch anything lol)\r\n\t18) Random script added, so now when not playing media you can randomly pick a game using (X)\r\n\t19) All views optimised and cleaned up.\r\n\t20) Added xresize.xbe to the context menu, so if it's found it will display \"Resize Screen\" for homebrew games.\r\n\t21) Sources thumbnails if not populated will be auto populated on first load of Gamers.\r\n\t\t(uses artwork inside the xpr by default and if not found falls back to the default thumb)\r\n\t22) Random selection of a game, homebrew or emulators on startup.\r\n\t\t(skin settings > statup options)\r\n\t23) Changed posx and posy to left and top, like Kodi uses.\r\n\t\t(had these changes for a long time but never used them, so why not :D)\r\n\t24) Fixed the uninstall theme script\r\n\t25) Updated the playlist, game saves side panel menu.\r\n\t26) Updated some scripts ui images and colours.\r\n\t27) Resizes splashes and remade them.\r\n\t28) More back-end changes here and there.\r\n\r\n22/06/2022\r\n\t1) Progress dialog will only show when adding games.\r\n\t2) Added support for parsing _resources/default.xml if found. This will allow the use of the <title> value as the game title.\r\n\t\t( toggle in \"settings > programs > other\" )\r\n\r\n\r\n28/10/2020\r\n\t1) Remove the DVD2Xbox profile and skin as its no longer required and can cause issues.\r\n\t2) Fixed label in the manage profiles profile settings menu.\r\n\r\n\r\n26/10/2020\r\n\t1) New look, redone basically all dialogs and menus.\r\n\t\t( some aren't done yet or wont be done )\r\n\t2) Optimized and organised the texture.xpr\r\n\t\t( should make it easier to theme )\r\n\t3) Sorted the string.po files so now you can translate it easily as it only includes string used.\r\n\t4) New xbe file with a few fixes.\r\n\t5) Removed the DVD2Xbox profile and skin, upgrading to this version will leave it intact.\r\n\t\t( only effects new users )\r\n\t6) Updated screenshot.py script to save as png.\r\n\t7) Moved the option to rip games to the skin settings > scripts menu\r\n\t8) New XBE to fixed intros for good now, should be no issues at all.\r\n\t\t( note if no network is present there is a 5 to 6 second pause before the first window, could not resolve this. )\r\n\t9) Optimised the textures and scripts so hopefully less ram usage and faster script running.\r\n\t10) Fixed the new view options showing when highlighting the scroll bar.\r\n\t11) Added the version the the options (black button)\r\n\t12) Removed the update check on startup and added it as a button on the login screen (start button) or in the skin settings.\r\n\t13) New night mode, enable it in the skin settings menu.\r\n\t\t( only available for the profiles skin )\r\n\t14) Fixed a few issues with the night theme.\r\n\t15) New loading animation (busy dialog)\r\n\t16) Now if Auto login is enabled for a profile if you press the RStick in it will bring up the Options menu.\r\n\t17) Made the xbe copy filezilla server.xml on every boot from the system/backups folder.\r\n\t\t( this seems to fix random crashing with FTP, also fixes the corrupt filezilla server.xml issue as its copied on each boot. )\r\n\t18) Intro videos can be in two places now. System\\intro or next to the default.xbe\r\n\t\t( intro.mp4 is still looked for in both locations, I may at some point add random video playback from the intro folder )\r\n\t19) You can now run default_p.xbe or defaultxhd.xbe from the context menu if they exist next to the default.xbe\r\n\t20) New updater look.\r\n\t21) URLDownloader updated to v1.0.18, I have moved to Google Drive for the downloads.\r\n\t\t( Test this out as there is a daily limit on downloads but we should never hit this )\r\n\t22) Cleaned up all the scripts.\r\n\t23) Fixed a problem in XBMC (well just disabled stopping the FTP/Time server code) that would put you in a busy loop if you had an Ethernet\r\n\t\tconnected but not valid network, or hard crash the system if you disconnect and reconnected a Ethernet.\r\n\t24) Added a new toggle for the banner view, lets to set the icons to scale (default) or stretch.\r\n\t\t( under the view options > other tab )\r\n\t25) Updated all of the dialogs used to use the new focus texture and background images, plus a darken the screen so you can see them better.\r\n\t26) Updated the dialog ok.py script so it can run script and notify the user that it is.\r\n\t\t( used for the update check )\r\n\t27) Moved the R-Stick and L-Stick context button round so the match the pad.\r\n\t28) Y button is now Synopsis, it will check for a xbe file so it wont load on content that's not got synopsis.\r\n\t\t( context menu synopsis entry is disabled if the y_button_loader.py is found, no point having them on both. )\r\n\t29) New keyboard layout for the hex colour string window.\r\n\t30) Fixed custom backgrounds flashing when entering the profile.\r\n\t31) Fixed the music visualisation not showing if enabled for screensaver.\r\n\t32) Minor bug fixes\r\n\t33) Fixed the view options search function.\r\n\t34) Added new options to the view options other menu for fanart.\r\n\t\t( now can toggle between on, blurred, off, fog and look )\r\n\t35) New full screen fanart toggle for the fanart view\r\n\t36) Updated some views to be faster.\r\n\t37) Fixed conflict with the new artwork installer if run from the scripts menu.\r\n\t38) Updated the synopsis script.\r\n\t39) Updated the alt synopsis view to disable images if ram hits less than 2%, so not to hang the system.\r\n\t\t( only reaaly an issue if playing music and a track changes while moving, so most wont ever have the issue but better safe than sorry )\r\n\t40) Changed the xbe texture release limit to 4MB before it does it.\r\n\t41) View options is now a dialog, so I had to move the soft options out of this menu.\r\n\t\t( button to focus this option is in its place )\r\n\t42) Sort options moved out of the view options menu as they wont work if the programs menu isn't the active window.\r\n\t43) Fixed the skin settings labels menu entries focus ids.\r\n\t44) New default icons, less in your face than before.\r\n\t45) Updated the settings menu order and added a indicator to show there are more items in the list.\r\n\t46) Updated the synopsis images\r\n\t47) Updated the CD view flipped CD image for the focus item.\r\n\t\t( there is no point drawing the rotating CD here as it doesn't rotate due to the diffuse image not being stationary )\r\n\t48) .modules is now _modules so now FTP programs can FTP the folder over without requiring hidden files to be enabled.\r\n\t49) Imagelib usage is now set to 8MB to combat ram hitting 0MB and causing black images.\r\n\t50) Clear texture cache set to 10MB now, so when you hit 10MB it will flush the texture cache.\r\n\t51) New xbe to check what resolution is currently enabled and tell the user if its 1080i and disable it.\r\n\t52) New no_fanart image.\r\n\t53) Updated labels for the pages and items in dialogs that use them.\r\n\t54) Added support for grabbing the titleid from the inserted xbox disc in the drive.\r\n\t\t( can now display artwork based on the titleids )\r\n\t55) New busy/loading overlay\r\n\t56) New Search and Sort look\r\n\t57) Updated the downloader script to the latest version.\r\n\t58) Added a preview window to the dialogselect window. Only shows when in the downloader theme menu\r\n\t59) Fixed the individual game save per profile script, forgot to update the titleid in the script.\r\n\t60) When a new profile is made it will restart XBMC4Gamers and auto load into said profile.\r\n\t61) Moved to the naming format for the folder that holds the skin xml files.\r\n\t\t( now just xml for all )\r\n\t62) Updated and fixed all views\r\n\t\t( some views now use the new images that come with the v1.9.4 and onwards version of the artwork installer )\r\n\t63) Changed all the view file names to make it easier to find a view.\r\n\t64) Optimisations to the views and synopsis window to help with 64MB ram boards.\r\n\t65) Any script errors will now put a copy of the error in E:/TDATA/Rocky5 needs these logs/\r\n\t\t( Send me this file )\r\n\t66) Fixed the placements of the context menus.\r\n\t67) Fixed the user mode controller buttons.\r\n\t68) Added back in the scrolling latter when fast scrolling your games.\r\n\t68) Updated the synopsis window, fixed a couple things.\r\n\t69) Updated the login profile windows, logs in and out quicker.\r\n\t70) New File Manager look.\r\n\t71) New labels for the file manager.\r\n\t ( id 103 and 104 these are used to show the current folder you're in )\r\n\t72) Redone all the views :/ optimized and fixed.\r\n\t73) New default icons for file types.\r\n\t74) Theme selection added, yes you can now theme it and add your own themes.\r\n\t\t( .xpr file and optional color.xml name the xml the same name as the xpr )\r\n\t75) Theme specific splash image support, images go in Skins\\profile skin\\extras\\themes\\splashes\\\r\n\t76) New Video Calibration screen.\r\n\t77) Now when a profile is first run it will ask the user to calibrate the screen.\r\n\t78) Can hide the labels on most views, can toggle between both, folders only or games only.\r\n\t79) New settings thumbs\r\n\t80) Redone all view options images\r\n\t81) Redone all default folder icons, now has default and night versions.\r\n\t82) Can use fonts file for themes.\r\n\t\t( named the same as the xpr )\r\n\t83) Some optimisation.\r\n\t84) More info on the options dialog\r\n\t85) Fixed search button label colour\r\n\t86) Update to the skin settings, removed the updates tab and replaced it with themes.\r\n\t87) DialogSelect will show a peview window for theme selection.\r\n\t89) Redone the XBMC4Gamers logo to be cleaner looking.\r\n\t90) Themes can have there own playlists.\r\n\t\t( Special://skin/extras/themes/playlists/theme name.m3u )\r\n\t91) Added two new colour labels for the games list labels that can be changed.\r\n\t92 Updated the main script that does the individual saves and profile setup on first run.\r\n\t\t( should fix all issues now )\r\n\t93) Fixed the icons and animations on the settings profile screen of the manage profiles profile.\r\n\t94) Fixed the new xbmc4gamers script breaking if it found the UDATA Backup folder and no user profile in the current UDATA folder.\r\n\t95) Added the option to view the log files under \"skin settings > debug\" menu\r\n\t96) Added the option to view text based files via the \"skin settings > scripts\" menu.\r\n\t97) Fixed the XISO to HDD Installer script to parse multi images.\r\n\t\t( test.1.iso, test.2.iso, test_1(2).iso and test_2(2).iso )\r\n\t98) Some cosmetic changes to labels on dialogs.\r\n\t99) log view and text viewer script updated.\r\n\t100) Option to hide the profile pic on load if auto login is enabled.\r\n\t101) missing xbmcgui from the updater script.\r\n\t102) Fixed the dash not loading if no network was found.\r\n\t103) Few odds and ends, you can now log into your profile from the Manage profiles profile easily.\r\n\t\t( should fix folk not knowing what to do :/ )\r\n\t104) Fixed the ISO to HDD script.\r\n\t105) A few backend changes to help me.\r\n\t106) New login screen look.\r\n\t106) Updated the seasonal xml files.\r\n\t\t( more snow flakes and different types, also no more eggs for easter. )\r\n\t107) Fixed valishing labels on the login screen and changed it a tad.\r\n\t\t( grouplists in lists don't use there alignment attributes so had to move them out of the list. )\r\n\t108) Uninstall downloaded themes script added.\r\n\t109) Couple xml fixes.\r\n\t110) Can launch default720p.xbe if found via the content menu.\r\n\t111) Random theme on startup support.\r\n\t112) New Random theme script to go with the new xbe so theme splashes are loaded on boot when random themes are enabled on startup.\r\n\t113) New xbe that adds support for ShowPicture() in python.\r\n\t114) Updated the Apply Theme script to allow 3 uses, toggle, select and random.\r\n\t115) FIxed the uninstall theme script.\r\n\t116) New option to enable or disable the theme playlist.\r\n\t\t( if you don't want the theme playlsit to override your playlist keep it disabled )\r\n\t117) Fixed the settings menu.\r\n\t118) Halloween even added.\r\n\t\t( all events are in one file now to make it cleaner )\r\n\t119) Added Appearance to the Manage Profiles Skin settings menu and updated the Screen Calibration image.\r\n\t120) Fixed the check for extra xbes, showing all if default_p.xbe was found.\r\n\t121) Fixed the edit mode login issues.\r\n\t122) New seek bar to match the new player controls.\r\n\t**) Other stuff but its been a while since I done these changes.\r\n\t\t( See if you can find them LOL )\r\n\t\r\n\r\n17/04/2019\r\n\t1) Moved the fast game parsing and slow scrolling toggle into XBMCs Programs settings menu.\r\n\t\t( They are now built in settings, Enable fast game parsing is disabled by default )\r\n\t2) File cleanup.\r\n\t3) New CD View\r\n\t4) Other minor adjustments and refinements.\r\n\t5) New script to take screenshots, auto converts them to .jpg.\r\n\t6) Synopsis script updated.\r\n\t7) Fixed and updated a few of the views.\r\n\r\n\r\n24/12/2018\r\n\t1) Fixed the synopsis crashing when launching a xbe from the synopsis window.\r\n\r\n\r\n21/12/2018\r\n\t1) Changed how the intro is done, if there was no Ethernet/network connected it would hang :/ so now I just play intro.mp4 if found next to the splash.png.\r\n\r\n\r\n20/12/2018\r\n\t1) Fixed width of the buttons and underlay in skin settings and settings category.\r\n\t2) Updated the dialog progress to not show cancel when you select a downloader option.\r\n\t\t( Gives the effect of a loading screen instead of just waiting thinking it's not working. )\r\n\t3) Updated the progress dialog to show all information.\r\n\t4) Added two new toggles to toggle the trainer and played overlay on poster views.\r\n\t5) Redone the Poster and Poster small view\r\n\t\t( first and second view )\r\n\t6) New XBE now when you exit a emulator that supports command line launching it will return to the dash.\r\n\t\t( Doesn't work after exiting the first rom :/ this is probably why it was disabled in the XBMC source code lol )\r\n\t7) New XBE below explains it but the intro script is loaded by XBMC now.\r\n\t8) Few other small improvements to make stuff simpler or easier on the eye.\r\n\t9) Updater script used to check for new version on load.\r\n\t\t( Just like XBMC-Emustation )\r\n\t10) Intro script is now loaded via XBMC xbe before the login screen and profile loading screen.\r\n\t\t( also MP4 at 704x396 works best for quality and no stuttering )\r\n\t11) New options menu.\r\n\t\t( Black button when on the games list )\r\n\t12) Updated the synopsis script to play your startup playlist upon exiting if you played a video.\r\n\t13) Updated the synopsis script to handle all button presses, so launching a game playing a video eg... is handled by the script now instead of the xml file.\r\n\t14) A few new views, totalling 19 now Oo\r\n\t15) New icons for the parent folders.\r\n\t\t( Games, Emulators, Homebrew and Applications )\r\n\t16) Probably a few more changes here and there.\r\n\t17) Moved the toggle to the advancedsettings.xml this way I can just write them to the xml file for each profile instead of 1 file effecting all profiles.\r\n\t18) Increased the slow scrolling speed a tad.\r\n\t19) Each profile can now have there own independent intro if auto login is enabled.\r\n\t\t( disabling an intro in one profile wont disable it globally now )\r\n\t20) Fixed a few niggles with the settings page.\r\n\t21) You can set the home window via the skin settings.\r\n\t\t( Applications, Emulators, Games, Homebrew or Root )\r\n\t22) Reorganised the Skin settings menu.\r\n\t23) Customise the colour of the XBMC4Gamers logo on the games list screen.\r\n\t24) Updated all dialogs with a new look.\r\n\t25) New busy dialog animation.\r\n\t26) If no video is found for the synopsis info it hides the video button.\r\n\t27) More crap, but its odds and ends really.\r\n\t28) New synopsis view, toggle in the skin settings.\r\n\t\t( Updated the synopsis script also )\r\n\t29) Updated a few of the old views.\r\n\t**) A load of quality of life changes.\r\n\r\n\r\n15/08/2018\r\n\t1) Fixed the version label animations.\r\n\t2) Updated the DVD2Xbox profile look.\r\n\t3) Updater script done for updating Gamers\r\n\t4) Fixed Clear Cache not working when in DVD2Xbox and Manage Profiles profiles.\r\n\t5) Updated the Manage Profiles Profile settings menu.\r\n\t\t( You can no longer change skins as you aren't meant to )\r\n\t6) New .bat files to do the updater build and normal build.\r\n\t\t( Just like XBMC-Emustation )\r\n\t7) Added LCD.xml\r\n\t8) New look for the downloader to better match gamers\r\n\t\t( I may at a later date spend more time on this to make it completely different )\r\n\t9) Removed some unused textures.\r\n\r\n\r\n13/08/2018\r\n\t1) New XBE file cleans up ram better when ram gets low.\r\n\t2) New XBE file A couple edits brought over from XBMC-Emustation\r\n\t\t( Check the change log in the new xbe file folder )\r\n\t3) Updated all views to use a fade effect for thumbnails\r\n\t4) Synopsis is now a dialog instead of a window, so if you have a large game list it wont reload when you back out of synopsis.\r\n\t5) When you exit the synopsis view it wont stop your music.\r\n\t6) Removed the top bar from the games view.\r\n\t7) Added my XBMC-Emustation downloader to Gamers!\r\n\t\t( This was a pin in the ass to do as I had to change a lot to get it so 1 script and download list work on two completely different systems. )\r\n\t8) New player controls look, simpler and nice looking.\r\n\t9) Ported over the folder structure from XBMC-Emustation to Gamers, so a lot cleaner looking and simpler to maintain.\r\n\t10) Updated the views to use the correct extensions for the _Resources artwork.\r\n\t11) Removed the alt synopsis and view preview modes from the synopsis script.\r\n\t12) Updated the look of the synopsis view and added a synopsis.png file into the _resources artwork.\r\n\t\t( high quality 3d case image )\r\n\t13) Added a hide screenshot and reload skin context button option.\r\n\t14) New views.\r\n\t15) New Settings layout and category layout.\r\n\t16) New quick change menu when on the games list.\r\n\t\t( Press Back )\r\n\t17) Fixed the context menu placement for all views and visibility settings\r\n\t18) New look for fanart, also there is a toggle to for higher fanart in the skin settings.\r\n\t19) Add up to 6 custom sources for the quick change menu.\r\n\t\t( This should cover everyone that has custom sources )\r\n\t20) Adjusted some of old the views.\r\n\t21) Optimised all views, so hoping that's me done with them.\r\n\t22) There are a lot more changes but hell if I remember them all :D\r\n\t\r\n\r\n15/04/2018\r\n\t1) New XBE: Fixed the XBE title extraction from the xbe files, so no more broken names!\r\n\t\t( This is an issue with official builds and is now fixed here. )\r\n\r\n06/02/2018\r\n\t1) Update to the centre label fix in lists, if your skin version is 2.1 it will use the old way and if its 2.2 or higher will use the fixed way.\r\n\r\n\r\n16/01/2018\r\n\t1) New XBE fixed the centre label issue for lists\r\n\t\t( If you have a skin that uses centre for its labels in a list you may want to remove the offset you had to use for posx )\r\n\t2) Updated the layouts that used the offset to fix the centre issue, to not use the offsets now :D\r\n\r\n\r\n14/01/2018\r\n\t1) Updated the default.xbe to use the changes I made for XBMC-Emustation regarding the debug info.\r\n\t\t( It will also unload textures if the memory drops below 20MB now )\r\n\t2) Reduced the fonts.xml file to reduce the memory footprint. You now have 32MB of free ram, so no more thumbs vanishing.\r\n\r\n\r\n06/01/2018\r\n\t1) Added fanart support for folders, to all views that use fanart.\r\n\t\t( Q:\\skins\\profile skin\\media\\folder fanart\\foldername.jpg and foldername_fog.jpg )\r\n\t2) Fixed a texture path in the SettingsProfile.xml\r\n\r\n\r\n31/12/2017\r\n\t1) Added fanart support for folders. Only for background fanart.\r\n\t\t( Q:\\skins\\profile skin\\media\\folder fanart\\foldername.jpg and foldername_fog.jpg )\r\n\r\n\r\n16/12/2017\r\n\t1) Ported over the Kodi fix for SetFocus(), it now focuses from the proper offset instead of the current page.\r\n\r\n\r\n04/12/2017\r\n\t1) Updated all the fonts to match that of XBMC-Emustation.\r\n\t\t( Allows finer tuning of font sizes from 1 to 80, standard and bold )\r\n\t2) Disable Login screen added to the Skin Settings Menu.\r\n\t3) Label updates.\r\n\r\n\r\n29/11/2017\r\n\t1) New splash overlay support \"Q:\\media\\splash_overlay.png\"\r\n\t2) Added the option to load into Emulators instead of Games when loading a profile.\r\n\t3) Changed the Games text and logo to XBMC4Gamer.\r\n\t4) Added intro video support. Enable in the Manage Profiles profile.\r\n\t5) Updated the skin settings label to say Skin Settings\r\n\r\n\r\n23/11/2017\r\n\t1) New fog.jpg file for custom fanart fog colours. fog.jpg goes in the _Resources\\artwork\\ folder.\r\n\t\t( Idea by Jay Yardley )\r\n\t2) Updated a couple textures.\r\n\t3) Redone the readme.md file\r\n\r\n\r\n20/11/2017\r\n\t1) Changed the few instances of XBMC4Kids to XBMC4Gamers, forgot to change these files :$\r\n\r\n\r\n04/11/2017\r\n\t1) Forgot to update the \"Synopsis Script and XML's.zip\" with the new xbe additions and also updated the skin xml files to match the main XBMC4Gamers ones.\r\n\r\n\r\n21/07/2017\r\n\t1) Name change to XBMC4Gamers\r\n\t\t( since not everyone is a kid lol )\r\n\t2) Changed how the faster game loading works, place a file called \"faster_games_loading.bin\" next to the default.xbe to enable\r\n\t\t( if the files isn't present it defaults the normal way of scanning folders )\r\n\t3) Changed how preview videos are played in the synopsis view, so you can listen to music and navigate the synopsis.\r\n\t\t( press A to start playback of the preview video )\r\n\t4) New splash\r\n\r\n\t\r\n04/07/2017\r\n\t1) Added a new Option to the Skin settings that will disable that profile if Edit mode is disabled.\r\n\t( Just like the Manage Profile profile )\r\n\t\r\n\r\n29/05/2017\r\n\t1) Fixed all the views scroll bar ids, forgot to update the onup/onleft eg... ids.\r\n\t2) Updated the gamesaves list.\r\n\t3) Fixed the aspect ratio of the volume icon and aded in the mute icon.\r\n\t4) Updated guisettings.xml to force 720p and aspect ratio error increased to 20 for video playback.\r\n\t\r\n\r\n11/05/2017\r\n\t1) Fixed a couple of the scripts in the skin scripts menu.\r\n\t( Forgot to update the fonts for there GUI elements )\r\n\t2) Updated the synopsis script to auto adjust the rating so to cut down on images.\r\n\t\r\n\r\n07/04/2017\r\n\t1) Updated the no banner and no poster images.\r\n\r\n\r\n05/03/2017\r\n\t1) Redone the synopsis _Script*.xml files animations.\r\n\r\nSynopsis script changes:\r\n\t1) Slight change to the delay for the button focus in preview video view.\r\n\t2) Script should be faster now.\r\n\t3) Streamlined the process.\r\n\t4) Added a dialog for when the fonts are installed letting you know.\r\n\t5) Slight texture changes\r\n\t6) Updated the default.xbe in the zip version. This one is the default XBMC4Xbox with fullscreen splash, gamesaves layout fix and synopsis support only.\r\n\r\n\r\n03/03/2017\r\n1) Added font writing to the script, if the fonts aren't present in the font.xml the script will now write them to the font.xml so you don't have to.\r\n2) Fixed a font name.\r\n\r\n\r\n02/03/2017\r\n1) Added more logging info and cleaned the synopsis script up a tad.\r\n   ( Now outputs what files it finds so )\r\n2) Made the restart preview context button, only show when a video is playing.\r\n4) Modified the XBMC source again and added my Synopsis script to the context menu. ( white button )\r\n5) Due to the above edit I removed the (X) button for Synopsis + the custom xml as there not needed now.\r\n6) Updated the DialogContextMenu.xml fixed it up due to the above edit. ( for non edit mode )\r\n7) Fixed the loginscreen.xml when you enabled edit mode it had a label show :/\r\n8) Fixed a id issues in the _Script_Synopsis.xml, would launch the game if the alt view + auto preview video was enabled.\r\n9) Updated the Synopsis Readme.txt\r\n11) Modified the XBMC source added a new custom window, _script*.xml will now be automatically parsed like Custom*.xml\r\n12) Redone a lot of the Synopsis script.\r\n   ( You can now translate the hole thing + all its textures are located in its resources/textures directory so easy customisation and it has its own settings window, (Black) button. )\r\n13) There are more edits but cant be bother listing them, you can see the changes lol\r\n\r\n\r\n27/02/2017\r\n1) Fixed the Synopsis script crashing hanging XBMC if you try to launch the xbe file\r\n2) Localized the synopsis xml so now you can translate it without modifying the script.\r\n3) Removed some code that setfocus in myprograms.xml ( not needed anymore )\r\n4) Added back the context buttons for the synopsis to the Includes_Context_Buttons.xml\r\n5) Fixed the info shown when no default.xml is found.\r\n\r\n\r\n26/02/2017\r\n1) Updated the Synopsis script readme file.\r\n   ( forgot to do it yesterday :$ )\r\n2) Forgot to change the Skin.SetString to SetProperty in the Synopsis script, fixed now.\r\n3) You can now call the synopsis script in dialog mode or window mode, example is in the readme.txt\r\n\r\n\r\n25/02/2017\r\n1) Updated the Busy dialog\r\n2) Updated the busy.png\r\n3) Fixed the view options direction buttons images to match the views\r\n4) Fixed the DialogSeekBar.xml text colour\r\n5) Moved the Synopsis script into its own plugin/script\r\n6) Cleaned up everything that used the synopsis xmls or contextual buttons as they are now part of the script itself.\r\n\r\n\r\n23/02/2017\r\n1) Updated the XBMC default.xbe, Now we have fullscreen splash! & a few other things I needed to streamline the experience.\r\n2) \"Manage Profiles\" Profile - Now load directory into the profiles window when selecting Manage Profiles\r\n3) \"Manage Profiles\" Profile - Now you use the Back button to enter settings.\r\n4) Updated the controlpad.png\r\n5) Updated the profiles script, added a slight delay.\r\n6) New skin settings layout.\r\n7) New RadioButton image.\r\n8) Updated the synopsis script, now passes the video to the skin.\r\n9) Added a Yes/No dialog to the Clean Thumbnails script & an OK dialog so the user can pick what they want to do. (has a description on what its going to do)\r\n10) Cleaned up the Includes_Video_Preview.xml as some buttons aren't needed anymore.\r\n11) Added Clear Cache button to skin settings.\r\n12) Fixed the banner view, forgot to add the no_banner.png image.\r\n13) Added a new updater script/XBMC combo.\r\n14) Added two 3 New scripts.\r\n15) Rearranged the skin settings menu.\r\n16) Added a scripts menu to the skin settings menu.\r\n17) Updated some of the scripts adding a progress bar and code cleaning.\r\n18) New textures for the radiobutton and spincontrolex buttons.\r\n19) Added 3 new options to the skin settings menu, for cleaning, removing or generating thumbnails.\r\n20) Updated the login view.\r\n21) Updated static network IP.\r\n22) Updated the modified default.xbe.\r\n   ( Disabled the folder scanning when entering the programs menu )\r\n23) Updated the Fonts.xml.\r\n24) Moved the the synopsis screen to a window and fixed a few things.\r\n25) Updated the synopsis.py script, now test all variables for the synopsis window.\r\n26) New Card view.\r\n27) New List view.\r\n28) Rearranged the view order.\r\n29) Updated all view and other stuff.\r\n30) Added an auto play synopsis video toggle to the Preview settings menu.\r\n31) I done most of these edits months ago and now I have forgot what most of the it was lol, so there are probably more changes.\r\n    ( well I know there are more )\r\n32) New script to generate a random.m3u playlist.\r\n\t( saves having to use the playlist menu, it looks for a music folder in E, F or G )\r\n33) New birthday menu in the \"Manage Profiles\" profile.\r\n\t( what a pain in the arse hole this was to do, I had to create 12 xml files to compare every single day of the year :@ )\r\n34) Added a shutdown button to the options dialog\r\n\t( Black button )\r\n35) New synopsis view, based off of the Xbox 360 Aurora dashboard skin.\r\n36) Updated the Synopsis script to accommodate the above changes.\r\n37) New xml files to further optimize and make it clearer to edit stuff.\r\n***) Probably more, to many changes to keep track :/\r\n\r\n\r\n25/07/2016\r\n1) Changed the PlayerControls screen, looks a lot better & matches the other dialogues.\r\n2) Added a toggle for the visualisation bars in the PlayerControls screen.\r\n3) Fixed the background images not setting when login into a profile.\r\n4) Removed the \"FilezillaFix.py\" (its in the not used folder)\r\n5) Updated the Profiles.py, now copies the source.xml to a new profile so no more issues with sources not being there and also it bypass the \"DVD2Xbox\" & \"Manage Profiles\" profiles.\r\n6) Also added ^ a new master profile, \"Manage Profiles\", this allows you to add remove profiles & adjust UI & network.\r\n7) Fixed the Keyboard not working when outside the Games list.\r\n8) Added a Preview video function (X button when no audio is playing)\r\n9) Added a custom preview extension option in the settings. (Handy if you don't have xmv files) \r\n10) Updated the DVD Label & Spinning Disc, now displays throughout the skin.\r\n11) Updated the Settings look.\r\n12) Added a new fancy GUI buttons that display functions in the menus. (Dynamic)\r\n13) New graphics for the buttons. (created from scratch)\r\n14) Updated the Keymaps & \"FileZilla Server.xml\"\r\n15) New startup.xml, looks like the login screen to create a more seamless transition to the games directory.\r\n16) Added a toggle for the Profiles.py script, you can now enable it skin side :) (located in the \"Manage Profiles Profile > Manage Profiles\")\r\n17) Improved the stability of the skin/python scripts and optimized other areas.\r\n18) Changed the View Options (Up when in the games section) to be more streamlined.\r\n19) Added my resources view, that I use for testing _resources packs. (requires \"game name/_resources/artwork/image files here\")\r\n20) Redone a few textures. ^\r\n21) Updated the DialogProgress.xml\r\n22) Added a Synosis overlay for games ( (X) Button )\r\n23) Updated Skin settings look.\r\n24) Added a Preview Video Settings, you can select from common extensions or add your own.\r\n25) Added a new script, \"CleanMyVideos34.db.py\" removes bookmarks from preview videos.\r\n26) Added a new script, that reads a file named default.xml in the _Resources folder.\r\n27) Added a new script & option in the Skin settings menu to Clean the thumbnails.\r\n28) Added a new View BannerView, it will load banner.jpg from the \"_resources\\artwork\" folder.\r\n29) Updated the synopsis script, & synopsis section in the skin as well.\r\n30) How video playback when in the synopsis screen has changed also, you now Press (A) to playback and stop the preview video.\r\n31) Added a a Control layout overlay when in the login screen. (press Down)\r\n32) New SettingProfile.xml layout.\r\n***) Probably more, to many changes to keep track :/\r\n\r\n\r\n13/02/2016\r\n1) Fixed the snow not disabling after a set date. (due to XBMC not liking includes with visible System.Date(***,***) tags)\r\n2) Added a nice new Fanart View.\r\n3) Added the option to toggle the txt overlay for the new fanart view.\r\n4) Added a new option for fanart, you can now cycle through 75% opacity or 0% opacity or disabled.\r\n5) Added a custom keyboard layout for entering Hex colour strings. (custom background colours)\r\n6) Fixed Favourites from highlighting thin air when navigating left on the thumbs. \r\n7) Now have in place the _resource structure from XBMC Origins, so packs for that will work with this skin. (Toggled)\r\n8) Added a nice new Thumb View.\r\n9) XML tiding.\r\n10) Profiles.py script updated with better logging & rescuedash copying added.\r\n11) Added a dialogue to the Clear Cache.py script. \r\n12) Added a special easter login screen overlay.\r\n13) Updated the Snow effect for Christmas.\r\n14) There is more than likely more changes, but cant remember lol\r\n\r\n05/01/2015\r\n1) Created a new python script to toggle Editmod on or off for the skin settings. (no more lock code)\r\n2) Settings & Context menus are limited in User Mode, so the user cant change anything important.\r\n3) New custom Context menu for the Games views. (User mode only)\r\n4) Changed how I done the controls for certain menus. (B button now works in all areas bar the games view, when in User Mode)\r\n5) Updated the DVD2Xbox script to check for a default.xbe in the DVD drive before doing anything.\r\n6) Added a Build XBMC4Kids Update.bat.\r\n\r\nThe above should make the skin easier to use & faster, due to not needing to enter passwords all the time.\r\n\r\n03/01/2015\r\n1) Added the option to add & create playlists from the Profile Skin. (in the skin settings menu)\r\n2) XML tiding & validations fixed.\r\n3) Debug info added to all xml files & screens.\r\n4) New Favourites view.\r\n5) Changed the login screen, looks a lot sleeker now.\r\n6) Changed the Poster view.\r\n7) The skin now no longer uses the footer.\r\n8) Updated the startup.xml files to match the login screen.\r\n9) Some graphical changes/updates.\r\n10) Added 8 new backgrounds & updated the previous 7, to use pastel colours.\r\n11) 2 new views Posters small & Login view.\r\n12) Custom help info for views.\r\n13) Disabled the fanart button for the Panel view.\r\n14) Added the Trainers overlay.\r\n15) Added different coloured view labels for light coloured backgrounds.\r\n16) Added snow to the login screen, 12-21/1-26 will add other holiday things.\r\n17) Updated the custom colour background, now enter a 6 digit hex colour code.\r\n18) Reduced the .xpr file by half, using superpng to reduce the file sizes. (No noticeable quality loss)\r\n\r\n15/12/2014\r\n1) Updated Profiles.py, now copies the softmod folders if present to the new profiles, shows progress & sets the skin for the current user.\r\n2) Updated EditMode.py, no more python errors & I added a dialog. (rare but they did happen)\r\n3) Updated the Poster View.\r\n4) Updated some textures.\r\n5) Added a new label to the top right of the Login screen for Edit mode.\r\n6) Added window fade in & out for login screen.\r\n7) Added Master Profile label to the home screen of the DVD2Xbox profile.\r\n8) Changed the default background colour to FF0099ECE, looks nicer.\r\n9) Updated startup.xml for both skins.\r\n10) Updated the batch file to build XBMC4Kids, if an XBMC or Build folder are found.\r\n11) Changed the login screen to match the Poster View.\r\n12) Fixed the ThumbFO.png position, on all dialogs.\r\n\r\n08/06/2014\r\n1) Fixed the Profiles script from asking you to change skins on the master profile.\r\n2) Fixed a potential issue with the Profiles.py script failing to rename the UDATA folder.\r\n\r\n25/05/2014\r\n1) Added a new script to stop XBMC form becoming none responsive if Filezilla Server.xml become corrupt.\r\n2) Rearranged the skins a tad, fixed wallpaper issues\r\n\r\n24/5/2014\r\n1) Fixed some grammar in the skin settings menu.\r\n2) Added the option to have an Emulator launcher button in the Options Dialogue. (enable in settings)\r\n\r\n16/05/2014\r\n1) Added a new view, called Panels.\r\n2) Fixed background visible issues.\r\n3) Changed how toggling Fanart & Views are done.\r\n4) Added a MyGameSave view.\r\n5) Fixed DVD2Xbox Script not working.\r\n6) Minor changes to the Poster View.\r\n7) Added a new options dialogue, that allows access to game saves, favourites & settings. (press Black)\r\n8) Added a Clear Cache script. (press Black when at the home screen of the master profile)\r\n9) Put the textures into an XPR file to save on memory.\r\n10) Fixed Player Controls, now when you press Stop it closes the dialogue.\r\n11) Separated the Views into there own xml file, easier & cleaner to edit.\r\n12) Updated the Advancedsettings.xml\r\n13) Updated the Startup.xml files to have correct backgrounds. (now if you have a custom colours it will show)\r\n14) Added a Trainers folder. (you need to enable a games trainer in Edit Mode)\r\n15) Fixed Scroll Offset Label. (now pops up like it was meant to)\r\n16) Added Repeat & Shuffle to the Player Controls.\r\n\r\nNote:\r\nFavourites need to be added in Edit Mode, afterwards they can be accessed in any mode.\r\nFor the new player controls to function correctly the gamepad.xml file must be replaced.\r\n\r\n///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////\r\n\r\n13/05/2014\r\n1) Added a Played Overlay to the Poster View.\r\n2) Added a info panel to the poster view. (enable in Skin settings)\r\n3) Updated Startup.xml & Home.xml. (now has a background)\r\n4) Added a custom colour button to the wallpaper selector. (FFFF6666 is the format, 8 Characters long. The first FF is opacity)\r\n5) Moved DVD2Xbox from \"Master Profile/tools/\" to \"XBMC4Kids/Apps/DVD2Xbox/\"\r\n6) Changed the DVD2Xbox Icon, added a darker background.\r\n\r\n09/05/2014\r\n1) Cosmetic update, Added a new Dialogue, for kid safe mode, when trying to access settings.\r\n2) Changed the Gamepad.xml to reflect above changes.\r\n3) Added AdvancedSetting.xml This will give you higher quality Thumbs for games. (was added two updates ago but forgot to put it in here)\r\n\r\n01/05/2014\r\n1) Added Startup Playlist support. (use Confluence Lite to create a playlist)\r\n2) Added Player controls. (X) Button\r\n3) Updated the Edit mode controls (Y) now takes a screenshot.\r\n4) Updated Create Kids Gaming XBMC.bat, to not remove paplayer. (required for Audio)\r\nNote: if you want Audio to play you will need to rerun the batch or FTP over paplayer to the correct location.\r\n\r\n30/04/2014\r\n1) Fixed the issue with logging off. (it seems XBMC doesn't like logging off when not at the Home screen)\r\n2) Updated the Profile Skin, fixed label placements & a few cosmetic/code changes.\r\n3) Maybe more, but cant remember :-\\ need to start writing this stuff down.\r\n\r\n25/04/2014\r\n1) Added a disc indicator, in the top right of the screen.\r\n2) Updated the DVD2Xbox.py script to dynamically get the XBMC directory. (Fixes DVD2Xbox loading DVD2Xbox)\r\n3) Updated the gamepad.xml files. Press start to launch a disc based game.\r\n4) Created more images.\r\n5) Made a new DVD2Xbox Logo, for the Profile Screen.\r\n\r\n23/04/2014\r\nChanges.\r\n1) Changed the wallpaper selection to be a wraplist & centred on screen.\r\n2) Added the option to add custom wallpapers :D \r\n3) Added the option to disable fanart, doesn't look good with some wallpapers. (push Up & Up on the Games screen.\r\n4) Just some code tidying & reduction of includes. (skins fast as hell)\r\n5) Updated & added some textures.\r\n6) Updated the Poster view, now works better with transparent images & its now in the MyPrograms.xml\r\n7) Updated the Lockscreen, moved the list down a tad.\r\n8) Updated the EditMode.py, now launched the dashboard from within python.\r\n7) maybe something else cant mind :-)"
  },
  {
    "path": "version.txt",
    "content": "2.3.000"
  }
]